diff --git a/docs/api.rst b/docs/api.rst index 401c6281..5fd52055 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -28,6 +28,22 @@ Setup components :toctree: _generated DFlowFMModel.setup_config + DFlowFMModel.setup_channels + DFlowFMModel.setup_rivers_from_dem + DFlowFMModel.setup_rivers + DFlowFMModel.setup_pipes + DFlowFMModel.setup_manholes + DFlowFMModel.setup_1dboundary + DFlowFMModel.setup_bridges + DFlowFMModel.setup_culverts + DFlowFMModel.setup_mesh2d + DFlowFMModel.setup_mesh2d_refine + DFlowFMModel.setup_link1d2d + DFlowFMModel.setup_maps_from_rasterdataset + DFlowFMModel.setup_maps_from_raster_reclass + DFlowFMModel.setup_2dboundary + DFlowFMModel.setup_rainfall_from_constant + DFlowFMModel.setup_rainfall_from_uniform_timeseries Attributes ---------- @@ -36,15 +52,25 @@ Attributes :toctree: _generated DFlowFMModel.region + DFlowFMModel.bounds DFlowFMModel.crs DFlowFMModel.res DFlowFMModel.root DFlowFMModel.config - DFlowFMModel.staticmaps - DFlowFMModel.staticgeoms + DFlowFMModel.maps + DFlowFMModel.geoms DFlowFMModel.forcing DFlowFMModel.states DFlowFMModel.results + DFlowFMModel.mesh + DFlowFMModel.dfmmodel + DFlowFMModel.dimr + DFlowFMModel.branches + DFlowFMModel.rivers + DFlowFMModel.channels + DFlowFMModel.pipes + DFlowFMModel.opensystem + DFlowFMModel.closedsystem High level methods @@ -58,6 +84,8 @@ High level methods DFlowFMModel.build DFlowFMModel.update DFlowFMModel.set_root + DFlowFMModel._model_has_2d + DFlowFMModel._model_has_1d General methods --------------- @@ -72,18 +100,17 @@ General methods DFlowFMModel.read_config DFlowFMModel.write_config - DFlowFMModel.set_staticmaps - DFlowFMModel.read_staticmaps - DFlowFMModel.write_staticmaps - DFlowFMModel.clip_staticmaps - DFlowFMModel.set_staticgeoms - DFlowFMModel.read_staticgeoms - DFlowFMModel.write_staticgeoms + DFlowFMModel.set_maps + DFlowFMModel.read_maps + DFlowFMModel.write_maps + + DFlowFMModel.set_geoms + DFlowFMModel.read_geoms + DFlowFMModel.write_geoms DFlowFMModel.set_forcing DFlowFMModel.read_forcing DFlowFMModel.write_forcing - DFlowFMModel.clip_forcing DFlowFMModel.set_states DFlowFMModel.read_states @@ -92,11 +119,22 @@ General methods DFlowFMModel.set_results DFlowFMModel.read_results + DFlowFMModel.set_mesh + DFlowFMModel.set_link1d2d + DFlowFMModel.read_mesh + DFlowFMModel.write_mesh + + DFlowFMModel.read_dimr + DFlowFMModel.write_dimr + + + DFlowFMModel.get_model_time + .. _workflows: -Wflow workflows -=============== +DFlowFMModel workflows +====================== .. autosummary:: :toctree: _generated @@ -107,7 +145,7 @@ Wflow workflows .. _methods: DFlowFM low-level methods -======================= +========================= Input/Output methods --------------------- @@ -116,3 +154,16 @@ Input/Output methods :toctree: _generated utils.read_branches_gui + +Mesh conversion methods +----------------------- + +.. autosummary:: + :toctree: _generated + + mesh_utils.hydrolib_network_from_mesh + mesh_utils.mesh1d_network1d_from_hydrolib_network + mesh_utils.links1d2d_from_hydrolib_network + mesh_utils.mesh_from_hydrolib_network + mesh_utils.mesh1d_nodes_geodataframe + mesh_utils.network1d_nodes_geodataframe diff --git a/envs/hydromt-delft3dfm-urbansewer.yml b/envs/hydromt-delft3dfm-urbansewer.yml index 3c576854..60477b41 100644 --- a/envs/hydromt-delft3dfm-urbansewer.yml +++ b/envs/hydromt-delft3dfm-urbansewer.yml @@ -8,8 +8,6 @@ channels: dependencies: - black # linting - flit>=3.4 - - gdal=3.5.1 - - hydromt>=0.7.0 - jupyter # to run examples - matplotlib # to run examples - nbsphinx # docs notebook examples @@ -18,7 +16,6 @@ dependencies: - pip - pre-commit # linting - pydata-sphinx-theme # docs - - pygeos - pyproj - pytest # tests - pytest-cov # tests @@ -33,9 +30,10 @@ dependencies: - xarray - xugrid - networkx + - llvmlite>=0.39.1 # hydrolib-core - osmnx - momepy - pip: - - hydrolib-core - - meshkernel - # - git+https://github.com/Deltares/ra2ce.git@v0.6.0 conflicts for gdal and shapely, use conda develop. + - git+https://github.com/Deltares/hydromt.git + - hydrolib-core==0.5.2 + - meshkernel==2.0.2 # temp pin because of hydrolib-core diff --git a/examples/dflowfm_build.ini b/examples/dflowfm_build.ini deleted file mode 100644 index 48d5f3f6..00000000 --- a/examples/dflowfm_build.ini +++ /dev/null @@ -1,56 +0,0 @@ -[setup_region] -crs = 3857 - -[setup_rivers_from_dem] -hydrography_fn = merit_hydro -river_geom_fn = rivers_lin2019_v1 -rivdph_method = gvf -rivwth_method = geom -river_upa = 25.0 -friction_type = "Manning" -friction_value = 0.023 -rivbankq = 25 - -[setup_pipes] -pipes_fn = grip_roads -pipe_filter = pipe -spacing = 50 -friction_type = WhiteColeBrook -friction_value = 0.003 -crosssections_shape = circle -crosssections_value = 0.5 -dem_fn = merit_hydro # [copdem30, merit] -pipes_depth = 2.0 -snap_offset = 0.5 -pipes_invlev = 3. - -[setup_manholes] -dem_fn = merit_hydro - -[setup_1dboundary] -boundary_value = -2.0 -branch_type = river -boundary_type = waterlevel -boundary_unit = m -boundary_locs = both - -[setup_mesh2d] -#bbox = ['12.4331', '46.4661', '12.5212', '46.5369'] -res = 500 - -[setup_maps_from_raster] -raster_fn = merit_hydro -variables = ["elevtn"] -fill_method = nearest -interpolation_method = nearestNb -split_dataset = True - -[setup_maps_from_raster_reclass] -raster_fn = vito -reclass_table_fn = vito_mapping -reclass_variables = ['roughness_manning', 'infiltcap'] -interpolation_method = triangulation -split_dataset = True - -; [setup_link1d2d] -; generation_method = 1d_to_2d \ No newline at end of file diff --git a/examples/dflowfm_build.yml b/examples/dflowfm_build.yml new file mode 100644 index 00000000..52d280cd --- /dev/null +++ b/examples/dflowfm_build.yml @@ -0,0 +1,63 @@ +global: + crs: 3857 + network_snap_offset: 25 + openwater_computation_node_distance: 40 + +setup_rivers_from_dem: + region: + bbox: [12.4331, 46.4661, 12.5212, 46.5369] + hydrography_fn: merit_hydro + river_geom_fn: rivers_lin2019_v1 + rivdph_method: gvf + rivwth_method: geom + river_upa: 25.0 + friction_type: "Manning" + friction_value: 0.023 + rivbankq: 25 + +setup_pipes: + region: + bbox: [12.4331, 46.4661, 12.5212, 46.5369] + pipes_fn: grip_roads + pipe_filter: pipe + spacing: 50 + friction_type: WhiteColeBrook + friction_value: 0.003 + crosssections_shape: circle + crosssections_value: 0.5 + dem_fn: merit_hydro # [copdem30, merit] + pipes_depth: 2.0 + snap_offset: 0.5 + pipes_invlev: 3. + +setup_manholes: + dem_fn: merit_hydro + +setup_1dboundary: + boundary_value: -2.0 + branch_type: river + boundary_type: waterlevel + boundary_unit: m + boundary_locs: both + +setup_mesh2d: + region: + bbox: [12.4331, 46.4661, 12.5212, 46.5369] + res: 500 + +setup_maps_from_rasterdataset: + raster_fn: merit_hydro + variables: ["elevtn"] + fill_method: nearest + interpolation_method: nearestNb + split_dataset: True + +setup_maps_from_raster_reclass: + raster_fn: vito + reclass_table_fn: vito_mapping + reclass_variables: ['roughness_manning', 'infiltcap'] + interpolation_method: triangulation + split_dataset: True + +setup_link1d2d: + link_direction: 1d_to_2d \ No newline at end of file diff --git a/examples/dflowfm_build_local.ini b/examples/dflowfm_build_local.ini deleted file mode 100644 index f4efbfbb..00000000 --- a/examples/dflowfm_build_local.ini +++ /dev/null @@ -1,66 +0,0 @@ -[setup_region] - -[setup_rivers] -rivers_fn = 1D_branches -river_filter = river -friction_type = Manning -friction_value = 0.023 -crosssections_fn = ["1D_rivers_pointcrosssections", "1D_rivers_xyzcrosssections"] -crosssections_type = ["point", "xyz"] - -[setup_rivers1] -rivers_fn = 1D_branches -river_filter = channel - -[setup_pipes] -pipes_fn = 1D_branches -pipe_filter = pipe -friction_type = WhiteColeBrook -friction_value = 0.003 -crosssections_shape = circle -crosssections_value = 0.5 - -[setup_manholes] -manholes_fn = 1d_manholes -dem_fn = dem - -[setup_bridges] -bridges_fn = 1d_bridges - -[setup_culverts] -culverts_fn = 1d_culverts - -[setup_1dboundary] -boundaries_geodataset_fn = 1D_boundaries_timeseries -boundary_value = -2.0 -branch_type = river -boundary_type = waterlevel -boundary_unit = m -boundary_locs = both - -[setup_mesh2d] -geom_fn = "local_data/1D_extent.geojson" - -; [setup_mesh2d_refine] -; sample_fn = citycenter - -[setup_maps_from_raster] -raster_fn = dem -variables = ["elevtn"] -fill_method = nearest -interpolation_method = nearestNb -split_dataset = True - -[setup_2dboundary] -boundaries_fn = 2D_boundary -boundaries_timeseries_fn = 2D_boundary_timeseries -boundary_type = waterlevel -boundary_value = -999 - -[setup_rainfall_from_uniform_timeseries] -meteo_timeseries_fn = meteo_timeseries_T2 -fill_value = 0 -is_rate = True - -[setup_link1d2d] -generation_method = 1d_to_2d diff --git a/examples/dflowfm_build_local.yml b/examples/dflowfm_build_local.yml new file mode 100644 index 00000000..16429250 --- /dev/null +++ b/examples/dflowfm_build_local.yml @@ -0,0 +1,77 @@ +global: + crs: 32647 + network_snap_offset: 25 + openwater_computation_node_distance: 40 + +setup_rivers: + region: + geom: "local_data/1D_extent.geojson" + rivers_fn: 1D_branches + river_filter: river + friction_type: Manning + friction_value: 0.023 + crosssections_fn: ["1D_rivers_pointcrosssections", "1D_rivers_xyzcrosssections"] + crosssections_type: ["point", "xyz"] + +setup_rivers1: + region: + geom: "local_data/1D_extent.geojson" + rivers_fn: 1D_branches + river_filter: channel + +setup_pipes: + region: + geom: "local_data/1D_extent.geojson" + pipes_fn: 1D_branches + pipe_filter: pipe + friction_type: WhiteColeBrook + friction_value: 0.003 + crosssections_shape: circle + crosssections_value: 0.5 + +setup_manholes: + manholes_fn: 1d_manholes + dem_fn: dem + +setup_bridges: + bridges_fn: 1d_bridges + +setup_culverts: + culverts_fn: 1d_culverts + +setup_1dboundary: + boundaries_geodataset_fn: 1D_boundaries_timeseries + boundary_value: -2.0 + branch_type: river + boundary_type: waterlevel + boundary_unit: m + boundary_locs: both + +setup_mesh2d: + region: + geom: "local_data/1D_extent.geojson" + res: 100 + +#setup_mesh2d_refine: +# sample_fn: citycenter + +setup_maps_from_rasterdataset: + raster_fn: dem + variables: ["elevtn"] + fill_method: nearest + interpolation_method: nearestNb + split_dataset: True + +setup_2dboundary: + boundaries_fn: 2D_boundary + boundaries_timeseries_fn: 2D_boundary_timeseries + boundary_type: waterlevel + boundary_value: -999 + +setup_rainfall_from_uniform_timeseries: + meteo_timeseries_fn: meteo_timeseries_T2 + fill_value: 0 + is_rate: True + +setup_link1d2d: + link_direction: 1d_to_2d \ No newline at end of file diff --git a/examples/dflowfm_local/dflowfm/fm_net.nc b/examples/dflowfm_local/dflowfm/fm_net.nc index 86bd347a..92d90f8d 100644 Binary files a/examples/dflowfm_local/dflowfm/fm_net.nc and b/examples/dflowfm_local/dflowfm/fm_net.nc differ diff --git a/examples/dflowfm_local/dimr_config.xml b/examples/dflowfm_local/dimr_config.xml index df7c477a..206c4a54 100644 --- a/examples/dflowfm_local/dimr_config.xml +++ b/examples/dflowfm_local/dimr_config.xml @@ -3,7 +3,7 @@ 1.3 hydrolib-core 0.5.2 - 2023-07-03T15:11:49.789094 + 2023-08-11T14:35:18.164371 diff --git a/examples/dflowfm_local/geoms/boundaries.geojson b/examples/dflowfm_local/geoms/boundaries.geojson index 08157f24..931af5aa 100644 --- a/examples/dflowfm_local/geoms/boundaries.geojson +++ b/examples/dflowfm_local/geoms/boundaries.geojson @@ -2,23 +2,17 @@ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32647" } }, "features": [ -{ "type": "Feature", "properties": { "level_0": 664429.039, "level_1": 1526107.098, "branchid": "pipe_4", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_4", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_0_generated", "manhole_dn": "", "where": "downstream", "distance_right": 0.0, "index_right": 9, "nodeid": "664429.039000_1526107.098000" }, "geometry": { "type": "Point", "coordinates": [ 664429.038999999989755, 1526107.098 ] } }, -{ "type": "Feature", "properties": { "level_0": 664474.13, "level_1": 1526115.7, "branchid": "pipe_11", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_7_generated", "manhole_dn": "", "where": "downstream", "distance_right": 0.0, "index_right": 8, "nodeid": "664474.130000_1526115.700000" }, "geometry": { "type": "Point", "coordinates": [ 664474.13, 1526115.7 ] } }, -{ "type": "Feature", "properties": { "level_0": 665115.7, "level_1": 1524944.79, "branchid": "pipe_13", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_13", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_9_generated", "manhole_dn": "", "where": "downstream", "distance_right": 0.0, "index_right": 3, "nodeid": "665115.700000_1524944.790000" }, "geometry": { "type": "Point", "coordinates": [ 665115.699999999953434, 1524944.79 ] } }, -{ "type": "Feature", "properties": { "level_0": 665356.8682, "level_1": 1525406.9835000001, "branchid": "pipe_16", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_16", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_12_generated", "manhole_dn": "", "where": "downstream", "distance_right": 0.0, "index_right": 4, "nodeid": "665356.868200_1525406.983500" }, "geometry": { "type": "Point", "coordinates": [ 665356.868200000026263, 1525406.9835 ] } }, -{ "type": "Feature", "properties": { "level_0": 665369.9064, "level_1": 1525431.4412, "branchid": "pipe_17", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_17", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_13_generated", "manhole_dn": "", "where": "downstream", "distance_right": 0.0, "index_right": 5, "nodeid": "665369.906400_1525431.441200" }, "geometry": { "type": "Point", "coordinates": [ 665369.906399999978021, 1525431.4412 ] } }, -{ "type": "Feature", "properties": { "level_0": 662793.79418679164, "level_1": 1524515.4517321615, "branchid": "river_1", "branchtype": "river", "branchorder": 2.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_1", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null, "where": "downstream", "distance_right": 2.6354886210617495e-07, "index_right": 1, "nodeid": "662793.794187_1524515.451732" }, "geometry": { "type": "Point", "coordinates": [ 662793.794186791637912, 1524515.451732161454856 ] } }, -{ "type": "Feature", "properties": { "level_0": 664197.23415962339, "level_1": 1527152.7059848213, "branchid": "river_2", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_2", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null, "where": "downstream", "distance_right": 4.1679906021887385e-07, "index_right": 2, "nodeid": "664197.234160_1527152.705985" }, "geometry": { "type": "Point", "coordinates": [ 664197.234159623389132, 1527152.705984821310267 ] } }, -{ "type": "Feature", "properties": { "level_0": 664190.38579999981, "level_1": 1525924.0326000003, "branchid": "pipe_5", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_5", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_1_generated", "manhole_dn": "manhole_0_generated", "where": "upstream", "distance_right": 3.2927225399135965e-10, "index_right": 16, "nodeid": "664190.385800_1525924.032600" }, "geometry": { "type": "Point", "coordinates": [ 664190.385799999814481, 1525924.032600000267848 ] } }, -{ "type": "Feature", "properties": { "level_0": 664048.32531966059, "level_1": 1525098.0711124309, "branchid": "pipe_9", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_5_generated", "manhole_dn": "manhole_4_generated", "where": "upstream", "distance_right": 5.4853769327396927e-07, "index_right": 20, "nodeid": "664048.325320_1525098.071112" }, "geometry": { "type": "Point", "coordinates": [ 664048.325319660594687, 1525098.071112430887297 ] } }, -{ "type": "Feature", "properties": { "level_0": 664702.72692603013, "level_1": 1525750.0985501537, "branchid": "pipe_10", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_6_generated", "manhole_dn": "manhole_7_generated", "where": "upstream", "distance_right": 1.5659834095829541e-07, "index_right": 21, "nodeid": "664702.726926_1525750.098550" }, "geometry": { "type": "Point", "coordinates": [ 664702.726926030125469, 1525750.098550153663382 ] } }, -{ "type": "Feature", "properties": { "level_0": 664747.43349663052, "level_1": 1525729.6497995616, "branchid": "pipe_12", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_8_generated", "manhole_dn": "", "where": "upstream", "distance_right": 5.7336208882836857e-07, "index_right": 23, "nodeid": "664747.433497_1525729.649800" }, "geometry": { "type": "Point", "coordinates": [ 664747.433496630517766, 1525729.649799561593682 ] } }, -{ "type": "Feature", "properties": { "level_0": 665219.64311349345, "level_1": 1525514.959856804, "branchid": "pipe_14", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_14", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_10_generated", "manhole_dn": "", "where": "upstream", "distance_right": 5.3099907323260637e-07, "index_right": 25, "nodeid": "665219.643113_1525514.959857" }, "geometry": { "type": "Point", "coordinates": [ 665219.643113493453711, 1525514.959856803994626 ] } }, -{ "type": "Feature", "properties": { "level_0": 664708.73862075247, "level_1": 1524483.1447981687, "branchid": "pipe_15", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_15", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_11_generated", "manhole_dn": "manhole_9_generated", "where": "upstream", "distance_right": 2.9945179934390397e-07, "index_right": 26, "nodeid": "664708.738621_1524483.144798" }, "geometry": { "type": "Point", "coordinates": [ 664708.738620752468705, 1524483.144798168679699 ] } }, -{ "type": "Feature", "properties": { "level_0": 665277.57411764679, "level_1": 1525446.3931947846, "branchid": "pipe_16", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_16", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_12_generated", "manhole_dn": "", "where": "upstream", "distance_right": 4.136866578190493e-07, "index_right": 27, "nodeid": "665277.574118_1525446.393195" }, "geometry": { "type": "Point", "coordinates": [ 665277.574117646785453, 1525446.393194784643129 ] } }, -{ "type": "Feature", "properties": { "level_0": 665292.61532070651, "level_1": 1525470.8495163794, "branchid": "pipe_17", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_17", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_13_generated", "manhole_dn": "", "where": "upstream", "distance_right": 4.7975319107342047e-07, "index_right": 28, "nodeid": "665292.615321_1525470.849516" }, "geometry": { "type": "Point", "coordinates": [ 665292.615320706507191, 1525470.849516379414126 ] } }, -{ "type": "Feature", "properties": { "level_0": 665115.7, "level_1": 1524944.79, "branchid": "branch_1", "branchtype": "river", "branchorder": 4.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_1", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null, "where": "upstream", "distance_right": 1.215411642206664e-09, "index_right": 3, "nodeid": "665115.700000_1524944.790000" }, "geometry": { "type": "Point", "coordinates": [ 665115.70000000030268, 1524944.7899999988731 ] } }, -{ "type": "Feature", "properties": { "level_0": 666180.04, "level_1": 1525894.77, "branchid": "branch_8", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_8", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null, "where": "upstream", "distance_right": 6.9849193096160889e-10, "index_right": 10, "nodeid": "666180.040000_1525894.770000" }, "geometry": { "type": "Point", "coordinates": [ 666180.040000000037253, 1525894.769999999320135 ] } }, -{ "type": "Feature", "properties": { "level_0": 664789.14617260336, "level_1": 1525073.3461271923, "branchid": "branch_11", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_11", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null, "where": "upstream", "distance_right": 4.4079386833570057e-07, "index_right": 12, "nodeid": "664789.146173_1525073.346127" }, "geometry": { "type": "Point", "coordinates": [ 664789.146172603359446, 1525073.346127192256972 ] } } +{ "type": "Feature", "properties": { "level_0": 662793.79418679164, "level_1": 1524515.4517321615, "branchid": "river_1", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_1", "frictionid": "Manning_0.023", "diameter": null, "index_right": 1, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "where": "downstream", "distance_right": 2.6354886210617495e-07, "nodeid": "662793.794187_1524515.451732" }, "geometry": { "type": "Point", "coordinates": [ 662793.794186791637912, 1524515.451732161454856 ] } }, +{ "type": "Feature", "properties": { "level_0": 664197.23415962339, "level_1": 1527152.7059848213, "branchid": "river_2", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_2", "frictionid": "Manning_0.023", "diameter": null, "index_right": 2, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "where": "downstream", "distance_right": 4.1679906021887385e-07, "nodeid": "664197.234160_1527152.705985" }, "geometry": { "type": "Point", "coordinates": [ 664197.234159623389132, 1527152.705984821310267 ] } }, +{ "type": "Feature", "properties": { "level_0": 666180.04, "level_1": 1525894.77, "branchid": "branch_8", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_8", "frictionid": "Manning_0.023", "diameter": null, "index_right": 10, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "where": "upstream", "distance_right": 6.9849193096160889e-10, "nodeid": "666180.040000_1525894.770000" }, "geometry": { "type": "Point", "coordinates": [ 666180.040000000037253, 1525894.769999999320135 ] } }, +{ "type": "Feature", "properties": { "level_0": 664789.14617260336, "level_1": 1525073.3461271923, "branchid": "branch_11", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_11", "frictionid": "Manning_0.023", "diameter": null, "index_right": 12, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "where": "upstream", "distance_right": 4.4079386833570057e-07, "nodeid": "664789.146173_1525073.346127" }, "geometry": { "type": "Point", "coordinates": [ 664789.146172603359446, 1525073.346127192256972 ] } }, +{ "type": "Feature", "properties": { "level_0": 664190.38579999981, "level_1": 1525924.0326000003, "branchid": "pipe_5", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_5", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 16, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "where": "upstream", "distance_right": 3.2927225399135965e-10, "nodeid": "664190.385800_1525924.032600" }, "geometry": { "type": "Point", "coordinates": [ 664190.385799999814481, 1525924.032600000267848 ] } }, +{ "type": "Feature", "properties": { "level_0": 664048.32531966059, "level_1": 1525098.0711124309, "branchid": "pipe_9", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 20, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "where": "upstream", "distance_right": 5.4853769327396927e-07, "nodeid": "664048.325320_1525098.071112" }, "geometry": { "type": "Point", "coordinates": [ 664048.325319660594687, 1525098.071112430887297 ] } }, +{ "type": "Feature", "properties": { "level_0": 664702.72692603013, "level_1": 1525750.0985501537, "branchid": "pipe_10", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 21, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "where": "upstream", "distance_right": 1.5659834095829541e-07, "nodeid": "664702.726926_1525750.098550" }, "geometry": { "type": "Point", "coordinates": [ 664702.726926030125469, 1525750.098550153663382 ] } }, +{ "type": "Feature", "properties": { "level_0": 664747.43349663052, "level_1": 1525729.6497995616, "branchid": "pipe_12", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 23, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "where": "upstream", "distance_right": 5.7336208882836857e-07, "nodeid": "664747.433497_1525729.649800" }, "geometry": { "type": "Point", "coordinates": [ 664747.433496630517766, 1525729.649799561593682 ] } }, +{ "type": "Feature", "properties": { "level_0": 665219.64311349345, "level_1": 1525514.959856804, "branchid": "pipe_14", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_14", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 25, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "where": "upstream", "distance_right": 5.3099907323260637e-07, "nodeid": "665219.643113_1525514.959857" }, "geometry": { "type": "Point", "coordinates": [ 665219.643113493453711, 1525514.959856803994626 ] } }, +{ "type": "Feature", "properties": { "level_0": 664708.73862075247, "level_1": 1524483.1447981687, "branchid": "pipe_15", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_15", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 26, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "where": "upstream", "distance_right": 2.9945179934390397e-07, "nodeid": "664708.738621_1524483.144798" }, "geometry": { "type": "Point", "coordinates": [ 664708.738620752468705, 1524483.144798168679699 ] } }, +{ "type": "Feature", "properties": { "level_0": 665277.57411764679, "level_1": 1525446.3931947846, "branchid": "pipe_16", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_16", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 27, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "where": "upstream", "distance_right": 4.136866578190493e-07, "nodeid": "665277.574118_1525446.393195" }, "geometry": { "type": "Point", "coordinates": [ 665277.574117646785453, 1525446.393194784643129 ] } }, +{ "type": "Feature", "properties": { "level_0": 665292.61532070651, "level_1": 1525470.8495163794, "branchid": "pipe_17", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_17", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 28, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "where": "upstream", "distance_right": 4.7975319107342047e-07, "nodeid": "665292.615321_1525470.849516" }, "geometry": { "type": "Point", "coordinates": [ 665292.615320706507191, 1525470.849516379414126 ] } } ] } diff --git a/examples/dflowfm_local/geoms/branches.geojson b/examples/dflowfm_local/geoms/branches.geojson index ca6550da..d401d93b 100644 --- a/examples/dflowfm_local/geoms/branches.geojson +++ b/examples/dflowfm_local/geoms/branches.geojson @@ -2,33 +2,33 @@ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32647" } }, "features": [ -{ "type": "Feature", "properties": { "branchid": "pipe_4", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_4", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_0_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 664438.813829420600086, 1525829.800284768920392 ], [ 664429.038999999989755, 1526107.098 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_5", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_5", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_1_generated", "manhole_dn": "manhole_0_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664190.385799999814481, 1525924.032600000267848 ], [ 664438.813829420600086, 1525829.800284768920392 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_6", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_2_generated", "manhole_dn": "manhole_0_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664217.490140905487351, 1525583.23970616585575 ], [ 664438.813829420600086, 1525829.800284768920392 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_7", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_3_generated", "manhole_dn": "manhole_2_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 663936.864700614358298, 1525261.152571672573686 ], [ 664217.490140905487351, 1525583.23970616585575 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_8", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_4_generated", "manhole_dn": "manhole_3_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 663871.550461587961763, 1525175.738024139311165 ], [ 663897.086400000494905, 1525212.559499999275431 ], [ 663936.864700614358298, 1525261.152571672573686 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_9", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_5_generated", "manhole_dn": "manhole_4_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664048.325319660594687, 1525098.071112430887297 ], [ 663871.550461587961763, 1525175.738024139311165 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_10", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_6_generated", "manhole_dn": "manhole_7_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664702.726926030125469, 1525750.098550153663382 ], [ 664481.894200000097044, 1525830.303300000727177 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_11", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_7_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 664481.894200000097044, 1525830.303300000727177 ], [ 664474.13, 1526115.7 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_12", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_8_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 664747.433496630517766, 1525729.649799561593682 ], [ 664838.810497992672026, 1525698.612855288665742 ], [ 664907.926478271954693, 1525663.288345249835402 ], [ 665030.18360000057146, 1525603.506899999454618 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_13", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_13", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_9_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 664849.475700000301003, 1525031.354499999433756 ], [ 665115.699999999953434, 1524944.79 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_14", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_14", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_10_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 665219.643113493453711, 1525514.959856803994626 ], [ 665030.18360000057146, 1525603.506899999454618 ], [ 665030.18360000057146, 1525603.506899999454618 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_15", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_15", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_11_generated", "manhole_dn": "manhole_9_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664708.738620752468705, 1524483.144798168679699 ], [ 664849.475700000301003, 1525031.354499999433756 ], [ 664849.475700000301003, 1525031.354499999433756 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_16", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_16", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_12_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 665277.574117646785453, 1525446.393194784643129 ], [ 665356.868200000026263, 1525406.9835 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_17", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_17", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_13_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 665292.615320706507191, 1525470.849516379414126 ], [ 665369.906399999978021, 1525431.4412 ], [ 665369.906399999978021, 1525431.4412 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "river_1", "branchtype": "river", "branchorder": 2.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_1", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664057.966296999948099, 1526147.834882 ], [ 663918.391924358904362, 1525803.10090322420001 ], [ 663700.482064640615135, 1525466.331120023271069 ], [ 663353.045365229598247, 1525088.417517154943198 ], [ 662879.129516471526586, 1524643.454726681346074 ], [ 662793.794186791637912, 1524515.451732161454856 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "river_2", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_2", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664057.966296999948099, 1526147.834882 ], [ 664218.310854589915834, 1526625.788610660471022 ], [ 664218.310854589915834, 1527005.169120056321844 ], [ 664197.234159623389132, 1527152.705984821310267 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_1", "branchtype": "river", "branchorder": 4.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_1", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665115.70000000030268, 1524944.7899999988731 ], [ 665356.868200001074001, 1525406.983500000322238 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_2", "branchtype": "river", "branchorder": 6.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_2", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665356.868200001074001, 1525406.983500000322238 ], [ 665369.906399999978021, 1525431.441199999069795 ], [ 665369.906399999978021, 1525431.441199998836964 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_3", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_3", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665369.906399999978021, 1525431.441199998836964 ], [ 665641.789999999804422, 1525937.96000000089407 ], [ 665641.789999999804422, 1525937.96000000089407 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_4", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_4", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665641.789999999804422, 1525937.96000000089407 ], [ 665560.620547444559634, 1525952.124135404126719 ], [ 665480.575254552299157, 1525953.687039414886385 ], [ 665416.820000000414439, 1525962.189999999245629 ], [ 665346.659376955241896, 1525982.895817694021389 ], [ 665271.309999999706633, 1526001.859999999403954 ], [ 665243.630000000470318, 1526003.289999998640269 ], [ 665243.630000000470318, 1526003.289999997941777 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_5", "branchtype": "river", "branchorder": 5.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_5", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665243.630000000470318, 1526003.289999997941777 ], [ 665116.950000000419095, 1525983.029999999096617 ], [ 665051.90000000083819, 1525977.32 ], [ 664963.504724813159555, 1526014.666760261869058 ], [ 664918.370000000344589, 1526039.810000000521541 ], [ 664826.210000000428408, 1526041.519999999552965 ], [ 664752.459499345044605, 1526065.157490010838956 ], [ 664672.28994727297686, 1526086.417805780190974 ], [ 664642.852168873418123, 1526095.560649296734482 ], [ 664550.869999999529682, 1526115.410000000149012 ], [ 664474.13, 1526115.699999999254942 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_6", "branchtype": "river", "branchorder": 3.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_6", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664474.13, 1526115.699999999254942 ], [ 664429.038999999407679, 1526107.097999999299645 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_7", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_7", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664429.038999999407679, 1526107.097999999299645 ], [ 664272.40999999945052, 1526129.970000000204891 ], [ 664169.979999999864958, 1526140.529999999562278 ], [ 664092.240000000223517, 1526143.2899999988731 ], [ 664057.966296999948099, 1526147.834882 ], [ 664057.966296999948099, 1526147.834882 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_8", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_8", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 666180.040000000037253, 1525894.769999999320135 ], [ 665891.336423385655507, 1526041.311705864733085 ], [ 665733.269999999320135, 1526117.310000000521541 ], [ 665733.269999999320135, 1526117.310000000521541 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_10", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_10", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665733.269999999320135, 1526117.310000000521541 ], [ 665641.789999999804422, 1525937.96000000089407 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_11", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_11", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664789.146172603359446, 1525073.346127192256972 ], [ 665015.157200000365265, 1525576.51439999951981 ], [ 665015.157200000365265, 1525576.514399999286979 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_12", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_12", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665015.157200000365265, 1525576.514399999286979 ], [ 665030.18360000057146, 1525603.506899999454618 ], [ 665030.18360000057146, 1525603.506899999454618 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_13", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_13", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665030.18360000057146, 1525603.506899999454618 ], [ 665243.630000000470318, 1526003.289999997941777 ] ] } } +{ "type": "Feature", "properties": { "branchid": "pipe_4", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_4", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_0_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 664438.813829420600086, 1525829.800284768920392 ], [ 664429.038999999989755, 1526107.098 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_5", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_5", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_1_generated", "manhole_dn": "manhole_0_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664190.385799999814481, 1525924.032600000267848 ], [ 664438.813829420600086, 1525829.800284768920392 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_6", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_2_generated", "manhole_dn": "manhole_0_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664217.490140905487351, 1525583.23970616585575 ], [ 664438.813829420600086, 1525829.800284768920392 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_7", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_3_generated", "manhole_dn": "manhole_2_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 663936.864700614358298, 1525261.152571672573686 ], [ 664217.490140905487351, 1525583.23970616585575 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_8", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_4_generated", "manhole_dn": "manhole_3_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 663871.550461587961763, 1525175.738024139311165 ], [ 663897.086400000494905, 1525212.559499999275431 ], [ 663936.864700614358298, 1525261.152571672573686 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_9", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_5_generated", "manhole_dn": "manhole_4_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664048.325319660594687, 1525098.071112430887297 ], [ 663871.550461587961763, 1525175.738024139311165 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_10", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_6_generated", "manhole_dn": "manhole_7_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664702.726926030125469, 1525750.098550153663382 ], [ 664481.894200000097044, 1525830.303300000727177 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_11", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_7_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 664481.894200000097044, 1525830.303300000727177 ], [ 664474.13, 1526115.7 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_12", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_8_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 664747.433496630517766, 1525729.649799561593682 ], [ 664838.810497992672026, 1525698.612855288665742 ], [ 664907.926478271954693, 1525663.288345249835402 ], [ 665030.18360000057146, 1525603.506899999454618 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_13", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_13", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_9_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 664849.475700000301003, 1525031.354499999433756 ], [ 665115.699999999953434, 1524944.79 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_14", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_14", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_10_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 665219.643113493453711, 1525514.959856803994626 ], [ 665030.18360000057146, 1525603.506899999454618 ], [ 665030.18360000057146, 1525603.506899999454618 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_15", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_15", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_11_generated", "manhole_dn": "manhole_9_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664708.738620752468705, 1524483.144798168679699 ], [ 664849.475700000301003, 1525031.354499999433756 ], [ 664849.475700000301003, 1525031.354499999433756 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_16", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_16", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_12_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 665277.574117646785453, 1525446.393194784643129 ], [ 665356.868200000026263, 1525406.9835 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_17", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_17", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_13_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 665292.615320706507191, 1525470.849516379414126 ], [ 665369.906399999978021, 1525431.4412 ], [ 665369.906399999978021, 1525431.4412 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "river_1", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_1", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664057.966296999948099, 1526147.834882 ], [ 663918.391924358904362, 1525803.10090322420001 ], [ 663700.482064640615135, 1525466.331120023271069 ], [ 663353.045365229598247, 1525088.417517154943198 ], [ 662879.129516471526586, 1524643.454726681346074 ], [ 662793.794186791637912, 1524515.451732161454856 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "river_2", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_2", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664057.966296999948099, 1526147.834882 ], [ 664218.310854589915834, 1526625.788610660471022 ], [ 664218.310854589915834, 1527005.169120056321844 ], [ 664197.234159623389132, 1527152.705984821310267 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_1", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_1", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665115.699999999953434, 1524944.79 ], [ 665356.868200000026263, 1525406.9835 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_2", "branchtype": "river", "branchorder": 2.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_2", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665356.868200000026263, 1525406.9835 ], [ 665369.906399999978021, 1525431.441199999069795 ], [ 665369.906399999978021, 1525431.4412 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_3", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_3", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665369.906399999978021, 1525431.4412 ], [ 665641.789999999804422, 1525937.96000000089407 ], [ 665641.789999999804422, 1525937.96000000089407 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_4", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_4", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665641.789999999804422, 1525937.96000000089407 ], [ 665560.620547444559634, 1525952.124135404126719 ], [ 665480.575254552299157, 1525953.687039414886385 ], [ 665416.820000000414439, 1525962.189999999245629 ], [ 665346.659376955241896, 1525982.895817694021389 ], [ 665271.309999999706633, 1526001.859999999403954 ], [ 665243.630000000470318, 1526003.289999998640269 ], [ 665243.630000000470318, 1526003.289999997941777 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_5", "branchtype": "river", "branchorder": 3.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_5", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665243.630000000470318, 1526003.289999997941777 ], [ 665116.950000000419095, 1525983.029999999096617 ], [ 665051.90000000083819, 1525977.32 ], [ 664963.504724813159555, 1526014.666760261869058 ], [ 664918.370000000344589, 1526039.810000000521541 ], [ 664826.210000000428408, 1526041.519999999552965 ], [ 664752.459499345044605, 1526065.157490010838956 ], [ 664672.28994727297686, 1526086.417805780190974 ], [ 664642.852168873418123, 1526095.560649296734482 ], [ 664550.869999999529682, 1526115.410000000149012 ], [ 664474.13, 1526115.7 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_6", "branchtype": "river", "branchorder": 4.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_6", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664474.13, 1526115.7 ], [ 664429.038999999989755, 1526107.098 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_7", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_7", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664429.038999999989755, 1526107.098 ], [ 664272.40999999945052, 1526129.970000000204891 ], [ 664169.979999999864958, 1526140.529999999562278 ], [ 664092.240000000223517, 1526143.2899999988731 ], [ 664057.966296999948099, 1526147.834882 ], [ 664057.966296999948099, 1526147.834882 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_8", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_8", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 666180.040000000037253, 1525894.769999999320135 ], [ 665891.336423385655507, 1526041.311705864733085 ], [ 665733.269999999320135, 1526117.310000000521541 ], [ 665733.269999999320135, 1526117.310000000521541 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_10", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_10", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665733.269999999320135, 1526117.310000000521541 ], [ 665641.789999999804422, 1525937.96000000089407 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_11", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_11", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664789.146172603359446, 1525073.346127192256972 ], [ 665015.157200000365265, 1525576.51439999951981 ], [ 665015.157200000365265, 1525576.514399999286979 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_12", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_12", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665015.157200000365265, 1525576.514399999286979 ], [ 665030.18360000057146, 1525603.506899999454618 ], [ 665030.18360000057146, 1525603.506899999454618 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_13", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_13", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665030.18360000057146, 1525603.506899999454618 ], [ 665243.630000000470318, 1526003.289999997941777 ] ] } } ] } diff --git a/examples/dflowfm_local/geoms/bridges.geojson b/examples/dflowfm_local/geoms/bridges.geojson index 835b1ce5..c6c80d50 100644 --- a/examples/dflowfm_local/geoms/bridges.geojson +++ b/examples/dflowfm_local/geoms/bridges.geojson @@ -2,7 +2,7 @@ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32647" } }, "features": [ -{ "type": "Feature", "properties": { "chainage": 14.101, "branchid": "branch_12", "outletlosscoeff": 0.2, "type": "bridge", "frictiontype": "Manning", "csdefid": "rect_h1.550_w2.000_cno_point", "inletlosscoeff": 0.2, "friction": 0.023, "formfactor": null, "id": "bridge_1", "pillarwidth": null, "length": 10.0, "shift": 2.34, "allowedflowdir": "positive" }, "geometry": { "type": "Point", "coordinates": [ 665021.849053248995915, 1525588.928306785644963 ] } }, -{ "type": "Feature", "properties": { "chainage": 485.794, "branchid": "branch_3", "outletlosscoeff": 0.82, "type": "bridge", "frictiontype": "Manning", "csdefid": "rect_h1.800_w5.000_cyes_point", "inletlosscoeff": 0.8, "friction": 0.023, "formfactor": null, "id": "bridge_2", "pillarwidth": null, "length": 5.0, "shift": 2.37, "allowedflowdir": "both" }, "geometry": { "type": "Point", "coordinates": [ 665599.689329552114941, 1525859.454655284294859 ] } } +{ "type": "Feature", "properties": { "formfactor": null, "frictiontype": "Manning", "id": "bridge_1", "outletlosscoeff": 0.2, "pillarwidth": null, "type": "bridge", "inletlosscoeff": 0.2, "branchid": "branch_12", "friction": 0.023, "csdefid": "rect_h1.550_w2.000_cno_point", "chainage": 14.101, "length": 10.0, "shift": 2.34, "allowedflowdir": "positive" }, "geometry": { "type": "Point", "coordinates": [ 665021.849053248995915, 1525588.928306785644963 ] } }, +{ "type": "Feature", "properties": { "formfactor": null, "frictiontype": "Manning", "id": "bridge_2", "outletlosscoeff": 0.82, "pillarwidth": null, "type": "bridge", "inletlosscoeff": 0.8, "branchid": "branch_3", "friction": 0.023, "csdefid": "rect_h1.800_w5.000_cyes_point", "chainage": 485.794, "length": 5.0, "shift": 2.37, "allowedflowdir": "both" }, "geometry": { "type": "Point", "coordinates": [ 665599.689329552114941, 1525859.454655284294859 ] } } ] } diff --git a/examples/dflowfm_local/geoms/culverts.geojson b/examples/dflowfm_local/geoms/culverts.geojson index 22dbb8b3..f521098e 100644 --- a/examples/dflowfm_local/geoms/culverts.geojson +++ b/examples/dflowfm_local/geoms/culverts.geojson @@ -2,6 +2,6 @@ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32647" } }, "features": [ -{ "type": "Feature", "properties": { "rightlevel": 2.5, "chainage": 331.832, "branchid": "branch_13", "outletlosscoeff": 0.2, "type": "culvert", "csdefid": "rect_h1.500_w1.500_cyes_point", "valveopeningheight": null, "relopening": null, "length": 1.0, "allowedflowdir": "positive", "bedfriction": 0.012, "valveonoff": 0.0, "inletlosscoeff": 0.2, "leftlevel": 2.56, "id": "culvert_1", "bedfrictiontype": "Manning", "losscoeff": null, "numlosscoeff": null }, "geometry": { "type": "Point", "coordinates": [ 665186.754018069244921, 1525896.07843215460889 ] } } +{ "type": "Feature", "properties": { "outletlosscoeff": 0.2, "type": "culvert", "csdefid": "rect_h1.500_w1.500_cyes_point", "valveonoff": 0.0, "valveopeningheight": null, "bedfriction": 0.012, "relopening": null, "numlosscoeff": null, "allowedflowdir": "positive", "leftlevel": 2.56, "id": "culvert_1", "losscoeff": null, "inletlosscoeff": 0.2, "branchid": "branch_13", "chainage": 331.832, "length": 1.0, "rightlevel": 2.5, "bedfrictiontype": "Manning" }, "geometry": { "type": "Point", "coordinates": [ 665186.754018069244921, 1525896.07843215460889 ] } } ] } diff --git a/examples/dflowfm_local/geoms/mesh1d.geojson b/examples/dflowfm_local/geoms/mesh1d.geojson new file mode 100644 index 00000000..d30584ce --- /dev/null +++ b/examples/dflowfm_local/geoms/mesh1d.geojson @@ -0,0 +1,209 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32647" } }, +"features": [ +{ "type": "Feature", "properties": { "index": "0" }, "geometry": { "type": "LineString", "coordinates": [ [ 664057.966296999948099, 1526147.834882 ], [ 664042.880630714935251, 1526110.574877512641251 ] ] } }, +{ "type": "Feature", "properties": { "index": "1" }, "geometry": { "type": "LineString", "coordinates": [ [ 664042.880630714935251, 1526110.574877512641251 ], [ 664027.794964429922402, 1526073.314873025286943 ] ] } }, +{ "type": "Feature", "properties": { "index": "2" }, "geometry": { "type": "LineString", "coordinates": [ [ 664027.794964429922402, 1526073.314873025286943 ], [ 664012.709298144909553, 1526036.054868537932634 ] ] } }, +{ "type": "Feature", "properties": { "index": "3" }, "geometry": { "type": "LineString", "coordinates": [ [ 664012.709298144909553, 1526036.054868537932634 ], [ 663997.623631859896705, 1525998.794864050578326 ] ] } }, +{ "type": "Feature", "properties": { "index": "4" }, "geometry": { "type": "LineString", "coordinates": [ [ 663997.623631859896705, 1525998.794864050578326 ], [ 663982.537965574883856, 1525961.534859562991187 ] ] } }, +{ "type": "Feature", "properties": { "index": "5" }, "geometry": { "type": "LineString", "coordinates": [ [ 663982.537965574883856, 1525961.534859562991187 ], [ 663967.452299289871007, 1525924.274855075636879 ] ] } }, +{ "type": "Feature", "properties": { "index": "6" }, "geometry": { "type": "LineString", "coordinates": [ [ 663967.452299289871007, 1525924.274855075636879 ], [ 663952.366633004858159, 1525887.01485058828257 ] ] } }, +{ "type": "Feature", "properties": { "index": "7" }, "geometry": { "type": "LineString", "coordinates": [ [ 663952.366633004858159, 1525887.01485058828257 ], [ 663937.28096671984531, 1525849.754846100928262 ] ] } }, +{ "type": "Feature", "properties": { "index": "8" }, "geometry": { "type": "LineString", "coordinates": [ [ 663937.28096671984531, 1525849.754846100928262 ], [ 663922.195300434716046, 1525812.494841613573954 ] ] } }, +{ "type": "Feature", "properties": { "index": "9" }, "geometry": { "type": "LineString", "coordinates": [ [ 663922.195300434716046, 1525812.494841613573954 ], [ 663902.059946518973447, 1525777.860574097605422 ] ] } }, +{ "type": "Feature", "properties": { "index": "10" }, "geometry": { "type": "LineString", "coordinates": [ [ 663902.059946518973447, 1525777.860574097605422 ], [ 663880.222290748381056, 1525744.111469633644447 ] ] } }, +{ "type": "Feature", "properties": { "index": "11" }, "geometry": { "type": "LineString", "coordinates": [ [ 663880.222290748381056, 1525744.111469633644447 ], [ 663858.384634977788664, 1525710.362365169916302 ] ] } }, +{ "type": "Feature", "properties": { "index": "12" }, "geometry": { "type": "LineString", "coordinates": [ [ 663858.384634977788664, 1525710.362365169916302 ], [ 663836.546979207196273, 1525676.613260706188157 ] ] } }, +{ "type": "Feature", "properties": { "index": "13" }, "geometry": { "type": "LineString", "coordinates": [ [ 663836.546979207196273, 1525676.613260706188157 ], [ 663814.709323436720297, 1525642.864156242227182 ] ] } }, +{ "type": "Feature", "properties": { "index": "14" }, "geometry": { "type": "LineString", "coordinates": [ [ 663814.709323436720297, 1525642.864156242227182 ], [ 663792.871667666127905, 1525609.115051778499037 ] ] } }, +{ "type": "Feature", "properties": { "index": "15" }, "geometry": { "type": "LineString", "coordinates": [ [ 663792.871667666127905, 1525609.115051778499037 ], [ 663771.034011895535514, 1525575.365947314770892 ] ] } }, +{ "type": "Feature", "properties": { "index": "16" }, "geometry": { "type": "LineString", "coordinates": [ [ 663771.034011895535514, 1525575.365947314770892 ], [ 663749.196356124943122, 1525541.616842850809917 ] ] } }, +{ "type": "Feature", "properties": { "index": "17" }, "geometry": { "type": "LineString", "coordinates": [ [ 663749.196356124943122, 1525541.616842850809917 ], [ 663727.358700354350731, 1525507.867738387081772 ] ] } }, +{ "type": "Feature", "properties": { "index": "18" }, "geometry": { "type": "LineString", "coordinates": [ [ 663727.358700354350731, 1525507.867738387081772 ], [ 663705.521044583874755, 1525474.118633923353627 ] ] } }, +{ "type": "Feature", "properties": { "index": "19" }, "geometry": { "type": "LineString", "coordinates": [ [ 663705.521044583874755, 1525474.118633923353627 ], [ 663679.553754080086946, 1525443.566992363426834 ] ] } }, +{ "type": "Feature", "properties": { "index": "20" }, "geometry": { "type": "LineString", "coordinates": [ [ 663679.553754080086946, 1525443.566992363426834 ], [ 663652.347726375912316, 1525413.974471040768549 ] ] } }, +{ "type": "Feature", "properties": { "index": "21" }, "geometry": { "type": "LineString", "coordinates": [ [ 663652.347726375912316, 1525413.974471040768549 ], [ 663625.141698671854101, 1525384.381949718343094 ] ] } }, +{ "type": "Feature", "properties": { "index": "22" }, "geometry": { "type": "LineString", "coordinates": [ [ 663625.141698671854101, 1525384.381949718343094 ], [ 663597.935670967679471, 1525354.789428395684808 ] ] } }, +{ "type": "Feature", "properties": { "index": "23" }, "geometry": { "type": "LineString", "coordinates": [ [ 663597.935670967679471, 1525354.789428395684808 ], [ 663570.72964326350484, 1525325.196907073259354 ] ] } }, +{ "type": "Feature", "properties": { "index": "24" }, "geometry": { "type": "LineString", "coordinates": [ [ 663570.72964326350484, 1525325.196907073259354 ], [ 663543.523615559446625, 1525295.604385750601068 ] ] } }, +{ "type": "Feature", "properties": { "index": "25" }, "geometry": { "type": "LineString", "coordinates": [ [ 663543.523615559446625, 1525295.604385750601068 ], [ 663516.317587855271995, 1525266.011864428175613 ] ] } }, +{ "type": "Feature", "properties": { "index": "26" }, "geometry": { "type": "LineString", "coordinates": [ [ 663516.317587855271995, 1525266.011864428175613 ], [ 663489.11156015121378, 1525236.419343105517328 ] ] } }, +{ "type": "Feature", "properties": { "index": "27" }, "geometry": { "type": "LineString", "coordinates": [ [ 663489.11156015121378, 1525236.419343105517328 ], [ 663461.90553244703915, 1525206.826821783091873 ] ] } }, +{ "type": "Feature", "properties": { "index": "28" }, "geometry": { "type": "LineString", "coordinates": [ [ 663461.90553244703915, 1525206.826821783091873 ], [ 663434.699504742864519, 1525177.234300460433587 ] ] } }, +{ "type": "Feature", "properties": { "index": "29" }, "geometry": { "type": "LineString", "coordinates": [ [ 663434.699504742864519, 1525177.234300460433587 ], [ 663407.493477038806304, 1525147.641779138008133 ] ] } }, +{ "type": "Feature", "properties": { "index": "30" }, "geometry": { "type": "LineString", "coordinates": [ [ 663407.493477038806304, 1525147.641779138008133 ], [ 663380.287449334631674, 1525118.049257815349847 ] ] } }, +{ "type": "Feature", "properties": { "index": "31" }, "geometry": { "type": "LineString", "coordinates": [ [ 663380.287449334631674, 1525118.049257815349847 ], [ 663353.081421630573459, 1525088.456736492924392 ] ] } }, +{ "type": "Feature", "properties": { "index": "32" }, "geometry": { "type": "LineString", "coordinates": [ [ 663353.081421630573459, 1525088.456736492924392 ], [ 663323.778790545649827, 1525060.938932668184862 ] ] } }, +{ "type": "Feature", "properties": { "index": "33" }, "geometry": { "type": "LineString", "coordinates": [ [ 663323.778790545649827, 1525060.938932668184862 ], [ 663294.473377107642591, 1525033.423882152419537 ] ] } }, +{ "type": "Feature", "properties": { "index": "34" }, "geometry": { "type": "LineString", "coordinates": [ [ 663294.473377107642591, 1525033.423882152419537 ], [ 663265.16796366951894, 1525005.908831636421382 ] ] } }, +{ "type": "Feature", "properties": { "index": "35" }, "geometry": { "type": "LineString", "coordinates": [ [ 663265.16796366951894, 1525005.908831636421382 ], [ 663235.862550231511705, 1524978.393781120656058 ] ] } }, +{ "type": "Feature", "properties": { "index": "36" }, "geometry": { "type": "LineString", "coordinates": [ [ 663235.862550231511705, 1524978.393781120656058 ], [ 663206.557136793504469, 1524950.878730604890734 ] ] } }, +{ "type": "Feature", "properties": { "index": "37" }, "geometry": { "type": "LineString", "coordinates": [ [ 663206.557136793504469, 1524950.878730604890734 ], [ 663177.251723355497234, 1524923.36368008912541 ] ] } }, +{ "type": "Feature", "properties": { "index": "38" }, "geometry": { "type": "LineString", "coordinates": [ [ 663177.251723355497234, 1524923.36368008912541 ], [ 663147.946309917489998, 1524895.848629573127255 ] ] } }, +{ "type": "Feature", "properties": { "index": "39" }, "geometry": { "type": "LineString", "coordinates": [ [ 663147.946309917489998, 1524895.848629573127255 ], [ 663118.640896479482763, 1524868.333579057361931 ] ] } }, +{ "type": "Feature", "properties": { "index": "40" }, "geometry": { "type": "LineString", "coordinates": [ [ 663118.640896479482763, 1524868.333579057361931 ], [ 663089.335483041359112, 1524840.818528541596606 ] ] } }, +{ "type": "Feature", "properties": { "index": "41" }, "geometry": { "type": "LineString", "coordinates": [ [ 663089.335483041359112, 1524840.818528541596606 ], [ 663060.030069603351876, 1524813.303478025598451 ] ] } }, +{ "type": "Feature", "properties": { "index": "42" }, "geometry": { "type": "LineString", "coordinates": [ [ 663060.030069603351876, 1524813.303478025598451 ], [ 663030.724656165344641, 1524785.788427509833127 ] ] } }, +{ "type": "Feature", "properties": { "index": "43" }, "geometry": { "type": "LineString", "coordinates": [ [ 663030.724656165344641, 1524785.788427509833127 ], [ 663001.419242727337405, 1524758.273376994067803 ] ] } }, +{ "type": "Feature", "properties": { "index": "44" }, "geometry": { "type": "LineString", "coordinates": [ [ 663001.419242727337405, 1524758.273376994067803 ], [ 662972.11382928933017, 1524730.758326478302479 ] ] } }, +{ "type": "Feature", "properties": { "index": "45" }, "geometry": { "type": "LineString", "coordinates": [ [ 662972.11382928933017, 1524730.758326478302479 ], [ 662942.808415851322934, 1524703.243275962304324 ] ] } }, +{ "type": "Feature", "properties": { "index": "46" }, "geometry": { "type": "LineString", "coordinates": [ [ 662942.808415851322934, 1524703.243275962304324 ], [ 662913.503002413315699, 1524675.728225446539 ] ] } }, +{ "type": "Feature", "properties": { "index": "47" }, "geometry": { "type": "LineString", "coordinates": [ [ 662913.503002413315699, 1524675.728225446539 ], [ 662884.197588975192048, 1524648.213174930773675 ] ] } }, +{ "type": "Feature", "properties": { "index": "48" }, "geometry": { "type": "LineString", "coordinates": [ [ 662884.197588975192048, 1524648.213174930773675 ], [ 662860.687827307148837, 1524615.79219363653101 ] ] } }, +{ "type": "Feature", "properties": { "index": "49" }, "geometry": { "type": "LineString", "coordinates": [ [ 662860.687827307148837, 1524615.79219363653101 ], [ 662838.389947204734199, 1524582.34537309105508 ] ] } }, +{ "type": "Feature", "properties": { "index": "50" }, "geometry": { "type": "LineString", "coordinates": [ [ 662838.389947204734199, 1524582.34537309105508 ], [ 662816.092067102435976, 1524548.89855254557915 ] ] } }, +{ "type": "Feature", "properties": { "index": "51" }, "geometry": { "type": "LineString", "coordinates": [ [ 662816.092067102435976, 1524548.89855254557915 ], [ 662793.794187000021338, 1524515.45173200010322 ] ] } }, +{ "type": "Feature", "properties": { "index": "52" }, "geometry": { "type": "LineString", "coordinates": [ [ 664057.966296999948099, 1526147.834882 ], [ 664070.597539616981521, 1526185.485985261620954 ] ] } }, +{ "type": "Feature", "properties": { "index": "53" }, "geometry": { "type": "LineString", "coordinates": [ [ 664070.597539616981521, 1526185.485985261620954 ], [ 664083.228782234014943, 1526223.137088523479179 ] ] } }, +{ "type": "Feature", "properties": { "index": "54" }, "geometry": { "type": "LineString", "coordinates": [ [ 664083.228782234014943, 1526223.137088523479179 ], [ 664095.860024851048365, 1526260.788191785104573 ] ] } }, +{ "type": "Feature", "properties": { "index": "55" }, "geometry": { "type": "LineString", "coordinates": [ [ 664095.860024851048365, 1526260.788191785104573 ], [ 664108.491267468081787, 1526298.439295046729967 ] ] } }, +{ "type": "Feature", "properties": { "index": "56" }, "geometry": { "type": "LineString", "coordinates": [ [ 664108.491267468081787, 1526298.439295046729967 ], [ 664121.122510085115209, 1526336.090398308588192 ] ] } }, +{ "type": "Feature", "properties": { "index": "57" }, "geometry": { "type": "LineString", "coordinates": [ [ 664121.122510085115209, 1526336.090398308588192 ], [ 664133.753752702148631, 1526373.741501570213586 ] ] } }, +{ "type": "Feature", "properties": { "index": "58" }, "geometry": { "type": "LineString", "coordinates": [ [ 664133.753752702148631, 1526373.741501570213586 ], [ 664146.384995319182053, 1526411.39260483183898 ] ] } }, +{ "type": "Feature", "properties": { "index": "59" }, "geometry": { "type": "LineString", "coordinates": [ [ 664146.384995319182053, 1526411.39260483183898 ], [ 664159.016237936215475, 1526449.043708093697205 ] ] } }, +{ "type": "Feature", "properties": { "index": "60" }, "geometry": { "type": "LineString", "coordinates": [ [ 664159.016237936215475, 1526449.043708093697205 ], [ 664171.647480553248897, 1526486.694811355322599 ] ] } }, +{ "type": "Feature", "properties": { "index": "61" }, "geometry": { "type": "LineString", "coordinates": [ [ 664171.647480553248897, 1526486.694811355322599 ], [ 664184.278723170282319, 1526524.345914616947994 ] ] } }, +{ "type": "Feature", "properties": { "index": "62" }, "geometry": { "type": "LineString", "coordinates": [ [ 664184.278723170282319, 1526524.345914616947994 ], [ 664196.909965787315741, 1526561.997017878806219 ] ] } }, +{ "type": "Feature", "properties": { "index": "63" }, "geometry": { "type": "LineString", "coordinates": [ [ 664196.909965787315741, 1526561.997017878806219 ], [ 664209.541208404349163, 1526599.648121140431613 ] ] } }, +{ "type": "Feature", "properties": { "index": "64" }, "geometry": { "type": "LineString", "coordinates": [ [ 664209.541208404349163, 1526599.648121140431613 ], [ 664218.310855000047013, 1526637.929704226087779 ] ] } }, +{ "type": "Feature", "properties": { "index": "65" }, "geometry": { "type": "LineString", "coordinates": [ [ 664218.310855000047013, 1526637.929704226087779 ], [ 664218.310855000047013, 1526677.643100793007761 ] ] } }, +{ "type": "Feature", "properties": { "index": "66" }, "geometry": { "type": "LineString", "coordinates": [ [ 664218.310855000047013, 1526677.643100793007761 ], [ 664218.310855000047013, 1526717.356497359927744 ] ] } }, +{ "type": "Feature", "properties": { "index": "67" }, "geometry": { "type": "LineString", "coordinates": [ [ 664218.310855000047013, 1526717.356497359927744 ], [ 664218.310855000047013, 1526757.069893926614895 ] ] } }, +{ "type": "Feature", "properties": { "index": "68" }, "geometry": { "type": "LineString", "coordinates": [ [ 664218.310855000047013, 1526757.069893926614895 ], [ 664218.310855000047013, 1526796.783290493534878 ] ] } }, +{ "type": "Feature", "properties": { "index": "69" }, "geometry": { "type": "LineString", "coordinates": [ [ 664218.310855000047013, 1526796.783290493534878 ], [ 664218.310855000047013, 1526836.49668706022203 ] ] } }, +{ "type": "Feature", "properties": { "index": "70" }, "geometry": { "type": "LineString", "coordinates": [ [ 664218.310855000047013, 1526836.49668706022203 ], [ 664218.310855000047013, 1526876.210083627142012 ] ] } }, +{ "type": "Feature", "properties": { "index": "71" }, "geometry": { "type": "LineString", "coordinates": [ [ 664218.310855000047013, 1526876.210083627142012 ], [ 664218.310855000047013, 1526915.923480194061995 ] ] } }, +{ "type": "Feature", "properties": { "index": "72" }, "geometry": { "type": "LineString", "coordinates": [ [ 664218.310855000047013, 1526915.923480194061995 ], [ 664218.310855000047013, 1526955.636876760749146 ] ] } }, +{ "type": "Feature", "properties": { "index": "73" }, "geometry": { "type": "LineString", "coordinates": [ [ 664218.310855000047013, 1526955.636876760749146 ], [ 664218.310855000047013, 1526995.350273327669129 ] ] } }, +{ "type": "Feature", "properties": { "index": "74" }, "geometry": { "type": "LineString", "coordinates": [ [ 664218.310855000047013, 1526995.350273327669129 ], [ 664214.083127209800296, 1527034.763214531121776 ] ] } }, +{ "type": "Feature", "properties": { "index": "75" }, "geometry": { "type": "LineString", "coordinates": [ [ 664214.083127209800296, 1527034.763214531121776 ], [ 664208.466804806608707, 1527074.077471354044974 ] ] } }, +{ "type": "Feature", "properties": { "index": "76" }, "geometry": { "type": "LineString", "coordinates": [ [ 664208.466804806608707, 1527074.077471354044974 ], [ 664202.850482403300703, 1527113.391728176968172 ] ] } }, +{ "type": "Feature", "properties": { "index": "77" }, "geometry": { "type": "LineString", "coordinates": [ [ 664202.850482403300703, 1527113.391728176968172 ], [ 664197.23416, 1527152.705984999891371 ] ] } }, +{ "type": "Feature", "properties": { "index": "78" }, "geometry": { "type": "LineString", "coordinates": [ [ 665115.699999999953434, 1524944.79 ], [ 665134.251399999950081, 1524980.343346153851599 ] ] } }, +{ "type": "Feature", "properties": { "index": "79" }, "geometry": { "type": "LineString", "coordinates": [ [ 665134.251399999950081, 1524980.343346153851599 ], [ 665152.802799999946728, 1525015.896692307665944 ] ] } }, +{ "type": "Feature", "properties": { "index": "80" }, "geometry": { "type": "LineString", "coordinates": [ [ 665152.802799999946728, 1525015.896692307665944 ], [ 665171.354199999943376, 1525051.45003846148029 ] ] } }, +{ "type": "Feature", "properties": { "index": "81" }, "geometry": { "type": "LineString", "coordinates": [ [ 665171.354199999943376, 1525051.45003846148029 ], [ 665189.905599999940023, 1525087.003384615527466 ] ] } }, +{ "type": "Feature", "properties": { "index": "82" }, "geometry": { "type": "LineString", "coordinates": [ [ 665189.905599999940023, 1525087.003384615527466 ], [ 665208.45699999993667, 1525122.556730769341812 ] ] } }, +{ "type": "Feature", "properties": { "index": "83" }, "geometry": { "type": "LineString", "coordinates": [ [ 665208.45699999993667, 1525122.556730769341812 ], [ 665227.008399999933317, 1525158.110076923156157 ] ] } }, +{ "type": "Feature", "properties": { "index": "84" }, "geometry": { "type": "LineString", "coordinates": [ [ 665227.008399999933317, 1525158.110076923156157 ], [ 665245.55980000004638, 1525193.663423076970503 ] ] } }, +{ "type": "Feature", "properties": { "index": "85" }, "geometry": { "type": "LineString", "coordinates": [ [ 665245.55980000004638, 1525193.663423076970503 ], [ 665264.111200000043027, 1525229.216769230784848 ] ] } }, +{ "type": "Feature", "properties": { "index": "86" }, "geometry": { "type": "LineString", "coordinates": [ [ 665264.111200000043027, 1525229.216769230784848 ], [ 665282.662600000039674, 1525264.770115384599194 ] ] } }, +{ "type": "Feature", "properties": { "index": "87" }, "geometry": { "type": "LineString", "coordinates": [ [ 665282.662600000039674, 1525264.770115384599194 ], [ 665301.214000000036322, 1525300.32346153864637 ] ] } }, +{ "type": "Feature", "properties": { "index": "88" }, "geometry": { "type": "LineString", "coordinates": [ [ 665301.214000000036322, 1525300.32346153864637 ], [ 665319.765400000032969, 1525335.876807692460716 ] ] } }, +{ "type": "Feature", "properties": { "index": "89" }, "geometry": { "type": "LineString", "coordinates": [ [ 665319.765400000032969, 1525335.876807692460716 ], [ 665338.316800000029616, 1525371.430153846275061 ] ] } }, +{ "type": "Feature", "properties": { "index": "90" }, "geometry": { "type": "LineString", "coordinates": [ [ 665338.316800000029616, 1525371.430153846275061 ], [ 665356.868200000026263, 1525406.9835 ] ] } }, +{ "type": "Feature", "properties": { "index": "91" }, "geometry": { "type": "LineString", "coordinates": [ [ 665356.868200000026263, 1525406.9835 ], [ 665369.906399999978021, 1525431.4412 ] ] } }, +{ "type": "Feature", "properties": { "index": "92" }, "geometry": { "type": "LineString", "coordinates": [ [ 665369.906399999978021, 1525431.4412 ], [ 665389.326657142839395, 1525467.62111428566277 ] ] } }, +{ "type": "Feature", "properties": { "index": "93" }, "geometry": { "type": "LineString", "coordinates": [ [ 665389.326657142839395, 1525467.62111428566277 ], [ 665408.746914285700768, 1525503.801028571324423 ] ] } }, +{ "type": "Feature", "properties": { "index": "94" }, "geometry": { "type": "LineString", "coordinates": [ [ 665408.746914285700768, 1525503.801028571324423 ], [ 665428.167171428562142, 1525539.980942857218906 ] ] } }, +{ "type": "Feature", "properties": { "index": "95" }, "geometry": { "type": "LineString", "coordinates": [ [ 665428.167171428562142, 1525539.980942857218906 ], [ 665447.587428571423516, 1525576.160857142880559 ] ] } }, +{ "type": "Feature", "properties": { "index": "96" }, "geometry": { "type": "LineString", "coordinates": [ [ 665447.587428571423516, 1525576.160857142880559 ], [ 665467.007685714284889, 1525612.340771428542212 ] ] } }, +{ "type": "Feature", "properties": { "index": "97" }, "geometry": { "type": "LineString", "coordinates": [ [ 665467.007685714284889, 1525612.340771428542212 ], [ 665486.427942857146263, 1525648.520685714203864 ] ] } }, +{ "type": "Feature", "properties": { "index": "98" }, "geometry": { "type": "LineString", "coordinates": [ [ 665486.427942857146263, 1525648.520685714203864 ], [ 665505.8482, 1525684.7006 ] ] } }, +{ "type": "Feature", "properties": { "index": "99" }, "geometry": { "type": "LineString", "coordinates": [ [ 665505.8482, 1525684.7006 ], [ 665525.268457142869011, 1525720.88051428576 ] ] } }, +{ "type": "Feature", "properties": { "index": "100" }, "geometry": { "type": "LineString", "coordinates": [ [ 665525.268457142869011, 1525720.88051428576 ], [ 665544.688714285730384, 1525757.060428571421653 ] ] } }, +{ "type": "Feature", "properties": { "index": "101" }, "geometry": { "type": "LineString", "coordinates": [ [ 665544.688714285730384, 1525757.060428571421653 ], [ 665564.108971428591758, 1525793.240342857083306 ] ] } }, +{ "type": "Feature", "properties": { "index": "102" }, "geometry": { "type": "LineString", "coordinates": [ [ 665564.108971428591758, 1525793.240342857083306 ], [ 665583.529228571453132, 1525829.420257142744958 ] ] } }, +{ "type": "Feature", "properties": { "index": "103" }, "geometry": { "type": "LineString", "coordinates": [ [ 665583.529228571453132, 1525829.420257142744958 ], [ 665602.949485714314505, 1525865.600171428639442 ] ] } }, +{ "type": "Feature", "properties": { "index": "104" }, "geometry": { "type": "LineString", "coordinates": [ [ 665602.949485714314505, 1525865.600171428639442 ], [ 665622.369742857175879, 1525901.780085714301094 ] ] } }, +{ "type": "Feature", "properties": { "index": "105" }, "geometry": { "type": "LineString", "coordinates": [ [ 665622.369742857175879, 1525901.780085714301094 ], [ 665641.790000000037253, 1525937.96 ] ] } }, +{ "type": "Feature", "properties": { "index": "106" }, "geometry": { "type": "LineString", "coordinates": [ [ 665641.790000000037253, 1525937.96 ], [ 665601.858935826108791, 1525944.928002896951512 ] ] } }, +{ "type": "Feature", "properties": { "index": "107" }, "geometry": { "type": "LineString", "coordinates": [ [ 665601.858935826108791, 1525944.928002896951512 ], [ 665561.927871652180329, 1525951.896005793940276 ] ] } }, +{ "type": "Feature", "properties": { "index": "108" }, "geometry": { "type": "LineString", "coordinates": [ [ 665561.927871652180329, 1525951.896005793940276 ], [ 665521.420632034889422, 1525952.889522974379361 ] ] } }, +{ "type": "Feature", "properties": { "index": "109" }, "geometry": { "type": "LineString", "coordinates": [ [ 665521.420632034889422, 1525952.889522974379361 ], [ 665480.893890205654316, 1525953.680817569373176 ] ] } }, +{ "type": "Feature", "properties": { "index": "110" }, "geometry": { "type": "LineString", "coordinates": [ [ 665480.893890205654316, 1525953.680817569373176 ], [ 665440.712446632678621, 1525959.003493383061141 ] ] } }, +{ "type": "Feature", "properties": { "index": "111" }, "geometry": { "type": "LineString", "coordinates": [ [ 665440.712446632678621, 1525959.003493383061141 ], [ 665401.061461337259971, 1525966.840663285693154 ] ] } }, +{ "type": "Feature", "properties": { "index": "112" }, "geometry": { "type": "LineString", "coordinates": [ [ 665401.061461337259971, 1525966.840663285693154 ], [ 665362.184660361148417, 1525978.313993068411946 ] ] } }, +{ "type": "Feature", "properties": { "index": "113" }, "geometry": { "type": "LineString", "coordinates": [ [ 665362.184660361148417, 1525978.313993068411946 ], [ 665323.048503552563488, 1525988.83828121679835 ] ] } }, +{ "type": "Feature", "properties": { "index": "114" }, "geometry": { "type": "LineString", "coordinates": [ [ 665323.048503552563488, 1525988.83828121679835 ], [ 665283.739913720288314, 1525998.731597942532972 ] ] } }, +{ "type": "Feature", "properties": { "index": "115" }, "geometry": { "type": "LineString", "coordinates": [ [ 665283.739913720288314, 1525998.731597942532972 ], [ 665243.63, 1526003.29 ] ] } }, +{ "type": "Feature", "properties": { "index": "116" }, "geometry": { "type": "LineString", "coordinates": [ [ 665243.63, 1526003.29 ], [ 665204.35689458984416, 1525997.009031294612214 ] ] } }, +{ "type": "Feature", "properties": { "index": "117" }, "geometry": { "type": "LineString", "coordinates": [ [ 665204.35689458984416, 1525997.009031294612214 ], [ 665165.083789179800078, 1525990.728062589187175 ] ] } }, +{ "type": "Feature", "properties": { "index": "118" }, "geometry": { "type": "LineString", "coordinates": [ [ 665165.083789179800078, 1525990.728062589187175 ], [ 665125.810683769639581, 1525984.447093883529305 ] ] } }, +{ "type": "Feature", "properties": { "index": "119" }, "geometry": { "type": "LineString", "coordinates": [ [ 665125.810683769639581, 1525984.447093883529305 ], [ 665086.269065906177275, 1525980.336869582301006 ] ] } }, +{ "type": "Feature", "properties": { "index": "120" }, "geometry": { "type": "LineString", "coordinates": [ [ 665086.269065906177275, 1525980.336869582301006 ], [ 665047.044596763444133, 1525979.371394482208416 ] ] } }, +{ "type": "Feature", "properties": { "index": "121" }, "geometry": { "type": "LineString", "coordinates": [ [ 665047.044596763444133, 1525979.371394482208416 ], [ 665010.408092503785156, 1525994.85021653259173 ] ] } }, +{ "type": "Feature", "properties": { "index": "122" }, "geometry": { "type": "LineString", "coordinates": [ [ 665010.408092503785156, 1525994.85021653259173 ], [ 664973.771588244126178, 1526010.329038582975045 ] ] } }, +{ "type": "Feature", "properties": { "index": "123" }, "geometry": { "type": "LineString", "coordinates": [ [ 664973.771588244126178, 1526010.329038582975045 ], [ 664938.496680563432164, 1526028.598012781469151 ] ] } }, +{ "type": "Feature", "properties": { "index": "124" }, "geometry": { "type": "LineString", "coordinates": [ [ 664938.496680563432164, 1526028.598012781469151 ], [ 664901.639608205063269, 1526040.120427191490307 ] ] } }, +{ "type": "Feature", "properties": { "index": "125" }, "geometry": { "type": "LineString", "coordinates": [ [ 664901.639608205063269, 1526040.120427191490307 ], [ 664861.874259244184941, 1526040.858260814798996 ] ] } }, +{ "type": "Feature", "properties": { "index": "126" }, "geometry": { "type": "LineString", "coordinates": [ [ 664861.874259244184941, 1526040.858260814798996 ], [ 664822.303925131564029, 1526042.771921063540503 ] ] } }, +{ "type": "Feature", "properties": { "index": "127" }, "geometry": { "type": "LineString", "coordinates": [ [ 664822.303925131564029, 1526042.771921063540503 ], [ 664784.429496395518072, 1526054.910908844787627 ] ] } }, +{ "type": "Feature", "properties": { "index": "128" }, "geometry": { "type": "LineString", "coordinates": [ [ 664784.429496395518072, 1526054.910908844787627 ], [ 664746.466373934643343, 1526066.746818236541003 ] ] } }, +{ "type": "Feature", "properties": { "index": "129" }, "geometry": { "type": "LineString", "coordinates": [ [ 664746.466373934643343, 1526066.746818236541003 ], [ 664708.023012482211925, 1526076.94168639043346 ] ] } }, +{ "type": "Feature", "properties": { "index": "130" }, "geometry": { "type": "LineString", "coordinates": [ [ 664708.023012482211925, 1526076.94168639043346 ], [ 664669.612146105035208, 1526087.249482669634745 ] ] } }, +{ "type": "Feature", "properties": { "index": "131" }, "geometry": { "type": "LineString", "coordinates": [ [ 664669.612146105035208, 1526087.249482669634745 ], [ 664631.365309132146649, 1526098.039463273249567 ] ] } }, +{ "type": "Feature", "properties": { "index": "132" }, "geometry": { "type": "LineString", "coordinates": [ [ 664631.365309132146649, 1526098.039463273249567 ], [ 664592.48802951478865, 1526106.429010697873309 ] ] } }, +{ "type": "Feature", "properties": { "index": "133" }, "geometry": { "type": "LineString", "coordinates": [ [ 664592.48802951478865, 1526106.429010697873309 ], [ 664553.610749897547066, 1526114.818558122497052 ] ] } }, +{ "type": "Feature", "properties": { "index": "134" }, "geometry": { "type": "LineString", "coordinates": [ [ 664553.610749897547066, 1526114.818558122497052 ], [ 664513.901909521664493, 1526115.549702192191035 ] ] } }, +{ "type": "Feature", "properties": { "index": "135" }, "geometry": { "type": "LineString", "coordinates": [ [ 664513.901909521664493, 1526115.549702192191035 ], [ 664474.13, 1526115.7 ] ] } }, +{ "type": "Feature", "properties": { "index": "136" }, "geometry": { "type": "LineString", "coordinates": [ [ 664474.13, 1526115.7 ], [ 664429.038999999989755, 1526107.098 ] ] } }, +{ "type": "Feature", "properties": { "index": "137" }, "geometry": { "type": "LineString", "coordinates": [ [ 664429.038999999989755, 1526107.098 ], [ 664387.960688623017631, 1526113.096526057226583 ] ] } }, +{ "type": "Feature", "properties": { "index": "138" }, "geometry": { "type": "LineString", "coordinates": [ [ 664387.960688623017631, 1526113.096526057226583 ], [ 664346.882377245929092, 1526119.095052114455029 ] ] } }, +{ "type": "Feature", "properties": { "index": "139" }, "geometry": { "type": "LineString", "coordinates": [ [ 664346.882377245929092, 1526119.095052114455029 ], [ 664305.804065868956968, 1526125.093578171683475 ] ] } }, +{ "type": "Feature", "properties": { "index": "140" }, "geometry": { "type": "LineString", "coordinates": [ [ 664305.804065868956968, 1526125.093578171683475 ], [ 664264.685201272019185, 1526130.766386552480981 ] ] } }, +{ "type": "Feature", "properties": { "index": "141" }, "geometry": { "type": "LineString", "coordinates": [ [ 664264.685201272019185, 1526130.766386552480981 ], [ 664223.390101169003174, 1526135.023696491727605 ] ] } }, +{ "type": "Feature", "properties": { "index": "142" }, "geometry": { "type": "LineString", "coordinates": [ [ 664223.390101169003174, 1526135.023696491727605 ], [ 664182.095001065870747, 1526139.281006431207061 ] ] } }, +{ "type": "Feature", "properties": { "index": "143" }, "geometry": { "type": "LineString", "coordinates": [ [ 664182.095001065870747, 1526139.281006431207061 ], [ 664140.663710137596354, 1526141.570815024664626 ] ] } }, +{ "type": "Feature", "properties": { "index": "144" }, "geometry": { "type": "LineString", "coordinates": [ [ 664140.663710137596354, 1526141.570815024664626 ], [ 664099.175875467481092, 1526143.043755900580436 ] ] } }, +{ "type": "Feature", "properties": { "index": "145" }, "geometry": { "type": "LineString", "coordinates": [ [ 664099.175875467481092, 1526143.043755900580436 ], [ 664057.966296999948099, 1526147.834882 ] ] } }, +{ "type": "Feature", "properties": { "index": "146" }, "geometry": { "type": "LineString", "coordinates": [ [ 666180.040000000037253, 1525894.77 ], [ 666142.948547384585254, 1525913.597077935002744 ] ] } }, +{ "type": "Feature", "properties": { "index": "147" }, "geometry": { "type": "LineString", "coordinates": [ [ 666142.948547384585254, 1525913.597077935002744 ], [ 666105.857094769133255, 1525932.424155869986862 ] ] } }, +{ "type": "Feature", "properties": { "index": "148" }, "geometry": { "type": "LineString", "coordinates": [ [ 666105.857094769133255, 1525932.424155869986862 ], [ 666068.765642153681256, 1525951.25123380497098 ] ] } }, +{ "type": "Feature", "properties": { "index": "149" }, "geometry": { "type": "LineString", "coordinates": [ [ 666068.765642153681256, 1525951.25123380497098 ], [ 666031.674189538229257, 1525970.078311739955097 ] ] } }, +{ "type": "Feature", "properties": { "index": "150" }, "geometry": { "type": "LineString", "coordinates": [ [ 666031.674189538229257, 1525970.078311739955097 ], [ 665994.582736922660843, 1525988.905389674939215 ] ] } }, +{ "type": "Feature", "properties": { "index": "151" }, "geometry": { "type": "LineString", "coordinates": [ [ 665994.582736922660843, 1525988.905389674939215 ], [ 665957.491284307208844, 1526007.732467609923333 ] ] } }, +{ "type": "Feature", "properties": { "index": "152" }, "geometry": { "type": "LineString", "coordinates": [ [ 665957.491284307208844, 1526007.732467609923333 ], [ 665920.399831691756845, 1526026.559545544907451 ] ] } }, +{ "type": "Feature", "properties": { "index": "153" }, "geometry": { "type": "LineString", "coordinates": [ [ 665920.399831691756845, 1526026.559545544907451 ], [ 665883.222522414289415, 1526045.212867236463353 ] ] } }, +{ "type": "Feature", "properties": { "index": "154" }, "geometry": { "type": "LineString", "coordinates": [ [ 665883.222522414289415, 1526045.212867236463353 ], [ 665845.734391810721718, 1526063.237150427419692 ] ] } }, +{ "type": "Feature", "properties": { "index": "155" }, "geometry": { "type": "LineString", "coordinates": [ [ 665845.734391810721718, 1526063.237150427419692 ], [ 665808.246261207154021, 1526081.261433618376032 ] ] } }, +{ "type": "Feature", "properties": { "index": "156" }, "geometry": { "type": "LineString", "coordinates": [ [ 665808.246261207154021, 1526081.261433618376032 ], [ 665770.758130603586324, 1526099.28571680909954 ] ] } }, +{ "type": "Feature", "properties": { "index": "157" }, "geometry": { "type": "LineString", "coordinates": [ [ 665770.758130603586324, 1526099.28571680909954 ], [ 665733.270000000018626, 1526117.31 ] ] } }, +{ "type": "Feature", "properties": { "index": "158" }, "geometry": { "type": "LineString", "coordinates": [ [ 665733.270000000018626, 1526117.31 ], [ 665714.974000000045635, 1526081.44 ] ] } }, +{ "type": "Feature", "properties": { "index": "159" }, "geometry": { "type": "LineString", "coordinates": [ [ 665714.974000000045635, 1526081.44 ], [ 665696.678000000072643, 1526045.57 ] ] } }, +{ "type": "Feature", "properties": { "index": "160" }, "geometry": { "type": "LineString", "coordinates": [ [ 665696.678000000072643, 1526045.57 ], [ 665678.381999999983236, 1526009.7 ] ] } }, +{ "type": "Feature", "properties": { "index": "161" }, "geometry": { "type": "LineString", "coordinates": [ [ 665678.381999999983236, 1526009.7 ], [ 665660.086000000010245, 1525973.83 ] ] } }, +{ "type": "Feature", "properties": { "index": "162" }, "geometry": { "type": "LineString", "coordinates": [ [ 665660.086000000010245, 1525973.83 ], [ 665641.790000000037253, 1525937.96 ] ] } }, +{ "type": "Feature", "properties": { "index": "163" }, "geometry": { "type": "LineString", "coordinates": [ [ 664789.146172999986447, 1525073.346127 ], [ 664805.289817785727791, 1525109.286717928480357 ] ] } }, +{ "type": "Feature", "properties": { "index": "164" }, "geometry": { "type": "LineString", "coordinates": [ [ 664805.289817785727791, 1525109.286717928480357 ], [ 664821.433462571469136, 1525145.227308857021853 ] ] } }, +{ "type": "Feature", "properties": { "index": "165" }, "geometry": { "type": "LineString", "coordinates": [ [ 664821.433462571469136, 1525145.227308857021853 ], [ 664837.577107357094064, 1525181.16789978556335 ] ] } }, +{ "type": "Feature", "properties": { "index": "166" }, "geometry": { "type": "LineString", "coordinates": [ [ 664837.577107357094064, 1525181.16789978556335 ], [ 664853.720752142835408, 1525217.108490714337677 ] ] } }, +{ "type": "Feature", "properties": { "index": "167" }, "geometry": { "type": "LineString", "coordinates": [ [ 664853.720752142835408, 1525217.108490714337677 ], [ 664869.864396928576753, 1525253.049081642879173 ] ] } }, +{ "type": "Feature", "properties": { "index": "168" }, "geometry": { "type": "LineString", "coordinates": [ [ 664869.864396928576753, 1525253.049081642879173 ], [ 664886.008041714318097, 1525288.98967257142067 ] ] } }, +{ "type": "Feature", "properties": { "index": "169" }, "geometry": { "type": "LineString", "coordinates": [ [ 664886.008041714318097, 1525288.98967257142067 ], [ 664902.151686500059441, 1525324.930263499962166 ] ] } }, +{ "type": "Feature", "properties": { "index": "170" }, "geometry": { "type": "LineString", "coordinates": [ [ 664902.151686500059441, 1525324.930263499962166 ], [ 664918.29533128568437, 1525360.870854428503662 ] ] } }, +{ "type": "Feature", "properties": { "index": "171" }, "geometry": { "type": "LineString", "coordinates": [ [ 664918.29533128568437, 1525360.870854428503662 ], [ 664934.438976071425714, 1525396.811445357045159 ] ] } }, +{ "type": "Feature", "properties": { "index": "172" }, "geometry": { "type": "LineString", "coordinates": [ [ 664934.438976071425714, 1525396.811445357045159 ], [ 664950.582620857167058, 1525432.752036285586655 ] ] } }, +{ "type": "Feature", "properties": { "index": "173" }, "geometry": { "type": "LineString", "coordinates": [ [ 664950.582620857167058, 1525432.752036285586655 ], [ 664966.726265642908402, 1525468.692627214360982 ] ] } }, +{ "type": "Feature", "properties": { "index": "174" }, "geometry": { "type": "LineString", "coordinates": [ [ 664966.726265642908402, 1525468.692627214360982 ], [ 664982.869910428533331, 1525504.633218142902479 ] ] } }, +{ "type": "Feature", "properties": { "index": "175" }, "geometry": { "type": "LineString", "coordinates": [ [ 664982.869910428533331, 1525504.633218142902479 ], [ 664999.013555214274675, 1525540.573809071443975 ] ] } }, +{ "type": "Feature", "properties": { "index": "176" }, "geometry": { "type": "LineString", "coordinates": [ [ 664999.013555214274675, 1525540.573809071443975 ], [ 665015.157200000016019, 1525576.5144 ] ] } }, +{ "type": "Feature", "properties": { "index": "177" }, "geometry": { "type": "LineString", "coordinates": [ [ 665015.157200000016019, 1525576.5144 ], [ 665030.183599999989383, 1525603.5069 ] ] } }, +{ "type": "Feature", "properties": { "index": "178" }, "geometry": { "type": "LineString", "coordinates": [ [ 665030.183599999989383, 1525603.5069 ], [ 665049.587818181840703, 1525639.850818181643263 ] ] } }, +{ "type": "Feature", "properties": { "index": "179" }, "geometry": { "type": "LineString", "coordinates": [ [ 665049.587818181840703, 1525639.850818181643263 ], [ 665068.992036363575608, 1525676.194736363599077 ] ] } }, +{ "type": "Feature", "properties": { "index": "180" }, "geometry": { "type": "LineString", "coordinates": [ [ 665068.992036363575608, 1525676.194736363599077 ], [ 665088.396254545426928, 1525712.538654545322061 ] ] } }, +{ "type": "Feature", "properties": { "index": "181" }, "geometry": { "type": "LineString", "coordinates": [ [ 665088.396254545426928, 1525712.538654545322061 ], [ 665107.800472727278247, 1525748.882572727277875 ] ] } }, +{ "type": "Feature", "properties": { "index": "182" }, "geometry": { "type": "LineString", "coordinates": [ [ 665107.800472727278247, 1525748.882572727277875 ], [ 665127.204690909129567, 1525785.226490909000859 ] ] } }, +{ "type": "Feature", "properties": { "index": "183" }, "geometry": { "type": "LineString", "coordinates": [ [ 665127.204690909129567, 1525785.226490909000859 ], [ 665146.608909090864472, 1525821.570409090956673 ] ] } }, +{ "type": "Feature", "properties": { "index": "184" }, "geometry": { "type": "LineString", "coordinates": [ [ 665146.608909090864472, 1525821.570409090956673 ], [ 665166.013127272715792, 1525857.914327272679657 ] ] } }, +{ "type": "Feature", "properties": { "index": "185" }, "geometry": { "type": "LineString", "coordinates": [ [ 665166.013127272715792, 1525857.914327272679657 ], [ 665185.417345454567112, 1525894.258245454635471 ] ] } }, +{ "type": "Feature", "properties": { "index": "186" }, "geometry": { "type": "LineString", "coordinates": [ [ 665185.417345454567112, 1525894.258245454635471 ], [ 665204.821563636418432, 1525930.602163636358455 ] ] } }, +{ "type": "Feature", "properties": { "index": "187" }, "geometry": { "type": "LineString", "coordinates": [ [ 665204.821563636418432, 1525930.602163636358455 ], [ 665224.225781818153337, 1525966.946081818314269 ] ] } }, +{ "type": "Feature", "properties": { "index": "188" }, "geometry": { "type": "LineString", "coordinates": [ [ 665224.225781818153337, 1525966.946081818314269 ], [ 665243.63, 1526003.29 ] ] } }, +{ "type": "Feature", "properties": { "index": "189" }, "geometry": { "type": "LineString", "coordinates": [ [ 664438.813829, 1525829.80028499988839 ], [ 664429.038999999989755, 1526107.098 ] ] } }, +{ "type": "Feature", "properties": { "index": "190" }, "geometry": { "type": "LineString", "coordinates": [ [ 664190.385800000047311, 1525924.0326 ], [ 664438.813829, 1525829.80028499988839 ] ] } }, +{ "type": "Feature", "properties": { "index": "191" }, "geometry": { "type": "LineString", "coordinates": [ [ 664217.490141000016592, 1525583.239706 ], [ 664438.813829, 1525829.80028499988839 ] ] } }, +{ "type": "Feature", "properties": { "index": "192" }, "geometry": { "type": "LineString", "coordinates": [ [ 663936.86470100004226, 1525261.152572 ], [ 664217.490141000016592, 1525583.239706 ] ] } }, +{ "type": "Feature", "properties": { "index": "193" }, "geometry": { "type": "LineString", "coordinates": [ [ 663871.550461999955587, 1525175.738024 ], [ 663936.86470100004226, 1525261.152572 ] ] } }, +{ "type": "Feature", "properties": { "index": "194" }, "geometry": { "type": "LineString", "coordinates": [ [ 664048.32531999994535, 1525098.071112 ], [ 663871.550461999955587, 1525175.738024 ] ] } }, +{ "type": "Feature", "properties": { "index": "195" }, "geometry": { "type": "LineString", "coordinates": [ [ 664702.726925999973901, 1525750.09855 ], [ 664481.894199999980628, 1525830.3033 ] ] } }, +{ "type": "Feature", "properties": { "index": "196" }, "geometry": { "type": "LineString", "coordinates": [ [ 664481.894199999980628, 1525830.3033 ], [ 664474.13, 1526115.7 ] ] } }, +{ "type": "Feature", "properties": { "index": "197" }, "geometry": { "type": "LineString", "coordinates": [ [ 664747.433497000019997, 1525729.6498 ], [ 665030.183599999989383, 1525603.5069 ] ] } }, +{ "type": "Feature", "properties": { "index": "198" }, "geometry": { "type": "LineString", "coordinates": [ [ 664849.475699999951757, 1525031.354499999899417 ], [ 665115.699999999953434, 1524944.79 ] ] } }, +{ "type": "Feature", "properties": { "index": "199" }, "geometry": { "type": "LineString", "coordinates": [ [ 665219.643112999969162, 1525514.959857 ], [ 665030.183599999989383, 1525603.5069 ] ] } }, +{ "type": "Feature", "properties": { "index": "200" }, "geometry": { "type": "LineString", "coordinates": [ [ 664708.738620999967679, 1524483.144798000110313 ], [ 664849.475699999951757, 1525031.354499999899417 ] ] } }, +{ "type": "Feature", "properties": { "index": "201" }, "geometry": { "type": "LineString", "coordinates": [ [ 665277.574117999989539, 1525446.393195 ], [ 665356.868200000026263, 1525406.9835 ] ] } }, +{ "type": "Feature", "properties": { "index": "202" }, "geometry": { "type": "LineString", "coordinates": [ [ 665292.615321, 1525470.849516 ], [ 665369.906399999978021, 1525431.4412 ] ] } } +] +} diff --git a/examples/dflowfm_local/geoms/mesh2d.geojson b/examples/dflowfm_local/geoms/mesh2d.geojson new file mode 100644 index 00000000..f65bc54d --- /dev/null +++ b/examples/dflowfm_local/geoms/mesh2d.geojson @@ -0,0 +1,931 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32647" } }, +"features": [ +{ "type": "Feature", "properties": { "index": "0" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1527200.0 ], [ 664200.0, 1527300.0 ], [ 664100.0, 1527300.0 ], [ 664100.0, 1527200.0 ], [ 664200.0, 1527200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "1" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1527200.0 ], [ 664300.0, 1527300.0 ], [ 664200.0, 1527300.0 ], [ 664200.0, 1527200.0 ], [ 664300.0, 1527200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "2" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1527200.0 ], [ 664400.0, 1527300.0 ], [ 664300.0, 1527300.0 ], [ 664300.0, 1527200.0 ], [ 664400.0, 1527200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "3" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1527100.0 ], [ 664100.0, 1527200.0 ], [ 664000.0, 1527200.0 ], [ 664000.0, 1527100.0 ], [ 664100.0, 1527100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "4" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1527100.0 ], [ 664200.0, 1527200.0 ], [ 664100.0, 1527200.0 ], [ 664100.0, 1527100.0 ], [ 664200.0, 1527100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "5" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1527100.0 ], [ 664300.0, 1527200.0 ], [ 664200.0, 1527200.0 ], [ 664200.0, 1527100.0 ], [ 664300.0, 1527100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "6" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1527100.0 ], [ 664400.0, 1527200.0 ], [ 664300.0, 1527200.0 ], [ 664300.0, 1527100.0 ], [ 664400.0, 1527100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "7" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1527100.0 ], [ 664500.0, 1527200.0 ], [ 664400.0, 1527200.0 ], [ 664400.0, 1527100.0 ], [ 664500.0, 1527100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "8" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1527000.0 ], [ 664000.0, 1527100.0 ], [ 663900.0, 1527100.0 ], [ 663900.0, 1527000.0 ], [ 664000.0, 1527000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "9" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1527000.0 ], [ 664100.0, 1527100.0 ], [ 664000.0, 1527100.0 ], [ 664000.0, 1527000.0 ], [ 664100.0, 1527000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "10" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1527000.0 ], [ 664200.0, 1527100.0 ], [ 664100.0, 1527100.0 ], [ 664100.0, 1527000.0 ], [ 664200.0, 1527000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "11" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1527000.0 ], [ 664300.0, 1527100.0 ], [ 664200.0, 1527100.0 ], [ 664200.0, 1527000.0 ], [ 664300.0, 1527000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "12" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1527000.0 ], [ 664400.0, 1527100.0 ], [ 664300.0, 1527100.0 ], [ 664300.0, 1527000.0 ], [ 664400.0, 1527000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "13" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1527000.0 ], [ 664500.0, 1527100.0 ], [ 664400.0, 1527100.0 ], [ 664400.0, 1527000.0 ], [ 664500.0, 1527000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "14" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1527000.0 ], [ 664600.0, 1527100.0 ], [ 664500.0, 1527100.0 ], [ 664500.0, 1527000.0 ], [ 664600.0, 1527000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "15" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1527000.0 ], [ 664700.0, 1527100.0 ], [ 664600.0, 1527100.0 ], [ 664600.0, 1527000.0 ], [ 664700.0, 1527000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "16" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1526900.0 ], [ 664000.0, 1527000.0 ], [ 663900.0, 1527000.0 ], [ 663900.0, 1526900.0 ], [ 664000.0, 1526900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "17" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1526900.0 ], [ 664100.0, 1527000.0 ], [ 664000.0, 1527000.0 ], [ 664000.0, 1526900.0 ], [ 664100.0, 1526900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "18" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1526900.0 ], [ 664200.0, 1527000.0 ], [ 664100.0, 1527000.0 ], [ 664100.0, 1526900.0 ], [ 664200.0, 1526900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "19" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1526900.0 ], [ 664300.0, 1527000.0 ], [ 664200.0, 1527000.0 ], [ 664200.0, 1526900.0 ], [ 664300.0, 1526900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "20" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1526900.0 ], [ 664400.0, 1527000.0 ], [ 664300.0, 1527000.0 ], [ 664300.0, 1526900.0 ], [ 664400.0, 1526900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "21" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1526900.0 ], [ 664500.0, 1527000.0 ], [ 664400.0, 1527000.0 ], [ 664400.0, 1526900.0 ], [ 664500.0, 1526900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "22" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1526900.0 ], [ 664600.0, 1527000.0 ], [ 664500.0, 1527000.0 ], [ 664500.0, 1526900.0 ], [ 664600.0, 1526900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "23" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1526900.0 ], [ 664700.0, 1527000.0 ], [ 664600.0, 1527000.0 ], [ 664600.0, 1526900.0 ], [ 664700.0, 1526900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "24" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1526900.0 ], [ 664800.0, 1527000.0 ], [ 664700.0, 1527000.0 ], [ 664700.0, 1526900.0 ], [ 664800.0, 1526900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "25" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1526800.0 ], [ 663900.0, 1526900.0 ], [ 663800.0, 1526900.0 ], [ 663800.0, 1526800.0 ], [ 663900.0, 1526800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "26" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1526800.0 ], [ 664000.0, 1526900.0 ], [ 663900.0, 1526900.0 ], [ 663900.0, 1526800.0 ], [ 664000.0, 1526800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "27" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1526800.0 ], [ 664100.0, 1526900.0 ], [ 664000.0, 1526900.0 ], [ 664000.0, 1526800.0 ], [ 664100.0, 1526800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "28" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1526800.0 ], [ 664200.0, 1526900.0 ], [ 664100.0, 1526900.0 ], [ 664100.0, 1526800.0 ], [ 664200.0, 1526800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "29" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1526800.0 ], [ 664300.0, 1526900.0 ], [ 664200.0, 1526900.0 ], [ 664200.0, 1526800.0 ], [ 664300.0, 1526800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "30" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1526800.0 ], [ 664400.0, 1526900.0 ], [ 664300.0, 1526900.0 ], [ 664300.0, 1526800.0 ], [ 664400.0, 1526800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "31" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1526800.0 ], [ 664500.0, 1526900.0 ], [ 664400.0, 1526900.0 ], [ 664400.0, 1526800.0 ], [ 664500.0, 1526800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "32" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1526800.0 ], [ 664600.0, 1526900.0 ], [ 664500.0, 1526900.0 ], [ 664500.0, 1526800.0 ], [ 664600.0, 1526800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "33" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1526800.0 ], [ 664700.0, 1526900.0 ], [ 664600.0, 1526900.0 ], [ 664600.0, 1526800.0 ], [ 664700.0, 1526800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "34" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1526800.0 ], [ 664800.0, 1526900.0 ], [ 664700.0, 1526900.0 ], [ 664700.0, 1526800.0 ], [ 664800.0, 1526800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "35" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1526800.0 ], [ 664900.0, 1526900.0 ], [ 664800.0, 1526900.0 ], [ 664800.0, 1526800.0 ], [ 664900.0, 1526800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "36" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1526800.0 ], [ 665000.0, 1526900.0 ], [ 664900.0, 1526900.0 ], [ 664900.0, 1526800.0 ], [ 665000.0, 1526800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "37" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1526700.0 ], [ 663900.0, 1526800.0 ], [ 663800.0, 1526800.0 ], [ 663800.0, 1526700.0 ], [ 663900.0, 1526700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "38" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1526700.0 ], [ 664000.0, 1526800.0 ], [ 663900.0, 1526800.0 ], [ 663900.0, 1526700.0 ], [ 664000.0, 1526700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "39" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1526700.0 ], [ 664100.0, 1526800.0 ], [ 664000.0, 1526800.0 ], [ 664000.0, 1526700.0 ], [ 664100.0, 1526700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "40" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1526700.0 ], [ 664200.0, 1526800.0 ], [ 664100.0, 1526800.0 ], [ 664100.0, 1526700.0 ], [ 664200.0, 1526700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "41" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1526700.0 ], [ 664300.0, 1526800.0 ], [ 664200.0, 1526800.0 ], [ 664200.0, 1526700.0 ], [ 664300.0, 1526700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "42" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1526700.0 ], [ 664400.0, 1526800.0 ], [ 664300.0, 1526800.0 ], [ 664300.0, 1526700.0 ], [ 664400.0, 1526700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "43" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1526700.0 ], [ 664500.0, 1526800.0 ], [ 664400.0, 1526800.0 ], [ 664400.0, 1526700.0 ], [ 664500.0, 1526700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "44" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1526700.0 ], [ 664600.0, 1526800.0 ], [ 664500.0, 1526800.0 ], [ 664500.0, 1526700.0 ], [ 664600.0, 1526700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "45" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1526700.0 ], [ 664700.0, 1526800.0 ], [ 664600.0, 1526800.0 ], [ 664600.0, 1526700.0 ], [ 664700.0, 1526700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "46" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1526700.0 ], [ 664800.0, 1526800.0 ], [ 664700.0, 1526800.0 ], [ 664700.0, 1526700.0 ], [ 664800.0, 1526700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "47" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1526700.0 ], [ 664900.0, 1526800.0 ], [ 664800.0, 1526800.0 ], [ 664800.0, 1526700.0 ], [ 664900.0, 1526700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "48" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1526700.0 ], [ 665000.0, 1526800.0 ], [ 664900.0, 1526800.0 ], [ 664900.0, 1526700.0 ], [ 665000.0, 1526700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "49" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1526700.0 ], [ 665100.0, 1526800.0 ], [ 665000.0, 1526800.0 ], [ 665000.0, 1526700.0 ], [ 665100.0, 1526700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "50" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1526600.0 ], [ 663800.0, 1526700.0 ], [ 663700.0, 1526700.0 ], [ 663700.0, 1526600.0 ], [ 663800.0, 1526600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "51" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1526600.0 ], [ 663900.0, 1526700.0 ], [ 663800.0, 1526700.0 ], [ 663800.0, 1526600.0 ], [ 663900.0, 1526600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "52" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1526600.0 ], [ 664000.0, 1526700.0 ], [ 663900.0, 1526700.0 ], [ 663900.0, 1526600.0 ], [ 664000.0, 1526600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "53" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1526600.0 ], [ 664100.0, 1526700.0 ], [ 664000.0, 1526700.0 ], [ 664000.0, 1526600.0 ], [ 664100.0, 1526600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "54" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1526600.0 ], [ 664200.0, 1526700.0 ], [ 664100.0, 1526700.0 ], [ 664100.0, 1526600.0 ], [ 664200.0, 1526600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "55" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1526600.0 ], [ 664300.0, 1526700.0 ], [ 664200.0, 1526700.0 ], [ 664200.0, 1526600.0 ], [ 664300.0, 1526600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "56" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1526600.0 ], [ 664400.0, 1526700.0 ], [ 664300.0, 1526700.0 ], [ 664300.0, 1526600.0 ], [ 664400.0, 1526600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "57" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1526600.0 ], [ 664500.0, 1526700.0 ], [ 664400.0, 1526700.0 ], [ 664400.0, 1526600.0 ], [ 664500.0, 1526600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "58" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1526600.0 ], [ 664600.0, 1526700.0 ], [ 664500.0, 1526700.0 ], [ 664500.0, 1526600.0 ], [ 664600.0, 1526600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "59" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1526600.0 ], [ 664700.0, 1526700.0 ], [ 664600.0, 1526700.0 ], [ 664600.0, 1526600.0 ], [ 664700.0, 1526600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "60" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1526600.0 ], [ 664800.0, 1526700.0 ], [ 664700.0, 1526700.0 ], [ 664700.0, 1526600.0 ], [ 664800.0, 1526600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "61" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1526600.0 ], [ 664900.0, 1526700.0 ], [ 664800.0, 1526700.0 ], [ 664800.0, 1526600.0 ], [ 664900.0, 1526600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "62" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1526600.0 ], [ 665000.0, 1526700.0 ], [ 664900.0, 1526700.0 ], [ 664900.0, 1526600.0 ], [ 665000.0, 1526600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "63" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1526600.0 ], [ 665100.0, 1526700.0 ], [ 665000.0, 1526700.0 ], [ 665000.0, 1526600.0 ], [ 665100.0, 1526600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "64" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1526600.0 ], [ 665200.0, 1526700.0 ], [ 665100.0, 1526700.0 ], [ 665100.0, 1526600.0 ], [ 665200.0, 1526600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "65" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1526600.0 ], [ 665300.0, 1526700.0 ], [ 665200.0, 1526700.0 ], [ 665200.0, 1526600.0 ], [ 665300.0, 1526600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "66" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1526500.0 ], [ 663700.0, 1526600.0 ], [ 663600.0, 1526600.0 ], [ 663600.0, 1526500.0 ], [ 663700.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "67" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1526500.0 ], [ 663800.0, 1526600.0 ], [ 663700.0, 1526600.0 ], [ 663700.0, 1526500.0 ], [ 663800.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "68" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1526500.0 ], [ 663900.0, 1526600.0 ], [ 663800.0, 1526600.0 ], [ 663800.0, 1526500.0 ], [ 663900.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "69" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1526500.0 ], [ 664000.0, 1526600.0 ], [ 663900.0, 1526600.0 ], [ 663900.0, 1526500.0 ], [ 664000.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "70" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1526500.0 ], [ 664100.0, 1526600.0 ], [ 664000.0, 1526600.0 ], [ 664000.0, 1526500.0 ], [ 664100.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "71" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1526500.0 ], [ 664200.0, 1526600.0 ], [ 664100.0, 1526600.0 ], [ 664100.0, 1526500.0 ], [ 664200.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "72" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1526500.0 ], [ 664300.0, 1526600.0 ], [ 664200.0, 1526600.0 ], [ 664200.0, 1526500.0 ], [ 664300.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "73" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1526500.0 ], [ 664400.0, 1526600.0 ], [ 664300.0, 1526600.0 ], [ 664300.0, 1526500.0 ], [ 664400.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "74" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1526500.0 ], [ 664500.0, 1526600.0 ], [ 664400.0, 1526600.0 ], [ 664400.0, 1526500.0 ], [ 664500.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "75" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1526500.0 ], [ 664600.0, 1526600.0 ], [ 664500.0, 1526600.0 ], [ 664500.0, 1526500.0 ], [ 664600.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "76" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1526500.0 ], [ 664700.0, 1526600.0 ], [ 664600.0, 1526600.0 ], [ 664600.0, 1526500.0 ], [ 664700.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "77" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1526500.0 ], [ 664800.0, 1526600.0 ], [ 664700.0, 1526600.0 ], [ 664700.0, 1526500.0 ], [ 664800.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "78" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1526500.0 ], [ 664900.0, 1526600.0 ], [ 664800.0, 1526600.0 ], [ 664800.0, 1526500.0 ], [ 664900.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "79" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1526500.0 ], [ 665000.0, 1526600.0 ], [ 664900.0, 1526600.0 ], [ 664900.0, 1526500.0 ], [ 665000.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "80" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1526500.0 ], [ 665100.0, 1526600.0 ], [ 665000.0, 1526600.0 ], [ 665000.0, 1526500.0 ], [ 665100.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "81" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1526500.0 ], [ 665200.0, 1526600.0 ], [ 665100.0, 1526600.0 ], [ 665100.0, 1526500.0 ], [ 665200.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "82" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1526500.0 ], [ 665300.0, 1526600.0 ], [ 665200.0, 1526600.0 ], [ 665200.0, 1526500.0 ], [ 665300.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "83" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1526500.0 ], [ 665400.0, 1526600.0 ], [ 665300.0, 1526600.0 ], [ 665300.0, 1526500.0 ], [ 665400.0, 1526500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "84" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1526400.0 ], [ 663700.0, 1526500.0 ], [ 663600.0, 1526500.0 ], [ 663600.0, 1526400.0 ], [ 663700.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "85" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1526400.0 ], [ 663800.0, 1526500.0 ], [ 663700.0, 1526500.0 ], [ 663700.0, 1526400.0 ], [ 663800.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "86" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1526400.0 ], [ 663900.0, 1526500.0 ], [ 663800.0, 1526500.0 ], [ 663800.0, 1526400.0 ], [ 663900.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "87" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1526400.0 ], [ 664000.0, 1526500.0 ], [ 663900.0, 1526500.0 ], [ 663900.0, 1526400.0 ], [ 664000.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "88" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1526400.0 ], [ 664100.0, 1526500.0 ], [ 664000.0, 1526500.0 ], [ 664000.0, 1526400.0 ], [ 664100.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "89" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1526400.0 ], [ 664200.0, 1526500.0 ], [ 664100.0, 1526500.0 ], [ 664100.0, 1526400.0 ], [ 664200.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "90" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1526400.0 ], [ 664300.0, 1526500.0 ], [ 664200.0, 1526500.0 ], [ 664200.0, 1526400.0 ], [ 664300.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "91" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1526400.0 ], [ 664400.0, 1526500.0 ], [ 664300.0, 1526500.0 ], [ 664300.0, 1526400.0 ], [ 664400.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "92" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1526400.0 ], [ 664500.0, 1526500.0 ], [ 664400.0, 1526500.0 ], [ 664400.0, 1526400.0 ], [ 664500.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "93" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1526400.0 ], [ 664600.0, 1526500.0 ], [ 664500.0, 1526500.0 ], [ 664500.0, 1526400.0 ], [ 664600.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "94" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1526400.0 ], [ 664700.0, 1526500.0 ], [ 664600.0, 1526500.0 ], [ 664600.0, 1526400.0 ], [ 664700.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "95" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1526400.0 ], [ 664800.0, 1526500.0 ], [ 664700.0, 1526500.0 ], [ 664700.0, 1526400.0 ], [ 664800.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "96" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1526400.0 ], [ 664900.0, 1526500.0 ], [ 664800.0, 1526500.0 ], [ 664800.0, 1526400.0 ], [ 664900.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "97" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1526400.0 ], [ 665000.0, 1526500.0 ], [ 664900.0, 1526500.0 ], [ 664900.0, 1526400.0 ], [ 665000.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "98" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1526400.0 ], [ 665100.0, 1526500.0 ], [ 665000.0, 1526500.0 ], [ 665000.0, 1526400.0 ], [ 665100.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "99" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1526400.0 ], [ 665200.0, 1526500.0 ], [ 665100.0, 1526500.0 ], [ 665100.0, 1526400.0 ], [ 665200.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "100" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1526400.0 ], [ 665300.0, 1526500.0 ], [ 665200.0, 1526500.0 ], [ 665200.0, 1526400.0 ], [ 665300.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "101" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1526400.0 ], [ 665400.0, 1526500.0 ], [ 665300.0, 1526500.0 ], [ 665300.0, 1526400.0 ], [ 665400.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "102" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1526400.0 ], [ 665500.0, 1526500.0 ], [ 665400.0, 1526500.0 ], [ 665400.0, 1526400.0 ], [ 665500.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "103" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1526400.0 ], [ 665600.0, 1526500.0 ], [ 665500.0, 1526500.0 ], [ 665500.0, 1526400.0 ], [ 665600.0, 1526400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "104" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1526300.0 ], [ 663600.0, 1526400.0 ], [ 663500.0, 1526400.0 ], [ 663500.0, 1526300.0 ], [ 663600.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "105" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1526300.0 ], [ 663700.0, 1526400.0 ], [ 663600.0, 1526400.0 ], [ 663600.0, 1526300.0 ], [ 663700.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "106" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1526300.0 ], [ 663800.0, 1526400.0 ], [ 663700.0, 1526400.0 ], [ 663700.0, 1526300.0 ], [ 663800.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "107" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1526300.0 ], [ 663900.0, 1526400.0 ], [ 663800.0, 1526400.0 ], [ 663800.0, 1526300.0 ], [ 663900.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "108" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1526300.0 ], [ 664000.0, 1526400.0 ], [ 663900.0, 1526400.0 ], [ 663900.0, 1526300.0 ], [ 664000.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "109" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1526300.0 ], [ 664100.0, 1526400.0 ], [ 664000.0, 1526400.0 ], [ 664000.0, 1526300.0 ], [ 664100.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "110" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1526300.0 ], [ 664200.0, 1526400.0 ], [ 664100.0, 1526400.0 ], [ 664100.0, 1526300.0 ], [ 664200.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "111" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1526300.0 ], [ 664300.0, 1526400.0 ], [ 664200.0, 1526400.0 ], [ 664200.0, 1526300.0 ], [ 664300.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "112" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1526300.0 ], [ 664400.0, 1526400.0 ], [ 664300.0, 1526400.0 ], [ 664300.0, 1526300.0 ], [ 664400.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "113" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1526300.0 ], [ 664500.0, 1526400.0 ], [ 664400.0, 1526400.0 ], [ 664400.0, 1526300.0 ], [ 664500.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "114" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1526300.0 ], [ 664600.0, 1526400.0 ], [ 664500.0, 1526400.0 ], [ 664500.0, 1526300.0 ], [ 664600.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "115" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1526300.0 ], [ 664700.0, 1526400.0 ], [ 664600.0, 1526400.0 ], [ 664600.0, 1526300.0 ], [ 664700.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "116" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1526300.0 ], [ 664800.0, 1526400.0 ], [ 664700.0, 1526400.0 ], [ 664700.0, 1526300.0 ], [ 664800.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "117" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1526300.0 ], [ 664900.0, 1526400.0 ], [ 664800.0, 1526400.0 ], [ 664800.0, 1526300.0 ], [ 664900.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "118" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1526300.0 ], [ 665000.0, 1526400.0 ], [ 664900.0, 1526400.0 ], [ 664900.0, 1526300.0 ], [ 665000.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "119" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1526300.0 ], [ 665100.0, 1526400.0 ], [ 665000.0, 1526400.0 ], [ 665000.0, 1526300.0 ], [ 665100.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "120" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1526300.0 ], [ 665200.0, 1526400.0 ], [ 665100.0, 1526400.0 ], [ 665100.0, 1526300.0 ], [ 665200.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "121" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1526300.0 ], [ 665300.0, 1526400.0 ], [ 665200.0, 1526400.0 ], [ 665200.0, 1526300.0 ], [ 665300.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "122" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1526300.0 ], [ 665400.0, 1526400.0 ], [ 665300.0, 1526400.0 ], [ 665300.0, 1526300.0 ], [ 665400.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "123" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1526300.0 ], [ 665500.0, 1526400.0 ], [ 665400.0, 1526400.0 ], [ 665400.0, 1526300.0 ], [ 665500.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "124" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1526300.0 ], [ 665600.0, 1526400.0 ], [ 665500.0, 1526400.0 ], [ 665500.0, 1526300.0 ], [ 665600.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "125" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1526300.0 ], [ 665700.0, 1526400.0 ], [ 665600.0, 1526400.0 ], [ 665600.0, 1526300.0 ], [ 665700.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "126" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1526300.0 ], [ 665800.0, 1526400.0 ], [ 665700.0, 1526400.0 ], [ 665700.0, 1526300.0 ], [ 665800.0, 1526300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "127" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1526200.0 ], [ 663600.0, 1526300.0 ], [ 663500.0, 1526300.0 ], [ 663500.0, 1526200.0 ], [ 663600.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "128" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1526200.0 ], [ 663700.0, 1526300.0 ], [ 663600.0, 1526300.0 ], [ 663600.0, 1526200.0 ], [ 663700.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "129" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1526200.0 ], [ 663800.0, 1526300.0 ], [ 663700.0, 1526300.0 ], [ 663700.0, 1526200.0 ], [ 663800.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "130" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1526200.0 ], [ 663900.0, 1526300.0 ], [ 663800.0, 1526300.0 ], [ 663800.0, 1526200.0 ], [ 663900.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "131" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1526200.0 ], [ 664000.0, 1526300.0 ], [ 663900.0, 1526300.0 ], [ 663900.0, 1526200.0 ], [ 664000.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "132" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1526200.0 ], [ 664100.0, 1526300.0 ], [ 664000.0, 1526300.0 ], [ 664000.0, 1526200.0 ], [ 664100.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "133" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1526200.0 ], [ 664200.0, 1526300.0 ], [ 664100.0, 1526300.0 ], [ 664100.0, 1526200.0 ], [ 664200.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "134" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1526200.0 ], [ 664300.0, 1526300.0 ], [ 664200.0, 1526300.0 ], [ 664200.0, 1526200.0 ], [ 664300.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "135" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1526200.0 ], [ 664400.0, 1526300.0 ], [ 664300.0, 1526300.0 ], [ 664300.0, 1526200.0 ], [ 664400.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "136" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1526200.0 ], [ 664500.0, 1526300.0 ], [ 664400.0, 1526300.0 ], [ 664400.0, 1526200.0 ], [ 664500.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "137" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1526200.0 ], [ 664600.0, 1526300.0 ], [ 664500.0, 1526300.0 ], [ 664500.0, 1526200.0 ], [ 664600.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "138" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1526200.0 ], [ 664700.0, 1526300.0 ], [ 664600.0, 1526300.0 ], [ 664600.0, 1526200.0 ], [ 664700.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "139" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1526200.0 ], [ 664800.0, 1526300.0 ], [ 664700.0, 1526300.0 ], [ 664700.0, 1526200.0 ], [ 664800.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "140" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1526200.0 ], [ 664900.0, 1526300.0 ], [ 664800.0, 1526300.0 ], [ 664800.0, 1526200.0 ], [ 664900.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "141" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1526200.0 ], [ 665000.0, 1526300.0 ], [ 664900.0, 1526300.0 ], [ 664900.0, 1526200.0 ], [ 665000.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "142" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1526200.0 ], [ 665100.0, 1526300.0 ], [ 665000.0, 1526300.0 ], [ 665000.0, 1526200.0 ], [ 665100.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "143" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1526200.0 ], [ 665200.0, 1526300.0 ], [ 665100.0, 1526300.0 ], [ 665100.0, 1526200.0 ], [ 665200.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "144" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1526200.0 ], [ 665300.0, 1526300.0 ], [ 665200.0, 1526300.0 ], [ 665200.0, 1526200.0 ], [ 665300.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "145" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1526200.0 ], [ 665400.0, 1526300.0 ], [ 665300.0, 1526300.0 ], [ 665300.0, 1526200.0 ], [ 665400.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "146" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1526200.0 ], [ 665500.0, 1526300.0 ], [ 665400.0, 1526300.0 ], [ 665400.0, 1526200.0 ], [ 665500.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "147" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1526200.0 ], [ 665600.0, 1526300.0 ], [ 665500.0, 1526300.0 ], [ 665500.0, 1526200.0 ], [ 665600.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "148" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1526200.0 ], [ 665700.0, 1526300.0 ], [ 665600.0, 1526300.0 ], [ 665600.0, 1526200.0 ], [ 665700.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "149" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1526200.0 ], [ 665800.0, 1526300.0 ], [ 665700.0, 1526300.0 ], [ 665700.0, 1526200.0 ], [ 665800.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "150" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1526200.0 ], [ 665900.0, 1526300.0 ], [ 665800.0, 1526300.0 ], [ 665800.0, 1526200.0 ], [ 665900.0, 1526200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "151" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1526100.0 ], [ 663500.0, 1526200.0 ], [ 663400.0, 1526200.0 ], [ 663400.0, 1526100.0 ], [ 663500.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "152" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1526100.0 ], [ 663600.0, 1526200.0 ], [ 663500.0, 1526200.0 ], [ 663500.0, 1526100.0 ], [ 663600.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "153" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1526100.0 ], [ 663700.0, 1526200.0 ], [ 663600.0, 1526200.0 ], [ 663600.0, 1526100.0 ], [ 663700.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "154" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1526100.0 ], [ 663800.0, 1526200.0 ], [ 663700.0, 1526200.0 ], [ 663700.0, 1526100.0 ], [ 663800.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "155" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1526100.0 ], [ 663900.0, 1526200.0 ], [ 663800.0, 1526200.0 ], [ 663800.0, 1526100.0 ], [ 663900.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "156" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1526100.0 ], [ 664000.0, 1526200.0 ], [ 663900.0, 1526200.0 ], [ 663900.0, 1526100.0 ], [ 664000.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "157" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1526100.0 ], [ 664100.0, 1526200.0 ], [ 664000.0, 1526200.0 ], [ 664000.0, 1526100.0 ], [ 664100.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "158" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1526100.0 ], [ 664200.0, 1526200.0 ], [ 664100.0, 1526200.0 ], [ 664100.0, 1526100.0 ], [ 664200.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "159" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1526100.0 ], [ 664300.0, 1526200.0 ], [ 664200.0, 1526200.0 ], [ 664200.0, 1526100.0 ], [ 664300.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "160" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1526100.0 ], [ 664400.0, 1526200.0 ], [ 664300.0, 1526200.0 ], [ 664300.0, 1526100.0 ], [ 664400.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "161" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1526100.0 ], [ 664500.0, 1526200.0 ], [ 664400.0, 1526200.0 ], [ 664400.0, 1526100.0 ], [ 664500.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "162" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1526100.0 ], [ 664600.0, 1526200.0 ], [ 664500.0, 1526200.0 ], [ 664500.0, 1526100.0 ], [ 664600.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "163" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1526100.0 ], [ 664700.0, 1526200.0 ], [ 664600.0, 1526200.0 ], [ 664600.0, 1526100.0 ], [ 664700.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "164" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1526100.0 ], [ 664800.0, 1526200.0 ], [ 664700.0, 1526200.0 ], [ 664700.0, 1526100.0 ], [ 664800.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "165" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1526100.0 ], [ 664900.0, 1526200.0 ], [ 664800.0, 1526200.0 ], [ 664800.0, 1526100.0 ], [ 664900.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "166" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1526100.0 ], [ 665000.0, 1526200.0 ], [ 664900.0, 1526200.0 ], [ 664900.0, 1526100.0 ], [ 665000.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "167" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1526100.0 ], [ 665100.0, 1526200.0 ], [ 665000.0, 1526200.0 ], [ 665000.0, 1526100.0 ], [ 665100.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "168" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1526100.0 ], [ 665200.0, 1526200.0 ], [ 665100.0, 1526200.0 ], [ 665100.0, 1526100.0 ], [ 665200.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "169" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1526100.0 ], [ 665300.0, 1526200.0 ], [ 665200.0, 1526200.0 ], [ 665200.0, 1526100.0 ], [ 665300.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "170" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1526100.0 ], [ 665400.0, 1526200.0 ], [ 665300.0, 1526200.0 ], [ 665300.0, 1526100.0 ], [ 665400.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "171" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1526100.0 ], [ 665500.0, 1526200.0 ], [ 665400.0, 1526200.0 ], [ 665400.0, 1526100.0 ], [ 665500.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "172" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1526100.0 ], [ 665600.0, 1526200.0 ], [ 665500.0, 1526200.0 ], [ 665500.0, 1526100.0 ], [ 665600.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "173" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1526100.0 ], [ 665700.0, 1526200.0 ], [ 665600.0, 1526200.0 ], [ 665600.0, 1526100.0 ], [ 665700.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "174" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1526100.0 ], [ 665800.0, 1526200.0 ], [ 665700.0, 1526200.0 ], [ 665700.0, 1526100.0 ], [ 665800.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "175" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1526100.0 ], [ 665900.0, 1526200.0 ], [ 665800.0, 1526200.0 ], [ 665800.0, 1526100.0 ], [ 665900.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "176" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666000.0, 1526100.0 ], [ 666000.0, 1526200.0 ], [ 665900.0, 1526200.0 ], [ 665900.0, 1526100.0 ], [ 666000.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "177" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666100.0, 1526100.0 ], [ 666100.0, 1526200.0 ], [ 666000.0, 1526200.0 ], [ 666000.0, 1526100.0 ], [ 666100.0, 1526100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "178" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1526000.0 ], [ 663400.0, 1526100.0 ], [ 663300.0, 1526100.0 ], [ 663300.0, 1526000.0 ], [ 663400.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "179" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1526000.0 ], [ 663500.0, 1526100.0 ], [ 663400.0, 1526100.0 ], [ 663400.0, 1526000.0 ], [ 663500.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "180" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1526000.0 ], [ 663600.0, 1526100.0 ], [ 663500.0, 1526100.0 ], [ 663500.0, 1526000.0 ], [ 663600.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "181" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1526000.0 ], [ 663700.0, 1526100.0 ], [ 663600.0, 1526100.0 ], [ 663600.0, 1526000.0 ], [ 663700.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "182" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1526000.0 ], [ 663800.0, 1526100.0 ], [ 663700.0, 1526100.0 ], [ 663700.0, 1526000.0 ], [ 663800.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "183" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1526000.0 ], [ 663900.0, 1526100.0 ], [ 663800.0, 1526100.0 ], [ 663800.0, 1526000.0 ], [ 663900.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "184" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1526000.0 ], [ 664000.0, 1526100.0 ], [ 663900.0, 1526100.0 ], [ 663900.0, 1526000.0 ], [ 664000.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "185" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1526000.0 ], [ 664100.0, 1526100.0 ], [ 664000.0, 1526100.0 ], [ 664000.0, 1526000.0 ], [ 664100.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "186" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1526000.0 ], [ 664200.0, 1526100.0 ], [ 664100.0, 1526100.0 ], [ 664100.0, 1526000.0 ], [ 664200.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "187" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1526000.0 ], [ 664300.0, 1526100.0 ], [ 664200.0, 1526100.0 ], [ 664200.0, 1526000.0 ], [ 664300.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "188" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1526000.0 ], [ 664400.0, 1526100.0 ], [ 664300.0, 1526100.0 ], [ 664300.0, 1526000.0 ], [ 664400.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "189" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1526000.0 ], [ 664500.0, 1526100.0 ], [ 664400.0, 1526100.0 ], [ 664400.0, 1526000.0 ], [ 664500.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "190" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1526000.0 ], [ 664600.0, 1526100.0 ], [ 664500.0, 1526100.0 ], [ 664500.0, 1526000.0 ], [ 664600.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "191" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1526000.0 ], [ 664700.0, 1526100.0 ], [ 664600.0, 1526100.0 ], [ 664600.0, 1526000.0 ], [ 664700.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "192" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1526000.0 ], [ 664800.0, 1526100.0 ], [ 664700.0, 1526100.0 ], [ 664700.0, 1526000.0 ], [ 664800.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "193" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1526000.0 ], [ 664900.0, 1526100.0 ], [ 664800.0, 1526100.0 ], [ 664800.0, 1526000.0 ], [ 664900.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "194" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1526000.0 ], [ 665000.0, 1526100.0 ], [ 664900.0, 1526100.0 ], [ 664900.0, 1526000.0 ], [ 665000.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "195" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1526000.0 ], [ 665100.0, 1526100.0 ], [ 665000.0, 1526100.0 ], [ 665000.0, 1526000.0 ], [ 665100.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "196" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1526000.0 ], [ 665200.0, 1526100.0 ], [ 665100.0, 1526100.0 ], [ 665100.0, 1526000.0 ], [ 665200.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "197" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1526000.0 ], [ 665300.0, 1526100.0 ], [ 665200.0, 1526100.0 ], [ 665200.0, 1526000.0 ], [ 665300.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "198" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1526000.0 ], [ 665400.0, 1526100.0 ], [ 665300.0, 1526100.0 ], [ 665300.0, 1526000.0 ], [ 665400.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "199" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1526000.0 ], [ 665500.0, 1526100.0 ], [ 665400.0, 1526100.0 ], [ 665400.0, 1526000.0 ], [ 665500.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "200" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1526000.0 ], [ 665600.0, 1526100.0 ], [ 665500.0, 1526100.0 ], [ 665500.0, 1526000.0 ], [ 665600.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "201" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1526000.0 ], [ 665700.0, 1526100.0 ], [ 665600.0, 1526100.0 ], [ 665600.0, 1526000.0 ], [ 665700.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "202" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1526000.0 ], [ 665800.0, 1526100.0 ], [ 665700.0, 1526100.0 ], [ 665700.0, 1526000.0 ], [ 665800.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "203" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1526000.0 ], [ 665900.0, 1526100.0 ], [ 665800.0, 1526100.0 ], [ 665800.0, 1526000.0 ], [ 665900.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "204" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666000.0, 1526000.0 ], [ 666000.0, 1526100.0 ], [ 665900.0, 1526100.0 ], [ 665900.0, 1526000.0 ], [ 666000.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "205" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666100.0, 1526000.0 ], [ 666100.0, 1526100.0 ], [ 666000.0, 1526100.0 ], [ 666000.0, 1526000.0 ], [ 666100.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "206" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666200.0, 1526000.0 ], [ 666200.0, 1526100.0 ], [ 666100.0, 1526100.0 ], [ 666100.0, 1526000.0 ], [ 666200.0, 1526000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "207" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1525900.0 ], [ 663400.0, 1526000.0 ], [ 663300.0, 1526000.0 ], [ 663300.0, 1525900.0 ], [ 663400.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "208" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1525900.0 ], [ 663500.0, 1526000.0 ], [ 663400.0, 1526000.0 ], [ 663400.0, 1525900.0 ], [ 663500.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "209" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1525900.0 ], [ 663600.0, 1526000.0 ], [ 663500.0, 1526000.0 ], [ 663500.0, 1525900.0 ], [ 663600.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "210" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1525900.0 ], [ 663700.0, 1526000.0 ], [ 663600.0, 1526000.0 ], [ 663600.0, 1525900.0 ], [ 663700.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "211" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1525900.0 ], [ 663800.0, 1526000.0 ], [ 663700.0, 1526000.0 ], [ 663700.0, 1525900.0 ], [ 663800.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "212" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1525900.0 ], [ 663900.0, 1526000.0 ], [ 663800.0, 1526000.0 ], [ 663800.0, 1525900.0 ], [ 663900.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "213" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1525900.0 ], [ 664000.0, 1526000.0 ], [ 663900.0, 1526000.0 ], [ 663900.0, 1525900.0 ], [ 664000.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "214" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1525900.0 ], [ 664100.0, 1526000.0 ], [ 664000.0, 1526000.0 ], [ 664000.0, 1525900.0 ], [ 664100.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "215" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1525900.0 ], [ 664200.0, 1526000.0 ], [ 664100.0, 1526000.0 ], [ 664100.0, 1525900.0 ], [ 664200.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "216" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1525900.0 ], [ 664300.0, 1526000.0 ], [ 664200.0, 1526000.0 ], [ 664200.0, 1525900.0 ], [ 664300.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "217" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1525900.0 ], [ 664400.0, 1526000.0 ], [ 664300.0, 1526000.0 ], [ 664300.0, 1525900.0 ], [ 664400.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "218" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1525900.0 ], [ 664500.0, 1526000.0 ], [ 664400.0, 1526000.0 ], [ 664400.0, 1525900.0 ], [ 664500.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "219" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1525900.0 ], [ 664600.0, 1526000.0 ], [ 664500.0, 1526000.0 ], [ 664500.0, 1525900.0 ], [ 664600.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "220" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1525900.0 ], [ 664700.0, 1526000.0 ], [ 664600.0, 1526000.0 ], [ 664600.0, 1525900.0 ], [ 664700.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "221" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1525900.0 ], [ 664800.0, 1526000.0 ], [ 664700.0, 1526000.0 ], [ 664700.0, 1525900.0 ], [ 664800.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "222" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1525900.0 ], [ 664900.0, 1526000.0 ], [ 664800.0, 1526000.0 ], [ 664800.0, 1525900.0 ], [ 664900.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "223" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1525900.0 ], [ 665000.0, 1526000.0 ], [ 664900.0, 1526000.0 ], [ 664900.0, 1525900.0 ], [ 665000.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "224" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1525900.0 ], [ 665100.0, 1526000.0 ], [ 665000.0, 1526000.0 ], [ 665000.0, 1525900.0 ], [ 665100.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "225" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1525900.0 ], [ 665200.0, 1526000.0 ], [ 665100.0, 1526000.0 ], [ 665100.0, 1525900.0 ], [ 665200.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "226" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1525900.0 ], [ 665300.0, 1526000.0 ], [ 665200.0, 1526000.0 ], [ 665200.0, 1525900.0 ], [ 665300.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "227" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1525900.0 ], [ 665400.0, 1526000.0 ], [ 665300.0, 1526000.0 ], [ 665300.0, 1525900.0 ], [ 665400.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "228" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1525900.0 ], [ 665500.0, 1526000.0 ], [ 665400.0, 1526000.0 ], [ 665400.0, 1525900.0 ], [ 665500.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "229" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1525900.0 ], [ 665600.0, 1526000.0 ], [ 665500.0, 1526000.0 ], [ 665500.0, 1525900.0 ], [ 665600.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "230" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1525900.0 ], [ 665700.0, 1526000.0 ], [ 665600.0, 1526000.0 ], [ 665600.0, 1525900.0 ], [ 665700.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "231" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1525900.0 ], [ 665800.0, 1526000.0 ], [ 665700.0, 1526000.0 ], [ 665700.0, 1525900.0 ], [ 665800.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "232" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1525900.0 ], [ 665900.0, 1526000.0 ], [ 665800.0, 1526000.0 ], [ 665800.0, 1525900.0 ], [ 665900.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "233" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666000.0, 1525900.0 ], [ 666000.0, 1526000.0 ], [ 665900.0, 1526000.0 ], [ 665900.0, 1525900.0 ], [ 666000.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "234" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666100.0, 1525900.0 ], [ 666100.0, 1526000.0 ], [ 666000.0, 1526000.0 ], [ 666000.0, 1525900.0 ], [ 666100.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "235" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666200.0, 1525900.0 ], [ 666200.0, 1526000.0 ], [ 666100.0, 1526000.0 ], [ 666100.0, 1525900.0 ], [ 666200.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "236" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666300.0, 1525900.0 ], [ 666300.0, 1526000.0 ], [ 666200.0, 1526000.0 ], [ 666200.0, 1525900.0 ], [ 666300.0, 1525900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "237" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1525800.0 ], [ 663300.0, 1525900.0 ], [ 663200.0, 1525900.0 ], [ 663200.0, 1525800.0 ], [ 663300.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "238" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1525800.0 ], [ 663400.0, 1525900.0 ], [ 663300.0, 1525900.0 ], [ 663300.0, 1525800.0 ], [ 663400.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1525800.0 ], [ 663500.0, 1525900.0 ], [ 663400.0, 1525900.0 ], [ 663400.0, 1525800.0 ], [ 663500.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "240" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1525800.0 ], [ 663600.0, 1525900.0 ], [ 663500.0, 1525900.0 ], [ 663500.0, 1525800.0 ], [ 663600.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "241" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1525800.0 ], [ 663700.0, 1525900.0 ], [ 663600.0, 1525900.0 ], [ 663600.0, 1525800.0 ], [ 663700.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "242" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1525800.0 ], [ 663800.0, 1525900.0 ], [ 663700.0, 1525900.0 ], [ 663700.0, 1525800.0 ], [ 663800.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "243" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1525800.0 ], [ 663900.0, 1525900.0 ], [ 663800.0, 1525900.0 ], [ 663800.0, 1525800.0 ], [ 663900.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "244" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1525800.0 ], [ 664000.0, 1525900.0 ], [ 663900.0, 1525900.0 ], [ 663900.0, 1525800.0 ], [ 664000.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "245" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1525800.0 ], [ 664100.0, 1525900.0 ], [ 664000.0, 1525900.0 ], [ 664000.0, 1525800.0 ], [ 664100.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "246" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1525800.0 ], [ 664200.0, 1525900.0 ], [ 664100.0, 1525900.0 ], [ 664100.0, 1525800.0 ], [ 664200.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "247" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1525800.0 ], [ 664300.0, 1525900.0 ], [ 664200.0, 1525900.0 ], [ 664200.0, 1525800.0 ], [ 664300.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "248" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1525800.0 ], [ 664400.0, 1525900.0 ], [ 664300.0, 1525900.0 ], [ 664300.0, 1525800.0 ], [ 664400.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "249" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1525800.0 ], [ 664500.0, 1525900.0 ], [ 664400.0, 1525900.0 ], [ 664400.0, 1525800.0 ], [ 664500.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "250" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1525800.0 ], [ 664600.0, 1525900.0 ], [ 664500.0, 1525900.0 ], [ 664500.0, 1525800.0 ], [ 664600.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "251" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1525800.0 ], [ 664700.0, 1525900.0 ], [ 664600.0, 1525900.0 ], [ 664600.0, 1525800.0 ], [ 664700.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "252" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1525800.0 ], [ 664800.0, 1525900.0 ], [ 664700.0, 1525900.0 ], [ 664700.0, 1525800.0 ], [ 664800.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "253" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1525800.0 ], [ 664900.0, 1525900.0 ], [ 664800.0, 1525900.0 ], [ 664800.0, 1525800.0 ], [ 664900.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "254" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1525800.0 ], [ 665000.0, 1525900.0 ], [ 664900.0, 1525900.0 ], [ 664900.0, 1525800.0 ], [ 665000.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "255" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1525800.0 ], [ 665100.0, 1525900.0 ], [ 665000.0, 1525900.0 ], [ 665000.0, 1525800.0 ], [ 665100.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "256" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1525800.0 ], [ 665200.0, 1525900.0 ], [ 665100.0, 1525900.0 ], [ 665100.0, 1525800.0 ], [ 665200.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "257" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1525800.0 ], [ 665300.0, 1525900.0 ], [ 665200.0, 1525900.0 ], [ 665200.0, 1525800.0 ], [ 665300.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "258" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1525800.0 ], [ 665400.0, 1525900.0 ], [ 665300.0, 1525900.0 ], [ 665300.0, 1525800.0 ], [ 665400.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "259" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1525800.0 ], [ 665500.0, 1525900.0 ], [ 665400.0, 1525900.0 ], [ 665400.0, 1525800.0 ], [ 665500.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "260" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1525800.0 ], [ 665600.0, 1525900.0 ], [ 665500.0, 1525900.0 ], [ 665500.0, 1525800.0 ], [ 665600.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "261" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1525800.0 ], [ 665700.0, 1525900.0 ], [ 665600.0, 1525900.0 ], [ 665600.0, 1525800.0 ], [ 665700.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "262" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1525800.0 ], [ 665800.0, 1525900.0 ], [ 665700.0, 1525900.0 ], [ 665700.0, 1525800.0 ], [ 665800.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "263" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1525800.0 ], [ 665900.0, 1525900.0 ], [ 665800.0, 1525900.0 ], [ 665800.0, 1525800.0 ], [ 665900.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "264" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666000.0, 1525800.0 ], [ 666000.0, 1525900.0 ], [ 665900.0, 1525900.0 ], [ 665900.0, 1525800.0 ], [ 666000.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "265" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666100.0, 1525800.0 ], [ 666100.0, 1525900.0 ], [ 666000.0, 1525900.0 ], [ 666000.0, 1525800.0 ], [ 666100.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "266" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666200.0, 1525800.0 ], [ 666200.0, 1525900.0 ], [ 666100.0, 1525900.0 ], [ 666100.0, 1525800.0 ], [ 666200.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "267" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666300.0, 1525800.0 ], [ 666300.0, 1525900.0 ], [ 666200.0, 1525900.0 ], [ 666200.0, 1525800.0 ], [ 666300.0, 1525800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "268" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1525700.0 ], [ 663300.0, 1525800.0 ], [ 663200.0, 1525800.0 ], [ 663200.0, 1525700.0 ], [ 663300.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "269" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1525700.0 ], [ 663400.0, 1525800.0 ], [ 663300.0, 1525800.0 ], [ 663300.0, 1525700.0 ], [ 663400.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "270" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1525700.0 ], [ 663500.0, 1525800.0 ], [ 663400.0, 1525800.0 ], [ 663400.0, 1525700.0 ], [ 663500.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "271" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1525700.0 ], [ 663600.0, 1525800.0 ], [ 663500.0, 1525800.0 ], [ 663500.0, 1525700.0 ], [ 663600.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "272" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1525700.0 ], [ 663700.0, 1525800.0 ], [ 663600.0, 1525800.0 ], [ 663600.0, 1525700.0 ], [ 663700.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "273" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1525700.0 ], [ 663800.0, 1525800.0 ], [ 663700.0, 1525800.0 ], [ 663700.0, 1525700.0 ], [ 663800.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "274" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1525700.0 ], [ 663900.0, 1525800.0 ], [ 663800.0, 1525800.0 ], [ 663800.0, 1525700.0 ], [ 663900.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "275" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1525700.0 ], [ 664000.0, 1525800.0 ], [ 663900.0, 1525800.0 ], [ 663900.0, 1525700.0 ], [ 664000.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "276" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1525700.0 ], [ 664100.0, 1525800.0 ], [ 664000.0, 1525800.0 ], [ 664000.0, 1525700.0 ], [ 664100.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "277" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1525700.0 ], [ 664200.0, 1525800.0 ], [ 664100.0, 1525800.0 ], [ 664100.0, 1525700.0 ], [ 664200.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "278" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1525700.0 ], [ 664300.0, 1525800.0 ], [ 664200.0, 1525800.0 ], [ 664200.0, 1525700.0 ], [ 664300.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "279" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1525700.0 ], [ 664400.0, 1525800.0 ], [ 664300.0, 1525800.0 ], [ 664300.0, 1525700.0 ], [ 664400.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "280" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1525700.0 ], [ 664500.0, 1525800.0 ], [ 664400.0, 1525800.0 ], [ 664400.0, 1525700.0 ], [ 664500.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "281" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1525700.0 ], [ 664600.0, 1525800.0 ], [ 664500.0, 1525800.0 ], [ 664500.0, 1525700.0 ], [ 664600.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "282" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1525700.0 ], [ 664700.0, 1525800.0 ], [ 664600.0, 1525800.0 ], [ 664600.0, 1525700.0 ], [ 664700.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "283" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1525700.0 ], [ 664800.0, 1525800.0 ], [ 664700.0, 1525800.0 ], [ 664700.0, 1525700.0 ], [ 664800.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "284" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1525700.0 ], [ 664900.0, 1525800.0 ], [ 664800.0, 1525800.0 ], [ 664800.0, 1525700.0 ], [ 664900.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "285" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1525700.0 ], [ 665000.0, 1525800.0 ], [ 664900.0, 1525800.0 ], [ 664900.0, 1525700.0 ], [ 665000.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "286" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1525700.0 ], [ 665100.0, 1525800.0 ], [ 665000.0, 1525800.0 ], [ 665000.0, 1525700.0 ], [ 665100.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "287" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1525700.0 ], [ 665200.0, 1525800.0 ], [ 665100.0, 1525800.0 ], [ 665100.0, 1525700.0 ], [ 665200.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "288" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1525700.0 ], [ 665300.0, 1525800.0 ], [ 665200.0, 1525800.0 ], [ 665200.0, 1525700.0 ], [ 665300.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "289" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1525700.0 ], [ 665400.0, 1525800.0 ], [ 665300.0, 1525800.0 ], [ 665300.0, 1525700.0 ], [ 665400.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "290" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1525700.0 ], [ 665500.0, 1525800.0 ], [ 665400.0, 1525800.0 ], [ 665400.0, 1525700.0 ], [ 665500.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "291" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1525700.0 ], [ 665600.0, 1525800.0 ], [ 665500.0, 1525800.0 ], [ 665500.0, 1525700.0 ], [ 665600.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "292" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1525700.0 ], [ 665700.0, 1525800.0 ], [ 665600.0, 1525800.0 ], [ 665600.0, 1525700.0 ], [ 665700.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "293" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1525700.0 ], [ 665800.0, 1525800.0 ], [ 665700.0, 1525800.0 ], [ 665700.0, 1525700.0 ], [ 665800.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "294" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1525700.0 ], [ 665900.0, 1525800.0 ], [ 665800.0, 1525800.0 ], [ 665800.0, 1525700.0 ], [ 665900.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "295" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666000.0, 1525700.0 ], [ 666000.0, 1525800.0 ], [ 665900.0, 1525800.0 ], [ 665900.0, 1525700.0 ], [ 666000.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "296" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666100.0, 1525700.0 ], [ 666100.0, 1525800.0 ], [ 666000.0, 1525800.0 ], [ 666000.0, 1525700.0 ], [ 666100.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "297" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666200.0, 1525700.0 ], [ 666200.0, 1525800.0 ], [ 666100.0, 1525800.0 ], [ 666100.0, 1525700.0 ], [ 666200.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "298" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666300.0, 1525700.0 ], [ 666300.0, 1525800.0 ], [ 666200.0, 1525800.0 ], [ 666200.0, 1525700.0 ], [ 666300.0, 1525700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "299" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663200.0, 1525600.0 ], [ 663200.0, 1525700.0 ], [ 663100.0, 1525700.0 ], [ 663100.0, 1525600.0 ], [ 663200.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "300" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1525600.0 ], [ 663300.0, 1525700.0 ], [ 663200.0, 1525700.0 ], [ 663200.0, 1525600.0 ], [ 663300.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "301" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1525600.0 ], [ 663400.0, 1525700.0 ], [ 663300.0, 1525700.0 ], [ 663300.0, 1525600.0 ], [ 663400.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "302" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1525600.0 ], [ 663500.0, 1525700.0 ], [ 663400.0, 1525700.0 ], [ 663400.0, 1525600.0 ], [ 663500.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "303" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1525600.0 ], [ 663600.0, 1525700.0 ], [ 663500.0, 1525700.0 ], [ 663500.0, 1525600.0 ], [ 663600.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "304" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1525600.0 ], [ 663700.0, 1525700.0 ], [ 663600.0, 1525700.0 ], [ 663600.0, 1525600.0 ], [ 663700.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "305" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1525600.0 ], [ 663800.0, 1525700.0 ], [ 663700.0, 1525700.0 ], [ 663700.0, 1525600.0 ], [ 663800.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "306" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1525600.0 ], [ 663900.0, 1525700.0 ], [ 663800.0, 1525700.0 ], [ 663800.0, 1525600.0 ], [ 663900.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "307" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1525600.0 ], [ 664000.0, 1525700.0 ], [ 663900.0, 1525700.0 ], [ 663900.0, 1525600.0 ], [ 664000.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "308" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1525600.0 ], [ 664100.0, 1525700.0 ], [ 664000.0, 1525700.0 ], [ 664000.0, 1525600.0 ], [ 664100.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "309" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1525600.0 ], [ 664200.0, 1525700.0 ], [ 664100.0, 1525700.0 ], [ 664100.0, 1525600.0 ], [ 664200.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "310" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1525600.0 ], [ 664300.0, 1525700.0 ], [ 664200.0, 1525700.0 ], [ 664200.0, 1525600.0 ], [ 664300.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "311" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1525600.0 ], [ 664400.0, 1525700.0 ], [ 664300.0, 1525700.0 ], [ 664300.0, 1525600.0 ], [ 664400.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "312" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1525600.0 ], [ 664500.0, 1525700.0 ], [ 664400.0, 1525700.0 ], [ 664400.0, 1525600.0 ], [ 664500.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "313" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1525600.0 ], [ 664600.0, 1525700.0 ], [ 664500.0, 1525700.0 ], [ 664500.0, 1525600.0 ], [ 664600.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "314" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1525600.0 ], [ 664700.0, 1525700.0 ], [ 664600.0, 1525700.0 ], [ 664600.0, 1525600.0 ], [ 664700.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "315" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1525600.0 ], [ 664800.0, 1525700.0 ], [ 664700.0, 1525700.0 ], [ 664700.0, 1525600.0 ], [ 664800.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "316" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1525600.0 ], [ 664900.0, 1525700.0 ], [ 664800.0, 1525700.0 ], [ 664800.0, 1525600.0 ], [ 664900.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "317" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1525600.0 ], [ 665000.0, 1525700.0 ], [ 664900.0, 1525700.0 ], [ 664900.0, 1525600.0 ], [ 665000.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "318" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1525600.0 ], [ 665100.0, 1525700.0 ], [ 665000.0, 1525700.0 ], [ 665000.0, 1525600.0 ], [ 665100.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "319" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1525600.0 ], [ 665200.0, 1525700.0 ], [ 665100.0, 1525700.0 ], [ 665100.0, 1525600.0 ], [ 665200.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "320" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1525600.0 ], [ 665300.0, 1525700.0 ], [ 665200.0, 1525700.0 ], [ 665200.0, 1525600.0 ], [ 665300.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "321" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1525600.0 ], [ 665400.0, 1525700.0 ], [ 665300.0, 1525700.0 ], [ 665300.0, 1525600.0 ], [ 665400.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "322" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1525600.0 ], [ 665500.0, 1525700.0 ], [ 665400.0, 1525700.0 ], [ 665400.0, 1525600.0 ], [ 665500.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "323" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1525600.0 ], [ 665600.0, 1525700.0 ], [ 665500.0, 1525700.0 ], [ 665500.0, 1525600.0 ], [ 665600.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "324" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1525600.0 ], [ 665700.0, 1525700.0 ], [ 665600.0, 1525700.0 ], [ 665600.0, 1525600.0 ], [ 665700.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "325" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1525600.0 ], [ 665800.0, 1525700.0 ], [ 665700.0, 1525700.0 ], [ 665700.0, 1525600.0 ], [ 665800.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "326" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1525600.0 ], [ 665900.0, 1525700.0 ], [ 665800.0, 1525700.0 ], [ 665800.0, 1525600.0 ], [ 665900.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "327" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666000.0, 1525600.0 ], [ 666000.0, 1525700.0 ], [ 665900.0, 1525700.0 ], [ 665900.0, 1525600.0 ], [ 666000.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "328" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666100.0, 1525600.0 ], [ 666100.0, 1525700.0 ], [ 666000.0, 1525700.0 ], [ 666000.0, 1525600.0 ], [ 666100.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "329" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666200.0, 1525600.0 ], [ 666200.0, 1525700.0 ], [ 666100.0, 1525700.0 ], [ 666100.0, 1525600.0 ], [ 666200.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "330" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666300.0, 1525600.0 ], [ 666300.0, 1525700.0 ], [ 666200.0, 1525700.0 ], [ 666200.0, 1525600.0 ], [ 666300.0, 1525600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "331" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663100.0, 1525500.0 ], [ 663100.0, 1525600.0 ], [ 663000.0, 1525600.0 ], [ 663000.0, 1525500.0 ], [ 663100.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "332" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663200.0, 1525500.0 ], [ 663200.0, 1525600.0 ], [ 663100.0, 1525600.0 ], [ 663100.0, 1525500.0 ], [ 663200.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "333" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1525500.0 ], [ 663300.0, 1525600.0 ], [ 663200.0, 1525600.0 ], [ 663200.0, 1525500.0 ], [ 663300.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "334" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1525500.0 ], [ 663400.0, 1525600.0 ], [ 663300.0, 1525600.0 ], [ 663300.0, 1525500.0 ], [ 663400.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "335" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1525500.0 ], [ 663500.0, 1525600.0 ], [ 663400.0, 1525600.0 ], [ 663400.0, 1525500.0 ], [ 663500.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "336" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1525500.0 ], [ 663600.0, 1525600.0 ], [ 663500.0, 1525600.0 ], [ 663500.0, 1525500.0 ], [ 663600.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "337" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1525500.0 ], [ 663700.0, 1525600.0 ], [ 663600.0, 1525600.0 ], [ 663600.0, 1525500.0 ], [ 663700.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "338" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1525500.0 ], [ 663800.0, 1525600.0 ], [ 663700.0, 1525600.0 ], [ 663700.0, 1525500.0 ], [ 663800.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "339" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1525500.0 ], [ 663900.0, 1525600.0 ], [ 663800.0, 1525600.0 ], [ 663800.0, 1525500.0 ], [ 663900.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "340" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1525500.0 ], [ 664000.0, 1525600.0 ], [ 663900.0, 1525600.0 ], [ 663900.0, 1525500.0 ], [ 664000.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "341" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1525500.0 ], [ 664100.0, 1525600.0 ], [ 664000.0, 1525600.0 ], [ 664000.0, 1525500.0 ], [ 664100.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "342" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1525500.0 ], [ 664200.0, 1525600.0 ], [ 664100.0, 1525600.0 ], [ 664100.0, 1525500.0 ], [ 664200.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "343" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1525500.0 ], [ 664300.0, 1525600.0 ], [ 664200.0, 1525600.0 ], [ 664200.0, 1525500.0 ], [ 664300.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "344" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1525500.0 ], [ 664400.0, 1525600.0 ], [ 664300.0, 1525600.0 ], [ 664300.0, 1525500.0 ], [ 664400.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "345" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1525500.0 ], [ 664500.0, 1525600.0 ], [ 664400.0, 1525600.0 ], [ 664400.0, 1525500.0 ], [ 664500.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "346" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1525500.0 ], [ 664600.0, 1525600.0 ], [ 664500.0, 1525600.0 ], [ 664500.0, 1525500.0 ], [ 664600.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "347" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1525500.0 ], [ 664700.0, 1525600.0 ], [ 664600.0, 1525600.0 ], [ 664600.0, 1525500.0 ], [ 664700.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "348" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1525500.0 ], [ 664800.0, 1525600.0 ], [ 664700.0, 1525600.0 ], [ 664700.0, 1525500.0 ], [ 664800.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "349" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1525500.0 ], [ 664900.0, 1525600.0 ], [ 664800.0, 1525600.0 ], [ 664800.0, 1525500.0 ], [ 664900.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "350" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1525500.0 ], [ 665000.0, 1525600.0 ], [ 664900.0, 1525600.0 ], [ 664900.0, 1525500.0 ], [ 665000.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "351" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1525500.0 ], [ 665100.0, 1525600.0 ], [ 665000.0, 1525600.0 ], [ 665000.0, 1525500.0 ], [ 665100.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "352" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1525500.0 ], [ 665200.0, 1525600.0 ], [ 665100.0, 1525600.0 ], [ 665100.0, 1525500.0 ], [ 665200.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "353" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1525500.0 ], [ 665300.0, 1525600.0 ], [ 665200.0, 1525600.0 ], [ 665200.0, 1525500.0 ], [ 665300.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "354" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1525500.0 ], [ 665400.0, 1525600.0 ], [ 665300.0, 1525600.0 ], [ 665300.0, 1525500.0 ], [ 665400.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "355" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1525500.0 ], [ 665500.0, 1525600.0 ], [ 665400.0, 1525600.0 ], [ 665400.0, 1525500.0 ], [ 665500.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "356" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1525500.0 ], [ 665600.0, 1525600.0 ], [ 665500.0, 1525600.0 ], [ 665500.0, 1525500.0 ], [ 665600.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "357" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1525500.0 ], [ 665700.0, 1525600.0 ], [ 665600.0, 1525600.0 ], [ 665600.0, 1525500.0 ], [ 665700.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "358" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1525500.0 ], [ 665800.0, 1525600.0 ], [ 665700.0, 1525600.0 ], [ 665700.0, 1525500.0 ], [ 665800.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "359" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1525500.0 ], [ 665900.0, 1525600.0 ], [ 665800.0, 1525600.0 ], [ 665800.0, 1525500.0 ], [ 665900.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "360" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666000.0, 1525500.0 ], [ 666000.0, 1525600.0 ], [ 665900.0, 1525600.0 ], [ 665900.0, 1525500.0 ], [ 666000.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "361" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666100.0, 1525500.0 ], [ 666100.0, 1525600.0 ], [ 666000.0, 1525600.0 ], [ 666000.0, 1525500.0 ], [ 666100.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "362" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666200.0, 1525500.0 ], [ 666200.0, 1525600.0 ], [ 666100.0, 1525600.0 ], [ 666100.0, 1525500.0 ], [ 666200.0, 1525500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "363" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663100.0, 1525400.0 ], [ 663100.0, 1525500.0 ], [ 663000.0, 1525500.0 ], [ 663000.0, 1525400.0 ], [ 663100.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "364" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663200.0, 1525400.0 ], [ 663200.0, 1525500.0 ], [ 663100.0, 1525500.0 ], [ 663100.0, 1525400.0 ], [ 663200.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "365" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1525400.0 ], [ 663300.0, 1525500.0 ], [ 663200.0, 1525500.0 ], [ 663200.0, 1525400.0 ], [ 663300.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "366" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1525400.0 ], [ 663400.0, 1525500.0 ], [ 663300.0, 1525500.0 ], [ 663300.0, 1525400.0 ], [ 663400.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "367" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1525400.0 ], [ 663500.0, 1525500.0 ], [ 663400.0, 1525500.0 ], [ 663400.0, 1525400.0 ], [ 663500.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "368" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1525400.0 ], [ 663600.0, 1525500.0 ], [ 663500.0, 1525500.0 ], [ 663500.0, 1525400.0 ], [ 663600.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "369" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1525400.0 ], [ 663700.0, 1525500.0 ], [ 663600.0, 1525500.0 ], [ 663600.0, 1525400.0 ], [ 663700.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "370" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1525400.0 ], [ 663800.0, 1525500.0 ], [ 663700.0, 1525500.0 ], [ 663700.0, 1525400.0 ], [ 663800.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "371" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1525400.0 ], [ 663900.0, 1525500.0 ], [ 663800.0, 1525500.0 ], [ 663800.0, 1525400.0 ], [ 663900.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "372" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1525400.0 ], [ 664000.0, 1525500.0 ], [ 663900.0, 1525500.0 ], [ 663900.0, 1525400.0 ], [ 664000.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "373" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1525400.0 ], [ 664100.0, 1525500.0 ], [ 664000.0, 1525500.0 ], [ 664000.0, 1525400.0 ], [ 664100.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "374" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1525400.0 ], [ 664200.0, 1525500.0 ], [ 664100.0, 1525500.0 ], [ 664100.0, 1525400.0 ], [ 664200.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "375" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1525400.0 ], [ 664300.0, 1525500.0 ], [ 664200.0, 1525500.0 ], [ 664200.0, 1525400.0 ], [ 664300.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "376" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1525400.0 ], [ 664400.0, 1525500.0 ], [ 664300.0, 1525500.0 ], [ 664300.0, 1525400.0 ], [ 664400.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "377" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1525400.0 ], [ 664500.0, 1525500.0 ], [ 664400.0, 1525500.0 ], [ 664400.0, 1525400.0 ], [ 664500.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "378" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1525400.0 ], [ 664600.0, 1525500.0 ], [ 664500.0, 1525500.0 ], [ 664500.0, 1525400.0 ], [ 664600.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "379" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1525400.0 ], [ 664700.0, 1525500.0 ], [ 664600.0, 1525500.0 ], [ 664600.0, 1525400.0 ], [ 664700.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "380" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1525400.0 ], [ 664800.0, 1525500.0 ], [ 664700.0, 1525500.0 ], [ 664700.0, 1525400.0 ], [ 664800.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "381" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1525400.0 ], [ 664900.0, 1525500.0 ], [ 664800.0, 1525500.0 ], [ 664800.0, 1525400.0 ], [ 664900.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "382" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1525400.0 ], [ 665000.0, 1525500.0 ], [ 664900.0, 1525500.0 ], [ 664900.0, 1525400.0 ], [ 665000.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "383" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1525400.0 ], [ 665100.0, 1525500.0 ], [ 665000.0, 1525500.0 ], [ 665000.0, 1525400.0 ], [ 665100.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "384" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1525400.0 ], [ 665200.0, 1525500.0 ], [ 665100.0, 1525500.0 ], [ 665100.0, 1525400.0 ], [ 665200.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "385" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1525400.0 ], [ 665300.0, 1525500.0 ], [ 665200.0, 1525500.0 ], [ 665200.0, 1525400.0 ], [ 665300.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "386" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1525400.0 ], [ 665400.0, 1525500.0 ], [ 665300.0, 1525500.0 ], [ 665300.0, 1525400.0 ], [ 665400.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "387" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1525400.0 ], [ 665500.0, 1525500.0 ], [ 665400.0, 1525500.0 ], [ 665400.0, 1525400.0 ], [ 665500.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "388" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1525400.0 ], [ 665600.0, 1525500.0 ], [ 665500.0, 1525500.0 ], [ 665500.0, 1525400.0 ], [ 665600.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "389" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1525400.0 ], [ 665700.0, 1525500.0 ], [ 665600.0, 1525500.0 ], [ 665600.0, 1525400.0 ], [ 665700.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "390" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1525400.0 ], [ 665800.0, 1525500.0 ], [ 665700.0, 1525500.0 ], [ 665700.0, 1525400.0 ], [ 665800.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "391" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1525400.0 ], [ 665900.0, 1525500.0 ], [ 665800.0, 1525500.0 ], [ 665800.0, 1525400.0 ], [ 665900.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "392" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666000.0, 1525400.0 ], [ 666000.0, 1525500.0 ], [ 665900.0, 1525500.0 ], [ 665900.0, 1525400.0 ], [ 666000.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "393" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666100.0, 1525400.0 ], [ 666100.0, 1525500.0 ], [ 666000.0, 1525500.0 ], [ 666000.0, 1525400.0 ], [ 666100.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "394" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666200.0, 1525400.0 ], [ 666200.0, 1525500.0 ], [ 666100.0, 1525500.0 ], [ 666100.0, 1525400.0 ], [ 666200.0, 1525400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "395" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663000.0, 1525300.0 ], [ 663000.0, 1525400.0 ], [ 662900.0, 1525400.0 ], [ 662900.0, 1525300.0 ], [ 663000.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "396" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663100.0, 1525300.0 ], [ 663100.0, 1525400.0 ], [ 663000.0, 1525400.0 ], [ 663000.0, 1525300.0 ], [ 663100.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "397" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663200.0, 1525300.0 ], [ 663200.0, 1525400.0 ], [ 663100.0, 1525400.0 ], [ 663100.0, 1525300.0 ], [ 663200.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "398" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1525300.0 ], [ 663300.0, 1525400.0 ], [ 663200.0, 1525400.0 ], [ 663200.0, 1525300.0 ], [ 663300.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "399" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1525300.0 ], [ 663400.0, 1525400.0 ], [ 663300.0, 1525400.0 ], [ 663300.0, 1525300.0 ], [ 663400.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "400" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1525300.0 ], [ 663500.0, 1525400.0 ], [ 663400.0, 1525400.0 ], [ 663400.0, 1525300.0 ], [ 663500.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "401" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1525300.0 ], [ 663600.0, 1525400.0 ], [ 663500.0, 1525400.0 ], [ 663500.0, 1525300.0 ], [ 663600.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "402" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1525300.0 ], [ 663700.0, 1525400.0 ], [ 663600.0, 1525400.0 ], [ 663600.0, 1525300.0 ], [ 663700.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "403" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1525300.0 ], [ 663800.0, 1525400.0 ], [ 663700.0, 1525400.0 ], [ 663700.0, 1525300.0 ], [ 663800.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "404" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1525300.0 ], [ 663900.0, 1525400.0 ], [ 663800.0, 1525400.0 ], [ 663800.0, 1525300.0 ], [ 663900.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "405" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1525300.0 ], [ 664000.0, 1525400.0 ], [ 663900.0, 1525400.0 ], [ 663900.0, 1525300.0 ], [ 664000.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "406" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1525300.0 ], [ 664100.0, 1525400.0 ], [ 664000.0, 1525400.0 ], [ 664000.0, 1525300.0 ], [ 664100.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "407" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1525300.0 ], [ 664200.0, 1525400.0 ], [ 664100.0, 1525400.0 ], [ 664100.0, 1525300.0 ], [ 664200.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "408" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1525300.0 ], [ 664300.0, 1525400.0 ], [ 664200.0, 1525400.0 ], [ 664200.0, 1525300.0 ], [ 664300.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "409" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1525300.0 ], [ 664400.0, 1525400.0 ], [ 664300.0, 1525400.0 ], [ 664300.0, 1525300.0 ], [ 664400.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "410" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1525300.0 ], [ 664500.0, 1525400.0 ], [ 664400.0, 1525400.0 ], [ 664400.0, 1525300.0 ], [ 664500.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "411" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1525300.0 ], [ 664600.0, 1525400.0 ], [ 664500.0, 1525400.0 ], [ 664500.0, 1525300.0 ], [ 664600.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "412" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1525300.0 ], [ 664700.0, 1525400.0 ], [ 664600.0, 1525400.0 ], [ 664600.0, 1525300.0 ], [ 664700.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "413" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1525300.0 ], [ 664800.0, 1525400.0 ], [ 664700.0, 1525400.0 ], [ 664700.0, 1525300.0 ], [ 664800.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "414" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1525300.0 ], [ 664900.0, 1525400.0 ], [ 664800.0, 1525400.0 ], [ 664800.0, 1525300.0 ], [ 664900.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "415" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1525300.0 ], [ 665000.0, 1525400.0 ], [ 664900.0, 1525400.0 ], [ 664900.0, 1525300.0 ], [ 665000.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "416" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1525300.0 ], [ 665100.0, 1525400.0 ], [ 665000.0, 1525400.0 ], [ 665000.0, 1525300.0 ], [ 665100.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "417" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1525300.0 ], [ 665200.0, 1525400.0 ], [ 665100.0, 1525400.0 ], [ 665100.0, 1525300.0 ], [ 665200.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "418" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1525300.0 ], [ 665300.0, 1525400.0 ], [ 665200.0, 1525400.0 ], [ 665200.0, 1525300.0 ], [ 665300.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "419" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1525300.0 ], [ 665400.0, 1525400.0 ], [ 665300.0, 1525400.0 ], [ 665300.0, 1525300.0 ], [ 665400.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "420" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1525300.0 ], [ 665500.0, 1525400.0 ], [ 665400.0, 1525400.0 ], [ 665400.0, 1525300.0 ], [ 665500.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "421" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1525300.0 ], [ 665600.0, 1525400.0 ], [ 665500.0, 1525400.0 ], [ 665500.0, 1525300.0 ], [ 665600.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "422" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1525300.0 ], [ 665700.0, 1525400.0 ], [ 665600.0, 1525400.0 ], [ 665600.0, 1525300.0 ], [ 665700.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "423" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1525300.0 ], [ 665800.0, 1525400.0 ], [ 665700.0, 1525400.0 ], [ 665700.0, 1525300.0 ], [ 665800.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "424" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1525300.0 ], [ 665900.0, 1525400.0 ], [ 665800.0, 1525400.0 ], [ 665800.0, 1525300.0 ], [ 665900.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "425" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666000.0, 1525300.0 ], [ 666000.0, 1525400.0 ], [ 665900.0, 1525400.0 ], [ 665900.0, 1525300.0 ], [ 666000.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "426" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666100.0, 1525300.0 ], [ 666100.0, 1525400.0 ], [ 666000.0, 1525400.0 ], [ 666000.0, 1525300.0 ], [ 666100.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "427" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666200.0, 1525300.0 ], [ 666200.0, 1525400.0 ], [ 666100.0, 1525400.0 ], [ 666100.0, 1525300.0 ], [ 666200.0, 1525300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "428" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662900.0, 1525200.0 ], [ 662900.0, 1525300.0 ], [ 662800.0, 1525300.0 ], [ 662800.0, 1525200.0 ], [ 662900.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "429" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663000.0, 1525200.0 ], [ 663000.0, 1525300.0 ], [ 662900.0, 1525300.0 ], [ 662900.0, 1525200.0 ], [ 663000.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "430" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663100.0, 1525200.0 ], [ 663100.0, 1525300.0 ], [ 663000.0, 1525300.0 ], [ 663000.0, 1525200.0 ], [ 663100.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "431" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663200.0, 1525200.0 ], [ 663200.0, 1525300.0 ], [ 663100.0, 1525300.0 ], [ 663100.0, 1525200.0 ], [ 663200.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "432" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1525200.0 ], [ 663300.0, 1525300.0 ], [ 663200.0, 1525300.0 ], [ 663200.0, 1525200.0 ], [ 663300.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "433" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1525200.0 ], [ 663400.0, 1525300.0 ], [ 663300.0, 1525300.0 ], [ 663300.0, 1525200.0 ], [ 663400.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "434" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1525200.0 ], [ 663500.0, 1525300.0 ], [ 663400.0, 1525300.0 ], [ 663400.0, 1525200.0 ], [ 663500.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "435" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1525200.0 ], [ 663600.0, 1525300.0 ], [ 663500.0, 1525300.0 ], [ 663500.0, 1525200.0 ], [ 663600.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "436" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1525200.0 ], [ 663700.0, 1525300.0 ], [ 663600.0, 1525300.0 ], [ 663600.0, 1525200.0 ], [ 663700.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "437" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1525200.0 ], [ 663800.0, 1525300.0 ], [ 663700.0, 1525300.0 ], [ 663700.0, 1525200.0 ], [ 663800.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "438" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1525200.0 ], [ 663900.0, 1525300.0 ], [ 663800.0, 1525300.0 ], [ 663800.0, 1525200.0 ], [ 663900.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "439" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1525200.0 ], [ 664000.0, 1525300.0 ], [ 663900.0, 1525300.0 ], [ 663900.0, 1525200.0 ], [ 664000.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "440" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1525200.0 ], [ 664100.0, 1525300.0 ], [ 664000.0, 1525300.0 ], [ 664000.0, 1525200.0 ], [ 664100.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "441" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1525200.0 ], [ 664200.0, 1525300.0 ], [ 664100.0, 1525300.0 ], [ 664100.0, 1525200.0 ], [ 664200.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "442" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1525200.0 ], [ 664300.0, 1525300.0 ], [ 664200.0, 1525300.0 ], [ 664200.0, 1525200.0 ], [ 664300.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "443" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1525200.0 ], [ 664400.0, 1525300.0 ], [ 664300.0, 1525300.0 ], [ 664300.0, 1525200.0 ], [ 664400.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "444" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1525200.0 ], [ 664500.0, 1525300.0 ], [ 664400.0, 1525300.0 ], [ 664400.0, 1525200.0 ], [ 664500.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "445" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1525200.0 ], [ 664600.0, 1525300.0 ], [ 664500.0, 1525300.0 ], [ 664500.0, 1525200.0 ], [ 664600.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "446" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1525200.0 ], [ 664700.0, 1525300.0 ], [ 664600.0, 1525300.0 ], [ 664600.0, 1525200.0 ], [ 664700.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "447" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1525200.0 ], [ 664800.0, 1525300.0 ], [ 664700.0, 1525300.0 ], [ 664700.0, 1525200.0 ], [ 664800.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "448" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1525200.0 ], [ 664900.0, 1525300.0 ], [ 664800.0, 1525300.0 ], [ 664800.0, 1525200.0 ], [ 664900.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "449" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1525200.0 ], [ 665000.0, 1525300.0 ], [ 664900.0, 1525300.0 ], [ 664900.0, 1525200.0 ], [ 665000.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "450" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1525200.0 ], [ 665100.0, 1525300.0 ], [ 665000.0, 1525300.0 ], [ 665000.0, 1525200.0 ], [ 665100.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "451" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1525200.0 ], [ 665200.0, 1525300.0 ], [ 665100.0, 1525300.0 ], [ 665100.0, 1525200.0 ], [ 665200.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "452" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1525200.0 ], [ 665300.0, 1525300.0 ], [ 665200.0, 1525300.0 ], [ 665200.0, 1525200.0 ], [ 665300.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "453" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1525200.0 ], [ 665400.0, 1525300.0 ], [ 665300.0, 1525300.0 ], [ 665300.0, 1525200.0 ], [ 665400.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "454" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1525200.0 ], [ 665500.0, 1525300.0 ], [ 665400.0, 1525300.0 ], [ 665400.0, 1525200.0 ], [ 665500.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "455" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1525200.0 ], [ 665600.0, 1525300.0 ], [ 665500.0, 1525300.0 ], [ 665500.0, 1525200.0 ], [ 665600.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "456" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1525200.0 ], [ 665700.0, 1525300.0 ], [ 665600.0, 1525300.0 ], [ 665600.0, 1525200.0 ], [ 665700.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "457" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1525200.0 ], [ 665800.0, 1525300.0 ], [ 665700.0, 1525300.0 ], [ 665700.0, 1525200.0 ], [ 665800.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "458" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1525200.0 ], [ 665900.0, 1525300.0 ], [ 665800.0, 1525300.0 ], [ 665800.0, 1525200.0 ], [ 665900.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "459" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666000.0, 1525200.0 ], [ 666000.0, 1525300.0 ], [ 665900.0, 1525300.0 ], [ 665900.0, 1525200.0 ], [ 666000.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "460" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666100.0, 1525200.0 ], [ 666100.0, 1525300.0 ], [ 666000.0, 1525300.0 ], [ 666000.0, 1525200.0 ], [ 666100.0, 1525200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "461" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662900.0, 1525100.0 ], [ 662900.0, 1525200.0 ], [ 662800.0, 1525200.0 ], [ 662800.0, 1525100.0 ], [ 662900.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "462" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663000.0, 1525100.0 ], [ 663000.0, 1525200.0 ], [ 662900.0, 1525200.0 ], [ 662900.0, 1525100.0 ], [ 663000.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "463" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663100.0, 1525100.0 ], [ 663100.0, 1525200.0 ], [ 663000.0, 1525200.0 ], [ 663000.0, 1525100.0 ], [ 663100.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "464" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663200.0, 1525100.0 ], [ 663200.0, 1525200.0 ], [ 663100.0, 1525200.0 ], [ 663100.0, 1525100.0 ], [ 663200.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "465" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1525100.0 ], [ 663300.0, 1525200.0 ], [ 663200.0, 1525200.0 ], [ 663200.0, 1525100.0 ], [ 663300.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "466" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1525100.0 ], [ 663400.0, 1525200.0 ], [ 663300.0, 1525200.0 ], [ 663300.0, 1525100.0 ], [ 663400.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "467" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1525100.0 ], [ 663500.0, 1525200.0 ], [ 663400.0, 1525200.0 ], [ 663400.0, 1525100.0 ], [ 663500.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "468" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1525100.0 ], [ 663600.0, 1525200.0 ], [ 663500.0, 1525200.0 ], [ 663500.0, 1525100.0 ], [ 663600.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "469" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1525100.0 ], [ 663700.0, 1525200.0 ], [ 663600.0, 1525200.0 ], [ 663600.0, 1525100.0 ], [ 663700.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "470" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1525100.0 ], [ 663800.0, 1525200.0 ], [ 663700.0, 1525200.0 ], [ 663700.0, 1525100.0 ], [ 663800.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "471" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1525100.0 ], [ 663900.0, 1525200.0 ], [ 663800.0, 1525200.0 ], [ 663800.0, 1525100.0 ], [ 663900.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "472" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1525100.0 ], [ 664000.0, 1525200.0 ], [ 663900.0, 1525200.0 ], [ 663900.0, 1525100.0 ], [ 664000.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "473" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1525100.0 ], [ 664100.0, 1525200.0 ], [ 664000.0, 1525200.0 ], [ 664000.0, 1525100.0 ], [ 664100.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "474" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1525100.0 ], [ 664200.0, 1525200.0 ], [ 664100.0, 1525200.0 ], [ 664100.0, 1525100.0 ], [ 664200.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "475" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1525100.0 ], [ 664300.0, 1525200.0 ], [ 664200.0, 1525200.0 ], [ 664200.0, 1525100.0 ], [ 664300.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "476" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1525100.0 ], [ 664400.0, 1525200.0 ], [ 664300.0, 1525200.0 ], [ 664300.0, 1525100.0 ], [ 664400.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "477" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1525100.0 ], [ 664500.0, 1525200.0 ], [ 664400.0, 1525200.0 ], [ 664400.0, 1525100.0 ], [ 664500.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "478" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1525100.0 ], [ 664600.0, 1525200.0 ], [ 664500.0, 1525200.0 ], [ 664500.0, 1525100.0 ], [ 664600.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "479" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1525100.0 ], [ 664700.0, 1525200.0 ], [ 664600.0, 1525200.0 ], [ 664600.0, 1525100.0 ], [ 664700.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "480" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1525100.0 ], [ 664800.0, 1525200.0 ], [ 664700.0, 1525200.0 ], [ 664700.0, 1525100.0 ], [ 664800.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "481" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1525100.0 ], [ 664900.0, 1525200.0 ], [ 664800.0, 1525200.0 ], [ 664800.0, 1525100.0 ], [ 664900.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "482" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1525100.0 ], [ 665000.0, 1525200.0 ], [ 664900.0, 1525200.0 ], [ 664900.0, 1525100.0 ], [ 665000.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "483" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1525100.0 ], [ 665100.0, 1525200.0 ], [ 665000.0, 1525200.0 ], [ 665000.0, 1525100.0 ], [ 665100.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "484" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1525100.0 ], [ 665200.0, 1525200.0 ], [ 665100.0, 1525200.0 ], [ 665100.0, 1525100.0 ], [ 665200.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "485" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1525100.0 ], [ 665300.0, 1525200.0 ], [ 665200.0, 1525200.0 ], [ 665200.0, 1525100.0 ], [ 665300.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "486" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1525100.0 ], [ 665400.0, 1525200.0 ], [ 665300.0, 1525200.0 ], [ 665300.0, 1525100.0 ], [ 665400.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "487" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1525100.0 ], [ 665500.0, 1525200.0 ], [ 665400.0, 1525200.0 ], [ 665400.0, 1525100.0 ], [ 665500.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "488" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1525100.0 ], [ 665600.0, 1525200.0 ], [ 665500.0, 1525200.0 ], [ 665500.0, 1525100.0 ], [ 665600.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "489" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1525100.0 ], [ 665700.0, 1525200.0 ], [ 665600.0, 1525200.0 ], [ 665600.0, 1525100.0 ], [ 665700.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "490" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1525100.0 ], [ 665800.0, 1525200.0 ], [ 665700.0, 1525200.0 ], [ 665700.0, 1525100.0 ], [ 665800.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "491" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1525100.0 ], [ 665900.0, 1525200.0 ], [ 665800.0, 1525200.0 ], [ 665800.0, 1525100.0 ], [ 665900.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "492" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666000.0, 1525100.0 ], [ 666000.0, 1525200.0 ], [ 665900.0, 1525200.0 ], [ 665900.0, 1525100.0 ], [ 666000.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "493" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666100.0, 1525100.0 ], [ 666100.0, 1525200.0 ], [ 666000.0, 1525200.0 ], [ 666000.0, 1525100.0 ], [ 666100.0, 1525100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "494" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662800.0, 1525000.0 ], [ 662800.0, 1525100.0 ], [ 662700.0, 1525100.0 ], [ 662700.0, 1525000.0 ], [ 662800.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "495" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662900.0, 1525000.0 ], [ 662900.0, 1525100.0 ], [ 662800.0, 1525100.0 ], [ 662800.0, 1525000.0 ], [ 662900.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "496" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663000.0, 1525000.0 ], [ 663000.0, 1525100.0 ], [ 662900.0, 1525100.0 ], [ 662900.0, 1525000.0 ], [ 663000.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "497" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663100.0, 1525000.0 ], [ 663100.0, 1525100.0 ], [ 663000.0, 1525100.0 ], [ 663000.0, 1525000.0 ], [ 663100.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "498" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663200.0, 1525000.0 ], [ 663200.0, 1525100.0 ], [ 663100.0, 1525100.0 ], [ 663100.0, 1525000.0 ], [ 663200.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "499" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1525000.0 ], [ 663300.0, 1525100.0 ], [ 663200.0, 1525100.0 ], [ 663200.0, 1525000.0 ], [ 663300.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "500" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1525000.0 ], [ 663400.0, 1525100.0 ], [ 663300.0, 1525100.0 ], [ 663300.0, 1525000.0 ], [ 663400.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "501" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1525000.0 ], [ 663500.0, 1525100.0 ], [ 663400.0, 1525100.0 ], [ 663400.0, 1525000.0 ], [ 663500.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "502" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1525000.0 ], [ 663600.0, 1525100.0 ], [ 663500.0, 1525100.0 ], [ 663500.0, 1525000.0 ], [ 663600.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "503" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1525000.0 ], [ 663700.0, 1525100.0 ], [ 663600.0, 1525100.0 ], [ 663600.0, 1525000.0 ], [ 663700.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "504" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1525000.0 ], [ 663800.0, 1525100.0 ], [ 663700.0, 1525100.0 ], [ 663700.0, 1525000.0 ], [ 663800.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "505" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1525000.0 ], [ 663900.0, 1525100.0 ], [ 663800.0, 1525100.0 ], [ 663800.0, 1525000.0 ], [ 663900.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "506" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1525000.0 ], [ 664000.0, 1525100.0 ], [ 663900.0, 1525100.0 ], [ 663900.0, 1525000.0 ], [ 664000.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "507" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1525000.0 ], [ 664100.0, 1525100.0 ], [ 664000.0, 1525100.0 ], [ 664000.0, 1525000.0 ], [ 664100.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "508" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1525000.0 ], [ 664200.0, 1525100.0 ], [ 664100.0, 1525100.0 ], [ 664100.0, 1525000.0 ], [ 664200.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "509" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1525000.0 ], [ 664300.0, 1525100.0 ], [ 664200.0, 1525100.0 ], [ 664200.0, 1525000.0 ], [ 664300.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "510" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1525000.0 ], [ 664400.0, 1525100.0 ], [ 664300.0, 1525100.0 ], [ 664300.0, 1525000.0 ], [ 664400.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "511" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1525000.0 ], [ 664500.0, 1525100.0 ], [ 664400.0, 1525100.0 ], [ 664400.0, 1525000.0 ], [ 664500.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "512" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1525000.0 ], [ 664600.0, 1525100.0 ], [ 664500.0, 1525100.0 ], [ 664500.0, 1525000.0 ], [ 664600.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "513" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1525000.0 ], [ 664700.0, 1525100.0 ], [ 664600.0, 1525100.0 ], [ 664600.0, 1525000.0 ], [ 664700.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "514" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1525000.0 ], [ 664800.0, 1525100.0 ], [ 664700.0, 1525100.0 ], [ 664700.0, 1525000.0 ], [ 664800.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "515" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1525000.0 ], [ 664900.0, 1525100.0 ], [ 664800.0, 1525100.0 ], [ 664800.0, 1525000.0 ], [ 664900.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "516" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1525000.0 ], [ 665000.0, 1525100.0 ], [ 664900.0, 1525100.0 ], [ 664900.0, 1525000.0 ], [ 665000.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "517" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1525000.0 ], [ 665100.0, 1525100.0 ], [ 665000.0, 1525100.0 ], [ 665000.0, 1525000.0 ], [ 665100.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "518" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1525000.0 ], [ 665200.0, 1525100.0 ], [ 665100.0, 1525100.0 ], [ 665100.0, 1525000.0 ], [ 665200.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "519" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1525000.0 ], [ 665300.0, 1525100.0 ], [ 665200.0, 1525100.0 ], [ 665200.0, 1525000.0 ], [ 665300.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "520" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1525000.0 ], [ 665400.0, 1525100.0 ], [ 665300.0, 1525100.0 ], [ 665300.0, 1525000.0 ], [ 665400.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "521" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1525000.0 ], [ 665500.0, 1525100.0 ], [ 665400.0, 1525100.0 ], [ 665400.0, 1525000.0 ], [ 665500.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "522" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1525000.0 ], [ 665600.0, 1525100.0 ], [ 665500.0, 1525100.0 ], [ 665500.0, 1525000.0 ], [ 665600.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "523" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1525000.0 ], [ 665700.0, 1525100.0 ], [ 665600.0, 1525100.0 ], [ 665600.0, 1525000.0 ], [ 665700.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "524" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1525000.0 ], [ 665800.0, 1525100.0 ], [ 665700.0, 1525100.0 ], [ 665700.0, 1525000.0 ], [ 665800.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "525" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1525000.0 ], [ 665900.0, 1525100.0 ], [ 665800.0, 1525100.0 ], [ 665800.0, 1525000.0 ], [ 665900.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "526" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666000.0, 1525000.0 ], [ 666000.0, 1525100.0 ], [ 665900.0, 1525100.0 ], [ 665900.0, 1525000.0 ], [ 666000.0, 1525000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "527" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662800.0, 1524900.0 ], [ 662800.0, 1525000.0 ], [ 662700.0, 1525000.0 ], [ 662700.0, 1524900.0 ], [ 662800.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "528" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662900.0, 1524900.0 ], [ 662900.0, 1525000.0 ], [ 662800.0, 1525000.0 ], [ 662800.0, 1524900.0 ], [ 662900.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "529" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663000.0, 1524900.0 ], [ 663000.0, 1525000.0 ], [ 662900.0, 1525000.0 ], [ 662900.0, 1524900.0 ], [ 663000.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "530" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663100.0, 1524900.0 ], [ 663100.0, 1525000.0 ], [ 663000.0, 1525000.0 ], [ 663000.0, 1524900.0 ], [ 663100.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "531" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663200.0, 1524900.0 ], [ 663200.0, 1525000.0 ], [ 663100.0, 1525000.0 ], [ 663100.0, 1524900.0 ], [ 663200.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "532" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1524900.0 ], [ 663300.0, 1525000.0 ], [ 663200.0, 1525000.0 ], [ 663200.0, 1524900.0 ], [ 663300.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "533" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1524900.0 ], [ 663400.0, 1525000.0 ], [ 663300.0, 1525000.0 ], [ 663300.0, 1524900.0 ], [ 663400.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "534" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1524900.0 ], [ 663500.0, 1525000.0 ], [ 663400.0, 1525000.0 ], [ 663400.0, 1524900.0 ], [ 663500.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "535" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1524900.0 ], [ 663600.0, 1525000.0 ], [ 663500.0, 1525000.0 ], [ 663500.0, 1524900.0 ], [ 663600.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "536" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1524900.0 ], [ 663700.0, 1525000.0 ], [ 663600.0, 1525000.0 ], [ 663600.0, 1524900.0 ], [ 663700.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "537" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1524900.0 ], [ 663800.0, 1525000.0 ], [ 663700.0, 1525000.0 ], [ 663700.0, 1524900.0 ], [ 663800.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "538" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1524900.0 ], [ 663900.0, 1525000.0 ], [ 663800.0, 1525000.0 ], [ 663800.0, 1524900.0 ], [ 663900.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "539" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1524900.0 ], [ 664000.0, 1525000.0 ], [ 663900.0, 1525000.0 ], [ 663900.0, 1524900.0 ], [ 664000.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "540" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1524900.0 ], [ 664100.0, 1525000.0 ], [ 664000.0, 1525000.0 ], [ 664000.0, 1524900.0 ], [ 664100.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "541" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1524900.0 ], [ 664200.0, 1525000.0 ], [ 664100.0, 1525000.0 ], [ 664100.0, 1524900.0 ], [ 664200.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "542" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1524900.0 ], [ 664300.0, 1525000.0 ], [ 664200.0, 1525000.0 ], [ 664200.0, 1524900.0 ], [ 664300.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "543" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1524900.0 ], [ 664400.0, 1525000.0 ], [ 664300.0, 1525000.0 ], [ 664300.0, 1524900.0 ], [ 664400.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "544" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1524900.0 ], [ 664500.0, 1525000.0 ], [ 664400.0, 1525000.0 ], [ 664400.0, 1524900.0 ], [ 664500.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "545" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1524900.0 ], [ 664600.0, 1525000.0 ], [ 664500.0, 1525000.0 ], [ 664500.0, 1524900.0 ], [ 664600.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "546" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1524900.0 ], [ 664700.0, 1525000.0 ], [ 664600.0, 1525000.0 ], [ 664600.0, 1524900.0 ], [ 664700.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "547" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1524900.0 ], [ 664800.0, 1525000.0 ], [ 664700.0, 1525000.0 ], [ 664700.0, 1524900.0 ], [ 664800.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "548" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1524900.0 ], [ 664900.0, 1525000.0 ], [ 664800.0, 1525000.0 ], [ 664800.0, 1524900.0 ], [ 664900.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "549" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1524900.0 ], [ 665000.0, 1525000.0 ], [ 664900.0, 1525000.0 ], [ 664900.0, 1524900.0 ], [ 665000.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "550" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1524900.0 ], [ 665100.0, 1525000.0 ], [ 665000.0, 1525000.0 ], [ 665000.0, 1524900.0 ], [ 665100.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "551" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1524900.0 ], [ 665200.0, 1525000.0 ], [ 665100.0, 1525000.0 ], [ 665100.0, 1524900.0 ], [ 665200.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "552" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1524900.0 ], [ 665300.0, 1525000.0 ], [ 665200.0, 1525000.0 ], [ 665200.0, 1524900.0 ], [ 665300.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "553" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1524900.0 ], [ 665400.0, 1525000.0 ], [ 665300.0, 1525000.0 ], [ 665300.0, 1524900.0 ], [ 665400.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "554" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1524900.0 ], [ 665500.0, 1525000.0 ], [ 665400.0, 1525000.0 ], [ 665400.0, 1524900.0 ], [ 665500.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "555" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1524900.0 ], [ 665600.0, 1525000.0 ], [ 665500.0, 1525000.0 ], [ 665500.0, 1524900.0 ], [ 665600.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "556" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1524900.0 ], [ 665700.0, 1525000.0 ], [ 665600.0, 1525000.0 ], [ 665600.0, 1524900.0 ], [ 665700.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "557" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1524900.0 ], [ 665800.0, 1525000.0 ], [ 665700.0, 1525000.0 ], [ 665700.0, 1524900.0 ], [ 665800.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "558" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1524900.0 ], [ 665900.0, 1525000.0 ], [ 665800.0, 1525000.0 ], [ 665800.0, 1524900.0 ], [ 665900.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "559" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666000.0, 1524900.0 ], [ 666000.0, 1525000.0 ], [ 665900.0, 1525000.0 ], [ 665900.0, 1524900.0 ], [ 666000.0, 1524900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "560" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662700.0, 1524800.0 ], [ 662700.0, 1524900.0 ], [ 662600.0, 1524900.0 ], [ 662600.0, 1524800.0 ], [ 662700.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "561" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662800.0, 1524800.0 ], [ 662800.0, 1524900.0 ], [ 662700.0, 1524900.0 ], [ 662700.0, 1524800.0 ], [ 662800.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "562" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662900.0, 1524800.0 ], [ 662900.0, 1524900.0 ], [ 662800.0, 1524900.0 ], [ 662800.0, 1524800.0 ], [ 662900.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "563" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663000.0, 1524800.0 ], [ 663000.0, 1524900.0 ], [ 662900.0, 1524900.0 ], [ 662900.0, 1524800.0 ], [ 663000.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "564" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663100.0, 1524800.0 ], [ 663100.0, 1524900.0 ], [ 663000.0, 1524900.0 ], [ 663000.0, 1524800.0 ], [ 663100.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "565" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663200.0, 1524800.0 ], [ 663200.0, 1524900.0 ], [ 663100.0, 1524900.0 ], [ 663100.0, 1524800.0 ], [ 663200.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "566" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1524800.0 ], [ 663300.0, 1524900.0 ], [ 663200.0, 1524900.0 ], [ 663200.0, 1524800.0 ], [ 663300.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "567" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1524800.0 ], [ 663400.0, 1524900.0 ], [ 663300.0, 1524900.0 ], [ 663300.0, 1524800.0 ], [ 663400.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "568" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1524800.0 ], [ 663500.0, 1524900.0 ], [ 663400.0, 1524900.0 ], [ 663400.0, 1524800.0 ], [ 663500.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "569" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1524800.0 ], [ 663600.0, 1524900.0 ], [ 663500.0, 1524900.0 ], [ 663500.0, 1524800.0 ], [ 663600.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "570" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1524800.0 ], [ 663700.0, 1524900.0 ], [ 663600.0, 1524900.0 ], [ 663600.0, 1524800.0 ], [ 663700.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "571" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1524800.0 ], [ 663800.0, 1524900.0 ], [ 663700.0, 1524900.0 ], [ 663700.0, 1524800.0 ], [ 663800.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "572" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1524800.0 ], [ 663900.0, 1524900.0 ], [ 663800.0, 1524900.0 ], [ 663800.0, 1524800.0 ], [ 663900.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "573" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1524800.0 ], [ 664000.0, 1524900.0 ], [ 663900.0, 1524900.0 ], [ 663900.0, 1524800.0 ], [ 664000.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "574" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1524800.0 ], [ 664100.0, 1524900.0 ], [ 664000.0, 1524900.0 ], [ 664000.0, 1524800.0 ], [ 664100.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "575" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1524800.0 ], [ 664200.0, 1524900.0 ], [ 664100.0, 1524900.0 ], [ 664100.0, 1524800.0 ], [ 664200.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "576" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1524800.0 ], [ 664300.0, 1524900.0 ], [ 664200.0, 1524900.0 ], [ 664200.0, 1524800.0 ], [ 664300.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "577" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1524800.0 ], [ 664400.0, 1524900.0 ], [ 664300.0, 1524900.0 ], [ 664300.0, 1524800.0 ], [ 664400.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "578" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1524800.0 ], [ 664500.0, 1524900.0 ], [ 664400.0, 1524900.0 ], [ 664400.0, 1524800.0 ], [ 664500.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "579" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1524800.0 ], [ 664600.0, 1524900.0 ], [ 664500.0, 1524900.0 ], [ 664500.0, 1524800.0 ], [ 664600.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "580" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1524800.0 ], [ 664700.0, 1524900.0 ], [ 664600.0, 1524900.0 ], [ 664600.0, 1524800.0 ], [ 664700.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "581" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1524800.0 ], [ 664800.0, 1524900.0 ], [ 664700.0, 1524900.0 ], [ 664700.0, 1524800.0 ], [ 664800.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "582" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1524800.0 ], [ 664900.0, 1524900.0 ], [ 664800.0, 1524900.0 ], [ 664800.0, 1524800.0 ], [ 664900.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "583" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1524800.0 ], [ 665000.0, 1524900.0 ], [ 664900.0, 1524900.0 ], [ 664900.0, 1524800.0 ], [ 665000.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "584" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1524800.0 ], [ 665100.0, 1524900.0 ], [ 665000.0, 1524900.0 ], [ 665000.0, 1524800.0 ], [ 665100.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "585" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1524800.0 ], [ 665200.0, 1524900.0 ], [ 665100.0, 1524900.0 ], [ 665100.0, 1524800.0 ], [ 665200.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "586" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1524800.0 ], [ 665300.0, 1524900.0 ], [ 665200.0, 1524900.0 ], [ 665200.0, 1524800.0 ], [ 665300.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "587" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1524800.0 ], [ 665400.0, 1524900.0 ], [ 665300.0, 1524900.0 ], [ 665300.0, 1524800.0 ], [ 665400.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "588" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1524800.0 ], [ 665500.0, 1524900.0 ], [ 665400.0, 1524900.0 ], [ 665400.0, 1524800.0 ], [ 665500.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "589" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1524800.0 ], [ 665600.0, 1524900.0 ], [ 665500.0, 1524900.0 ], [ 665500.0, 1524800.0 ], [ 665600.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "590" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1524800.0 ], [ 665700.0, 1524900.0 ], [ 665600.0, 1524900.0 ], [ 665600.0, 1524800.0 ], [ 665700.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "591" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1524800.0 ], [ 665800.0, 1524900.0 ], [ 665700.0, 1524900.0 ], [ 665700.0, 1524800.0 ], [ 665800.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "592" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1524800.0 ], [ 665900.0, 1524900.0 ], [ 665800.0, 1524900.0 ], [ 665800.0, 1524800.0 ], [ 665900.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "593" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666000.0, 1524800.0 ], [ 666000.0, 1524900.0 ], [ 665900.0, 1524900.0 ], [ 665900.0, 1524800.0 ], [ 666000.0, 1524800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "594" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662700.0, 1524700.0 ], [ 662700.0, 1524800.0 ], [ 662600.0, 1524800.0 ], [ 662600.0, 1524700.0 ], [ 662700.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "595" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662800.0, 1524700.0 ], [ 662800.0, 1524800.0 ], [ 662700.0, 1524800.0 ], [ 662700.0, 1524700.0 ], [ 662800.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "596" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662900.0, 1524700.0 ], [ 662900.0, 1524800.0 ], [ 662800.0, 1524800.0 ], [ 662800.0, 1524700.0 ], [ 662900.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "597" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663000.0, 1524700.0 ], [ 663000.0, 1524800.0 ], [ 662900.0, 1524800.0 ], [ 662900.0, 1524700.0 ], [ 663000.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "598" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663100.0, 1524700.0 ], [ 663100.0, 1524800.0 ], [ 663000.0, 1524800.0 ], [ 663000.0, 1524700.0 ], [ 663100.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "599" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663200.0, 1524700.0 ], [ 663200.0, 1524800.0 ], [ 663100.0, 1524800.0 ], [ 663100.0, 1524700.0 ], [ 663200.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "600" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1524700.0 ], [ 663300.0, 1524800.0 ], [ 663200.0, 1524800.0 ], [ 663200.0, 1524700.0 ], [ 663300.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "601" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1524700.0 ], [ 663400.0, 1524800.0 ], [ 663300.0, 1524800.0 ], [ 663300.0, 1524700.0 ], [ 663400.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "602" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1524700.0 ], [ 663500.0, 1524800.0 ], [ 663400.0, 1524800.0 ], [ 663400.0, 1524700.0 ], [ 663500.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "603" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1524700.0 ], [ 663600.0, 1524800.0 ], [ 663500.0, 1524800.0 ], [ 663500.0, 1524700.0 ], [ 663600.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "604" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1524700.0 ], [ 663700.0, 1524800.0 ], [ 663600.0, 1524800.0 ], [ 663600.0, 1524700.0 ], [ 663700.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "605" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1524700.0 ], [ 663800.0, 1524800.0 ], [ 663700.0, 1524800.0 ], [ 663700.0, 1524700.0 ], [ 663800.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "606" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1524700.0 ], [ 663900.0, 1524800.0 ], [ 663800.0, 1524800.0 ], [ 663800.0, 1524700.0 ], [ 663900.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "607" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1524700.0 ], [ 664000.0, 1524800.0 ], [ 663900.0, 1524800.0 ], [ 663900.0, 1524700.0 ], [ 664000.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "608" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1524700.0 ], [ 664100.0, 1524800.0 ], [ 664000.0, 1524800.0 ], [ 664000.0, 1524700.0 ], [ 664100.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "609" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1524700.0 ], [ 664200.0, 1524800.0 ], [ 664100.0, 1524800.0 ], [ 664100.0, 1524700.0 ], [ 664200.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "610" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1524700.0 ], [ 664300.0, 1524800.0 ], [ 664200.0, 1524800.0 ], [ 664200.0, 1524700.0 ], [ 664300.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "611" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1524700.0 ], [ 664400.0, 1524800.0 ], [ 664300.0, 1524800.0 ], [ 664300.0, 1524700.0 ], [ 664400.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "612" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1524700.0 ], [ 664500.0, 1524800.0 ], [ 664400.0, 1524800.0 ], [ 664400.0, 1524700.0 ], [ 664500.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "613" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1524700.0 ], [ 664600.0, 1524800.0 ], [ 664500.0, 1524800.0 ], [ 664500.0, 1524700.0 ], [ 664600.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "614" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1524700.0 ], [ 664700.0, 1524800.0 ], [ 664600.0, 1524800.0 ], [ 664600.0, 1524700.0 ], [ 664700.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "615" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1524700.0 ], [ 664800.0, 1524800.0 ], [ 664700.0, 1524800.0 ], [ 664700.0, 1524700.0 ], [ 664800.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "616" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1524700.0 ], [ 664900.0, 1524800.0 ], [ 664800.0, 1524800.0 ], [ 664800.0, 1524700.0 ], [ 664900.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "617" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1524700.0 ], [ 665000.0, 1524800.0 ], [ 664900.0, 1524800.0 ], [ 664900.0, 1524700.0 ], [ 665000.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "618" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1524700.0 ], [ 665100.0, 1524800.0 ], [ 665000.0, 1524800.0 ], [ 665000.0, 1524700.0 ], [ 665100.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "619" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1524700.0 ], [ 665200.0, 1524800.0 ], [ 665100.0, 1524800.0 ], [ 665100.0, 1524700.0 ], [ 665200.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "620" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1524700.0 ], [ 665300.0, 1524800.0 ], [ 665200.0, 1524800.0 ], [ 665200.0, 1524700.0 ], [ 665300.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "621" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1524700.0 ], [ 665400.0, 1524800.0 ], [ 665300.0, 1524800.0 ], [ 665300.0, 1524700.0 ], [ 665400.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "622" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1524700.0 ], [ 665500.0, 1524800.0 ], [ 665400.0, 1524800.0 ], [ 665400.0, 1524700.0 ], [ 665500.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "623" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1524700.0 ], [ 665600.0, 1524800.0 ], [ 665500.0, 1524800.0 ], [ 665500.0, 1524700.0 ], [ 665600.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "624" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1524700.0 ], [ 665700.0, 1524800.0 ], [ 665600.0, 1524800.0 ], [ 665600.0, 1524700.0 ], [ 665700.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "625" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1524700.0 ], [ 665800.0, 1524800.0 ], [ 665700.0, 1524800.0 ], [ 665700.0, 1524700.0 ], [ 665800.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "626" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1524700.0 ], [ 665900.0, 1524800.0 ], [ 665800.0, 1524800.0 ], [ 665800.0, 1524700.0 ], [ 665900.0, 1524700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "627" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662700.0, 1524600.0 ], [ 662700.0, 1524700.0 ], [ 662600.0, 1524700.0 ], [ 662600.0, 1524600.0 ], [ 662700.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "628" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662800.0, 1524600.0 ], [ 662800.0, 1524700.0 ], [ 662700.0, 1524700.0 ], [ 662700.0, 1524600.0 ], [ 662800.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "629" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662900.0, 1524600.0 ], [ 662900.0, 1524700.0 ], [ 662800.0, 1524700.0 ], [ 662800.0, 1524600.0 ], [ 662900.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "630" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663000.0, 1524600.0 ], [ 663000.0, 1524700.0 ], [ 662900.0, 1524700.0 ], [ 662900.0, 1524600.0 ], [ 663000.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "631" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663100.0, 1524600.0 ], [ 663100.0, 1524700.0 ], [ 663000.0, 1524700.0 ], [ 663000.0, 1524600.0 ], [ 663100.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "632" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663200.0, 1524600.0 ], [ 663200.0, 1524700.0 ], [ 663100.0, 1524700.0 ], [ 663100.0, 1524600.0 ], [ 663200.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "633" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1524600.0 ], [ 663300.0, 1524700.0 ], [ 663200.0, 1524700.0 ], [ 663200.0, 1524600.0 ], [ 663300.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "634" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1524600.0 ], [ 663400.0, 1524700.0 ], [ 663300.0, 1524700.0 ], [ 663300.0, 1524600.0 ], [ 663400.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "635" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1524600.0 ], [ 663500.0, 1524700.0 ], [ 663400.0, 1524700.0 ], [ 663400.0, 1524600.0 ], [ 663500.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "636" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1524600.0 ], [ 663600.0, 1524700.0 ], [ 663500.0, 1524700.0 ], [ 663500.0, 1524600.0 ], [ 663600.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "637" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1524600.0 ], [ 663700.0, 1524700.0 ], [ 663600.0, 1524700.0 ], [ 663600.0, 1524600.0 ], [ 663700.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "638" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1524600.0 ], [ 663800.0, 1524700.0 ], [ 663700.0, 1524700.0 ], [ 663700.0, 1524600.0 ], [ 663800.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "639" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1524600.0 ], [ 663900.0, 1524700.0 ], [ 663800.0, 1524700.0 ], [ 663800.0, 1524600.0 ], [ 663900.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "640" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1524600.0 ], [ 664000.0, 1524700.0 ], [ 663900.0, 1524700.0 ], [ 663900.0, 1524600.0 ], [ 664000.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "641" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1524600.0 ], [ 664100.0, 1524700.0 ], [ 664000.0, 1524700.0 ], [ 664000.0, 1524600.0 ], [ 664100.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "642" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1524600.0 ], [ 664200.0, 1524700.0 ], [ 664100.0, 1524700.0 ], [ 664100.0, 1524600.0 ], [ 664200.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "643" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1524600.0 ], [ 664300.0, 1524700.0 ], [ 664200.0, 1524700.0 ], [ 664200.0, 1524600.0 ], [ 664300.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "644" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1524600.0 ], [ 664400.0, 1524700.0 ], [ 664300.0, 1524700.0 ], [ 664300.0, 1524600.0 ], [ 664400.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "645" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1524600.0 ], [ 664500.0, 1524700.0 ], [ 664400.0, 1524700.0 ], [ 664400.0, 1524600.0 ], [ 664500.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "646" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1524600.0 ], [ 664600.0, 1524700.0 ], [ 664500.0, 1524700.0 ], [ 664500.0, 1524600.0 ], [ 664600.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "647" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1524600.0 ], [ 664700.0, 1524700.0 ], [ 664600.0, 1524700.0 ], [ 664600.0, 1524600.0 ], [ 664700.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "648" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1524600.0 ], [ 664800.0, 1524700.0 ], [ 664700.0, 1524700.0 ], [ 664700.0, 1524600.0 ], [ 664800.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "649" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1524600.0 ], [ 664900.0, 1524700.0 ], [ 664800.0, 1524700.0 ], [ 664800.0, 1524600.0 ], [ 664900.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "650" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1524600.0 ], [ 665000.0, 1524700.0 ], [ 664900.0, 1524700.0 ], [ 664900.0, 1524600.0 ], [ 665000.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "651" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1524600.0 ], [ 665100.0, 1524700.0 ], [ 665000.0, 1524700.0 ], [ 665000.0, 1524600.0 ], [ 665100.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "652" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1524600.0 ], [ 665200.0, 1524700.0 ], [ 665100.0, 1524700.0 ], [ 665100.0, 1524600.0 ], [ 665200.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "653" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1524600.0 ], [ 665300.0, 1524700.0 ], [ 665200.0, 1524700.0 ], [ 665200.0, 1524600.0 ], [ 665300.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "654" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1524600.0 ], [ 665400.0, 1524700.0 ], [ 665300.0, 1524700.0 ], [ 665300.0, 1524600.0 ], [ 665400.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "655" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1524600.0 ], [ 665500.0, 1524700.0 ], [ 665400.0, 1524700.0 ], [ 665400.0, 1524600.0 ], [ 665500.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "656" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1524600.0 ], [ 665600.0, 1524700.0 ], [ 665500.0, 1524700.0 ], [ 665500.0, 1524600.0 ], [ 665600.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "657" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1524600.0 ], [ 665700.0, 1524700.0 ], [ 665600.0, 1524700.0 ], [ 665600.0, 1524600.0 ], [ 665700.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "658" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1524600.0 ], [ 665800.0, 1524700.0 ], [ 665700.0, 1524700.0 ], [ 665700.0, 1524600.0 ], [ 665800.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "659" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665900.0, 1524600.0 ], [ 665900.0, 1524700.0 ], [ 665800.0, 1524700.0 ], [ 665800.0, 1524600.0 ], [ 665900.0, 1524600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "660" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662700.0, 1524500.0 ], [ 662700.0, 1524600.0 ], [ 662600.0, 1524600.0 ], [ 662600.0, 1524500.0 ], [ 662700.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "661" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662800.0, 1524500.0 ], [ 662800.0, 1524600.0 ], [ 662700.0, 1524600.0 ], [ 662700.0, 1524500.0 ], [ 662800.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "662" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662900.0, 1524500.0 ], [ 662900.0, 1524600.0 ], [ 662800.0, 1524600.0 ], [ 662800.0, 1524500.0 ], [ 662900.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "663" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663000.0, 1524500.0 ], [ 663000.0, 1524600.0 ], [ 662900.0, 1524600.0 ], [ 662900.0, 1524500.0 ], [ 663000.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "664" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663100.0, 1524500.0 ], [ 663100.0, 1524600.0 ], [ 663000.0, 1524600.0 ], [ 663000.0, 1524500.0 ], [ 663100.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "665" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663200.0, 1524500.0 ], [ 663200.0, 1524600.0 ], [ 663100.0, 1524600.0 ], [ 663100.0, 1524500.0 ], [ 663200.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "666" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1524500.0 ], [ 663300.0, 1524600.0 ], [ 663200.0, 1524600.0 ], [ 663200.0, 1524500.0 ], [ 663300.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "667" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1524500.0 ], [ 663400.0, 1524600.0 ], [ 663300.0, 1524600.0 ], [ 663300.0, 1524500.0 ], [ 663400.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "668" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1524500.0 ], [ 663500.0, 1524600.0 ], [ 663400.0, 1524600.0 ], [ 663400.0, 1524500.0 ], [ 663500.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "669" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1524500.0 ], [ 663600.0, 1524600.0 ], [ 663500.0, 1524600.0 ], [ 663500.0, 1524500.0 ], [ 663600.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "670" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1524500.0 ], [ 663700.0, 1524600.0 ], [ 663600.0, 1524600.0 ], [ 663600.0, 1524500.0 ], [ 663700.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "671" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1524500.0 ], [ 663800.0, 1524600.0 ], [ 663700.0, 1524600.0 ], [ 663700.0, 1524500.0 ], [ 663800.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "672" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1524500.0 ], [ 663900.0, 1524600.0 ], [ 663800.0, 1524600.0 ], [ 663800.0, 1524500.0 ], [ 663900.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "673" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1524500.0 ], [ 664000.0, 1524600.0 ], [ 663900.0, 1524600.0 ], [ 663900.0, 1524500.0 ], [ 664000.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "674" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1524500.0 ], [ 664100.0, 1524600.0 ], [ 664000.0, 1524600.0 ], [ 664000.0, 1524500.0 ], [ 664100.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "675" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1524500.0 ], [ 664200.0, 1524600.0 ], [ 664100.0, 1524600.0 ], [ 664100.0, 1524500.0 ], [ 664200.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "676" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1524500.0 ], [ 664300.0, 1524600.0 ], [ 664200.0, 1524600.0 ], [ 664200.0, 1524500.0 ], [ 664300.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "677" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1524500.0 ], [ 664400.0, 1524600.0 ], [ 664300.0, 1524600.0 ], [ 664300.0, 1524500.0 ], [ 664400.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "678" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1524500.0 ], [ 664500.0, 1524600.0 ], [ 664400.0, 1524600.0 ], [ 664400.0, 1524500.0 ], [ 664500.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "679" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1524500.0 ], [ 664600.0, 1524600.0 ], [ 664500.0, 1524600.0 ], [ 664500.0, 1524500.0 ], [ 664600.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "680" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1524500.0 ], [ 664700.0, 1524600.0 ], [ 664600.0, 1524600.0 ], [ 664600.0, 1524500.0 ], [ 664700.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "681" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1524500.0 ], [ 664800.0, 1524600.0 ], [ 664700.0, 1524600.0 ], [ 664700.0, 1524500.0 ], [ 664800.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "682" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1524500.0 ], [ 664900.0, 1524600.0 ], [ 664800.0, 1524600.0 ], [ 664800.0, 1524500.0 ], [ 664900.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "683" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1524500.0 ], [ 665000.0, 1524600.0 ], [ 664900.0, 1524600.0 ], [ 664900.0, 1524500.0 ], [ 665000.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "684" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1524500.0 ], [ 665100.0, 1524600.0 ], [ 665000.0, 1524600.0 ], [ 665000.0, 1524500.0 ], [ 665100.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "685" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1524500.0 ], [ 665200.0, 1524600.0 ], [ 665100.0, 1524600.0 ], [ 665100.0, 1524500.0 ], [ 665200.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "686" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1524500.0 ], [ 665300.0, 1524600.0 ], [ 665200.0, 1524600.0 ], [ 665200.0, 1524500.0 ], [ 665300.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "687" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1524500.0 ], [ 665400.0, 1524600.0 ], [ 665300.0, 1524600.0 ], [ 665300.0, 1524500.0 ], [ 665400.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "688" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1524500.0 ], [ 665500.0, 1524600.0 ], [ 665400.0, 1524600.0 ], [ 665400.0, 1524500.0 ], [ 665500.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "689" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1524500.0 ], [ 665600.0, 1524600.0 ], [ 665500.0, 1524600.0 ], [ 665500.0, 1524500.0 ], [ 665600.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "690" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1524500.0 ], [ 665700.0, 1524600.0 ], [ 665600.0, 1524600.0 ], [ 665600.0, 1524500.0 ], [ 665700.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "691" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1524500.0 ], [ 665800.0, 1524600.0 ], [ 665700.0, 1524600.0 ], [ 665700.0, 1524500.0 ], [ 665800.0, 1524500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "692" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662700.0, 1524400.0 ], [ 662700.0, 1524500.0 ], [ 662600.0, 1524500.0 ], [ 662600.0, 1524400.0 ], [ 662700.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "693" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662800.0, 1524400.0 ], [ 662800.0, 1524500.0 ], [ 662700.0, 1524500.0 ], [ 662700.0, 1524400.0 ], [ 662800.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "694" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662900.0, 1524400.0 ], [ 662900.0, 1524500.0 ], [ 662800.0, 1524500.0 ], [ 662800.0, 1524400.0 ], [ 662900.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "695" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663000.0, 1524400.0 ], [ 663000.0, 1524500.0 ], [ 662900.0, 1524500.0 ], [ 662900.0, 1524400.0 ], [ 663000.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "696" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663100.0, 1524400.0 ], [ 663100.0, 1524500.0 ], [ 663000.0, 1524500.0 ], [ 663000.0, 1524400.0 ], [ 663100.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "697" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663200.0, 1524400.0 ], [ 663200.0, 1524500.0 ], [ 663100.0, 1524500.0 ], [ 663100.0, 1524400.0 ], [ 663200.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "698" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1524400.0 ], [ 663300.0, 1524500.0 ], [ 663200.0, 1524500.0 ], [ 663200.0, 1524400.0 ], [ 663300.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "699" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1524400.0 ], [ 663400.0, 1524500.0 ], [ 663300.0, 1524500.0 ], [ 663300.0, 1524400.0 ], [ 663400.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "700" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1524400.0 ], [ 663500.0, 1524500.0 ], [ 663400.0, 1524500.0 ], [ 663400.0, 1524400.0 ], [ 663500.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "701" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1524400.0 ], [ 663600.0, 1524500.0 ], [ 663500.0, 1524500.0 ], [ 663500.0, 1524400.0 ], [ 663600.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "702" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1524400.0 ], [ 663700.0, 1524500.0 ], [ 663600.0, 1524500.0 ], [ 663600.0, 1524400.0 ], [ 663700.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "703" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1524400.0 ], [ 663800.0, 1524500.0 ], [ 663700.0, 1524500.0 ], [ 663700.0, 1524400.0 ], [ 663800.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "704" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1524400.0 ], [ 663900.0, 1524500.0 ], [ 663800.0, 1524500.0 ], [ 663800.0, 1524400.0 ], [ 663900.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "705" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1524400.0 ], [ 664000.0, 1524500.0 ], [ 663900.0, 1524500.0 ], [ 663900.0, 1524400.0 ], [ 664000.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "706" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1524400.0 ], [ 664100.0, 1524500.0 ], [ 664000.0, 1524500.0 ], [ 664000.0, 1524400.0 ], [ 664100.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "707" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1524400.0 ], [ 664200.0, 1524500.0 ], [ 664100.0, 1524500.0 ], [ 664100.0, 1524400.0 ], [ 664200.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "708" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1524400.0 ], [ 664300.0, 1524500.0 ], [ 664200.0, 1524500.0 ], [ 664200.0, 1524400.0 ], [ 664300.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "709" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1524400.0 ], [ 664400.0, 1524500.0 ], [ 664300.0, 1524500.0 ], [ 664300.0, 1524400.0 ], [ 664400.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "710" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1524400.0 ], [ 664500.0, 1524500.0 ], [ 664400.0, 1524500.0 ], [ 664400.0, 1524400.0 ], [ 664500.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "711" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1524400.0 ], [ 664600.0, 1524500.0 ], [ 664500.0, 1524500.0 ], [ 664500.0, 1524400.0 ], [ 664600.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "712" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1524400.0 ], [ 664700.0, 1524500.0 ], [ 664600.0, 1524500.0 ], [ 664600.0, 1524400.0 ], [ 664700.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "713" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1524400.0 ], [ 664800.0, 1524500.0 ], [ 664700.0, 1524500.0 ], [ 664700.0, 1524400.0 ], [ 664800.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "714" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1524400.0 ], [ 664900.0, 1524500.0 ], [ 664800.0, 1524500.0 ], [ 664800.0, 1524400.0 ], [ 664900.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "715" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1524400.0 ], [ 665000.0, 1524500.0 ], [ 664900.0, 1524500.0 ], [ 664900.0, 1524400.0 ], [ 665000.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "716" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1524400.0 ], [ 665100.0, 1524500.0 ], [ 665000.0, 1524500.0 ], [ 665000.0, 1524400.0 ], [ 665100.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "717" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1524400.0 ], [ 665200.0, 1524500.0 ], [ 665100.0, 1524500.0 ], [ 665100.0, 1524400.0 ], [ 665200.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "718" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1524400.0 ], [ 665300.0, 1524500.0 ], [ 665200.0, 1524500.0 ], [ 665200.0, 1524400.0 ], [ 665300.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "719" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1524400.0 ], [ 665400.0, 1524500.0 ], [ 665300.0, 1524500.0 ], [ 665300.0, 1524400.0 ], [ 665400.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "720" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1524400.0 ], [ 665500.0, 1524500.0 ], [ 665400.0, 1524500.0 ], [ 665400.0, 1524400.0 ], [ 665500.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "721" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1524400.0 ], [ 665600.0, 1524500.0 ], [ 665500.0, 1524500.0 ], [ 665500.0, 1524400.0 ], [ 665600.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "722" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1524400.0 ], [ 665700.0, 1524500.0 ], [ 665600.0, 1524500.0 ], [ 665600.0, 1524400.0 ], [ 665700.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "723" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1524400.0 ], [ 665800.0, 1524500.0 ], [ 665700.0, 1524500.0 ], [ 665700.0, 1524400.0 ], [ 665800.0, 1524400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "724" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 662900.0, 1524300.0 ], [ 662900.0, 1524400.0 ], [ 662800.0, 1524400.0 ], [ 662800.0, 1524300.0 ], [ 662900.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "725" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663000.0, 1524300.0 ], [ 663000.0, 1524400.0 ], [ 662900.0, 1524400.0 ], [ 662900.0, 1524300.0 ], [ 663000.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "726" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663100.0, 1524300.0 ], [ 663100.0, 1524400.0 ], [ 663000.0, 1524400.0 ], [ 663000.0, 1524300.0 ], [ 663100.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "727" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663200.0, 1524300.0 ], [ 663200.0, 1524400.0 ], [ 663100.0, 1524400.0 ], [ 663100.0, 1524300.0 ], [ 663200.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "728" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1524300.0 ], [ 663300.0, 1524400.0 ], [ 663200.0, 1524400.0 ], [ 663200.0, 1524300.0 ], [ 663300.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "729" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1524300.0 ], [ 663400.0, 1524400.0 ], [ 663300.0, 1524400.0 ], [ 663300.0, 1524300.0 ], [ 663400.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "730" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1524300.0 ], [ 663500.0, 1524400.0 ], [ 663400.0, 1524400.0 ], [ 663400.0, 1524300.0 ], [ 663500.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "731" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1524300.0 ], [ 663600.0, 1524400.0 ], [ 663500.0, 1524400.0 ], [ 663500.0, 1524300.0 ], [ 663600.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "732" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1524300.0 ], [ 663700.0, 1524400.0 ], [ 663600.0, 1524400.0 ], [ 663600.0, 1524300.0 ], [ 663700.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "733" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1524300.0 ], [ 663800.0, 1524400.0 ], [ 663700.0, 1524400.0 ], [ 663700.0, 1524300.0 ], [ 663800.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "734" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1524300.0 ], [ 663900.0, 1524400.0 ], [ 663800.0, 1524400.0 ], [ 663800.0, 1524300.0 ], [ 663900.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "735" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1524300.0 ], [ 664000.0, 1524400.0 ], [ 663900.0, 1524400.0 ], [ 663900.0, 1524300.0 ], [ 664000.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "736" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1524300.0 ], [ 664100.0, 1524400.0 ], [ 664000.0, 1524400.0 ], [ 664000.0, 1524300.0 ], [ 664100.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "737" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1524300.0 ], [ 664200.0, 1524400.0 ], [ 664100.0, 1524400.0 ], [ 664100.0, 1524300.0 ], [ 664200.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "738" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1524300.0 ], [ 664300.0, 1524400.0 ], [ 664200.0, 1524400.0 ], [ 664200.0, 1524300.0 ], [ 664300.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "739" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1524300.0 ], [ 664400.0, 1524400.0 ], [ 664300.0, 1524400.0 ], [ 664300.0, 1524300.0 ], [ 664400.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "740" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1524300.0 ], [ 664500.0, 1524400.0 ], [ 664400.0, 1524400.0 ], [ 664400.0, 1524300.0 ], [ 664500.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "741" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1524300.0 ], [ 664600.0, 1524400.0 ], [ 664500.0, 1524400.0 ], [ 664500.0, 1524300.0 ], [ 664600.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "742" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1524300.0 ], [ 664700.0, 1524400.0 ], [ 664600.0, 1524400.0 ], [ 664600.0, 1524300.0 ], [ 664700.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "743" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1524300.0 ], [ 664800.0, 1524400.0 ], [ 664700.0, 1524400.0 ], [ 664700.0, 1524300.0 ], [ 664800.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "744" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1524300.0 ], [ 664900.0, 1524400.0 ], [ 664800.0, 1524400.0 ], [ 664800.0, 1524300.0 ], [ 664900.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "745" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1524300.0 ], [ 665000.0, 1524400.0 ], [ 664900.0, 1524400.0 ], [ 664900.0, 1524300.0 ], [ 665000.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "746" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1524300.0 ], [ 665100.0, 1524400.0 ], [ 665000.0, 1524400.0 ], [ 665000.0, 1524300.0 ], [ 665100.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "747" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1524300.0 ], [ 665200.0, 1524400.0 ], [ 665100.0, 1524400.0 ], [ 665100.0, 1524300.0 ], [ 665200.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "748" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1524300.0 ], [ 665300.0, 1524400.0 ], [ 665200.0, 1524400.0 ], [ 665200.0, 1524300.0 ], [ 665300.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "749" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1524300.0 ], [ 665400.0, 1524400.0 ], [ 665300.0, 1524400.0 ], [ 665300.0, 1524300.0 ], [ 665400.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "750" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1524300.0 ], [ 665500.0, 1524400.0 ], [ 665400.0, 1524400.0 ], [ 665400.0, 1524300.0 ], [ 665500.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "751" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1524300.0 ], [ 665600.0, 1524400.0 ], [ 665500.0, 1524400.0 ], [ 665500.0, 1524300.0 ], [ 665600.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "752" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1524300.0 ], [ 665700.0, 1524400.0 ], [ 665600.0, 1524400.0 ], [ 665600.0, 1524300.0 ], [ 665700.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "753" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665800.0, 1524300.0 ], [ 665800.0, 1524400.0 ], [ 665700.0, 1524400.0 ], [ 665700.0, 1524300.0 ], [ 665800.0, 1524300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "754" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663100.0, 1524200.0 ], [ 663100.0, 1524300.0 ], [ 663000.0, 1524300.0 ], [ 663000.0, 1524200.0 ], [ 663100.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "755" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663200.0, 1524200.0 ], [ 663200.0, 1524300.0 ], [ 663100.0, 1524300.0 ], [ 663100.0, 1524200.0 ], [ 663200.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "756" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1524200.0 ], [ 663300.0, 1524300.0 ], [ 663200.0, 1524300.0 ], [ 663200.0, 1524200.0 ], [ 663300.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "757" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1524200.0 ], [ 663400.0, 1524300.0 ], [ 663300.0, 1524300.0 ], [ 663300.0, 1524200.0 ], [ 663400.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "758" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1524200.0 ], [ 663500.0, 1524300.0 ], [ 663400.0, 1524300.0 ], [ 663400.0, 1524200.0 ], [ 663500.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "759" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1524200.0 ], [ 663600.0, 1524300.0 ], [ 663500.0, 1524300.0 ], [ 663500.0, 1524200.0 ], [ 663600.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "760" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1524200.0 ], [ 663700.0, 1524300.0 ], [ 663600.0, 1524300.0 ], [ 663600.0, 1524200.0 ], [ 663700.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "761" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1524200.0 ], [ 663800.0, 1524300.0 ], [ 663700.0, 1524300.0 ], [ 663700.0, 1524200.0 ], [ 663800.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "762" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1524200.0 ], [ 663900.0, 1524300.0 ], [ 663800.0, 1524300.0 ], [ 663800.0, 1524200.0 ], [ 663900.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "763" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1524200.0 ], [ 664000.0, 1524300.0 ], [ 663900.0, 1524300.0 ], [ 663900.0, 1524200.0 ], [ 664000.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "764" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1524200.0 ], [ 664100.0, 1524300.0 ], [ 664000.0, 1524300.0 ], [ 664000.0, 1524200.0 ], [ 664100.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "765" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1524200.0 ], [ 664200.0, 1524300.0 ], [ 664100.0, 1524300.0 ], [ 664100.0, 1524200.0 ], [ 664200.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "766" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1524200.0 ], [ 664300.0, 1524300.0 ], [ 664200.0, 1524300.0 ], [ 664200.0, 1524200.0 ], [ 664300.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "767" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1524200.0 ], [ 664400.0, 1524300.0 ], [ 664300.0, 1524300.0 ], [ 664300.0, 1524200.0 ], [ 664400.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "768" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1524200.0 ], [ 664500.0, 1524300.0 ], [ 664400.0, 1524300.0 ], [ 664400.0, 1524200.0 ], [ 664500.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "769" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1524200.0 ], [ 664600.0, 1524300.0 ], [ 664500.0, 1524300.0 ], [ 664500.0, 1524200.0 ], [ 664600.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "770" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1524200.0 ], [ 664700.0, 1524300.0 ], [ 664600.0, 1524300.0 ], [ 664600.0, 1524200.0 ], [ 664700.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "771" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1524200.0 ], [ 664800.0, 1524300.0 ], [ 664700.0, 1524300.0 ], [ 664700.0, 1524200.0 ], [ 664800.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "772" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1524200.0 ], [ 664900.0, 1524300.0 ], [ 664800.0, 1524300.0 ], [ 664800.0, 1524200.0 ], [ 664900.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "773" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1524200.0 ], [ 665000.0, 1524300.0 ], [ 664900.0, 1524300.0 ], [ 664900.0, 1524200.0 ], [ 665000.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "774" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1524200.0 ], [ 665100.0, 1524300.0 ], [ 665000.0, 1524300.0 ], [ 665000.0, 1524200.0 ], [ 665100.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "775" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1524200.0 ], [ 665200.0, 1524300.0 ], [ 665100.0, 1524300.0 ], [ 665100.0, 1524200.0 ], [ 665200.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "776" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1524200.0 ], [ 665300.0, 1524300.0 ], [ 665200.0, 1524300.0 ], [ 665200.0, 1524200.0 ], [ 665300.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "777" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1524200.0 ], [ 665400.0, 1524300.0 ], [ 665300.0, 1524300.0 ], [ 665300.0, 1524200.0 ], [ 665400.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "778" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1524200.0 ], [ 665500.0, 1524300.0 ], [ 665400.0, 1524300.0 ], [ 665400.0, 1524200.0 ], [ 665500.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "779" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1524200.0 ], [ 665600.0, 1524300.0 ], [ 665500.0, 1524300.0 ], [ 665500.0, 1524200.0 ], [ 665600.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "780" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1524200.0 ], [ 665700.0, 1524300.0 ], [ 665600.0, 1524300.0 ], [ 665600.0, 1524200.0 ], [ 665700.0, 1524200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "781" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663200.0, 1524100.0 ], [ 663200.0, 1524200.0 ], [ 663100.0, 1524200.0 ], [ 663100.0, 1524100.0 ], [ 663200.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "782" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663300.0, 1524100.0 ], [ 663300.0, 1524200.0 ], [ 663200.0, 1524200.0 ], [ 663200.0, 1524100.0 ], [ 663300.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "783" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663400.0, 1524100.0 ], [ 663400.0, 1524200.0 ], [ 663300.0, 1524200.0 ], [ 663300.0, 1524100.0 ], [ 663400.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "784" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1524100.0 ], [ 663500.0, 1524200.0 ], [ 663400.0, 1524200.0 ], [ 663400.0, 1524100.0 ], [ 663500.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "785" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1524100.0 ], [ 663600.0, 1524200.0 ], [ 663500.0, 1524200.0 ], [ 663500.0, 1524100.0 ], [ 663600.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "786" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1524100.0 ], [ 663700.0, 1524200.0 ], [ 663600.0, 1524200.0 ], [ 663600.0, 1524100.0 ], [ 663700.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "787" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1524100.0 ], [ 663800.0, 1524200.0 ], [ 663700.0, 1524200.0 ], [ 663700.0, 1524100.0 ], [ 663800.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "788" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1524100.0 ], [ 663900.0, 1524200.0 ], [ 663800.0, 1524200.0 ], [ 663800.0, 1524100.0 ], [ 663900.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "789" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1524100.0 ], [ 664000.0, 1524200.0 ], [ 663900.0, 1524200.0 ], [ 663900.0, 1524100.0 ], [ 664000.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "790" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1524100.0 ], [ 664100.0, 1524200.0 ], [ 664000.0, 1524200.0 ], [ 664000.0, 1524100.0 ], [ 664100.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "791" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1524100.0 ], [ 664200.0, 1524200.0 ], [ 664100.0, 1524200.0 ], [ 664100.0, 1524100.0 ], [ 664200.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "792" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1524100.0 ], [ 664300.0, 1524200.0 ], [ 664200.0, 1524200.0 ], [ 664200.0, 1524100.0 ], [ 664300.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "793" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1524100.0 ], [ 664400.0, 1524200.0 ], [ 664300.0, 1524200.0 ], [ 664300.0, 1524100.0 ], [ 664400.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "794" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1524100.0 ], [ 664500.0, 1524200.0 ], [ 664400.0, 1524200.0 ], [ 664400.0, 1524100.0 ], [ 664500.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "795" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1524100.0 ], [ 664600.0, 1524200.0 ], [ 664500.0, 1524200.0 ], [ 664500.0, 1524100.0 ], [ 664600.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "796" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1524100.0 ], [ 664700.0, 1524200.0 ], [ 664600.0, 1524200.0 ], [ 664600.0, 1524100.0 ], [ 664700.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "797" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1524100.0 ], [ 664800.0, 1524200.0 ], [ 664700.0, 1524200.0 ], [ 664700.0, 1524100.0 ], [ 664800.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "798" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1524100.0 ], [ 664900.0, 1524200.0 ], [ 664800.0, 1524200.0 ], [ 664800.0, 1524100.0 ], [ 664900.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "799" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1524100.0 ], [ 665000.0, 1524200.0 ], [ 664900.0, 1524200.0 ], [ 664900.0, 1524100.0 ], [ 665000.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "800" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1524100.0 ], [ 665100.0, 1524200.0 ], [ 665000.0, 1524200.0 ], [ 665000.0, 1524100.0 ], [ 665100.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "801" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1524100.0 ], [ 665200.0, 1524200.0 ], [ 665100.0, 1524200.0 ], [ 665100.0, 1524100.0 ], [ 665200.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "802" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1524100.0 ], [ 665300.0, 1524200.0 ], [ 665200.0, 1524200.0 ], [ 665200.0, 1524100.0 ], [ 665300.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "803" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1524100.0 ], [ 665400.0, 1524200.0 ], [ 665300.0, 1524200.0 ], [ 665300.0, 1524100.0 ], [ 665400.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "804" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1524100.0 ], [ 665500.0, 1524200.0 ], [ 665400.0, 1524200.0 ], [ 665400.0, 1524100.0 ], [ 665500.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "805" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1524100.0 ], [ 665600.0, 1524200.0 ], [ 665500.0, 1524200.0 ], [ 665500.0, 1524100.0 ], [ 665600.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "806" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665700.0, 1524100.0 ], [ 665700.0, 1524200.0 ], [ 665600.0, 1524200.0 ], [ 665600.0, 1524100.0 ], [ 665700.0, 1524100.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "807" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663500.0, 1524000.0 ], [ 663500.0, 1524100.0 ], [ 663400.0, 1524100.0 ], [ 663400.0, 1524000.0 ], [ 663500.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "808" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1524000.0 ], [ 663600.0, 1524100.0 ], [ 663500.0, 1524100.0 ], [ 663500.0, 1524000.0 ], [ 663600.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "809" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1524000.0 ], [ 663700.0, 1524100.0 ], [ 663600.0, 1524100.0 ], [ 663600.0, 1524000.0 ], [ 663700.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "810" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1524000.0 ], [ 663800.0, 1524100.0 ], [ 663700.0, 1524100.0 ], [ 663700.0, 1524000.0 ], [ 663800.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "811" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1524000.0 ], [ 663900.0, 1524100.0 ], [ 663800.0, 1524100.0 ], [ 663800.0, 1524000.0 ], [ 663900.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "812" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1524000.0 ], [ 664000.0, 1524100.0 ], [ 663900.0, 1524100.0 ], [ 663900.0, 1524000.0 ], [ 664000.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "813" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1524000.0 ], [ 664100.0, 1524100.0 ], [ 664000.0, 1524100.0 ], [ 664000.0, 1524000.0 ], [ 664100.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "814" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1524000.0 ], [ 664200.0, 1524100.0 ], [ 664100.0, 1524100.0 ], [ 664100.0, 1524000.0 ], [ 664200.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "815" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1524000.0 ], [ 664300.0, 1524100.0 ], [ 664200.0, 1524100.0 ], [ 664200.0, 1524000.0 ], [ 664300.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "816" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1524000.0 ], [ 664400.0, 1524100.0 ], [ 664300.0, 1524100.0 ], [ 664300.0, 1524000.0 ], [ 664400.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "817" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1524000.0 ], [ 664500.0, 1524100.0 ], [ 664400.0, 1524100.0 ], [ 664400.0, 1524000.0 ], [ 664500.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "818" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1524000.0 ], [ 664600.0, 1524100.0 ], [ 664500.0, 1524100.0 ], [ 664500.0, 1524000.0 ], [ 664600.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "819" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1524000.0 ], [ 664700.0, 1524100.0 ], [ 664600.0, 1524100.0 ], [ 664600.0, 1524000.0 ], [ 664700.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "820" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1524000.0 ], [ 664800.0, 1524100.0 ], [ 664700.0, 1524100.0 ], [ 664700.0, 1524000.0 ], [ 664800.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "821" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1524000.0 ], [ 664900.0, 1524100.0 ], [ 664800.0, 1524100.0 ], [ 664800.0, 1524000.0 ], [ 664900.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "822" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1524000.0 ], [ 665000.0, 1524100.0 ], [ 664900.0, 1524100.0 ], [ 664900.0, 1524000.0 ], [ 665000.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "823" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1524000.0 ], [ 665100.0, 1524100.0 ], [ 665000.0, 1524100.0 ], [ 665000.0, 1524000.0 ], [ 665100.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "824" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1524000.0 ], [ 665200.0, 1524100.0 ], [ 665100.0, 1524100.0 ], [ 665100.0, 1524000.0 ], [ 665200.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "825" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1524000.0 ], [ 665300.0, 1524100.0 ], [ 665200.0, 1524100.0 ], [ 665200.0, 1524000.0 ], [ 665300.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "826" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1524000.0 ], [ 665400.0, 1524100.0 ], [ 665300.0, 1524100.0 ], [ 665300.0, 1524000.0 ], [ 665400.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "827" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1524000.0 ], [ 665500.0, 1524100.0 ], [ 665400.0, 1524100.0 ], [ 665400.0, 1524000.0 ], [ 665500.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "828" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1524000.0 ], [ 665600.0, 1524100.0 ], [ 665500.0, 1524100.0 ], [ 665500.0, 1524000.0 ], [ 665600.0, 1524000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "829" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663600.0, 1523900.0 ], [ 663600.0, 1524000.0 ], [ 663500.0, 1524000.0 ], [ 663500.0, 1523900.0 ], [ 663600.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "830" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663700.0, 1523900.0 ], [ 663700.0, 1524000.0 ], [ 663600.0, 1524000.0 ], [ 663600.0, 1523900.0 ], [ 663700.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "831" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1523900.0 ], [ 663800.0, 1524000.0 ], [ 663700.0, 1524000.0 ], [ 663700.0, 1523900.0 ], [ 663800.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "832" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1523900.0 ], [ 663900.0, 1524000.0 ], [ 663800.0, 1524000.0 ], [ 663800.0, 1523900.0 ], [ 663900.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "833" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1523900.0 ], [ 664000.0, 1524000.0 ], [ 663900.0, 1524000.0 ], [ 663900.0, 1523900.0 ], [ 664000.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "834" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1523900.0 ], [ 664100.0, 1524000.0 ], [ 664000.0, 1524000.0 ], [ 664000.0, 1523900.0 ], [ 664100.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "835" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1523900.0 ], [ 664200.0, 1524000.0 ], [ 664100.0, 1524000.0 ], [ 664100.0, 1523900.0 ], [ 664200.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "836" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1523900.0 ], [ 664300.0, 1524000.0 ], [ 664200.0, 1524000.0 ], [ 664200.0, 1523900.0 ], [ 664300.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "837" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1523900.0 ], [ 664400.0, 1524000.0 ], [ 664300.0, 1524000.0 ], [ 664300.0, 1523900.0 ], [ 664400.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "838" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1523900.0 ], [ 664500.0, 1524000.0 ], [ 664400.0, 1524000.0 ], [ 664400.0, 1523900.0 ], [ 664500.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "839" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1523900.0 ], [ 664600.0, 1524000.0 ], [ 664500.0, 1524000.0 ], [ 664500.0, 1523900.0 ], [ 664600.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "840" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1523900.0 ], [ 664700.0, 1524000.0 ], [ 664600.0, 1524000.0 ], [ 664600.0, 1523900.0 ], [ 664700.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "841" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1523900.0 ], [ 664800.0, 1524000.0 ], [ 664700.0, 1524000.0 ], [ 664700.0, 1523900.0 ], [ 664800.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "842" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1523900.0 ], [ 664900.0, 1524000.0 ], [ 664800.0, 1524000.0 ], [ 664800.0, 1523900.0 ], [ 664900.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "843" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1523900.0 ], [ 665000.0, 1524000.0 ], [ 664900.0, 1524000.0 ], [ 664900.0, 1523900.0 ], [ 665000.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "844" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1523900.0 ], [ 665100.0, 1524000.0 ], [ 665000.0, 1524000.0 ], [ 665000.0, 1523900.0 ], [ 665100.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "845" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1523900.0 ], [ 665200.0, 1524000.0 ], [ 665100.0, 1524000.0 ], [ 665100.0, 1523900.0 ], [ 665200.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "846" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1523900.0 ], [ 665300.0, 1524000.0 ], [ 665200.0, 1524000.0 ], [ 665200.0, 1523900.0 ], [ 665300.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "847" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1523900.0 ], [ 665400.0, 1524000.0 ], [ 665300.0, 1524000.0 ], [ 665300.0, 1523900.0 ], [ 665400.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "848" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1523900.0 ], [ 665500.0, 1524000.0 ], [ 665400.0, 1524000.0 ], [ 665400.0, 1523900.0 ], [ 665500.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "849" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1523900.0 ], [ 665600.0, 1524000.0 ], [ 665500.0, 1524000.0 ], [ 665500.0, 1523900.0 ], [ 665600.0, 1523900.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "850" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663800.0, 1523800.0 ], [ 663800.0, 1523900.0 ], [ 663700.0, 1523900.0 ], [ 663700.0, 1523800.0 ], [ 663800.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "851" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 663900.0, 1523800.0 ], [ 663900.0, 1523900.0 ], [ 663800.0, 1523900.0 ], [ 663800.0, 1523800.0 ], [ 663900.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "852" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1523800.0 ], [ 664000.0, 1523900.0 ], [ 663900.0, 1523900.0 ], [ 663900.0, 1523800.0 ], [ 664000.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "853" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1523800.0 ], [ 664100.0, 1523900.0 ], [ 664000.0, 1523900.0 ], [ 664000.0, 1523800.0 ], [ 664100.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "854" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1523800.0 ], [ 664200.0, 1523900.0 ], [ 664100.0, 1523900.0 ], [ 664100.0, 1523800.0 ], [ 664200.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "855" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1523800.0 ], [ 664300.0, 1523900.0 ], [ 664200.0, 1523900.0 ], [ 664200.0, 1523800.0 ], [ 664300.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "856" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1523800.0 ], [ 664400.0, 1523900.0 ], [ 664300.0, 1523900.0 ], [ 664300.0, 1523800.0 ], [ 664400.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "857" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1523800.0 ], [ 664500.0, 1523900.0 ], [ 664400.0, 1523900.0 ], [ 664400.0, 1523800.0 ], [ 664500.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "858" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1523800.0 ], [ 664600.0, 1523900.0 ], [ 664500.0, 1523900.0 ], [ 664500.0, 1523800.0 ], [ 664600.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "859" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1523800.0 ], [ 664700.0, 1523900.0 ], [ 664600.0, 1523900.0 ], [ 664600.0, 1523800.0 ], [ 664700.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "860" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1523800.0 ], [ 664800.0, 1523900.0 ], [ 664700.0, 1523900.0 ], [ 664700.0, 1523800.0 ], [ 664800.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "861" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1523800.0 ], [ 664900.0, 1523900.0 ], [ 664800.0, 1523900.0 ], [ 664800.0, 1523800.0 ], [ 664900.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "862" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1523800.0 ], [ 665000.0, 1523900.0 ], [ 664900.0, 1523900.0 ], [ 664900.0, 1523800.0 ], [ 665000.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "863" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1523800.0 ], [ 665100.0, 1523900.0 ], [ 665000.0, 1523900.0 ], [ 665000.0, 1523800.0 ], [ 665100.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "864" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1523800.0 ], [ 665200.0, 1523900.0 ], [ 665100.0, 1523900.0 ], [ 665100.0, 1523800.0 ], [ 665200.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "865" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1523800.0 ], [ 665300.0, 1523900.0 ], [ 665200.0, 1523900.0 ], [ 665200.0, 1523800.0 ], [ 665300.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "866" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1523800.0 ], [ 665400.0, 1523900.0 ], [ 665300.0, 1523900.0 ], [ 665300.0, 1523800.0 ], [ 665400.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "867" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1523800.0 ], [ 665500.0, 1523900.0 ], [ 665400.0, 1523900.0 ], [ 665400.0, 1523800.0 ], [ 665500.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "868" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665600.0, 1523800.0 ], [ 665600.0, 1523900.0 ], [ 665500.0, 1523900.0 ], [ 665500.0, 1523800.0 ], [ 665600.0, 1523800.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "869" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664000.0, 1523700.0 ], [ 664000.0, 1523800.0 ], [ 663900.0, 1523800.0 ], [ 663900.0, 1523700.0 ], [ 664000.0, 1523700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "870" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664100.0, 1523700.0 ], [ 664100.0, 1523800.0 ], [ 664000.0, 1523800.0 ], [ 664000.0, 1523700.0 ], [ 664100.0, 1523700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "871" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664200.0, 1523700.0 ], [ 664200.0, 1523800.0 ], [ 664100.0, 1523800.0 ], [ 664100.0, 1523700.0 ], [ 664200.0, 1523700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "872" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664300.0, 1523700.0 ], [ 664300.0, 1523800.0 ], [ 664200.0, 1523800.0 ], [ 664200.0, 1523700.0 ], [ 664300.0, 1523700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "873" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1523700.0 ], [ 664400.0, 1523800.0 ], [ 664300.0, 1523800.0 ], [ 664300.0, 1523700.0 ], [ 664400.0, 1523700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "874" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1523700.0 ], [ 664500.0, 1523800.0 ], [ 664400.0, 1523800.0 ], [ 664400.0, 1523700.0 ], [ 664500.0, 1523700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "875" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1523700.0 ], [ 664600.0, 1523800.0 ], [ 664500.0, 1523800.0 ], [ 664500.0, 1523700.0 ], [ 664600.0, 1523700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "876" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1523700.0 ], [ 664700.0, 1523800.0 ], [ 664600.0, 1523800.0 ], [ 664600.0, 1523700.0 ], [ 664700.0, 1523700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "877" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1523700.0 ], [ 664800.0, 1523800.0 ], [ 664700.0, 1523800.0 ], [ 664700.0, 1523700.0 ], [ 664800.0, 1523700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "878" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1523700.0 ], [ 664900.0, 1523800.0 ], [ 664800.0, 1523800.0 ], [ 664800.0, 1523700.0 ], [ 664900.0, 1523700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "879" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1523700.0 ], [ 665000.0, 1523800.0 ], [ 664900.0, 1523800.0 ], [ 664900.0, 1523700.0 ], [ 665000.0, 1523700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "880" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1523700.0 ], [ 665100.0, 1523800.0 ], [ 665000.0, 1523800.0 ], [ 665000.0, 1523700.0 ], [ 665100.0, 1523700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "881" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1523700.0 ], [ 665200.0, 1523800.0 ], [ 665100.0, 1523800.0 ], [ 665100.0, 1523700.0 ], [ 665200.0, 1523700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "882" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1523700.0 ], [ 665300.0, 1523800.0 ], [ 665200.0, 1523800.0 ], [ 665200.0, 1523700.0 ], [ 665300.0, 1523700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "883" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1523700.0 ], [ 665400.0, 1523800.0 ], [ 665300.0, 1523800.0 ], [ 665300.0, 1523700.0 ], [ 665400.0, 1523700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "884" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1523700.0 ], [ 665500.0, 1523800.0 ], [ 665400.0, 1523800.0 ], [ 665400.0, 1523700.0 ], [ 665500.0, 1523700.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "885" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664400.0, 1523600.0 ], [ 664400.0, 1523700.0 ], [ 664300.0, 1523700.0 ], [ 664300.0, 1523600.0 ], [ 664400.0, 1523600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "886" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1523600.0 ], [ 664500.0, 1523700.0 ], [ 664400.0, 1523700.0 ], [ 664400.0, 1523600.0 ], [ 664500.0, 1523600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "887" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1523600.0 ], [ 664600.0, 1523700.0 ], [ 664500.0, 1523700.0 ], [ 664500.0, 1523600.0 ], [ 664600.0, 1523600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "888" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1523600.0 ], [ 664700.0, 1523700.0 ], [ 664600.0, 1523700.0 ], [ 664600.0, 1523600.0 ], [ 664700.0, 1523600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "889" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1523600.0 ], [ 664800.0, 1523700.0 ], [ 664700.0, 1523700.0 ], [ 664700.0, 1523600.0 ], [ 664800.0, 1523600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "890" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1523600.0 ], [ 664900.0, 1523700.0 ], [ 664800.0, 1523700.0 ], [ 664800.0, 1523600.0 ], [ 664900.0, 1523600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "891" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1523600.0 ], [ 665000.0, 1523700.0 ], [ 664900.0, 1523700.0 ], [ 664900.0, 1523600.0 ], [ 665000.0, 1523600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "892" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1523600.0 ], [ 665100.0, 1523700.0 ], [ 665000.0, 1523700.0 ], [ 665000.0, 1523600.0 ], [ 665100.0, 1523600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "893" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1523600.0 ], [ 665200.0, 1523700.0 ], [ 665100.0, 1523700.0 ], [ 665100.0, 1523600.0 ], [ 665200.0, 1523600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "894" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1523600.0 ], [ 665300.0, 1523700.0 ], [ 665200.0, 1523700.0 ], [ 665200.0, 1523600.0 ], [ 665300.0, 1523600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "895" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1523600.0 ], [ 665400.0, 1523700.0 ], [ 665300.0, 1523700.0 ], [ 665300.0, 1523600.0 ], [ 665400.0, 1523600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "896" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665500.0, 1523600.0 ], [ 665500.0, 1523700.0 ], [ 665400.0, 1523700.0 ], [ 665400.0, 1523600.0 ], [ 665500.0, 1523600.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "897" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664500.0, 1523500.0 ], [ 664500.0, 1523600.0 ], [ 664400.0, 1523600.0 ], [ 664400.0, 1523500.0 ], [ 664500.0, 1523500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "898" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664600.0, 1523500.0 ], [ 664600.0, 1523600.0 ], [ 664500.0, 1523600.0 ], [ 664500.0, 1523500.0 ], [ 664600.0, 1523500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "899" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1523500.0 ], [ 664700.0, 1523600.0 ], [ 664600.0, 1523600.0 ], [ 664600.0, 1523500.0 ], [ 664700.0, 1523500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "900" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1523500.0 ], [ 664800.0, 1523600.0 ], [ 664700.0, 1523600.0 ], [ 664700.0, 1523500.0 ], [ 664800.0, 1523500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "901" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1523500.0 ], [ 664900.0, 1523600.0 ], [ 664800.0, 1523600.0 ], [ 664800.0, 1523500.0 ], [ 664900.0, 1523500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "902" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1523500.0 ], [ 665000.0, 1523600.0 ], [ 664900.0, 1523600.0 ], [ 664900.0, 1523500.0 ], [ 665000.0, 1523500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "903" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1523500.0 ], [ 665100.0, 1523600.0 ], [ 665000.0, 1523600.0 ], [ 665000.0, 1523500.0 ], [ 665100.0, 1523500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "904" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1523500.0 ], [ 665200.0, 1523600.0 ], [ 665100.0, 1523600.0 ], [ 665100.0, 1523500.0 ], [ 665200.0, 1523500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "905" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1523500.0 ], [ 665300.0, 1523600.0 ], [ 665200.0, 1523600.0 ], [ 665200.0, 1523500.0 ], [ 665300.0, 1523500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "906" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1523500.0 ], [ 665400.0, 1523600.0 ], [ 665300.0, 1523600.0 ], [ 665300.0, 1523500.0 ], [ 665400.0, 1523500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "907" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664700.0, 1523400.0 ], [ 664700.0, 1523500.0 ], [ 664600.0, 1523500.0 ], [ 664600.0, 1523400.0 ], [ 664700.0, 1523400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "908" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664800.0, 1523400.0 ], [ 664800.0, 1523500.0 ], [ 664700.0, 1523500.0 ], [ 664700.0, 1523400.0 ], [ 664800.0, 1523400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "909" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1523400.0 ], [ 664900.0, 1523500.0 ], [ 664800.0, 1523500.0 ], [ 664800.0, 1523400.0 ], [ 664900.0, 1523400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "910" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1523400.0 ], [ 665000.0, 1523500.0 ], [ 664900.0, 1523500.0 ], [ 664900.0, 1523400.0 ], [ 665000.0, 1523400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "911" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1523400.0 ], [ 665100.0, 1523500.0 ], [ 665000.0, 1523500.0 ], [ 665000.0, 1523400.0 ], [ 665100.0, 1523400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "912" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1523400.0 ], [ 665200.0, 1523500.0 ], [ 665100.0, 1523500.0 ], [ 665100.0, 1523400.0 ], [ 665200.0, 1523400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "913" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1523400.0 ], [ 665300.0, 1523500.0 ], [ 665200.0, 1523500.0 ], [ 665200.0, 1523400.0 ], [ 665300.0, 1523400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "914" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1523400.0 ], [ 665400.0, 1523500.0 ], [ 665300.0, 1523500.0 ], [ 665300.0, 1523400.0 ], [ 665400.0, 1523400.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "915" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 664900.0, 1523300.0 ], [ 664900.0, 1523400.0 ], [ 664800.0, 1523400.0 ], [ 664800.0, 1523300.0 ], [ 664900.0, 1523300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "916" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1523300.0 ], [ 665000.0, 1523400.0 ], [ 664900.0, 1523400.0 ], [ 664900.0, 1523300.0 ], [ 665000.0, 1523300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "917" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1523300.0 ], [ 665100.0, 1523400.0 ], [ 665000.0, 1523400.0 ], [ 665000.0, 1523300.0 ], [ 665100.0, 1523300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "918" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1523300.0 ], [ 665200.0, 1523400.0 ], [ 665100.0, 1523400.0 ], [ 665100.0, 1523300.0 ], [ 665200.0, 1523300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "919" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1523300.0 ], [ 665300.0, 1523400.0 ], [ 665200.0, 1523400.0 ], [ 665200.0, 1523300.0 ], [ 665300.0, 1523300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "920" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665400.0, 1523300.0 ], [ 665400.0, 1523400.0 ], [ 665300.0, 1523400.0 ], [ 665300.0, 1523300.0 ], [ 665400.0, 1523300.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "921" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665000.0, 1523200.0 ], [ 665000.0, 1523300.0 ], [ 664900.0, 1523300.0 ], [ 664900.0, 1523200.0 ], [ 665000.0, 1523200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "922" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665100.0, 1523200.0 ], [ 665100.0, 1523300.0 ], [ 665000.0, 1523300.0 ], [ 665000.0, 1523200.0 ], [ 665100.0, 1523200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "923" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665200.0, 1523200.0 ], [ 665200.0, 1523300.0 ], [ 665100.0, 1523300.0 ], [ 665100.0, 1523200.0 ], [ 665200.0, 1523200.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "924" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 665300.0, 1523200.0 ], [ 665300.0, 1523300.0 ], [ 665200.0, 1523300.0 ], [ 665200.0, 1523200.0 ], [ 665300.0, 1523200.0 ] ] ] } } +] +} diff --git a/examples/dflowfm_local/geoms/network1d.geojson b/examples/dflowfm_local/geoms/network1d.geojson new file mode 100644 index 00000000..993d5ddb --- /dev/null +++ b/examples/dflowfm_local/geoms/network1d.geojson @@ -0,0 +1,34 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32647" } }, +"features": [ +{ "type": "Feature", "properties": { "index": "0" }, "geometry": { "type": "LineString", "coordinates": [ [ 664057.966296999948099, 1526147.834882 ], [ 662793.794187000021338, 1524515.45173200010322 ] ] } }, +{ "type": "Feature", "properties": { "index": "1" }, "geometry": { "type": "LineString", "coordinates": [ [ 664057.966296999948099, 1526147.834882 ], [ 664197.23416, 1527152.705984999891371 ] ] } }, +{ "type": "Feature", "properties": { "index": "2" }, "geometry": { "type": "LineString", "coordinates": [ [ 665115.699999999953434, 1524944.79 ], [ 665356.868200000026263, 1525406.9835 ] ] } }, +{ "type": "Feature", "properties": { "index": "3" }, "geometry": { "type": "LineString", "coordinates": [ [ 665356.868200000026263, 1525406.9835 ], [ 665369.906399999978021, 1525431.4412 ] ] } }, +{ "type": "Feature", "properties": { "index": "4" }, "geometry": { "type": "LineString", "coordinates": [ [ 665369.906399999978021, 1525431.4412 ], [ 665641.790000000037253, 1525937.96 ] ] } }, +{ "type": "Feature", "properties": { "index": "5" }, "geometry": { "type": "LineString", "coordinates": [ [ 665641.790000000037253, 1525937.96 ], [ 665243.63, 1526003.29 ] ] } }, +{ "type": "Feature", "properties": { "index": "6" }, "geometry": { "type": "LineString", "coordinates": [ [ 665243.63, 1526003.29 ], [ 664474.13, 1526115.7 ] ] } }, +{ "type": "Feature", "properties": { "index": "7" }, "geometry": { "type": "LineString", "coordinates": [ [ 664474.13, 1526115.7 ], [ 664429.038999999989755, 1526107.098 ] ] } }, +{ "type": "Feature", "properties": { "index": "8" }, "geometry": { "type": "LineString", "coordinates": [ [ 664429.038999999989755, 1526107.098 ], [ 664057.966296999948099, 1526147.834882 ] ] } }, +{ "type": "Feature", "properties": { "index": "9" }, "geometry": { "type": "LineString", "coordinates": [ [ 666180.040000000037253, 1525894.77 ], [ 665733.270000000018626, 1526117.31 ] ] } }, +{ "type": "Feature", "properties": { "index": "10" }, "geometry": { "type": "LineString", "coordinates": [ [ 665733.270000000018626, 1526117.31 ], [ 665641.790000000037253, 1525937.96 ] ] } }, +{ "type": "Feature", "properties": { "index": "11" }, "geometry": { "type": "LineString", "coordinates": [ [ 664789.146172999986447, 1525073.346127 ], [ 665015.157200000016019, 1525576.5144 ] ] } }, +{ "type": "Feature", "properties": { "index": "12" }, "geometry": { "type": "LineString", "coordinates": [ [ 665015.157200000016019, 1525576.5144 ], [ 665030.183599999989383, 1525603.5069 ] ] } }, +{ "type": "Feature", "properties": { "index": "13" }, "geometry": { "type": "LineString", "coordinates": [ [ 665030.183599999989383, 1525603.5069 ], [ 665243.63, 1526003.29 ] ] } }, +{ "type": "Feature", "properties": { "index": "14" }, "geometry": { "type": "LineString", "coordinates": [ [ 664438.813829, 1525829.80028499988839 ], [ 664429.038999999989755, 1526107.098 ] ] } }, +{ "type": "Feature", "properties": { "index": "15" }, "geometry": { "type": "LineString", "coordinates": [ [ 664190.385800000047311, 1525924.0326 ], [ 664438.813829, 1525829.80028499988839 ] ] } }, +{ "type": "Feature", "properties": { "index": "16" }, "geometry": { "type": "LineString", "coordinates": [ [ 664217.490141000016592, 1525583.239706 ], [ 664438.813829, 1525829.80028499988839 ] ] } }, +{ "type": "Feature", "properties": { "index": "17" }, "geometry": { "type": "LineString", "coordinates": [ [ 663936.86470100004226, 1525261.152572 ], [ 664217.490141000016592, 1525583.239706 ] ] } }, +{ "type": "Feature", "properties": { "index": "18" }, "geometry": { "type": "LineString", "coordinates": [ [ 663871.550461999955587, 1525175.738024 ], [ 663936.86470100004226, 1525261.152572 ] ] } }, +{ "type": "Feature", "properties": { "index": "19" }, "geometry": { "type": "LineString", "coordinates": [ [ 664048.32531999994535, 1525098.071112 ], [ 663871.550461999955587, 1525175.738024 ] ] } }, +{ "type": "Feature", "properties": { "index": "20" }, "geometry": { "type": "LineString", "coordinates": [ [ 664702.726925999973901, 1525750.09855 ], [ 664481.894199999980628, 1525830.3033 ] ] } }, +{ "type": "Feature", "properties": { "index": "21" }, "geometry": { "type": "LineString", "coordinates": [ [ 664481.894199999980628, 1525830.3033 ], [ 664474.13, 1526115.7 ] ] } }, +{ "type": "Feature", "properties": { "index": "22" }, "geometry": { "type": "LineString", "coordinates": [ [ 664747.433497000019997, 1525729.6498 ], [ 665030.183599999989383, 1525603.5069 ] ] } }, +{ "type": "Feature", "properties": { "index": "23" }, "geometry": { "type": "LineString", "coordinates": [ [ 664849.475699999951757, 1525031.354499999899417 ], [ 665115.699999999953434, 1524944.79 ] ] } }, +{ "type": "Feature", "properties": { "index": "24" }, "geometry": { "type": "LineString", "coordinates": [ [ 665219.643112999969162, 1525514.959857 ], [ 665030.183599999989383, 1525603.5069 ] ] } }, +{ "type": "Feature", "properties": { "index": "25" }, "geometry": { "type": "LineString", "coordinates": [ [ 664708.738620999967679, 1524483.144798000110313 ], [ 664849.475699999951757, 1525031.354499999899417 ] ] } }, +{ "type": "Feature", "properties": { "index": "26" }, "geometry": { "type": "LineString", "coordinates": [ [ 665277.574117999989539, 1525446.393195 ], [ 665356.868200000026263, 1525406.9835 ] ] } }, +{ "type": "Feature", "properties": { "index": "27" }, "geometry": { "type": "LineString", "coordinates": [ [ 665292.615321, 1525470.849516 ], [ 665369.906399999978021, 1525431.4412 ] ] } } +] +} diff --git a/examples/dflowfm_local/geoms/pipes.geojson b/examples/dflowfm_local/geoms/pipes.geojson index fc4f2d74..0c634f01 100644 --- a/examples/dflowfm_local/geoms/pipes.geojson +++ b/examples/dflowfm_local/geoms/pipes.geojson @@ -2,19 +2,19 @@ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32647" } }, "features": [ -{ "type": "Feature", "properties": { "branchid": "pipe_4", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_4", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_0_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 664438.813829420600086, 1525829.800284768920392 ], [ 664429.038999999989755, 1526107.098 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_5", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_5", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_1_generated", "manhole_dn": "manhole_0_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664190.385799999814481, 1525924.032600000267848 ], [ 664438.813829420600086, 1525829.800284768920392 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_6", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_2_generated", "manhole_dn": "manhole_0_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664217.490140905487351, 1525583.23970616585575 ], [ 664438.813829420600086, 1525829.800284768920392 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_7", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_3_generated", "manhole_dn": "manhole_2_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 663936.864700614358298, 1525261.152571672573686 ], [ 664217.490140905487351, 1525583.23970616585575 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_8", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_4_generated", "manhole_dn": "manhole_3_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 663871.550461587961763, 1525175.738024139311165 ], [ 663897.086400000494905, 1525212.559499999275431 ], [ 663936.864700614358298, 1525261.152571672573686 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_9", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_5_generated", "manhole_dn": "manhole_4_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664048.325319660594687, 1525098.071112430887297 ], [ 663871.550461587961763, 1525175.738024139311165 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_10", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_6_generated", "manhole_dn": "manhole_7_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664702.726926030125469, 1525750.098550153663382 ], [ 664481.894200000097044, 1525830.303300000727177 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_11", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_7_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 664481.894200000097044, 1525830.303300000727177 ], [ 664474.13, 1526115.7 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_12", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_8_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 664747.433496630517766, 1525729.649799561593682 ], [ 664838.810497992672026, 1525698.612855288665742 ], [ 664907.926478271954693, 1525663.288345249835402 ], [ 665030.18360000057146, 1525603.506899999454618 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_13", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_13", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_9_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 664849.475700000301003, 1525031.354499999433756 ], [ 665115.699999999953434, 1524944.79 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_14", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_14", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_10_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 665219.643113493453711, 1525514.959856803994626 ], [ 665030.18360000057146, 1525603.506899999454618 ], [ 665030.18360000057146, 1525603.506899999454618 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_15", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_15", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_11_generated", "manhole_dn": "manhole_9_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664708.738620752468705, 1524483.144798168679699 ], [ 664849.475700000301003, 1525031.354499999433756 ], [ 664849.475700000301003, 1525031.354499999433756 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_16", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_16", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_12_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 665277.574117646785453, 1525446.393194784643129 ], [ 665356.868200000026263, 1525406.9835 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "pipe_17", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_17", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_13_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 665292.615320706507191, 1525470.849516379414126 ], [ 665369.906399999978021, 1525431.4412 ], [ 665369.906399999978021, 1525431.4412 ] ] } } +{ "type": "Feature", "properties": { "branchid": "pipe_4", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_4", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_0_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 664438.813829420600086, 1525829.800284768920392 ], [ 664429.038999999989755, 1526107.098 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_5", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_5", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_1_generated", "manhole_dn": "manhole_0_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664190.385799999814481, 1525924.032600000267848 ], [ 664438.813829420600086, 1525829.800284768920392 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_6", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_2_generated", "manhole_dn": "manhole_0_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664217.490140905487351, 1525583.23970616585575 ], [ 664438.813829420600086, 1525829.800284768920392 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_7", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_3_generated", "manhole_dn": "manhole_2_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 663936.864700614358298, 1525261.152571672573686 ], [ 664217.490140905487351, 1525583.23970616585575 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_8", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_4_generated", "manhole_dn": "manhole_3_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 663871.550461587961763, 1525175.738024139311165 ], [ 663897.086400000494905, 1525212.559499999275431 ], [ 663936.864700614358298, 1525261.152571672573686 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_9", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_5_generated", "manhole_dn": "manhole_4_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664048.325319660594687, 1525098.071112430887297 ], [ 663871.550461587961763, 1525175.738024139311165 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_10", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_6_generated", "manhole_dn": "manhole_7_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664702.726926030125469, 1525750.098550153663382 ], [ 664481.894200000097044, 1525830.303300000727177 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_11", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_7_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 664481.894200000097044, 1525830.303300000727177 ], [ 664474.13, 1526115.7 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_12", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_8_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 664747.433496630517766, 1525729.649799561593682 ], [ 664838.810497992672026, 1525698.612855288665742 ], [ 664907.926478271954693, 1525663.288345249835402 ], [ 665030.18360000057146, 1525603.506899999454618 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_13", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_13", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_9_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 664849.475700000301003, 1525031.354499999433756 ], [ 665115.699999999953434, 1524944.79 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_14", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_14", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_10_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 665219.643113493453711, 1525514.959856803994626 ], [ 665030.18360000057146, 1525603.506899999454618 ], [ 665030.18360000057146, 1525603.506899999454618 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_15", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_15", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_11_generated", "manhole_dn": "manhole_9_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 664708.738620752468705, 1524483.144798168679699 ], [ 664849.475700000301003, 1525031.354499999433756 ], [ 664849.475700000301003, 1525031.354499999433756 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_16", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_16", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_12_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 665277.574117646785453, 1525446.393194784643129 ], [ 665356.868200000026263, 1525406.9835 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "pipe_17", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "width": null, "t_width": null, "height": null, "bedlev": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_17", "frictionid": "WhiteColeBrook_0.003", "diameter": 0.5, "index_right": 0.0, "OBJECTID": 1.0, "invlev_up": -2.5, "invlev_dn": -2.5, "manhole_up": "manhole_13_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 665292.615320706507191, 1525470.849516379414126 ], [ 665369.906399999978021, 1525431.4412 ], [ 665369.906399999978021, 1525431.4412 ] ] } } ] } diff --git a/examples/dflowfm_local/geoms/region.geojson b/examples/dflowfm_local/geoms/region.geojson index e2099dd8..4ba560b6 100644 --- a/examples/dflowfm_local/geoms/region.geojson +++ b/examples/dflowfm_local/geoms/region.geojson @@ -2,6 +2,6 @@ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32647" } }, "features": [ -{ "type": "Feature", "properties": { "OBJECTID": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 662830.21120763279032, 1524430.057181378826499 ], [ 662622.988909114035778, 1524534.050932794110849 ], [ 662598.738900827476755, 1524551.145258803386241 ], [ 662580.5719131634105, 1524574.602441985160112 ], [ 662570.087147683952935, 1524602.357596036978066 ], [ 662568.207556153996848, 1524631.967493356904015 ], [ 662575.098595047020353, 1524660.82563720876351 ], [ 662590.15366076072678, 1524686.391706127673388 ], [ 664162.106334679410793, 1527293.217284597689286 ], [ 666210.922041146201082, 1525971.235766541445628 ], [ 666217.740565548767336, 1525967.926334642805159 ], [ 666217.937299297191203, 1525967.830893355188891 ], [ 666220.486814841278829, 1525966.593371719587594 ], [ 666244.128101406036876, 1525950.587811806239188 ], [ 666262.283150243223645, 1525928.554142563603818 ], [ 666273.472164420876652, 1525902.288302765227854 ], [ 666276.783140396699309, 1525873.93119048862718 ], [ 666271.946204366511665, 1525845.794161000521854 ], [ 666269.179971663048491, 1525837.260868597310036 ], [ 666267.217870405991562, 1525831.208081687800586 ], [ 666266.727113701519556, 1525829.694123746128753 ], [ 666259.657022636383772, 1525807.884217360755429 ], [ 666255.452810432179831, 1525794.915171232074499 ], [ 666253.344318196643144, 1525789.042270516511053 ], [ 666239.982018196489662, 1525755.184370517265052 ], [ 666229.28287966188509, 1525728.074572876561433 ], [ 666228.684796666842885, 1525726.593866211362183 ], [ 666202.888396667432971, 1525664.168366211466491 ], [ 666193.998179752379656, 1525642.654725277796388 ], [ 666184.414340146118775, 1525619.462489342782646 ], [ 666156.064990225946531, 1525534.323221000144258 ], [ 666153.781008029938675, 1525528.149681027745828 ], [ 666153.100408030324616, 1525526.480981027474627 ], [ 666125.761426990036853, 1525459.453822588780895 ], [ 666101.899102989700623, 1525397.249949325341731 ], [ 666101.120678966748528, 1525395.220708072418347 ], [ 666094.736832488444634, 1525378.579544186824933 ], [ 666094.554528510314412, 1525378.107890677871183 ], [ 666088.811528510530479, 1525363.360690678702667 ], [ 666077.48748814733699, 1525334.282630247995257 ], [ 666064.531331634148955, 1525301.013341914396733 ], [ 666064.101389039657079, 1525299.928094373783097 ], [ 666055.448689039214514, 1525278.454094374319538 ], [ 666054.930905433138832, 1525277.169086882844567 ], [ 666051.119034511852078, 1525267.7089597878512 ], [ 666051.031653830781579, 1525267.49201130354777 ], [ 666050.213584230747074, 1525265.461834243964404 ], [ 666050.098429401172325, 1525265.176039084559307 ], [ 666044.170996755128726, 1525250.465513523202389 ], [ 666036.83370767661836, 1525232.256115971831605 ], [ 666017.490024370257743, 1525184.117054936708882 ], [ 666009.96918957377784, 1525165.400729869725183 ], [ 665979.415668553090654, 1525087.691033495124429 ], [ 665957.370084160822444, 1525027.171254583401605 ], [ 665957.094264116953127, 1525026.423353037098423 ], [ 665933.95646411634516, 1524964.445953037822619 ], [ 665933.042782013420947, 1524962.0898402123712 ], [ 665895.499998538172804, 1524868.792757912073284 ], [ 665890.153282124199905, 1524855.419268969912082 ], [ 665853.578241840121336, 1524763.937567965127528 ], [ 665853.457144608953968, 1524763.636100438190624 ], [ 665832.997444609412923, 1524712.940600438741967 ], [ 665819.134590821457095, 1524678.5911683535669 ], [ 665795.123831138247624, 1524616.216746940510347 ], [ 665794.789099160698242, 1524615.358989947475493 ], [ 665761.592594558023848, 1524531.435235627694055 ], [ 665743.593420556630008, 1524485.50145899830386 ], [ 665735.906242218683474, 1524464.957394703291357 ], [ 665735.501098869135603, 1524463.893146310467273 ], [ 665717.429898869013414, 1524417.223846311215311 ], [ 665708.594847832689993, 1524394.407214508159086 ], [ 665708.505721895839088, 1524394.177883871831 ], [ 665677.465321895550005, 1524314.597683872096241 ], [ 665637.609972488600761, 1524212.418070145882666 ], [ 665578.008870246470906, 1524058.118084811605513 ], [ 665576.050277310889214, 1524053.047503100242466 ], [ 665554.344996326835826, 1523996.855293442262337 ], [ 665554.007106043631211, 1523995.992453712970018 ], [ 665528.073806043947116, 1523930.662053713575006 ], [ 665517.760929551441222, 1523904.682112933136523 ], [ 665437.587020443635993, 1523702.710614155279472 ], [ 665406.456280933343805, 1523621.400928623043001 ], [ 665381.994326354702935, 1523557.509586069034413 ], [ 665371.321637136512436, 1523529.634014228358865 ], [ 665341.103865935350768, 1523450.708989448146895 ], [ 665340.447042045649141, 1523448.993543488439173 ], [ 665303.166784704546444, 1523351.622038471512496 ], [ 665292.768042081035674, 1523324.462027144851163 ], [ 665284.332001636968926, 1523302.428082695230842 ], [ 665282.140228642849252, 1523296.703608495183289 ], [ 665281.899087733821943, 1523296.080046813236549 ], [ 665266.329592064139433, 1523256.215824698563665 ], [ 665263.711489832494408, 1523249.504905584966764 ], [ 665248.522986777825281, 1523223.237992985872552 ], [ 665226.155968356179073, 1523202.735363655723631 ], [ 665198.669634709716775, 1523189.884574372321367 ], [ 665168.594491294468753, 1523185.868721900042146 ], [ 665138.699380091275088, 1523191.057522211922333 ], [ 665111.736568571650423, 1523204.973272909875959 ], [ 665110.065150164999068, 1523206.188731813337654 ], [ 665068.104931393056177, 1523236.700891012558714 ], [ 665058.802792854025029, 1523244.363001121906564 ], [ 665023.796344702830538, 1523276.930182862794027 ], [ 665004.093639379949309, 1523293.242416140856221 ], [ 664983.853455722215585, 1523309.293431308818981 ], [ 664977.532319976831786, 1523313.036847942974418 ], [ 664945.756001216475852, 1523328.505356287350878 ], [ 664932.786256848485209, 1523336.072833940153942 ], [ 664903.371892586583272, 1523356.340339578222483 ], [ 664887.189117853413336, 1523366.439002942526713 ], [ 664876.149743095855229, 1523374.42181864194572 ], [ 664830.58424309536349, 1523412.355018641799688 ], [ 664822.132849808200262, 1523420.262252727290615 ], [ 664819.777711343951523, 1523422.73645232245326 ], [ 664816.86469723819755, 1523424.544561488786712 ], [ 664816.854829672956839, 1523424.551255344646052 ], [ 664799.020144276903011, 1523434.278538757469505 ], [ 664797.653990875813179, 1523435.037568543106318 ], [ 664780.779513361514546, 1523444.586289093131199 ], [ 664756.998186502838507, 1523457.998299572616816 ], [ 664737.41037660848815, 1523469.045374345500022 ], [ 664723.774350481573492, 1523478.29418275761418 ], [ 664715.480850481893867, 1523484.979782757116482 ], [ 664710.934882972156629, 1523488.874545205617324 ], [ 664700.429882972268388, 1523498.434545206138864 ], [ 664680.477340320707299, 1523523.547019409947097 ], [ 664671.45994032046292, 1523539.655519410036504 ], [ 664663.020572308916599, 1523559.485712939640507 ], [ 664660.555261504952796, 1523567.616478998679668 ], [ 664658.633188673993573, 1523568.244818201754242 ], [ 664653.973795074038208, 1523569.896561417495832 ], [ 664630.718795074149966, 1523578.793361417716369 ], [ 664624.789078287780285, 1523581.283353530103341 ], [ 664611.22991485404782, 1523587.497275365050882 ], [ 664591.485620222869329, 1523594.597601183690131 ], [ 664590.366181184421293, 1523594.652716841548681 ], [ 664588.418598225922324, 1523594.874476847471669 ], [ 664586.551238958141766, 1523594.222457348834723 ], [ 664564.805410882458091, 1523589.264135165140033 ], [ 664550.681010883301497, 1523587.669435165822506 ], [ 664548.619191559730098, 1523587.458262627245858 ], [ 664534.881591559154913, 1523586.194962627487257 ], [ 664517.146380495629273, 1523586.143382782116532 ], [ 664513.94332489662338, 1523586.419154761126265 ], [ 664502.993124933680519, 1523586.681785868480802 ], [ 664491.986324934056029, 1523587.722685867920518 ], [ 664490.68127834238112, 1523587.854743886739016 ], [ 664481.706178341992199, 1523588.822443887591362 ], [ 664454.574573847930878, 1523595.686694989446551 ], [ 664427.416973848361522, 1523606.792594988364726 ], [ 664409.633708505542018, 1523616.257154453545809 ], [ 664397.02670850569848, 1523624.697954453527927 ], [ 664394.149101751740091, 1523626.698515168391168 ], [ 664381.84560175135266, 1523635.575915168039501 ], [ 664379.040308359777555, 1523637.675738845486194 ], [ 664367.055408360203728, 1523646.97873884672299 ], [ 664364.324648052221164, 1523649.176191962324083 ], [ 664352.673148051602766, 1523658.893491961993277 ], [ 664350.021674831747077, 1523661.184761419892311 ], [ 664339.476399212493561, 1523670.625217471038923 ], [ 664337.386495061800815, 1523672.420861481921747 ], [ 664328.680719702620991, 1523680.871203911723569 ], [ 664309.682719702948816, 1523701.694803911494091 ], [ 664304.532179989037104, 1523707.814955015666783 ], [ 664299.201379989390261, 1523714.689655016176403 ], [ 664299.046499305753969, 1523714.897351855644956 ], [ 664293.541850996785797, 1523717.250570213887841 ], [ 664282.966849877149798, 1523719.463247267296538 ], [ 664276.275622147368267, 1523721.105789209483191 ], [ 664243.248854143428616, 1523730.430427678627893 ], [ 664215.085168570512906, 1523737.335605178261176 ], [ 664209.654705068212934, 1523738.830366474110633 ], [ 664187.751032389001921, 1523745.528500142507255 ], [ 664186.105118376552127, 1523745.660940605448559 ], [ 664184.019024548470043, 1523745.55977722373791 ], [ 664166.33974887104705, 1523746.269577980041504 ], [ 664153.098773929057643, 1523747.983305666828528 ], [ 664139.397068216931075, 1523749.441335173789412 ], [ 664126.183391434140503, 1523750.130718388827518 ], [ 664120.870252323336899, 1523750.550135137978941 ], [ 664094.122952323406935, 1523753.380535139236599 ], [ 664062.631417318247259, 1523762.079732416430488 ], [ 664043.350017317570746, 1523771.00693241530098 ], [ 664041.128662596107461, 1523772.068810581462458 ], [ 664024.804562596254982, 1523780.120610582875088 ], [ 664022.622132477350533, 1523781.230508227134123 ], [ 664004.266832477413118, 1523790.849908225471154 ], [ 663992.503484587883577, 1523798.091881385538727 ], [ 663988.517196936882101, 1523800.943531021242961 ], [ 663978.308207620051689, 1523807.438122757244855 ], [ 663973.089107619714923, 1523811.494222756940871 ], [ 663963.051578479469754, 1523820.43977976590395 ], [ 663957.18647847941611, 1523826.421179765835404 ], [ 663956.206246542744339, 1523827.435051867505535 ], [ 663950.900346542708576, 1523833.001051867147908 ], [ 663940.757892014691606, 1523847.879573627607897 ], [ 663939.341703328886069, 1523849.569978228770196 ], [ 663932.464554270613007, 1523858.812002093531191 ], [ 663926.707603064132854, 1523867.558976302854717 ], [ 663924.606479437206872, 1523869.410269602900371 ], [ 663917.910687147872522, 1523874.522942857351154 ], [ 663912.738105485332198, 1523874.043591937283054 ], [ 663906.97460475738626, 1523873.301422611577436 ], [ 663891.657528758049011, 1523872.514902368653566 ], [ 663884.499838648247533, 1523872.697158367140219 ], [ 663871.505133826867677, 1523872.384358811657876 ], [ 663841.50583386910148, 1523876.237588233780116 ], [ 663828.70049015362747, 1523879.913661673199385 ], [ 663819.948671241058037, 1523882.175727111520246 ], [ 663816.291026000748388, 1523883.195572920376435 ], [ 663804.152426000568084, 1523886.829872919479385 ], [ 663774.357305177021772, 1523901.508526296820492 ], [ 663755.544605177361518, 1523915.070126296486706 ], [ 663749.462855857913382, 1523919.821433135075495 ], [ 663719.366255858098157, 1523945.263933135895059 ], [ 663714.320883434731513, 1523949.832406160421669 ], [ 663703.874153469572775, 1523959.959670254494995 ], [ 663692.655252549331635, 1523970.706709724385291 ], [ 663678.262619300978258, 1523987.998613455332816 ], [ 663675.870019301073626, 1523991.639213454909623 ], [ 663672.357318550115451, 1523997.398472801782191 ], [ 663668.461920480476692, 1524004.298449794296175 ], [ 663661.121267309994437, 1524001.145490833558142 ], [ 663629.057920295279473, 1523993.302740640705451 ], [ 663623.103120294865221, 1523992.860740640899166 ], [ 663601.251595049281605, 1523993.635818463750184 ], [ 663596.296295049716718, 1523994.359418463893235 ], [ 663586.038365594227798, 1523996.410296347690746 ], [ 663580.242165594478138, 1523997.888196347979829 ], [ 663565.652176837786101, 1524002.83286614343524 ], [ 663560.15507683751639, 1524005.182066142559052 ], [ 663551.22255439509172, 1524009.536348639754578 ], [ 663541.251854394678958, 1524015.025848638964817 ], [ 663536.685490037547424, 1524017.699744571233168 ], [ 663500.786290037678555, 1524040.017044572392479 ], [ 663494.682254747720435, 1524044.130702505819499 ], [ 663489.755954748252407, 1524047.721202504821122 ], [ 663482.182833789964207, 1524054.332798853283748 ], [ 663451.802745139575563, 1524072.377371069975197 ], [ 663429.382739502703771, 1524085.717269600369036 ], [ 663425.321147318347357, 1524088.267747911158949 ], [ 663401.200847318745218, 1524104.233147910330445 ], [ 663391.32921857770998, 1524111.684479343704879 ], [ 663350.535318577778526, 1524146.638979344628751 ], [ 663344.347034078091383, 1524152.413130350410938 ], [ 663333.55414493184071, 1524163.374090890167281 ], [ 663332.135453410563059, 1524163.170894816052169 ], [ 663310.829353410867043, 1524161.586094814818352 ], [ 663287.483206605422311, 1524162.587318632518873 ], [ 663276.151506605441682, 1524164.415618633618578 ], [ 663262.807552696554922, 1524167.519186116289347 ], [ 663252.142252696095966, 1524170.784186115022749 ], [ 663231.116016840795055, 1524179.974434351315722 ], [ 663217.003216840559617, 1524188.187534352531657 ], [ 663210.929517653072253, 1524192.02059703390114 ], [ 663195.944909836282022, 1524202.247634923784062 ], [ 663181.69774482306093, 1524209.768474299460649 ], [ 663178.566003471729346, 1524211.493953516241163 ], [ 663162.395446851965971, 1524220.784030024893582 ], [ 663150.930358469020575, 1524226.572108030319214 ], [ 663144.286155676818453, 1524230.249392256140709 ], [ 663136.719789427821524, 1524234.820687890751287 ], [ 663125.356379057746381, 1524238.967770955525339 ], [ 663121.857443947927095, 1524240.319597739493474 ], [ 663108.039943948038854, 1524245.958097738912329 ], [ 663101.428969977190718, 1524248.939867122331634 ], [ 663075.74698921025265, 1524261.663408641004935 ], [ 663070.379636117490008, 1524263.700170688563958 ], [ 663058.366537818103097, 1524269.191874343203381 ], [ 663053.311137817217968, 1524271.920074342982844 ], [ 663029.004416913725436, 1524290.31722505716607 ], [ 663026.585231893579476, 1524292.812615207629278 ], [ 663024.050023117219098, 1524295.295660400297493 ], [ 663009.879809316713363, 1524312.699471026426181 ], [ 662991.288209316786379, 1524341.648271025856957 ], [ 662985.416314204456285, 1524354.825746005401015 ], [ 662977.94124804076273, 1524353.443451489554718 ], [ 662968.848648040671833, 1524352.264851489337161 ], [ 662938.614341161912307, 1524352.957042733440176 ], [ 662909.969564743456431, 1524362.655971802771091 ], [ 662904.025864743744023, 1524365.73727180249989 ], [ 662896.031170832342468, 1524370.36227441416122 ], [ 662890.036370831890963, 1524374.210374415153638 ], [ 662885.532549814903177, 1524377.277829799801111 ], [ 662880.485249815159477, 1524380.920629799365997 ], [ 662875.105973048135638, 1524385.088576617650688 ], [ 662863.686273047700524, 1524394.57577661704272 ], [ 662855.015931908390485, 1524402.696181699400768 ], [ 662844.99553190858569, 1524413.266281699528918 ], [ 662837.895726343500428, 1524421.630331665743142 ], [ 662833.906816784176044, 1524426.88902637292631 ], [ 662830.21120763279032, 1524430.057181378826499 ] ] ] ] } } +{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 666300.0, 1523200.0 ], [ 666300.0, 1527300.0 ], [ 662600.0, 1527300.0 ], [ 662600.0, 1523200.0 ], [ 666300.0, 1523200.0 ] ] ] } } ] } diff --git a/examples/dflowfm_local/geoms/rivers.geojson b/examples/dflowfm_local/geoms/rivers.geojson index bc031b61..0216bc58 100644 --- a/examples/dflowfm_local/geoms/rivers.geojson +++ b/examples/dflowfm_local/geoms/rivers.geojson @@ -2,19 +2,19 @@ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32647" } }, "features": [ -{ "type": "Feature", "properties": { "branchid": "river_1", "branchtype": "river", "branchorder": 2.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_1", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664057.966296999948099, 1526147.834882 ], [ 663918.391924358904362, 1525803.10090322420001 ], [ 663700.482064640615135, 1525466.331120023271069 ], [ 663353.045365229598247, 1525088.417517154943198 ], [ 662879.129516471526586, 1524643.454726681346074 ], [ 662793.794186791637912, 1524515.451732161454856 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "river_2", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_2", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664057.966296999948099, 1526147.834882 ], [ 664218.310854589915834, 1526625.788610660471022 ], [ 664218.310854589915834, 1527005.169120056321844 ], [ 664197.234159623389132, 1527152.705984821310267 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_1", "branchtype": "river", "branchorder": 4.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_1", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665115.70000000030268, 1524944.7899999988731 ], [ 665356.868200001074001, 1525406.983500000322238 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_2", "branchtype": "river", "branchorder": 6.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_2", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665356.868200001074001, 1525406.983500000322238 ], [ 665369.906399999978021, 1525431.441199999069795 ], [ 665369.906399999978021, 1525431.441199998836964 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_3", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_3", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665369.906399999978021, 1525431.441199998836964 ], [ 665641.789999999804422, 1525937.96000000089407 ], [ 665641.789999999804422, 1525937.96000000089407 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_4", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_4", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665641.789999999804422, 1525937.96000000089407 ], [ 665560.620547444559634, 1525952.124135404126719 ], [ 665480.575254552299157, 1525953.687039414886385 ], [ 665416.820000000414439, 1525962.189999999245629 ], [ 665346.659376955241896, 1525982.895817694021389 ], [ 665271.309999999706633, 1526001.859999999403954 ], [ 665243.630000000470318, 1526003.289999998640269 ], [ 665243.630000000470318, 1526003.289999997941777 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_5", "branchtype": "river", "branchorder": 5.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_5", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665243.630000000470318, 1526003.289999997941777 ], [ 665116.950000000419095, 1525983.029999999096617 ], [ 665051.90000000083819, 1525977.32 ], [ 664963.504724813159555, 1526014.666760261869058 ], [ 664918.370000000344589, 1526039.810000000521541 ], [ 664826.210000000428408, 1526041.519999999552965 ], [ 664752.459499345044605, 1526065.157490010838956 ], [ 664672.28994727297686, 1526086.417805780190974 ], [ 664642.852168873418123, 1526095.560649296734482 ], [ 664550.869999999529682, 1526115.410000000149012 ], [ 664474.13, 1526115.699999999254942 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_6", "branchtype": "river", "branchorder": 3.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_6", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664474.13, 1526115.699999999254942 ], [ 664429.038999999407679, 1526107.097999999299645 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_7", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_7", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664429.038999999407679, 1526107.097999999299645 ], [ 664272.40999999945052, 1526129.970000000204891 ], [ 664169.979999999864958, 1526140.529999999562278 ], [ 664092.240000000223517, 1526143.2899999988731 ], [ 664057.966296999948099, 1526147.834882 ], [ 664057.966296999948099, 1526147.834882 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_8", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_8", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 666180.040000000037253, 1525894.769999999320135 ], [ 665891.336423385655507, 1526041.311705864733085 ], [ 665733.269999999320135, 1526117.310000000521541 ], [ 665733.269999999320135, 1526117.310000000521541 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_10", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_10", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665733.269999999320135, 1526117.310000000521541 ], [ 665641.789999999804422, 1525937.96000000089407 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_11", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_11", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664789.146172603359446, 1525073.346127192256972 ], [ 665015.157200000365265, 1525576.51439999951981 ], [ 665015.157200000365265, 1525576.514399999286979 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_12", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_12", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665015.157200000365265, 1525576.514399999286979 ], [ 665030.18360000057146, 1525603.506899999454618 ], [ 665030.18360000057146, 1525603.506899999454618 ] ] } }, -{ "type": "Feature", "properties": { "branchid": "branch_13", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_13", "frictionid": "Manning_0.023", "diameter": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665030.18360000057146, 1525603.506899999454618 ], [ 665243.630000000470318, 1526003.289999997941777 ] ] } } +{ "type": "Feature", "properties": { "branchid": "river_1", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_1", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664057.966296999948099, 1526147.834882 ], [ 663918.391924358904362, 1525803.10090322420001 ], [ 663700.482064640615135, 1525466.331120023271069 ], [ 663353.045365229598247, 1525088.417517154943198 ], [ 662879.129516471526586, 1524643.454726681346074 ], [ 662793.794186791637912, 1524515.451732161454856 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "river_2", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_2", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664057.966296999948099, 1526147.834882 ], [ 664218.310854589915834, 1526625.788610660471022 ], [ 664218.310854589915834, 1527005.169120056321844 ], [ 664197.234159623389132, 1527152.705984821310267 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_1", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_1", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665115.699999999953434, 1524944.79 ], [ 665356.868200000026263, 1525406.9835 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_2", "branchtype": "river", "branchorder": 2.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_2", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665356.868200000026263, 1525406.9835 ], [ 665369.906399999978021, 1525431.441199999069795 ], [ 665369.906399999978021, 1525431.4412 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_3", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_3", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665369.906399999978021, 1525431.4412 ], [ 665641.789999999804422, 1525937.96000000089407 ], [ 665641.789999999804422, 1525937.96000000089407 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_4", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_4", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665641.789999999804422, 1525937.96000000089407 ], [ 665560.620547444559634, 1525952.124135404126719 ], [ 665480.575254552299157, 1525953.687039414886385 ], [ 665416.820000000414439, 1525962.189999999245629 ], [ 665346.659376955241896, 1525982.895817694021389 ], [ 665271.309999999706633, 1526001.859999999403954 ], [ 665243.630000000470318, 1526003.289999998640269 ], [ 665243.630000000470318, 1526003.289999997941777 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_5", "branchtype": "river", "branchorder": 3.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_5", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665243.630000000470318, 1526003.289999997941777 ], [ 665116.950000000419095, 1525983.029999999096617 ], [ 665051.90000000083819, 1525977.32 ], [ 664963.504724813159555, 1526014.666760261869058 ], [ 664918.370000000344589, 1526039.810000000521541 ], [ 664826.210000000428408, 1526041.519999999552965 ], [ 664752.459499345044605, 1526065.157490010838956 ], [ 664672.28994727297686, 1526086.417805780190974 ], [ 664642.852168873418123, 1526095.560649296734482 ], [ 664550.869999999529682, 1526115.410000000149012 ], [ 664474.13, 1526115.7 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_6", "branchtype": "river", "branchorder": 4.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_6", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664474.13, 1526115.7 ], [ 664429.038999999989755, 1526107.098 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_7", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_7", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664429.038999999989755, 1526107.098 ], [ 664272.40999999945052, 1526129.970000000204891 ], [ 664169.979999999864958, 1526140.529999999562278 ], [ 664092.240000000223517, 1526143.2899999988731 ], [ 664057.966296999948099, 1526147.834882 ], [ 664057.966296999948099, 1526147.834882 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_8", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_8", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 666180.040000000037253, 1525894.769999999320135 ], [ 665891.336423385655507, 1526041.311705864733085 ], [ 665733.269999999320135, 1526117.310000000521541 ], [ 665733.269999999320135, 1526117.310000000521541 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_10", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_10", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665733.269999999320135, 1526117.310000000521541 ], [ 665641.789999999804422, 1525937.96000000089407 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_11", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_11", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 664789.146172603359446, 1525073.346127192256972 ], [ 665015.157200000365265, 1525576.51439999951981 ], [ 665015.157200000365265, 1525576.514399999286979 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_12", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_12", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665015.157200000365265, 1525576.514399999286979 ], [ 665030.18360000057146, 1525603.506899999454618 ], [ 665030.18360000057146, 1525603.506899999454618 ] ] } }, +{ "type": "Feature", "properties": { "branchid": "branch_13", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_13", "frictionid": "Manning_0.023", "diameter": null, "index_right": null, "OBJECTID": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 665030.18360000057146, 1525603.506899999454618 ], [ 665243.630000000470318, 1526003.289999997941777 ] ] } } ] } diff --git a/examples/dflowfm_local/geoms/rivers_nodes.geojson b/examples/dflowfm_local/geoms/rivers_nodes.geojson index 9ada5e67..be50d994 100644 --- a/examples/dflowfm_local/geoms/rivers_nodes.geojson +++ b/examples/dflowfm_local/geoms/rivers_nodes.geojson @@ -2,22 +2,22 @@ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32647" } }, "features": [ -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_0", "branch_id": "branch_1", "branchid": "branch_1", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_1" }, "geometry": { "type": "Point", "coordinates": [ 665115.70000000030268, 1524944.7899999988731 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_1", "branch_id": "branch_1", "branchid": "branch_1", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_1" }, "geometry": { "type": "Point", "coordinates": [ 665356.868200001074001, 1525406.983500000322238 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_2", "branch_id": "branch_2", "branchid": "branch_2", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_2" }, "geometry": { "type": "Point", "coordinates": [ 665369.906399999978021, 1525431.441199999069795 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_3", "branch_id": "branch_3", "branchid": "branch_3", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_3" }, "geometry": { "type": "Point", "coordinates": [ 665369.906399999978021, 1525431.441199998836964 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_4", "branch_id": "branch_3", "branchid": "branch_3", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_3" }, "geometry": { "type": "Point", "coordinates": [ 665641.789999999804422, 1525937.96000000089407 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_5", "branch_id": "branch_4", "branchid": "branch_4", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_4" }, "geometry": { "type": "Point", "coordinates": [ 665243.630000000470318, 1526003.289999998640269 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_6", "branch_id": "branch_5", "branchid": "branch_5", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_5" }, "geometry": { "type": "Point", "coordinates": [ 665243.630000000470318, 1526003.289999998174608 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_7", "branch_id": "branch_5", "branchid": "branch_5", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_5" }, "geometry": { "type": "Point", "coordinates": [ 664474.13, 1526115.699999999254942 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_8", "branch_id": "branch_6", "branchid": "branch_6", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_6" }, "geometry": { "type": "Point", "coordinates": [ 664429.038999999407679, 1526107.097999999299645 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_9", "branch_id": "branch_7", "branchid": "branch_7", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_7" }, "geometry": { "type": "Point", "coordinates": [ 664057.966297403792851, 1526147.834882111055776 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_10", "branch_id": "branch_8", "branchid": "branch_8", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_8" }, "geometry": { "type": "Point", "coordinates": [ 666180.040000000037253, 1525894.769999999320135 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_11", "branch_id": "branch_8", "branchid": "branch_8", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_8" }, "geometry": { "type": "Point", "coordinates": [ 665733.269999999320135, 1526117.310000000521541 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_12", "branch_id": "branch_11", "branchid": "branch_11", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_11" }, "geometry": { "type": "Point", "coordinates": [ 664789.146172603359446, 1525073.346127192256972 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_13", "branch_id": "branch_11", "branchid": "branch_11", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_11" }, "geometry": { "type": "Point", "coordinates": [ 665015.157200000365265, 1525576.51439999951981 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_14", "branch_id": "branch_12", "branchid": "branch_12", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_12" }, "geometry": { "type": "Point", "coordinates": [ 665015.157200000365265, 1525576.514399999286979 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_15", "branch_id": "branch_12", "branchid": "branch_12", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_12" }, "geometry": { "type": "Point", "coordinates": [ 665030.18360000057146, 1525603.506899999454618 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_16", "branch_id": "branch_13", "branchid": "branch_13", "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_13" }, "geometry": { "type": "Point", "coordinates": [ 665243.630000000470318, 1526003.289999997941777 ] } } +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_0", "branch_id": "branch_1", "branchid": "branch_1", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_1" }, "geometry": { "type": "Point", "coordinates": [ 665115.70000000030268, 1524944.7899999988731 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_1", "branch_id": "branch_1", "branchid": "branch_1", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_1" }, "geometry": { "type": "Point", "coordinates": [ 665356.868200001074001, 1525406.983500000322238 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_2", "branch_id": "branch_2", "branchid": "branch_2", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_2" }, "geometry": { "type": "Point", "coordinates": [ 665369.906399999978021, 1525431.441199999069795 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_3", "branch_id": "branch_3", "branchid": "branch_3", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_3" }, "geometry": { "type": "Point", "coordinates": [ 665369.906399999978021, 1525431.441199998836964 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_4", "branch_id": "branch_3", "branchid": "branch_3", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_3" }, "geometry": { "type": "Point", "coordinates": [ 665641.789999999804422, 1525937.96000000089407 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_5", "branch_id": "branch_4", "branchid": "branch_4", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_4" }, "geometry": { "type": "Point", "coordinates": [ 665243.630000000470318, 1526003.289999998640269 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_6", "branch_id": "branch_5", "branchid": "branch_5", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_5" }, "geometry": { "type": "Point", "coordinates": [ 665243.630000000470318, 1526003.289999998174608 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_7", "branch_id": "branch_5", "branchid": "branch_5", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_5" }, "geometry": { "type": "Point", "coordinates": [ 664474.13, 1526115.699999999254942 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_8", "branch_id": "branch_6", "branchid": "branch_6", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_6" }, "geometry": { "type": "Point", "coordinates": [ 664429.038999999407679, 1526107.097999999299645 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_9", "branch_id": "branch_7", "branchid": "branch_7", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_7" }, "geometry": { "type": "Point", "coordinates": [ 664057.966297403792851, 1526147.834882111055776 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_10", "branch_id": "branch_8", "branchid": "branch_8", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_8" }, "geometry": { "type": "Point", "coordinates": [ 666180.040000000037253, 1525894.769999999320135 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_11", "branch_id": "branch_8", "branchid": "branch_8", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_8" }, "geometry": { "type": "Point", "coordinates": [ 665733.269999999320135, 1526117.310000000521541 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_12", "branch_id": "branch_11", "branchid": "branch_11", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_11" }, "geometry": { "type": "Point", "coordinates": [ 664789.146172603359446, 1525073.346127192256972 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_13", "branch_id": "branch_11", "branchid": "branch_11", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_11" }, "geometry": { "type": "Point", "coordinates": [ 665015.157200000365265, 1525576.51439999951981 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_14", "branch_id": "branch_12", "branchid": "branch_12", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_12" }, "geometry": { "type": "Point", "coordinates": [ 665015.157200000365265, 1525576.514399999286979 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_15", "branch_id": "branch_12", "branchid": "branch_12", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_12" }, "geometry": { "type": "Point", "coordinates": [ 665030.18360000057146, 1525603.506899999454618 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_16", "branch_id": "branch_13", "branchid": "branch_13", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "width": 10.0, "t_width": 20.0, "height": 10.0, "bedlev": -10.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "branch_13" }, "geometry": { "type": "Point", "coordinates": [ 665243.630000000470318, 1526003.289999997941777 ] } } ] } diff --git a/examples/dflowfm_local/hydromt_data.yml b/examples/dflowfm_local/hydromt_data.yml deleted file mode 100644 index 4cc2cb03..00000000 --- a/examples/dflowfm_local/hydromt_data.yml +++ /dev/null @@ -1,147 +0,0 @@ -1D_boundaries_timeseries: - data_type: GeoDataset - path: C:\Developments\hydromt_delft3dfm\tests\data\local_data\boundaries.geojson - driver: vector - filesystem: local - kwargs: - fn_data: C:\Developments\hydromt_delft3dfm\tests\data\local_data\boundaries_series.csv - crs: 32647 -1D_branches: - data_type: GeoDataFrame - path: C:\Developments\hydromt_delft3dfm\tests\data\local_data\1D_rivers.geojson - driver: vector - filesystem: local - crs: 32647 - rename: - BRANCH_ID: branchid - BR_TYPE: branchtype -1D_rivers_pointcrosssections: - data_type: GeoDataFrame - path: C:\Developments\hydromt_delft3dfm\tests\data\local_data\1D_rivers_pointcrosssections.geojson - driver: vector - filesystem: local - crs: 32647 - rename: - id: crsid - TYPE: shape - WIDTH: width - HEIGHT: height - BEDLEVEL: shift -1D_rivers_xyzcrosssections: - data_type: GeoDataFrame - path: C:\Developments\hydromt_delft3dfm\tests\data\local_data\1D_rivers_xyzcrosssections.geojson - driver: vector - filesystem: local - crs: 32647 - rename: - ORDER: order - CRS_ID: crsid - Z: z -1d_bridges: - data_type: GeoDataFrame - path: C:\Developments\hydromt_delft3dfm\tests\data\local_data\bridges.geojson - driver: vector - filesystem: local - crs: 32647 - rename: - STRUC_ID: structure_id - STRUC_TYPE: structure_type - SHAPE: shape - WIDTH: width - HEIGHT: height - CLOSED: closed - BEDLEV: shift - LENGTH: length - FLOW_DIR: allowedflowdir - IN_LOSS: inletlosscoeff - OUT_LOSS: outletlosscoeff -1d_culverts: - data_type: GeoDataFrame - path: C:\Developments\hydromt_delft3dfm\tests\data\local_data\culverts.geojson - driver: vector - filesystem: local - crs: 32647 - rename: - STRUC_ID: structure_id - STRUC_TYPE: structure_type - SHAPE: shape - WIDTH: width - HEIGHT: height - CLOSED: closed - INVLEV_UP: leftlevel - INVLEV_DN: rightlevel - FLOW_DIR: allowedflowdir -1d_manholes: - data_type: GeoDataFrame - path: C:\Developments\hydromt_delft3dfm\tests\data\local_data\manholes.geojson - driver: vector - filesystem: local - crs: 32647 - rename: - ID: manholeid - AREA: area - STR_AREA: streetArea -2D_boundary: - data_type: GeoDataFrame - path: C:\Developments\hydromt_delft3dfm\tests\data\local_data\2d_boundary.geojson - driver: vector - filesystem: local - crs: 32647 - meta: - notes: created by buffer the extent by aqrt(2) * res. Must contain boundary_id - if timeseries is specified -2D_boundary_timeseries: - data_type: DataFrame - path: C:\Developments\hydromt_delft3dfm\tests\data\local_data\2dboundaries_series.csv - driver: csv - filesystem: local - kwargs: - index_col: time - parse_dates: true - dayfirst: true - meta: - notes: time series data for the 2D boundary, must contain time as index and boundary_id - as columns -bridges_defaults: - data_type: DataFrame - path: C:\Developments\hydromt_delft3dfm\hydromt_delft3dfm\data\bridges\bridges_defaults.csv - driver: csv - filesystem: local -culverts_defaults: - data_type: DataFrame - path: C:\Developments\hydromt_delft3dfm\hydromt_delft3dfm\data\culverts\culverts_defaults.csv - driver: csv - filesystem: local -dem: - data_type: RasterDataset - path: C:\Developments\hydromt_delft3dfm\tests\data\local_data\dem.tif - driver: raster - filesystem: local - crs: 32647 - rename: - dem: elevtn - meta: - category: dem - history: temporary dem within model extent -meteo_timeseries_T2: - data_type: DataFrame - path: C:\Developments\hydromt_delft3dfm\tests\data\local_data\rainfall_series.csv - driver: csv - filesystem: local - kwargs: - index_col: 0 - parse_dates: true - rename: - T2_mm/day: precip - meta: - unit: mm day-1 -pipes_defaults: - data_type: DataFrame - path: C:\Developments\hydromt_delft3dfm\hydromt_delft3dfm\data\pipes\pipes_defaults.csv - driver: csv - filesystem: local -rivers_defaults: - data_type: DataFrame - path: C:\Developments\hydromt_delft3dfm\hydromt_delft3dfm\data\rivers\rivers_defaults.csv - driver: csv - filesystem: local diff --git a/examples/dflowfm_local/mesh/fm_net.nc b/examples/dflowfm_local/mesh/fm_net.nc deleted file mode 100644 index 9ccf901d..00000000 Binary files a/examples/dflowfm_local/mesh/fm_net.nc and /dev/null differ diff --git a/examples/dflowfm_piave/dflowfm/branches.gui b/examples/dflowfm_piave/dflowfm/branches.gui index c13fce37..89562a5c 100644 --- a/examples/dflowfm_piave/dflowfm/branches.gui +++ b/examples/dflowfm_piave/dflowfm/branches.gui @@ -1139,18651 +1139,5876 @@ sourceCompartmentName = manhole_160_generated # Source compartment name this sew targetCompartmentName = manhole_161_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E141 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_161_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_162_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_8_E142 # Unique branch id. +name = pipe_9_E1045 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_162_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_163_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E143 # Unique branch id. +name = pipe_9_E1046 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_163_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_164_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E144 # Unique branch id. +name = pipe_9_E1047 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_164_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_165_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E145 # Unique branch id. +name = pipe_9_E1048 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_165_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_166_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E146 # Unique branch id. +name = pipe_9_E1049 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_166_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_167_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E147 # Unique branch id. +name = pipe_9_E1050 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_167_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_168_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E148 # Unique branch id. +name = pipe_9_E1051 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_168_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_169_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E149 # Unique branch id. +name = pipe_9_E1052 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_169_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_170_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E150 # Unique branch id. +name = pipe_9_E1053 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_170_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_171_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E151 # Unique branch id. +name = pipe_9_E1054 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_171_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_172_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E152 # Unique branch id. +name = pipe_9_E1055 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_172_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_173_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E153 # Unique branch id. +name = pipe_9_E1056 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_173_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_174_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E154 # Unique branch id. +name = pipe_9_E1057 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_174_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_175_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E155 # Unique branch id. +name = pipe_9_E1058 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_175_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_176_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E156 # Unique branch id. +name = pipe_9_E1059 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_176_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_177_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E157 # Unique branch id. +name = pipe_9_E1060 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_177_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_178_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E158 # Unique branch id. +name = pipe_9_E1061 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_178_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_179_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E159 # Unique branch id. +name = pipe_9_E1062 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_179_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_180_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E160 # Unique branch id. +name = pipe_9_E1063 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_180_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_181_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E161 # Unique branch id. +name = pipe_9_E1064 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_181_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_182_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E162 # Unique branch id. +name = pipe_9_E1065 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_182_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_183_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E163 # Unique branch id. +name = pipe_9_E1066 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_183_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_184_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E164 # Unique branch id. +name = pipe_9_E1067 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_184_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_185_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E165 # Unique branch id. +name = pipe_9_E1068 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_185_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_186_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E166 # Unique branch id. +name = pipe_9_E1069 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_186_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_187_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E167 # Unique branch id. +name = pipe_9_E1070 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_187_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_188_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E168 # Unique branch id. +name = pipe_9_E1071 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_188_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_189_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E169 # Unique branch id. +name = pipe_9_E1072 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_189_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_190_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E170 # Unique branch id. +name = pipe_9_E1073 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_190_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_191_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E171 # Unique branch id. +name = pipe_9_E1074 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_191_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_192_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E172 # Unique branch id. +name = pipe_9_E1075 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_192_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_193_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E173 # Unique branch id. +name = pipe_9_E1076 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_193_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_194_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E174 # Unique branch id. +name = pipe_9_E1077 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_194_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_195_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E175 # Unique branch id. +name = pipe_9_E1078 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_195_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_196_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E176 # Unique branch id. +name = pipe_9_E1079 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_196_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_197_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E177 # Unique branch id. +name = pipe_9_E1080 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_197_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_198_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E178 # Unique branch id. +name = pipe_9_E1081 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_198_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_199_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E179 # Unique branch id. +name = pipe_9_E1082 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_199_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_200_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E180 # Unique branch id. +name = pipe_9_E1083 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_200_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_201_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E181 # Unique branch id. +name = pipe_9_E1084 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_201_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_202_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E182 # Unique branch id. +name = pipe_9_E1085 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_202_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_203_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E183 # Unique branch id. +name = pipe_9_E1086 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_203_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_204_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E184 # Unique branch id. +name = pipe_9_E1087 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_204_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_205_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E185 # Unique branch id. +name = pipe_9_E1088 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_205_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_206_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E186 # Unique branch id. +name = pipe_9_E1089 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_206_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_207_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E187 # Unique branch id. +name = pipe_9_E1090 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_207_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_208_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E188 # Unique branch id. +name = pipe_9_E1091 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_208_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_209_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E189 # Unique branch id. +name = pipe_9_E1092 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_209_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_210_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E190 # Unique branch id. +name = pipe_9_E1093 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_210_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_211_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E191 # Unique branch id. +name = pipe_9_E1094 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_211_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_212_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E192 # Unique branch id. +name = pipe_9_E1095 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_212_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_213_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E193 # Unique branch id. +name = pipe_9_E1096 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_213_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_214_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E194 # Unique branch id. +name = pipe_9_E1097 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_214_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_215_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E195 # Unique branch id. +name = pipe_9_E1098 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_215_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_216_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E196 # Unique branch id. +name = pipe_9_E1099 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_216_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_217_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E197 # Unique branch id. +name = pipe_9_E1100 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_217_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_218_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E198 # Unique branch id. +name = pipe_9_E1101 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_218_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_219_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E199 # Unique branch id. +name = pipe_9_E1102 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_219_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_220_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E200 # Unique branch id. +name = pipe_9_E1103 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_220_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_221_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E201 # Unique branch id. +name = pipe_9_E1104 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_221_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_222_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E202 # Unique branch id. +name = pipe_9_E1105 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_222_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_223_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E203 # Unique branch id. +name = pipe_9_E1106 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_223_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_224_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E204 # Unique branch id. +name = pipe_9_E1107 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_224_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_225_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E205 # Unique branch id. +name = pipe_9_E1108 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_225_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_226_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E206 # Unique branch id. +name = pipe_9_E1109 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_226_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_227_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E207 # Unique branch id. +name = pipe_9_E1110 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_227_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_228_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E208 # Unique branch id. +name = pipe_9_E1111 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_228_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_229_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E209 # Unique branch id. +name = pipe_9_E1112 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_229_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_230_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E210 # Unique branch id. +name = pipe_9_E1113 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_230_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_231_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E211 # Unique branch id. +name = pipe_9_E1114 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_231_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_232_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E212 # Unique branch id. +name = pipe_9_E1115 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_232_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_233_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E213 # Unique branch id. +name = pipe_9_E1116 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_233_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_234_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E214 # Unique branch id. +name = pipe_9_E1117 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_234_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_235_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E215 # Unique branch id. +name = pipe_9_E1118 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_235_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_236_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E216 # Unique branch id. +name = pipe_9_E1119 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_236_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_237_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E217 # Unique branch id. +name = pipe_9_E1120 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_237_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_238_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E218 # Unique branch id. +name = pipe_9_E1121 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_238_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_239_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E219 # Unique branch id. +name = pipe_9_E1122 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_239_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_240_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E220 # Unique branch id. +name = pipe_9_E1123 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_240_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_241_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E221 # Unique branch id. +name = pipe_9_E1124 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_241_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_242_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E222 # Unique branch id. +name = pipe_9_E1125 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_242_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_243_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E223 # Unique branch id. +name = pipe_9_E1126 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_243_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_244_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E224 # Unique branch id. +name = pipe_9_E1127 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_244_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_245_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E225 # Unique branch id. +name = pipe_9_E1128 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_245_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_246_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E226 # Unique branch id. +name = pipe_9_E1129 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_246_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_247_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E227 # Unique branch id. +name = pipe_9_E1130 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_247_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_248_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E228 # Unique branch id. +name = pipe_9_E1131 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_248_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_249_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E229 # Unique branch id. +name = pipe_9_E1132 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_249_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_250_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E230 # Unique branch id. +name = pipe_9_E1133 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_250_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_251_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E231 # Unique branch id. +name = pipe_9_E1134 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_251_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_252_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E232 # Unique branch id. +name = pipe_9_E1135 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_252_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_253_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E233 # Unique branch id. +name = pipe_9_E1136 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_253_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_254_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E234 # Unique branch id. +name = pipe_9_E1137 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_254_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_255_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E235 # Unique branch id. +name = pipe_9_E1138 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_255_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_256_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E236 # Unique branch id. +name = pipe_9_E1139 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_256_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_257_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E237 # Unique branch id. +name = pipe_9_E1140 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_257_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_258_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E238 # Unique branch id. +name = pipe_9_E1141 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_258_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_259_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E239 # Unique branch id. +name = pipe_9_E1142 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_259_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_260_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E240 # Unique branch id. +name = pipe_9_E1143 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_260_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_261_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E241 # Unique branch id. +name = pipe_9_E1144 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_261_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_262_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E242 # Unique branch id. +name = pipe_9_E1145 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_262_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_263_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E243 # Unique branch id. +name = pipe_9_E1146 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_263_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_264_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E244 # Unique branch id. +name = pipe_9_E1147 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_264_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_265_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E245 # Unique branch id. +name = pipe_9_E1148 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_265_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_266_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E246 # Unique branch id. +name = pipe_9_E1149 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_266_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_267_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E247 # Unique branch id. +name = pipe_9_E1150 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_267_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_268_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E248 # Unique branch id. +name = pipe_9_E1151 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_268_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_269_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E249 # Unique branch id. +name = pipe_9_E1152 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_269_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_270_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E250 # Unique branch id. +name = pipe_9_E1153 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_270_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_271_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E251 # Unique branch id. +name = pipe_9_E1154 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_271_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_272_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E252 # Unique branch id. +name = pipe_9_E1155 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_272_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_273_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E253 # Unique branch id. +name = pipe_9_E1156 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_273_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_274_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E254 # Unique branch id. +name = pipe_9_E1157 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_274_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_275_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E255 # Unique branch id. +name = pipe_9_E1158 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_275_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_276_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E256 # Unique branch id. +name = pipe_9_E1159 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_276_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_277_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E257 # Unique branch id. +name = pipe_9_E1160 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_277_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_278_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E258 # Unique branch id. +name = pipe_9_E1161 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_278_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_279_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E259 # Unique branch id. +name = pipe_9_E1162 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_279_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_280_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E260 # Unique branch id. +name = pipe_9_E1163 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_280_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_281_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E261 # Unique branch id. +name = pipe_9_E1164 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_281_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_282_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E262 # Unique branch id. +name = pipe_9_E1165 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_282_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_283_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E263 # Unique branch id. +name = pipe_9_E1166 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_283_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_284_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E264 # Unique branch id. +name = pipe_9_E1167 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_284_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_285_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E265 # Unique branch id. +name = pipe_9_E1168 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_285_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_286_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E266 # Unique branch id. +name = pipe_9_E1169 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_286_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_287_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E267 # Unique branch id. +name = pipe_9_E1170 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_287_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_288_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E268 # Unique branch id. +name = pipe_9_E1171 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_288_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_289_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E269 # Unique branch id. +name = pipe_9_E1172 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_289_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_290_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E270 # Unique branch id. +name = pipe_9_E1173 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_290_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_291_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E271 # Unique branch id. +name = pipe_9_E1174 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_291_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_292_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E272 # Unique branch id. +name = pipe_9_E1175 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_292_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_293_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E273 # Unique branch id. +name = pipe_9_E1176 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_293_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_294_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E274 # Unique branch id. +name = pipe_9_E1177 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_294_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_295_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E275 # Unique branch id. +name = pipe_9_E1178 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_295_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_296_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E276 # Unique branch id. +name = pipe_9_E1179 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_296_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_297_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E277 # Unique branch id. +name = pipe_9_E1180 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_297_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_298_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E278 # Unique branch id. +name = pipe_9_E1181 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_298_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_299_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E279 # Unique branch id. +name = pipe_9_E1182 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_299_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_300_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E280 # Unique branch id. +name = pipe_9_E1183 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_300_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_301_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E281 # Unique branch id. +name = pipe_9_E1184 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_301_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_302_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E282 # Unique branch id. +name = pipe_9_E1185 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_302_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_303_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E283 # Unique branch id. +name = pipe_9_E1186 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_303_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_304_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E284 # Unique branch id. +name = pipe_9_E1187 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_304_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_305_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E285 # Unique branch id. +name = pipe_9_E1188 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_305_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_306_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E286 # Unique branch id. +name = pipe_9_E1189 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_306_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_307_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E287 # Unique branch id. +name = pipe_9_E1190 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_307_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_308_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E288 # Unique branch id. +name = pipe_9_E1191 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_308_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_309_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E289 # Unique branch id. +name = pipe_9_E1192 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_309_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_310_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E290 # Unique branch id. +name = pipe_9_E1193 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_310_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_311_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E291 # Unique branch id. +name = pipe_9_E1194 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_311_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_312_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E292 # Unique branch id. +name = pipe_9_E1195 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_312_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_313_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E293 # Unique branch id. +name = pipe_9_E1196 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_313_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_314_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E294 # Unique branch id. +name = pipe_9_E1197 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_314_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_315_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E295 # Unique branch id. +name = pipe_9_E1198 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_315_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_316_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E296 # Unique branch id. +name = pipe_9_E1199 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_316_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_317_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E297 # Unique branch id. +name = pipe_9_E1200 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_317_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_318_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E298 # Unique branch id. +name = pipe_9_E1201 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_318_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_319_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E299 # Unique branch id. +name = pipe_9_E1202 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_319_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_320_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E300 # Unique branch id. +name = pipe_9_E1203 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_320_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_321_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E301 # Unique branch id. +name = pipe_9_E1204 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_321_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_322_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E302 # Unique branch id. +name = pipe_9_E1205 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_322_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_323_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E303 # Unique branch id. +name = pipe_9_E1206 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_323_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_324_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E304 # Unique branch id. +name = pipe_9_E1207 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_324_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_325_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E305 # Unique branch id. +name = pipe_9_E1208 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_325_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_326_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E306 # Unique branch id. +name = pipe_9_E1209 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_326_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_327_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E307 # Unique branch id. +name = pipe_9_E1210 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_327_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_328_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E308 # Unique branch id. +name = pipe_9_E1211 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_328_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_329_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E309 # Unique branch id. +name = pipe_9_E1212 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_329_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_330_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E310 # Unique branch id. +name = pipe_9_E1213 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_330_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_331_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E311 # Unique branch id. +name = pipe_9_E1214 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_331_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_332_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E312 # Unique branch id. +name = pipe_9_E1215 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_332_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_333_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E313 # Unique branch id. +name = pipe_9_E1216 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_333_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_334_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E314 # Unique branch id. +name = pipe_9_E1217 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_334_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_335_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E315 # Unique branch id. +name = pipe_9_E1218 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_335_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_336_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E316 # Unique branch id. +name = pipe_9_E1219 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_336_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_337_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E317 # Unique branch id. +name = pipe_9_E1220 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_337_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_338_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E318 # Unique branch id. +name = pipe_9_E1221 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_338_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_339_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E319 # Unique branch id. +name = pipe_9_E1222 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_339_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_340_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E320 # Unique branch id. +name = pipe_9_E1223 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_340_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_341_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E321 # Unique branch id. +name = pipe_9_E1224 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_341_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_342_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E322 # Unique branch id. +name = pipe_9_E1225 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_342_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_343_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E323 # Unique branch id. +name = pipe_9_E1226 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_343_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_344_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E324 # Unique branch id. +name = pipe_9_E1227 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_344_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_345_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E325 # Unique branch id. +name = pipe_9_E1228 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_345_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_346_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E326 # Unique branch id. +name = pipe_9_E1229 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_346_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_347_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E327 # Unique branch id. +name = pipe_9_E1230 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_347_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_348_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E328 # Unique branch id. +name = pipe_9_E1231 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_348_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_349_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E329 # Unique branch id. +name = pipe_9_E1232 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_349_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_350_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E330 # Unique branch id. +name = pipe_9_E1233 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_350_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_351_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E331 # Unique branch id. +name = pipe_9_E1234 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_351_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_352_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E332 # Unique branch id. +name = pipe_9_E1235 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_352_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_353_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E333 # Unique branch id. +name = pipe_9_E1236 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_353_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_354_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E334 # Unique branch id. +name = pipe_9_E1237 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_354_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_355_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E335 # Unique branch id. +name = pipe_9_E1238 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_355_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_356_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E336 # Unique branch id. +name = pipe_9_E1239 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_356_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_357_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E337 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_357_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_358_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_8_E338 # Unique branch id. +name = pipe_10_E195 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_358_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_359_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E339 # Unique branch id. +name = pipe_10_E196 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_359_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_360_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E340 # Unique branch id. +name = pipe_10_E197 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_360_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_361_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E341 # Unique branch id. +name = pipe_10_E198 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_361_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_362_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E342 # Unique branch id. +name = pipe_10_E199 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_362_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_363_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E343 # Unique branch id. +name = pipe_10_E200 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_363_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_364_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E344 # Unique branch id. +name = pipe_10_E201 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_364_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_365_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E345 # Unique branch id. +name = pipe_10_E202 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_365_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_366_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E346 # Unique branch id. +name = pipe_10_E203 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_366_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_367_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E347 # Unique branch id. +name = pipe_10_E204 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_367_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_368_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E348 # Unique branch id. +name = pipe_10_E205 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_368_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_369_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E349 # Unique branch id. +name = pipe_10_E206 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_369_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_370_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E350 # Unique branch id. +name = pipe_10_E207 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_370_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_371_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E351 # Unique branch id. +name = pipe_10_E208 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_371_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_372_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E352 # Unique branch id. +name = pipe_10_E209 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_372_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_373_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E353 # Unique branch id. +name = pipe_10_E210 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_373_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_374_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E354 # Unique branch id. +name = pipe_10_E211 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_374_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_375_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E355 # Unique branch id. +name = pipe_10_E212 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_375_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_376_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E356 # Unique branch id. +name = pipe_10_E213 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_376_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_377_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E357 # Unique branch id. +name = pipe_10_E214 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_377_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_378_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E358 # Unique branch id. +name = pipe_10_E215 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_378_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_379_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E359 # Unique branch id. +name = pipe_10_E216 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_379_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_380_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E360 # Unique branch id. +name = pipe_10_E217 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_380_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_381_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E361 # Unique branch id. +name = pipe_10_E218 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_381_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_382_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E362 # Unique branch id. +name = pipe_10_E219 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_382_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_383_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E363 # Unique branch id. +name = pipe_10_E220 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_383_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_384_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E364 # Unique branch id. +name = pipe_10_E221 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_384_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_385_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E365 # Unique branch id. +name = pipe_10_E222 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_385_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_386_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E366 # Unique branch id. +name = pipe_10_E223 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_386_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_387_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E367 # Unique branch id. +name = pipe_10_E224 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_387_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_388_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E368 # Unique branch id. +name = pipe_10_E225 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_388_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_389_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E369 # Unique branch id. +name = pipe_10_E226 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_389_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_390_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E370 # Unique branch id. +name = pipe_10_E227 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_390_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_391_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E371 # Unique branch id. +name = pipe_10_E228 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_391_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_392_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E372 # Unique branch id. +name = pipe_10_E229 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_392_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_393_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E373 # Unique branch id. +name = pipe_10_E230 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_393_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_394_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E374 # Unique branch id. +name = pipe_10_E231 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_394_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_395_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E375 # Unique branch id. +name = pipe_10_E232 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_395_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_396_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E376 # Unique branch id. +name = pipe_10_E233 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_396_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_397_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E377 # Unique branch id. +name = pipe_10_E234 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_397_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_398_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E378 # Unique branch id. +name = pipe_10_E235 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_398_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_399_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E379 # Unique branch id. +name = pipe_10_E236 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_399_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_400_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E380 # Unique branch id. +name = pipe_10_E237 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_400_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_401_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E381 # Unique branch id. +name = pipe_10_E238 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_401_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_402_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E382 # Unique branch id. +name = pipe_10_E239 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_402_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_403_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E383 # Unique branch id. +name = pipe_10_E240 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_403_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_404_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E384 # Unique branch id. +name = pipe_10_E241 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_404_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_405_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E385 # Unique branch id. +name = pipe_10_E242 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_405_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_406_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E386 # Unique branch id. +name = pipe_10_E243 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_406_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_407_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E387 # Unique branch id. +name = pipe_10_E244 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_407_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_408_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E388 # Unique branch id. +name = pipe_10_E245 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_408_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_409_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E389 # Unique branch id. +name = pipe_10_E246 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_409_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_410_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E390 # Unique branch id. +name = pipe_10_E247 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_410_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_411_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E391 # Unique branch id. +name = pipe_10_E248 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_411_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_412_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E392 # Unique branch id. +name = pipe_10_E249 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_412_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_413_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E393 # Unique branch id. +name = pipe_10_E250 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_413_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_414_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E394 # Unique branch id. +name = pipe_10_E251 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_414_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_415_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E395 # Unique branch id. +name = pipe_10_E252 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_415_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_416_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E396 # Unique branch id. +name = pipe_10_E253 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_416_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_417_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E397 # Unique branch id. +name = pipe_10_E254 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_417_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_418_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E398 # Unique branch id. +name = pipe_10_E255 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_418_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_419_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E399 # Unique branch id. +name = pipe_10_E256 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_419_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_420_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E400 # Unique branch id. +name = pipe_10_E257 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_420_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_421_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E401 # Unique branch id. +name = pipe_10_E258 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_421_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_422_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E402 # Unique branch id. +name = pipe_10_E259 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_422_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_423_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E403 # Unique branch id. +name = pipe_10_E260 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_423_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_424_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E404 # Unique branch id. +name = pipe_10_E261 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_424_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_425_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E405 # Unique branch id. +name = pipe_10_E262 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_425_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_426_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E406 # Unique branch id. +name = pipe_10_E263 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_426_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_427_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E407 # Unique branch id. +name = pipe_10_E264 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_427_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_428_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E408 # Unique branch id. +name = pipe_10_E265 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_428_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_429_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E409 # Unique branch id. +name = pipe_10_E266 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_429_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_430_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E410 # Unique branch id. +name = pipe_10_E267 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_430_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_431_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E411 # Unique branch id. +name = pipe_10_E268 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_431_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_432_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E412 # Unique branch id. +name = pipe_10_E269 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_432_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_433_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E413 # Unique branch id. +name = pipe_10_E270 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_433_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_434_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E414 # Unique branch id. +name = pipe_10_E271 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_434_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_435_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E415 # Unique branch id. +name = pipe_10_E272 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_435_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_436_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E416 # Unique branch id. +name = pipe_10_E273 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_436_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_437_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E417 # Unique branch id. +name = pipe_10_E274 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_437_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_438_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E418 # Unique branch id. +name = pipe_10_E275 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_438_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_439_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E419 # Unique branch id. +name = pipe_10_E276 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_439_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_440_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E420 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_440_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_441_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_8_E421 # Unique branch id. +name = pipe_11_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_441_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_442_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E422 # Unique branch id. +name = pipe_11_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_442_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_443_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E423 # Unique branch id. +name = pipe_11_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_443_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_444_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E424 # Unique branch id. +name = pipe_11_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_444_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_445_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E425 # Unique branch id. +name = pipe_11_E4 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_445_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_446_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E426 # Unique branch id. +name = pipe_11_E5 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_446_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_447_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E427 # Unique branch id. +name = pipe_11_E6 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_447_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_448_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E428 # Unique branch id. +name = pipe_11_E7 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_448_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_449_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E429 # Unique branch id. +name = pipe_11_E8 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_449_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_450_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E430 # Unique branch id. +name = pipe_11_E9 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_450_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_451_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E431 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_451_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_452_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_8_E432 # Unique branch id. +name = pipe_12_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_452_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_453_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E433 # Unique branch id. +name = pipe_12_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_453_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_454_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E434 # Unique branch id. +name = pipe_12_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_454_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_455_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E435 # Unique branch id. +name = pipe_12_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_455_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_456_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E436 # Unique branch id. +name = pipe_12_E4 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_456_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_457_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E437 # Unique branch id. +name = pipe_12_E5 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_457_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_458_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E438 # Unique branch id. +name = pipe_12_E6 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_458_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_459_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E439 # Unique branch id. +name = pipe_15_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_459_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_460_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E440 # Unique branch id. +name = pipe_17_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_460_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_459_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_461_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E441 # Unique branch id. +name = pipe_18_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_461_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_462_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_462_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_461_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E442 # Unique branch id. +name = pipe_19_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_462_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_463_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E443 # Unique branch id. +name = pipe_19_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_463_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_464_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_461_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E444 # Unique branch id. +name = pipe_20_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_464_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_465_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E445 # Unique branch id. +name = pipe_20_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_465_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_466_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E446 # Unique branch id. +name = pipe_20_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_466_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_467_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E447 # Unique branch id. +name = pipe_20_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_467_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_468_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E448 # Unique branch id. +name = pipe_20_E4 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_468_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_469_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E449 # Unique branch id. +name = pipe_20_E5 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_469_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_470_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E450 # Unique branch id. +name = pipe_20_E6 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_470_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_471_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E451 # Unique branch id. +name = pipe_20_E7 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_471_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_472_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E452 # Unique branch id. +name = pipe_20_E8 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_472_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_473_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E453 # Unique branch id. +name = pipe_20_E9 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_473_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_474_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E454 # Unique branch id. +name = pipe_20_E10 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_474_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_475_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E455 # Unique branch id. +name = pipe_20_E11 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_475_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_476_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E456 # Unique branch id. +name = pipe_20_E12 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_476_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_477_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E457 # Unique branch id. +name = pipe_20_E13 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_477_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_478_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E458 # Unique branch id. +name = pipe_20_E14 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_478_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_479_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E459 # Unique branch id. +name = pipe_20_E15 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_479_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_480_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E460 # Unique branch id. +name = pipe_20_E16 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_480_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_481_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E461 # Unique branch id. +name = pipe_20_E17 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_481_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_482_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E462 # Unique branch id. +name = pipe_20_E18 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_482_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_483_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E463 # Unique branch id. +name = pipe_20_E19 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_483_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_484_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E464 # Unique branch id. +name = pipe_20_E20 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_484_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_485_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E465 # Unique branch id. +name = pipe_20_E21 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_485_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_486_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E466 # Unique branch id. +name = pipe_20_E22 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_486_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_487_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E467 # Unique branch id. +name = pipe_20_E23 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_487_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_488_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E468 # Unique branch id. +name = pipe_20_E24 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_488_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_489_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E469 # Unique branch id. +name = pipe_20_E25 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_489_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_490_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E470 # Unique branch id. +name = pipe_20_E26 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_490_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_491_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E471 # Unique branch id. +name = pipe_20_E27 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_491_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_492_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E472 # Unique branch id. +name = pipe_20_E28 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_492_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_493_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E473 # Unique branch id. +name = pipe_20_E29 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_493_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_494_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E474 # Unique branch id. +name = pipe_20_E30 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_494_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_495_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E475 # Unique branch id. +name = pipe_20_E31 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_495_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_496_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E476 # Unique branch id. +name = pipe_20_E32 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_496_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_497_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E477 # Unique branch id. +name = pipe_20_E33 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_497_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_498_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E478 # Unique branch id. +name = pipe_20_E34 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_498_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_499_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E479 # Unique branch id. +name = pipe_20_E35 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_499_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_500_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E480 # Unique branch id. +name = pipe_20_E36 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_500_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_501_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E481 # Unique branch id. +name = pipe_20_E37 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_501_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_502_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E482 # Unique branch id. +name = pipe_20_E38 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_502_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_503_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E483 # Unique branch id. +name = pipe_20_E39 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_503_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_504_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E484 # Unique branch id. +name = pipe_20_E40 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_504_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_505_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E485 # Unique branch id. +name = pipe_20_E41 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_505_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_506_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E486 # Unique branch id. +name = pipe_20_E42 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_506_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_507_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E487 # Unique branch id. +name = pipe_20_E43 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_507_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_508_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E488 # Unique branch id. +name = pipe_20_E44 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_508_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_509_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E489 # Unique branch id. +name = pipe_20_E45 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_509_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_510_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E490 # Unique branch id. +name = pipe_20_E46 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_510_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_511_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E491 # Unique branch id. +name = pipe_20_E47 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_511_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_512_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E492 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_512_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_513_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_8_E493 # Unique branch id. +name = pipe_21_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_513_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_514_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E494 # Unique branch id. +name = pipe_21_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_514_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_515_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E495 # Unique branch id. +name = pipe_21_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_515_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_516_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E496 # Unique branch id. +name = pipe_21_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_516_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_517_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E497 # Unique branch id. +name = pipe_21_E4 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_517_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_518_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E498 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_518_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_519_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_8_E499 # Unique branch id. +name = pipe_23_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_519_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_520_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E500 # Unique branch id. +name = pipe_23_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_520_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_521_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E501 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_521_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_522_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_8_E502 # Unique branch id. +name = pipe_24_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_522_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_523_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E503 # Unique branch id. +name = pipe_24_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_523_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_524_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E504 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_524_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_525_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_8_E505 # Unique branch id. +name = pipe_25_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_525_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_526_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E506 # Unique branch id. +name = pipe_25_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_526_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_527_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E507 # Unique branch id. +name = pipe_25_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_527_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_528_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E508 # Unique branch id. +name = pipe_26_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_528_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_529_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_522_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_524_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E509 # Unique branch id. +name = pipe_29_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_529_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_530_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E510 # Unique branch id. +name = pipe_29_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_530_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_531_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_522_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E511 # Unique branch id. +name = pipe_30_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_531_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_532_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E512 # Unique branch id. +name = pipe_30_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_532_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_533_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E513 # Unique branch id. +name = pipe_30_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_533_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_534_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E514 # Unique branch id. +name = pipe_30_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_534_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_535_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E515 # Unique branch id. +name = pipe_30_E4 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_535_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_536_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E516 # Unique branch id. +name = pipe_30_E5 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_536_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_537_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E517 # Unique branch id. +name = pipe_30_E6 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_537_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_538_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E518 # Unique branch id. +name = pipe_30_E7 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_538_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_539_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E519 # Unique branch id. +name = pipe_32_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_539_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_540_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E520 # Unique branch id. +name = pipe_32_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_540_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_541_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E521 # Unique branch id. +name = pipe_32_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_541_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_542_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E522 # Unique branch id. +name = pipe_32_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_542_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_543_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E523 # Unique branch id. +name = pipe_32_E4 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_543_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_544_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E524 # Unique branch id. +name = pipe_32_E5 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_544_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_545_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E525 # Unique branch id. +name = pipe_32_E6 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_545_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_546_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E526 # Unique branch id. +name = pipe_32_E7 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_546_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_547_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E527 # Unique branch id. +name = pipe_32_E8 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_547_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_548_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E528 # Unique branch id. +name = pipe_32_E9 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_548_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_549_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E529 # Unique branch id. +name = pipe_32_E10 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_549_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_550_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E530 # Unique branch id. +name = pipe_32_E11 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_550_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_551_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E531 # Unique branch id. +name = pipe_32_E12 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_551_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_552_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E532 # Unique branch id. +name = pipe_32_E13 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_552_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_553_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E533 # Unique branch id. +name = pipe_32_E14 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_553_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_554_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E534 # Unique branch id. +name = pipe_32_E15 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_554_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_555_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E535 # Unique branch id. +name = pipe_32_E16 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_555_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_556_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E536 # Unique branch id. +name = pipe_32_E17 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_556_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_557_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E537 # Unique branch id. +name = pipe_32_E18 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_557_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_558_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E538 # Unique branch id. +name = pipe_32_E19 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_558_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_559_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E539 # Unique branch id. +name = pipe_32_E20 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_559_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_560_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E540 # Unique branch id. +name = pipe_32_E21 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_560_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_561_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E541 # Unique branch id. +name = pipe_32_E22 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_561_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_562_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E542 # Unique branch id. +name = pipe_32_E23 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_562_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_563_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E543 # Unique branch id. +name = pipe_32_E24 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_563_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_564_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E544 # Unique branch id. +name = pipe_32_E25 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_564_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_565_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E545 # Unique branch id. +name = pipe_32_E26 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_565_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_566_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E546 # Unique branch id. +name = pipe_32_E27 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_566_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_567_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E547 # Unique branch id. +name = pipe_32_E28 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_567_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_568_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E548 # Unique branch id. +name = pipe_32_E29 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_568_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_569_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E549 # Unique branch id. +name = pipe_32_E30 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_569_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_570_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E550 # Unique branch id. +name = pipe_32_E31 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_570_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_571_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E551 # Unique branch id. +name = pipe_32_E32 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_571_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_572_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E552 # Unique branch id. +name = pipe_32_E33 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_572_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_573_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E553 # Unique branch id. +name = pipe_32_E34 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_573_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_574_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E554 # Unique branch id. +name = pipe_32_E35 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_574_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_575_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E555 # Unique branch id. +name = pipe_32_E36 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_575_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_576_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E556 # Unique branch id. +name = pipe_32_E37 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_576_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_577_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E557 # Unique branch id. +name = pipe_32_E38 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_577_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_578_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E558 # Unique branch id. +name = pipe_32_E39 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_578_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_579_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E559 # Unique branch id. +name = pipe_32_E40 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_579_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_580_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E560 # Unique branch id. +name = pipe_32_E41 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_580_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_581_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E561 # Unique branch id. +name = pipe_32_E42 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_581_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_582_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E562 # Unique branch id. +name = pipe_32_E43 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_582_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_583_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E563 # Unique branch id. +name = pipe_32_E44 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_583_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_584_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E564 # Unique branch id. +name = pipe_32_E45 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_584_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_585_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E565 # Unique branch id. +name = pipe_32_E46 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_585_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_586_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_8_E566 # Unique branch id. +name = pipe_32_E47 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_586_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_587_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E0 # Unique branch id. +name = pipe_32_E48 # Unique branch id. +branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. +isLengthCustom = 1 # branch length specified by user. +sourceCompartmentName = manhole_587_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_588_generated # Source compartment name this sewer connection is beginning. + +[Branch] +name = pipe_32_E49 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_588_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_589_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E1 # Unique branch id. +name = pipe_32_E50 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_589_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_590_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E2 # Unique branch id. +name = pipe_32_E51 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_590_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_591_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E3 # Unique branch id. +name = pipe_32_E52 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_591_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_592_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E4 # Unique branch id. +name = pipe_32_E53 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_592_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_593_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E5 # Unique branch id. +name = pipe_32_E54 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_593_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_594_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E6 # Unique branch id. +name = pipe_32_E55 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_594_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_595_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E7 # Unique branch id. +name = pipe_32_E56 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_595_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_596_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E8 # Unique branch id. +name = pipe_32_E57 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_596_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_597_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E9 # Unique branch id. +name = pipe_32_E58 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_597_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_598_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E10 # Unique branch id. +name = pipe_32_E59 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_598_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_599_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E11 # Unique branch id. +name = pipe_32_E60 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_599_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_600_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E12 # Unique branch id. +name = pipe_32_E61 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_600_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_601_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E13 # Unique branch id. +name = pipe_32_E62 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_601_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_602_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E14 # Unique branch id. +name = pipe_32_E63 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_602_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_603_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E15 # Unique branch id. +name = pipe_32_E64 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_603_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_604_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E16 # Unique branch id. +name = pipe_32_E65 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_604_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_605_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E17 # Unique branch id. +name = pipe_32_E66 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_605_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_606_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E18 # Unique branch id. +name = pipe_32_E67 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_606_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_607_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E19 # Unique branch id. +name = pipe_32_E68 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_607_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_608_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E20 # Unique branch id. +name = pipe_32_E69 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_608_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_609_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E21 # Unique branch id. +name = pipe_32_E70 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_609_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_610_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E22 # Unique branch id. +name = pipe_32_E71 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_610_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_611_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E23 # Unique branch id. +name = pipe_32_E72 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_611_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_612_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E24 # Unique branch id. +name = pipe_32_E73 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_612_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_613_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E25 # Unique branch id. +name = pipe_33_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_613_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_539_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_614_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E26 # Unique branch id. +name = pipe_33_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_614_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_615_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E27 # Unique branch id. +name = pipe_33_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_615_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_616_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E28 # Unique branch id. +name = pipe_33_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_616_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_617_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E29 # Unique branch id. +name = pipe_33_E4 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_617_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_618_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E30 # Unique branch id. +name = pipe_33_E5 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_618_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_619_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E31 # Unique branch id. +name = pipe_33_E6 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_619_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_620_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E32 # Unique branch id. +name = pipe_33_E7 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_620_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_621_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E33 # Unique branch id. +name = pipe_33_E8 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_621_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_622_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E34 # Unique branch id. +name = pipe_33_E9 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_622_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_623_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E35 # Unique branch id. +name = pipe_33_E10 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_623_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_624_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E36 # Unique branch id. +name = pipe_33_E11 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_624_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_625_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E37 # Unique branch id. +name = pipe_33_E12 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_625_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_626_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E38 # Unique branch id. +name = pipe_34_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_626_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_10_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_627_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E39 # Unique branch id. +name = pipe_34_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_627_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_628_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E40 # Unique branch id. +name = pipe_34_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_628_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_629_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E41 # Unique branch id. +name = pipe_34_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_629_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_630_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E42 # Unique branch id. +name = pipe_34_E4 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_630_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_631_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E43 # Unique branch id. +name = pipe_34_E5 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_631_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_632_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E44 # Unique branch id. +name = pipe_34_E6 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_632_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_633_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E45 # Unique branch id. +name = pipe_34_E7 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_633_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_634_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E46 # Unique branch id. +name = pipe_34_E8 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_634_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_635_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E47 # Unique branch id. +name = pipe_34_E9 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_635_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_636_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E48 # Unique branch id. +name = pipe_34_E10 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_636_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_637_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E49 # Unique branch id. +name = pipe_34_E11 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_637_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_638_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E50 # Unique branch id. +name = pipe_34_E12 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_638_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_639_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E51 # Unique branch id. +name = pipe_34_E13 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_639_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_640_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E52 # Unique branch id. +name = pipe_34_E14 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_640_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_641_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E53 # Unique branch id. +name = pipe_34_E15 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_641_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_642_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E54 # Unique branch id. +name = pipe_34_E16 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_642_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_643_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E55 # Unique branch id. +name = pipe_34_E17 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_643_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_644_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E56 # Unique branch id. +name = pipe_34_E18 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_644_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_645_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E57 # Unique branch id. +name = pipe_34_E19 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_645_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_646_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E58 # Unique branch id. +name = pipe_34_E20 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_646_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_647_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E59 # Unique branch id. +name = pipe_34_E21 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_647_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_648_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E60 # Unique branch id. +name = pipe_34_E22 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_648_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_649_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E61 # Unique branch id. +name = pipe_34_E23 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_649_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_650_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E62 # Unique branch id. +name = pipe_34_E24 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_650_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_651_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E63 # Unique branch id. +name = pipe_34_E25 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_651_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_652_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E64 # Unique branch id. +name = pipe_34_E26 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_652_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_653_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E65 # Unique branch id. +name = pipe_34_E27 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_653_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_654_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E66 # Unique branch id. +name = pipe_34_E28 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_654_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_655_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E67 # Unique branch id. +name = pipe_34_E29 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_655_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_656_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E68 # Unique branch id. +name = pipe_34_E30 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_656_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_657_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E69 # Unique branch id. +name = pipe_34_E31 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_657_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_658_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E70 # Unique branch id. +name = pipe_34_E32 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_658_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_659_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E71 # Unique branch id. +name = pipe_34_E33 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_659_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_660_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E72 # Unique branch id. +name = pipe_34_E34 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_660_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_661_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E73 # Unique branch id. +name = pipe_34_E35 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_661_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_662_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E74 # Unique branch id. +name = pipe_34_E36 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_662_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_663_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E75 # Unique branch id. +name = pipe_34_E37 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_663_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_664_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E76 # Unique branch id. +name = pipe_34_E38 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_664_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_665_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E77 # Unique branch id. +name = pipe_34_E39 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_665_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_666_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E78 # Unique branch id. +name = pipe_34_E40 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_666_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_667_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E79 # Unique branch id. +name = pipe_34_E41 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_667_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_668_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E80 # Unique branch id. +name = pipe_34_E42 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_668_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_669_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E81 # Unique branch id. +name = pipe_34_E43 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_669_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_670_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E82 # Unique branch id. +name = pipe_34_E44 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_670_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_671_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E83 # Unique branch id. +name = pipe_34_E45 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_671_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_672_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E84 # Unique branch id. +name = pipe_34_E46 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_672_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_673_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E85 # Unique branch id. +name = pipe_34_E47 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_673_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_674_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E86 # Unique branch id. +name = pipe_34_E48 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_674_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_675_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E87 # Unique branch id. +name = pipe_34_E49 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_675_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_676_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E88 # Unique branch id. +name = pipe_34_E50 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_676_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_677_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E89 # Unique branch id. +name = pipe_34_E51 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_677_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_678_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E90 # Unique branch id. +name = pipe_34_E52 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_678_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_679_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E91 # Unique branch id. +name = pipe_34_E53 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_679_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_680_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E92 # Unique branch id. +name = pipe_34_E54 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_680_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_681_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E93 # Unique branch id. +name = pipe_34_E55 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_681_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_682_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E94 # Unique branch id. +name = pipe_34_E56 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_682_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_683_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E95 # Unique branch id. +name = pipe_34_E57 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_683_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_684_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E96 # Unique branch id. +name = pipe_34_E58 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_684_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_685_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E97 # Unique branch id. +name = pipe_34_E59 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_685_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_686_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E98 # Unique branch id. +name = pipe_34_E60 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_686_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_687_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E99 # Unique branch id. +name = pipe_34_E61 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_687_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_688_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E100 # Unique branch id. +name = pipe_34_E62 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_688_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_689_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E101 # Unique branch id. +name = pipe_34_E63 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_689_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_690_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E102 # Unique branch id. +name = pipe_34_E64 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_690_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_691_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E103 # Unique branch id. +name = pipe_34_E65 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_691_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_692_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E104 # Unique branch id. +name = pipe_34_E66 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_692_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_693_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E105 # Unique branch id. +name = pipe_34_E67 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_693_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_694_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E106 # Unique branch id. +name = pipe_34_E68 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_694_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_695_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E107 # Unique branch id. +name = pipe_34_E69 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_695_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_696_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E108 # Unique branch id. +name = pipe_34_E70 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_696_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_697_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E109 # Unique branch id. +name = pipe_34_E71 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_697_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_698_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E110 # Unique branch id. +name = pipe_34_E72 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_698_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_699_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E111 # Unique branch id. +name = pipe_34_E73 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_699_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_700_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E112 # Unique branch id. +name = pipe_34_E74 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_700_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_701_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E113 # Unique branch id. +name = pipe_34_E75 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_701_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_702_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E114 # Unique branch id. +name = pipe_34_E76 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_702_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_703_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E115 # Unique branch id. +name = pipe_34_E77 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_703_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_704_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E116 # Unique branch id. +name = pipe_34_E78 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_704_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_705_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E117 # Unique branch id. +name = pipe_34_E79 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_705_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_706_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E118 # Unique branch id. +name = pipe_34_E80 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_706_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_707_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E119 # Unique branch id. +name = pipe_34_E81 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_707_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_708_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E120 # Unique branch id. +name = pipe_34_E82 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_708_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_709_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E121 # Unique branch id. +name = pipe_34_E83 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_709_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_710_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E122 # Unique branch id. +name = pipe_34_E84 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_710_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_711_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E123 # Unique branch id. +name = pipe_34_E85 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_711_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_712_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E124 # Unique branch id. +name = pipe_34_E86 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_712_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_713_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E125 # Unique branch id. +name = pipe_34_E87 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_713_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_714_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E126 # Unique branch id. +name = pipe_34_E88 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_714_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_715_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E127 # Unique branch id. +name = pipe_34_E89 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_715_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_716_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E128 # Unique branch id. +name = pipe_35_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_716_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_717_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E129 # Unique branch id. +name = pipe_35_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_717_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_718_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E130 # Unique branch id. +name = pipe_36_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_718_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_719_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_719_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_716_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E131 # Unique branch id. +name = pipe_37_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_719_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_720_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_720_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_716_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E132 # Unique branch id. +name = pipe_38_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_720_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_718_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_721_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E133 # Unique branch id. +name = pipe_38_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_721_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_722_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E134 # Unique branch id. +name = pipe_38_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_722_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_723_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E135 # Unique branch id. +name = pipe_39_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_723_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_718_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_724_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E136 # Unique branch id. +name = pipe_39_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_724_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_725_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E137 # Unique branch id. +name = pipe_39_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_725_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_726_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E138 # Unique branch id. +name = pipe_39_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_726_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_723_generated # Source compartment name this sewer connection is beginning. + +[Branch] +name = pipe_40_E0 # Unique branch id. +branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. +isLengthCustom = 1 # branch length specified by user. +sourceCompartmentName = manhole_723_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_727_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E139 # Unique branch id. +name = pipe_40_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_727_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_728_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E140 # Unique branch id. +name = pipe_40_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_728_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_729_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E141 # Unique branch id. +name = pipe_40_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_729_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_730_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E142 # Unique branch id. +name = pipe_40_E4 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_730_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_731_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E143 # Unique branch id. +name = pipe_40_E5 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_731_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_732_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E144 # Unique branch id. +name = pipe_40_E6 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_732_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_733_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E145 # Unique branch id. +name = pipe_40_E7 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_733_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_734_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E146 # Unique branch id. +name = pipe_40_E8 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_734_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_735_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E147 # Unique branch id. +name = pipe_40_E9 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_735_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_736_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E148 # Unique branch id. +name = pipe_40_E10 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_736_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_737_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E149 # Unique branch id. +name = pipe_40_E11 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_737_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_738_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E150 # Unique branch id. +name = pipe_40_E12 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_738_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_739_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E151 # Unique branch id. +name = pipe_40_E13 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_739_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_740_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E152 # Unique branch id. +name = pipe_40_E14 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_740_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_741_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E153 # Unique branch id. +name = pipe_40_E15 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_741_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_742_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E154 # Unique branch id. +name = pipe_40_E16 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_742_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_743_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E155 # Unique branch id. +name = pipe_40_E17 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_743_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_744_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E156 # Unique branch id. +name = pipe_40_E18 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_744_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_745_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E157 # Unique branch id. +name = pipe_40_E19 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_745_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_746_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E158 # Unique branch id. +name = pipe_40_E20 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_746_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_747_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E159 # Unique branch id. +name = pipe_40_E21 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_747_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_748_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E160 # Unique branch id. +name = pipe_40_E22 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_748_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_749_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E161 # Unique branch id. +name = pipe_40_E23 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_749_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_750_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E162 # Unique branch id. +name = pipe_40_E24 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_750_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_751_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E163 # Unique branch id. +name = pipe_40_E25 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_751_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_752_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E164 # Unique branch id. +name = pipe_40_E26 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_752_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_753_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E165 # Unique branch id. +name = pipe_40_E27 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_753_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_754_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E166 # Unique branch id. +name = pipe_40_E28 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_754_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_755_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E167 # Unique branch id. +name = pipe_40_E29 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_755_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_756_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E168 # Unique branch id. +name = pipe_40_E30 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_756_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_757_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E169 # Unique branch id. +name = pipe_40_E31 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_757_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_758_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E170 # Unique branch id. +name = pipe_40_E32 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_758_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_759_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E171 # Unique branch id. +name = pipe_40_E33 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_759_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_760_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E172 # Unique branch id. +name = pipe_40_E34 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_760_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_761_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E173 # Unique branch id. +name = pipe_40_E35 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_761_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_762_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E174 # Unique branch id. +name = pipe_40_E36 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_762_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_763_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E175 # Unique branch id. +name = pipe_40_E37 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_763_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_764_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E176 # Unique branch id. +name = pipe_40_E38 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_764_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_765_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E177 # Unique branch id. +name = pipe_41_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_765_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_766_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E178 # Unique branch id. +name = pipe_41_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_766_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_767_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E179 # Unique branch id. +name = pipe_41_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_767_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_768_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E180 # Unique branch id. +name = pipe_41_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_768_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_769_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E181 # Unique branch id. +name = pipe_41_E4 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_769_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_770_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E182 # Unique branch id. +name = pipe_41_E5 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_770_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_771_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E183 # Unique branch id. +name = pipe_41_E6 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_771_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_772_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E184 # Unique branch id. +name = pipe_41_E7 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_772_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_773_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E185 # Unique branch id. +name = pipe_41_E8 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_773_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_774_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E186 # Unique branch id. +name = pipe_41_E9 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_774_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_775_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E187 # Unique branch id. +name = pipe_41_E10 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_775_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_776_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E188 # Unique branch id. +name = pipe_41_E11 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_776_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_777_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E189 # Unique branch id. +name = pipe_41_E12 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_777_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_778_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E190 # Unique branch id. +name = pipe_41_E13 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_778_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_779_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E191 # Unique branch id. +name = pipe_41_E14 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_779_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_780_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E192 # Unique branch id. +name = pipe_41_E15 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_780_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_781_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E193 # Unique branch id. +name = pipe_41_E16 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_781_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_782_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E194 # Unique branch id. +name = pipe_41_E17 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_782_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_783_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E195 # Unique branch id. +name = pipe_41_E18 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_783_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_784_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E196 # Unique branch id. +name = pipe_41_E19 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_784_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_785_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E197 # Unique branch id. +name = pipe_41_E20 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_785_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_786_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E198 # Unique branch id. +name = pipe_41_E21 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_786_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_787_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E199 # Unique branch id. +name = pipe_41_E22 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_787_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_788_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E200 # Unique branch id. +name = pipe_41_E23 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_788_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_789_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E201 # Unique branch id. +name = pipe_41_E24 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_789_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_790_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E202 # Unique branch id. +name = pipe_41_E25 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_790_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_791_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E203 # Unique branch id. +name = pipe_41_E26 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_791_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_792_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E204 # Unique branch id. +name = pipe_41_E27 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_792_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_793_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E205 # Unique branch id. +name = pipe_41_E28 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_793_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_794_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E206 # Unique branch id. +name = pipe_41_E29 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_794_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_795_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E207 # Unique branch id. +name = pipe_41_E30 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_795_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_796_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E208 # Unique branch id. +name = pipe_41_E31 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_796_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_797_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E209 # Unique branch id. +name = pipe_41_E32 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_797_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_798_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E210 # Unique branch id. +name = pipe_41_E33 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_798_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_799_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E211 # Unique branch id. +name = pipe_41_E34 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_799_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_800_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E212 # Unique branch id. +name = pipe_41_E35 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_800_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_801_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E213 # Unique branch id. +name = pipe_41_E36 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_801_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_802_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E214 # Unique branch id. +name = pipe_41_E37 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_802_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_803_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E215 # Unique branch id. +name = pipe_41_E38 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_803_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_804_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E216 # Unique branch id. +name = pipe_41_E39 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_804_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_805_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E217 # Unique branch id. +name = pipe_41_E40 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_805_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_806_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E218 # Unique branch id. +name = pipe_41_E41 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_806_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_807_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E219 # Unique branch id. +name = pipe_41_E42 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_807_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_808_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E220 # Unique branch id. +name = pipe_41_E43 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_808_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_809_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E221 # Unique branch id. +name = pipe_41_E44 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_809_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_810_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E222 # Unique branch id. +name = pipe_41_E45 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_810_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_811_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E223 # Unique branch id. +name = pipe_41_E46 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_811_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_812_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E224 # Unique branch id. +name = pipe_41_E47 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_812_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_813_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E225 # Unique branch id. +name = pipe_41_E48 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_813_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_814_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E226 # Unique branch id. +name = pipe_41_E49 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_814_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_815_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E227 # Unique branch id. +name = pipe_41_E50 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_815_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_816_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E228 # Unique branch id. +name = pipe_41_E51 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_816_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_817_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E229 # Unique branch id. +name = pipe_41_E52 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_817_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_818_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E230 # Unique branch id. +name = pipe_41_E53 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_818_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_819_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E231 # Unique branch id. +name = pipe_41_E54 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_819_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_820_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E232 # Unique branch id. +name = pipe_41_E55 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_820_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_821_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E233 # Unique branch id. +name = pipe_41_E56 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_821_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_822_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E234 # Unique branch id. +name = pipe_41_E57 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_822_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_823_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E235 # Unique branch id. +name = pipe_41_E58 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_823_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_824_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E236 # Unique branch id. +name = pipe_41_E59 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_824_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_825_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E237 # Unique branch id. +name = pipe_41_E60 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_825_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_826_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E238 # Unique branch id. +name = pipe_41_E61 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_826_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_827_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E239 # Unique branch id. +name = pipe_41_E62 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_827_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_828_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E240 # Unique branch id. +name = pipe_41_E63 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_828_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_829_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E241 # Unique branch id. +name = pipe_41_E64 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_829_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_830_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E242 # Unique branch id. +name = pipe_41_E65 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_830_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_831_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E243 # Unique branch id. +name = pipe_41_E66 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_831_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_832_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E244 # Unique branch id. +name = pipe_41_E67 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_832_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_833_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E245 # Unique branch id. +name = pipe_41_E68 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_833_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_834_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E246 # Unique branch id. +name = pipe_41_E69 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_834_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_835_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E247 # Unique branch id. +name = pipe_41_E70 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_835_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_836_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E248 # Unique branch id. +name = pipe_41_E71 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_836_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_837_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E249 # Unique branch id. +name = pipe_41_E72 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_837_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_838_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E250 # Unique branch id. +name = pipe_41_E73 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_838_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_839_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E251 # Unique branch id. +name = pipe_41_E74 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_839_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_840_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E252 # Unique branch id. +name = pipe_41_E75 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_840_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_841_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E253 # Unique branch id. +name = pipe_41_E76 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_841_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_842_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E254 # Unique branch id. +name = pipe_41_E77 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_842_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_843_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E255 # Unique branch id. +name = pipe_41_E78 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_843_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_844_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E256 # Unique branch id. +name = pipe_41_E79 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_844_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_845_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E257 # Unique branch id. +name = pipe_41_E80 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_845_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_846_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E258 # Unique branch id. +name = pipe_41_E81 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_846_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_847_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E259 # Unique branch id. +name = pipe_41_E82 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_847_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_848_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E260 # Unique branch id. +name = pipe_41_E83 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_848_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_849_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E261 # Unique branch id. +name = pipe_41_E84 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_849_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_850_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E262 # Unique branch id. +name = pipe_41_E85 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_850_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_851_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E263 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_851_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_852_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E264 # Unique branch id. +name = pipe_42_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_852_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_853_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E265 # Unique branch id. +name = pipe_42_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_853_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_854_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E266 # Unique branch id. +name = pipe_42_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_854_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_855_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E267 # Unique branch id. +name = pipe_42_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_855_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_856_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E268 # Unique branch id. +name = pipe_42_E4 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_856_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_857_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E269 # Unique branch id. +name = pipe_42_E5 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_857_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_858_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E270 # Unique branch id. +name = pipe_42_E6 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_858_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_859_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E271 # Unique branch id. +name = pipe_42_E7 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_859_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_860_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E272 # Unique branch id. +name = pipe_43_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_860_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_861_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_861_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_862_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E273 # Unique branch id. +name = pipe_43_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_861_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_862_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_862_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_852_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E274 # Unique branch id. +name = pipe_44_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_862_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_852_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_863_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E275 # Unique branch id. +name = pipe_44_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_863_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_864_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E276 # Unique branch id. +name = pipe_44_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_864_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_865_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E277 # Unique branch id. +name = pipe_44_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_865_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_866_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E278 # Unique branch id. +name = pipe_44_E4 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_866_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_867_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E279 # Unique branch id. +name = pipe_44_E5 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_867_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_868_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E280 # Unique branch id. +name = pipe_44_E6 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_868_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_869_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E281 # Unique branch id. +name = pipe_44_E7 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_869_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_870_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E282 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_870_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_871_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E283 # Unique branch id. +name = pipe_45_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_871_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_872_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E284 # Unique branch id. +name = pipe_45_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_872_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_873_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E285 # Unique branch id. +name = pipe_45_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_873_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_874_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E286 # Unique branch id. +name = pipe_45_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_874_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_861_generated # Source compartment name this sewer connection is beginning. + +[Branch] +name = pipe_46_E0 # Unique branch id. +branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. +isLengthCustom = 1 # branch length specified by user. +sourceCompartmentName = manhole_870_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_875_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E287 # Unique branch id. +name = pipe_46_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_875_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_876_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E288 # Unique branch id. +name = pipe_46_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_876_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_877_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E289 # Unique branch id. +name = pipe_46_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_877_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_878_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E290 # Unique branch id. +name = pipe_46_E4 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_878_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_879_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_861_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E291 # Unique branch id. +name = pipe_47_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_879_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_880_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E292 # Unique branch id. +name = pipe_47_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_880_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_881_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E293 # Unique branch id. +name = pipe_47_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_881_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_882_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E294 # Unique branch id. +name = pipe_47_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_882_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_883_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E295 # Unique branch id. +name = pipe_47_E4 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_883_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_884_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E296 # Unique branch id. +name = pipe_47_E5 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_884_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_885_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_870_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E297 # Unique branch id. +name = pipe_48_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_885_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_886_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_870_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_885_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E298 # Unique branch id. +name = pipe_49_E125 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_886_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_887_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E299 # Unique branch id. +name = pipe_49_E126 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_887_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_888_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E300 # Unique branch id. +name = pipe_49_E127 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_888_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_889_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E301 # Unique branch id. +name = pipe_49_E128 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_889_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_890_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E302 # Unique branch id. +name = pipe_49_E129 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_890_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_891_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E303 # Unique branch id. +name = pipe_49_E130 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_891_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_892_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E304 # Unique branch id. +name = pipe_49_E131 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_892_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_893_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E305 # Unique branch id. +name = pipe_49_E132 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_893_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_894_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E306 # Unique branch id. +name = pipe_49_E133 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_894_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_895_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E307 # Unique branch id. +name = pipe_49_E134 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_895_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_896_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E308 # Unique branch id. +name = pipe_49_E135 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_896_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_897_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E309 # Unique branch id. +name = pipe_49_E136 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_897_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_898_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E310 # Unique branch id. +name = pipe_49_E137 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_898_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_899_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E311 # Unique branch id. +name = pipe_49_E138 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_899_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_900_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E312 # Unique branch id. +name = pipe_49_E139 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_900_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_901_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E313 # Unique branch id. +name = pipe_49_E140 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_901_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_902_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E314 # Unique branch id. +name = pipe_49_E141 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_902_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_903_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E315 # Unique branch id. +name = pipe_49_E142 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_903_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_904_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E316 # Unique branch id. +name = pipe_49_E143 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_904_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_905_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E317 # Unique branch id. +name = pipe_49_E144 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_905_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_906_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E318 # Unique branch id. +name = pipe_49_E145 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_906_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_907_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E319 # Unique branch id. +name = pipe_49_E146 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_907_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_908_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E320 # Unique branch id. +name = pipe_49_E147 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_908_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_909_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E321 # Unique branch id. +name = pipe_49_E148 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_909_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_910_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E322 # Unique branch id. +name = pipe_49_E149 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_910_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_911_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E323 # Unique branch id. +name = pipe_49_E150 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_911_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_912_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E324 # Unique branch id. +name = pipe_49_E151 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_912_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_913_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E325 # Unique branch id. +name = pipe_49_E152 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_913_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_914_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E326 # Unique branch id. +name = pipe_49_E153 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_914_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_915_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E327 # Unique branch id. +name = pipe_49_E154 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_915_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_916_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E328 # Unique branch id. +name = pipe_49_E155 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_916_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_917_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E329 # Unique branch id. +name = pipe_49_E156 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_917_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_918_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E330 # Unique branch id. +name = pipe_49_E157 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_918_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_919_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E331 # Unique branch id. +name = pipe_49_E158 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_919_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_920_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E332 # Unique branch id. +name = pipe_49_E159 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_920_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_921_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E333 # Unique branch id. +name = pipe_49_E160 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_921_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_922_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E334 # Unique branch id. +name = pipe_49_E161 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_922_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_923_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E335 # Unique branch id. +name = pipe_49_E162 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_923_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_924_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E336 # Unique branch id. +name = pipe_49_E163 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_924_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_925_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E337 # Unique branch id. +name = pipe_49_E164 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_925_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_926_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E338 # Unique branch id. +name = pipe_49_E165 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_926_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_927_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E339 # Unique branch id. +name = pipe_49_E166 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_927_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_928_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E340 # Unique branch id. +name = pipe_49_E167 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_928_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_929_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E341 # Unique branch id. +name = pipe_49_E168 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_929_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_930_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E342 # Unique branch id. +name = pipe_49_E169 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_930_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_931_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E343 # Unique branch id. +name = pipe_49_E170 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_931_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_932_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E344 # Unique branch id. +name = pipe_49_E171 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_932_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_933_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E345 # Unique branch id. +name = pipe_49_E172 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_933_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_934_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E346 # Unique branch id. +name = pipe_49_E173 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_934_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_935_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E347 # Unique branch id. +name = pipe_49_E174 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_935_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_936_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E348 # Unique branch id. +name = pipe_49_E175 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_936_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_937_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E349 # Unique branch id. +name = pipe_49_E176 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_937_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_938_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E350 # Unique branch id. +name = pipe_49_E177 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_938_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_939_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E351 # Unique branch id. +name = pipe_49_E178 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_939_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_940_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E352 # Unique branch id. +name = pipe_49_E179 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_940_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_941_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E353 # Unique branch id. +name = pipe_49_E180 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_941_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_942_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E354 # Unique branch id. +name = pipe_49_E181 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_942_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_943_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E355 # Unique branch id. +name = pipe_49_E182 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_943_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_944_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E356 # Unique branch id. +name = pipe_49_E183 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_944_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_945_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E357 # Unique branch id. +name = pipe_49_E184 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_945_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_946_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E358 # Unique branch id. +name = pipe_49_E185 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_946_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_947_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E359 # Unique branch id. +name = pipe_49_E186 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_947_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_948_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E360 # Unique branch id. +name = pipe_49_E187 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_948_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_949_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E361 # Unique branch id. +name = pipe_49_E188 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_949_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_950_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E362 # Unique branch id. +name = pipe_49_E189 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_950_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_951_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E363 # Unique branch id. +name = pipe_49_E190 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_951_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_952_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E364 # Unique branch id. +name = pipe_49_E191 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_952_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_953_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E365 # Unique branch id. +name = pipe_49_E192 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_953_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_954_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E366 # Unique branch id. +name = pipe_49_E193 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_954_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_955_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E367 # Unique branch id. +name = pipe_49_E194 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_955_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_956_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E368 # Unique branch id. +name = pipe_49_E195 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_956_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_957_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E369 # Unique branch id. +name = pipe_49_E196 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_957_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_958_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E370 # Unique branch id. +name = pipe_49_E197 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_958_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_959_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E371 # Unique branch id. +name = pipe_49_E198 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_959_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_960_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E372 # Unique branch id. +name = pipe_49_E199 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_960_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_961_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E373 # Unique branch id. +name = pipe_49_E200 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_961_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_962_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E374 # Unique branch id. +name = pipe_49_E201 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_962_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_963_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E375 # Unique branch id. +name = pipe_49_E202 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_963_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_964_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E376 # Unique branch id. +name = pipe_49_E203 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_964_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_965_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E377 # Unique branch id. +name = pipe_49_E204 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_965_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_966_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E378 # Unique branch id. +name = pipe_49_E205 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_966_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_967_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E379 # Unique branch id. +name = pipe_49_E206 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_967_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_968_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E380 # Unique branch id. +name = pipe_49_E207 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_968_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_969_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E381 # Unique branch id. +name = pipe_49_E208 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_969_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_970_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E382 # Unique branch id. +name = pipe_49_E209 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_970_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_971_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E383 # Unique branch id. +name = pipe_49_E210 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_971_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_972_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E384 # Unique branch id. +name = pipe_49_E211 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_972_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_973_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E385 # Unique branch id. +name = pipe_49_E212 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_973_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_974_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E386 # Unique branch id. +name = pipe_49_E213 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_974_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_975_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E387 # Unique branch id. +name = pipe_49_E214 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_975_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_976_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E388 # Unique branch id. +name = pipe_49_E215 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_976_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_977_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E389 # Unique branch id. +name = pipe_49_E216 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_977_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_978_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E390 # Unique branch id. +name = pipe_49_E217 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_978_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_979_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E391 # Unique branch id. +name = pipe_49_E218 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_979_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_980_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E392 # Unique branch id. +name = pipe_49_E219 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_980_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_981_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E393 # Unique branch id. +name = pipe_49_E220 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_981_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_982_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E394 # Unique branch id. +name = pipe_49_E221 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_982_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_983_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E395 # Unique branch id. +name = pipe_50_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_983_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_851_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_984_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E396 # Unique branch id. +name = pipe_50_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_984_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_985_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E397 # Unique branch id. +name = pipe_50_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_985_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_986_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E398 # Unique branch id. +name = pipe_50_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_986_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_987_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E399 # Unique branch id. +name = pipe_50_E4 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_987_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_988_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E400 # Unique branch id. +name = pipe_50_E5 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_988_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_989_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E401 # Unique branch id. +name = pipe_50_E6 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_989_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_990_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E402 # Unique branch id. +name = pipe_50_E7 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_990_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_991_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E403 # Unique branch id. +name = pipe_50_E8 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_991_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_992_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E404 # Unique branch id. +name = pipe_51_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_992_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_993_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E405 # Unique branch id. +name = pipe_51_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_993_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_994_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E406 # Unique branch id. +name = pipe_51_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_994_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_995_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E407 # Unique branch id. +name = pipe_51_E3 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_995_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_996_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E408 # Unique branch id. +name = pipe_51_E4 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_996_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_997_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E409 # Unique branch id. +name = pipe_51_E5 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_997_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_998_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E410 # Unique branch id. +name = pipe_51_E6 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_998_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_999_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E411 # Unique branch id. +name = pipe_51_E7 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_999_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_1000_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E412 # Unique branch id. +name = pipe_51_E8 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_1000_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_1001_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E413 # Unique branch id. +name = pipe_51_E9 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_1001_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_1002_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E414 # Unique branch id. +name = pipe_51_E10 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_1002_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_1003_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E415 # Unique branch id. +name = pipe_51_E11 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_1003_generated # Source compartment name this sewer connection is beginning. targetCompartmentName = manhole_1004_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E416 # Unique branch id. +name = pipe_51_E12 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. sourceCompartmentName = manhole_1004_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1005_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E417 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1005_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1006_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E418 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1006_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1007_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E419 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1007_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1008_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E420 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1008_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1009_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E421 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1009_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1010_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E422 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1010_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1011_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_851_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E423 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1011_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1012_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E424 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1012_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1013_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E425 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1013_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1014_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E426 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1014_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1015_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E427 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1015_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1016_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E428 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1016_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1017_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E429 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1017_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1018_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E430 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1018_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1019_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E431 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1019_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1020_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E432 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1020_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1021_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E433 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1021_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1022_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E434 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1022_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1023_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E435 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1023_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1024_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E436 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1024_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1025_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E437 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1025_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1026_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E438 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1026_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1027_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E439 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1027_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1028_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E440 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1028_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1029_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E441 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1029_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1030_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E442 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1030_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1031_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E443 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1031_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1032_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E444 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1032_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1033_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E445 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1033_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1034_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E446 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1034_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1035_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E447 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1035_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1036_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E448 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1036_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1037_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E449 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1037_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1038_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E450 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1038_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1039_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E451 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1039_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1040_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E452 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1040_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1041_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E453 # Unique branch id. +name = pipe_52_E0 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1041_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1042_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_983_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_1005_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E454 # Unique branch id. +name = pipe_52_E1 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1042_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1043_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_1005_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_1006_generated # Source compartment name this sewer connection is beginning. [Branch] -name = pipe_9_E455 # Unique branch id. +name = pipe_52_E2 # Unique branch id. branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1043_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1044_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E456 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1044_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1045_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E457 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1045_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1046_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E458 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1046_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1047_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E459 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1047_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1048_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E460 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1048_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1049_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E461 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1049_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1050_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E462 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1050_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1051_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E463 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1051_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1052_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E464 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1052_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1053_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E465 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1053_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1054_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E466 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1054_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1055_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E467 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1055_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1056_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E468 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1056_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1057_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E469 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1057_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1058_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E470 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1058_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1059_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E471 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1059_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1060_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E472 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1060_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1061_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E473 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1061_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1062_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E474 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1062_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1063_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E475 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1063_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1064_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E476 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1064_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1065_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E477 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1065_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1066_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E478 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1066_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1067_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E479 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1067_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1068_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E480 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1068_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1069_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E481 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1069_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1070_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E482 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1070_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1071_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E483 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1071_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1072_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E484 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1072_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1073_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E485 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1073_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1074_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E486 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1074_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1075_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E487 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1075_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1076_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E488 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1076_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1077_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E489 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1077_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1078_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E490 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1078_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1079_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E491 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1079_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1080_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E492 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1080_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1081_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E493 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1081_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1082_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E494 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1082_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1083_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E495 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1083_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1084_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E496 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1084_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1085_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E497 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1085_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1086_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E498 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1086_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1087_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E499 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1087_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1088_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E500 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1088_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1089_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E501 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1089_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1090_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E502 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1090_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1091_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E503 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1091_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1092_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E504 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1092_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1093_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E505 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1093_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1094_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E506 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1094_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1095_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E507 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1095_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1096_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E508 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1096_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1097_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E509 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1097_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1098_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E510 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1098_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1099_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E511 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1099_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1100_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E512 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1100_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1101_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E513 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1101_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1102_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E514 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1102_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1103_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E515 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1103_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1104_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E516 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1104_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1105_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E517 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1105_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1106_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E518 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1106_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1107_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E519 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1107_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1108_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E520 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1108_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1109_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E521 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1109_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1110_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E522 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1110_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1111_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E523 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1111_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1112_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E524 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1112_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1113_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E525 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1113_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1114_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E526 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1114_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1115_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E527 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1115_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1116_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E528 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1116_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1117_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E529 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1117_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1118_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E530 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1118_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1119_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E531 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1119_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1120_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E532 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1120_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1121_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E533 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1121_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1122_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E534 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1122_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1123_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E535 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1123_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1124_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E536 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1124_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1125_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E537 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1125_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1126_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E538 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1126_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1127_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E539 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1127_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1128_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E540 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1128_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1129_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E541 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1129_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1130_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E542 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1130_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1131_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E543 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1131_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1132_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E544 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1132_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1133_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E545 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1133_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1134_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E546 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1134_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1135_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E547 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1135_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1136_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E548 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1136_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1137_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E549 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1137_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1138_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E550 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1138_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1139_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E551 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1139_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1140_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E552 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1140_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1141_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E553 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1141_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1142_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E554 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1142_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1143_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E555 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1143_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1144_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E556 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1144_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1145_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E557 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1145_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1146_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E558 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1146_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1147_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E559 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1147_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1148_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E560 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1148_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1149_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E561 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1149_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1150_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E562 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1150_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1151_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E563 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1151_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1152_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E564 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1152_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1153_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E565 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1153_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1154_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E566 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1154_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1155_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E567 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1155_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1156_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E568 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1156_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1157_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E569 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1157_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1158_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E570 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1158_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1159_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E571 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1159_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1160_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E572 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1160_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1161_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E573 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1161_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1162_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E574 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1162_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1163_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E575 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1163_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1164_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E576 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1164_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1165_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E577 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1165_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1166_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E578 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1166_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1167_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E579 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1167_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1168_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E580 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1168_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1169_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E581 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1169_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1170_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E582 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1170_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1171_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E583 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1171_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1172_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E584 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1172_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1173_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E585 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1173_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1174_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E586 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1174_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1175_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E587 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1175_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1176_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E588 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1176_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1177_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E589 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1177_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1178_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E590 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1178_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1179_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E591 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1179_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1180_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E592 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1180_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1181_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E593 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1181_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1182_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E594 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1182_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1183_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E595 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1183_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1184_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E596 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1184_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1185_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E597 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1185_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1186_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E598 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1186_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1187_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E599 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1187_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1188_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E600 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1188_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1189_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E601 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1189_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1190_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E602 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1190_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1191_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E603 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1191_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1192_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E604 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1192_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1193_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E605 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1193_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1194_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E606 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1194_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1195_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E607 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1195_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1196_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E608 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1196_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1197_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E609 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1197_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1198_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E610 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1198_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1199_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E611 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1199_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1200_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E612 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1200_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1201_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E613 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1201_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1202_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E614 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1202_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1203_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E615 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1203_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1204_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E616 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1204_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1205_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E617 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1205_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1206_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E618 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1206_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1207_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E619 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1207_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1208_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E620 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1208_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1209_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E621 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1209_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1210_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E622 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1210_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1211_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E623 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1211_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1212_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E624 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1212_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1213_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E625 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1213_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1214_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E626 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1214_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1215_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E627 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1215_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1216_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E628 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1216_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1217_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E629 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1217_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1218_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E630 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1218_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1219_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E631 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1219_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1220_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E632 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1220_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1221_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E633 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1221_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1222_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E634 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1222_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1223_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E635 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1223_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1224_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E636 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1224_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1225_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E637 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1225_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1226_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E638 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1226_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1227_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E639 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1227_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1228_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E640 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1228_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1229_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E641 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1229_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1230_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E642 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1230_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1231_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E643 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1231_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1232_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E644 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1232_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1233_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E645 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1233_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1234_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E646 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1234_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1235_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E647 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1235_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1236_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E648 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1236_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1237_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E649 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1237_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1238_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E650 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1238_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1239_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E651 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1239_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1240_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E652 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1240_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1241_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E653 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1241_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1242_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E654 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1242_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1243_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E655 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1243_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1244_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E656 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1244_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1245_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E657 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1245_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1246_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E658 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1246_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1247_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E659 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1247_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1248_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E660 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1248_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1249_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E661 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1249_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1250_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E662 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1250_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1251_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E663 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1251_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1252_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E664 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1252_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1253_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E665 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1253_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1254_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E666 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1254_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1255_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E667 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1255_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1256_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E668 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1256_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1257_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E669 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1257_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1258_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E670 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1258_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1259_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E671 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1259_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1260_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E672 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1260_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1261_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E673 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1261_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1262_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E674 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1262_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1263_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E675 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1263_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1264_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E676 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1264_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1265_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E677 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1265_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1266_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E678 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1266_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1267_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E679 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1267_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1268_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E680 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1268_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1269_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E681 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1269_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1270_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E682 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1270_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1271_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E683 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1271_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1272_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E684 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1272_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1273_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E685 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1273_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1274_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E686 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1274_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1275_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E687 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1275_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1276_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E688 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1276_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1277_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E689 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1277_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1278_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E690 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1278_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1279_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E691 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1279_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1280_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E692 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1280_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1281_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E693 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1281_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1282_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E694 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1282_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1283_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E695 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1283_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1284_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E696 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1284_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1285_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E697 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1285_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1286_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E698 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1286_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1287_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E699 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1287_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1288_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E700 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1288_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1289_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E701 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1289_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1290_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E702 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1290_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1291_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E703 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1291_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1292_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E704 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1292_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1293_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E705 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1293_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1294_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E706 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1294_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1295_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E707 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1295_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1296_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E708 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1296_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1297_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E709 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1297_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1298_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E710 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1298_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1299_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E711 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1299_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1300_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E712 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1300_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1301_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E713 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1301_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1302_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E714 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1302_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1303_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E715 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1303_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1304_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E716 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1304_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1305_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E717 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1305_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1306_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E718 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1306_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1307_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E719 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1307_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1308_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E720 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1308_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1309_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E721 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1309_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1310_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E722 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1310_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1311_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E723 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1311_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1312_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E724 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1312_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1313_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E725 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1313_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1314_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E726 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1314_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1315_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E727 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1315_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1316_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E728 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1316_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1317_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E729 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1317_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1318_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E730 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1318_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1319_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E731 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1319_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1320_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E732 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1320_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1321_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E733 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1321_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1322_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E734 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1322_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1323_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E735 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1323_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1324_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E736 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1324_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1325_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E737 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1325_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1326_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E738 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1326_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1327_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E739 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1327_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1328_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E740 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1328_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1329_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E741 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1329_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1330_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E742 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1330_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1331_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E743 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1331_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1332_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E744 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1332_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1333_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E745 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1333_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1334_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E746 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1334_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1335_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E747 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1335_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1336_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E748 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1336_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1337_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E749 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1337_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1338_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E750 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1338_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1339_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E751 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1339_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1340_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E752 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1340_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1341_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E753 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1341_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1342_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E754 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1342_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1343_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E755 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1343_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1344_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E756 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1344_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1345_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E757 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1345_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1346_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E758 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1346_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1347_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E759 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1347_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1348_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E760 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1348_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1349_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E761 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1349_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1350_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E762 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1350_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1351_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E763 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1351_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1352_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E764 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1352_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1353_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E765 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1353_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1354_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E766 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1354_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1355_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E767 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1355_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1356_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E768 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1356_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1357_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E769 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1357_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1358_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E770 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1358_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1359_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E771 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1359_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1360_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E772 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1360_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1361_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E773 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1361_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1362_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E774 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1362_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1363_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E775 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1363_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1364_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E776 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1364_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1365_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E777 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1365_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1366_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E778 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1366_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1367_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E779 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1367_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1368_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E780 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1368_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1369_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E781 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1369_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1370_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E782 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1370_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1371_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E783 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1371_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1372_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E784 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1372_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1373_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E785 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1373_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1374_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E786 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1374_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1375_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E787 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1375_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1376_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E788 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1376_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1377_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E789 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1377_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1378_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E790 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1378_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1379_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E791 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1379_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1380_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E792 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1380_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1381_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E793 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1381_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1382_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E794 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1382_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1383_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E795 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1383_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1384_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E796 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1384_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1385_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E797 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1385_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1386_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E798 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1386_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1387_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E799 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1387_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1388_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E800 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1388_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1389_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E801 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1389_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1390_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E802 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1390_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1391_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E803 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1391_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1392_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E804 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1392_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1393_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E805 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1393_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1394_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E806 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1394_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1395_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E807 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1395_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1396_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E808 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1396_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1397_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E809 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1397_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1398_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E810 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1398_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1399_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E811 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1399_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1400_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E812 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1400_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1401_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E813 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1401_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1402_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E814 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1402_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1403_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E815 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1403_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1404_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E816 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1404_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1405_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E817 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1405_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1406_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E818 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1406_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1407_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E819 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1407_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1408_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E820 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1408_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1409_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E821 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1409_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1410_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E822 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1410_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1411_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E823 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1411_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1412_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E824 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1412_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1413_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E825 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1413_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1414_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E826 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1414_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1415_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E827 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1415_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1416_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E828 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1416_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1417_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E829 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1417_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1418_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E830 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1418_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1419_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E831 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1419_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1420_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E832 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1420_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1421_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E833 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1421_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1422_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E834 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1422_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1423_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E835 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1423_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1424_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E836 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1424_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1425_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E837 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1425_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1426_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E838 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1426_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1427_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E839 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1427_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1428_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E840 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1428_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1429_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E841 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1429_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1430_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E842 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1430_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1431_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E843 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1431_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1432_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E844 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1432_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1433_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E845 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1433_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1434_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E846 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1434_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1435_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E847 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1435_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1436_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E848 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1436_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1437_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E849 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1437_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1438_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E850 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1438_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1439_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E851 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1439_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1440_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E852 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1440_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1441_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E853 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1441_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1442_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E854 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1442_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1443_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E855 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1443_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1444_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E856 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1444_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1445_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E857 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1445_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1446_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E858 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1446_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1447_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E859 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1447_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1448_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E860 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1448_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1449_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E861 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1449_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1450_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E862 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1450_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1451_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E863 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1451_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1452_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E864 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1452_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1453_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E865 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1453_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1454_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E866 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1454_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1455_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E867 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1455_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1456_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E868 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1456_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1457_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E869 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1457_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1458_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E870 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1458_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1459_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E871 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1459_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1460_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E872 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1460_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1461_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E873 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1461_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1462_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E874 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1462_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1463_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E875 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1463_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1464_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E876 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1464_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1465_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E877 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1465_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1466_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E878 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1466_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1467_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E879 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1467_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1468_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E880 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1468_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1469_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E881 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1469_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1470_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E882 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1470_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1471_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E883 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1471_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1472_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E884 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1472_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1473_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E885 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1473_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1474_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E886 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1474_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1475_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E887 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1475_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1476_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E888 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1476_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1477_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E889 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1477_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1478_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E890 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1478_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1479_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E891 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1479_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1480_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E892 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1480_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1481_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E893 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1481_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1482_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E894 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1482_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1483_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E895 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1483_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1484_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E896 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1484_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1485_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E897 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1485_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1486_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E898 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1486_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1487_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E899 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1487_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1488_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E900 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1488_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1489_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E901 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1489_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1490_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E902 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1490_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1491_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E903 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1491_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1492_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E904 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1492_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1493_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E905 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1493_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1494_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E906 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1494_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1495_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E907 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1495_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1496_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E908 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1496_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1497_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E909 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1497_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1498_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E910 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1498_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1499_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E911 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1499_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1500_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E912 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1500_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1501_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E913 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1501_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1502_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E914 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1502_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1503_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E915 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1503_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1504_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E916 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1504_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1505_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E917 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1505_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1506_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E918 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1506_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1507_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E919 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1507_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1508_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E920 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1508_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1509_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E921 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1509_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1510_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E922 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1510_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1511_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E923 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1511_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1512_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E924 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1512_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1513_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E925 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1513_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1514_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E926 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1514_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1515_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E927 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1515_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1516_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E928 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1516_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1517_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E929 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1517_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1518_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E930 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1518_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1519_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E931 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1519_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1520_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E932 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1520_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1521_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E933 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1521_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1522_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E934 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1522_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1523_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E935 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1523_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1524_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E936 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1524_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1525_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E937 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1525_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1526_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E938 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1526_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1527_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E939 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1527_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1528_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E940 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1528_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1529_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E941 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1529_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1530_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E942 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1530_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1531_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E943 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1531_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1532_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E944 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1532_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1533_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E945 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1533_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1534_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E946 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1534_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1535_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E947 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1535_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1536_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E948 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1536_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1537_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E949 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1537_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1538_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E950 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1538_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1539_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E951 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1539_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1540_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E952 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1540_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1541_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E953 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1541_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1542_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E954 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1542_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1543_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E955 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1543_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1544_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E956 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1544_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1545_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E957 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1545_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1546_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E958 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1546_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1547_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E959 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1547_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1548_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E960 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1548_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1549_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E961 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1549_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1550_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E962 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1550_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1551_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E963 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1551_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1552_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E964 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1552_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1553_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E965 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1553_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1554_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E966 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1554_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1555_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E967 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1555_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1556_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E968 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1556_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1557_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E969 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1557_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1558_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E970 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1558_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1559_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E971 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1559_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1560_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E972 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1560_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1561_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E973 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1561_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1562_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E974 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1562_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1563_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E975 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1563_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1564_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E976 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1564_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1565_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E977 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1565_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1566_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E978 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1566_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1567_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E979 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1567_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1568_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E980 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1568_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1569_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E981 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1569_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1570_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E982 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1570_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1571_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E983 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1571_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1572_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E984 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1572_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1573_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E985 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1573_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1574_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E986 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1574_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1575_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E987 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1575_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1576_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E988 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1576_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1577_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E989 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1577_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1578_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E990 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1578_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1579_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E991 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1579_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1580_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E992 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1580_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1581_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E993 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1581_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1582_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E994 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1582_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1583_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E995 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1583_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1584_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E996 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1584_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1585_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E997 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1585_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1586_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E998 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1586_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1587_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E999 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1587_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1588_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1000 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1588_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1589_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1001 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1589_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1590_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1002 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1590_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1591_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1003 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1591_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1592_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1004 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1592_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1593_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1005 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1593_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1594_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1006 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1594_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1595_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1007 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1595_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1596_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1008 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1596_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1597_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1009 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1597_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1598_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1010 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1598_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1599_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1011 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1599_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1600_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1012 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1600_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1601_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1013 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1601_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1602_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1014 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1602_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1603_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1015 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1603_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1604_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1016 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1604_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1605_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1017 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1605_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1606_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1018 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1606_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1607_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1019 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1607_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1608_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1020 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1608_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1609_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1021 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1609_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1610_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1022 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1610_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1611_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1023 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1611_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1612_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1024 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1612_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1613_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1025 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1613_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1614_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1026 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1614_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1615_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1027 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1615_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1616_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1028 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1616_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1617_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1029 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1617_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1618_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1030 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1618_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1619_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1031 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1619_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1620_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1032 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1620_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1621_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1033 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1621_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1622_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1034 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1622_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1623_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1035 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1623_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1624_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1036 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1624_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1625_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1037 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1625_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1626_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1038 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1626_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1627_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1039 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1627_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1628_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1040 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1628_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1629_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1041 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1629_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1630_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1042 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1630_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1631_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1043 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1631_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1632_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1044 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1632_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1633_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1045 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1633_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1634_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1046 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1634_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1635_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1047 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1635_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1636_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1048 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1636_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1637_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1049 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1637_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1638_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1050 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1638_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1639_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1051 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1639_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1640_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1052 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1640_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1641_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1053 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1641_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1642_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1054 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1642_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1643_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1055 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1643_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1644_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1056 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1644_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1645_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1057 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1645_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1646_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1058 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1646_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1647_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1059 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1647_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1648_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1060 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1648_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1649_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1061 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1649_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1650_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1062 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1650_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1651_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1063 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1651_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1652_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1064 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1652_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1653_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1065 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1653_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1654_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1066 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1654_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1655_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1067 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1655_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1656_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1068 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1656_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1657_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1069 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1657_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1658_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1070 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1658_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1659_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1071 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1659_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1660_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1072 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1660_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1661_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1073 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1661_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1662_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1074 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1662_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1663_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1075 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1663_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1664_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1076 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1664_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1665_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1077 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1665_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1666_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1078 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1666_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1667_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1079 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1667_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1668_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1080 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1668_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1669_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1081 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1669_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1670_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1082 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1670_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1671_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1083 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1671_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1672_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1084 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1672_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1673_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1085 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1673_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1674_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1086 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1674_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1675_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1087 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1675_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1676_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1088 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1676_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1677_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1089 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1677_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1678_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1090 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1678_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1679_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1091 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1679_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1680_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1092 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1680_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1681_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1093 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1681_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1682_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1094 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1682_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1683_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1095 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1683_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1684_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1096 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1684_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1685_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1097 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1685_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1686_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1098 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1686_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1687_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1099 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1687_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1688_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1100 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1688_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1689_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1101 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1689_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1690_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1102 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1690_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1691_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1103 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1691_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1692_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1104 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1692_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1693_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1105 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1693_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1694_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1106 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1694_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1695_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1107 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1695_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1696_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1108 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1696_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1697_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1109 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1697_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1698_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1110 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1698_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1699_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1111 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1699_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1700_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1112 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1700_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1701_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1113 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1701_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1702_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1114 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1702_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1703_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1115 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1703_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1704_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1116 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1704_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1705_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1117 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1705_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1706_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1118 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1706_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1707_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1119 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1707_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1708_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1120 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1708_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1709_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1121 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1709_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1710_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1122 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1710_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1711_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1123 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1711_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1712_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1124 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1712_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1713_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1125 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1713_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1714_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1126 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1714_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1715_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1127 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1715_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1716_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1128 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1716_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1717_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1129 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1717_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1718_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1130 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1718_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1719_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1131 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1719_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1720_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1132 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1720_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1721_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1133 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1721_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1722_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1134 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1722_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1723_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1135 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1723_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1724_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1136 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1724_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1725_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1137 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1725_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1726_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1138 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1726_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1727_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1139 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1727_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1728_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1140 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1728_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1729_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1141 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1729_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1730_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1142 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1730_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1731_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1143 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1731_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1732_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1144 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1732_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1733_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1145 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1733_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1734_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1146 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1734_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1735_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1147 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1735_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1736_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1148 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1736_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1737_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1149 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1737_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1738_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1150 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1738_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1739_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1151 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1739_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1740_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1152 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1740_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1741_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1153 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1741_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1742_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1154 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1742_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1743_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1155 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1743_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1744_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1156 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1744_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1745_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1157 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1745_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1746_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1158 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1746_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1747_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1159 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1747_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1748_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1160 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1748_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1749_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1161 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1749_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1750_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1162 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1750_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1751_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1163 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1751_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1752_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1164 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1752_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1753_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1165 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1753_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1754_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1166 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1754_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1755_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1167 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1755_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1756_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1168 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1756_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1757_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1169 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1757_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1758_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1170 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1758_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1759_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1171 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1759_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1760_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1172 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1760_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1761_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1173 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1761_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1762_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1174 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1762_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1763_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1175 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1763_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1764_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1176 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1764_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1765_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1177 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1765_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1766_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1178 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1766_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1767_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1179 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1767_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1768_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1180 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1768_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1769_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1181 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1769_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1770_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1182 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1770_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1771_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1183 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1771_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1772_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1184 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1772_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1773_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1185 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1773_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1774_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1186 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1774_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1775_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1187 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1775_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1776_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1188 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1776_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1777_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1189 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1777_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1778_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1190 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1778_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1779_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1191 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1779_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1780_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1192 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1780_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1781_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1193 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1781_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1782_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1194 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1782_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1783_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1195 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1783_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1784_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1196 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1784_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1785_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1197 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1785_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1786_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1198 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1786_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1787_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1199 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1787_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1788_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1200 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1788_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1789_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1201 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1789_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1790_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1202 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1790_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1791_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1203 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1791_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1792_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1204 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1792_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1793_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1205 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1793_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1794_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1206 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1794_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1795_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1207 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1795_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1796_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1208 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1796_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1797_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1209 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1797_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1798_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1210 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1798_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1799_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1211 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1799_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1800_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1212 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1800_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1801_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1213 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1801_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1802_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1214 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1802_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1803_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1215 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1803_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1804_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1216 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1804_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1805_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1217 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1805_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1806_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1218 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1806_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1807_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1219 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1807_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1808_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1220 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1808_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1809_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1221 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1809_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1810_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1222 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1810_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1811_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1223 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1811_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1812_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1224 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1812_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1813_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1225 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1813_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1814_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1226 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1814_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1815_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1227 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1815_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1816_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1228 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1816_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1817_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1229 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1817_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1818_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1230 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1818_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1819_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1231 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1819_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1820_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1232 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1820_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1821_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1233 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1821_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1822_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1234 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1822_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1823_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1235 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1823_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1824_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1236 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1824_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1825_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1237 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1825_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1826_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1238 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1826_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1827_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_9_E1239 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1827_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1828_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1829_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1830_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1830_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1831_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1831_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1832_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1832_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1833_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1833_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1834_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E5 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1834_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1835_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E6 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1835_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1836_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E7 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1836_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1837_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E8 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1837_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1838_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E9 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1838_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1839_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E10 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1839_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1840_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E11 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1840_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1841_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E12 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1841_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1842_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E13 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1842_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1843_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E14 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1843_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1844_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E15 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1844_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1845_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E16 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1845_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1846_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E17 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1846_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1847_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E18 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1847_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1848_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E19 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1848_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1849_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E20 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1849_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1850_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E21 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1850_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1851_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E22 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1851_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1852_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E23 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1852_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1853_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E24 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1853_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1854_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E25 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1854_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1855_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E26 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1855_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1856_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E27 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1856_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1857_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E28 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1857_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1858_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E29 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1858_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1859_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E30 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1859_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1860_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E31 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1860_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1861_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E32 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1861_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1862_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E33 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1862_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1863_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E34 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1863_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1864_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E35 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1864_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1865_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E36 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1865_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1866_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E37 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1866_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1867_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E38 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1867_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1868_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E39 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1868_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1869_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E40 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1869_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1870_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E41 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1870_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1871_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E42 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1871_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1872_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E43 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1872_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1873_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E44 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1873_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1874_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E45 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1874_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1875_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E46 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1875_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1876_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E47 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1876_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1877_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E48 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1877_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1878_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E49 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1878_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1879_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E50 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1879_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1880_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E51 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1880_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1881_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E52 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1881_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1882_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E53 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1882_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1883_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E54 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1883_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1884_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E55 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1884_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1885_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E56 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1885_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1886_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E57 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1886_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1887_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E58 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1887_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1888_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E59 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1888_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1889_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E60 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1889_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1890_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E61 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1890_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1891_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E62 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1891_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1892_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E63 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1892_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1893_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E64 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1893_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1894_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E65 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1894_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1895_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E66 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1895_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1896_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E67 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1896_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1897_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E68 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1897_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1898_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E69 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1898_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1899_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E70 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1899_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1900_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E71 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1900_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1901_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E72 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1901_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1902_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E73 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1902_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1903_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E74 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1903_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1904_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E75 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1904_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1905_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E76 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1905_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1906_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E77 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1906_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1907_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E78 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1907_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1908_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E79 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1908_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1909_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E80 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1909_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1910_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E81 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1910_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1911_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E82 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1911_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1912_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E83 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1912_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1913_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E84 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1913_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1914_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E85 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1914_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1915_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E86 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1915_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1916_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E87 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1916_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1917_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E88 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1917_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1918_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E89 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1918_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1919_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E90 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1919_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1920_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E91 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1920_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1921_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E92 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1921_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1922_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E93 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1922_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1923_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E94 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1923_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1924_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E95 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1924_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1925_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E96 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1925_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1926_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E97 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1926_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1927_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E98 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1927_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1928_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E99 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1928_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1929_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E100 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1929_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1930_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E101 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1930_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1931_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E102 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1931_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1932_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E103 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1932_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1933_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E104 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1933_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1934_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E105 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1934_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1935_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E106 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1935_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1936_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E107 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1936_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1937_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E108 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1937_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1938_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E109 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1938_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1939_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E110 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1939_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1940_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E111 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1940_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1941_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E112 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1941_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1942_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E113 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1942_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1943_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E114 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1943_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1944_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E115 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1944_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1945_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E116 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1945_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1946_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E117 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1946_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1947_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E118 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1947_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1948_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E119 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1948_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1949_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E120 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1949_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1950_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E121 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1950_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1951_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E122 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1951_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1952_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E123 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1952_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1953_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E124 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1953_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1954_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E125 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1954_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1955_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E126 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1955_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1956_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E127 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1956_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1957_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E128 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1957_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1958_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E129 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1958_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1959_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E130 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1959_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1960_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E131 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1960_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1961_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E132 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1961_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1962_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E133 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1962_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1963_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E134 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1963_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1964_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E135 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1964_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1965_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E136 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1965_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1966_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E137 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1966_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1967_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E138 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1967_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1968_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E139 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1968_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1969_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E140 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1969_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1970_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E141 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1970_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1971_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E142 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1971_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1972_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E143 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1972_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1973_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E144 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1973_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1974_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E145 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1974_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1975_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E146 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1975_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1976_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E147 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1976_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1977_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E148 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1977_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1978_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E149 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1978_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1979_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E150 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1979_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1980_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E151 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1980_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1981_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E152 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1981_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1982_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E153 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1982_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1983_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E154 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1983_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1984_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E155 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1984_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1985_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E156 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1985_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1986_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E157 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1986_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1987_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E158 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1987_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1988_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E159 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1988_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1989_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E160 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1989_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1990_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E161 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1990_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1991_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E162 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1991_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1992_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E163 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1992_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1993_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E164 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1993_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1994_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E165 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1994_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1995_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E166 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1995_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1996_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E167 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1996_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1997_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E168 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1997_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1998_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E169 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1998_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_1999_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E170 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_1999_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2000_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E171 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2000_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2001_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E172 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2001_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2002_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E173 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2002_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2003_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E174 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2003_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2004_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E175 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2004_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2005_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E176 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2005_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2006_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E177 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2006_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2007_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E178 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2007_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2008_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E179 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2008_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2009_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E180 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2009_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2010_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E181 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2010_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2011_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E182 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2011_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2012_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E183 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2012_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2013_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E184 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2013_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2014_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E185 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2014_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2015_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E186 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2015_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2016_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E187 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2016_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2017_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E188 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2017_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2018_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E189 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2018_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2019_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E190 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2019_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2020_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E191 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2020_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2021_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E192 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2021_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2022_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E193 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2022_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2023_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E194 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2023_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2024_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E195 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2024_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2025_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E196 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2025_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2026_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E197 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2026_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2027_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E198 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2027_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2028_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E199 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2028_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2029_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E200 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2029_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2030_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E201 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2030_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2031_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E202 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2031_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2032_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E203 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2032_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2033_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E204 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2033_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2034_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E205 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2034_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2035_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E206 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2035_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2036_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E207 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2036_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2037_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E208 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2037_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2038_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E209 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2038_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2039_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E210 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2039_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2040_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E211 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2040_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2041_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E212 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2041_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2042_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E213 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2042_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2043_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E214 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2043_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2044_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E215 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2044_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2045_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E216 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2045_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2046_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E217 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2046_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2047_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E218 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2047_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2048_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E219 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2048_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2049_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E220 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2049_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2050_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E221 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2050_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2051_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E222 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2051_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2052_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E223 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2052_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2053_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E224 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2053_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2054_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E225 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2054_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2055_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E226 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2055_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2056_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E227 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2056_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2057_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E228 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2057_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2058_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E229 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2058_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2059_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E230 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2059_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2060_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E231 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2060_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2061_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E232 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2061_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2062_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E233 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2062_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2063_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E234 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2063_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2064_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E235 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2064_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2065_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E236 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2065_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2066_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E237 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2066_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2067_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E238 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2067_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2068_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E239 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2068_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2069_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E240 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2069_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2070_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E241 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2070_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2071_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E242 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2071_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2072_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E243 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2072_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2073_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E244 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2073_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2074_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E245 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2074_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2075_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E246 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2075_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2076_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E247 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2076_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2077_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E248 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2077_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2078_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E249 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2078_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2079_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E250 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2079_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2080_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E251 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2080_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2081_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E252 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2081_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2082_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E253 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2082_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2083_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E254 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2083_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2084_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E255 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2084_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2085_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E256 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2085_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2086_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E257 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2086_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2087_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E258 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2087_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2088_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E259 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2088_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2089_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E260 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2089_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2090_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E261 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2090_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2091_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E262 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2091_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2092_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E263 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2092_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2093_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E264 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2093_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2094_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E265 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2094_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2095_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E266 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2095_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2096_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E267 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2096_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2097_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E268 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2097_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2098_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E269 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2098_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2099_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E270 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2099_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2100_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E271 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2100_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2101_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E272 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2101_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2102_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E273 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2102_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2103_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E274 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2103_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2104_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E275 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2104_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2105_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_10_E276 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2105_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2106_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_11_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2107_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2108_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_11_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2108_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2109_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_11_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2109_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2110_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_11_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2110_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2111_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_11_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2111_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2112_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_11_E5 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2112_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2113_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_11_E6 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2113_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2114_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_11_E7 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2114_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2115_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_11_E8 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2115_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2116_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_11_E9 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2116_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2117_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_12_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2118_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2119_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_12_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2119_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2120_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_12_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2120_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2121_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_12_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2121_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2122_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_12_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2122_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2123_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_12_E5 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2123_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2124_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_12_E6 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2124_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2125_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_15_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2125_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2126_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_17_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2125_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2127_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_18_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2128_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2127_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_19_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2128_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2129_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_19_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2129_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2127_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2130_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2131_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2131_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2132_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2132_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2133_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2133_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2134_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2134_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2135_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E5 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2135_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2136_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E6 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2136_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2137_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E7 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2137_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2138_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E8 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2138_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2139_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E9 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2139_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2140_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E10 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2140_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2141_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E11 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2141_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2142_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E12 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2142_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2143_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E13 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2143_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2144_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E14 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2144_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2145_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E15 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2145_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2146_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E16 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2146_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2147_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E17 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2147_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2148_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E18 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2148_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2149_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E19 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2149_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2150_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E20 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2150_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2151_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E21 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2151_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2152_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E22 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2152_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2153_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E23 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2153_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2154_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E24 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2154_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2155_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E25 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2155_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2156_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E26 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2156_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2157_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E27 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2157_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2158_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E28 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2158_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2159_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E29 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2159_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2160_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E30 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2160_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2161_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E31 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2161_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2162_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E32 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2162_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2163_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E33 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2163_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2164_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E34 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2164_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2165_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E35 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2165_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2166_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E36 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2166_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2167_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E37 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2167_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2168_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E38 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2168_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2169_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E39 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2169_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2170_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E40 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2170_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2171_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E41 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2171_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2172_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E42 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2172_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2173_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E43 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2173_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2174_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E44 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2174_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2175_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E45 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2175_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2176_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E46 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2176_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2177_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_20_E47 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2177_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2178_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_21_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2179_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2180_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_21_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2180_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2181_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_21_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2181_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2182_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_21_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2182_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2183_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_21_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2183_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2184_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_23_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2185_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2186_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_23_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2186_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2187_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_24_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2188_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2189_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_24_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2189_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2190_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_25_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2191_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2192_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_25_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2192_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2193_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_25_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2193_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2194_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_26_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2188_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2190_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_29_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2195_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2196_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_29_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2196_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2188_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_30_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2197_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2198_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_30_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2198_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2199_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_30_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2199_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2200_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_30_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2200_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2201_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_30_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2201_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2202_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_30_E5 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2202_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2203_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_30_E6 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2203_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2204_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_30_E7 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2204_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2205_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2205_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2206_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2206_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2207_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2207_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2208_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2208_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2209_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2209_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2210_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E5 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2210_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2211_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E6 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2211_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2212_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E7 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2212_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2213_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E8 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2213_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2214_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E9 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2214_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2215_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E10 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2215_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2216_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E11 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2216_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2217_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E12 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2217_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2218_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E13 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2218_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2219_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E14 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2219_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2220_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E15 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2220_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2221_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E16 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2221_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2222_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E17 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2222_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2223_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E18 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2223_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2224_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E19 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2224_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2225_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E20 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2225_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2226_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E21 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2226_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2227_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E22 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2227_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2228_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E23 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2228_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2229_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E24 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2229_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2230_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E25 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2230_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2231_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E26 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2231_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2232_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E27 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2232_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2233_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E28 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2233_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2234_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E29 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2234_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2235_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E30 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2235_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2236_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E31 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2236_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2237_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E32 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2237_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2238_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E33 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2238_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2239_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E34 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2239_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2240_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E35 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2240_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2241_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E36 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2241_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2242_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E37 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2242_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2243_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E38 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2243_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2244_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E39 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2244_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2245_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E40 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2245_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2246_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E41 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2246_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2247_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E42 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2247_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2248_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E43 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2248_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2249_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E44 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2249_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2250_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E45 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2250_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2251_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E46 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2251_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2252_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E47 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2252_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2253_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E48 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2253_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2254_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E49 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2254_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2255_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E50 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2255_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2256_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E51 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2256_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2257_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E52 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2257_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2258_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E53 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2258_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2259_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E54 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2259_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2260_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E55 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2260_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2261_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E56 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2261_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2262_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E57 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2262_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2263_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E58 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2263_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2264_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E59 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2264_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2265_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E60 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2265_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2266_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E61 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2266_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2267_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E62 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2267_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2268_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E63 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2268_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2269_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E64 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2269_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2270_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E65 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2270_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2271_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E66 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2271_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2272_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E67 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2272_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2273_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E68 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2273_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2274_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E69 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2274_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2275_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E70 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2275_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2276_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E71 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2276_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2277_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E72 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2277_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2278_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_32_E73 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2278_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2279_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_33_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2205_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2280_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_33_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2280_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2281_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_33_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2281_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2282_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_33_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2282_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2283_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_33_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2283_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2284_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_33_E5 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2284_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2285_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_33_E6 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2285_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2286_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_33_E7 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2286_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2287_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_33_E8 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2287_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2288_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_33_E9 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2288_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2289_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_33_E10 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2289_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2290_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_33_E11 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2290_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2291_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_33_E12 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2291_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2292_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_10_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2293_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2293_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2294_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2294_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2295_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2295_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2296_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2296_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2297_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E5 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2297_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2298_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E6 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2298_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2299_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E7 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2299_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2300_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E8 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2300_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2301_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E9 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2301_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2302_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E10 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2302_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2303_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E11 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2303_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2304_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E12 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2304_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2305_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E13 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2305_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2306_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E14 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2306_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2307_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E15 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2307_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2308_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E16 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2308_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2309_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E17 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2309_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2310_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E18 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2310_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2311_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E19 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2311_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2312_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E20 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2312_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2313_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E21 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2313_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2314_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E22 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2314_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2315_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E23 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2315_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2316_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E24 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2316_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2317_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E25 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2317_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2318_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E26 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2318_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2319_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E27 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2319_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2320_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E28 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2320_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2321_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E29 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2321_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2322_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E30 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2322_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2323_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E31 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2323_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2324_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E32 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2324_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2325_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E33 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2325_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2326_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E34 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2326_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2327_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E35 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2327_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2328_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E36 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2328_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2329_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E37 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2329_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2330_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E38 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2330_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2331_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E39 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2331_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2332_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E40 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2332_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2333_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E41 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2333_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2334_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E42 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2334_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2335_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E43 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2335_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2336_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E44 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2336_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2337_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E45 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2337_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2338_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E46 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2338_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2339_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E47 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2339_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2340_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E48 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2340_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2341_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E49 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2341_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2342_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E50 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2342_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2343_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E51 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2343_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2344_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E52 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2344_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2345_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E53 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2345_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2346_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E54 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2346_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2347_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E55 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2347_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2348_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E56 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2348_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2349_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E57 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2349_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2350_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E58 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2350_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2351_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E59 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2351_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2352_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E60 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2352_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2353_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E61 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2353_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2354_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E62 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2354_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2355_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E63 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2355_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2356_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E64 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2356_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2357_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E65 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2357_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2358_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E66 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2358_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2359_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E67 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2359_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2360_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E68 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2360_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2361_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E69 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2361_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2362_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E70 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2362_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2363_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E71 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2363_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2364_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E72 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2364_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2365_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E73 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2365_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2366_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E74 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2366_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2367_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E75 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2367_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2368_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E76 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2368_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2369_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E77 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2369_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2370_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E78 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2370_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2371_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E79 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2371_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2372_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E80 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2372_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2373_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E81 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2373_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2374_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E82 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2374_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2375_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E83 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2375_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2376_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E84 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2376_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2377_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E85 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2377_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2378_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E86 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2378_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2379_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E87 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2379_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2380_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E88 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2380_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2381_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_34_E89 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2381_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_35_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2382_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2383_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_35_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2383_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2384_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_36_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2385_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2382_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_37_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2386_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2382_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_38_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2384_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2387_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_38_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2387_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2388_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_38_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2388_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2389_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_39_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2384_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2390_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_39_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2390_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2391_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_39_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2391_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2392_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_39_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2392_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2389_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2389_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2393_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2393_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2394_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2394_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2395_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2395_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2396_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2396_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2397_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E5 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2397_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2398_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E6 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2398_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2399_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E7 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2399_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2400_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E8 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2400_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2401_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E9 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2401_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2402_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E10 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2402_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2403_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E11 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2403_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2404_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E12 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2404_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2405_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E13 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2405_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2406_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E14 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2406_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2407_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E15 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2407_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2408_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E16 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2408_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2409_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E17 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2409_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2410_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E18 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2410_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2411_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E19 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2411_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2412_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E20 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2412_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2413_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E21 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2413_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2414_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E22 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2414_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2415_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E23 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2415_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2416_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E24 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2416_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2417_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E25 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2417_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2418_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E26 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2418_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2419_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E27 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2419_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2420_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E28 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2420_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2421_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E29 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2421_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2422_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E30 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2422_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2423_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E31 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2423_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2424_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E32 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2424_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2425_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E33 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2425_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2426_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E34 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2426_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2427_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E35 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2427_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2428_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E36 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2428_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2429_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E37 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2429_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2430_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_40_E38 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2430_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2431_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2431_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2432_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2432_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2433_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2433_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2434_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2434_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2435_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2435_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2436_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E5 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2436_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2437_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E6 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2437_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2438_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E7 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2438_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2439_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E8 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2439_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2440_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E9 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2440_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2441_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E10 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2441_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2442_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E11 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2442_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2443_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E12 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2443_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2444_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E13 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2444_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2445_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E14 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2445_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2446_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E15 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2446_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2447_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E16 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2447_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2448_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E17 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2448_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2449_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E18 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2449_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2450_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E19 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2450_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2451_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E20 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2451_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2452_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E21 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2452_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2453_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E22 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2453_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2454_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E23 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2454_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2455_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E24 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2455_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2456_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E25 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2456_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2457_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E26 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2457_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2458_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E27 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2458_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2459_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E28 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2459_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2460_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E29 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2460_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2461_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E30 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2461_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2462_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E31 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2462_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2463_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E32 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2463_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2464_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E33 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2464_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2465_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E34 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2465_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2466_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E35 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2466_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2467_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E36 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2467_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2468_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E37 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2468_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2469_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E38 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2469_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2470_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E39 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2470_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2471_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E40 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2471_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2472_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E41 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2472_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2473_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E42 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2473_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2474_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E43 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2474_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2475_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E44 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2475_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2476_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E45 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2476_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2477_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E46 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2477_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2478_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E47 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2478_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2479_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E48 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2479_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2480_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E49 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2480_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2481_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E50 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2481_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2482_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E51 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2482_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2483_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E52 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2483_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2484_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E53 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2484_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2485_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E54 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2485_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2486_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E55 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2486_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2487_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E56 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2487_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2488_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E57 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2488_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2489_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E58 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2489_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2490_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E59 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2490_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2491_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E60 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2491_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2492_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E61 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2492_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2493_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E62 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2493_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2494_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E63 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2494_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2495_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E64 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2495_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2496_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E65 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2496_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2497_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E66 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2497_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2498_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E67 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2498_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2499_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E68 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2499_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2500_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E69 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2500_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2501_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E70 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2501_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2502_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E71 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2502_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2503_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E72 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2503_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2504_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E73 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2504_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2505_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E74 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2505_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2506_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E75 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2506_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2507_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E76 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2507_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2508_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E77 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2508_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2509_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E78 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2509_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2510_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E79 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2510_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2511_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E80 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2511_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2512_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E81 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2512_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2513_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E82 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2513_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2514_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E83 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2514_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2515_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E84 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2515_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2516_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_41_E85 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2516_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2517_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2518_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2519_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2519_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2520_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2520_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2521_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2521_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2522_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2522_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2523_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E5 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2523_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2524_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E6 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2524_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2525_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E7 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2525_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2526_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E8 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2526_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2527_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E9 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2527_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2528_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E10 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2528_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2529_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E11 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2529_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2530_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E12 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2530_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2531_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E13 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2531_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2532_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E14 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2532_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2533_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E15 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2533_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2534_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E16 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2534_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2535_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E17 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2535_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2536_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E18 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2536_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2537_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E19 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2537_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2538_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E20 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2538_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2539_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E21 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2539_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2540_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E22 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2540_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2541_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E23 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2541_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2542_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E24 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2542_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2543_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E25 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2543_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2544_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E26 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2544_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2545_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E27 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2545_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2546_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E28 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2546_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2547_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E29 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2547_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2548_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E30 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2548_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2549_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E31 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2549_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2550_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E32 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2550_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2551_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E33 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2551_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2552_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E34 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2552_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2553_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E35 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2553_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2554_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E36 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2554_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2555_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E37 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2555_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2556_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E38 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2556_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2557_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E39 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2557_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2558_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E40 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2558_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2559_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_42_E41 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2559_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2560_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_43_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2561_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2562_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_43_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2562_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2518_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_44_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2518_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2563_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_44_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2563_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2564_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_44_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2564_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2565_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_44_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2565_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2566_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_44_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2566_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2567_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_44_E5 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2567_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2568_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_44_E6 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2568_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2569_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_44_E7 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2569_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2570_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_45_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2571_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2572_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_45_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2572_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2573_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_45_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2573_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2574_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_45_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2574_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2561_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_46_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2570_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2575_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_46_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2575_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2576_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_46_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2576_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2577_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_46_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2577_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2578_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_46_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2578_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2561_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_47_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2579_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2580_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_47_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2580_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2581_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_47_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2581_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2582_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_47_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2582_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2583_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_47_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2583_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2584_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_47_E5 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2584_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2570_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_48_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2570_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2585_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2586_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2587_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2587_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2588_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2588_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2589_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2589_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2590_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2590_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2591_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E5 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2591_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2592_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E6 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2592_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2593_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E7 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2593_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2594_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E8 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2594_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2595_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E9 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2595_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2596_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E10 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2596_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2597_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E11 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2597_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2598_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E12 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2598_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2599_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E13 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2599_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2600_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E14 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2600_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2601_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E15 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2601_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2602_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E16 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2602_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2603_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E17 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2603_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2604_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E18 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2604_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2605_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E19 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2605_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2606_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E20 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2606_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2607_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E21 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2607_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2608_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E22 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2608_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2609_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E23 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2609_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2610_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E24 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2610_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2611_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E25 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2611_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2612_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E26 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2612_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2613_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E27 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2613_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2614_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E28 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2614_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2615_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E29 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2615_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2616_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E30 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2616_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2617_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E31 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2617_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2618_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E32 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2618_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2619_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E33 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2619_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2620_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E34 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2620_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2621_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E35 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2621_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2622_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E36 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2622_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2623_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E37 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2623_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2624_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E38 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2624_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2625_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E39 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2625_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2626_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E40 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2626_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2627_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E41 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2627_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2628_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E42 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2628_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2629_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E43 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2629_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2630_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E44 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2630_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2631_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E45 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2631_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2632_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E46 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2632_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2633_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E47 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2633_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2634_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E48 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2634_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2635_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E49 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2635_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2636_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E50 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2636_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2637_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E51 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2637_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2638_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E52 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2638_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2639_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E53 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2639_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2640_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E54 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2640_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2641_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E55 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2641_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2642_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E56 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2642_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2643_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E57 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2643_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2644_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E58 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2644_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2645_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E59 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2645_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2646_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E60 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2646_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2647_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E61 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2647_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2648_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E62 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2648_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2649_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E63 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2649_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2650_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E64 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2650_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2651_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E65 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2651_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2652_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E66 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2652_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2653_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E67 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2653_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2654_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E68 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2654_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2655_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E69 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2655_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2656_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E70 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2656_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2657_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E71 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2657_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2658_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E72 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2658_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2659_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E73 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2659_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2660_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E74 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2660_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2661_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E75 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2661_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2662_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E76 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2662_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2663_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E77 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2663_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2664_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E78 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2664_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2665_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E79 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2665_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2666_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E80 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2666_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2667_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E81 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2667_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2668_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E82 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2668_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2669_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E83 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2669_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2670_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E84 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2670_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2671_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E85 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2671_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2672_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E86 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2672_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2673_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E87 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2673_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2674_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E88 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2674_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2675_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E89 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2675_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2676_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E90 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2676_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2677_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E91 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2677_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2678_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E92 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2678_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2679_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E93 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2679_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2680_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E94 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2680_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2681_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E95 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2681_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2682_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E96 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2682_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2683_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E97 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2683_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2684_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E98 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2684_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2685_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E99 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2685_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2686_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E100 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2686_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2687_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E101 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2687_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2688_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E102 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2688_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2689_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E103 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2689_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2690_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E104 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2690_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2691_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E105 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2691_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2692_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E106 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2692_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2693_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E107 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2693_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2694_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E108 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2694_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2695_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E109 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2695_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2696_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E110 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2696_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2697_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E111 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2697_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2698_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E112 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2698_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2699_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E113 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2699_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2700_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E114 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2700_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2701_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E115 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2701_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2702_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E116 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2702_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2703_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E117 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2703_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2704_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E118 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2704_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2705_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E119 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2705_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2706_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E120 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2706_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2707_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E121 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2707_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2708_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E122 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2708_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2709_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E123 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2709_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2710_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E124 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2710_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2711_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E125 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2711_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2712_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E126 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2712_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2713_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E127 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2713_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2714_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E128 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2714_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2715_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E129 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2715_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2716_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E130 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2716_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2717_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E131 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2717_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2718_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E132 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2718_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2719_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E133 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2719_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2720_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E134 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2720_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2721_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E135 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2721_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2722_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E136 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2722_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2723_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E137 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2723_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2724_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E138 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2724_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2725_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E139 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2725_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2726_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E140 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2726_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2727_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E141 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2727_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2728_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E142 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2728_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2729_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E143 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2729_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2730_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E144 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2730_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2731_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E145 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2731_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2732_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E146 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2732_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2733_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E147 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2733_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2734_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E148 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2734_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2735_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E149 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2735_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2736_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E150 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2736_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2737_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E151 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2737_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2738_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E152 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2738_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2739_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E153 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2739_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2740_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E154 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2740_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2741_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E155 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2741_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2742_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E156 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2742_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2743_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E157 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2743_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2744_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E158 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2744_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2745_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E159 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2745_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2746_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E160 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2746_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2747_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E161 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2747_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2748_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E162 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2748_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2749_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E163 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2749_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2750_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E164 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2750_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2751_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E165 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2751_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2752_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E166 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2752_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2753_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E167 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2753_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2754_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E168 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2754_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2755_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E169 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2755_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2756_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E170 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2756_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2757_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E171 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2757_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2758_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E172 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2758_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2759_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E173 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2759_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2760_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E174 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2760_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2761_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E175 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2761_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2762_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E176 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2762_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2763_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E177 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2763_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2764_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E178 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2764_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2765_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E179 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2765_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2766_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E180 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2766_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2767_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E181 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2767_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2768_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E182 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2768_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2769_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E183 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2769_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2770_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E184 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2770_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2771_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E185 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2771_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2772_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E186 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2772_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2773_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E187 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2773_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2774_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E188 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2774_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2775_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E189 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2775_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2776_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E190 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2776_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2777_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E191 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2777_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2778_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E192 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2778_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2779_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E193 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2779_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2780_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E194 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2780_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2781_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E195 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2781_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2782_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E196 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2782_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2783_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E197 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2783_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2784_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E198 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2784_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2785_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E199 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2785_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2786_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E200 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2786_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2787_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E201 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2787_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2788_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E202 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2788_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2789_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E203 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2789_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2790_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E204 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2790_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2791_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E205 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2791_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2792_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E206 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2792_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2793_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E207 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2793_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2794_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E208 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2794_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2795_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E209 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2795_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2796_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E210 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2796_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2797_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E211 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2797_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2798_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E212 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2798_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2799_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E213 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2799_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2800_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E214 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2800_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2801_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E215 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2801_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2802_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E216 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2802_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2803_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E217 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2803_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2804_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E218 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2804_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2805_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E219 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2805_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2806_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E220 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2806_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2807_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_49_E221 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2807_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2808_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_50_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2517_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2809_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_50_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2809_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2810_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_50_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2810_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2811_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_50_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2811_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2812_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_50_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2812_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2813_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_50_E5 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2813_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2814_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_50_E6 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2814_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2815_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_50_E7 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2815_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2816_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_50_E8 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2816_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2817_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_51_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2817_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2818_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_51_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2818_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2819_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_51_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2819_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2820_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_51_E3 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2820_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2821_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_51_E4 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2821_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2822_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_51_E5 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2822_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2823_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_51_E6 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2823_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2824_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_51_E7 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2824_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2825_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_51_E8 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2825_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2826_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_51_E9 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2826_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2827_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_51_E10 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2827_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2828_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_51_E11 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2828_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2829_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_51_E12 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2829_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2517_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_52_E0 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2808_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2830_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_52_E1 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2830_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2831_generated # Source compartment name this sewer connection is beginning. - -[Branch] -name = pipe_52_E2 # Unique branch id. -branchType = 2 # Channel = 0, SewerConnection = 1, Pipe = 2. -isLengthCustom = 1 # branch length specified by user. -sourceCompartmentName = manhole_2831_generated # Source compartment name this sewer connection is beginning. -targetCompartmentName = manhole_2817_generated # Source compartment name this sewer connection is beginning. +sourceCompartmentName = manhole_1006_generated # Source compartment name this sewer connection is beginning. +targetCompartmentName = manhole_992_generated # Source compartment name this sewer connection is beginning. [Branch] name = river_1 # Unique branch id. diff --git a/examples/dflowfm_piave/dflowfm/crsloc.ini b/examples/dflowfm_piave/dflowfm/crsloc.ini index 9e84107e..69888316 100644 --- a/examples/dflowfm_piave/dflowfm/crsloc.ini +++ b/examples/dflowfm_piave/dflowfm/crsloc.ini @@ -1341,42946 +1341,13746 @@ definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E141_0.00 # Unique cross-section location id. -branchId = pipe_8_E141 # Branch on which the cross section is located. +id = pipe_9_E1045_0.00 # Unique cross-section location id. +branchId = pipe_9_E1045 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 965.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E142_0.00 # Unique cross-section location id. -branchId = pipe_8_E142 # Branch on which the cross section is located. +id = pipe_9_E1046_0.00 # Unique cross-section location id. +branchId = pipe_9_E1046 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 965.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E143_0.00 # Unique cross-section location id. -branchId = pipe_8_E143 # Branch on which the cross section is located. +id = pipe_9_E1047_0.00 # Unique cross-section location id. +branchId = pipe_9_E1047 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 965.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E144_0.00 # Unique cross-section location id. -branchId = pipe_8_E144 # Branch on which the cross section is located. +id = pipe_9_E1048_0.00 # Unique cross-section location id. +branchId = pipe_9_E1048 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 962.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E145_0.00 # Unique cross-section location id. -branchId = pipe_8_E145 # Branch on which the cross section is located. +id = pipe_9_E1049_0.00 # Unique cross-section location id. +branchId = pipe_9_E1049 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 962.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E146_0.00 # Unique cross-section location id. -branchId = pipe_8_E146 # Branch on which the cross section is located. +id = pipe_9_E1050_0.00 # Unique cross-section location id. +branchId = pipe_9_E1050 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 979.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E147_0.00 # Unique cross-section location id. -branchId = pipe_8_E147 # Branch on which the cross section is located. +id = pipe_9_E1051_0.00 # Unique cross-section location id. +branchId = pipe_9_E1051 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 979.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E148_0.00 # Unique cross-section location id. -branchId = pipe_8_E148 # Branch on which the cross section is located. +id = pipe_9_E1052_0.00 # Unique cross-section location id. +branchId = pipe_9_E1052 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 971.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E149_0.00 # Unique cross-section location id. -branchId = pipe_8_E149 # Branch on which the cross section is located. +id = pipe_9_E1053_0.00 # Unique cross-section location id. +branchId = pipe_9_E1053 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 959.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E150_0.00 # Unique cross-section location id. -branchId = pipe_8_E150 # Branch on which the cross section is located. +id = pipe_9_E1054_0.00 # Unique cross-section location id. +branchId = pipe_9_E1054 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 959.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E151_0.00 # Unique cross-section location id. -branchId = pipe_8_E151 # Branch on which the cross section is located. +id = pipe_9_E1055_0.00 # Unique cross-section location id. +branchId = pipe_9_E1055 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 943.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E152_0.00 # Unique cross-section location id. -branchId = pipe_8_E152 # Branch on which the cross section is located. +id = pipe_9_E1056_0.00 # Unique cross-section location id. +branchId = pipe_9_E1056 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 943.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E153_0.00 # Unique cross-section location id. -branchId = pipe_8_E153 # Branch on which the cross section is located. +id = pipe_9_E1057_0.00 # Unique cross-section location id. +branchId = pipe_9_E1057 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 943.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E154_0.00 # Unique cross-section location id. -branchId = pipe_8_E154 # Branch on which the cross section is located. +id = pipe_9_E1058_0.00 # Unique cross-section location id. +branchId = pipe_9_E1058 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 928.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E155_0.00 # Unique cross-section location id. -branchId = pipe_8_E155 # Branch on which the cross section is located. +id = pipe_9_E1059_0.00 # Unique cross-section location id. +branchId = pipe_9_E1059 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 954.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E156_0.00 # Unique cross-section location id. -branchId = pipe_8_E156 # Branch on which the cross section is located. +id = pipe_9_E1060_0.00 # Unique cross-section location id. +branchId = pipe_9_E1060 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 944.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E157_0.00 # Unique cross-section location id. -branchId = pipe_8_E157 # Branch on which the cross section is located. +id = pipe_9_E1061_0.00 # Unique cross-section location id. +branchId = pipe_9_E1061 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 944.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E158_0.00 # Unique cross-section location id. -branchId = pipe_8_E158 # Branch on which the cross section is located. +id = pipe_9_E1062_0.00 # Unique cross-section location id. +branchId = pipe_9_E1062 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 944.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E159_0.00 # Unique cross-section location id. -branchId = pipe_8_E159 # Branch on which the cross section is located. +id = pipe_9_E1063_0.00 # Unique cross-section location id. +branchId = pipe_9_E1063 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 930.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E160_0.00 # Unique cross-section location id. -branchId = pipe_8_E160 # Branch on which the cross section is located. +id = pipe_9_E1064_0.00 # Unique cross-section location id. +branchId = pipe_9_E1064 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 930.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E161_0.00 # Unique cross-section location id. -branchId = pipe_8_E161 # Branch on which the cross section is located. +id = pipe_9_E1065_0.00 # Unique cross-section location id. +branchId = pipe_9_E1065 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 908.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E162_0.00 # Unique cross-section location id. -branchId = pipe_8_E162 # Branch on which the cross section is located. +id = pipe_9_E1066_0.00 # Unique cross-section location id. +branchId = pipe_9_E1066 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 885.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E163_0.00 # Unique cross-section location id. -branchId = pipe_8_E163 # Branch on which the cross section is located. +id = pipe_9_E1067_0.00 # Unique cross-section location id. +branchId = pipe_9_E1067 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 885.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E164_0.00 # Unique cross-section location id. -branchId = pipe_8_E164 # Branch on which the cross section is located. +id = pipe_9_E1068_0.00 # Unique cross-section location id. +branchId = pipe_9_E1068 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 900.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E165_0.00 # Unique cross-section location id. -branchId = pipe_8_E165 # Branch on which the cross section is located. +id = pipe_9_E1069_0.00 # Unique cross-section location id. +branchId = pipe_9_E1069 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 900.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E166_0.00 # Unique cross-section location id. -branchId = pipe_8_E166 # Branch on which the cross section is located. +id = pipe_9_E1070_0.00 # Unique cross-section location id. +branchId = pipe_9_E1070 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 883.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E167_0.00 # Unique cross-section location id. -branchId = pipe_8_E167 # Branch on which the cross section is located. +id = pipe_9_E1071_0.00 # Unique cross-section location id. +branchId = pipe_9_E1071 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 883.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E168_0.00 # Unique cross-section location id. -branchId = pipe_8_E168 # Branch on which the cross section is located. +id = pipe_9_E1072_0.00 # Unique cross-section location id. +branchId = pipe_9_E1072 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 876.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E169_0.00 # Unique cross-section location id. -branchId = pipe_8_E169 # Branch on which the cross section is located. +id = pipe_9_E1073_0.00 # Unique cross-section location id. +branchId = pipe_9_E1073 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 876.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E170_0.00 # Unique cross-section location id. -branchId = pipe_8_E170 # Branch on which the cross section is located. +id = pipe_9_E1074_0.00 # Unique cross-section location id. +branchId = pipe_9_E1074 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 870.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E171_0.00 # Unique cross-section location id. -branchId = pipe_8_E171 # Branch on which the cross section is located. +id = pipe_9_E1075_0.00 # Unique cross-section location id. +branchId = pipe_9_E1075 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 936.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E172_0.00 # Unique cross-section location id. -branchId = pipe_8_E172 # Branch on which the cross section is located. +id = pipe_9_E1076_0.00 # Unique cross-section location id. +branchId = pipe_9_E1076 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 930.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E173_0.00 # Unique cross-section location id. -branchId = pipe_8_E173 # Branch on which the cross section is located. +id = pipe_9_E1077_0.00 # Unique cross-section location id. +branchId = pipe_9_E1077 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 930.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E174_0.00 # Unique cross-section location id. -branchId = pipe_8_E174 # Branch on which the cross section is located. +id = pipe_9_E1078_0.00 # Unique cross-section location id. +branchId = pipe_9_E1078 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 914.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E175_0.00 # Unique cross-section location id. -branchId = pipe_8_E175 # Branch on which the cross section is located. +id = pipe_9_E1079_0.00 # Unique cross-section location id. +branchId = pipe_9_E1079 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 914.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E176_0.00 # Unique cross-section location id. -branchId = pipe_8_E176 # Branch on which the cross section is located. +id = pipe_9_E1080_0.00 # Unique cross-section location id. +branchId = pipe_9_E1080 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 889.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E177_0.00 # Unique cross-section location id. -branchId = pipe_8_E177 # Branch on which the cross section is located. +id = pipe_9_E1081_0.00 # Unique cross-section location id. +branchId = pipe_9_E1081 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 889.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E178_0.00 # Unique cross-section location id. -branchId = pipe_8_E178 # Branch on which the cross section is located. +id = pipe_9_E1082_0.00 # Unique cross-section location id. +branchId = pipe_9_E1082 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 854.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E179_0.00 # Unique cross-section location id. -branchId = pipe_8_E179 # Branch on which the cross section is located. +id = pipe_9_E1083_0.00 # Unique cross-section location id. +branchId = pipe_9_E1083 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 854.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E180_0.00 # Unique cross-section location id. -branchId = pipe_8_E180 # Branch on which the cross section is located. +id = pipe_9_E1084_0.00 # Unique cross-section location id. +branchId = pipe_9_E1084 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 818.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E181_0.00 # Unique cross-section location id. -branchId = pipe_8_E181 # Branch on which the cross section is located. +id = pipe_9_E1085_0.00 # Unique cross-section location id. +branchId = pipe_9_E1085 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 818.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E182_0.00 # Unique cross-section location id. -branchId = pipe_8_E182 # Branch on which the cross section is located. +id = pipe_9_E1086_0.00 # Unique cross-section location id. +branchId = pipe_9_E1086 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 863.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E183_0.00 # Unique cross-section location id. -branchId = pipe_8_E183 # Branch on which the cross section is located. +id = pipe_9_E1087_0.00 # Unique cross-section location id. +branchId = pipe_9_E1087 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 863.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E184_0.00 # Unique cross-section location id. -branchId = pipe_8_E184 # Branch on which the cross section is located. +id = pipe_9_E1088_0.00 # Unique cross-section location id. +branchId = pipe_9_E1088 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 863.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E185_0.00 # Unique cross-section location id. -branchId = pipe_8_E185 # Branch on which the cross section is located. +id = pipe_9_E1089_0.00 # Unique cross-section location id. +branchId = pipe_9_E1089 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 882.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E186_0.00 # Unique cross-section location id. -branchId = pipe_8_E186 # Branch on which the cross section is located. +id = pipe_9_E1090_0.00 # Unique cross-section location id. +branchId = pipe_9_E1090 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 882.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E187_0.00 # Unique cross-section location id. -branchId = pipe_8_E187 # Branch on which the cross section is located. +id = pipe_9_E1091_0.00 # Unique cross-section location id. +branchId = pipe_9_E1091 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 882.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E188_0.00 # Unique cross-section location id. -branchId = pipe_8_E188 # Branch on which the cross section is located. +id = pipe_9_E1092_0.00 # Unique cross-section location id. +branchId = pipe_9_E1092 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E189_0.00 # Unique cross-section location id. -branchId = pipe_8_E189 # Branch on which the cross section is located. +id = pipe_9_E1093_0.00 # Unique cross-section location id. +branchId = pipe_9_E1093 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E190_0.00 # Unique cross-section location id. -branchId = pipe_8_E190 # Branch on which the cross section is located. +id = pipe_9_E1094_0.00 # Unique cross-section location id. +branchId = pipe_9_E1094 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E191_0.00 # Unique cross-section location id. -branchId = pipe_8_E191 # Branch on which the cross section is located. +id = pipe_9_E1095_0.00 # Unique cross-section location id. +branchId = pipe_9_E1095 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 907.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E192_0.00 # Unique cross-section location id. -branchId = pipe_8_E192 # Branch on which the cross section is located. +id = pipe_9_E1096_0.00 # Unique cross-section location id. +branchId = pipe_9_E1096 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 907.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E193_0.00 # Unique cross-section location id. -branchId = pipe_8_E193 # Branch on which the cross section is located. +id = pipe_9_E1097_0.00 # Unique cross-section location id. +branchId = pipe_9_E1097 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 907.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E194_0.00 # Unique cross-section location id. -branchId = pipe_8_E194 # Branch on which the cross section is located. +id = pipe_9_E1098_0.00 # Unique cross-section location id. +branchId = pipe_9_E1098 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 907.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E195_0.00 # Unique cross-section location id. -branchId = pipe_8_E195 # Branch on which the cross section is located. +id = pipe_9_E1099_0.00 # Unique cross-section location id. +branchId = pipe_9_E1099 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 909.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E196_0.00 # Unique cross-section location id. -branchId = pipe_8_E196 # Branch on which the cross section is located. +id = pipe_9_E1100_0.00 # Unique cross-section location id. +branchId = pipe_9_E1100 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 909.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E197_0.00 # Unique cross-section location id. -branchId = pipe_8_E197 # Branch on which the cross section is located. +id = pipe_9_E1101_0.00 # Unique cross-section location id. +branchId = pipe_9_E1101 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 929.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E198_0.00 # Unique cross-section location id. -branchId = pipe_8_E198 # Branch on which the cross section is located. +id = pipe_9_E1102_0.00 # Unique cross-section location id. +branchId = pipe_9_E1102 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 929.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E199_0.00 # Unique cross-section location id. -branchId = pipe_8_E199 # Branch on which the cross section is located. +id = pipe_9_E1103_0.00 # Unique cross-section location id. +branchId = pipe_9_E1103 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 947.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E200_0.00 # Unique cross-section location id. -branchId = pipe_8_E200 # Branch on which the cross section is located. +id = pipe_9_E1104_0.00 # Unique cross-section location id. +branchId = pipe_9_E1104 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 921.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E201_0.00 # Unique cross-section location id. -branchId = pipe_8_E201 # Branch on which the cross section is located. +id = pipe_9_E1105_0.00 # Unique cross-section location id. +branchId = pipe_9_E1105 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 921.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E202_0.00 # Unique cross-section location id. -branchId = pipe_8_E202 # Branch on which the cross section is located. +id = pipe_9_E1106_0.00 # Unique cross-section location id. +branchId = pipe_9_E1106 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 937.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E203_0.00 # Unique cross-section location id. -branchId = pipe_8_E203 # Branch on which the cross section is located. +id = pipe_9_E1107_0.00 # Unique cross-section location id. +branchId = pipe_9_E1107 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 937.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E204_0.00 # Unique cross-section location id. -branchId = pipe_8_E204 # Branch on which the cross section is located. +id = pipe_9_E1108_0.00 # Unique cross-section location id. +branchId = pipe_9_E1108 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 891.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E205_0.00 # Unique cross-section location id. -branchId = pipe_8_E205 # Branch on which the cross section is located. +id = pipe_9_E1109_0.00 # Unique cross-section location id. +branchId = pipe_9_E1109 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 889.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E206_0.00 # Unique cross-section location id. -branchId = pipe_8_E206 # Branch on which the cross section is located. +id = pipe_9_E1110_0.00 # Unique cross-section location id. +branchId = pipe_9_E1110 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 889.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E207_0.00 # Unique cross-section location id. -branchId = pipe_8_E207 # Branch on which the cross section is located. +id = pipe_9_E1111_0.00 # Unique cross-section location id. +branchId = pipe_9_E1111 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 878.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E208_0.00 # Unique cross-section location id. -branchId = pipe_8_E208 # Branch on which the cross section is located. +id = pipe_9_E1112_0.00 # Unique cross-section location id. +branchId = pipe_9_E1112 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 878.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E209_0.00 # Unique cross-section location id. -branchId = pipe_8_E209 # Branch on which the cross section is located. +id = pipe_9_E1113_0.00 # Unique cross-section location id. +branchId = pipe_9_E1113 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 878.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E210_0.00 # Unique cross-section location id. -branchId = pipe_8_E210 # Branch on which the cross section is located. +id = pipe_9_E1114_0.00 # Unique cross-section location id. +branchId = pipe_9_E1114 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 878.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E211_0.00 # Unique cross-section location id. -branchId = pipe_8_E211 # Branch on which the cross section is located. +id = pipe_9_E1115_0.00 # Unique cross-section location id. +branchId = pipe_9_E1115 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E212_0.00 # Unique cross-section location id. -branchId = pipe_8_E212 # Branch on which the cross section is located. +id = pipe_9_E1116_0.00 # Unique cross-section location id. +branchId = pipe_9_E1116 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E213_0.00 # Unique cross-section location id. -branchId = pipe_8_E213 # Branch on which the cross section is located. +id = pipe_9_E1117_0.00 # Unique cross-section location id. +branchId = pipe_9_E1117 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E214_0.00 # Unique cross-section location id. -branchId = pipe_8_E214 # Branch on which the cross section is located. +id = pipe_9_E1118_0.00 # Unique cross-section location id. +branchId = pipe_9_E1118 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E215_0.00 # Unique cross-section location id. -branchId = pipe_8_E215 # Branch on which the cross section is located. +id = pipe_9_E1119_0.00 # Unique cross-section location id. +branchId = pipe_9_E1119 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E216_0.00 # Unique cross-section location id. -branchId = pipe_8_E216 # Branch on which the cross section is located. +id = pipe_9_E1120_0.00 # Unique cross-section location id. +branchId = pipe_9_E1120 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 864.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E217_0.00 # Unique cross-section location id. -branchId = pipe_8_E217 # Branch on which the cross section is located. +id = pipe_9_E1121_0.00 # Unique cross-section location id. +branchId = pipe_9_E1121 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 864.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E218_0.00 # Unique cross-section location id. -branchId = pipe_8_E218 # Branch on which the cross section is located. +id = pipe_9_E1122_0.00 # Unique cross-section location id. +branchId = pipe_9_E1122 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 876.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E219_0.00 # Unique cross-section location id. -branchId = pipe_8_E219 # Branch on which the cross section is located. +id = pipe_9_E1123_0.00 # Unique cross-section location id. +branchId = pipe_9_E1123 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 882.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E220_0.00 # Unique cross-section location id. -branchId = pipe_8_E220 # Branch on which the cross section is located. +id = pipe_9_E1124_0.00 # Unique cross-section location id. +branchId = pipe_9_E1124 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 882.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E221_0.00 # Unique cross-section location id. -branchId = pipe_8_E221 # Branch on which the cross section is located. +id = pipe_9_E1125_0.00 # Unique cross-section location id. +branchId = pipe_9_E1125 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 882.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E222_0.00 # Unique cross-section location id. -branchId = pipe_8_E222 # Branch on which the cross section is located. +id = pipe_9_E1126_0.00 # Unique cross-section location id. +branchId = pipe_9_E1126 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 890.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E223_0.00 # Unique cross-section location id. -branchId = pipe_8_E223 # Branch on which the cross section is located. +id = pipe_9_E1127_0.00 # Unique cross-section location id. +branchId = pipe_9_E1127 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 891.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E224_0.00 # Unique cross-section location id. -branchId = pipe_8_E224 # Branch on which the cross section is located. +id = pipe_9_E1128_0.00 # Unique cross-section location id. +branchId = pipe_9_E1128 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 891.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E225_0.00 # Unique cross-section location id. -branchId = pipe_8_E225 # Branch on which the cross section is located. +id = pipe_9_E1129_0.00 # Unique cross-section location id. +branchId = pipe_9_E1129 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 887.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E226_0.00 # Unique cross-section location id. -branchId = pipe_8_E226 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1130_0.00 # Unique cross-section location id. +branchId = pipe_9_E1130 # Branch on which the cross section is located. +chainage = 0.0 # Chainage on the branch (m). +shift = 887.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E227_0.00 # Unique cross-section location id. -branchId = pipe_8_E227 # Branch on which the cross section is located. +id = pipe_9_E1131_0.00 # Unique cross-section location id. +branchId = pipe_9_E1131 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 869.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E228_0.00 # Unique cross-section location id. -branchId = pipe_8_E228 # Branch on which the cross section is located. +id = pipe_9_E1132_0.00 # Unique cross-section location id. +branchId = pipe_9_E1132 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 869.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E229_0.00 # Unique cross-section location id. -branchId = pipe_8_E229 # Branch on which the cross section is located. +id = pipe_9_E1133_0.00 # Unique cross-section location id. +branchId = pipe_9_E1133 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 869.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E230_0.00 # Unique cross-section location id. -branchId = pipe_8_E230 # Branch on which the cross section is located. +id = pipe_9_E1134_0.00 # Unique cross-section location id. +branchId = pipe_9_E1134 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 858.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E231_0.00 # Unique cross-section location id. -branchId = pipe_8_E231 # Branch on which the cross section is located. +id = pipe_9_E1135_0.00 # Unique cross-section location id. +branchId = pipe_9_E1135 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 861.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E232_0.00 # Unique cross-section location id. -branchId = pipe_8_E232 # Branch on which the cross section is located. +id = pipe_9_E1136_0.00 # Unique cross-section location id. +branchId = pipe_9_E1136 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 861.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E233_0.00 # Unique cross-section location id. -branchId = pipe_8_E233 # Branch on which the cross section is located. +id = pipe_9_E1137_0.00 # Unique cross-section location id. +branchId = pipe_9_E1137 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 861.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E234_0.00 # Unique cross-section location id. -branchId = pipe_8_E234 # Branch on which the cross section is located. +id = pipe_9_E1138_0.00 # Unique cross-section location id. +branchId = pipe_9_E1138 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 833.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E235_0.00 # Unique cross-section location id. -branchId = pipe_8_E235 # Branch on which the cross section is located. +id = pipe_9_E1139_0.00 # Unique cross-section location id. +branchId = pipe_9_E1139 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 833.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E236_0.00 # Unique cross-section location id. -branchId = pipe_8_E236 # Branch on which the cross section is located. +id = pipe_9_E1140_0.00 # Unique cross-section location id. +branchId = pipe_9_E1140 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 852.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E237_0.00 # Unique cross-section location id. -branchId = pipe_8_E237 # Branch on which the cross section is located. +id = pipe_9_E1141_0.00 # Unique cross-section location id. +branchId = pipe_9_E1141 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 852.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E238_0.00 # Unique cross-section location id. -branchId = pipe_8_E238 # Branch on which the cross section is located. +id = pipe_9_E1142_0.00 # Unique cross-section location id. +branchId = pipe_9_E1142 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 869.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E239_0.00 # Unique cross-section location id. -branchId = pipe_8_E239 # Branch on which the cross section is located. +id = pipe_9_E1143_0.00 # Unique cross-section location id. +branchId = pipe_9_E1143 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 862.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E240_0.00 # Unique cross-section location id. -branchId = pipe_8_E240 # Branch on which the cross section is located. +id = pipe_9_E1144_0.00 # Unique cross-section location id. +branchId = pipe_9_E1144 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 862.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E241_0.00 # Unique cross-section location id. -branchId = pipe_8_E241 # Branch on which the cross section is located. +id = pipe_9_E1145_0.00 # Unique cross-section location id. +branchId = pipe_9_E1145 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 862.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E242_0.00 # Unique cross-section location id. -branchId = pipe_8_E242 # Branch on which the cross section is located. +id = pipe_9_E1146_0.00 # Unique cross-section location id. +branchId = pipe_9_E1146 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E243_0.00 # Unique cross-section location id. -branchId = pipe_8_E243 # Branch on which the cross section is located. +id = pipe_9_E1147_0.00 # Unique cross-section location id. +branchId = pipe_9_E1147 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E244_0.00 # Unique cross-section location id. -branchId = pipe_8_E244 # Branch on which the cross section is located. +id = pipe_9_E1148_0.00 # Unique cross-section location id. +branchId = pipe_9_E1148 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 851.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E245_0.00 # Unique cross-section location id. -branchId = pipe_8_E245 # Branch on which the cross section is located. +id = pipe_9_E1149_0.00 # Unique cross-section location id. +branchId = pipe_9_E1149 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 851.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E246_0.00 # Unique cross-section location id. -branchId = pipe_8_E246 # Branch on which the cross section is located. +id = pipe_9_E1150_0.00 # Unique cross-section location id. +branchId = pipe_9_E1150 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 839.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E247_0.00 # Unique cross-section location id. -branchId = pipe_8_E247 # Branch on which the cross section is located. +id = pipe_9_E1151_0.00 # Unique cross-section location id. +branchId = pipe_9_E1151 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 839.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E248_0.00 # Unique cross-section location id. -branchId = pipe_8_E248 # Branch on which the cross section is located. +id = pipe_9_E1152_0.00 # Unique cross-section location id. +branchId = pipe_9_E1152 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 839.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E249_0.00 # Unique cross-section location id. -branchId = pipe_8_E249 # Branch on which the cross section is located. +id = pipe_9_E1153_0.00 # Unique cross-section location id. +branchId = pipe_9_E1153 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 825.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E250_0.00 # Unique cross-section location id. -branchId = pipe_8_E250 # Branch on which the cross section is located. +id = pipe_9_E1154_0.00 # Unique cross-section location id. +branchId = pipe_9_E1154 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 825.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E251_0.00 # Unique cross-section location id. -branchId = pipe_8_E251 # Branch on which the cross section is located. +id = pipe_9_E1155_0.00 # Unique cross-section location id. +branchId = pipe_9_E1155 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 835.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E252_0.00 # Unique cross-section location id. -branchId = pipe_8_E252 # Branch on which the cross section is located. +id = pipe_9_E1156_0.00 # Unique cross-section location id. +branchId = pipe_9_E1156 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 835.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E253_0.00 # Unique cross-section location id. -branchId = pipe_8_E253 # Branch on which the cross section is located. +id = pipe_9_E1157_0.00 # Unique cross-section location id. +branchId = pipe_9_E1157 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 841.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E254_0.00 # Unique cross-section location id. -branchId = pipe_8_E254 # Branch on which the cross section is located. +id = pipe_9_E1158_0.00 # Unique cross-section location id. +branchId = pipe_9_E1158 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 820.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E255_0.00 # Unique cross-section location id. -branchId = pipe_8_E255 # Branch on which the cross section is located. +id = pipe_9_E1159_0.00 # Unique cross-section location id. +branchId = pipe_9_E1159 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 820.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E256_0.00 # Unique cross-section location id. -branchId = pipe_8_E256 # Branch on which the cross section is located. +id = pipe_9_E1160_0.00 # Unique cross-section location id. +branchId = pipe_9_E1160 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 825.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E257_0.00 # Unique cross-section location id. -branchId = pipe_8_E257 # Branch on which the cross section is located. +id = pipe_9_E1161_0.00 # Unique cross-section location id. +branchId = pipe_9_E1161 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 825.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E258_0.00 # Unique cross-section location id. -branchId = pipe_8_E258 # Branch on which the cross section is located. +id = pipe_9_E1162_0.00 # Unique cross-section location id. +branchId = pipe_9_E1162 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 819.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E259_0.00 # Unique cross-section location id. -branchId = pipe_8_E259 # Branch on which the cross section is located. +id = pipe_9_E1163_0.00 # Unique cross-section location id. +branchId = pipe_9_E1163 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 819.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E260_0.00 # Unique cross-section location id. -branchId = pipe_8_E260 # Branch on which the cross section is located. +id = pipe_9_E1164_0.00 # Unique cross-section location id. +branchId = pipe_9_E1164 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 825.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E261_0.00 # Unique cross-section location id. -branchId = pipe_8_E261 # Branch on which the cross section is located. +id = pipe_9_E1165_0.00 # Unique cross-section location id. +branchId = pipe_9_E1165 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 825.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E262_0.00 # Unique cross-section location id. -branchId = pipe_8_E262 # Branch on which the cross section is located. +id = pipe_9_E1166_0.00 # Unique cross-section location id. +branchId = pipe_9_E1166 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 831.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E263_0.00 # Unique cross-section location id. -branchId = pipe_8_E263 # Branch on which the cross section is located. +id = pipe_9_E1167_0.00 # Unique cross-section location id. +branchId = pipe_9_E1167 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 831.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E264_0.00 # Unique cross-section location id. -branchId = pipe_8_E264 # Branch on which the cross section is located. +id = pipe_9_E1168_0.00 # Unique cross-section location id. +branchId = pipe_9_E1168 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 830.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E265_0.00 # Unique cross-section location id. -branchId = pipe_8_E265 # Branch on which the cross section is located. +id = pipe_9_E1169_0.00 # Unique cross-section location id. +branchId = pipe_9_E1169 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 807.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E266_0.00 # Unique cross-section location id. -branchId = pipe_8_E266 # Branch on which the cross section is located. +id = pipe_9_E1170_0.00 # Unique cross-section location id. +branchId = pipe_9_E1170 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 807.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E267_0.00 # Unique cross-section location id. -branchId = pipe_8_E267 # Branch on which the cross section is located. +id = pipe_9_E1171_0.00 # Unique cross-section location id. +branchId = pipe_9_E1171 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 807.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E268_0.00 # Unique cross-section location id. -branchId = pipe_8_E268 # Branch on which the cross section is located. +id = pipe_9_E1172_0.00 # Unique cross-section location id. +branchId = pipe_9_E1172 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 802.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E269_0.00 # Unique cross-section location id. -branchId = pipe_8_E269 # Branch on which the cross section is located. +id = pipe_9_E1173_0.00 # Unique cross-section location id. +branchId = pipe_9_E1173 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 802.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E270_0.00 # Unique cross-section location id. -branchId = pipe_8_E270 # Branch on which the cross section is located. +id = pipe_9_E1174_0.00 # Unique cross-section location id. +branchId = pipe_9_E1174 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 802.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E271_0.00 # Unique cross-section location id. -branchId = pipe_8_E271 # Branch on which the cross section is located. +id = pipe_9_E1175_0.00 # Unique cross-section location id. +branchId = pipe_9_E1175 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 807.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E272_0.00 # Unique cross-section location id. -branchId = pipe_8_E272 # Branch on which the cross section is located. +id = pipe_9_E1176_0.00 # Unique cross-section location id. +branchId = pipe_9_E1176 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 807.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E273_0.00 # Unique cross-section location id. -branchId = pipe_8_E273 # Branch on which the cross section is located. +id = pipe_9_E1177_0.00 # Unique cross-section location id. +branchId = pipe_9_E1177 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 820.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E274_0.00 # Unique cross-section location id. -branchId = pipe_8_E274 # Branch on which the cross section is located. +id = pipe_9_E1178_0.00 # Unique cross-section location id. +branchId = pipe_9_E1178 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 785.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E275_0.00 # Unique cross-section location id. -branchId = pipe_8_E275 # Branch on which the cross section is located. +id = pipe_9_E1179_0.00 # Unique cross-section location id. +branchId = pipe_9_E1179 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 785.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E276_0.00 # Unique cross-section location id. -branchId = pipe_8_E276 # Branch on which the cross section is located. +id = pipe_9_E1180_0.00 # Unique cross-section location id. +branchId = pipe_9_E1180 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 794.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E277_0.00 # Unique cross-section location id. -branchId = pipe_8_E277 # Branch on which the cross section is located. +id = pipe_9_E1181_0.00 # Unique cross-section location id. +branchId = pipe_9_E1181 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 794.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E278_0.00 # Unique cross-section location id. -branchId = pipe_8_E278 # Branch on which the cross section is located. +id = pipe_9_E1182_0.00 # Unique cross-section location id. +branchId = pipe_9_E1182 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 803.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E279_0.00 # Unique cross-section location id. -branchId = pipe_8_E279 # Branch on which the cross section is located. +id = pipe_9_E1183_0.00 # Unique cross-section location id. +branchId = pipe_9_E1183 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 803.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E280_0.00 # Unique cross-section location id. -branchId = pipe_8_E280 # Branch on which the cross section is located. +id = pipe_9_E1184_0.00 # Unique cross-section location id. +branchId = pipe_9_E1184 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 805.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E281_0.00 # Unique cross-section location id. -branchId = pipe_8_E281 # Branch on which the cross section is located. +id = pipe_9_E1185_0.00 # Unique cross-section location id. +branchId = pipe_9_E1185 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 769.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E282_0.00 # Unique cross-section location id. -branchId = pipe_8_E282 # Branch on which the cross section is located. +id = pipe_9_E1186_0.00 # Unique cross-section location id. +branchId = pipe_9_E1186 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 776.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E283_0.00 # Unique cross-section location id. -branchId = pipe_8_E283 # Branch on which the cross section is located. +id = pipe_9_E1187_0.00 # Unique cross-section location id. +branchId = pipe_9_E1187 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 776.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E284_0.00 # Unique cross-section location id. -branchId = pipe_8_E284 # Branch on which the cross section is located. +id = pipe_9_E1188_0.00 # Unique cross-section location id. +branchId = pipe_9_E1188 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 784.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E285_0.00 # Unique cross-section location id. -branchId = pipe_8_E285 # Branch on which the cross section is located. +id = pipe_9_E1189_0.00 # Unique cross-section location id. +branchId = pipe_9_E1189 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 784.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E286_0.00 # Unique cross-section location id. -branchId = pipe_8_E286 # Branch on which the cross section is located. +id = pipe_9_E1190_0.00 # Unique cross-section location id. +branchId = pipe_9_E1190 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 795.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E287_0.00 # Unique cross-section location id. -branchId = pipe_8_E287 # Branch on which the cross section is located. +id = pipe_9_E1191_0.00 # Unique cross-section location id. +branchId = pipe_9_E1191 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 795.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E288_0.00 # Unique cross-section location id. -branchId = pipe_8_E288 # Branch on which the cross section is located. +id = pipe_9_E1192_0.00 # Unique cross-section location id. +branchId = pipe_9_E1192 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E289_0.00 # Unique cross-section location id. -branchId = pipe_8_E289 # Branch on which the cross section is located. +id = pipe_9_E1193_0.00 # Unique cross-section location id. +branchId = pipe_9_E1193 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E290_0.00 # Unique cross-section location id. -branchId = pipe_8_E290 # Branch on which the cross section is located. +id = pipe_9_E1194_0.00 # Unique cross-section location id. +branchId = pipe_9_E1194 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E291_0.00 # Unique cross-section location id. -branchId = pipe_8_E291 # Branch on which the cross section is located. +id = pipe_9_E1195_0.00 # Unique cross-section location id. +branchId = pipe_9_E1195 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E292_0.00 # Unique cross-section location id. -branchId = pipe_8_E292 # Branch on which the cross section is located. +id = pipe_9_E1196_0.00 # Unique cross-section location id. +branchId = pipe_9_E1196 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E293_0.00 # Unique cross-section location id. -branchId = pipe_8_E293 # Branch on which the cross section is located. +id = pipe_9_E1197_0.00 # Unique cross-section location id. +branchId = pipe_9_E1197 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E294_0.00 # Unique cross-section location id. -branchId = pipe_8_E294 # Branch on which the cross section is located. +id = pipe_9_E1198_0.00 # Unique cross-section location id. +branchId = pipe_9_E1198 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E295_0.00 # Unique cross-section location id. -branchId = pipe_8_E295 # Branch on which the cross section is located. +id = pipe_9_E1199_0.00 # Unique cross-section location id. +branchId = pipe_9_E1199 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 774.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E296_0.00 # Unique cross-section location id. -branchId = pipe_8_E296 # Branch on which the cross section is located. +id = pipe_9_E1200_0.00 # Unique cross-section location id. +branchId = pipe_9_E1200 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 770.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E297_0.00 # Unique cross-section location id. -branchId = pipe_8_E297 # Branch on which the cross section is located. +id = pipe_9_E1201_0.00 # Unique cross-section location id. +branchId = pipe_9_E1201 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 744.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E298_0.00 # Unique cross-section location id. -branchId = pipe_8_E298 # Branch on which the cross section is located. +id = pipe_9_E1202_0.00 # Unique cross-section location id. +branchId = pipe_9_E1202 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 744.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E299_0.00 # Unique cross-section location id. -branchId = pipe_8_E299 # Branch on which the cross section is located. +id = pipe_9_E1203_0.00 # Unique cross-section location id. +branchId = pipe_9_E1203 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 744.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E300_0.00 # Unique cross-section location id. -branchId = pipe_8_E300 # Branch on which the cross section is located. +id = pipe_9_E1204_0.00 # Unique cross-section location id. +branchId = pipe_9_E1204 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 771.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E301_0.00 # Unique cross-section location id. -branchId = pipe_8_E301 # Branch on which the cross section is located. +id = pipe_9_E1205_0.00 # Unique cross-section location id. +branchId = pipe_9_E1205 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 771.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E302_0.00 # Unique cross-section location id. -branchId = pipe_8_E302 # Branch on which the cross section is located. +id = pipe_9_E1206_0.00 # Unique cross-section location id. +branchId = pipe_9_E1206 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 771.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E303_0.00 # Unique cross-section location id. -branchId = pipe_8_E303 # Branch on which the cross section is located. +id = pipe_9_E1207_0.00 # Unique cross-section location id. +branchId = pipe_9_E1207 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 771.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E304_0.00 # Unique cross-section location id. -branchId = pipe_8_E304 # Branch on which the cross section is located. +id = pipe_9_E1208_0.00 # Unique cross-section location id. +branchId = pipe_9_E1208 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 766.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E305_0.00 # Unique cross-section location id. -branchId = pipe_8_E305 # Branch on which the cross section is located. +id = pipe_9_E1209_0.00 # Unique cross-section location id. +branchId = pipe_9_E1209 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 766.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E306_0.00 # Unique cross-section location id. -branchId = pipe_8_E306 # Branch on which the cross section is located. +id = pipe_9_E1210_0.00 # Unique cross-section location id. +branchId = pipe_9_E1210 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 760.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E307_0.00 # Unique cross-section location id. -branchId = pipe_8_E307 # Branch on which the cross section is located. +id = pipe_9_E1211_0.00 # Unique cross-section location id. +branchId = pipe_9_E1211 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 760.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E308_0.00 # Unique cross-section location id. -branchId = pipe_8_E308 # Branch on which the cross section is located. +id = pipe_9_E1212_0.00 # Unique cross-section location id. +branchId = pipe_9_E1212 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E309_0.00 # Unique cross-section location id. -branchId = pipe_8_E309 # Branch on which the cross section is located. +id = pipe_9_E1213_0.00 # Unique cross-section location id. +branchId = pipe_9_E1213 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E310_0.00 # Unique cross-section location id. -branchId = pipe_8_E310 # Branch on which the cross section is located. +id = pipe_9_E1214_0.00 # Unique cross-section location id. +branchId = pipe_9_E1214 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 747.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E311_0.00 # Unique cross-section location id. -branchId = pipe_8_E311 # Branch on which the cross section is located. +id = pipe_9_E1215_0.00 # Unique cross-section location id. +branchId = pipe_9_E1215 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 747.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E312_0.00 # Unique cross-section location id. -branchId = pipe_8_E312 # Branch on which the cross section is located. +id = pipe_9_E1216_0.00 # Unique cross-section location id. +branchId = pipe_9_E1216 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 724.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E313_0.00 # Unique cross-section location id. -branchId = pipe_8_E313 # Branch on which the cross section is located. +id = pipe_9_E1217_0.00 # Unique cross-section location id. +branchId = pipe_9_E1217 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 749.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E314_0.00 # Unique cross-section location id. -branchId = pipe_8_E314 # Branch on which the cross section is located. +id = pipe_9_E1218_0.00 # Unique cross-section location id. +branchId = pipe_9_E1218 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 735.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E315_0.00 # Unique cross-section location id. -branchId = pipe_8_E315 # Branch on which the cross section is located. +id = pipe_9_E1219_0.00 # Unique cross-section location id. +branchId = pipe_9_E1219 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 735.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E316_0.00 # Unique cross-section location id. -branchId = pipe_8_E316 # Branch on which the cross section is located. +id = pipe_9_E1220_0.00 # Unique cross-section location id. +branchId = pipe_9_E1220 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 730.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E317_0.00 # Unique cross-section location id. -branchId = pipe_8_E317 # Branch on which the cross section is located. +id = pipe_9_E1221_0.00 # Unique cross-section location id. +branchId = pipe_9_E1221 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 730.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E318_0.00 # Unique cross-section location id. -branchId = pipe_8_E318 # Branch on which the cross section is located. +id = pipe_9_E1222_0.00 # Unique cross-section location id. +branchId = pipe_9_E1222 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 730.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E319_0.00 # Unique cross-section location id. -branchId = pipe_8_E319 # Branch on which the cross section is located. +id = pipe_9_E1223_0.00 # Unique cross-section location id. +branchId = pipe_9_E1223 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 730.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E320_0.00 # Unique cross-section location id. -branchId = pipe_8_E320 # Branch on which the cross section is located. +id = pipe_9_E1224_0.00 # Unique cross-section location id. +branchId = pipe_9_E1224 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 740.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E321_0.00 # Unique cross-section location id. -branchId = pipe_8_E321 # Branch on which the cross section is located. +id = pipe_9_E1225_0.00 # Unique cross-section location id. +branchId = pipe_9_E1225 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 740.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E322_0.00 # Unique cross-section location id. -branchId = pipe_8_E322 # Branch on which the cross section is located. +id = pipe_9_E1226_0.00 # Unique cross-section location id. +branchId = pipe_9_E1226 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E323_0.00 # Unique cross-section location id. -branchId = pipe_8_E323 # Branch on which the cross section is located. +id = pipe_9_E1227_0.00 # Unique cross-section location id. +branchId = pipe_9_E1227 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E324_0.00 # Unique cross-section location id. -branchId = pipe_8_E324 # Branch on which the cross section is located. +id = pipe_9_E1228_0.00 # Unique cross-section location id. +branchId = pipe_9_E1228 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 708.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E325_0.00 # Unique cross-section location id. -branchId = pipe_8_E325 # Branch on which the cross section is located. +id = pipe_9_E1229_0.00 # Unique cross-section location id. +branchId = pipe_9_E1229 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E326_0.00 # Unique cross-section location id. -branchId = pipe_8_E326 # Branch on which the cross section is located. +id = pipe_9_E1230_0.00 # Unique cross-section location id. +branchId = pipe_9_E1230 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 736.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E327_0.00 # Unique cross-section location id. -branchId = pipe_8_E327 # Branch on which the cross section is located. +id = pipe_9_E1231_0.00 # Unique cross-section location id. +branchId = pipe_9_E1231 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 736.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E328_0.00 # Unique cross-section location id. -branchId = pipe_8_E328 # Branch on which the cross section is located. +id = pipe_9_E1232_0.00 # Unique cross-section location id. +branchId = pipe_9_E1232 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 736.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E329_0.00 # Unique cross-section location id. -branchId = pipe_8_E329 # Branch on which the cross section is located. +id = pipe_9_E1233_0.00 # Unique cross-section location id. +branchId = pipe_9_E1233 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E330_0.00 # Unique cross-section location id. -branchId = pipe_8_E330 # Branch on which the cross section is located. +id = pipe_9_E1234_0.00 # Unique cross-section location id. +branchId = pipe_9_E1234 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E331_0.00 # Unique cross-section location id. -branchId = pipe_8_E331 # Branch on which the cross section is located. +id = pipe_9_E1235_0.00 # Unique cross-section location id. +branchId = pipe_9_E1235 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E332_0.00 # Unique cross-section location id. -branchId = pipe_8_E332 # Branch on which the cross section is located. +id = pipe_9_E1236_0.00 # Unique cross-section location id. +branchId = pipe_9_E1236 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 777.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E333_0.00 # Unique cross-section location id. -branchId = pipe_8_E333 # Branch on which the cross section is located. +id = pipe_9_E1237_0.00 # Unique cross-section location id. +branchId = pipe_9_E1237 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 777.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E334_0.00 # Unique cross-section location id. -branchId = pipe_8_E334 # Branch on which the cross section is located. +id = pipe_9_E1238_0.00 # Unique cross-section location id. +branchId = pipe_9_E1238 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 777.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E335_0.00 # Unique cross-section location id. -branchId = pipe_8_E335 # Branch on which the cross section is located. +id = pipe_9_E1239_0.00 # Unique cross-section location id. +branchId = pipe_9_E1239 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E336_0.00 # Unique cross-section location id. -branchId = pipe_8_E336 # Branch on which the cross section is located. +id = pipe_10_E195_0.00 # Unique cross-section location id. +branchId = pipe_10_E195 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 811.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E337_0.00 # Unique cross-section location id. -branchId = pipe_8_E337 # Branch on which the cross section is located. +id = pipe_10_E196_0.00 # Unique cross-section location id. +branchId = pipe_10_E196 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 800.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E338_0.00 # Unique cross-section location id. -branchId = pipe_8_E338 # Branch on which the cross section is located. +id = pipe_10_E197_0.00 # Unique cross-section location id. +branchId = pipe_10_E197 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 800.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E339_0.00 # Unique cross-section location id. -branchId = pipe_8_E339 # Branch on which the cross section is located. +id = pipe_10_E198_0.00 # Unique cross-section location id. +branchId = pipe_10_E198 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 813.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E340_0.00 # Unique cross-section location id. -branchId = pipe_8_E340 # Branch on which the cross section is located. +id = pipe_10_E199_0.00 # Unique cross-section location id. +branchId = pipe_10_E199 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 798.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E341_0.00 # Unique cross-section location id. -branchId = pipe_8_E341 # Branch on which the cross section is located. +id = pipe_10_E200_0.00 # Unique cross-section location id. +branchId = pipe_10_E200 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 798.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E342_0.00 # Unique cross-section location id. -branchId = pipe_8_E342 # Branch on which the cross section is located. +id = pipe_10_E201_0.00 # Unique cross-section location id. +branchId = pipe_10_E201 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 791.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E343_0.00 # Unique cross-section location id. -branchId = pipe_8_E343 # Branch on which the cross section is located. +id = pipe_10_E202_0.00 # Unique cross-section location id. +branchId = pipe_10_E202 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E344_0.00 # Unique cross-section location id. -branchId = pipe_8_E344 # Branch on which the cross section is located. +id = pipe_10_E203_0.00 # Unique cross-section location id. +branchId = pipe_10_E203 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E345_0.00 # Unique cross-section location id. -branchId = pipe_8_E345 # Branch on which the cross section is located. +id = pipe_10_E204_0.00 # Unique cross-section location id. +branchId = pipe_10_E204 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E346_0.00 # Unique cross-section location id. -branchId = pipe_8_E346 # Branch on which the cross section is located. +id = pipe_10_E205_0.00 # Unique cross-section location id. +branchId = pipe_10_E205 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E347_0.00 # Unique cross-section location id. -branchId = pipe_8_E347 # Branch on which the cross section is located. +id = pipe_10_E206_0.00 # Unique cross-section location id. +branchId = pipe_10_E206 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E348_0.00 # Unique cross-section location id. -branchId = pipe_8_E348 # Branch on which the cross section is located. +id = pipe_10_E207_0.00 # Unique cross-section location id. +branchId = pipe_10_E207 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E349_0.00 # Unique cross-section location id. -branchId = pipe_8_E349 # Branch on which the cross section is located. +id = pipe_10_E208_0.00 # Unique cross-section location id. +branchId = pipe_10_E208 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E350_0.00 # Unique cross-section location id. -branchId = pipe_8_E350 # Branch on which the cross section is located. +id = pipe_10_E209_0.00 # Unique cross-section location id. +branchId = pipe_10_E209 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E351_0.00 # Unique cross-section location id. -branchId = pipe_8_E351 # Branch on which the cross section is located. +id = pipe_10_E210_0.00 # Unique cross-section location id. +branchId = pipe_10_E210 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 793.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E352_0.00 # Unique cross-section location id. -branchId = pipe_8_E352 # Branch on which the cross section is located. +id = pipe_10_E211_0.00 # Unique cross-section location id. +branchId = pipe_10_E211 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 793.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E353_0.00 # Unique cross-section location id. -branchId = pipe_8_E353 # Branch on which the cross section is located. +id = pipe_10_E212_0.00 # Unique cross-section location id. +branchId = pipe_10_E212 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 783.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E354_0.00 # Unique cross-section location id. -branchId = pipe_8_E354 # Branch on which the cross section is located. +id = pipe_10_E213_0.00 # Unique cross-section location id. +branchId = pipe_10_E213 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 791.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E355_0.00 # Unique cross-section location id. -branchId = pipe_8_E355 # Branch on which the cross section is located. +id = pipe_10_E214_0.00 # Unique cross-section location id. +branchId = pipe_10_E214 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 791.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E356_0.00 # Unique cross-section location id. -branchId = pipe_8_E356 # Branch on which the cross section is located. +id = pipe_10_E215_0.00 # Unique cross-section location id. +branchId = pipe_10_E215 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 791.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E357_0.00 # Unique cross-section location id. -branchId = pipe_8_E357 # Branch on which the cross section is located. +id = pipe_10_E216_0.00 # Unique cross-section location id. +branchId = pipe_10_E216 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 779.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E358_0.00 # Unique cross-section location id. -branchId = pipe_8_E358 # Branch on which the cross section is located. +id = pipe_10_E217_0.00 # Unique cross-section location id. +branchId = pipe_10_E217 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 787.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E359_0.00 # Unique cross-section location id. -branchId = pipe_8_E359 # Branch on which the cross section is located. +id = pipe_10_E218_0.00 # Unique cross-section location id. +branchId = pipe_10_E218 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 787.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E360_0.00 # Unique cross-section location id. -branchId = pipe_8_E360 # Branch on which the cross section is located. +id = pipe_10_E219_0.00 # Unique cross-section location id. +branchId = pipe_10_E219 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 794.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E361_0.00 # Unique cross-section location id. -branchId = pipe_8_E361 # Branch on which the cross section is located. +id = pipe_10_E220_0.00 # Unique cross-section location id. +branchId = pipe_10_E220 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E362_0.00 # Unique cross-section location id. -branchId = pipe_8_E362 # Branch on which the cross section is located. +id = pipe_10_E221_0.00 # Unique cross-section location id. +branchId = pipe_10_E221 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E363_0.00 # Unique cross-section location id. -branchId = pipe_8_E363 # Branch on which the cross section is located. +id = pipe_10_E222_0.00 # Unique cross-section location id. +branchId = pipe_10_E222 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E364_0.00 # Unique cross-section location id. -branchId = pipe_8_E364 # Branch on which the cross section is located. +id = pipe_10_E223_0.00 # Unique cross-section location id. +branchId = pipe_10_E223 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 755.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E365_0.00 # Unique cross-section location id. -branchId = pipe_8_E365 # Branch on which the cross section is located. +id = pipe_10_E224_0.00 # Unique cross-section location id. +branchId = pipe_10_E224 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 755.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E366_0.00 # Unique cross-section location id. -branchId = pipe_8_E366 # Branch on which the cross section is located. +id = pipe_10_E225_0.00 # Unique cross-section location id. +branchId = pipe_10_E225 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 755.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E367_0.00 # Unique cross-section location id. -branchId = pipe_8_E367 # Branch on which the cross section is located. +id = pipe_10_E226_0.00 # Unique cross-section location id. +branchId = pipe_10_E226 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 743.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E368_0.00 # Unique cross-section location id. -branchId = pipe_8_E368 # Branch on which the cross section is located. +id = pipe_10_E227_0.00 # Unique cross-section location id. +branchId = pipe_10_E227 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E369_0.00 # Unique cross-section location id. -branchId = pipe_8_E369 # Branch on which the cross section is located. +id = pipe_10_E228_0.00 # Unique cross-section location id. +branchId = pipe_10_E228 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 726.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E370_0.00 # Unique cross-section location id. -branchId = pipe_8_E370 # Branch on which the cross section is located. +id = pipe_10_E229_0.00 # Unique cross-section location id. +branchId = pipe_10_E229 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 726.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E371_0.00 # Unique cross-section location id. -branchId = pipe_8_E371 # Branch on which the cross section is located. +id = pipe_10_E230_0.00 # Unique cross-section location id. +branchId = pipe_10_E230 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 726.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E372_0.00 # Unique cross-section location id. -branchId = pipe_8_E372 # Branch on which the cross section is located. +id = pipe_10_E231_0.00 # Unique cross-section location id. +branchId = pipe_10_E231 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 733.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E373_0.00 # Unique cross-section location id. -branchId = pipe_8_E373 # Branch on which the cross section is located. +id = pipe_10_E232_0.00 # Unique cross-section location id. +branchId = pipe_10_E232 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 733.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E374_0.00 # Unique cross-section location id. -branchId = pipe_8_E374 # Branch on which the cross section is located. +id = pipe_10_E233_0.00 # Unique cross-section location id. +branchId = pipe_10_E233 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 739.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E375_0.00 # Unique cross-section location id. -branchId = pipe_8_E375 # Branch on which the cross section is located. +id = pipe_10_E234_0.00 # Unique cross-section location id. +branchId = pipe_10_E234 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 739.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E376_0.00 # Unique cross-section location id. -branchId = pipe_8_E376 # Branch on which the cross section is located. +id = pipe_10_E235_0.00 # Unique cross-section location id. +branchId = pipe_10_E235 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 733.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E377_0.00 # Unique cross-section location id. -branchId = pipe_8_E377 # Branch on which the cross section is located. +id = pipe_10_E236_0.00 # Unique cross-section location id. +branchId = pipe_10_E236 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 733.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E378_0.00 # Unique cross-section location id. -branchId = pipe_8_E378 # Branch on which the cross section is located. +id = pipe_10_E237_0.00 # Unique cross-section location id. +branchId = pipe_10_E237 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 735.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E379_0.00 # Unique cross-section location id. -branchId = pipe_8_E379 # Branch on which the cross section is located. +id = pipe_10_E238_0.00 # Unique cross-section location id. +branchId = pipe_10_E238 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 735.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E380_0.00 # Unique cross-section location id. -branchId = pipe_8_E380 # Branch on which the cross section is located. +id = pipe_10_E239_0.00 # Unique cross-section location id. +branchId = pipe_10_E239 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 724.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E381_0.00 # Unique cross-section location id. -branchId = pipe_8_E381 # Branch on which the cross section is located. +id = pipe_10_E240_0.00 # Unique cross-section location id. +branchId = pipe_10_E240 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 724.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E382_0.00 # Unique cross-section location id. -branchId = pipe_8_E382 # Branch on which the cross section is located. +id = pipe_10_E241_0.00 # Unique cross-section location id. +branchId = pipe_10_E241 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 688.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E383_0.00 # Unique cross-section location id. -branchId = pipe_8_E383 # Branch on which the cross section is located. +id = pipe_10_E242_0.00 # Unique cross-section location id. +branchId = pipe_10_E242 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 731.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E384_0.00 # Unique cross-section location id. -branchId = pipe_8_E384 # Branch on which the cross section is located. +id = pipe_10_E243_0.00 # Unique cross-section location id. +branchId = pipe_10_E243 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 731.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E385_0.00 # Unique cross-section location id. -branchId = pipe_8_E385 # Branch on which the cross section is located. +id = pipe_10_E244_0.00 # Unique cross-section location id. +branchId = pipe_10_E244 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 719.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E386_0.00 # Unique cross-section location id. -branchId = pipe_8_E386 # Branch on which the cross section is located. +id = pipe_10_E245_0.00 # Unique cross-section location id. +branchId = pipe_10_E245 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 719.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E387_0.00 # Unique cross-section location id. -branchId = pipe_8_E387 # Branch on which the cross section is located. +id = pipe_10_E246_0.00 # Unique cross-section location id. +branchId = pipe_10_E246 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 736.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E388_0.00 # Unique cross-section location id. -branchId = pipe_8_E388 # Branch on which the cross section is located. +id = pipe_10_E247_0.00 # Unique cross-section location id. +branchId = pipe_10_E247 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 725.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E389_0.00 # Unique cross-section location id. -branchId = pipe_8_E389 # Branch on which the cross section is located. +id = pipe_10_E248_0.00 # Unique cross-section location id. +branchId = pipe_10_E248 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 725.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E390_0.00 # Unique cross-section location id. -branchId = pipe_8_E390 # Branch on which the cross section is located. +id = pipe_10_E249_0.00 # Unique cross-section location id. +branchId = pipe_10_E249 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 732.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E391_0.00 # Unique cross-section location id. -branchId = pipe_8_E391 # Branch on which the cross section is located. +id = pipe_10_E250_0.00 # Unique cross-section location id. +branchId = pipe_10_E250 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 732.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E392_0.00 # Unique cross-section location id. -branchId = pipe_8_E392 # Branch on which the cross section is located. +id = pipe_10_E251_0.00 # Unique cross-section location id. +branchId = pipe_10_E251 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 748.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E393_0.00 # Unique cross-section location id. -branchId = pipe_8_E393 # Branch on which the cross section is located. +id = pipe_10_E252_0.00 # Unique cross-section location id. +branchId = pipe_10_E252 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 748.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E394_0.00 # Unique cross-section location id. -branchId = pipe_8_E394 # Branch on which the cross section is located. +id = pipe_10_E253_0.00 # Unique cross-section location id. +branchId = pipe_10_E253 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 748.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E395_0.00 # Unique cross-section location id. -branchId = pipe_8_E395 # Branch on which the cross section is located. +id = pipe_10_E254_0.00 # Unique cross-section location id. +branchId = pipe_10_E254 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E396_0.00 # Unique cross-section location id. -branchId = pipe_8_E396 # Branch on which the cross section is located. +id = pipe_10_E255_0.00 # Unique cross-section location id. +branchId = pipe_10_E255 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E397_0.00 # Unique cross-section location id. -branchId = pipe_8_E397 # Branch on which the cross section is located. +id = pipe_10_E256_0.00 # Unique cross-section location id. +branchId = pipe_10_E256 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E398_0.00 # Unique cross-section location id. -branchId = pipe_8_E398 # Branch on which the cross section is located. +id = pipe_10_E257_0.00 # Unique cross-section location id. +branchId = pipe_10_E257 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 763.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E399_0.00 # Unique cross-section location id. -branchId = pipe_8_E399 # Branch on which the cross section is located. +id = pipe_10_E258_0.00 # Unique cross-section location id. +branchId = pipe_10_E258 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 763.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E400_0.00 # Unique cross-section location id. -branchId = pipe_8_E400 # Branch on which the cross section is located. +id = pipe_10_E259_0.00 # Unique cross-section location id. +branchId = pipe_10_E259 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 763.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E401_0.00 # Unique cross-section location id. -branchId = pipe_8_E401 # Branch on which the cross section is located. +id = pipe_10_E260_0.00 # Unique cross-section location id. +branchId = pipe_10_E260 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 766.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E402_0.00 # Unique cross-section location id. -branchId = pipe_8_E402 # Branch on which the cross section is located. +id = pipe_10_E261_0.00 # Unique cross-section location id. +branchId = pipe_10_E261 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 760.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E403_0.00 # Unique cross-section location id. -branchId = pipe_8_E403 # Branch on which the cross section is located. +id = pipe_10_E262_0.00 # Unique cross-section location id. +branchId = pipe_10_E262 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 760.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E404_0.00 # Unique cross-section location id. -branchId = pipe_8_E404 # Branch on which the cross section is located. +id = pipe_10_E263_0.00 # Unique cross-section location id. +branchId = pipe_10_E263 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 760.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E405_0.00 # Unique cross-section location id. -branchId = pipe_8_E405 # Branch on which the cross section is located. +id = pipe_10_E264_0.00 # Unique cross-section location id. +branchId = pipe_10_E264 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 760.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E406_0.00 # Unique cross-section location id. -branchId = pipe_8_E406 # Branch on which the cross section is located. +id = pipe_10_E265_0.00 # Unique cross-section location id. +branchId = pipe_10_E265 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 775.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E407_0.00 # Unique cross-section location id. -branchId = pipe_8_E407 # Branch on which the cross section is located. +id = pipe_10_E266_0.00 # Unique cross-section location id. +branchId = pipe_10_E266 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 775.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E408_0.00 # Unique cross-section location id. -branchId = pipe_8_E408 # Branch on which the cross section is located. +id = pipe_10_E267_0.00 # Unique cross-section location id. +branchId = pipe_10_E267 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 775.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E409_0.00 # Unique cross-section location id. -branchId = pipe_8_E409 # Branch on which the cross section is located. +id = pipe_10_E268_0.00 # Unique cross-section location id. +branchId = pipe_10_E268 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E410_0.00 # Unique cross-section location id. -branchId = pipe_8_E410 # Branch on which the cross section is located. +id = pipe_10_E269_0.00 # Unique cross-section location id. +branchId = pipe_10_E269 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E411_0.00 # Unique cross-section location id. -branchId = pipe_8_E411 # Branch on which the cross section is located. +id = pipe_10_E270_0.00 # Unique cross-section location id. +branchId = pipe_10_E270 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E412_0.00 # Unique cross-section location id. -branchId = pipe_8_E412 # Branch on which the cross section is located. +id = pipe_10_E271_0.00 # Unique cross-section location id. +branchId = pipe_10_E271 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 812.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E413_0.00 # Unique cross-section location id. -branchId = pipe_8_E413 # Branch on which the cross section is located. +id = pipe_10_E272_0.00 # Unique cross-section location id. +branchId = pipe_10_E272 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 812.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E414_0.00 # Unique cross-section location id. -branchId = pipe_8_E414 # Branch on which the cross section is located. +id = pipe_10_E273_0.00 # Unique cross-section location id. +branchId = pipe_10_E273 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 777.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E415_0.00 # Unique cross-section location id. -branchId = pipe_8_E415 # Branch on which the cross section is located. +id = pipe_10_E274_0.00 # Unique cross-section location id. +branchId = pipe_10_E274 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E416_0.00 # Unique cross-section location id. -branchId = pipe_8_E416 # Branch on which the cross section is located. +id = pipe_10_E275_0.00 # Unique cross-section location id. +branchId = pipe_10_E275 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E417_0.00 # Unique cross-section location id. -branchId = pipe_8_E417 # Branch on which the cross section is located. +id = pipe_10_E276_0.00 # Unique cross-section location id. +branchId = pipe_10_E276 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E418_0.00 # Unique cross-section location id. -branchId = pipe_8_E418 # Branch on which the cross section is located. +id = pipe_11_E0_0.00 # Unique cross-section location id. +branchId = pipe_11_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 798.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E419_0.00 # Unique cross-section location id. -branchId = pipe_8_E419 # Branch on which the cross section is located. +id = pipe_11_E1_0.00 # Unique cross-section location id. +branchId = pipe_11_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 798.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E420_0.00 # Unique cross-section location id. -branchId = pipe_8_E420 # Branch on which the cross section is located. +id = pipe_11_E2_0.00 # Unique cross-section location id. +branchId = pipe_11_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 791.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E421_0.00 # Unique cross-section location id. -branchId = pipe_8_E421 # Branch on which the cross section is located. +id = pipe_11_E3_0.00 # Unique cross-section location id. +branchId = pipe_11_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 791.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E422_0.00 # Unique cross-section location id. -branchId = pipe_8_E422 # Branch on which the cross section is located. +id = pipe_11_E4_0.00 # Unique cross-section location id. +branchId = pipe_11_E4 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E423_0.00 # Unique cross-section location id. -branchId = pipe_8_E423 # Branch on which the cross section is located. +id = pipe_11_E5_0.00 # Unique cross-section location id. +branchId = pipe_11_E5 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E424_0.00 # Unique cross-section location id. -branchId = pipe_8_E424 # Branch on which the cross section is located. +id = pipe_11_E6_0.00 # Unique cross-section location id. +branchId = pipe_11_E6 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 796.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E425_0.00 # Unique cross-section location id. -branchId = pipe_8_E425 # Branch on which the cross section is located. +id = pipe_11_E7_0.00 # Unique cross-section location id. +branchId = pipe_11_E7 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E426_0.00 # Unique cross-section location id. -branchId = pipe_8_E426 # Branch on which the cross section is located. +id = pipe_11_E8_0.00 # Unique cross-section location id. +branchId = pipe_11_E8 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E427_0.00 # Unique cross-section location id. -branchId = pipe_8_E427 # Branch on which the cross section is located. +id = pipe_11_E9_0.00 # Unique cross-section location id. +branchId = pipe_11_E9 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E428_0.00 # Unique cross-section location id. -branchId = pipe_8_E428 # Branch on which the cross section is located. +id = pipe_12_E0_0.00 # Unique cross-section location id. +branchId = pipe_12_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E429_0.00 # Unique cross-section location id. -branchId = pipe_8_E429 # Branch on which the cross section is located. +id = pipe_12_E1_0.00 # Unique cross-section location id. +branchId = pipe_12_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E430_0.00 # Unique cross-section location id. -branchId = pipe_8_E430 # Branch on which the cross section is located. +id = pipe_12_E2_0.00 # Unique cross-section location id. +branchId = pipe_12_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E431_0.00 # Unique cross-section location id. -branchId = pipe_8_E431 # Branch on which the cross section is located. +id = pipe_12_E3_0.00 # Unique cross-section location id. +branchId = pipe_12_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 796.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E432_0.00 # Unique cross-section location id. -branchId = pipe_8_E432 # Branch on which the cross section is located. +id = pipe_12_E4_0.00 # Unique cross-section location id. +branchId = pipe_12_E4 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E433_0.00 # Unique cross-section location id. -branchId = pipe_8_E433 # Branch on which the cross section is located. +id = pipe_12_E5_0.00 # Unique cross-section location id. +branchId = pipe_12_E5 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E434_0.00 # Unique cross-section location id. -branchId = pipe_8_E434 # Branch on which the cross section is located. +id = pipe_12_E6_0.00 # Unique cross-section location id. +branchId = pipe_12_E6 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E435_0.00 # Unique cross-section location id. -branchId = pipe_8_E435 # Branch on which the cross section is located. +id = pipe_15_E0_0.00 # Unique cross-section location id. +branchId = pipe_15_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E436_0.00 # Unique cross-section location id. -branchId = pipe_8_E436 # Branch on which the cross section is located. +id = pipe_17_E0_0.00 # Unique cross-section location id. +branchId = pipe_17_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E437_0.00 # Unique cross-section location id. -branchId = pipe_8_E437 # Branch on which the cross section is located. +id = pipe_18_E0_0.00 # Unique cross-section location id. +branchId = pipe_18_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E438_0.00 # Unique cross-section location id. -branchId = pipe_8_E438 # Branch on which the cross section is located. +id = pipe_19_E0_0.00 # Unique cross-section location id. +branchId = pipe_19_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E439_0.00 # Unique cross-section location id. -branchId = pipe_8_E439 # Branch on which the cross section is located. +id = pipe_19_E1_0.00 # Unique cross-section location id. +branchId = pipe_19_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E440_0.00 # Unique cross-section location id. -branchId = pipe_8_E440 # Branch on which the cross section is located. +id = pipe_20_E0_0.00 # Unique cross-section location id. +branchId = pipe_20_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E441_0.00 # Unique cross-section location id. -branchId = pipe_8_E441 # Branch on which the cross section is located. +id = pipe_20_E1_0.00 # Unique cross-section location id. +branchId = pipe_20_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 793.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E442_0.00 # Unique cross-section location id. -branchId = pipe_8_E442 # Branch on which the cross section is located. +id = pipe_20_E2_0.00 # Unique cross-section location id. +branchId = pipe_20_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 793.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E443_0.00 # Unique cross-section location id. -branchId = pipe_8_E443 # Branch on which the cross section is located. +id = pipe_20_E3_0.00 # Unique cross-section location id. +branchId = pipe_20_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 806.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E444_0.00 # Unique cross-section location id. -branchId = pipe_8_E444 # Branch on which the cross section is located. +id = pipe_20_E4_0.00 # Unique cross-section location id. +branchId = pipe_20_E4 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 806.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E445_0.00 # Unique cross-section location id. -branchId = pipe_8_E445 # Branch on which the cross section is located. +id = pipe_20_E5_0.00 # Unique cross-section location id. +branchId = pipe_20_E5 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 791.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E446_0.00 # Unique cross-section location id. -branchId = pipe_8_E446 # Branch on which the cross section is located. +id = pipe_20_E6_0.00 # Unique cross-section location id. +branchId = pipe_20_E6 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 809.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E447_0.00 # Unique cross-section location id. -branchId = pipe_8_E447 # Branch on which the cross section is located. +id = pipe_20_E7_0.00 # Unique cross-section location id. +branchId = pipe_20_E7 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 809.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E448_0.00 # Unique cross-section location id. -branchId = pipe_8_E448 # Branch on which the cross section is located. +id = pipe_20_E8_0.00 # Unique cross-section location id. +branchId = pipe_20_E8 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 809.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E449_0.00 # Unique cross-section location id. -branchId = pipe_8_E449 # Branch on which the cross section is located. +id = pipe_20_E9_0.00 # Unique cross-section location id. +branchId = pipe_20_E9 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 816.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E450_0.00 # Unique cross-section location id. -branchId = pipe_8_E450 # Branch on which the cross section is located. +id = pipe_20_E10_0.00 # Unique cross-section location id. +branchId = pipe_20_E10 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 816.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E451_0.00 # Unique cross-section location id. -branchId = pipe_8_E451 # Branch on which the cross section is located. +id = pipe_20_E11_0.00 # Unique cross-section location id. +branchId = pipe_20_E11 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 788.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E452_0.00 # Unique cross-section location id. -branchId = pipe_8_E452 # Branch on which the cross section is located. +id = pipe_20_E12_0.00 # Unique cross-section location id. +branchId = pipe_20_E12 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E453_0.00 # Unique cross-section location id. -branchId = pipe_8_E453 # Branch on which the cross section is located. +id = pipe_20_E13_0.00 # Unique cross-section location id. +branchId = pipe_20_E13 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E454_0.00 # Unique cross-section location id. -branchId = pipe_8_E454 # Branch on which the cross section is located. +id = pipe_20_E14_0.00 # Unique cross-section location id. +branchId = pipe_20_E14 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E455_0.00 # Unique cross-section location id. -branchId = pipe_8_E455 # Branch on which the cross section is located. +id = pipe_20_E15_0.00 # Unique cross-section location id. +branchId = pipe_20_E15 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 788.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E456_0.00 # Unique cross-section location id. -branchId = pipe_8_E456 # Branch on which the cross section is located. +id = pipe_20_E16_0.00 # Unique cross-section location id. +branchId = pipe_20_E16 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 788.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E457_0.00 # Unique cross-section location id. -branchId = pipe_8_E457 # Branch on which the cross section is located. +id = pipe_20_E17_0.00 # Unique cross-section location id. +branchId = pipe_20_E17 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 817.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E458_0.00 # Unique cross-section location id. -branchId = pipe_8_E458 # Branch on which the cross section is located. +id = pipe_20_E18_0.00 # Unique cross-section location id. +branchId = pipe_20_E18 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 817.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E459_0.00 # Unique cross-section location id. -branchId = pipe_8_E459 # Branch on which the cross section is located. +id = pipe_20_E19_0.00 # Unique cross-section location id. +branchId = pipe_20_E19 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 817.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E460_0.00 # Unique cross-section location id. -branchId = pipe_8_E460 # Branch on which the cross section is located. +id = pipe_20_E20_0.00 # Unique cross-section location id. +branchId = pipe_20_E20 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 844.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E461_0.00 # Unique cross-section location id. -branchId = pipe_8_E461 # Branch on which the cross section is located. +id = pipe_20_E21_0.00 # Unique cross-section location id. +branchId = pipe_20_E21 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 844.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E462_0.00 # Unique cross-section location id. -branchId = pipe_8_E462 # Branch on which the cross section is located. +id = pipe_20_E22_0.00 # Unique cross-section location id. +branchId = pipe_20_E22 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 844.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E463_0.00 # Unique cross-section location id. -branchId = pipe_8_E463 # Branch on which the cross section is located. +id = pipe_20_E23_0.00 # Unique cross-section location id. +branchId = pipe_20_E23 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 830.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E464_0.00 # Unique cross-section location id. -branchId = pipe_8_E464 # Branch on which the cross section is located. +id = pipe_20_E24_0.00 # Unique cross-section location id. +branchId = pipe_20_E24 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E465_0.00 # Unique cross-section location id. -branchId = pipe_8_E465 # Branch on which the cross section is located. +id = pipe_20_E25_0.00 # Unique cross-section location id. +branchId = pipe_20_E25 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E466_0.00 # Unique cross-section location id. -branchId = pipe_8_E466 # Branch on which the cross section is located. +id = pipe_20_E26_0.00 # Unique cross-section location id. +branchId = pipe_20_E26 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 748.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E467_0.00 # Unique cross-section location id. -branchId = pipe_8_E467 # Branch on which the cross section is located. +id = pipe_20_E27_0.00 # Unique cross-section location id. +branchId = pipe_20_E27 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 748.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E468_0.00 # Unique cross-section location id. -branchId = pipe_8_E468 # Branch on which the cross section is located. +id = pipe_20_E28_0.00 # Unique cross-section location id. +branchId = pipe_20_E28 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 740.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E469_0.00 # Unique cross-section location id. -branchId = pipe_8_E469 # Branch on which the cross section is located. +id = pipe_20_E29_0.00 # Unique cross-section location id. +branchId = pipe_20_E29 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 740.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E470_0.00 # Unique cross-section location id. -branchId = pipe_8_E470 # Branch on which the cross section is located. +id = pipe_20_E30_0.00 # Unique cross-section location id. +branchId = pipe_20_E30 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 745.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E471_0.00 # Unique cross-section location id. -branchId = pipe_8_E471 # Branch on which the cross section is located. +id = pipe_20_E31_0.00 # Unique cross-section location id. +branchId = pipe_20_E31 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 754.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E472_0.00 # Unique cross-section location id. -branchId = pipe_8_E472 # Branch on which the cross section is located. +id = pipe_20_E32_0.00 # Unique cross-section location id. +branchId = pipe_20_E32 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 756.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E473_0.00 # Unique cross-section location id. -branchId = pipe_8_E473 # Branch on which the cross section is located. +id = pipe_20_E33_0.00 # Unique cross-section location id. +branchId = pipe_20_E33 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 756.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E474_0.00 # Unique cross-section location id. -branchId = pipe_8_E474 # Branch on which the cross section is located. +id = pipe_20_E34_0.00 # Unique cross-section location id. +branchId = pipe_20_E34 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 753.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E475_0.00 # Unique cross-section location id. -branchId = pipe_8_E475 # Branch on which the cross section is located. +id = pipe_20_E35_0.00 # Unique cross-section location id. +branchId = pipe_20_E35 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 753.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E476_0.00 # Unique cross-section location id. -branchId = pipe_8_E476 # Branch on which the cross section is located. +id = pipe_20_E36_0.00 # Unique cross-section location id. +branchId = pipe_20_E36 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 748.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E477_0.00 # Unique cross-section location id. -branchId = pipe_8_E477 # Branch on which the cross section is located. +id = pipe_20_E37_0.00 # Unique cross-section location id. +branchId = pipe_20_E37 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 757.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E478_0.00 # Unique cross-section location id. -branchId = pipe_8_E478 # Branch on which the cross section is located. +id = pipe_20_E38_0.00 # Unique cross-section location id. +branchId = pipe_20_E38 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 751.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E479_0.00 # Unique cross-section location id. -branchId = pipe_8_E479 # Branch on which the cross section is located. +id = pipe_20_E39_0.00 # Unique cross-section location id. +branchId = pipe_20_E39 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 751.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E480_0.00 # Unique cross-section location id. -branchId = pipe_8_E480 # Branch on which the cross section is located. +id = pipe_20_E40_0.00 # Unique cross-section location id. +branchId = pipe_20_E40 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 751.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E481_0.00 # Unique cross-section location id. -branchId = pipe_8_E481 # Branch on which the cross section is located. +id = pipe_20_E41_0.00 # Unique cross-section location id. +branchId = pipe_20_E41 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 749.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E482_0.00 # Unique cross-section location id. -branchId = pipe_8_E482 # Branch on which the cross section is located. +id = pipe_20_E42_0.00 # Unique cross-section location id. +branchId = pipe_20_E42 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 749.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E483_0.00 # Unique cross-section location id. -branchId = pipe_8_E483 # Branch on which the cross section is located. +id = pipe_20_E43_0.00 # Unique cross-section location id. +branchId = pipe_20_E43 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 748.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E484_0.00 # Unique cross-section location id. -branchId = pipe_8_E484 # Branch on which the cross section is located. +id = pipe_20_E44_0.00 # Unique cross-section location id. +branchId = pipe_20_E44 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 748.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E485_0.00 # Unique cross-section location id. -branchId = pipe_8_E485 # Branch on which the cross section is located. +id = pipe_20_E45_0.00 # Unique cross-section location id. +branchId = pipe_20_E45 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 748.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E486_0.00 # Unique cross-section location id. -branchId = pipe_8_E486 # Branch on which the cross section is located. +id = pipe_20_E46_0.00 # Unique cross-section location id. +branchId = pipe_20_E46 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E487_0.00 # Unique cross-section location id. -branchId = pipe_8_E487 # Branch on which the cross section is located. +id = pipe_20_E47_0.00 # Unique cross-section location id. +branchId = pipe_20_E47 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E488_0.00 # Unique cross-section location id. -branchId = pipe_8_E488 # Branch on which the cross section is located. +id = pipe_21_E0_0.00 # Unique cross-section location id. +branchId = pipe_21_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 753.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E489_0.00 # Unique cross-section location id. -branchId = pipe_8_E489 # Branch on which the cross section is located. +id = pipe_21_E1_0.00 # Unique cross-section location id. +branchId = pipe_21_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 762.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E490_0.00 # Unique cross-section location id. -branchId = pipe_8_E490 # Branch on which the cross section is located. +id = pipe_21_E2_0.00 # Unique cross-section location id. +branchId = pipe_21_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 762.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E491_0.00 # Unique cross-section location id. -branchId = pipe_8_E491 # Branch on which the cross section is located. +id = pipe_21_E3_0.00 # Unique cross-section location id. +branchId = pipe_21_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 756.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E492_0.00 # Unique cross-section location id. -branchId = pipe_8_E492 # Branch on which the cross section is located. +id = pipe_21_E4_0.00 # Unique cross-section location id. +branchId = pipe_21_E4 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 756.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E493_0.00 # Unique cross-section location id. -branchId = pipe_8_E493 # Branch on which the cross section is located. +id = pipe_23_E0_0.00 # Unique cross-section location id. +branchId = pipe_23_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 811.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E494_0.00 # Unique cross-section location id. -branchId = pipe_8_E494 # Branch on which the cross section is located. +id = pipe_23_E1_0.00 # Unique cross-section location id. +branchId = pipe_23_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 811.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E495_0.00 # Unique cross-section location id. -branchId = pipe_8_E495 # Branch on which the cross section is located. +id = pipe_24_E0_0.00 # Unique cross-section location id. +branchId = pipe_24_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 760.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E496_0.00 # Unique cross-section location id. -branchId = pipe_8_E496 # Branch on which the cross section is located. +id = pipe_24_E1_0.00 # Unique cross-section location id. +branchId = pipe_24_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 748.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E497_0.00 # Unique cross-section location id. -branchId = pipe_8_E497 # Branch on which the cross section is located. +id = pipe_25_E0_0.00 # Unique cross-section location id. +branchId = pipe_25_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 784.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E498_0.00 # Unique cross-section location id. -branchId = pipe_8_E498 # Branch on which the cross section is located. +id = pipe_25_E1_0.00 # Unique cross-section location id. +branchId = pipe_25_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 788.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E499_0.00 # Unique cross-section location id. -branchId = pipe_8_E499 # Branch on which the cross section is located. +id = pipe_25_E2_0.00 # Unique cross-section location id. +branchId = pipe_25_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 788.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E500_0.00 # Unique cross-section location id. -branchId = pipe_8_E500 # Branch on which the cross section is located. +id = pipe_26_E0_0.00 # Unique cross-section location id. +branchId = pipe_26_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 760.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E501_0.00 # Unique cross-section location id. -branchId = pipe_8_E501 # Branch on which the cross section is located. +id = pipe_29_E0_0.00 # Unique cross-section location id. +branchId = pipe_29_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E502_0.00 # Unique cross-section location id. -branchId = pipe_8_E502 # Branch on which the cross section is located. +id = pipe_29_E1_0.00 # Unique cross-section location id. +branchId = pipe_29_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E503_0.00 # Unique cross-section location id. -branchId = pipe_8_E503 # Branch on which the cross section is located. +id = pipe_30_E0_0.00 # Unique cross-section location id. +branchId = pipe_30_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 766.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E504_0.00 # Unique cross-section location id. -branchId = pipe_8_E504 # Branch on which the cross section is located. +id = pipe_30_E1_0.00 # Unique cross-section location id. +branchId = pipe_30_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 766.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E505_0.00 # Unique cross-section location id. -branchId = pipe_8_E505 # Branch on which the cross section is located. +id = pipe_30_E2_0.00 # Unique cross-section location id. +branchId = pipe_30_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 760.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E506_0.00 # Unique cross-section location id. -branchId = pipe_8_E506 # Branch on which the cross section is located. +id = pipe_30_E3_0.00 # Unique cross-section location id. +branchId = pipe_30_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 760.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E507_0.00 # Unique cross-section location id. -branchId = pipe_8_E507 # Branch on which the cross section is located. +id = pipe_30_E4_0.00 # Unique cross-section location id. +branchId = pipe_30_E4 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E508_0.00 # Unique cross-section location id. -branchId = pipe_8_E508 # Branch on which the cross section is located. +id = pipe_30_E5_0.00 # Unique cross-section location id. +branchId = pipe_30_E5 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 769.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E509_0.00 # Unique cross-section location id. -branchId = pipe_8_E509 # Branch on which the cross section is located. +id = pipe_30_E6_0.00 # Unique cross-section location id. +branchId = pipe_30_E6 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E510_0.00 # Unique cross-section location id. -branchId = pipe_8_E510 # Branch on which the cross section is located. +id = pipe_30_E7_0.00 # Unique cross-section location id. +branchId = pipe_30_E7 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E511_0.00 # Unique cross-section location id. -branchId = pipe_8_E511 # Branch on which the cross section is located. +id = pipe_32_E0_0.00 # Unique cross-section location id. +branchId = pipe_32_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E512_0.00 # Unique cross-section location id. -branchId = pipe_8_E512 # Branch on which the cross section is located. +id = pipe_32_E1_0.00 # Unique cross-section location id. +branchId = pipe_32_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E513_0.00 # Unique cross-section location id. -branchId = pipe_8_E513 # Branch on which the cross section is located. +id = pipe_32_E2_0.00 # Unique cross-section location id. +branchId = pipe_32_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 769.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E514_0.00 # Unique cross-section location id. -branchId = pipe_8_E514 # Branch on which the cross section is located. +id = pipe_32_E3_0.00 # Unique cross-section location id. +branchId = pipe_32_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 769.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E515_0.00 # Unique cross-section location id. -branchId = pipe_8_E515 # Branch on which the cross section is located. +id = pipe_32_E4_0.00 # Unique cross-section location id. +branchId = pipe_32_E4 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 778.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E516_0.00 # Unique cross-section location id. -branchId = pipe_8_E516 # Branch on which the cross section is located. +id = pipe_32_E5_0.00 # Unique cross-section location id. +branchId = pipe_32_E5 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 778.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E517_0.00 # Unique cross-section location id. -branchId = pipe_8_E517 # Branch on which the cross section is located. +id = pipe_32_E6_0.00 # Unique cross-section location id. +branchId = pipe_32_E6 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 783.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E518_0.00 # Unique cross-section location id. -branchId = pipe_8_E518 # Branch on which the cross section is located. +id = pipe_32_E7_0.00 # Unique cross-section location id. +branchId = pipe_32_E7 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 783.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E519_0.00 # Unique cross-section location id. -branchId = pipe_8_E519 # Branch on which the cross section is located. +id = pipe_32_E8_0.00 # Unique cross-section location id. +branchId = pipe_32_E8 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 785.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E520_0.00 # Unique cross-section location id. -branchId = pipe_8_E520 # Branch on which the cross section is located. +id = pipe_32_E9_0.00 # Unique cross-section location id. +branchId = pipe_32_E9 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 785.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E521_0.00 # Unique cross-section location id. -branchId = pipe_8_E521 # Branch on which the cross section is located. +id = pipe_32_E10_0.00 # Unique cross-section location id. +branchId = pipe_32_E10 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 787.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E522_0.00 # Unique cross-section location id. -branchId = pipe_8_E522 # Branch on which the cross section is located. +id = pipe_32_E11_0.00 # Unique cross-section location id. +branchId = pipe_32_E11 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 787.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E523_0.00 # Unique cross-section location id. -branchId = pipe_8_E523 # Branch on which the cross section is located. +id = pipe_32_E12_0.00 # Unique cross-section location id. +branchId = pipe_32_E12 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 786.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E524_0.00 # Unique cross-section location id. -branchId = pipe_8_E524 # Branch on which the cross section is located. +id = pipe_32_E13_0.00 # Unique cross-section location id. +branchId = pipe_32_E13 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 814.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E525_0.00 # Unique cross-section location id. -branchId = pipe_8_E525 # Branch on which the cross section is located. +id = pipe_32_E14_0.00 # Unique cross-section location id. +branchId = pipe_32_E14 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 815.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E526_0.00 # Unique cross-section location id. -branchId = pipe_8_E526 # Branch on which the cross section is located. +id = pipe_32_E15_0.00 # Unique cross-section location id. +branchId = pipe_32_E15 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 815.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E527_0.00 # Unique cross-section location id. -branchId = pipe_8_E527 # Branch on which the cross section is located. +id = pipe_32_E16_0.00 # Unique cross-section location id. +branchId = pipe_32_E16 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 800.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E528_0.00 # Unique cross-section location id. -branchId = pipe_8_E528 # Branch on which the cross section is located. +id = pipe_32_E17_0.00 # Unique cross-section location id. +branchId = pipe_32_E17 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 835.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E529_0.00 # Unique cross-section location id. -branchId = pipe_8_E529 # Branch on which the cross section is located. +id = pipe_32_E18_0.00 # Unique cross-section location id. +branchId = pipe_32_E18 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 835.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E530_0.00 # Unique cross-section location id. -branchId = pipe_8_E530 # Branch on which the cross section is located. +id = pipe_32_E19_0.00 # Unique cross-section location id. +branchId = pipe_32_E19 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 826.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E531_0.00 # Unique cross-section location id. -branchId = pipe_8_E531 # Branch on which the cross section is located. +id = pipe_32_E20_0.00 # Unique cross-section location id. +branchId = pipe_32_E20 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 826.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E532_0.00 # Unique cross-section location id. -branchId = pipe_8_E532 # Branch on which the cross section is located. +id = pipe_32_E21_0.00 # Unique cross-section location id. +branchId = pipe_32_E21 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 851.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E533_0.00 # Unique cross-section location id. -branchId = pipe_8_E533 # Branch on which the cross section is located. +id = pipe_32_E22_0.00 # Unique cross-section location id. +branchId = pipe_32_E22 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 851.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E534_0.00 # Unique cross-section location id. -branchId = pipe_8_E534 # Branch on which the cross section is located. +id = pipe_32_E23_0.00 # Unique cross-section location id. +branchId = pipe_32_E23 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 851.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E535_0.00 # Unique cross-section location id. -branchId = pipe_8_E535 # Branch on which the cross section is located. +id = pipe_32_E24_0.00 # Unique cross-section location id. +branchId = pipe_32_E24 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 888.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E536_0.00 # Unique cross-section location id. -branchId = pipe_8_E536 # Branch on which the cross section is located. +id = pipe_32_E25_0.00 # Unique cross-section location id. +branchId = pipe_32_E25 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 873.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E537_0.00 # Unique cross-section location id. -branchId = pipe_8_E537 # Branch on which the cross section is located. +id = pipe_32_E26_0.00 # Unique cross-section location id. +branchId = pipe_32_E26 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 873.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E538_0.00 # Unique cross-section location id. -branchId = pipe_8_E538 # Branch on which the cross section is located. +id = pipe_32_E27_0.00 # Unique cross-section location id. +branchId = pipe_32_E27 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 895.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E539_0.00 # Unique cross-section location id. -branchId = pipe_8_E539 # Branch on which the cross section is located. +id = pipe_32_E28_0.00 # Unique cross-section location id. +branchId = pipe_32_E28 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 895.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E540_0.00 # Unique cross-section location id. -branchId = pipe_8_E540 # Branch on which the cross section is located. +id = pipe_32_E29_0.00 # Unique cross-section location id. +branchId = pipe_32_E29 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 895.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E541_0.00 # Unique cross-section location id. -branchId = pipe_8_E541 # Branch on which the cross section is located. +id = pipe_32_E30_0.00 # Unique cross-section location id. +branchId = pipe_32_E30 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 916.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E542_0.00 # Unique cross-section location id. -branchId = pipe_8_E542 # Branch on which the cross section is located. +id = pipe_32_E31_0.00 # Unique cross-section location id. +branchId = pipe_32_E31 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 916.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E543_0.00 # Unique cross-section location id. -branchId = pipe_8_E543 # Branch on which the cross section is located. +id = pipe_32_E32_0.00 # Unique cross-section location id. +branchId = pipe_32_E32 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 916.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E544_0.00 # Unique cross-section location id. -branchId = pipe_8_E544 # Branch on which the cross section is located. +id = pipe_32_E33_0.00 # Unique cross-section location id. +branchId = pipe_32_E33 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 946.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E545_0.00 # Unique cross-section location id. -branchId = pipe_8_E545 # Branch on which the cross section is located. +id = pipe_32_E34_0.00 # Unique cross-section location id. +branchId = pipe_32_E34 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 946.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E546_0.00 # Unique cross-section location id. -branchId = pipe_8_E546 # Branch on which the cross section is located. +id = pipe_32_E35_0.00 # Unique cross-section location id. +branchId = pipe_32_E35 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 946.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E547_0.00 # Unique cross-section location id. -branchId = pipe_8_E547 # Branch on which the cross section is located. +id = pipe_32_E36_0.00 # Unique cross-section location id. +branchId = pipe_32_E36 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 938.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E548_0.00 # Unique cross-section location id. -branchId = pipe_8_E548 # Branch on which the cross section is located. +id = pipe_32_E37_0.00 # Unique cross-section location id. +branchId = pipe_32_E37 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 938.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E549_0.00 # Unique cross-section location id. -branchId = pipe_8_E549 # Branch on which the cross section is located. +id = pipe_32_E38_0.00 # Unique cross-section location id. +branchId = pipe_32_E38 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 938.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E550_0.00 # Unique cross-section location id. -branchId = pipe_8_E550 # Branch on which the cross section is located. +id = pipe_32_E39_0.00 # Unique cross-section location id. +branchId = pipe_32_E39 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 969.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E551_0.00 # Unique cross-section location id. -branchId = pipe_8_E551 # Branch on which the cross section is located. +id = pipe_32_E40_0.00 # Unique cross-section location id. +branchId = pipe_32_E40 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 933.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E552_0.00 # Unique cross-section location id. -branchId = pipe_8_E552 # Branch on which the cross section is located. +id = pipe_32_E41_0.00 # Unique cross-section location id. +branchId = pipe_32_E41 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 933.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E553_0.00 # Unique cross-section location id. -branchId = pipe_8_E553 # Branch on which the cross section is located. +id = pipe_32_E42_0.00 # Unique cross-section location id. +branchId = pipe_32_E42 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 947.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E554_0.00 # Unique cross-section location id. -branchId = pipe_8_E554 # Branch on which the cross section is located. +id = pipe_32_E43_0.00 # Unique cross-section location id. +branchId = pipe_32_E43 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 922.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E555_0.00 # Unique cross-section location id. -branchId = pipe_8_E555 # Branch on which the cross section is located. +id = pipe_32_E44_0.00 # Unique cross-section location id. +branchId = pipe_32_E44 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 922.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E556_0.00 # Unique cross-section location id. -branchId = pipe_8_E556 # Branch on which the cross section is located. +id = pipe_32_E45_0.00 # Unique cross-section location id. +branchId = pipe_32_E45 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 939.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E557_0.00 # Unique cross-section location id. -branchId = pipe_8_E557 # Branch on which the cross section is located. +id = pipe_32_E46_0.00 # Unique cross-section location id. +branchId = pipe_32_E46 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 939.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E558_0.00 # Unique cross-section location id. -branchId = pipe_8_E558 # Branch on which the cross section is located. +id = pipe_32_E47_0.00 # Unique cross-section location id. +branchId = pipe_32_E47 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 939.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E559_0.00 # Unique cross-section location id. -branchId = pipe_8_E559 # Branch on which the cross section is located. +id = pipe_32_E48_0.00 # Unique cross-section location id. +branchId = pipe_32_E48 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E560_0.00 # Unique cross-section location id. -branchId = pipe_8_E560 # Branch on which the cross section is located. +id = pipe_32_E49_0.00 # Unique cross-section location id. +branchId = pipe_32_E49 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E561_0.00 # Unique cross-section location id. -branchId = pipe_8_E561 # Branch on which the cross section is located. +id = pipe_32_E50_0.00 # Unique cross-section location id. +branchId = pipe_32_E50 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E562_0.00 # Unique cross-section location id. -branchId = pipe_8_E562 # Branch on which the cross section is located. +id = pipe_32_E51_0.00 # Unique cross-section location id. +branchId = pipe_32_E51 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E563_0.00 # Unique cross-section location id. -branchId = pipe_8_E563 # Branch on which the cross section is located. +id = pipe_32_E52_0.00 # Unique cross-section location id. +branchId = pipe_32_E52 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 938.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E564_0.00 # Unique cross-section location id. -branchId = pipe_8_E564 # Branch on which the cross section is located. +id = pipe_32_E53_0.00 # Unique cross-section location id. +branchId = pipe_32_E53 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 938.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E565_0.00 # Unique cross-section location id. -branchId = pipe_8_E565 # Branch on which the cross section is located. +id = pipe_32_E54_0.00 # Unique cross-section location id. +branchId = pipe_32_E54 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 935.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_8_E566_0.00 # Unique cross-section location id. -branchId = pipe_8_E566 # Branch on which the cross section is located. +id = pipe_32_E55_0.00 # Unique cross-section location id. +branchId = pipe_32_E55 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 935.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E0_0.00 # Unique cross-section location id. -branchId = pipe_9_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E56_0.00 # Unique cross-section location id. +branchId = pipe_32_E56 # Branch on which the cross section is located. +chainage = 0.0 # Chainage on the branch (m). +shift = 935.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1_0.00 # Unique cross-section location id. -branchId = pipe_9_E1 # Branch on which the cross section is located. +id = pipe_32_E57_0.00 # Unique cross-section location id. +branchId = pipe_32_E57 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 935.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E2_0.00 # Unique cross-section location id. -branchId = pipe_9_E2 # Branch on which the cross section is located. +id = pipe_32_E58_0.00 # Unique cross-section location id. +branchId = pipe_32_E58 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 938.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E3_0.00 # Unique cross-section location id. -branchId = pipe_9_E3 # Branch on which the cross section is located. +id = pipe_32_E59_0.00 # Unique cross-section location id. +branchId = pipe_32_E59 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 938.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E4_0.00 # Unique cross-section location id. -branchId = pipe_9_E4 # Branch on which the cross section is located. +id = pipe_32_E60_0.00 # Unique cross-section location id. +branchId = pipe_32_E60 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 940.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E5_0.00 # Unique cross-section location id. -branchId = pipe_9_E5 # Branch on which the cross section is located. +id = pipe_32_E61_0.00 # Unique cross-section location id. +branchId = pipe_32_E61 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 940.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E6_0.00 # Unique cross-section location id. -branchId = pipe_9_E6 # Branch on which the cross section is located. +id = pipe_32_E62_0.00 # Unique cross-section location id. +branchId = pipe_32_E62 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 943.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E7_0.00 # Unique cross-section location id. -branchId = pipe_9_E7 # Branch on which the cross section is located. +id = pipe_32_E63_0.00 # Unique cross-section location id. +branchId = pipe_32_E63 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 950.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E8_0.00 # Unique cross-section location id. -branchId = pipe_9_E8 # Branch on which the cross section is located. +id = pipe_32_E64_0.00 # Unique cross-section location id. +branchId = pipe_32_E64 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 950.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E9_0.00 # Unique cross-section location id. -branchId = pipe_9_E9 # Branch on which the cross section is located. +id = pipe_32_E65_0.00 # Unique cross-section location id. +branchId = pipe_32_E65 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 950.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E10_0.00 # Unique cross-section location id. -branchId = pipe_9_E10 # Branch on which the cross section is located. +id = pipe_32_E66_0.00 # Unique cross-section location id. +branchId = pipe_32_E66 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E11_0.00 # Unique cross-section location id. -branchId = pipe_9_E11 # Branch on which the cross section is located. +id = pipe_32_E67_0.00 # Unique cross-section location id. +branchId = pipe_32_E67 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E12_0.00 # Unique cross-section location id. -branchId = pipe_9_E12 # Branch on which the cross section is located. +id = pipe_32_E68_0.00 # Unique cross-section location id. +branchId = pipe_32_E68 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 953.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E13_0.00 # Unique cross-section location id. -branchId = pipe_9_E13 # Branch on which the cross section is located. +id = pipe_32_E69_0.00 # Unique cross-section location id. +branchId = pipe_32_E69 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 953.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E14_0.00 # Unique cross-section location id. -branchId = pipe_9_E14 # Branch on which the cross section is located. +id = pipe_32_E70_0.00 # Unique cross-section location id. +branchId = pipe_32_E70 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 953.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E15_0.00 # Unique cross-section location id. -branchId = pipe_9_E15 # Branch on which the cross section is located. +id = pipe_32_E71_0.00 # Unique cross-section location id. +branchId = pipe_32_E71 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 962.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E16_0.00 # Unique cross-section location id. -branchId = pipe_9_E16 # Branch on which the cross section is located. +id = pipe_32_E72_0.00 # Unique cross-section location id. +branchId = pipe_32_E72 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E17_0.00 # Unique cross-section location id. -branchId = pipe_9_E17 # Branch on which the cross section is located. +id = pipe_32_E73_0.00 # Unique cross-section location id. +branchId = pipe_32_E73 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E18_0.00 # Unique cross-section location id. -branchId = pipe_9_E18 # Branch on which the cross section is located. +id = pipe_33_E0_0.00 # Unique cross-section location id. +branchId = pipe_33_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E19_0.00 # Unique cross-section location id. -branchId = pipe_9_E19 # Branch on which the cross section is located. +id = pipe_33_E1_0.00 # Unique cross-section location id. +branchId = pipe_33_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 749.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E20_0.00 # Unique cross-section location id. -branchId = pipe_9_E20 # Branch on which the cross section is located. +id = pipe_33_E2_0.00 # Unique cross-section location id. +branchId = pipe_33_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 749.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E21_0.00 # Unique cross-section location id. -branchId = pipe_9_E21 # Branch on which the cross section is located. +id = pipe_33_E3_0.00 # Unique cross-section location id. +branchId = pipe_33_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 735.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E22_0.00 # Unique cross-section location id. -branchId = pipe_9_E22 # Branch on which the cross section is located. +id = pipe_33_E4_0.00 # Unique cross-section location id. +branchId = pipe_33_E4 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 735.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E23_0.00 # Unique cross-section location id. -branchId = pipe_9_E23 # Branch on which the cross section is located. +id = pipe_33_E5_0.00 # Unique cross-section location id. +branchId = pipe_33_E5 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 760.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E24_0.00 # Unique cross-section location id. -branchId = pipe_9_E24 # Branch on which the cross section is located. +id = pipe_33_E6_0.00 # Unique cross-section location id. +branchId = pipe_33_E6 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 760.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E25_0.00 # Unique cross-section location id. -branchId = pipe_9_E25 # Branch on which the cross section is located. +id = pipe_33_E7_0.00 # Unique cross-section location id. +branchId = pipe_33_E7 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 752.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E26_0.00 # Unique cross-section location id. -branchId = pipe_9_E26 # Branch on which the cross section is located. +id = pipe_33_E8_0.00 # Unique cross-section location id. +branchId = pipe_33_E8 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 752.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E27_0.00 # Unique cross-section location id. -branchId = pipe_9_E27 # Branch on which the cross section is located. +id = pipe_33_E9_0.00 # Unique cross-section location id. +branchId = pipe_33_E9 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 740.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E28_0.00 # Unique cross-section location id. -branchId = pipe_9_E28 # Branch on which the cross section is located. +id = pipe_33_E10_0.00 # Unique cross-section location id. +branchId = pipe_33_E10 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 740.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E29_0.00 # Unique cross-section location id. -branchId = pipe_9_E29 # Branch on which the cross section is located. +id = pipe_33_E11_0.00 # Unique cross-section location id. +branchId = pipe_33_E11 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E30_0.00 # Unique cross-section location id. -branchId = pipe_9_E30 # Branch on which the cross section is located. +id = pipe_33_E12_0.00 # Unique cross-section location id. +branchId = pipe_33_E12 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E31_0.00 # Unique cross-section location id. -branchId = pipe_9_E31 # Branch on which the cross section is located. +id = pipe_34_E0_0.00 # Unique cross-section location id. +branchId = pipe_34_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E32_0.00 # Unique cross-section location id. -branchId = pipe_9_E32 # Branch on which the cross section is located. +id = pipe_34_E1_0.00 # Unique cross-section location id. +branchId = pipe_34_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 951.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E33_0.00 # Unique cross-section location id. -branchId = pipe_9_E33 # Branch on which the cross section is located. +id = pipe_34_E2_0.00 # Unique cross-section location id. +branchId = pipe_34_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 951.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E34_0.00 # Unique cross-section location id. -branchId = pipe_9_E34 # Branch on which the cross section is located. +id = pipe_34_E3_0.00 # Unique cross-section location id. +branchId = pipe_34_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 953.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E35_0.00 # Unique cross-section location id. -branchId = pipe_9_E35 # Branch on which the cross section is located. +id = pipe_34_E4_0.00 # Unique cross-section location id. +branchId = pipe_34_E4 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E36_0.00 # Unique cross-section location id. -branchId = pipe_9_E36 # Branch on which the cross section is located. +id = pipe_34_E5_0.00 # Unique cross-section location id. +branchId = pipe_34_E5 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E37_0.00 # Unique cross-section location id. -branchId = pipe_9_E37 # Branch on which the cross section is located. +id = pipe_34_E6_0.00 # Unique cross-section location id. +branchId = pipe_34_E6 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E38_0.00 # Unique cross-section location id. -branchId = pipe_9_E38 # Branch on which the cross section is located. +id = pipe_34_E7_0.00 # Unique cross-section location id. +branchId = pipe_34_E7 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 950.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E39_0.00 # Unique cross-section location id. -branchId = pipe_9_E39 # Branch on which the cross section is located. +id = pipe_34_E8_0.00 # Unique cross-section location id. +branchId = pipe_34_E8 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 950.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E40_0.00 # Unique cross-section location id. -branchId = pipe_9_E40 # Branch on which the cross section is located. +id = pipe_34_E9_0.00 # Unique cross-section location id. +branchId = pipe_34_E9 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 943.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E41_0.00 # Unique cross-section location id. -branchId = pipe_9_E41 # Branch on which the cross section is located. +id = pipe_34_E10_0.00 # Unique cross-section location id. +branchId = pipe_34_E10 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 943.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E42_0.00 # Unique cross-section location id. -branchId = pipe_9_E42 # Branch on which the cross section is located. +id = pipe_34_E11_0.00 # Unique cross-section location id. +branchId = pipe_34_E11 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 943.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E43_0.00 # Unique cross-section location id. -branchId = pipe_9_E43 # Branch on which the cross section is located. +id = pipe_34_E12_0.00 # Unique cross-section location id. +branchId = pipe_34_E12 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 934.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E44_0.00 # Unique cross-section location id. -branchId = pipe_9_E44 # Branch on which the cross section is located. +id = pipe_34_E13_0.00 # Unique cross-section location id. +branchId = pipe_34_E13 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 934.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E45_0.00 # Unique cross-section location id. -branchId = pipe_9_E45 # Branch on which the cross section is located. +id = pipe_34_E14_0.00 # Unique cross-section location id. +branchId = pipe_34_E14 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 934.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E46_0.00 # Unique cross-section location id. -branchId = pipe_9_E46 # Branch on which the cross section is located. +id = pipe_34_E15_0.00 # Unique cross-section location id. +branchId = pipe_34_E15 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 927.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E47_0.00 # Unique cross-section location id. -branchId = pipe_9_E47 # Branch on which the cross section is located. +id = pipe_34_E16_0.00 # Unique cross-section location id. +branchId = pipe_34_E16 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 927.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E48_0.00 # Unique cross-section location id. -branchId = pipe_9_E48 # Branch on which the cross section is located. +id = pipe_34_E17_0.00 # Unique cross-section location id. +branchId = pipe_34_E17 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 927.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E49_0.00 # Unique cross-section location id. -branchId = pipe_9_E49 # Branch on which the cross section is located. +id = pipe_34_E18_0.00 # Unique cross-section location id. +branchId = pipe_34_E18 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 924.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E50_0.00 # Unique cross-section location id. -branchId = pipe_9_E50 # Branch on which the cross section is located. +id = pipe_34_E19_0.00 # Unique cross-section location id. +branchId = pipe_34_E19 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 924.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E51_0.00 # Unique cross-section location id. -branchId = pipe_9_E51 # Branch on which the cross section is located. +id = pipe_34_E20_0.00 # Unique cross-section location id. +branchId = pipe_34_E20 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 928.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E52_0.00 # Unique cross-section location id. -branchId = pipe_9_E52 # Branch on which the cross section is located. +id = pipe_34_E21_0.00 # Unique cross-section location id. +branchId = pipe_34_E21 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 919.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E53_0.00 # Unique cross-section location id. -branchId = pipe_9_E53 # Branch on which the cross section is located. +id = pipe_34_E22_0.00 # Unique cross-section location id. +branchId = pipe_34_E22 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 919.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E54_0.00 # Unique cross-section location id. -branchId = pipe_9_E54 # Branch on which the cross section is located. +id = pipe_34_E23_0.00 # Unique cross-section location id. +branchId = pipe_34_E23 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 919.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E55_0.00 # Unique cross-section location id. -branchId = pipe_9_E55 # Branch on which the cross section is located. +id = pipe_34_E24_0.00 # Unique cross-section location id. +branchId = pipe_34_E24 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E56_0.00 # Unique cross-section location id. -branchId = pipe_9_E56 # Branch on which the cross section is located. +id = pipe_34_E25_0.00 # Unique cross-section location id. +branchId = pipe_34_E25 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E57_0.00 # Unique cross-section location id. -branchId = pipe_9_E57 # Branch on which the cross section is located. +id = pipe_34_E26_0.00 # Unique cross-section location id. +branchId = pipe_34_E26 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E58_0.00 # Unique cross-section location id. -branchId = pipe_9_E58 # Branch on which the cross section is located. +id = pipe_34_E27_0.00 # Unique cross-section location id. +branchId = pipe_34_E27 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 895.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E59_0.00 # Unique cross-section location id. -branchId = pipe_9_E59 # Branch on which the cross section is located. +id = pipe_34_E28_0.00 # Unique cross-section location id. +branchId = pipe_34_E28 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 895.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E60_0.00 # Unique cross-section location id. -branchId = pipe_9_E60 # Branch on which the cross section is located. +id = pipe_34_E29_0.00 # Unique cross-section location id. +branchId = pipe_34_E29 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 901.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E61_0.00 # Unique cross-section location id. -branchId = pipe_9_E61 # Branch on which the cross section is located. +id = pipe_34_E30_0.00 # Unique cross-section location id. +branchId = pipe_34_E30 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 901.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E62_0.00 # Unique cross-section location id. -branchId = pipe_9_E62 # Branch on which the cross section is located. +id = pipe_34_E31_0.00 # Unique cross-section location id. +branchId = pipe_34_E31 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 903.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E63_0.00 # Unique cross-section location id. -branchId = pipe_9_E63 # Branch on which the cross section is located. +id = pipe_34_E32_0.00 # Unique cross-section location id. +branchId = pipe_34_E32 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 903.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E64_0.00 # Unique cross-section location id. -branchId = pipe_9_E64 # Branch on which the cross section is located. +id = pipe_34_E33_0.00 # Unique cross-section location id. +branchId = pipe_34_E33 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E65_0.00 # Unique cross-section location id. -branchId = pipe_9_E65 # Branch on which the cross section is located. +id = pipe_34_E34_0.00 # Unique cross-section location id. +branchId = pipe_34_E34 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E66_0.00 # Unique cross-section location id. -branchId = pipe_9_E66 # Branch on which the cross section is located. +id = pipe_34_E35_0.00 # Unique cross-section location id. +branchId = pipe_34_E35 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 887.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E67_0.00 # Unique cross-section location id. -branchId = pipe_9_E67 # Branch on which the cross section is located. +id = pipe_34_E36_0.00 # Unique cross-section location id. +branchId = pipe_34_E36 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 887.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E68_0.00 # Unique cross-section location id. -branchId = pipe_9_E68 # Branch on which the cross section is located. +id = pipe_34_E37_0.00 # Unique cross-section location id. +branchId = pipe_34_E37 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 887.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E69_0.00 # Unique cross-section location id. -branchId = pipe_9_E69 # Branch on which the cross section is located. +id = pipe_34_E38_0.00 # Unique cross-section location id. +branchId = pipe_34_E38 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 883.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E70_0.00 # Unique cross-section location id. -branchId = pipe_9_E70 # Branch on which the cross section is located. +id = pipe_34_E39_0.00 # Unique cross-section location id. +branchId = pipe_34_E39 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 871.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E71_0.00 # Unique cross-section location id. -branchId = pipe_9_E71 # Branch on which the cross section is located. +id = pipe_34_E40_0.00 # Unique cross-section location id. +branchId = pipe_34_E40 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 871.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E72_0.00 # Unique cross-section location id. -branchId = pipe_9_E72 # Branch on which the cross section is located. +id = pipe_34_E41_0.00 # Unique cross-section location id. +branchId = pipe_34_E41 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 859.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E73_0.00 # Unique cross-section location id. -branchId = pipe_9_E73 # Branch on which the cross section is located. +id = pipe_34_E42_0.00 # Unique cross-section location id. +branchId = pipe_34_E42 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 859.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E74_0.00 # Unique cross-section location id. -branchId = pipe_9_E74 # Branch on which the cross section is located. +id = pipe_34_E43_0.00 # Unique cross-section location id. +branchId = pipe_34_E43 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E75_0.00 # Unique cross-section location id. -branchId = pipe_9_E75 # Branch on which the cross section is located. +id = pipe_34_E44_0.00 # Unique cross-section location id. +branchId = pipe_34_E44 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E76_0.00 # Unique cross-section location id. -branchId = pipe_9_E76 # Branch on which the cross section is located. +id = pipe_34_E45_0.00 # Unique cross-section location id. +branchId = pipe_34_E45 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E77_0.00 # Unique cross-section location id. -branchId = pipe_9_E77 # Branch on which the cross section is located. +id = pipe_34_E46_0.00 # Unique cross-section location id. +branchId = pipe_34_E46 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E78_0.00 # Unique cross-section location id. -branchId = pipe_9_E78 # Branch on which the cross section is located. +id = pipe_34_E47_0.00 # Unique cross-section location id. +branchId = pipe_34_E47 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 843.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E79_0.00 # Unique cross-section location id. -branchId = pipe_9_E79 # Branch on which the cross section is located. +id = pipe_34_E48_0.00 # Unique cross-section location id. +branchId = pipe_34_E48 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 847.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E80_0.00 # Unique cross-section location id. -branchId = pipe_9_E80 # Branch on which the cross section is located. +id = pipe_34_E49_0.00 # Unique cross-section location id. +branchId = pipe_34_E49 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 847.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E81_0.00 # Unique cross-section location id. -branchId = pipe_9_E81 # Branch on which the cross section is located. +id = pipe_34_E50_0.00 # Unique cross-section location id. +branchId = pipe_34_E50 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 846.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E82_0.00 # Unique cross-section location id. -branchId = pipe_9_E82 # Branch on which the cross section is located. +id = pipe_34_E51_0.00 # Unique cross-section location id. +branchId = pipe_34_E51 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 847.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E83_0.00 # Unique cross-section location id. -branchId = pipe_9_E83 # Branch on which the cross section is located. +id = pipe_34_E52_0.00 # Unique cross-section location id. +branchId = pipe_34_E52 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 847.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E84_0.00 # Unique cross-section location id. -branchId = pipe_9_E84 # Branch on which the cross section is located. +id = pipe_34_E53_0.00 # Unique cross-section location id. +branchId = pipe_34_E53 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 843.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E85_0.00 # Unique cross-section location id. -branchId = pipe_9_E85 # Branch on which the cross section is located. +id = pipe_34_E54_0.00 # Unique cross-section location id. +branchId = pipe_34_E54 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 843.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E86_0.00 # Unique cross-section location id. -branchId = pipe_9_E86 # Branch on which the cross section is located. +id = pipe_34_E55_0.00 # Unique cross-section location id. +branchId = pipe_34_E55 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 843.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E87_0.00 # Unique cross-section location id. -branchId = pipe_9_E87 # Branch on which the cross section is located. +id = pipe_34_E56_0.00 # Unique cross-section location id. +branchId = pipe_34_E56 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 791.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E88_0.00 # Unique cross-section location id. -branchId = pipe_9_E88 # Branch on which the cross section is located. +id = pipe_34_E57_0.00 # Unique cross-section location id. +branchId = pipe_34_E57 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 791.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E89_0.00 # Unique cross-section location id. -branchId = pipe_9_E89 # Branch on which the cross section is located. +id = pipe_34_E58_0.00 # Unique cross-section location id. +branchId = pipe_34_E58 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 790.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E90_0.00 # Unique cross-section location id. -branchId = pipe_9_E90 # Branch on which the cross section is located. +id = pipe_34_E59_0.00 # Unique cross-section location id. +branchId = pipe_34_E59 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 827.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E91_0.00 # Unique cross-section location id. -branchId = pipe_9_E91 # Branch on which the cross section is located. +id = pipe_34_E60_0.00 # Unique cross-section location id. +branchId = pipe_34_E60 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 815.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E92_0.00 # Unique cross-section location id. -branchId = pipe_9_E92 # Branch on which the cross section is located. +id = pipe_34_E61_0.00 # Unique cross-section location id. +branchId = pipe_34_E61 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 811.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E93_0.00 # Unique cross-section location id. -branchId = pipe_9_E93 # Branch on which the cross section is located. +id = pipe_34_E62_0.00 # Unique cross-section location id. +branchId = pipe_34_E62 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 811.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E94_0.00 # Unique cross-section location id. -branchId = pipe_9_E94 # Branch on which the cross section is located. +id = pipe_34_E63_0.00 # Unique cross-section location id. +branchId = pipe_34_E63 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 804.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E95_0.00 # Unique cross-section location id. -branchId = pipe_9_E95 # Branch on which the cross section is located. +id = pipe_34_E64_0.00 # Unique cross-section location id. +branchId = pipe_34_E64 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 804.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E96_0.00 # Unique cross-section location id. -branchId = pipe_9_E96 # Branch on which the cross section is located. +id = pipe_34_E65_0.00 # Unique cross-section location id. +branchId = pipe_34_E65 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 790.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E97_0.00 # Unique cross-section location id. -branchId = pipe_9_E97 # Branch on which the cross section is located. +id = pipe_34_E66_0.00 # Unique cross-section location id. +branchId = pipe_34_E66 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 790.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E98_0.00 # Unique cross-section location id. -branchId = pipe_9_E98 # Branch on which the cross section is located. +id = pipe_34_E67_0.00 # Unique cross-section location id. +branchId = pipe_34_E67 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E99_0.00 # Unique cross-section location id. -branchId = pipe_9_E99 # Branch on which the cross section is located. +id = pipe_34_E68_0.00 # Unique cross-section location id. +branchId = pipe_34_E68 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E100_0.00 # Unique cross-section location id. -branchId = pipe_9_E100 # Branch on which the cross section is located. +id = pipe_34_E69_0.00 # Unique cross-section location id. +branchId = pipe_34_E69 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 747.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E101_0.00 # Unique cross-section location id. -branchId = pipe_9_E101 # Branch on which the cross section is located. +id = pipe_34_E70_0.00 # Unique cross-section location id. +branchId = pipe_34_E70 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 747.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E102_0.00 # Unique cross-section location id. -branchId = pipe_9_E102 # Branch on which the cross section is located. +id = pipe_34_E71_0.00 # Unique cross-section location id. +branchId = pipe_34_E71 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 744.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E103_0.00 # Unique cross-section location id. -branchId = pipe_9_E103 # Branch on which the cross section is located. +id = pipe_34_E72_0.00 # Unique cross-section location id. +branchId = pipe_34_E72 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 769.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E104_0.00 # Unique cross-section location id. -branchId = pipe_9_E104 # Branch on which the cross section is located. +id = pipe_34_E73_0.00 # Unique cross-section location id. +branchId = pipe_34_E73 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 761.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E105_0.00 # Unique cross-section location id. -branchId = pipe_9_E105 # Branch on which the cross section is located. +id = pipe_34_E74_0.00 # Unique cross-section location id. +branchId = pipe_34_E74 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 761.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E106_0.00 # Unique cross-section location id. -branchId = pipe_9_E106 # Branch on which the cross section is located. +id = pipe_34_E75_0.00 # Unique cross-section location id. +branchId = pipe_34_E75 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 745.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E107_0.00 # Unique cross-section location id. -branchId = pipe_9_E107 # Branch on which the cross section is located. +id = pipe_34_E76_0.00 # Unique cross-section location id. +branchId = pipe_34_E76 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 745.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E108_0.00 # Unique cross-section location id. -branchId = pipe_9_E108 # Branch on which the cross section is located. +id = pipe_34_E77_0.00 # Unique cross-section location id. +branchId = pipe_34_E77 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 737.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E109_0.00 # Unique cross-section location id. -branchId = pipe_9_E109 # Branch on which the cross section is located. +id = pipe_34_E78_0.00 # Unique cross-section location id. +branchId = pipe_34_E78 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 737.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E110_0.00 # Unique cross-section location id. -branchId = pipe_9_E110 # Branch on which the cross section is located. +id = pipe_34_E79_0.00 # Unique cross-section location id. +branchId = pipe_34_E79 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 752.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E111_0.00 # Unique cross-section location id. -branchId = pipe_9_E111 # Branch on which the cross section is located. +id = pipe_34_E80_0.00 # Unique cross-section location id. +branchId = pipe_34_E80 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 742.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E112_0.00 # Unique cross-section location id. -branchId = pipe_9_E112 # Branch on which the cross section is located. +id = pipe_34_E81_0.00 # Unique cross-section location id. +branchId = pipe_34_E81 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 742.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E113_0.00 # Unique cross-section location id. -branchId = pipe_9_E113 # Branch on which the cross section is located. +id = pipe_34_E82_0.00 # Unique cross-section location id. +branchId = pipe_34_E82 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E114_0.00 # Unique cross-section location id. -branchId = pipe_9_E114 # Branch on which the cross section is located. +id = pipe_34_E83_0.00 # Unique cross-section location id. +branchId = pipe_34_E83 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E115_0.00 # Unique cross-section location id. -branchId = pipe_9_E115 # Branch on which the cross section is located. +id = pipe_34_E84_0.00 # Unique cross-section location id. +branchId = pipe_34_E84 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 775.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E116_0.00 # Unique cross-section location id. -branchId = pipe_9_E116 # Branch on which the cross section is located. +id = pipe_34_E85_0.00 # Unique cross-section location id. +branchId = pipe_34_E85 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E117_0.00 # Unique cross-section location id. -branchId = pipe_9_E117 # Branch on which the cross section is located. +id = pipe_34_E86_0.00 # Unique cross-section location id. +branchId = pipe_34_E86 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E118_0.00 # Unique cross-section location id. -branchId = pipe_9_E118 # Branch on which the cross section is located. +id = pipe_34_E87_0.00 # Unique cross-section location id. +branchId = pipe_34_E87 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E119_0.00 # Unique cross-section location id. -branchId = pipe_9_E119 # Branch on which the cross section is located. +id = pipe_34_E88_0.00 # Unique cross-section location id. +branchId = pipe_34_E88 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E120_0.00 # Unique cross-section location id. -branchId = pipe_9_E120 # Branch on which the cross section is located. +id = pipe_34_E89_0.00 # Unique cross-section location id. +branchId = pipe_34_E89 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E121_0.00 # Unique cross-section location id. -branchId = pipe_9_E121 # Branch on which the cross section is located. +id = pipe_35_E0_0.00 # Unique cross-section location id. +branchId = pipe_35_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E122_0.00 # Unique cross-section location id. -branchId = pipe_9_E122 # Branch on which the cross section is located. +id = pipe_35_E1_0.00 # Unique cross-section location id. +branchId = pipe_35_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E123_0.00 # Unique cross-section location id. -branchId = pipe_9_E123 # Branch on which the cross section is located. +id = pipe_36_E0_0.00 # Unique cross-section location id. +branchId = pipe_36_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E124_0.00 # Unique cross-section location id. -branchId = pipe_9_E124 # Branch on which the cross section is located. +id = pipe_37_E0_0.00 # Unique cross-section location id. +branchId = pipe_37_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E125_0.00 # Unique cross-section location id. -branchId = pipe_9_E125 # Branch on which the cross section is located. +id = pipe_38_E0_0.00 # Unique cross-section location id. +branchId = pipe_38_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E126_0.00 # Unique cross-section location id. -branchId = pipe_9_E126 # Branch on which the cross section is located. +id = pipe_38_E1_0.00 # Unique cross-section location id. +branchId = pipe_38_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E127_0.00 # Unique cross-section location id. -branchId = pipe_9_E127 # Branch on which the cross section is located. +id = pipe_38_E2_0.00 # Unique cross-section location id. +branchId = pipe_38_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E128_0.00 # Unique cross-section location id. -branchId = pipe_9_E128 # Branch on which the cross section is located. +id = pipe_39_E0_0.00 # Unique cross-section location id. +branchId = pipe_39_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E129_0.00 # Unique cross-section location id. -branchId = pipe_9_E129 # Branch on which the cross section is located. +id = pipe_39_E1_0.00 # Unique cross-section location id. +branchId = pipe_39_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E130_0.00 # Unique cross-section location id. -branchId = pipe_9_E130 # Branch on which the cross section is located. +id = pipe_39_E2_0.00 # Unique cross-section location id. +branchId = pipe_39_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E131_0.00 # Unique cross-section location id. -branchId = pipe_9_E131 # Branch on which the cross section is located. +id = pipe_39_E3_0.00 # Unique cross-section location id. +branchId = pipe_39_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E132_0.00 # Unique cross-section location id. -branchId = pipe_9_E132 # Branch on which the cross section is located. +id = pipe_40_E0_0.00 # Unique cross-section location id. +branchId = pipe_40_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 754.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E133_0.00 # Unique cross-section location id. -branchId = pipe_9_E133 # Branch on which the cross section is located. +id = pipe_40_E1_0.00 # Unique cross-section location id. +branchId = pipe_40_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 754.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E134_0.00 # Unique cross-section location id. -branchId = pipe_9_E134 # Branch on which the cross section is located. +id = pipe_40_E2_0.00 # Unique cross-section location id. +branchId = pipe_40_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E135_0.00 # Unique cross-section location id. -branchId = pipe_9_E135 # Branch on which the cross section is located. +id = pipe_40_E3_0.00 # Unique cross-section location id. +branchId = pipe_40_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E136_0.00 # Unique cross-section location id. -branchId = pipe_9_E136 # Branch on which the cross section is located. +id = pipe_40_E4_0.00 # Unique cross-section location id. +branchId = pipe_40_E4 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 730.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E137_0.00 # Unique cross-section location id. -branchId = pipe_9_E137 # Branch on which the cross section is located. +id = pipe_40_E5_0.00 # Unique cross-section location id. +branchId = pipe_40_E5 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 730.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E138_0.00 # Unique cross-section location id. -branchId = pipe_9_E138 # Branch on which the cross section is located. +id = pipe_40_E6_0.00 # Unique cross-section location id. +branchId = pipe_40_E6 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E139_0.00 # Unique cross-section location id. -branchId = pipe_9_E139 # Branch on which the cross section is located. +id = pipe_40_E7_0.00 # Unique cross-section location id. +branchId = pipe_40_E7 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 726.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E140_0.00 # Unique cross-section location id. -branchId = pipe_9_E140 # Branch on which the cross section is located. +id = pipe_40_E8_0.00 # Unique cross-section location id. +branchId = pipe_40_E8 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 726.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E141_0.00 # Unique cross-section location id. -branchId = pipe_9_E141 # Branch on which the cross section is located. +id = pipe_40_E9_0.00 # Unique cross-section location id. +branchId = pipe_40_E9 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 726.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E142_0.00 # Unique cross-section location id. -branchId = pipe_9_E142 # Branch on which the cross section is located. +id = pipe_40_E10_0.00 # Unique cross-section location id. +branchId = pipe_40_E10 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 743.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E143_0.00 # Unique cross-section location id. -branchId = pipe_9_E143 # Branch on which the cross section is located. +id = pipe_40_E11_0.00 # Unique cross-section location id. +branchId = pipe_40_E11 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 743.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E144_0.00 # Unique cross-section location id. -branchId = pipe_9_E144 # Branch on which the cross section is located. +id = pipe_40_E12_0.00 # Unique cross-section location id. +branchId = pipe_40_E12 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E145_0.00 # Unique cross-section location id. -branchId = pipe_9_E145 # Branch on which the cross section is located. +id = pipe_40_E13_0.00 # Unique cross-section location id. +branchId = pipe_40_E13 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E146_0.00 # Unique cross-section location id. -branchId = pipe_9_E146 # Branch on which the cross section is located. +id = pipe_40_E14_0.00 # Unique cross-section location id. +branchId = pipe_40_E14 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E147_0.00 # Unique cross-section location id. -branchId = pipe_9_E147 # Branch on which the cross section is located. +id = pipe_40_E15_0.00 # Unique cross-section location id. +branchId = pipe_40_E15 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 735.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E148_0.00 # Unique cross-section location id. -branchId = pipe_9_E148 # Branch on which the cross section is located. +id = pipe_40_E16_0.00 # Unique cross-section location id. +branchId = pipe_40_E16 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 735.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E149_0.00 # Unique cross-section location id. -branchId = pipe_9_E149 # Branch on which the cross section is located. +id = pipe_40_E17_0.00 # Unique cross-section location id. +branchId = pipe_40_E17 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 735.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E150_0.00 # Unique cross-section location id. -branchId = pipe_9_E150 # Branch on which the cross section is located. +id = pipe_40_E18_0.00 # Unique cross-section location id. +branchId = pipe_40_E18 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 742.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E151_0.00 # Unique cross-section location id. -branchId = pipe_9_E151 # Branch on which the cross section is located. +id = pipe_40_E19_0.00 # Unique cross-section location id. +branchId = pipe_40_E19 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E152_0.00 # Unique cross-section location id. -branchId = pipe_9_E152 # Branch on which the cross section is located. +id = pipe_40_E20_0.00 # Unique cross-section location id. +branchId = pipe_40_E20 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E153_0.00 # Unique cross-section location id. -branchId = pipe_9_E153 # Branch on which the cross section is located. +id = pipe_40_E21_0.00 # Unique cross-section location id. +branchId = pipe_40_E21 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E154_0.00 # Unique cross-section location id. -branchId = pipe_9_E154 # Branch on which the cross section is located. +id = pipe_40_E22_0.00 # Unique cross-section location id. +branchId = pipe_40_E22 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E155_0.00 # Unique cross-section location id. -branchId = pipe_9_E155 # Branch on which the cross section is located. +id = pipe_40_E23_0.00 # Unique cross-section location id. +branchId = pipe_40_E23 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 722.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E156_0.00 # Unique cross-section location id. -branchId = pipe_9_E156 # Branch on which the cross section is located. +id = pipe_40_E24_0.00 # Unique cross-section location id. +branchId = pipe_40_E24 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E157_0.00 # Unique cross-section location id. -branchId = pipe_9_E157 # Branch on which the cross section is located. +id = pipe_40_E25_0.00 # Unique cross-section location id. +branchId = pipe_40_E25 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E158_0.00 # Unique cross-section location id. -branchId = pipe_9_E158 # Branch on which the cross section is located. +id = pipe_40_E26_0.00 # Unique cross-section location id. +branchId = pipe_40_E26 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E159_0.00 # Unique cross-section location id. -branchId = pipe_9_E159 # Branch on which the cross section is located. +id = pipe_40_E27_0.00 # Unique cross-section location id. +branchId = pipe_40_E27 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E160_0.00 # Unique cross-section location id. -branchId = pipe_9_E160 # Branch on which the cross section is located. +id = pipe_40_E28_0.00 # Unique cross-section location id. +branchId = pipe_40_E28 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E161_0.00 # Unique cross-section location id. -branchId = pipe_9_E161 # Branch on which the cross section is located. +id = pipe_40_E29_0.00 # Unique cross-section location id. +branchId = pipe_40_E29 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E162_0.00 # Unique cross-section location id. -branchId = pipe_9_E162 # Branch on which the cross section is located. +id = pipe_40_E30_0.00 # Unique cross-section location id. +branchId = pipe_40_E30 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E163_0.00 # Unique cross-section location id. -branchId = pipe_9_E163 # Branch on which the cross section is located. +id = pipe_40_E31_0.00 # Unique cross-section location id. +branchId = pipe_40_E31 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E164_0.00 # Unique cross-section location id. -branchId = pipe_9_E164 # Branch on which the cross section is located. +id = pipe_40_E32_0.00 # Unique cross-section location id. +branchId = pipe_40_E32 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E165_0.00 # Unique cross-section location id. -branchId = pipe_9_E165 # Branch on which the cross section is located. +id = pipe_40_E33_0.00 # Unique cross-section location id. +branchId = pipe_40_E33 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E166_0.00 # Unique cross-section location id. -branchId = pipe_9_E166 # Branch on which the cross section is located. +id = pipe_40_E34_0.00 # Unique cross-section location id. +branchId = pipe_40_E34 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E167_0.00 # Unique cross-section location id. -branchId = pipe_9_E167 # Branch on which the cross section is located. +id = pipe_40_E35_0.00 # Unique cross-section location id. +branchId = pipe_40_E35 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E168_0.00 # Unique cross-section location id. -branchId = pipe_9_E168 # Branch on which the cross section is located. +id = pipe_40_E36_0.00 # Unique cross-section location id. +branchId = pipe_40_E36 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 775.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E169_0.00 # Unique cross-section location id. -branchId = pipe_9_E169 # Branch on which the cross section is located. +id = pipe_40_E37_0.00 # Unique cross-section location id. +branchId = pipe_40_E37 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 775.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E170_0.00 # Unique cross-section location id. -branchId = pipe_9_E170 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E38_0.00 # Unique cross-section location id. +branchId = pipe_40_E38 # Branch on which the cross section is located. +chainage = 0.0 # Chainage on the branch (m). +shift = 775.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E171_0.00 # Unique cross-section location id. -branchId = pipe_9_E171 # Branch on which the cross section is located. +id = pipe_41_E0_0.00 # Unique cross-section location id. +branchId = pipe_41_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 784.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E172_0.00 # Unique cross-section location id. -branchId = pipe_9_E172 # Branch on which the cross section is located. +id = pipe_41_E1_0.00 # Unique cross-section location id. +branchId = pipe_41_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 784.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E173_0.00 # Unique cross-section location id. -branchId = pipe_9_E173 # Branch on which the cross section is located. +id = pipe_41_E2_0.00 # Unique cross-section location id. +branchId = pipe_41_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E174_0.00 # Unique cross-section location id. -branchId = pipe_9_E174 # Branch on which the cross section is located. +id = pipe_41_E3_0.00 # Unique cross-section location id. +branchId = pipe_41_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E175_0.00 # Unique cross-section location id. -branchId = pipe_9_E175 # Branch on which the cross section is located. +id = pipe_41_E4_0.00 # Unique cross-section location id. +branchId = pipe_41_E4 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E176_0.00 # Unique cross-section location id. -branchId = pipe_9_E176 # Branch on which the cross section is located. +id = pipe_41_E5_0.00 # Unique cross-section location id. +branchId = pipe_41_E5 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 726.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E177_0.00 # Unique cross-section location id. -branchId = pipe_9_E177 # Branch on which the cross section is located. +id = pipe_41_E6_0.00 # Unique cross-section location id. +branchId = pipe_41_E6 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 726.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E178_0.00 # Unique cross-section location id. -branchId = pipe_9_E178 # Branch on which the cross section is located. +id = pipe_41_E7_0.00 # Unique cross-section location id. +branchId = pipe_41_E7 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 726.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E179_0.00 # Unique cross-section location id. -branchId = pipe_9_E179 # Branch on which the cross section is located. +id = pipe_41_E8_0.00 # Unique cross-section location id. +branchId = pipe_41_E8 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E180_0.00 # Unique cross-section location id. -branchId = pipe_9_E180 # Branch on which the cross section is located. +id = pipe_41_E9_0.00 # Unique cross-section location id. +branchId = pipe_41_E9 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E181_0.00 # Unique cross-section location id. -branchId = pipe_9_E181 # Branch on which the cross section is located. +id = pipe_41_E10_0.00 # Unique cross-section location id. +branchId = pipe_41_E10 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E182_0.00 # Unique cross-section location id. -branchId = pipe_9_E182 # Branch on which the cross section is located. +id = pipe_41_E11_0.00 # Unique cross-section location id. +branchId = pipe_41_E11 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E183_0.00 # Unique cross-section location id. -branchId = pipe_9_E183 # Branch on which the cross section is located. +id = pipe_41_E12_0.00 # Unique cross-section location id. +branchId = pipe_41_E12 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E184_0.00 # Unique cross-section location id. -branchId = pipe_9_E184 # Branch on which the cross section is located. +id = pipe_41_E13_0.00 # Unique cross-section location id. +branchId = pipe_41_E13 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 735.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E185_0.00 # Unique cross-section location id. -branchId = pipe_9_E185 # Branch on which the cross section is located. +id = pipe_41_E14_0.00 # Unique cross-section location id. +branchId = pipe_41_E14 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 735.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E186_0.00 # Unique cross-section location id. -branchId = pipe_9_E186 # Branch on which the cross section is located. +id = pipe_41_E15_0.00 # Unique cross-section location id. +branchId = pipe_41_E15 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 741.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E187_0.00 # Unique cross-section location id. -branchId = pipe_9_E187 # Branch on which the cross section is located. +id = pipe_41_E16_0.00 # Unique cross-section location id. +branchId = pipe_41_E16 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 753.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E188_0.00 # Unique cross-section location id. -branchId = pipe_9_E188 # Branch on which the cross section is located. +id = pipe_41_E17_0.00 # Unique cross-section location id. +branchId = pipe_41_E17 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 753.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E189_0.00 # Unique cross-section location id. -branchId = pipe_9_E189 # Branch on which the cross section is located. +id = pipe_41_E18_0.00 # Unique cross-section location id. +branchId = pipe_41_E18 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 758.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E190_0.00 # Unique cross-section location id. -branchId = pipe_9_E190 # Branch on which the cross section is located. +id = pipe_41_E19_0.00 # Unique cross-section location id. +branchId = pipe_41_E19 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 758.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E191_0.00 # Unique cross-section location id. -branchId = pipe_9_E191 # Branch on which the cross section is located. +id = pipe_41_E20_0.00 # Unique cross-section location id. +branchId = pipe_41_E20 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 768.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E192_0.00 # Unique cross-section location id. -branchId = pipe_9_E192 # Branch on which the cross section is located. +id = pipe_41_E21_0.00 # Unique cross-section location id. +branchId = pipe_41_E21 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 762.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E193_0.00 # Unique cross-section location id. -branchId = pipe_9_E193 # Branch on which the cross section is located. +id = pipe_41_E22_0.00 # Unique cross-section location id. +branchId = pipe_41_E22 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 762.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E194_0.00 # Unique cross-section location id. -branchId = pipe_9_E194 # Branch on which the cross section is located. +id = pipe_41_E23_0.00 # Unique cross-section location id. +branchId = pipe_41_E23 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 762.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E195_0.00 # Unique cross-section location id. -branchId = pipe_9_E195 # Branch on which the cross section is located. +id = pipe_41_E24_0.00 # Unique cross-section location id. +branchId = pipe_41_E24 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 761.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E196_0.00 # Unique cross-section location id. -branchId = pipe_9_E196 # Branch on which the cross section is located. +id = pipe_41_E25_0.00 # Unique cross-section location id. +branchId = pipe_41_E25 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 761.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E197_0.00 # Unique cross-section location id. -branchId = pipe_9_E197 # Branch on which the cross section is located. +id = pipe_41_E26_0.00 # Unique cross-section location id. +branchId = pipe_41_E26 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 761.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E198_0.00 # Unique cross-section location id. -branchId = pipe_9_E198 # Branch on which the cross section is located. +id = pipe_41_E27_0.00 # Unique cross-section location id. +branchId = pipe_41_E27 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 766.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E199_0.00 # Unique cross-section location id. -branchId = pipe_9_E199 # Branch on which the cross section is located. +id = pipe_41_E28_0.00 # Unique cross-section location id. +branchId = pipe_41_E28 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 770.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E200_0.00 # Unique cross-section location id. -branchId = pipe_9_E200 # Branch on which the cross section is located. +id = pipe_41_E29_0.00 # Unique cross-section location id. +branchId = pipe_41_E29 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 770.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E201_0.00 # Unique cross-section location id. -branchId = pipe_9_E201 # Branch on which the cross section is located. +id = pipe_41_E30_0.00 # Unique cross-section location id. +branchId = pipe_41_E30 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 770.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E202_0.00 # Unique cross-section location id. -branchId = pipe_9_E202 # Branch on which the cross section is located. +id = pipe_41_E31_0.00 # Unique cross-section location id. +branchId = pipe_41_E31 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E203_0.00 # Unique cross-section location id. -branchId = pipe_9_E203 # Branch on which the cross section is located. +id = pipe_41_E32_0.00 # Unique cross-section location id. +branchId = pipe_41_E32 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 774.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E204_0.00 # Unique cross-section location id. -branchId = pipe_9_E204 # Branch on which the cross section is located. +id = pipe_41_E33_0.00 # Unique cross-section location id. +branchId = pipe_41_E33 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 777.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E205_0.00 # Unique cross-section location id. -branchId = pipe_9_E205 # Branch on which the cross section is located. +id = pipe_41_E34_0.00 # Unique cross-section location id. +branchId = pipe_41_E34 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 777.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E206_0.00 # Unique cross-section location id. -branchId = pipe_9_E206 # Branch on which the cross section is located. +id = pipe_41_E35_0.00 # Unique cross-section location id. +branchId = pipe_41_E35 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 777.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E207_0.00 # Unique cross-section location id. -branchId = pipe_9_E207 # Branch on which the cross section is located. +id = pipe_41_E36_0.00 # Unique cross-section location id. +branchId = pipe_41_E36 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E208_0.00 # Unique cross-section location id. -branchId = pipe_9_E208 # Branch on which the cross section is located. +id = pipe_41_E37_0.00 # Unique cross-section location id. +branchId = pipe_41_E37 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E209_0.00 # Unique cross-section location id. -branchId = pipe_9_E209 # Branch on which the cross section is located. +id = pipe_41_E38_0.00 # Unique cross-section location id. +branchId = pipe_41_E38 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E210_0.00 # Unique cross-section location id. -branchId = pipe_9_E210 # Branch on which the cross section is located. +id = pipe_41_E39_0.00 # Unique cross-section location id. +branchId = pipe_41_E39 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E211_0.00 # Unique cross-section location id. -branchId = pipe_9_E211 # Branch on which the cross section is located. +id = pipe_41_E40_0.00 # Unique cross-section location id. +branchId = pipe_41_E40 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E212_0.00 # Unique cross-section location id. -branchId = pipe_9_E212 # Branch on which the cross section is located. +id = pipe_41_E41_0.00 # Unique cross-section location id. +branchId = pipe_41_E41 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E213_0.00 # Unique cross-section location id. -branchId = pipe_9_E213 # Branch on which the cross section is located. +id = pipe_41_E42_0.00 # Unique cross-section location id. +branchId = pipe_41_E42 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 772.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E214_0.00 # Unique cross-section location id. -branchId = pipe_9_E214 # Branch on which the cross section is located. +id = pipe_41_E43_0.00 # Unique cross-section location id. +branchId = pipe_41_E43 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E215_0.00 # Unique cross-section location id. -branchId = pipe_9_E215 # Branch on which the cross section is located. +id = pipe_41_E44_0.00 # Unique cross-section location id. +branchId = pipe_41_E44 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E216_0.00 # Unique cross-section location id. -branchId = pipe_9_E216 # Branch on which the cross section is located. +id = pipe_41_E45_0.00 # Unique cross-section location id. +branchId = pipe_41_E45 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E217_0.00 # Unique cross-section location id. -branchId = pipe_9_E217 # Branch on which the cross section is located. +id = pipe_41_E46_0.00 # Unique cross-section location id. +branchId = pipe_41_E46 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E218_0.00 # Unique cross-section location id. -branchId = pipe_9_E218 # Branch on which the cross section is located. +id = pipe_41_E47_0.00 # Unique cross-section location id. +branchId = pipe_41_E47 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 774.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E219_0.00 # Unique cross-section location id. -branchId = pipe_9_E219 # Branch on which the cross section is located. +id = pipe_41_E48_0.00 # Unique cross-section location id. +branchId = pipe_41_E48 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E220_0.00 # Unique cross-section location id. -branchId = pipe_9_E220 # Branch on which the cross section is located. +id = pipe_41_E49_0.00 # Unique cross-section location id. +branchId = pipe_41_E49 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E221_0.00 # Unique cross-section location id. -branchId = pipe_9_E221 # Branch on which the cross section is located. +id = pipe_41_E50_0.00 # Unique cross-section location id. +branchId = pipe_41_E50 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E222_0.00 # Unique cross-section location id. -branchId = pipe_9_E222 # Branch on which the cross section is located. +id = pipe_41_E51_0.00 # Unique cross-section location id. +branchId = pipe_41_E51 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E223_0.00 # Unique cross-section location id. -branchId = pipe_9_E223 # Branch on which the cross section is located. +id = pipe_41_E52_0.00 # Unique cross-section location id. +branchId = pipe_41_E52 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E224_0.00 # Unique cross-section location id. -branchId = pipe_9_E224 # Branch on which the cross section is located. +id = pipe_41_E53_0.00 # Unique cross-section location id. +branchId = pipe_41_E53 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E225_0.00 # Unique cross-section location id. -branchId = pipe_9_E225 # Branch on which the cross section is located. +id = pipe_41_E54_0.00 # Unique cross-section location id. +branchId = pipe_41_E54 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E226_0.00 # Unique cross-section location id. -branchId = pipe_9_E226 # Branch on which the cross section is located. +id = pipe_41_E55_0.00 # Unique cross-section location id. +branchId = pipe_41_E55 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E227_0.00 # Unique cross-section location id. -branchId = pipe_9_E227 # Branch on which the cross section is located. +id = pipe_41_E56_0.00 # Unique cross-section location id. +branchId = pipe_41_E56 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E228_0.00 # Unique cross-section location id. -branchId = pipe_9_E228 # Branch on which the cross section is located. +id = pipe_41_E57_0.00 # Unique cross-section location id. +branchId = pipe_41_E57 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E229_0.00 # Unique cross-section location id. -branchId = pipe_9_E229 # Branch on which the cross section is located. +id = pipe_41_E58_0.00 # Unique cross-section location id. +branchId = pipe_41_E58 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E230_0.00 # Unique cross-section location id. -branchId = pipe_9_E230 # Branch on which the cross section is located. +id = pipe_41_E59_0.00 # Unique cross-section location id. +branchId = pipe_41_E59 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E231_0.00 # Unique cross-section location id. -branchId = pipe_9_E231 # Branch on which the cross section is located. +id = pipe_41_E60_0.00 # Unique cross-section location id. +branchId = pipe_41_E60 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 774.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E232_0.00 # Unique cross-section location id. -branchId = pipe_9_E232 # Branch on which the cross section is located. +id = pipe_41_E61_0.00 # Unique cross-section location id. +branchId = pipe_41_E61 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 774.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E233_0.00 # Unique cross-section location id. -branchId = pipe_9_E233 # Branch on which the cross section is located. +id = pipe_41_E62_0.00 # Unique cross-section location id. +branchId = pipe_41_E62 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 774.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E234_0.00 # Unique cross-section location id. -branchId = pipe_9_E234 # Branch on which the cross section is located. +id = pipe_41_E63_0.00 # Unique cross-section location id. +branchId = pipe_41_E63 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 808.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E235_0.00 # Unique cross-section location id. -branchId = pipe_9_E235 # Branch on which the cross section is located. +id = pipe_41_E64_0.00 # Unique cross-section location id. +branchId = pipe_41_E64 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 808.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E236_0.00 # Unique cross-section location id. -branchId = pipe_9_E236 # Branch on which the cross section is located. +id = pipe_41_E65_0.00 # Unique cross-section location id. +branchId = pipe_41_E65 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 808.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E237_0.00 # Unique cross-section location id. -branchId = pipe_9_E237 # Branch on which the cross section is located. +id = pipe_41_E66_0.00 # Unique cross-section location id. +branchId = pipe_41_E66 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 807.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E238_0.00 # Unique cross-section location id. -branchId = pipe_9_E238 # Branch on which the cross section is located. +id = pipe_41_E67_0.00 # Unique cross-section location id. +branchId = pipe_41_E67 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 771.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E239_0.00 # Unique cross-section location id. -branchId = pipe_9_E239 # Branch on which the cross section is located. +id = pipe_41_E68_0.00 # Unique cross-section location id. +branchId = pipe_41_E68 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 771.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E240_0.00 # Unique cross-section location id. -branchId = pipe_9_E240 # Branch on which the cross section is located. +id = pipe_41_E69_0.00 # Unique cross-section location id. +branchId = pipe_41_E69 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 780.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E241_0.00 # Unique cross-section location id. -branchId = pipe_9_E241 # Branch on which the cross section is located. +id = pipe_41_E70_0.00 # Unique cross-section location id. +branchId = pipe_41_E70 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 780.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E242_0.00 # Unique cross-section location id. -branchId = pipe_9_E242 # Branch on which the cross section is located. +id = pipe_41_E71_0.00 # Unique cross-section location id. +branchId = pipe_41_E71 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 780.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E243_0.00 # Unique cross-section location id. -branchId = pipe_9_E243 # Branch on which the cross section is located. +id = pipe_41_E72_0.00 # Unique cross-section location id. +branchId = pipe_41_E72 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 817.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E244_0.00 # Unique cross-section location id. -branchId = pipe_9_E244 # Branch on which the cross section is located. +id = pipe_41_E73_0.00 # Unique cross-section location id. +branchId = pipe_41_E73 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 817.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E245_0.00 # Unique cross-section location id. -branchId = pipe_9_E245 # Branch on which the cross section is located. +id = pipe_41_E74_0.00 # Unique cross-section location id. +branchId = pipe_41_E74 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 832.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E246_0.00 # Unique cross-section location id. -branchId = pipe_9_E246 # Branch on which the cross section is located. +id = pipe_41_E75_0.00 # Unique cross-section location id. +branchId = pipe_41_E75 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 807.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E247_0.00 # Unique cross-section location id. -branchId = pipe_9_E247 # Branch on which the cross section is located. +id = pipe_41_E76_0.00 # Unique cross-section location id. +branchId = pipe_41_E76 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 807.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E248_0.00 # Unique cross-section location id. -branchId = pipe_9_E248 # Branch on which the cross section is located. +id = pipe_41_E77_0.00 # Unique cross-section location id. +branchId = pipe_41_E77 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 809.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E249_0.00 # Unique cross-section location id. -branchId = pipe_9_E249 # Branch on which the cross section is located. +id = pipe_41_E78_0.00 # Unique cross-section location id. +branchId = pipe_41_E78 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 809.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E250_0.00 # Unique cross-section location id. -branchId = pipe_9_E250 # Branch on which the cross section is located. +id = pipe_41_E79_0.00 # Unique cross-section location id. +branchId = pipe_41_E79 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 809.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E251_0.00 # Unique cross-section location id. -branchId = pipe_9_E251 # Branch on which the cross section is located. +id = pipe_41_E80_0.00 # Unique cross-section location id. +branchId = pipe_41_E80 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 800.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E252_0.00 # Unique cross-section location id. -branchId = pipe_9_E252 # Branch on which the cross section is located. +id = pipe_41_E81_0.00 # Unique cross-section location id. +branchId = pipe_41_E81 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 800.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E253_0.00 # Unique cross-section location id. -branchId = pipe_9_E253 # Branch on which the cross section is located. +id = pipe_41_E82_0.00 # Unique cross-section location id. +branchId = pipe_41_E82 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 800.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E254_0.00 # Unique cross-section location id. -branchId = pipe_9_E254 # Branch on which the cross section is located. +id = pipe_41_E83_0.00 # Unique cross-section location id. +branchId = pipe_41_E83 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E255_0.00 # Unique cross-section location id. -branchId = pipe_9_E255 # Branch on which the cross section is located. +id = pipe_41_E84_0.00 # Unique cross-section location id. +branchId = pipe_41_E84 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E256_0.00 # Unique cross-section location id. -branchId = pipe_9_E256 # Branch on which the cross section is located. +id = pipe_41_E85_0.00 # Unique cross-section location id. +branchId = pipe_41_E85 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E257_0.00 # Unique cross-section location id. -branchId = pipe_9_E257 # Branch on which the cross section is located. +id = pipe_42_E0_0.00 # Unique cross-section location id. +branchId = pipe_42_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 828.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E258_0.00 # Unique cross-section location id. -branchId = pipe_9_E258 # Branch on which the cross section is located. +id = pipe_42_E1_0.00 # Unique cross-section location id. +branchId = pipe_42_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 828.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E259_0.00 # Unique cross-section location id. -branchId = pipe_9_E259 # Branch on which the cross section is located. +id = pipe_42_E2_0.00 # Unique cross-section location id. +branchId = pipe_42_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 828.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E260_0.00 # Unique cross-section location id. -branchId = pipe_9_E260 # Branch on which the cross section is located. +id = pipe_42_E3_0.00 # Unique cross-section location id. +branchId = pipe_42_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 814.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E261_0.00 # Unique cross-section location id. -branchId = pipe_9_E261 # Branch on which the cross section is located. +id = pipe_42_E4_0.00 # Unique cross-section location id. +branchId = pipe_42_E4 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 814.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E262_0.00 # Unique cross-section location id. -branchId = pipe_9_E262 # Branch on which the cross section is located. +id = pipe_42_E5_0.00 # Unique cross-section location id. +branchId = pipe_42_E5 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 813.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E263_0.00 # Unique cross-section location id. -branchId = pipe_9_E263 # Branch on which the cross section is located. +id = pipe_42_E6_0.00 # Unique cross-section location id. +branchId = pipe_42_E6 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 813.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E264_0.00 # Unique cross-section location id. -branchId = pipe_9_E264 # Branch on which the cross section is located. +id = pipe_42_E7_0.00 # Unique cross-section location id. +branchId = pipe_42_E7 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 813.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E265_0.00 # Unique cross-section location id. -branchId = pipe_9_E265 # Branch on which the cross section is located. +id = pipe_43_E0_0.00 # Unique cross-section location id. +branchId = pipe_43_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E266_0.00 # Unique cross-section location id. -branchId = pipe_9_E266 # Branch on which the cross section is located. +id = pipe_43_E1_0.00 # Unique cross-section location id. +branchId = pipe_43_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E267_0.00 # Unique cross-section location id. -branchId = pipe_9_E267 # Branch on which the cross section is located. +id = pipe_44_E0_0.00 # Unique cross-section location id. +branchId = pipe_44_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 828.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E268_0.00 # Unique cross-section location id. -branchId = pipe_9_E268 # Branch on which the cross section is located. +id = pipe_44_E1_0.00 # Unique cross-section location id. +branchId = pipe_44_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 837.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E269_0.00 # Unique cross-section location id. -branchId = pipe_9_E269 # Branch on which the cross section is located. +id = pipe_44_E2_0.00 # Unique cross-section location id. +branchId = pipe_44_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E270_0.00 # Unique cross-section location id. -branchId = pipe_9_E270 # Branch on which the cross section is located. +id = pipe_44_E3_0.00 # Unique cross-section location id. +branchId = pipe_44_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E271_0.00 # Unique cross-section location id. -branchId = pipe_9_E271 # Branch on which the cross section is located. +id = pipe_44_E4_0.00 # Unique cross-section location id. +branchId = pipe_44_E4 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E272_0.00 # Unique cross-section location id. -branchId = pipe_9_E272 # Branch on which the cross section is located. +id = pipe_44_E5_0.00 # Unique cross-section location id. +branchId = pipe_44_E5 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E273_0.00 # Unique cross-section location id. -branchId = pipe_9_E273 # Branch on which the cross section is located. +id = pipe_44_E6_0.00 # Unique cross-section location id. +branchId = pipe_44_E6 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E274_0.00 # Unique cross-section location id. -branchId = pipe_9_E274 # Branch on which the cross section is located. +id = pipe_44_E7_0.00 # Unique cross-section location id. +branchId = pipe_44_E7 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E275_0.00 # Unique cross-section location id. -branchId = pipe_9_E275 # Branch on which the cross section is located. +id = pipe_45_E0_0.00 # Unique cross-section location id. +branchId = pipe_45_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E276_0.00 # Unique cross-section location id. -branchId = pipe_9_E276 # Branch on which the cross section is located. +id = pipe_45_E1_0.00 # Unique cross-section location id. +branchId = pipe_45_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E277_0.00 # Unique cross-section location id. -branchId = pipe_9_E277 # Branch on which the cross section is located. +id = pipe_45_E2_0.00 # Unique cross-section location id. +branchId = pipe_45_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E278_0.00 # Unique cross-section location id. -branchId = pipe_9_E278 # Branch on which the cross section is located. +id = pipe_45_E3_0.00 # Unique cross-section location id. +branchId = pipe_45_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E279_0.00 # Unique cross-section location id. -branchId = pipe_9_E279 # Branch on which the cross section is located. +id = pipe_46_E0_0.00 # Unique cross-section location id. +branchId = pipe_46_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E280_0.00 # Unique cross-section location id. -branchId = pipe_9_E280 # Branch on which the cross section is located. +id = pipe_46_E1_0.00 # Unique cross-section location id. +branchId = pipe_46_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E281_0.00 # Unique cross-section location id. -branchId = pipe_9_E281 # Branch on which the cross section is located. +id = pipe_46_E2_0.00 # Unique cross-section location id. +branchId = pipe_46_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E282_0.00 # Unique cross-section location id. -branchId = pipe_9_E282 # Branch on which the cross section is located. +id = pipe_46_E3_0.00 # Unique cross-section location id. +branchId = pipe_46_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E283_0.00 # Unique cross-section location id. -branchId = pipe_9_E283 # Branch on which the cross section is located. +id = pipe_46_E4_0.00 # Unique cross-section location id. +branchId = pipe_46_E4 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E284_0.00 # Unique cross-section location id. -branchId = pipe_9_E284 # Branch on which the cross section is located. +id = pipe_47_E0_0.00 # Unique cross-section location id. +branchId = pipe_47_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E285_0.00 # Unique cross-section location id. -branchId = pipe_9_E285 # Branch on which the cross section is located. +id = pipe_47_E1_0.00 # Unique cross-section location id. +branchId = pipe_47_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E286_0.00 # Unique cross-section location id. -branchId = pipe_9_E286 # Branch on which the cross section is located. +id = pipe_47_E2_0.00 # Unique cross-section location id. +branchId = pipe_47_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E287_0.00 # Unique cross-section location id. -branchId = pipe_9_E287 # Branch on which the cross section is located. +id = pipe_47_E3_0.00 # Unique cross-section location id. +branchId = pipe_47_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E288_0.00 # Unique cross-section location id. -branchId = pipe_9_E288 # Branch on which the cross section is located. +id = pipe_47_E4_0.00 # Unique cross-section location id. +branchId = pipe_47_E4 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E289_0.00 # Unique cross-section location id. -branchId = pipe_9_E289 # Branch on which the cross section is located. +id = pipe_47_E5_0.00 # Unique cross-section location id. +branchId = pipe_47_E5 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E290_0.00 # Unique cross-section location id. -branchId = pipe_9_E290 # Branch on which the cross section is located. +id = pipe_48_E0_0.00 # Unique cross-section location id. +branchId = pipe_48_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E291_0.00 # Unique cross-section location id. -branchId = pipe_9_E291 # Branch on which the cross section is located. +id = pipe_49_E125_0.00 # Unique cross-section location id. +branchId = pipe_49_E125 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 907.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E292_0.00 # Unique cross-section location id. -branchId = pipe_9_E292 # Branch on which the cross section is located. +id = pipe_49_E126_0.00 # Unique cross-section location id. +branchId = pipe_49_E126 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 907.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E293_0.00 # Unique cross-section location id. -branchId = pipe_9_E293 # Branch on which the cross section is located. +id = pipe_49_E127_0.00 # Unique cross-section location id. +branchId = pipe_49_E127 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 907.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E294_0.00 # Unique cross-section location id. -branchId = pipe_9_E294 # Branch on which the cross section is located. +id = pipe_49_E128_0.00 # Unique cross-section location id. +branchId = pipe_49_E128 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 862.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E295_0.00 # Unique cross-section location id. -branchId = pipe_9_E295 # Branch on which the cross section is located. +id = pipe_49_E129_0.00 # Unique cross-section location id. +branchId = pipe_49_E129 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 862.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E296_0.00 # Unique cross-section location id. -branchId = pipe_9_E296 # Branch on which the cross section is located. +id = pipe_49_E130_0.00 # Unique cross-section location id. +branchId = pipe_49_E130 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 875.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E297_0.00 # Unique cross-section location id. -branchId = pipe_9_E297 # Branch on which the cross section is located. +id = pipe_49_E131_0.00 # Unique cross-section location id. +branchId = pipe_49_E131 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 875.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E298_0.00 # Unique cross-section location id. -branchId = pipe_9_E298 # Branch on which the cross section is located. +id = pipe_49_E132_0.00 # Unique cross-section location id. +branchId = pipe_49_E132 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 902.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E299_0.00 # Unique cross-section location id. -branchId = pipe_9_E299 # Branch on which the cross section is located. +id = pipe_49_E133_0.00 # Unique cross-section location id. +branchId = pipe_49_E133 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 902.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E300_0.00 # Unique cross-section location id. -branchId = pipe_9_E300 # Branch on which the cross section is located. +id = pipe_49_E134_0.00 # Unique cross-section location id. +branchId = pipe_49_E134 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 929.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E301_0.00 # Unique cross-section location id. -branchId = pipe_9_E301 # Branch on which the cross section is located. +id = pipe_49_E135_0.00 # Unique cross-section location id. +branchId = pipe_49_E135 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 929.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E302_0.00 # Unique cross-section location id. -branchId = pipe_9_E302 # Branch on which the cross section is located. +id = pipe_49_E136_0.00 # Unique cross-section location id. +branchId = pipe_49_E136 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 923.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E303_0.00 # Unique cross-section location id. -branchId = pipe_9_E303 # Branch on which the cross section is located. +id = pipe_49_E137_0.00 # Unique cross-section location id. +branchId = pipe_49_E137 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 847.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E304_0.00 # Unique cross-section location id. -branchId = pipe_9_E304 # Branch on which the cross section is located. +id = pipe_49_E138_0.00 # Unique cross-section location id. +branchId = pipe_49_E138 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 872.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E305_0.00 # Unique cross-section location id. -branchId = pipe_9_E305 # Branch on which the cross section is located. +id = pipe_49_E139_0.00 # Unique cross-section location id. +branchId = pipe_49_E139 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 872.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E306_0.00 # Unique cross-section location id. -branchId = pipe_9_E306 # Branch on which the cross section is located. +id = pipe_49_E140_0.00 # Unique cross-section location id. +branchId = pipe_49_E140 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 925.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E307_0.00 # Unique cross-section location id. -branchId = pipe_9_E307 # Branch on which the cross section is located. +id = pipe_49_E141_0.00 # Unique cross-section location id. +branchId = pipe_49_E141 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 925.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E308_0.00 # Unique cross-section location id. -branchId = pipe_9_E308 # Branch on which the cross section is located. +id = pipe_49_E142_0.00 # Unique cross-section location id. +branchId = pipe_49_E142 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 934.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E309_0.00 # Unique cross-section location id. -branchId = pipe_9_E309 # Branch on which the cross section is located. +id = pipe_49_E143_0.00 # Unique cross-section location id. +branchId = pipe_49_E143 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 934.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E310_0.00 # Unique cross-section location id. -branchId = pipe_9_E310 # Branch on which the cross section is located. +id = pipe_49_E144_0.00 # Unique cross-section location id. +branchId = pipe_49_E144 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 927.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E311_0.00 # Unique cross-section location id. -branchId = pipe_9_E311 # Branch on which the cross section is located. +id = pipe_49_E145_0.00 # Unique cross-section location id. +branchId = pipe_49_E145 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 889.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E312_0.00 # Unique cross-section location id. -branchId = pipe_9_E312 # Branch on which the cross section is located. +id = pipe_49_E146_0.00 # Unique cross-section location id. +branchId = pipe_49_E146 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 908.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E313_0.00 # Unique cross-section location id. -branchId = pipe_9_E313 # Branch on which the cross section is located. +id = pipe_49_E147_0.00 # Unique cross-section location id. +branchId = pipe_49_E147 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 908.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E314_0.00 # Unique cross-section location id. -branchId = pipe_9_E314 # Branch on which the cross section is located. +id = pipe_49_E148_0.00 # Unique cross-section location id. +branchId = pipe_49_E148 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 930.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E315_0.00 # Unique cross-section location id. -branchId = pipe_9_E315 # Branch on which the cross section is located. +id = pipe_49_E149_0.00 # Unique cross-section location id. +branchId = pipe_49_E149 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 930.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E316_0.00 # Unique cross-section location id. -branchId = pipe_9_E316 # Branch on which the cross section is located. +id = pipe_49_E150_0.00 # Unique cross-section location id. +branchId = pipe_49_E150 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 936.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E317_0.00 # Unique cross-section location id. -branchId = pipe_9_E317 # Branch on which the cross section is located. +id = pipe_49_E151_0.00 # Unique cross-section location id. +branchId = pipe_49_E151 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 936.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E318_0.00 # Unique cross-section location id. -branchId = pipe_9_E318 # Branch on which the cross section is located. +id = pipe_49_E152_0.00 # Unique cross-section location id. +branchId = pipe_49_E152 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 950.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E319_0.00 # Unique cross-section location id. -branchId = pipe_9_E319 # Branch on which the cross section is located. +id = pipe_49_E153_0.00 # Unique cross-section location id. +branchId = pipe_49_E153 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 886.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E320_0.00 # Unique cross-section location id. -branchId = pipe_9_E320 # Branch on which the cross section is located. +id = pipe_49_E154_0.00 # Unique cross-section location id. +branchId = pipe_49_E154 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 846.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E321_0.00 # Unique cross-section location id. -branchId = pipe_9_E321 # Branch on which the cross section is located. +id = pipe_49_E155_0.00 # Unique cross-section location id. +branchId = pipe_49_E155 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 846.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E322_0.00 # Unique cross-section location id. -branchId = pipe_9_E322 # Branch on which the cross section is located. +id = pipe_49_E156_0.00 # Unique cross-section location id. +branchId = pipe_49_E156 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 843.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E323_0.00 # Unique cross-section location id. -branchId = pipe_9_E323 # Branch on which the cross section is located. +id = pipe_49_E157_0.00 # Unique cross-section location id. +branchId = pipe_49_E157 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 843.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E324_0.00 # Unique cross-section location id. -branchId = pipe_9_E324 # Branch on which the cross section is located. +id = pipe_49_E158_0.00 # Unique cross-section location id. +branchId = pipe_49_E158 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 847.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E325_0.00 # Unique cross-section location id. -branchId = pipe_9_E325 # Branch on which the cross section is located. +id = pipe_49_E159_0.00 # Unique cross-section location id. +branchId = pipe_49_E159 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 847.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E326_0.00 # Unique cross-section location id. -branchId = pipe_9_E326 # Branch on which the cross section is located. +id = pipe_49_E160_0.00 # Unique cross-section location id. +branchId = pipe_49_E160 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 893.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E327_0.00 # Unique cross-section location id. -branchId = pipe_9_E327 # Branch on which the cross section is located. +id = pipe_49_E161_0.00 # Unique cross-section location id. +branchId = pipe_49_E161 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 893.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E328_0.00 # Unique cross-section location id. -branchId = pipe_9_E328 # Branch on which the cross section is located. +id = pipe_49_E162_0.00 # Unique cross-section location id. +branchId = pipe_49_E162 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 929.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E329_0.00 # Unique cross-section location id. -branchId = pipe_9_E329 # Branch on which the cross section is located. +id = pipe_49_E163_0.00 # Unique cross-section location id. +branchId = pipe_49_E163 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 929.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E330_0.00 # Unique cross-section location id. -branchId = pipe_9_E330 # Branch on which the cross section is located. +id = pipe_49_E164_0.00 # Unique cross-section location id. +branchId = pipe_49_E164 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 912.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E331_0.00 # Unique cross-section location id. -branchId = pipe_9_E331 # Branch on which the cross section is located. +id = pipe_49_E165_0.00 # Unique cross-section location id. +branchId = pipe_49_E165 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 878.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E332_0.00 # Unique cross-section location id. -branchId = pipe_9_E332 # Branch on which the cross section is located. +id = pipe_49_E166_0.00 # Unique cross-section location id. +branchId = pipe_49_E166 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 878.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E333_0.00 # Unique cross-section location id. -branchId = pipe_9_E333 # Branch on which the cross section is located. +id = pipe_49_E167_0.00 # Unique cross-section location id. +branchId = pipe_49_E167 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 886.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E334_0.00 # Unique cross-section location id. -branchId = pipe_9_E334 # Branch on which the cross section is located. +id = pipe_49_E168_0.00 # Unique cross-section location id. +branchId = pipe_49_E168 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 886.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E335_0.00 # Unique cross-section location id. -branchId = pipe_9_E335 # Branch on which the cross section is located. +id = pipe_49_E169_0.00 # Unique cross-section location id. +branchId = pipe_49_E169 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 933.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E336_0.00 # Unique cross-section location id. -branchId = pipe_9_E336 # Branch on which the cross section is located. +id = pipe_49_E170_0.00 # Unique cross-section location id. +branchId = pipe_49_E170 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 933.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E337_0.00 # Unique cross-section location id. -branchId = pipe_9_E337 # Branch on which the cross section is located. +id = pipe_49_E171_0.00 # Unique cross-section location id. +branchId = pipe_49_E171 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 955.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E338_0.00 # Unique cross-section location id. -branchId = pipe_9_E338 # Branch on which the cross section is located. +id = pipe_49_E172_0.00 # Unique cross-section location id. +branchId = pipe_49_E172 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 955.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E339_0.00 # Unique cross-section location id. -branchId = pipe_9_E339 # Branch on which the cross section is located. +id = pipe_49_E173_0.00 # Unique cross-section location id. +branchId = pipe_49_E173 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 954.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E340_0.00 # Unique cross-section location id. -branchId = pipe_9_E340 # Branch on which the cross section is located. +id = pipe_49_E174_0.00 # Unique cross-section location id. +branchId = pipe_49_E174 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 954.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E341_0.00 # Unique cross-section location id. -branchId = pipe_9_E341 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E342_0.00 # Unique cross-section location id. -branchId = pipe_9_E342 # Branch on which the cross section is located. +id = pipe_49_E175_0.00 # Unique cross-section location id. +branchId = pipe_49_E175 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 962.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E343_0.00 # Unique cross-section location id. -branchId = pipe_9_E343 # Branch on which the cross section is located. +id = pipe_49_E176_0.00 # Unique cross-section location id. +branchId = pipe_49_E176 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 962.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E344_0.00 # Unique cross-section location id. -branchId = pipe_9_E344 # Branch on which the cross section is located. +id = pipe_49_E177_0.00 # Unique cross-section location id. +branchId = pipe_49_E177 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 946.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E345_0.00 # Unique cross-section location id. -branchId = pipe_9_E345 # Branch on which the cross section is located. +id = pipe_49_E178_0.00 # Unique cross-section location id. +branchId = pipe_49_E178 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 967.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E346_0.00 # Unique cross-section location id. -branchId = pipe_9_E346 # Branch on which the cross section is located. +id = pipe_49_E179_0.00 # Unique cross-section location id. +branchId = pipe_49_E179 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 967.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E347_0.00 # Unique cross-section location id. -branchId = pipe_9_E347 # Branch on which the cross section is located. +id = pipe_49_E180_0.00 # Unique cross-section location id. +branchId = pipe_49_E180 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 972.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E348_0.00 # Unique cross-section location id. -branchId = pipe_9_E348 # Branch on which the cross section is located. +id = pipe_49_E181_0.00 # Unique cross-section location id. +branchId = pipe_49_E181 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 972.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E349_0.00 # Unique cross-section location id. -branchId = pipe_9_E349 # Branch on which the cross section is located. +id = pipe_49_E182_0.00 # Unique cross-section location id. +branchId = pipe_49_E182 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1032.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E350_0.00 # Unique cross-section location id. -branchId = pipe_9_E350 # Branch on which the cross section is located. +id = pipe_49_E183_0.00 # Unique cross-section location id. +branchId = pipe_49_E183 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1032.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E351_0.00 # Unique cross-section location id. -branchId = pipe_9_E351 # Branch on which the cross section is located. +id = pipe_49_E184_0.00 # Unique cross-section location id. +branchId = pipe_49_E184 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1051.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E352_0.00 # Unique cross-section location id. -branchId = pipe_9_E352 # Branch on which the cross section is located. +id = pipe_49_E185_0.00 # Unique cross-section location id. +branchId = pipe_49_E185 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 954.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E353_0.00 # Unique cross-section location id. -branchId = pipe_9_E353 # Branch on which the cross section is located. +id = pipe_49_E186_0.00 # Unique cross-section location id. +branchId = pipe_49_E186 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 986.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E354_0.00 # Unique cross-section location id. -branchId = pipe_9_E354 # Branch on which the cross section is located. +id = pipe_49_E187_0.00 # Unique cross-section location id. +branchId = pipe_49_E187 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 986.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E355_0.00 # Unique cross-section location id. -branchId = pipe_9_E355 # Branch on which the cross section is located. +id = pipe_49_E188_0.00 # Unique cross-section location id. +branchId = pipe_49_E188 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1048.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E356_0.00 # Unique cross-section location id. -branchId = pipe_9_E356 # Branch on which the cross section is located. +id = pipe_49_E189_0.00 # Unique cross-section location id. +branchId = pipe_49_E189 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1048.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E357_0.00 # Unique cross-section location id. -branchId = pipe_9_E357 # Branch on which the cross section is located. +id = pipe_49_E190_0.00 # Unique cross-section location id. +branchId = pipe_49_E190 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1064.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E358_0.00 # Unique cross-section location id. -branchId = pipe_9_E358 # Branch on which the cross section is located. +id = pipe_49_E191_0.00 # Unique cross-section location id. +branchId = pipe_49_E191 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1028.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E359_0.00 # Unique cross-section location id. -branchId = pipe_9_E359 # Branch on which the cross section is located. +id = pipe_49_E192_0.00 # Unique cross-section location id. +branchId = pipe_49_E192 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1028.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E360_0.00 # Unique cross-section location id. -branchId = pipe_9_E360 # Branch on which the cross section is located. +id = pipe_49_E193_0.00 # Unique cross-section location id. +branchId = pipe_49_E193 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 984.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E361_0.00 # Unique cross-section location id. -branchId = pipe_9_E361 # Branch on which the cross section is located. +id = pipe_49_E194_0.00 # Unique cross-section location id. +branchId = pipe_49_E194 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 984.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E362_0.00 # Unique cross-section location id. -branchId = pipe_9_E362 # Branch on which the cross section is located. +id = pipe_49_E195_0.00 # Unique cross-section location id. +branchId = pipe_49_E195 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 962.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E363_0.00 # Unique cross-section location id. -branchId = pipe_9_E363 # Branch on which the cross section is located. +id = pipe_49_E196_0.00 # Unique cross-section location id. +branchId = pipe_49_E196 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 962.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E364_0.00 # Unique cross-section location id. -branchId = pipe_9_E364 # Branch on which the cross section is located. +id = pipe_49_E197_0.00 # Unique cross-section location id. +branchId = pipe_49_E197 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 993.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E365_0.00 # Unique cross-section location id. -branchId = pipe_9_E365 # Branch on which the cross section is located. +id = pipe_49_E198_0.00 # Unique cross-section location id. +branchId = pipe_49_E198 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 993.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E366_0.00 # Unique cross-section location id. -branchId = pipe_9_E366 # Branch on which the cross section is located. +id = pipe_49_E199_0.00 # Unique cross-section location id. +branchId = pipe_49_E199 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1027.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E367_0.00 # Unique cross-section location id. -branchId = pipe_9_E367 # Branch on which the cross section is located. +id = pipe_49_E200_0.00 # Unique cross-section location id. +branchId = pipe_49_E200 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1027.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E368_0.00 # Unique cross-section location id. -branchId = pipe_9_E368 # Branch on which the cross section is located. +id = pipe_49_E201_0.00 # Unique cross-section location id. +branchId = pipe_49_E201 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1051.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E369_0.00 # Unique cross-section location id. -branchId = pipe_9_E369 # Branch on which the cross section is located. +id = pipe_49_E202_0.00 # Unique cross-section location id. +branchId = pipe_49_E202 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1051.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E370_0.00 # Unique cross-section location id. -branchId = pipe_9_E370 # Branch on which the cross section is located. +id = pipe_49_E203_0.00 # Unique cross-section location id. +branchId = pipe_49_E203 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1065.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E371_0.00 # Unique cross-section location id. -branchId = pipe_9_E371 # Branch on which the cross section is located. +id = pipe_49_E204_0.00 # Unique cross-section location id. +branchId = pipe_49_E204 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1068.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E372_0.00 # Unique cross-section location id. -branchId = pipe_9_E372 # Branch on which the cross section is located. +id = pipe_49_E205_0.00 # Unique cross-section location id. +branchId = pipe_49_E205 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1068.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E373_0.00 # Unique cross-section location id. -branchId = pipe_9_E373 # Branch on which the cross section is located. +id = pipe_49_E206_0.00 # Unique cross-section location id. +branchId = pipe_49_E206 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1072.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E374_0.00 # Unique cross-section location id. -branchId = pipe_9_E374 # Branch on which the cross section is located. +id = pipe_49_E207_0.00 # Unique cross-section location id. +branchId = pipe_49_E207 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1072.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E375_0.00 # Unique cross-section location id. -branchId = pipe_9_E375 # Branch on which the cross section is located. +id = pipe_49_E208_0.00 # Unique cross-section location id. +branchId = pipe_49_E208 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1071.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E376_0.00 # Unique cross-section location id. -branchId = pipe_9_E376 # Branch on which the cross section is located. +id = pipe_49_E209_0.00 # Unique cross-section location id. +branchId = pipe_49_E209 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1071.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E377_0.00 # Unique cross-section location id. -branchId = pipe_9_E377 # Branch on which the cross section is located. +id = pipe_49_E210_0.00 # Unique cross-section location id. +branchId = pipe_49_E210 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1051.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E378_0.00 # Unique cross-section location id. -branchId = pipe_9_E378 # Branch on which the cross section is located. +id = pipe_49_E211_0.00 # Unique cross-section location id. +branchId = pipe_49_E211 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1051.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E379_0.00 # Unique cross-section location id. -branchId = pipe_9_E379 # Branch on which the cross section is located. +id = pipe_49_E212_0.00 # Unique cross-section location id. +branchId = pipe_49_E212 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1014.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E380_0.00 # Unique cross-section location id. -branchId = pipe_9_E380 # Branch on which the cross section is located. +id = pipe_49_E213_0.00 # Unique cross-section location id. +branchId = pipe_49_E213 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 1014.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E381_0.00 # Unique cross-section location id. -branchId = pipe_9_E381 # Branch on which the cross section is located. +id = pipe_49_E214_0.00 # Unique cross-section location id. +branchId = pipe_49_E214 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 970.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E382_0.00 # Unique cross-section location id. -branchId = pipe_9_E382 # Branch on which the cross section is located. +id = pipe_49_E215_0.00 # Unique cross-section location id. +branchId = pipe_49_E215 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 970.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E383_0.00 # Unique cross-section location id. -branchId = pipe_9_E383 # Branch on which the cross section is located. +id = pipe_49_E216_0.00 # Unique cross-section location id. +branchId = pipe_49_E216 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 932.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E384_0.00 # Unique cross-section location id. -branchId = pipe_9_E384 # Branch on which the cross section is located. +id = pipe_49_E217_0.00 # Unique cross-section location id. +branchId = pipe_49_E217 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 932.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E385_0.00 # Unique cross-section location id. -branchId = pipe_9_E385 # Branch on which the cross section is located. +id = pipe_49_E218_0.00 # Unique cross-section location id. +branchId = pipe_49_E218 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 893.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E386_0.00 # Unique cross-section location id. -branchId = pipe_9_E386 # Branch on which the cross section is located. +id = pipe_49_E219_0.00 # Unique cross-section location id. +branchId = pipe_49_E219 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 850.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E387_0.00 # Unique cross-section location id. -branchId = pipe_9_E387 # Branch on which the cross section is located. +id = pipe_49_E220_0.00 # Unique cross-section location id. +branchId = pipe_49_E220 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 850.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E388_0.00 # Unique cross-section location id. -branchId = pipe_9_E388 # Branch on which the cross section is located. +id = pipe_49_E221_0.00 # Unique cross-section location id. +branchId = pipe_49_E221 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 815.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E389_0.00 # Unique cross-section location id. -branchId = pipe_9_E389 # Branch on which the cross section is located. +id = pipe_50_E0_0.00 # Unique cross-section location id. +branchId = pipe_50_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 792.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E390_0.00 # Unique cross-section location id. -branchId = pipe_9_E390 # Branch on which the cross section is located. +id = pipe_50_E1_0.00 # Unique cross-section location id. +branchId = pipe_50_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 792.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E391_0.00 # Unique cross-section location id. -branchId = pipe_9_E391 # Branch on which the cross section is located. +id = pipe_50_E2_0.00 # Unique cross-section location id. +branchId = pipe_50_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E392_0.00 # Unique cross-section location id. -branchId = pipe_9_E392 # Branch on which the cross section is located. +id = pipe_50_E3_0.00 # Unique cross-section location id. +branchId = pipe_50_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E393_0.00 # Unique cross-section location id. -branchId = pipe_9_E393 # Branch on which the cross section is located. +id = pipe_50_E4_0.00 # Unique cross-section location id. +branchId = pipe_50_E4 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E394_0.00 # Unique cross-section location id. -branchId = pipe_9_E394 # Branch on which the cross section is located. +id = pipe_50_E5_0.00 # Unique cross-section location id. +branchId = pipe_50_E5 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E395_0.00 # Unique cross-section location id. -branchId = pipe_9_E395 # Branch on which the cross section is located. +id = pipe_50_E6_0.00 # Unique cross-section location id. +branchId = pipe_50_E6 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E396_0.00 # Unique cross-section location id. -branchId = pipe_9_E396 # Branch on which the cross section is located. +id = pipe_50_E7_0.00 # Unique cross-section location id. +branchId = pipe_50_E7 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E397_0.00 # Unique cross-section location id. -branchId = pipe_9_E397 # Branch on which the cross section is located. +id = pipe_50_E8_0.00 # Unique cross-section location id. +branchId = pipe_50_E8 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 783.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E398_0.00 # Unique cross-section location id. -branchId = pipe_9_E398 # Branch on which the cross section is located. +id = pipe_51_E0_0.00 # Unique cross-section location id. +branchId = pipe_51_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 783.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E399_0.00 # Unique cross-section location id. -branchId = pipe_9_E399 # Branch on which the cross section is located. +id = pipe_51_E1_0.00 # Unique cross-section location id. +branchId = pipe_51_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 783.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E400_0.00 # Unique cross-section location id. -branchId = pipe_9_E400 # Branch on which the cross section is located. +id = pipe_51_E2_0.00 # Unique cross-section location id. +branchId = pipe_51_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E401_0.00 # Unique cross-section location id. -branchId = pipe_9_E401 # Branch on which the cross section is located. +id = pipe_51_E3_0.00 # Unique cross-section location id. +branchId = pipe_51_E3 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E402_0.00 # Unique cross-section location id. -branchId = pipe_9_E402 # Branch on which the cross section is located. +id = pipe_51_E4_0.00 # Unique cross-section location id. +branchId = pipe_51_E4 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E403_0.00 # Unique cross-section location id. -branchId = pipe_9_E403 # Branch on which the cross section is located. +id = pipe_51_E5_0.00 # Unique cross-section location id. +branchId = pipe_51_E5 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E404_0.00 # Unique cross-section location id. -branchId = pipe_9_E404 # Branch on which the cross section is located. +id = pipe_51_E6_0.00 # Unique cross-section location id. +branchId = pipe_51_E6 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E405_0.00 # Unique cross-section location id. -branchId = pipe_9_E405 # Branch on which the cross section is located. +id = pipe_51_E7_0.00 # Unique cross-section location id. +branchId = pipe_51_E7 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E406_0.00 # Unique cross-section location id. -branchId = pipe_9_E406 # Branch on which the cross section is located. +id = pipe_51_E8_0.00 # Unique cross-section location id. +branchId = pipe_51_E8 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E407_0.00 # Unique cross-section location id. -branchId = pipe_9_E407 # Branch on which the cross section is located. +id = pipe_51_E9_0.00 # Unique cross-section location id. +branchId = pipe_51_E9 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E408_0.00 # Unique cross-section location id. -branchId = pipe_9_E408 # Branch on which the cross section is located. +id = pipe_51_E10_0.00 # Unique cross-section location id. +branchId = pipe_51_E10 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E409_0.00 # Unique cross-section location id. -branchId = pipe_9_E409 # Branch on which the cross section is located. +id = pipe_51_E11_0.00 # Unique cross-section location id. +branchId = pipe_51_E11 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E410_0.00 # Unique cross-section location id. -branchId = pipe_9_E410 # Branch on which the cross section is located. +id = pipe_51_E12_0.00 # Unique cross-section location id. +branchId = pipe_51_E12 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 792.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E411_0.00 # Unique cross-section location id. -branchId = pipe_9_E411 # Branch on which the cross section is located. +id = pipe_52_E0_0.00 # Unique cross-section location id. +branchId = pipe_52_E0 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 815.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E412_0.00 # Unique cross-section location id. -branchId = pipe_9_E412 # Branch on which the cross section is located. +id = pipe_52_E1_0.00 # Unique cross-section location id. +branchId = pipe_52_E1 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E413_0.00 # Unique cross-section location id. -branchId = pipe_9_E413 # Branch on which the cross section is located. +id = pipe_52_E2_0.00 # Unique cross-section location id. +branchId = pipe_52_E2 # Branch on which the cross section is located. chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E414_0.00 # Unique cross-section location id. -branchId = pipe_9_E414 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_6_E0_45.76 # Unique cross-section location id. +branchId = pipe_6_E0 # Branch on which the cross section is located. +chainage = 45.76125752890142 # Chainage on the branch (m). +shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E415_0.00 # Unique cross-section location id. -branchId = pipe_9_E415 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_6_E1_45.71 # Unique cross-section location id. +branchId = pipe_6_E1 # Branch on which the cross section is located. +chainage = 45.71393975183706 # Chainage on the branch (m). +shift = 931.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E416_0.00 # Unique cross-section location id. -branchId = pipe_9_E416 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_6_E2_45.76 # Unique cross-section location id. +branchId = pipe_6_E2 # Branch on which the cross section is located. +chainage = 45.76125752852305 # Chainage on the branch (m). +shift = 931.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E417_0.00 # Unique cross-section location id. -branchId = pipe_9_E417 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_6_E3_45.76 # Unique cross-section location id. +branchId = pipe_6_E3 # Branch on which the cross section is located. +chainage = 45.755112831821485 # Chainage on the branch (m). +shift = 933.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E418_0.00 # Unique cross-section location id. -branchId = pipe_9_E418 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_6_E4_45.76 # Unique cross-section location id. +branchId = pipe_6_E4 # Branch on which the cross section is located. +chainage = 45.76125752936292 # Chainage on the branch (m). +shift = 933.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E419_0.00 # Unique cross-section location id. -branchId = pipe_9_E419 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_6_E5_45.70 # Unique cross-section location id. +branchId = pipe_6_E5 # Branch on which the cross section is located. +chainage = 45.69949095152197 # Chainage on the branch (m). +shift = 934.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E420_0.00 # Unique cross-section location id. -branchId = pipe_9_E420 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_6_E6_45.36 # Unique cross-section location id. +branchId = pipe_6_E6 # Branch on which the cross section is located. +chainage = 45.360601293048944 # Chainage on the branch (m). +shift = 938.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E421_0.00 # Unique cross-section location id. -branchId = pipe_9_E421 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_6_E7_45.66 # Unique cross-section location id. +branchId = pipe_6_E7 # Branch on which the cross section is located. +chainage = 45.655006170193026 # Chainage on the branch (m). +shift = 938.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E422_0.00 # Unique cross-section location id. -branchId = pipe_9_E422 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_6_E8_45.76 # Unique cross-section location id. +branchId = pipe_6_E8 # Branch on which the cross section is located. +chainage = 45.76125752902249 # Chainage on the branch (m). +shift = 938.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E423_0.00 # Unique cross-section location id. -branchId = pipe_9_E423 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_6_E9_45.74 # Unique cross-section location id. +branchId = pipe_6_E9 # Branch on which the cross section is located. +chainage = 45.74189372149484 # Chainage on the branch (m). +shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E424_0.00 # Unique cross-section location id. -branchId = pipe_9_E424 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_7_E0_46.10 # Unique cross-section location id. +branchId = pipe_7_E0 # Branch on which the cross section is located. +chainage = 46.102738821364206 # Chainage on the branch (m). +shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E425_0.00 # Unique cross-section location id. -branchId = pipe_9_E425 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_7_E1_46.10 # Unique cross-section location id. +branchId = pipe_7_E1 # Branch on which the cross section is located. +chainage = 46.102738821138914 # Chainage on the branch (m). +shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E426_0.00 # Unique cross-section location id. -branchId = pipe_9_E426 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_7_E2_46.10 # Unique cross-section location id. +branchId = pipe_7_E2 # Branch on which the cross section is located. +chainage = 46.102738821364206 # Chainage on the branch (m). +shift = 917.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E427_0.00 # Unique cross-section location id. -branchId = pipe_9_E427 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_7_E3_46.10 # Unique cross-section location id. +branchId = pipe_7_E3 # Branch on which the cross section is located. +chainage = 46.102738821138914 # Chainage on the branch (m). +shift = 917.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E428_0.00 # Unique cross-section location id. -branchId = pipe_9_E428 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_7_E4_46.00 # Unique cross-section location id. +branchId = pipe_7_E4 # Branch on which the cross section is located. +chainage = 46.00216735798174 # Chainage on the branch (m). +shift = 935.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E429_0.00 # Unique cross-section location id. -branchId = pipe_9_E429 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_7_E5_41.06 # Unique cross-section location id. +branchId = pipe_7_E5 # Branch on which the cross section is located. +chainage = 41.05911122038262 # Chainage on the branch (m). +shift = 935.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E430_0.00 # Unique cross-section location id. -branchId = pipe_9_E430 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_7_E6_45.44 # Unique cross-section location id. +branchId = pipe_7_E6 # Branch on which the cross section is located. +chainage = 45.44276808806382 # Chainage on the branch (m). +shift = 935.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E431_0.00 # Unique cross-section location id. -branchId = pipe_9_E431 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_7_E7_46.10 # Unique cross-section location id. +branchId = pipe_7_E7 # Branch on which the cross section is located. +chainage = 46.10273882076696 # Chainage on the branch (m). +shift = 942.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E432_0.00 # Unique cross-section location id. -branchId = pipe_9_E432 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_7_E8_44.93 # Unique cross-section location id. +branchId = pipe_7_E8 # Branch on which the cross section is located. +chainage = 44.92510998108224 # Chainage on the branch (m). +shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E433_0.00 # Unique cross-section location id. -branchId = pipe_9_E433 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_7_E9_45.97 # Unique cross-section location id. +branchId = pipe_7_E9 # Branch on which the cross section is located. +chainage = 45.97133069423017 # Chainage on the branch (m). +shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E434_0.00 # Unique cross-section location id. -branchId = pipe_9_E434 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_7_E10_46.10 # Unique cross-section location id. +branchId = pipe_7_E10 # Branch on which the cross section is located. +chainage = 46.10273882153968 # Chainage on the branch (m). +shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E435_0.00 # Unique cross-section location id. -branchId = pipe_9_E435 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E0_48.94 # Unique cross-section location id. +branchId = pipe_8_E0 # Branch on which the cross section is located. +chainage = 48.93536433305755 # Chainage on the branch (m). +shift = 912.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E436_0.00 # Unique cross-section location id. -branchId = pipe_9_E436 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E1_49.71 # Unique cross-section location id. +branchId = pipe_8_E1 # Branch on which the cross section is located. +chainage = 49.71410747425359 # Chainage on the branch (m). +shift = 912.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E437_0.00 # Unique cross-section location id. -branchId = pipe_9_E437 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E2_46.58 # Unique cross-section location id. +branchId = pipe_8_E2 # Branch on which the cross section is located. +chainage = 46.578684479325084 # Chainage on the branch (m). +shift = 927.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E438_0.00 # Unique cross-section location id. -branchId = pipe_9_E438 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E3_49.96 # Unique cross-section location id. +branchId = pipe_8_E3 # Branch on which the cross section is located. +chainage = 49.957470802961076 # Chainage on the branch (m). +shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E439_0.00 # Unique cross-section location id. -branchId = pipe_9_E439 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E4_49.96 # Unique cross-section location id. +branchId = pipe_8_E4 # Branch on which the cross section is located. +chainage = 49.95752389880362 # Chainage on the branch (m). +shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E440_0.00 # Unique cross-section location id. -branchId = pipe_9_E440 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E5_49.39 # Unique cross-section location id. +branchId = pipe_8_E5 # Branch on which the cross section is located. +chainage = 49.385451662790594 # Chainage on the branch (m). +shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E441_0.00 # Unique cross-section location id. -branchId = pipe_9_E441 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E6_49.42 # Unique cross-section location id. +branchId = pipe_8_E6 # Branch on which the cross section is located. +chainage = 49.42406541219448 # Chainage on the branch (m). +shift = 972.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E442_0.00 # Unique cross-section location id. -branchId = pipe_9_E442 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E7_48.14 # Unique cross-section location id. +branchId = pipe_8_E7 # Branch on which the cross section is located. +chainage = 48.14420338433423 # Chainage on the branch (m). +shift = 960.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E443_0.00 # Unique cross-section location id. -branchId = pipe_9_E443 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E8_49.76 # Unique cross-section location id. +branchId = pipe_8_E8 # Branch on which the cross section is located. +chainage = 49.75852403962619 # Chainage on the branch (m). +shift = 960.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E444_0.00 # Unique cross-section location id. -branchId = pipe_9_E444 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E9_48.14 # Unique cross-section location id. +branchId = pipe_8_E9 # Branch on which the cross section is located. +chainage = 48.13815697289992 # Chainage on the branch (m). +shift = 942.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E445_0.00 # Unique cross-section location id. -branchId = pipe_9_E445 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E10_49.27 # Unique cross-section location id. +branchId = pipe_8_E10 # Branch on which the cross section is located. +chainage = 49.271039699222506 # Chainage on the branch (m). +shift = 942.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E446_0.00 # Unique cross-section location id. -branchId = pipe_9_E446 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E11_49.96 # Unique cross-section location id. +branchId = pipe_8_E11 # Branch on which the cross section is located. +chainage = 49.957523898747276 # Chainage on the branch (m). +shift = 942.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E447_0.00 # Unique cross-section location id. -branchId = pipe_9_E447 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E12_49.96 # Unique cross-section location id. +branchId = pipe_8_E12 # Branch on which the cross section is located. +chainage = 49.957523897936305 # Chainage on the branch (m). +shift = 956.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E448_0.00 # Unique cross-section location id. -branchId = pipe_9_E448 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E13_49.92 # Unique cross-section location id. +branchId = pipe_8_E13 # Branch on which the cross section is located. +chainage = 49.916959451292136 # Chainage on the branch (m). +shift = 942.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E449_0.00 # Unique cross-section location id. -branchId = pipe_9_E449 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E14_49.53 # Unique cross-section location id. +branchId = pipe_8_E14 # Branch on which the cross section is located. +chainage = 49.53268255025123 # Chainage on the branch (m). +shift = 942.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E450_0.00 # Unique cross-section location id. -branchId = pipe_9_E450 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E15_47.42 # Unique cross-section location id. +branchId = pipe_8_E15 # Branch on which the cross section is located. +chainage = 47.417856608935935 # Chainage on the branch (m). +shift = 949.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E451_0.00 # Unique cross-section location id. -branchId = pipe_9_E451 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E16_49.16 # Unique cross-section location id. +branchId = pipe_8_E16 # Branch on which the cross section is located. +chainage = 49.16008106818719 # Chainage on the branch (m). +shift = 958.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E452_0.00 # Unique cross-section location id. -branchId = pipe_9_E452 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E17_49.11 # Unique cross-section location id. +branchId = pipe_8_E17 # Branch on which the cross section is located. +chainage = 49.10596018899191 # Chainage on the branch (m). +shift = 958.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E453_0.00 # Unique cross-section location id. -branchId = pipe_9_E453 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E18_49.90 # Unique cross-section location id. +branchId = pipe_8_E18 # Branch on which the cross section is located. +chainage = 49.89692960011419 # Chainage on the branch (m). +shift = 967.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E454_0.00 # Unique cross-section location id. -branchId = pipe_9_E454 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E19_49.86 # Unique cross-section location id. +branchId = pipe_8_E19 # Branch on which the cross section is located. +chainage = 49.85856667009763 # Chainage on the branch (m). +shift = 967.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E455_0.00 # Unique cross-section location id. -branchId = pipe_9_E455 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E20_49.86 # Unique cross-section location id. +branchId = pipe_8_E20 # Branch on which the cross section is located. +chainage = 49.86368501832395 # Chainage on the branch (m). +shift = 973.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E456_0.00 # Unique cross-section location id. -branchId = pipe_9_E456 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E21_49.61 # Unique cross-section location id. +branchId = pipe_8_E21 # Branch on which the cross section is located. +chainage = 49.610344214178355 # Chainage on the branch (m). +shift = 973.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E457_0.00 # Unique cross-section location id. -branchId = pipe_9_E457 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E22_49.79 # Unique cross-section location id. +branchId = pipe_8_E22 # Branch on which the cross section is located. +chainage = 49.793734807583284 # Chainage on the branch (m). +shift = 964.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E458_0.00 # Unique cross-section location id. -branchId = pipe_9_E458 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E23_49.78 # Unique cross-section location id. +branchId = pipe_8_E23 # Branch on which the cross section is located. +chainage = 49.7824169743414 # Chainage on the branch (m). +shift = 964.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E459_0.00 # Unique cross-section location id. -branchId = pipe_9_E459 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E24_49.82 # Unique cross-section location id. +branchId = pipe_8_E24 # Branch on which the cross section is located. +chainage = 49.819037644266054 # Chainage on the branch (m). +shift = 964.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E460_0.00 # Unique cross-section location id. -branchId = pipe_9_E460 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E25_49.96 # Unique cross-section location id. +branchId = pipe_8_E25 # Branch on which the cross section is located. +chainage = 49.95752389901176 # Chainage on the branch (m). +shift = 954.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E461_0.00 # Unique cross-section location id. -branchId = pipe_9_E461 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E26_49.96 # Unique cross-section location id. +branchId = pipe_8_E26 # Branch on which the cross section is located. +chainage = 49.9568366698002 # Chainage on the branch (m). +shift = 954.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E462_0.00 # Unique cross-section location id. -branchId = pipe_9_E462 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E27_49.96 # Unique cross-section location id. +branchId = pipe_8_E27 # Branch on which the cross section is located. +chainage = 49.957523898014124 # Chainage on the branch (m). +shift = 954.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E463_0.00 # Unique cross-section location id. -branchId = pipe_9_E463 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E28_49.96 # Unique cross-section location id. +branchId = pipe_8_E28 # Branch on which the cross section is located. +chainage = 49.957523898926354 # Chainage on the branch (m). +shift = 947.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E464_0.00 # Unique cross-section location id. -branchId = pipe_9_E464 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E29_49.96 # Unique cross-section location id. +branchId = pipe_8_E29 # Branch on which the cross section is located. +chainage = 49.957523898061034 # Chainage on the branch (m). +shift = 955.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E465_0.00 # Unique cross-section location id. -branchId = pipe_9_E465 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E30_49.96 # Unique cross-section location id. +branchId = pipe_8_E30 # Branch on which the cross section is located. +chainage = 49.957523898926354 # Chainage on the branch (m). +shift = 955.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E466_0.00 # Unique cross-section location id. -branchId = pipe_9_E466 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E31_49.96 # Unique cross-section location id. +branchId = pipe_8_E31 # Branch on which the cross section is located. +chainage = 49.957523898014124 # Chainage on the branch (m). +shift = 952.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E467_0.00 # Unique cross-section location id. -branchId = pipe_9_E467 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E32_49.96 # Unique cross-section location id. +branchId = pipe_8_E32 # Branch on which the cross section is located. +chainage = 49.957523898973264 # Chainage on the branch (m). +shift = 952.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E468_0.00 # Unique cross-section location id. -branchId = pipe_9_E468 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E33_49.96 # Unique cross-section location id. +branchId = pipe_8_E33 # Branch on which the cross section is located. +chainage = 49.957523898014124 # Chainage on the branch (m). +shift = 952.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E469_0.00 # Unique cross-section location id. -branchId = pipe_9_E469 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E34_49.96 # Unique cross-section location id. +branchId = pipe_8_E34 # Branch on which the cross section is located. +chainage = 49.957523898926354 # Chainage on the branch (m). +shift = 953.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E470_0.00 # Unique cross-section location id. -branchId = pipe_9_E470 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E35_49.85 # Unique cross-section location id. +branchId = pipe_8_E35 # Branch on which the cross section is located. +chainage = 49.84863271179912 # Chainage on the branch (m). +shift = 953.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E471_0.00 # Unique cross-section location id. -branchId = pipe_9_E471 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E36_49.84 # Unique cross-section location id. +branchId = pipe_8_E36 # Branch on which the cross section is located. +chainage = 49.83986808270347 # Chainage on the branch (m). +shift = 963.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E472_0.00 # Unique cross-section location id. -branchId = pipe_9_E472 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. +id = pipe_8_E37_49.96 # Unique cross-section location id. +branchId = pipe_8_E37 # Branch on which the cross section is located. +chainage = 49.957523898228686 # Chainage on the branch (m). +shift = 966.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E473_0.00 # Unique cross-section location id. -branchId = pipe_9_E473 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E38_49.96 # Unique cross-section location id. +branchId = pipe_8_E38 # Branch on which the cross section is located. +chainage = 49.95518333239744 # Chainage on the branch (m). +shift = 966.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E474_0.00 # Unique cross-section location id. -branchId = pipe_9_E474 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E39_49.96 # Unique cross-section location id. +branchId = pipe_8_E39 # Branch on which the cross section is located. +chainage = 49.95752389819095 # Chainage on the branch (m). +shift = 973.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E475_0.00 # Unique cross-section location id. -branchId = pipe_9_E475 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E40_49.96 # Unique cross-section location id. +branchId = pipe_8_E40 # Branch on which the cross section is located. +chainage = 49.95752389819095 # Chainage on the branch (m). +shift = 980.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E476_0.00 # Unique cross-section location id. -branchId = pipe_9_E476 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E41_49.96 # Unique cross-section location id. +branchId = pipe_8_E41 # Branch on which the cross section is located. +chainage = 49.95752389898102 # Chainage on the branch (m). +shift = 980.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E477_0.00 # Unique cross-section location id. -branchId = pipe_9_E477 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E42_49.96 # Unique cross-section location id. +branchId = pipe_8_E42 # Branch on which the cross section is located. +chainage = 49.95752389831423 # Chainage on the branch (m). +shift = 980.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E478_0.00 # Unique cross-section location id. -branchId = pipe_9_E478 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E43_49.96 # Unique cross-section location id. +branchId = pipe_8_E43 # Branch on which the cross section is located. +chainage = 49.95752389819095 # Chainage on the branch (m). +shift = 990.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E479_0.00 # Unique cross-section location id. -branchId = pipe_9_E479 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E44_49.96 # Unique cross-section location id. +branchId = pipe_8_E44 # Branch on which the cross section is located. +chainage = 49.95752389898102 # Chainage on the branch (m). +shift = 995.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E480_0.00 # Unique cross-section location id. -branchId = pipe_9_E480 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E45_49.96 # Unique cross-section location id. +branchId = pipe_8_E45 # Branch on which the cross section is located. +chainage = 49.95752389819095 # Chainage on the branch (m). +shift = 995.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E481_0.00 # Unique cross-section location id. -branchId = pipe_9_E481 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E46_45.42 # Unique cross-section location id. +branchId = pipe_8_E46 # Branch on which the cross section is located. +chainage = 45.42181422274748 # Chainage on the branch (m). +shift = 995.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E482_0.00 # Unique cross-section location id. -branchId = pipe_9_E482 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E47_48.32 # Unique cross-section location id. +branchId = pipe_8_E47 # Branch on which the cross section is located. +chainage = 48.32311246129105 # Chainage on the branch (m). +shift = 1003.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E483_0.00 # Unique cross-section location id. -branchId = pipe_9_E483 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E48_49.96 # Unique cross-section location id. +branchId = pipe_8_E48 # Branch on which the cross section is located. +chainage = 49.9575238981631 # Chainage on the branch (m). +shift = 1003.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E484_0.00 # Unique cross-section location id. -branchId = pipe_9_E484 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E49_48.92 # Unique cross-section location id. +branchId = pipe_8_E49 # Branch on which the cross section is located. +chainage = 48.91994655000976 # Chainage on the branch (m). +shift = 1003.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E485_0.00 # Unique cross-section location id. -branchId = pipe_9_E485 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E50_49.62 # Unique cross-section location id. +branchId = pipe_8_E50 # Branch on which the cross section is located. +chainage = 49.6220999936148 # Chainage on the branch (m). +shift = 1034.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E486_0.00 # Unique cross-section location id. -branchId = pipe_9_E486 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E51_49.59 # Unique cross-section location id. +branchId = pipe_8_E51 # Branch on which the cross section is located. +chainage = 49.5935182498885 # Chainage on the branch (m). +shift = 1034.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E487_0.00 # Unique cross-section location id. -branchId = pipe_9_E487 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E52_49.96 # Unique cross-section location id. +branchId = pipe_8_E52 # Branch on which the cross section is located. +chainage = 49.9550047334466 # Chainage on the branch (m). +shift = 1030.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E488_0.00 # Unique cross-section location id. -branchId = pipe_9_E488 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E53_49.95 # Unique cross-section location id. +branchId = pipe_8_E53 # Branch on which the cross section is located. +chainage = 49.94879354935671 # Chainage on the branch (m). +shift = 1030.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E489_0.00 # Unique cross-section location id. -branchId = pipe_9_E489 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E54_49.96 # Unique cross-section location id. +branchId = pipe_8_E54 # Branch on which the cross section is located. +chainage = 49.957523898303265 # Chainage on the branch (m). +shift = 1014.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E490_0.00 # Unique cross-section location id. -branchId = pipe_9_E490 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E55_49.57 # Unique cross-section location id. +branchId = pipe_8_E55 # Branch on which the cross section is located. +chainage = 49.56635220508799 # Chainage on the branch (m). +shift = 1014.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E491_0.00 # Unique cross-section location id. -branchId = pipe_9_E491 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E56_49.95 # Unique cross-section location id. +branchId = pipe_8_E56 # Branch on which the cross section is located. +chainage = 49.94862942742929 # Chainage on the branch (m). +shift = 1009.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E492_0.00 # Unique cross-section location id. -branchId = pipe_9_E492 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E57_49.83 # Unique cross-section location id. +branchId = pipe_8_E57 # Branch on which the cross section is located. +chainage = 49.83069656534414 # Chainage on the branch (m). +shift = 1009.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E493_0.00 # Unique cross-section location id. -branchId = pipe_9_E493 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E58_49.69 # Unique cross-section location id. +branchId = pipe_8_E58 # Branch on which the cross section is located. +chainage = 49.692710282699565 # Chainage on the branch (m). +shift = 1009.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E494_0.00 # Unique cross-section location id. -branchId = pipe_9_E494 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E59_49.23 # Unique cross-section location id. +branchId = pipe_8_E59 # Branch on which the cross section is located. +chainage = 49.22980746035248 # Chainage on the branch (m). +shift = 979.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E495_0.00 # Unique cross-section location id. -branchId = pipe_9_E495 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E60_47.52 # Unique cross-section location id. +branchId = pipe_8_E60 # Branch on which the cross section is located. +chainage = 47.51812191800843 # Chainage on the branch (m). +shift = 993.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E496_0.00 # Unique cross-section location id. -branchId = pipe_9_E496 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E61_49.95 # Unique cross-section location id. +branchId = pipe_8_E61 # Branch on which the cross section is located. +chainage = 49.95114833373648 # Chainage on the branch (m). +shift = 993.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E497_0.00 # Unique cross-section location id. -branchId = pipe_9_E497 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E62_49.96 # Unique cross-section location id. +branchId = pipe_8_E62 # Branch on which the cross section is located. +chainage = 49.9575238983814 # Chainage on the branch (m). +shift = 1003.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E498_0.00 # Unique cross-section location id. -branchId = pipe_9_E498 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E63_49.96 # Unique cross-section location id. +branchId = pipe_8_E63 # Branch on which the cross section is located. +chainage = 49.95752389858023 # Chainage on the branch (m). +shift = 1003.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E499_0.00 # Unique cross-section location id. -branchId = pipe_9_E499 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E64_49.96 # Unique cross-section location id. +branchId = pipe_8_E64 # Branch on which the cross section is located. +chainage = 49.957523898347546 # Chainage on the branch (m). +shift = 1011.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E500_0.00 # Unique cross-section location id. -branchId = pipe_9_E500 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E65_49.96 # Unique cross-section location id. +branchId = pipe_8_E65 # Branch on which the cross section is located. +chainage = 49.9575238983814 # Chainage on the branch (m). +shift = 1011.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E501_0.00 # Unique cross-section location id. -branchId = pipe_9_E501 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E66_49.96 # Unique cross-section location id. +branchId = pipe_8_E66 # Branch on which the cross section is located. +chainage = 49.95752389858023 # Chainage on the branch (m). +shift = 1016.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E502_0.00 # Unique cross-section location id. -branchId = pipe_9_E502 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E67_49.96 # Unique cross-section location id. +branchId = pipe_8_E67 # Branch on which the cross section is located. +chainage = 49.957523898347546 # Chainage on the branch (m). +shift = 1023.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E503_0.00 # Unique cross-section location id. -branchId = pipe_9_E503 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E68_49.96 # Unique cross-section location id. +branchId = pipe_8_E68 # Branch on which the cross section is located. +chainage = 49.9575238983814 # Chainage on the branch (m). +shift = 1023.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E504_0.00 # Unique cross-section location id. -branchId = pipe_9_E504 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E69_49.65 # Unique cross-section location id. +branchId = pipe_8_E69 # Branch on which the cross section is located. +chainage = 49.65324118637079 # Chainage on the branch (m). +shift = 1026.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E505_0.00 # Unique cross-section location id. -branchId = pipe_9_E505 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E70_49.96 # Unique cross-section location id. +branchId = pipe_8_E70 # Branch on which the cross section is located. +chainage = 49.957523898358886 # Chainage on the branch (m). +shift = 1026.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E506_0.00 # Unique cross-section location id. -branchId = pipe_9_E506 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E71_49.90 # Unique cross-section location id. +branchId = pipe_8_E71 # Branch on which the cross section is located. +chainage = 49.8989312134141 # Chainage on the branch (m). +shift = 1030.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E507_0.00 # Unique cross-section location id. -branchId = pipe_9_E507 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E72_49.62 # Unique cross-section location id. +branchId = pipe_8_E72 # Branch on which the cross section is located. +chainage = 49.62115648386718 # Chainage on the branch (m). +shift = 1030.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E508_0.00 # Unique cross-section location id. -branchId = pipe_9_E508 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E73_47.50 # Unique cross-section location id. +branchId = pipe_8_E73 # Branch on which the cross section is located. +chainage = 47.49891785391558 # Chainage on the branch (m). +shift = 1035.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E509_0.00 # Unique cross-section location id. -branchId = pipe_9_E509 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E74_49.32 # Unique cross-section location id. +branchId = pipe_8_E74 # Branch on which the cross section is located. +chainage = 49.324520739415995 # Chainage on the branch (m). +shift = 1035.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E510_0.00 # Unique cross-section location id. -branchId = pipe_9_E510 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E75_48.16 # Unique cross-section location id. +branchId = pipe_8_E75 # Branch on which the cross section is located. +chainage = 48.159647714840865 # Chainage on the branch (m). +shift = 1035.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E511_0.00 # Unique cross-section location id. -branchId = pipe_9_E511 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E76_49.93 # Unique cross-section location id. +branchId = pipe_8_E76 # Branch on which the cross section is located. +chainage = 49.92680839583086 # Chainage on the branch (m). +shift = 1041.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E512_0.00 # Unique cross-section location id. -branchId = pipe_9_E512 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E77_49.96 # Unique cross-section location id. +branchId = pipe_8_E77 # Branch on which the cross section is located. +chainage = 49.95752389860956 # Chainage on the branch (m). +shift = 1041.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E513_0.00 # Unique cross-section location id. -branchId = pipe_9_E513 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E78_49.96 # Unique cross-section location id. +branchId = pipe_8_E78 # Branch on which the cross section is located. +chainage = 49.95752389838319 # Chainage on the branch (m). +shift = 1057.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E514_0.00 # Unique cross-section location id. -branchId = pipe_9_E514 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E79_49.96 # Unique cross-section location id. +branchId = pipe_8_E79 # Branch on which the cross section is located. +chainage = 49.95752389860956 # Chainage on the branch (m). +shift = 1020.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E515_0.00 # Unique cross-section location id. -branchId = pipe_9_E515 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E80_49.96 # Unique cross-section location id. +branchId = pipe_8_E80 # Branch on which the cross section is located. +chainage = 49.95752389816526 # Chainage on the branch (m). +shift = 1030.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E516_0.00 # Unique cross-section location id. -branchId = pipe_9_E516 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E81_49.96 # Unique cross-section location id. +branchId = pipe_8_E81 # Branch on which the cross section is located. +chainage = 49.95752389860956 # Chainage on the branch (m). +shift = 1030.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E517_0.00 # Unique cross-section location id. -branchId = pipe_9_E517 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E82_49.15 # Unique cross-section location id. +branchId = pipe_8_E82 # Branch on which the cross section is located. +chainage = 49.1507853054202 # Chainage on the branch (m). +shift = 1038.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E518_0.00 # Unique cross-section location id. -branchId = pipe_9_E518 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E83_49.23 # Unique cross-section location id. +branchId = pipe_8_E83 # Branch on which the cross section is located. +chainage = 49.23411974979083 # Chainage on the branch (m). +shift = 1038.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E519_0.00 # Unique cross-section location id. -branchId = pipe_9_E519 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E84_48.11 # Unique cross-section location id. +branchId = pipe_8_E84 # Branch on which the cross section is located. +chainage = 48.11107732386043 # Chainage on the branch (m). +shift = 1092.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E520_0.00 # Unique cross-section location id. -branchId = pipe_9_E520 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E85_49.47 # Unique cross-section location id. +branchId = pipe_8_E85 # Branch on which the cross section is located. +chainage = 49.466702448749515 # Chainage on the branch (m). +shift = 1092.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E521_0.00 # Unique cross-section location id. -branchId = pipe_9_E521 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E86_48.21 # Unique cross-section location id. +branchId = pipe_8_E86 # Branch on which the cross section is located. +chainage = 48.207749439192746 # Chainage on the branch (m). +shift = 1092.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E522_0.00 # Unique cross-section location id. -branchId = pipe_9_E522 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E87_49.62 # Unique cross-section location id. +branchId = pipe_8_E87 # Branch on which the cross section is located. +chainage = 49.622465910733986 # Chainage on the branch (m). +shift = 1098.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E523_0.00 # Unique cross-section location id. -branchId = pipe_9_E523 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E88_49.92 # Unique cross-section location id. +branchId = pipe_8_E88 # Branch on which the cross section is located. +chainage = 49.92498064406391 # Chainage on the branch (m). +shift = 1090.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E524_0.00 # Unique cross-section location id. -branchId = pipe_9_E524 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E89_49.77 # Unique cross-section location id. +branchId = pipe_8_E89 # Branch on which the cross section is located. +chainage = 49.77287910976742 # Chainage on the branch (m). +shift = 1090.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E525_0.00 # Unique cross-section location id. -branchId = pipe_9_E525 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E90_49.79 # Unique cross-section location id. +branchId = pipe_8_E90 # Branch on which the cross section is located. +chainage = 49.79249407405103 # Chainage on the branch (m). +shift = 1084.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E526_0.00 # Unique cross-section location id. -branchId = pipe_9_E526 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E91_49.96 # Unique cross-section location id. +branchId = pipe_8_E91 # Branch on which the cross section is located. +chainage = 49.95752389833733 # Chainage on the branch (m). +shift = 1084.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E527_0.00 # Unique cross-section location id. -branchId = pipe_9_E527 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E92_49.96 # Unique cross-section location id. +branchId = pipe_8_E92 # Branch on which the cross section is located. +chainage = 49.95752389856946 # Chainage on the branch (m). +shift = 1094.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E528_0.00 # Unique cross-section location id. -branchId = pipe_9_E528 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E93_48.98 # Unique cross-section location id. +branchId = pipe_8_E93 # Branch on which the cross section is located. +chainage = 48.983799332429015 # Chainage on the branch (m). +shift = 1094.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E529_0.00 # Unique cross-section location id. -branchId = pipe_9_E529 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E94_49.41 # Unique cross-section location id. +branchId = pipe_8_E94 # Branch on which the cross section is located. +chainage = 49.41291159850838 # Chainage on the branch (m). +shift = 1094.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E530_0.00 # Unique cross-section location id. -branchId = pipe_9_E530 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E95_49.96 # Unique cross-section location id. +branchId = pipe_8_E95 # Branch on which the cross section is located. +chainage = 49.95752389822822 # Chainage on the branch (m). +shift = 1094.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E531_0.00 # Unique cross-section location id. -branchId = pipe_9_E531 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E96_49.96 # Unique cross-section location id. +branchId = pipe_8_E96 # Branch on which the cross section is located. +chainage = 49.95752389863916 # Chainage on the branch (m). +shift = 1132.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E532_0.00 # Unique cross-section location id. -branchId = pipe_9_E532 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E97_49.95 # Unique cross-section location id. +branchId = pipe_8_E97 # Branch on which the cross section is located. +chainage = 49.94797397915011 # Chainage on the branch (m). +shift = 1132.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E533_0.00 # Unique cross-section location id. -branchId = pipe_9_E533 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E98_49.96 # Unique cross-section location id. +branchId = pipe_8_E98 # Branch on which the cross section is located. +chainage = 49.95752389811477 # Chainage on the branch (m). +shift = 1135.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E534_0.00 # Unique cross-section location id. -branchId = pipe_9_E534 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E99_49.96 # Unique cross-section location id. +branchId = pipe_8_E99 # Branch on which the cross section is located. +chainage = 49.95752389855935 # Chainage on the branch (m). +shift = 1135.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E535_0.00 # Unique cross-section location id. -branchId = pipe_9_E535 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E100_49.96 # Unique cross-section location id. +branchId = pipe_8_E100 # Branch on which the cross section is located. +chainage = 49.95752389855935 # Chainage on the branch (m). +shift = 1142.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E536_0.00 # Unique cross-section location id. -branchId = pipe_9_E536 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E101_49.73 # Unique cross-section location id. +branchId = pipe_8_E101 # Branch on which the cross section is located. +chainage = 49.73048358422735 # Chainage on the branch (m). +shift = 1142.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E537_0.00 # Unique cross-section location id. -branchId = pipe_9_E537 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E102_49.44 # Unique cross-section location id. +branchId = pipe_8_E102 # Branch on which the cross section is located. +chainage = 49.43719736734111 # Chainage on the branch (m). +shift = 1138.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E538_0.00 # Unique cross-section location id. -branchId = pipe_9_E538 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E103_49.96 # Unique cross-section location id. +branchId = pipe_8_E103 # Branch on which the cross section is located. +chainage = 49.95752389783022 # Chainage on the branch (m). +shift = 1166.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E539_0.00 # Unique cross-section location id. -branchId = pipe_9_E539 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E104_49.96 # Unique cross-section location id. +branchId = pipe_8_E104 # Branch on which the cross section is located. +chainage = 49.95752389852744 # Chainage on the branch (m). +shift = 1166.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E540_0.00 # Unique cross-section location id. -branchId = pipe_9_E540 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E105_49.63 # Unique cross-section location id. +branchId = pipe_8_E105 # Branch on which the cross section is located. +chainage = 49.628503735502875 # Chainage on the branch (m). +shift = 1163.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E541_0.00 # Unique cross-section location id. -branchId = pipe_9_E541 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E106_49.90 # Unique cross-section location id. +branchId = pipe_8_E106 # Branch on which the cross section is located. +chainage = 49.900721713044696 # Chainage on the branch (m). +shift = 1163.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E542_0.00 # Unique cross-section location id. -branchId = pipe_9_E542 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E107_49.96 # Unique cross-section location id. +branchId = pipe_8_E107 # Branch on which the cross section is located. +chainage = 49.95752389840732 # Chainage on the branch (m). +shift = 1154.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E543_0.00 # Unique cross-section location id. -branchId = pipe_9_E543 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E108_49.60 # Unique cross-section location id. +branchId = pipe_8_E108 # Branch on which the cross section is located. +chainage = 49.59871256053249 # Chainage on the branch (m). +shift = 1182.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E544_0.00 # Unique cross-section location id. -branchId = pipe_9_E544 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E109_49.11 # Unique cross-section location id. +branchId = pipe_8_E109 # Branch on which the cross section is located. +chainage = 49.111764900618 # Chainage on the branch (m). +shift = 1138.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E545_0.00 # Unique cross-section location id. -branchId = pipe_9_E545 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E110_49.70 # Unique cross-section location id. +branchId = pipe_8_E110 # Branch on which the cross section is located. +chainage = 49.70466514175616 # Chainage on the branch (m). +shift = 1138.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E546_0.00 # Unique cross-section location id. -branchId = pipe_9_E546 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E111_48.43 # Unique cross-section location id. +branchId = pipe_8_E111 # Branch on which the cross section is located. +chainage = 48.430333679484846 # Chainage on the branch (m). +shift = 1134.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E547_0.00 # Unique cross-section location id. -branchId = pipe_9_E547 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E112_49.64 # Unique cross-section location id. +branchId = pipe_8_E112 # Branch on which the cross section is located. +chainage = 49.6404885294234 # Chainage on the branch (m). +shift = 1134.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E548_0.00 # Unique cross-section location id. -branchId = pipe_9_E548 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E113_49.80 # Unique cross-section location id. +branchId = pipe_8_E113 # Branch on which the cross section is located. +chainage = 49.79917812815435 # Chainage on the branch (m). +shift = 1167.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E549_0.00 # Unique cross-section location id. -branchId = pipe_9_E549 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E114_49.11 # Unique cross-section location id. +branchId = pipe_8_E114 # Branch on which the cross section is located. +chainage = 49.110221798928904 # Chainage on the branch (m). +shift = 1167.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E550_0.00 # Unique cross-section location id. -branchId = pipe_9_E550 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E115_49.58 # Unique cross-section location id. +branchId = pipe_8_E115 # Branch on which the cross section is located. +chainage = 49.582241208991704 # Chainage on the branch (m). +shift = 1167.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E551_0.00 # Unique cross-section location id. -branchId = pipe_9_E551 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E116_49.96 # Unique cross-section location id. +branchId = pipe_8_E116 # Branch on which the cross section is located. +chainage = 49.95752389861098 # Chainage on the branch (m). +shift = 1167.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E552_0.00 # Unique cross-section location id. -branchId = pipe_9_E552 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E117_49.96 # Unique cross-section location id. +branchId = pipe_8_E117 # Branch on which the cross section is located. +chainage = 49.95752389838633 # Chainage on the branch (m). +shift = 1159.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E553_0.00 # Unique cross-section location id. -branchId = pipe_9_E553 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E118_49.70 # Unique cross-section location id. +branchId = pipe_8_E118 # Branch on which the cross section is located. +chainage = 49.697788019411504 # Chainage on the branch (m). +shift = 1159.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E554_0.00 # Unique cross-section location id. -branchId = pipe_9_E554 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E119_49.96 # Unique cross-section location id. +branchId = pipe_8_E119 # Branch on which the cross section is located. +chainage = 49.957523898574344 # Chainage on the branch (m). +shift = 1149.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E555_0.00 # Unique cross-section location id. -branchId = pipe_9_E555 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E120_49.72 # Unique cross-section location id. +branchId = pipe_8_E120 # Branch on which the cross section is located. +chainage = 49.717278254655945 # Chainage on the branch (m). +shift = 1149.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E556_0.00 # Unique cross-section location id. -branchId = pipe_9_E556 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E121_49.11 # Unique cross-section location id. +branchId = pipe_8_E121 # Branch on which the cross section is located. +chainage = 49.10716916531334 # Chainage on the branch (m). +shift = 1144.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E557_0.00 # Unique cross-section location id. -branchId = pipe_9_E557 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E122_49.96 # Unique cross-section location id. +branchId = pipe_8_E122 # Branch on which the cross section is located. +chainage = 49.95752389852524 # Chainage on the branch (m). +shift = 1180.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E558_0.00 # Unique cross-section location id. -branchId = pipe_9_E558 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E123_49.96 # Unique cross-section location id. +branchId = pipe_8_E123 # Branch on which the cross section is located. +chainage = 49.957523898108406 # Chainage on the branch (m). +shift = 1177.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E559_0.00 # Unique cross-section location id. -branchId = pipe_9_E559 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E124_49.96 # Unique cross-section location id. +branchId = pipe_8_E124 # Branch on which the cross section is located. +chainage = 49.95752389852524 # Chainage on the branch (m). +shift = 1177.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E560_0.00 # Unique cross-section location id. -branchId = pipe_9_E560 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E125_49.96 # Unique cross-section location id. +branchId = pipe_8_E125 # Branch on which the cross section is located. +chainage = 49.95752389852524 # Chainage on the branch (m). +shift = 1177.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E561_0.00 # Unique cross-section location id. -branchId = pipe_9_E561 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E126_49.86 # Unique cross-section location id. +branchId = pipe_8_E126 # Branch on which the cross section is located. +chainage = 49.86393341774648 # Chainage on the branch (m). +shift = 1200.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E562_0.00 # Unique cross-section location id. -branchId = pipe_9_E562 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E127_48.92 # Unique cross-section location id. +branchId = pipe_8_E127 # Branch on which the cross section is located. +chainage = 48.92114476101746 # Chainage on the branch (m). +shift = 1200.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E563_0.00 # Unique cross-section location id. -branchId = pipe_9_E563 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E128_47.83 # Unique cross-section location id. +branchId = pipe_8_E128 # Branch on which the cross section is located. +chainage = 47.83081561525965 # Chainage on the branch (m). +shift = 1200.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E564_0.00 # Unique cross-section location id. -branchId = pipe_9_E564 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E129_49.57 # Unique cross-section location id. +branchId = pipe_8_E129 # Branch on which the cross section is located. +chainage = 49.571118696781305 # Chainage on the branch (m). +shift = 1229.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E565_0.00 # Unique cross-section location id. -branchId = pipe_9_E565 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E130_49.79 # Unique cross-section location id. +branchId = pipe_8_E130 # Branch on which the cross section is located. +chainage = 49.79196210767791 # Chainage on the branch (m). +shift = 1229.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E566_0.00 # Unique cross-section location id. -branchId = pipe_9_E566 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E131_49.66 # Unique cross-section location id. +branchId = pipe_8_E131 # Branch on which the cross section is located. +chainage = 49.65522142180431 # Chainage on the branch (m). +shift = 1229.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E567_0.00 # Unique cross-section location id. -branchId = pipe_9_E567 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E132_47.38 # Unique cross-section location id. +branchId = pipe_8_E132 # Branch on which the cross section is located. +chainage = 47.38112097190667 # Chainage on the branch (m). +shift = 1229.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E568_0.00 # Unique cross-section location id. -branchId = pipe_9_E568 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E133_48.61 # Unique cross-section location id. +branchId = pipe_8_E133 # Branch on which the cross section is located. +chainage = 48.611060074558075 # Chainage on the branch (m). +shift = 1212.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E569_0.00 # Unique cross-section location id. -branchId = pipe_9_E569 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E134_49.24 # Unique cross-section location id. +branchId = pipe_8_E134 # Branch on which the cross section is located. +chainage = 49.24368430262856 # Chainage on the branch (m). +shift = 1212.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E570_0.00 # Unique cross-section location id. -branchId = pipe_9_E570 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E135_49.91 # Unique cross-section location id. +branchId = pipe_8_E135 # Branch on which the cross section is located. +chainage = 49.91042920902947 # Chainage on the branch (m). +shift = 1188.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E571_0.00 # Unique cross-section location id. -branchId = pipe_9_E571 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E136_49.96 # Unique cross-section location id. +branchId = pipe_8_E136 # Branch on which the cross section is located. +chainage = 49.95752389837648 # Chainage on the branch (m). +shift = 1188.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E572_0.00 # Unique cross-section location id. -branchId = pipe_9_E572 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E137_49.22 # Unique cross-section location id. +branchId = pipe_8_E137 # Branch on which the cross section is located. +chainage = 49.218986171045124 # Chainage on the branch (m). +shift = 1141.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E573_0.00 # Unique cross-section location id. -branchId = pipe_9_E573 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E138_49.52 # Unique cross-section location id. +branchId = pipe_8_E138 # Branch on which the cross section is located. +chainage = 49.52451524747702 # Chainage on the branch (m). +shift = 1141.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E574_0.00 # Unique cross-section location id. -branchId = pipe_9_E574 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. +id = pipe_8_E139_49.95 # Unique cross-section location id. +branchId = pipe_8_E139 # Branch on which the cross section is located. +chainage = 49.95105429155269 # Chainage on the branch (m). +shift = 1141.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. +definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E575_0.00 # Unique cross-section location id. -branchId = pipe_9_E575 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_8_E140_49.96 # Unique cross-section location id. +branchId = pipe_8_E140 # Branch on which the cross section is located. +chainage = 49.9575238985737 # Chainage on the branch (m). +shift = 1110.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E576_0.00 # Unique cross-section location id. -branchId = pipe_9_E576 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1045_49.96 # Unique cross-section location id. +branchId = pipe_9_E1045 # Branch on which the cross section is located. +chainage = 49.95848962204767 # Chainage on the branch (m). +shift = 965.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E577_0.00 # Unique cross-section location id. -branchId = pipe_9_E577 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1046_49.79 # Unique cross-section location id. +branchId = pipe_9_E1046 # Branch on which the cross section is located. +chainage = 49.79154216158105 # Chainage on the branch (m). +shift = 965.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E578_0.00 # Unique cross-section location id. -branchId = pipe_9_E578 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1047_47.98 # Unique cross-section location id. +branchId = pipe_9_E1047 # Branch on which the cross section is located. +chainage = 47.975632610864444 # Chainage on the branch (m). +shift = 962.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E579_0.00 # Unique cross-section location id. -branchId = pipe_9_E579 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1048_50.00 # Unique cross-section location id. +branchId = pipe_9_E1048 # Branch on which the cross section is located. +chainage = 49.99878426311127 # Chainage on the branch (m). +shift = 962.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E580_0.00 # Unique cross-section location id. -branchId = pipe_9_E580 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1049_49.90 # Unique cross-section location id. +branchId = pipe_9_E1049 # Branch on which the cross section is located. +chainage = 49.90044065392316 # Chainage on the branch (m). +shift = 979.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E581_0.00 # Unique cross-section location id. -branchId = pipe_9_E581 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1050_49.73 # Unique cross-section location id. +branchId = pipe_9_E1050 # Branch on which the cross section is located. +chainage = 49.73163831119676 # Chainage on the branch (m). +shift = 979.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E582_0.00 # Unique cross-section location id. -branchId = pipe_9_E582 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1051_50.00 # Unique cross-section location id. +branchId = pipe_9_E1051 # Branch on which the cross section is located. +chainage = 49.99873478811056 # Chainage on the branch (m). +shift = 971.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E583_0.00 # Unique cross-section location id. -branchId = pipe_9_E583 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1052_50.00 # Unique cross-section location id. +branchId = pipe_9_E1052 # Branch on which the cross section is located. +chainage = 49.99972321115658 # Chainage on the branch (m). +shift = 959.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E584_0.00 # Unique cross-section location id. -branchId = pipe_9_E584 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1053_49.85 # Unique cross-section location id. +branchId = pipe_9_E1053 # Branch on which the cross section is located. +chainage = 49.85072807451475 # Chainage on the branch (m). +shift = 959.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E585_0.00 # Unique cross-section location id. -branchId = pipe_9_E585 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1054_49.98 # Unique cross-section location id. +branchId = pipe_9_E1054 # Branch on which the cross section is located. +chainage = 49.981565241286035 # Chainage on the branch (m). +shift = 943.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E586_0.00 # Unique cross-section location id. -branchId = pipe_9_E586 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1055_50.00 # Unique cross-section location id. +branchId = pipe_9_E1055 # Branch on which the cross section is located. +chainage = 49.99972321122534 # Chainage on the branch (m). +shift = 943.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E587_0.00 # Unique cross-section location id. -branchId = pipe_9_E587 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1056_49.75 # Unique cross-section location id. +branchId = pipe_9_E1056 # Branch on which the cross section is located. +chainage = 49.7455937416406 # Chainage on the branch (m). +shift = 943.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E588_0.00 # Unique cross-section location id. -branchId = pipe_9_E588 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1057_50.00 # Unique cross-section location id. +branchId = pipe_9_E1057 # Branch on which the cross section is located. +chainage = 49.99972321179752 # Chainage on the branch (m). +shift = 928.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E589_0.00 # Unique cross-section location id. -branchId = pipe_9_E589 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1058_49.93 # Unique cross-section location id. +branchId = pipe_9_E1058 # Branch on which the cross section is located. +chainage = 49.9318533194157 # Chainage on the branch (m). +shift = 954.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E590_0.00 # Unique cross-section location id. -branchId = pipe_9_E590 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1059_49.99 # Unique cross-section location id. +branchId = pipe_9_E1059 # Branch on which the cross section is located. +chainage = 49.9891615987955 # Chainage on the branch (m). +shift = 944.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E591_0.00 # Unique cross-section location id. -branchId = pipe_9_E591 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1060_49.91 # Unique cross-section location id. +branchId = pipe_9_E1060 # Branch on which the cross section is located. +chainage = 49.9142604733457 # Chainage on the branch (m). +shift = 944.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E592_0.00 # Unique cross-section location id. -branchId = pipe_9_E592 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1061_49.74 # Unique cross-section location id. +branchId = pipe_9_E1061 # Branch on which the cross section is located. +chainage = 49.738332401673034 # Chainage on the branch (m). +shift = 944.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E593_0.00 # Unique cross-section location id. -branchId = pipe_9_E593 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1062_49.75 # Unique cross-section location id. +branchId = pipe_9_E1062 # Branch on which the cross section is located. +chainage = 49.745286772010715 # Chainage on the branch (m). +shift = 930.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E594_0.00 # Unique cross-section location id. -branchId = pipe_9_E594 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1063_49.98 # Unique cross-section location id. +branchId = pipe_9_E1063 # Branch on which the cross section is located. +chainage = 49.97588912004917 # Chainage on the branch (m). +shift = 930.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E595_0.00 # Unique cross-section location id. -branchId = pipe_9_E595 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1064_50.00 # Unique cross-section location id. +branchId = pipe_9_E1064 # Branch on which the cross section is located. +chainage = 49.9997232113381 # Chainage on the branch (m). +shift = 908.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E596_0.00 # Unique cross-section location id. -branchId = pipe_9_E596 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1065_50.00 # Unique cross-section location id. +branchId = pipe_9_E1065 # Branch on which the cross section is located. +chainage = 49.99972321133579 # Chainage on the branch (m). +shift = 885.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E597_0.00 # Unique cross-section location id. -branchId = pipe_9_E597 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1066_50.00 # Unique cross-section location id. +branchId = pipe_9_E1066 # Branch on which the cross section is located. +chainage = 49.99972321133579 # Chainage on the branch (m). +shift = 885.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E598_0.00 # Unique cross-section location id. -branchId = pipe_9_E598 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1067_49.89 # Unique cross-section location id. +branchId = pipe_9_E1067 # Branch on which the cross section is located. +chainage = 49.88825974134663 # Chainage on the branch (m). +shift = 900.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E599_0.00 # Unique cross-section location id. -branchId = pipe_9_E599 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1068_48.97 # Unique cross-section location id. +branchId = pipe_9_E1068 # Branch on which the cross section is located. +chainage = 48.97241296115859 # Chainage on the branch (m). +shift = 900.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E600_0.00 # Unique cross-section location id. -branchId = pipe_9_E600 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1069_49.92 # Unique cross-section location id. +branchId = pipe_9_E1069 # Branch on which the cross section is located. +chainage = 49.92486889788288 # Chainage on the branch (m). +shift = 883.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E601_0.00 # Unique cross-section location id. -branchId = pipe_9_E601 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1070_50.00 # Unique cross-section location id. +branchId = pipe_9_E1070 # Branch on which the cross section is located. +chainage = 49.999723211367645 # Chainage on the branch (m). +shift = 883.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E602_0.00 # Unique cross-section location id. -branchId = pipe_9_E602 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1071_50.00 # Unique cross-section location id. +branchId = pipe_9_E1071 # Branch on which the cross section is located. +chainage = 49.999723211367645 # Chainage on the branch (m). +shift = 876.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E603_0.00 # Unique cross-section location id. -branchId = pipe_9_E603 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1072_49.87 # Unique cross-section location id. +branchId = pipe_9_E1072 # Branch on which the cross section is located. +chainage = 49.87318478894441 # Chainage on the branch (m). +shift = 876.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E604_0.00 # Unique cross-section location id. -branchId = pipe_9_E604 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1073_49.88 # Unique cross-section location id. +branchId = pipe_9_E1073 # Branch on which the cross section is located. +chainage = 49.87795606223185 # Chainage on the branch (m). +shift = 870.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E605_0.00 # Unique cross-section location id. -branchId = pipe_9_E605 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1074_49.16 # Unique cross-section location id. +branchId = pipe_9_E1074 # Branch on which the cross section is located. +chainage = 49.15801410748627 # Chainage on the branch (m). +shift = 936.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E606_0.00 # Unique cross-section location id. -branchId = pipe_9_E606 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1075_49.87 # Unique cross-section location id. +branchId = pipe_9_E1075 # Branch on which the cross section is located. +chainage = 49.86552025865713 # Chainage on the branch (m). +shift = 930.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E607_0.00 # Unique cross-section location id. -branchId = pipe_9_E607 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1076_49.99 # Unique cross-section location id. +branchId = pipe_9_E1076 # Branch on which the cross section is located. +chainage = 49.98965177131955 # Chainage on the branch (m). +shift = 930.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E608_0.00 # Unique cross-section location id. -branchId = pipe_9_E608 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1077_50.00 # Unique cross-section location id. +branchId = pipe_9_E1077 # Branch on which the cross section is located. +chainage = 49.9997232111615 # Chainage on the branch (m). +shift = 914.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E609_0.00 # Unique cross-section location id. -branchId = pipe_9_E609 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1078_50.00 # Unique cross-section location id. +branchId = pipe_9_E1078 # Branch on which the cross section is located. +chainage = 49.999723211452434 # Chainage on the branch (m). +shift = 914.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E610_0.00 # Unique cross-section location id. -branchId = pipe_9_E610 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1079_50.00 # Unique cross-section location id. +branchId = pipe_9_E1079 # Branch on which the cross section is located. +chainage = 49.99862012988595 # Chainage on the branch (m). +shift = 889.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E611_0.00 # Unique cross-section location id. -branchId = pipe_9_E611 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1080_49.97 # Unique cross-section location id. +branchId = pipe_9_E1080 # Branch on which the cross section is located. +chainage = 49.9696242164601 # Chainage on the branch (m). +shift = 889.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E612_0.00 # Unique cross-section location id. -branchId = pipe_9_E612 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1081_49.49 # Unique cross-section location id. +branchId = pipe_9_E1081 # Branch on which the cross section is located. +chainage = 49.48698543125857 # Chainage on the branch (m). +shift = 854.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E613_0.00 # Unique cross-section location id. -branchId = pipe_9_E613 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1082_49.80 # Unique cross-section location id. +branchId = pipe_9_E1082 # Branch on which the cross section is located. +chainage = 49.803868911676375 # Chainage on the branch (m). +shift = 854.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E614_0.00 # Unique cross-section location id. -branchId = pipe_9_E614 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1083_49.74 # Unique cross-section location id. +branchId = pipe_9_E1083 # Branch on which the cross section is located. +chainage = 49.74325644221498 # Chainage on the branch (m). +shift = 818.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E615_0.00 # Unique cross-section location id. -branchId = pipe_9_E615 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1084_49.64 # Unique cross-section location id. +branchId = pipe_9_E1084 # Branch on which the cross section is located. +chainage = 49.64397887540182 # Chainage on the branch (m). +shift = 818.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E616_0.00 # Unique cross-section location id. -branchId = pipe_9_E616 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1085_49.57 # Unique cross-section location id. +branchId = pipe_9_E1085 # Branch on which the cross section is located. +chainage = 49.57337418456473 # Chainage on the branch (m). +shift = 863.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E617_0.00 # Unique cross-section location id. -branchId = pipe_9_E617 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1086_49.91 # Unique cross-section location id. +branchId = pipe_9_E1086 # Branch on which the cross section is located. +chainage = 49.91477257312097 # Chainage on the branch (m). +shift = 863.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E618_0.00 # Unique cross-section location id. -branchId = pipe_9_E618 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1087_49.93 # Unique cross-section location id. +branchId = pipe_9_E1087 # Branch on which the cross section is located. +chainage = 49.92834705575558 # Chainage on the branch (m). +shift = 863.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E619_0.00 # Unique cross-section location id. -branchId = pipe_9_E619 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1088_50.00 # Unique cross-section location id. +branchId = pipe_9_E1088 # Branch on which the cross section is located. +chainage = 49.999723210876425 # Chainage on the branch (m). +shift = 882.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E620_0.00 # Unique cross-section location id. -branchId = pipe_9_E620 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1089_50.00 # Unique cross-section location id. +branchId = pipe_9_E1089 # Branch on which the cross section is located. +chainage = 49.995343053328895 # Chainage on the branch (m). +shift = 882.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E621_0.00 # Unique cross-section location id. -branchId = pipe_9_E621 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1090_49.87 # Unique cross-section location id. +branchId = pipe_9_E1090 # Branch on which the cross section is located. +chainage = 49.86882496069249 # Chainage on the branch (m). +shift = 882.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E622_0.00 # Unique cross-section location id. -branchId = pipe_9_E622 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1091_49.89 # Unique cross-section location id. +branchId = pipe_9_E1091 # Branch on which the cross section is located. +chainage = 49.88949798123509 # Chainage on the branch (m). +shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E623_0.00 # Unique cross-section location id. -branchId = pipe_9_E623 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1092_49.98 # Unique cross-section location id. +branchId = pipe_9_E1092 # Branch on which the cross section is located. +chainage = 49.98304998440795 # Chainage on the branch (m). +shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E624_0.00 # Unique cross-section location id. -branchId = pipe_9_E624 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1093_49.95 # Unique cross-section location id. +branchId = pipe_9_E1093 # Branch on which the cross section is located. +chainage = 49.948398484352175 # Chainage on the branch (m). +shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E625_0.00 # Unique cross-section location id. -branchId = pipe_9_E625 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. +id = pipe_9_E1094_50.00 # Unique cross-section location id. +branchId = pipe_9_E1094 # Branch on which the cross section is located. +chainage = 49.99972321146835 # Chainage on the branch (m). +shift = 907.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E626_0.00 # Unique cross-section location id. -branchId = pipe_9_E626 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1095_49.96 # Unique cross-section location id. +branchId = pipe_9_E1095 # Branch on which the cross section is located. +chainage = 49.95743792983077 # Chainage on the branch (m). +shift = 907.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E627_0.00 # Unique cross-section location id. -branchId = pipe_9_E627 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1096_49.74 # Unique cross-section location id. +branchId = pipe_9_E1096 # Branch on which the cross section is located. +chainage = 49.735779233207424 # Chainage on the branch (m). +shift = 907.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E628_0.00 # Unique cross-section location id. -branchId = pipe_9_E628 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1097_49.18 # Unique cross-section location id. +branchId = pipe_9_E1097 # Branch on which the cross section is located. +chainage = 49.177038338792244 # Chainage on the branch (m). +shift = 907.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E629_0.00 # Unique cross-section location id. -branchId = pipe_9_E629 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1098_49.93 # Unique cross-section location id. +branchId = pipe_9_E1098 # Branch on which the cross section is located. +chainage = 49.933495865015985 # Chainage on the branch (m). +shift = 909.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E630_0.00 # Unique cross-section location id. -branchId = pipe_9_E630 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1099_48.00 # Unique cross-section location id. +branchId = pipe_9_E1099 # Branch on which the cross section is located. +chainage = 48.00406634707603 # Chainage on the branch (m). +shift = 909.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E631_0.00 # Unique cross-section location id. -branchId = pipe_9_E631 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1100_50.00 # Unique cross-section location id. +branchId = pipe_9_E1100 # Branch on which the cross section is located. +chainage = 49.99972321116567 # Chainage on the branch (m). +shift = 929.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E632_0.00 # Unique cross-section location id. -branchId = pipe_9_E632 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1101_50.00 # Unique cross-section location id. +branchId = pipe_9_E1101 # Branch on which the cross section is located. +chainage = 49.99972321153052 # Chainage on the branch (m). +shift = 929.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E633_0.00 # Unique cross-section location id. -branchId = pipe_9_E633 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1102_50.00 # Unique cross-section location id. +branchId = pipe_9_E1102 # Branch on which the cross section is located. +chainage = 49.99972321095145 # Chainage on the branch (m). +shift = 947.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E634_0.00 # Unique cross-section location id. -branchId = pipe_9_E634 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1103_49.85 # Unique cross-section location id. +branchId = pipe_9_E1103 # Branch on which the cross section is located. +chainage = 49.849538671807295 # Chainage on the branch (m). +shift = 921.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E635_0.00 # Unique cross-section location id. -branchId = pipe_9_E635 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1104_49.96 # Unique cross-section location id. +branchId = pipe_9_E1104 # Branch on which the cross section is located. +chainage = 49.961402010930925 # Chainage on the branch (m). +shift = 921.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E636_0.00 # Unique cross-section location id. -branchId = pipe_9_E636 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1105_49.97 # Unique cross-section location id. +branchId = pipe_9_E1105 # Branch on which the cross section is located. +chainage = 49.97400365382865 # Chainage on the branch (m). +shift = 937.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E637_0.00 # Unique cross-section location id. -branchId = pipe_9_E637 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1106_49.84 # Unique cross-section location id. +branchId = pipe_9_E1106 # Branch on which the cross section is located. +chainage = 49.83954416942987 # Chainage on the branch (m). +shift = 937.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E638_0.00 # Unique cross-section location id. -branchId = pipe_9_E638 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1107_43.36 # Unique cross-section location id. +branchId = pipe_9_E1107 # Branch on which the cross section is located. +chainage = 43.363328033011335 # Chainage on the branch (m). +shift = 891.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E639_0.00 # Unique cross-section location id. -branchId = pipe_9_E639 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1108_50.00 # Unique cross-section location id. +branchId = pipe_9_E1108 # Branch on which the cross section is located. +chainage = 49.99972321154708 # Chainage on the branch (m). +shift = 889.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E640_0.00 # Unique cross-section location id. -branchId = pipe_9_E640 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1109_50.00 # Unique cross-section location id. +branchId = pipe_9_E1109 # Branch on which the cross section is located. +chainage = 49.999723211226446 # Chainage on the branch (m). +shift = 889.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E641_0.00 # Unique cross-section location id. -branchId = pipe_9_E641 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1110_50.00 # Unique cross-section location id. +branchId = pipe_9_E1110 # Branch on which the cross section is located. +chainage = 49.99972321132848 # Chainage on the branch (m). +shift = 878.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E642_0.00 # Unique cross-section location id. -branchId = pipe_9_E642 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1111_49.16 # Unique cross-section location id. +branchId = pipe_9_E1111 # Branch on which the cross section is located. +chainage = 49.15802318274408 # Chainage on the branch (m). +shift = 878.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E643_0.00 # Unique cross-section location id. -branchId = pipe_9_E643 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1112_49.48 # Unique cross-section location id. +branchId = pipe_9_E1112 # Branch on which the cross section is located. +chainage = 49.47532944036174 # Chainage on the branch (m). +shift = 878.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E644_0.00 # Unique cross-section location id. -branchId = pipe_9_E644 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1113_48.85 # Unique cross-section location id. +branchId = pipe_9_E1113 # Branch on which the cross section is located. +chainage = 48.84640338094554 # Chainage on the branch (m). +shift = 878.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E645_0.00 # Unique cross-section location id. -branchId = pipe_9_E645 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1114_50.00 # Unique cross-section location id. +branchId = pipe_9_E1114 # Branch on which the cross section is located. +chainage = 49.999723211148876 # Chainage on the branch (m). +shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E646_0.00 # Unique cross-section location id. -branchId = pipe_9_E646 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1115_50.00 # Unique cross-section location id. +branchId = pipe_9_E1115 # Branch on which the cross section is located. +chainage = 49.999723211547 # Chainage on the branch (m). +shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E647_0.00 # Unique cross-section location id. -branchId = pipe_9_E647 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1116_49.97 # Unique cross-section location id. +branchId = pipe_9_E1116 # Branch on which the cross section is located. +chainage = 49.965530492638 # Chainage on the branch (m). +shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E648_0.00 # Unique cross-section location id. -branchId = pipe_9_E648 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1117_49.45 # Unique cross-section location id. +branchId = pipe_9_E1117 # Branch on which the cross section is located. +chainage = 49.45334901383112 # Chainage on the branch (m). +shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E649_0.00 # Unique cross-section location id. -branchId = pipe_9_E649 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1118_49.29 # Unique cross-section location id. +branchId = pipe_9_E1118 # Branch on which the cross section is located. +chainage = 49.290983914767835 # Chainage on the branch (m). +shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E650_0.00 # Unique cross-section location id. -branchId = pipe_9_E650 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1119_49.91 # Unique cross-section location id. +branchId = pipe_9_E1119 # Branch on which the cross section is located. +chainage = 49.914036839420895 # Chainage on the branch (m). +shift = 864.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E651_0.00 # Unique cross-section location id. -branchId = pipe_9_E651 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1120_50.00 # Unique cross-section location id. +branchId = pipe_9_E1120 # Branch on which the cross section is located. +chainage = 49.9997232116201 # Chainage on the branch (m). +shift = 864.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E652_0.00 # Unique cross-section location id. -branchId = pipe_9_E652 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1121_50.00 # Unique cross-section location id. +branchId = pipe_9_E1121 # Branch on which the cross section is located. +chainage = 49.999723210857184 # Chainage on the branch (m). +shift = 876.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E653_0.00 # Unique cross-section location id. -branchId = pipe_9_E653 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1122_50.00 # Unique cross-section location id. +branchId = pipe_9_E1122 # Branch on which the cross section is located. +chainage = 49.9997232116201 # Chainage on the branch (m). +shift = 882.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E654_0.00 # Unique cross-section location id. -branchId = pipe_9_E654 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1123_50.00 # Unique cross-section location id. +branchId = pipe_9_E1123 # Branch on which the cross section is located. +chainage = 49.999723210857184 # Chainage on the branch (m). +shift = 882.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E655_0.00 # Unique cross-section location id. -branchId = pipe_9_E655 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1124_48.62 # Unique cross-section location id. +branchId = pipe_9_E1124 # Branch on which the cross section is located. +chainage = 48.61726012676795 # Chainage on the branch (m). +shift = 882.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E656_0.00 # Unique cross-section location id. -branchId = pipe_9_E656 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1125_47.49 # Unique cross-section location id. +branchId = pipe_9_E1125 # Branch on which the cross section is located. +chainage = 47.49423971048142 # Chainage on the branch (m). +shift = 890.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E657_0.00 # Unique cross-section location id. -branchId = pipe_9_E657 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1126_50.00 # Unique cross-section location id. +branchId = pipe_9_E1126 # Branch on which the cross section is located. +chainage = 49.99950554021426 # Chainage on the branch (m). +shift = 891.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E658_0.00 # Unique cross-section location id. -branchId = pipe_9_E658 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1127_48.94 # Unique cross-section location id. +branchId = pipe_9_E1127 # Branch on which the cross section is located. +chainage = 48.94313538489596 # Chainage on the branch (m). +shift = 891.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E659_0.00 # Unique cross-section location id. -branchId = pipe_9_E659 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1128_50.00 # Unique cross-section location id. +branchId = pipe_9_E1128 # Branch on which the cross section is located. +chainage = 49.999723211041044 # Chainage on the branch (m). +shift = 887.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E660_0.00 # Unique cross-section location id. -branchId = pipe_9_E660 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1129_50.00 # Unique cross-section location id. +branchId = pipe_9_E1129 # Branch on which the cross section is located. +chainage = 49.99972321148711 # Chainage on the branch (m). +shift = 887.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E661_0.00 # Unique cross-section location id. -branchId = pipe_9_E661 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1130_50.00 # Unique cross-section location id. +branchId = pipe_9_E1130 # Branch on which the cross section is located. +chainage = 49.99797125931513 # Chainage on the branch (m). +shift = 869.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E662_0.00 # Unique cross-section location id. -branchId = pipe_9_E662 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1131_50.00 # Unique cross-section location id. +branchId = pipe_9_E1131 # Branch on which the cross section is located. +chainage = 49.99972321123871 # Chainage on the branch (m). +shift = 869.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E663_0.00 # Unique cross-section location id. -branchId = pipe_9_E663 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1132_49.84 # Unique cross-section location id. +branchId = pipe_9_E1132 # Branch on which the cross section is located. +chainage = 49.83683425694384 # Chainage on the branch (m). +shift = 869.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E664_0.00 # Unique cross-section location id. -branchId = pipe_9_E664 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1133_50.00 # Unique cross-section location id. +branchId = pipe_9_E1133 # Branch on which the cross section is located. +chainage = 49.999710466091436 # Chainage on the branch (m). +shift = 858.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E665_0.00 # Unique cross-section location id. -branchId = pipe_9_E665 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1134_50.00 # Unique cross-section location id. +branchId = pipe_9_E1134 # Branch on which the cross section is located. +chainage = 49.99972321140418 # Chainage on the branch (m). +shift = 861.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E666_0.00 # Unique cross-section location id. -branchId = pipe_9_E666 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1135_50.00 # Unique cross-section location id. +branchId = pipe_9_E1135 # Branch on which the cross section is located. +chainage = 49.99972321127185 # Chainage on the branch (m). +shift = 861.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E667_0.00 # Unique cross-section location id. -branchId = pipe_9_E667 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1136_50.00 # Unique cross-section location id. +branchId = pipe_9_E1136 # Branch on which the cross section is located. +chainage = 49.999139288233266 # Chainage on the branch (m). +shift = 861.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E668_0.00 # Unique cross-section location id. -branchId = pipe_9_E668 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1137_49.14 # Unique cross-section location id. +branchId = pipe_9_E1137 # Branch on which the cross section is located. +chainage = 49.13755558668313 # Chainage on the branch (m). +shift = 833.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E669_0.00 # Unique cross-section location id. -branchId = pipe_9_E669 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1138_48.51 # Unique cross-section location id. +branchId = pipe_9_E1138 # Branch on which the cross section is located. +chainage = 48.51286798395701 # Chainage on the branch (m). +shift = 833.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E670_0.00 # Unique cross-section location id. -branchId = pipe_9_E670 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1139_49.35 # Unique cross-section location id. +branchId = pipe_9_E1139 # Branch on which the cross section is located. +chainage = 49.34807334943369 # Chainage on the branch (m). +shift = 852.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E671_0.00 # Unique cross-section location id. -branchId = pipe_9_E671 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1140_50.00 # Unique cross-section location id. +branchId = pipe_9_E1140 # Branch on which the cross section is located. +chainage = 49.999646310491634 # Chainage on the branch (m). +shift = 852.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E672_0.00 # Unique cross-section location id. -branchId = pipe_9_E672 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1141_50.00 # Unique cross-section location id. +branchId = pipe_9_E1141 # Branch on which the cross section is located. +chainage = 49.99972321096667 # Chainage on the branch (m). +shift = 869.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E673_0.00 # Unique cross-section location id. -branchId = pipe_9_E673 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1142_50.00 # Unique cross-section location id. +branchId = pipe_9_E1142 # Branch on which the cross section is located. +chainage = 49.999723211337695 # Chainage on the branch (m). +shift = 862.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E674_0.00 # Unique cross-section location id. -branchId = pipe_9_E674 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1143_50.00 # Unique cross-section location id. +branchId = pipe_9_E1143 # Branch on which the cross section is located. +chainage = 49.999723211337695 # Chainage on the branch (m). +shift = 862.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E675_0.00 # Unique cross-section location id. -branchId = pipe_9_E675 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1144_50.00 # Unique cross-section location id. +branchId = pipe_9_E1144 # Branch on which the cross section is located. +chainage = 49.999723211337695 # Chainage on the branch (m). +shift = 862.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E676_0.00 # Unique cross-section location id. -branchId = pipe_9_E676 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1145_49.91 # Unique cross-section location id. +branchId = pipe_9_E1145 # Branch on which the cross section is located. +chainage = 49.90876358691369 # Chainage on the branch (m). +shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E677_0.00 # Unique cross-section location id. -branchId = pipe_9_E677 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1146_50.00 # Unique cross-section location id. +branchId = pipe_9_E1146 # Branch on which the cross section is located. +chainage = 49.999723211084685 # Chainage on the branch (m). +shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E678_0.00 # Unique cross-section location id. -branchId = pipe_9_E678 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1147_50.00 # Unique cross-section location id. +branchId = pipe_9_E1147 # Branch on which the cross section is located. +chainage = 49.9997232114969 # Chainage on the branch (m). +shift = 851.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E679_0.00 # Unique cross-section location id. -branchId = pipe_9_E679 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1148_50.00 # Unique cross-section location id. +branchId = pipe_9_E1148 # Branch on which the cross section is located. +chainage = 49.999723211084685 # Chainage on the branch (m). +shift = 851.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E680_0.00 # Unique cross-section location id. -branchId = pipe_9_E680 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1149_50.00 # Unique cross-section location id. +branchId = pipe_9_E1149 # Branch on which the cross section is located. +chainage = 49.9997232114969 # Chainage on the branch (m). +shift = 839.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E681_0.00 # Unique cross-section location id. -branchId = pipe_9_E681 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1150_50.00 # Unique cross-section location id. +branchId = pipe_9_E1150 # Branch on which the cross section is located. +chainage = 49.999723211084685 # Chainage on the branch (m). +shift = 839.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E682_0.00 # Unique cross-section location id. -branchId = pipe_9_E682 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1151_50.00 # Unique cross-section location id. +branchId = pipe_9_E1151 # Branch on which the cross section is located. +chainage = 49.9997232114969 # Chainage on the branch (m). +shift = 839.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E683_0.00 # Unique cross-section location id. -branchId = pipe_9_E683 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1152_50.00 # Unique cross-section location id. +branchId = pipe_9_E1152 # Branch on which the cross section is located. +chainage = 49.999723211084685 # Chainage on the branch (m). +shift = 825.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E684_0.00 # Unique cross-section location id. -branchId = pipe_9_E684 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1153_50.00 # Unique cross-section location id. +branchId = pipe_9_E1153 # Branch on which the cross section is located. +chainage = 49.99923400483804 # Chainage on the branch (m). +shift = 825.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E685_0.00 # Unique cross-section location id. -branchId = pipe_9_E685 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1154_49.61 # Unique cross-section location id. +branchId = pipe_9_E1154 # Branch on which the cross section is located. +chainage = 49.61431802447694 # Chainage on the branch (m). +shift = 835.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E686_0.00 # Unique cross-section location id. -branchId = pipe_9_E686 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1155_50.00 # Unique cross-section location id. +branchId = pipe_9_E1155 # Branch on which the cross section is located. +chainage = 49.99972321123419 # Chainage on the branch (m). +shift = 835.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E687_0.00 # Unique cross-section location id. -branchId = pipe_9_E687 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1156_48.01 # Unique cross-section location id. +branchId = pipe_9_E1156 # Branch on which the cross section is located. +chainage = 48.014695089813955 # Chainage on the branch (m). +shift = 841.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E688_0.00 # Unique cross-section location id. -branchId = pipe_9_E688 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1157_44.12 # Unique cross-section location id. +branchId = pipe_9_E1157 # Branch on which the cross section is located. +chainage = 44.116889357364755 # Chainage on the branch (m). +shift = 820.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E689_0.00 # Unique cross-section location id. -branchId = pipe_9_E689 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1158_49.07 # Unique cross-section location id. +branchId = pipe_9_E1158 # Branch on which the cross section is located. +chainage = 49.07065397467096 # Chainage on the branch (m). +shift = 820.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E690_0.00 # Unique cross-section location id. -branchId = pipe_9_E690 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1159_50.00 # Unique cross-section location id. +branchId = pipe_9_E1159 # Branch on which the cross section is located. +chainage = 49.999581394468585 # Chainage on the branch (m). +shift = 825.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E691_0.00 # Unique cross-section location id. -branchId = pipe_9_E691 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1160_50.00 # Unique cross-section location id. +branchId = pipe_9_E1160 # Branch on which the cross section is located. +chainage = 49.999723211461266 # Chainage on the branch (m). +shift = 825.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E692_0.00 # Unique cross-section location id. -branchId = pipe_9_E692 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1161_50.00 # Unique cross-section location id. +branchId = pipe_9_E1161 # Branch on which the cross section is located. +chainage = 49.99834496877792 # Chainage on the branch (m). +shift = 819.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E693_0.00 # Unique cross-section location id. -branchId = pipe_9_E693 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1162_49.99 # Unique cross-section location id. +branchId = pipe_9_E1162 # Branch on which the cross section is located. +chainage = 49.985912788658396 # Chainage on the branch (m). +shift = 819.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E694_0.00 # Unique cross-section location id. -branchId = pipe_9_E694 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1163_49.52 # Unique cross-section location id. +branchId = pipe_9_E1163 # Branch on which the cross section is located. +chainage = 49.518294129565376 # Chainage on the branch (m). +shift = 825.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E695_0.00 # Unique cross-section location id. -branchId = pipe_9_E695 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1164_50.00 # Unique cross-section location id. +branchId = pipe_9_E1164 # Branch on which the cross section is located. +chainage = 49.99972321128373 # Chainage on the branch (m). +shift = 825.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E696_0.00 # Unique cross-section location id. -branchId = pipe_9_E696 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1165_50.00 # Unique cross-section location id. +branchId = pipe_9_E1165 # Branch on which the cross section is located. +chainage = 49.99809283681912 # Chainage on the branch (m). +shift = 831.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E697_0.00 # Unique cross-section location id. -branchId = pipe_9_E697 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1166_50.00 # Unique cross-section location id. +branchId = pipe_9_E1166 # Branch on which the cross section is located. +chainage = 49.99972321140613 # Chainage on the branch (m). +shift = 831.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E698_0.00 # Unique cross-section location id. -branchId = pipe_9_E698 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1167_48.78 # Unique cross-section location id. +branchId = pipe_9_E1167 # Branch on which the cross section is located. +chainage = 48.77553158921276 # Chainage on the branch (m). +shift = 830.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E699_0.00 # Unique cross-section location id. -branchId = pipe_9_E699 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1168_39.43 # Unique cross-section location id. +branchId = pipe_9_E1168 # Branch on which the cross section is located. +chainage = 39.4346099068483 # Chainage on the branch (m). +shift = 807.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E700_0.00 # Unique cross-section location id. -branchId = pipe_9_E700 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1169_49.99 # Unique cross-section location id. +branchId = pipe_9_E1169 # Branch on which the cross section is located. +chainage = 49.986015381600716 # Chainage on the branch (m). +shift = 807.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E701_0.00 # Unique cross-section location id. -branchId = pipe_9_E701 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1170_50.00 # Unique cross-section location id. +branchId = pipe_9_E1170 # Branch on which the cross section is located. +chainage = 49.99972321138851 # Chainage on the branch (m). +shift = 807.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E702_0.00 # Unique cross-section location id. -branchId = pipe_9_E702 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1171_49.98 # Unique cross-section location id. +branchId = pipe_9_E1171 # Branch on which the cross section is located. +chainage = 49.98016340450135 # Chainage on the branch (m). +shift = 802.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E703_0.00 # Unique cross-section location id. -branchId = pipe_9_E703 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1172_50.00 # Unique cross-section location id. +branchId = pipe_9_E1172 # Branch on which the cross section is located. +chainage = 49.999723211137834 # Chainage on the branch (m). +shift = 802.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E704_0.00 # Unique cross-section location id. -branchId = pipe_9_E704 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1173_49.97 # Unique cross-section location id. +branchId = pipe_9_E1173 # Branch on which the cross section is located. +chainage = 49.96570509801836 # Chainage on the branch (m). +shift = 802.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E705_0.00 # Unique cross-section location id. -branchId = pipe_9_E705 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1174_50.00 # Unique cross-section location id. +branchId = pipe_9_E1174 # Branch on which the cross section is located. +chainage = 49.999723211157075 # Chainage on the branch (m). +shift = 807.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E706_0.00 # Unique cross-section location id. -branchId = pipe_9_E706 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1175_49.85 # Unique cross-section location id. +branchId = pipe_9_E1175 # Branch on which the cross section is located. +chainage = 49.85151998386224 # Chainage on the branch (m). +shift = 807.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E707_0.00 # Unique cross-section location id. -branchId = pipe_9_E707 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1176_49.76 # Unique cross-section location id. +branchId = pipe_9_E1176 # Branch on which the cross section is located. +chainage = 49.762863630650536 # Chainage on the branch (m). +shift = 820.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E708_0.00 # Unique cross-section location id. -branchId = pipe_9_E708 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1177_49.59 # Unique cross-section location id. +branchId = pipe_9_E1177 # Branch on which the cross section is located. +chainage = 49.588533014510006 # Chainage on the branch (m). +shift = 785.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E709_0.00 # Unique cross-section location id. -branchId = pipe_9_E709 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1178_50.00 # Unique cross-section location id. +branchId = pipe_9_E1178 # Branch on which the cross section is located. +chainage = 49.99972321134571 # Chainage on the branch (m). +shift = 785.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E710_0.00 # Unique cross-section location id. -branchId = pipe_9_E710 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1179_49.41 # Unique cross-section location id. +branchId = pipe_9_E1179 # Branch on which the cross section is located. +chainage = 49.407748535000685 # Chainage on the branch (m). +shift = 794.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E711_0.00 # Unique cross-section location id. -branchId = pipe_9_E711 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1180_50.00 # Unique cross-section location id. +branchId = pipe_9_E1180 # Branch on which the cross section is located. +chainage = 49.999723211003555 # Chainage on the branch (m). +shift = 794.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E712_0.00 # Unique cross-section location id. -branchId = pipe_9_E712 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1181_49.94 # Unique cross-section location id. +branchId = pipe_9_E1181 # Branch on which the cross section is located. +chainage = 49.942821697346545 # Chainage on the branch (m). +shift = 803.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E713_0.00 # Unique cross-section location id. -branchId = pipe_9_E713 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1182_49.98 # Unique cross-section location id. +branchId = pipe_9_E1182 # Branch on which the cross section is located. +chainage = 49.97543643991045 # Chainage on the branch (m). +shift = 803.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E714_0.00 # Unique cross-section location id. -branchId = pipe_9_E714 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1183_49.89 # Unique cross-section location id. +branchId = pipe_9_E1183 # Branch on which the cross section is located. +chainage = 49.89095385687909 # Chainage on the branch (m). +shift = 805.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E715_0.00 # Unique cross-section location id. -branchId = pipe_9_E715 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1184_49.90 # Unique cross-section location id. +branchId = pipe_9_E1184 # Branch on which the cross section is located. +chainage = 49.90077498326526 # Chainage on the branch (m). +shift = 769.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E716_0.00 # Unique cross-section location id. -branchId = pipe_9_E716 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1185_50.00 # Unique cross-section location id. +branchId = pipe_9_E1185 # Branch on which the cross section is located. +chainage = 49.999723211358464 # Chainage on the branch (m). +shift = 776.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E717_0.00 # Unique cross-section location id. -branchId = pipe_9_E717 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1186_49.92 # Unique cross-section location id. +branchId = pipe_9_E1186 # Branch on which the cross section is located. +chainage = 49.92147803229958 # Chainage on the branch (m). +shift = 776.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E718_0.00 # Unique cross-section location id. -branchId = pipe_9_E718 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1187_49.79 # Unique cross-section location id. +branchId = pipe_9_E1187 # Branch on which the cross section is located. +chainage = 49.7948035492766 # Chainage on the branch (m). +shift = 784.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E719_0.00 # Unique cross-section location id. -branchId = pipe_9_E719 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1188_47.94 # Unique cross-section location id. +branchId = pipe_9_E1188 # Branch on which the cross section is located. +chainage = 47.94393609814581 # Chainage on the branch (m). +shift = 784.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E720_0.00 # Unique cross-section location id. -branchId = pipe_9_E720 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1189_49.81 # Unique cross-section location id. +branchId = pipe_9_E1189 # Branch on which the cross section is located. +chainage = 49.81299639153961 # Chainage on the branch (m). +shift = 795.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E721_0.00 # Unique cross-section location id. -branchId = pipe_9_E721 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1190_48.30 # Unique cross-section location id. +branchId = pipe_9_E1190 # Branch on which the cross section is located. +chainage = 48.29863282353694 # Chainage on the branch (m). +shift = 795.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E722_0.00 # Unique cross-section location id. -branchId = pipe_9_E722 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1191_49.27 # Unique cross-section location id. +branchId = pipe_9_E1191 # Branch on which the cross section is located. +chainage = 49.26723051889838 # Chainage on the branch (m). +shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E723_0.00 # Unique cross-section location id. -branchId = pipe_9_E723 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1192_49.04 # Unique cross-section location id. +branchId = pipe_9_E1192 # Branch on which the cross section is located. +chainage = 49.0432468414616 # Chainage on the branch (m). +shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E724_0.00 # Unique cross-section location id. -branchId = pipe_9_E724 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1193_49.94 # Unique cross-section location id. +branchId = pipe_9_E1193 # Branch on which the cross section is located. +chainage = 49.93862015555163 # Chainage on the branch (m). +shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E725_0.00 # Unique cross-section location id. -branchId = pipe_9_E725 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1194_49.66 # Unique cross-section location id. +branchId = pipe_9_E1194 # Branch on which the cross section is located. +chainage = 49.656531182721785 # Chainage on the branch (m). +shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E726_0.00 # Unique cross-section location id. -branchId = pipe_9_E726 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1195_48.47 # Unique cross-section location id. +branchId = pipe_9_E1195 # Branch on which the cross section is located. +chainage = 48.47345573886405 # Chainage on the branch (m). +shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E727_0.00 # Unique cross-section location id. -branchId = pipe_9_E727 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. +id = pipe_9_E1196_50.00 # Unique cross-section location id. +branchId = pipe_9_E1196 # Branch on which the cross section is located. +chainage = 49.99883216511558 # Chainage on the branch (m). +shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E728_0.00 # Unique cross-section location id. -branchId = pipe_9_E728 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1197_49.95 # Unique cross-section location id. +branchId = pipe_9_E1197 # Branch on which the cross section is located. +chainage = 49.95213784599603 # Chainage on the branch (m). +shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E729_0.00 # Unique cross-section location id. -branchId = pipe_9_E729 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1198_49.86 # Unique cross-section location id. +branchId = pipe_9_E1198 # Branch on which the cross section is located. +chainage = 49.86242391558872 # Chainage on the branch (m). +shift = 774.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E730_0.00 # Unique cross-section location id. -branchId = pipe_9_E730 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1199_50.00 # Unique cross-section location id. +branchId = pipe_9_E1199 # Branch on which the cross section is located. +chainage = 49.99972321141552 # Chainage on the branch (m). +shift = 770.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E731_0.00 # Unique cross-section location id. -branchId = pipe_9_E731 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1200_47.61 # Unique cross-section location id. +branchId = pipe_9_E1200 # Branch on which the cross section is located. +chainage = 47.61172733198858 # Chainage on the branch (m). +shift = 744.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E732_0.00 # Unique cross-section location id. -branchId = pipe_9_E732 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1201_47.70 # Unique cross-section location id. +branchId = pipe_9_E1201 # Branch on which the cross section is located. +chainage = 47.69596313602067 # Chainage on the branch (m). +shift = 744.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E733_0.00 # Unique cross-section location id. -branchId = pipe_9_E733 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1202_50.00 # Unique cross-section location id. +branchId = pipe_9_E1202 # Branch on which the cross section is located. +chainage = 49.99972321153924 # Chainage on the branch (m). +shift = 744.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E734_0.00 # Unique cross-section location id. -branchId = pipe_9_E734 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1203_49.72 # Unique cross-section location id. +branchId = pipe_9_E1203 # Branch on which the cross section is located. +chainage = 49.72180480979674 # Chainage on the branch (m). +shift = 771.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E735_0.00 # Unique cross-section location id. -branchId = pipe_9_E735 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1204_47.41 # Unique cross-section location id. +branchId = pipe_9_E1204 # Branch on which the cross section is located. +chainage = 47.41366761120087 # Chainage on the branch (m). +shift = 771.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E736_0.00 # Unique cross-section location id. -branchId = pipe_9_E736 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1205_44.88 # Unique cross-section location id. +branchId = pipe_9_E1205 # Branch on which the cross section is located. +chainage = 44.88191821368524 # Chainage on the branch (m). +shift = 771.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E737_0.00 # Unique cross-section location id. -branchId = pipe_9_E737 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1206_49.49 # Unique cross-section location id. +branchId = pipe_9_E1206 # Branch on which the cross section is located. +chainage = 49.49384112073523 # Chainage on the branch (m). +shift = 771.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E738_0.00 # Unique cross-section location id. -branchId = pipe_9_E738 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1207_48.91 # Unique cross-section location id. +branchId = pipe_9_E1207 # Branch on which the cross section is located. +chainage = 48.91097000008833 # Chainage on the branch (m). +shift = 766.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E739_0.00 # Unique cross-section location id. -branchId = pipe_9_E739 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1208_50.00 # Unique cross-section location id. +branchId = pipe_9_E1208 # Branch on which the cross section is located. +chainage = 49.99972321141568 # Chainage on the branch (m). +shift = 766.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E740_0.00 # Unique cross-section location id. -branchId = pipe_9_E740 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1209_50.00 # Unique cross-section location id. +branchId = pipe_9_E1209 # Branch on which the cross section is located. +chainage = 49.998279247349636 # Chainage on the branch (m). +shift = 760.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E741_0.00 # Unique cross-section location id. -branchId = pipe_9_E741 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1210_50.00 # Unique cross-section location id. +branchId = pipe_9_E1210 # Branch on which the cross section is located. +chainage = 49.99972321123978 # Chainage on the branch (m). +shift = 760.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E742_0.00 # Unique cross-section location id. -branchId = pipe_9_E742 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1211_50.00 # Unique cross-section location id. +branchId = pipe_9_E1211 # Branch on which the cross section is located. +chainage = 49.999723211462275 # Chainage on the branch (m). +shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E743_0.00 # Unique cross-section location id. -branchId = pipe_9_E743 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1212_50.00 # Unique cross-section location id. +branchId = pipe_9_E1212 # Branch on which the cross section is located. +chainage = 49.99972321123978 # Chainage on the branch (m). +shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E744_0.00 # Unique cross-section location id. -branchId = pipe_9_E744 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1213_50.00 # Unique cross-section location id. +branchId = pipe_9_E1213 # Branch on which the cross section is located. +chainage = 49.99972321123978 # Chainage on the branch (m). +shift = 747.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E745_0.00 # Unique cross-section location id. -branchId = pipe_9_E745 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1214_50.00 # Unique cross-section location id. +branchId = pipe_9_E1214 # Branch on which the cross section is located. +chainage = 49.999723211462275 # Chainage on the branch (m). +shift = 747.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E746_0.00 # Unique cross-section location id. -branchId = pipe_9_E746 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1215_50.00 # Unique cross-section location id. +branchId = pipe_9_E1215 # Branch on which the cross section is located. +chainage = 49.99972321123978 # Chainage on the branch (m). +shift = 724.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E747_0.00 # Unique cross-section location id. -branchId = pipe_9_E747 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1216_49.93 # Unique cross-section location id. +branchId = pipe_9_E1216 # Branch on which the cross section is located. +chainage = 49.92519878152016 # Chainage on the branch (m). +shift = 749.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E748_0.00 # Unique cross-section location id. -branchId = pipe_9_E748 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1217_50.00 # Unique cross-section location id. +branchId = pipe_9_E1217 # Branch on which the cross section is located. +chainage = 49.99972321110425 # Chainage on the branch (m). +shift = 735.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E749_0.00 # Unique cross-section location id. -branchId = pipe_9_E749 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1218_50.00 # Unique cross-section location id. +branchId = pipe_9_E1218 # Branch on which the cross section is located. +chainage = 49.99972321148084 # Chainage on the branch (m). +shift = 735.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E750_0.00 # Unique cross-section location id. -branchId = pipe_9_E750 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1219_50.00 # Unique cross-section location id. +branchId = pipe_9_E1219 # Branch on which the cross section is located. +chainage = 49.99972321110425 # Chainage on the branch (m). +shift = 730.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E751_0.00 # Unique cross-section location id. -branchId = pipe_9_E751 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1220_50.00 # Unique cross-section location id. +branchId = pipe_9_E1220 # Branch on which the cross section is located. +chainage = 49.99972321148084 # Chainage on the branch (m). +shift = 730.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E752_0.00 # Unique cross-section location id. -branchId = pipe_9_E752 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1221_50.00 # Unique cross-section location id. +branchId = pipe_9_E1221 # Branch on which the cross section is located. +chainage = 49.99972154910656 # Chainage on the branch (m). +shift = 730.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E753_0.00 # Unique cross-section location id. -branchId = pipe_9_E753 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1222_50.00 # Unique cross-section location id. +branchId = pipe_9_E1222 # Branch on which the cross section is located. +chainage = 49.99972321156108 # Chainage on the branch (m). +shift = 730.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E754_0.00 # Unique cross-section location id. -branchId = pipe_9_E754 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1223_50.00 # Unique cross-section location id. +branchId = pipe_9_E1223 # Branch on which the cross section is located. +chainage = 49.99972321097232 # Chainage on the branch (m). +shift = 740.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E755_0.00 # Unique cross-section location id. -branchId = pipe_9_E755 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1224_49.99 # Unique cross-section location id. +branchId = pipe_9_E1224 # Branch on which the cross section is located. +chainage = 49.989209103434604 # Chainage on the branch (m). +shift = 740.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E756_0.00 # Unique cross-section location id. -branchId = pipe_9_E756 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1225_49.97 # Unique cross-section location id. +branchId = pipe_9_E1225 # Branch on which the cross section is located. +chainage = 49.973073028493864 # Chainage on the branch (m). +shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E757_0.00 # Unique cross-section location id. -branchId = pipe_9_E757 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1226_50.00 # Unique cross-section location id. +branchId = pipe_9_E1226 # Branch on which the cross section is located. +chainage = 49.99972321129351 # Chainage on the branch (m). +shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E758_0.00 # Unique cross-section location id. -branchId = pipe_9_E758 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1227_50.00 # Unique cross-section location id. +branchId = pipe_9_E1227 # Branch on which the cross section is located. +chainage = 49.99972321129351 # Chainage on the branch (m). +shift = 708.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E759_0.00 # Unique cross-section location id. -branchId = pipe_9_E759 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1228_50.00 # Unique cross-section location id. +branchId = pipe_9_E1228 # Branch on which the cross section is located. +chainage = 49.99972321078026 # Chainage on the branch (m). +shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E760_0.00 # Unique cross-section location id. -branchId = pipe_9_E760 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1229_49.93 # Unique cross-section location id. +branchId = pipe_9_E1229 # Branch on which the cross section is located. +chainage = 49.92935709675888 # Chainage on the branch (m). +shift = 736.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E761_0.00 # Unique cross-section location id. -branchId = pipe_9_E761 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1230_49.78 # Unique cross-section location id. +branchId = pipe_9_E1230 # Branch on which the cross section is located. +chainage = 49.77759433333764 # Chainage on the branch (m). +shift = 736.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E762_0.00 # Unique cross-section location id. -branchId = pipe_9_E762 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1231_49.64 # Unique cross-section location id. +branchId = pipe_9_E1231 # Branch on which the cross section is located. +chainage = 49.64280655965723 # Chainage on the branch (m). +shift = 736.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E763_0.00 # Unique cross-section location id. -branchId = pipe_9_E763 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1232_49.46 # Unique cross-section location id. +branchId = pipe_9_E1232 # Branch on which the cross section is located. +chainage = 49.4559458034608 # Chainage on the branch (m). +shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E764_0.00 # Unique cross-section location id. -branchId = pipe_9_E764 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1233_50.00 # Unique cross-section location id. +branchId = pipe_9_E1233 # Branch on which the cross section is located. +chainage = 49.99972321115643 # Chainage on the branch (m). +shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E765_0.00 # Unique cross-section location id. -branchId = pipe_9_E765 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1234_49.99 # Unique cross-section location id. +branchId = pipe_9_E1234 # Branch on which the cross section is located. +chainage = 49.98636872131401 # Chainage on the branch (m). +shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E766_0.00 # Unique cross-section location id. -branchId = pipe_9_E766 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1235_49.73 # Unique cross-section location id. +branchId = pipe_9_E1235 # Branch on which the cross section is located. +chainage = 49.72643211508863 # Chainage on the branch (m). +shift = 777.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E767_0.00 # Unique cross-section location id. -branchId = pipe_9_E767 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1236_49.45 # Unique cross-section location id. +branchId = pipe_9_E1236 # Branch on which the cross section is located. +chainage = 49.45343099861108 # Chainage on the branch (m). +shift = 777.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E768_0.00 # Unique cross-section location id. -branchId = pipe_9_E768 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1237_50.00 # Unique cross-section location id. +branchId = pipe_9_E1237 # Branch on which the cross section is located. +chainage = 49.99972321121734 # Chainage on the branch (m). +shift = 777.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E769_0.00 # Unique cross-section location id. -branchId = pipe_9_E769 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1238_50.00 # Unique cross-section location id. +branchId = pipe_9_E1238 # Branch on which the cross section is located. +chainage = 49.999723211213045 # Chainage on the branch (m). +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E770_0.00 # Unique cross-section location id. -branchId = pipe_9_E770 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_9_E1239_50.00 # Unique cross-section location id. +branchId = pipe_9_E1239 # Branch on which the cross section is located. +chainage = 49.999723211213045 # Chainage on the branch (m). +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E771_0.00 # Unique cross-section location id. -branchId = pipe_9_E771 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E195_49.68 # Unique cross-section location id. +branchId = pipe_10_E195 # Branch on which the cross section is located. +chainage = 49.67749743658453 # Chainage on the branch (m). +shift = 800.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E772_0.00 # Unique cross-section location id. -branchId = pipe_9_E772 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E196_49.84 # Unique cross-section location id. +branchId = pipe_10_E196 # Branch on which the cross section is located. +chainage = 49.83925344033773 # Chainage on the branch (m). +shift = 800.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E773_0.00 # Unique cross-section location id. -branchId = pipe_9_E773 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E197_49.84 # Unique cross-section location id. +branchId = pipe_10_E197 # Branch on which the cross section is located. +chainage = 49.8359208773019 # Chainage on the branch (m). +shift = 813.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E774_0.00 # Unique cross-section location id. -branchId = pipe_9_E774 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E198_49.80 # Unique cross-section location id. +branchId = pipe_10_E198 # Branch on which the cross section is located. +chainage = 49.79913871334178 # Chainage on the branch (m). +shift = 798.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E775_0.00 # Unique cross-section location id. -branchId = pipe_9_E775 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E199_49.84 # Unique cross-section location id. +branchId = pipe_10_E199 # Branch on which the cross section is located. +chainage = 49.8392534406796 # Chainage on the branch (m). +shift = 798.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E776_0.00 # Unique cross-section location id. -branchId = pipe_9_E776 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E200_49.79 # Unique cross-section location id. +branchId = pipe_10_E200 # Branch on which the cross section is located. +chainage = 49.79214093814955 # Chainage on the branch (m). +shift = 791.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E777_0.00 # Unique cross-section location id. -branchId = pipe_9_E777 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E201_49.84 # Unique cross-section location id. +branchId = pipe_10_E201 # Branch on which the cross section is located. +chainage = 49.83925344044265 # Chainage on the branch (m). +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E778_0.00 # Unique cross-section location id. -branchId = pipe_9_E778 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E202_49.84 # Unique cross-section location id. +branchId = pipe_10_E202 # Branch on which the cross section is located. +chainage = 49.83925342631193 # Chainage on the branch (m). +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E779_0.00 # Unique cross-section location id. -branchId = pipe_9_E779 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E203_49.80 # Unique cross-section location id. +branchId = pipe_10_E203 # Branch on which the cross section is located. +chainage = 49.80303350787121 # Chainage on the branch (m). +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E780_0.00 # Unique cross-section location id. -branchId = pipe_9_E780 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E204_49.84 # Unique cross-section location id. +branchId = pipe_10_E204 # Branch on which the cross section is located. +chainage = 49.839253441079656 # Chainage on the branch (m). +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E781_0.00 # Unique cross-section location id. -branchId = pipe_9_E781 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E205_49.78 # Unique cross-section location id. +branchId = pipe_10_E205 # Branch on which the cross section is located. +chainage = 49.783432812060994 # Chainage on the branch (m). +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E782_0.00 # Unique cross-section location id. -branchId = pipe_9_E782 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E206_49.84 # Unique cross-section location id. +branchId = pipe_10_E206 # Branch on which the cross section is located. +chainage = 49.83925344063029 # Chainage on the branch (m). +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E783_0.00 # Unique cross-section location id. -branchId = pipe_9_E783 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E207_49.84 # Unique cross-section location id. +branchId = pipe_10_E207 # Branch on which the cross section is located. +chainage = 49.839253440160604 # Chainage on the branch (m). +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E784_0.00 # Unique cross-section location id. -branchId = pipe_9_E784 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E208_49.84 # Unique cross-section location id. +branchId = pipe_10_E208 # Branch on which the cross section is located. +chainage = 49.83800645043026 # Chainage on the branch (m). +shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E785_0.00 # Unique cross-section location id. -branchId = pipe_9_E785 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E209_49.84 # Unique cross-section location id. +branchId = pipe_10_E209 # Branch on which the cross section is located. +chainage = 49.83925344055787 # Chainage on the branch (m). +shift = 793.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E786_0.00 # Unique cross-section location id. -branchId = pipe_9_E786 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E210_49.84 # Unique cross-section location id. +branchId = pipe_10_E210 # Branch on which the cross section is located. +chainage = 49.839253440380794 # Chainage on the branch (m). +shift = 793.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E787_0.00 # Unique cross-section location id. -branchId = pipe_9_E787 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E211_49.84 # Unique cross-section location id. +branchId = pipe_10_E211 # Branch on which the cross section is located. +chainage = 49.839253440380794 # Chainage on the branch (m). +shift = 783.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E788_0.00 # Unique cross-section location id. -branchId = pipe_9_E788 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E212_49.79 # Unique cross-section location id. +branchId = pipe_10_E212 # Branch on which the cross section is located. +chainage = 49.794513119883554 # Chainage on the branch (m). +shift = 791.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E789_0.00 # Unique cross-section location id. -branchId = pipe_9_E789 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E213_49.78 # Unique cross-section location id. +branchId = pipe_10_E213 # Branch on which the cross section is located. +chainage = 49.780805985467886 # Chainage on the branch (m). +shift = 791.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E790_0.00 # Unique cross-section location id. -branchId = pipe_9_E790 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E214_49.84 # Unique cross-section location id. +branchId = pipe_10_E214 # Branch on which the cross section is located. +chainage = 49.83925344043066 # Chainage on the branch (m). +shift = 791.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E791_0.00 # Unique cross-section location id. -branchId = pipe_9_E791 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E215_49.84 # Unique cross-section location id. +branchId = pipe_10_E215 # Branch on which the cross section is located. +chainage = 49.83925344043066 # Chainage on the branch (m). +shift = 779.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E792_0.00 # Unique cross-section location id. -branchId = pipe_9_E792 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E216_49.84 # Unique cross-section location id. +branchId = pipe_10_E216 # Branch on which the cross section is located. +chainage = 49.83925344043066 # Chainage on the branch (m). +shift = 787.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E793_0.00 # Unique cross-section location id. -branchId = pipe_9_E793 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E217_49.84 # Unique cross-section location id. +branchId = pipe_10_E217 # Branch on which the cross section is located. +chainage = 49.83925344043066 # Chainage on the branch (m). +shift = 787.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E794_0.00 # Unique cross-section location id. -branchId = pipe_9_E794 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E218_49.77 # Unique cross-section location id. +branchId = pipe_10_E218 # Branch on which the cross section is located. +chainage = 49.769154906161845 # Chainage on the branch (m). +shift = 794.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E795_0.00 # Unique cross-section location id. -branchId = pipe_9_E795 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E219_49.84 # Unique cross-section location id. +branchId = pipe_10_E219 # Branch on which the cross section is located. +chainage = 49.839253440706344 # Chainage on the branch (m). +shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E796_0.00 # Unique cross-section location id. -branchId = pipe_9_E796 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E220_49.67 # Unique cross-section location id. +branchId = pipe_10_E220 # Branch on which the cross section is located. +chainage = 49.67309573759097 # Chainage on the branch (m). +shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E797_0.00 # Unique cross-section location id. -branchId = pipe_9_E797 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E221_49.84 # Unique cross-section location id. +branchId = pipe_10_E221 # Branch on which the cross section is located. +chainage = 49.839253440123834 # Chainage on the branch (m). +shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E798_0.00 # Unique cross-section location id. -branchId = pipe_9_E798 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E222_49.84 # Unique cross-section location id. +branchId = pipe_10_E222 # Branch on which the cross section is located. +chainage = 49.839253440658446 # Chainage on the branch (m). +shift = 755.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E799_0.00 # Unique cross-section location id. -branchId = pipe_9_E799 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E223_49.82 # Unique cross-section location id. +branchId = pipe_10_E223 # Branch on which the cross section is located. +chainage = 49.816369690785145 # Chainage on the branch (m). +shift = 755.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E800_0.00 # Unique cross-section location id. -branchId = pipe_9_E800 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E224_49.84 # Unique cross-section location id. +branchId = pipe_10_E224 # Branch on which the cross section is located. +chainage = 49.83925344046777 # Chainage on the branch (m). +shift = 755.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E801_0.00 # Unique cross-section location id. -branchId = pipe_9_E801 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E225_49.84 # Unique cross-section location id. +branchId = pipe_10_E225 # Branch on which the cross section is located. +chainage = 49.83925344046777 # Chainage on the branch (m). +shift = 743.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E802_0.00 # Unique cross-section location id. -branchId = pipe_9_E802 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E226_49.84 # Unique cross-section location id. +branchId = pipe_10_E226 # Branch on which the cross section is located. +chainage = 49.83925344046777 # Chainage on the branch (m). +shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E803_0.00 # Unique cross-section location id. -branchId = pipe_9_E803 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E227_49.84 # Unique cross-section location id. +branchId = pipe_10_E227 # Branch on which the cross section is located. +chainage = 49.83925344111945 # Chainage on the branch (m). +shift = 726.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E804_0.00 # Unique cross-section location id. -branchId = pipe_9_E804 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E228_49.78 # Unique cross-section location id. +branchId = pipe_10_E228 # Branch on which the cross section is located. +chainage = 49.77551212335701 # Chainage on the branch (m). +shift = 726.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E805_0.00 # Unique cross-section location id. -branchId = pipe_9_E805 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E229_49.74 # Unique cross-section location id. +branchId = pipe_10_E229 # Branch on which the cross section is located. +chainage = 49.744789409198376 # Chainage on the branch (m). +shift = 726.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E806_0.00 # Unique cross-section location id. -branchId = pipe_9_E806 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E230_49.84 # Unique cross-section location id. +branchId = pipe_10_E230 # Branch on which the cross section is located. +chainage = 49.83925344066407 # Chainage on the branch (m). +shift = 733.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E807_0.00 # Unique cross-section location id. -branchId = pipe_9_E807 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E231_49.82 # Unique cross-section location id. +branchId = pipe_10_E231 # Branch on which the cross section is located. +chainage = 49.82184036732441 # Chainage on the branch (m). +shift = 733.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E808_0.00 # Unique cross-section location id. -branchId = pipe_9_E808 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E232_49.84 # Unique cross-section location id. +branchId = pipe_10_E232 # Branch on which the cross section is located. +chainage = 49.8392534406345 # Chainage on the branch (m). +shift = 739.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E809_0.00 # Unique cross-section location id. -branchId = pipe_9_E809 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E233_49.84 # Unique cross-section location id. +branchId = pipe_10_E233 # Branch on which the cross section is located. +chainage = 49.83925344020636 # Chainage on the branch (m). +shift = 739.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E810_0.00 # Unique cross-section location id. -branchId = pipe_9_E810 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E234_49.84 # Unique cross-section location id. +branchId = pipe_10_E234 # Branch on which the cross section is located. +chainage = 49.839253440841276 # Chainage on the branch (m). +shift = 733.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E811_0.00 # Unique cross-section location id. -branchId = pipe_9_E811 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E235_49.84 # Unique cross-section location id. +branchId = pipe_10_E235 # Branch on which the cross section is located. +chainage = 49.83925344020636 # Chainage on the branch (m). +shift = 733.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E812_0.00 # Unique cross-section location id. -branchId = pipe_9_E812 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E236_49.84 # Unique cross-section location id. +branchId = pipe_10_E236 # Branch on which the cross section is located. +chainage = 49.8392534406345 # Chainage on the branch (m). +shift = 735.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E813_0.00 # Unique cross-section location id. -branchId = pipe_9_E813 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E237_49.84 # Unique cross-section location id. +branchId = pipe_10_E237 # Branch on which the cross section is located. +chainage = 49.8392534406345 # Chainage on the branch (m). +shift = 735.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E814_0.00 # Unique cross-section location id. -branchId = pipe_9_E814 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E238_49.81 # Unique cross-section location id. +branchId = pipe_10_E238 # Branch on which the cross section is located. +chainage = 49.80643576287513 # Chainage on the branch (m). +shift = 724.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E815_0.00 # Unique cross-section location id. -branchId = pipe_9_E815 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E239_49.84 # Unique cross-section location id. +branchId = pipe_10_E239 # Branch on which the cross section is located. +chainage = 49.83925344064685 # Chainage on the branch (m). +shift = 724.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E816_0.00 # Unique cross-section location id. -branchId = pipe_9_E816 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E240_49.84 # Unique cross-section location id. +branchId = pipe_10_E240 # Branch on which the cross section is located. +chainage = 49.83925344064685 # Chainage on the branch (m). +shift = 688.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E817_0.00 # Unique cross-section location id. -branchId = pipe_9_E817 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E241_49.83 # Unique cross-section location id. +branchId = pipe_10_E241 # Branch on which the cross section is located. +chainage = 49.828474002284906 # Chainage on the branch (m). +shift = 731.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E818_0.00 # Unique cross-section location id. -branchId = pipe_9_E818 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E242_49.84 # Unique cross-section location id. +branchId = pipe_10_E242 # Branch on which the cross section is located. +chainage = 49.839253440981 # Chainage on the branch (m). +shift = 731.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E819_0.00 # Unique cross-section location id. -branchId = pipe_9_E819 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E243_49.84 # Unique cross-section location id. +branchId = pipe_10_E243 # Branch on which the cross section is located. +chainage = 49.839253440149875 # Chainage on the branch (m). +shift = 719.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E820_0.00 # Unique cross-section location id. -branchId = pipe_9_E820 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E244_49.48 # Unique cross-section location id. +branchId = pipe_10_E244 # Branch on which the cross section is located. +chainage = 49.48443951786127 # Chainage on the branch (m). +shift = 719.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E821_0.00 # Unique cross-section location id. -branchId = pipe_9_E821 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E245_49.84 # Unique cross-section location id. +branchId = pipe_10_E245 # Branch on which the cross section is located. +chainage = 49.839253440624155 # Chainage on the branch (m). +shift = 736.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E822_0.00 # Unique cross-section location id. -branchId = pipe_9_E822 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E246_49.58 # Unique cross-section location id. +branchId = pipe_10_E246 # Branch on which the cross section is located. +chainage = 49.580431078099984 # Chainage on the branch (m). +shift = 725.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E823_0.00 # Unique cross-section location id. -branchId = pipe_9_E823 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E247_49.84 # Unique cross-section location id. +branchId = pipe_10_E247 # Branch on which the cross section is located. +chainage = 49.83925344100664 # Chainage on the branch (m). +shift = 725.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E824_0.00 # Unique cross-section location id. -branchId = pipe_9_E824 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E248_49.73 # Unique cross-section location id. +branchId = pipe_10_E248 # Branch on which the cross section is located. +chainage = 49.7320234398556 # Chainage on the branch (m). +shift = 732.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E825_0.00 # Unique cross-section location id. -branchId = pipe_9_E825 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E249_49.84 # Unique cross-section location id. +branchId = pipe_10_E249 # Branch on which the cross section is located. +chainage = 49.839253440915044 # Chainage on the branch (m). +shift = 732.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E826_0.00 # Unique cross-section location id. -branchId = pipe_9_E826 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E250_49.83 # Unique cross-section location id. +branchId = pipe_10_E250 # Branch on which the cross section is located. +chainage = 49.82596705660955 # Chainage on the branch (m). +shift = 748.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E827_0.00 # Unique cross-section location id. -branchId = pipe_9_E827 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E251_49.84 # Unique cross-section location id. +branchId = pipe_10_E251 # Branch on which the cross section is located. +chainage = 49.83925344102233 # Chainage on the branch (m). +shift = 748.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E828_0.00 # Unique cross-section location id. -branchId = pipe_9_E828 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E252_49.84 # Unique cross-section location id. +branchId = pipe_10_E252 # Branch on which the cross section is located. +chainage = 49.8378374224167 # Chainage on the branch (m). +shift = 748.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E829_0.00 # Unique cross-section location id. -branchId = pipe_9_E829 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. +id = pipe_10_E253_49.84 # Unique cross-section location id. +branchId = pipe_10_E253 # Branch on which the cross section is located. +chainage = 49.83925344048981 # Chainage on the branch (m). +shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E830_0.00 # Unique cross-section location id. -branchId = pipe_9_E830 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E254_49.84 # Unique cross-section location id. +branchId = pipe_10_E254 # Branch on which the cross section is located. +chainage = 49.838558166773225 # Chainage on the branch (m). +shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E831_0.00 # Unique cross-section location id. -branchId = pipe_9_E831 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E255_49.84 # Unique cross-section location id. +branchId = pipe_10_E255 # Branch on which the cross section is located. +chainage = 49.83925344049829 # Chainage on the branch (m). +shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E832_0.00 # Unique cross-section location id. -branchId = pipe_9_E832 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E256_49.84 # Unique cross-section location id. +branchId = pipe_10_E256 # Branch on which the cross section is located. +chainage = 49.83925344022301 # Chainage on the branch (m). +shift = 763.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E833_0.00 # Unique cross-section location id. -branchId = pipe_9_E833 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E257_49.79 # Unique cross-section location id. +branchId = pipe_10_E257 # Branch on which the cross section is located. +chainage = 49.786456327744844 # Chainage on the branch (m). +shift = 763.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E834_0.00 # Unique cross-section location id. -branchId = pipe_9_E834 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E258_49.72 # Unique cross-section location id. +branchId = pipe_10_E258 # Branch on which the cross section is located. +chainage = 49.72296144776011 # Chainage on the branch (m). +shift = 763.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E835_0.00 # Unique cross-section location id. -branchId = pipe_9_E835 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E259_49.84 # Unique cross-section location id. +branchId = pipe_10_E259 # Branch on which the cross section is located. +chainage = 49.839253440566566 # Chainage on the branch (m). +shift = 766.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E836_0.00 # Unique cross-section location id. -branchId = pipe_9_E836 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E260_49.84 # Unique cross-section location id. +branchId = pipe_10_E260 # Branch on which the cross section is located. +chainage = 49.837808280542504 # Chainage on the branch (m). +shift = 760.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E837_0.00 # Unique cross-section location id. -branchId = pipe_9_E837 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E261_49.84 # Unique cross-section location id. +branchId = pipe_10_E261 # Branch on which the cross section is located. +chainage = 49.83925344078458 # Chainage on the branch (m). +shift = 760.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E838_0.00 # Unique cross-section location id. -branchId = pipe_9_E838 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E262_49.58 # Unique cross-section location id. +branchId = pipe_10_E262 # Branch on which the cross section is located. +chainage = 49.57897846539425 # Chainage on the branch (m). +shift = 760.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E839_0.00 # Unique cross-section location id. -branchId = pipe_9_E839 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E263_49.57 # Unique cross-section location id. +branchId = pipe_10_E263 # Branch on which the cross section is located. +chainage = 49.56982485811156 # Chainage on the branch (m). +shift = 760.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E840_0.00 # Unique cross-section location id. -branchId = pipe_9_E840 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E264_49.66 # Unique cross-section location id. +branchId = pipe_10_E264 # Branch on which the cross section is located. +chainage = 49.656668612361955 # Chainage on the branch (m). +shift = 775.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E841_0.00 # Unique cross-section location id. -branchId = pipe_9_E841 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E265_49.84 # Unique cross-section location id. +branchId = pipe_10_E265 # Branch on which the cross section is located. +chainage = 49.83925343977785 # Chainage on the branch (m). +shift = 775.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E842_0.00 # Unique cross-section location id. -branchId = pipe_9_E842 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E266_49.75 # Unique cross-section location id. +branchId = pipe_10_E266 # Branch on which the cross section is located. +chainage = 49.749917022504704 # Chainage on the branch (m). +shift = 775.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E843_0.00 # Unique cross-section location id. -branchId = pipe_9_E843 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E267_49.84 # Unique cross-section location id. +branchId = pipe_10_E267 # Branch on which the cross section is located. +chainage = 49.839253440770456 # Chainage on the branch (m). +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E844_0.00 # Unique cross-section location id. -branchId = pipe_9_E844 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E268_49.73 # Unique cross-section location id. +branchId = pipe_10_E268 # Branch on which the cross section is located. +chainage = 49.73065043087553 # Chainage on the branch (m). +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E845_0.00 # Unique cross-section location id. -branchId = pipe_9_E845 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E269_49.60 # Unique cross-section location id. +branchId = pipe_10_E269 # Branch on which the cross section is located. +chainage = 49.59813433803431 # Chainage on the branch (m). +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E846_0.00 # Unique cross-section location id. -branchId = pipe_9_E846 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E270_49.57 # Unique cross-section location id. +branchId = pipe_10_E270 # Branch on which the cross section is located. +chainage = 49.57233335114046 # Chainage on the branch (m). +shift = 812.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E847_0.00 # Unique cross-section location id. -branchId = pipe_9_E847 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E271_49.45 # Unique cross-section location id. +branchId = pipe_10_E271 # Branch on which the cross section is located. +chainage = 49.453085971488186 # Chainage on the branch (m). +shift = 812.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E848_0.00 # Unique cross-section location id. -branchId = pipe_9_E848 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E272_49.74 # Unique cross-section location id. +branchId = pipe_10_E272 # Branch on which the cross section is located. +chainage = 49.74393890931481 # Chainage on the branch (m). +shift = 777.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E849_0.00 # Unique cross-section location id. -branchId = pipe_9_E849 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E273_44.86 # Unique cross-section location id. +branchId = pipe_10_E273 # Branch on which the cross section is located. +chainage = 44.85809334763953 # Chainage on the branch (m). +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E850_0.00 # Unique cross-section location id. -branchId = pipe_9_E850 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E274_49.36 # Unique cross-section location id. +branchId = pipe_10_E274 # Branch on which the cross section is located. +chainage = 49.35917902935394 # Chainage on the branch (m). +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E851_0.00 # Unique cross-section location id. -branchId = pipe_9_E851 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E275_49.62 # Unique cross-section location id. +branchId = pipe_10_E275 # Branch on which the cross section is located. +chainage = 49.61762711803174 # Chainage on the branch (m). +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E852_0.00 # Unique cross-section location id. -branchId = pipe_9_E852 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_10_E276_49.82 # Unique cross-section location id. +branchId = pipe_10_E276 # Branch on which the cross section is located. +chainage = 49.8237205616954 # Chainage on the branch (m). +shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E853_0.00 # Unique cross-section location id. -branchId = pipe_9_E853 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_11_E0_45.84 # Unique cross-section location id. +branchId = pipe_11_E0 # Branch on which the cross section is located. +chainage = 45.843398512725564 # Chainage on the branch (m). +shift = 798.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E854_0.00 # Unique cross-section location id. -branchId = pipe_9_E854 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_11_E1_46.58 # Unique cross-section location id. +branchId = pipe_11_E1 # Branch on which the cross section is located. +chainage = 46.58491410958195 # Chainage on the branch (m). +shift = 791.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E855_0.00 # Unique cross-section location id. -branchId = pipe_9_E855 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_11_E2_46.58 # Unique cross-section location id. +branchId = pipe_11_E2 # Branch on which the cross section is located. +chainage = 46.58491410944088 # Chainage on the branch (m). +shift = 791.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E856_0.00 # Unique cross-section location id. -branchId = pipe_9_E856 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_11_E3_46.58 # Unique cross-section location id. +branchId = pipe_11_E3 # Branch on which the cross section is located. +chainage = 46.58491411032287 # Chainage on the branch (m). +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E857_0.00 # Unique cross-section location id. -branchId = pipe_9_E857 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_11_E4_46.58 # Unique cross-section location id. +branchId = pipe_11_E4 # Branch on which the cross section is located. +chainage = 46.57775501031621 # Chainage on the branch (m). +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E858_0.00 # Unique cross-section location id. -branchId = pipe_9_E858 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_11_E5_46.38 # Unique cross-section location id. +branchId = pipe_11_E5 # Branch on which the cross section is located. +chainage = 46.37618225725309 # Chainage on the branch (m). +shift = 796.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E859_0.00 # Unique cross-section location id. -branchId = pipe_9_E859 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_11_E6_46.58 # Unique cross-section location id. +branchId = pipe_11_E6 # Branch on which the cross section is located. +chainage = 46.584914110282384 # Chainage on the branch (m). +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E860_0.00 # Unique cross-section location id. -branchId = pipe_9_E860 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_11_E7_46.51 # Unique cross-section location id. +branchId = pipe_11_E7 # Branch on which the cross section is located. +chainage = 46.511218931962595 # Chainage on the branch (m). +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E861_0.00 # Unique cross-section location id. -branchId = pipe_9_E861 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_11_E8_46.00 # Unique cross-section location id. +branchId = pipe_11_E8 # Branch on which the cross section is located. +chainage = 45.99932921986387 # Chainage on the branch (m). +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E862_0.00 # Unique cross-section location id. -branchId = pipe_9_E862 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_11_E9_46.58 # Unique cross-section location id. +branchId = pipe_11_E9 # Branch on which the cross section is located. +chainage = 46.58491410963628 # Chainage on the branch (m). +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E863_0.00 # Unique cross-section location id. -branchId = pipe_9_E863 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_12_E0_43.02 # Unique cross-section location id. +branchId = pipe_12_E0 # Branch on which the cross section is located. +chainage = 43.01924325419659 # Chainage on the branch (m). +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E864_0.00 # Unique cross-section location id. -branchId = pipe_9_E864 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_12_E1_43.02 # Unique cross-section location id. +branchId = pipe_12_E1 # Branch on which the cross section is located. +chainage = 43.019243253331936 # Chainage on the branch (m). +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E865_0.00 # Unique cross-section location id. -branchId = pipe_9_E865 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_12_E2_42.93 # Unique cross-section location id. +branchId = pipe_12_E2 # Branch on which the cross section is located. +chainage = 42.93120044824856 # Chainage on the branch (m). +shift = 796.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E866_0.00 # Unique cross-section location id. -branchId = pipe_9_E866 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_12_E3_43.01 # Unique cross-section location id. +branchId = pipe_12_E3 # Branch on which the cross section is located. +chainage = 43.01316151787953 # Chainage on the branch (m). +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E867_0.00 # Unique cross-section location id. -branchId = pipe_9_E867 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_12_E4_43.02 # Unique cross-section location id. +branchId = pipe_12_E4 # Branch on which the cross section is located. +chainage = 43.01924325381993 # Chainage on the branch (m). +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E868_0.00 # Unique cross-section location id. -branchId = pipe_9_E868 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_12_E5_43.02 # Unique cross-section location id. +branchId = pipe_12_E5 # Branch on which the cross section is located. +chainage = 43.01924325381993 # Chainage on the branch (m). +shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E869_0.00 # Unique cross-section location id. -branchId = pipe_9_E869 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_12_E6_42.93 # Unique cross-section location id. +branchId = pipe_12_E6 # Branch on which the cross section is located. +chainage = 42.92881876957556 # Chainage on the branch (m). +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E870_0.00 # Unique cross-section location id. -branchId = pipe_9_E870 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_15_E0_24.50 # Unique cross-section location id. +branchId = pipe_15_E0 # Branch on which the cross section is located. +chainage = 24.495994239973164 # Chainage on the branch (m). +shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E871_0.00 # Unique cross-section location id. -branchId = pipe_9_E871 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_17_E0_29.14 # Unique cross-section location id. +branchId = pipe_17_E0 # Branch on which the cross section is located. +chainage = 29.141086097378533 # Chainage on the branch (m). +shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E872_0.00 # Unique cross-section location id. -branchId = pipe_9_E872 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_18_E0_22.88 # Unique cross-section location id. +branchId = pipe_18_E0 # Branch on which the cross section is located. +chainage = 22.878491593160298 # Chainage on the branch (m). +shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E873_0.00 # Unique cross-section location id. -branchId = pipe_9_E873 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_19_E0_47.59 # Unique cross-section location id. +branchId = pipe_19_E0 # Branch on which the cross section is located. +chainage = 47.587741776424224 # Chainage on the branch (m). +shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E874_0.00 # Unique cross-section location id. -branchId = pipe_9_E874 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_19_E1_41.79 # Unique cross-section location id. +branchId = pipe_19_E1 # Branch on which the cross section is located. +chainage = 41.785296128106395 # Chainage on the branch (m). +shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E875_0.00 # Unique cross-section location id. -branchId = pipe_9_E875 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E0_49.96 # Unique cross-section location id. +branchId = pipe_20_E0 # Branch on which the cross section is located. +chainage = 49.95704984773258 # Chainage on the branch (m). +shift = 793.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E876_0.00 # Unique cross-section location id. -branchId = pipe_9_E876 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E1_49.96 # Unique cross-section location id. +branchId = pipe_20_E1 # Branch on which the cross section is located. +chainage = 49.95704984834314 # Chainage on the branch (m). +shift = 793.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E877_0.00 # Unique cross-section location id. -branchId = pipe_9_E877 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E2_48.94 # Unique cross-section location id. +branchId = pipe_20_E2 # Branch on which the cross section is located. +chainage = 48.936996810257995 # Chainage on the branch (m). +shift = 806.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E878_0.00 # Unique cross-section location id. -branchId = pipe_9_E878 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E3_49.96 # Unique cross-section location id. +branchId = pipe_20_E3 # Branch on which the cross section is located. +chainage = 49.95704984809253 # Chainage on the branch (m). +shift = 806.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E879_0.00 # Unique cross-section location id. -branchId = pipe_9_E879 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E4_49.95 # Unique cross-section location id. +branchId = pipe_20_E4 # Branch on which the cross section is located. +chainage = 49.947385232052916 # Chainage on the branch (m). +shift = 791.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E880_0.00 # Unique cross-section location id. -branchId = pipe_9_E880 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E5_49.96 # Unique cross-section location id. +branchId = pipe_20_E5 # Branch on which the cross section is located. +chainage = 49.95704984753578 # Chainage on the branch (m). +shift = 809.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E881_0.00 # Unique cross-section location id. -branchId = pipe_9_E881 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E6_49.95 # Unique cross-section location id. +branchId = pipe_20_E6 # Branch on which the cross section is located. +chainage = 49.953592002743825 # Chainage on the branch (m). +shift = 809.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E882_0.00 # Unique cross-section location id. -branchId = pipe_9_E882 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E7_49.96 # Unique cross-section location id. +branchId = pipe_20_E7 # Branch on which the cross section is located. +chainage = 49.95704984869966 # Chainage on the branch (m). +shift = 809.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E883_0.00 # Unique cross-section location id. -branchId = pipe_9_E883 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E8_49.96 # Unique cross-section location id. +branchId = pipe_20_E8 # Branch on which the cross section is located. +chainage = 49.95704984779247 # Chainage on the branch (m). +shift = 816.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E884_0.00 # Unique cross-section location id. -branchId = pipe_9_E884 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E9_49.96 # Unique cross-section location id. +branchId = pipe_20_E9 # Branch on which the cross section is located. +chainage = 49.95704984779247 # Chainage on the branch (m). +shift = 816.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E885_0.00 # Unique cross-section location id. -branchId = pipe_9_E885 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E10_49.96 # Unique cross-section location id. +branchId = pipe_20_E10 # Branch on which the cross section is located. +chainage = 49.95704984869966 # Chainage on the branch (m). +shift = 788.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E886_0.00 # Unique cross-section location id. -branchId = pipe_9_E886 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E11_49.59 # Unique cross-section location id. +branchId = pipe_20_E11 # Branch on which the cross section is located. +chainage = 49.585688827984505 # Chainage on the branch (m). +shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E887_0.00 # Unique cross-section location id. -branchId = pipe_9_E887 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E12_49.58 # Unique cross-section location id. +branchId = pipe_20_E12 # Branch on which the cross section is located. +chainage = 49.577814057035695 # Chainage on the branch (m). +shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E888_0.00 # Unique cross-section location id. -branchId = pipe_9_E888 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E13_49.66 # Unique cross-section location id. +branchId = pipe_20_E13 # Branch on which the cross section is located. +chainage = 49.66458590282397 # Chainage on the branch (m). +shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E889_0.00 # Unique cross-section location id. -branchId = pipe_9_E889 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E14_48.97 # Unique cross-section location id. +branchId = pipe_20_E14 # Branch on which the cross section is located. +chainage = 48.97407351409041 # Chainage on the branch (m). +shift = 788.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E890_0.00 # Unique cross-section location id. -branchId = pipe_9_E890 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E15_49.81 # Unique cross-section location id. +branchId = pipe_20_E15 # Branch on which the cross section is located. +chainage = 49.81050977806989 # Chainage on the branch (m). +shift = 788.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E891_0.00 # Unique cross-section location id. -branchId = pipe_9_E891 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E16_49.96 # Unique cross-section location id. +branchId = pipe_20_E16 # Branch on which the cross section is located. +chainage = 49.95704984838784 # Chainage on the branch (m). +shift = 817.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E892_0.00 # Unique cross-section location id. -branchId = pipe_9_E892 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E17_49.83 # Unique cross-section location id. +branchId = pipe_20_E17 # Branch on which the cross section is located. +chainage = 49.830324075578766 # Chainage on the branch (m). +shift = 817.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E893_0.00 # Unique cross-section location id. -branchId = pipe_9_E893 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E18_49.96 # Unique cross-section location id. +branchId = pipe_20_E18 # Branch on which the cross section is located. +chainage = 49.95704984802477 # Chainage on the branch (m). +shift = 817.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E894_0.00 # Unique cross-section location id. -branchId = pipe_9_E894 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E19_49.95 # Unique cross-section location id. +branchId = pipe_20_E19 # Branch on which the cross section is located. +chainage = 49.94692087171769 # Chainage on the branch (m). +shift = 844.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E895_0.00 # Unique cross-section location id. -branchId = pipe_9_E895 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E20_49.59 # Unique cross-section location id. +branchId = pipe_20_E20 # Branch on which the cross section is located. +chainage = 49.58547268938827 # Chainage on the branch (m). +shift = 844.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E896_0.00 # Unique cross-section location id. -branchId = pipe_9_E896 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E21_48.97 # Unique cross-section location id. +branchId = pipe_20_E21 # Branch on which the cross section is located. +chainage = 48.96556544834205 # Chainage on the branch (m). +shift = 844.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E897_0.00 # Unique cross-section location id. -branchId = pipe_9_E897 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E22_49.67 # Unique cross-section location id. +branchId = pipe_20_E22 # Branch on which the cross section is located. +chainage = 49.668690685108295 # Chainage on the branch (m). +shift = 830.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E898_0.00 # Unique cross-section location id. -branchId = pipe_9_E898 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E23_49.75 # Unique cross-section location id. +branchId = pipe_20_E23 # Branch on which the cross section is located. +chainage = 49.746636608424275 # Chainage on the branch (m). +shift = 759.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E899_0.00 # Unique cross-section location id. -branchId = pipe_9_E899 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E24_49.49 # Unique cross-section location id. +branchId = pipe_20_E24 # Branch on which the cross section is located. +chainage = 49.48847166878901 # Chainage on the branch (m). +shift = 759.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E900_0.00 # Unique cross-section location id. -branchId = pipe_9_E900 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E25_49.95 # Unique cross-section location id. +branchId = pipe_20_E25 # Branch on which the cross section is located. +chainage = 49.95490490596672 # Chainage on the branch (m). +shift = 748.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E901_0.00 # Unique cross-section location id. -branchId = pipe_9_E901 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E26_49.96 # Unique cross-section location id. +branchId = pipe_20_E26 # Branch on which the cross section is located. +chainage = 49.956973552539544 # Chainage on the branch (m). +shift = 748.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E902_0.00 # Unique cross-section location id. -branchId = pipe_9_E902 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E27_49.96 # Unique cross-section location id. +branchId = pipe_20_E27 # Branch on which the cross section is located. +chainage = 49.95704984812639 # Chainage on the branch (m). +shift = 740.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E903_0.00 # Unique cross-section location id. -branchId = pipe_9_E903 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E28_49.94 # Unique cross-section location id. +branchId = pipe_20_E28 # Branch on which the cross section is located. +chainage = 49.94399875236125 # Chainage on the branch (m). +shift = 740.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E904_0.00 # Unique cross-section location id. -branchId = pipe_9_E904 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E29_49.68 # Unique cross-section location id. +branchId = pipe_20_E29 # Branch on which the cross section is located. +chainage = 49.683455596777314 # Chainage on the branch (m). +shift = 745.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E905_0.00 # Unique cross-section location id. -branchId = pipe_9_E905 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E30_49.77 # Unique cross-section location id. +branchId = pipe_20_E30 # Branch on which the cross section is located. +chainage = 49.77128895878756 # Chainage on the branch (m). +shift = 754.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E906_0.00 # Unique cross-section location id. -branchId = pipe_9_E906 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E31_49.95 # Unique cross-section location id. +branchId = pipe_20_E31 # Branch on which the cross section is located. +chainage = 49.94625756879414 # Chainage on the branch (m). +shift = 756.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E907_0.00 # Unique cross-section location id. -branchId = pipe_9_E907 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E32_49.96 # Unique cross-section location id. +branchId = pipe_20_E32 # Branch on which the cross section is located. +chainage = 49.95704984853463 # Chainage on the branch (m). +shift = 756.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E908_0.00 # Unique cross-section location id. -branchId = pipe_9_E908 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E33_49.91 # Unique cross-section location id. +branchId = pipe_20_E33 # Branch on which the cross section is located. +chainage = 49.90552159926363 # Chainage on the branch (m). +shift = 753.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E909_0.00 # Unique cross-section location id. -branchId = pipe_9_E909 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E34_49.96 # Unique cross-section location id. +branchId = pipe_20_E34 # Branch on which the cross section is located. +chainage = 49.957049848188326 # Chainage on the branch (m). +shift = 753.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E910_0.00 # Unique cross-section location id. -branchId = pipe_9_E910 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E35_49.96 # Unique cross-section location id. +branchId = pipe_20_E35 # Branch on which the cross section is located. +chainage = 49.9570497905843 # Chainage on the branch (m). +shift = 748.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E911_0.00 # Unique cross-section location id. -branchId = pipe_9_E911 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E36_49.96 # Unique cross-section location id. +branchId = pipe_20_E36 # Branch on which the cross section is located. +chainage = 49.95667604528184 # Chainage on the branch (m). +shift = 757.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E912_0.00 # Unique cross-section location id. -branchId = pipe_9_E912 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E37_49.96 # Unique cross-section location id. +branchId = pipe_20_E37 # Branch on which the cross section is located. +chainage = 49.95704984795827 # Chainage on the branch (m). +shift = 751.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E913_0.00 # Unique cross-section location id. -branchId = pipe_9_E913 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E38_49.67 # Unique cross-section location id. +branchId = pipe_20_E38 # Branch on which the cross section is located. +chainage = 49.66719753390383 # Chainage on the branch (m). +shift = 751.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E914_0.00 # Unique cross-section location id. -branchId = pipe_9_E914 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E39_49.82 # Unique cross-section location id. +branchId = pipe_20_E39 # Branch on which the cross section is located. +chainage = 49.81743350494777 # Chainage on the branch (m). +shift = 751.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E915_0.00 # Unique cross-section location id. -branchId = pipe_9_E915 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E40_49.77 # Unique cross-section location id. +branchId = pipe_20_E40 # Branch on which the cross section is located. +chainage = 49.772669703716815 # Chainage on the branch (m). +shift = 749.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E916_0.00 # Unique cross-section location id. -branchId = pipe_9_E916 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E41_49.32 # Unique cross-section location id. +branchId = pipe_20_E41 # Branch on which the cross section is located. +chainage = 49.32060476788469 # Chainage on the branch (m). +shift = 749.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E917_0.00 # Unique cross-section location id. -branchId = pipe_9_E917 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E42_49.65 # Unique cross-section location id. +branchId = pipe_20_E42 # Branch on which the cross section is located. +chainage = 49.64900180595635 # Chainage on the branch (m). +shift = 748.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E918_0.00 # Unique cross-section location id. -branchId = pipe_9_E918 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E43_49.89 # Unique cross-section location id. +branchId = pipe_20_E43 # Branch on which the cross section is located. +chainage = 49.887276682280984 # Chainage on the branch (m). +shift = 748.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E919_0.00 # Unique cross-section location id. -branchId = pipe_9_E919 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E44_49.96 # Unique cross-section location id. +branchId = pipe_20_E44 # Branch on which the cross section is located. +chainage = 49.957049848313254 # Chainage on the branch (m). +shift = 748.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E920_0.00 # Unique cross-section location id. -branchId = pipe_9_E920 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E45_49.96 # Unique cross-section location id. +branchId = pipe_20_E45 # Branch on which the cross section is located. +chainage = 49.95704984763464 # Chainage on the branch (m). +shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E921_0.00 # Unique cross-section location id. -branchId = pipe_9_E921 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E46_49.94 # Unique cross-section location id. +branchId = pipe_20_E46 # Branch on which the cross section is located. +chainage = 49.935926847792814 # Chainage on the branch (m). +shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E922_0.00 # Unique cross-section location id. -branchId = pipe_9_E922 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_20_E47_49.96 # Unique cross-section location id. +branchId = pipe_20_E47 # Branch on which the cross section is located. +chainage = 49.957049848292506 # Chainage on the branch (m). +shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E923_0.00 # Unique cross-section location id. -branchId = pipe_9_E923 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_21_E0_42.65 # Unique cross-section location id. +branchId = pipe_21_E0 # Branch on which the cross section is located. +chainage = 42.6467639540124 # Chainage on the branch (m). +shift = 762.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E924_0.00 # Unique cross-section location id. -branchId = pipe_9_E924 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_21_E1_38.75 # Unique cross-section location id. +branchId = pipe_21_E1 # Branch on which the cross section is located. +chainage = 38.7537967075955 # Chainage on the branch (m). +shift = 762.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E925_0.00 # Unique cross-section location id. -branchId = pipe_9_E925 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_21_E2_42.21 # Unique cross-section location id. +branchId = pipe_21_E2 # Branch on which the cross section is located. +chainage = 42.2075811169523 # Chainage on the branch (m). +shift = 756.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E926_0.00 # Unique cross-section location id. -branchId = pipe_9_E926 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_21_E3_42.65 # Unique cross-section location id. +branchId = pipe_21_E3 # Branch on which the cross section is located. +chainage = 42.64676395375684 # Chainage on the branch (m). +shift = 756.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E927_0.00 # Unique cross-section location id. -branchId = pipe_9_E927 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_21_E4_40.07 # Unique cross-section location id. +branchId = pipe_21_E4 # Branch on which the cross section is located. +chainage = 40.07323138027512 # Chainage on the branch (m). +shift = 754.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E928_0.00 # Unique cross-section location id. -branchId = pipe_9_E928 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_23_E0_26.38 # Unique cross-section location id. +branchId = pipe_23_E0 # Branch on which the cross section is located. +chainage = 26.384890886221175 # Chainage on the branch (m). +shift = 811.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E929_0.00 # Unique cross-section location id. -branchId = pipe_9_E929 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_23_E1_26.38 # Unique cross-section location id. +branchId = pipe_23_E1 # Branch on which the cross section is located. +chainage = 26.384890886678356 # Chainage on the branch (m). +shift = 811.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E930_0.00 # Unique cross-section location id. -branchId = pipe_9_E930 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_24_E0_42.24 # Unique cross-section location id. +branchId = pipe_24_E0 # Branch on which the cross section is located. +chainage = 42.244368446486874 # Chainage on the branch (m). +shift = 748.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E931_0.00 # Unique cross-section location id. -branchId = pipe_9_E931 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. +id = pipe_24_E1_45.73 # Unique cross-section location id. +branchId = pipe_24_E1 # Branch on which the cross section is located. +chainage = 45.72528168078143 # Chainage on the branch (m). +shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E932_0.00 # Unique cross-section location id. -branchId = pipe_9_E932 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_25_E0_40.38 # Unique cross-section location id. +branchId = pipe_25_E0 # Branch on which the cross section is located. +chainage = 40.375905241400346 # Chainage on the branch (m). +shift = 788.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E933_0.00 # Unique cross-section location id. -branchId = pipe_9_E933 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_25_E1_42.75 # Unique cross-section location id. +branchId = pipe_25_E1 # Branch on which the cross section is located. +chainage = 42.75417385701397 # Chainage on the branch (m). +shift = 788.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E934_0.00 # Unique cross-section location id. -branchId = pipe_9_E934 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_25_E2_42.90 # Unique cross-section location id. +branchId = pipe_25_E2 # Branch on which the cross section is located. +chainage = 42.89681576703383 # Chainage on the branch (m). +shift = 780.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E935_0.00 # Unique cross-section location id. -branchId = pipe_9_E935 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_26_E0_24.12 # Unique cross-section location id. +branchId = pipe_26_E0 # Branch on which the cross section is located. +chainage = 24.123747909750783 # Chainage on the branch (m). +shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E936_0.00 # Unique cross-section location id. -branchId = pipe_9_E936 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_29_E0_32.61 # Unique cross-section location id. +branchId = pipe_29_E0 # Branch on which the cross section is located. +chainage = 32.61027693975268 # Chainage on the branch (m). +shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E937_0.00 # Unique cross-section location id. -branchId = pipe_9_E937 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_29_E1_31.24 # Unique cross-section location id. +branchId = pipe_29_E1 # Branch on which the cross section is located. +chainage = 31.239811053275748 # Chainage on the branch (m). +shift = 760.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E938_0.00 # Unique cross-section location id. -branchId = pipe_9_E938 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_30_E0_45.94 # Unique cross-section location id. +branchId = pipe_30_E0 # Branch on which the cross section is located. +chainage = 45.93748369909814 # Chainage on the branch (m). +shift = 766.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E939_0.00 # Unique cross-section location id. -branchId = pipe_9_E939 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_30_E1_41.51 # Unique cross-section location id. +branchId = pipe_30_E1 # Branch on which the cross section is located. +chainage = 41.51378750793971 # Chainage on the branch (m). +shift = 760.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E940_0.00 # Unique cross-section location id. -branchId = pipe_9_E940 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_30_E2_45.90 # Unique cross-section location id. +branchId = pipe_30_E2 # Branch on which the cross section is located. +chainage = 45.896079738550505 # Chainage on the branch (m). +shift = 760.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E941_0.00 # Unique cross-section location id. -branchId = pipe_9_E941 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_30_E3_45.95 # Unique cross-section location id. +branchId = pipe_30_E3 # Branch on which the cross section is located. +chainage = 45.953738123787836 # Chainage on the branch (m). +shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E942_0.00 # Unique cross-section location id. -branchId = pipe_9_E942 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_30_E4_45.94 # Unique cross-section location id. +branchId = pipe_30_E4 # Branch on which the cross section is located. +chainage = 45.9408526876547 # Chainage on the branch (m). +shift = 769.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E943_0.00 # Unique cross-section location id. -branchId = pipe_9_E943 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_30_E5_45.81 # Unique cross-section location id. +branchId = pipe_30_E5 # Branch on which the cross section is located. +chainage = 45.80887744453785 # Chainage on the branch (m). +shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E944_0.00 # Unique cross-section location id. -branchId = pipe_9_E944 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_30_E6_45.98 # Unique cross-section location id. +branchId = pipe_30_E6 # Branch on which the cross section is located. +chainage = 45.97569631548814 # Chainage on the branch (m). +shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E945_0.00 # Unique cross-section location id. -branchId = pipe_9_E945 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_30_E7_44.55 # Unique cross-section location id. +branchId = pipe_30_E7 # Branch on which the cross section is located. +chainage = 44.546616613525906 # Chainage on the branch (m). +shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E946_0.00 # Unique cross-section location id. -branchId = pipe_9_E946 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E0_49.57 # Unique cross-section location id. +branchId = pipe_32_E0 # Branch on which the cross section is located. +chainage = 49.57103512516862 # Chainage on the branch (m). +shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E947_0.00 # Unique cross-section location id. -branchId = pipe_9_E947 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E1_49.54 # Unique cross-section location id. +branchId = pipe_32_E1 # Branch on which the cross section is located. +chainage = 49.54396955883138 # Chainage on the branch (m). +shift = 769.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E948_0.00 # Unique cross-section location id. -branchId = pipe_9_E948 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E2_49.55 # Unique cross-section location id. +branchId = pipe_32_E2 # Branch on which the cross section is located. +chainage = 49.54502644111863 # Chainage on the branch (m). +shift = 769.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E949_0.00 # Unique cross-section location id. -branchId = pipe_9_E949 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E3_49.57 # Unique cross-section location id. +branchId = pipe_32_E3 # Branch on which the cross section is located. +chainage = 49.571035125135865 # Chainage on the branch (m). +shift = 778.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E950_0.00 # Unique cross-section location id. -branchId = pipe_9_E950 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E4_49.56 # Unique cross-section location id. +branchId = pipe_32_E4 # Branch on which the cross section is located. +chainage = 49.562408646584444 # Chainage on the branch (m). +shift = 778.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E951_0.00 # Unique cross-section location id. -branchId = pipe_9_E951 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E5_49.55 # Unique cross-section location id. +branchId = pipe_32_E5 # Branch on which the cross section is located. +chainage = 49.546247818157305 # Chainage on the branch (m). +shift = 783.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E952_0.00 # Unique cross-section location id. -branchId = pipe_9_E952 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E6_49.57 # Unique cross-section location id. +branchId = pipe_32_E6 # Branch on which the cross section is located. +chainage = 49.57103512517064 # Chainage on the branch (m). +shift = 783.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E953_0.00 # Unique cross-section location id. -branchId = pipe_9_E953 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E7_49.57 # Unique cross-section location id. +branchId = pipe_32_E7 # Branch on which the cross section is located. +chainage = 49.57103512502327 # Chainage on the branch (m). +shift = 785.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E954_0.00 # Unique cross-section location id. -branchId = pipe_9_E954 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E8_49.51 # Unique cross-section location id. +branchId = pipe_32_E8 # Branch on which the cross section is located. +chainage = 49.51068945503694 # Chainage on the branch (m). +shift = 785.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E955_0.00 # Unique cross-section location id. -branchId = pipe_9_E955 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E9_49.57 # Unique cross-section location id. +branchId = pipe_32_E9 # Branch on which the cross section is located. +chainage = 49.57103512498852 # Chainage on the branch (m). +shift = 787.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E956_0.00 # Unique cross-section location id. -branchId = pipe_9_E956 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E10_49.52 # Unique cross-section location id. +branchId = pipe_32_E10 # Branch on which the cross section is located. +chainage = 49.522754397417714 # Chainage on the branch (m). +shift = 787.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E957_0.00 # Unique cross-section location id. -branchId = pipe_9_E957 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E11_49.42 # Unique cross-section location id. +branchId = pipe_32_E11 # Branch on which the cross section is located. +chainage = 49.42029788017918 # Chainage on the branch (m). +shift = 786.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E958_0.00 # Unique cross-section location id. -branchId = pipe_9_E958 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E12_49.57 # Unique cross-section location id. +branchId = pipe_32_E12 # Branch on which the cross section is located. +chainage = 49.56898871911207 # Chainage on the branch (m). +shift = 814.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E959_0.00 # Unique cross-section location id. -branchId = pipe_9_E959 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E13_49.57 # Unique cross-section location id. +branchId = pipe_32_E13 # Branch on which the cross section is located. +chainage = 49.56775345231123 # Chainage on the branch (m). +shift = 815.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E960_0.00 # Unique cross-section location id. -branchId = pipe_9_E960 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E14_49.57 # Unique cross-section location id. +branchId = pipe_32_E14 # Branch on which the cross section is located. +chainage = 49.571035125032836 # Chainage on the branch (m). +shift = 815.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E961_0.00 # Unique cross-section location id. -branchId = pipe_9_E961 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E15_49.57 # Unique cross-section location id. +branchId = pipe_32_E15 # Branch on which the cross section is located. +chainage = 49.57103512520923 # Chainage on the branch (m). +shift = 800.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E962_0.00 # Unique cross-section location id. -branchId = pipe_9_E962 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E16_49.57 # Unique cross-section location id. +branchId = pipe_32_E16 # Branch on which the cross section is located. +chainage = 49.57103512520923 # Chainage on the branch (m). +shift = 835.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E963_0.00 # Unique cross-section location id. -branchId = pipe_9_E963 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E17_49.57 # Unique cross-section location id. +branchId = pipe_32_E17 # Branch on which the cross section is located. +chainage = 49.571035125032836 # Chainage on the branch (m). +shift = 835.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E964_0.00 # Unique cross-section location id. -branchId = pipe_9_E964 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E18_49.57 # Unique cross-section location id. +branchId = pipe_32_E18 # Branch on which the cross section is located. +chainage = 49.5710351246013 # Chainage on the branch (m). +shift = 826.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E965_0.00 # Unique cross-section location id. -branchId = pipe_9_E965 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E19_49.56 # Unique cross-section location id. +branchId = pipe_32_E19 # Branch on which the cross section is located. +chainage = 49.56250646342485 # Chainage on the branch (m). +shift = 826.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E966_0.00 # Unique cross-section location id. -branchId = pipe_9_E966 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E20_49.57 # Unique cross-section location id. +branchId = pipe_32_E20 # Branch on which the cross section is located. +chainage = 49.571035125247434 # Chainage on the branch (m). +shift = 851.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E967_0.00 # Unique cross-section location id. -branchId = pipe_9_E967 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E21_49.57 # Unique cross-section location id. +branchId = pipe_32_E21 # Branch on which the cross section is located. +chainage = 49.57103512444166 # Chainage on the branch (m). +shift = 851.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E968_0.00 # Unique cross-section location id. -branchId = pipe_9_E968 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E22_49.12 # Unique cross-section location id. +branchId = pipe_32_E22 # Branch on which the cross section is located. +chainage = 49.120219750851604 # Chainage on the branch (m). +shift = 851.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E969_0.00 # Unique cross-section location id. -branchId = pipe_9_E969 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E23_49.55 # Unique cross-section location id. +branchId = pipe_32_E23 # Branch on which the cross section is located. +chainage = 49.55475043133406 # Chainage on the branch (m). +shift = 888.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E970_0.00 # Unique cross-section location id. -branchId = pipe_9_E970 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E24_49.57 # Unique cross-section location id. +branchId = pipe_32_E24 # Branch on which the cross section is located. +chainage = 49.57103512459825 # Chainage on the branch (m). +shift = 873.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E971_0.00 # Unique cross-section location id. -branchId = pipe_9_E971 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E25_49.57 # Unique cross-section location id. +branchId = pipe_32_E25 # Branch on which the cross section is located. +chainage = 49.571025429274684 # Chainage on the branch (m). +shift = 873.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E972_0.00 # Unique cross-section location id. -branchId = pipe_9_E972 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E26_49.57 # Unique cross-section location id. +branchId = pipe_32_E26 # Branch on which the cross section is located. +chainage = 49.57103512557068 # Chainage on the branch (m). +shift = 895.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E973_0.00 # Unique cross-section location id. -branchId = pipe_9_E973 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E27_49.57 # Unique cross-section location id. +branchId = pipe_32_E27 # Branch on which the cross section is located. +chainage = 49.57103512461662 # Chainage on the branch (m). +shift = 895.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E974_0.00 # Unique cross-section location id. -branchId = pipe_9_E974 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E28_49.29 # Unique cross-section location id. +branchId = pipe_32_E28 # Branch on which the cross section is located. +chainage = 49.29169369915681 # Chainage on the branch (m). +shift = 895.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E975_0.00 # Unique cross-section location id. -branchId = pipe_9_E975 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E29_49.50 # Unique cross-section location id. +branchId = pipe_32_E29 # Branch on which the cross section is located. +chainage = 49.496038646521285 # Chainage on the branch (m). +shift = 916.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E976_0.00 # Unique cross-section location id. -branchId = pipe_9_E976 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E30_49.55 # Unique cross-section location id. +branchId = pipe_32_E30 # Branch on which the cross section is located. +chainage = 49.54982964625261 # Chainage on the branch (m). +shift = 916.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E977_0.00 # Unique cross-section location id. -branchId = pipe_9_E977 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E31_49.57 # Unique cross-section location id. +branchId = pipe_32_E31 # Branch on which the cross section is located. +chainage = 49.57103512487335 # Chainage on the branch (m). +shift = 916.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E978_0.00 # Unique cross-section location id. -branchId = pipe_9_E978 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E32_49.57 # Unique cross-section location id. +branchId = pipe_32_E32 # Branch on which the cross section is located. +chainage = 49.571035125818554 # Chainage on the branch (m). +shift = 946.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E979_0.00 # Unique cross-section location id. -branchId = pipe_9_E979 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E33_49.24 # Unique cross-section location id. +branchId = pipe_32_E33 # Branch on which the cross section is located. +chainage = 49.24226373253869 # Chainage on the branch (m). +shift = 946.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E980_0.00 # Unique cross-section location id. -branchId = pipe_9_E980 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E34_49.47 # Unique cross-section location id. +branchId = pipe_32_E34 # Branch on which the cross section is located. +chainage = 49.467028257081374 # Chainage on the branch (m). +shift = 946.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E981_0.00 # Unique cross-section location id. -branchId = pipe_9_E981 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E35_49.57 # Unique cross-section location id. +branchId = pipe_32_E35 # Branch on which the cross section is located. +chainage = 49.57103512505527 # Chainage on the branch (m). +shift = 938.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E982_0.00 # Unique cross-section location id. -branchId = pipe_9_E982 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E36_49.57 # Unique cross-section location id. +branchId = pipe_32_E36 # Branch on which the cross section is located. +chainage = 49.57103512496144 # Chainage on the branch (m). +shift = 938.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E983_0.00 # Unique cross-section location id. -branchId = pipe_9_E983 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E37_49.43 # Unique cross-section location id. +branchId = pipe_32_E37 # Branch on which the cross section is located. +chainage = 49.43059618949039 # Chainage on the branch (m). +shift = 938.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E984_0.00 # Unique cross-section location id. -branchId = pipe_9_E984 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E38_49.53 # Unique cross-section location id. +branchId = pipe_32_E38 # Branch on which the cross section is located. +chainage = 49.528504157481265 # Chainage on the branch (m). +shift = 969.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E985_0.00 # Unique cross-section location id. -branchId = pipe_9_E985 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E39_49.57 # Unique cross-section location id. +branchId = pipe_32_E39 # Branch on which the cross section is located. +chainage = 49.57103512538012 # Chainage on the branch (m). +shift = 933.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E986_0.00 # Unique cross-section location id. -branchId = pipe_9_E986 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E40_49.47 # Unique cross-section location id. +branchId = pipe_32_E40 # Branch on which the cross section is located. +chainage = 49.47262650686139 # Chainage on the branch (m). +shift = 933.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E987_0.00 # Unique cross-section location id. -branchId = pipe_9_E987 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E41_49.57 # Unique cross-section location id. +branchId = pipe_32_E41 # Branch on which the cross section is located. +chainage = 49.57103512513087 # Chainage on the branch (m). +shift = 947.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E988_0.00 # Unique cross-section location id. -branchId = pipe_9_E988 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E42_49.57 # Unique cross-section location id. +branchId = pipe_32_E42 # Branch on which the cross section is located. +chainage = 49.57103512513087 # Chainage on the branch (m). +shift = 922.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E989_0.00 # Unique cross-section location id. -branchId = pipe_9_E989 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E43_49.34 # Unique cross-section location id. +branchId = pipe_32_E43 # Branch on which the cross section is located. +chainage = 49.340087355022064 # Chainage on the branch (m). +shift = 922.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E990_0.00 # Unique cross-section location id. -branchId = pipe_9_E990 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E44_49.52 # Unique cross-section location id. +branchId = pipe_32_E44 # Branch on which the cross section is located. +chainage = 49.51535333219851 # Chainage on the branch (m). +shift = 939.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E991_0.00 # Unique cross-section location id. -branchId = pipe_9_E991 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E45_49.57 # Unique cross-section location id. +branchId = pipe_32_E45 # Branch on which the cross section is located. +chainage = 49.57103512576089 # Chainage on the branch (m). +shift = 939.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E992_0.00 # Unique cross-section location id. -branchId = pipe_9_E992 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E46_49.57 # Unique cross-section location id. +branchId = pipe_32_E46 # Branch on which the cross section is located. +chainage = 49.571035124860664 # Chainage on the branch (m). +shift = 939.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E993_0.00 # Unique cross-section location id. -branchId = pipe_9_E993 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E47_45.42 # Unique cross-section location id. +branchId = pipe_32_E47 # Branch on which the cross section is located. +chainage = 45.42327133763296 # Chainage on the branch (m). +shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E994_0.00 # Unique cross-section location id. -branchId = pipe_9_E994 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E48_38.01 # Unique cross-section location id. +branchId = pipe_32_E48 # Branch on which the cross section is located. +chainage = 38.01308565525336 # Chainage on the branch (m). +shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E995_0.00 # Unique cross-section location id. -branchId = pipe_9_E995 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E49_49.57 # Unique cross-section location id. +branchId = pipe_32_E49 # Branch on which the cross section is located. +chainage = 49.571035124374774 # Chainage on the branch (m). +shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E996_0.00 # Unique cross-section location id. -branchId = pipe_9_E996 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E50_46.58 # Unique cross-section location id. +branchId = pipe_32_E50 # Branch on which the cross section is located. +chainage = 46.576116162417534 # Chainage on the branch (m). +shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E997_0.00 # Unique cross-section location id. -branchId = pipe_9_E997 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E51_49.55 # Unique cross-section location id. +branchId = pipe_32_E51 # Branch on which the cross section is located. +chainage = 49.55206954292026 # Chainage on the branch (m). +shift = 938.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E998_0.00 # Unique cross-section location id. -branchId = pipe_9_E998 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E52_49.32 # Unique cross-section location id. +branchId = pipe_32_E52 # Branch on which the cross section is located. +chainage = 49.31919991896291 # Chainage on the branch (m). +shift = 938.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E999_0.00 # Unique cross-section location id. -branchId = pipe_9_E999 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E53_49.57 # Unique cross-section location id. +branchId = pipe_32_E53 # Branch on which the cross section is located. +chainage = 49.571035125092884 # Chainage on the branch (m). +shift = 935.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1000_0.00 # Unique cross-section location id. -branchId = pipe_9_E1000 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E54_49.57 # Unique cross-section location id. +branchId = pipe_32_E54 # Branch on which the cross section is located. +chainage = 49.57103512510529 # Chainage on the branch (m). +shift = 935.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1001_0.00 # Unique cross-section location id. -branchId = pipe_9_E1001 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E55_49.49 # Unique cross-section location id. +branchId = pipe_32_E55 # Branch on which the cross section is located. +chainage = 49.48846438396262 # Chainage on the branch (m). +shift = 935.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1002_0.00 # Unique cross-section location id. -branchId = pipe_9_E1002 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E56_49.51 # Unique cross-section location id. +branchId = pipe_32_E56 # Branch on which the cross section is located. +chainage = 49.51281974212161 # Chainage on the branch (m). +shift = 935.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1003_0.00 # Unique cross-section location id. -branchId = pipe_9_E1003 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E57_49.57 # Unique cross-section location id. +branchId = pipe_32_E57 # Branch on which the cross section is located. +chainage = 49.571035125124595 # Chainage on the branch (m). +shift = 938.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1004_0.00 # Unique cross-section location id. -branchId = pipe_9_E1004 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E58_49.55 # Unique cross-section location id. +branchId = pipe_32_E58 # Branch on which the cross section is located. +chainage = 49.55275689542034 # Chainage on the branch (m). +shift = 938.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1005_0.00 # Unique cross-section location id. -branchId = pipe_9_E1005 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E59_49.28 # Unique cross-section location id. +branchId = pipe_32_E59 # Branch on which the cross section is located. +chainage = 49.27668138024619 # Chainage on the branch (m). +shift = 940.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1006_0.00 # Unique cross-section location id. -branchId = pipe_9_E1006 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E60_49.18 # Unique cross-section location id. +branchId = pipe_32_E60 # Branch on which the cross section is located. +chainage = 49.1797052654392 # Chainage on the branch (m). +shift = 940.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1007_0.00 # Unique cross-section location id. -branchId = pipe_9_E1007 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E61_48.79 # Unique cross-section location id. +branchId = pipe_32_E61 # Branch on which the cross section is located. +chainage = 48.791095984421524 # Chainage on the branch (m). +shift = 943.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1008_0.00 # Unique cross-section location id. -branchId = pipe_9_E1008 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E62_49.57 # Unique cross-section location id. +branchId = pipe_32_E62 # Branch on which the cross section is located. +chainage = 49.571035125320485 # Chainage on the branch (m). +shift = 950.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1009_0.00 # Unique cross-section location id. -branchId = pipe_9_E1009 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E63_49.48 # Unique cross-section location id. +branchId = pipe_32_E63 # Branch on which the cross section is located. +chainage = 49.48266745165307 # Chainage on the branch (m). +shift = 950.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1010_0.00 # Unique cross-section location id. -branchId = pipe_9_E1010 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E64_49.57 # Unique cross-section location id. +branchId = pipe_32_E64 # Branch on which the cross section is located. +chainage = 49.57103512551721 # Chainage on the branch (m). +shift = 950.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1011_0.00 # Unique cross-section location id. -branchId = pipe_9_E1011 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E65_49.57 # Unique cross-section location id. +branchId = pipe_32_E65 # Branch on which the cross section is located. +chainage = 49.57103512469701 # Chainage on the branch (m). +shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1012_0.00 # Unique cross-section location id. -branchId = pipe_9_E1012 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E66_49.57 # Unique cross-section location id. +branchId = pipe_32_E66 # Branch on which the cross section is located. +chainage = 49.56614561433838 # Chainage on the branch (m). +shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1013_0.00 # Unique cross-section location id. -branchId = pipe_9_E1013 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E67_49.57 # Unique cross-section location id. +branchId = pipe_32_E67 # Branch on which the cross section is located. +chainage = 49.5710351242667 # Chainage on the branch (m). +shift = 953.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1014_0.00 # Unique cross-section location id. -branchId = pipe_9_E1014 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E68_49.57 # Unique cross-section location id. +branchId = pipe_32_E68 # Branch on which the cross section is located. +chainage = 49.57103512517299 # Chainage on the branch (m). +shift = 953.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1015_0.00 # Unique cross-section location id. -branchId = pipe_9_E1015 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E69_49.46 # Unique cross-section location id. +branchId = pipe_32_E69 # Branch on which the cross section is located. +chainage = 49.461976375925616 # Chainage on the branch (m). +shift = 953.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1016_0.00 # Unique cross-section location id. -branchId = pipe_9_E1016 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E70_49.57 # Unique cross-section location id. +branchId = pipe_32_E70 # Branch on which the cross section is located. +chainage = 49.57103512477533 # Chainage on the branch (m). +shift = 962.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1017_0.00 # Unique cross-section location id. -branchId = pipe_9_E1017 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E71_49.57 # Unique cross-section location id. +branchId = pipe_32_E71 # Branch on which the cross section is located. +chainage = 49.57103512474947 # Chainage on the branch (m). +shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1018_0.00 # Unique cross-section location id. -branchId = pipe_9_E1018 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E72_49.52 # Unique cross-section location id. +branchId = pipe_32_E72 # Branch on which the cross section is located. +chainage = 49.52045696227679 # Chainage on the branch (m). +shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1019_0.00 # Unique cross-section location id. -branchId = pipe_9_E1019 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_32_E73_49.57 # Unique cross-section location id. +branchId = pipe_32_E73 # Branch on which the cross section is located. +chainage = 49.57103512489479 # Chainage on the branch (m). +shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1020_0.00 # Unique cross-section location id. -branchId = pipe_9_E1020 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_33_E0_48.01 # Unique cross-section location id. +branchId = pipe_33_E0 # Branch on which the cross section is located. +chainage = 48.0077597888555 # Chainage on the branch (m). +shift = 749.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1021_0.00 # Unique cross-section location id. -branchId = pipe_9_E1021 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_33_E1_48.04 # Unique cross-section location id. +branchId = pipe_33_E1 # Branch on which the cross section is located. +chainage = 48.03942396937388 # Chainage on the branch (m). +shift = 749.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1022_0.00 # Unique cross-section location id. -branchId = pipe_9_E1022 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_33_E2_48.04 # Unique cross-section location id. +branchId = pipe_33_E2 # Branch on which the cross section is located. +chainage = 48.039284128704736 # Chainage on the branch (m). +shift = 735.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1023_0.00 # Unique cross-section location id. -branchId = pipe_9_E1023 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_33_E3_48.04 # Unique cross-section location id. +branchId = pipe_33_E3 # Branch on which the cross section is located. +chainage = 48.03942396908083 # Chainage on the branch (m). +shift = 735.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1024_0.00 # Unique cross-section location id. -branchId = pipe_9_E1024 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_33_E4_48.04 # Unique cross-section location id. +branchId = pipe_33_E4 # Branch on which the cross section is located. +chainage = 48.039423969576 # Chainage on the branch (m). +shift = 760.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1025_0.00 # Unique cross-section location id. -branchId = pipe_9_E1025 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_33_E5_48.03 # Unique cross-section location id. +branchId = pipe_33_E5 # Branch on which the cross section is located. +chainage = 48.02543785607358 # Chainage on the branch (m). +shift = 760.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1026_0.00 # Unique cross-section location id. -branchId = pipe_9_E1026 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_33_E6_48.04 # Unique cross-section location id. +branchId = pipe_33_E6 # Branch on which the cross section is located. +chainage = 48.03942396943355 # Chainage on the branch (m). +shift = 752.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1027_0.00 # Unique cross-section location id. -branchId = pipe_9_E1027 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_33_E7_48.04 # Unique cross-section location id. +branchId = pipe_33_E7 # Branch on which the cross section is located. +chainage = 48.03942396943355 # Chainage on the branch (m). +shift = 752.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1028_0.00 # Unique cross-section location id. -branchId = pipe_9_E1028 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_33_E8_48.04 # Unique cross-section location id. +branchId = pipe_33_E8 # Branch on which the cross section is located. +chainage = 48.03665819784142 # Chainage on the branch (m). +shift = 740.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1029_0.00 # Unique cross-section location id. -branchId = pipe_9_E1029 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_33_E9_47.93 # Unique cross-section location id. +branchId = pipe_33_E9 # Branch on which the cross section is located. +chainage = 47.93205009712398 # Chainage on the branch (m). +shift = 740.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1030_0.00 # Unique cross-section location id. -branchId = pipe_9_E1030 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_33_E10_48.04 # Unique cross-section location id. +branchId = pipe_33_E10 # Branch on which the cross section is located. +chainage = 48.03942396955599 # Chainage on the branch (m). +shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1031_0.00 # Unique cross-section location id. -branchId = pipe_9_E1031 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_33_E11_48.04 # Unique cross-section location id. +branchId = pipe_33_E11 # Branch on which the cross section is located. +chainage = 48.0394239691906 # Chainage on the branch (m). +shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1032_0.00 # Unique cross-section location id. -branchId = pipe_9_E1032 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_33_E12_47.84 # Unique cross-section location id. +branchId = pipe_33_E12 # Branch on which the cross section is located. +chainage = 47.8444958100514 # Chainage on the branch (m). +shift = 708.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1033_0.00 # Unique cross-section location id. -branchId = pipe_9_E1033 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. +id = pipe_34_E0_49.74 # Unique cross-section location id. +branchId = pipe_34_E0 # Branch on which the cross section is located. +chainage = 49.73852101246634 # Chainage on the branch (m). +shift = 951.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1034_0.00 # Unique cross-section location id. -branchId = pipe_9_E1034 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E1_49.76 # Unique cross-section location id. +branchId = pipe_34_E1 # Branch on which the cross section is located. +chainage = 49.76010332494806 # Chainage on the branch (m). +shift = 951.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1035_0.00 # Unique cross-section location id. -branchId = pipe_9_E1035 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E2_49.76 # Unique cross-section location id. +branchId = pipe_34_E2 # Branch on which the cross section is located. +chainage = 49.76010332484535 # Chainage on the branch (m). +shift = 953.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1036_0.00 # Unique cross-section location id. -branchId = pipe_9_E1036 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E3_49.71 # Unique cross-section location id. +branchId = pipe_34_E3 # Branch on which the cross section is located. +chainage = 49.70801885057801 # Chainage on the branch (m). +shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1037_0.00 # Unique cross-section location id. -branchId = pipe_9_E1037 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E4_49.37 # Unique cross-section location id. +branchId = pipe_34_E4 # Branch on which the cross section is located. +chainage = 49.371840337684766 # Chainage on the branch (m). +shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1038_0.00 # Unique cross-section location id. -branchId = pipe_9_E1038 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E5_49.76 # Unique cross-section location id. +branchId = pipe_34_E5 # Branch on which the cross section is located. +chainage = 49.76010332462243 # Chainage on the branch (m). +shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1039_0.00 # Unique cross-section location id. -branchId = pipe_9_E1039 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E6_49.76 # Unique cross-section location id. +branchId = pipe_34_E6 # Branch on which the cross section is located. +chainage = 49.76010332460818 # Chainage on the branch (m). +shift = 950.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1040_0.00 # Unique cross-section location id. -branchId = pipe_9_E1040 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E7_49.76 # Unique cross-section location id. +branchId = pipe_34_E7 # Branch on which the cross section is located. +chainage = 49.76010332462243 # Chainage on the branch (m). +shift = 950.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1041_0.00 # Unique cross-section location id. -branchId = pipe_9_E1041 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E8_49.72 # Unique cross-section location id. +branchId = pipe_34_E8 # Branch on which the cross section is located. +chainage = 49.721453691497366 # Chainage on the branch (m). +shift = 943.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1042_0.00 # Unique cross-section location id. -branchId = pipe_9_E1042 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E9_49.76 # Unique cross-section location id. +branchId = pipe_34_E9 # Branch on which the cross section is located. +chainage = 49.760103324826595 # Chainage on the branch (m). +shift = 943.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1043_0.00 # Unique cross-section location id. -branchId = pipe_9_E1043 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 982.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E10_49.74 # Unique cross-section location id. +branchId = pipe_34_E10 # Branch on which the cross section is located. +chainage = 49.73995368753972 # Chainage on the branch (m). +shift = 943.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1044_0.00 # Unique cross-section location id. -branchId = pipe_9_E1044 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 972.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E11_49.32 # Unique cross-section location id. +branchId = pipe_34_E11 # Branch on which the cross section is located. +chainage = 49.319314242214126 # Chainage on the branch (m). +shift = 934.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1045_0.00 # Unique cross-section location id. -branchId = pipe_9_E1045 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 965.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E12_49.76 # Unique cross-section location id. +branchId = pipe_34_E12 # Branch on which the cross section is located. +chainage = 49.760103325159115 # Chainage on the branch (m). +shift = 934.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1046_0.00 # Unique cross-section location id. -branchId = pipe_9_E1046 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 965.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E13_49.76 # Unique cross-section location id. +branchId = pipe_34_E13 # Branch on which the cross section is located. +chainage = 49.76010332423435 # Chainage on the branch (m). +shift = 934.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1047_0.00 # Unique cross-section location id. -branchId = pipe_9_E1047 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 965.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E14_49.76 # Unique cross-section location id. +branchId = pipe_34_E14 # Branch on which the cross section is located. +chainage = 49.760103325159115 # Chainage on the branch (m). +shift = 927.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1048_0.00 # Unique cross-section location id. -branchId = pipe_9_E1048 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 962.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E15_49.76 # Unique cross-section location id. +branchId = pipe_34_E15 # Branch on which the cross section is located. +chainage = 49.760103325159115 # Chainage on the branch (m). +shift = 927.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1049_0.00 # Unique cross-section location id. -branchId = pipe_9_E1049 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 962.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E16_49.13 # Unique cross-section location id. +branchId = pipe_34_E16 # Branch on which the cross section is located. +chainage = 49.13103187742291 # Chainage on the branch (m). +shift = 927.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1050_0.00 # Unique cross-section location id. -branchId = pipe_9_E1050 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 979.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E17_49.76 # Unique cross-section location id. +branchId = pipe_34_E17 # Branch on which the cross section is located. +chainage = 49.7601033245238 # Chainage on the branch (m). +shift = 924.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1051_0.00 # Unique cross-section location id. -branchId = pipe_9_E1051 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 979.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E18_49.76 # Unique cross-section location id. +branchId = pipe_34_E18 # Branch on which the cross section is located. +chainage = 49.76010332536465 # Chainage on the branch (m). +shift = 924.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1052_0.00 # Unique cross-section location id. -branchId = pipe_9_E1052 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 971.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E19_49.76 # Unique cross-section location id. +branchId = pipe_34_E19 # Branch on which the cross section is located. +chainage = 49.7601033246239 # Chainage on the branch (m). +shift = 928.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1053_0.00 # Unique cross-section location id. -branchId = pipe_9_E1053 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 959.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E20_49.76 # Unique cross-section location id. +branchId = pipe_34_E20 # Branch on which the cross section is located. +chainage = 49.7601033245238 # Chainage on the branch (m). +shift = 919.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1054_0.00 # Unique cross-section location id. -branchId = pipe_9_E1054 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 959.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E21_49.76 # Unique cross-section location id. +branchId = pipe_34_E21 # Branch on which the cross section is located. +chainage = 49.76010332536465 # Chainage on the branch (m). +shift = 919.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1055_0.00 # Unique cross-section location id. -branchId = pipe_9_E1055 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 943.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E22_49.73 # Unique cross-section location id. +branchId = pipe_34_E22 # Branch on which the cross section is located. +chainage = 49.7337878034288 # Chainage on the branch (m). +shift = 919.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1056_0.00 # Unique cross-section location id. -branchId = pipe_9_E1056 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 943.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E23_49.76 # Unique cross-section location id. +branchId = pipe_34_E23 # Branch on which the cross section is located. +chainage = 49.7601033253485 # Chainage on the branch (m). +shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1057_0.00 # Unique cross-section location id. -branchId = pipe_9_E1057 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 943.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E24_49.76 # Unique cross-section location id. +branchId = pipe_34_E24 # Branch on which the cross section is located. +chainage = 49.76010332453579 # Chainage on the branch (m). +shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1058_0.00 # Unique cross-section location id. -branchId = pipe_9_E1058 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 928.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E25_47.70 # Unique cross-section location id. +branchId = pipe_34_E25 # Branch on which the cross section is located. +chainage = 47.70226478593455 # Chainage on the branch (m). +shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1059_0.00 # Unique cross-section location id. -branchId = pipe_9_E1059 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 954.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E26_49.08 # Unique cross-section location id. +branchId = pipe_34_E26 # Branch on which the cross section is located. +chainage = 49.082785342720356 # Chainage on the branch (m). +shift = 895.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1060_0.00 # Unique cross-section location id. -branchId = pipe_9_E1060 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 944.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E27_49.18 # Unique cross-section location id. +branchId = pipe_34_E27 # Branch on which the cross section is located. +chainage = 49.18387954609024 # Chainage on the branch (m). +shift = 895.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1061_0.00 # Unique cross-section location id. -branchId = pipe_9_E1061 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 944.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E28_49.76 # Unique cross-section location id. +branchId = pipe_34_E28 # Branch on which the cross section is located. +chainage = 49.76010332491201 # Chainage on the branch (m). +shift = 901.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1062_0.00 # Unique cross-section location id. -branchId = pipe_9_E1062 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 944.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E29_49.67 # Unique cross-section location id. +branchId = pipe_34_E29 # Branch on which the cross section is located. +chainage = 49.67418516258109 # Chainage on the branch (m). +shift = 901.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1063_0.00 # Unique cross-section location id. -branchId = pipe_9_E1063 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 930.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E30_49.76 # Unique cross-section location id. +branchId = pipe_34_E30 # Branch on which the cross section is located. +chainage = 49.76010332475775 # Chainage on the branch (m). +shift = 903.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1064_0.00 # Unique cross-section location id. -branchId = pipe_9_E1064 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 930.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E31_46.24 # Unique cross-section location id. +branchId = pipe_34_E31 # Branch on which the cross section is located. +chainage = 46.237288670708615 # Chainage on the branch (m). +shift = 903.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1065_0.00 # Unique cross-section location id. -branchId = pipe_9_E1065 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 908.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E32_49.76 # Unique cross-section location id. +branchId = pipe_34_E32 # Branch on which the cross section is located. +chainage = 49.760103324369 # Chainage on the branch (m). +shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1066_0.00 # Unique cross-section location id. -branchId = pipe_9_E1066 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 885.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E33_49.69 # Unique cross-section location id. +branchId = pipe_34_E33 # Branch on which the cross section is located. +chainage = 49.69306811899139 # Chainage on the branch (m). +shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1067_0.00 # Unique cross-section location id. -branchId = pipe_9_E1067 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 885.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E34_49.76 # Unique cross-section location id. +branchId = pipe_34_E34 # Branch on which the cross section is located. +chainage = 49.76010332495172 # Chainage on the branch (m). +shift = 887.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1068_0.00 # Unique cross-section location id. -branchId = pipe_9_E1068 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 900.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E35_49.76 # Unique cross-section location id. +branchId = pipe_34_E35 # Branch on which the cross section is located. +chainage = 49.760103324791146 # Chainage on the branch (m). +shift = 887.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_9_E1069_0.00 # Unique cross-section location id. -branchId = pipe_9_E1069 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 900.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1070_0.00 # Unique cross-section location id. -branchId = pipe_9_E1070 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 883.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1071_0.00 # Unique cross-section location id. -branchId = pipe_9_E1071 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 883.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1072_0.00 # Unique cross-section location id. -branchId = pipe_9_E1072 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 876.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1073_0.00 # Unique cross-section location id. -branchId = pipe_9_E1073 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 876.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1074_0.00 # Unique cross-section location id. -branchId = pipe_9_E1074 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 870.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1075_0.00 # Unique cross-section location id. -branchId = pipe_9_E1075 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 936.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1076_0.00 # Unique cross-section location id. -branchId = pipe_9_E1076 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 930.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1077_0.00 # Unique cross-section location id. -branchId = pipe_9_E1077 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 930.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1078_0.00 # Unique cross-section location id. -branchId = pipe_9_E1078 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 914.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1079_0.00 # Unique cross-section location id. -branchId = pipe_9_E1079 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 914.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1080_0.00 # Unique cross-section location id. -branchId = pipe_9_E1080 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 889.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1081_0.00 # Unique cross-section location id. -branchId = pipe_9_E1081 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 889.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1082_0.00 # Unique cross-section location id. -branchId = pipe_9_E1082 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 854.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1083_0.00 # Unique cross-section location id. -branchId = pipe_9_E1083 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 854.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1084_0.00 # Unique cross-section location id. -branchId = pipe_9_E1084 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 818.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1085_0.00 # Unique cross-section location id. -branchId = pipe_9_E1085 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 818.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1086_0.00 # Unique cross-section location id. -branchId = pipe_9_E1086 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 863.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1087_0.00 # Unique cross-section location id. -branchId = pipe_9_E1087 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 863.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1088_0.00 # Unique cross-section location id. -branchId = pipe_9_E1088 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 863.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1089_0.00 # Unique cross-section location id. -branchId = pipe_9_E1089 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 882.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1090_0.00 # Unique cross-section location id. -branchId = pipe_9_E1090 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 882.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1091_0.00 # Unique cross-section location id. -branchId = pipe_9_E1091 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 882.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1092_0.00 # Unique cross-section location id. -branchId = pipe_9_E1092 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1093_0.00 # Unique cross-section location id. -branchId = pipe_9_E1093 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1094_0.00 # Unique cross-section location id. -branchId = pipe_9_E1094 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1095_0.00 # Unique cross-section location id. -branchId = pipe_9_E1095 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 907.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1096_0.00 # Unique cross-section location id. -branchId = pipe_9_E1096 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 907.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1097_0.00 # Unique cross-section location id. -branchId = pipe_9_E1097 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 907.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1098_0.00 # Unique cross-section location id. -branchId = pipe_9_E1098 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 907.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1099_0.00 # Unique cross-section location id. -branchId = pipe_9_E1099 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 909.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1100_0.00 # Unique cross-section location id. -branchId = pipe_9_E1100 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 909.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1101_0.00 # Unique cross-section location id. -branchId = pipe_9_E1101 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 929.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1102_0.00 # Unique cross-section location id. -branchId = pipe_9_E1102 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 929.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1103_0.00 # Unique cross-section location id. -branchId = pipe_9_E1103 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 947.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1104_0.00 # Unique cross-section location id. -branchId = pipe_9_E1104 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 921.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1105_0.00 # Unique cross-section location id. -branchId = pipe_9_E1105 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 921.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1106_0.00 # Unique cross-section location id. -branchId = pipe_9_E1106 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 937.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1107_0.00 # Unique cross-section location id. -branchId = pipe_9_E1107 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 937.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1108_0.00 # Unique cross-section location id. -branchId = pipe_9_E1108 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 891.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1109_0.00 # Unique cross-section location id. -branchId = pipe_9_E1109 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 889.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1110_0.00 # Unique cross-section location id. -branchId = pipe_9_E1110 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 889.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1111_0.00 # Unique cross-section location id. -branchId = pipe_9_E1111 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 878.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1112_0.00 # Unique cross-section location id. -branchId = pipe_9_E1112 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 878.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1113_0.00 # Unique cross-section location id. -branchId = pipe_9_E1113 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 878.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1114_0.00 # Unique cross-section location id. -branchId = pipe_9_E1114 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 878.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1115_0.00 # Unique cross-section location id. -branchId = pipe_9_E1115 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1116_0.00 # Unique cross-section location id. -branchId = pipe_9_E1116 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1117_0.00 # Unique cross-section location id. -branchId = pipe_9_E1117 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1118_0.00 # Unique cross-section location id. -branchId = pipe_9_E1118 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1119_0.00 # Unique cross-section location id. -branchId = pipe_9_E1119 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1120_0.00 # Unique cross-section location id. -branchId = pipe_9_E1120 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 864.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1121_0.00 # Unique cross-section location id. -branchId = pipe_9_E1121 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 864.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1122_0.00 # Unique cross-section location id. -branchId = pipe_9_E1122 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 876.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1123_0.00 # Unique cross-section location id. -branchId = pipe_9_E1123 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 882.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1124_0.00 # Unique cross-section location id. -branchId = pipe_9_E1124 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 882.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1125_0.00 # Unique cross-section location id. -branchId = pipe_9_E1125 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 882.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1126_0.00 # Unique cross-section location id. -branchId = pipe_9_E1126 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 890.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1127_0.00 # Unique cross-section location id. -branchId = pipe_9_E1127 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 891.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1128_0.00 # Unique cross-section location id. -branchId = pipe_9_E1128 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 891.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1129_0.00 # Unique cross-section location id. -branchId = pipe_9_E1129 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 887.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1130_0.00 # Unique cross-section location id. -branchId = pipe_9_E1130 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 887.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1131_0.00 # Unique cross-section location id. -branchId = pipe_9_E1131 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 869.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1132_0.00 # Unique cross-section location id. -branchId = pipe_9_E1132 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 869.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1133_0.00 # Unique cross-section location id. -branchId = pipe_9_E1133 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 869.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1134_0.00 # Unique cross-section location id. -branchId = pipe_9_E1134 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 858.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1135_0.00 # Unique cross-section location id. -branchId = pipe_9_E1135 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 861.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1136_0.00 # Unique cross-section location id. -branchId = pipe_9_E1136 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 861.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1137_0.00 # Unique cross-section location id. -branchId = pipe_9_E1137 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 861.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1138_0.00 # Unique cross-section location id. -branchId = pipe_9_E1138 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 833.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1139_0.00 # Unique cross-section location id. -branchId = pipe_9_E1139 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 833.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1140_0.00 # Unique cross-section location id. -branchId = pipe_9_E1140 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 852.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1141_0.00 # Unique cross-section location id. -branchId = pipe_9_E1141 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 852.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1142_0.00 # Unique cross-section location id. -branchId = pipe_9_E1142 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 869.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1143_0.00 # Unique cross-section location id. -branchId = pipe_9_E1143 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 862.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1144_0.00 # Unique cross-section location id. -branchId = pipe_9_E1144 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 862.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1145_0.00 # Unique cross-section location id. -branchId = pipe_9_E1145 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 862.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1146_0.00 # Unique cross-section location id. -branchId = pipe_9_E1146 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1147_0.00 # Unique cross-section location id. -branchId = pipe_9_E1147 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1148_0.00 # Unique cross-section location id. -branchId = pipe_9_E1148 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 851.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1149_0.00 # Unique cross-section location id. -branchId = pipe_9_E1149 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 851.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1150_0.00 # Unique cross-section location id. -branchId = pipe_9_E1150 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 839.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1151_0.00 # Unique cross-section location id. -branchId = pipe_9_E1151 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 839.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1152_0.00 # Unique cross-section location id. -branchId = pipe_9_E1152 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 839.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1153_0.00 # Unique cross-section location id. -branchId = pipe_9_E1153 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 825.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1154_0.00 # Unique cross-section location id. -branchId = pipe_9_E1154 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 825.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1155_0.00 # Unique cross-section location id. -branchId = pipe_9_E1155 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 835.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1156_0.00 # Unique cross-section location id. -branchId = pipe_9_E1156 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 835.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1157_0.00 # Unique cross-section location id. -branchId = pipe_9_E1157 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 841.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1158_0.00 # Unique cross-section location id. -branchId = pipe_9_E1158 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 820.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1159_0.00 # Unique cross-section location id. -branchId = pipe_9_E1159 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 820.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1160_0.00 # Unique cross-section location id. -branchId = pipe_9_E1160 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 825.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1161_0.00 # Unique cross-section location id. -branchId = pipe_9_E1161 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 825.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1162_0.00 # Unique cross-section location id. -branchId = pipe_9_E1162 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 819.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1163_0.00 # Unique cross-section location id. -branchId = pipe_9_E1163 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 819.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1164_0.00 # Unique cross-section location id. -branchId = pipe_9_E1164 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 825.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1165_0.00 # Unique cross-section location id. -branchId = pipe_9_E1165 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 825.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1166_0.00 # Unique cross-section location id. -branchId = pipe_9_E1166 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 831.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1167_0.00 # Unique cross-section location id. -branchId = pipe_9_E1167 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 831.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1168_0.00 # Unique cross-section location id. -branchId = pipe_9_E1168 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 830.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1169_0.00 # Unique cross-section location id. -branchId = pipe_9_E1169 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 807.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1170_0.00 # Unique cross-section location id. -branchId = pipe_9_E1170 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 807.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1171_0.00 # Unique cross-section location id. -branchId = pipe_9_E1171 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 807.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1172_0.00 # Unique cross-section location id. -branchId = pipe_9_E1172 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 802.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1173_0.00 # Unique cross-section location id. -branchId = pipe_9_E1173 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 802.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1174_0.00 # Unique cross-section location id. -branchId = pipe_9_E1174 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 802.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1175_0.00 # Unique cross-section location id. -branchId = pipe_9_E1175 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 807.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1176_0.00 # Unique cross-section location id. -branchId = pipe_9_E1176 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 807.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1177_0.00 # Unique cross-section location id. -branchId = pipe_9_E1177 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 820.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1178_0.00 # Unique cross-section location id. -branchId = pipe_9_E1178 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 785.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1179_0.00 # Unique cross-section location id. -branchId = pipe_9_E1179 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 785.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1180_0.00 # Unique cross-section location id. -branchId = pipe_9_E1180 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 794.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1181_0.00 # Unique cross-section location id. -branchId = pipe_9_E1181 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 794.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1182_0.00 # Unique cross-section location id. -branchId = pipe_9_E1182 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 803.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1183_0.00 # Unique cross-section location id. -branchId = pipe_9_E1183 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 803.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1184_0.00 # Unique cross-section location id. -branchId = pipe_9_E1184 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 805.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1185_0.00 # Unique cross-section location id. -branchId = pipe_9_E1185 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 769.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1186_0.00 # Unique cross-section location id. -branchId = pipe_9_E1186 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 776.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1187_0.00 # Unique cross-section location id. -branchId = pipe_9_E1187 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 776.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1188_0.00 # Unique cross-section location id. -branchId = pipe_9_E1188 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 784.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1189_0.00 # Unique cross-section location id. -branchId = pipe_9_E1189 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 784.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1190_0.00 # Unique cross-section location id. -branchId = pipe_9_E1190 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 795.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1191_0.00 # Unique cross-section location id. -branchId = pipe_9_E1191 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 795.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1192_0.00 # Unique cross-section location id. -branchId = pipe_9_E1192 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1193_0.00 # Unique cross-section location id. -branchId = pipe_9_E1193 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1194_0.00 # Unique cross-section location id. -branchId = pipe_9_E1194 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1195_0.00 # Unique cross-section location id. -branchId = pipe_9_E1195 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1196_0.00 # Unique cross-section location id. -branchId = pipe_9_E1196 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1197_0.00 # Unique cross-section location id. -branchId = pipe_9_E1197 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1198_0.00 # Unique cross-section location id. -branchId = pipe_9_E1198 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1199_0.00 # Unique cross-section location id. -branchId = pipe_9_E1199 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 774.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1200_0.00 # Unique cross-section location id. -branchId = pipe_9_E1200 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 770.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1201_0.00 # Unique cross-section location id. -branchId = pipe_9_E1201 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 744.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1202_0.00 # Unique cross-section location id. -branchId = pipe_9_E1202 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 744.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1203_0.00 # Unique cross-section location id. -branchId = pipe_9_E1203 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 744.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1204_0.00 # Unique cross-section location id. -branchId = pipe_9_E1204 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 771.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1205_0.00 # Unique cross-section location id. -branchId = pipe_9_E1205 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 771.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1206_0.00 # Unique cross-section location id. -branchId = pipe_9_E1206 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 771.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1207_0.00 # Unique cross-section location id. -branchId = pipe_9_E1207 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 771.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1208_0.00 # Unique cross-section location id. -branchId = pipe_9_E1208 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 766.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1209_0.00 # Unique cross-section location id. -branchId = pipe_9_E1209 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 766.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1210_0.00 # Unique cross-section location id. -branchId = pipe_9_E1210 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 760.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1211_0.00 # Unique cross-section location id. -branchId = pipe_9_E1211 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 760.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1212_0.00 # Unique cross-section location id. -branchId = pipe_9_E1212 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1213_0.00 # Unique cross-section location id. -branchId = pipe_9_E1213 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1214_0.00 # Unique cross-section location id. -branchId = pipe_9_E1214 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 747.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1215_0.00 # Unique cross-section location id. -branchId = pipe_9_E1215 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 747.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1216_0.00 # Unique cross-section location id. -branchId = pipe_9_E1216 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 724.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1217_0.00 # Unique cross-section location id. -branchId = pipe_9_E1217 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 749.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1218_0.00 # Unique cross-section location id. -branchId = pipe_9_E1218 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 735.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1219_0.00 # Unique cross-section location id. -branchId = pipe_9_E1219 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 735.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1220_0.00 # Unique cross-section location id. -branchId = pipe_9_E1220 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 730.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1221_0.00 # Unique cross-section location id. -branchId = pipe_9_E1221 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 730.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1222_0.00 # Unique cross-section location id. -branchId = pipe_9_E1222 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 730.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1223_0.00 # Unique cross-section location id. -branchId = pipe_9_E1223 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 730.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1224_0.00 # Unique cross-section location id. -branchId = pipe_9_E1224 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 740.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1225_0.00 # Unique cross-section location id. -branchId = pipe_9_E1225 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 740.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1226_0.00 # Unique cross-section location id. -branchId = pipe_9_E1226 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1227_0.00 # Unique cross-section location id. -branchId = pipe_9_E1227 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1228_0.00 # Unique cross-section location id. -branchId = pipe_9_E1228 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 708.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1229_0.00 # Unique cross-section location id. -branchId = pipe_9_E1229 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1230_0.00 # Unique cross-section location id. -branchId = pipe_9_E1230 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 736.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1231_0.00 # Unique cross-section location id. -branchId = pipe_9_E1231 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 736.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1232_0.00 # Unique cross-section location id. -branchId = pipe_9_E1232 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 736.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1233_0.00 # Unique cross-section location id. -branchId = pipe_9_E1233 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1234_0.00 # Unique cross-section location id. -branchId = pipe_9_E1234 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1235_0.00 # Unique cross-section location id. -branchId = pipe_9_E1235 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1236_0.00 # Unique cross-section location id. -branchId = pipe_9_E1236 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 777.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1237_0.00 # Unique cross-section location id. -branchId = pipe_9_E1237 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 777.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1238_0.00 # Unique cross-section location id. -branchId = pipe_9_E1238 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 777.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1239_0.00 # Unique cross-section location id. -branchId = pipe_9_E1239 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E0_0.00 # Unique cross-section location id. -branchId = pipe_10_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E1_0.00 # Unique cross-section location id. -branchId = pipe_10_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E2_0.00 # Unique cross-section location id. -branchId = pipe_10_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E3_0.00 # Unique cross-section location id. -branchId = pipe_10_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E4_0.00 # Unique cross-section location id. -branchId = pipe_10_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E5_0.00 # Unique cross-section location id. -branchId = pipe_10_E5 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E6_0.00 # Unique cross-section location id. -branchId = pipe_10_E6 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E7_0.00 # Unique cross-section location id. -branchId = pipe_10_E7 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E8_0.00 # Unique cross-section location id. -branchId = pipe_10_E8 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E9_0.00 # Unique cross-section location id. -branchId = pipe_10_E9 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E10_0.00 # Unique cross-section location id. -branchId = pipe_10_E10 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E11_0.00 # Unique cross-section location id. -branchId = pipe_10_E11 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E12_0.00 # Unique cross-section location id. -branchId = pipe_10_E12 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E13_0.00 # Unique cross-section location id. -branchId = pipe_10_E13 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E14_0.00 # Unique cross-section location id. -branchId = pipe_10_E14 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E15_0.00 # Unique cross-section location id. -branchId = pipe_10_E15 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E16_0.00 # Unique cross-section location id. -branchId = pipe_10_E16 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E17_0.00 # Unique cross-section location id. -branchId = pipe_10_E17 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E18_0.00 # Unique cross-section location id. -branchId = pipe_10_E18 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E19_0.00 # Unique cross-section location id. -branchId = pipe_10_E19 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E20_0.00 # Unique cross-section location id. -branchId = pipe_10_E20 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E21_0.00 # Unique cross-section location id. -branchId = pipe_10_E21 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E22_0.00 # Unique cross-section location id. -branchId = pipe_10_E22 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E23_0.00 # Unique cross-section location id. -branchId = pipe_10_E23 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E24_0.00 # Unique cross-section location id. -branchId = pipe_10_E24 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E25_0.00 # Unique cross-section location id. -branchId = pipe_10_E25 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E26_0.00 # Unique cross-section location id. -branchId = pipe_10_E26 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E27_0.00 # Unique cross-section location id. -branchId = pipe_10_E27 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E28_0.00 # Unique cross-section location id. -branchId = pipe_10_E28 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E29_0.00 # Unique cross-section location id. -branchId = pipe_10_E29 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E30_0.00 # Unique cross-section location id. -branchId = pipe_10_E30 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E31_0.00 # Unique cross-section location id. -branchId = pipe_10_E31 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E32_0.00 # Unique cross-section location id. -branchId = pipe_10_E32 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E33_0.00 # Unique cross-section location id. -branchId = pipe_10_E33 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E34_0.00 # Unique cross-section location id. -branchId = pipe_10_E34 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E35_0.00 # Unique cross-section location id. -branchId = pipe_10_E35 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E36_0.00 # Unique cross-section location id. -branchId = pipe_10_E36 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E37_0.00 # Unique cross-section location id. -branchId = pipe_10_E37 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E38_0.00 # Unique cross-section location id. -branchId = pipe_10_E38 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E39_0.00 # Unique cross-section location id. -branchId = pipe_10_E39 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E40_0.00 # Unique cross-section location id. -branchId = pipe_10_E40 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E41_0.00 # Unique cross-section location id. -branchId = pipe_10_E41 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E42_0.00 # Unique cross-section location id. -branchId = pipe_10_E42 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E43_0.00 # Unique cross-section location id. -branchId = pipe_10_E43 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E44_0.00 # Unique cross-section location id. -branchId = pipe_10_E44 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E45_0.00 # Unique cross-section location id. -branchId = pipe_10_E45 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E46_0.00 # Unique cross-section location id. -branchId = pipe_10_E46 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E47_0.00 # Unique cross-section location id. -branchId = pipe_10_E47 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E48_0.00 # Unique cross-section location id. -branchId = pipe_10_E48 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E49_0.00 # Unique cross-section location id. -branchId = pipe_10_E49 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E50_0.00 # Unique cross-section location id. -branchId = pipe_10_E50 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E51_0.00 # Unique cross-section location id. -branchId = pipe_10_E51 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E52_0.00 # Unique cross-section location id. -branchId = pipe_10_E52 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E53_0.00 # Unique cross-section location id. -branchId = pipe_10_E53 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E54_0.00 # Unique cross-section location id. -branchId = pipe_10_E54 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E55_0.00 # Unique cross-section location id. -branchId = pipe_10_E55 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E56_0.00 # Unique cross-section location id. -branchId = pipe_10_E56 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E57_0.00 # Unique cross-section location id. -branchId = pipe_10_E57 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E58_0.00 # Unique cross-section location id. -branchId = pipe_10_E58 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E59_0.00 # Unique cross-section location id. -branchId = pipe_10_E59 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E60_0.00 # Unique cross-section location id. -branchId = pipe_10_E60 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E61_0.00 # Unique cross-section location id. -branchId = pipe_10_E61 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E62_0.00 # Unique cross-section location id. -branchId = pipe_10_E62 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E63_0.00 # Unique cross-section location id. -branchId = pipe_10_E63 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E64_0.00 # Unique cross-section location id. -branchId = pipe_10_E64 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E65_0.00 # Unique cross-section location id. -branchId = pipe_10_E65 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E66_0.00 # Unique cross-section location id. -branchId = pipe_10_E66 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E67_0.00 # Unique cross-section location id. -branchId = pipe_10_E67 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E68_0.00 # Unique cross-section location id. -branchId = pipe_10_E68 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E69_0.00 # Unique cross-section location id. -branchId = pipe_10_E69 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E70_0.00 # Unique cross-section location id. -branchId = pipe_10_E70 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E71_0.00 # Unique cross-section location id. -branchId = pipe_10_E71 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E72_0.00 # Unique cross-section location id. -branchId = pipe_10_E72 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E73_0.00 # Unique cross-section location id. -branchId = pipe_10_E73 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E74_0.00 # Unique cross-section location id. -branchId = pipe_10_E74 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E75_0.00 # Unique cross-section location id. -branchId = pipe_10_E75 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E76_0.00 # Unique cross-section location id. -branchId = pipe_10_E76 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E77_0.00 # Unique cross-section location id. -branchId = pipe_10_E77 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E78_0.00 # Unique cross-section location id. -branchId = pipe_10_E78 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E79_0.00 # Unique cross-section location id. -branchId = pipe_10_E79 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E80_0.00 # Unique cross-section location id. -branchId = pipe_10_E80 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E81_0.00 # Unique cross-section location id. -branchId = pipe_10_E81 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E82_0.00 # Unique cross-section location id. -branchId = pipe_10_E82 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E83_0.00 # Unique cross-section location id. -branchId = pipe_10_E83 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E84_0.00 # Unique cross-section location id. -branchId = pipe_10_E84 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E85_0.00 # Unique cross-section location id. -branchId = pipe_10_E85 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E86_0.00 # Unique cross-section location id. -branchId = pipe_10_E86 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E87_0.00 # Unique cross-section location id. -branchId = pipe_10_E87 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E88_0.00 # Unique cross-section location id. -branchId = pipe_10_E88 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E89_0.00 # Unique cross-section location id. -branchId = pipe_10_E89 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E90_0.00 # Unique cross-section location id. -branchId = pipe_10_E90 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E91_0.00 # Unique cross-section location id. -branchId = pipe_10_E91 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E92_0.00 # Unique cross-section location id. -branchId = pipe_10_E92 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E93_0.00 # Unique cross-section location id. -branchId = pipe_10_E93 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E94_0.00 # Unique cross-section location id. -branchId = pipe_10_E94 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E95_0.00 # Unique cross-section location id. -branchId = pipe_10_E95 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E96_0.00 # Unique cross-section location id. -branchId = pipe_10_E96 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E97_0.00 # Unique cross-section location id. -branchId = pipe_10_E97 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E98_0.00 # Unique cross-section location id. -branchId = pipe_10_E98 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E99_0.00 # Unique cross-section location id. -branchId = pipe_10_E99 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E100_0.00 # Unique cross-section location id. -branchId = pipe_10_E100 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E101_0.00 # Unique cross-section location id. -branchId = pipe_10_E101 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E102_0.00 # Unique cross-section location id. -branchId = pipe_10_E102 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E103_0.00 # Unique cross-section location id. -branchId = pipe_10_E103 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E104_0.00 # Unique cross-section location id. -branchId = pipe_10_E104 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E105_0.00 # Unique cross-section location id. -branchId = pipe_10_E105 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E106_0.00 # Unique cross-section location id. -branchId = pipe_10_E106 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E107_0.00 # Unique cross-section location id. -branchId = pipe_10_E107 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E108_0.00 # Unique cross-section location id. -branchId = pipe_10_E108 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E109_0.00 # Unique cross-section location id. -branchId = pipe_10_E109 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E110_0.00 # Unique cross-section location id. -branchId = pipe_10_E110 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E111_0.00 # Unique cross-section location id. -branchId = pipe_10_E111 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E112_0.00 # Unique cross-section location id. -branchId = pipe_10_E112 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E113_0.00 # Unique cross-section location id. -branchId = pipe_10_E113 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E114_0.00 # Unique cross-section location id. -branchId = pipe_10_E114 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E115_0.00 # Unique cross-section location id. -branchId = pipe_10_E115 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E116_0.00 # Unique cross-section location id. -branchId = pipe_10_E116 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E117_0.00 # Unique cross-section location id. -branchId = pipe_10_E117 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E118_0.00 # Unique cross-section location id. -branchId = pipe_10_E118 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E119_0.00 # Unique cross-section location id. -branchId = pipe_10_E119 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E120_0.00 # Unique cross-section location id. -branchId = pipe_10_E120 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E121_0.00 # Unique cross-section location id. -branchId = pipe_10_E121 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E122_0.00 # Unique cross-section location id. -branchId = pipe_10_E122 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E123_0.00 # Unique cross-section location id. -branchId = pipe_10_E123 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E124_0.00 # Unique cross-section location id. -branchId = pipe_10_E124 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E125_0.00 # Unique cross-section location id. -branchId = pipe_10_E125 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E126_0.00 # Unique cross-section location id. -branchId = pipe_10_E126 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E127_0.00 # Unique cross-section location id. -branchId = pipe_10_E127 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E128_0.00 # Unique cross-section location id. -branchId = pipe_10_E128 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E129_0.00 # Unique cross-section location id. -branchId = pipe_10_E129 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E130_0.00 # Unique cross-section location id. -branchId = pipe_10_E130 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E131_0.00 # Unique cross-section location id. -branchId = pipe_10_E131 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E132_0.00 # Unique cross-section location id. -branchId = pipe_10_E132 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E133_0.00 # Unique cross-section location id. -branchId = pipe_10_E133 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E134_0.00 # Unique cross-section location id. -branchId = pipe_10_E134 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E135_0.00 # Unique cross-section location id. -branchId = pipe_10_E135 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E136_0.00 # Unique cross-section location id. -branchId = pipe_10_E136 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E137_0.00 # Unique cross-section location id. -branchId = pipe_10_E137 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E138_0.00 # Unique cross-section location id. -branchId = pipe_10_E138 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E139_0.00 # Unique cross-section location id. -branchId = pipe_10_E139 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E140_0.00 # Unique cross-section location id. -branchId = pipe_10_E140 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E141_0.00 # Unique cross-section location id. -branchId = pipe_10_E141 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E142_0.00 # Unique cross-section location id. -branchId = pipe_10_E142 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E143_0.00 # Unique cross-section location id. -branchId = pipe_10_E143 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E144_0.00 # Unique cross-section location id. -branchId = pipe_10_E144 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E145_0.00 # Unique cross-section location id. -branchId = pipe_10_E145 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E146_0.00 # Unique cross-section location id. -branchId = pipe_10_E146 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E147_0.00 # Unique cross-section location id. -branchId = pipe_10_E147 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E148_0.00 # Unique cross-section location id. -branchId = pipe_10_E148 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E149_0.00 # Unique cross-section location id. -branchId = pipe_10_E149 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E150_0.00 # Unique cross-section location id. -branchId = pipe_10_E150 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E151_0.00 # Unique cross-section location id. -branchId = pipe_10_E151 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E152_0.00 # Unique cross-section location id. -branchId = pipe_10_E152 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E153_0.00 # Unique cross-section location id. -branchId = pipe_10_E153 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E154_0.00 # Unique cross-section location id. -branchId = pipe_10_E154 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E155_0.00 # Unique cross-section location id. -branchId = pipe_10_E155 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E156_0.00 # Unique cross-section location id. -branchId = pipe_10_E156 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E157_0.00 # Unique cross-section location id. -branchId = pipe_10_E157 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E158_0.00 # Unique cross-section location id. -branchId = pipe_10_E158 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E159_0.00 # Unique cross-section location id. -branchId = pipe_10_E159 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E160_0.00 # Unique cross-section location id. -branchId = pipe_10_E160 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E161_0.00 # Unique cross-section location id. -branchId = pipe_10_E161 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E162_0.00 # Unique cross-section location id. -branchId = pipe_10_E162 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E163_0.00 # Unique cross-section location id. -branchId = pipe_10_E163 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E164_0.00 # Unique cross-section location id. -branchId = pipe_10_E164 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E165_0.00 # Unique cross-section location id. -branchId = pipe_10_E165 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E166_0.00 # Unique cross-section location id. -branchId = pipe_10_E166 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E167_0.00 # Unique cross-section location id. -branchId = pipe_10_E167 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E168_0.00 # Unique cross-section location id. -branchId = pipe_10_E168 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E169_0.00 # Unique cross-section location id. -branchId = pipe_10_E169 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E170_0.00 # Unique cross-section location id. -branchId = pipe_10_E170 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E171_0.00 # Unique cross-section location id. -branchId = pipe_10_E171 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E172_0.00 # Unique cross-section location id. -branchId = pipe_10_E172 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E173_0.00 # Unique cross-section location id. -branchId = pipe_10_E173 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E174_0.00 # Unique cross-section location id. -branchId = pipe_10_E174 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E175_0.00 # Unique cross-section location id. -branchId = pipe_10_E175 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E176_0.00 # Unique cross-section location id. -branchId = pipe_10_E176 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E177_0.00 # Unique cross-section location id. -branchId = pipe_10_E177 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E178_0.00 # Unique cross-section location id. -branchId = pipe_10_E178 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E179_0.00 # Unique cross-section location id. -branchId = pipe_10_E179 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E180_0.00 # Unique cross-section location id. -branchId = pipe_10_E180 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E181_0.00 # Unique cross-section location id. -branchId = pipe_10_E181 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E182_0.00 # Unique cross-section location id. -branchId = pipe_10_E182 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E183_0.00 # Unique cross-section location id. -branchId = pipe_10_E183 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E184_0.00 # Unique cross-section location id. -branchId = pipe_10_E184 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E185_0.00 # Unique cross-section location id. -branchId = pipe_10_E185 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E186_0.00 # Unique cross-section location id. -branchId = pipe_10_E186 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E187_0.00 # Unique cross-section location id. -branchId = pipe_10_E187 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E188_0.00 # Unique cross-section location id. -branchId = pipe_10_E188 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E189_0.00 # Unique cross-section location id. -branchId = pipe_10_E189 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E190_0.00 # Unique cross-section location id. -branchId = pipe_10_E190 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E191_0.00 # Unique cross-section location id. -branchId = pipe_10_E191 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E192_0.00 # Unique cross-section location id. -branchId = pipe_10_E192 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E193_0.00 # Unique cross-section location id. -branchId = pipe_10_E193 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E194_0.00 # Unique cross-section location id. -branchId = pipe_10_E194 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E195_0.00 # Unique cross-section location id. -branchId = pipe_10_E195 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E196_0.00 # Unique cross-section location id. -branchId = pipe_10_E196 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 800.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E197_0.00 # Unique cross-section location id. -branchId = pipe_10_E197 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 800.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E198_0.00 # Unique cross-section location id. -branchId = pipe_10_E198 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 813.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E199_0.00 # Unique cross-section location id. -branchId = pipe_10_E199 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 798.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E200_0.00 # Unique cross-section location id. -branchId = pipe_10_E200 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 798.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E201_0.00 # Unique cross-section location id. -branchId = pipe_10_E201 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 791.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E202_0.00 # Unique cross-section location id. -branchId = pipe_10_E202 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E203_0.00 # Unique cross-section location id. -branchId = pipe_10_E203 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E204_0.00 # Unique cross-section location id. -branchId = pipe_10_E204 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E205_0.00 # Unique cross-section location id. -branchId = pipe_10_E205 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E206_0.00 # Unique cross-section location id. -branchId = pipe_10_E206 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E207_0.00 # Unique cross-section location id. -branchId = pipe_10_E207 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E208_0.00 # Unique cross-section location id. -branchId = pipe_10_E208 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E209_0.00 # Unique cross-section location id. -branchId = pipe_10_E209 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E210_0.00 # Unique cross-section location id. -branchId = pipe_10_E210 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 793.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E211_0.00 # Unique cross-section location id. -branchId = pipe_10_E211 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 793.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E212_0.00 # Unique cross-section location id. -branchId = pipe_10_E212 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 783.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E213_0.00 # Unique cross-section location id. -branchId = pipe_10_E213 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 791.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E214_0.00 # Unique cross-section location id. -branchId = pipe_10_E214 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 791.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E215_0.00 # Unique cross-section location id. -branchId = pipe_10_E215 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 791.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E216_0.00 # Unique cross-section location id. -branchId = pipe_10_E216 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 779.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E217_0.00 # Unique cross-section location id. -branchId = pipe_10_E217 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 787.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E218_0.00 # Unique cross-section location id. -branchId = pipe_10_E218 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 787.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E219_0.00 # Unique cross-section location id. -branchId = pipe_10_E219 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 794.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E220_0.00 # Unique cross-section location id. -branchId = pipe_10_E220 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E221_0.00 # Unique cross-section location id. -branchId = pipe_10_E221 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E222_0.00 # Unique cross-section location id. -branchId = pipe_10_E222 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E223_0.00 # Unique cross-section location id. -branchId = pipe_10_E223 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 755.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E224_0.00 # Unique cross-section location id. -branchId = pipe_10_E224 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 755.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E225_0.00 # Unique cross-section location id. -branchId = pipe_10_E225 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 755.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E226_0.00 # Unique cross-section location id. -branchId = pipe_10_E226 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 743.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E227_0.00 # Unique cross-section location id. -branchId = pipe_10_E227 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E228_0.00 # Unique cross-section location id. -branchId = pipe_10_E228 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 726.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E229_0.00 # Unique cross-section location id. -branchId = pipe_10_E229 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 726.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E230_0.00 # Unique cross-section location id. -branchId = pipe_10_E230 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 726.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E231_0.00 # Unique cross-section location id. -branchId = pipe_10_E231 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 733.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E232_0.00 # Unique cross-section location id. -branchId = pipe_10_E232 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 733.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E233_0.00 # Unique cross-section location id. -branchId = pipe_10_E233 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 739.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E234_0.00 # Unique cross-section location id. -branchId = pipe_10_E234 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 739.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E235_0.00 # Unique cross-section location id. -branchId = pipe_10_E235 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 733.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E236_0.00 # Unique cross-section location id. -branchId = pipe_10_E236 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 733.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E237_0.00 # Unique cross-section location id. -branchId = pipe_10_E237 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 735.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E238_0.00 # Unique cross-section location id. -branchId = pipe_10_E238 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 735.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E239_0.00 # Unique cross-section location id. -branchId = pipe_10_E239 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 724.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E240_0.00 # Unique cross-section location id. -branchId = pipe_10_E240 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 724.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E241_0.00 # Unique cross-section location id. -branchId = pipe_10_E241 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 688.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E242_0.00 # Unique cross-section location id. -branchId = pipe_10_E242 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 731.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E243_0.00 # Unique cross-section location id. -branchId = pipe_10_E243 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 731.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E244_0.00 # Unique cross-section location id. -branchId = pipe_10_E244 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 719.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E245_0.00 # Unique cross-section location id. -branchId = pipe_10_E245 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 719.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E246_0.00 # Unique cross-section location id. -branchId = pipe_10_E246 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 736.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E247_0.00 # Unique cross-section location id. -branchId = pipe_10_E247 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 725.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E248_0.00 # Unique cross-section location id. -branchId = pipe_10_E248 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 725.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E249_0.00 # Unique cross-section location id. -branchId = pipe_10_E249 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 732.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E250_0.00 # Unique cross-section location id. -branchId = pipe_10_E250 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 732.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E251_0.00 # Unique cross-section location id. -branchId = pipe_10_E251 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 748.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E252_0.00 # Unique cross-section location id. -branchId = pipe_10_E252 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 748.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E253_0.00 # Unique cross-section location id. -branchId = pipe_10_E253 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 748.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E254_0.00 # Unique cross-section location id. -branchId = pipe_10_E254 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E255_0.00 # Unique cross-section location id. -branchId = pipe_10_E255 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E256_0.00 # Unique cross-section location id. -branchId = pipe_10_E256 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E257_0.00 # Unique cross-section location id. -branchId = pipe_10_E257 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 763.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E258_0.00 # Unique cross-section location id. -branchId = pipe_10_E258 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 763.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E259_0.00 # Unique cross-section location id. -branchId = pipe_10_E259 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 763.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E260_0.00 # Unique cross-section location id. -branchId = pipe_10_E260 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 766.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E261_0.00 # Unique cross-section location id. -branchId = pipe_10_E261 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 760.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E262_0.00 # Unique cross-section location id. -branchId = pipe_10_E262 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 760.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E263_0.00 # Unique cross-section location id. -branchId = pipe_10_E263 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 760.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E264_0.00 # Unique cross-section location id. -branchId = pipe_10_E264 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 760.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E265_0.00 # Unique cross-section location id. -branchId = pipe_10_E265 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 775.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E266_0.00 # Unique cross-section location id. -branchId = pipe_10_E266 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 775.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E267_0.00 # Unique cross-section location id. -branchId = pipe_10_E267 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 775.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E268_0.00 # Unique cross-section location id. -branchId = pipe_10_E268 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E269_0.00 # Unique cross-section location id. -branchId = pipe_10_E269 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E270_0.00 # Unique cross-section location id. -branchId = pipe_10_E270 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E271_0.00 # Unique cross-section location id. -branchId = pipe_10_E271 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 812.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E272_0.00 # Unique cross-section location id. -branchId = pipe_10_E272 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 812.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E273_0.00 # Unique cross-section location id. -branchId = pipe_10_E273 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 777.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E274_0.00 # Unique cross-section location id. -branchId = pipe_10_E274 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E275_0.00 # Unique cross-section location id. -branchId = pipe_10_E275 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E276_0.00 # Unique cross-section location id. -branchId = pipe_10_E276 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E0_0.00 # Unique cross-section location id. -branchId = pipe_11_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 798.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E1_0.00 # Unique cross-section location id. -branchId = pipe_11_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 798.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E2_0.00 # Unique cross-section location id. -branchId = pipe_11_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 791.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E3_0.00 # Unique cross-section location id. -branchId = pipe_11_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 791.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E4_0.00 # Unique cross-section location id. -branchId = pipe_11_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E5_0.00 # Unique cross-section location id. -branchId = pipe_11_E5 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E6_0.00 # Unique cross-section location id. -branchId = pipe_11_E6 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 796.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E7_0.00 # Unique cross-section location id. -branchId = pipe_11_E7 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E8_0.00 # Unique cross-section location id. -branchId = pipe_11_E8 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E9_0.00 # Unique cross-section location id. -branchId = pipe_11_E9 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_12_E0_0.00 # Unique cross-section location id. -branchId = pipe_12_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_12_E1_0.00 # Unique cross-section location id. -branchId = pipe_12_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_12_E2_0.00 # Unique cross-section location id. -branchId = pipe_12_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_12_E3_0.00 # Unique cross-section location id. -branchId = pipe_12_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 796.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_12_E4_0.00 # Unique cross-section location id. -branchId = pipe_12_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_12_E5_0.00 # Unique cross-section location id. -branchId = pipe_12_E5 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_12_E6_0.00 # Unique cross-section location id. -branchId = pipe_12_E6 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_15_E0_0.00 # Unique cross-section location id. -branchId = pipe_15_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_17_E0_0.00 # Unique cross-section location id. -branchId = pipe_17_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_18_E0_0.00 # Unique cross-section location id. -branchId = pipe_18_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_19_E0_0.00 # Unique cross-section location id. -branchId = pipe_19_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_19_E1_0.00 # Unique cross-section location id. -branchId = pipe_19_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E0_0.00 # Unique cross-section location id. -branchId = pipe_20_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E1_0.00 # Unique cross-section location id. -branchId = pipe_20_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 793.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E2_0.00 # Unique cross-section location id. -branchId = pipe_20_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 793.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E3_0.00 # Unique cross-section location id. -branchId = pipe_20_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 806.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E4_0.00 # Unique cross-section location id. -branchId = pipe_20_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 806.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E5_0.00 # Unique cross-section location id. -branchId = pipe_20_E5 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 791.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E6_0.00 # Unique cross-section location id. -branchId = pipe_20_E6 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 809.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E7_0.00 # Unique cross-section location id. -branchId = pipe_20_E7 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 809.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E8_0.00 # Unique cross-section location id. -branchId = pipe_20_E8 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 809.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E9_0.00 # Unique cross-section location id. -branchId = pipe_20_E9 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 816.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E10_0.00 # Unique cross-section location id. -branchId = pipe_20_E10 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 816.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E11_0.00 # Unique cross-section location id. -branchId = pipe_20_E11 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 788.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E12_0.00 # Unique cross-section location id. -branchId = pipe_20_E12 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E13_0.00 # Unique cross-section location id. -branchId = pipe_20_E13 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E14_0.00 # Unique cross-section location id. -branchId = pipe_20_E14 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E15_0.00 # Unique cross-section location id. -branchId = pipe_20_E15 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 788.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E16_0.00 # Unique cross-section location id. -branchId = pipe_20_E16 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 788.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E17_0.00 # Unique cross-section location id. -branchId = pipe_20_E17 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 817.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E18_0.00 # Unique cross-section location id. -branchId = pipe_20_E18 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 817.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E19_0.00 # Unique cross-section location id. -branchId = pipe_20_E19 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 817.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E20_0.00 # Unique cross-section location id. -branchId = pipe_20_E20 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 844.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E21_0.00 # Unique cross-section location id. -branchId = pipe_20_E21 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 844.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E22_0.00 # Unique cross-section location id. -branchId = pipe_20_E22 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 844.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E23_0.00 # Unique cross-section location id. -branchId = pipe_20_E23 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 830.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E24_0.00 # Unique cross-section location id. -branchId = pipe_20_E24 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E25_0.00 # Unique cross-section location id. -branchId = pipe_20_E25 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E26_0.00 # Unique cross-section location id. -branchId = pipe_20_E26 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 748.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E27_0.00 # Unique cross-section location id. -branchId = pipe_20_E27 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 748.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E28_0.00 # Unique cross-section location id. -branchId = pipe_20_E28 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 740.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E29_0.00 # Unique cross-section location id. -branchId = pipe_20_E29 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 740.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E30_0.00 # Unique cross-section location id. -branchId = pipe_20_E30 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 745.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E31_0.00 # Unique cross-section location id. -branchId = pipe_20_E31 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 754.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E32_0.00 # Unique cross-section location id. -branchId = pipe_20_E32 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 756.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E33_0.00 # Unique cross-section location id. -branchId = pipe_20_E33 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 756.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E34_0.00 # Unique cross-section location id. -branchId = pipe_20_E34 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 753.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E35_0.00 # Unique cross-section location id. -branchId = pipe_20_E35 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 753.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E36_0.00 # Unique cross-section location id. -branchId = pipe_20_E36 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 748.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E37_0.00 # Unique cross-section location id. -branchId = pipe_20_E37 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 757.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E38_0.00 # Unique cross-section location id. -branchId = pipe_20_E38 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 751.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E39_0.00 # Unique cross-section location id. -branchId = pipe_20_E39 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 751.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E40_0.00 # Unique cross-section location id. -branchId = pipe_20_E40 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 751.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E41_0.00 # Unique cross-section location id. -branchId = pipe_20_E41 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 749.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E42_0.00 # Unique cross-section location id. -branchId = pipe_20_E42 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 749.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E43_0.00 # Unique cross-section location id. -branchId = pipe_20_E43 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 748.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E44_0.00 # Unique cross-section location id. -branchId = pipe_20_E44 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 748.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E45_0.00 # Unique cross-section location id. -branchId = pipe_20_E45 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 748.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E46_0.00 # Unique cross-section location id. -branchId = pipe_20_E46 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E47_0.00 # Unique cross-section location id. -branchId = pipe_20_E47 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_21_E0_0.00 # Unique cross-section location id. -branchId = pipe_21_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 753.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_21_E1_0.00 # Unique cross-section location id. -branchId = pipe_21_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 762.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_21_E2_0.00 # Unique cross-section location id. -branchId = pipe_21_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 762.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_21_E3_0.00 # Unique cross-section location id. -branchId = pipe_21_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 756.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_21_E4_0.00 # Unique cross-section location id. -branchId = pipe_21_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 756.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_23_E0_0.00 # Unique cross-section location id. -branchId = pipe_23_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 811.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_23_E1_0.00 # Unique cross-section location id. -branchId = pipe_23_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 811.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_24_E0_0.00 # Unique cross-section location id. -branchId = pipe_24_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 760.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_24_E1_0.00 # Unique cross-section location id. -branchId = pipe_24_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 748.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_25_E0_0.00 # Unique cross-section location id. -branchId = pipe_25_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 784.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_25_E1_0.00 # Unique cross-section location id. -branchId = pipe_25_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 788.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_25_E2_0.00 # Unique cross-section location id. -branchId = pipe_25_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 788.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_26_E0_0.00 # Unique cross-section location id. -branchId = pipe_26_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 760.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_29_E0_0.00 # Unique cross-section location id. -branchId = pipe_29_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_29_E1_0.00 # Unique cross-section location id. -branchId = pipe_29_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_30_E0_0.00 # Unique cross-section location id. -branchId = pipe_30_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 766.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_30_E1_0.00 # Unique cross-section location id. -branchId = pipe_30_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 766.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_30_E2_0.00 # Unique cross-section location id. -branchId = pipe_30_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 760.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_30_E3_0.00 # Unique cross-section location id. -branchId = pipe_30_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 760.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_30_E4_0.00 # Unique cross-section location id. -branchId = pipe_30_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_30_E5_0.00 # Unique cross-section location id. -branchId = pipe_30_E5 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 769.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_30_E6_0.00 # Unique cross-section location id. -branchId = pipe_30_E6 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_30_E7_0.00 # Unique cross-section location id. -branchId = pipe_30_E7 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E0_0.00 # Unique cross-section location id. -branchId = pipe_32_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E1_0.00 # Unique cross-section location id. -branchId = pipe_32_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E2_0.00 # Unique cross-section location id. -branchId = pipe_32_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 769.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E3_0.00 # Unique cross-section location id. -branchId = pipe_32_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 769.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E4_0.00 # Unique cross-section location id. -branchId = pipe_32_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 778.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E5_0.00 # Unique cross-section location id. -branchId = pipe_32_E5 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 778.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E6_0.00 # Unique cross-section location id. -branchId = pipe_32_E6 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 783.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E7_0.00 # Unique cross-section location id. -branchId = pipe_32_E7 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 783.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E8_0.00 # Unique cross-section location id. -branchId = pipe_32_E8 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 785.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E9_0.00 # Unique cross-section location id. -branchId = pipe_32_E9 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 785.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E10_0.00 # Unique cross-section location id. -branchId = pipe_32_E10 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 787.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E11_0.00 # Unique cross-section location id. -branchId = pipe_32_E11 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 787.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E12_0.00 # Unique cross-section location id. -branchId = pipe_32_E12 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 786.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E13_0.00 # Unique cross-section location id. -branchId = pipe_32_E13 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 814.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E14_0.00 # Unique cross-section location id. -branchId = pipe_32_E14 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 815.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E15_0.00 # Unique cross-section location id. -branchId = pipe_32_E15 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 815.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E16_0.00 # Unique cross-section location id. -branchId = pipe_32_E16 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 800.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E17_0.00 # Unique cross-section location id. -branchId = pipe_32_E17 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 835.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E18_0.00 # Unique cross-section location id. -branchId = pipe_32_E18 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 835.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E19_0.00 # Unique cross-section location id. -branchId = pipe_32_E19 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 826.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E20_0.00 # Unique cross-section location id. -branchId = pipe_32_E20 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 826.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E21_0.00 # Unique cross-section location id. -branchId = pipe_32_E21 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 851.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E22_0.00 # Unique cross-section location id. -branchId = pipe_32_E22 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 851.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E23_0.00 # Unique cross-section location id. -branchId = pipe_32_E23 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 851.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E24_0.00 # Unique cross-section location id. -branchId = pipe_32_E24 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 888.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E25_0.00 # Unique cross-section location id. -branchId = pipe_32_E25 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 873.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E26_0.00 # Unique cross-section location id. -branchId = pipe_32_E26 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 873.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E27_0.00 # Unique cross-section location id. -branchId = pipe_32_E27 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 895.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E28_0.00 # Unique cross-section location id. -branchId = pipe_32_E28 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 895.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E29_0.00 # Unique cross-section location id. -branchId = pipe_32_E29 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 895.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E30_0.00 # Unique cross-section location id. -branchId = pipe_32_E30 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 916.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E31_0.00 # Unique cross-section location id. -branchId = pipe_32_E31 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 916.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E32_0.00 # Unique cross-section location id. -branchId = pipe_32_E32 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 916.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E33_0.00 # Unique cross-section location id. -branchId = pipe_32_E33 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 946.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E34_0.00 # Unique cross-section location id. -branchId = pipe_32_E34 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 946.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E35_0.00 # Unique cross-section location id. -branchId = pipe_32_E35 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 946.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E36_0.00 # Unique cross-section location id. -branchId = pipe_32_E36 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 938.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E37_0.00 # Unique cross-section location id. -branchId = pipe_32_E37 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 938.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E38_0.00 # Unique cross-section location id. -branchId = pipe_32_E38 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 938.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E39_0.00 # Unique cross-section location id. -branchId = pipe_32_E39 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 969.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E40_0.00 # Unique cross-section location id. -branchId = pipe_32_E40 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 933.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E41_0.00 # Unique cross-section location id. -branchId = pipe_32_E41 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 933.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E42_0.00 # Unique cross-section location id. -branchId = pipe_32_E42 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 947.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E43_0.00 # Unique cross-section location id. -branchId = pipe_32_E43 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 922.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E44_0.00 # Unique cross-section location id. -branchId = pipe_32_E44 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 922.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E45_0.00 # Unique cross-section location id. -branchId = pipe_32_E45 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 939.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E46_0.00 # Unique cross-section location id. -branchId = pipe_32_E46 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 939.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E47_0.00 # Unique cross-section location id. -branchId = pipe_32_E47 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 939.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E48_0.00 # Unique cross-section location id. -branchId = pipe_32_E48 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E49_0.00 # Unique cross-section location id. -branchId = pipe_32_E49 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E50_0.00 # Unique cross-section location id. -branchId = pipe_32_E50 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E51_0.00 # Unique cross-section location id. -branchId = pipe_32_E51 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E52_0.00 # Unique cross-section location id. -branchId = pipe_32_E52 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 938.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E53_0.00 # Unique cross-section location id. -branchId = pipe_32_E53 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 938.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E54_0.00 # Unique cross-section location id. -branchId = pipe_32_E54 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 935.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E55_0.00 # Unique cross-section location id. -branchId = pipe_32_E55 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 935.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E56_0.00 # Unique cross-section location id. -branchId = pipe_32_E56 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 935.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E57_0.00 # Unique cross-section location id. -branchId = pipe_32_E57 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 935.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E58_0.00 # Unique cross-section location id. -branchId = pipe_32_E58 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 938.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E59_0.00 # Unique cross-section location id. -branchId = pipe_32_E59 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 938.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E60_0.00 # Unique cross-section location id. -branchId = pipe_32_E60 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 940.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E61_0.00 # Unique cross-section location id. -branchId = pipe_32_E61 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 940.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E62_0.00 # Unique cross-section location id. -branchId = pipe_32_E62 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 943.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E63_0.00 # Unique cross-section location id. -branchId = pipe_32_E63 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 950.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E64_0.00 # Unique cross-section location id. -branchId = pipe_32_E64 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 950.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E65_0.00 # Unique cross-section location id. -branchId = pipe_32_E65 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 950.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E66_0.00 # Unique cross-section location id. -branchId = pipe_32_E66 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E67_0.00 # Unique cross-section location id. -branchId = pipe_32_E67 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E68_0.00 # Unique cross-section location id. -branchId = pipe_32_E68 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 953.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E69_0.00 # Unique cross-section location id. -branchId = pipe_32_E69 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 953.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E70_0.00 # Unique cross-section location id. -branchId = pipe_32_E70 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 953.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E71_0.00 # Unique cross-section location id. -branchId = pipe_32_E71 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 962.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E72_0.00 # Unique cross-section location id. -branchId = pipe_32_E72 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E73_0.00 # Unique cross-section location id. -branchId = pipe_32_E73 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E0_0.00 # Unique cross-section location id. -branchId = pipe_33_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E1_0.00 # Unique cross-section location id. -branchId = pipe_33_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 749.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E2_0.00 # Unique cross-section location id. -branchId = pipe_33_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 749.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E3_0.00 # Unique cross-section location id. -branchId = pipe_33_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 735.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E4_0.00 # Unique cross-section location id. -branchId = pipe_33_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 735.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E5_0.00 # Unique cross-section location id. -branchId = pipe_33_E5 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 760.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E6_0.00 # Unique cross-section location id. -branchId = pipe_33_E6 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 760.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E7_0.00 # Unique cross-section location id. -branchId = pipe_33_E7 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 752.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E8_0.00 # Unique cross-section location id. -branchId = pipe_33_E8 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 752.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E9_0.00 # Unique cross-section location id. -branchId = pipe_33_E9 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 740.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E10_0.00 # Unique cross-section location id. -branchId = pipe_33_E10 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 740.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E11_0.00 # Unique cross-section location id. -branchId = pipe_33_E11 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E12_0.00 # Unique cross-section location id. -branchId = pipe_33_E12 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E0_0.00 # Unique cross-section location id. -branchId = pipe_34_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E1_0.00 # Unique cross-section location id. -branchId = pipe_34_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 951.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E2_0.00 # Unique cross-section location id. -branchId = pipe_34_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 951.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E3_0.00 # Unique cross-section location id. -branchId = pipe_34_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 953.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E4_0.00 # Unique cross-section location id. -branchId = pipe_34_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E5_0.00 # Unique cross-section location id. -branchId = pipe_34_E5 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E6_0.00 # Unique cross-section location id. -branchId = pipe_34_E6 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E7_0.00 # Unique cross-section location id. -branchId = pipe_34_E7 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 950.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E8_0.00 # Unique cross-section location id. -branchId = pipe_34_E8 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 950.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E9_0.00 # Unique cross-section location id. -branchId = pipe_34_E9 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 943.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E10_0.00 # Unique cross-section location id. -branchId = pipe_34_E10 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 943.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E11_0.00 # Unique cross-section location id. -branchId = pipe_34_E11 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 943.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E12_0.00 # Unique cross-section location id. -branchId = pipe_34_E12 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 934.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E13_0.00 # Unique cross-section location id. -branchId = pipe_34_E13 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 934.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E14_0.00 # Unique cross-section location id. -branchId = pipe_34_E14 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 934.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E15_0.00 # Unique cross-section location id. -branchId = pipe_34_E15 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 927.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E16_0.00 # Unique cross-section location id. -branchId = pipe_34_E16 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 927.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E17_0.00 # Unique cross-section location id. -branchId = pipe_34_E17 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 927.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E18_0.00 # Unique cross-section location id. -branchId = pipe_34_E18 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 924.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E19_0.00 # Unique cross-section location id. -branchId = pipe_34_E19 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 924.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E20_0.00 # Unique cross-section location id. -branchId = pipe_34_E20 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 928.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E21_0.00 # Unique cross-section location id. -branchId = pipe_34_E21 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 919.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E22_0.00 # Unique cross-section location id. -branchId = pipe_34_E22 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 919.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E23_0.00 # Unique cross-section location id. -branchId = pipe_34_E23 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 919.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E24_0.00 # Unique cross-section location id. -branchId = pipe_34_E24 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E25_0.00 # Unique cross-section location id. -branchId = pipe_34_E25 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E26_0.00 # Unique cross-section location id. -branchId = pipe_34_E26 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E27_0.00 # Unique cross-section location id. -branchId = pipe_34_E27 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 895.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E28_0.00 # Unique cross-section location id. -branchId = pipe_34_E28 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 895.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E29_0.00 # Unique cross-section location id. -branchId = pipe_34_E29 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 901.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E30_0.00 # Unique cross-section location id. -branchId = pipe_34_E30 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 901.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E31_0.00 # Unique cross-section location id. -branchId = pipe_34_E31 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 903.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E32_0.00 # Unique cross-section location id. -branchId = pipe_34_E32 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 903.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E33_0.00 # Unique cross-section location id. -branchId = pipe_34_E33 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E34_0.00 # Unique cross-section location id. -branchId = pipe_34_E34 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E35_0.00 # Unique cross-section location id. -branchId = pipe_34_E35 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 887.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E36_0.00 # Unique cross-section location id. -branchId = pipe_34_E36 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 887.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E37_0.00 # Unique cross-section location id. -branchId = pipe_34_E37 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 887.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E38_0.00 # Unique cross-section location id. -branchId = pipe_34_E38 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 883.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E39_0.00 # Unique cross-section location id. -branchId = pipe_34_E39 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 871.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E40_0.00 # Unique cross-section location id. -branchId = pipe_34_E40 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 871.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E41_0.00 # Unique cross-section location id. -branchId = pipe_34_E41 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 859.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E42_0.00 # Unique cross-section location id. -branchId = pipe_34_E42 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 859.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E43_0.00 # Unique cross-section location id. -branchId = pipe_34_E43 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E44_0.00 # Unique cross-section location id. -branchId = pipe_34_E44 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E45_0.00 # Unique cross-section location id. -branchId = pipe_34_E45 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E46_0.00 # Unique cross-section location id. -branchId = pipe_34_E46 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E47_0.00 # Unique cross-section location id. -branchId = pipe_34_E47 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 843.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E48_0.00 # Unique cross-section location id. -branchId = pipe_34_E48 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 847.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E49_0.00 # Unique cross-section location id. -branchId = pipe_34_E49 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 847.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E50_0.00 # Unique cross-section location id. -branchId = pipe_34_E50 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 846.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E51_0.00 # Unique cross-section location id. -branchId = pipe_34_E51 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 847.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E52_0.00 # Unique cross-section location id. -branchId = pipe_34_E52 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 847.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E53_0.00 # Unique cross-section location id. -branchId = pipe_34_E53 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 843.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E54_0.00 # Unique cross-section location id. -branchId = pipe_34_E54 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 843.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E55_0.00 # Unique cross-section location id. -branchId = pipe_34_E55 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 843.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E56_0.00 # Unique cross-section location id. -branchId = pipe_34_E56 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 791.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E57_0.00 # Unique cross-section location id. -branchId = pipe_34_E57 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 791.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E58_0.00 # Unique cross-section location id. -branchId = pipe_34_E58 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 790.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E59_0.00 # Unique cross-section location id. -branchId = pipe_34_E59 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 827.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E60_0.00 # Unique cross-section location id. -branchId = pipe_34_E60 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 815.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E61_0.00 # Unique cross-section location id. -branchId = pipe_34_E61 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 811.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E62_0.00 # Unique cross-section location id. -branchId = pipe_34_E62 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 811.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E63_0.00 # Unique cross-section location id. -branchId = pipe_34_E63 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 804.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E64_0.00 # Unique cross-section location id. -branchId = pipe_34_E64 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 804.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E65_0.00 # Unique cross-section location id. -branchId = pipe_34_E65 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 790.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E66_0.00 # Unique cross-section location id. -branchId = pipe_34_E66 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 790.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E67_0.00 # Unique cross-section location id. -branchId = pipe_34_E67 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E68_0.00 # Unique cross-section location id. -branchId = pipe_34_E68 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E69_0.00 # Unique cross-section location id. -branchId = pipe_34_E69 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 747.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E70_0.00 # Unique cross-section location id. -branchId = pipe_34_E70 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 747.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E71_0.00 # Unique cross-section location id. -branchId = pipe_34_E71 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 744.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E72_0.00 # Unique cross-section location id. -branchId = pipe_34_E72 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 769.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E73_0.00 # Unique cross-section location id. -branchId = pipe_34_E73 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 761.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E74_0.00 # Unique cross-section location id. -branchId = pipe_34_E74 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 761.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E75_0.00 # Unique cross-section location id. -branchId = pipe_34_E75 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 745.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E76_0.00 # Unique cross-section location id. -branchId = pipe_34_E76 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 745.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E77_0.00 # Unique cross-section location id. -branchId = pipe_34_E77 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 737.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E78_0.00 # Unique cross-section location id. -branchId = pipe_34_E78 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 737.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E79_0.00 # Unique cross-section location id. -branchId = pipe_34_E79 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 752.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E80_0.00 # Unique cross-section location id. -branchId = pipe_34_E80 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 742.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E81_0.00 # Unique cross-section location id. -branchId = pipe_34_E81 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 742.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E82_0.00 # Unique cross-section location id. -branchId = pipe_34_E82 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E83_0.00 # Unique cross-section location id. -branchId = pipe_34_E83 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E84_0.00 # Unique cross-section location id. -branchId = pipe_34_E84 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 775.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E85_0.00 # Unique cross-section location id. -branchId = pipe_34_E85 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E86_0.00 # Unique cross-section location id. -branchId = pipe_34_E86 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E87_0.00 # Unique cross-section location id. -branchId = pipe_34_E87 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E88_0.00 # Unique cross-section location id. -branchId = pipe_34_E88 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E89_0.00 # Unique cross-section location id. -branchId = pipe_34_E89 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_35_E0_0.00 # Unique cross-section location id. -branchId = pipe_35_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_35_E1_0.00 # Unique cross-section location id. -branchId = pipe_35_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_36_E0_0.00 # Unique cross-section location id. -branchId = pipe_36_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_37_E0_0.00 # Unique cross-section location id. -branchId = pipe_37_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_38_E0_0.00 # Unique cross-section location id. -branchId = pipe_38_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_38_E1_0.00 # Unique cross-section location id. -branchId = pipe_38_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_38_E2_0.00 # Unique cross-section location id. -branchId = pipe_38_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_39_E0_0.00 # Unique cross-section location id. -branchId = pipe_39_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_39_E1_0.00 # Unique cross-section location id. -branchId = pipe_39_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_39_E2_0.00 # Unique cross-section location id. -branchId = pipe_39_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_39_E3_0.00 # Unique cross-section location id. -branchId = pipe_39_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E0_0.00 # Unique cross-section location id. -branchId = pipe_40_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 754.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E1_0.00 # Unique cross-section location id. -branchId = pipe_40_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 754.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E2_0.00 # Unique cross-section location id. -branchId = pipe_40_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E3_0.00 # Unique cross-section location id. -branchId = pipe_40_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E4_0.00 # Unique cross-section location id. -branchId = pipe_40_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 730.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E5_0.00 # Unique cross-section location id. -branchId = pipe_40_E5 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 730.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E6_0.00 # Unique cross-section location id. -branchId = pipe_40_E6 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E7_0.00 # Unique cross-section location id. -branchId = pipe_40_E7 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 726.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E8_0.00 # Unique cross-section location id. -branchId = pipe_40_E8 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 726.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E9_0.00 # Unique cross-section location id. -branchId = pipe_40_E9 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 726.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E10_0.00 # Unique cross-section location id. -branchId = pipe_40_E10 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 743.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E11_0.00 # Unique cross-section location id. -branchId = pipe_40_E11 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 743.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E12_0.00 # Unique cross-section location id. -branchId = pipe_40_E12 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E13_0.00 # Unique cross-section location id. -branchId = pipe_40_E13 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E14_0.00 # Unique cross-section location id. -branchId = pipe_40_E14 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E15_0.00 # Unique cross-section location id. -branchId = pipe_40_E15 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 735.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E16_0.00 # Unique cross-section location id. -branchId = pipe_40_E16 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 735.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E17_0.00 # Unique cross-section location id. -branchId = pipe_40_E17 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 735.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E18_0.00 # Unique cross-section location id. -branchId = pipe_40_E18 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 742.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E19_0.00 # Unique cross-section location id. -branchId = pipe_40_E19 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E20_0.00 # Unique cross-section location id. -branchId = pipe_40_E20 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E21_0.00 # Unique cross-section location id. -branchId = pipe_40_E21 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E22_0.00 # Unique cross-section location id. -branchId = pipe_40_E22 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E23_0.00 # Unique cross-section location id. -branchId = pipe_40_E23 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 722.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E24_0.00 # Unique cross-section location id. -branchId = pipe_40_E24 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E25_0.00 # Unique cross-section location id. -branchId = pipe_40_E25 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E26_0.00 # Unique cross-section location id. -branchId = pipe_40_E26 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E27_0.00 # Unique cross-section location id. -branchId = pipe_40_E27 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E28_0.00 # Unique cross-section location id. -branchId = pipe_40_E28 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E29_0.00 # Unique cross-section location id. -branchId = pipe_40_E29 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E30_0.00 # Unique cross-section location id. -branchId = pipe_40_E30 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E31_0.00 # Unique cross-section location id. -branchId = pipe_40_E31 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E32_0.00 # Unique cross-section location id. -branchId = pipe_40_E32 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E33_0.00 # Unique cross-section location id. -branchId = pipe_40_E33 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E34_0.00 # Unique cross-section location id. -branchId = pipe_40_E34 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E35_0.00 # Unique cross-section location id. -branchId = pipe_40_E35 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E36_0.00 # Unique cross-section location id. -branchId = pipe_40_E36 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 775.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E37_0.00 # Unique cross-section location id. -branchId = pipe_40_E37 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 775.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E38_0.00 # Unique cross-section location id. -branchId = pipe_40_E38 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 775.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E0_0.00 # Unique cross-section location id. -branchId = pipe_41_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 784.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E1_0.00 # Unique cross-section location id. -branchId = pipe_41_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 784.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E2_0.00 # Unique cross-section location id. -branchId = pipe_41_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E3_0.00 # Unique cross-section location id. -branchId = pipe_41_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E4_0.00 # Unique cross-section location id. -branchId = pipe_41_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E5_0.00 # Unique cross-section location id. -branchId = pipe_41_E5 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 726.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E6_0.00 # Unique cross-section location id. -branchId = pipe_41_E6 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 726.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E7_0.00 # Unique cross-section location id. -branchId = pipe_41_E7 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 726.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E8_0.00 # Unique cross-section location id. -branchId = pipe_41_E8 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E9_0.00 # Unique cross-section location id. -branchId = pipe_41_E9 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E10_0.00 # Unique cross-section location id. -branchId = pipe_41_E10 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E11_0.00 # Unique cross-section location id. -branchId = pipe_41_E11 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E12_0.00 # Unique cross-section location id. -branchId = pipe_41_E12 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E13_0.00 # Unique cross-section location id. -branchId = pipe_41_E13 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 735.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E14_0.00 # Unique cross-section location id. -branchId = pipe_41_E14 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 735.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E15_0.00 # Unique cross-section location id. -branchId = pipe_41_E15 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 741.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E16_0.00 # Unique cross-section location id. -branchId = pipe_41_E16 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 753.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E17_0.00 # Unique cross-section location id. -branchId = pipe_41_E17 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 753.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E18_0.00 # Unique cross-section location id. -branchId = pipe_41_E18 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 758.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E19_0.00 # Unique cross-section location id. -branchId = pipe_41_E19 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 758.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E20_0.00 # Unique cross-section location id. -branchId = pipe_41_E20 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 768.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E21_0.00 # Unique cross-section location id. -branchId = pipe_41_E21 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 762.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E22_0.00 # Unique cross-section location id. -branchId = pipe_41_E22 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 762.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E23_0.00 # Unique cross-section location id. -branchId = pipe_41_E23 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 762.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E24_0.00 # Unique cross-section location id. -branchId = pipe_41_E24 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 761.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E25_0.00 # Unique cross-section location id. -branchId = pipe_41_E25 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 761.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E26_0.00 # Unique cross-section location id. -branchId = pipe_41_E26 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 761.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E27_0.00 # Unique cross-section location id. -branchId = pipe_41_E27 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 766.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E28_0.00 # Unique cross-section location id. -branchId = pipe_41_E28 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 770.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E29_0.00 # Unique cross-section location id. -branchId = pipe_41_E29 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 770.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E30_0.00 # Unique cross-section location id. -branchId = pipe_41_E30 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 770.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E31_0.00 # Unique cross-section location id. -branchId = pipe_41_E31 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E32_0.00 # Unique cross-section location id. -branchId = pipe_41_E32 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 774.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E33_0.00 # Unique cross-section location id. -branchId = pipe_41_E33 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 777.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E34_0.00 # Unique cross-section location id. -branchId = pipe_41_E34 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 777.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E35_0.00 # Unique cross-section location id. -branchId = pipe_41_E35 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 777.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E36_0.00 # Unique cross-section location id. -branchId = pipe_41_E36 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E37_0.00 # Unique cross-section location id. -branchId = pipe_41_E37 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E38_0.00 # Unique cross-section location id. -branchId = pipe_41_E38 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E39_0.00 # Unique cross-section location id. -branchId = pipe_41_E39 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E40_0.00 # Unique cross-section location id. -branchId = pipe_41_E40 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E41_0.00 # Unique cross-section location id. -branchId = pipe_41_E41 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E42_0.00 # Unique cross-section location id. -branchId = pipe_41_E42 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 772.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E43_0.00 # Unique cross-section location id. -branchId = pipe_41_E43 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E44_0.00 # Unique cross-section location id. -branchId = pipe_41_E44 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E45_0.00 # Unique cross-section location id. -branchId = pipe_41_E45 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E46_0.00 # Unique cross-section location id. -branchId = pipe_41_E46 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E47_0.00 # Unique cross-section location id. -branchId = pipe_41_E47 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 774.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E48_0.00 # Unique cross-section location id. -branchId = pipe_41_E48 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E49_0.00 # Unique cross-section location id. -branchId = pipe_41_E49 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E50_0.00 # Unique cross-section location id. -branchId = pipe_41_E50 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E51_0.00 # Unique cross-section location id. -branchId = pipe_41_E51 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E52_0.00 # Unique cross-section location id. -branchId = pipe_41_E52 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E53_0.00 # Unique cross-section location id. -branchId = pipe_41_E53 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E54_0.00 # Unique cross-section location id. -branchId = pipe_41_E54 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E55_0.00 # Unique cross-section location id. -branchId = pipe_41_E55 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E56_0.00 # Unique cross-section location id. -branchId = pipe_41_E56 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E57_0.00 # Unique cross-section location id. -branchId = pipe_41_E57 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E58_0.00 # Unique cross-section location id. -branchId = pipe_41_E58 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E59_0.00 # Unique cross-section location id. -branchId = pipe_41_E59 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E60_0.00 # Unique cross-section location id. -branchId = pipe_41_E60 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 774.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E61_0.00 # Unique cross-section location id. -branchId = pipe_41_E61 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 774.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E62_0.00 # Unique cross-section location id. -branchId = pipe_41_E62 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 774.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E63_0.00 # Unique cross-section location id. -branchId = pipe_41_E63 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 808.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E64_0.00 # Unique cross-section location id. -branchId = pipe_41_E64 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 808.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E65_0.00 # Unique cross-section location id. -branchId = pipe_41_E65 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 808.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E66_0.00 # Unique cross-section location id. -branchId = pipe_41_E66 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 807.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E67_0.00 # Unique cross-section location id. -branchId = pipe_41_E67 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 771.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E68_0.00 # Unique cross-section location id. -branchId = pipe_41_E68 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 771.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E69_0.00 # Unique cross-section location id. -branchId = pipe_41_E69 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 780.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E70_0.00 # Unique cross-section location id. -branchId = pipe_41_E70 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 780.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E71_0.00 # Unique cross-section location id. -branchId = pipe_41_E71 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 780.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E72_0.00 # Unique cross-section location id. -branchId = pipe_41_E72 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 817.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E73_0.00 # Unique cross-section location id. -branchId = pipe_41_E73 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 817.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E74_0.00 # Unique cross-section location id. -branchId = pipe_41_E74 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 832.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E75_0.00 # Unique cross-section location id. -branchId = pipe_41_E75 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 807.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E76_0.00 # Unique cross-section location id. -branchId = pipe_41_E76 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 807.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E77_0.00 # Unique cross-section location id. -branchId = pipe_41_E77 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 809.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E78_0.00 # Unique cross-section location id. -branchId = pipe_41_E78 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 809.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E79_0.00 # Unique cross-section location id. -branchId = pipe_41_E79 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 809.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E80_0.00 # Unique cross-section location id. -branchId = pipe_41_E80 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 800.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E81_0.00 # Unique cross-section location id. -branchId = pipe_41_E81 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 800.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E82_0.00 # Unique cross-section location id. -branchId = pipe_41_E82 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 800.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E83_0.00 # Unique cross-section location id. -branchId = pipe_41_E83 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E84_0.00 # Unique cross-section location id. -branchId = pipe_41_E84 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E85_0.00 # Unique cross-section location id. -branchId = pipe_41_E85 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E0_0.00 # Unique cross-section location id. -branchId = pipe_42_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 828.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E1_0.00 # Unique cross-section location id. -branchId = pipe_42_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 828.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E2_0.00 # Unique cross-section location id. -branchId = pipe_42_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 828.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E3_0.00 # Unique cross-section location id. -branchId = pipe_42_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 814.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E4_0.00 # Unique cross-section location id. -branchId = pipe_42_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 814.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E5_0.00 # Unique cross-section location id. -branchId = pipe_42_E5 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 813.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E6_0.00 # Unique cross-section location id. -branchId = pipe_42_E6 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 813.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E7_0.00 # Unique cross-section location id. -branchId = pipe_42_E7 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 813.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E8_0.00 # Unique cross-section location id. -branchId = pipe_42_E8 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E9_0.00 # Unique cross-section location id. -branchId = pipe_42_E9 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E10_0.00 # Unique cross-section location id. -branchId = pipe_42_E10 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E11_0.00 # Unique cross-section location id. -branchId = pipe_42_E11 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E12_0.00 # Unique cross-section location id. -branchId = pipe_42_E12 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E13_0.00 # Unique cross-section location id. -branchId = pipe_42_E13 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E14_0.00 # Unique cross-section location id. -branchId = pipe_42_E14 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E15_0.00 # Unique cross-section location id. -branchId = pipe_42_E15 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E16_0.00 # Unique cross-section location id. -branchId = pipe_42_E16 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E17_0.00 # Unique cross-section location id. -branchId = pipe_42_E17 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E18_0.00 # Unique cross-section location id. -branchId = pipe_42_E18 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E19_0.00 # Unique cross-section location id. -branchId = pipe_42_E19 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E20_0.00 # Unique cross-section location id. -branchId = pipe_42_E20 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E21_0.00 # Unique cross-section location id. -branchId = pipe_42_E21 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E22_0.00 # Unique cross-section location id. -branchId = pipe_42_E22 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E23_0.00 # Unique cross-section location id. -branchId = pipe_42_E23 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E24_0.00 # Unique cross-section location id. -branchId = pipe_42_E24 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E25_0.00 # Unique cross-section location id. -branchId = pipe_42_E25 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E26_0.00 # Unique cross-section location id. -branchId = pipe_42_E26 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E27_0.00 # Unique cross-section location id. -branchId = pipe_42_E27 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E28_0.00 # Unique cross-section location id. -branchId = pipe_42_E28 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E29_0.00 # Unique cross-section location id. -branchId = pipe_42_E29 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E30_0.00 # Unique cross-section location id. -branchId = pipe_42_E30 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E31_0.00 # Unique cross-section location id. -branchId = pipe_42_E31 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E32_0.00 # Unique cross-section location id. -branchId = pipe_42_E32 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E33_0.00 # Unique cross-section location id. -branchId = pipe_42_E33 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E34_0.00 # Unique cross-section location id. -branchId = pipe_42_E34 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E35_0.00 # Unique cross-section location id. -branchId = pipe_42_E35 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E36_0.00 # Unique cross-section location id. -branchId = pipe_42_E36 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E37_0.00 # Unique cross-section location id. -branchId = pipe_42_E37 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E38_0.00 # Unique cross-section location id. -branchId = pipe_42_E38 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E39_0.00 # Unique cross-section location id. -branchId = pipe_42_E39 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E40_0.00 # Unique cross-section location id. -branchId = pipe_42_E40 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_42_E41_0.00 # Unique cross-section location id. -branchId = pipe_42_E41 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_43_E0_0.00 # Unique cross-section location id. -branchId = pipe_43_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_43_E1_0.00 # Unique cross-section location id. -branchId = pipe_43_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_44_E0_0.00 # Unique cross-section location id. -branchId = pipe_44_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 828.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_44_E1_0.00 # Unique cross-section location id. -branchId = pipe_44_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 837.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_44_E2_0.00 # Unique cross-section location id. -branchId = pipe_44_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_44_E3_0.00 # Unique cross-section location id. -branchId = pipe_44_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_44_E4_0.00 # Unique cross-section location id. -branchId = pipe_44_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_44_E5_0.00 # Unique cross-section location id. -branchId = pipe_44_E5 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_44_E6_0.00 # Unique cross-section location id. -branchId = pipe_44_E6 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_44_E7_0.00 # Unique cross-section location id. -branchId = pipe_44_E7 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_45_E0_0.00 # Unique cross-section location id. -branchId = pipe_45_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_45_E1_0.00 # Unique cross-section location id. -branchId = pipe_45_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_45_E2_0.00 # Unique cross-section location id. -branchId = pipe_45_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_45_E3_0.00 # Unique cross-section location id. -branchId = pipe_45_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_46_E0_0.00 # Unique cross-section location id. -branchId = pipe_46_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_46_E1_0.00 # Unique cross-section location id. -branchId = pipe_46_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_46_E2_0.00 # Unique cross-section location id. -branchId = pipe_46_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_46_E3_0.00 # Unique cross-section location id. -branchId = pipe_46_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_46_E4_0.00 # Unique cross-section location id. -branchId = pipe_46_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_47_E0_0.00 # Unique cross-section location id. -branchId = pipe_47_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_47_E1_0.00 # Unique cross-section location id. -branchId = pipe_47_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_47_E2_0.00 # Unique cross-section location id. -branchId = pipe_47_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_47_E3_0.00 # Unique cross-section location id. -branchId = pipe_47_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_47_E4_0.00 # Unique cross-section location id. -branchId = pipe_47_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_47_E5_0.00 # Unique cross-section location id. -branchId = pipe_47_E5 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_48_E0_0.00 # Unique cross-section location id. -branchId = pipe_48_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E0_0.00 # Unique cross-section location id. -branchId = pipe_49_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E1_0.00 # Unique cross-section location id. -branchId = pipe_49_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E2_0.00 # Unique cross-section location id. -branchId = pipe_49_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E3_0.00 # Unique cross-section location id. -branchId = pipe_49_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E4_0.00 # Unique cross-section location id. -branchId = pipe_49_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E5_0.00 # Unique cross-section location id. -branchId = pipe_49_E5 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E6_0.00 # Unique cross-section location id. -branchId = pipe_49_E6 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E7_0.00 # Unique cross-section location id. -branchId = pipe_49_E7 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E8_0.00 # Unique cross-section location id. -branchId = pipe_49_E8 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E9_0.00 # Unique cross-section location id. -branchId = pipe_49_E9 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E10_0.00 # Unique cross-section location id. -branchId = pipe_49_E10 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E11_0.00 # Unique cross-section location id. -branchId = pipe_49_E11 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E12_0.00 # Unique cross-section location id. -branchId = pipe_49_E12 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E13_0.00 # Unique cross-section location id. -branchId = pipe_49_E13 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E14_0.00 # Unique cross-section location id. -branchId = pipe_49_E14 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E15_0.00 # Unique cross-section location id. -branchId = pipe_49_E15 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E16_0.00 # Unique cross-section location id. -branchId = pipe_49_E16 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E17_0.00 # Unique cross-section location id. -branchId = pipe_49_E17 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E18_0.00 # Unique cross-section location id. -branchId = pipe_49_E18 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E19_0.00 # Unique cross-section location id. -branchId = pipe_49_E19 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E20_0.00 # Unique cross-section location id. -branchId = pipe_49_E20 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E21_0.00 # Unique cross-section location id. -branchId = pipe_49_E21 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E22_0.00 # Unique cross-section location id. -branchId = pipe_49_E22 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E23_0.00 # Unique cross-section location id. -branchId = pipe_49_E23 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E24_0.00 # Unique cross-section location id. -branchId = pipe_49_E24 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E25_0.00 # Unique cross-section location id. -branchId = pipe_49_E25 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E26_0.00 # Unique cross-section location id. -branchId = pipe_49_E26 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E27_0.00 # Unique cross-section location id. -branchId = pipe_49_E27 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E28_0.00 # Unique cross-section location id. -branchId = pipe_49_E28 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E29_0.00 # Unique cross-section location id. -branchId = pipe_49_E29 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E30_0.00 # Unique cross-section location id. -branchId = pipe_49_E30 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E31_0.00 # Unique cross-section location id. -branchId = pipe_49_E31 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E32_0.00 # Unique cross-section location id. -branchId = pipe_49_E32 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E33_0.00 # Unique cross-section location id. -branchId = pipe_49_E33 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E34_0.00 # Unique cross-section location id. -branchId = pipe_49_E34 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E35_0.00 # Unique cross-section location id. -branchId = pipe_49_E35 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E36_0.00 # Unique cross-section location id. -branchId = pipe_49_E36 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E37_0.00 # Unique cross-section location id. -branchId = pipe_49_E37 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E38_0.00 # Unique cross-section location id. -branchId = pipe_49_E38 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E39_0.00 # Unique cross-section location id. -branchId = pipe_49_E39 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E40_0.00 # Unique cross-section location id. -branchId = pipe_49_E40 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E41_0.00 # Unique cross-section location id. -branchId = pipe_49_E41 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E42_0.00 # Unique cross-section location id. -branchId = pipe_49_E42 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E43_0.00 # Unique cross-section location id. -branchId = pipe_49_E43 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E44_0.00 # Unique cross-section location id. -branchId = pipe_49_E44 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E45_0.00 # Unique cross-section location id. -branchId = pipe_49_E45 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E46_0.00 # Unique cross-section location id. -branchId = pipe_49_E46 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E47_0.00 # Unique cross-section location id. -branchId = pipe_49_E47 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E48_0.00 # Unique cross-section location id. -branchId = pipe_49_E48 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E49_0.00 # Unique cross-section location id. -branchId = pipe_49_E49 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E50_0.00 # Unique cross-section location id. -branchId = pipe_49_E50 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E51_0.00 # Unique cross-section location id. -branchId = pipe_49_E51 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E52_0.00 # Unique cross-section location id. -branchId = pipe_49_E52 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E53_0.00 # Unique cross-section location id. -branchId = pipe_49_E53 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E54_0.00 # Unique cross-section location id. -branchId = pipe_49_E54 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E55_0.00 # Unique cross-section location id. -branchId = pipe_49_E55 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E56_0.00 # Unique cross-section location id. -branchId = pipe_49_E56 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E57_0.00 # Unique cross-section location id. -branchId = pipe_49_E57 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E58_0.00 # Unique cross-section location id. -branchId = pipe_49_E58 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E59_0.00 # Unique cross-section location id. -branchId = pipe_49_E59 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E60_0.00 # Unique cross-section location id. -branchId = pipe_49_E60 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E61_0.00 # Unique cross-section location id. -branchId = pipe_49_E61 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E62_0.00 # Unique cross-section location id. -branchId = pipe_49_E62 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E63_0.00 # Unique cross-section location id. -branchId = pipe_49_E63 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E64_0.00 # Unique cross-section location id. -branchId = pipe_49_E64 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E65_0.00 # Unique cross-section location id. -branchId = pipe_49_E65 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E66_0.00 # Unique cross-section location id. -branchId = pipe_49_E66 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E67_0.00 # Unique cross-section location id. -branchId = pipe_49_E67 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E68_0.00 # Unique cross-section location id. -branchId = pipe_49_E68 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E69_0.00 # Unique cross-section location id. -branchId = pipe_49_E69 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E70_0.00 # Unique cross-section location id. -branchId = pipe_49_E70 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E71_0.00 # Unique cross-section location id. -branchId = pipe_49_E71 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E72_0.00 # Unique cross-section location id. -branchId = pipe_49_E72 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E73_0.00 # Unique cross-section location id. -branchId = pipe_49_E73 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E74_0.00 # Unique cross-section location id. -branchId = pipe_49_E74 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E75_0.00 # Unique cross-section location id. -branchId = pipe_49_E75 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E76_0.00 # Unique cross-section location id. -branchId = pipe_49_E76 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E77_0.00 # Unique cross-section location id. -branchId = pipe_49_E77 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E78_0.00 # Unique cross-section location id. -branchId = pipe_49_E78 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E79_0.00 # Unique cross-section location id. -branchId = pipe_49_E79 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E80_0.00 # Unique cross-section location id. -branchId = pipe_49_E80 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E81_0.00 # Unique cross-section location id. -branchId = pipe_49_E81 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E82_0.00 # Unique cross-section location id. -branchId = pipe_49_E82 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E83_0.00 # Unique cross-section location id. -branchId = pipe_49_E83 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E84_0.00 # Unique cross-section location id. -branchId = pipe_49_E84 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E85_0.00 # Unique cross-section location id. -branchId = pipe_49_E85 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E86_0.00 # Unique cross-section location id. -branchId = pipe_49_E86 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E87_0.00 # Unique cross-section location id. -branchId = pipe_49_E87 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E88_0.00 # Unique cross-section location id. -branchId = pipe_49_E88 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E89_0.00 # Unique cross-section location id. -branchId = pipe_49_E89 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E90_0.00 # Unique cross-section location id. -branchId = pipe_49_E90 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E91_0.00 # Unique cross-section location id. -branchId = pipe_49_E91 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E92_0.00 # Unique cross-section location id. -branchId = pipe_49_E92 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E93_0.00 # Unique cross-section location id. -branchId = pipe_49_E93 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E94_0.00 # Unique cross-section location id. -branchId = pipe_49_E94 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E95_0.00 # Unique cross-section location id. -branchId = pipe_49_E95 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E96_0.00 # Unique cross-section location id. -branchId = pipe_49_E96 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E97_0.00 # Unique cross-section location id. -branchId = pipe_49_E97 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E98_0.00 # Unique cross-section location id. -branchId = pipe_49_E98 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E99_0.00 # Unique cross-section location id. -branchId = pipe_49_E99 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E100_0.00 # Unique cross-section location id. -branchId = pipe_49_E100 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E101_0.00 # Unique cross-section location id. -branchId = pipe_49_E101 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E102_0.00 # Unique cross-section location id. -branchId = pipe_49_E102 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E103_0.00 # Unique cross-section location id. -branchId = pipe_49_E103 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E104_0.00 # Unique cross-section location id. -branchId = pipe_49_E104 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E105_0.00 # Unique cross-section location id. -branchId = pipe_49_E105 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E106_0.00 # Unique cross-section location id. -branchId = pipe_49_E106 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E107_0.00 # Unique cross-section location id. -branchId = pipe_49_E107 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E108_0.00 # Unique cross-section location id. -branchId = pipe_49_E108 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E109_0.00 # Unique cross-section location id. -branchId = pipe_49_E109 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E110_0.00 # Unique cross-section location id. -branchId = pipe_49_E110 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E111_0.00 # Unique cross-section location id. -branchId = pipe_49_E111 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E112_0.00 # Unique cross-section location id. -branchId = pipe_49_E112 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E113_0.00 # Unique cross-section location id. -branchId = pipe_49_E113 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E114_0.00 # Unique cross-section location id. -branchId = pipe_49_E114 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E115_0.00 # Unique cross-section location id. -branchId = pipe_49_E115 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E116_0.00 # Unique cross-section location id. -branchId = pipe_49_E116 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E117_0.00 # Unique cross-section location id. -branchId = pipe_49_E117 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E118_0.00 # Unique cross-section location id. -branchId = pipe_49_E118 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E119_0.00 # Unique cross-section location id. -branchId = pipe_49_E119 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E120_0.00 # Unique cross-section location id. -branchId = pipe_49_E120 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E121_0.00 # Unique cross-section location id. -branchId = pipe_49_E121 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E122_0.00 # Unique cross-section location id. -branchId = pipe_49_E122 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E123_0.00 # Unique cross-section location id. -branchId = pipe_49_E123 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E124_0.00 # Unique cross-section location id. -branchId = pipe_49_E124 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E125_0.00 # Unique cross-section location id. -branchId = pipe_49_E125 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E126_0.00 # Unique cross-section location id. -branchId = pipe_49_E126 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E127_0.00 # Unique cross-section location id. -branchId = pipe_49_E127 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E128_0.00 # Unique cross-section location id. -branchId = pipe_49_E128 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 862.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E129_0.00 # Unique cross-section location id. -branchId = pipe_49_E129 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 862.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E130_0.00 # Unique cross-section location id. -branchId = pipe_49_E130 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 875.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E131_0.00 # Unique cross-section location id. -branchId = pipe_49_E131 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 875.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E132_0.00 # Unique cross-section location id. -branchId = pipe_49_E132 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 902.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E133_0.00 # Unique cross-section location id. -branchId = pipe_49_E133 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 902.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E134_0.00 # Unique cross-section location id. -branchId = pipe_49_E134 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 929.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E135_0.00 # Unique cross-section location id. -branchId = pipe_49_E135 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 929.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E136_0.00 # Unique cross-section location id. -branchId = pipe_49_E136 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 923.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E137_0.00 # Unique cross-section location id. -branchId = pipe_49_E137 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 847.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E138_0.00 # Unique cross-section location id. -branchId = pipe_49_E138 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 872.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E139_0.00 # Unique cross-section location id. -branchId = pipe_49_E139 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 872.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E140_0.00 # Unique cross-section location id. -branchId = pipe_49_E140 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 925.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E141_0.00 # Unique cross-section location id. -branchId = pipe_49_E141 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 925.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E142_0.00 # Unique cross-section location id. -branchId = pipe_49_E142 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 934.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E143_0.00 # Unique cross-section location id. -branchId = pipe_49_E143 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 934.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E144_0.00 # Unique cross-section location id. -branchId = pipe_49_E144 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 927.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E145_0.00 # Unique cross-section location id. -branchId = pipe_49_E145 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 889.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E146_0.00 # Unique cross-section location id. -branchId = pipe_49_E146 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 908.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E147_0.00 # Unique cross-section location id. -branchId = pipe_49_E147 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 908.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E148_0.00 # Unique cross-section location id. -branchId = pipe_49_E148 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 930.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E149_0.00 # Unique cross-section location id. -branchId = pipe_49_E149 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 930.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E150_0.00 # Unique cross-section location id. -branchId = pipe_49_E150 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 936.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E151_0.00 # Unique cross-section location id. -branchId = pipe_49_E151 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 936.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E152_0.00 # Unique cross-section location id. -branchId = pipe_49_E152 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 950.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E153_0.00 # Unique cross-section location id. -branchId = pipe_49_E153 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 886.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E154_0.00 # Unique cross-section location id. -branchId = pipe_49_E154 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 846.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E155_0.00 # Unique cross-section location id. -branchId = pipe_49_E155 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 846.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E156_0.00 # Unique cross-section location id. -branchId = pipe_49_E156 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 843.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E157_0.00 # Unique cross-section location id. -branchId = pipe_49_E157 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 843.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E158_0.00 # Unique cross-section location id. -branchId = pipe_49_E158 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 847.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E159_0.00 # Unique cross-section location id. -branchId = pipe_49_E159 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 847.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E160_0.00 # Unique cross-section location id. -branchId = pipe_49_E160 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 893.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E161_0.00 # Unique cross-section location id. -branchId = pipe_49_E161 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 893.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E162_0.00 # Unique cross-section location id. -branchId = pipe_49_E162 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 929.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E163_0.00 # Unique cross-section location id. -branchId = pipe_49_E163 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 929.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E164_0.00 # Unique cross-section location id. -branchId = pipe_49_E164 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 912.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E165_0.00 # Unique cross-section location id. -branchId = pipe_49_E165 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 878.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E166_0.00 # Unique cross-section location id. -branchId = pipe_49_E166 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 878.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E167_0.00 # Unique cross-section location id. -branchId = pipe_49_E167 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 886.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E168_0.00 # Unique cross-section location id. -branchId = pipe_49_E168 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 886.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E169_0.00 # Unique cross-section location id. -branchId = pipe_49_E169 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 933.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E170_0.00 # Unique cross-section location id. -branchId = pipe_49_E170 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 933.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E171_0.00 # Unique cross-section location id. -branchId = pipe_49_E171 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 955.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E172_0.00 # Unique cross-section location id. -branchId = pipe_49_E172 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 955.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E173_0.00 # Unique cross-section location id. -branchId = pipe_49_E173 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 954.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E174_0.00 # Unique cross-section location id. -branchId = pipe_49_E174 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 954.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E175_0.00 # Unique cross-section location id. -branchId = pipe_49_E175 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 962.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E176_0.00 # Unique cross-section location id. -branchId = pipe_49_E176 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 962.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E177_0.00 # Unique cross-section location id. -branchId = pipe_49_E177 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 946.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E178_0.00 # Unique cross-section location id. -branchId = pipe_49_E178 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 967.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E179_0.00 # Unique cross-section location id. -branchId = pipe_49_E179 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 967.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E180_0.00 # Unique cross-section location id. -branchId = pipe_49_E180 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 972.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E181_0.00 # Unique cross-section location id. -branchId = pipe_49_E181 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 972.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E182_0.00 # Unique cross-section location id. -branchId = pipe_49_E182 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1032.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E183_0.00 # Unique cross-section location id. -branchId = pipe_49_E183 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1032.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E184_0.00 # Unique cross-section location id. -branchId = pipe_49_E184 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1051.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E185_0.00 # Unique cross-section location id. -branchId = pipe_49_E185 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 954.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E186_0.00 # Unique cross-section location id. -branchId = pipe_49_E186 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 986.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E187_0.00 # Unique cross-section location id. -branchId = pipe_49_E187 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 986.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E188_0.00 # Unique cross-section location id. -branchId = pipe_49_E188 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1048.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E189_0.00 # Unique cross-section location id. -branchId = pipe_49_E189 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1048.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E190_0.00 # Unique cross-section location id. -branchId = pipe_49_E190 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1064.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E191_0.00 # Unique cross-section location id. -branchId = pipe_49_E191 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1028.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E192_0.00 # Unique cross-section location id. -branchId = pipe_49_E192 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1028.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E193_0.00 # Unique cross-section location id. -branchId = pipe_49_E193 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 984.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E194_0.00 # Unique cross-section location id. -branchId = pipe_49_E194 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 984.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E195_0.00 # Unique cross-section location id. -branchId = pipe_49_E195 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 962.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E196_0.00 # Unique cross-section location id. -branchId = pipe_49_E196 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 962.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E197_0.00 # Unique cross-section location id. -branchId = pipe_49_E197 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 993.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E198_0.00 # Unique cross-section location id. -branchId = pipe_49_E198 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 993.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E199_0.00 # Unique cross-section location id. -branchId = pipe_49_E199 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1027.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E200_0.00 # Unique cross-section location id. -branchId = pipe_49_E200 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1027.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E201_0.00 # Unique cross-section location id. -branchId = pipe_49_E201 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1051.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E202_0.00 # Unique cross-section location id. -branchId = pipe_49_E202 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1051.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E203_0.00 # Unique cross-section location id. -branchId = pipe_49_E203 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1065.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E204_0.00 # Unique cross-section location id. -branchId = pipe_49_E204 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1068.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E205_0.00 # Unique cross-section location id. -branchId = pipe_49_E205 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1068.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E206_0.00 # Unique cross-section location id. -branchId = pipe_49_E206 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1072.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E207_0.00 # Unique cross-section location id. -branchId = pipe_49_E207 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1072.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E208_0.00 # Unique cross-section location id. -branchId = pipe_49_E208 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1071.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E209_0.00 # Unique cross-section location id. -branchId = pipe_49_E209 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1071.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E210_0.00 # Unique cross-section location id. -branchId = pipe_49_E210 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1051.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E211_0.00 # Unique cross-section location id. -branchId = pipe_49_E211 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1051.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E212_0.00 # Unique cross-section location id. -branchId = pipe_49_E212 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1014.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E213_0.00 # Unique cross-section location id. -branchId = pipe_49_E213 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 1014.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E214_0.00 # Unique cross-section location id. -branchId = pipe_49_E214 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 970.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E215_0.00 # Unique cross-section location id. -branchId = pipe_49_E215 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 970.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E216_0.00 # Unique cross-section location id. -branchId = pipe_49_E216 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 932.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E217_0.00 # Unique cross-section location id. -branchId = pipe_49_E217 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 932.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E218_0.00 # Unique cross-section location id. -branchId = pipe_49_E218 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 893.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E219_0.00 # Unique cross-section location id. -branchId = pipe_49_E219 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 850.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E220_0.00 # Unique cross-section location id. -branchId = pipe_49_E220 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 850.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_49_E221_0.00 # Unique cross-section location id. -branchId = pipe_49_E221 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 815.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_50_E0_0.00 # Unique cross-section location id. -branchId = pipe_50_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 792.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_50_E1_0.00 # Unique cross-section location id. -branchId = pipe_50_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 792.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_50_E2_0.00 # Unique cross-section location id. -branchId = pipe_50_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_50_E3_0.00 # Unique cross-section location id. -branchId = pipe_50_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_50_E4_0.00 # Unique cross-section location id. -branchId = pipe_50_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_50_E5_0.00 # Unique cross-section location id. -branchId = pipe_50_E5 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_50_E6_0.00 # Unique cross-section location id. -branchId = pipe_50_E6 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_50_E7_0.00 # Unique cross-section location id. -branchId = pipe_50_E7 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_50_E8_0.00 # Unique cross-section location id. -branchId = pipe_50_E8 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 783.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_51_E0_0.00 # Unique cross-section location id. -branchId = pipe_51_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 783.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_51_E1_0.00 # Unique cross-section location id. -branchId = pipe_51_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 783.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_51_E2_0.00 # Unique cross-section location id. -branchId = pipe_51_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_51_E3_0.00 # Unique cross-section location id. -branchId = pipe_51_E3 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_51_E4_0.00 # Unique cross-section location id. -branchId = pipe_51_E4 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_51_E5_0.00 # Unique cross-section location id. -branchId = pipe_51_E5 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_51_E6_0.00 # Unique cross-section location id. -branchId = pipe_51_E6 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_51_E7_0.00 # Unique cross-section location id. -branchId = pipe_51_E7 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_51_E8_0.00 # Unique cross-section location id. -branchId = pipe_51_E8 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_51_E9_0.00 # Unique cross-section location id. -branchId = pipe_51_E9 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_51_E10_0.00 # Unique cross-section location id. -branchId = pipe_51_E10 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_51_E11_0.00 # Unique cross-section location id. -branchId = pipe_51_E11 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_51_E12_0.00 # Unique cross-section location id. -branchId = pipe_51_E12 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 792.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_52_E0_0.00 # Unique cross-section location id. -branchId = pipe_52_E0 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 815.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_52_E1_0.00 # Unique cross-section location id. -branchId = pipe_52_E1 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_52_E2_0.00 # Unique cross-section location id. -branchId = pipe_52_E2 # Branch on which the cross section is located. -chainage = 0.0 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_6_E0_45.76 # Unique cross-section location id. -branchId = pipe_6_E0 # Branch on which the cross section is located. -chainage = 45.76125752890142 # Chainage on the branch (m). -shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_6_E1_45.71 # Unique cross-section location id. -branchId = pipe_6_E1 # Branch on which the cross section is located. -chainage = 45.71393975183706 # Chainage on the branch (m). -shift = 931.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_6_E2_45.76 # Unique cross-section location id. -branchId = pipe_6_E2 # Branch on which the cross section is located. -chainage = 45.76125752852305 # Chainage on the branch (m). -shift = 931.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_6_E3_45.76 # Unique cross-section location id. -branchId = pipe_6_E3 # Branch on which the cross section is located. -chainage = 45.755112831821485 # Chainage on the branch (m). -shift = 933.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_6_E4_45.76 # Unique cross-section location id. -branchId = pipe_6_E4 # Branch on which the cross section is located. -chainage = 45.76125752936292 # Chainage on the branch (m). -shift = 933.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_6_E5_45.70 # Unique cross-section location id. -branchId = pipe_6_E5 # Branch on which the cross section is located. -chainage = 45.69949095152197 # Chainage on the branch (m). -shift = 934.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_6_E6_45.36 # Unique cross-section location id. -branchId = pipe_6_E6 # Branch on which the cross section is located. -chainage = 45.360601293048944 # Chainage on the branch (m). -shift = 938.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_6_E7_45.66 # Unique cross-section location id. -branchId = pipe_6_E7 # Branch on which the cross section is located. -chainage = 45.655006170193026 # Chainage on the branch (m). -shift = 938.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_6_E8_45.76 # Unique cross-section location id. -branchId = pipe_6_E8 # Branch on which the cross section is located. -chainage = 45.76125752902249 # Chainage on the branch (m). -shift = 938.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_6_E9_45.74 # Unique cross-section location id. -branchId = pipe_6_E9 # Branch on which the cross section is located. -chainage = 45.74189372149484 # Chainage on the branch (m). -shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_7_E0_46.10 # Unique cross-section location id. -branchId = pipe_7_E0 # Branch on which the cross section is located. -chainage = 46.102738821364206 # Chainage on the branch (m). -shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_7_E1_46.10 # Unique cross-section location id. -branchId = pipe_7_E1 # Branch on which the cross section is located. -chainage = 46.102738821138914 # Chainage on the branch (m). -shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_7_E2_46.10 # Unique cross-section location id. -branchId = pipe_7_E2 # Branch on which the cross section is located. -chainage = 46.102738821364206 # Chainage on the branch (m). -shift = 917.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_7_E3_46.10 # Unique cross-section location id. -branchId = pipe_7_E3 # Branch on which the cross section is located. -chainage = 46.102738821138914 # Chainage on the branch (m). -shift = 917.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_7_E4_46.00 # Unique cross-section location id. -branchId = pipe_7_E4 # Branch on which the cross section is located. -chainage = 46.00216735798174 # Chainage on the branch (m). -shift = 935.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_7_E5_41.06 # Unique cross-section location id. -branchId = pipe_7_E5 # Branch on which the cross section is located. -chainage = 41.05911122038262 # Chainage on the branch (m). -shift = 935.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_7_E6_45.44 # Unique cross-section location id. -branchId = pipe_7_E6 # Branch on which the cross section is located. -chainage = 45.44276808806382 # Chainage on the branch (m). -shift = 935.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_7_E7_46.10 # Unique cross-section location id. -branchId = pipe_7_E7 # Branch on which the cross section is located. -chainage = 46.10273882076696 # Chainage on the branch (m). -shift = 942.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_7_E8_44.93 # Unique cross-section location id. -branchId = pipe_7_E8 # Branch on which the cross section is located. -chainage = 44.92510998108224 # Chainage on the branch (m). -shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_7_E9_45.97 # Unique cross-section location id. -branchId = pipe_7_E9 # Branch on which the cross section is located. -chainage = 45.97133069423017 # Chainage on the branch (m). -shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_7_E10_46.10 # Unique cross-section location id. -branchId = pipe_7_E10 # Branch on which the cross section is located. -chainage = 46.10273882153968 # Chainage on the branch (m). -shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E0_48.94 # Unique cross-section location id. -branchId = pipe_8_E0 # Branch on which the cross section is located. -chainage = 48.93536433305755 # Chainage on the branch (m). -shift = 912.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E1_49.71 # Unique cross-section location id. -branchId = pipe_8_E1 # Branch on which the cross section is located. -chainage = 49.71410747425359 # Chainage on the branch (m). -shift = 912.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E2_46.58 # Unique cross-section location id. -branchId = pipe_8_E2 # Branch on which the cross section is located. -chainage = 46.578684479325084 # Chainage on the branch (m). -shift = 927.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E3_49.96 # Unique cross-section location id. -branchId = pipe_8_E3 # Branch on which the cross section is located. -chainage = 49.957470802961076 # Chainage on the branch (m). -shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E4_49.96 # Unique cross-section location id. -branchId = pipe_8_E4 # Branch on which the cross section is located. -chainage = 49.95752389880362 # Chainage on the branch (m). -shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E5_49.39 # Unique cross-section location id. -branchId = pipe_8_E5 # Branch on which the cross section is located. -chainage = 49.385451662790594 # Chainage on the branch (m). -shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E6_49.42 # Unique cross-section location id. -branchId = pipe_8_E6 # Branch on which the cross section is located. -chainage = 49.42406541219448 # Chainage on the branch (m). -shift = 972.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E7_48.14 # Unique cross-section location id. -branchId = pipe_8_E7 # Branch on which the cross section is located. -chainage = 48.14420338433423 # Chainage on the branch (m). -shift = 960.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E8_49.76 # Unique cross-section location id. -branchId = pipe_8_E8 # Branch on which the cross section is located. -chainage = 49.75852403962619 # Chainage on the branch (m). -shift = 960.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E9_48.14 # Unique cross-section location id. -branchId = pipe_8_E9 # Branch on which the cross section is located. -chainage = 48.13815697289992 # Chainage on the branch (m). -shift = 942.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E10_49.27 # Unique cross-section location id. -branchId = pipe_8_E10 # Branch on which the cross section is located. -chainage = 49.271039699222506 # Chainage on the branch (m). -shift = 942.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E11_49.96 # Unique cross-section location id. -branchId = pipe_8_E11 # Branch on which the cross section is located. -chainage = 49.957523898747276 # Chainage on the branch (m). -shift = 942.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E12_49.96 # Unique cross-section location id. -branchId = pipe_8_E12 # Branch on which the cross section is located. -chainage = 49.957523897936305 # Chainage on the branch (m). -shift = 956.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E13_49.92 # Unique cross-section location id. -branchId = pipe_8_E13 # Branch on which the cross section is located. -chainage = 49.916959451292136 # Chainage on the branch (m). -shift = 942.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E14_49.53 # Unique cross-section location id. -branchId = pipe_8_E14 # Branch on which the cross section is located. -chainage = 49.53268255025123 # Chainage on the branch (m). -shift = 942.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E15_47.42 # Unique cross-section location id. -branchId = pipe_8_E15 # Branch on which the cross section is located. -chainage = 47.417856608935935 # Chainage on the branch (m). -shift = 949.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E16_49.16 # Unique cross-section location id. -branchId = pipe_8_E16 # Branch on which the cross section is located. -chainage = 49.16008106818719 # Chainage on the branch (m). -shift = 958.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E17_49.11 # Unique cross-section location id. -branchId = pipe_8_E17 # Branch on which the cross section is located. -chainage = 49.10596018899191 # Chainage on the branch (m). -shift = 958.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E18_49.90 # Unique cross-section location id. -branchId = pipe_8_E18 # Branch on which the cross section is located. -chainage = 49.89692960011419 # Chainage on the branch (m). -shift = 967.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E19_49.86 # Unique cross-section location id. -branchId = pipe_8_E19 # Branch on which the cross section is located. -chainage = 49.85856667009763 # Chainage on the branch (m). -shift = 967.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E20_49.86 # Unique cross-section location id. -branchId = pipe_8_E20 # Branch on which the cross section is located. -chainage = 49.86368501832395 # Chainage on the branch (m). -shift = 973.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E21_49.61 # Unique cross-section location id. -branchId = pipe_8_E21 # Branch on which the cross section is located. -chainage = 49.610344214178355 # Chainage on the branch (m). -shift = 973.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E22_49.79 # Unique cross-section location id. -branchId = pipe_8_E22 # Branch on which the cross section is located. -chainage = 49.793734807583284 # Chainage on the branch (m). -shift = 964.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E23_49.78 # Unique cross-section location id. -branchId = pipe_8_E23 # Branch on which the cross section is located. -chainage = 49.7824169743414 # Chainage on the branch (m). -shift = 964.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E24_49.82 # Unique cross-section location id. -branchId = pipe_8_E24 # Branch on which the cross section is located. -chainage = 49.819037644266054 # Chainage on the branch (m). -shift = 964.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E25_49.96 # Unique cross-section location id. -branchId = pipe_8_E25 # Branch on which the cross section is located. -chainage = 49.95752389901176 # Chainage on the branch (m). -shift = 954.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E26_49.96 # Unique cross-section location id. -branchId = pipe_8_E26 # Branch on which the cross section is located. -chainage = 49.9568366698002 # Chainage on the branch (m). -shift = 954.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E27_49.96 # Unique cross-section location id. -branchId = pipe_8_E27 # Branch on which the cross section is located. -chainage = 49.957523898014124 # Chainage on the branch (m). -shift = 954.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E28_49.96 # Unique cross-section location id. -branchId = pipe_8_E28 # Branch on which the cross section is located. -chainage = 49.957523898926354 # Chainage on the branch (m). -shift = 947.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E29_49.96 # Unique cross-section location id. -branchId = pipe_8_E29 # Branch on which the cross section is located. -chainage = 49.957523898061034 # Chainage on the branch (m). -shift = 955.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E30_49.96 # Unique cross-section location id. -branchId = pipe_8_E30 # Branch on which the cross section is located. -chainage = 49.957523898926354 # Chainage on the branch (m). -shift = 955.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E31_49.96 # Unique cross-section location id. -branchId = pipe_8_E31 # Branch on which the cross section is located. -chainage = 49.957523898014124 # Chainage on the branch (m). -shift = 952.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E32_49.96 # Unique cross-section location id. -branchId = pipe_8_E32 # Branch on which the cross section is located. -chainage = 49.957523898973264 # Chainage on the branch (m). -shift = 952.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E33_49.96 # Unique cross-section location id. -branchId = pipe_8_E33 # Branch on which the cross section is located. -chainage = 49.957523898014124 # Chainage on the branch (m). -shift = 952.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E34_49.96 # Unique cross-section location id. -branchId = pipe_8_E34 # Branch on which the cross section is located. -chainage = 49.957523898926354 # Chainage on the branch (m). -shift = 953.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E35_49.85 # Unique cross-section location id. -branchId = pipe_8_E35 # Branch on which the cross section is located. -chainage = 49.84863271179912 # Chainage on the branch (m). -shift = 953.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E36_49.84 # Unique cross-section location id. -branchId = pipe_8_E36 # Branch on which the cross section is located. -chainage = 49.83986808270347 # Chainage on the branch (m). -shift = 963.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E37_49.96 # Unique cross-section location id. -branchId = pipe_8_E37 # Branch on which the cross section is located. -chainage = 49.957523898228686 # Chainage on the branch (m). -shift = 966.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E38_49.96 # Unique cross-section location id. -branchId = pipe_8_E38 # Branch on which the cross section is located. -chainage = 49.95518333239744 # Chainage on the branch (m). -shift = 966.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E39_49.96 # Unique cross-section location id. -branchId = pipe_8_E39 # Branch on which the cross section is located. -chainage = 49.95752389819095 # Chainage on the branch (m). -shift = 973.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E40_49.96 # Unique cross-section location id. -branchId = pipe_8_E40 # Branch on which the cross section is located. -chainage = 49.95752389819095 # Chainage on the branch (m). -shift = 980.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E41_49.96 # Unique cross-section location id. -branchId = pipe_8_E41 # Branch on which the cross section is located. -chainage = 49.95752389898102 # Chainage on the branch (m). -shift = 980.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E42_49.96 # Unique cross-section location id. -branchId = pipe_8_E42 # Branch on which the cross section is located. -chainage = 49.95752389831423 # Chainage on the branch (m). -shift = 980.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E43_49.96 # Unique cross-section location id. -branchId = pipe_8_E43 # Branch on which the cross section is located. -chainage = 49.95752389819095 # Chainage on the branch (m). -shift = 990.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E44_49.96 # Unique cross-section location id. -branchId = pipe_8_E44 # Branch on which the cross section is located. -chainage = 49.95752389898102 # Chainage on the branch (m). -shift = 995.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E45_49.96 # Unique cross-section location id. -branchId = pipe_8_E45 # Branch on which the cross section is located. -chainage = 49.95752389819095 # Chainage on the branch (m). -shift = 995.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E46_45.42 # Unique cross-section location id. -branchId = pipe_8_E46 # Branch on which the cross section is located. -chainage = 45.42181422274748 # Chainage on the branch (m). -shift = 995.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E47_48.32 # Unique cross-section location id. -branchId = pipe_8_E47 # Branch on which the cross section is located. -chainage = 48.32311246129105 # Chainage on the branch (m). -shift = 1003.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E48_49.96 # Unique cross-section location id. -branchId = pipe_8_E48 # Branch on which the cross section is located. -chainage = 49.9575238981631 # Chainage on the branch (m). -shift = 1003.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E49_48.92 # Unique cross-section location id. -branchId = pipe_8_E49 # Branch on which the cross section is located. -chainage = 48.91994655000976 # Chainage on the branch (m). -shift = 1003.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E50_49.62 # Unique cross-section location id. -branchId = pipe_8_E50 # Branch on which the cross section is located. -chainage = 49.6220999936148 # Chainage on the branch (m). -shift = 1034.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E51_49.59 # Unique cross-section location id. -branchId = pipe_8_E51 # Branch on which the cross section is located. -chainage = 49.5935182498885 # Chainage on the branch (m). -shift = 1034.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E52_49.96 # Unique cross-section location id. -branchId = pipe_8_E52 # Branch on which the cross section is located. -chainage = 49.9550047334466 # Chainage on the branch (m). -shift = 1030.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E53_49.95 # Unique cross-section location id. -branchId = pipe_8_E53 # Branch on which the cross section is located. -chainage = 49.94879354935671 # Chainage on the branch (m). -shift = 1030.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E54_49.96 # Unique cross-section location id. -branchId = pipe_8_E54 # Branch on which the cross section is located. -chainage = 49.957523898303265 # Chainage on the branch (m). -shift = 1014.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E55_49.57 # Unique cross-section location id. -branchId = pipe_8_E55 # Branch on which the cross section is located. -chainage = 49.56635220508799 # Chainage on the branch (m). -shift = 1014.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E56_49.95 # Unique cross-section location id. -branchId = pipe_8_E56 # Branch on which the cross section is located. -chainage = 49.94862942742929 # Chainage on the branch (m). -shift = 1009.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E57_49.83 # Unique cross-section location id. -branchId = pipe_8_E57 # Branch on which the cross section is located. -chainage = 49.83069656534414 # Chainage on the branch (m). -shift = 1009.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E58_49.69 # Unique cross-section location id. -branchId = pipe_8_E58 # Branch on which the cross section is located. -chainage = 49.692710282699565 # Chainage on the branch (m). -shift = 1009.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E59_49.23 # Unique cross-section location id. -branchId = pipe_8_E59 # Branch on which the cross section is located. -chainage = 49.22980746035248 # Chainage on the branch (m). -shift = 979.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E60_47.52 # Unique cross-section location id. -branchId = pipe_8_E60 # Branch on which the cross section is located. -chainage = 47.51812191800843 # Chainage on the branch (m). -shift = 993.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E61_49.95 # Unique cross-section location id. -branchId = pipe_8_E61 # Branch on which the cross section is located. -chainage = 49.95114833373648 # Chainage on the branch (m). -shift = 993.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E62_49.96 # Unique cross-section location id. -branchId = pipe_8_E62 # Branch on which the cross section is located. -chainage = 49.9575238983814 # Chainage on the branch (m). -shift = 1003.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E63_49.96 # Unique cross-section location id. -branchId = pipe_8_E63 # Branch on which the cross section is located. -chainage = 49.95752389858023 # Chainage on the branch (m). -shift = 1003.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E64_49.96 # Unique cross-section location id. -branchId = pipe_8_E64 # Branch on which the cross section is located. -chainage = 49.957523898347546 # Chainage on the branch (m). -shift = 1011.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E65_49.96 # Unique cross-section location id. -branchId = pipe_8_E65 # Branch on which the cross section is located. -chainage = 49.9575238983814 # Chainage on the branch (m). -shift = 1011.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E66_49.96 # Unique cross-section location id. -branchId = pipe_8_E66 # Branch on which the cross section is located. -chainage = 49.95752389858023 # Chainage on the branch (m). -shift = 1016.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E67_49.96 # Unique cross-section location id. -branchId = pipe_8_E67 # Branch on which the cross section is located. -chainage = 49.957523898347546 # Chainage on the branch (m). -shift = 1023.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E68_49.96 # Unique cross-section location id. -branchId = pipe_8_E68 # Branch on which the cross section is located. -chainage = 49.9575238983814 # Chainage on the branch (m). -shift = 1023.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E69_49.65 # Unique cross-section location id. -branchId = pipe_8_E69 # Branch on which the cross section is located. -chainage = 49.65324118637079 # Chainage on the branch (m). -shift = 1026.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E70_49.96 # Unique cross-section location id. -branchId = pipe_8_E70 # Branch on which the cross section is located. -chainage = 49.957523898358886 # Chainage on the branch (m). -shift = 1026.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E71_49.90 # Unique cross-section location id. -branchId = pipe_8_E71 # Branch on which the cross section is located. -chainage = 49.8989312134141 # Chainage on the branch (m). -shift = 1030.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E72_49.62 # Unique cross-section location id. -branchId = pipe_8_E72 # Branch on which the cross section is located. -chainage = 49.62115648386718 # Chainage on the branch (m). -shift = 1030.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E73_47.50 # Unique cross-section location id. -branchId = pipe_8_E73 # Branch on which the cross section is located. -chainage = 47.49891785391558 # Chainage on the branch (m). -shift = 1035.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E74_49.32 # Unique cross-section location id. -branchId = pipe_8_E74 # Branch on which the cross section is located. -chainage = 49.324520739415995 # Chainage on the branch (m). -shift = 1035.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E75_48.16 # Unique cross-section location id. -branchId = pipe_8_E75 # Branch on which the cross section is located. -chainage = 48.159647714840865 # Chainage on the branch (m). -shift = 1035.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E76_49.93 # Unique cross-section location id. -branchId = pipe_8_E76 # Branch on which the cross section is located. -chainage = 49.92680839583086 # Chainage on the branch (m). -shift = 1041.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E77_49.96 # Unique cross-section location id. -branchId = pipe_8_E77 # Branch on which the cross section is located. -chainage = 49.95752389860956 # Chainage on the branch (m). -shift = 1041.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E78_49.96 # Unique cross-section location id. -branchId = pipe_8_E78 # Branch on which the cross section is located. -chainage = 49.95752389838319 # Chainage on the branch (m). -shift = 1057.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E79_49.96 # Unique cross-section location id. -branchId = pipe_8_E79 # Branch on which the cross section is located. -chainage = 49.95752389860956 # Chainage on the branch (m). -shift = 1020.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E80_49.96 # Unique cross-section location id. -branchId = pipe_8_E80 # Branch on which the cross section is located. -chainage = 49.95752389816526 # Chainage on the branch (m). -shift = 1030.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E81_49.96 # Unique cross-section location id. -branchId = pipe_8_E81 # Branch on which the cross section is located. -chainage = 49.95752389860956 # Chainage on the branch (m). -shift = 1030.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E82_49.15 # Unique cross-section location id. -branchId = pipe_8_E82 # Branch on which the cross section is located. -chainage = 49.1507853054202 # Chainage on the branch (m). -shift = 1038.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E83_49.23 # Unique cross-section location id. -branchId = pipe_8_E83 # Branch on which the cross section is located. -chainage = 49.23411974979083 # Chainage on the branch (m). -shift = 1038.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E84_48.11 # Unique cross-section location id. -branchId = pipe_8_E84 # Branch on which the cross section is located. -chainage = 48.11107732386043 # Chainage on the branch (m). -shift = 1092.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E85_49.47 # Unique cross-section location id. -branchId = pipe_8_E85 # Branch on which the cross section is located. -chainage = 49.466702448749515 # Chainage on the branch (m). -shift = 1092.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E86_48.21 # Unique cross-section location id. -branchId = pipe_8_E86 # Branch on which the cross section is located. -chainage = 48.207749439192746 # Chainage on the branch (m). -shift = 1092.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E87_49.62 # Unique cross-section location id. -branchId = pipe_8_E87 # Branch on which the cross section is located. -chainage = 49.622465910733986 # Chainage on the branch (m). -shift = 1098.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E88_49.92 # Unique cross-section location id. -branchId = pipe_8_E88 # Branch on which the cross section is located. -chainage = 49.92498064406391 # Chainage on the branch (m). -shift = 1090.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E89_49.77 # Unique cross-section location id. -branchId = pipe_8_E89 # Branch on which the cross section is located. -chainage = 49.77287910976742 # Chainage on the branch (m). -shift = 1090.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E90_49.79 # Unique cross-section location id. -branchId = pipe_8_E90 # Branch on which the cross section is located. -chainage = 49.79249407405103 # Chainage on the branch (m). -shift = 1084.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E91_49.96 # Unique cross-section location id. -branchId = pipe_8_E91 # Branch on which the cross section is located. -chainage = 49.95752389833733 # Chainage on the branch (m). -shift = 1084.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E92_49.96 # Unique cross-section location id. -branchId = pipe_8_E92 # Branch on which the cross section is located. -chainage = 49.95752389856946 # Chainage on the branch (m). -shift = 1094.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E93_48.98 # Unique cross-section location id. -branchId = pipe_8_E93 # Branch on which the cross section is located. -chainage = 48.983799332429015 # Chainage on the branch (m). -shift = 1094.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E94_49.41 # Unique cross-section location id. -branchId = pipe_8_E94 # Branch on which the cross section is located. -chainage = 49.41291159850838 # Chainage on the branch (m). -shift = 1094.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E95_49.96 # Unique cross-section location id. -branchId = pipe_8_E95 # Branch on which the cross section is located. -chainage = 49.95752389822822 # Chainage on the branch (m). -shift = 1094.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E96_49.96 # Unique cross-section location id. -branchId = pipe_8_E96 # Branch on which the cross section is located. -chainage = 49.95752389863916 # Chainage on the branch (m). -shift = 1132.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E97_49.95 # Unique cross-section location id. -branchId = pipe_8_E97 # Branch on which the cross section is located. -chainage = 49.94797397915011 # Chainage on the branch (m). -shift = 1132.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E98_49.96 # Unique cross-section location id. -branchId = pipe_8_E98 # Branch on which the cross section is located. -chainage = 49.95752389811477 # Chainage on the branch (m). -shift = 1135.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E99_49.96 # Unique cross-section location id. -branchId = pipe_8_E99 # Branch on which the cross section is located. -chainage = 49.95752389855935 # Chainage on the branch (m). -shift = 1135.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E100_49.96 # Unique cross-section location id. -branchId = pipe_8_E100 # Branch on which the cross section is located. -chainage = 49.95752389855935 # Chainage on the branch (m). -shift = 1142.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E101_49.73 # Unique cross-section location id. -branchId = pipe_8_E101 # Branch on which the cross section is located. -chainage = 49.73048358422735 # Chainage on the branch (m). -shift = 1142.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E102_49.44 # Unique cross-section location id. -branchId = pipe_8_E102 # Branch on which the cross section is located. -chainage = 49.43719736734111 # Chainage on the branch (m). -shift = 1138.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E103_49.96 # Unique cross-section location id. -branchId = pipe_8_E103 # Branch on which the cross section is located. -chainage = 49.95752389783022 # Chainage on the branch (m). -shift = 1166.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E104_49.96 # Unique cross-section location id. -branchId = pipe_8_E104 # Branch on which the cross section is located. -chainage = 49.95752389852744 # Chainage on the branch (m). -shift = 1166.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E105_49.63 # Unique cross-section location id. -branchId = pipe_8_E105 # Branch on which the cross section is located. -chainage = 49.628503735502875 # Chainage on the branch (m). -shift = 1163.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E106_49.90 # Unique cross-section location id. -branchId = pipe_8_E106 # Branch on which the cross section is located. -chainage = 49.900721713044696 # Chainage on the branch (m). -shift = 1163.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E107_49.96 # Unique cross-section location id. -branchId = pipe_8_E107 # Branch on which the cross section is located. -chainage = 49.95752389840732 # Chainage on the branch (m). -shift = 1154.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E108_49.60 # Unique cross-section location id. -branchId = pipe_8_E108 # Branch on which the cross section is located. -chainage = 49.59871256053249 # Chainage on the branch (m). -shift = 1182.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E109_49.11 # Unique cross-section location id. -branchId = pipe_8_E109 # Branch on which the cross section is located. -chainage = 49.111764900618 # Chainage on the branch (m). -shift = 1138.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E110_49.70 # Unique cross-section location id. -branchId = pipe_8_E110 # Branch on which the cross section is located. -chainage = 49.70466514175616 # Chainage on the branch (m). -shift = 1138.7000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E111_48.43 # Unique cross-section location id. -branchId = pipe_8_E111 # Branch on which the cross section is located. -chainage = 48.430333679484846 # Chainage on the branch (m). -shift = 1134.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E112_49.64 # Unique cross-section location id. -branchId = pipe_8_E112 # Branch on which the cross section is located. -chainage = 49.6404885294234 # Chainage on the branch (m). -shift = 1134.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E113_49.80 # Unique cross-section location id. -branchId = pipe_8_E113 # Branch on which the cross section is located. -chainage = 49.79917812815435 # Chainage on the branch (m). -shift = 1167.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E114_49.11 # Unique cross-section location id. -branchId = pipe_8_E114 # Branch on which the cross section is located. -chainage = 49.110221798928904 # Chainage on the branch (m). -shift = 1167.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E115_49.58 # Unique cross-section location id. -branchId = pipe_8_E115 # Branch on which the cross section is located. -chainage = 49.582241208991704 # Chainage on the branch (m). -shift = 1167.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E116_49.96 # Unique cross-section location id. -branchId = pipe_8_E116 # Branch on which the cross section is located. -chainage = 49.95752389861098 # Chainage on the branch (m). -shift = 1167.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E117_49.96 # Unique cross-section location id. -branchId = pipe_8_E117 # Branch on which the cross section is located. -chainage = 49.95752389838633 # Chainage on the branch (m). -shift = 1159.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E118_49.70 # Unique cross-section location id. -branchId = pipe_8_E118 # Branch on which the cross section is located. -chainage = 49.697788019411504 # Chainage on the branch (m). -shift = 1159.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E119_49.96 # Unique cross-section location id. -branchId = pipe_8_E119 # Branch on which the cross section is located. -chainage = 49.957523898574344 # Chainage on the branch (m). -shift = 1149.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E120_49.72 # Unique cross-section location id. -branchId = pipe_8_E120 # Branch on which the cross section is located. -chainage = 49.717278254655945 # Chainage on the branch (m). -shift = 1149.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E121_49.11 # Unique cross-section location id. -branchId = pipe_8_E121 # Branch on which the cross section is located. -chainage = 49.10716916531334 # Chainage on the branch (m). -shift = 1144.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E122_49.96 # Unique cross-section location id. -branchId = pipe_8_E122 # Branch on which the cross section is located. -chainage = 49.95752389852524 # Chainage on the branch (m). -shift = 1180.2000732421875 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E123_49.96 # Unique cross-section location id. -branchId = pipe_8_E123 # Branch on which the cross section is located. -chainage = 49.957523898108406 # Chainage on the branch (m). -shift = 1177.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E124_49.96 # Unique cross-section location id. -branchId = pipe_8_E124 # Branch on which the cross section is located. -chainage = 49.95752389852524 # Chainage on the branch (m). -shift = 1177.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E125_49.96 # Unique cross-section location id. -branchId = pipe_8_E125 # Branch on which the cross section is located. -chainage = 49.95752389852524 # Chainage on the branch (m). -shift = 1177.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E126_49.86 # Unique cross-section location id. -branchId = pipe_8_E126 # Branch on which the cross section is located. -chainage = 49.86393341774648 # Chainage on the branch (m). -shift = 1200.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E127_48.92 # Unique cross-section location id. -branchId = pipe_8_E127 # Branch on which the cross section is located. -chainage = 48.92114476101746 # Chainage on the branch (m). -shift = 1200.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E128_47.83 # Unique cross-section location id. -branchId = pipe_8_E128 # Branch on which the cross section is located. -chainage = 47.83081561525965 # Chainage on the branch (m). -shift = 1200.0999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E129_49.57 # Unique cross-section location id. -branchId = pipe_8_E129 # Branch on which the cross section is located. -chainage = 49.571118696781305 # Chainage on the branch (m). -shift = 1229.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E130_49.79 # Unique cross-section location id. -branchId = pipe_8_E130 # Branch on which the cross section is located. -chainage = 49.79196210767791 # Chainage on the branch (m). -shift = 1229.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E131_49.66 # Unique cross-section location id. -branchId = pipe_8_E131 # Branch on which the cross section is located. -chainage = 49.65522142180431 # Chainage on the branch (m). -shift = 1229.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E132_47.38 # Unique cross-section location id. -branchId = pipe_8_E132 # Branch on which the cross section is located. -chainage = 47.38112097190667 # Chainage on the branch (m). -shift = 1229.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E133_48.61 # Unique cross-section location id. -branchId = pipe_8_E133 # Branch on which the cross section is located. -chainage = 48.611060074558075 # Chainage on the branch (m). -shift = 1212.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E134_49.24 # Unique cross-section location id. -branchId = pipe_8_E134 # Branch on which the cross section is located. -chainage = 49.24368430262856 # Chainage on the branch (m). -shift = 1212.300048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E135_49.91 # Unique cross-section location id. -branchId = pipe_8_E135 # Branch on which the cross section is located. -chainage = 49.91042920902947 # Chainage on the branch (m). -shift = 1188.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E136_49.96 # Unique cross-section location id. -branchId = pipe_8_E136 # Branch on which the cross section is located. -chainage = 49.95752389837648 # Chainage on the branch (m). -shift = 1188.5999755859375 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E137_49.22 # Unique cross-section location id. -branchId = pipe_8_E137 # Branch on which the cross section is located. -chainage = 49.218986171045124 # Chainage on the branch (m). -shift = 1141.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E138_49.52 # Unique cross-section location id. -branchId = pipe_8_E138 # Branch on which the cross section is located. -chainage = 49.52451524747702 # Chainage on the branch (m). -shift = 1141.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E139_49.95 # Unique cross-section location id. -branchId = pipe_8_E139 # Branch on which the cross section is located. -chainage = 49.95105429155269 # Chainage on the branch (m). -shift = 1141.800048828125 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E140_49.96 # Unique cross-section location id. -branchId = pipe_8_E140 # Branch on which the cross section is located. -chainage = 49.9575238985737 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E141_49.17 # Unique cross-section location id. -branchId = pipe_8_E141 # Branch on which the cross section is located. -chainage = 49.17445315418424 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E142_48.07 # Unique cross-section location id. -branchId = pipe_8_E142 # Branch on which the cross section is located. -chainage = 48.07236879758117 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E143_49.79 # Unique cross-section location id. -branchId = pipe_8_E143 # Branch on which the cross section is located. -chainage = 49.78718196638158 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E144_48.37 # Unique cross-section location id. -branchId = pipe_8_E144 # Branch on which the cross section is located. -chainage = 48.371647664000854 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E145_49.79 # Unique cross-section location id. -branchId = pipe_8_E145 # Branch on which the cross section is located. -chainage = 49.78510568584671 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E146_49.96 # Unique cross-section location id. -branchId = pipe_8_E146 # Branch on which the cross section is located. -chainage = 49.95746163814857 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E147_49.63 # Unique cross-section location id. -branchId = pipe_8_E147 # Branch on which the cross section is located. -chainage = 49.6281935631055 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E148_49.68 # Unique cross-section location id. -branchId = pipe_8_E148 # Branch on which the cross section is located. -chainage = 49.67868997596494 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E149_49.96 # Unique cross-section location id. -branchId = pipe_8_E149 # Branch on which the cross section is located. -chainage = 49.95752389817536 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E150_49.73 # Unique cross-section location id. -branchId = pipe_8_E150 # Branch on which the cross section is located. -chainage = 49.732000454761746 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E151_47.96 # Unique cross-section location id. -branchId = pipe_8_E151 # Branch on which the cross section is located. -chainage = 47.96452462785413 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E152_49.80 # Unique cross-section location id. -branchId = pipe_8_E152 # Branch on which the cross section is located. -chainage = 49.804316036242604 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E153_49.50 # Unique cross-section location id. -branchId = pipe_8_E153 # Branch on which the cross section is located. -chainage = 49.504166033663935 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E154_49.96 # Unique cross-section location id. -branchId = pipe_8_E154 # Branch on which the cross section is located. -chainage = 49.95752389824687 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E155_49.96 # Unique cross-section location id. -branchId = pipe_8_E155 # Branch on which the cross section is located. -chainage = 49.957523898675724 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E156_49.76 # Unique cross-section location id. -branchId = pipe_8_E156 # Branch on which the cross section is located. -chainage = 49.76464143232939 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E157_49.90 # Unique cross-section location id. -branchId = pipe_8_E157 # Branch on which the cross section is located. -chainage = 49.9031618769645 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E158_49.96 # Unique cross-section location id. -branchId = pipe_8_E158 # Branch on which the cross section is located. -chainage = 49.95752389873273 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E159_49.96 # Unique cross-section location id. -branchId = pipe_8_E159 # Branch on which the cross section is located. -chainage = 49.957523898087516 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E160_49.96 # Unique cross-section location id. -branchId = pipe_8_E160 # Branch on which the cross section is located. -chainage = 49.95752389829272 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E161_49.96 # Unique cross-section location id. -branchId = pipe_8_E161 # Branch on which the cross section is located. -chainage = 49.95752389873273 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E162_49.96 # Unique cross-section location id. -branchId = pipe_8_E162 # Branch on which the cross section is located. -chainage = 49.95752389829272 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E163_49.91 # Unique cross-section location id. -branchId = pipe_8_E163 # Branch on which the cross section is located. -chainage = 49.911404837201154 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E164_49.65 # Unique cross-section location id. -branchId = pipe_8_E164 # Branch on which the cross section is located. -chainage = 49.65143246043708 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E165_49.88 # Unique cross-section location id. -branchId = pipe_8_E165 # Branch on which the cross section is located. -chainage = 49.882494916919605 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E166_49.32 # Unique cross-section location id. -branchId = pipe_8_E166 # Branch on which the cross section is located. -chainage = 49.31951203361277 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E167_48.91 # Unique cross-section location id. -branchId = pipe_8_E167 # Branch on which the cross section is located. -chainage = 48.914986411851295 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E168_49.95 # Unique cross-section location id. -branchId = pipe_8_E168 # Branch on which the cross section is located. -chainage = 49.95434396695339 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E169_49.96 # Unique cross-section location id. -branchId = pipe_8_E169 # Branch on which the cross section is located. -chainage = 49.95752389839518 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E170_49.44 # Unique cross-section location id. -branchId = pipe_8_E170 # Branch on which the cross section is located. -chainage = 49.438362281393225 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E171_49.96 # Unique cross-section location id. -branchId = pipe_8_E171 # Branch on which the cross section is located. -chainage = 49.957523898600705 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E172_49.31 # Unique cross-section location id. -branchId = pipe_8_E172 # Branch on which the cross section is located. -chainage = 49.309561393738655 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E173_49.41 # Unique cross-section location id. -branchId = pipe_8_E173 # Branch on which the cross section is located. -chainage = 49.408370563592015 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E174_49.89 # Unique cross-section location id. -branchId = pipe_8_E174 # Branch on which the cross section is located. -chainage = 49.88806084530675 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E175_49.74 # Unique cross-section location id. -branchId = pipe_8_E175 # Branch on which the cross section is located. -chainage = 49.73604215164 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E176_48.86 # Unique cross-section location id. -branchId = pipe_8_E176 # Branch on which the cross section is located. -chainage = 48.86263014404477 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E177_49.96 # Unique cross-section location id. -branchId = pipe_8_E177 # Branch on which the cross section is located. -chainage = 49.957523898075294 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E178_49.22 # Unique cross-section location id. -branchId = pipe_8_E178 # Branch on which the cross section is located. -chainage = 49.220245369994714 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E179_49.96 # Unique cross-section location id. -branchId = pipe_8_E179 # Branch on which the cross section is located. -chainage = 49.95752389856303 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E180_48.93 # Unique cross-section location id. -branchId = pipe_8_E180 # Branch on which the cross section is located. -chainage = 48.934922711956325 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E181_49.72 # Unique cross-section location id. -branchId = pipe_8_E181 # Branch on which the cross section is located. -chainage = 49.71820952062193 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E182_49.94 # Unique cross-section location id. -branchId = pipe_8_E182 # Branch on which the cross section is located. -chainage = 49.93895271451187 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E183_48.09 # Unique cross-section location id. -branchId = pipe_8_E183 # Branch on which the cross section is located. -chainage = 48.092878650000365 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E184_49.94 # Unique cross-section location id. -branchId = pipe_8_E184 # Branch on which the cross section is located. -chainage = 49.938220576415375 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E185_49.88 # Unique cross-section location id. -branchId = pipe_8_E185 # Branch on which the cross section is located. -chainage = 49.87904904725811 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E186_49.76 # Unique cross-section location id. -branchId = pipe_8_E186 # Branch on which the cross section is located. -chainage = 49.755176189878306 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E187_49.81 # Unique cross-section location id. -branchId = pipe_8_E187 # Branch on which the cross section is located. -chainage = 49.80526312372687 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E188_49.61 # Unique cross-section location id. -branchId = pipe_8_E188 # Branch on which the cross section is located. -chainage = 49.60976565268989 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E189_49.96 # Unique cross-section location id. -branchId = pipe_8_E189 # Branch on which the cross section is located. -chainage = 49.95752389833717 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E190_49.96 # Unique cross-section location id. -branchId = pipe_8_E190 # Branch on which the cross section is located. -chainage = 49.9575238985569 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E191_49.96 # Unique cross-section location id. -branchId = pipe_8_E191 # Branch on which the cross section is located. -chainage = 49.9575238985569 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E192_49.01 # Unique cross-section location id. -branchId = pipe_8_E192 # Branch on which the cross section is located. -chainage = 49.0123291786014 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E193_49.47 # Unique cross-section location id. -branchId = pipe_8_E193 # Branch on which the cross section is located. -chainage = 49.47282267284181 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E194_49.91 # Unique cross-section location id. -branchId = pipe_8_E194 # Branch on which the cross section is located. -chainage = 49.906996907936765 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E195_49.96 # Unique cross-section location id. -branchId = pipe_8_E195 # Branch on which the cross section is located. -chainage = 49.95752389836178 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E196_49.96 # Unique cross-section location id. -branchId = pipe_8_E196 # Branch on which the cross section is located. -chainage = 49.95752389844716 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E197_49.96 # Unique cross-section location id. -branchId = pipe_8_E197 # Branch on which the cross section is located. -chainage = 49.95752389836178 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E198_49.96 # Unique cross-section location id. -branchId = pipe_8_E198 # Branch on which the cross section is located. -chainage = 49.95752389867901 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E199_49.95 # Unique cross-section location id. -branchId = pipe_8_E199 # Branch on which the cross section is located. -chainage = 49.95349787941962 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E200_49.90 # Unique cross-section location id. -branchId = pipe_8_E200 # Branch on which the cross section is located. -chainage = 49.902567546923656 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E201_49.88 # Unique cross-section location id. -branchId = pipe_8_E201 # Branch on which the cross section is located. -chainage = 49.88364304194749 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E202_49.96 # Unique cross-section location id. -branchId = pipe_8_E202 # Branch on which the cross section is located. -chainage = 49.95752389838419 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E203_49.91 # Unique cross-section location id. -branchId = pipe_8_E203 # Branch on which the cross section is located. -chainage = 49.91109939425332 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E204_49.90 # Unique cross-section location id. -branchId = pipe_8_E204 # Branch on which the cross section is located. -chainage = 49.89523912033841 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E205_49.93 # Unique cross-section location id. -branchId = pipe_8_E205 # Branch on which the cross section is located. -chainage = 49.93075757250779 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E206_49.96 # Unique cross-section location id. -branchId = pipe_8_E206 # Branch on which the cross section is located. -chainage = 49.95752389837987 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E207_49.96 # Unique cross-section location id. -branchId = pipe_8_E207 # Branch on which the cross section is located. -chainage = 49.957523898505315 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E208_49.96 # Unique cross-section location id. -branchId = pipe_8_E208 # Branch on which the cross section is located. -chainage = 49.957493479005215 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E209_49.96 # Unique cross-section location id. -branchId = pipe_8_E209 # Branch on which the cross section is located. -chainage = 49.95752389849394 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E210_49.39 # Unique cross-section location id. -branchId = pipe_8_E210 # Branch on which the cross section is located. -chainage = 49.39412190217158 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E211_49.87 # Unique cross-section location id. -branchId = pipe_8_E211 # Branch on which the cross section is located. -chainage = 49.867782124893374 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E212_49.85 # Unique cross-section location id. -branchId = pipe_8_E212 # Branch on which the cross section is located. -chainage = 49.848124660484515 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E213_49.96 # Unique cross-section location id. -branchId = pipe_8_E213 # Branch on which the cross section is located. -chainage = 49.957523898423084 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E214_49.79 # Unique cross-section location id. -branchId = pipe_8_E214 # Branch on which the cross section is located. -chainage = 49.785611711235475 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E215_49.85 # Unique cross-section location id. -branchId = pipe_8_E215 # Branch on which the cross section is located. -chainage = 49.85096213469169 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E216_49.96 # Unique cross-section location id. -branchId = pipe_8_E216 # Branch on which the cross section is located. -chainage = 49.957523898411736 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E217_49.96 # Unique cross-section location id. -branchId = pipe_8_E217 # Branch on which the cross section is located. -chainage = 49.95567632309188 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E218_49.96 # Unique cross-section location id. -branchId = pipe_8_E218 # Branch on which the cross section is located. -chainage = 49.957523898454156 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E219_49.96 # Unique cross-section location id. -branchId = pipe_8_E219 # Branch on which the cross section is located. -chainage = 49.95752389828507 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E220_49.96 # Unique cross-section location id. -branchId = pipe_8_E220 # Branch on which the cross section is located. -chainage = 49.957523898454156 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E221_49.88 # Unique cross-section location id. -branchId = pipe_8_E221 # Branch on which the cross section is located. -chainage = 49.88086849628769 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E222_49.95 # Unique cross-section location id. -branchId = pipe_8_E222 # Branch on which the cross section is located. -chainage = 49.95425697601655 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E223_49.96 # Unique cross-section location id. -branchId = pipe_8_E223 # Branch on which the cross section is located. -chainage = 49.957523898463485 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E224_49.60 # Unique cross-section location id. -branchId = pipe_8_E224 # Branch on which the cross section is located. -chainage = 49.59959551946799 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E225_49.88 # Unique cross-section location id. -branchId = pipe_8_E225 # Branch on which the cross section is located. -chainage = 49.87594124598198 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E226_49.64 # Unique cross-section location id. -branchId = pipe_8_E226 # Branch on which the cross section is located. -chainage = 49.64249486592377 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E227_49.66 # Unique cross-section location id. -branchId = pipe_8_E227 # Branch on which the cross section is located. -chainage = 49.662923108858514 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E228_49.55 # Unique cross-section location id. -branchId = pipe_8_E228 # Branch on which the cross section is located. -chainage = 49.553234834876086 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E229_49.82 # Unique cross-section location id. -branchId = pipe_8_E229 # Branch on which the cross section is located. -chainage = 49.81770642921367 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E230_49.82 # Unique cross-section location id. -branchId = pipe_8_E230 # Branch on which the cross section is located. -chainage = 49.82251376665118 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E231_49.96 # Unique cross-section location id. -branchId = pipe_8_E231 # Branch on which the cross section is located. -chainage = 49.95752389847043 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E232_49.68 # Unique cross-section location id. -branchId = pipe_8_E232 # Branch on which the cross section is located. -chainage = 49.67938010819946 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E233_49.82 # Unique cross-section location id. -branchId = pipe_8_E233 # Branch on which the cross section is located. -chainage = 49.81609803538344 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E234_49.88 # Unique cross-section location id. -branchId = pipe_8_E234 # Branch on which the cross section is located. -chainage = 49.87541410182731 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E235_49.96 # Unique cross-section location id. -branchId = pipe_8_E235 # Branch on which the cross section is located. -chainage = 49.95752389871838 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E236_49.96 # Unique cross-section location id. -branchId = pipe_8_E236 # Branch on which the cross section is located. -chainage = 49.95752389818425 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E237_49.96 # Unique cross-section location id. -branchId = pipe_8_E237 # Branch on which the cross section is located. -chainage = 49.95752389871838 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E238_49.96 # Unique cross-section location id. -branchId = pipe_8_E238 # Branch on which the cross section is located. -chainage = 49.95634876690508 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E239_49.92 # Unique cross-section location id. -branchId = pipe_8_E239 # Branch on which the cross section is located. -chainage = 49.921115148915746 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E240_49.96 # Unique cross-section location id. -branchId = pipe_8_E240 # Branch on which the cross section is located. -chainage = 49.95752389834404 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E241_49.86 # Unique cross-section location id. -branchId = pipe_8_E241 # Branch on which the cross section is located. -chainage = 49.857907729497356 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E242_49.96 # Unique cross-section location id. -branchId = pipe_8_E242 # Branch on which the cross section is located. -chainage = 49.957523898729335 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E243_49.44 # Unique cross-section location id. -branchId = pipe_8_E243 # Branch on which the cross section is located. -chainage = 49.435286588602516 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E244_49.96 # Unique cross-section location id. -branchId = pipe_8_E244 # Branch on which the cross section is located. -chainage = 49.95752389855895 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E245_42.65 # Unique cross-section location id. -branchId = pipe_8_E245 # Branch on which the cross section is located. -chainage = 42.65196077638302 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E246_44.70 # Unique cross-section location id. -branchId = pipe_8_E246 # Branch on which the cross section is located. -chainage = 44.70273544796891 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E247_48.90 # Unique cross-section location id. -branchId = pipe_8_E247 # Branch on which the cross section is located. -chainage = 48.902569785559926 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E248_49.91 # Unique cross-section location id. -branchId = pipe_8_E248 # Branch on which the cross section is located. -chainage = 49.911632187909134 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E249_49.93 # Unique cross-section location id. -branchId = pipe_8_E249 # Branch on which the cross section is located. -chainage = 49.929883631284135 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E250_49.96 # Unique cross-section location id. -branchId = pipe_8_E250 # Branch on which the cross section is located. -chainage = 49.95752389836383 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E251_41.74 # Unique cross-section location id. -branchId = pipe_8_E251 # Branch on which the cross section is located. -chainage = 41.73537385569093 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E252_46.90 # Unique cross-section location id. -branchId = pipe_8_E252 # Branch on which the cross section is located. -chainage = 46.896074382543155 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E253_49.73 # Unique cross-section location id. -branchId = pipe_8_E253 # Branch on which the cross section is located. -chainage = 49.730659345045794 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E254_49.86 # Unique cross-section location id. -branchId = pipe_8_E254 # Branch on which the cross section is located. -chainage = 49.86180573975988 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E255_49.52 # Unique cross-section location id. -branchId = pipe_8_E255 # Branch on which the cross section is located. -chainage = 49.5248909651025 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E256_49.96 # Unique cross-section location id. -branchId = pipe_8_E256 # Branch on which the cross section is located. -chainage = 49.957523898564126 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E257_49.92 # Unique cross-section location id. -branchId = pipe_8_E257 # Branch on which the cross section is located. -chainage = 49.91509947622016 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E258_49.96 # Unique cross-section location id. -branchId = pipe_8_E258 # Branch on which the cross section is located. -chainage = 49.957523898351155 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E259_49.94 # Unique cross-section location id. -branchId = pipe_8_E259 # Branch on which the cross section is located. -chainage = 49.940450376109695 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E260_49.82 # Unique cross-section location id. -branchId = pipe_8_E260 # Branch on which the cross section is located. -chainage = 49.82339076584107 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E261_49.78 # Unique cross-section location id. -branchId = pipe_8_E261 # Branch on which the cross section is located. -chainage = 49.77907589421163 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E262_47.42 # Unique cross-section location id. -branchId = pipe_8_E262 # Branch on which the cross section is located. -chainage = 47.42250736318682 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E263_48.36 # Unique cross-section location id. -branchId = pipe_8_E263 # Branch on which the cross section is located. -chainage = 48.35690181018712 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E264_48.96 # Unique cross-section location id. -branchId = pipe_8_E264 # Branch on which the cross section is located. -chainage = 48.95655114467144 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E265_20.60 # Unique cross-section location id. -branchId = pipe_8_E265 # Branch on which the cross section is located. -chainage = 20.59995222098786 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E266_49.96 # Unique cross-section location id. -branchId = pipe_8_E266 # Branch on which the cross section is located. -chainage = 49.957480560135885 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E267_49.35 # Unique cross-section location id. -branchId = pipe_8_E267 # Branch on which the cross section is located. -chainage = 49.34832997689145 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E268_46.24 # Unique cross-section location id. -branchId = pipe_8_E268 # Branch on which the cross section is located. -chainage = 46.23537012851684 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E269_38.66 # Unique cross-section location id. -branchId = pipe_8_E269 # Branch on which the cross section is located. -chainage = 38.65950476476894 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E270_49.57 # Unique cross-section location id. -branchId = pipe_8_E270 # Branch on which the cross section is located. -chainage = 49.57419919695613 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E271_49.52 # Unique cross-section location id. -branchId = pipe_8_E271 # Branch on which the cross section is located. -chainage = 49.519914248549306 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E272_48.28 # Unique cross-section location id. -branchId = pipe_8_E272 # Branch on which the cross section is located. -chainage = 48.28224666717491 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E273_49.62 # Unique cross-section location id. -branchId = pipe_8_E273 # Branch on which the cross section is located. -chainage = 49.62013991200769 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E274_49.96 # Unique cross-section location id. -branchId = pipe_8_E274 # Branch on which the cross section is located. -chainage = 49.95752389852697 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E275_49.96 # Unique cross-section location id. -branchId = pipe_8_E275 # Branch on which the cross section is located. -chainage = 49.957523898455484 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E276_49.81 # Unique cross-section location id. -branchId = pipe_8_E276 # Branch on which the cross section is located. -chainage = 49.8144741542054 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E277_49.71 # Unique cross-section location id. -branchId = pipe_8_E277 # Branch on which the cross section is located. -chainage = 49.711484594499225 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E278_24.94 # Unique cross-section location id. -branchId = pipe_8_E278 # Branch on which the cross section is located. -chainage = 24.937769766566255 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E279_49.96 # Unique cross-section location id. -branchId = pipe_8_E279 # Branch on which the cross section is located. -chainage = 49.957523898361266 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E280_49.43 # Unique cross-section location id. -branchId = pipe_8_E280 # Branch on which the cross section is located. -chainage = 49.43071811570519 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E281_49.96 # Unique cross-section location id. -branchId = pipe_8_E281 # Branch on which the cross section is located. -chainage = 49.957523897982824 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E282_49.67 # Unique cross-section location id. -branchId = pipe_8_E282 # Branch on which the cross section is located. -chainage = 49.66505521019817 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E283_47.70 # Unique cross-section location id. -branchId = pipe_8_E283 # Branch on which the cross section is located. -chainage = 47.69503024371695 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E284_45.25 # Unique cross-section location id. -branchId = pipe_8_E284 # Branch on which the cross section is located. -chainage = 45.246368615858955 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E285_49.70 # Unique cross-section location id. -branchId = pipe_8_E285 # Branch on which the cross section is located. -chainage = 49.69812853024218 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E286_49.96 # Unique cross-section location id. -branchId = pipe_8_E286 # Branch on which the cross section is located. -chainage = 49.957523898401405 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E287_49.91 # Unique cross-section location id. -branchId = pipe_8_E287 # Branch on which the cross section is located. -chainage = 49.90845549416475 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E288_49.96 # Unique cross-section location id. -branchId = pipe_8_E288 # Branch on which the cross section is located. -chainage = 49.957523898288756 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E289_47.84 # Unique cross-section location id. -branchId = pipe_8_E289 # Branch on which the cross section is located. -chainage = 47.840592358882546 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E290_37.84 # Unique cross-section location id. -branchId = pipe_8_E290 # Branch on which the cross section is located. -chainage = 37.84002047509569 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E291_46.27 # Unique cross-section location id. -branchId = pipe_8_E291 # Branch on which the cross section is located. -chainage = 46.26846728040458 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E292_49.04 # Unique cross-section location id. -branchId = pipe_8_E292 # Branch on which the cross section is located. -chainage = 49.04358629468717 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E293_49.96 # Unique cross-section location id. -branchId = pipe_8_E293 # Branch on which the cross section is located. -chainage = 49.95752389793043 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E294_49.96 # Unique cross-section location id. -branchId = pipe_8_E294 # Branch on which the cross section is located. -chainage = 49.95752389872846 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E295_26.59 # Unique cross-section location id. -branchId = pipe_8_E295 # Branch on which the cross section is located. -chainage = 26.594576979858495 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E296_49.96 # Unique cross-section location id. -branchId = pipe_8_E296 # Branch on which the cross section is located. -chainage = 49.95752389847566 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E297_49.96 # Unique cross-section location id. -branchId = pipe_8_E297 # Branch on which the cross section is located. -chainage = 49.95752389847566 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E298_49.62 # Unique cross-section location id. -branchId = pipe_8_E298 # Branch on which the cross section is located. -chainage = 49.62238524664943 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E299_49.96 # Unique cross-section location id. -branchId = pipe_8_E299 # Branch on which the cross section is located. -chainage = 49.9575238986277 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E300_49.55 # Unique cross-section location id. -branchId = pipe_8_E300 # Branch on which the cross section is located. -chainage = 49.546214419069734 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E301_49.27 # Unique cross-section location id. -branchId = pipe_8_E301 # Branch on which the cross section is located. -chainage = 49.27041989681041 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E302_49.96 # Unique cross-section location id. -branchId = pipe_8_E302 # Branch on which the cross section is located. -chainage = 49.95752389889684 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E303_49.89 # Unique cross-section location id. -branchId = pipe_8_E303 # Branch on which the cross section is located. -chainage = 49.885423306221945 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E304_48.75 # Unique cross-section location id. -branchId = pipe_8_E304 # Branch on which the cross section is located. -chainage = 48.748985548057995 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E305_25.71 # Unique cross-section location id. -branchId = pipe_8_E305 # Branch on which the cross section is located. -chainage = 25.705159536630102 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E306_46.40 # Unique cross-section location id. -branchId = pipe_8_E306 # Branch on which the cross section is located. -chainage = 46.4037573901339 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E307_49.96 # Unique cross-section location id. -branchId = pipe_8_E307 # Branch on which the cross section is located. -chainage = 49.95615564004073 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E308_49.78 # Unique cross-section location id. -branchId = pipe_8_E308 # Branch on which the cross section is located. -chainage = 49.775902692574206 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E309_49.96 # Unique cross-section location id. -branchId = pipe_8_E309 # Branch on which the cross section is located. -chainage = 49.95752389797844 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E310_49.96 # Unique cross-section location id. -branchId = pipe_8_E310 # Branch on which the cross section is located. -chainage = 49.95752389875479 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E311_49.96 # Unique cross-section location id. -branchId = pipe_8_E311 # Branch on which the cross section is located. -chainage = 49.95752389797844 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E312_49.82 # Unique cross-section location id. -branchId = pipe_8_E312 # Branch on which the cross section is located. -chainage = 49.82123136691744 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E313_49.96 # Unique cross-section location id. -branchId = pipe_8_E313 # Branch on which the cross section is located. -chainage = 49.95713610943455 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E314_46.99 # Unique cross-section location id. -branchId = pipe_8_E314 # Branch on which the cross section is located. -chainage = 46.986045083073535 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E315_49.31 # Unique cross-section location id. -branchId = pipe_8_E315 # Branch on which the cross section is located. -chainage = 49.3054342156218 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E316_49.96 # Unique cross-section location id. -branchId = pipe_8_E316 # Branch on which the cross section is located. -chainage = 49.957523898627066 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E317_43.39 # Unique cross-section location id. -branchId = pipe_8_E317 # Branch on which the cross section is located. -chainage = 43.389702097037336 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E318_44.93 # Unique cross-section location id. -branchId = pipe_8_E318 # Branch on which the cross section is located. -chainage = 44.932932540195026 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E319_49.80 # Unique cross-section location id. -branchId = pipe_8_E319 # Branch on which the cross section is located. -chainage = 49.80257492699363 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E320_49.30 # Unique cross-section location id. -branchId = pipe_8_E320 # Branch on which the cross section is located. -chainage = 49.29601489190835 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E321_49.78 # Unique cross-section location id. -branchId = pipe_8_E321 # Branch on which the cross section is located. -chainage = 49.781909744260815 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E322_49.50 # Unique cross-section location id. -branchId = pipe_8_E322 # Branch on which the cross section is located. -chainage = 49.49781199298259 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E323_49.90 # Unique cross-section location id. -branchId = pipe_8_E323 # Branch on which the cross section is located. -chainage = 49.89932784115616 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E324_48.40 # Unique cross-section location id. -branchId = pipe_8_E324 # Branch on which the cross section is located. -chainage = 48.40301281856758 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E325_49.96 # Unique cross-section location id. -branchId = pipe_8_E325 # Branch on which the cross section is located. -chainage = 49.95706974641658 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E326_49.53 # Unique cross-section location id. -branchId = pipe_8_E326 # Branch on which the cross section is located. -chainage = 49.53262803116135 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E327_49.68 # Unique cross-section location id. -branchId = pipe_8_E327 # Branch on which the cross section is located. -chainage = 49.68492071453636 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E328_49.67 # Unique cross-section location id. -branchId = pipe_8_E328 # Branch on which the cross section is located. -chainage = 49.67276338441021 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E329_42.41 # Unique cross-section location id. -branchId = pipe_8_E329 # Branch on which the cross section is located. -chainage = 42.409041604533634 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E330_48.44 # Unique cross-section location id. -branchId = pipe_8_E330 # Branch on which the cross section is located. -chainage = 48.436878201946506 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E331_49.42 # Unique cross-section location id. -branchId = pipe_8_E331 # Branch on which the cross section is located. -chainage = 49.41874320203619 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E332_48.52 # Unique cross-section location id. -branchId = pipe_8_E332 # Branch on which the cross section is located. -chainage = 48.52440286723123 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E333_49.57 # Unique cross-section location id. -branchId = pipe_8_E333 # Branch on which the cross section is located. -chainage = 49.57143365813268 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E334_49.63 # Unique cross-section location id. -branchId = pipe_8_E334 # Branch on which the cross section is located. -chainage = 49.63452249125382 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E335_41.08 # Unique cross-section location id. -branchId = pipe_8_E335 # Branch on which the cross section is located. -chainage = 41.080282221601166 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E336_49.53 # Unique cross-section location id. -branchId = pipe_8_E336 # Branch on which the cross section is located. -chainage = 49.532584624218764 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E337_48.31 # Unique cross-section location id. -branchId = pipe_8_E337 # Branch on which the cross section is located. -chainage = 48.31247451455785 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E338_49.96 # Unique cross-section location id. -branchId = pipe_8_E338 # Branch on which the cross section is located. -chainage = 49.95752389866676 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E339_47.48 # Unique cross-section location id. -branchId = pipe_8_E339 # Branch on which the cross section is located. -chainage = 47.4819694656025 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E340_32.86 # Unique cross-section location id. -branchId = pipe_8_E340 # Branch on which the cross section is located. -chainage = 32.86055496949797 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E341_49.62 # Unique cross-section location id. -branchId = pipe_8_E341 # Branch on which the cross section is located. -chainage = 49.622774480188596 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E342_49.48 # Unique cross-section location id. -branchId = pipe_8_E342 # Branch on which the cross section is located. -chainage = 49.481888968909146 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E343_48.34 # Unique cross-section location id. -branchId = pipe_8_E343 # Branch on which the cross section is located. -chainage = 48.34377939489222 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E344_49.61 # Unique cross-section location id. -branchId = pipe_8_E344 # Branch on which the cross section is located. -chainage = 49.60743062082853 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E345_45.82 # Unique cross-section location id. -branchId = pipe_8_E345 # Branch on which the cross section is located. -chainage = 45.82250297138478 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E346_48.56 # Unique cross-section location id. -branchId = pipe_8_E346 # Branch on which the cross section is located. -chainage = 48.5566410892416 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E347_49.76 # Unique cross-section location id. -branchId = pipe_8_E347 # Branch on which the cross section is located. -chainage = 49.76196655840551 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E348_49.72 # Unique cross-section location id. -branchId = pipe_8_E348 # Branch on which the cross section is located. -chainage = 49.715971494168684 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E349_49.96 # Unique cross-section location id. -branchId = pipe_8_E349 # Branch on which the cross section is located. -chainage = 49.95752389845015 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E350_49.88 # Unique cross-section location id. -branchId = pipe_8_E350 # Branch on which the cross section is located. -chainage = 49.88134049001515 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E351_46.70 # Unique cross-section location id. -branchId = pipe_8_E351 # Branch on which the cross section is located. -chainage = 46.701166415538566 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E352_49.94 # Unique cross-section location id. -branchId = pipe_8_E352 # Branch on which the cross section is located. -chainage = 49.94481366130089 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E353_49.82 # Unique cross-section location id. -branchId = pipe_8_E353 # Branch on which the cross section is located. -chainage = 49.82095757073213 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E354_34.86 # Unique cross-section location id. -branchId = pipe_8_E354 # Branch on which the cross section is located. -chainage = 34.85684219245033 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E355_47.74 # Unique cross-section location id. -branchId = pipe_8_E355 # Branch on which the cross section is located. -chainage = 47.73590252374499 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E356_49.88 # Unique cross-section location id. -branchId = pipe_8_E356 # Branch on which the cross section is located. -chainage = 49.88331280964738 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E357_49.96 # Unique cross-section location id. -branchId = pipe_8_E357 # Branch on which the cross section is located. -chainage = 49.95752389874502 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E358_44.99 # Unique cross-section location id. -branchId = pipe_8_E358 # Branch on which the cross section is located. -chainage = 44.988031029999156 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E359_43.42 # Unique cross-section location id. -branchId = pipe_8_E359 # Branch on which the cross section is located. -chainage = 43.41860534136925 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E360_46.48 # Unique cross-section location id. -branchId = pipe_8_E360 # Branch on which the cross section is located. -chainage = 46.48350612741992 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E361_48.69 # Unique cross-section location id. -branchId = pipe_8_E361 # Branch on which the cross section is located. -chainage = 48.68567833577294 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E362_49.57 # Unique cross-section location id. -branchId = pipe_8_E362 # Branch on which the cross section is located. -chainage = 49.56684166166642 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E363_49.82 # Unique cross-section location id. -branchId = pipe_8_E363 # Branch on which the cross section is located. -chainage = 49.82355368021483 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E364_49.82 # Unique cross-section location id. -branchId = pipe_8_E364 # Branch on which the cross section is located. -chainage = 49.81779906837582 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E365_49.87 # Unique cross-section location id. -branchId = pipe_8_E365 # Branch on which the cross section is located. -chainage = 49.8667580376484 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E366_49.72 # Unique cross-section location id. -branchId = pipe_8_E366 # Branch on which the cross section is located. -chainage = 49.72261873911232 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E367_48.07 # Unique cross-section location id. -branchId = pipe_8_E367 # Branch on which the cross section is located. -chainage = 48.07153375952763 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E368_47.34 # Unique cross-section location id. -branchId = pipe_8_E368 # Branch on which the cross section is located. -chainage = 47.336206996403995 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E369_49.62 # Unique cross-section location id. -branchId = pipe_8_E369 # Branch on which the cross section is located. -chainage = 49.616975403574465 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E370_49.96 # Unique cross-section location id. -branchId = pipe_8_E370 # Branch on which the cross section is located. -chainage = 49.95752389835126 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E371_49.14 # Unique cross-section location id. -branchId = pipe_8_E371 # Branch on which the cross section is located. -chainage = 49.136916844649996 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E372_49.80 # Unique cross-section location id. -branchId = pipe_8_E372 # Branch on which the cross section is located. -chainage = 49.802089085319764 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E373_49.95 # Unique cross-section location id. -branchId = pipe_8_E373 # Branch on which the cross section is located. -chainage = 49.94830136537802 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E374_49.63 # Unique cross-section location id. -branchId = pipe_8_E374 # Branch on which the cross section is located. -chainage = 49.62800748225956 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E375_49.93 # Unique cross-section location id. -branchId = pipe_8_E375 # Branch on which the cross section is located. -chainage = 49.92543443005488 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E376_49.96 # Unique cross-section location id. -branchId = pipe_8_E376 # Branch on which the cross section is located. -chainage = 49.957523898430026 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E377_49.96 # Unique cross-section location id. -branchId = pipe_8_E377 # Branch on which the cross section is located. -chainage = 49.957523898430026 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E378_49.95 # Unique cross-section location id. -branchId = pipe_8_E378 # Branch on which the cross section is located. -chainage = 49.945168259664484 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E379_49.87 # Unique cross-section location id. -branchId = pipe_8_E379 # Branch on which the cross section is located. -chainage = 49.86541985638287 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E380_49.96 # Unique cross-section location id. -branchId = pipe_8_E380 # Branch on which the cross section is located. -chainage = 49.9575238984923 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E381_49.96 # Unique cross-section location id. -branchId = pipe_8_E381 # Branch on which the cross section is located. -chainage = 49.95752389864115 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E382_49.87 # Unique cross-section location id. -branchId = pipe_8_E382 # Branch on which the cross section is located. -chainage = 49.86659728840206 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E383_49.96 # Unique cross-section location id. -branchId = pipe_8_E383 # Branch on which the cross section is located. -chainage = 49.95752389848375 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E384_49.96 # Unique cross-section location id. -branchId = pipe_8_E384 # Branch on which the cross section is located. -chainage = 49.95752389848375 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E385_49.84 # Unique cross-section location id. -branchId = pipe_8_E385 # Branch on which the cross section is located. -chainage = 49.83597532486175 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E386_49.91 # Unique cross-section location id. -branchId = pipe_8_E386 # Branch on which the cross section is located. -chainage = 49.905337607510965 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E387_49.96 # Unique cross-section location id. -branchId = pipe_8_E387 # Branch on which the cross section is located. -chainage = 49.95752389854517 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E388_49.71 # Unique cross-section location id. -branchId = pipe_8_E388 # Branch on which the cross section is located. -chainage = 49.70994229685147 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E389_49.96 # Unique cross-section location id. -branchId = pipe_8_E389 # Branch on which the cross section is located. -chainage = 49.957509728555216 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E390_49.96 # Unique cross-section location id. -branchId = pipe_8_E390 # Branch on which the cross section is located. -chainage = 49.957523898642975 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E391_49.16 # Unique cross-section location id. -branchId = pipe_8_E391 # Branch on which the cross section is located. -chainage = 49.15819050830699 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E392_49.95 # Unique cross-section location id. -branchId = pipe_8_E392 # Branch on which the cross section is located. -chainage = 49.951600287588455 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E393_49.96 # Unique cross-section location id. -branchId = pipe_8_E393 # Branch on which the cross section is located. -chainage = 49.95752389834966 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E394_48.55 # Unique cross-section location id. -branchId = pipe_8_E394 # Branch on which the cross section is located. -chainage = 48.554069959321396 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E395_49.21 # Unique cross-section location id. -branchId = pipe_8_E395 # Branch on which the cross section is located. -chainage = 49.2054260728447 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E396_45.49 # Unique cross-section location id. -branchId = pipe_8_E396 # Branch on which the cross section is located. -chainage = 45.48557969568781 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E397_49.95 # Unique cross-section location id. -branchId = pipe_8_E397 # Branch on which the cross section is located. -chainage = 49.94618080683979 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E398_49.72 # Unique cross-section location id. -branchId = pipe_8_E398 # Branch on which the cross section is located. -chainage = 49.716440393360166 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E399_49.67 # Unique cross-section location id. -branchId = pipe_8_E399 # Branch on which the cross section is located. -chainage = 49.67269310303905 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E400_49.70 # Unique cross-section location id. -branchId = pipe_8_E400 # Branch on which the cross section is located. -chainage = 49.69887417902008 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E401_49.96 # Unique cross-section location id. -branchId = pipe_8_E401 # Branch on which the cross section is located. -chainage = 49.95752389893076 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E402_48.56 # Unique cross-section location id. -branchId = pipe_8_E402 # Branch on which the cross section is located. -chainage = 48.563003246955255 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E403_49.84 # Unique cross-section location id. -branchId = pipe_8_E403 # Branch on which the cross section is located. -chainage = 49.83570802668293 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E404_49.96 # Unique cross-section location id. -branchId = pipe_8_E404 # Branch on which the cross section is located. -chainage = 49.95752389789774 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E405_49.96 # Unique cross-section location id. -branchId = pipe_8_E405 # Branch on which the cross section is located. -chainage = 49.957523898857566 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E406_49.33 # Unique cross-section location id. -branchId = pipe_8_E406 # Branch on which the cross section is located. -chainage = 49.33409874568381 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E407_49.96 # Unique cross-section location id. -branchId = pipe_8_E407 # Branch on which the cross section is located. -chainage = 49.95752389844454 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E408_49.93 # Unique cross-section location id. -branchId = pipe_8_E408 # Branch on which the cross section is located. -chainage = 49.931857693140195 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E409_49.55 # Unique cross-section location id. -branchId = pipe_8_E409 # Branch on which the cross section is located. -chainage = 49.55343110868316 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E410_49.79 # Unique cross-section location id. -branchId = pipe_8_E410 # Branch on which the cross section is located. -chainage = 49.78658722677645 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E411_49.24 # Unique cross-section location id. -branchId = pipe_8_E411 # Branch on which the cross section is located. -chainage = 49.236876867365574 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E412_49.96 # Unique cross-section location id. -branchId = pipe_8_E412 # Branch on which the cross section is located. -chainage = 49.957523898068 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E413_49.95 # Unique cross-section location id. -branchId = pipe_8_E413 # Branch on which the cross section is located. -chainage = 49.95387469534655 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E414_49.96 # Unique cross-section location id. -branchId = pipe_8_E414 # Branch on which the cross section is located. -chainage = 49.957523898456756 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E415_49.96 # Unique cross-section location id. -branchId = pipe_8_E415 # Branch on which the cross section is located. -chainage = 49.957523898456756 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E416_49.90 # Unique cross-section location id. -branchId = pipe_8_E416 # Branch on which the cross section is located. -chainage = 49.90305833091945 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E417_49.96 # Unique cross-section location id. -branchId = pipe_8_E417 # Branch on which the cross section is located. -chainage = 49.95752389837555 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E418_49.96 # Unique cross-section location id. -branchId = pipe_8_E418 # Branch on which the cross section is located. -chainage = 49.955798265436215 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E419_49.96 # Unique cross-section location id. -branchId = pipe_8_E419 # Branch on which the cross section is located. -chainage = 49.95752389852715 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E420_49.96 # Unique cross-section location id. -branchId = pipe_8_E420 # Branch on which the cross section is located. -chainage = 49.95752389852715 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E421_49.96 # Unique cross-section location id. -branchId = pipe_8_E421 # Branch on which the cross section is located. -chainage = 49.95752389852715 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E422_49.91 # Unique cross-section location id. -branchId = pipe_8_E422 # Branch on which the cross section is located. -chainage = 49.91380247838082 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E423_49.91 # Unique cross-section location id. -branchId = pipe_8_E423 # Branch on which the cross section is located. -chainage = 49.90646912146539 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E424_49.90 # Unique cross-section location id. -branchId = pipe_8_E424 # Branch on which the cross section is located. -chainage = 49.90407268601931 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E425_49.96 # Unique cross-section location id. -branchId = pipe_8_E425 # Branch on which the cross section is located. -chainage = 49.95752389871899 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E426_49.96 # Unique cross-section location id. -branchId = pipe_8_E426 # Branch on which the cross section is located. -chainage = 49.95752389828092 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E427_49.96 # Unique cross-section location id. -branchId = pipe_8_E427 # Branch on which the cross section is located. -chainage = 49.95752389871899 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E428_49.96 # Unique cross-section location id. -branchId = pipe_8_E428 # Branch on which the cross section is located. -chainage = 49.95752389828092 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E429_49.91 # Unique cross-section location id. -branchId = pipe_8_E429 # Branch on which the cross section is located. -chainage = 49.90740376693137 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E430_49.96 # Unique cross-section location id. -branchId = pipe_8_E430 # Branch on which the cross section is located. -chainage = 49.95752389836478 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E431_49.84 # Unique cross-section location id. -branchId = pipe_8_E431 # Branch on which the cross section is located. -chainage = 49.83930383531723 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E432_49.68 # Unique cross-section location id. -branchId = pipe_8_E432 # Branch on which the cross section is located. -chainage = 49.68267541095271 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E433_49.88 # Unique cross-section location id. -branchId = pipe_8_E433 # Branch on which the cross section is located. -chainage = 49.8810488819446 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E434_48.76 # Unique cross-section location id. -branchId = pipe_8_E434 # Branch on which the cross section is located. -chainage = 48.76389802669177 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E435_49.89 # Unique cross-section location id. -branchId = pipe_8_E435 # Branch on which the cross section is located. -chainage = 49.886830725139674 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E436_49.84 # Unique cross-section location id. -branchId = pipe_8_E436 # Branch on which the cross section is located. -chainage = 49.842983154473906 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E437_49.96 # Unique cross-section location id. -branchId = pipe_8_E437 # Branch on which the cross section is located. -chainage = 49.95752389856671 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E438_49.94 # Unique cross-section location id. -branchId = pipe_8_E438 # Branch on which the cross section is located. -chainage = 49.93817440699171 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E439_49.96 # Unique cross-section location id. -branchId = pipe_8_E439 # Branch on which the cross section is located. -chainage = 49.95752389855086 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E440_49.84 # Unique cross-section location id. -branchId = pipe_8_E440 # Branch on which the cross section is located. -chainage = 49.84091358513233 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E441_49.58 # Unique cross-section location id. -branchId = pipe_8_E441 # Branch on which the cross section is located. -chainage = 49.58311675312354 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E442_49.96 # Unique cross-section location id. -branchId = pipe_8_E442 # Branch on which the cross section is located. -chainage = 49.95752389813598 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E443_49.88 # Unique cross-section location id. -branchId = pipe_8_E443 # Branch on which the cross section is located. -chainage = 49.87846749052541 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E444_49.35 # Unique cross-section location id. -branchId = pipe_8_E444 # Branch on which the cross section is located. -chainage = 49.35105893516889 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E445_48.47 # Unique cross-section location id. -branchId = pipe_8_E445 # Branch on which the cross section is located. -chainage = 48.47030482608044 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E446_49.83 # Unique cross-section location id. -branchId = pipe_8_E446 # Branch on which the cross section is located. -chainage = 49.834586202781864 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E447_49.96 # Unique cross-section location id. -branchId = pipe_8_E447 # Branch on which the cross section is located. -chainage = 49.95752389830109 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E448_49.95 # Unique cross-section location id. -branchId = pipe_8_E448 # Branch on which the cross section is located. -chainage = 49.95144389273727 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E449_49.96 # Unique cross-section location id. -branchId = pipe_8_E449 # Branch on which the cross section is located. -chainage = 49.95752389834356 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E450_49.96 # Unique cross-section location id. -branchId = pipe_8_E450 # Branch on which the cross section is located. -chainage = 49.95752389834356 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E451_49.96 # Unique cross-section location id. -branchId = pipe_8_E451 # Branch on which the cross section is located. -chainage = 49.95752389859857 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E452_49.96 # Unique cross-section location id. -branchId = pipe_8_E452 # Branch on which the cross section is located. -chainage = 49.95752389834356 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E453_49.62 # Unique cross-section location id. -branchId = pipe_8_E453 # Branch on which the cross section is located. -chainage = 49.62321197994 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E454_49.96 # Unique cross-section location id. -branchId = pipe_8_E454 # Branch on which the cross section is located. -chainage = 49.95613128755389 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E455_49.17 # Unique cross-section location id. -branchId = pipe_8_E455 # Branch on which the cross section is located. -chainage = 49.17165837073559 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E456_49.88 # Unique cross-section location id. -branchId = pipe_8_E456 # Branch on which the cross section is located. -chainage = 49.88183114562389 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E457_48.91 # Unique cross-section location id. -branchId = pipe_8_E457 # Branch on which the cross section is located. -chainage = 48.912776243975145 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E458_49.96 # Unique cross-section location id. -branchId = pipe_8_E458 # Branch on which the cross section is located. -chainage = 49.9575238984118 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E459_49.96 # Unique cross-section location id. -branchId = pipe_8_E459 # Branch on which the cross section is located. -chainage = 49.95752389855924 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E460_48.94 # Unique cross-section location id. -branchId = pipe_8_E460 # Branch on which the cross section is located. -chainage = 48.940642150333304 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E461_49.59 # Unique cross-section location id. -branchId = pipe_8_E461 # Branch on which the cross section is located. -chainage = 49.58991655408934 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E462_49.96 # Unique cross-section location id. -branchId = pipe_8_E462 # Branch on which the cross section is located. -chainage = 49.95752389841021 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E463_49.93 # Unique cross-section location id. -branchId = pipe_8_E463 # Branch on which the cross section is located. -chainage = 49.93001604202953 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E464_49.91 # Unique cross-section location id. -branchId = pipe_8_E464 # Branch on which the cross section is located. -chainage = 49.90693376811217 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E465_41.72 # Unique cross-section location id. -branchId = pipe_8_E465 # Branch on which the cross section is located. -chainage = 41.723365641136695 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E466_49.94 # Unique cross-section location id. -branchId = pipe_8_E466 # Branch on which the cross section is located. -chainage = 49.943144617698266 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E467_49.96 # Unique cross-section location id. -branchId = pipe_8_E467 # Branch on which the cross section is located. -chainage = 49.95752389872464 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E468_49.96 # Unique cross-section location id. -branchId = pipe_8_E468 # Branch on which the cross section is located. -chainage = 49.95752389872464 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E469_49.96 # Unique cross-section location id. -branchId = pipe_8_E469 # Branch on which the cross section is located. -chainage = 49.95752389872464 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E470_49.96 # Unique cross-section location id. -branchId = pipe_8_E470 # Branch on which the cross section is located. -chainage = 49.95752389779381 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E471_49.93 # Unique cross-section location id. -branchId = pipe_8_E471 # Branch on which the cross section is located. -chainage = 49.9287995133982 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E472_49.96 # Unique cross-section location id. -branchId = pipe_8_E472 # Branch on which the cross section is located. -chainage = 49.95752389784851 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E473_49.80 # Unique cross-section location id. -branchId = pipe_8_E473 # Branch on which the cross section is located. -chainage = 49.803371893943805 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E474_49.96 # Unique cross-section location id. -branchId = pipe_8_E474 # Branch on which the cross section is located. -chainage = 49.95752389926508 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E475_49.78 # Unique cross-section location id. -branchId = pipe_8_E475 # Branch on which the cross section is located. -chainage = 49.77625283977894 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E476_49.96 # Unique cross-section location id. -branchId = pipe_8_E476 # Branch on which the cross section is located. -chainage = 49.95752389812524 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E477_49.96 # Unique cross-section location id. -branchId = pipe_8_E477 # Branch on which the cross section is located. -chainage = 49.95752389805974 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E478_49.58 # Unique cross-section location id. -branchId = pipe_8_E478 # Branch on which the cross section is located. -chainage = 49.58088483649302 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E479_49.96 # Unique cross-section location id. -branchId = pipe_8_E479 # Branch on which the cross section is located. -chainage = 49.95517833767365 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E480_49.95 # Unique cross-section location id. -branchId = pipe_8_E480 # Branch on which the cross section is located. -chainage = 49.953286136541124 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E481_49.96 # Unique cross-section location id. -branchId = pipe_8_E481 # Branch on which the cross section is located. -chainage = 49.95752389847881 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E482_49.48 # Unique cross-section location id. -branchId = pipe_8_E482 # Branch on which the cross section is located. -chainage = 49.48459334037113 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E483_49.96 # Unique cross-section location id. -branchId = pipe_8_E483 # Branch on which the cross section is located. -chainage = 49.95752389796196 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E484_49.74 # Unique cross-section location id. -branchId = pipe_8_E484 # Branch on which the cross section is located. -chainage = 49.74263101624715 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E485_47.46 # Unique cross-section location id. -branchId = pipe_8_E485 # Branch on which the cross section is located. -chainage = 47.459439704781325 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E486_49.96 # Unique cross-section location id. -branchId = pipe_8_E486 # Branch on which the cross section is located. -chainage = 49.957523898689274 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E487_49.49 # Unique cross-section location id. -branchId = pipe_8_E487 # Branch on which the cross section is located. -chainage = 49.49217670497198 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E488_49.96 # Unique cross-section location id. -branchId = pipe_8_E488 # Branch on which the cross section is located. -chainage = 49.957523898432626 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E489_48.94 # Unique cross-section location id. -branchId = pipe_8_E489 # Branch on which the cross section is located. -chainage = 48.94078121323566 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E490_48.93 # Unique cross-section location id. -branchId = pipe_8_E490 # Branch on which the cross section is located. -chainage = 48.93413311217399 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E491_49.78 # Unique cross-section location id. -branchId = pipe_8_E491 # Branch on which the cross section is located. -chainage = 49.78079403377926 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E492_49.96 # Unique cross-section location id. -branchId = pipe_8_E492 # Branch on which the cross section is located. -chainage = 49.95752389836367 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E493_49.83 # Unique cross-section location id. -branchId = pipe_8_E493 # Branch on which the cross section is located. -chainage = 49.83390825790172 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E494_49.96 # Unique cross-section location id. -branchId = pipe_8_E494 # Branch on which the cross section is located. -chainage = 49.95752389842044 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E495_45.04 # Unique cross-section location id. -branchId = pipe_8_E495 # Branch on which the cross section is located. -chainage = 45.0372641669697 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E496_49.96 # Unique cross-section location id. -branchId = pipe_8_E496 # Branch on which the cross section is located. -chainage = 49.95741671620994 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E497_47.60 # Unique cross-section location id. -branchId = pipe_8_E497 # Branch on which the cross section is located. -chainage = 47.60260648004411 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E498_47.27 # Unique cross-section location id. -branchId = pipe_8_E498 # Branch on which the cross section is located. -chainage = 47.26996021008338 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E499_49.70 # Unique cross-section location id. -branchId = pipe_8_E499 # Branch on which the cross section is located. -chainage = 49.69598353356486 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E500_49.96 # Unique cross-section location id. -branchId = pipe_8_E500 # Branch on which the cross section is located. -chainage = 49.957523898430615 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E501_49.77 # Unique cross-section location id. -branchId = pipe_8_E501 # Branch on which the cross section is located. -chainage = 49.7670161599166 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E502_49.96 # Unique cross-section location id. -branchId = pipe_8_E502 # Branch on which the cross section is located. -chainage = 49.957523897977666 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E503_42.30 # Unique cross-section location id. -branchId = pipe_8_E503 # Branch on which the cross section is located. -chainage = 42.295451179771256 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E504_48.91 # Unique cross-section location id. -branchId = pipe_8_E504 # Branch on which the cross section is located. -chainage = 48.913415279217425 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E505_49.96 # Unique cross-section location id. -branchId = pipe_8_E505 # Branch on which the cross section is located. -chainage = 49.95740178863859 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E506_49.96 # Unique cross-section location id. -branchId = pipe_8_E506 # Branch on which the cross section is located. -chainage = 49.95752389842253 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E507_49.75 # Unique cross-section location id. -branchId = pipe_8_E507 # Branch on which the cross section is located. -chainage = 49.75381045639861 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E508_49.96 # Unique cross-section location id. -branchId = pipe_8_E508 # Branch on which the cross section is located. -chainage = 49.9575238983371 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E509_49.96 # Unique cross-section location id. -branchId = pipe_8_E509 # Branch on which the cross section is located. -chainage = 49.95749650796309 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E510_49.96 # Unique cross-section location id. -branchId = pipe_8_E510 # Branch on which the cross section is located. -chainage = 49.957523898794236 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E511_49.96 # Unique cross-section location id. -branchId = pipe_8_E511 # Branch on which the cross section is located. -chainage = 49.95752389789172 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E512_49.62 # Unique cross-section location id. -branchId = pipe_8_E512 # Branch on which the cross section is located. -chainage = 49.6195482557985 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E513_49.96 # Unique cross-section location id. -branchId = pipe_8_E513 # Branch on which the cross section is located. -chainage = 49.95752389855246 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E514_49.96 # Unique cross-section location id. -branchId = pipe_8_E514 # Branch on which the cross section is located. -chainage = 49.95752389855246 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E515_49.72 # Unique cross-section location id. -branchId = pipe_8_E515 # Branch on which the cross section is located. -chainage = 49.71536999366419 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E516_49.72 # Unique cross-section location id. -branchId = pipe_8_E516 # Branch on which the cross section is located. -chainage = 49.715636077421564 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E517_49.78 # Unique cross-section location id. -branchId = pipe_8_E517 # Branch on which the cross section is located. -chainage = 49.77608490002605 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E518_49.20 # Unique cross-section location id. -branchId = pipe_8_E518 # Branch on which the cross section is located. -chainage = 49.19594868276711 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E519_49.72 # Unique cross-section location id. -branchId = pipe_8_E519 # Branch on which the cross section is located. -chainage = 49.717274837106885 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E520_48.88 # Unique cross-section location id. -branchId = pipe_8_E520 # Branch on which the cross section is located. -chainage = 48.88249095278442 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E521_49.96 # Unique cross-section location id. -branchId = pipe_8_E521 # Branch on which the cross section is located. -chainage = 49.95752389831864 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E522_49.86 # Unique cross-section location id. -branchId = pipe_8_E522 # Branch on which the cross section is located. -chainage = 49.85879445226623 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E523_49.54 # Unique cross-section location id. -branchId = pipe_8_E523 # Branch on which the cross section is located. -chainage = 49.538603743026634 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E524_49.60 # Unique cross-section location id. -branchId = pipe_8_E524 # Branch on which the cross section is located. -chainage = 49.60261853186843 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E525_49.01 # Unique cross-section location id. -branchId = pipe_8_E525 # Branch on which the cross section is located. -chainage = 49.008257816679325 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E526_48.74 # Unique cross-section location id. -branchId = pipe_8_E526 # Branch on which the cross section is located. -chainage = 48.74445698250392 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E527_46.65 # Unique cross-section location id. -branchId = pipe_8_E527 # Branch on which the cross section is located. -chainage = 46.651909926426995 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E528_48.14 # Unique cross-section location id. -branchId = pipe_8_E528 # Branch on which the cross section is located. -chainage = 48.139043039587726 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E529_47.13 # Unique cross-section location id. -branchId = pipe_8_E529 # Branch on which the cross section is located. -chainage = 47.12662262085456 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E530_48.87 # Unique cross-section location id. -branchId = pipe_8_E530 # Branch on which the cross section is located. -chainage = 48.86629872111009 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E531_48.75 # Unique cross-section location id. -branchId = pipe_8_E531 # Branch on which the cross section is located. -chainage = 48.752092692731786 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E532_47.30 # Unique cross-section location id. -branchId = pipe_8_E532 # Branch on which the cross section is located. -chainage = 47.30401502919275 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E533_47.96 # Unique cross-section location id. -branchId = pipe_8_E533 # Branch on which the cross section is located. -chainage = 47.955311396458676 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E534_49.96 # Unique cross-section location id. -branchId = pipe_8_E534 # Branch on which the cross section is located. -chainage = 49.957523898590445 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E535_49.96 # Unique cross-section location id. -branchId = pipe_8_E535 # Branch on which the cross section is located. -chainage = 49.95752389815336 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E536_49.88 # Unique cross-section location id. -branchId = pipe_8_E536 # Branch on which the cross section is located. -chainage = 49.87773445168972 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E537_49.78 # Unique cross-section location id. -branchId = pipe_8_E537 # Branch on which the cross section is located. -chainage = 49.78322853678169 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E538_49.80 # Unique cross-section location id. -branchId = pipe_8_E538 # Branch on which the cross section is located. -chainage = 49.80470089425283 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E539_49.93 # Unique cross-section location id. -branchId = pipe_8_E539 # Branch on which the cross section is located. -chainage = 49.92882243624223 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E540_49.96 # Unique cross-section location id. -branchId = pipe_8_E540 # Branch on which the cross section is located. -chainage = 49.9575238986864 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E541_49.81 # Unique cross-section location id. -branchId = pipe_8_E541 # Branch on which the cross section is located. -chainage = 49.81252693353325 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E542_49.57 # Unique cross-section location id. -branchId = pipe_8_E542 # Branch on which the cross section is located. -chainage = 49.56617047651277 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E543_49.96 # Unique cross-section location id. -branchId = pipe_8_E543 # Branch on which the cross section is located. -chainage = 49.9575238983468 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E544_49.96 # Unique cross-section location id. -branchId = pipe_8_E544 # Branch on which the cross section is located. -chainage = 49.957523898579424 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E545_49.88 # Unique cross-section location id. -branchId = pipe_8_E545 # Branch on which the cross section is located. -chainage = 49.87951408876166 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E546_49.96 # Unique cross-section location id. -branchId = pipe_8_E546 # Branch on which the cross section is located. -chainage = 49.957523898431795 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E547_49.96 # Unique cross-section location id. -branchId = pipe_8_E547 # Branch on which the cross section is located. -chainage = 49.9575238983529 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E548_49.90 # Unique cross-section location id. -branchId = pipe_8_E548 # Branch on which the cross section is located. -chainage = 49.90474739749427 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E549_48.98 # Unique cross-section location id. -branchId = pipe_8_E549 # Branch on which the cross section is located. -chainage = 48.98228934475144 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E550_49.75 # Unique cross-section location id. -branchId = pipe_8_E550 # Branch on which the cross section is located. -chainage = 49.752703422835204 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E551_46.74 # Unique cross-section location id. -branchId = pipe_8_E551 # Branch on which the cross section is located. -chainage = 46.74359840307064 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E552_47.08 # Unique cross-section location id. -branchId = pipe_8_E552 # Branch on which the cross section is located. -chainage = 47.07979971779672 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E553_49.66 # Unique cross-section location id. -branchId = pipe_8_E553 # Branch on which the cross section is located. -chainage = 49.660537022045816 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E554_49.19 # Unique cross-section location id. -branchId = pipe_8_E554 # Branch on which the cross section is located. -chainage = 49.19333988351129 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E555_49.96 # Unique cross-section location id. -branchId = pipe_8_E555 # Branch on which the cross section is located. -chainage = 49.95752389831337 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E556_49.86 # Unique cross-section location id. -branchId = pipe_8_E556 # Branch on which the cross section is located. -chainage = 49.85732877683122 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E557_49.72 # Unique cross-section location id. -branchId = pipe_8_E557 # Branch on which the cross section is located. -chainage = 49.72140514173668 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E558_49.96 # Unique cross-section location id. -branchId = pipe_8_E558 # Branch on which the cross section is located. -chainage = 49.95752389814374 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E559_49.84 # Unique cross-section location id. -branchId = pipe_8_E559 # Branch on which the cross section is located. -chainage = 49.84132938234316 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E560_49.96 # Unique cross-section location id. -branchId = pipe_8_E560 # Branch on which the cross section is located. -chainage = 49.95752389793448 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E561_49.96 # Unique cross-section location id. -branchId = pipe_8_E561 # Branch on which the cross section is located. -chainage = 49.95752389852305 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E562_49.48 # Unique cross-section location id. -branchId = pipe_8_E562 # Branch on which the cross section is located. -chainage = 49.481457595452824 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E563_49.96 # Unique cross-section location id. -branchId = pipe_8_E563 # Branch on which the cross section is located. -chainage = 49.95752389791478 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E564_49.96 # Unique cross-section location id. -branchId = pipe_8_E564 # Branch on which the cross section is located. -chainage = 49.95752389871662 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E565_46.43 # Unique cross-section location id. -branchId = pipe_8_E565 # Branch on which the cross section is located. -chainage = 46.42975015321598 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_8_E566_48.98 # Unique cross-section location id. -branchId = pipe_8_E566 # Branch on which the cross section is located. -chainage = 48.982226525453314 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E0_50.00 # Unique cross-section location id. -branchId = pipe_9_E0 # Branch on which the cross section is located. -chainage = 49.99972321142619 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1_50.00 # Unique cross-section location id. -branchId = pipe_9_E1 # Branch on which the cross section is located. -chainage = 49.999024721331125 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E2_46.81 # Unique cross-section location id. -branchId = pipe_9_E2 # Branch on which the cross section is located. -chainage = 46.80783115329168 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E3_49.37 # Unique cross-section location id. -branchId = pipe_9_E3 # Branch on which the cross section is located. -chainage = 49.365037682593595 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E4_49.53 # Unique cross-section location id. -branchId = pipe_9_E4 # Branch on which the cross section is located. -chainage = 49.533451440568854 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E5_49.81 # Unique cross-section location id. -branchId = pipe_9_E5 # Branch on which the cross section is located. -chainage = 49.805486357592585 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E6_49.93 # Unique cross-section location id. -branchId = pipe_9_E6 # Branch on which the cross section is located. -chainage = 49.92675193334029 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E7_49.99 # Unique cross-section location id. -branchId = pipe_9_E7 # Branch on which the cross section is located. -chainage = 49.98523752528288 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E8_50.00 # Unique cross-section location id. -branchId = pipe_9_E8 # Branch on which the cross section is located. -chainage = 49.99971927536321 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E9_48.62 # Unique cross-section location id. -branchId = pipe_9_E9 # Branch on which the cross section is located. -chainage = 48.617785990144036 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E10_47.88 # Unique cross-section location id. -branchId = pipe_9_E10 # Branch on which the cross section is located. -chainage = 47.87702668180929 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E11_48.80 # Unique cross-section location id. -branchId = pipe_9_E11 # Branch on which the cross section is located. -chainage = 48.79605283883609 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E12_50.00 # Unique cross-section location id. -branchId = pipe_9_E12 # Branch on which the cross section is located. -chainage = 49.999723211162376 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E13_50.00 # Unique cross-section location id. -branchId = pipe_9_E13 # Branch on which the cross section is located. -chainage = 49.999548886895276 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E14_47.73 # Unique cross-section location id. -branchId = pipe_9_E14 # Branch on which the cross section is located. -chainage = 47.72507410955382 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E15_49.08 # Unique cross-section location id. -branchId = pipe_9_E15 # Branch on which the cross section is located. -chainage = 49.082519697557785 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E16_49.80 # Unique cross-section location id. -branchId = pipe_9_E16 # Branch on which the cross section is located. -chainage = 49.79978005355992 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E17_49.25 # Unique cross-section location id. -branchId = pipe_9_E17 # Branch on which the cross section is located. -chainage = 49.24940300795847 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E18_50.00 # Unique cross-section location id. -branchId = pipe_9_E18 # Branch on which the cross section is located. -chainage = 49.9997232112114 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E19_50.00 # Unique cross-section location id. -branchId = pipe_9_E19 # Branch on which the cross section is located. -chainage = 49.99972321128788 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E20_47.44 # Unique cross-section location id. -branchId = pipe_9_E20 # Branch on which the cross section is located. -chainage = 47.44411507043359 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E21_49.37 # Unique cross-section location id. -branchId = pipe_9_E21 # Branch on which the cross section is located. -chainage = 49.369305597030795 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E22_49.89 # Unique cross-section location id. -branchId = pipe_9_E22 # Branch on which the cross section is located. -chainage = 49.89225609768445 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E23_49.27 # Unique cross-section location id. -branchId = pipe_9_E23 # Branch on which the cross section is located. -chainage = 49.274896694342054 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E24_49.90 # Unique cross-section location id. -branchId = pipe_9_E24 # Branch on which the cross section is located. -chainage = 49.90296289078598 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E25_49.99 # Unique cross-section location id. -branchId = pipe_9_E25 # Branch on which the cross section is located. -chainage = 49.99167441923754 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E26_48.50 # Unique cross-section location id. -branchId = pipe_9_E26 # Branch on which the cross section is located. -chainage = 48.49967065451051 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E27_49.11 # Unique cross-section location id. -branchId = pipe_9_E27 # Branch on which the cross section is located. -chainage = 49.114321730632255 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E28_48.54 # Unique cross-section location id. -branchId = pipe_9_E28 # Branch on which the cross section is located. -chainage = 48.53694765180246 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E29_49.80 # Unique cross-section location id. -branchId = pipe_9_E29 # Branch on which the cross section is located. -chainage = 49.80267879861301 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E30_49.49 # Unique cross-section location id. -branchId = pipe_9_E30 # Branch on which the cross section is located. -chainage = 49.493643825731496 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E31_50.00 # Unique cross-section location id. -branchId = pipe_9_E31 # Branch on which the cross section is located. -chainage = 49.99972321125278 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E32_50.00 # Unique cross-section location id. -branchId = pipe_9_E32 # Branch on which the cross section is located. -chainage = 49.995473220881856 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E33_49.81 # Unique cross-section location id. -branchId = pipe_9_E33 # Branch on which the cross section is located. -chainage = 49.8093964300093 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E34_49.97 # Unique cross-section location id. -branchId = pipe_9_E34 # Branch on which the cross section is located. -chainage = 49.97140622137686 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E35_49.77 # Unique cross-section location id. -branchId = pipe_9_E35 # Branch on which the cross section is located. -chainage = 49.7668870276837 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E36_49.01 # Unique cross-section location id. -branchId = pipe_9_E36 # Branch on which the cross section is located. -chainage = 49.005596578623106 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E37_49.14 # Unique cross-section location id. -branchId = pipe_9_E37 # Branch on which the cross section is located. -chainage = 49.135931574618816 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E38_49.62 # Unique cross-section location id. -branchId = pipe_9_E38 # Branch on which the cross section is located. -chainage = 49.623977110422025 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E39_49.94 # Unique cross-section location id. -branchId = pipe_9_E39 # Branch on which the cross section is located. -chainage = 49.93862934040368 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E40_49.86 # Unique cross-section location id. -branchId = pipe_9_E40 # Branch on which the cross section is located. -chainage = 49.8571570179822 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E41_50.00 # Unique cross-section location id. -branchId = pipe_9_E41 # Branch on which the cross section is located. -chainage = 49.99972321108994 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E42_50.00 # Unique cross-section location id. -branchId = pipe_9_E42 # Branch on which the cross section is located. -chainage = 49.996119499618246 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E43_50.00 # Unique cross-section location id. -branchId = pipe_9_E43 # Branch on which the cross section is located. -chainage = 49.99972321104313 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E44_49.43 # Unique cross-section location id. -branchId = pipe_9_E44 # Branch on which the cross section is located. -chainage = 49.430606617330724 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E45_48.65 # Unique cross-section location id. -branchId = pipe_9_E45 # Branch on which the cross section is located. -chainage = 48.65148627708753 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E46_49.87 # Unique cross-section location id. -branchId = pipe_9_E46 # Branch on which the cross section is located. -chainage = 49.86956987824164 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E47_50.00 # Unique cross-section location id. -branchId = pipe_9_E47 # Branch on which the cross section is located. -chainage = 49.99512301536651 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E48_50.00 # Unique cross-section location id. -branchId = pipe_9_E48 # Branch on which the cross section is located. -chainage = 49.995060452053174 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E49_50.00 # Unique cross-section location id. -branchId = pipe_9_E49 # Branch on which the cross section is located. -chainage = 49.99972321137253 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E50_50.00 # Unique cross-section location id. -branchId = pipe_9_E50 # Branch on which the cross section is located. -chainage = 49.99972321115303 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E51_49.87 # Unique cross-section location id. -branchId = pipe_9_E51 # Branch on which the cross section is located. -chainage = 49.86559570184391 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E52_50.00 # Unique cross-section location id. -branchId = pipe_9_E52 # Branch on which the cross section is located. -chainage = 49.995443293777406 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E53_49.62 # Unique cross-section location id. -branchId = pipe_9_E53 # Branch on which the cross section is located. -chainage = 49.618893394475215 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E54_50.00 # Unique cross-section location id. -branchId = pipe_9_E54 # Branch on which the cross section is located. -chainage = 49.99972321134539 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E55_50.00 # Unique cross-section location id. -branchId = pipe_9_E55 # Branch on which the cross section is located. -chainage = 49.99972321124273 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E56_49.99 # Unique cross-section location id. -branchId = pipe_9_E56 # Branch on which the cross section is located. -chainage = 49.98720518539249 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E57_49.68 # Unique cross-section location id. -branchId = pipe_9_E57 # Branch on which the cross section is located. -chainage = 49.679505543384515 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E58_49.94 # Unique cross-section location id. -branchId = pipe_9_E58 # Branch on which the cross section is located. -chainage = 49.941567723485385 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E59_49.86 # Unique cross-section location id. -branchId = pipe_9_E59 # Branch on which the cross section is located. -chainage = 49.85748754516219 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E60_49.98 # Unique cross-section location id. -branchId = pipe_9_E60 # Branch on which the cross section is located. -chainage = 49.97614710125118 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E61_50.00 # Unique cross-section location id. -branchId = pipe_9_E61 # Branch on which the cross section is located. -chainage = 49.99972321134919 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E62_49.63 # Unique cross-section location id. -branchId = pipe_9_E62 # Branch on which the cross section is located. -chainage = 49.63126622178681 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E63_50.00 # Unique cross-section location id. -branchId = pipe_9_E63 # Branch on which the cross section is located. -chainage = 49.999723211361875 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E64_50.00 # Unique cross-section location id. -branchId = pipe_9_E64 # Branch on which the cross section is located. -chainage = 49.999723211361875 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E65_49.18 # Unique cross-section location id. -branchId = pipe_9_E65 # Branch on which the cross section is located. -chainage = 49.1807291842595 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E66_49.96 # Unique cross-section location id. -branchId = pipe_9_E66 # Branch on which the cross section is located. -chainage = 49.96439405947417 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E67_50.00 # Unique cross-section location id. -branchId = pipe_9_E67 # Branch on which the cross section is located. -chainage = 49.99972321172469 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E68_49.97 # Unique cross-section location id. -branchId = pipe_9_E68 # Branch on which the cross section is located. -chainage = 49.967819016805365 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E69_49.77 # Unique cross-section location id. -branchId = pipe_9_E69 # Branch on which the cross section is located. -chainage = 49.774469445275294 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E70_49.27 # Unique cross-section location id. -branchId = pipe_9_E70 # Branch on which the cross section is located. -chainage = 49.26956069908306 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E71_47.97 # Unique cross-section location id. -branchId = pipe_9_E71 # Branch on which the cross section is located. -chainage = 47.971323512601195 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E72_50.00 # Unique cross-section location id. -branchId = pipe_9_E72 # Branch on which the cross section is located. -chainage = 49.99972321096778 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E73_49.91 # Unique cross-section location id. -branchId = pipe_9_E73 # Branch on which the cross section is located. -chainage = 49.906132884432466 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E74_45.83 # Unique cross-section location id. -branchId = pipe_9_E74 # Branch on which the cross section is located. -chainage = 45.82867545883479 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E75_47.31 # Unique cross-section location id. -branchId = pipe_9_E75 # Branch on which the cross section is located. -chainage = 47.31283517362535 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E76_47.78 # Unique cross-section location id. -branchId = pipe_9_E76 # Branch on which the cross section is located. -chainage = 47.778689155784726 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E77_49.83 # Unique cross-section location id. -branchId = pipe_9_E77 # Branch on which the cross section is located. -chainage = 49.829669912289845 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E78_50.00 # Unique cross-section location id. -branchId = pipe_9_E78 # Branch on which the cross section is located. -chainage = 49.99721184853511 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E79_50.00 # Unique cross-section location id. -branchId = pipe_9_E79 # Branch on which the cross section is located. -chainage = 49.999723211453336 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E80_49.04 # Unique cross-section location id. -branchId = pipe_9_E80 # Branch on which the cross section is located. -chainage = 49.04225292447036 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E81_46.64 # Unique cross-section location id. -branchId = pipe_9_E81 # Branch on which the cross section is located. -chainage = 46.64243197083786 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E82_46.67 # Unique cross-section location id. -branchId = pipe_9_E82 # Branch on which the cross section is located. -chainage = 46.67158490490008 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E83_48.27 # Unique cross-section location id. -branchId = pipe_9_E83 # Branch on which the cross section is located. -chainage = 48.26805455922486 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E84_50.00 # Unique cross-section location id. -branchId = pipe_9_E84 # Branch on which the cross section is located. -chainage = 49.999723211484834 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E85_50.00 # Unique cross-section location id. -branchId = pipe_9_E85 # Branch on which the cross section is located. -chainage = 49.999605690917726 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E86_50.00 # Unique cross-section location id. -branchId = pipe_9_E86 # Branch on which the cross section is located. -chainage = 49.99532613218394 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E87_49.97 # Unique cross-section location id. -branchId = pipe_9_E87 # Branch on which the cross section is located. -chainage = 49.971508925203054 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E88_50.00 # Unique cross-section location id. -branchId = pipe_9_E88 # Branch on which the cross section is located. -chainage = 49.999723211057976 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E89_50.00 # Unique cross-section location id. -branchId = pipe_9_E89 # Branch on which the cross section is located. -chainage = 49.999723211700186 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E90_49.91 # Unique cross-section location id. -branchId = pipe_9_E90 # Branch on which the cross section is located. -chainage = 49.90608317086261 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E91_49.43 # Unique cross-section location id. -branchId = pipe_9_E91 # Branch on which the cross section is located. -chainage = 49.43162309077291 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E92_49.59 # Unique cross-section location id. -branchId = pipe_9_E92 # Branch on which the cross section is located. -chainage = 49.58601133680662 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E93_49.30 # Unique cross-section location id. -branchId = pipe_9_E93 # Branch on which the cross section is located. -chainage = 49.30483891359207 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E94_47.25 # Unique cross-section location id. -branchId = pipe_9_E94 # Branch on which the cross section is located. -chainage = 47.24704351882043 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E95_48.71 # Unique cross-section location id. -branchId = pipe_9_E95 # Branch on which the cross section is located. -chainage = 48.710085676714904 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E96_50.00 # Unique cross-section location id. -branchId = pipe_9_E96 # Branch on which the cross section is located. -chainage = 49.99972321112887 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E97_49.32 # Unique cross-section location id. -branchId = pipe_9_E97 # Branch on which the cross section is located. -chainage = 49.316707729091085 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E98_48.06 # Unique cross-section location id. -branchId = pipe_9_E98 # Branch on which the cross section is located. -chainage = 48.05846615202798 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E99_49.89 # Unique cross-section location id. -branchId = pipe_9_E99 # Branch on which the cross section is located. -chainage = 49.893852635937165 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E100_49.51 # Unique cross-section location id. -branchId = pipe_9_E100 # Branch on which the cross section is located. -chainage = 49.50961812777503 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E101_49.04 # Unique cross-section location id. -branchId = pipe_9_E101 # Branch on which the cross section is located. -chainage = 49.041089384162404 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E102_49.69 # Unique cross-section location id. -branchId = pipe_9_E102 # Branch on which the cross section is located. -chainage = 49.686724665464105 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E103_50.00 # Unique cross-section location id. -branchId = pipe_9_E103 # Branch on which the cross section is located. -chainage = 49.99972321128767 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E104_49.99 # Unique cross-section location id. -branchId = pipe_9_E104 # Branch on which the cross section is located. -chainage = 49.98614692736551 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E105_50.00 # Unique cross-section location id. -branchId = pipe_9_E105 # Branch on which the cross section is located. -chainage = 49.99972321131173 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E106_50.00 # Unique cross-section location id. -branchId = pipe_9_E106 # Branch on which the cross section is located. -chainage = 49.99972321117449 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E107_49.97 # Unique cross-section location id. -branchId = pipe_9_E107 # Branch on which the cross section is located. -chainage = 49.97128138671617 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E108_49.82 # Unique cross-section location id. -branchId = pipe_9_E108 # Branch on which the cross section is located. -chainage = 49.82003054989589 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E109_49.46 # Unique cross-section location id. -branchId = pipe_9_E109 # Branch on which the cross section is located. -chainage = 49.45729657708218 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E110_48.54 # Unique cross-section location id. -branchId = pipe_9_E110 # Branch on which the cross section is located. -chainage = 48.53921931417857 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E111_49.98 # Unique cross-section location id. -branchId = pipe_9_E111 # Branch on which the cross section is located. -chainage = 49.97518659178507 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E112_49.95 # Unique cross-section location id. -branchId = pipe_9_E112 # Branch on which the cross section is located. -chainage = 49.94947730807886 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E113_49.71 # Unique cross-section location id. -branchId = pipe_9_E113 # Branch on which the cross section is located. -chainage = 49.706883900808606 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E114_49.06 # Unique cross-section location id. -branchId = pipe_9_E114 # Branch on which the cross section is located. -chainage = 49.062760388202754 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E115_50.00 # Unique cross-section location id. -branchId = pipe_9_E115 # Branch on which the cross section is located. -chainage = 49.999723211496985 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E116_50.00 # Unique cross-section location id. -branchId = pipe_9_E116 # Branch on which the cross section is located. -chainage = 49.99962912149197 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E117_50.00 # Unique cross-section location id. -branchId = pipe_9_E117 # Branch on which the cross section is located. -chainage = 49.99972321144131 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E118_50.00 # Unique cross-section location id. -branchId = pipe_9_E118 # Branch on which the cross section is located. -chainage = 49.99972321144131 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E119_50.00 # Unique cross-section location id. -branchId = pipe_9_E119 # Branch on which the cross section is located. -chainage = 49.99972321144131 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E120_48.30 # Unique cross-section location id. -branchId = pipe_9_E120 # Branch on which the cross section is located. -chainage = 48.30223320518731 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E121_50.00 # Unique cross-section location id. -branchId = pipe_9_E121 # Branch on which the cross section is located. -chainage = 49.99746360979001 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E122_50.00 # Unique cross-section location id. -branchId = pipe_9_E122 # Branch on which the cross section is located. -chainage = 49.99950394562495 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E123_48.97 # Unique cross-section location id. -branchId = pipe_9_E123 # Branch on which the cross section is located. -chainage = 48.97187398213634 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E124_50.00 # Unique cross-section location id. -branchId = pipe_9_E124 # Branch on which the cross section is located. -chainage = 49.99972321140881 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E125_49.44 # Unique cross-section location id. -branchId = pipe_9_E125 # Branch on which the cross section is located. -chainage = 49.43741649958365 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E126_50.00 # Unique cross-section location id. -branchId = pipe_9_E126 # Branch on which the cross section is located. -chainage = 49.99972321101306 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E127_49.97 # Unique cross-section location id. -branchId = pipe_9_E127 # Branch on which the cross section is located. -chainage = 49.969581586932264 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E128_50.00 # Unique cross-section location id. -branchId = pipe_9_E128 # Branch on which the cross section is located. -chainage = 49.99972321166402 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E129_50.00 # Unique cross-section location id. -branchId = pipe_9_E129 # Branch on which the cross section is located. -chainage = 49.99972321094042 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E130_50.00 # Unique cross-section location id. -branchId = pipe_9_E130 # Branch on which the cross section is located. -chainage = 49.998569906154515 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E131_50.00 # Unique cross-section location id. -branchId = pipe_9_E131 # Branch on which the cross section is located. -chainage = 49.99972321141483 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E132_49.86 # Unique cross-section location id. -branchId = pipe_9_E132 # Branch on which the cross section is located. -chainage = 49.862848391591086 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E133_49.99 # Unique cross-section location id. -branchId = pipe_9_E133 # Branch on which the cross section is located. -chainage = 49.99034100261871 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E134_50.00 # Unique cross-section location id. -branchId = pipe_9_E134 # Branch on which the cross section is located. -chainage = 49.999723210983824 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E135_50.00 # Unique cross-section location id. -branchId = pipe_9_E135 # Branch on which the cross section is located. -chainage = 49.999723211526074 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E136_50.00 # Unique cross-section location id. -branchId = pipe_9_E136 # Branch on which the cross section is located. -chainage = 49.9973411239945 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E137_49.46 # Unique cross-section location id. -branchId = pipe_9_E137 # Branch on which the cross section is located. -chainage = 49.45544288310669 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E138_49.88 # Unique cross-section location id. -branchId = pipe_9_E138 # Branch on which the cross section is located. -chainage = 49.87741677471729 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E139_50.00 # Unique cross-section location id. -branchId = pipe_9_E139 # Branch on which the cross section is located. -chainage = 49.9997232113631 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E140_49.96 # Unique cross-section location id. -branchId = pipe_9_E140 # Branch on which the cross section is located. -chainage = 49.95590347313651 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E141_50.00 # Unique cross-section location id. -branchId = pipe_9_E141 # Branch on which the cross section is located. -chainage = 49.9997232112319 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E142_50.00 # Unique cross-section location id. -branchId = pipe_9_E142 # Branch on which the cross section is located. -chainage = 49.99972321126135 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E143_50.00 # Unique cross-section location id. -branchId = pipe_9_E143 # Branch on which the cross section is located. -chainage = 49.99586430510312 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E144_50.00 # Unique cross-section location id. -branchId = pipe_9_E144 # Branch on which the cross section is located. -chainage = 49.99972321121862 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E145_49.98 # Unique cross-section location id. -branchId = pipe_9_E145 # Branch on which the cross section is located. -chainage = 49.97725149397286 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E146_49.94 # Unique cross-section location id. -branchId = pipe_9_E146 # Branch on which the cross section is located. -chainage = 49.942973548378816 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E147_49.85 # Unique cross-section location id. -branchId = pipe_9_E147 # Branch on which the cross section is located. -chainage = 49.84998667865315 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E148_50.00 # Unique cross-section location id. -branchId = pipe_9_E148 # Branch on which the cross section is located. -chainage = 49.99972321140226 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E149_50.00 # Unique cross-section location id. -branchId = pipe_9_E149 # Branch on which the cross section is located. -chainage = 49.99972321140226 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E150_49.99 # Unique cross-section location id. -branchId = pipe_9_E150 # Branch on which the cross section is located. -chainage = 49.994520360282 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E151_50.00 # Unique cross-section location id. -branchId = pipe_9_E151 # Branch on which the cross section is located. -chainage = 49.998692719307854 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E152_50.00 # Unique cross-section location id. -branchId = pipe_9_E152 # Branch on which the cross section is located. -chainage = 49.99972321175315 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E153_49.37 # Unique cross-section location id. -branchId = pipe_9_E153 # Branch on which the cross section is located. -chainage = 49.36640420656447 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E154_49.98 # Unique cross-section location id. -branchId = pipe_9_E154 # Branch on which the cross section is located. -chainage = 49.978513757391255 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E155_50.00 # Unique cross-section location id. -branchId = pipe_9_E155 # Branch on which the cross section is located. -chainage = 49.999723211072876 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E156_50.00 # Unique cross-section location id. -branchId = pipe_9_E156 # Branch on which the cross section is located. -chainage = 49.99972321130013 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E157_50.00 # Unique cross-section location id. -branchId = pipe_9_E157 # Branch on which the cross section is located. -chainage = 49.99576859679589 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E158_48.81 # Unique cross-section location id. -branchId = pipe_9_E158 # Branch on which the cross section is located. -chainage = 48.8103437623699 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E159_49.95 # Unique cross-section location id. -branchId = pipe_9_E159 # Branch on which the cross section is located. -chainage = 49.94884268433194 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E160_50.00 # Unique cross-section location id. -branchId = pipe_9_E160 # Branch on which the cross section is located. -chainage = 49.99658512113893 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E161_50.00 # Unique cross-section location id. -branchId = pipe_9_E161 # Branch on which the cross section is located. -chainage = 49.999723211490455 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E162_49.78 # Unique cross-section location id. -branchId = pipe_9_E162 # Branch on which the cross section is located. -chainage = 49.7816466075608 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E163_49.75 # Unique cross-section location id. -branchId = pipe_9_E163 # Branch on which the cross section is located. -chainage = 49.74700273754258 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E164_50.00 # Unique cross-section location id. -branchId = pipe_9_E164 # Branch on which the cross section is located. -chainage = 49.99972321138599 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E165_50.00 # Unique cross-section location id. -branchId = pipe_9_E165 # Branch on which the cross section is located. -chainage = 49.99600122153637 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E166_50.00 # Unique cross-section location id. -branchId = pipe_9_E166 # Branch on which the cross section is located. -chainage = 49.99972321105922 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E167_50.00 # Unique cross-section location id. -branchId = pipe_9_E167 # Branch on which the cross section is located. -chainage = 49.99972321140072 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E168_49.99 # Unique cross-section location id. -branchId = pipe_9_E168 # Branch on which the cross section is located. -chainage = 49.98910134022553 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E169_50.00 # Unique cross-section location id. -branchId = pipe_9_E169 # Branch on which the cross section is located. -chainage = 49.99972321131678 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E170_49.99 # Unique cross-section location id. -branchId = pipe_9_E170 # Branch on which the cross section is located. -chainage = 49.99238852914581 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E171_50.00 # Unique cross-section location id. -branchId = pipe_9_E171 # Branch on which the cross section is located. -chainage = 49.999723211453905 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E172_49.92 # Unique cross-section location id. -branchId = pipe_9_E172 # Branch on which the cross section is located. -chainage = 49.920169968373855 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E173_50.00 # Unique cross-section location id. -branchId = pipe_9_E173 # Branch on which the cross section is located. -chainage = 49.99972321119114 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E174_49.98 # Unique cross-section location id. -branchId = pipe_9_E174 # Branch on which the cross section is located. -chainage = 49.97609834156425 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E175_49.87 # Unique cross-section location id. -branchId = pipe_9_E175 # Branch on which the cross section is located. -chainage = 49.87114427677119 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E176_49.97 # Unique cross-section location id. -branchId = pipe_9_E176 # Branch on which the cross section is located. -chainage = 49.96692986492404 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E177_50.00 # Unique cross-section location id. -branchId = pipe_9_E177 # Branch on which the cross section is located. -chainage = 49.999723211139326 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E178_49.69 # Unique cross-section location id. -branchId = pipe_9_E178 # Branch on which the cross section is located. -chainage = 49.69039403369484 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E179_50.00 # Unique cross-section location id. -branchId = pipe_9_E179 # Branch on which the cross section is located. -chainage = 49.99972321138753 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E180_50.00 # Unique cross-section location id. -branchId = pipe_9_E180 # Branch on which the cross section is located. -chainage = 49.999087886768336 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E181_49.79 # Unique cross-section location id. -branchId = pipe_9_E181 # Branch on which the cross section is located. -chainage = 49.78659974816845 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E182_49.45 # Unique cross-section location id. -branchId = pipe_9_E182 # Branch on which the cross section is located. -chainage = 49.45471555731473 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E183_49.94 # Unique cross-section location id. -branchId = pipe_9_E183 # Branch on which the cross section is located. -chainage = 49.94310919618503 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E184_49.87 # Unique cross-section location id. -branchId = pipe_9_E184 # Branch on which the cross section is located. -chainage = 49.873354128198 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E185_49.61 # Unique cross-section location id. -branchId = pipe_9_E185 # Branch on which the cross section is located. -chainage = 49.605792450898214 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E186_50.00 # Unique cross-section location id. -branchId = pipe_9_E186 # Branch on which the cross section is located. -chainage = 49.997203765344416 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E187_49.97 # Unique cross-section location id. -branchId = pipe_9_E187 # Branch on which the cross section is located. -chainage = 49.97343855322814 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E188_49.88 # Unique cross-section location id. -branchId = pipe_9_E188 # Branch on which the cross section is located. -chainage = 49.876953122176495 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E189_48.93 # Unique cross-section location id. -branchId = pipe_9_E189 # Branch on which the cross section is located. -chainage = 48.92562984538729 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E190_48.00 # Unique cross-section location id. -branchId = pipe_9_E190 # Branch on which the cross section is located. -chainage = 47.996454403852454 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E191_49.68 # Unique cross-section location id. -branchId = pipe_9_E191 # Branch on which the cross section is located. -chainage = 49.67916911776966 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E192_49.35 # Unique cross-section location id. -branchId = pipe_9_E192 # Branch on which the cross section is located. -chainage = 49.347671965714554 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E193_49.63 # Unique cross-section location id. -branchId = pipe_9_E193 # Branch on which the cross section is located. -chainage = 49.62723974351349 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E194_49.93 # Unique cross-section location id. -branchId = pipe_9_E194 # Branch on which the cross section is located. -chainage = 49.92933083532932 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E195_49.31 # Unique cross-section location id. -branchId = pipe_9_E195 # Branch on which the cross section is located. -chainage = 49.30886991389893 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E196_49.08 # Unique cross-section location id. -branchId = pipe_9_E196 # Branch on which the cross section is located. -chainage = 49.08211186472921 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E197_49.94 # Unique cross-section location id. -branchId = pipe_9_E197 # Branch on which the cross section is located. -chainage = 49.93513737030749 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E198_49.33 # Unique cross-section location id. -branchId = pipe_9_E198 # Branch on which the cross section is located. -chainage = 49.3276718552232 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E199_48.75 # Unique cross-section location id. -branchId = pipe_9_E199 # Branch on which the cross section is located. -chainage = 48.75036028953024 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E200_49.86 # Unique cross-section location id. -branchId = pipe_9_E200 # Branch on which the cross section is located. -chainage = 49.85572479873436 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E201_50.00 # Unique cross-section location id. -branchId = pipe_9_E201 # Branch on which the cross section is located. -chainage = 49.999723211205946 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E202_49.88 # Unique cross-section location id. -branchId = pipe_9_E202 # Branch on which the cross section is located. -chainage = 49.88105783990351 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E203_50.00 # Unique cross-section location id. -branchId = pipe_9_E203 # Branch on which the cross section is located. -chainage = 49.99972321128282 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E204_50.00 # Unique cross-section location id. -branchId = pipe_9_E204 # Branch on which the cross section is located. -chainage = 49.99972321151913 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E205_49.72 # Unique cross-section location id. -branchId = pipe_9_E205 # Branch on which the cross section is located. -chainage = 49.716269880065994 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E206_50.00 # Unique cross-section location id. -branchId = pipe_9_E206 # Branch on which the cross section is located. -chainage = 49.99972321132525 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E207_49.89 # Unique cross-section location id. -branchId = pipe_9_E207 # Branch on which the cross section is located. -chainage = 49.88522491120651 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E208_49.81 # Unique cross-section location id. -branchId = pipe_9_E208 # Branch on which the cross section is located. -chainage = 49.81015182405862 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E209_49.11 # Unique cross-section location id. -branchId = pipe_9_E209 # Branch on which the cross section is located. -chainage = 49.111489566775795 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E210_49.76 # Unique cross-section location id. -branchId = pipe_9_E210 # Branch on which the cross section is located. -chainage = 49.76049711235496 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E211_47.39 # Unique cross-section location id. -branchId = pipe_9_E211 # Branch on which the cross section is located. -chainage = 47.39329306891791 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E212_49.51 # Unique cross-section location id. -branchId = pipe_9_E212 # Branch on which the cross section is located. -chainage = 49.51348495167283 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E213_48.86 # Unique cross-section location id. -branchId = pipe_9_E213 # Branch on which the cross section is located. -chainage = 48.855658427174205 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E214_49.67 # Unique cross-section location id. -branchId = pipe_9_E214 # Branch on which the cross section is located. -chainage = 49.673351842676084 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E215_50.00 # Unique cross-section location id. -branchId = pipe_9_E215 # Branch on which the cross section is located. -chainage = 49.999723211535375 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E216_48.47 # Unique cross-section location id. -branchId = pipe_9_E216 # Branch on which the cross section is located. -chainage = 48.46511569923957 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E217_49.81 # Unique cross-section location id. -branchId = pipe_9_E217 # Branch on which the cross section is located. -chainage = 49.807448847222496 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E218_47.85 # Unique cross-section location id. -branchId = pipe_9_E218 # Branch on which the cross section is located. -chainage = 47.85189176473453 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E219_49.76 # Unique cross-section location id. -branchId = pipe_9_E219 # Branch on which the cross section is located. -chainage = 49.760018239078164 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E220_49.98 # Unique cross-section location id. -branchId = pipe_9_E220 # Branch on which the cross section is located. -chainage = 49.98241869293111 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E221_49.65 # Unique cross-section location id. -branchId = pipe_9_E221 # Branch on which the cross section is located. -chainage = 49.654768057343276 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E222_49.65 # Unique cross-section location id. -branchId = pipe_9_E222 # Branch on which the cross section is located. -chainage = 49.64936535375874 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E223_49.65 # Unique cross-section location id. -branchId = pipe_9_E223 # Branch on which the cross section is located. -chainage = 49.65004839741423 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E224_49.36 # Unique cross-section location id. -branchId = pipe_9_E224 # Branch on which the cross section is located. -chainage = 49.363486491322135 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E225_49.36 # Unique cross-section location id. -branchId = pipe_9_E225 # Branch on which the cross section is located. -chainage = 49.358910639416266 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E226_47.71 # Unique cross-section location id. -branchId = pipe_9_E226 # Branch on which the cross section is located. -chainage = 47.709830474960334 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E227_49.71 # Unique cross-section location id. -branchId = pipe_9_E227 # Branch on which the cross section is located. -chainage = 49.71330542619823 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E228_48.91 # Unique cross-section location id. -branchId = pipe_9_E228 # Branch on which the cross section is located. -chainage = 48.91158960966355 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E229_49.69 # Unique cross-section location id. -branchId = pipe_9_E229 # Branch on which the cross section is located. -chainage = 49.690278310485134 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E230_49.73 # Unique cross-section location id. -branchId = pipe_9_E230 # Branch on which the cross section is located. -chainage = 49.72706560237516 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E231_50.00 # Unique cross-section location id. -branchId = pipe_9_E231 # Branch on which the cross section is located. -chainage = 49.99972321131689 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E232_50.00 # Unique cross-section location id. -branchId = pipe_9_E232 # Branch on which the cross section is located. -chainage = 49.99972321131536 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E233_49.80 # Unique cross-section location id. -branchId = pipe_9_E233 # Branch on which the cross section is located. -chainage = 49.79762948219187 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E234_49.85 # Unique cross-section location id. -branchId = pipe_9_E234 # Branch on which the cross section is located. -chainage = 49.85494557381861 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E235_49.42 # Unique cross-section location id. -branchId = pipe_9_E235 # Branch on which the cross section is located. -chainage = 49.41502405805071 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E236_49.78 # Unique cross-section location id. -branchId = pipe_9_E236 # Branch on which the cross section is located. -chainage = 49.77692903199728 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E237_49.43 # Unique cross-section location id. -branchId = pipe_9_E237 # Branch on which the cross section is located. -chainage = 49.42764047080522 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E238_49.98 # Unique cross-section location id. -branchId = pipe_9_E238 # Branch on which the cross section is located. -chainage = 49.980995072684195 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E239_50.00 # Unique cross-section location id. -branchId = pipe_9_E239 # Branch on which the cross section is located. -chainage = 49.99972321132005 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E240_48.69 # Unique cross-section location id. -branchId = pipe_9_E240 # Branch on which the cross section is located. -chainage = 48.69281014939462 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E241_50.00 # Unique cross-section location id. -branchId = pipe_9_E241 # Branch on which the cross section is located. -chainage = 49.99970228756029 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E242_49.16 # Unique cross-section location id. -branchId = pipe_9_E242 # Branch on which the cross section is located. -chainage = 49.155783689872244 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E243_49.36 # Unique cross-section location id. -branchId = pipe_9_E243 # Branch on which the cross section is located. -chainage = 49.35821421988534 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E244_49.79 # Unique cross-section location id. -branchId = pipe_9_E244 # Branch on which the cross section is located. -chainage = 49.790588582853076 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E245_50.00 # Unique cross-section location id. -branchId = pipe_9_E245 # Branch on which the cross section is located. -chainage = 49.99745668847178 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E246_50.00 # Unique cross-section location id. -branchId = pipe_9_E246 # Branch on which the cross section is located. -chainage = 49.99972321138184 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E247_50.00 # Unique cross-section location id. -branchId = pipe_9_E247 # Branch on which the cross section is located. -chainage = 49.99972321111517 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E248_49.68 # Unique cross-section location id. -branchId = pipe_9_E248 # Branch on which the cross section is located. -chainage = 49.67868054866665 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E249_49.86 # Unique cross-section location id. -branchId = pipe_9_E249 # Branch on which the cross section is located. -chainage = 49.85592792663385 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E250_49.08 # Unique cross-section location id. -branchId = pipe_9_E250 # Branch on which the cross section is located. -chainage = 49.07922776400582 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E251_50.00 # Unique cross-section location id. -branchId = pipe_9_E251 # Branch on which the cross section is located. -chainage = 49.99972321099391 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E252_49.91 # Unique cross-section location id. -branchId = pipe_9_E252 # Branch on which the cross section is located. -chainage = 49.906116305424625 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E253_49.97 # Unique cross-section location id. -branchId = pipe_9_E253 # Branch on which the cross section is located. -chainage = 49.97052935480363 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E254_50.00 # Unique cross-section location id. -branchId = pipe_9_E254 # Branch on which the cross section is located. -chainage = 49.99972321157028 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E255_50.00 # Unique cross-section location id. -branchId = pipe_9_E255 # Branch on which the cross section is located. -chainage = 49.99552609888803 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E256_49.99 # Unique cross-section location id. -branchId = pipe_9_E256 # Branch on which the cross section is located. -chainage = 49.992428072462296 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E257_50.00 # Unique cross-section location id. -branchId = pipe_9_E257 # Branch on which the cross section is located. -chainage = 49.99972321103595 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E258_50.00 # Unique cross-section location id. -branchId = pipe_9_E258 # Branch on which the cross section is located. -chainage = 49.99972321144798 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E259_50.00 # Unique cross-section location id. -branchId = pipe_9_E259 # Branch on which the cross section is located. -chainage = 49.99972321103595 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E260_50.00 # Unique cross-section location id. -branchId = pipe_9_E260 # Branch on which the cross section is located. -chainage = 49.99972321144798 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E261_50.00 # Unique cross-section location id. -branchId = pipe_9_E261 # Branch on which the cross section is located. -chainage = 49.99972321144798 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E262_50.00 # Unique cross-section location id. -branchId = pipe_9_E262 # Branch on which the cross section is located. -chainage = 49.99972321103595 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E263_50.00 # Unique cross-section location id. -branchId = pipe_9_E263 # Branch on which the cross section is located. -chainage = 49.99972321144798 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E264_49.96 # Unique cross-section location id. -branchId = pipe_9_E264 # Branch on which the cross section is located. -chainage = 49.95611060766047 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E265_50.00 # Unique cross-section location id. -branchId = pipe_9_E265 # Branch on which the cross section is located. -chainage = 49.99972321086179 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E266_50.00 # Unique cross-section location id. -branchId = pipe_9_E266 # Branch on which the cross section is located. -chainage = 49.999723211371425 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E267_50.00 # Unique cross-section location id. -branchId = pipe_9_E267 # Branch on which the cross section is located. -chainage = 49.999723211371425 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E268_50.00 # Unique cross-section location id. -branchId = pipe_9_E268 # Branch on which the cross section is located. -chainage = 49.9997232115663 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E269_49.94 # Unique cross-section location id. -branchId = pipe_9_E269 # Branch on which the cross section is located. -chainage = 49.94455767060267 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E270_50.00 # Unique cross-section location id. -branchId = pipe_9_E270 # Branch on which the cross section is located. -chainage = 49.99972321147978 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E271_50.00 # Unique cross-section location id. -branchId = pipe_9_E271 # Branch on which the cross section is located. -chainage = 49.99972321105165 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E272_50.00 # Unique cross-section location id. -branchId = pipe_9_E272 # Branch on which the cross section is located. -chainage = 49.99972321147978 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E273_49.97 # Unique cross-section location id. -branchId = pipe_9_E273 # Branch on which the cross section is located. -chainage = 49.9663881241456 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E274_50.00 # Unique cross-section location id. -branchId = pipe_9_E274 # Branch on which the cross section is located. -chainage = 49.99972321099867 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E275_50.00 # Unique cross-section location id. -branchId = pipe_9_E275 # Branch on which the cross section is located. -chainage = 49.999723211556294 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E276_50.00 # Unique cross-section location id. -branchId = pipe_9_E276 # Branch on which the cross section is located. -chainage = 49.99972321133963 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E277_50.00 # Unique cross-section location id. -branchId = pipe_9_E277 # Branch on which the cross section is located. -chainage = 49.99972321099867 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E278_49.98 # Unique cross-section location id. -branchId = pipe_9_E278 # Branch on which the cross section is located. -chainage = 49.98218302146237 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E279_50.00 # Unique cross-section location id. -branchId = pipe_9_E279 # Branch on which the cross section is located. -chainage = 49.999723211344055 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E280_50.00 # Unique cross-section location id. -branchId = pipe_9_E280 # Branch on which the cross section is located. -chainage = 49.999723211344055 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E281_50.00 # Unique cross-section location id. -branchId = pipe_9_E281 # Branch on which the cross section is located. -chainage = 49.99972321110203 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E282_50.00 # Unique cross-section location id. -branchId = pipe_9_E282 # Branch on which the cross section is located. -chainage = 49.999723211344055 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E283_50.00 # Unique cross-section location id. -branchId = pipe_9_E283 # Branch on which the cross section is located. -chainage = 49.999723211344055 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E284_49.96 # Unique cross-section location id. -branchId = pipe_9_E284 # Branch on which the cross section is located. -chainage = 49.961156010310425 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E285_50.00 # Unique cross-section location id. -branchId = pipe_9_E285 # Branch on which the cross section is located. -chainage = 49.99972321133878 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E286_50.00 # Unique cross-section location id. -branchId = pipe_9_E286 # Branch on which the cross section is located. -chainage = 49.99972321110856 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E287_50.00 # Unique cross-section location id. -branchId = pipe_9_E287 # Branch on which the cross section is located. -chainage = 49.99972321133878 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E288_50.00 # Unique cross-section location id. -branchId = pipe_9_E288 # Branch on which the cross section is located. -chainage = 49.99972321133878 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E289_49.91 # Unique cross-section location id. -branchId = pipe_9_E289 # Branch on which the cross section is located. -chainage = 49.90558848020125 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E290_50.00 # Unique cross-section location id. -branchId = pipe_9_E290 # Branch on which the cross section is located. -chainage = 49.99972321121631 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E291_50.00 # Unique cross-section location id. -branchId = pipe_9_E291 # Branch on which the cross section is located. -chainage = 49.999723211435416 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E292_50.00 # Unique cross-section location id. -branchId = pipe_9_E292 # Branch on which the cross section is located. -chainage = 49.99972321121631 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E293_50.00 # Unique cross-section location id. -branchId = pipe_9_E293 # Branch on which the cross section is located. -chainage = 49.99972321121631 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E294_49.88 # Unique cross-section location id. -branchId = pipe_9_E294 # Branch on which the cross section is located. -chainage = 49.880872355754015 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E295_50.00 # Unique cross-section location id. -branchId = pipe_9_E295 # Branch on which the cross section is located. -chainage = 49.9997232112778 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E296_50.00 # Unique cross-section location id. -branchId = pipe_9_E296 # Branch on which the cross section is located. -chainage = 49.99972321139764 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E297_50.00 # Unique cross-section location id. -branchId = pipe_9_E297 # Branch on which the cross section is located. -chainage = 49.9997232110469 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E298_50.00 # Unique cross-section location id. -branchId = pipe_9_E298 # Branch on which the cross section is located. -chainage = 49.99972321139764 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E299_49.81 # Unique cross-section location id. -branchId = pipe_9_E299 # Branch on which the cross section is located. -chainage = 49.81362530769236 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E300_50.00 # Unique cross-section location id. -branchId = pipe_9_E300 # Branch on which the cross section is located. -chainage = 49.999723211353185 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E301_50.00 # Unique cross-section location id. -branchId = pipe_9_E301 # Branch on which the cross section is located. -chainage = 49.999723211353185 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E302_50.00 # Unique cross-section location id. -branchId = pipe_9_E302 # Branch on which the cross section is located. -chainage = 49.99972321113816 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E303_50.00 # Unique cross-section location id. -branchId = pipe_9_E303 # Branch on which the cross section is located. -chainage = 49.999723211353185 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E304_50.00 # Unique cross-section location id. -branchId = pipe_9_E304 # Branch on which the cross section is located. -chainage = 49.999723211353185 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E305_49.98 # Unique cross-section location id. -branchId = pipe_9_E305 # Branch on which the cross section is located. -chainage = 49.98495776563928 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E306_50.00 # Unique cross-section location id. -branchId = pipe_9_E306 # Branch on which the cross section is located. -chainage = 49.99972321125279 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E307_50.00 # Unique cross-section location id. -branchId = pipe_9_E307 # Branch on which the cross section is located. -chainage = 49.99972321144449 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E308_50.00 # Unique cross-section location id. -branchId = pipe_9_E308 # Branch on which the cross section is located. -chainage = 49.99972321125279 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E309_50.00 # Unique cross-section location id. -branchId = pipe_9_E309 # Branch on which the cross section is located. -chainage = 49.999723211042735 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E310_50.00 # Unique cross-section location id. -branchId = pipe_9_E310 # Branch on which the cross section is located. -chainage = 49.99972321165455 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E311_50.00 # Unique cross-section location id. -branchId = pipe_9_E311 # Branch on which the cross section is located. -chainage = 49.99972321125279 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E312_49.89 # Unique cross-section location id. -branchId = pipe_9_E312 # Branch on which the cross section is located. -chainage = 49.88566410792089 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E313_50.00 # Unique cross-section location id. -branchId = pipe_9_E313 # Branch on which the cross section is located. -chainage = 49.999723211122664 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E314_50.00 # Unique cross-section location id. -branchId = pipe_9_E314 # Branch on which the cross section is located. -chainage = 49.999723211443325 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E315_50.00 # Unique cross-section location id. -branchId = pipe_9_E315 # Branch on which the cross section is located. -chainage = 49.999723211122664 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E316_50.00 # Unique cross-section location id. -branchId = pipe_9_E316 # Branch on which the cross section is located. -chainage = 49.99972321163737 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E317_50.00 # Unique cross-section location id. -branchId = pipe_9_E317 # Branch on which the cross section is located. -chainage = 49.99972321092862 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E318_50.00 # Unique cross-section location id. -branchId = pipe_9_E318 # Branch on which the cross section is located. -chainage = 49.99972321163737 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E319_50.00 # Unique cross-section location id. -branchId = pipe_9_E319 # Branch on which the cross section is located. -chainage = 49.999723211122664 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E320_50.00 # Unique cross-section location id. -branchId = pipe_9_E320 # Branch on which the cross section is located. -chainage = 49.99972321092862 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E321_49.98 # Unique cross-section location id. -branchId = pipe_9_E321 # Branch on which the cross section is located. -chainage = 49.983556921275685 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E322_50.00 # Unique cross-section location id. -branchId = pipe_9_E322 # Branch on which the cross section is located. -chainage = 49.99972321120717 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E323_49.97 # Unique cross-section location id. -branchId = pipe_9_E323 # Branch on which the cross section is located. -chainage = 49.97362318939043 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E324_49.48 # Unique cross-section location id. -branchId = pipe_9_E324 # Branch on which the cross section is located. -chainage = 49.47624838625362 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E325_50.00 # Unique cross-section location id. -branchId = pipe_9_E325 # Branch on which the cross section is located. -chainage = 49.999723211198564 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E326_49.87 # Unique cross-section location id. -branchId = pipe_9_E326 # Branch on which the cross section is located. -chainage = 49.87477960552953 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E327_49.79 # Unique cross-section location id. -branchId = pipe_9_E327 # Branch on which the cross section is located. -chainage = 49.78517338309804 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E328_49.90 # Unique cross-section location id. -branchId = pipe_9_E328 # Branch on which the cross section is located. -chainage = 49.89887759096564 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E329_50.00 # Unique cross-section location id. -branchId = pipe_9_E329 # Branch on which the cross section is located. -chainage = 49.99972321132462 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E330_50.00 # Unique cross-section location id. -branchId = pipe_9_E330 # Branch on which the cross section is located. -chainage = 49.99891641205799 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E331_50.00 # Unique cross-section location id. -branchId = pipe_9_E331 # Branch on which the cross section is located. -chainage = 49.999723211533734 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E332_49.46 # Unique cross-section location id. -branchId = pipe_9_E332 # Branch on which the cross section is located. -chainage = 49.45652255759887 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E333_49.93 # Unique cross-section location id. -branchId = pipe_9_E333 # Branch on which the cross section is located. -chainage = 49.93441937696533 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E334_50.00 # Unique cross-section location id. -branchId = pipe_9_E334 # Branch on which the cross section is located. -chainage = 49.999723211356226 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E335_49.92 # Unique cross-section location id. -branchId = pipe_9_E335 # Branch on which the cross section is located. -chainage = 49.917141522177076 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E336_50.00 # Unique cross-section location id. -branchId = pipe_9_E336 # Branch on which the cross section is located. -chainage = 49.9997232113793 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E337_50.00 # Unique cross-section location id. -branchId = pipe_9_E337 # Branch on which the cross section is located. -chainage = 49.999626372716186 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E338_49.84 # Unique cross-section location id. -branchId = pipe_9_E338 # Branch on which the cross section is located. -chainage = 49.837747107059855 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E339_50.00 # Unique cross-section location id. -branchId = pipe_9_E339 # Branch on which the cross section is located. -chainage = 49.99972321138589 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E340_49.98 # Unique cross-section location id. -branchId = pipe_9_E340 # Branch on which the cross section is located. -chainage = 49.97755893660059 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E341_50.00 # Unique cross-section location id. -branchId = pipe_9_E341 # Branch on which the cross section is located. -chainage = 49.99952437104108 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E342_49.93 # Unique cross-section location id. -branchId = pipe_9_E342 # Branch on which the cross section is located. -chainage = 49.934696447186596 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E343_45.65 # Unique cross-section location id. -branchId = pipe_9_E343 # Branch on which the cross section is located. -chainage = 45.6535044828578 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E344_49.70 # Unique cross-section location id. -branchId = pipe_9_E344 # Branch on which the cross section is located. -chainage = 49.69958265010195 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E345_49.95 # Unique cross-section location id. -branchId = pipe_9_E345 # Branch on which the cross section is located. -chainage = 49.953528028963895 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E346_49.17 # Unique cross-section location id. -branchId = pipe_9_E346 # Branch on which the cross section is located. -chainage = 49.169586937376934 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E347_50.00 # Unique cross-section location id. -branchId = pipe_9_E347 # Branch on which the cross section is located. -chainage = 49.99963679378409 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E348_49.97 # Unique cross-section location id. -branchId = pipe_9_E348 # Branch on which the cross section is located. -chainage = 49.97138205641342 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E349_48.08 # Unique cross-section location id. -branchId = pipe_9_E349 # Branch on which the cross section is located. -chainage = 48.0817124124777 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E350_44.46 # Unique cross-section location id. -branchId = pipe_9_E350 # Branch on which the cross section is located. -chainage = 44.45992672271491 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E351_49.99 # Unique cross-section location id. -branchId = pipe_9_E351 # Branch on which the cross section is located. -chainage = 49.99012380515576 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E352_50.00 # Unique cross-section location id. -branchId = pipe_9_E352 # Branch on which the cross section is located. -chainage = 49.9997232113742 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E353_50.00 # Unique cross-section location id. -branchId = pipe_9_E353 # Branch on which the cross section is located. -chainage = 49.9997232110726 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E354_49.99 # Unique cross-section location id. -branchId = pipe_9_E354 # Branch on which the cross section is located. -chainage = 49.98944817018906 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E355_50.00 # Unique cross-section location id. -branchId = pipe_9_E355 # Branch on which the cross section is located. -chainage = 49.999723206650515 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E356_50.00 # Unique cross-section location id. -branchId = pipe_9_E356 # Branch on which the cross section is located. -chainage = 49.999723210947955 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E357_50.00 # Unique cross-section location id. -branchId = pipe_9_E357 # Branch on which the cross section is located. -chainage = 49.99972321128606 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E358_49.93 # Unique cross-section location id. -branchId = pipe_9_E358 # Branch on which the cross section is located. -chainage = 49.93178028916424 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E359_50.00 # Unique cross-section location id. -branchId = pipe_9_E359 # Branch on which the cross section is located. -chainage = 49.99972321138588 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E360_50.00 # Unique cross-section location id. -branchId = pipe_9_E360 # Branch on which the cross section is located. -chainage = 49.99972237962412 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E361_50.00 # Unique cross-section location id. -branchId = pipe_9_E361 # Branch on which the cross section is located. -chainage = 49.99959044347895 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E362_49.93 # Unique cross-section location id. -branchId = pipe_9_E362 # Branch on which the cross section is located. -chainage = 49.931851198025186 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E363_50.00 # Unique cross-section location id. -branchId = pipe_9_E363 # Branch on which the cross section is located. -chainage = 49.999723211346115 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E364_50.00 # Unique cross-section location id. -branchId = pipe_9_E364 # Branch on which the cross section is located. -chainage = 49.99897000554137 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E365_50.00 # Unique cross-section location id. -branchId = pipe_9_E365 # Branch on which the cross section is located. -chainage = 49.99972294770992 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E366_50.00 # Unique cross-section location id. -branchId = pipe_9_E366 # Branch on which the cross section is located. -chainage = 49.99972321130518 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E367_50.00 # Unique cross-section location id. -branchId = pipe_9_E367 # Branch on which the cross section is located. -chainage = 49.999723211214324 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E368_50.00 # Unique cross-section location id. -branchId = pipe_9_E368 # Branch on which the cross section is located. -chainage = 49.99972321130518 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E369_50.00 # Unique cross-section location id. -branchId = pipe_9_E369 # Branch on which the cross section is located. -chainage = 49.999723211446046 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E370_50.00 # Unique cross-section location id. -branchId = pipe_9_E370 # Branch on which the cross section is located. -chainage = 49.99972320499146 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E371_50.00 # Unique cross-section location id. -branchId = pipe_9_E371 # Branch on which the cross section is located. -chainage = 49.999723210238166 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E372_49.99 # Unique cross-section location id. -branchId = pipe_9_E372 # Branch on which the cross section is located. -chainage = 49.986199282988736 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E373_50.00 # Unique cross-section location id. -branchId = pipe_9_E373 # Branch on which the cross section is located. -chainage = 49.99972321135098 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E374_49.57 # Unique cross-section location id. -branchId = pipe_9_E374 # Branch on which the cross section is located. -chainage = 49.57134354988335 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E375_49.99 # Unique cross-section location id. -branchId = pipe_9_E375 # Branch on which the cross section is located. -chainage = 49.98621257072593 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E376_49.79 # Unique cross-section location id. -branchId = pipe_9_E376 # Branch on which the cross section is located. -chainage = 49.791699896675055 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E377_50.00 # Unique cross-section location id. -branchId = pipe_9_E377 # Branch on which the cross section is located. -chainage = 49.999723210924365 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E378_49.73 # Unique cross-section location id. -branchId = pipe_9_E378 # Branch on which the cross section is located. -chainage = 49.729814428347716 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E379_49.89 # Unique cross-section location id. -branchId = pipe_9_E379 # Branch on which the cross section is located. -chainage = 49.89460216371046 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E380_50.00 # Unique cross-section location id. -branchId = pipe_9_E380 # Branch on which the cross section is located. -chainage = 49.99972321121278 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E381_50.00 # Unique cross-section location id. -branchId = pipe_9_E381 # Branch on which the cross section is located. -chainage = 49.999723211444234 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E382_50.00 # Unique cross-section location id. -branchId = pipe_9_E382 # Branch on which the cross section is located. -chainage = 49.99972321121278 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E383_50.00 # Unique cross-section location id. -branchId = pipe_9_E383 # Branch on which the cross section is located. -chainage = 49.99682353356581 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E384_50.00 # Unique cross-section location id. -branchId = pipe_9_E384 # Branch on which the cross section is located. -chainage = 49.99972321123791 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E385_49.98 # Unique cross-section location id. -branchId = pipe_9_E385 # Branch on which the cross section is located. -chainage = 49.98093720664119 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E386_50.00 # Unique cross-section location id. -branchId = pipe_9_E386 # Branch on which the cross section is located. -chainage = 49.999723211278045 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E387_49.85 # Unique cross-section location id. -branchId = pipe_9_E387 # Branch on which the cross section is located. -chainage = 49.85218461606862 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E388_49.92 # Unique cross-section location id. -branchId = pipe_9_E388 # Branch on which the cross section is located. -chainage = 49.922348934680855 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E389_50.00 # Unique cross-section location id. -branchId = pipe_9_E389 # Branch on which the cross section is located. -chainage = 49.999723211547064 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E390_49.83 # Unique cross-section location id. -branchId = pipe_9_E390 # Branch on which the cross section is located. -chainage = 49.832861225808855 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E391_49.75 # Unique cross-section location id. -branchId = pipe_9_E391 # Branch on which the cross section is located. -chainage = 49.754970353035795 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E392_49.74 # Unique cross-section location id. -branchId = pipe_9_E392 # Branch on which the cross section is located. -chainage = 49.736168216695084 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E393_50.00 # Unique cross-section location id. -branchId = pipe_9_E393 # Branch on which the cross section is located. -chainage = 49.999723211035906 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E394_49.30 # Unique cross-section location id. -branchId = pipe_9_E394 # Branch on which the cross section is located. -chainage = 49.299081598901026 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E395_50.00 # Unique cross-section location id. -branchId = pipe_9_E395 # Branch on which the cross section is located. -chainage = 49.99620024891165 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E396_50.00 # Unique cross-section location id. -branchId = pipe_9_E396 # Branch on which the cross section is located. -chainage = 49.99972321153745 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E397_49.94 # Unique cross-section location id. -branchId = pipe_9_E397 # Branch on which the cross section is located. -chainage = 49.935085094486446 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E398_50.00 # Unique cross-section location id. -branchId = pipe_9_E398 # Branch on which the cross section is located. -chainage = 49.99972321108676 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E399_49.96 # Unique cross-section location id. -branchId = pipe_9_E399 # Branch on which the cross section is located. -chainage = 49.958128022876885 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E400_49.27 # Unique cross-section location id. -branchId = pipe_9_E400 # Branch on which the cross section is located. -chainage = 49.26836746905521 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E401_49.94 # Unique cross-section location id. -branchId = pipe_9_E401 # Branch on which the cross section is located. -chainage = 49.940340807821535 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E402_50.00 # Unique cross-section location id. -branchId = pipe_9_E402 # Branch on which the cross section is located. -chainage = 49.99972321128766 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E403_50.00 # Unique cross-section location id. -branchId = pipe_9_E403 # Branch on which the cross section is located. -chainage = 49.99972321128766 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E404_50.00 # Unique cross-section location id. -branchId = pipe_9_E404 # Branch on which the cross section is located. -chainage = 49.99972321128766 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E405_50.00 # Unique cross-section location id. -branchId = pipe_9_E405 # Branch on which the cross section is located. -chainage = 49.99972321128766 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E406_50.00 # Unique cross-section location id. -branchId = pipe_9_E406 # Branch on which the cross section is located. -chainage = 49.99972321128766 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E407_50.00 # Unique cross-section location id. -branchId = pipe_9_E407 # Branch on which the cross section is located. -chainage = 49.99972321133066 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E408_50.00 # Unique cross-section location id. -branchId = pipe_9_E408 # Branch on which the cross section is located. -chainage = 49.99972321128766 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E409_50.00 # Unique cross-section location id. -branchId = pipe_9_E409 # Branch on which the cross section is located. -chainage = 49.99972321128766 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E410_49.95 # Unique cross-section location id. -branchId = pipe_9_E410 # Branch on which the cross section is located. -chainage = 49.94693117414387 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E411_50.00 # Unique cross-section location id. -branchId = pipe_9_E411 # Branch on which the cross section is located. -chainage = 49.99972321107313 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E412_50.00 # Unique cross-section location id. -branchId = pipe_9_E412 # Branch on which the cross section is located. -chainage = 49.99863422665138 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E413_50.00 # Unique cross-section location id. -branchId = pipe_9_E413 # Branch on which the cross section is located. -chainage = 49.99972321132715 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E414_49.99 # Unique cross-section location id. -branchId = pipe_9_E414 # Branch on which the cross section is located. -chainage = 49.98569894810969 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E415_49.82 # Unique cross-section location id. -branchId = pipe_9_E415 # Branch on which the cross section is located. -chainage = 49.82422558574511 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E416_50.00 # Unique cross-section location id. -branchId = pipe_9_E416 # Branch on which the cross section is located. -chainage = 49.999723211122124 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E417_50.00 # Unique cross-section location id. -branchId = pipe_9_E417 # Branch on which the cross section is located. -chainage = 49.99907238155031 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E418_50.00 # Unique cross-section location id. -branchId = pipe_9_E418 # Branch on which the cross section is located. -chainage = 49.99972321121321 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E419_50.00 # Unique cross-section location id. -branchId = pipe_9_E419 # Branch on which the cross section is located. -chainage = 49.99605074835715 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E420_50.00 # Unique cross-section location id. -branchId = pipe_9_E420 # Branch on which the cross section is located. -chainage = 49.997116779694636 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E421_50.00 # Unique cross-section location id. -branchId = pipe_9_E421 # Branch on which the cross section is located. -chainage = 49.99972321116447 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E422_49.78 # Unique cross-section location id. -branchId = pipe_9_E422 # Branch on which the cross section is located. -chainage = 49.776115150226765 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E423_47.56 # Unique cross-section location id. -branchId = pipe_9_E423 # Branch on which the cross section is located. -chainage = 47.56400510646254 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E424_49.99 # Unique cross-section location id. -branchId = pipe_9_E424 # Branch on which the cross section is located. -chainage = 49.99283011116689 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E425_50.00 # Unique cross-section location id. -branchId = pipe_9_E425 # Branch on which the cross section is located. -chainage = 49.99972321092161 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E426_50.00 # Unique cross-section location id. -branchId = pipe_9_E426 # Branch on which the cross section is located. -chainage = 49.99972321157849 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E427_50.00 # Unique cross-section location id. -branchId = pipe_9_E427 # Branch on which the cross section is located. -chainage = 49.99972321108666 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E428_50.00 # Unique cross-section location id. -branchId = pipe_9_E428 # Branch on which the cross section is located. -chainage = 49.99972321092161 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E429_49.99 # Unique cross-section location id. -branchId = pipe_9_E429 # Branch on which the cross section is located. -chainage = 49.98896330408673 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E430_50.00 # Unique cross-section location id. -branchId = pipe_9_E430 # Branch on which the cross section is located. -chainage = 49.99972321160987 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E431_49.41 # Unique cross-section location id. -branchId = pipe_9_E431 # Branch on which the cross section is located. -chainage = 49.413466566159805 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E432_49.76 # Unique cross-section location id. -branchId = pipe_9_E432 # Branch on which the cross section is located. -chainage = 49.763815441114446 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E433_49.96 # Unique cross-section location id. -branchId = pipe_9_E433 # Branch on which the cross section is located. -chainage = 49.956490469706154 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E434_50.00 # Unique cross-section location id. -branchId = pipe_9_E434 # Branch on which the cross section is located. -chainage = 49.999723211454125 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E435_49.96 # Unique cross-section location id. -branchId = pipe_9_E435 # Branch on which the cross section is located. -chainage = 49.95740902431369 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E436_49.76 # Unique cross-section location id. -branchId = pipe_9_E436 # Branch on which the cross section is located. -chainage = 49.75610065253586 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E437_48.91 # Unique cross-section location id. -branchId = pipe_9_E437 # Branch on which the cross section is located. -chainage = 48.91325236952091 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E438_49.93 # Unique cross-section location id. -branchId = pipe_9_E438 # Branch on which the cross section is located. -chainage = 49.9263696035918 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E439_50.00 # Unique cross-section location id. -branchId = pipe_9_E439 # Branch on which the cross section is located. -chainage = 49.99801401587913 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E440_49.50 # Unique cross-section location id. -branchId = pipe_9_E440 # Branch on which the cross section is located. -chainage = 49.50299156614772 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E441_48.66 # Unique cross-section location id. -branchId = pipe_9_E441 # Branch on which the cross section is located. -chainage = 48.66222503110027 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E442_49.24 # Unique cross-section location id. -branchId = pipe_9_E442 # Branch on which the cross section is located. -chainage = 49.241311334215105 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E443_47.44 # Unique cross-section location id. -branchId = pipe_9_E443 # Branch on which the cross section is located. -chainage = 47.44318453981458 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E444_48.62 # Unique cross-section location id. -branchId = pipe_9_E444 # Branch on which the cross section is located. -chainage = 48.61870841695448 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E445_47.30 # Unique cross-section location id. -branchId = pipe_9_E445 # Branch on which the cross section is located. -chainage = 47.296023325088576 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E446_49.96 # Unique cross-section location id. -branchId = pipe_9_E446 # Branch on which the cross section is located. -chainage = 49.961479592440625 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E447_49.96 # Unique cross-section location id. -branchId = pipe_9_E447 # Branch on which the cross section is located. -chainage = 49.95820525456071 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E448_49.99 # Unique cross-section location id. -branchId = pipe_9_E448 # Branch on which the cross section is located. -chainage = 49.99087237016287 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E449_50.00 # Unique cross-section location id. -branchId = pipe_9_E449 # Branch on which the cross section is located. -chainage = 49.99972321124806 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E450_50.00 # Unique cross-section location id. -branchId = pipe_9_E450 # Branch on which the cross section is located. -chainage = 49.999398675952904 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E451_49.70 # Unique cross-section location id. -branchId = pipe_9_E451 # Branch on which the cross section is located. -chainage = 49.69820261165954 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E452_49.78 # Unique cross-section location id. -branchId = pipe_9_E452 # Branch on which the cross section is located. -chainage = 49.778703314908306 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E453_49.64 # Unique cross-section location id. -branchId = pipe_9_E453 # Branch on which the cross section is located. -chainage = 49.63733796037906 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E454_49.96 # Unique cross-section location id. -branchId = pipe_9_E454 # Branch on which the cross section is located. -chainage = 49.96488119649357 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E455_50.00 # Unique cross-section location id. -branchId = pipe_9_E455 # Branch on which the cross section is located. -chainage = 49.997290755430164 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E456_50.00 # Unique cross-section location id. -branchId = pipe_9_E456 # Branch on which the cross section is located. -chainage = 49.999723211121065 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E457_50.00 # Unique cross-section location id. -branchId = pipe_9_E457 # Branch on which the cross section is located. -chainage = 49.999723211489155 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E458_50.00 # Unique cross-section location id. -branchId = pipe_9_E458 # Branch on which the cross section is located. -chainage = 49.99972321125889 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E459_49.88 # Unique cross-section location id. -branchId = pipe_9_E459 # Branch on which the cross section is located. -chainage = 49.88083812744759 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E460_50.00 # Unique cross-section location id. -branchId = pipe_9_E460 # Branch on which the cross section is located. -chainage = 49.99972321140025 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E461_50.00 # Unique cross-section location id. -branchId = pipe_9_E461 # Branch on which the cross section is located. -chainage = 49.99972321117567 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E462_49.93 # Unique cross-section location id. -branchId = pipe_9_E462 # Branch on which the cross section is located. -chainage = 49.93052783231637 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E463_49.95 # Unique cross-section location id. -branchId = pipe_9_E463 # Branch on which the cross section is located. -chainage = 49.95280565772557 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E464_50.00 # Unique cross-section location id. -branchId = pipe_9_E464 # Branch on which the cross section is located. -chainage = 49.999723211399015 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E465_50.00 # Unique cross-section location id. -branchId = pipe_9_E465 # Branch on which the cross section is located. -chainage = 49.999723211356404 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E466_50.00 # Unique cross-section location id. -branchId = pipe_9_E466 # Branch on which the cross section is located. -chainage = 49.999506670482916 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E467_50.00 # Unique cross-section location id. -branchId = pipe_9_E467 # Branch on which the cross section is located. -chainage = 49.99972321123504 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E468_49.99 # Unique cross-section location id. -branchId = pipe_9_E468 # Branch on which the cross section is located. -chainage = 49.99451041888878 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E469_50.00 # Unique cross-section location id. -branchId = pipe_9_E469 # Branch on which the cross section is located. -chainage = 49.99972321128296 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E470_50.00 # Unique cross-section location id. -branchId = pipe_9_E470 # Branch on which the cross section is located. -chainage = 49.999722789222176 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E471_50.00 # Unique cross-section location id. -branchId = pipe_9_E471 # Branch on which the cross section is located. -chainage = 49.999723204560915 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E472_50.00 # Unique cross-section location id. -branchId = pipe_9_E472 # Branch on which the cross section is located. -chainage = 49.9976678197679 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E473_50.00 # Unique cross-section location id. -branchId = pipe_9_E473 # Branch on which the cross section is located. -chainage = 49.99972321116303 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E474_50.00 # Unique cross-section location id. -branchId = pipe_9_E474 # Branch on which the cross section is located. -chainage = 49.999723211386936 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E475_50.00 # Unique cross-section location id. -branchId = pipe_9_E475 # Branch on which the cross section is located. -chainage = 49.9997231597218 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E476_50.00 # Unique cross-section location id. -branchId = pipe_9_E476 # Branch on which the cross section is located. -chainage = 49.99966446573652 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E477_50.00 # Unique cross-section location id. -branchId = pipe_9_E477 # Branch on which the cross section is located. -chainage = 49.999723211399626 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E478_50.00 # Unique cross-section location id. -branchId = pipe_9_E478 # Branch on which the cross section is located. -chainage = 49.999555189377304 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E479_50.00 # Unique cross-section location id. -branchId = pipe_9_E479 # Branch on which the cross section is located. -chainage = 49.99972321114113 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E480_50.00 # Unique cross-section location id. -branchId = pipe_9_E480 # Branch on which the cross section is located. -chainage = 49.99972305923196 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E481_49.93 # Unique cross-section location id. -branchId = pipe_9_E481 # Branch on which the cross section is located. -chainage = 49.9285108098011 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E482_49.55 # Unique cross-section location id. -branchId = pipe_9_E482 # Branch on which the cross section is located. -chainage = 49.54816909187972 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E483_49.81 # Unique cross-section location id. -branchId = pipe_9_E483 # Branch on which the cross section is located. -chainage = 49.811549763578746 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E484_49.87 # Unique cross-section location id. -branchId = pipe_9_E484 # Branch on which the cross section is located. -chainage = 49.86612054494855 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E485_49.71 # Unique cross-section location id. -branchId = pipe_9_E485 # Branch on which the cross section is located. -chainage = 49.712236361788925 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E486_50.00 # Unique cross-section location id. -branchId = pipe_9_E486 # Branch on which the cross section is located. -chainage = 49.99972321131899 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E487_49.97 # Unique cross-section location id. -branchId = pipe_9_E487 # Branch on which the cross section is located. -chainage = 49.973664845721125 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E488_49.87 # Unique cross-section location id. -branchId = pipe_9_E488 # Branch on which the cross section is located. -chainage = 49.87437069071176 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E489_49.86 # Unique cross-section location id. -branchId = pipe_9_E489 # Branch on which the cross section is located. -chainage = 49.861993380534365 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E490_50.00 # Unique cross-section location id. -branchId = pipe_9_E490 # Branch on which the cross section is located. -chainage = 49.99972321168796 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E491_50.00 # Unique cross-section location id. -branchId = pipe_9_E491 # Branch on which the cross section is located. -chainage = 49.9977030396613 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E492_50.00 # Unique cross-section location id. -branchId = pipe_9_E492 # Branch on which the cross section is located. -chainage = 49.999723211678095 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E493_49.86 # Unique cross-section location id. -branchId = pipe_9_E493 # Branch on which the cross section is located. -chainage = 49.86482217597961 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E494_50.00 # Unique cross-section location id. -branchId = pipe_9_E494 # Branch on which the cross section is located. -chainage = 49.99839719934342 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E495_49.99 # Unique cross-section location id. -branchId = pipe_9_E495 # Branch on which the cross section is located. -chainage = 49.989456238547 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E496_49.85 # Unique cross-section location id. -branchId = pipe_9_E496 # Branch on which the cross section is located. -chainage = 49.85459607254034 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E497_49.94 # Unique cross-section location id. -branchId = pipe_9_E497 # Branch on which the cross section is located. -chainage = 49.941694071835 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E498_50.00 # Unique cross-section location id. -branchId = pipe_9_E498 # Branch on which the cross section is located. -chainage = 49.9950051285062 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E499_50.00 # Unique cross-section location id. -branchId = pipe_9_E499 # Branch on which the cross section is located. -chainage = 49.99972321115169 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E500_49.99 # Unique cross-section location id. -branchId = pipe_9_E500 # Branch on which the cross section is located. -chainage = 49.98693890588527 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E501_49.89 # Unique cross-section location id. -branchId = pipe_9_E501 # Branch on which the cross section is located. -chainage = 49.885680408168085 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E502_48.92 # Unique cross-section location id. -branchId = pipe_9_E502 # Branch on which the cross section is located. -chainage = 48.919369763352876 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E503_48.70 # Unique cross-section location id. -branchId = pipe_9_E503 # Branch on which the cross section is located. -chainage = 48.704670939924945 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E504_49.71 # Unique cross-section location id. -branchId = pipe_9_E504 # Branch on which the cross section is located. -chainage = 49.70501639528631 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E505_49.87 # Unique cross-section location id. -branchId = pipe_9_E505 # Branch on which the cross section is located. -chainage = 49.87328753708014 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E506_49.94 # Unique cross-section location id. -branchId = pipe_9_E506 # Branch on which the cross section is located. -chainage = 49.94170496620863 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E507_49.97 # Unique cross-section location id. -branchId = pipe_9_E507 # Branch on which the cross section is located. -chainage = 49.97066471525997 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E508_49.80 # Unique cross-section location id. -branchId = pipe_9_E508 # Branch on which the cross section is located. -chainage = 49.79832779725227 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E509_49.88 # Unique cross-section location id. -branchId = pipe_9_E509 # Branch on which the cross section is located. -chainage = 49.8775284753784 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E510_49.13 # Unique cross-section location id. -branchId = pipe_9_E510 # Branch on which the cross section is located. -chainage = 49.12574611377784 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E511_48.20 # Unique cross-section location id. -branchId = pipe_9_E511 # Branch on which the cross section is located. -chainage = 48.20040975847983 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E512_49.98 # Unique cross-section location id. -branchId = pipe_9_E512 # Branch on which the cross section is located. -chainage = 49.978352528521334 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E513_46.33 # Unique cross-section location id. -branchId = pipe_9_E513 # Branch on which the cross section is located. -chainage = 46.329785357690525 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E514_49.96 # Unique cross-section location id. -branchId = pipe_9_E514 # Branch on which the cross section is located. -chainage = 49.955269478644574 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E515_48.65 # Unique cross-section location id. -branchId = pipe_9_E515 # Branch on which the cross section is located. -chainage = 48.64750821387122 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E516_49.85 # Unique cross-section location id. -branchId = pipe_9_E516 # Branch on which the cross section is located. -chainage = 49.84579898075348 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E517_47.64 # Unique cross-section location id. -branchId = pipe_9_E517 # Branch on which the cross section is located. -chainage = 47.63983638627844 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E518_49.96 # Unique cross-section location id. -branchId = pipe_9_E518 # Branch on which the cross section is located. -chainage = 49.95833899355685 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E519_49.58 # Unique cross-section location id. -branchId = pipe_9_E519 # Branch on which the cross section is located. -chainage = 49.576618253184364 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E520_49.30 # Unique cross-section location id. -branchId = pipe_9_E520 # Branch on which the cross section is located. -chainage = 49.30040385629994 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E521_50.00 # Unique cross-section location id. -branchId = pipe_9_E521 # Branch on which the cross section is located. -chainage = 49.99972321146033 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E522_49.58 # Unique cross-section location id. -branchId = pipe_9_E522 # Branch on which the cross section is located. -chainage = 49.575498774640984 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E523_49.95 # Unique cross-section location id. -branchId = pipe_9_E523 # Branch on which the cross section is located. -chainage = 49.9543600869766 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E524_49.98 # Unique cross-section location id. -branchId = pipe_9_E524 # Branch on which the cross section is located. -chainage = 49.98387199883428 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E525_49.86 # Unique cross-section location id. -branchId = pipe_9_E525 # Branch on which the cross section is located. -chainage = 49.855732321243714 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E526_49.84 # Unique cross-section location id. -branchId = pipe_9_E526 # Branch on which the cross section is located. -chainage = 49.837905376588864 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E527_49.80 # Unique cross-section location id. -branchId = pipe_9_E527 # Branch on which the cross section is located. -chainage = 49.79700152339438 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E528_49.98 # Unique cross-section location id. -branchId = pipe_9_E528 # Branch on which the cross section is located. -chainage = 49.98173898285212 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E529_50.00 # Unique cross-section location id. -branchId = pipe_9_E529 # Branch on which the cross section is located. -chainage = 49.9997232113891 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E530_49.92 # Unique cross-section location id. -branchId = pipe_9_E530 # Branch on which the cross section is located. -chainage = 49.91970946855865 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E531_50.00 # Unique cross-section location id. -branchId = pipe_9_E531 # Branch on which the cross section is located. -chainage = 49.99549618876499 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E532_49.99 # Unique cross-section location id. -branchId = pipe_9_E532 # Branch on which the cross section is located. -chainage = 49.98730608617352 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E533_50.00 # Unique cross-section location id. -branchId = pipe_9_E533 # Branch on which the cross section is located. -chainage = 49.99972320049703 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E534_49.92 # Unique cross-section location id. -branchId = pipe_9_E534 # Branch on which the cross section is located. -chainage = 49.917934882861985 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E535_49.76 # Unique cross-section location id. -branchId = pipe_9_E535 # Branch on which the cross section is located. -chainage = 49.75620402504366 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E536_49.96 # Unique cross-section location id. -branchId = pipe_9_E536 # Branch on which the cross section is located. -chainage = 49.96076285324041 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E537_49.87 # Unique cross-section location id. -branchId = pipe_9_E537 # Branch on which the cross section is located. -chainage = 49.870233054586635 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E538_50.00 # Unique cross-section location id. -branchId = pipe_9_E538 # Branch on which the cross section is located. -chainage = 49.99675867214373 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E539_49.82 # Unique cross-section location id. -branchId = pipe_9_E539 # Branch on which the cross section is located. -chainage = 49.82332780964201 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E540_49.89 # Unique cross-section location id. -branchId = pipe_9_E540 # Branch on which the cross section is located. -chainage = 49.891154862578894 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E541_50.00 # Unique cross-section location id. -branchId = pipe_9_E541 # Branch on which the cross section is located. -chainage = 49.99972321154661 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E542_50.00 # Unique cross-section location id. -branchId = pipe_9_E542 # Branch on which the cross section is located. -chainage = 49.99962411694133 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E543_50.00 # Unique cross-section location id. -branchId = pipe_9_E543 # Branch on which the cross section is located. -chainage = 49.99910738546274 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E544_50.00 # Unique cross-section location id. -branchId = pipe_9_E544 # Branch on which the cross section is located. -chainage = 49.999723211107266 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E545_50.00 # Unique cross-section location id. -branchId = pipe_9_E545 # Branch on which the cross section is located. -chainage = 49.998926094508626 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E546_50.00 # Unique cross-section location id. -branchId = pipe_9_E546 # Branch on which the cross section is located. -chainage = 49.99972321171412 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E547_50.00 # Unique cross-section location id. -branchId = pipe_9_E547 # Branch on which the cross section is located. -chainage = 49.99966623809257 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E548_50.00 # Unique cross-section location id. -branchId = pipe_9_E548 # Branch on which the cross section is located. -chainage = 49.999686385978094 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E549_50.00 # Unique cross-section location id. -branchId = pipe_9_E549 # Branch on which the cross section is located. -chainage = 49.99972321150999 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E550_50.00 # Unique cross-section location id. -branchId = pipe_9_E550 # Branch on which the cross section is located. -chainage = 49.99972317838943 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E551_50.00 # Unique cross-section location id. -branchId = pipe_9_E551 # Branch on which the cross section is located. -chainage = 49.999723211319875 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E552_50.00 # Unique cross-section location id. -branchId = pipe_9_E552 # Branch on which the cross section is located. -chainage = 49.999723211319875 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E553_50.00 # Unique cross-section location id. -branchId = pipe_9_E553 # Branch on which the cross section is located. -chainage = 49.99967925070216 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E554_50.00 # Unique cross-section location id. -branchId = pipe_9_E554 # Branch on which the cross section is located. -chainage = 49.99972316223222 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E555_50.00 # Unique cross-section location id. -branchId = pipe_9_E555 # Branch on which the cross section is located. -chainage = 49.99972321143967 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E556_50.00 # Unique cross-section location id. -branchId = pipe_9_E556 # Branch on which the cross section is located. -chainage = 49.99957306492095 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E557_50.00 # Unique cross-section location id. -branchId = pipe_9_E557 # Branch on which the cross section is located. -chainage = 49.99972321115282 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E558_50.00 # Unique cross-section location id. -branchId = pipe_9_E558 # Branch on which the cross section is located. -chainage = 49.99972321115282 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E559_49.98 # Unique cross-section location id. -branchId = pipe_9_E559 # Branch on which the cross section is located. -chainage = 49.983522627174416 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E560_49.54 # Unique cross-section location id. -branchId = pipe_9_E560 # Branch on which the cross section is located. -chainage = 49.540327258597685 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E561_49.82 # Unique cross-section location id. -branchId = pipe_9_E561 # Branch on which the cross section is located. -chainage = 49.82089806276644 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E562_50.00 # Unique cross-section location id. -branchId = pipe_9_E562 # Branch on which the cross section is located. -chainage = 49.99972310733895 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E563_50.00 # Unique cross-section location id. -branchId = pipe_9_E563 # Branch on which the cross section is located. -chainage = 49.99931584216738 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E564_50.00 # Unique cross-section location id. -branchId = pipe_9_E564 # Branch on which the cross section is located. -chainage = 49.99971830645871 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E565_50.00 # Unique cross-section location id. -branchId = pipe_9_E565 # Branch on which the cross section is located. -chainage = 49.99935098556541 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E566_50.00 # Unique cross-section location id. -branchId = pipe_9_E566 # Branch on which the cross section is located. -chainage = 49.99972321133272 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E567_50.00 # Unique cross-section location id. -branchId = pipe_9_E567 # Branch on which the cross section is located. -chainage = 49.99972320950295 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E568_49.99 # Unique cross-section location id. -branchId = pipe_9_E568 # Branch on which the cross section is located. -chainage = 49.992315680756434 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E569_49.20 # Unique cross-section location id. -branchId = pipe_9_E569 # Branch on which the cross section is located. -chainage = 49.19646822138386 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E570_49.65 # Unique cross-section location id. -branchId = pipe_9_E570 # Branch on which the cross section is located. -chainage = 49.64840910909446 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E571_50.00 # Unique cross-section location id. -branchId = pipe_9_E571 # Branch on which the cross section is located. -chainage = 49.99614983888431 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E572_50.00 # Unique cross-section location id. -branchId = pipe_9_E572 # Branch on which the cross section is located. -chainage = 49.997098854991634 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E573_50.00 # Unique cross-section location id. -branchId = pipe_9_E573 # Branch on which the cross section is located. -chainage = 49.9997232112544 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E574_49.91 # Unique cross-section location id. -branchId = pipe_9_E574 # Branch on which the cross section is located. -chainage = 49.90593205511627 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E575_49.85 # Unique cross-section location id. -branchId = pipe_9_E575 # Branch on which the cross section is located. -chainage = 49.84749915133756 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E576_50.00 # Unique cross-section location id. -branchId = pipe_9_E576 # Branch on which the cross section is located. -chainage = 49.995215977574524 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E577_50.00 # Unique cross-section location id. -branchId = pipe_9_E577 # Branch on which the cross section is located. -chainage = 49.99972321137503 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E578_50.00 # Unique cross-section location id. -branchId = pipe_9_E578 # Branch on which the cross section is located. -chainage = 49.99972321137503 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E579_50.00 # Unique cross-section location id. -branchId = pipe_9_E579 # Branch on which the cross section is located. -chainage = 49.99972321157428 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E580_50.00 # Unique cross-section location id. -branchId = pipe_9_E580 # Branch on which the cross section is located. -chainage = 49.999029477207614 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E581_50.00 # Unique cross-section location id. -branchId = pipe_9_E581 # Branch on which the cross section is located. -chainage = 49.99972306315454 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E582_49.94 # Unique cross-section location id. -branchId = pipe_9_E582 # Branch on which the cross section is located. -chainage = 49.937593743444516 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E583_49.98 # Unique cross-section location id. -branchId = pipe_9_E583 # Branch on which the cross section is located. -chainage = 49.97910278871524 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E584_49.79 # Unique cross-section location id. -branchId = pipe_9_E584 # Branch on which the cross section is located. -chainage = 49.786362540191675 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E585_50.00 # Unique cross-section location id. -branchId = pipe_9_E585 # Branch on which the cross section is located. -chainage = 49.999723211496345 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E586_49.86 # Unique cross-section location id. -branchId = pipe_9_E586 # Branch on which the cross section is located. -chainage = 49.86135176070067 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E587_49.94 # Unique cross-section location id. -branchId = pipe_9_E587 # Branch on which the cross section is located. -chainage = 49.94233378478566 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E588_49.93 # Unique cross-section location id. -branchId = pipe_9_E588 # Branch on which the cross section is located. -chainage = 49.929640236376144 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E589_49.27 # Unique cross-section location id. -branchId = pipe_9_E589 # Branch on which the cross section is located. -chainage = 49.271276888651286 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E590_50.00 # Unique cross-section location id. -branchId = pipe_9_E590 # Branch on which the cross section is located. -chainage = 49.99972300333719 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E591_49.98 # Unique cross-section location id. -branchId = pipe_9_E591 # Branch on which the cross section is located. -chainage = 49.98446677090524 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E592_49.97 # Unique cross-section location id. -branchId = pipe_9_E592 # Branch on which the cross section is located. -chainage = 49.9691165719895 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E593_49.94 # Unique cross-section location id. -branchId = pipe_9_E593 # Branch on which the cross section is located. -chainage = 49.93512478071174 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E594_50.00 # Unique cross-section location id. -branchId = pipe_9_E594 # Branch on which the cross section is located. -chainage = 49.999723211452526 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E595_50.00 # Unique cross-section location id. -branchId = pipe_9_E595 # Branch on which the cross section is located. -chainage = 49.99972310842127 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E596_49.95 # Unique cross-section location id. -branchId = pipe_9_E596 # Branch on which the cross section is located. -chainage = 49.954020948911605 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E597_49.87 # Unique cross-section location id. -branchId = pipe_9_E597 # Branch on which the cross section is located. -chainage = 49.86559508857955 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E598_49.95 # Unique cross-section location id. -branchId = pipe_9_E598 # Branch on which the cross section is located. -chainage = 49.95142936878291 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E599_49.99 # Unique cross-section location id. -branchId = pipe_9_E599 # Branch on which the cross section is located. -chainage = 49.99425219286836 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E600_50.00 # Unique cross-section location id. -branchId = pipe_9_E600 # Branch on which the cross section is located. -chainage = 49.99962516815862 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E601_50.00 # Unique cross-section location id. -branchId = pipe_9_E601 # Branch on which the cross section is located. -chainage = 49.99972321123952 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E602_50.00 # Unique cross-section location id. -branchId = pipe_9_E602 # Branch on which the cross section is located. -chainage = 49.999723211072705 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E603_50.00 # Unique cross-section location id. -branchId = pipe_9_E603 # Branch on which the cross section is located. -chainage = 49.99972316414886 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E604_49.94 # Unique cross-section location id. -branchId = pipe_9_E604 # Branch on which the cross section is located. -chainage = 49.94331322257479 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E605_49.42 # Unique cross-section location id. -branchId = pipe_9_E605 # Branch on which the cross section is located. -chainage = 49.41586669734544 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E606_50.00 # Unique cross-section location id. -branchId = pipe_9_E606 # Branch on which the cross section is located. -chainage = 49.99972321153146 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E607_50.00 # Unique cross-section location id. -branchId = pipe_9_E607 # Branch on which the cross section is located. -chainage = 49.99972321145509 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E608_50.00 # Unique cross-section location id. -branchId = pipe_9_E608 # Branch on which the cross section is located. -chainage = 49.99972321057529 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E609_50.00 # Unique cross-section location id. -branchId = pipe_9_E609 # Branch on which the cross section is located. -chainage = 49.99972321153146 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E610_50.00 # Unique cross-section location id. -branchId = pipe_9_E610 # Branch on which the cross section is located. -chainage = 49.99929987902858 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E611_50.00 # Unique cross-section location id. -branchId = pipe_9_E611 # Branch on which the cross section is located. -chainage = 49.99972319910794 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E612_50.00 # Unique cross-section location id. -branchId = pipe_9_E612 # Branch on which the cross section is located. -chainage = 49.99972320745072 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E613_49.99 # Unique cross-section location id. -branchId = pipe_9_E613 # Branch on which the cross section is located. -chainage = 49.98903991173084 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E614_50.00 # Unique cross-section location id. -branchId = pipe_9_E614 # Branch on which the cross section is located. -chainage = 49.999723211523275 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E615_50.00 # Unique cross-section location id. -branchId = pipe_9_E615 # Branch on which the cross section is located. -chainage = 49.99695338780122 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E616_50.00 # Unique cross-section location id. -branchId = pipe_9_E616 # Branch on which the cross section is located. -chainage = 49.99972321068381 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E617_50.00 # Unique cross-section location id. -branchId = pipe_9_E617 # Branch on which the cross section is located. -chainage = 49.99921859890275 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E618_50.00 # Unique cross-section location id. -branchId = pipe_9_E618 # Branch on which the cross section is located. -chainage = 49.99972275582402 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E619_49.97 # Unique cross-section location id. -branchId = pipe_9_E619 # Branch on which the cross section is located. -chainage = 49.96763536951981 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E620_49.99 # Unique cross-section location id. -branchId = pipe_9_E620 # Branch on which the cross section is located. -chainage = 49.988646155857936 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E621_50.00 # Unique cross-section location id. -branchId = pipe_9_E621 # Branch on which the cross section is located. -chainage = 49.99964792101312 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E622_50.00 # Unique cross-section location id. -branchId = pipe_9_E622 # Branch on which the cross section is located. -chainage = 49.9997232106476 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E623_49.20 # Unique cross-section location id. -branchId = pipe_9_E623 # Branch on which the cross section is located. -chainage = 49.197005232794126 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E624_48.33 # Unique cross-section location id. -branchId = pipe_9_E624 # Branch on which the cross section is located. -chainage = 48.33141357216124 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E625_50.00 # Unique cross-section location id. -branchId = pipe_9_E625 # Branch on which the cross section is located. -chainage = 49.99972321123655 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E626_50.00 # Unique cross-section location id. -branchId = pipe_9_E626 # Branch on which the cross section is located. -chainage = 49.99972321136802 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E627_50.00 # Unique cross-section location id. -branchId = pipe_9_E627 # Branch on which the cross section is located. -chainage = 49.99861628600102 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E628_50.00 # Unique cross-section location id. -branchId = pipe_9_E628 # Branch on which the cross section is located. -chainage = 49.999723211288874 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E629_50.00 # Unique cross-section location id. -branchId = pipe_9_E629 # Branch on which the cross section is located. -chainage = 49.99790594022658 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E630_50.00 # Unique cross-section location id. -branchId = pipe_9_E630 # Branch on which the cross section is located. -chainage = 49.999719098031434 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E631_49.98 # Unique cross-section location id. -branchId = pipe_9_E631 # Branch on which the cross section is located. -chainage = 49.983582908518095 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E632_49.93 # Unique cross-section location id. -branchId = pipe_9_E632 # Branch on which the cross section is located. -chainage = 49.93283567019149 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E633_49.98 # Unique cross-section location id. -branchId = pipe_9_E633 # Branch on which the cross section is located. -chainage = 49.984691208431336 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E634_49.98 # Unique cross-section location id. -branchId = pipe_9_E634 # Branch on which the cross section is located. -chainage = 49.977184881360614 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E635_49.94 # Unique cross-section location id. -branchId = pipe_9_E635 # Branch on which the cross section is located. -chainage = 49.93598269216277 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E636_49.79 # Unique cross-section location id. -branchId = pipe_9_E636 # Branch on which the cross section is located. -chainage = 49.78906453532706 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E637_50.00 # Unique cross-section location id. -branchId = pipe_9_E637 # Branch on which the cross section is located. -chainage = 49.99972319077121 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E638_49.95 # Unique cross-section location id. -branchId = pipe_9_E638 # Branch on which the cross section is located. -chainage = 49.95276997602922 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E639_50.00 # Unique cross-section location id. -branchId = pipe_9_E639 # Branch on which the cross section is located. -chainage = 49.99972313227436 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E640_50.00 # Unique cross-section location id. -branchId = pipe_9_E640 # Branch on which the cross section is located. -chainage = 49.99711107184763 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E641_50.00 # Unique cross-section location id. -branchId = pipe_9_E641 # Branch on which the cross section is located. -chainage = 49.99972321125045 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E642_50.00 # Unique cross-section location id. -branchId = pipe_9_E642 # Branch on which the cross section is located. -chainage = 49.99972321125045 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E643_50.00 # Unique cross-section location id. -branchId = pipe_9_E643 # Branch on which the cross section is located. -chainage = 49.99938373596575 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E644_50.00 # Unique cross-section location id. -branchId = pipe_9_E644 # Branch on which the cross section is located. -chainage = 49.99972321127129 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E645_50.00 # Unique cross-section location id. -branchId = pipe_9_E645 # Branch on which the cross section is located. -chainage = 49.99972321126559 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E646_50.00 # Unique cross-section location id. -branchId = pipe_9_E646 # Branch on which the cross section is located. -chainage = 49.99972321126559 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E647_49.99 # Unique cross-section location id. -branchId = pipe_9_E647 # Branch on which the cross section is located. -chainage = 49.99250112643957 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E648_50.00 # Unique cross-section location id. -branchId = pipe_9_E648 # Branch on which the cross section is located. -chainage = 49.999723211160855 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E649_49.67 # Unique cross-section location id. -branchId = pipe_9_E649 # Branch on which the cross section is located. -chainage = 49.67063146734731 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E650_49.75 # Unique cross-section location id. -branchId = pipe_9_E650 # Branch on which the cross section is located. -chainage = 49.74703168866092 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E651_50.00 # Unique cross-section location id. -branchId = pipe_9_E651 # Branch on which the cross section is located. -chainage = 49.9955473092515 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E652_49.99 # Unique cross-section location id. -branchId = pipe_9_E652 # Branch on which the cross section is located. -chainage = 49.9856833361697 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E653_50.00 # Unique cross-section location id. -branchId = pipe_9_E653 # Branch on which the cross section is located. -chainage = 49.9997228921084 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E654_49.99 # Unique cross-section location id. -branchId = pipe_9_E654 # Branch on which the cross section is located. -chainage = 49.993699369400645 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E655_49.37 # Unique cross-section location id. -branchId = pipe_9_E655 # Branch on which the cross section is located. -chainage = 49.37434943359882 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E656_49.88 # Unique cross-section location id. -branchId = pipe_9_E656 # Branch on which the cross section is located. -chainage = 49.88406935931015 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E657_49.99 # Unique cross-section location id. -branchId = pipe_9_E657 # Branch on which the cross section is located. -chainage = 49.98500833016571 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E658_49.95 # Unique cross-section location id. -branchId = pipe_9_E658 # Branch on which the cross section is located. -chainage = 49.95351513964011 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E659_50.00 # Unique cross-section location id. -branchId = pipe_9_E659 # Branch on which the cross section is located. -chainage = 49.99810035054907 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E660_50.00 # Unique cross-section location id. -branchId = pipe_9_E660 # Branch on which the cross section is located. -chainage = 49.99972321129938 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E661_49.40 # Unique cross-section location id. -branchId = pipe_9_E661 # Branch on which the cross section is located. -chainage = 49.39976625219808 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E662_49.88 # Unique cross-section location id. -branchId = pipe_9_E662 # Branch on which the cross section is located. -chainage = 49.878331785365226 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E663_49.07 # Unique cross-section location id. -branchId = pipe_9_E663 # Branch on which the cross section is located. -chainage = 49.07313616286532 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E664_49.60 # Unique cross-section location id. -branchId = pipe_9_E664 # Branch on which the cross section is located. -chainage = 49.597931426952115 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E665_50.00 # Unique cross-section location id. -branchId = pipe_9_E665 # Branch on which the cross section is located. -chainage = 49.999723211328075 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E666_49.76 # Unique cross-section location id. -branchId = pipe_9_E666 # Branch on which the cross section is located. -chainage = 49.76157003618116 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E667_50.00 # Unique cross-section location id. -branchId = pipe_9_E667 # Branch on which the cross section is located. -chainage = 49.99972321142933 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E668_49.99 # Unique cross-section location id. -branchId = pipe_9_E668 # Branch on which the cross section is located. -chainage = 49.99256978968182 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E669_50.00 # Unique cross-section location id. -branchId = pipe_9_E669 # Branch on which the cross section is located. -chainage = 49.99972321158402 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E670_49.99 # Unique cross-section location id. -branchId = pipe_9_E670 # Branch on which the cross section is located. -chainage = 49.991246503806764 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E671_49.90 # Unique cross-section location id. -branchId = pipe_9_E671 # Branch on which the cross section is located. -chainage = 49.903895193229765 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E672_49.91 # Unique cross-section location id. -branchId = pipe_9_E672 # Branch on which the cross section is located. -chainage = 49.91364157838569 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E673_49.34 # Unique cross-section location id. -branchId = pipe_9_E673 # Branch on which the cross section is located. -chainage = 49.3406525341083 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E674_49.95 # Unique cross-section location id. -branchId = pipe_9_E674 # Branch on which the cross section is located. -chainage = 49.95049909375866 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E675_50.00 # Unique cross-section location id. -branchId = pipe_9_E675 # Branch on which the cross section is located. -chainage = 49.99801547619328 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E676_49.86 # Unique cross-section location id. -branchId = pipe_9_E676 # Branch on which the cross section is located. -chainage = 49.856220402379094 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E677_49.96 # Unique cross-section location id. -branchId = pipe_9_E677 # Branch on which the cross section is located. -chainage = 49.96177592441522 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E678_49.98 # Unique cross-section location id. -branchId = pipe_9_E678 # Branch on which the cross section is located. -chainage = 49.982636895854135 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E679_50.00 # Unique cross-section location id. -branchId = pipe_9_E679 # Branch on which the cross section is located. -chainage = 49.99972321147884 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E680_50.00 # Unique cross-section location id. -branchId = pipe_9_E680 # Branch on which the cross section is located. -chainage = 49.99848454303467 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E681_50.00 # Unique cross-section location id. -branchId = pipe_9_E681 # Branch on which the cross section is located. -chainage = 49.99972321136436 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E682_50.00 # Unique cross-section location id. -branchId = pipe_9_E682 # Branch on which the cross section is located. -chainage = 49.99941742146694 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E683_48.95 # Unique cross-section location id. -branchId = pipe_9_E683 # Branch on which the cross section is located. -chainage = 48.9519297794717 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E684_48.95 # Unique cross-section location id. -branchId = pipe_9_E684 # Branch on which the cross section is located. -chainage = 48.947891622364104 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E685_50.00 # Unique cross-section location id. -branchId = pipe_9_E685 # Branch on which the cross section is located. -chainage = 49.99972321141063 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E686_49.71 # Unique cross-section location id. -branchId = pipe_9_E686 # Branch on which the cross section is located. -chainage = 49.713786168377936 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E687_49.99 # Unique cross-section location id. -branchId = pipe_9_E687 # Branch on which the cross section is located. -chainage = 49.99189779832024 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E688_49.87 # Unique cross-section location id. -branchId = pipe_9_E688 # Branch on which the cross section is located. -chainage = 49.87394773168605 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E689_48.40 # Unique cross-section location id. -branchId = pipe_9_E689 # Branch on which the cross section is located. -chainage = 48.39735824549714 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E690_49.45 # Unique cross-section location id. -branchId = pipe_9_E690 # Branch on which the cross section is located. -chainage = 49.44523735461112 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E691_49.28 # Unique cross-section location id. -branchId = pipe_9_E691 # Branch on which the cross section is located. -chainage = 49.27987014602699 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E692_49.62 # Unique cross-section location id. -branchId = pipe_9_E692 # Branch on which the cross section is located. -chainage = 49.62411123255273 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E693_49.39 # Unique cross-section location id. -branchId = pipe_9_E693 # Branch on which the cross section is located. -chainage = 49.39446343899254 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E694_49.81 # Unique cross-section location id. -branchId = pipe_9_E694 # Branch on which the cross section is located. -chainage = 49.80597689385296 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E695_49.77 # Unique cross-section location id. -branchId = pipe_9_E695 # Branch on which the cross section is located. -chainage = 49.77315942397051 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E696_49.73 # Unique cross-section location id. -branchId = pipe_9_E696 # Branch on which the cross section is located. -chainage = 49.73210098893083 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E697_49.10 # Unique cross-section location id. -branchId = pipe_9_E697 # Branch on which the cross section is located. -chainage = 49.10069978425528 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E698_49.91 # Unique cross-section location id. -branchId = pipe_9_E698 # Branch on which the cross section is located. -chainage = 49.907252420274396 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E699_48.68 # Unique cross-section location id. -branchId = pipe_9_E699 # Branch on which the cross section is located. -chainage = 48.67527974832602 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E700_49.85 # Unique cross-section location id. -branchId = pipe_9_E700 # Branch on which the cross section is located. -chainage = 49.849451681571914 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E701_49.97 # Unique cross-section location id. -branchId = pipe_9_E701 # Branch on which the cross section is located. -chainage = 49.97264119241033 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E702_49.41 # Unique cross-section location id. -branchId = pipe_9_E702 # Branch on which the cross section is located. -chainage = 49.40800929707293 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E703_49.79 # Unique cross-section location id. -branchId = pipe_9_E703 # Branch on which the cross section is located. -chainage = 49.794625083184826 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E704_49.95 # Unique cross-section location id. -branchId = pipe_9_E704 # Branch on which the cross section is located. -chainage = 49.95234543641243 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E705_49.85 # Unique cross-section location id. -branchId = pipe_9_E705 # Branch on which the cross section is located. -chainage = 49.84577970842992 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E706_49.88 # Unique cross-section location id. -branchId = pipe_9_E706 # Branch on which the cross section is located. -chainage = 49.88423510664777 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E707_49.88 # Unique cross-section location id. -branchId = pipe_9_E707 # Branch on which the cross section is located. -chainage = 49.87680141977588 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E708_49.98 # Unique cross-section location id. -branchId = pipe_9_E708 # Branch on which the cross section is located. -chainage = 49.977860324090294 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E709_49.99 # Unique cross-section location id. -branchId = pipe_9_E709 # Branch on which the cross section is located. -chainage = 49.993392120211205 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E710_49.86 # Unique cross-section location id. -branchId = pipe_9_E710 # Branch on which the cross section is located. -chainage = 49.857372049092014 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E711_50.00 # Unique cross-section location id. -branchId = pipe_9_E711 # Branch on which the cross section is located. -chainage = 49.99730417334521 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E712_49.97 # Unique cross-section location id. -branchId = pipe_9_E712 # Branch on which the cross section is located. -chainage = 49.96645396501747 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E713_49.86 # Unique cross-section location id. -branchId = pipe_9_E713 # Branch on which the cross section is located. -chainage = 49.86213325032721 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E714_49.87 # Unique cross-section location id. -branchId = pipe_9_E714 # Branch on which the cross section is located. -chainage = 49.86734759257222 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E715_50.00 # Unique cross-section location id. -branchId = pipe_9_E715 # Branch on which the cross section is located. -chainage = 49.99843675399154 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E716_50.00 # Unique cross-section location id. -branchId = pipe_9_E716 # Branch on which the cross section is located. -chainage = 49.999106120000576 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E717_49.88 # Unique cross-section location id. -branchId = pipe_9_E717 # Branch on which the cross section is located. -chainage = 49.87616685962473 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E718_49.49 # Unique cross-section location id. -branchId = pipe_9_E718 # Branch on which the cross section is located. -chainage = 49.49213475128718 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E719_49.89 # Unique cross-section location id. -branchId = pipe_9_E719 # Branch on which the cross section is located. -chainage = 49.88905442722014 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E720_49.32 # Unique cross-section location id. -branchId = pipe_9_E720 # Branch on which the cross section is located. -chainage = 49.31505678664259 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E721_49.49 # Unique cross-section location id. -branchId = pipe_9_E721 # Branch on which the cross section is located. -chainage = 49.48868718530629 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E722_49.97 # Unique cross-section location id. -branchId = pipe_9_E722 # Branch on which the cross section is located. -chainage = 49.96772793704951 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E723_49.19 # Unique cross-section location id. -branchId = pipe_9_E723 # Branch on which the cross section is located. -chainage = 49.19438070159222 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E724_49.75 # Unique cross-section location id. -branchId = pipe_9_E724 # Branch on which the cross section is located. -chainage = 49.75206665647143 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E725_50.00 # Unique cross-section location id. -branchId = pipe_9_E725 # Branch on which the cross section is located. -chainage = 49.998147726284955 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E726_49.69 # Unique cross-section location id. -branchId = pipe_9_E726 # Branch on which the cross section is located. -chainage = 49.69049142434961 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E727_50.00 # Unique cross-section location id. -branchId = pipe_9_E727 # Branch on which the cross section is located. -chainage = 49.99972321145948 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E728_49.91 # Unique cross-section location id. -branchId = pipe_9_E728 # Branch on which the cross section is located. -chainage = 49.90502013785629 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E729_49.61 # Unique cross-section location id. -branchId = pipe_9_E729 # Branch on which the cross section is located. -chainage = 49.60524312472766 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E730_48.58 # Unique cross-section location id. -branchId = pipe_9_E730 # Branch on which the cross section is located. -chainage = 48.58401747868303 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E731_50.00 # Unique cross-section location id. -branchId = pipe_9_E731 # Branch on which the cross section is located. -chainage = 49.995455788900486 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E732_49.96 # Unique cross-section location id. -branchId = pipe_9_E732 # Branch on which the cross section is located. -chainage = 49.96215019713177 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E733_49.31 # Unique cross-section location id. -branchId = pipe_9_E733 # Branch on which the cross section is located. -chainage = 49.30669423230858 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E734_49.58 # Unique cross-section location id. -branchId = pipe_9_E734 # Branch on which the cross section is located. -chainage = 49.57940093964928 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E735_50.00 # Unique cross-section location id. -branchId = pipe_9_E735 # Branch on which the cross section is located. -chainage = 49.99972289389363 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E736_49.02 # Unique cross-section location id. -branchId = pipe_9_E736 # Branch on which the cross section is located. -chainage = 49.01969861832289 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E737_48.84 # Unique cross-section location id. -branchId = pipe_9_E737 # Branch on which the cross section is located. -chainage = 48.842235820717285 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E738_50.00 # Unique cross-section location id. -branchId = pipe_9_E738 # Branch on which the cross section is located. -chainage = 49.99920885770498 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E739_49.86 # Unique cross-section location id. -branchId = pipe_9_E739 # Branch on which the cross section is located. -chainage = 49.855593781591914 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E740_49.98 # Unique cross-section location id. -branchId = pipe_9_E740 # Branch on which the cross section is located. -chainage = 49.97793427871153 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E741_49.93 # Unique cross-section location id. -branchId = pipe_9_E741 # Branch on which the cross section is located. -chainage = 49.93223536636693 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E742_49.94 # Unique cross-section location id. -branchId = pipe_9_E742 # Branch on which the cross section is located. -chainage = 49.9360544313594 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E743_50.00 # Unique cross-section location id. -branchId = pipe_9_E743 # Branch on which the cross section is located. -chainage = 49.99972321157533 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E744_49.99 # Unique cross-section location id. -branchId = pipe_9_E744 # Branch on which the cross section is located. -chainage = 49.992047264958316 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E745_50.00 # Unique cross-section location id. -branchId = pipe_9_E745 # Branch on which the cross section is located. -chainage = 49.999723211161225 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E746_50.00 # Unique cross-section location id. -branchId = pipe_9_E746 # Branch on which the cross section is located. -chainage = 49.99972321122742 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E747_49.19 # Unique cross-section location id. -branchId = pipe_9_E747 # Branch on which the cross section is located. -chainage = 49.189497207719924 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E748_49.78 # Unique cross-section location id. -branchId = pipe_9_E748 # Branch on which the cross section is located. -chainage = 49.78448689416499 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E749_49.68 # Unique cross-section location id. -branchId = pipe_9_E749 # Branch on which the cross section is located. -chainage = 49.68020939039533 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E750_50.00 # Unique cross-section location id. -branchId = pipe_9_E750 # Branch on which the cross section is located. -chainage = 49.99762421852258 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E751_50.00 # Unique cross-section location id. -branchId = pipe_9_E751 # Branch on which the cross section is located. -chainage = 49.99972321159667 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E752_49.20 # Unique cross-section location id. -branchId = pipe_9_E752 # Branch on which the cross section is located. -chainage = 49.19565279312702 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E753_49.75 # Unique cross-section location id. -branchId = pipe_9_E753 # Branch on which the cross section is located. -chainage = 49.75458607859594 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E754_49.97 # Unique cross-section location id. -branchId = pipe_9_E754 # Branch on which the cross section is located. -chainage = 49.96937520021193 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E755_49.61 # Unique cross-section location id. -branchId = pipe_9_E755 # Branch on which the cross section is located. -chainage = 49.60805860818661 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E756_48.93 # Unique cross-section location id. -branchId = pipe_9_E756 # Branch on which the cross section is located. -chainage = 48.9309307331317 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E757_50.00 # Unique cross-section location id. -branchId = pipe_9_E757 # Branch on which the cross section is located. -chainage = 49.99972321134902 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E758_49.91 # Unique cross-section location id. -branchId = pipe_9_E758 # Branch on which the cross section is located. -chainage = 49.91418046368982 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E759_50.00 # Unique cross-section location id. -branchId = pipe_9_E759 # Branch on which the cross section is located. -chainage = 49.999722916478106 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E760_49.96 # Unique cross-section location id. -branchId = pipe_9_E760 # Branch on which the cross section is located. -chainage = 49.96472086813449 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E761_49.99 # Unique cross-section location id. -branchId = pipe_9_E761 # Branch on which the cross section is located. -chainage = 49.988341724233145 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E762_48.45 # Unique cross-section location id. -branchId = pipe_9_E762 # Branch on which the cross section is located. -chainage = 48.445679258780345 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E763_49.18 # Unique cross-section location id. -branchId = pipe_9_E763 # Branch on which the cross section is located. -chainage = 49.18450469337417 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E764_49.63 # Unique cross-section location id. -branchId = pipe_9_E764 # Branch on which the cross section is located. -chainage = 49.63161791292551 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E765_49.98 # Unique cross-section location id. -branchId = pipe_9_E765 # Branch on which the cross section is located. -chainage = 49.97936195631015 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E766_49.41 # Unique cross-section location id. -branchId = pipe_9_E766 # Branch on which the cross section is located. -chainage = 49.41008971044955 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E767_49.35 # Unique cross-section location id. -branchId = pipe_9_E767 # Branch on which the cross section is located. -chainage = 49.35001783065909 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E768_49.80 # Unique cross-section location id. -branchId = pipe_9_E768 # Branch on which the cross section is located. -chainage = 49.79895866688725 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E769_49.79 # Unique cross-section location id. -branchId = pipe_9_E769 # Branch on which the cross section is located. -chainage = 49.79264407819945 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E770_49.62 # Unique cross-section location id. -branchId = pipe_9_E770 # Branch on which the cross section is located. -chainage = 49.615538621738416 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E771_50.00 # Unique cross-section location id. -branchId = pipe_9_E771 # Branch on which the cross section is located. -chainage = 49.99972321091921 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E772_50.00 # Unique cross-section location id. -branchId = pipe_9_E772 # Branch on which the cross section is located. -chainage = 49.99912614306137 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E773_50.00 # Unique cross-section location id. -branchId = pipe_9_E773 # Branch on which the cross section is located. -chainage = 49.99972321112252 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E774_49.63 # Unique cross-section location id. -branchId = pipe_9_E774 # Branch on which the cross section is located. -chainage = 49.62500836786074 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E775_48.46 # Unique cross-section location id. -branchId = pipe_9_E775 # Branch on which the cross section is located. -chainage = 48.46221300983378 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E776_48.71 # Unique cross-section location id. -branchId = pipe_9_E776 # Branch on which the cross section is located. -chainage = 48.709918664946315 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E777_49.97 # Unique cross-section location id. -branchId = pipe_9_E777 # Branch on which the cross section is located. -chainage = 49.97010627583163 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E778_48.93 # Unique cross-section location id. -branchId = pipe_9_E778 # Branch on which the cross section is located. -chainage = 48.92603971628113 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E779_48.67 # Unique cross-section location id. -branchId = pipe_9_E779 # Branch on which the cross section is located. -chainage = 48.67140606529541 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E780_49.72 # Unique cross-section location id. -branchId = pipe_9_E780 # Branch on which the cross section is located. -chainage = 49.71930112583478 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E781_49.97 # Unique cross-section location id. -branchId = pipe_9_E781 # Branch on which the cross section is located. -chainage = 49.965133686092166 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E782_49.89 # Unique cross-section location id. -branchId = pipe_9_E782 # Branch on which the cross section is located. -chainage = 49.887168753450915 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E783_49.43 # Unique cross-section location id. -branchId = pipe_9_E783 # Branch on which the cross section is located. -chainage = 49.4332694646103 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E784_44.66 # Unique cross-section location id. -branchId = pipe_9_E784 # Branch on which the cross section is located. -chainage = 44.66152356793846 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E785_46.07 # Unique cross-section location id. -branchId = pipe_9_E785 # Branch on which the cross section is located. -chainage = 46.06641292780555 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E786_49.99 # Unique cross-section location id. -branchId = pipe_9_E786 # Branch on which the cross section is located. -chainage = 49.985381901825036 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E787_50.00 # Unique cross-section location id. -branchId = pipe_9_E787 # Branch on which the cross section is located. -chainage = 49.995411591352834 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E788_45.26 # Unique cross-section location id. -branchId = pipe_9_E788 # Branch on which the cross section is located. -chainage = 45.26322173400362 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E789_49.15 # Unique cross-section location id. -branchId = pipe_9_E789 # Branch on which the cross section is located. -chainage = 49.14917589251895 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E790_49.95 # Unique cross-section location id. -branchId = pipe_9_E790 # Branch on which the cross section is located. -chainage = 49.945770665554846 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E791_49.88 # Unique cross-section location id. -branchId = pipe_9_E791 # Branch on which the cross section is located. -chainage = 49.88330215034459 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E792_50.00 # Unique cross-section location id. -branchId = pipe_9_E792 # Branch on which the cross section is located. -chainage = 49.99972321127801 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E793_50.00 # Unique cross-section location id. -branchId = pipe_9_E793 # Branch on which the cross section is located. -chainage = 49.99972321127801 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E794_50.00 # Unique cross-section location id. -branchId = pipe_9_E794 # Branch on which the cross section is located. -chainage = 49.99876001723726 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E795_50.00 # Unique cross-section location id. -branchId = pipe_9_E795 # Branch on which the cross section is located. -chainage = 49.99972321125991 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E796_49.66 # Unique cross-section location id. -branchId = pipe_9_E796 # Branch on which the cross section is located. -chainage = 49.66231410660215 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E797_50.00 # Unique cross-section location id. -branchId = pipe_9_E797 # Branch on which the cross section is located. -chainage = 49.9997232113384 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E798_49.30 # Unique cross-section location id. -branchId = pipe_9_E798 # Branch on which the cross section is located. -chainage = 49.29976836674437 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E799_50.00 # Unique cross-section location id. -branchId = pipe_9_E799 # Branch on which the cross section is located. -chainage = 49.9997232111186 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E800_50.00 # Unique cross-section location id. -branchId = pipe_9_E800 # Branch on which the cross section is located. -chainage = 49.99972321131723 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E801_49.78 # Unique cross-section location id. -branchId = pipe_9_E801 # Branch on which the cross section is located. -chainage = 49.777448385847386 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E802_49.90 # Unique cross-section location id. -branchId = pipe_9_E802 # Branch on which the cross section is located. -chainage = 49.89758549053128 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E803_49.86 # Unique cross-section location id. -branchId = pipe_9_E803 # Branch on which the cross section is located. -chainage = 49.85901294212924 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E804_48.82 # Unique cross-section location id. -branchId = pipe_9_E804 # Branch on which the cross section is located. -chainage = 48.81519748027597 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E805_47.31 # Unique cross-section location id. -branchId = pipe_9_E805 # Branch on which the cross section is located. -chainage = 47.30821254677444 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E806_36.28 # Unique cross-section location id. -branchId = pipe_9_E806 # Branch on which the cross section is located. -chainage = 36.281101496208635 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E807_44.44 # Unique cross-section location id. -branchId = pipe_9_E807 # Branch on which the cross section is located. -chainage = 44.435265793435256 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E808_50.00 # Unique cross-section location id. -branchId = pipe_9_E808 # Branch on which the cross section is located. -chainage = 49.99972321151164 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E809_48.40 # Unique cross-section location id. -branchId = pipe_9_E809 # Branch on which the cross section is located. -chainage = 48.39640052472177 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E810_50.00 # Unique cross-section location id. -branchId = pipe_9_E810 # Branch on which the cross section is located. -chainage = 49.99972321138887 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E811_49.94 # Unique cross-section location id. -branchId = pipe_9_E811 # Branch on which the cross section is located. -chainage = 49.93649625375078 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E812_49.79 # Unique cross-section location id. -branchId = pipe_9_E812 # Branch on which the cross section is located. -chainage = 49.78615363438992 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E813_49.97 # Unique cross-section location id. -branchId = pipe_9_E813 # Branch on which the cross section is located. -chainage = 49.974036326537934 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E814_50.00 # Unique cross-section location id. -branchId = pipe_9_E814 # Branch on which the cross section is located. -chainage = 49.999723210885634 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E815_49.78 # Unique cross-section location id. -branchId = pipe_9_E815 # Branch on which the cross section is located. -chainage = 49.77670983529755 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E816_49.92 # Unique cross-section location id. -branchId = pipe_9_E816 # Branch on which the cross section is located. -chainage = 49.9153659206396 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E817_50.00 # Unique cross-section location id. -branchId = pipe_9_E817 # Branch on which the cross section is located. -chainage = 49.999723211113924 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E818_50.00 # Unique cross-section location id. -branchId = pipe_9_E818 # Branch on which the cross section is located. -chainage = 49.999723211322184 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E819_49.99 # Unique cross-section location id. -branchId = pipe_9_E819 # Branch on which the cross section is located. -chainage = 49.986641640037014 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E820_34.57 # Unique cross-section location id. -branchId = pipe_9_E820 # Branch on which the cross section is located. -chainage = 34.572124291570866 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E821_48.79 # Unique cross-section location id. -branchId = pipe_9_E821 # Branch on which the cross section is located. -chainage = 48.79300726561463 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E822_49.73 # Unique cross-section location id. -branchId = pipe_9_E822 # Branch on which the cross section is located. -chainage = 49.73409132070709 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E823_50.00 # Unique cross-section location id. -branchId = pipe_9_E823 # Branch on which the cross section is located. -chainage = 49.99971388777832 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E824_50.00 # Unique cross-section location id. -branchId = pipe_9_E824 # Branch on which the cross section is located. -chainage = 49.99972321127114 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E825_49.99 # Unique cross-section location id. -branchId = pipe_9_E825 # Branch on which the cross section is located. -chainage = 49.99016413531726 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E826_50.00 # Unique cross-section location id. -branchId = pipe_9_E826 # Branch on which the cross section is located. -chainage = 49.99972321134014 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E827_49.56 # Unique cross-section location id. -branchId = pipe_9_E827 # Branch on which the cross section is located. -chainage = 49.555670416663425 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E828_49.74 # Unique cross-section location id. -branchId = pipe_9_E828 # Branch on which the cross section is located. -chainage = 49.7444040969205 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E829_49.87 # Unique cross-section location id. -branchId = pipe_9_E829 # Branch on which the cross section is located. -chainage = 49.86767173665751 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E830_50.00 # Unique cross-section location id. -branchId = pipe_9_E830 # Branch on which the cross section is located. -chainage = 49.999723211436056 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E831_44.49 # Unique cross-section location id. -branchId = pipe_9_E831 # Branch on which the cross section is located. -chainage = 44.491483104591495 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E832_49.92 # Unique cross-section location id. -branchId = pipe_9_E832 # Branch on which the cross section is located. -chainage = 49.92081772669504 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E833_49.66 # Unique cross-section location id. -branchId = pipe_9_E833 # Branch on which the cross section is located. -chainage = 49.66042999189618 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E834_48.13 # Unique cross-section location id. -branchId = pipe_9_E834 # Branch on which the cross section is located. -chainage = 48.13163310855846 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E835_46.27 # Unique cross-section location id. -branchId = pipe_9_E835 # Branch on which the cross section is located. -chainage = 46.267893648753684 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E836_39.59 # Unique cross-section location id. -branchId = pipe_9_E836 # Branch on which the cross section is located. -chainage = 39.587616491442624 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E837_49.94 # Unique cross-section location id. -branchId = pipe_9_E837 # Branch on which the cross section is located. -chainage = 49.93872792962982 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E838_49.22 # Unique cross-section location id. -branchId = pipe_9_E838 # Branch on which the cross section is located. -chainage = 49.22223943283041 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E839_49.98 # Unique cross-section location id. -branchId = pipe_9_E839 # Branch on which the cross section is located. -chainage = 49.98386820265849 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E840_44.25 # Unique cross-section location id. -branchId = pipe_9_E840 # Branch on which the cross section is located. -chainage = 44.245314243306254 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E841_49.22 # Unique cross-section location id. -branchId = pipe_9_E841 # Branch on which the cross section is located. -chainage = 49.215661319661145 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E842_49.49 # Unique cross-section location id. -branchId = pipe_9_E842 # Branch on which the cross section is located. -chainage = 49.48706202125539 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E843_50.00 # Unique cross-section location id. -branchId = pipe_9_E843 # Branch on which the cross section is located. -chainage = 49.9997232112722 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E844_50.00 # Unique cross-section location id. -branchId = pipe_9_E844 # Branch on which the cross section is located. -chainage = 49.9997232112722 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E845_50.00 # Unique cross-section location id. -branchId = pipe_9_E845 # Branch on which the cross section is located. -chainage = 49.99972321108137 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E846_49.95 # Unique cross-section location id. -branchId = pipe_9_E846 # Branch on which the cross section is located. -chainage = 49.947036210234884 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E847_49.58 # Unique cross-section location id. -branchId = pipe_9_E847 # Branch on which the cross section is located. -chainage = 49.577204444136285 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E848_50.00 # Unique cross-section location id. -branchId = pipe_9_E848 # Branch on which the cross section is located. -chainage = 49.999723211237324 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E849_48.46 # Unique cross-section location id. -branchId = pipe_9_E849 # Branch on which the cross section is located. -chainage = 48.460511095043806 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E850_49.84 # Unique cross-section location id. -branchId = pipe_9_E850 # Branch on which the cross section is located. -chainage = 49.83759142204989 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E851_48.76 # Unique cross-section location id. -branchId = pipe_9_E851 # Branch on which the cross section is located. -chainage = 48.75808148986085 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E852_35.94 # Unique cross-section location id. -branchId = pipe_9_E852 # Branch on which the cross section is located. -chainage = 35.94104177243284 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E853_49.61 # Unique cross-section location id. -branchId = pipe_9_E853 # Branch on which the cross section is located. -chainage = 49.61226508140174 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E854_44.98 # Unique cross-section location id. -branchId = pipe_9_E854 # Branch on which the cross section is located. -chainage = 44.97835583272493 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E855_48.53 # Unique cross-section location id. -branchId = pipe_9_E855 # Branch on which the cross section is located. -chainage = 48.5342893320933 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E856_47.93 # Unique cross-section location id. -branchId = pipe_9_E856 # Branch on which the cross section is located. -chainage = 47.93479076744975 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E857_49.73 # Unique cross-section location id. -branchId = pipe_9_E857 # Branch on which the cross section is located. -chainage = 49.72580263251388 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E858_49.38 # Unique cross-section location id. -branchId = pipe_9_E858 # Branch on which the cross section is located. -chainage = 49.38274497941866 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E859_49.86 # Unique cross-section location id. -branchId = pipe_9_E859 # Branch on which the cross section is located. -chainage = 49.85831554436106 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E860_49.44 # Unique cross-section location id. -branchId = pipe_9_E860 # Branch on which the cross section is located. -chainage = 49.44073683698242 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E861_47.69 # Unique cross-section location id. -branchId = pipe_9_E861 # Branch on which the cross section is located. -chainage = 47.68525270118139 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E862_50.00 # Unique cross-section location id. -branchId = pipe_9_E862 # Branch on which the cross section is located. -chainage = 49.999722013680916 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E863_49.93 # Unique cross-section location id. -branchId = pipe_9_E863 # Branch on which the cross section is located. -chainage = 49.92516532466369 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E864_49.41 # Unique cross-section location id. -branchId = pipe_9_E864 # Branch on which the cross section is located. -chainage = 49.407390767905625 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E865_50.00 # Unique cross-section location id. -branchId = pipe_9_E865 # Branch on which the cross section is located. -chainage = 49.99972321115286 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E866_49.93 # Unique cross-section location id. -branchId = pipe_9_E866 # Branch on which the cross section is located. -chainage = 49.93312095245437 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E867_47.66 # Unique cross-section location id. -branchId = pipe_9_E867 # Branch on which the cross section is located. -chainage = 47.66360625876095 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E868_49.75 # Unique cross-section location id. -branchId = pipe_9_E868 # Branch on which the cross section is located. -chainage = 49.74618217931996 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E869_49.95 # Unique cross-section location id. -branchId = pipe_9_E869 # Branch on which the cross section is located. -chainage = 49.94697671533395 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E870_50.00 # Unique cross-section location id. -branchId = pipe_9_E870 # Branch on which the cross section is located. -chainage = 49.99972321130503 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E871_45.70 # Unique cross-section location id. -branchId = pipe_9_E871 # Branch on which the cross section is located. -chainage = 45.700813665428676 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E872_49.83 # Unique cross-section location id. -branchId = pipe_9_E872 # Branch on which the cross section is located. -chainage = 49.83301763556459 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E873_48.22 # Unique cross-section location id. -branchId = pipe_9_E873 # Branch on which the cross section is located. -chainage = 48.22229326915301 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E874_49.60 # Unique cross-section location id. -branchId = pipe_9_E874 # Branch on which the cross section is located. -chainage = 49.59776513670652 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E875_49.90 # Unique cross-section location id. -branchId = pipe_9_E875 # Branch on which the cross section is located. -chainage = 49.900171873190125 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E876_50.00 # Unique cross-section location id. -branchId = pipe_9_E876 # Branch on which the cross section is located. -chainage = 49.99972321135479 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E877_48.91 # Unique cross-section location id. -branchId = pipe_9_E877 # Branch on which the cross section is located. -chainage = 48.90568041483095 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E878_49.63 # Unique cross-section location id. -branchId = pipe_9_E878 # Branch on which the cross section is located. -chainage = 49.63263673228913 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E879_49.99 # Unique cross-section location id. -branchId = pipe_9_E879 # Branch on which the cross section is located. -chainage = 49.98812304060869 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E880_47.20 # Unique cross-section location id. -branchId = pipe_9_E880 # Branch on which the cross section is located. -chainage = 47.19623341211953 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E881_47.65 # Unique cross-section location id. -branchId = pipe_9_E881 # Branch on which the cross section is located. -chainage = 47.651082083509216 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E882_45.12 # Unique cross-section location id. -branchId = pipe_9_E882 # Branch on which the cross section is located. -chainage = 45.11825819092821 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E883_49.96 # Unique cross-section location id. -branchId = pipe_9_E883 # Branch on which the cross section is located. -chainage = 49.95892132077312 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E884_48.14 # Unique cross-section location id. -branchId = pipe_9_E884 # Branch on which the cross section is located. -chainage = 48.13982651085402 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E885_48.29 # Unique cross-section location id. -branchId = pipe_9_E885 # Branch on which the cross section is located. -chainage = 48.28716012730964 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E886_50.00 # Unique cross-section location id. -branchId = pipe_9_E886 # Branch on which the cross section is located. -chainage = 49.99972321103646 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E887_49.82 # Unique cross-section location id. -branchId = pipe_9_E887 # Branch on which the cross section is located. -chainage = 49.816006787236645 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E888_49.94 # Unique cross-section location id. -branchId = pipe_9_E888 # Branch on which the cross section is located. -chainage = 49.93657142482707 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E889_49.32 # Unique cross-section location id. -branchId = pipe_9_E889 # Branch on which the cross section is located. -chainage = 49.321514879545546 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E890_49.71 # Unique cross-section location id. -branchId = pipe_9_E890 # Branch on which the cross section is located. -chainage = 49.71253805799977 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E891_48.59 # Unique cross-section location id. -branchId = pipe_9_E891 # Branch on which the cross section is located. -chainage = 48.591154557885105 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E892_48.82 # Unique cross-section location id. -branchId = pipe_9_E892 # Branch on which the cross section is located. -chainage = 48.82309471153647 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E893_47.81 # Unique cross-section location id. -branchId = pipe_9_E893 # Branch on which the cross section is located. -chainage = 47.814114355617576 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E894_49.78 # Unique cross-section location id. -branchId = pipe_9_E894 # Branch on which the cross section is located. -chainage = 49.77899538575111 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E895_49.94 # Unique cross-section location id. -branchId = pipe_9_E895 # Branch on which the cross section is located. -chainage = 49.93857366852562 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E896_47.76 # Unique cross-section location id. -branchId = pipe_9_E896 # Branch on which the cross section is located. -chainage = 47.760806792595126 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E897_48.99 # Unique cross-section location id. -branchId = pipe_9_E897 # Branch on which the cross section is located. -chainage = 48.99320094158743 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E898_48.96 # Unique cross-section location id. -branchId = pipe_9_E898 # Branch on which the cross section is located. -chainage = 48.96420303844833 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E899_50.00 # Unique cross-section location id. -branchId = pipe_9_E899 # Branch on which the cross section is located. -chainage = 49.9997232111386 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E900_50.00 # Unique cross-section location id. -branchId = pipe_9_E900 # Branch on which the cross section is located. -chainage = 49.999723211403605 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E901_50.00 # Unique cross-section location id. -branchId = pipe_9_E901 # Branch on which the cross section is located. -chainage = 49.9997232111386 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E902_50.00 # Unique cross-section location id. -branchId = pipe_9_E902 # Branch on which the cross section is located. -chainage = 49.999723211403605 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E903_49.89 # Unique cross-section location id. -branchId = pipe_9_E903 # Branch on which the cross section is located. -chainage = 49.89062121374063 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E904_49.22 # Unique cross-section location id. -branchId = pipe_9_E904 # Branch on which the cross section is located. -chainage = 49.21727289374187 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E905_50.00 # Unique cross-section location id. -branchId = pipe_9_E905 # Branch on which the cross section is located. -chainage = 49.99972321168491 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E906_50.00 # Unique cross-section location id. -branchId = pipe_9_E906 # Branch on which the cross section is located. -chainage = 49.999723210831895 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E907_50.00 # Unique cross-section location id. -branchId = pipe_9_E907 # Branch on which the cross section is located. -chainage = 49.99972321168491 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E908_50.00 # Unique cross-section location id. -branchId = pipe_9_E908 # Branch on which the cross section is located. -chainage = 49.999723210831895 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E909_48.66 # Unique cross-section location id. -branchId = pipe_9_E909 # Branch on which the cross section is located. -chainage = 48.659881060858645 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E910_47.66 # Unique cross-section location id. -branchId = pipe_9_E910 # Branch on which the cross section is located. -chainage = 47.65909670604724 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E911_49.49 # Unique cross-section location id. -branchId = pipe_9_E911 # Branch on which the cross section is located. -chainage = 49.48972012187199 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E912_49.35 # Unique cross-section location id. -branchId = pipe_9_E912 # Branch on which the cross section is located. -chainage = 49.35203429526541 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E913_47.06 # Unique cross-section location id. -branchId = pipe_9_E913 # Branch on which the cross section is located. -chainage = 47.055711040731424 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E914_49.77 # Unique cross-section location id. -branchId = pipe_9_E914 # Branch on which the cross section is located. -chainage = 49.773116748673715 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E915_49.20 # Unique cross-section location id. -branchId = pipe_9_E915 # Branch on which the cross section is located. -chainage = 49.197684212142576 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E916_50.00 # Unique cross-section location id. -branchId = pipe_9_E916 # Branch on which the cross section is located. -chainage = 49.99972321093936 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E917_49.97 # Unique cross-section location id. -branchId = pipe_9_E917 # Branch on which the cross section is located. -chainage = 49.97069316753053 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E918_50.00 # Unique cross-section location id. -branchId = pipe_9_E918 # Branch on which the cross section is located. -chainage = 49.99972321163754 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E919_50.00 # Unique cross-section location id. -branchId = pipe_9_E919 # Branch on which the cross section is located. -chainage = 49.99972321116175 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E920_50.00 # Unique cross-section location id. -branchId = pipe_9_E920 # Branch on which the cross section is located. -chainage = 49.99972321116175 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E921_49.71 # Unique cross-section location id. -branchId = pipe_9_E921 # Branch on which the cross section is located. -chainage = 49.713044050731256 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E922_49.31 # Unique cross-section location id. -branchId = pipe_9_E922 # Branch on which the cross section is located. -chainage = 49.31215411284932 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E923_48.64 # Unique cross-section location id. -branchId = pipe_9_E923 # Branch on which the cross section is located. -chainage = 48.63849624231811 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E924_48.57 # Unique cross-section location id. -branchId = pipe_9_E924 # Branch on which the cross section is located. -chainage = 48.56831137469745 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E925_49.90 # Unique cross-section location id. -branchId = pipe_9_E925 # Branch on which the cross section is located. -chainage = 49.902825902867484 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E926_50.00 # Unique cross-section location id. -branchId = pipe_9_E926 # Branch on which the cross section is located. -chainage = 49.9997232112974 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E927_49.93 # Unique cross-section location id. -branchId = pipe_9_E927 # Branch on which the cross section is located. -chainage = 49.93170192217771 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E928_49.10 # Unique cross-section location id. -branchId = pipe_9_E928 # Branch on which the cross section is located. -chainage = 49.100661159763206 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E929_49.18 # Unique cross-section location id. -branchId = pipe_9_E929 # Branch on which the cross section is located. -chainage = 49.18419177744543 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E930_50.00 # Unique cross-section location id. -branchId = pipe_9_E930 # Branch on which the cross section is located. -chainage = 49.999723211017056 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E931_49.74 # Unique cross-section location id. -branchId = pipe_9_E931 # Branch on which the cross section is located. -chainage = 49.7404329279711 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E932_49.97 # Unique cross-section location id. -branchId = pipe_9_E932 # Branch on which the cross section is located. -chainage = 49.97261818888969 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E933_42.74 # Unique cross-section location id. -branchId = pipe_9_E933 # Branch on which the cross section is located. -chainage = 42.74385183524907 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E934_49.11 # Unique cross-section location id. -branchId = pipe_9_E934 # Branch on which the cross section is located. -chainage = 49.11074618244045 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E935_49.73 # Unique cross-section location id. -branchId = pipe_9_E935 # Branch on which the cross section is located. -chainage = 49.72976903742871 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E936_50.00 # Unique cross-section location id. -branchId = pipe_9_E936 # Branch on which the cross section is located. -chainage = 49.99972321115924 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E937_49.86 # Unique cross-section location id. -branchId = pipe_9_E937 # Branch on which the cross section is located. -chainage = 49.858211507355584 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E938_47.74 # Unique cross-section location id. -branchId = pipe_9_E938 # Branch on which the cross section is located. -chainage = 47.73530946637473 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E939_49.41 # Unique cross-section location id. -branchId = pipe_9_E939 # Branch on which the cross section is located. -chainage = 49.411340611308745 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E940_45.32 # Unique cross-section location id. -branchId = pipe_9_E940 # Branch on which the cross section is located. -chainage = 45.322742052258775 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E941_47.56 # Unique cross-section location id. -branchId = pipe_9_E941 # Branch on which the cross section is located. -chainage = 47.56178760231536 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E942_49.44 # Unique cross-section location id. -branchId = pipe_9_E942 # Branch on which the cross section is located. -chainage = 49.437838772892945 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E943_49.40 # Unique cross-section location id. -branchId = pipe_9_E943 # Branch on which the cross section is located. -chainage = 49.39930688960967 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E944_49.64 # Unique cross-section location id. -branchId = pipe_9_E944 # Branch on which the cross section is located. -chainage = 49.64464432441962 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E945_49.94 # Unique cross-section location id. -branchId = pipe_9_E945 # Branch on which the cross section is located. -chainage = 49.93523154474916 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E946_49.41 # Unique cross-section location id. -branchId = pipe_9_E946 # Branch on which the cross section is located. -chainage = 49.405701002345324 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E947_49.42 # Unique cross-section location id. -branchId = pipe_9_E947 # Branch on which the cross section is located. -chainage = 49.42011092002437 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E948_49.91 # Unique cross-section location id. -branchId = pipe_9_E948 # Branch on which the cross section is located. -chainage = 49.91417515820522 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E949_48.66 # Unique cross-section location id. -branchId = pipe_9_E949 # Branch on which the cross section is located. -chainage = 48.65929313402146 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E950_49.43 # Unique cross-section location id. -branchId = pipe_9_E950 # Branch on which the cross section is located. -chainage = 49.43460259680599 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E951_49.60 # Unique cross-section location id. -branchId = pipe_9_E951 # Branch on which the cross section is located. -chainage = 49.60460733865993 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E952_47.37 # Unique cross-section location id. -branchId = pipe_9_E952 # Branch on which the cross section is located. -chainage = 47.3709682184566 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E953_49.48 # Unique cross-section location id. -branchId = pipe_9_E953 # Branch on which the cross section is located. -chainage = 49.47731271677211 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E954_46.18 # Unique cross-section location id. -branchId = pipe_9_E954 # Branch on which the cross section is located. -chainage = 46.17585487234195 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E955_48.98 # Unique cross-section location id. -branchId = pipe_9_E955 # Branch on which the cross section is located. -chainage = 48.97816003612187 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E956_48.28 # Unique cross-section location id. -branchId = pipe_9_E956 # Branch on which the cross section is located. -chainage = 48.27611673624208 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E957_49.87 # Unique cross-section location id. -branchId = pipe_9_E957 # Branch on which the cross section is located. -chainage = 49.87410319982931 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E958_37.54 # Unique cross-section location id. -branchId = pipe_9_E958 # Branch on which the cross section is located. -chainage = 37.54353658580954 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E959_48.00 # Unique cross-section location id. -branchId = pipe_9_E959 # Branch on which the cross section is located. -chainage = 47.99626016312635 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E960_49.49 # Unique cross-section location id. -branchId = pipe_9_E960 # Branch on which the cross section is located. -chainage = 49.48935889248067 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E961_49.84 # Unique cross-section location id. -branchId = pipe_9_E961 # Branch on which the cross section is located. -chainage = 49.8436483366214 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E962_46.17 # Unique cross-section location id. -branchId = pipe_9_E962 # Branch on which the cross section is located. -chainage = 46.16567308710863 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E963_49.52 # Unique cross-section location id. -branchId = pipe_9_E963 # Branch on which the cross section is located. -chainage = 49.52398194425522 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E964_49.28 # Unique cross-section location id. -branchId = pipe_9_E964 # Branch on which the cross section is located. -chainage = 49.28026111925328 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E965_48.36 # Unique cross-section location id. -branchId = pipe_9_E965 # Branch on which the cross section is located. -chainage = 48.360783448117814 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E966_50.00 # Unique cross-section location id. -branchId = pipe_9_E966 # Branch on which the cross section is located. -chainage = 49.99972321127788 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E967_50.00 # Unique cross-section location id. -branchId = pipe_9_E967 # Branch on which the cross section is located. -chainage = 49.99972321153506 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E968_49.97 # Unique cross-section location id. -branchId = pipe_9_E968 # Branch on which the cross section is located. -chainage = 49.967373465657325 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E969_46.37 # Unique cross-section location id. -branchId = pipe_9_E969 # Branch on which the cross section is located. -chainage = 46.370091519297226 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E970_45.38 # Unique cross-section location id. -branchId = pipe_9_E970 # Branch on which the cross section is located. -chainage = 45.382962751520026 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E971_49.99 # Unique cross-section location id. -branchId = pipe_9_E971 # Branch on which the cross section is located. -chainage = 49.986152800434354 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E972_50.00 # Unique cross-section location id. -branchId = pipe_9_E972 # Branch on which the cross section is located. -chainage = 49.99972321142604 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E973_50.00 # Unique cross-section location id. -branchId = pipe_9_E973 # Branch on which the cross section is located. -chainage = 49.99972321082121 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E974_49.95 # Unique cross-section location id. -branchId = pipe_9_E974 # Branch on which the cross section is located. -chainage = 49.95182907346996 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E975_50.00 # Unique cross-section location id. -branchId = pipe_9_E975 # Branch on which the cross section is located. -chainage = 49.9997232112173 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E976_49.97 # Unique cross-section location id. -branchId = pipe_9_E976 # Branch on which the cross section is located. -chainage = 49.96803866075767 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E977_49.98 # Unique cross-section location id. -branchId = pipe_9_E977 # Branch on which the cross section is located. -chainage = 49.97542091262622 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E978_49.66 # Unique cross-section location id. -branchId = pipe_9_E978 # Branch on which the cross section is located. -chainage = 49.661375284353994 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E979_49.79 # Unique cross-section location id. -branchId = pipe_9_E979 # Branch on which the cross section is located. -chainage = 49.79169114332092 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E980_43.15 # Unique cross-section location id. -branchId = pipe_9_E980 # Branch on which the cross section is located. -chainage = 43.14845077936361 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E981_45.11 # Unique cross-section location id. -branchId = pipe_9_E981 # Branch on which the cross section is located. -chainage = 45.10809058254784 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E982_49.96 # Unique cross-section location id. -branchId = pipe_9_E982 # Branch on which the cross section is located. -chainage = 49.96292858042065 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E983_49.90 # Unique cross-section location id. -branchId = pipe_9_E983 # Branch on which the cross section is located. -chainage = 49.899413081470854 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E984_49.37 # Unique cross-section location id. -branchId = pipe_9_E984 # Branch on which the cross section is located. -chainage = 49.36767384717796 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E985_48.22 # Unique cross-section location id. -branchId = pipe_9_E985 # Branch on which the cross section is located. -chainage = 48.2239156874662 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E986_49.68 # Unique cross-section location id. -branchId = pipe_9_E986 # Branch on which the cross section is located. -chainage = 49.675176651388334 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E987_44.98 # Unique cross-section location id. -branchId = pipe_9_E987 # Branch on which the cross section is located. -chainage = 44.98444351262734 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E988_36.75 # Unique cross-section location id. -branchId = pipe_9_E988 # Branch on which the cross section is located. -chainage = 36.749899229392696 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E989_45.91 # Unique cross-section location id. -branchId = pipe_9_E989 # Branch on which the cross section is located. -chainage = 45.914858607678724 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E990_44.92 # Unique cross-section location id. -branchId = pipe_9_E990 # Branch on which the cross section is located. -chainage = 44.92043584173275 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E991_49.98 # Unique cross-section location id. -branchId = pipe_9_E991 # Branch on which the cross section is located. -chainage = 49.98475797994868 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E992_49.93 # Unique cross-section location id. -branchId = pipe_9_E992 # Branch on which the cross section is located. -chainage = 49.930927346047476 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E993_49.91 # Unique cross-section location id. -branchId = pipe_9_E993 # Branch on which the cross section is located. -chainage = 49.90779440045412 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E994_35.96 # Unique cross-section location id. -branchId = pipe_9_E994 # Branch on which the cross section is located. -chainage = 35.95608877480854 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E995_49.59 # Unique cross-section location id. -branchId = pipe_9_E995 # Branch on which the cross section is located. -chainage = 49.594505695298 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E996_48.93 # Unique cross-section location id. -branchId = pipe_9_E996 # Branch on which the cross section is located. -chainage = 48.93401352426089 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E997_49.81 # Unique cross-section location id. -branchId = pipe_9_E997 # Branch on which the cross section is located. -chainage = 49.814862364348734 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E998_50.00 # Unique cross-section location id. -branchId = pipe_9_E998 # Branch on which the cross section is located. -chainage = 49.999723211370394 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E999_49.88 # Unique cross-section location id. -branchId = pipe_9_E999 # Branch on which the cross section is located. -chainage = 49.8802923921505 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1000_49.86 # Unique cross-section location id. -branchId = pipe_9_E1000 # Branch on which the cross section is located. -chainage = 49.8632801681773 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1001_49.99 # Unique cross-section location id. -branchId = pipe_9_E1001 # Branch on which the cross section is located. -chainage = 49.98640722679607 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1002_49.79 # Unique cross-section location id. -branchId = pipe_9_E1002 # Branch on which the cross section is located. -chainage = 49.794227172747696 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1003_49.86 # Unique cross-section location id. -branchId = pipe_9_E1003 # Branch on which the cross section is located. -chainage = 49.86300653076323 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1004_49.07 # Unique cross-section location id. -branchId = pipe_9_E1004 # Branch on which the cross section is located. -chainage = 49.06603612246993 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1005_49.33 # Unique cross-section location id. -branchId = pipe_9_E1005 # Branch on which the cross section is located. -chainage = 49.32969131688444 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1006_49.84 # Unique cross-section location id. -branchId = pipe_9_E1006 # Branch on which the cross section is located. -chainage = 49.842709943924675 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1007_49.96 # Unique cross-section location id. -branchId = pipe_9_E1007 # Branch on which the cross section is located. -chainage = 49.96075696004082 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1008_50.00 # Unique cross-section location id. -branchId = pipe_9_E1008 # Branch on which the cross section is located. -chainage = 49.9997232112575 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1009_49.88 # Unique cross-section location id. -branchId = pipe_9_E1009 # Branch on which the cross section is located. -chainage = 49.875870197800516 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1010_49.93 # Unique cross-section location id. -branchId = pipe_9_E1010 # Branch on which the cross section is located. -chainage = 49.929895557179776 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1011_49.86 # Unique cross-section location id. -branchId = pipe_9_E1011 # Branch on which the cross section is located. -chainage = 49.86066320585363 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1012_49.95 # Unique cross-section location id. -branchId = pipe_9_E1012 # Branch on which the cross section is located. -chainage = 49.9540378540706 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1013_49.99 # Unique cross-section location id. -branchId = pipe_9_E1013 # Branch on which the cross section is located. -chainage = 49.98650530115892 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1014_50.00 # Unique cross-section location id. -branchId = pipe_9_E1014 # Branch on which the cross section is located. -chainage = 49.999723211315114 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1015_50.00 # Unique cross-section location id. -branchId = pipe_9_E1015 # Branch on which the cross section is located. -chainage = 49.99972321122791 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1016_50.00 # Unique cross-section location id. -branchId = pipe_9_E1016 # Branch on which the cross section is located. -chainage = 49.999723211315114 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1017_49.91 # Unique cross-section location id. -branchId = pipe_9_E1017 # Branch on which the cross section is located. -chainage = 49.90843849133427 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1018_50.00 # Unique cross-section location id. -branchId = pipe_9_E1018 # Branch on which the cross section is located. -chainage = 49.9997232112713 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1019_50.00 # Unique cross-section location id. -branchId = pipe_9_E1019 # Branch on which the cross section is located. -chainage = 49.999723211302154 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1020_49.99 # Unique cross-section location id. -branchId = pipe_9_E1020 # Branch on which the cross section is located. -chainage = 49.99093404149663 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1021_49.86 # Unique cross-section location id. -branchId = pipe_9_E1021 # Branch on which the cross section is located. -chainage = 49.857128428564 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1022_50.00 # Unique cross-section location id. -branchId = pipe_9_E1022 # Branch on which the cross section is located. -chainage = 49.999723211239115 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1023_49.86 # Unique cross-section location id. -branchId = pipe_9_E1023 # Branch on which the cross section is located. -chainage = 49.85809961050744 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1024_49.46 # Unique cross-section location id. -branchId = pipe_9_E1024 # Branch on which the cross section is located. -chainage = 49.464753408996934 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1025_50.00 # Unique cross-section location id. -branchId = pipe_9_E1025 # Branch on which the cross section is located. -chainage = 49.99972291584276 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1026_50.00 # Unique cross-section location id. -branchId = pipe_9_E1026 # Branch on which the cross section is located. -chainage = 49.99972321162265 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1027_49.89 # Unique cross-section location id. -branchId = pipe_9_E1027 # Branch on which the cross section is located. -chainage = 49.8881522179271 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1028_49.79 # Unique cross-section location id. -branchId = pipe_9_E1028 # Branch on which the cross section is located. -chainage = 49.78723904743393 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1029_49.96 # Unique cross-section location id. -branchId = pipe_9_E1029 # Branch on which the cross section is located. -chainage = 49.95640586779421 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1030_49.32 # Unique cross-section location id. -branchId = pipe_9_E1030 # Branch on which the cross section is located. -chainage = 49.317263331520536 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1031_49.50 # Unique cross-section location id. -branchId = pipe_9_E1031 # Branch on which the cross section is located. -chainage = 49.50001282029254 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1032_49.81 # Unique cross-section location id. -branchId = pipe_9_E1032 # Branch on which the cross section is located. -chainage = 49.805889661293726 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1033_45.92 # Unique cross-section location id. -branchId = pipe_9_E1033 # Branch on which the cross section is located. -chainage = 45.91548410867843 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1034_49.98 # Unique cross-section location id. -branchId = pipe_9_E1034 # Branch on which the cross section is located. -chainage = 49.97697662619266 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1035_49.77 # Unique cross-section location id. -branchId = pipe_9_E1035 # Branch on which the cross section is located. -chainage = 49.76924443060678 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1036_49.11 # Unique cross-section location id. -branchId = pipe_9_E1036 # Branch on which the cross section is located. -chainage = 49.10750035322506 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1037_49.31 # Unique cross-section location id. -branchId = pipe_9_E1037 # Branch on which the cross section is located. -chainage = 49.30543679560495 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1038_49.96 # Unique cross-section location id. -branchId = pipe_9_E1038 # Branch on which the cross section is located. -chainage = 49.96036226008376 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1039_48.70 # Unique cross-section location id. -branchId = pipe_9_E1039 # Branch on which the cross section is located. -chainage = 48.69718049081576 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1040_49.78 # Unique cross-section location id. -branchId = pipe_9_E1040 # Branch on which the cross section is located. -chainage = 49.775198802143414 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1041_50.00 # Unique cross-section location id. -branchId = pipe_9_E1041 # Branch on which the cross section is located. -chainage = 49.9997232113074 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1042_49.74 # Unique cross-section location id. -branchId = pipe_9_E1042 # Branch on which the cross section is located. -chainage = 49.73802673967727 # Chainage on the branch (m). -shift = 982.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1043_49.57 # Unique cross-section location id. -branchId = pipe_9_E1043 # Branch on which the cross section is located. -chainage = 49.56675749128511 # Chainage on the branch (m). -shift = 972.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1044_50.00 # Unique cross-section location id. -branchId = pipe_9_E1044 # Branch on which the cross section is located. -chainage = 49.99972321130796 # Chainage on the branch (m). -shift = 965.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1045_49.96 # Unique cross-section location id. -branchId = pipe_9_E1045 # Branch on which the cross section is located. -chainage = 49.95848962204767 # Chainage on the branch (m). -shift = 965.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1046_49.79 # Unique cross-section location id. -branchId = pipe_9_E1046 # Branch on which the cross section is located. -chainage = 49.79154216158105 # Chainage on the branch (m). -shift = 965.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1047_47.98 # Unique cross-section location id. -branchId = pipe_9_E1047 # Branch on which the cross section is located. -chainage = 47.975632610864444 # Chainage on the branch (m). -shift = 962.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1048_50.00 # Unique cross-section location id. -branchId = pipe_9_E1048 # Branch on which the cross section is located. -chainage = 49.99878426311127 # Chainage on the branch (m). -shift = 962.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1049_49.90 # Unique cross-section location id. -branchId = pipe_9_E1049 # Branch on which the cross section is located. -chainage = 49.90044065392316 # Chainage on the branch (m). -shift = 979.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1050_49.73 # Unique cross-section location id. -branchId = pipe_9_E1050 # Branch on which the cross section is located. -chainage = 49.73163831119676 # Chainage on the branch (m). -shift = 979.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1051_50.00 # Unique cross-section location id. -branchId = pipe_9_E1051 # Branch on which the cross section is located. -chainage = 49.99873478811056 # Chainage on the branch (m). -shift = 971.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1052_50.00 # Unique cross-section location id. -branchId = pipe_9_E1052 # Branch on which the cross section is located. -chainage = 49.99972321115658 # Chainage on the branch (m). -shift = 959.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1053_49.85 # Unique cross-section location id. -branchId = pipe_9_E1053 # Branch on which the cross section is located. -chainage = 49.85072807451475 # Chainage on the branch (m). -shift = 959.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1054_49.98 # Unique cross-section location id. -branchId = pipe_9_E1054 # Branch on which the cross section is located. -chainage = 49.981565241286035 # Chainage on the branch (m). -shift = 943.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1055_50.00 # Unique cross-section location id. -branchId = pipe_9_E1055 # Branch on which the cross section is located. -chainage = 49.99972321122534 # Chainage on the branch (m). -shift = 943.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1056_49.75 # Unique cross-section location id. -branchId = pipe_9_E1056 # Branch on which the cross section is located. -chainage = 49.7455937416406 # Chainage on the branch (m). -shift = 943.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1057_50.00 # Unique cross-section location id. -branchId = pipe_9_E1057 # Branch on which the cross section is located. -chainage = 49.99972321179752 # Chainage on the branch (m). -shift = 928.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1058_49.93 # Unique cross-section location id. -branchId = pipe_9_E1058 # Branch on which the cross section is located. -chainage = 49.9318533194157 # Chainage on the branch (m). -shift = 954.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1059_49.99 # Unique cross-section location id. -branchId = pipe_9_E1059 # Branch on which the cross section is located. -chainage = 49.9891615987955 # Chainage on the branch (m). -shift = 944.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1060_49.91 # Unique cross-section location id. -branchId = pipe_9_E1060 # Branch on which the cross section is located. -chainage = 49.9142604733457 # Chainage on the branch (m). -shift = 944.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1061_49.74 # Unique cross-section location id. -branchId = pipe_9_E1061 # Branch on which the cross section is located. -chainage = 49.738332401673034 # Chainage on the branch (m). -shift = 944.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1062_49.75 # Unique cross-section location id. -branchId = pipe_9_E1062 # Branch on which the cross section is located. -chainage = 49.745286772010715 # Chainage on the branch (m). -shift = 930.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1063_49.98 # Unique cross-section location id. -branchId = pipe_9_E1063 # Branch on which the cross section is located. -chainage = 49.97588912004917 # Chainage on the branch (m). -shift = 930.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1064_50.00 # Unique cross-section location id. -branchId = pipe_9_E1064 # Branch on which the cross section is located. -chainage = 49.9997232113381 # Chainage on the branch (m). -shift = 908.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1065_50.00 # Unique cross-section location id. -branchId = pipe_9_E1065 # Branch on which the cross section is located. -chainage = 49.99972321133579 # Chainage on the branch (m). -shift = 885.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1066_50.00 # Unique cross-section location id. -branchId = pipe_9_E1066 # Branch on which the cross section is located. -chainage = 49.99972321133579 # Chainage on the branch (m). -shift = 885.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1067_49.89 # Unique cross-section location id. -branchId = pipe_9_E1067 # Branch on which the cross section is located. -chainage = 49.88825974134663 # Chainage on the branch (m). -shift = 900.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1068_48.97 # Unique cross-section location id. -branchId = pipe_9_E1068 # Branch on which the cross section is located. -chainage = 48.97241296115859 # Chainage on the branch (m). -shift = 900.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1069_49.92 # Unique cross-section location id. -branchId = pipe_9_E1069 # Branch on which the cross section is located. -chainage = 49.92486889788288 # Chainage on the branch (m). -shift = 883.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1070_50.00 # Unique cross-section location id. -branchId = pipe_9_E1070 # Branch on which the cross section is located. -chainage = 49.999723211367645 # Chainage on the branch (m). -shift = 883.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1071_50.00 # Unique cross-section location id. -branchId = pipe_9_E1071 # Branch on which the cross section is located. -chainage = 49.999723211367645 # Chainage on the branch (m). -shift = 876.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1072_49.87 # Unique cross-section location id. -branchId = pipe_9_E1072 # Branch on which the cross section is located. -chainage = 49.87318478894441 # Chainage on the branch (m). -shift = 876.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1073_49.88 # Unique cross-section location id. -branchId = pipe_9_E1073 # Branch on which the cross section is located. -chainage = 49.87795606223185 # Chainage on the branch (m). -shift = 870.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1074_49.16 # Unique cross-section location id. -branchId = pipe_9_E1074 # Branch on which the cross section is located. -chainage = 49.15801410748627 # Chainage on the branch (m). -shift = 936.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1075_49.87 # Unique cross-section location id. -branchId = pipe_9_E1075 # Branch on which the cross section is located. -chainage = 49.86552025865713 # Chainage on the branch (m). -shift = 930.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1076_49.99 # Unique cross-section location id. -branchId = pipe_9_E1076 # Branch on which the cross section is located. -chainage = 49.98965177131955 # Chainage on the branch (m). -shift = 930.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1077_50.00 # Unique cross-section location id. -branchId = pipe_9_E1077 # Branch on which the cross section is located. -chainage = 49.9997232111615 # Chainage on the branch (m). -shift = 914.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1078_50.00 # Unique cross-section location id. -branchId = pipe_9_E1078 # Branch on which the cross section is located. -chainage = 49.999723211452434 # Chainage on the branch (m). -shift = 914.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1079_50.00 # Unique cross-section location id. -branchId = pipe_9_E1079 # Branch on which the cross section is located. -chainage = 49.99862012988595 # Chainage on the branch (m). -shift = 889.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1080_49.97 # Unique cross-section location id. -branchId = pipe_9_E1080 # Branch on which the cross section is located. -chainage = 49.9696242164601 # Chainage on the branch (m). -shift = 889.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1081_49.49 # Unique cross-section location id. -branchId = pipe_9_E1081 # Branch on which the cross section is located. -chainage = 49.48698543125857 # Chainage on the branch (m). -shift = 854.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1082_49.80 # Unique cross-section location id. -branchId = pipe_9_E1082 # Branch on which the cross section is located. -chainage = 49.803868911676375 # Chainage on the branch (m). -shift = 854.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1083_49.74 # Unique cross-section location id. -branchId = pipe_9_E1083 # Branch on which the cross section is located. -chainage = 49.74325644221498 # Chainage on the branch (m). -shift = 818.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1084_49.64 # Unique cross-section location id. -branchId = pipe_9_E1084 # Branch on which the cross section is located. -chainage = 49.64397887540182 # Chainage on the branch (m). -shift = 818.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1085_49.57 # Unique cross-section location id. -branchId = pipe_9_E1085 # Branch on which the cross section is located. -chainage = 49.57337418456473 # Chainage on the branch (m). -shift = 863.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1086_49.91 # Unique cross-section location id. -branchId = pipe_9_E1086 # Branch on which the cross section is located. -chainage = 49.91477257312097 # Chainage on the branch (m). -shift = 863.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1087_49.93 # Unique cross-section location id. -branchId = pipe_9_E1087 # Branch on which the cross section is located. -chainage = 49.92834705575558 # Chainage on the branch (m). -shift = 863.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1088_50.00 # Unique cross-section location id. -branchId = pipe_9_E1088 # Branch on which the cross section is located. -chainage = 49.999723210876425 # Chainage on the branch (m). -shift = 882.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1089_50.00 # Unique cross-section location id. -branchId = pipe_9_E1089 # Branch on which the cross section is located. -chainage = 49.995343053328895 # Chainage on the branch (m). -shift = 882.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1090_49.87 # Unique cross-section location id. -branchId = pipe_9_E1090 # Branch on which the cross section is located. -chainage = 49.86882496069249 # Chainage on the branch (m). -shift = 882.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1091_49.89 # Unique cross-section location id. -branchId = pipe_9_E1091 # Branch on which the cross section is located. -chainage = 49.88949798123509 # Chainage on the branch (m). -shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1092_49.98 # Unique cross-section location id. -branchId = pipe_9_E1092 # Branch on which the cross section is located. -chainage = 49.98304998440795 # Chainage on the branch (m). -shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1093_49.95 # Unique cross-section location id. -branchId = pipe_9_E1093 # Branch on which the cross section is located. -chainage = 49.948398484352175 # Chainage on the branch (m). -shift = 913.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1094_50.00 # Unique cross-section location id. -branchId = pipe_9_E1094 # Branch on which the cross section is located. -chainage = 49.99972321146835 # Chainage on the branch (m). -shift = 907.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1095_49.96 # Unique cross-section location id. -branchId = pipe_9_E1095 # Branch on which the cross section is located. -chainage = 49.95743792983077 # Chainage on the branch (m). -shift = 907.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1096_49.74 # Unique cross-section location id. -branchId = pipe_9_E1096 # Branch on which the cross section is located. -chainage = 49.735779233207424 # Chainage on the branch (m). -shift = 907.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1097_49.18 # Unique cross-section location id. -branchId = pipe_9_E1097 # Branch on which the cross section is located. -chainage = 49.177038338792244 # Chainage on the branch (m). -shift = 907.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1098_49.93 # Unique cross-section location id. -branchId = pipe_9_E1098 # Branch on which the cross section is located. -chainage = 49.933495865015985 # Chainage on the branch (m). -shift = 909.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1099_48.00 # Unique cross-section location id. -branchId = pipe_9_E1099 # Branch on which the cross section is located. -chainage = 48.00406634707603 # Chainage on the branch (m). -shift = 909.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1100_50.00 # Unique cross-section location id. -branchId = pipe_9_E1100 # Branch on which the cross section is located. -chainage = 49.99972321116567 # Chainage on the branch (m). -shift = 929.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1101_50.00 # Unique cross-section location id. -branchId = pipe_9_E1101 # Branch on which the cross section is located. -chainage = 49.99972321153052 # Chainage on the branch (m). -shift = 929.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1102_50.00 # Unique cross-section location id. -branchId = pipe_9_E1102 # Branch on which the cross section is located. -chainage = 49.99972321095145 # Chainage on the branch (m). -shift = 947.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1103_49.85 # Unique cross-section location id. -branchId = pipe_9_E1103 # Branch on which the cross section is located. -chainage = 49.849538671807295 # Chainage on the branch (m). -shift = 921.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1104_49.96 # Unique cross-section location id. -branchId = pipe_9_E1104 # Branch on which the cross section is located. -chainage = 49.961402010930925 # Chainage on the branch (m). -shift = 921.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1105_49.97 # Unique cross-section location id. -branchId = pipe_9_E1105 # Branch on which the cross section is located. -chainage = 49.97400365382865 # Chainage on the branch (m). -shift = 937.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1106_49.84 # Unique cross-section location id. -branchId = pipe_9_E1106 # Branch on which the cross section is located. -chainage = 49.83954416942987 # Chainage on the branch (m). -shift = 937.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1107_43.36 # Unique cross-section location id. -branchId = pipe_9_E1107 # Branch on which the cross section is located. -chainage = 43.363328033011335 # Chainage on the branch (m). -shift = 891.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1108_50.00 # Unique cross-section location id. -branchId = pipe_9_E1108 # Branch on which the cross section is located. -chainage = 49.99972321154708 # Chainage on the branch (m). -shift = 889.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1109_50.00 # Unique cross-section location id. -branchId = pipe_9_E1109 # Branch on which the cross section is located. -chainage = 49.999723211226446 # Chainage on the branch (m). -shift = 889.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1110_50.00 # Unique cross-section location id. -branchId = pipe_9_E1110 # Branch on which the cross section is located. -chainage = 49.99972321132848 # Chainage on the branch (m). -shift = 878.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1111_49.16 # Unique cross-section location id. -branchId = pipe_9_E1111 # Branch on which the cross section is located. -chainage = 49.15802318274408 # Chainage on the branch (m). -shift = 878.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1112_49.48 # Unique cross-section location id. -branchId = pipe_9_E1112 # Branch on which the cross section is located. -chainage = 49.47532944036174 # Chainage on the branch (m). -shift = 878.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1113_48.85 # Unique cross-section location id. -branchId = pipe_9_E1113 # Branch on which the cross section is located. -chainage = 48.84640338094554 # Chainage on the branch (m). -shift = 878.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1114_50.00 # Unique cross-section location id. -branchId = pipe_9_E1114 # Branch on which the cross section is located. -chainage = 49.999723211148876 # Chainage on the branch (m). -shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1115_50.00 # Unique cross-section location id. -branchId = pipe_9_E1115 # Branch on which the cross section is located. -chainage = 49.999723211547 # Chainage on the branch (m). -shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1116_49.97 # Unique cross-section location id. -branchId = pipe_9_E1116 # Branch on which the cross section is located. -chainage = 49.965530492638 # Chainage on the branch (m). -shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1117_49.45 # Unique cross-section location id. -branchId = pipe_9_E1117 # Branch on which the cross section is located. -chainage = 49.45334901383112 # Chainage on the branch (m). -shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1118_49.29 # Unique cross-section location id. -branchId = pipe_9_E1118 # Branch on which the cross section is located. -chainage = 49.290983914767835 # Chainage on the branch (m). -shift = 854.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1119_49.91 # Unique cross-section location id. -branchId = pipe_9_E1119 # Branch on which the cross section is located. -chainage = 49.914036839420895 # Chainage on the branch (m). -shift = 864.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1120_50.00 # Unique cross-section location id. -branchId = pipe_9_E1120 # Branch on which the cross section is located. -chainage = 49.9997232116201 # Chainage on the branch (m). -shift = 864.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1121_50.00 # Unique cross-section location id. -branchId = pipe_9_E1121 # Branch on which the cross section is located. -chainage = 49.999723210857184 # Chainage on the branch (m). -shift = 876.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1122_50.00 # Unique cross-section location id. -branchId = pipe_9_E1122 # Branch on which the cross section is located. -chainage = 49.9997232116201 # Chainage on the branch (m). -shift = 882.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1123_50.00 # Unique cross-section location id. -branchId = pipe_9_E1123 # Branch on which the cross section is located. -chainage = 49.999723210857184 # Chainage on the branch (m). -shift = 882.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1124_48.62 # Unique cross-section location id. -branchId = pipe_9_E1124 # Branch on which the cross section is located. -chainage = 48.61726012676795 # Chainage on the branch (m). -shift = 882.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1125_47.49 # Unique cross-section location id. -branchId = pipe_9_E1125 # Branch on which the cross section is located. -chainage = 47.49423971048142 # Chainage on the branch (m). -shift = 890.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1126_50.00 # Unique cross-section location id. -branchId = pipe_9_E1126 # Branch on which the cross section is located. -chainage = 49.99950554021426 # Chainage on the branch (m). -shift = 891.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1127_48.94 # Unique cross-section location id. -branchId = pipe_9_E1127 # Branch on which the cross section is located. -chainage = 48.94313538489596 # Chainage on the branch (m). -shift = 891.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1128_50.00 # Unique cross-section location id. -branchId = pipe_9_E1128 # Branch on which the cross section is located. -chainage = 49.999723211041044 # Chainage on the branch (m). -shift = 887.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1129_50.00 # Unique cross-section location id. -branchId = pipe_9_E1129 # Branch on which the cross section is located. -chainage = 49.99972321148711 # Chainage on the branch (m). -shift = 887.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1130_50.00 # Unique cross-section location id. -branchId = pipe_9_E1130 # Branch on which the cross section is located. -chainage = 49.99797125931513 # Chainage on the branch (m). -shift = 869.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1131_50.00 # Unique cross-section location id. -branchId = pipe_9_E1131 # Branch on which the cross section is located. -chainage = 49.99972321123871 # Chainage on the branch (m). -shift = 869.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1132_49.84 # Unique cross-section location id. -branchId = pipe_9_E1132 # Branch on which the cross section is located. -chainage = 49.83683425694384 # Chainage on the branch (m). -shift = 869.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1133_50.00 # Unique cross-section location id. -branchId = pipe_9_E1133 # Branch on which the cross section is located. -chainage = 49.999710466091436 # Chainage on the branch (m). -shift = 858.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1134_50.00 # Unique cross-section location id. -branchId = pipe_9_E1134 # Branch on which the cross section is located. -chainage = 49.99972321140418 # Chainage on the branch (m). -shift = 861.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1135_50.00 # Unique cross-section location id. -branchId = pipe_9_E1135 # Branch on which the cross section is located. -chainage = 49.99972321127185 # Chainage on the branch (m). -shift = 861.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1136_50.00 # Unique cross-section location id. -branchId = pipe_9_E1136 # Branch on which the cross section is located. -chainage = 49.999139288233266 # Chainage on the branch (m). -shift = 861.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1137_49.14 # Unique cross-section location id. -branchId = pipe_9_E1137 # Branch on which the cross section is located. -chainage = 49.13755558668313 # Chainage on the branch (m). -shift = 833.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1138_48.51 # Unique cross-section location id. -branchId = pipe_9_E1138 # Branch on which the cross section is located. -chainage = 48.51286798395701 # Chainage on the branch (m). -shift = 833.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1139_49.35 # Unique cross-section location id. -branchId = pipe_9_E1139 # Branch on which the cross section is located. -chainage = 49.34807334943369 # Chainage on the branch (m). -shift = 852.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1140_50.00 # Unique cross-section location id. -branchId = pipe_9_E1140 # Branch on which the cross section is located. -chainage = 49.999646310491634 # Chainage on the branch (m). -shift = 852.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1141_50.00 # Unique cross-section location id. -branchId = pipe_9_E1141 # Branch on which the cross section is located. -chainage = 49.99972321096667 # Chainage on the branch (m). -shift = 869.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1142_50.00 # Unique cross-section location id. -branchId = pipe_9_E1142 # Branch on which the cross section is located. -chainage = 49.999723211337695 # Chainage on the branch (m). -shift = 862.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1143_50.00 # Unique cross-section location id. -branchId = pipe_9_E1143 # Branch on which the cross section is located. -chainage = 49.999723211337695 # Chainage on the branch (m). -shift = 862.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1144_50.00 # Unique cross-section location id. -branchId = pipe_9_E1144 # Branch on which the cross section is located. -chainage = 49.999723211337695 # Chainage on the branch (m). -shift = 862.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1145_49.91 # Unique cross-section location id. -branchId = pipe_9_E1145 # Branch on which the cross section is located. -chainage = 49.90876358691369 # Chainage on the branch (m). -shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1146_50.00 # Unique cross-section location id. -branchId = pipe_9_E1146 # Branch on which the cross section is located. -chainage = 49.999723211084685 # Chainage on the branch (m). -shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1147_50.00 # Unique cross-section location id. -branchId = pipe_9_E1147 # Branch on which the cross section is located. -chainage = 49.9997232114969 # Chainage on the branch (m). -shift = 851.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1148_50.00 # Unique cross-section location id. -branchId = pipe_9_E1148 # Branch on which the cross section is located. -chainage = 49.999723211084685 # Chainage on the branch (m). -shift = 851.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1149_50.00 # Unique cross-section location id. -branchId = pipe_9_E1149 # Branch on which the cross section is located. -chainage = 49.9997232114969 # Chainage on the branch (m). -shift = 839.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1150_50.00 # Unique cross-section location id. -branchId = pipe_9_E1150 # Branch on which the cross section is located. -chainage = 49.999723211084685 # Chainage on the branch (m). -shift = 839.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1151_50.00 # Unique cross-section location id. -branchId = pipe_9_E1151 # Branch on which the cross section is located. -chainage = 49.9997232114969 # Chainage on the branch (m). -shift = 839.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1152_50.00 # Unique cross-section location id. -branchId = pipe_9_E1152 # Branch on which the cross section is located. -chainage = 49.999723211084685 # Chainage on the branch (m). -shift = 825.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1153_50.00 # Unique cross-section location id. -branchId = pipe_9_E1153 # Branch on which the cross section is located. -chainage = 49.99923400483804 # Chainage on the branch (m). -shift = 825.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1154_49.61 # Unique cross-section location id. -branchId = pipe_9_E1154 # Branch on which the cross section is located. -chainage = 49.61431802447694 # Chainage on the branch (m). -shift = 835.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1155_50.00 # Unique cross-section location id. -branchId = pipe_9_E1155 # Branch on which the cross section is located. -chainage = 49.99972321123419 # Chainage on the branch (m). -shift = 835.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1156_48.01 # Unique cross-section location id. -branchId = pipe_9_E1156 # Branch on which the cross section is located. -chainage = 48.014695089813955 # Chainage on the branch (m). -shift = 841.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1157_44.12 # Unique cross-section location id. -branchId = pipe_9_E1157 # Branch on which the cross section is located. -chainage = 44.116889357364755 # Chainage on the branch (m). -shift = 820.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1158_49.07 # Unique cross-section location id. -branchId = pipe_9_E1158 # Branch on which the cross section is located. -chainage = 49.07065397467096 # Chainage on the branch (m). -shift = 820.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1159_50.00 # Unique cross-section location id. -branchId = pipe_9_E1159 # Branch on which the cross section is located. -chainage = 49.999581394468585 # Chainage on the branch (m). -shift = 825.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1160_50.00 # Unique cross-section location id. -branchId = pipe_9_E1160 # Branch on which the cross section is located. -chainage = 49.999723211461266 # Chainage on the branch (m). -shift = 825.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1161_50.00 # Unique cross-section location id. -branchId = pipe_9_E1161 # Branch on which the cross section is located. -chainage = 49.99834496877792 # Chainage on the branch (m). -shift = 819.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1162_49.99 # Unique cross-section location id. -branchId = pipe_9_E1162 # Branch on which the cross section is located. -chainage = 49.985912788658396 # Chainage on the branch (m). -shift = 819.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1163_49.52 # Unique cross-section location id. -branchId = pipe_9_E1163 # Branch on which the cross section is located. -chainage = 49.518294129565376 # Chainage on the branch (m). -shift = 825.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1164_50.00 # Unique cross-section location id. -branchId = pipe_9_E1164 # Branch on which the cross section is located. -chainage = 49.99972321128373 # Chainage on the branch (m). -shift = 825.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1165_50.00 # Unique cross-section location id. -branchId = pipe_9_E1165 # Branch on which the cross section is located. -chainage = 49.99809283681912 # Chainage on the branch (m). -shift = 831.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1166_50.00 # Unique cross-section location id. -branchId = pipe_9_E1166 # Branch on which the cross section is located. -chainage = 49.99972321140613 # Chainage on the branch (m). -shift = 831.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1167_48.78 # Unique cross-section location id. -branchId = pipe_9_E1167 # Branch on which the cross section is located. -chainage = 48.77553158921276 # Chainage on the branch (m). -shift = 830.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1168_39.43 # Unique cross-section location id. -branchId = pipe_9_E1168 # Branch on which the cross section is located. -chainage = 39.4346099068483 # Chainage on the branch (m). -shift = 807.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1169_49.99 # Unique cross-section location id. -branchId = pipe_9_E1169 # Branch on which the cross section is located. -chainage = 49.986015381600716 # Chainage on the branch (m). -shift = 807.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1170_50.00 # Unique cross-section location id. -branchId = pipe_9_E1170 # Branch on which the cross section is located. -chainage = 49.99972321138851 # Chainage on the branch (m). -shift = 807.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1171_49.98 # Unique cross-section location id. -branchId = pipe_9_E1171 # Branch on which the cross section is located. -chainage = 49.98016340450135 # Chainage on the branch (m). -shift = 802.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1172_50.00 # Unique cross-section location id. -branchId = pipe_9_E1172 # Branch on which the cross section is located. -chainage = 49.999723211137834 # Chainage on the branch (m). -shift = 802.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1173_49.97 # Unique cross-section location id. -branchId = pipe_9_E1173 # Branch on which the cross section is located. -chainage = 49.96570509801836 # Chainage on the branch (m). -shift = 802.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1174_50.00 # Unique cross-section location id. -branchId = pipe_9_E1174 # Branch on which the cross section is located. -chainage = 49.999723211157075 # Chainage on the branch (m). -shift = 807.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1175_49.85 # Unique cross-section location id. -branchId = pipe_9_E1175 # Branch on which the cross section is located. -chainage = 49.85151998386224 # Chainage on the branch (m). -shift = 807.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1176_49.76 # Unique cross-section location id. -branchId = pipe_9_E1176 # Branch on which the cross section is located. -chainage = 49.762863630650536 # Chainage on the branch (m). -shift = 820.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1177_49.59 # Unique cross-section location id. -branchId = pipe_9_E1177 # Branch on which the cross section is located. -chainage = 49.588533014510006 # Chainage on the branch (m). -shift = 785.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1178_50.00 # Unique cross-section location id. -branchId = pipe_9_E1178 # Branch on which the cross section is located. -chainage = 49.99972321134571 # Chainage on the branch (m). -shift = 785.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1179_49.41 # Unique cross-section location id. -branchId = pipe_9_E1179 # Branch on which the cross section is located. -chainage = 49.407748535000685 # Chainage on the branch (m). -shift = 794.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1180_50.00 # Unique cross-section location id. -branchId = pipe_9_E1180 # Branch on which the cross section is located. -chainage = 49.999723211003555 # Chainage on the branch (m). -shift = 794.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1181_49.94 # Unique cross-section location id. -branchId = pipe_9_E1181 # Branch on which the cross section is located. -chainage = 49.942821697346545 # Chainage on the branch (m). -shift = 803.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1182_49.98 # Unique cross-section location id. -branchId = pipe_9_E1182 # Branch on which the cross section is located. -chainage = 49.97543643991045 # Chainage on the branch (m). -shift = 803.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1183_49.89 # Unique cross-section location id. -branchId = pipe_9_E1183 # Branch on which the cross section is located. -chainage = 49.89095385687909 # Chainage on the branch (m). -shift = 805.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1184_49.90 # Unique cross-section location id. -branchId = pipe_9_E1184 # Branch on which the cross section is located. -chainage = 49.90077498326526 # Chainage on the branch (m). -shift = 769.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1185_50.00 # Unique cross-section location id. -branchId = pipe_9_E1185 # Branch on which the cross section is located. -chainage = 49.999723211358464 # Chainage on the branch (m). -shift = 776.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1186_49.92 # Unique cross-section location id. -branchId = pipe_9_E1186 # Branch on which the cross section is located. -chainage = 49.92147803229958 # Chainage on the branch (m). -shift = 776.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1187_49.79 # Unique cross-section location id. -branchId = pipe_9_E1187 # Branch on which the cross section is located. -chainage = 49.7948035492766 # Chainage on the branch (m). -shift = 784.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1188_47.94 # Unique cross-section location id. -branchId = pipe_9_E1188 # Branch on which the cross section is located. -chainage = 47.94393609814581 # Chainage on the branch (m). -shift = 784.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1189_49.81 # Unique cross-section location id. -branchId = pipe_9_E1189 # Branch on which the cross section is located. -chainage = 49.81299639153961 # Chainage on the branch (m). -shift = 795.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1190_48.30 # Unique cross-section location id. -branchId = pipe_9_E1190 # Branch on which the cross section is located. -chainage = 48.29863282353694 # Chainage on the branch (m). -shift = 795.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1191_49.27 # Unique cross-section location id. -branchId = pipe_9_E1191 # Branch on which the cross section is located. -chainage = 49.26723051889838 # Chainage on the branch (m). -shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1192_49.04 # Unique cross-section location id. -branchId = pipe_9_E1192 # Branch on which the cross section is located. -chainage = 49.0432468414616 # Chainage on the branch (m). -shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1193_49.94 # Unique cross-section location id. -branchId = pipe_9_E1193 # Branch on which the cross section is located. -chainage = 49.93862015555163 # Chainage on the branch (m). -shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1194_49.66 # Unique cross-section location id. -branchId = pipe_9_E1194 # Branch on which the cross section is located. -chainage = 49.656531182721785 # Chainage on the branch (m). -shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1195_48.47 # Unique cross-section location id. -branchId = pipe_9_E1195 # Branch on which the cross section is located. -chainage = 48.47345573886405 # Chainage on the branch (m). -shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1196_50.00 # Unique cross-section location id. -branchId = pipe_9_E1196 # Branch on which the cross section is located. -chainage = 49.99883216511558 # Chainage on the branch (m). -shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1197_49.95 # Unique cross-section location id. -branchId = pipe_9_E1197 # Branch on which the cross section is located. -chainage = 49.95213784599603 # Chainage on the branch (m). -shift = 750.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1198_49.86 # Unique cross-section location id. -branchId = pipe_9_E1198 # Branch on which the cross section is located. -chainage = 49.86242391558872 # Chainage on the branch (m). -shift = 774.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1199_50.00 # Unique cross-section location id. -branchId = pipe_9_E1199 # Branch on which the cross section is located. -chainage = 49.99972321141552 # Chainage on the branch (m). -shift = 770.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1200_47.61 # Unique cross-section location id. -branchId = pipe_9_E1200 # Branch on which the cross section is located. -chainage = 47.61172733198858 # Chainage on the branch (m). -shift = 744.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1201_47.70 # Unique cross-section location id. -branchId = pipe_9_E1201 # Branch on which the cross section is located. -chainage = 47.69596313602067 # Chainage on the branch (m). -shift = 744.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1202_50.00 # Unique cross-section location id. -branchId = pipe_9_E1202 # Branch on which the cross section is located. -chainage = 49.99972321153924 # Chainage on the branch (m). -shift = 744.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1203_49.72 # Unique cross-section location id. -branchId = pipe_9_E1203 # Branch on which the cross section is located. -chainage = 49.72180480979674 # Chainage on the branch (m). -shift = 771.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1204_47.41 # Unique cross-section location id. -branchId = pipe_9_E1204 # Branch on which the cross section is located. -chainage = 47.41366761120087 # Chainage on the branch (m). -shift = 771.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1205_44.88 # Unique cross-section location id. -branchId = pipe_9_E1205 # Branch on which the cross section is located. -chainage = 44.88191821368524 # Chainage on the branch (m). -shift = 771.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1206_49.49 # Unique cross-section location id. -branchId = pipe_9_E1206 # Branch on which the cross section is located. -chainage = 49.49384112073523 # Chainage on the branch (m). -shift = 771.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1207_48.91 # Unique cross-section location id. -branchId = pipe_9_E1207 # Branch on which the cross section is located. -chainage = 48.91097000008833 # Chainage on the branch (m). -shift = 766.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1208_50.00 # Unique cross-section location id. -branchId = pipe_9_E1208 # Branch on which the cross section is located. -chainage = 49.99972321141568 # Chainage on the branch (m). -shift = 766.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1209_50.00 # Unique cross-section location id. -branchId = pipe_9_E1209 # Branch on which the cross section is located. -chainage = 49.998279247349636 # Chainage on the branch (m). -shift = 760.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1210_50.00 # Unique cross-section location id. -branchId = pipe_9_E1210 # Branch on which the cross section is located. -chainage = 49.99972321123978 # Chainage on the branch (m). -shift = 760.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1211_50.00 # Unique cross-section location id. -branchId = pipe_9_E1211 # Branch on which the cross section is located. -chainage = 49.999723211462275 # Chainage on the branch (m). -shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1212_50.00 # Unique cross-section location id. -branchId = pipe_9_E1212 # Branch on which the cross section is located. -chainage = 49.99972321123978 # Chainage on the branch (m). -shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1213_50.00 # Unique cross-section location id. -branchId = pipe_9_E1213 # Branch on which the cross section is located. -chainage = 49.99972321123978 # Chainage on the branch (m). -shift = 747.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1214_50.00 # Unique cross-section location id. -branchId = pipe_9_E1214 # Branch on which the cross section is located. -chainage = 49.999723211462275 # Chainage on the branch (m). -shift = 747.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1215_50.00 # Unique cross-section location id. -branchId = pipe_9_E1215 # Branch on which the cross section is located. -chainage = 49.99972321123978 # Chainage on the branch (m). -shift = 724.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1216_49.93 # Unique cross-section location id. -branchId = pipe_9_E1216 # Branch on which the cross section is located. -chainage = 49.92519878152016 # Chainage on the branch (m). -shift = 749.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1217_50.00 # Unique cross-section location id. -branchId = pipe_9_E1217 # Branch on which the cross section is located. -chainage = 49.99972321110425 # Chainage on the branch (m). -shift = 735.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1218_50.00 # Unique cross-section location id. -branchId = pipe_9_E1218 # Branch on which the cross section is located. -chainage = 49.99972321148084 # Chainage on the branch (m). -shift = 735.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1219_50.00 # Unique cross-section location id. -branchId = pipe_9_E1219 # Branch on which the cross section is located. -chainage = 49.99972321110425 # Chainage on the branch (m). -shift = 730.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1220_50.00 # Unique cross-section location id. -branchId = pipe_9_E1220 # Branch on which the cross section is located. -chainage = 49.99972321148084 # Chainage on the branch (m). -shift = 730.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1221_50.00 # Unique cross-section location id. -branchId = pipe_9_E1221 # Branch on which the cross section is located. -chainage = 49.99972154910656 # Chainage on the branch (m). -shift = 730.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1222_50.00 # Unique cross-section location id. -branchId = pipe_9_E1222 # Branch on which the cross section is located. -chainage = 49.99972321156108 # Chainage on the branch (m). -shift = 730.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1223_50.00 # Unique cross-section location id. -branchId = pipe_9_E1223 # Branch on which the cross section is located. -chainage = 49.99972321097232 # Chainage on the branch (m). -shift = 740.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1224_49.99 # Unique cross-section location id. -branchId = pipe_9_E1224 # Branch on which the cross section is located. -chainage = 49.989209103434604 # Chainage on the branch (m). -shift = 740.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1225_49.97 # Unique cross-section location id. -branchId = pipe_9_E1225 # Branch on which the cross section is located. -chainage = 49.973073028493864 # Chainage on the branch (m). -shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1226_50.00 # Unique cross-section location id. -branchId = pipe_9_E1226 # Branch on which the cross section is located. -chainage = 49.99972321129351 # Chainage on the branch (m). -shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1227_50.00 # Unique cross-section location id. -branchId = pipe_9_E1227 # Branch on which the cross section is located. -chainage = 49.99972321129351 # Chainage on the branch (m). -shift = 708.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1228_50.00 # Unique cross-section location id. -branchId = pipe_9_E1228 # Branch on which the cross section is located. -chainage = 49.99972321078026 # Chainage on the branch (m). -shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1229_49.93 # Unique cross-section location id. -branchId = pipe_9_E1229 # Branch on which the cross section is located. -chainage = 49.92935709675888 # Chainage on the branch (m). -shift = 736.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1230_49.78 # Unique cross-section location id. -branchId = pipe_9_E1230 # Branch on which the cross section is located. -chainage = 49.77759433333764 # Chainage on the branch (m). -shift = 736.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1231_49.64 # Unique cross-section location id. -branchId = pipe_9_E1231 # Branch on which the cross section is located. -chainage = 49.64280655965723 # Chainage on the branch (m). -shift = 736.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1232_49.46 # Unique cross-section location id. -branchId = pipe_9_E1232 # Branch on which the cross section is located. -chainage = 49.4559458034608 # Chainage on the branch (m). -shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1233_50.00 # Unique cross-section location id. -branchId = pipe_9_E1233 # Branch on which the cross section is located. -chainage = 49.99972321115643 # Chainage on the branch (m). -shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1234_49.99 # Unique cross-section location id. -branchId = pipe_9_E1234 # Branch on which the cross section is located. -chainage = 49.98636872131401 # Chainage on the branch (m). -shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1235_49.73 # Unique cross-section location id. -branchId = pipe_9_E1235 # Branch on which the cross section is located. -chainage = 49.72643211508863 # Chainage on the branch (m). -shift = 777.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1236_49.45 # Unique cross-section location id. -branchId = pipe_9_E1236 # Branch on which the cross section is located. -chainage = 49.45343099861108 # Chainage on the branch (m). -shift = 777.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1237_50.00 # Unique cross-section location id. -branchId = pipe_9_E1237 # Branch on which the cross section is located. -chainage = 49.99972321121734 # Chainage on the branch (m). -shift = 777.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1238_50.00 # Unique cross-section location id. -branchId = pipe_9_E1238 # Branch on which the cross section is located. -chainage = 49.999723211213045 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_9_E1239_50.00 # Unique cross-section location id. -branchId = pipe_9_E1239 # Branch on which the cross section is located. -chainage = 49.999723211213045 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E0_49.80 # Unique cross-section location id. -branchId = pipe_10_E0 # Branch on which the cross section is located. -chainage = 49.8049420036319 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E1_49.84 # Unique cross-section location id. -branchId = pipe_10_E1 # Branch on which the cross section is located. -chainage = 49.83925344067294 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E2_49.84 # Unique cross-section location id. -branchId = pipe_10_E2 # Branch on which the cross section is located. -chainage = 49.83925344067294 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E3_49.84 # Unique cross-section location id. -branchId = pipe_10_E3 # Branch on which the cross section is located. -chainage = 49.83925343977748 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E4_49.66 # Unique cross-section location id. -branchId = pipe_10_E4 # Branch on which the cross section is located. -chainage = 49.66328764257807 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E5_49.75 # Unique cross-section location id. -branchId = pipe_10_E5 # Branch on which the cross section is located. -chainage = 49.7454100366042 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E6_49.84 # Unique cross-section location id. -branchId = pipe_10_E6 # Branch on which the cross section is located. -chainage = 49.83925344091973 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E7_49.84 # Unique cross-section location id. -branchId = pipe_10_E7 # Branch on which the cross section is located. -chainage = 49.83925344001488 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E8_49.84 # Unique cross-section location id. -branchId = pipe_10_E8 # Branch on which the cross section is located. -chainage = 49.83925344094195 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E9_49.62 # Unique cross-section location id. -branchId = pipe_10_E9 # Branch on which the cross section is located. -chainage = 49.6236135844343 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E10_49.59 # Unique cross-section location id. -branchId = pipe_10_E10 # Branch on which the cross section is located. -chainage = 49.5862472893263 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E11_49.84 # Unique cross-section location id. -branchId = pipe_10_E11 # Branch on which the cross section is located. -chainage = 49.83925344051261 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E12_49.84 # Unique cross-section location id. -branchId = pipe_10_E12 # Branch on which the cross section is located. -chainage = 49.83925344058641 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E13_49.84 # Unique cross-section location id. -branchId = pipe_10_E13 # Branch on which the cross section is located. -chainage = 49.83925344051261 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E14_49.84 # Unique cross-section location id. -branchId = pipe_10_E14 # Branch on which the cross section is located. -chainage = 49.83925344058641 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E15_49.51 # Unique cross-section location id. -branchId = pipe_10_E15 # Branch on which the cross section is located. -chainage = 49.513565502779024 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E16_49.78 # Unique cross-section location id. -branchId = pipe_10_E16 # Branch on which the cross section is located. -chainage = 49.77942419903163 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E17_49.79 # Unique cross-section location id. -branchId = pipe_10_E17 # Branch on which the cross section is located. -chainage = 49.790553358106074 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E18_49.84 # Unique cross-section location id. -branchId = pipe_10_E18 # Branch on which the cross section is located. -chainage = 49.83925344039872 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E19_49.84 # Unique cross-section location id. -branchId = pipe_10_E19 # Branch on which the cross section is located. -chainage = 49.83925344039872 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E20_49.34 # Unique cross-section location id. -branchId = pipe_10_E20 # Branch on which the cross section is located. -chainage = 49.33753005927549 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E21_49.84 # Unique cross-section location id. -branchId = pipe_10_E21 # Branch on which the cross section is located. -chainage = 49.83915652677521 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E22_49.81 # Unique cross-section location id. -branchId = pipe_10_E22 # Branch on which the cross section is located. -chainage = 49.80918127254743 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E23_49.84 # Unique cross-section location id. -branchId = pipe_10_E23 # Branch on which the cross section is located. -chainage = 49.839253440598185 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E24_49.79 # Unique cross-section location id. -branchId = pipe_10_E24 # Branch on which the cross section is located. -chainage = 49.794178233720395 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E25_49.84 # Unique cross-section location id. -branchId = pipe_10_E25 # Branch on which the cross section is located. -chainage = 49.839253440804626 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E26_49.84 # Unique cross-section location id. -branchId = pipe_10_E26 # Branch on which the cross section is located. -chainage = 49.83925344027874 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E27_49.84 # Unique cross-section location id. -branchId = pipe_10_E27 # Branch on which the cross section is located. -chainage = 49.83925344027874 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E28_49.71 # Unique cross-section location id. -branchId = pipe_10_E28 # Branch on which the cross section is located. -chainage = 49.70557855912544 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E29_49.82 # Unique cross-section location id. -branchId = pipe_10_E29 # Branch on which the cross section is located. -chainage = 49.816754166423046 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E30_49.81 # Unique cross-section location id. -branchId = pipe_10_E30 # Branch on which the cross section is located. -chainage = 49.813451275574295 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E31_49.84 # Unique cross-section location id. -branchId = pipe_10_E31 # Branch on which the cross section is located. -chainage = 49.83925343991879 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E32_49.78 # Unique cross-section location id. -branchId = pipe_10_E32 # Branch on which the cross section is located. -chainage = 49.780127008108394 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E33_49.84 # Unique cross-section location id. -branchId = pipe_10_E33 # Branch on which the cross section is located. -chainage = 49.83672303966145 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E34_49.53 # Unique cross-section location id. -branchId = pipe_10_E34 # Branch on which the cross section is located. -chainage = 49.52998847522159 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E35_48.92 # Unique cross-section location id. -branchId = pipe_10_E35 # Branch on which the cross section is located. -chainage = 48.91773099170257 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E36_49.78 # Unique cross-section location id. -branchId = pipe_10_E36 # Branch on which the cross section is located. -chainage = 49.77978205502049 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E37_49.80 # Unique cross-section location id. -branchId = pipe_10_E37 # Branch on which the cross section is located. -chainage = 49.7984139221411 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E38_49.16 # Unique cross-section location id. -branchId = pipe_10_E38 # Branch on which the cross section is located. -chainage = 49.15941546605145 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E39_49.36 # Unique cross-section location id. -branchId = pipe_10_E39 # Branch on which the cross section is located. -chainage = 49.362437429913676 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E40_49.80 # Unique cross-section location id. -branchId = pipe_10_E40 # Branch on which the cross section is located. -chainage = 49.802596026882846 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E41_49.82 # Unique cross-section location id. -branchId = pipe_10_E41 # Branch on which the cross section is located. -chainage = 49.819637173729625 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E42_49.80 # Unique cross-section location id. -branchId = pipe_10_E42 # Branch on which the cross section is located. -chainage = 49.80185337552936 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E43_49.80 # Unique cross-section location id. -branchId = pipe_10_E43 # Branch on which the cross section is located. -chainage = 49.802225310147826 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E44_49.75 # Unique cross-section location id. -branchId = pipe_10_E44 # Branch on which the cross section is located. -chainage = 49.75148286105577 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E45_49.12 # Unique cross-section location id. -branchId = pipe_10_E45 # Branch on which the cross section is located. -chainage = 49.116193473253034 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E46_49.16 # Unique cross-section location id. -branchId = pipe_10_E46 # Branch on which the cross section is located. -chainage = 49.15696750953852 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E47_48.62 # Unique cross-section location id. -branchId = pipe_10_E47 # Branch on which the cross section is located. -chainage = 48.6204460615851 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E48_49.06 # Unique cross-section location id. -branchId = pipe_10_E48 # Branch on which the cross section is located. -chainage = 49.064101749722255 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E49_49.08 # Unique cross-section location id. -branchId = pipe_10_E49 # Branch on which the cross section is located. -chainage = 49.08088873100512 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E50_49.66 # Unique cross-section location id. -branchId = pipe_10_E50 # Branch on which the cross section is located. -chainage = 49.65837048351153 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E51_49.57 # Unique cross-section location id. -branchId = pipe_10_E51 # Branch on which the cross section is located. -chainage = 49.57060198983902 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E52_49.56 # Unique cross-section location id. -branchId = pipe_10_E52 # Branch on which the cross section is located. -chainage = 49.55949015098796 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E53_49.84 # Unique cross-section location id. -branchId = pipe_10_E53 # Branch on which the cross section is located. -chainage = 49.83809130722999 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E54_49.84 # Unique cross-section location id. -branchId = pipe_10_E54 # Branch on which the cross section is located. -chainage = 49.83925344070377 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E55_49.75 # Unique cross-section location id. -branchId = pipe_10_E55 # Branch on which the cross section is located. -chainage = 49.751055385397784 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E56_49.63 # Unique cross-section location id. -branchId = pipe_10_E56 # Branch on which the cross section is located. -chainage = 49.62764705795357 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E57_49.84 # Unique cross-section location id. -branchId = pipe_10_E57 # Branch on which the cross section is located. -chainage = 49.83925344062829 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E58_49.83 # Unique cross-section location id. -branchId = pipe_10_E58 # Branch on which the cross section is located. -chainage = 49.8279564761114 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E59_49.84 # Unique cross-section location id. -branchId = pipe_10_E59 # Branch on which the cross section is located. -chainage = 49.83925344038568 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E60_49.84 # Unique cross-section location id. -branchId = pipe_10_E60 # Branch on which the cross section is located. -chainage = 49.83925344060891 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E61_49.84 # Unique cross-section location id. -branchId = pipe_10_E61 # Branch on which the cross section is located. -chainage = 49.83925344038568 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E62_49.84 # Unique cross-section location id. -branchId = pipe_10_E62 # Branch on which the cross section is located. -chainage = 49.83925344060891 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E63_49.84 # Unique cross-section location id. -branchId = pipe_10_E63 # Branch on which the cross section is located. -chainage = 49.83925344060891 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E64_49.83 # Unique cross-section location id. -branchId = pipe_10_E64 # Branch on which the cross section is located. -chainage = 49.83100988539042 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E65_49.84 # Unique cross-section location id. -branchId = pipe_10_E65 # Branch on which the cross section is located. -chainage = 49.839253091530644 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E66_49.84 # Unique cross-section location id. -branchId = pipe_10_E66 # Branch on which the cross section is located. -chainage = 49.83717451262751 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E67_49.36 # Unique cross-section location id. -branchId = pipe_10_E67 # Branch on which the cross section is located. -chainage = 49.35789617263555 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E68_48.82 # Unique cross-section location id. -branchId = pipe_10_E68 # Branch on which the cross section is located. -chainage = 48.81997424943722 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E69_49.79 # Unique cross-section location id. -branchId = pipe_10_E69 # Branch on which the cross section is located. -chainage = 49.7919153141346 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E70_49.84 # Unique cross-section location id. -branchId = pipe_10_E70 # Branch on which the cross section is located. -chainage = 49.83925344075158 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E71_49.84 # Unique cross-section location id. -branchId = pipe_10_E71 # Branch on which the cross section is located. -chainage = 49.83925344075158 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E72_49.84 # Unique cross-section location id. -branchId = pipe_10_E72 # Branch on which the cross section is located. -chainage = 49.83925343991314 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E73_49.83 # Unique cross-section location id. -branchId = pipe_10_E73 # Branch on which the cross section is located. -chainage = 49.83054247730217 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E74_49.24 # Unique cross-section location id. -branchId = pipe_10_E74 # Branch on which the cross section is located. -chainage = 49.24317523741891 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E75_49.79 # Unique cross-section location id. -branchId = pipe_10_E75 # Branch on which the cross section is located. -chainage = 49.792267105599024 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E76_49.68 # Unique cross-section location id. -branchId = pipe_10_E76 # Branch on which the cross section is located. -chainage = 49.67573473458958 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E77_49.76 # Unique cross-section location id. -branchId = pipe_10_E77 # Branch on which the cross section is located. -chainage = 49.760698896345524 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E78_49.53 # Unique cross-section location id. -branchId = pipe_10_E78 # Branch on which the cross section is located. -chainage = 49.53110159886307 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E79_48.85 # Unique cross-section location id. -branchId = pipe_10_E79 # Branch on which the cross section is located. -chainage = 48.84794897330447 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E80_49.72 # Unique cross-section location id. -branchId = pipe_10_E80 # Branch on which the cross section is located. -chainage = 49.72281960506963 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E81_48.29 # Unique cross-section location id. -branchId = pipe_10_E81 # Branch on which the cross section is located. -chainage = 48.2888779968618 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E82_49.47 # Unique cross-section location id. -branchId = pipe_10_E82 # Branch on which the cross section is located. -chainage = 49.47184141378063 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E83_49.83 # Unique cross-section location id. -branchId = pipe_10_E83 # Branch on which the cross section is located. -chainage = 49.83144985595068 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E84_48.42 # Unique cross-section location id. -branchId = pipe_10_E84 # Branch on which the cross section is located. -chainage = 48.42394011832742 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E85_49.84 # Unique cross-section location id. -branchId = pipe_10_E85 # Branch on which the cross section is located. -chainage = 49.83925344064409 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E86_49.53 # Unique cross-section location id. -branchId = pipe_10_E86 # Branch on which the cross section is located. -chainage = 49.528143948422304 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E87_49.84 # Unique cross-section location id. -branchId = pipe_10_E87 # Branch on which the cross section is located. -chainage = 49.83925344031389 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E88_49.63 # Unique cross-section location id. -branchId = pipe_10_E88 # Branch on which the cross section is located. -chainage = 49.63183680754129 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E89_49.70 # Unique cross-section location id. -branchId = pipe_10_E89 # Branch on which the cross section is located. -chainage = 49.7018802265364 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E90_49.84 # Unique cross-section location id. -branchId = pipe_10_E90 # Branch on which the cross section is located. -chainage = 49.839253440340045 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E91_49.30 # Unique cross-section location id. -branchId = pipe_10_E91 # Branch on which the cross section is located. -chainage = 49.3013728693972 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E92_49.72 # Unique cross-section location id. -branchId = pipe_10_E92 # Branch on which the cross section is located. -chainage = 49.720431177694195 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E93_49.48 # Unique cross-section location id. -branchId = pipe_10_E93 # Branch on which the cross section is located. -chainage = 49.47906779576117 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E94_49.41 # Unique cross-section location id. -branchId = pipe_10_E94 # Branch on which the cross section is located. -chainage = 49.40610336725472 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E95_49.81 # Unique cross-section location id. -branchId = pipe_10_E95 # Branch on which the cross section is located. -chainage = 49.80536896494804 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E96_49.84 # Unique cross-section location id. -branchId = pipe_10_E96 # Branch on which the cross section is located. -chainage = 49.839253441026166 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E97_49.84 # Unique cross-section location id. -branchId = pipe_10_E97 # Branch on which the cross section is located. -chainage = 49.83925344030099 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E98_49.84 # Unique cross-section location id. -branchId = pipe_10_E98 # Branch on which the cross section is located. -chainage = 49.835645037675604 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E99_49.84 # Unique cross-section location id. -branchId = pipe_10_E99 # Branch on which the cross section is located. -chainage = 49.839253440554906 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E100_49.60 # Unique cross-section location id. -branchId = pipe_10_E100 # Branch on which the cross section is located. -chainage = 49.60138668143279 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E101_49.84 # Unique cross-section location id. -branchId = pipe_10_E101 # Branch on which the cross section is located. -chainage = 49.839253440490474 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E102_49.77 # Unique cross-section location id. -branchId = pipe_10_E102 # Branch on which the cross section is located. -chainage = 49.77368455042513 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E103_49.81 # Unique cross-section location id. -branchId = pipe_10_E103 # Branch on which the cross section is located. -chainage = 49.814115205423704 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E104_49.84 # Unique cross-section location id. -branchId = pipe_10_E104 # Branch on which the cross section is located. -chainage = 49.83852034432459 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E105_49.84 # Unique cross-section location id. -branchId = pipe_10_E105 # Branch on which the cross section is located. -chainage = 49.83925344053235 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E106_49.72 # Unique cross-section location id. -branchId = pipe_10_E106 # Branch on which the cross section is located. -chainage = 49.720251963535404 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E107_49.82 # Unique cross-section location id. -branchId = pipe_10_E107 # Branch on which the cross section is located. -chainage = 49.820393307402355 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E108_49.84 # Unique cross-section location id. -branchId = pipe_10_E108 # Branch on which the cross section is located. -chainage = 49.83925344061546 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E109_49.84 # Unique cross-section location id. -branchId = pipe_10_E109 # Branch on which the cross section is located. -chainage = 49.839253440476085 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E110_49.84 # Unique cross-section location id. -branchId = pipe_10_E110 # Branch on which the cross section is located. -chainage = 49.83672523204542 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E111_49.84 # Unique cross-section location id. -branchId = pipe_10_E111 # Branch on which the cross section is located. -chainage = 49.839253440644825 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E112_49.68 # Unique cross-section location id. -branchId = pipe_10_E112 # Branch on which the cross section is located. -chainage = 49.68267744072146 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E113_49.82 # Unique cross-section location id. -branchId = pipe_10_E113 # Branch on which the cross section is located. -chainage = 49.8157666541594 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E114_49.84 # Unique cross-section location id. -branchId = pipe_10_E114 # Branch on which the cross section is located. -chainage = 49.83925344000529 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E115_49.84 # Unique cross-section location id. -branchId = pipe_10_E115 # Branch on which the cross section is located. -chainage = 49.83925344059516 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E116_49.84 # Unique cross-section location id. -branchId = pipe_10_E116 # Branch on which the cross section is located. -chainage = 49.83828362744285 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E117_49.84 # Unique cross-section location id. -branchId = pipe_10_E117 # Branch on which the cross section is located. -chainage = 49.83925344038832 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E118_49.84 # Unique cross-section location id. -branchId = pipe_10_E118 # Branch on which the cross section is located. -chainage = 49.83925344038832 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E119_49.82 # Unique cross-section location id. -branchId = pipe_10_E119 # Branch on which the cross section is located. -chainage = 49.82275771192325 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E120_49.57 # Unique cross-section location id. -branchId = pipe_10_E120 # Branch on which the cross section is located. -chainage = 49.5720683128891 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E121_49.72 # Unique cross-section location id. -branchId = pipe_10_E121 # Branch on which the cross section is located. -chainage = 49.72483810054872 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E122_49.71 # Unique cross-section location id. -branchId = pipe_10_E122 # Branch on which the cross section is located. -chainage = 49.70835889317663 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E123_49.79 # Unique cross-section location id. -branchId = pipe_10_E123 # Branch on which the cross section is located. -chainage = 49.79342148973093 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E124_49.84 # Unique cross-section location id. -branchId = pipe_10_E124 # Branch on which the cross section is located. -chainage = 49.83925344044659 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E125_49.84 # Unique cross-section location id. -branchId = pipe_10_E125 # Branch on which the cross section is located. -chainage = 49.83925344044659 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E126_49.77 # Unique cross-section location id. -branchId = pipe_10_E126 # Branch on which the cross section is located. -chainage = 49.77357845476126 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E127_49.77 # Unique cross-section location id. -branchId = pipe_10_E127 # Branch on which the cross section is located. -chainage = 49.768595411596806 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E128_49.84 # Unique cross-section location id. -branchId = pipe_10_E128 # Branch on which the cross section is located. -chainage = 49.83925344051462 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E129_49.62 # Unique cross-section location id. -branchId = pipe_10_E129 # Branch on which the cross section is located. -chainage = 49.62183454057604 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E130_49.46 # Unique cross-section location id. -branchId = pipe_10_E130 # Branch on which the cross section is located. -chainage = 49.46123737013321 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E131_49.84 # Unique cross-section location id. -branchId = pipe_10_E131 # Branch on which the cross section is located. -chainage = 49.83925344043305 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E132_49.82 # Unique cross-section location id. -branchId = pipe_10_E132 # Branch on which the cross section is located. -chainage = 49.820811601086646 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E133_49.84 # Unique cross-section location id. -branchId = pipe_10_E133 # Branch on which the cross section is located. -chainage = 49.83925344084417 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E134_49.77 # Unique cross-section location id. -branchId = pipe_10_E134 # Branch on which the cross section is located. -chainage = 49.765940350971384 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E135_49.34 # Unique cross-section location id. -branchId = pipe_10_E135 # Branch on which the cross section is located. -chainage = 49.33756062376419 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E136_49.84 # Unique cross-section location id. -branchId = pipe_10_E136 # Branch on which the cross section is located. -chainage = 49.83925344066552 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E137_49.79 # Unique cross-section location id. -branchId = pipe_10_E137 # Branch on which the cross section is located. -chainage = 49.79373392502507 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E138_49.79 # Unique cross-section location id. -branchId = pipe_10_E138 # Branch on which the cross section is located. -chainage = 49.794006119615794 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E139_49.84 # Unique cross-section location id. -branchId = pipe_10_E139 # Branch on which the cross section is located. -chainage = 49.839253440589445 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E140_49.75 # Unique cross-section location id. -branchId = pipe_10_E140 # Branch on which the cross section is located. -chainage = 49.75481030921163 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E141_49.28 # Unique cross-section location id. -branchId = pipe_10_E141 # Branch on which the cross section is located. -chainage = 49.27972073408046 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E142_49.84 # Unique cross-section location id. -branchId = pipe_10_E142 # Branch on which the cross section is located. -chainage = 49.83925344040889 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E143_49.84 # Unique cross-section location id. -branchId = pipe_10_E143 # Branch on which the cross section is located. -chainage = 49.83907130309429 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E144_49.83 # Unique cross-section location id. -branchId = pipe_10_E144 # Branch on which the cross section is located. -chainage = 49.833971188335845 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E145_49.84 # Unique cross-section location id. -branchId = pipe_10_E145 # Branch on which the cross section is located. -chainage = 49.83925344048782 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E146_49.52 # Unique cross-section location id. -branchId = pipe_10_E146 # Branch on which the cross section is located. -chainage = 49.51524313510111 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E147_49.80 # Unique cross-section location id. -branchId = pipe_10_E147 # Branch on which the cross section is located. -chainage = 49.79779392228012 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E148_49.81 # Unique cross-section location id. -branchId = pipe_10_E148 # Branch on which the cross section is located. -chainage = 49.814279950098104 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E149_49.84 # Unique cross-section location id. -branchId = pipe_10_E149 # Branch on which the cross section is located. -chainage = 49.839253440386834 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E150_49.80 # Unique cross-section location id. -branchId = pipe_10_E150 # Branch on which the cross section is located. -chainage = 49.79697899728512 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E151_49.63 # Unique cross-section location id. -branchId = pipe_10_E151 # Branch on which the cross section is located. -chainage = 49.63149487296146 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E152_49.79 # Unique cross-section location id. -branchId = pipe_10_E152 # Branch on which the cross section is located. -chainage = 49.78924570231503 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E153_49.84 # Unique cross-section location id. -branchId = pipe_10_E153 # Branch on which the cross section is located. -chainage = 49.83925343977265 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E154_49.55 # Unique cross-section location id. -branchId = pipe_10_E154 # Branch on which the cross section is located. -chainage = 49.54757279929858 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E155_49.76 # Unique cross-section location id. -branchId = pipe_10_E155 # Branch on which the cross section is located. -chainage = 49.76352609997928 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E156_49.84 # Unique cross-section location id. -branchId = pipe_10_E156 # Branch on which the cross section is located. -chainage = 49.839253440139636 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E157_49.84 # Unique cross-section location id. -branchId = pipe_10_E157 # Branch on which the cross section is located. -chainage = 49.83925344091337 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E158_49.84 # Unique cross-section location id. -branchId = pipe_10_E158 # Branch on which the cross section is located. -chainage = 49.839253440318856 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E159_49.83 # Unique cross-section location id. -branchId = pipe_10_E159 # Branch on which the cross section is located. -chainage = 49.8322208007641 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E160_49.84 # Unique cross-section location id. -branchId = pipe_10_E160 # Branch on which the cross section is located. -chainage = 49.83925344016773 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E161_49.72 # Unique cross-section location id. -branchId = pipe_10_E161 # Branch on which the cross section is located. -chainage = 49.71933278993933 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E162_49.84 # Unique cross-section location id. -branchId = pipe_10_E162 # Branch on which the cross section is located. -chainage = 49.83925344037334 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E163_49.84 # Unique cross-section location id. -branchId = pipe_10_E163 # Branch on which the cross section is located. -chainage = 49.83925344053426 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E164_49.77 # Unique cross-section location id. -branchId = pipe_10_E164 # Branch on which the cross section is located. -chainage = 49.770844236804756 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E165_49.84 # Unique cross-section location id. -branchId = pipe_10_E165 # Branch on which the cross section is located. -chainage = 49.839253440845404 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E166_49.84 # Unique cross-section location id. -branchId = pipe_10_E166 # Branch on which the cross section is located. -chainage = 49.83925344066471 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E167_49.84 # Unique cross-section location id. -branchId = pipe_10_E167 # Branch on which the cross section is located. -chainage = 49.83925344007734 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E168_49.84 # Unique cross-section location id. -branchId = pipe_10_E168 # Branch on which the cross section is located. -chainage = 49.839253440845404 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E169_49.84 # Unique cross-section location id. -branchId = pipe_10_E169 # Branch on which the cross section is located. -chainage = 49.83925344066471 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E170_49.84 # Unique cross-section location id. -branchId = pipe_10_E170 # Branch on which the cross section is located. -chainage = 49.83800674631368 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E171_49.84 # Unique cross-section location id. -branchId = pipe_10_E171 # Branch on which the cross section is located. -chainage = 49.83925344051382 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E172_49.63 # Unique cross-section location id. -branchId = pipe_10_E172 # Branch on which the cross section is located. -chainage = 49.63340529608687 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E173_49.84 # Unique cross-section location id. -branchId = pipe_10_E173 # Branch on which the cross section is located. -chainage = 49.839253439990614 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E174_49.83 # Unique cross-section location id. -branchId = pipe_10_E174 # Branch on which the cross section is located. -chainage = 49.8331830580167 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E175_49.84 # Unique cross-section location id. -branchId = pipe_10_E175 # Branch on which the cross section is located. -chainage = 49.83925344020269 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E176_49.75 # Unique cross-section location id. -branchId = pipe_10_E176 # Branch on which the cross section is located. -chainage = 49.74687124686326 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E177_49.84 # Unique cross-section location id. -branchId = pipe_10_E177 # Branch on which the cross section is located. -chainage = 49.83925344019567 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E178_49.33 # Unique cross-section location id. -branchId = pipe_10_E178 # Branch on which the cross section is located. -chainage = 49.33448225304887 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E179_49.84 # Unique cross-section location id. -branchId = pipe_10_E179 # Branch on which the cross section is located. -chainage = 49.83925344049085 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E180_49.26 # Unique cross-section location id. -branchId = pipe_10_E180 # Branch on which the cross section is located. -chainage = 49.25834687576407 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E181_49.76 # Unique cross-section location id. -branchId = pipe_10_E181 # Branch on which the cross section is located. -chainage = 49.76079786171819 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E182_49.81 # Unique cross-section location id. -branchId = pipe_10_E182 # Branch on which the cross section is located. -chainage = 49.809042036568556 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E183_49.84 # Unique cross-section location id. -branchId = pipe_10_E183 # Branch on which the cross section is located. -chainage = 49.83925344044951 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E184_49.82 # Unique cross-section location id. -branchId = pipe_10_E184 # Branch on which the cross section is located. -chainage = 49.82355673634567 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E185_49.56 # Unique cross-section location id. -branchId = pipe_10_E185 # Branch on which the cross section is located. -chainage = 49.55836626187642 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E186_48.93 # Unique cross-section location id. -branchId = pipe_10_E186 # Branch on which the cross section is located. -chainage = 48.92552288726419 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E187_49.64 # Unique cross-section location id. -branchId = pipe_10_E187 # Branch on which the cross section is located. -chainage = 49.6354641899135 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E188_49.76 # Unique cross-section location id. -branchId = pipe_10_E188 # Branch on which the cross section is located. -chainage = 49.755925666242796 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E189_49.84 # Unique cross-section location id. -branchId = pipe_10_E189 # Branch on which the cross section is located. -chainage = 49.83846020978908 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E190_49.78 # Unique cross-section location id. -branchId = pipe_10_E190 # Branch on which the cross section is located. -chainage = 49.78012040342979 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E191_49.84 # Unique cross-section location id. -branchId = pipe_10_E191 # Branch on which the cross section is located. -chainage = 49.83925344049142 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E192_49.84 # Unique cross-section location id. -branchId = pipe_10_E192 # Branch on which the cross section is located. -chainage = 49.83925344049142 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E193_49.84 # Unique cross-section location id. -branchId = pipe_10_E193 # Branch on which the cross section is located. -chainage = 49.83925344062081 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E194_49.81 # Unique cross-section location id. -branchId = pipe_10_E194 # Branch on which the cross section is located. -chainage = 49.814465585928296 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E195_49.68 # Unique cross-section location id. -branchId = pipe_10_E195 # Branch on which the cross section is located. -chainage = 49.67749743658453 # Chainage on the branch (m). -shift = 800.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E196_49.84 # Unique cross-section location id. -branchId = pipe_10_E196 # Branch on which the cross section is located. -chainage = 49.83925344033773 # Chainage on the branch (m). -shift = 800.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E197_49.84 # Unique cross-section location id. -branchId = pipe_10_E197 # Branch on which the cross section is located. -chainage = 49.8359208773019 # Chainage on the branch (m). -shift = 813.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E198_49.80 # Unique cross-section location id. -branchId = pipe_10_E198 # Branch on which the cross section is located. -chainage = 49.79913871334178 # Chainage on the branch (m). -shift = 798.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E199_49.84 # Unique cross-section location id. -branchId = pipe_10_E199 # Branch on which the cross section is located. -chainage = 49.8392534406796 # Chainage on the branch (m). -shift = 798.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E200_49.79 # Unique cross-section location id. -branchId = pipe_10_E200 # Branch on which the cross section is located. -chainage = 49.79214093814955 # Chainage on the branch (m). -shift = 791.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E201_49.84 # Unique cross-section location id. -branchId = pipe_10_E201 # Branch on which the cross section is located. -chainage = 49.83925344044265 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E202_49.84 # Unique cross-section location id. -branchId = pipe_10_E202 # Branch on which the cross section is located. -chainage = 49.83925342631193 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E203_49.80 # Unique cross-section location id. -branchId = pipe_10_E203 # Branch on which the cross section is located. -chainage = 49.80303350787121 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E204_49.84 # Unique cross-section location id. -branchId = pipe_10_E204 # Branch on which the cross section is located. -chainage = 49.839253441079656 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E205_49.78 # Unique cross-section location id. -branchId = pipe_10_E205 # Branch on which the cross section is located. -chainage = 49.783432812060994 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E206_49.84 # Unique cross-section location id. -branchId = pipe_10_E206 # Branch on which the cross section is located. -chainage = 49.83925344063029 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E207_49.84 # Unique cross-section location id. -branchId = pipe_10_E207 # Branch on which the cross section is located. -chainage = 49.839253440160604 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E208_49.84 # Unique cross-section location id. -branchId = pipe_10_E208 # Branch on which the cross section is located. -chainage = 49.83800645043026 # Chainage on the branch (m). -shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E209_49.84 # Unique cross-section location id. -branchId = pipe_10_E209 # Branch on which the cross section is located. -chainage = 49.83925344055787 # Chainage on the branch (m). -shift = 793.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E210_49.84 # Unique cross-section location id. -branchId = pipe_10_E210 # Branch on which the cross section is located. -chainage = 49.839253440380794 # Chainage on the branch (m). -shift = 793.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E211_49.84 # Unique cross-section location id. -branchId = pipe_10_E211 # Branch on which the cross section is located. -chainage = 49.839253440380794 # Chainage on the branch (m). -shift = 783.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E212_49.79 # Unique cross-section location id. -branchId = pipe_10_E212 # Branch on which the cross section is located. -chainage = 49.794513119883554 # Chainage on the branch (m). -shift = 791.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E213_49.78 # Unique cross-section location id. -branchId = pipe_10_E213 # Branch on which the cross section is located. -chainage = 49.780805985467886 # Chainage on the branch (m). -shift = 791.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E214_49.84 # Unique cross-section location id. -branchId = pipe_10_E214 # Branch on which the cross section is located. -chainage = 49.83925344043066 # Chainage on the branch (m). -shift = 791.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E215_49.84 # Unique cross-section location id. -branchId = pipe_10_E215 # Branch on which the cross section is located. -chainage = 49.83925344043066 # Chainage on the branch (m). -shift = 779.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E216_49.84 # Unique cross-section location id. -branchId = pipe_10_E216 # Branch on which the cross section is located. -chainage = 49.83925344043066 # Chainage on the branch (m). -shift = 787.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E217_49.84 # Unique cross-section location id. -branchId = pipe_10_E217 # Branch on which the cross section is located. -chainage = 49.83925344043066 # Chainage on the branch (m). -shift = 787.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E218_49.77 # Unique cross-section location id. -branchId = pipe_10_E218 # Branch on which the cross section is located. -chainage = 49.769154906161845 # Chainage on the branch (m). -shift = 794.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E219_49.84 # Unique cross-section location id. -branchId = pipe_10_E219 # Branch on which the cross section is located. -chainage = 49.839253440706344 # Chainage on the branch (m). -shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E220_49.67 # Unique cross-section location id. -branchId = pipe_10_E220 # Branch on which the cross section is located. -chainage = 49.67309573759097 # Chainage on the branch (m). -shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E221_49.84 # Unique cross-section location id. -branchId = pipe_10_E221 # Branch on which the cross section is located. -chainage = 49.839253440123834 # Chainage on the branch (m). -shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E222_49.84 # Unique cross-section location id. -branchId = pipe_10_E222 # Branch on which the cross section is located. -chainage = 49.839253440658446 # Chainage on the branch (m). -shift = 755.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E223_49.82 # Unique cross-section location id. -branchId = pipe_10_E223 # Branch on which the cross section is located. -chainage = 49.816369690785145 # Chainage on the branch (m). -shift = 755.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E224_49.84 # Unique cross-section location id. -branchId = pipe_10_E224 # Branch on which the cross section is located. -chainage = 49.83925344046777 # Chainage on the branch (m). -shift = 755.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E225_49.84 # Unique cross-section location id. -branchId = pipe_10_E225 # Branch on which the cross section is located. -chainage = 49.83925344046777 # Chainage on the branch (m). -shift = 743.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E226_49.84 # Unique cross-section location id. -branchId = pipe_10_E226 # Branch on which the cross section is located. -chainage = 49.83925344046777 # Chainage on the branch (m). -shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E227_49.84 # Unique cross-section location id. -branchId = pipe_10_E227 # Branch on which the cross section is located. -chainage = 49.83925344111945 # Chainage on the branch (m). -shift = 726.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E228_49.78 # Unique cross-section location id. -branchId = pipe_10_E228 # Branch on which the cross section is located. -chainage = 49.77551212335701 # Chainage on the branch (m). -shift = 726.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E229_49.74 # Unique cross-section location id. -branchId = pipe_10_E229 # Branch on which the cross section is located. -chainage = 49.744789409198376 # Chainage on the branch (m). -shift = 726.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E230_49.84 # Unique cross-section location id. -branchId = pipe_10_E230 # Branch on which the cross section is located. -chainage = 49.83925344066407 # Chainage on the branch (m). -shift = 733.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E231_49.82 # Unique cross-section location id. -branchId = pipe_10_E231 # Branch on which the cross section is located. -chainage = 49.82184036732441 # Chainage on the branch (m). -shift = 733.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E232_49.84 # Unique cross-section location id. -branchId = pipe_10_E232 # Branch on which the cross section is located. -chainage = 49.8392534406345 # Chainage on the branch (m). -shift = 739.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E233_49.84 # Unique cross-section location id. -branchId = pipe_10_E233 # Branch on which the cross section is located. -chainage = 49.83925344020636 # Chainage on the branch (m). -shift = 739.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E234_49.84 # Unique cross-section location id. -branchId = pipe_10_E234 # Branch on which the cross section is located. -chainage = 49.839253440841276 # Chainage on the branch (m). -shift = 733.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E235_49.84 # Unique cross-section location id. -branchId = pipe_10_E235 # Branch on which the cross section is located. -chainage = 49.83925344020636 # Chainage on the branch (m). -shift = 733.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E236_49.84 # Unique cross-section location id. -branchId = pipe_10_E236 # Branch on which the cross section is located. -chainage = 49.8392534406345 # Chainage on the branch (m). -shift = 735.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E237_49.84 # Unique cross-section location id. -branchId = pipe_10_E237 # Branch on which the cross section is located. -chainage = 49.8392534406345 # Chainage on the branch (m). -shift = 735.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E238_49.81 # Unique cross-section location id. -branchId = pipe_10_E238 # Branch on which the cross section is located. -chainage = 49.80643576287513 # Chainage on the branch (m). -shift = 724.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E239_49.84 # Unique cross-section location id. -branchId = pipe_10_E239 # Branch on which the cross section is located. -chainage = 49.83925344064685 # Chainage on the branch (m). -shift = 724.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E240_49.84 # Unique cross-section location id. -branchId = pipe_10_E240 # Branch on which the cross section is located. -chainage = 49.83925344064685 # Chainage on the branch (m). -shift = 688.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E241_49.83 # Unique cross-section location id. -branchId = pipe_10_E241 # Branch on which the cross section is located. -chainage = 49.828474002284906 # Chainage on the branch (m). -shift = 731.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E242_49.84 # Unique cross-section location id. -branchId = pipe_10_E242 # Branch on which the cross section is located. -chainage = 49.839253440981 # Chainage on the branch (m). -shift = 731.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E243_49.84 # Unique cross-section location id. -branchId = pipe_10_E243 # Branch on which the cross section is located. -chainage = 49.839253440149875 # Chainage on the branch (m). -shift = 719.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E244_49.48 # Unique cross-section location id. -branchId = pipe_10_E244 # Branch on which the cross section is located. -chainage = 49.48443951786127 # Chainage on the branch (m). -shift = 719.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E245_49.84 # Unique cross-section location id. -branchId = pipe_10_E245 # Branch on which the cross section is located. -chainage = 49.839253440624155 # Chainage on the branch (m). -shift = 736.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E246_49.58 # Unique cross-section location id. -branchId = pipe_10_E246 # Branch on which the cross section is located. -chainage = 49.580431078099984 # Chainage on the branch (m). -shift = 725.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E247_49.84 # Unique cross-section location id. -branchId = pipe_10_E247 # Branch on which the cross section is located. -chainage = 49.83925344100664 # Chainage on the branch (m). -shift = 725.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E248_49.73 # Unique cross-section location id. -branchId = pipe_10_E248 # Branch on which the cross section is located. -chainage = 49.7320234398556 # Chainage on the branch (m). -shift = 732.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E249_49.84 # Unique cross-section location id. -branchId = pipe_10_E249 # Branch on which the cross section is located. -chainage = 49.839253440915044 # Chainage on the branch (m). -shift = 732.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E250_49.83 # Unique cross-section location id. -branchId = pipe_10_E250 # Branch on which the cross section is located. -chainage = 49.82596705660955 # Chainage on the branch (m). -shift = 748.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E251_49.84 # Unique cross-section location id. -branchId = pipe_10_E251 # Branch on which the cross section is located. -chainage = 49.83925344102233 # Chainage on the branch (m). -shift = 748.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E252_49.84 # Unique cross-section location id. -branchId = pipe_10_E252 # Branch on which the cross section is located. -chainage = 49.8378374224167 # Chainage on the branch (m). -shift = 748.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E253_49.84 # Unique cross-section location id. -branchId = pipe_10_E253 # Branch on which the cross section is located. -chainage = 49.83925344048981 # Chainage on the branch (m). -shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E254_49.84 # Unique cross-section location id. -branchId = pipe_10_E254 # Branch on which the cross section is located. -chainage = 49.838558166773225 # Chainage on the branch (m). -shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E255_49.84 # Unique cross-section location id. -branchId = pipe_10_E255 # Branch on which the cross section is located. -chainage = 49.83925344049829 # Chainage on the branch (m). -shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E256_49.84 # Unique cross-section location id. -branchId = pipe_10_E256 # Branch on which the cross section is located. -chainage = 49.83925344022301 # Chainage on the branch (m). -shift = 763.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E257_49.79 # Unique cross-section location id. -branchId = pipe_10_E257 # Branch on which the cross section is located. -chainage = 49.786456327744844 # Chainage on the branch (m). -shift = 763.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E258_49.72 # Unique cross-section location id. -branchId = pipe_10_E258 # Branch on which the cross section is located. -chainage = 49.72296144776011 # Chainage on the branch (m). -shift = 763.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E259_49.84 # Unique cross-section location id. -branchId = pipe_10_E259 # Branch on which the cross section is located. -chainage = 49.839253440566566 # Chainage on the branch (m). -shift = 766.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E260_49.84 # Unique cross-section location id. -branchId = pipe_10_E260 # Branch on which the cross section is located. -chainage = 49.837808280542504 # Chainage on the branch (m). -shift = 760.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E261_49.84 # Unique cross-section location id. -branchId = pipe_10_E261 # Branch on which the cross section is located. -chainage = 49.83925344078458 # Chainage on the branch (m). -shift = 760.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E262_49.58 # Unique cross-section location id. -branchId = pipe_10_E262 # Branch on which the cross section is located. -chainage = 49.57897846539425 # Chainage on the branch (m). -shift = 760.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E263_49.57 # Unique cross-section location id. -branchId = pipe_10_E263 # Branch on which the cross section is located. -chainage = 49.56982485811156 # Chainage on the branch (m). -shift = 760.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E264_49.66 # Unique cross-section location id. -branchId = pipe_10_E264 # Branch on which the cross section is located. -chainage = 49.656668612361955 # Chainage on the branch (m). -shift = 775.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E265_49.84 # Unique cross-section location id. -branchId = pipe_10_E265 # Branch on which the cross section is located. -chainage = 49.83925343977785 # Chainage on the branch (m). -shift = 775.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E266_49.75 # Unique cross-section location id. -branchId = pipe_10_E266 # Branch on which the cross section is located. -chainage = 49.749917022504704 # Chainage on the branch (m). -shift = 775.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E267_49.84 # Unique cross-section location id. -branchId = pipe_10_E267 # Branch on which the cross section is located. -chainage = 49.839253440770456 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E268_49.73 # Unique cross-section location id. -branchId = pipe_10_E268 # Branch on which the cross section is located. -chainage = 49.73065043087553 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E269_49.60 # Unique cross-section location id. -branchId = pipe_10_E269 # Branch on which the cross section is located. -chainage = 49.59813433803431 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E270_49.57 # Unique cross-section location id. -branchId = pipe_10_E270 # Branch on which the cross section is located. -chainage = 49.57233335114046 # Chainage on the branch (m). -shift = 812.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E271_49.45 # Unique cross-section location id. -branchId = pipe_10_E271 # Branch on which the cross section is located. -chainage = 49.453085971488186 # Chainage on the branch (m). -shift = 812.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E272_49.74 # Unique cross-section location id. -branchId = pipe_10_E272 # Branch on which the cross section is located. -chainage = 49.74393890931481 # Chainage on the branch (m). -shift = 777.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E273_44.86 # Unique cross-section location id. -branchId = pipe_10_E273 # Branch on which the cross section is located. -chainage = 44.85809334763953 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E274_49.36 # Unique cross-section location id. -branchId = pipe_10_E274 # Branch on which the cross section is located. -chainage = 49.35917902935394 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E275_49.62 # Unique cross-section location id. -branchId = pipe_10_E275 # Branch on which the cross section is located. -chainage = 49.61762711803174 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_10_E276_49.82 # Unique cross-section location id. -branchId = pipe_10_E276 # Branch on which the cross section is located. -chainage = 49.8237205616954 # Chainage on the branch (m). -shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E0_45.84 # Unique cross-section location id. -branchId = pipe_11_E0 # Branch on which the cross section is located. -chainage = 45.843398512725564 # Chainage on the branch (m). -shift = 798.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E1_46.58 # Unique cross-section location id. -branchId = pipe_11_E1 # Branch on which the cross section is located. -chainage = 46.58491410958195 # Chainage on the branch (m). -shift = 791.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E2_46.58 # Unique cross-section location id. -branchId = pipe_11_E2 # Branch on which the cross section is located. -chainage = 46.58491410944088 # Chainage on the branch (m). -shift = 791.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E3_46.58 # Unique cross-section location id. -branchId = pipe_11_E3 # Branch on which the cross section is located. -chainage = 46.58491411032287 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E4_46.58 # Unique cross-section location id. -branchId = pipe_11_E4 # Branch on which the cross section is located. -chainage = 46.57775501031621 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E5_46.38 # Unique cross-section location id. -branchId = pipe_11_E5 # Branch on which the cross section is located. -chainage = 46.37618225725309 # Chainage on the branch (m). -shift = 796.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E6_46.58 # Unique cross-section location id. -branchId = pipe_11_E6 # Branch on which the cross section is located. -chainage = 46.584914110282384 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E7_46.51 # Unique cross-section location id. -branchId = pipe_11_E7 # Branch on which the cross section is located. -chainage = 46.511218931962595 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E8_46.00 # Unique cross-section location id. -branchId = pipe_11_E8 # Branch on which the cross section is located. -chainage = 45.99932921986387 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_11_E9_46.58 # Unique cross-section location id. -branchId = pipe_11_E9 # Branch on which the cross section is located. -chainage = 46.58491410963628 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_12_E0_43.02 # Unique cross-section location id. -branchId = pipe_12_E0 # Branch on which the cross section is located. -chainage = 43.01924325419659 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_12_E1_43.02 # Unique cross-section location id. -branchId = pipe_12_E1 # Branch on which the cross section is located. -chainage = 43.019243253331936 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_12_E2_42.93 # Unique cross-section location id. -branchId = pipe_12_E2 # Branch on which the cross section is located. -chainage = 42.93120044824856 # Chainage on the branch (m). -shift = 796.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_12_E3_43.01 # Unique cross-section location id. -branchId = pipe_12_E3 # Branch on which the cross section is located. -chainage = 43.01316151787953 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_12_E4_43.02 # Unique cross-section location id. -branchId = pipe_12_E4 # Branch on which the cross section is located. -chainage = 43.01924325381993 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_12_E5_43.02 # Unique cross-section location id. -branchId = pipe_12_E5 # Branch on which the cross section is located. -chainage = 43.01924325381993 # Chainage on the branch (m). -shift = 805.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_12_E6_42.93 # Unique cross-section location id. -branchId = pipe_12_E6 # Branch on which the cross section is located. -chainage = 42.92881876957556 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_15_E0_24.50 # Unique cross-section location id. -branchId = pipe_15_E0 # Branch on which the cross section is located. -chainage = 24.495994239973164 # Chainage on the branch (m). -shift = 793.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_17_E0_29.14 # Unique cross-section location id. -branchId = pipe_17_E0 # Branch on which the cross section is located. -chainage = 29.141086097378533 # Chainage on the branch (m). -shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_18_E0_22.88 # Unique cross-section location id. -branchId = pipe_18_E0 # Branch on which the cross section is located. -chainage = 22.878491593160298 # Chainage on the branch (m). -shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_19_E0_47.59 # Unique cross-section location id. -branchId = pipe_19_E0 # Branch on which the cross section is located. -chainage = 47.587741776424224 # Chainage on the branch (m). -shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_19_E1_41.79 # Unique cross-section location id. -branchId = pipe_19_E1 # Branch on which the cross section is located. -chainage = 41.785296128106395 # Chainage on the branch (m). -shift = 802.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E0_49.96 # Unique cross-section location id. -branchId = pipe_20_E0 # Branch on which the cross section is located. -chainage = 49.95704984773258 # Chainage on the branch (m). -shift = 793.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E1_49.96 # Unique cross-section location id. -branchId = pipe_20_E1 # Branch on which the cross section is located. -chainage = 49.95704984834314 # Chainage on the branch (m). -shift = 793.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E2_48.94 # Unique cross-section location id. -branchId = pipe_20_E2 # Branch on which the cross section is located. -chainage = 48.936996810257995 # Chainage on the branch (m). -shift = 806.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E3_49.96 # Unique cross-section location id. -branchId = pipe_20_E3 # Branch on which the cross section is located. -chainage = 49.95704984809253 # Chainage on the branch (m). -shift = 806.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E4_49.95 # Unique cross-section location id. -branchId = pipe_20_E4 # Branch on which the cross section is located. -chainage = 49.947385232052916 # Chainage on the branch (m). -shift = 791.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E5_49.96 # Unique cross-section location id. -branchId = pipe_20_E5 # Branch on which the cross section is located. -chainage = 49.95704984753578 # Chainage on the branch (m). -shift = 809.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E6_49.95 # Unique cross-section location id. -branchId = pipe_20_E6 # Branch on which the cross section is located. -chainage = 49.953592002743825 # Chainage on the branch (m). -shift = 809.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E7_49.96 # Unique cross-section location id. -branchId = pipe_20_E7 # Branch on which the cross section is located. -chainage = 49.95704984869966 # Chainage on the branch (m). -shift = 809.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E8_49.96 # Unique cross-section location id. -branchId = pipe_20_E8 # Branch on which the cross section is located. -chainage = 49.95704984779247 # Chainage on the branch (m). -shift = 816.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E9_49.96 # Unique cross-section location id. -branchId = pipe_20_E9 # Branch on which the cross section is located. -chainage = 49.95704984779247 # Chainage on the branch (m). -shift = 816.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E10_49.96 # Unique cross-section location id. -branchId = pipe_20_E10 # Branch on which the cross section is located. -chainage = 49.95704984869966 # Chainage on the branch (m). -shift = 788.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E11_49.59 # Unique cross-section location id. -branchId = pipe_20_E11 # Branch on which the cross section is located. -chainage = 49.585688827984505 # Chainage on the branch (m). -shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E12_49.58 # Unique cross-section location id. -branchId = pipe_20_E12 # Branch on which the cross section is located. -chainage = 49.577814057035695 # Chainage on the branch (m). -shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E13_49.66 # Unique cross-section location id. -branchId = pipe_20_E13 # Branch on which the cross section is located. -chainage = 49.66458590282397 # Chainage on the branch (m). -shift = 769.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E14_48.97 # Unique cross-section location id. -branchId = pipe_20_E14 # Branch on which the cross section is located. -chainage = 48.97407351409041 # Chainage on the branch (m). -shift = 788.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E15_49.81 # Unique cross-section location id. -branchId = pipe_20_E15 # Branch on which the cross section is located. -chainage = 49.81050977806989 # Chainage on the branch (m). -shift = 788.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E16_49.96 # Unique cross-section location id. -branchId = pipe_20_E16 # Branch on which the cross section is located. -chainage = 49.95704984838784 # Chainage on the branch (m). -shift = 817.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E17_49.83 # Unique cross-section location id. -branchId = pipe_20_E17 # Branch on which the cross section is located. -chainage = 49.830324075578766 # Chainage on the branch (m). -shift = 817.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E18_49.96 # Unique cross-section location id. -branchId = pipe_20_E18 # Branch on which the cross section is located. -chainage = 49.95704984802477 # Chainage on the branch (m). -shift = 817.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E19_49.95 # Unique cross-section location id. -branchId = pipe_20_E19 # Branch on which the cross section is located. -chainage = 49.94692087171769 # Chainage on the branch (m). -shift = 844.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E20_49.59 # Unique cross-section location id. -branchId = pipe_20_E20 # Branch on which the cross section is located. -chainage = 49.58547268938827 # Chainage on the branch (m). -shift = 844.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E21_48.97 # Unique cross-section location id. -branchId = pipe_20_E21 # Branch on which the cross section is located. -chainage = 48.96556544834205 # Chainage on the branch (m). -shift = 844.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E22_49.67 # Unique cross-section location id. -branchId = pipe_20_E22 # Branch on which the cross section is located. -chainage = 49.668690685108295 # Chainage on the branch (m). -shift = 830.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E23_49.75 # Unique cross-section location id. -branchId = pipe_20_E23 # Branch on which the cross section is located. -chainage = 49.746636608424275 # Chainage on the branch (m). -shift = 759.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E24_49.49 # Unique cross-section location id. -branchId = pipe_20_E24 # Branch on which the cross section is located. -chainage = 49.48847166878901 # Chainage on the branch (m). -shift = 759.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E25_49.95 # Unique cross-section location id. -branchId = pipe_20_E25 # Branch on which the cross section is located. -chainage = 49.95490490596672 # Chainage on the branch (m). -shift = 748.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E26_49.96 # Unique cross-section location id. -branchId = pipe_20_E26 # Branch on which the cross section is located. -chainage = 49.956973552539544 # Chainage on the branch (m). -shift = 748.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E27_49.96 # Unique cross-section location id. -branchId = pipe_20_E27 # Branch on which the cross section is located. -chainage = 49.95704984812639 # Chainage on the branch (m). -shift = 740.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E28_49.94 # Unique cross-section location id. -branchId = pipe_20_E28 # Branch on which the cross section is located. -chainage = 49.94399875236125 # Chainage on the branch (m). -shift = 740.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E29_49.68 # Unique cross-section location id. -branchId = pipe_20_E29 # Branch on which the cross section is located. -chainage = 49.683455596777314 # Chainage on the branch (m). -shift = 745.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E30_49.77 # Unique cross-section location id. -branchId = pipe_20_E30 # Branch on which the cross section is located. -chainage = 49.77128895878756 # Chainage on the branch (m). -shift = 754.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E31_49.95 # Unique cross-section location id. -branchId = pipe_20_E31 # Branch on which the cross section is located. -chainage = 49.94625756879414 # Chainage on the branch (m). -shift = 756.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E32_49.96 # Unique cross-section location id. -branchId = pipe_20_E32 # Branch on which the cross section is located. -chainage = 49.95704984853463 # Chainage on the branch (m). -shift = 756.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E33_49.91 # Unique cross-section location id. -branchId = pipe_20_E33 # Branch on which the cross section is located. -chainage = 49.90552159926363 # Chainage on the branch (m). -shift = 753.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E34_49.96 # Unique cross-section location id. -branchId = pipe_20_E34 # Branch on which the cross section is located. -chainage = 49.957049848188326 # Chainage on the branch (m). -shift = 753.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E35_49.96 # Unique cross-section location id. -branchId = pipe_20_E35 # Branch on which the cross section is located. -chainage = 49.9570497905843 # Chainage on the branch (m). -shift = 748.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E36_49.96 # Unique cross-section location id. -branchId = pipe_20_E36 # Branch on which the cross section is located. -chainage = 49.95667604528184 # Chainage on the branch (m). -shift = 757.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E37_49.96 # Unique cross-section location id. -branchId = pipe_20_E37 # Branch on which the cross section is located. -chainage = 49.95704984795827 # Chainage on the branch (m). -shift = 751.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E38_49.67 # Unique cross-section location id. -branchId = pipe_20_E38 # Branch on which the cross section is located. -chainage = 49.66719753390383 # Chainage on the branch (m). -shift = 751.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E39_49.82 # Unique cross-section location id. -branchId = pipe_20_E39 # Branch on which the cross section is located. -chainage = 49.81743350494777 # Chainage on the branch (m). -shift = 751.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E40_49.77 # Unique cross-section location id. -branchId = pipe_20_E40 # Branch on which the cross section is located. -chainage = 49.772669703716815 # Chainage on the branch (m). -shift = 749.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E41_49.32 # Unique cross-section location id. -branchId = pipe_20_E41 # Branch on which the cross section is located. -chainage = 49.32060476788469 # Chainage on the branch (m). -shift = 749.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E42_49.65 # Unique cross-section location id. -branchId = pipe_20_E42 # Branch on which the cross section is located. -chainage = 49.64900180595635 # Chainage on the branch (m). -shift = 748.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E43_49.89 # Unique cross-section location id. -branchId = pipe_20_E43 # Branch on which the cross section is located. -chainage = 49.887276682280984 # Chainage on the branch (m). -shift = 748.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E44_49.96 # Unique cross-section location id. -branchId = pipe_20_E44 # Branch on which the cross section is located. -chainage = 49.957049848313254 # Chainage on the branch (m). -shift = 748.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E45_49.96 # Unique cross-section location id. -branchId = pipe_20_E45 # Branch on which the cross section is located. -chainage = 49.95704984763464 # Chainage on the branch (m). -shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E46_49.94 # Unique cross-section location id. -branchId = pipe_20_E46 # Branch on which the cross section is located. -chainage = 49.935926847792814 # Chainage on the branch (m). -shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_20_E47_49.96 # Unique cross-section location id. -branchId = pipe_20_E47 # Branch on which the cross section is located. -chainage = 49.957049848292506 # Chainage on the branch (m). -shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_21_E0_42.65 # Unique cross-section location id. -branchId = pipe_21_E0 # Branch on which the cross section is located. -chainage = 42.6467639540124 # Chainage on the branch (m). -shift = 762.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_21_E1_38.75 # Unique cross-section location id. -branchId = pipe_21_E1 # Branch on which the cross section is located. -chainage = 38.7537967075955 # Chainage on the branch (m). -shift = 762.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_21_E2_42.21 # Unique cross-section location id. -branchId = pipe_21_E2 # Branch on which the cross section is located. -chainage = 42.2075811169523 # Chainage on the branch (m). -shift = 756.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_21_E3_42.65 # Unique cross-section location id. -branchId = pipe_21_E3 # Branch on which the cross section is located. -chainage = 42.64676395375684 # Chainage on the branch (m). -shift = 756.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_21_E4_40.07 # Unique cross-section location id. -branchId = pipe_21_E4 # Branch on which the cross section is located. -chainage = 40.07323138027512 # Chainage on the branch (m). -shift = 754.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_23_E0_26.38 # Unique cross-section location id. -branchId = pipe_23_E0 # Branch on which the cross section is located. -chainage = 26.384890886221175 # Chainage on the branch (m). -shift = 811.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_23_E1_26.38 # Unique cross-section location id. -branchId = pipe_23_E1 # Branch on which the cross section is located. -chainage = 26.384890886678356 # Chainage on the branch (m). -shift = 811.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_24_E0_42.24 # Unique cross-section location id. -branchId = pipe_24_E0 # Branch on which the cross section is located. -chainage = 42.244368446486874 # Chainage on the branch (m). -shift = 748.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_24_E1_45.73 # Unique cross-section location id. -branchId = pipe_24_E1 # Branch on which the cross section is located. -chainage = 45.72528168078143 # Chainage on the branch (m). -shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_25_E0_40.38 # Unique cross-section location id. -branchId = pipe_25_E0 # Branch on which the cross section is located. -chainage = 40.375905241400346 # Chainage on the branch (m). -shift = 788.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_25_E1_42.75 # Unique cross-section location id. -branchId = pipe_25_E1 # Branch on which the cross section is located. -chainage = 42.75417385701397 # Chainage on the branch (m). -shift = 788.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_25_E2_42.90 # Unique cross-section location id. -branchId = pipe_25_E2 # Branch on which the cross section is located. -chainage = 42.89681576703383 # Chainage on the branch (m). -shift = 780.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_26_E0_24.12 # Unique cross-section location id. -branchId = pipe_26_E0 # Branch on which the cross section is located. -chainage = 24.123747909750783 # Chainage on the branch (m). -shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_29_E0_32.61 # Unique cross-section location id. -branchId = pipe_29_E0 # Branch on which the cross section is located. -chainage = 32.61027693975268 # Chainage on the branch (m). -shift = 757.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_29_E1_31.24 # Unique cross-section location id. -branchId = pipe_29_E1 # Branch on which the cross section is located. -chainage = 31.239811053275748 # Chainage on the branch (m). -shift = 760.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_30_E0_45.94 # Unique cross-section location id. -branchId = pipe_30_E0 # Branch on which the cross section is located. -chainage = 45.93748369909814 # Chainage on the branch (m). -shift = 766.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_30_E1_41.51 # Unique cross-section location id. -branchId = pipe_30_E1 # Branch on which the cross section is located. -chainage = 41.51378750793971 # Chainage on the branch (m). -shift = 760.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_30_E2_45.90 # Unique cross-section location id. -branchId = pipe_30_E2 # Branch on which the cross section is located. -chainage = 45.896079738550505 # Chainage on the branch (m). -shift = 760.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_30_E3_45.95 # Unique cross-section location id. -branchId = pipe_30_E3 # Branch on which the cross section is located. -chainage = 45.953738123787836 # Chainage on the branch (m). -shift = 753.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_30_E4_45.94 # Unique cross-section location id. -branchId = pipe_30_E4 # Branch on which the cross section is located. -chainage = 45.9408526876547 # Chainage on the branch (m). -shift = 769.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_30_E5_45.81 # Unique cross-section location id. -branchId = pipe_30_E5 # Branch on which the cross section is located. -chainage = 45.80887744453785 # Chainage on the branch (m). -shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_30_E6_45.98 # Unique cross-section location id. -branchId = pipe_30_E6 # Branch on which the cross section is located. -chainage = 45.97569631548814 # Chainage on the branch (m). -shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_30_E7_44.55 # Unique cross-section location id. -branchId = pipe_30_E7 # Branch on which the cross section is located. -chainage = 44.546616613525906 # Chainage on the branch (m). -shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E0_49.57 # Unique cross-section location id. -branchId = pipe_32_E0 # Branch on which the cross section is located. -chainage = 49.57103512516862 # Chainage on the branch (m). -shift = 759.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E1_49.54 # Unique cross-section location id. -branchId = pipe_32_E1 # Branch on which the cross section is located. -chainage = 49.54396955883138 # Chainage on the branch (m). -shift = 769.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E2_49.55 # Unique cross-section location id. -branchId = pipe_32_E2 # Branch on which the cross section is located. -chainage = 49.54502644111863 # Chainage on the branch (m). -shift = 769.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E3_49.57 # Unique cross-section location id. -branchId = pipe_32_E3 # Branch on which the cross section is located. -chainage = 49.571035125135865 # Chainage on the branch (m). -shift = 778.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E4_49.56 # Unique cross-section location id. -branchId = pipe_32_E4 # Branch on which the cross section is located. -chainage = 49.562408646584444 # Chainage on the branch (m). -shift = 778.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E5_49.55 # Unique cross-section location id. -branchId = pipe_32_E5 # Branch on which the cross section is located. -chainage = 49.546247818157305 # Chainage on the branch (m). -shift = 783.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E6_49.57 # Unique cross-section location id. -branchId = pipe_32_E6 # Branch on which the cross section is located. -chainage = 49.57103512517064 # Chainage on the branch (m). -shift = 783.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E7_49.57 # Unique cross-section location id. -branchId = pipe_32_E7 # Branch on which the cross section is located. -chainage = 49.57103512502327 # Chainage on the branch (m). -shift = 785.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E8_49.51 # Unique cross-section location id. -branchId = pipe_32_E8 # Branch on which the cross section is located. -chainage = 49.51068945503694 # Chainage on the branch (m). -shift = 785.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E9_49.57 # Unique cross-section location id. -branchId = pipe_32_E9 # Branch on which the cross section is located. -chainage = 49.57103512498852 # Chainage on the branch (m). -shift = 787.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E10_49.52 # Unique cross-section location id. -branchId = pipe_32_E10 # Branch on which the cross section is located. -chainage = 49.522754397417714 # Chainage on the branch (m). -shift = 787.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E11_49.42 # Unique cross-section location id. -branchId = pipe_32_E11 # Branch on which the cross section is located. -chainage = 49.42029788017918 # Chainage on the branch (m). -shift = 786.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E12_49.57 # Unique cross-section location id. -branchId = pipe_32_E12 # Branch on which the cross section is located. -chainage = 49.56898871911207 # Chainage on the branch (m). -shift = 814.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E13_49.57 # Unique cross-section location id. -branchId = pipe_32_E13 # Branch on which the cross section is located. -chainage = 49.56775345231123 # Chainage on the branch (m). -shift = 815.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E14_49.57 # Unique cross-section location id. -branchId = pipe_32_E14 # Branch on which the cross section is located. -chainage = 49.571035125032836 # Chainage on the branch (m). -shift = 815.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E15_49.57 # Unique cross-section location id. -branchId = pipe_32_E15 # Branch on which the cross section is located. -chainage = 49.57103512520923 # Chainage on the branch (m). -shift = 800.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E16_49.57 # Unique cross-section location id. -branchId = pipe_32_E16 # Branch on which the cross section is located. -chainage = 49.57103512520923 # Chainage on the branch (m). -shift = 835.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E17_49.57 # Unique cross-section location id. -branchId = pipe_32_E17 # Branch on which the cross section is located. -chainage = 49.571035125032836 # Chainage on the branch (m). -shift = 835.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E18_49.57 # Unique cross-section location id. -branchId = pipe_32_E18 # Branch on which the cross section is located. -chainage = 49.5710351246013 # Chainage on the branch (m). -shift = 826.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E19_49.56 # Unique cross-section location id. -branchId = pipe_32_E19 # Branch on which the cross section is located. -chainage = 49.56250646342485 # Chainage on the branch (m). -shift = 826.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E20_49.57 # Unique cross-section location id. -branchId = pipe_32_E20 # Branch on which the cross section is located. -chainage = 49.571035125247434 # Chainage on the branch (m). -shift = 851.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E21_49.57 # Unique cross-section location id. -branchId = pipe_32_E21 # Branch on which the cross section is located. -chainage = 49.57103512444166 # Chainage on the branch (m). -shift = 851.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E22_49.12 # Unique cross-section location id. -branchId = pipe_32_E22 # Branch on which the cross section is located. -chainage = 49.120219750851604 # Chainage on the branch (m). -shift = 851.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E23_49.55 # Unique cross-section location id. -branchId = pipe_32_E23 # Branch on which the cross section is located. -chainage = 49.55475043133406 # Chainage on the branch (m). -shift = 888.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E24_49.57 # Unique cross-section location id. -branchId = pipe_32_E24 # Branch on which the cross section is located. -chainage = 49.57103512459825 # Chainage on the branch (m). -shift = 873.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E25_49.57 # Unique cross-section location id. -branchId = pipe_32_E25 # Branch on which the cross section is located. -chainage = 49.571025429274684 # Chainage on the branch (m). -shift = 873.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E26_49.57 # Unique cross-section location id. -branchId = pipe_32_E26 # Branch on which the cross section is located. -chainage = 49.57103512557068 # Chainage on the branch (m). -shift = 895.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E27_49.57 # Unique cross-section location id. -branchId = pipe_32_E27 # Branch on which the cross section is located. -chainage = 49.57103512461662 # Chainage on the branch (m). -shift = 895.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E28_49.29 # Unique cross-section location id. -branchId = pipe_32_E28 # Branch on which the cross section is located. -chainage = 49.29169369915681 # Chainage on the branch (m). -shift = 895.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E29_49.50 # Unique cross-section location id. -branchId = pipe_32_E29 # Branch on which the cross section is located. -chainage = 49.496038646521285 # Chainage on the branch (m). -shift = 916.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E30_49.55 # Unique cross-section location id. -branchId = pipe_32_E30 # Branch on which the cross section is located. -chainage = 49.54982964625261 # Chainage on the branch (m). -shift = 916.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E31_49.57 # Unique cross-section location id. -branchId = pipe_32_E31 # Branch on which the cross section is located. -chainage = 49.57103512487335 # Chainage on the branch (m). -shift = 916.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E32_49.57 # Unique cross-section location id. -branchId = pipe_32_E32 # Branch on which the cross section is located. -chainage = 49.571035125818554 # Chainage on the branch (m). -shift = 946.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E33_49.24 # Unique cross-section location id. -branchId = pipe_32_E33 # Branch on which the cross section is located. -chainage = 49.24226373253869 # Chainage on the branch (m). -shift = 946.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E34_49.47 # Unique cross-section location id. -branchId = pipe_32_E34 # Branch on which the cross section is located. -chainage = 49.467028257081374 # Chainage on the branch (m). -shift = 946.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E35_49.57 # Unique cross-section location id. -branchId = pipe_32_E35 # Branch on which the cross section is located. -chainage = 49.57103512505527 # Chainage on the branch (m). -shift = 938.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E36_49.57 # Unique cross-section location id. -branchId = pipe_32_E36 # Branch on which the cross section is located. -chainage = 49.57103512496144 # Chainage on the branch (m). -shift = 938.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E37_49.43 # Unique cross-section location id. -branchId = pipe_32_E37 # Branch on which the cross section is located. -chainage = 49.43059618949039 # Chainage on the branch (m). -shift = 938.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E38_49.53 # Unique cross-section location id. -branchId = pipe_32_E38 # Branch on which the cross section is located. -chainage = 49.528504157481265 # Chainage on the branch (m). -shift = 969.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E39_49.57 # Unique cross-section location id. -branchId = pipe_32_E39 # Branch on which the cross section is located. -chainage = 49.57103512538012 # Chainage on the branch (m). -shift = 933.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E40_49.47 # Unique cross-section location id. -branchId = pipe_32_E40 # Branch on which the cross section is located. -chainage = 49.47262650686139 # Chainage on the branch (m). -shift = 933.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E41_49.57 # Unique cross-section location id. -branchId = pipe_32_E41 # Branch on which the cross section is located. -chainage = 49.57103512513087 # Chainage on the branch (m). -shift = 947.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E42_49.57 # Unique cross-section location id. -branchId = pipe_32_E42 # Branch on which the cross section is located. -chainage = 49.57103512513087 # Chainage on the branch (m). -shift = 922.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E43_49.34 # Unique cross-section location id. -branchId = pipe_32_E43 # Branch on which the cross section is located. -chainage = 49.340087355022064 # Chainage on the branch (m). -shift = 922.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E44_49.52 # Unique cross-section location id. -branchId = pipe_32_E44 # Branch on which the cross section is located. -chainage = 49.51535333219851 # Chainage on the branch (m). -shift = 939.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E45_49.57 # Unique cross-section location id. -branchId = pipe_32_E45 # Branch on which the cross section is located. -chainage = 49.57103512576089 # Chainage on the branch (m). -shift = 939.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E46_49.57 # Unique cross-section location id. -branchId = pipe_32_E46 # Branch on which the cross section is located. -chainage = 49.571035124860664 # Chainage on the branch (m). -shift = 939.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E47_45.42 # Unique cross-section location id. -branchId = pipe_32_E47 # Branch on which the cross section is located. -chainage = 45.42327133763296 # Chainage on the branch (m). -shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E48_38.01 # Unique cross-section location id. -branchId = pipe_32_E48 # Branch on which the cross section is located. -chainage = 38.01308565525336 # Chainage on the branch (m). -shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E49_49.57 # Unique cross-section location id. -branchId = pipe_32_E49 # Branch on which the cross section is located. -chainage = 49.571035124374774 # Chainage on the branch (m). -shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E50_46.58 # Unique cross-section location id. -branchId = pipe_32_E50 # Branch on which the cross section is located. -chainage = 46.576116162417534 # Chainage on the branch (m). -shift = 952.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E51_49.55 # Unique cross-section location id. -branchId = pipe_32_E51 # Branch on which the cross section is located. -chainage = 49.55206954292026 # Chainage on the branch (m). -shift = 938.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E52_49.32 # Unique cross-section location id. -branchId = pipe_32_E52 # Branch on which the cross section is located. -chainage = 49.31919991896291 # Chainage on the branch (m). -shift = 938.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E53_49.57 # Unique cross-section location id. -branchId = pipe_32_E53 # Branch on which the cross section is located. -chainage = 49.571035125092884 # Chainage on the branch (m). -shift = 935.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E54_49.57 # Unique cross-section location id. -branchId = pipe_32_E54 # Branch on which the cross section is located. -chainage = 49.57103512510529 # Chainage on the branch (m). -shift = 935.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E55_49.49 # Unique cross-section location id. -branchId = pipe_32_E55 # Branch on which the cross section is located. -chainage = 49.48846438396262 # Chainage on the branch (m). -shift = 935.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E56_49.51 # Unique cross-section location id. -branchId = pipe_32_E56 # Branch on which the cross section is located. -chainage = 49.51281974212161 # Chainage on the branch (m). -shift = 935.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E57_49.57 # Unique cross-section location id. -branchId = pipe_32_E57 # Branch on which the cross section is located. -chainage = 49.571035125124595 # Chainage on the branch (m). -shift = 938.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E58_49.55 # Unique cross-section location id. -branchId = pipe_32_E58 # Branch on which the cross section is located. -chainage = 49.55275689542034 # Chainage on the branch (m). -shift = 938.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E59_49.28 # Unique cross-section location id. -branchId = pipe_32_E59 # Branch on which the cross section is located. -chainage = 49.27668138024619 # Chainage on the branch (m). -shift = 940.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E60_49.18 # Unique cross-section location id. -branchId = pipe_32_E60 # Branch on which the cross section is located. -chainage = 49.1797052654392 # Chainage on the branch (m). -shift = 940.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E61_48.79 # Unique cross-section location id. -branchId = pipe_32_E61 # Branch on which the cross section is located. -chainage = 48.791095984421524 # Chainage on the branch (m). -shift = 943.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E62_49.57 # Unique cross-section location id. -branchId = pipe_32_E62 # Branch on which the cross section is located. -chainage = 49.571035125320485 # Chainage on the branch (m). -shift = 950.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E63_49.48 # Unique cross-section location id. -branchId = pipe_32_E63 # Branch on which the cross section is located. -chainage = 49.48266745165307 # Chainage on the branch (m). -shift = 950.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E64_49.57 # Unique cross-section location id. -branchId = pipe_32_E64 # Branch on which the cross section is located. -chainage = 49.57103512551721 # Chainage on the branch (m). -shift = 950.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E65_49.57 # Unique cross-section location id. -branchId = pipe_32_E65 # Branch on which the cross section is located. -chainage = 49.57103512469701 # Chainage on the branch (m). -shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E66_49.57 # Unique cross-section location id. -branchId = pipe_32_E66 # Branch on which the cross section is located. -chainage = 49.56614561433838 # Chainage on the branch (m). -shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E67_49.57 # Unique cross-section location id. -branchId = pipe_32_E67 # Branch on which the cross section is located. -chainage = 49.5710351242667 # Chainage on the branch (m). -shift = 953.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E68_49.57 # Unique cross-section location id. -branchId = pipe_32_E68 # Branch on which the cross section is located. -chainage = 49.57103512517299 # Chainage on the branch (m). -shift = 953.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E69_49.46 # Unique cross-section location id. -branchId = pipe_32_E69 # Branch on which the cross section is located. -chainage = 49.461976375925616 # Chainage on the branch (m). -shift = 953.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E70_49.57 # Unique cross-section location id. -branchId = pipe_32_E70 # Branch on which the cross section is located. -chainage = 49.57103512477533 # Chainage on the branch (m). -shift = 962.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E71_49.57 # Unique cross-section location id. -branchId = pipe_32_E71 # Branch on which the cross section is located. -chainage = 49.57103512474947 # Chainage on the branch (m). -shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E72_49.52 # Unique cross-section location id. -branchId = pipe_32_E72 # Branch on which the cross section is located. -chainage = 49.52045696227679 # Chainage on the branch (m). -shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_32_E73_49.57 # Unique cross-section location id. -branchId = pipe_32_E73 # Branch on which the cross section is located. -chainage = 49.57103512489479 # Chainage on the branch (m). -shift = 948.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E0_48.01 # Unique cross-section location id. -branchId = pipe_33_E0 # Branch on which the cross section is located. -chainage = 48.0077597888555 # Chainage on the branch (m). -shift = 749.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E1_48.04 # Unique cross-section location id. -branchId = pipe_33_E1 # Branch on which the cross section is located. -chainage = 48.03942396937388 # Chainage on the branch (m). -shift = 749.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E2_48.04 # Unique cross-section location id. -branchId = pipe_33_E2 # Branch on which the cross section is located. -chainage = 48.039284128704736 # Chainage on the branch (m). -shift = 735.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E3_48.04 # Unique cross-section location id. -branchId = pipe_33_E3 # Branch on which the cross section is located. -chainage = 48.03942396908083 # Chainage on the branch (m). -shift = 735.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E4_48.04 # Unique cross-section location id. -branchId = pipe_33_E4 # Branch on which the cross section is located. -chainage = 48.039423969576 # Chainage on the branch (m). -shift = 760.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E5_48.03 # Unique cross-section location id. -branchId = pipe_33_E5 # Branch on which the cross section is located. -chainage = 48.02543785607358 # Chainage on the branch (m). -shift = 760.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E6_48.04 # Unique cross-section location id. -branchId = pipe_33_E6 # Branch on which the cross section is located. -chainage = 48.03942396943355 # Chainage on the branch (m). -shift = 752.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E7_48.04 # Unique cross-section location id. -branchId = pipe_33_E7 # Branch on which the cross section is located. -chainage = 48.03942396943355 # Chainage on the branch (m). -shift = 752.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E8_48.04 # Unique cross-section location id. -branchId = pipe_33_E8 # Branch on which the cross section is located. -chainage = 48.03665819784142 # Chainage on the branch (m). -shift = 740.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E9_47.93 # Unique cross-section location id. -branchId = pipe_33_E9 # Branch on which the cross section is located. -chainage = 47.93205009712398 # Chainage on the branch (m). -shift = 740.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E10_48.04 # Unique cross-section location id. -branchId = pipe_33_E10 # Branch on which the cross section is located. -chainage = 48.03942396955599 # Chainage on the branch (m). -shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E11_48.04 # Unique cross-section location id. -branchId = pipe_33_E11 # Branch on which the cross section is located. -chainage = 48.0394239691906 # Chainage on the branch (m). -shift = 715.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_33_E12_47.84 # Unique cross-section location id. -branchId = pipe_33_E12 # Branch on which the cross section is located. -chainage = 47.8444958100514 # Chainage on the branch (m). -shift = 708.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E0_49.74 # Unique cross-section location id. -branchId = pipe_34_E0 # Branch on which the cross section is located. -chainage = 49.73852101246634 # Chainage on the branch (m). -shift = 951.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E1_49.76 # Unique cross-section location id. -branchId = pipe_34_E1 # Branch on which the cross section is located. -chainage = 49.76010332494806 # Chainage on the branch (m). -shift = 951.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E2_49.76 # Unique cross-section location id. -branchId = pipe_34_E2 # Branch on which the cross section is located. -chainage = 49.76010332484535 # Chainage on the branch (m). -shift = 953.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E3_49.71 # Unique cross-section location id. -branchId = pipe_34_E3 # Branch on which the cross section is located. -chainage = 49.70801885057801 # Chainage on the branch (m). -shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E4_49.37 # Unique cross-section location id. -branchId = pipe_34_E4 # Branch on which the cross section is located. -chainage = 49.371840337684766 # Chainage on the branch (m). -shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E5_49.76 # Unique cross-section location id. -branchId = pipe_34_E5 # Branch on which the cross section is located. -chainage = 49.76010332462243 # Chainage on the branch (m). -shift = 951.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E6_49.76 # Unique cross-section location id. -branchId = pipe_34_E6 # Branch on which the cross section is located. -chainage = 49.76010332460818 # Chainage on the branch (m). -shift = 950.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E7_49.76 # Unique cross-section location id. -branchId = pipe_34_E7 # Branch on which the cross section is located. -chainage = 49.76010332462243 # Chainage on the branch (m). -shift = 950.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E8_49.72 # Unique cross-section location id. -branchId = pipe_34_E8 # Branch on which the cross section is located. -chainage = 49.721453691497366 # Chainage on the branch (m). -shift = 943.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E9_49.76 # Unique cross-section location id. -branchId = pipe_34_E9 # Branch on which the cross section is located. -chainage = 49.760103324826595 # Chainage on the branch (m). -shift = 943.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E10_49.74 # Unique cross-section location id. -branchId = pipe_34_E10 # Branch on which the cross section is located. -chainage = 49.73995368753972 # Chainage on the branch (m). -shift = 943.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E11_49.32 # Unique cross-section location id. -branchId = pipe_34_E11 # Branch on which the cross section is located. -chainage = 49.319314242214126 # Chainage on the branch (m). -shift = 934.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E12_49.76 # Unique cross-section location id. -branchId = pipe_34_E12 # Branch on which the cross section is located. -chainage = 49.760103325159115 # Chainage on the branch (m). -shift = 934.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E13_49.76 # Unique cross-section location id. -branchId = pipe_34_E13 # Branch on which the cross section is located. -chainage = 49.76010332423435 # Chainage on the branch (m). -shift = 934.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E14_49.76 # Unique cross-section location id. -branchId = pipe_34_E14 # Branch on which the cross section is located. -chainage = 49.760103325159115 # Chainage on the branch (m). -shift = 927.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E15_49.76 # Unique cross-section location id. -branchId = pipe_34_E15 # Branch on which the cross section is located. -chainage = 49.760103325159115 # Chainage on the branch (m). -shift = 927.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E16_49.13 # Unique cross-section location id. -branchId = pipe_34_E16 # Branch on which the cross section is located. -chainage = 49.13103187742291 # Chainage on the branch (m). -shift = 927.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E17_49.76 # Unique cross-section location id. -branchId = pipe_34_E17 # Branch on which the cross section is located. -chainage = 49.7601033245238 # Chainage on the branch (m). -shift = 924.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E18_49.76 # Unique cross-section location id. -branchId = pipe_34_E18 # Branch on which the cross section is located. -chainage = 49.76010332536465 # Chainage on the branch (m). -shift = 924.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E19_49.76 # Unique cross-section location id. -branchId = pipe_34_E19 # Branch on which the cross section is located. -chainage = 49.7601033246239 # Chainage on the branch (m). -shift = 928.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E20_49.76 # Unique cross-section location id. -branchId = pipe_34_E20 # Branch on which the cross section is located. -chainage = 49.7601033245238 # Chainage on the branch (m). -shift = 919.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E21_49.76 # Unique cross-section location id. -branchId = pipe_34_E21 # Branch on which the cross section is located. -chainage = 49.76010332536465 # Chainage on the branch (m). -shift = 919.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E22_49.73 # Unique cross-section location id. -branchId = pipe_34_E22 # Branch on which the cross section is located. -chainage = 49.7337878034288 # Chainage on the branch (m). -shift = 919.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E23_49.76 # Unique cross-section location id. -branchId = pipe_34_E23 # Branch on which the cross section is located. -chainage = 49.7601033253485 # Chainage on the branch (m). -shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E24_49.76 # Unique cross-section location id. -branchId = pipe_34_E24 # Branch on which the cross section is located. -chainage = 49.76010332453579 # Chainage on the branch (m). -shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E25_47.70 # Unique cross-section location id. -branchId = pipe_34_E25 # Branch on which the cross section is located. -chainage = 47.70226478593455 # Chainage on the branch (m). -shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E26_49.08 # Unique cross-section location id. -branchId = pipe_34_E26 # Branch on which the cross section is located. -chainage = 49.082785342720356 # Chainage on the branch (m). -shift = 895.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E27_49.18 # Unique cross-section location id. -branchId = pipe_34_E27 # Branch on which the cross section is located. -chainage = 49.18387954609024 # Chainage on the branch (m). -shift = 895.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E28_49.76 # Unique cross-section location id. -branchId = pipe_34_E28 # Branch on which the cross section is located. -chainage = 49.76010332491201 # Chainage on the branch (m). -shift = 901.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E29_49.67 # Unique cross-section location id. -branchId = pipe_34_E29 # Branch on which the cross section is located. -chainage = 49.67418516258109 # Chainage on the branch (m). -shift = 901.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E30_49.76 # Unique cross-section location id. -branchId = pipe_34_E30 # Branch on which the cross section is located. -chainage = 49.76010332475775 # Chainage on the branch (m). -shift = 903.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E31_46.24 # Unique cross-section location id. -branchId = pipe_34_E31 # Branch on which the cross section is located. -chainage = 46.237288670708615 # Chainage on the branch (m). -shift = 903.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E32_49.76 # Unique cross-section location id. -branchId = pipe_34_E32 # Branch on which the cross section is located. -chainage = 49.760103324369 # Chainage on the branch (m). -shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E33_49.69 # Unique cross-section location id. -branchId = pipe_34_E33 # Branch on which the cross section is located. -chainage = 49.69306811899139 # Chainage on the branch (m). -shift = 897.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E34_49.76 # Unique cross-section location id. -branchId = pipe_34_E34 # Branch on which the cross section is located. -chainage = 49.76010332495172 # Chainage on the branch (m). -shift = 887.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E35_49.76 # Unique cross-section location id. -branchId = pipe_34_E35 # Branch on which the cross section is located. -chainage = 49.760103324791146 # Chainage on the branch (m). -shift = 887.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E36_49.76 # Unique cross-section location id. -branchId = pipe_34_E36 # Branch on which the cross section is located. -chainage = 49.76010332495172 # Chainage on the branch (m). -shift = 887.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E37_49.76 # Unique cross-section location id. -branchId = pipe_34_E37 # Branch on which the cross section is located. -chainage = 49.76010332495172 # Chainage on the branch (m). -shift = 883.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E38_49.76 # Unique cross-section location id. -branchId = pipe_34_E38 # Branch on which the cross section is located. -chainage = 49.76010332427732 # Chainage on the branch (m). -shift = 871.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E39_49.76 # Unique cross-section location id. -branchId = pipe_34_E39 # Branch on which the cross section is located. -chainage = 49.760103324791146 # Chainage on the branch (m). -shift = 871.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E40_46.96 # Unique cross-section location id. -branchId = pipe_34_E40 # Branch on which the cross section is located. -chainage = 46.963533352168085 # Chainage on the branch (m). -shift = 859.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E41_49.76 # Unique cross-section location id. -branchId = pipe_34_E41 # Branch on which the cross section is located. -chainage = 49.76010332478113 # Chainage on the branch (m). -shift = 859.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E42_49.76 # Unique cross-section location id. -branchId = pipe_34_E42 # Branch on which the cross section is located. -chainage = 49.75697296837414 # Chainage on the branch (m). -shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E43_48.94 # Unique cross-section location id. -branchId = pipe_34_E43 # Branch on which the cross section is located. -chainage = 48.94443732496038 # Chainage on the branch (m). -shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E44_42.16 # Unique cross-section location id. -branchId = pipe_34_E44 # Branch on which the cross section is located. -chainage = 42.163584220348554 # Chainage on the branch (m). -shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E45_49.76 # Unique cross-section location id. -branchId = pipe_34_E45 # Branch on which the cross section is located. -chainage = 49.76010332487057 # Chainage on the branch (m). -shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E46_49.75 # Unique cross-section location id. -branchId = pipe_34_E46 # Branch on which the cross section is located. -chainage = 49.75188043596504 # Chainage on the branch (m). -shift = 843.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E47_49.76 # Unique cross-section location id. -branchId = pipe_34_E47 # Branch on which the cross section is located. -chainage = 49.76010332475583 # Chainage on the branch (m). -shift = 847.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E48_49.76 # Unique cross-section location id. -branchId = pipe_34_E48 # Branch on which the cross section is located. -chainage = 49.76010332475583 # Chainage on the branch (m). -shift = 847.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E49_46.06 # Unique cross-section location id. -branchId = pipe_34_E49 # Branch on which the cross section is located. -chainage = 46.064056665446905 # Chainage on the branch (m). -shift = 846.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E50_38.94 # Unique cross-section location id. -branchId = pipe_34_E50 # Branch on which the cross section is located. -chainage = 38.94038689496691 # Chainage on the branch (m). -shift = 847.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E51_49.55 # Unique cross-section location id. -branchId = pipe_34_E51 # Branch on which the cross section is located. -chainage = 49.548215282279294 # Chainage on the branch (m). -shift = 847.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E52_48.86 # Unique cross-section location id. -branchId = pipe_34_E52 # Branch on which the cross section is located. -chainage = 48.85941145194746 # Chainage on the branch (m). -shift = 843.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E53_49.76 # Unique cross-section location id. -branchId = pipe_34_E53 # Branch on which the cross section is located. -chainage = 49.760103324410636 # Chainage on the branch (m). -shift = 843.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E54_49.27 # Unique cross-section location id. -branchId = pipe_34_E54 # Branch on which the cross section is located. -chainage = 49.26853235190531 # Chainage on the branch (m). -shift = 843.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E55_48.97 # Unique cross-section location id. -branchId = pipe_34_E55 # Branch on which the cross section is located. -chainage = 48.9720870881954 # Chainage on the branch (m). -shift = 791.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E56_49.76 # Unique cross-section location id. -branchId = pipe_34_E56 # Branch on which the cross section is located. -chainage = 49.7601033248301 # Chainage on the branch (m). -shift = 791.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E57_49.49 # Unique cross-section location id. -branchId = pipe_34_E57 # Branch on which the cross section is located. -chainage = 49.48828826571387 # Chainage on the branch (m). -shift = 790.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E58_49.76 # Unique cross-section location id. -branchId = pipe_34_E58 # Branch on which the cross section is located. -chainage = 49.760103324788375 # Chainage on the branch (m). -shift = 827.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E59_49.76 # Unique cross-section location id. -branchId = pipe_34_E59 # Branch on which the cross section is located. -chainage = 49.760103324788375 # Chainage on the branch (m). -shift = 815.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E60_49.76 # Unique cross-section location id. -branchId = pipe_34_E60 # Branch on which the cross section is located. -chainage = 49.760103324788375 # Chainage on the branch (m). -shift = 811.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E61_49.76 # Unique cross-section location id. -branchId = pipe_34_E61 # Branch on which the cross section is located. -chainage = 49.759806553891 # Chainage on the branch (m). -shift = 811.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E62_49.76 # Unique cross-section location id. -branchId = pipe_34_E62 # Branch on which the cross section is located. -chainage = 49.76010332489694 # Chainage on the branch (m). -shift = 804.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E63_49.76 # Unique cross-section location id. -branchId = pipe_34_E63 # Branch on which the cross section is located. -chainage = 49.76010332466765 # Chainage on the branch (m). -shift = 804.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E64_49.76 # Unique cross-section location id. -branchId = pipe_34_E64 # Branch on which the cross section is located. -chainage = 49.76010332489694 # Chainage on the branch (m). -shift = 790.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E65_49.57 # Unique cross-section location id. -branchId = pipe_34_E65 # Branch on which the cross section is located. -chainage = 49.57147509728233 # Chainage on the branch (m). -shift = 790.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E66_49.76 # Unique cross-section location id. -branchId = pipe_34_E66 # Branch on which the cross section is located. -chainage = 49.760103324989615 # Chainage on the branch (m). -shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E67_49.76 # Unique cross-section location id. -branchId = pipe_34_E67 # Branch on which the cross section is located. -chainage = 49.76010332475426 # Chainage on the branch (m). -shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E68_49.76 # Unique cross-section location id. -branchId = pipe_34_E68 # Branch on which the cross section is located. -chainage = 49.760103324756784 # Chainage on the branch (m). -shift = 747.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E69_47.54 # Unique cross-section location id. -branchId = pipe_34_E69 # Branch on which the cross section is located. -chainage = 47.54307750154496 # Chainage on the branch (m). -shift = 747.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E70_49.76 # Unique cross-section location id. -branchId = pipe_34_E70 # Branch on which the cross section is located. -chainage = 49.7601033246684 # Chainage on the branch (m). -shift = 744.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E71_49.76 # Unique cross-section location id. -branchId = pipe_34_E71 # Branch on which the cross section is located. -chainage = 49.76010332486015 # Chainage on the branch (m). -shift = 769.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E72_49.61 # Unique cross-section location id. -branchId = pipe_34_E72 # Branch on which the cross section is located. -chainage = 49.609507433169 # Chainage on the branch (m). -shift = 761.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E73_49.76 # Unique cross-section location id. -branchId = pipe_34_E73 # Branch on which the cross section is located. -chainage = 49.76010332472632 # Chainage on the branch (m). -shift = 761.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E74_49.75 # Unique cross-section location id. -branchId = pipe_34_E74 # Branch on which the cross section is located. -chainage = 49.75452951414923 # Chainage on the branch (m). -shift = 745.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E75_48.20 # Unique cross-section location id. -branchId = pipe_34_E75 # Branch on which the cross section is located. -chainage = 48.20123085951156 # Chainage on the branch (m). -shift = 745.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E76_49.76 # Unique cross-section location id. -branchId = pipe_34_E76 # Branch on which the cross section is located. -chainage = 49.76010332533668 # Chainage on the branch (m). -shift = 737.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E77_49.76 # Unique cross-section location id. -branchId = pipe_34_E77 # Branch on which the cross section is located. -chainage = 49.760103324564916 # Chainage on the branch (m). -shift = 737.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E78_49.76 # Unique cross-section location id. -branchId = pipe_34_E78 # Branch on which the cross section is located. -chainage = 49.760103324564916 # Chainage on the branch (m). -shift = 752.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E79_49.76 # Unique cross-section location id. -branchId = pipe_34_E79 # Branch on which the cross section is located. -chainage = 49.76010332533668 # Chainage on the branch (m). -shift = 742.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E80_49.75 # Unique cross-section location id. -branchId = pipe_34_E80 # Branch on which the cross section is located. -chainage = 49.74712916952993 # Chainage on the branch (m). -shift = 742.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E81_49.76 # Unique cross-section location id. -branchId = pipe_34_E81 # Branch on which the cross section is located. -chainage = 49.760103325043104 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E82_49.41 # Unique cross-section location id. -branchId = pipe_34_E82 # Branch on which the cross section is located. -chainage = 49.407960921377544 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E83_48.37 # Unique cross-section location id. -branchId = pipe_34_E83 # Branch on which the cross section is located. -chainage = 48.368037380254634 # Chainage on the branch (m). -shift = 775.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E84_49.65 # Unique cross-section location id. -branchId = pipe_34_E84 # Branch on which the cross section is located. -chainage = 49.64579753251522 # Chainage on the branch (m). -shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E85_49.72 # Unique cross-section location id. -branchId = pipe_34_E85 # Branch on which the cross section is located. -chainage = 49.718383408686584 # Chainage on the branch (m). -shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E86_49.76 # Unique cross-section location id. -branchId = pipe_34_E86 # Branch on which the cross section is located. -chainage = 49.76010332489643 # Chainage on the branch (m). -shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E87_49.76 # Unique cross-section location id. -branchId = pipe_34_E87 # Branch on which the cross section is located. -chainage = 49.760103324899355 # Chainage on the branch (m). -shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E88_49.76 # Unique cross-section location id. -branchId = pipe_34_E88 # Branch on which the cross section is located. -chainage = 49.760103323965176 # Chainage on the branch (m). -shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_34_E89_46.93 # Unique cross-section location id. -branchId = pipe_34_E89 # Branch on which the cross section is located. -chainage = 46.92677980867572 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_35_E0_23.98 # Unique cross-section location id. -branchId = pipe_35_E0 # Branch on which the cross section is located. -chainage = 23.98039638237132 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_35_E1_28.47 # Unique cross-section location id. -branchId = pipe_35_E1 # Branch on which the cross section is located. -chainage = 28.465541807569387 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_36_E0_30.26 # Unique cross-section location id. -branchId = pipe_36_E0 # Branch on which the cross section is located. -chainage = 30.25628167960415 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_37_E0_38.93 # Unique cross-section location id. -branchId = pipe_37_E0 # Branch on which the cross section is located. -chainage = 38.93292641835443 # Chainage on the branch (m). -shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_38_E0_49.28 # Unique cross-section location id. -branchId = pipe_38_E0 # Branch on which the cross section is located. -chainage = 49.280261349088086 # Chainage on the branch (m). -shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_38_E1_49.20 # Unique cross-section location id. -branchId = pipe_38_E1 # Branch on which the cross section is located. -chainage = 49.20013407593275 # Chainage on the branch (m). -shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_38_E2_49.08 # Unique cross-section location id. -branchId = pipe_38_E2 # Branch on which the cross section is located. -chainage = 49.075915252087235 # Chainage on the branch (m). -shift = 754.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_39_E0_40.07 # Unique cross-section location id. -branchId = pipe_39_E0 # Branch on which the cross section is located. -chainage = 40.06941748447389 # Chainage on the branch (m). -shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_39_E1_36.11 # Unique cross-section location id. -branchId = pipe_39_E1 # Branch on which the cross section is located. -chainage = 36.11484865327122 # Chainage on the branch (m). -shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_39_E2_43.55 # Unique cross-section location id. -branchId = pipe_39_E2 # Branch on which the cross section is located. -chainage = 43.55302434428249 # Chainage on the branch (m). -shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_39_E3_43.55 # Unique cross-section location id. -branchId = pipe_39_E3 # Branch on which the cross section is located. -chainage = 43.545310074953036 # Chainage on the branch (m). -shift = 754.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E0_48.54 # Unique cross-section location id. -branchId = pipe_40_E0 # Branch on which the cross section is located. -chainage = 48.537384753299435 # Chainage on the branch (m). -shift = 754.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E1_49.12 # Unique cross-section location id. -branchId = pipe_40_E1 # Branch on which the cross section is located. -chainage = 49.12151879589174 # Chainage on the branch (m). -shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E2_49.12 # Unique cross-section location id. -branchId = pipe_40_E2 # Branch on which the cross section is located. -chainage = 49.119455603027596 # Chainage on the branch (m). -shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E3_49.12 # Unique cross-section location id. -branchId = pipe_40_E3 # Branch on which the cross section is located. -chainage = 49.121518796480785 # Chainage on the branch (m). -shift = 730.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E4_49.08 # Unique cross-section location id. -branchId = pipe_40_E4 # Branch on which the cross section is located. -chainage = 49.0801370277406 # Chainage on the branch (m). -shift = 730.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E5_49.12 # Unique cross-section location id. -branchId = pipe_40_E5 # Branch on which the cross section is located. -chainage = 49.12151879607289 # Chainage on the branch (m). -shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E6_49.12 # Unique cross-section location id. -branchId = pipe_40_E6 # Branch on which the cross section is located. -chainage = 49.12151879701413 # Chainage on the branch (m). -shift = 726.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E7_49.12 # Unique cross-section location id. -branchId = pipe_40_E7 # Branch on which the cross section is located. -chainage = 49.12151879617268 # Chainage on the branch (m). -shift = 726.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E8_49.04 # Unique cross-section location id. -branchId = pipe_40_E8 # Branch on which the cross section is located. -chainage = 49.04434387273865 # Chainage on the branch (m). -shift = 726.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E9_49.11 # Unique cross-section location id. -branchId = pipe_40_E9 # Branch on which the cross section is located. -chainage = 49.108150557922826 # Chainage on the branch (m). -shift = 743.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E10_49.12 # Unique cross-section location id. -branchId = pipe_40_E10 # Branch on which the cross section is located. -chainage = 49.12151879697037 # Chainage on the branch (m). -shift = 743.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E11_49.12 # Unique cross-section location id. -branchId = pipe_40_E11 # Branch on which the cross section is located. -chainage = 49.12151879611715 # Chainage on the branch (m). -shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E12_49.12 # Unique cross-section location id. -branchId = pipe_40_E12 # Branch on which the cross section is located. -chainage = 49.12151879697037 # Chainage on the branch (m). -shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E13_49.12 # Unique cross-section location id. -branchId = pipe_40_E13 # Branch on which the cross section is located. -chainage = 49.12151879606381 # Chainage on the branch (m). -shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E14_49.12 # Unique cross-section location id. -branchId = pipe_40_E14 # Branch on which the cross section is located. -chainage = 49.121518797023704 # Chainage on the branch (m). -shift = 735.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E15_49.12 # Unique cross-section location id. -branchId = pipe_40_E15 # Branch on which the cross section is located. -chainage = 49.12151879606381 # Chainage on the branch (m). -shift = 735.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E16_49.08 # Unique cross-section location id. -branchId = pipe_40_E16 # Branch on which the cross section is located. -chainage = 49.075399469079784 # Chainage on the branch (m). -shift = 735.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E17_49.12 # Unique cross-section location id. -branchId = pipe_40_E17 # Branch on which the cross section is located. -chainage = 49.121518796686615 # Chainage on the branch (m). -shift = 742.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E18_49.07 # Unique cross-section location id. -branchId = pipe_40_E18 # Branch on which the cross section is located. -chainage = 49.065490133183005 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E19_49.12 # Unique cross-section location id. -branchId = pipe_40_E19 # Branch on which the cross section is located. -chainage = 49.121518796070895 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E20_49.10 # Unique cross-section location id. -branchId = pipe_40_E20 # Branch on which the cross section is located. -chainage = 49.10336613032281 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E21_49.12 # Unique cross-section location id. -branchId = pipe_40_E21 # Branch on which the cross section is located. -chainage = 49.12151879691641 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E22_49.12 # Unique cross-section location id. -branchId = pipe_40_E22 # Branch on which the cross section is located. -chainage = 49.12151879680332 # Chainage on the branch (m). -shift = 722.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E23_49.12 # Unique cross-section location id. -branchId = pipe_40_E23 # Branch on which the cross section is located. -chainage = 49.121518796102315 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E24_49.12 # Unique cross-section location id. -branchId = pipe_40_E24 # Branch on which the cross section is located. -chainage = 49.12151879680332 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E25_49.12 # Unique cross-section location id. -branchId = pipe_40_E25 # Branch on which the cross section is located. -chainage = 49.12151879691641 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E26_49.12 # Unique cross-section location id. -branchId = pipe_40_E26 # Branch on which the cross section is located. -chainage = 49.121518795989225 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E27_49.09 # Unique cross-section location id. -branchId = pipe_40_E27 # Branch on which the cross section is located. -chainage = 49.09295342703835 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E28_49.02 # Unique cross-section location id. -branchId = pipe_40_E28 # Branch on which the cross section is located. -chainage = 49.020255727806024 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E29_48.41 # Unique cross-section location id. -branchId = pipe_40_E29 # Branch on which the cross section is located. -chainage = 48.406558151546925 # Chainage on the branch (m). -shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E30_49.12 # Unique cross-section location id. -branchId = pipe_40_E30 # Branch on which the cross section is located. -chainage = 49.12151879669409 # Chainage on the branch (m). -shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E31_49.12 # Unique cross-section location id. -branchId = pipe_40_E31 # Branch on which the cross section is located. -chainage = 49.12151879669409 # Chainage on the branch (m). -shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E32_49.12 # Unique cross-section location id. -branchId = pipe_40_E32 # Branch on which the cross section is located. -chainage = 49.12151879576634 # Chainage on the branch (m). -shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E33_48.81 # Unique cross-section location id. -branchId = pipe_40_E33 # Branch on which the cross section is located. -chainage = 48.8077097969677 # Chainage on the branch (m). -shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E34_49.12 # Unique cross-section location id. -branchId = pipe_40_E34 # Branch on which the cross section is located. -chainage = 49.121518796814215 # Chainage on the branch (m). -shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E35_49.09 # Unique cross-section location id. -branchId = pipe_40_E35 # Branch on which the cross section is located. -chainage = 49.09190330215006 # Chainage on the branch (m). -shift = 775.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E36_49.05 # Unique cross-section location id. -branchId = pipe_40_E36 # Branch on which the cross section is located. -chainage = 49.05466210449567 # Chainage on the branch (m). -shift = 775.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E37_49.12 # Unique cross-section location id. -branchId = pipe_40_E37 # Branch on which the cross section is located. -chainage = 49.12151879644972 # Chainage on the branch (m). -shift = 775.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_40_E38_49.12 # Unique cross-section location id. -branchId = pipe_40_E38 # Branch on which the cross section is located. -chainage = 49.12151879644972 # Chainage on the branch (m). -shift = 784.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E0_49.43 # Unique cross-section location id. -branchId = pipe_41_E0 # Branch on which the cross section is located. -chainage = 49.42840407264259 # Chainage on the branch (m). -shift = 784.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E1_49.42 # Unique cross-section location id. -branchId = pipe_41_E1 # Branch on which the cross section is located. -chainage = 49.41894977267225 # Chainage on the branch (m). -shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E2_49.44 # Unique cross-section location id. -branchId = pipe_41_E2 # Branch on which the cross section is located. -chainage = 49.43682191276741 # Chainage on the branch (m). -shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E3_49.50 # Unique cross-section location id. -branchId = pipe_41_E3 # Branch on which the cross section is located. -chainage = 49.495108523035164 # Chainage on the branch (m). -shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E4_49.50 # Unique cross-section location id. -branchId = pipe_41_E4 # Branch on which the cross section is located. -chainage = 49.49510852389734 # Chainage on the branch (m). -shift = 726.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E5_49.49 # Unique cross-section location id. -branchId = pipe_41_E5 # Branch on which the cross section is located. -chainage = 49.494549779338115 # Chainage on the branch (m). -shift = 726.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E6_49.50 # Unique cross-section location id. -branchId = pipe_41_E6 # Branch on which the cross section is located. -chainage = 49.49510852295138 # Chainage on the branch (m). -shift = 726.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E7_49.50 # Unique cross-section location id. -branchId = pipe_41_E7 # Branch on which the cross section is located. -chainage = 49.4951085237371 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E8_49.47 # Unique cross-section location id. -branchId = pipe_41_E8 # Branch on which the cross section is located. -chainage = 49.46844160947103 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E9_49.50 # Unique cross-section location id. -branchId = pipe_41_E9 # Branch on which the cross section is located. -chainage = 49.49510852281356 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E10_49.45 # Unique cross-section location id. -branchId = pipe_41_E10 # Branch on which the cross section is located. -chainage = 49.4463497375817 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E11_49.50 # Unique cross-section location id. -branchId = pipe_41_E11 # Branch on which the cross section is located. -chainage = 49.49510852303992 # Chainage on the branch (m). -shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E12_49.49 # Unique cross-section location id. -branchId = pipe_41_E12 # Branch on which the cross section is located. -chainage = 49.490870456609294 # Chainage on the branch (m). -shift = 735.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E13_49.50 # Unique cross-section location id. -branchId = pipe_41_E13 # Branch on which the cross section is located. -chainage = 49.49510852313698 # Chainage on the branch (m). -shift = 735.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E14_49.50 # Unique cross-section location id. -branchId = pipe_41_E14 # Branch on which the cross section is located. -chainage = 49.49510852400834 # Chainage on the branch (m). -shift = 741.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E15_49.50 # Unique cross-section location id. -branchId = pipe_41_E15 # Branch on which the cross section is located. -chainage = 49.49510852328302 # Chainage on the branch (m). -shift = 753.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E16_49.50 # Unique cross-section location id. -branchId = pipe_41_E16 # Branch on which the cross section is located. -chainage = 49.49510852328302 # Chainage on the branch (m). -shift = 753.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E17_49.24 # Unique cross-section location id. -branchId = pipe_41_E17 # Branch on which the cross section is located. -chainage = 49.24111370801116 # Chainage on the branch (m). -shift = 758.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E18_49.50 # Unique cross-section location id. -branchId = pipe_41_E18 # Branch on which the cross section is located. -chainage = 49.495108522791696 # Chainage on the branch (m). -shift = 758.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E19_49.50 # Unique cross-section location id. -branchId = pipe_41_E19 # Branch on which the cross section is located. -chainage = 49.495108523619855 # Chainage on the branch (m). -shift = 768.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E20_49.50 # Unique cross-section location id. -branchId = pipe_41_E20 # Branch on which the cross section is located. -chainage = 49.495108523619855 # Chainage on the branch (m). -shift = 762.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E21_49.50 # Unique cross-section location id. -branchId = pipe_41_E21 # Branch on which the cross section is located. -chainage = 49.495108523619855 # Chainage on the branch (m). -shift = 762.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E22_49.49 # Unique cross-section location id. -branchId = pipe_41_E22 # Branch on which the cross section is located. -chainage = 49.491416383871346 # Chainage on the branch (m). -shift = 762.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E23_49.50 # Unique cross-section location id. -branchId = pipe_41_E23 # Branch on which the cross section is located. -chainage = 49.49510852319835 # Chainage on the branch (m). -shift = 761.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E24_49.47 # Unique cross-section location id. -branchId = pipe_41_E24 # Branch on which the cross section is located. -chainage = 49.468481357456085 # Chainage on the branch (m). -shift = 761.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E25_49.49 # Unique cross-section location id. -branchId = pipe_41_E25 # Branch on which the cross section is located. -chainage = 49.494659427427855 # Chainage on the branch (m). -shift = 761.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E26_49.50 # Unique cross-section location id. -branchId = pipe_41_E26 # Branch on which the cross section is located. -chainage = 49.49510852324733 # Chainage on the branch (m). -shift = 766.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E27_49.50 # Unique cross-section location id. -branchId = pipe_41_E27 # Branch on which the cross section is located. -chainage = 49.495108523384225 # Chainage on the branch (m). -shift = 770.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E28_49.32 # Unique cross-section location id. -branchId = pipe_41_E28 # Branch on which the cross section is located. -chainage = 49.323926227286464 # Chainage on the branch (m). -shift = 770.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E29_49.18 # Unique cross-section location id. -branchId = pipe_41_E29 # Branch on which the cross section is located. -chainage = 49.18073774629452 # Chainage on the branch (m). -shift = 770.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E30_49.49 # Unique cross-section location id. -branchId = pipe_41_E30 # Branch on which the cross section is located. -chainage = 49.49327320016726 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E31_49.50 # Unique cross-section location id. -branchId = pipe_41_E31 # Branch on which the cross section is located. -chainage = 49.495108524240685 # Chainage on the branch (m). -shift = 774.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E32_49.50 # Unique cross-section location id. -branchId = pipe_41_E32 # Branch on which the cross section is located. -chainage = 49.49510852328187 # Chainage on the branch (m). -shift = 777.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E33_49.50 # Unique cross-section location id. -branchId = pipe_41_E33 # Branch on which the cross section is located. -chainage = 49.49510852328187 # Chainage on the branch (m). -shift = 777.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E34_49.50 # Unique cross-section location id. -branchId = pipe_41_E34 # Branch on which the cross section is located. -chainage = 49.49510852328187 # Chainage on the branch (m). -shift = 777.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E35_49.46 # Unique cross-section location id. -branchId = pipe_41_E35 # Branch on which the cross section is located. -chainage = 49.46492328044981 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E36_49.42 # Unique cross-section location id. -branchId = pipe_41_E36 # Branch on which the cross section is located. -chainage = 49.42189734508719 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E37_49.49 # Unique cross-section location id. -branchId = pipe_41_E37 # Branch on which the cross section is located. -chainage = 49.49150363152985 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E38_49.50 # Unique cross-section location id. -branchId = pipe_41_E38 # Branch on which the cross section is located. -chainage = 49.49510852364434 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E39_49.50 # Unique cross-section location id. -branchId = pipe_41_E39 # Branch on which the cross section is located. -chainage = 49.49510852364434 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E40_49.49 # Unique cross-section location id. -branchId = pipe_41_E40 # Branch on which the cross section is located. -chainage = 49.49498085936373 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E41_49.50 # Unique cross-section location id. -branchId = pipe_41_E41 # Branch on which the cross section is located. -chainage = 49.49510852323906 # Chainage on the branch (m). -shift = 772.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E42_49.50 # Unique cross-section location id. -branchId = pipe_41_E42 # Branch on which the cross section is located. -chainage = 49.4951085236253 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E43_49.50 # Unique cross-section location id. -branchId = pipe_41_E43 # Branch on which the cross section is located. -chainage = 49.49510852317473 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E44_49.39 # Unique cross-section location id. -branchId = pipe_41_E44 # Branch on which the cross section is located. -chainage = 49.387983394673874 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E45_49.50 # Unique cross-section location id. -branchId = pipe_41_E45 # Branch on which the cross section is located. -chainage = 49.49510852290926 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E46_49.50 # Unique cross-section location id. -branchId = pipe_41_E46 # Branch on which the cross section is located. -chainage = 49.495108523697105 # Chainage on the branch (m). -shift = 774.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E47_49.50 # Unique cross-section location id. -branchId = pipe_41_E47 # Branch on which the cross section is located. -chainage = 49.495108523821266 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E48_49.50 # Unique cross-section location id. -branchId = pipe_41_E48 # Branch on which the cross section is located. -chainage = 49.49510852290926 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E49_49.49 # Unique cross-section location id. -branchId = pipe_41_E49 # Branch on which the cross section is located. -chainage = 49.48681623650714 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E50_49.39 # Unique cross-section location id. -branchId = pipe_41_E50 # Branch on which the cross section is located. -chainage = 49.392129224681106 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E51_49.15 # Unique cross-section location id. -branchId = pipe_41_E51 # Branch on which the cross section is located. -chainage = 49.14799069069076 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E52_49.34 # Unique cross-section location id. -branchId = pipe_41_E52 # Branch on which the cross section is located. -chainage = 49.33653914632839 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E53_49.35 # Unique cross-section location id. -branchId = pipe_41_E53 # Branch on which the cross section is located. -chainage = 49.350995463331984 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E54_49.50 # Unique cross-section location id. -branchId = pipe_41_E54 # Branch on which the cross section is located. -chainage = 49.49510852386249 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. -definitionId = circ_d0.500_branch # Id of cross section definition. -locationtype = 1d - -[CrossSection] -id = pipe_41_E55_49.26 # Unique cross-section location id. -branchId = pipe_41_E55 # Branch on which the cross section is located. -chainage = 49.25926944251285 # Chainage on the branch (m). -shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E36_49.76 # Unique cross-section location id. +branchId = pipe_34_E36 # Branch on which the cross section is located. +chainage = 49.76010332495172 # Chainage on the branch (m). +shift = 887.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E56_49.50 # Unique cross-section location id. -branchId = pipe_41_E56 # Branch on which the cross section is located. -chainage = 49.495108523473114 # Chainage on the branch (m). -shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E37_49.76 # Unique cross-section location id. +branchId = pipe_34_E37 # Branch on which the cross section is located. +chainage = 49.76010332495172 # Chainage on the branch (m). +shift = 883.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E57_49.41 # Unique cross-section location id. -branchId = pipe_41_E57 # Branch on which the cross section is located. -chainage = 49.414990137403436 # Chainage on the branch (m). -shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E38_49.76 # Unique cross-section location id. +branchId = pipe_34_E38 # Branch on which the cross section is located. +chainage = 49.76010332427732 # Chainage on the branch (m). +shift = 871.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E58_49.50 # Unique cross-section location id. -branchId = pipe_41_E58 # Branch on which the cross section is located. -chainage = 49.49510852371272 # Chainage on the branch (m). -shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E39_49.76 # Unique cross-section location id. +branchId = pipe_34_E39 # Branch on which the cross section is located. +chainage = 49.760103324791146 # Chainage on the branch (m). +shift = 871.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E59_49.35 # Unique cross-section location id. -branchId = pipe_41_E59 # Branch on which the cross section is located. -chainage = 49.350958540170545 # Chainage on the branch (m). -shift = 774.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E40_46.96 # Unique cross-section location id. +branchId = pipe_34_E40 # Branch on which the cross section is located. +chainage = 46.963533352168085 # Chainage on the branch (m). +shift = 859.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E60_49.31 # Unique cross-section location id. -branchId = pipe_41_E60 # Branch on which the cross section is located. -chainage = 49.3123015540534 # Chainage on the branch (m). -shift = 774.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E41_49.76 # Unique cross-section location id. +branchId = pipe_34_E41 # Branch on which the cross section is located. +chainage = 49.76010332478113 # Chainage on the branch (m). +shift = 859.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E61_49.50 # Unique cross-section location id. -branchId = pipe_41_E61 # Branch on which the cross section is located. -chainage = 49.495108522802745 # Chainage on the branch (m). -shift = 774.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E42_49.76 # Unique cross-section location id. +branchId = pipe_34_E42 # Branch on which the cross section is located. +chainage = 49.75697296837414 # Chainage on the branch (m). +shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E62_49.50 # Unique cross-section location id. -branchId = pipe_41_E62 # Branch on which the cross section is located. -chainage = 49.49510852358695 # Chainage on the branch (m). -shift = 808.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E43_48.94 # Unique cross-section location id. +branchId = pipe_34_E43 # Branch on which the cross section is located. +chainage = 48.94443732496038 # Chainage on the branch (m). +shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E63_49.01 # Unique cross-section location id. -branchId = pipe_41_E63 # Branch on which the cross section is located. -chainage = 49.0066847201198 # Chainage on the branch (m). -shift = 808.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E44_42.16 # Unique cross-section location id. +branchId = pipe_34_E44 # Branch on which the cross section is located. +chainage = 42.163584220348554 # Chainage on the branch (m). +shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E64_49.05 # Unique cross-section location id. -branchId = pipe_41_E64 # Branch on which the cross section is located. -chainage = 49.050694153631106 # Chainage on the branch (m). -shift = 808.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E45_49.76 # Unique cross-section location id. +branchId = pipe_34_E45 # Branch on which the cross section is located. +chainage = 49.76010332487057 # Chainage on the branch (m). +shift = 856.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E65_49.17 # Unique cross-section location id. -branchId = pipe_41_E65 # Branch on which the cross section is located. -chainage = 49.16821266715344 # Chainage on the branch (m). -shift = 807.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E46_49.75 # Unique cross-section location id. +branchId = pipe_34_E46 # Branch on which the cross section is located. +chainage = 49.75188043596504 # Chainage on the branch (m). +shift = 843.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E66_49.50 # Unique cross-section location id. -branchId = pipe_41_E66 # Branch on which the cross section is located. -chainage = 49.49510852365245 # Chainage on the branch (m). -shift = 771.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E47_49.76 # Unique cross-section location id. +branchId = pipe_34_E47 # Branch on which the cross section is located. +chainage = 49.76010332475583 # Chainage on the branch (m). +shift = 847.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E67_49.50 # Unique cross-section location id. -branchId = pipe_41_E67 # Branch on which the cross section is located. -chainage = 49.4951085235284 # Chainage on the branch (m). -shift = 771.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E48_49.76 # Unique cross-section location id. +branchId = pipe_34_E48 # Branch on which the cross section is located. +chainage = 49.76010332475583 # Chainage on the branch (m). +shift = 847.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E68_49.16 # Unique cross-section location id. -branchId = pipe_41_E68 # Branch on which the cross section is located. -chainage = 49.16489711199492 # Chainage on the branch (m). -shift = 780.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E49_46.06 # Unique cross-section location id. +branchId = pipe_34_E49 # Branch on which the cross section is located. +chainage = 46.064056665446905 # Chainage on the branch (m). +shift = 846.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E69_49.50 # Unique cross-section location id. -branchId = pipe_41_E69 # Branch on which the cross section is located. -chainage = 49.49510852361046 # Chainage on the branch (m). -shift = 780.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E50_38.94 # Unique cross-section location id. +branchId = pipe_34_E50 # Branch on which the cross section is located. +chainage = 38.94038689496691 # Chainage on the branch (m). +shift = 847.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E70_49.14 # Unique cross-section location id. -branchId = pipe_41_E70 # Branch on which the cross section is located. -chainage = 49.14446576385645 # Chainage on the branch (m). -shift = 780.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E51_49.55 # Unique cross-section location id. +branchId = pipe_34_E51 # Branch on which the cross section is located. +chainage = 49.548215282279294 # Chainage on the branch (m). +shift = 847.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E71_49.50 # Unique cross-section location id. -branchId = pipe_41_E71 # Branch on which the cross section is located. -chainage = 49.49510852363856 # Chainage on the branch (m). -shift = 817.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E52_48.86 # Unique cross-section location id. +branchId = pipe_34_E52 # Branch on which the cross section is located. +chainage = 48.85941145194746 # Chainage on the branch (m). +shift = 843.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E72_49.50 # Unique cross-section location id. -branchId = pipe_41_E72 # Branch on which the cross section is located. -chainage = 49.49510852270729 # Chainage on the branch (m). -shift = 817.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E53_49.76 # Unique cross-section location id. +branchId = pipe_34_E53 # Branch on which the cross section is located. +chainage = 49.760103324410636 # Chainage on the branch (m). +shift = 843.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E73_49.42 # Unique cross-section location id. -branchId = pipe_41_E73 # Branch on which the cross section is located. -chainage = 49.41586739490224 # Chainage on the branch (m). -shift = 832.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E54_49.27 # Unique cross-section location id. +branchId = pipe_34_E54 # Branch on which the cross section is located. +chainage = 49.26853235190531 # Chainage on the branch (m). +shift = 843.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E74_49.50 # Unique cross-section location id. -branchId = pipe_41_E74 # Branch on which the cross section is located. -chainage = 49.49510852344801 # Chainage on the branch (m). -shift = 807.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E55_48.97 # Unique cross-section location id. +branchId = pipe_34_E55 # Branch on which the cross section is located. +chainage = 48.9720870881954 # Chainage on the branch (m). +shift = 791.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E75_49.50 # Unique cross-section location id. -branchId = pipe_41_E75 # Branch on which the cross section is located. -chainage = 49.49510852347758 # Chainage on the branch (m). -shift = 807.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E56_49.76 # Unique cross-section location id. +branchId = pipe_34_E56 # Branch on which the cross section is located. +chainage = 49.7601033248301 # Chainage on the branch (m). +shift = 791.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E76_49.41 # Unique cross-section location id. -branchId = pipe_41_E76 # Branch on which the cross section is located. -chainage = 49.41452401235903 # Chainage on the branch (m). -shift = 809.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E57_49.49 # Unique cross-section location id. +branchId = pipe_34_E57 # Branch on which the cross section is located. +chainage = 49.48828826571387 # Chainage on the branch (m). +shift = 790.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E77_49.50 # Unique cross-section location id. -branchId = pipe_41_E77 # Branch on which the cross section is located. -chainage = 49.49510852316853 # Chainage on the branch (m). -shift = 809.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E58_49.76 # Unique cross-section location id. +branchId = pipe_34_E58 # Branch on which the cross section is located. +chainage = 49.760103324788375 # Chainage on the branch (m). +shift = 827.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E78_49.50 # Unique cross-section location id. -branchId = pipe_41_E78 # Branch on which the cross section is located. -chainage = 49.49510852322422 # Chainage on the branch (m). -shift = 809.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E59_49.76 # Unique cross-section location id. +branchId = pipe_34_E59 # Branch on which the cross section is located. +chainage = 49.760103324788375 # Chainage on the branch (m). +shift = 815.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E79_49.48 # Unique cross-section location id. -branchId = pipe_41_E79 # Branch on which the cross section is located. -chainage = 49.47686551024192 # Chainage on the branch (m). -shift = 800.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E60_49.76 # Unique cross-section location id. +branchId = pipe_34_E60 # Branch on which the cross section is located. +chainage = 49.760103324788375 # Chainage on the branch (m). +shift = 811.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E80_49.50 # Unique cross-section location id. -branchId = pipe_41_E80 # Branch on which the cross section is located. -chainage = 49.49510852344554 # Chainage on the branch (m). -shift = 800.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E61_49.76 # Unique cross-section location id. +branchId = pipe_34_E61 # Branch on which the cross section is located. +chainage = 49.759806553891 # Chainage on the branch (m). +shift = 811.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E81_49.46 # Unique cross-section location id. -branchId = pipe_41_E81 # Branch on which the cross section is located. -chainage = 49.45640305139485 # Chainage on the branch (m). -shift = 800.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E62_49.76 # Unique cross-section location id. +branchId = pipe_34_E62 # Branch on which the cross section is located. +chainage = 49.76010332489694 # Chainage on the branch (m). +shift = 804.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E82_49.50 # Unique cross-section location id. -branchId = pipe_41_E82 # Branch on which the cross section is located. -chainage = 49.49510852323725 # Chainage on the branch (m). -shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E63_49.76 # Unique cross-section location id. +branchId = pipe_34_E63 # Branch on which the cross section is located. +chainage = 49.76010332466765 # Chainage on the branch (m). +shift = 804.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E83_49.50 # Unique cross-section location id. -branchId = pipe_41_E83 # Branch on which the cross section is located. -chainage = 49.49510852414897 # Chainage on the branch (m). -shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E64_49.76 # Unique cross-section location id. +branchId = pipe_34_E64 # Branch on which the cross section is located. +chainage = 49.76010332489694 # Chainage on the branch (m). +shift = 790.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E84_49.50 # Unique cross-section location id. -branchId = pipe_41_E84 # Branch on which the cross section is located. -chainage = 49.49510852323725 # Chainage on the branch (m). -shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E65_49.57 # Unique cross-section location id. +branchId = pipe_34_E65 # Branch on which the cross section is located. +chainage = 49.57147509728233 # Chainage on the branch (m). +shift = 790.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_41_E85_49.50 # Unique cross-section location id. -branchId = pipe_41_E85 # Branch on which the cross section is located. -chainage = 49.49510852323725 # Chainage on the branch (m). -shift = 792.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E66_49.76 # Unique cross-section location id. +branchId = pipe_34_E66 # Branch on which the cross section is located. +chainage = 49.760103324989615 # Chainage on the branch (m). +shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E0_49.37 # Unique cross-section location id. -branchId = pipe_42_E0 # Branch on which the cross section is located. -chainage = 49.36969399873011 # Chainage on the branch (m). -shift = 828.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E67_49.76 # Unique cross-section location id. +branchId = pipe_34_E67 # Branch on which the cross section is located. +chainage = 49.76010332475426 # Chainage on the branch (m). +shift = 768.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E1_49.37 # Unique cross-section location id. -branchId = pipe_42_E1 # Branch on which the cross section is located. -chainage = 49.36969399777165 # Chainage on the branch (m). -shift = 828.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E68_49.76 # Unique cross-section location id. +branchId = pipe_34_E68 # Branch on which the cross section is located. +chainage = 49.760103324756784 # Chainage on the branch (m). +shift = 747.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E2_49.37 # Unique cross-section location id. -branchId = pipe_42_E2 # Branch on which the cross section is located. -chainage = 49.36969399873011 # Chainage on the branch (m). -shift = 814.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E69_47.54 # Unique cross-section location id. +branchId = pipe_34_E69 # Branch on which the cross section is located. +chainage = 47.54307750154496 # Chainage on the branch (m). +shift = 747.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E3_49.37 # Unique cross-section location id. -branchId = pipe_42_E3 # Branch on which the cross section is located. -chainage = 49.36969399777165 # Chainage on the branch (m). -shift = 814.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E70_49.76 # Unique cross-section location id. +branchId = pipe_34_E70 # Branch on which the cross section is located. +chainage = 49.7601033246684 # Chainage on the branch (m). +shift = 744.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E4_49.37 # Unique cross-section location id. -branchId = pipe_42_E4 # Branch on which the cross section is located. -chainage = 49.36969399873011 # Chainage on the branch (m). -shift = 813.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E71_49.76 # Unique cross-section location id. +branchId = pipe_34_E71 # Branch on which the cross section is located. +chainage = 49.76010332486015 # Chainage on the branch (m). +shift = 769.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E5_49.37 # Unique cross-section location id. -branchId = pipe_42_E5 # Branch on which the cross section is located. -chainage = 49.369684944733635 # Chainage on the branch (m). -shift = 813.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E72_49.61 # Unique cross-section location id. +branchId = pipe_34_E72 # Branch on which the cross section is located. +chainage = 49.609507433169 # Chainage on the branch (m). +shift = 761.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E6_49.37 # Unique cross-section location id. -branchId = pipe_42_E6 # Branch on which the cross section is located. -chainage = 49.36969399739289 # Chainage on the branch (m). -shift = 813.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E73_49.76 # Unique cross-section location id. +branchId = pipe_34_E73 # Branch on which the cross section is located. +chainage = 49.76010332472632 # Chainage on the branch (m). +shift = 761.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E7_49.19 # Unique cross-section location id. -branchId = pipe_42_E7 # Branch on which the cross section is located. -chainage = 49.194071803307814 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E74_49.75 # Unique cross-section location id. +branchId = pipe_34_E74 # Branch on which the cross section is located. +chainage = 49.75452951414923 # Chainage on the branch (m). +shift = 745.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E8_49.26 # Unique cross-section location id. -branchId = pipe_42_E8 # Branch on which the cross section is located. -chainage = 49.25780376513033 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E75_48.20 # Unique cross-section location id. +branchId = pipe_34_E75 # Branch on which the cross section is located. +chainage = 48.20123085951156 # Chainage on the branch (m). +shift = 745.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E9_49.31 # Unique cross-section location id. -branchId = pipe_42_E9 # Branch on which the cross section is located. -chainage = 49.3139288791418 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E76_49.76 # Unique cross-section location id. +branchId = pipe_34_E76 # Branch on which the cross section is located. +chainage = 49.76010332533668 # Chainage on the branch (m). +shift = 737.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E10_49.37 # Unique cross-section location id. -branchId = pipe_42_E10 # Branch on which the cross section is located. -chainage = 49.369693998338406 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E77_49.76 # Unique cross-section location id. +branchId = pipe_34_E77 # Branch on which the cross section is located. +chainage = 49.760103324564916 # Chainage on the branch (m). +shift = 737.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E11_49.37 # Unique cross-section location id. -branchId = pipe_42_E11 # Branch on which the cross section is located. -chainage = 49.369693998338406 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E78_49.76 # Unique cross-section location id. +branchId = pipe_34_E78 # Branch on which the cross section is located. +chainage = 49.760103324564916 # Chainage on the branch (m). +shift = 752.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E12_49.19 # Unique cross-section location id. -branchId = pipe_42_E12 # Branch on which the cross section is located. -chainage = 49.18507475545402 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E79_49.76 # Unique cross-section location id. +branchId = pipe_34_E79 # Branch on which the cross section is located. +chainage = 49.76010332533668 # Chainage on the branch (m). +shift = 742.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E13_49.37 # Unique cross-section location id. -branchId = pipe_42_E13 # Branch on which the cross section is located. -chainage = 49.369693998612945 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E80_49.75 # Unique cross-section location id. +branchId = pipe_34_E80 # Branch on which the cross section is located. +chainage = 49.74712916952993 # Chainage on the branch (m). +shift = 742.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E14_49.37 # Unique cross-section location id. -branchId = pipe_42_E14 # Branch on which the cross section is located. -chainage = 49.36969399792352 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E81_49.76 # Unique cross-section location id. +branchId = pipe_34_E81 # Branch on which the cross section is located. +chainage = 49.760103325043104 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E15_49.32 # Unique cross-section location id. -branchId = pipe_42_E15 # Branch on which the cross section is located. -chainage = 49.32350747137296 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E82_49.41 # Unique cross-section location id. +branchId = pipe_34_E82 # Branch on which the cross section is located. +chainage = 49.407960921377544 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E16_49.33 # Unique cross-section location id. -branchId = pipe_42_E16 # Branch on which the cross section is located. -chainage = 49.3335369621756 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E83_48.37 # Unique cross-section location id. +branchId = pipe_34_E83 # Branch on which the cross section is located. +chainage = 48.368037380254634 # Chainage on the branch (m). +shift = 775.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E17_49.28 # Unique cross-section location id. -branchId = pipe_42_E17 # Branch on which the cross section is located. -chainage = 49.28098361251089 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E84_49.65 # Unique cross-section location id. +branchId = pipe_34_E84 # Branch on which the cross section is located. +chainage = 49.64579753251522 # Chainage on the branch (m). +shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E18_49.26 # Unique cross-section location id. -branchId = pipe_42_E18 # Branch on which the cross section is located. -chainage = 49.26407019629627 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E85_49.72 # Unique cross-section location id. +branchId = pipe_34_E85 # Branch on which the cross section is located. +chainage = 49.718383408686584 # Chainage on the branch (m). +shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E19_49.37 # Unique cross-section location id. -branchId = pipe_42_E19 # Branch on which the cross section is located. -chainage = 49.36679044246991 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E86_49.76 # Unique cross-section location id. +branchId = pipe_34_E86 # Branch on which the cross section is located. +chainage = 49.76010332489643 # Chainage on the branch (m). +shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E20_49.37 # Unique cross-section location id. -branchId = pipe_42_E20 # Branch on which the cross section is located. -chainage = 49.36969399835264 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E87_49.76 # Unique cross-section location id. +branchId = pipe_34_E87 # Branch on which the cross section is located. +chainage = 49.760103324899355 # Chainage on the branch (m). +shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E21_49.23 # Unique cross-section location id. -branchId = pipe_42_E21 # Branch on which the cross section is located. -chainage = 49.226545706934196 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E88_49.76 # Unique cross-section location id. +branchId = pipe_34_E88 # Branch on which the cross section is located. +chainage = 49.760103323965176 # Chainage on the branch (m). +shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E22_49.37 # Unique cross-section location id. -branchId = pipe_42_E22 # Branch on which the cross section is located. -chainage = 49.36969399823882 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_34_E89_46.93 # Unique cross-section location id. +branchId = pipe_34_E89 # Branch on which the cross section is located. +chainage = 46.92677980867572 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E23_49.37 # Unique cross-section location id. -branchId = pipe_42_E23 # Branch on which the cross section is located. -chainage = 49.36969399829441 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_35_E0_23.98 # Unique cross-section location id. +branchId = pipe_35_E0 # Branch on which the cross section is located. +chainage = 23.98039638237132 # Chainage on the branch (m). +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E24_49.36 # Unique cross-section location id. -branchId = pipe_42_E24 # Branch on which the cross section is located. -chainage = 49.363686366485375 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_35_E1_28.47 # Unique cross-section location id. +branchId = pipe_35_E1 # Branch on which the cross section is located. +chainage = 28.465541807569387 # Chainage on the branch (m). +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E25_49.37 # Unique cross-section location id. -branchId = pipe_42_E25 # Branch on which the cross section is located. -chainage = 49.3696939985479 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_36_E0_30.26 # Unique cross-section location id. +branchId = pipe_36_E0 # Branch on which the cross section is located. +chainage = 30.25628167960415 # Chainage on the branch (m). +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E26_49.01 # Unique cross-section location id. -branchId = pipe_42_E26 # Branch on which the cross section is located. -chainage = 49.01116053604925 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_37_E0_38.93 # Unique cross-section location id. +branchId = pipe_37_E0 # Branch on which the cross section is located. +chainage = 38.93292641835443 # Chainage on the branch (m). +shift = 778.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E27_49.09 # Unique cross-section location id. -branchId = pipe_42_E27 # Branch on which the cross section is located. -chainage = 49.092783858690915 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_38_E0_49.28 # Unique cross-section location id. +branchId = pipe_38_E0 # Branch on which the cross section is located. +chainage = 49.280261349088086 # Chainage on the branch (m). +shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E28_49.37 # Unique cross-section location id. -branchId = pipe_42_E28 # Branch on which the cross section is located. -chainage = 49.3696939986098 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_38_E1_49.20 # Unique cross-section location id. +branchId = pipe_38_E1 # Branch on which the cross section is located. +chainage = 49.20013407593275 # Chainage on the branch (m). +shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E29_49.31 # Unique cross-section location id. -branchId = pipe_42_E29 # Branch on which the cross section is located. -chainage = 49.31114320423239 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_38_E2_49.08 # Unique cross-section location id. +branchId = pipe_38_E2 # Branch on which the cross section is located. +chainage = 49.075915252087235 # Chainage on the branch (m). +shift = 754.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E30_49.26 # Unique cross-section location id. -branchId = pipe_42_E30 # Branch on which the cross section is located. -chainage = 49.26141537171862 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_39_E0_40.07 # Unique cross-section location id. +branchId = pipe_39_E0 # Branch on which the cross section is located. +chainage = 40.06941748447389 # Chainage on the branch (m). +shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E31_49.37 # Unique cross-section location id. -branchId = pipe_42_E31 # Branch on which the cross section is located. -chainage = 49.369693998234276 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_39_E1_36.11 # Unique cross-section location id. +branchId = pipe_39_E1 # Branch on which the cross section is located. +chainage = 36.11484865327122 # Chainage on the branch (m). +shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E32_49.36 # Unique cross-section location id. -branchId = pipe_42_E32 # Branch on which the cross section is located. -chainage = 49.36286910496533 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_39_E2_43.55 # Unique cross-section location id. +branchId = pipe_39_E2 # Branch on which the cross section is located. +chainage = 43.55302434428249 # Chainage on the branch (m). +shift = 763.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E33_49.28 # Unique cross-section location id. -branchId = pipe_42_E33 # Branch on which the cross section is located. -chainage = 49.27969436560234 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_39_E3_43.55 # Unique cross-section location id. +branchId = pipe_39_E3 # Branch on which the cross section is located. +chainage = 43.545310074953036 # Chainage on the branch (m). +shift = 754.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E34_49.37 # Unique cross-section location id. -branchId = pipe_42_E34 # Branch on which the cross section is located. -chainage = 49.369693998577745 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E0_48.54 # Unique cross-section location id. +branchId = pipe_40_E0 # Branch on which the cross section is located. +chainage = 48.537384753299435 # Chainage on the branch (m). +shift = 754.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E35_49.37 # Unique cross-section location id. -branchId = pipe_42_E35 # Branch on which the cross section is located. -chainage = 49.369693997932735 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E1_49.12 # Unique cross-section location id. +branchId = pipe_40_E1 # Branch on which the cross section is located. +chainage = 49.12151879589174 # Chainage on the branch (m). +shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E36_49.37 # Unique cross-section location id. -branchId = pipe_42_E36 # Branch on which the cross section is located. -chainage = 49.369693998707106 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E2_49.12 # Unique cross-section location id. +branchId = pipe_40_E2 # Branch on which the cross section is located. +chainage = 49.119455603027596 # Chainage on the branch (m). +shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E37_49.37 # Unique cross-section location id. -branchId = pipe_42_E37 # Branch on which the cross section is located. -chainage = 49.369693997932735 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E3_49.12 # Unique cross-section location id. +branchId = pipe_40_E3 # Branch on which the cross section is located. +chainage = 49.121518796480785 # Chainage on the branch (m). +shift = 730.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E38_49.37 # Unique cross-section location id. -branchId = pipe_42_E38 # Branch on which the cross section is located. -chainage = 49.369693998707106 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E4_49.08 # Unique cross-section location id. +branchId = pipe_40_E4 # Branch on which the cross section is located. +chainage = 49.0801370277406 # Chainage on the branch (m). +shift = 730.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E39_49.37 # Unique cross-section location id. -branchId = pipe_42_E39 # Branch on which the cross section is located. -chainage = 49.369693997932735 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E5_49.12 # Unique cross-section location id. +branchId = pipe_40_E5 # Branch on which the cross section is located. +chainage = 49.12151879607289 # Chainage on the branch (m). +shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E40_49.32 # Unique cross-section location id. -branchId = pipe_42_E40 # Branch on which the cross section is located. -chainage = 49.31583638603128 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E6_49.12 # Unique cross-section location id. +branchId = pipe_40_E6 # Branch on which the cross section is located. +chainage = 49.12151879701413 # Chainage on the branch (m). +shift = 726.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_42_E41_49.37 # Unique cross-section location id. -branchId = pipe_42_E41 # Branch on which the cross section is located. -chainage = 49.369693998238056 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E7_49.12 # Unique cross-section location id. +branchId = pipe_40_E7 # Branch on which the cross section is located. +chainage = 49.12151879617268 # Chainage on the branch (m). +shift = 726.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_43_E0_47.99 # Unique cross-section location id. -branchId = pipe_43_E0 # Branch on which the cross section is located. -chainage = 47.98976174551751 # Chainage on the branch (m). -shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E8_49.04 # Unique cross-section location id. +branchId = pipe_40_E8 # Branch on which the cross section is located. +chainage = 49.04434387273865 # Chainage on the branch (m). +shift = 726.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_43_E1_47.99 # Unique cross-section location id. -branchId = pipe_43_E1 # Branch on which the cross section is located. -chainage = 47.989761746456594 # Chainage on the branch (m). -shift = 828.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E9_49.11 # Unique cross-section location id. +branchId = pipe_40_E9 # Branch on which the cross section is located. +chainage = 49.108150557922826 # Chainage on the branch (m). +shift = 743.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_44_E0_44.85 # Unique cross-section location id. -branchId = pipe_44_E0 # Branch on which the cross section is located. -chainage = 44.84716356301232 # Chainage on the branch (m). -shift = 837.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E10_49.12 # Unique cross-section location id. +branchId = pipe_40_E10 # Branch on which the cross section is located. +chainage = 49.12151879697037 # Chainage on the branch (m). +shift = 743.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_44_E1_44.67 # Unique cross-section location id. -branchId = pipe_44_E1 # Branch on which the cross section is located. -chainage = 44.66883782967896 # Chainage on the branch (m). -shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E11_49.12 # Unique cross-section location id. +branchId = pipe_40_E11 # Branch on which the cross section is located. +chainage = 49.12151879611715 # Chainage on the branch (m). +shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_44_E2_44.85 # Unique cross-section location id. -branchId = pipe_44_E2 # Branch on which the cross section is located. -chainage = 44.847163563280915 # Chainage on the branch (m). -shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E12_49.12 # Unique cross-section location id. +branchId = pipe_40_E12 # Branch on which the cross section is located. +chainage = 49.12151879697037 # Chainage on the branch (m). +shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_44_E3_44.85 # Unique cross-section location id. -branchId = pipe_44_E3 # Branch on which the cross section is located. -chainage = 44.84579173162809 # Chainage on the branch (m). -shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E13_49.12 # Unique cross-section location id. +branchId = pipe_40_E13 # Branch on which the cross section is located. +chainage = 49.12151879606381 # Chainage on the branch (m). +shift = 717.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_44_E4_44.71 # Unique cross-section location id. -branchId = pipe_44_E4 # Branch on which the cross section is located. -chainage = 44.7132772458127 # Chainage on the branch (m). -shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E14_49.12 # Unique cross-section location id. +branchId = pipe_40_E14 # Branch on which the cross section is located. +chainage = 49.121518797023704 # Chainage on the branch (m). +shift = 735.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_44_E5_44.83 # Unique cross-section location id. -branchId = pipe_44_E5 # Branch on which the cross section is located. -chainage = 44.82570264102855 # Chainage on the branch (m). -shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E15_49.12 # Unique cross-section location id. +branchId = pipe_40_E15 # Branch on which the cross section is located. +chainage = 49.12151879606381 # Chainage on the branch (m). +shift = 735.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_44_E6_44.61 # Unique cross-section location id. -branchId = pipe_44_E6 # Branch on which the cross section is located. -chainage = 44.609149413697125 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E16_49.08 # Unique cross-section location id. +branchId = pipe_40_E16 # Branch on which the cross section is located. +chainage = 49.075399469079784 # Chainage on the branch (m). +shift = 735.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_44_E7_43.67 # Unique cross-section location id. -branchId = pipe_44_E7 # Branch on which the cross section is located. -chainage = 43.67448282995742 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E17_49.12 # Unique cross-section location id. +branchId = pipe_40_E17 # Branch on which the cross section is located. +chainage = 49.121518796686615 # Chainage on the branch (m). +shift = 742.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_45_E0_46.24 # Unique cross-section location id. -branchId = pipe_45_E0 # Branch on which the cross section is located. -chainage = 46.23930542045624 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E18_49.07 # Unique cross-section location id. +branchId = pipe_40_E18 # Branch on which the cross section is located. +chainage = 49.065490133183005 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_45_E1_46.30 # Unique cross-section location id. -branchId = pipe_45_E1 # Branch on which the cross section is located. -chainage = 46.300667974962074 # Chainage on the branch (m). -shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E19_49.12 # Unique cross-section location id. +branchId = pipe_40_E19 # Branch on which the cross section is located. +chainage = 49.121518796070895 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_45_E2_46.30 # Unique cross-section location id. -branchId = pipe_45_E2 # Branch on which the cross section is located. -chainage = 46.300667975671665 # Chainage on the branch (m). -shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E20_49.10 # Unique cross-section location id. +branchId = pipe_40_E20 # Branch on which the cross section is located. +chainage = 49.10336613032281 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_45_E3_46.30 # Unique cross-section location id. -branchId = pipe_45_E3 # Branch on which the cross section is located. -chainage = 46.300667975671665 # Chainage on the branch (m). -shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E21_49.12 # Unique cross-section location id. +branchId = pipe_40_E21 # Branch on which the cross section is located. +chainage = 49.12151879691641 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_46_E0_48.89 # Unique cross-section location id. -branchId = pipe_46_E0 # Branch on which the cross section is located. -chainage = 48.89332923259779 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E22_49.12 # Unique cross-section location id. +branchId = pipe_40_E22 # Branch on which the cross section is located. +chainage = 49.12151879680332 # Chainage on the branch (m). +shift = 722.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_46_E1_49.37 # Unique cross-section location id. -branchId = pipe_46_E1 # Branch on which the cross section is located. -chainage = 49.367105506152356 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E23_49.12 # Unique cross-section location id. +branchId = pipe_40_E23 # Branch on which the cross section is located. +chainage = 49.121518796102315 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_46_E2_49.28 # Unique cross-section location id. -branchId = pipe_46_E2 # Branch on which the cross section is located. -chainage = 49.28380711794944 # Chainage on the branch (m). -shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E24_49.12 # Unique cross-section location id. +branchId = pipe_40_E24 # Branch on which the cross section is located. +chainage = 49.12151879680332 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_46_E3_49.33 # Unique cross-section location id. -branchId = pipe_46_E3 # Branch on which the cross section is located. -chainage = 49.325028505252995 # Chainage on the branch (m). -shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E25_49.12 # Unique cross-section location id. +branchId = pipe_40_E25 # Branch on which the cross section is located. +chainage = 49.12151879691641 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_46_E4_49.05 # Unique cross-section location id. -branchId = pipe_46_E4 # Branch on which the cross section is located. -chainage = 49.04820095413804 # Chainage on the branch (m). -shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E26_49.12 # Unique cross-section location id. +branchId = pipe_40_E26 # Branch on which the cross section is located. +chainage = 49.121518795989225 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_47_E0_42.63 # Unique cross-section location id. -branchId = pipe_47_E0 # Branch on which the cross section is located. -chainage = 42.63189405260717 # Chainage on the branch (m). -shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E27_49.09 # Unique cross-section location id. +branchId = pipe_40_E27 # Branch on which the cross section is located. +chainage = 49.09295342703835 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_47_E1_42.63 # Unique cross-section location id. -branchId = pipe_47_E1 # Branch on which the cross section is located. -chainage = 42.63197285433592 # Chainage on the branch (m). -shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E28_49.02 # Unique cross-section location id. +branchId = pipe_40_E28 # Branch on which the cross section is located. +chainage = 49.020255727806024 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_47_E2_42.63 # Unique cross-section location id. -branchId = pipe_47_E2 # Branch on which the cross section is located. -chainage = 42.63197285342116 # Chainage on the branch (m). -shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E29_48.41 # Unique cross-section location id. +branchId = pipe_40_E29 # Branch on which the cross section is located. +chainage = 48.406558151546925 # Chainage on the branch (m). +shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_47_E3_42.56 # Unique cross-section location id. -branchId = pipe_47_E3 # Branch on which the cross section is located. -chainage = 42.555670698777575 # Chainage on the branch (m). -shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E30_49.12 # Unique cross-section location id. +branchId = pipe_40_E30 # Branch on which the cross section is located. +chainage = 49.12151879669409 # Chainage on the branch (m). +shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_47_E4_42.63 # Unique cross-section location id. -branchId = pipe_47_E4 # Branch on which the cross section is located. -chainage = 42.63197285356783 # Chainage on the branch (m). -shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E31_49.12 # Unique cross-section location id. +branchId = pipe_40_E31 # Branch on which the cross section is located. +chainage = 49.12151879669409 # Chainage on the branch (m). +shift = 729.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_47_E5_42.44 # Unique cross-section location id. -branchId = pipe_47_E5 # Branch on which the cross section is located. -chainage = 42.439521125920514 # Chainage on the branch (m). -shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E32_49.12 # Unique cross-section location id. +branchId = pipe_40_E32 # Branch on which the cross section is located. +chainage = 49.12151879576634 # Chainage on the branch (m). +shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_48_E0_43.98 # Unique cross-section location id. -branchId = pipe_48_E0 # Branch on which the cross section is located. -chainage = 43.97918502889465 # Chainage on the branch (m). -shift = 783.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E33_48.81 # Unique cross-section location id. +branchId = pipe_40_E33 # Branch on which the cross section is located. +chainage = 48.8077097969677 # Chainage on the branch (m). +shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E0_49.86 # Unique cross-section location id. -branchId = pipe_49_E0 # Branch on which the cross section is located. -chainage = 49.861698183288425 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E34_49.12 # Unique cross-section location id. +branchId = pipe_40_E34 # Branch on which the cross section is located. +chainage = 49.121518796814215 # Chainage on the branch (m). +shift = 756.2999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E1_49.85 # Unique cross-section location id. -branchId = pipe_49_E1 # Branch on which the cross section is located. -chainage = 49.84838770137194 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E35_49.09 # Unique cross-section location id. +branchId = pipe_40_E35 # Branch on which the cross section is located. +chainage = 49.09190330215006 # Chainage on the branch (m). +shift = 775.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E2_49.39 # Unique cross-section location id. -branchId = pipe_49_E2 # Branch on which the cross section is located. -chainage = 49.3915218217145 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E36_49.05 # Unique cross-section location id. +branchId = pipe_40_E36 # Branch on which the cross section is located. +chainage = 49.05466210449567 # Chainage on the branch (m). +shift = 775.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E3_49.70 # Unique cross-section location id. -branchId = pipe_49_E3 # Branch on which the cross section is located. -chainage = 49.70182695710909 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E37_49.12 # Unique cross-section location id. +branchId = pipe_40_E37 # Branch on which the cross section is located. +chainage = 49.12151879644972 # Chainage on the branch (m). +shift = 775.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E4_49.35 # Unique cross-section location id. -branchId = pipe_49_E4 # Branch on which the cross section is located. -chainage = 49.350363449799914 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_40_E38_49.12 # Unique cross-section location id. +branchId = pipe_40_E38 # Branch on which the cross section is located. +chainage = 49.12151879644972 # Chainage on the branch (m). +shift = 784.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E5_49.86 # Unique cross-section location id. -branchId = pipe_49_E5 # Branch on which the cross section is located. -chainage = 49.861698183173374 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E0_49.43 # Unique cross-section location id. +branchId = pipe_41_E0 # Branch on which the cross section is located. +chainage = 49.42840407264259 # Chainage on the branch (m). +shift = 784.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E6_49.86 # Unique cross-section location id. -branchId = pipe_49_E6 # Branch on which the cross section is located. -chainage = 49.86169818330988 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E1_49.42 # Unique cross-section location id. +branchId = pipe_41_E1 # Branch on which the cross section is located. +chainage = 49.41894977267225 # Chainage on the branch (m). +shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E7_49.86 # Unique cross-section location id. -branchId = pipe_49_E7 # Branch on which the cross section is located. -chainage = 49.86169818406434 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E2_49.44 # Unique cross-section location id. +branchId = pipe_41_E2 # Branch on which the cross section is located. +chainage = 49.43682191276741 # Chainage on the branch (m). +shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E8_49.82 # Unique cross-section location id. -branchId = pipe_49_E8 # Branch on which the cross section is located. -chainage = 49.82155393163632 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E3_49.50 # Unique cross-section location id. +branchId = pipe_41_E3 # Branch on which the cross section is located. +chainage = 49.495108523035164 # Chainage on the branch (m). +shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E9_49.74 # Unique cross-section location id. -branchId = pipe_49_E9 # Branch on which the cross section is located. -chainage = 49.73781028046558 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E4_49.50 # Unique cross-section location id. +branchId = pipe_41_E4 # Branch on which the cross section is located. +chainage = 49.49510852389734 # Chainage on the branch (m). +shift = 726.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E10_49.86 # Unique cross-section location id. -branchId = pipe_49_E10 # Branch on which the cross section is located. -chainage = 49.861698183730574 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E5_49.49 # Unique cross-section location id. +branchId = pipe_41_E5 # Branch on which the cross section is located. +chainage = 49.494549779338115 # Chainage on the branch (m). +shift = 726.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E11_49.86 # Unique cross-section location id. -branchId = pipe_49_E11 # Branch on which the cross section is located. -chainage = 49.86169818344179 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E6_49.50 # Unique cross-section location id. +branchId = pipe_41_E6 # Branch on which the cross section is located. +chainage = 49.49510852295138 # Chainage on the branch (m). +shift = 726.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E12_49.86 # Unique cross-section location id. -branchId = pipe_49_E12 # Branch on which the cross section is located. -chainage = 49.861698183730574 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E7_49.50 # Unique cross-section location id. +branchId = pipe_41_E7 # Branch on which the cross section is located. +chainage = 49.4951085237371 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E13_49.86 # Unique cross-section location id. -branchId = pipe_49_E13 # Branch on which the cross section is located. -chainage = 49.86169818324336 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E8_49.47 # Unique cross-section location id. +branchId = pipe_41_E8 # Branch on which the cross section is located. +chainage = 49.46844160947103 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E14_49.83 # Unique cross-section location id. -branchId = pipe_49_E14 # Branch on which the cross section is located. -chainage = 49.83141471108311 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E9_49.50 # Unique cross-section location id. +branchId = pipe_41_E9 # Branch on which the cross section is located. +chainage = 49.49510852281356 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E15_49.86 # Unique cross-section location id. -branchId = pipe_49_E15 # Branch on which the cross section is located. -chainage = 49.85658663468135 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E10_49.45 # Unique cross-section location id. +branchId = pipe_41_E10 # Branch on which the cross section is located. +chainage = 49.4463497375817 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E16_49.58 # Unique cross-section location id. -branchId = pipe_49_E16 # Branch on which the cross section is located. -chainage = 49.57759529334426 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E11_49.50 # Unique cross-section location id. +branchId = pipe_41_E11 # Branch on which the cross section is located. +chainage = 49.49510852303992 # Chainage on the branch (m). +shift = 721.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E17_49.73 # Unique cross-section location id. -branchId = pipe_49_E17 # Branch on which the cross section is located. -chainage = 49.733083373090146 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E12_49.49 # Unique cross-section location id. +branchId = pipe_41_E12 # Branch on which the cross section is located. +chainage = 49.490870456609294 # Chainage on the branch (m). +shift = 735.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E18_49.86 # Unique cross-section location id. -branchId = pipe_49_E18 # Branch on which the cross section is located. -chainage = 49.86169818346918 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E13_49.50 # Unique cross-section location id. +branchId = pipe_41_E13 # Branch on which the cross section is located. +chainage = 49.49510852313698 # Chainage on the branch (m). +shift = 735.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E19_49.86 # Unique cross-section location id. -branchId = pipe_49_E19 # Branch on which the cross section is located. -chainage = 49.86169818377671 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E14_49.50 # Unique cross-section location id. +branchId = pipe_41_E14 # Branch on which the cross section is located. +chainage = 49.49510852400834 # Chainage on the branch (m). +shift = 741.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E20_49.86 # Unique cross-section location id. -branchId = pipe_49_E20 # Branch on which the cross section is located. -chainage = 49.86169818354465 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E15_49.50 # Unique cross-section location id. +branchId = pipe_41_E15 # Branch on which the cross section is located. +chainage = 49.49510852328302 # Chainage on the branch (m). +shift = 753.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E21_49.86 # Unique cross-section location id. -branchId = pipe_49_E21 # Branch on which the cross section is located. -chainage = 49.86169818346918 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E16_49.50 # Unique cross-section location id. +branchId = pipe_41_E16 # Branch on which the cross section is located. +chainage = 49.49510852328302 # Chainage on the branch (m). +shift = 753.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E22_49.86 # Unique cross-section location id. -branchId = pipe_49_E22 # Branch on which the cross section is located. -chainage = 49.86169818354465 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E17_49.24 # Unique cross-section location id. +branchId = pipe_41_E17 # Branch on which the cross section is located. +chainage = 49.24111370801116 # Chainage on the branch (m). +shift = 758.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E23_49.86 # Unique cross-section location id. -branchId = pipe_49_E23 # Branch on which the cross section is located. -chainage = 49.86169818370124 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E18_49.50 # Unique cross-section location id. +branchId = pipe_41_E18 # Branch on which the cross section is located. +chainage = 49.495108522791696 # Chainage on the branch (m). +shift = 758.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E24_49.59 # Unique cross-section location id. -branchId = pipe_49_E24 # Branch on which the cross section is located. -chainage = 49.58679747526568 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E19_49.50 # Unique cross-section location id. +branchId = pipe_41_E19 # Branch on which the cross section is located. +chainage = 49.495108523619855 # Chainage on the branch (m). +shift = 768.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E25_49.86 # Unique cross-section location id. -branchId = pipe_49_E25 # Branch on which the cross section is located. -chainage = 49.86169818370939 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E20_49.50 # Unique cross-section location id. +branchId = pipe_41_E20 # Branch on which the cross section is located. +chainage = 49.495108523619855 # Chainage on the branch (m). +shift = 762.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E26_49.86 # Unique cross-section location id. -branchId = pipe_49_E26 # Branch on which the cross section is located. -chainage = 49.85535774285424 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E21_49.50 # Unique cross-section location id. +branchId = pipe_41_E21 # Branch on which the cross section is located. +chainage = 49.495108523619855 # Chainage on the branch (m). +shift = 762.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E27_49.86 # Unique cross-section location id. -branchId = pipe_49_E27 # Branch on which the cross section is located. -chainage = 49.861698183127054 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E22_49.49 # Unique cross-section location id. +branchId = pipe_41_E22 # Branch on which the cross section is located. +chainage = 49.491416383871346 # Chainage on the branch (m). +shift = 762.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E28_49.86 # Unique cross-section location id. -branchId = pipe_49_E28 # Branch on which the cross section is located. -chainage = 49.861698183590214 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E23_49.50 # Unique cross-section location id. +branchId = pipe_41_E23 # Branch on which the cross section is located. +chainage = 49.49510852319835 # Chainage on the branch (m). +shift = 761.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E29_49.86 # Unique cross-section location id. -branchId = pipe_49_E29 # Branch on which the cross section is located. -chainage = 49.861698183590214 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E24_49.47 # Unique cross-section location id. +branchId = pipe_41_E24 # Branch on which the cross section is located. +chainage = 49.468481357456085 # Chainage on the branch (m). +shift = 761.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E30_49.84 # Unique cross-section location id. -branchId = pipe_49_E30 # Branch on which the cross section is located. -chainage = 49.83591802478503 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E25_49.49 # Unique cross-section location id. +branchId = pipe_41_E25 # Branch on which the cross section is located. +chainage = 49.494659427427855 # Chainage on the branch (m). +shift = 761.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E31_48.80 # Unique cross-section location id. -branchId = pipe_49_E31 # Branch on which the cross section is located. -chainage = 48.798223537663524 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E26_49.50 # Unique cross-section location id. +branchId = pipe_41_E26 # Branch on which the cross section is located. +chainage = 49.49510852324733 # Chainage on the branch (m). +shift = 766.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E32_49.80 # Unique cross-section location id. -branchId = pipe_49_E32 # Branch on which the cross section is located. -chainage = 49.800532962819446 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E27_49.50 # Unique cross-section location id. +branchId = pipe_41_E27 # Branch on which the cross section is located. +chainage = 49.495108523384225 # Chainage on the branch (m). +shift = 770.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E33_49.86 # Unique cross-section location id. -branchId = pipe_49_E33 # Branch on which the cross section is located. -chainage = 49.86169818354354 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E28_49.32 # Unique cross-section location id. +branchId = pipe_41_E28 # Branch on which the cross section is located. +chainage = 49.323926227286464 # Chainage on the branch (m). +shift = 770.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E34_49.60 # Unique cross-section location id. -branchId = pipe_49_E34 # Branch on which the cross section is located. -chainage = 49.59571238563513 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E29_49.18 # Unique cross-section location id. +branchId = pipe_41_E29 # Branch on which the cross section is located. +chainage = 49.18073774629452 # Chainage on the branch (m). +shift = 770.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E35_49.84 # Unique cross-section location id. -branchId = pipe_49_E35 # Branch on which the cross section is located. -chainage = 49.84362365693445 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E30_49.49 # Unique cross-section location id. +branchId = pipe_41_E30 # Branch on which the cross section is located. +chainage = 49.49327320016726 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E36_49.86 # Unique cross-section location id. -branchId = pipe_49_E36 # Branch on which the cross section is located. -chainage = 49.861698183533875 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E31_49.50 # Unique cross-section location id. +branchId = pipe_41_E31 # Branch on which the cross section is located. +chainage = 49.495108524240685 # Chainage on the branch (m). +shift = 774.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E37_49.86 # Unique cross-section location id. -branchId = pipe_49_E37 # Branch on which the cross section is located. -chainage = 49.861698183533875 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E32_49.50 # Unique cross-section location id. +branchId = pipe_41_E32 # Branch on which the cross section is located. +chainage = 49.49510852328187 # Chainage on the branch (m). +shift = 777.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E38_49.86 # Unique cross-section location id. -branchId = pipe_49_E38 # Branch on which the cross section is located. -chainage = 49.861698183533875 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E33_49.50 # Unique cross-section location id. +branchId = pipe_41_E33 # Branch on which the cross section is located. +chainage = 49.49510852328187 # Chainage on the branch (m). +shift = 777.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E39_49.86 # Unique cross-section location id. -branchId = pipe_49_E39 # Branch on which the cross section is located. -chainage = 49.861698183857705 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E34_49.50 # Unique cross-section location id. +branchId = pipe_41_E34 # Branch on which the cross section is located. +chainage = 49.49510852328187 # Chainage on the branch (m). +shift = 777.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E40_49.86 # Unique cross-section location id. -branchId = pipe_49_E40 # Branch on which the cross section is located. -chainage = 49.8561528738844 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E35_49.46 # Unique cross-section location id. +branchId = pipe_41_E35 # Branch on which the cross section is located. +chainage = 49.46492328044981 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E41_49.86 # Unique cross-section location id. -branchId = pipe_49_E41 # Branch on which the cross section is located. -chainage = 49.861698183768006 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E36_49.42 # Unique cross-section location id. +branchId = pipe_41_E36 # Branch on which the cross section is located. +chainage = 49.42189734508719 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E42_49.81 # Unique cross-section location id. -branchId = pipe_49_E42 # Branch on which the cross section is located. -chainage = 49.81271075742621 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E37_49.49 # Unique cross-section location id. +branchId = pipe_41_E37 # Branch on which the cross section is located. +chainage = 49.49150363152985 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E43_49.86 # Unique cross-section location id. -branchId = pipe_49_E43 # Branch on which the cross section is located. -chainage = 49.86169818371676 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E38_49.50 # Unique cross-section location id. +branchId = pipe_41_E38 # Branch on which the cross section is located. +chainage = 49.49510852364434 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E44_48.87 # Unique cross-section location id. -branchId = pipe_49_E44 # Branch on which the cross section is located. -chainage = 48.86999137881647 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E39_49.50 # Unique cross-section location id. +branchId = pipe_41_E39 # Branch on which the cross section is located. +chainage = 49.49510852364434 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E45_49.83 # Unique cross-section location id. -branchId = pipe_49_E45 # Branch on which the cross section is located. -chainage = 49.826234982277306 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E40_49.49 # Unique cross-section location id. +branchId = pipe_41_E40 # Branch on which the cross section is located. +chainage = 49.49498085936373 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E46_49.86 # Unique cross-section location id. -branchId = pipe_49_E46 # Branch on which the cross section is located. -chainage = 49.86169818388561 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E41_49.50 # Unique cross-section location id. +branchId = pipe_41_E41 # Branch on which the cross section is located. +chainage = 49.49510852323906 # Chainage on the branch (m). +shift = 772.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E47_48.12 # Unique cross-section location id. -branchId = pipe_49_E47 # Branch on which the cross section is located. -chainage = 48.119632673901386 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E42_49.50 # Unique cross-section location id. +branchId = pipe_41_E42 # Branch on which the cross section is located. +chainage = 49.4951085236253 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E48_48.78 # Unique cross-section location id. -branchId = pipe_49_E48 # Branch on which the cross section is located. -chainage = 48.7826199319802 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E43_49.50 # Unique cross-section location id. +branchId = pipe_41_E43 # Branch on which the cross section is located. +chainage = 49.49510852317473 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E49_49.72 # Unique cross-section location id. -branchId = pipe_49_E49 # Branch on which the cross section is located. -chainage = 49.71905661223012 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E44_49.39 # Unique cross-section location id. +branchId = pipe_41_E44 # Branch on which the cross section is located. +chainage = 49.387983394673874 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E50_49.10 # Unique cross-section location id. -branchId = pipe_49_E50 # Branch on which the cross section is located. -chainage = 49.09915040271774 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E45_49.50 # Unique cross-section location id. +branchId = pipe_41_E45 # Branch on which the cross section is located. +chainage = 49.49510852290926 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E51_49.86 # Unique cross-section location id. -branchId = pipe_49_E51 # Branch on which the cross section is located. -chainage = 49.861698183349255 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E46_49.50 # Unique cross-section location id. +branchId = pipe_41_E46 # Branch on which the cross section is located. +chainage = 49.495108523697105 # Chainage on the branch (m). +shift = 774.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E52_49.86 # Unique cross-section location id. -branchId = pipe_49_E52 # Branch on which the cross section is located. -chainage = 49.86169818390922 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E47_49.50 # Unique cross-section location id. +branchId = pipe_41_E47 # Branch on which the cross section is located. +chainage = 49.495108523821266 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E53_49.86 # Unique cross-section location id. -branchId = pipe_49_E53 # Branch on which the cross section is located. -chainage = 49.861698183349255 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E48_49.50 # Unique cross-section location id. +branchId = pipe_41_E48 # Branch on which the cross section is located. +chainage = 49.49510852290926 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E54_48.50 # Unique cross-section location id. -branchId = pipe_49_E54 # Branch on which the cross section is located. -chainage = 48.500013703606115 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E49_49.49 # Unique cross-section location id. +branchId = pipe_41_E49 # Branch on which the cross section is located. +chainage = 49.48681623650714 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E55_49.01 # Unique cross-section location id. -branchId = pipe_49_E55 # Branch on which the cross section is located. -chainage = 49.01256041211983 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E50_49.39 # Unique cross-section location id. +branchId = pipe_41_E50 # Branch on which the cross section is located. +chainage = 49.392129224681106 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E56_47.47 # Unique cross-section location id. -branchId = pipe_49_E56 # Branch on which the cross section is located. -chainage = 47.466394724634824 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E51_49.15 # Unique cross-section location id. +branchId = pipe_41_E51 # Branch on which the cross section is located. +chainage = 49.14799069069076 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E57_49.86 # Unique cross-section location id. -branchId = pipe_49_E57 # Branch on which the cross section is located. -chainage = 49.86169818340971 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E52_49.34 # Unique cross-section location id. +branchId = pipe_41_E52 # Branch on which the cross section is located. +chainage = 49.33653914632839 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E58_48.68 # Unique cross-section location id. -branchId = pipe_49_E58 # Branch on which the cross section is located. -chainage = 48.6800478762356 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E53_49.35 # Unique cross-section location id. +branchId = pipe_41_E53 # Branch on which the cross section is located. +chainage = 49.350995463331984 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E59_49.58 # Unique cross-section location id. -branchId = pipe_49_E59 # Branch on which the cross section is located. -chainage = 49.582616683621225 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E54_49.50 # Unique cross-section location id. +branchId = pipe_41_E54 # Branch on which the cross section is located. +chainage = 49.49510852386249 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E60_49.86 # Unique cross-section location id. -branchId = pipe_49_E60 # Branch on which the cross section is located. -chainage = 49.861698183557024 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E55_49.26 # Unique cross-section location id. +branchId = pipe_41_E55 # Branch on which the cross section is located. +chainage = 49.25926944251285 # Chainage on the branch (m). +shift = 759.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E61_48.97 # Unique cross-section location id. -branchId = pipe_49_E61 # Branch on which the cross section is located. -chainage = 48.974538334240926 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E56_49.50 # Unique cross-section location id. +branchId = pipe_41_E56 # Branch on which the cross section is located. +chainage = 49.495108523473114 # Chainage on the branch (m). +shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E62_49.86 # Unique cross-section location id. -branchId = pipe_49_E62 # Branch on which the cross section is located. -chainage = 49.8616981835648 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E57_49.41 # Unique cross-section location id. +branchId = pipe_41_E57 # Branch on which the cross section is located. +chainage = 49.414990137403436 # Chainage on the branch (m). +shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E63_49.86 # Unique cross-section location id. -branchId = pipe_49_E63 # Branch on which the cross section is located. -chainage = 49.86169818365585 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E58_49.50 # Unique cross-section location id. +branchId = pipe_41_E58 # Branch on which the cross section is located. +chainage = 49.49510852371272 # Chainage on the branch (m). +shift = 765.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E64_49.68 # Unique cross-section location id. -branchId = pipe_49_E64 # Branch on which the cross section is located. -chainage = 49.68021023532449 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E59_49.35 # Unique cross-section location id. +branchId = pipe_41_E59 # Branch on which the cross section is located. +chainage = 49.350958540170545 # Chainage on the branch (m). +shift = 774.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E65_49.86 # Unique cross-section location id. -branchId = pipe_49_E65 # Branch on which the cross section is located. -chainage = 49.861698183339264 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E60_49.31 # Unique cross-section location id. +branchId = pipe_41_E60 # Branch on which the cross section is located. +chainage = 49.3123015540534 # Chainage on the branch (m). +shift = 774.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E66_49.33 # Unique cross-section location id. -branchId = pipe_49_E66 # Branch on which the cross section is located. -chainage = 49.33472010442175 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E61_49.50 # Unique cross-section location id. +branchId = pipe_41_E61 # Branch on which the cross section is located. +chainage = 49.495108522802745 # Chainage on the branch (m). +shift = 774.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E67_49.75 # Unique cross-section location id. -branchId = pipe_49_E67 # Branch on which the cross section is located. -chainage = 49.75219416622915 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E62_49.50 # Unique cross-section location id. +branchId = pipe_41_E62 # Branch on which the cross section is located. +chainage = 49.49510852358695 # Chainage on the branch (m). +shift = 808.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E68_49.86 # Unique cross-section location id. -branchId = pipe_49_E68 # Branch on which the cross section is located. -chainage = 49.86169818364446 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E63_49.01 # Unique cross-section location id. +branchId = pipe_41_E63 # Branch on which the cross section is located. +chainage = 49.0066847201198 # Chainage on the branch (m). +shift = 808.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E69_49.86 # Unique cross-section location id. -branchId = pipe_49_E69 # Branch on which the cross section is located. -chainage = 49.86169818364446 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E64_49.05 # Unique cross-section location id. +branchId = pipe_41_E64 # Branch on which the cross section is located. +chainage = 49.050694153631106 # Chainage on the branch (m). +shift = 808.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E70_49.86 # Unique cross-section location id. -branchId = pipe_49_E70 # Branch on which the cross section is located. -chainage = 49.86169818364446 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E65_49.17 # Unique cross-section location id. +branchId = pipe_41_E65 # Branch on which the cross section is located. +chainage = 49.16821266715344 # Chainage on the branch (m). +shift = 807.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E71_49.65 # Unique cross-section location id. -branchId = pipe_49_E71 # Branch on which the cross section is located. -chainage = 49.64857626068789 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E66_49.50 # Unique cross-section location id. +branchId = pipe_41_E66 # Branch on which the cross section is located. +chainage = 49.49510852365245 # Chainage on the branch (m). +shift = 771.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E72_49.86 # Unique cross-section location id. -branchId = pipe_49_E72 # Branch on which the cross section is located. -chainage = 49.861698183772546 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E67_49.50 # Unique cross-section location id. +branchId = pipe_41_E67 # Branch on which the cross section is located. +chainage = 49.4951085235284 # Chainage on the branch (m). +shift = 771.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E73_49.86 # Unique cross-section location id. -branchId = pipe_49_E73 # Branch on which the cross section is located. -chainage = 49.861698182923845 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E68_49.16 # Unique cross-section location id. +branchId = pipe_41_E68 # Branch on which the cross section is located. +chainage = 49.16489711199492 # Chainage on the branch (m). +shift = 780.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E74_49.53 # Unique cross-section location id. -branchId = pipe_49_E74 # Branch on which the cross section is located. -chainage = 49.526109877979444 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E69_49.50 # Unique cross-section location id. +branchId = pipe_41_E69 # Branch on which the cross section is located. +chainage = 49.49510852361046 # Chainage on the branch (m). +shift = 780.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E75_49.86 # Unique cross-section location id. -branchId = pipe_49_E75 # Branch on which the cross section is located. -chainage = 49.86169818311376 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E70_49.14 # Unique cross-section location id. +branchId = pipe_41_E70 # Branch on which the cross section is located. +chainage = 49.14446576385645 # Chainage on the branch (m). +shift = 780.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E76_49.70 # Unique cross-section location id. -branchId = pipe_49_E76 # Branch on which the cross section is located. -chainage = 49.704600985055244 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E71_49.50 # Unique cross-section location id. +branchId = pipe_41_E71 # Branch on which the cross section is located. +chainage = 49.49510852363856 # Chainage on the branch (m). +shift = 817.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E77_49.86 # Unique cross-section location id. -branchId = pipe_49_E77 # Branch on which the cross section is located. -chainage = 49.86169818366793 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E72_49.50 # Unique cross-section location id. +branchId = pipe_41_E72 # Branch on which the cross section is located. +chainage = 49.49510852270729 # Chainage on the branch (m). +shift = 817.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E78_49.86 # Unique cross-section location id. -branchId = pipe_49_E78 # Branch on which the cross section is located. -chainage = 49.86169818280064 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E73_49.42 # Unique cross-section location id. +branchId = pipe_41_E73 # Branch on which the cross section is located. +chainage = 49.41586739490224 # Chainage on the branch (m). +shift = 832.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E79_49.62 # Unique cross-section location id. -branchId = pipe_49_E79 # Branch on which the cross section is located. -chainage = 49.621063890447786 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E74_49.50 # Unique cross-section location id. +branchId = pipe_41_E74 # Branch on which the cross section is located. +chainage = 49.49510852344801 # Chainage on the branch (m). +shift = 807.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E80_49.86 # Unique cross-section location id. -branchId = pipe_49_E80 # Branch on which the cross section is located. -chainage = 49.86169818392345 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E75_49.50 # Unique cross-section location id. +branchId = pipe_41_E75 # Branch on which the cross section is located. +chainage = 49.49510852347758 # Chainage on the branch (m). +shift = 807.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E81_49.82 # Unique cross-section location id. -branchId = pipe_49_E81 # Branch on which the cross section is located. -chainage = 49.81972686860253 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E76_49.41 # Unique cross-section location id. +branchId = pipe_41_E76 # Branch on which the cross section is located. +chainage = 49.41452401235903 # Chainage on the branch (m). +shift = 809.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E82_49.86 # Unique cross-section location id. -branchId = pipe_49_E82 # Branch on which the cross section is located. -chainage = 49.861698183280176 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E77_49.50 # Unique cross-section location id. +branchId = pipe_41_E77 # Branch on which the cross section is located. +chainage = 49.49510852316853 # Chainage on the branch (m). +shift = 809.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E83_49.78 # Unique cross-section location id. -branchId = pipe_49_E83 # Branch on which the cross section is located. -chainage = 49.78000335136422 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E78_49.50 # Unique cross-section location id. +branchId = pipe_41_E78 # Branch on which the cross section is located. +chainage = 49.49510852322422 # Chainage on the branch (m). +shift = 809.1000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E84_49.63 # Unique cross-section location id. -branchId = pipe_49_E84 # Branch on which the cross section is located. -chainage = 49.631496735366966 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E79_49.48 # Unique cross-section location id. +branchId = pipe_41_E79 # Branch on which the cross section is located. +chainage = 49.47686551024192 # Chainage on the branch (m). +shift = 800.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E85_49.37 # Unique cross-section location id. -branchId = pipe_49_E85 # Branch on which the cross section is located. -chainage = 49.36693027510331 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E80_49.50 # Unique cross-section location id. +branchId = pipe_41_E80 # Branch on which the cross section is located. +chainage = 49.49510852344554 # Chainage on the branch (m). +shift = 800.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E86_47.53 # Unique cross-section location id. -branchId = pipe_49_E86 # Branch on which the cross section is located. -chainage = 47.531080881588814 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E81_49.46 # Unique cross-section location id. +branchId = pipe_41_E81 # Branch on which the cross section is located. +chainage = 49.45640305139485 # Chainage on the branch (m). +shift = 800.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E87_49.86 # Unique cross-section location id. -branchId = pipe_49_E87 # Branch on which the cross section is located. -chainage = 49.861698183500806 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E82_49.50 # Unique cross-section location id. +branchId = pipe_41_E82 # Branch on which the cross section is located. +chainage = 49.49510852323725 # Chainage on the branch (m). +shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E88_49.05 # Unique cross-section location id. -branchId = pipe_49_E88 # Branch on which the cross section is located. -chainage = 49.04739859789795 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E83_49.50 # Unique cross-section location id. +branchId = pipe_41_E83 # Branch on which the cross section is located. +chainage = 49.49510852414897 # Chainage on the branch (m). +shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E89_49.86 # Unique cross-section location id. -branchId = pipe_49_E89 # Branch on which the cross section is located. -chainage = 49.8616981830891 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E84_49.50 # Unique cross-section location id. +branchId = pipe_41_E84 # Branch on which the cross section is located. +chainage = 49.49510852323725 # Chainage on the branch (m). +shift = 775.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E90_49.86 # Unique cross-section location id. -branchId = pipe_49_E90 # Branch on which the cross section is located. -chainage = 49.8559336911072 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_41_E85_49.50 # Unique cross-section location id. +branchId = pipe_41_E85 # Branch on which the cross section is located. +chainage = 49.49510852323725 # Chainage on the branch (m). +shift = 792.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E91_49.86 # Unique cross-section location id. -branchId = pipe_49_E91 # Branch on which the cross section is located. -chainage = 49.86169818417763 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_42_E0_49.37 # Unique cross-section location id. +branchId = pipe_42_E0 # Branch on which the cross section is located. +chainage = 49.36969399873011 # Chainage on the branch (m). +shift = 828.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E92_49.86 # Unique cross-section location id. -branchId = pipe_49_E92 # Branch on which the cross section is located. -chainage = 49.8616981833137 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_42_E1_49.37 # Unique cross-section location id. +branchId = pipe_42_E1 # Branch on which the cross section is located. +chainage = 49.36969399777165 # Chainage on the branch (m). +shift = 828.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E93_49.86 # Unique cross-section location id. -branchId = pipe_49_E93 # Branch on which the cross section is located. -chainage = 49.861698183463 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_42_E2_49.37 # Unique cross-section location id. +branchId = pipe_42_E2 # Branch on which the cross section is located. +chainage = 49.36969399873011 # Chainage on the branch (m). +shift = 814.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E94_49.86 # Unique cross-section location id. -branchId = pipe_49_E94 # Branch on which the cross section is located. -chainage = 49.8616981833137 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_42_E3_49.37 # Unique cross-section location id. +branchId = pipe_42_E3 # Branch on which the cross section is located. +chainage = 49.36969399777165 # Chainage on the branch (m). +shift = 814.0 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E95_49.86 # Unique cross-section location id. -branchId = pipe_49_E95 # Branch on which the cross section is located. -chainage = 49.85678337632482 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_42_E4_49.37 # Unique cross-section location id. +branchId = pipe_42_E4 # Branch on which the cross section is located. +chainage = 49.36969399873011 # Chainage on the branch (m). +shift = 813.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E96_49.86 # Unique cross-section location id. -branchId = pipe_49_E96 # Branch on which the cross section is located. -chainage = 49.861698183349475 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_42_E5_49.37 # Unique cross-section location id. +branchId = pipe_42_E5 # Branch on which the cross section is located. +chainage = 49.369684944733635 # Chainage on the branch (m). +shift = 813.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E97_49.04 # Unique cross-section location id. -branchId = pipe_49_E97 # Branch on which the cross section is located. -chainage = 49.04326397013437 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_42_E6_49.37 # Unique cross-section location id. +branchId = pipe_42_E6 # Branch on which the cross section is located. +chainage = 49.36969399739289 # Chainage on the branch (m). +shift = 813.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E98_49.78 # Unique cross-section location id. -branchId = pipe_49_E98 # Branch on which the cross section is located. -chainage = 49.777530284965685 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_42_E7_49.19 # Unique cross-section location id. +branchId = pipe_42_E7 # Branch on which the cross section is located. +chainage = 49.194071803307814 # Chainage on the branch (m). +shift = 799.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E99_49.86 # Unique cross-section location id. -branchId = pipe_49_E99 # Branch on which the cross section is located. -chainage = 49.86169818379338 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_43_E0_47.99 # Unique cross-section location id. +branchId = pipe_43_E0 # Branch on which the cross section is located. +chainage = 47.98976174551751 # Chainage on the branch (m). +shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E100_49.84 # Unique cross-section location id. -branchId = pipe_49_E100 # Branch on which the cross section is located. -chainage = 49.839579180042264 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_43_E1_47.99 # Unique cross-section location id. +branchId = pipe_43_E1 # Branch on which the cross section is located. +chainage = 47.989761746456594 # Chainage on the branch (m). +shift = 828.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E101_49.12 # Unique cross-section location id. -branchId = pipe_49_E101 # Branch on which the cross section is located. -chainage = 49.11740983500858 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_44_E0_44.85 # Unique cross-section location id. +branchId = pipe_44_E0 # Branch on which the cross section is located. +chainage = 44.84716356301232 # Chainage on the branch (m). +shift = 837.6000366210938 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E102_49.86 # Unique cross-section location id. -branchId = pipe_49_E102 # Branch on which the cross section is located. -chainage = 49.861698183633834 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_44_E1_44.67 # Unique cross-section location id. +branchId = pipe_44_E1 # Branch on which the cross section is located. +chainage = 44.66883782967896 # Chainage on the branch (m). +shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E103_49.86 # Unique cross-section location id. -branchId = pipe_49_E103 # Branch on which the cross section is located. -chainage = 49.861698183633834 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_44_E2_44.85 # Unique cross-section location id. +branchId = pipe_44_E2 # Branch on which the cross section is located. +chainage = 44.847163563280915 # Chainage on the branch (m). +shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E104_49.86 # Unique cross-section location id. -branchId = pipe_49_E104 # Branch on which the cross section is located. -chainage = 49.86169818332631 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_44_E3_44.85 # Unique cross-section location id. +branchId = pipe_44_E3 # Branch on which the cross section is located. +chainage = 44.84579173162809 # Chainage on the branch (m). +shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E105_49.86 # Unique cross-section location id. -branchId = pipe_49_E105 # Branch on which the cross section is located. -chainage = 49.861698183633834 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_44_E4_44.71 # Unique cross-section location id. +branchId = pipe_44_E4 # Branch on which the cross section is located. +chainage = 44.7132772458127 # Chainage on the branch (m). +shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E106_49.83 # Unique cross-section location id. -branchId = pipe_49_E106 # Branch on which the cross section is located. -chainage = 49.8317121145442 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_44_E5_44.83 # Unique cross-section location id. +branchId = pipe_44_E5 # Branch on which the cross section is located. +chainage = 44.82570264102855 # Chainage on the branch (m). +shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E107_49.86 # Unique cross-section location id. -branchId = pipe_49_E107 # Branch on which the cross section is located. -chainage = 49.86158161523496 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_44_E6_44.61 # Unique cross-section location id. +branchId = pipe_44_E6 # Branch on which the cross section is located. +chainage = 44.609149413697125 # Chainage on the branch (m). +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E108_49.86 # Unique cross-section location id. -branchId = pipe_49_E108 # Branch on which the cross section is located. -chainage = 49.861698183759295 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_44_E7_43.67 # Unique cross-section location id. +branchId = pipe_44_E7 # Branch on which the cross section is located. +chainage = 43.67448282995742 # Chainage on the branch (m). +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E109_49.86 # Unique cross-section location id. -branchId = pipe_49_E109 # Branch on which the cross section is located. -chainage = 49.861698183528304 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_45_E0_46.24 # Unique cross-section location id. +branchId = pipe_45_E0 # Branch on which the cross section is located. +chainage = 46.23930542045624 # Chainage on the branch (m). +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E110_49.86 # Unique cross-section location id. -branchId = pipe_49_E110 # Branch on which the cross section is located. -chainage = 49.861698183528304 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_45_E1_46.30 # Unique cross-section location id. +branchId = pipe_45_E1 # Branch on which the cross section is located. +chainage = 46.300667974962074 # Chainage on the branch (m). +shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E111_49.86 # Unique cross-section location id. -branchId = pipe_49_E111 # Branch on which the cross section is located. -chainage = 49.861698183528304 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_45_E2_46.30 # Unique cross-section location id. +branchId = pipe_45_E2 # Branch on which the cross section is located. +chainage = 46.300667975671665 # Chainage on the branch (m). +shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E112_49.86 # Unique cross-section location id. -branchId = pipe_49_E112 # Branch on which the cross section is located. -chainage = 49.861698183528304 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_45_E3_46.30 # Unique cross-section location id. +branchId = pipe_45_E3 # Branch on which the cross section is located. +chainage = 46.300667975671665 # Chainage on the branch (m). +shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E113_49.86 # Unique cross-section location id. -branchId = pipe_49_E113 # Branch on which the cross section is located. -chainage = 49.861698183528304 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_46_E0_48.89 # Unique cross-section location id. +branchId = pipe_46_E0 # Branch on which the cross section is located. +chainage = 48.89332923259779 # Chainage on the branch (m). +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E114_49.86 # Unique cross-section location id. -branchId = pipe_49_E114 # Branch on which the cross section is located. -chainage = 49.86169818364505 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_46_E1_49.37 # Unique cross-section location id. +branchId = pipe_46_E1 # Branch on which the cross section is located. +chainage = 49.367105506152356 # Chainage on the branch (m). +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E115_49.86 # Unique cross-section location id. -branchId = pipe_49_E115 # Branch on which the cross section is located. -chainage = 49.861698183528304 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_46_E2_49.28 # Unique cross-section location id. +branchId = pipe_46_E2 # Branch on which the cross section is located. +chainage = 49.28380711794944 # Chainage on the branch (m). +shift = 825.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E116_49.86 # Unique cross-section location id. -branchId = pipe_49_E116 # Branch on which the cross section is located. -chainage = 49.861698183528304 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_46_E3_49.33 # Unique cross-section location id. +branchId = pipe_46_E3 # Branch on which the cross section is located. +chainage = 49.325028505252995 # Chainage on the branch (m). +shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E117_49.86 # Unique cross-section location id. -branchId = pipe_49_E117 # Branch on which the cross section is located. -chainage = 49.861698183528304 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_46_E4_49.05 # Unique cross-section location id. +branchId = pipe_46_E4 # Branch on which the cross section is located. +chainage = 49.04820095413804 # Chainage on the branch (m). +shift = 803.7000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E118_49.86 # Unique cross-section location id. -branchId = pipe_49_E118 # Branch on which the cross section is located. -chainage = 49.861698183759295 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_47_E0_42.63 # Unique cross-section location id. +branchId = pipe_47_E0 # Branch on which the cross section is located. +chainage = 42.63189405260717 # Chainage on the branch (m). +shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E119_49.84 # Unique cross-section location id. -branchId = pipe_49_E119 # Branch on which the cross section is located. -chainage = 49.84030213661448 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_47_E1_42.63 # Unique cross-section location id. +branchId = pipe_47_E1 # Branch on which the cross section is located. +chainage = 42.63197285433592 # Chainage on the branch (m). +shift = 801.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E120_49.86 # Unique cross-section location id. -branchId = pipe_49_E120 # Branch on which the cross section is located. -chainage = 49.86169818358159 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_47_E2_42.63 # Unique cross-section location id. +branchId = pipe_47_E2 # Branch on which the cross section is located. +chainage = 42.63197285342116 # Chainage on the branch (m). +shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E121_49.86 # Unique cross-section location id. -branchId = pipe_49_E121 # Branch on which the cross section is located. -chainage = 49.86169818358159 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_47_E3_42.56 # Unique cross-section location id. +branchId = pipe_47_E3 # Branch on which the cross section is located. +chainage = 42.555670698777575 # Chainage on the branch (m). +shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E122_49.86 # Unique cross-section location id. -branchId = pipe_49_E122 # Branch on which the cross section is located. -chainage = 49.86169818358159 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_47_E4_42.63 # Unique cross-section location id. +branchId = pipe_47_E4 # Branch on which the cross section is located. +chainage = 42.63197285356783 # Chainage on the branch (m). +shift = 814.2000122070312 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E123_49.86 # Unique cross-section location id. -branchId = pipe_49_E123 # Branch on which the cross section is located. -chainage = 49.86169818330123 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_47_E5_42.44 # Unique cross-section location id. +branchId = pipe_47_E5 # Branch on which the cross section is located. +chainage = 42.439521125920514 # Chainage on the branch (m). +shift = 801.4000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d [CrossSection] -id = pipe_49_E124_49.86 # Unique cross-section location id. -branchId = pipe_49_E124 # Branch on which the cross section is located. -chainage = 49.86169818358159 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +id = pipe_48_E0_43.98 # Unique cross-section location id. +branchId = pipe_48_E0 # Branch on which the cross section is located. +chainage = 43.97918502889465 # Chainage on the branch (m). +shift = 783.7999877929688 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d @@ -44288,7 +15088,7 @@ locationtype = 1d id = pipe_49_E125_49.86 # Unique cross-section location id. branchId = pipe_49_E125 # Branch on which the cross section is located. chainage = 49.86169818358159 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 907.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d @@ -44296,7 +15096,7 @@ locationtype = 1d id = pipe_49_E126_49.86 # Unique cross-section location id. branchId = pipe_49_E126 # Branch on which the cross section is located. chainage = 49.86169818358159 # Chainage on the branch (m). -shift = -10001.5 # Vertical shift of the cross section definition [m]. Defined positive upwards. +shift = 907.9000244140625 # Vertical shift of the cross section definition [m]. Defined positive upwards. definitionId = circ_d0.500_branch # Id of cross section definition. locationtype = 1d diff --git a/examples/dflowfm_piave/dflowfm/fm_net.nc b/examples/dflowfm_piave/dflowfm/fm_net.nc index a392ff3e..d44c48cc 100644 Binary files a/examples/dflowfm_piave/dflowfm/fm_net.nc and b/examples/dflowfm_piave/dflowfm/fm_net.nc differ diff --git a/examples/dflowfm_piave/dflowfm/nodeFile.ini b/examples/dflowfm_piave/dflowfm/nodeFile.ini index 458aafd4..a1678ee2 100644 --- a/examples/dflowfm_piave/dflowfm/nodeFile.ini +++ b/examples/dflowfm_piave/dflowfm/nodeFile.ini @@ -2266,35745 +2266,10195 @@ manholeId = manhole_161_generated # (optional) Unique id of manh nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1393846.866743_5859166.301538 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 1109.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 1112.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1393891.920325_5859146.596169 # Unique id of the storage node. +id = 1388521.257593_5855362.027613 # Unique id of the storage node. name = manhole_162_generated # Long name in the user interface. manholeId = manhole_162_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393891.920325_5859146.596169 # Connection node on which the storage node is located. +nodeId = 1388521.257593_5855362.027613 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 965.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 968.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1393933.388037_5859122.277832 # Unique id of the storage node. +id = 1388472.030307_5855370.543776 # Unique id of the storage node. name = manhole_163_generated # Long name in the user interface. manholeId = manhole_163_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393933.388037_5859122.277832 # Connection node on which the storage node is located. +nodeId = 1388472.030307_5855370.543776 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 965.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 968.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1393962.852900_5859082.145733 # Unique id of the storage node. +id = 1388439.000347_5855407.802593 # Unique id of the storage node. name = manhole_164_generated # Long name in the user interface. manholeId = manhole_164_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393962.852900_5859082.145733 # Connection node on which the storage node is located. +nodeId = 1388439.000347_5855407.802593 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 965.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 968.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394005.729331_5859059.753146 # Unique id of the storage node. +id = 1388400.196092_5855436.014135 # Unique id of the storage node. name = manhole_165_generated # Long name in the user interface. manholeId = manhole_165_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394005.729331_5859059.753146 # Connection node on which the storage node is located. +nodeId = 1388400.196092_5855436.014135 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 961.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 964.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394055.475932_5859057.795492 # Unique id of the storage node. +id = 1388351.338236_5855446.634319 # Unique id of the storage node. name = manhole_166_generated # Long name in the user interface. manholeId = manhole_166_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394055.475932_5859057.795492 # Connection node on which the storage node is located. +nodeId = 1388351.338236_5855446.634319 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 961.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 964.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394105.428024_5859057.063073 # Unique id of the storage node. +id = 1388301.961882_5855453.847478 # Unique id of the storage node. name = manhole_167_generated # Long name in the user interface. manholeId = manhole_167_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394105.428024_5859057.063073 # Connection node on which the storage node is located. +nodeId = 1388301.961882_5855453.847478 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 978.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 981.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394154.825224_5859052.280367 # Unique id of the storage node. +id = 1388252.297577_5855451.260453 # Unique id of the storage node. name = manhole_168_generated # Long name in the user interface. manholeId = manhole_168_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394154.825224_5859052.280367 # Connection node on which the storage node is located. +nodeId = 1388252.297577_5855451.260453 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 978.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 981.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394200.611384_5859033.003444 # Unique id of the storage node. +id = 1388202.479660_5855455.508815 # Unique id of the storage node. name = manhole_169_generated # Long name in the user interface. manholeId = manhole_169_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394200.611384_5859033.003444 # Connection node on which the storage node is located. +nodeId = 1388202.479660_5855455.508815 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 970.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 973.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394249.433454_5859022.412898 # Unique id of the storage node. +id = 1388152.683455_5855460.015516 # Unique id of the storage node. name = manhole_170_generated # Long name in the user interface. manholeId = manhole_170_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394249.433454_5859022.412898 # Connection node on which the storage node is located. +nodeId = 1388152.683455_5855460.015516 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 958.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 961.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394298.801167_5859016.404503 # Unique id of the storage node. +id = 1388104.622612_5855473.253734 # Unique id of the storage node. name = manhole_171_generated # Long name in the user interface. manholeId = manhole_171_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394298.801167_5859016.404503 # Connection node on which the storage node is located. +nodeId = 1388104.622612_5855473.253734 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 958.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 961.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394342.946750_5859035.159852 # Unique id of the storage node. +id = 1388057.005634_5855488.445189 # Unique id of the storage node. name = manhole_172_generated # Long name in the user interface. manholeId = manhole_172_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394342.946750_5859035.159852 # Connection node on which the storage node is located. +nodeId = 1388057.005634_5855488.445189 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 942.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 945.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394378.140151_5859070.400375 # Unique id of the storage node. +id = 1388011.292357_5855508.700276 # Unique id of the storage node. name = manhole_173_generated # Long name in the user interface. manholeId = manhole_173_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394378.140151_5859070.400375 # Connection node on which the storage node is located. +nodeId = 1388011.292357_5855508.700276 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 942.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 945.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394425.059557_5859086.187451 # Unique id of the storage node. +id = 1387969.221703_5855535.246165 # Unique id of the storage node. name = manhole_174_generated # Long name in the user interface. manholeId = manhole_174_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394425.059557_5859086.187451 # Connection node on which the storage node is located. +nodeId = 1387969.221703_5855535.246165 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 942.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 945.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394473.833243_5859096.998639 # Unique id of the storage node. +id = 1387935.863196_5855572.491062 # Unique id of the storage node. name = manhole_175_generated # Long name in the user interface. manholeId = manhole_175_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394473.833243_5859096.998639 # Connection node on which the storage node is located. +nodeId = 1387935.863196_5855572.491062 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 927.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 930.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394522.606928_5859107.809827 # Unique id of the storage node. +id = 1387904.610232_5855611.432585 # Unique id of the storage node. name = manhole_176_generated # Long name in the user interface. manholeId = manhole_176_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394522.606928_5859107.809827 # Connection node on which the storage node is located. +nodeId = 1387904.610232_5855611.432585 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 954.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 957.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394569.942334_5859123.168176 # Unique id of the storage node. +id = 1387869.335365_5855646.852918 # Unique id of the storage node. name = manhole_177_generated # Long name in the user interface. manholeId = manhole_177_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394569.942334_5859123.168176 # Connection node on which the storage node is located. +nodeId = 1387869.335365_5855646.852918 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 944.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 947.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394614.713659_5859145.210273 # Unique id of the storage node. +id = 1387831.783289_5855679.735664 # Unique id of the storage node. name = manhole_178_generated # Long name in the user interface. manholeId = manhole_178_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394614.713659_5859145.210273 # Connection node on which the storage node is located. +nodeId = 1387831.783289_5855679.735664 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 944.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 947.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394658.743920_5859168.813033 # Unique id of the storage node. +id = 1387791.509416_5855708.923280 # Unique id of the storage node. name = manhole_179_generated # Long name in the user interface. manholeId = manhole_179_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394658.743920_5859168.813033 # Connection node on which the storage node is located. +nodeId = 1387791.509416_5855708.923280 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 944.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 947.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394702.774182_5859192.415793 # Unique id of the storage node. +id = 1387742.459817_5855717.213658 # Unique id of the storage node. name = manhole_180_generated # Long name in the user interface. manholeId = manhole_180_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394702.774182_5859192.415793 # Connection node on which the storage node is located. +nodeId = 1387742.459817_5855717.213658 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 930.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 933.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394746.804443_5859216.018553 # Unique id of the storage node. +id = 1387692.500367_5855718.495404 # Unique id of the storage node. name = manhole_181_generated # Long name in the user interface. manholeId = manhole_181_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394746.804443_5859216.018553 # Connection node on which the storage node is located. +nodeId = 1387692.500367_5855718.495404 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 930.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 933.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394790.834704_5859239.621313 # Unique id of the storage node. +id = 1387642.500798_5855718.619679 # Unique id of the storage node. name = manhole_182_generated # Long name in the user interface. manholeId = manhole_182_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394790.834704_5859239.621313 # Connection node on which the storage node is located. +nodeId = 1387642.500798_5855718.619679 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 908.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 911.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394834.864966_5859263.224073 # Unique id of the storage node. +id = 1387592.501230_5855718.743954 # Unique id of the storage node. name = manhole_183_generated # Long name in the user interface. manholeId = manhole_183_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394834.864966_5859263.224073 # Connection node on which the storage node is located. +nodeId = 1387592.501230_5855718.743954 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 884.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 887.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394880.208195_5859284.084080 # Unique id of the storage node. +id = 1387542.501661_5855718.868229 # Unique id of the storage node. name = manhole_184_generated # Long name in the user interface. manholeId = manhole_184_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394880.208195_5859284.084080 # Connection node on which the storage node is located. +nodeId = 1387542.501661_5855718.868229 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 884.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 887.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394929.846529_5859285.224489 # Unique id of the storage node. +id = 1387492.651410_5855720.815255 # Unique id of the storage node. name = manhole_185_generated # Long name in the user interface. manholeId = manhole_185_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394929.846529_5859285.224489 # Connection node on which the storage node is located. +nodeId = 1387492.651410_5855720.815255 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 899.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 902.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1394979.602959_5859281.680338 # Unique id of the storage node. +id = 1387448.867237_5855742.752517 # Unique id of the storage node. name = manhole_186_generated # Long name in the user interface. manholeId = manhole_186_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394979.602959_5859281.680338 # Connection node on which the storage node is located. +nodeId = 1387448.867237_5855742.752517 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 899.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 902.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395027.975008_5859291.301104 # Unique id of the storage node. +id = 1387402.432745_5855761.091834 # Unique id of the storage node. name = manhole_187_generated # Long name in the user interface. manholeId = manhole_187_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395027.975008_5859291.301104 # Connection node on which the storage node is located. +nodeId = 1387402.432745_5855761.091834 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 883.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 886.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395064.979691_5859323.290622 # Unique id of the storage node. +id = 1387355.687973_5855778.837216 # Unique id of the storage node. name = manhole_188_generated # Long name in the user interface. manholeId = manhole_188_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395064.979691_5859323.290622 # Connection node on which the storage node is located. +nodeId = 1387355.687973_5855778.837216 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 883.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 886.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395096.606376_5859361.958299 # Unique id of the storage node. +id = 1387308.943201_5855796.582599 # Unique id of the storage node. name = manhole_189_generated # Long name in the user interface. manholeId = manhole_189_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395096.606376_5859361.958299 # Connection node on which the storage node is located. +nodeId = 1387308.943201_5855796.582599 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 876.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 879.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395138.056046_5859389.845198 # Unique id of the storage node. +id = 1387262.861614_5855815.656713 # Unique id of the storage node. name = manhole_190_generated # Long name in the user interface. manholeId = manhole_190_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395138.056046_5859389.845198 # Connection node on which the storage node is located. +nodeId = 1387262.861614_5855815.656713 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 876.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 879.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395168.453442_5859428.834298 # Unique id of the storage node. +id = 1387224.059019_5855846.996292 # Unique id of the storage node. name = manhole_191_generated # Long name in the user interface. manholeId = manhole_191_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395168.453442_5859428.834298 # Connection node on which the storage node is located. +nodeId = 1387224.059019_5855846.996292 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 870.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 873.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395194.723630_5859471.327020 # Unique id of the storage node. +id = 1387180.719125_5855870.194652 # Unique id of the storage node. name = manhole_192_generated # Long name in the user interface. manholeId = manhole_192_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395194.723630_5859471.327020 # Connection node on which the storage node is located. +nodeId = 1387180.719125_5855870.194652 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 935.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 938.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395233.124694_5859502.259061 # Unique id of the storage node. +id = 1387131.003996_5855874.064550 # Unique id of the storage node. name = manhole_193_generated # Long name in the user interface. manholeId = manhole_193_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395233.124694_5859502.259061 # Connection node on which the storage node is located. +nodeId = 1387131.003996_5855874.064550 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 929.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 932.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395279.894181_5859518.190230 # Unique id of the storage node. +id = 1387081.098878_5855871.158614 # Unique id of the storage node. name = manhole_194_generated # Long name in the user interface. manholeId = manhole_194_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395279.894181_5859518.190230 # Connection node on which the storage node is located. +nodeId = 1387081.098878_5855871.158614 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 929.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 932.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395329.658069_5859514.672545 # Unique id of the storage node. +id = 1387031.198060_5855868.015261 # Unique id of the storage node. name = manhole_195_generated # Long name in the user interface. manholeId = manhole_195_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395329.658069_5859514.672545 # Connection node on which the storage node is located. +nodeId = 1387031.198060_5855868.015261 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 913.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 916.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395379.275171_5859511.234951 # Unique id of the storage node. +id = 1386981.297242_5855864.871909 # Unique id of the storage node. name = manhole_196_generated # Long name in the user interface. manholeId = manhole_196_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395379.275171_5859511.234951 # Connection node on which the storage node is located. +nodeId = 1386981.297242_5855864.871909 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 913.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 916.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395422.765293_5859533.509734 # Unique id of the storage node. +id = 1386931.471473_5855860.718020 # Unique id of the storage node. name = manhole_197_generated # Long name in the user interface. manholeId = manhole_197_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395422.765293_5859533.509734 # Connection node on which the storage node is located. +nodeId = 1386931.471473_5855860.718020 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 888.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 891.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395460.958213_5859565.713073 # Unique id of the storage node. +id = 1386881.600664_5855857.577048 # Unique id of the storage node. name = manhole_198_generated # Long name in the user interface. manholeId = manhole_198_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395460.958213_5859565.713073 # Connection node on which the storage node is located. +nodeId = 1386881.600664_5855857.577048 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 888.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 891.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395506.138909_5859585.240930 # Unique id of the storage node. +id = 1386832.545594_5855864.100992 # Unique id of the storage node. name = manhole_199_generated # Long name in the user interface. manholeId = manhole_199_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395506.138909_5859585.240930 # Connection node on which the storage node is located. +nodeId = 1386832.545594_5855864.100992 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 854.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 857.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395555.525035_5859592.775170 # Unique id of the storage node. +id = 1386787.067649_5855884.403254 # Unique id of the storage node. name = manhole_200_generated # Long name in the user interface. manholeId = manhole_200_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395555.525035_5859592.775170 # Connection node on which the storage node is located. +nodeId = 1386787.067649_5855884.403254 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 854.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 857.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395599.499233_5859614.243671 # Unique id of the storage node. +id = 1386748.278359_5855915.544586 # Unique id of the storage node. name = manhole_201_generated # Long name in the user interface. manholeId = manhole_201_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395599.499233_5859614.243671 # Connection node on which the storage node is located. +nodeId = 1386748.278359_5855915.544586 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 818.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 821.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395632.258299_5859651.643458 # Unique id of the storage node. +id = 1386721.155420_5855957.124279 # Unique id of the storage node. name = manhole_202_generated # Long name in the user interface. manholeId = manhole_202_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395632.258299_5859651.643458 # Connection node on which the storage node is located. +nodeId = 1386721.155420_5855957.124279 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 818.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 821.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395662.990372_5859691.006367 # Unique id of the storage node. +id = 1386707.750366_5856004.850833 # Unique id of the storage node. name = manhole_203_generated # Long name in the user interface. manholeId = manhole_203_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395662.990372_5859691.006367 # Connection node on which the storage node is located. +nodeId = 1386707.750366_5856004.850833 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 863.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 866.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395699.859898_5859721.886183 # Unique id of the storage node. +id = 1386699.832476_5856054.133604 # Unique id of the storage node. name = manhole_204_generated # Long name in the user interface. manholeId = manhole_204_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395699.859898_5859721.886183 # Connection node on which the storage node is located. +nodeId = 1386699.832476_5856054.133604 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 863.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 866.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395748.598021_5859732.768336 # Unique id of the storage node. +id = 1386697.095561_5856103.986880 # Unique id of the storage node. name = manhole_205_generated # Long name in the user interface. manholeId = manhole_205_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395748.598021_5859732.768336 # Connection node on which the storage node is located. +nodeId = 1386697.095561_5856103.986880 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 863.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 866.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395798.108952_5859738.817078 # Unique id of the storage node. +id = 1386699.401159_5856153.933417 # Unique id of the storage node. name = manhole_206_generated # Long name in the user interface. manholeId = manhole_206_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395798.108952_5859738.817078 # Connection node on which the storage node is located. +nodeId = 1386699.401159_5856153.933417 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 881.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 884.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395847.432504_5859732.277597 # Unique id of the storage node. +id = 1386715.699191_5856201.197658 # Unique id of the storage node. name = manhole_207_generated # Long name in the user interface. manholeId = manhole_207_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395847.432504_5859732.277597 # Connection node on which the storage node is located. +nodeId = 1386715.699191_5856201.197658 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 881.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 884.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395896.707545_5859725.029527 # Unique id of the storage node. +id = 1386741.121204_5856244.100117 # Unique id of the storage node. name = manhole_208_generated # Long name in the user interface. manholeId = manhole_208_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395896.707545_5859725.029527 # Connection node on which the storage node is located. +nodeId = 1386741.121204_5856244.100117 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 881.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 884.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395945.676986_5859732.974504 # Unique id of the storage node. +id = 1386774.051379_5856281.577651 # Unique id of the storage node. name = manhole_209_generated # Long name in the user interface. manholeId = manhole_209_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395945.676986_5859732.974504 # Connection node on which the storage node is located. +nodeId = 1386774.051379_5856281.577651 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 912.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 915.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1395992.823192_5859749.496896 # Unique id of the storage node. +id = 1386811.583792_5856314.587093 # Unique id of the storage node. name = manhole_210_generated # Long name in the user interface. manholeId = manhole_210_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395992.823192_5859749.496896 # Connection node on which the storage node is located. +nodeId = 1386811.583792_5856314.587093 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 912.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 915.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396039.969398_5859766.019289 # Unique id of the storage node. +id = 1386839.378956_5856356.087350 # Unique id of the storage node. name = manhole_211_generated # Long name in the user interface. manholeId = manhole_211_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396039.969398_5859766.019289 # Connection node on which the storage node is located. +nodeId = 1386839.378956_5856356.087350 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 912.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 915.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396087.115604_5859782.541681 # Unique id of the storage node. +id = 1386855.653892_5856403.364182 # Unique id of the storage node. name = manhole_212_generated # Long name in the user interface. manholeId = manhole_212_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396087.115604_5859782.541681 # Connection node on which the storage node is located. +nodeId = 1386855.653892_5856403.364182 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 906.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 909.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396136.122726_5859783.256127 # Unique id of the storage node. +id = 1386875.714554_5856449.116946 # Unique id of the storage node. name = manhole_213_generated # Long name in the user interface. manholeId = manhole_213_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396136.122726_5859783.256127 # Connection node on which the storage node is located. +nodeId = 1386875.714554_5856449.116946 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 906.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 909.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396184.557975_5859773.177098 # Unique id of the storage node. +id = 1386912.179653_5856482.939191 # Unique id of the storage node. name = manhole_214_generated # Long name in the user interface. manholeId = manhole_214_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396184.557975_5859773.177098 # Connection node on which the storage node is located. +nodeId = 1386912.179653_5856482.939191 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 906.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 909.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396234.332322_5859776.813416 # Unique id of the storage node. +id = 1386944.191176_5856520.270726 # Unique id of the storage node. name = manhole_215_generated # Long name in the user interface. manholeId = manhole_215_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396234.332322_5859776.813416 # Connection node on which the storage node is located. +nodeId = 1386944.191176_5856520.270726 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 906.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 909.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396284.079435_5859781.393684 # Unique id of the storage node. +id = 1386964.188513_5856566.025076 # Unique id of the storage node. name = manhole_216_generated # Long name in the user interface. manholeId = manhole_216_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396284.079435_5859781.393684 # Connection node on which the storage node is located. +nodeId = 1386964.188513_5856566.025076 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 908.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 911.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396333.826549_5859785.973953 # Unique id of the storage node. +id = 1386998.825215_5856599.261942 # Unique id of the storage node. name = manhole_217_generated # Long name in the user interface. manholeId = manhole_217_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396333.826549_5859785.973953 # Connection node on which the storage node is located. +nodeId = 1386998.825215_5856599.261942 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 908.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 911.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396383.573663_5859790.554221 # Unique id of the storage node. +id = 1387044.828527_5856618.849378 # Unique id of the storage node. name = manhole_218_generated # Long name in the user interface. manholeId = manhole_218_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396383.573663_5859790.554221 # Connection node on which the storage node is located. +nodeId = 1387044.828527_5856618.849378 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 929.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 932.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396433.320777_5859795.134489 # Unique id of the storage node. +id = 1387090.831838_5856638.436814 # Unique id of the storage node. name = manhole_219_generated # Long name in the user interface. manholeId = manhole_219_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396433.320777_5859795.134489 # Connection node on which the storage node is located. +nodeId = 1387090.831838_5856638.436814 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 929.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 932.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396482.971062_5859800.630046 # Unique id of the storage node. +id = 1387136.835150_5856658.024250 # Unique id of the storage node. name = manhole_220_generated # Long name in the user interface. manholeId = manhole_220_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396482.971062_5859800.630046 # Connection node on which the storage node is located. +nodeId = 1387136.835150_5856658.024250 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 946.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 949.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396532.628196_5859805.573255 # Unique id of the storage node. +id = 1387178.671980_5856685.128790 # Unique id of the storage node. name = manhole_221_generated # Long name in the user interface. manholeId = manhole_221_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396532.628196_5859805.573255 # Connection node on which the storage node is located. +nodeId = 1387178.671980_5856685.128790 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 921.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 924.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396582.445765_5859803.006617 # Unique id of the storage node. +id = 1387217.700536_5856716.320353 # Unique id of the storage node. name = manhole_222_generated # Long name in the user interface. manholeId = manhole_222_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396582.445765_5859803.006617 # Connection node on which the storage node is located. +nodeId = 1387217.700536_5856716.320353 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 921.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 924.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396632.004199_5859796.704570 # Unique id of the storage node. +id = 1387252.016687_5856752.649443 # Unique id of the storage node. name = manhole_223_generated # Long name in the user interface. manholeId = manhole_223_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396632.004199_5859796.704570 # Connection node on which the storage node is located. +nodeId = 1387252.016687_5856752.649443 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 937.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 940.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396681.673698_5859791.799601 # Unique id of the storage node. +id = 1387284.798919_5856790.190160 # Unique id of the storage node. name = manhole_224_generated # Long name in the user interface. manholeId = manhole_224_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396681.673698_5859791.799601 # Connection node on which the storage node is located. +nodeId = 1387284.798919_5856790.190160 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 937.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 940.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396731.549113_5859793.205962 # Unique id of the storage node. +id = 1387273.050185_5856831.931571 # Unique id of the storage node. name = manhole_225_generated # Long name in the user interface. manholeId = manhole_225_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396731.549113_5859793.205962 # Connection node on which the storage node is located. +nodeId = 1387273.050185_5856831.931571 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 891.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 894.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396781.208348_5859798.406050 # Unique id of the storage node. +id = 1387226.106990_5856849.145193 # Unique id of the storage node. name = manhole_226_generated # Long name in the user interface. manholeId = manhole_226_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396781.208348_5859798.406050 # Connection node on which the storage node is located. +nodeId = 1387226.106990_5856849.145193 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 888.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 891.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396830.710641_5859805.134882 # Unique id of the storage node. +id = 1387179.163795_5856866.358815 # Unique id of the storage node. name = manhole_227_generated # Long name in the user interface. manholeId = manhole_227_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396830.710641_5859805.134882 # Connection node on which the storage node is located. +nodeId = 1387179.163795_5856866.358815 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 888.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 891.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396880.212935_5859811.863713 # Unique id of the storage node. +id = 1387132.220600_5856883.572436 # Unique id of the storage node. name = manhole_228_generated # Long name in the user interface. manholeId = manhole_228_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396880.212935_5859811.863713 # Connection node on which the storage node is located. +nodeId = 1387132.220600_5856883.572436 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 878.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 881.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396929.517627_5859819.913461 # Unique id of the storage node. +id = 1387091.513160_5856911.129931 # Unique id of the storage node. name = manhole_229_generated # Long name in the user interface. manholeId = manhole_229_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396929.517627_5859819.913461 # Connection node on which the storage node is located. +nodeId = 1387091.513160_5856911.129931 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 878.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 881.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1396978.821983_5859827.965460 # Unique id of the storage node. +id = 1387071.007118_5856956.155595 # Unique id of the storage node. name = manhole_230_generated # Long name in the user interface. manholeId = manhole_230_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396978.821983_5859827.965460 # Connection node on which the storage node is located. +nodeId = 1387071.007118_5856956.155595 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 878.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 881.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397026.069022_5859842.370201 # Unique id of the storage node. +id = 1387043.749112_5856996.689189 # Unique id of the storage node. name = manhole_231_generated # Long name in the user interface. manholeId = manhole_231_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397026.069022_5859842.370201 # Connection node on which the storage node is located. +nodeId = 1387043.749112_5856996.689189 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 878.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 881.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397066.546460_5859871.497040 # Unique id of the storage node. +id = 1387004.639444_5857027.840532 # Unique id of the storage node. name = manhole_232_generated # Long name in the user interface. manholeId = manhole_232_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397066.546460_5859871.497040 # Connection node on which the storage node is located. +nodeId = 1387004.639444_5857027.840532 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 853.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 856.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397112.321032_5859891.233404 # Unique id of the storage node. +id = 1386965.529776_5857058.991876 # Unique id of the storage node. name = manhole_233_generated # Long name in the user interface. manholeId = manhole_233_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397112.321032_5859891.233404 # Connection node on which the storage node is located. +nodeId = 1386965.529776_5857058.991876 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 853.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 856.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397158.934578_5859909.203701 # Unique id of the storage node. +id = 1386926.702535_5857090.440240 # Unique id of the storage node. name = manhole_234_generated # Long name in the user interface. manholeId = manhole_234_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397158.934578_5859909.203701 # Connection node on which the storage node is located. +nodeId = 1386926.702535_5857090.440240 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 853.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 856.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397208.628900_5859912.217250 # Unique id of the storage node. +id = 1386899.700980_5857131.871505 # Unique id of the storage node. name = manhole_235_generated # Long name in the user interface. manholeId = manhole_235_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397208.628900_5859912.217250 # Connection node on which the storage node is located. +nodeId = 1386899.700980_5857131.871505 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 853.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 856.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397258.349998_5859908.621304 # Unique id of the storage node. +id = 1386903.626394_5857181.005935 # Unique id of the storage node. name = manhole_236_generated # Long name in the user interface. manholeId = manhole_236_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397258.349998_5859908.621304 # Connection node on which the storage node is located. +nodeId = 1386903.626394_5857181.005935 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 853.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 856.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397307.652688_5859900.559111 # Unique id of the storage node. +id = 1386920.841402_5857227.857345 # Unique id of the storage node. name = manhole_237_generated # Long name in the user interface. manholeId = manhole_237_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397307.652688_5859900.559111 # Connection node on which the storage node is located. +nodeId = 1386920.841402_5857227.857345 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 864.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 867.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397356.819969_5859891.718974 # Unique id of the storage node. +id = 1386940.647245_5857273.767048 # Unique id of the storage node. name = manhole_238_generated # Long name in the user interface. manholeId = manhole_238_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397356.819969_5859891.718974 # Connection node on which the storage node is located. +nodeId = 1386940.647245_5857273.767048 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 864.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 867.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397405.947163_5859882.648525 # Unique id of the storage node. +id = 1386960.453089_5857319.676752 # Unique id of the storage node. name = manhole_239_generated # Long name in the user interface. manholeId = manhole_239_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397405.947163_5859882.648525 # Connection node on which the storage node is located. +nodeId = 1386960.453089_5857319.676752 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 876.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 879.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397455.074357_5859873.578077 # Unique id of the storage node. +id = 1386980.258932_5857365.586456 # Unique id of the storage node. name = manhole_240_generated # Long name in the user interface. manholeId = manhole_240_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397455.074357_5859873.578077 # Connection node on which the storage node is located. +nodeId = 1386980.258932_5857365.586456 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 881.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 884.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397504.201550_5859864.507629 # Unique id of the storage node. +id = 1387000.064776_5857411.496159 # Unique id of the storage node. name = manhole_241_generated # Long name in the user interface. manholeId = manhole_241_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397504.201550_5859864.507629 # Connection node on which the storage node is located. +nodeId = 1387000.064776_5857411.496159 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 881.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 884.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397554.018959_5859861.992306 # Unique id of the storage node. +id = 1387007.528902_5857459.537025 # Unique id of the storage node. name = manhole_242_generated # Long name in the user interface. manholeId = manhole_242_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397554.018959_5859861.992306 # Connection node on which the storage node is located. +nodeId = 1387007.528902_5857459.537025 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 881.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 884.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397603.971860_5859861.624241 # Unique id of the storage node. +id = 1386963.216765_5857476.629049 # Unique id of the storage node. name = manhole_243_generated # Long name in the user interface. manholeId = manhole_243_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397603.971860_5859861.624241 # Connection node on which the storage node is located. +nodeId = 1386963.216765_5857476.629049 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 890.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 893.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397653.882972_5859859.471307 # Unique id of the storage node. +id = 1386913.783934_5857484.135434 # Unique id of the storage node. name = manhole_244_generated # Long name in the user interface. manholeId = manhole_244_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397653.882972_5859859.471307 # Connection node on which the storage node is located. +nodeId = 1386913.783934_5857484.135434 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 890.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 893.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397703.423983_5859861.881308 # Unique id of the storage node. +id = 1386870.539328_5857507.055612 # Unique id of the storage node. name = manhole_245_generated # Long name in the user interface. manholeId = manhole_245_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397703.423983_5859861.881308 # Connection node on which the storage node is located. +nodeId = 1386870.539328_5857507.055612 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 890.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 893.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397747.023108_5859886.103732 # Unique id of the storage node. +id = 1386832.820274_5857539.877027 # Unique id of the storage node. name = manhole_246_generated # Long name in the user interface. manholeId = manhole_246_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397747.023108_5859886.103732 # Connection node on which the storage node is located. +nodeId = 1386832.820274_5857539.877027 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 886.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 889.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397793.638197_5859903.174489 # Unique id of the storage node. +id = 1386795.101532_5857572.698800 # Unique id of the storage node. name = manhole_247_generated # Long name in the user interface. manholeId = manhole_247_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397793.638197_5859903.174489 # Connection node on which the storage node is located. +nodeId = 1386795.101532_5857572.698800 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 886.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 889.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397843.058697_5859908.075518 # Unique id of the storage node. +id = 1386758.257366_5857606.496797 # Unique id of the storage node. name = manhole_248_generated # Long name in the user interface. manholeId = manhole_248_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397843.058697_5859908.075518 # Connection node on which the storage node is located. +nodeId = 1386758.257366_5857606.496797 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 869.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 872.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397891.750025_5859898.873472 # Unique id of the storage node. +id = 1386721.502390_5857640.394349 # Unique id of the storage node. name = manhole_249_generated # Long name in the user interface. manholeId = manhole_249_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397891.750025_5859898.873472 # Connection node on which the storage node is located. +nodeId = 1386721.502390_5857640.394349 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 869.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 872.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397936.923744_5859877.870163 # Unique id of the storage node. +id = 1386691.639095_5857680.292891 # Unique id of the storage node. name = manhole_250_generated # Long name in the user interface. manholeId = manhole_250_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397936.923744_5859877.870163 # Connection node on which the storage node is located. +nodeId = 1386691.639095_5857680.292891 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 869.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 872.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1397981.644396_5859855.907782 # Unique id of the storage node. +id = 1386663.127201_5857721.366520 # Unique id of the storage node. name = manhole_251_generated # Long name in the user interface. manholeId = manhole_251_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397981.644396_5859855.907782 # Connection node on which the storage node is located. +nodeId = 1386663.127201_5857721.366520 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 857.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 860.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398028.885239_5859839.657953 # Unique id of the storage node. +id = 1386634.707845_5857762.504246 # Unique id of the storage node. name = manhole_252_generated # Long name in the user interface. manholeId = manhole_252_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398028.885239_5859839.657953 # Connection node on which the storage node is located. +nodeId = 1386634.707845_5857762.504246 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 861.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 864.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398074.333875_5859819.596489 # Unique id of the storage node. +id = 1386606.288488_5857803.641972 # Unique id of the storage node. name = manhole_253_generated # Long name in the user interface. manholeId = manhole_253_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398074.333875_5859819.596489 # Connection node on which the storage node is located. +nodeId = 1386606.288488_5857803.641972 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 861.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 864.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398115.107381_5859790.975434 # Unique id of the storage node. +id = 1386577.851668_5857844.766918 # Unique id of the storage node. name = manhole_254_generated # Long name in the user interface. manholeId = manhole_254_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398115.107381_5859790.975434 # Connection node on which the storage node is located. +nodeId = 1386577.851668_5857844.766918 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 861.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 864.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398149.744976_5859755.089588 # Unique id of the storage node. +id = 1386559.479124_5857890.340474 # Unique id of the storage node. name = manhole_255_generated # Long name in the user interface. manholeId = manhole_255_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398149.744976_5859755.089588 # Connection node on which the storage node is located. +nodeId = 1386559.479124_5857890.340474 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 833.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 836.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398183.274727_5859718.055684 # Unique id of the storage node. +id = 1386576.858566_5857935.633446 # Unique id of the storage node. name = manhole_256_generated # Long name in the user interface. manholeId = manhole_256_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398183.274727_5859718.055684 # Connection node on which the storage node is located. +nodeId = 1386576.858566_5857935.633446 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 833.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 836.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398216.804478_5859681.021781 # Unique id of the storage node. +id = 1386619.073707_5857961.189545 # Unique id of the storage node. name = manhole_257_generated # Long name in the user interface. manholeId = manhole_257_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398216.804478_5859681.021781 # Connection node on which the storage node is located. +nodeId = 1386619.073707_5857961.189545 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 851.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 854.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398250.334229_5859643.987878 # Unique id of the storage node. +id = 1386664.860783_5857981.277063 # Unique id of the storage node. name = manhole_258_generated # Long name in the user interface. manholeId = manhole_258_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398250.334229_5859643.987878 # Connection node on which the storage node is located. +nodeId = 1386664.860783_5857981.277063 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 851.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 854.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398284.481651_5859607.524330 # Unique id of the storage node. +id = 1386710.721603_5858001.195835 # Unique id of the storage node. name = manhole_259_generated # Long name in the user interface. manholeId = manhole_259_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398284.481651_5859607.524330 # Connection node on which the storage node is located. +nodeId = 1386710.721603_5858001.195835 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 868.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 871.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398319.317491_5859571.767065 # Unique id of the storage node. +id = 1386756.582423_5858021.114607 # Unique id of the storage node. name = manhole_260_generated # Long name in the user interface. manholeId = manhole_260_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398319.317491_5859571.767065 # Connection node on which the storage node is located. +nodeId = 1386756.582423_5858021.114607 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 862.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 865.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398357.123779_5859539.110691 # Unique id of the storage node. +id = 1386802.443244_5858041.033379 # Unique id of the storage node. name = manhole_261_generated # Long name in the user interface. manholeId = manhole_261_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398357.123779_5859539.110691 # Connection node on which the storage node is located. +nodeId = 1386802.443244_5858041.033379 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 861.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 864.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398396.994694_5859509.175409 # Unique id of the storage node. +id = 1386848.304064_5858060.952151 # Unique id of the storage node. name = manhole_262_generated # Long name in the user interface. manholeId = manhole_262_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398396.994694_5859509.175409 # Connection node on which the storage node is located. +nodeId = 1386848.304064_5858060.952151 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 861.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 864.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398438.625189_5859481.559180 # Unique id of the storage node. +id = 1386892.843548_5858083.471455 # Unique id of the storage node. name = manhole_263_generated # Long name in the user interface. manholeId = manhole_263_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398438.625189_5859481.559180 # Connection node on which the storage node is located. +nodeId = 1386892.843548_5858083.471455 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 856.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 859.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398483.539109_5859460.905188 # Unique id of the storage node. +id = 1386931.443848_5858115.251782 # Unique id of the storage node. name = manhole_264_generated # Long name in the user interface. manholeId = manhole_264_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398483.539109_5859460.905188 # Connection node on which the storage node is located. +nodeId = 1386931.443848_5858115.251782 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 856.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 859.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398531.329334_5859446.350169 # Unique id of the storage node. +id = 1386970.044147_5858147.032109 # Unique id of the storage node. name = manhole_265_generated # Long name in the user interface. manholeId = manhole_265_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398531.329334_5859446.350169 # Connection node on which the storage node is located. +nodeId = 1386970.044147_5858147.032109 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 850.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 853.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398573.904497_5859448.908529 # Unique id of the storage node. +id = 1387008.644447_5858178.812436 # Unique id of the storage node. name = manhole_266_generated # Long name in the user interface. manholeId = manhole_266_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398573.904497_5859448.908529 # Connection node on which the storage node is located. +nodeId = 1387008.644447_5858178.812436 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 850.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 853.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398532.548581_5859465.879761 # Unique id of the storage node. +id = 1387047.244747_5858210.592763 # Unique id of the storage node. name = manhole_267_generated # Long name in the user interface. manholeId = manhole_267_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398532.548581_5859465.879761 # Connection node on which the storage node is located. +nodeId = 1387047.244747_5858210.592763 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 839.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 842.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398491.570630_5859492.568127 # Unique id of the storage node. +id = 1387085.845046_5858242.373090 # Unique id of the storage node. name = manhole_268_generated # Long name in the user interface. manholeId = manhole_268_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398491.570630_5859492.568127 # Connection node on which the storage node is located. +nodeId = 1387085.845046_5858242.373090 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 839.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 842.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398461.301121_5859532.253488 # Unique id of the storage node. +id = 1387124.445346_5858274.153417 # Unique id of the storage node. name = manhole_269_generated # Long name in the user interface. manholeId = manhole_269_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398461.301121_5859532.253488 # Connection node on which the storage node is located. +nodeId = 1387124.445346_5858274.153417 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 839.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 842.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398432.456113_5859573.008350 # Unique id of the storage node. +id = 1387163.045646_5858305.933744 # Unique id of the storage node. name = manhole_270_generated # Long name in the user interface. manholeId = manhole_270_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398432.456113_5859573.008350 # Connection node on which the storage node is located. +nodeId = 1387163.045646_5858305.933744 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 824.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 827.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398405.885065_5859615.313594 # Unique id of the storage node. +id = 1387201.829349_5858337.489215 # Unique id of the storage node. name = manhole_271_generated # Long name in the user interface. manholeId = manhole_271_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398405.885065_5859615.313594 # Connection node on which the storage node is located. +nodeId = 1387201.829349_5858337.489215 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 824.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 827.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398401.093442_5859656.772993 # Unique id of the storage node. +id = 1387246.200623_5858359.687652 # Unique id of the storage node. name = manhole_272_generated # Long name in the user interface. manholeId = manhole_272_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398401.093442_5859656.772993 # Connection node on which the storage node is located. +nodeId = 1387246.200623_5858359.687652 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 834.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 837.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398434.507358_5859623.867795 # Unique id of the storage node. +id = 1387293.201938_5858376.741939 # Unique id of the storage node. name = manhole_273_generated # Long name in the user interface. manholeId = manhole_273_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398434.507358_5859623.867795 # Connection node on which the storage node is located. +nodeId = 1387293.201938_5858376.741939 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 834.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 837.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398464.939289_5859584.535416 # Unique id of the storage node. +id = 1387334.200528_5858401.732468 # Unique id of the storage node. name = manhole_274_generated # Long name in the user interface. manholeId = manhole_274_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398464.939289_5859584.535416 # Connection node on which the storage node is located. +nodeId = 1387334.200528_5858401.732468 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 840.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 843.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398503.837232_5859553.340068 # Unique id of the storage node. +id = 1387307.843875_5858437.110806 # Unique id of the storage node. name = manhole_275_generated # Long name in the user interface. manholeId = manhole_275_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398503.837232_5859553.340068 # Connection node on which the storage node is located. +nodeId = 1387307.843875_5858437.110806 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 819.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 822.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398546.459560_5859528.119998 # Unique id of the storage node. +id = 1387260.279569_5858425.045736 # Unique id of the storage node. name = manhole_276_generated # Long name in the user interface. manholeId = manhole_276_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398546.459560_5859528.119998 # Connection node on which the storage node is located. +nodeId = 1387260.279569_5858425.045736 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 819.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 822.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398595.661089_5859519.461836 # Unique id of the storage node. +id = 1387211.448235_5858414.300555 # Unique id of the storage node. name = manhole_277_generated # Long name in the user interface. manholeId = manhole_277_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398595.661089_5859519.461836 # Connection node on which the storage node is located. +nodeId = 1387211.448235_5858414.300555 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 824.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 827.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398644.526448_5859509.278818 # Unique id of the storage node. +id = 1387162.612192_5858403.576135 # Unique id of the storage node. name = manhole_278_generated # Long name in the user interface. manholeId = manhole_278_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398644.526448_5859509.278818 # Connection node on which the storage node is located. +nodeId = 1387162.612192_5858403.576135 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 824.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 827.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398692.807619_5859496.445942 # Unique id of the storage node. +id = 1387113.700151_5858393.210483 # Unique id of the storage node. name = manhole_279_generated # Long name in the user interface. manholeId = manhole_279_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398692.807619_5859496.445942 # Connection node on which the storage node is located. +nodeId = 1387113.700151_5858393.210483 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 819.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 822.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398739.501340_5859478.733094 # Unique id of the storage node. +id = 1387064.993171_5858381.975642 # Unique id of the storage node. name = manhole_280_generated # Long name in the user interface. manholeId = manhole_280_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398739.501340_5859478.733094 # Connection node on which the storage node is located. +nodeId = 1387064.993171_5858381.975642 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 819.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 822.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398787.201663_5859464.343881 # Unique id of the storage node. +id = 1387015.796387_5858376.342008 # Unique id of the storage node. name = manhole_281_generated # Long name in the user interface. manholeId = manhole_281_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398787.201663_5859464.343881 # Connection node on which the storage node is located. +nodeId = 1387015.796387_5858376.342008 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 824.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 827.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398835.171647_5859451.045873 # Unique id of the storage node. +id = 1386966.208506_5858382.746259 # Unique id of the storage node. name = manhole_282_generated # Long name in the user interface. manholeId = manhole_282_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398835.171647_5859451.045873 # Connection node on which the storage node is located. +nodeId = 1386966.208506_5858382.746259 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 824.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 827.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398858.065018_5859409.515308 # Unique id of the storage node. +id = 1386916.676812_5858389.559526 # Unique id of the storage node. name = manhole_283_generated # Long name in the user interface. manholeId = manhole_283_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398858.065018_5859409.515308 # Connection node on which the storage node is located. +nodeId = 1386916.676812_5858389.559526 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 830.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 833.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398847.216461_5859362.391018 # Unique id of the storage node. +id = 1386867.198861_5858396.764011 # Unique id of the storage node. name = manhole_284_generated # Long name in the user interface. manholeId = manhole_284_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398847.216461_5859362.391018 # Connection node on which the storage node is located. +nodeId = 1386867.198861_5858396.764011 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 830.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 833.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398801.557522_5859344.727349 # Unique id of the storage node. +id = 1386820.816385_5858411.854354 # Unique id of the storage node. name = manhole_285_generated # Long name in the user interface. manholeId = manhole_285_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398801.557522_5859344.727349 # Connection node on which the storage node is located. +nodeId = 1386820.816385_5858411.854354 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 830.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 833.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398802.493710_5859324.148681 # Unique id of the storage node. +id = 1386841.361235_5858445.514384 # Unique id of the storage node. name = manhole_286_generated # Long name in the user interface. manholeId = manhole_286_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398802.493710_5859324.148681 # Connection node on which the storage node is located. +nodeId = 1386841.361235_5858445.514384 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 806.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 809.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398847.802174_5859345.193704 # Unique id of the storage node. +id = 1386890.796275_5858452.915635 # Unique id of the storage node. name = manhole_287_generated # Long name in the user interface. manholeId = manhole_287_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398847.802174_5859345.193704 # Connection node on which the storage node is located. +nodeId = 1386890.796275_5858452.915635 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 806.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 809.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398883.701322_5859379.053840 # Unique id of the storage node. +id = 1386940.277141_5858460.100081 # Unique id of the storage node. name = manhole_288_generated # Long name in the user interface. manholeId = manhole_288_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398883.701322_5859379.053840 # Connection node on which the storage node is located. +nodeId = 1386940.277141_5858460.100081 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 806.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 809.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398921.561594_5859405.592666 # Unique id of the storage node. +id = 1386989.847998_5858466.483407 # Unique id of the storage node. name = manhole_289_generated # Long name in the user interface. manholeId = manhole_289_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398921.561594_5859405.592666 # Connection node on which the storage node is located. +nodeId = 1386989.847998_5858466.483407 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 802.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 805.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398916.532476_5859367.261670 # Unique id of the storage node. +id = 1387039.689649_5858470.456085 # Unique id of the storage node. name = manhole_290_generated # Long name in the user interface. manholeId = manhole_290_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398916.532476_5859367.261670 # Connection node on which the storage node is located. +nodeId = 1387039.689649_5858470.456085 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 802.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 805.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398878.751510_5859335.164943 # Unique id of the storage node. +id = 1387088.843806_5858479.424947 # Unique id of the storage node. name = manhole_291_generated # Long name in the user interface. manholeId = manhole_291_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398878.751510_5859335.164943 # Connection node on which the storage node is located. +nodeId = 1387088.843806_5858479.424947 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 801.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 804.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398837.095387_5859308.388286 # Unique id of the storage node. +id = 1387137.906045_5858489.061807 # Unique id of the storage node. name = manhole_292_generated # Long name in the user interface. manholeId = manhole_292_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398837.095387_5859308.388286 # Connection node on which the storage node is located. +nodeId = 1387137.906045_5858489.061807 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 806.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 809.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398828.463751_5859260.883863 # Unique id of the storage node. +id = 1387186.336530_5858500.879681 # Unique id of the storage node. name = manhole_293_generated # Long name in the user interface. manholeId = manhole_293_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398828.463751_5859260.883863 # Connection node on which the storage node is located. +nodeId = 1387186.336530_5858500.879681 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 806.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 809.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398825.407821_5859211.357915 # Unique id of the storage node. +id = 1387231.661051_5858521.423060 # Unique id of the storage node. name = manhole_294_generated # Long name in the user interface. manholeId = manhole_294_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398825.407821_5859211.357915 # Connection node on which the storage node is located. +nodeId = 1387231.661051_5858521.423060 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 819.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 822.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398810.070194_5859163.813079 # Unique id of the storage node. +id = 1387268.120025_5858555.035049 # Unique id of the storage node. name = manhole_295_generated # Long name in the user interface. manholeId = manhole_295_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398810.070194_5859163.813079 # Connection node on which the storage node is located. +nodeId = 1387268.120025_5858555.035049 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 784.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 787.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398794.732567_5859116.268244 # Unique id of the storage node. +id = 1387300.917169_5858592.775208 # Unique id of the storage node. name = manhole_296_generated # Long name in the user interface. manholeId = manhole_296_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398794.732567_5859116.268244 # Connection node on which the storage node is located. +nodeId = 1387300.917169_5858592.775208 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 784.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 787.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398782.747474_5859067.917035 # Unique id of the storage node. +id = 1387340.521647_5858622.315198 # Unique id of the storage node. name = manhole_297_generated # Long name in the user interface. manholeId = manhole_297_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398782.747474_5859067.917035 # Connection node on which the storage node is located. +nodeId = 1387340.521647_5858622.315198 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 794.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 797.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398770.179501_5859019.820489 # Unique id of the storage node. +id = 1387387.476920_5858639.495844 # Unique id of the storage node. name = manhole_298_generated # Long name in the user interface. manholeId = manhole_298_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398770.179501_5859019.820489 # Connection node on which the storage node is located. +nodeId = 1387387.476920_5858639.495844 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 794.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 797.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398795.085149_5859018.555149 # Unique id of the storage node. +id = 1387436.116963_5858650.828613 # Unique id of the storage node. name = manhole_299_generated # Long name in the user interface. manholeId = manhole_299_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398795.085149_5859018.555149 # Connection node on which the storage node is located. +nodeId = 1387436.116963_5858650.828613 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 803.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 806.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398805.761121_5859067.358610 # Unique id of the storage node. +id = 1387485.194104_5858660.261458 # Unique id of the storage node. name = manhole_300_generated # Long name in the user interface. manholeId = manhole_300_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398805.761121_5859067.358610 # Connection node on which the storage node is located. +nodeId = 1387485.194104_5858660.261458 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 803.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 806.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398822.476000_5859113.877517 # Unique id of the storage node. +id = 1387533.804190_5858671.493854 # Unique id of the storage node. name = manhole_301_generated # Long name in the user interface. manholeId = manhole_301_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398822.476000_5859113.877517 # Connection node on which the storage node is located. +nodeId = 1387533.804190_5858671.493854 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398846.775557_5859157.527096 # Unique id of the storage node. +id = 1387580.296834_5858689.619015 # Unique id of the storage node. name = manhole_302_generated # Long name in the user interface. manholeId = manhole_302_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398846.775557_5859157.527096 # Connection node on which the storage node is located. +nodeId = 1387580.296834_5858689.619015 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 769.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 772.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398856.314715_5859206.267450 # Unique id of the storage node. +id = 1387628.455277_5858703.062848 # Unique id of the storage node. name = manhole_303_generated # Long name in the user interface. manholeId = manhole_303_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398856.314715_5859206.267450 # Connection node on which the storage node is located. +nodeId = 1387628.455277_5858703.062848 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 775.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 778.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398869.156176_5859252.201237 # Unique id of the storage node. +id = 1387677.211432_5858713.786249 # Unique id of the storage node. name = manhole_304_generated # Long name in the user interface. manholeId = manhole_304_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398869.156176_5859252.201237 # Connection node on which the storage node is located. +nodeId = 1387677.211432_5858713.786249 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 775.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 778.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398880.023954_5859208.279429 # Unique id of the storage node. +id = 1387726.995392_5858712.747127 # Unique id of the storage node. name = manhole_305_generated # Long name in the user interface. manholeId = manhole_305_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398880.023954_5859208.279429 # Connection node on which the storage node is located. +nodeId = 1387726.995392_5858712.747127 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 783.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 786.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398880.626256_5859158.584950 # Unique id of the storage node. +id = 1387773.343349_5858725.014478 # Unique id of the storage node. name = manhole_306_generated # Long name in the user interface. manholeId = manhole_306_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398880.626256_5859158.584950 # Connection node on which the storage node is located. +nodeId = 1387773.343349_5858725.014478 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 783.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 786.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398868.139636_5859110.213073 # Unique id of the storage node. +id = 1387806.363672_5858762.310494 # Unique id of the storage node. name = manhole_307_generated # Long name in the user interface. manholeId = manhole_307_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398868.139636_5859110.213073 # Connection node on which the storage node is located. +nodeId = 1387806.363672_5858762.310494 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 794.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 797.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398853.932250_5859062.369535 # Unique id of the storage node. +id = 1387799.717028_5858810.149600 # Unique id of the storage node. name = manhole_308_generated # Long name in the user interface. manholeId = manhole_308_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398853.932250_5859062.369535 # Connection node on which the storage node is located. +nodeId = 1387799.717028_5858810.149600 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 794.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 797.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398837.122473_5859015.325029 # Unique id of the storage node. +id = 1387771.971140_5858850.861094 # Unique id of the storage node. name = manhole_309_generated # Long name in the user interface. manholeId = manhole_309_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398837.122473_5859015.325029 # Connection node on which the storage node is located. +nodeId = 1387771.971140_5858850.861094 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 749.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 752.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398811.025979_5858975.228953 # Unique id of the storage node. +id = 1387723.076751_5858854.679318 # Unique id of the storage node. name = manhole_310_generated # Long name in the user interface. manholeId = manhole_310_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398811.025979_5858975.228953 # Connection node on which the storage node is located. +nodeId = 1387723.076751_5858854.679318 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 749.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 752.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398792.731020_5858942.105523 # Unique id of the storage node. +id = 1387673.274138_5858850.996178 # Unique id of the storage node. name = manhole_311_generated # Long name in the user interface. manholeId = manhole_311_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398792.731020_5858942.105523 # Connection node on which the storage node is located. +nodeId = 1387673.274138_5858850.996178 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 749.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 752.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398830.329654_5858969.070570 # Unique id of the storage node. +id = 1387624.170363_5858858.384703 # Unique id of the storage node. name = manhole_312_generated # Long name in the user interface. manholeId = manhole_312_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398830.329654_5858969.070570 # Connection node on which the storage node is located. +nodeId = 1387624.170363_5858858.384703 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 749.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 752.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398855.120396_5859011.387144 # Unique id of the storage node. +id = 1387575.715394_5858857.046076 # Unique id of the storage node. name = manhole_313_generated # Long name in the user interface. manholeId = manhole_313_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398855.120396_5859011.387144 # Connection node on which the storage node is located. +nodeId = 1387575.715394_5858857.046076 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 749.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 752.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398871.986897_5859058.411344 # Unique id of the storage node. +id = 1387529.438333_5858838.116818 # Unique id of the storage node. name = manhole_314_generated # Long name in the user interface. manholeId = manhole_314_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398871.986897_5859058.411344 # Connection node on which the storage node is located. +nodeId = 1387529.438333_5858838.116818 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 749.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 752.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398888.853399_5859105.435543 # Unique id of the storage node. +id = 1387481.179235_5858825.222028 # Unique id of the storage node. name = manhole_315_generated # Long name in the user interface. manholeId = manhole_315_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398888.853399_5859105.435543 # Connection node on which the storage node is located. +nodeId = 1387481.179235_5858825.222028 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 749.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 752.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398900.727339_5859081.638883 # Unique id of the storage node. +id = 1387432.215501_5858815.797907 # Unique id of the storage node. name = manhole_316_generated # Long name in the user interface. manholeId = manhole_316_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398900.727339_5859081.638883 # Connection node on which the storage node is located. +nodeId = 1387432.215501_5858815.797907 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 774.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 777.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398886.090776_5859033.873569 # Unique id of the storage node. +id = 1387382.431882_5858811.154251 # Unique id of the storage node. name = manhole_317_generated # Long name in the user interface. manholeId = manhole_317_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398886.090776_5859033.873569 # Connection node on which the storage node is located. +nodeId = 1387382.431882_5858811.154251 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 769.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 772.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398871.454213_5858986.108255 # Unique id of the storage node. +id = 1387336.607073_5858824.075685 # Unique id of the storage node. name = manhole_318_generated # Long name in the user interface. manholeId = manhole_318_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398871.454213_5858986.108255 # Connection node on which the storage node is located. +nodeId = 1387336.607073_5858824.075685 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 744.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 747.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398849.153736_5858941.779146 # Unique id of the storage node. +id = 1387327.458137_5858870.885960 # Unique id of the storage node. name = manhole_319_generated # Long name in the user interface. manholeId = manhole_319_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398849.153736_5858941.779146 # Connection node on which the storage node is located. +nodeId = 1387327.458137_5858870.885960 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 744.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 747.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398815.222575_5858905.112670 # Unique id of the storage node. +id = 1387344.619252_5858917.848376 # Unique id of the storage node. name = manhole_320_generated # Long name in the user interface. manholeId = manhole_320_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398815.222575_5858905.112670 # Connection node on which the storage node is located. +nodeId = 1387344.619252_5858917.848376 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 744.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 747.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398794.854308_5858859.946742 # Unique id of the storage node. +id = 1387358.089984_5858965.710650 # Unique id of the storage node. name = manhole_321_generated # Long name in the user interface. manholeId = manhole_321_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398794.854308_5858859.946742 # Connection node on which the storage node is located. +nodeId = 1387358.089984_5858965.710650 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 770.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 773.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398792.106715_5858810.752992 # Unique id of the storage node. +id = 1387329.564613_5859003.583583 # Unique id of the storage node. name = manhole_322_generated # Long name in the user interface. manholeId = manhole_322_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398792.106715_5858810.752992 # Connection node on which the storage node is located. +nodeId = 1387329.564613_5859003.583583 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 770.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 773.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398793.643043_5858760.819097 # Unique id of the storage node. +id = 1387285.783744_5858993.703192 # Unique id of the storage node. name = manhole_323_generated # Long name in the user interface. manholeId = manhole_323_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398793.643043_5858760.819097 # Connection node on which the storage node is located. +nodeId = 1387285.783744_5858993.703192 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 771.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 774.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398790.088434_5858711.060477 # Unique id of the storage node. +id = 1387248.355973_5858961.317975 # Unique id of the storage node. name = manhole_324_generated # Long name in the user interface. manholeId = manhole_324_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398790.088434_5858711.060477 # Connection node on which the storage node is located. +nodeId = 1387248.355973_5858961.317975 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 771.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 774.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398794.878787_5858662.547426 # Unique id of the storage node. +id = 1387199.500434_5858963.645902 # Unique id of the storage node. name = manhole_325_generated # Long name in the user interface. manholeId = manhole_325_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398794.878787_5858662.547426 # Connection node on which the storage node is located. +nodeId = 1387199.500434_5858963.645902 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 766.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 769.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398819.366494_5858670.364550 # Unique id of the storage node. +id = 1387151.482699_5858977.583961 # Unique id of the storage node. name = manhole_326_generated # Long name in the user interface. manholeId = manhole_326_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398819.366494_5858670.364550 # Connection node on which the storage node is located. +nodeId = 1387151.482699_5858977.583961 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 766.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 769.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398819.617673_5858716.767628 # Unique id of the storage node. +id = 1387103.632612_5858992.082135 # Unique id of the storage node. name = manhole_327_generated # Long name in the user interface. manholeId = manhole_327_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398819.617673_5858716.767628 # Connection node on which the storage node is located. +nodeId = 1387103.632612_5858992.082135 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398839.440140_5858762.622696 # Unique id of the storage node. +id = 1387055.853340_5859006.816906 # Unique id of the storage node. name = manhole_328_generated # Long name in the user interface. manholeId = manhole_328_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398839.440140_5858762.622696 # Connection node on which the storage node is located. +nodeId = 1387055.853340_5859006.816906 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398862.207243_5858806.886671 # Unique id of the storage node. +id = 1387008.074067_5859021.551677 # Unique id of the storage node. name = manhole_329_generated # Long name in the user interface. manholeId = manhole_329_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398862.207243_5858806.886671 # Connection node on which the storage node is located. +nodeId = 1387008.074067_5859021.551677 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 752.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 755.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398889.802204_5858848.531267 # Unique id of the storage node. +id = 1386960.294795_5859036.286448 # Unique id of the storage node. name = manhole_330_generated # Long name in the user interface. manholeId = manhole_330_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398889.802204_5858848.531267 # Connection node on which the storage node is located. +nodeId = 1386960.294795_5859036.286448 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 752.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 755.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398917.397165_5858890.175862 # Unique id of the storage node. +id = 1386912.515523_5859051.021219 # Unique id of the storage node. name = manhole_331_generated # Long name in the user interface. manholeId = manhole_331_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398917.397165_5858890.175862 # Connection node on which the storage node is located. +nodeId = 1386912.515523_5859051.021219 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 746.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 749.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398944.992126_5858931.820457 # Unique id of the storage node. +id = 1386864.736251_5859065.755990 # Unique id of the storage node. name = manhole_332_generated # Long name in the user interface. manholeId = manhole_332_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398944.992126_5858931.820457 # Connection node on which the storage node is located. +nodeId = 1386864.736251_5859065.755990 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 746.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 749.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398971.575187_5858973.957092 # Unique id of the storage node. +id = 1386816.956979_5859080.490761 # Unique id of the storage node. name = manhole_333_generated # Long name in the user interface. manholeId = manhole_333_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398971.575187_5858973.957092 # Connection node on which the storage node is located. +nodeId = 1386816.956979_5859080.490761 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 724.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 727.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1398987.166209_5859021.419029 # Unique id of the storage node. +id = 1386769.832018_5859096.976014 # Unique id of the storage node. name = manhole_334_generated # Long name in the user interface. manholeId = manhole_334_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398987.166209_5859021.419029 # Connection node on which the storage node is located. +nodeId = 1386769.832018_5859096.976014 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 749.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 752.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399016.090406_5859058.447116 # Unique id of the storage node. +id = 1386724.102283_5859117.193917 # Unique id of the storage node. name = manhole_335_generated # Long name in the user interface. manholeId = manhole_335_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399016.090406_5859058.447116 # Connection node on which the storage node is located. +nodeId = 1386724.102283_5859117.193917 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 735.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 738.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399064.877304_5859051.315187 # Unique id of the storage node. +id = 1386678.372547_5859137.411820 # Unique id of the storage node. name = manhole_336_generated # Long name in the user interface. manholeId = manhole_336_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399064.877304_5859051.315187 # Connection node on which the storage node is located. +nodeId = 1386678.372547_5859137.411820 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 735.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 738.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399112.820079_5859037.270808 # Unique id of the storage node. +id = 1386632.642811_5859157.629723 # Unique id of the storage node. name = manhole_337_generated # Long name in the user interface. manholeId = manhole_337_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399112.820079_5859037.270808 # Connection node on which the storage node is located. +nodeId = 1386632.642811_5859157.629723 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 729.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 732.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399155.369209_5859045.770088 # Unique id of the storage node. +id = 1386586.913076_5859177.847626 # Unique id of the storage node. name = manhole_338_generated # Long name in the user interface. manholeId = manhole_338_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399155.369209_5859045.770088 # Connection node on which the storage node is located. +nodeId = 1386586.913076_5859177.847626 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 729.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 732.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399184.266893_5859080.177824 # Unique id of the storage node. +id = 1386541.181931_5859198.062338 # Unique id of the storage node. name = manhole_339_generated # Long name in the user interface. manholeId = manhole_339_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399184.266893_5859080.177824 # Connection node on which the storage node is located. +nodeId = 1386541.181931_5859198.062338 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 729.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 732.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399230.582083_5859061.869366 # Unique id of the storage node. +id = 1386495.431539_5859218.233454 # Unique id of the storage node. name = manhole_340_generated # Long name in the user interface. manholeId = manhole_340_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399230.582083_5859061.869366 # Connection node on which the storage node is located. +nodeId = 1386495.431539_5859218.233454 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 729.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 732.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399278.640134_5859050.891168 # Unique id of the storage node. +id = 1386449.681146_5859238.404569 # Unique id of the storage node. name = manhole_341_generated # Long name in the user interface. manholeId = manhole_341_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399278.640134_5859050.891168 # Connection node on which the storage node is located. +nodeId = 1386449.681146_5859238.404569 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 739.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 742.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399328.355699_5859048.321908 # Unique id of the storage node. +id = 1386404.749107_5859260.314222 # Unique id of the storage node. name = manhole_342_generated # Long name in the user interface. manholeId = manhole_342_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399328.355699_5859048.321908 # Connection node on which the storage node is located. +nodeId = 1386404.749107_5859260.314222 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 739.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 742.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399370.165537_5859074.816641 # Unique id of the storage node. +id = 1386360.756596_5859284.020065 # Unique id of the storage node. name = manhole_343_generated # Long name in the user interface. manholeId = manhole_343_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399370.165537_5859074.816641 # Connection node on which the storage node is located. +nodeId = 1386360.756596_5859284.020065 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 714.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 717.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399410.248348_5859104.537193 # Unique id of the storage node. +id = 1386317.622745_5859309.307279 # Unique id of the storage node. name = manhole_344_generated # Long name in the user interface. manholeId = manhole_344_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399410.248348_5859104.537193 # Connection node on which the storage node is located. +nodeId = 1386317.622745_5859309.307279 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 714.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 717.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399458.397684_5859099.588150 # Unique id of the storage node. +id = 1386274.488894_5859334.594494 # Unique id of the storage node. name = manhole_345_generated # Long name in the user interface. manholeId = manhole_345_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399458.397684_5859099.588150 # Connection node on which the storage node is located. +nodeId = 1386274.488894_5859334.594494 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 708.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 711.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399505.852521_5859083.975742 # Unique id of the storage node. +id = 1386231.354724_5859359.881164 # Unique id of the storage node. name = manhole_346_generated # Long name in the user interface. manholeId = manhole_346_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399505.852521_5859083.975742 # Connection node on which the storage node is located. +nodeId = 1386231.354724_5859359.881164 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 714.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 717.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399555.343615_5859081.947722 # Unique id of the storage node. +id = 1386188.788941_5859385.978958 # Unique id of the storage node. name = manhole_347_generated # Long name in the user interface. manholeId = manhole_347_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399555.343615_5859081.947722 # Connection node on which the storage node is located. +nodeId = 1386188.788941_5859385.978958 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 736.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 739.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399601.015649_5859062.386111 # Unique id of the storage node. +id = 1386153.170270_5859420.751349 # Unique id of the storage node. name = manhole_348_generated # Long name in the user interface. manholeId = manhole_348_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399601.015649_5859062.386111 # Connection node on which the storage node is located. +nodeId = 1386153.170270_5859420.751349 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 736.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 739.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399645.166988_5859039.625559 # Unique id of the storage node. +id = 1386127.241227_5859463.084468 # Unique id of the storage node. name = manhole_349_generated # Long name in the user interface. manholeId = manhole_349_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399645.166988_5859039.625559 # Connection node on which the storage node is located. +nodeId = 1386127.241227_5859463.084468 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 736.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 739.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399678.521855_5859013.434347 # Unique id of the storage node. +id = 1386108.996457_5859509.052054 # Unique id of the storage node. name = manhole_350_generated # Long name in the user interface. manholeId = manhole_350_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399678.521855_5859013.434347 # Connection node on which the storage node is located. +nodeId = 1386108.996457_5859509.052054 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 767.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 770.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399631.887223_5859026.524122 # Unique id of the storage node. +id = 1386105.954033_5859558.959127 # Unique id of the storage node. name = manhole_351_generated # Long name in the user interface. manholeId = manhole_351_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399631.887223_5859026.524122 # Connection node on which the storage node is located. +nodeId = 1386105.954033_5859558.959127 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 767.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 770.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399582.468943_5859026.310080 # Unique id of the storage node. +id = 1386101.917093_5859608.782216 # Unique id of the storage node. name = manhole_352_generated # Long name in the user interface. manholeId = manhole_352_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399582.468943_5859026.310080 # Connection node on which the storage node is located. +nodeId = 1386101.917093_5859608.782216 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 767.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 770.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399539.589506_5859003.595072 # Unique id of the storage node. +id = 1386088.458339_5859656.652666 # Unique id of the storage node. name = manhole_353_generated # Long name in the user interface. manholeId = manhole_353_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399539.589506_5859003.595072 # Connection node on which the storage node is located. +nodeId = 1386088.458339_5859656.652666 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 776.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 779.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399519.861197_5858958.118475 # Unique id of the storage node. +id = 1386075.652030_5859704.419184 # Unique id of the storage node. name = manhole_354_generated # Long name in the user interface. manholeId = manhole_354_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399519.861197_5858958.118475 # Connection node on which the storage node is located. +nodeId = 1386075.652030_5859704.419184 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 776.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 779.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399500.702504_5858912.330592 # Unique id of the storage node. +id = 1386076.574771_5859754.410392 # Unique id of the storage node. name = manhole_355_generated # Long name in the user interface. manholeId = manhole_355_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399500.702504_5858912.330592 # Connection node on which the storage node is located. +nodeId = 1386076.574771_5859754.410392 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 776.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 779.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399459.870545_5858907.820528 # Unique id of the storage node. +id = 1386077.497511_5859804.401600 # Unique id of the storage node. name = manhole_356_generated # Long name in the user interface. manholeId = manhole_356_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399459.870545_5858907.820528 # Connection node on which the storage node is located. +nodeId = 1386077.497511_5859804.401600 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399416.549590_5858931.836602 # Unique id of the storage node. +id = 1386078.420251_5859854.392808 # Unique id of the storage node. name = manhole_357_generated # Long name in the user interface. manholeId = manhole_357_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399416.549590_5858931.836602 # Connection node on which the storage node is located. +nodeId = 1386078.420251_5859854.392808 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399368.608088_5858925.861023 # Unique id of the storage node. +id = 1384050.267681_5856698.702002 # Unique id of the storage node. name = manhole_358_generated # Long name in the user interface. manholeId = manhole_358_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399368.608088_5858925.861023 # Connection node on which the storage node is located. +nodeId = 1384050.267681_5856698.702002 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 811.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 814.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399321.001041_5858910.717598 # Unique id of the storage node. +id = 1384085.778962_5856733.441067 # Unique id of the storage node. name = manhole_359_generated # Long name in the user interface. manholeId = manhole_359_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399321.001041_5858910.717598 # Connection node on which the storage node is located. +nodeId = 1384085.778962_5856733.441067 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 799.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 802.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399280.589312_5858885.789109 # Unique id of the storage node. +id = 1384122.993944_5856766.592180 # Unique id of the storage node. name = manhole_360_generated # Long name in the user interface. manholeId = manhole_360_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399280.589312_5858885.789109 # Connection node on which the storage node is located. +nodeId = 1384122.993944_5856766.592180 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 799.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 802.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399313.228826_5858881.984086 # Unique id of the storage node. +id = 1384160.350960_5856799.578122 # Unique id of the storage node. name = manhole_361_generated # Long name in the user interface. manholeId = manhole_361_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399313.228826_5858881.984086 # Connection node on which the storage node is located. +nodeId = 1384160.350960_5856799.578122 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 813.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 816.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399361.001372_5858895.408078 # Unique id of the storage node. +id = 1384198.384374_5856831.724873 # Unique id of the storage node. name = manhole_362_generated # Long name in the user interface. manholeId = manhole_362_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399361.001372_5858895.408078 # Connection node on which the storage node is located. +nodeId = 1384198.384374_5856831.724873 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 797.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 800.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399410.482294_5858895.717534 # Unique id of the storage node. +id = 1384230.112839_5856870.159957 # Unique id of the storage node. name = manhole_363_generated # Long name in the user interface. manholeId = manhole_363_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399410.482294_5858895.717534 # Connection node on which the storage node is located. +nodeId = 1384230.112839_5856870.159957 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 797.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 800.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399446.095617_5858863.024840 # Unique id of the storage node. +id = 1384259.121702_5856910.628997 # Unique id of the storage node. name = manhole_364_generated # Long name in the user interface. manholeId = manhole_364_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399446.095617_5858863.024840 # Connection node on which the storage node is located. +nodeId = 1384259.121702_5856910.628997 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 790.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 793.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399474.489380_5858822.346942 # Unique id of the storage node. +id = 1384287.023719_5856951.925833 # Unique id of the storage node. name = manhole_365_generated # Long name in the user interface. manholeId = manhole_365_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399474.489380_5858822.346942 # Connection node on which the storage node is located. +nodeId = 1384287.023719_5856951.925833 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399520.245105_5858824.819885 # Unique id of the storage node. +id = 1384314.929269_5856993.220281 # Unique id of the storage node. name = manhole_366_generated # Long name in the user interface. manholeId = manhole_366_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399520.245105_5858824.819885 # Connection node on which the storage node is located. +nodeId = 1384314.929269_5856993.220281 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399566.586487_5858839.318978 # Unique id of the storage node. +id = 1384344.819753_5857033.056209 # Unique id of the storage node. name = manhole_367_generated # Long name in the user interface. manholeId = manhole_367_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399566.586487_5858839.318978 # Connection node on which the storage node is located. +nodeId = 1384344.819753_5857033.056209 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399615.488784_5858830.109275 # Unique id of the storage node. +id = 1384375.891110_5857072.024426 # Unique id of the storage node. name = manhole_368_generated # Long name in the user interface. manholeId = manhole_368_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399615.488784_5858830.109275 # Connection node on which the storage node is located. +nodeId = 1384375.891110_5857072.024426 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399664.699286_5858823.037898 # Unique id of the storage node. +id = 1384412.732156_5857105.507668 # Unique id of the storage node. name = manhole_369_generated # Long name in the user interface. manholeId = manhole_369_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399664.699286_5858823.037898 # Connection node on which the storage node is located. +nodeId = 1384412.732156_5857105.507668 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399714.575817_5858820.194336 # Unique id of the storage node. +id = 1384450.079483_5857138.509612 # Unique id of the storage node. name = manhole_370_generated # Long name in the user interface. manholeId = manhole_370_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399714.575817_5858820.194336 # Connection node on which the storage node is located. +nodeId = 1384450.079483_5857138.509612 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399764.179638_5858814.939907 # Unique id of the storage node. +id = 1384487.426863_5857171.511497 # Unique id of the storage node. name = manhole_371_generated # Long name in the user interface. manholeId = manhole_371_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399764.179638_5858814.939907 # Connection node on which the storage node is located. +nodeId = 1384487.426863_5857171.511497 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399807.404192_5858832.621449 # Unique id of the storage node. +id = 1384525.207760_5857204.014278 # Unique id of the storage node. name = manhole_372_generated # Long name in the user interface. manholeId = manhole_372_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399807.404192_5858832.621449 # Connection node on which the storage node is located. +nodeId = 1384525.207760_5857204.014278 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 802.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 805.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399840.471942_5858870.051494 # Unique id of the storage node. +id = 1384563.111989_5857236.375066 # Unique id of the storage node. name = manhole_373_generated # Long name in the user interface. manholeId = manhole_373_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399840.471942_5858870.051494 # Connection node on which the storage node is located. +nodeId = 1384563.111989_5857236.375066 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 793.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 796.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399869.586369_5858910.480171 # Unique id of the storage node. +id = 1384601.016218_5857268.735853 # Unique id of the storage node. name = manhole_374_generated # Long name in the user interface. manholeId = manhole_374_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399869.586369_5858910.480171 # Connection node on which the storage node is located. +nodeId = 1384601.016218_5857268.735853 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 793.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 796.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399904.217734_5858914.438459 # Unique id of the storage node. +id = 1384638.920447_5857301.096641 # Unique id of the storage node. name = manhole_375_generated # Long name in the user interface. manholeId = manhole_375_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399904.217734_5858914.438459 # Connection node on which the storage node is located. +nodeId = 1384638.920447_5857301.096641 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 783.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 786.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399875.042192_5858876.656133 # Unique id of the storage node. +id = 1384669.604955_5857340.313405 # Unique id of the storage node. name = manhole_376_generated # Long name in the user interface. manholeId = manhole_376_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399875.042192_5858876.656133 # Connection node on which the storage node is located. +nodeId = 1384669.604955_5857340.313405 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 791.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 794.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399842.579061_5858838.781471 # Unique id of the storage node. +id = 1384699.518248_5857380.104403 # Unique id of the storage node. name = manhole_377_generated # Long name in the user interface. manholeId = manhole_377_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399842.579061_5858838.781471 # Connection node on which the storage node is located. +nodeId = 1384699.518248_5857380.104403 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 791.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 794.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399811.183228_5858799.922034 # Unique id of the storage node. +id = 1384719.806332_5857425.627417 # Unique id of the storage node. name = manhole_378_generated # Long name in the user interface. manholeId = manhole_378_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399811.183228_5858799.922034 # Connection node on which the storage node is located. +nodeId = 1384719.806332_5857425.627417 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 791.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 794.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399767.760694_5858788.157405 # Unique id of the storage node. +id = 1384740.094417_5857471.150431 # Unique id of the storage node. name = manhole_379_generated # Long name in the user interface. manholeId = manhole_379_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399767.760694_5858788.157405 # Connection node on which the storage node is located. +nodeId = 1384740.094417_5857471.150431 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 779.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 782.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399730.487014_5858765.889759 # Unique id of the storage node. +id = 1384760.382502_5857516.673445 # Unique id of the storage node. name = manhole_380_generated # Long name in the user interface. manholeId = manhole_380_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399730.487014_5858765.889759 # Connection node on which the storage node is located. +nodeId = 1384760.382502_5857516.673445 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 786.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 789.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399775.990700_5858756.396031 # Unique id of the storage node. +id = 1384780.670586_5857562.196459 # Unique id of the storage node. name = manhole_381_generated # Long name in the user interface. manholeId = manhole_381_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399775.990700_5858756.396031 # Connection node on which the storage node is located. +nodeId = 1384780.670586_5857562.196459 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 786.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 789.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399822.645814_5858770.309896 # Unique id of the storage node. +id = 1384802.672203_5857606.838341 # Unique id of the storage node. name = manhole_382_generated # Long name in the user interface. manholeId = manhole_382_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399822.645814_5858770.309896 # Connection node on which the storage node is located. +nodeId = 1384802.672203_5857606.838341 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 793.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 796.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399848.382879_5858812.671143 # Unique id of the storage node. +id = 1384827.896526_5857649.823045 # Unique id of the storage node. name = manhole_383_generated # Long name in the user interface. manholeId = manhole_383_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399848.382879_5858812.671143 # Connection node on which the storage node is located. +nodeId = 1384827.896526_5857649.823045 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 768.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 771.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399890.146971_5858839.840006 # Unique id of the storage node. +id = 1384854.757883_5857691.606821 # Unique id of the storage node. name = manhole_384_generated # Long name in the user interface. manholeId = manhole_384_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399890.146971_5858839.840006 # Connection node on which the storage node is located. +nodeId = 1384854.757883_5857691.606821 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 768.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 771.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399933.024882_5858865.203324 # Unique id of the storage node. +id = 1384888.185769_5857728.573395 # Unique id of the storage node. name = manhole_385_generated # Long name in the user interface. manholeId = manhole_385_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399933.024882_5858865.203324 # Connection node on which the storage node is located. +nodeId = 1384888.185769_5857728.573395 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 768.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 771.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1399981.740444_5858875.856378 # Unique id of the storage node. +id = 1384921.613655_5857765.539970 # Unique id of the storage node. name = manhole_386_generated # Long name in the user interface. manholeId = manhole_386_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399981.740444_5858875.856378 # Connection node on which the storage node is located. +nodeId = 1384921.613655_5857765.539970 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 754.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 757.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400031.093886_5858881.904236 # Unique id of the storage node. +id = 1384956.145454_5857801.445757 # Unique id of the storage node. name = manhole_387_generated # Long name in the user interface. manholeId = manhole_387_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400031.093886_5858881.904236 # Connection node on which the storage node is located. +nodeId = 1384956.145454_5857801.445757 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 754.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 757.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400074.736315_5858861.749566 # Unique id of the storage node. +id = 1384991.751307_5857836.319449 # Unique id of the storage node. name = manhole_388_generated # Long name in the user interface. manholeId = manhole_388_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400074.736315_5858861.749566 # Connection node on which the storage node is located. +nodeId = 1384991.751307_5857836.319449 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 754.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 757.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400120.046049_5858848.047577 # Unique id of the storage node. +id = 1385027.357159_5857871.193142 # Unique id of the storage node. name = manhole_389_generated # Long name in the user interface. manholeId = manhole_389_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400120.046049_5858848.047577 # Connection node on which the storage node is located. +nodeId = 1385027.357159_5857871.193142 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 743.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 746.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400169.107466_5858855.451739 # Unique id of the storage node. +id = 1385062.963012_5857906.066835 # Unique id of the storage node. name = manhole_390_generated # Long name in the user interface. manholeId = manhole_390_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400169.107466_5858855.451739 # Connection node on which the storage node is located. +nodeId = 1385062.963012_5857906.066835 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 752.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 755.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400219.055904_5858854.498997 # Unique id of the storage node. +id = 1385098.568864_5857940.940528 # Unique id of the storage node. name = manhole_391_generated # Long name in the user interface. manholeId = manhole_391_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400219.055904_5858854.498997 # Connection node on which the storage node is located. +nodeId = 1385098.568864_5857940.940528 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 725.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 728.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400264.202496_5858835.102559 # Unique id of the storage node. +id = 1385135.753846_5857974.029479 # Unique id of the storage node. name = manhole_392_generated # Long name in the user interface. manholeId = manhole_392_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400264.202496_5858835.102559 # Connection node on which the storage node is located. +nodeId = 1385135.753846_5857974.029479 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 725.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 728.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400313.506441_5858828.076242 # Unique id of the storage node. +id = 1385175.738456_5858003.622976 # Unique id of the storage node. name = manhole_393_generated # Long name in the user interface. manholeId = manhole_393_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400313.506441_5858828.076242 # Connection node on which the storage node is located. +nodeId = 1385175.738456_5858003.622976 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 725.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 728.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400363.408215_5858825.920846 # Unique id of the storage node. +id = 1385218.653757_5858028.965197 # Unique id of the storage node. name = manhole_394_generated # Long name in the user interface. manholeId = manhole_394_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400363.408215_5858825.920846 # Connection node on which the storage node is located. +nodeId = 1385218.653757_5858028.965197 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 732.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 735.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400412.121904_5858816.438461 # Unique id of the storage node. +id = 1385262.454937_5858052.706983 # Unique id of the storage node. name = manhole_395_generated # Long name in the user interface. manholeId = manhole_395_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400412.121904_5858816.438461 # Connection node on which the storage node is located. +nodeId = 1385262.454937_5858052.706983 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 732.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 735.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400457.353170_5858795.303617 # Unique id of the storage node. +id = 1385306.715555_5858075.618745 # Unique id of the storage node. name = manhole_396_generated # Long name in the user interface. manholeId = manhole_396_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400457.353170_5858795.303617 # Connection node on which the storage node is located. +nodeId = 1385306.715555_5858075.618745 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 739.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 742.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400502.323300_5858773.544904 # Unique id of the storage node. +id = 1385350.976173_5858098.530508 # Unique id of the storage node. name = manhole_397_generated # Long name in the user interface. manholeId = manhole_397_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400502.323300_5858773.544904 # Connection node on which the storage node is located. +nodeId = 1385350.976173_5858098.530508 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 739.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 742.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400547.293430_5858751.786192 # Unique id of the storage node. +id = 1385395.236792_5858121.442270 # Unique id of the storage node. name = manhole_398_generated # Long name in the user interface. manholeId = manhole_398_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400547.293430_5858751.786192 # Connection node on which the storage node is located. +nodeId = 1385395.236792_5858121.442270 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 733.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 736.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400590.744896_5858727.159174 # Unique id of the storage node. +id = 1385439.497410_5858144.354032 # Unique id of the storage node. name = manhole_399_generated # Long name in the user interface. manholeId = manhole_399_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400590.744896_5858727.159174 # Connection node on which the storage node is located. +nodeId = 1385439.497410_5858144.354032 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 733.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 736.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400635.199020_5858704.567341 # Unique id of the storage node. +id = 1385483.758028_5858167.265795 # Unique id of the storage node. name = manhole_400_generated # Long name in the user interface. manholeId = manhole_400_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400635.199020_5858704.567341 # Connection node on which the storage node is located. +nodeId = 1385483.758028_5858167.265795 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 734.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 737.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400681.200077_5858685.082555 # Unique id of the storage node. +id = 1385528.018646_5858190.177557 # Unique id of the storage node. name = manhole_401_generated # Long name in the user interface. manholeId = manhole_401_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400681.200077_5858685.082555 # Connection node on which the storage node is located. +nodeId = 1385528.018646_5858190.177557 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 734.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 737.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400727.201135_5858665.597769 # Unique id of the storage node. +id = 1385571.606102_5858214.277655 # Unique id of the storage node. name = manhole_402_generated # Long name in the user interface. manholeId = manhole_402_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400727.201135_5858665.597769 # Connection node on which the storage node is located. +nodeId = 1385571.606102_5858214.277655 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 724.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 727.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400771.747519_5858643.185780 # Unique id of the storage node. +id = 1385614.013401_5858240.461089 # Unique id of the storage node. name = manhole_403_generated # Long name in the user interface. manholeId = manhole_403_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400771.747519_5858643.185780 # Connection node on which the storage node is located. +nodeId = 1385614.013401_5858240.461089 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 724.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 727.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400815.058142_5858618.287103 # Unique id of the storage node. +id = 1385656.420699_5858266.644523 # Unique id of the storage node. name = manhole_404_generated # Long name in the user interface. manholeId = manhole_404_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400815.058142_5858618.287103 # Connection node on which the storage node is located. +nodeId = 1385656.420699_5858266.644523 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 687.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 690.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400858.368765_5858593.388426 # Unique id of the storage node. +id = 1385698.773112_5858292.896190 # Unique id of the storage node. name = manhole_405_generated # Long name in the user interface. manholeId = manhole_405_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400858.368765_5858593.388426 # Connection node on which the storage node is located. +nodeId = 1385698.773112_5858292.896190 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 730.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 733.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400901.015539_5858567.603215 # Unique id of the storage node. +id = 1385733.435650_5858328.707635 # Unique id of the storage node. name = manhole_406_generated # Long name in the user interface. manholeId = manhole_406_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400901.015539_5858567.603215 # Connection node on which the storage node is located. +nodeId = 1385733.435650_5858328.707635 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 730.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 733.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400935.611249_5858531.635458 # Unique id of the storage node. +id = 1385768.098189_5858364.519079 # Unique id of the storage node. name = manhole_407_generated # Long name in the user interface. manholeId = manhole_407_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400935.611249_5858531.635458 # Connection node on which the storage node is located. +nodeId = 1385768.098189_5858364.519079 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 718.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 721.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1400968.368858_5858493.916852 # Unique id of the storage node. +id = 1385795.882535_5858405.467094 # Unique id of the storage node. name = manhole_408_generated # Long name in the user interface. manholeId = manhole_408_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400968.368858_5858493.916852 # Connection node on which the storage node is located. +nodeId = 1385795.882535_5858405.467094 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 718.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 721.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401003.934787_5858459.187281 # Unique id of the storage node. +id = 1385820.377635_5858448.871486 # Unique id of the storage node. name = manhole_409_generated # Long name in the user interface. manholeId = manhole_409_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401003.934787_5858459.187281 # Connection node on which the storage node is located. +nodeId = 1385820.377635_5858448.871486 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 736.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 739.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401043.585827_5858428.797352 # Unique id of the storage node. +id = 1385841.084314_5858493.920932 # Unique id of the storage node. name = manhole_410_generated # Long name in the user interface. manholeId = manhole_410_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401043.585827_5858428.797352 # Connection node on which the storage node is located. +nodeId = 1385841.084314_5858493.920932 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 724.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 727.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401083.221738_5858398.387670 # Unique id of the storage node. +id = 1385856.076262_5858541.451898 # Unique id of the storage node. name = manhole_411_generated # Long name in the user interface. manholeId = manhole_411_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401083.221738_5858398.387670 # Connection node on which the storage node is located. +nodeId = 1385856.076262_5858541.451898 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 724.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 727.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401110.648461_5858357.591806 # Unique id of the storage node. +id = 1385865.668900_5858590.250007 # Unique id of the storage node. name = manhole_412_generated # Long name in the user interface. manholeId = manhole_412_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401110.648461_5858357.591806 # Connection node on which the storage node is located. +nodeId = 1385865.668900_5858590.250007 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 731.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 734.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401126.408903_5858310.191691 # Unique id of the storage node. +id = 1385873.387287_5858639.487977 # Unique id of the storage node. name = manhole_413_generated # Long name in the user interface. manholeId = manhole_413_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401126.408903_5858310.191691 # Connection node on which the storage node is located. +nodeId = 1385873.387287_5858639.487977 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 731.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 734.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401143.036807_5858263.082594 # Unique id of the storage node. +id = 1385875.017950_5858689.287253 # Unique id of the storage node. name = manhole_414_generated # Long name in the user interface. manholeId = manhole_414_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401143.036807_5858263.082594 # Connection node on which the storage node is located. +nodeId = 1385875.017950_5858689.287253 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 748.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 751.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401138.212384_5858214.768801 # Unique id of the storage node. +id = 1385876.432929_5858739.106416 # Unique id of the storage node. name = manhole_415_generated # Long name in the user interface. manholeId = manhole_415_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401138.212384_5858214.768801 # Connection node on which the storage node is located. +nodeId = 1385876.432929_5858739.106416 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 748.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 751.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401127.278883_5858166.793469 # Unique id of the storage node. +id = 1385878.329822_5858788.908142 # Unique id of the storage node. name = manhole_416_generated # Long name in the user interface. manholeId = manhole_416_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401127.278883_5858166.793469 # Connection node on which the storage node is located. +nodeId = 1385878.329822_5858788.908142 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 748.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 751.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401167.115608_5858144.839577 # Unique id of the storage node. +id = 1385880.519215_5858838.699283 # Unique id of the storage node. name = manhole_417_generated # Long name in the user interface. manholeId = manhole_417_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401167.115608_5858144.839577 # Connection node on which the storage node is located. +nodeId = 1385880.519215_5858838.699283 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 756.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 759.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401216.491634_5858137.314352 # Unique id of the storage node. +id = 1385882.620351_5858888.493530 # Unique id of the storage node. name = manhole_418_generated # Long name in the user interface. manholeId = manhole_418_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401216.491634_5858137.314352 # Connection node on which the storage node is located. +nodeId = 1385882.620351_5858888.493530 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 756.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 759.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401262.474555_5858118.412094 # Unique id of the storage node. +id = 1385883.937444_5858938.315378 # Unique id of the storage node. name = manhole_419_generated # Long name in the user interface. manholeId = manhole_419_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401262.474555_5858118.412094 # Connection node on which the storage node is located. +nodeId = 1385883.937444_5858938.315378 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 756.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 759.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401306.204298_5858094.851829 # Unique id of the storage node. +id = 1385885.254539_5858988.137225 # Unique id of the storage node. name = manhole_420_generated # Long name in the user interface. manholeId = manhole_420_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401306.204298_5858094.851829 # Connection node on which the storage node is located. +nodeId = 1385885.254539_5858988.137225 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 763.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 766.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401338.732991_5858057.277074 # Unique id of the storage node. +id = 1385890.650534_5859037.630401 # Unique id of the storage node. name = manhole_421_generated # Long name in the user interface. manholeId = manhole_421_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401338.732991_5858057.277074 # Connection node on which the storage node is located. +nodeId = 1385890.650534_5859037.630401 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 763.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 766.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401369.206103_5858017.689909 # Unique id of the storage node. +id = 1385901.777443_5859086.092394 # Unique id of the storage node. name = manhole_422_generated # Long name in the user interface. manholeId = manhole_422_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401369.206103_5858017.689909 # Connection node on which the storage node is located. +nodeId = 1385901.777443_5859086.092394 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 763.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 766.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401390.656988_5857974.121287 # Unique id of the storage node. +id = 1385915.397955_5859134.034368 # Unique id of the storage node. name = manhole_423_generated # Long name in the user interface. manholeId = manhole_423_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401390.656988_5857974.121287 # Connection node on which the storage node is located. +nodeId = 1385915.397955_5859134.034368 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 765.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 768.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401382.080560_5857925.029102 # Unique id of the storage node. +id = 1385928.426053_5859182.139209 # Unique id of the storage node. name = manhole_424_generated # Long name in the user interface. manholeId = manhole_424_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401382.080560_5857925.029102 # Connection node on which the storage node is located. +nodeId = 1385928.426053_5859182.139209 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401370.850514_5857876.350151 # Unique id of the storage node. +id = 1385941.228082_5859230.306202 # Unique id of the storage node. name = manhole_425_generated # Long name in the user interface. manholeId = manhole_425_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401370.850514_5857876.350151 # Connection node on which the storage node is located. +nodeId = 1385941.228082_5859230.306202 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401359.620468_5857827.671200 # Unique id of the storage node. +id = 1385945.092689_5859279.734331 # Unique id of the storage node. name = manhole_426_generated # Long name in the user interface. manholeId = manhole_426_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401359.620468_5857827.671200 # Connection node on which the storage node is located. +nodeId = 1385945.092689_5859279.734331 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401358.906586_5857778.342267 # Unique id of the storage node. +id = 1385937.902412_5859328.779896 # Unique id of the storage node. name = manhole_427_generated # Long name in the user interface. manholeId = manhole_427_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401358.906586_5857778.342267 # Connection node on which the storage node is located. +nodeId = 1385937.902412_5859328.779896 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401367.984820_5857729.216511 # Unique id of the storage node. +id = 1385932.795076_5859378.173214 # Unique id of the storage node. name = manhole_428_generated # Long name in the user interface. manholeId = manhole_428_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401367.984820_5857729.216511 # Connection node on which the storage node is located. +nodeId = 1385932.795076_5859378.173214 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 775.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 778.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401378.054767_5857680.310616 # Unique id of the storage node. +id = 1385937.702696_5859427.770255 # Unique id of the storage node. name = manhole_429_generated # Long name in the user interface. manholeId = manhole_429_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401378.054767_5857680.310616 # Connection node on which the storage node is located. +nodeId = 1385937.702696_5859427.770255 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 775.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 778.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401398.812842_5857635.314562 # Unique id of the storage node. +id = 1385939.035938_5859477.502304 # Unique id of the storage node. name = manhole_430_generated # Long name in the user interface. manholeId = manhole_430_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401398.812842_5857635.314562 # Connection node on which the storage node is located. +nodeId = 1385939.035938_5859477.502304 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 775.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 778.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401430.821923_5857597.181597 # Unique id of the storage node. +id = 1385937.883638_5859527.328235 # Unique id of the storage node. name = manhole_431_generated # Long name in the user interface. manholeId = manhole_431_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401430.821923_5857597.181597 # Connection node on which the storage node is located. +nodeId = 1385937.883638_5859527.328235 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401471.215903_5857569.028509 # Unique id of the storage node. +id = 1385940.515994_5859576.989168 # Unique id of the storage node. name = manhole_432_generated # Long name in the user interface. manholeId = manhole_432_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401471.215903_5857569.028509 # Connection node on which the storage node is located. +nodeId = 1385940.515994_5859576.989168 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401516.447121_5857547.817872 # Unique id of the storage node. +id = 1385950.701545_5859625.530177 # Unique id of the storage node. name = manhole_433_generated # Long name in the user interface. manholeId = manhole_433_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401516.447121_5857547.817872 # Connection node on which the storage node is located. +nodeId = 1385950.701545_5859625.530177 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401562.699131_5857528.946169 # Unique id of the storage node. +id = 1385970.467743_5859670.991299 # Unique id of the storage node. name = manhole_434_generated # Long name in the user interface. manholeId = manhole_434_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401562.699131_5857528.946169 # Connection node on which the storage node is located. +nodeId = 1385970.467743_5859670.991299 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 812.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 815.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401609.008288_5857510.205406 # Unique id of the storage node. +id = 1386011.983088_5859697.862917 # Unique id of the storage node. name = manhole_435_generated # Long name in the user interface. manholeId = manhole_435_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401609.008288_5857510.205406 # Connection node on which the storage node is located. +nodeId = 1386011.983088_5859697.862917 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 812.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 815.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401655.317445_5857491.464643 # Unique id of the storage node. +id = 1386052.213596_5859727.119808 # Unique id of the storage node. name = manhole_436_generated # Long name in the user interface. manholeId = manhole_436_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401655.317445_5857491.464643 # Connection node on which the storage node is located. +nodeId = 1386052.213596_5859727.119808 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 776.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 779.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401702.896731_5857476.413838 # Unique id of the storage node. +id = 1386046.501013_5859771.612672 # Unique id of the storage node. name = manhole_437_generated # Long name in the user interface. manholeId = manhole_437_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401702.896731_5857476.413838 # Connection node on which the storage node is located. +nodeId = 1386046.501013_5859771.612672 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401750.929637_5857462.680881 # Unique id of the storage node. +id = 1386026.809696_5859816.873920 # Unique id of the storage node. name = manhole_438_generated # Long name in the user interface. manholeId = manhole_438_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401750.929637_5857462.680881 # Connection node on which the storage node is located. +nodeId = 1386026.809696_5859816.873920 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401799.045014_5857449.246137 # Unique id of the storage node. +id = 1386030.149607_5859866.379010 # Unique id of the storage node. name = manhole_439_generated # Long name in the user interface. manholeId = manhole_439_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401799.045014_5857449.246137 # Connection node on which the storage node is located. +nodeId = 1386030.149607_5859866.379010 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401847.308919_5857436.348475 # Unique id of the storage node. +id = 1386045.250939_5859913.859036 # Unique id of the storage node. name = manhole_440_generated # Long name in the user interface. manholeId = manhole_440_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401847.308919_5857436.348475 # Connection node on which the storage node is located. +nodeId = 1386045.250939_5859913.859036 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 763.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 766.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401895.572823_5857423.450814 # Unique id of the storage node. +id = 1384196.861816_5856829.880484 # Unique id of the storage node. name = manhole_441_generated # Long name in the user interface. manholeId = manhole_441_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401895.572823_5857423.450814 # Connection node on which the storage node is located. +nodeId = 1384196.861816_5856829.880484 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 797.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 800.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401943.836728_5857410.553152 # Unique id of the storage node. +id = 1384235.225193_5856854.977666 # Unique id of the storage node. name = manhole_442_generated # Long name in the user interface. manholeId = manhole_442_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401943.836728_5857410.553152 # Connection node on which the storage node is located. +nodeId = 1384235.225193_5856854.977666 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 797.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 800.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1401991.287343_5857395.066807 # Unique id of the storage node. +id = 1384263.450330_5856892.038371 # Unique id of the storage node. name = manhole_443_generated # Long name in the user interface. manholeId = manhole_443_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401991.287343_5857395.066807 # Connection node on which the storage node is located. +nodeId = 1384263.450330_5856892.038371 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 790.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 793.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402033.899048_5857369.088003 # Unique id of the storage node. +id = 1384291.675467_5856929.099076 # Unique id of the storage node. name = manhole_444_generated # Long name in the user interface. manholeId = manhole_444_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402033.899048_5857369.088003 # Connection node on which the storage node is located. +nodeId = 1384291.675467_5856929.099076 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 790.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 793.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402072.111172_5857336.990495 # Unique id of the storage node. +id = 1384319.900603_5856966.159782 # Unique id of the storage node. name = manhole_445_generated # Long name in the user interface. manholeId = manhole_445_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402072.111172_5857336.990495 # Connection node on which the storage node is located. +nodeId = 1384319.900603_5856966.159782 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402109.707699_5857304.092845 # Unique id of the storage node. +id = 1384347.205868_5857003.894511 # Unique id of the storage node. name = manhole_446_generated # Long name in the user interface. manholeId = manhole_446_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402109.707699_5857304.092845 # Connection node on which the storage node is located. +nodeId = 1384347.205868_5857003.894511 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402147.304225_5857271.195195 # Unique id of the storage node. +id = 1384380.322691_5857036.360282 # Unique id of the storage node. name = manhole_447_generated # Long name in the user interface. manholeId = manhole_447_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402147.304225_5857271.195195 # Connection node on which the storage node is located. +nodeId = 1384380.322691_5857036.360282 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 796.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 799.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402184.900752_5857238.297545 # Unique id of the storage node. +id = 1384415.156611_5857067.291694 # Unique id of the storage node. name = manhole_448_generated # Long name in the user interface. manholeId = manhole_448_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402184.900752_5857238.297545 # Connection node on which the storage node is located. +nodeId = 1384415.156611_5857067.291694 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402222.497278_5857205.399894 # Unique id of the storage node. +id = 1384449.343576_5857098.828100 # Unique id of the storage node. name = manhole_449_generated # Long name in the user interface. manholeId = manhole_449_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402222.497278_5857205.399894 # Connection node on which the storage node is located. +nodeId = 1384449.343576_5857098.828100 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402260.963187_5857173.601737 # Unique id of the storage node. +id = 1384470.004810_5857139.926174 # Unique id of the storage node. name = manhole_450_generated # Long name in the user interface. manholeId = manhole_450_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402260.963187_5857173.601737 # Connection node on which the storage node is located. +nodeId = 1384470.004810_5857139.926174 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402301.643911_5857144.604618 # Unique id of the storage node. +id = 1384484.180762_5857184.301805 # Unique id of the storage node. name = manhole_451_generated # Long name in the user interface. manholeId = manhole_451_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402301.643911_5857144.604618 # Connection node on which the storage node is located. +nodeId = 1384484.180762_5857184.301805 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402345.539385_5857121.000730 # Unique id of the storage node. +id = 1384289.065524_5856954.947841 # Unique id of the storage node. name = manhole_452_generated # Long name in the user interface. manholeId = manhole_452_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402345.539385_5857121.000730 # Connection node on which the storage node is located. +nodeId = 1384289.065524_5856954.947841 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402394.447289_5857112.260867 # Unique id of the storage node. +id = 1384305.049611_5856994.887349 # Unique id of the storage node. name = manhole_453_generated # Long name in the user interface. manholeId = manhole_453_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402394.447289_5857112.260867 # Connection node on which the storage node is located. +nodeId = 1384305.049611_5856994.887349 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402441.730469_5857128.148596 # Unique id of the storage node. +id = 1384321.033697_5857034.826856 # Unique id of the storage node. name = manhole_454_generated # Long name in the user interface. manholeId = manhole_454_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402441.730469_5857128.148596 # Connection node on which the storage node is located. +nodeId = 1384321.033697_5857034.826856 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402483.802293_5857152.803806 # Unique id of the storage node. +id = 1384347.445656_5857068.672039 # Unique id of the storage node. name = manhole_455_generated # Long name in the user interface. manholeId = manhole_455_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402483.802293_5857152.803806 # Connection node on which the storage node is located. +nodeId = 1384347.445656_5857068.672039 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 796.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 799.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402513.116842_5857193.169052 # Unique id of the storage node. +id = 1384374.130628_5857102.406952 # Unique id of the storage node. name = manhole_456_generated # Long name in the user interface. manholeId = manhole_456_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402513.116842_5857193.169052 # Connection node on which the storage node is located. +nodeId = 1384374.130628_5857102.406952 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402549.654037_5857227.071211 # Unique id of the storage node. +id = 1384399.587644_5857137.085412 # Unique id of the storage node. name = manhole_457_generated # Long name in the user interface. manholeId = manhole_457_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402549.654037_5857227.071211 # Connection node on which the storage node is located. +nodeId = 1384399.587644_5857137.085412 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402592.530350_5857252.710554 # Unique id of the storage node. +id = 1384425.044660_5857171.763873 # Unique id of the storage node. name = manhole_458_generated # Long name in the user interface. manholeId = manhole_458_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402592.530350_5857252.710554 # Connection node on which the storage node is located. +nodeId = 1384425.044660_5857171.763873 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402639.997615_5857268.224420 # Unique id of the storage node. +id = 1384456.866521_5857200.577978 # Unique id of the storage node. name = manhole_459_generated # Long name in the user interface. manholeId = manhole_459_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402639.997615_5857268.224420 # Connection node on which the storage node is located. +nodeId = 1384456.866521_5857200.577978 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402689.905034_5857265.987511 # Unique id of the storage node. +id = 1384480.774831_5857195.244455 # Unique id of the storage node. name = manhole_460_generated # Long name in the user interface. manholeId = manhole_460_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402689.905034_5857265.987511 # Connection node on which the storage node is located. +nodeId = 1384480.774831_5857195.244455 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402738.766559_5857256.155518 # Unique id of the storage node. +id = 1384478.871156_5857219.682923 # Unique id of the storage node. name = manhole_461_generated # Long name in the user interface. manholeId = manhole_461_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402738.766559_5857256.155518 # Connection node on which the storage node is located. +nodeId = 1384478.871156_5857219.682923 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 802.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 805.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402785.300748_5857239.036677 # Unique id of the storage node. +id = 1384493.329777_5857201.952338 # Unique id of the storage node. name = manhole_462_generated # Long name in the user interface. manholeId = manhole_462_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402785.300748_5857239.036677 # Connection node on which the storage node is located. +nodeId = 1384493.329777_5857201.952338 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 802.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 805.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402829.752187_5857216.237034 # Unique id of the storage node. +id = 1384511.321100_5857246.008046 # Unique id of the storage node. name = manhole_463_generated # Long name in the user interface. manholeId = manhole_463_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402829.752187_5857216.237034 # Connection node on which the storage node is located. +nodeId = 1384511.321100_5857246.008046 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 802.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 805.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402870.336596_5857187.241046 # Unique id of the storage node. +id = 1384512.484967_5857248.858029 # Unique id of the storage node. name = manhole_464_generated # Long name in the user interface. manholeId = manhole_464_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402870.336596_5857187.241046 # Connection node on which the storage node is located. +nodeId = 1384512.484967_5857248.858029 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 802.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 805.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402907.890059_5857155.221295 # Unique id of the storage node. +id = 1384550.208547_5857281.609187 # Unique id of the storage node. name = manhole_465_generated # Long name in the user interface. manholeId = manhole_465_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402907.890059_5857155.221295 # Connection node on which the storage node is located. +nodeId = 1384550.208547_5857281.609187 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 793.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 796.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1402955.845737_5857162.265680 # Unique id of the storage node. +id = 1384587.932128_5857314.360344 # Unique id of the storage node. name = manhole_466_generated # Long name in the user interface. manholeId = manhole_466_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402955.845737_5857162.265680 # Connection node on which the storage node is located. +nodeId = 1384587.932128_5857314.360344 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 793.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 796.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403002.170355_5857180.637283 # Unique id of the storage node. +id = 1384608.456867_5857358.785165 # Unique id of the storage node. name = manhole_467_generated # Long name in the user interface. manholeId = manhole_467_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403002.170355_5857180.637283 # Connection node on which the storage node is located. +nodeId = 1384608.456867_5857358.785165 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 806.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 809.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403050.636643_5857192.752279 # Unique id of the storage node. +id = 1384624.966164_5857405.935456 # Unique id of the storage node. name = manhole_468_generated # Long name in the user interface. manholeId = manhole_468_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403050.636643_5857192.752279 # Connection node on which the storage node is located. +nodeId = 1384624.966164_5857405.935456 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 806.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 809.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403098.837282_5857205.861252 # Unique id of the storage node. +id = 1384639.938245_5857453.586039 # Unique id of the storage node. name = manhole_469_generated # Long name in the user interface. manholeId = manhole_469_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403098.837282_5857205.861252 # Connection node on which the storage node is located. +nodeId = 1384639.938245_5857453.586039 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 791.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 794.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403146.885479_5857219.540611 # Unique id of the storage node. +id = 1384654.342376_5857501.421464 # Unique id of the storage node. name = manhole_470_generated # Long name in the user interface. manholeId = manhole_470_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403146.885479_5857219.540611 # Connection node on which the storage node is located. +nodeId = 1384654.342376_5857501.421464 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 809.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 812.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403194.933677_5857233.219971 # Unique id of the storage node. +id = 1384665.748858_5857550.055336 # Unique id of the storage node. name = manhole_471_generated # Long name in the user interface. manholeId = manhole_471_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403194.933677_5857233.219971 # Connection node on which the storage node is located. +nodeId = 1384665.748858_5857550.055336 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 809.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 812.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403242.981875_5857246.899331 # Unique id of the storage node. +id = 1384677.047727_5857598.717872 # Unique id of the storage node. name = manhole_472_generated # Long name in the user interface. manholeId = manhole_472_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403242.981875_5857246.899331 # Connection node on which the storage node is located. +nodeId = 1384677.047727_5857598.717872 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 809.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 812.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403291.030073_5857260.578691 # Unique id of the storage node. +id = 1384688.346595_5857647.380408 # Unique id of the storage node. name = manhole_473_generated # Long name in the user interface. manholeId = manhole_473_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403291.030073_5857260.578691 # Connection node on which the storage node is located. +nodeId = 1384688.346595_5857647.380408 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 815.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 818.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403337.008084_5857279.246462 # Unique id of the storage node. +id = 1384699.645464_5857696.042944 # Unique id of the storage node. name = manhole_474_generated # Long name in the user interface. manholeId = manhole_474_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403337.008084_5857279.246462 # Connection node on which the storage node is located. +nodeId = 1384699.645464_5857696.042944 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 815.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 818.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403380.803470_5857303.279339 # Unique id of the storage node. +id = 1384710.944332_5857744.705480 # Unique id of the storage node. name = manhole_475_generated # Long name in the user interface. manholeId = manhole_475_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403380.803470_5857303.279339 # Connection node on which the storage node is located. +nodeId = 1384710.944332_5857744.705480 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 788.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 791.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403428.121819_5857316.651918 # Unique id of the storage node. +id = 1384726.848783_5857791.671308 # Unique id of the storage node. name = manhole_476_generated # Long name in the user interface. manholeId = manhole_476_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403428.121819_5857316.651918 # Connection node on which the storage node is located. +nodeId = 1384726.848783_5857791.671308 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 768.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 771.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403477.999952_5857316.044570 # Unique id of the storage node. +id = 1384753.929338_5857833.199649 # Unique id of the storage node. name = manhole_477_generated # Long name in the user interface. manholeId = manhole_477_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403477.999952_5857316.044570 # Connection node on which the storage node is located. +nodeId = 1384753.929338_5857833.199649 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 768.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 771.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403520.684895_5857339.928778 # Unique id of the storage node. +id = 1384783.627482_5857873.006575 # Unique id of the storage node. name = manhole_478_generated # Long name in the user interface. manholeId = manhole_478_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403520.684895_5857339.928778 # Connection node on which the storage node is located. +nodeId = 1384783.627482_5857873.006575 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 768.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 771.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403552.318474_5857378.594924 # Unique id of the storage node. +id = 1384795.018453_5857920.637507 # Unique id of the storage node. name = manhole_479_generated # Long name in the user interface. manholeId = manhole_479_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403552.318474_5857378.594924 # Connection node on which the storage node is located. +nodeId = 1384795.018453_5857920.637507 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 788.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 791.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403583.952054_5857417.261070 # Unique id of the storage node. +id = 1384785.075932_5857969.445633 # Unique id of the storage node. name = manhole_480_generated # Long name in the user interface. manholeId = manhole_480_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403583.952054_5857417.261070 # Connection node on which the storage node is located. +nodeId = 1384785.075932_5857969.445633 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 788.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 791.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403623.540761_5857446.034681 # Unique id of the storage node. +id = 1384771.479073_5858017.516750 # Unique id of the storage node. name = manhole_481_generated # Long name in the user interface. manholeId = manhole_481_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403623.540761_5857446.034681 # Connection node on which the storage node is located. +nodeId = 1384771.479073_5858017.516750 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 817.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 820.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403671.993877_5857456.591925 # Unique id of the storage node. +id = 1384763.325190_5858066.675425 # Unique id of the storage node. name = manhole_482_generated # Long name in the user interface. manholeId = manhole_482_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403671.993877_5857456.591925 # Connection node on which the storage node is located. +nodeId = 1384763.325190_5858066.675425 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 817.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 820.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403721.623416_5857462.307083 # Unique id of the storage node. +id = 1384757.405407_5858116.280496 # Unique id of the storage node. name = manhole_483_generated # Long name in the user interface. manholeId = manhole_483_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403721.623416_5857462.307083 # Connection node on which the storage node is located. +nodeId = 1384757.405407_5858116.280496 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 817.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 820.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403771.146521_5857468.668578 # Unique id of the storage node. +id = 1384746.211964_5858164.956997 # Unique id of the storage node. name = manhole_484_generated # Long name in the user interface. manholeId = manhole_484_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403771.146521_5857468.668578 # Connection node on which the storage node is located. +nodeId = 1384746.211964_5858164.956997 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 844.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 847.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403819.624558_5857480.525303 # Unique id of the storage node. +id = 1384738.028055_5858213.862444 # Unique id of the storage node. name = manhole_485_generated # Long name in the user interface. manholeId = manhole_485_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403819.624558_5857480.525303 # Connection node on which the storage node is located. +nodeId = 1384738.028055_5858213.862444 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 844.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 847.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403833.226475_5857519.969277 # Unique id of the storage node. +id = 1384756.479259_5858259.218586 # Unique id of the storage node. name = manhole_486_generated # Long name in the user interface. manholeId = manhole_486_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403833.226475_5857519.969277 # Connection node on which the storage node is located. +nodeId = 1384756.479259_5858259.218586 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 844.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 847.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403834.191400_5857569.903099 # Unique id of the storage node. +id = 1384792.653981_5858293.253396 # Unique id of the storage node. name = manhole_487_generated # Long name in the user interface. manholeId = manhole_487_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403834.191400_5857569.903099 # Connection node on which the storage node is located. +nodeId = 1384792.653981_5858293.253396 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 830.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 833.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403835.826205_5857619.833867 # Unique id of the storage node. +id = 1384839.146884_5858310.949097 # Unique id of the storage node. name = manhole_488_generated # Long name in the user interface. manholeId = manhole_488_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403835.826205_5857619.833867 # Connection node on which the storage node is located. +nodeId = 1384839.146884_5858310.949097 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403837.461011_5857669.764635 # Unique id of the storage node. +id = 1384888.517510_5858307.535864 # Unique id of the storage node. name = manhole_489_generated # Long name in the user interface. manholeId = manhole_489_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403837.461011_5857669.764635 # Connection node on which the storage node is located. +nodeId = 1384888.517510_5858307.535864 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403839.095816_5857719.695403 # Unique id of the storage node. +id = 1384936.622763_5858294.068231 # Unique id of the storage node. name = manhole_490_generated # Long name in the user interface. manholeId = manhole_490_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403839.095816_5857719.695403 # Connection node on which the storage node is located. +nodeId = 1384936.622763_5858294.068231 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 748.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 751.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403840.730621_5857769.626172 # Unique id of the storage node. +id = 1384984.637113_5858280.272530 # Unique id of the storage node. name = manhole_491_generated # Long name in the user interface. manholeId = manhole_491_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403840.730621_5857769.626172 # Connection node on which the storage node is located. +nodeId = 1384984.637113_5858280.272530 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 748.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 751.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403844.056846_5857819.444052 # Unique id of the storage node. +id = 1385032.633651_5858266.414711 # Unique id of the storage node. name = manhole_492_generated # Long name in the user interface. manholeId = manhole_492_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403844.056846_5857819.444052 # Connection node on which the storage node is located. +nodeId = 1385032.633651_5858266.414711 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 740.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 743.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403849.071859_5857869.149221 # Unique id of the storage node. +id = 1385081.886840_5858258.136645 # Unique id of the storage node. name = manhole_493_generated # Long name in the user interface. manholeId = manhole_493_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403849.071859_5857869.149221 # Connection node on which the storage node is located. +nodeId = 1385081.886840_5858258.136645 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 740.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 743.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403857.272360_5857918.272817 # Unique id of the storage node. +id = 1385131.310464_5858263.211211 # Unique id of the storage node. name = manhole_494_generated # Long name in the user interface. manholeId = manhole_494_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403857.272360_5857918.272817 # Connection node on which the storage node is located. +nodeId = 1385131.310464_5858263.211211 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 744.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 747.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403870.144764_5857966.543465 # Unique id of the storage node. +id = 1385177.729395_5858281.168494 # Unique id of the storage node. name = manhole_495_generated # Long name in the user interface. manholeId = manhole_495_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403870.144764_5857966.543465 # Connection node on which the storage node is located. +nodeId = 1385177.729395_5858281.168494 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 753.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 756.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403888.167648_5858012.942290 # Unique id of the storage node. +id = 1385219.956519_5858307.842426 # Unique id of the storage node. name = manhole_496_generated # Long name in the user interface. manholeId = manhole_496_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403888.167648_5858012.942290 # Connection node on which the storage node is located. +nodeId = 1385219.956519_5858307.842426 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 755.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 758.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403909.291156_5858058.214264 # Unique id of the storage node. +id = 1385261.864507_5858335.034840 # Unique id of the storage node. name = manhole_497_generated # Long name in the user interface. manholeId = manhole_497_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403909.291156_5858058.214264 # Connection node on which the storage node is located. +nodeId = 1385261.864507_5858335.034840 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 755.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 758.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403930.415136_5858103.486017 # Unique id of the storage node. +id = 1385305.658712_5858358.964501 # Unique id of the storage node. name = manhole_498_generated # Long name in the user interface. manholeId = manhole_498_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403930.415136_5858103.486017 # Connection node on which the storage node is located. +nodeId = 1385305.658712_5858358.964501 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 753.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 756.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403940.640495_5858152.001027 # Unique id of the storage node. +id = 1385350.136276_5858381.712098 # Unique id of the storage node. name = manhole_499_generated # Long name in the user interface. manholeId = manhole_499_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403940.640495_5858152.001027 # Connection node on which the storage node is located. +nodeId = 1385350.136276_5858381.712098 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 753.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 756.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403950.174207_5858201.038035 # Unique id of the storage node. +id = 1385394.617425_5858404.452682 # Unique id of the storage node. name = manhole_500_generated # Long name in the user interface. manholeId = manhole_500_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403950.174207_5858201.038035 # Connection node on which the storage node is located. +nodeId = 1385394.617425_5858404.452682 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 747.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 750.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403958.124072_5858250.354669 # Unique id of the storage node. +id = 1385439.245916_5858426.901899 # Unique id of the storage node. name = manhole_501_generated # Long name in the user interface. manholeId = manhole_501_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403958.124072_5858250.354669 # Connection node on which the storage node is located. +nodeId = 1385439.245916_5858426.901899 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 757.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 760.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403965.828937_5858299.714463 # Unique id of the storage node. +id = 1385483.926140_5858449.248809 # Unique id of the storage node. name = manhole_502_generated # Long name in the user interface. manholeId = manhole_502_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403965.828937_5858299.714463 # Connection node on which the storage node is located. +nodeId = 1385483.926140_5858449.248809 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 751.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 754.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403970.726305_5858348.956120 # Unique id of the storage node. +id = 1385525.860647_5858475.863234 # Unique id of the storage node. name = manhole_503_generated # Long name in the user interface. manholeId = manhole_503_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403970.726305_5858348.956120 # Connection node on which the storage node is located. +nodeId = 1385525.860647_5858475.863234 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 751.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 754.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403958.901981_5858397.494142 # Unique id of the storage node. +id = 1385553.357332_5858517.404888 # Unique id of the storage node. name = manhole_504_generated # Long name in the user interface. manholeId = manhole_504_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403958.901981_5858397.494142 # Connection node on which the storage node is located. +nodeId = 1385553.357332_5858517.404888 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 751.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 754.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403952.787715_5858446.859566 # Unique id of the storage node. +id = 1385579.617479_5858559.686365 # Unique id of the storage node. name = manhole_505_generated # Long name in the user interface. manholeId = manhole_505_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403952.787715_5858446.859566 # Connection node on which the storage node is located. +nodeId = 1385579.617479_5858559.686365 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 748.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 751.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1403976.849110_5858487.767360 # Unique id of the storage node. +id = 1385621.905694_5858585.068031 # Unique id of the storage node. name = manhole_506_generated # Long name in the user interface. manholeId = manhole_506_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403976.849110_5858487.767360 # Connection node on which the storage node is located. +nodeId = 1385621.905694_5858585.068031 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 748.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 751.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404020.768328_5858511.576110 # Unique id of the storage node. +id = 1385664.027274_5858611.351027 # Unique id of the storage node. name = manhole_507_generated # Long name in the user interface. manholeId = manhole_507_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404020.768328_5858511.576110 # Connection node on which the storage node is located. +nodeId = 1385664.027274_5858611.351027 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 747.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 750.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404061.774513_5858539.288351 # Unique id of the storage node. +id = 1385700.387206_5858645.507955 # Unique id of the storage node. name = manhole_508_generated # Long name in the user interface. manholeId = manhole_508_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404061.774513_5858539.288351 # Connection node on which the storage node is located. +nodeId = 1385700.387206_5858645.507955 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 747.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 750.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404097.097980_5858574.615492 # Unique id of the storage node. +id = 1385734.601841_5858681.909405 # Unique id of the storage node. name = manhole_509_generated # Long name in the user interface. manholeId = manhole_509_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404097.097980_5858574.615492 # Connection node on which the storage node is located. +nodeId = 1385734.601841_5858681.909405 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 747.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 750.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404141.391670_5858595.430609 # Unique id of the storage node. +id = 1385768.816477_5858718.310854 # Unique id of the storage node. name = manhole_510_generated # Long name in the user interface. manholeId = manhole_510_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404141.391670_5858595.430609 # Connection node on which the storage node is located. +nodeId = 1385768.816477_5858718.310854 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 752.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 755.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404190.283622_5858597.461960 # Unique id of the storage node. +id = 1385802.200312_5858755.447310 # Unique id of the storage node. name = manhole_511_generated # Long name in the user interface. manholeId = manhole_511_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404190.283622_5858597.461960 # Connection node on which the storage node is located. +nodeId = 1385802.200312_5858755.447310 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 752.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 755.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404239.962953_5858594.285238 # Unique id of the storage node. +id = 1385834.159462_5858793.844179 # Unique id of the storage node. name = manhole_512_generated # Long name in the user interface. manholeId = manhole_512_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404239.962953_5858594.285238 # Connection node on which the storage node is located. +nodeId = 1385834.159462_5858793.844179 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 752.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 755.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404289.627840_5858599.684602 # Unique id of the storage node. +id = 1385352.471788_5858398.702550 # Unique id of the storage node. name = manhole_513_generated # Long name in the user interface. manholeId = manhole_513_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404289.627840_5858599.684602 # Connection node on which the storage node is located. +nodeId = 1385352.471788_5858398.702550 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 753.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 756.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404338.755046_5858608.047380 # Unique id of the storage node. +id = 1385323.609450_5858430.098599 # Unique id of the storage node. name = manhole_514_generated # Long name in the user interface. manholeId = manhole_514_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404338.755046_5858608.047380 # Connection node on which the storage node is located. +nodeId = 1385323.609450_5858430.098599 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 762.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 765.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404387.151045_5858620.440180 # Unique id of the storage node. +id = 1385286.388776_5858419.306092 # Unique id of the storage node. name = manhole_515_generated # Long name in the user interface. manholeId = manhole_515_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404387.151045_5858620.440180 # Connection node on which the storage node is located. +nodeId = 1385286.388776_5858419.306092 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 762.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 765.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404403.197638_5858662.521792 # Unique id of the storage node. +id = 1385252.458743_5858394.201655 # Unique id of the storage node. name = manhole_516_generated # Long name in the user interface. manholeId = manhole_516_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404403.197638_5858662.521792 # Connection node on which the storage node is located. +nodeId = 1385252.458743_5858394.201655 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 755.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 758.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404411.132263_5858711.845064 # Unique id of the storage node. +id = 1385217.536378_5858369.723605 # Unique id of the storage node. name = manhole_517_generated # Long name in the user interface. manholeId = manhole_517_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404411.132263_5858711.845064 # Connection node on which the storage node is located. +nodeId = 1385217.536378_5858369.723605 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 755.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 758.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404441.012970_5858748.901123 # Unique id of the storage node. +id = 1385177.877520_5858363.975667 # Unique id of the storage node. name = manhole_518_generated # Long name in the user interface. manholeId = manhole_518_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404441.012970_5858748.901123 # Connection node on which the storage node is located. +nodeId = 1385177.877520_5858363.975667 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 753.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 756.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404488.142750_5858745.263412 # Unique id of the storage node. +id = 1384748.107252_5858475.465394 # Unique id of the storage node. name = manhole_519_generated # Long name in the user interface. manholeId = manhole_519_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404488.142750_5858745.263412 # Connection node on which the storage node is located. +nodeId = 1384748.107252_5858475.465394 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 810.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 813.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404530.903242_5858719.940871 # Unique id of the storage node. +id = 1384773.662756_5858482.028829 # Unique id of the storage node. name = manhole_520_generated # Long name in the user interface. manholeId = manhole_520_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404530.903242_5858719.940871 # Connection node on which the storage node is located. +nodeId = 1384773.662756_5858482.028829 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 810.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 813.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404579.400073_5858707.948724 # Unique id of the storage node. +id = 1384799.218260_5858488.592263 # Unique id of the storage node. name = manhole_521_generated # Long name in the user interface. manholeId = manhole_521_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404579.400073_5858707.948724 # Connection node on which the storage node is located. +nodeId = 1384799.218260_5858488.592263 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 810.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 813.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404626.994731_5858693.405533 # Unique id of the storage node. +id = 1385831.554475_5858837.476551 # Unique id of the storage node. name = manhole_522_generated # Long name in the user interface. manholeId = manhole_522_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404626.994731_5858693.405533 # Connection node on which the storage node is located. +nodeId = 1385831.554475_5858837.476551 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404672.248451_5858672.242948 # Unique id of the storage node. +id = 1385834.933234_5858795.367518 # Unique id of the storage node. name = manhole_523_generated # Long name in the user interface. manholeId = manhole_523_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404672.248451_5858672.242948 # Connection node on which the storage node is located. +nodeId = 1385834.933234_5858795.367518 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 748.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 751.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404711.854853_5858687.083371 # Unique id of the storage node. +id = 1385855.640896_5858836.135080 # Unique id of the storage node. name = manhole_524_generated # Long name in the user interface. manholeId = manhole_524_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404711.854853_5858687.083371 # Connection node on which the storage node is located. +nodeId = 1385855.640896_5858836.135080 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 756.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 759.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404716.779431_5858735.748253 # Unique id of the storage node. +id = 1385425.871742_5858809.522039 # Unique id of the storage node. name = manhole_525_generated # Long name in the user interface. manholeId = manhole_525_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404716.779431_5858735.748253 # Connection node on which the storage node is located. +nodeId = 1385425.871742_5858809.522039 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 783.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 786.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404718.961789_5858785.657965 # Unique id of the storage node. +id = 1385446.216240_5858844.397749 # Unique id of the storage node. name = manhole_526_generated # Long name in the user interface. manholeId = manhole_526_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404718.961789_5858785.657965 # Connection node on which the storage node is located. +nodeId = 1385446.216240_5858844.397749 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 788.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 791.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404720.935365_5858835.576490 # Unique id of the storage node. +id = 1385453.998638_5858886.437654 # Unique id of the storage node. name = manhole_527_generated # Long name in the user interface. manholeId = manhole_527_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404720.935365_5858835.576490 # Connection node on which the storage node is located. +nodeId = 1385453.998638_5858886.437654 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 788.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 791.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404730.923922_5858884.317339 # Unique id of the storage node. +id = 1385472.218053_5858925.273073 # Unique id of the storage node. name = manhole_528_generated # Long name in the user interface. manholeId = manhole_528_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404730.923922_5858884.317339 # Connection node on which the storage node is located. +nodeId = 1385472.218053_5858925.273073 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 780.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 783.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404743.393242_5858932.693679 # Unique id of the storage node. +id = 1385861.372514_5858893.832569 # Unique id of the storage node. name = manhole_529_generated # Long name in the user interface. manholeId = manhole_529_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404743.393242_5858932.693679 # Connection node on which the storage node is located. +nodeId = 1385861.372514_5858893.832569 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 756.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 759.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404755.742805_5858981.100701 # Unique id of the storage node. +id = 1385844.630084_5858865.848266 # Unique id of the storage node. name = manhole_530_generated # Long name in the user interface. manholeId = manhole_530_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404755.742805_5858981.100701 # Connection node on which the storage node is located. +nodeId = 1385844.630084_5858865.848266 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 756.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 759.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404768.070923_5859029.513217 # Unique id of the storage node. +id = 1387137.223009_5858981.723107 # Unique id of the storage node. name = manhole_531_generated # Long name in the user interface. manholeId = manhole_531_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404768.070923_5859029.513217 # Connection node on which the storage node is located. +nodeId = 1387137.223009_5858981.723107 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 766.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 769.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404780.399041_5859077.925733 # Unique id of the storage node. +id = 1387148.048593_5859026.366798 # Unique id of the storage node. name = manhole_532_generated # Long name in the user interface. manholeId = manhole_532_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404780.399041_5859077.925733 # Connection node on which the storage node is located. +nodeId = 1387148.048593_5859026.366798 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 766.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 769.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404800.443037_5859123.316677 # Unique id of the storage node. +id = 1387119.959376_5859056.934599 # Unique id of the storage node. name = manhole_533_generated # Long name in the user interface. manholeId = manhole_533_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404800.443037_5859123.316677 # Connection node on which the storage node is located. +nodeId = 1387119.959376_5859056.934599 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404824.268818_5859167.226657 # Unique id of the storage node. +id = 1387074.832296_5859065.301006 # Unique id of the storage node. name = manhole_534_generated # Long name in the user interface. manholeId = manhole_534_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404824.268818_5859167.226657 # Connection node on which the storage node is located. +nodeId = 1387074.832296_5859065.301006 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404848.094599_5859211.136637 # Unique id of the storage node. +id = 1387030.356415_5859076.861371 # Unique id of the storage node. name = manhole_535_generated # Long name in the user interface. manholeId = manhole_535_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404848.094599_5859211.136637 # Connection node on which the storage node is located. +nodeId = 1387030.356415_5859076.861371 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 752.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 755.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404881.861279_5859247.625394 # Unique id of the storage node. +id = 1386986.427999_5859090.309648 # Unique id of the storage node. name = manhole_536_generated # Long name in the user interface. manholeId = manhole_536_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404881.861279_5859247.625394 # Connection node on which the storage node is located. +nodeId = 1386986.427999_5859090.309648 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 769.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 772.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404908.344005_5859289.700442 # Unique id of the storage node. +id = 1386945.966695_5859111.788387 # Unique id of the storage node. name = manhole_537_generated # Long name in the user interface. manholeId = manhole_537_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404908.344005_5859289.700442 # Connection node on which the storage node is located. +nodeId = 1386945.966695_5859111.788387 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 758.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 761.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404918.333510_5859338.463834 # Unique id of the storage node. +id = 1386905.771024_5859134.105929 # Unique id of the storage node. name = manhole_538_generated # Long name in the user interface. manholeId = manhole_538_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404918.333510_5859338.463834 # Connection node on which the storage node is located. +nodeId = 1386905.771024_5859134.105929 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 758.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 761.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404908.809389_5859386.729065 # Unique id of the storage node. +id = 1386871.537448_5859162.609671 # Unique id of the storage node. name = manhole_539_generated # Long name in the user interface. manholeId = manhole_539_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404908.809389_5859386.729065 # Connection node on which the storage node is located. +nodeId = 1386871.537448_5859162.609671 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 758.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 761.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404896.410884_5859434.875555 # Unique id of the storage node. +id = 1386921.106019_5859163.103915 # Unique id of the storage node. name = manhole_540_generated # Long name in the user interface. manholeId = manhole_540_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404896.410884_5859434.875555 # Connection node on which the storage node is located. +nodeId = 1386921.106019_5859163.103915 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 758.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 761.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404906.999161_5859482.597524 # Unique id of the storage node. +id = 1386970.627896_5859161.624509 # Unique id of the storage node. name = manhole_541_generated # Long name in the user interface. manholeId = manhole_541_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404906.999161_5859482.597524 # Connection node on which the storage node is located. +nodeId = 1386970.627896_5859161.624509 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 769.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 772.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404924.055505_5859529.553198 # Unique id of the storage node. +id = 1387019.993600_5859157.412991 # Unique id of the storage node. name = manhole_542_generated # Long name in the user interface. manholeId = manhole_542_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404924.055505_5859529.553198 # Connection node on which the storage node is located. +nodeId = 1387019.993600_5859157.412991 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 769.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 772.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404942.388258_5859575.919236 # Unique id of the storage node. +id = 1387069.191226_5859151.340004 # Unique id of the storage node. name = manhole_543_generated # Long name in the user interface. manholeId = manhole_543_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404942.388258_5859575.919236 # Connection node on which the storage node is located. +nodeId = 1387069.191226_5859151.340004 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 778.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 781.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404971.523327_5859615.984446 # Unique id of the storage node. +id = 1387118.547864_5859146.828393 # Unique id of the storage node. name = manhole_544_generated # Long name in the user interface. manholeId = manhole_544_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404971.523327_5859615.984446 # Connection node on which the storage node is located. +nodeId = 1387118.547864_5859146.828393 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 778.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 781.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405002.812108_5859654.473821 # Unique id of the storage node. +id = 1387167.916039_5859151.025294 # Unique id of the storage node. name = manhole_545_generated # Long name in the user interface. manholeId = manhole_545_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405002.812108_5859654.473821 # Connection node on which the storage node is located. +nodeId = 1387167.916039_5859151.025294 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 783.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 786.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405013.344656_5859702.336904 # Unique id of the storage node. +id = 1387217.282605_5859155.523035 # Unique id of the storage node. name = manhole_546_generated # Long name in the user interface. manholeId = manhole_546_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405013.344656_5859702.336904 # Connection node on which the storage node is located. +nodeId = 1387217.282605_5859155.523035 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 783.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 786.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404996.677718_5859748.143402 # Unique id of the storage node. +id = 1387266.649171_5859160.020775 # Unique id of the storage node. name = manhole_547_generated # Long name in the user interface. manholeId = manhole_547_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404996.677718_5859748.143402 # Connection node on which the storage node is located. +nodeId = 1387266.649171_5859160.020775 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 784.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 787.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1404984.694301_5859793.229968 # Unique id of the storage node. +id = 1387315.831188_5859165.716173 # Unique id of the storage node. name = manhole_548_generated # Long name in the user interface. manholeId = manhole_548_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404984.694301_5859793.229968 # Connection node on which the storage node is located. +nodeId = 1387315.831188_5859165.716173 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 784.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 787.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405023.226901_5859822.084885 # Unique id of the storage node. +id = 1387364.261765_5859176.288154 # Unique id of the storage node. name = manhole_549_generated # Long name in the user interface. manholeId = manhole_549_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405023.226901_5859822.084885 # Connection node on which the storage node is located. +nodeId = 1387364.261765_5859176.288154 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 787.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 790.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405056.793341_5859855.163771 # Unique id of the storage node. +id = 1387411.186260_5859192.118345 # Unique id of the storage node. name = manhole_550_generated # Long name in the user interface. manholeId = manhole_550_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405056.793341_5859855.163771 # Connection node on which the storage node is located. +nodeId = 1387411.186260_5859192.118345 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 787.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 790.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405081.470628_5859897.341331 # Unique id of the storage node. +id = 1387455.544593_5859213.906052 # Unique id of the storage node. name = manhole_551_generated # Long name in the user interface. manholeId = manhole_551_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405081.470628_5859897.341331 # Connection node on which the storage node is located. +nodeId = 1387455.544593_5859213.906052 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 786.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 789.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405122.613111_5859923.495923 # Unique id of the storage node. +id = 1387490.610425_5859248.941349 # Unique id of the storage node. name = manhole_552_generated # Long name in the user interface. manholeId = manhole_552_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405122.613111_5859923.495923 # Connection node on which the storage node is located. +nodeId = 1387490.610425_5859248.941349 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 814.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 817.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405162.373615_5859949.123489 # Unique id of the storage node. +id = 1387525.979066_5859283.669168 # Unique id of the storage node. name = manhole_553_generated # Long name in the user interface. manholeId = manhole_553_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405162.373615_5859949.123489 # Connection node on which the storage node is located. +nodeId = 1387525.979066_5859283.669168 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 815.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 818.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405188.468534_5859989.357394 # Unique id of the storage node. +id = 1387563.532417_5859316.027063 # Unique id of the storage node. name = manhole_554_generated # Long name in the user interface. manholeId = manhole_554_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405188.468534_5859989.357394 # Connection node on which the storage node is located. +nodeId = 1387563.532417_5859316.027063 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 815.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 818.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405232.582390_5860012.803542 # Unique id of the storage node. +id = 1387601.085768_5859348.384957 # Unique id of the storage node. name = manhole_555_generated # Long name in the user interface. manholeId = manhole_555_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405232.582390_5860012.803542 # Connection node on which the storage node is located. +nodeId = 1387601.085768_5859348.384957 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 799.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 802.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405276.696247_5860036.249691 # Unique id of the storage node. +id = 1387638.639119_5859380.742852 # Unique id of the storage node. name = manhole_556_generated # Long name in the user interface. manholeId = manhole_556_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405276.696247_5860036.249691 # Connection node on which the storage node is located. +nodeId = 1387638.639119_5859380.742852 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 834.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 837.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405321.863953_5860057.407827 # Unique id of the storage node. +id = 1387676.192471_5859413.100746 # Unique id of the storage node. name = manhole_557_generated # Long name in the user interface. manholeId = manhole_557_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405321.863953_5860057.407827 # Connection node on which the storage node is located. +nodeId = 1387676.192471_5859413.100746 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 834.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 837.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405370.578819_5860067.666076 # Unique id of the storage node. +id = 1387713.745822_5859445.458641 # Unique id of the storage node. name = manhole_558_generated # Long name in the user interface. manholeId = manhole_558_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405370.578819_5860067.666076 # Connection node on which the storage node is located. +nodeId = 1387713.745822_5859445.458641 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 825.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 828.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405419.720109_5860075.768040 # Unique id of the storage node. +id = 1387750.394378_5859478.825171 # Unique id of the storage node. name = manhole_559_generated # Long name in the user interface. manholeId = manhole_559_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405419.720109_5860075.768040 # Connection node on which the storage node is located. +nodeId = 1387750.394378_5859478.825171 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 825.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 828.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405466.303344_5860093.737168 # Unique id of the storage node. +id = 1387786.626277_5859512.656178 # Unique id of the storage node. name = manhole_560_generated # Long name in the user interface. manholeId = manhole_560_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405466.303344_5860093.737168 # Connection node on which the storage node is located. +nodeId = 1387786.626277_5859512.656178 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 851.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 854.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405512.338999_5860113.140069 # Unique id of the storage node. +id = 1387822.858176_5859546.487185 # Unique id of the storage node. name = manhole_561_generated # Long name in the user interface. manholeId = manhole_561_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405512.338999_5860113.140069 # Connection node on which the storage node is located. +nodeId = 1387822.858176_5859546.487185 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 851.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 854.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405559.341968_5860129.632758 # Unique id of the storage node. +id = 1387850.662340_5859586.980696 # Unique id of the storage node. name = manhole_562_generated # Long name in the user interface. manholeId = manhole_562_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405559.341968_5860129.632758 # Connection node on which the storage node is located. +nodeId = 1387850.662340_5859586.980696 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 851.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 854.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405608.203827_5860137.958862 # Unique id of the storage node. +id = 1387868.193222_5859633.330901 # Unique id of the storage node. name = manhole_563_generated # Long name in the user interface. manholeId = manhole_563_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405608.203827_5860137.958862 # Connection node on which the storage node is located. +nodeId = 1387868.193222_5859633.330901 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 888.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 891.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405658.116227_5860135.836004 # Unique id of the storage node. +id = 1387885.535610_5859679.769345 # Unique id of the storage node. name = manhole_564_generated # Long name in the user interface. manholeId = manhole_564_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405658.116227_5860135.836004 # Connection node on which the storage node is located. +nodeId = 1387885.535610_5859679.769345 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 873.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 876.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405708.028627_5860133.713145 # Unique id of the storage node. +id = 1387902.854486_5859726.216553 # Unique id of the storage node. name = manhole_565_generated # Long name in the user interface. manholeId = manhole_565_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405708.028627_5860133.713145 # Connection node on which the storage node is located. +nodeId = 1387902.854486_5859726.216553 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 873.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 876.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405757.905966_5860133.247365 # Unique id of the storage node. +id = 1387920.137465_5859772.677140 # Unique id of the storage node. name = manhole_566_generated # Long name in the user interface. manholeId = manhole_566_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405757.905966_5860133.247365 # Connection node on which the storage node is located. +nodeId = 1387920.137465_5859772.677140 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 895.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 898.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405807.683907_5860137.479482 # Unique id of the storage node. +id = 1387937.420445_5859819.137726 # Unique id of the storage node. name = manhole_567_generated # Long name in the user interface. manholeId = manhole_567_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405807.683907_5860137.479482 # Connection node on which the storage node is located. +nodeId = 1387937.420445_5859819.137726 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 895.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 898.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405857.461847_5860141.711599 # Unique id of the storage node. +id = 1387948.863531_5859867.082766 # Unique id of the storage node. name = manhole_568_generated # Long name in the user interface. manholeId = manhole_568_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405857.461847_5860141.711599 # Connection node on which the storage node is located. +nodeId = 1387948.863531_5859867.082766 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 895.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 898.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405907.262429_5860144.934318 # Unique id of the storage node. +id = 1387950.013254_5859916.565450 # Unique id of the storage node. name = manhole_569_generated # Long name in the user interface. manholeId = manhole_569_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405907.262429_5860144.934318 # Connection node on which the storage node is located. +nodeId = 1387950.013254_5859916.565450 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 915.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 918.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405953.690323_5860129.322935 # Unique id of the storage node. +id = 1387947.430783_5859966.047936 # Unique id of the storage node. name = manhole_570_generated # Long name in the user interface. manholeId = manhole_570_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405953.690323_5860129.322935 # Connection node on which the storage node is located. +nodeId = 1387947.430783_5859966.047936 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 915.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 918.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405999.212725_5860109.247018 # Unique id of the storage node. +id = 1387943.997958_5860015.499966 # Unique id of the storage node. name = manhole_571_generated # Long name in the user interface. manholeId = manhole_571_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405999.212725_5860109.247018 # Connection node on which the storage node is located. +nodeId = 1387943.997958_5860015.499966 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 915.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 918.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1406043.799455_5860123.282242 # Unique id of the storage node. +id = 1387940.565134_5860064.951996 # Unique id of the storage node. name = manhole_572_generated # Long name in the user interface. manholeId = manhole_572_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406043.799455_5860123.282242 # Connection node on which the storage node is located. +nodeId = 1387940.565134_5860064.951996 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 945.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 948.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1406045.837932_5860170.317890 # Unique id of the storage node. +id = 1387945.371778_5860113.959105 # Unique id of the storage node. name = manhole_573_generated # Long name in the user interface. manholeId = manhole_573_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406045.837932_5860170.317890 # Connection node on which the storage node is located. +nodeId = 1387945.371778_5860113.959105 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 945.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 948.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1406009.823361_5860204.510281 # Unique id of the storage node. +id = 1387964.117816_5860159.736532 # Unique id of the storage node. name = manhole_574_generated # Long name in the user interface. manholeId = manhole_574_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406009.823361_5860204.510281 # Connection node on which the storage node is located. +nodeId = 1387964.117816_5860159.736532 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 945.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 948.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405961.920197_5860215.702762 # Unique id of the storage node. +id = 1387984.093858_5860205.104421 # Unique id of the storage node. name = manhole_575_generated # Long name in the user interface. manholeId = manhole_575_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405961.920197_5860215.702762 # Connection node on which the storage node is located. +nodeId = 1387984.093858_5860205.104421 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 937.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 940.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405911.967586_5860216.403366 # Unique id of the storage node. +id = 1388004.069899_5860250.472309 # Unique id of the storage node. name = manhole_576_generated # Long name in the user interface. manholeId = manhole_576_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405911.967586_5860216.403366 # Connection node on which the storage node is located. +nodeId = 1388004.069899_5860250.472309 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 937.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 940.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405862.228186_5860219.830507 # Unique id of the storage node. +id = 1388027.686926_5860293.896034 # Unique id of the storage node. name = manhole_577_generated # Long name in the user interface. manholeId = manhole_577_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405862.228186_5860219.830507 # Connection node on which the storage node is located. +nodeId = 1388027.686926_5860293.896034 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 937.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 940.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405815.441845_5860236.660729 # Unique id of the storage node. +id = 1388060.096316_5860331.348726 # Unique id of the storage node. name = manhole_578_generated # Long name in the user interface. manholeId = manhole_578_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405815.441845_5860236.660729 # Connection node on which the storage node is located. +nodeId = 1388060.096316_5860331.348726 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 968.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 971.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405769.269175_5860255.735287 # Unique id of the storage node. +id = 1388092.967689_5860368.453448 # Unique id of the storage node. name = manhole_579_generated # Long name in the user interface. manholeId = manhole_579_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405769.269175_5860255.735287 # Connection node on which the storage node is located. +nodeId = 1388092.967689_5860368.453448 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 932.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 935.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405723.529976_5860275.536393 # Unique id of the storage node. +id = 1388119.020827_5860410.510252 # Unique id of the storage node. name = manhole_580_generated # Long name in the user interface. manholeId = manhole_580_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405723.529976_5860275.536393 # Connection node on which the storage node is located. +nodeId = 1388119.020827_5860410.510252 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 932.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 935.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405684.813377_5860307.108203 # Unique id of the storage node. +id = 1388143.407623_5860453.667774 # Unique id of the storage node. name = manhole_581_generated # Long name in the user interface. manholeId = manhole_581_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405684.813377_5860307.108203 # Connection node on which the storage node is located. +nodeId = 1388143.407623_5860453.667774 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 946.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 949.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405646.096778_5860338.680013 # Unique id of the storage node. +id = 1388167.794418_5860496.825296 # Unique id of the storage node. name = manhole_582_generated # Long name in the user interface. manholeId = manhole_582_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405646.096778_5860338.680013 # Connection node on which the storage node is located. +nodeId = 1388167.794418_5860496.825296 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 921.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 924.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405616.615606_5860378.420107 # Unique id of the storage node. +id = 1388187.411865_5860542.097805 # Unique id of the storage node. name = manhole_583_generated # Long name in the user interface. manholeId = manhole_583_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405616.615606_5860378.420107 # Connection node on which the storage node is located. +nodeId = 1388187.411865_5860542.097805 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 921.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 924.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405591.204066_5860421.431824 # Unique id of the storage node. +id = 1388193.385166_5860591.251542 # Unique id of the storage node. name = manhole_584_generated # Long name in the user interface. manholeId = manhole_584_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405591.204066_5860421.431824 # Connection node on which the storage node is located. +nodeId = 1388193.385166_5860591.251542 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 939.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 942.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405565.792526_5860464.443542 # Unique id of the storage node. +id = 1388198.812296_5860640.524595 # Unique id of the storage node. name = manhole_585_generated # Long name in the user interface. manholeId = manhole_585_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405565.792526_5860464.443542 # Connection node on which the storage node is located. +nodeId = 1388198.812296_5860640.524595 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 939.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 942.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405558.167357_5860510.242870 # Unique id of the storage node. +id = 1388204.239426_5860689.797649 # Unique id of the storage node. name = manhole_586_generated # Long name in the user interface. manholeId = manhole_586_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405558.167357_5860510.242870 # Connection node on which the storage node is located. +nodeId = 1388204.239426_5860689.797649 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 939.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 942.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1405600.872680_5860534.232742 # Unique id of the storage node. +id = 1388184.484932_5860730.700382 # Unique id of the storage node. name = manhole_587_generated # Long name in the user interface. manholeId = manhole_587_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405600.872680_5860534.232742 # Connection node on which the storage node is located. +nodeId = 1388184.484932_5860730.700382 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 952.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 955.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423659.595811_5847415.113979 # Unique id of the storage node. +id = 1388159.550175_5860759.392760 # Unique id of the storage node. name = manhole_588_generated # Long name in the user interface. manholeId = manhole_588_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423659.595811_5847415.113979 # Connection node on which the storage node is located. +nodeId = 1388159.550175_5860759.392760 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 952.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 955.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423614.621119_5847436.960020 # Unique id of the storage node. +id = 1388171.988545_5860807.377909 # Unique id of the storage node. name = manhole_589_generated # Long name in the user interface. manholeId = manhole_589_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423614.621119_5847436.960020 # Connection node on which the storage node is located. +nodeId = 1388171.988545_5860807.377909 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 952.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 955.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423569.859693_5847459.238196 # Unique id of the storage node. +id = 1388215.013826_5860825.214943 # Unique id of the storage node. name = manhole_590_generated # Long name in the user interface. manholeId = manhole_590_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423569.859693_5847459.238196 # Connection node on which the storage node is located. +nodeId = 1388215.013826_5860825.214943 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 952.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 955.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423523.573864_5847466.209217 # Unique id of the storage node. +id = 1388264.397385_5860829.298033 # Unique id of the storage node. name = manhole_591_generated # Long name in the user interface. manholeId = manhole_591_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423523.573864_5847466.209217 # Connection node on which the storage node is located. +nodeId = 1388264.397385_5860829.298033 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 938.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 941.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423477.948408_5847447.361811 # Unique id of the storage node. +id = 1388313.062300_5860837.304879 # Unique id of the storage node. name = manhole_592_generated # Long name in the user interface. manholeId = manhole_592_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423477.948408_5847447.361811 # Connection node on which the storage node is located. +nodeId = 1388313.062300_5860837.304879 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 938.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 941.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423444.939789_5847410.429524 # Unique id of the storage node. +id = 1388360.993895_5860849.948046 # Unique id of the storage node. name = manhole_593_generated # Long name in the user interface. manholeId = manhole_593_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423444.939789_5847410.429524 # Connection node on which the storage node is located. +nodeId = 1388360.993895_5860849.948046 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 934.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 937.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423424.078746_5847365.203388 # Unique id of the storage node. +id = 1388408.925491_5860862.591213 # Unique id of the storage node. name = manhole_594_generated # Long name in the user interface. manholeId = manhole_594_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423424.078746_5847365.203388 # Connection node on which the storage node is located. +nodeId = 1388408.925491_5860862.591213 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 934.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 937.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423411.037495_5847317.009962 # Unique id of the storage node. +id = 1388458.220990_5860866.957202 # Unique id of the storage node. name = manhole_595_generated # Long name in the user interface. manholeId = manhole_595_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423411.037495_5847317.009962 # Connection node on which the storage node is located. +nodeId = 1388458.220990_5860866.957202 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 934.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 937.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423401.757721_5847267.893674 # Unique id of the storage node. +id = 1388507.336333_5860873.218385 # Unique id of the storage node. name = manhole_596_generated # Long name in the user interface. manholeId = manhole_596_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423401.757721_5847267.893674 # Connection node on which the storage node is located. +nodeId = 1388507.336333_5860873.218385 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 934.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 937.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423393.129245_5847218.644092 # Unique id of the storage node. +id = 1388556.215695_5860881.470384 # Unique id of the storage node. name = manhole_597_generated # Long name in the user interface. manholeId = manhole_597_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423393.129245_5847218.644092 # Connection node on which the storage node is located. +nodeId = 1388556.215695_5860881.470384 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 938.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 941.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423399.918824_5847170.502730 # Unique id of the storage node. +id = 1388604.556662_5860892.361969 # Unique id of the storage node. name = manhole_598_generated # Long name in the user interface. manholeId = manhole_598_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423399.918824_5847170.502730 # Connection node on which the storage node is located. +nodeId = 1388604.556662_5860892.361969 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 938.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 941.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423437.366586_5847140.671960 # Unique id of the storage node. +id = 1388653.599403_5860897.157898 # Unique id of the storage node. name = manhole_599_generated # Long name in the user interface. manholeId = manhole_599_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423437.366586_5847140.671960 # Connection node on which the storage node is located. +nodeId = 1388653.599403_5860897.157898 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 940.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 943.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423478.530574_5847114.469272 # Unique id of the storage node. +id = 1388700.080393_5860881.090511 # Unique id of the storage node. name = manhole_600_generated # Long name in the user interface. manholeId = manhole_600_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423478.530574_5847114.469272 # Connection node on which the storage node is located. +nodeId = 1388700.080393_5860881.090511 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 940.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 943.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423510.399904_5847075.942422 # Unique id of the storage node. +id = 1388732.687004_5860844.794781 # Unique id of the storage node. name = manhole_601_generated # Long name in the user interface. manholeId = manhole_601_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423510.399904_5847075.942422 # Connection node on which the storage node is located. +nodeId = 1388732.687004_5860844.794781 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 943.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 946.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423542.015440_5847037.207261 # Unique id of the storage node. +id = 1388755.953327_5860801.023036 # Unique id of the storage node. name = manhole_602_generated # Long name in the user interface. manholeId = manhole_602_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423542.015440_5847037.207261 # Connection node on which the storage node is located. +nodeId = 1388755.953327_5860801.023036 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 949.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 952.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423559.693262_5846992.876940 # Unique id of the storage node. +id = 1388778.233699_5860756.840240 # Unique id of the storage node. name = manhole_603_generated # Long name in the user interface. manholeId = manhole_603_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423559.693262_5846992.876940 # Connection node on which the storage node is located. +nodeId = 1388778.233699_5860756.840240 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 949.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 952.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423525.189216_5846957.968996 # Unique id of the storage node. +id = 1388792.950794_5860709.504264 # Unique id of the storage node. name = manhole_604_generated # Long name in the user interface. manholeId = manhole_604_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423525.189216_5846957.968996 # Connection node on which the storage node is located. +nodeId = 1388792.950794_5860709.504264 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 949.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 952.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423481.410416_5846934.232216 # Unique id of the storage node. +id = 1388807.667889_5860662.168288 # Unique id of the storage node. name = manhole_605_generated # Long name in the user interface. manholeId = manhole_605_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423481.410416_5846934.232216 # Connection node on which the storage node is located. +nodeId = 1388807.667889_5860662.168288 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 950.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 953.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423433.532833_5846922.689220 # Unique id of the storage node. +id = 1388819.224423_5860613.968191 # Unique id of the storage node. name = manhole_606_generated # Long name in the user interface. manholeId = manhole_606_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423433.532833_5846922.689220 # Connection node on which the storage node is located. +nodeId = 1388819.224423_5860613.968191 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 950.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 953.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423383.701957_5846926.794839 # Unique id of the storage node. +id = 1388830.638255_5860565.729079 # Unique id of the storage node. name = manhole_607_generated # Long name in the user interface. manholeId = manhole_607_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423383.701957_5846926.794839 # Connection node on which the storage node is located. +nodeId = 1388830.638255_5860565.729079 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 952.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 955.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423333.871080_5846930.900458 # Unique id of the storage node. +id = 1388842.052087_5860517.489966 # Unique id of the storage node. name = manhole_608_generated # Long name in the user interface. manholeId = manhole_608_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423333.871080_5846930.900458 # Connection node on which the storage node is located. +nodeId = 1388842.052087_5860517.489966 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 952.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 955.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423290.350331_5846912.008968 # Unique id of the storage node. +id = 1388862.776240_5860472.578981 # Unique id of the storage node. name = manhole_609_generated # Long name in the user interface. manholeId = manhole_609_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423290.350331_5846912.008968 # Connection node on which the storage node is located. +nodeId = 1388862.776240_5860472.578981 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 952.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 955.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423273.794720_5846865.498323 # Unique id of the storage node. +id = 1388884.529400_5860428.035884 # Unique id of the storage node. name = manhole_610_generated # Long name in the user interface. manholeId = manhole_610_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423273.794720_5846865.498323 # Connection node on which the storage node is located. +nodeId = 1388884.529400_5860428.035884 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 961.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 964.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423261.021110_5846817.268953 # Unique id of the storage node. +id = 1388906.282638_5860383.492824 # Unique id of the storage node. name = manhole_611_generated # Long name in the user interface. manholeId = manhole_611_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423261.021110_5846817.268953 # Connection node on which the storage node is located. +nodeId = 1388906.282638_5860383.492824 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 948.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 951.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423230.054057_5846778.940672 # Unique id of the storage node. +id = 1388933.946376_5860342.419800 # Unique id of the storage node. name = manhole_612_generated # Long name in the user interface. manholeId = manhole_612_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423230.054057_5846778.940672 # Connection node on which the storage node is located. +nodeId = 1388933.946376_5860342.419800 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 948.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 951.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423191.975884_5846746.686085 # Unique id of the storage node. +id = 1388962.240716_5860301.717001 # Unique id of the storage node. name = manhole_613_generated # Long name in the user interface. manholeId = manhole_613_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423191.975884_5846746.686085 # Connection node on which the storage node is located. +nodeId = 1388962.240716_5860301.717001 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 948.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 951.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423148.382040_5846722.216834 # Unique id of the storage node. +id = 1386825.198348_5859175.156894 # Unique id of the storage node. name = manhole_614_generated # Long name in the user interface. manholeId = manhole_614_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423148.382040_5846722.216834 # Connection node on which the storage node is located. +nodeId = 1386825.198348_5859175.156894 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 749.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 752.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423116.208600_5846685.925129 # Unique id of the storage node. +id = 1386779.333999_5859189.448422 # Unique id of the storage node. name = manhole_615_generated # Long name in the user interface. manholeId = manhole_615_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423116.208600_5846685.925129 # Connection node on which the storage node is located. +nodeId = 1386779.333999_5859189.448422 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 749.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 752.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423098.800150_5846639.999510 # Unique id of the storage node. +id = 1386733.445003_5859203.660137 # Unique id of the storage node. name = manhole_616_generated # Long name in the user interface. manholeId = manhole_616_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423098.800150_5846639.999510 # Connection node on which the storage node is located. +nodeId = 1386733.445003_5859203.660137 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 735.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 738.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423055.521651_5846618.026644 # Unique id of the storage node. +id = 1386687.508547_5859217.718168 # Unique id of the storage node. name = manhole_617_generated # Long name in the user interface. manholeId = manhole_617_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423055.521651_5846618.026644 # Connection node on which the storage node is located. +nodeId = 1386687.508547_5859217.718168 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 735.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 738.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1423006.884909_5846607.313376 # Unique id of the storage node. +id = 1386641.572090_5859231.776199 # Unique id of the storage node. name = manhole_618_generated # Long name in the user interface. manholeId = manhole_618_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1423006.884909_5846607.313376 # Connection node on which the storage node is located. +nodeId = 1386641.572090_5859231.776199 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 760.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 763.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422957.799635_5846613.658194 # Unique id of the storage node. +id = 1386595.451642_5859245.168246 # Unique id of the storage node. name = manhole_619_generated # Long name in the user interface. manholeId = manhole_619_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422957.799635_5846613.658194 # Connection node on which the storage node is located. +nodeId = 1386595.451642_5859245.168246 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 760.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 763.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422910.713437_5846630.476703 # Unique id of the storage node. +id = 1386548.813361_5859256.685926 # Unique id of the storage node. name = manhole_620_generated # Long name in the user interface. manholeId = manhole_620_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422910.713437_5846630.476703 # Connection node on which the storage node is located. +nodeId = 1386548.813361_5859256.685926 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 751.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 754.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422863.428790_5846646.715837 # Unique id of the storage node. +id = 1386502.175079_5859268.203606 # Unique id of the storage node. name = manhole_621_generated # Long name in the user interface. manholeId = manhole_621_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422863.428790_5846646.715837 # Connection node on which the storage node is located. +nodeId = 1386502.175079_5859268.203606 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 751.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 754.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422814.791240_5846657.456635 # Unique id of the storage node. +id = 1386455.354357_5859278.943274 # Unique id of the storage node. name = manhole_622_generated # Long name in the user interface. manholeId = manhole_622_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422814.791240_5846657.456635 # Connection node on which the storage node is located. +nodeId = 1386455.354357_5859278.943274 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 739.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 742.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422765.067848_5846662.429128 # Unique id of the storage node. +id = 1386408.879240_5859290.671230 # Unique id of the storage node. name = manhole_623_generated # Long name in the user interface. manholeId = manhole_623_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422765.067848_5846662.429128 # Connection node on which the storage node is located. +nodeId = 1386408.879240_5859290.671230 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 739.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 742.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422716.332230_5846672.507949 # Unique id of the storage node. +id = 1386364.691369_5859309.518466 # Unique id of the storage node. name = manhole_624_generated # Long name in the user interface. manholeId = manhole_624_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422716.332230_5846672.507949 # Connection node on which the storage node is located. +nodeId = 1386364.691369_5859309.518466 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 714.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 717.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422671.813043_5846692.991857 # Unique id of the storage node. +id = 1386320.503498_5859328.365702 # Unique id of the storage node. name = manhole_625_generated # Long name in the user interface. manholeId = manhole_625_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422671.813043_5846692.991857 # Connection node on which the storage node is located. +nodeId = 1386320.503498_5859328.365702 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 714.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 717.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422638.554434_5846729.160970 # Unique id of the storage node. +id = 1386273.173812_5859335.365460 # Unique id of the storage node. name = manhole_626_generated # Long name in the user interface. manholeId = manhole_626_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422638.554434_5846729.160970 # Connection node on which the storage node is located. +nodeId = 1386273.173812_5859335.365460 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 708.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 711.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422619.132276_5846774.826261 # Unique id of the storage node. +id = 1388922.246059_5860458.418739 # Unique id of the storage node. name = manhole_627_generated # Long name in the user interface. manholeId = manhole_627_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422619.132276_5846774.826261 # Connection node on which the storage node is located. +nodeId = 1388922.246059_5860458.418739 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 950.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 953.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422605.594434_5846822.894895 # Unique id of the storage node. +id = 1388900.295978_5860503.075898 # Unique id of the storage node. name = manhole_628_generated # Long name in the user interface. manholeId = manhole_628_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422605.594434_5846822.894895 # Connection node on which the storage node is located. +nodeId = 1388900.295978_5860503.075898 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 950.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 953.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422586.887611_5846869.109513 # Unique id of the storage node. +id = 1388878.345897_5860547.733057 # Unique id of the storage node. name = manhole_629_generated # Long name in the user interface. manholeId = manhole_629_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422586.887611_5846869.109513 # Connection node on which the storage node is located. +nodeId = 1388878.345897_5860547.733057 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 952.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 955.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422557.372622_5846909.468375 # Unique id of the storage node. +id = 1388856.887740_5860592.570928 # Unique id of the storage node. name = manhole_630_generated # Long name in the user interface. manholeId = manhole_630_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422557.372622_5846909.468375 # Connection node on which the storage node is located. +nodeId = 1388856.887740_5860592.570928 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 950.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 953.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422527.542866_5846949.590658 # Unique id of the storage node. +id = 1388853.076020_5860641.795407 # Unique id of the storage node. name = manhole_631_generated # Long name in the user interface. manholeId = manhole_631_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422527.542866_5846949.590658 # Connection node on which the storage node is located. +nodeId = 1388853.076020_5860641.795407 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 950.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 953.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422496.981541_5846989.163095 # Unique id of the storage node. +id = 1388856.119827_5860691.462329 # Unique id of the storage node. name = manhole_632_generated # Long name in the user interface. manholeId = manhole_632_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422496.981541_5846989.163095 # Connection node on which the storage node is located. +nodeId = 1388856.119827_5860691.462329 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 950.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 953.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422462.649640_5847024.725792 # Unique id of the storage node. +id = 1388859.163634_5860741.129251 # Unique id of the storage node. name = manhole_633_generated # Long name in the user interface. manholeId = manhole_633_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422462.649640_5847024.725792 # Connection node on which the storage node is located. +nodeId = 1388859.163634_5860741.129251 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 949.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 952.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422415.439291_5847036.479519 # Unique id of the storage node. +id = 1388862.207441_5860790.796173 # Unique id of the storage node. name = manhole_634_generated # Long name in the user interface. manholeId = manhole_634_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422415.439291_5847036.479519 # Connection node on which the storage node is located. +nodeId = 1388862.207441_5860790.796173 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 949.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 952.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422368.512653_5847019.601586 # Unique id of the storage node. +id = 1388866.356326_5860840.344227 # Unique id of the storage node. name = manhole_635_generated # Long name in the user interface. manholeId = manhole_635_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422368.512653_5847019.601586 # Connection node on which the storage node is located. +nodeId = 1388866.356326_5860840.344227 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 942.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 945.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422322.087949_5847001.047363 # Unique id of the storage node. +id = 1388873.944741_5860889.522310 # Unique id of the storage node. name = manhole_636_generated # Long name in the user interface. manholeId = manhole_636_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422322.087949_5847001.047363 # Connection node on which the storage node is located. +nodeId = 1388873.944741_5860889.522310 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 942.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 945.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422275.732067_5846982.322026 # Unique id of the storage node. +id = 1388883.174273_5860938.398467 # Unique id of the storage node. name = manhole_637_generated # Long name in the user interface. manholeId = manhole_637_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422275.732067_5846982.322026 # Connection node on which the storage node is located. +nodeId = 1388883.174273_5860938.398467 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 942.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 945.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422228.594420_5846965.648257 # Unique id of the storage node. +id = 1388890.216841_5860987.212369 # Unique id of the storage node. name = manhole_638_generated # Long name in the user interface. manholeId = manhole_638_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422228.594420_5846965.648257 # Connection node on which the storage node is located. +nodeId = 1388890.216841_5860987.212369 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 934.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 937.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422181.456773_5846948.974489 # Unique id of the storage node. +id = 1388884.322195_5861036.622095 # Unique id of the storage node. name = manhole_639_generated # Long name in the user interface. manholeId = manhole_639_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422181.456773_5846948.974489 # Connection node on which the storage node is located. +nodeId = 1388884.322195_5861036.622095 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 934.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 937.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422134.832294_5846931.290156 # Unique id of the storage node. +id = 1388878.427549_5861086.031821 # Unique id of the storage node. name = manhole_640_generated # Long name in the user interface. manholeId = manhole_640_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422134.832294_5846931.290156 # Connection node on which the storage node is located. +nodeId = 1388878.427549_5861086.031821 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 934.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 937.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422093.451577_5846903.233417 # Unique id of the storage node. +id = 1388872.532903_5861135.441547 # Unique id of the storage node. name = manhole_641_generated # Long name in the user interface. manholeId = manhole_641_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422093.451577_5846903.233417 # Connection node on which the storage node is located. +nodeId = 1388872.532903_5861135.441547 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 927.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 930.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422050.193610_5846878.927391 # Unique id of the storage node. +id = 1388866.638257_5861184.851273 # Unique id of the storage node. name = manhole_642_generated # Long name in the user interface. manholeId = manhole_642_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422050.193610_5846878.927391 # Connection node on which the storage node is located. +nodeId = 1388866.638257_5861184.851273 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 927.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 930.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1422000.668080_5846872.057591 # Unique id of the storage node. +id = 1388854.620841_5861232.489913 # Unique id of the storage node. name = manhole_643_generated # Long name in the user interface. manholeId = manhole_643_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1422000.668080_5846872.057591 # Connection node on which the storage node is located. +nodeId = 1388854.620841_5861232.489913 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 927.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 930.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421951.142550_5846865.187790 # Unique id of the storage node. +id = 1388833.227561_5861277.416469 # Unique id of the storage node. name = manhole_644_generated # Long name in the user interface. manholeId = manhole_644_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421951.142550_5846865.187790 # Connection node on which the storage node is located. +nodeId = 1388833.227561_5861277.416469 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 923.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 926.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421901.419594_5846860.054724 # Unique id of the storage node. +id = 1388811.834282_5861322.343026 # Unique id of the storage node. name = manhole_645_generated # Long name in the user interface. manholeId = manhole_645_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421901.419594_5846860.054724 # Connection node on which the storage node is located. +nodeId = 1388811.834282_5861322.343026 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 923.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 926.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421851.776152_5846861.947323 # Unique id of the storage node. +id = 1388790.441002_5861367.269582 # Unique id of the storage node. name = manhole_646_generated # Long name in the user interface. manholeId = manhole_646_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421851.776152_5846861.947323 # Connection node on which the storage node is located. +nodeId = 1388790.441002_5861367.269582 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 928.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 931.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421802.680674_5846871.101243 # Unique id of the storage node. +id = 1388769.047723_5861412.196139 # Unique id of the storage node. name = manhole_647_generated # Long name in the user interface. manholeId = manhole_647_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421802.680674_5846871.101243 # Connection node on which the storage node is located. +nodeId = 1388769.047723_5861412.196139 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 919.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 922.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421753.571473_5846879.706788 # Unique id of the storage node. +id = 1388747.654444_5861457.122695 # Unique id of the storage node. name = manhole_648_generated # Long name in the user interface. manholeId = manhole_648_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421753.571473_5846879.706788 # Connection node on which the storage node is located. +nodeId = 1388747.654444_5861457.122695 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 919.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 922.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421703.691585_5846882.807119 # Unique id of the storage node. +id = 1388725.026127_5861501.410492 # Unique id of the storage node. name = manhole_649_generated # Long name in the user interface. manholeId = manhole_649_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421703.691585_5846882.807119 # Connection node on which the storage node is located. +nodeId = 1388725.026127_5861501.410492 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 919.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 922.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421653.698203_5846883.603385 # Unique id of the storage node. +id = 1388700.725248_5861544.833242 # Unique id of the storage node. name = manhole_650_generated # Long name in the user interface. manholeId = manhole_650_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421653.698203_5846883.603385 # Connection node on which the storage node is located. +nodeId = 1388700.725248_5861544.833242 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 897.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 900.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421604.086442_5846882.212059 # Unique id of the storage node. +id = 1388676.424370_5861588.255991 # Unique id of the storage node. name = manhole_651_generated # Long name in the user interface. manholeId = manhole_651_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421604.086442_5846882.212059 # Connection node on which the storage node is located. +nodeId = 1388676.424370_5861588.255991 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 897.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 900.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421557.315624_5846864.535439 # Unique id of the storage node. +id = 1388632.324465_5861606.441272 # Unique id of the storage node. name = manhole_652_generated # Long name in the user interface. manholeId = manhole_652_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421557.315624_5846864.535439 # Connection node on which the storage node is located. +nodeId = 1388632.324465_5861606.441272 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 897.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 900.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421510.544806_5846846.858819 # Unique id of the storage node. +id = 1388583.463808_5861611.105615 # Unique id of the storage node. name = manhole_653_generated # Long name in the user interface. manholeId = manhole_653_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421510.544806_5846846.858819 # Connection node on which the storage node is located. +nodeId = 1388583.463808_5861611.105615 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 895.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 898.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421463.281384_5846833.260545 # Unique id of the storage node. +id = 1388534.764013_5861604.222018 # Unique id of the storage node. name = manhole_654_generated # Long name in the user interface. manholeId = manhole_654_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421463.281384_5846833.260545 # Connection node on which the storage node is located. +nodeId = 1388534.764013_5861604.222018 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 895.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 898.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421413.731179_5846839.680665 # Unique id of the storage node. +id = 1388489.566489_5861583.407318 # Unique id of the storage node. name = manhole_655_generated # Long name in the user interface. manholeId = manhole_655_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421413.731179_5846839.680665 # Connection node on which the storage node is located. +nodeId = 1388489.566489_5861583.407318 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 900.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 903.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421366.070924_5846854.795968 # Unique id of the storage node. +id = 1388444.204916_5861563.162508 # Unique id of the storage node. name = manhole_656_generated # Long name in the user interface. manholeId = manhole_656_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421366.070924_5846854.795968 # Connection node on which the storage node is located. +nodeId = 1388444.204916_5861563.162508 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 900.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 903.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421320.517233_5846875.329943 # Unique id of the storage node. +id = 1388394.858231_5861556.761521 # Unique id of the storage node. name = manhole_657_generated # Long name in the user interface. manholeId = manhole_657_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421320.517233_5846875.329943 # Connection node on which the storage node is located. +nodeId = 1388394.858231_5861556.761521 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 903.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 906.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421273.586040_5846891.911890 # Unique id of the storage node. +id = 1388350.680838_5861570.408674 # Unique id of the storage node. name = manhole_658_generated # Long name in the user interface. manholeId = manhole_658_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421273.586040_5846891.911890 # Connection node on which the storage node is located. +nodeId = 1388350.680838_5861570.408674 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 903.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 906.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421224.329739_5846890.768890 # Unique id of the storage node. +id = 1388310.581733_5861599.872714 # Unique id of the storage node. name = manhole_659_generated # Long name in the user interface. manholeId = manhole_659_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421224.329739_5846890.768890 # Connection node on which the storage node is located. +nodeId = 1388310.581733_5861599.872714 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 897.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 900.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421182.892963_5846866.597804 # Unique id of the storage node. +id = 1388271.039626_5861629.969603 # Unique id of the storage node. name = manhole_660_generated # Long name in the user interface. manholeId = manhole_660_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421182.892963_5846866.597804 # Connection node on which the storage node is located. +nodeId = 1388271.039626_5861629.969603 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 897.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 900.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421145.763737_5846833.110598 # Unique id of the storage node. +id = 1388236.722210_5861666.002684 # Unique id of the storage node. name = manhole_661_generated # Long name in the user interface. manholeId = manhole_661_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421145.763737_5846833.110598 # Connection node on which the storage node is located. +nodeId = 1388236.722210_5861666.002684 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 887.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 890.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421107.104406_5846801.549892 # Unique id of the storage node. +id = 1388202.404795_5861702.035764 # Unique id of the storage node. name = manhole_662_generated # Long name in the user interface. manholeId = manhole_662_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421107.104406_5846801.549892 # Connection node on which the storage node is located. +nodeId = 1388202.404795_5861702.035764 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 887.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 890.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421061.901835_5846794.000382 # Unique id of the storage node. +id = 1388168.087379_5861738.068845 # Unique id of the storage node. name = manhole_663_generated # Long name in the user interface. manholeId = manhole_663_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421061.901835_5846794.000382 # Connection node on which the storage node is located. +nodeId = 1388168.087379_5861738.068845 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 887.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 890.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421023.283131_5846821.333513 # Unique id of the storage node. +id = 1388133.769964_5861774.101925 # Unique id of the storage node. name = manhole_664_generated # Long name in the user interface. manholeId = manhole_664_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421023.283131_5846821.333513 # Connection node on which the storage node is located. +nodeId = 1388133.769964_5861774.101925 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 882.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 885.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421024.979408_5846869.082082 # Unique id of the storage node. +id = 1388099.452549_5861810.135005 # Unique id of the storage node. name = manhole_665_generated # Long name in the user interface. manholeId = manhole_665_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421024.979408_5846869.082082 # Connection node on which the storage node is located. +nodeId = 1388099.452549_5861810.135005 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 871.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 874.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421042.917043_5846915.571191 # Unique id of the storage node. +id = 1388065.135133_5861846.168086 # Unique id of the storage node. name = manhole_666_generated # Long name in the user interface. manholeId = manhole_666_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421042.917043_5846915.571191 # Connection node on which the storage node is located. +nodeId = 1388065.135133_5861846.168086 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 871.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 874.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421063.430981_5846961.166141 # Unique id of the storage node. +id = 1388022.995197_5861866.899685 # Unique id of the storage node. name = manhole_667_generated # Long name in the user interface. manholeId = manhole_667_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421063.430981_5846961.166141 # Connection node on which the storage node is located. +nodeId = 1388022.995197_5861866.899685 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 859.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 862.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421083.528896_5847006.948738 # Unique id of the storage node. +id = 1387973.690500_5861873.616436 # Unique id of the storage node. name = manhole_668_generated # Long name in the user interface. manholeId = manhole_668_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421083.528896_5847006.948738 # Connection node on which the storage node is located. +nodeId = 1387973.690500_5861873.616436 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 859.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 862.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421095.421481_5847054.527189 # Unique id of the storage node. +id = 1387924.470484_5861880.906597 # Unique id of the storage node. name = manhole_669_generated # Long name in the user interface. manholeId = manhole_669_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421095.421481_5847054.527189 # Connection node on which the storage node is located. +nodeId = 1387924.470484_5861880.906597 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 856.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 859.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421070.211330_5847093.769574 # Unique id of the storage node. +id = 1387877.962617_5861896.157046 # Unique id of the storage node. name = manhole_670_generated # Long name in the user interface. manholeId = manhole_670_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421070.211330_5847093.769574 # Connection node on which the storage node is located. +nodeId = 1387877.962617_5861896.157046 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 856.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 859.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1421024.365017_5847102.507561 # Unique id of the storage node. +id = 1387917.070526_5861911.915830 # Unique id of the storage node. name = manhole_671_generated # Long name in the user interface. manholeId = manhole_671_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1421024.365017_5847102.507561 # Connection node on which the storage node is located. +nodeId = 1387917.070526_5861911.915830 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 856.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 859.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420988.526910_5847070.174371 # Unique id of the storage node. +id = 1387966.654668_5861916.096835 # Unique id of the storage node. name = manhole_672_generated # Long name in the user interface. manholeId = manhole_672_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420988.526910_5847070.174371 # Connection node on which the storage node is located. +nodeId = 1387966.654668_5861916.096835 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 856.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 859.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420954.561303_5847033.482276 # Unique id of the storage node. +id = 1388016.318006_5861919.063731 # Unique id of the storage node. name = manhole_673_generated # Long name in the user interface. manholeId = manhole_673_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420954.561303_5847033.482276 # Connection node on which the storage node is located. +nodeId = 1388016.318006_5861919.063731 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 843.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 846.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420920.273442_5846997.091299 # Unique id of the storage node. +id = 1388066.025121_5861921.359511 # Unique id of the storage node. name = manhole_674_generated # Long name in the user interface. manholeId = manhole_674_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420920.273442_5846997.091299 # Connection node on which the storage node is located. +nodeId = 1388066.025121_5861921.359511 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 847.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 850.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420887.675050_5846959.185133 # Unique id of the storage node. +id = 1388115.732235_5861923.655290 # Unique id of the storage node. name = manhole_675_generated # Long name in the user interface. manholeId = manhole_675_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420887.675050_5846959.185133 # Connection node on which the storage node is located. +nodeId = 1388115.732235_5861923.655290 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 847.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 850.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420854.769202_5846921.577197 # Unique id of the storage node. +id = 1388161.130695_5861931.457672 # Unique id of the storage node. name = manhole_676_generated # Long name in the user interface. manholeId = manhole_676_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420854.769202_5846921.577197 # Connection node on which the storage node is located. +nodeId = 1388161.130695_5861931.457672 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 846.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 849.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420818.558619_5846887.098711 # Unique id of the storage node. +id = 1388139.871224_5861964.082641 # Unique id of the storage node. name = manhole_677_generated # Long name in the user interface. manholeId = manhole_677_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420818.558619_5846887.098711 # Connection node on which the storage node is located. +nodeId = 1388139.871224_5861964.082641 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 847.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 850.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420782.348035_5846852.620225 # Unique id of the storage node. +id = 1388090.726846_5861957.769498 # Unique id of the storage node. name = manhole_678_generated # Long name in the user interface. manholeId = manhole_678_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420782.348035_5846852.620225 # Connection node on which the storage node is located. +nodeId = 1388090.726846_5861957.769498 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 847.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 850.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420742.899652_5846822.051577 # Unique id of the storage node. +id = 1388049.339105_5861983.736727 # Unique id of the storage node. name = manhole_679_generated # Long name in the user interface. manholeId = manhole_679_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420742.899652_5846822.051577 # Connection node on which the storage node is located. +nodeId = 1388049.339105_5861983.736727 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 843.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 846.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420706.280636_5846788.847165 # Unique id of the storage node. +id = 1388024.713076_5862026.975906 # Unique id of the storage node. name = manhole_680_generated # Long name in the user interface. manholeId = manhole_680_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420706.280636_5846788.847165 # Connection node on which the storage node is located. +nodeId = 1388024.713076_5862026.975906 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 843.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 846.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420689.703672_5846742.114127 # Unique id of the storage node. +id = 1387980.016218_5862047.702198 # Unique id of the storage node. name = manhole_681_generated # Long name in the user interface. manholeId = manhole_681_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420689.703672_5846742.114127 # Connection node on which the storage node is located. +nodeId = 1387980.016218_5862047.702198 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 843.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 846.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420686.023356_5846692.946837 # Unique id of the storage node. +id = 1387931.906731_5862056.853297 # Unique id of the storage node. name = manhole_682_generated # Long name in the user interface. manholeId = manhole_682_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420686.023356_5846692.946837 # Connection node on which the storage node is located. +nodeId = 1387931.906731_5862056.853297 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 790.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 793.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420711.728708_5846653.304461 # Unique id of the storage node. +id = 1387882.187313_5862058.865105 # Unique id of the storage node. name = manhole_683_generated # Long name in the user interface. manholeId = manhole_683_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420711.728708_5846653.304461 # Connection node on which the storage node is located. +nodeId = 1387882.187313_5862058.865105 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 790.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 793.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420759.905567_5846646.116786 # Unique id of the storage node. +id = 1387832.722497_5862057.341085 # Unique id of the storage node. name = manhole_684_generated # Long name in the user interface. manholeId = manhole_684_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420759.905567_5846646.116786 # Connection node on which the storage node is located. +nodeId = 1387832.722497_5862057.341085 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 790.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 793.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420809.857039_5846648.312871 # Unique id of the storage node. +id = 1387783.804231_5862048.226751 # Unique id of the storage node. name = manhole_685_generated # Long name in the user interface. manholeId = manhole_685_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420809.857039_5846648.312871 # Connection node on which the storage node is located. +nodeId = 1387783.804231_5862048.226751 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 827.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 830.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420858.078812_5846637.978543 # Unique id of the storage node. +id = 1387734.885964_5862039.112416 # Unique id of the storage node. name = manhole_686_generated # Long name in the user interface. manholeId = manhole_686_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420858.078812_5846637.978543 # Connection node on which the storage node is located. +nodeId = 1387734.885964_5862039.112416 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 814.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 817.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420897.328248_5846610.245929 # Unique id of the storage node. +id = 1387685.967698_5862029.998082 # Unique id of the storage node. name = manhole_687_generated # Long name in the user interface. manholeId = manhole_687_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420897.328248_5846610.245929 # Connection node on which the storage node is located. +nodeId = 1387685.967698_5862029.998082 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 810.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 813.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420923.745308_5846567.919395 # Unique id of the storage node. +id = 1387637.036116_5862020.957141 # Unique id of the storage node. name = manhole_688_generated # Long name in the user interface. manholeId = manhole_688_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420923.745308_5846567.919395 # Connection node on which the storage node is located. +nodeId = 1387637.036116_5862020.957141 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 810.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 813.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420935.065238_5846519.721247 # Unique id of the storage node. +id = 1387588.033850_5862012.305794 # Unique id of the storage node. name = manhole_689_generated # Long name in the user interface. manholeId = manhole_689_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420935.065238_5846519.721247 # Connection node on which the storage node is located. +nodeId = 1387588.033850_5862012.305794 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420925.005012_5846471.723118 # Unique id of the storage node. +id = 1387539.031583_5862003.654448 # Unique id of the storage node. name = manhole_690_generated # Long name in the user interface. manholeId = manhole_690_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420925.005012_5846471.723118 # Connection node on which the storage node is located. +nodeId = 1387539.031583_5862003.654448 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 804.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 807.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420897.150894_5846430.578025 # Unique id of the storage node. +id = 1387490.029317_5861995.003102 # Unique id of the storage node. name = manhole_691_generated # Long name in the user interface. manholeId = manhole_691_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420897.150894_5846430.578025 # Connection node on which the storage node is located. +nodeId = 1387490.029317_5861995.003102 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 790.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 793.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420865.817669_5846391.613922 # Unique id of the storage node. +id = 1387440.720368_5861989.908139 # Unique id of the storage node. name = manhole_692_generated # Long name in the user interface. manholeId = manhole_692_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420865.817669_5846391.613922 # Connection node on which the storage node is located. +nodeId = 1387440.720368_5861989.908139 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 790.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 793.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420835.308422_5846352.018459 # Unique id of the storage node. +id = 1387390.960447_5861990.042768 # Unique id of the storage node. name = manhole_693_generated # Long name in the user interface. manholeId = manhole_693_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420835.308422_5846352.018459 # Connection node on which the storage node is located. +nodeId = 1387390.960447_5861990.042768 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 767.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 770.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420805.837170_5846311.627647 # Unique id of the storage node. +id = 1387341.200525_5861990.177397 # Unique id of the storage node. name = manhole_694_generated # Long name in the user interface. manholeId = manhole_694_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420805.837170_5846311.627647 # Connection node on which the storage node is located. +nodeId = 1387341.200525_5861990.177397 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 767.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 770.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420776.365918_5846271.236836 # Unique id of the storage node. +id = 1387291.440604_5861990.312027 # Unique id of the storage node. name = manhole_695_generated # Long name in the user interface. manholeId = manhole_695_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420776.365918_5846271.236836 # Connection node on which the storage node is located. +nodeId = 1387291.440604_5861990.312027 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 746.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 749.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420745.026046_5846232.314588 # Unique id of the storage node. +id = 1387246.706285_5861974.212806 # Unique id of the storage node. name = manhole_696_generated # Long name in the user interface. manholeId = manhole_696_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420745.026046_5846232.314588 # Connection node on which the storage node is located. +nodeId = 1387246.706285_5861974.212806 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 746.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 749.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420708.652508_5846198.270482 # Unique id of the storage node. +id = 1387205.725989_5861945.987229 # Unique id of the storage node. name = manhole_697_generated # Long name in the user interface. manholeId = manhole_697_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420708.652508_5846198.270482 # Connection node on which the storage node is located. +nodeId = 1387205.725989_5861945.987229 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 744.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 747.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420665.638499_5846173.861074 # Unique id of the storage node. +id = 1387164.745692_5861917.761652 # Unique id of the storage node. name = manhole_698_generated # Long name in the user interface. manholeId = manhole_698_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420665.638499_5846173.861074 # Connection node on which the storage node is located. +nodeId = 1387164.745692_5861917.761652 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 768.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 771.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420618.825895_5846161.030019 # Unique id of the storage node. +id = 1387115.569934_5861911.215812 # Unique id of the storage node. name = manhole_699_generated # Long name in the user interface. manholeId = manhole_699_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420618.825895_5846161.030019 # Connection node on which the storage node is located. +nodeId = 1387115.569934_5861911.215812 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 761.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 764.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420569.670940_5846170.047207 # Unique id of the storage node. +id = 1387066.165866_5861905.273926 # Unique id of the storage node. name = manhole_700_generated # Long name in the user interface. manholeId = manhole_700_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420569.670940_5846170.047207 # Connection node on which the storage node is located. +nodeId = 1387066.165866_5861905.273926 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 761.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 764.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420520.064749_5846175.893241 # Unique id of the storage node. +id = 1387016.666836_5861900.238133 # Unique id of the storage node. name = manhole_701_generated # Long name in the user interface. manholeId = manhole_701_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420520.064749_5846175.893241 # Connection node on which the storage node is located. +nodeId = 1387016.666836_5861900.238133 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 744.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 747.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420470.538262_5846171.662239 # Unique id of the storage node. +id = 1386975.698310_5861874.842493 # Unique id of the storage node. name = manhole_702_generated # Long name in the user interface. manholeId = manhole_702_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420470.538262_5846171.662239 # Connection node on which the storage node is located. +nodeId = 1386975.698310_5861874.842493 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 744.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 747.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420425.915515_5846151.267022 # Unique id of the storage node. +id = 1386937.286020_5861843.210803 # Unique id of the storage node. name = manhole_703_generated # Long name in the user interface. manholeId = manhole_703_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420425.915515_5846151.267022 # Connection node on which the storage node is located. +nodeId = 1386937.286020_5861843.210803 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 736.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 739.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420388.838620_5846117.721886 # Unique id of the storage node. +id = 1386898.873729_5861811.579113 # Unique id of the storage node. name = manhole_704_generated # Long name in the user interface. manholeId = manhole_704_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420388.838620_5846117.721886 # Connection node on which the storage node is located. +nodeId = 1386898.873729_5861811.579113 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 736.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 739.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420351.628854_5846084.324337 # Unique id of the storage node. +id = 1386860.461439_5861779.947422 # Unique id of the storage node. name = manhole_705_generated # Long name in the user interface. manholeId = manhole_705_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420351.628854_5846084.324337 # Connection node on which the storage node is located. +nodeId = 1386860.461439_5861779.947422 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 752.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 755.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420314.387388_5846050.962000 # Unique id of the storage node. +id = 1386822.049149_5861748.315732 # Unique id of the storage node. name = manhole_706_generated # Long name in the user interface. manholeId = manhole_706_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420314.387388_5846050.962000 # Connection node on which the storage node is located. +nodeId = 1386822.049149_5861748.315732 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 742.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 745.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420277.145922_5846017.599663 # Unique id of the storage node. +id = 1386774.418702_5861733.958942 # Unique id of the storage node. name = manhole_707_generated # Long name in the user interface. manholeId = manhole_707_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420277.145922_5846017.599663 # Connection node on which the storage node is located. +nodeId = 1386774.418702_5861733.958942 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 742.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 745.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420239.904456_5845984.237327 # Unique id of the storage node. +id = 1386726.757215_5861719.660322 # Unique id of the storage node. name = manhole_708_generated # Long name in the user interface. manholeId = manhole_708_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420239.904456_5845984.237327 # Connection node on which the storage node is located. +nodeId = 1386726.757215_5861719.660322 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420214.636071_5845943.071631 # Unique id of the storage node. +id = 1386681.211288_5861700.510516 # Unique id of the storage node. name = manhole_709_generated # Long name in the user interface. manholeId = manhole_709_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420214.636071_5845943.071631 # Connection node on which the storage node is located. +nodeId = 1386681.211288_5861700.510516 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420208.484498_5845893.454048 # Unique id of the storage node. +id = 1386655.081909_5861659.807658 # Unique id of the storage node. name = manhole_710_generated # Long name in the user interface. manholeId = manhole_710_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420208.484498_5845893.454048 # Connection node on which the storage node is located. +nodeId = 1386655.081909_5861659.807658 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 774.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 777.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420202.653402_5845843.795729 # Unique id of the storage node. +id = 1386647.411753_5861610.757949 # Unique id of the storage node. name = manhole_711_generated # Long name in the user interface. manholeId = manhole_711_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420202.653402_5845843.795729 # Connection node on which the storage node is located. +nodeId = 1386647.411753_5861610.757949 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 755.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 758.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420186.114192_5845797.701271 # Unique id of the storage node. +id = 1386641.745189_5861561.363540 # Unique id of the storage node. name = manhole_712_generated # Long name in the user interface. manholeId = manhole_712_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420186.114192_5845797.701271 # Connection node on which the storage node is located. +nodeId = 1386641.745189_5861561.363540 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 755.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 758.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420160.896723_5845754.526608 # Unique id of the storage node. +id = 1386642.371349_5861511.607376 # Unique id of the storage node. name = manhole_713_generated # Long name in the user interface. manholeId = manhole_713_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420160.896723_5845754.526608 # Connection node on which the storage node is located. +nodeId = 1386642.371349_5861511.607376 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 729.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 732.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420125.063202_5845720.467587 # Unique id of the storage node. +id = 1386642.997509_5861461.851213 # Unique id of the storage node. name = manhole_714_generated # Long name in the user interface. manholeId = manhole_714_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420125.063202_5845720.467587 # Connection node on which the storage node is located. +nodeId = 1386642.997509_5861461.851213 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 729.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 732.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420086.198008_5845689.011760 # Unique id of the storage node. +id = 1386643.623669_5861412.095049 # Unique id of the storage node. name = manhole_715_generated # Long name in the user interface. manholeId = manhole_715_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420086.198008_5845689.011760 # Connection node on which the storage node is located. +nodeId = 1386643.623669_5861412.095049 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 729.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 732.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420045.993306_5845659.337849 # Unique id of the storage node. +id = 1386060.978602_5859873.390329 # Unique id of the storage node. name = manhole_716_generated # Long name in the user interface. manholeId = manhole_716_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420045.993306_5845659.337849 # Connection node on which the storage node is located. +nodeId = 1386060.978602_5859873.390329 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1420004.976399_5845630.744394 # Unique id of the storage node. +id = 1386078.544554_5859857.065600 # Unique id of the storage node. name = manhole_717_generated # Long name in the user interface. manholeId = manhole_717_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1420004.976399_5845630.744394 # Connection node on which the storage node is located. +nodeId = 1386078.544554_5859857.065600 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419963.959492_5845602.150939 # Unique id of the storage node. +id = 1386079.866959_5859885.500409 # Unique id of the storage node. name = manhole_718_generated # Long name in the user interface. manholeId = manhole_718_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419963.959492_5845602.150939 # Connection node on which the storage node is located. +nodeId = 1386079.866959_5859885.500409 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419923.095722_5845573.341058 # Unique id of the storage node. +id = 1386030.926458_5859869.881591 # Unique id of the storage node. name = manhole_719_generated # Long name in the user interface. manholeId = manhole_719_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419923.095722_5845573.341058 # Connection node on which the storage node is located. +nodeId = 1386030.926458_5859869.881591 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419882.483207_5845544.176080 # Unique id of the storage node. +id = 1386043.381106_5859908.119292 # Unique id of the storage node. name = manhole_720_generated # Long name in the user interface. manholeId = manhole_720_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419882.483207_5845544.176080 # Connection node on which the storage node is located. +nodeId = 1386043.381106_5859908.119292 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 763.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 766.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419846.559794_5845509.595564 # Unique id of the storage node. +id = 1386081.403634_5859934.756706 # Unique id of the storage node. name = manhole_721_generated # Long name in the user interface. manholeId = manhole_721_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419846.559794_5845509.595564 # Connection node on which the storage node is located. +nodeId = 1386081.403634_5859934.756706 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 763.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 766.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419812.401139_5845473.095968 # Unique id of the storage node. +id = 1386080.471782_5859983.948014 # Unique id of the storage node. name = manhole_722_generated # Long name in the user interface. manholeId = manhole_722_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419812.401139_5845473.095968 # Connection node on which the storage node is located. +nodeId = 1386080.471782_5859983.948014 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 763.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 766.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419779.223661_5845435.689722 # Unique id of the storage node. +id = 1386081.101270_5860033.019892 # Unique id of the storage node. name = manhole_723_generated # Long name in the user interface. manholeId = manhole_723_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419779.223661_5845435.689722 # Connection node on which the storage node is located. +nodeId = 1386081.101270_5860033.019892 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 753.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 756.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419746.046183_5845398.283476 # Unique id of the storage node. +id = 1386051.415039_5859913.714704 # Unique id of the storage node. name = manhole_724_generated # Long name in the user interface. manholeId = manhole_724_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419746.046183_5845398.283476 # Connection node on which the storage node is located. +nodeId = 1386051.415039_5859913.714704 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 763.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 766.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419712.604368_5845361.116566 # Unique id of the storage node. +id = 1386056.753748_5859949.432773 # Unique id of the storage node. name = manhole_725_generated # Long name in the user interface. manholeId = manhole_725_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419712.604368_5845361.116566 # Connection node on which the storage node is located. +nodeId = 1386056.753748_5859949.432773 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 763.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 766.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419683.346333_5845321.244167 # Unique id of the storage node. +id = 1386070.153564_5859990.873222 # Unique id of the storage node. name = manhole_726_generated # Long name in the user interface. manholeId = manhole_726_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419683.346333_5845321.244167 # Connection node on which the storage node is located. +nodeId = 1386070.153564_5859990.873222 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 763.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 766.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419663.204225_5845275.614657 # Unique id of the storage node. +id = 1386095.159511_5860079.476792 # Unique id of the storage node. name = manhole_727_generated # Long name in the user interface. manholeId = manhole_727_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419663.204225_5845275.614657 # Connection node on which the storage node is located. +nodeId = 1386095.159511_5860079.476792 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 753.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 756.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419652.491357_5845226.776078 # Unique id of the storage node. +id = 1386119.249575_5860122.285581 # Unique id of the storage node. name = manhole_728_generated # Long name in the user interface. manholeId = manhole_728_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419652.491357_5845226.776078 # Connection node on which the storage node is located. +nodeId = 1386119.249575_5860122.285581 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 717.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 720.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419643.222102_5845177.687656 # Unique id of the storage node. +id = 1386143.813146_5860164.822059 # Unique id of the storage node. name = manhole_729_generated # Long name in the user interface. manholeId = manhole_729_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419643.222102_5845177.687656 # Connection node on which the storage node is located. +nodeId = 1386143.813146_5860164.822059 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 717.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 720.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419636.898686_5845128.089403 # Unique id of the storage node. +id = 1386168.698390_5860207.173543 # Unique id of the storage node. name = manhole_730_generated # Long name in the user interface. manholeId = manhole_730_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419636.898686_5845128.089403 # Connection node on which the storage node is located. +nodeId = 1386168.698390_5860207.173543 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 729.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 732.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419630.575270_5845078.491149 # Unique id of the storage node. +id = 1386190.960879_5860250.914159 # Unique id of the storage node. name = manhole_731_generated # Long name in the user interface. manholeId = manhole_731_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419630.575270_5845078.491149 # Connection node on which the storage node is located. +nodeId = 1386190.960879_5860250.914159 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 729.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 732.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419622.974175_5845029.076478 # Unique id of the storage node. +id = 1386212.013376_5860295.295641 # Unique id of the storage node. name = manhole_732_generated # Long name in the user interface. manholeId = manhole_732_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419622.974175_5845029.076478 # Connection node on which the storage node is located. +nodeId = 1386212.013376_5860295.295641 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 717.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 720.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419615.077177_5844979.704322 # Unique id of the storage node. +id = 1386233.065874_5860339.677123 # Unique id of the storage node. name = manhole_733_generated # Long name in the user interface. manholeId = manhole_733_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419615.077177_5844979.704322 # Connection node on which the storage node is located. +nodeId = 1386233.065874_5860339.677123 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 726.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 729.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419609.074971_5844930.088808 # Unique id of the storage node. +id = 1386254.118372_5860384.058605 # Unique id of the storage node. name = manhole_734_generated # Long name in the user interface. manholeId = manhole_734_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419609.074971_5844930.088808 # Connection node on which the storage node is located. +nodeId = 1386254.118372_5860384.058605 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 726.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 729.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419603.778634_5844880.427461 # Unique id of the storage node. +id = 1386270.265550_5860430.368607 # Unique id of the storage node. name = manhole_735_generated # Long name in the user interface. manholeId = manhole_735_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419603.778634_5844880.427461 # Connection node on which the storage node is located. +nodeId = 1386270.265550_5860430.368607 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 726.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 729.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419584.987870_5844834.254651 # Unique id of the storage node. +id = 1386284.690117_5860477.310511 # Unique id of the storage node. name = manhole_736_generated # Long name in the user interface. manholeId = manhole_736_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419584.987870_5844834.254651 # Connection node on which the storage node is located. +nodeId = 1386284.690117_5860477.310511 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 743.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 746.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419559.331587_5844791.339299 # Unique id of the storage node. +id = 1386295.943752_5860525.125564 # Unique id of the storage node. name = manhole_737_generated # Long name in the user interface. manholeId = manhole_737_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419559.331587_5844791.339299 # Connection node on which the storage node is located. +nodeId = 1386295.943752_5860525.125564 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 743.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 746.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419533.675304_5844748.423947 # Unique id of the storage node. +id = 1386307.197388_5860572.940617 # Unique id of the storage node. name = manhole_738_generated # Long name in the user interface. manholeId = manhole_738_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419533.675304_5844748.423947 # Connection node on which the storage node is located. +nodeId = 1386307.197388_5860572.940617 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 717.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 720.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419504.887638_5844707.549476 # Unique id of the storage node. +id = 1386318.451024_5860620.755670 # Unique id of the storage node. name = manhole_739_generated # Long name in the user interface. manholeId = manhole_739_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419504.887638_5844707.549476 # Connection node on which the storage node is located. +nodeId = 1386318.451024_5860620.755670 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 717.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 720.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419475.817980_5844666.869945 # Unique id of the storage node. +id = 1386329.704660_5860668.570723 # Unique id of the storage node. name = manhole_740_generated # Long name in the user interface. manholeId = manhole_740_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419475.817980_5844666.869945 # Connection node on which the storage node is located. +nodeId = 1386329.704660_5860668.570723 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 717.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 720.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419446.337647_5844626.485761 # Unique id of the storage node. +id = 1386340.958295_5860716.385776 # Unique id of the storage node. name = manhole_741_generated # Long name in the user interface. manholeId = manhole_741_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419446.337647_5844626.485761 # Connection node on which the storage node is located. +nodeId = 1386340.958295_5860716.385776 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 734.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 737.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419409.204926_5844593.955731 # Unique id of the storage node. +id = 1386352.211931_5860764.200829 # Unique id of the storage node. name = manhole_742_generated # Long name in the user interface. manholeId = manhole_742_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419409.204926_5844593.955731 # Connection node on which the storage node is located. +nodeId = 1386352.211931_5860764.200829 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 734.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 737.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419367.873059_5844565.857179 # Unique id of the storage node. +id = 1386365.771370_5860811.365820 # Unique id of the storage node. name = manhole_743_generated # Long name in the user interface. manholeId = manhole_743_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419367.873059_5844565.857179 # Connection node on which the storage node is located. +nodeId = 1386365.771370_5860811.365820 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 734.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 737.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419323.615470_5844542.592653 # Unique id of the storage node. +id = 1386381.150273_5860858.017861 # Unique id of the storage node. name = manhole_744_generated # Long name in the user interface. manholeId = manhole_744_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419323.615470_5844542.592653 # Connection node on which the storage node is located. +nodeId = 1386381.150273_5860858.017861 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 741.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 744.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419279.357881_5844519.328127 # Unique id of the storage node. +id = 1386398.399082_5860903.951519 # Unique id of the storage node. name = manhole_745_generated # Long name in the user interface. manholeId = manhole_745_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419279.357881_5844519.328127 # Connection node on which the storage node is located. +nodeId = 1386398.399082_5860903.951519 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419235.568210_5844495.202590 # Unique id of the storage node. +id = 1386418.211524_5860948.900276 # Unique id of the storage node. name = manhole_746_generated # Long name in the user interface. manholeId = manhole_746_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419235.568210_5844495.202590 # Connection node on which the storage node is located. +nodeId = 1386418.211524_5860948.900276 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419188.778511_5844481.303894 # Unique id of the storage node. +id = 1386441.678376_5860992.033180 # Unique id of the storage node. name = manhole_747_generated # Long name in the user interface. manholeId = manhole_747_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419188.778511_5844481.303894 # Connection node on which the storage node is located. +nodeId = 1386441.678376_5860992.033180 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419138.859046_5844479.591040 # Unique id of the storage node. +id = 1386465.536531_5861034.971649 # Unique id of the storage node. name = manhole_748_generated # Long name in the user interface. manholeId = manhole_748_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419138.859046_5844479.591040 # Connection node on which the storage node is located. +nodeId = 1386465.536531_5861034.971649 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419088.867333_5844480.288979 # Unique id of the storage node. +id = 1386489.394685_5861077.910117 # Unique id of the storage node. name = manhole_749_generated # Long name in the user interface. manholeId = manhole_749_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419088.867333_5844480.288979 # Connection node on which the storage node is located. +nodeId = 1386489.394685_5861077.910117 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1419038.902672_5844478.416820 # Unique id of the storage node. +id = 1386513.252840_5861120.848586 # Unique id of the storage node. name = manhole_750_generated # Long name in the user interface. manholeId = manhole_750_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1419038.902672_5844478.416820 # Connection node on which the storage node is located. +nodeId = 1386513.252840_5861120.848586 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418990.524256_5844466.680497 # Unique id of the storage node. +id = 1386537.110994_5861163.787054 # Unique id of the storage node. name = manhole_751_generated # Long name in the user interface. manholeId = manhole_751_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418990.524256_5844466.680497 # Connection node on which the storage node is located. +nodeId = 1386537.110994_5861163.787054 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418947.761597_5844441.261621 # Unique id of the storage node. +id = 1386560.969149_5861206.725522 # Unique id of the storage node. name = manhole_752_generated # Long name in the user interface. manholeId = manhole_752_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418947.761597_5844441.261621 # Connection node on which the storage node is located. +nodeId = 1386560.969149_5861206.725522 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418905.825275_5844414.034479 # Unique id of the storage node. +id = 1386584.827303_5861249.663991 # Unique id of the storage node. name = manhole_753_generated # Long name in the user interface. manholeId = manhole_753_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418905.825275_5844414.034479 # Connection node on which the storage node is located. +nodeId = 1386584.827303_5861249.663991 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418864.040607_5844386.581946 # Unique id of the storage node. +id = 1386607.696082_5861293.105181 # Unique id of the storage node. name = manhole_754_generated # Long name in the user interface. manholeId = manhole_754_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418864.040607_5844386.581946 # Connection node on which the storage node is located. +nodeId = 1386607.696082_5861293.105181 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418823.020742_5844357.992734 # Unique id of the storage node. +id = 1386626.999141_5861338.164891 # Unique id of the storage node. name = manhole_755_generated # Long name in the user interface. manholeId = manhole_755_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418823.020742_5844357.992734 # Connection node on which the storage node is located. +nodeId = 1386626.999141_5861338.164891 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418782.000878_5844329.403521 # Unique id of the storage node. +id = 1386632.635545_5861386.242181 # Unique id of the storage node. name = manhole_756_generated # Long name in the user interface. manholeId = manhole_756_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418782.000878_5844329.403521 # Connection node on which the storage node is located. +nodeId = 1386632.635545_5861386.242181 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 729.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 732.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418741.541741_5844300.044222 # Unique id of the storage node. +id = 1386628.332881_5861435.174897 # Unique id of the storage node. name = manhole_757_generated # Long name in the user interface. manholeId = manhole_757_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418741.541741_5844300.044222 # Connection node on which the storage node is located. +nodeId = 1386628.332881_5861435.174897 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 729.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 732.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418701.738872_5844269.783621 # Unique id of the storage node. +id = 1386624.030218_5861484.107613 # Unique id of the storage node. name = manhole_758_generated # Long name in the user interface. manholeId = manhole_758_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418701.738872_5844269.783621 # Connection node on which the storage node is located. +nodeId = 1386624.030218_5861484.107613 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 729.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 732.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418661.877458_5844239.612334 # Unique id of the storage node. +id = 1386619.727554_5861533.040329 # Unique id of the storage node. name = manhole_759_generated # Long name in the user interface. manholeId = manhole_759_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418661.877458_5844239.612334 # Connection node on which the storage node is located. +nodeId = 1386619.727554_5861533.040329 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 755.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 758.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418618.251069_5844215.184675 # Unique id of the storage node. +id = 1386620.396810_5861581.843450 # Unique id of the storage node. name = manhole_760_generated # Long name in the user interface. manholeId = manhole_760_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418618.251069_5844215.184675 # Connection node on which the storage node is located. +nodeId = 1386620.396810_5861581.843450 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 755.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 758.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418573.884259_5844192.302159 # Unique id of the storage node. +id = 1386627.242797_5861630.485572 # Unique id of the storage node. name = manhole_761_generated # Long name in the user interface. manholeId = manhole_761_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418573.884259_5844192.302159 # Connection node on which the storage node is located. +nodeId = 1386627.242797_5861630.485572 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 755.7999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 758.7999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418527.512615_5844173.603417 # Unique id of the storage node. +id = 1386633.497010_5861679.177459 # Unique id of the storage node. name = manhole_762_generated # Long name in the user interface. manholeId = manhole_762_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418527.512615_5844173.603417 # Connection node on which the storage node is located. +nodeId = 1386633.497010_5861679.177459 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 774.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 777.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418481.752172_5844153.513810 # Unique id of the storage node. +id = 1386633.587327_5861728.232038 # Unique id of the storage node. name = manhole_763_generated # Long name in the user interface. manholeId = manhole_763_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418481.752172_5844153.513810 # Connection node on which the storage node is located. +nodeId = 1386633.587327_5861728.232038 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 774.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 777.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418438.663418_5844128.404244 # Unique id of the storage node. +id = 1386628.569952_5861777.096642 # Unique id of the storage node. name = manhole_764_generated # Long name in the user interface. manholeId = manhole_764_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418438.663418_5844128.404244 # Connection node on which the storage node is located. +nodeId = 1386628.569952_5861777.096642 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 774.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 777.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418398.627795_5844098.507038 # Unique id of the storage node. +id = 1386623.552577_5861825.961246 # Unique id of the storage node. name = manhole_765_generated # Long name in the user interface. manholeId = manhole_765_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418398.627795_5844098.507038 # Connection node on which the storage node is located. +nodeId = 1386623.552577_5861825.961246 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 784.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 787.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418359.337908_5844067.583307 # Unique id of the storage node. +id = 1386622.452885_5861875.377416 # Unique id of the storage node. name = manhole_766_generated # Long name in the user interface. manholeId = manhole_766_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418359.337908_5844067.583307 # Connection node on which the storage node is located. +nodeId = 1386622.452885_5861875.377416 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 784.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 787.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418312.903945_5844049.890871 # Unique id of the storage node. +id = 1386630.050832_5861924.208797 # Unique id of the storage node. name = manhole_767_generated # Long name in the user interface. manholeId = manhole_767_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418312.903945_5844049.890871 # Connection node on which the storage node is located. +nodeId = 1386630.050832_5861924.208797 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 765.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 768.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418265.495645_5844034.002969 # Unique id of the storage node. +id = 1386645.112437_5861971.295392 # Unique id of the storage node. name = manhole_768_generated # Long name in the user interface. manholeId = manhole_768_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418265.495645_5844034.002969 # Connection node on which the storage node is located. +nodeId = 1386645.112437_5861971.295392 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 765.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 768.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418218.015684_5844018.332547 # Unique id of the storage node. +id = 1386663.826806_5862017.116110 # Unique id of the storage node. name = manhole_769_generated # Long name in the user interface. manholeId = manhole_769_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418218.015684_5844018.332547 # Connection node on which the storage node is located. +nodeId = 1386663.826806_5862017.116110 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 765.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 768.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418171.384449_5844000.890260 # Unique id of the storage node. +id = 1386682.541174_5862062.936827 # Unique id of the storage node. name = manhole_770_generated # Long name in the user interface. manholeId = manhole_770_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418171.384449_5844000.890260 # Connection node on which the storage node is located. +nodeId = 1386682.541174_5862062.936827 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 726.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 729.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418135.335672_5843967.033878 # Unique id of the storage node. +id = 1386700.357505_5862109.113540 # Unique id of the storage node. name = manhole_771_generated # Long name in the user interface. manholeId = manhole_771_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418135.335672_5843967.033878 # Connection node on which the storage node is located. +nodeId = 1386700.357505_5862109.113540 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 726.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 729.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418103.606832_5843928.464527 # Unique id of the storage node. +id = 1386718.120610_5862155.311353 # Unique id of the storage node. name = manhole_772_generated # Long name in the user interface. manholeId = manhole_772_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418103.606832_5843928.464527 # Connection node on which the storage node is located. +nodeId = 1386718.120610_5862155.311353 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 726.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 729.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418072.646643_5843889.364423 # Unique id of the storage node. +id = 1386735.883715_5862201.509165 # Unique id of the storage node. name = manhole_773_generated # Long name in the user interface. manholeId = manhole_773_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418072.646643_5843889.364423 # Connection node on which the storage node is located. +nodeId = 1386735.883715_5862201.509165 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1418031.899345_5843861.073217 # Unique id of the storage node. +id = 1386757.522535_5862245.993861 # Unique id of the storage node. name = manhole_774_generated # Long name in the user interface. manholeId = manhole_774_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1418031.899345_5843861.073217 # Connection node on which the storage node is located. +nodeId = 1386757.522535_5862245.993861 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417985.816690_5843841.679680 # Unique id of the storage node. +id = 1386779.730984_5862290.226774 # Unique id of the storage node. name = manhole_775_generated # Long name in the user interface. manholeId = manhole_775_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417985.816690_5843841.679680 # Connection node on which the storage node is located. +nodeId = 1386779.730984_5862290.226774 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417937.549674_5843828.732101 # Unique id of the storage node. +id = 1386802.545179_5862334.095373 # Unique id of the storage node. name = manhole_776_generated # Long name in the user interface. manholeId = manhole_776_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417937.549674_5843828.732101 # Connection node on which the storage node is located. +nodeId = 1386802.545179_5862334.095373 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417888.267521_5843821.052269 # Unique id of the storage node. +id = 1386831.207994_5862374.446443 # Unique id of the storage node. name = manhole_777_generated # Long name in the user interface. manholeId = manhole_777_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417888.267521_5843821.052269 # Connection node on which the storage node is located. +nodeId = 1386831.207994_5862374.446443 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417840.163892_5843829.983011 # Unique id of the storage node. +id = 1386859.988486_5862414.708454 # Unique id of the storage node. name = manhole_778_generated # Long name in the user interface. manholeId = manhole_778_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417840.163892_5843829.983011 # Connection node on which the storage node is located. +nodeId = 1386859.988486_5862414.708454 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 734.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 737.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417805.434317_5843863.111793 # Unique id of the storage node. +id = 1386891.035651_5862453.255040 # Unique id of the storage node. name = manhole_779_generated # Long name in the user interface. manholeId = manhole_779_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417805.434317_5843863.111793 # Connection node on which the storage node is located. +nodeId = 1386891.035651_5862453.255040 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 734.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 737.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417794.258506_5843911.517589 # Unique id of the storage node. +id = 1386922.082817_5862491.801626 # Unique id of the storage node. name = manhole_780_generated # Long name in the user interface. manholeId = manhole_780_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417794.258506_5843911.517589 # Connection node on which the storage node is located. +nodeId = 1386922.082817_5862491.801626 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 740.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 743.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417774.165708_5843956.589445 # Unique id of the storage node. +id = 1386953.129982_5862530.348212 # Unique id of the storage node. name = manhole_781_generated # Long name in the user interface. manholeId = manhole_781_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417774.165708_5843956.589445 # Connection node on which the storage node is located. +nodeId = 1386953.129982_5862530.348212 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 753.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 756.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417736.036782_5843988.354960 # Unique id of the storage node. +id = 1386984.177147_5862568.894798 # Unique id of the storage node. name = manhole_782_generated # Long name in the user interface. manholeId = manhole_782_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417736.036782_5843988.354960 # Connection node on which the storage node is located. +nodeId = 1386984.177147_5862568.894798 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 753.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 756.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417693.423129_5844014.374465 # Unique id of the storage node. +id = 1387010.831901_5862610.297833 # Unique id of the storage node. name = manhole_783_generated # Long name in the user interface. manholeId = manhole_783_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417693.423129_5844014.374465 # Connection node on which the storage node is located. +nodeId = 1387010.831901_5862610.297833 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 758.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 761.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417660.920891_5844051.455042 # Unique id of the storage node. +id = 1387033.474099_5862654.310294 # Unique id of the storage node. name = manhole_784_generated # Long name in the user interface. manholeId = manhole_784_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417660.920891_5844051.455042 # Connection node on which the storage node is located. +nodeId = 1387033.474099_5862654.310294 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 758.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 761.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417650.912346_5844099.505877 # Unique id of the storage node. +id = 1387056.116297_5862698.322754 # Unique id of the storage node. name = manhole_785_generated # Long name in the user interface. manholeId = manhole_785_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417650.912346_5844099.505877 # Connection node on which the storage node is located. +nodeId = 1387056.116297_5862698.322754 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 767.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 770.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417658.932691_5844148.792711 # Unique id of the storage node. +id = 1387078.758494_5862742.335214 # Unique id of the storage node. name = manhole_786_generated # Long name in the user interface. manholeId = manhole_786_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417658.932691_5844148.792711 # Connection node on which the storage node is located. +nodeId = 1387078.758494_5862742.335214 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 762.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 765.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417656.545337_5844198.062578 # Unique id of the storage node. +id = 1387101.400692_5862786.347674 # Unique id of the storage node. name = manhole_787_generated # Long name in the user interface. manholeId = manhole_787_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417656.545337_5844198.062578 # Connection node on which the storage node is located. +nodeId = 1387101.400692_5862786.347674 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 762.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 765.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417621.015254_5844231.442374 # Unique id of the storage node. +id = 1387124.783531_5862829.966972 # Unique id of the storage node. name = manhole_788_generated # Long name in the user interface. manholeId = manhole_788_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417621.015254_5844231.442374 # Connection node on which the storage node is located. +nodeId = 1387124.783531_5862829.966972 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 762.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 765.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417572.737633_5844243.886836 # Unique id of the storage node. +id = 1387148.551342_5862873.381911 # Unique id of the storage node. name = manhole_789_generated # Long name in the user interface. manholeId = manhole_789_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417572.737633_5844243.886836 # Connection node on which the storage node is located. +nodeId = 1387148.551342_5862873.381911 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 761.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 764.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417522.776412_5844241.925028 # Unique id of the storage node. +id = 1387176.029596_5862914.516765 # Unique id of the storage node. name = manhole_790_generated # Long name in the user interface. manholeId = manhole_790_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417522.776412_5844241.925028 # Connection node on which the storage node is located. +nodeId = 1387176.029596_5862914.516765 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 761.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 764.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417472.996931_5844238.743336 # Unique id of the storage node. +id = 1387204.050834_5862955.315436 # Unique id of the storage node. name = manhole_791_generated # Long name in the user interface. manholeId = manhole_791_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417472.996931_5844238.743336 # Connection node on which the storage node is located. +nodeId = 1387204.050834_5862955.315436 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 761.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 764.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417424.633521_5844226.056612 # Unique id of the storage node. +id = 1387233.152246_5862995.351339 # Unique id of the storage node. name = manhole_792_generated # Long name in the user interface. manholeId = manhole_792_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417424.633521_5844226.056612 # Connection node on which the storage node is located. +nodeId = 1387233.152246_5862995.351339 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 766.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 769.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417376.270112_5844213.369889 # Unique id of the storage node. +id = 1387262.253659_5863035.387242 # Unique id of the storage node. name = manhole_793_generated # Long name in the user interface. manholeId = manhole_793_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417376.270112_5844213.369889 # Connection node on which the storage node is located. +nodeId = 1387262.253659_5863035.387242 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 769.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 772.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417329.922923_5844195.379737 # Unique id of the storage node. +id = 1387289.177212_5863076.714860 # Unique id of the storage node. name = manhole_794_generated # Long name in the user interface. manholeId = manhole_794_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417329.922923_5844195.379737 # Connection node on which the storage node is located. +nodeId = 1387289.177212_5863076.714860 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 769.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 772.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417285.346019_5844172.733060 # Unique id of the storage node. +id = 1387304.666786_5863123.392671 # Unique id of the storage node. name = manhole_795_generated # Long name in the user interface. manholeId = manhole_795_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417285.346019_5844172.733060 # Connection node on which the storage node is located. +nodeId = 1387304.666786_5863123.392671 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 769.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 772.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417241.398576_5844149.128868 # Unique id of the storage node. +id = 1387314.520281_5863171.895174 # Unique id of the storage node. name = manhole_796_generated # Long name in the user interface. manholeId = manhole_796_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417241.398576_5844149.128868 # Connection node on which the storage node is located. +nodeId = 1387314.520281_5863171.895174 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417205.135993_5844114.981009 # Unique id of the storage node. +id = 1387324.142221_5863220.446013 # Unique id of the storage node. name = manhole_797_generated # Long name in the user interface. manholeId = manhole_797_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417205.135993_5844114.981009 # Connection node on which the storage node is located. +nodeId = 1387324.142221_5863220.446013 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 774.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 777.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417185.598072_5844069.923178 # Unique id of the storage node. +id = 1387333.764160_5863268.996853 # Unique id of the storage node. name = manhole_798_generated # Long name in the user interface. manholeId = manhole_798_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417185.598072_5844069.923178 # Connection node on which the storage node is located. +nodeId = 1387333.764160_5863268.996853 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 777.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 780.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417167.642235_5844023.515259 # Unique id of the storage node. +id = 1387343.386100_5863317.547693 # Unique id of the storage node. name = manhole_799_generated # Long name in the user interface. manholeId = manhole_799_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417167.642235_5844023.515259 # Connection node on which the storage node is located. +nodeId = 1387343.386100_5863317.547693 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 777.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 780.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417132.963851_5843991.211483 # Unique id of the storage node. +id = 1387353.008039_5863366.098533 # Unique id of the storage node. name = manhole_800_generated # Long name in the user interface. manholeId = manhole_800_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417132.963851_5843991.211483 # Connection node on which the storage node is located. +nodeId = 1387353.008039_5863366.098533 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 777.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 780.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417084.594145_5843980.630522 # Unique id of the storage node. +id = 1387364.066298_5863414.311535 # Unique id of the storage node. name = manhole_801_generated # Long name in the user interface. manholeId = manhole_801_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417084.594145_5843980.630522 # Connection node on which the storage node is located. +nodeId = 1387364.066298_5863414.311535 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417036.650724_5843990.027527 # Unique id of the storage node. +id = 1387381.839410_5863460.427046 # Unique id of the storage node. name = manhole_802_generated # Long name in the user interface. manholeId = manhole_802_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417036.650724_5843990.027527 # Connection node on which the storage node is located. +nodeId = 1387381.839410_5863460.427046 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1417000.371750_5844023.958014 # Unique id of the storage node. +id = 1387403.429579_5863504.961006 # Unique id of the storage node. name = manhole_803_generated # Long name in the user interface. manholeId = manhole_803_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1417000.371750_5844023.958014 # Connection node on which the storage node is located. +nodeId = 1387403.429579_5863504.961006 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416969.424811_5844063.229623 # Unique id of the storage node. +id = 1387425.140453_5863549.440256 # Unique id of the storage node. name = manhole_804_generated # Long name in the user interface. manholeId = manhole_804_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416969.424811_5844063.229623 # Connection node on which the storage node is located. +nodeId = 1387425.140453_5863549.440256 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416927.518833_5844087.576213 # Unique id of the storage node. +id = 1387446.851327_5863593.919507 # Unique id of the storage node. name = manhole_805_generated # Long name in the user interface. manholeId = manhole_805_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416927.518833_5844087.576213 # Connection node on which the storage node is located. +nodeId = 1387446.851327_5863593.919507 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416878.712801_5844077.638749 # Unique id of the storage node. +id = 1387467.528696_5863638.888380 # Unique id of the storage node. name = manhole_806_generated # Long name in the user interface. manholeId = manhole_806_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416878.712801_5844077.638749 # Connection node on which the storage node is located. +nodeId = 1387467.528696_5863638.888380 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416830.879168_5844076.316949 # Unique id of the storage node. +id = 1387488.196078_5863683.861984 # Unique id of the storage node. name = manhole_807_generated # Long name in the user interface. manholeId = manhole_807_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416830.879168_5844076.316949 # Connection node on which the storage node is located. +nodeId = 1387488.196078_5863683.861984 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 771.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 774.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416789.764754_5844104.346654 # Unique id of the storage node. +id = 1387508.863468_5863728.835585 # Unique id of the storage node. name = manhole_808_generated # Long name in the user interface. manholeId = manhole_808_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416789.764754_5844104.346654 # Connection node on which the storage node is located. +nodeId = 1387508.863468_5863728.835585 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416749.800182_5844134.364567 # Unique id of the storage node. +id = 1387529.531309_5863773.808978 # Unique id of the storage node. name = manhole_809_generated # Long name in the user interface. manholeId = manhole_809_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416749.800182_5844134.364567 # Connection node on which the storage node is located. +nodeId = 1387529.531309_5863773.808978 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416708.347629_5844161.701024 # Unique id of the storage node. +id = 1387553.168003_5863817.173475 # Unique id of the storage node. name = manhole_810_generated # Long name in the user interface. manholeId = manhole_810_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416708.347629_5844161.701024 # Connection node on which the storage node is located. +nodeId = 1387553.168003_5863817.173475 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416659.038097_5844167.500121 # Unique id of the storage node. +id = 1387579.562713_5863859.043334 # Unique id of the storage node. name = manhole_811_generated # Long name in the user interface. manholeId = manhole_811_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416659.038097_5844167.500121 # Connection node on which the storage node is located. +nodeId = 1387579.562713_5863859.043334 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416612.281278_5844150.799008 # Unique id of the storage node. +id = 1387605.957423_5863900.913192 # Unique id of the storage node. name = manhole_812_generated # Long name in the user interface. manholeId = manhole_812_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416612.281278_5844150.799008 # Connection node on which the storage node is located. +nodeId = 1387605.957423_5863900.913192 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 774.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 777.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416576.374596_5844116.924770 # Unique id of the storage node. +id = 1387632.352133_5863942.783051 # Unique id of the storage node. name = manhole_813_generated # Long name in the user interface. manholeId = manhole_813_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416576.374596_5844116.924770 # Connection node on which the storage node is located. +nodeId = 1387632.352133_5863942.783051 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416541.729803_5844081.767404 # Unique id of the storage node. +id = 1387658.746843_5863984.652909 # Unique id of the storage node. name = manhole_814_generated # Long name in the user interface. manholeId = manhole_814_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416541.729803_5844081.767404 # Connection node on which the storage node is located. +nodeId = 1387658.746843_5863984.652909 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416498.188518_5844062.263958 # Unique id of the storage node. +id = 1387685.893106_5864026.029538 # Unique id of the storage node. name = manhole_815_generated # Long name in the user interface. manholeId = manhole_815_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416498.188518_5844062.263958 # Connection node on which the storage node is located. +nodeId = 1387685.893106_5864026.029538 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416448.970512_5844069.264005 # Unique id of the storage node. +id = 1387711.231137_5864068.427257 # Unique id of the storage node. name = manhole_816_generated # Long name in the user interface. manholeId = manhole_816_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416448.970512_5844069.264005 # Connection node on which the storage node is located. +nodeId = 1387711.231137_5864068.427257 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416400.342735_5844064.002551 # Unique id of the storage node. +id = 1387731.020947_5864113.414904 # Unique id of the storage node. name = manhole_817_generated # Long name in the user interface. manholeId = manhole_817_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416400.342735_5844064.002551 # Connection node on which the storage node is located. +nodeId = 1387731.020947_5864113.414904 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416353.585907_5844047.182243 # Unique id of the storage node. +id = 1387737.361907_5864162.342262 # Unique id of the storage node. name = manhole_818_generated # Long name in the user interface. manholeId = manhole_818_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416353.585907_5844047.182243 # Connection node on which the storage node is located. +nodeId = 1387737.361907_5864162.342262 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416304.218944_5844041.208629 # Unique id of the storage node. +id = 1387732.727566_5864211.475180 # Unique id of the storage node. name = manhole_819_generated # Long name in the user interface. manholeId = manhole_819_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416304.218944_5844041.208629 # Connection node on which the storage node is located. +nodeId = 1387732.727566_5864211.475180 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416254.219288_5844041.126698 # Unique id of the storage node. +id = 1387717.678849_5864258.627082 # Unique id of the storage node. name = manhole_820_generated # Long name in the user interface. manholeId = manhole_820_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416254.219288_5844041.126698 # Connection node on which the storage node is located. +nodeId = 1387717.678849_5864258.627082 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416204.219632_5844041.044768 # Unique id of the storage node. +id = 1387709.672104_5864307.231276 # Unique id of the storage node. name = manhole_821_generated # Long name in the user interface. manholeId = manhole_821_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416204.219632_5844041.044768 # Connection node on which the storage node is located. +nodeId = 1387709.672104_5864307.231276 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 759.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 762.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416155.715855_5844029.767025 # Unique id of the storage node. +id = 1387707.112881_5864356.660176 # Unique id of the storage node. name = manhole_822_generated # Long name in the user interface. manholeId = manhole_822_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416155.715855_5844029.767025 # Connection node on which the storage node is located. +nodeId = 1387707.112881_5864356.660176 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 765.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 768.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416105.967551_5844026.507896 # Unique id of the storage node. +id = 1387709.591798_5864406.012949 # Unique id of the storage node. name = manhole_823_generated # Long name in the user interface. manholeId = manhole_823_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416105.967551_5844026.507896 # Connection node on which the storage node is located. +nodeId = 1387709.591798_5864406.012949 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 765.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 768.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416058.609106_5844040.615419 # Unique id of the storage node. +id = 1387713.643261_5864455.341961 # Unique id of the storage node. name = manhole_824_generated # Long name in the user interface. manholeId = manhole_824_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416058.609106_5844040.615419 # Connection node on which the storage node is located. +nodeId = 1387713.643261_5864455.341961 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 765.0 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 768.0 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1416015.024934_5844064.660431 # Unique id of the storage node. +id = 1387715.877522_5864504.642318 # Unique id of the storage node. name = manhole_825_generated # Long name in the user interface. manholeId = manhole_825_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1416015.024934_5844064.660431 # Connection node on which the storage node is located. +nodeId = 1387715.877522_5864504.642318 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 774.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 777.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415966.053531_5844071.360681 # Unique id of the storage node. +id = 1387708.680233_5864553.426558 # Unique id of the storage node. name = manhole_826_generated # Long name in the user interface. manholeId = manhole_826_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415966.053531_5844071.360681 # Connection node on which the storage node is located. +nodeId = 1387708.680233_5864553.426558 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 774.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 777.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415916.179824_5844068.087565 # Unique id of the storage node. +id = 1387690.790251_5864599.575386 # Unique id of the storage node. name = manhole_827_generated # Long name in the user interface. manholeId = manhole_827_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415916.179824_5844068.087565 # Connection node on which the storage node is located. +nodeId = 1387690.790251_5864599.575386 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 774.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 777.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415866.317967_5844064.377105 # Unique id of the storage node. +id = 1387672.900269_5864645.724214 # Unique id of the storage node. name = manhole_828_generated # Long name in the user interface. manholeId = manhole_828_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415866.317967_5844064.377105 # Connection node on which the storage node is located. +nodeId = 1387672.900269_5864645.724214 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 807.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 810.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415821.697737_5844044.882879 # Unique id of the storage node. +id = 1387659.931900_5864692.983886 # Unique id of the storage node. name = manhole_829_generated # Long name in the user interface. manholeId = manhole_829_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415821.697737_5844044.882879 # Connection node on which the storage node is located. +nodeId = 1387659.931900_5864692.983886 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 807.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 810.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415794.207655_5844003.118473 # Unique id of the storage node. +id = 1387659.223570_5864742.029465 # Unique id of the storage node. name = manhole_830_generated # Long name in the user interface. manholeId = manhole_830_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415794.207655_5844003.118473 # Connection node on which the storage node is located. +nodeId = 1387659.223570_5864742.029465 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 807.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 810.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415762.549901_5843965.514250 # Unique id of the storage node. +id = 1387675.926897_5864788.273514 # Unique id of the storage node. name = manhole_831_generated # Long name in the user interface. manholeId = manhole_831_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415762.549901_5843965.514250 # Connection node on which the storage node is located. +nodeId = 1387675.926897_5864788.273514 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 806.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 809.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415718.953664_5843942.371185 # Unique id of the storage node. +id = 1387702.296292_5864830.159320 # Unique id of the storage node. name = manhole_832_generated # Long name in the user interface. manholeId = manhole_832_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415718.953664_5843942.371185 # Connection node on which the storage node is located. +nodeId = 1387702.296292_5864830.159320 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 771.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 774.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415669.912683_5843933.763924 # Unique id of the storage node. +id = 1387728.665687_5864872.045127 # Unique id of the storage node. name = manhole_833_generated # Long name in the user interface. manholeId = manhole_833_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415669.912683_5843933.763924 # Connection node on which the storage node is located. +nodeId = 1387728.665687_5864872.045127 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 771.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 774.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415619.924761_5843932.787543 # Unique id of the storage node. +id = 1387751.608185_5864915.528789 # Unique id of the storage node. name = manhole_834_generated # Long name in the user interface. manholeId = manhole_834_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415619.924761_5843932.787543 # Connection node on which the storage node is located. +nodeId = 1387751.608185_5864915.528789 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 779.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 782.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415569.958354_5843934.612512 # Unique id of the storage node. +id = 1387766.741665_5864962.653555 # Unique id of the storage node. name = manhole_835_generated # Long name in the user interface. manholeId = manhole_835_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415569.958354_5843934.612512 # Connection node on which the storage node is located. +nodeId = 1387766.741665_5864962.653555 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 779.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 782.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415519.991947_5843936.437480 # Unique id of the storage node. +id = 1387778.991920_5865010.246724 # Unique id of the storage node. name = manhole_836_generated # Long name in the user interface. manholeId = manhole_836_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415519.991947_5843936.437480 # Connection node on which the storage node is located. +nodeId = 1387778.991920_5865010.246724 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 779.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 782.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415470.762993_5843943.106915 # Unique id of the storage node. +id = 1387779.554608_5865059.738634 # Unique id of the storage node. name = manhole_837_generated # Long name in the user interface. manholeId = manhole_837_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415470.762993_5843943.106915 # Connection node on which the storage node is located. +nodeId = 1387779.554608_5865059.738634 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 817.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 820.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415423.668638_5843959.469534 # Unique id of the storage node. +id = 1387780.117297_5865109.230544 # Unique id of the storage node. name = manhole_838_generated # Long name in the user interface. manholeId = manhole_838_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415423.668638_5843959.469534 # Connection node on which the storage node is located. +nodeId = 1387780.117297_5865109.230544 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 817.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 820.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415383.882674_5843988.207099 # Unique id of the storage node. +id = 1387782.917817_5865158.566991 # Unique id of the storage node. name = manhole_839_generated # Long name in the user interface. manholeId = manhole_839_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415383.882674_5843988.207099 # Connection node on which the storage node is located. +nodeId = 1387782.917817_5865158.566991 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 831.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 834.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415349.174973_5844024.198039 # Unique id of the storage node. +id = 1387789.203932_5865207.661294 # Unique id of the storage node. name = manhole_840_generated # Long name in the user interface. manholeId = manhole_840_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415349.174973_5844024.198039 # Connection node on which the storage node is located. +nodeId = 1387789.203932_5865207.661294 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 806.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 809.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415312.329664_5844057.858753 # Unique id of the storage node. +id = 1387795.490047_5865256.755596 # Unique id of the storage node. name = manhole_841_generated # Long name in the user interface. manholeId = manhole_841_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415312.329664_5844057.858753 # Connection node on which the storage node is located. +nodeId = 1387795.490047_5865256.755596 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 806.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 809.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415272.977458_5844088.655794 # Unique id of the storage node. +id = 1387804.549935_5865305.332480 # Unique id of the storage node. name = manhole_842_generated # Long name in the user interface. manholeId = manhole_842_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415272.977458_5844088.655794 # Connection node on which the storage node is located. +nodeId = 1387804.549935_5865305.332480 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 808.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 811.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415231.584478_5844116.702069 # Unique id of the storage node. +id = 1387816.386747_5865353.391356 # Unique id of the storage node. name = manhole_843_generated # Long name in the user interface. manholeId = manhole_843_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415231.584478_5844116.702069 # Connection node on which the storage node is located. +nodeId = 1387816.386747_5865353.391356 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 808.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 811.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415190.929578_5844145.800724 # Unique id of the storage node. +id = 1387828.223559_5865401.450233 # Unique id of the storage node. name = manhole_844_generated # Long name in the user interface. manholeId = manhole_844_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415190.929578_5844145.800724 # Connection node on which the storage node is located. +nodeId = 1387828.223559_5865401.450233 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 808.6000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 811.6000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415152.162144_5844177.365403 # Unique id of the storage node. +id = 1387842.966275_5865448.679594 # Unique id of the storage node. name = manhole_845_generated # Long name in the user interface. manholeId = manhole_845_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415152.162144_5844177.365403 # Connection node on which the storage node is located. +nodeId = 1387842.966275_5865448.679594 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 799.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 802.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415113.555252_5844209.137721 # Unique id of the storage node. +id = 1387858.283513_5865495.744953 # Unique id of the storage node. name = manhole_846_generated # Long name in the user interface. manholeId = manhole_846_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415113.555252_5844209.137721 # Connection node on which the storage node is located. +nodeId = 1387858.283513_5865495.744953 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 799.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 802.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415074.948360_5844240.910039 # Unique id of the storage node. +id = 1387872.788358_5865543.026506 # Unique id of the storage node. name = manhole_847_generated # Long name in the user interface. manholeId = manhole_847_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415074.948360_5844240.910039 # Connection node on which the storage node is located. +nodeId = 1387872.788358_5865543.026506 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 799.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 802.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1415036.341468_5844272.682357 # Unique id of the storage node. +id = 1387882.890575_5865591.479690 # Unique id of the storage node. name = manhole_848_generated # Long name in the user interface. manholeId = manhole_848_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1415036.341468_5844272.682357 # Connection node on which the storage node is located. +nodeId = 1387882.890575_5865591.479690 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 775.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 778.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414997.734576_5844304.454675 # Unique id of the storage node. +id = 1387892.992792_5865639.932873 # Unique id of the storage node. name = manhole_849_generated # Long name in the user interface. manholeId = manhole_849_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414997.734576_5844304.454675 # Connection node on which the storage node is located. +nodeId = 1387892.992792_5865639.932873 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 775.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 778.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414959.127684_5844336.226994 # Unique id of the storage node. +id = 1387903.095010_5865688.386056 # Unique id of the storage node. name = manhole_850_generated # Long name in the user interface. manholeId = manhole_850_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414959.127684_5844336.226994 # Connection node on which the storage node is located. +nodeId = 1387903.095010_5865688.386056 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 775.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 778.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414920.520792_5844367.999312 # Unique id of the storage node. +id = 1387913.197227_5865736.839240 # Unique id of the storage node. name = manhole_851_generated # Long name in the user interface. manholeId = manhole_851_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414920.520792_5844367.999312 # Connection node on which the storage node is located. +nodeId = 1387913.197227_5865736.839240 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 791.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 794.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414881.913900_5844399.771630 # Unique id of the storage node. +id = 1387767.438602_5866395.894651 # Unique id of the storage node. name = manhole_852_generated # Long name in the user interface. manholeId = manhole_852_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414881.913900_5844399.771630 # Connection node on which the storage node is located. +nodeId = 1387767.438602_5866395.894651 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 827.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 830.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414842.734272_5844430.764690 # Unique id of the storage node. +id = 1387758.181959_5866444.388787 # Unique id of the storage node. name = manhole_853_generated # Long name in the user interface. manholeId = manhole_853_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414842.734272_5844430.764690 # Connection node on which the storage node is located. +nodeId = 1387758.181959_5866444.388787 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 827.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 830.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414800.885097_5844458.125591 # Unique id of the storage node. +id = 1387748.925316_5866492.882923 # Unique id of the storage node. name = manhole_854_generated # Long name in the user interface. manholeId = manhole_854_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414800.885097_5844458.125591 # Connection node on which the storage node is located. +nodeId = 1387748.925316_5866492.882923 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 827.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 830.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414759.035923_5844485.486492 # Unique id of the storage node. +id = 1387739.668673_5866541.377059 # Unique id of the storage node. name = manhole_855_generated # Long name in the user interface. manholeId = manhole_855_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414759.035923_5844485.486492 # Connection node on which the storage node is located. +nodeId = 1387739.668673_5866541.377059 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 813.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 816.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414717.186748_5844512.847393 # Unique id of the storage node. +id = 1387730.412029_5866589.871195 # Unique id of the storage node. name = manhole_856_generated # Long name in the user interface. manholeId = manhole_856_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414717.186748_5844512.847393 # Connection node on which the storage node is located. +nodeId = 1387730.412029_5866589.871195 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 813.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 816.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414675.337574_5844540.208294 # Unique id of the storage node. +id = 1387721.155386_5866638.365331 # Unique id of the storage node. name = manhole_857_generated # Long name in the user interface. manholeId = manhole_857_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414675.337574_5844540.208294 # Connection node on which the storage node is located. +nodeId = 1387721.155386_5866638.365331 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 813.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 816.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414631.732082_5844564.560295 # Unique id of the storage node. +id = 1387711.868743_5866686.853722 # Unique id of the storage node. name = manhole_858_generated # Long name in the user interface. manholeId = manhole_858_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414631.732082_5844564.560295 # Connection node on which the storage node is located. +nodeId = 1387711.868743_5866686.853722 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 813.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 816.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414587.328822_5844587.545569 # Unique id of the storage node. +id = 1387702.553355_5866735.336608 # Unique id of the storage node. name = manhole_859_generated # Long name in the user interface. manholeId = manhole_859_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414587.328822_5844587.545569 # Connection node on which the storage node is located. +nodeId = 1387702.553355_5866735.336608 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 813.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 816.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414542.925562_5844610.530842 # Unique id of the storage node. +id = 1387692.161796_5866783.420620 # Unique id of the storage node. name = manhole_860_generated # Long name in the user interface. manholeId = manhole_860_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414542.925562_5844610.530842 # Connection node on which the storage node is located. +nodeId = 1387692.161796_5866783.420620 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 799.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 802.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414498.522302_5844633.516116 # Unique id of the storage node. +id = 1387809.534625_5866309.639252 # Unique id of the storage node. name = manhole_861_generated # Long name in the user interface. manholeId = manhole_861_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414498.522302_5844633.516116 # Connection node on which the storage node is located. +nodeId = 1387809.534625_5866309.639252 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 803.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 806.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414453.804427_5844655.808527 # Unique id of the storage node. +id = 1387788.486613_5866352.766951 # Unique id of the storage node. name = manhole_862_generated # Long name in the user interface. manholeId = manhole_862_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414453.804427_5844655.808527 # Connection node on which the storage node is located. +nodeId = 1387788.486613_5866352.766951 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 803.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 806.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414407.275944_5844674.113516 # Unique id of the storage node. +id = 1387774.733068_5866351.644692 # Unique id of the storage node. name = manhole_863_generated # Long name in the user interface. manholeId = manhole_863_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414407.275944_5844674.113516 # Connection node on which the storage node is located. +nodeId = 1387774.733068_5866351.644692 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 837.1000366210938 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 840.1000366210938 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414360.747461_5844692.418505 # Unique id of the storage node. +id = 1387787.219046_5866308.756402 # Unique id of the storage node. name = manhole_864_generated # Long name in the user interface. manholeId = manhole_864_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414360.747461_5844692.418505 # Connection node on which the storage node is located. +nodeId = 1387787.219046_5866308.756402 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 803.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 806.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414314.218979_5844710.723494 # Unique id of the storage node. +id = 1387802.581936_5866266.622690 # Unique id of the storage node. name = manhole_865_generated # Long name in the user interface. manholeId = manhole_865_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414314.218979_5844710.723494 # Connection node on which the storage node is located. +nodeId = 1387802.581936_5866266.622690 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 803.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 806.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414267.690496_5844729.028483 # Unique id of the storage node. +id = 1387818.989884_5866224.886323 # Unique id of the storage node. name = manhole_866_generated # Long name in the user interface. manholeId = manhole_866_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414267.690496_5844729.028483 # Connection node on which the storage node is located. +nodeId = 1387818.989884_5866224.886323 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 824.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 827.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414221.057498_5844747.016871 # Unique id of the storage node. +id = 1387838.767448_5866184.784888 # Unique id of the storage node. name = manhole_867_generated # Long name in the user interface. manholeId = manhole_867_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414221.057498_5844747.016871 # Connection node on which the storage node is located. +nodeId = 1387838.767448_5866184.784888 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 824.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 827.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414172.775622_5844760.010439 # Unique id of the storage node. +id = 1387862.375428_5866146.679680 # Unique id of the storage node. name = manhole_868_generated # Long name in the user interface. manholeId = manhole_868_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414172.775622_5844760.010439 # Connection node on which the storage node is located. +nodeId = 1387862.375428_5866146.679680 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 824.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 827.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414124.493746_5844773.004007 # Unique id of the storage node. +id = 1387890.316308_5866111.904927 # Unique id of the storage node. name = manhole_869_generated # Long name in the user interface. manholeId = manhole_869_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414124.493746_5844773.004007 # Connection node on which the storage node is located. +nodeId = 1387890.316308_5866111.904927 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 800.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 803.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414076.211871_5844785.997575 # Unique id of the storage node. +id = 1387932.086586_5866099.149365 # Unique id of the storage node. name = manhole_870_generated # Long name in the user interface. manholeId = manhole_870_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414076.211871_5844785.997575 # Connection node on which the storage node is located. +nodeId = 1387932.086586_5866099.149365 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 800.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 803.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1414027.929995_5844798.991143 # Unique id of the storage node. +id = 1387931.614703_5866170.542120 # Unique id of the storage node. name = manhole_871_generated # Long name in the user interface. manholeId = manhole_871_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1414027.929995_5844798.991143 # Connection node on which the storage node is located. +nodeId = 1387931.614703_5866170.542120 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 800.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 803.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1413979.648120_5844811.984711 # Unique id of the storage node. +id = 1387899.497388_5866203.806989 # Unique id of the storage node. name = manhole_872_generated # Long name in the user interface. manholeId = manhole_872_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413979.648120_5844811.984711 # Connection node on which the storage node is located. +nodeId = 1387899.497388_5866203.806989 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 800.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 803.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1413930.369627_5844820.215583 # Unique id of the storage node. +id = 1387869.509800_5866239.084410 # Unique id of the storage node. name = manhole_873_generated # Long name in the user interface. manholeId = manhole_873_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413930.369627_5844820.215583 # Connection node on which the storage node is located. +nodeId = 1387869.509800_5866239.084410 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 803.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 806.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1413880.928856_5844827.670952 # Unique id of the storage node. +id = 1387839.522212_5866274.361831 # Unique id of the storage node. name = manhole_874_generated # Long name in the user interface. manholeId = manhole_874_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413880.928856_5844827.670952 # Connection node on which the storage node is located. +nodeId = 1387839.522212_5866274.361831 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 803.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 806.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1413831.488086_5844835.126322 # Unique id of the storage node. +id = 1387908.367354_5866141.903963 # Unique id of the storage node. name = manhole_875_generated # Long name in the user interface. manholeId = manhole_875_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413831.488086_5844835.126322 # Connection node on which the storage node is located. +nodeId = 1387908.367354_5866141.903963 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 800.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 803.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1413782.047315_5844842.581691 # Unique id of the storage node. +id = 1387876.955023_5866179.987773 # Unique id of the storage node. name = manhole_876_generated # Long name in the user interface. manholeId = manhole_876_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413782.047315_5844842.581691 # Connection node on which the storage node is located. +nodeId = 1387876.955023_5866179.987773 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 800.9000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 803.9000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1413732.606545_5844850.037061 # Unique id of the storage node. +id = 1387847.458594_5866219.470103 # Unique id of the storage node. name = manhole_877_generated # Long name in the user interface. manholeId = manhole_877_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413732.606545_5844850.037061 # Connection node on which the storage node is located. +nodeId = 1387847.458594_5866219.470103 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 824.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 827.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1413682.774029_5844852.736711 # Unique id of the storage node. +id = 1387823.639856_5866262.662998 # Unique id of the storage node. name = manhole_878_generated # Long name in the user interface. manholeId = manhole_878_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413682.774029_5844852.736711 # Connection node on which the storage node is located. +nodeId = 1387823.639856_5866262.662998 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 803.2000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 806.2000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1413632.779715_5844853.472163 # Unique id of the storage node. +id = 1387940.443674_5865845.093255 # Unique id of the storage node. name = manhole_879_generated # Long name in the user interface. manholeId = manhole_879_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413632.779715_5844853.472163 # Connection node on which the storage node is located. +nodeId = 1387940.443674_5865845.093255 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 801.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 804.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1413582.785401_5844854.207616 # Unique id of the storage node. +id = 1387943.318034_5865887.628140 # Unique id of the storage node. name = manhole_880_generated # Long name in the user interface. manholeId = manhole_880_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413582.785401_5844854.207616 # Connection node on which the storage node is located. +nodeId = 1387943.318034_5865887.628140 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 801.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 804.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1413532.791087_5844854.943068 # Unique id of the storage node. +id = 1387946.009428_5865930.175073 # Unique id of the storage node. name = manhole_881_generated # Long name in the user interface. manholeId = manhole_881_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413532.791087_5844854.943068 # Connection node on which the storage node is located. +nodeId = 1387946.009428_5865930.175073 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 801.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 804.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1413482.796773_5844855.678520 # Unique id of the storage node. +id = 1387948.700822_5865972.722006 # Unique id of the storage node. name = manhole_882_generated # Long name in the user interface. manholeId = manhole_882_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413482.796773_5844855.678520 # Connection node on which the storage node is located. +nodeId = 1387948.700822_5865972.722006 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 813.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 816.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1413433.065366_5844851.819942 # Unique id of the storage node. +id = 1387944.872251_5866015.105106 # Unique id of the storage node. name = manhole_883_generated # Long name in the user interface. manholeId = manhole_883_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413433.065366_5844851.819942 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1413383.481353_5844845.385816 # Unique id of the storage node. -name = manhole_884_generated # Long name in the user interface. -manholeId = manhole_884_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413383.481353_5844845.385816 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1413333.897340_5844838.951690 # Unique id of the storage node. -name = manhole_885_generated # Long name in the user interface. -manholeId = manhole_885_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413333.897340_5844838.951690 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1413284.313327_5844832.517564 # Unique id of the storage node. -name = manhole_886_generated # Long name in the user interface. -manholeId = manhole_886_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413284.313327_5844832.517564 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1413234.729314_5844826.083439 # Unique id of the storage node. -name = manhole_887_generated # Long name in the user interface. -manholeId = manhole_887_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413234.729314_5844826.083439 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1413185.559508_5844818.100490 # Unique id of the storage node. -name = manhole_888_generated # Long name in the user interface. -manholeId = manhole_888_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413185.559508_5844818.100490 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1413139.382957_5844798.925025 # Unique id of the storage node. -name = manhole_889_generated # Long name in the user interface. -manholeId = manhole_889_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413139.382957_5844798.925025 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1413093.206406_5844779.749560 # Unique id of the storage node. -name = manhole_890_generated # Long name in the user interface. -manholeId = manhole_890_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413093.206406_5844779.749560 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1413047.029855_5844760.574095 # Unique id of the storage node. -name = manhole_891_generated # Long name in the user interface. -manholeId = manhole_891_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413047.029855_5844760.574095 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1413000.853304_5844741.398630 # Unique id of the storage node. -name = manhole_892_generated # Long name in the user interface. -manholeId = manhole_892_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1413000.853304_5844741.398630 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412954.676753_5844722.223166 # Unique id of the storage node. -name = manhole_893_generated # Long name in the user interface. -manholeId = manhole_893_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412954.676753_5844722.223166 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412909.234405_5844701.402768 # Unique id of the storage node. -name = manhole_894_generated # Long name in the user interface. -manholeId = manhole_894_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412909.234405_5844701.402768 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412864.126098_5844679.833972 # Unique id of the storage node. -name = manhole_895_generated # Long name in the user interface. -manholeId = manhole_895_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412864.126098_5844679.833972 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412819.017791_5844658.265176 # Unique id of the storage node. -name = manhole_896_generated # Long name in the user interface. -manholeId = manhole_896_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412819.017791_5844658.265176 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412773.909483_5844636.696380 # Unique id of the storage node. -name = manhole_897_generated # Long name in the user interface. -manholeId = manhole_897_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412773.909483_5844636.696380 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412728.801176_5844615.127584 # Unique id of the storage node. -name = manhole_898_generated # Long name in the user interface. -manholeId = manhole_898_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412728.801176_5844615.127584 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412683.692869_5844593.558788 # Unique id of the storage node. -name = manhole_899_generated # Long name in the user interface. -manholeId = manhole_899_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412683.692869_5844593.558788 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412638.584562_5844571.989992 # Unique id of the storage node. -name = manhole_900_generated # Long name in the user interface. -manholeId = manhole_900_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412638.584562_5844571.989992 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412595.623685_5844546.633682 # Unique id of the storage node. -name = manhole_901_generated # Long name in the user interface. -manholeId = manhole_901_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412595.623685_5844546.633682 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412553.953395_5844519.001106 # Unique id of the storage node. -name = manhole_902_generated # Long name in the user interface. -manholeId = manhole_902_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412553.953395_5844519.001106 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412512.283105_5844491.368529 # Unique id of the storage node. -name = manhole_903_generated # Long name in the user interface. -manholeId = manhole_903_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412512.283105_5844491.368529 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412470.612816_5844463.735953 # Unique id of the storage node. -name = manhole_904_generated # Long name in the user interface. -manholeId = manhole_904_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412470.612816_5844463.735953 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412428.942526_5844436.103376 # Unique id of the storage node. -name = manhole_905_generated # Long name in the user interface. -manholeId = manhole_905_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412428.942526_5844436.103376 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412387.272236_5844408.470800 # Unique id of the storage node. -name = manhole_906_generated # Long name in the user interface. -manholeId = manhole_906_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412387.272236_5844408.470800 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412345.601947_5844380.838223 # Unique id of the storage node. -name = manhole_907_generated # Long name in the user interface. -manholeId = manhole_907_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412345.601947_5844380.838223 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412303.931657_5844353.205647 # Unique id of the storage node. -name = manhole_908_generated # Long name in the user interface. -manholeId = manhole_908_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412303.931657_5844353.205647 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412262.261367_5844325.573070 # Unique id of the storage node. -name = manhole_909_generated # Long name in the user interface. -manholeId = manhole_909_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412262.261367_5844325.573070 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412220.249578_5844298.492348 # Unique id of the storage node. -name = manhole_910_generated # Long name in the user interface. -manholeId = manhole_910_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412220.249578_5844298.492348 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412176.927172_5844273.529546 # Unique id of the storage node. -name = manhole_911_generated # Long name in the user interface. -manholeId = manhole_911_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412176.927172_5844273.529546 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412132.736799_5844250.193438 # Unique id of the storage node. -name = manhole_912_generated # Long name in the user interface. -manholeId = manhole_912_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412132.736799_5844250.193438 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412084.520041_5844239.100946 # Unique id of the storage node. -name = manhole_913_generated # Long name in the user interface. -manholeId = manhole_913_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412084.520041_5844239.100946 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1412034.979538_5844232.339967 # Unique id of the storage node. -name = manhole_914_generated # Long name in the user interface. -manholeId = manhole_914_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1412034.979538_5844232.339967 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411985.218781_5844228.969402 # Unique id of the storage node. -name = manhole_915_generated # Long name in the user interface. -manholeId = manhole_915_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411985.218781_5844228.969402 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411935.547168_5844225.608684 # Unique id of the storage node. -name = manhole_916_generated # Long name in the user interface. -manholeId = manhole_916_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411935.547168_5844225.608684 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411887.339208_5844212.728832 # Unique id of the storage node. -name = manhole_917_generated # Long name in the user interface. -manholeId = manhole_917_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411887.339208_5844212.728832 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411839.780274_5844197.297692 # Unique id of the storage node. -name = manhole_918_generated # Long name in the user interface. -manholeId = manhole_918_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411839.780274_5844197.297692 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411792.519586_5844180.978410 # Unique id of the storage node. -name = manhole_919_generated # Long name in the user interface. -manholeId = manhole_919_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411792.519586_5844180.978410 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411745.286311_5844164.577493 # Unique id of the storage node. -name = manhole_920_generated # Long name in the user interface. -manholeId = manhole_920_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411745.286311_5844164.577493 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411696.500934_5844156.457476 # Unique id of the storage node. -name = manhole_921_generated # Long name in the user interface. -manholeId = manhole_921_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411696.500934_5844156.457476 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411646.566812_5844156.629717 # Unique id of the storage node. -name = manhole_922_generated # Long name in the user interface. -manholeId = manhole_922_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411646.566812_5844156.629717 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411596.686351_5844160.081081 # Unique id of the storage node. -name = manhole_923_generated # Long name in the user interface. -manholeId = manhole_923_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411596.686351_5844160.081081 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411547.500558_5844168.594528 # Unique id of the storage node. -name = manhole_924_generated # Long name in the user interface. -manholeId = manhole_924_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411547.500558_5844168.594528 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411498.534317_5844178.707867 # Unique id of the storage node. -name = manhole_925_generated # Long name in the user interface. -manholeId = manhole_925_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411498.534317_5844178.707867 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411449.481568_5844188.392413 # Unique id of the storage node. -name = manhole_926_generated # Long name in the user interface. -manholeId = manhole_926_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411449.481568_5844188.392413 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411399.801096_5844192.348645 # Unique id of the storage node. -name = manhole_927_generated # Long name in the user interface. -manholeId = manhole_927_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411399.801096_5844192.348645 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411349.814735_5844193.504510 # Unique id of the storage node. -name = manhole_928_generated # Long name in the user interface. -manholeId = manhole_928_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411349.814735_5844193.504510 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411299.870496_5844191.679849 # Unique id of the storage node. -name = manhole_929_generated # Long name in the user interface. -manholeId = manhole_929_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411299.870496_5844191.679849 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411249.970588_5844188.525230 # Unique id of the storage node. -name = manhole_930_generated # Long name in the user interface. -manholeId = manhole_930_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411249.970588_5844188.525230 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411200.093914_5844186.118734 # Unique id of the storage node. -name = manhole_931_generated # Long name in the user interface. -manholeId = manhole_931_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411200.093914_5844186.118734 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411160.703226_5844163.040254 # Unique id of the storage node. -name = manhole_932_generated # Long name in the user interface. -manholeId = manhole_932_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411160.703226_5844163.040254 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411144.187010_5844116.165281 # Unique id of the storage node. -name = manhole_933_generated # Long name in the user interface. -manholeId = manhole_933_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411144.187010_5844116.165281 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411135.491020_5844066.974482 # Unique id of the storage node. -name = manhole_934_generated # Long name in the user interface. -manholeId = manhole_934_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411135.491020_5844066.974482 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411151.511505_5844020.488007 # Unique id of the storage node. -name = manhole_935_generated # Long name in the user interface. -manholeId = manhole_935_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411151.511505_5844020.488007 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411190.946559_5843989.749753 # Unique id of the storage node. -name = manhole_936_generated # Long name in the user interface. -manholeId = manhole_936_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411190.946559_5843989.749753 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411229.800308_5843958.324840 # Unique id of the storage node. -name = manhole_937_generated # Long name in the user interface. -manholeId = manhole_937_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411229.800308_5843958.324840 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411259.104693_5843920.205237 # Unique id of the storage node. -name = manhole_938_generated # Long name in the user interface. -manholeId = manhole_938_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411259.104693_5843920.205237 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411230.415942_5843886.239951 # Unique id of the storage node. -name = manhole_939_generated # Long name in the user interface. -manholeId = manhole_939_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411230.415942_5843886.239951 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411183.531357_5843868.894976 # Unique id of the storage node. -name = manhole_940_generated # Long name in the user interface. -manholeId = manhole_940_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411183.531357_5843868.894976 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411136.226087_5843852.702888 # Unique id of the storage node. -name = manhole_941_generated # Long name in the user interface. -manholeId = manhole_941_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411136.226087_5843852.702888 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411088.920816_5843836.510801 # Unique id of the storage node. -name = manhole_942_generated # Long name in the user interface. -manholeId = manhole_942_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411088.920816_5843836.510801 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1411041.888215_5843819.573288 # Unique id of the storage node. -name = manhole_943_generated # Long name in the user interface. -manholeId = manhole_943_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1411041.888215_5843819.573288 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410995.299948_5843801.420997 # Unique id of the storage node. -name = manhole_944_generated # Long name in the user interface. -manholeId = manhole_944_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410995.299948_5843801.420997 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410948.711490_5843783.269194 # Unique id of the storage node. -name = manhole_945_generated # Long name in the user interface. -manholeId = manhole_945_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410948.711490_5843783.269194 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410902.123032_5843765.117391 # Unique id of the storage node. -name = manhole_946_generated # Long name in the user interface. -manholeId = manhole_946_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410902.123032_5843765.117391 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410855.074617_5843748.395271 # Unique id of the storage node. -name = manhole_947_generated # Long name in the user interface. -manholeId = manhole_947_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410855.074617_5843748.395271 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410806.641643_5843735.976762 # Unique id of the storage node. -name = manhole_948_generated # Long name in the user interface. -manholeId = manhole_948_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410806.641643_5843735.976762 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410758.206719_5843723.565866 # Unique id of the storage node. -name = manhole_949_generated # Long name in the user interface. -manholeId = manhole_949_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410758.206719_5843723.565866 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410709.454441_5843712.467469 # Unique id of the storage node. -name = manhole_950_generated # Long name in the user interface. -manholeId = manhole_950_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410709.454441_5843712.467469 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410660.027110_5843705.387307 # Unique id of the storage node. -name = manhole_951_generated # Long name in the user interface. -manholeId = manhole_951_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410660.027110_5843705.387307 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410610.323604_5843699.952798 # Unique id of the storage node. -name = manhole_952_generated # Long name in the user interface. -manholeId = manhole_952_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410610.323604_5843699.952798 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410560.592468_5843694.784525 # Unique id of the storage node. -name = manhole_953_generated # Long name in the user interface. -manholeId = manhole_953_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410560.592468_5843694.784525 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410510.831875_5843689.900296 # Unique id of the storage node. -name = manhole_954_generated # Long name in the user interface. -manholeId = manhole_954_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410510.831875_5843689.900296 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410461.070665_5843685.022349 # Unique id of the storage node. -name = manhole_955_generated # Long name in the user interface. -manholeId = manhole_955_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410461.070665_5843685.022349 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410411.309456_5843680.144403 # Unique id of the storage node. -name = manhole_956_generated # Long name in the user interface. -manholeId = manhole_956_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410411.309456_5843680.144403 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410361.548247_5843675.266457 # Unique id of the storage node. -name = manhole_957_generated # Long name in the user interface. -manholeId = manhole_957_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410361.548247_5843675.266457 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410311.787037_5843670.388511 # Unique id of the storage node. -name = manhole_958_generated # Long name in the user interface. -manholeId = manhole_958_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410311.787037_5843670.388511 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410262.025883_5843665.509998 # Unique id of the storage node. -name = manhole_959_generated # Long name in the user interface. -manholeId = manhole_959_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410262.025883_5843665.509998 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410212.264928_5843660.629457 # Unique id of the storage node. -name = manhole_960_generated # Long name in the user interface. -manholeId = manhole_960_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410212.264928_5843660.629457 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410162.624738_5843654.758202 # Unique id of the storage node. -name = manhole_961_generated # Long name in the user interface. -manholeId = manhole_961_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410162.624738_5843654.758202 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410113.148508_5843647.541905 # Unique id of the storage node. -name = manhole_962_generated # Long name in the user interface. -manholeId = manhole_962_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410113.148508_5843647.541905 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410065.568506_5843633.632861 # Unique id of the storage node. -name = manhole_963_generated # Long name in the user interface. -manholeId = manhole_963_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410065.568506_5843633.632861 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1410022.702877_5843607.919842 # Unique id of the storage node. -name = manhole_964_generated # Long name in the user interface. -manholeId = manhole_964_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1410022.702877_5843607.919842 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409985.195860_5843575.171757 # Unique id of the storage node. -name = manhole_965_generated # Long name in the user interface. -manholeId = manhole_965_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409985.195860_5843575.171757 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409946.118790_5843543.979532 # Unique id of the storage node. -name = manhole_966_generated # Long name in the user interface. -manholeId = manhole_966_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409946.118790_5843543.979532 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409896.867170_5843537.099680 # Unique id of the storage node. -name = manhole_967_generated # Long name in the user interface. -manholeId = manhole_967_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409896.867170_5843537.099680 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409847.168251_5843541.514289 # Unique id of the storage node. -name = manhole_968_generated # Long name in the user interface. -manholeId = manhole_968_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409847.168251_5843541.514289 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409797.464138_5843546.943236 # Unique id of the storage node. -name = manhole_969_generated # Long name in the user interface. -manholeId = manhole_969_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409797.464138_5843546.943236 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409747.760025_5843552.372183 # Unique id of the storage node. -name = manhole_970_generated # Long name in the user interface. -manholeId = manhole_970_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409747.760025_5843552.372183 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409698.055912_5843557.801130 # Unique id of the storage node. -name = manhole_971_generated # Long name in the user interface. -manholeId = manhole_971_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409698.055912_5843557.801130 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409648.750847_5843566.089248 # Unique id of the storage node. -name = manhole_972_generated # Long name in the user interface. -manholeId = manhole_972_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409648.750847_5843566.089248 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409599.459665_5843574.476842 # Unique id of the storage node. -name = manhole_973_generated # Long name in the user interface. -manholeId = manhole_973_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409599.459665_5843574.476842 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409549.492483_5843575.649355 # Unique id of the storage node. -name = manhole_974_generated # Long name in the user interface. -manholeId = manhole_974_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409549.492483_5843575.649355 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409499.501123_5843576.563811 # Unique id of the storage node. -name = manhole_975_generated # Long name in the user interface. -manholeId = manhole_975_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409499.501123_5843576.563811 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409450.647417_5843586.491336 # Unique id of the storage node. -name = manhole_976_generated # Long name in the user interface. -manholeId = manhole_976_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409450.647417_5843586.491336 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409405.022354_5843606.754468 # Unique id of the storage node. -name = manhole_977_generated # Long name in the user interface. -manholeId = manhole_977_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409405.022354_5843606.754468 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409363.785367_5843635.029604 # Unique id of the storage node. -name = manhole_978_generated # Long name in the user interface. -manholeId = manhole_978_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409363.785367_5843635.029604 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409321.042895_5843660.649812 # Unique id of the storage node. -name = manhole_979_generated # Long name in the user interface. -manholeId = manhole_979_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409321.042895_5843660.649812 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409274.667564_5843678.674400 # Unique id of the storage node. -name = manhole_980_generated # Long name in the user interface. -manholeId = manhole_980_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409274.667564_5843678.674400 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409226.593974_5843691.426515 # Unique id of the storage node. -name = manhole_981_generated # Long name in the user interface. -manholeId = manhole_981_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409226.593974_5843691.426515 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409181.839324_5843713.719868 # Unique id of the storage node. -name = manhole_982_generated # Long name in the user interface. -manholeId = manhole_982_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409181.839324_5843713.719868 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409143.817642_5843745.100613 # Unique id of the storage node. -name = manhole_983_generated # Long name in the user interface. -manholeId = manhole_983_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409143.817642_5843745.100613 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409109.307516_5843781.276174 # Unique id of the storage node. -name = manhole_984_generated # Long name in the user interface. -manholeId = manhole_984_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409109.307516_5843781.276174 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409073.606355_5843816.281879 # Unique id of the storage node. -name = manhole_985_generated # Long name in the user interface. -manholeId = manhole_985_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409073.606355_5843816.281879 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409040.073193_5843853.282417 # Unique id of the storage node. -name = manhole_986_generated # Long name in the user interface. -manholeId = manhole_986_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409040.073193_5843853.282417 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1409008.153521_5843891.767568 # Unique id of the storage node. -name = manhole_987_generated # Long name in the user interface. -manholeId = manhole_987_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1409008.153521_5843891.767568 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408973.346212_5843927.604223 # Unique id of the storage node. -name = manhole_988_generated # Long name in the user interface. -manholeId = manhole_988_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408973.346212_5843927.604223 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408933.341151_5843956.361258 # Unique id of the storage node. -name = manhole_989_generated # Long name in the user interface. -manholeId = manhole_989_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408933.341151_5843956.361258 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408887.657065_5843976.535548 # Unique id of the storage node. -name = manhole_990_generated # Long name in the user interface. -manholeId = manhole_990_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408887.657065_5843976.535548 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408839.742062_5843990.822771 # Unique id of the storage node. -name = manhole_991_generated # Long name in the user interface. -manholeId = manhole_991_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408839.742062_5843990.822771 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408791.827058_5844005.109994 # Unique id of the storage node. -name = manhole_992_generated # Long name in the user interface. -manholeId = manhole_992_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408791.827058_5844005.109994 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408743.912054_5844019.397218 # Unique id of the storage node. -name = manhole_993_generated # Long name in the user interface. -manholeId = manhole_993_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408743.912054_5844019.397218 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408695.997051_5844033.684441 # Unique id of the storage node. -name = manhole_994_generated # Long name in the user interface. -manholeId = manhole_994_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408695.997051_5844033.684441 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408648.082047_5844047.971664 # Unique id of the storage node. -name = manhole_995_generated # Long name in the user interface. -manholeId = manhole_995_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408648.082047_5844047.971664 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408600.167043_5844062.258887 # Unique id of the storage node. -name = manhole_996_generated # Long name in the user interface. -manholeId = manhole_996_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408600.167043_5844062.258887 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408552.252040_5844076.546110 # Unique id of the storage node. -name = manhole_997_generated # Long name in the user interface. -manholeId = manhole_997_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408552.252040_5844076.546110 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408504.337036_5844090.833333 # Unique id of the storage node. -name = manhole_998_generated # Long name in the user interface. -manholeId = manhole_998_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408504.337036_5844090.833333 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408457.458339_5844108.069450 # Unique id of the storage node. -name = manhole_999_generated # Long name in the user interface. -manholeId = manhole_999_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408457.458339_5844108.069450 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408411.139316_5844126.898162 # Unique id of the storage node. -name = manhole_1000_generated # Long name in the user interface. -manholeId = manhole_1000_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408411.139316_5844126.898162 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408364.895734_5844145.908544 # Unique id of the storage node. -name = manhole_1001_generated # Long name in the user interface. -manholeId = manhole_1001_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408364.895734_5844145.908544 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408318.864463_5844165.430182 # Unique id of the storage node. -name = manhole_1002_generated # Long name in the user interface. -manholeId = manhole_1002_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408318.864463_5844165.430182 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408272.289683_5844183.578460 # Unique id of the storage node. -name = manhole_1003_generated # Long name in the user interface. -manholeId = manhole_1003_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408272.289683_5844183.578460 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408224.313071_5844197.020859 # Unique id of the storage node. -name = manhole_1004_generated # Long name in the user interface. -manholeId = manhole_1004_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408224.313071_5844197.020859 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408175.163836_5844206.203726 # Unique id of the storage node. -name = manhole_1005_generated # Long name in the user interface. -manholeId = manhole_1005_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408175.163836_5844206.203726 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408125.972927_5844215.157037 # Unique id of the storage node. -name = manhole_1006_generated # Long name in the user interface. -manholeId = manhole_1006_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408125.972927_5844215.157037 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408076.732192_5844223.835879 # Unique id of the storage node. -name = manhole_1007_generated # Long name in the user interface. -manholeId = manhole_1007_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408076.732192_5844223.835879 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1408027.280198_5844231.191515 # Unique id of the storage node. -name = manhole_1008_generated # Long name in the user interface. -manholeId = manhole_1008_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1408027.280198_5844231.191515 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407977.894925_5844238.989367 # Unique id of the storage node. -name = manhole_1009_generated # Long name in the user interface. -manholeId = manhole_1009_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407977.894925_5844238.989367 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407928.564726_5844247.144350 # Unique id of the storage node. -name = manhole_1010_generated # Long name in the user interface. -manholeId = manhole_1010_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407928.564726_5844247.144350 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407878.914822_5844250.686763 # Unique id of the storage node. -name = manhole_1011_generated # Long name in the user interface. -manholeId = manhole_1011_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407878.914822_5844250.686763 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407835.367743_5844231.555989 # Unique id of the storage node. -name = manhole_1012_generated # Long name in the user interface. -manholeId = manhole_1012_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407835.367743_5844231.555989 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407802.712889_5844193.701748 # Unique id of the storage node. -name = manhole_1013_generated # Long name in the user interface. -manholeId = manhole_1013_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407802.712889_5844193.701748 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407767.268848_5844158.435726 # Unique id of the storage node. -name = manhole_1014_generated # Long name in the user interface. -manholeId = manhole_1014_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407767.268848_5844158.435726 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407731.824808_5844123.169704 # Unique id of the storage node. -name = manhole_1015_generated # Long name in the user interface. -manholeId = manhole_1015_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407731.824808_5844123.169704 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407696.380767_5844087.903682 # Unique id of the storage node. -name = manhole_1016_generated # Long name in the user interface. -manholeId = manhole_1016_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407696.380767_5844087.903682 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407660.936726_5844052.637660 # Unique id of the storage node. -name = manhole_1017_generated # Long name in the user interface. -manholeId = manhole_1017_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407660.936726_5844052.637660 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407625.831937_5844017.049036 # Unique id of the storage node. -name = manhole_1018_generated # Long name in the user interface. -manholeId = manhole_1018_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407625.831937_5844017.049036 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407592.392521_5843979.876764 # Unique id of the storage node. -name = manhole_1019_generated # Long name in the user interface. -manholeId = manhole_1019_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407592.392521_5843979.876764 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407555.737023_5843946.739698 # Unique id of the storage node. -name = manhole_1020_generated # Long name in the user interface. -manholeId = manhole_1020_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407555.737023_5843946.739698 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407511.104062_5843924.732061 # Unique id of the storage node. -name = manhole_1021_generated # Long name in the user interface. -manholeId = manhole_1021_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407511.104062_5843924.732061 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407462.690845_5843912.410886 # Unique id of the storage node. -name = manhole_1022_generated # Long name in the user interface. -manholeId = manhole_1022_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407462.690845_5843912.410886 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407413.295524_5843904.660106 # Unique id of the storage node. -name = manhole_1023_generated # Long name in the user interface. -manholeId = manhole_1023_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407413.295524_5843904.660106 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407364.182720_5843895.512691 # Unique id of the storage node. -name = manhole_1024_generated # Long name in the user interface. -manholeId = manhole_1024_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407364.182720_5843895.512691 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407315.226778_5843886.625321 # Unique id of the storage node. -name = manhole_1025_generated # Long name in the user interface. -manholeId = manhole_1025_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407315.226778_5843886.625321 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407267.436187_5843897.044806 # Unique id of the storage node. -name = manhole_1026_generated # Long name in the user interface. -manholeId = manhole_1026_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407267.436187_5843897.044806 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407221.962851_5843917.655921 # Unique id of the storage node. -name = manhole_1027_generated # Long name in the user interface. -manholeId = manhole_1027_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407221.962851_5843917.655921 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407178.900356_5843943.061096 # Unique id of the storage node. -name = manhole_1028_generated # Long name in the user interface. -manholeId = manhole_1028_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407178.900356_5843943.061096 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407146.979173_5843980.897379 # Unique id of the storage node. -name = manhole_1029_generated # Long name in the user interface. -manholeId = manhole_1029_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407146.979173_5843980.897379 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407134.580526_5844027.953576 # Unique id of the storage node. -name = manhole_1030_generated # Long name in the user interface. -manholeId = manhole_1030_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407134.580526_5844027.953576 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407144.107298_5844076.264520 # Unique id of the storage node. -name = manhole_1031_generated # Long name in the user interface. -manholeId = manhole_1031_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407144.107298_5844076.264520 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407154.651515_5844122.521144 # Unique id of the storage node. -name = manhole_1032_generated # Long name in the user interface. -manholeId = manhole_1032_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407154.651515_5844122.521144 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407114.095589_5844149.335240 # Unique id of the storage node. -name = manhole_1033_generated # Long name in the user interface. -manholeId = manhole_1033_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407114.095589_5844149.335240 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407067.846808_5844139.437558 # Unique id of the storage node. -name = manhole_1034_generated # Long name in the user interface. -manholeId = manhole_1034_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407067.846808_5844139.437558 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1407022.951228_5844117.516420 # Unique id of the storage node. -name = manhole_1035_generated # Long name in the user interface. -manholeId = manhole_1035_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1407022.951228_5844117.516420 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406979.409289_5844093.023118 # Unique id of the storage node. -name = manhole_1036_generated # Long name in the user interface. -manholeId = manhole_1036_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406979.409289_5844093.023118 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406934.387873_5844071.293888 # Unique id of the storage node. -name = manhole_1037_generated # Long name in the user interface. -manholeId = manhole_1037_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406934.387873_5844071.293888 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406890.240736_5844047.820443 # Unique id of the storage node. -name = manhole_1038_generated # Long name in the user interface. -manholeId = manhole_1038_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406890.240736_5844047.820443 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406846.167953_5844024.208378 # Unique id of the storage node. -name = manhole_1039_generated # Long name in the user interface. -manholeId = manhole_1039_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406846.167953_5844024.208378 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406807.959655_5843992.427293 # Unique id of the storage node. -name = manhole_1040_generated # Long name in the user interface. -manholeId = manhole_1040_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406807.959655_5843992.427293 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406764.887127_5843967.473804 # Unique id of the storage node. -name = manhole_1041_generated # Long name in the user interface. -manholeId = manhole_1041_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406764.887127_5843967.473804 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406715.408207_5843963.511254 # Unique id of the storage node. -name = manhole_1042_generated # Long name in the user interface. -manholeId = manhole_1042_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406715.408207_5843963.511254 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406665.784101_5843969.336837 # Unique id of the storage node. -name = manhole_1043_generated # Long name in the user interface. -manholeId = manhole_1043_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406665.784101_5843969.336837 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406616.219759_5843975.902283 # Unique id of the storage node. -name = manhole_1044_generated # Long name in the user interface. -manholeId = manhole_1044_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406616.219759_5843975.902283 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406566.770548_5843983.301461 # Unique id of the storage node. -name = manhole_1045_generated # Long name in the user interface. -manholeId = manhole_1045_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406566.770548_5843983.301461 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406517.321337_5843990.700640 # Unique id of the storage node. -name = manhole_1046_generated # Long name in the user interface. -manholeId = manhole_1046_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406517.321337_5843990.700640 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406467.872125_5843998.099818 # Unique id of the storage node. -name = manhole_1047_generated # Long name in the user interface. -manholeId = manhole_1047_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406467.872125_5843998.099818 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406418.105671_5844001.475919 # Unique id of the storage node. -name = manhole_1048_generated # Long name in the user interface. -manholeId = manhole_1048_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406418.105671_5844001.475919 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406368.107909_5844001.918711 # Unique id of the storage node. -name = manhole_1049_generated # Long name in the user interface. -manholeId = manhole_1049_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406368.107909_5844001.918711 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406318.110146_5844002.361503 # Unique id of the storage node. -name = manhole_1050_generated # Long name in the user interface. -manholeId = manhole_1050_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406318.110146_5844002.361503 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406268.249020_5844004.993171 # Unique id of the storage node. -name = manhole_1051_generated # Long name in the user interface. -manholeId = manhole_1051_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406268.249020_5844004.993171 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406218.701010_5844011.339627 # Unique id of the storage node. -name = manhole_1052_generated # Long name in the user interface. -manholeId = manhole_1052_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406218.701010_5844011.339627 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406170.780284_5844025.607647 # Unique id of the storage node. -name = manhole_1053_generated # Long name in the user interface. -manholeId = manhole_1053_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406170.780284_5844025.607647 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406122.859559_5844039.875667 # Unique id of the storage node. -name = manhole_1054_generated # Long name in the user interface. -manholeId = manhole_1054_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406122.859559_5844039.875667 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406074.915273_5844054.063552 # Unique id of the storage node. -name = manhole_1055_generated # Long name in the user interface. -manholeId = manhole_1055_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406074.915273_5844054.063552 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1406026.897860_5844068.002719 # Unique id of the storage node. -name = manhole_1056_generated # Long name in the user interface. -manholeId = manhole_1056_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1406026.897860_5844068.002719 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405978.700394_5844081.286367 # Unique id of the storage node. -name = manhole_1057_generated # Long name in the user interface. -manholeId = manhole_1057_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405978.700394_5844081.286367 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405930.299837_5844093.830629 # Unique id of the storage node. -name = manhole_1058_generated # Long name in the user interface. -manholeId = manhole_1058_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405930.299837_5844093.830629 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405881.893572_5844106.352839 # Unique id of the storage node. -name = manhole_1059_generated # Long name in the user interface. -manholeId = manhole_1059_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405881.893572_5844106.352839 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405833.487321_5844118.875108 # Unique id of the storage node. -name = manhole_1060_generated # Long name in the user interface. -manholeId = manhole_1060_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405833.487321_5844118.875108 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405785.351777_5844132.393100 # Unique id of the storage node. -name = manhole_1061_generated # Long name in the user interface. -manholeId = manhole_1061_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405785.351777_5844132.393100 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405737.268506_5844146.103367 # Unique id of the storage node. -name = manhole_1062_generated # Long name in the user interface. -manholeId = manhole_1062_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405737.268506_5844146.103367 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405689.185235_5844159.813633 # Unique id of the storage node. -name = manhole_1063_generated # Long name in the user interface. -manholeId = manhole_1063_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405689.185235_5844159.813633 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405641.100828_5844173.519914 # Unique id of the storage node. -name = manhole_1064_generated # Long name in the user interface. -manholeId = manhole_1064_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405641.100828_5844173.519914 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405592.988437_5844187.127420 # Unique id of the storage node. -name = manhole_1065_generated # Long name in the user interface. -manholeId = manhole_1065_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405592.988437_5844187.127420 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405544.860257_5844200.679197 # Unique id of the storage node. -name = manhole_1066_generated # Long name in the user interface. -manholeId = manhole_1066_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405544.860257_5844200.679197 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405496.725158_5844214.205752 # Unique id of the storage node. -name = manhole_1067_generated # Long name in the user interface. -manholeId = manhole_1067_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405496.725158_5844214.205752 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405448.420071_5844227.112762 # Unique id of the storage node. -name = manhole_1068_generated # Long name in the user interface. -manholeId = manhole_1068_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405448.420071_5844227.112762 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405400.117152_5844240.027883 # Unique id of the storage node. -name = manhole_1069_generated # Long name in the user interface. -manholeId = manhole_1069_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405400.117152_5844240.027883 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405351.085651_5844249.449565 # Unique id of the storage node. -name = manhole_1070_generated # Long name in the user interface. -manholeId = manhole_1070_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405351.085651_5844249.449565 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405301.556953_5844250.838490 # Unique id of the storage node. -name = manhole_1071_generated # Long name in the user interface. -manholeId = manhole_1071_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405301.556953_5844250.838490 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405252.481197_5844242.308501 # Unique id of the storage node. -name = manhole_1072_generated # Long name in the user interface. -manholeId = manhole_1072_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405252.481197_5844242.308501 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405202.622651_5844243.177618 # Unique id of the storage node. -name = manhole_1073_generated # Long name in the user interface. -manholeId = manhole_1073_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405202.622651_5844243.177618 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405154.109482_5844254.030215 # Unique id of the storage node. -name = manhole_1074_generated # Long name in the user interface. -manholeId = manhole_1074_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405154.109482_5844254.030215 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405107.277820_5844271.545001 # Unique id of the storage node. -name = manhole_1075_generated # Long name in the user interface. -manholeId = manhole_1075_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405107.277820_5844271.545001 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405061.526620_5844291.649599 # Unique id of the storage node. -name = manhole_1076_generated # Long name in the user interface. -manholeId = manhole_1076_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405061.526620_5844291.649599 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1405017.436907_5844314.963759 # Unique id of the storage node. -name = manhole_1077_generated # Long name in the user interface. -manholeId = manhole_1077_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1405017.436907_5844314.963759 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404976.064426_5844342.794250 # Unique id of the storage node. -name = manhole_1078_generated # Long name in the user interface. -manholeId = manhole_1078_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404976.064426_5844342.794250 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404950.113635_5844385.532158 # Unique id of the storage node. -name = manhole_1079_generated # Long name in the user interface. -manholeId = manhole_1079_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404950.113635_5844385.532158 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404924.274631_5844428.335384 # Unique id of the storage node. -name = manhole_1080_generated # Long name in the user interface. -manholeId = manhole_1080_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404924.274631_5844428.335384 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404899.782797_5844471.925778 # Unique id of the storage node. -name = manhole_1081_generated # Long name in the user interface. -manholeId = manhole_1081_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404899.782797_5844471.925778 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404863.917648_5844506.569558 # Unique id of the storage node. -name = manhole_1082_generated # Long name in the user interface. -manholeId = manhole_1082_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404863.917648_5844506.569558 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404826.973235_5844540.258579 # Unique id of the storage node. -name = manhole_1083_generated # Long name in the user interface. -manholeId = manhole_1083_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404826.973235_5844540.258579 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404789.532955_5844573.382153 # Unique id of the storage node. -name = manhole_1084_generated # Long name in the user interface. -manholeId = manhole_1084_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404789.532955_5844573.382153 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404748.450509_5844601.625973 # Unique id of the storage node. -name = manhole_1085_generated # Long name in the user interface. -manholeId = manhole_1085_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404748.450509_5844601.625973 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404704.926766_5844626.117943 # Unique id of the storage node. -name = manhole_1086_generated # Long name in the user interface. -manholeId = manhole_1086_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404704.926766_5844626.117943 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404658.576847_5844644.857889 # Unique id of the storage node. -name = manhole_1087_generated # Long name in the user interface. -manholeId = manhole_1087_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404658.576847_5844644.857889 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404613.218063_5844665.894833 # Unique id of the storage node. -name = manhole_1088_generated # Long name in the user interface. -manholeId = manhole_1088_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404613.218063_5844665.894833 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404565.645669_5844681.242844 # Unique id of the storage node. -name = manhole_1089_generated # Long name in the user interface. -manholeId = manhole_1089_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404565.645669_5844681.242844 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404520.108675_5844701.613490 # Unique id of the storage node. -name = manhole_1090_generated # Long name in the user interface. -manholeId = manhole_1090_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404520.108675_5844701.613490 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404486.729678_5844737.375863 # Unique id of the storage node. -name = manhole_1091_generated # Long name in the user interface. -manholeId = manhole_1091_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404486.729678_5844737.375863 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404448.708536_5844767.814945 # Unique id of the storage node. -name = manhole_1092_generated # Long name in the user interface. -manholeId = manhole_1092_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404448.708536_5844767.814945 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404400.518875_5844779.994651 # Unique id of the storage node. -name = manhole_1093_generated # Long name in the user interface. -manholeId = manhole_1093_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404400.518875_5844779.994651 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404352.891964_5844794.794049 # Unique id of the storage node. -name = manhole_1094_generated # Long name in the user interface. -manholeId = manhole_1094_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404352.891964_5844794.794049 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404310.570917_5844821.310136 # Unique id of the storage node. -name = manhole_1095_generated # Long name in the user interface. -manholeId = manhole_1095_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404310.570917_5844821.310136 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404272.945567_5844854.194788 # Unique id of the storage node. -name = manhole_1096_generated # Long name in the user interface. -manholeId = manhole_1096_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404272.945567_5844854.194788 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404247.766038_5844897.158316 # Unique id of the storage node. -name = manhole_1097_generated # Long name in the user interface. -manholeId = manhole_1097_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404247.766038_5844897.158316 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404214.443695_5844934.271512 # Unique id of the storage node. -name = manhole_1098_generated # Long name in the user interface. -manholeId = manhole_1098_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404214.443695_5844934.271512 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404171.303748_5844957.772232 # Unique id of the storage node. -name = manhole_1099_generated # Long name in the user interface. -manholeId = manhole_1099_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404171.303748_5844957.772232 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404130.180419_5844932.629612 # Unique id of the storage node. -name = manhole_1100_generated # Long name in the user interface. -manholeId = manhole_1100_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404130.180419_5844932.629612 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404089.243787_5844903.958584 # Unique id of the storage node. -name = manhole_1101_generated # Long name in the user interface. -manholeId = manhole_1101_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404089.243787_5844903.958584 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404045.814829_5844920.094711 # Unique id of the storage node. -name = manhole_1102_generated # Long name in the user interface. -manholeId = manhole_1102_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404045.814829_5844920.094711 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1404011.278428_5844956.188560 # Unique id of the storage node. -name = manhole_1103_generated # Long name in the user interface. -manholeId = manhole_1103_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1404011.278428_5844956.188560 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403993.143450_5845001.329480 # Unique id of the storage node. -name = manhole_1104_generated # Long name in the user interface. -manholeId = manhole_1104_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403993.143450_5845001.329480 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403990.098264_5845051.082174 # Unique id of the storage node. -name = manhole_1105_generated # Long name in the user interface. -manholeId = manhole_1105_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403990.098264_5845051.082174 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403966.432541_5845092.428123 # Unique id of the storage node. -name = manhole_1106_generated # Long name in the user interface. -manholeId = manhole_1106_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403966.432541_5845092.428123 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403918.073963_5845104.969397 # Unique id of the storage node. -name = manhole_1107_generated # Long name in the user interface. -manholeId = manhole_1107_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403918.073963_5845104.969397 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403869.121263_5845112.809951 # Unique id of the storage node. -name = manhole_1108_generated # Long name in the user interface. -manholeId = manhole_1108_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403869.121263_5845112.809951 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403827.285855_5845138.893058 # Unique id of the storage node. -name = manhole_1109_generated # Long name in the user interface. -manholeId = manhole_1109_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403827.285855_5845138.893058 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403791.303813_5845173.609984 # Unique id of the storage node. -name = manhole_1110_generated # Long name in the user interface. -manholeId = manhole_1110_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403791.303813_5845173.609984 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403747.149836_5845196.152310 # Unique id of the storage node. -name = manhole_1111_generated # Long name in the user interface. -manholeId = manhole_1111_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403747.149836_5845196.152310 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403700.303273_5845213.496981 # Unique id of the storage node. -name = manhole_1112_generated # Long name in the user interface. -manholeId = manhole_1112_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403700.303273_5845213.496981 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403652.298314_5845227.422185 # Unique id of the storage node. -name = manhole_1113_generated # Long name in the user interface. -manholeId = manhole_1113_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403652.298314_5845227.422185 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403602.852303_5845233.800747 # Unique id of the storage node. -name = manhole_1114_generated # Long name in the user interface. -manholeId = manhole_1114_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403602.852303_5845233.800747 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403553.107588_5845236.847086 # Unique id of the storage node. -name = manhole_1115_generated # Long name in the user interface. -manholeId = manhole_1115_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403553.107588_5845236.847086 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403505.322619_5845250.859154 # Unique id of the storage node. -name = manhole_1116_generated # Long name in the user interface. -manholeId = manhole_1116_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403505.322619_5845250.859154 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403458.701412_5845268.876849 # Unique id of the storage node. -name = manhole_1117_generated # Long name in the user interface. -manholeId = manhole_1117_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403458.701412_5845268.876849 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403411.171324_5845284.396611 # Unique id of the storage node. -name = manhole_1118_generated # Long name in the user interface. -manholeId = manhole_1118_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403411.171324_5845284.396611 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403365.266898_5845304.011940 # Unique id of the storage node. -name = manhole_1119_generated # Long name in the user interface. -manholeId = manhole_1119_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403365.266898_5845304.011940 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403320.592383_5845326.456033 # Unique id of the storage node. -name = manhole_1120_generated # Long name in the user interface. -manholeId = manhole_1120_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403320.592383_5845326.456033 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403274.095522_5845344.807401 # Unique id of the storage node. -name = manhole_1121_generated # Long name in the user interface. -manholeId = manhole_1121_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403274.095522_5845344.807401 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403227.493142_5845362.923430 # Unique id of the storage node. -name = manhole_1122_generated # Long name in the user interface. -manholeId = manhole_1122_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403227.493142_5845362.923430 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403182.360030_5845384.249526 # Unique id of the storage node. -name = manhole_1123_generated # Long name in the user interface. -manholeId = manhole_1123_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403182.360030_5845384.249526 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403140.932550_5845411.807533 # Unique id of the storage node. -name = manhole_1124_generated # Long name in the user interface. -manholeId = manhole_1124_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403140.932550_5845411.807533 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403103.069048_5845444.402518 # Unique id of the storage node. -name = manhole_1125_generated # Long name in the user interface. -manholeId = manhole_1125_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403103.069048_5845444.402518 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403068.370523_5845480.222241 # Unique id of the storage node. -name = manhole_1126_generated # Long name in the user interface. -manholeId = manhole_1126_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403068.370523_5845480.222241 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403040.537021_5845521.755023 # Unique id of the storage node. -name = manhole_1127_generated # Long name in the user interface. -manholeId = manhole_1127_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403040.537021_5845521.755023 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1403012.822642_5845563.158854 # Unique id of the storage node. -name = manhole_1128_generated # Long name in the user interface. -manholeId = manhole_1128_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1403012.822642_5845563.158854 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402978.394103_5845599.267067 # Unique id of the storage node. -name = manhole_1129_generated # Long name in the user interface. -manholeId = manhole_1129_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402978.394103_5845599.267067 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402940.883555_5845632.326575 # Unique id of the storage node. -name = manhole_1130_generated # Long name in the user interface. -manholeId = manhole_1130_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402940.883555_5845632.326575 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402903.270579_5845665.269350 # Unique id of the storage node. -name = manhole_1131_generated # Long name in the user interface. -manholeId = manhole_1131_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402903.270579_5845665.269350 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402865.694788_5845698.253751 # Unique id of the storage node. -name = manhole_1132_generated # Long name in the user interface. -manholeId = manhole_1132_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402865.694788_5845698.253751 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402828.460138_5845731.623694 # Unique id of the storage node. -name = manhole_1133_generated # Long name in the user interface. -manholeId = manhole_1133_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402828.460138_5845731.623694 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402791.345401_5845765.125768 # Unique id of the storage node. -name = manhole_1134_generated # Long name in the user interface. -manholeId = manhole_1134_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402791.345401_5845765.125768 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402754.530776_5845798.958529 # Unique id of the storage node. -name = manhole_1135_generated # Long name in the user interface. -manholeId = manhole_1135_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402754.530776_5845798.958529 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402717.111067_5845832.120737 # Unique id of the storage node. -name = manhole_1136_generated # Long name in the user interface. -manholeId = manhole_1136_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402717.111067_5845832.120737 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402679.653742_5845865.240480 # Unique id of the storage node. -name = manhole_1137_generated # Long name in the user interface. -manholeId = manhole_1137_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402679.653742_5845865.240480 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402642.148051_5845898.305499 # Unique id of the storage node. -name = manhole_1138_generated # Long name in the user interface. -manholeId = manhole_1138_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402642.148051_5845898.305499 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402604.644063_5845931.372450 # Unique id of the storage node. -name = manhole_1139_generated # Long name in the user interface. -manholeId = manhole_1139_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402604.644063_5845931.372450 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402567.140914_5845964.440352 # Unique id of the storage node. -name = manhole_1140_generated # Long name in the user interface. -manholeId = manhole_1140_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402567.140914_5845964.440352 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402529.637766_5845997.508254 # Unique id of the storage node. -name = manhole_1141_generated # Long name in the user interface. -manholeId = manhole_1141_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402529.637766_5845997.508254 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402492.318783_5846030.783793 # Unique id of the storage node. -name = manhole_1142_generated # Long name in the user interface. -manholeId = manhole_1142_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402492.318783_5846030.783793 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402455.011362_5846064.072359 # Unique id of the storage node. -name = manhole_1143_generated # Long name in the user interface. -manholeId = manhole_1143_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402455.011362_5846064.072359 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402417.706012_5846097.363246 # Unique id of the storage node. -name = manhole_1144_generated # Long name in the user interface. -manholeId = manhole_1144_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402417.706012_5846097.363246 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402380.527974_5846130.796027 # Unique id of the storage node. -name = manhole_1145_generated # Long name in the user interface. -manholeId = manhole_1145_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402380.527974_5846130.796027 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402343.401158_5846164.285904 # Unique id of the storage node. -name = manhole_1146_generated # Long name in the user interface. -manholeId = manhole_1146_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402343.401158_5846164.285904 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402306.274343_5846197.775781 # Unique id of the storage node. -name = manhole_1147_generated # Long name in the user interface. -manholeId = manhole_1147_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402306.274343_5846197.775781 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402268.416629_5846230.412356 # Unique id of the storage node. -name = manhole_1148_generated # Long name in the user interface. -manholeId = manhole_1148_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402268.416629_5846230.412356 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402226.640229_5846257.038968 # Unique id of the storage node. -name = manhole_1149_generated # Long name in the user interface. -manholeId = manhole_1149_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402226.640229_5846257.038968 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402177.395306_5846264.592734 # Unique id of the storage node. -name = manhole_1150_generated # Long name in the user interface. -manholeId = manhole_1150_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402177.395306_5846264.592734 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402127.548500_5846268.500200 # Unique id of the storage node. -name = manhole_1151_generated # Long name in the user interface. -manholeId = manhole_1151_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402127.548500_5846268.500200 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402077.681394_5846272.133837 # Unique id of the storage node. -name = manhole_1152_generated # Long name in the user interface. -manholeId = manhole_1152_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402077.681394_5846272.133837 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1402027.802657_5846275.609962 # Unique id of the storage node. -name = manhole_1153_generated # Long name in the user interface. -manholeId = manhole_1153_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1402027.802657_5846275.609962 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401977.933880_5846279.221083 # Unique id of the storage node. -name = manhole_1154_generated # Long name in the user interface. -manholeId = manhole_1154_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401977.933880_5846279.221083 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401928.086817_5846283.125265 # Unique id of the storage node. -name = manhole_1155_generated # Long name in the user interface. -manholeId = manhole_1155_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401928.086817_5846283.125265 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401878.239465_5846287.025753 # Unique id of the storage node. -name = manhole_1156_generated # Long name in the user interface. -manholeId = manhole_1156_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401878.239465_5846287.025753 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401828.417253_5846291.146283 # Unique id of the storage node. -name = manhole_1157_generated # Long name in the user interface. -manholeId = manhole_1157_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401828.417253_5846291.146283 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401780.474539_5846302.182073 # Unique id of the storage node. -name = manhole_1158_generated # Long name in the user interface. -manholeId = manhole_1158_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401780.474539_5846302.182073 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401744.500471_5846336.399481 # Unique id of the storage node. -name = manhole_1159_generated # Long name in the user interface. -manholeId = manhole_1159_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401744.500471_5846336.399481 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401712.028594_5846374.415164 # Unique id of the storage node. -name = manhole_1160_generated # Long name in the user interface. -manholeId = manhole_1160_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401712.028594_5846374.415164 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401677.673143_5846410.738888 # Unique id of the storage node. -name = manhole_1161_generated # Long name in the user interface. -manholeId = manhole_1161_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401677.673143_5846410.738888 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401643.223050_5846446.976484 # Unique id of the storage node. -name = manhole_1162_generated # Long name in the user interface. -manholeId = manhole_1162_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401643.223050_5846446.976484 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401607.252761_5846481.570420 # Unique id of the storage node. -name = manhole_1163_generated # Long name in the user interface. -manholeId = manhole_1163_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401607.252761_5846481.570420 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401566.908984_5846510.847593 # Unique id of the storage node. -name = manhole_1164_generated # Long name in the user interface. -manholeId = manhole_1164_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401566.908984_5846510.847593 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401523.699567_5846535.996507 # Unique id of the storage node. -name = manhole_1165_generated # Long name in the user interface. -manholeId = manhole_1165_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401523.699567_5846535.996507 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401480.910104_5846561.862202 # Unique id of the storage node. -name = manhole_1166_generated # Long name in the user interface. -manholeId = manhole_1166_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401480.910104_5846561.862202 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401438.120641_5846587.727898 # Unique id of the storage node. -name = manhole_1167_generated # Long name in the user interface. -manholeId = manhole_1167_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401438.120641_5846587.727898 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401395.331179_5846613.593593 # Unique id of the storage node. -name = manhole_1168_generated # Long name in the user interface. -manholeId = manhole_1168_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401395.331179_5846613.593593 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401352.151041_5846638.800311 # Unique id of the storage node. -name = manhole_1169_generated # Long name in the user interface. -manholeId = manhole_1169_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401352.151041_5846638.800311 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401308.917214_5846663.916213 # Unique id of the storage node. -name = manhole_1170_generated # Long name in the user interface. -manholeId = manhole_1170_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401308.917214_5846663.916213 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401261.609667_5846679.908687 # Unique id of the storage node. -name = manhole_1171_generated # Long name in the user interface. -manholeId = manhole_1171_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401261.609667_5846679.908687 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401214.319312_5846696.080670 # Unique id of the storage node. -name = manhole_1172_generated # Long name in the user interface. -manholeId = manhole_1172_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401214.319312_5846696.080670 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401168.792577_5846716.230071 # Unique id of the storage node. -name = manhole_1173_generated # Long name in the user interface. -manholeId = manhole_1173_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401168.792577_5846716.230071 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401129.233573_5846746.808781 # Unique id of the storage node. -name = manhole_1174_generated # Long name in the user interface. -manholeId = manhole_1174_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401129.233573_5846746.808781 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401092.322490_5846780.330808 # Unique id of the storage node. -name = manhole_1175_generated # Long name in the user interface. -manholeId = manhole_1175_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401092.322490_5846780.330808 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401059.856204_5846818.280472 # Unique id of the storage node. -name = manhole_1176_generated # Long name in the user interface. -manholeId = manhole_1176_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401059.856204_5846818.280472 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401031.754087_5846859.550800 # Unique id of the storage node. -name = manhole_1177_generated # Long name in the user interface. -manholeId = manhole_1177_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401031.754087_5846859.550800 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401023.911468_5846908.193909 # Unique id of the storage node. -name = manhole_1178_generated # Long name in the user interface. -manholeId = manhole_1178_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401023.911468_5846908.193909 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401026.418380_5846958.130746 # Unique id of the storage node. -name = manhole_1179_generated # Long name in the user interface. -manholeId = manhole_1179_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401026.418380_5846958.130746 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401028.288067_5847008.080233 # Unique id of the storage node. -name = manhole_1180_generated # Long name in the user interface. -manholeId = manhole_1180_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401028.288067_5847008.080233 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401027.137941_5847058.036111 # Unique id of the storage node. -name = manhole_1181_generated # Long name in the user interface. -manholeId = manhole_1181_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401027.137941_5847058.036111 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401019.641651_5847107.405356 # Unique id of the storage node. -name = manhole_1182_generated # Long name in the user interface. -manholeId = manhole_1182_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401019.641651_5847107.405356 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1401007.831000_5847155.990136 # Unique id of the storage node. -name = manhole_1183_generated # Long name in the user interface. -manholeId = manhole_1183_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1401007.831000_5847155.990136 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400996.034182_5847204.578277 # Unique id of the storage node. -name = manhole_1184_generated # Long name in the user interface. -manholeId = manhole_1184_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400996.034182_5847204.578277 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400979.254375_5847251.629762 # Unique id of the storage node. -name = manhole_1185_generated # Long name in the user interface. -manholeId = manhole_1185_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400979.254375_5847251.629762 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400955.565489_5847295.509305 # Unique id of the storage node. -name = manhole_1186_generated # Long name in the user interface. -manholeId = manhole_1186_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400955.565489_5847295.509305 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400924.132378_5847334.330752 # Unique id of the storage node. -name = manhole_1187_generated # Long name in the user interface. -manholeId = manhole_1187_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400924.132378_5847334.330752 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400889.248030_5847370.142867 # Unique id of the storage node. -name = manhole_1188_generated # Long name in the user interface. -manholeId = manhole_1188_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400889.248030_5847370.142867 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400853.505165_5847405.105849 # Unique id of the storage node. -name = manhole_1189_generated # Long name in the user interface. -manholeId = manhole_1189_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400853.505165_5847405.105849 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400817.683250_5847439.987975 # Unique id of the storage node. -name = manhole_1190_generated # Long name in the user interface. -manholeId = manhole_1190_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400817.683250_5847439.987975 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400781.861336_5847474.870102 # Unique id of the storage node. -name = manhole_1191_generated # Long name in the user interface. -manholeId = manhole_1191_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400781.861336_5847474.870102 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400746.044470_5847509.757413 # Unique id of the storage node. -name = manhole_1192_generated # Long name in the user interface. -manholeId = manhole_1192_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400746.044470_5847509.757413 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400713.394228_5847547.550219 # Unique id of the storage node. -name = manhole_1193_generated # Long name in the user interface. -manholeId = manhole_1193_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400713.394228_5847547.550219 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400685.583366_5847588.397298 # Unique id of the storage node. -name = manhole_1194_generated # Long name in the user interface. -manholeId = manhole_1194_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400685.583366_5847588.397298 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400669.184464_5847635.631272 # Unique id of the storage node. -name = manhole_1195_generated # Long name in the user interface. -manholeId = manhole_1195_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400669.184464_5847635.631272 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400652.785561_5847682.865247 # Unique id of the storage node. -name = manhole_1196_generated # Long name in the user interface. -manholeId = manhole_1196_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400652.785561_5847682.865247 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400636.386658_5847730.099221 # Unique id of the storage node. -name = manhole_1197_generated # Long name in the user interface. -manholeId = manhole_1197_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400636.386658_5847730.099221 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400619.987755_5847777.333195 # Unique id of the storage node. -name = manhole_1198_generated # Long name in the user interface. -manholeId = manhole_1198_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400619.987755_5847777.333195 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400605.626567_5847825.225639 # Unique id of the storage node. -name = manhole_1199_generated # Long name in the user interface. -manholeId = manhole_1199_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400605.626567_5847825.225639 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400591.282871_5847873.123768 # Unique id of the storage node. -name = manhole_1200_generated # Long name in the user interface. -manholeId = manhole_1200_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400591.282871_5847873.123768 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400576.938733_5847921.021764 # Unique id of the storage node. -name = manhole_1201_generated # Long name in the user interface. -manholeId = manhole_1201_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400576.938733_5847921.021764 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400564.187163_5847969.357068 # Unique id of the storage node. -name = manhole_1202_generated # Long name in the user interface. -manholeId = manhole_1202_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400564.187163_5847969.357068 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400552.059616_5848017.863716 # Unique id of the storage node. -name = manhole_1203_generated # Long name in the user interface. -manholeId = manhole_1203_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400552.059616_5848017.863716 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400539.554338_5848066.271498 # Unique id of the storage node. -name = manhole_1204_generated # Long name in the user interface. -manholeId = manhole_1204_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400539.554338_5848066.271498 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400526.362817_5848114.499665 # Unique id of the storage node. -name = manhole_1205_generated # Long name in the user interface. -manholeId = manhole_1205_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400526.362817_5848114.499665 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400513.320063_5848162.767754 # Unique id of the storage node. -name = manhole_1206_generated # Long name in the user interface. -manholeId = manhole_1206_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400513.320063_5848162.767754 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400500.598140_5848211.121916 # Unique id of the storage node. -name = manhole_1207_generated # Long name in the user interface. -manholeId = manhole_1207_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400500.598140_5848211.121916 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400492.603270_5848260.445811 # Unique id of the storage node. -name = manhole_1208_generated # Long name in the user interface. -manholeId = manhole_1208_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400492.603270_5848260.445811 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400486.368073_5848310.044068 # Unique id of the storage node. -name = manhole_1209_generated # Long name in the user interface. -manholeId = manhole_1209_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400486.368073_5848310.044068 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400481.073793_5848359.762629 # Unique id of the storage node. -name = manhole_1210_generated # Long name in the user interface. -manholeId = manhole_1210_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400481.073793_5848359.762629 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400475.603498_5848409.462209 # Unique id of the storage node. -name = manhole_1211_generated # Long name in the user interface. -manholeId = manhole_1211_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400475.603498_5848409.462209 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400457.146709_5848455.065852 # Unique id of the storage node. -name = manhole_1212_generated # Long name in the user interface. -manholeId = manhole_1212_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400457.146709_5848455.065852 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400413.087496_5848474.933195 # Unique id of the storage node. -name = manhole_1213_generated # Long name in the user interface. -manholeId = manhole_1213_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400413.087496_5848474.933195 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400363.588464_5848481.991389 # Unique id of the storage node. -name = manhole_1214_generated # Long name in the user interface. -manholeId = manhole_1214_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400363.588464_5848481.991389 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400314.089431_5848489.049583 # Unique id of the storage node. -name = manhole_1215_generated # Long name in the user interface. -manholeId = manhole_1215_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400314.089431_5848489.049583 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400264.541630_5848495.748616 # Unique id of the storage node. -name = manhole_1216_generated # Long name in the user interface. -manholeId = manhole_1216_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400264.541630_5848495.748616 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400214.951386_5848502.134538 # Unique id of the storage node. -name = manhole_1217_generated # Long name in the user interface. -manholeId = manhole_1217_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400214.951386_5848502.134538 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400165.350526_5848508.423045 # Unique id of the storage node. -name = manhole_1218_generated # Long name in the user interface. -manholeId = manhole_1218_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400165.350526_5848508.423045 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400115.562463_5848513.018761 # Unique id of the storage node. -name = manhole_1219_generated # Long name in the user interface. -manholeId = manhole_1219_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400115.562463_5848513.018761 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400067.226357_5848525.745877 # Unique id of the storage node. -name = manhole_1220_generated # Long name in the user interface. -manholeId = manhole_1220_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400067.226357_5848525.745877 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1400022.948453_5848548.827369 # Unique id of the storage node. -name = manhole_1221_generated # Long name in the user interface. -manholeId = manhole_1221_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1400022.948453_5848548.827369 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399980.733493_5848575.592394 # Unique id of the storage node. -name = manhole_1222_generated # Long name in the user interface. -manholeId = manhole_1222_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399980.733493_5848575.592394 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399938.041496_5848601.575318 # Unique id of the storage node. -name = manhole_1223_generated # Long name in the user interface. -manholeId = manhole_1223_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399938.041496_5848601.575318 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399894.162106_5848625.412295 # Unique id of the storage node. -name = manhole_1224_generated # Long name in the user interface. -manholeId = manhole_1224_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399894.162106_5848625.412295 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399846.331483_5848639.239170 # Unique id of the storage node. -name = manhole_1225_generated # Long name in the user interface. -manholeId = manhole_1225_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399846.331483_5848639.239170 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399796.577613_5848644.191415 # Unique id of the storage node. -name = manhole_1226_generated # Long name in the user interface. -manholeId = manhole_1226_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399796.577613_5848644.191415 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399746.625247_5848643.990535 # Unique id of the storage node. -name = manhole_1227_generated # Long name in the user interface. -manholeId = manhole_1227_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399746.625247_5848643.990535 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399696.637876_5848642.879182 # Unique id of the storage node. -name = manhole_1228_generated # Long name in the user interface. -manholeId = manhole_1228_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399696.637876_5848642.879182 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399646.648271_5848642.012871 # Unique id of the storage node. -name = manhole_1229_generated # Long name in the user interface. -manholeId = manhole_1229_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399646.648271_5848642.012871 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399596.648877_5848642.194301 # Unique id of the storage node. -name = manhole_1230_generated # Long name in the user interface. -manholeId = manhole_1230_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399596.648877_5848642.194301 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399546.649483_5848642.375731 # Unique id of the storage node. -name = manhole_1231_generated # Long name in the user interface. -manholeId = manhole_1231_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399546.649483_5848642.375731 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399496.650194_5848642.472995 # Unique id of the storage node. -name = manhole_1232_generated # Long name in the user interface. -manholeId = manhole_1232_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399496.650194_5848642.472995 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399446.651407_5848642.166922 # Unique id of the storage node. -name = manhole_1233_generated # Long name in the user interface. -manholeId = manhole_1233_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399446.651407_5848642.166922 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399396.652621_5848641.860848 # Unique id of the storage node. -name = manhole_1234_generated # Long name in the user interface. -manholeId = manhole_1234_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399396.652621_5848641.860848 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399346.653835_5848641.554775 # Unique id of the storage node. -name = manhole_1235_generated # Long name in the user interface. -manholeId = manhole_1235_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399346.653835_5848641.554775 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399296.670362_5848642.504827 # Unique id of the storage node. -name = manhole_1236_generated # Long name in the user interface. -manholeId = manhole_1236_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399296.670362_5848642.504827 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399246.693896_5848644.029698 # Unique id of the storage node. -name = manhole_1237_generated # Long name in the user interface. -manholeId = manhole_1237_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399246.693896_5848644.029698 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399198.821869_5848657.275099 # Unique id of the storage node. -name = manhole_1238_generated # Long name in the user interface. -manholeId = manhole_1238_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399198.821869_5848657.275099 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399156.220112_5848682.962790 # Unique id of the storage node. -name = manhole_1239_generated # Long name in the user interface. -manholeId = manhole_1239_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399156.220112_5848682.962790 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399118.631488_5848715.927166 # Unique id of the storage node. -name = manhole_1240_generated # Long name in the user interface. -manholeId = manhole_1240_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399118.631488_5848715.927166 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399080.330472_5848748.045708 # Unique id of the storage node. -name = manhole_1241_generated # Long name in the user interface. -manholeId = manhole_1241_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399080.330472_5848748.045708 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399041.265588_5848779.253193 # Unique id of the storage node. -name = manhole_1242_generated # Long name in the user interface. -manholeId = manhole_1242_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399041.265588_5848779.253193 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1399003.798011_5848812.352297 # Unique id of the storage node. -name = manhole_1243_generated # Long name in the user interface. -manholeId = manhole_1243_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1399003.798011_5848812.352297 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398963.556632_5848840.960998 # Unique id of the storage node. -name = manhole_1244_generated # Long name in the user interface. -manholeId = manhole_1244_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398963.556632_5848840.960998 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398916.849098_5848858.477464 # Unique id of the storage node. -name = manhole_1245_generated # Long name in the user interface. -manholeId = manhole_1245_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398916.849098_5848858.477464 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398867.774846_5848867.975826 # Unique id of the storage node. -name = manhole_1246_generated # Long name in the user interface. -manholeId = manhole_1246_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398867.774846_5848867.975826 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398819.198875_5848879.626094 # Unique id of the storage node. -name = manhole_1247_generated # Long name in the user interface. -manholeId = manhole_1247_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398819.198875_5848879.626094 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398770.888676_5848892.507656 # Unique id of the storage node. -name = manhole_1248_generated # Long name in the user interface. -manholeId = manhole_1248_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398770.888676_5848892.507656 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398721.921946_5848902.618625 # Unique id of the storage node. -name = manhole_1249_generated # Long name in the user interface. -manholeId = manhole_1249_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398721.921946_5848902.618625 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398677.967161_5848925.164441 # Unique id of the storage node. -name = manhole_1250_generated # Long name in the user interface. -manholeId = manhole_1250_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398677.967161_5848925.164441 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398644.338701_5848962.001577 # Unique id of the storage node. -name = manhole_1251_generated # Long name in the user interface. -manholeId = manhole_1251_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398644.338701_5848962.001577 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398605.135249_5848991.518726 # Unique id of the storage node. -name = manhole_1252_generated # Long name in the user interface. -manholeId = manhole_1252_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398605.135249_5848991.518726 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398564.621376_5849020.129579 # Unique id of the storage node. -name = manhole_1253_generated # Long name in the user interface. -manholeId = manhole_1253_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398564.621376_5849020.129579 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398533.026679_5849058.881965 # Unique id of the storage node. -name = manhole_1254_generated # Long name in the user interface. -manholeId = manhole_1254_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398533.026679_5849058.881965 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398494.597946_5849090.495987 # Unique id of the storage node. -name = manhole_1255_generated # Long name in the user interface. -manholeId = manhole_1255_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398494.597946_5849090.495987 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398454.506652_5849120.373410 # Unique id of the storage node. -name = manhole_1256_generated # Long name in the user interface. -manholeId = manhole_1256_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398454.506652_5849120.373410 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398413.755684_5849149.332272 # Unique id of the storage node. -name = manhole_1257_generated # Long name in the user interface. -manholeId = manhole_1257_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398413.755684_5849149.332272 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398372.635769_5849177.777393 # Unique id of the storage node. -name = manhole_1258_generated # Long name in the user interface. -manholeId = manhole_1258_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398372.635769_5849177.777393 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398330.529967_5849204.725977 # Unique id of the storage node. -name = manhole_1259_generated # Long name in the user interface. -manholeId = manhole_1259_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398330.529967_5849204.725977 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398285.347250_5849225.913728 # Unique id of the storage node. -name = manhole_1260_generated # Long name in the user interface. -manholeId = manhole_1260_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398285.347250_5849225.913728 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398239.239032_5849245.029268 # Unique id of the storage node. -name = manhole_1261_generated # Long name in the user interface. -manholeId = manhole_1261_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398239.239032_5849245.029268 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398199.185552_5849273.842784 # Unique id of the storage node. -name = manhole_1262_generated # Long name in the user interface. -manholeId = manhole_1262_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398199.185552_5849273.842784 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398166.968537_5849312.014977 # Unique id of the storage node. -name = manhole_1263_generated # Long name in the user interface. -manholeId = manhole_1263_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398166.968537_5849312.014977 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398135.754955_5849351.072804 # Unique id of the storage node. -name = manhole_1264_generated # Long name in the user interface. -manholeId = manhole_1264_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398135.754955_5849351.072804 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398101.278484_5849387.086908 # Unique id of the storage node. -name = manhole_1265_generated # Long name in the user interface. -manholeId = manhole_1265_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398101.278484_5849387.086908 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398059.714244_5849414.810417 # Unique id of the storage node. -name = manhole_1266_generated # Long name in the user interface. -manholeId = manhole_1266_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398059.714244_5849414.810417 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1398016.161566_5849439.334452 # Unique id of the storage node. -name = manhole_1267_generated # Long name in the user interface. -manholeId = manhole_1267_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1398016.161566_5849439.334452 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397972.138870_5849463.040454 # Unique id of the storage node. -name = manhole_1268_generated # Long name in the user interface. -manholeId = manhole_1268_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397972.138870_5849463.040454 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397927.370929_5849485.304324 # Unique id of the storage node. -name = manhole_1269_generated # Long name in the user interface. -manholeId = manhole_1269_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397927.370929_5849485.304324 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397882.567958_5849507.500406 # Unique id of the storage node. -name = manhole_1270_generated # Long name in the user interface. -manholeId = manhole_1270_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397882.567958_5849507.500406 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397837.859169_5849529.884909 # Unique id of the storage node. -name = manhole_1271_generated # Long name in the user interface. -manholeId = manhole_1271_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397837.859169_5849529.884909 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397801.353515_5849562.498230 # Unique id of the storage node. -name = manhole_1272_generated # Long name in the user interface. -manholeId = manhole_1272_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397801.353515_5849562.498230 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397792.270944_5849610.596078 # Unique id of the storage node. -name = manhole_1273_generated # Long name in the user interface. -manholeId = manhole_1273_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397792.270944_5849610.596078 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397788.877743_5849660.480529 # Unique id of the storage node. -name = manhole_1274_generated # Long name in the user interface. -manholeId = manhole_1274_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397788.877743_5849660.480529 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397772.247972_5849707.330409 # Unique id of the storage node. -name = manhole_1275_generated # Long name in the user interface. -manholeId = manhole_1275_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397772.247972_5849707.330409 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397740.629904_5849746.053628 # Unique id of the storage node. -name = manhole_1276_generated # Long name in the user interface. -manholeId = manhole_1276_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397740.629904_5849746.053628 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397706.048158_5849781.991261 # Unique id of the storage node. -name = manhole_1277_generated # Long name in the user interface. -manholeId = manhole_1277_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397706.048158_5849781.991261 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397658.104226_5849788.600618 # Unique id of the storage node. -name = manhole_1278_generated # Long name in the user interface. -manholeId = manhole_1278_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397658.104226_5849788.600618 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397612.854891_5849768.667500 # Unique id of the storage node. -name = manhole_1279_generated # Long name in the user interface. -manholeId = manhole_1279_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397612.854891_5849768.667500 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397564.765605_5849757.900598 # Unique id of the storage node. -name = manhole_1280_generated # Long name in the user interface. -manholeId = manhole_1280_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397564.765605_5849757.900598 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397517.964592_5849741.401580 # Unique id of the storage node. -name = manhole_1281_generated # Long name in the user interface. -manholeId = manhole_1281_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397517.964592_5849741.401580 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397475.210208_5849716.665459 # Unique id of the storage node. -name = manhole_1282_generated # Long name in the user interface. -manholeId = manhole_1282_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397475.210208_5849716.665459 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397425.917105_5849709.536271 # Unique id of the storage node. -name = manhole_1283_generated # Long name in the user interface. -manholeId = manhole_1283_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397425.917105_5849709.536271 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397376.320352_5849705.349440 # Unique id of the storage node. -name = manhole_1284_generated # Long name in the user interface. -manholeId = manhole_1284_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397376.320352_5849705.349440 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397327.424819_5849696.266011 # Unique id of the storage node. -name = manhole_1285_generated # Long name in the user interface. -manholeId = manhole_1285_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397327.424819_5849696.266011 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397284.082750_5849719.338588 # Unique id of the storage node. -name = manhole_1286_generated # Long name in the user interface. -manholeId = manhole_1286_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397284.082750_5849719.338588 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397252.263130_5849757.786548 # Unique id of the storage node. -name = manhole_1287_generated # Long name in the user interface. -manholeId = manhole_1287_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397252.263130_5849757.786548 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397208.636796_5849779.374180 # Unique id of the storage node. -name = manhole_1288_generated # Long name in the user interface. -manholeId = manhole_1288_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397208.636796_5849779.374180 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397158.808740_5849780.834554 # Unique id of the storage node. -name = manhole_1289_generated # Long name in the user interface. -manholeId = manhole_1289_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397158.808740_5849780.834554 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397108.839193_5849781.390645 # Unique id of the storage node. -name = manhole_1290_generated # Long name in the user interface. -manholeId = manhole_1290_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397108.839193_5849781.390645 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397060.439856_5849791.323194 # Unique id of the storage node. -name = manhole_1291_generated # Long name in the user interface. -manholeId = manhole_1291_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397060.439856_5849791.323194 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1397018.297299_5849817.846949 # Unique id of the storage node. -name = manhole_1292_generated # Long name in the user interface. -manholeId = manhole_1292_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1397018.297299_5849817.846949 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396985.556193_5849855.573025 # Unique id of the storage node. -name = manhole_1293_generated # Long name in the user interface. -manholeId = manhole_1293_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396985.556193_5849855.573025 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396966.058637_5849901.447278 # Unique id of the storage node. -name = manhole_1294_generated # Long name in the user interface. -manholeId = manhole_1294_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396966.058637_5849901.447278 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396948.565011_5849948.163549 # Unique id of the storage node. -name = manhole_1295_generated # Long name in the user interface. -manholeId = manhole_1295_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396948.565011_5849948.163549 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396920.617409_5849989.474890 # Unique id of the storage node. -name = manhole_1296_generated # Long name in the user interface. -manholeId = manhole_1296_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396920.617409_5849989.474890 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396888.644638_5850027.887497 # Unique id of the storage node. -name = manhole_1297_generated # Long name in the user interface. -manholeId = manhole_1297_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396888.644638_5850027.887497 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396854.341840_5850064.255853 # Unique id of the storage node. -name = manhole_1298_generated # Long name in the user interface. -manholeId = manhole_1298_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396854.341840_5850064.255853 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396818.364048_5850098.771878 # Unique id of the storage node. -name = manhole_1299_generated # Long name in the user interface. -manholeId = manhole_1299_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396818.364048_5850098.771878 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396772.545833_5850118.782415 # Unique id of the storage node. -name = manhole_1300_generated # Long name in the user interface. -manholeId = manhole_1300_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396772.545833_5850118.782415 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396725.953354_5850136.832000 # Unique id of the storage node. -name = manhole_1301_generated # Long name in the user interface. -manholeId = manhole_1301_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396725.953354_5850136.832000 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396680.306772_5850156.897439 # Unique id of the storage node. -name = manhole_1302_generated # Long name in the user interface. -manholeId = manhole_1302_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396680.306772_5850156.897439 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396637.652941_5850182.731584 # Unique id of the storage node. -name = manhole_1303_generated # Long name in the user interface. -manholeId = manhole_1303_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396637.652941_5850182.731584 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396597.121500_5850212.006931 # Unique id of the storage node. -name = manhole_1304_generated # Long name in the user interface. -manholeId = manhole_1304_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396597.121500_5850212.006931 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396558.856473_5850244.189198 # Unique id of the storage node. -name = manhole_1305_generated # Long name in the user interface. -manholeId = manhole_1305_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396558.856473_5850244.189198 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396522.904999_5850278.759758 # Unique id of the storage node. -name = manhole_1306_generated # Long name in the user interface. -manholeId = manhole_1306_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396522.904999_5850278.759758 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396498.109132_5850321.592413 # Unique id of the storage node. -name = manhole_1307_generated # Long name in the user interface. -manholeId = manhole_1307_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396498.109132_5850321.592413 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396487.670031_5850370.377072 # Unique id of the storage node. -name = manhole_1308_generated # Long name in the user interface. -manholeId = manhole_1308_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396487.670031_5850370.377072 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396469.648583_5850416.281344 # Unique id of the storage node. -name = manhole_1309_generated # Long name in the user interface. -manholeId = manhole_1309_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396469.648583_5850416.281344 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396436.648520_5850453.161231 # Unique id of the storage node. -name = manhole_1310_generated # Long name in the user interface. -manholeId = manhole_1310_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396436.648520_5850453.161231 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396401.305606_5850488.483352 # Unique id of the storage node. -name = manhole_1311_generated # Long name in the user interface. -manholeId = manhole_1311_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396401.305606_5850488.483352 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396376.968624_5850531.236111 # Unique id of the storage node. -name = manhole_1312_generated # Long name in the user interface. -manholeId = manhole_1312_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396376.968624_5850531.236111 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396369.565516_5850580.434303 # Unique id of the storage node. -name = manhole_1313_generated # Long name in the user interface. -manholeId = manhole_1313_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396369.565516_5850580.434303 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396367.422329_5850630.386496 # Unique id of the storage node. -name = manhole_1314_generated # Long name in the user interface. -manholeId = manhole_1314_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396367.422329_5850630.386496 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396355.505569_5850678.626891 # Unique id of the storage node. -name = manhole_1315_generated # Long name in the user interface. -manholeId = manhole_1315_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396355.505569_5850678.626891 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396340.533830_5850726.332440 # Unique id of the storage node. -name = manhole_1316_generated # Long name in the user interface. -manholeId = manhole_1316_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396340.533830_5850726.332440 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396330.628420_5850775.244543 # Unique id of the storage node. -name = manhole_1317_generated # Long name in the user interface. -manholeId = manhole_1317_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396330.628420_5850775.244543 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396332.102187_5850824.827889 # Unique id of the storage node. -name = manhole_1318_generated # Long name in the user interface. -manholeId = manhole_1318_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396332.102187_5850824.827889 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396329.030582_5850873.314712 # Unique id of the storage node. -name = manhole_1319_generated # Long name in the user interface. -manholeId = manhole_1319_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396329.030582_5850873.314712 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396307.792410_5850918.574912 # Unique id of the storage node. -name = manhole_1320_generated # Long name in the user interface. -manholeId = manhole_1320_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396307.792410_5850918.574912 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396293.439802_5850966.431145 # Unique id of the storage node. -name = manhole_1321_generated # Long name in the user interface. -manholeId = manhole_1321_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396293.439802_5850966.431145 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396268.414771_5851008.915235 # Unique id of the storage node. -name = manhole_1322_generated # Long name in the user interface. -manholeId = manhole_1322_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396268.414771_5851008.915235 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396239.616595_5851049.273408 # Unique id of the storage node. -name = manhole_1323_generated # Long name in the user interface. -manholeId = manhole_1323_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396239.616595_5851049.273408 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396219.456912_5851095.028839 # Unique id of the storage node. -name = manhole_1324_generated # Long name in the user interface. -manholeId = manhole_1324_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396219.456912_5851095.028839 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396187.056600_5851131.814035 # Unique id of the storage node. -name = manhole_1325_generated # Long name in the user interface. -manholeId = manhole_1325_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396187.056600_5851131.814035 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396155.752779_5851169.305831 # Unique id of the storage node. -name = manhole_1326_generated # Long name in the user interface. -manholeId = manhole_1326_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396155.752779_5851169.305831 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396139.285988_5851216.515636 # Unique id of the storage node. -name = manhole_1327_generated # Long name in the user interface. -manholeId = manhole_1327_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396139.285988_5851216.515636 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396119.117080_5851262.109444 # Unique id of the storage node. -name = manhole_1328_generated # Long name in the user interface. -manholeId = manhole_1328_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396119.117080_5851262.109444 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396089.776196_5851302.568144 # Unique id of the storage node. -name = manhole_1329_generated # Long name in the user interface. -manholeId = manhole_1329_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396089.776196_5851302.568144 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396062.763765_5851344.562867 # Unique id of the storage node. -name = manhole_1330_generated # Long name in the user interface. -manholeId = manhole_1330_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396062.763765_5851344.562867 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396038.238004_5851388.061103 # Unique id of the storage node. -name = manhole_1331_generated # Long name in the user interface. -manholeId = manhole_1331_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396038.238004_5851388.061103 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396018.529443_5851434.012653 # Unique id of the storage node. -name = manhole_1332_generated # Long name in the user interface. -manholeId = manhole_1332_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396018.529443_5851434.012653 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396004.188278_5851481.903527 # Unique id of the storage node. -name = manhole_1333_generated # Long name in the user interface. -manholeId = manhole_1333_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396004.188278_5851481.903527 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395989.973599_5851529.840102 # Unique id of the storage node. -name = manhole_1334_generated # Long name in the user interface. -manholeId = manhole_1334_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395989.973599_5851529.840102 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395975.758920_5851577.776677 # Unique id of the storage node. -name = manhole_1335_generated # Long name in the user interface. -manholeId = manhole_1335_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395975.758920_5851577.776677 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395949.053041_5851619.085304 # Unique id of the storage node. -name = manhole_1336_generated # Long name in the user interface. -manholeId = manhole_1336_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395949.053041_5851619.085304 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395906.598052_5851645.086631 # Unique id of the storage node. -name = manhole_1337_generated # Long name in the user interface. -manholeId = manhole_1337_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395906.598052_5851645.086631 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395867.442700_5851675.664101 # Unique id of the storage node. -name = manhole_1338_generated # Long name in the user interface. -manholeId = manhole_1338_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395867.442700_5851675.664101 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395832.097041_5851711.025758 # Unique id of the storage node. -name = manhole_1339_generated # Long name in the user interface. -manholeId = manhole_1339_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395832.097041_5851711.025758 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395797.293576_5851746.924103 # Unique id of the storage node. -name = manhole_1340_generated # Long name in the user interface. -manholeId = manhole_1340_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395797.293576_5851746.924103 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395757.321258_5851775.602074 # Unique id of the storage node. -name = manhole_1341_generated # Long name in the user interface. -manholeId = manhole_1341_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395757.321258_5851775.602074 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395708.708823_5851786.201602 # Unique id of the storage node. -name = manhole_1342_generated # Long name in the user interface. -manholeId = manhole_1342_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395708.708823_5851786.201602 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395658.798328_5851788.626669 # Unique id of the storage node. -name = manhole_1343_generated # Long name in the user interface. -manholeId = manhole_1343_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395658.798328_5851788.626669 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395609.620199_5851795.143660 # Unique id of the storage node. -name = manhole_1344_generated # Long name in the user interface. -manholeId = manhole_1344_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395609.620199_5851795.143660 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395574.851395_5851829.572808 # Unique id of the storage node. -name = manhole_1345_generated # Long name in the user interface. -manholeId = manhole_1345_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395574.851395_5851829.572808 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395544.828832_5851869.555530 # Unique id of the storage node. -name = manhole_1346_generated # Long name in the user interface. -manholeId = manhole_1346_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395544.828832_5851869.555530 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395518.719845_5851912.096642 # Unique id of the storage node. -name = manhole_1347_generated # Long name in the user interface. -manholeId = manhole_1347_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395518.719845_5851912.096642 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395494.135559_5851955.634960 # Unique id of the storage node. -name = manhole_1348_generated # Long name in the user interface. -manholeId = manhole_1348_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395494.135559_5851955.634960 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395471.594875_5852000.226337 # Unique id of the storage node. -name = manhole_1349_generated # Long name in the user interface. -manholeId = manhole_1349_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395471.594875_5852000.226337 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395448.254718_5852044.431216 # Unique id of the storage node. -name = manhole_1350_generated # Long name in the user interface. -manholeId = manhole_1350_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395448.254718_5852044.431216 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395413.296649_5852077.971003 # Unique id of the storage node. -name = manhole_1351_generated # Long name in the user interface. -manholeId = manhole_1351_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395413.296649_5852077.971003 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395372.324927_5852105.181911 # Unique id of the storage node. -name = manhole_1352_generated # Long name in the user interface. -manholeId = manhole_1352_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395372.324927_5852105.181911 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395336.659707_5852139.696974 # Unique id of the storage node. -name = manhole_1353_generated # Long name in the user interface. -manholeId = manhole_1353_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395336.659707_5852139.696974 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395292.778667_5852163.621667 # Unique id of the storage node. -name = manhole_1354_generated # Long name in the user interface. -manholeId = manhole_1354_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395292.778667_5852163.621667 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395249.109232_5852186.737406 # Unique id of the storage node. -name = manhole_1355_generated # Long name in the user interface. -manholeId = manhole_1355_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395249.109232_5852186.737406 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395203.751257_5852206.181643 # Unique id of the storage node. -name = manhole_1356_generated # Long name in the user interface. -manholeId = manhole_1356_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395203.751257_5852206.181643 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395165.020262_5852237.484141 # Unique id of the storage node. -name = manhole_1357_generated # Long name in the user interface. -manholeId = manhole_1357_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395165.020262_5852237.484141 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395118.824361_5852256.064939 # Unique id of the storage node. -name = manhole_1358_generated # Long name in the user interface. -manholeId = manhole_1358_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395118.824361_5852256.064939 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395076.581746_5852282.089220 # Unique id of the storage node. -name = manhole_1359_generated # Long name in the user interface. -manholeId = manhole_1359_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395076.581746_5852282.089220 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395037.188581_5852312.881279 # Unique id of the storage node. -name = manhole_1360_generated # Long name in the user interface. -manholeId = manhole_1360_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395037.188581_5852312.881279 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394997.262214_5852342.977754 # Unique id of the storage node. -name = manhole_1361_generated # Long name in the user interface. -manholeId = manhole_1361_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394997.262214_5852342.977754 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394957.294402_5852373.020162 # Unique id of the storage node. -name = manhole_1362_generated # Long name in the user interface. -manholeId = manhole_1362_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394957.294402_5852373.020162 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394923.064121_5852408.949667 # Unique id of the storage node. -name = manhole_1363_generated # Long name in the user interface. -manholeId = manhole_1363_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394923.064121_5852408.949667 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394884.932902_5852438.859470 # Unique id of the storage node. -name = manhole_1364_generated # Long name in the user interface. -manholeId = manhole_1364_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394884.932902_5852438.859470 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394845.735164_5852467.776480 # Unique id of the storage node. -name = manhole_1365_generated # Long name in the user interface. -manholeId = manhole_1365_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394845.735164_5852467.776480 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394819.511815_5852510.312906 # Unique id of the storage node. -name = manhole_1366_generated # Long name in the user interface. -manholeId = manhole_1366_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394819.511815_5852510.312906 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394781.711910_5852541.376139 # Unique id of the storage node. -name = manhole_1367_generated # Long name in the user interface. -manholeId = manhole_1367_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394781.711910_5852541.376139 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394744.307820_5852572.518391 # Unique id of the storage node. -name = manhole_1368_generated # Long name in the user interface. -manholeId = manhole_1368_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394744.307820_5852572.518391 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394717.909511_5852614.650780 # Unique id of the storage node. -name = manhole_1369_generated # Long name in the user interface. -manholeId = manhole_1369_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394717.909511_5852614.650780 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394686.181401_5852653.249247 # Unique id of the storage node. -name = manhole_1370_generated # Long name in the user interface. -manholeId = manhole_1370_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394686.181401_5852653.249247 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394664.043619_5852697.955490 # Unique id of the storage node. -name = manhole_1371_generated # Long name in the user interface. -manholeId = manhole_1371_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394664.043619_5852697.955490 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394638.640681_5852740.362316 # Unique id of the storage node. -name = manhole_1372_generated # Long name in the user interface. -manholeId = manhole_1372_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394638.640681_5852740.362316 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394594.036166_5852738.106441 # Unique id of the storage node. -name = manhole_1373_generated # Long name in the user interface. -manholeId = manhole_1373_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394594.036166_5852738.106441 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394586.520229_5852692.657292 # Unique id of the storage node. -name = manhole_1374_generated # Long name in the user interface. -manholeId = manhole_1374_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394586.520229_5852692.657292 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394597.447581_5852643.880952 # Unique id of the storage node. -name = manhole_1375_generated # Long name in the user interface. -manholeId = manhole_1375_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394597.447581_5852643.880952 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394610.115311_5852595.517021 # Unique id of the storage node. -name = manhole_1376_generated # Long name in the user interface. -manholeId = manhole_1376_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394610.115311_5852595.517021 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394589.452387_5852555.245408 # Unique id of the storage node. -name = manhole_1377_generated # Long name in the user interface. -manholeId = manhole_1377_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394589.452387_5852555.245408 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394541.653080_5852543.805665 # Unique id of the storage node. -name = manhole_1378_generated # Long name in the user interface. -manholeId = manhole_1378_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394541.653080_5852543.805665 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394492.894961_5852554.632755 # Unique id of the storage node. -name = manhole_1379_generated # Long name in the user interface. -manholeId = manhole_1379_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394492.894961_5852554.632755 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394443.974860_5852564.388139 # Unique id of the storage node. -name = manhole_1380_generated # Long name in the user interface. -manholeId = manhole_1380_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394443.974860_5852564.388139 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394394.029334_5852566.715529 # Unique id of the storage node. -name = manhole_1381_generated # Long name in the user interface. -manholeId = manhole_1381_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394394.029334_5852566.715529 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394344.083807_5852569.042919 # Unique id of the storage node. -name = manhole_1382_generated # Long name in the user interface. -manholeId = manhole_1382_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394344.083807_5852569.042919 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394294.107848_5852570.552707 # Unique id of the storage node. -name = manhole_1383_generated # Long name in the user interface. -manholeId = manhole_1383_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394294.107848_5852570.552707 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394244.127509_5852571.944853 # Unique id of the storage node. -name = manhole_1384_generated # Long name in the user interface. -manholeId = manhole_1384_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394244.127509_5852571.944853 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394194.812277_5852566.083685 # Unique id of the storage node. -name = manhole_1385_generated # Long name in the user interface. -manholeId = manhole_1385_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394194.812277_5852566.083685 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394145.918613_5852555.625103 # Unique id of the storage node. -name = manhole_1386_generated # Long name in the user interface. -manholeId = manhole_1386_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394145.918613_5852555.625103 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394100.560877_5852536.308194 # Unique id of the storage node. -name = manhole_1387_generated # Long name in the user interface. -manholeId = manhole_1387_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394100.560877_5852536.308194 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394057.904668_5852510.223329 # Unique id of the storage node. -name = manhole_1388_generated # Long name in the user interface. -manholeId = manhole_1388_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394057.904668_5852510.223329 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394015.248459_5852484.138465 # Unique id of the storage node. -name = manhole_1389_generated # Long name in the user interface. -manholeId = manhole_1389_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394015.248459_5852484.138465 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393968.486471_5852467.076493 # Unique id of the storage node. -name = manhole_1390_generated # Long name in the user interface. -manholeId = manhole_1390_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393968.486471_5852467.076493 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393919.139038_5852459.687321 # Unique id of the storage node. -name = manhole_1391_generated # Long name in the user interface. -manholeId = manhole_1391_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393919.139038_5852459.687321 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393869.477080_5852455.258879 # Unique id of the storage node. -name = manhole_1392_generated # Long name in the user interface. -manholeId = manhole_1392_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393869.477080_5852455.258879 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393825.106229_5852475.609582 # Unique id of the storage node. -name = manhole_1393_generated # Long name in the user interface. -manholeId = manhole_1393_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393825.106229_5852475.609582 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393779.022888_5852486.305032 # Unique id of the storage node. -name = manhole_1394_generated # Long name in the user interface. -manholeId = manhole_1394_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393779.022888_5852486.305032 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393746.176190_5852501.713236 # Unique id of the storage node. -name = manhole_1395_generated # Long name in the user interface. -manholeId = manhole_1395_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393746.176190_5852501.713236 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393790.325893_5852506.742803 # Unique id of the storage node. -name = manhole_1396_generated # Long name in the user interface. -manholeId = manhole_1396_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393790.325893_5852506.742803 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393837.809800_5852491.082314 # Unique id of the storage node. -name = manhole_1397_generated # Long name in the user interface. -manholeId = manhole_1397_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393837.809800_5852491.082314 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393886.150328_5852493.407182 # Unique id of the storage node. -name = manhole_1398_generated # Long name in the user interface. -manholeId = manhole_1398_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393886.150328_5852493.407182 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393931.905923_5852513.566493 # Unique id of the storage node. -name = manhole_1399_generated # Long name in the user interface. -manholeId = manhole_1399_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393931.905923_5852513.566493 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393975.755333_5852537.459648 # Unique id of the storage node. -name = manhole_1400_generated # Long name in the user interface. -manholeId = manhole_1400_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393975.755333_5852537.459648 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394015.055108_5852568.024151 # Unique id of the storage node. -name = manhole_1401_generated # Long name in the user interface. -manholeId = manhole_1401_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394015.055108_5852568.024151 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394050.698139_5852603.052406 # Unique id of the storage node. -name = manhole_1402_generated # Long name in the user interface. -manholeId = manhole_1402_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394050.698139_5852603.052406 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394085.645217_5852638.810957 # Unique id of the storage node. -name = manhole_1403_generated # Long name in the user interface. -manholeId = manhole_1403_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394085.645217_5852638.810957 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394125.333798_5852668.853217 # Unique id of the storage node. -name = manhole_1404_generated # Long name in the user interface. -manholeId = manhole_1404_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394125.333798_5852668.853217 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394169.055734_5852692.935080 # Unique id of the storage node. -name = manhole_1405_generated # Long name in the user interface. -manholeId = manhole_1405_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394169.055734_5852692.935080 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394213.778911_5852715.291506 # Unique id of the storage node. -name = manhole_1406_generated # Long name in the user interface. -manholeId = manhole_1406_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394213.778911_5852715.291506 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394258.502087_5852737.647932 # Unique id of the storage node. -name = manhole_1407_generated # Long name in the user interface. -manholeId = manhole_1407_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394258.502087_5852737.647932 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394303.633563_5852759.137795 # Unique id of the storage node. -name = manhole_1408_generated # Long name in the user interface. -manholeId = manhole_1408_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394303.633563_5852759.137795 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394311.356383_5852792.836309 # Unique id of the storage node. -name = manhole_1409_generated # Long name in the user interface. -manholeId = manhole_1409_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394311.356383_5852792.836309 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394267.192787_5852772.091807 # Unique id of the storage node. -name = manhole_1410_generated # Long name in the user interface. -manholeId = manhole_1410_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394267.192787_5852772.091807 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394222.243893_5852750.806208 # Unique id of the storage node. -name = manhole_1411_generated # Long name in the user interface. -manholeId = manhole_1411_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394222.243893_5852750.806208 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394174.481163_5852736.017934 # Unique id of the storage node. -name = manhole_1412_generated # Long name in the user interface. -manholeId = manhole_1412_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394174.481163_5852736.017934 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394126.701585_5852721.284154 # Unique id of the storage node. -name = manhole_1413_generated # Long name in the user interface. -manholeId = manhole_1413_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394126.701585_5852721.284154 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394079.288175_5852705.441648 # Unique id of the storage node. -name = manhole_1414_generated # Long name in the user interface. -manholeId = manhole_1414_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394079.288175_5852705.441648 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394032.131474_5852688.821843 # Unique id of the storage node. -name = manhole_1415_generated # Long name in the user interface. -manholeId = manhole_1415_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394032.131474_5852688.821843 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393990.248849_5852662.333918 # Unique id of the storage node. -name = manhole_1416_generated # Long name in the user interface. -manholeId = manhole_1416_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393990.248849_5852662.333918 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393946.821534_5852638.073372 # Unique id of the storage node. -name = manhole_1417_generated # Long name in the user interface. -manholeId = manhole_1417_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393946.821534_5852638.073372 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393900.423442_5852619.797659 # Unique id of the storage node. -name = manhole_1418_generated # Long name in the user interface. -manholeId = manhole_1418_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393900.423442_5852619.797659 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393852.419590_5852605.811860 # Unique id of the storage node. -name = manhole_1419_generated # Long name in the user interface. -manholeId = manhole_1419_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393852.419590_5852605.811860 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393811.257010_5852622.697772 # Unique id of the storage node. -name = manhole_1420_generated # Long name in the user interface. -manholeId = manhole_1420_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393811.257010_5852622.697772 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393791.976379_5852668.744980 # Unique id of the storage node. -name = manhole_1421_generated # Long name in the user interface. -manholeId = manhole_1421_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393791.976379_5852668.744980 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393757.851001_5852704.822907 # Unique id of the storage node. -name = manhole_1422_generated # Long name in the user interface. -manholeId = manhole_1422_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393757.851001_5852704.822907 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393712.093303_5852719.752315 # Unique id of the storage node. -name = manhole_1423_generated # Long name in the user interface. -manholeId = manhole_1423_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393712.093303_5852719.752315 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393668.358640_5852734.851893 # Unique id of the storage node. -name = manhole_1424_generated # Long name in the user interface. -manholeId = manhole_1424_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393668.358640_5852734.851893 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393699.470718_5852759.330822 # Unique id of the storage node. -name = manhole_1425_generated # Long name in the user interface. -manholeId = manhole_1425_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393699.470718_5852759.330822 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393745.462929_5852739.873352 # Unique id of the storage node. -name = manhole_1426_generated # Long name in the user interface. -manholeId = manhole_1426_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393745.462929_5852739.873352 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393781.033025_5852705.849874 # Unique id of the storage node. -name = manhole_1427_generated # Long name in the user interface. -manholeId = manhole_1427_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393781.033025_5852705.849874 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393812.987745_5852667.414435 # Unique id of the storage node. -name = manhole_1428_generated # Long name in the user interface. -manholeId = manhole_1428_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393812.987745_5852667.414435 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393851.764351_5852646.106628 # Unique id of the storage node. -name = manhole_1429_generated # Long name in the user interface. -manholeId = manhole_1429_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393851.764351_5852646.106628 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393887.425906_5852680.024688 # Unique id of the storage node. -name = manhole_1430_generated # Long name in the user interface. -manholeId = manhole_1430_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393887.425906_5852680.024688 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393922.974994_5852714.451881 # Unique id of the storage node. -name = manhole_1431_generated # Long name in the user interface. -manholeId = manhole_1431_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393922.974994_5852714.451881 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393963.954408_5852743.099044 # Unique id of the storage node. -name = manhole_1432_generated # Long name in the user interface. -manholeId = manhole_1432_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393963.954408_5852743.099044 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394004.933823_5852771.746207 # Unique id of the storage node. -name = manhole_1433_generated # Long name in the user interface. -manholeId = manhole_1433_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394004.933823_5852771.746207 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394045.913237_5852800.393369 # Unique id of the storage node. -name = manhole_1434_generated # Long name in the user interface. -manholeId = manhole_1434_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394045.913237_5852800.393369 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394089.174973_5852825.355914 # Unique id of the storage node. -name = manhole_1435_generated # Long name in the user interface. -manholeId = manhole_1435_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394089.174973_5852825.355914 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394127.810519_5852856.423482 # Unique id of the storage node. -name = manhole_1436_generated # Long name in the user interface. -manholeId = manhole_1436_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394127.810519_5852856.423482 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394163.630152_5852891.307952 # Unique id of the storage node. -name = manhole_1437_generated # Long name in the user interface. -manholeId = manhole_1437_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394163.630152_5852891.307952 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394191.826466_5852930.721008 # Unique id of the storage node. -name = manhole_1438_generated # Long name in the user interface. -manholeId = manhole_1438_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394191.826466_5852930.721008 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394200.656639_5852979.770101 # Unique id of the storage node. -name = manhole_1439_generated # Long name in the user interface. -manholeId = manhole_1439_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394200.656639_5852979.770101 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394193.162613_5853027.948832 # Unique id of the storage node. -name = manhole_1440_generated # Long name in the user interface. -manholeId = manhole_1440_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394193.162613_5853027.948832 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394159.295618_5853015.916165 # Unique id of the storage node. -name = manhole_1441_generated # Long name in the user interface. -manholeId = manhole_1441_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394159.295618_5853015.916165 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394172.939629_5852968.216922 # Unique id of the storage node. -name = manhole_1442_generated # Long name in the user interface. -manholeId = manhole_1442_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394172.939629_5852968.216922 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394157.144980_5852926.103010 # Unique id of the storage node. -name = manhole_1443_generated # Long name in the user interface. -manholeId = manhole_1443_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394157.144980_5852926.103010 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394112.052148_5852908.152698 # Unique id of the storage node. -name = manhole_1444_generated # Long name in the user interface. -manholeId = manhole_1444_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394112.052148_5852908.152698 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394082.719981_5852870.240060 # Unique id of the storage node. -name = manhole_1445_generated # Long name in the user interface. -manholeId = manhole_1445_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394082.719981_5852870.240060 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394033.699503_5852861.894507 # Unique id of the storage node. -name = manhole_1446_generated # Long name in the user interface. -manholeId = manhole_1446_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394033.699503_5852861.894507 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393987.193404_5852845.286129 # Unique id of the storage node. -name = manhole_1447_generated # Long name in the user interface. -manholeId = manhole_1447_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393987.193404_5852845.286129 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393947.937263_5852814.548416 # Unique id of the storage node. -name = manhole_1448_generated # Long name in the user interface. -manholeId = manhole_1448_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393947.937263_5852814.548416 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393907.134109_5852786.629084 # Unique id of the storage node. -name = manhole_1449_generated # Long name in the user interface. -manholeId = manhole_1449_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393907.134109_5852786.629084 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393860.318227_5852795.693108 # Unique id of the storage node. -name = manhole_1450_generated # Long name in the user interface. -manholeId = manhole_1450_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393860.318227_5852795.693108 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393816.379105_5852819.553656 # Unique id of the storage node. -name = manhole_1451_generated # Long name in the user interface. -manholeId = manhole_1451_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393816.379105_5852819.553656 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393775.899312_5852848.775368 # Unique id of the storage node. -name = manhole_1452_generated # Long name in the user interface. -manholeId = manhole_1452_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393775.899312_5852848.775368 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393728.008899_5852860.924385 # Unique id of the storage node. -name = manhole_1453_generated # Long name in the user interface. -manholeId = manhole_1453_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393728.008899_5852860.924385 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393678.412536_5852867.262609 # Unique id of the storage node. -name = manhole_1454_generated # Long name in the user interface. -manholeId = manhole_1454_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393678.412536_5852867.262609 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393629.125510_5852875.269213 # Unique id of the storage node. -name = manhole_1455_generated # Long name in the user interface. -manholeId = manhole_1455_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393629.125510_5852875.269213 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393587.086982_5852897.732104 # Unique id of the storage node. -name = manhole_1456_generated # Long name in the user interface. -manholeId = manhole_1456_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393587.086982_5852897.732104 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393570.304755_5852944.562004 # Unique id of the storage node. -name = manhole_1457_generated # Long name in the user interface. -manholeId = manhole_1457_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393570.304755_5852944.562004 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393556.495138_5852992.561951 # Unique id of the storage node. -name = manhole_1458_generated # Long name in the user interface. -manholeId = manhole_1458_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393556.495138_5852992.561951 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393545.497391_5853041.337169 # Unique id of the storage node. -name = manhole_1459_generated # Long name in the user interface. -manholeId = manhole_1459_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393545.497391_5853041.337169 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393519.428820_5853078.873738 # Unique id of the storage node. -name = manhole_1460_generated # Long name in the user interface. -manholeId = manhole_1460_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393519.428820_5853078.873738 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393471.088950_5853090.981033 # Unique id of the storage node. -name = manhole_1461_generated # Long name in the user interface. -manholeId = manhole_1461_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393471.088950_5853090.981033 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393437.895468_5853125.960775 # Unique id of the storage node. -name = manhole_1462_generated # Long name in the user interface. -manholeId = manhole_1462_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393437.895468_5853125.960775 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393425.841959_5853174.071597 # Unique id of the storage node. -name = manhole_1463_generated # Long name in the user interface. -manholeId = manhole_1463_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393425.841959_5853174.071597 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393412.863076_5853222.254330 # Unique id of the storage node. -name = manhole_1464_generated # Long name in the user interface. -manholeId = manhole_1464_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393412.863076_5853222.254330 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393397.399386_5853269.802691 # Unique id of the storage node. -name = manhole_1465_generated # Long name in the user interface. -manholeId = manhole_1465_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393397.399386_5853269.802691 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393370.312253_5853310.521885 # Unique id of the storage node. -name = manhole_1466_generated # Long name in the user interface. -manholeId = manhole_1466_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393370.312253_5853310.521885 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393329.336412_5853338.528654 # Unique id of the storage node. -name = manhole_1467_generated # Long name in the user interface. -manholeId = manhole_1467_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393329.336412_5853338.528654 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393281.458967_5853352.900944 # Unique id of the storage node. -name = manhole_1468_generated # Long name in the user interface. -manholeId = manhole_1468_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393281.458967_5853352.900944 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393241.435091_5853377.912417 # Unique id of the storage node. -name = manhole_1469_generated # Long name in the user interface. -manholeId = manhole_1469_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393241.435091_5853377.912417 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393204.214014_5853407.665014 # Unique id of the storage node. -name = manhole_1470_generated # Long name in the user interface. -manholeId = manhole_1470_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393204.214014_5853407.665014 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393163.042571_5853389.210490 # Unique id of the storage node. -name = manhole_1471_generated # Long name in the user interface. -manholeId = manhole_1471_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393163.042571_5853389.210490 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393138.001123_5853345.980642 # Unique id of the storage node. -name = manhole_1472_generated # Long name in the user interface. -manholeId = manhole_1472_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393138.001123_5853345.980642 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393097.144513_5853320.521257 # Unique id of the storage node. -name = manhole_1473_generated # Long name in the user interface. -manholeId = manhole_1473_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393097.144513_5853320.521257 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393050.223753_5853331.927050 # Unique id of the storage node. -name = manhole_1474_generated # Long name in the user interface. -manholeId = manhole_1474_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393050.223753_5853331.927050 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393009.349748_5853360.724411 # Unique id of the storage node. -name = manhole_1475_generated # Long name in the user interface. -manholeId = manhole_1475_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393009.349748_5853360.724411 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392964.145743_5853381.658415 # Unique id of the storage node. -name = manhole_1476_generated # Long name in the user interface. -manholeId = manhole_1476_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392964.145743_5853381.658415 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392914.685746_5853388.540993 # Unique id of the storage node. -name = manhole_1477_generated # Long name in the user interface. -manholeId = manhole_1477_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392914.685746_5853388.540993 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392867.452587_5853402.741011 # Unique id of the storage node. -name = manhole_1478_generated # Long name in the user interface. -manholeId = manhole_1478_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392867.452587_5853402.741011 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392828.774456_5853433.971422 # Unique id of the storage node. -name = manhole_1479_generated # Long name in the user interface. -manholeId = manhole_1479_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392828.774456_5853433.971422 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392809.846709_5853478.724530 # Unique id of the storage node. -name = manhole_1480_generated # Long name in the user interface. -manholeId = manhole_1480_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392809.846709_5853478.724530 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392819.015987_5853526.678872 # Unique id of the storage node. -name = manhole_1481_generated # Long name in the user interface. -manholeId = manhole_1481_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392819.015987_5853526.678872 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392855.087955_5853558.063624 # Unique id of the storage node. -name = manhole_1482_generated # Long name in the user interface. -manholeId = manhole_1482_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392855.087955_5853558.063624 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392904.865551_5853557.690351 # Unique id of the storage node. -name = manhole_1483_generated # Long name in the user interface. -manholeId = manhole_1483_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392904.865551_5853557.690351 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392949.237373_5853580.603283 # Unique id of the storage node. -name = manhole_1484_generated # Long name in the user interface. -manholeId = manhole_1484_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392949.237373_5853580.603283 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392983.159480_5853614.224487 # Unique id of the storage node. -name = manhole_1485_generated # Long name in the user interface. -manholeId = manhole_1485_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392983.159480_5853614.224487 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392985.841230_5853663.144237 # Unique id of the storage node. -name = manhole_1486_generated # Long name in the user interface. -manholeId = manhole_1486_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392985.841230_5853663.144237 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392953.084677_5853699.537938 # Unique id of the storage node. -name = manhole_1487_generated # Long name in the user interface. -manholeId = manhole_1487_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392953.084677_5853699.537938 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392909.810230_5853724.583787 # Unique id of the storage node. -name = manhole_1488_generated # Long name in the user interface. -manholeId = manhole_1488_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392909.810230_5853724.583787 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392866.535783_5853749.629635 # Unique id of the storage node. -name = manhole_1489_generated # Long name in the user interface. -manholeId = manhole_1489_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392866.535783_5853749.629635 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392823.261336_5853774.675484 # Unique id of the storage node. -name = manhole_1490_generated # Long name in the user interface. -manholeId = manhole_1490_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392823.261336_5853774.675484 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392779.986889_5853799.721333 # Unique id of the storage node. -name = manhole_1491_generated # Long name in the user interface. -manholeId = manhole_1491_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392779.986889_5853799.721333 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392738.076911_5853826.788432 # Unique id of the storage node. -name = manhole_1492_generated # Long name in the user interface. -manholeId = manhole_1492_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392738.076911_5853826.788432 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392707.709945_5853865.520684 # Unique id of the storage node. -name = manhole_1493_generated # Long name in the user interface. -manholeId = manhole_1493_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392707.709945_5853865.520684 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392687.640916_5853911.315950 # Unique id of the storage node. -name = manhole_1494_generated # Long name in the user interface. -manholeId = manhole_1494_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392687.640916_5853911.315950 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392667.571886_5853957.111216 # Unique id of the storage node. -name = manhole_1495_generated # Long name in the user interface. -manholeId = manhole_1495_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392667.571886_5853957.111216 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392647.502856_5854002.906482 # Unique id of the storage node. -name = manhole_1496_generated # Long name in the user interface. -manholeId = manhole_1496_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392647.502856_5854002.906482 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392627.433826_5854048.701747 # Unique id of the storage node. -name = manhole_1497_generated # Long name in the user interface. -manholeId = manhole_1497_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392627.433826_5854048.701747 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392599.240640_5854088.361907 # Unique id of the storage node. -name = manhole_1498_generated # Long name in the user interface. -manholeId = manhole_1498_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392599.240640_5854088.361907 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392552.028928_5854094.876796 # Unique id of the storage node. -name = manhole_1499_generated # Long name in the user interface. -manholeId = manhole_1499_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392552.028928_5854094.876796 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392502.877760_5854089.097945 # Unique id of the storage node. -name = manhole_1500_generated # Long name in the user interface. -manholeId = manhole_1500_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392502.877760_5854089.097945 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392456.857118_5854106.922752 # Unique id of the storage node. -name = manhole_1501_generated # Long name in the user interface. -manholeId = manhole_1501_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392456.857118_5854106.922752 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392437.075073_5854149.618310 # Unique id of the storage node. -name = manhole_1502_generated # Long name in the user interface. -manholeId = manhole_1502_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392437.075073_5854149.618310 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392432.172377_5854199.149378 # Unique id of the storage node. -name = manhole_1503_generated # Long name in the user interface. -manholeId = manhole_1503_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392432.172377_5854199.149378 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392401.259063_5854237.421811 # Unique id of the storage node. -name = manhole_1504_generated # Long name in the user interface. -manholeId = manhole_1504_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392401.259063_5854237.421811 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392365.302335_5854272.164955 # Unique id of the storage node. -name = manhole_1505_generated # Long name in the user interface. -manholeId = manhole_1505_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392365.302335_5854272.164955 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392329.189993_5854306.704337 # Unique id of the storage node. -name = manhole_1506_generated # Long name in the user interface. -manholeId = manhole_1506_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392329.189993_5854306.704337 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392286.207370_5854332.247760 # Unique id of the storage node. -name = manhole_1507_generated # Long name in the user interface. -manholeId = manhole_1507_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392286.207370_5854332.247760 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392243.224747_5854357.791183 # Unique id of the storage node. -name = manhole_1508_generated # Long name in the user interface. -manholeId = manhole_1508_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392243.224747_5854357.791183 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392200.242125_5854383.334606 # Unique id of the storage node. -name = manhole_1509_generated # Long name in the user interface. -manholeId = manhole_1509_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392200.242125_5854383.334606 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392160.949674_5854413.789329 # Unique id of the storage node. -name = manhole_1510_generated # Long name in the user interface. -manholeId = manhole_1510_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392160.949674_5854413.789329 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392139.387611_5854458.137564 # Unique id of the storage node. -name = manhole_1511_generated # Long name in the user interface. -manholeId = manhole_1511_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392139.387611_5854458.137564 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392118.172011_5854501.905150 # Unique id of the storage node. -name = manhole_1512_generated # Long name in the user interface. -manholeId = manhole_1512_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392118.172011_5854501.905150 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392069.661402_5854504.271938 # Unique id of the storage node. -name = manhole_1513_generated # Long name in the user interface. -manholeId = manhole_1513_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392069.661402_5854504.271938 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1392020.318914_5854496.814665 # Unique id of the storage node. -name = manhole_1514_generated # Long name in the user interface. -manholeId = manhole_1514_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392020.318914_5854496.814665 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391970.347459_5854495.133607 # Unique id of the storage node. -name = manhole_1515_generated # Long name in the user interface. -manholeId = manhole_1515_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391970.347459_5854495.133607 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391920.470455_5854497.470128 # Unique id of the storage node. -name = manhole_1516_generated # Long name in the user interface. -manholeId = manhole_1516_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391920.470455_5854497.470128 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391872.585841_5854508.330089 # Unique id of the storage node. -name = manhole_1517_generated # Long name in the user interface. -manholeId = manhole_1517_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391872.585841_5854508.330089 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391850.231224_5854552.140542 # Unique id of the storage node. -name = manhole_1518_generated # Long name in the user interface. -manholeId = manhole_1518_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391850.231224_5854552.140542 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391839.912053_5854601.063819 # Unique id of the storage node. -name = manhole_1519_generated # Long name in the user interface. -manholeId = manhole_1519_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391839.912053_5854601.063819 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391840.993748_5854650.792488 # Unique id of the storage node. -name = manhole_1520_generated # Long name in the user interface. -manholeId = manhole_1520_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391840.993748_5854650.792488 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391842.947495_5854700.726900 # Unique id of the storage node. -name = manhole_1521_generated # Long name in the user interface. -manholeId = manhole_1521_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391842.947495_5854700.726900 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391817.228787_5854734.867564 # Unique id of the storage node. -name = manhole_1522_generated # Long name in the user interface. -manholeId = manhole_1522_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391817.228787_5854734.867564 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391770.163538_5854720.841598 # Unique id of the storage node. -name = manhole_1523_generated # Long name in the user interface. -manholeId = manhole_1523_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391770.163538_5854720.841598 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391723.469770_5854703.731892 # Unique id of the storage node. -name = manhole_1524_generated # Long name in the user interface. -manholeId = manhole_1524_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391723.469770_5854703.731892 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391673.556104_5854700.799612 # Unique id of the storage node. -name = manhole_1525_generated # Long name in the user interface. -manholeId = manhole_1525_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391673.556104_5854700.799612 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391623.714796_5854702.097765 # Unique id of the storage node. -name = manhole_1526_generated # Long name in the user interface. -manholeId = manhole_1526_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391623.714796_5854702.097765 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391580.587717_5854722.560288 # Unique id of the storage node. -name = manhole_1527_generated # Long name in the user interface. -manholeId = manhole_1527_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391580.587717_5854722.560288 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391566.793033_5854770.006967 # Unique id of the storage node. -name = manhole_1528_generated # Long name in the user interface. -manholeId = manhole_1528_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391566.793033_5854770.006967 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391527.393423_5854792.408342 # Unique id of the storage node. -name = manhole_1529_generated # Long name in the user interface. -manholeId = manhole_1529_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391527.393423_5854792.408342 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391493.901293_5854758.638521 # Unique id of the storage node. -name = manhole_1530_generated # Long name in the user interface. -manholeId = manhole_1530_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391493.901293_5854758.638521 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391460.149849_5854722.514568 # Unique id of the storage node. -name = manhole_1531_generated # Long name in the user interface. -manholeId = manhole_1531_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391460.149849_5854722.514568 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391415.080961_5854702.288674 # Unique id of the storage node. -name = manhole_1532_generated # Long name in the user interface. -manholeId = manhole_1532_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391415.080961_5854702.288674 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391365.440532_5854701.641704 # Unique id of the storage node. -name = manhole_1533_generated # Long name in the user interface. -manholeId = manhole_1533_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391365.440532_5854701.641704 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391316.238207_5854710.165704 # Unique id of the storage node. -name = manhole_1534_generated # Long name in the user interface. -manholeId = manhole_1534_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391316.238207_5854710.165704 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391270.685153_5854729.292714 # Unique id of the storage node. -name = manhole_1535_generated # Long name in the user interface. -manholeId = manhole_1535_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391270.685153_5854729.292714 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391236.857205_5854765.320721 # Unique id of the storage node. -name = manhole_1536_generated # Long name in the user interface. -manholeId = manhole_1536_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391236.857205_5854765.320721 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391202.853810_5854801.861028 # Unique id of the storage node. -name = manhole_1537_generated # Long name in the user interface. -manholeId = manhole_1537_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391202.853810_5854801.861028 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391157.795156_5854820.230690 # Unique id of the storage node. -name = manhole_1538_generated # Long name in the user interface. -manholeId = manhole_1538_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391157.795156_5854820.230690 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391108.772610_5854813.861238 # Unique id of the storage node. -name = manhole_1539_generated # Long name in the user interface. -manholeId = manhole_1539_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391108.772610_5854813.861238 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391060.928104_5854800.764660 # Unique id of the storage node. -name = manhole_1540_generated # Long name in the user interface. -manholeId = manhole_1540_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391060.928104_5854800.764660 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391018.222674_5854821.264777 # Unique id of the storage node. -name = manhole_1541_generated # Long name in the user interface. -manholeId = manhole_1541_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391018.222674_5854821.264777 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390998.940665_5854866.830209 # Unique id of the storage node. -name = manhole_1542_generated # Long name in the user interface. -manholeId = manhole_1542_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390998.940665_5854866.830209 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390962.790659_5854895.559752 # Unique id of the storage node. -name = manhole_1543_generated # Long name in the user interface. -manholeId = manhole_1543_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390962.790659_5854895.559752 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390919.961047_5854871.800869 # Unique id of the storage node. -name = manhole_1544_generated # Long name in the user interface. -manholeId = manhole_1544_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390919.961047_5854871.800869 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390873.984042_5854857.080187 # Unique id of the storage node. -name = manhole_1545_generated # Long name in the user interface. -manholeId = manhole_1545_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390873.984042_5854857.080187 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390830.492624_5854881.491715 # Unique id of the storage node. -name = manhole_1546_generated # Long name in the user interface. -manholeId = manhole_1546_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390830.492624_5854881.491715 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390796.708465_5854865.116497 # Unique id of the storage node. -name = manhole_1547_generated # Long name in the user interface. -manholeId = manhole_1547_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390796.708465_5854865.116497 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390838.292139_5854841.149039 # Unique id of the storage node. -name = manhole_1548_generated # Long name in the user interface. -manholeId = manhole_1548_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390838.292139_5854841.149039 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390887.221938_5854833.728026 # Unique id of the storage node. -name = manhole_1549_generated # Long name in the user interface. -manholeId = manhole_1549_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390887.221938_5854833.728026 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390936.898273_5854829.647458 # Unique id of the storage node. -name = manhole_1550_generated # Long name in the user interface. -manholeId = manhole_1550_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390936.898273_5854829.647458 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390962.336483_5854791.122572 # Unique id of the storage node. -name = manhole_1551_generated # Long name in the user interface. -manholeId = manhole_1551_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390962.336483_5854791.122572 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390966.186074_5854741.748434 # Unique id of the storage node. -name = manhole_1552_generated # Long name in the user interface. -manholeId = manhole_1552_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390966.186074_5854741.748434 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390992.855365_5854700.308199 # Unique id of the storage node. -name = manhole_1553_generated # Long name in the user interface. -manholeId = manhole_1553_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390992.855365_5854700.308199 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391035.848916_5854678.165031 # Unique id of the storage node. -name = manhole_1554_generated # Long name in the user interface. -manholeId = manhole_1554_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391035.848916_5854678.165031 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391083.904442_5854664.357831 # Unique id of the storage node. -name = manhole_1555_generated # Long name in the user interface. -manholeId = manhole_1555_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391083.904442_5854664.357831 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391131.959967_5854650.550630 # Unique id of the storage node. -name = manhole_1556_generated # Long name in the user interface. -manholeId = manhole_1556_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391131.959967_5854650.550630 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391179.634835_5854635.589167 # Unique id of the storage node. -name = manhole_1557_generated # Long name in the user interface. -manholeId = manhole_1557_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391179.634835_5854635.589167 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391207.438901_5854598.479608 # Unique id of the storage node. -name = manhole_1558_generated # Long name in the user interface. -manholeId = manhole_1558_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391207.438901_5854598.479608 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391180.980266_5854561.607478 # Unique id of the storage node. -name = manhole_1559_generated # Long name in the user interface. -manholeId = manhole_1559_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391180.980266_5854561.607478 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391131.202321_5854557.049893 # Unique id of the storage node. -name = manhole_1560_generated # Long name in the user interface. -manholeId = manhole_1560_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391131.202321_5854557.049893 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391082.781214_5854544.585195 # Unique id of the storage node. -name = manhole_1561_generated # Long name in the user interface. -manholeId = manhole_1561_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391082.781214_5854544.585195 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1391034.359877_5854532.121387 # Unique id of the storage node. -name = manhole_1562_generated # Long name in the user interface. -manholeId = manhole_1562_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1391034.359877_5854532.121387 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390989.634528_5854509.876649 # Unique id of the storage node. -name = manhole_1563_generated # Long name in the user interface. -manholeId = manhole_1563_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390989.634528_5854509.876649 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390945.071014_5854487.203635 # Unique id of the storage node. -name = manhole_1564_generated # Long name in the user interface. -manholeId = manhole_1564_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390945.071014_5854487.203635 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390901.697761_5854462.393036 # Unique id of the storage node. -name = manhole_1565_generated # Long name in the user interface. -manholeId = manhole_1565_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390901.697761_5854462.393036 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390859.490862_5854435.632611 # Unique id of the storage node. -name = manhole_1566_generated # Long name in the user interface. -manholeId = manhole_1566_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390859.490862_5854435.632611 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390822.363200_5854402.650966 # Unique id of the storage node. -name = manhole_1567_generated # Long name in the user interface. -manholeId = manhole_1567_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390822.363200_5854402.650966 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390794.517731_5854361.373340 # Unique id of the storage node. -name = manhole_1568_generated # Long name in the user interface. -manholeId = manhole_1568_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390794.517731_5854361.373340 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390752.757621_5854350.515991 # Unique id of the storage node. -name = manhole_1569_generated # Long name in the user interface. -manholeId = manhole_1569_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390752.757621_5854350.515991 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390773.418687_5854390.614123 # Unique id of the storage node. -name = manhole_1570_generated # Long name in the user interface. -manholeId = manhole_1570_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390773.418687_5854390.614123 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390803.876573_5854430.219823 # Unique id of the storage node. -name = manhole_1571_generated # Long name in the user interface. -manholeId = manhole_1571_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390803.876573_5854430.219823 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390829.792810_5854472.861353 # Unique id of the storage node. -name = manhole_1572_generated # Long name in the user interface. -manholeId = manhole_1572_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390829.792810_5854472.861353 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390840.804824_5854520.985180 # Unique id of the storage node. -name = manhole_1573_generated # Long name in the user interface. -manholeId = manhole_1573_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390840.804824_5854520.985180 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390806.955071_5854555.332527 # Unique id of the storage node. -name = manhole_1574_generated # Long name in the user interface. -manholeId = manhole_1574_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390806.955071_5854555.332527 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390768.710703_5854587.034128 # Unique id of the storage node. -name = manhole_1575_generated # Long name in the user interface. -manholeId = manhole_1575_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390768.710703_5854587.034128 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390727.648428_5854605.405022 # Unique id of the storage node. -name = manhole_1576_generated # Long name in the user interface. -manholeId = manhole_1576_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390727.648428_5854605.405022 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390738.217332_5854570.207673 # Unique id of the storage node. -name = manhole_1577_generated # Long name in the user interface. -manholeId = manhole_1577_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390738.217332_5854570.207673 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390769.756391_5854536.839095 # Unique id of the storage node. -name = manhole_1578_generated # Long name in the user interface. -manholeId = manhole_1578_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390769.756391_5854536.839095 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390742.617340_5854501.043600 # Unique id of the storage node. -name = manhole_1579_generated # Long name in the user interface. -manholeId = manhole_1579_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390742.617340_5854501.043600 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390698.267856_5854477.987163 # Unique id of the storage node. -name = manhole_1580_generated # Long name in the user interface. -manholeId = manhole_1580_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390698.267856_5854477.987163 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390659.045460_5854447.088924 # Unique id of the storage node. -name = manhole_1581_generated # Long name in the user interface. -manholeId = manhole_1581_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390659.045460_5854447.088924 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390625.552943_5854410.088393 # Unique id of the storage node. -name = manhole_1582_generated # Long name in the user interface. -manholeId = manhole_1582_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390625.552943_5854410.088393 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390589.600407_5854409.582950 # Unique id of the storage node. -name = manhole_1583_generated # Long name in the user interface. -manholeId = manhole_1583_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390589.600407_5854409.582950 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390602.713966_5854457.412330 # Unique id of the storage node. -name = manhole_1584_generated # Long name in the user interface. -manholeId = manhole_1584_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390602.713966_5854457.412330 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390595.921491_5854505.872623 # Unique id of the storage node. -name = manhole_1585_generated # Long name in the user interface. -manholeId = manhole_1585_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390595.921491_5854505.872623 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390570.443128_5854548.678854 # Unique id of the storage node. -name = manhole_1586_generated # Long name in the user interface. -manholeId = manhole_1586_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390570.443128_5854548.678854 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390543.056656_5854590.511300 # Unique id of the storage node. -name = manhole_1587_generated # Long name in the user interface. -manholeId = manhole_1587_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390543.056656_5854590.511300 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390515.015498_5854631.763416 # Unique id of the storage node. -name = manhole_1588_generated # Long name in the user interface. -manholeId = manhole_1588_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390515.015498_5854631.763416 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390474.123673_5854660.297699 # Unique id of the storage node. -name = manhole_1589_generated # Long name in the user interface. -manholeId = manhole_1589_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390474.123673_5854660.297699 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390431.612204_5854686.592487 # Unique id of the storage node. -name = manhole_1590_generated # Long name in the user interface. -manholeId = manhole_1590_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390431.612204_5854686.592487 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390393.452535_5854718.581623 # Unique id of the storage node. -name = manhole_1591_generated # Long name in the user interface. -manholeId = manhole_1591_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390393.452535_5854718.581623 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390367.542569_5854761.184358 # Unique id of the storage node. -name = manhole_1592_generated # Long name in the user interface. -manholeId = manhole_1592_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390367.542569_5854761.184358 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390335.298282_5854798.167893 # Unique id of the storage node. -name = manhole_1593_generated # Long name in the user interface. -manholeId = manhole_1593_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390335.298282_5854798.167893 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390287.950059_5854812.008565 # Unique id of the storage node. -name = manhole_1594_generated # Long name in the user interface. -manholeId = manhole_1594_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390287.950059_5854812.008565 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390238.458151_5854817.911680 # Unique id of the storage node. -name = manhole_1595_generated # Long name in the user interface. -manholeId = manhole_1595_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390238.458151_5854817.911680 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390191.062322_5854833.713980 # Unique id of the storage node. -name = manhole_1596_generated # Long name in the user interface. -manholeId = manhole_1596_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390191.062322_5854833.713980 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390143.877432_5854850.253582 # Unique id of the storage node. -name = manhole_1597_generated # Long name in the user interface. -manholeId = manhole_1597_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390143.877432_5854850.253582 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390095.581853_5854862.709081 # Unique id of the storage node. -name = manhole_1598_generated # Long name in the user interface. -manholeId = manhole_1598_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390095.581853_5854862.709081 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390047.517835_5854876.231087 # Unique id of the storage node. -name = manhole_1599_generated # Long name in the user interface. -manholeId = manhole_1599_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390047.517835_5854876.231087 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1390002.813236_5854898.312405 # Unique id of the storage node. -name = manhole_1600_generated # Long name in the user interface. -manholeId = manhole_1600_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1390002.813236_5854898.312405 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389957.240445_5854918.770327 # Unique id of the storage node. -name = manhole_1601_generated # Long name in the user interface. -manholeId = manhole_1601_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389957.240445_5854918.770327 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389907.862496_5854926.546503 # Unique id of the storage node. -name = manhole_1602_generated # Long name in the user interface. -manholeId = manhole_1602_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389907.862496_5854926.546503 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389858.454627_5854934.216888 # Unique id of the storage node. -name = manhole_1603_generated # Long name in the user interface. -manholeId = manhole_1603_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389858.454627_5854934.216888 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389809.046758_5854941.887273 # Unique id of the storage node. -name = manhole_1604_generated # Long name in the user interface. -manholeId = manhole_1604_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389809.046758_5854941.887273 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389759.638889_5854949.557658 # Unique id of the storage node. -name = manhole_1605_generated # Long name in the user interface. -manholeId = manhole_1605_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389759.638889_5854949.557658 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389709.944213_5854954.171913 # Unique id of the storage node. -name = manhole_1606_generated # Long name in the user interface. -manholeId = manhole_1606_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389709.944213_5854954.171913 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389659.971924_5854955.828026 # Unique id of the storage node. -name = manhole_1607_generated # Long name in the user interface. -manholeId = manhole_1607_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389659.971924_5854955.828026 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389609.999636_5854957.484138 # Unique id of the storage node. -name = manhole_1608_generated # Long name in the user interface. -manholeId = manhole_1608_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389609.999636_5854957.484138 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389560.020212_5854958.556860 # Unique id of the storage node. -name = manhole_1609_generated # Long name in the user interface. -manholeId = manhole_1609_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389560.020212_5854958.556860 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389510.215888_5854956.262845 # Unique id of the storage node. -name = manhole_1610_generated # Long name in the user interface. -manholeId = manhole_1610_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389510.215888_5854956.262845 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389461.199074_5854946.397537 # Unique id of the storage node. -name = manhole_1611_generated # Long name in the user interface. -manholeId = manhole_1611_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389461.199074_5854946.397537 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389411.846069_5854939.318626 # Unique id of the storage node. -name = manhole_1612_generated # Long name in the user interface. -manholeId = manhole_1612_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389411.846069_5854939.318626 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389363.668794_5854950.530765 # Unique id of the storage node. -name = manhole_1613_generated # Long name in the user interface. -manholeId = manhole_1613_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389363.668794_5854950.530765 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389316.806479_5854967.963369 # Unique id of the storage node. -name = manhole_1614_generated # Long name in the user interface. -manholeId = manhole_1614_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389316.806479_5854967.963369 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389269.941509_5854985.388836 # Unique id of the storage node. -name = manhole_1615_generated # Long name in the user interface. -manholeId = manhole_1615_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389269.941509_5854985.388836 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389222.242154_5855000.003873 # Unique id of the storage node. -name = manhole_1616_generated # Long name in the user interface. -manholeId = manhole_1616_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389222.242154_5855000.003873 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389172.474719_5854998.599748 # Unique id of the storage node. -name = manhole_1617_generated # Long name in the user interface. -manholeId = manhole_1617_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389172.474719_5854998.599748 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389122.522159_5854997.979929 # Unique id of the storage node. -name = manhole_1618_generated # Long name in the user interface. -manholeId = manhole_1618_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389122.522159_5854997.979929 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389075.172459_5855011.771173 # Unique id of the storage node. -name = manhole_1619_generated # Long name in the user interface. -manholeId = manhole_1619_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389075.172459_5855011.771173 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1389037.351534_5855043.705933 # Unique id of the storage node. -name = manhole_1620_generated # Long name in the user interface. -manholeId = manhole_1620_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1389037.351534_5855043.705933 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388987.549699_5855043.070369 # Unique id of the storage node. -name = manhole_1621_generated # Long name in the user interface. -manholeId = manhole_1621_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388987.549699_5855043.070369 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388952.226836_5855072.405110 # Unique id of the storage node. -name = manhole_1622_generated # Long name in the user interface. -manholeId = manhole_1622_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388952.226836_5855072.405110 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388932.354648_5855118.261345 # Unique id of the storage node. -name = manhole_1623_generated # Long name in the user interface. -manholeId = manhole_1623_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388932.354648_5855118.261345 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388905.897634_5855160.415872 # Unique id of the storage node. -name = manhole_1624_generated # Long name in the user interface. -manholeId = manhole_1624_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388905.897634_5855160.415872 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388871.031826_5855194.997977 # Unique id of the storage node. -name = manhole_1625_generated # Long name in the user interface. -manholeId = manhole_1625_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388871.031826_5855194.997977 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388824.506643_5855211.320767 # Unique id of the storage node. -name = manhole_1626_generated # Long name in the user interface. -manholeId = manhole_1626_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388824.506643_5855211.320767 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388776.369282_5855224.693583 # Unique id of the storage node. -name = manhole_1627_generated # Long name in the user interface. -manholeId = manhole_1627_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388776.369282_5855224.693583 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388734.099809_5855248.874301 # Unique id of the storage node. -name = manhole_1628_generated # Long name in the user interface. -manholeId = manhole_1628_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388734.099809_5855248.874301 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388699.096632_5855284.262829 # Unique id of the storage node. -name = manhole_1629_generated # Long name in the user interface. -manholeId = manhole_1629_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388699.096632_5855284.262829 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388660.147009_5855315.614053 # Unique id of the storage node. -name = manhole_1630_generated # Long name in the user interface. -manholeId = manhole_1630_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388660.147009_5855315.614053 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388618.515728_5855342.829999 # Unique id of the storage node. -name = manhole_1631_generated # Long name in the user interface. -manholeId = manhole_1631_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388618.515728_5855342.829999 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 981.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 984.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388570.996795_5855356.930158 # Unique id of the storage node. -name = manhole_1632_generated # Long name in the user interface. -manholeId = manhole_1632_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388570.996795_5855356.930158 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 972.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 975.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388521.257593_5855362.027613 # Unique id of the storage node. -name = manhole_1633_generated # Long name in the user interface. -manholeId = manhole_1633_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388521.257593_5855362.027613 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 965.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 968.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388472.030307_5855370.543776 # Unique id of the storage node. -name = manhole_1634_generated # Long name in the user interface. -manholeId = manhole_1634_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388472.030307_5855370.543776 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 965.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 968.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388439.000347_5855407.802593 # Unique id of the storage node. -name = manhole_1635_generated # Long name in the user interface. -manholeId = manhole_1635_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388439.000347_5855407.802593 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 965.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 968.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388400.196092_5855436.014135 # Unique id of the storage node. -name = manhole_1636_generated # Long name in the user interface. -manholeId = manhole_1636_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388400.196092_5855436.014135 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 961.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 964.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388351.338236_5855446.634319 # Unique id of the storage node. -name = manhole_1637_generated # Long name in the user interface. -manholeId = manhole_1637_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388351.338236_5855446.634319 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 961.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 964.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388301.961882_5855453.847478 # Unique id of the storage node. -name = manhole_1638_generated # Long name in the user interface. -manholeId = manhole_1638_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388301.961882_5855453.847478 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 978.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 981.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388252.297577_5855451.260453 # Unique id of the storage node. -name = manhole_1639_generated # Long name in the user interface. -manholeId = manhole_1639_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388252.297577_5855451.260453 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 978.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 981.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388202.479660_5855455.508815 # Unique id of the storage node. -name = manhole_1640_generated # Long name in the user interface. -manholeId = manhole_1640_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388202.479660_5855455.508815 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 970.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 973.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388152.683455_5855460.015516 # Unique id of the storage node. -name = manhole_1641_generated # Long name in the user interface. -manholeId = manhole_1641_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388152.683455_5855460.015516 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 958.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 961.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388104.622612_5855473.253734 # Unique id of the storage node. -name = manhole_1642_generated # Long name in the user interface. -manholeId = manhole_1642_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388104.622612_5855473.253734 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 958.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 961.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388057.005634_5855488.445189 # Unique id of the storage node. -name = manhole_1643_generated # Long name in the user interface. -manholeId = manhole_1643_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388057.005634_5855488.445189 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 942.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 945.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388011.292357_5855508.700276 # Unique id of the storage node. -name = manhole_1644_generated # Long name in the user interface. -manholeId = manhole_1644_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388011.292357_5855508.700276 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 942.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 945.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387969.221703_5855535.246165 # Unique id of the storage node. -name = manhole_1645_generated # Long name in the user interface. -manholeId = manhole_1645_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387969.221703_5855535.246165 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 942.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 945.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387935.863196_5855572.491062 # Unique id of the storage node. -name = manhole_1646_generated # Long name in the user interface. -manholeId = manhole_1646_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387935.863196_5855572.491062 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 927.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 930.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387904.610232_5855611.432585 # Unique id of the storage node. -name = manhole_1647_generated # Long name in the user interface. -manholeId = manhole_1647_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387904.610232_5855611.432585 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 954.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 957.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387869.335365_5855646.852918 # Unique id of the storage node. -name = manhole_1648_generated # Long name in the user interface. -manholeId = manhole_1648_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387869.335365_5855646.852918 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 944.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 947.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387831.783289_5855679.735664 # Unique id of the storage node. -name = manhole_1649_generated # Long name in the user interface. -manholeId = manhole_1649_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387831.783289_5855679.735664 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 944.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 947.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387791.509416_5855708.923280 # Unique id of the storage node. -name = manhole_1650_generated # Long name in the user interface. -manholeId = manhole_1650_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387791.509416_5855708.923280 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 944.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 947.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387742.459817_5855717.213658 # Unique id of the storage node. -name = manhole_1651_generated # Long name in the user interface. -manholeId = manhole_1651_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387742.459817_5855717.213658 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 930.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 933.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387692.500367_5855718.495404 # Unique id of the storage node. -name = manhole_1652_generated # Long name in the user interface. -manholeId = manhole_1652_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387692.500367_5855718.495404 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 930.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 933.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387642.500798_5855718.619679 # Unique id of the storage node. -name = manhole_1653_generated # Long name in the user interface. -manholeId = manhole_1653_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387642.500798_5855718.619679 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 908.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 911.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387592.501230_5855718.743954 # Unique id of the storage node. -name = manhole_1654_generated # Long name in the user interface. -manholeId = manhole_1654_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387592.501230_5855718.743954 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 884.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 887.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387542.501661_5855718.868229 # Unique id of the storage node. -name = manhole_1655_generated # Long name in the user interface. -manholeId = manhole_1655_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387542.501661_5855718.868229 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 884.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 887.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387492.651410_5855720.815255 # Unique id of the storage node. -name = manhole_1656_generated # Long name in the user interface. -manholeId = manhole_1656_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387492.651410_5855720.815255 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 899.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 902.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387448.867237_5855742.752517 # Unique id of the storage node. -name = manhole_1657_generated # Long name in the user interface. -manholeId = manhole_1657_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387448.867237_5855742.752517 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 899.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 902.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387402.432745_5855761.091834 # Unique id of the storage node. -name = manhole_1658_generated # Long name in the user interface. -manholeId = manhole_1658_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387402.432745_5855761.091834 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 883.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 886.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387355.687973_5855778.837216 # Unique id of the storage node. -name = manhole_1659_generated # Long name in the user interface. -manholeId = manhole_1659_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387355.687973_5855778.837216 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 883.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 886.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387308.943201_5855796.582599 # Unique id of the storage node. -name = manhole_1660_generated # Long name in the user interface. -manholeId = manhole_1660_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387308.943201_5855796.582599 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 876.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 879.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387262.861614_5855815.656713 # Unique id of the storage node. -name = manhole_1661_generated # Long name in the user interface. -manholeId = manhole_1661_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387262.861614_5855815.656713 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 876.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 879.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387224.059019_5855846.996292 # Unique id of the storage node. -name = manhole_1662_generated # Long name in the user interface. -manholeId = manhole_1662_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387224.059019_5855846.996292 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 870.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 873.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387180.719125_5855870.194652 # Unique id of the storage node. -name = manhole_1663_generated # Long name in the user interface. -manholeId = manhole_1663_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387180.719125_5855870.194652 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 935.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 938.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387131.003996_5855874.064550 # Unique id of the storage node. -name = manhole_1664_generated # Long name in the user interface. -manholeId = manhole_1664_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387131.003996_5855874.064550 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 929.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 932.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387081.098878_5855871.158614 # Unique id of the storage node. -name = manhole_1665_generated # Long name in the user interface. -manholeId = manhole_1665_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387081.098878_5855871.158614 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 929.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 932.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387031.198060_5855868.015261 # Unique id of the storage node. -name = manhole_1666_generated # Long name in the user interface. -manholeId = manhole_1666_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387031.198060_5855868.015261 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 913.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 916.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386981.297242_5855864.871909 # Unique id of the storage node. -name = manhole_1667_generated # Long name in the user interface. -manholeId = manhole_1667_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386981.297242_5855864.871909 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 913.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 916.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386931.471473_5855860.718020 # Unique id of the storage node. -name = manhole_1668_generated # Long name in the user interface. -manholeId = manhole_1668_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386931.471473_5855860.718020 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 888.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 891.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386881.600664_5855857.577048 # Unique id of the storage node. -name = manhole_1669_generated # Long name in the user interface. -manholeId = manhole_1669_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386881.600664_5855857.577048 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 888.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 891.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386832.545594_5855864.100992 # Unique id of the storage node. -name = manhole_1670_generated # Long name in the user interface. -manholeId = manhole_1670_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386832.545594_5855864.100992 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 854.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 857.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386787.067649_5855884.403254 # Unique id of the storage node. -name = manhole_1671_generated # Long name in the user interface. -manholeId = manhole_1671_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386787.067649_5855884.403254 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 854.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 857.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386748.278359_5855915.544586 # Unique id of the storage node. -name = manhole_1672_generated # Long name in the user interface. -manholeId = manhole_1672_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386748.278359_5855915.544586 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 818.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 821.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386721.155420_5855957.124279 # Unique id of the storage node. -name = manhole_1673_generated # Long name in the user interface. -manholeId = manhole_1673_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386721.155420_5855957.124279 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 818.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 821.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386707.750366_5856004.850833 # Unique id of the storage node. -name = manhole_1674_generated # Long name in the user interface. -manholeId = manhole_1674_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386707.750366_5856004.850833 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 863.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 866.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386699.832476_5856054.133604 # Unique id of the storage node. -name = manhole_1675_generated # Long name in the user interface. -manholeId = manhole_1675_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386699.832476_5856054.133604 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 863.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 866.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386697.095561_5856103.986880 # Unique id of the storage node. -name = manhole_1676_generated # Long name in the user interface. -manholeId = manhole_1676_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386697.095561_5856103.986880 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 863.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 866.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386699.401159_5856153.933417 # Unique id of the storage node. -name = manhole_1677_generated # Long name in the user interface. -manholeId = manhole_1677_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386699.401159_5856153.933417 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 881.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 884.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386715.699191_5856201.197658 # Unique id of the storage node. -name = manhole_1678_generated # Long name in the user interface. -manholeId = manhole_1678_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386715.699191_5856201.197658 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 881.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 884.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386741.121204_5856244.100117 # Unique id of the storage node. -name = manhole_1679_generated # Long name in the user interface. -manholeId = manhole_1679_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386741.121204_5856244.100117 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 881.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 884.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386774.051379_5856281.577651 # Unique id of the storage node. -name = manhole_1680_generated # Long name in the user interface. -manholeId = manhole_1680_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386774.051379_5856281.577651 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 912.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 915.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386811.583792_5856314.587093 # Unique id of the storage node. -name = manhole_1681_generated # Long name in the user interface. -manholeId = manhole_1681_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386811.583792_5856314.587093 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 912.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 915.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386839.378956_5856356.087350 # Unique id of the storage node. -name = manhole_1682_generated # Long name in the user interface. -manholeId = manhole_1682_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386839.378956_5856356.087350 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 912.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 915.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386855.653892_5856403.364182 # Unique id of the storage node. -name = manhole_1683_generated # Long name in the user interface. -manholeId = manhole_1683_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386855.653892_5856403.364182 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 906.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 909.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386875.714554_5856449.116946 # Unique id of the storage node. -name = manhole_1684_generated # Long name in the user interface. -manholeId = manhole_1684_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386875.714554_5856449.116946 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 906.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 909.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386912.179653_5856482.939191 # Unique id of the storage node. -name = manhole_1685_generated # Long name in the user interface. -manholeId = manhole_1685_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386912.179653_5856482.939191 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 906.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 909.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386944.191176_5856520.270726 # Unique id of the storage node. -name = manhole_1686_generated # Long name in the user interface. -manholeId = manhole_1686_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386944.191176_5856520.270726 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 906.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 909.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386964.188513_5856566.025076 # Unique id of the storage node. -name = manhole_1687_generated # Long name in the user interface. -manholeId = manhole_1687_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386964.188513_5856566.025076 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 908.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 911.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386998.825215_5856599.261942 # Unique id of the storage node. -name = manhole_1688_generated # Long name in the user interface. -manholeId = manhole_1688_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386998.825215_5856599.261942 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 908.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 911.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387044.828527_5856618.849378 # Unique id of the storage node. -name = manhole_1689_generated # Long name in the user interface. -manholeId = manhole_1689_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387044.828527_5856618.849378 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 929.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 932.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387090.831838_5856638.436814 # Unique id of the storage node. -name = manhole_1690_generated # Long name in the user interface. -manholeId = manhole_1690_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387090.831838_5856638.436814 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 929.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 932.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387136.835150_5856658.024250 # Unique id of the storage node. -name = manhole_1691_generated # Long name in the user interface. -manholeId = manhole_1691_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387136.835150_5856658.024250 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 946.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 949.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387178.671980_5856685.128790 # Unique id of the storage node. -name = manhole_1692_generated # Long name in the user interface. -manholeId = manhole_1692_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387178.671980_5856685.128790 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 921.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 924.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387217.700536_5856716.320353 # Unique id of the storage node. -name = manhole_1693_generated # Long name in the user interface. -manholeId = manhole_1693_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387217.700536_5856716.320353 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 921.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 924.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387252.016687_5856752.649443 # Unique id of the storage node. -name = manhole_1694_generated # Long name in the user interface. -manholeId = manhole_1694_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387252.016687_5856752.649443 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 937.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 940.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387284.798919_5856790.190160 # Unique id of the storage node. -name = manhole_1695_generated # Long name in the user interface. -manholeId = manhole_1695_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387284.798919_5856790.190160 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 937.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 940.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387273.050185_5856831.931571 # Unique id of the storage node. -name = manhole_1696_generated # Long name in the user interface. -manholeId = manhole_1696_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387273.050185_5856831.931571 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 891.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 894.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387226.106990_5856849.145193 # Unique id of the storage node. -name = manhole_1697_generated # Long name in the user interface. -manholeId = manhole_1697_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387226.106990_5856849.145193 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 888.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 891.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387179.163795_5856866.358815 # Unique id of the storage node. -name = manhole_1698_generated # Long name in the user interface. -manholeId = manhole_1698_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387179.163795_5856866.358815 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 888.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 891.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387132.220600_5856883.572436 # Unique id of the storage node. -name = manhole_1699_generated # Long name in the user interface. -manholeId = manhole_1699_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387132.220600_5856883.572436 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 878.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 881.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387091.513160_5856911.129931 # Unique id of the storage node. -name = manhole_1700_generated # Long name in the user interface. -manholeId = manhole_1700_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387091.513160_5856911.129931 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 878.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 881.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387071.007118_5856956.155595 # Unique id of the storage node. -name = manhole_1701_generated # Long name in the user interface. -manholeId = manhole_1701_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387071.007118_5856956.155595 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 878.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 881.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387043.749112_5856996.689189 # Unique id of the storage node. -name = manhole_1702_generated # Long name in the user interface. -manholeId = manhole_1702_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387043.749112_5856996.689189 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 878.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 881.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387004.639444_5857027.840532 # Unique id of the storage node. -name = manhole_1703_generated # Long name in the user interface. -manholeId = manhole_1703_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387004.639444_5857027.840532 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 853.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 856.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386965.529776_5857058.991876 # Unique id of the storage node. -name = manhole_1704_generated # Long name in the user interface. -manholeId = manhole_1704_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386965.529776_5857058.991876 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 853.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 856.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386926.702535_5857090.440240 # Unique id of the storage node. -name = manhole_1705_generated # Long name in the user interface. -manholeId = manhole_1705_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386926.702535_5857090.440240 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 853.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 856.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386899.700980_5857131.871505 # Unique id of the storage node. -name = manhole_1706_generated # Long name in the user interface. -manholeId = manhole_1706_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386899.700980_5857131.871505 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 853.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 856.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386903.626394_5857181.005935 # Unique id of the storage node. -name = manhole_1707_generated # Long name in the user interface. -manholeId = manhole_1707_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386903.626394_5857181.005935 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 853.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 856.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386920.841402_5857227.857345 # Unique id of the storage node. -name = manhole_1708_generated # Long name in the user interface. -manholeId = manhole_1708_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386920.841402_5857227.857345 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 864.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 867.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386940.647245_5857273.767048 # Unique id of the storage node. -name = manhole_1709_generated # Long name in the user interface. -manholeId = manhole_1709_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386940.647245_5857273.767048 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 864.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 867.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386960.453089_5857319.676752 # Unique id of the storage node. -name = manhole_1710_generated # Long name in the user interface. -manholeId = manhole_1710_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386960.453089_5857319.676752 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 876.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 879.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386980.258932_5857365.586456 # Unique id of the storage node. -name = manhole_1711_generated # Long name in the user interface. -manholeId = manhole_1711_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386980.258932_5857365.586456 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 881.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 884.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387000.064776_5857411.496159 # Unique id of the storage node. -name = manhole_1712_generated # Long name in the user interface. -manholeId = manhole_1712_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387000.064776_5857411.496159 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 881.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 884.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387007.528902_5857459.537025 # Unique id of the storage node. -name = manhole_1713_generated # Long name in the user interface. -manholeId = manhole_1713_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387007.528902_5857459.537025 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 881.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 884.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386963.216765_5857476.629049 # Unique id of the storage node. -name = manhole_1714_generated # Long name in the user interface. -manholeId = manhole_1714_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386963.216765_5857476.629049 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 890.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 893.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386913.783934_5857484.135434 # Unique id of the storage node. -name = manhole_1715_generated # Long name in the user interface. -manholeId = manhole_1715_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386913.783934_5857484.135434 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 890.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 893.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386870.539328_5857507.055612 # Unique id of the storage node. -name = manhole_1716_generated # Long name in the user interface. -manholeId = manhole_1716_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386870.539328_5857507.055612 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 890.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 893.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386832.820274_5857539.877027 # Unique id of the storage node. -name = manhole_1717_generated # Long name in the user interface. -manholeId = manhole_1717_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386832.820274_5857539.877027 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 886.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 889.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386795.101532_5857572.698800 # Unique id of the storage node. -name = manhole_1718_generated # Long name in the user interface. -manholeId = manhole_1718_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386795.101532_5857572.698800 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 886.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 889.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386758.257366_5857606.496797 # Unique id of the storage node. -name = manhole_1719_generated # Long name in the user interface. -manholeId = manhole_1719_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386758.257366_5857606.496797 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 869.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 872.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386721.502390_5857640.394349 # Unique id of the storage node. -name = manhole_1720_generated # Long name in the user interface. -manholeId = manhole_1720_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386721.502390_5857640.394349 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 869.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 872.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386691.639095_5857680.292891 # Unique id of the storage node. -name = manhole_1721_generated # Long name in the user interface. -manholeId = manhole_1721_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386691.639095_5857680.292891 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 869.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 872.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386663.127201_5857721.366520 # Unique id of the storage node. -name = manhole_1722_generated # Long name in the user interface. -manholeId = manhole_1722_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386663.127201_5857721.366520 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 857.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 860.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386634.707845_5857762.504246 # Unique id of the storage node. -name = manhole_1723_generated # Long name in the user interface. -manholeId = manhole_1723_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386634.707845_5857762.504246 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 861.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 864.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386606.288488_5857803.641972 # Unique id of the storage node. -name = manhole_1724_generated # Long name in the user interface. -manholeId = manhole_1724_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386606.288488_5857803.641972 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 861.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 864.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386577.851668_5857844.766918 # Unique id of the storage node. -name = manhole_1725_generated # Long name in the user interface. -manholeId = manhole_1725_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386577.851668_5857844.766918 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 861.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 864.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386559.479124_5857890.340474 # Unique id of the storage node. -name = manhole_1726_generated # Long name in the user interface. -manholeId = manhole_1726_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386559.479124_5857890.340474 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 833.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 836.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386576.858566_5857935.633446 # Unique id of the storage node. -name = manhole_1727_generated # Long name in the user interface. -manholeId = manhole_1727_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386576.858566_5857935.633446 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 833.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 836.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386619.073707_5857961.189545 # Unique id of the storage node. -name = manhole_1728_generated # Long name in the user interface. -manholeId = manhole_1728_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386619.073707_5857961.189545 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 851.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 854.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386664.860783_5857981.277063 # Unique id of the storage node. -name = manhole_1729_generated # Long name in the user interface. -manholeId = manhole_1729_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386664.860783_5857981.277063 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 851.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 854.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386710.721603_5858001.195835 # Unique id of the storage node. -name = manhole_1730_generated # Long name in the user interface. -manholeId = manhole_1730_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386710.721603_5858001.195835 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 868.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 871.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386756.582423_5858021.114607 # Unique id of the storage node. -name = manhole_1731_generated # Long name in the user interface. -manholeId = manhole_1731_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386756.582423_5858021.114607 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 862.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 865.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386802.443244_5858041.033379 # Unique id of the storage node. -name = manhole_1732_generated # Long name in the user interface. -manholeId = manhole_1732_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386802.443244_5858041.033379 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 861.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 864.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386848.304064_5858060.952151 # Unique id of the storage node. -name = manhole_1733_generated # Long name in the user interface. -manholeId = manhole_1733_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386848.304064_5858060.952151 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 861.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 864.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386892.843548_5858083.471455 # Unique id of the storage node. -name = manhole_1734_generated # Long name in the user interface. -manholeId = manhole_1734_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386892.843548_5858083.471455 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 856.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 859.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386931.443848_5858115.251782 # Unique id of the storage node. -name = manhole_1735_generated # Long name in the user interface. -manholeId = manhole_1735_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386931.443848_5858115.251782 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 856.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 859.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386970.044147_5858147.032109 # Unique id of the storage node. -name = manhole_1736_generated # Long name in the user interface. -manholeId = manhole_1736_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386970.044147_5858147.032109 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 850.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 853.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387008.644447_5858178.812436 # Unique id of the storage node. -name = manhole_1737_generated # Long name in the user interface. -manholeId = manhole_1737_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387008.644447_5858178.812436 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 850.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 853.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387047.244747_5858210.592763 # Unique id of the storage node. -name = manhole_1738_generated # Long name in the user interface. -manholeId = manhole_1738_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387047.244747_5858210.592763 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 839.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 842.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387085.845046_5858242.373090 # Unique id of the storage node. -name = manhole_1739_generated # Long name in the user interface. -manholeId = manhole_1739_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387085.845046_5858242.373090 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 839.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 842.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387124.445346_5858274.153417 # Unique id of the storage node. -name = manhole_1740_generated # Long name in the user interface. -manholeId = manhole_1740_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387124.445346_5858274.153417 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 839.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 842.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387163.045646_5858305.933744 # Unique id of the storage node. -name = manhole_1741_generated # Long name in the user interface. -manholeId = manhole_1741_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387163.045646_5858305.933744 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 824.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 827.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387201.829349_5858337.489215 # Unique id of the storage node. -name = manhole_1742_generated # Long name in the user interface. -manholeId = manhole_1742_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387201.829349_5858337.489215 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 824.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 827.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387246.200623_5858359.687652 # Unique id of the storage node. -name = manhole_1743_generated # Long name in the user interface. -manholeId = manhole_1743_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387246.200623_5858359.687652 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 834.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 837.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387293.201938_5858376.741939 # Unique id of the storage node. -name = manhole_1744_generated # Long name in the user interface. -manholeId = manhole_1744_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387293.201938_5858376.741939 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 834.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 837.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387334.200528_5858401.732468 # Unique id of the storage node. -name = manhole_1745_generated # Long name in the user interface. -manholeId = manhole_1745_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387334.200528_5858401.732468 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 840.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 843.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387307.843875_5858437.110806 # Unique id of the storage node. -name = manhole_1746_generated # Long name in the user interface. -manholeId = manhole_1746_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387307.843875_5858437.110806 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 819.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 822.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387260.279569_5858425.045736 # Unique id of the storage node. -name = manhole_1747_generated # Long name in the user interface. -manholeId = manhole_1747_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387260.279569_5858425.045736 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 819.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 822.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387211.448235_5858414.300555 # Unique id of the storage node. -name = manhole_1748_generated # Long name in the user interface. -manholeId = manhole_1748_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387211.448235_5858414.300555 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 824.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 827.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387162.612192_5858403.576135 # Unique id of the storage node. -name = manhole_1749_generated # Long name in the user interface. -manholeId = manhole_1749_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387162.612192_5858403.576135 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 824.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 827.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387113.700151_5858393.210483 # Unique id of the storage node. -name = manhole_1750_generated # Long name in the user interface. -manholeId = manhole_1750_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387113.700151_5858393.210483 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 819.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 822.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387064.993171_5858381.975642 # Unique id of the storage node. -name = manhole_1751_generated # Long name in the user interface. -manholeId = manhole_1751_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387064.993171_5858381.975642 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 819.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 822.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387015.796387_5858376.342008 # Unique id of the storage node. -name = manhole_1752_generated # Long name in the user interface. -manholeId = manhole_1752_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387015.796387_5858376.342008 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 824.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 827.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386966.208506_5858382.746259 # Unique id of the storage node. -name = manhole_1753_generated # Long name in the user interface. -manholeId = manhole_1753_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386966.208506_5858382.746259 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 824.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 827.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386916.676812_5858389.559526 # Unique id of the storage node. -name = manhole_1754_generated # Long name in the user interface. -manholeId = manhole_1754_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386916.676812_5858389.559526 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 830.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 833.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386867.198861_5858396.764011 # Unique id of the storage node. -name = manhole_1755_generated # Long name in the user interface. -manholeId = manhole_1755_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386867.198861_5858396.764011 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 830.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 833.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386820.816385_5858411.854354 # Unique id of the storage node. -name = manhole_1756_generated # Long name in the user interface. -manholeId = manhole_1756_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386820.816385_5858411.854354 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 830.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 833.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386841.361235_5858445.514384 # Unique id of the storage node. -name = manhole_1757_generated # Long name in the user interface. -manholeId = manhole_1757_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386841.361235_5858445.514384 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 806.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 809.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386890.796275_5858452.915635 # Unique id of the storage node. -name = manhole_1758_generated # Long name in the user interface. -manholeId = manhole_1758_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386890.796275_5858452.915635 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 806.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 809.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386940.277141_5858460.100081 # Unique id of the storage node. -name = manhole_1759_generated # Long name in the user interface. -manholeId = manhole_1759_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386940.277141_5858460.100081 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 806.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 809.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386989.847998_5858466.483407 # Unique id of the storage node. -name = manhole_1760_generated # Long name in the user interface. -manholeId = manhole_1760_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386989.847998_5858466.483407 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 802.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 805.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387039.689649_5858470.456085 # Unique id of the storage node. -name = manhole_1761_generated # Long name in the user interface. -manholeId = manhole_1761_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387039.689649_5858470.456085 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 802.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 805.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387088.843806_5858479.424947 # Unique id of the storage node. -name = manhole_1762_generated # Long name in the user interface. -manholeId = manhole_1762_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387088.843806_5858479.424947 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 801.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 804.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387137.906045_5858489.061807 # Unique id of the storage node. -name = manhole_1763_generated # Long name in the user interface. -manholeId = manhole_1763_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387137.906045_5858489.061807 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 806.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 809.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387186.336530_5858500.879681 # Unique id of the storage node. -name = manhole_1764_generated # Long name in the user interface. -manholeId = manhole_1764_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387186.336530_5858500.879681 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 806.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 809.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387231.661051_5858521.423060 # Unique id of the storage node. -name = manhole_1765_generated # Long name in the user interface. -manholeId = manhole_1765_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387231.661051_5858521.423060 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 819.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 822.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387268.120025_5858555.035049 # Unique id of the storage node. -name = manhole_1766_generated # Long name in the user interface. -manholeId = manhole_1766_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387268.120025_5858555.035049 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 784.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 787.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387300.917169_5858592.775208 # Unique id of the storage node. -name = manhole_1767_generated # Long name in the user interface. -manholeId = manhole_1767_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387300.917169_5858592.775208 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 784.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 787.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387340.521647_5858622.315198 # Unique id of the storage node. -name = manhole_1768_generated # Long name in the user interface. -manholeId = manhole_1768_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387340.521647_5858622.315198 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 794.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 797.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387387.476920_5858639.495844 # Unique id of the storage node. -name = manhole_1769_generated # Long name in the user interface. -manholeId = manhole_1769_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387387.476920_5858639.495844 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 794.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 797.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387436.116963_5858650.828613 # Unique id of the storage node. -name = manhole_1770_generated # Long name in the user interface. -manholeId = manhole_1770_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387436.116963_5858650.828613 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 803.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 806.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387485.194104_5858660.261458 # Unique id of the storage node. -name = manhole_1771_generated # Long name in the user interface. -manholeId = manhole_1771_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387485.194104_5858660.261458 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 803.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 806.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387533.804190_5858671.493854 # Unique id of the storage node. -name = manhole_1772_generated # Long name in the user interface. -manholeId = manhole_1772_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387533.804190_5858671.493854 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387580.296834_5858689.619015 # Unique id of the storage node. -name = manhole_1773_generated # Long name in the user interface. -manholeId = manhole_1773_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387580.296834_5858689.619015 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 769.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 772.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387628.455277_5858703.062848 # Unique id of the storage node. -name = manhole_1774_generated # Long name in the user interface. -manholeId = manhole_1774_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387628.455277_5858703.062848 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 775.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 778.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387677.211432_5858713.786249 # Unique id of the storage node. -name = manhole_1775_generated # Long name in the user interface. -manholeId = manhole_1775_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387677.211432_5858713.786249 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 775.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 778.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387726.995392_5858712.747127 # Unique id of the storage node. -name = manhole_1776_generated # Long name in the user interface. -manholeId = manhole_1776_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387726.995392_5858712.747127 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 783.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 786.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387773.343349_5858725.014478 # Unique id of the storage node. -name = manhole_1777_generated # Long name in the user interface. -manholeId = manhole_1777_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387773.343349_5858725.014478 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 783.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 786.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387806.363672_5858762.310494 # Unique id of the storage node. -name = manhole_1778_generated # Long name in the user interface. -manholeId = manhole_1778_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387806.363672_5858762.310494 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 794.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 797.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387799.717028_5858810.149600 # Unique id of the storage node. -name = manhole_1779_generated # Long name in the user interface. -manholeId = manhole_1779_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387799.717028_5858810.149600 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 794.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 797.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387771.971140_5858850.861094 # Unique id of the storage node. -name = manhole_1780_generated # Long name in the user interface. -manholeId = manhole_1780_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387771.971140_5858850.861094 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 749.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 752.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387723.076751_5858854.679318 # Unique id of the storage node. -name = manhole_1781_generated # Long name in the user interface. -manholeId = manhole_1781_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387723.076751_5858854.679318 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 749.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 752.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387673.274138_5858850.996178 # Unique id of the storage node. -name = manhole_1782_generated # Long name in the user interface. -manholeId = manhole_1782_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387673.274138_5858850.996178 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 749.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 752.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387624.170363_5858858.384703 # Unique id of the storage node. -name = manhole_1783_generated # Long name in the user interface. -manholeId = manhole_1783_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387624.170363_5858858.384703 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 749.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 752.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387575.715394_5858857.046076 # Unique id of the storage node. -name = manhole_1784_generated # Long name in the user interface. -manholeId = manhole_1784_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387575.715394_5858857.046076 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 749.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 752.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387529.438333_5858838.116818 # Unique id of the storage node. -name = manhole_1785_generated # Long name in the user interface. -manholeId = manhole_1785_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387529.438333_5858838.116818 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 749.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 752.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387481.179235_5858825.222028 # Unique id of the storage node. -name = manhole_1786_generated # Long name in the user interface. -manholeId = manhole_1786_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387481.179235_5858825.222028 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 749.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 752.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387432.215501_5858815.797907 # Unique id of the storage node. -name = manhole_1787_generated # Long name in the user interface. -manholeId = manhole_1787_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387432.215501_5858815.797907 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 774.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 777.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387382.431882_5858811.154251 # Unique id of the storage node. -name = manhole_1788_generated # Long name in the user interface. -manholeId = manhole_1788_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387382.431882_5858811.154251 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 769.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 772.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387336.607073_5858824.075685 # Unique id of the storage node. -name = manhole_1789_generated # Long name in the user interface. -manholeId = manhole_1789_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387336.607073_5858824.075685 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 744.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 747.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387327.458137_5858870.885960 # Unique id of the storage node. -name = manhole_1790_generated # Long name in the user interface. -manholeId = manhole_1790_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387327.458137_5858870.885960 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 744.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 747.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387344.619252_5858917.848376 # Unique id of the storage node. -name = manhole_1791_generated # Long name in the user interface. -manholeId = manhole_1791_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387344.619252_5858917.848376 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 744.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 747.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387358.089984_5858965.710650 # Unique id of the storage node. -name = manhole_1792_generated # Long name in the user interface. -manholeId = manhole_1792_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387358.089984_5858965.710650 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 770.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 773.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387329.564613_5859003.583583 # Unique id of the storage node. -name = manhole_1793_generated # Long name in the user interface. -manholeId = manhole_1793_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387329.564613_5859003.583583 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 770.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 773.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387285.783744_5858993.703192 # Unique id of the storage node. -name = manhole_1794_generated # Long name in the user interface. -manholeId = manhole_1794_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387285.783744_5858993.703192 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 771.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 774.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387248.355973_5858961.317975 # Unique id of the storage node. -name = manhole_1795_generated # Long name in the user interface. -manholeId = manhole_1795_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387248.355973_5858961.317975 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 771.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 774.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387199.500434_5858963.645902 # Unique id of the storage node. -name = manhole_1796_generated # Long name in the user interface. -manholeId = manhole_1796_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387199.500434_5858963.645902 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 766.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 769.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387151.482699_5858977.583961 # Unique id of the storage node. -name = manhole_1797_generated # Long name in the user interface. -manholeId = manhole_1797_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387151.482699_5858977.583961 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 766.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 769.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387103.632612_5858992.082135 # Unique id of the storage node. -name = manhole_1798_generated # Long name in the user interface. -manholeId = manhole_1798_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387103.632612_5858992.082135 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387055.853340_5859006.816906 # Unique id of the storage node. -name = manhole_1799_generated # Long name in the user interface. -manholeId = manhole_1799_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387055.853340_5859006.816906 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387008.074067_5859021.551677 # Unique id of the storage node. -name = manhole_1800_generated # Long name in the user interface. -manholeId = manhole_1800_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387008.074067_5859021.551677 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 752.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 755.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386960.294795_5859036.286448 # Unique id of the storage node. -name = manhole_1801_generated # Long name in the user interface. -manholeId = manhole_1801_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386960.294795_5859036.286448 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 752.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 755.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386912.515523_5859051.021219 # Unique id of the storage node. -name = manhole_1802_generated # Long name in the user interface. -manholeId = manhole_1802_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386912.515523_5859051.021219 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 746.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 749.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386864.736251_5859065.755990 # Unique id of the storage node. -name = manhole_1803_generated # Long name in the user interface. -manholeId = manhole_1803_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386864.736251_5859065.755990 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 746.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 749.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386816.956979_5859080.490761 # Unique id of the storage node. -name = manhole_1804_generated # Long name in the user interface. -manholeId = manhole_1804_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386816.956979_5859080.490761 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 724.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 727.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386769.832018_5859096.976014 # Unique id of the storage node. -name = manhole_1805_generated # Long name in the user interface. -manholeId = manhole_1805_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386769.832018_5859096.976014 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 749.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 752.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386724.102283_5859117.193917 # Unique id of the storage node. -name = manhole_1806_generated # Long name in the user interface. -manholeId = manhole_1806_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386724.102283_5859117.193917 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 735.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 738.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386678.372547_5859137.411820 # Unique id of the storage node. -name = manhole_1807_generated # Long name in the user interface. -manholeId = manhole_1807_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386678.372547_5859137.411820 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 735.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 738.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386632.642811_5859157.629723 # Unique id of the storage node. -name = manhole_1808_generated # Long name in the user interface. -manholeId = manhole_1808_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386632.642811_5859157.629723 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 729.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 732.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386586.913076_5859177.847626 # Unique id of the storage node. -name = manhole_1809_generated # Long name in the user interface. -manholeId = manhole_1809_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386586.913076_5859177.847626 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 729.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 732.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386541.181931_5859198.062338 # Unique id of the storage node. -name = manhole_1810_generated # Long name in the user interface. -manholeId = manhole_1810_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386541.181931_5859198.062338 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 729.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 732.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386495.431539_5859218.233454 # Unique id of the storage node. -name = manhole_1811_generated # Long name in the user interface. -manholeId = manhole_1811_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386495.431539_5859218.233454 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 729.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 732.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386449.681146_5859238.404569 # Unique id of the storage node. -name = manhole_1812_generated # Long name in the user interface. -manholeId = manhole_1812_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386449.681146_5859238.404569 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 739.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 742.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386404.749107_5859260.314222 # Unique id of the storage node. -name = manhole_1813_generated # Long name in the user interface. -manholeId = manhole_1813_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386404.749107_5859260.314222 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 739.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 742.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386360.756596_5859284.020065 # Unique id of the storage node. -name = manhole_1814_generated # Long name in the user interface. -manholeId = manhole_1814_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386360.756596_5859284.020065 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 714.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 717.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386317.622745_5859309.307279 # Unique id of the storage node. -name = manhole_1815_generated # Long name in the user interface. -manholeId = manhole_1815_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386317.622745_5859309.307279 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 714.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 717.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386274.488894_5859334.594494 # Unique id of the storage node. -name = manhole_1816_generated # Long name in the user interface. -manholeId = manhole_1816_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386274.488894_5859334.594494 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 708.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 711.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386231.354724_5859359.881164 # Unique id of the storage node. -name = manhole_1817_generated # Long name in the user interface. -manholeId = manhole_1817_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386231.354724_5859359.881164 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 714.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 717.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386188.788941_5859385.978958 # Unique id of the storage node. -name = manhole_1818_generated # Long name in the user interface. -manholeId = manhole_1818_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386188.788941_5859385.978958 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 736.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 739.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386153.170270_5859420.751349 # Unique id of the storage node. -name = manhole_1819_generated # Long name in the user interface. -manholeId = manhole_1819_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386153.170270_5859420.751349 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 736.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 739.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386127.241227_5859463.084468 # Unique id of the storage node. -name = manhole_1820_generated # Long name in the user interface. -manholeId = manhole_1820_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386127.241227_5859463.084468 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 736.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 739.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386108.996457_5859509.052054 # Unique id of the storage node. -name = manhole_1821_generated # Long name in the user interface. -manholeId = manhole_1821_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386108.996457_5859509.052054 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 767.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 770.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386105.954033_5859558.959127 # Unique id of the storage node. -name = manhole_1822_generated # Long name in the user interface. -manholeId = manhole_1822_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386105.954033_5859558.959127 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 767.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 770.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386101.917093_5859608.782216 # Unique id of the storage node. -name = manhole_1823_generated # Long name in the user interface. -manholeId = manhole_1823_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386101.917093_5859608.782216 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 767.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 770.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386088.458339_5859656.652666 # Unique id of the storage node. -name = manhole_1824_generated # Long name in the user interface. -manholeId = manhole_1824_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386088.458339_5859656.652666 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 776.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 779.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386075.652030_5859704.419184 # Unique id of the storage node. -name = manhole_1825_generated # Long name in the user interface. -manholeId = manhole_1825_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386075.652030_5859704.419184 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 776.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 779.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386076.574771_5859754.410392 # Unique id of the storage node. -name = manhole_1826_generated # Long name in the user interface. -manholeId = manhole_1826_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386076.574771_5859754.410392 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 776.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 779.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386077.497511_5859804.401600 # Unique id of the storage node. -name = manhole_1827_generated # Long name in the user interface. -manholeId = manhole_1827_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386077.497511_5859804.401600 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386078.420251_5859854.392808 # Unique id of the storage node. -name = manhole_1828_generated # Long name in the user interface. -manholeId = manhole_1828_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386078.420251_5859854.392808 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1377952.944565_5850557.126529 # Unique id of the storage node. -name = manhole_1829_generated # Long name in the user interface. -manholeId = manhole_1829_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1377952.944565_5850557.126529 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1377964.043830_5850605.678960 # Unique id of the storage node. -name = manhole_1830_generated # Long name in the user interface. -manholeId = manhole_1830_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1377964.043830_5850605.678960 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1377977.740502_5850653.599231 # Unique id of the storage node. -name = manhole_1831_generated # Long name in the user interface. -manholeId = manhole_1831_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1377977.740502_5850653.599231 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1377991.437174_5850701.519502 # Unique id of the storage node. -name = manhole_1832_generated # Long name in the user interface. -manholeId = manhole_1832_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1377991.437174_5850701.519502 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378005.133845_5850749.439773 # Unique id of the storage node. -name = manhole_1833_generated # Long name in the user interface. -manholeId = manhole_1833_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378005.133845_5850749.439773 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378016.561756_5850797.770353 # Unique id of the storage node. -name = manhole_1834_generated # Long name in the user interface. -manholeId = manhole_1834_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378016.561756_5850797.770353 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378019.263793_5850847.442325 # Unique id of the storage node. -name = manhole_1835_generated # Long name in the user interface. -manholeId = manhole_1835_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378019.263793_5850847.442325 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378014.507027_5850897.054061 # Unique id of the storage node. -name = manhole_1836_generated # Long name in the user interface. -manholeId = manhole_1836_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378014.507027_5850897.054061 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378009.750262_5850946.665798 # Unique id of the storage node. -name = manhole_1837_generated # Long name in the user interface. -manholeId = manhole_1837_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378009.750262_5850946.665798 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378004.993497_5850996.277534 # Unique id of the storage node. -name = manhole_1838_generated # Long name in the user interface. -manholeId = manhole_1838_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378004.993497_5850996.277534 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378006.147393_5851045.887730 # Unique id of the storage node. -name = manhole_1839_generated # Long name in the user interface. -manholeId = manhole_1839_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378006.147393_5851045.887730 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378018.944773_5851093.794128 # Unique id of the storage node. -name = manhole_1840_generated # Long name in the user interface. -manholeId = manhole_1840_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378018.944773_5851093.794128 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378034.742187_5851141.063493 # Unique id of the storage node. -name = manhole_1841_generated # Long name in the user interface. -manholeId = manhole_1841_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378034.742187_5851141.063493 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378050.539600_5851188.332859 # Unique id of the storage node. -name = manhole_1842_generated # Long name in the user interface. -manholeId = manhole_1842_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378050.539600_5851188.332859 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378066.337014_5851235.602224 # Unique id of the storage node. -name = manhole_1843_generated # Long name in the user interface. -manholeId = manhole_1843_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378066.337014_5851235.602224 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378082.134428_5851282.871589 # Unique id of the storage node. -name = manhole_1844_generated # Long name in the user interface. -manholeId = manhole_1844_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378082.134428_5851282.871589 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378102.440998_5851328.029494 # Unique id of the storage node. -name = manhole_1845_generated # Long name in the user interface. -manholeId = manhole_1845_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378102.440998_5851328.029494 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378131.532908_5851368.423205 # Unique id of the storage node. -name = manhole_1846_generated # Long name in the user interface. -manholeId = manhole_1846_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378131.532908_5851368.423205 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378163.551309_5851406.553524 # Unique id of the storage node. -name = manhole_1847_generated # Long name in the user interface. -manholeId = manhole_1847_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378163.551309_5851406.553524 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378197.397602_5851443.137394 # Unique id of the storage node. -name = manhole_1848_generated # Long name in the user interface. -manholeId = manhole_1848_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378197.397602_5851443.137394 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378231.243896_5851479.721265 # Unique id of the storage node. -name = manhole_1849_generated # Long name in the user interface. -manholeId = manhole_1849_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378231.243896_5851479.721265 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378272.575153_5851506.664149 # Unique id of the storage node. -name = manhole_1850_generated # Long name in the user interface. -manholeId = manhole_1850_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378272.575153_5851506.664149 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378314.552144_5851533.531858 # Unique id of the storage node. -name = manhole_1851_generated # Long name in the user interface. -manholeId = manhole_1851_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378314.552144_5851533.531858 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378356.252465_5851560.772229 # Unique id of the storage node. -name = manhole_1852_generated # Long name in the user interface. -manholeId = manhole_1852_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378356.252465_5851560.772229 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378395.019378_5851592.094387 # Unique id of the storage node. -name = manhole_1853_generated # Long name in the user interface. -manholeId = manhole_1853_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378395.019378_5851592.094387 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378432.373639_5851625.020355 # Unique id of the storage node. -name = manhole_1854_generated # Long name in the user interface. -manholeId = manhole_1854_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378432.373639_5851625.020355 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378468.338944_5851659.523225 # Unique id of the storage node. -name = manhole_1855_generated # Long name in the user interface. -manholeId = manhole_1855_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378468.338944_5851659.523225 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378504.304186_5851694.026161 # Unique id of the storage node. -name = manhole_1856_generated # Long name in the user interface. -manholeId = manhole_1856_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378504.304186_5851694.026161 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378540.269427_5851728.529097 # Unique id of the storage node. -name = manhole_1857_generated # Long name in the user interface. -manholeId = manhole_1857_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378540.269427_5851728.529097 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378573.923651_5851765.108295 # Unique id of the storage node. -name = manhole_1858_generated # Long name in the user interface. -manholeId = manhole_1858_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378573.923651_5851765.108295 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378602.262062_5851806.079547 # Unique id of the storage node. -name = manhole_1859_generated # Long name in the user interface. -manholeId = manhole_1859_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378602.262062_5851806.079547 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378625.315741_5851850.237307 # Unique id of the storage node. -name = manhole_1860_generated # Long name in the user interface. -manholeId = manhole_1860_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378625.315741_5851850.237307 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378644.704160_5851896.150708 # Unique id of the storage node. -name = manhole_1861_generated # Long name in the user interface. -manholeId = manhole_1861_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378644.704160_5851896.150708 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378660.073576_5851943.498803 # Unique id of the storage node. -name = manhole_1862_generated # Long name in the user interface. -manholeId = manhole_1862_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378660.073576_5851943.498803 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378671.304306_5851992.053614 # Unique id of the storage node. -name = manhole_1863_generated # Long name in the user interface. -manholeId = manhole_1863_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378671.304306_5851992.053614 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378687.684865_5852038.796497 # Unique id of the storage node. -name = manhole_1864_generated # Long name in the user interface. -manholeId = manhole_1864_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378687.684865_5852038.796497 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378719.825081_5852075.674009 # Unique id of the storage node. -name = manhole_1865_generated # Long name in the user interface. -manholeId = manhole_1865_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378719.825081_5852075.674009 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378760.263341_5852104.704577 # Unique id of the storage node. -name = manhole_1866_generated # Long name in the user interface. -manholeId = manhole_1866_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378760.263341_5852104.704577 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378800.847747_5852133.562643 # Unique id of the storage node. -name = manhole_1867_generated # Long name in the user interface. -manholeId = manhole_1867_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378800.847747_5852133.562643 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378835.579300_5852168.352977 # Unique id of the storage node. -name = manhole_1868_generated # Long name in the user interface. -manholeId = manhole_1868_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378835.579300_5852168.352977 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378849.890051_5852215.595465 # Unique id of the storage node. -name = manhole_1869_generated # Long name in the user interface. -manholeId = manhole_1869_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378849.890051_5852215.595465 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378853.757521_5852265.247668 # Unique id of the storage node. -name = manhole_1870_generated # Long name in the user interface. -manholeId = manhole_1870_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378853.757521_5852265.247668 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378853.300222_5852315.065206 # Unique id of the storage node. -name = manhole_1871_generated # Long name in the user interface. -manholeId = manhole_1871_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378853.300222_5852315.065206 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378850.082632_5852364.763010 # Unique id of the storage node. -name = manhole_1872_generated # Long name in the user interface. -manholeId = manhole_1872_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378850.082632_5852364.763010 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378840.191055_5852413.573033 # Unique id of the storage node. -name = manhole_1873_generated # Long name in the user interface. -manholeId = manhole_1873_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378840.191055_5852413.573033 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378830.554299_5852462.382284 # Unique id of the storage node. -name = manhole_1874_generated # Long name in the user interface. -manholeId = manhole_1874_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378830.554299_5852462.382284 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378841.629253_5852510.233573 # Unique id of the storage node. -name = manhole_1875_generated # Long name in the user interface. -manholeId = manhole_1875_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378841.629253_5852510.233573 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378872.321019_5852548.631788 # Unique id of the storage node. -name = manhole_1876_generated # Long name in the user interface. -manholeId = manhole_1876_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378872.321019_5852548.631788 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378918.147774_5852564.875442 # Unique id of the storage node. -name = manhole_1877_generated # Long name in the user interface. -manholeId = manhole_1877_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378918.147774_5852564.875442 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378963.562774_5852546.307624 # Unique id of the storage node. -name = manhole_1878_generated # Long name in the user interface. -manholeId = manhole_1878_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378963.562774_5852546.307624 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1378994.715309_5852508.380678 # Unique id of the storage node. -name = manhole_1879_generated # Long name in the user interface. -manholeId = manhole_1879_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1378994.715309_5852508.380678 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379023.220260_5852467.718392 # Unique id of the storage node. -name = manhole_1880_generated # Long name in the user interface. -manholeId = manhole_1880_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379023.220260_5852467.718392 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379065.818879_5852442.368791 # Unique id of the storage node. -name = manhole_1881_generated # Long name in the user interface. -manholeId = manhole_1881_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379065.818879_5852442.368791 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379113.845729_5852430.139127 # Unique id of the storage node. -name = manhole_1882_generated # Long name in the user interface. -manholeId = manhole_1882_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379113.845729_5852430.139127 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379162.858522_5852421.106880 # Unique id of the storage node. -name = manhole_1883_generated # Long name in the user interface. -manholeId = manhole_1883_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379162.858522_5852421.106880 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379211.691639_5852411.143052 # Unique id of the storage node. -name = manhole_1884_generated # Long name in the user interface. -manholeId = manhole_1884_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379211.691639_5852411.143052 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379260.669021_5852402.403281 # Unique id of the storage node. -name = manhole_1885_generated # Long name in the user interface. -manholeId = manhole_1885_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379260.669021_5852402.403281 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379309.984069_5852407.964699 # Unique id of the storage node. -name = manhole_1886_generated # Long name in the user interface. -manholeId = manhole_1886_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379309.984069_5852407.964699 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379358.330232_5852420.072535 # Unique id of the storage node. -name = manhole_1887_generated # Long name in the user interface. -manholeId = manhole_1887_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379358.330232_5852420.072535 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379406.362183_5852433.329871 # Unique id of the storage node. -name = manhole_1888_generated # Long name in the user interface. -manholeId = manhole_1888_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379406.362183_5852433.329871 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379454.145004_5852447.498609 # Unique id of the storage node. -name = manhole_1889_generated # Long name in the user interface. -manholeId = manhole_1889_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379454.145004_5852447.498609 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379501.927826_5852461.667347 # Unique id of the storage node. -name = manhole_1890_generated # Long name in the user interface. -manholeId = manhole_1890_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379501.927826_5852461.667347 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379549.710648_5852475.836085 # Unique id of the storage node. -name = manhole_1891_generated # Long name in the user interface. -manholeId = manhole_1891_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379549.710648_5852475.836085 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379597.493469_5852490.004824 # Unique id of the storage node. -name = manhole_1892_generated # Long name in the user interface. -manholeId = manhole_1892_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379597.493469_5852490.004824 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379645.276291_5852504.173562 # Unique id of the storage node. -name = manhole_1893_generated # Long name in the user interface. -manholeId = manhole_1893_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379645.276291_5852504.173562 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379693.235355_5852517.703445 # Unique id of the storage node. -name = manhole_1894_generated # Long name in the user interface. -manholeId = manhole_1894_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379693.235355_5852517.703445 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379741.521889_5852530.046934 # Unique id of the storage node. -name = manhole_1895_generated # Long name in the user interface. -manholeId = manhole_1895_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379741.521889_5852530.046934 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379789.219814_5852544.491725 # Unique id of the storage node. -name = manhole_1896_generated # Long name in the user interface. -manholeId = manhole_1896_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379789.219814_5852544.491725 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379832.222820_5852568.718639 # Unique id of the storage node. -name = manhole_1897_generated # Long name in the user interface. -manholeId = manhole_1897_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379832.222820_5852568.718639 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379867.821954_5852602.126595 # Unique id of the storage node. -name = manhole_1898_generated # Long name in the user interface. -manholeId = manhole_1898_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379867.821954_5852602.126595 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379892.520936_5852645.360785 # Unique id of the storage node. -name = manhole_1899_generated # Long name in the user interface. -manholeId = manhole_1899_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379892.520936_5852645.360785 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379914.218724_5852690.229005 # Unique id of the storage node. -name = manhole_1900_generated # Long name in the user interface. -manholeId = manhole_1900_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379914.218724_5852690.229005 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379935.916512_5852735.097225 # Unique id of the storage node. -name = manhole_1901_generated # Long name in the user interface. -manholeId = manhole_1901_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379935.916512_5852735.097225 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379957.614299_5852779.965445 # Unique id of the storage node. -name = manhole_1902_generated # Long name in the user interface. -manholeId = manhole_1902_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379957.614299_5852779.965445 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1379975.831717_5852826.346569 # Unique id of the storage node. -name = manhole_1903_generated # Long name in the user interface. -manholeId = manhole_1903_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1379975.831717_5852826.346569 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380005.293366_5852865.804161 # Unique id of the storage node. -name = manhole_1904_generated # Long name in the user interface. -manholeId = manhole_1904_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380005.293366_5852865.804161 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380044.241542_5852896.825274 # Unique id of the storage node. -name = manhole_1905_generated # Long name in the user interface. -manholeId = manhole_1905_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380044.241542_5852896.825274 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380085.427288_5852924.599595 # Unique id of the storage node. -name = manhole_1906_generated # Long name in the user interface. -manholeId = manhole_1906_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380085.427288_5852924.599595 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380108.752209_5852968.554973 # Unique id of the storage node. -name = manhole_1907_generated # Long name in the user interface. -manholeId = manhole_1907_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380108.752209_5852968.554973 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380128.741547_5853013.873362 # Unique id of the storage node. -name = manhole_1908_generated # Long name in the user interface. -manholeId = manhole_1908_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380128.741547_5853013.873362 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380133.128153_5853062.523951 # Unique id of the storage node. -name = manhole_1909_generated # Long name in the user interface. -manholeId = manhole_1909_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380133.128153_5853062.523951 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380112.447079_5853107.741779 # Unique id of the storage node. -name = manhole_1910_generated # Long name in the user interface. -manholeId = manhole_1910_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380112.447079_5853107.741779 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380115.368990_5853155.942175 # Unique id of the storage node. -name = manhole_1911_generated # Long name in the user interface. -manholeId = manhole_1911_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380115.368990_5853155.942175 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380152.590523_5853188.530831 # Unique id of the storage node. -name = manhole_1912_generated # Long name in the user interface. -manholeId = manhole_1912_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380152.590523_5853188.530831 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380195.891570_5853213.192395 # Unique id of the storage node. -name = manhole_1913_generated # Long name in the user interface. -manholeId = manhole_1913_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380195.891570_5853213.192395 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380243.613573_5853221.407531 # Unique id of the storage node. -name = manhole_1914_generated # Long name in the user interface. -manholeId = manhole_1914_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380243.613573_5853221.407531 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380293.331349_5853217.929898 # Unique id of the storage node. -name = manhole_1915_generated # Long name in the user interface. -manholeId = manhole_1915_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380293.331349_5853217.929898 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380342.815511_5853220.016691 # Unique id of the storage node. -name = manhole_1916_generated # Long name in the user interface. -manholeId = manhole_1916_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380342.815511_5853220.016691 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380391.144631_5853232.192379 # Unique id of the storage node. -name = manhole_1917_generated # Long name in the user interface. -manholeId = manhole_1917_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380391.144631_5853232.192379 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380440.773956_5853232.691710 # Unique id of the storage node. -name = manhole_1918_generated # Long name in the user interface. -manholeId = manhole_1918_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380440.773956_5853232.691710 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380490.203863_5853227.499292 # Unique id of the storage node. -name = manhole_1919_generated # Long name in the user interface. -manholeId = manhole_1919_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380490.203863_5853227.499292 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380539.291444_5853218.876033 # Unique id of the storage node. -name = manhole_1920_generated # Long name in the user interface. -manholeId = manhole_1920_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380539.291444_5853218.876033 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380588.587735_5853219.583832 # Unique id of the storage node. -name = manhole_1921_generated # Long name in the user interface. -manholeId = manhole_1921_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380588.587735_5853219.583832 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380637.607763_5853227.899971 # Unique id of the storage node. -name = manhole_1922_generated # Long name in the user interface. -manholeId = manhole_1922_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380637.607763_5853227.899971 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380683.775759_5853245.695878 # Unique id of the storage node. -name = manhole_1923_generated # Long name in the user interface. -manholeId = manhole_1923_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380683.775759_5853245.695878 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380721.677944_5853277.387950 # Unique id of the storage node. -name = manhole_1924_generated # Long name in the user interface. -manholeId = manhole_1924_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380721.677944_5853277.387950 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380754.055986_5853315.232859 # Unique id of the storage node. -name = manhole_1925_generated # Long name in the user interface. -manholeId = manhole_1925_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380754.055986_5853315.232859 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380776.607955_5853359.677880 # Unique id of the storage node. -name = manhole_1926_generated # Long name in the user interface. -manholeId = manhole_1926_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380776.607955_5853359.677880 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380799.159923_5853404.122902 # Unique id of the storage node. -name = manhole_1927_generated # Long name in the user interface. -manholeId = manhole_1927_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380799.159923_5853404.122902 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380821.771371_5853448.533643 # Unique id of the storage node. -name = manhole_1928_generated # Long name in the user interface. -manholeId = manhole_1928_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380821.771371_5853448.533643 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380848.921945_5853490.328349 # Unique id of the storage node. -name = manhole_1929_generated # Long name in the user interface. -manholeId = manhole_1929_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380848.921945_5853490.328349 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380885.680786_5853523.631279 # Unique id of the storage node. -name = manhole_1930_generated # Long name in the user interface. -manholeId = manhole_1930_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380885.680786_5853523.631279 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380928.410955_5853549.284425 # Unique id of the storage node. -name = manhole_1931_generated # Long name in the user interface. -manholeId = manhole_1931_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380928.410955_5853549.284425 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1380969.254860_5853577.730779 # Unique id of the storage node. -name = manhole_1932_generated # Long name in the user interface. -manholeId = manhole_1932_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1380969.254860_5853577.730779 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381008.227876_5853608.755771 # Unique id of the storage node. -name = manhole_1933_generated # Long name in the user interface. -manholeId = manhole_1933_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381008.227876_5853608.755771 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381045.894549_5853641.391639 # Unique id of the storage node. -name = manhole_1934_generated # Long name in the user interface. -manholeId = manhole_1934_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381045.894549_5853641.391639 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381082.881983_5853674.796443 # Unique id of the storage node. -name = manhole_1935_generated # Long name in the user interface. -manholeId = manhole_1935_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381082.881983_5853674.796443 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381117.274645_5853710.702546 # Unique id of the storage node. -name = manhole_1936_generated # Long name in the user interface. -manholeId = manhole_1936_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381117.274645_5853710.702546 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381148.415915_5853749.590756 # Unique id of the storage node. -name = manhole_1937_generated # Long name in the user interface. -manholeId = manhole_1937_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381148.415915_5853749.590756 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381178.251517_5853789.513031 # Unique id of the storage node. -name = manhole_1938_generated # Long name in the user interface. -manholeId = manhole_1938_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381178.251517_5853789.513031 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381208.087120_5853829.435305 # Unique id of the storage node. -name = manhole_1939_generated # Long name in the user interface. -manholeId = manhole_1939_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381208.087120_5853829.435305 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381238.241480_5853869.114188 # Unique id of the storage node. -name = manhole_1940_generated # Long name in the user interface. -manholeId = manhole_1940_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381238.241480_5853869.114188 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381268.895247_5853908.411742 # Unique id of the storage node. -name = manhole_1941_generated # Long name in the user interface. -manholeId = manhole_1941_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381268.895247_5853908.411742 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381302.998325_5853944.541349 # Unique id of the storage node. -name = manhole_1942_generated # Long name in the user interface. -manholeId = manhole_1942_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381302.998325_5853944.541349 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381340.626719_5853977.186633 # Unique id of the storage node. -name = manhole_1943_generated # Long name in the user interface. -manholeId = manhole_1943_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381340.626719_5853977.186633 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381379.194800_5854008.753298 # Unique id of the storage node. -name = manhole_1944_generated # Long name in the user interface. -manholeId = manhole_1944_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381379.194800_5854008.753298 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381417.762880_5854040.319964 # Unique id of the storage node. -name = manhole_1945_generated # Long name in the user interface. -manholeId = manhole_1945_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381417.762880_5854040.319964 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381456.193939_5854072.051781 # Unique id of the storage node. -name = manhole_1946_generated # Long name in the user interface. -manholeId = manhole_1946_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381456.193939_5854072.051781 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381494.337362_5854104.130286 # Unique id of the storage node. -name = manhole_1947_generated # Long name in the user interface. -manholeId = manhole_1947_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381494.337362_5854104.130286 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381532.480785_5854136.208790 # Unique id of the storage node. -name = manhole_1948_generated # Long name in the user interface. -manholeId = manhole_1948_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381532.480785_5854136.208790 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381573.306699_5854164.766660 # Unique id of the storage node. -name = manhole_1949_generated # Long name in the user interface. -manholeId = manhole_1949_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381573.306699_5854164.766660 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381615.465751_5854190.843553 # Unique id of the storage node. -name = manhole_1950_generated # Long name in the user interface. -manholeId = manhole_1950_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381615.465751_5854190.843553 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381664.885220_5854196.345880 # Unique id of the storage node. -name = manhole_1951_generated # Long name in the user interface. -manholeId = manhole_1951_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381664.885220_5854196.345880 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381714.317774_5854201.574988 # Unique id of the storage node. -name = manhole_1952_generated # Long name in the user interface. -manholeId = manhole_1952_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381714.317774_5854201.574988 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381760.115591_5854221.118395 # Unique id of the storage node. -name = manhole_1953_generated # Long name in the user interface. -manholeId = manhole_1953_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381760.115591_5854221.118395 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381805.318369_5854242.110299 # Unique id of the storage node. -name = manhole_1954_generated # Long name in the user interface. -manholeId = manhole_1954_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381805.318369_5854242.110299 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381850.521147_5854263.102203 # Unique id of the storage node. -name = manhole_1955_generated # Long name in the user interface. -manholeId = manhole_1955_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381850.521147_5854263.102203 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381893.852784_5854287.592576 # Unique id of the storage node. -name = manhole_1956_generated # Long name in the user interface. -manholeId = manhole_1956_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381893.852784_5854287.592576 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381937.353084_5854311.771844 # Unique id of the storage node. -name = manhole_1957_generated # Long name in the user interface. -manholeId = manhole_1957_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381937.353084_5854311.771844 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1381982.513813_5854332.854056 # Unique id of the storage node. -name = manhole_1958_generated # Long name in the user interface. -manholeId = manhole_1958_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1381982.513813_5854332.854056 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382024.967402_5854358.544896 # Unique id of the storage node. -name = manhole_1959_generated # Long name in the user interface. -manholeId = manhole_1959_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382024.967402_5854358.544896 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382060.114376_5854393.345819 # Unique id of the storage node. -name = manhole_1960_generated # Long name in the user interface. -manholeId = manhole_1960_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382060.114376_5854393.345819 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382089.728327_5854433.432788 # Unique id of the storage node. -name = manhole_1961_generated # Long name in the user interface. -manholeId = manhole_1961_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382089.728327_5854433.432788 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382122.402648_5854471.042654 # Unique id of the storage node. -name = manhole_1962_generated # Long name in the user interface. -manholeId = manhole_1962_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382122.402648_5854471.042654 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382155.439529_5854508.359081 # Unique id of the storage node. -name = manhole_1963_generated # Long name in the user interface. -manholeId = manhole_1963_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382155.439529_5854508.359081 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382193.393294_5854540.548528 # Unique id of the storage node. -name = manhole_1964_generated # Long name in the user interface. -manholeId = manhole_1964_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382193.393294_5854540.548528 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382237.046636_5854563.539409 # Unique id of the storage node. -name = manhole_1965_generated # Long name in the user interface. -manholeId = manhole_1965_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382237.046636_5854563.539409 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382283.275375_5854582.163450 # Unique id of the storage node. -name = manhole_1966_generated # Long name in the user interface. -manholeId = manhole_1966_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382283.275375_5854582.163450 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382324.660211_5854609.853001 # Unique id of the storage node. -name = manhole_1967_generated # Long name in the user interface. -manholeId = manhole_1967_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382324.660211_5854609.853001 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382366.364929_5854637.058875 # Unique id of the storage node. -name = manhole_1968_generated # Long name in the user interface. -manholeId = manhole_1968_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382366.364929_5854637.058875 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382410.356622_5854660.482839 # Unique id of the storage node. -name = manhole_1969_generated # Long name in the user interface. -manholeId = manhole_1969_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382410.356622_5854660.482839 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382452.568788_5854686.820535 # Unique id of the storage node. -name = manhole_1970_generated # Long name in the user interface. -manholeId = manhole_1970_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382452.568788_5854686.820535 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382487.610403_5854721.469865 # Unique id of the storage node. -name = manhole_1971_generated # Long name in the user interface. -manholeId = manhole_1971_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382487.610403_5854721.469865 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382518.192552_5854760.823180 # Unique id of the storage node. -name = manhole_1972_generated # Long name in the user interface. -manholeId = manhole_1972_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382518.192552_5854760.823180 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382548.933844_5854800.052072 # Unique id of the storage node. -name = manhole_1973_generated # Long name in the user interface. -manholeId = manhole_1973_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382548.933844_5854800.052072 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382580.398866_5854838.696309 # Unique id of the storage node. -name = manhole_1974_generated # Long name in the user interface. -manholeId = manhole_1974_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382580.398866_5854838.696309 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382612.348002_5854876.948157 # Unique id of the storage node. -name = manhole_1975_generated # Long name in the user interface. -manholeId = manhole_1975_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382612.348002_5854876.948157 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382648.047503_5854911.260034 # Unique id of the storage node. -name = manhole_1976_generated # Long name in the user interface. -manholeId = manhole_1976_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382648.047503_5854911.260034 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382688.805453_5854939.871392 # Unique id of the storage node. -name = manhole_1977_generated # Long name in the user interface. -manholeId = manhole_1977_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382688.805453_5854939.871392 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382730.394936_5854967.289952 # Unique id of the storage node. -name = manhole_1978_generated # Long name in the user interface. -manholeId = manhole_1978_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382730.394936_5854967.289952 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382770.503957_5854996.874028 # Unique id of the storage node. -name = manhole_1979_generated # Long name in the user interface. -manholeId = manhole_1979_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382770.503957_5854996.874028 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382807.222716_5855030.511386 # Unique id of the storage node. -name = manhole_1980_generated # Long name in the user interface. -manholeId = manhole_1980_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382807.222716_5855030.511386 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382841.118114_5855066.765866 # Unique id of the storage node. -name = manhole_1981_generated # Long name in the user interface. -manholeId = manhole_1981_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382841.118114_5855066.765866 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382868.159781_5855108.571574 # Unique id of the storage node. -name = manhole_1982_generated # Long name in the user interface. -manholeId = manhole_1982_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382868.159781_5855108.571574 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382893.190356_5855151.669387 # Unique id of the storage node. -name = manhole_1983_generated # Long name in the user interface. -manholeId = manhole_1983_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382893.190356_5855151.669387 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382922.434859_5855191.665900 # Unique id of the storage node. -name = manhole_1984_generated # Long name in the user interface. -manholeId = manhole_1984_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382922.434859_5855191.665900 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382957.113782_5855227.355966 # Unique id of the storage node. -name = manhole_1985_generated # Long name in the user interface. -manholeId = manhole_1985_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382957.113782_5855227.355966 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1382995.477073_5855259.171199 # Unique id of the storage node. -name = manhole_1986_generated # Long name in the user interface. -manholeId = manhole_1986_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1382995.477073_5855259.171199 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383033.840365_5855290.986432 # Unique id of the storage node. -name = manhole_1987_generated # Long name in the user interface. -manholeId = manhole_1987_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383033.840365_5855290.986432 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383072.203657_5855322.801664 # Unique id of the storage node. -name = manhole_1988_generated # Long name in the user interface. -manholeId = manhole_1988_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383072.203657_5855322.801664 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383111.318844_5855353.676450 # Unique id of the storage node. -name = manhole_1989_generated # Long name in the user interface. -manholeId = manhole_1989_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383111.318844_5855353.676450 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383150.797562_5855384.096541 # Unique id of the storage node. -name = manhole_1990_generated # Long name in the user interface. -manholeId = manhole_1990_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383150.797562_5855384.096541 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383188.758420_5855416.205501 # Unique id of the storage node. -name = manhole_1991_generated # Long name in the user interface. -manholeId = manhole_1991_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383188.758420_5855416.205501 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383223.204672_5855452.225037 # Unique id of the storage node. -name = manhole_1992_generated # Long name in the user interface. -manholeId = manhole_1992_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383223.204672_5855452.225037 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383257.650924_5855488.244572 # Unique id of the storage node. -name = manhole_1993_generated # Long name in the user interface. -manholeId = manhole_1993_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383257.650924_5855488.244572 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383293.053936_5855523.226906 # Unique id of the storage node. -name = manhole_1994_generated # Long name in the user interface. -manholeId = manhole_1994_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383293.053936_5855523.226906 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383331.731193_5855554.659706 # Unique id of the storage node. -name = manhole_1995_generated # Long name in the user interface. -manholeId = manhole_1995_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383331.731193_5855554.659706 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383370.408451_5855586.092507 # Unique id of the storage node. -name = manhole_1996_generated # Long name in the user interface. -manholeId = manhole_1996_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383370.408451_5855586.092507 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383409.085708_5855617.525307 # Unique id of the storage node. -name = manhole_1997_generated # Long name in the user interface. -manholeId = manhole_1997_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383409.085708_5855617.525307 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383447.762965_5855648.958108 # Unique id of the storage node. -name = manhole_1998_generated # Long name in the user interface. -manholeId = manhole_1998_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383447.762965_5855648.958108 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383486.440223_5855680.390908 # Unique id of the storage node. -name = manhole_1999_generated # Long name in the user interface. -manholeId = manhole_1999_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383486.440223_5855680.390908 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383524.623527_5855712.419992 # Unique id of the storage node. -name = manhole_2000_generated # Long name in the user interface. -manholeId = manhole_2000_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383524.623527_5855712.419992 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383562.704450_5855744.572666 # Unique id of the storage node. -name = manhole_2001_generated # Long name in the user interface. -manholeId = manhole_2001_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383562.704450_5855744.572666 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383597.212259_5855780.247392 # Unique id of the storage node. -name = manhole_2002_generated # Long name in the user interface. -manholeId = manhole_2002_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383597.212259_5855780.247392 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383628.813502_5855818.787145 # Unique id of the storage node. -name = manhole_2003_generated # Long name in the user interface. -manholeId = manhole_2003_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383628.813502_5855818.787145 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383658.462820_5855858.840411 # Unique id of the storage node. -name = manhole_2004_generated # Long name in the user interface. -manholeId = manhole_2004_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383658.462820_5855858.840411 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383687.918552_5855899.043782 # Unique id of the storage node. -name = manhole_2005_generated # Long name in the user interface. -manholeId = manhole_2005_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383687.918552_5855899.043782 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383719.843953_5855937.195060 # Unique id of the storage node. -name = manhole_2006_generated # Long name in the user interface. -manholeId = manhole_2006_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383719.843953_5855937.195060 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383753.973053_5855973.515243 # Unique id of the storage node. -name = manhole_2007_generated # Long name in the user interface. -manholeId = manhole_2007_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383753.973053_5855973.515243 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383784.708565_5856012.105649 # Unique id of the storage node. -name = manhole_2008_generated # Long name in the user interface. -manholeId = manhole_2008_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383784.708565_5856012.105649 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383805.253341_5856057.513394 # Unique id of the storage node. -name = manhole_2009_generated # Long name in the user interface. -manholeId = manhole_2009_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383805.253341_5856057.513394 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383809.284696_5856106.606499 # Unique id of the storage node. -name = manhole_2010_generated # Long name in the user interface. -manholeId = manhole_2010_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383809.284696_5856106.606499 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383808.308144_5856156.357714 # Unique id of the storage node. -name = manhole_2011_generated # Long name in the user interface. -manholeId = manhole_2011_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383808.308144_5856156.357714 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383802.173665_5856205.787551 # Unique id of the storage node. -name = manhole_2012_generated # Long name in the user interface. -manholeId = manhole_2012_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383802.173665_5856205.787551 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383790.607963_5856254.266265 # Unique id of the storage node. -name = manhole_2013_generated # Long name in the user interface. -manholeId = manhole_2013_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383790.607963_5856254.266265 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383781.605232_5856303.269710 # Unique id of the storage node. -name = manhole_2014_generated # Long name in the user interface. -manholeId = manhole_2014_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383781.605232_5856303.269710 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383778.118178_5856352.705245 # Unique id of the storage node. -name = manhole_2015_generated # Long name in the user interface. -manholeId = manhole_2015_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383778.118178_5856352.705245 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383792.028724_5856399.611572 # Unique id of the storage node. -name = manhole_2016_generated # Long name in the user interface. -manholeId = manhole_2016_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383792.028724_5856399.611572 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383823.301143_5856438.156547 # Unique id of the storage node. -name = manhole_2017_generated # Long name in the user interface. -manholeId = manhole_2017_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383823.301143_5856438.156547 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383860.742514_5856470.925372 # Unique id of the storage node. -name = manhole_2018_generated # Long name in the user interface. -manholeId = manhole_2018_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383860.742514_5856470.925372 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383899.226264_5856502.593544 # Unique id of the storage node. -name = manhole_2019_generated # Long name in the user interface. -manholeId = manhole_2019_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383899.226264_5856502.593544 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383937.576727_5856534.331571 # Unique id of the storage node. -name = manhole_2020_generated # Long name in the user interface. -manholeId = manhole_2020_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383937.576727_5856534.331571 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383965.274165_5856575.765894 # Unique id of the storage node. -name = manhole_2021_generated # Long name in the user interface. -manholeId = manhole_2021_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383965.274165_5856575.765894 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1383992.971602_5856617.200217 # Unique id of the storage node. -name = manhole_2022_generated # Long name in the user interface. -manholeId = manhole_2022_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1383992.971602_5856617.200217 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384020.669040_5856658.634540 # Unique id of the storage node. -name = manhole_2023_generated # Long name in the user interface. -manholeId = manhole_2023_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384020.669040_5856658.634540 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384050.267681_5856698.702002 # Unique id of the storage node. -name = manhole_2024_generated # Long name in the user interface. -manholeId = manhole_2024_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384050.267681_5856698.702002 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384085.778962_5856733.441067 # Unique id of the storage node. -name = manhole_2025_generated # Long name in the user interface. -manholeId = manhole_2025_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384085.778962_5856733.441067 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 799.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 802.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384122.993944_5856766.592180 # Unique id of the storage node. -name = manhole_2026_generated # Long name in the user interface. -manholeId = manhole_2026_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384122.993944_5856766.592180 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 799.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 802.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384160.350960_5856799.578122 # Unique id of the storage node. -name = manhole_2027_generated # Long name in the user interface. -manholeId = manhole_2027_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384160.350960_5856799.578122 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 813.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 816.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384198.384374_5856831.724873 # Unique id of the storage node. -name = manhole_2028_generated # Long name in the user interface. -manholeId = manhole_2028_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384198.384374_5856831.724873 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 797.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 800.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384230.112839_5856870.159957 # Unique id of the storage node. -name = manhole_2029_generated # Long name in the user interface. -manholeId = manhole_2029_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384230.112839_5856870.159957 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 797.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 800.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384259.121702_5856910.628997 # Unique id of the storage node. -name = manhole_2030_generated # Long name in the user interface. -manholeId = manhole_2030_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384259.121702_5856910.628997 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 790.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 793.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384287.023719_5856951.925833 # Unique id of the storage node. -name = manhole_2031_generated # Long name in the user interface. -manholeId = manhole_2031_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384287.023719_5856951.925833 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384314.929269_5856993.220281 # Unique id of the storage node. -name = manhole_2032_generated # Long name in the user interface. -manholeId = manhole_2032_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384314.929269_5856993.220281 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384344.819753_5857033.056209 # Unique id of the storage node. -name = manhole_2033_generated # Long name in the user interface. -manholeId = manhole_2033_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384344.819753_5857033.056209 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384375.891110_5857072.024426 # Unique id of the storage node. -name = manhole_2034_generated # Long name in the user interface. -manholeId = manhole_2034_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384375.891110_5857072.024426 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384412.732156_5857105.507668 # Unique id of the storage node. -name = manhole_2035_generated # Long name in the user interface. -manholeId = manhole_2035_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384412.732156_5857105.507668 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384450.079483_5857138.509612 # Unique id of the storage node. -name = manhole_2036_generated # Long name in the user interface. -manholeId = manhole_2036_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384450.079483_5857138.509612 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384487.426863_5857171.511497 # Unique id of the storage node. -name = manhole_2037_generated # Long name in the user interface. -manholeId = manhole_2037_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384487.426863_5857171.511497 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384525.207760_5857204.014278 # Unique id of the storage node. -name = manhole_2038_generated # Long name in the user interface. -manholeId = manhole_2038_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384525.207760_5857204.014278 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 802.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 805.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384563.111989_5857236.375066 # Unique id of the storage node. -name = manhole_2039_generated # Long name in the user interface. -manholeId = manhole_2039_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384563.111989_5857236.375066 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 793.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 796.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384601.016218_5857268.735853 # Unique id of the storage node. -name = manhole_2040_generated # Long name in the user interface. -manholeId = manhole_2040_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384601.016218_5857268.735853 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 793.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 796.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384638.920447_5857301.096641 # Unique id of the storage node. -name = manhole_2041_generated # Long name in the user interface. -manholeId = manhole_2041_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384638.920447_5857301.096641 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 783.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 786.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384669.604955_5857340.313405 # Unique id of the storage node. -name = manhole_2042_generated # Long name in the user interface. -manholeId = manhole_2042_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384669.604955_5857340.313405 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 791.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 794.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384699.518248_5857380.104403 # Unique id of the storage node. -name = manhole_2043_generated # Long name in the user interface. -manholeId = manhole_2043_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384699.518248_5857380.104403 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 791.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 794.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384719.806332_5857425.627417 # Unique id of the storage node. -name = manhole_2044_generated # Long name in the user interface. -manholeId = manhole_2044_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384719.806332_5857425.627417 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 791.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 794.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384740.094417_5857471.150431 # Unique id of the storage node. -name = manhole_2045_generated # Long name in the user interface. -manholeId = manhole_2045_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384740.094417_5857471.150431 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 779.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 782.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384760.382502_5857516.673445 # Unique id of the storage node. -name = manhole_2046_generated # Long name in the user interface. -manholeId = manhole_2046_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384760.382502_5857516.673445 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 786.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 789.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384780.670586_5857562.196459 # Unique id of the storage node. -name = manhole_2047_generated # Long name in the user interface. -manholeId = manhole_2047_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384780.670586_5857562.196459 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 786.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 789.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384802.672203_5857606.838341 # Unique id of the storage node. -name = manhole_2048_generated # Long name in the user interface. -manholeId = manhole_2048_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384802.672203_5857606.838341 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 793.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 796.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384827.896526_5857649.823045 # Unique id of the storage node. -name = manhole_2049_generated # Long name in the user interface. -manholeId = manhole_2049_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384827.896526_5857649.823045 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 768.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 771.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384854.757883_5857691.606821 # Unique id of the storage node. -name = manhole_2050_generated # Long name in the user interface. -manholeId = manhole_2050_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384854.757883_5857691.606821 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 768.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 771.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384888.185769_5857728.573395 # Unique id of the storage node. -name = manhole_2051_generated # Long name in the user interface. -manholeId = manhole_2051_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384888.185769_5857728.573395 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 768.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 771.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384921.613655_5857765.539970 # Unique id of the storage node. -name = manhole_2052_generated # Long name in the user interface. -manholeId = manhole_2052_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384921.613655_5857765.539970 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 754.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 757.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384956.145454_5857801.445757 # Unique id of the storage node. -name = manhole_2053_generated # Long name in the user interface. -manholeId = manhole_2053_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384956.145454_5857801.445757 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 754.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 757.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384991.751307_5857836.319449 # Unique id of the storage node. -name = manhole_2054_generated # Long name in the user interface. -manholeId = manhole_2054_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384991.751307_5857836.319449 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 754.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 757.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385027.357159_5857871.193142 # Unique id of the storage node. -name = manhole_2055_generated # Long name in the user interface. -manholeId = manhole_2055_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385027.357159_5857871.193142 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 743.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 746.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385062.963012_5857906.066835 # Unique id of the storage node. -name = manhole_2056_generated # Long name in the user interface. -manholeId = manhole_2056_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385062.963012_5857906.066835 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 752.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 755.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385098.568864_5857940.940528 # Unique id of the storage node. -name = manhole_2057_generated # Long name in the user interface. -manholeId = manhole_2057_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385098.568864_5857940.940528 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 725.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 728.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385135.753846_5857974.029479 # Unique id of the storage node. -name = manhole_2058_generated # Long name in the user interface. -manholeId = manhole_2058_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385135.753846_5857974.029479 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 725.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 728.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385175.738456_5858003.622976 # Unique id of the storage node. -name = manhole_2059_generated # Long name in the user interface. -manholeId = manhole_2059_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385175.738456_5858003.622976 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 725.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 728.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385218.653757_5858028.965197 # Unique id of the storage node. -name = manhole_2060_generated # Long name in the user interface. -manholeId = manhole_2060_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385218.653757_5858028.965197 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 732.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 735.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385262.454937_5858052.706983 # Unique id of the storage node. -name = manhole_2061_generated # Long name in the user interface. -manholeId = manhole_2061_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385262.454937_5858052.706983 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 732.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 735.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385306.715555_5858075.618745 # Unique id of the storage node. -name = manhole_2062_generated # Long name in the user interface. -manholeId = manhole_2062_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385306.715555_5858075.618745 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 739.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 742.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385350.976173_5858098.530508 # Unique id of the storage node. -name = manhole_2063_generated # Long name in the user interface. -manholeId = manhole_2063_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385350.976173_5858098.530508 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 739.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 742.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385395.236792_5858121.442270 # Unique id of the storage node. -name = manhole_2064_generated # Long name in the user interface. -manholeId = manhole_2064_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385395.236792_5858121.442270 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 733.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 736.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385439.497410_5858144.354032 # Unique id of the storage node. -name = manhole_2065_generated # Long name in the user interface. -manholeId = manhole_2065_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385439.497410_5858144.354032 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 733.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 736.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385483.758028_5858167.265795 # Unique id of the storage node. -name = manhole_2066_generated # Long name in the user interface. -manholeId = manhole_2066_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385483.758028_5858167.265795 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 734.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 737.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385528.018646_5858190.177557 # Unique id of the storage node. -name = manhole_2067_generated # Long name in the user interface. -manholeId = manhole_2067_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385528.018646_5858190.177557 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 734.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 737.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385571.606102_5858214.277655 # Unique id of the storage node. -name = manhole_2068_generated # Long name in the user interface. -manholeId = manhole_2068_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385571.606102_5858214.277655 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 724.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 727.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385614.013401_5858240.461089 # Unique id of the storage node. -name = manhole_2069_generated # Long name in the user interface. -manholeId = manhole_2069_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385614.013401_5858240.461089 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 724.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 727.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385656.420699_5858266.644523 # Unique id of the storage node. -name = manhole_2070_generated # Long name in the user interface. -manholeId = manhole_2070_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385656.420699_5858266.644523 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 687.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 690.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385698.773112_5858292.896190 # Unique id of the storage node. -name = manhole_2071_generated # Long name in the user interface. -manholeId = manhole_2071_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385698.773112_5858292.896190 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 730.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 733.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385733.435650_5858328.707635 # Unique id of the storage node. -name = manhole_2072_generated # Long name in the user interface. -manholeId = manhole_2072_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385733.435650_5858328.707635 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 730.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 733.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385768.098189_5858364.519079 # Unique id of the storage node. -name = manhole_2073_generated # Long name in the user interface. -manholeId = manhole_2073_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385768.098189_5858364.519079 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 718.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 721.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385795.882535_5858405.467094 # Unique id of the storage node. -name = manhole_2074_generated # Long name in the user interface. -manholeId = manhole_2074_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385795.882535_5858405.467094 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 718.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 721.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385820.377635_5858448.871486 # Unique id of the storage node. -name = manhole_2075_generated # Long name in the user interface. -manholeId = manhole_2075_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385820.377635_5858448.871486 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 736.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 739.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385841.084314_5858493.920932 # Unique id of the storage node. -name = manhole_2076_generated # Long name in the user interface. -manholeId = manhole_2076_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385841.084314_5858493.920932 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 724.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 727.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385856.076262_5858541.451898 # Unique id of the storage node. -name = manhole_2077_generated # Long name in the user interface. -manholeId = manhole_2077_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385856.076262_5858541.451898 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 724.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 727.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385865.668900_5858590.250007 # Unique id of the storage node. -name = manhole_2078_generated # Long name in the user interface. -manholeId = manhole_2078_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385865.668900_5858590.250007 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 731.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 734.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385873.387287_5858639.487977 # Unique id of the storage node. -name = manhole_2079_generated # Long name in the user interface. -manholeId = manhole_2079_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385873.387287_5858639.487977 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 731.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 734.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385875.017950_5858689.287253 # Unique id of the storage node. -name = manhole_2080_generated # Long name in the user interface. -manholeId = manhole_2080_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385875.017950_5858689.287253 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 748.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 751.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385876.432929_5858739.106416 # Unique id of the storage node. -name = manhole_2081_generated # Long name in the user interface. -manholeId = manhole_2081_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385876.432929_5858739.106416 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 748.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 751.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385878.329822_5858788.908142 # Unique id of the storage node. -name = manhole_2082_generated # Long name in the user interface. -manholeId = manhole_2082_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385878.329822_5858788.908142 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 748.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 751.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385880.519215_5858838.699283 # Unique id of the storage node. -name = manhole_2083_generated # Long name in the user interface. -manholeId = manhole_2083_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385880.519215_5858838.699283 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 756.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 759.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385882.620351_5858888.493530 # Unique id of the storage node. -name = manhole_2084_generated # Long name in the user interface. -manholeId = manhole_2084_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385882.620351_5858888.493530 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 756.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 759.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385883.937444_5858938.315378 # Unique id of the storage node. -name = manhole_2085_generated # Long name in the user interface. -manholeId = manhole_2085_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385883.937444_5858938.315378 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 756.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 759.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385885.254539_5858988.137225 # Unique id of the storage node. -name = manhole_2086_generated # Long name in the user interface. -manholeId = manhole_2086_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385885.254539_5858988.137225 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 763.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 766.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385890.650534_5859037.630401 # Unique id of the storage node. -name = manhole_2087_generated # Long name in the user interface. -manholeId = manhole_2087_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385890.650534_5859037.630401 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 763.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 766.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385901.777443_5859086.092394 # Unique id of the storage node. -name = manhole_2088_generated # Long name in the user interface. -manholeId = manhole_2088_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385901.777443_5859086.092394 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 763.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 766.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385915.397955_5859134.034368 # Unique id of the storage node. -name = manhole_2089_generated # Long name in the user interface. -manholeId = manhole_2089_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385915.397955_5859134.034368 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 765.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 768.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385928.426053_5859182.139209 # Unique id of the storage node. -name = manhole_2090_generated # Long name in the user interface. -manholeId = manhole_2090_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385928.426053_5859182.139209 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385941.228082_5859230.306202 # Unique id of the storage node. -name = manhole_2091_generated # Long name in the user interface. -manholeId = manhole_2091_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385941.228082_5859230.306202 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385945.092689_5859279.734331 # Unique id of the storage node. -name = manhole_2092_generated # Long name in the user interface. -manholeId = manhole_2092_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385945.092689_5859279.734331 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385937.902412_5859328.779896 # Unique id of the storage node. -name = manhole_2093_generated # Long name in the user interface. -manholeId = manhole_2093_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385937.902412_5859328.779896 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385932.795076_5859378.173214 # Unique id of the storage node. -name = manhole_2094_generated # Long name in the user interface. -manholeId = manhole_2094_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385932.795076_5859378.173214 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 775.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 778.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385937.702696_5859427.770255 # Unique id of the storage node. -name = manhole_2095_generated # Long name in the user interface. -manholeId = manhole_2095_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385937.702696_5859427.770255 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 775.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 778.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385939.035938_5859477.502304 # Unique id of the storage node. -name = manhole_2096_generated # Long name in the user interface. -manholeId = manhole_2096_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385939.035938_5859477.502304 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 775.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 778.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385937.883638_5859527.328235 # Unique id of the storage node. -name = manhole_2097_generated # Long name in the user interface. -manholeId = manhole_2097_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385937.883638_5859527.328235 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385940.515994_5859576.989168 # Unique id of the storage node. -name = manhole_2098_generated # Long name in the user interface. -manholeId = manhole_2098_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385940.515994_5859576.989168 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385950.701545_5859625.530177 # Unique id of the storage node. -name = manhole_2099_generated # Long name in the user interface. -manholeId = manhole_2099_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385950.701545_5859625.530177 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385970.467743_5859670.991299 # Unique id of the storage node. -name = manhole_2100_generated # Long name in the user interface. -manholeId = manhole_2100_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385970.467743_5859670.991299 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 812.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 815.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386011.983088_5859697.862917 # Unique id of the storage node. -name = manhole_2101_generated # Long name in the user interface. -manholeId = manhole_2101_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386011.983088_5859697.862917 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 812.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 815.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386052.213596_5859727.119808 # Unique id of the storage node. -name = manhole_2102_generated # Long name in the user interface. -manholeId = manhole_2102_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386052.213596_5859727.119808 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 776.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 779.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386046.501013_5859771.612672 # Unique id of the storage node. -name = manhole_2103_generated # Long name in the user interface. -manholeId = manhole_2103_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386046.501013_5859771.612672 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386026.809696_5859816.873920 # Unique id of the storage node. -name = manhole_2104_generated # Long name in the user interface. -manholeId = manhole_2104_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386026.809696_5859816.873920 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386030.149607_5859866.379010 # Unique id of the storage node. -name = manhole_2105_generated # Long name in the user interface. -manholeId = manhole_2105_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386030.149607_5859866.379010 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386045.250939_5859913.859036 # Unique id of the storage node. -name = manhole_2106_generated # Long name in the user interface. -manholeId = manhole_2106_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386045.250939_5859913.859036 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 763.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 766.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384196.861816_5856829.880484 # Unique id of the storage node. -name = manhole_2107_generated # Long name in the user interface. -manholeId = manhole_2107_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384196.861816_5856829.880484 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 797.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 800.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384235.225193_5856854.977666 # Unique id of the storage node. -name = manhole_2108_generated # Long name in the user interface. -manholeId = manhole_2108_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384235.225193_5856854.977666 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 797.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 800.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384263.450330_5856892.038371 # Unique id of the storage node. -name = manhole_2109_generated # Long name in the user interface. -manholeId = manhole_2109_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384263.450330_5856892.038371 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 790.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 793.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384291.675467_5856929.099076 # Unique id of the storage node. -name = manhole_2110_generated # Long name in the user interface. -manholeId = manhole_2110_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384291.675467_5856929.099076 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 790.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 793.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384319.900603_5856966.159782 # Unique id of the storage node. -name = manhole_2111_generated # Long name in the user interface. -manholeId = manhole_2111_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384319.900603_5856966.159782 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384347.205868_5857003.894511 # Unique id of the storage node. -name = manhole_2112_generated # Long name in the user interface. -manholeId = manhole_2112_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384347.205868_5857003.894511 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384380.322691_5857036.360282 # Unique id of the storage node. -name = manhole_2113_generated # Long name in the user interface. -manholeId = manhole_2113_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384380.322691_5857036.360282 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 796.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 799.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384415.156611_5857067.291694 # Unique id of the storage node. -name = manhole_2114_generated # Long name in the user interface. -manholeId = manhole_2114_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384415.156611_5857067.291694 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384449.343576_5857098.828100 # Unique id of the storage node. -name = manhole_2115_generated # Long name in the user interface. -manholeId = manhole_2115_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384449.343576_5857098.828100 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384470.004810_5857139.926174 # Unique id of the storage node. -name = manhole_2116_generated # Long name in the user interface. -manholeId = manhole_2116_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384470.004810_5857139.926174 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384484.180762_5857184.301805 # Unique id of the storage node. -name = manhole_2117_generated # Long name in the user interface. -manholeId = manhole_2117_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384484.180762_5857184.301805 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384289.065524_5856954.947841 # Unique id of the storage node. -name = manhole_2118_generated # Long name in the user interface. -manholeId = manhole_2118_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384289.065524_5856954.947841 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384305.049611_5856994.887349 # Unique id of the storage node. -name = manhole_2119_generated # Long name in the user interface. -manholeId = manhole_2119_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384305.049611_5856994.887349 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384321.033697_5857034.826856 # Unique id of the storage node. -name = manhole_2120_generated # Long name in the user interface. -manholeId = manhole_2120_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384321.033697_5857034.826856 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384347.445656_5857068.672039 # Unique id of the storage node. -name = manhole_2121_generated # Long name in the user interface. -manholeId = manhole_2121_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384347.445656_5857068.672039 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 796.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 799.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384374.130628_5857102.406952 # Unique id of the storage node. -name = manhole_2122_generated # Long name in the user interface. -manholeId = manhole_2122_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384374.130628_5857102.406952 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384399.587644_5857137.085412 # Unique id of the storage node. -name = manhole_2123_generated # Long name in the user interface. -manholeId = manhole_2123_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384399.587644_5857137.085412 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384425.044660_5857171.763873 # Unique id of the storage node. -name = manhole_2124_generated # Long name in the user interface. -manholeId = manhole_2124_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384425.044660_5857171.763873 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384456.866521_5857200.577978 # Unique id of the storage node. -name = manhole_2125_generated # Long name in the user interface. -manholeId = manhole_2125_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384456.866521_5857200.577978 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384480.774831_5857195.244455 # Unique id of the storage node. -name = manhole_2126_generated # Long name in the user interface. -manholeId = manhole_2126_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384480.774831_5857195.244455 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 792.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 795.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384478.871156_5857219.682923 # Unique id of the storage node. -name = manhole_2127_generated # Long name in the user interface. -manholeId = manhole_2127_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384478.871156_5857219.682923 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 802.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 805.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384493.329777_5857201.952338 # Unique id of the storage node. -name = manhole_2128_generated # Long name in the user interface. -manholeId = manhole_2128_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384493.329777_5857201.952338 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 802.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 805.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384511.321100_5857246.008046 # Unique id of the storage node. -name = manhole_2129_generated # Long name in the user interface. -manholeId = manhole_2129_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384511.321100_5857246.008046 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 802.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 805.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384512.484967_5857248.858029 # Unique id of the storage node. -name = manhole_2130_generated # Long name in the user interface. -manholeId = manhole_2130_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384512.484967_5857248.858029 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 802.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 805.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384550.208547_5857281.609187 # Unique id of the storage node. -name = manhole_2131_generated # Long name in the user interface. -manholeId = manhole_2131_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384550.208547_5857281.609187 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 793.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 796.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384587.932128_5857314.360344 # Unique id of the storage node. -name = manhole_2132_generated # Long name in the user interface. -manholeId = manhole_2132_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384587.932128_5857314.360344 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 793.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 796.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384608.456867_5857358.785165 # Unique id of the storage node. -name = manhole_2133_generated # Long name in the user interface. -manholeId = manhole_2133_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384608.456867_5857358.785165 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 806.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 809.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384624.966164_5857405.935456 # Unique id of the storage node. -name = manhole_2134_generated # Long name in the user interface. -manholeId = manhole_2134_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384624.966164_5857405.935456 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 806.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 809.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384639.938245_5857453.586039 # Unique id of the storage node. -name = manhole_2135_generated # Long name in the user interface. -manholeId = manhole_2135_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384639.938245_5857453.586039 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 791.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 794.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384654.342376_5857501.421464 # Unique id of the storage node. -name = manhole_2136_generated # Long name in the user interface. -manholeId = manhole_2136_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384654.342376_5857501.421464 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 809.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 812.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384665.748858_5857550.055336 # Unique id of the storage node. -name = manhole_2137_generated # Long name in the user interface. -manholeId = manhole_2137_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384665.748858_5857550.055336 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 809.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 812.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384677.047727_5857598.717872 # Unique id of the storage node. -name = manhole_2138_generated # Long name in the user interface. -manholeId = manhole_2138_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384677.047727_5857598.717872 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 809.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 812.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384688.346595_5857647.380408 # Unique id of the storage node. -name = manhole_2139_generated # Long name in the user interface. -manholeId = manhole_2139_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384688.346595_5857647.380408 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 815.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 818.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384699.645464_5857696.042944 # Unique id of the storage node. -name = manhole_2140_generated # Long name in the user interface. -manholeId = manhole_2140_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384699.645464_5857696.042944 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 815.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 818.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384710.944332_5857744.705480 # Unique id of the storage node. -name = manhole_2141_generated # Long name in the user interface. -manholeId = manhole_2141_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384710.944332_5857744.705480 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 788.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 791.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384726.848783_5857791.671308 # Unique id of the storage node. -name = manhole_2142_generated # Long name in the user interface. -manholeId = manhole_2142_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384726.848783_5857791.671308 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 768.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 771.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384753.929338_5857833.199649 # Unique id of the storage node. -name = manhole_2143_generated # Long name in the user interface. -manholeId = manhole_2143_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384753.929338_5857833.199649 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 768.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 771.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384783.627482_5857873.006575 # Unique id of the storage node. -name = manhole_2144_generated # Long name in the user interface. -manholeId = manhole_2144_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384783.627482_5857873.006575 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 768.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 771.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384795.018453_5857920.637507 # Unique id of the storage node. -name = manhole_2145_generated # Long name in the user interface. -manholeId = manhole_2145_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384795.018453_5857920.637507 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 788.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 791.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384785.075932_5857969.445633 # Unique id of the storage node. -name = manhole_2146_generated # Long name in the user interface. -manholeId = manhole_2146_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384785.075932_5857969.445633 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 788.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 791.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384771.479073_5858017.516750 # Unique id of the storage node. -name = manhole_2147_generated # Long name in the user interface. -manholeId = manhole_2147_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384771.479073_5858017.516750 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 817.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 820.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384763.325190_5858066.675425 # Unique id of the storage node. -name = manhole_2148_generated # Long name in the user interface. -manholeId = manhole_2148_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384763.325190_5858066.675425 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 817.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 820.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384757.405407_5858116.280496 # Unique id of the storage node. -name = manhole_2149_generated # Long name in the user interface. -manholeId = manhole_2149_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384757.405407_5858116.280496 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 817.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 820.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384746.211964_5858164.956997 # Unique id of the storage node. -name = manhole_2150_generated # Long name in the user interface. -manholeId = manhole_2150_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384746.211964_5858164.956997 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 844.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 847.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384738.028055_5858213.862444 # Unique id of the storage node. -name = manhole_2151_generated # Long name in the user interface. -manholeId = manhole_2151_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384738.028055_5858213.862444 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 844.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 847.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384756.479259_5858259.218586 # Unique id of the storage node. -name = manhole_2152_generated # Long name in the user interface. -manholeId = manhole_2152_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384756.479259_5858259.218586 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 844.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 847.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384792.653981_5858293.253396 # Unique id of the storage node. -name = manhole_2153_generated # Long name in the user interface. -manholeId = manhole_2153_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384792.653981_5858293.253396 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 830.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 833.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384839.146884_5858310.949097 # Unique id of the storage node. -name = manhole_2154_generated # Long name in the user interface. -manholeId = manhole_2154_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384839.146884_5858310.949097 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384888.517510_5858307.535864 # Unique id of the storage node. -name = manhole_2155_generated # Long name in the user interface. -manholeId = manhole_2155_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384888.517510_5858307.535864 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384936.622763_5858294.068231 # Unique id of the storage node. -name = manhole_2156_generated # Long name in the user interface. -manholeId = manhole_2156_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384936.622763_5858294.068231 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 748.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 751.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384984.637113_5858280.272530 # Unique id of the storage node. -name = manhole_2157_generated # Long name in the user interface. -manholeId = manhole_2157_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384984.637113_5858280.272530 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 748.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 751.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385032.633651_5858266.414711 # Unique id of the storage node. -name = manhole_2158_generated # Long name in the user interface. -manholeId = manhole_2158_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385032.633651_5858266.414711 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 740.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 743.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385081.886840_5858258.136645 # Unique id of the storage node. -name = manhole_2159_generated # Long name in the user interface. -manholeId = manhole_2159_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385081.886840_5858258.136645 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 740.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 743.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385131.310464_5858263.211211 # Unique id of the storage node. -name = manhole_2160_generated # Long name in the user interface. -manholeId = manhole_2160_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385131.310464_5858263.211211 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 744.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 747.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385177.729395_5858281.168494 # Unique id of the storage node. -name = manhole_2161_generated # Long name in the user interface. -manholeId = manhole_2161_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385177.729395_5858281.168494 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 753.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 756.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385219.956519_5858307.842426 # Unique id of the storage node. -name = manhole_2162_generated # Long name in the user interface. -manholeId = manhole_2162_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385219.956519_5858307.842426 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 755.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 758.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385261.864507_5858335.034840 # Unique id of the storage node. -name = manhole_2163_generated # Long name in the user interface. -manholeId = manhole_2163_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385261.864507_5858335.034840 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 755.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 758.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385305.658712_5858358.964501 # Unique id of the storage node. -name = manhole_2164_generated # Long name in the user interface. -manholeId = manhole_2164_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385305.658712_5858358.964501 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 753.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 756.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385350.136276_5858381.712098 # Unique id of the storage node. -name = manhole_2165_generated # Long name in the user interface. -manholeId = manhole_2165_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385350.136276_5858381.712098 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 753.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 756.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385394.617425_5858404.452682 # Unique id of the storage node. -name = manhole_2166_generated # Long name in the user interface. -manholeId = manhole_2166_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385394.617425_5858404.452682 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 747.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 750.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385439.245916_5858426.901899 # Unique id of the storage node. -name = manhole_2167_generated # Long name in the user interface. -manholeId = manhole_2167_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385439.245916_5858426.901899 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 757.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 760.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385483.926140_5858449.248809 # Unique id of the storage node. -name = manhole_2168_generated # Long name in the user interface. -manholeId = manhole_2168_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385483.926140_5858449.248809 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 751.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 754.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385525.860647_5858475.863234 # Unique id of the storage node. -name = manhole_2169_generated # Long name in the user interface. -manholeId = manhole_2169_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385525.860647_5858475.863234 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 751.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 754.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385553.357332_5858517.404888 # Unique id of the storage node. -name = manhole_2170_generated # Long name in the user interface. -manholeId = manhole_2170_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385553.357332_5858517.404888 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 751.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 754.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385579.617479_5858559.686365 # Unique id of the storage node. -name = manhole_2171_generated # Long name in the user interface. -manholeId = manhole_2171_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385579.617479_5858559.686365 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 748.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 751.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385621.905694_5858585.068031 # Unique id of the storage node. -name = manhole_2172_generated # Long name in the user interface. -manholeId = manhole_2172_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385621.905694_5858585.068031 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 748.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 751.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385664.027274_5858611.351027 # Unique id of the storage node. -name = manhole_2173_generated # Long name in the user interface. -manholeId = manhole_2173_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385664.027274_5858611.351027 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 747.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 750.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385700.387206_5858645.507955 # Unique id of the storage node. -name = manhole_2174_generated # Long name in the user interface. -manholeId = manhole_2174_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385700.387206_5858645.507955 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 747.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 750.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385734.601841_5858681.909405 # Unique id of the storage node. -name = manhole_2175_generated # Long name in the user interface. -manholeId = manhole_2175_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385734.601841_5858681.909405 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 747.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 750.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385768.816477_5858718.310854 # Unique id of the storage node. -name = manhole_2176_generated # Long name in the user interface. -manholeId = manhole_2176_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385768.816477_5858718.310854 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 752.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 755.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385802.200312_5858755.447310 # Unique id of the storage node. -name = manhole_2177_generated # Long name in the user interface. -manholeId = manhole_2177_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385802.200312_5858755.447310 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 752.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 755.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385834.159462_5858793.844179 # Unique id of the storage node. -name = manhole_2178_generated # Long name in the user interface. -manholeId = manhole_2178_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385834.159462_5858793.844179 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 752.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 755.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385352.471788_5858398.702550 # Unique id of the storage node. -name = manhole_2179_generated # Long name in the user interface. -manholeId = manhole_2179_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385352.471788_5858398.702550 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 753.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 756.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385323.609450_5858430.098599 # Unique id of the storage node. -name = manhole_2180_generated # Long name in the user interface. -manholeId = manhole_2180_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385323.609450_5858430.098599 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 762.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 765.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385286.388776_5858419.306092 # Unique id of the storage node. -name = manhole_2181_generated # Long name in the user interface. -manholeId = manhole_2181_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385286.388776_5858419.306092 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 762.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 765.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385252.458743_5858394.201655 # Unique id of the storage node. -name = manhole_2182_generated # Long name in the user interface. -manholeId = manhole_2182_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385252.458743_5858394.201655 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 755.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 758.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385217.536378_5858369.723605 # Unique id of the storage node. -name = manhole_2183_generated # Long name in the user interface. -manholeId = manhole_2183_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385217.536378_5858369.723605 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 755.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 758.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385177.877520_5858363.975667 # Unique id of the storage node. -name = manhole_2184_generated # Long name in the user interface. -manholeId = manhole_2184_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385177.877520_5858363.975667 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 753.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 756.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384748.107252_5858475.465394 # Unique id of the storage node. -name = manhole_2185_generated # Long name in the user interface. -manholeId = manhole_2185_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384748.107252_5858475.465394 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 810.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 813.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384773.662756_5858482.028829 # Unique id of the storage node. -name = manhole_2186_generated # Long name in the user interface. -manholeId = manhole_2186_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384773.662756_5858482.028829 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 810.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 813.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1384799.218260_5858488.592263 # Unique id of the storage node. -name = manhole_2187_generated # Long name in the user interface. -manholeId = manhole_2187_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1384799.218260_5858488.592263 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 810.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 813.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385831.554475_5858837.476551 # Unique id of the storage node. -name = manhole_2188_generated # Long name in the user interface. -manholeId = manhole_2188_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385831.554475_5858837.476551 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385834.933234_5858795.367518 # Unique id of the storage node. -name = manhole_2189_generated # Long name in the user interface. -manholeId = manhole_2189_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385834.933234_5858795.367518 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 748.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 751.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385855.640896_5858836.135080 # Unique id of the storage node. -name = manhole_2190_generated # Long name in the user interface. -manholeId = manhole_2190_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385855.640896_5858836.135080 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 756.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 759.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385425.871742_5858809.522039 # Unique id of the storage node. -name = manhole_2191_generated # Long name in the user interface. -manholeId = manhole_2191_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385425.871742_5858809.522039 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 783.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 786.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385446.216240_5858844.397749 # Unique id of the storage node. -name = manhole_2192_generated # Long name in the user interface. -manholeId = manhole_2192_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385446.216240_5858844.397749 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 788.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 791.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385453.998638_5858886.437654 # Unique id of the storage node. -name = manhole_2193_generated # Long name in the user interface. -manholeId = manhole_2193_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385453.998638_5858886.437654 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 788.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 791.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385472.218053_5858925.273073 # Unique id of the storage node. -name = manhole_2194_generated # Long name in the user interface. -manholeId = manhole_2194_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385472.218053_5858925.273073 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 780.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 783.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385861.372514_5858893.832569 # Unique id of the storage node. -name = manhole_2195_generated # Long name in the user interface. -manholeId = manhole_2195_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385861.372514_5858893.832569 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 756.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 759.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1385844.630084_5858865.848266 # Unique id of the storage node. -name = manhole_2196_generated # Long name in the user interface. -manholeId = manhole_2196_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1385844.630084_5858865.848266 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 756.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 759.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387137.223009_5858981.723107 # Unique id of the storage node. -name = manhole_2197_generated # Long name in the user interface. -manholeId = manhole_2197_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387137.223009_5858981.723107 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 766.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 769.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387148.048593_5859026.366798 # Unique id of the storage node. -name = manhole_2198_generated # Long name in the user interface. -manholeId = manhole_2198_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387148.048593_5859026.366798 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 766.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 769.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387119.959376_5859056.934599 # Unique id of the storage node. -name = manhole_2199_generated # Long name in the user interface. -manholeId = manhole_2199_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387119.959376_5859056.934599 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387074.832296_5859065.301006 # Unique id of the storage node. -name = manhole_2200_generated # Long name in the user interface. -manholeId = manhole_2200_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387074.832296_5859065.301006 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387030.356415_5859076.861371 # Unique id of the storage node. -name = manhole_2201_generated # Long name in the user interface. -manholeId = manhole_2201_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387030.356415_5859076.861371 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 752.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 755.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386986.427999_5859090.309648 # Unique id of the storage node. -name = manhole_2202_generated # Long name in the user interface. -manholeId = manhole_2202_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386986.427999_5859090.309648 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 769.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 772.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386945.966695_5859111.788387 # Unique id of the storage node. -name = manhole_2203_generated # Long name in the user interface. -manholeId = manhole_2203_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386945.966695_5859111.788387 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 758.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 761.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386905.771024_5859134.105929 # Unique id of the storage node. -name = manhole_2204_generated # Long name in the user interface. -manholeId = manhole_2204_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386905.771024_5859134.105929 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 758.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 761.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386871.537448_5859162.609671 # Unique id of the storage node. -name = manhole_2205_generated # Long name in the user interface. -manholeId = manhole_2205_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386871.537448_5859162.609671 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 758.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 761.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386921.106019_5859163.103915 # Unique id of the storage node. -name = manhole_2206_generated # Long name in the user interface. -manholeId = manhole_2206_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386921.106019_5859163.103915 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 758.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 761.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386970.627896_5859161.624509 # Unique id of the storage node. -name = manhole_2207_generated # Long name in the user interface. -manholeId = manhole_2207_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386970.627896_5859161.624509 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 769.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 772.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387019.993600_5859157.412991 # Unique id of the storage node. -name = manhole_2208_generated # Long name in the user interface. -manholeId = manhole_2208_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387019.993600_5859157.412991 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 769.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 772.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387069.191226_5859151.340004 # Unique id of the storage node. -name = manhole_2209_generated # Long name in the user interface. -manholeId = manhole_2209_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387069.191226_5859151.340004 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 778.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 781.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387118.547864_5859146.828393 # Unique id of the storage node. -name = manhole_2210_generated # Long name in the user interface. -manholeId = manhole_2210_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387118.547864_5859146.828393 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 778.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 781.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387167.916039_5859151.025294 # Unique id of the storage node. -name = manhole_2211_generated # Long name in the user interface. -manholeId = manhole_2211_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387167.916039_5859151.025294 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 783.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 786.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387217.282605_5859155.523035 # Unique id of the storage node. -name = manhole_2212_generated # Long name in the user interface. -manholeId = manhole_2212_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387217.282605_5859155.523035 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 783.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 786.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387266.649171_5859160.020775 # Unique id of the storage node. -name = manhole_2213_generated # Long name in the user interface. -manholeId = manhole_2213_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387266.649171_5859160.020775 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 784.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 787.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387315.831188_5859165.716173 # Unique id of the storage node. -name = manhole_2214_generated # Long name in the user interface. -manholeId = manhole_2214_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387315.831188_5859165.716173 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 784.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 787.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387364.261765_5859176.288154 # Unique id of the storage node. -name = manhole_2215_generated # Long name in the user interface. -manholeId = manhole_2215_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387364.261765_5859176.288154 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 787.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 790.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387411.186260_5859192.118345 # Unique id of the storage node. -name = manhole_2216_generated # Long name in the user interface. -manholeId = manhole_2216_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387411.186260_5859192.118345 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 787.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 790.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387455.544593_5859213.906052 # Unique id of the storage node. -name = manhole_2217_generated # Long name in the user interface. -manholeId = manhole_2217_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387455.544593_5859213.906052 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 786.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 789.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387490.610425_5859248.941349 # Unique id of the storage node. -name = manhole_2218_generated # Long name in the user interface. -manholeId = manhole_2218_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387490.610425_5859248.941349 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 814.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 817.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387525.979066_5859283.669168 # Unique id of the storage node. -name = manhole_2219_generated # Long name in the user interface. -manholeId = manhole_2219_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387525.979066_5859283.669168 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 815.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 818.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387563.532417_5859316.027063 # Unique id of the storage node. -name = manhole_2220_generated # Long name in the user interface. -manholeId = manhole_2220_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387563.532417_5859316.027063 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 815.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 818.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387601.085768_5859348.384957 # Unique id of the storage node. -name = manhole_2221_generated # Long name in the user interface. -manholeId = manhole_2221_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387601.085768_5859348.384957 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 799.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 802.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387638.639119_5859380.742852 # Unique id of the storage node. -name = manhole_2222_generated # Long name in the user interface. -manholeId = manhole_2222_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387638.639119_5859380.742852 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 834.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 837.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387676.192471_5859413.100746 # Unique id of the storage node. -name = manhole_2223_generated # Long name in the user interface. -manholeId = manhole_2223_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387676.192471_5859413.100746 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 834.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 837.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387713.745822_5859445.458641 # Unique id of the storage node. -name = manhole_2224_generated # Long name in the user interface. -manholeId = manhole_2224_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387713.745822_5859445.458641 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 825.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 828.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387750.394378_5859478.825171 # Unique id of the storage node. -name = manhole_2225_generated # Long name in the user interface. -manholeId = manhole_2225_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387750.394378_5859478.825171 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 825.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 828.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387786.626277_5859512.656178 # Unique id of the storage node. -name = manhole_2226_generated # Long name in the user interface. -manholeId = manhole_2226_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387786.626277_5859512.656178 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 851.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 854.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387822.858176_5859546.487185 # Unique id of the storage node. -name = manhole_2227_generated # Long name in the user interface. -manholeId = manhole_2227_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387822.858176_5859546.487185 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 851.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 854.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387850.662340_5859586.980696 # Unique id of the storage node. -name = manhole_2228_generated # Long name in the user interface. -manholeId = manhole_2228_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387850.662340_5859586.980696 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 851.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 854.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387868.193222_5859633.330901 # Unique id of the storage node. -name = manhole_2229_generated # Long name in the user interface. -manholeId = manhole_2229_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387868.193222_5859633.330901 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 888.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 891.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387885.535610_5859679.769345 # Unique id of the storage node. -name = manhole_2230_generated # Long name in the user interface. -manholeId = manhole_2230_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387885.535610_5859679.769345 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 873.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 876.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387902.854486_5859726.216553 # Unique id of the storage node. -name = manhole_2231_generated # Long name in the user interface. -manholeId = manhole_2231_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387902.854486_5859726.216553 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 873.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 876.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387920.137465_5859772.677140 # Unique id of the storage node. -name = manhole_2232_generated # Long name in the user interface. -manholeId = manhole_2232_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387920.137465_5859772.677140 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 895.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 898.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387937.420445_5859819.137726 # Unique id of the storage node. -name = manhole_2233_generated # Long name in the user interface. -manholeId = manhole_2233_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387937.420445_5859819.137726 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 895.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 898.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387948.863531_5859867.082766 # Unique id of the storage node. -name = manhole_2234_generated # Long name in the user interface. -manholeId = manhole_2234_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387948.863531_5859867.082766 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 895.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 898.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387950.013254_5859916.565450 # Unique id of the storage node. -name = manhole_2235_generated # Long name in the user interface. -manholeId = manhole_2235_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387950.013254_5859916.565450 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 915.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 918.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387947.430783_5859966.047936 # Unique id of the storage node. -name = manhole_2236_generated # Long name in the user interface. -manholeId = manhole_2236_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387947.430783_5859966.047936 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 915.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 918.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387943.997958_5860015.499966 # Unique id of the storage node. -name = manhole_2237_generated # Long name in the user interface. -manholeId = manhole_2237_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387943.997958_5860015.499966 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 915.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 918.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387940.565134_5860064.951996 # Unique id of the storage node. -name = manhole_2238_generated # Long name in the user interface. -manholeId = manhole_2238_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387940.565134_5860064.951996 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 945.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 948.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387945.371778_5860113.959105 # Unique id of the storage node. -name = manhole_2239_generated # Long name in the user interface. -manholeId = manhole_2239_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387945.371778_5860113.959105 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 945.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 948.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387964.117816_5860159.736532 # Unique id of the storage node. -name = manhole_2240_generated # Long name in the user interface. -manholeId = manhole_2240_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387964.117816_5860159.736532 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 945.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 948.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387984.093858_5860205.104421 # Unique id of the storage node. -name = manhole_2241_generated # Long name in the user interface. -manholeId = manhole_2241_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387984.093858_5860205.104421 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 937.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 940.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388004.069899_5860250.472309 # Unique id of the storage node. -name = manhole_2242_generated # Long name in the user interface. -manholeId = manhole_2242_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388004.069899_5860250.472309 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 937.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 940.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388027.686926_5860293.896034 # Unique id of the storage node. -name = manhole_2243_generated # Long name in the user interface. -manholeId = manhole_2243_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388027.686926_5860293.896034 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 937.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 940.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388060.096316_5860331.348726 # Unique id of the storage node. -name = manhole_2244_generated # Long name in the user interface. -manholeId = manhole_2244_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388060.096316_5860331.348726 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 968.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 971.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388092.967689_5860368.453448 # Unique id of the storage node. -name = manhole_2245_generated # Long name in the user interface. -manholeId = manhole_2245_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388092.967689_5860368.453448 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 932.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 935.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388119.020827_5860410.510252 # Unique id of the storage node. -name = manhole_2246_generated # Long name in the user interface. -manholeId = manhole_2246_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388119.020827_5860410.510252 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 932.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 935.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388143.407623_5860453.667774 # Unique id of the storage node. -name = manhole_2247_generated # Long name in the user interface. -manholeId = manhole_2247_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388143.407623_5860453.667774 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 946.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 949.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388167.794418_5860496.825296 # Unique id of the storage node. -name = manhole_2248_generated # Long name in the user interface. -manholeId = manhole_2248_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388167.794418_5860496.825296 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 921.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 924.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388187.411865_5860542.097805 # Unique id of the storage node. -name = manhole_2249_generated # Long name in the user interface. -manholeId = manhole_2249_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388187.411865_5860542.097805 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 921.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 924.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388193.385166_5860591.251542 # Unique id of the storage node. -name = manhole_2250_generated # Long name in the user interface. -manholeId = manhole_2250_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388193.385166_5860591.251542 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 939.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 942.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388198.812296_5860640.524595 # Unique id of the storage node. -name = manhole_2251_generated # Long name in the user interface. -manholeId = manhole_2251_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388198.812296_5860640.524595 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 939.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 942.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388204.239426_5860689.797649 # Unique id of the storage node. -name = manhole_2252_generated # Long name in the user interface. -manholeId = manhole_2252_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388204.239426_5860689.797649 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 939.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 942.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388184.484932_5860730.700382 # Unique id of the storage node. -name = manhole_2253_generated # Long name in the user interface. -manholeId = manhole_2253_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388184.484932_5860730.700382 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 952.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 955.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388159.550175_5860759.392760 # Unique id of the storage node. -name = manhole_2254_generated # Long name in the user interface. -manholeId = manhole_2254_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388159.550175_5860759.392760 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 952.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 955.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388171.988545_5860807.377909 # Unique id of the storage node. -name = manhole_2255_generated # Long name in the user interface. -manholeId = manhole_2255_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388171.988545_5860807.377909 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 952.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 955.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388215.013826_5860825.214943 # Unique id of the storage node. -name = manhole_2256_generated # Long name in the user interface. -manholeId = manhole_2256_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388215.013826_5860825.214943 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 952.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 955.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388264.397385_5860829.298033 # Unique id of the storage node. -name = manhole_2257_generated # Long name in the user interface. -manholeId = manhole_2257_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388264.397385_5860829.298033 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 938.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 941.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388313.062300_5860837.304879 # Unique id of the storage node. -name = manhole_2258_generated # Long name in the user interface. -manholeId = manhole_2258_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388313.062300_5860837.304879 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 938.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 941.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388360.993895_5860849.948046 # Unique id of the storage node. -name = manhole_2259_generated # Long name in the user interface. -manholeId = manhole_2259_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388360.993895_5860849.948046 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 934.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 937.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388408.925491_5860862.591213 # Unique id of the storage node. -name = manhole_2260_generated # Long name in the user interface. -manholeId = manhole_2260_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388408.925491_5860862.591213 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 934.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 937.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388458.220990_5860866.957202 # Unique id of the storage node. -name = manhole_2261_generated # Long name in the user interface. -manholeId = manhole_2261_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388458.220990_5860866.957202 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 934.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 937.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388507.336333_5860873.218385 # Unique id of the storage node. -name = manhole_2262_generated # Long name in the user interface. -manholeId = manhole_2262_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388507.336333_5860873.218385 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 934.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 937.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388556.215695_5860881.470384 # Unique id of the storage node. -name = manhole_2263_generated # Long name in the user interface. -manholeId = manhole_2263_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388556.215695_5860881.470384 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 938.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 941.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388604.556662_5860892.361969 # Unique id of the storage node. -name = manhole_2264_generated # Long name in the user interface. -manholeId = manhole_2264_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388604.556662_5860892.361969 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 938.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 941.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388653.599403_5860897.157898 # Unique id of the storage node. -name = manhole_2265_generated # Long name in the user interface. -manholeId = manhole_2265_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388653.599403_5860897.157898 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 940.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 943.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388700.080393_5860881.090511 # Unique id of the storage node. -name = manhole_2266_generated # Long name in the user interface. -manholeId = manhole_2266_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388700.080393_5860881.090511 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 940.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 943.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388732.687004_5860844.794781 # Unique id of the storage node. -name = manhole_2267_generated # Long name in the user interface. -manholeId = manhole_2267_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388732.687004_5860844.794781 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 943.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 946.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388755.953327_5860801.023036 # Unique id of the storage node. -name = manhole_2268_generated # Long name in the user interface. -manholeId = manhole_2268_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388755.953327_5860801.023036 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 949.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 952.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388778.233699_5860756.840240 # Unique id of the storage node. -name = manhole_2269_generated # Long name in the user interface. -manholeId = manhole_2269_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388778.233699_5860756.840240 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 949.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 952.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388792.950794_5860709.504264 # Unique id of the storage node. -name = manhole_2270_generated # Long name in the user interface. -manholeId = manhole_2270_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388792.950794_5860709.504264 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 949.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 952.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388807.667889_5860662.168288 # Unique id of the storage node. -name = manhole_2271_generated # Long name in the user interface. -manholeId = manhole_2271_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388807.667889_5860662.168288 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 950.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 953.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388819.224423_5860613.968191 # Unique id of the storage node. -name = manhole_2272_generated # Long name in the user interface. -manholeId = manhole_2272_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388819.224423_5860613.968191 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 950.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 953.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388830.638255_5860565.729079 # Unique id of the storage node. -name = manhole_2273_generated # Long name in the user interface. -manholeId = manhole_2273_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388830.638255_5860565.729079 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 952.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 955.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388842.052087_5860517.489966 # Unique id of the storage node. -name = manhole_2274_generated # Long name in the user interface. -manholeId = manhole_2274_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388842.052087_5860517.489966 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 952.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 955.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388862.776240_5860472.578981 # Unique id of the storage node. -name = manhole_2275_generated # Long name in the user interface. -manholeId = manhole_2275_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388862.776240_5860472.578981 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 952.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 955.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388884.529400_5860428.035884 # Unique id of the storage node. -name = manhole_2276_generated # Long name in the user interface. -manholeId = manhole_2276_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388884.529400_5860428.035884 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 961.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 964.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388906.282638_5860383.492824 # Unique id of the storage node. -name = manhole_2277_generated # Long name in the user interface. -manholeId = manhole_2277_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388906.282638_5860383.492824 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 948.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 951.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388933.946376_5860342.419800 # Unique id of the storage node. -name = manhole_2278_generated # Long name in the user interface. -manholeId = manhole_2278_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388933.946376_5860342.419800 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 948.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 951.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388962.240716_5860301.717001 # Unique id of the storage node. -name = manhole_2279_generated # Long name in the user interface. -manholeId = manhole_2279_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388962.240716_5860301.717001 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 948.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 951.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386825.198348_5859175.156894 # Unique id of the storage node. -name = manhole_2280_generated # Long name in the user interface. -manholeId = manhole_2280_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386825.198348_5859175.156894 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 749.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 752.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386779.333999_5859189.448422 # Unique id of the storage node. -name = manhole_2281_generated # Long name in the user interface. -manholeId = manhole_2281_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386779.333999_5859189.448422 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 749.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 752.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386733.445003_5859203.660137 # Unique id of the storage node. -name = manhole_2282_generated # Long name in the user interface. -manholeId = manhole_2282_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386733.445003_5859203.660137 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 735.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 738.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386687.508547_5859217.718168 # Unique id of the storage node. -name = manhole_2283_generated # Long name in the user interface. -manholeId = manhole_2283_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386687.508547_5859217.718168 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 735.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 738.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386641.572090_5859231.776199 # Unique id of the storage node. -name = manhole_2284_generated # Long name in the user interface. -manholeId = manhole_2284_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386641.572090_5859231.776199 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 760.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 763.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386595.451642_5859245.168246 # Unique id of the storage node. -name = manhole_2285_generated # Long name in the user interface. -manholeId = manhole_2285_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386595.451642_5859245.168246 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 760.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 763.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386548.813361_5859256.685926 # Unique id of the storage node. -name = manhole_2286_generated # Long name in the user interface. -manholeId = manhole_2286_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386548.813361_5859256.685926 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 751.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 754.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386502.175079_5859268.203606 # Unique id of the storage node. -name = manhole_2287_generated # Long name in the user interface. -manholeId = manhole_2287_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386502.175079_5859268.203606 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 751.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 754.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386455.354357_5859278.943274 # Unique id of the storage node. -name = manhole_2288_generated # Long name in the user interface. -manholeId = manhole_2288_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386455.354357_5859278.943274 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 739.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 742.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386408.879240_5859290.671230 # Unique id of the storage node. -name = manhole_2289_generated # Long name in the user interface. -manholeId = manhole_2289_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386408.879240_5859290.671230 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 739.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 742.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386364.691369_5859309.518466 # Unique id of the storage node. -name = manhole_2290_generated # Long name in the user interface. -manholeId = manhole_2290_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386364.691369_5859309.518466 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 714.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 717.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386320.503498_5859328.365702 # Unique id of the storage node. -name = manhole_2291_generated # Long name in the user interface. -manholeId = manhole_2291_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386320.503498_5859328.365702 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 714.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 717.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386273.173812_5859335.365460 # Unique id of the storage node. -name = manhole_2292_generated # Long name in the user interface. -manholeId = manhole_2292_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386273.173812_5859335.365460 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 708.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 711.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388922.246059_5860458.418739 # Unique id of the storage node. -name = manhole_2293_generated # Long name in the user interface. -manholeId = manhole_2293_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388922.246059_5860458.418739 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 950.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 953.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388900.295978_5860503.075898 # Unique id of the storage node. -name = manhole_2294_generated # Long name in the user interface. -manholeId = manhole_2294_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388900.295978_5860503.075898 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 950.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 953.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388878.345897_5860547.733057 # Unique id of the storage node. -name = manhole_2295_generated # Long name in the user interface. -manholeId = manhole_2295_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388878.345897_5860547.733057 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 952.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 955.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388856.887740_5860592.570928 # Unique id of the storage node. -name = manhole_2296_generated # Long name in the user interface. -manholeId = manhole_2296_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388856.887740_5860592.570928 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 950.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 953.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388853.076020_5860641.795407 # Unique id of the storage node. -name = manhole_2297_generated # Long name in the user interface. -manholeId = manhole_2297_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388853.076020_5860641.795407 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 950.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 953.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388856.119827_5860691.462329 # Unique id of the storage node. -name = manhole_2298_generated # Long name in the user interface. -manholeId = manhole_2298_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388856.119827_5860691.462329 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 950.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 953.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388859.163634_5860741.129251 # Unique id of the storage node. -name = manhole_2299_generated # Long name in the user interface. -manholeId = manhole_2299_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388859.163634_5860741.129251 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 949.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 952.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388862.207441_5860790.796173 # Unique id of the storage node. -name = manhole_2300_generated # Long name in the user interface. -manholeId = manhole_2300_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388862.207441_5860790.796173 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 949.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 952.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388866.356326_5860840.344227 # Unique id of the storage node. -name = manhole_2301_generated # Long name in the user interface. -manholeId = manhole_2301_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388866.356326_5860840.344227 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 942.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 945.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388873.944741_5860889.522310 # Unique id of the storage node. -name = manhole_2302_generated # Long name in the user interface. -manholeId = manhole_2302_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388873.944741_5860889.522310 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 942.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 945.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388883.174273_5860938.398467 # Unique id of the storage node. -name = manhole_2303_generated # Long name in the user interface. -manholeId = manhole_2303_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388883.174273_5860938.398467 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 942.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 945.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388890.216841_5860987.212369 # Unique id of the storage node. -name = manhole_2304_generated # Long name in the user interface. -manholeId = manhole_2304_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388890.216841_5860987.212369 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 934.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 937.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388884.322195_5861036.622095 # Unique id of the storage node. -name = manhole_2305_generated # Long name in the user interface. -manholeId = manhole_2305_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388884.322195_5861036.622095 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 934.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 937.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388878.427549_5861086.031821 # Unique id of the storage node. -name = manhole_2306_generated # Long name in the user interface. -manholeId = manhole_2306_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388878.427549_5861086.031821 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 934.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 937.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388872.532903_5861135.441547 # Unique id of the storage node. -name = manhole_2307_generated # Long name in the user interface. -manholeId = manhole_2307_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388872.532903_5861135.441547 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 927.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 930.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388866.638257_5861184.851273 # Unique id of the storage node. -name = manhole_2308_generated # Long name in the user interface. -manholeId = manhole_2308_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388866.638257_5861184.851273 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 927.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 930.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388854.620841_5861232.489913 # Unique id of the storage node. -name = manhole_2309_generated # Long name in the user interface. -manholeId = manhole_2309_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388854.620841_5861232.489913 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 927.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 930.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388833.227561_5861277.416469 # Unique id of the storage node. -name = manhole_2310_generated # Long name in the user interface. -manholeId = manhole_2310_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388833.227561_5861277.416469 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 923.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 926.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388811.834282_5861322.343026 # Unique id of the storage node. -name = manhole_2311_generated # Long name in the user interface. -manholeId = manhole_2311_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388811.834282_5861322.343026 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 923.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 926.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388790.441002_5861367.269582 # Unique id of the storage node. -name = manhole_2312_generated # Long name in the user interface. -manholeId = manhole_2312_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388790.441002_5861367.269582 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 928.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 931.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388769.047723_5861412.196139 # Unique id of the storage node. -name = manhole_2313_generated # Long name in the user interface. -manholeId = manhole_2313_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388769.047723_5861412.196139 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 919.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 922.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388747.654444_5861457.122695 # Unique id of the storage node. -name = manhole_2314_generated # Long name in the user interface. -manholeId = manhole_2314_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388747.654444_5861457.122695 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 919.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 922.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388725.026127_5861501.410492 # Unique id of the storage node. -name = manhole_2315_generated # Long name in the user interface. -manholeId = manhole_2315_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388725.026127_5861501.410492 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 919.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 922.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388700.725248_5861544.833242 # Unique id of the storage node. -name = manhole_2316_generated # Long name in the user interface. -manholeId = manhole_2316_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388700.725248_5861544.833242 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 897.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 900.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388676.424370_5861588.255991 # Unique id of the storage node. -name = manhole_2317_generated # Long name in the user interface. -manholeId = manhole_2317_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388676.424370_5861588.255991 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 897.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 900.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388632.324465_5861606.441272 # Unique id of the storage node. -name = manhole_2318_generated # Long name in the user interface. -manholeId = manhole_2318_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388632.324465_5861606.441272 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 897.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 900.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388583.463808_5861611.105615 # Unique id of the storage node. -name = manhole_2319_generated # Long name in the user interface. -manholeId = manhole_2319_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388583.463808_5861611.105615 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 895.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 898.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388534.764013_5861604.222018 # Unique id of the storage node. -name = manhole_2320_generated # Long name in the user interface. -manholeId = manhole_2320_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388534.764013_5861604.222018 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 895.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 898.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388489.566489_5861583.407318 # Unique id of the storage node. -name = manhole_2321_generated # Long name in the user interface. -manholeId = manhole_2321_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388489.566489_5861583.407318 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 900.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 903.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388444.204916_5861563.162508 # Unique id of the storage node. -name = manhole_2322_generated # Long name in the user interface. -manholeId = manhole_2322_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388444.204916_5861563.162508 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 900.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 903.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388394.858231_5861556.761521 # Unique id of the storage node. -name = manhole_2323_generated # Long name in the user interface. -manholeId = manhole_2323_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388394.858231_5861556.761521 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 903.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 906.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388350.680838_5861570.408674 # Unique id of the storage node. -name = manhole_2324_generated # Long name in the user interface. -manholeId = manhole_2324_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388350.680838_5861570.408674 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 903.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 906.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388310.581733_5861599.872714 # Unique id of the storage node. -name = manhole_2325_generated # Long name in the user interface. -manholeId = manhole_2325_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388310.581733_5861599.872714 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 897.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 900.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388271.039626_5861629.969603 # Unique id of the storage node. -name = manhole_2326_generated # Long name in the user interface. -manholeId = manhole_2326_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388271.039626_5861629.969603 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 897.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 900.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388236.722210_5861666.002684 # Unique id of the storage node. -name = manhole_2327_generated # Long name in the user interface. -manholeId = manhole_2327_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388236.722210_5861666.002684 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 887.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 890.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388202.404795_5861702.035764 # Unique id of the storage node. -name = manhole_2328_generated # Long name in the user interface. -manholeId = manhole_2328_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388202.404795_5861702.035764 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 887.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 890.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388168.087379_5861738.068845 # Unique id of the storage node. -name = manhole_2329_generated # Long name in the user interface. -manholeId = manhole_2329_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388168.087379_5861738.068845 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 887.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 890.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388133.769964_5861774.101925 # Unique id of the storage node. -name = manhole_2330_generated # Long name in the user interface. -manholeId = manhole_2330_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388133.769964_5861774.101925 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 882.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 885.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388099.452549_5861810.135005 # Unique id of the storage node. -name = manhole_2331_generated # Long name in the user interface. -manholeId = manhole_2331_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388099.452549_5861810.135005 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 871.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 874.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388065.135133_5861846.168086 # Unique id of the storage node. -name = manhole_2332_generated # Long name in the user interface. -manholeId = manhole_2332_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388065.135133_5861846.168086 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 871.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 874.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388022.995197_5861866.899685 # Unique id of the storage node. -name = manhole_2333_generated # Long name in the user interface. -manholeId = manhole_2333_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388022.995197_5861866.899685 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 859.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 862.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387973.690500_5861873.616436 # Unique id of the storage node. -name = manhole_2334_generated # Long name in the user interface. -manholeId = manhole_2334_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387973.690500_5861873.616436 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 859.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 862.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387924.470484_5861880.906597 # Unique id of the storage node. -name = manhole_2335_generated # Long name in the user interface. -manholeId = manhole_2335_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387924.470484_5861880.906597 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 856.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 859.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387877.962617_5861896.157046 # Unique id of the storage node. -name = manhole_2336_generated # Long name in the user interface. -manholeId = manhole_2336_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387877.962617_5861896.157046 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 856.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 859.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387917.070526_5861911.915830 # Unique id of the storage node. -name = manhole_2337_generated # Long name in the user interface. -manholeId = manhole_2337_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387917.070526_5861911.915830 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 856.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 859.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387966.654668_5861916.096835 # Unique id of the storage node. -name = manhole_2338_generated # Long name in the user interface. -manholeId = manhole_2338_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387966.654668_5861916.096835 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 856.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 859.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388016.318006_5861919.063731 # Unique id of the storage node. -name = manhole_2339_generated # Long name in the user interface. -manholeId = manhole_2339_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388016.318006_5861919.063731 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 843.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 846.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388066.025121_5861921.359511 # Unique id of the storage node. -name = manhole_2340_generated # Long name in the user interface. -manholeId = manhole_2340_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388066.025121_5861921.359511 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 847.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 850.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388115.732235_5861923.655290 # Unique id of the storage node. -name = manhole_2341_generated # Long name in the user interface. -manholeId = manhole_2341_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388115.732235_5861923.655290 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 847.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 850.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388161.130695_5861931.457672 # Unique id of the storage node. -name = manhole_2342_generated # Long name in the user interface. -manholeId = manhole_2342_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388161.130695_5861931.457672 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 846.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 849.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388139.871224_5861964.082641 # Unique id of the storage node. -name = manhole_2343_generated # Long name in the user interface. -manholeId = manhole_2343_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388139.871224_5861964.082641 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 847.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 850.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388090.726846_5861957.769498 # Unique id of the storage node. -name = manhole_2344_generated # Long name in the user interface. -manholeId = manhole_2344_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388090.726846_5861957.769498 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 847.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 850.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388049.339105_5861983.736727 # Unique id of the storage node. -name = manhole_2345_generated # Long name in the user interface. -manholeId = manhole_2345_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388049.339105_5861983.736727 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 843.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 846.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1388024.713076_5862026.975906 # Unique id of the storage node. -name = manhole_2346_generated # Long name in the user interface. -manholeId = manhole_2346_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1388024.713076_5862026.975906 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 843.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 846.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387980.016218_5862047.702198 # Unique id of the storage node. -name = manhole_2347_generated # Long name in the user interface. -manholeId = manhole_2347_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387980.016218_5862047.702198 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 843.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 846.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387931.906731_5862056.853297 # Unique id of the storage node. -name = manhole_2348_generated # Long name in the user interface. -manholeId = manhole_2348_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387931.906731_5862056.853297 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 790.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 793.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387882.187313_5862058.865105 # Unique id of the storage node. -name = manhole_2349_generated # Long name in the user interface. -manholeId = manhole_2349_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387882.187313_5862058.865105 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 790.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 793.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387832.722497_5862057.341085 # Unique id of the storage node. -name = manhole_2350_generated # Long name in the user interface. -manholeId = manhole_2350_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387832.722497_5862057.341085 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 790.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 793.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387783.804231_5862048.226751 # Unique id of the storage node. -name = manhole_2351_generated # Long name in the user interface. -manholeId = manhole_2351_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387783.804231_5862048.226751 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 827.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 830.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387734.885964_5862039.112416 # Unique id of the storage node. -name = manhole_2352_generated # Long name in the user interface. -manholeId = manhole_2352_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387734.885964_5862039.112416 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 814.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 817.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387685.967698_5862029.998082 # Unique id of the storage node. -name = manhole_2353_generated # Long name in the user interface. -manholeId = manhole_2353_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387685.967698_5862029.998082 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 810.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 813.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387637.036116_5862020.957141 # Unique id of the storage node. -name = manhole_2354_generated # Long name in the user interface. -manholeId = manhole_2354_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387637.036116_5862020.957141 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 810.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 813.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387588.033850_5862012.305794 # Unique id of the storage node. -name = manhole_2355_generated # Long name in the user interface. -manholeId = manhole_2355_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387588.033850_5862012.305794 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387539.031583_5862003.654448 # Unique id of the storage node. -name = manhole_2356_generated # Long name in the user interface. -manholeId = manhole_2356_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387539.031583_5862003.654448 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 804.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 807.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387490.029317_5861995.003102 # Unique id of the storage node. -name = manhole_2357_generated # Long name in the user interface. -manholeId = manhole_2357_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387490.029317_5861995.003102 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 790.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 793.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387440.720368_5861989.908139 # Unique id of the storage node. -name = manhole_2358_generated # Long name in the user interface. -manholeId = manhole_2358_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387440.720368_5861989.908139 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 790.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 793.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387390.960447_5861990.042768 # Unique id of the storage node. -name = manhole_2359_generated # Long name in the user interface. -manholeId = manhole_2359_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387390.960447_5861990.042768 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 767.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 770.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387341.200525_5861990.177397 # Unique id of the storage node. -name = manhole_2360_generated # Long name in the user interface. -manholeId = manhole_2360_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387341.200525_5861990.177397 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 767.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 770.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387291.440604_5861990.312027 # Unique id of the storage node. -name = manhole_2361_generated # Long name in the user interface. -manholeId = manhole_2361_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387291.440604_5861990.312027 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 746.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 749.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387246.706285_5861974.212806 # Unique id of the storage node. -name = manhole_2362_generated # Long name in the user interface. -manholeId = manhole_2362_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387246.706285_5861974.212806 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 746.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 749.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387205.725989_5861945.987229 # Unique id of the storage node. -name = manhole_2363_generated # Long name in the user interface. -manholeId = manhole_2363_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387205.725989_5861945.987229 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 744.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 747.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387164.745692_5861917.761652 # Unique id of the storage node. -name = manhole_2364_generated # Long name in the user interface. -manholeId = manhole_2364_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387164.745692_5861917.761652 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 768.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 771.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387115.569934_5861911.215812 # Unique id of the storage node. -name = manhole_2365_generated # Long name in the user interface. -manholeId = manhole_2365_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387115.569934_5861911.215812 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 761.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 764.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387066.165866_5861905.273926 # Unique id of the storage node. -name = manhole_2366_generated # Long name in the user interface. -manholeId = manhole_2366_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387066.165866_5861905.273926 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 761.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 764.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387016.666836_5861900.238133 # Unique id of the storage node. -name = manhole_2367_generated # Long name in the user interface. -manholeId = manhole_2367_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387016.666836_5861900.238133 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 744.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 747.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386975.698310_5861874.842493 # Unique id of the storage node. -name = manhole_2368_generated # Long name in the user interface. -manholeId = manhole_2368_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386975.698310_5861874.842493 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 744.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 747.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386937.286020_5861843.210803 # Unique id of the storage node. -name = manhole_2369_generated # Long name in the user interface. -manholeId = manhole_2369_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386937.286020_5861843.210803 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 736.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 739.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386898.873729_5861811.579113 # Unique id of the storage node. -name = manhole_2370_generated # Long name in the user interface. -manholeId = manhole_2370_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386898.873729_5861811.579113 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 736.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 739.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386860.461439_5861779.947422 # Unique id of the storage node. -name = manhole_2371_generated # Long name in the user interface. -manholeId = manhole_2371_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386860.461439_5861779.947422 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 752.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 755.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386822.049149_5861748.315732 # Unique id of the storage node. -name = manhole_2372_generated # Long name in the user interface. -manholeId = manhole_2372_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386822.049149_5861748.315732 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 742.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 745.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386774.418702_5861733.958942 # Unique id of the storage node. -name = manhole_2373_generated # Long name in the user interface. -manholeId = manhole_2373_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386774.418702_5861733.958942 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 742.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 745.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386726.757215_5861719.660322 # Unique id of the storage node. -name = manhole_2374_generated # Long name in the user interface. -manholeId = manhole_2374_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386726.757215_5861719.660322 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386681.211288_5861700.510516 # Unique id of the storage node. -name = manhole_2375_generated # Long name in the user interface. -manholeId = manhole_2375_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386681.211288_5861700.510516 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386655.081909_5861659.807658 # Unique id of the storage node. -name = manhole_2376_generated # Long name in the user interface. -manholeId = manhole_2376_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386655.081909_5861659.807658 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 774.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 777.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386647.411753_5861610.757949 # Unique id of the storage node. -name = manhole_2377_generated # Long name in the user interface. -manholeId = manhole_2377_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386647.411753_5861610.757949 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 755.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 758.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386641.745189_5861561.363540 # Unique id of the storage node. -name = manhole_2378_generated # Long name in the user interface. -manholeId = manhole_2378_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386641.745189_5861561.363540 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 755.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 758.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386642.371349_5861511.607376 # Unique id of the storage node. -name = manhole_2379_generated # Long name in the user interface. -manholeId = manhole_2379_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386642.371349_5861511.607376 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 729.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 732.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386642.997509_5861461.851213 # Unique id of the storage node. -name = manhole_2380_generated # Long name in the user interface. -manholeId = manhole_2380_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386642.997509_5861461.851213 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 729.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 732.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386643.623669_5861412.095049 # Unique id of the storage node. -name = manhole_2381_generated # Long name in the user interface. -manholeId = manhole_2381_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386643.623669_5861412.095049 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 729.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 732.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386060.978602_5859873.390329 # Unique id of the storage node. -name = manhole_2382_generated # Long name in the user interface. -manholeId = manhole_2382_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386060.978602_5859873.390329 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386078.544554_5859857.065600 # Unique id of the storage node. -name = manhole_2383_generated # Long name in the user interface. -manholeId = manhole_2383_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386078.544554_5859857.065600 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386079.866959_5859885.500409 # Unique id of the storage node. -name = manhole_2384_generated # Long name in the user interface. -manholeId = manhole_2384_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386079.866959_5859885.500409 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386030.926458_5859869.881591 # Unique id of the storage node. -name = manhole_2385_generated # Long name in the user interface. -manholeId = manhole_2385_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386030.926458_5859869.881591 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 777.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 780.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386043.381106_5859908.119292 # Unique id of the storage node. -name = manhole_2386_generated # Long name in the user interface. -manholeId = manhole_2386_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386043.381106_5859908.119292 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 763.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 766.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386081.403634_5859934.756706 # Unique id of the storage node. -name = manhole_2387_generated # Long name in the user interface. -manholeId = manhole_2387_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386081.403634_5859934.756706 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 763.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 766.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386080.471782_5859983.948014 # Unique id of the storage node. -name = manhole_2388_generated # Long name in the user interface. -manholeId = manhole_2388_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386080.471782_5859983.948014 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 763.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 766.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386081.101270_5860033.019892 # Unique id of the storage node. -name = manhole_2389_generated # Long name in the user interface. -manholeId = manhole_2389_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386081.101270_5860033.019892 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 753.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 756.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386051.415039_5859913.714704 # Unique id of the storage node. -name = manhole_2390_generated # Long name in the user interface. -manholeId = manhole_2390_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386051.415039_5859913.714704 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 763.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 766.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386056.753748_5859949.432773 # Unique id of the storage node. -name = manhole_2391_generated # Long name in the user interface. -manholeId = manhole_2391_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386056.753748_5859949.432773 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 763.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 766.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386070.153564_5859990.873222 # Unique id of the storage node. -name = manhole_2392_generated # Long name in the user interface. -manholeId = manhole_2392_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386070.153564_5859990.873222 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 763.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 766.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386095.159511_5860079.476792 # Unique id of the storage node. -name = manhole_2393_generated # Long name in the user interface. -manholeId = manhole_2393_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386095.159511_5860079.476792 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 753.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 756.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386119.249575_5860122.285581 # Unique id of the storage node. -name = manhole_2394_generated # Long name in the user interface. -manholeId = manhole_2394_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386119.249575_5860122.285581 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 717.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 720.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386143.813146_5860164.822059 # Unique id of the storage node. -name = manhole_2395_generated # Long name in the user interface. -manholeId = manhole_2395_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386143.813146_5860164.822059 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 717.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 720.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386168.698390_5860207.173543 # Unique id of the storage node. -name = manhole_2396_generated # Long name in the user interface. -manholeId = manhole_2396_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386168.698390_5860207.173543 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 729.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 732.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386190.960879_5860250.914159 # Unique id of the storage node. -name = manhole_2397_generated # Long name in the user interface. -manholeId = manhole_2397_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386190.960879_5860250.914159 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 729.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 732.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386212.013376_5860295.295641 # Unique id of the storage node. -name = manhole_2398_generated # Long name in the user interface. -manholeId = manhole_2398_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386212.013376_5860295.295641 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 717.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 720.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386233.065874_5860339.677123 # Unique id of the storage node. -name = manhole_2399_generated # Long name in the user interface. -manholeId = manhole_2399_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386233.065874_5860339.677123 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 726.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 729.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386254.118372_5860384.058605 # Unique id of the storage node. -name = manhole_2400_generated # Long name in the user interface. -manholeId = manhole_2400_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386254.118372_5860384.058605 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 726.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 729.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386270.265550_5860430.368607 # Unique id of the storage node. -name = manhole_2401_generated # Long name in the user interface. -manholeId = manhole_2401_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386270.265550_5860430.368607 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 726.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 729.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386284.690117_5860477.310511 # Unique id of the storage node. -name = manhole_2402_generated # Long name in the user interface. -manholeId = manhole_2402_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386284.690117_5860477.310511 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 743.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 746.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386295.943752_5860525.125564 # Unique id of the storage node. -name = manhole_2403_generated # Long name in the user interface. -manholeId = manhole_2403_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386295.943752_5860525.125564 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 743.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 746.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386307.197388_5860572.940617 # Unique id of the storage node. -name = manhole_2404_generated # Long name in the user interface. -manholeId = manhole_2404_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386307.197388_5860572.940617 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 717.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 720.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386318.451024_5860620.755670 # Unique id of the storage node. -name = manhole_2405_generated # Long name in the user interface. -manholeId = manhole_2405_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386318.451024_5860620.755670 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 717.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 720.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386329.704660_5860668.570723 # Unique id of the storage node. -name = manhole_2406_generated # Long name in the user interface. -manholeId = manhole_2406_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386329.704660_5860668.570723 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 717.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 720.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386340.958295_5860716.385776 # Unique id of the storage node. -name = manhole_2407_generated # Long name in the user interface. -manholeId = manhole_2407_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386340.958295_5860716.385776 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 734.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 737.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386352.211931_5860764.200829 # Unique id of the storage node. -name = manhole_2408_generated # Long name in the user interface. -manholeId = manhole_2408_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386352.211931_5860764.200829 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 734.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 737.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386365.771370_5860811.365820 # Unique id of the storage node. -name = manhole_2409_generated # Long name in the user interface. -manholeId = manhole_2409_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386365.771370_5860811.365820 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 734.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 737.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386381.150273_5860858.017861 # Unique id of the storage node. -name = manhole_2410_generated # Long name in the user interface. -manholeId = manhole_2410_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386381.150273_5860858.017861 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 741.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 744.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386398.399082_5860903.951519 # Unique id of the storage node. -name = manhole_2411_generated # Long name in the user interface. -manholeId = manhole_2411_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386398.399082_5860903.951519 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386418.211524_5860948.900276 # Unique id of the storage node. -name = manhole_2412_generated # Long name in the user interface. -manholeId = manhole_2412_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386418.211524_5860948.900276 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386441.678376_5860992.033180 # Unique id of the storage node. -name = manhole_2413_generated # Long name in the user interface. -manholeId = manhole_2413_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386441.678376_5860992.033180 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386465.536531_5861034.971649 # Unique id of the storage node. -name = manhole_2414_generated # Long name in the user interface. -manholeId = manhole_2414_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386465.536531_5861034.971649 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386489.394685_5861077.910117 # Unique id of the storage node. -name = manhole_2415_generated # Long name in the user interface. -manholeId = manhole_2415_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386489.394685_5861077.910117 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386513.252840_5861120.848586 # Unique id of the storage node. -name = manhole_2416_generated # Long name in the user interface. -manholeId = manhole_2416_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386513.252840_5861120.848586 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386537.110994_5861163.787054 # Unique id of the storage node. -name = manhole_2417_generated # Long name in the user interface. -manholeId = manhole_2417_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386537.110994_5861163.787054 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386560.969149_5861206.725522 # Unique id of the storage node. -name = manhole_2418_generated # Long name in the user interface. -manholeId = manhole_2418_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386560.969149_5861206.725522 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386584.827303_5861249.663991 # Unique id of the storage node. -name = manhole_2419_generated # Long name in the user interface. -manholeId = manhole_2419_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386584.827303_5861249.663991 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386607.696082_5861293.105181 # Unique id of the storage node. -name = manhole_2420_generated # Long name in the user interface. -manholeId = manhole_2420_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386607.696082_5861293.105181 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386626.999141_5861338.164891 # Unique id of the storage node. -name = manhole_2421_generated # Long name in the user interface. -manholeId = manhole_2421_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386626.999141_5861338.164891 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386632.635545_5861386.242181 # Unique id of the storage node. -name = manhole_2422_generated # Long name in the user interface. -manholeId = manhole_2422_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386632.635545_5861386.242181 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 729.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 732.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386628.332881_5861435.174897 # Unique id of the storage node. -name = manhole_2423_generated # Long name in the user interface. -manholeId = manhole_2423_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386628.332881_5861435.174897 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 729.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 732.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386624.030218_5861484.107613 # Unique id of the storage node. -name = manhole_2424_generated # Long name in the user interface. -manholeId = manhole_2424_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386624.030218_5861484.107613 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 729.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 732.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386619.727554_5861533.040329 # Unique id of the storage node. -name = manhole_2425_generated # Long name in the user interface. -manholeId = manhole_2425_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386619.727554_5861533.040329 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 755.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 758.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386620.396810_5861581.843450 # Unique id of the storage node. -name = manhole_2426_generated # Long name in the user interface. -manholeId = manhole_2426_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386620.396810_5861581.843450 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 755.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 758.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386627.242797_5861630.485572 # Unique id of the storage node. -name = manhole_2427_generated # Long name in the user interface. -manholeId = manhole_2427_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386627.242797_5861630.485572 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 755.7999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 758.7999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386633.497010_5861679.177459 # Unique id of the storage node. -name = manhole_2428_generated # Long name in the user interface. -manholeId = manhole_2428_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386633.497010_5861679.177459 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 774.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 777.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386633.587327_5861728.232038 # Unique id of the storage node. -name = manhole_2429_generated # Long name in the user interface. -manholeId = manhole_2429_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386633.587327_5861728.232038 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 774.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 777.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386628.569952_5861777.096642 # Unique id of the storage node. -name = manhole_2430_generated # Long name in the user interface. -manholeId = manhole_2430_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386628.569952_5861777.096642 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 774.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 777.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386623.552577_5861825.961246 # Unique id of the storage node. -name = manhole_2431_generated # Long name in the user interface. -manholeId = manhole_2431_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386623.552577_5861825.961246 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 784.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 787.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386622.452885_5861875.377416 # Unique id of the storage node. -name = manhole_2432_generated # Long name in the user interface. -manholeId = manhole_2432_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386622.452885_5861875.377416 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 784.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 787.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386630.050832_5861924.208797 # Unique id of the storage node. -name = manhole_2433_generated # Long name in the user interface. -manholeId = manhole_2433_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386630.050832_5861924.208797 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 765.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 768.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386645.112437_5861971.295392 # Unique id of the storage node. -name = manhole_2434_generated # Long name in the user interface. -manholeId = manhole_2434_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386645.112437_5861971.295392 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 765.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 768.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386663.826806_5862017.116110 # Unique id of the storage node. -name = manhole_2435_generated # Long name in the user interface. -manholeId = manhole_2435_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386663.826806_5862017.116110 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 765.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 768.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386682.541174_5862062.936827 # Unique id of the storage node. -name = manhole_2436_generated # Long name in the user interface. -manholeId = manhole_2436_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386682.541174_5862062.936827 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 726.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 729.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386700.357505_5862109.113540 # Unique id of the storage node. -name = manhole_2437_generated # Long name in the user interface. -manholeId = manhole_2437_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386700.357505_5862109.113540 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 726.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 729.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386718.120610_5862155.311353 # Unique id of the storage node. -name = manhole_2438_generated # Long name in the user interface. -manholeId = manhole_2438_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386718.120610_5862155.311353 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 726.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 729.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386735.883715_5862201.509165 # Unique id of the storage node. -name = manhole_2439_generated # Long name in the user interface. -manholeId = manhole_2439_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386735.883715_5862201.509165 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386757.522535_5862245.993861 # Unique id of the storage node. -name = manhole_2440_generated # Long name in the user interface. -manholeId = manhole_2440_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386757.522535_5862245.993861 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386779.730984_5862290.226774 # Unique id of the storage node. -name = manhole_2441_generated # Long name in the user interface. -manholeId = manhole_2441_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386779.730984_5862290.226774 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386802.545179_5862334.095373 # Unique id of the storage node. -name = manhole_2442_generated # Long name in the user interface. -manholeId = manhole_2442_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386802.545179_5862334.095373 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386831.207994_5862374.446443 # Unique id of the storage node. -name = manhole_2443_generated # Long name in the user interface. -manholeId = manhole_2443_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386831.207994_5862374.446443 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 721.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 724.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386859.988486_5862414.708454 # Unique id of the storage node. -name = manhole_2444_generated # Long name in the user interface. -manholeId = manhole_2444_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386859.988486_5862414.708454 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 734.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 737.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386891.035651_5862453.255040 # Unique id of the storage node. -name = manhole_2445_generated # Long name in the user interface. -manholeId = manhole_2445_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386891.035651_5862453.255040 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 734.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 737.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386922.082817_5862491.801626 # Unique id of the storage node. -name = manhole_2446_generated # Long name in the user interface. -manholeId = manhole_2446_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386922.082817_5862491.801626 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 740.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 743.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386953.129982_5862530.348212 # Unique id of the storage node. -name = manhole_2447_generated # Long name in the user interface. -manholeId = manhole_2447_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386953.129982_5862530.348212 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 753.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 756.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386984.177147_5862568.894798 # Unique id of the storage node. -name = manhole_2448_generated # Long name in the user interface. -manholeId = manhole_2448_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386984.177147_5862568.894798 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 753.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 756.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387010.831901_5862610.297833 # Unique id of the storage node. -name = manhole_2449_generated # Long name in the user interface. -manholeId = manhole_2449_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387010.831901_5862610.297833 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 758.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 761.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387033.474099_5862654.310294 # Unique id of the storage node. -name = manhole_2450_generated # Long name in the user interface. -manholeId = manhole_2450_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387033.474099_5862654.310294 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 758.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 761.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387056.116297_5862698.322754 # Unique id of the storage node. -name = manhole_2451_generated # Long name in the user interface. -manholeId = manhole_2451_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387056.116297_5862698.322754 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 767.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 770.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387078.758494_5862742.335214 # Unique id of the storage node. -name = manhole_2452_generated # Long name in the user interface. -manholeId = manhole_2452_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387078.758494_5862742.335214 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 762.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 765.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387101.400692_5862786.347674 # Unique id of the storage node. -name = manhole_2453_generated # Long name in the user interface. -manholeId = manhole_2453_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387101.400692_5862786.347674 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 762.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 765.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387124.783531_5862829.966972 # Unique id of the storage node. -name = manhole_2454_generated # Long name in the user interface. -manholeId = manhole_2454_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387124.783531_5862829.966972 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 762.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 765.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387148.551342_5862873.381911 # Unique id of the storage node. -name = manhole_2455_generated # Long name in the user interface. -manholeId = manhole_2455_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387148.551342_5862873.381911 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 761.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 764.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387176.029596_5862914.516765 # Unique id of the storage node. -name = manhole_2456_generated # Long name in the user interface. -manholeId = manhole_2456_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387176.029596_5862914.516765 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 761.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 764.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387204.050834_5862955.315436 # Unique id of the storage node. -name = manhole_2457_generated # Long name in the user interface. -manholeId = manhole_2457_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387204.050834_5862955.315436 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 761.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 764.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387233.152246_5862995.351339 # Unique id of the storage node. -name = manhole_2458_generated # Long name in the user interface. -manholeId = manhole_2458_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387233.152246_5862995.351339 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 766.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 769.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387262.253659_5863035.387242 # Unique id of the storage node. -name = manhole_2459_generated # Long name in the user interface. -manholeId = manhole_2459_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387262.253659_5863035.387242 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 769.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 772.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387289.177212_5863076.714860 # Unique id of the storage node. -name = manhole_2460_generated # Long name in the user interface. -manholeId = manhole_2460_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387289.177212_5863076.714860 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 769.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 772.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387304.666786_5863123.392671 # Unique id of the storage node. -name = manhole_2461_generated # Long name in the user interface. -manholeId = manhole_2461_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387304.666786_5863123.392671 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 769.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 772.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387314.520281_5863171.895174 # Unique id of the storage node. -name = manhole_2462_generated # Long name in the user interface. -manholeId = manhole_2462_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387314.520281_5863171.895174 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387324.142221_5863220.446013 # Unique id of the storage node. -name = manhole_2463_generated # Long name in the user interface. -manholeId = manhole_2463_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387324.142221_5863220.446013 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 774.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 777.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387333.764160_5863268.996853 # Unique id of the storage node. -name = manhole_2464_generated # Long name in the user interface. -manholeId = manhole_2464_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387333.764160_5863268.996853 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 777.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 780.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387343.386100_5863317.547693 # Unique id of the storage node. -name = manhole_2465_generated # Long name in the user interface. -manholeId = manhole_2465_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387343.386100_5863317.547693 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 777.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 780.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387353.008039_5863366.098533 # Unique id of the storage node. -name = manhole_2466_generated # Long name in the user interface. -manholeId = manhole_2466_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387353.008039_5863366.098533 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 777.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 780.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387364.066298_5863414.311535 # Unique id of the storage node. -name = manhole_2467_generated # Long name in the user interface. -manholeId = manhole_2467_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387364.066298_5863414.311535 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387381.839410_5863460.427046 # Unique id of the storage node. -name = manhole_2468_generated # Long name in the user interface. -manholeId = manhole_2468_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387381.839410_5863460.427046 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387403.429579_5863504.961006 # Unique id of the storage node. -name = manhole_2469_generated # Long name in the user interface. -manholeId = manhole_2469_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387403.429579_5863504.961006 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387425.140453_5863549.440256 # Unique id of the storage node. -name = manhole_2470_generated # Long name in the user interface. -manholeId = manhole_2470_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387425.140453_5863549.440256 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387446.851327_5863593.919507 # Unique id of the storage node. -name = manhole_2471_generated # Long name in the user interface. -manholeId = manhole_2471_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387446.851327_5863593.919507 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387467.528696_5863638.888380 # Unique id of the storage node. -name = manhole_2472_generated # Long name in the user interface. -manholeId = manhole_2472_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387467.528696_5863638.888380 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387488.196078_5863683.861984 # Unique id of the storage node. -name = manhole_2473_generated # Long name in the user interface. -manholeId = manhole_2473_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387488.196078_5863683.861984 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 771.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 774.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387508.863468_5863728.835585 # Unique id of the storage node. -name = manhole_2474_generated # Long name in the user interface. -manholeId = manhole_2474_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387508.863468_5863728.835585 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387529.531309_5863773.808978 # Unique id of the storage node. -name = manhole_2475_generated # Long name in the user interface. -manholeId = manhole_2475_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387529.531309_5863773.808978 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387553.168003_5863817.173475 # Unique id of the storage node. -name = manhole_2476_generated # Long name in the user interface. -manholeId = manhole_2476_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387553.168003_5863817.173475 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387579.562713_5863859.043334 # Unique id of the storage node. -name = manhole_2477_generated # Long name in the user interface. -manholeId = manhole_2477_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387579.562713_5863859.043334 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387605.957423_5863900.913192 # Unique id of the storage node. -name = manhole_2478_generated # Long name in the user interface. -manholeId = manhole_2478_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387605.957423_5863900.913192 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 774.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 777.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387632.352133_5863942.783051 # Unique id of the storage node. -name = manhole_2479_generated # Long name in the user interface. -manholeId = manhole_2479_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387632.352133_5863942.783051 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387658.746843_5863984.652909 # Unique id of the storage node. -name = manhole_2480_generated # Long name in the user interface. -manholeId = manhole_2480_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387658.746843_5863984.652909 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387685.893106_5864026.029538 # Unique id of the storage node. -name = manhole_2481_generated # Long name in the user interface. -manholeId = manhole_2481_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387685.893106_5864026.029538 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387711.231137_5864068.427257 # Unique id of the storage node. -name = manhole_2482_generated # Long name in the user interface. -manholeId = manhole_2482_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387711.231137_5864068.427257 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387731.020947_5864113.414904 # Unique id of the storage node. -name = manhole_2483_generated # Long name in the user interface. -manholeId = manhole_2483_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387731.020947_5864113.414904 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387737.361907_5864162.342262 # Unique id of the storage node. -name = manhole_2484_generated # Long name in the user interface. -manholeId = manhole_2484_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387737.361907_5864162.342262 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387732.727566_5864211.475180 # Unique id of the storage node. -name = manhole_2485_generated # Long name in the user interface. -manholeId = manhole_2485_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387732.727566_5864211.475180 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387717.678849_5864258.627082 # Unique id of the storage node. -name = manhole_2486_generated # Long name in the user interface. -manholeId = manhole_2486_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387717.678849_5864258.627082 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387709.672104_5864307.231276 # Unique id of the storage node. -name = manhole_2487_generated # Long name in the user interface. -manholeId = manhole_2487_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387709.672104_5864307.231276 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 759.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 762.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387707.112881_5864356.660176 # Unique id of the storage node. -name = manhole_2488_generated # Long name in the user interface. -manholeId = manhole_2488_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387707.112881_5864356.660176 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 765.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 768.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387709.591798_5864406.012949 # Unique id of the storage node. -name = manhole_2489_generated # Long name in the user interface. -manholeId = manhole_2489_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387709.591798_5864406.012949 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 765.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 768.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387713.643261_5864455.341961 # Unique id of the storage node. -name = manhole_2490_generated # Long name in the user interface. -manholeId = manhole_2490_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387713.643261_5864455.341961 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 765.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 768.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387715.877522_5864504.642318 # Unique id of the storage node. -name = manhole_2491_generated # Long name in the user interface. -manholeId = manhole_2491_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387715.877522_5864504.642318 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 774.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 777.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387708.680233_5864553.426558 # Unique id of the storage node. -name = manhole_2492_generated # Long name in the user interface. -manholeId = manhole_2492_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387708.680233_5864553.426558 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 774.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 777.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387690.790251_5864599.575386 # Unique id of the storage node. -name = manhole_2493_generated # Long name in the user interface. -manholeId = manhole_2493_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387690.790251_5864599.575386 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 774.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 777.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387672.900269_5864645.724214 # Unique id of the storage node. -name = manhole_2494_generated # Long name in the user interface. -manholeId = manhole_2494_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387672.900269_5864645.724214 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 807.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 810.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387659.931900_5864692.983886 # Unique id of the storage node. -name = manhole_2495_generated # Long name in the user interface. -manholeId = manhole_2495_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387659.931900_5864692.983886 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 807.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 810.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387659.223570_5864742.029465 # Unique id of the storage node. -name = manhole_2496_generated # Long name in the user interface. -manholeId = manhole_2496_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387659.223570_5864742.029465 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 807.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 810.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387675.926897_5864788.273514 # Unique id of the storage node. -name = manhole_2497_generated # Long name in the user interface. -manholeId = manhole_2497_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387675.926897_5864788.273514 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 806.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 809.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387702.296292_5864830.159320 # Unique id of the storage node. -name = manhole_2498_generated # Long name in the user interface. -manholeId = manhole_2498_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387702.296292_5864830.159320 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 771.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 774.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387728.665687_5864872.045127 # Unique id of the storage node. -name = manhole_2499_generated # Long name in the user interface. -manholeId = manhole_2499_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387728.665687_5864872.045127 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 771.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 774.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387751.608185_5864915.528789 # Unique id of the storage node. -name = manhole_2500_generated # Long name in the user interface. -manholeId = manhole_2500_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387751.608185_5864915.528789 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 779.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 782.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387766.741665_5864962.653555 # Unique id of the storage node. -name = manhole_2501_generated # Long name in the user interface. -manholeId = manhole_2501_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387766.741665_5864962.653555 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 779.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 782.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387778.991920_5865010.246724 # Unique id of the storage node. -name = manhole_2502_generated # Long name in the user interface. -manholeId = manhole_2502_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387778.991920_5865010.246724 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 779.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 782.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387779.554608_5865059.738634 # Unique id of the storage node. -name = manhole_2503_generated # Long name in the user interface. -manholeId = manhole_2503_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387779.554608_5865059.738634 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 817.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 820.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387780.117297_5865109.230544 # Unique id of the storage node. -name = manhole_2504_generated # Long name in the user interface. -manholeId = manhole_2504_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387780.117297_5865109.230544 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 817.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 820.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387782.917817_5865158.566991 # Unique id of the storage node. -name = manhole_2505_generated # Long name in the user interface. -manholeId = manhole_2505_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387782.917817_5865158.566991 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 831.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 834.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387789.203932_5865207.661294 # Unique id of the storage node. -name = manhole_2506_generated # Long name in the user interface. -manholeId = manhole_2506_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387789.203932_5865207.661294 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 806.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 809.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387795.490047_5865256.755596 # Unique id of the storage node. -name = manhole_2507_generated # Long name in the user interface. -manholeId = manhole_2507_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387795.490047_5865256.755596 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 806.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 809.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387804.549935_5865305.332480 # Unique id of the storage node. -name = manhole_2508_generated # Long name in the user interface. -manholeId = manhole_2508_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387804.549935_5865305.332480 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 808.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 811.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387816.386747_5865353.391356 # Unique id of the storage node. -name = manhole_2509_generated # Long name in the user interface. -manholeId = manhole_2509_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387816.386747_5865353.391356 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 808.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 811.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387828.223559_5865401.450233 # Unique id of the storage node. -name = manhole_2510_generated # Long name in the user interface. -manholeId = manhole_2510_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387828.223559_5865401.450233 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 808.6000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 811.6000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387842.966275_5865448.679594 # Unique id of the storage node. -name = manhole_2511_generated # Long name in the user interface. -manholeId = manhole_2511_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387842.966275_5865448.679594 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 799.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 802.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387858.283513_5865495.744953 # Unique id of the storage node. -name = manhole_2512_generated # Long name in the user interface. -manholeId = manhole_2512_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387858.283513_5865495.744953 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 799.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 802.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387872.788358_5865543.026506 # Unique id of the storage node. -name = manhole_2513_generated # Long name in the user interface. -manholeId = manhole_2513_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387872.788358_5865543.026506 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 799.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 802.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387882.890575_5865591.479690 # Unique id of the storage node. -name = manhole_2514_generated # Long name in the user interface. -manholeId = manhole_2514_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387882.890575_5865591.479690 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 775.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 778.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387892.992792_5865639.932873 # Unique id of the storage node. -name = manhole_2515_generated # Long name in the user interface. -manholeId = manhole_2515_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387892.992792_5865639.932873 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 775.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 778.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387903.095010_5865688.386056 # Unique id of the storage node. -name = manhole_2516_generated # Long name in the user interface. -manholeId = manhole_2516_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387903.095010_5865688.386056 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 775.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 778.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387913.197227_5865736.839240 # Unique id of the storage node. -name = manhole_2517_generated # Long name in the user interface. -manholeId = manhole_2517_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387913.197227_5865736.839240 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 791.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 794.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387767.438602_5866395.894651 # Unique id of the storage node. -name = manhole_2518_generated # Long name in the user interface. -manholeId = manhole_2518_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387767.438602_5866395.894651 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 827.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 830.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387758.181959_5866444.388787 # Unique id of the storage node. -name = manhole_2519_generated # Long name in the user interface. -manholeId = manhole_2519_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387758.181959_5866444.388787 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 827.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 830.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387748.925316_5866492.882923 # Unique id of the storage node. -name = manhole_2520_generated # Long name in the user interface. -manholeId = manhole_2520_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387748.925316_5866492.882923 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 827.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 830.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387739.668673_5866541.377059 # Unique id of the storage node. -name = manhole_2521_generated # Long name in the user interface. -manholeId = manhole_2521_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387739.668673_5866541.377059 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 813.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 816.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387730.412029_5866589.871195 # Unique id of the storage node. -name = manhole_2522_generated # Long name in the user interface. -manholeId = manhole_2522_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387730.412029_5866589.871195 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 813.5 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 816.5 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387721.155386_5866638.365331 # Unique id of the storage node. -name = manhole_2523_generated # Long name in the user interface. -manholeId = manhole_2523_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387721.155386_5866638.365331 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 813.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 816.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387711.868743_5866686.853722 # Unique id of the storage node. -name = manhole_2524_generated # Long name in the user interface. -manholeId = manhole_2524_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387711.868743_5866686.853722 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 813.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 816.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387702.553355_5866735.336608 # Unique id of the storage node. -name = manhole_2525_generated # Long name in the user interface. -manholeId = manhole_2525_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387702.553355_5866735.336608 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 813.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 816.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387692.161796_5866783.420620 # Unique id of the storage node. -name = manhole_2526_generated # Long name in the user interface. -manholeId = manhole_2526_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387692.161796_5866783.420620 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387665.606523_5866824.907349 # Unique id of the storage node. -name = manhole_2527_generated # Long name in the user interface. -manholeId = manhole_2527_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387665.606523_5866824.907349 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387633.521072_5866862.355813 # Unique id of the storage node. -name = manhole_2528_generated # Long name in the user interface. -manholeId = manhole_2528_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387633.521072_5866862.355813 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387599.638702_5866898.263357 # Unique id of the storage node. -name = manhole_2529_generated # Long name in the user interface. -manholeId = manhole_2529_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387599.638702_5866898.263357 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387565.756333_5866934.170901 # Unique id of the storage node. -name = manhole_2530_generated # Long name in the user interface. -manholeId = manhole_2530_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387565.756333_5866934.170901 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387530.833662_5866968.805835 # Unique id of the storage node. -name = manhole_2531_generated # Long name in the user interface. -manholeId = manhole_2531_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387530.833662_5866968.805835 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387488.905051_5866994.870337 # Unique id of the storage node. -name = manhole_2532_generated # Long name in the user interface. -manholeId = manhole_2532_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387488.905051_5866994.870337 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387446.976439_5867020.934838 # Unique id of the storage node. -name = manhole_2533_generated # Long name in the user interface. -manholeId = manhole_2533_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387446.976439_5867020.934838 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387406.992974_5867049.816162 # Unique id of the storage node. -name = manhole_2534_generated # Long name in the user interface. -manholeId = manhole_2534_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387406.992974_5867049.816162 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387368.671088_5867080.884328 # Unique id of the storage node. -name = manhole_2535_generated # Long name in the user interface. -manholeId = manhole_2535_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387368.671088_5867080.884328 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387334.799265_5867116.679788 # Unique id of the storage node. -name = manhole_2536_generated # Long name in the user interface. -manholeId = manhole_2536_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387334.799265_5867116.679788 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387307.553404_5867157.723809 # Unique id of the storage node. -name = manhole_2537_generated # Long name in the user interface. -manholeId = manhole_2537_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387307.553404_5867157.723809 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387282.996446_5867200.549453 # Unique id of the storage node. -name = manhole_2538_generated # Long name in the user interface. -manholeId = manhole_2538_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387282.996446_5867200.549453 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387258.598215_5867243.469064 # Unique id of the storage node. -name = manhole_2539_generated # Long name in the user interface. -manholeId = manhole_2539_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387258.598215_5867243.469064 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387243.614223_5867290.359711 # Unique id of the storage node. -name = manhole_2540_generated # Long name in the user interface. -manholeId = manhole_2540_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387243.614223_5867290.359711 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387231.826771_5867338.301579 # Unique id of the storage node. -name = manhole_2541_generated # Long name in the user interface. -manholeId = manhole_2541_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387231.826771_5867338.301579 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387220.039319_5867386.243447 # Unique id of the storage node. -name = manhole_2542_generated # Long name in the user interface. -manholeId = manhole_2542_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387220.039319_5867386.243447 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387207.155606_5867433.896185 # Unique id of the storage node. -name = manhole_2543_generated # Long name in the user interface. -manholeId = manhole_2543_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387207.155606_5867433.896185 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387193.766012_5867481.415501 # Unique id of the storage node. -name = manhole_2544_generated # Long name in the user interface. -manholeId = manhole_2544_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387193.766012_5867481.415501 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387175.064320_5867526.718267 # Unique id of the storage node. -name = manhole_2545_generated # Long name in the user interface. -manholeId = manhole_2545_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387175.064320_5867526.718267 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387136.063389_5867556.534853 # Unique id of the storage node. -name = manhole_2546_generated # Long name in the user interface. -manholeId = manhole_2546_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387136.063389_5867556.534853 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387093.861314_5867582.154212 # Unique id of the storage node. -name = manhole_2547_generated # Long name in the user interface. -manholeId = manhole_2547_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387093.861314_5867582.154212 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387052.642618_5867609.220943 # Unique id of the storage node. -name = manhole_2548_generated # Long name in the user interface. -manholeId = manhole_2548_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387052.642618_5867609.220943 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387015.838404_5867641.964445 # Unique id of the storage node. -name = manhole_2549_generated # Long name in the user interface. -manholeId = manhole_2549_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387015.838404_5867641.964445 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386980.829207_5867676.774254 # Unique id of the storage node. -name = manhole_2550_generated # Long name in the user interface. -manholeId = manhole_2550_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386980.829207_5867676.774254 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386945.994973_5867711.749517 # Unique id of the storage node. -name = manhole_2551_generated # Long name in the user interface. -manholeId = manhole_2551_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386945.994973_5867711.749517 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386914.592990_5867749.728508 # Unique id of the storage node. -name = manhole_2552_generated # Long name in the user interface. -manholeId = manhole_2552_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386914.592990_5867749.728508 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386887.164433_5867790.777758 # Unique id of the storage node. -name = manhole_2553_generated # Long name in the user interface. -manholeId = manhole_2553_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386887.164433_5867790.777758 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386859.735876_5867831.827008 # Unique id of the storage node. -name = manhole_2554_generated # Long name in the user interface. -manholeId = manhole_2554_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386859.735876_5867831.827008 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386832.307319_5867872.876258 # Unique id of the storage node. -name = manhole_2555_generated # Long name in the user interface. -manholeId = manhole_2555_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386832.307319_5867872.876258 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386804.878762_5867913.925509 # Unique id of the storage node. -name = manhole_2556_generated # Long name in the user interface. -manholeId = manhole_2556_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386804.878762_5867913.925509 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386777.450206_5867954.974759 # Unique id of the storage node. -name = manhole_2557_generated # Long name in the user interface. -manholeId = manhole_2557_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386777.450206_5867954.974759 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386750.021649_5867996.024009 # Unique id of the storage node. -name = manhole_2558_generated # Long name in the user interface. -manholeId = manhole_2558_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386750.021649_5867996.024009 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386723.537174_5868037.624783 # Unique id of the storage node. -name = manhole_2559_generated # Long name in the user interface. -manholeId = manhole_2559_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386723.537174_5868037.624783 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1386701.250019_5868081.677585 # Unique id of the storage node. -name = manhole_2560_generated # Long name in the user interface. -manholeId = manhole_2560_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1386701.250019_5868081.677585 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387809.534625_5866309.639252 # Unique id of the storage node. -name = manhole_2561_generated # Long name in the user interface. -manholeId = manhole_2561_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387809.534625_5866309.639252 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 803.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 806.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387788.486613_5866352.766951 # Unique id of the storage node. -name = manhole_2562_generated # Long name in the user interface. -manholeId = manhole_2562_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387788.486613_5866352.766951 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 803.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 806.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387774.733068_5866351.644692 # Unique id of the storage node. -name = manhole_2563_generated # Long name in the user interface. -manholeId = manhole_2563_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387774.733068_5866351.644692 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 837.1000366210938 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 840.1000366210938 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387787.219046_5866308.756402 # Unique id of the storage node. -name = manhole_2564_generated # Long name in the user interface. -manholeId = manhole_2564_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387787.219046_5866308.756402 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 803.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 806.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387802.581936_5866266.622690 # Unique id of the storage node. -name = manhole_2565_generated # Long name in the user interface. -manholeId = manhole_2565_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387802.581936_5866266.622690 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 803.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 806.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387818.989884_5866224.886323 # Unique id of the storage node. -name = manhole_2566_generated # Long name in the user interface. -manholeId = manhole_2566_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387818.989884_5866224.886323 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 824.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 827.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387838.767448_5866184.784888 # Unique id of the storage node. -name = manhole_2567_generated # Long name in the user interface. -manholeId = manhole_2567_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387838.767448_5866184.784888 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 824.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 827.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387862.375428_5866146.679680 # Unique id of the storage node. -name = manhole_2568_generated # Long name in the user interface. -manholeId = manhole_2568_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387862.375428_5866146.679680 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 824.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 827.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387890.316308_5866111.904927 # Unique id of the storage node. -name = manhole_2569_generated # Long name in the user interface. -manholeId = manhole_2569_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387890.316308_5866111.904927 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 800.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 803.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387932.086586_5866099.149365 # Unique id of the storage node. -name = manhole_2570_generated # Long name in the user interface. -manholeId = manhole_2570_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387932.086586_5866099.149365 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 800.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 803.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387931.614703_5866170.542120 # Unique id of the storage node. -name = manhole_2571_generated # Long name in the user interface. -manholeId = manhole_2571_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387931.614703_5866170.542120 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 800.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 803.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387899.497388_5866203.806989 # Unique id of the storage node. -name = manhole_2572_generated # Long name in the user interface. -manholeId = manhole_2572_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387899.497388_5866203.806989 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 800.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 803.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387869.509800_5866239.084410 # Unique id of the storage node. -name = manhole_2573_generated # Long name in the user interface. -manholeId = manhole_2573_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387869.509800_5866239.084410 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 803.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 806.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387839.522212_5866274.361831 # Unique id of the storage node. -name = manhole_2574_generated # Long name in the user interface. -manholeId = manhole_2574_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387839.522212_5866274.361831 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 803.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 806.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387908.367354_5866141.903963 # Unique id of the storage node. -name = manhole_2575_generated # Long name in the user interface. -manholeId = manhole_2575_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387908.367354_5866141.903963 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 800.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 803.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387876.955023_5866179.987773 # Unique id of the storage node. -name = manhole_2576_generated # Long name in the user interface. -manholeId = manhole_2576_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387876.955023_5866179.987773 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 800.9000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 803.9000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387847.458594_5866219.470103 # Unique id of the storage node. -name = manhole_2577_generated # Long name in the user interface. -manholeId = manhole_2577_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387847.458594_5866219.470103 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 824.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 827.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387823.639856_5866262.662998 # Unique id of the storage node. -name = manhole_2578_generated # Long name in the user interface. -manholeId = manhole_2578_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387823.639856_5866262.662998 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 803.2000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 806.2000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387940.443674_5865845.093255 # Unique id of the storage node. -name = manhole_2579_generated # Long name in the user interface. -manholeId = manhole_2579_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387940.443674_5865845.093255 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 801.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 804.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387943.318034_5865887.628140 # Unique id of the storage node. -name = manhole_2580_generated # Long name in the user interface. -manholeId = manhole_2580_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387943.318034_5865887.628140 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 801.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 804.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387946.009428_5865930.175073 # Unique id of the storage node. -name = manhole_2581_generated # Long name in the user interface. -manholeId = manhole_2581_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387946.009428_5865930.175073 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 801.4000244140625 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 804.4000244140625 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387948.700822_5865972.722006 # Unique id of the storage node. -name = manhole_2582_generated # Long name in the user interface. -manholeId = manhole_2582_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387948.700822_5865972.722006 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 813.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 816.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387944.872251_5866015.105106 # Unique id of the storage node. -name = manhole_2583_generated # Long name in the user interface. -manholeId = manhole_2583_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387944.872251_5866015.105106 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 813.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 816.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387940.047370_5866057.463170 # Unique id of the storage node. -name = manhole_2584_generated # Long name in the user interface. -manholeId = manhole_2584_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387940.047370_5866057.463170 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 813.7000122070312 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 816.7000122070312 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1387975.279995_5866107.425722 # Unique id of the storage node. -name = manhole_2585_generated # Long name in the user interface. -manholeId = manhole_2585_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1387975.279995_5866107.425722 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = 783.2999877929688 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = 786.2999877929688 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396909.357977_5869743.820573 # Unique id of the storage node. -name = manhole_2586_generated # Long name in the user interface. -manholeId = manhole_2586_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396909.357977_5869743.820573 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396931.001513_5869698.901242 # Unique id of the storage node. -name = manhole_2587_generated # Long name in the user interface. -manholeId = manhole_2587_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396931.001513_5869698.901242 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396952.437394_5869653.897189 # Unique id of the storage node. -name = manhole_2588_generated # Long name in the user interface. -manholeId = manhole_2588_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396952.437394_5869653.897189 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396961.924285_5869605.425328 # Unique id of the storage node. -name = manhole_2589_generated # Long name in the user interface. -manholeId = manhole_2589_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396961.924285_5869605.425328 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396956.300026_5869556.042747 # Unique id of the storage node. -name = manhole_2590_generated # Long name in the user interface. -manholeId = manhole_2590_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396956.300026_5869556.042747 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396930.699111_5869513.852090 # Unique id of the storage node. -name = manhole_2591_generated # Long name in the user interface. -manholeId = manhole_2591_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396930.699111_5869513.852090 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396901.464611_5869473.459851 # Unique id of the storage node. -name = manhole_2592_generated # Long name in the user interface. -manholeId = manhole_2592_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396901.464611_5869473.459851 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396872.230110_5869433.067613 # Unique id of the storage node. -name = manhole_2593_generated # Long name in the user interface. -manholeId = manhole_2593_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396872.230110_5869433.067613 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396842.995610_5869392.675375 # Unique id of the storage node. -name = manhole_2594_generated # Long name in the user interface. -manholeId = manhole_2594_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396842.995610_5869392.675375 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396808.125624_5869357.090668 # Unique id of the storage node. -name = manhole_2595_generated # Long name in the user interface. -manholeId = manhole_2595_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396808.125624_5869357.090668 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396771.604791_5869323.325619 # Unique id of the storage node. -name = manhole_2596_generated # Long name in the user interface. -manholeId = manhole_2596_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396771.604791_5869323.325619 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396729.110151_5869297.241246 # Unique id of the storage node. -name = manhole_2597_generated # Long name in the user interface. -manholeId = manhole_2597_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396729.110151_5869297.241246 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396686.615511_5869271.156873 # Unique id of the storage node. -name = manhole_2598_generated # Long name in the user interface. -manholeId = manhole_2598_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396686.615511_5869271.156873 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396644.120871_5869245.072500 # Unique id of the storage node. -name = manhole_2599_generated # Long name in the user interface. -manholeId = manhole_2599_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396644.120871_5869245.072500 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396601.626231_5869218.988127 # Unique id of the storage node. -name = manhole_2600_generated # Long name in the user interface. -manholeId = manhole_2600_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396601.626231_5869218.988127 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396557.898404_5869195.091535 # Unique id of the storage node. -name = manhole_2601_generated # Long name in the user interface. -manholeId = manhole_2601_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396557.898404_5869195.091535 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396513.373000_5869172.660138 # Unique id of the storage node. -name = manhole_2602_generated # Long name in the user interface. -manholeId = manhole_2602_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396513.373000_5869172.660138 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396467.087116_5869154.896273 # Unique id of the storage node. -name = manhole_2603_generated # Long name in the user interface. -manholeId = manhole_2603_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396467.087116_5869154.896273 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396417.387180_5869156.711754 # Unique id of the storage node. -name = manhole_2604_generated # Long name in the user interface. -manholeId = manhole_2604_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396417.387180_5869156.711754 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396367.689416_5869160.751703 # Unique id of the storage node. -name = manhole_2605_generated # Long name in the user interface. -manholeId = manhole_2605_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396367.689416_5869160.751703 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396317.991652_5869164.791652 # Unique id of the storage node. -name = manhole_2606_generated # Long name in the user interface. -manholeId = manhole_2606_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396317.991652_5869164.791652 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396268.293888_5869168.831601 # Unique id of the storage node. -name = manhole_2607_generated # Long name in the user interface. -manholeId = manhole_2607_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396268.293888_5869168.831601 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396218.596124_5869172.871550 # Unique id of the storage node. -name = manhole_2608_generated # Long name in the user interface. -manholeId = manhole_2608_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396218.596124_5869172.871550 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396168.898360_5869176.911499 # Unique id of the storage node. -name = manhole_2609_generated # Long name in the user interface. -manholeId = manhole_2609_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396168.898360_5869176.911499 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396119.200596_5869180.951448 # Unique id of the storage node. -name = manhole_2610_generated # Long name in the user interface. -manholeId = manhole_2610_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396119.200596_5869180.951448 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396074.361622_5869202.124943 # Unique id of the storage node. -name = manhole_2611_generated # Long name in the user interface. -manholeId = manhole_2611_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396074.361622_5869202.124943 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1396035.199848_5869232.988261 # Unique id of the storage node. -name = manhole_2612_generated # Long name in the user interface. -manholeId = manhole_2612_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1396035.199848_5869232.988261 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395998.558019_5869266.795554 # Unique id of the storage node. -name = manhole_2613_generated # Long name in the user interface. -manholeId = manhole_2613_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395998.558019_5869266.795554 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395962.022284_5869300.726795 # Unique id of the storage node. -name = manhole_2614_generated # Long name in the user interface. -manholeId = manhole_2614_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395962.022284_5869300.726795 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395925.486550_5869334.658035 # Unique id of the storage node. -name = manhole_2615_generated # Long name in the user interface. -manholeId = manhole_2615_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395925.486550_5869334.658035 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395888.950816_5869368.589275 # Unique id of the storage node. -name = manhole_2616_generated # Long name in the user interface. -manholeId = manhole_2616_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395888.950816_5869368.589275 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395852.198704_5869402.247869 # Unique id of the storage node. -name = manhole_2617_generated # Long name in the user interface. -manholeId = manhole_2617_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395852.198704_5869402.247869 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395807.439735_5869421.687553 # Unique id of the storage node. -name = manhole_2618_generated # Long name in the user interface. -manholeId = manhole_2618_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395807.439735_5869421.687553 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395757.768300_5869425.271081 # Unique id of the storage node. -name = manhole_2619_generated # Long name in the user interface. -manholeId = manhole_2619_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395757.768300_5869425.271081 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395707.965332_5869427.690453 # Unique id of the storage node. -name = manhole_2620_generated # Long name in the user interface. -manholeId = manhole_2620_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395707.965332_5869427.690453 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395659.043270_5869419.543889 # Unique id of the storage node. -name = manhole_2621_generated # Long name in the user interface. -manholeId = manhole_2621_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395659.043270_5869419.543889 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395612.217504_5869402.463653 # Unique id of the storage node. -name = manhole_2622_generated # Long name in the user interface. -manholeId = manhole_2622_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395612.217504_5869402.463653 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395565.467161_5869385.125997 # Unique id of the storage node. -name = manhole_2623_generated # Long name in the user interface. -manholeId = manhole_2623_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395565.467161_5869385.125997 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395518.716817_5869367.788340 # Unique id of the storage node. -name = manhole_2624_generated # Long name in the user interface. -manholeId = manhole_2624_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395518.716817_5869367.788340 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395471.966474_5869350.450683 # Unique id of the storage node. -name = manhole_2625_generated # Long name in the user interface. -manholeId = manhole_2625_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395471.966474_5869350.450683 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395425.216131_5869333.113026 # Unique id of the storage node. -name = manhole_2626_generated # Long name in the user interface. -manholeId = manhole_2626_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395425.216131_5869333.113026 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395378.687392_5869315.204580 # Unique id of the storage node. -name = manhole_2627_generated # Long name in the user interface. -manholeId = manhole_2627_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395378.687392_5869315.204580 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395332.485505_5869296.454257 # Unique id of the storage node. -name = manhole_2628_generated # Long name in the user interface. -manholeId = manhole_2628_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395332.485505_5869296.454257 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395287.001164_5869276.144632 # Unique id of the storage node. -name = manhole_2629_generated # Long name in the user interface. -manholeId = manhole_2629_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395287.001164_5869276.144632 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395242.705987_5869253.250829 # Unique id of the storage node. -name = manhole_2630_generated # Long name in the user interface. -manholeId = manhole_2630_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395242.705987_5869253.250829 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395210.583318_5869216.421355 # Unique id of the storage node. -name = manhole_2631_generated # Long name in the user interface. -manholeId = manhole_2631_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395210.583318_5869216.421355 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395193.830984_5869169.495743 # Unique id of the storage node. -name = manhole_2632_generated # Long name in the user interface. -manholeId = manhole_2632_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395193.830984_5869169.495743 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395177.827800_5869122.271946 # Unique id of the storage node. -name = manhole_2633_generated # Long name in the user interface. -manholeId = manhole_2633_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395177.827800_5869122.271946 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395155.643527_5869079.571160 # Unique id of the storage node. -name = manhole_2634_generated # Long name in the user interface. -manholeId = manhole_2634_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395155.643527_5869079.571160 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395110.798153_5869060.371253 # Unique id of the storage node. -name = manhole_2635_generated # Long name in the user interface. -manholeId = manhole_2635_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395110.798153_5869060.371253 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395061.097746_5869059.009571 # Unique id of the storage node. -name = manhole_2636_generated # Long name in the user interface. -manholeId = manhole_2636_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395061.097746_5869059.009571 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1395018.388958_5869034.787970 # Unique id of the storage node. -name = manhole_2637_generated # Long name in the user interface. -manholeId = manhole_2637_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1395018.388958_5869034.787970 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394978.546955_5869004.807915 # Unique id of the storage node. -name = manhole_2638_generated # Long name in the user interface. -manholeId = manhole_2638_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394978.546955_5869004.807915 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394938.704951_5868974.827859 # Unique id of the storage node. -name = manhole_2639_generated # Long name in the user interface. -manholeId = manhole_2639_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394938.704951_5868974.827859 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394898.862948_5868944.847804 # Unique id of the storage node. -name = manhole_2640_generated # Long name in the user interface. -manholeId = manhole_2640_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394898.862948_5868944.847804 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394866.007141_5868909.172220 # Unique id of the storage node. -name = manhole_2641_generated # Long name in the user interface. -manholeId = manhole_2641_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394866.007141_5868909.172220 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394865.188219_5868860.166502 # Unique id of the storage node. -name = manhole_2642_generated # Long name in the user interface. -manholeId = manhole_2642_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394865.188219_5868860.166502 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394851.210899_5868814.804699 # Unique id of the storage node. -name = manhole_2643_generated # Long name in the user interface. -manholeId = manhole_2643_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394851.210899_5868814.804699 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394814.571344_5868780.985592 # Unique id of the storage node. -name = manhole_2644_generated # Long name in the user interface. -manholeId = manhole_2644_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394814.571344_5868780.985592 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394783.142761_5868743.810450 # Unique id of the storage node. -name = manhole_2645_generated # Long name in the user interface. -manholeId = manhole_2645_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394783.142761_5868743.810450 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394777.096276_5868694.597891 # Unique id of the storage node. -name = manhole_2646_generated # Long name in the user interface. -manholeId = manhole_2646_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394777.096276_5868694.597891 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394773.838866_5868644.842708 # Unique id of the storage node. -name = manhole_2647_generated # Long name in the user interface. -manholeId = manhole_2647_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394773.838866_5868644.842708 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394784.297479_5868596.997930 # Unique id of the storage node. -name = manhole_2648_generated # Long name in the user interface. -manholeId = manhole_2648_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394784.297479_5868596.997930 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394803.796106_5868551.106836 # Unique id of the storage node. -name = manhole_2649_generated # Long name in the user interface. -manholeId = manhole_2649_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394803.796106_5868551.106836 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394823.294734_5868505.215743 # Unique id of the storage node. -name = manhole_2650_generated # Long name in the user interface. -manholeId = manhole_2650_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394823.294734_5868505.215743 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394837.756601_5868457.687039 # Unique id of the storage node. -name = manhole_2651_generated # Long name in the user interface. -manholeId = manhole_2651_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394837.756601_5868457.687039 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394848.974616_5868409.103656 # Unique id of the storage node. -name = manhole_2652_generated # Long name in the user interface. -manholeId = manhole_2652_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394848.974616_5868409.103656 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394851.974718_5868359.860240 # Unique id of the storage node. -name = manhole_2653_generated # Long name in the user interface. -manholeId = manhole_2653_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394851.974718_5868359.860240 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394846.573624_5868310.402086 # Unique id of the storage node. -name = manhole_2654_generated # Long name in the user interface. -manholeId = manhole_2654_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394846.573624_5868310.402086 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394836.032172_5868261.667430 # Unique id of the storage node. -name = manhole_2655_generated # Long name in the user interface. -manholeId = manhole_2655_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394836.032172_5868261.667430 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394825.490719_5868212.932774 # Unique id of the storage node. -name = manhole_2656_generated # Long name in the user interface. -manholeId = manhole_2656_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394825.490719_5868212.932774 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394814.949267_5868164.198117 # Unique id of the storage node. -name = manhole_2657_generated # Long name in the user interface. -manholeId = manhole_2657_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394814.949267_5868164.198117 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394796.999078_5868117.908034 # Unique id of the storage node. -name = manhole_2658_generated # Long name in the user interface. -manholeId = manhole_2658_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394796.999078_5868117.908034 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394776.467399_5868072.469734 # Unique id of the storage node. -name = manhole_2659_generated # Long name in the user interface. -manholeId = manhole_2659_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394776.467399_5868072.469734 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394755.935721_5868027.031434 # Unique id of the storage node. -name = manhole_2660_generated # Long name in the user interface. -manholeId = manhole_2660_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394755.935721_5868027.031434 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394740.519508_5867979.965778 # Unique id of the storage node. -name = manhole_2661_generated # Long name in the user interface. -manholeId = manhole_2661_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394740.519508_5867979.965778 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394731.024189_5867931.016540 # Unique id of the storage node. -name = manhole_2662_generated # Long name in the user interface. -manholeId = manhole_2662_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394731.024189_5867931.016540 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394719.285064_5867882.718090 # Unique id of the storage node. -name = manhole_2663_generated # Long name in the user interface. -manholeId = manhole_2663_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394719.285064_5867882.718090 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394701.115841_5867836.284607 # Unique id of the storage node. -name = manhole_2664_generated # Long name in the user interface. -manholeId = manhole_2664_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394701.115841_5867836.284607 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394682.946619_5867789.851125 # Unique id of the storage node. -name = manhole_2665_generated # Long name in the user interface. -manholeId = manhole_2665_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394682.946619_5867789.851125 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394667.689999_5867742.633697 # Unique id of the storage node. -name = manhole_2666_generated # Long name in the user interface. -manholeId = manhole_2666_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394667.689999_5867742.633697 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394660.097266_5867693.353484 # Unique id of the storage node. -name = manhole_2667_generated # Long name in the user interface. -manholeId = manhole_2667_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394660.097266_5867693.353484 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394654.328330_5867643.868895 # Unique id of the storage node. -name = manhole_2668_generated # Long name in the user interface. -manholeId = manhole_2668_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394654.328330_5867643.868895 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394650.824928_5867594.130428 # Unique id of the storage node. -name = manhole_2669_generated # Long name in the user interface. -manholeId = manhole_2669_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394650.824928_5867594.130428 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394651.388803_5867544.353618 # Unique id of the storage node. -name = manhole_2670_generated # Long name in the user interface. -manholeId = manhole_2670_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394651.388803_5867544.353618 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394662.743552_5867496.038453 # Unique id of the storage node. -name = manhole_2671_generated # Long name in the user interface. -manholeId = manhole_2671_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394662.743552_5867496.038453 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394670.132180_5867447.227574 # Unique id of the storage node. -name = manhole_2672_generated # Long name in the user interface. -manholeId = manhole_2672_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394670.132180_5867447.227574 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394650.258600_5867404.050676 # Unique id of the storage node. -name = manhole_2673_generated # Long name in the user interface. -manholeId = manhole_2673_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394650.258600_5867404.050676 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394603.801243_5867385.942586 # Unique id of the storage node. -name = manhole_2674_generated # Long name in the user interface. -manholeId = manhole_2674_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394603.801243_5867385.942586 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394568.131737_5867352.277565 # Unique id of the storage node. -name = manhole_2675_generated # Long name in the user interface. -manholeId = manhole_2675_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394568.131737_5867352.277565 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394534.886565_5867315.116464 # Unique id of the storage node. -name = manhole_2676_generated # Long name in the user interface. -manholeId = manhole_2676_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394534.886565_5867315.116464 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394502.003263_5867277.642438 # Unique id of the storage node. -name = manhole_2677_generated # Long name in the user interface. -manholeId = manhole_2677_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394502.003263_5867277.642438 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394470.028815_5867239.382490 # Unique id of the storage node. -name = manhole_2678_generated # Long name in the user interface. -manholeId = manhole_2678_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394470.028815_5867239.382490 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394438.054368_5867201.122542 # Unique id of the storage node. -name = manhole_2679_generated # Long name in the user interface. -manholeId = manhole_2679_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394438.054368_5867201.122542 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394406.079920_5867162.862594 # Unique id of the storage node. -name = manhole_2680_generated # Long name in the user interface. -manholeId = manhole_2680_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394406.079920_5867162.862594 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394374.105472_5867124.602646 # Unique id of the storage node. -name = manhole_2681_generated # Long name in the user interface. -manholeId = manhole_2681_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394374.105472_5867124.602646 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394331.263575_5867099.102239 # Unique id of the storage node. -name = manhole_2682_generated # Long name in the user interface. -manholeId = manhole_2682_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394331.263575_5867099.102239 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394288.402718_5867073.624094 # Unique id of the storage node. -name = manhole_2683_generated # Long name in the user interface. -manholeId = manhole_2683_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394288.402718_5867073.624094 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394241.406053_5867059.604280 # Unique id of the storage node. -name = manhole_2684_generated # Long name in the user interface. -manholeId = manhole_2684_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394241.406053_5867059.604280 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394191.967552_5867053.804523 # Unique id of the storage node. -name = manhole_2685_generated # Long name in the user interface. -manholeId = manhole_2685_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394191.967552_5867053.804523 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394142.130891_5867052.224590 # Unique id of the storage node. -name = manhole_2686_generated # Long name in the user interface. -manholeId = manhole_2686_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394142.130891_5867052.224590 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394092.295928_5867051.546281 # Unique id of the storage node. -name = manhole_2687_generated # Long name in the user interface. -manholeId = manhole_2687_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394092.295928_5867051.546281 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1394043.343164_5867047.527967 # Unique id of the storage node. -name = manhole_2688_generated # Long name in the user interface. -manholeId = manhole_2688_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1394043.343164_5867047.527967 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393996.278206_5867031.063502 # Unique id of the storage node. -name = manhole_2689_generated # Long name in the user interface. -manholeId = manhole_2689_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393996.278206_5867031.063502 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393949.213247_5867014.599036 # Unique id of the storage node. -name = manhole_2690_generated # Long name in the user interface. -manholeId = manhole_2690_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393949.213247_5867014.599036 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393902.148288_5866998.134571 # Unique id of the storage node. -name = manhole_2691_generated # Long name in the user interface. -manholeId = manhole_2691_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393902.148288_5866998.134571 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393855.083330_5866981.670106 # Unique id of the storage node. -name = manhole_2692_generated # Long name in the user interface. -manholeId = manhole_2692_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393855.083330_5866981.670106 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393805.813084_5866974.210721 # Unique id of the storage node. -name = manhole_2693_generated # Long name in the user interface. -manholeId = manhole_2693_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393805.813084_5866974.210721 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393756.464388_5866967.077455 # Unique id of the storage node. -name = manhole_2694_generated # Long name in the user interface. -manholeId = manhole_2694_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393756.464388_5866967.077455 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393706.996018_5866960.826905 # Unique id of the storage node. -name = manhole_2695_generated # Long name in the user interface. -manholeId = manhole_2695_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393706.996018_5866960.826905 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393657.527649_5866954.576355 # Unique id of the storage node. -name = manhole_2696_generated # Long name in the user interface. -manholeId = manhole_2696_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393657.527649_5866954.576355 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393608.059280_5866948.325805 # Unique id of the storage node. -name = manhole_2697_generated # Long name in the user interface. -manholeId = manhole_2697_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393608.059280_5866948.325805 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393558.590910_5866942.075255 # Unique id of the storage node. -name = manhole_2698_generated # Long name in the user interface. -manholeId = manhole_2698_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393558.590910_5866942.075255 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393509.122541_5866935.824705 # Unique id of the storage node. -name = manhole_2699_generated # Long name in the user interface. -manholeId = manhole_2699_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393509.122541_5866935.824705 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393459.654171_5866929.574155 # Unique id of the storage node. -name = manhole_2700_generated # Long name in the user interface. -manholeId = manhole_2700_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393459.654171_5866929.574155 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393410.185802_5866923.323605 # Unique id of the storage node. -name = manhole_2701_generated # Long name in the user interface. -manholeId = manhole_2701_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393410.185802_5866923.323605 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393360.717433_5866917.073055 # Unique id of the storage node. -name = manhole_2702_generated # Long name in the user interface. -manholeId = manhole_2702_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393360.717433_5866917.073055 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393311.249063_5866910.822505 # Unique id of the storage node. -name = manhole_2703_generated # Long name in the user interface. -manholeId = manhole_2703_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393311.249063_5866910.822505 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393261.780694_5866904.571955 # Unique id of the storage node. -name = manhole_2704_generated # Long name in the user interface. -manholeId = manhole_2704_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393261.780694_5866904.571955 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393212.312324_5866898.321405 # Unique id of the storage node. -name = manhole_2705_generated # Long name in the user interface. -manholeId = manhole_2705_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393212.312324_5866898.321405 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393164.711110_5866883.550485 # Unique id of the storage node. -name = manhole_2706_generated # Long name in the user interface. -manholeId = manhole_2706_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393164.711110_5866883.550485 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393117.162247_5866868.540669 # Unique id of the storage node. -name = manhole_2707_generated # Long name in the user interface. -manholeId = manhole_2707_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393117.162247_5866868.540669 # Connection node on which the storage node is located. -useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. -area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. -streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. -storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. -interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. - -[StorageNode] -id = 1393069.613384_5866853.530853 # Unique id of the storage node. -name = manhole_2708_generated # Long name in the user interface. -manholeId = manhole_2708_generated # (optional) Unique id of manhole that this (compartment) node is part of. -nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393069.613384_5866853.530853 # Connection node on which the storage node is located. +nodeId = 1387944.872251_5866015.105106 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 813.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 816.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1393022.064521_5866838.521037 # Unique id of the storage node. -name = manhole_2709_generated # Long name in the user interface. -manholeId = manhole_2709_generated # (optional) Unique id of manhole that this (compartment) node is part of. +id = 1387940.047370_5866057.463170 # Unique id of the storage node. +name = manhole_884_generated # Long name in the user interface. +manholeId = manhole_884_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1393022.064521_5866838.521037 # Connection node on which the storage node is located. +nodeId = 1387940.047370_5866057.463170 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 813.7000122070312 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 816.7000122070312 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] -id = 1392974.515658_5866823.511221 # Unique id of the storage node. -name = manhole_2710_generated # Long name in the user interface. -manholeId = manhole_2710_generated # (optional) Unique id of manhole that this (compartment) node is part of. +id = 1387975.279995_5866107.425722 # Unique id of the storage node. +name = manhole_885_generated # Long name in the user interface. +manholeId = manhole_885_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type -nodeId = 1392974.515658_5866823.511221 # Connection node on which the storage node is located. +nodeId = 1387975.279995_5866107.425722 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 783.2999877929688 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 786.2999877929688 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] id = 1392926.966795_5866808.501405 # Unique id of the storage node. -name = manhole_2711_generated # Long name in the user interface. -manholeId = manhole_2711_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_886_generated # Long name in the user interface. +manholeId = manhole_886_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392926.966795_5866808.501405 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 906.5 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 909.5 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] id = 1392879.417932_5866793.491589 # Unique id of the storage node. -name = manhole_2712_generated # Long name in the user interface. -manholeId = manhole_2712_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_887_generated # Long name in the user interface. +manholeId = manhole_887_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392879.417932_5866793.491589 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 907.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 910.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] id = 1392831.869069_5866778.481773 # Unique id of the storage node. -name = manhole_2713_generated # Long name in the user interface. -manholeId = manhole_2713_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_888_generated # Long name in the user interface. +manholeId = manhole_888_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392831.869069_5866778.481773 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. -bedLevel = -10002.0 # Bed level of the storage area [m AD]. +bedLevel = 907.4000244140625 # Bed level of the storage area [m AD]. area = 0.64 # Storage area from bedLevel up to streetLevel (and beyond if useStreetStorage = false) [m2]. -streetLevel = -9999.0 # Street level of the storage area [m AD]. +streetLevel = 910.4000244140625 # Street level of the storage area [m AD]. streetStorageArea = 500.0 # Storage area from streetLevel upwards if useStreetStorage = true [m2]. storageType = reservoir # Possible values: reservoir: Above streetLevel the storage area of this node is also taken into account. closed: Above streetLevel this storage node has no storage area. interpolate = linear # Interpolation type for storage area table. Possible values: linear or block. [StorageNode] id = 1392784.320206_5866763.471957 # Unique id of the storage node. -name = manhole_2714_generated # Long name in the user interface. -manholeId = manhole_2714_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_889_generated # Long name in the user interface. +manholeId = manhole_889_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392784.320206_5866763.471957 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38017,8 +12467,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1392736.771343_5866748.462141 # Unique id of the storage node. -name = manhole_2715_generated # Long name in the user interface. -manholeId = manhole_2715_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_890_generated # Long name in the user interface. +manholeId = manhole_890_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392736.771343_5866748.462141 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38031,8 +12481,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1392689.222480_5866733.452326 # Unique id of the storage node. -name = manhole_2716_generated # Long name in the user interface. -manholeId = manhole_2716_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_891_generated # Long name in the user interface. +manholeId = manhole_891_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392689.222480_5866733.452326 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38045,8 +12495,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1392641.673617_5866718.442510 # Unique id of the storage node. -name = manhole_2717_generated # Long name in the user interface. -manholeId = manhole_2717_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_892_generated # Long name in the user interface. +manholeId = manhole_892_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392641.673617_5866718.442510 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38059,8 +12509,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1392594.124754_5866703.432694 # Unique id of the storage node. -name = manhole_2718_generated # Long name in the user interface. -manholeId = manhole_2718_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_893_generated # Long name in the user interface. +manholeId = manhole_893_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392594.124754_5866703.432694 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38073,8 +12523,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1392546.575891_5866688.422878 # Unique id of the storage node. -name = manhole_2719_generated # Long name in the user interface. -manholeId = manhole_2719_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_894_generated # Long name in the user interface. +manholeId = manhole_894_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392546.575891_5866688.422878 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38087,8 +12537,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1392499.027028_5866673.413062 # Unique id of the storage node. -name = manhole_2720_generated # Long name in the user interface. -manholeId = manhole_2720_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_895_generated # Long name in the user interface. +manholeId = manhole_895_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392499.027028_5866673.413062 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38101,8 +12551,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1392451.478165_5866658.403246 # Unique id of the storage node. -name = manhole_2721_generated # Long name in the user interface. -manholeId = manhole_2721_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_896_generated # Long name in the user interface. +manholeId = manhole_896_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392451.478165_5866658.403246 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38115,8 +12565,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1392403.929302_5866643.393430 # Unique id of the storage node. -name = manhole_2722_generated # Long name in the user interface. -manholeId = manhole_2722_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_897_generated # Long name in the user interface. +manholeId = manhole_897_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392403.929302_5866643.393430 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38129,8 +12579,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1392356.380439_5866628.383614 # Unique id of the storage node. -name = manhole_2723_generated # Long name in the user interface. -manholeId = manhole_2723_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_898_generated # Long name in the user interface. +manholeId = manhole_898_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392356.380439_5866628.383614 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38143,8 +12593,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1392308.831576_5866613.373798 # Unique id of the storage node. -name = manhole_2724_generated # Long name in the user interface. -manholeId = manhole_2724_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_899_generated # Long name in the user interface. +manholeId = manhole_899_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392308.831576_5866613.373798 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38157,8 +12607,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1392261.282713_5866598.363983 # Unique id of the storage node. -name = manhole_2725_generated # Long name in the user interface. -manholeId = manhole_2725_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_900_generated # Long name in the user interface. +manholeId = manhole_900_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392261.282713_5866598.363983 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38171,8 +12621,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1392213.733850_5866583.354167 # Unique id of the storage node. -name = manhole_2726_generated # Long name in the user interface. -manholeId = manhole_2726_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_901_generated # Long name in the user interface. +manholeId = manhole_901_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392213.733850_5866583.354167 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38185,8 +12635,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1392166.184987_5866568.344351 # Unique id of the storage node. -name = manhole_2727_generated # Long name in the user interface. -manholeId = manhole_2727_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_902_generated # Long name in the user interface. +manholeId = manhole_902_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392166.184987_5866568.344351 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38199,8 +12649,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1392119.234378_5866551.590171 # Unique id of the storage node. -name = manhole_2728_generated # Long name in the user interface. -manholeId = manhole_2728_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_903_generated # Long name in the user interface. +manholeId = manhole_903_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392119.234378_5866551.590171 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38213,8 +12663,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1392072.481987_5866534.258036 # Unique id of the storage node. -name = manhole_2729_generated # Long name in the user interface. -manholeId = manhole_2729_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_904_generated # Long name in the user interface. +manholeId = manhole_904_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392072.481987_5866534.258036 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38227,8 +12677,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1392025.729597_5866516.925901 # Unique id of the storage node. -name = manhole_2730_generated # Long name in the user interface. -manholeId = manhole_2730_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_905_generated # Long name in the user interface. +manholeId = manhole_905_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1392025.729597_5866516.925901 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38241,8 +12691,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391978.977206_5866499.593766 # Unique id of the storage node. -name = manhole_2731_generated # Long name in the user interface. -manholeId = manhole_2731_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_906_generated # Long name in the user interface. +manholeId = manhole_906_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391978.977206_5866499.593766 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38255,8 +12705,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391932.224815_5866482.261631 # Unique id of the storage node. -name = manhole_2732_generated # Long name in the user interface. -manholeId = manhole_2732_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_907_generated # Long name in the user interface. +manholeId = manhole_907_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391932.224815_5866482.261631 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38269,8 +12719,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391885.472424_5866464.929495 # Unique id of the storage node. -name = manhole_2733_generated # Long name in the user interface. -manholeId = manhole_2733_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_908_generated # Long name in the user interface. +manholeId = manhole_908_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391885.472424_5866464.929495 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38283,8 +12733,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391838.720034_5866447.597360 # Unique id of the storage node. -name = manhole_2734_generated # Long name in the user interface. -manholeId = manhole_2734_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_909_generated # Long name in the user interface. +manholeId = manhole_909_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391838.720034_5866447.597360 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38297,8 +12747,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391791.967643_5866430.265225 # Unique id of the storage node. -name = manhole_2735_generated # Long name in the user interface. -manholeId = manhole_2735_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_910_generated # Long name in the user interface. +manholeId = manhole_910_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391791.967643_5866430.265225 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38311,8 +12761,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391745.215252_5866412.933090 # Unique id of the storage node. -name = manhole_2736_generated # Long name in the user interface. -manholeId = manhole_2736_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_911_generated # Long name in the user interface. +manholeId = manhole_911_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391745.215252_5866412.933090 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38325,8 +12775,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391698.462862_5866395.600954 # Unique id of the storage node. -name = manhole_2737_generated # Long name in the user interface. -manholeId = manhole_2737_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_912_generated # Long name in the user interface. +manholeId = manhole_912_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391698.462862_5866395.600954 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38339,8 +12789,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391651.710471_5866378.268819 # Unique id of the storage node. -name = manhole_2738_generated # Long name in the user interface. -manholeId = manhole_2738_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_913_generated # Long name in the user interface. +manholeId = manhole_913_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391651.710471_5866378.268819 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38353,8 +12803,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391604.958080_5866360.936684 # Unique id of the storage node. -name = manhole_2739_generated # Long name in the user interface. -manholeId = manhole_2739_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_914_generated # Long name in the user interface. +manholeId = manhole_914_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391604.958080_5866360.936684 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38367,8 +12817,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391558.205690_5866343.604549 # Unique id of the storage node. -name = manhole_2740_generated # Long name in the user interface. -manholeId = manhole_2740_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_915_generated # Long name in the user interface. +manholeId = manhole_915_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391558.205690_5866343.604549 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38381,8 +12831,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391511.453299_5866326.272414 # Unique id of the storage node. -name = manhole_2741_generated # Long name in the user interface. -manholeId = manhole_2741_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_916_generated # Long name in the user interface. +manholeId = manhole_916_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391511.453299_5866326.272414 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38395,8 +12845,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391464.700908_5866308.940278 # Unique id of the storage node. -name = manhole_2742_generated # Long name in the user interface. -manholeId = manhole_2742_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_917_generated # Long name in the user interface. +manholeId = manhole_917_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391464.700908_5866308.940278 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38409,8 +12859,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391417.948518_5866291.608143 # Unique id of the storage node. -name = manhole_2743_generated # Long name in the user interface. -manholeId = manhole_2743_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_918_generated # Long name in the user interface. +manholeId = manhole_918_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391417.948518_5866291.608143 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38423,8 +12873,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391371.196127_5866274.276008 # Unique id of the storage node. -name = manhole_2744_generated # Long name in the user interface. -manholeId = manhole_2744_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_919_generated # Long name in the user interface. +manholeId = manhole_919_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391371.196127_5866274.276008 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38437,8 +12887,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391321.986833_5866269.550852 # Unique id of the storage node. -name = manhole_2745_generated # Long name in the user interface. -manholeId = manhole_2745_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_920_generated # Long name in the user interface. +manholeId = manhole_920_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391321.986833_5866269.550852 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38451,8 +12901,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391272.147465_5866268.058759 # Unique id of the storage node. -name = manhole_2746_generated # Long name in the user interface. -manholeId = manhole_2746_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_921_generated # Long name in the user interface. +manholeId = manhole_921_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391272.147465_5866268.058759 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38465,8 +12915,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391222.308097_5866266.566666 # Unique id of the storage node. -name = manhole_2747_generated # Long name in the user interface. -manholeId = manhole_2747_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_922_generated # Long name in the user interface. +manholeId = manhole_922_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391222.308097_5866266.566666 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38479,8 +12929,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391172.468729_5866265.074573 # Unique id of the storage node. -name = manhole_2748_generated # Long name in the user interface. -manholeId = manhole_2748_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_923_generated # Long name in the user interface. +manholeId = manhole_923_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391172.468729_5866265.074573 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38493,8 +12943,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391122.629361_5866263.582481 # Unique id of the storage node. -name = manhole_2749_generated # Long name in the user interface. -manholeId = manhole_2749_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_924_generated # Long name in the user interface. +manholeId = manhole_924_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391122.629361_5866263.582481 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38507,8 +12957,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391072.789993_5866262.090388 # Unique id of the storage node. -name = manhole_2750_generated # Long name in the user interface. -manholeId = manhole_2750_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_925_generated # Long name in the user interface. +manholeId = manhole_925_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391072.789993_5866262.090388 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38521,8 +12971,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1391022.950625_5866260.598295 # Unique id of the storage node. -name = manhole_2751_generated # Long name in the user interface. -manholeId = manhole_2751_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_926_generated # Long name in the user interface. +manholeId = manhole_926_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1391022.950625_5866260.598295 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38535,8 +12985,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390973.111256_5866259.106202 # Unique id of the storage node. -name = manhole_2752_generated # Long name in the user interface. -manholeId = manhole_2752_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_927_generated # Long name in the user interface. +manholeId = manhole_927_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390973.111256_5866259.106202 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38549,8 +12999,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390923.271888_5866257.614110 # Unique id of the storage node. -name = manhole_2753_generated # Long name in the user interface. -manholeId = manhole_2753_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_928_generated # Long name in the user interface. +manholeId = manhole_928_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390923.271888_5866257.614110 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38563,8 +13013,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390873.432520_5866256.122017 # Unique id of the storage node. -name = manhole_2754_generated # Long name in the user interface. -manholeId = manhole_2754_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_929_generated # Long name in the user interface. +manholeId = manhole_929_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390873.432520_5866256.122017 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38577,8 +13027,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390823.593152_5866254.629924 # Unique id of the storage node. -name = manhole_2755_generated # Long name in the user interface. -manholeId = manhole_2755_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_930_generated # Long name in the user interface. +manholeId = manhole_930_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390823.593152_5866254.629924 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38591,8 +13041,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390773.753784_5866253.137831 # Unique id of the storage node. -name = manhole_2756_generated # Long name in the user interface. -manholeId = manhole_2756_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_931_generated # Long name in the user interface. +manholeId = manhole_931_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390773.753784_5866253.137831 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38605,8 +13055,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390723.914416_5866251.645739 # Unique id of the storage node. -name = manhole_2757_generated # Long name in the user interface. -manholeId = manhole_2757_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_932_generated # Long name in the user interface. +manholeId = manhole_932_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390723.914416_5866251.645739 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38619,8 +13069,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390674.075048_5866250.153646 # Unique id of the storage node. -name = manhole_2758_generated # Long name in the user interface. -manholeId = manhole_2758_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_933_generated # Long name in the user interface. +manholeId = manhole_933_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390674.075048_5866250.153646 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38633,8 +13083,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390624.235680_5866248.661553 # Unique id of the storage node. -name = manhole_2759_generated # Long name in the user interface. -manholeId = manhole_2759_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_934_generated # Long name in the user interface. +manholeId = manhole_934_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390624.235680_5866248.661553 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38647,8 +13097,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390574.396312_5866247.169460 # Unique id of the storage node. -name = manhole_2760_generated # Long name in the user interface. -manholeId = manhole_2760_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_935_generated # Long name in the user interface. +manholeId = manhole_935_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390574.396312_5866247.169460 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38661,8 +13111,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390524.556944_5866245.677368 # Unique id of the storage node. -name = manhole_2761_generated # Long name in the user interface. -manholeId = manhole_2761_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_936_generated # Long name in the user interface. +manholeId = manhole_936_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390524.556944_5866245.677368 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38675,8 +13125,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390474.717576_5866244.185275 # Unique id of the storage node. -name = manhole_2762_generated # Long name in the user interface. -manholeId = manhole_2762_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_937_generated # Long name in the user interface. +manholeId = manhole_937_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390474.717576_5866244.185275 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38689,8 +13139,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390424.878208_5866242.693182 # Unique id of the storage node. -name = manhole_2763_generated # Long name in the user interface. -manholeId = manhole_2763_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_938_generated # Long name in the user interface. +manholeId = manhole_938_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390424.878208_5866242.693182 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38703,8 +13153,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390375.038840_5866241.201089 # Unique id of the storage node. -name = manhole_2764_generated # Long name in the user interface. -manholeId = manhole_2764_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_939_generated # Long name in the user interface. +manholeId = manhole_939_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390375.038840_5866241.201089 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38717,8 +13167,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390325.199472_5866239.708997 # Unique id of the storage node. -name = manhole_2765_generated # Long name in the user interface. -manholeId = manhole_2765_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_940_generated # Long name in the user interface. +manholeId = manhole_940_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390325.199472_5866239.708997 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38731,8 +13181,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390275.360104_5866238.216904 # Unique id of the storage node. -name = manhole_2766_generated # Long name in the user interface. -manholeId = manhole_2766_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_941_generated # Long name in the user interface. +manholeId = manhole_941_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390275.360104_5866238.216904 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38745,8 +13195,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390225.520736_5866236.724811 # Unique id of the storage node. -name = manhole_2767_generated # Long name in the user interface. -manholeId = manhole_2767_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_942_generated # Long name in the user interface. +manholeId = manhole_942_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390225.520736_5866236.724811 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38759,8 +13209,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390175.681368_5866235.232718 # Unique id of the storage node. -name = manhole_2768_generated # Long name in the user interface. -manholeId = manhole_2768_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_943_generated # Long name in the user interface. +manholeId = manhole_943_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390175.681368_5866235.232718 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38773,8 +13223,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390125.842000_5866233.740626 # Unique id of the storage node. -name = manhole_2769_generated # Long name in the user interface. -manholeId = manhole_2769_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_944_generated # Long name in the user interface. +manholeId = manhole_944_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390125.842000_5866233.740626 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38787,8 +13237,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390076.002632_5866232.248533 # Unique id of the storage node. -name = manhole_2770_generated # Long name in the user interface. -manholeId = manhole_2770_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_945_generated # Long name in the user interface. +manholeId = manhole_945_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390076.002632_5866232.248533 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38801,8 +13251,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1390026.163264_5866230.756440 # Unique id of the storage node. -name = manhole_2771_generated # Long name in the user interface. -manholeId = manhole_2771_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_946_generated # Long name in the user interface. +manholeId = manhole_946_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1390026.163264_5866230.756440 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38815,8 +13265,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389976.323896_5866229.264347 # Unique id of the storage node. -name = manhole_2772_generated # Long name in the user interface. -manholeId = manhole_2772_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_947_generated # Long name in the user interface. +manholeId = manhole_947_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389976.323896_5866229.264347 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38829,8 +13279,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389926.484528_5866227.772255 # Unique id of the storage node. -name = manhole_2773_generated # Long name in the user interface. -manholeId = manhole_2773_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_948_generated # Long name in the user interface. +manholeId = manhole_948_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389926.484528_5866227.772255 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38843,8 +13293,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389876.645160_5866226.280162 # Unique id of the storage node. -name = manhole_2774_generated # Long name in the user interface. -manholeId = manhole_2774_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_949_generated # Long name in the user interface. +manholeId = manhole_949_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389876.645160_5866226.280162 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38857,8 +13307,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389826.805792_5866224.788069 # Unique id of the storage node. -name = manhole_2775_generated # Long name in the user interface. -manholeId = manhole_2775_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_950_generated # Long name in the user interface. +manholeId = manhole_950_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389826.805792_5866224.788069 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38871,8 +13321,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389776.966424_5866223.295976 # Unique id of the storage node. -name = manhole_2776_generated # Long name in the user interface. -manholeId = manhole_2776_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_951_generated # Long name in the user interface. +manholeId = manhole_951_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389776.966424_5866223.295976 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38885,8 +13335,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389727.141183_5866221.468200 # Unique id of the storage node. -name = manhole_2777_generated # Long name in the user interface. -manholeId = manhole_2777_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_952_generated # Long name in the user interface. +manholeId = manhole_952_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389727.141183_5866221.468200 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38899,8 +13349,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389677.352676_5866218.767548 # Unique id of the storage node. -name = manhole_2778_generated # Long name in the user interface. -manholeId = manhole_2778_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_953_generated # Long name in the user interface. +manholeId = manhole_953_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389677.352676_5866218.767548 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38913,8 +13363,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389627.564169_5866216.066897 # Unique id of the storage node. -name = manhole_2779_generated # Long name in the user interface. -manholeId = manhole_2779_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_954_generated # Long name in the user interface. +manholeId = manhole_954_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389627.564169_5866216.066897 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38927,8 +13377,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389577.775662_5866213.366245 # Unique id of the storage node. -name = manhole_2780_generated # Long name in the user interface. -manholeId = manhole_2780_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_955_generated # Long name in the user interface. +manholeId = manhole_955_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389577.775662_5866213.366245 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38941,8 +13391,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389527.987155_5866210.665593 # Unique id of the storage node. -name = manhole_2781_generated # Long name in the user interface. -manholeId = manhole_2781_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_956_generated # Long name in the user interface. +manholeId = manhole_956_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389527.987155_5866210.665593 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38955,8 +13405,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389478.198648_5866207.964941 # Unique id of the storage node. -name = manhole_2782_generated # Long name in the user interface. -manholeId = manhole_2782_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_957_generated # Long name in the user interface. +manholeId = manhole_957_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389478.198648_5866207.964941 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38969,8 +13419,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389428.410141_5866205.264290 # Unique id of the storage node. -name = manhole_2783_generated # Long name in the user interface. -manholeId = manhole_2783_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_958_generated # Long name in the user interface. +manholeId = manhole_958_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389428.410141_5866205.264290 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38983,8 +13433,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389378.621634_5866202.563638 # Unique id of the storage node. -name = manhole_2784_generated # Long name in the user interface. -manholeId = manhole_2784_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_959_generated # Long name in the user interface. +manholeId = manhole_959_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389378.621634_5866202.563638 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -38997,8 +13447,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389328.833127_5866199.862986 # Unique id of the storage node. -name = manhole_2785_generated # Long name in the user interface. -manholeId = manhole_2785_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_960_generated # Long name in the user interface. +manholeId = manhole_960_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389328.833127_5866199.862986 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39011,8 +13461,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389279.044620_5866197.162335 # Unique id of the storage node. -name = manhole_2786_generated # Long name in the user interface. -manholeId = manhole_2786_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_961_generated # Long name in the user interface. +manholeId = manhole_961_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389279.044620_5866197.162335 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39025,8 +13475,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389229.256113_5866194.461683 # Unique id of the storage node. -name = manhole_2787_generated # Long name in the user interface. -manholeId = manhole_2787_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_962_generated # Long name in the user interface. +manholeId = manhole_962_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389229.256113_5866194.461683 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39039,8 +13489,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389179.467606_5866191.761031 # Unique id of the storage node. -name = manhole_2788_generated # Long name in the user interface. -manholeId = manhole_2788_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_963_generated # Long name in the user interface. +manholeId = manhole_963_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389179.467606_5866191.761031 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39053,8 +13503,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389129.679099_5866189.060379 # Unique id of the storage node. -name = manhole_2789_generated # Long name in the user interface. -manholeId = manhole_2789_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_964_generated # Long name in the user interface. +manholeId = manhole_964_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389129.679099_5866189.060379 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39067,8 +13517,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389079.890592_5866186.359728 # Unique id of the storage node. -name = manhole_2790_generated # Long name in the user interface. -manholeId = manhole_2790_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_965_generated # Long name in the user interface. +manholeId = manhole_965_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389079.890592_5866186.359728 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39081,8 +13531,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1389030.102085_5866183.659076 # Unique id of the storage node. -name = manhole_2791_generated # Long name in the user interface. -manholeId = manhole_2791_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_966_generated # Long name in the user interface. +manholeId = manhole_966_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1389030.102085_5866183.659076 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39095,8 +13545,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388980.313578_5866180.958424 # Unique id of the storage node. -name = manhole_2792_generated # Long name in the user interface. -manholeId = manhole_2792_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_967_generated # Long name in the user interface. +manholeId = manhole_967_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388980.313578_5866180.958424 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39109,8 +13559,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388930.525071_5866178.257773 # Unique id of the storage node. -name = manhole_2793_generated # Long name in the user interface. -manholeId = manhole_2793_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_968_generated # Long name in the user interface. +manholeId = manhole_968_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388930.525071_5866178.257773 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39123,8 +13573,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388880.736564_5866175.557121 # Unique id of the storage node. -name = manhole_2794_generated # Long name in the user interface. -manholeId = manhole_2794_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_969_generated # Long name in the user interface. +manholeId = manhole_969_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388880.736564_5866175.557121 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39137,8 +13587,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388830.948057_5866172.856469 # Unique id of the storage node. -name = manhole_2795_generated # Long name in the user interface. -manholeId = manhole_2795_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_970_generated # Long name in the user interface. +manholeId = manhole_970_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388830.948057_5866172.856469 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39151,8 +13601,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388781.159550_5866170.155817 # Unique id of the storage node. -name = manhole_2796_generated # Long name in the user interface. -manholeId = manhole_2796_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_971_generated # Long name in the user interface. +manholeId = manhole_971_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388781.159550_5866170.155817 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39165,8 +13615,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388731.371043_5866167.455166 # Unique id of the storage node. -name = manhole_2797_generated # Long name in the user interface. -manholeId = manhole_2797_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_972_generated # Long name in the user interface. +manholeId = manhole_972_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388731.371043_5866167.455166 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39179,8 +13629,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388681.582537_5866164.754514 # Unique id of the storage node. -name = manhole_2798_generated # Long name in the user interface. -manholeId = manhole_2798_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_973_generated # Long name in the user interface. +manholeId = manhole_973_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388681.582537_5866164.754514 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39193,8 +13643,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388631.794030_5866162.053862 # Unique id of the storage node. -name = manhole_2799_generated # Long name in the user interface. -manholeId = manhole_2799_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_974_generated # Long name in the user interface. +manholeId = manhole_974_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388631.794030_5866162.053862 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39207,8 +13657,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388582.005523_5866159.353211 # Unique id of the storage node. -name = manhole_2800_generated # Long name in the user interface. -manholeId = manhole_2800_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_975_generated # Long name in the user interface. +manholeId = manhole_975_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388582.005523_5866159.353211 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39221,8 +13671,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388532.217016_5866156.652559 # Unique id of the storage node. -name = manhole_2801_generated # Long name in the user interface. -manholeId = manhole_2801_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_976_generated # Long name in the user interface. +manholeId = manhole_976_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388532.217016_5866156.652559 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39235,8 +13685,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388482.428509_5866153.951907 # Unique id of the storage node. -name = manhole_2802_generated # Long name in the user interface. -manholeId = manhole_2802_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_977_generated # Long name in the user interface. +manholeId = manhole_977_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388482.428509_5866153.951907 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39249,8 +13699,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388432.640002_5866151.251255 # Unique id of the storage node. -name = manhole_2803_generated # Long name in the user interface. -manholeId = manhole_2803_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_978_generated # Long name in the user interface. +manholeId = manhole_978_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388432.640002_5866151.251255 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39263,8 +13713,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388382.851495_5866148.550604 # Unique id of the storage node. -name = manhole_2804_generated # Long name in the user interface. -manholeId = manhole_2804_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_979_generated # Long name in the user interface. +manholeId = manhole_979_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388382.851495_5866148.550604 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39277,8 +13727,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388333.062988_5866145.849952 # Unique id of the storage node. -name = manhole_2805_generated # Long name in the user interface. -manholeId = manhole_2805_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_980_generated # Long name in the user interface. +manholeId = manhole_980_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388333.062988_5866145.849952 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39291,8 +13741,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388283.274481_5866143.149300 # Unique id of the storage node. -name = manhole_2806_generated # Long name in the user interface. -manholeId = manhole_2806_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_981_generated # Long name in the user interface. +manholeId = manhole_981_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388283.274481_5866143.149300 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39305,8 +13755,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388233.485974_5866140.448649 # Unique id of the storage node. -name = manhole_2807_generated # Long name in the user interface. -manholeId = manhole_2807_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_982_generated # Long name in the user interface. +manholeId = manhole_982_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388233.485974_5866140.448649 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39319,8 +13769,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388183.697467_5866137.747997 # Unique id of the storage node. -name = manhole_2808_generated # Long name in the user interface. -manholeId = manhole_2808_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_983_generated # Long name in the user interface. +manholeId = manhole_983_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388183.697467_5866137.747997 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39333,8 +13783,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387925.204459_5865784.545683 # Unique id of the storage node. -name = manhole_2809_generated # Long name in the user interface. -manholeId = manhole_2809_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_984_generated # Long name in the user interface. +manholeId = manhole_984_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387925.204459_5865784.545683 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39347,8 +13797,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387937.211691_5865832.252126 # Unique id of the storage node. -name = manhole_2810_generated # Long name in the user interface. -manholeId = manhole_2810_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_985_generated # Long name in the user interface. +manholeId = manhole_985_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387937.211691_5865832.252126 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39361,8 +13811,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387954.827088_5865878.043408 # Unique id of the storage node. -name = manhole_2811_generated # Long name in the user interface. -manholeId = manhole_2811_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_986_generated # Long name in the user interface. +manholeId = manhole_986_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387954.827088_5865878.043408 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39375,8 +13825,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387967.620662_5865925.436967 # Unique id of the storage node. -name = manhole_2812_generated # Long name in the user interface. -manholeId = manhole_2812_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_987_generated # Long name in the user interface. +manholeId = manhole_987_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387967.620662_5865925.436967 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39389,8 +13839,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387969.561903_5865974.386314 # Unique id of the storage node. -name = manhole_2813_generated # Long name in the user interface. -manholeId = manhole_2813_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_988_generated # Long name in the user interface. +manholeId = manhole_988_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387969.561903_5865974.386314 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39403,8 +13853,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387968.982558_5866023.571072 # Unique id of the storage node. -name = manhole_2814_generated # Long name in the user interface. -manholeId = manhole_2814_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_989_generated # Long name in the user interface. +manholeId = manhole_989_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387968.982558_5866023.571072 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39417,8 +13867,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387969.225197_5866072.657253 # Unique id of the storage node. -name = manhole_2815_generated # Long name in the user interface. -manholeId = manhole_2815_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_990_generated # Long name in the user interface. +manholeId = manhole_990_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387969.225197_5866072.657253 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39431,8 +13881,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387988.247400_5866112.298415 # Unique id of the storage node. -name = manhole_2816_generated # Long name in the user interface. -manholeId = manhole_2816_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_991_generated # Long name in the user interface. +manholeId = manhole_991_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387988.247400_5866112.298415 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39445,8 +13895,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388034.037428_5866130.255608 # Unique id of the storage node. -name = manhole_2817_generated # Long name in the user interface. -manholeId = manhole_2817_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_992_generated # Long name in the user interface. +manholeId = manhole_992_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388034.037428_5866130.255608 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39459,8 +13909,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387988.210685_5866144.678138 # Unique id of the storage node. -name = manhole_2818_generated # Long name in the user interface. -manholeId = manhole_2818_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_993_generated # Long name in the user interface. +manholeId = manhole_993_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387988.210685_5866144.678138 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39473,8 +13923,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387944.406121_5866164.065103 # Unique id of the storage node. -name = manhole_2819_generated # Long name in the user interface. -manholeId = manhole_2819_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_994_generated # Long name in the user interface. +manholeId = manhole_994_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387944.406121_5866164.065103 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39487,8 +13937,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387898.376188_5866173.560076 # Unique id of the storage node. -name = manhole_2820_generated # Long name in the user interface. -manholeId = manhole_2820_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_995_generated # Long name in the user interface. +manholeId = manhole_995_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387898.376188_5866173.560076 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39501,8 +13951,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387861.922561_5866145.113870 # Unique id of the storage node. -name = manhole_2821_generated # Long name in the user interface. -manholeId = manhole_2821_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_996_generated # Long name in the user interface. +manholeId = manhole_996_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387861.922561_5866145.113870 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39515,8 +13965,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387862.597009_5866099.287654 # Unique id of the storage node. -name = manhole_2822_generated # Long name in the user interface. -manholeId = manhole_2822_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_997_generated # Long name in the user interface. +manholeId = manhole_997_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387862.597009_5866099.287654 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39529,8 +13979,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387894.296242_5866064.312252 # Unique id of the storage node. -name = manhole_2823_generated # Long name in the user interface. -manholeId = manhole_2823_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_998_generated # Long name in the user interface. +manholeId = manhole_998_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387894.296242_5866064.312252 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39543,8 +13993,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387918.333023_5866023.860150 # Unique id of the storage node. -name = manhole_2824_generated # Long name in the user interface. -manholeId = manhole_2824_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_999_generated # Long name in the user interface. +manholeId = manhole_999_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387918.333023_5866023.860150 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39557,8 +14007,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387925.576027_5865976.462518 # Unique id of the storage node. -name = manhole_2825_generated # Long name in the user interface. -manholeId = manhole_2825_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_1000_generated # Long name in the user interface. +manholeId = manhole_1000_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387925.576027_5865976.462518 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39571,8 +14021,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387926.166852_5865928.505293 # Unique id of the storage node. -name = manhole_2826_generated # Long name in the user interface. -manholeId = manhole_2826_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_1001_generated # Long name in the user interface. +manholeId = manhole_1001_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387926.166852_5865928.505293 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39585,8 +14035,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387922.175475_5865880.628694 # Unique id of the storage node. -name = manhole_2827_generated # Long name in the user interface. -manholeId = manhole_2827_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_1002_generated # Long name in the user interface. +manholeId = manhole_1002_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387922.175475_5865880.628694 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39599,8 +14049,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387918.184098_5865832.752095 # Unique id of the storage node. -name = manhole_2828_generated # Long name in the user interface. -manholeId = manhole_2828_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_1003_generated # Long name in the user interface. +manholeId = manhole_1003_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387918.184098_5865832.752095 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39613,8 +14063,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1387914.316890_5865784.868878 # Unique id of the storage node. -name = manhole_2829_generated # Long name in the user interface. -manholeId = manhole_2829_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_1004_generated # Long name in the user interface. +manholeId = manhole_1004_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1387914.316890_5865784.868878 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39627,8 +14077,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388133.810787_5866135.250534 # Unique id of the storage node. -name = manhole_2830_generated # Long name in the user interface. -manholeId = manhole_2830_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_1005_generated # Long name in the user interface. +manholeId = manhole_1005_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388133.810787_5866135.250534 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. @@ -39641,8 +14091,8 @@ interpolate = linear # Interpolation type for stora [StorageNode] id = 1388083.924108_5866132.753071 # Unique id of the storage node. -name = manhole_2831_generated # Long name in the user interface. -manholeId = manhole_2831_generated # (optional) Unique id of manhole that this (compartment) node is part of. +name = manhole_1006_generated # Long name in the user interface. +manholeId = manhole_1006_generated # (optional) Unique id of manhole that this (compartment) node is part of. nodeType = unspecified # (optional) Type of the node. Possible values are: inspection: inspection chamber, soakawayDrain: soakaway drain (infiltration), compartment: manhole compartment, unspecified: general storage node of unspecified type nodeId = 1388083.924108_5866132.753071 # Connection node on which the storage node is located. useTable = 0 # Switch to select a simple (false) or tabulated (true) storage area. diff --git a/examples/dflowfm_piave/dimr_config.xml b/examples/dflowfm_piave/dimr_config.xml index 46c325a9..d8decb71 100644 --- a/examples/dflowfm_piave/dimr_config.xml +++ b/examples/dflowfm_piave/dimr_config.xml @@ -3,7 +3,7 @@ 1.3 hydrolib-core 0.5.2 - 2023-07-03T15:30:24.518574 + 2023-08-11T13:02:13.787118 diff --git a/examples/dflowfm_piave/geoms/boundaries.geojson b/examples/dflowfm_piave/geoms/boundaries.geojson index 3275d724..ef44e6f7 100644 --- a/examples/dflowfm_piave/geoms/boundaries.geojson +++ b/examples/dflowfm_piave/geoms/boundaries.geojson @@ -2,38 +2,37 @@ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } }, "features": [ -{ "type": "Feature", "properties": { "level_0": 1405600.8726798061, "level_1": 5860534.2327415431, "bedlev": null, "branchid": "pipe_8_E566", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": 0.5, "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_586_generated", "manhole_dn": "manhole_587_generated", "where": "downstream", "distance_right": 4.9670940520506759e-07, "index_right": 594, "nodeid": "1405600.872680_5860534.232742" }, "geometry": { "type": "Point", "coordinates": [ 1405600.872679806081578, 5860534.232741543091834 ] } }, -{ "type": "Feature", "properties": { "level_0": 1386078.4202513243, "level_1": 5859854.3928082353, "bedlev": null, "branchid": "pipe_9_E1239", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": 0.5, "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_1827_generated", "manhole_dn": "manhole_1828_generated", "where": "downstream", "distance_right": 4.0088765079104887e-07, "index_right": 1835, "nodeid": "1386078.420251_5859854.392808" }, "geometry": { "type": "Point", "coordinates": [ 1386078.420251324307173, 5859854.392808235250413 ] } }, -{ "type": "Feature", "properties": { "level_0": 1386045.2509392484, "level_1": 5859913.8590362957, "bedlev": null, "branchid": "pipe_10_E276", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": 0.5, "elevtn_up": 780.79998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_2105_generated", "manhole_dn": "manhole_2106_generated", "where": "downstream", "distance_right": 3.8584702415109949e-07, "index_right": 2113, "nodeid": "1386045.250939_5859913.859036" }, "geometry": { "type": "Point", "coordinates": [ 1386045.250939248362556, 5859913.859036295674741 ] } }, -{ "type": "Feature", "properties": { "level_0": 1384484.1807617808, "level_1": 5857184.3018050948, "bedlev": null, "branchid": "pipe_11_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": 0.5, "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2116_generated", "manhole_dn": "manhole_2117_generated", "where": "downstream", "distance_right": 2.3880128290434959e-07, "index_right": 2124, "nodeid": "1384484.180762_5857184.301805" }, "geometry": { "type": "Point", "coordinates": [ 1384484.18076178082265, 5857184.301805094815791 ] } }, -{ "type": "Feature", "properties": { "level_0": 1384480.7748306419, "level_1": 5857195.2444554009, "bedlev": null, "branchid": "pipe_15_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_15", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_15", "diameter": 0.5, "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2125_generated", "manhole_dn": "manhole_2126_generated", "where": "downstream", "distance_right": 5.3722077541611869e-07, "index_right": 2133, "nodeid": "1384480.774831_5857195.244455" }, "geometry": { "type": "Point", "coordinates": [ 1384480.774830641923472, 5857195.244455400854349 ] } }, -{ "type": "Feature", "properties": { "level_0": 1385834.1594623995, "level_1": 5858793.8441787036, "bedlev": null, "branchid": "pipe_20_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": 0.5, "elevtn_up": 755.79998779296875, "elevtn_dn": 755.79998779296875, "invlev_up": 753.29998779296875, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_2177_generated", "manhole_dn": "manhole_2178_generated", "where": "downstream", "distance_right": 4.9733410300668418e-07, "index_right": 2185, "nodeid": "1385834.159462_5858793.844179" }, "geometry": { "type": "Point", "coordinates": [ 1385834.15946239954792, 5858793.844178703613579 ] } }, -{ "type": "Feature", "properties": { "level_0": 1385177.8775195002, "level_1": 5858363.9756671879, "bedlev": null, "branchid": "pipe_21_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": 0.5, "elevtn_up": 758.9000244140625, "elevtn_dn": 756.79998779296875, "invlev_up": 756.4000244140625, "invlev_dn": 754.29998779296875, "manhole_up": "manhole_2183_generated", "manhole_dn": "manhole_2184_generated", "where": "downstream", "distance_right": 5.341153742051576e-07, "index_right": 2191, "nodeid": "1385177.877520_5858363.975667" }, "geometry": { "type": "Point", "coordinates": [ 1385177.877519500209019, 5858363.975667187944055 ] } }, -{ "type": "Feature", "properties": { "level_0": 1384799.2182603152, "level_1": 5858488.5922634779, "bedlev": null, "branchid": "pipe_23_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_23", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_23", "diameter": 0.5, "elevtn_up": 813.60003662109375, "elevtn_dn": 813.60003662109375, "invlev_up": 811.10003662109375, "invlev_dn": 811.10003662109375, "manhole_up": "manhole_2186_generated", "manhole_dn": "manhole_2187_generated", "where": "downstream", "distance_right": 5.7240456036556167e-07, "index_right": 2194, "nodeid": "1384799.218260_5858488.592263" }, "geometry": { "type": "Point", "coordinates": [ 1384799.21826031524688, 5858488.592263477854431 ] } }, -{ "type": "Feature", "properties": { "level_0": 1385472.2180530226, "level_1": 5858925.2730725091, "bedlev": null, "branchid": "pipe_25_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_25", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_25", "diameter": 0.5, "elevtn_up": 791.20001220703125, "elevtn_dn": 783.0, "invlev_up": 788.70001220703125, "invlev_dn": 780.5, "manhole_up": "manhole_2193_generated", "manhole_dn": "manhole_2194_generated", "where": "downstream", "distance_right": 4.913263386404469e-07, "index_right": 2201, "nodeid": "1385472.218053_5858925.273073" }, "geometry": { "type": "Point", "coordinates": [ 1385472.218053022632375, 5858925.273072509095073 ] } }, -{ "type": "Feature", "properties": { "level_0": 1388962.2407159139, "level_1": 5860301.717001454, "bedlev": null, "branchid": "pipe_32_E73", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": 0.5, "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_2278_generated", "manhole_dn": "manhole_2279_generated", "where": "downstream", "distance_right": 4.6166295054686266e-07, "index_right": 2286, "nodeid": "1388962.240716_5860301.717001" }, "geometry": { "type": "Point", "coordinates": [ 1388962.240715913940221, 5860301.717001453973353 ] } }, -{ "type": "Feature", "properties": { "level_0": 1386273.1738117875, "level_1": 5859335.3654602878, "bedlev": null, "branchid": "pipe_33_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": 0.5, "elevtn_up": 717.60003662109375, "elevtn_dn": 711.0, "invlev_up": 715.10003662109375, "invlev_dn": 708.5, "manhole_up": "manhole_2291_generated", "manhole_dn": "manhole_2292_generated", "where": "downstream", "distance_right": 3.577770704512787e-07, "index_right": 2299, "nodeid": "1386273.173812_5859335.365460" }, "geometry": { "type": "Point", "coordinates": [ 1386273.173811787506565, 5859335.36546028777957 ] } }, -{ "type": "Feature", "properties": { "level_0": 1386648.2717998775, "level_1": 5861347.6448151674, "bedlev": null, "branchid": "pipe_34_E89", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": 0.5, "elevtn_up": 732.4000244140625, "elevtn_dn": 724.29998779296875, "invlev_up": 729.9000244140625, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2381_generated", "manhole_dn": "", "where": "downstream", "distance_right": 2.0760817981128355e-07, "index_right": 5, "nodeid": "1386648.271800_5861347.644815" }, "geometry": { "type": "Point", "coordinates": [ 1386648.271799877518788, 5861347.644815167412162 ] } }, -{ "type": "Feature", "properties": { "level_0": 1386701.2500193263, "level_1": 5868081.6775851501, "bedlev": null, "branchid": "pipe_42_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": 0.5, "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2559_generated", "manhole_dn": "manhole_2560_generated", "where": "downstream", "distance_right": 3.5921927838397993e-07, "index_right": 2567, "nodeid": "1386701.250019_5868081.677585" }, "geometry": { "type": "Point", "coordinates": [ 1386701.250019326340407, 5868081.677585150115192 ] } }, -{ "type": "Feature", "properties": { "level_0": 1387975.2799954726, "level_1": 5866107.4257222451, "bedlev": null, "branchid": "pipe_48_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_48", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_48", "diameter": 0.5, "elevtn_up": 803.9000244140625, "elevtn_dn": 786.29998779296875, "invlev_up": 801.4000244140625, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_2570_generated", "manhole_dn": "manhole_2585_generated", "where": "downstream", "distance_right": 5.3234291644079913e-07, "index_right": 2592, "nodeid": "1387975.279995_5866107.425722" }, "geometry": { "type": "Point", "coordinates": [ 1387975.279995472636074, 5866107.425722245126963 ] } }, -{ "type": "Feature", "properties": { "level_0": 1383191.056227589, "level_1": 5854440.8114257297, "bedlev": 701.4000244140625, "branchid": "river_5", "height": 17.349960327148438, "width": 60.93007025, "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_5", "frictionid": "Manning_0.023", "index": null, "diameter": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null, "where": "downstream", "distance_right": 4.9175380812341708e-07, "index_right": 6, "nodeid": "1383191.056228_5854440.811426" }, "geometry": { "type": "Point", "coordinates": [ 1383191.056227589026093, 5854440.811425729654729 ] } }, -{ "type": "Feature", "properties": { "level_0": 1423659.595810513, "level_1": 5847415.1139793247, "bedlev": null, "branchid": "pipe_9_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": 0.5, "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_588_generated", "manhole_dn": "manhole_589_generated", "where": "upstream", "distance_right": 5.8557161464585659e-07, "index_right": 595, "nodeid": "1423659.595811_5847415.113979" }, "geometry": { "type": "Point", "coordinates": [ 1423659.595810513012111, 5847415.113979324698448 ] } }, -{ "type": "Feature", "properties": { "level_0": 1377952.9445647376, "level_1": 5850557.1265287632, "bedlev": null, "branchid": "pipe_10_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": 0.5, "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1829_generated", "manhole_dn": "manhole_1830_generated", "where": "upstream", "distance_right": 3.532881839870984e-07, "index_right": 1836, "nodeid": "1377952.944565_5850557.126529" }, "geometry": { "type": "Point", "coordinates": [ 1377952.944564737612382, 5850557.126528763212264 ] } }, -{ "type": "Feature", "properties": { "level_0": 1384196.86181646, "level_1": 5856829.8804841097, "bedlev": null, "branchid": "pipe_11_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": 0.5, "elevtn_up": 800.79998779296875, "elevtn_dn": 800.79998779296875, "invlev_up": 798.29998779296875, "invlev_dn": 798.29998779296875, "manhole_up": "manhole_2107_generated", "manhole_dn": "manhole_2108_generated", "where": "upstream", "distance_right": 4.7301652606593837e-07, "index_right": 2114, "nodeid": "1384196.861816_5856829.880484" }, "geometry": { "type": "Point", "coordinates": [ 1384196.861816460033879, 5856829.88048410974443 ] } }, -{ "type": "Feature", "properties": { "level_0": 1384289.0655242952, "level_1": 5856954.9478410175, "bedlev": null, "branchid": "pipe_12_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": 0.5, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2118_generated", "manhole_dn": "manhole_2119_generated", "where": "upstream", "distance_right": 2.9575907640532436e-07, "index_right": 2125, "nodeid": "1384289.065524_5856954.947841" }, "geometry": { "type": "Point", "coordinates": [ 1384289.06552429520525, 5856954.947841017507017 ] } }, -{ "type": "Feature", "properties": { "level_0": 1384512.4849668304, "level_1": 5857248.8580293376, "bedlev": null, "branchid": "pipe_20_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": 0.5, "elevtn_up": 805.0, "elevtn_dn": 796.29998779296875, "invlev_up": 802.5, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_2130_generated", "manhole_dn": "manhole_2131_generated", "where": "upstream", "distance_right": 3.7745466738450301e-07, "index_right": 2137, "nodeid": "1384512.484967_5857248.858029" }, "geometry": { "type": "Point", "coordinates": [ 1384512.484966830350459, 5857248.858029337599874 ] } }, -{ "type": "Feature", "properties": { "level_0": 1385352.4717880946, "level_1": 5858398.702550319, "bedlev": null, "branchid": "pipe_21_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": 0.5, "elevtn_up": 756.29998779296875, "elevtn_dn": 765.0, "invlev_up": 753.79998779296875, "invlev_dn": 762.5, "manhole_up": "manhole_2179_generated", "manhole_dn": "manhole_2180_generated", "where": "upstream", "distance_right": 3.3313663649888272e-07, "index_right": 2186, "nodeid": "1385352.471788_5858398.702550" }, "geometry": { "type": "Point", "coordinates": [ 1385352.471788094611838, 5858398.70255031902343 ] } }, -{ "type": "Feature", "properties": { "level_0": 1384748.1072519517, "level_1": 5858475.4653943758, "bedlev": null, "branchid": "pipe_23_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_23", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_23", "diameter": 0.5, "elevtn_up": 813.60003662109375, "elevtn_dn": 813.60003662109375, "invlev_up": 811.10003662109375, "invlev_dn": 811.10003662109375, "manhole_up": "manhole_2185_generated", "manhole_dn": "manhole_2186_generated", "where": "upstream", "distance_right": 3.7932856782999725e-07, "index_right": 2192, "nodeid": "1384748.107252_5858475.465394" }, "geometry": { "type": "Point", "coordinates": [ 1384748.107251951703802, 5858475.46539437584579 ] } }, -{ "type": "Feature", "properties": { "level_0": 1385425.8717415037, "level_1": 5858809.5220389515, "bedlev": null, "branchid": "pipe_25_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_25", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_25", "diameter": 0.5, "elevtn_up": 786.79998779296875, "elevtn_dn": 791.20001220703125, "invlev_up": 784.29998779296875, "invlev_dn": 788.70001220703125, "manhole_up": "manhole_2191_generated", "manhole_dn": "manhole_2192_generated", "where": "upstream", "distance_right": 4.9875171671174047e-07, "index_right": 2198, "nodeid": "1385425.871742_5858809.522039" }, "geometry": { "type": "Point", "coordinates": [ 1385425.871741503709927, 5858809.522038951516151 ] } }, -{ "type": "Feature", "properties": { "level_0": 1385861.3725137978, "level_1": 5858893.8325690301, "bedlev": null, "branchid": "pipe_29_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_29", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_29", "diameter": 0.5, "elevtn_up": 759.70001220703125, "elevtn_dn": 759.70001220703125, "invlev_up": 757.20001220703125, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_2195_generated", "manhole_dn": "manhole_2196_generated", "where": "upstream", "distance_right": 2.0428258687376185e-07, "index_right": 2202, "nodeid": "1385861.372514_5858893.832569" }, "geometry": { "type": "Point", "coordinates": [ 1385861.372513797832653, 5858893.832569030113518 ] } }, -{ "type": "Feature", "properties": { "level_0": 1387137.2230088995, "level_1": 5858981.7231069598, "bedlev": null, "branchid": "pipe_30_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": 0.5, "elevtn_up": 769.4000244140625, "elevtn_dn": 769.4000244140625, "invlev_up": 766.9000244140625, "invlev_dn": 766.9000244140625, "manhole_up": "manhole_2197_generated", "manhole_dn": "manhole_2198_generated", "where": "upstream", "distance_right": 1.0826199317136784e-07, "index_right": 2204, "nodeid": "1387137.223009_5858981.723107" }, "geometry": { "type": "Point", "coordinates": [ 1387137.22300889948383, 5858981.723106959834695 ] } }, -{ "type": "Feature", "properties": { "level_0": 1386030.9264584926, "level_1": 5859869.8815911002, "bedlev": null, "branchid": "pipe_36_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_36", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_36", "diameter": 0.5, "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_2385_generated", "manhole_dn": "manhole_2382_generated", "where": "upstream", "distance_right": 5.0283226172582603e-07, "index_right": 2392, "nodeid": "1386030.926458_5859869.881591" }, "geometry": { "type": "Point", "coordinates": [ 1386030.926458492642269, 5859869.881591100245714 ] } }, -{ "type": "Feature", "properties": { "level_0": 1386043.3811057615, "level_1": 5859908.1192919631, "bedlev": null, "branchid": "pipe_37_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_37", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_37", "diameter": 0.5, "elevtn_up": 766.29998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_2386_generated", "manhole_dn": "manhole_2382_generated", "where": "upstream", "distance_right": 2.4131141216608354e-07, "index_right": 2393, "nodeid": "1386043.381106_5859908.119292" }, "geometry": { "type": "Point", "coordinates": [ 1386043.381105761509389, 5859908.11929196305573 ] } }, -{ "type": "Feature", "properties": { "level_0": 1387931.6147025716, "level_1": 5866170.5421204576, "bedlev": null, "branchid": "pipe_45_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": 0.5, "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2571_generated", "manhole_dn": "manhole_2572_generated", "where": "upstream", "distance_right": 6.266084733821659e-07, "index_right": 2578, "nodeid": "1387931.614703_5866170.542120" }, "geometry": { "type": "Point", "coordinates": [ 1387931.614702571649104, 5866170.542120457626879 ] } }, -{ "type": "Feature", "properties": { "level_0": 1387940.4436740221, "level_1": 5865845.0932547273, "bedlev": null, "branchid": "pipe_47_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": 0.5, "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2579_generated", "manhole_dn": "manhole_2580_generated", "where": "upstream", "distance_right": 2.7377250423463006e-07, "index_right": 2586, "nodeid": "1387940.443674_5865845.093255" }, "geometry": { "type": "Point", "coordinates": [ 1387940.443674022099003, 5865845.093254727311432 ] } }, -{ "type": "Feature", "properties": { "level_0": 1396909.3579766441, "level_1": 5869743.8205725392, "bedlev": null, "branchid": "pipe_49_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": 0.5, "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2586_generated", "manhole_dn": "manhole_2587_generated", "where": "upstream", "distance_right": 5.8246023418504101e-07, "index_right": 2593, "nodeid": "1396909.357977_5869743.820573" }, "geometry": { "type": "Point", "coordinates": [ 1396909.357976644067094, 5869743.820572539232671 ] } }, -{ "type": "Feature", "properties": { "level_0": 1394694.0702762168, "level_1": 5867648.108302163, "bedlev": 865.60003662109375, "branchid": "river_1", "height": 22.5, "width": 60.500781333333329, "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_1", "frictionid": "Manning_0.023", "index": null, "diameter": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null, "where": "upstream", "distance_right": 2.7120132961912311e-07, "index_right": 0, "nodeid": "1394694.070276_5867648.108302" }, "geometry": { "type": "Point", "coordinates": [ 1394694.070276216836646, 5867648.108302162960172 ] } }, -{ "type": "Feature", "properties": { "level_0": 1386066.8097397459, "level_1": 5868052.7264932301, "bedlev": 813.29998779296875, "branchid": "river_2", "height": 13.574996948242188, "width": 63.595319, "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_2", "frictionid": "Manning_0.023", "index": null, "diameter": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null, "where": "upstream", "distance_right": 3.4269831423038173e-07, "index_right": 2, "nodeid": "1386066.809740_5868052.726493" }, "geometry": { "type": "Point", "coordinates": [ 1386066.809739745920524, 5868052.726493230089545 ] } }, -{ "type": "Feature", "properties": { "level_0": 1391540.018037077, "level_1": 5858077.5772200329, "bedlev": 952.79998779296875, "branchid": "river_3", "height": 21.70001220703125, "width": 50.0, "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_3", "frictionid": "Manning_0.023", "index": null, "diameter": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null, "where": "upstream", "distance_right": 8.367694927529332e-08, "index_right": 3, "nodeid": "1391540.018037_5858077.577220" }, "geometry": { "type": "Point", "coordinates": [ 1391540.01803707703948, 5858077.577220032922924 ] } } +{ "type": "Feature", "properties": { "level_0": 1383191.056227589, "level_1": 5854440.8114257297, "height": 17.349960327148438, "width": 60.93007025, "bedlev": 701.4000244140625, "branchid": "river_5", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_5", "frictionid": "Manning_0.023", "index": null, "diameter": null, "index_right": 6, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "where": "downstream", "distance_right": 4.9175380812341708e-07, "nodeid": "1383191.056228_5854440.811426" }, "geometry": { "type": "Point", "coordinates": [ 1383191.056227589026093, 5854440.811425729654729 ] } }, +{ "type": "Feature", "properties": { "level_0": 1393846.8667426864, "level_1": 5859166.3015384898, "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E140", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": 0.5, "index_right": 168, "elevtn_up": 1144.300048828125, "elevtn_dn": 1112.5, "invlev_up": 1141.800048828125, "invlev_dn": 1110.0, "where": "downstream", "distance_right": 5.8166784782944824e-07, "nodeid": "1393846.866743_5859166.301538" }, "geometry": { "type": "Point", "coordinates": [ 1393846.866742686368525, 5859166.301538489758968 ] } }, +{ "type": "Feature", "properties": { "level_0": 1386078.4202513243, "level_1": 5859854.3928082353, "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1239", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": 0.5, "index_right": 364, "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "where": "downstream", "distance_right": 4.0088765079104887e-07, "nodeid": "1386078.420251_5859854.392808" }, "geometry": { "type": "Point", "coordinates": [ 1386078.420251324307173, 5859854.392808235250413 ] } }, +{ "type": "Feature", "properties": { "level_0": 1386045.2509392484, "level_1": 5859913.8590362957, "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E276", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": 0.5, "index_right": 447, "elevtn_up": 780.79998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 763.79998779296875, "where": "downstream", "distance_right": 3.8584702415109949e-07, "nodeid": "1386045.250939_5859913.859036" }, "geometry": { "type": "Point", "coordinates": [ 1386045.250939248362556, 5859913.859036295674741 ] } }, +{ "type": "Feature", "properties": { "level_0": 1384484.1807617808, "level_1": 5857184.3018050948, "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E9", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": 0.5, "index_right": 458, "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "where": "downstream", "distance_right": 2.3880128290434959e-07, "nodeid": "1384484.180762_5857184.301805" }, "geometry": { "type": "Point", "coordinates": [ 1384484.18076178082265, 5857184.301805094815791 ] } }, +{ "type": "Feature", "properties": { "level_0": 1384480.7748306419, "level_1": 5857195.2444554009, "height": null, "width": null, "bedlev": null, "branchid": "pipe_15_E0", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_15", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_15", "diameter": 0.5, "index_right": 467, "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "where": "downstream", "distance_right": 5.3722077541611869e-07, "nodeid": "1384480.774831_5857195.244455" }, "geometry": { "type": "Point", "coordinates": [ 1384480.774830641923472, 5857195.244455400854349 ] } }, +{ "type": "Feature", "properties": { "level_0": 1385834.1594623995, "level_1": 5858793.8441787036, "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E47", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": 0.5, "index_right": 519, "elevtn_up": 755.79998779296875, "elevtn_dn": 755.79998779296875, "invlev_up": 753.29998779296875, "invlev_dn": 753.29998779296875, "where": "downstream", "distance_right": 4.9733410300668418e-07, "nodeid": "1385834.159462_5858793.844179" }, "geometry": { "type": "Point", "coordinates": [ 1385834.15946239954792, 5858793.844178703613579 ] } }, +{ "type": "Feature", "properties": { "level_0": 1385177.8775195002, "level_1": 5858363.9756671879, "height": null, "width": null, "bedlev": null, "branchid": "pipe_21_E4", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": 0.5, "index_right": 525, "elevtn_up": 758.9000244140625, "elevtn_dn": 756.79998779296875, "invlev_up": 756.4000244140625, "invlev_dn": 754.29998779296875, "where": "downstream", "distance_right": 5.341153742051576e-07, "nodeid": "1385177.877520_5858363.975667" }, "geometry": { "type": "Point", "coordinates": [ 1385177.877519500209019, 5858363.975667187944055 ] } }, +{ "type": "Feature", "properties": { "level_0": 1384799.2182603152, "level_1": 5858488.5922634779, "height": null, "width": null, "bedlev": null, "branchid": "pipe_23_E1", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_23", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_23", "diameter": 0.5, "index_right": 528, "elevtn_up": 813.60003662109375, "elevtn_dn": 813.60003662109375, "invlev_up": 811.10003662109375, "invlev_dn": 811.10003662109375, "where": "downstream", "distance_right": 5.7240456036556167e-07, "nodeid": "1384799.218260_5858488.592263" }, "geometry": { "type": "Point", "coordinates": [ 1384799.21826031524688, 5858488.592263477854431 ] } }, +{ "type": "Feature", "properties": { "level_0": 1385472.2180530226, "level_1": 5858925.2730725091, "height": null, "width": null, "bedlev": null, "branchid": "pipe_25_E2", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_25", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_25", "diameter": 0.5, "index_right": 535, "elevtn_up": 791.20001220703125, "elevtn_dn": 783.0, "invlev_up": 788.70001220703125, "invlev_dn": 780.5, "where": "downstream", "distance_right": 4.913263386404469e-07, "nodeid": "1385472.218053_5858925.273073" }, "geometry": { "type": "Point", "coordinates": [ 1385472.218053022632375, 5858925.273072509095073 ] } }, +{ "type": "Feature", "properties": { "level_0": 1388962.2407159139, "level_1": 5860301.717001454, "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E73", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": 0.5, "index_right": 620, "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "where": "downstream", "distance_right": 4.6166295054686266e-07, "nodeid": "1388962.240716_5860301.717001" }, "geometry": { "type": "Point", "coordinates": [ 1388962.240715913940221, 5860301.717001453973353 ] } }, +{ "type": "Feature", "properties": { "level_0": 1386273.1738117875, "level_1": 5859335.3654602878, "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E12", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": 0.5, "index_right": 633, "elevtn_up": 717.60003662109375, "elevtn_dn": 711.0, "invlev_up": 715.10003662109375, "invlev_dn": 708.5, "where": "downstream", "distance_right": 3.577770704512787e-07, "nodeid": "1386273.173812_5859335.365460" }, "geometry": { "type": "Point", "coordinates": [ 1386273.173811787506565, 5859335.36546028777957 ] } }, +{ "type": "Feature", "properties": { "level_0": 1387692.1617963261, "level_1": 5866783.4206203762, "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E7", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": 0.5, "index_right": 867, "elevtn_up": 816.10003662109375, "elevtn_dn": 802.4000244140625, "invlev_up": 813.60003662109375, "invlev_dn": 799.9000244140625, "where": "downstream", "distance_right": 4.9781434926194598e-07, "nodeid": "1387692.161796_5866783.420620" }, "geometry": { "type": "Point", "coordinates": [ 1387692.161796326050535, 5866783.420620376244187 ] } }, +{ "type": "Feature", "properties": { "level_0": 1387975.2799954726, "level_1": 5866107.4257222451, "height": null, "width": null, "bedlev": null, "branchid": "pipe_48_E0", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_48", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_48", "diameter": 0.5, "index_right": 892, "elevtn_up": 803.9000244140625, "elevtn_dn": 786.29998779296875, "invlev_up": 801.4000244140625, "invlev_dn": 783.79998779296875, "where": "downstream", "distance_right": 5.3234291644079913e-07, "nodeid": "1387975.279995_5866107.425722" }, "geometry": { "type": "Point", "coordinates": [ 1387975.279995472636074, 5866107.425722245126963 ] } }, +{ "type": "Feature", "properties": { "level_0": 1394694.0702762168, "level_1": 5867648.108302163, "height": 22.5, "width": 60.500781333333329, "bedlev": 865.60003662109375, "branchid": "river_1", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_1", "frictionid": "Manning_0.023", "index": null, "diameter": null, "index_right": 0, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "where": "upstream", "distance_right": 2.7120132961912311e-07, "nodeid": "1394694.070276_5867648.108302" }, "geometry": { "type": "Point", "coordinates": [ 1394694.070276216836646, 5867648.108302162960172 ] } }, +{ "type": "Feature", "properties": { "level_0": 1386066.8097397459, "level_1": 5868052.7264932301, "height": 13.574996948242188, "width": 63.595319, "bedlev": 813.29998779296875, "branchid": "river_2", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_2", "frictionid": "Manning_0.023", "index": null, "diameter": null, "index_right": 2, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "where": "upstream", "distance_right": 3.4269831423038173e-07, "nodeid": "1386066.809740_5868052.726493" }, "geometry": { "type": "Point", "coordinates": [ 1386066.809739745920524, 5868052.726493230089545 ] } }, +{ "type": "Feature", "properties": { "level_0": 1391540.018037077, "level_1": 5858077.5772200329, "height": 21.70001220703125, "width": 50.0, "bedlev": 952.79998779296875, "branchid": "river_3", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_3", "frictionid": "Manning_0.023", "index": null, "diameter": null, "index_right": 3, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "where": "upstream", "distance_right": 8.367694927529332e-08, "nodeid": "1391540.018037_5858077.577220" }, "geometry": { "type": "Point", "coordinates": [ 1391540.01803707703948, 5858077.577220032922924 ] } }, +{ "type": "Feature", "properties": { "level_0": 1388521.2575925963, "level_1": 5855362.0276134778, "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1045", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": 0.5, "index_right": 169, "elevtn_up": 968.29998779296875, "elevtn_dn": 968.29998779296875, "invlev_up": 965.79998779296875, "invlev_dn": 965.79998779296875, "where": "upstream", "distance_right": 6.2550722664998962e-07, "nodeid": "1388521.257593_5855362.027613" }, "geometry": { "type": "Point", "coordinates": [ 1388521.257592596346512, 5855362.027613477781415 ] } }, +{ "type": "Feature", "properties": { "level_0": 1384050.267680947, "level_1": 5856698.7020015484, "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E195", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": 0.5, "index_right": 365, "elevtn_up": 814.29998779296875, "elevtn_dn": 802.9000244140625, "invlev_up": 811.79998779296875, "invlev_dn": 800.4000244140625, "where": "upstream", "distance_right": 4.5480020130277707e-07, "nodeid": "1384050.267681_5856698.702002" }, "geometry": { "type": "Point", "coordinates": [ 1384050.267680946970358, 5856698.702001548372209 ] } }, +{ "type": "Feature", "properties": { "level_0": 1384196.86181646, "level_1": 5856829.8804841097, "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E0", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": 0.5, "index_right": 448, "elevtn_up": 800.79998779296875, "elevtn_dn": 800.79998779296875, "invlev_up": 798.29998779296875, "invlev_dn": 798.29998779296875, "where": "upstream", "distance_right": 4.7301652606593837e-07, "nodeid": "1384196.861816_5856829.880484" }, "geometry": { "type": "Point", "coordinates": [ 1384196.861816460033879, 5856829.88048410974443 ] } }, +{ "type": "Feature", "properties": { "level_0": 1384289.0655242952, "level_1": 5856954.9478410175, "height": null, "width": null, "bedlev": null, "branchid": "pipe_12_E0", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": 0.5, "index_right": 459, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "where": "upstream", "distance_right": 2.9575907640532436e-07, "nodeid": "1384289.065524_5856954.947841" }, "geometry": { "type": "Point", "coordinates": [ 1384289.06552429520525, 5856954.947841017507017 ] } }, +{ "type": "Feature", "properties": { "level_0": 1384512.4849668304, "level_1": 5857248.8580293376, "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E0", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": 0.5, "index_right": 471, "elevtn_up": 805.0, "elevtn_dn": 796.29998779296875, "invlev_up": 802.5, "invlev_dn": 793.79998779296875, "where": "upstream", "distance_right": 3.7745466738450301e-07, "nodeid": "1384512.484967_5857248.858029" }, "geometry": { "type": "Point", "coordinates": [ 1384512.484966830350459, 5857248.858029337599874 ] } }, +{ "type": "Feature", "properties": { "level_0": 1385352.4717880946, "level_1": 5858398.702550319, "height": null, "width": null, "bedlev": null, "branchid": "pipe_21_E0", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": 0.5, "index_right": 520, "elevtn_up": 756.29998779296875, "elevtn_dn": 765.0, "invlev_up": 753.79998779296875, "invlev_dn": 762.5, "where": "upstream", "distance_right": 3.3313663649888272e-07, "nodeid": "1385352.471788_5858398.702550" }, "geometry": { "type": "Point", "coordinates": [ 1385352.471788094611838, 5858398.70255031902343 ] } }, +{ "type": "Feature", "properties": { "level_0": 1384748.1072519517, "level_1": 5858475.4653943758, "height": null, "width": null, "bedlev": null, "branchid": "pipe_23_E0", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_23", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_23", "diameter": 0.5, "index_right": 526, "elevtn_up": 813.60003662109375, "elevtn_dn": 813.60003662109375, "invlev_up": 811.10003662109375, "invlev_dn": 811.10003662109375, "where": "upstream", "distance_right": 3.7932856782999725e-07, "nodeid": "1384748.107252_5858475.465394" }, "geometry": { "type": "Point", "coordinates": [ 1384748.107251951703802, 5858475.46539437584579 ] } }, +{ "type": "Feature", "properties": { "level_0": 1385425.8717415037, "level_1": 5858809.5220389515, "height": null, "width": null, "bedlev": null, "branchid": "pipe_25_E0", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_25", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_25", "diameter": 0.5, "index_right": 532, "elevtn_up": 786.79998779296875, "elevtn_dn": 791.20001220703125, "invlev_up": 784.29998779296875, "invlev_dn": 788.70001220703125, "where": "upstream", "distance_right": 4.9875171671174047e-07, "nodeid": "1385425.871742_5858809.522039" }, "geometry": { "type": "Point", "coordinates": [ 1385425.871741503709927, 5858809.522038951516151 ] } }, +{ "type": "Feature", "properties": { "level_0": 1385861.3725137978, "level_1": 5858893.8325690301, "height": null, "width": null, "bedlev": null, "branchid": "pipe_29_E0", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_29", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_29", "diameter": 0.5, "index_right": 536, "elevtn_up": 759.70001220703125, "elevtn_dn": 759.70001220703125, "invlev_up": 757.20001220703125, "invlev_dn": 757.20001220703125, "where": "upstream", "distance_right": 2.0428258687376185e-07, "nodeid": "1385861.372514_5858893.832569" }, "geometry": { "type": "Point", "coordinates": [ 1385861.372513797832653, 5858893.832569030113518 ] } }, +{ "type": "Feature", "properties": { "level_0": 1387137.2230088995, "level_1": 5858981.7231069598, "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E0", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": 0.5, "index_right": 538, "elevtn_up": 769.4000244140625, "elevtn_dn": 769.4000244140625, "invlev_up": 766.9000244140625, "invlev_dn": 766.9000244140625, "where": "upstream", "distance_right": 1.0826199317136784e-07, "nodeid": "1387137.223009_5858981.723107" }, "geometry": { "type": "Point", "coordinates": [ 1387137.22300889948383, 5858981.723106959834695 ] } }, +{ "type": "Feature", "properties": { "level_0": 1386030.9264584926, "level_1": 5859869.8815911002, "height": null, "width": null, "bedlev": null, "branchid": "pipe_36_E0", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_36", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_36", "diameter": 0.5, "index_right": 726, "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "where": "upstream", "distance_right": 5.0283226172582603e-07, "nodeid": "1386030.926458_5859869.881591" }, "geometry": { "type": "Point", "coordinates": [ 1386030.926458492642269, 5859869.881591100245714 ] } }, +{ "type": "Feature", "properties": { "level_0": 1386043.3811057615, "level_1": 5859908.1192919631, "height": null, "width": null, "bedlev": null, "branchid": "pipe_37_E0", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_37", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_37", "diameter": 0.5, "index_right": 727, "elevtn_up": 766.29998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 778.29998779296875, "where": "upstream", "distance_right": 2.4131141216608354e-07, "nodeid": "1386043.381106_5859908.119292" }, "geometry": { "type": "Point", "coordinates": [ 1386043.381105761509389, 5859908.11929196305573 ] } }, +{ "type": "Feature", "properties": { "level_0": 1387931.6147025716, "level_1": 5866170.5421204576, "height": null, "width": null, "bedlev": null, "branchid": "pipe_45_E0", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": 0.5, "index_right": 878, "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "where": "upstream", "distance_right": 6.266084733821659e-07, "nodeid": "1387931.614703_5866170.542120" }, "geometry": { "type": "Point", "coordinates": [ 1387931.614702571649104, 5866170.542120457626879 ] } }, +{ "type": "Feature", "properties": { "level_0": 1387940.4436740221, "level_1": 5865845.0932547273, "height": null, "width": null, "bedlev": null, "branchid": "pipe_47_E0", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": 0.5, "index_right": 886, "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "where": "upstream", "distance_right": 2.7377250423463006e-07, "nodeid": "1387940.443674_5865845.093255" }, "geometry": { "type": "Point", "coordinates": [ 1387940.443674022099003, 5865845.093254727311432 ] } }, +{ "type": "Feature", "properties": { "level_0": 1392926.9667947688, "level_1": 5866808.5014050379, "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E125", "branchtype": "pipe", "branchorder": -1.0, "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": 0.5, "index_right": 893, "elevtn_up": 909.5, "elevtn_dn": 910.4000244140625, "invlev_up": 907.0, "invlev_dn": 907.9000244140625, "where": "upstream", "distance_right": 2.3433279429140186e-07, "nodeid": "1392926.966795_5866808.501405" }, "geometry": { "type": "Point", "coordinates": [ 1392926.966794768813998, 5866808.501405037939548 ] } } ] } diff --git a/examples/dflowfm_piave/geoms/branches.geojson b/examples/dflowfm_piave/geoms/branches.geojson index 14ded807..6f2e50ab 100644 --- a/examples/dflowfm_piave/geoms/branches.geojson +++ b/examples/dflowfm_piave/geoms/branches.geojson @@ -2,2837 +2,1012 @@ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } }, "features": [ -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_0_generated", "manhole_dn": "manhole_1_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512115787715, 5860111.688302734866738 ], [ 1389238.298387300921604, 5860147.714495398104191 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 933.5, "invlev_up": 913.4000244140625, "invlev_dn": 931.0, "manhole_up": "manhole_1_generated", "manhole_dn": "manhole_2_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389238.298387300921604, 5860147.714495398104191 ], [ 1389210.947846550960094, 5860184.343885350972414 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 933.5, "elevtn_dn": 933.5, "invlev_up": 931.0, "invlev_dn": 931.0, "manhole_up": "manhole_2_generated", "manhole_dn": "manhole_3_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389210.947846550960094, 5860184.343885350972414 ], [ 1389186.961922727525234, 5860223.315261371433735 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 933.5, "elevtn_dn": 935.5, "invlev_up": 931.0, "invlev_dn": 933.0, "manhole_up": "manhole_3_generated", "manhole_dn": "manhole_4_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389186.961922727525234, 5860223.315261371433735 ], [ 1389162.755598766496405, 5860262.142883376218379 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 935.5, "elevtn_dn": 935.5, "invlev_up": 933.0, "invlev_dn": 933.0, "manhole_up": "manhole_4_generated", "manhole_dn": "manhole_5_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389162.755598766496405, 5860262.142883376218379 ], [ 1389136.759307563304901, 5860299.80301527120173 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 935.5, "elevtn_dn": 936.5, "invlev_up": 933.0, "invlev_dn": 934.0, "manhole_up": "manhole_5_generated", "manhole_dn": "manhole_6_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389136.759307563304901, 5860299.80301527120173 ], [ 1389109.7301227634307, 5860336.652257356792688 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 936.5, "elevtn_dn": 941.10003662109375, "invlev_up": 934.0, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_6_generated", "manhole_dn": "manhole_7_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389109.7301227634307, 5860336.652257356792688 ], [ 1389073.18478828552179, 5860363.522737024351954 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 941.10003662109375, "elevtn_dn": 941.10003662109375, "invlev_up": 938.60003662109375, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_7_generated", "manhole_dn": "manhole_8_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389073.18478828552179, 5860363.522737024351954 ], [ 1389032.546542100608349, 5860384.329287325032055 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 941.10003662109375, "elevtn_dn": 941.10003662109375, "invlev_up": 938.60003662109375, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_8_generated", "manhole_dn": "manhole_9_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389032.546542100608349, 5860384.329287325032055 ], [ 1388989.578410296700895, 5860400.071978960186243 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 941.10003662109375, "elevtn_dn": 951.29998779296875, "invlev_up": 938.60003662109375, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_9_generated", "manhole_dn": "manhole_10_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388989.578410296700895, 5860400.071978960186243 ], [ 1388946.301100668497384, 5860414.883977899327874 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_0_generated", "manhole_dn": "manhole_11_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512115787715, 5860111.688302734866738 ], [ 1389221.905703959986567, 5860123.3256367566064 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_11_generated", "manhole_dn": "manhole_12_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389221.905703959986567, 5860123.3256367566064 ], [ 1389177.295895804418251, 5860134.962970778346062 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 919.60003662109375, "invlev_up": 913.4000244140625, "invlev_dn": 917.10003662109375, "manhole_up": "manhole_12_generated", "manhole_dn": "manhole_13_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389177.295895804418251, 5860134.962970778346062 ], [ 1389132.686087648617104, 5860146.600304800085723 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 919.60003662109375, "elevtn_dn": 919.60003662109375, "invlev_up": 917.10003662109375, "invlev_dn": 917.10003662109375, "manhole_up": "manhole_13_generated", "manhole_dn": "manhole_14_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389132.686087648617104, 5860146.600304800085723 ], [ 1389088.076279493048787, 5860158.237638821825385 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 919.60003662109375, "elevtn_dn": 938.10003662109375, "invlev_up": 917.10003662109375, "invlev_dn": 935.60003662109375, "manhole_up": "manhole_14_generated", "manhole_dn": "manhole_15_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389088.076279493048787, 5860158.237638821825385 ], [ 1389044.226173994829878, 5860172.143308508209884 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 938.10003662109375, "elevtn_dn": 938.10003662109375, "invlev_up": 935.60003662109375, "invlev_dn": 935.60003662109375, "manhole_up": "manhole_15_generated", "manhole_dn": "manhole_16_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389044.226173994829878, 5860172.143308508209884 ], [ 1389012.527182487538084, 5860198.239755615592003 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 938.10003662109375, "elevtn_dn": 938.10003662109375, "invlev_up": 935.60003662109375, "invlev_dn": 935.60003662109375, "manhole_up": "manhole_16_generated", "manhole_dn": "manhole_17_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389012.527182487538084, 5860198.239755615592003 ], [ 1388995.773122631013393, 5860240.481283166445792 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 938.10003662109375, "elevtn_dn": 945.0, "invlev_up": 935.60003662109375, "invlev_dn": 942.5, "manhole_up": "manhole_17_generated", "manhole_dn": "manhole_18_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388995.773122631013393, 5860240.481283166445792 ], [ 1388973.630034049740061, 5860280.918223639950156 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 945.0, "elevtn_dn": 951.29998779296875, "invlev_up": 942.5, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_18_generated", "manhole_dn": "manhole_19_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388973.630034049740061, 5860280.918223639950156 ], [ 1388961.171157888136804, 5860324.081192856654525 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_19_generated", "manhole_dn": "manhole_20_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388961.171157888136804, 5860324.081192856654525 ], [ 1388955.410555170848966, 5860369.690168970264494 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_20_generated", "manhole_dn": "manhole_10_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388955.410555170848966, 5860369.690168970264494 ], [ 1388946.301100668497384, 5860414.883977899327874 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 914.5, "invlev_up": 913.4000244140625, "invlev_dn": 912.0, "manhole_up": "manhole_0_generated", "manhole_dn": "manhole_21_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512115787715, 5860111.688302734866738 ], [ 1389306.50000010849908, 5860083.476415127515793 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 914.5, "elevtn_dn": 914.5, "invlev_up": 912.0, "invlev_dn": 912.0, "manhole_up": "manhole_21_generated", "manhole_dn": "manhole_22_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389306.50000010849908, 5860083.476415127515793 ], [ 1389355.420758404070511, 5860074.630405306816101 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 914.5, "elevtn_dn": 929.9000244140625, "invlev_up": 912.0, "invlev_dn": 927.4000244140625, "manhole_up": "manhole_22_generated", "manhole_dn": "manhole_23_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389355.420758404070511, 5860074.630405306816101 ], [ 1389389.090761042200029, 5860042.4449307853356 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 929.9000244140625, "elevtn_dn": 955.0, "invlev_up": 927.4000244140625, "invlev_dn": 952.5, "manhole_up": "manhole_23_generated", "manhole_dn": "manhole_24_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389389.090761042200029, 5860042.4449307853356 ], [ 1389404.036260401364416, 5859994.775433851405978 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_24_generated", "manhole_dn": "manhole_25_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389404.036260401364416, 5859994.775433851405978 ], [ 1389418.744130451697856, 5859947.032028519548476 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_25_generated", "manhole_dn": "manhole_26_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389418.744130451697856, 5859947.032028519548476 ], [ 1389423.265342897269875, 5859897.853969652205706 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 955.0, "elevtn_dn": 975.29998779296875, "invlev_up": 952.5, "invlev_dn": 972.79998779296875, "manhole_up": "manhole_26_generated", "manhole_dn": "manhole_27_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389423.265342897269875, 5859897.853969652205706 ], [ 1389395.831073811277747, 5859856.743154510855675 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 975.29998779296875, "elevtn_dn": 963.0, "invlev_up": 972.79998779296875, "invlev_dn": 960.5, "manhole_up": "manhole_27_generated", "manhole_dn": "manhole_28_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389395.831073811277747, 5859856.743154510855675 ], [ 1389350.827042841585353, 5859839.640478814020753 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 963.0, "elevtn_dn": 963.0, "invlev_up": 960.5, "invlev_dn": 960.5, "manhole_up": "manhole_28_generated", "manhole_dn": "manhole_29_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389350.827042841585353, 5859839.640478814020753 ], [ 1389303.795788601972163, 5859855.887689013034105 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 963.0, "elevtn_dn": 945.4000244140625, "invlev_up": 960.5, "invlev_dn": 942.9000244140625, "manhole_up": "manhole_29_generated", "manhole_dn": "manhole_30_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389303.795788601972163, 5859855.887689013034105 ], [ 1389256.284586790716276, 5859863.631580747663975 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 945.4000244140625, "elevtn_dn": 945.4000244140625, "invlev_up": 942.9000244140625, "invlev_dn": 942.9000244140625, "manhole_up": "manhole_30_generated", "manhole_dn": "manhole_31_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389256.284586790716276, 5859863.631580747663975 ], [ 1389227.308454349869862, 5859823.781623384915292 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 945.4000244140625, "elevtn_dn": 945.4000244140625, "invlev_up": 942.9000244140625, "invlev_dn": 942.9000244140625, "manhole_up": "manhole_31_generated", "manhole_dn": "manhole_32_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389227.308454349869862, 5859823.781623384915292 ], [ 1389202.745489193825051, 5859780.279727600514889 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 945.4000244140625, "elevtn_dn": 959.10003662109375, "invlev_up": 942.9000244140625, "invlev_dn": 956.60003662109375, "manhole_up": "manhole_32_generated", "manhole_dn": "manhole_33_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389202.745489193825051, 5859780.279727600514889 ], [ 1389178.18252403778024, 5859736.777831817045808 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 959.10003662109375, "elevtn_dn": 944.79998779296875, "invlev_up": 956.60003662109375, "invlev_dn": 942.29998779296875, "manhole_up": "manhole_33_generated", "manhole_dn": "manhole_34_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389178.18252403778024, 5859736.777831817045808 ], [ 1389155.231297271326184, 5859692.450142606161535 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 944.79998779296875, "elevtn_dn": 944.79998779296875, "invlev_up": 942.29998779296875, "invlev_dn": 942.29998779296875, "manhole_up": "manhole_34_generated", "manhole_dn": "manhole_35_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389155.231297271326184, 5859692.450142606161535 ], [ 1389141.413412723457441, 5859644.883844587020576 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 944.79998779296875, "elevtn_dn": 952.4000244140625, "invlev_up": 942.29998779296875, "invlev_dn": 949.9000244140625, "manhole_up": "manhole_35_generated", "manhole_dn": "manhole_36_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389141.413412723457441, 5859644.883844587020576 ], [ 1389151.802280035568401, 5859598.61804121825844 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 952.4000244140625, "elevtn_dn": 960.70001220703125, "invlev_up": 949.9000244140625, "invlev_dn": 958.20001220703125, "manhole_up": "manhole_36_generated", "manhole_dn": "manhole_37_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389151.802280035568401, 5859598.61804121825844 ], [ 1389191.073854762827978, 5859569.046822287142277 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 960.70001220703125, "elevtn_dn": 960.70001220703125, "invlev_up": 958.20001220703125, "invlev_dn": 958.20001220703125, "manhole_up": "manhole_37_generated", "manhole_dn": "manhole_38_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389191.073854762827978, 5859569.046822287142277 ], [ 1389239.915165816899389, 5859563.955490378662944 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 960.70001220703125, "elevtn_dn": 969.60003662109375, "invlev_up": 958.20001220703125, "invlev_dn": 967.10003662109375, "manhole_up": "manhole_38_generated", "manhole_dn": "manhole_39_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389239.915165816899389, 5859563.955490378662944 ], [ 1389289.757686472963542, 5859566.285022127442062 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 969.60003662109375, "elevtn_dn": 969.60003662109375, "invlev_up": 967.10003662109375, "invlev_dn": 967.10003662109375, "manhole_up": "manhole_39_generated", "manhole_dn": "manhole_40_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389289.757686472963542, 5859566.285022127442062 ], [ 1389339.615828452631831, 5859566.079234052449465 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 969.60003662109375, "elevtn_dn": 976.29998779296875, "invlev_up": 967.10003662109375, "invlev_dn": 973.79998779296875, "manhole_up": "manhole_40_generated", "manhole_dn": "manhole_41_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389339.615828452631831, 5859566.079234052449465 ], [ 1389387.354307833593339, 5859551.676988741382957 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 976.29998779296875, "elevtn_dn": 976.29998779296875, "invlev_up": 973.79998779296875, "invlev_dn": 973.79998779296875, "manhole_up": "manhole_41_generated", "manhole_dn": "manhole_42_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389387.354307833593339, 5859551.676988741382957 ], [ 1389428.692968821851537, 5859524.248876142315567 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 976.29998779296875, "elevtn_dn": 966.79998779296875, "invlev_up": 973.79998779296875, "invlev_dn": 964.29998779296875, "manhole_up": "manhole_42_generated", "manhole_dn": "manhole_43_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389428.692968821851537, 5859524.248876142315567 ], [ 1389461.138921525795013, 5859486.477508954703808 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 966.79998779296875, "elevtn_dn": 966.79998779296875, "invlev_up": 964.29998779296875, "invlev_dn": 964.29998779296875, "manhole_up": "manhole_43_generated", "manhole_dn": "manhole_44_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389461.138921525795013, 5859486.477508954703808 ], [ 1389482.45163832209073, 5859441.487986368127167 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 966.79998779296875, "elevtn_dn": 966.79998779296875, "invlev_up": 964.29998779296875, "invlev_dn": 964.29998779296875, "manhole_up": "manhole_44_generated", "manhole_dn": "manhole_45_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389482.45163832209073, 5859441.487986368127167 ], [ 1389497.215460168197751, 5859393.906833835877478 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 966.79998779296875, "elevtn_dn": 957.29998779296875, "invlev_up": 964.29998779296875, "invlev_dn": 954.79998779296875, "manhole_up": "manhole_45_generated", "manhole_dn": "manhole_46_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389497.215460168197751, 5859393.906833835877478 ], [ 1389508.394423164660111, 5859345.216126504354179 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 957.29998779296875, "elevtn_dn": 957.29998779296875, "invlev_up": 954.79998779296875, "invlev_dn": 954.79998779296875, "manhole_up": "manhole_46_generated", "manhole_dn": "manhole_47_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389508.394423164660111, 5859345.216126504354179 ], [ 1389518.522437864448875, 5859296.29671473056078 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 957.29998779296875, "elevtn_dn": 957.29998779296875, "invlev_up": 954.79998779296875, "invlev_dn": 954.79998779296875, "manhole_up": "manhole_47_generated", "manhole_dn": "manhole_48_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389518.522437864448875, 5859296.29671473056078 ], [ 1389528.588071504374966, 5859247.363727764226496 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 957.29998779296875, "elevtn_dn": 950.20001220703125, "invlev_up": 954.79998779296875, "invlev_dn": 947.70001220703125, "manhole_up": "manhole_48_generated", "manhole_dn": "manhole_49_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389528.588071504374966, 5859247.363727764226496 ], [ 1389538.653705144301057, 5859198.43074079696089 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 950.20001220703125, "elevtn_dn": 957.60003662109375, "invlev_up": 947.70001220703125, "invlev_dn": 955.10003662109375, "manhole_up": "manhole_49_generated", "manhole_dn": "manhole_50_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389538.653705144301057, 5859198.43074079696089 ], [ 1389548.719338784459978, 5859149.497753830626607 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 957.60003662109375, "elevtn_dn": 957.60003662109375, "invlev_up": 955.10003662109375, "invlev_dn": 955.10003662109375, "manhole_up": "manhole_50_generated", "manhole_dn": "manhole_51_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389548.719338784459978, 5859149.497753830626607 ], [ 1389558.784972424386069, 5859100.564766863361001 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 957.60003662109375, "elevtn_dn": 954.79998779296875, "invlev_up": 955.10003662109375, "invlev_dn": 952.29998779296875, "manhole_up": "manhole_51_generated", "manhole_dn": "manhole_52_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389558.784972424386069, 5859100.564766863361001 ], [ 1389568.85060606431216, 5859051.631779897026718 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 954.79998779296875, "elevtn_dn": 954.79998779296875, "invlev_up": 952.29998779296875, "invlev_dn": 952.29998779296875, "manhole_up": "manhole_52_generated", "manhole_dn": "manhole_53_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389568.85060606431216, 5859051.631779897026718 ], [ 1389578.916239704471081, 5859002.698792929761112 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 954.79998779296875, "elevtn_dn": 954.79998779296875, "invlev_up": 952.29998779296875, "invlev_dn": 952.29998779296875, "manhole_up": "manhole_53_generated", "manhole_dn": "manhole_54_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389578.916239704471081, 5859002.698792929761112 ], [ 1389588.981873344397172, 5858953.765805963426828 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 954.79998779296875, "elevtn_dn": 956.10003662109375, "invlev_up": 952.29998779296875, "invlev_dn": 953.60003662109375, "manhole_up": "manhole_54_generated", "manhole_dn": "manhole_55_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389588.981873344397172, 5858953.765805963426828 ], [ 1389599.047506984323263, 5858904.832818996161222 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 956.10003662109375, "elevtn_dn": 956.10003662109375, "invlev_up": 953.60003662109375, "invlev_dn": 953.60003662109375, "manhole_up": "manhole_55_generated", "manhole_dn": "manhole_56_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389599.047506984323263, 5858904.832818996161222 ], [ 1389613.243873829254881, 5858857.048414096236229 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 956.10003662109375, "elevtn_dn": 966.29998779296875, "invlev_up": 953.60003662109375, "invlev_dn": 963.79998779296875, "manhole_up": "manhole_56_generated", "manhole_dn": "manhole_57_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389613.243873829254881, 5858857.048414096236229 ], [ 1389631.198101107496768, 5858810.554778259247541 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 966.29998779296875, "elevtn_dn": 968.70001220703125, "invlev_up": 963.79998779296875, "invlev_dn": 966.20001220703125, "manhole_up": "manhole_57_generated", "manhole_dn": "manhole_58_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389631.198101107496768, 5858810.554778259247541 ], [ 1389656.490605737781152, 5858767.472956065088511 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 968.70001220703125, "elevtn_dn": 968.70001220703125, "invlev_up": 966.20001220703125, "invlev_dn": 966.20001220703125, "manhole_up": "manhole_58_generated", "manhole_dn": "manhole_59_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389656.490605737781152, 5858767.472956065088511 ], [ 1389681.956975018838421, 5858724.49639992788434 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 968.70001220703125, "elevtn_dn": 976.10003662109375, "invlev_up": 966.20001220703125, "invlev_dn": 973.60003662109375, "manhole_up": "manhole_59_generated", "manhole_dn": "manhole_60_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389681.956975018838421, 5858724.49639992788434 ], [ 1389708.407580326776952, 5858682.115747822448611 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 976.10003662109375, "elevtn_dn": 983.10003662109375, "invlev_up": 973.60003662109375, "invlev_dn": 980.60003662109375, "manhole_up": "manhole_60_generated", "manhole_dn": "manhole_61_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389708.407580326776952, 5858682.115747822448611 ], [ 1389734.858185634715483, 5858639.735095717012882 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 983.10003662109375, "elevtn_dn": 983.10003662109375, "invlev_up": 980.60003662109375, "invlev_dn": 980.60003662109375, "manhole_up": "manhole_61_generated", "manhole_dn": "manhole_62_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389734.858185634715483, 5858639.735095717012882 ], [ 1389761.308790942654014, 5858597.354443610645831 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E42", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 983.10003662109375, "elevtn_dn": 983.10003662109375, "invlev_up": 980.60003662109375, "invlev_dn": 980.60003662109375, "manhole_up": "manhole_62_generated", "manhole_dn": "manhole_63_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389761.308790942654014, 5858597.354443610645831 ], [ 1389787.759396250825375, 5858554.973791505210102 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E43", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 983.10003662109375, "elevtn_dn": 993.29998779296875, "invlev_up": 980.60003662109375, "invlev_dn": 990.79998779296875, "manhole_up": "manhole_63_generated", "manhole_dn": "manhole_64_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389787.759396250825375, 5858554.973791505210102 ], [ 1389814.210001558763906, 5858512.593139399774373 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E44", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 993.29998779296875, "elevtn_dn": 998.29998779296875, "invlev_up": 990.79998779296875, "invlev_dn": 995.79998779296875, "manhole_up": "manhole_64_generated", "manhole_dn": "manhole_65_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389814.210001558763906, 5858512.593139399774373 ], [ 1389840.660606866702437, 5858470.212487293407321 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E45", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 998.29998779296875, "elevtn_dn": 998.29998779296875, "invlev_up": 995.79998779296875, "invlev_dn": 995.79998779296875, "manhole_up": "manhole_65_generated", "manhole_dn": "manhole_66_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389840.660606866702437, 5858470.212487293407321 ], [ 1389867.111212174640968, 5858427.831835187971592 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E46", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 998.29998779296875, "elevtn_dn": 998.29998779296875, "invlev_up": 995.79998779296875, "invlev_dn": 995.79998779296875, "manhole_up": "manhole_66_generated", "manhole_dn": "manhole_67_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389867.111212174640968, 5858427.831835187971592 ], [ 1389911.240854029776528, 5858417.074701879173517 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 998.29998779296875, "elevtn_dn": 1006.2000122070312, "invlev_up": 995.79998779296875, "invlev_dn": 1003.7000122070312, "manhole_up": "manhole_67_generated", "manhole_dn": "manhole_68_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389911.240854029776528, 5858417.074701879173517 ], [ 1389940.226093058940023, 5858455.739661679603159 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E48", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1006.2000122070312, "elevtn_dn": 1006.2000122070312, "invlev_up": 1003.7000122070312, "invlev_dn": 1003.7000122070312, "manhole_up": "manhole_68_generated", "manhole_dn": "manhole_69_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389940.226093058940023, 5858455.739661679603159 ], [ 1389959.842267287895083, 5858501.684845351614058 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E49", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1006.2000122070312, "elevtn_dn": 1006.2000122070312, "invlev_up": 1003.7000122070312, "invlev_dn": 1003.7000122070312, "manhole_up": "manhole_69_generated", "manhole_dn": "manhole_70_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389959.842267287895083, 5858501.684845351614058 ], [ 1389983.028926897095516, 5858544.760824581608176 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E50", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1006.2000122070312, "elevtn_dn": 1036.9000244140625, "invlev_up": 1003.7000122070312, "invlev_dn": 1034.4000244140625, "manhole_up": "manhole_70_generated", "manhole_dn": "manhole_71_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389983.028926897095516, 5858544.760824581608176 ], [ 1390026.879799408372492, 5858567.986969069577754 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E51", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1036.9000244140625, "elevtn_dn": 1036.9000244140625, "invlev_up": 1034.4000244140625, "invlev_dn": 1034.4000244140625, "manhole_up": "manhole_71_generated", "manhole_dn": "manhole_72_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390026.879799408372492, 5858567.986969069577754 ], [ 1390075.455719914287329, 5858577.981817713007331 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E52", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1036.9000244140625, "elevtn_dn": 1032.9000244140625, "invlev_up": 1034.4000244140625, "invlev_dn": 1030.4000244140625, "manhole_up": "manhole_72_generated", "manhole_dn": "manhole_73_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390075.455719914287329, 5858577.981817713007331 ], [ 1390124.934819511603564, 5858584.860858413390815 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E53", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1032.9000244140625, "elevtn_dn": 1032.9000244140625, "invlev_up": 1030.4000244140625, "invlev_dn": 1030.4000244140625, "manhole_up": "manhole_73_generated", "manhole_dn": "manhole_74_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390124.934819511603564, 5858584.860858413390815 ], [ 1390174.385966305155307, 5858591.894069475121796 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E54", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1032.9000244140625, "elevtn_dn": 1016.6000366210938, "invlev_up": 1030.4000244140625, "invlev_dn": 1014.1000366210938, "manhole_up": "manhole_74_generated", "manhole_dn": "manhole_75_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390174.385966305155307, 5858591.894069475121796 ], [ 1390224.28731826832518, 5858594.262458441779017 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E55", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1016.6000366210938, "elevtn_dn": 1016.6000366210938, "invlev_up": 1014.1000366210938, "invlev_dn": 1014.1000366210938, "manhole_up": "manhole_75_generated", "manhole_dn": "manhole_76_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390224.28731826832518, 5858594.262458441779017 ], [ 1390273.630285855382681, 5858589.561945637688041 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E56", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1016.6000366210938, "elevtn_dn": 1012.1000366210938, "invlev_up": 1014.1000366210938, "invlev_dn": 1009.6000366210938, "manhole_up": "manhole_76_generated", "manhole_dn": "manhole_77_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390273.630285855382681, 5858589.561945637688041 ], [ 1390322.239480242831632, 5858578.072306710295379 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E57", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1012.1000366210938, "elevtn_dn": 1012.1000366210938, "invlev_up": 1009.6000366210938, "invlev_dn": 1009.6000366210938, "manhole_up": "manhole_77_generated", "manhole_dn": "manhole_78_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390322.239480242831632, 5858578.072306710295379 ], [ 1390371.99352877959609, 5858575.309522898867726 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E58", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1012.1000366210938, "elevtn_dn": 1011.7000122070312, "invlev_up": 1009.6000366210938, "invlev_dn": 1009.2000122070312, "manhole_up": "manhole_78_generated", "manhole_dn": "manhole_79_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390371.99352877959609, 5858575.309522898867726 ], [ 1390419.13544210139662, 5858559.59311543405056 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E59", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1011.7000122070312, "elevtn_dn": 981.5, "invlev_up": 1009.2000122070312, "invlev_dn": 979.0, "manhole_up": "manhole_79_generated", "manhole_dn": "manhole_80_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390419.13544210139662, 5858559.59311543405056 ], [ 1390453.401623640675098, 5858524.246223840862513 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E60", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 981.5, "elevtn_dn": 995.70001220703125, "invlev_up": 979.0, "invlev_dn": 993.20001220703125, "manhole_up": "manhole_80_generated", "manhole_dn": "manhole_81_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390453.401623640675098, 5858524.246223840862513 ], [ 1390496.749499944737181, 5858504.780008735135198 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E61", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 995.70001220703125, "elevtn_dn": 995.70001220703125, "invlev_up": 993.20001220703125, "invlev_dn": 993.20001220703125, "manhole_up": "manhole_81_generated", "manhole_dn": "manhole_82_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390496.749499944737181, 5858504.780008735135198 ], [ 1390546.470755147282034, 5858499.993151630274951 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E62", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 995.70001220703125, "elevtn_dn": 1005.9000244140625, "invlev_up": 993.20001220703125, "invlev_dn": 1003.4000244140625, "manhole_up": "manhole_82_generated", "manhole_dn": "manhole_83_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390546.470755147282034, 5858499.993151630274951 ], [ 1390596.395264241611585, 5858498.177226040512323 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E63", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1005.9000244140625, "elevtn_dn": 1005.9000244140625, "invlev_up": 1003.4000244140625, "invlev_dn": 1003.4000244140625, "manhole_up": "manhole_83_generated", "manhole_dn": "manhole_84_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390596.395264241611585, 5858498.177226040512323 ], [ 1390646.319773336173967, 5858496.361300451681018 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E64", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1005.9000244140625, "elevtn_dn": 1013.6000366210938, "invlev_up": 1003.4000244140625, "invlev_dn": 1011.1000366210938, "manhole_up": "manhole_84_generated", "manhole_dn": "manhole_85_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390646.319773336173967, 5858496.361300451681018 ], [ 1390696.244282430503517, 5858494.545374862849712 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E65", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1013.6000366210938, "elevtn_dn": 1013.6000366210938, "invlev_up": 1011.1000366210938, "invlev_dn": 1011.1000366210938, "manhole_up": "manhole_85_generated", "manhole_dn": "manhole_86_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390696.244282430503517, 5858494.545374862849712 ], [ 1390746.168791524833068, 5858492.729449273087084 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E66", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1013.6000366210938, "elevtn_dn": 1019.1000366210938, "invlev_up": 1011.1000366210938, "invlev_dn": 1016.6000366210938, "manhole_up": "manhole_86_generated", "manhole_dn": "manhole_87_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390746.168791524833068, 5858492.729449273087084 ], [ 1390796.09330061939545, 5858490.913523684255779 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E67", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1019.1000366210938, "elevtn_dn": 1025.800048828125, "invlev_up": 1016.6000366210938, "invlev_dn": 1023.300048828125, "manhole_up": "manhole_87_generated", "manhole_dn": "manhole_88_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390796.09330061939545, 5858490.913523684255779 ], [ 1390846.017809713725001, 5858489.097598095424473 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E68", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1025.800048828125, "elevtn_dn": 1025.800048828125, "invlev_up": 1023.300048828125, "invlev_dn": 1023.300048828125, "manhole_up": "manhole_88_generated", "manhole_dn": "manhole_89_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390846.017809713725001, 5858489.097598095424473 ], [ 1390895.942318808054551, 5858487.281672505661845 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E69", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1025.800048828125, "elevtn_dn": 1029.2000732421875, "invlev_up": 1023.300048828125, "invlev_dn": 1026.7000732421875, "manhole_up": "manhole_89_generated", "manhole_dn": "manhole_90_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390895.942318808054551, 5858487.281672505661845 ], [ 1390945.364988021552563, 5858492.061225635930896 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E70", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1029.2000732421875, "elevtn_dn": 1029.2000732421875, "invlev_up": 1026.7000732421875, "invlev_dn": 1026.7000732421875, "manhole_up": "manhole_90_generated", "manhole_dn": "manhole_91_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390945.364988021552563, 5858492.061225635930896 ], [ 1390994.440001817885786, 5858501.409873396158218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E71", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1029.2000732421875, "elevtn_dn": 1033.2000732421875, "invlev_up": 1026.7000732421875, "invlev_dn": 1030.7000732421875, "manhole_up": "manhole_91_generated", "manhole_dn": "manhole_92_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390994.440001817885786, 5858501.409873396158218 ], [ 1391040.341196772176772, 5858520.979841153137386 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E72", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1033.2000732421875, "elevtn_dn": 1033.2000732421875, "invlev_up": 1030.7000732421875, "invlev_dn": 1030.7000732421875, "manhole_up": "manhole_92_generated", "manhole_dn": "manhole_93_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391040.341196772176772, 5858520.979841153137386 ], [ 1391086.683747049886733, 5858538.717575071379542 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E73", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1033.2000732421875, "elevtn_dn": 1038.2000732421875, "invlev_up": 1030.7000732421875, "invlev_dn": 1035.7000732421875, "manhole_up": "manhole_93_generated", "manhole_dn": "manhole_94_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391086.683747049886733, 5858538.717575071379542 ], [ 1391131.822940095094964, 5858523.93243224080652 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E74", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1038.2000732421875, "elevtn_dn": 1038.2000732421875, "invlev_up": 1035.7000732421875, "invlev_dn": 1035.7000732421875, "manhole_up": "manhole_94_generated", "manhole_dn": "manhole_95_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391131.822940095094964, 5858523.93243224080652 ], [ 1391153.157672074623406, 5858479.460670891217887 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E75", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1038.2000732421875, "elevtn_dn": 1038.2000732421875, "invlev_up": 1035.7000732421875, "invlev_dn": 1035.7000732421875, "manhole_up": "manhole_95_generated", "manhole_dn": "manhole_96_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391153.157672074623406, 5858479.460670891217887 ], [ 1391192.49590603238903, 5858451.67839205916971 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E76", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1038.2000732421875, "elevtn_dn": 1044.2000732421875, "invlev_up": 1035.7000732421875, "invlev_dn": 1041.7000732421875, "manhole_up": "manhole_96_generated", "manhole_dn": "manhole_97_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391192.49590603238903, 5858451.67839205916971 ], [ 1391240.64117361814715, 5858438.460245226509869 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E77", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1044.2000732421875, "elevtn_dn": 1044.2000732421875, "invlev_up": 1041.7000732421875, "invlev_dn": 1041.7000732421875, "manhole_up": "manhole_97_generated", "manhole_dn": "manhole_98_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391240.64117361814715, 5858438.460245226509869 ], [ 1391289.211760010803118, 5858426.770406410098076 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E78", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1044.2000732421875, "elevtn_dn": 1060.0999755859375, "invlev_up": 1041.7000732421875, "invlev_dn": 1057.5999755859375, "manhole_up": "manhole_98_generated", "manhole_dn": "manhole_99_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391289.211760010803118, 5858426.770406410098076 ], [ 1391337.782346403226256, 5858415.080567593686283 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E79", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1060.0999755859375, "elevtn_dn": 1023.0, "invlev_up": 1057.5999755859375, "invlev_dn": 1020.5, "manhole_up": "manhole_99_generated", "manhole_dn": "manhole_100_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391337.782346403226256, 5858415.080567593686283 ], [ 1391386.352932795882225, 5858403.390728777274489 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E80", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1023.0, "elevtn_dn": 1032.7000732421875, "invlev_up": 1020.5, "invlev_dn": 1030.2000732421875, "manhole_up": "manhole_100_generated", "manhole_dn": "manhole_101_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391386.352932795882225, 5858403.390728777274489 ], [ 1391434.923519188305363, 5858391.700889961794019 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E81", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1032.7000732421875, "elevtn_dn": 1032.7000732421875, "invlev_up": 1030.2000732421875, "invlev_dn": 1030.2000732421875, "manhole_up": "manhole_101_generated", "manhole_dn": "manhole_102_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391434.923519188305363, 5858391.700889961794019 ], [ 1391483.494105580961332, 5858380.011051145382226 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E82", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1032.7000732421875, "elevtn_dn": 1040.7000732421875, "invlev_up": 1030.2000732421875, "invlev_dn": 1038.2000732421875, "manhole_up": "manhole_102_generated", "manhole_dn": "manhole_103_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391483.494105580961332, 5858380.011051145382226 ], [ 1391532.464345134794712, 5858375.802092345431447 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E83", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1040.7000732421875, "elevtn_dn": 1040.7000732421875, "invlev_up": 1038.2000732421875, "invlev_dn": 1038.2000732421875, "manhole_up": "manhole_103_generated", "manhole_dn": "manhole_104_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391532.464345134794712, 5858375.802092345431447 ], [ 1391579.680508555145934, 5858389.753166117705405 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E84", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1040.7000732421875, "elevtn_dn": 1094.5999755859375, "invlev_up": 1038.2000732421875, "invlev_dn": 1092.0999755859375, "manhole_up": "manhole_104_generated", "manhole_dn": "manhole_105_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391579.680508555145934, 5858389.753166117705405 ], [ 1391615.043221722124144, 5858422.374543751589954 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E85", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1094.5999755859375, "elevtn_dn": 1094.5999755859375, "invlev_up": 1092.0999755859375, "invlev_dn": 1092.0999755859375, "manhole_up": "manhole_105_generated", "manhole_dn": "manhole_106_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391615.043221722124144, 5858422.374543751589954 ], [ 1391633.654095822479576, 5858468.206737855449319 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E86", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1094.5999755859375, "elevtn_dn": 1094.5999755859375, "invlev_up": 1092.0999755859375, "invlev_dn": 1092.0999755859375, "manhole_up": "manhole_106_generated", "manhole_dn": "manhole_107_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391633.654095822479576, 5858468.206737855449319 ], [ 1391675.556871910346672, 5858492.042518986389041 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E87", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1094.5999755859375, "elevtn_dn": 1100.5999755859375, "invlev_up": 1092.0999755859375, "invlev_dn": 1098.0999755859375, "manhole_up": "manhole_107_generated", "manhole_dn": "manhole_108_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391675.556871910346672, 5858492.042518986389041 ], [ 1391725.165284683462232, 5858493.223410680890083 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E88", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1100.5999755859375, "elevtn_dn": 1092.7000732421875, "invlev_up": 1098.0999755859375, "invlev_dn": 1090.2000732421875, "manhole_up": "manhole_108_generated", "manhole_dn": "manhole_109_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391725.165284683462232, 5858493.223410680890083 ], [ 1391774.025632579578087, 5858482.968163449317217 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E89", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1092.7000732421875, "elevtn_dn": 1092.7000732421875, "invlev_up": 1090.2000732421875, "invlev_dn": 1090.2000732421875, "manhole_up": "manhole_109_generated", "manhole_dn": "manhole_110_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391774.025632579578087, 5858482.968163449317217 ], [ 1391822.748904443578795, 5858472.800456050783396 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E90", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1092.7000732421875, "elevtn_dn": 1086.5, "invlev_up": 1090.2000732421875, "invlev_dn": 1084.0, "manhole_up": "manhole_110_generated", "manhole_dn": "manhole_111_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391822.748904443578795, 5858472.800456050783396 ], [ 1391872.520155652426183, 5858474.254766616038978 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E91", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1086.5, "elevtn_dn": 1086.5, "invlev_up": 1084.0, "invlev_dn": 1084.0, "manhole_up": "manhole_111_generated", "manhole_dn": "manhole_112_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391872.520155652426183, 5858474.254766616038978 ], [ 1391922.32820742437616, 5858478.116394865326583 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E92", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1086.5, "elevtn_dn": 1097.300048828125, "invlev_up": 1084.0, "invlev_dn": 1094.800048828125, "manhole_up": "manhole_112_generated", "manhole_dn": "manhole_113_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391922.32820742437616, 5858478.116394865326583 ], [ 1391972.136259196558967, 5858481.978023114614189 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E93", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1097.300048828125, "elevtn_dn": 1097.300048828125, "invlev_up": 1094.800048828125, "invlev_dn": 1094.800048828125, "manhole_up": "manhole_113_generated", "manhole_dn": "manhole_114_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391972.136259196558967, 5858481.978023114614189 ], [ 1392014.088137687649578, 5858507.265420926734805 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E94", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1097.300048828125, "elevtn_dn": 1097.300048828125, "invlev_up": 1094.800048828125, "invlev_dn": 1094.800048828125, "manhole_up": "manhole_114_generated", "manhole_dn": "manhole_115_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392014.088137687649578, 5858507.265420926734805 ], [ 1392052.00577615830116, 5858538.949620860628784 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E95", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1097.300048828125, "elevtn_dn": 1097.300048828125, "invlev_up": 1094.800048828125, "invlev_dn": 1094.800048828125, "manhole_up": "manhole_115_generated", "manhole_dn": "manhole_116_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392052.00577615830116, 5858538.949620860628784 ], [ 1392100.993319420609623, 5858548.746293722651899 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E96", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1097.300048828125, "elevtn_dn": 1135.300048828125, "invlev_up": 1094.800048828125, "invlev_dn": 1132.800048828125, "manhole_up": "manhole_116_generated", "manhole_dn": "manhole_117_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392100.993319420609623, 5858548.746293722651899 ], [ 1392149.980862683150917, 5858558.542966585606337 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E97", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1135.300048828125, "elevtn_dn": 1135.300048828125, "invlev_up": 1132.800048828125, "invlev_dn": 1132.800048828125, "manhole_up": "manhole_117_generated", "manhole_dn": "manhole_118_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392149.980862683150917, 5858558.542966585606337 ], [ 1392198.767287699971348, 5858569.25206732749939 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E98", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1135.300048828125, "elevtn_dn": 1137.5999755859375, "invlev_up": 1132.800048828125, "invlev_dn": 1135.0999755859375, "manhole_up": "manhole_118_generated", "manhole_dn": "manhole_119_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392198.767287699971348, 5858569.25206732749939 ], [ 1392247.333906656363979, 5858580.958378325216472 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E99", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1137.5999755859375, "elevtn_dn": 1137.5999755859375, "invlev_up": 1135.0999755859375, "invlev_dn": 1135.0999755859375, "manhole_up": "manhole_119_generated", "manhole_dn": "manhole_120_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392247.333906656363979, 5858580.958378325216472 ], [ 1392295.900525612989441, 5858592.664689323864877 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E100", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1137.5999755859375, "elevtn_dn": 1145.0999755859375, "invlev_up": 1135.0999755859375, "invlev_dn": 1142.5999755859375, "manhole_up": "manhole_120_generated", "manhole_dn": "manhole_121_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392295.900525612989441, 5858592.664689323864877 ], [ 1392344.467144569614902, 5858604.371000322513282 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E101", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1145.0999755859375, "elevtn_dn": 1145.0999755859375, "invlev_up": 1142.5999755859375, "invlev_dn": 1142.5999755859375, "manhole_up": "manhole_121_generated", "manhole_dn": "manhole_122_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392344.467144569614902, 5858604.371000322513282 ], [ 1392389.908255772199482, 5858624.575613909401 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E102", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1145.0999755859375, "elevtn_dn": 1140.5, "invlev_up": 1142.5999755859375, "invlev_dn": 1138.0, "manhole_up": "manhole_122_generated", "manhole_dn": "manhole_123_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392389.908255772199482, 5858624.575613909401 ], [ 1392425.081700494978577, 5858659.315580372698605 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E103", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1140.5, "elevtn_dn": 1169.300048828125, "invlev_up": 1138.0, "invlev_dn": 1166.800048828125, "manhole_up": "manhole_123_generated", "manhole_dn": "manhole_124_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392425.081700494978577, 5858659.315580372698605 ], [ 1392458.203119478421286, 5858696.715123130939901 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E104", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1169.300048828125, "elevtn_dn": 1169.300048828125, "invlev_up": 1166.800048828125, "invlev_dn": 1166.800048828125, "manhole_up": "manhole_124_generated", "manhole_dn": "manhole_125_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392458.203119478421286, 5858696.715123130939901 ], [ 1392491.324538461863995, 5858734.114665890112519 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E105", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1169.300048828125, "elevtn_dn": 1165.5, "invlev_up": 1166.800048828125, "invlev_dn": 1163.0, "manhole_up": "manhole_125_generated", "manhole_dn": "manhole_126_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392491.324538461863995, 5858734.114665890112519 ], [ 1392528.963966277893633, 5858766.460637149401009 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E106", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1165.5, "elevtn_dn": 1165.5, "invlev_up": 1163.0, "invlev_dn": 1163.0, "manhole_up": "manhole_126_generated", "manhole_dn": "manhole_127_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392528.963966277893633, 5858766.460637149401009 ], [ 1392573.284122244687751, 5858789.391092935577035 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E107", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1165.5, "elevtn_dn": 1157.0999755859375, "invlev_up": 1163.0, "invlev_dn": 1154.5999755859375, "manhole_up": "manhole_127_generated", "manhole_dn": "manhole_128_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392573.284122244687751, 5858789.391092935577035 ], [ 1392618.033192394766957, 5858811.600886153057218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E108", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1157.0999755859375, "elevtn_dn": 1184.800048828125, "invlev_up": 1154.5999755859375, "invlev_dn": 1182.300048828125, "manhole_up": "manhole_128_generated", "manhole_dn": "manhole_129_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392618.033192394766957, 5858811.600886153057218 ], [ 1392666.730896146036685, 5858821.011833874508739 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E109", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1184.800048828125, "elevtn_dn": 1141.2000732421875, "invlev_up": 1182.300048828125, "invlev_dn": 1138.7000732421875, "manhole_up": "manhole_129_generated", "manhole_dn": "manhole_130_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392666.730896146036685, 5858821.011833874508739 ], [ 1392714.397227015113458, 5858809.184477739967406 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E110", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1141.2000732421875, "elevtn_dn": 1141.2000732421875, "invlev_up": 1138.7000732421875, "invlev_dn": 1138.7000732421875, "manhole_up": "manhole_130_generated", "manhole_dn": "manhole_131_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392714.397227015113458, 5858809.184477739967406 ], [ 1392761.799294820055366, 5858794.231293976306915 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E111", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1141.2000732421875, "elevtn_dn": 1137.4000244140625, "invlev_up": 1138.7000732421875, "invlev_dn": 1134.9000244140625, "manhole_up": "manhole_131_generated", "manhole_dn": "manhole_132_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392761.799294820055366, 5858794.231293976306915 ], [ 1392810.095712865469977, 5858797.830352782271802 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E112", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1137.4000244140625, "elevtn_dn": 1137.4000244140625, "invlev_up": 1134.9000244140625, "invlev_dn": 1134.9000244140625, "manhole_up": "manhole_132_generated", "manhole_dn": "manhole_133_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392810.095712865469977, 5858797.830352782271802 ], [ 1392855.660074200481176, 5858817.529770986177027 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E113", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1137.4000244140625, "elevtn_dn": 1169.5, "invlev_up": 1134.9000244140625, "invlev_dn": 1167.0, "manhole_up": "manhole_133_generated", "manhole_dn": "manhole_134_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392855.660074200481176, 5858817.529770986177027 ], [ 1392904.672455, 5858826.347064822912216 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E114", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1169.5, "elevtn_dn": 1169.5, "invlev_up": 1167.0, "invlev_dn": 1167.0, "manhole_up": "manhole_134_generated", "manhole_dn": "manhole_135_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392904.672455, 5858826.347064822912216 ], [ 1392949.505032581742853, 5858846.393358059227467 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E115", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1169.5, "elevtn_dn": 1169.5, "invlev_up": 1167.0, "invlev_dn": 1167.0, "manhole_up": "manhole_135_generated", "manhole_dn": "manhole_136_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392949.505032581742853, 5858846.393358059227467 ], [ 1392993.956312821945176, 5858868.358838438987732 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E116", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1169.5, "elevtn_dn": 1169.5, "invlev_up": 1167.0, "invlev_dn": 1167.0, "manhole_up": "manhole_136_generated", "manhole_dn": "manhole_137_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392993.956312821945176, 5858868.358838438987732 ], [ 1393042.160067020915449, 5858881.479519641026855 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E117", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1169.5, "elevtn_dn": 1162.0, "invlev_up": 1167.0, "invlev_dn": 1159.5, "manhole_up": "manhole_137_generated", "manhole_dn": "manhole_138_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393042.160067020915449, 5858881.479519641026855 ], [ 1393090.363821219652891, 5858894.600200843065977 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E118", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1162.0, "elevtn_dn": 1162.0, "invlev_up": 1159.5, "invlev_dn": 1159.5, "manhole_up": "manhole_138_generated", "manhole_dn": "manhole_139_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393090.363821219652891, 5858894.600200843065977 ], [ 1393138.877780271228403, 5858905.382868006825447 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E119", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1162.0, "elevtn_dn": 1152.0999755859375, "invlev_up": 1159.5, "invlev_dn": 1149.5999755859375, "manhole_up": "manhole_139_generated", "manhole_dn": "manhole_140_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393138.877780271228403, 5858905.382868006825447 ], [ 1393188.835210436256602, 5858905.286093098111451 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E120", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1152.0999755859375, "elevtn_dn": 1152.0999755859375, "invlev_up": 1149.5999755859375, "invlev_dn": 1149.5999755859375, "manhole_up": "manhole_140_generated", "manhole_dn": "manhole_141_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393188.835210436256602, 5858905.286093098111451 ], [ 1393237.248238409170881, 5858916.599204055964947 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E121", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1152.0999755859375, "elevtn_dn": 1147.300048828125, "invlev_up": 1149.5999755859375, "invlev_dn": 1144.800048828125, "manhole_up": "manhole_141_generated", "manhole_dn": "manhole_142_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393237.248238409170881, 5858916.599204055964947 ], [ 1393278.15638761385344, 5858943.766047672368586 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E122", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1147.300048828125, "elevtn_dn": 1182.7000732421875, "invlev_up": 1144.800048828125, "invlev_dn": 1180.2000732421875, "manhole_up": "manhole_142_generated", "manhole_dn": "manhole_143_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393278.15638761385344, 5858943.766047672368586 ], [ 1393316.553906054003164, 5858975.725158606655896 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E123", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1182.7000732421875, "elevtn_dn": 1180.0999755859375, "invlev_up": 1180.2000732421875, "invlev_dn": 1177.5999755859375, "manhole_up": "manhole_143_generated", "manhole_dn": "manhole_144_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393316.553906054003164, 5858975.725158606655896 ], [ 1393354.951424494385719, 5859007.684269540011883 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E124", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1180.0999755859375, "elevtn_dn": 1180.0999755859375, "invlev_up": 1177.5999755859375, "invlev_dn": 1177.5999755859375, "manhole_up": "manhole_144_generated", "manhole_dn": "manhole_145_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393354.951424494385719, 5859007.684269540011883 ], [ 1393393.348942934535444, 5859039.643380474299192 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E125", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1180.0999755859375, "elevtn_dn": 1180.0999755859375, "invlev_up": 1177.5999755859375, "invlev_dn": 1177.5999755859375, "manhole_up": "manhole_145_generated", "manhole_dn": "manhole_146_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393393.348942934535444, 5859039.643380474299192 ], [ 1393431.746461374685168, 5859071.602491408586502 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E126", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1180.0999755859375, "elevtn_dn": 1202.5999755859375, "invlev_up": 1177.5999755859375, "invlev_dn": 1200.0999755859375, "manhole_up": "manhole_146_generated", "manhole_dn": "manhole_147_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393431.746461374685168, 5859071.602491408586502 ], [ 1393472.672340910183266, 5859100.089053857140243 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E127", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1202.5999755859375, "elevtn_dn": 1202.5999755859375, "invlev_up": 1200.0999755859375, "invlev_dn": 1200.0999755859375, "manhole_up": "manhole_147_generated", "manhole_dn": "manhole_148_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393472.672340910183266, 5859100.089053857140243 ], [ 1393507.678647378925234, 5859134.262682756409049 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E128", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1202.5999755859375, "elevtn_dn": 1202.5999755859375, "invlev_up": 1200.0999755859375, "invlev_dn": 1200.0999755859375, "manhole_up": "manhole_148_generated", "manhole_dn": "manhole_149_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393507.678647378925234, 5859134.262682756409049 ], [ 1393492.637579936999828, 5859179.667013085447252 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E129", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1202.5999755859375, "elevtn_dn": 1232.300048828125, "invlev_up": 1200.0999755859375, "invlev_dn": 1229.800048828125, "manhole_up": "manhole_149_generated", "manhole_dn": "manhole_150_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393492.637579936999828, 5859179.667013085447252 ], [ 1393472.727902054553851, 5859225.064155456610024 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E130", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1232.300048828125, "elevtn_dn": 1232.300048828125, "invlev_up": 1229.800048828125, "invlev_dn": 1229.800048828125, "manhole_up": "manhole_150_generated", "manhole_dn": "manhole_151_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393472.727902054553851, 5859225.064155456610024 ], [ 1393467.563765458529815, 5859274.587596206925809 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E131", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1232.300048828125, "elevtn_dn": 1232.300048828125, "invlev_up": 1229.800048828125, "invlev_dn": 1229.800048828125, "manhole_up": "manhole_151_generated", "manhole_dn": "manhole_152_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393467.563765458529815, 5859274.587596206925809 ], [ 1393473.51405850565061, 5859323.8850102070719 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E132", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1232.300048828125, "elevtn_dn": 1232.300048828125, "invlev_up": 1229.800048828125, "invlev_dn": 1229.800048828125, "manhole_up": "manhole_152_generated", "manhole_dn": "manhole_153_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393473.51405850565061, 5859323.8850102070719 ], [ 1393507.773820924572647, 5859356.614802500233054 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E133", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1232.300048828125, "elevtn_dn": 1214.800048828125, "invlev_up": 1229.800048828125, "invlev_dn": 1212.300048828125, "manhole_up": "manhole_153_generated", "manhole_dn": "manhole_154_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393507.773820924572647, 5859356.614802500233054 ], [ 1393555.824224345618859, 5859349.253152369521558 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E134", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1214.800048828125, "elevtn_dn": 1214.800048828125, "invlev_up": 1212.300048828125, "invlev_dn": 1212.300048828125, "manhole_up": "manhole_154_generated", "manhole_dn": "manhole_155_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393555.824224345618859, 5859349.253152369521558 ], [ 1393591.00338595919311, 5859314.794959847815335 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E135", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1214.800048828125, "elevtn_dn": 1191.0999755859375, "invlev_up": 1212.300048828125, "invlev_dn": 1188.5999755859375, "manhole_up": "manhole_155_generated", "manhole_dn": "manhole_156_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393591.00338595919311, 5859314.794959847815335 ], [ 1393633.153639519121498, 5859288.066565420478582 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E136", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1191.0999755859375, "elevtn_dn": 1191.0999755859375, "invlev_up": 1188.5999755859375, "invlev_dn": 1188.5999755859375, "manhole_up": "manhole_156_generated", "manhole_dn": "manhole_157_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393633.153639519121498, 5859288.066565420478582 ], [ 1393673.123904188396409, 5859258.097712650895119 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E137", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1191.0999755859375, "elevtn_dn": 1144.300048828125, "invlev_up": 1188.5999755859375, "invlev_dn": 1141.800048828125, "manhole_up": "manhole_157_generated", "manhole_dn": "manhole_158_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393673.123904188396409, 5859258.097712650895119 ], [ 1393720.523227575467899, 5859244.838272913359106 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E138", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1144.300048828125, "elevtn_dn": 1144.300048828125, "invlev_up": 1141.800048828125, "invlev_dn": 1141.800048828125, "manhole_up": "manhole_158_generated", "manhole_dn": "manhole_159_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393720.523227575467899, 5859244.838272913359106 ], [ 1393765.710014625452459, 5859224.569284616038203 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E139", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1144.300048828125, "elevtn_dn": 1144.300048828125, "invlev_up": 1141.800048828125, "invlev_dn": 1141.800048828125, "manhole_up": "manhole_159_generated", "manhole_dn": "manhole_160_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393765.710014625452459, 5859224.569284616038203 ], [ 1393806.409210936399177, 5859195.609256223775446 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E140", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1144.300048828125, "elevtn_dn": -9999.0, "invlev_up": 1141.800048828125, "invlev_dn": -10001.5, "manhole_up": "manhole_160_generated", "manhole_dn": "manhole_161_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393806.409210936399177, 5859195.609256223775446 ], [ 1393846.866742686368525, 5859166.301538489758968 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E141", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_161_generated", "manhole_dn": "manhole_162_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393846.866742686368525, 5859166.301538489758968 ], [ 1393891.92032476933673, 5859146.596169056370854 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E142", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_162_generated", "manhole_dn": "manhole_163_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393891.92032476933673, 5859146.596169056370854 ], [ 1393933.388036550255492, 5859122.27783191204071 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E143", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_163_generated", "manhole_dn": "manhole_164_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393933.388036550255492, 5859122.27783191204071 ], [ 1393962.852899672929198, 5859082.145733420737088 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E144", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_164_generated", "manhole_dn": "manhole_165_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393962.852899672929198, 5859082.145733420737088 ], [ 1394005.729330646339804, 5859059.753146149218082 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E145", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_165_generated", "manhole_dn": "manhole_166_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394005.729330646339804, 5859059.753146149218082 ], [ 1394055.475931912194937, 5859057.795491775497794 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E146", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_166_generated", "manhole_dn": "manhole_167_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394055.475931912194937, 5859057.795491775497794 ], [ 1394105.428024321328849, 5859057.063072990626097 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E147", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_167_generated", "manhole_dn": "manhole_168_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394105.428024321328849, 5859057.063072990626097 ], [ 1394154.825223857769743, 5859052.280367240309715 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E148", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_168_generated", "manhole_dn": "manhole_169_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394154.825223857769743, 5859052.280367240309715 ], [ 1394200.611384192248806, 5859033.003444260917604 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E149", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_169_generated", "manhole_dn": "manhole_170_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394200.611384192248806, 5859033.003444260917604 ], [ 1394249.433454187819734, 5859022.412897750735283 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E150", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_170_generated", "manhole_dn": "manhole_171_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394249.433454187819734, 5859022.412897750735283 ], [ 1394298.801166942343116, 5859016.404503071680665 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E151", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_171_generated", "manhole_dn": "manhole_172_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394298.801166942343116, 5859016.404503071680665 ], [ 1394342.946749913971871, 5859035.15985235851258 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E152", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_172_generated", "manhole_dn": "manhole_173_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394342.946749913971871, 5859035.15985235851258 ], [ 1394378.140150804072618, 5859070.400374908931553 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E153", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_173_generated", "manhole_dn": "manhole_174_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394378.140150804072618, 5859070.400374908931553 ], [ 1394425.059556928696111, 5859086.18745138309896 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E154", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_174_generated", "manhole_dn": "manhole_175_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394425.059556928696111, 5859086.18745138309896 ], [ 1394473.833242634311318, 5859096.998638955876231 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E155", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_175_generated", "manhole_dn": "manhole_176_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394473.833242634311318, 5859096.998638955876231 ], [ 1394522.606928340159357, 5859107.809826529584825 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E156", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_176_generated", "manhole_dn": "manhole_177_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394522.606928340159357, 5859107.809826529584825 ], [ 1394569.942334236111492, 5859123.168175579980016 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E157", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_177_generated", "manhole_dn": "manhole_178_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394569.942334236111492, 5859123.168175579980016 ], [ 1394614.71365896705538, 5859145.210272738710046 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E158", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_178_generated", "manhole_dn": "manhole_179_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394614.71365896705538, 5859145.210272738710046 ], [ 1394658.743920307140797, 5859168.813032755628228 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E159", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_179_generated", "manhole_dn": "manhole_180_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394658.743920307140797, 5859168.813032755628228 ], [ 1394702.774181646993384, 5859192.415792771615088 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E160", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_180_generated", "manhole_dn": "manhole_181_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394702.774181646993384, 5859192.415792771615088 ], [ 1394746.804442987078801, 5859216.018552787601948 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E161", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_181_generated", "manhole_dn": "manhole_182_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394746.804442987078801, 5859216.018552787601948 ], [ 1394790.834704327164218, 5859239.62131280452013 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E162", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_182_generated", "manhole_dn": "manhole_183_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394790.834704327164218, 5859239.62131280452013 ], [ 1394834.864965667249635, 5859263.22407282050699 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E163", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_183_generated", "manhole_dn": "manhole_184_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394834.864965667249635, 5859263.22407282050699 ], [ 1394880.208194822305813, 5859284.084080073982477 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E164", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_184_generated", "manhole_dn": "manhole_185_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394880.208194822305813, 5859284.084080073982477 ], [ 1394929.846528939437121, 5859285.224488531239331 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E165", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_185_generated", "manhole_dn": "manhole_186_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394929.846528939437121, 5859285.224488531239331 ], [ 1394979.602958623319864, 5859281.680337822064757 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E166", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_186_generated", "manhole_dn": "manhole_187_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394979.602958623319864, 5859281.680337822064757 ], [ 1395027.975007712375373, 5859291.301103600300848 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E167", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_187_generated", "manhole_dn": "manhole_188_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395027.975007712375373, 5859291.301103600300848 ], [ 1395064.979691450484097, 5859323.290621838532388 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E168", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_188_generated", "manhole_dn": "manhole_189_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395064.979691450484097, 5859323.290621838532388 ], [ 1395096.60637624678202, 5859361.958299425430596 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E169", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_189_generated", "manhole_dn": "manhole_190_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395096.60637624678202, 5859361.958299425430596 ], [ 1395138.056045547360554, 5859389.845197943039238 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E170", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_190_generated", "manhole_dn": "manhole_191_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395138.056045547360554, 5859389.845197943039238 ], [ 1395168.453442230820656, 5859428.834298213943839 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E171", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_191_generated", "manhole_dn": "manhole_192_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395168.453442230820656, 5859428.834298213943839 ], [ 1395194.723629675805569, 5859471.327020481228828 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E172", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_192_generated", "manhole_dn": "manhole_193_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395194.723629675805569, 5859471.327020481228828 ], [ 1395233.124693885445595, 5859502.259060705080628 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E173", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_193_generated", "manhole_dn": "manhole_194_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395233.124693885445595, 5859502.259060705080628 ], [ 1395279.894181140232831, 5859518.190229641273618 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E174", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_194_generated", "manhole_dn": "manhole_195_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395279.894181140232831, 5859518.190229641273618 ], [ 1395329.658068759599701, 5859514.672545188106596 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E175", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_195_generated", "manhole_dn": "manhole_196_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395329.658068759599701, 5859514.672545188106596 ], [ 1395379.275171030778438, 5859511.234951389953494 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E176", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_196_generated", "manhole_dn": "manhole_197_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395379.275171030778438, 5859511.234951389953494 ], [ 1395422.765292956260964, 5859533.509733532555401 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E177", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_197_generated", "manhole_dn": "manhole_198_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395422.765292956260964, 5859533.509733532555401 ], [ 1395460.958212529076263, 5859565.713073243387043 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E178", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_198_generated", "manhole_dn": "manhole_199_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395460.958212529076263, 5859565.713073243387043 ], [ 1395506.138909439090639, 5859585.240929782390594 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E179", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_199_generated", "manhole_dn": "manhole_200_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395506.138909439090639, 5859585.240929782390594 ], [ 1395555.525035230675712, 5859592.775169848464429 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E180", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_200_generated", "manhole_dn": "manhole_201_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395555.525035230675712, 5859592.775169848464429 ], [ 1395599.499233362497762, 5859614.24367141444236 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E181", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_201_generated", "manhole_dn": "manhole_202_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395599.499233362497762, 5859614.24367141444236 ], [ 1395632.258298622677103, 5859651.643457526341081 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E182", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_202_generated", "manhole_dn": "manhole_203_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395632.258298622677103, 5859651.643457526341081 ], [ 1395662.990371769992635, 5859691.006367458030581 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E183", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_203_generated", "manhole_dn": "manhole_204_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395662.990371769992635, 5859691.006367458030581 ], [ 1395699.859898457303643, 5859721.886182527057827 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E184", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_204_generated", "manhole_dn": "manhole_205_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395699.859898457303643, 5859721.886182527057827 ], [ 1395748.598021129379049, 5859732.768336392007768 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E185", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_205_generated", "manhole_dn": "manhole_206_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395748.598021129379049, 5859732.768336392007768 ], [ 1395798.108951882226393, 5859738.817077570594847 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E186", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_206_generated", "manhole_dn": "manhole_207_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395798.108951882226393, 5859738.817077570594847 ], [ 1395847.432503558928147, 5859732.277596881613135 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E187", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_207_generated", "manhole_dn": "manhole_208_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395847.432503558928147, 5859732.277596881613135 ], [ 1395896.707545045297593, 5859725.029526701197028 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E188", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_208_generated", "manhole_dn": "manhole_209_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395896.707545045297593, 5859725.029526701197028 ], [ 1395945.676986357429996, 5859732.97450408898294 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E189", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_209_generated", "manhole_dn": "manhole_210_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395945.676986357429996, 5859732.97450408898294 ], [ 1395992.823192392243072, 5859749.496896487660706 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E190", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_210_generated", "manhole_dn": "manhole_211_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395992.823192392243072, 5859749.496896487660706 ], [ 1396039.969398427288979, 5859766.019288886338472 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E191", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_211_generated", "manhole_dn": "manhole_212_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396039.969398427288979, 5859766.019288886338472 ], [ 1396087.115604462334886, 5859782.541681285016239 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E192", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_212_generated", "manhole_dn": "manhole_213_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396087.115604462334886, 5859782.541681285016239 ], [ 1396136.122726181754842, 5859783.256126726977527 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E193", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_213_generated", "manhole_dn": "manhole_214_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396136.122726181754842, 5859783.256126726977527 ], [ 1396184.557975406525657, 5859773.177098214626312 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E194", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_214_generated", "manhole_dn": "manhole_215_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396184.557975406525657, 5859773.177098214626312 ], [ 1396234.332321533700451, 5859776.813416129909456 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E195", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_215_generated", "manhole_dn": "manhole_216_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396234.332321533700451, 5859776.813416129909456 ], [ 1396284.079435384133831, 5859781.393684419803321 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E196", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_216_generated", "manhole_dn": "manhole_217_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396284.079435384133831, 5859781.393684419803321 ], [ 1396333.82654923456721, 5859785.97395271062851 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E197", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_217_generated", "manhole_dn": "manhole_218_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396333.82654923456721, 5859785.97395271062851 ], [ 1396383.573663085000589, 5859790.554221000522375 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E198", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_218_generated", "manhole_dn": "manhole_219_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396383.573663085000589, 5859790.554221000522375 ], [ 1396433.3207769356668, 5859795.134489291347563 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E199", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_219_generated", "manhole_dn": "manhole_220_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396433.3207769356668, 5859795.134489291347563 ], [ 1396482.971062028314918, 5859800.63004573341459 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E200", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_220_generated", "manhole_dn": "manhole_221_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396482.971062028314918, 5859800.63004573341459 ], [ 1396532.628195792203769, 5859805.573254623450339 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E201", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_221_generated", "manhole_dn": "manhole_222_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396532.628195792203769, 5859805.573254623450339 ], [ 1396582.445765120442957, 5859803.006616869010031 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E202", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_222_generated", "manhole_dn": "manhole_223_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396582.445765120442957, 5859803.006616869010031 ], [ 1396632.004199309274554, 5859796.704569994471967 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E203", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_223_generated", "manhole_dn": "manhole_224_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396632.004199309274554, 5859796.704569994471967 ], [ 1396681.67369817988947, 5859791.799600607715547 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E204", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_224_generated", "manhole_dn": "manhole_225_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396681.67369817988947, 5859791.799600607715547 ], [ 1396731.549113321350887, 5859793.205961636267602 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E205", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_225_generated", "manhole_dn": "manhole_226_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396731.549113321350887, 5859793.205961636267602 ], [ 1396781.208348408574238, 5859798.40605031978339 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E206", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_226_generated", "manhole_dn": "manhole_227_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396781.208348408574238, 5859798.40605031978339 ], [ 1396830.710641485406086, 5859805.134881881996989 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E207", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_227_generated", "manhole_dn": "manhole_228_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396830.710641485406086, 5859805.134881881996989 ], [ 1396880.212934562237933, 5859811.863713445141912 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E208", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_228_generated", "manhole_dn": "manhole_229_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396880.212934562237933, 5859811.863713445141912 ], [ 1396929.517627175664529, 5859819.913461329415441 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E209", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_229_generated", "manhole_dn": "manhole_230_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396929.517627175664529, 5859819.913461329415441 ], [ 1396978.821983117843047, 5859827.965459789149463 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E210", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_230_generated", "manhole_dn": "manhole_231_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396978.821983117843047, 5859827.965459789149463 ], [ 1397026.069022371433675, 5859842.370200684294105 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E211", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_231_generated", "manhole_dn": "manhole_232_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397026.069022371433675, 5859842.370200684294105 ], [ 1397066.546459601027891, 5859871.497040014714003 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E212", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_232_generated", "manhole_dn": "manhole_233_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397066.546459601027891, 5859871.497040014714003 ], [ 1397112.32103202980943, 5859891.233403690159321 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E213", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_233_generated", "manhole_dn": "manhole_234_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397112.32103202980943, 5859891.233403690159321 ], [ 1397158.934577539330348, 5859909.203700546175241 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E214", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_234_generated", "manhole_dn": "manhole_235_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397158.934577539330348, 5859909.203700546175241 ], [ 1397208.628899687202647, 5859912.217249902896583 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E215", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_235_generated", "manhole_dn": "manhole_236_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397208.628899687202647, 5859912.217249902896583 ], [ 1397258.349997788900509, 5859908.621303669176996 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E216", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_236_generated", "manhole_dn": "manhole_237_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397258.349997788900509, 5859908.621303669176996 ], [ 1397307.652687890455127, 5859900.559111485257745 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E217", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_237_generated", "manhole_dn": "manhole_238_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397307.652687890455127, 5859900.559111485257745 ], [ 1397356.819969275966287, 5859891.718973587267101 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E218", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_238_generated", "manhole_dn": "manhole_239_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397356.819969275966287, 5859891.718973587267101 ], [ 1397405.947162994416431, 5859882.64852533955127 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E219", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_239_generated", "manhole_dn": "manhole_240_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397405.947162994416431, 5859882.64852533955127 ], [ 1397455.074356712866575, 5859873.578077092766762 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E220", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_240_generated", "manhole_dn": "manhole_241_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397455.074356712866575, 5859873.578077092766762 ], [ 1397504.201550431316718, 5859864.507628845050931 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E221", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_241_generated", "manhole_dn": "manhole_242_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397504.201550431316718, 5859864.507628845050931 ], [ 1397554.018958964385092, 5859861.992306004278362 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E222", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_242_generated", "manhole_dn": "manhole_243_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397554.018958964385092, 5859861.992306004278362 ], [ 1397603.971859964774922, 5859861.624241239391267 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E223", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_243_generated", "manhole_dn": "manhole_244_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397603.971859964774922, 5859861.624241239391267 ], [ 1397653.88297161902301, 5859859.471306613646448 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E224", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_244_generated", "manhole_dn": "manhole_245_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397653.88297161902301, 5859859.471306613646448 ], [ 1397703.423982579493895, 5859861.881308420561254 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E225", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_245_generated", "manhole_dn": "manhole_246_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397703.423982579493895, 5859861.881308420561254 ], [ 1397747.023107959888875, 5859886.10373152885586 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E226", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_246_generated", "manhole_dn": "manhole_247_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397747.023107959888875, 5859886.10373152885586 ], [ 1397793.638197069521993, 5859903.174489093013108 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E227", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_247_generated", "manhole_dn": "manhole_248_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397793.638197069521993, 5859903.174489093013108 ], [ 1397843.058697305386886, 5859908.075518388301134 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E228", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_248_generated", "manhole_dn": "manhole_249_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397843.058697305386886, 5859908.075518388301134 ], [ 1397891.750025275163352, 5859898.873471706174314 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E229", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_249_generated", "manhole_dn": "manhole_250_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397891.750025275163352, 5859898.873471706174314 ], [ 1397936.923744227737188, 5859877.870162684470415 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E230", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_250_generated", "manhole_dn": "manhole_251_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397936.923744227737188, 5859877.870162684470415 ], [ 1397981.64439625875093, 5859855.90778212249279 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E231", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_251_generated", "manhole_dn": "manhole_252_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397981.64439625875093, 5859855.90778212249279 ], [ 1398028.885239223018289, 5859839.657952889800072 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E232", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_252_generated", "manhole_dn": "manhole_253_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398028.885239223018289, 5859839.657952889800072 ], [ 1398074.333874926203862, 5859819.596489317715168 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E233", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_253_generated", "manhole_dn": "manhole_254_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398074.333874926203862, 5859819.596489317715168 ], [ 1398115.10738128842786, 5859790.975434089079499 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E234", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_254_generated", "manhole_dn": "manhole_255_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398115.10738128842786, 5859790.975434089079499 ], [ 1398149.744975707959384, 5859755.089587510563433 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E235", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_255_generated", "manhole_dn": "manhole_256_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398149.744975707959384, 5859755.089587510563433 ], [ 1398183.274726968258619, 5859718.055684468708932 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E236", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_256_generated", "manhole_dn": "manhole_257_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398183.274726968258619, 5859718.055684468708932 ], [ 1398216.804478228790686, 5859681.021781427785754 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E237", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_257_generated", "manhole_dn": "manhole_258_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398216.804478228790686, 5859681.021781427785754 ], [ 1398250.334229489089921, 5859643.987878385931253 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E238", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_258_generated", "manhole_dn": "manhole_259_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398250.334229489089921, 5859643.987878385931253 ], [ 1398284.481650964356959, 5859607.524329618550837 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E239", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_259_generated", "manhole_dn": "manhole_260_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398284.481650964356959, 5859607.524329618550837 ], [ 1398319.317491063848138, 5859571.767064870335162 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E240", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_260_generated", "manhole_dn": "manhole_261_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398319.317491063848138, 5859571.767064870335162 ], [ 1398357.123779168818146, 5859539.110690702684224 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E241", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_261_generated", "manhole_dn": "manhole_262_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398357.123779168818146, 5859539.110690702684224 ], [ 1398396.994694244116545, 5859509.175408939830959 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E242", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_262_generated", "manhole_dn": "manhole_263_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398396.994694244116545, 5859509.175408939830959 ], [ 1398438.625188711099327, 5859481.559179571457207 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E243", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_263_generated", "manhole_dn": "manhole_264_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398438.625188711099327, 5859481.559179571457207 ], [ 1398483.539108508033678, 5859460.905187982134521 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E244", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_264_generated", "manhole_dn": "manhole_265_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398483.539108508033678, 5859460.905187982134521 ], [ 1398531.329333725385368, 5859446.3501693373546 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E245", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_265_generated", "manhole_dn": "manhole_266_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398531.329333725385368, 5859446.3501693373546 ], [ 1398573.904497290030122, 5859448.908529263921082 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E246", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_266_generated", "manhole_dn": "manhole_267_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398573.904497290030122, 5859448.908529263921082 ], [ 1398532.548580731498078, 5859465.879761456511915 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E247", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_267_generated", "manhole_dn": "manhole_268_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398532.548580731498078, 5859465.879761456511915 ], [ 1398491.570629527093843, 5859492.568126837722957 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E248", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_268_generated", "manhole_dn": "manhole_269_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398491.570629527093843, 5859492.568126837722957 ], [ 1398461.301121125230566, 5859532.253487977199256 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E249", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_269_generated", "manhole_dn": "manhole_270_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398461.301121125230566, 5859532.253487977199256 ], [ 1398432.456113477703184, 5859573.008350426331162 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E250", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_270_generated", "manhole_dn": "manhole_271_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398432.456113477703184, 5859573.008350426331162 ], [ 1398405.885065378854051, 5859615.313593564555049 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E251", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_271_generated", "manhole_dn": "manhole_272_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398405.885065378854051, 5859615.313593564555049 ], [ 1398401.093442294746637, 5859656.772992729209363 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E252", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_272_generated", "manhole_dn": "manhole_273_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398401.093442294746637, 5859656.772992729209363 ], [ 1398434.507358234375715, 5859623.867795357480645 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E253", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_273_generated", "manhole_dn": "manhole_274_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398434.507358234375715, 5859623.867795357480645 ], [ 1398464.939288959605619, 5859584.535415932536125 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E254", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_274_generated", "manhole_dn": "manhole_275_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398464.939288959605619, 5859584.535415932536125 ], [ 1398503.837231649784371, 5859553.340068104676902 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E255", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_275_generated", "manhole_dn": "manhole_276_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398503.837231649784371, 5859553.340068104676902 ], [ 1398546.459559988696128, 5859528.119997682981193 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E256", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_276_generated", "manhole_dn": "manhole_277_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398546.459559988696128, 5859528.119997682981193 ], [ 1398595.661088732071221, 5859519.461836019530892 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E257", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_277_generated", "manhole_dn": "manhole_278_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398595.661088732071221, 5859519.461836019530892 ], [ 1398644.526447595329955, 5859509.27881785761565 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E258", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_278_generated", "manhole_dn": "manhole_279_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398644.526447595329955, 5859509.27881785761565 ], [ 1398692.807618896011263, 5859496.445942424237728 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E259", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_279_generated", "manhole_dn": "manhole_280_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398692.807618896011263, 5859496.445942424237728 ], [ 1398739.501339873997495, 5859478.733093839138746 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E260", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_280_generated", "manhole_dn": "manhole_281_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398739.501339873997495, 5859478.733093839138746 ], [ 1398787.201663054060191, 5859464.343881354667246 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E261", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_281_generated", "manhole_dn": "manhole_282_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398787.201663054060191, 5859464.343881354667246 ], [ 1398835.171647123061121, 5859451.045873033814132 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E262", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_282_generated", "manhole_dn": "manhole_283_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398835.171647123061121, 5859451.045873033814132 ], [ 1398858.065017622429878, 5859409.515308484435081 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E263", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_283_generated", "manhole_dn": "manhole_284_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398858.065017622429878, 5859409.515308484435081 ], [ 1398847.216460886178538, 5859362.391017832793295 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E264", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_284_generated", "manhole_dn": "manhole_285_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398847.216460886178538, 5859362.391017832793295 ], [ 1398801.557521830545738, 5859344.727349349297583 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E265", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_285_generated", "manhole_dn": "manhole_286_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398801.557521830545738, 5859344.727349349297583 ], [ 1398802.493710001232103, 5859324.148681189864874 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E266", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_286_generated", "manhole_dn": "manhole_287_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398802.493710001232103, 5859324.148681189864874 ], [ 1398847.80217386293225, 5859345.19370355643332 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E267", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_287_generated", "manhole_dn": "manhole_288_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398847.80217386293225, 5859345.19370355643332 ], [ 1398883.701321874046698, 5859379.053840053267777 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E268", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_288_generated", "manhole_dn": "manhole_289_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398883.701321874046698, 5859379.053840053267777 ], [ 1398921.561593507183716, 5859405.59266600292176 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E269", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_289_generated", "manhole_dn": "manhole_290_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398921.561593507183716, 5859405.59266600292176 ], [ 1398916.532475853571668, 5859367.261669612489641 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E270", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_290_generated", "manhole_dn": "manhole_291_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398916.532475853571668, 5859367.261669612489641 ], [ 1398878.751509881811216, 5859335.164943357929587 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E271", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_291_generated", "manhole_dn": "manhole_292_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398878.751509881811216, 5859335.164943357929587 ], [ 1398837.095387369161472, 5859308.388286277651787 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E272", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_292_generated", "manhole_dn": "manhole_293_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398837.095387369161472, 5859308.388286277651787 ], [ 1398828.4637511507608, 5859260.883863331750035 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E273", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_293_generated", "manhole_dn": "manhole_294_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398828.4637511507608, 5859260.883863331750035 ], [ 1398825.407821342581883, 5859211.35791480075568 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E274", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_294_generated", "manhole_dn": "manhole_295_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398825.407821342581883, 5859211.35791480075568 ], [ 1398810.070193937746808, 5859163.81307933293283 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E275", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_295_generated", "manhole_dn": "manhole_296_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398810.070193937746808, 5859163.81307933293283 ], [ 1398794.732566533144563, 5859116.26824386510998 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E276", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_296_generated", "manhole_dn": "manhole_297_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398794.732566533144563, 5859116.26824386510998 ], [ 1398782.747474028496072, 5859067.9170350600034 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E277", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_297_generated", "manhole_dn": "manhole_298_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398782.747474028496072, 5859067.9170350600034 ], [ 1398770.17950126901269, 5859019.8204888086766 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E278", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_298_generated", "manhole_dn": "manhole_299_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398770.17950126901269, 5859019.8204888086766 ], [ 1398795.085148732177913, 5859018.555148786865175 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E279", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_299_generated", "manhole_dn": "manhole_300_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398795.085148732177913, 5859018.555148786865175 ], [ 1398805.761120797367766, 5859067.358609878458083 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E280", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_300_generated", "manhole_dn": "manhole_301_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398805.761120797367766, 5859067.358609878458083 ], [ 1398822.476000100839883, 5859113.877516822889447 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E281", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_301_generated", "manhole_dn": "manhole_302_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398822.476000100839883, 5859113.877516822889447 ], [ 1398846.775557091226801, 5859157.527095561847091 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E282", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_302_generated", "manhole_dn": "manhole_303_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398846.775557091226801, 5859157.527095561847091 ], [ 1398856.31471465039067, 5859206.267450321465731 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E283", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_303_generated", "manhole_dn": "manhole_304_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398856.31471465039067, 5859206.267450321465731 ], [ 1398869.156176014570519, 5859252.201237232424319 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E284", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_304_generated", "manhole_dn": "manhole_305_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398869.156176014570519, 5859252.201237232424319 ], [ 1398880.023954376578331, 5859208.279428681358695 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E285", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_305_generated", "manhole_dn": "manhole_306_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398880.023954376578331, 5859208.279428681358695 ], [ 1398880.626256473595276, 5859158.584949998185039 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E286", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_306_generated", "manhole_dn": "manhole_307_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398880.626256473595276, 5859158.584949998185039 ], [ 1398868.13963572261855, 5859110.213072876445949 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E287", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_307_generated", "manhole_dn": "manhole_308_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398868.13963572261855, 5859110.213072876445949 ], [ 1398853.932250312762335, 5859062.36953486315906 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E288", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_308_generated", "manhole_dn": "manhole_309_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398853.932250312762335, 5859062.36953486315906 ], [ 1398837.122472708113492, 5859015.325028585270047 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E289", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_309_generated", "manhole_dn": "manhole_310_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398837.122472708113492, 5859015.325028585270047 ], [ 1398811.025979021331295, 5858975.228952785953879 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E290", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_310_generated", "manhole_dn": "manhole_311_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398811.025979021331295, 5858975.228952785953879 ], [ 1398792.731020024977624, 5858942.105522636324167 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E291", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_311_generated", "manhole_dn": "manhole_312_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398792.731020024977624, 5858942.105522636324167 ], [ 1398830.329653899185359, 5858969.070570295676589 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E292", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_312_generated", "manhole_dn": "manhole_313_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398830.329653899185359, 5858969.070570295676589 ], [ 1398855.120396409882233, 5859011.387144382111728 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E293", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_313_generated", "manhole_dn": "manhole_314_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398855.120396409882233, 5859011.387144382111728 ], [ 1398871.986897473689169, 5859058.411343852989376 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E294", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_314_generated", "manhole_dn": "manhole_315_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398871.986897473689169, 5859058.411343852989376 ], [ 1398888.853398537263274, 5859105.435543324798346 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E295", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_315_generated", "manhole_dn": "manhole_316_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398888.853398537263274, 5859105.435543324798346 ], [ 1398900.727339124539867, 5859081.638882641680539 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E296", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_316_generated", "manhole_dn": "manhole_317_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398900.727339124539867, 5859081.638882641680539 ], [ 1398886.090775846736506, 5859033.873568767681718 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E297", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_317_generated", "manhole_dn": "manhole_318_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398886.090775846736506, 5859033.873568767681718 ], [ 1398871.454212568933144, 5858986.108254893682897 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E298", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_318_generated", "manhole_dn": "manhole_319_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398871.454212568933144, 5858986.108254893682897 ], [ 1398849.153736402047798, 5858941.779146169312298 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E299", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_319_generated", "manhole_dn": "manhole_320_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398849.153736402047798, 5858941.779146169312298 ], [ 1398815.222575184656307, 5858905.112669756636024 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E300", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_320_generated", "manhole_dn": "manhole_321_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398815.222575184656307, 5858905.112669756636024 ], [ 1398794.85430785198696, 5858859.946741789579391 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E301", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_321_generated", "manhole_dn": "manhole_322_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398794.85430785198696, 5858859.946741789579391 ], [ 1398792.106715303380042, 5858810.75299206469208 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E302", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_322_generated", "manhole_dn": "manhole_323_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398792.106715303380042, 5858810.75299206469208 ], [ 1398793.643042888259515, 5858760.819096846506 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E303", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_323_generated", "manhole_dn": "manhole_324_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398793.643042888259515, 5858760.819096846506 ], [ 1398790.088434485485777, 5858711.060477316379547 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E304", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_324_generated", "manhole_dn": "manhole_325_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398790.088434485485777, 5858711.060477316379547 ], [ 1398794.878786830464378, 5858662.547426326200366 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E305", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_325_generated", "manhole_dn": "manhole_326_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398794.878786830464378, 5858662.547426326200366 ], [ 1398819.366494038375095, 5858670.364549998193979 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E306", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_326_generated", "manhole_dn": "manhole_327_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398819.366494038375095, 5858670.364549998193979 ], [ 1398819.617673476459458, 5858716.76762757729739 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E307", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_327_generated", "manhole_dn": "manhole_328_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398819.617673476459458, 5858716.76762757729739 ], [ 1398839.440140422666445, 5858762.622695895843208 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E308", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_328_generated", "manhole_dn": "manhole_329_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398839.440140422666445, 5858762.622695895843208 ], [ 1398862.207243219949305, 5858806.886671305634081 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E309", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_329_generated", "manhole_dn": "manhole_330_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398862.207243219949305, 5858806.886671305634081 ], [ 1398889.802204162580892, 5858848.531266688369215 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E310", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_330_generated", "manhole_dn": "manhole_331_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398889.802204162580892, 5858848.531266688369215 ], [ 1398917.39716510521248, 5858890.17586207203567 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E311", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_331_generated", "manhole_dn": "manhole_332_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398917.39716510521248, 5858890.17586207203567 ], [ 1398944.992126047844067, 5858931.820457454770803 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E312", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_332_generated", "manhole_dn": "manhole_333_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398944.992126047844067, 5858931.820457454770803 ], [ 1398971.575186722679064, 5858973.957092110067606 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E313", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_333_generated", "manhole_dn": "manhole_334_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398971.575186722679064, 5858973.957092110067606 ], [ 1398987.166208792012185, 5859021.419029271230102 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E314", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_334_generated", "manhole_dn": "manhole_335_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398987.166208792012185, 5859021.419029271230102 ], [ 1399016.090406245552003, 5859058.44711637031287 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E315", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_335_generated", "manhole_dn": "manhole_336_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399016.090406245552003, 5859058.44711637031287 ], [ 1399064.877304280875251, 5859051.315186527557671 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E316", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_336_generated", "manhole_dn": "manhole_337_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399064.877304280875251, 5859051.315186527557671 ], [ 1399112.820078881457448, 5859037.270808375440538 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E317", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_337_generated", "manhole_dn": "manhole_338_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399112.820078881457448, 5859037.270808375440538 ], [ 1399155.369209250900894, 5859045.770087925717235 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E318", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_338_generated", "manhole_dn": "manhole_339_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399155.369209250900894, 5859045.770087925717235 ], [ 1399184.26689311536029, 5859080.177823886275291 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E319", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_339_generated", "manhole_dn": "manhole_340_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399184.26689311536029, 5859080.177823886275291 ], [ 1399230.582083143759519, 5859061.869365677237511 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E320", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_340_generated", "manhole_dn": "manhole_341_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399230.582083143759519, 5859061.869365677237511 ], [ 1399278.64013407076709, 5859050.891167950816453 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E321", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_341_generated", "manhole_dn": "manhole_342_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399278.64013407076709, 5859050.891167950816453 ], [ 1399328.355699470732361, 5859048.321908378973603 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E322", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_342_generated", "manhole_dn": "manhole_343_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399328.355699470732361, 5859048.321908378973603 ], [ 1399370.16553715383634, 5859074.816641157492995 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E323", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_343_generated", "manhole_dn": "manhole_344_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399370.16553715383634, 5859074.816641157492995 ], [ 1399410.248347557615489, 5859104.537193459458649 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E324", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_344_generated", "manhole_dn": "manhole_345_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399410.248347557615489, 5859104.537193459458649 ], [ 1399458.397684239549562, 5859099.588150420226157 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E325", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_345_generated", "manhole_dn": "manhole_346_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399458.397684239549562, 5859099.588150420226157 ], [ 1399505.852520841639489, 5859083.975741870701313 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E326", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_346_generated", "manhole_dn": "manhole_347_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399505.852520841639489, 5859083.975741870701313 ], [ 1399555.343614747049287, 5859081.947722216136754 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E327", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_347_generated", "manhole_dn": "manhole_348_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399555.343614747049287, 5859081.947722216136754 ], [ 1399601.015649068634957, 5859062.386111154220998 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E328", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_348_generated", "manhole_dn": "manhole_349_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399601.015649068634957, 5859062.386111154220998 ], [ 1399645.166987635195255, 5859039.625559205189347 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E329", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_349_generated", "manhole_dn": "manhole_350_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399645.166987635195255, 5859039.625559205189347 ], [ 1399678.521855275146663, 5859013.434346660971642 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E330", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_350_generated", "manhole_dn": "manhole_351_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399678.521855275146663, 5859013.434346660971642 ], [ 1399631.887222865596414, 5859026.524122441187501 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E331", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_351_generated", "manhole_dn": "manhole_352_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399631.887222865596414, 5859026.524122441187501 ], [ 1399582.468943196348846, 5859026.310079920105636 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E332", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_352_generated", "manhole_dn": "manhole_353_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399582.468943196348846, 5859026.310079920105636 ], [ 1399539.589506425894797, 5859003.595072196796536 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E333", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_353_generated", "manhole_dn": "manhole_354_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399539.589506425894797, 5859003.595072196796536 ], [ 1399519.86119730817154, 5858958.118475421331823 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E334", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_354_generated", "manhole_dn": "manhole_355_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399519.86119730817154, 5858958.118475421331823 ], [ 1399500.702504059299827, 5858912.330591697245836 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E335", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_355_generated", "manhole_dn": "manhole_356_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399500.702504059299827, 5858912.330591697245836 ], [ 1399459.870544660370797, 5858907.820527501404285 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E336", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_356_generated", "manhole_dn": "manhole_357_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399459.870544660370797, 5858907.820527501404285 ], [ 1399416.549590024864301, 5858931.836601889692247 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E337", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_357_generated", "manhole_dn": "manhole_358_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399416.549590024864301, 5858931.836601889692247 ], [ 1399368.608087686588988, 5858925.861022648401558 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E338", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_358_generated", "manhole_dn": "manhole_359_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399368.608087686588988, 5858925.861022648401558 ], [ 1399321.001041107112542, 5858910.717598000541329 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E339", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_359_generated", "manhole_dn": "manhole_360_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399321.001041107112542, 5858910.717598000541329 ], [ 1399280.58931208611466, 5858885.789108638651669 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E340", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_360_generated", "manhole_dn": "manhole_361_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399280.58931208611466, 5858885.789108638651669 ], [ 1399313.228826150530949, 5858881.984086359851062 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E341", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_361_generated", "manhole_dn": "manhole_362_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399313.228826150530949, 5858881.984086359851062 ], [ 1399361.001372494967654, 5858895.408078421838582 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E342", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_362_generated", "manhole_dn": "manhole_363_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399361.001372494967654, 5858895.408078421838582 ], [ 1399410.482293800916523, 5858895.717533824034035 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E343", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_363_generated", "manhole_dn": "manhole_364_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399410.482293800916523, 5858895.717533824034035 ], [ 1399446.095617066370323, 5858863.024840264581144 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E344", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_364_generated", "manhole_dn": "manhole_365_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399446.095617066370323, 5858863.024840264581144 ], [ 1399474.489380049519241, 5858822.346942132338881 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E345", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_365_generated", "manhole_dn": "manhole_366_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399474.489380049519241, 5858822.346942132338881 ], [ 1399520.245104632107541, 5858824.819885011762381 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E346", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_366_generated", "manhole_dn": "manhole_367_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399520.245104632107541, 5858824.819885011762381 ], [ 1399566.586486837361008, 5858839.3189777135849 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E347", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_367_generated", "manhole_dn": "manhole_368_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399566.586486837361008, 5858839.3189777135849 ], [ 1399615.488784328103065, 5858830.109275444410741 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E348", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_368_generated", "manhole_dn": "manhole_369_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399615.488784328103065, 5858830.109275444410741 ], [ 1399664.699285737471655, 5858823.037898446433246 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E349", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_369_generated", "manhole_dn": "manhole_370_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399664.699285737471655, 5858823.037898446433246 ], [ 1399714.575816753786057, 5858820.194335919804871 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E350", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_370_generated", "manhole_dn": "manhole_371_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399714.575816753786057, 5858820.194335919804871 ], [ 1399764.179638285189867, 5858814.939907448366284 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E351", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_371_generated", "manhole_dn": "manhole_372_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399764.179638285189867, 5858814.939907448366284 ], [ 1399807.40419201576151, 5858832.621448652818799 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E352", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_372_generated", "manhole_dn": "manhole_373_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399807.40419201576151, 5858832.621448652818799 ], [ 1399840.471942235482857, 5858870.051494165323675 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E353", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_373_generated", "manhole_dn": "manhole_374_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399840.471942235482857, 5858870.051494165323675 ], [ 1399869.586369307944551, 5858910.480171481147408 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E354", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_374_generated", "manhole_dn": "manhole_375_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399869.586369307944551, 5858910.480171481147408 ], [ 1399904.217733812285587, 5858914.438459014520049 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E355", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_375_generated", "manhole_dn": "manhole_376_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399904.217733812285587, 5858914.438459014520049 ], [ 1399875.04219179507345, 5858876.656133281998336 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E356", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_376_generated", "manhole_dn": "manhole_377_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399875.04219179507345, 5858876.656133281998336 ], [ 1399842.579061046708375, 5858838.781471054069698 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E357", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_377_generated", "manhole_dn": "manhole_378_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399842.579061046708375, 5858838.781471054069698 ], [ 1399811.183227530913427, 5858799.922034208662808 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E358", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_378_generated", "manhole_dn": "manhole_379_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399811.183227530913427, 5858799.922034208662808 ], [ 1399767.760693783638999, 5858788.157405063509941 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E359", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_379_generated", "manhole_dn": "manhole_380_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399767.760693783638999, 5858788.157405063509941 ], [ 1399730.487013682723045, 5858765.889758992940187 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E360", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_380_generated", "manhole_dn": "manhole_381_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399730.487013682723045, 5858765.889758992940187 ], [ 1399775.990700061200187, 5858756.396031175740063 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E361", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_381_generated", "manhole_dn": "manhole_382_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399775.990700061200187, 5858756.396031175740063 ], [ 1399822.645813958020881, 5858770.309895566664636 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E362", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_382_generated", "manhole_dn": "manhole_383_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399822.645813958020881, 5858770.309895566664636 ], [ 1399848.382879206677899, 5858812.671142770908773 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E363", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_383_generated", "manhole_dn": "manhole_384_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399848.382879206677899, 5858812.671142770908773 ], [ 1399890.146971003850922, 5858839.840006156824529 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E364", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_384_generated", "manhole_dn": "manhole_385_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399890.146971003850922, 5858839.840006156824529 ], [ 1399933.024881581775844, 5858865.203323930501938 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E365", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_385_generated", "manhole_dn": "manhole_386_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399933.024881581775844, 5858865.203323930501938 ], [ 1399981.74044368439354, 5858875.856378244236112 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E366", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_386_generated", "manhole_dn": "manhole_387_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399981.74044368439354, 5858875.856378244236112 ], [ 1400031.093885593581945, 5858881.904236211441457 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E367", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_387_generated", "manhole_dn": "manhole_388_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400031.093885593581945, 5858881.904236211441457 ], [ 1400074.736314863199368, 5858861.749566146172583 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E368", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_388_generated", "manhole_dn": "manhole_389_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400074.736314863199368, 5858861.749566146172583 ], [ 1400120.04604879906401, 5858848.047577112913132 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E369", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_389_generated", "manhole_dn": "manhole_390_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400120.04604879906401, 5858848.047577112913132 ], [ 1400169.107465818757191, 5858855.451738660223782 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E370", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_390_generated", "manhole_dn": "manhole_391_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400169.107465818757191, 5858855.451738660223782 ], [ 1400219.055904014734551, 5858854.498997437767684 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E371", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_391_generated", "manhole_dn": "manhole_392_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400219.055904014734551, 5858854.498997437767684 ], [ 1400264.202496099984273, 5858835.102559102699161 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E372", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_392_generated", "manhole_dn": "manhole_393_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400264.202496099984273, 5858835.102559102699161 ], [ 1400313.5064406034071, 5858828.076241883449256 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E373", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_393_generated", "manhole_dn": "manhole_394_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400313.5064406034071, 5858828.076241883449256 ], [ 1400363.408214918803424, 5858825.92084645293653 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E374", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_394_generated", "manhole_dn": "manhole_395_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400363.408214918803424, 5858825.92084645293653 ], [ 1400412.12190379598178, 5858816.438460538163781 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E375", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_395_generated", "manhole_dn": "manhole_396_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400412.12190379598178, 5858816.438460538163781 ], [ 1400457.35316961701028, 5858795.303617381490767 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E376", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_396_generated", "manhole_dn": "manhole_397_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400457.35316961701028, 5858795.303617381490767 ], [ 1400502.323299774201587, 5858773.544904466718435 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E377", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_397_generated", "manhole_dn": "manhole_398_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400502.323299774201587, 5858773.544904466718435 ], [ 1400547.293429931392893, 5858751.786191551946104 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E378", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_398_generated", "manhole_dn": "manhole_399_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400547.293429931392893, 5858751.786191551946104 ], [ 1400590.744895527139306, 5858727.159174475818872 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E379", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_399_generated", "manhole_dn": "manhole_400_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400590.744895527139306, 5858727.159174475818872 ], [ 1400635.199019884923473, 5858704.567341326735914 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E380", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_400_generated", "manhole_dn": "manhole_401_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400635.199019884923473, 5858704.567341326735914 ], [ 1400681.200077461311594, 5858685.082555058412254 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E381", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_401_generated", "manhole_dn": "manhole_402_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400681.200077461311594, 5858685.082555058412254 ], [ 1400727.201135037466884, 5858665.597768789157271 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E382", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_402_generated", "manhole_dn": "manhole_403_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400727.201135037466884, 5858665.597768789157271 ], [ 1400771.747518746880814, 5858643.185780400410295 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E383", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_403_generated", "manhole_dn": "manhole_404_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400771.747518746880814, 5858643.185780400410295 ], [ 1400815.058141873218119, 5858618.287103357724845 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E384", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_404_generated", "manhole_dn": "manhole_405_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400815.058141873218119, 5858618.287103357724845 ], [ 1400858.368764999555424, 5858593.388426315039396 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E385", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_405_generated", "manhole_dn": "manhole_406_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400858.368764999555424, 5858593.388426315039396 ], [ 1400901.015538981882855, 5858567.603215331211686 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E386", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_406_generated", "manhole_dn": "manhole_407_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400901.015538981882855, 5858567.603215331211686 ], [ 1400935.611248838482425, 5858531.635457808151841 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E387", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_407_generated", "manhole_dn": "manhole_408_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400935.611248838482425, 5858531.635457808151841 ], [ 1400968.368858377216384, 5858493.916852168738842 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E388", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_408_generated", "manhole_dn": "manhole_409_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400968.368858377216384, 5858493.916852168738842 ], [ 1401003.934786917176098, 5858459.187281335704029 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E389", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_409_generated", "manhole_dn": "manhole_410_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401003.934786917176098, 5858459.187281335704029 ], [ 1401043.585826724534854, 5858428.797351745888591 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E390", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_410_generated", "manhole_dn": "manhole_411_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401043.585826724534854, 5858428.797351745888591 ], [ 1401083.221737525891513, 5858398.387669586576521 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E391", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_411_generated", "manhole_dn": "manhole_412_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401083.221737525891513, 5858398.387669586576521 ], [ 1401110.648461407981813, 5858357.591805689036846 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E392", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_412_generated", "manhole_dn": "manhole_413_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401110.648461407981813, 5858357.591805689036846 ], [ 1401126.408902976894751, 5858310.191691207699478 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E393", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_413_generated", "manhole_dn": "manhole_414_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401126.408902976894751, 5858310.191691207699478 ], [ 1401143.036807195749134, 5858263.082594471052289 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E394", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_414_generated", "manhole_dn": "manhole_415_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401143.036807195749134, 5858263.082594471052289 ], [ 1401138.212383721489459, 5858214.76880091521889 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E395", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_415_generated", "manhole_dn": "manhole_416_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401138.212383721489459, 5858214.76880091521889 ], [ 1401127.278883102815598, 5858166.793468511663377 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E396", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_416_generated", "manhole_dn": "manhole_417_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401127.278883102815598, 5858166.793468511663377 ], [ 1401167.115607601357624, 5858144.839577251113951 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E397", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_417_generated", "manhole_dn": "manhole_418_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401167.115607601357624, 5858144.839577251113951 ], [ 1401216.491633794968948, 5858137.314352037385106 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E398", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_418_generated", "manhole_dn": "manhole_419_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401216.491633794968948, 5858137.314352037385106 ], [ 1401262.474555413238704, 5858118.412093843333423 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E399", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_419_generated", "manhole_dn": "manhole_420_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401262.474555413238704, 5858118.412093843333423 ], [ 1401306.204297894844785, 5858094.851829358376563 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E400", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_420_generated", "manhole_dn": "manhole_421_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401306.204297894844785, 5858094.851829358376563 ], [ 1401338.732990932185203, 5858057.277074216865003 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E401", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_421_generated", "manhole_dn": "manhole_422_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401338.732990932185203, 5858057.277074216865003 ], [ 1401369.206103157252073, 5858017.689909309148788 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E402", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_422_generated", "manhole_dn": "manhole_423_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401369.206103157252073, 5858017.689909309148788 ], [ 1401390.656988075468689, 5857974.121287336573005 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E403", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_423_generated", "manhole_dn": "manhole_424_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401390.656988075468689, 5857974.121287336573005 ], [ 1401382.080559738678858, 5857925.029101894237101 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E404", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_424_generated", "manhole_dn": "manhole_425_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401382.080559738678858, 5857925.029101894237101 ], [ 1401370.850513746263459, 5857876.350150991231203 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E405", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_425_generated", "manhole_dn": "manhole_426_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401370.850513746263459, 5857876.350150991231203 ], [ 1401359.62046775361523, 5857827.671200087293983 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E406", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_426_generated", "manhole_dn": "manhole_427_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401359.62046775361523, 5857827.671200087293983 ], [ 1401358.906585979741067, 5857778.342266672290862 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E407", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_427_generated", "manhole_dn": "manhole_428_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401358.906585979741067, 5857778.342266672290862 ], [ 1401367.984820277197286, 5857729.216511145234108 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E408", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_428_generated", "manhole_dn": "manhole_429_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401367.984820277197286, 5857729.216511145234108 ], [ 1401378.054766685701907, 5857680.310615876689553 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E409", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_429_generated", "manhole_dn": "manhole_430_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401378.054766685701907, 5857680.310615876689553 ], [ 1401398.812842015642673, 5857635.314562235958874 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E410", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_430_generated", "manhole_dn": "manhole_431_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401398.812842015642673, 5857635.314562235958874 ], [ 1401430.82192275673151, 5857597.181597260758281 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E411", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_431_generated", "manhole_dn": "manhole_432_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401430.82192275673151, 5857597.181597260758281 ], [ 1401471.215903429547325, 5857569.028509169816971 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E412", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_432_generated", "manhole_dn": "manhole_433_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401471.215903429547325, 5857569.028509169816971 ], [ 1401516.447121338918805, 5857547.817872204817832 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E413", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_433_generated", "manhole_dn": "manhole_434_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401516.447121338918805, 5857547.817872204817832 ], [ 1401562.699131066910923, 5857528.946168699301779 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E414", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_434_generated", "manhole_dn": "manhole_435_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401562.699131066910923, 5857528.946168699301779 ], [ 1401609.00828788918443, 5857510.205405948683619 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E415", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_435_generated", "manhole_dn": "manhole_436_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401609.00828788918443, 5857510.205405948683619 ], [ 1401655.317444711457938, 5857491.46464319806546 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E416", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_436_generated", "manhole_dn": "manhole_437_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401655.317444711457938, 5857491.46464319806546 ], [ 1401702.896730977809057, 5857476.413837599568069 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E417", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_437_generated", "manhole_dn": "manhole_438_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401702.896730977809057, 5857476.413837599568069 ], [ 1401750.929637423250824, 5857462.680881164036691 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E418", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_438_generated", "manhole_dn": "manhole_439_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401750.929637423250824, 5857462.680881164036691 ], [ 1401799.045013694558293, 5857449.24613715428859 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E419", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_439_generated", "manhole_dn": "manhole_440_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401799.045013694558293, 5857449.24613715428859 ], [ 1401847.308918574126437, 5857436.348475356586277 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E420", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_440_generated", "manhole_dn": "manhole_441_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401847.308918574126437, 5857436.348475356586277 ], [ 1401895.572823453694582, 5857423.450813558883965 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E421", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_441_generated", "manhole_dn": "manhole_442_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401895.572823453694582, 5857423.450813558883965 ], [ 1401943.836728333262727, 5857410.553151761181653 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E422", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_442_generated", "manhole_dn": "manhole_443_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401943.836728333262727, 5857410.553151761181653 ], [ 1401991.287342586088926, 5857395.066806650720537 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E423", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_443_generated", "manhole_dn": "manhole_444_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401991.287342586088926, 5857395.066806650720537 ], [ 1402033.899048008024693, 5857369.088003344833851 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E424", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_444_generated", "manhole_dn": "manhole_445_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402033.899048008024693, 5857369.088003344833851 ], [ 1402072.111172434175387, 5857336.990495380945504 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E425", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_445_generated", "manhole_dn": "manhole_446_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402072.111172434175387, 5857336.990495380945504 ], [ 1402109.707698884420097, 5857304.092845115810633 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E426", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_446_generated", "manhole_dn": "manhole_447_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402109.707698884420097, 5857304.092845115810633 ], [ 1402147.304225334897637, 5857271.195194851607084 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E427", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_447_generated", "manhole_dn": "manhole_448_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402147.304225334897637, 5857271.195194851607084 ], [ 1402184.900751785142347, 5857238.297544586472213 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E428", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_448_generated", "manhole_dn": "manhole_449_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402184.900751785142347, 5857238.297544586472213 ], [ 1402222.497278235619888, 5857205.399894322268665 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E429", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_449_generated", "manhole_dn": "manhole_450_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402222.497278235619888, 5857205.399894322268665 ], [ 1402260.963186759501696, 5857173.601736636832356 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E430", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_450_generated", "manhole_dn": "manhole_451_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402260.963186759501696, 5857173.601736636832356 ], [ 1402301.643911075778306, 5857144.604618449695408 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E431", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_451_generated", "manhole_dn": "manhole_452_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402301.643911075778306, 5857144.604618449695408 ], [ 1402345.539385391399264, 5857121.000730181112885 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E432", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_452_generated", "manhole_dn": "manhole_453_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402345.539385391399264, 5857121.000730181112885 ], [ 1402394.447288936935365, 5857112.260867094621062 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E433", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_453_generated", "manhole_dn": "manhole_454_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402394.447288936935365, 5857112.260867094621062 ], [ 1402441.730468847323209, 5857128.148596168495715 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E434", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_454_generated", "manhole_dn": "manhole_455_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402441.730468847323209, 5857128.148596168495715 ], [ 1402483.802292782813311, 5857152.803806195966899 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E435", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_455_generated", "manhole_dn": "manhole_456_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402483.802292782813311, 5857152.803806195966899 ], [ 1402513.116842371411622, 5857193.169051918201149 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E436", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_456_generated", "manhole_dn": "manhole_457_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402513.116842371411622, 5857193.169051918201149 ], [ 1402549.654036887688562, 5857227.071210944093764 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E437", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_457_generated", "manhole_dn": "manhole_458_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402549.654036887688562, 5857227.071210944093764 ], [ 1402592.530350444372743, 5857252.71055434178561 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E438", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_458_generated", "manhole_dn": "manhole_459_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402592.530350444372743, 5857252.71055434178561 ], [ 1402639.997615454019979, 5857268.224419611506164 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E439", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_459_generated", "manhole_dn": "manhole_460_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402639.997615454019979, 5857268.224419611506164 ], [ 1402689.905034058028832, 5857265.987510503269732 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E440", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_460_generated", "manhole_dn": "manhole_461_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402689.905034058028832, 5857265.987510503269732 ], [ 1402738.766558608040214, 5857256.155517539009452 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E441", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_461_generated", "manhole_dn": "manhole_462_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402738.766558608040214, 5857256.155517539009452 ], [ 1402785.300747652538121, 5857239.036676546558738 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E442", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_462_generated", "manhole_dn": "manhole_463_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402785.300747652538121, 5857239.036676546558738 ], [ 1402829.752187143079937, 5857216.237033539451659 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E443", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_463_generated", "manhole_dn": "manhole_464_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402829.752187143079937, 5857216.237033539451659 ], [ 1402870.336595602566376, 5857187.241045727394521 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E444", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_464_generated", "manhole_dn": "manhole_465_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402870.336595602566376, 5857187.241045727394521 ], [ 1402907.890058916993439, 5857155.221295398660004 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E445", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_465_generated", "manhole_dn": "manhole_466_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402907.890058916993439, 5857155.221295398660004 ], [ 1402955.845737372990698, 5857162.265679953619838 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E446", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_466_generated", "manhole_dn": "manhole_467_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402955.845737372990698, 5857162.265679953619838 ], [ 1403002.170354939764366, 5857180.637282749637961 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E447", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_467_generated", "manhole_dn": "manhole_468_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403002.170354939764366, 5857180.637282749637961 ], [ 1403050.636642853729427, 5857192.752278824336827 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E448", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_468_generated", "manhole_dn": "manhole_469_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403050.636642853729427, 5857192.752278824336827 ], [ 1403098.837281614542007, 5857205.861251706257463 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E449", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_469_generated", "manhole_dn": "manhole_470_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403098.837281614542007, 5857205.861251706257463 ], [ 1403146.885479411110282, 5857219.540611433796585 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E450", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_470_generated", "manhole_dn": "manhole_471_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403146.885479411110282, 5857219.540611433796585 ], [ 1403194.933677207678556, 5857233.219971161335707 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E451", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_471_generated", "manhole_dn": "manhole_472_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403194.933677207678556, 5857233.219971161335707 ], [ 1403242.981875004246831, 5857246.899330889806151 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E452", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_472_generated", "manhole_dn": "manhole_473_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403242.981875004246831, 5857246.899330889806151 ], [ 1403291.030072800815105, 5857260.578690617345273 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E453", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_473_generated", "manhole_dn": "manhole_474_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403291.030072800815105, 5857260.578690617345273 ], [ 1403337.008083500200883, 5857279.246462292969227 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E454", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_474_generated", "manhole_dn": "manhole_475_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403337.008083500200883, 5857279.246462292969227 ], [ 1403380.803470284445211, 5857303.279338725842535 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E455", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_475_generated", "manhole_dn": "manhole_476_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403380.803470284445211, 5857303.279338725842535 ], [ 1403428.121818739688024, 5857316.651918372139335 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E456", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_476_generated", "manhole_dn": "manhole_477_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403428.121818739688024, 5857316.651918372139335 ], [ 1403477.99995229463093, 5857316.044570435769856 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E457", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_477_generated", "manhole_dn": "manhole_478_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403477.99995229463093, 5857316.044570435769856 ], [ 1403520.684894758975133, 5857339.928777910768986 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E458", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_478_generated", "manhole_dn": "manhole_479_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403520.684894758975133, 5857339.928777910768986 ], [ 1403552.318474431755021, 5857378.594923712313175 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E459", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_479_generated", "manhole_dn": "manhole_480_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403552.318474431755021, 5857378.594923712313175 ], [ 1403583.95205410476774, 5857417.261069513857365 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E460", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_480_generated", "manhole_dn": "manhole_481_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403583.95205410476774, 5857417.261069513857365 ], [ 1403623.540760961361229, 5857446.034681444056332 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E461", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_481_generated", "manhole_dn": "manhole_482_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403623.540760961361229, 5857446.034681444056332 ], [ 1403671.99387682066299, 5857456.591924804262817 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E462", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_482_generated", "manhole_dn": "manhole_483_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403671.99387682066299, 5857456.591924804262817 ], [ 1403721.623416067101061, 5857462.307082566432655 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E463", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_483_generated", "manhole_dn": "manhole_484_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403721.623416067101061, 5857462.307082566432655 ], [ 1403771.146520561072975, 5857468.668577928096056 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E464", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_484_generated", "manhole_dn": "manhole_485_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403771.146520561072975, 5857468.668577928096056 ], [ 1403819.624558065086603, 5857480.525302513502538 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E465", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_485_generated", "manhole_dn": "manhole_486_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403819.624558065086603, 5857480.525302513502538 ], [ 1403833.226475024595857, 5857519.969276647083461 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E466", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_486_generated", "manhole_dn": "manhole_487_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403833.226475024595857, 5857519.969276647083461 ], [ 1403834.191400300711393, 5857569.903098987415433 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E467", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_487_generated", "manhole_dn": "manhole_488_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403834.191400300711393, 5857569.903098987415433 ], [ 1403835.826205489458516, 5857619.833867117762566 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E468", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_488_generated", "manhole_dn": "manhole_489_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403835.826205489458516, 5857619.833867117762566 ], [ 1403837.461010678205639, 5857669.764635248109698 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E469", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_489_generated", "manhole_dn": "manhole_490_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403837.461010678205639, 5857669.764635248109698 ], [ 1403839.095815866952762, 5857719.695403378456831 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E470", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_490_generated", "manhole_dn": "manhole_491_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403839.095815866952762, 5857719.695403378456831 ], [ 1403840.730621055699885, 5857769.626171507872641 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E471", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_491_generated", "manhole_dn": "manhole_492_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403840.730621055699885, 5857769.626171507872641 ], [ 1403844.05684593715705, 5857819.444052322767675 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E472", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_492_generated", "manhole_dn": "manhole_493_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403844.05684593715705, 5857819.444052322767675 ], [ 1403849.071858982322738, 5857869.149221451953053 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E473", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_493_generated", "manhole_dn": "manhole_494_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403849.071858982322738, 5857869.149221451953053 ], [ 1403857.27235992741771, 5857918.272816966287792 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E474", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_494_generated", "manhole_dn": "manhole_495_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403857.27235992741771, 5857918.272816966287792 ], [ 1403870.14476372115314, 5857966.543464514426887 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E475", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_495_generated", "manhole_dn": "manhole_496_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403870.14476372115314, 5857966.543464514426887 ], [ 1403888.167647594818845, 5858012.942289969883859 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E476", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_496_generated", "manhole_dn": "manhole_497_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403888.167647594818845, 5858012.942289969883859 ], [ 1403909.291155800223351, 5858058.214263586327434 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E477", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_497_generated", "manhole_dn": "manhole_498_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403909.291155800223351, 5858058.214263586327434 ], [ 1403930.415136094205081, 5858103.486016927286983 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E478", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_498_generated", "manhole_dn": "manhole_499_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403930.415136094205081, 5858103.486016927286983 ], [ 1403940.640495370374992, 5858152.001026654615998 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E479", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_499_generated", "manhole_dn": "manhole_500_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403940.640495370374992, 5858152.001026654615998 ], [ 1403950.174206993775442, 5858201.038034979254007 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E480", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_500_generated", "manhole_dn": "manhole_501_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403950.174206993775442, 5858201.038034979254007 ], [ 1403958.124072341481224, 5858250.354669462889433 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E481", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_501_generated", "manhole_dn": "manhole_502_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403958.124072341481224, 5858250.354669462889433 ], [ 1403965.828936894191429, 5858299.714463387615979 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E482", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_502_generated", "manhole_dn": "manhole_503_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403965.828936894191429, 5858299.714463387615979 ], [ 1403970.726305023068562, 5858348.956120178103447 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E483", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_503_generated", "manhole_dn": "manhole_504_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403970.726305023068562, 5858348.956120178103447 ], [ 1403958.90198110206984, 5858397.494141953065991 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E484", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_504_generated", "manhole_dn": "manhole_505_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403958.90198110206984, 5858397.494141953065991 ], [ 1403952.787714630831033, 5858446.859565945342183 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E485", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_505_generated", "manhole_dn": "manhole_506_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403952.787714630831033, 5858446.859565945342183 ], [ 1403976.849110416835174, 5858487.767360433936119 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E486", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_506_generated", "manhole_dn": "manhole_507_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403976.849110416835174, 5858487.767360433936119 ], [ 1404020.768327688798308, 5858511.576109840534627 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E487", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_507_generated", "manhole_dn": "manhole_508_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404020.768327688798308, 5858511.576109840534627 ], [ 1404061.77451289142482, 5858539.288351361639798 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E488", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_508_generated", "manhole_dn": "manhole_509_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404061.77451289142482, 5858539.288351361639798 ], [ 1404097.097979943966493, 5858574.615492053329945 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E489", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_509_generated", "manhole_dn": "manhole_510_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404097.097979943966493, 5858574.615492053329945 ], [ 1404141.391669932985678, 5858595.430608985945582 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E490", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_510_generated", "manhole_dn": "manhole_511_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404141.391669932985678, 5858595.430608985945582 ], [ 1404190.283622202696279, 5858597.461959939450026 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E491", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_511_generated", "manhole_dn": "manhole_512_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404190.283622202696279, 5858597.461959939450026 ], [ 1404239.962952838977799, 5858594.285238018259406 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E492", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_512_generated", "manhole_dn": "manhole_513_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404239.962952838977799, 5858594.285238018259406 ], [ 1404289.627840481465682, 5858599.684601824730635 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E493", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_513_generated", "manhole_dn": "manhole_514_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404289.627840481465682, 5858599.684601824730635 ], [ 1404338.755046255188063, 5858608.047380377538502 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E494", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_514_generated", "manhole_dn": "manhole_515_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404338.755046255188063, 5858608.047380377538502 ], [ 1404387.151045070262626, 5858620.440180414356291 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E495", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_515_generated", "manhole_dn": "manhole_516_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404387.151045070262626, 5858620.440180414356291 ], [ 1404403.197637967998162, 5858662.521791838109493 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E496", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_516_generated", "manhole_dn": "manhole_517_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404403.197637967998162, 5858662.521791838109493 ], [ 1404411.132263287669048, 5858711.845064296387136 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E497", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_517_generated", "manhole_dn": "manhole_518_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404411.132263287669048, 5858711.845064296387136 ], [ 1404441.012969816336408, 5858748.901123464107513 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E498", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_518_generated", "manhole_dn": "manhole_519_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404441.012969816336408, 5858748.901123464107513 ], [ 1404488.142750177066773, 5858745.263412451371551 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E499", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_519_generated", "manhole_dn": "manhole_520_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404488.142750177066773, 5858745.263412451371551 ], [ 1404530.903241959866136, 5858719.940870678052306 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E500", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_520_generated", "manhole_dn": "manhole_521_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404530.903241959866136, 5858719.940870678052306 ], [ 1404579.400072891730815, 5858707.948723929934204 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E501", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_521_generated", "manhole_dn": "manhole_522_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404579.400072891730815, 5858707.948723929934204 ], [ 1404626.994731226703152, 5858693.405533240176737 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E502", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_522_generated", "manhole_dn": "manhole_523_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404626.994731226703152, 5858693.405533240176737 ], [ 1404672.248451311141253, 5858672.24294803570956 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E503", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_523_generated", "manhole_dn": "manhole_524_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404672.248451311141253, 5858672.24294803570956 ], [ 1404711.854852612828836, 5858687.083371426910162 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E504", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_524_generated", "manhole_dn": "manhole_525_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404711.854852612828836, 5858687.083371426910162 ], [ 1404716.779431127710268, 5858735.748253228142858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E505", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_525_generated", "manhole_dn": "manhole_526_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404716.779431127710268, 5858735.748253228142858 ], [ 1404718.961788963759318, 5858785.657964785583317 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E506", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_526_generated", "manhole_dn": "manhole_527_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404718.961788963759318, 5858785.657964785583317 ], [ 1404720.935364821925759, 5858835.576490328647196 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E507", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_527_generated", "manhole_dn": "manhole_528_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404720.935364821925759, 5858835.576490328647196 ], [ 1404730.923922217916697, 5858884.317339480854571 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E508", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_528_generated", "manhole_dn": "manhole_529_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404730.923922217916697, 5858884.317339480854571 ], [ 1404743.393242048565298, 5858932.693679328076541 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E509", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_529_generated", "manhole_dn": "manhole_530_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404743.393242048565298, 5858932.693679328076541 ], [ 1404755.742804704466835, 5858981.100701128132641 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E510", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_530_generated", "manhole_dn": "manhole_531_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404755.742804704466835, 5858981.100701128132641 ], [ 1404768.070922636194155, 5859029.513217096216977 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E511", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_531_generated", "manhole_dn": "manhole_532_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404768.070922636194155, 5859029.513217096216977 ], [ 1404780.399040567921475, 5859077.925733063369989 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E512", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_532_generated", "manhole_dn": "manhole_533_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404780.399040567921475, 5859077.925733063369989 ], [ 1404800.443037372082472, 5859123.31667666696012 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E513", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_533_generated", "manhole_dn": "manhole_534_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404800.443037372082472, 5859123.31667666696012 ], [ 1404824.268818141892552, 5859167.226656908169389 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E514", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_534_generated", "manhole_dn": "manhole_535_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404824.268818141892552, 5859167.226656908169389 ], [ 1404848.094598911702633, 5859211.136637149378657 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E515", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_535_generated", "manhole_dn": "manhole_536_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404848.094598911702633, 5859211.136637149378657 ], [ 1404881.861278822412714, 5859247.625393519178033 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E516", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_536_generated", "manhole_dn": "manhole_537_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404881.861278822412714, 5859247.625393519178033 ], [ 1404908.34400450438261, 5859289.70044207572937 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E517", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_537_generated", "manhole_dn": "manhole_538_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404908.34400450438261, 5859289.70044207572937 ], [ 1404918.33350995904766, 5859338.46383417211473 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E518", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_538_generated", "manhole_dn": "manhole_539_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404918.33350995904766, 5859338.46383417211473 ], [ 1404908.8093886829447, 5859386.729064729064703 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E519", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_539_generated", "manhole_dn": "manhole_540_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404908.8093886829447, 5859386.729064729064703 ], [ 1404896.410884120734408, 5859434.875554755330086 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E520", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_540_generated", "manhole_dn": "manhole_541_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404896.410884120734408, 5859434.875554755330086 ], [ 1404906.999160802224651, 5859482.597523686476052 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E521", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_541_generated", "manhole_dn": "manhole_542_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404906.999160802224651, 5859482.597523686476052 ], [ 1404924.055504663148895, 5859529.553197764791548 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E522", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_542_generated", "manhole_dn": "manhole_543_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404924.055504663148895, 5859529.553197764791548 ], [ 1404942.388258154969662, 5859575.919236345216632 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E523", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_543_generated", "manhole_dn": "manhole_544_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404942.388258154969662, 5859575.919236345216632 ], [ 1404971.523326827445999, 5859615.984446119517088 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E524", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_544_generated", "manhole_dn": "manhole_545_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404971.523326827445999, 5859615.984446119517088 ], [ 1405002.812107779551297, 5859654.473820650018752 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E525", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_545_generated", "manhole_dn": "manhole_546_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405002.812107779551297, 5859654.473820650018752 ], [ 1405013.344656002009287, 5859702.336904150433838 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E526", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_546_generated", "manhole_dn": "manhole_547_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405013.344656002009287, 5859702.336904150433838 ], [ 1404996.677717972546816, 5859748.143402196466923 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E527", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_547_generated", "manhole_dn": "manhole_548_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404996.677717972546816, 5859748.143402196466923 ], [ 1404984.694301362615079, 5859793.229968112893403 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E528", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_548_generated", "manhole_dn": "manhole_549_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404984.694301362615079, 5859793.229968112893403 ], [ 1405023.226900733308867, 5859822.084885380230844 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E529", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_549_generated", "manhole_dn": "manhole_550_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405023.226900733308867, 5859822.084885380230844 ], [ 1405056.793340926757082, 5859855.16377067565918 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E530", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_550_generated", "manhole_dn": "manhole_551_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405056.793340926757082, 5859855.16377067565918 ], [ 1405081.470628390088677, 5859897.341331465169787 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E531", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_551_generated", "manhole_dn": "manhole_552_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405081.470628390088677, 5859897.341331465169787 ], [ 1405122.613110831938684, 5859923.495923422276974 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E532", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_552_generated", "manhole_dn": "manhole_553_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405122.613110831938684, 5859923.495923422276974 ], [ 1405162.373615399934351, 5859949.123488940298557 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E533", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_553_generated", "manhole_dn": "manhole_554_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405162.373615399934351, 5859949.123488940298557 ], [ 1405188.46853386820294, 5859989.357394061051309 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E534", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_554_generated", "manhole_dn": "manhole_555_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405188.46853386820294, 5859989.357394061051309 ], [ 1405232.582390227122232, 5860012.803542384877801 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E535", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_555_generated", "manhole_dn": "manhole_556_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405232.582390227122232, 5860012.803542384877801 ], [ 1405276.696246586041525, 5860036.24969070777297 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E536", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_556_generated", "manhole_dn": "manhole_557_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405276.696246586041525, 5860036.24969070777297 ], [ 1405321.863952660700306, 5860057.40782677847892 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E537", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_557_generated", "manhole_dn": "manhole_558_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405321.863952660700306, 5860057.40782677847892 ], [ 1405370.578818592475727, 5860067.666076180525124 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E538", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_558_generated", "manhole_dn": "manhole_559_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405370.578818592475727, 5860067.666076180525124 ], [ 1405419.720108942594379, 5860075.768039762973785 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E539", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_559_generated", "manhole_dn": "manhole_560_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405419.720108942594379, 5860075.768039762973785 ], [ 1405466.303343567298725, 5860093.737167782150209 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E540", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_560_generated", "manhole_dn": "manhole_561_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405466.303343567298725, 5860093.737167782150209 ], [ 1405512.33899949863553, 5860113.140069035813212 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E541", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_561_generated", "manhole_dn": "manhole_562_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405512.33899949863553, 5860113.140069035813212 ], [ 1405559.341968116583303, 5860129.63275773730129 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E542", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_562_generated", "manhole_dn": "manhole_563_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405559.341968116583303, 5860129.63275773730129 ], [ 1405608.203826864017174, 5860137.958862195722759 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E543", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_563_generated", "manhole_dn": "manhole_564_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405608.203826864017174, 5860137.958862195722759 ], [ 1405658.116226786049083, 5860135.836003727279603 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E544", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_564_generated", "manhole_dn": "manhole_565_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405658.116226786049083, 5860135.836003727279603 ], [ 1405708.028626708313823, 5860133.713145258836448 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E545", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_565_generated", "manhole_dn": "manhole_566_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405708.028626708313823, 5860133.713145258836448 ], [ 1405757.905965997371823, 5860133.247365079820156 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E546", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_566_generated", "manhole_dn": "manhole_567_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405757.905965997371823, 5860133.247365079820156 ], [ 1405807.683906695106998, 5860137.479482038877904 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E547", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_567_generated", "manhole_dn": "manhole_568_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405807.683906695106998, 5860137.479482038877904 ], [ 1405857.461847392842174, 5860141.71159899700433 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E548", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_568_generated", "manhole_dn": "manhole_569_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405857.461847392842174, 5860141.71159899700433 ], [ 1405907.262428658548743, 5860144.934318098239601 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E549", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_569_generated", "manhole_dn": "manhole_570_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405907.262428658548743, 5860144.934318098239601 ], [ 1405953.690323241287842, 5860129.322935261763632 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E550", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_570_generated", "manhole_dn": "manhole_571_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405953.690323241287842, 5860129.322935261763632 ], [ 1405999.212724782060832, 5860109.24701795168221 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E551", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_571_generated", "manhole_dn": "manhole_572_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405999.212724782060832, 5860109.24701795168221 ], [ 1406043.799454555381089, 5860123.282242203131318 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E552", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_572_generated", "manhole_dn": "manhole_573_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406043.799454555381089, 5860123.282242203131318 ], [ 1406045.837931673508137, 5860170.317889881320298 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E553", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_573_generated", "manhole_dn": "manhole_574_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406045.837931673508137, 5860170.317889881320298 ], [ 1406009.823360634269193, 5860204.51028099656105 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E554", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_574_generated", "manhole_dn": "manhole_575_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406009.823360634269193, 5860204.51028099656105 ], [ 1405961.920197409577668, 5860215.702762489207089 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E555", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_575_generated", "manhole_dn": "manhole_576_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405961.920197409577668, 5860215.702762489207089 ], [ 1405911.967586383456364, 5860216.403366317041218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E556", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_576_generated", "manhole_dn": "manhole_577_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405911.967586383456364, 5860216.403366317041218 ], [ 1405862.228186112362891, 5860219.830507025122643 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E557", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_577_generated", "manhole_dn": "manhole_578_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405862.228186112362891, 5860219.830507025122643 ], [ 1405815.441844531334937, 5860236.66072897054255 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E558", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_578_generated", "manhole_dn": "manhole_579_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405815.441844531334937, 5860236.66072897054255 ], [ 1405769.269174743210897, 5860255.735286859795451 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E559", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_579_generated", "manhole_dn": "manhole_580_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405769.269174743210897, 5860255.735286859795451 ], [ 1405723.529975978191942, 5860275.536393165588379 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E560", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_580_generated", "manhole_dn": "manhole_581_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405723.529975978191942, 5860275.536393165588379 ], [ 1405684.813377151498571, 5860307.108202890492976 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E561", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_581_generated", "manhole_dn": "manhole_582_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405684.813377151498571, 5860307.108202890492976 ], [ 1405646.0967783248052, 5860338.680012616328895 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E562", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_582_generated", "manhole_dn": "manhole_583_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405646.0967783248052, 5860338.680012616328895 ], [ 1405616.615605775965378, 5860378.420107116922736 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E563", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_583_generated", "manhole_dn": "manhole_584_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405616.615605775965378, 5860378.420107116922736 ], [ 1405591.204065771540627, 5860421.431824457831681 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E564", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_584_generated", "manhole_dn": "manhole_585_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405591.204065771540627, 5860421.431824457831681 ], [ 1405565.792525767115876, 5860464.443541799671948 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E565", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_585_generated", "manhole_dn": "manhole_586_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405565.792525767115876, 5860464.443541799671948 ], [ 1405558.167356977239251, 5860510.242870399728417 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E566", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_586_generated", "manhole_dn": "manhole_587_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405558.167356977239251, 5860510.242870399728417 ], [ 1405600.872679806081578, 5860534.232741543091834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_588_generated", "manhole_dn": "manhole_589_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423659.595810513012111, 5847415.113979324698448 ], [ 1423614.621119450079277, 5847436.960019812919199 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_589_generated", "manhole_dn": "manhole_590_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423614.621119450079277, 5847436.960019812919199 ], [ 1423569.859692733967677, 5847459.238196386024356 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_590_generated", "manhole_dn": "manhole_591_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423569.859692733967677, 5847459.238196386024356 ], [ 1423523.573864149395376, 5847466.209217079915106 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_591_generated", "manhole_dn": "manhole_592_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423523.573864149395376, 5847466.209217079915106 ], [ 1423477.948408054653555, 5847447.36181138176471 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_592_generated", "manhole_dn": "manhole_593_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423477.948408054653555, 5847447.36181138176471 ], [ 1423444.939788604388013, 5847410.429523968137801 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_593_generated", "manhole_dn": "manhole_594_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423444.939788604388013, 5847410.429523968137801 ], [ 1423424.07874576956965, 5847365.203388126567006 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_594_generated", "manhole_dn": "manhole_595_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423424.07874576956965, 5847365.203388126567006 ], [ 1423411.037494811229408, 5847317.00996189378202 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_595_generated", "manhole_dn": "manhole_596_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423411.037494811229408, 5847317.00996189378202 ], [ 1423401.757720600580797, 5847267.893673749640584 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_596_generated", "manhole_dn": "manhole_597_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423401.757720600580797, 5847267.893673749640584 ], [ 1423393.129245463758707, 5847218.644091574475169 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_597_generated", "manhole_dn": "manhole_598_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423393.129245463758707, 5847218.644091574475169 ], [ 1423399.918824267340824, 5847170.502729584462941 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_598_generated", "manhole_dn": "manhole_599_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423399.918824267340824, 5847170.502729584462941 ], [ 1423437.366585926385596, 5847140.67195972148329 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_599_generated", "manhole_dn": "manhole_600_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423437.366585926385596, 5847140.67195972148329 ], [ 1423478.530574458185583, 5847114.469272439368069 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_600_generated", "manhole_dn": "manhole_601_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423478.530574458185583, 5847114.469272439368069 ], [ 1423510.399903644807637, 5847075.94242234248668 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_601_generated", "manhole_dn": "manhole_602_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423510.399903644807637, 5847075.94242234248668 ], [ 1423542.015440239803866, 5847037.207260864786804 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_602_generated", "manhole_dn": "manhole_603_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423542.015440239803866, 5847037.207260864786804 ], [ 1423559.693261644104496, 5846992.876940212212503 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_603_generated", "manhole_dn": "manhole_604_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423559.693261644104496, 5846992.876940212212503 ], [ 1423525.189215724589303, 5846957.968996201641858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_604_generated", "manhole_dn": "manhole_605_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423525.189215724589303, 5846957.968996201641858 ], [ 1423481.410415501333773, 5846934.232215788215399 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_605_generated", "manhole_dn": "manhole_606_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423481.410415501333773, 5846934.232215788215399 ], [ 1423433.532832647906616, 5846922.689219783991575 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_606_generated", "manhole_dn": "manhole_607_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423433.532832647906616, 5846922.689219783991575 ], [ 1423383.701956534059718, 5846926.794838729314506 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_607_generated", "manhole_dn": "manhole_608_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423383.701956534059718, 5846926.794838729314506 ], [ 1423333.87108042021282, 5846930.900457675568759 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_608_generated", "manhole_dn": "manhole_609_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423333.87108042021282, 5846930.900457675568759 ], [ 1423290.350330511340871, 5846912.008967999368906 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_609_generated", "manhole_dn": "manhole_610_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423290.350330511340871, 5846912.008967999368906 ], [ 1423273.794719845987856, 5846865.498323081992567 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_610_generated", "manhole_dn": "manhole_611_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423273.794719845987856, 5846865.498323081992567 ], [ 1423261.021109556546435, 5846817.268953412771225 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_611_generated", "manhole_dn": "manhole_612_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423261.021109556546435, 5846817.268953412771225 ], [ 1423230.054057317553088, 5846778.940672472119331 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_612_generated", "manhole_dn": "manhole_613_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423230.054057317553088, 5846778.940672472119331 ], [ 1423191.975883910199627, 5846746.686084965243936 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_613_generated", "manhole_dn": "manhole_614_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423191.975883910199627, 5846746.686084965243936 ], [ 1423148.382039699703455, 5846722.216833685524762 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_614_generated", "manhole_dn": "manhole_615_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423148.382039699703455, 5846722.216833685524762 ], [ 1423116.208600282436237, 5846685.925128715112805 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_615_generated", "manhole_dn": "manhole_616_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423116.208600282436237, 5846685.925128715112805 ], [ 1423098.800149801187217, 5846639.999510037712753 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_616_generated", "manhole_dn": "manhole_617_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423098.800149801187217, 5846639.999510037712753 ], [ 1423055.521651374874637, 5846618.02664355840534 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_617_generated", "manhole_dn": "manhole_618_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423055.521651374874637, 5846618.02664355840534 ], [ 1423006.884908850304782, 5846607.313376450911164 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_618_generated", "manhole_dn": "manhole_619_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423006.884908850304782, 5846607.313376450911164 ], [ 1422957.799635383998975, 5846613.658193854615092 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_619_generated", "manhole_dn": "manhole_620_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422957.799635383998975, 5846613.658193854615092 ], [ 1422910.713437053374946, 5846630.476702943444252 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_620_generated", "manhole_dn": "manhole_621_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422910.713437053374946, 5846630.476702943444252 ], [ 1422863.428789914352819, 5846646.715837388299406 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_621_generated", "manhole_dn": "manhole_622_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422863.428789914352819, 5846646.715837388299406 ], [ 1422814.791240132879466, 5846657.456634564325213 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_622_generated", "manhole_dn": "manhole_623_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422814.791240132879466, 5846657.456634564325213 ], [ 1422765.067847807426006, 5846662.429128444753587 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_623_generated", "manhole_dn": "manhole_624_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422765.067847807426006, 5846662.429128444753587 ], [ 1422716.332230302970856, 5846672.507949352264404 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_624_generated", "manhole_dn": "manhole_625_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422716.332230302970856, 5846672.507949352264404 ], [ 1422671.8130433477927, 5846692.991857399232686 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_625_generated", "manhole_dn": "manhole_626_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422671.8130433477927, 5846692.991857399232686 ], [ 1422638.554434294113889, 5846729.160969850607216 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_626_generated", "manhole_dn": "manhole_627_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422638.554434294113889, 5846729.160969850607216 ], [ 1422619.132275649579242, 5846774.826261460781097 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_627_generated", "manhole_dn": "manhole_628_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422619.132275649579242, 5846774.826261460781097 ], [ 1422605.59443419566378, 5846822.894895195960999 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_628_generated", "manhole_dn": "manhole_629_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422605.59443419566378, 5846822.894895195960999 ], [ 1422586.887610950507224, 5846869.109512688592076 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_629_generated", "manhole_dn": "manhole_630_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422586.887610950507224, 5846869.109512688592076 ], [ 1422557.372622151626274, 5846909.468374880030751 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E42", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_630_generated", "manhole_dn": "manhole_631_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422557.372622151626274, 5846909.468374880030751 ], [ 1422527.54286550055258, 5846949.590657755732536 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E43", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_631_generated", "manhole_dn": "manhole_632_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422527.54286550055258, 5846949.590657755732536 ], [ 1422496.981540927663445, 5846989.163094647228718 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E44", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_632_generated", "manhole_dn": "manhole_633_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422496.981540927663445, 5846989.163094647228718 ], [ 1422462.649639721959829, 5847024.725791819393635 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E45", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_633_generated", "manhole_dn": "manhole_634_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422462.649639721959829, 5847024.725791819393635 ], [ 1422415.439291230868548, 5847036.479519411921501 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E46", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_634_generated", "manhole_dn": "manhole_635_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422415.439291230868548, 5847036.479519411921501 ], [ 1422368.512653070269153, 5847019.601586162112653 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_635_generated", "manhole_dn": "manhole_636_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422368.512653070269153, 5847019.601586162112653 ], [ 1422322.087949068518355, 5847001.047363363206387 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E48", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_636_generated", "manhole_dn": "manhole_637_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422322.087949068518355, 5847001.047363363206387 ], [ 1422275.732066942611709, 5846982.322025931440294 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E49", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_637_generated", "manhole_dn": "manhole_638_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422275.732066942611709, 5846982.322025931440294 ], [ 1422228.594420006498694, 5846965.648257235065103 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E50", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_638_generated", "manhole_dn": "manhole_639_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422228.594420006498694, 5846965.648257235065103 ], [ 1422181.45677307061851, 5846948.974488538689911 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E51", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_639_generated", "manhole_dn": "manhole_640_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422181.45677307061851, 5846948.974488538689911 ], [ 1422134.832294266438112, 5846931.290156180970371 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E52", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_640_generated", "manhole_dn": "manhole_641_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422134.832294266438112, 5846931.290156180970371 ], [ 1422093.451577436411753, 5846903.233416798524559 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E53", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_641_generated", "manhole_dn": "manhole_642_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422093.451577436411753, 5846903.233416798524559 ], [ 1422050.19361039204523, 5846878.927391436882317 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E54", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_642_generated", "manhole_dn": "manhole_643_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422050.19361039204523, 5846878.927391436882317 ], [ 1422000.668080030707642, 5846872.057590592652559 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E55", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_643_generated", "manhole_dn": "manhole_644_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422000.668080030707642, 5846872.057590592652559 ], [ 1421951.142549669602886, 5846865.187789747491479 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E56", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_644_generated", "manhole_dn": "manhole_645_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421951.142549669602886, 5846865.187789747491479 ], [ 1421901.419594027800485, 5846860.054723949171603 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E57", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_645_generated", "manhole_dn": "manhole_646_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421901.419594027800485, 5846860.054723949171603 ], [ 1421851.776151958853006, 5846861.947322845458984 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E58", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_646_generated", "manhole_dn": "manhole_647_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421851.776151958853006, 5846861.947322845458984 ], [ 1421802.680674202507362, 5846871.101242801174521 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E59", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_647_generated", "manhole_dn": "manhole_648_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421802.680674202507362, 5846871.101242801174521 ], [ 1421753.571472910698503, 5846879.706788268871605 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E60", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_648_generated", "manhole_dn": "manhole_649_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421753.571472910698503, 5846879.706788268871605 ], [ 1421703.691584896063432, 5846882.807119014672935 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E61", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_649_generated", "manhole_dn": "manhole_650_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421703.691584896063432, 5846882.807119014672935 ], [ 1421653.698202512925491, 5846883.603384739719331 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E62", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_650_generated", "manhole_dn": "manhole_651_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421653.698202512925491, 5846883.603384739719331 ], [ 1421604.086441812571138, 5846882.212059116922319 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E63", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_651_generated", "manhole_dn": "manhole_652_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421604.086441812571138, 5846882.212059116922319 ], [ 1421557.315623715519905, 5846864.53543908521533 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E64", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_652_generated", "manhole_dn": "manhole_653_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421557.315623715519905, 5846864.53543908521533 ], [ 1421510.544805618468672, 5846846.858819053508341 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E65", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_653_generated", "manhole_dn": "manhole_654_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421510.544805618468672, 5846846.858819053508341 ], [ 1421463.281383597990498, 5846833.260544824413955 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E66", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_654_generated", "manhole_dn": "manhole_655_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421463.281383597990498, 5846833.260544824413955 ], [ 1421413.731179419672117, 5846839.680664731189609 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E67", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_655_generated", "manhole_dn": "manhole_656_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421413.731179419672117, 5846839.680664731189609 ], [ 1421366.070924198720604, 5846854.79596802033484 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E68", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_656_generated", "manhole_dn": "manhole_657_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421366.070924198720604, 5846854.79596802033484 ], [ 1421320.517232795711607, 5846875.329943204298615 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E69", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_657_generated", "manhole_dn": "manhole_658_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421320.517232795711607, 5846875.329943204298615 ], [ 1421273.586039925226942, 5846891.911889540962875 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E70", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_658_generated", "manhole_dn": "manhole_659_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421273.586039925226942, 5846891.911889540962875 ], [ 1421224.329739169217646, 5846890.768890278413892 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E71", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_659_generated", "manhole_dn": "manhole_660_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421224.329739169217646, 5846890.768890278413892 ], [ 1421182.892962549580261, 5846866.597803771495819 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E72", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_660_generated", "manhole_dn": "manhole_661_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421182.892962549580261, 5846866.597803771495819 ], [ 1421145.763737284578383, 5846833.110597969964147 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E73", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_661_generated", "manhole_dn": "manhole_662_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421145.763737284578383, 5846833.110597969964147 ], [ 1421107.104405601043254, 5846801.54989181086421 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E74", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_662_generated", "manhole_dn": "manhole_663_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421107.104405601043254, 5846801.54989181086421 ], [ 1421061.901834868825972, 5846794.000382322818041 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E75", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_663_generated", "manhole_dn": "manhole_664_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421061.901834868825972, 5846794.000382322818041 ], [ 1421023.283130519790575, 5846821.333513255231082 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E76", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_664_generated", "manhole_dn": "manhole_665_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421023.283130519790575, 5846821.333513255231082 ], [ 1421024.979408109327778, 5846869.082081608474255 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E77", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_665_generated", "manhole_dn": "manhole_666_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421024.979408109327778, 5846869.082081608474255 ], [ 1421042.917042962508276, 5846915.57119064964354 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E78", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_666_generated", "manhole_dn": "manhole_667_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421042.917042962508276, 5846915.57119064964354 ], [ 1421063.430981013458222, 5846961.166141447611153 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E79", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_667_generated", "manhole_dn": "manhole_668_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421063.430981013458222, 5846961.166141447611153 ], [ 1421083.528895998140797, 5847006.94873786251992 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E80", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_668_generated", "manhole_dn": "manhole_669_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421083.528895998140797, 5847006.94873786251992 ], [ 1421095.421480868710205, 5847054.527188835665584 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E81", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_669_generated", "manhole_dn": "manhole_670_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421095.421480868710205, 5847054.527188835665584 ], [ 1421070.211330103687942, 5847093.769573556259274 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E82", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_670_generated", "manhole_dn": "manhole_671_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421070.211330103687942, 5847093.769573556259274 ], [ 1421024.36501712561585, 5847102.507560959085822 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E83", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_671_generated", "manhole_dn": "manhole_672_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421024.36501712561585, 5847102.507560959085822 ], [ 1420988.52690999978222, 5847070.174371067434549 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E84", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_672_generated", "manhole_dn": "manhole_673_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420988.52690999978222, 5847070.174371067434549 ], [ 1420954.561302947811782, 5847033.48227574955672 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E85", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_673_generated", "manhole_dn": "manhole_674_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420954.561302947811782, 5847033.48227574955672 ], [ 1420920.273442431585863, 5846997.091298976913095 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E86", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_674_generated", "manhole_dn": "manhole_675_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420920.273442431585863, 5846997.091298976913095 ], [ 1420887.675049716839567, 5846959.185132889077067 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E87", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_675_generated", "manhole_dn": "manhole_676_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420887.675049716839567, 5846959.185132889077067 ], [ 1420854.769201738992706, 5846921.57719658408314 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E88", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_676_generated", "manhole_dn": "manhole_677_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420854.769201738992706, 5846921.57719658408314 ], [ 1420818.558618578361347, 5846887.098710707388818 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E89", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_677_generated", "manhole_dn": "manhole_678_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420818.558618578361347, 5846887.098710707388818 ], [ 1420782.348035417729989, 5846852.620224829763174 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E90", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_678_generated", "manhole_dn": "manhole_679_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420782.348035417729989, 5846852.620224829763174 ], [ 1420742.899652406107634, 5846822.051577243953943 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E91", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_679_generated", "manhole_dn": "manhole_680_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420742.899652406107634, 5846822.051577243953943 ], [ 1420706.280636111740023, 5846788.847164780832827 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E92", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_680_generated", "manhole_dn": "manhole_681_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420706.280636111740023, 5846788.847164780832827 ], [ 1420689.703672134550288, 5846742.114127370528877 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E93", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_681_generated", "manhole_dn": "manhole_682_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420689.703672134550288, 5846742.114127370528877 ], [ 1420686.023355967132375, 5846692.946837296709418 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E94", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_682_generated", "manhole_dn": "manhole_683_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420686.023355967132375, 5846692.946837296709418 ], [ 1420711.72870812821202, 5846653.304461087100208 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E95", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_683_generated", "manhole_dn": "manhole_684_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420711.72870812821202, 5846653.304461087100208 ], [ 1420759.905567491659895, 5846646.116786323487759 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E96", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_684_generated", "manhole_dn": "manhole_685_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420759.905567491659895, 5846646.116786323487759 ], [ 1420809.857039266964421, 5846648.3128711739555 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E97", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_685_generated", "manhole_dn": "manhole_686_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420809.857039266964421, 5846648.3128711739555 ], [ 1420858.078811570070684, 5846637.978543078526855 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E98", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_686_generated", "manhole_dn": "manhole_687_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420858.078811570070684, 5846637.978543078526855 ], [ 1420897.328248347854242, 5846610.245929038152099 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E99", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_687_generated", "manhole_dn": "manhole_688_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420897.328248347854242, 5846610.245929038152099 ], [ 1420923.745307660195976, 5846567.91939471103251 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E100", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_688_generated", "manhole_dn": "manhole_689_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420923.745307660195976, 5846567.91939471103251 ], [ 1420935.065237583592534, 5846519.721246679313481 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E101", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_689_generated", "manhole_dn": "manhole_690_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420935.065237583592534, 5846519.721246679313481 ], [ 1420925.005011990433559, 5846471.723118497058749 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E102", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_690_generated", "manhole_dn": "manhole_691_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420925.005011990433559, 5846471.723118497058749 ], [ 1420897.150894394610077, 5846430.578024731948972 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E103", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_691_generated", "manhole_dn": "manhole_692_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420897.150894394610077, 5846430.578024731948972 ], [ 1420865.817669220268726, 5846391.613921747542918 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E104", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_692_generated", "manhole_dn": "manhole_693_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420865.817669220268726, 5846391.613921747542918 ], [ 1420835.308421667199582, 5846352.01845864392817 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E105", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_693_generated", "manhole_dn": "manhole_694_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420835.308421667199582, 5846352.01845864392817 ], [ 1420805.837170013459399, 5846311.627647223882377 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E106", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_694_generated", "manhole_dn": "manhole_695_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420805.837170013459399, 5846311.627647223882377 ], [ 1420776.365918359952047, 5846271.236835803836584 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E107", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_695_generated", "manhole_dn": "manhole_696_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420776.365918359952047, 5846271.236835803836584 ], [ 1420745.0260460737627, 5846232.314588071778417 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E108", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_696_generated", "manhole_dn": "manhole_697_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420745.0260460737627, 5846232.314588071778417 ], [ 1420708.652508232742548, 5846198.270481549203396 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E109", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_697_generated", "manhole_dn": "manhole_698_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420708.652508232742548, 5846198.270481549203396 ], [ 1420665.638498906278983, 5846173.861073805950582 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E110", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_698_generated", "manhole_dn": "manhole_699_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420665.638498906278983, 5846173.861073805950582 ], [ 1420618.82589530851692, 5846161.030019444413483 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E111", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_699_generated", "manhole_dn": "manhole_700_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420618.82589530851692, 5846161.030019444413483 ], [ 1420569.670940276002511, 5846170.047206956893206 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E112", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_700_generated", "manhole_dn": "manhole_701_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420569.670940276002511, 5846170.047206956893206 ], [ 1420520.064749475335702, 5846175.893241304904222 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E113", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_701_generated", "manhole_dn": "manhole_702_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420520.064749475335702, 5846175.893241304904222 ], [ 1420470.538262324174866, 5846171.662239343859255 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E114", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_702_generated", "manhole_dn": "manhole_703_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420470.538262324174866, 5846171.662239343859255 ], [ 1420425.915515190456063, 5846151.267021886073053 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E115", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_703_generated", "manhole_dn": "manhole_704_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420425.915515190456063, 5846151.267021886073053 ], [ 1420388.838620007503778, 5846117.721885654143989 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E116", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_704_generated", "manhole_dn": "manhole_705_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420388.838620007503778, 5846117.721885654143989 ], [ 1420351.628854390932247, 5846084.324337015859783 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E117", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_705_generated", "manhole_dn": "manhole_706_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420351.628854390932247, 5846084.324337015859783 ], [ 1420314.387388218194246, 5846050.962000189349055 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E118", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_706_generated", "manhole_dn": "manhole_707_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420314.387388218194246, 5846050.962000189349055 ], [ 1420277.145922045456246, 5846017.599663362838328 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E119", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_707_generated", "manhole_dn": "manhole_708_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420277.145922045456246, 5846017.599663362838328 ], [ 1420239.904455872718245, 5845984.2373265363276 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E120", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_708_generated", "manhole_dn": "manhole_709_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420239.904455872718245, 5845984.2373265363276 ], [ 1420214.636071441229433, 5845943.071631099097431 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E121", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_709_generated", "manhole_dn": "manhole_710_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420214.636071441229433, 5845943.071631099097431 ], [ 1420208.484497776022181, 5845893.454048440791667 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E122", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_710_generated", "manhole_dn": "manhole_711_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420208.484497776022181, 5845893.454048440791667 ], [ 1420202.653401588089764, 5845843.795728774741292 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E123", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_711_generated", "manhole_dn": "manhole_712_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420202.653401588089764, 5845843.795728774741292 ], [ 1420186.114192338194698, 5845797.701271421276033 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E124", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_712_generated", "manhole_dn": "manhole_713_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420186.114192338194698, 5845797.701271421276033 ], [ 1420160.89672294142656, 5845754.526608035899699 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E125", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_713_generated", "manhole_dn": "manhole_714_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420160.89672294142656, 5845754.526608035899699 ], [ 1420125.063201739452779, 5845720.467587080784142 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E126", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_714_generated", "manhole_dn": "manhole_715_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420125.063201739452779, 5845720.467587080784142 ], [ 1420086.198008419713005, 5845689.011759808287024 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E127", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_715_generated", "manhole_dn": "manhole_716_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420086.198008419713005, 5845689.011759808287024 ], [ 1420045.993305994663388, 5845659.337848928757012 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E128", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_716_generated", "manhole_dn": "manhole_717_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420045.993305994663388, 5845659.337848928757012 ], [ 1420004.976399109931663, 5845630.744393893517554 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E129", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_717_generated", "manhole_dn": "manhole_718_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420004.976399109931663, 5845630.744393893517554 ], [ 1419963.959492225432768, 5845602.150938859209418 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E130", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_718_generated", "manhole_dn": "manhole_719_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419963.959492225432768, 5845602.150938859209418 ], [ 1419923.095721698133275, 5845573.341057725250721 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E131", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_719_generated", "manhole_dn": "manhole_720_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419923.095721698133275, 5845573.341057725250721 ], [ 1419882.483206576434895, 5845544.176079811528325 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E132", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_720_generated", "manhole_dn": "manhole_721_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419882.483206576434895, 5845544.176079811528325 ], [ 1419846.559793936554343, 5845509.595563996583223 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E133", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_721_generated", "manhole_dn": "manhole_722_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419846.559793936554343, 5845509.595563996583223 ], [ 1419812.401138932909817, 5845473.095968356356025 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E134", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_722_generated", "manhole_dn": "manhole_723_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419812.401138932909817, 5845473.095968356356025 ], [ 1419779.223660866497084, 5845435.689721948467195 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E135", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_723_generated", "manhole_dn": "manhole_724_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419779.223660866497084, 5845435.689721948467195 ], [ 1419746.046182800317183, 5845398.283475539647043 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E136", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_724_generated", "manhole_dn": "manhole_725_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419746.046182800317183, 5845398.283475539647043 ], [ 1419712.604368061060086, 5845361.116566246375442 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E137", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_725_generated", "manhole_dn": "manhole_726_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419712.604368061060086, 5845361.116566246375442 ], [ 1419683.346332817105576, 5845321.24416721612215 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E138", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_726_generated", "manhole_dn": "manhole_727_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419683.346332817105576, 5845321.24416721612215 ], [ 1419663.204224903136492, 5845275.614657105877995 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E139", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_727_generated", "manhole_dn": "manhole_728_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419663.204224903136492, 5845275.614657105877995 ], [ 1419652.491356840590015, 5845226.776078307069838 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E140", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_728_generated", "manhole_dn": "manhole_729_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419652.491356840590015, 5845226.776078307069838 ], [ 1419643.22210155474022, 5845177.687656064517796 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E141", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_729_generated", "manhole_dn": "manhole_730_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419643.22210155474022, 5845177.687656064517796 ], [ 1419636.898685700260103, 5845128.089402737095952 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E142", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_730_generated", "manhole_dn": "manhole_731_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419636.898685700260103, 5845128.089402737095952 ], [ 1419630.575269845547155, 5845078.491149409674108 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E143", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_731_generated", "manhole_dn": "manhole_732_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419630.575269845547155, 5845078.491149409674108 ], [ 1419622.97417457588017, 5845029.076477516442537 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E144", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_732_generated", "manhole_dn": "manhole_733_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419622.97417457588017, 5845029.076477516442537 ], [ 1419615.077176916413009, 5844979.704321910627186 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E145", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_733_generated", "manhole_dn": "manhole_734_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419615.077176916413009, 5844979.704321910627186 ], [ 1419609.074971008114517, 5844930.088808297179639 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E146", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_734_generated", "manhole_dn": "manhole_735_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419609.074971008114517, 5844930.088808297179639 ], [ 1419603.778633784735575, 5844880.427460964769125 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E147", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_735_generated", "manhole_dn": "manhole_736_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419603.778633784735575, 5844880.427460964769125 ], [ 1419584.987870138138533, 5844834.254651071503758 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E148", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_736_generated", "manhole_dn": "manhole_737_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419584.987870138138533, 5844834.254651071503758 ], [ 1419559.331586835440248, 5844791.339298943057656 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E149", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_737_generated", "manhole_dn": "manhole_738_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419559.331586835440248, 5844791.339298943057656 ], [ 1419533.675303532741964, 5844748.423946814611554 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E150", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_738_generated", "manhole_dn": "manhole_739_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419533.675303532741964, 5844748.423946814611554 ], [ 1419504.887638230575249, 5844707.549475655891001 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E151", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_739_generated", "manhole_dn": "manhole_740_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419504.887638230575249, 5844707.549475655891001 ], [ 1419475.81797957024537, 5844666.869944943115115 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E152", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_740_generated", "manhole_dn": "manhole_741_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419475.81797957024537, 5844666.869944943115115 ], [ 1419446.337647278793156, 5844626.485760795883834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E153", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_741_generated", "manhole_dn": "manhole_742_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419446.337647278793156, 5844626.485760795883834 ], [ 1419409.204925911733881, 5844593.955730544403195 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E154", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_742_generated", "manhole_dn": "manhole_743_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419409.204925911733881, 5844593.955730544403195 ], [ 1419367.873058755882084, 5844565.85717907268554 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E155", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_743_generated", "manhole_dn": "manhole_744_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419367.873058755882084, 5844565.85717907268554 ], [ 1419323.615470109740272, 5844542.592653106898069 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E156", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_744_generated", "manhole_dn": "manhole_745_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419323.615470109740272, 5844542.592653106898069 ], [ 1419279.357881463831291, 5844519.328127140179276 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E157", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_745_generated", "manhole_dn": "manhole_746_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419279.357881463831291, 5844519.328127140179276 ], [ 1419235.568210017867386, 5844495.202589794062078 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E158", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_746_generated", "manhole_dn": "manhole_747_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419235.568210017867386, 5844495.202589794062078 ], [ 1419188.778511248063296, 5844481.303893911652267 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E159", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_747_generated", "manhole_dn": "manhole_748_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419188.778511248063296, 5844481.303893911652267 ], [ 1419138.859045935096219, 5844479.591040044091642 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E160", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_748_generated", "manhole_dn": "manhole_749_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419138.859045935096219, 5844479.591040044091642 ], [ 1419088.867332570021972, 5844480.288978866301477 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E161", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_749_generated", "manhole_dn": "manhole_750_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419088.867332570021972, 5844480.288978866301477 ], [ 1419038.902671627001837, 5844478.416820199228823 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E162", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_750_generated", "manhole_dn": "manhole_751_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419038.902671627001837, 5844478.416820199228823 ], [ 1418990.524256498785689, 5844466.680496727116406 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E163", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_751_generated", "manhole_dn": "manhole_752_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418990.524256498785689, 5844466.680496727116406 ], [ 1418947.76159720402211, 5844441.261620839126408 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E164", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_752_generated", "manhole_dn": "manhole_753_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418947.76159720402211, 5844441.261620839126408 ], [ 1418905.825275405775756, 5844414.034479320980608 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E165", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_753_generated", "manhole_dn": "manhole_754_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418905.825275405775756, 5844414.034479320980608 ], [ 1418864.040606553433463, 5844386.581945976242423 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E166", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_754_generated", "manhole_dn": "manhole_755_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418864.040606553433463, 5844386.581945976242423 ], [ 1418823.020742390304804, 5844357.992733583785594 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E167", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_755_generated", "manhole_dn": "manhole_756_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418823.020742390304804, 5844357.992733583785594 ], [ 1418782.000878227408975, 5844329.403521190397441 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E168", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_756_generated", "manhole_dn": "manhole_757_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418782.000878227408975, 5844329.403521190397441 ], [ 1418741.541740796994418, 5844300.04422196187079 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E169", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_757_generated", "manhole_dn": "manhole_758_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418741.541740796994418, 5844300.04422196187079 ], [ 1418701.738872380461544, 5844269.783620728179812 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E170", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_758_generated", "manhole_dn": "manhole_759_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418701.738872380461544, 5844269.783620728179812 ], [ 1418661.877458170289174, 5844239.6123335827142 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E171", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_759_generated", "manhole_dn": "manhole_760_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418661.877458170289174, 5844239.6123335827142 ], [ 1418618.251069303136319, 5844215.184674758464098 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E172", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_760_generated", "manhole_dn": "manhole_761_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418618.251069303136319, 5844215.184674758464098 ], [ 1418573.884258924052119, 5844192.302159458398819 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E173", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_761_generated", "manhole_dn": "manhole_762_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418573.884258924052119, 5844192.302159458398819 ], [ 1418527.512615043437108, 5844173.603417120873928 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E174", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_762_generated", "manhole_dn": "manhole_763_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418527.512615043437108, 5844173.603417120873928 ], [ 1418481.75217247987166, 5844153.513810309581459 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E175", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_763_generated", "manhole_dn": "manhole_764_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418481.75217247987166, 5844153.513810309581459 ], [ 1418438.663418387528509, 5844128.40424435865134 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E176", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_764_generated", "manhole_dn": "manhole_765_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418438.663418387528509, 5844128.40424435865134 ], [ 1418398.627794942818582, 5844098.507038209587336 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E177", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_765_generated", "manhole_dn": "manhole_766_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418398.627794942818582, 5844098.507038209587336 ], [ 1418359.337908220710233, 5844067.583307474851608 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E178", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_766_generated", "manhole_dn": "manhole_767_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418359.337908220710233, 5844067.583307474851608 ], [ 1418312.903944954276085, 5844049.890870825387537 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E179", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_767_generated", "manhole_dn": "manhole_768_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418312.903944954276085, 5844049.890870825387537 ], [ 1418265.495645173359662, 5844034.002968726679683 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E180", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_768_generated", "manhole_dn": "manhole_769_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418265.495645173359662, 5844034.002968726679683 ], [ 1418218.015684446785599, 5844018.332546941936016 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E181", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_769_generated", "manhole_dn": "manhole_770_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418218.015684446785599, 5844018.332546941936016 ], [ 1418171.384448643540964, 5844000.890260338783264 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E182", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_770_generated", "manhole_dn": "manhole_771_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418171.384448643540964, 5844000.890260338783264 ], [ 1418135.335672124521807, 5843967.033878335729241 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E183", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_771_generated", "manhole_dn": "manhole_772_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418135.335672124521807, 5843967.033878335729241 ], [ 1418103.606832423480228, 5843928.464526676572859 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E184", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_772_generated", "manhole_dn": "manhole_773_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418103.606832423480228, 5843928.464526676572859 ], [ 1418072.64664312126115, 5843889.364422707818449 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E185", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_773_generated", "manhole_dn": "manhole_774_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418072.64664312126115, 5843889.364422707818449 ], [ 1418031.899344930658117, 5843861.073216744698584 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E186", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_774_generated", "manhole_dn": "manhole_775_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418031.899344930658117, 5843861.073216744698584 ], [ 1417985.816689518280327, 5843841.679680334404111 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E187", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_775_generated", "manhole_dn": "manhole_776_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417985.816689518280327, 5843841.679680334404111 ], [ 1417937.549674298847094, 5843828.732101308181882 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E188", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_776_generated", "manhole_dn": "manhole_777_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417937.549674298847094, 5843828.732101308181882 ], [ 1417888.267521020025015, 5843821.052269216626883 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E189", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_777_generated", "manhole_dn": "manhole_778_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417888.267521020025015, 5843821.052269216626883 ], [ 1417840.163892095908523, 5843829.983010512776673 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E190", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_778_generated", "manhole_dn": "manhole_779_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417840.163892095908523, 5843829.983010512776673 ], [ 1417805.434317155973986, 5843863.111793464049697 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E191", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_779_generated", "manhole_dn": "manhole_780_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417805.434317155973986, 5843863.111793464049697 ], [ 1417794.258506000973284, 5843911.517589493654668 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E192", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_780_generated", "manhole_dn": "manhole_781_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417794.258506000973284, 5843911.517589493654668 ], [ 1417774.165708123706281, 5843956.589445478282869 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E193", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_781_generated", "manhole_dn": "manhole_782_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417774.165708123706281, 5843956.589445478282869 ], [ 1417736.036781679606065, 5843988.354959684424102 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E194", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_782_generated", "manhole_dn": "manhole_783_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417736.036781679606065, 5843988.354959684424102 ], [ 1417693.42312873294577, 5844014.374465064145625 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E195", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_783_generated", "manhole_dn": "manhole_784_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417693.42312873294577, 5844014.374465064145625 ], [ 1417660.920891329180449, 5844051.455042405053973 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E196", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_784_generated", "manhole_dn": "manhole_785_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417660.920891329180449, 5844051.455042405053973 ], [ 1417650.912345563294366, 5844099.505877119489014 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E197", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_785_generated", "manhole_dn": "manhole_786_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417650.912345563294366, 5844099.505877119489014 ], [ 1417658.932691253954545, 5844148.792711053043604 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E198", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_786_generated", "manhole_dn": "manhole_787_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417658.932691253954545, 5844148.792711053043604 ], [ 1417656.545337408781052, 5844198.062577627599239 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E199", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_787_generated", "manhole_dn": "manhole_788_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417656.545337408781052, 5844198.062577627599239 ], [ 1417621.015253922436386, 5844231.442373849451542 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E200", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_788_generated", "manhole_dn": "manhole_789_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417621.015253922436386, 5844231.442373849451542 ], [ 1417572.737633330980316, 5844243.886836281977594 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E201", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_789_generated", "manhole_dn": "manhole_790_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417572.737633330980316, 5844243.886836281977594 ], [ 1417522.776412076316774, 5844241.925027947872877 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E202", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_790_generated", "manhole_dn": "manhole_791_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417522.776412076316774, 5844241.925027947872877 ], [ 1417472.996930692112073, 5844238.743335890583694 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E203", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_791_generated", "manhole_dn": "manhole_792_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417472.996930692112073, 5844238.743335890583694 ], [ 1417424.633521320298314, 5844226.056612312793732 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E204", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_792_generated", "manhole_dn": "manhole_793_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417424.633521320298314, 5844226.056612312793732 ], [ 1417376.270111948484555, 5844213.369888734072447 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E205", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_793_generated", "manhole_dn": "manhole_794_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417376.270111948484555, 5844213.369888734072447 ], [ 1417329.922922930913046, 5844195.379736957140267 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E206", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_794_generated", "manhole_dn": "manhole_795_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417329.922922930913046, 5844195.379736957140267 ], [ 1417285.3460190766491, 5844172.733060291968286 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E207", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_795_generated", "manhole_dn": "manhole_796_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417285.3460190766491, 5844172.733060291968286 ], [ 1417241.398575571598485, 5844149.128868422470987 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E208", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_796_generated", "manhole_dn": "manhole_797_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417241.398575571598485, 5844149.128868422470987 ], [ 1417205.135993048315868, 5844114.981008555740118 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E209", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_797_generated", "manhole_dn": "manhole_798_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417205.135993048315868, 5844114.981008555740118 ], [ 1417185.598072288790718, 5844069.923178383149207 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E210", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_798_generated", "manhole_dn": "manhole_799_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417185.598072288790718, 5844069.923178383149207 ], [ 1417167.642235178267583, 5844023.515258945524693 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E211", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_799_generated", "manhole_dn": "manhole_800_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417167.642235178267583, 5844023.515258945524693 ], [ 1417132.963851474691182, 5843991.211483134888113 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E212", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_800_generated", "manhole_dn": "manhole_801_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417132.963851474691182, 5843991.211483134888113 ], [ 1417084.594145445618778, 5843980.630522369407117 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E213", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_801_generated", "manhole_dn": "manhole_802_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417084.594145445618778, 5843980.630522369407117 ], [ 1417036.65072401217185, 5843990.02752729691565 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E214", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_802_generated", "manhole_dn": "manhole_803_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417036.65072401217185, 5843990.02752729691565 ], [ 1417000.371750437421724, 5844023.958014467731118 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E215", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_803_generated", "manhole_dn": "manhole_804_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417000.371750437421724, 5844023.958014467731118 ], [ 1416969.424810580909252, 5844063.229622974991798 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E216", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_804_generated", "manhole_dn": "manhole_805_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416969.424810580909252, 5844063.229622974991798 ], [ 1416927.518832724075764, 5844087.57621328253299 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E217", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_805_generated", "manhole_dn": "manhole_806_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416927.518832724075764, 5844087.57621328253299 ], [ 1416878.712800699518993, 5844077.638748883269727 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E218", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_806_generated", "manhole_dn": "manhole_807_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416878.712800699518993, 5844077.638748883269727 ], [ 1416830.879168283194304, 5844076.316948851570487 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E219", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_807_generated", "manhole_dn": "manhole_808_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416830.879168283194304, 5844076.316948851570487 ], [ 1416789.764754311181605, 5844104.346654145978391 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E220", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_808_generated", "manhole_dn": "manhole_809_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416789.764754311181605, 5844104.346654145978391 ], [ 1416749.800181579543278, 5844134.364567210897803 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E221", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_809_generated", "manhole_dn": "manhole_810_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416749.800181579543278, 5844134.364567210897803 ], [ 1416708.347629053983837, 5844161.701024185866117 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E222", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_810_generated", "manhole_dn": "manhole_811_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416708.347629053983837, 5844161.701024185866117 ], [ 1416659.038096911273897, 5844167.500120658427477 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E223", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_811_generated", "manhole_dn": "manhole_812_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416659.038096911273897, 5844167.500120658427477 ], [ 1416612.281277725240216, 5844150.7990079568699 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E224", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_812_generated", "manhole_dn": "manhole_813_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416612.281277725240216, 5844150.7990079568699 ], [ 1416576.374596008332446, 5844116.924769859761 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E225", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_813_generated", "manhole_dn": "manhole_814_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416576.374596008332446, 5844116.924769859761 ], [ 1416541.729802871588618, 5844081.767404087819159 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E226", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_814_generated", "manhole_dn": "manhole_815_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416541.729802871588618, 5844081.767404087819159 ], [ 1416498.188517621718347, 5844062.26395816821605 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E227", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_815_generated", "manhole_dn": "manhole_816_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416498.188517621718347, 5844062.26395816821605 ], [ 1416448.970511994324625, 5844069.26400520093739 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E228", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_816_generated", "manhole_dn": "manhole_817_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416448.970511994324625, 5844069.26400520093739 ], [ 1416400.342734969453886, 5844064.002551051788032 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E229", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_817_generated", "manhole_dn": "manhole_818_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416400.342734969453886, 5844064.002551051788032 ], [ 1416353.585906805936247, 5844047.182242533192039 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E230", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_818_generated", "manhole_dn": "manhole_819_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416353.585906805936247, 5844047.182242533192039 ], [ 1416304.218944278080016, 5844041.208628535270691 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E231", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_819_generated", "manhole_dn": "manhole_820_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416304.218944278080016, 5844041.208628535270691 ], [ 1416254.219288192922249, 5844041.126698234118521 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E232", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_820_generated", "manhole_dn": "manhole_821_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416254.219288192922249, 5844041.126698234118521 ], [ 1416204.219632107764482, 5844041.044767933897674 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E233", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_821_generated", "manhole_dn": "manhole_822_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416204.219632107764482, 5844041.044767933897674 ], [ 1416155.715854728594422, 5844029.767025163397193 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E234", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_822_generated", "manhole_dn": "manhole_823_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416155.715854728594422, 5844029.767025163397193 ], [ 1416105.96755148563534, 5844026.507896044291556 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E235", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_823_generated", "manhole_dn": "manhole_824_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416105.96755148563534, 5844026.507896044291556 ], [ 1416058.609105651034042, 5844040.615419242531061 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E236", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_824_generated", "manhole_dn": "manhole_825_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416058.609105651034042, 5844040.615419242531061 ], [ 1416015.024933623848483, 5844064.660431460477412 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E237", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_825_generated", "manhole_dn": "manhole_826_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416015.024933623848483, 5844064.660431460477412 ], [ 1415966.053530746605247, 5844071.360680914483964 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E238", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_826_generated", "manhole_dn": "manhole_827_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415966.053530746605247, 5844071.360680914483964 ], [ 1415916.179824438644573, 5844068.087565034627914 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E239", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_827_generated", "manhole_dn": "manhole_828_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415916.179824438644573, 5844068.087565034627914 ], [ 1415866.317967160837725, 5844064.377105492167175 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E240", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_828_generated", "manhole_dn": "manhole_829_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415866.317967160837725, 5844064.377105492167175 ], [ 1415821.697737340815365, 5844044.882879396900535 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E241", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_829_generated", "manhole_dn": "manhole_830_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415821.697737340815365, 5844044.882879396900535 ], [ 1415794.207655119709671, 5844003.118473399430513 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E242", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_830_generated", "manhole_dn": "manhole_831_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415794.207655119709671, 5844003.118473399430513 ], [ 1415762.549900618614629, 5843965.514249566011131 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E243", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_831_generated", "manhole_dn": "manhole_832_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415762.549900618614629, 5843965.514249566011131 ], [ 1415718.953663617838174, 5843942.371185154654086 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E244", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_832_generated", "manhole_dn": "manhole_833_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415718.953663617838174, 5843942.371185154654086 ], [ 1415669.912683117901906, 5843933.763924090191722 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E245", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_833_generated", "manhole_dn": "manhole_834_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415669.912683117901906, 5843933.763924090191722 ], [ 1415619.92476101545617, 5843932.78754342906177 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E246", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_834_generated", "manhole_dn": "manhole_835_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415619.92476101545617, 5843932.78754342906177 ], [ 1415569.958354181610048, 5843934.612511738203466 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E247", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_835_generated", "manhole_dn": "manhole_836_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415569.958354181610048, 5843934.612511738203466 ], [ 1415519.991947347996756, 5843936.437480046413839 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E248", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_836_generated", "manhole_dn": "manhole_837_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415519.991947347996756, 5843936.437480046413839 ], [ 1415470.762993132229894, 5843943.106915395706892 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E249", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_837_generated", "manhole_dn": "manhole_838_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415470.762993132229894, 5843943.106915395706892 ], [ 1415423.668638297356665, 5843959.469534138217568 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E250", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_838_generated", "manhole_dn": "manhole_839_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415423.668638297356665, 5843959.469534138217568 ], [ 1415383.882673580432311, 5843988.207098569720984 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E251", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_839_generated", "manhole_dn": "manhole_840_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415383.882673580432311, 5843988.207098569720984 ], [ 1415349.174972783541307, 5844024.198039465583861 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E252", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_840_generated", "manhole_dn": "manhole_841_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415349.174972783541307, 5844024.198039465583861 ], [ 1415312.32966351066716, 5844057.858752905391157 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E253", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_841_generated", "manhole_dn": "manhole_842_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415312.32966351066716, 5844057.858752905391157 ], [ 1415272.977458163397387, 5844088.655793969519436 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E254", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_842_generated", "manhole_dn": "manhole_843_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415272.977458163397387, 5844088.655793969519436 ], [ 1415231.584478268167004, 5844116.702068884856999 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E255", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_843_generated", "manhole_dn": "manhole_844_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415231.584478268167004, 5844116.702068884856999 ], [ 1415190.929577935487032, 5844145.800723644904792 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E256", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_844_generated", "manhole_dn": "manhole_845_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415190.929577935487032, 5844145.800723644904792 ], [ 1415152.162144386209548, 5844177.365402648225427 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E257", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_845_generated", "manhole_dn": "manhole_846_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415152.162144386209548, 5844177.365402648225427 ], [ 1415113.555252274964005, 5844209.137720830738544 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E258", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_846_generated", "manhole_dn": "manhole_847_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415113.555252274964005, 5844209.137720830738544 ], [ 1415074.948360163951293, 5844240.910039014182985 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E259", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_847_generated", "manhole_dn": "manhole_848_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415074.948360163951293, 5844240.910039014182985 ], [ 1415036.34146805270575, 5844272.682357196696103 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E260", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_848_generated", "manhole_dn": "manhole_849_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415036.34146805270575, 5844272.682357196696103 ], [ 1414997.734575941693038, 5844304.454675380140543 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E261", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_849_generated", "manhole_dn": "manhole_850_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414997.734575941693038, 5844304.454675380140543 ], [ 1414959.127683830680326, 5844336.226993563584983 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E262", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_850_generated", "manhole_dn": "manhole_851_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414959.127683830680326, 5844336.226993563584983 ], [ 1414920.520791719434783, 5844367.999311746098101 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E263", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_851_generated", "manhole_dn": "manhole_852_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414920.520791719434783, 5844367.999311746098101 ], [ 1414881.913899608422071, 5844399.771629929542542 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E264", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_852_generated", "manhole_dn": "manhole_853_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414881.913899608422071, 5844399.771629929542542 ], [ 1414842.734271959168836, 5844430.764689867384732 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E265", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_853_generated", "manhole_dn": "manhole_854_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414842.734271959168836, 5844430.764689867384732 ], [ 1414800.885097347898409, 5844458.125590903684497 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E266", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_854_generated", "manhole_dn": "manhole_855_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414800.885097347898409, 5844458.125590903684497 ], [ 1414759.035922736627981, 5844485.486491940915585 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E267", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_855_generated", "manhole_dn": "manhole_856_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414759.035922736627981, 5844485.486491940915585 ], [ 1414717.186748125357553, 5844512.847392978146672 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E268", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_856_generated", "manhole_dn": "manhole_857_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414717.186748125357553, 5844512.847392978146672 ], [ 1414675.337573513854295, 5844540.20829401537776 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E269", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_857_generated", "manhole_dn": "manhole_858_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414675.337573513854295, 5844540.20829401537776 ], [ 1414631.732082000700757, 5844564.560294976457953 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E270", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_858_generated", "manhole_dn": "manhole_859_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414631.732082000700757, 5844564.560294976457953 ], [ 1414587.328821836505085, 5844587.545568697154522 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E271", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_859_generated", "manhole_dn": "manhole_860_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414587.328821836505085, 5844587.545568697154522 ], [ 1414542.925561672309414, 5844610.530842416919768 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E272", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_860_generated", "manhole_dn": "manhole_861_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414542.925561672309414, 5844610.530842416919768 ], [ 1414498.522301508113742, 5844633.516116137616336 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E273", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_861_generated", "manhole_dn": "manhole_862_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414498.522301508113742, 5844633.516116137616336 ], [ 1414453.80442654970102, 5844655.808527433313429 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E274", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_862_generated", "manhole_dn": "manhole_863_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414453.80442654970102, 5844655.808527433313429 ], [ 1414407.275943890679628, 5844674.113516442477703 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E275", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_863_generated", "manhole_dn": "manhole_864_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414407.275943890679628, 5844674.113516442477703 ], [ 1414360.747461231425405, 5844692.418505452573299 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E276", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_864_generated", "manhole_dn": "manhole_865_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414360.747461231425405, 5844692.418505452573299 ], [ 1414314.218978572404012, 5844710.723494462668896 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E277", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_865_generated", "manhole_dn": "manhole_866_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414314.218978572404012, 5844710.723494462668896 ], [ 1414267.69049591338262, 5844729.028483471833169 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E278", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_866_generated", "manhole_dn": "manhole_867_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414267.69049591338262, 5844729.028483471833169 ], [ 1414221.057497514877468, 5844747.016870835795999 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E279", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_867_generated", "manhole_dn": "manhole_868_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414221.057497514877468, 5844747.016870835795999 ], [ 1414172.775621921755373, 5844760.010438876226544 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E280", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_868_generated", "manhole_dn": "manhole_869_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414172.775621921755373, 5844760.010438876226544 ], [ 1414124.493746328633279, 5844773.00400691665709 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E281", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_869_generated", "manhole_dn": "manhole_870_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414124.493746328633279, 5844773.00400691665709 ], [ 1414076.211870735511184, 5844785.997574956156313 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E282", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_870_generated", "manhole_dn": "manhole_871_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414076.211870735511184, 5844785.997574956156313 ], [ 1414027.929995142389089, 5844798.991142996586859 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E283", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_871_generated", "manhole_dn": "manhole_872_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414027.929995142389089, 5844798.991142996586859 ], [ 1413979.648119549266994, 5844811.984711037017405 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E284", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_872_generated", "manhole_dn": "manhole_873_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413979.648119549266994, 5844811.984711037017405 ], [ 1413930.369626694358885, 5844820.215582912787795 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E285", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_873_generated", "manhole_dn": "manhole_874_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413930.369626694358885, 5844820.215582912787795 ], [ 1413880.928856189362705, 5844827.670952325686812 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E286", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_874_generated", "manhole_dn": "manhole_875_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413880.928856189362705, 5844827.670952325686812 ], [ 1413831.488085684599355, 5844835.12632173858583 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E287", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_875_generated", "manhole_dn": "manhole_876_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413831.488085684599355, 5844835.12632173858583 ], [ 1413782.047315179603174, 5844842.581691151484847 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E288", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_876_generated", "manhole_dn": "manhole_877_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413782.047315179603174, 5844842.581691151484847 ], [ 1413732.606544674606994, 5844850.037060564383864 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E289", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_877_generated", "manhole_dn": "manhole_878_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413732.606544674606994, 5844850.037060564383864 ], [ 1413682.774028708459809, 5844852.736711289733648 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E290", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_878_generated", "manhole_dn": "manhole_879_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413682.774028708459809, 5844852.736711289733648 ], [ 1413632.779714717995375, 5844853.472163409925997 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E291", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_879_generated", "manhole_dn": "manhole_880_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413632.779714717995375, 5844853.472163409925997 ], [ 1413582.785400727298111, 5844854.207615529187024 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E292", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_880_generated", "manhole_dn": "manhole_881_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413582.785400727298111, 5844854.207615529187024 ], [ 1413532.791086736833677, 5844854.943067649379373 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E293", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_881_generated", "manhole_dn": "manhole_882_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413532.791086736833677, 5844854.943067649379373 ], [ 1413482.796772746369243, 5844855.678519769571722 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E294", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_882_generated", "manhole_dn": "manhole_883_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413482.796772746369243, 5844855.678519769571722 ], [ 1413433.065366155700758, 5844851.819941600784659 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E295", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_883_generated", "manhole_dn": "manhole_884_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413433.065366155700758, 5844851.819941600784659 ], [ 1413383.481353130890056, 5844845.385815897956491 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E296", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_884_generated", "manhole_dn": "manhole_885_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413383.481353130890056, 5844845.385815897956491 ], [ 1413333.897340106079355, 5844838.951690194196999 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E297", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_885_generated", "manhole_dn": "manhole_886_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413333.897340106079355, 5844838.951690194196999 ], [ 1413284.313327081501484, 5844832.51756449136883 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E298", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_886_generated", "manhole_dn": "manhole_887_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413284.313327081501484, 5844832.51756449136883 ], [ 1413234.729314056690782, 5844826.083438787609339 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E299", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_887_generated", "manhole_dn": "manhole_888_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413234.729314056690782, 5844826.083438787609339 ], [ 1413185.559508327394724, 5844818.100490031763911 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E300", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_888_generated", "manhole_dn": "manhole_889_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413185.559508327394724, 5844818.100490031763911 ], [ 1413139.382957268273458, 5844798.925025148317218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E301", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_889_generated", "manhole_dn": "manhole_890_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413139.382957268273458, 5844798.925025148317218 ], [ 1413093.206406209152192, 5844779.749560264870524 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E302", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_890_generated", "manhole_dn": "manhole_891_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413093.206406209152192, 5844779.749560264870524 ], [ 1413047.029855150263757, 5844760.574095381423831 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E303", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_891_generated", "manhole_dn": "manhole_892_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413047.029855150263757, 5844760.574095381423831 ], [ 1413000.853304091142491, 5844741.398630497977138 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E304", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_892_generated", "manhole_dn": "manhole_893_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413000.853304091142491, 5844741.398630497977138 ], [ 1412954.676753032021224, 5844722.223165614530444 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E305", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_893_generated", "manhole_dn": "manhole_894_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412954.676753032021224, 5844722.223165614530444 ], [ 1412909.234404653543606, 5844701.402767523191869 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E306", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_894_generated", "manhole_dn": "manhole_895_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412909.234404653543606, 5844701.402767523191869 ], [ 1412864.126097585773095, 5844679.833971667103469 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E307", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_895_generated", "manhole_dn": "manhole_896_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412864.126097585773095, 5844679.833971667103469 ], [ 1412819.017790518235415, 5844658.265175810083747 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E308", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_896_generated", "manhole_dn": "manhole_897_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412819.017790518235415, 5844658.265175810083747 ], [ 1412773.909483450464904, 5844636.696379953995347 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E309", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_897_generated", "manhole_dn": "manhole_898_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412773.909483450464904, 5844636.696379953995347 ], [ 1412728.801176382927224, 5844615.127584097906947 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E310", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_898_generated", "manhole_dn": "manhole_899_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412728.801176382927224, 5844615.127584097906947 ], [ 1412683.692869315156713, 5844593.558788240887225 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E311", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_899_generated", "manhole_dn": "manhole_900_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412683.692869315156713, 5844593.558788240887225 ], [ 1412638.584562247386202, 5844571.989992384798825 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E312", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_900_generated", "manhole_dn": "manhole_901_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412638.584562247386202, 5844571.989992384798825 ], [ 1412595.623684559483081, 5844546.633682089857757 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E313", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_901_generated", "manhole_dn": "manhole_902_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412595.623684559483081, 5844546.633682089857757 ], [ 1412553.953394919866696, 5844519.001105616800487 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E314", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_902_generated", "manhole_dn": "manhole_903_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412553.953394919866696, 5844519.001105616800487 ], [ 1412512.283105280483142, 5844491.368529142811894 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E315", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_903_generated", "manhole_dn": "manhole_904_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412512.283105280483142, 5844491.368529142811894 ], [ 1412470.612815640866756, 5844463.735952669754624 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E316", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_904_generated", "manhole_dn": "manhole_905_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412470.612815640866756, 5844463.735952669754624 ], [ 1412428.942526001250371, 5844436.103376195766032 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E317", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_905_generated", "manhole_dn": "manhole_906_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412428.942526001250371, 5844436.103376195766032 ], [ 1412387.272236361866817, 5844408.470799722708762 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E318", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_906_generated", "manhole_dn": "manhole_907_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412387.272236361866817, 5844408.470799722708762 ], [ 1412345.601946722250432, 5844380.838223248720169 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E319", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_907_generated", "manhole_dn": "manhole_908_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412345.601946722250432, 5844380.838223248720169 ], [ 1412303.931657082634047, 5844353.205646775662899 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E320", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_908_generated", "manhole_dn": "manhole_909_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412303.931657082634047, 5844353.205646775662899 ], [ 1412262.261367443250492, 5844325.573070302605629 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E321", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_909_generated", "manhole_dn": "manhole_910_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412262.261367443250492, 5844325.573070302605629 ], [ 1412220.249577832408249, 5844298.492348447442055 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E322", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_910_generated", "manhole_dn": "manhole_911_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412220.249577832408249, 5844298.492348447442055 ], [ 1412176.927172479685396, 5844273.529545807279646 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E323", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_911_generated", "manhole_dn": "manhole_912_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412176.927172479685396, 5844273.529545807279646 ], [ 1412132.736799320904538, 5844250.193437846377492 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E324", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_912_generated", "manhole_dn": "manhole_913_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412132.736799320904538, 5844250.193437846377492 ], [ 1412084.520041049458086, 5844239.100945963524282 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E325", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_913_generated", "manhole_dn": "manhole_914_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412084.520041049458086, 5844239.100945963524282 ], [ 1412034.979537510545924, 5844232.339967461302876 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E326", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_914_generated", "manhole_dn": "manhole_915_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412034.979537510545924, 5844232.339967461302876 ], [ 1411985.218780608614907, 5844228.969401745125651 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E327", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_915_generated", "manhole_dn": "manhole_916_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411985.218780608614907, 5844228.969401745125651 ], [ 1411935.547168360091746, 5844225.608683753758669 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E328", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_916_generated", "manhole_dn": "manhole_917_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411935.547168360091746, 5844225.608683753758669 ], [ 1411887.339208438526839, 5844212.728831850923598 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E329", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_917_generated", "manhole_dn": "manhole_918_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411887.339208438526839, 5844212.728831850923598 ], [ 1411839.780274013755843, 5844197.29769198410213 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E330", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_918_generated", "manhole_dn": "manhole_919_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411839.780274013755843, 5844197.29769198410213 ], [ 1411792.519585555419326, 5844180.978409866802394 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E331", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_919_generated", "manhole_dn": "manhole_920_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411792.519585555419326, 5844180.978409866802394 ], [ 1411745.286310599418357, 5844164.577493485063314 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E332", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_920_generated", "manhole_dn": "manhole_921_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411745.286310599418357, 5844164.577493485063314 ], [ 1411696.500934263458475, 5844156.457476289942861 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E333", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_921_generated", "manhole_dn": "manhole_922_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411696.500934263458475, 5844156.457476289942861 ], [ 1411646.566811945289373, 5844156.629716902971268 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E334", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_922_generated", "manhole_dn": "manhole_923_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411646.566811945289373, 5844156.629716902971268 ], [ 1411596.686350782867521, 5844160.081081189215183 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E335", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_923_generated", "manhole_dn": "manhole_924_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411596.686350782867521, 5844160.081081189215183 ], [ 1411547.500557682709768, 5844168.594527897424996 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E336", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_924_generated", "manhole_dn": "manhole_925_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411547.500557682709768, 5844168.594527897424996 ], [ 1411498.534317339304835, 5844178.707867002114654 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E337", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_925_generated", "manhole_dn": "manhole_926_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411498.534317339304835, 5844178.707867002114654 ], [ 1411449.481568206334487, 5844188.392413450405002 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E338", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_926_generated", "manhole_dn": "manhole_927_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411449.481568206334487, 5844188.392413450405002 ], [ 1411399.801096498267725, 5844192.348644936457276 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E339", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_927_generated", "manhole_dn": "manhole_928_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411399.801096498267725, 5844192.348644936457276 ], [ 1411349.81473539210856, 5844193.50451023131609 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E340", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_928_generated", "manhole_dn": "manhole_929_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411349.81473539210856, 5844193.50451023131609 ], [ 1411299.870496388524771, 5844191.679849272593856 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E341", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_929_generated", "manhole_dn": "manhole_930_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411299.870496388524771, 5844191.679849272593856 ], [ 1411249.970588414464146, 5844188.525230197235942 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E342", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_930_generated", "manhole_dn": "manhole_931_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411249.970588414464146, 5844188.525230197235942 ], [ 1411200.093913657823578, 5844186.118733886629343 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E343", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_931_generated", "manhole_dn": "manhole_932_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411200.093913657823578, 5844186.118733886629343 ], [ 1411160.703226442914456, 5844163.040254034101963 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E344", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_932_generated", "manhole_dn": "manhole_933_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411160.703226442914456, 5844163.040254034101963 ], [ 1411144.187009703600779, 5844116.165280965156853 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E345", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_933_generated", "manhole_dn": "manhole_934_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411144.187009703600779, 5844116.165280965156853 ], [ 1411135.491020455490798, 5844066.974481687881052 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E346", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_934_generated", "manhole_dn": "manhole_935_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411135.491020455490798, 5844066.974481687881052 ], [ 1411151.511504945578054, 5844020.488006705418229 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E347", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_935_generated", "manhole_dn": "manhole_936_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411151.511504945578054, 5844020.488006705418229 ], [ 1411190.946558678057045, 5843989.749753394164145 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E348", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_936_generated", "manhole_dn": "manhole_937_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411190.946558678057045, 5843989.749753394164145 ], [ 1411229.800307763973251, 5843958.324839605949819 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E349", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_937_generated", "manhole_dn": "manhole_938_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411229.800307763973251, 5843958.324839605949819 ], [ 1411259.104692845605314, 5843920.205237253569067 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E350", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_938_generated", "manhole_dn": "manhole_939_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411259.104692845605314, 5843920.205237253569067 ], [ 1411230.415942177642137, 5843886.239951014518738 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E351", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_939_generated", "manhole_dn": "manhole_940_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411230.415942177642137, 5843886.239951014518738 ], [ 1411183.531357200583443, 5843868.894975673407316 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E352", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_940_generated", "manhole_dn": "manhole_941_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411183.531357200583443, 5843868.894975673407316 ], [ 1411136.226086644455791, 5843852.702888135798275 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E353", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_941_generated", "manhole_dn": "manhole_942_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411136.226086644455791, 5843852.702888135798275 ], [ 1411088.920816088328138, 5843836.510800599120557 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E354", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_942_generated", "manhole_dn": "manhole_943_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411088.920816088328138, 5843836.510800599120557 ], [ 1411041.88821478607133, 5843819.573287703096867 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E355", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_943_generated", "manhole_dn": "manhole_944_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411041.88821478607133, 5843819.573287703096867 ], [ 1410995.299947529798374, 5843801.420996530912817 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E356", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_944_generated", "manhole_dn": "manhole_945_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410995.299947529798374, 5843801.420996530912817 ], [ 1410948.711490004323423, 5843783.26919368468225 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E357", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_945_generated", "manhole_dn": "manhole_946_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410948.711490004323423, 5843783.26919368468225 ], [ 1410902.123032478848472, 5843765.117390837520361 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E358", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_946_generated", "manhole_dn": "manhole_947_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410902.123032478848472, 5843765.117390837520361 ], [ 1410855.074617069214582, 5843748.395271047018468 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E359", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_947_generated", "manhole_dn": "manhole_948_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410855.074617069214582, 5843748.395271047018468 ], [ 1410806.641643165145069, 5843735.976762278936803 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E360", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_948_generated", "manhole_dn": "manhole_949_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410806.641643165145069, 5843735.976762278936803 ], [ 1410758.206718888599426, 5843723.56586592271924 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E361", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_949_generated", "manhole_dn": "manhole_950_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410758.206718888599426, 5843723.56586592271924 ], [ 1410709.454440784873441, 5843712.467468551360071 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E362", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_950_generated", "manhole_dn": "manhole_951_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410709.454440784873441, 5843712.467468551360071 ], [ 1410660.02710955357179, 5843705.387306730262935 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E363", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_951_generated", "manhole_dn": "manhole_952_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410660.02710955357179, 5843705.387306730262935 ], [ 1410610.323604335775599, 5843699.952797527424991 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E364", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_952_generated", "manhole_dn": "manhole_953_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410610.323604335775599, 5843699.952797527424991 ], [ 1410560.592467605834827, 5843694.784524976275861 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E365", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_953_generated", "manhole_dn": "manhole_954_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410560.592467605834827, 5843694.784524976275861 ], [ 1410510.831874791067094, 5843689.900295500643551 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E366", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_954_generated", "manhole_dn": "manhole_955_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410510.831874791067094, 5843689.900295500643551 ], [ 1410461.070665374165401, 5843685.02234935760498 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E367", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_955_generated", "manhole_dn": "manhole_956_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410461.070665374165401, 5843685.02234935760498 ], [ 1410411.309455957263708, 5843680.144403215497732 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E368", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_956_generated", "manhole_dn": "manhole_957_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410411.309455957263708, 5843680.144403215497732 ], [ 1410361.548246540362015, 5843675.266457072459161 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E369", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_957_generated", "manhole_dn": "manhole_958_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410361.548246540362015, 5843675.266457072459161 ], [ 1410311.787037123227492, 5843670.388510930351913 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E370", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_958_generated", "manhole_dn": "manhole_959_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410311.787037123227492, 5843670.388510930351913 ], [ 1410262.025883284630254, 5843665.509997916407883 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E371", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_959_generated", "manhole_dn": "manhole_960_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410262.025883284630254, 5843665.509997916407883 ], [ 1410212.264928257558495, 5843660.629457383416593 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E372", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_960_generated", "manhole_dn": "manhole_961_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410212.264928257558495, 5843660.629457383416593 ], [ 1410162.624738086014986, 5843654.758202109485865 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E373", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_961_generated", "manhole_dn": "manhole_962_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410162.624738086014986, 5843654.758202109485865 ], [ 1410113.14850769774057, 5843647.541904736310244 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E374", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_962_generated", "manhole_dn": "manhole_963_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410113.14850769774057, 5843647.541904736310244 ], [ 1410065.568505503004417, 5843633.632861185818911 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E375", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_963_generated", "manhole_dn": "manhole_964_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410065.568505503004417, 5843633.632861185818911 ], [ 1410022.702877387870103, 5843607.91984165366739 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E376", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_964_generated", "manhole_dn": "manhole_965_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410022.702877387870103, 5843607.91984165366739 ], [ 1409985.195860421285033, 5843575.171756871975958 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E377", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_965_generated", "manhole_dn": "manhole_966_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409985.195860421285033, 5843575.171756871975958 ], [ 1409946.118790123611689, 5843543.97953190933913 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E378", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_966_generated", "manhole_dn": "manhole_967_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409946.118790123611689, 5843543.97953190933913 ], [ 1409896.867170094512403, 5843537.099679615348577 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E379", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_967_generated", "manhole_dn": "manhole_968_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409896.867170094512403, 5843537.099679615348577 ], [ 1409847.168251139577478, 5843541.514289426617324 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E380", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_968_generated", "manhole_dn": "manhole_969_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409847.168251139577478, 5843541.514289426617324 ], [ 1409797.464138044044375, 5843546.943236155435443 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E381", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_969_generated", "manhole_dn": "manhole_970_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409797.464138044044375, 5843546.943236155435443 ], [ 1409747.760024948278442, 5843552.372182884253561 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E382", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_970_generated", "manhole_dn": "manhole_971_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409747.760024948278442, 5843552.372182884253561 ], [ 1409698.055911852745339, 5843557.80112961307168 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E383", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_971_generated", "manhole_dn": "manhole_972_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409698.055911852745339, 5843557.80112961307168 ], [ 1409648.750846630427986, 5843566.089248028583825 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E384", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_972_generated", "manhole_dn": "manhole_973_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409648.750846630427986, 5843566.089248028583825 ], [ 1409599.45966497133486, 5843574.476841953583062 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E385", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_973_generated", "manhole_dn": "manhole_974_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409599.45966497133486, 5843574.476841953583062 ], [ 1409549.492482758359984, 5843575.649354533292353 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E386", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_974_generated", "manhole_dn": "manhole_975_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409549.492482758359984, 5843575.649354533292353 ], [ 1409499.501122606685385, 5843576.563811415806413 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E387", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_975_generated", "manhole_dn": "manhole_976_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409499.501122606685385, 5843576.563811415806413 ], [ 1409450.6474167809356, 5843586.491335683502257 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E388", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_976_generated", "manhole_dn": "manhole_977_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409450.6474167809356, 5843586.491335683502257 ], [ 1409405.022353745065629, 5843606.754468366503716 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E389", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_977_generated", "manhole_dn": "manhole_978_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409405.022353745065629, 5843606.754468366503716 ], [ 1409363.785367434378713, 5843635.029603755101562 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E390", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_978_generated", "manhole_dn": "manhole_979_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409363.785367434378713, 5843635.029603755101562 ], [ 1409321.042894832091406, 5843660.649812454357743 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E391", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_979_generated", "manhole_dn": "manhole_980_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409321.042894832091406, 5843660.649812454357743 ], [ 1409274.667563813272864, 5843678.674399765208364 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E392", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_980_generated", "manhole_dn": "manhole_981_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409274.667563813272864, 5843678.674399765208364 ], [ 1409226.593974482733756, 5843691.426514795981348 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E393", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_981_generated", "manhole_dn": "manhole_982_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409226.593974482733756, 5843691.426514795981348 ], [ 1409181.839323980268091, 5843713.719867607578635 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E394", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_982_generated", "manhole_dn": "manhole_983_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409181.839323980268091, 5843713.719867607578635 ], [ 1409143.817642297595739, 5843745.100612794980407 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E395", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_983_generated", "manhole_dn": "manhole_984_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409143.817642297595739, 5843745.100612794980407 ], [ 1409109.307516299886629, 5843781.276174199767411 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E396", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_984_generated", "manhole_dn": "manhole_985_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409109.307516299886629, 5843781.276174199767411 ], [ 1409073.606354804709554, 5843816.281879293732345 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E397", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_985_generated", "manhole_dn": "manhole_986_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409073.606354804709554, 5843816.281879293732345 ], [ 1409040.073193310527131, 5843853.282417176291347 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E398", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_986_generated", "manhole_dn": "manhole_987_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409040.073193310527131, 5843853.282417176291347 ], [ 1409008.153520604828373, 5843891.76756776124239 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E399", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_987_generated", "manhole_dn": "manhole_988_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409008.153520604828373, 5843891.76756776124239 ], [ 1408973.346212445059791, 5843927.604222937487066 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E400", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_988_generated", "manhole_dn": "manhole_989_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408973.346212445059791, 5843927.604222937487066 ], [ 1408933.34115097252652, 5843956.361258418299258 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E401", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_989_generated", "manhole_dn": "manhole_990_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408933.34115097252652, 5843956.361258418299258 ], [ 1408887.657065344974399, 5843976.535548006184399 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E402", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_990_generated", "manhole_dn": "manhole_991_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408887.657065344974399, 5843976.535548006184399 ], [ 1408839.742061691125855, 5843990.822771181352437 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E403", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_991_generated", "manhole_dn": "manhole_992_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408839.742061691125855, 5843990.822771181352437 ], [ 1408791.827058037277311, 5844005.109994356520474 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E404", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_992_generated", "manhole_dn": "manhole_993_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408791.827058037277311, 5844005.109994356520474 ], [ 1408743.912054383428767, 5844019.397217531688511 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E405", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_993_generated", "manhole_dn": "manhole_994_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408743.912054383428767, 5844019.397217531688511 ], [ 1408695.997050729580224, 5844033.684440706856549 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E406", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_994_generated", "manhole_dn": "manhole_995_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408695.997050729580224, 5844033.684440706856549 ], [ 1408648.08204707573168, 5844047.971663882024586 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E407", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_995_generated", "manhole_dn": "manhole_996_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408648.08204707573168, 5844047.971663882024586 ], [ 1408600.167043422115967, 5844062.258887058123946 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E408", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_996_generated", "manhole_dn": "manhole_997_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408600.167043422115967, 5844062.258887058123946 ], [ 1408552.252039768267423, 5844076.546110233291984 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E409", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_997_generated", "manhole_dn": "manhole_998_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408552.252039768267423, 5844076.546110233291984 ], [ 1408504.337036114418879, 5844090.833333408460021 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E410", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_998_generated", "manhole_dn": "manhole_999_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408504.337036114418879, 5844090.833333408460021 ], [ 1408457.458339382894337, 5844108.06945032812655 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E411", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_999_generated", "manhole_dn": "manhole_1000_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408457.458339382894337, 5844108.06945032812655 ], [ 1408411.139316070592031, 5844126.898162460885942 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E412", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1000_generated", "manhole_dn": "manhole_1001_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408411.139316070592031, 5844126.898162460885942 ], [ 1408364.895734491758049, 5844145.90854350104928 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E413", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1001_generated", "manhole_dn": "manhole_1002_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408364.895734491758049, 5844145.90854350104928 ], [ 1408318.864463140722364, 5844165.430182239040732 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E414", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1002_generated", "manhole_dn": "manhole_1003_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408318.864463140722364, 5844165.430182239040732 ], [ 1408272.289683149429038, 5844183.578459515236318 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E415", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1003_generated", "manhole_dn": "manhole_1004_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408272.289683149429038, 5844183.578459515236318 ], [ 1408224.313070619711652, 5844197.020859055221081 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E416", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1004_generated", "manhole_dn": "manhole_1005_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408224.313070619711652, 5844197.020859055221081 ], [ 1408175.16383580933325, 5844206.203725641593337 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E417", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1005_generated", "manhole_dn": "manhole_1006_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408175.16383580933325, 5844206.203725641593337 ], [ 1408125.97292749164626, 5844215.157036643475294 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E418", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1006_generated", "manhole_dn": "manhole_1007_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408125.97292749164626, 5844215.157036643475294 ], [ 1408076.732192198745906, 5844223.835879251360893 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E419", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1007_generated", "manhole_dn": "manhole_1008_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408076.732192198745906, 5844223.835879251360893 ], [ 1408027.280198169872165, 5844231.191514981910586 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E420", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1008_generated", "manhole_dn": "manhole_1009_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408027.280198169872165, 5844231.191514981910586 ], [ 1407977.894925138214603, 5844238.989366857334971 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E421", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1009_generated", "manhole_dn": "manhole_1010_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407977.894925138214603, 5844238.989366857334971 ], [ 1407928.56472580274567, 5844247.144350285641849 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E422", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1010_generated", "manhole_dn": "manhole_1011_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407928.56472580274567, 5844247.144350285641849 ], [ 1407878.914821950253099, 5844250.686762865632772 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E423", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1011_generated", "manhole_dn": "manhole_1012_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407878.914821950253099, 5844250.686762865632772 ], [ 1407835.36774310702458, 5844231.555989070795476 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E424", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1012_generated", "manhole_dn": "manhole_1013_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407835.36774310702458, 5844231.555989070795476 ], [ 1407802.712888974696398, 5844193.701748038642108 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E425", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1013_generated", "manhole_dn": "manhole_1014_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407802.712888974696398, 5844193.701748038642108 ], [ 1407767.26884832046926, 5844158.435726101510227 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E426", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1014_generated", "manhole_dn": "manhole_1015_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407767.26884832046926, 5844158.435726101510227 ], [ 1407731.824807666242123, 5844123.169704163447022 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E427", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1015_generated", "manhole_dn": "manhole_1016_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407731.824807666242123, 5844123.169704163447022 ], [ 1407696.380767011782154, 5844087.903682226315141 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E428", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1016_generated", "manhole_dn": "manhole_1017_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407696.380767011782154, 5844087.903682226315141 ], [ 1407660.936726357555017, 5844052.637660289183259 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E429", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1017_generated", "manhole_dn": "manhole_1018_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407660.936726357555017, 5844052.637660289183259 ], [ 1407625.831936848117039, 5844017.049035621806979 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E430", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1018_generated", "manhole_dn": "manhole_1019_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407625.831936848117039, 5844017.049035621806979 ], [ 1407592.392521338770166, 5843979.876763541251421 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E431", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1019_generated", "manhole_dn": "manhole_1020_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407592.392521338770166, 5843979.876763541251421 ], [ 1407555.737023122375831, 5843946.739697759971023 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E432", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1020_generated", "manhole_dn": "manhole_1021_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407555.737023122375831, 5843946.739697759971023 ], [ 1407511.10406162054278, 5843924.732061021029949 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E433", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1021_generated", "manhole_dn": "manhole_1022_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407511.10406162054278, 5843924.732061021029949 ], [ 1407462.690844560973346, 5843912.410885996185243 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E434", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1022_generated", "manhole_dn": "manhole_1023_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407462.690844560973346, 5843912.410885996185243 ], [ 1407413.295523691689596, 5843904.660105555318296 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E435", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1023_generated", "manhole_dn": "manhole_1024_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407413.295523691689596, 5843904.660105555318296 ], [ 1407364.182719683740288, 5843895.512690680101514 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E436", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1024_generated", "manhole_dn": "manhole_1025_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407364.182719683740288, 5843895.512690680101514 ], [ 1407315.22677815426141, 5843886.625320928171277 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E437", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1025_generated", "manhole_dn": "manhole_1026_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407315.22677815426141, 5843886.625320928171277 ], [ 1407267.436187131330371, 5843897.044805898331106 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E438", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1026_generated", "manhole_dn": "manhole_1027_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407267.436187131330371, 5843897.044805898331106 ], [ 1407221.962850712705404, 5843917.655920782126486 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E439", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1027_generated", "manhole_dn": "manhole_1028_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407221.962850712705404, 5843917.655920782126486 ], [ 1407178.900355712743476, 5843943.061096040531993 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E440", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1028_generated", "manhole_dn": "manhole_1029_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407178.900355712743476, 5843943.061096040531993 ], [ 1407146.979173292405903, 5843980.897378718480468 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E441", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1029_generated", "manhole_dn": "manhole_1030_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407146.979173292405903, 5843980.897378718480468 ], [ 1407134.580526151228696, 5844027.953575909137726 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E442", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1030_generated", "manhole_dn": "manhole_1031_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407134.580526151228696, 5844027.953575909137726 ], [ 1407144.10729802865535, 5844076.264520419761539 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E443", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1031_generated", "manhole_dn": "manhole_1032_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407144.10729802865535, 5844076.264520419761539 ], [ 1407154.651514663128182, 5844122.521144322119653 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E444", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1032_generated", "manhole_dn": "manhole_1033_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407154.651514663128182, 5844122.521144322119653 ], [ 1407114.095589024713263, 5844149.335239565931261 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E445", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1033_generated", "manhole_dn": "manhole_1034_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407114.095589024713263, 5844149.335239565931261 ], [ 1407067.846808199770749, 5844139.43755829334259 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E446", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1034_generated", "manhole_dn": "manhole_1035_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407067.846808199770749, 5844139.43755829334259 ], [ 1407022.951227898942307, 5844117.516419807448983 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E447", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1035_generated", "manhole_dn": "manhole_1036_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407022.951227898942307, 5844117.516419807448983 ], [ 1406979.409289192641154, 5844093.023117744363844 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E448", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1036_generated", "manhole_dn": "manhole_1037_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406979.409289192641154, 5844093.023117744363844 ], [ 1406934.38787308614701, 5844071.29388830345124 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E449", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1037_generated", "manhole_dn": "manhole_1038_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406934.38787308614701, 5844071.29388830345124 ], [ 1406890.240736061707139, 5844047.820443440228701 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E450", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1038_generated", "manhole_dn": "manhole_1039_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406890.240736061707139, 5844047.820443440228701 ], [ 1406846.167952566640452, 5844024.20837824139744 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E451", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1039_generated", "manhole_dn": "manhole_1040_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406846.167952566640452, 5844024.20837824139744 ], [ 1406807.959655366372317, 5843992.42729317676276 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E452", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1040_generated", "manhole_dn": "manhole_1041_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406807.959655366372317, 5843992.42729317676276 ], [ 1406764.887127094902098, 5843967.473804201930761 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E453", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1041_generated", "manhole_dn": "manhole_1042_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406764.887127094902098, 5843967.473804201930761 ], [ 1406715.408207207452506, 5843963.511253689415753 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E454", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1042_generated", "manhole_dn": "manhole_1043_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406715.408207207452506, 5843963.511253689415753 ], [ 1406665.784100797958672, 5843969.336836582049727 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E455", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1043_generated", "manhole_dn": "manhole_1044_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406665.784100797958672, 5843969.336836582049727 ], [ 1406616.219758755760267, 5843975.902282553724945 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E456", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1044_generated", "manhole_dn": "manhole_1045_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406616.219758755760267, 5843975.902282553724945 ], [ 1406566.770547651918605, 5843983.301461048424244 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E457", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1045_generated", "manhole_dn": "manhole_1046_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406566.770547651918605, 5843983.301461048424244 ], [ 1406517.321336547844112, 5843990.700639544054866 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E458", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1046_generated", "manhole_dn": "manhole_1047_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406517.321336547844112, 5843990.700639544054866 ], [ 1406467.87212544400245, 5843998.099818039685488 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E459", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1047_generated", "manhole_dn": "manhole_1048_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406467.87212544400245, 5843998.099818039685488 ], [ 1406418.105671318247914, 5844001.475918755866587 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E460", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1048_generated", "manhole_dn": "manhole_1049_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406418.105671318247914, 5844001.475918755866587 ], [ 1406368.107908806297928, 5844001.918711049482226 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E461", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1049_generated", "manhole_dn": "manhole_1050_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406368.107908806297928, 5844001.918711049482226 ], [ 1406318.110146294580773, 5844002.361503344029188 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E462", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1050_generated", "manhole_dn": "manhole_1051_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406318.110146294580773, 5844002.361503344029188 ], [ 1406268.249019802780822, 5844004.993170986883342 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E463", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1051_generated", "manhole_dn": "manhole_1052_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406268.249019802780822, 5844004.993170986883342 ], [ 1406218.701009821612388, 5844011.339626689441502 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E464", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1052_generated", "manhole_dn": "manhole_1053_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406218.701009821612388, 5844011.339626689441502 ], [ 1406170.780284357722849, 5844025.607646602205932 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E465", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1053_generated", "manhole_dn": "manhole_1054_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406170.780284357722849, 5844025.607646602205932 ], [ 1406122.859558893600479, 5844039.87566651403904 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E466", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1054_generated", "manhole_dn": "manhole_1055_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406122.859558893600479, 5844039.87566651403904 ], [ 1406074.915272614918649, 5844054.063551505096257 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E467", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1055_generated", "manhole_dn": "manhole_1056_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406074.915272614918649, 5844054.063551505096257 ], [ 1406026.897859736345708, 5844068.002718684263527 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E468", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1056_generated", "manhole_dn": "manhole_1057_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406026.897859736345708, 5844068.002718684263527 ], [ 1405978.700393512845039, 5844081.28636734187603 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E469", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1057_generated", "manhole_dn": "manhole_1058_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405978.700393512845039, 5844081.28636734187603 ], [ 1405930.299837397178635, 5844093.830628535710275 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E470", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1058_generated", "manhole_dn": "manhole_1059_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405930.299837397178635, 5844093.830628535710275 ], [ 1405881.893571972846985, 5844106.352838670834899 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E471", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1059_generated", "manhole_dn": "manhole_1060_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405881.893571972846985, 5844106.352838670834899 ], [ 1405833.487321440363303, 5844118.875108030624688 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E472", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1060_generated", "manhole_dn": "manhole_1061_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405833.487321440363303, 5844118.875108030624688 ], [ 1405785.351776552619413, 5844132.393099959008396 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E473", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1061_generated", "manhole_dn": "manhole_1062_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405785.351776552619413, 5844132.393099959008396 ], [ 1405737.268505977466702, 5844146.103366622701287 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E474", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1062_generated", "manhole_dn": "manhole_1063_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405737.268505977466702, 5844146.103366622701287 ], [ 1405689.185235402081162, 5844159.813633286394179 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E475", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1063_generated", "manhole_dn": "manhole_1064_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405689.185235402081162, 5844159.813633286394179 ], [ 1405641.100828445749357, 5844173.519913733936846 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E476", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1064_generated", "manhole_dn": "manhole_1065_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405641.100828445749357, 5844173.519913733936846 ], [ 1405592.988437034189701, 5844187.127420461736619 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E477", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1065_generated", "manhole_dn": "manhole_1066_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405592.988437034189701, 5844187.127420461736619 ], [ 1405544.860257432796061, 5844200.679197078570724 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E478", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1066_generated", "manhole_dn": "manhole_1067_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405544.860257432796061, 5844200.679197078570724 ], [ 1405496.725157751934603, 5844214.205752362497151 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E479", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1067_generated", "manhole_dn": "manhole_1068_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405496.725157751934603, 5844214.205752362497151 ], [ 1405448.420070851687342, 5844227.112762114964426 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E480", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1068_generated", "manhole_dn": "manhole_1069_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405448.420070851687342, 5844227.112762114964426 ], [ 1405400.11715223477222, 5844240.027883449569345 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E481", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1069_generated", "manhole_dn": "manhole_1070_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405400.11715223477222, 5844240.027883449569345 ], [ 1405351.085651067551225, 5844249.449565092101693 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E482", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1070_generated", "manhole_dn": "manhole_1071_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405351.085651067551225, 5844249.449565092101693 ], [ 1405301.556952837156132, 5844250.838489841669798 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E483", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1071_generated", "manhole_dn": "manhole_1072_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405301.556952837156132, 5844250.838489841669798 ], [ 1405252.481197290821001, 5844242.308501130901277 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E484", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1072_generated", "manhole_dn": "manhole_1073_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405252.481197290821001, 5844242.308501130901277 ], [ 1405202.622651248704642, 5844243.177618366666138 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E485", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1073_generated", "manhole_dn": "manhole_1074_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405202.622651248704642, 5844243.177618366666138 ], [ 1405154.109481977531686, 5844254.030214892700315 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E486", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1074_generated", "manhole_dn": "manhole_1075_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405154.109481977531686, 5844254.030214892700315 ], [ 1405107.277819796698168, 5844271.545001177117229 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E487", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1075_generated", "manhole_dn": "manhole_1076_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405107.277819796698168, 5844271.545001177117229 ], [ 1405061.526619625743479, 5844291.649599184282124 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E488", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1076_generated", "manhole_dn": "manhole_1077_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405061.526619625743479, 5844291.649599184282124 ], [ 1405017.436906727962196, 5844314.963759439066052 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E489", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1077_generated", "manhole_dn": "manhole_1078_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405017.436906727962196, 5844314.963759439066052 ], [ 1404976.064425730612129, 5844342.794249912723899 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E490", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1078_generated", "manhole_dn": "manhole_1079_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404976.064425730612129, 5844342.794249912723899 ], [ 1404950.113635204732418, 5844385.532158054411411 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E491", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1079_generated", "manhole_dn": "manhole_1080_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404950.113635204732418, 5844385.532158054411411 ], [ 1404924.274631335167214, 5844428.335384431295097 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E492", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1080_generated", "manhole_dn": "manhole_1081_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404924.274631335167214, 5844428.335384431295097 ], [ 1404899.78279691725038, 5844471.92577750235796 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E493", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1081_generated", "manhole_dn": "manhole_1082_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404899.78279691725038, 5844471.92577750235796 ], [ 1404863.917647653492168, 5844506.569558458402753 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E494", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1082_generated", "manhole_dn": "manhole_1083_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404863.917647653492168, 5844506.569558458402753 ], [ 1404826.973234984790906, 5844540.258578851819038 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E495", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1083_generated", "manhole_dn": "manhole_1084_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404826.973234984790906, 5844540.258578851819038 ], [ 1404789.532954923575744, 5844573.382152994163334 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E496", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1084_generated", "manhole_dn": "manhole_1085_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404789.532954923575744, 5844573.382152994163334 ], [ 1404748.450508834561333, 5844601.625973077490926 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E497", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1085_generated", "manhole_dn": "manhole_1086_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404748.450508834561333, 5844601.625973077490926 ], [ 1404704.926765928510576, 5844626.117943398654461 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E498", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1086_generated", "manhole_dn": "manhole_1087_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404704.926765928510576, 5844626.117943398654461 ], [ 1404658.576846959767863, 5844644.857888686470687 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E499", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1087_generated", "manhole_dn": "manhole_1088_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404658.576846959767863, 5844644.857888686470687 ], [ 1404613.218062944244593, 5844665.89483318477869 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E500", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1088_generated", "manhole_dn": "manhole_1089_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404613.218062944244593, 5844665.89483318477869 ], [ 1404565.645669267512858, 5844681.242843513377011 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E501", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1089_generated", "manhole_dn": "manhole_1090_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404565.645669267512858, 5844681.242843513377011 ], [ 1404520.108674529008567, 5844701.613489550538361 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E502", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1090_generated", "manhole_dn": "manhole_1091_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404520.108674529008567, 5844701.613489550538361 ], [ 1404486.729678489733487, 5844737.375863093882799 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E503", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1091_generated", "manhole_dn": "manhole_1092_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404486.729678489733487, 5844737.375863093882799 ], [ 1404448.70853609428741, 5844767.814944918267429 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E504", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1092_generated", "manhole_dn": "manhole_1093_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404448.70853609428741, 5844767.814944918267429 ], [ 1404400.518875127192587, 5844779.994650609791279 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E505", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1093_generated", "manhole_dn": "manhole_1094_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404400.518875127192587, 5844779.994650609791279 ], [ 1404352.891964494949207, 5844794.794049022719264 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E506", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1094_generated", "manhole_dn": "manhole_1095_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404352.891964494949207, 5844794.794049022719264 ], [ 1404310.570917228003964, 5844821.310135709121823 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E507", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1095_generated", "manhole_dn": "manhole_1096_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404310.570917228003964, 5844821.310135709121823 ], [ 1404272.945566806010902, 5844854.194787717424333 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E508", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1096_generated", "manhole_dn": "manhole_1097_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404272.945566806010902, 5844854.194787717424333 ], [ 1404247.766038052737713, 5844897.158316240645945 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E509", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1097_generated", "manhole_dn": "manhole_1098_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404247.766038052737713, 5844897.158316240645945 ], [ 1404214.443695294670761, 5844934.27151227556169 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E510", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1098_generated", "manhole_dn": "manhole_1099_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404214.443695294670761, 5844934.27151227556169 ], [ 1404171.303747603669763, 5844957.772232359275222 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E511", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1099_generated", "manhole_dn": "manhole_1100_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404171.303747603669763, 5844957.772232359275222 ], [ 1404130.18041910068132, 5844932.629612095654011 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E512", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1100_generated", "manhole_dn": "manhole_1101_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404130.18041910068132, 5844932.629612095654011 ], [ 1404089.243787070503458, 5844903.958583521656692 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E513", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1101_generated", "manhole_dn": "manhole_1102_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404089.243787070503458, 5844903.958583521656692 ], [ 1404045.814829126931727, 5844920.094711409881711 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E514", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1102_generated", "manhole_dn": "manhole_1103_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404045.814829126931727, 5844920.094711409881711 ], [ 1404011.278427720768377, 5844956.188560284674168 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E515", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1103_generated", "manhole_dn": "manhole_1104_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404011.278427720768377, 5844956.188560284674168 ], [ 1403993.143450383795425, 5845001.329480217769742 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E516", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1104_generated", "manhole_dn": "manhole_1105_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403993.143450383795425, 5845001.329480217769742 ], [ 1403990.098264228086919, 5845051.082173786126077 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E517", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1105_generated", "manhole_dn": "manhole_1106_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403990.098264228086919, 5845051.082173786126077 ], [ 1403966.432540950831026, 5845092.428123438730836 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E518", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1106_generated", "manhole_dn": "manhole_1107_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403966.432540950831026, 5845092.428123438730836 ], [ 1403918.073962561553344, 5845104.96939654648304 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E519", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1107_generated", "manhole_dn": "manhole_1108_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403918.073962561553344, 5845104.96939654648304 ], [ 1403869.121263177599758, 5845112.809951402246952 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E520", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1108_generated", "manhole_dn": "manhole_1109_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403869.121263177599758, 5845112.809951402246952 ], [ 1403827.285855354042724, 5845138.893058437854052 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E521", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1109_generated", "manhole_dn": "manhole_1110_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403827.285855354042724, 5845138.893058437854052 ], [ 1403791.303812843980268, 5845173.609984252601862 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E522", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1110_generated", "manhole_dn": "manhole_1111_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403791.303812843980268, 5845173.609984252601862 ], [ 1403747.149836495751515, 5845196.152310028672218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E523", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1111_generated", "manhole_dn": "manhole_1112_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403747.149836495751515, 5845196.152310028672218 ], [ 1403700.303273354424164, 5845213.496981070376933 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E524", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1112_generated", "manhole_dn": "manhole_1113_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403700.303273354424164, 5845213.496981070376933 ], [ 1403652.298313740873709, 5845227.422185287810862 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E525", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1113_generated", "manhole_dn": "manhole_1114_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403652.298313740873709, 5845227.422185287810862 ], [ 1403602.852302883053198, 5845233.800747471861541 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E526", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1114_generated", "manhole_dn": "manhole_1115_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403602.852302883053198, 5845233.800747471861541 ], [ 1403553.107588240411133, 5845236.847085839137435 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E527", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1115_generated", "manhole_dn": "manhole_1116_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403553.107588240411133, 5845236.847085839137435 ], [ 1403505.322618734557182, 5845250.859153853729367 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E528", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1116_generated", "manhole_dn": "manhole_1117_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403505.322618734557182, 5845250.859153853729367 ], [ 1403458.701412084978074, 5845268.876848553307354 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E529", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1117_generated", "manhole_dn": "manhole_1118_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403458.701412084978074, 5845268.876848553307354 ], [ 1403411.171323672635481, 5845284.39661068841815 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E530", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1118_generated", "manhole_dn": "manhole_1119_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403411.171323672635481, 5845284.39661068841815 ], [ 1403365.266898398986086, 5845304.011939737945795 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E531", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1119_generated", "manhole_dn": "manhole_1120_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403365.266898398986086, 5845304.011939737945795 ], [ 1403320.592382971895859, 5845326.456032736226916 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E532", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1120_generated", "manhole_dn": "manhole_1121_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403320.592382971895859, 5845326.456032736226916 ], [ 1403274.095522316172719, 5845344.807401048019528 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E533", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1121_generated", "manhole_dn": "manhole_1122_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403274.095522316172719, 5845344.807401048019528 ], [ 1403227.493142226710916, 5845362.92342958971858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E534", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1122_generated", "manhole_dn": "manhole_1123_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403227.493142226710916, 5845362.92342958971858 ], [ 1403182.36003006156534, 5845384.249526496045291 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E535", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1123_generated", "manhole_dn": "manhole_1124_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403182.36003006156534, 5845384.249526496045291 ], [ 1403140.932549655437469, 5845411.807532704435289 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E536", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1124_generated", "manhole_dn": "manhole_1125_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403140.932549655437469, 5845411.807532704435289 ], [ 1403103.069048228906468, 5845444.40251827891916 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E537", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1125_generated", "manhole_dn": "manhole_1126_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403103.069048228906468, 5845444.40251827891916 ], [ 1403068.370523461606354, 5845480.222240833565593 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E538", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1126_generated", "manhole_dn": "manhole_1127_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403068.370523461606354, 5845480.222240833565593 ], [ 1403040.53702065278776, 5845521.755023055709898 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E539", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1127_generated", "manhole_dn": "manhole_1128_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403040.53702065278776, 5845521.755023055709898 ], [ 1403012.822642430430278, 5845563.158854204230011 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E540", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1128_generated", "manhole_dn": "manhole_1129_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403012.822642430430278, 5845563.158854204230011 ], [ 1402978.394103405764326, 5845599.267067039385438 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E541", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1129_generated", "manhole_dn": "manhole_1130_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402978.394103405764326, 5845599.267067039385438 ], [ 1402940.883555078646168, 5845632.326575284823775 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E542", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1130_generated", "manhole_dn": "manhole_1131_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402940.883555078646168, 5845632.326575284823775 ], [ 1402903.27057881350629, 5845665.269350339658558 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E543", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1131_generated", "manhole_dn": "manhole_1132_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402903.27057881350629, 5845665.269350339658558 ], [ 1402865.694787828018889, 5845698.253750761039555 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E544", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1132_generated", "manhole_dn": "manhole_1133_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402865.694787828018889, 5845698.253750761039555 ], [ 1402828.460137603338808, 5845731.623694480396807 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E545", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1133_generated", "manhole_dn": "manhole_1134_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402828.460137603338808, 5845731.623694480396807 ], [ 1402791.345400901976973, 5845765.125768001191318 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E546", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1134_generated", "manhole_dn": "manhole_1135_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402791.345400901976973, 5845765.125768001191318 ], [ 1402754.530775988474488, 5845798.958528954535723 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E547", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1135_generated", "manhole_dn": "manhole_1136_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402754.530775988474488, 5845798.958528954535723 ], [ 1402717.111067219404504, 5845832.12073665484786 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E548", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1136_generated", "manhole_dn": "manhole_1137_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402717.111067219404504, 5845832.12073665484786 ], [ 1402679.653741810470819, 5845865.240480191074312 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E549", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1137_generated", "manhole_dn": "manhole_1138_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402679.653741810470819, 5845865.240480191074312 ], [ 1402642.148050943156704, 5845898.305499074980617 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E550", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1138_generated", "manhole_dn": "manhole_1139_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402642.148050943156704, 5845898.305499074980617 ], [ 1402604.644063156563789, 5845931.372449615038931 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E551", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1139_generated", "manhole_dn": "manhole_1140_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402604.644063156563789, 5845931.372449615038931 ], [ 1402567.14091440406628, 5845964.44035179913044 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E552", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1140_generated", "manhole_dn": "manhole_1141_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402567.14091440406628, 5845964.44035179913044 ], [ 1402529.63776565156877, 5845997.508253983221948 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E553", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1141_generated", "manhole_dn": "manhole_1142_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402529.63776565156877, 5845997.508253983221948 ], [ 1402492.318783464143053, 5846030.783792952075601 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E554", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1142_generated", "manhole_dn": "manhole_1143_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402492.318783464143053, 5846030.783792952075601 ], [ 1402455.011361920274794, 5846064.07235876750201 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E555", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1143_generated", "manhole_dn": "manhole_1144_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402455.011361920274794, 5846064.07235876750201 ], [ 1402417.706011819886044, 5846097.363246035762131 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E556", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1144_generated", "manhole_dn": "manhole_1145_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402417.706011819886044, 5846097.363246035762131 ], [ 1402380.527974107535556, 5846130.796026634052396 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E557", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1145_generated", "manhole_dn": "manhole_1146_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402380.527974107535556, 5846130.796026634052396 ], [ 1402343.401158361230046, 5846164.285903817042708 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E558", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1146_generated", "manhole_dn": "manhole_1147_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402343.401158361230046, 5846164.285903817042708 ], [ 1402306.274342614924535, 5846197.775781 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E559", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1147_generated", "manhole_dn": "manhole_1148_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402306.274342614924535, 5846197.775781 ], [ 1402268.416628896491602, 5846230.412356283515692 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E560", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1148_generated", "manhole_dn": "manhole_1149_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402268.416628896491602, 5846230.412356283515692 ], [ 1402226.640229225857183, 5846257.038968074135482 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E561", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1149_generated", "manhole_dn": "manhole_1150_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402226.640229225857183, 5846257.038968074135482 ], [ 1402177.395305560901761, 5846264.592733824625611 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E562", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1150_generated", "manhole_dn": "manhole_1151_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402177.395305560901761, 5846264.592733824625611 ], [ 1402127.548500023549423, 5846268.500199567526579 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E563", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1151_generated", "manhole_dn": "manhole_1152_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402127.548500023549423, 5846268.500199567526579 ], [ 1402077.681393967708573, 5846272.133836629800498 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E564", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1152_generated", "manhole_dn": "manhole_1153_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402077.681393967708573, 5846272.133836629800498 ], [ 1402027.802657154854387, 5846275.609961581416428 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E565", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1153_generated", "manhole_dn": "manhole_1154_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402027.802657154854387, 5846275.609961581416428 ], [ 1401977.933880312833935, 5846279.221082634292543 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E566", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1154_generated", "manhole_dn": "manhole_1155_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401977.933880312833935, 5846279.221082634292543 ], [ 1401928.086817364906892, 5846283.125264581292868 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E567", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1155_generated", "manhole_dn": "manhole_1156_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401928.086817364906892, 5846283.125264581292868 ], [ 1401878.239465264137834, 5846287.025752956978977 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E568", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1156_generated", "manhole_dn": "manhole_1157_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401878.239465264137834, 5846287.025752956978977 ], [ 1401828.417252740822732, 5846291.146282826550305 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E569", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1157_generated", "manhole_dn": "manhole_1158_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401828.417252740822732, 5846291.146282826550305 ], [ 1401780.474538867129013, 5846302.182073323056102 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E570", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1158_generated", "manhole_dn": "manhole_1159_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401780.474538867129013, 5846302.182073323056102 ], [ 1401744.500471362145618, 5846336.399481088854373 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E571", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1159_generated", "manhole_dn": "manhole_1160_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401744.500471362145618, 5846336.399481088854373 ], [ 1401712.028593899914995, 5846374.415164336562157 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E572", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1160_generated", "manhole_dn": "manhole_1161_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401712.028593899914995, 5846374.415164336562157 ], [ 1401677.673143179388717, 5846410.738887985236943 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E573", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1161_generated", "manhole_dn": "manhole_1162_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401677.673143179388717, 5846410.738887985236943 ], [ 1401643.223049835767597, 5846446.976484343409538 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E574", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1162_generated", "manhole_dn": "manhole_1163_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401643.223049835767597, 5846446.976484343409538 ], [ 1401607.252760837087408, 5846481.570419702678919 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E575", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1163_generated", "manhole_dn": "manhole_1164_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401607.252760837087408, 5846481.570419702678919 ], [ 1401566.908984313486144, 5846510.84759284928441 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E576", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1164_generated", "manhole_dn": "manhole_1165_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401566.908984313486144, 5846510.84759284928441 ], [ 1401523.699566983850673, 5846535.996506835334003 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E577", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1165_generated", "manhole_dn": "manhole_1166_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401523.699566983850673, 5846535.996506835334003 ], [ 1401480.910104206763208, 5846561.862202195450664 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E578", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1166_generated", "manhole_dn": "manhole_1167_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401480.910104206763208, 5846561.862202195450664 ], [ 1401438.120641429675743, 5846587.727897555567324 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E579", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1167_generated", "manhole_dn": "manhole_1168_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401438.120641429675743, 5846587.727897555567324 ], [ 1401395.331178652355447, 5846613.593592915683985 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E580", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1168_generated", "manhole_dn": "manhole_1169_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401395.331178652355447, 5846613.593592915683985 ], [ 1401352.151040756609291, 5846638.800311067141593 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E581", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1169_generated", "manhole_dn": "manhole_1170_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401352.151040756609291, 5846638.800311067141593 ], [ 1401308.917214137502015, 5846663.916213246062398 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E582", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1170_generated", "manhole_dn": "manhole_1171_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401308.917214137502015, 5846663.916213246062398 ], [ 1401261.609666611300781, 5846679.908686974085867 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E583", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1171_generated", "manhole_dn": "manhole_1172_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401261.609666611300781, 5846679.908686974085867 ], [ 1401214.319311711005867, 5846696.080670432187617 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E584", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1172_generated", "manhole_dn": "manhole_1173_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401214.319311711005867, 5846696.080670432187617 ], [ 1401168.792577019426972, 5846716.230070505291224 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E585", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1173_generated", "manhole_dn": "manhole_1174_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401168.792577019426972, 5846716.230070505291224 ], [ 1401129.23357302043587, 5846746.808780808933079 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E586", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1174_generated", "manhole_dn": "manhole_1175_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401129.23357302043587, 5846746.808780808933079 ], [ 1401092.322489536833018, 5846780.330808126367629 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E587", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1175_generated", "manhole_dn": "manhole_1176_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401092.322489536833018, 5846780.330808126367629 ], [ 1401059.856203986564651, 5846818.280472241342068 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E588", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1176_generated", "manhole_dn": "manhole_1177_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401059.856203986564651, 5846818.280472241342068 ], [ 1401031.754086712608114, 5846859.55080030951649 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E589", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1177_generated", "manhole_dn": "manhole_1178_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401031.754086712608114, 5846859.55080030951649 ], [ 1401023.911467876052484, 5846908.193909338675439 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E590", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1178_generated", "manhole_dn": "manhole_1179_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401023.911467876052484, 5846908.193909338675439 ], [ 1401026.418379712384194, 5846958.130746377632022 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E591", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1179_generated", "manhole_dn": "manhole_1180_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401026.418379712384194, 5846958.130746377632022 ], [ 1401028.288067425368354, 5847008.080232723616064 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E592", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1180_generated", "manhole_dn": "manhole_1181_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401028.288067425368354, 5847008.080232723616064 ], [ 1401027.137940858723596, 5847058.036111455410719 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E593", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1181_generated", "manhole_dn": "manhole_1182_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401027.137940858723596, 5847058.036111455410719 ], [ 1401019.641650503268465, 5847107.405356110073626 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E594", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1182_generated", "manhole_dn": "manhole_1183_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401019.641650503268465, 5847107.405356110073626 ], [ 1401007.830999708268791, 5847155.990136124193668 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E595", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1183_generated", "manhole_dn": "manhole_1184_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401007.830999708268791, 5847155.990136124193668 ], [ 1400996.034181683789939, 5847204.578276605345309 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E596", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1184_generated", "manhole_dn": "manhole_1185_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400996.034181683789939, 5847204.578276605345309 ], [ 1400979.254375457530841, 5847251.62976236268878 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E597", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1185_generated", "manhole_dn": "manhole_1186_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400979.254375457530841, 5847251.62976236268878 ], [ 1400955.565489248139784, 5847295.509304790757596 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E598", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1186_generated", "manhole_dn": "manhole_1187_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400955.565489248139784, 5847295.509304790757596 ], [ 1400924.132377510191873, 5847334.330752245150506 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E599", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1187_generated", "manhole_dn": "manhole_1188_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400924.132377510191873, 5847334.330752245150506 ], [ 1400889.248030256479979, 5847370.14286708086729 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E600", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1188_generated", "manhole_dn": "manhole_1189_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400889.248030256479979, 5847370.14286708086729 ], [ 1400853.505164717789739, 5847405.105848647654057 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E601", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1189_generated", "manhole_dn": "manhole_1190_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400853.505164717789739, 5847405.105848647654057 ], [ 1400817.683250132249668, 5847439.987975254654884 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E602", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1190_generated", "manhole_dn": "manhole_1191_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400817.683250132249668, 5847439.987975254654884 ], [ 1400781.861335546942428, 5847474.870101861655712 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E603", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1191_generated", "manhole_dn": "manhole_1192_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400781.861335546942428, 5847474.870101861655712 ], [ 1400746.04447033489123, 5847509.757413063198328 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E604", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1192_generated", "manhole_dn": "manhole_1193_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400746.04447033489123, 5847509.757413063198328 ], [ 1400713.394228065153584, 5847547.550219460390508 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E605", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1193_generated", "manhole_dn": "manhole_1194_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400713.394228065153584, 5847547.550219460390508 ], [ 1400685.583366351900622, 5847588.397298330441117 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E606", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1194_generated", "manhole_dn": "manhole_1195_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400685.583366351900622, 5847588.397298330441117 ], [ 1400669.184463580138981, 5847635.631272428669035 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E607", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1195_generated", "manhole_dn": "manhole_1196_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400669.184463580138981, 5847635.631272428669035 ], [ 1400652.785560808610171, 5847682.865246526896954 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E608", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1196_generated", "manhole_dn": "manhole_1197_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400652.785560808610171, 5847682.865246526896954 ], [ 1400636.386658037081361, 5847730.099220624193549 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E609", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1197_generated", "manhole_dn": "manhole_1198_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400636.386658037081361, 5847730.099220624193549 ], [ 1400619.98775526531972, 5847777.333194722421467 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E610", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1198_generated", "manhole_dn": "manhole_1199_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400619.98775526531972, 5847777.333194722421467 ], [ 1400605.626566983293742, 5847825.225639424286783 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E611", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1199_generated", "manhole_dn": "manhole_1200_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400605.626566983293742, 5847825.225639424286783 ], [ 1400591.282871497562155, 5847873.123767986893654 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E612", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1200_generated", "manhole_dn": "manhole_1201_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400591.282871497562155, 5847873.123767986893654 ], [ 1400576.93873288645409, 5847921.021763856522739 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E613", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1201_generated", "manhole_dn": "manhole_1202_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400576.93873288645409, 5847921.021763856522739 ], [ 1400564.187163433525711, 5847969.357067598029971 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E614", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1202_generated", "manhole_dn": "manhole_1203_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400564.187163433525711, 5847969.357067598029971 ], [ 1400552.05961619107984, 5848017.863715793006122 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E615", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1203_generated", "manhole_dn": "manhole_1204_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400552.05961619107984, 5848017.863715793006122 ], [ 1400539.554338111542165, 5848066.271497896872461 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E616", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1204_generated", "manhole_dn": "manhole_1205_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400539.554338111542165, 5848066.271497896872461 ], [ 1400526.362816622946411, 5848114.499664790928364 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E617", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1205_generated", "manhole_dn": "manhole_1206_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400526.362816622946411, 5848114.499664790928364 ], [ 1400513.320063073886558, 5848162.767754046246409 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E618", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1206_generated", "manhole_dn": "manhole_1207_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400513.320063073886558, 5848162.767754046246409 ], [ 1400500.598140208749101, 5848211.121915752068162 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E619", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1207_generated", "manhole_dn": "manhole_1208_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400500.598140208749101, 5848211.121915752068162 ], [ 1400492.603269897168502, 5848260.445810905657709 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E620", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1208_generated", "manhole_dn": "manhole_1209_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400492.603269897168502, 5848260.445810905657709 ], [ 1400486.368072525365278, 5848310.044067510403693 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E621", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1209_generated", "manhole_dn": "manhole_1210_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400486.368072525365278, 5848310.044067510403693 ], [ 1400481.073793343268335, 5848359.762629438191652 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E622", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1210_generated", "manhole_dn": "manhole_1211_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400481.073793343268335, 5848359.762629438191652 ], [ 1400475.603498232085258, 5848409.462208838202059 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E623", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1211_generated", "manhole_dn": "manhole_1212_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400475.603498232085258, 5848409.462208838202059 ], [ 1400457.146709046559408, 5848455.065851859748363 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E624", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1212_generated", "manhole_dn": "manhole_1213_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400457.146709046559408, 5848455.065851859748363 ], [ 1400413.087496439460665, 5848474.933194971643388 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E625", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1213_generated", "manhole_dn": "manhole_1214_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400413.087496439460665, 5848474.933194971643388 ], [ 1400363.588463947875425, 5848481.991389046423137 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E626", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1214_generated", "manhole_dn": "manhole_1215_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400363.588463947875425, 5848481.991389046423137 ], [ 1400314.089431456290185, 5848489.049583122134209 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E627", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1215_generated", "manhole_dn": "manhole_1216_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400314.089431456290185, 5848489.049583122134209 ], [ 1400264.541630417574197, 5848495.748616092838347 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E628", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1216_generated", "manhole_dn": "manhole_1217_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400264.541630417574197, 5848495.748616092838347 ], [ 1400214.951386126223952, 5848502.134537508711219 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E629", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1217_generated", "manhole_dn": "manhole_1218_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400214.951386126223952, 5848502.134537508711219 ], [ 1400165.35052647953853, 5848508.423044542782009 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E630", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1218_generated", "manhole_dn": "manhole_1219_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400165.35052647953853, 5848508.423044542782009 ], [ 1400115.562462663277984, 5848513.018761169165373 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E631", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1219_generated", "manhole_dn": "manhole_1220_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400115.562462663277984, 5848513.018761169165373 ], [ 1400067.226357387844473, 5848525.745877385139465 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E632", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1220_generated", "manhole_dn": "manhole_1221_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400067.226357387844473, 5848525.745877385139465 ], [ 1400022.948452680604532, 5848548.82736851554364 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E633", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1221_generated", "manhole_dn": "manhole_1222_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400022.948452680604532, 5848548.82736851554364 ], [ 1399980.733493343926966, 5848575.592393518425524 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E634", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1222_generated", "manhole_dn": "manhole_1223_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399980.733493343926966, 5848575.592393518425524 ], [ 1399938.041496164398268, 5848601.575318401679397 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E635", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1223_generated", "manhole_dn": "manhole_1224_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399938.041496164398268, 5848601.575318401679397 ], [ 1399894.162105509778485, 5848625.412294787354767 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E636", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1224_generated", "manhole_dn": "manhole_1225_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399894.162105509778485, 5848625.412294787354767 ], [ 1399846.331482683774084, 5848639.239169610664248 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E637", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1225_generated", "manhole_dn": "manhole_1226_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399846.331482683774084, 5848639.239169610664248 ], [ 1399796.577612592140213, 5848644.191414562053978 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E638", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1226_generated", "manhole_dn": "manhole_1227_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399796.577612592140213, 5848644.191414562053978 ], [ 1399746.625246524112299, 5848643.990535285323858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E639", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1227_generated", "manhole_dn": "manhole_1228_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399746.625246524112299, 5848643.990535285323858 ], [ 1399696.637876037973911, 5848642.879182422533631 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E640", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1228_generated", "manhole_dn": "manhole_1229_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399696.637876037973911, 5848642.879182422533631 ], [ 1399646.648270914331079, 5848642.01287121232599 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E641", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1229_generated", "manhole_dn": "manhole_1230_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399646.648270914331079, 5848642.01287121232599 ], [ 1399596.648876874009147, 5848642.194301094859838 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E642", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1230_generated", "manhole_dn": "manhole_1231_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399596.648876874009147, 5848642.194301094859838 ], [ 1399546.649482833687216, 5848642.375730977393687 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E643", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1231_generated", "manhole_dn": "manhole_1232_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399546.649482833687216, 5848642.375730977393687 ], [ 1399496.650193702196702, 5848642.472995163872838 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E644", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1232_generated", "manhole_dn": "manhole_1233_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399496.650193702196702, 5848642.472995163872838 ], [ 1399446.65140731446445, 5848642.166921712458134 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E645", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1233_generated", "manhole_dn": "manhole_1234_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399446.65140731446445, 5848642.166921712458134 ], [ 1399396.652620926732197, 5848641.860848261974752 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E646", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1234_generated", "manhole_dn": "manhole_1235_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399396.652620926732197, 5848641.860848261974752 ], [ 1399346.653834538999945, 5848641.55477481149137 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E647", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1235_generated", "manhole_dn": "manhole_1236_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399346.653834538999945, 5848641.55477481149137 ], [ 1399296.670361565658823, 5848642.504826599732041 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E648", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1236_generated", "manhole_dn": "manhole_1237_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399296.670361565658823, 5848642.504826599732041 ], [ 1399246.693896210752428, 5848644.029697683639824 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E649", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1237_generated", "manhole_dn": "manhole_1238_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399246.693896210752428, 5848644.029697683639824 ], [ 1399198.821869280422106, 5848657.275099449791014 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E650", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1238_generated", "manhole_dn": "manhole_1239_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399198.821869280422106, 5848657.275099449791014 ], [ 1399156.22011209372431, 5848682.962790012359619 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E651", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1239_generated", "manhole_dn": "manhole_1240_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399156.22011209372431, 5848682.962790012359619 ], [ 1399118.631487609352916, 5848715.927165633998811 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E652", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1240_generated", "manhole_dn": "manhole_1241_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399118.631487609352916, 5848715.927165633998811 ], [ 1399080.330472141969949, 5848748.045707829296589 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E653", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1241_generated", "manhole_dn": "manhole_1242_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399080.330472141969949, 5848748.045707829296589 ], [ 1399041.265588268870488, 5848779.253193105570972 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E654", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1242_generated", "manhole_dn": "manhole_1243_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399041.265588268870488, 5848779.253193105570972 ], [ 1399003.798011481529102, 5848812.352296814322472 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E655", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1243_generated", "manhole_dn": "manhole_1244_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399003.798011481529102, 5848812.352296814322472 ], [ 1398963.556632332503796, 5848840.960998046211898 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E656", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1244_generated", "manhole_dn": "manhole_1245_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398963.556632332503796, 5848840.960998046211898 ], [ 1398916.849097633268684, 5848858.477463961578906 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E657", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1245_generated", "manhole_dn": "manhole_1246_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398916.849097633268684, 5848858.477463961578906 ], [ 1398867.774845957988873, 5848867.975825940258801 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E658", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1246_generated", "manhole_dn": "manhole_1247_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398867.774845957988873, 5848867.975825940258801 ], [ 1398819.19887532806024, 5848879.626094270497561 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E659", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1247_generated", "manhole_dn": "manhole_1248_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398819.19887532806024, 5848879.626094270497561 ], [ 1398770.888675607042387, 5848892.507656348869205 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E660", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1248_generated", "manhole_dn": "manhole_1249_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398770.888675607042387, 5848892.507656348869205 ], [ 1398721.921945634763688, 5848902.618624503724277 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E661", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1249_generated", "manhole_dn": "manhole_1250_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398721.921945634763688, 5848902.618624503724277 ], [ 1398677.967161305481568, 5848925.164440974593163 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E662", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1250_generated", "manhole_dn": "manhole_1251_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398677.967161305481568, 5848925.164440974593163 ], [ 1398644.338700531283394, 5848962.001577232033014 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E663", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1251_generated", "manhole_dn": "manhole_1252_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398644.338700531283394, 5848962.001577232033014 ], [ 1398605.135248574893922, 5848991.518725596368313 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E664", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1252_generated", "manhole_dn": "manhole_1253_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398605.135248574893922, 5848991.518725596368313 ], [ 1398564.621375920716673, 5849020.129578858613968 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E665", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1253_generated", "manhole_dn": "manhole_1254_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398564.621375920716673, 5849020.129578858613968 ], [ 1398533.026679340284318, 5849058.881965484470129 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E666", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1254_generated", "manhole_dn": "manhole_1255_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398533.026679340284318, 5849058.881965484470129 ], [ 1398494.597946248250082, 5849090.495986510068178 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E667", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1255_generated", "manhole_dn": "manhole_1256_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398494.597946248250082, 5849090.495986510068178 ], [ 1398454.506652096519247, 5849120.373410335741937 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E668", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1256_generated", "manhole_dn": "manhole_1257_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398454.506652096519247, 5849120.373410335741937 ], [ 1398413.755684258183464, 5849149.332271750085056 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E669", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1257_generated", "manhole_dn": "manhole_1258_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398413.755684258183464, 5849149.332271750085056 ], [ 1398372.635769418207929, 5849177.777393032796681 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E670", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1258_generated", "manhole_dn": "manhole_1259_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398372.635769418207929, 5849177.777393032796681 ], [ 1398330.529967363225296, 5849204.725976674817502 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E671", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1259_generated", "manhole_dn": "manhole_1260_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398330.529967363225296, 5849204.725976674817502 ], [ 1398285.347250110702589, 5849225.913728257641196 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E672", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1260_generated", "manhole_dn": "manhole_1261_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398285.347250110702589, 5849225.913728257641196 ], [ 1398239.239032347686589, 5849245.029268279671669 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E673", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1261_generated", "manhole_dn": "manhole_1262_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398239.239032347686589, 5849245.029268279671669 ], [ 1398199.185551834991202, 5849273.842784054577351 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E674", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1262_generated", "manhole_dn": "manhole_1263_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398199.185551834991202, 5849273.842784054577351 ], [ 1398166.968536754604429, 5849312.01497680041939 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E675", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1263_generated", "manhole_dn": "manhole_1264_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398166.968536754604429, 5849312.01497680041939 ], [ 1398135.754955118289217, 5849351.072804095223546 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E676", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1264_generated", "manhole_dn": "manhole_1265_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398135.754955118289217, 5849351.072804095223546 ], [ 1398101.278484350536019, 5849387.086907946504653 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E677", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1265_generated", "manhole_dn": "manhole_1266_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398101.278484350536019, 5849387.086907946504653 ], [ 1398059.71424398617819, 5849414.810417400673032 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E678", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1266_generated", "manhole_dn": "manhole_1267_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398059.71424398617819, 5849414.810417400673032 ], [ 1398016.161566416965798, 5849439.334451889619231 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E679", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1267_generated", "manhole_dn": "manhole_1268_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398016.161566416965798, 5849439.334451889619231 ], [ 1397972.13886998500675, 5849463.040453663095832 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E680", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1268_generated", "manhole_dn": "manhole_1269_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397972.13886998500675, 5849463.040453663095832 ], [ 1397927.370928909862414, 5849485.304323688149452 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E681", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1269_generated", "manhole_dn": "manhole_1270_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397927.370928909862414, 5849485.304323688149452 ], [ 1397882.567957574967295, 5849507.500406242907047 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E682", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1270_generated", "manhole_dn": "manhole_1271_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397882.567957574967295, 5849507.500406242907047 ], [ 1397837.859168973052874, 5849529.88490901235491 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E683", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1271_generated", "manhole_dn": "manhole_1272_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397837.859168973052874, 5849529.88490901235491 ], [ 1397801.353515450842679, 5849562.498229757882655 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E684", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1272_generated", "manhole_dn": "manhole_1273_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397801.353515450842679, 5849562.498229757882655 ], [ 1397792.270944320596755, 5849610.596077900379896 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E685", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1273_generated", "manhole_dn": "manhole_1274_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397792.270944320596755, 5849610.596077900379896 ], [ 1397788.877743411809206, 5849660.48052947409451 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E686", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1274_generated", "manhole_dn": "manhole_1275_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397788.877743411809206, 5849660.48052947409451 ], [ 1397772.247972422977909, 5849707.330409431830049 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E687", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1275_generated", "manhole_dn": "manhole_1276_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397772.247972422977909, 5849707.330409431830049 ], [ 1397740.629904442001134, 5849746.05362756550312 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E688", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1276_generated", "manhole_dn": "manhole_1277_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397740.629904442001134, 5849746.05362756550312 ], [ 1397706.048158213030547, 5849781.991260905750096 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E689", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1277_generated", "manhole_dn": "manhole_1278_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397706.048158213030547, 5849781.991260905750096 ], [ 1397658.104225501418114, 5849788.600618006661534 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E690", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1278_generated", "manhole_dn": "manhole_1279_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397658.104225501418114, 5849788.600618006661534 ], [ 1397612.854890643851832, 5849768.667500036768615 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E691", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1279_generated", "manhole_dn": "manhole_1280_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397612.854890643851832, 5849768.667500036768615 ], [ 1397564.765604767482728, 5849757.900597719475627 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E692", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1280_generated", "manhole_dn": "manhole_1281_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397564.765604767482728, 5849757.900597719475627 ], [ 1397517.964591655647382, 5849741.401579950936139 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E693", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1281_generated", "manhole_dn": "manhole_1282_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397517.964591655647382, 5849741.401579950936139 ], [ 1397475.210207536350936, 5849716.665459458716214 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E694", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1282_generated", "manhole_dn": "manhole_1283_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397475.210207536350936, 5849716.665459458716214 ], [ 1397425.917104528285563, 5849709.536270852200687 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E695", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1283_generated", "manhole_dn": "manhole_1284_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397425.917104528285563, 5849709.536270852200687 ], [ 1397376.320352179463953, 5849705.349439652636647 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E696", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1284_generated", "manhole_dn": "manhole_1285_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397376.320352179463953, 5849705.349439652636647 ], [ 1397327.424818686209619, 5849696.266011159867048 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E697", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1285_generated", "manhole_dn": "manhole_1286_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397327.424818686209619, 5849696.266011159867048 ], [ 1397284.082749816821888, 5849719.338587639853358 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E698", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1286_generated", "manhole_dn": "manhole_1287_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397284.082749816821888, 5849719.338587639853358 ], [ 1397252.263129815692082, 5849757.786547626368701 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E699", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1287_generated", "manhole_dn": "manhole_1288_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397252.263129815692082, 5849757.786547626368701 ], [ 1397208.636796130100265, 5849779.374179912731051 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E700", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1288_generated", "manhole_dn": "manhole_1289_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397208.636796130100265, 5849779.374179912731051 ], [ 1397158.808740381617099, 5849780.834554275497794 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E701", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1289_generated", "manhole_dn": "manhole_1290_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397158.808740381617099, 5849780.834554275497794 ], [ 1397108.83919335110113, 5849781.390645374543965 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E702", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1290_generated", "manhole_dn": "manhole_1291_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397108.83919335110113, 5849781.390645374543965 ], [ 1397060.439855967881158, 5849791.323194068856537 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E703", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1291_generated", "manhole_dn": "manhole_1292_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397060.439855967881158, 5849791.323194068856537 ], [ 1397018.297299006022513, 5849817.846949080005288 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E704", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1292_generated", "manhole_dn": "manhole_1293_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397018.297299006022513, 5849817.846949080005288 ], [ 1396985.556193475611508, 5849855.573025250807405 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E705", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1293_generated", "manhole_dn": "manhole_1294_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396985.556193475611508, 5849855.573025250807405 ], [ 1396966.058636736357585, 5849901.447277680039406 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E706", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1294_generated", "manhole_dn": "manhole_1295_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396966.058636736357585, 5849901.447277680039406 ], [ 1396948.565010874997824, 5849948.163548575714231 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E707", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1295_generated", "manhole_dn": "manhole_1296_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396948.565010874997824, 5849948.163548575714231 ], [ 1396920.617409481201321, 5849989.47488958761096 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E708", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1296_generated", "manhole_dn": "manhole_1297_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396920.617409481201321, 5849989.47488958761096 ], [ 1396888.644637608435005, 5850027.887496650218964 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E709", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1297_generated", "manhole_dn": "manhole_1298_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396888.644637608435005, 5850027.887496650218964 ], [ 1396854.341840214561671, 5850064.255853042006493 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E710", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1298_generated", "manhole_dn": "manhole_1299_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396854.341840214561671, 5850064.255853042006493 ], [ 1396818.364047654904425, 5850098.771878163330257 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E711", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1299_generated", "manhole_dn": "manhole_1300_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396818.364047654904425, 5850098.771878163330257 ], [ 1396772.545832651434466, 5850118.782415349967778 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E712", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1300_generated", "manhole_dn": "manhole_1301_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396772.545832651434466, 5850118.782415349967778 ], [ 1396725.953354397555813, 5850136.831999611109495 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E713", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1301_generated", "manhole_dn": "manhole_1302_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396725.953354397555813, 5850136.831999611109495 ], [ 1396680.306772171286866, 5850156.897439136169851 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E714", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1302_generated", "manhole_dn": "manhole_1303_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396680.306772171286866, 5850156.897439136169851 ], [ 1396637.652940910076723, 5850182.731583880260587 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E715", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1303_generated", "manhole_dn": "manhole_1304_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396637.652940910076723, 5850182.731583880260587 ], [ 1396597.121499699540436, 5850212.006931038573384 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E716", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1304_generated", "manhole_dn": "manhole_1305_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396597.121499699540436, 5850212.006931038573384 ], [ 1396558.856472657993436, 5850244.189198179170489 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E717", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1305_generated", "manhole_dn": "manhole_1306_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396558.856472657993436, 5850244.189198179170489 ], [ 1396522.904999349266291, 5850278.75975772831589 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E718", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1306_generated", "manhole_dn": "manhole_1307_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396522.904999349266291, 5850278.75975772831589 ], [ 1396498.109132022364065, 5850321.592413094826043 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E719", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1307_generated", "manhole_dn": "manhole_1308_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396498.109132022364065, 5850321.592413094826043 ], [ 1396487.67003092658706, 5850370.377071748487651 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E720", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1308_generated", "manhole_dn": "manhole_1309_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396487.67003092658706, 5850370.377071748487651 ], [ 1396469.648583082016557, 5850416.281344354152679 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E721", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1309_generated", "manhole_dn": "manhole_1310_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396469.648583082016557, 5850416.281344354152679 ], [ 1396436.648520463611931, 5850453.161230830475688 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E722", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1310_generated", "manhole_dn": "manhole_1311_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396436.648520463611931, 5850453.161230830475688 ], [ 1396401.305605810834095, 5850488.483351647853851 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E723", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1311_generated", "manhole_dn": "manhole_1312_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396401.305605810834095, 5850488.483351647853851 ], [ 1396376.968624244444072, 5850531.236110867001116 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E724", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1312_generated", "manhole_dn": "manhole_1313_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396376.968624244444072, 5850531.236110867001116 ], [ 1396369.565516233211383, 5850580.434303195215762 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E725", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1313_generated", "manhole_dn": "manhole_1314_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396369.565516233211383, 5850580.434303195215762 ], [ 1396367.422328753164038, 5850630.386495574377477 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E726", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1314_generated", "manhole_dn": "manhole_1315_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396367.422328753164038, 5850630.386495574377477 ], [ 1396355.505569480126724, 5850678.626891369000077 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E727", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1315_generated", "manhole_dn": "manhole_1316_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396355.505569480126724, 5850678.626891369000077 ], [ 1396340.533829906256869, 5850726.332439634948969 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E728", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1316_generated", "manhole_dn": "manhole_1317_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396340.533829906256869, 5850726.332439634948969 ], [ 1396330.62842025491409, 5850775.244543398730457 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E729", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1317_generated", "manhole_dn": "manhole_1318_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396330.62842025491409, 5850775.244543398730457 ], [ 1396332.102186684729531, 5850824.82788896933198 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E730", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1318_generated", "manhole_dn": "manhole_1319_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396332.102186684729531, 5850824.82788896933198 ], [ 1396329.030581515748054, 5850873.314711880870163 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E731", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1319_generated", "manhole_dn": "manhole_1320_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396329.030581515748054, 5850873.314711880870163 ], [ 1396307.792410035151988, 5850918.574911523610353 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E732", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1320_generated", "manhole_dn": "manhole_1321_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396307.792410035151988, 5850918.574911523610353 ], [ 1396293.439801756525412, 5850966.431145056150854 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E733", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1321_generated", "manhole_dn": "manhole_1322_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396293.439801756525412, 5850966.431145056150854 ], [ 1396268.414770691189915, 5851008.915235211141407 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E734", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1322_generated", "manhole_dn": "manhole_1323_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396268.414770691189915, 5851008.915235211141407 ], [ 1396239.616595041006804, 5851049.273407577537 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E735", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1323_generated", "manhole_dn": "manhole_1324_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396239.616595041006804, 5851049.273407577537 ], [ 1396219.456911833258346, 5851095.028838538564742 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E736", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1324_generated", "manhole_dn": "manhole_1325_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396219.456911833258346, 5851095.028838538564742 ], [ 1396187.056600447744131, 5851131.814034946262836 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E737", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1325_generated", "manhole_dn": "manhole_1326_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396187.056600447744131, 5851131.814034946262836 ], [ 1396155.752778563182801, 5851169.305830520577729 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E738", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1326_generated", "manhole_dn": "manhole_1327_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396155.752778563182801, 5851169.305830520577729 ], [ 1396139.285988454474136, 5851216.515635751187801 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E739", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1327_generated", "manhole_dn": "manhole_1328_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396139.285988454474136, 5851216.515635751187801 ], [ 1396119.117080400697887, 5851262.109444313682616 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E740", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1328_generated", "manhole_dn": "manhole_1329_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396119.117080400697887, 5851262.109444313682616 ], [ 1396089.776196002028883, 5851302.568144459277391 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E741", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1329_generated", "manhole_dn": "manhole_1330_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396089.776196002028883, 5851302.568144459277391 ], [ 1396062.7637652202975, 5851344.562866888940334 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E742", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1330_generated", "manhole_dn": "manhole_1331_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396062.7637652202975, 5851344.562866888940334 ], [ 1396038.238003837410361, 5851388.06110318377614 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E743", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1331_generated", "manhole_dn": "manhole_1332_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396038.238003837410361, 5851388.06110318377614 ], [ 1396018.529442845610902, 5851434.01265315618366 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E744", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1332_generated", "manhole_dn": "manhole_1333_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396018.529442845610902, 5851434.01265315618366 ], [ 1396004.188277852488682, 5851481.903526779264212 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E745", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1333_generated", "manhole_dn": "manhole_1334_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396004.188277852488682, 5851481.903526779264212 ], [ 1395989.973599075572565, 5851529.8401018390432 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E746", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1334_generated", "manhole_dn": "manhole_1335_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395989.973599075572565, 5851529.8401018390432 ], [ 1395975.758920298423618, 5851577.776676898822188 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E747", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1335_generated", "manhole_dn": "manhole_1336_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395975.758920298423618, 5851577.776676898822188 ], [ 1395949.053040965925902, 5851619.085303656756878 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E748", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1336_generated", "manhole_dn": "manhole_1337_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395949.053040965925902, 5851619.085303656756878 ], [ 1395906.598052026005462, 5851645.086631496436894 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E749", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1337_generated", "manhole_dn": "manhole_1338_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395906.598052026005462, 5851645.086631496436894 ], [ 1395867.442700292682275, 5851675.664100909605622 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E750", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1338_generated", "manhole_dn": "manhole_1339_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395867.442700292682275, 5851675.664100909605622 ], [ 1395832.097041269298643, 5851711.025758332572877 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E751", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1339_generated", "manhole_dn": "manhole_1340_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395832.097041269298643, 5851711.025758332572877 ], [ 1395797.293576273601502, 5851746.924102939665318 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E752", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1340_generated", "manhole_dn": "manhole_1341_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395797.293576273601502, 5851746.924102939665318 ], [ 1395757.321257625240833, 5851775.602073502726853 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E753", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1341_generated", "manhole_dn": "manhole_1342_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395757.321257625240833, 5851775.602073502726853 ], [ 1395708.708822625689209, 5851786.201601759530604 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E754", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1342_generated", "manhole_dn": "manhole_1343_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395708.708822625689209, 5851786.201601759530604 ], [ 1395658.798327673226595, 5851788.626669078134 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E755", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1343_generated", "manhole_dn": "manhole_1344_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395658.798327673226595, 5851788.626669078134 ], [ 1395609.620199293363839, 5851795.143659789115191 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E756", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1344_generated", "manhole_dn": "manhole_1345_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395609.620199293363839, 5851795.143659789115191 ], [ 1395574.851394922938198, 5851829.572807688266039 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E757", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1345_generated", "manhole_dn": "manhole_1346_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395574.851394922938198, 5851829.572807688266039 ], [ 1395544.828832363011315, 5851869.555529688484967 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E758", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1346_generated", "manhole_dn": "manhole_1347_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395544.828832363011315, 5851869.555529688484967 ], [ 1395518.719845295883715, 5851912.096641635522246 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E759", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1347_generated", "manhole_dn": "manhole_1348_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395518.719845295883715, 5851912.096641635522246 ], [ 1395494.13555877446197, 5851955.634959792718291 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E760", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1348_generated", "manhole_dn": "manhole_1349_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395494.13555877446197, 5851955.634959792718291 ], [ 1395471.594874873524532, 5852000.226336769759655 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E761", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1349_generated", "manhole_dn": "manhole_1350_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395471.594874873524532, 5852000.226336769759655 ], [ 1395448.254717521602288, 5852044.431216173805296 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E762", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1350_generated", "manhole_dn": "manhole_1351_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395448.254717521602288, 5852044.431216173805296 ], [ 1395413.296649469994009, 5852077.97100324742496 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E763", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1351_generated", "manhole_dn": "manhole_1352_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395413.296649469994009, 5852077.97100324742496 ], [ 1395372.324927324661985, 5852105.181910736486316 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E764", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1352_generated", "manhole_dn": "manhole_1353_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395372.324927324661985, 5852105.181910736486316 ], [ 1395336.659707121318206, 5852139.696973600424826 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E765", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1353_generated", "manhole_dn": "manhole_1354_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395336.659707121318206, 5852139.696973600424826 ], [ 1395292.778667069738731, 5852163.62166681792587 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E766", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1354_generated", "manhole_dn": "manhole_1355_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395292.778667069738731, 5852163.62166681792587 ], [ 1395249.109231889015064, 5852186.737405962310731 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E767", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1355_generated", "manhole_dn": "manhole_1356_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395249.109231889015064, 5852186.737405962310731 ], [ 1395203.751256988849491, 5852206.181643485091627 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E768", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1356_generated", "manhole_dn": "manhole_1357_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395203.751256988849491, 5852206.181643485091627 ], [ 1395165.020262111211196, 5852237.484140511602163 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E769", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1357_generated", "manhole_dn": "manhole_1358_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395165.020262111211196, 5852237.484140511602163 ], [ 1395118.824360576691106, 5852256.064939356409013 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E770", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1358_generated", "manhole_dn": "manhole_1359_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395118.824360576691106, 5852256.064939356409013 ], [ 1395076.581746106501669, 5852282.089220238849521 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E771", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1359_generated", "manhole_dn": "manhole_1360_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395076.581746106501669, 5852282.089220238849521 ], [ 1395037.188581393798813, 5852312.881279200315475 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E772", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1360_generated", "manhole_dn": "manhole_1361_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395037.188581393798813, 5852312.881279200315475 ], [ 1394997.262213865062222, 5852342.97775392793119 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E773", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1361_generated", "manhole_dn": "manhole_1362_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394997.262213865062222, 5852342.97775392793119 ], [ 1394957.294401574181393, 5852373.02016231790185 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E774", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1362_generated", "manhole_dn": "manhole_1363_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394957.294401574181393, 5852373.02016231790185 ], [ 1394923.064120852621272, 5852408.949667424894869 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E775", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1363_generated", "manhole_dn": "manhole_1364_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394923.064120852621272, 5852408.949667424894869 ], [ 1394884.932902404107153, 5852438.859469654969871 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E776", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1364_generated", "manhole_dn": "manhole_1365_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394884.932902404107153, 5852438.859469654969871 ], [ 1394845.735164049779996, 5852467.776479947380722 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E777", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1365_generated", "manhole_dn": "manhole_1366_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394845.735164049779996, 5852467.776479947380722 ], [ 1394819.511815323727205, 5852510.312905547209084 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E778", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1366_generated", "manhole_dn": "manhole_1367_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394819.511815323727205, 5852510.312905547209084 ], [ 1394781.711909656878561, 5852541.376139343716204 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E779", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1367_generated", "manhole_dn": "manhole_1368_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394781.711909656878561, 5852541.376139343716204 ], [ 1394744.307820181362331, 5852572.518391331657767 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E780", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1368_generated", "manhole_dn": "manhole_1369_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394744.307820181362331, 5852572.518391331657767 ], [ 1394717.909510743571445, 5852614.650779861956835 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E781", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1369_generated", "manhole_dn": "manhole_1370_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394717.909510743571445, 5852614.650779861956835 ], [ 1394686.181401456007734, 5852653.249246998690069 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E782", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1370_generated", "manhole_dn": "manhole_1371_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394686.181401456007734, 5852653.249246998690069 ], [ 1394664.043618610361591, 5852697.955490152351558 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E783", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1371_generated", "manhole_dn": "manhole_1372_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394664.043618610361591, 5852697.955490152351558 ], [ 1394638.640680606942624, 5852740.362315909005702 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E784", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1372_generated", "manhole_dn": "manhole_1373_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394638.640680606942624, 5852740.362315909005702 ], [ 1394594.036166108679026, 5852738.106440517120063 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E785", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1373_generated", "manhole_dn": "manhole_1374_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394594.036166108679026, 5852738.106440517120063 ], [ 1394586.520229321205989, 5852692.657292073592544 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E786", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1374_generated", "manhole_dn": "manhole_1375_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394586.520229321205989, 5852692.657292073592544 ], [ 1394597.447580554988235, 5852643.880951508879662 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E787", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1375_generated", "manhole_dn": "manhole_1376_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394597.447580554988235, 5852643.880951508879662 ], [ 1394610.115311411675066, 5852595.517020991072059 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E788", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1376_generated", "manhole_dn": "manhole_1377_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394610.115311411675066, 5852595.517020991072059 ], [ 1394589.452386688208207, 5852555.245408363640308 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E789", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1377_generated", "manhole_dn": "manhole_1378_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394589.452386688208207, 5852555.245408363640308 ], [ 1394541.65307956142351, 5852543.805664961226285 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E790", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1378_generated", "manhole_dn": "manhole_1379_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394541.65307956142351, 5852543.805664961226285 ], [ 1394492.894960914272815, 5852554.632754753343761 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E791", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1379_generated", "manhole_dn": "manhole_1380_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394492.894960914272815, 5852554.632754753343761 ], [ 1394443.974859671667218, 5852564.388139309361577 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E792", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1380_generated", "manhole_dn": "manhole_1381_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394443.974859671667218, 5852564.388139309361577 ], [ 1394394.029333570739254, 5852566.715529200620949 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E793", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1381_generated", "manhole_dn": "manhole_1382_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394394.029333570739254, 5852566.715529200620949 ], [ 1394344.083807469811291, 5852569.042919091880322 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E794", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1382_generated", "manhole_dn": "manhole_1383_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394344.083807469811291, 5852569.042919091880322 ], [ 1394294.107847816543654, 5852570.552707155235112 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E795", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1383_generated", "manhole_dn": "manhole_1384_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394294.107847816543654, 5852570.552707155235112 ], [ 1394244.127509164391086, 5852571.944852772168815 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E796", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1384_generated", "manhole_dn": "manhole_1385_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394244.127509164391086, 5852571.944852772168815 ], [ 1394194.812276627169922, 5852566.083685463294387 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E797", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1385_generated", "manhole_dn": "manhole_1386_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394194.812276627169922, 5852566.083685463294387 ], [ 1394145.918612685985863, 5852555.625102977268398 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E798", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1386_generated", "manhole_dn": "manhole_1387_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394145.918612685985863, 5852555.625102977268398 ], [ 1394100.560877124778926, 5852536.308193654753268 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E799", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1387_generated", "manhole_dn": "manhole_1388_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394100.560877124778926, 5852536.308193654753268 ], [ 1394057.904667955357581, 5852510.223329451866448 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E800", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1388_generated", "manhole_dn": "manhole_1389_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394057.904667955357581, 5852510.223329451866448 ], [ 1394015.248458785703406, 5852484.138465248979628 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E801", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1389_generated", "manhole_dn": "manhole_1390_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394015.248458785703406, 5852484.138465248979628 ], [ 1393968.486471301177517, 5852467.076493079774082 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E802", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1390_generated", "manhole_dn": "manhole_1391_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393968.486471301177517, 5852467.076493079774082 ], [ 1393919.139037991641089, 5852459.687321032397449 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E803", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1391_generated", "manhole_dn": "manhole_1392_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393919.139037991641089, 5852459.687321032397449 ], [ 1393869.477079958422109, 5852455.258879334665835 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E804", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1392_generated", "manhole_dn": "manhole_1393_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393869.477079958422109, 5852455.258879334665835 ], [ 1393825.106229142751545, 5852475.609582097269595 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E805", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1393_generated", "manhole_dn": "manhole_1394_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393825.106229142751545, 5852475.609582097269595 ], [ 1393779.022887969622388, 5852486.305031629279256 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E806", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1394_generated", "manhole_dn": "manhole_1395_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393779.022887969622388, 5852486.305031629279256 ], [ 1393746.176190006081015, 5852501.713235894218087 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E807", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1395_generated", "manhole_dn": "manhole_1396_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393746.176190006081015, 5852501.713235894218087 ], [ 1393790.325893355766311, 5852506.742802502587438 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E808", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1396_generated", "manhole_dn": "manhole_1397_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393790.325893355766311, 5852506.742802502587438 ], [ 1393837.809800375485793, 5852491.082314152270555 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E809", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1397_generated", "manhole_dn": "manhole_1398_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393837.809800375485793, 5852491.082314152270555 ], [ 1393886.15032762195915, 5852493.407181736081839 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E810", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1398_generated", "manhole_dn": "manhole_1399_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393886.15032762195915, 5852493.407181736081839 ], [ 1393931.905922902980819, 5852513.566492778249085 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E811", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1399_generated", "manhole_dn": "manhole_1400_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393931.905922902980819, 5852513.566492778249085 ], [ 1393975.755333374254405, 5852537.459647852927446 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E812", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1400_generated", "manhole_dn": "manhole_1401_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393975.755333374254405, 5852537.459647852927446 ], [ 1394015.055107508320361, 5852568.024150903336704 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E813", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1401_generated", "manhole_dn": "manhole_1402_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394015.055107508320361, 5852568.024150903336704 ], [ 1394050.698138653300703, 5852603.052405749447644 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E814", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1402_generated", "manhole_dn": "manhole_1403_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394050.698138653300703, 5852603.052405749447644 ], [ 1394085.645217273384333, 5852638.810957413166761 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E815", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1403_generated", "manhole_dn": "manhole_1404_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394085.645217273384333, 5852638.810957413166761 ], [ 1394125.333798250183463, 5852668.853217349387705 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E816", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1404_generated", "manhole_dn": "manhole_1405_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394125.333798250183463, 5852668.853217349387705 ], [ 1394169.05573367443867, 5852692.935080187395215 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E817", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1405_generated", "manhole_dn": "manhole_1406_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394169.05573367443867, 5852692.935080187395215 ], [ 1394213.778910573106259, 5852715.291505869477987 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E818", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1406_generated", "manhole_dn": "manhole_1407_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394213.778910573106259, 5852715.291505869477987 ], [ 1394258.502087472006679, 5852737.64793155156076 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E819", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1407_generated", "manhole_dn": "manhole_1408_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394258.502087472006679, 5852737.64793155156076 ], [ 1394303.633563183248043, 5852759.137795268557966 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E820", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1408_generated", "manhole_dn": "manhole_1409_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394303.633563183248043, 5852759.137795268557966 ], [ 1394311.35638309433125, 5852792.836309043690562 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E821", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1409_generated", "manhole_dn": "manhole_1410_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394311.35638309433125, 5852792.836309043690562 ], [ 1394267.192787079373375, 5852772.091807481832802 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E822", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1410_generated", "manhole_dn": "manhole_1411_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394267.192787079373375, 5852772.091807481832802 ], [ 1394222.243892945814878, 5852750.806207756511867 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E823", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1411_generated", "manhole_dn": "manhole_1412_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394222.243892945814878, 5852750.806207756511867 ], [ 1394174.481163326650858, 5852736.017933746799827 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E824", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1412_generated", "manhole_dn": "manhole_1413_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394174.481163326650858, 5852736.017933746799827 ], [ 1394126.701585427857935, 5852721.284154292196035 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E825", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1413_generated", "manhole_dn": "manhole_1414_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394126.701585427857935, 5852721.284154292196035 ], [ 1394079.288174863439053, 5852705.441647895611823 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E826", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1414_generated", "manhole_dn": "manhole_1415_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394079.288174863439053, 5852705.441647895611823 ], [ 1394032.131474409019575, 5852688.821842738427222 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E827", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1415_generated", "manhole_dn": "manhole_1416_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394032.131474409019575, 5852688.821842738427222 ], [ 1393990.248849052935839, 5852662.333917872048914 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E828", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1416_generated", "manhole_dn": "manhole_1417_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393990.248849052935839, 5852662.333917872048914 ], [ 1393946.821534242946655, 5852638.073372384533286 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E829", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1417_generated", "manhole_dn": "manhole_1418_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393946.821534242946655, 5852638.073372384533286 ], [ 1393900.423441601451486, 5852619.79765943903476 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E830", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1418_generated", "manhole_dn": "manhole_1419_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393900.423441601451486, 5852619.79765943903476 ], [ 1393852.419590238947421, 5852605.811860370449722 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E831", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1419_generated", "manhole_dn": "manhole_1420_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393852.419590238947421, 5852605.811860370449722 ], [ 1393811.257009538821876, 5852622.697772218845785 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E832", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1420_generated", "manhole_dn": "manhole_1421_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393811.257009538821876, 5852622.697772218845785 ], [ 1393791.976378698600456, 5852668.744979701004922 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E833", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1421_generated", "manhole_dn": "manhole_1422_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393791.976378698600456, 5852668.744979701004922 ], [ 1393757.851000558817759, 5852704.822907493449748 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E834", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1422_generated", "manhole_dn": "manhole_1423_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393757.851000558817759, 5852704.822907493449748 ], [ 1393712.093303024535999, 5852719.752315454185009 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E835", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1423_generated", "manhole_dn": "manhole_1424_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393712.093303024535999, 5852719.752315454185009 ], [ 1393668.358640216989443, 5852734.85189332254231 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E836", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1424_generated", "manhole_dn": "manhole_1425_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393668.358640216989443, 5852734.85189332254231 ], [ 1393699.470718496944755, 5852759.33082231413573 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E837", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1425_generated", "manhole_dn": "manhole_1426_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393699.470718496944755, 5852759.33082231413573 ], [ 1393745.462928737979382, 5852739.873352170921862 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E838", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1426_generated", "manhole_dn": "manhole_1427_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393745.462928737979382, 5852739.873352170921862 ], [ 1393781.033025441691279, 5852705.849873876199126 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E839", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1427_generated", "manhole_dn": "manhole_1428_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393781.033025441691279, 5852705.849873876199126 ], [ 1393812.987744822399691, 5852667.414434633217752 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E840", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1428_generated", "manhole_dn": "manhole_1429_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393812.987744822399691, 5852667.414434633217752 ], [ 1393851.764351126970723, 5852646.106627707369626 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E841", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1429_generated", "manhole_dn": "manhole_1430_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393851.764351126970723, 5852646.106627707369626 ], [ 1393887.425906119635329, 5852680.024688009172678 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E842", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1430_generated", "manhole_dn": "manhole_1431_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393887.425906119635329, 5852680.024688009172678 ], [ 1393922.974994163028896, 5852714.451881429180503 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E843", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1431_generated", "manhole_dn": "manhole_1432_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393922.974994163028896, 5852714.451881429180503 ], [ 1393963.954408476594836, 5852743.099044006317854 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E844", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1432_generated", "manhole_dn": "manhole_1433_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393963.954408476594836, 5852743.099044006317854 ], [ 1394004.933822790160775, 5852771.746206583455205 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E845", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1433_generated", "manhole_dn": "manhole_1434_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394004.933822790160775, 5852771.746206583455205 ], [ 1394045.913237103493884, 5852800.393369160592556 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E846", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1434_generated", "manhole_dn": "manhole_1435_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394045.913237103493884, 5852800.393369160592556 ], [ 1394089.17497284268029, 5852825.355914043262601 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E847", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1435_generated", "manhole_dn": "manhole_1436_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394089.17497284268029, 5852825.355914043262601 ], [ 1394127.810518621467054, 5852856.42348238825798 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E848", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1436_generated", "manhole_dn": "manhole_1437_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394127.810518621467054, 5852856.42348238825798 ], [ 1394163.630151903722435, 5852891.307951607741416 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E849", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1437_generated", "manhole_dn": "manhole_1438_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394163.630151903722435, 5852891.307951607741416 ], [ 1394191.826466187369078, 5852930.721007774583995 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E850", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1438_generated", "manhole_dn": "manhole_1439_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394191.826466187369078, 5852930.721007774583995 ], [ 1394200.656638544984162, 5852979.770101292058825 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E851", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1439_generated", "manhole_dn": "manhole_1440_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394200.656638544984162, 5852979.770101292058825 ], [ 1394193.16261337697506, 5853027.948832049034536 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E852", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1440_generated", "manhole_dn": "manhole_1441_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394193.16261337697506, 5853027.948832049034536 ], [ 1394159.29561759904027, 5853015.916164819151163 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E853", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1441_generated", "manhole_dn": "manhole_1442_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394159.29561759904027, 5853015.916164819151163 ], [ 1394172.939629274653271, 5852968.21692172344774 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E854", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1442_generated", "manhole_dn": "manhole_1443_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394172.939629274653271, 5852968.21692172344774 ], [ 1394157.14498034096323, 5852926.103010025806725 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E855", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1443_generated", "manhole_dn": "manhole_1444_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394157.14498034096323, 5852926.103010025806725 ], [ 1394112.052147814072669, 5852908.152698171325028 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E856", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1444_generated", "manhole_dn": "manhole_1445_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394112.052147814072669, 5852908.152698171325028 ], [ 1394082.719980612862855, 5852870.240059998817742 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E857", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1445_generated", "manhole_dn": "manhole_1446_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394082.719980612862855, 5852870.240059998817742 ], [ 1394033.69950335752219, 5852861.894506865181029 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E858", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1446_generated", "manhole_dn": "manhole_1447_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394033.69950335752219, 5852861.894506865181029 ], [ 1393987.193403874756768, 5852845.286129081621766 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E859", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1447_generated", "manhole_dn": "manhole_1448_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393987.193403874756768, 5852845.286129081621766 ], [ 1393947.93726256582886, 5852814.548416114412248 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E860", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1448_generated", "manhole_dn": "manhole_1449_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393947.93726256582886, 5852814.548416114412248 ], [ 1393907.134108954807743, 5852786.629083844833076 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E861", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1449_generated", "manhole_dn": "manhole_1450_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393907.134108954807743, 5852786.629083844833076 ], [ 1393860.318227048264816, 5852795.693107591941953 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E862", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1450_generated", "manhole_dn": "manhole_1451_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393860.318227048264816, 5852795.693107591941953 ], [ 1393816.379105197265744, 5852819.553656043484807 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E863", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1451_generated", "manhole_dn": "manhole_1452_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393816.379105197265744, 5852819.553656043484807 ], [ 1393775.89931167033501, 5852848.775367983616889 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E864", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1452_generated", "manhole_dn": "manhole_1453_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393775.89931167033501, 5852848.775367983616889 ], [ 1393728.008898858213797, 5852860.924385358579457 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E865", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1453_generated", "manhole_dn": "manhole_1454_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393728.008898858213797, 5852860.924385358579457 ], [ 1393678.412535661365837, 5852867.262608992867172 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E866", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1454_generated", "manhole_dn": "manhole_1455_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393678.412535661365837, 5852867.262608992867172 ], [ 1393629.125510436482728, 5852875.269213300198317 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E867", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1455_generated", "manhole_dn": "manhole_1456_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393629.125510436482728, 5852875.269213300198317 ], [ 1393587.086981566157192, 5852897.732103853486478 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E868", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1456_generated", "manhole_dn": "manhole_1457_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393587.086981566157192, 5852897.732103853486478 ], [ 1393570.304754899349064, 5852944.562003592029214 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E869", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1457_generated", "manhole_dn": "manhole_1458_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393570.304754899349064, 5852944.562003592029214 ], [ 1393556.495137578109279, 5852992.561951013281941 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E870", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1458_generated", "manhole_dn": "manhole_1459_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393556.495137578109279, 5852992.561951013281941 ], [ 1393545.497390552191064, 5853041.337168917059898 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E871", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1459_generated", "manhole_dn": "manhole_1460_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393545.497390552191064, 5853041.337168917059898 ], [ 1393519.428820043802261, 5853078.873737771064043 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E872", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1460_generated", "manhole_dn": "manhole_1461_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393519.428820043802261, 5853078.873737771064043 ], [ 1393471.0889498363249, 5853090.981032885611057 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E873", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1461_generated", "manhole_dn": "manhole_1462_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393471.0889498363249, 5853090.981032885611057 ], [ 1393437.895468418486416, 5853125.960775015875697 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E874", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1462_generated", "manhole_dn": "manhole_1463_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393437.895468418486416, 5853125.960775015875697 ], [ 1393425.841958831530064, 5853174.071597220376134 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E875", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1463_generated", "manhole_dn": "manhole_1464_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393425.841958831530064, 5853174.071597220376134 ], [ 1393412.863075544824824, 5853222.254330036230385 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E876", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1464_generated", "manhole_dn": "manhole_1465_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393412.863075544824824, 5853222.254330036230385 ], [ 1393397.399385732831433, 5853269.80269087664783 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E877", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1465_generated", "manhole_dn": "manhole_1466_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393397.399385732831433, 5853269.80269087664783 ], [ 1393370.312252629315481, 5853310.521885331720114 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E878", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1466_generated", "manhole_dn": "manhole_1467_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393370.312252629315481, 5853310.521885331720114 ], [ 1393329.336411859840155, 5853338.528654196299613 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E879", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1467_generated", "manhole_dn": "manhole_1468_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393329.336411859840155, 5853338.528654196299613 ], [ 1393281.458966911304742, 5853352.900943865068257 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E880", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1468_generated", "manhole_dn": "manhole_1469_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393281.458966911304742, 5853352.900943865068257 ], [ 1393241.435090532293543, 5853377.912416590377688 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E881", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1469_generated", "manhole_dn": "manhole_1470_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393241.435090532293543, 5853377.912416590377688 ], [ 1393204.214013937627897, 5853407.665014474652708 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E882", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1470_generated", "manhole_dn": "manhole_1471_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393204.214013937627897, 5853407.665014474652708 ], [ 1393163.042570698773488, 5853389.210489722900093 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E883", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1471_generated", "manhole_dn": "manhole_1472_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393163.042570698773488, 5853389.210489722900093 ], [ 1393138.001123365946114, 5853345.980641989968717 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E884", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1472_generated", "manhole_dn": "manhole_1473_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393138.001123365946114, 5853345.980641989968717 ], [ 1393097.14451300771907, 5853320.521256951615214 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E885", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1473_generated", "manhole_dn": "manhole_1474_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393097.14451300771907, 5853320.521256951615214 ], [ 1393050.223753073252738, 5853331.927050231024623 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E886", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1474_generated", "manhole_dn": "manhole_1475_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393050.223753073252738, 5853331.927050231024623 ], [ 1393009.349747536936775, 5853360.724411092698574 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E887", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1475_generated", "manhole_dn": "manhole_1476_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393009.349747536936775, 5853360.724411092698574 ], [ 1392964.145743116969243, 5853381.658414929173887 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E888", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1476_generated", "manhole_dn": "manhole_1477_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392964.145743116969243, 5853381.658414929173887 ], [ 1392914.685746238334104, 5853388.540992530062795 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E889", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1477_generated", "manhole_dn": "manhole_1478_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392914.685746238334104, 5853388.540992530062795 ], [ 1392867.452587276231498, 5853402.741010997444391 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E890", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1478_generated", "manhole_dn": "manhole_1479_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392867.452587276231498, 5853402.741010997444391 ], [ 1392828.774455502396449, 5853433.971421860158443 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E891", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1479_generated", "manhole_dn": "manhole_1480_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392828.774455502396449, 5853433.971421860158443 ], [ 1392809.846709141274914, 5853478.724530343897641 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E892", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1480_generated", "manhole_dn": "manhole_1481_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392809.846709141274914, 5853478.724530343897641 ], [ 1392819.015986867481843, 5853526.678872412070632 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E893", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1481_generated", "manhole_dn": "manhole_1482_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392819.015986867481843, 5853526.678872412070632 ], [ 1392855.087954768678173, 5853558.063624495640397 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E894", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1482_generated", "manhole_dn": "manhole_1483_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392855.087954768678173, 5853558.063624495640397 ], [ 1392904.865550614893436, 5853557.690350621007383 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E895", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1483_generated", "manhole_dn": "manhole_1484_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392904.865550614893436, 5853557.690350621007383 ], [ 1392949.237373461714014, 5853580.603283154778183 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E896", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1484_generated", "manhole_dn": "manhole_1485_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392949.237373461714014, 5853580.603283154778183 ], [ 1392983.15947984252125, 5853614.224487240426242 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E897", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1485_generated", "manhole_dn": "manhole_1486_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392983.15947984252125, 5853614.224487240426242 ], [ 1392985.841230018995702, 5853663.144237387925386 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E898", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1486_generated", "manhole_dn": "manhole_1487_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392985.841230018995702, 5853663.144237387925386 ], [ 1392953.08467732812278, 5853699.53793787304312 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E899", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1487_generated", "manhole_dn": "manhole_1488_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392953.08467732812278, 5853699.53793787304312 ], [ 1392909.810230145696551, 5853724.583786675706506 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E900", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1488_generated", "manhole_dn": "manhole_1489_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392909.810230145696551, 5853724.583786675706506 ], [ 1392866.535782963503152, 5853749.629635479301214 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E901", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1489_generated", "manhole_dn": "manhole_1490_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392866.535782963503152, 5853749.629635479301214 ], [ 1392823.261335781076923, 5853774.6754842819646 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E902", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1490_generated", "manhole_dn": "manhole_1491_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392823.261335781076923, 5853774.6754842819646 ], [ 1392779.986888598883525, 5853799.721333085559309 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E903", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1491_generated", "manhole_dn": "manhole_1492_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392779.986888598883525, 5853799.721333085559309 ], [ 1392738.076911078300327, 5853826.788432474248111 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E904", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1492_generated", "manhole_dn": "manhole_1493_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392738.076911078300327, 5853826.788432474248111 ], [ 1392707.709945276146755, 5853865.520684397779405 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E905", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1493_generated", "manhole_dn": "manhole_1494_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392707.709945276146755, 5853865.520684397779405 ], [ 1392687.640915536787361, 5853911.315950163640082 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E906", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1494_generated", "manhole_dn": "manhole_1495_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392687.640915536787361, 5853911.315950163640082 ], [ 1392667.571885797427967, 5853957.111215928569436 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E907", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1495_generated", "manhole_dn": "manhole_1496_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392667.571885797427967, 5853957.111215928569436 ], [ 1392647.502856058068573, 5854002.906481694430113 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E908", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1496_generated", "manhole_dn": "manhole_1497_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392647.502856058068573, 5854002.906481694430113 ], [ 1392627.43382631870918, 5854048.701747459359467 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E909", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1497_generated", "manhole_dn": "manhole_1498_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392627.43382631870918, 5854048.701747459359467 ], [ 1392599.24063967121765, 5854088.36190695874393 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E910", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1498_generated", "manhole_dn": "manhole_1499_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392599.24063967121765, 5854088.36190695874393 ], [ 1392552.028928017709404, 5854094.876796181313694 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E911", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1499_generated", "manhole_dn": "manhole_1500_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392552.028928017709404, 5854094.876796181313694 ], [ 1392502.87776038562879, 5854089.097945244982839 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E912", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1500_generated", "manhole_dn": "manhole_1501_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392502.87776038562879, 5854089.097945244982839 ], [ 1392456.857117684325203, 5854106.922751960344613 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E913", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1501_generated", "manhole_dn": "manhole_1502_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392456.857117684325203, 5854106.922751960344613 ], [ 1392437.075072656385601, 5854149.618309528566897 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E914", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1502_generated", "manhole_dn": "manhole_1503_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392437.075072656385601, 5854149.618309528566897 ], [ 1392432.172376926057041, 5854199.149377813562751 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E915", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1503_generated", "manhole_dn": "manhole_1504_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392432.172376926057041, 5854199.149377813562751 ], [ 1392401.259062825934961, 5854237.421811015345156 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E916", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1504_generated", "manhole_dn": "manhole_1505_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392401.259062825934961, 5854237.421811015345156 ], [ 1392365.302334999199957, 5854272.164954873733222 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E917", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1505_generated", "manhole_dn": "manhole_1506_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392365.302334999199957, 5854272.164954873733222 ], [ 1392329.189992874395102, 5854306.70433706138283 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E918", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1506_generated", "manhole_dn": "manhole_1507_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392329.189992874395102, 5854306.70433706138283 ], [ 1392286.207370083546266, 5854332.24776007514447 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E919", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1507_generated", "manhole_dn": "manhole_1508_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392286.207370083546266, 5854332.24776007514447 ], [ 1392243.22474729269743, 5854357.791183087974787 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E920", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1508_generated", "manhole_dn": "manhole_1509_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392243.22474729269743, 5854357.791183087974787 ], [ 1392200.242124501848593, 5854383.334606100805104 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E921", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1509_generated", "manhole_dn": "manhole_1510_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392200.242124501848593, 5854383.334606100805104 ], [ 1392160.949674458475783, 5854413.789328532293439 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E922", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1510_generated", "manhole_dn": "manhole_1511_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392160.949674458475783, 5854413.789328532293439 ], [ 1392139.38761149183847, 5854458.137563941068947 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E923", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1511_generated", "manhole_dn": "manhole_1512_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392139.38761149183847, 5854458.137563941068947 ], [ 1392118.172011138638481, 5854501.905150330625474 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E924", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1512_generated", "manhole_dn": "manhole_1513_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392118.172011138638481, 5854501.905150330625474 ], [ 1392069.661402120720595, 5854504.271937710233033 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E925", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1513_generated", "manhole_dn": "manhole_1514_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392069.661402120720595, 5854504.271937710233033 ], [ 1392020.318914104020223, 5854496.814665460027754 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E926", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1514_generated", "manhole_dn": "manhole_1515_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392020.318914104020223, 5854496.814665460027754 ], [ 1391970.347458617528901, 5854495.133606933988631 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E927", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1515_generated", "manhole_dn": "manhole_1516_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391970.347458617528901, 5854495.133606933988631 ], [ 1391920.470454639289528, 5854497.470128065906465 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E928", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1516_generated", "manhole_dn": "manhole_1517_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391920.470454639289528, 5854497.470128065906465 ], [ 1391872.585841411259025, 5854508.330088578164577 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E929", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1517_generated", "manhole_dn": "manhole_1518_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391872.585841411259025, 5854508.330088578164577 ], [ 1391850.231223840499297, 5854552.140541600994766 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E930", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1518_generated", "manhole_dn": "manhole_1519_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391850.231223840499297, 5854552.140541600994766 ], [ 1391839.912053039064631, 5854601.063818628899753 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E931", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1519_generated", "manhole_dn": "manhole_1520_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391839.912053039064631, 5854601.063818628899753 ], [ 1391840.993748390814289, 5854650.792488458566368 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E932", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1520_generated", "manhole_dn": "manhole_1521_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391840.993748390814289, 5854650.792488458566368 ], [ 1391842.94749491638504, 5854700.726899871602654 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E933", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1521_generated", "manhole_dn": "manhole_1522_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391842.94749491638504, 5854700.726899871602654 ], [ 1391817.228786878986284, 5854734.867563699372113 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E934", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1522_generated", "manhole_dn": "manhole_1523_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391817.228786878986284, 5854734.867563699372113 ], [ 1391770.163537808228284, 5854720.841597761027515 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E935", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1523_generated", "manhole_dn": "manhole_1524_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391770.163537808228284, 5854720.841597761027515 ], [ 1391723.469770492054522, 5854703.731892259791493 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E936", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1524_generated", "manhole_dn": "manhole_1525_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391723.469770492054522, 5854703.731892259791493 ], [ 1391673.556104463059455, 5854700.799612474627793 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E937", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1525_generated", "manhole_dn": "manhole_1526_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391673.556104463059455, 5854700.799612474627793 ], [ 1391623.714795750332996, 5854702.097765206359327 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E938", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1526_generated", "manhole_dn": "manhole_1527_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391623.714795750332996, 5854702.097765206359327 ], [ 1391580.587717059068382, 5854722.560288350097835 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E939", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1527_generated", "manhole_dn": "manhole_1528_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391580.587717059068382, 5854722.560288350097835 ], [ 1391566.793033490423113, 5854770.006966697983444 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E940", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1528_generated", "manhole_dn": "manhole_1529_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391566.793033490423113, 5854770.006966697983444 ], [ 1391527.393422931665555, 5854792.408342435956001 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E941", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1529_generated", "manhole_dn": "manhole_1530_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391527.393422931665555, 5854792.408342435956001 ], [ 1391493.901292768539861, 5854758.638520744629204 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E942", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1530_generated", "manhole_dn": "manhole_1531_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391493.901292768539861, 5854758.638520744629204 ], [ 1391460.149849430657923, 5854722.514567816630006 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E943", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1531_generated", "manhole_dn": "manhole_1532_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391460.149849430657923, 5854722.514567816630006 ], [ 1391415.08096077456139, 5854702.288673609495163 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E944", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1532_generated", "manhole_dn": "manhole_1533_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391415.08096077456139, 5854702.288673609495163 ], [ 1391365.440532283158973, 5854701.641704299487174 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E945", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1533_generated", "manhole_dn": "manhole_1534_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391365.440532283158973, 5854701.641704299487174 ], [ 1391316.238207383779809, 5854710.165704177692533 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E946", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1534_generated", "manhole_dn": "manhole_1535_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391316.238207383779809, 5854710.165704177692533 ], [ 1391270.685152613790706, 5854729.292713684029877 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E947", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1535_generated", "manhole_dn": "manhole_1536_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391270.685152613790706, 5854729.292713684029877 ], [ 1391236.857205224456266, 5854765.320721383206546 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E948", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1536_generated", "manhole_dn": "manhole_1537_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391236.857205224456266, 5854765.320721383206546 ], [ 1391202.853810350876302, 5854801.861028152517974 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E949", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1537_generated", "manhole_dn": "manhole_1538_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391202.853810350876302, 5854801.861028152517974 ], [ 1391157.795155985048041, 5854820.230689963325858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E950", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1538_generated", "manhole_dn": "manhole_1539_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391157.795155985048041, 5854820.230689963325858 ], [ 1391108.772609984036535, 5854813.861238065175712 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E951", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1539_generated", "manhole_dn": "manhole_1540_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391108.772609984036535, 5854813.861238065175712 ], [ 1391060.92810442741029, 5854800.764659990556538 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E952", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1540_generated", "manhole_dn": "manhole_1541_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391060.92810442741029, 5854800.764659990556538 ], [ 1391018.222673617769033, 5854821.264777290634811 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E953", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1541_generated", "manhole_dn": "manhole_1542_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391018.222673617769033, 5854821.264777290634811 ], [ 1390998.9406647849828, 5854866.83020946290344 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E954", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1542_generated", "manhole_dn": "manhole_1543_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390998.9406647849828, 5854866.83020946290344 ], [ 1390962.790658802259713, 5854895.559752456843853 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E955", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1543_generated", "manhole_dn": "manhole_1544_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390962.790658802259713, 5854895.559752456843853 ], [ 1390919.96104749571532, 5854871.800868731923401 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E956", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1544_generated", "manhole_dn": "manhole_1545_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390919.96104749571532, 5854871.800868731923401 ], [ 1390873.984042470343411, 5854857.080187496729195 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E957", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1545_generated", "manhole_dn": "manhole_1546_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390873.984042470343411, 5854857.080187496729195 ], [ 1390830.492623874917626, 5854881.491715071722865 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E958", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1546_generated", "manhole_dn": "manhole_1547_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390830.492623874917626, 5854881.491715071722865 ], [ 1390796.708465208066627, 5854865.116497132927179 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E959", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1547_generated", "manhole_dn": "manhole_1548_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390796.708465208066627, 5854865.116497132927179 ], [ 1390838.292139080353081, 5854841.149038841947913 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E960", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1548_generated", "manhole_dn": "manhole_1549_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390838.292139080353081, 5854841.149038841947913 ], [ 1390887.22193789598532, 5854833.728026010096073 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E961", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1549_generated", "manhole_dn": "manhole_1550_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390887.22193789598532, 5854833.728026010096073 ], [ 1390936.898272739024833, 5854829.647457904182374 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E962", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1550_generated", "manhole_dn": "manhole_1551_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390936.898272739024833, 5854829.647457904182374 ], [ 1390962.336482576327398, 5854791.122571767307818 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E963", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1551_generated", "manhole_dn": "manhole_1552_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390962.336482576327398, 5854791.122571767307818 ], [ 1390966.186074131866917, 5854741.748434484004974 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E964", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1552_generated", "manhole_dn": "manhole_1553_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390966.186074131866917, 5854741.748434484004974 ], [ 1390992.85536471917294, 5854700.308199499733746 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E965", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1553_generated", "manhole_dn": "manhole_1554_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390992.85536471917294, 5854700.308199499733746 ], [ 1391035.848916283808649, 5854678.165031262673438 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E966", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1554_generated", "manhole_dn": "manhole_1555_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391035.848916283808649, 5854678.165031262673438 ], [ 1391083.904441812774166, 5854664.357830701395869 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E967", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1555_generated", "manhole_dn": "manhole_1556_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391083.904441812774166, 5854664.357830701395869 ], [ 1391131.959967341739684, 5854650.550630139186978 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E968", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1556_generated", "manhole_dn": "manhole_1557_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391131.959967341739684, 5854650.550630139186978 ], [ 1391179.634835138218477, 5854635.58916658628732 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E969", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1557_generated", "manhole_dn": "manhole_1558_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391179.634835138218477, 5854635.58916658628732 ], [ 1391207.438901009736583, 5854598.479608403518796 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E970", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1558_generated", "manhole_dn": "manhole_1559_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391207.438901009736583, 5854598.479608403518796 ], [ 1391180.980266467668116, 5854561.607478464022279 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E971", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1559_generated", "manhole_dn": "manhole_1560_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391180.980266467668116, 5854561.607478464022279 ], [ 1391131.202320650219917, 5854557.049893359653652 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E972", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1560_generated", "manhole_dn": "manhole_1561_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391131.202320650219917, 5854557.049893359653652 ], [ 1391082.781213583657518, 5854544.585194740444422 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E973", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1561_generated", "manhole_dn": "manhole_1562_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391082.781213583657518, 5854544.585194740444422 ], [ 1391034.359877102775499, 5854532.12138735409826 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E974", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1562_generated", "manhole_dn": "manhole_1563_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391034.359877102775499, 5854532.12138735409826 ], [ 1390989.634528238559142, 5854509.87664872314781 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E975", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1563_generated", "manhole_dn": "manhole_1564_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390989.634528238559142, 5854509.87664872314781 ], [ 1390945.071014412911609, 5854487.20363488048315 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E976", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1564_generated", "manhole_dn": "manhole_1565_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390945.071014412911609, 5854487.20363488048315 ], [ 1390901.697761435760185, 5854462.393036060966551 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E977", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1565_generated", "manhole_dn": "manhole_1566_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390901.697761435760185, 5854462.393036060966551 ], [ 1390859.490862333914265, 5854435.632610735483468 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E978", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1566_generated", "manhole_dn": "manhole_1567_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390859.490862333914265, 5854435.632610735483468 ], [ 1390822.363200478022918, 5854402.650965533219278 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E979", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1567_generated", "manhole_dn": "manhole_1568_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390822.363200478022918, 5854402.650965533219278 ], [ 1390794.517730910796672, 5854361.373340462334454 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E980", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1568_generated", "manhole_dn": "manhole_1569_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390794.517730910796672, 5854361.373340462334454 ], [ 1390752.757621133932844, 5854350.515991058200598 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E981", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1569_generated", "manhole_dn": "manhole_1570_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390752.757621133932844, 5854350.515991058200598 ], [ 1390773.418687251396477, 5854390.614122970961034 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E982", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1570_generated", "manhole_dn": "manhole_1571_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390773.418687251396477, 5854390.614122970961034 ], [ 1390803.876572717214003, 5854430.219822627492249 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E983", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1571_generated", "manhole_dn": "manhole_1572_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390803.876572717214003, 5854430.219822627492249 ], [ 1390829.792809600709006, 5854472.861352755688131 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E984", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1572_generated", "manhole_dn": "manhole_1573_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390829.792809600709006, 5854472.861352755688131 ], [ 1390840.804824143880978, 5854520.985180084593594 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E985", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1573_generated", "manhole_dn": "manhole_1574_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390840.804824143880978, 5854520.985180084593594 ], [ 1390806.955070770578459, 5854555.332527009770274 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E986", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1574_generated", "manhole_dn": "manhole_1575_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390806.955070770578459, 5854555.332527009770274 ], [ 1390768.710703042568639, 5854587.03412811178714 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E987", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1575_generated", "manhole_dn": "manhole_1576_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390768.710703042568639, 5854587.03412811178714 ], [ 1390727.648428230080754, 5854605.405022084712982 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E988", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1576_generated", "manhole_dn": "manhole_1577_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390727.648428230080754, 5854605.405022084712982 ], [ 1390738.217331510968506, 5854570.207673082128167 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E989", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1577_generated", "manhole_dn": "manhole_1578_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390738.217331510968506, 5854570.207673082128167 ], [ 1390769.756390688242391, 5854536.839095240458846 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E990", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1578_generated", "manhole_dn": "manhole_1579_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390769.756390688242391, 5854536.839095240458846 ], [ 1390742.617340298369527, 5854501.043599711731076 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E991", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1579_generated", "manhole_dn": "manhole_1580_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390742.617340298369527, 5854501.043599711731076 ], [ 1390698.267856214428321, 5854477.987162610515952 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E992", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1580_generated", "manhole_dn": "manhole_1581_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390698.267856214428321, 5854477.987162610515952 ], [ 1390659.045459883986041, 5854447.088924283161759 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E993", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1581_generated", "manhole_dn": "manhole_1582_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390659.045459883986041, 5854447.088924283161759 ], [ 1390625.552943467628211, 5854410.088393394835293 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E994", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1582_generated", "manhole_dn": "manhole_1583_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390625.552943467628211, 5854410.088393394835293 ], [ 1390589.600407437421381, 5854409.582950046285987 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E995", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1583_generated", "manhole_dn": "manhole_1584_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390589.600407437421381, 5854409.582950046285987 ], [ 1390602.713966056471691, 5854457.412329882383347 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E996", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1584_generated", "manhole_dn": "manhole_1585_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390602.713966056471691, 5854457.412329882383347 ], [ 1390595.921491433866322, 5854505.872622577473521 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E997", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1585_generated", "manhole_dn": "manhole_1586_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390595.921491433866322, 5854505.872622577473521 ], [ 1390570.44312756950967, 5854548.678854450583458 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E998", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1586_generated", "manhole_dn": "manhole_1587_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390570.44312756950967, 5854548.678854450583458 ], [ 1390543.056656106142327, 5854590.511300016194582 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E999", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1587_generated", "manhole_dn": "manhole_1588_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390543.056656106142327, 5854590.511300016194582 ], [ 1390515.015498246299103, 5854631.763415537774563 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1000", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1588_generated", "manhole_dn": "manhole_1589_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390515.015498246299103, 5854631.763415537774563 ], [ 1390474.123672692570835, 5854660.297698637470603 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1001", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1589_generated", "manhole_dn": "manhole_1590_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390474.123672692570835, 5854660.297698637470603 ], [ 1390431.612203549593687, 5854686.592487070709467 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1002", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1590_generated", "manhole_dn": "manhole_1591_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390431.612203549593687, 5854686.592487070709467 ], [ 1390393.452535421354696, 5854718.581622540019453 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1003", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1591_generated", "manhole_dn": "manhole_1592_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390393.452535421354696, 5854718.581622540019453 ], [ 1390367.542568972334266, 5854761.184357885271311 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1004", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1592_generated", "manhole_dn": "manhole_1593_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390367.542568972334266, 5854761.184357885271311 ], [ 1390335.298282078001648, 5854798.167892917059362 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1005", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1593_generated", "manhole_dn": "manhole_1594_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390335.298282078001648, 5854798.167892917059362 ], [ 1390287.950058992486447, 5854812.008565446361899 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1006", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1594_generated", "manhole_dn": "manhole_1595_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390287.950058992486447, 5854812.008565446361899 ], [ 1390238.458150852238759, 5854817.911680148914456 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1007", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1595_generated", "manhole_dn": "manhole_1596_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390238.458150852238759, 5854817.911680148914456 ], [ 1390191.062322469428182, 5854833.713980232365429 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1008", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1596_generated", "manhole_dn": "manhole_1597_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390191.062322469428182, 5854833.713980232365429 ], [ 1390143.877431784989312, 5854850.253581566736102 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1009", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1597_generated", "manhole_dn": "manhole_1598_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390143.877431784989312, 5854850.253581566736102 ], [ 1390095.581852754345164, 5854862.709081319160759 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1010", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1598_generated", "manhole_dn": "manhole_1599_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390095.581852754345164, 5854862.709081319160759 ], [ 1390047.517834821017459, 5854876.231087474152446 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1011", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1599_generated", "manhole_dn": "manhole_1600_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390047.517834821017459, 5854876.231087474152446 ], [ 1390002.813235945766792, 5854898.312404797412455 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1012", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1600_generated", "manhole_dn": "manhole_1601_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390002.813235945766792, 5854898.312404797412455 ], [ 1389957.240444654598832, 5854918.770327269099653 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1013", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1601_generated", "manhole_dn": "manhole_1602_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389957.240444654598832, 5854918.770327269099653 ], [ 1389907.862496146233752, 5854926.546503278426826 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1014", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1602_generated", "manhole_dn": "manhole_1603_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389907.862496146233752, 5854926.546503278426826 ], [ 1389858.454627148341388, 5854934.216888033784926 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1015", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1603_generated", "manhole_dn": "manhole_1604_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389858.454627148341388, 5854934.216888033784926 ], [ 1389809.046758150681853, 5854941.887272790074348 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1016", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1604_generated", "manhole_dn": "manhole_1605_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389809.046758150681853, 5854941.887272790074348 ], [ 1389759.638889152789488, 5854949.557657545432448 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1017", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1605_generated", "manhole_dn": "manhole_1606_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389759.638889152789488, 5854949.557657545432448 ], [ 1389709.944212611299008, 5854954.171913290396333 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1018", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1606_generated", "manhole_dn": "manhole_1607_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389709.944212611299008, 5854954.171913290396333 ], [ 1389659.971924164798111, 5854955.828025793656707 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1019", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1607_generated", "manhole_dn": "manhole_1608_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389659.971924164798111, 5854955.828025793656707 ], [ 1389609.999635718297213, 5854957.484138297848403 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1020", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1608_generated", "manhole_dn": "manhole_1609_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389609.999635718297213, 5854957.484138297848403 ], [ 1389560.020212409785017, 5854958.556860111653805 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1021", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1609_generated", "manhole_dn": "manhole_1610_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389560.020212409785017, 5854958.556860111653805 ], [ 1389510.215887822909281, 5854956.262844508513808 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1022", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1610_generated", "manhole_dn": "manhole_1611_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389510.215887822909281, 5854956.262844508513808 ], [ 1389461.199074118630961, 5854946.397536835633218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1023", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1611_generated", "manhole_dn": "manhole_1612_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389461.199074118630961, 5854946.397536835633218 ], [ 1389411.846068927552551, 5854939.31862622871995 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1024", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1612_generated", "manhole_dn": "manhole_1613_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389411.846068927552551, 5854939.31862622871995 ], [ 1389363.668794465018436, 5854950.530764970928431 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1025", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1613_generated", "manhole_dn": "manhole_1614_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389363.668794465018436, 5854950.530764970928431 ], [ 1389316.806479058926925, 5854967.963369091972709 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1026", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1614_generated", "manhole_dn": "manhole_1615_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389316.806479058926925, 5854967.963369091972709 ], [ 1389269.94150876486674, 5854985.388835529796779 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1027", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1615_generated", "manhole_dn": "manhole_1616_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389269.94150876486674, 5854985.388835529796779 ], [ 1389222.242154399864376, 5855000.003873158246279 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1028", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1616_generated", "manhole_dn": "manhole_1617_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389222.242154399864376, 5855000.003873158246279 ], [ 1389172.474719209829345, 5854998.599748316220939 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1029", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1617_generated", "manhole_dn": "manhole_1618_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389172.474719209829345, 5854998.599748316220939 ], [ 1389122.522158603882417, 5854997.979928877204657 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1030", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1618_generated", "manhole_dn": "manhole_1619_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389122.522158603882417, 5854997.979928877204657 ], [ 1389075.17245914414525, 5855011.771173330955207 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1031", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1619_generated", "manhole_dn": "manhole_1620_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389075.17245914414525, 5855011.771173330955207 ], [ 1389037.351533574750647, 5855043.70593273639679 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1032", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1620_generated", "manhole_dn": "manhole_1621_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389037.351533574750647, 5855043.70593273639679 ], [ 1388987.549699229886755, 5855043.070369333028793 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1033", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1621_generated", "manhole_dn": "manhole_1622_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388987.549699229886755, 5855043.070369333028793 ], [ 1388952.226835903478786, 5855072.405109954997897 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1034", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1622_generated", "manhole_dn": "manhole_1623_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388952.226835903478786, 5855072.405109954997897 ], [ 1388932.354647896019742, 5855118.261345479637384 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1035", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1623_generated", "manhole_dn": "manhole_1624_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388932.354647896019742, 5855118.261345479637384 ], [ 1388905.897634437307715, 5855160.415872283279896 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1036", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1624_generated", "manhole_dn": "manhole_1625_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388905.897634437307715, 5855160.415872283279896 ], [ 1388871.031826107297093, 5855194.997977488674223 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1037", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1625_generated", "manhole_dn": "manhole_1626_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388871.031826107297093, 5855194.997977488674223 ], [ 1388824.506643331842497, 5855211.32076724153012 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1038", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1626_generated", "manhole_dn": "manhole_1627_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388824.506643331842497, 5855211.32076724153012 ], [ 1388776.369281501276419, 5855224.693582694977522 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1039", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1627_generated", "manhole_dn": "manhole_1628_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388776.369281501276419, 5855224.693582694977522 ], [ 1388734.099809446139261, 5855248.874300631694496 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1040", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1628_generated", "manhole_dn": "manhole_1629_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388734.099809446139261, 5855248.874300631694496 ], [ 1388699.096631670137867, 5855284.262829300947487 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1041", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1629_generated", "manhole_dn": "manhole_1630_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388699.096631670137867, 5855284.262829300947487 ], [ 1388660.14700926351361, 5855315.614053130149841 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1042", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": 984.70001220703125, "invlev_up": -10001.5, "invlev_dn": 982.20001220703125, "manhole_up": "manhole_1630_generated", "manhole_dn": "manhole_1631_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388660.14700926351361, 5855315.614053130149841 ], [ 1388618.515727732330561, 5855342.829998861066997 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1043", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 984.70001220703125, "elevtn_dn": 975.10003662109375, "invlev_up": 982.20001220703125, "invlev_dn": 972.60003662109375, "manhole_up": "manhole_1631_generated", "manhole_dn": "manhole_1632_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388618.515727732330561, 5855342.829998861066997 ], [ 1388570.996795159298927, 5855356.930158268660307 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1044", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 975.10003662109375, "elevtn_dn": 968.29998779296875, "invlev_up": 972.60003662109375, "invlev_dn": 965.79998779296875, "manhole_up": "manhole_1632_generated", "manhole_dn": "manhole_1633_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388570.996795159298927, 5855356.930158268660307 ], [ 1388521.257592596346512, 5855362.027613477781415 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1045", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 968.29998779296875, "elevtn_dn": 968.29998779296875, "invlev_up": 965.79998779296875, "invlev_dn": 965.79998779296875, "manhole_up": "manhole_1633_generated", "manhole_dn": "manhole_1634_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388521.257592596346512, 5855362.027613477781415 ], [ 1388472.030306826578453, 5855370.543775821104646 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1046", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 968.29998779296875, "elevtn_dn": 968.29998779296875, "invlev_up": 965.79998779296875, "invlev_dn": 965.79998779296875, "manhole_up": "manhole_1634_generated", "manhole_dn": "manhole_1635_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388472.030306826578453, 5855370.543775821104646 ], [ 1388439.000347282737494, 5855407.802592809312046 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1047", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 968.29998779296875, "elevtn_dn": 964.5, "invlev_up": 965.79998779296875, "invlev_dn": 962.0, "manhole_up": "manhole_1635_generated", "manhole_dn": "manhole_1636_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388439.000347282737494, 5855407.802592809312046 ], [ 1388400.196091859601438, 5855436.014134516008198 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1048", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 964.5, "elevtn_dn": 964.5, "invlev_up": 962.0, "invlev_dn": 962.0, "manhole_up": "manhole_1636_generated", "manhole_dn": "manhole_1637_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388400.196091859601438, 5855436.014134516008198 ], [ 1388351.33823574683629, 5855446.634319253265858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1049", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 964.5, "elevtn_dn": 981.9000244140625, "invlev_up": 962.0, "invlev_dn": 979.4000244140625, "manhole_up": "manhole_1637_generated", "manhole_dn": "manhole_1638_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388351.33823574683629, 5855446.634319253265858 ], [ 1388301.961881892289966, 5855453.847477887757123 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1050", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 981.9000244140625, "elevtn_dn": 981.9000244140625, "invlev_up": 979.4000244140625, "invlev_dn": 979.4000244140625, "manhole_up": "manhole_1638_generated", "manhole_dn": "manhole_1639_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388301.961881892289966, 5855453.847477887757123 ], [ 1388252.297577269142494, 5855451.260453455150127 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1051", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 981.9000244140625, "elevtn_dn": 973.70001220703125, "invlev_up": 979.4000244140625, "invlev_dn": 971.20001220703125, "manhole_up": "manhole_1639_generated", "manhole_dn": "manhole_1640_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388252.297577269142494, 5855451.260453455150127 ], [ 1388202.479659734526649, 5855455.508814659900963 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1052", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 973.70001220703125, "elevtn_dn": 961.70001220703125, "invlev_up": 971.20001220703125, "invlev_dn": 959.20001220703125, "manhole_up": "manhole_1640_generated", "manhole_dn": "manhole_1641_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388202.479659734526649, 5855455.508814659900963 ], [ 1388152.683455461403355, 5855460.015516467392445 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1053", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 961.70001220703125, "elevtn_dn": 961.70001220703125, "invlev_up": 959.20001220703125, "invlev_dn": 959.20001220703125, "manhole_up": "manhole_1641_generated", "manhole_dn": "manhole_1642_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388152.683455461403355, 5855460.015516467392445 ], [ 1388104.622611842118204, 5855473.253733876161277 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1054", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 961.70001220703125, "elevtn_dn": 945.79998779296875, "invlev_up": 959.20001220703125, "invlev_dn": 943.29998779296875, "manhole_up": "manhole_1642_generated", "manhole_dn": "manhole_1643_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388104.622611842118204, 5855473.253733876161277 ], [ 1388057.00563437351957, 5855488.445189393125474 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1055", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 945.79998779296875, "elevtn_dn": 945.79998779296875, "invlev_up": 943.29998779296875, "invlev_dn": 943.29998779296875, "manhole_up": "manhole_1643_generated", "manhole_dn": "manhole_1644_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388057.00563437351957, 5855488.445189393125474 ], [ 1388011.292356542311609, 5855508.700276436284184 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1056", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 945.79998779296875, "elevtn_dn": 945.79998779296875, "invlev_up": 943.29998779296875, "invlev_dn": 943.29998779296875, "manhole_up": "manhole_1644_generated", "manhole_dn": "manhole_1645_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388011.292356542311609, 5855508.700276436284184 ], [ 1387969.221702651120722, 5855535.246164590120316 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1057", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 945.79998779296875, "elevtn_dn": 930.79998779296875, "invlev_up": 943.29998779296875, "invlev_dn": 928.29998779296875, "manhole_up": "manhole_1645_generated", "manhole_dn": "manhole_1646_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.221702651120722, 5855535.246164590120316 ], [ 1387935.863196024205536, 5855572.491061648353934 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1058", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 930.79998779296875, "elevtn_dn": 957.10003662109375, "invlev_up": 928.29998779296875, "invlev_dn": 954.60003662109375, "manhole_up": "manhole_1646_generated", "manhole_dn": "manhole_1647_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387935.863196024205536, 5855572.491061648353934 ], [ 1387904.610231971368194, 5855611.432584651745856 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1059", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 957.10003662109375, "elevtn_dn": 947.4000244140625, "invlev_up": 954.60003662109375, "invlev_dn": 944.9000244140625, "manhole_up": "manhole_1647_generated", "manhole_dn": "manhole_1648_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387904.610231971368194, 5855611.432584651745856 ], [ 1387869.335365027422085, 5855646.852918352000415 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1060", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 947.4000244140625, "elevtn_dn": 947.4000244140625, "invlev_up": 944.9000244140625, "invlev_dn": 944.9000244140625, "manhole_up": "manhole_1648_generated", "manhole_dn": "manhole_1649_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387869.335365027422085, 5855646.852918352000415 ], [ 1387831.783288773847744, 5855679.735664095729589 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1061", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 947.4000244140625, "elevtn_dn": 947.4000244140625, "invlev_up": 944.9000244140625, "invlev_dn": 944.9000244140625, "manhole_up": "manhole_1649_generated", "manhole_dn": "manhole_1650_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387831.783288773847744, 5855679.735664095729589 ], [ 1387791.509416193468496, 5855708.923279576934874 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1062", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 947.4000244140625, "elevtn_dn": 933.29998779296875, "invlev_up": 944.9000244140625, "invlev_dn": 930.79998779296875, "manhole_up": "manhole_1650_generated", "manhole_dn": "manhole_1651_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387791.509416193468496, 5855708.923279576934874 ], [ 1387742.459816947113723, 5855717.213657722808421 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1063", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 933.29998779296875, "elevtn_dn": 933.29998779296875, "invlev_up": 930.79998779296875, "invlev_dn": 930.79998779296875, "manhole_up": "manhole_1651_generated", "manhole_dn": "manhole_1652_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387742.459816947113723, 5855717.213657722808421 ], [ 1387692.500367184402421, 5855718.495403698645532 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1064", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 933.29998779296875, "elevtn_dn": 911.10003662109375, "invlev_up": 930.79998779296875, "invlev_dn": 908.60003662109375, "manhole_up": "manhole_1652_generated", "manhole_dn": "manhole_1653_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387692.500367184402421, 5855718.495403698645532 ], [ 1387642.500798417022452, 5855718.61967874225229 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1065", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 911.10003662109375, "elevtn_dn": 887.70001220703125, "invlev_up": 908.60003662109375, "invlev_dn": 885.20001220703125, "manhole_up": "manhole_1653_generated", "manhole_dn": "manhole_1654_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387642.500798417022452, 5855718.61967874225229 ], [ 1387592.501229649642482, 5855718.743953784927726 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1066", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 887.70001220703125, "elevtn_dn": 887.70001220703125, "invlev_up": 885.20001220703125, "invlev_dn": 885.20001220703125, "manhole_up": "manhole_1654_generated", "manhole_dn": "manhole_1655_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387592.501229649642482, 5855718.743953784927726 ], [ 1387542.501660882262513, 5855718.868228827603161 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1067", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 887.70001220703125, "elevtn_dn": 902.9000244140625, "invlev_up": 885.20001220703125, "invlev_dn": 900.4000244140625, "manhole_up": "manhole_1655_generated", "manhole_dn": "manhole_1656_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387542.501660882262513, 5855718.868228827603161 ], [ 1387492.651409652316943, 5855720.815255363471806 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1068", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 902.9000244140625, "elevtn_dn": 902.9000244140625, "invlev_up": 900.4000244140625, "invlev_dn": 900.4000244140625, "manhole_up": "manhole_1656_generated", "manhole_dn": "manhole_1657_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387492.651409652316943, 5855720.815255363471806 ], [ 1387448.867236748570576, 5855742.752516686916351 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1069", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 902.9000244140625, "elevtn_dn": 886.20001220703125, "invlev_up": 900.4000244140625, "invlev_dn": 883.70001220703125, "manhole_up": "manhole_1657_generated", "manhole_dn": "manhole_1658_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387448.867236748570576, 5855742.752516686916351 ], [ 1387402.432745414320379, 5855761.091833713464439 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1070", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 886.20001220703125, "elevtn_dn": 886.20001220703125, "invlev_up": 883.70001220703125, "invlev_dn": 883.70001220703125, "manhole_up": "manhole_1658_generated", "manhole_dn": "manhole_1659_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387402.432745414320379, 5855761.091833713464439 ], [ 1387355.687973388005048, 5855778.837216476909816 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1071", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 886.20001220703125, "elevtn_dn": 879.4000244140625, "invlev_up": 883.70001220703125, "invlev_dn": 876.9000244140625, "manhole_up": "manhole_1659_generated", "manhole_dn": "manhole_1660_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387355.687973388005048, 5855778.837216476909816 ], [ 1387308.943201361689717, 5855796.582599240355194 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1072", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 879.4000244140625, "elevtn_dn": 879.4000244140625, "invlev_up": 876.9000244140625, "invlev_dn": 876.9000244140625, "manhole_up": "manhole_1660_generated", "manhole_dn": "manhole_1661_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387308.943201361689717, 5855796.582599240355194 ], [ 1387262.861613623332232, 5855815.656713440082967 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1073", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 879.4000244140625, "elevtn_dn": 873.29998779296875, "invlev_up": 876.9000244140625, "invlev_dn": 870.79998779296875, "manhole_up": "manhole_1661_generated", "manhole_dn": "manhole_1662_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387262.861613623332232, 5855815.656713440082967 ], [ 1387224.059019178850576, 5855846.996291697025299 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1074", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 873.29998779296875, "elevtn_dn": 938.9000244140625, "invlev_up": 870.79998779296875, "invlev_dn": 936.4000244140625, "manhole_up": "manhole_1662_generated", "manhole_dn": "manhole_1663_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387224.059019178850576, 5855846.996291697025299 ], [ 1387180.719124856637791, 5855870.194651792757213 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1075", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 938.9000244140625, "elevtn_dn": 932.79998779296875, "invlev_up": 936.4000244140625, "invlev_dn": 930.29998779296875, "manhole_up": "manhole_1663_generated", "manhole_dn": "manhole_1664_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387180.719124856637791, 5855870.194651792757213 ], [ 1387131.003996425773948, 5855874.064550469629467 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1076", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 932.79998779296875, "elevtn_dn": 932.79998779296875, "invlev_up": 930.29998779296875, "invlev_dn": 930.29998779296875, "manhole_up": "manhole_1664_generated", "manhole_dn": "manhole_1665_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387131.003996425773948, 5855874.064550469629467 ], [ 1387081.098878284916282, 5855871.158613862469792 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1077", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 932.79998779296875, "elevtn_dn": 916.79998779296875, "invlev_up": 930.29998779296875, "invlev_dn": 914.29998779296875, "manhole_up": "manhole_1665_generated", "manhole_dn": "manhole_1666_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387081.098878284916282, 5855871.158613862469792 ], [ 1387031.198060098802671, 5855868.015261265449226 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1078", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 916.79998779296875, "elevtn_dn": 916.79998779296875, "invlev_up": 914.29998779296875, "invlev_dn": 914.29998779296875, "manhole_up": "manhole_1666_generated", "manhole_dn": "manhole_1667_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387031.198060098802671, 5855868.015261265449226 ], [ 1386981.297241912456229, 5855864.871908667497337 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1079", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 916.79998779296875, "elevtn_dn": 891.79998779296875, "invlev_up": 914.29998779296875, "invlev_dn": 889.29998779296875, "manhole_up": "manhole_1667_generated", "manhole_dn": "manhole_1668_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386981.297241912456229, 5855864.871908667497337 ], [ 1386931.47147326474078, 5855860.718019699677825 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1080", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 891.79998779296875, "elevtn_dn": 891.79998779296875, "invlev_up": 889.29998779296875, "invlev_dn": 889.29998779296875, "manhole_up": "manhole_1668_generated", "manhole_dn": "manhole_1669_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386931.47147326474078, 5855860.718019699677825 ], [ 1386881.600663758814335, 5855857.577047945931554 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1081", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 891.79998779296875, "elevtn_dn": 857.10003662109375, "invlev_up": 889.29998779296875, "invlev_dn": 854.60003662109375, "manhole_up": "manhole_1669_generated", "manhole_dn": "manhole_1670_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386881.600663758814335, 5855857.577047945931554 ], [ 1386832.545593914575875, 5855864.100992278195918 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1082", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 857.10003662109375, "elevtn_dn": 857.10003662109375, "invlev_up": 854.60003662109375, "invlev_dn": 854.60003662109375, "manhole_up": "manhole_1670_generated", "manhole_dn": "manhole_1671_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386832.545593914575875, 5855864.100992278195918 ], [ 1386787.06764860637486, 5855884.403254445642233 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1083", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 857.10003662109375, "elevtn_dn": 821.29998779296875, "invlev_up": 854.60003662109375, "invlev_dn": 818.79998779296875, "manhole_up": "manhole_1671_generated", "manhole_dn": "manhole_1672_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386787.06764860637486, 5855884.403254445642233 ], [ 1386748.278358669718727, 5855915.544586268253624 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1084", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 821.29998779296875, "elevtn_dn": 821.29998779296875, "invlev_up": 818.79998779296875, "invlev_dn": 818.79998779296875, "manhole_up": "manhole_1672_generated", "manhole_dn": "manhole_1673_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386748.278358669718727, 5855915.544586268253624 ], [ 1386721.155419877264649, 5855957.124278785660863 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1085", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 821.29998779296875, "elevtn_dn": 866.0, "invlev_up": 818.79998779296875, "invlev_dn": 863.5, "manhole_up": "manhole_1673_generated", "manhole_dn": "manhole_1674_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386721.155419877264649, 5855957.124278785660863 ], [ 1386707.750365849817172, 5856004.850832763127983 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1086", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 866.0, "elevtn_dn": 866.0, "invlev_up": 863.5, "invlev_dn": 863.5, "manhole_up": "manhole_1674_generated", "manhole_dn": "manhole_1675_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386707.750365849817172, 5856004.850832763127983 ], [ 1386699.832475832896307, 5856054.133603978902102 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1087", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 866.0, "elevtn_dn": 866.0, "invlev_up": 863.5, "invlev_dn": 863.5, "manhole_up": "manhole_1675_generated", "manhole_dn": "manhole_1676_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386699.832475832896307, 5856054.133603978902102 ], [ 1386697.095561265014112, 5856103.986880083568394 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1088", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 866.0, "elevtn_dn": 884.79998779296875, "invlev_up": 863.5, "invlev_dn": 882.29998779296875, "manhole_up": "manhole_1676_generated", "manhole_dn": "manhole_1677_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386697.095561265014112, 5856103.986880083568394 ], [ 1386699.401158998254687, 5856153.933416903018951 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1089", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 884.79998779296875, "elevtn_dn": 884.79998779296875, "invlev_up": 882.29998779296875, "invlev_dn": 882.29998779296875, "manhole_up": "manhole_1677_generated", "manhole_dn": "manhole_1678_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386699.401158998254687, 5856153.933416903018951 ], [ 1386715.699191288091242, 5856201.197657831013203 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1090", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 884.79998779296875, "elevtn_dn": 884.79998779296875, "invlev_up": 882.29998779296875, "invlev_dn": 882.29998779296875, "manhole_up": "manhole_1678_generated", "manhole_dn": "manhole_1679_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386715.699191288091242, 5856201.197657831013203 ], [ 1386741.121203816728666, 5856244.100116757676005 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1091", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 884.79998779296875, "elevtn_dn": 915.9000244140625, "invlev_up": 882.29998779296875, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_1679_generated", "manhole_dn": "manhole_1680_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386741.121203816728666, 5856244.100116757676005 ], [ 1386774.051378605188802, 5856281.577651324681938 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1092", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_1680_generated", "manhole_dn": "manhole_1681_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386774.051378605188802, 5856281.577651324681938 ], [ 1386811.583791718119755, 5856314.587093180976808 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1093", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_1681_generated", "manhole_dn": "manhole_1682_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386811.583791718119755, 5856314.587093180976808 ], [ 1386839.378956499742344, 5856356.087350118905306 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1094", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 909.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 907.4000244140625, "manhole_up": "manhole_1682_generated", "manhole_dn": "manhole_1683_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386839.378956499742344, 5856356.087350118905306 ], [ 1386855.653891535941511, 5856403.364181768149137 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1095", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 909.9000244140625, "elevtn_dn": 909.9000244140625, "invlev_up": 907.4000244140625, "invlev_dn": 907.4000244140625, "manhole_up": "manhole_1683_generated", "manhole_dn": "manhole_1684_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386855.653891535941511, 5856403.364181768149137 ], [ 1386875.714553950354457, 5856449.116945925168693 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1096", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 909.9000244140625, "elevtn_dn": 909.9000244140625, "invlev_up": 907.4000244140625, "invlev_dn": 907.4000244140625, "manhole_up": "manhole_1684_generated", "manhole_dn": "manhole_1685_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386875.714553950354457, 5856449.116945925168693 ], [ 1386912.179653002182022, 5856482.939191372133791 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1097", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 909.9000244140625, "elevtn_dn": 909.9000244140625, "invlev_up": 907.4000244140625, "invlev_dn": 907.4000244140625, "manhole_up": "manhole_1685_generated", "manhole_dn": "manhole_1686_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386912.179653002182022, 5856482.939191372133791 ], [ 1386944.191176384687424, 5856520.270725904032588 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1098", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 909.9000244140625, "elevtn_dn": 911.79998779296875, "invlev_up": 907.4000244140625, "invlev_dn": 909.29998779296875, "manhole_up": "manhole_1686_generated", "manhole_dn": "manhole_1687_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386944.191176384687424, 5856520.270725904032588 ], [ 1386964.188513180473819, 5856566.025075756013393 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1099", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 911.79998779296875, "elevtn_dn": 911.79998779296875, "invlev_up": 909.29998779296875, "invlev_dn": 909.29998779296875, "manhole_up": "manhole_1687_generated", "manhole_dn": "manhole_1688_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386964.188513180473819, 5856566.025075756013393 ], [ 1386998.825215350603685, 5856599.261941562406719 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1100", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 911.79998779296875, "elevtn_dn": 932.0, "invlev_up": 909.29998779296875, "invlev_dn": 929.5, "manhole_up": "manhole_1688_generated", "manhole_dn": "manhole_1689_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386998.825215350603685, 5856599.261941562406719 ], [ 1387044.828526843106374, 5856618.849377661012113 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1101", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 932.0, "elevtn_dn": 932.0, "invlev_up": 929.5, "invlev_dn": 929.5, "manhole_up": "manhole_1689_generated", "manhole_dn": "manhole_1690_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387044.828526843106374, 5856618.849377661012113 ], [ 1387090.831838335609064, 5856638.43681376054883 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1102", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 932.0, "elevtn_dn": 949.9000244140625, "invlev_up": 929.5, "invlev_dn": 947.4000244140625, "manhole_up": "manhole_1690_generated", "manhole_dn": "manhole_1691_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387090.831838335609064, 5856638.43681376054883 ], [ 1387136.835149827878922, 5856658.024249859154224 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1103", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 949.9000244140625, "elevtn_dn": 924.4000244140625, "invlev_up": 947.4000244140625, "invlev_dn": 921.9000244140625, "manhole_up": "manhole_1691_generated", "manhole_dn": "manhole_1692_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387136.835149827878922, 5856658.024249859154224 ], [ 1387178.671980312326923, 5856685.128790453076363 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1104", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 924.4000244140625, "elevtn_dn": 924.4000244140625, "invlev_up": 921.9000244140625, "invlev_dn": 921.9000244140625, "manhole_up": "manhole_1692_generated", "manhole_dn": "manhole_1693_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387178.671980312326923, 5856685.128790453076363 ], [ 1387217.700535611249506, 5856716.320352808572352 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1105", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 924.4000244140625, "elevtn_dn": 940.0, "invlev_up": 921.9000244140625, "invlev_dn": 937.5, "manhole_up": "manhole_1693_generated", "manhole_dn": "manhole_1694_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387217.700535611249506, 5856716.320352808572352 ], [ 1387252.016686553368345, 5856752.649443434551358 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1106", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 940.0, "elevtn_dn": 940.0, "invlev_up": 937.5, "invlev_dn": 937.5, "manhole_up": "manhole_1694_generated", "manhole_dn": "manhole_1695_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387252.016686553368345, 5856752.649443434551358 ], [ 1387284.798919493798167, 5856790.190159549936652 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1107", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 940.0, "elevtn_dn": 894.29998779296875, "invlev_up": 937.5, "invlev_dn": 891.79998779296875, "manhole_up": "manhole_1695_generated", "manhole_dn": "manhole_1696_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387284.798919493798167, 5856790.190159549936652 ], [ 1387273.050185391213745, 5856831.931571422144771 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1108", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 894.29998779296875, "elevtn_dn": 891.5, "invlev_up": 891.79998779296875, "invlev_dn": 889.0, "manhole_up": "manhole_1696_generated", "manhole_dn": "manhole_1697_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387273.050185391213745, 5856831.931571422144771 ], [ 1387226.106990416301414, 5856849.145192969590425 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1109", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 891.5, "elevtn_dn": 891.5, "invlev_up": 889.0, "invlev_dn": 889.0, "manhole_up": "manhole_1697_generated", "manhole_dn": "manhole_1698_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387226.106990416301414, 5856849.145192969590425 ], [ 1387179.163795441389084, 5856866.358814516104758 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1110", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 891.5, "elevtn_dn": 881.0, "invlev_up": 889.0, "invlev_dn": 878.5, "manhole_up": "manhole_1698_generated", "manhole_dn": "manhole_1699_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387179.163795441389084, 5856866.358814516104758 ], [ 1387132.220600466709584, 5856883.572436063550413 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1111", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 881.0, "elevtn_dn": 881.0, "invlev_up": 878.5, "invlev_dn": 878.5, "manhole_up": "manhole_1699_generated", "manhole_dn": "manhole_1700_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387132.220600466709584, 5856883.572436063550413 ], [ 1387091.513159692520276, 5856911.129930667579174 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1112", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 881.0, "elevtn_dn": 881.0, "invlev_up": 878.5, "invlev_dn": 878.5, "manhole_up": "manhole_1700_generated", "manhole_dn": "manhole_1701_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387091.513159692520276, 5856911.129930667579174 ], [ 1387071.007118243258446, 5856956.15559543017298 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1113", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 881.0, "elevtn_dn": 881.0, "invlev_up": 878.5, "invlev_dn": 878.5, "manhole_up": "manhole_1701_generated", "manhole_dn": "manhole_1702_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387071.007118243258446, 5856956.15559543017298 ], [ 1387043.749112035380676, 5856996.689189162105322 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1114", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 881.0, "elevtn_dn": 856.5, "invlev_up": 878.5, "invlev_dn": 854.0, "manhole_up": "manhole_1702_generated", "manhole_dn": "manhole_1703_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387043.749112035380676, 5856996.689189162105322 ], [ 1387004.639443967491388, 5857027.840532388538122 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1115", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 856.5, "elevtn_dn": 856.5, "invlev_up": 854.0, "invlev_dn": 854.0, "manhole_up": "manhole_1703_generated", "manhole_dn": "manhole_1704_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387004.639443967491388, 5857027.840532388538122 ], [ 1386965.529775899834931, 5857058.991875615902245 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1116", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 856.5, "elevtn_dn": 856.5, "invlev_up": 854.0, "invlev_dn": 854.0, "manhole_up": "manhole_1704_generated", "manhole_dn": "manhole_1705_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386965.529775899834931, 5857058.991875615902245 ], [ 1386926.702535050921142, 5857090.440239730291069 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1117", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 856.5, "elevtn_dn": 856.5, "invlev_up": 854.0, "invlev_dn": 854.0, "manhole_up": "manhole_1705_generated", "manhole_dn": "manhole_1706_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386926.702535050921142, 5857090.440239730291069 ], [ 1386899.700979894958436, 5857131.871505072340369 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1118", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 856.5, "elevtn_dn": 856.5, "invlev_up": 854.0, "invlev_dn": 854.0, "manhole_up": "manhole_1706_generated", "manhole_dn": "manhole_1707_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386899.700979894958436, 5857131.871505072340369 ], [ 1386903.6263940166682, 5857181.005935152061284 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1119", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 856.5, "elevtn_dn": 867.29998779296875, "invlev_up": 854.0, "invlev_dn": 864.79998779296875, "manhole_up": "manhole_1707_generated", "manhole_dn": "manhole_1708_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386903.6263940166682, 5857181.005935152061284 ], [ 1386920.841401966754347, 5857227.85734468139708 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1120", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 867.29998779296875, "elevtn_dn": 867.29998779296875, "invlev_up": 864.79998779296875, "invlev_dn": 864.79998779296875, "manhole_up": "manhole_1708_generated", "manhole_dn": "manhole_1709_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386920.841401966754347, 5857227.85734468139708 ], [ 1386940.647245415020734, 5857273.767048302106559 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1121", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 867.29998779296875, "elevtn_dn": 879.0, "invlev_up": 864.79998779296875, "invlev_dn": 876.5, "manhole_up": "manhole_1709_generated", "manhole_dn": "manhole_1710_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386940.647245415020734, 5857273.767048302106559 ], [ 1386960.453088863519952, 5857319.676751921884716 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1122", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 879.0, "elevtn_dn": 884.5, "invlev_up": 876.5, "invlev_dn": 882.0, "manhole_up": "manhole_1710_generated", "manhole_dn": "manhole_1711_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386960.453088863519952, 5857319.676751921884716 ], [ 1386980.258932311786339, 5857365.586455542594194 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1123", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 884.5, "elevtn_dn": 884.5, "invlev_up": 882.0, "invlev_dn": 882.0, "manhole_up": "manhole_1711_generated", "manhole_dn": "manhole_1712_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386980.258932311786339, 5857365.586455542594194 ], [ 1387000.064775760285556, 5857411.496159162372351 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1124", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 884.5, "elevtn_dn": 884.5, "invlev_up": 882.0, "invlev_dn": 882.0, "manhole_up": "manhole_1712_generated", "manhole_dn": "manhole_1713_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387000.064775760285556, 5857411.496159162372351 ], [ 1387007.528902114601806, 5857459.537025099620223 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1125", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 884.5, "elevtn_dn": 893.20001220703125, "invlev_up": 882.0, "invlev_dn": 890.70001220703125, "manhole_up": "manhole_1713_generated", "manhole_dn": "manhole_1714_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387007.528902114601806, 5857459.537025099620223 ], [ 1386963.21676475298591, 5857476.629049208015203 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1126", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 893.20001220703125, "elevtn_dn": 893.70001220703125, "invlev_up": 890.70001220703125, "invlev_dn": 891.20001220703125, "manhole_up": "manhole_1714_generated", "manhole_dn": "manhole_1715_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386963.21676475298591, 5857476.629049208015203 ], [ 1386913.783934087026864, 5857484.135433598421514 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1127", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 893.70001220703125, "elevtn_dn": 893.70001220703125, "invlev_up": 891.20001220703125, "invlev_dn": 891.20001220703125, "manhole_up": "manhole_1715_generated", "manhole_dn": "manhole_1716_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386913.783934087026864, 5857484.135433598421514 ], [ 1386870.539328352315351, 5857507.055611960589886 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1128", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 893.70001220703125, "elevtn_dn": 889.70001220703125, "invlev_up": 891.20001220703125, "invlev_dn": 887.20001220703125, "manhole_up": "manhole_1716_generated", "manhole_dn": "manhole_1717_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386870.539328352315351, 5857507.055611960589886 ], [ 1386832.820274166297168, 5857539.877026806585491 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1129", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 889.70001220703125, "elevtn_dn": 889.70001220703125, "invlev_up": 887.20001220703125, "invlev_dn": 887.20001220703125, "manhole_up": "manhole_1717_generated", "manhole_dn": "manhole_1718_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386832.820274166297168, 5857539.877026806585491 ], [ 1386795.101531907683238, 5857572.698800123296678 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1130", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 889.70001220703125, "elevtn_dn": 872.4000244140625, "invlev_up": 887.20001220703125, "invlev_dn": 869.9000244140625, "manhole_up": "manhole_1718_generated", "manhole_dn": "manhole_1719_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386795.101531907683238, 5857572.698800123296678 ], [ 1386758.257366374600679, 5857606.496797049418092 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1131", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 872.4000244140625, "elevtn_dn": 872.4000244140625, "invlev_up": 869.9000244140625, "invlev_dn": 869.9000244140625, "manhole_up": "manhole_1719_generated", "manhole_dn": "manhole_1720_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386758.257366374600679, 5857606.496797049418092 ], [ 1386721.502390186069533, 5857640.394349270500243 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1132", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 872.4000244140625, "elevtn_dn": 872.4000244140625, "invlev_up": 869.9000244140625, "invlev_dn": 869.9000244140625, "manhole_up": "manhole_1720_generated", "manhole_dn": "manhole_1721_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386721.502390186069533, 5857640.394349270500243 ], [ 1386691.639095245627686, 5857680.292891399934888 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1133", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 872.4000244140625, "elevtn_dn": 860.70001220703125, "invlev_up": 869.9000244140625, "invlev_dn": 858.20001220703125, "manhole_up": "manhole_1721_generated", "manhole_dn": "manhole_1722_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386691.639095245627686, 5857680.292891399934888 ], [ 1386663.127201205352321, 5857721.366519738920033 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1134", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 860.70001220703125, "elevtn_dn": 864.10003662109375, "invlev_up": 858.20001220703125, "invlev_dn": 861.60003662109375, "manhole_up": "manhole_1722_generated", "manhole_dn": "manhole_1723_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386663.127201205352321, 5857721.366519738920033 ], [ 1386634.70784462057054, 5857762.504245642572641 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1135", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 864.10003662109375, "elevtn_dn": 864.10003662109375, "invlev_up": 861.60003662109375, "invlev_dn": 861.60003662109375, "manhole_up": "manhole_1723_generated", "manhole_dn": "manhole_1724_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386634.70784462057054, 5857762.504245642572641 ], [ 1386606.28848803602159, 5857803.64197154622525 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1136", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 864.10003662109375, "elevtn_dn": 864.10003662109375, "invlev_up": 861.60003662109375, "invlev_dn": 861.60003662109375, "manhole_up": "manhole_1724_generated", "manhole_dn": "manhole_1725_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386606.28848803602159, 5857803.64197154622525 ], [ 1386577.851668093586341, 5857844.766917760483921 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1137", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 864.10003662109375, "elevtn_dn": 836.10003662109375, "invlev_up": 861.60003662109375, "invlev_dn": 833.60003662109375, "manhole_up": "manhole_1725_generated", "manhole_dn": "manhole_1726_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386577.851668093586341, 5857844.766917760483921 ], [ 1386559.479123871540651, 5857890.340473555959761 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1138", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 836.10003662109375, "elevtn_dn": 836.10003662109375, "invlev_up": 833.60003662109375, "invlev_dn": 833.60003662109375, "manhole_up": "manhole_1726_generated", "manhole_dn": "manhole_1727_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386559.479123871540651, 5857890.340473555959761 ], [ 1386576.858566463226452, 5857935.633445805869997 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1139", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 836.10003662109375, "elevtn_dn": 854.9000244140625, "invlev_up": 833.60003662109375, "invlev_dn": 852.4000244140625, "manhole_up": "manhole_1727_generated", "manhole_dn": "manhole_1728_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386576.858566463226452, 5857935.633445805869997 ], [ 1386619.073707325849682, 5857961.189545376226306 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1140", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 854.9000244140625, "elevtn_dn": 854.9000244140625, "invlev_up": 852.4000244140625, "invlev_dn": 852.4000244140625, "manhole_up": "manhole_1728_generated", "manhole_dn": "manhole_1729_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386619.073707325849682, 5857961.189545376226306 ], [ 1386664.860782509436831, 5857981.27706332411617 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1141", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 854.9000244140625, "elevtn_dn": 871.60003662109375, "invlev_up": 852.4000244140625, "invlev_dn": 869.10003662109375, "manhole_up": "manhole_1729_generated", "manhole_dn": "manhole_1730_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386664.860782509436831, 5857981.27706332411617 ], [ 1386710.721602912992239, 5858001.195835201069713 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1142", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 871.60003662109375, "elevtn_dn": 865.10003662109375, "invlev_up": 869.10003662109375, "invlev_dn": 862.60003662109375, "manhole_up": "manhole_1730_generated", "manhole_dn": "manhole_1731_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386710.721602912992239, 5858001.195835201069713 ], [ 1386756.582423316547647, 5858021.114607078954577 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1143", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 865.10003662109375, "elevtn_dn": 864.70001220703125, "invlev_up": 862.60003662109375, "invlev_dn": 862.20001220703125, "manhole_up": "manhole_1731_generated", "manhole_dn": "manhole_1732_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386756.582423316547647, 5858021.114607078954577 ], [ 1386802.443243720103055, 5858041.033378956839442 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1144", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 864.70001220703125, "elevtn_dn": 864.70001220703125, "invlev_up": 862.20001220703125, "invlev_dn": 862.20001220703125, "manhole_up": "manhole_1732_generated", "manhole_dn": "manhole_1733_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386802.443243720103055, 5858041.033378956839442 ], [ 1386848.304064123658463, 5858060.952150834724307 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1145", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 864.70001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 862.20001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_1733_generated", "manhole_dn": "manhole_1734_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386848.304064123658463, 5858060.952150834724307 ], [ 1386892.843548113014549, 5858083.471454747952521 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1146", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 859.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 856.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_1734_generated", "manhole_dn": "manhole_1735_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386892.843548113014549, 5858083.471454747952521 ], [ 1386931.443847785238177, 5858115.251781782135367 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1147", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 859.20001220703125, "elevtn_dn": 853.60003662109375, "invlev_up": 856.70001220703125, "invlev_dn": 851.10003662109375, "manhole_up": "manhole_1735_generated", "manhole_dn": "manhole_1736_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386931.443847785238177, 5858115.251781782135367 ], [ 1386970.044147457228974, 5858147.032108817249537 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1148", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 853.60003662109375, "elevtn_dn": 853.60003662109375, "invlev_up": 851.10003662109375, "invlev_dn": 851.10003662109375, "manhole_up": "manhole_1736_generated", "manhole_dn": "manhole_1737_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386970.044147457228974, 5858147.032108817249537 ], [ 1387008.644447129452601, 5858178.812435851432383 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1149", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 853.60003662109375, "elevtn_dn": 842.4000244140625, "invlev_up": 851.10003662109375, "invlev_dn": 839.9000244140625, "manhole_up": "manhole_1737_generated", "manhole_dn": "manhole_1738_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387008.644447129452601, 5858178.812435851432383 ], [ 1387047.244746801443398, 5858210.592762886546552 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1150", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 842.4000244140625, "elevtn_dn": 842.4000244140625, "invlev_up": 839.9000244140625, "invlev_dn": 839.9000244140625, "manhole_up": "manhole_1738_generated", "manhole_dn": "manhole_1739_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387047.244746801443398, 5858210.592762886546552 ], [ 1387085.845046473667026, 5858242.373089920729399 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1151", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 842.4000244140625, "elevtn_dn": 842.4000244140625, "invlev_up": 839.9000244140625, "invlev_dn": 839.9000244140625, "manhole_up": "manhole_1739_generated", "manhole_dn": "manhole_1740_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387085.845046473667026, 5858242.373089920729399 ], [ 1387124.445346145657822, 5858274.153416955843568 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1152", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 842.4000244140625, "elevtn_dn": 827.60003662109375, "invlev_up": 839.9000244140625, "invlev_dn": 825.10003662109375, "manhole_up": "manhole_1740_generated", "manhole_dn": "manhole_1741_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387124.445346145657822, 5858274.153416955843568 ], [ 1387163.04564581788145, 5858305.933743990026414 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1153", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 827.60003662109375, "elevtn_dn": 827.60003662109375, "invlev_up": 825.10003662109375, "invlev_dn": 825.10003662109375, "manhole_up": "manhole_1741_generated", "manhole_dn": "manhole_1742_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387163.04564581788145, 5858305.933743990026414 ], [ 1387201.829349192325026, 5858337.489215047098696 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1154", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 827.60003662109375, "elevtn_dn": 837.60003662109375, "invlev_up": 825.10003662109375, "invlev_dn": 835.10003662109375, "manhole_up": "manhole_1742_generated", "manhole_dn": "manhole_1743_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387201.829349192325026, 5858337.489215047098696 ], [ 1387246.200623227981851, 5858359.687651782296598 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1155", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 837.60003662109375, "elevtn_dn": 837.60003662109375, "invlev_up": 835.10003662109375, "invlev_dn": 835.10003662109375, "manhole_up": "manhole_1743_generated", "manhole_dn": "manhole_1744_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387246.200623227981851, 5858359.687651782296598 ], [ 1387293.201938283629715, 5858376.741938757710159 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1156", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 837.60003662109375, "elevtn_dn": 843.79998779296875, "invlev_up": 835.10003662109375, "invlev_dn": 841.29998779296875, "manhole_up": "manhole_1744_generated", "manhole_dn": "manhole_1745_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387293.201938283629715, 5858376.741938757710159 ], [ 1387334.200528149493039, 5858401.732468435540795 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1157", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 843.79998779296875, "elevtn_dn": 822.60003662109375, "invlev_up": 841.29998779296875, "invlev_dn": 820.10003662109375, "manhole_up": "manhole_1745_generated", "manhole_dn": "manhole_1746_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387334.200528149493039, 5858401.732468435540795 ], [ 1387307.843875054037198, 5858437.110805934295058 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1158", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 822.60003662109375, "elevtn_dn": 822.60003662109375, "invlev_up": 820.10003662109375, "invlev_dn": 820.10003662109375, "manhole_up": "manhole_1746_generated", "manhole_dn": "manhole_1747_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387307.843875054037198, 5858437.110805934295058 ], [ 1387260.279569417703897, 5858425.045736069791019 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1159", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 822.60003662109375, "elevtn_dn": 827.60003662109375, "invlev_up": 820.10003662109375, "invlev_dn": 825.10003662109375, "manhole_up": "manhole_1747_generated", "manhole_dn": "manhole_1748_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387260.279569417703897, 5858425.045736069791019 ], [ 1387211.448235018178821, 5858414.300554806366563 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1160", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 827.60003662109375, "elevtn_dn": 827.60003662109375, "invlev_up": 825.10003662109375, "invlev_dn": 825.10003662109375, "manhole_up": "manhole_1748_generated", "manhole_dn": "manhole_1749_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387211.448235018178821, 5858414.300554806366563 ], [ 1387162.612191663123667, 5858403.576134512200952 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1161", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 827.60003662109375, "elevtn_dn": 822.29998779296875, "invlev_up": 825.10003662109375, "invlev_dn": 819.79998779296875, "manhole_up": "manhole_1749_generated", "manhole_dn": "manhole_1750_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387162.612191663123667, 5858403.576134512200952 ], [ 1387113.700150535441935, 5858393.210482948459685 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1162", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 822.29998779296875, "elevtn_dn": 822.29998779296875, "invlev_up": 819.79998779296875, "invlev_dn": 819.79998779296875, "manhole_up": "manhole_1750_generated", "manhole_dn": "manhole_1751_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387113.700150535441935, 5858393.210482948459685 ], [ 1387064.993171223672107, 5858381.975642333738506 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1163", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 822.29998779296875, "elevtn_dn": 827.79998779296875, "invlev_up": 819.79998779296875, "invlev_dn": 825.29998779296875, "manhole_up": "manhole_1751_generated", "manhole_dn": "manhole_1752_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387064.993171223672107, 5858381.975642333738506 ], [ 1387015.796386598376557, 5858376.342007979750633 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1164", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 827.79998779296875, "elevtn_dn": 827.79998779296875, "invlev_up": 825.29998779296875, "invlev_dn": 825.29998779296875, "manhole_up": "manhole_1752_generated", "manhole_dn": "manhole_1753_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387015.796386598376557, 5858376.342007979750633 ], [ 1386966.208506174152717, 5858382.746259398758411 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1165", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 827.79998779296875, "elevtn_dn": 833.9000244140625, "invlev_up": 825.29998779296875, "invlev_dn": 831.4000244140625, "manhole_up": "manhole_1753_generated", "manhole_dn": "manhole_1754_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386966.208506174152717, 5858382.746259398758411 ], [ 1386916.676812386140227, 5858389.559525708667934 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1166", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 833.9000244140625, "elevtn_dn": 833.9000244140625, "invlev_up": 831.4000244140625, "invlev_dn": 831.4000244140625, "manhole_up": "manhole_1754_generated", "manhole_dn": "manhole_1755_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386916.676812386140227, 5858389.559525708667934 ], [ 1386867.198860567295924, 5858396.764010772109032 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1167", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 833.9000244140625, "elevtn_dn": 833.20001220703125, "invlev_up": 831.4000244140625, "invlev_dn": 830.70001220703125, "manhole_up": "manhole_1755_generated", "manhole_dn": "manhole_1756_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386867.198860567295924, 5858396.764010772109032 ], [ 1386820.816385147860274, 5858411.854353901930153 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1168", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 833.20001220703125, "elevtn_dn": 809.60003662109375, "invlev_up": 830.70001220703125, "invlev_dn": 807.10003662109375, "manhole_up": "manhole_1756_generated", "manhole_dn": "manhole_1757_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386820.816385147860274, 5858411.854353901930153 ], [ 1386841.361234750133008, 5858445.514383808709681 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1169", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 809.60003662109375, "elevtn_dn": 809.79998779296875, "invlev_up": 807.10003662109375, "invlev_dn": 807.29998779296875, "manhole_up": "manhole_1757_generated", "manhole_dn": "manhole_1758_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386841.361234750133008, 5858445.514383808709681 ], [ 1386890.796275103231892, 5858452.915634987875819 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1170", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 809.79998779296875, "elevtn_dn": 809.79998779296875, "invlev_up": 807.29998779296875, "invlev_dn": 807.29998779296875, "manhole_up": "manhole_1758_generated", "manhole_dn": "manhole_1759_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386890.796275103231892, 5858452.915634987875819 ], [ 1386940.277140651131049, 5858460.100081093609333 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1171", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 809.79998779296875, "elevtn_dn": 805.4000244140625, "invlev_up": 807.29998779296875, "invlev_dn": 802.9000244140625, "manhole_up": "manhole_1759_generated", "manhole_dn": "manhole_1760_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386940.277140651131049, 5858460.100081093609333 ], [ 1386989.847997799050063, 5858466.483407464809716 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1172", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 805.4000244140625, "elevtn_dn": 805.4000244140625, "invlev_up": 802.9000244140625, "invlev_dn": 802.9000244140625, "manhole_up": "manhole_1760_generated", "manhole_dn": "manhole_1761_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386989.847997799050063, 5858466.483407464809716 ], [ 1387039.689648573985323, 5858470.45608530472964 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1173", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 805.4000244140625, "elevtn_dn": 804.60003662109375, "invlev_up": 802.9000244140625, "invlev_dn": 802.10003662109375, "manhole_up": "manhole_1761_generated", "manhole_dn": "manhole_1762_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387039.689648573985323, 5858470.45608530472964 ], [ 1387088.843806148739532, 5858479.424946941435337 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1174", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 804.60003662109375, "elevtn_dn": 809.9000244140625, "invlev_up": 802.10003662109375, "invlev_dn": 807.4000244140625, "manhole_up": "manhole_1762_generated", "manhole_dn": "manhole_1763_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387088.843806148739532, 5858479.424946941435337 ], [ 1387137.90604472765699, 5858489.061806742101908 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1175", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 809.9000244140625, "elevtn_dn": 809.9000244140625, "invlev_up": 807.4000244140625, "invlev_dn": 807.4000244140625, "manhole_up": "manhole_1763_generated", "manhole_dn": "manhole_1764_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387137.90604472765699, 5858489.061806742101908 ], [ 1387186.336529975291342, 5858500.87968063633889 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1176", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 809.9000244140625, "elevtn_dn": 822.60003662109375, "invlev_up": 807.4000244140625, "invlev_dn": 820.10003662109375, "manhole_up": "manhole_1764_generated", "manhole_dn": "manhole_1765_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387186.336529975291342, 5858500.87968063633889 ], [ 1387231.661050535272807, 5858521.423059928230941 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1177", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 822.60003662109375, "elevtn_dn": 787.70001220703125, "invlev_up": 820.10003662109375, "invlev_dn": 785.20001220703125, "manhole_up": "manhole_1765_generated", "manhole_dn": "manhole_1766_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387231.661050535272807, 5858521.423059928230941 ], [ 1387268.120024613803253, 5858555.03504909388721 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1178", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 787.70001220703125, "elevtn_dn": 787.70001220703125, "invlev_up": 785.20001220703125, "invlev_dn": 785.20001220703125, "manhole_up": "manhole_1766_generated", "manhole_dn": "manhole_1767_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387268.120024613803253, 5858555.03504909388721 ], [ 1387300.917169471969828, 5858592.775208213366568 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1179", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 787.70001220703125, "elevtn_dn": 797.10003662109375, "invlev_up": 785.20001220703125, "invlev_dn": 794.60003662109375, "manhole_up": "manhole_1767_generated", "manhole_dn": "manhole_1768_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387300.917169471969828, 5858592.775208213366568 ], [ 1387340.521646688459441, 5858622.315198052674532 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1180", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 797.10003662109375, "elevtn_dn": 797.10003662109375, "invlev_up": 794.60003662109375, "invlev_dn": 794.60003662109375, "manhole_up": "manhole_1768_generated", "manhole_dn": "manhole_1769_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387340.521646688459441, 5858622.315198052674532 ], [ 1387387.476920192595571, 5858639.495844470337033 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1181", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 797.10003662109375, "elevtn_dn": 806.10003662109375, "invlev_up": 794.60003662109375, "invlev_dn": 803.60003662109375, "manhole_up": "manhole_1769_generated", "manhole_dn": "manhole_1770_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387387.476920192595571, 5858639.495844470337033 ], [ 1387436.116963447071612, 5858650.82861250359565 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1182", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 806.10003662109375, "elevtn_dn": 806.10003662109375, "invlev_up": 803.60003662109375, "invlev_dn": 803.60003662109375, "manhole_up": "manhole_1770_generated", "manhole_dn": "manhole_1771_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387436.116963447071612, 5858650.82861250359565 ], [ 1387485.194103535497561, 5858660.261457678861916 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1183", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 806.10003662109375, "elevtn_dn": 807.70001220703125, "invlev_up": 803.60003662109375, "invlev_dn": 805.20001220703125, "manhole_up": "manhole_1771_generated", "manhole_dn": "manhole_1772_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387485.194103535497561, 5858660.261457678861916 ], [ 1387533.804190448950976, 5858671.493853995576501 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1184", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 807.70001220703125, "elevtn_dn": 772.20001220703125, "invlev_up": 805.20001220703125, "invlev_dn": 769.70001220703125, "manhole_up": "manhole_1772_generated", "manhole_dn": "manhole_1773_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387533.804190448950976, 5858671.493853995576501 ], [ 1387580.2968336828053, 5858689.619015210308135 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1185", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 772.20001220703125, "elevtn_dn": 778.79998779296875, "invlev_up": 769.70001220703125, "invlev_dn": 776.29998779296875, "manhole_up": "manhole_1773_generated", "manhole_dn": "manhole_1774_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387580.2968336828053, 5858689.619015210308135 ], [ 1387628.455277157016098, 5858703.062848121859133 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1186", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 778.79998779296875, "elevtn_dn": 778.79998779296875, "invlev_up": 776.29998779296875, "invlev_dn": 776.29998779296875, "manhole_up": "manhole_1774_generated", "manhole_dn": "manhole_1775_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387628.455277157016098, 5858703.062848121859133 ], [ 1387677.211432087467983, 5858713.7862489502877 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1187", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 778.79998779296875, "elevtn_dn": 786.70001220703125, "invlev_up": 776.29998779296875, "invlev_dn": 784.20001220703125, "manhole_up": "manhole_1775_generated", "manhole_dn": "manhole_1776_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387677.211432087467983, 5858713.7862489502877 ], [ 1387726.995392211945727, 5858712.747126803733408 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1188", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 786.70001220703125, "elevtn_dn": 786.70001220703125, "invlev_up": 784.20001220703125, "invlev_dn": 784.20001220703125, "manhole_up": "manhole_1776_generated", "manhole_dn": "manhole_1777_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387726.995392211945727, 5858712.747126803733408 ], [ 1387773.343349169706926, 5858725.014477553777397 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1189", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 786.70001220703125, "elevtn_dn": 797.70001220703125, "invlev_up": 784.20001220703125, "invlev_dn": 795.20001220703125, "manhole_up": "manhole_1777_generated", "manhole_dn": "manhole_1778_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387773.343349169706926, 5858725.014477553777397 ], [ 1387806.363672176143155, 5858762.310494473204017 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1190", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 797.70001220703125, "elevtn_dn": 797.70001220703125, "invlev_up": 795.20001220703125, "invlev_dn": 795.20001220703125, "manhole_up": "manhole_1778_generated", "manhole_dn": "manhole_1779_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387806.363672176143155, 5858762.310494473204017 ], [ 1387799.717027904232964, 5858810.149600365199149 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1191", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 797.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 795.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_1779_generated", "manhole_dn": "manhole_1780_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387799.717027904232964, 5858810.149600365199149 ], [ 1387771.971139753237367, 5858850.86109375115484 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1192", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_1780_generated", "manhole_dn": "manhole_1781_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387771.971139753237367, 5858850.86109375115484 ], [ 1387723.07675126590766, 5858854.679317841306329 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1193", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_1781_generated", "manhole_dn": "manhole_1782_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387723.07675126590766, 5858854.679317841306329 ], [ 1387673.274138238513842, 5858850.996178055182099 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1194", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_1782_generated", "manhole_dn": "manhole_1783_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387673.274138238513842, 5858850.996178055182099 ], [ 1387624.170362570788711, 5858858.384703231044114 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1195", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_1783_generated", "manhole_dn": "manhole_1784_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387624.170362570788711, 5858858.384703231044114 ], [ 1387575.715393897145987, 5858857.046076283790171 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1196", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_1784_generated", "manhole_dn": "manhole_1785_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387575.715393897145987, 5858857.046076283790171 ], [ 1387529.438332577701658, 5858838.116818149574101 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1197", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_1785_generated", "manhole_dn": "manhole_1786_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387529.438332577701658, 5858838.116818149574101 ], [ 1387481.179235466290265, 5858825.222027675248682 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1198", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 752.70001220703125, "elevtn_dn": 777.20001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 774.70001220703125, "manhole_up": "manhole_1786_generated", "manhole_dn": "manhole_1787_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387481.179235466290265, 5858825.222027675248682 ], [ 1387432.215501294471323, 5858815.797906777821481 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1199", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 777.20001220703125, "elevtn_dn": 772.79998779296875, "invlev_up": 774.70001220703125, "invlev_dn": 770.29998779296875, "manhole_up": "manhole_1787_generated", "manhole_dn": "manhole_1788_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387432.215501294471323, 5858815.797906777821481 ], [ 1387382.431881646160036, 5858811.154251328669488 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1200", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 772.79998779296875, "elevtn_dn": 747.10003662109375, "invlev_up": 770.29998779296875, "invlev_dn": 744.60003662109375, "manhole_up": "manhole_1788_generated", "manhole_dn": "manhole_1789_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387382.431881646160036, 5858811.154251328669488 ], [ 1387336.607072548242286, 5858824.075685098767281 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1201", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 747.10003662109375, "elevtn_dn": 747.10003662109375, "invlev_up": 744.60003662109375, "invlev_dn": 744.60003662109375, "manhole_up": "manhole_1789_generated", "manhole_dn": "manhole_1790_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387336.607072548242286, 5858824.075685098767281 ], [ 1387327.458137275883928, 5858870.88596049696207 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1202", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 747.10003662109375, "elevtn_dn": 747.10003662109375, "invlev_up": 744.60003662109375, "invlev_dn": 744.60003662109375, "manhole_up": "manhole_1790_generated", "manhole_dn": "manhole_1791_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387327.458137275883928, 5858870.88596049696207 ], [ 1387344.619252334116027, 5858917.848375800997019 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1203", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 747.10003662109375, "elevtn_dn": 773.70001220703125, "invlev_up": 744.60003662109375, "invlev_dn": 771.20001220703125, "manhole_up": "manhole_1791_generated", "manhole_dn": "manhole_1792_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387344.619252334116027, 5858917.848375800997019 ], [ 1387358.089983508689329, 5858965.710649829357862 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1204", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 773.70001220703125, "elevtn_dn": 773.70001220703125, "invlev_up": 771.20001220703125, "invlev_dn": 771.20001220703125, "manhole_up": "manhole_1792_generated", "manhole_dn": "manhole_1793_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387358.089983508689329, 5858965.710649829357862 ], [ 1387329.564612702699378, 5859003.583583393134177 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1205", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 773.70001220703125, "elevtn_dn": 774.29998779296875, "invlev_up": 771.20001220703125, "invlev_dn": 771.79998779296875, "manhole_up": "manhole_1793_generated", "manhole_dn": "manhole_1794_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387329.564612702699378, 5859003.583583393134177 ], [ 1387285.783744251355529, 5858993.703191691078246 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1206", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 774.29998779296875, "elevtn_dn": 774.29998779296875, "invlev_up": 771.79998779296875, "invlev_dn": 771.79998779296875, "manhole_up": "manhole_1794_generated", "manhole_dn": "manhole_1795_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387285.783744251355529, 5858993.703191691078246 ], [ 1387248.355973182013258, 5858961.31797497626394 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1207", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 774.29998779296875, "elevtn_dn": 769.4000244140625, "invlev_up": 771.79998779296875, "invlev_dn": 766.9000244140625, "manhole_up": "manhole_1795_generated", "manhole_dn": "manhole_1796_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387248.355973182013258, 5858961.31797497626394 ], [ 1387199.500433639157563, 5858963.645901591517031 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1208", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 769.4000244140625, "elevtn_dn": 769.4000244140625, "invlev_up": 766.9000244140625, "invlev_dn": 766.9000244140625, "manhole_up": "manhole_1796_generated", "manhole_dn": "manhole_1797_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387199.500433639157563, 5858963.645901591517031 ], [ 1387151.482699199579656, 5858977.583961015567183 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1209", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 769.4000244140625, "elevtn_dn": 762.60003662109375, "invlev_up": 766.9000244140625, "invlev_dn": 760.10003662109375, "manhole_up": "manhole_1797_generated", "manhole_dn": "manhole_1798_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387151.482699199579656, 5858977.583961015567183 ], [ 1387103.632611613254994, 5858992.082134889438748 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1210", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 762.60003662109375, "elevtn_dn": 762.60003662109375, "invlev_up": 760.10003662109375, "invlev_dn": 760.10003662109375, "manhole_up": "manhole_1798_generated", "manhole_dn": "manhole_1799_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387103.632611613254994, 5858992.082134889438748 ], [ 1387055.853339510038495, 5859006.816905959509313 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1211", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 762.60003662109375, "elevtn_dn": 755.79998779296875, "invlev_up": 760.10003662109375, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_1799_generated", "manhole_dn": "manhole_1800_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387055.853339510038495, 5859006.816905959509313 ], [ 1387008.074067406589165, 5859021.551677029579878 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1212", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 755.79998779296875, "elevtn_dn": 755.79998779296875, "invlev_up": 753.29998779296875, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_1800_generated", "manhole_dn": "manhole_1801_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387008.074067406589165, 5859021.551677029579878 ], [ 1386960.294795303372666, 5859036.286448099650443 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1213", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 755.79998779296875, "elevtn_dn": 749.5, "invlev_up": 753.29998779296875, "invlev_dn": 747.0, "manhole_up": "manhole_1801_generated", "manhole_dn": "manhole_1802_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386960.294795303372666, 5859036.286448099650443 ], [ 1386912.515523200156167, 5859051.021219169721007 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1214", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 749.5, "elevtn_dn": 749.5, "invlev_up": 747.0, "invlev_dn": 747.0, "manhole_up": "manhole_1802_generated", "manhole_dn": "manhole_1803_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386912.515523200156167, 5859051.021219169721007 ], [ 1386864.736251096706837, 5859065.755990239791572 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1215", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 749.5, "elevtn_dn": 727.10003662109375, "invlev_up": 747.0, "invlev_dn": 724.60003662109375, "manhole_up": "manhole_1803_generated", "manhole_dn": "manhole_1804_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386864.736251096706837, 5859065.755990239791572 ], [ 1386816.956978993490338, 5859080.490761309862137 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1216", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 727.10003662109375, "elevtn_dn": 752.29998779296875, "invlev_up": 724.60003662109375, "invlev_dn": 749.79998779296875, "manhole_up": "manhole_1804_generated", "manhole_dn": "manhole_1805_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386816.956978993490338, 5859080.490761309862137 ], [ 1386769.832018451532349, 5859096.976014334708452 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1217", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 752.29998779296875, "elevtn_dn": 738.0, "invlev_up": 749.79998779296875, "invlev_dn": 735.5, "manhole_up": "manhole_1805_generated", "manhole_dn": "manhole_1806_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386769.832018451532349, 5859096.976014334708452 ], [ 1386724.102282747160643, 5859117.193917133845389 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1218", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 738.0, "elevtn_dn": 738.0, "invlev_up": 735.5, "invlev_dn": 735.5, "manhole_up": "manhole_1806_generated", "manhole_dn": "manhole_1807_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386724.102282747160643, 5859117.193917133845389 ], [ 1386678.372547042788938, 5859137.411819933913648 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1219", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 738.0, "elevtn_dn": 732.79998779296875, "invlev_up": 735.5, "invlev_dn": 730.29998779296875, "manhole_up": "manhole_1807_generated", "manhole_dn": "manhole_1808_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386678.372547042788938, 5859137.411819933913648 ], [ 1386632.642811338417232, 5859157.629722733050585 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1220", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 732.79998779296875, "elevtn_dn": 732.79998779296875, "invlev_up": 730.29998779296875, "invlev_dn": 730.29998779296875, "manhole_up": "manhole_1808_generated", "manhole_dn": "manhole_1809_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386632.642811338417232, 5859157.629722733050585 ], [ 1386586.913075634045526, 5859177.847625533118844 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1221", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 732.79998779296875, "elevtn_dn": 732.60003662109375, "invlev_up": 730.29998779296875, "invlev_dn": 730.10003662109375, "manhole_up": "manhole_1809_generated", "manhole_dn": "manhole_1810_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386586.913075634045526, 5859177.847625533118844 ], [ 1386541.181931287748739, 5859198.062337793409824 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1222", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 732.60003662109375, "elevtn_dn": 732.60003662109375, "invlev_up": 730.10003662109375, "invlev_dn": 730.10003662109375, "manhole_up": "manhole_1810_generated", "manhole_dn": "manhole_1811_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386541.181931287748739, 5859198.062337793409824 ], [ 1386495.431538854492828, 5859218.233453613705933 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1223", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 732.60003662109375, "elevtn_dn": 742.5, "invlev_up": 730.10003662109375, "invlev_dn": 740.0, "manhole_up": "manhole_1811_generated", "manhole_dn": "manhole_1812_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386495.431538854492828, 5859218.233453613705933 ], [ 1386449.681146421469748, 5859238.404569433070719 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1224", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 742.5, "elevtn_dn": 742.5, "invlev_up": 740.0, "invlev_dn": 740.0, "manhole_up": "manhole_1812_generated", "manhole_dn": "manhole_1813_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386449.681146421469748, 5859238.404569433070719 ], [ 1386404.749107032548636, 5859260.314221715554595 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1225", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 742.5, "elevtn_dn": 717.60003662109375, "invlev_up": 740.0, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_1813_generated", "manhole_dn": "manhole_1814_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386404.749107032548636, 5859260.314221715554595 ], [ 1386360.756595908896998, 5859284.020064728334546 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1226", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 717.60003662109375, "elevtn_dn": 717.60003662109375, "invlev_up": 715.10003662109375, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_1814_generated", "manhole_dn": "manhole_1815_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386360.756595908896998, 5859284.020064728334546 ], [ 1386317.622744857333601, 5859309.307279178872705 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1227", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 717.60003662109375, "elevtn_dn": 711.0, "invlev_up": 715.10003662109375, "invlev_dn": 708.5, "manhole_up": "manhole_1815_generated", "manhole_dn": "manhole_1816_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386317.622744857333601, 5859309.307279178872705 ], [ 1386274.488893805770203, 5859334.594493629410863 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1228", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 711.0, "elevtn_dn": 717.60003662109375, "invlev_up": 708.5, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_1816_generated", "manhole_dn": "manhole_1817_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386274.488893805770203, 5859334.594493629410863 ], [ 1386231.354723542230204, 5859359.881163572892547 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1229", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 717.60003662109375, "elevtn_dn": 739.0, "invlev_up": 715.10003662109375, "invlev_dn": 736.5, "manhole_up": "manhole_1817_generated", "manhole_dn": "manhole_1818_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386231.354723542230204, 5859359.881163572892547 ], [ 1386188.788941488368437, 5859385.978958465158939 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1230", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 739.0, "elevtn_dn": 739.0, "invlev_up": 736.5, "invlev_dn": 736.5, "manhole_up": "manhole_1818_generated", "manhole_dn": "manhole_1819_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386188.788941488368437, 5859385.978958465158939 ], [ 1386153.170269979629666, 5859420.751348914578557 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1231", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 739.0, "elevtn_dn": 739.0, "invlev_up": 736.5, "invlev_dn": 736.5, "manhole_up": "manhole_1819_generated", "manhole_dn": "manhole_1820_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386153.170269979629666, 5859420.751348914578557 ], [ 1386127.241226618411019, 5859463.08446778729558 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1232", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 739.0, "elevtn_dn": 770.60003662109375, "invlev_up": 736.5, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_1820_generated", "manhole_dn": "manhole_1821_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386127.241226618411019, 5859463.08446778729558 ], [ 1386108.996456971857697, 5859509.052053713239729 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1233", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 770.60003662109375, "elevtn_dn": 770.60003662109375, "invlev_up": 768.10003662109375, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_1821_generated", "manhole_dn": "manhole_1822_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386108.996456971857697, 5859509.052053713239729 ], [ 1386105.954033384332433, 5859558.959127158857882 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1234", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 770.60003662109375, "elevtn_dn": 770.60003662109375, "invlev_up": 768.10003662109375, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_1822_generated", "manhole_dn": "manhole_1823_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386105.954033384332433, 5859558.959127158857882 ], [ 1386101.917093347059563, 5859608.782215913757682 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1235", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 770.60003662109375, "elevtn_dn": 779.79998779296875, "invlev_up": 768.10003662109375, "invlev_dn": 777.29998779296875, "manhole_up": "manhole_1823_generated", "manhole_dn": "manhole_1824_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386101.917093347059563, 5859608.782215913757682 ], [ 1386088.458339030388743, 5859656.652665913105011 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1236", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 779.79998779296875, "elevtn_dn": 779.79998779296875, "invlev_up": 777.29998779296875, "invlev_dn": 777.29998779296875, "manhole_up": "manhole_1824_generated", "manhole_dn": "manhole_1825_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386088.458339030388743, 5859656.652665913105011 ], [ 1386075.652030121767893, 5859704.419184413738549 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1237", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 779.79998779296875, "elevtn_dn": 779.79998779296875, "invlev_up": 777.29998779296875, "invlev_dn": 777.29998779296875, "manhole_up": "manhole_1825_generated", "manhole_dn": "manhole_1826_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386075.652030121767893, 5859704.419184413738549 ], [ 1386076.574770522769541, 5859754.410392354242504 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1238", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 779.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 777.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_1826_generated", "manhole_dn": "manhole_1827_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386076.574770522769541, 5859754.410392354242504 ], [ 1386077.497510923538357, 5859804.401600294746459 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1239", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_1827_generated", "manhole_dn": "manhole_1828_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386077.497510923538357, 5859804.401600294746459 ], [ 1386078.420251324307173, 5859854.392808235250413 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1829_generated", "manhole_dn": "manhole_1830_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1377952.944564737612382, 5850557.126528763212264 ], [ 1377964.043830474372953, 5850605.678959681652486 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1830_generated", "manhole_dn": "manhole_1831_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1377964.043830474372953, 5850605.678959681652486 ], [ 1377977.740502079250291, 5850653.599230658262968 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1831_generated", "manhole_dn": "manhole_1832_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1377977.740502079250291, 5850653.599230658262968 ], [ 1377991.437173684127629, 5850701.51950163487345 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1832_generated", "manhole_dn": "manhole_1833_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1377991.437173684127629, 5850701.51950163487345 ], [ 1378005.133845289004967, 5850749.439772610552609 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1833_generated", "manhole_dn": "manhole_1834_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378005.133845289004967, 5850749.439772610552609 ], [ 1378016.561755846487358, 5850797.770352989435196 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1834_generated", "manhole_dn": "manhole_1835_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378016.561755846487358, 5850797.770352989435196 ], [ 1378019.263792601646855, 5850847.442325137555599 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1835_generated", "manhole_dn": "manhole_1836_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378019.263792601646855, 5850847.442325137555599 ], [ 1378014.507027470739558, 5850897.054061340168118 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1836_generated", "manhole_dn": "manhole_1837_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378014.507027470739558, 5850897.054061340168118 ], [ 1378009.750262339599431, 5850946.665797541849315 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1837_generated", "manhole_dn": "manhole_1838_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378009.750262339599431, 5850946.665797541849315 ], [ 1378004.993497208459303, 5850996.277533744461834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1838_generated", "manhole_dn": "manhole_1839_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378004.993497208459303, 5850996.277533744461834 ], [ 1378006.147392612416297, 5851045.887729778885841 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1839_generated", "manhole_dn": "manhole_1840_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378006.147392612416297, 5851045.887729778885841 ], [ 1378018.94477281998843, 5851093.794127890840173 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1840_generated", "manhole_dn": "manhole_1841_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378018.94477281998843, 5851093.794127890840173 ], [ 1378034.742186552844942, 5851141.063493264839053 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1841_generated", "manhole_dn": "manhole_1842_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378034.742186552844942, 5851141.063493264839053 ], [ 1378050.539600285934284, 5851188.332858638837934 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1842_generated", "manhole_dn": "manhole_1843_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378050.539600285934284, 5851188.332858638837934 ], [ 1378066.337014018790796, 5851235.602224012836814 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1843_generated", "manhole_dn": "manhole_1844_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378066.337014018790796, 5851235.602224012836814 ], [ 1378082.134427751880139, 5851282.871589386835694 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1844_generated", "manhole_dn": "manhole_1845_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378082.134427751880139, 5851282.871589386835694 ], [ 1378102.440997955854982, 5851328.029494291171432 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1845_generated", "manhole_dn": "manhole_1846_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378102.440997955854982, 5851328.029494291171432 ], [ 1378131.532907850109041, 5851368.423204844817519 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1846_generated", "manhole_dn": "manhole_1847_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378131.532907850109041, 5851368.423204844817519 ], [ 1378163.551308706635609, 5851406.55352362524718 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1847_generated", "manhole_dn": "manhole_1848_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378163.551308706635609, 5851406.55352362524718 ], [ 1378197.397602178622037, 5851443.137394411489367 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1848_generated", "manhole_dn": "manhole_1849_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378197.397602178622037, 5851443.137394411489367 ], [ 1378231.243895650608465, 5851479.721265197731555 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1849_generated", "manhole_dn": "manhole_1850_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378231.243895650608465, 5851479.721265197731555 ], [ 1378272.575153382262215, 5851506.664149354211986 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1850_generated", "manhole_dn": "manhole_1851_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378272.575153382262215, 5851506.664149354211986 ], [ 1378314.552144457120448, 5851533.53185754828155 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1851_generated", "manhole_dn": "manhole_1852_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378314.552144457120448, 5851533.53185754828155 ], [ 1378356.252464510733262, 5851560.772229176945984 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1852_generated", "manhole_dn": "manhole_1853_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378356.252464510733262, 5851560.772229176945984 ], [ 1378395.019378199940547, 5851592.094387252815068 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1853_generated", "manhole_dn": "manhole_1854_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378395.019378199940547, 5851592.094387252815068 ], [ 1378432.373639041557908, 5851625.02035546861589 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1854_generated", "manhole_dn": "manhole_1855_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378432.373639041557908, 5851625.02035546861589 ], [ 1378468.338944068411365, 5851659.523225173354149 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1855_generated", "manhole_dn": "manhole_1856_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378468.338944068411365, 5851659.523225173354149 ], [ 1378504.304185661952943, 5851694.026160999201238 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1856_generated", "manhole_dn": "manhole_1857_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378504.304185661952943, 5851694.026160999201238 ], [ 1378540.26942725549452, 5851728.529096825048327 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1857_generated", "manhole_dn": "manhole_1858_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378540.26942725549452, 5851728.529096825048327 ], [ 1378573.92365134996362, 5851765.108295018784702 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1858_generated", "manhole_dn": "manhole_1859_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378573.92365134996362, 5851765.108295018784702 ], [ 1378602.262062362860888, 5851806.079546609893441 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1859_generated", "manhole_dn": "manhole_1860_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378602.262062362860888, 5851806.079546609893441 ], [ 1378625.31574107054621, 5851850.237307264469564 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1860_generated", "manhole_dn": "manhole_1861_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378625.31574107054621, 5851850.237307264469564 ], [ 1378644.704159873072058, 5851896.150708355940878 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1861_generated", "manhole_dn": "manhole_1862_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378644.704159873072058, 5851896.150708355940878 ], [ 1378660.073576119961217, 5851943.498803240247071 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1862_generated", "manhole_dn": "manhole_1863_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378660.073576119961217, 5851943.498803240247071 ], [ 1378671.304306285688654, 5851992.053614158183336 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1863_generated", "manhole_dn": "manhole_1864_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378671.304306285688654, 5851992.053614158183336 ], [ 1378687.684864958748221, 5852038.796496567316353 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1864_generated", "manhole_dn": "manhole_1865_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378687.684864958748221, 5852038.796496567316353 ], [ 1378719.825081237126142, 5852075.674008725211024 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1865_generated", "manhole_dn": "manhole_1866_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378719.825081237126142, 5852075.674008725211024 ], [ 1378760.263340512290597, 5852104.704576894640923 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1866_generated", "manhole_dn": "manhole_1867_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378760.263340512290597, 5852104.704576894640923 ], [ 1378800.847746820189059, 5852133.562643250450492 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1867_generated", "manhole_dn": "manhole_1868_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378800.847746820189059, 5852133.562643250450492 ], [ 1378835.579300079029053, 5852168.352977212518454 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1868_generated", "manhole_dn": "manhole_1869_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378835.579300079029053, 5852168.352977212518454 ], [ 1378849.89005116885528, 5852215.595464787445962 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1869_generated", "manhole_dn": "manhole_1870_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378849.89005116885528, 5852215.595464787445962 ], [ 1378853.757521151099354, 5852265.247667628340423 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1870_generated", "manhole_dn": "manhole_1871_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378853.757521151099354, 5852265.247667628340423 ], [ 1378853.300221656216308, 5852315.065205958671868 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E42", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1871_generated", "manhole_dn": "manhole_1872_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378853.300221656216308, 5852315.065205958671868 ], [ 1378850.082632156088948, 5852364.763009908609092 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E43", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1872_generated", "manhole_dn": "manhole_1873_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378850.082632156088948, 5852364.763009908609092 ], [ 1378840.191055496688932, 5852413.573033029213548 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E44", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1873_generated", "manhole_dn": "manhole_1874_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378840.191055496688932, 5852413.573033029213548 ], [ 1378830.554298542905599, 5852462.382283815182745 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E45", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1874_generated", "manhole_dn": "manhole_1875_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378830.554298542905599, 5852462.382283815182745 ], [ 1378841.629253160208464, 5852510.233572633005679 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E46", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1875_generated", "manhole_dn": "manhole_1876_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378841.629253160208464, 5852510.233572633005679 ], [ 1378872.321019289083779, 5852548.631788042373955 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1876_generated", "manhole_dn": "manhole_1877_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378872.321019289083779, 5852548.631788042373955 ], [ 1378918.147774381795898, 5852564.875441969372332 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E48", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1877_generated", "manhole_dn": "manhole_1878_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378918.147774381795898, 5852564.875441969372332 ], [ 1378963.562774156918749, 5852546.307623682543635 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E49", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1878_generated", "manhole_dn": "manhole_1879_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378963.562774156918749, 5852546.307623682543635 ], [ 1378994.71530888741836, 5852508.380677872337401 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E50", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1879_generated", "manhole_dn": "manhole_1880_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378994.71530888741836, 5852508.380677872337401 ], [ 1379023.220259942347184, 5852467.718391605652869 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E51", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1880_generated", "manhole_dn": "manhole_1881_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379023.220259942347184, 5852467.718391605652869 ], [ 1379065.818878581281751, 5852442.368790589272976 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E52", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1881_generated", "manhole_dn": "manhole_1882_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379065.818878581281751, 5852442.368790589272976 ], [ 1379113.845729396445677, 5852430.139127274043858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E53", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1882_generated", "manhole_dn": "manhole_1883_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379113.845729396445677, 5852430.139127274043858 ], [ 1379162.858522134367377, 5852421.106879869475961 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E54", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1883_generated", "manhole_dn": "manhole_1884_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379162.858522134367377, 5852421.106879869475961 ], [ 1379211.69163922755979, 5852411.14305236749351 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E55", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1884_generated", "manhole_dn": "manhole_1885_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379211.69163922755979, 5852411.14305236749351 ], [ 1379260.669020747998729, 5852402.403280553407967 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E56", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1885_generated", "manhole_dn": "manhole_1886_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379260.669020747998729, 5852402.403280553407967 ], [ 1379309.984068880323321, 5852407.964699456468225 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E57", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1886_generated", "manhole_dn": "manhole_1887_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379309.984068880323321, 5852407.964699456468225 ], [ 1379358.330232231877744, 5852420.07253463473171 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E58", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1887_generated", "manhole_dn": "manhole_1888_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379358.330232231877744, 5852420.07253463473171 ], [ 1379406.362182840937749, 5852433.329870991408825 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E59", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1888_generated", "manhole_dn": "manhole_1889_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379406.362182840937749, 5852433.329870991408825 ], [ 1379454.145004467805848, 5852447.49860914517194 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E60", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1889_generated", "manhole_dn": "manhole_1890_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379454.145004467805848, 5852447.49860914517194 ], [ 1379501.927826094906777, 5852461.667347298935056 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E61", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1890_generated", "manhole_dn": "manhole_1891_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379501.927826094906777, 5852461.667347298935056 ], [ 1379549.710647721774876, 5852475.836085452698171 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E62", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1891_generated", "manhole_dn": "manhole_1892_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379549.710647721774876, 5852475.836085452698171 ], [ 1379597.493469348875806, 5852490.004823606461287 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E63", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1892_generated", "manhole_dn": "manhole_1893_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379597.493469348875806, 5852490.004823606461287 ], [ 1379645.276290975976735, 5852504.173561760224402 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E64", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1893_generated", "manhole_dn": "manhole_1894_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379645.276290975976735, 5852504.173561760224402 ], [ 1379693.235354875680059, 5852517.70344483666122 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E65", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1894_generated", "manhole_dn": "manhole_1895_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379693.235354875680059, 5852517.70344483666122 ], [ 1379741.521889445837587, 5852530.046934129670262 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E66", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1895_generated", "manhole_dn": "manhole_1896_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379741.521889445837587, 5852530.046934129670262 ], [ 1379789.219813820207492, 5852544.491724670864642 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E67", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1896_generated", "manhole_dn": "manhole_1897_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379789.219813820207492, 5852544.491724670864642 ], [ 1379832.222819915506989, 5852568.71863907109946 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E68", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1897_generated", "manhole_dn": "manhole_1898_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379832.222819915506989, 5852568.71863907109946 ], [ 1379867.821954125305638, 5852602.126595147885382 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E69", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1898_generated", "manhole_dn": "manhole_1899_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379867.821954125305638, 5852602.126595147885382 ], [ 1379892.520935711916536, 5852645.360784619115293 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E70", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1899_generated", "manhole_dn": "manhole_1900_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379892.520935711916536, 5852645.360784619115293 ], [ 1379914.218723637983203, 5852690.229004804976285 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E71", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1900_generated", "manhole_dn": "manhole_1901_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379914.218723637983203, 5852690.229004804976285 ], [ 1379935.91651156404987, 5852735.097224990837276 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E72", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1901_generated", "manhole_dn": "manhole_1902_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379935.91651156404987, 5852735.097224990837276 ], [ 1379957.614299490116537, 5852779.965445175766945 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E73", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1902_generated", "manhole_dn": "manhole_1903_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379957.614299490116537, 5852779.965445175766945 ], [ 1379975.831717354245484, 5852826.346569029614329 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E74", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1903_generated", "manhole_dn": "manhole_1904_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379975.831717354245484, 5852826.346569029614329 ], [ 1380005.293365556048229, 5852865.804161362349987 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E75", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1904_generated", "manhole_dn": "manhole_1905_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380005.293365556048229, 5852865.804161362349987 ], [ 1380044.241542047122493, 5852896.825273714028299 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E76", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1905_generated", "manhole_dn": "manhole_1906_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380044.241542047122493, 5852896.825273714028299 ], [ 1380085.427288028411567, 5852924.599595476873219 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E77", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1906_generated", "manhole_dn": "manhole_1907_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380085.427288028411567, 5852924.599595476873219 ], [ 1380108.752208612859249, 5852968.554973240941763 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E78", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1907_generated", "manhole_dn": "manhole_1908_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380108.752208612859249, 5852968.554973240941763 ], [ 1380128.741546919802204, 5853013.873362219892442 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E79", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1908_generated", "manhole_dn": "manhole_1909_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380128.741546919802204, 5853013.873362219892442 ], [ 1380133.128153018886223, 5853062.523951176553965 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E80", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1909_generated", "manhole_dn": "manhole_1910_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380133.128153018886223, 5853062.523951176553965 ], [ 1380112.447078562807292, 5853107.741778953000903 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E81", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1910_generated", "manhole_dn": "manhole_1911_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380112.447078562807292, 5853107.741778953000903 ], [ 1380115.368989558890462, 5853155.942174950614572 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E82", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1911_generated", "manhole_dn": "manhole_1912_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380115.368989558890462, 5853155.942174950614572 ], [ 1380152.590523180318996, 5853188.530831377953291 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E83", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1912_generated", "manhole_dn": "manhole_1913_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380152.590523180318996, 5853188.530831377953291 ], [ 1380195.891570422798395, 5853213.192394638434052 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E84", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1913_generated", "manhole_dn": "manhole_1914_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380195.891570422798395, 5853213.192394638434052 ], [ 1380243.613572887843475, 5853221.407530505210161 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E85", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1914_generated", "manhole_dn": "manhole_1915_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380243.613572887843475, 5853221.407530505210161 ], [ 1380293.331348949111998, 5853217.929898114874959 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E86", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1915_generated", "manhole_dn": "manhole_1916_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380293.331348949111998, 5853217.929898114874959 ], [ 1380342.81551143550314, 5853220.016691347584128 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E87", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1916_generated", "manhole_dn": "manhole_1917_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380342.81551143550314, 5853220.016691347584128 ], [ 1380391.144631091272458, 5853232.192379286512733 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E88", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1917_generated", "manhole_dn": "manhole_1918_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380391.144631091272458, 5853232.192379286512733 ], [ 1380440.773956023622304, 5853232.69171048887074 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E89", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1918_generated", "manhole_dn": "manhole_1919_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380440.773956023622304, 5853232.69171048887074 ], [ 1380490.203862861031666, 5853227.499292160384357 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E90", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1919_generated", "manhole_dn": "manhole_1920_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380490.203862861031666, 5853227.499292160384357 ], [ 1380539.291443617315963, 5853218.87603297457099 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E91", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1920_generated", "manhole_dn": "manhole_1921_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380539.291443617315963, 5853218.87603297457099 ], [ 1380588.587735437089577, 5853219.583832117728889 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E92", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1921_generated", "manhole_dn": "manhole_1922_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380588.587735437089577, 5853219.583832117728889 ], [ 1380637.607763073639944, 5853227.899971066042781 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E93", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1922_generated", "manhole_dn": "manhole_1923_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380637.607763073639944, 5853227.899971066042781 ], [ 1380683.775758894858882, 5853245.695878230035305 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E94", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1923_generated", "manhole_dn": "manhole_1924_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380683.775758894858882, 5853245.695878230035305 ], [ 1380721.67794436099939, 5853277.387949585914612 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E95", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1924_generated", "manhole_dn": "manhole_1925_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380721.67794436099939, 5853277.387949585914612 ], [ 1380754.05598629382439, 5853315.232859129086137 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E96", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1925_generated", "manhole_dn": "manhole_1926_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380754.05598629382439, 5853315.232859129086137 ], [ 1380776.607954530743882, 5853359.677880359813571 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E97", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1926_generated", "manhole_dn": "manhole_1927_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380776.607954530743882, 5853359.677880359813571 ], [ 1380799.159922767896205, 5853404.122901589609683 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E98", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1927_generated", "manhole_dn": "manhole_1928_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380799.159922767896205, 5853404.122901589609683 ], [ 1380821.77137135178782, 5853448.533642511814833 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E99", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1928_generated", "manhole_dn": "manhole_1929_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380821.77137135178782, 5853448.533642511814833 ], [ 1380848.921945081558079, 5853490.328349469229579 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E100", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1929_generated", "manhole_dn": "manhole_1930_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380848.921945081558079, 5853490.328349469229579 ], [ 1380885.680786442710087, 5853523.63127940800041 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E101", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1930_generated", "manhole_dn": "manhole_1931_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380885.680786442710087, 5853523.63127940800041 ], [ 1380928.410954873776063, 5853549.28442520648241 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E102", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1931_generated", "manhole_dn": "manhole_1932_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380928.410954873776063, 5853549.28442520648241 ], [ 1380969.254860487533733, 5853577.730779066681862 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E103", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1932_generated", "manhole_dn": "manhole_1933_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380969.254860487533733, 5853577.730779066681862 ], [ 1381008.227875939337537, 5853608.755771255120635 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E104", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1933_generated", "manhole_dn": "manhole_1934_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381008.227875939337537, 5853608.755771255120635 ], [ 1381045.894548904383555, 5853641.391638914123178 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E105", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1934_generated", "manhole_dn": "manhole_1935_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381045.894548904383555, 5853641.391638914123178 ], [ 1381082.881982716033235, 5853674.796442813239992 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E106", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1935_generated", "manhole_dn": "manhole_1936_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381082.881982716033235, 5853674.796442813239992 ], [ 1381117.274644620949402, 5853710.70254622772336 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E107", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1936_generated", "manhole_dn": "manhole_1937_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381117.274644620949402, 5853710.70254622772336 ], [ 1381148.415914577664807, 5853749.590756456367671 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E108", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1937_generated", "manhole_dn": "manhole_1938_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381148.415914577664807, 5853749.590756456367671 ], [ 1381178.251517455093563, 5853789.513030746020377 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E109", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1938_generated", "manhole_dn": "manhole_1939_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381178.251517455093563, 5853789.513030746020377 ], [ 1381208.087120332289487, 5853829.435305035673082 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E110", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1939_generated", "manhole_dn": "manhole_1940_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381208.087120332289487, 5853829.435305035673082 ], [ 1381238.24148036702536, 5853869.114187993109226 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E111", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1940_generated", "manhole_dn": "manhole_1941_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381238.24148036702536, 5853869.114187993109226 ], [ 1381268.895247255917639, 5853908.411742103286088 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E112", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1941_generated", "manhole_dn": "manhole_1942_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381268.895247255917639, 5853908.411742103286088 ], [ 1381302.998325266875327, 5853944.541349184699357 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E113", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1942_generated", "manhole_dn": "manhole_1943_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381302.998325266875327, 5853944.541349184699357 ], [ 1381340.626719281775877, 5853977.186633242294192 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E114", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1943_generated", "manhole_dn": "manhole_1944_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381340.626719281775877, 5853977.186633242294192 ], [ 1381379.194799809250981, 5854008.753298379480839 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E115", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1944_generated", "manhole_dn": "manhole_1945_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381379.194799809250981, 5854008.753298379480839 ], [ 1381417.762880336726084, 5854040.319963517598808 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E116", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1945_generated", "manhole_dn": "manhole_1946_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381417.762880336726084, 5854040.319963517598808 ], [ 1381456.19393882364966, 5854072.051781279966235 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E117", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1946_generated", "manhole_dn": "manhole_1947_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381456.19393882364966, 5854072.051781279966235 ], [ 1381494.337362022371963, 5854104.130285767838359 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E118", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1947_generated", "manhole_dn": "manhole_1948_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381494.337362022371963, 5854104.130285767838359 ], [ 1381532.480785221094266, 5854136.208790255710483 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E119", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1948_generated", "manhole_dn": "manhole_1949_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381532.480785221094266, 5854136.208790255710483 ], [ 1381573.306699372595176, 5854164.766659919172525 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E120", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1949_generated", "manhole_dn": "manhole_1950_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381573.306699372595176, 5854164.766659919172525 ], [ 1381615.465750718954951, 5854190.843552878126502 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E121", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1950_generated", "manhole_dn": "manhole_1951_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381615.465750718954951, 5854190.843552878126502 ], [ 1381664.885219750460237, 5854196.345880092121661 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E122", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1951_generated", "manhole_dn": "manhole_1952_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381664.885219750460237, 5854196.345880092121661 ], [ 1381714.31777358520776, 5854201.574987590312958 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E123", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1952_generated", "manhole_dn": "manhole_1953_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381714.31777358520776, 5854201.574987590312958 ], [ 1381760.115590761648491, 5854221.118394804187119 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E124", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1953_generated", "manhole_dn": "manhole_1954_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381760.115590761648491, 5854221.118394804187119 ], [ 1381805.318368759704754, 5854242.11029907129705 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E125", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1954_generated", "manhole_dn": "manhole_1955_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381805.318368759704754, 5854242.11029907129705 ], [ 1381850.521146757761016, 5854263.10220333840698 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E126", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1955_generated", "manhole_dn": "manhole_1956_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381850.521146757761016, 5854263.10220333840698 ], [ 1381893.852783947950229, 5854287.59257554076612 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E127", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1956_generated", "manhole_dn": "manhole_1957_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381893.852783947950229, 5854287.59257554076612 ], [ 1381937.353083801921457, 5854311.771843558177352 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E128", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1957_generated", "manhole_dn": "manhole_1958_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381937.353083801921457, 5854311.771843558177352 ], [ 1381982.513813443947583, 5854332.854056006297469 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E129", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1958_generated", "manhole_dn": "manhole_1959_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381982.513813443947583, 5854332.854056006297469 ], [ 1382024.967402362963185, 5854358.544895834289491 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E130", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1959_generated", "manhole_dn": "manhole_1960_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382024.967402362963185, 5854358.544895834289491 ], [ 1382060.114375894190744, 5854393.345819008536637 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E131", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1960_generated", "manhole_dn": "manhole_1961_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382060.114375894190744, 5854393.345819008536637 ], [ 1382089.728327022632584, 5854433.432787989266217 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E132", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1961_generated", "manhole_dn": "manhole_1962_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382089.728327022632584, 5854433.432787989266217 ], [ 1382122.402648465707898, 5854471.042653541080654 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E133", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1962_generated", "manhole_dn": "manhole_1963_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382122.402648465707898, 5854471.042653541080654 ], [ 1382155.439528673654422, 5854508.359080616384745 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E134", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1963_generated", "manhole_dn": "manhole_1964_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382155.439528673654422, 5854508.359080616384745 ], [ 1382193.393293898319826, 5854540.548528022132814 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E135", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1964_generated", "manhole_dn": "manhole_1965_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382193.393293898319826, 5854540.548528022132814 ], [ 1382237.046636182814837, 5854563.539408729411662 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E136", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1965_generated", "manhole_dn": "manhole_1966_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382237.046636182814837, 5854563.539408729411662 ], [ 1382283.275374909862876, 5854582.163449623622 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E137", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1966_generated", "manhole_dn": "manhole_1967_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382283.275374909862876, 5854582.163449623622 ], [ 1382324.660211034817621, 5854609.853001391515136 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E138", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1967_generated", "manhole_dn": "manhole_1968_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382324.660211034817621, 5854609.853001391515136 ], [ 1382366.364928541472182, 5854637.058875447139144 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E139", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1968_generated", "manhole_dn": "manhole_1969_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382366.364928541472182, 5854637.058875447139144 ], [ 1382410.356622068211436, 5854660.482839333824813 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E140", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1969_generated", "manhole_dn": "manhole_1970_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382410.356622068211436, 5854660.482839333824813 ], [ 1382452.568788081407547, 5854686.820534551516175 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E141", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1970_generated", "manhole_dn": "manhole_1971_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382452.568788081407547, 5854686.820534551516175 ], [ 1382487.610402625752613, 5854721.469865364022553 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E142", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1971_generated", "manhole_dn": "manhole_1972_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382487.610402625752613, 5854721.469865364022553 ], [ 1382518.192551798420027, 5854760.823179525323212 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E143", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1972_generated", "manhole_dn": "manhole_1973_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382518.192551798420027, 5854760.823179525323212 ], [ 1382548.933843903942034, 5854800.052071786485612 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E144", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1973_generated", "manhole_dn": "manhole_1974_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382548.933843903942034, 5854800.052071786485612 ], [ 1382580.398865518392995, 5854838.696309380233288 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E145", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1974_generated", "manhole_dn": "manhole_1975_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382580.398865518392995, 5854838.696309380233288 ], [ 1382612.348001681966707, 5854876.948157465085387 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E146", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1975_generated", "manhole_dn": "manhole_1976_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382612.348001681966707, 5854876.948157465085387 ], [ 1382648.047503337264061, 5854911.260034188628197 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E147", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1976_generated", "manhole_dn": "manhole_1977_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382648.047503337264061, 5854911.260034188628197 ], [ 1382688.805452986387536, 5854939.871392421424389 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E148", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1977_generated", "manhole_dn": "manhole_1978_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382688.805452986387536, 5854939.871392421424389 ], [ 1382730.39493562025018, 5854967.289952215738595 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E149", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1978_generated", "manhole_dn": "manhole_1979_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382730.39493562025018, 5854967.289952215738595 ], [ 1382770.503957324195653, 5854996.874028362333775 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E150", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1979_generated", "manhole_dn": "manhole_1980_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382770.503957324195653, 5854996.874028362333775 ], [ 1382807.222716302843764, 5855030.511386408470571 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E151", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1980_generated", "manhole_dn": "manhole_1981_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382807.222716302843764, 5855030.511386408470571 ], [ 1382841.118114476790652, 5855066.765865662135184 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E152", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1981_generated", "manhole_dn": "manhole_1982_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382841.118114476790652, 5855066.765865662135184 ], [ 1382868.159781267633662, 5855108.571573941968381 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E153", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1982_generated", "manhole_dn": "manhole_1983_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382868.159781267633662, 5855108.571573941968381 ], [ 1382893.190355742815882, 5855151.669387400150299 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E154", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1983_generated", "manhole_dn": "manhole_1984_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382893.190355742815882, 5855151.669387400150299 ], [ 1382922.434858839493245, 5855191.66589985974133 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E155", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1984_generated", "manhole_dn": "manhole_1985_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382922.434858839493245, 5855191.66589985974133 ], [ 1382957.11378154810518, 5855227.355966400355101 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E156", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1985_generated", "manhole_dn": "manhole_1986_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382957.11378154810518, 5855227.355966400355101 ], [ 1382995.477073384216055, 5855259.171198962256312 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E157", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1986_generated", "manhole_dn": "manhole_1987_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382995.477073384216055, 5855259.171198962256312 ], [ 1383033.840365220559761, 5855290.986431525088847 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E158", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1987_generated", "manhole_dn": "manhole_1988_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383033.840365220559761, 5855290.986431525088847 ], [ 1383072.203657056903467, 5855322.801664086990058 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E159", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1988_generated", "manhole_dn": "manhole_1989_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383072.203657056903467, 5855322.801664086990058 ], [ 1383111.318843833170831, 5855353.676449809223413 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E160", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1989_generated", "manhole_dn": "manhole_1990_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383111.318843833170831, 5855353.676449809223413 ], [ 1383150.797562442487106, 5855384.096541203558445 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E161", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1990_generated", "manhole_dn": "manhole_1991_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383150.797562442487106, 5855384.096541203558445 ], [ 1383188.758420287165791, 5855416.205501398071647 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E162", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1991_generated", "manhole_dn": "manhole_1992_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383188.758420287165791, 5855416.205501398071647 ], [ 1383223.204672213643789, 5855452.225036538206041 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E163", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1992_generated", "manhole_dn": "manhole_1993_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383223.204672213643789, 5855452.225036538206041 ], [ 1383257.650924140354618, 5855488.244571678340435 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E164", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1993_generated", "manhole_dn": "manhole_1994_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383257.650924140354618, 5855488.244571678340435 ], [ 1383293.053936049342155, 5855523.22690556012094 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E165", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1994_generated", "manhole_dn": "manhole_1995_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383293.053936049342155, 5855523.22690556012094 ], [ 1383331.731193384854123, 5855554.659706080332398 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E166", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1995_generated", "manhole_dn": "manhole_1996_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383331.731193384854123, 5855554.659706080332398 ], [ 1383370.40845072013326, 5855586.092506600543857 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E167", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1996_generated", "manhole_dn": "manhole_1997_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383370.40845072013326, 5855586.092506600543857 ], [ 1383409.085708055412397, 5855617.525307119823992 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E168", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1997_generated", "manhole_dn": "manhole_1998_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383409.085708055412397, 5855617.525307119823992 ], [ 1383447.762965390924364, 5855648.95810764003545 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E169", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1998_generated", "manhole_dn": "manhole_1999_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383447.762965390924364, 5855648.95810764003545 ], [ 1383486.440222726203501, 5855680.390908160246909 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E170", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1999_generated", "manhole_dn": "manhole_2000_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383486.440222726203501, 5855680.390908160246909 ], [ 1383524.623527131741866, 5855712.419991523958743 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E171", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2000_generated", "manhole_dn": "manhole_2001_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383524.623527131741866, 5855712.419991523958743 ], [ 1383562.704450064338744, 5855744.5726662511006 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E172", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2001_generated", "manhole_dn": "manhole_2002_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383562.704450064338744, 5855744.5726662511006 ], [ 1383597.212258686078712, 5855780.247392114251852 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E173", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2002_generated", "manhole_dn": "manhole_2003_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383597.212258686078712, 5855780.247392114251852 ], [ 1383628.813502295408398, 5855818.787145432084799 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E174", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2003_generated", "manhole_dn": "manhole_2004_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383628.813502295408398, 5855818.787145432084799 ], [ 1383658.46281982306391, 5855858.840411264449358 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E175", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2004_generated", "manhole_dn": "manhole_2005_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383658.46281982306391, 5855858.840411264449358 ], [ 1383687.91855206945911, 5855899.043782034888864 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E176", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2005_generated", "manhole_dn": "manhole_2006_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383687.91855206945911, 5855899.043782034888864 ], [ 1383719.843952552881092, 5855937.195059901103377 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E177", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2006_generated", "manhole_dn": "manhole_2007_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383719.843952552881092, 5855937.195059901103377 ], [ 1383753.973052974091843, 5855973.515242828987539 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E178", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2007_generated", "manhole_dn": "manhole_2008_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383753.973052974091843, 5855973.515242828987539 ], [ 1383784.708565083099529, 5856012.105648820288479 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E179", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2008_generated", "manhole_dn": "manhole_2009_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383784.708565083099529, 5856012.105648820288479 ], [ 1383805.253341133706272, 5856057.513394420966506 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E180", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2009_generated", "manhole_dn": "manhole_2010_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383805.253341133706272, 5856057.513394420966506 ], [ 1383809.284695546375588, 5856106.606499013490975 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E181", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2010_generated", "manhole_dn": "manhole_2011_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383809.284695546375588, 5856106.606499013490975 ], [ 1383808.308143971255049, 5856156.357713580131531 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E182", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2011_generated", "manhole_dn": "manhole_2012_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383808.308143971255049, 5856156.357713580131531 ], [ 1383802.173665165435523, 5856205.787551111541688 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E183", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2012_generated", "manhole_dn": "manhole_2013_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383802.173665165435523, 5856205.787551111541688 ], [ 1383790.607962663983926, 5856254.266265091486275 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E184", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2013_generated", "manhole_dn": "manhole_2014_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383790.607962663983926, 5856254.266265091486275 ], [ 1383781.605232208268717, 5856303.269710380584002 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E185", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2014_generated", "manhole_dn": "manhole_2015_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383781.605232208268717, 5856303.269710380584002 ], [ 1383778.118177526863292, 5856352.705245334655046 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E186", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2015_generated", "manhole_dn": "manhole_2016_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383778.118177526863292, 5856352.705245334655046 ], [ 1383792.028723931871355, 5856399.61157207749784 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E187", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2016_generated", "manhole_dn": "manhole_2017_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383792.028723931871355, 5856399.61157207749784 ], [ 1383823.301143363583833, 5856438.156546954065561 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E188", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2017_generated", "manhole_dn": "manhole_2018_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383823.301143363583833, 5856438.156546954065561 ], [ 1383860.742514413781464, 5856470.925371662713587 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E189", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2018_generated", "manhole_dn": "manhole_2019_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383860.742514413781464, 5856470.925371662713587 ], [ 1383899.226264014607295, 5856502.593543898314238 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E190", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2019_generated", "manhole_dn": "manhole_2020_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383899.226264014607295, 5856502.593543898314238 ], [ 1383937.576726963976398, 5856534.331571230664849 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E191", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2020_generated", "manhole_dn": "manhole_2021_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383937.576726963976398, 5856534.331571230664849 ], [ 1383965.27416465501301, 5856575.765894307754934 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E192", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2021_generated", "manhole_dn": "manhole_2022_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383965.27416465501301, 5856575.765894307754934 ], [ 1383992.971602346049622, 5856617.200217384845018 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E193", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2022_generated", "manhole_dn": "manhole_2023_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383992.971602346049622, 5856617.200217384845018 ], [ 1384020.669040037319064, 5856658.634540461935103 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E194", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2023_generated", "manhole_dn": "manhole_2024_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384020.669040037319064, 5856658.634540461935103 ], [ 1384050.267680946970358, 5856698.702001548372209 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E195", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": 802.9000244140625, "invlev_up": -10001.5, "invlev_dn": 800.4000244140625, "manhole_up": "manhole_2024_generated", "manhole_dn": "manhole_2025_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384050.267680946970358, 5856698.702001548372209 ], [ 1384085.778961833100766, 5856733.441067186184227 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E196", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 802.9000244140625, "elevtn_dn": 802.9000244140625, "invlev_up": 800.4000244140625, "invlev_dn": 800.4000244140625, "manhole_up": "manhole_2025_generated", "manhole_dn": "manhole_2026_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384085.778961833100766, 5856733.441067186184227 ], [ 1384122.993944165529683, 5856766.592179889790714 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E197", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 802.9000244140625, "elevtn_dn": 816.29998779296875, "invlev_up": 800.4000244140625, "invlev_dn": 813.79998779296875, "manhole_up": "manhole_2026_generated", "manhole_dn": "manhole_2027_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384122.993944165529683, 5856766.592179889790714 ], [ 1384160.350959801580757, 5856799.578122235834599 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E198", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 816.29998779296875, "elevtn_dn": 800.79998779296875, "invlev_up": 813.79998779296875, "invlev_dn": 798.29998779296875, "manhole_up": "manhole_2027_generated", "manhole_dn": "manhole_2028_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384160.350959801580757, 5856799.578122235834599 ], [ 1384198.384374253917485, 5856831.724873264320195 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E199", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 800.79998779296875, "elevtn_dn": 800.79998779296875, "invlev_up": 798.29998779296875, "invlev_dn": 798.29998779296875, "manhole_up": "manhole_2028_generated", "manhole_dn": "manhole_2029_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384198.384374253917485, 5856831.724873264320195 ], [ 1384230.112839305773377, 5856870.159957353956997 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E200", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 800.79998779296875, "elevtn_dn": 793.9000244140625, "invlev_up": 798.29998779296875, "invlev_dn": 791.4000244140625, "manhole_up": "manhole_2029_generated", "manhole_dn": "manhole_2030_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384230.112839305773377, 5856870.159957353956997 ], [ 1384259.121702386764809, 5856910.628996902145445 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E201", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 793.9000244140625, "elevtn_dn": 807.60003662109375, "invlev_up": 791.4000244140625, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2030_generated", "manhole_dn": "manhole_2031_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384259.121702386764809, 5856910.628996902145445 ], [ 1384287.023718592710793, 5856951.925833041779697 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E202", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2031_generated", "manhole_dn": "manhole_2032_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384287.023718592710793, 5856951.925833041779697 ], [ 1384314.929269487503916, 5856993.22028074786067 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E203", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2032_generated", "manhole_dn": "manhole_2033_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384314.929269487503916, 5856993.22028074786067 ], [ 1384344.819752591196448, 5857033.056208833120763 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E204", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2033_generated", "manhole_dn": "manhole_2034_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384344.819752591196448, 5857033.056208833120763 ], [ 1384375.891110281459987, 5857072.024425559677184 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E205", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2034_generated", "manhole_dn": "manhole_2035_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384375.891110281459987, 5857072.024425559677184 ], [ 1384412.732155854580924, 5857105.507668288424611 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E206", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 795.9000244140625, "invlev_up": 805.10003662109375, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2035_generated", "manhole_dn": "manhole_2036_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384412.732155854580924, 5857105.507668288424611 ], [ 1384450.07948348694481, 5857138.509612204506993 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E207", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2036_generated", "manhole_dn": "manhole_2037_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384450.07948348694481, 5857138.509612204506993 ], [ 1384487.42686335532926, 5857171.511497005820274 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E208", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 805.0, "invlev_up": 793.4000244140625, "invlev_dn": 802.5, "manhole_up": "manhole_2037_generated", "manhole_dn": "manhole_2038_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384487.42686335532926, 5857171.511497005820274 ], [ 1384525.207759798038751, 5857204.014277670532465 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E209", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 805.0, "elevtn_dn": 796.29998779296875, "invlev_up": 802.5, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_2038_generated", "manhole_dn": "manhole_2039_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384525.207759798038751, 5857204.014277670532465 ], [ 1384563.111988977529109, 5857236.375065575353801 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E210", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 796.29998779296875, "elevtn_dn": 796.29998779296875, "invlev_up": 793.79998779296875, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_2039_generated", "manhole_dn": "manhole_2040_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384563.111988977529109, 5857236.375065575353801 ], [ 1384601.016218156786636, 5857268.735853480175138 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E211", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 796.29998779296875, "elevtn_dn": 786.10003662109375, "invlev_up": 793.79998779296875, "invlev_dn": 783.60003662109375, "manhole_up": "manhole_2040_generated", "manhole_dn": "manhole_2041_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384601.016218156786636, 5857268.735853480175138 ], [ 1384638.920447336044163, 5857301.096641384996474 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E212", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 786.10003662109375, "elevtn_dn": 794.29998779296875, "invlev_up": 783.60003662109375, "invlev_dn": 791.79998779296875, "manhole_up": "manhole_2041_generated", "manhole_dn": "manhole_2042_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384638.920447336044163, 5857301.096641384996474 ], [ 1384669.604954990325496, 5857340.313404724933207 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E213", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 794.29998779296875, "elevtn_dn": 794.29998779296875, "invlev_up": 791.79998779296875, "invlev_dn": 791.79998779296875, "manhole_up": "manhole_2042_generated", "manhole_dn": "manhole_2043_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384669.604954990325496, 5857340.313404724933207 ], [ 1384699.518247769214213, 5857380.104403200559318 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E214", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 794.29998779296875, "elevtn_dn": 794.29998779296875, "invlev_up": 791.79998779296875, "invlev_dn": 791.79998779296875, "manhole_up": "manhole_2043_generated", "manhole_dn": "manhole_2044_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384699.518247769214213, 5857380.104403200559318 ], [ 1384719.806332413339987, 5857425.627417215146124 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E215", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 794.29998779296875, "elevtn_dn": 782.0, "invlev_up": 791.79998779296875, "invlev_dn": 779.5, "manhole_up": "manhole_2044_generated", "manhole_dn": "manhole_2045_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384719.806332413339987, 5857425.627417215146124 ], [ 1384740.094417057465762, 5857471.150431229732931 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E216", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 782.0, "elevtn_dn": 789.70001220703125, "invlev_up": 779.5, "invlev_dn": 787.20001220703125, "manhole_up": "manhole_2045_generated", "manhole_dn": "manhole_2046_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384740.094417057465762, 5857471.150431229732931 ], [ 1384760.382501701591536, 5857516.673445244319737 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E217", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 789.70001220703125, "elevtn_dn": 789.70001220703125, "invlev_up": 787.20001220703125, "invlev_dn": 787.20001220703125, "manhole_up": "manhole_2046_generated", "manhole_dn": "manhole_2047_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384760.382501701591536, 5857516.673445244319737 ], [ 1384780.670586345717311, 5857562.196459258906543 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E218", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 789.70001220703125, "elevtn_dn": 796.5, "invlev_up": 787.20001220703125, "invlev_dn": 794.0, "manhole_up": "manhole_2047_generated", "manhole_dn": "manhole_2048_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384780.670586345717311, 5857562.196459258906543 ], [ 1384802.672203443944454, 5857606.838341221213341 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E219", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 796.5, "elevtn_dn": 771.9000244140625, "invlev_up": 794.0, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_2048_generated", "manhole_dn": "manhole_2049_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384802.672203443944454, 5857606.838341221213341 ], [ 1384827.896526007680222, 5857649.823044718243182 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E220", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 771.9000244140625, "elevtn_dn": 771.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_2049_generated", "manhole_dn": "manhole_2050_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384827.896526007680222, 5857649.823044718243182 ], [ 1384854.757882944308221, 5857691.606820800341666 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E221", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 771.9000244140625, "elevtn_dn": 771.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_2050_generated", "manhole_dn": "manhole_2051_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384854.757882944308221, 5857691.606820800341666 ], [ 1384888.185768931638449, 5857728.573395187035203 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E222", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 771.9000244140625, "elevtn_dn": 757.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 755.4000244140625, "manhole_up": "manhole_2051_generated", "manhole_dn": "manhole_2052_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384888.185768931638449, 5857728.573395187035203 ], [ 1384921.613654918735847, 5857765.539969574660063 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E223", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 757.9000244140625, "elevtn_dn": 757.9000244140625, "invlev_up": 755.4000244140625, "invlev_dn": 755.4000244140625, "manhole_up": "manhole_2052_generated", "manhole_dn": "manhole_2053_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384921.613654918735847, 5857765.539969574660063 ], [ 1384956.145453942706808, 5857801.445756647735834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E224", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 757.9000244140625, "elevtn_dn": 757.9000244140625, "invlev_up": 755.4000244140625, "invlev_dn": 755.4000244140625, "manhole_up": "manhole_2053_generated", "manhole_dn": "manhole_2054_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384956.145453942706808, 5857801.445756647735834 ], [ 1384991.751306539867073, 5857836.319449373520911 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E225", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 757.9000244140625, "elevtn_dn": 746.0, "invlev_up": 755.4000244140625, "invlev_dn": 743.5, "manhole_up": "manhole_2054_generated", "manhole_dn": "manhole_2055_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384991.751306539867073, 5857836.319449373520911 ], [ 1385027.357159137027338, 5857871.193142099305987 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E226", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 746.0, "elevtn_dn": 755.79998779296875, "invlev_up": 743.5, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_2055_generated", "manhole_dn": "manhole_2056_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385027.357159137027338, 5857871.193142099305987 ], [ 1385062.963011734187603, 5857906.066834825091064 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E227", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 755.79998779296875, "elevtn_dn": 728.60003662109375, "invlev_up": 753.29998779296875, "invlev_dn": 726.10003662109375, "manhole_up": "manhole_2056_generated", "manhole_dn": "manhole_2057_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385062.963011734187603, 5857906.066834825091064 ], [ 1385098.568864331347868, 5857940.940527551807463 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E228", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 728.60003662109375, "elevtn_dn": 728.60003662109375, "invlev_up": 726.10003662109375, "invlev_dn": 726.10003662109375, "manhole_up": "manhole_2057_generated", "manhole_dn": "manhole_2058_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385098.568864331347868, 5857940.940527551807463 ], [ 1385135.753846400883049, 5857974.029479116201401 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E229", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 728.60003662109375, "elevtn_dn": 728.60003662109375, "invlev_up": 726.10003662109375, "invlev_dn": 726.10003662109375, "manhole_up": "manhole_2058_generated", "manhole_dn": "manhole_2059_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385135.753846400883049, 5857974.029479116201401 ], [ 1385175.738456205930561, 5858003.622975903563201 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E230", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 728.60003662109375, "elevtn_dn": 735.60003662109375, "invlev_up": 726.10003662109375, "invlev_dn": 733.10003662109375, "manhole_up": "manhole_2059_generated", "manhole_dn": "manhole_2060_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385175.738456205930561, 5858003.622975903563201 ], [ 1385218.653756857383996, 5858028.965196672827005 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E231", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 735.60003662109375, "elevtn_dn": 735.60003662109375, "invlev_up": 733.10003662109375, "invlev_dn": 733.10003662109375, "manhole_up": "manhole_2060_generated", "manhole_dn": "manhole_2061_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385218.653756857383996, 5858028.965196672827005 ], [ 1385262.454936756985262, 5858052.706982978619635 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E232", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 735.60003662109375, "elevtn_dn": 742.0, "invlev_up": 733.10003662109375, "invlev_dn": 739.5, "manhole_up": "manhole_2061_generated", "manhole_dn": "manhole_2062_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385262.454936756985262, 5858052.706982978619635 ], [ 1385306.715555034345016, 5858075.618745312094688 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E233", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 742.0, "elevtn_dn": 742.0, "invlev_up": 739.5, "invlev_dn": 739.5, "manhole_up": "manhole_2062_generated", "manhole_dn": "manhole_2063_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385306.715555034345016, 5858075.618745312094688 ], [ 1385350.97617331170477, 5858098.530507644638419 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E234", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 742.0, "elevtn_dn": 736.0, "invlev_up": 739.5, "invlev_dn": 733.5, "manhole_up": "manhole_2063_generated", "manhole_dn": "manhole_2064_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385350.97617331170477, 5858098.530507644638419 ], [ 1385395.236791589297354, 5858121.442269978113472 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E235", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 736.0, "elevtn_dn": 736.0, "invlev_up": 733.5, "invlev_dn": 733.5, "manhole_up": "manhole_2064_generated", "manhole_dn": "manhole_2065_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385395.236791589297354, 5858121.442269978113472 ], [ 1385439.497409866657108, 5858144.354032310657203 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E236", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 736.0, "elevtn_dn": 737.9000244140625, "invlev_up": 733.5, "invlev_dn": 735.4000244140625, "manhole_up": "manhole_2065_generated", "manhole_dn": "manhole_2066_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385439.497409866657108, 5858144.354032310657203 ], [ 1385483.758028144016862, 5858167.265794644132257 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E237", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 737.9000244140625, "elevtn_dn": 737.9000244140625, "invlev_up": 735.4000244140625, "invlev_dn": 735.4000244140625, "manhole_up": "manhole_2066_generated", "manhole_dn": "manhole_2067_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385483.758028144016862, 5858167.265794644132257 ], [ 1385528.018646421376616, 5858190.17755697760731 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E238", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 737.9000244140625, "elevtn_dn": 727.29998779296875, "invlev_up": 735.4000244140625, "invlev_dn": 724.79998779296875, "manhole_up": "manhole_2067_generated", "manhole_dn": "manhole_2068_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385528.018646421376616, 5858190.17755697760731 ], [ 1385571.606102279853076, 5858214.277655217796564 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E239", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 727.29998779296875, "elevtn_dn": 727.29998779296875, "invlev_up": 724.79998779296875, "invlev_dn": 724.79998779296875, "manhole_up": "manhole_2068_generated", "manhole_dn": "manhole_2069_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385571.606102279853076, 5858214.277655217796564 ], [ 1385614.013400863157585, 5858240.461089110001922 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E240", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 727.29998779296875, "elevtn_dn": 690.60003662109375, "invlev_up": 724.79998779296875, "invlev_dn": 688.10003662109375, "manhole_up": "manhole_2069_generated", "manhole_dn": "manhole_2070_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385614.013400863157585, 5858240.461089110001922 ], [ 1385656.420699446462095, 5858266.644523002207279 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E241", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 690.60003662109375, "elevtn_dn": 733.60003662109375, "invlev_up": 688.10003662109375, "invlev_dn": 731.10003662109375, "manhole_up": "manhole_2070_generated", "manhole_dn": "manhole_2071_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385656.420699446462095, 5858266.644523002207279 ], [ 1385698.773111530812457, 5858292.8961898451671 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E242", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 733.60003662109375, "elevtn_dn": 733.60003662109375, "invlev_up": 731.10003662109375, "invlev_dn": 731.10003662109375, "manhole_up": "manhole_2071_generated", "manhole_dn": "manhole_2072_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385698.773111530812457, 5858292.8961898451671 ], [ 1385733.435650466475636, 5858328.707634637132287 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E243", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 733.60003662109375, "elevtn_dn": 721.60003662109375, "invlev_up": 731.10003662109375, "invlev_dn": 719.10003662109375, "manhole_up": "manhole_2072_generated", "manhole_dn": "manhole_2073_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385733.435650466475636, 5858328.707634637132287 ], [ 1385768.098189401905984, 5858364.519079428166151 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E244", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 721.60003662109375, "elevtn_dn": 721.60003662109375, "invlev_up": 719.10003662109375, "invlev_dn": 719.10003662109375, "manhole_up": "manhole_2073_generated", "manhole_dn": "manhole_2074_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385768.098189401905984, 5858364.519079428166151 ], [ 1385795.882535298354924, 5858405.467093757353723 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E245", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 721.60003662109375, "elevtn_dn": 739.0, "invlev_up": 719.10003662109375, "invlev_dn": 736.5, "manhole_up": "manhole_2074_generated", "manhole_dn": "manhole_2075_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385795.882535298354924, 5858405.467093757353723 ], [ 1385820.377634756267071, 5858448.871486231684685 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E246", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 739.0, "elevtn_dn": 727.79998779296875, "invlev_up": 736.5, "invlev_dn": 725.29998779296875, "manhole_up": "manhole_2075_generated", "manhole_dn": "manhole_2076_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385820.377634756267071, 5858448.871486231684685 ], [ 1385841.084314390551299, 5858493.920932004228234 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E247", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 727.79998779296875, "elevtn_dn": 727.79998779296875, "invlev_up": 725.29998779296875, "invlev_dn": 725.29998779296875, "manhole_up": "manhole_2076_generated", "manhole_dn": "manhole_2077_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385841.084314390551299, 5858493.920932004228234 ], [ 1385856.076261736918241, 5858541.451897682622075 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E248", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 727.79998779296875, "elevtn_dn": 734.9000244140625, "invlev_up": 725.29998779296875, "invlev_dn": 732.4000244140625, "manhole_up": "manhole_2077_generated", "manhole_dn": "manhole_2078_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385856.076261736918241, 5858541.451897682622075 ], [ 1385865.668899663724005, 5858590.250006795860827 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E249", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 734.9000244140625, "elevtn_dn": 734.9000244140625, "invlev_up": 732.4000244140625, "invlev_dn": 732.4000244140625, "manhole_up": "manhole_2078_generated", "manhole_dn": "manhole_2079_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385865.668899663724005, 5858590.250006795860827 ], [ 1385873.387286560609937, 5858639.487976770848036 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E250", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 734.9000244140625, "elevtn_dn": 751.4000244140625, "invlev_up": 732.4000244140625, "invlev_dn": 748.9000244140625, "manhole_up": "manhole_2079_generated", "manhole_dn": "manhole_2080_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385873.387286560609937, 5858639.487976770848036 ], [ 1385875.017949819331989, 5858689.287253175862134 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E251", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 751.4000244140625, "elevtn_dn": 751.4000244140625, "invlev_up": 748.9000244140625, "invlev_dn": 748.9000244140625, "manhole_up": "manhole_2080_generated", "manhole_dn": "manhole_2081_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385875.017949819331989, 5858689.287253175862134 ], [ 1385876.432928551919758, 5858739.106416343711317 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E252", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 751.4000244140625, "elevtn_dn": 751.4000244140625, "invlev_up": 748.9000244140625, "invlev_dn": 748.9000244140625, "manhole_up": "manhole_2081_generated", "manhole_dn": "manhole_2082_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385876.432928551919758, 5858739.106416343711317 ], [ 1385878.329821793129668, 5858788.908141564577818 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E253", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 751.4000244140625, "elevtn_dn": 759.70001220703125, "invlev_up": 748.9000244140625, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_2082_generated", "manhole_dn": "manhole_2083_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385878.329821793129668, 5858788.908141564577818 ], [ 1385880.51921496167779, 5858838.69928275514394 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E254", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 759.70001220703125, "elevtn_dn": 759.70001220703125, "invlev_up": 757.20001220703125, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_2083_generated", "manhole_dn": "manhole_2084_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385880.51921496167779, 5858838.69928275514394 ], [ 1385882.620351102668792, 5858888.493530485779047 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E255", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 759.70001220703125, "elevtn_dn": 759.70001220703125, "invlev_up": 757.20001220703125, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_2084_generated", "manhole_dn": "manhole_2085_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385882.620351102668792, 5858888.493530485779047 ], [ 1385883.937443709466606, 5858938.315377607010305 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E256", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 759.70001220703125, "elevtn_dn": 766.10003662109375, "invlev_up": 757.20001220703125, "invlev_dn": 763.60003662109375, "manhole_up": "manhole_2085_generated", "manhole_dn": "manhole_2086_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385883.937443709466606, 5858938.315377607010305 ], [ 1385885.254538560518995, 5858988.137224668636918 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E257", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 766.10003662109375, "elevtn_dn": 766.10003662109375, "invlev_up": 763.60003662109375, "invlev_dn": 763.60003662109375, "manhole_up": "manhole_2086_generated", "manhole_dn": "manhole_2087_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385885.254538560518995, 5858988.137224668636918 ], [ 1385890.650534195825458, 5859037.630400610156357 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E258", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 766.10003662109375, "elevtn_dn": 766.10003662109375, "invlev_up": 763.60003662109375, "invlev_dn": 763.60003662109375, "manhole_up": "manhole_2087_generated", "manhole_dn": "manhole_2088_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385890.650534195825458, 5859037.630400610156357 ], [ 1385901.777442803606391, 5859086.09239396546036 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E259", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 766.10003662109375, "elevtn_dn": 768.60003662109375, "invlev_up": 763.60003662109375, "invlev_dn": 766.10003662109375, "manhole_up": "manhole_2088_generated", "manhole_dn": "manhole_2089_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385901.777442803606391, 5859086.09239396546036 ], [ 1385915.397954803425819, 5859134.03436760418117 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E260", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 768.60003662109375, "elevtn_dn": 762.79998779296875, "invlev_up": 766.10003662109375, "invlev_dn": 760.29998779296875, "manhole_up": "manhole_2089_generated", "manhole_dn": "manhole_2090_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385915.397954803425819, 5859134.03436760418117 ], [ 1385928.42605347908102, 5859182.139209139160812 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E261", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 762.79998779296875, "elevtn_dn": 762.5, "invlev_up": 760.29998779296875, "invlev_dn": 760.0, "manhole_up": "manhole_2090_generated", "manhole_dn": "manhole_2091_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385928.42605347908102, 5859182.139209139160812 ], [ 1385941.228082312969491, 5859230.306202415376902 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E262", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 762.5, "elevtn_dn": 762.5, "invlev_up": 760.0, "invlev_dn": 760.0, "manhole_up": "manhole_2091_generated", "manhole_dn": "manhole_2092_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385941.228082312969491, 5859230.306202415376902 ], [ 1385945.092689140234143, 5859279.734331246465445 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E263", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 762.5, "elevtn_dn": 762.5, "invlev_up": 760.0, "invlev_dn": 760.0, "manhole_up": "manhole_2092_generated", "manhole_dn": "manhole_2093_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385945.092689140234143, 5859279.734331246465445 ], [ 1385937.902412303024903, 5859328.779896341264248 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E264", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 762.5, "elevtn_dn": 778.0, "invlev_up": 760.0, "invlev_dn": 775.5, "manhole_up": "manhole_2093_generated", "manhole_dn": "manhole_2094_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.902412303024903, 5859328.779896341264248 ], [ 1385932.795075723901391, 5859378.173214216716588 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E265", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 778.0, "elevtn_dn": 778.0, "invlev_up": 775.5, "invlev_dn": 775.5, "manhole_up": "manhole_2094_generated", "manhole_dn": "manhole_2095_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385932.795075723901391, 5859378.173214216716588 ], [ 1385937.702695531537756, 5859427.770254967734218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E266", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 778.0, "elevtn_dn": 778.0, "invlev_up": 775.5, "invlev_dn": 775.5, "manhole_up": "manhole_2095_generated", "manhole_dn": "manhole_2096_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.702695531537756, 5859427.770254967734218 ], [ 1385939.035937832202762, 5859477.50230407807976 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E267", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 778.0, "elevtn_dn": 795.9000244140625, "invlev_up": 775.5, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2096_generated", "manhole_dn": "manhole_2097_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385939.035937832202762, 5859477.50230407807976 ], [ 1385937.883638251805678, 5859527.328234969638288 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E268", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2097_generated", "manhole_dn": "manhole_2098_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.883638251805678, 5859527.328234969638288 ], [ 1385940.515994266141206, 5859576.989168248139322 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E269", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2098_generated", "manhole_dn": "manhole_2099_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385940.515994266141206, 5859576.989168248139322 ], [ 1385950.701545101590455, 5859625.530176519416273 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E270", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 815.0, "invlev_up": 793.4000244140625, "invlev_dn": 812.5, "manhole_up": "manhole_2099_generated", "manhole_dn": "manhole_2100_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385950.701545101590455, 5859625.530176519416273 ], [ 1385970.467743494315073, 5859670.991298755630851 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E271", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 815.0, "elevtn_dn": 815.0, "invlev_up": 812.5, "invlev_dn": 812.5, "manhole_up": "manhole_2100_generated", "manhole_dn": "manhole_2101_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385970.467743494315073, 5859670.991298755630851 ], [ 1386011.983088220236823, 5859697.862916950136423 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E272", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 815.0, "elevtn_dn": 779.79998779296875, "invlev_up": 812.5, "invlev_dn": 777.29998779296875, "manhole_up": "manhole_2101_generated", "manhole_dn": "manhole_2102_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386011.983088220236823, 5859697.862916950136423 ], [ 1386052.213596233632416, 5859727.119808158837259 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E273", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 779.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 777.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_2102_generated", "manhole_dn": "manhole_2103_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386052.213596233632416, 5859727.119808158837259 ], [ 1386046.501012831227854, 5859771.612671964801848 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E274", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_2103_generated", "manhole_dn": "manhole_2104_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386046.501012831227854, 5859771.612671964801848 ], [ 1386026.809695787727833, 5859816.873920152895153 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E275", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_2104_generated", "manhole_dn": "manhole_2105_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386026.809695787727833, 5859816.873920152895153 ], [ 1386030.149607364553958, 5859866.379009906202555 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E276", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_2105_generated", "manhole_dn": "manhole_2106_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386030.149607364553958, 5859866.379009906202555 ], [ 1386045.250939248362556, 5859913.859036295674741 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 800.79998779296875, "elevtn_dn": 800.79998779296875, "invlev_up": 798.29998779296875, "invlev_dn": 798.29998779296875, "manhole_up": "manhole_2107_generated", "manhole_dn": "manhole_2108_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384196.861816460033879, 5856829.88048410974443 ], [ 1384235.22519311751239, 5856854.977665597572923 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 800.79998779296875, "elevtn_dn": 793.9000244140625, "invlev_up": 798.29998779296875, "invlev_dn": 791.4000244140625, "manhole_up": "manhole_2108_generated", "manhole_dn": "manhole_2109_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384235.22519311751239, 5856854.977665597572923 ], [ 1384263.450329831801355, 5856892.038370934315026 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 793.9000244140625, "elevtn_dn": 793.9000244140625, "invlev_up": 791.4000244140625, "invlev_dn": 791.4000244140625, "manhole_up": "manhole_2109_generated", "manhole_dn": "manhole_2110_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384263.450329831801355, 5856892.038370934315026 ], [ 1384291.675466545857489, 5856929.099076271057129 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 793.9000244140625, "elevtn_dn": 807.60003662109375, "invlev_up": 791.4000244140625, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2110_generated", "manhole_dn": "manhole_2111_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384291.675466545857489, 5856929.099076271057129 ], [ 1384319.900603260146454, 5856966.159781608730555 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2111_generated", "manhole_dn": "manhole_2112_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384319.900603260146454, 5856966.159781608730555 ], [ 1384347.205867683747783, 5857003.894510924816132 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 799.0, "invlev_up": 805.10003662109375, "invlev_dn": 796.5, "manhole_up": "manhole_2112_generated", "manhole_dn": "manhole_2113_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384347.205867683747783, 5857003.894510924816132 ], [ 1384380.322691001230851, 5857036.360282040201128 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 799.0, "elevtn_dn": 807.60003662109375, "invlev_up": 796.5, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2113_generated", "manhole_dn": "manhole_2114_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384380.322691001230851, 5857036.360282040201128 ], [ 1384415.156610523350537, 5857067.291694445535541 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 795.9000244140625, "invlev_up": 805.10003662109375, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2114_generated", "manhole_dn": "manhole_2115_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384415.156610523350537, 5857067.291694445535541 ], [ 1384449.343575850594789, 5857098.828100205399096 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2115_generated", "manhole_dn": "manhole_2116_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384449.343575850594789, 5857098.828100205399096 ], [ 1384470.004810179118067, 5857139.926174183376133 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2116_generated", "manhole_dn": "manhole_2117_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384470.004810179118067, 5857139.926174183376133 ], [ 1384484.18076178082265, 5857184.301805094815791 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_12_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2118_generated", "manhole_dn": "manhole_2119_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384289.06552429520525, 5856954.947841017507017 ], [ 1384305.049610810354352, 5856994.88734863139689 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_12_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2119_generated", "manhole_dn": "manhole_2120_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384305.049610810354352, 5856994.88734863139689 ], [ 1384321.033697325503454, 5857034.82685624435544 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_12_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 799.0, "invlev_up": 805.10003662109375, "invlev_dn": 796.5, "manhole_up": "manhole_2120_generated", "manhole_dn": "manhole_2121_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384321.033697325503454, 5857034.82685624435544 ], [ 1384347.445656489115208, 5857068.672038841992617 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_12_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "elevtn_up": 799.0, "elevtn_dn": 807.60003662109375, "invlev_up": 796.5, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2121_generated", "manhole_dn": "manhole_2122_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384347.445656489115208, 5857068.672038841992617 ], [ 1384374.130628447979689, 5857102.406951548531651 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_12_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2122_generated", "manhole_dn": "manhole_2123_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384374.130628447979689, 5857102.406951548531651 ], [ 1384399.587644136510789, 5857137.08541233278811 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_12_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2123_generated", "manhole_dn": "manhole_2124_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384399.587644136510789, 5857137.08541233278811 ], [ 1384425.04465982504189, 5857171.763873117044568 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_12_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 795.9000244140625, "invlev_up": 805.10003662109375, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2124_generated", "manhole_dn": "manhole_2125_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384425.04465982504189, 5857171.763873117044568 ], [ 1384456.866520966170356, 5857200.577977900393307 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_15_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_15", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_15", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2125_generated", "manhole_dn": "manhole_2126_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384456.866520966170356, 5857200.577977900393307 ], [ 1384480.774830641923472, 5857195.244455400854349 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_17_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_17", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_17", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 805.0, "invlev_up": 793.4000244140625, "invlev_dn": 802.5, "manhole_up": "manhole_2125_generated", "manhole_dn": "manhole_2127_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384456.866520966170356, 5857200.577977900393307 ], [ 1384478.871156033361331, 5857219.682923189364374 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_18_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_18", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_18", "diameter": "0.5", "elevtn_up": 805.0, "elevtn_dn": 805.0, "invlev_up": 802.5, "invlev_dn": 802.5, "manhole_up": "manhole_2128_generated", "manhole_dn": "manhole_2127_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384493.329776774393395, 5857201.952337642200291 ], [ 1384478.871156033361331, 5857219.682923189364374 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_19_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_19", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_19", "diameter": "0.5", "elevtn_up": 805.0, "elevtn_dn": 805.0, "invlev_up": 802.5, "invlev_dn": 802.5, "manhole_up": "manhole_2128_generated", "manhole_dn": "manhole_2129_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384493.329776774393395, 5857201.952337642200291 ], [ 1384511.321100181667134, 5857246.008046119473875 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_19_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_19", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_19", "diameter": "0.5", "elevtn_up": 805.0, "elevtn_dn": 805.0, "invlev_up": 802.5, "invlev_dn": 802.5, "manhole_up": "manhole_2129_generated", "manhole_dn": "manhole_2127_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384511.321100181667134, 5857246.008046119473875 ], [ 1384478.871156033361331, 5857219.682923189364374 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 805.0, "elevtn_dn": 796.29998779296875, "invlev_up": 802.5, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_2130_generated", "manhole_dn": "manhole_2131_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384512.484966830350459, 5857248.858029337599874 ], [ 1384550.208547196350992, 5857281.609186780638993 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 796.29998779296875, "elevtn_dn": 796.29998779296875, "invlev_up": 793.79998779296875, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_2131_generated", "manhole_dn": "manhole_2132_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384550.208547196350992, 5857281.609186780638993 ], [ 1384587.932127562351525, 5857314.360344224609435 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 796.29998779296875, "elevtn_dn": 809.10003662109375, "invlev_up": 793.79998779296875, "invlev_dn": 806.60003662109375, "manhole_up": "manhole_2132_generated", "manhole_dn": "manhole_2133_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384587.932127562351525, 5857314.360344224609435 ], [ 1384608.456866907887161, 5857358.785165345296264 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 809.10003662109375, "elevtn_dn": 809.10003662109375, "invlev_up": 806.60003662109375, "invlev_dn": 806.60003662109375, "manhole_up": "manhole_2133_generated", "manhole_dn": "manhole_2134_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384608.456866907887161, 5857358.785165345296264 ], [ 1384624.966163935838267, 5857405.935456342995167 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 809.10003662109375, "elevtn_dn": 794.29998779296875, "invlev_up": 806.60003662109375, "invlev_dn": 791.79998779296875, "manhole_up": "manhole_2134_generated", "manhole_dn": "manhole_2135_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384624.966163935838267, 5857405.935456342995167 ], [ 1384639.938245237572119, 5857453.586039477027953 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 794.29998779296875, "elevtn_dn": 812.4000244140625, "invlev_up": 791.79998779296875, "invlev_dn": 809.9000244140625, "manhole_up": "manhole_2135_generated", "manhole_dn": "manhole_2136_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384639.938245237572119, 5857453.586039477027953 ], [ 1384654.3423755497206, 5857501.421464210376143 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 812.4000244140625, "elevtn_dn": 812.4000244140625, "invlev_up": 809.9000244140625, "invlev_dn": 809.9000244140625, "manhole_up": "manhole_2136_generated", "manhole_dn": "manhole_2137_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384654.3423755497206, 5857501.421464210376143 ], [ 1384665.748858094681054, 5857550.055336253717542 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 812.4000244140625, "elevtn_dn": 812.4000244140625, "invlev_up": 809.9000244140625, "invlev_dn": 809.9000244140625, "manhole_up": "manhole_2137_generated", "manhole_dn": "manhole_2138_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384665.748858094681054, 5857550.055336253717542 ], [ 1384677.04772660904564, 5857598.717872150242329 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 812.4000244140625, "elevtn_dn": 818.9000244140625, "invlev_up": 809.9000244140625, "invlev_dn": 816.4000244140625, "manhole_up": "manhole_2138_generated", "manhole_dn": "manhole_2139_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384677.04772660904564, 5857598.717872150242329 ], [ 1384688.346595123410225, 5857647.380408045835793 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 818.9000244140625, "elevtn_dn": 818.9000244140625, "invlev_up": 816.4000244140625, "invlev_dn": 816.4000244140625, "manhole_up": "manhole_2139_generated", "manhole_dn": "manhole_2140_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384688.346595123410225, 5857647.380408045835793 ], [ 1384699.64546363777481, 5857696.042943941429257 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 818.9000244140625, "elevtn_dn": 791.0, "invlev_up": 816.4000244140625, "invlev_dn": 788.5, "manhole_up": "manhole_2140_generated", "manhole_dn": "manhole_2141_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384699.64546363777481, 5857696.042943941429257 ], [ 1384710.944332152139395, 5857744.705479837954044 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 791.0, "elevtn_dn": 771.9000244140625, "invlev_up": 788.5, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_2141_generated", "manhole_dn": "manhole_2142_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384710.944332152139395, 5857744.705479837954044 ], [ 1384726.848783193388954, 5857791.671307560056448 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 771.9000244140625, "elevtn_dn": 771.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_2142_generated", "manhole_dn": "manhole_2143_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384726.848783193388954, 5857791.671307560056448 ], [ 1384753.929338480113074, 5857833.199649352580309 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 771.9000244140625, "elevtn_dn": 771.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_2143_generated", "manhole_dn": "manhole_2144_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384753.929338480113074, 5857833.199649352580309 ], [ 1384783.627482200739905, 5857873.006575288251042 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 771.9000244140625, "elevtn_dn": 791.0, "invlev_up": 769.4000244140625, "invlev_dn": 788.5, "manhole_up": "manhole_2144_generated", "manhole_dn": "manhole_2145_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384783.627482200739905, 5857873.006575288251042 ], [ 1384795.018452654592693, 5857920.637507135979831 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 791.0, "elevtn_dn": 791.0, "invlev_up": 788.5, "invlev_dn": 788.5, "manhole_up": "manhole_2145_generated", "manhole_dn": "manhole_2146_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384795.018452654592693, 5857920.637507135979831 ], [ 1384785.075932276435196, 5857969.445633230730891 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 791.0, "elevtn_dn": 820.10003662109375, "invlev_up": 788.5, "invlev_dn": 817.60003662109375, "manhole_up": "manhole_2146_generated", "manhole_dn": "manhole_2147_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384785.075932276435196, 5857969.445633230730891 ], [ 1384771.479073295136914, 5858017.516749874688685 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 820.10003662109375, "elevtn_dn": 820.10003662109375, "invlev_up": 817.60003662109375, "invlev_dn": 817.60003662109375, "manhole_up": "manhole_2147_generated", "manhole_dn": "manhole_2148_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384771.479073295136914, 5858017.516749874688685 ], [ 1384763.32518996251747, 5858066.675425447523594 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 820.10003662109375, "elevtn_dn": 820.10003662109375, "invlev_up": 817.60003662109375, "invlev_dn": 817.60003662109375, "manhole_up": "manhole_2148_generated", "manhole_dn": "manhole_2149_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384763.32518996251747, 5858066.675425447523594 ], [ 1384757.405406558187678, 5858116.280495692044497 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 820.10003662109375, "elevtn_dn": 847.0, "invlev_up": 817.60003662109375, "invlev_dn": 844.5, "manhole_up": "manhole_2149_generated", "manhole_dn": "manhole_2150_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384757.405406558187678, 5858116.280495692044497 ], [ 1384746.211964494548738, 5858164.956996791996062 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 847.0, "elevtn_dn": 847.0, "invlev_up": 844.5, "invlev_dn": 844.5, "manhole_up": "manhole_2150_generated", "manhole_dn": "manhole_2151_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384746.211964494548738, 5858164.956996791996062 ], [ 1384738.028054837835953, 5858213.862443570047617 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 847.0, "elevtn_dn": 847.0, "invlev_up": 844.5, "invlev_dn": 844.5, "manhole_up": "manhole_2151_generated", "manhole_dn": "manhole_2152_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384738.028054837835953, 5858213.862443570047617 ], [ 1384756.479259133106098, 5858259.218586039729416 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 847.0, "elevtn_dn": 833.20001220703125, "invlev_up": 844.5, "invlev_dn": 830.70001220703125, "manhole_up": "manhole_2152_generated", "manhole_dn": "manhole_2153_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384756.479259133106098, 5858259.218586039729416 ], [ 1384792.653981153853238, 5858293.25339647103101 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 833.20001220703125, "elevtn_dn": 762.29998779296875, "invlev_up": 830.70001220703125, "invlev_dn": 759.79998779296875, "manhole_up": "manhole_2153_generated", "manhole_dn": "manhole_2154_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384792.653981153853238, 5858293.25339647103101 ], [ 1384839.146884107263759, 5858310.949097327888012 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 762.29998779296875, "elevtn_dn": 762.29998779296875, "invlev_up": 759.79998779296875, "invlev_dn": 759.79998779296875, "manhole_up": "manhole_2154_generated", "manhole_dn": "manhole_2155_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384839.146884107263759, 5858310.949097327888012 ], [ 1384888.517509665805846, 5858307.535864246077836 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 762.29998779296875, "elevtn_dn": 751.0, "invlev_up": 759.79998779296875, "invlev_dn": 748.5, "manhole_up": "manhole_2155_generated", "manhole_dn": "manhole_2156_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384888.517509665805846, 5858307.535864246077836 ], [ 1384936.622762819286436, 5858294.068231076002121 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 751.0, "elevtn_dn": 751.0, "invlev_up": 748.5, "invlev_dn": 748.5, "manhole_up": "manhole_2156_generated", "manhole_dn": "manhole_2157_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384936.622762819286436, 5858294.068231076002121 ], [ 1384984.637113286415115, 5858280.272530450485647 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 751.0, "elevtn_dn": 743.20001220703125, "invlev_up": 748.5, "invlev_dn": 740.70001220703125, "manhole_up": "manhole_2157_generated", "manhole_dn": "manhole_2158_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384984.637113286415115, 5858280.272530450485647 ], [ 1385032.633651287527755, 5858266.414710656739771 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 743.20001220703125, "elevtn_dn": 743.20001220703125, "invlev_up": 740.70001220703125, "invlev_dn": 740.70001220703125, "manhole_up": "manhole_2158_generated", "manhole_dn": "manhole_2159_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385032.633651287527755, 5858266.414710656739771 ], [ 1385081.886840383987874, 5858258.136644747108221 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 743.20001220703125, "elevtn_dn": 747.60003662109375, "invlev_up": 740.70001220703125, "invlev_dn": 745.10003662109375, "manhole_up": "manhole_2159_generated", "manhole_dn": "manhole_2160_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385081.886840383987874, 5858258.136644747108221 ], [ 1385131.310463621048257, 5858263.211211345158517 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 747.60003662109375, "elevtn_dn": 756.79998779296875, "invlev_up": 745.10003662109375, "invlev_dn": 754.29998779296875, "manhole_up": "manhole_2160_generated", "manhole_dn": "manhole_2161_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385131.310463621048257, 5858263.211211345158517 ], [ 1385177.729395114118233, 5858281.168494092300534 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 756.79998779296875, "elevtn_dn": 758.9000244140625, "invlev_up": 754.29998779296875, "invlev_dn": 756.4000244140625, "manhole_up": "manhole_2161_generated", "manhole_dn": "manhole_2162_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385177.729395114118233, 5858281.168494092300534 ], [ 1385219.95651927171275, 5858307.84242575801909 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 758.9000244140625, "elevtn_dn": 758.9000244140625, "invlev_up": 756.4000244140625, "invlev_dn": 756.4000244140625, "manhole_up": "manhole_2162_generated", "manhole_dn": "manhole_2163_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385219.95651927171275, 5858307.84242575801909 ], [ 1385261.864506913116202, 5858335.034840167500079 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 758.9000244140625, "elevtn_dn": 756.29998779296875, "invlev_up": 756.4000244140625, "invlev_dn": 753.79998779296875, "manhole_up": "manhole_2163_generated", "manhole_dn": "manhole_2164_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385261.864506913116202, 5858335.034840167500079 ], [ 1385305.658712412696332, 5858358.964500648900867 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 756.29998779296875, "elevtn_dn": 756.29998779296875, "invlev_up": 753.79998779296875, "invlev_dn": 753.79998779296875, "manhole_up": "manhole_2164_generated", "manhole_dn": "manhole_2165_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385305.658712412696332, 5858358.964500648900867 ], [ 1385350.136275847908109, 5858381.712097893469036 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 756.29998779296875, "elevtn_dn": 750.79998779296875, "invlev_up": 753.79998779296875, "invlev_dn": 748.29998779296875, "manhole_up": "manhole_2165_generated", "manhole_dn": "manhole_2166_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385350.136275847908109, 5858381.712097893469036 ], [ 1385394.617425152566284, 5858404.452682325616479 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 750.79998779296875, "elevtn_dn": 760.20001220703125, "invlev_up": 748.29998779296875, "invlev_dn": 757.70001220703125, "manhole_up": "manhole_2166_generated", "manhole_dn": "manhole_2167_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385394.617425152566284, 5858404.452682325616479 ], [ 1385439.245915542822331, 5858426.901898948475718 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 760.20001220703125, "elevtn_dn": 754.29998779296875, "invlev_up": 757.70001220703125, "invlev_dn": 751.79998779296875, "manhole_up": "manhole_2167_generated", "manhole_dn": "manhole_2168_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385439.245915542822331, 5858426.901898948475718 ], [ 1385483.926139793125913, 5858449.248809035867453 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 754.29998779296875, "elevtn_dn": 754.29998779296875, "invlev_up": 751.79998779296875, "invlev_dn": 751.79998779296875, "manhole_up": "manhole_2168_generated", "manhole_dn": "manhole_2169_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385483.926139793125913, 5858449.248809035867453 ], [ 1385525.860647091642022, 5858475.8632338559255 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 754.29998779296875, "elevtn_dn": 754.29998779296875, "invlev_up": 751.79998779296875, "invlev_dn": 751.79998779296875, "manhole_up": "manhole_2169_generated", "manhole_dn": "manhole_2170_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385525.860647091642022, 5858475.8632338559255 ], [ 1385553.357332118786871, 5858517.404887572862208 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 754.29998779296875, "elevtn_dn": 751.70001220703125, "invlev_up": 751.79998779296875, "invlev_dn": 749.20001220703125, "manhole_up": "manhole_2170_generated", "manhole_dn": "manhole_2171_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385553.357332118786871, 5858517.404887572862208 ], [ 1385579.617479301057756, 5858559.686364834196866 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 751.70001220703125, "elevtn_dn": 751.70001220703125, "invlev_up": 749.20001220703125, "invlev_dn": 749.20001220703125, "manhole_up": "manhole_2171_generated", "manhole_dn": "manhole_2172_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385579.617479301057756, 5858559.686364834196866 ], [ 1385621.905693766893819, 5858585.068030893802643 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E42", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 751.70001220703125, "elevtn_dn": 750.9000244140625, "invlev_up": 749.20001220703125, "invlev_dn": 748.4000244140625, "manhole_up": "manhole_2172_generated", "manhole_dn": "manhole_2173_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385621.905693766893819, 5858585.068030893802643 ], [ 1385664.027273919200525, 5858611.351026647724211 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E43", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 750.9000244140625, "elevtn_dn": 750.9000244140625, "invlev_up": 748.4000244140625, "invlev_dn": 748.4000244140625, "manhole_up": "manhole_2173_generated", "manhole_dn": "manhole_2174_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385664.027273919200525, 5858611.351026647724211 ], [ 1385700.387205619364977, 5858645.507954810746014 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E44", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 750.9000244140625, "elevtn_dn": 750.9000244140625, "invlev_up": 748.4000244140625, "invlev_dn": 748.4000244140625, "manhole_up": "manhole_2174_generated", "manhole_dn": "manhole_2175_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385700.387205619364977, 5858645.507954810746014 ], [ 1385734.601841112133116, 5858681.909404612146318 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E45", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 750.9000244140625, "elevtn_dn": 755.79998779296875, "invlev_up": 748.4000244140625, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_2175_generated", "manhole_dn": "manhole_2176_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385734.601841112133116, 5858681.909404612146318 ], [ 1385768.816476604901254, 5858718.310854412615299 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E46", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 755.79998779296875, "elevtn_dn": 755.79998779296875, "invlev_up": 753.29998779296875, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_2176_generated", "manhole_dn": "manhole_2177_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385768.816476604901254, 5858718.310854412615299 ], [ 1385802.200311921536922, 5858755.447309947572649 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 755.79998779296875, "elevtn_dn": 755.79998779296875, "invlev_up": 753.29998779296875, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_2177_generated", "manhole_dn": "manhole_2178_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385802.200311921536922, 5858755.447309947572649 ], [ 1385834.15946239954792, 5858793.844178703613579 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_21_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "elevtn_up": 756.29998779296875, "elevtn_dn": 765.0, "invlev_up": 753.79998779296875, "invlev_dn": 762.5, "manhole_up": "manhole_2179_generated", "manhole_dn": "manhole_2180_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385352.471788094611838, 5858398.70255031902343 ], [ 1385323.609449510695413, 5858430.098599229939282 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_21_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "elevtn_up": 765.0, "elevtn_dn": 765.0, "invlev_up": 762.5, "invlev_dn": 762.5, "manhole_up": "manhole_2180_generated", "manhole_dn": "manhole_2181_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385323.609449510695413, 5858430.098599229939282 ], [ 1385286.388775944709778, 5858419.306091710925102 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_21_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "elevtn_up": 765.0, "elevtn_dn": 758.9000244140625, "invlev_up": 762.5, "invlev_dn": 756.4000244140625, "manhole_up": "manhole_2181_generated", "manhole_dn": "manhole_2182_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385286.388775944709778, 5858419.306091710925102 ], [ 1385252.458742934046313, 5858394.201654580421746 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_21_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "elevtn_up": 758.9000244140625, "elevtn_dn": 758.9000244140625, "invlev_up": 756.4000244140625, "invlev_dn": 756.4000244140625, "manhole_up": "manhole_2182_generated", "manhole_dn": "manhole_2183_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385252.458742934046313, 5858394.201654580421746 ], [ 1385217.536378393415362, 5858369.72360460460186 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_21_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "elevtn_up": 758.9000244140625, "elevtn_dn": 756.79998779296875, "invlev_up": 756.4000244140625, "invlev_dn": 754.29998779296875, "manhole_up": "manhole_2183_generated", "manhole_dn": "manhole_2184_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385217.536378393415362, 5858369.72360460460186 ], [ 1385177.877519500209019, 5858363.975667187944055 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_23_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_23", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_23", "diameter": "0.5", "elevtn_up": 813.60003662109375, "elevtn_dn": 813.60003662109375, "invlev_up": 811.10003662109375, "invlev_dn": 811.10003662109375, "manhole_up": "manhole_2185_generated", "manhole_dn": "manhole_2186_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384748.107251951703802, 5858475.46539437584579 ], [ 1384773.662756133358926, 5858482.028828926384449 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_23_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_23", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_23", "diameter": "0.5", "elevtn_up": 813.60003662109375, "elevtn_dn": 813.60003662109375, "invlev_up": 811.10003662109375, "invlev_dn": 811.10003662109375, "manhole_up": "manhole_2186_generated", "manhole_dn": "manhole_2187_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384773.662756133358926, 5858482.028828926384449 ], [ 1384799.21826031524688, 5858488.592263477854431 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_24_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_24", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_24", "diameter": "0.5", "elevtn_up": 762.9000244140625, "elevtn_dn": 751.4000244140625, "invlev_up": 760.4000244140625, "invlev_dn": 748.9000244140625, "manhole_up": "manhole_2188_generated", "manhole_dn": "manhole_2189_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385831.554474999429658, 5858837.476550582796335 ], [ 1385834.933234154479578, 5858795.367517679929733 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_24_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_24", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_24", "diameter": "0.5", "elevtn_up": 751.4000244140625, "elevtn_dn": 759.70001220703125, "invlev_up": 748.9000244140625, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_2189_generated", "manhole_dn": "manhole_2190_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385834.933234154479578, 5858795.367517679929733 ], [ 1385855.640895856311545, 5858836.135079927742481 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_25_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_25", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_25", "diameter": "0.5", "elevtn_up": 786.79998779296875, "elevtn_dn": 791.20001220703125, "invlev_up": 784.29998779296875, "invlev_dn": 788.70001220703125, "manhole_up": "manhole_2191_generated", "manhole_dn": "manhole_2192_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385425.871741503709927, 5858809.522038951516151 ], [ 1385446.216239683330059, 5858844.397748519666493 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_25_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_25", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_25", "diameter": "0.5", "elevtn_up": 791.20001220703125, "elevtn_dn": 791.20001220703125, "invlev_up": 788.70001220703125, "invlev_dn": 788.70001220703125, "manhole_up": "manhole_2192_generated", "manhole_dn": "manhole_2193_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385446.216239683330059, 5858844.397748519666493 ], [ 1385453.998638280900195, 5858886.437654017470777 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_25_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_25", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_25", "diameter": "0.5", "elevtn_up": 791.20001220703125, "elevtn_dn": 783.0, "invlev_up": 788.70001220703125, "invlev_dn": 780.5, "manhole_up": "manhole_2193_generated", "manhole_dn": "manhole_2194_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385453.998638280900195, 5858886.437654017470777 ], [ 1385472.218053022632375, 5858925.273072509095073 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_26_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_26", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_26", "diameter": "0.5", "elevtn_up": 762.9000244140625, "elevtn_dn": 759.70001220703125, "invlev_up": 760.4000244140625, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_2188_generated", "manhole_dn": "manhole_2190_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385831.554474999429658, 5858837.476550582796335 ], [ 1385855.640895856311545, 5858836.135079927742481 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_29_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_29", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_29", "diameter": "0.5", "elevtn_up": 759.70001220703125, "elevtn_dn": 759.70001220703125, "invlev_up": 757.20001220703125, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_2195_generated", "manhole_dn": "manhole_2196_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385861.372513797832653, 5858893.832569030113518 ], [ 1385844.630084188189358, 5858865.848266057670116 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_29_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_29", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_29", "diameter": "0.5", "elevtn_up": 759.70001220703125, "elevtn_dn": 762.9000244140625, "invlev_up": 757.20001220703125, "invlev_dn": 760.4000244140625, "manhole_up": "manhole_2196_generated", "manhole_dn": "manhole_2188_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385844.630084188189358, 5858865.848266057670116 ], [ 1385831.554474999429658, 5858837.476550582796335 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_30_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "elevtn_up": 769.4000244140625, "elevtn_dn": 769.4000244140625, "invlev_up": 766.9000244140625, "invlev_dn": 766.9000244140625, "manhole_up": "manhole_2197_generated", "manhole_dn": "manhole_2198_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387137.22300889948383, 5858981.723106959834695 ], [ 1387148.04859330272302, 5859026.366797789931297 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_30_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "elevtn_up": 769.4000244140625, "elevtn_dn": 762.60003662109375, "invlev_up": 766.9000244140625, "invlev_dn": 760.10003662109375, "manhole_up": "manhole_2198_generated", "manhole_dn": "manhole_2199_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387148.04859330272302, 5859026.366797789931297 ], [ 1387119.95937648974359, 5859056.934598693624139 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_30_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "elevtn_up": 762.60003662109375, "elevtn_dn": 762.60003662109375, "invlev_up": 760.10003662109375, "invlev_dn": 760.10003662109375, "manhole_up": "manhole_2199_generated", "manhole_dn": "manhole_2200_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387119.95937648974359, 5859056.934598693624139 ], [ 1387074.832296247361228, 5859065.30100557859987 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_30_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "elevtn_up": 762.60003662109375, "elevtn_dn": 755.79998779296875, "invlev_up": 760.10003662109375, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_2200_generated", "manhole_dn": "manhole_2201_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387074.832296247361228, 5859065.30100557859987 ], [ 1387030.356415221933275, 5859076.86137125454843 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_30_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "elevtn_up": 755.79998779296875, "elevtn_dn": 772.4000244140625, "invlev_up": 753.29998779296875, "invlev_dn": 769.9000244140625, "manhole_up": "manhole_2201_generated", "manhole_dn": "manhole_2202_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387030.356415221933275, 5859076.86137125454843 ], [ 1386986.427998587489128, 5859090.309648380614817 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_30_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "elevtn_up": 772.4000244140625, "elevtn_dn": 761.60003662109375, "invlev_up": 769.9000244140625, "invlev_dn": 759.10003662109375, "manhole_up": "manhole_2202_generated", "manhole_dn": "manhole_2203_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386986.427998587489128, 5859090.309648380614817 ], [ 1386945.966695382725447, 5859111.788386604748666 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_30_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "elevtn_up": 761.60003662109375, "elevtn_dn": 761.60003662109375, "invlev_up": 759.10003662109375, "invlev_dn": 759.10003662109375, "manhole_up": "manhole_2203_generated", "manhole_dn": "manhole_2204_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386945.966695382725447, 5859111.788386604748666 ], [ 1386905.77102447184734, 5859134.105928846634924 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_30_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "elevtn_up": 761.60003662109375, "elevtn_dn": 761.60003662109375, "invlev_up": 759.10003662109375, "invlev_dn": 759.10003662109375, "manhole_up": "manhole_2204_generated", "manhole_dn": "manhole_2205_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386905.77102447184734, 5859134.105928846634924 ], [ 1386871.537448140559718, 5859162.609670763835311 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 761.60003662109375, "elevtn_dn": 761.60003662109375, "invlev_up": 759.10003662109375, "invlev_dn": 759.10003662109375, "manhole_up": "manhole_2205_generated", "manhole_dn": "manhole_2206_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386871.537448140559718, 5859162.609670763835311 ], [ 1386921.106019288301468, 5859163.103915391489863 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 761.60003662109375, "elevtn_dn": 772.4000244140625, "invlev_up": 759.10003662109375, "invlev_dn": 769.9000244140625, "manhole_up": "manhole_2206_generated", "manhole_dn": "manhole_2207_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386921.106019288301468, 5859163.103915391489863 ], [ 1386970.627896018791944, 5859161.624508504755795 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 772.4000244140625, "elevtn_dn": 772.4000244140625, "invlev_up": 769.9000244140625, "invlev_dn": 769.9000244140625, "manhole_up": "manhole_2207_generated", "manhole_dn": "manhole_2208_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386970.627896018791944, 5859161.624508504755795 ], [ 1387019.993600395740941, 5859157.412991388700902 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 772.4000244140625, "elevtn_dn": 781.10003662109375, "invlev_up": 769.9000244140625, "invlev_dn": 778.60003662109375, "manhole_up": "manhole_2208_generated", "manhole_dn": "manhole_2209_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387019.993600395740941, 5859157.412991388700902 ], [ 1387069.191225855611265, 5859151.340004274621606 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 781.10003662109375, "elevtn_dn": 781.10003662109375, "invlev_up": 778.60003662109375, "invlev_dn": 778.60003662109375, "manhole_up": "manhole_2209_generated", "manhole_dn": "manhole_2210_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387069.191225855611265, 5859151.340004274621606 ], [ 1387118.547863835236058, 5859146.828392788767815 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 781.10003662109375, "elevtn_dn": 786.4000244140625, "invlev_up": 778.60003662109375, "invlev_dn": 783.9000244140625, "manhole_up": "manhole_2210_generated", "manhole_dn": "manhole_2211_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387118.547863835236058, 5859146.828392788767815 ], [ 1387167.916038708761334, 5859151.025294326245785 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 786.4000244140625, "elevtn_dn": 786.4000244140625, "invlev_up": 783.9000244140625, "invlev_dn": 783.9000244140625, "manhole_up": "manhole_2211_generated", "manhole_dn": "manhole_2212_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387167.916038708761334, 5859151.025294326245785 ], [ 1387217.282604865729809, 5859155.523034786805511 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 786.4000244140625, "elevtn_dn": 787.60003662109375, "invlev_up": 783.9000244140625, "invlev_dn": 785.10003662109375, "manhole_up": "manhole_2212_generated", "manhole_dn": "manhole_2213_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387217.282604865729809, 5859155.523034786805511 ], [ 1387266.649171022465453, 5859160.020775248296559 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 787.60003662109375, "elevtn_dn": 787.60003662109375, "invlev_up": 785.10003662109375, "invlev_dn": 785.10003662109375, "manhole_up": "manhole_2213_generated", "manhole_dn": "manhole_2214_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387266.649171022465453, 5859160.020775248296559 ], [ 1387315.831188223091885, 5859165.716172898188233 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 787.60003662109375, "elevtn_dn": 790.4000244140625, "invlev_up": 785.10003662109375, "invlev_dn": 787.9000244140625, "manhole_up": "manhole_2214_generated", "manhole_dn": "manhole_2215_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387315.831188223091885, 5859165.716172898188233 ], [ 1387364.261764668161049, 5859176.288154195994139 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 790.4000244140625, "elevtn_dn": 790.4000244140625, "invlev_up": 787.9000244140625, "invlev_dn": 787.9000244140625, "manhole_up": "manhole_2215_generated", "manhole_dn": "manhole_2216_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387364.261764668161049, 5859176.288154195994139 ], [ 1387411.186259990092367, 5859192.118345031514764 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 790.4000244140625, "elevtn_dn": 789.10003662109375, "invlev_up": 787.9000244140625, "invlev_dn": 786.60003662109375, "manhole_up": "manhole_2216_generated", "manhole_dn": "manhole_2217_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387411.186259990092367, 5859192.118345031514764 ], [ 1387455.544592748628929, 5859213.906051598489285 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 789.10003662109375, "elevtn_dn": 817.20001220703125, "invlev_up": 786.60003662109375, "invlev_dn": 814.70001220703125, "manhole_up": "manhole_2217_generated", "manhole_dn": "manhole_2218_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387455.544592748628929, 5859213.906051598489285 ], [ 1387490.610425172373652, 5859248.94134864397347 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 817.20001220703125, "elevtn_dn": 818.20001220703125, "invlev_up": 814.70001220703125, "invlev_dn": 815.70001220703125, "manhole_up": "manhole_2218_generated", "manhole_dn": "manhole_2219_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387490.610425172373652, 5859248.94134864397347 ], [ 1387525.979065561201423, 5859283.669168318621814 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 818.20001220703125, "elevtn_dn": 818.20001220703125, "invlev_up": 815.70001220703125, "invlev_dn": 815.70001220703125, "manhole_up": "manhole_2219_generated", "manhole_dn": "manhole_2220_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387525.979065561201423, 5859283.669168318621814 ], [ 1387563.532416822388768, 5859316.0270627560094 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 818.20001220703125, "elevtn_dn": 802.79998779296875, "invlev_up": 815.70001220703125, "invlev_dn": 800.29998779296875, "manhole_up": "manhole_2220_generated", "manhole_dn": "manhole_2221_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387563.532416822388768, 5859316.0270627560094 ], [ 1387601.085768083808944, 5859348.384957193396986 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 802.79998779296875, "elevtn_dn": 837.70001220703125, "invlev_up": 800.29998779296875, "invlev_dn": 835.20001220703125, "manhole_up": "manhole_2221_generated", "manhole_dn": "manhole_2222_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387601.085768083808944, 5859348.384957193396986 ], [ 1387638.639119345229119, 5859380.742851630784571 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 837.70001220703125, "elevtn_dn": 837.70001220703125, "invlev_up": 835.20001220703125, "invlev_dn": 835.20001220703125, "manhole_up": "manhole_2222_generated", "manhole_dn": "manhole_2223_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387638.639119345229119, 5859380.742851630784571 ], [ 1387676.192470606416464, 5859413.100746068172157 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 837.70001220703125, "elevtn_dn": 828.79998779296875, "invlev_up": 835.20001220703125, "invlev_dn": 826.29998779296875, "manhole_up": "manhole_2223_generated", "manhole_dn": "manhole_2224_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387676.192470606416464, 5859413.100746068172157 ], [ 1387713.745821867836639, 5859445.45864050462842 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 828.79998779296875, "elevtn_dn": 828.79998779296875, "invlev_up": 826.29998779296875, "invlev_dn": 826.29998779296875, "manhole_up": "manhole_2224_generated", "manhole_dn": "manhole_2225_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387713.745821867836639, 5859445.45864050462842 ], [ 1387750.394377880264074, 5859478.825171477161348 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 828.79998779296875, "elevtn_dn": 854.29998779296875, "invlev_up": 826.29998779296875, "invlev_dn": 851.79998779296875, "manhole_up": "manhole_2225_generated", "manhole_dn": "manhole_2226_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387750.394377880264074, 5859478.825171477161348 ], [ 1387786.626276910537854, 5859512.656178202480078 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 854.29998779296875, "elevtn_dn": 854.29998779296875, "invlev_up": 851.79998779296875, "invlev_dn": 851.79998779296875, "manhole_up": "manhole_2226_generated", "manhole_dn": "manhole_2227_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387786.626276910537854, 5859512.656178202480078 ], [ 1387822.858175940578803, 5859546.487184926867485 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 854.29998779296875, "elevtn_dn": 854.29998779296875, "invlev_up": 851.79998779296875, "invlev_dn": 851.79998779296875, "manhole_up": "manhole_2227_generated", "manhole_dn": "manhole_2228_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387822.858175940578803, 5859546.487184926867485 ], [ 1387850.662340233800933, 5859586.980695966631174 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 854.29998779296875, "elevtn_dn": 891.20001220703125, "invlev_up": 851.79998779296875, "invlev_dn": 888.70001220703125, "manhole_up": "manhole_2228_generated", "manhole_dn": "manhole_2229_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387850.662340233800933, 5859586.980695966631174 ], [ 1387868.193221996771172, 5859633.330900657922029 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 891.20001220703125, "elevtn_dn": 876.20001220703125, "invlev_up": 888.70001220703125, "invlev_dn": 873.70001220703125, "manhole_up": "manhole_2229_generated", "manhole_dn": "manhole_2230_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387868.193221996771172, 5859633.330900657922029 ], [ 1387885.535610173596069, 5859679.769344814121723 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 876.20001220703125, "elevtn_dn": 876.20001220703125, "invlev_up": 873.70001220703125, "invlev_dn": 873.70001220703125, "manhole_up": "manhole_2230_generated", "manhole_dn": "manhole_2231_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387885.535610173596069, 5859679.769344814121723 ], [ 1387902.854485532967374, 5859726.216552678495646 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 876.20001220703125, "elevtn_dn": 898.29998779296875, "invlev_up": 873.70001220703125, "invlev_dn": 895.79998779296875, "manhole_up": "manhole_2231_generated", "manhole_dn": "manhole_2232_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387902.854485532967374, 5859726.216552678495646 ], [ 1387920.137465380365029, 5859772.67713953461498 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 898.29998779296875, "elevtn_dn": 898.29998779296875, "invlev_up": 895.79998779296875, "invlev_dn": 895.79998779296875, "manhole_up": "manhole_2232_generated", "manhole_dn": "manhole_2233_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387920.137465380365029, 5859772.67713953461498 ], [ 1387937.420445227529854, 5859819.137726389802992 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 898.29998779296875, "elevtn_dn": 898.29998779296875, "invlev_up": 895.79998779296875, "invlev_dn": 895.79998779296875, "manhole_up": "manhole_2233_generated", "manhole_dn": "manhole_2234_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387937.420445227529854, 5859819.137726389802992 ], [ 1387948.863530882401392, 5859867.082766367122531 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 898.29998779296875, "elevtn_dn": 918.5, "invlev_up": 895.79998779296875, "invlev_dn": 916.0, "manhole_up": "manhole_2234_generated", "manhole_dn": "manhole_2235_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387948.863530882401392, 5859867.082766367122531 ], [ 1387950.013254075078294, 5859916.565449987538159 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 918.5, "elevtn_dn": 918.5, "invlev_up": 916.0, "invlev_dn": 916.0, "manhole_up": "manhole_2235_generated", "manhole_dn": "manhole_2236_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387950.013254075078294, 5859916.565449987538159 ], [ 1387947.430782878771424, 5859966.047936389222741 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 918.5, "elevtn_dn": 918.5, "invlev_up": 916.0, "invlev_dn": 916.0, "manhole_up": "manhole_2236_generated", "manhole_dn": "manhole_2237_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387947.430782878771424, 5859966.047936389222741 ], [ 1387943.997958281077445, 5860015.499966060742736 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 918.5, "elevtn_dn": 948.60003662109375, "invlev_up": 916.0, "invlev_dn": 946.10003662109375, "manhole_up": "manhole_2237_generated", "manhole_dn": "manhole_2238_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387943.997958281077445, 5860015.499966060742736 ], [ 1387940.565133683150634, 5860064.951995733194053 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 948.60003662109375, "elevtn_dn": 948.60003662109375, "invlev_up": 946.10003662109375, "invlev_dn": 946.10003662109375, "manhole_up": "manhole_2238_generated", "manhole_dn": "manhole_2239_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.565133683150634, 5860064.951995733194053 ], [ 1387945.371777657186612, 5860113.959104515612125 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 948.60003662109375, "elevtn_dn": 948.60003662109375, "invlev_up": 946.10003662109375, "invlev_dn": 946.10003662109375, "manhole_up": "manhole_2239_generated", "manhole_dn": "manhole_2240_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387945.371777657186612, 5860113.959104515612125 ], [ 1387964.117816498270258, 5860159.736532494425774 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 948.60003662109375, "elevtn_dn": 940.5, "invlev_up": 946.10003662109375, "invlev_dn": 938.0, "manhole_up": "manhole_2240_generated", "manhole_dn": "manhole_2241_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387964.117816498270258, 5860159.736532494425774 ], [ 1387984.093857799191028, 5860205.104420888237655 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 940.5, "elevtn_dn": 940.5, "invlev_up": 938.0, "invlev_dn": 938.0, "manhole_up": "manhole_2241_generated", "manhole_dn": "manhole_2242_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387984.093857799191028, 5860205.104420888237655 ], [ 1388004.069899099878967, 5860250.472309282049537 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 940.5, "elevtn_dn": 940.5, "invlev_up": 938.0, "invlev_dn": 938.0, "manhole_up": "manhole_2242_generated", "manhole_dn": "manhole_2243_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388004.069899099878967, 5860250.472309282049537 ], [ 1388027.68692572391592, 5860293.896034284494817 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 940.5, "elevtn_dn": 971.70001220703125, "invlev_up": 938.0, "invlev_dn": 969.20001220703125, "manhole_up": "manhole_2243_generated", "manhole_dn": "manhole_2244_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388027.68692572391592, 5860293.896034284494817 ], [ 1388060.096315970877185, 5860331.348726416006684 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 971.70001220703125, "elevtn_dn": 935.5, "invlev_up": 969.20001220703125, "invlev_dn": 933.0, "manhole_up": "manhole_2244_generated", "manhole_dn": "manhole_2245_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388060.096315970877185, 5860331.348726416006684 ], [ 1388092.967688721138984, 5860368.453448176383972 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 935.5, "elevtn_dn": 935.5, "invlev_up": 933.0, "invlev_dn": 933.0, "manhole_up": "manhole_2245_generated", "manhole_dn": "manhole_2246_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388092.967688721138984, 5860368.453448176383972 ], [ 1388119.020827289205045, 5860410.510251956991851 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 935.5, "elevtn_dn": 949.9000244140625, "invlev_up": 933.0, "invlev_dn": 947.4000244140625, "manhole_up": "manhole_2246_generated", "manhole_dn": "manhole_2247_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388119.020827289205045, 5860410.510251956991851 ], [ 1388143.407622833969072, 5860453.667774203233421 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E42", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 949.9000244140625, "elevtn_dn": 924.60003662109375, "invlev_up": 947.4000244140625, "invlev_dn": 922.10003662109375, "manhole_up": "manhole_2247_generated", "manhole_dn": "manhole_2248_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388143.407622833969072, 5860453.667774203233421 ], [ 1388167.794418378733099, 5860496.82529644947499 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E43", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 924.60003662109375, "elevtn_dn": 924.60003662109375, "invlev_up": 922.10003662109375, "invlev_dn": 922.10003662109375, "manhole_up": "manhole_2248_generated", "manhole_dn": "manhole_2249_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388167.794418378733099, 5860496.82529644947499 ], [ 1388187.41186453984119, 5860542.097804954275489 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E44", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 924.60003662109375, "elevtn_dn": 942.4000244140625, "invlev_up": 922.10003662109375, "invlev_dn": 939.9000244140625, "manhole_up": "manhole_2249_generated", "manhole_dn": "manhole_2250_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388187.41186453984119, 5860542.097804954275489 ], [ 1388193.385166377527639, 5860591.251542154699564 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E45", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 942.4000244140625, "elevtn_dn": 942.4000244140625, "invlev_up": 939.9000244140625, "invlev_dn": 939.9000244140625, "manhole_up": "manhole_2250_generated", "manhole_dn": "manhole_2251_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388193.385166377527639, 5860591.251542154699564 ], [ 1388198.812296225922182, 5860640.524595490656793 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E46", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 942.4000244140625, "elevtn_dn": 942.4000244140625, "invlev_up": 939.9000244140625, "invlev_dn": 939.9000244140625, "manhole_up": "manhole_2251_generated", "manhole_dn": "manhole_2252_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388198.812296225922182, 5860640.524595490656793 ], [ 1388204.239426074549556, 5860689.7976488256827 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 942.4000244140625, "elevtn_dn": 955.0, "invlev_up": 939.9000244140625, "invlev_dn": 952.5, "manhole_up": "manhole_2252_generated", "manhole_dn": "manhole_2253_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388204.239426074549556, 5860689.7976488256827 ], [ 1388184.484932377934456, 5860730.700381714850664 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E48", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_2253_generated", "manhole_dn": "manhole_2254_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388184.484932377934456, 5860730.700381714850664 ], [ 1388159.550175313837826, 5860759.392759991809726 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E49", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_2254_generated", "manhole_dn": "manhole_2255_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388159.550175313837826, 5860759.392759991809726 ], [ 1388171.988544700434431, 5860807.377908634953201 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E50", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_2255_generated", "manhole_dn": "manhole_2256_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388171.988544700434431, 5860807.377908634953201 ], [ 1388215.013825689908117, 5860825.214942933060229 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E51", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 955.0, "elevtn_dn": 941.10003662109375, "invlev_up": 952.5, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_2256_generated", "manhole_dn": "manhole_2257_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388215.013825689908117, 5860825.214942933060229 ], [ 1388264.397385431453586, 5860829.298032846301794 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E52", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 941.10003662109375, "elevtn_dn": 941.10003662109375, "invlev_up": 938.60003662109375, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_2257_generated", "manhole_dn": "manhole_2258_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388264.397385431453586, 5860829.298032846301794 ], [ 1388313.062299854354933, 5860837.304878970608115 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E53", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 941.10003662109375, "elevtn_dn": 937.5, "invlev_up": 938.60003662109375, "invlev_dn": 935.0, "manhole_up": "manhole_2258_generated", "manhole_dn": "manhole_2259_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388313.062299854354933, 5860837.304878970608115 ], [ 1388360.993895401246846, 5860849.948045967146754 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E54", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 937.5, "elevtn_dn": 937.5, "invlev_up": 935.0, "invlev_dn": 935.0, "manhole_up": "manhole_2259_generated", "manhole_dn": "manhole_2260_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388360.993895401246846, 5860849.948045967146754 ], [ 1388408.925490947905928, 5860862.591212964616716 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E55", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 937.5, "elevtn_dn": 937.60003662109375, "invlev_up": 935.0, "invlev_dn": 935.10003662109375, "manhole_up": "manhole_2260_generated", "manhole_dn": "manhole_2261_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388408.925490947905928, 5860862.591212964616716 ], [ 1388458.220990223577246, 5860866.957201769575477 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E56", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 937.60003662109375, "elevtn_dn": 937.60003662109375, "invlev_up": 935.10003662109375, "invlev_dn": 935.10003662109375, "manhole_up": "manhole_2261_generated", "manhole_dn": "manhole_2262_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388458.220990223577246, 5860866.957201769575477 ], [ 1388507.336333080893382, 5860873.218384950421751 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E57", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 937.60003662109375, "elevtn_dn": 941.20001220703125, "invlev_up": 935.10003662109375, "invlev_dn": 938.70001220703125, "manhole_up": "manhole_2262_generated", "manhole_dn": "manhole_2263_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388507.336333080893382, 5860873.218384950421751 ], [ 1388556.215695114107803, 5860881.470384138636291 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E58", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 941.20001220703125, "elevtn_dn": 941.20001220703125, "invlev_up": 938.70001220703125, "invlev_dn": 938.70001220703125, "manhole_up": "manhole_2263_generated", "manhole_dn": "manhole_2264_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388556.215695114107803, 5860881.470384138636291 ], [ 1388604.556662159739062, 5860892.361969010904431 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E59", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 941.20001220703125, "elevtn_dn": 943.10003662109375, "invlev_up": 938.70001220703125, "invlev_dn": 940.60003662109375, "manhole_up": "manhole_2264_generated", "manhole_dn": "manhole_2265_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388604.556662159739062, 5860892.361969010904431 ], [ 1388653.59940263046883, 5860897.15789801068604 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E60", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 943.10003662109375, "elevtn_dn": 943.10003662109375, "invlev_up": 940.60003662109375, "invlev_dn": 940.60003662109375, "manhole_up": "manhole_2265_generated", "manhole_dn": "manhole_2266_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388653.59940263046883, 5860897.15789801068604 ], [ 1388700.080393208190799, 5860881.090511013753712 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E61", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 943.10003662109375, "elevtn_dn": 946.10003662109375, "invlev_up": 940.60003662109375, "invlev_dn": 943.60003662109375, "manhole_up": "manhole_2266_generated", "manhole_dn": "manhole_2267_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388700.080393208190799, 5860881.090511013753712 ], [ 1388732.687003659084439, 5860844.794781206175685 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E62", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 946.10003662109375, "elevtn_dn": 952.60003662109375, "invlev_up": 943.60003662109375, "invlev_dn": 950.10003662109375, "manhole_up": "manhole_2267_generated", "manhole_dn": "manhole_2268_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388732.687003659084439, 5860844.794781206175685 ], [ 1388755.953327334951609, 5860801.023035684600472 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E63", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 952.60003662109375, "elevtn_dn": 952.60003662109375, "invlev_up": 950.10003662109375, "invlev_dn": 950.10003662109375, "manhole_up": "manhole_2268_generated", "manhole_dn": "manhole_2269_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388755.953327334951609, 5860801.023035684600472 ], [ 1388778.23369869007729, 5860756.84024004638195 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E64", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 952.60003662109375, "elevtn_dn": 952.60003662109375, "invlev_up": 950.10003662109375, "invlev_dn": 950.10003662109375, "manhole_up": "manhole_2269_generated", "manhole_dn": "manhole_2270_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388778.23369869007729, 5860756.84024004638195 ], [ 1388792.950793598080054, 5860709.504263866692781 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E65", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 952.60003662109375, "elevtn_dn": 953.79998779296875, "invlev_up": 950.10003662109375, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_2270_generated", "manhole_dn": "manhole_2271_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388792.950793598080054, 5860709.504263866692781 ], [ 1388807.667888506315649, 5860662.168287687934935 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E66", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 953.79998779296875, "elevtn_dn": 953.79998779296875, "invlev_up": 951.29998779296875, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_2271_generated", "manhole_dn": "manhole_2272_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388807.667888506315649, 5860662.168287687934935 ], [ 1388819.224422588944435, 5860613.968191100284457 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E67", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 953.79998779296875, "elevtn_dn": 955.70001220703125, "invlev_up": 951.29998779296875, "invlev_dn": 953.20001220703125, "manhole_up": "manhole_2272_generated", "manhole_dn": "manhole_2273_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388819.224422588944435, 5860613.968191100284457 ], [ 1388830.63825476472266, 5860565.72907877061516 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E68", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 955.70001220703125, "elevtn_dn": 955.70001220703125, "invlev_up": 953.20001220703125, "invlev_dn": 953.20001220703125, "manhole_up": "manhole_2273_generated", "manhole_dn": "manhole_2274_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388830.63825476472266, 5860565.72907877061516 ], [ 1388842.052086940500885, 5860517.489966440014541 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E69", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 955.70001220703125, "elevtn_dn": 955.70001220703125, "invlev_up": 953.20001220703125, "invlev_dn": 953.20001220703125, "manhole_up": "manhole_2274_generated", "manhole_dn": "manhole_2275_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388842.052086940500885, 5860517.489966440014541 ], [ 1388862.77624000934884, 5860472.578981296159327 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E70", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 955.70001220703125, "elevtn_dn": 964.70001220703125, "invlev_up": 953.20001220703125, "invlev_dn": 962.20001220703125, "manhole_up": "manhole_2275_generated", "manhole_dn": "manhole_2276_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388862.77624000934884, 5860472.578981296159327 ], [ 1388884.529400010826066, 5860428.03588358964771 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E71", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 964.70001220703125, "elevtn_dn": 951.29998779296875, "invlev_up": 962.20001220703125, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_2276_generated", "manhole_dn": "manhole_2277_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388884.529400010826066, 5860428.03588358964771 ], [ 1388906.282637836178765, 5860383.492823889479041 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E72", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_2277_generated", "manhole_dn": "manhole_2278_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388906.282637836178765, 5860383.492823889479041 ], [ 1388933.946375871310011, 5860342.419800435192883 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E73", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_2278_generated", "manhole_dn": "manhole_2279_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388933.946375871310011, 5860342.419800435192883 ], [ 1388962.240715913940221, 5860301.717001453973353 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 761.60003662109375, "elevtn_dn": 752.29998779296875, "invlev_up": 759.10003662109375, "invlev_dn": 749.79998779296875, "manhole_up": "manhole_2205_generated", "manhole_dn": "manhole_2280_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386871.537448140559718, 5859162.609670763835311 ], [ 1386825.19834817154333, 5859175.156894122250378 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 752.29998779296875, "elevtn_dn": 752.29998779296875, "invlev_up": 749.79998779296875, "invlev_dn": 749.79998779296875, "manhole_up": "manhole_2280_generated", "manhole_dn": "manhole_2281_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386825.19834817154333, 5859175.156894122250378 ], [ 1386779.333999397465959, 5859189.44842192158103 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 752.29998779296875, "elevtn_dn": 738.0, "invlev_up": 749.79998779296875, "invlev_dn": 735.5, "manhole_up": "manhole_2281_generated", "manhole_dn": "manhole_2282_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386779.333999397465959, 5859189.44842192158103 ], [ 1386733.445003136992455, 5859203.660136871039867 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 738.0, "elevtn_dn": 738.0, "invlev_up": 735.5, "invlev_dn": 735.5, "manhole_up": "manhole_2282_generated", "manhole_dn": "manhole_2283_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386733.445003136992455, 5859203.660136871039867 ], [ 1386687.508546756347641, 5859217.718167688697577 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 738.0, "elevtn_dn": 763.29998779296875, "invlev_up": 735.5, "invlev_dn": 760.79998779296875, "manhole_up": "manhole_2283_generated", "manhole_dn": "manhole_2284_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386687.508546756347641, 5859217.718167688697577 ], [ 1386641.572090375469998, 5859231.776198507286608 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 763.29998779296875, "elevtn_dn": 763.29998779296875, "invlev_up": 760.79998779296875, "invlev_dn": 760.79998779296875, "manhole_up": "manhole_2284_generated", "manhole_dn": "manhole_2285_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386641.572090375469998, 5859231.776198507286608 ], [ 1386595.451642262749374, 5859245.168246414512396 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 763.29998779296875, "elevtn_dn": 754.60003662109375, "invlev_up": 760.79998779296875, "invlev_dn": 752.10003662109375, "manhole_up": "manhole_2285_generated", "manhole_dn": "manhole_2286_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386595.451642262749374, 5859245.168246414512396 ], [ 1386548.813360751140863, 5859256.685926430858672 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 754.60003662109375, "elevtn_dn": 754.60003662109375, "invlev_up": 752.10003662109375, "invlev_dn": 752.10003662109375, "manhole_up": "manhole_2286_generated", "manhole_dn": "manhole_2287_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386548.813360751140863, 5859256.685926430858672 ], [ 1386502.175079239532351, 5859268.203606447204947 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 754.60003662109375, "elevtn_dn": 742.5, "invlev_up": 752.10003662109375, "invlev_dn": 740.0, "manhole_up": "manhole_2287_generated", "manhole_dn": "manhole_2288_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386502.175079239532351, 5859268.203606447204947 ], [ 1386455.354356503346935, 5859278.943273726850748 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 742.5, "elevtn_dn": 742.5, "invlev_up": 740.0, "invlev_dn": 740.0, "manhole_up": "manhole_2288_generated", "manhole_dn": "manhole_2289_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386455.354356503346935, 5859278.943273726850748 ], [ 1386408.879239794565365, 5859290.671229789964855 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 742.5, "elevtn_dn": 717.60003662109375, "invlev_up": 740.0, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_2289_generated", "manhole_dn": "manhole_2290_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386408.879239794565365, 5859290.671229789964855 ], [ 1386364.691368696978316, 5859309.518465746194124 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 717.60003662109375, "elevtn_dn": 717.60003662109375, "invlev_up": 715.10003662109375, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_2290_generated", "manhole_dn": "manhole_2291_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386364.691368696978316, 5859309.518465746194124 ], [ 1386320.503497599391267, 5859328.365701701492071 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 717.60003662109375, "elevtn_dn": 711.0, "invlev_up": 715.10003662109375, "invlev_dn": 708.5, "manhole_up": "manhole_2291_generated", "manhole_dn": "manhole_2292_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386320.503497599391267, 5859328.365701701492071 ], [ 1386273.173811787506565, 5859335.36546028777957 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 951.29998779296875, "elevtn_dn": 953.70001220703125, "invlev_up": 948.79998779296875, "invlev_dn": 951.20001220703125, "manhole_up": "manhole_10_generated", "manhole_dn": "manhole_2293_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388946.301100668497384, 5860414.883977899327874 ], [ 1388922.246059404918924, 5860458.418739438988268 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 953.70001220703125, "elevtn_dn": 953.70001220703125, "invlev_up": 951.20001220703125, "invlev_dn": 951.20001220703125, "manhole_up": "manhole_2293_generated", "manhole_dn": "manhole_2294_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388922.246059404918924, 5860458.418739438988268 ], [ 1388900.295977992936969, 5860503.075897979550064 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 953.70001220703125, "elevtn_dn": 955.70001220703125, "invlev_up": 951.20001220703125, "invlev_dn": 953.20001220703125, "manhole_up": "manhole_2294_generated", "manhole_dn": "manhole_2295_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388900.295977992936969, 5860503.075897979550064 ], [ 1388878.345896581187844, 5860547.733056520111859 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 955.70001220703125, "elevtn_dn": 953.79998779296875, "invlev_up": 953.20001220703125, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_2295_generated", "manhole_dn": "manhole_2296_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388878.345896581187844, 5860547.733056520111859 ], [ 1388856.887740465346724, 5860592.570927501656115 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 953.79998779296875, "elevtn_dn": 953.79998779296875, "invlev_up": 951.29998779296875, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_2296_generated", "manhole_dn": "manhole_2297_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388856.887740465346724, 5860592.570927501656115 ], [ 1388853.076019846601412, 5860641.795407227240503 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 953.79998779296875, "elevtn_dn": 953.79998779296875, "invlev_up": 951.29998779296875, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_2297_generated", "manhole_dn": "manhole_2298_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388853.076019846601412, 5860641.795407227240503 ], [ 1388856.119826921960339, 5860691.462329030036926 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 953.79998779296875, "elevtn_dn": 952.5, "invlev_up": 951.29998779296875, "invlev_dn": 950.0, "manhole_up": "manhole_2298_generated", "manhole_dn": "manhole_2299_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388856.119826921960339, 5860691.462329030036926 ], [ 1388859.163633997086436, 5860741.12925083283335 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 952.5, "elevtn_dn": 952.5, "invlev_up": 950.0, "invlev_dn": 950.0, "manhole_up": "manhole_2299_generated", "manhole_dn": "manhole_2300_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388859.163633997086436, 5860741.12925083283335 ], [ 1388862.207441072445363, 5860790.796172635629773 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 952.5, "elevtn_dn": 945.5, "invlev_up": 950.0, "invlev_dn": 943.0, "manhole_up": "manhole_2300_generated", "manhole_dn": "manhole_2301_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388862.207441072445363, 5860790.796172635629773 ], [ 1388866.356326055014506, 5860840.344227194786072 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 945.5, "elevtn_dn": 945.5, "invlev_up": 943.0, "invlev_dn": 943.0, "manhole_up": "manhole_2301_generated", "manhole_dn": "manhole_2302_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388866.356326055014506, 5860840.344227194786072 ], [ 1388873.944740658160299, 5860889.522310186177492 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 945.5, "elevtn_dn": 945.5, "invlev_up": 943.0, "invlev_dn": 943.0, "manhole_up": "manhole_2302_generated", "manhole_dn": "manhole_2303_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388873.944740658160299, 5860889.522310186177492 ], [ 1388883.17427325528115, 5860938.398467163555324 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 945.5, "elevtn_dn": 937.4000244140625, "invlev_up": 943.0, "invlev_dn": 934.9000244140625, "manhole_up": "manhole_2303_generated", "manhole_dn": "manhole_2304_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388883.17427325528115, 5860938.398467163555324 ], [ 1388890.216840920504183, 5860987.212368851527572 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 937.4000244140625, "elevtn_dn": 937.4000244140625, "invlev_up": 934.9000244140625, "invlev_dn": 934.9000244140625, "manhole_up": "manhole_2304_generated", "manhole_dn": "manhole_2305_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388890.216840920504183, 5860987.212368851527572 ], [ 1388884.322194910608232, 5861036.62209493201226 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 937.4000244140625, "elevtn_dn": 937.4000244140625, "invlev_up": 934.9000244140625, "invlev_dn": 934.9000244140625, "manhole_up": "manhole_2305_generated", "manhole_dn": "manhole_2306_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388884.322194910608232, 5861036.62209493201226 ], [ 1388878.427548900712281, 5861086.031821011565626 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 937.4000244140625, "elevtn_dn": 930.4000244140625, "invlev_up": 934.9000244140625, "invlev_dn": 927.9000244140625, "manhole_up": "manhole_2306_generated", "manhole_dn": "manhole_2307_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388878.427548900712281, 5861086.031821011565626 ], [ 1388872.532902890816331, 5861135.441547092050314 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 930.4000244140625, "elevtn_dn": 930.4000244140625, "invlev_up": 927.9000244140625, "invlev_dn": 927.9000244140625, "manhole_up": "manhole_2307_generated", "manhole_dn": "manhole_2308_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388872.532902890816331, 5861135.441547092050314 ], [ 1388866.63825688092038, 5861184.851273172535002 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 930.4000244140625, "elevtn_dn": 930.4000244140625, "invlev_up": 927.9000244140625, "invlev_dn": 927.9000244140625, "manhole_up": "manhole_2308_generated", "manhole_dn": "manhole_2309_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388866.63825688092038, 5861184.851273172535002 ], [ 1388854.620840607210994, 5861232.489912945777178 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 930.4000244140625, "elevtn_dn": 926.60003662109375, "invlev_up": 927.9000244140625, "invlev_dn": 924.10003662109375, "manhole_up": "manhole_2309_generated", "manhole_dn": "manhole_2310_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388854.620840607210994, 5861232.489912945777178 ], [ 1388833.22756120422855, 5861277.416469449177384 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 926.60003662109375, "elevtn_dn": 926.60003662109375, "invlev_up": 924.10003662109375, "invlev_dn": 924.10003662109375, "manhole_up": "manhole_2310_generated", "manhole_dn": "manhole_2311_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388833.22756120422855, 5861277.416469449177384 ], [ 1388811.834281801246107, 5861322.343025953508914 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 926.60003662109375, "elevtn_dn": 931.10003662109375, "invlev_up": 924.10003662109375, "invlev_dn": 928.60003662109375, "manhole_up": "manhole_2311_generated", "manhole_dn": "manhole_2312_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388811.834281801246107, 5861322.343025953508914 ], [ 1388790.441002398030832, 5861367.26958245690912 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 931.10003662109375, "elevtn_dn": 922.20001220703125, "invlev_up": 928.60003662109375, "invlev_dn": 919.70001220703125, "manhole_up": "manhole_2312_generated", "manhole_dn": "manhole_2313_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388790.441002398030832, 5861367.26958245690912 ], [ 1388769.047722995048389, 5861412.196138960309327 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 922.20001220703125, "elevtn_dn": 922.20001220703125, "invlev_up": 919.70001220703125, "invlev_dn": 919.70001220703125, "manhole_up": "manhole_2313_generated", "manhole_dn": "manhole_2314_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388769.047722995048389, 5861412.196138960309327 ], [ 1388747.654443592065945, 5861457.122695464640856 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 922.20001220703125, "elevtn_dn": 922.20001220703125, "invlev_up": 919.70001220703125, "invlev_dn": 919.70001220703125, "manhole_up": "manhole_2314_generated", "manhole_dn": "manhole_2315_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388747.654443592065945, 5861457.122695464640856 ], [ 1388725.026126575190574, 5861501.410491958260536 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 922.20001220703125, "elevtn_dn": 900.20001220703125, "invlev_up": 919.70001220703125, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_2315_generated", "manhole_dn": "manhole_2316_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388725.026126575190574, 5861501.410491958260536 ], [ 1388700.725248141447082, 5861544.833241644315422 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 900.20001220703125, "elevtn_dn": 900.20001220703125, "invlev_up": 897.70001220703125, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_2316_generated", "manhole_dn": "manhole_2317_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388700.725248141447082, 5861544.833241644315422 ], [ 1388676.42436970770359, 5861588.255991329438984 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 900.20001220703125, "elevtn_dn": 900.20001220703125, "invlev_up": 897.70001220703125, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_2317_generated", "manhole_dn": "manhole_2318_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388676.42436970770359, 5861588.255991329438984 ], [ 1388632.324464634526521, 5861606.441272142343223 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 900.20001220703125, "elevtn_dn": 898.4000244140625, "invlev_up": 897.70001220703125, "invlev_dn": 895.9000244140625, "manhole_up": "manhole_2318_generated", "manhole_dn": "manhole_2319_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388632.324464634526521, 5861606.441272142343223 ], [ 1388583.463808472501114, 5861611.105615227483213 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 898.4000244140625, "elevtn_dn": 898.4000244140625, "invlev_up": 895.9000244140625, "invlev_dn": 895.9000244140625, "manhole_up": "manhole_2319_generated", "manhole_dn": "manhole_2320_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388583.463808472501114, 5861611.105615227483213 ], [ 1388534.764012826373801, 5861604.222017968073487 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 898.4000244140625, "elevtn_dn": 903.60003662109375, "invlev_up": 895.9000244140625, "invlev_dn": 901.10003662109375, "manhole_up": "manhole_2320_generated", "manhole_dn": "manhole_2321_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388534.764012826373801, 5861604.222017968073487 ], [ 1388489.566489090910181, 5861583.40731808822602 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 903.60003662109375, "elevtn_dn": 903.60003662109375, "invlev_up": 901.10003662109375, "invlev_dn": 901.10003662109375, "manhole_up": "manhole_2321_generated", "manhole_dn": "manhole_2322_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388489.566489090910181, 5861583.40731808822602 ], [ 1388444.204915680922568, 5861563.162508152425289 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 903.60003662109375, "elevtn_dn": 906.4000244140625, "invlev_up": 901.10003662109375, "invlev_dn": 903.9000244140625, "manhole_up": "manhole_2322_generated", "manhole_dn": "manhole_2323_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388444.204915680922568, 5861563.162508152425289 ], [ 1388394.858231473481283, 5861556.761520680040121 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 906.4000244140625, "elevtn_dn": 906.4000244140625, "invlev_up": 903.9000244140625, "invlev_dn": 903.9000244140625, "manhole_up": "manhole_2323_generated", "manhole_dn": "manhole_2324_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388394.858231473481283, 5861556.761520680040121 ], [ 1388350.680838279658929, 5861570.408674017526209 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 906.4000244140625, "elevtn_dn": 900.20001220703125, "invlev_up": 903.9000244140625, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_2324_generated", "manhole_dn": "manhole_2325_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388350.680838279658929, 5861570.408674017526209 ], [ 1388310.581732882419601, 5861599.872713611461222 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 900.20001220703125, "elevtn_dn": 900.20001220703125, "invlev_up": 897.70001220703125, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_2325_generated", "manhole_dn": "manhole_2326_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388310.581732882419601, 5861599.872713611461222 ], [ 1388271.039625711739063, 5861629.969603477045894 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 900.20001220703125, "elevtn_dn": 890.0, "invlev_up": 897.70001220703125, "invlev_dn": 887.5, "manhole_up": "manhole_2326_generated", "manhole_dn": "manhole_2327_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388271.039625711739063, 5861629.969603477045894 ], [ 1388236.722210306907073, 5861666.002683873288333 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 890.0, "elevtn_dn": 890.0, "invlev_up": 887.5, "invlev_dn": 887.5, "manhole_up": "manhole_2327_generated", "manhole_dn": "manhole_2328_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388236.722210306907073, 5861666.002683873288333 ], [ 1388202.404794902307913, 5861702.035764269530773 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 890.0, "elevtn_dn": 890.0, "invlev_up": 887.5, "invlev_dn": 887.5, "manhole_up": "manhole_2328_generated", "manhole_dn": "manhole_2329_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388202.404794902307913, 5861702.035764269530773 ], [ 1388168.087379497475922, 5861738.068844665773213 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 890.0, "elevtn_dn": 885.9000244140625, "invlev_up": 887.5, "invlev_dn": 883.4000244140625, "manhole_up": "manhole_2329_generated", "manhole_dn": "manhole_2330_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388168.087379497475922, 5861738.068844665773213 ], [ 1388133.769964092643932, 5861774.101925062015653 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 885.9000244140625, "elevtn_dn": 874.0, "invlev_up": 883.4000244140625, "invlev_dn": 871.5, "manhole_up": "manhole_2330_generated", "manhole_dn": "manhole_2331_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388133.769964092643932, 5861774.101925062015653 ], [ 1388099.452548687811941, 5861810.13500545732677 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 874.0, "elevtn_dn": 874.0, "invlev_up": 871.5, "invlev_dn": 871.5, "manhole_up": "manhole_2331_generated", "manhole_dn": "manhole_2332_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388099.452548687811941, 5861810.13500545732677 ], [ 1388065.135133283212781, 5861846.16808585356921 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 874.0, "elevtn_dn": 862.20001220703125, "invlev_up": 871.5, "invlev_dn": 859.70001220703125, "manhole_up": "manhole_2332_generated", "manhole_dn": "manhole_2333_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388065.135133283212781, 5861846.16808585356921 ], [ 1388022.995196633273736, 5861866.899685021489859 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 862.20001220703125, "elevtn_dn": 862.20001220703125, "invlev_up": 859.70001220703125, "invlev_dn": 859.70001220703125, "manhole_up": "manhole_2333_generated", "manhole_dn": "manhole_2334_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388022.995196633273736, 5861866.899685021489859 ], [ 1387973.690499771386385, 5861873.616436487063766 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E42", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 862.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 859.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_2334_generated", "manhole_dn": "manhole_2335_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387973.690499771386385, 5861873.616436487063766 ], [ 1387924.470484273741022, 5861880.90659652557224 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E43", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 859.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 856.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_2335_generated", "manhole_dn": "manhole_2336_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387924.470484273741022, 5861880.90659652557224 ], [ 1387877.962616891367361, 5861896.157046243548393 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E44", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 859.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 856.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_2336_generated", "manhole_dn": "manhole_2337_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387877.962616891367361, 5861896.157046243548393 ], [ 1387917.070526217576116, 5861911.915829903446138 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E45", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 859.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 856.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_2337_generated", "manhole_dn": "manhole_2338_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387917.070526217576116, 5861911.915829903446138 ], [ 1387966.654667611001059, 5861916.096835186704993 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E46", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 859.20001220703125, "elevtn_dn": 846.29998779296875, "invlev_up": 856.70001220703125, "invlev_dn": 843.79998779296875, "manhole_up": "manhole_2338_generated", "manhole_dn": "manhole_2339_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387966.654667611001059, 5861916.096835186704993 ], [ 1388016.318005530629307, 5861919.063731476664543 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 846.29998779296875, "elevtn_dn": 850.10003662109375, "invlev_up": 843.79998779296875, "invlev_dn": 847.60003662109375, "manhole_up": "manhole_2339_generated", "manhole_dn": "manhole_2340_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388016.318005530629307, 5861919.063731476664543 ], [ 1388066.025120510486886, 5861921.359510923735797 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E48", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 850.10003662109375, "elevtn_dn": 850.10003662109375, "invlev_up": 847.60003662109375, "invlev_dn": 847.60003662109375, "manhole_up": "manhole_2340_generated", "manhole_dn": "manhole_2341_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388066.025120510486886, 5861921.359510923735797 ], [ 1388115.732235490344465, 5861923.655290370807052 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E49", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 850.10003662109375, "elevtn_dn": 849.0, "invlev_up": 847.60003662109375, "invlev_dn": 846.5, "manhole_up": "manhole_2341_generated", "manhole_dn": "manhole_2342_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388115.732235490344465, 5861923.655290370807052 ], [ 1388161.130695321131498, 5861931.457672152668238 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E50", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 849.0, "elevtn_dn": 850.10003662109375, "invlev_up": 846.5, "invlev_dn": 847.60003662109375, "manhole_up": "manhole_2342_generated", "manhole_dn": "manhole_2343_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388161.130695321131498, 5861931.457672152668238 ], [ 1388139.871223766123876, 5861964.082641129381955 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E51", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 850.10003662109375, "elevtn_dn": 850.10003662109375, "invlev_up": 847.60003662109375, "invlev_dn": 847.60003662109375, "manhole_up": "manhole_2343_generated", "manhole_dn": "manhole_2344_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388139.871223766123876, 5861964.082641129381955 ], [ 1388090.726845995755866, 5861957.769498392008245 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E52", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 850.10003662109375, "elevtn_dn": 846.29998779296875, "invlev_up": 847.60003662109375, "invlev_dn": 843.79998779296875, "manhole_up": "manhole_2344_generated", "manhole_dn": "manhole_2345_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388090.726845995755866, 5861957.769498392008245 ], [ 1388049.339104855433106, 5861983.736727176234126 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E53", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 846.29998779296875, "elevtn_dn": 846.29998779296875, "invlev_up": 843.79998779296875, "invlev_dn": 843.79998779296875, "manhole_up": "manhole_2345_generated", "manhole_dn": "manhole_2346_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388049.339104855433106, 5861983.736727176234126 ], [ 1388024.713075590552762, 5862026.975905770435929 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E54", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 846.29998779296875, "elevtn_dn": 846.29998779296875, "invlev_up": 843.79998779296875, "invlev_dn": 843.79998779296875, "manhole_up": "manhole_2346_generated", "manhole_dn": "manhole_2347_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388024.713075590552762, 5862026.975905770435929 ], [ 1387980.016218039905652, 5862047.702198376879096 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E55", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 846.29998779296875, "elevtn_dn": 793.5, "invlev_up": 843.79998779296875, "invlev_dn": 791.0, "manhole_up": "manhole_2347_generated", "manhole_dn": "manhole_2348_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387980.016218039905652, 5862047.702198376879096 ], [ 1387931.90673128189519, 5862056.853296543471515 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E56", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 793.5, "elevtn_dn": 793.5, "invlev_up": 791.0, "invlev_dn": 791.0, "manhole_up": "manhole_2348_generated", "manhole_dn": "manhole_2349_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387931.90673128189519, 5862056.853296543471515 ], [ 1387882.187313467729837, 5862058.865105460397899 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E57", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 793.5, "elevtn_dn": 793.20001220703125, "invlev_up": 791.0, "invlev_dn": 790.70001220703125, "manhole_up": "manhole_2349_generated", "manhole_dn": "manhole_2350_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387882.187313467729837, 5862058.865105460397899 ], [ 1387832.722497318405658, 5862057.3410848621279 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E58", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 793.20001220703125, "elevtn_dn": 830.29998779296875, "invlev_up": 790.70001220703125, "invlev_dn": 827.79998779296875, "manhole_up": "manhole_2350_generated", "manhole_dn": "manhole_2351_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387832.722497318405658, 5862057.3410848621279 ], [ 1387783.80423084856011, 5862048.226750630885363 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E59", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 830.29998779296875, "elevtn_dn": 817.70001220703125, "invlev_up": 827.79998779296875, "invlev_dn": 815.20001220703125, "manhole_up": "manhole_2351_generated", "manhole_dn": "manhole_2352_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387783.80423084856011, 5862048.226750630885363 ], [ 1387734.885964378714561, 5862039.112416399642825 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E60", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 817.70001220703125, "elevtn_dn": 813.70001220703125, "invlev_up": 815.20001220703125, "invlev_dn": 811.20001220703125, "manhole_up": "manhole_2352_generated", "manhole_dn": "manhole_2353_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387734.885964378714561, 5862039.112416399642825 ], [ 1387685.967697908869013, 5862029.998082168400288 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E61", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 813.70001220703125, "elevtn_dn": 813.70001220703125, "invlev_up": 811.20001220703125, "invlev_dn": 811.20001220703125, "manhole_up": "manhole_2353_generated", "manhole_dn": "manhole_2354_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387685.967697908869013, 5862029.998082168400288 ], [ 1387637.036115845199674, 5862020.957140567712486 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E62", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 813.70001220703125, "elevtn_dn": 807.0, "invlev_up": 811.20001220703125, "invlev_dn": 804.5, "manhole_up": "manhole_2354_generated", "manhole_dn": "manhole_2355_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387637.036115845199674, 5862020.957140567712486 ], [ 1387588.033849656581879, 5862012.305794355459511 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E63", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 807.0, "elevtn_dn": 807.0, "invlev_up": 804.5, "invlev_dn": 804.5, "manhole_up": "manhole_2355_generated", "manhole_dn": "manhole_2356_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387588.033849656581879, 5862012.305794355459511 ], [ 1387539.031583468196914, 5862003.654448143206537 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E64", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 807.0, "elevtn_dn": 793.10003662109375, "invlev_up": 804.5, "invlev_dn": 790.60003662109375, "manhole_up": "manhole_2356_generated", "manhole_dn": "manhole_2357_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387539.031583468196914, 5862003.654448143206537 ], [ 1387490.029317279579118, 5861995.003101930953562 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E65", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 793.10003662109375, "elevtn_dn": 793.10003662109375, "invlev_up": 790.60003662109375, "invlev_dn": 790.60003662109375, "manhole_up": "manhole_2357_generated", "manhole_dn": "manhole_2358_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387490.029317279579118, 5861995.003101930953562 ], [ 1387440.720367865404114, 5861989.908138634636998 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E66", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 793.10003662109375, "elevtn_dn": 770.60003662109375, "invlev_up": 790.60003662109375, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_2358_generated", "manhole_dn": "manhole_2359_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387440.720367865404114, 5861989.908138634636998 ], [ 1387390.960446665296331, 5861990.042768024839461 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E67", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 770.60003662109375, "elevtn_dn": 770.60003662109375, "invlev_up": 768.10003662109375, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_2359_generated", "manhole_dn": "manhole_2360_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387390.960446665296331, 5861990.042768024839461 ], [ 1387341.200525465421379, 5861990.177397414110601 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E68", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 770.60003662109375, "elevtn_dn": 749.60003662109375, "invlev_up": 768.10003662109375, "invlev_dn": 747.10003662109375, "manhole_up": "manhole_2360_generated", "manhole_dn": "manhole_2361_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387341.200525465421379, 5861990.177397414110601 ], [ 1387291.440604265546426, 5861990.312026804313064 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E69", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 749.60003662109375, "elevtn_dn": 749.60003662109375, "invlev_up": 747.10003662109375, "invlev_dn": 747.10003662109375, "manhole_up": "manhole_2361_generated", "manhole_dn": "manhole_2362_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387291.440604265546426, 5861990.312026804313064 ], [ 1387246.706285298336297, 5861974.212805554270744 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E70", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 749.60003662109375, "elevtn_dn": 747.0, "invlev_up": 747.10003662109375, "invlev_dn": 744.5, "manhole_up": "manhole_2362_generated", "manhole_dn": "manhole_2363_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387246.706285298336297, 5861974.212805554270744 ], [ 1387205.725988702848554, 5861945.987228964455426 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E71", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 747.0, "elevtn_dn": 771.79998779296875, "invlev_up": 744.5, "invlev_dn": 769.29998779296875, "manhole_up": "manhole_2363_generated", "manhole_dn": "manhole_2364_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387205.725988702848554, 5861945.987228964455426 ], [ 1387164.745692107127979, 5861917.761652374640107 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E72", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 771.79998779296875, "elevtn_dn": 764.10003662109375, "invlev_up": 769.29998779296875, "invlev_dn": 761.60003662109375, "manhole_up": "manhole_2364_generated", "manhole_dn": "manhole_2365_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387164.745692107127979, 5861917.761652374640107 ], [ 1387115.569933785125613, 5861911.215812381356955 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E73", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 764.10003662109375, "elevtn_dn": 764.10003662109375, "invlev_up": 761.60003662109375, "invlev_dn": 761.60003662109375, "manhole_up": "manhole_2365_generated", "manhole_dn": "manhole_2366_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387115.569933785125613, 5861911.215812381356955 ], [ 1387066.165866439929232, 5861905.273926095105708 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E74", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 764.10003662109375, "elevtn_dn": 747.70001220703125, "invlev_up": 761.60003662109375, "invlev_dn": 745.20001220703125, "manhole_up": "manhole_2366_generated", "manhole_dn": "manhole_2367_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387066.165866439929232, 5861905.273926095105708 ], [ 1387016.666836149292067, 5861900.238133460283279 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E75", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 747.70001220703125, "elevtn_dn": 747.70001220703125, "invlev_up": 745.20001220703125, "invlev_dn": 745.20001220703125, "manhole_up": "manhole_2367_generated", "manhole_dn": "manhole_2368_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387016.666836149292067, 5861900.238133460283279 ], [ 1386975.698310127714649, 5861874.842493440955877 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E76", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 747.70001220703125, "elevtn_dn": 739.60003662109375, "invlev_up": 745.20001220703125, "invlev_dn": 737.10003662109375, "manhole_up": "manhole_2368_generated", "manhole_dn": "manhole_2369_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386975.698310127714649, 5861874.842493440955877 ], [ 1386937.286019780673087, 5861843.21080310922116 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E77", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 739.60003662109375, "elevtn_dn": 739.60003662109375, "invlev_up": 737.10003662109375, "invlev_dn": 737.10003662109375, "manhole_up": "manhole_2369_generated", "manhole_dn": "manhole_2370_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386937.286019780673087, 5861843.21080310922116 ], [ 1386898.873729433864355, 5861811.579112778417766 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E78", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 739.60003662109375, "elevtn_dn": 755.20001220703125, "invlev_up": 737.10003662109375, "invlev_dn": 752.70001220703125, "manhole_up": "manhole_2370_generated", "manhole_dn": "manhole_2371_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386898.873729433864355, 5861811.579112778417766 ], [ 1386860.461439087055624, 5861779.947422447614372 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E79", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 755.20001220703125, "elevtn_dn": 745.29998779296875, "invlev_up": 752.70001220703125, "invlev_dn": 742.79998779296875, "manhole_up": "manhole_2371_generated", "manhole_dn": "manhole_2372_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386860.461439087055624, 5861779.947422447614372 ], [ 1386822.049148740014061, 5861748.315732115879655 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E80", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 745.29998779296875, "elevtn_dn": 745.29998779296875, "invlev_up": 742.79998779296875, "invlev_dn": 742.79998779296875, "manhole_up": "manhole_2372_generated", "manhole_dn": "manhole_2373_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386822.049148740014061, 5861748.315732115879655 ], [ 1386774.418702265014872, 5861733.958941764198244 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E81", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 745.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 742.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2373_generated", "manhole_dn": "manhole_2374_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386774.418702265014872, 5861733.958941764198244 ], [ 1386726.75721522886306, 5861719.660321676172316 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E82", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2374_generated", "manhole_dn": "manhole_2375_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386726.75721522886306, 5861719.660321676172316 ], [ 1386681.211287560872734, 5861700.510515534318984 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E83", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 777.9000244140625, "invlev_up": 721.79998779296875, "invlev_dn": 775.4000244140625, "manhole_up": "manhole_2375_generated", "manhole_dn": "manhole_2376_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386681.211287560872734, 5861700.510515534318984 ], [ 1386655.081909105414525, 5861659.807657876051962 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E84", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 777.9000244140625, "elevtn_dn": 758.79998779296875, "invlev_up": 775.4000244140625, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_2376_generated", "manhole_dn": "manhole_2377_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386655.081909105414525, 5861659.807657876051962 ], [ 1386647.41175345890224, 5861610.757949161343277 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E85", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 758.79998779296875, "elevtn_dn": 758.79998779296875, "invlev_up": 756.29998779296875, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_2377_generated", "manhole_dn": "manhole_2378_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386647.41175345890224, 5861610.757949161343277 ], [ 1386641.745189253240824, 5861561.363539570011199 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E86", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 758.79998779296875, "elevtn_dn": 732.4000244140625, "invlev_up": 756.29998779296875, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_2378_generated", "manhole_dn": "manhole_2379_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386641.745189253240824, 5861561.363539570011199 ], [ 1386642.37134926696308, 5861511.607376066967845 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E87", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 732.4000244140625, "elevtn_dn": 732.4000244140625, "invlev_up": 729.9000244140625, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_2379_generated", "manhole_dn": "manhole_2380_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386642.37134926696308, 5861511.607376066967845 ], [ 1386642.997509280918166, 5861461.851212563924491 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E88", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 732.4000244140625, "elevtn_dn": 732.4000244140625, "invlev_up": 729.9000244140625, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_2380_generated", "manhole_dn": "manhole_2381_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386642.997509280918166, 5861461.851212563924491 ], [ 1386643.623669294640422, 5861412.09504906181246 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E89", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 732.4000244140625, "elevtn_dn": 724.29998779296875, "invlev_up": 729.9000244140625, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2381_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386643.623669294640422, 5861412.09504906181246 ], [ 1386648.271799877518788, 5861347.644815167412162 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_35_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_35", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_35", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_2382_generated", "manhole_dn": "manhole_2383_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386060.978602184914052, 5859873.390328846871853 ], [ 1386078.54455375042744, 5859857.065600479952991 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_35_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_35", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_35", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_2383_generated", "manhole_dn": "manhole_2384_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386078.54455375042744, 5859857.065600479952991 ], [ 1386079.86695942771621, 5859885.500408614054322 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_36_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_36", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_36", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_2385_generated", "manhole_dn": "manhole_2382_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386030.926458492642269, 5859869.881591100245714 ], [ 1386060.978602184914052, 5859873.390328846871853 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_37_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_37", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_37", "diameter": "0.5", "elevtn_up": 766.29998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_2386_generated", "manhole_dn": "manhole_2382_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386043.381105761509389, 5859908.11929196305573 ], [ 1386060.978602184914052, 5859873.390328846871853 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_38_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_38", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_38", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_2384_generated", "manhole_dn": "manhole_2387_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386079.86695942771621, 5859885.500408614054322 ], [ 1386081.40363402524963, 5859934.756705570034683 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_38_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_38", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_38", "diameter": "0.5", "elevtn_up": 766.29998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_2387_generated", "manhole_dn": "manhole_2388_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386081.40363402524963, 5859934.756705570034683 ], [ 1386080.471781946951523, 5859983.948014200665057 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_38_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_38", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_38", "diameter": "0.5", "elevtn_up": 766.29998779296875, "elevtn_dn": 756.5, "invlev_up": 763.79998779296875, "invlev_dn": 754.0, "manhole_up": "manhole_2388_generated", "manhole_dn": "manhole_2389_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386080.471781946951523, 5859983.948014200665057 ], [ 1386081.101269942475483, 5860033.01989212166518 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_39_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_39", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_39", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_2384_generated", "manhole_dn": "manhole_2390_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386079.86695942771621, 5859885.500408614054322 ], [ 1386051.415038994979113, 5859913.714703594334424 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_39_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_39", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_39", "diameter": "0.5", "elevtn_up": 766.29998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_2390_generated", "manhole_dn": "manhole_2391_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386051.415038994979113, 5859913.714703594334424 ], [ 1386056.753747603856027, 5859949.43277302198112 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_39_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_39", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_39", "diameter": "0.5", "elevtn_up": 766.29998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_2391_generated", "manhole_dn": "manhole_2392_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386056.753747603856027, 5859949.43277302198112 ], [ 1386070.153564189793542, 5859990.873222404159606 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_39_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_39", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_39", "diameter": "0.5", "elevtn_up": 766.29998779296875, "elevtn_dn": 756.5, "invlev_up": 763.79998779296875, "invlev_dn": 754.0, "manhole_up": "manhole_2392_generated", "manhole_dn": "manhole_2389_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386070.153564189793542, 5859990.873222404159606 ], [ 1386081.101269942475483, 5860033.01989212166518 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 756.5, "elevtn_dn": 756.5, "invlev_up": 754.0, "invlev_dn": 754.0, "manhole_up": "manhole_2389_generated", "manhole_dn": "manhole_2393_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386081.101269942475483, 5860033.01989212166518 ], [ 1386095.159510504920036, 5860079.476792480796576 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 756.5, "elevtn_dn": 720.29998779296875, "invlev_up": 754.0, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_2393_generated", "manhole_dn": "manhole_2394_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386095.159510504920036, 5860079.476792480796576 ], [ 1386119.249574675457552, 5860122.285581497475505 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 720.29998779296875, "elevtn_dn": 720.29998779296875, "invlev_up": 717.79998779296875, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_2394_generated", "manhole_dn": "manhole_2395_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386119.249574675457552, 5860122.285581497475505 ], [ 1386143.813145637512207, 5860164.822058788500726 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 720.29998779296875, "elevtn_dn": 732.5, "invlev_up": 717.79998779296875, "invlev_dn": 730.0, "manhole_up": "manhole_2395_generated", "manhole_dn": "manhole_2396_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386143.813145637512207, 5860164.822058788500726 ], [ 1386168.698389830067754, 5860207.173543182201684 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 732.5, "elevtn_dn": 732.5, "invlev_up": 730.0, "invlev_dn": 730.0, "manhole_up": "manhole_2396_generated", "manhole_dn": "manhole_2397_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386168.698389830067754, 5860207.173543182201684 ], [ 1386190.960878706537187, 5860250.914158629253507 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 732.5, "elevtn_dn": 720.29998779296875, "invlev_up": 730.0, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_2397_generated", "manhole_dn": "manhole_2398_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386190.960878706537187, 5860250.914158629253507 ], [ 1386212.013376480899751, 5860295.295640649273992 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 720.29998779296875, "elevtn_dn": 729.10003662109375, "invlev_up": 717.79998779296875, "invlev_dn": 726.60003662109375, "manhole_up": "manhole_2398_generated", "manhole_dn": "manhole_2399_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386212.013376480899751, 5860295.295640649273992 ], [ 1386233.065874255495146, 5860339.677122670225799 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 729.10003662109375, "elevtn_dn": 729.10003662109375, "invlev_up": 726.60003662109375, "invlev_dn": 726.60003662109375, "manhole_up": "manhole_2399_generated", "manhole_dn": "manhole_2400_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386233.065874255495146, 5860339.677122670225799 ], [ 1386254.118372030090541, 5860384.058604690246284 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 729.10003662109375, "elevtn_dn": 729.10003662109375, "invlev_up": 726.60003662109375, "invlev_dn": 726.60003662109375, "manhole_up": "manhole_2400_generated", "manhole_dn": "manhole_2401_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386254.118372030090541, 5860384.058604690246284 ], [ 1386270.265550139825791, 5860430.368606903590262 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 729.10003662109375, "elevtn_dn": 746.10003662109375, "invlev_up": 726.60003662109375, "invlev_dn": 743.60003662109375, "manhole_up": "manhole_2401_generated", "manhole_dn": "manhole_2402_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386270.265550139825791, 5860430.368606903590262 ], [ 1386284.690116602927446, 5860477.310510716401041 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 746.10003662109375, "elevtn_dn": 746.10003662109375, "invlev_up": 743.60003662109375, "invlev_dn": 743.60003662109375, "manhole_up": "manhole_2402_generated", "manhole_dn": "manhole_2403_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386284.690116602927446, 5860477.310510716401041 ], [ 1386295.943752367515117, 5860525.125563691370189 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 746.10003662109375, "elevtn_dn": 720.29998779296875, "invlev_up": 743.60003662109375, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_2403_generated", "manhole_dn": "manhole_2404_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386295.943752367515117, 5860525.125563691370189 ], [ 1386307.197388132335618, 5860572.940616665408015 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 720.29998779296875, "elevtn_dn": 720.29998779296875, "invlev_up": 717.79998779296875, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_2404_generated", "manhole_dn": "manhole_2405_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386307.197388132335618, 5860572.940616665408015 ], [ 1386318.451023896923289, 5860620.755669640377164 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 720.29998779296875, "elevtn_dn": 720.29998779296875, "invlev_up": 717.79998779296875, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_2405_generated", "manhole_dn": "manhole_2406_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386318.451023896923289, 5860620.755669640377164 ], [ 1386329.704659661510959, 5860668.57072261441499 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 720.29998779296875, "elevtn_dn": 737.60003662109375, "invlev_up": 717.79998779296875, "invlev_dn": 735.10003662109375, "manhole_up": "manhole_2406_generated", "manhole_dn": "manhole_2407_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386329.704659661510959, 5860668.57072261441499 ], [ 1386340.95829542633146, 5860716.385775589384139 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 737.60003662109375, "elevtn_dn": 737.60003662109375, "invlev_up": 735.10003662109375, "invlev_dn": 735.10003662109375, "manhole_up": "manhole_2407_generated", "manhole_dn": "manhole_2408_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386340.95829542633146, 5860716.385775589384139 ], [ 1386352.211931190919131, 5860764.200828563421965 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 737.60003662109375, "elevtn_dn": 737.60003662109375, "invlev_up": 735.10003662109375, "invlev_dn": 735.10003662109375, "manhole_up": "manhole_2408_generated", "manhole_dn": "manhole_2409_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386352.211931190919131, 5860764.200828563421965 ], [ 1386365.771370212780312, 5860811.365820310078561 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 737.60003662109375, "elevtn_dn": 744.5, "invlev_up": 735.10003662109375, "invlev_dn": 742.0, "manhole_up": "manhole_2409_generated", "manhole_dn": "manhole_2410_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386365.771370212780312, 5860811.365820310078561 ], [ 1386381.150273493025452, 5860858.017861452884972 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 744.5, "elevtn_dn": 724.29998779296875, "invlev_up": 742.0, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2410_generated", "manhole_dn": "manhole_2411_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386381.150273493025452, 5860858.017861452884972 ], [ 1386398.399082327727228, 5860903.951519219204783 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2411_generated", "manhole_dn": "manhole_2412_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386398.399082327727228, 5860903.951519219204783 ], [ 1386418.211523674428463, 5860948.90027645137161 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2412_generated", "manhole_dn": "manhole_2413_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386418.211523674428463, 5860948.90027645137161 ], [ 1386441.67837643600069, 5860992.033180211670697 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2413_generated", "manhole_dn": "manhole_2414_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386441.67837643600069, 5860992.033180211670697 ], [ 1386465.536530936835334, 5861034.971648660488427 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.9000244140625, "invlev_up": 721.79998779296875, "invlev_dn": 722.4000244140625, "manhole_up": "manhole_2414_generated", "manhole_dn": "manhole_2415_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386465.536530936835334, 5861034.971648660488427 ], [ 1386489.394685437437147, 5861077.910117109306157 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.9000244140625, "elevtn_dn": 724.29998779296875, "invlev_up": 722.4000244140625, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2415_generated", "manhole_dn": "manhole_2416_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386489.394685437437147, 5861077.910117109306157 ], [ 1386513.252839938271791, 5861120.848585557192564 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2416_generated", "manhole_dn": "manhole_2417_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386513.252839938271791, 5861120.848585557192564 ], [ 1386537.110994438873604, 5861163.787054006010294 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2417_generated", "manhole_dn": "manhole_2418_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386537.110994438873604, 5861163.787054006010294 ], [ 1386560.969148939708248, 5861206.725522454828024 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2418_generated", "manhole_dn": "manhole_2419_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386560.969148939708248, 5861206.725522454828024 ], [ 1386584.827303440310061, 5861249.663990902714431 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2419_generated", "manhole_dn": "manhole_2420_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386584.827303440310061, 5861249.663990902714431 ], [ 1386607.696082097478211, 5861293.105181481689215 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2420_generated", "manhole_dn": "manhole_2421_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386607.696082097478211, 5861293.105181481689215 ], [ 1386626.999141034670174, 5861338.164890616200864 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 732.4000244140625, "invlev_up": 721.79998779296875, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_2421_generated", "manhole_dn": "manhole_2422_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386626.999141034670174, 5861338.164890616200864 ], [ 1386632.635544582502916, 5861386.242180755361915 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 732.4000244140625, "elevtn_dn": 732.4000244140625, "invlev_up": 729.9000244140625, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_2422_generated", "manhole_dn": "manhole_2423_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386632.635544582502916, 5861386.242180755361915 ], [ 1386628.332881111185998, 5861435.174896763637662 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 732.4000244140625, "elevtn_dn": 732.4000244140625, "invlev_up": 729.9000244140625, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_2423_generated", "manhole_dn": "manhole_2424_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386628.332881111185998, 5861435.174896763637662 ], [ 1386624.030217639869079, 5861484.107612771913409 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 732.4000244140625, "elevtn_dn": 758.79998779296875, "invlev_up": 729.9000244140625, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_2424_generated", "manhole_dn": "manhole_2425_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386624.030217639869079, 5861484.107612771913409 ], [ 1386619.72755416855216, 5861533.040328779257834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 758.79998779296875, "elevtn_dn": 758.79998779296875, "invlev_up": 756.29998779296875, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_2425_generated", "manhole_dn": "manhole_2426_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386619.72755416855216, 5861533.040328779257834 ], [ 1386620.396809899713844, 5861581.843449912965298 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 758.79998779296875, "elevtn_dn": 758.79998779296875, "invlev_up": 756.29998779296875, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_2426_generated", "manhole_dn": "manhole_2427_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386620.396809899713844, 5861581.843449912965298 ], [ 1386627.242796876933426, 5861630.485572309233248 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 758.79998779296875, "elevtn_dn": 777.9000244140625, "invlev_up": 756.29998779296875, "invlev_dn": 775.4000244140625, "manhole_up": "manhole_2427_generated", "manhole_dn": "manhole_2428_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386627.242796876933426, 5861630.485572309233248 ], [ 1386633.497009602142498, 5861679.177458625286818 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 777.9000244140625, "elevtn_dn": 777.9000244140625, "invlev_up": 775.4000244140625, "invlev_dn": 775.4000244140625, "manhole_up": "manhole_2428_generated", "manhole_dn": "manhole_2429_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386633.497009602142498, 5861679.177458625286818 ], [ 1386633.587326586712152, 5861728.232037586160004 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 777.9000244140625, "elevtn_dn": 777.9000244140625, "invlev_up": 775.4000244140625, "invlev_dn": 775.4000244140625, "manhole_up": "manhole_2429_generated", "manhole_dn": "manhole_2430_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386633.587326586712152, 5861728.232037586160004 ], [ 1386628.569951781770214, 5861777.096641942858696 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 777.9000244140625, "elevtn_dn": 787.0, "invlev_up": 775.4000244140625, "invlev_dn": 784.5, "manhole_up": "manhole_2430_generated", "manhole_dn": "manhole_2431_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386628.569951781770214, 5861777.096641942858696 ], [ 1386623.552576976828277, 5861825.961246299557388 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 787.0, "elevtn_dn": 787.0, "invlev_up": 784.5, "invlev_dn": 784.5, "manhole_up": "manhole_2431_generated", "manhole_dn": "manhole_2432_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386623.552576976828277, 5861825.961246299557388 ], [ 1386622.452884682221338, 5861875.377415779046714 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 787.0, "elevtn_dn": 768.0, "invlev_up": 784.5, "invlev_dn": 765.5, "manhole_up": "manhole_2432_generated", "manhole_dn": "manhole_2433_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386622.452884682221338, 5861875.377415779046714 ], [ 1386630.050831846194342, 5861924.208797036670148 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 768.0, "elevtn_dn": 768.0, "invlev_up": 765.5, "invlev_dn": 765.5, "manhole_up": "manhole_2433_generated", "manhole_dn": "manhole_2434_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386630.050831846194342, 5861924.208797036670148 ], [ 1386645.112437101313844, 5861971.295391816645861 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 768.0, "elevtn_dn": 768.0, "invlev_up": 765.5, "invlev_dn": 765.5, "manhole_up": "manhole_2434_generated", "manhole_dn": "manhole_2435_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386645.112437101313844, 5861971.295391816645861 ], [ 1386663.826805545249954, 5862017.116109635680914 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 768.0, "elevtn_dn": 729.0, "invlev_up": 765.5, "invlev_dn": 726.5, "manhole_up": "manhole_2435_generated", "manhole_dn": "manhole_2436_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386663.826805545249954, 5862017.116109635680914 ], [ 1386682.541173989186063, 5862062.93682745564729 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 729.0, "elevtn_dn": 729.0, "invlev_up": 726.5, "invlev_dn": 726.5, "manhole_up": "manhole_2436_generated", "manhole_dn": "manhole_2437_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386682.541173989186063, 5862062.93682745564729 ], [ 1386700.357504795538262, 5862109.113540357910097 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 729.0, "elevtn_dn": 729.0, "invlev_up": 726.5, "invlev_dn": 726.5, "manhole_up": "manhole_2437_generated", "manhole_dn": "manhole_2438_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386700.357504795538262, 5862109.113540357910097 ], [ 1386718.120609947945923, 5862155.311352676711977 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 729.0, "elevtn_dn": 724.29998779296875, "invlev_up": 726.5, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2438_generated", "manhole_dn": "manhole_2439_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386718.120609947945923, 5862155.311352676711977 ], [ 1386735.883715100120753, 5862201.509164996445179 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2439_generated", "manhole_dn": "manhole_2440_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386735.883715100120753, 5862201.509164996445179 ], [ 1386757.522535112220794, 5862245.993861058726907 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2440_generated", "manhole_dn": "manhole_2441_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386757.522535112220794, 5862245.993861058726907 ], [ 1386779.73098383564502, 5862290.226773838512599 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2441_generated", "manhole_dn": "manhole_2442_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386779.73098383564502, 5862290.226773838512599 ], [ 1386802.545179207576439, 5862334.095372994430363 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2442_generated", "manhole_dn": "manhole_2443_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386802.545179207576439, 5862334.095372994430363 ], [ 1386831.207993831252679, 5862374.446442689746618 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 737.70001220703125, "invlev_up": 721.79998779296875, "invlev_dn": 735.20001220703125, "manhole_up": "manhole_2443_generated", "manhole_dn": "manhole_2444_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386831.207993831252679, 5862374.446442689746618 ], [ 1386859.988485741894692, 5862414.708453865721822 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 737.70001220703125, "elevtn_dn": 737.70001220703125, "invlev_up": 735.20001220703125, "invlev_dn": 735.20001220703125, "manhole_up": "manhole_2444_generated", "manhole_dn": "manhole_2445_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386859.988485741894692, 5862414.708453865721822 ], [ 1386891.035651177866384, 5862453.255039785988629 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 737.70001220703125, "elevtn_dn": 743.9000244140625, "invlev_up": 735.20001220703125, "invlev_dn": 741.4000244140625, "manhole_up": "manhole_2445_generated", "manhole_dn": "manhole_2446_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386891.035651177866384, 5862453.255039785988629 ], [ 1386922.082816614070907, 5862491.801625707186759 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 743.9000244140625, "elevtn_dn": 756.0, "invlev_up": 741.4000244140625, "invlev_dn": 753.5, "manhole_up": "manhole_2446_generated", "manhole_dn": "manhole_2447_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386922.082816614070907, 5862491.801625707186759 ], [ 1386953.12998205027543, 5862530.348211627453566 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 756.0, "elevtn_dn": 756.0, "invlev_up": 753.5, "invlev_dn": 753.5, "manhole_up": "manhole_2447_generated", "manhole_dn": "manhole_2448_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386953.12998205027543, 5862530.348211627453566 ], [ 1386984.177147486479953, 5862568.894797547720373 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 756.0, "elevtn_dn": 761.4000244140625, "invlev_up": 753.5, "invlev_dn": 758.9000244140625, "manhole_up": "manhole_2448_generated", "manhole_dn": "manhole_2449_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386984.177147486479953, 5862568.894797547720373 ], [ 1387010.83190148579888, 5862610.297833287157118 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 761.4000244140625, "elevtn_dn": 761.4000244140625, "invlev_up": 758.9000244140625, "invlev_dn": 758.9000244140625, "manhole_up": "manhole_2449_generated", "manhole_dn": "manhole_2450_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387010.83190148579888, 5862610.297833287157118 ], [ 1387033.474099110113457, 5862654.310293504968286 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 761.4000244140625, "elevtn_dn": 770.5, "invlev_up": 758.9000244140625, "invlev_dn": 768.0, "manhole_up": "manhole_2450_generated", "manhole_dn": "manhole_2451_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387033.474099110113457, 5862654.310293504968286 ], [ 1387056.116296734428033, 5862698.322753723710775 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 770.5, "elevtn_dn": 765.29998779296875, "invlev_up": 768.0, "invlev_dn": 762.79998779296875, "manhole_up": "manhole_2451_generated", "manhole_dn": "manhole_2452_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387056.116296734428033, 5862698.322753723710775 ], [ 1387078.75849435874261, 5862742.335213942453265 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 765.29998779296875, "elevtn_dn": 765.29998779296875, "invlev_up": 762.79998779296875, "invlev_dn": 762.79998779296875, "manhole_up": "manhole_2452_generated", "manhole_dn": "manhole_2453_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387078.75849435874261, 5862742.335213942453265 ], [ 1387101.400691983057186, 5862786.347674161195755 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 765.29998779296875, "elevtn_dn": 765.29998779296875, "invlev_up": 762.79998779296875, "invlev_dn": 762.79998779296875, "manhole_up": "manhole_2453_generated", "manhole_dn": "manhole_2454_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387101.400691983057186, 5862786.347674161195755 ], [ 1387124.783531384309754, 5862829.966971693560481 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 765.29998779296875, "elevtn_dn": 764.20001220703125, "invlev_up": 762.79998779296875, "invlev_dn": 761.70001220703125, "manhole_up": "manhole_2454_generated", "manhole_dn": "manhole_2455_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387124.783531384309754, 5862829.966971693560481 ], [ 1387148.551342260092497, 5862873.381910757161677 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 764.20001220703125, "elevtn_dn": 764.20001220703125, "invlev_up": 761.70001220703125, "invlev_dn": 761.70001220703125, "manhole_up": "manhole_2455_generated", "manhole_dn": "manhole_2456_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387148.551342260092497, 5862873.381910757161677 ], [ 1387176.029596295906231, 5862914.516764627769589 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 764.20001220703125, "elevtn_dn": 764.20001220703125, "invlev_up": 761.70001220703125, "invlev_dn": 761.70001220703125, "manhole_up": "manhole_2456_generated", "manhole_dn": "manhole_2457_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387176.029596295906231, 5862914.516764627769589 ], [ 1387204.050833505578339, 5862955.315435893833637 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 764.20001220703125, "elevtn_dn": 769.20001220703125, "invlev_up": 761.70001220703125, "invlev_dn": 766.70001220703125, "manhole_up": "manhole_2457_generated", "manhole_dn": "manhole_2458_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387204.050833505578339, 5862955.315435893833637 ], [ 1387233.152246462181211, 5862995.351338926702738 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 769.20001220703125, "elevtn_dn": 772.70001220703125, "invlev_up": 766.70001220703125, "invlev_dn": 770.20001220703125, "manhole_up": "manhole_2458_generated", "manhole_dn": "manhole_2459_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387233.152246462181211, 5862995.351338926702738 ], [ 1387262.253659419016913, 5863035.387241959571838 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 772.70001220703125, "elevtn_dn": 772.70001220703125, "invlev_up": 770.20001220703125, "invlev_dn": 770.20001220703125, "manhole_up": "manhole_2459_generated", "manhole_dn": "manhole_2460_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387262.253659419016913, 5863035.387241959571838 ], [ 1387289.177211825968698, 5863076.714860137552023 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 772.70001220703125, "elevtn_dn": 772.70001220703125, "invlev_up": 770.20001220703125, "invlev_dn": 770.20001220703125, "manhole_up": "manhole_2460_generated", "manhole_dn": "manhole_2461_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387289.177211825968698, 5863076.714860137552023 ], [ 1387304.666786204557866, 5863123.392671256326139 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 772.70001220703125, "elevtn_dn": 762.0, "invlev_up": 770.20001220703125, "invlev_dn": 759.5, "manhole_up": "manhole_2461_generated", "manhole_dn": "manhole_2462_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387304.666786204557866, 5863123.392671256326139 ], [ 1387314.520281337434426, 5863171.895173518918455 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 777.10003662109375, "invlev_up": 759.5, "invlev_dn": 774.60003662109375, "manhole_up": "manhole_2462_generated", "manhole_dn": "manhole_2463_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387314.520281337434426, 5863171.895173518918455 ], [ 1387324.142220750683919, 5863220.446013364940882 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 777.10003662109375, "elevtn_dn": 780.4000244140625, "invlev_up": 774.60003662109375, "invlev_dn": 777.9000244140625, "manhole_up": "manhole_2463_generated", "manhole_dn": "manhole_2464_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387324.142220750683919, 5863220.446013364940882 ], [ 1387333.764160163700581, 5863268.996853210031986 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 780.4000244140625, "elevtn_dn": 780.4000244140625, "invlev_up": 777.9000244140625, "invlev_dn": 777.9000244140625, "manhole_up": "manhole_2464_generated", "manhole_dn": "manhole_2465_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387333.764160163700581, 5863268.996853210031986 ], [ 1387343.386099576717243, 5863317.547693055123091 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 780.4000244140625, "elevtn_dn": 780.4000244140625, "invlev_up": 777.9000244140625, "invlev_dn": 777.9000244140625, "manhole_up": "manhole_2465_generated", "manhole_dn": "manhole_2466_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387343.386099576717243, 5863317.547693055123091 ], [ 1387353.008038989733905, 5863366.098532900214195 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 780.4000244140625, "elevtn_dn": 762.0, "invlev_up": 777.9000244140625, "invlev_dn": 759.5, "manhole_up": "manhole_2466_generated", "manhole_dn": "manhole_2467_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387353.008038989733905, 5863366.098532900214195 ], [ 1387364.066297837067395, 5863414.311534740030766 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2467_generated", "manhole_dn": "manhole_2468_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387364.066297837067395, 5863414.311534740030766 ], [ 1387381.839409928303212, 5863460.427046488039196 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2468_generated", "manhole_dn": "manhole_2469_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387381.839409928303212, 5863460.427046488039196 ], [ 1387403.429578960640356, 5863504.96100580971688 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2469_generated", "manhole_dn": "manhole_2470_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387403.429578960640356, 5863504.96100580971688 ], [ 1387425.140452897874638, 5863549.440256260335445 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2470_generated", "manhole_dn": "manhole_2471_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387425.140452897874638, 5863549.440256260335445 ], [ 1387446.851326835108921, 5863593.91950671095401 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2471_generated", "manhole_dn": "manhole_2472_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387446.851326835108921, 5863593.91950671095401 ], [ 1387467.528695637593046, 5863638.888379830867052 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 774.5, "invlev_up": 759.5, "invlev_dn": 772.0, "manhole_up": "manhole_2472_generated", "manhole_dn": "manhole_2473_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387467.528695637593046, 5863638.888379830867052 ], [ 1387488.196078018052503, 5863683.861984014511108 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E42", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 774.5, "elevtn_dn": 762.0, "invlev_up": 772.0, "invlev_dn": 759.5, "manhole_up": "manhole_2473_generated", "manhole_dn": "manhole_2474_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387488.196078018052503, 5863683.861984014511108 ], [ 1387508.863468252588063, 5863728.835584589280188 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E43", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2474_generated", "manhole_dn": "manhole_2475_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387508.863468252588063, 5863728.835584589280188 ], [ 1387529.53130904212594, 5863773.808978110551834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E44", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2475_generated", "manhole_dn": "manhole_2476_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387529.53130904212594, 5863773.808978110551834 ], [ 1387553.168002701364458, 5863817.17347530182451 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E45", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2476_generated", "manhole_dn": "manhole_2477_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387553.168002701364458, 5863817.17347530182451 ], [ 1387579.562712850514799, 5863859.043333718553185 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E46", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 777.0, "invlev_up": 759.5, "invlev_dn": 774.5, "manhole_up": "manhole_2477_generated", "manhole_dn": "manhole_2478_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387579.562712850514799, 5863859.043333718553185 ], [ 1387605.957422999665141, 5863900.913192136213183 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 777.0, "elevtn_dn": 762.0, "invlev_up": 774.5, "invlev_dn": 759.5, "manhole_up": "manhole_2478_generated", "manhole_dn": "manhole_2479_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387605.957422999665141, 5863900.913192136213183 ], [ 1387632.352133149048313, 5863942.783050553873181 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E48", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2479_generated", "manhole_dn": "manhole_2480_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387632.352133149048313, 5863942.783050553873181 ], [ 1387658.746843298198655, 5863984.652908970601857 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E49", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2480_generated", "manhole_dn": "manhole_2481_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387658.746843298198655, 5863984.652908970601857 ], [ 1387685.893106181640178, 5864026.029537551105022 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E50", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2481_generated", "manhole_dn": "manhole_2482_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387685.893106181640178, 5864026.029537551105022 ], [ 1387711.231136992340907, 5864068.42725711222738 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E51", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2482_generated", "manhole_dn": "manhole_2483_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387711.231136992340907, 5864068.42725711222738 ], [ 1387731.020947323646396, 5864113.414904261007905 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E52", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2483_generated", "manhole_dn": "manhole_2484_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387731.020947323646396, 5864113.414904261007905 ], [ 1387737.361907477490604, 5864162.342261835932732 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E53", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2484_generated", "manhole_dn": "manhole_2485_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387737.361907477490604, 5864162.342261835932732 ], [ 1387732.727565656881779, 5864211.475179814733565 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E54", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2485_generated", "manhole_dn": "manhole_2486_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387732.727565656881779, 5864211.475179814733565 ], [ 1387717.67884943424724, 5864258.627082298509777 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E55", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2486_generated", "manhole_dn": "manhole_2487_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387717.67884943424724, 5864258.627082298509777 ], [ 1387709.67210421175696, 5864307.23127611912787 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E56", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 768.0, "invlev_up": 759.5, "invlev_dn": 765.5, "manhole_up": "manhole_2487_generated", "manhole_dn": "manhole_2488_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387709.67210421175696, 5864307.23127611912787 ], [ 1387707.11288084089756, 5864356.66017600055784 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E57", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 768.0, "elevtn_dn": 768.0, "invlev_up": 765.5, "invlev_dn": 765.5, "manhole_up": "manhole_2488_generated", "manhole_dn": "manhole_2489_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387707.11288084089756, 5864356.66017600055784 ], [ 1387709.591797993984073, 5864406.012949175201356 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E58", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 768.0, "elevtn_dn": 768.0, "invlev_up": 765.5, "invlev_dn": 765.5, "manhole_up": "manhole_2489_generated", "manhole_dn": "manhole_2490_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387709.591797993984073, 5864406.012949175201356 ], [ 1387713.643261310644448, 5864455.341961052268744 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E59", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 768.0, "elevtn_dn": 777.20001220703125, "invlev_up": 765.5, "invlev_dn": 774.70001220703125, "manhole_up": "manhole_2490_generated", "manhole_dn": "manhole_2491_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387713.643261310644448, 5864455.341961052268744 ], [ 1387715.877521668095142, 5864504.642317942343652 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E60", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 777.20001220703125, "elevtn_dn": 777.20001220703125, "invlev_up": 774.70001220703125, "invlev_dn": 774.70001220703125, "manhole_up": "manhole_2491_generated", "manhole_dn": "manhole_2492_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387715.877521668095142, 5864504.642317942343652 ], [ 1387708.68023270717822, 5864553.426558391191065 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E61", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 777.20001220703125, "elevtn_dn": 777.20001220703125, "invlev_up": 774.70001220703125, "invlev_dn": 774.70001220703125, "manhole_up": "manhole_2492_generated", "manhole_dn": "manhole_2493_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387708.68023270717822, 5864553.426558391191065 ], [ 1387690.790250770282, 5864599.575386263430119 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E62", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 777.20001220703125, "elevtn_dn": 810.60003662109375, "invlev_up": 774.70001220703125, "invlev_dn": 808.10003662109375, "manhole_up": "manhole_2493_generated", "manhole_dn": "manhole_2494_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387690.790250770282, 5864599.575386263430119 ], [ 1387672.900268833618611, 5864645.724214136600494 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E63", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 810.60003662109375, "elevtn_dn": 810.60003662109375, "invlev_up": 808.10003662109375, "invlev_dn": 808.10003662109375, "manhole_up": "manhole_2494_generated", "manhole_dn": "manhole_2495_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387672.900268833618611, 5864645.724214136600494 ], [ 1387659.931900478899479, 5864692.98388583958149 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E64", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 810.60003662109375, "elevtn_dn": 810.60003662109375, "invlev_up": 808.10003662109375, "invlev_dn": 808.10003662109375, "manhole_up": "manhole_2495_generated", "manhole_dn": "manhole_2496_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387659.931900478899479, 5864692.98388583958149 ], [ 1387659.223570322152227, 5864742.029465307481587 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E65", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 810.60003662109375, "elevtn_dn": 809.60003662109375, "invlev_up": 808.10003662109375, "invlev_dn": 807.10003662109375, "manhole_up": "manhole_2496_generated", "manhole_dn": "manhole_2497_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387659.223570322152227, 5864742.029465307481587 ], [ 1387675.926896508783102, 5864788.273513910360634 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E66", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 809.60003662109375, "elevtn_dn": 774.10003662109375, "invlev_up": 807.10003662109375, "invlev_dn": 771.60003662109375, "manhole_up": "manhole_2497_generated", "manhole_dn": "manhole_2498_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387675.926896508783102, 5864788.273513910360634 ], [ 1387702.296291569946334, 5864830.159320239908993 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E67", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 774.10003662109375, "elevtn_dn": 774.10003662109375, "invlev_up": 771.60003662109375, "invlev_dn": 771.60003662109375, "manhole_up": "manhole_2498_generated", "manhole_dn": "manhole_2499_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387702.296291569946334, 5864830.159320239908993 ], [ 1387728.665686630876735, 5864872.045126569457352 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E68", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 774.10003662109375, "elevtn_dn": 782.5, "invlev_up": 771.60003662109375, "invlev_dn": 780.0, "manhole_up": "manhole_2499_generated", "manhole_dn": "manhole_2500_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387728.665686630876735, 5864872.045126569457352 ], [ 1387751.608185108983889, 5864915.528788692317903 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E69", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 782.5, "elevtn_dn": 782.5, "invlev_up": 780.0, "invlev_dn": 780.0, "manhole_up": "manhole_2500_generated", "manhole_dn": "manhole_2501_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387751.608185108983889, 5864915.528788692317903 ], [ 1387766.741664502769709, 5864962.653554677963257 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E70", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 782.5, "elevtn_dn": 782.5, "invlev_up": 780.0, "invlev_dn": 780.0, "manhole_up": "manhole_2501_generated", "manhole_dn": "manhole_2502_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387766.741664502769709, 5864962.653554677963257 ], [ 1387778.99191950308159, 5865010.246724016033113 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E71", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 782.5, "elevtn_dn": 820.20001220703125, "invlev_up": 780.0, "invlev_dn": 817.70001220703125, "manhole_up": "manhole_2502_generated", "manhole_dn": "manhole_2503_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387778.99191950308159, 5865010.246724016033113 ], [ 1387779.554608268430457, 5865059.738633952103555 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E72", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 820.20001220703125, "elevtn_dn": 820.20001220703125, "invlev_up": 817.70001220703125, "invlev_dn": 817.70001220703125, "manhole_up": "manhole_2503_generated", "manhole_dn": "manhole_2504_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387779.554608268430457, 5865059.738633952103555 ], [ 1387780.117297033779323, 5865109.230543887242675 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E73", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 820.20001220703125, "elevtn_dn": 834.60003662109375, "invlev_up": 817.70001220703125, "invlev_dn": 832.10003662109375, "manhole_up": "manhole_2504_generated", "manhole_dn": "manhole_2505_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387780.117297033779323, 5865109.230543887242675 ], [ 1387782.917817069217563, 5865158.566991245374084 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E74", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 834.60003662109375, "elevtn_dn": 809.60003662109375, "invlev_up": 832.10003662109375, "invlev_dn": 807.10003662109375, "manhole_up": "manhole_2505_generated", "manhole_dn": "manhole_2506_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387782.917817069217563, 5865158.566991245374084 ], [ 1387789.203931836877018, 5865207.661293652839959 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E75", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 809.60003662109375, "elevtn_dn": 809.60003662109375, "invlev_up": 807.10003662109375, "invlev_dn": 807.10003662109375, "manhole_up": "manhole_2506_generated", "manhole_dn": "manhole_2507_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387789.203931836877018, 5865207.661293652839959 ], [ 1387795.490046604769304, 5865256.755596060305834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E76", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 809.60003662109375, "elevtn_dn": 811.60003662109375, "invlev_up": 807.10003662109375, "invlev_dn": 809.10003662109375, "manhole_up": "manhole_2507_generated", "manhole_dn": "manhole_2508_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387795.490046604769304, 5865256.755596060305834 ], [ 1387804.549934879876673, 5865305.332479531876743 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E77", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 811.60003662109375, "elevtn_dn": 811.60003662109375, "invlev_up": 809.10003662109375, "invlev_dn": 809.10003662109375, "manhole_up": "manhole_2508_generated", "manhole_dn": "manhole_2509_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387804.549934879876673, 5865305.332479531876743 ], [ 1387816.386747075244784, 5865353.391356389038265 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E78", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 811.60003662109375, "elevtn_dn": 811.60003662109375, "invlev_up": 809.10003662109375, "invlev_dn": 809.10003662109375, "manhole_up": "manhole_2509_generated", "manhole_dn": "manhole_2510_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387816.386747075244784, 5865353.391356389038265 ], [ 1387828.223559270845726, 5865401.450233246199787 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E79", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 811.60003662109375, "elevtn_dn": 802.5, "invlev_up": 809.10003662109375, "invlev_dn": 800.0, "manhole_up": "manhole_2510_generated", "manhole_dn": "manhole_2511_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387828.223559270845726, 5865401.450233246199787 ], [ 1387842.96627543354407, 5865448.679594250395894 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E80", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 802.5, "elevtn_dn": 802.5, "invlev_up": 800.0, "invlev_dn": 800.0, "manhole_up": "manhole_2511_generated", "manhole_dn": "manhole_2512_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387842.96627543354407, 5865448.679594250395894 ], [ 1387858.283513206522912, 5865495.744953005574644 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E81", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 802.5, "elevtn_dn": 802.5, "invlev_up": 800.0, "invlev_dn": 800.0, "manhole_up": "manhole_2512_generated", "manhole_dn": "manhole_2513_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387858.283513206522912, 5865495.744953005574644 ], [ 1387872.788357679266483, 5865543.026506381109357 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E82", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 802.5, "elevtn_dn": 778.20001220703125, "invlev_up": 800.0, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_2513_generated", "manhole_dn": "manhole_2514_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387872.788357679266483, 5865543.026506381109357 ], [ 1387882.890574953285977, 5865591.479689701460302 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E83", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 778.20001220703125, "elevtn_dn": 778.20001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_2514_generated", "manhole_dn": "manhole_2515_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387882.890574953285977, 5865591.479689701460302 ], [ 1387892.992792227305472, 5865639.932873022742569 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E84", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 778.20001220703125, "elevtn_dn": 778.20001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_2515_generated", "manhole_dn": "manhole_2516_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387892.992792227305472, 5865639.932873022742569 ], [ 1387903.095009501324967, 5865688.386056343093514 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E85", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 778.20001220703125, "elevtn_dn": 794.70001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 792.20001220703125, "manhole_up": "manhole_2516_generated", "manhole_dn": "manhole_2517_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387903.095009501324967, 5865688.386056343093514 ], [ 1387913.197226775344461, 5865736.839239663444459 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": 830.9000244140625, "elevtn_dn": 830.9000244140625, "invlev_up": 828.4000244140625, "invlev_dn": 828.4000244140625, "manhole_up": "manhole_2518_generated", "manhole_dn": "manhole_2519_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387767.438602478476241, 5866395.894650792703032 ], [ 1387758.181959156645462, 5866444.388786932453513 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": 830.9000244140625, "elevtn_dn": 830.9000244140625, "invlev_up": 828.4000244140625, "invlev_dn": 828.4000244140625, "manhole_up": "manhole_2519_generated", "manhole_dn": "manhole_2520_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387758.181959156645462, 5866444.388786932453513 ], [ 1387748.925315835047513, 5866492.882923071272671 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": 830.9000244140625, "elevtn_dn": 816.5, "invlev_up": 828.4000244140625, "invlev_dn": 814.0, "manhole_up": "manhole_2520_generated", "manhole_dn": "manhole_2521_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387748.925315835047513, 5866492.882923071272671 ], [ 1387739.668672513216734, 5866541.377059211023152 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": 816.5, "elevtn_dn": 816.5, "invlev_up": 814.0, "invlev_dn": 814.0, "manhole_up": "manhole_2521_generated", "manhole_dn": "manhole_2522_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387739.668672513216734, 5866541.377059211023152 ], [ 1387730.412029191618785, 5866589.87119534984231 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": 816.5, "elevtn_dn": 816.10003662109375, "invlev_up": 814.0, "invlev_dn": 813.60003662109375, "manhole_up": "manhole_2522_generated", "manhole_dn": "manhole_2523_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387730.412029191618785, 5866589.87119534984231 ], [ 1387721.155385869788006, 5866638.365331489592791 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": 816.10003662109375, "elevtn_dn": 816.10003662109375, "invlev_up": 813.60003662109375, "invlev_dn": 813.60003662109375, "manhole_up": "manhole_2523_generated", "manhole_dn": "manhole_2524_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387721.155385869788006, 5866638.365331489592791 ], [ 1387711.868742506252602, 5866686.853722332976758 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": 816.10003662109375, "elevtn_dn": 816.10003662109375, "invlev_up": 813.60003662109375, "invlev_dn": 813.60003662109375, "manhole_up": "manhole_2524_generated", "manhole_dn": "manhole_2525_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387711.868742506252602, 5866686.853722332976758 ], [ 1387702.553355348296463, 5866735.336608462966979 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": 816.10003662109375, "elevtn_dn": -9999.0, "invlev_up": 813.60003662109375, "invlev_dn": -10001.5, "manhole_up": "manhole_2525_generated", "manhole_dn": "manhole_2526_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387702.553355348296463, 5866735.336608462966979 ], [ 1387692.161796326050535, 5866783.420620376244187 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2526_generated", "manhole_dn": "manhole_2527_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387692.161796326050535, 5866783.420620376244187 ], [ 1387665.606522521702573, 5866824.90734915714711 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2527_generated", "manhole_dn": "manhole_2528_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387665.606522521702573, 5866824.90734915714711 ], [ 1387633.521071630297229, 5866862.355812711641192 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2528_generated", "manhole_dn": "manhole_2529_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387633.521071630297229, 5866862.355812711641192 ], [ 1387599.638702124124393, 5866898.263356795534492 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2529_generated", "manhole_dn": "manhole_2530_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387599.638702124124393, 5866898.263356795534492 ], [ 1387565.756332617951557, 5866934.170900879427791 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2530_generated", "manhole_dn": "manhole_2531_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387565.756332617951557, 5866934.170900879427791 ], [ 1387530.833661955781281, 5866968.805834869854152 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2531_generated", "manhole_dn": "manhole_2532_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387530.833661955781281, 5866968.805834869854152 ], [ 1387488.905050721950829, 5866994.870336505584419 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2532_generated", "manhole_dn": "manhole_2533_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387488.905050721950829, 5866994.870336505584419 ], [ 1387446.976439488353208, 5867020.934838140383363 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2533_generated", "manhole_dn": "manhole_2534_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387446.976439488353208, 5867020.934838140383363 ], [ 1387406.992973743239418, 5867049.816161799244583 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2534_generated", "manhole_dn": "manhole_2535_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387406.992973743239418, 5867049.816161799244583 ], [ 1387368.671088309027255, 5867080.88432823959738 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2535_generated", "manhole_dn": "manhole_2536_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387368.671088309027255, 5867080.88432823959738 ], [ 1387334.799265256617218, 5867116.679788132198155 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2536_generated", "manhole_dn": "manhole_2537_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387334.799265256617218, 5867116.679788132198155 ], [ 1387307.553403656929731, 5867157.723808865994215 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2537_generated", "manhole_dn": "manhole_2538_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387307.553403656929731, 5867157.723808865994215 ], [ 1387282.996445531724021, 5867200.549453125335276 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2538_generated", "manhole_dn": "manhole_2539_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387282.996445531724021, 5867200.549453125335276 ], [ 1387258.59821508359164, 5867243.469064452685416 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2539_generated", "manhole_dn": "manhole_2540_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387258.59821508359164, 5867243.469064452685416 ], [ 1387243.614222536562011, 5867290.359711383469403 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2540_generated", "manhole_dn": "manhole_2541_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387243.614222536562011, 5867290.359711383469403 ], [ 1387231.826770829968154, 5867338.301578970625997 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2541_generated", "manhole_dn": "manhole_2542_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387231.826770829968154, 5867338.301578970625997 ], [ 1387220.039319123141468, 5867386.24344655778259 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2542_generated", "manhole_dn": "manhole_2543_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387220.039319123141468, 5867386.24344655778259 ], [ 1387207.1556057902053, 5867433.896184804849327 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2543_generated", "manhole_dn": "manhole_2544_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387207.1556057902053, 5867433.896184804849327 ], [ 1387193.766011686064303, 5867481.415501458570361 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2544_generated", "manhole_dn": "manhole_2545_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387193.766011686064303, 5867481.415501458570361 ], [ 1387175.064319850178435, 5867526.718267153017223 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2545_generated", "manhole_dn": "manhole_2546_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387175.064319850178435, 5867526.718267153017223 ], [ 1387136.063388707814738, 5867556.534853091463447 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2546_generated", "manhole_dn": "manhole_2547_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387136.063388707814738, 5867556.534853091463447 ], [ 1387093.861313862726092, 5867582.154212261550128 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2547_generated", "manhole_dn": "manhole_2548_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387093.861313862726092, 5867582.154212261550128 ], [ 1387052.642617584671825, 5867609.220943154767156 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2548_generated", "manhole_dn": "manhole_2549_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387052.642617584671825, 5867609.220943154767156 ], [ 1387015.838404431706294, 5867641.964445389807224 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2549_generated", "manhole_dn": "manhole_2550_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387015.838404431706294, 5867641.964445389807224 ], [ 1386980.829206744208932, 5867676.774253817275167 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2550_generated", "manhole_dn": "manhole_2551_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386980.829206744208932, 5867676.774253817275167 ], [ 1386945.994973083259538, 5867711.749516668729484 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2551_generated", "manhole_dn": "manhole_2552_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386945.994973083259538, 5867711.749516668729484 ], [ 1386914.592990256147459, 5867749.728507588617504 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2552_generated", "manhole_dn": "manhole_2553_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386914.592990256147459, 5867749.728507588617504 ], [ 1386887.16443330841139, 5867790.777757877483964 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2553_generated", "manhole_dn": "manhole_2554_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386887.16443330841139, 5867790.777757877483964 ], [ 1386859.735876360442489, 5867831.827008165419102 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2554_generated", "manhole_dn": "manhole_2555_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386859.735876360442489, 5867831.827008165419102 ], [ 1386832.307319412473589, 5867872.876258454285562 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2555_generated", "manhole_dn": "manhole_2556_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386832.307319412473589, 5867872.876258454285562 ], [ 1386804.878762464504689, 5867913.9255087422207 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2556_generated", "manhole_dn": "manhole_2557_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386804.878762464504689, 5867913.9255087422207 ], [ 1386777.450205516535789, 5867954.97475903108716 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2557_generated", "manhole_dn": "manhole_2558_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386777.450205516535789, 5867954.97475903108716 ], [ 1386750.021648568566889, 5867996.024009319022298 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2558_generated", "manhole_dn": "manhole_2559_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386750.021648568566889, 5867996.024009319022298 ], [ 1386723.537174304481596, 5868037.624782646074891 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2559_generated", "manhole_dn": "manhole_2560_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386723.537174304481596, 5868037.624782646074891 ], [ 1386701.250019326340407, 5868081.677585150115192 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_43_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_43", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_43", "diameter": "0.5", "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_2561_generated", "manhole_dn": "manhole_2562_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387809.534624515566975, 5866309.639251782558858 ], [ 1387788.486613497138023, 5866352.766951287165284 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_43_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_43", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_43", "diameter": "0.5", "elevtn_up": 806.20001220703125, "elevtn_dn": 830.9000244140625, "invlev_up": 803.70001220703125, "invlev_dn": 828.4000244140625, "manhole_up": "manhole_2562_generated", "manhole_dn": "manhole_2518_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387788.486613497138023, 5866352.766951287165284 ], [ 1387767.438602478476241, 5866395.894650792703032 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_44_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "elevtn_up": 830.9000244140625, "elevtn_dn": 840.10003662109375, "invlev_up": 828.4000244140625, "invlev_dn": 837.60003662109375, "manhole_up": "manhole_2518_generated", "manhole_dn": "manhole_2563_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387767.438602478476241, 5866395.894650792703032 ], [ 1387774.73306847945787, 5866351.644692087545991 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_44_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "elevtn_up": 840.10003662109375, "elevtn_dn": 806.20001220703125, "invlev_up": 837.60003662109375, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_2563_generated", "manhole_dn": "manhole_2564_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387774.73306847945787, 5866351.644692087545991 ], [ 1387787.219046234386042, 5866308.756401930935681 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_44_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_2564_generated", "manhole_dn": "manhole_2565_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387787.219046234386042, 5866308.756401930935681 ], [ 1387802.581935805035755, 5866266.622689731419086 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_44_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "elevtn_up": 806.20001220703125, "elevtn_dn": 827.70001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_2565_generated", "manhole_dn": "manhole_2566_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387802.581935805035755, 5866266.622689731419086 ], [ 1387818.989883717847988, 5866224.886323318816721 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_44_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "elevtn_up": 827.70001220703125, "elevtn_dn": 827.70001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_2566_generated", "manhole_dn": "manhole_2567_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387818.989883717847988, 5866224.886323318816721 ], [ 1387838.767447788733989, 5866184.784887914545834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_44_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "elevtn_up": 827.70001220703125, "elevtn_dn": 827.70001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_2567_generated", "manhole_dn": "manhole_2568_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387838.767447788733989, 5866184.784887914545834 ], [ 1387862.375427621416748, 5866146.679679537191987 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_44_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "elevtn_up": 827.70001220703125, "elevtn_dn": 803.9000244140625, "invlev_up": 825.20001220703125, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2568_generated", "manhole_dn": "manhole_2569_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387862.375427621416748, 5866146.679679537191987 ], [ 1387890.316308293025941, 5866111.904927220195532 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_44_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2569_generated", "manhole_dn": "manhole_2570_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387890.316308293025941, 5866111.904927220195532 ], [ 1387932.086585889104754, 5866099.149365295656025 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_45_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2571_generated", "manhole_dn": "manhole_2572_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387931.614702571649104, 5866170.542120457626879 ], [ 1387899.497387683717534, 5866203.806988564319909 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_45_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 806.20001220703125, "invlev_up": 801.4000244140625, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_2572_generated", "manhole_dn": "manhole_2573_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387899.497387683717534, 5866203.806988564319909 ], [ 1387869.509799961000681, 5866239.084409636445343 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_45_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": "0.5", "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_2573_generated", "manhole_dn": "manhole_2574_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387869.509799961000681, 5866239.084409636445343 ], [ 1387839.522212238283828, 5866274.361830709502101 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_45_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": "0.5", "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_2574_generated", "manhole_dn": "manhole_2561_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387839.522212238283828, 5866274.361830709502101 ], [ 1387809.534624515566975, 5866309.639251782558858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_46_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2570_generated", "manhole_dn": "manhole_2575_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387932.086585889104754, 5866099.149365295656025 ], [ 1387908.367353544337675, 5866141.903963415883482 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_46_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2575_generated", "manhole_dn": "manhole_2576_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387908.367353544337675, 5866141.903963415883482 ], [ 1387876.955022902460769, 5866179.987773489207029 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_46_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 827.70001220703125, "invlev_up": 801.4000244140625, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_2576_generated", "manhole_dn": "manhole_2577_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387876.955022902460769, 5866179.987773489207029 ], [ 1387847.458594153402373, 5866219.470102892257273 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_46_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "elevtn_up": 827.70001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_2577_generated", "manhole_dn": "manhole_2578_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387847.458594153402373, 5866219.470102892257273 ], [ 1387823.639855962945148, 5866262.662997540086508 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_46_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_2578_generated", "manhole_dn": "manhole_2561_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387823.639855962945148, 5866262.662997540086508 ], [ 1387809.534624515566975, 5866309.639251782558858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_47_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2579_generated", "manhole_dn": "manhole_2580_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.443674022099003, 5865845.093254727311432 ], [ 1387943.318034203490242, 5865887.628139751963317 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_47_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2580_generated", "manhole_dn": "manhole_2581_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387943.318034203490242, 5865887.628139751963317 ], [ 1387946.009428307646886, 5865930.175072746351361 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_47_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 816.70001220703125, "invlev_up": 801.9000244140625, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_2581_generated", "manhole_dn": "manhole_2582_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387946.009428307646886, 5865930.175072746351361 ], [ 1387948.700822412036359, 5865972.722005739808083 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_47_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "elevtn_up": 816.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 814.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_2582_generated", "manhole_dn": "manhole_2583_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387948.700822412036359, 5865972.722005739808083 ], [ 1387944.872250664513558, 5866015.105105520226061 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_47_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "elevtn_up": 816.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 814.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_2583_generated", "manhole_dn": "manhole_2584_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387944.872250664513558, 5866015.105105520226061 ], [ 1387940.047370131826028, 5866057.463170127011836 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_47_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "elevtn_up": 816.70001220703125, "elevtn_dn": 803.9000244140625, "invlev_up": 814.20001220703125, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2584_generated", "manhole_dn": "manhole_2570_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.047370131826028, 5866057.463170127011836 ], [ 1387932.086585889104754, 5866099.149365295656025 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_48_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_48", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_48", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 786.29998779296875, "invlev_up": 801.4000244140625, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_2570_generated", "manhole_dn": "manhole_2585_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387932.086585889104754, 5866099.149365295656025 ], [ 1387975.279995472636074, 5866107.425722245126963 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2586_generated", "manhole_dn": "manhole_2587_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396909.357976644067094, 5869743.820572539232671 ], [ 1396931.001512570073828, 5869698.901241529732943 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2587_generated", "manhole_dn": "manhole_2588_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396931.001512570073828, 5869698.901241529732943 ], [ 1396952.437394135864452, 5869653.897189068607986 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2588_generated", "manhole_dn": "manhole_2589_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396952.437394135864452, 5869653.897189068607986 ], [ 1396961.924284938722849, 5869605.425327842123806 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2589_generated", "manhole_dn": "manhole_2590_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396961.924284938722849, 5869605.425327842123806 ], [ 1396956.300025957403705, 5869556.04274676553905 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2590_generated", "manhole_dn": "manhole_2591_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396956.300025957403705, 5869556.04274676553905 ], [ 1396930.699111388763413, 5869513.852089673280716 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2591_generated", "manhole_dn": "manhole_2592_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396930.699111388763413, 5869513.852089673280716 ], [ 1396901.464610780123621, 5869473.459851311519742 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2592_generated", "manhole_dn": "manhole_2593_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396901.464610780123621, 5869473.459851311519742 ], [ 1396872.230110171250999, 5869433.067612949758768 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2593_generated", "manhole_dn": "manhole_2594_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396872.230110171250999, 5869433.067612949758768 ], [ 1396842.995609562378377, 5869392.675374587066472 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2594_generated", "manhole_dn": "manhole_2595_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396842.995609562378377, 5869392.675374587066472 ], [ 1396808.125623756088316, 5869357.090668236836791 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2595_generated", "manhole_dn": "manhole_2596_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396808.125623756088316, 5869357.090668236836791 ], [ 1396771.60479090642184, 5869323.325619155541062 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2596_generated", "manhole_dn": "manhole_2597_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396771.60479090642184, 5869323.325619155541062 ], [ 1396729.11015088763088, 5869297.241246143355966 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2597_generated", "manhole_dn": "manhole_2598_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396729.11015088763088, 5869297.241246143355966 ], [ 1396686.615510868607089, 5869271.156873132102191 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2598_generated", "manhole_dn": "manhole_2599_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396686.615510868607089, 5869271.156873132102191 ], [ 1396644.120870849816129, 5869245.072500119917095 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2599_generated", "manhole_dn": "manhole_2600_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396644.120870849816129, 5869245.072500119917095 ], [ 1396601.626230831025168, 5869218.988127108663321 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2600_generated", "manhole_dn": "manhole_2601_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396601.626230831025168, 5869218.988127108663321 ], [ 1396557.898404459701851, 5869195.091535449028015 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2601_generated", "manhole_dn": "manhole_2602_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396557.898404459701851, 5869195.091535449028015 ], [ 1396513.373000270221382, 5869172.660137529484928 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2602_generated", "manhole_dn": "manhole_2603_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396513.373000270221382, 5869172.660137529484928 ], [ 1396467.087116056121886, 5869154.896273152902722 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2603_generated", "manhole_dn": "manhole_2604_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396467.087116056121886, 5869154.896273152902722 ], [ 1396417.387180331395939, 5869156.711754012852907 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2604_generated", "manhole_dn": "manhole_2605_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396417.387180331395939, 5869156.711754012852907 ], [ 1396367.689416214823723, 5869160.751702967099845 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2605_generated", "manhole_dn": "manhole_2606_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396367.689416214823723, 5869160.751702967099845 ], [ 1396317.991652098018676, 5869164.791651922278106 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2606_generated", "manhole_dn": "manhole_2607_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396317.991652098018676, 5869164.791651922278106 ], [ 1396268.29388798144646, 5869168.831600877456367 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2607_generated", "manhole_dn": "manhole_2608_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396268.29388798144646, 5869168.831600877456367 ], [ 1396218.596123864874244, 5869172.871549831703305 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2608_generated", "manhole_dn": "manhole_2609_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396218.596123864874244, 5869172.871549831703305 ], [ 1396168.898359748302028, 5869176.911498786881566 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2609_generated", "manhole_dn": "manhole_2610_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396168.898359748302028, 5869176.911498786881566 ], [ 1396119.200595631496981, 5869180.951447741128504 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2610_generated", "manhole_dn": "manhole_2611_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396119.200595631496981, 5869180.951447741128504 ], [ 1396074.361621838063002, 5869202.124943272210658 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2611_generated", "manhole_dn": "manhole_2612_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396074.361621838063002, 5869202.124943272210658 ], [ 1396035.199847624171525, 5869232.988261081278324 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2612_generated", "manhole_dn": "manhole_2613_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396035.199847624171525, 5869232.988261081278324 ], [ 1395998.558018732117489, 5869266.795554245822132 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2613_generated", "manhole_dn": "manhole_2614_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395998.558018732117489, 5869266.795554245822132 ], [ 1395962.022284490056336, 5869300.726794557645917 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2614_generated", "manhole_dn": "manhole_2615_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395962.022284490056336, 5869300.726794557645917 ], [ 1395925.486550248228014, 5869334.658034870401025 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2615_generated", "manhole_dn": "manhole_2616_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395925.486550248228014, 5869334.658034870401025 ], [ 1395888.950816006399691, 5869368.589275183156133 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2616_generated", "manhole_dn": "manhole_2617_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395888.950816006399691, 5869368.589275183156133 ], [ 1395852.198703716741875, 5869402.247869444079697 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2617_generated", "manhole_dn": "manhole_2618_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395852.198703716741875, 5869402.247869444079697 ], [ 1395807.439734570682049, 5869421.687553119845688 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2618_generated", "manhole_dn": "manhole_2619_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395807.439734570682049, 5869421.687553119845688 ], [ 1395757.76829999522306, 5869425.271080794744194 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2619_generated", "manhole_dn": "manhole_2620_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395757.76829999522306, 5869425.271080794744194 ], [ 1395707.965332398191094, 5869427.690453497692943 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2620_generated", "manhole_dn": "manhole_2621_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395707.965332398191094, 5869427.690453497692943 ], [ 1395659.043270194903016, 5869419.543888772837818 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2621_generated", "manhole_dn": "manhole_2622_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395659.043270194903016, 5869419.543888772837818 ], [ 1395612.217504026833922, 5869402.463653352111578 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2622_generated", "manhole_dn": "manhole_2623_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395612.217504026833922, 5869402.463653352111578 ], [ 1395565.46716068405658, 5869385.125996558927 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2623_generated", "manhole_dn": "manhole_2624_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395565.46716068405658, 5869385.125996558927 ], [ 1395518.716817341279238, 5869367.788339765742421 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2624_generated", "manhole_dn": "manhole_2625_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395518.716817341279238, 5869367.788339765742421 ], [ 1395471.966473998501897, 5869350.450682972557843 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2625_generated", "manhole_dn": "manhole_2626_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395471.966473998501897, 5869350.450682972557843 ], [ 1395425.216130655724555, 5869333.113026178441942 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2626_generated", "manhole_dn": "manhole_2627_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395425.216130655724555, 5869333.113026178441942 ], [ 1395378.687391854356974, 5869315.204579988494515 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2627_generated", "manhole_dn": "manhole_2628_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395378.687391854356974, 5869315.204579988494515 ], [ 1395332.485505212796852, 5869296.454256883822381 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E42", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2628_generated", "manhole_dn": "manhole_2629_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395332.485505212796852, 5869296.454256883822381 ], [ 1395287.001163898268715, 5869276.144632362760603 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E43", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2629_generated", "manhole_dn": "manhole_2630_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395287.001163898268715, 5869276.144632362760603 ], [ 1395242.705986745655537, 5869253.250829122960567 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E44", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2630_generated", "manhole_dn": "manhole_2631_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395242.705986745655537, 5869253.250829122960567 ], [ 1395210.583317779935896, 5869216.421354569494724 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E45", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2631_generated", "manhole_dn": "manhole_2632_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395210.583317779935896, 5869216.421354569494724 ], [ 1395193.830984261119738, 5869169.495743074454367 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E46", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2632_generated", "manhole_dn": "manhole_2633_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395193.830984261119738, 5869169.495743074454367 ], [ 1395177.827800207771361, 5869122.271945620886981 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2633_generated", "manhole_dn": "manhole_2634_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395177.827800207771361, 5869122.271945620886981 ], [ 1395155.643526731757447, 5869079.571160393767059 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E48", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2634_generated", "manhole_dn": "manhole_2635_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395155.643526731757447, 5869079.571160393767059 ], [ 1395110.79815290751867, 5869060.371252737939358 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E49", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2635_generated", "manhole_dn": "manhole_2636_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395110.79815290751867, 5869060.371252737939358 ], [ 1395061.09774633590132, 5869059.009571047499776 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E50", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2636_generated", "manhole_dn": "manhole_2637_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395061.09774633590132, 5869059.009571047499776 ], [ 1395018.388957693940029, 5869034.78797029517591 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E51", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2637_generated", "manhole_dn": "manhole_2638_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395018.388957693940029, 5869034.78797029517591 ], [ 1394978.546954535646364, 5869004.807914757169783 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E52", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2638_generated", "manhole_dn": "manhole_2639_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394978.546954535646364, 5869004.807914757169783 ], [ 1394938.7049513773527, 5868974.827859218232334 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E53", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2639_generated", "manhole_dn": "manhole_2640_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394938.7049513773527, 5868974.827859218232334 ], [ 1394898.862948219059035, 5868944.847803680226207 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E54", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2640_generated", "manhole_dn": "manhole_2641_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394898.862948219059035, 5868944.847803680226207 ], [ 1394866.007140989648178, 5868909.172220145352185 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E55", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2641_generated", "manhole_dn": "manhole_2642_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394866.007140989648178, 5868909.172220145352185 ], [ 1394865.188218769617379, 5868860.166501657105982 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E56", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2642_generated", "manhole_dn": "manhole_2643_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394865.188218769617379, 5868860.166501657105982 ], [ 1394851.210898632416502, 5868814.804698893800378 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E57", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2643_generated", "manhole_dn": "manhole_2644_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394851.210898632416502, 5868814.804698893800378 ], [ 1394814.57134416163899, 5868780.985591958276927 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E58", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2644_generated", "manhole_dn": "manhole_2645_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394814.57134416163899, 5868780.985591958276927 ], [ 1394783.142760716611519, 5868743.81044967379421 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E59", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2645_generated", "manhole_dn": "manhole_2646_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394783.142760716611519, 5868743.81044967379421 ], [ 1394777.096276167081669, 5868694.597891299054027 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E60", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2646_generated", "manhole_dn": "manhole_2647_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394777.096276167081669, 5868694.597891299054027 ], [ 1394773.838866250822321, 5868644.842708389274776 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E61", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2647_generated", "manhole_dn": "manhole_2648_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394773.838866250822321, 5868644.842708389274776 ], [ 1394784.297478953143582, 5868596.997929934412241 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E62", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2648_generated", "manhole_dn": "manhole_2649_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394784.297478953143582, 5868596.997929934412241 ], [ 1394803.796106442809105, 5868551.10683633480221 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E63", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2649_generated", "manhole_dn": "manhole_2650_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394803.796106442809105, 5868551.10683633480221 ], [ 1394823.294733932707459, 5868505.21574273519218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E64", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2650_generated", "manhole_dn": "manhole_2651_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394823.294733932707459, 5868505.21574273519218 ], [ 1394837.756601032335311, 5868457.68703889194876 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E65", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2651_generated", "manhole_dn": "manhole_2652_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394837.756601032335311, 5868457.68703889194876 ], [ 1394848.974616430234164, 5868409.103656174615026 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E66", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2652_generated", "manhole_dn": "manhole_2653_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394848.974616430234164, 5868409.103656174615026 ], [ 1394851.974718380952254, 5868359.860240411013365 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E67", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2653_generated", "manhole_dn": "manhole_2654_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394851.974718380952254, 5868359.860240411013365 ], [ 1394846.573623906588182, 5868310.402086352929473 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E68", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2654_generated", "manhole_dn": "manhole_2655_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394846.573623906588182, 5868310.402086352929473 ], [ 1394836.032171645434573, 5868261.667429998517036 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E69", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2655_generated", "manhole_dn": "manhole_2656_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394836.032171645434573, 5868261.667429998517036 ], [ 1394825.490719384280965, 5868212.9327736441046 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E70", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2656_generated", "manhole_dn": "manhole_2657_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394825.490719384280965, 5868212.9327736441046 ], [ 1394814.949267123127356, 5868164.198117289692163 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E71", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2657_generated", "manhole_dn": "manhole_2658_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394814.949267123127356, 5868164.198117289692163 ], [ 1394796.999077728250995, 5868117.908033844083548 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E72", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2658_generated", "manhole_dn": "manhole_2659_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394796.999077728250995, 5868117.908033844083548 ], [ 1394776.467399163171649, 5868072.469733688049018 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E73", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2659_generated", "manhole_dn": "manhole_2660_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394776.467399163171649, 5868072.469733688049018 ], [ 1394755.935720598092303, 5868027.031433532945812 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E74", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2660_generated", "manhole_dn": "manhole_2661_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394755.935720598092303, 5868027.031433532945812 ], [ 1394740.519507831195369, 5867979.965777863748372 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E75", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2661_generated", "manhole_dn": "manhole_2662_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394740.519507831195369, 5867979.965777863748372 ], [ 1394731.024188673356548, 5867931.016540282405913 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E76", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2662_generated", "manhole_dn": "manhole_2663_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394731.024188673356548, 5867931.016540282405913 ], [ 1394719.285063765244558, 5867882.718089940026402 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E77", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2663_generated", "manhole_dn": "manhole_2664_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394719.285063765244558, 5867882.718089940026402 ], [ 1394701.115841469261795, 5867836.284607334062457 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E78", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2664_generated", "manhole_dn": "manhole_2665_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394701.115841469261795, 5867836.284607334062457 ], [ 1394682.946619173279032, 5867789.851124729029834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E79", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2665_generated", "manhole_dn": "manhole_2666_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394682.946619173279032, 5867789.851124729029834 ], [ 1394667.689998690504581, 5867742.633696664124727 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E80", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2666_generated", "manhole_dn": "manhole_2667_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394667.689998690504581, 5867742.633696664124727 ], [ 1394660.09726603073068, 5867693.353484037332237 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E81", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2667_generated", "manhole_dn": "manhole_2668_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394660.09726603073068, 5867693.353484037332237 ], [ 1394654.328329593641683, 5867643.868894944898784 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E82", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2668_generated", "manhole_dn": "manhole_2669_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394654.328329593641683, 5867643.868894944898784 ], [ 1394650.824927933514118, 5867594.130427713505924 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E83", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2669_generated", "manhole_dn": "manhole_2670_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394650.824927933514118, 5867594.130427713505924 ], [ 1394651.388802720233798, 5867544.35361806396395 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E84", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2670_generated", "manhole_dn": "manhole_2671_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394651.388802720233798, 5867544.35361806396395 ], [ 1394662.743551589781418, 5867496.03845329862088 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E85", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2671_generated", "manhole_dn": "manhole_2672_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394662.743551589781418, 5867496.03845329862088 ], [ 1394670.132179970387369, 5867447.227573615498841 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E86", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2672_generated", "manhole_dn": "manhole_2673_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394670.132179970387369, 5867447.227573615498841 ], [ 1394650.258600463392213, 5867404.05067600402981 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E87", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2673_generated", "manhole_dn": "manhole_2674_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394650.258600463392213, 5867404.05067600402981 ], [ 1394603.801243336405605, 5867385.942586250603199 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E88", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2674_generated", "manhole_dn": "manhole_2675_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394603.801243336405605, 5867385.942586250603199 ], [ 1394568.131737232673913, 5867352.277565182186663 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E89", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2675_generated", "manhole_dn": "manhole_2676_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394568.131737232673913, 5867352.277565182186663 ], [ 1394534.886564994230866, 5867315.116463630460203 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E90", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2676_generated", "manhole_dn": "manhole_2677_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394534.886564994230866, 5867315.116463630460203 ], [ 1394502.003263384569436, 5867277.642437966540456 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E91", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2677_generated", "manhole_dn": "manhole_2678_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394502.003263384569436, 5867277.642437966540456 ], [ 1394470.028815483907238, 5867239.382489884272218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E92", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2678_generated", "manhole_dn": "manhole_2679_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394470.028815483907238, 5867239.382489884272218 ], [ 1394438.05436758347787, 5867201.122541802935302 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E93", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2679_generated", "manhole_dn": "manhole_2680_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394438.05436758347787, 5867201.122541802935302 ], [ 1394406.079919682815671, 5867162.862593721598387 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E94", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2680_generated", "manhole_dn": "manhole_2681_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394406.079919682815671, 5867162.862593721598387 ], [ 1394374.105471782386303, 5867124.602645640261471 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E95", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2681_generated", "manhole_dn": "manhole_2682_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394374.105471782386303, 5867124.602645640261471 ], [ 1394331.263575199525803, 5867099.102238862775266 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E96", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2682_generated", "manhole_dn": "manhole_2683_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394331.263575199525803, 5867099.102238862775266 ], [ 1394288.402718252269551, 5867073.624093571677804 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E97", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2683_generated", "manhole_dn": "manhole_2684_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394288.402718252269551, 5867073.624093571677804 ], [ 1394241.406052829232067, 5867059.604279736988246 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E98", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2684_generated", "manhole_dn": "manhole_2685_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394241.406052829232067, 5867059.604279736988246 ], [ 1394191.967552164103836, 5867053.804523427039385 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E99", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2685_generated", "manhole_dn": "manhole_2686_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394191.967552164103836, 5867053.804523427039385 ], [ 1394142.130891400855035, 5867052.224589966237545 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E100", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2686_generated", "manhole_dn": "manhole_2687_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394142.130891400855035, 5867052.224589966237545 ], [ 1394092.295928271487355, 5867051.546281232498586 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E101", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2687_generated", "manhole_dn": "manhole_2688_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394092.295928271487355, 5867051.546281232498586 ], [ 1394043.343164325458929, 5867047.527966791763902 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E102", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2688_generated", "manhole_dn": "manhole_2689_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394043.343164325458929, 5867047.527966791763902 ], [ 1393996.278205681359395, 5867031.063501614145935 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E103", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2689_generated", "manhole_dn": "manhole_2690_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393996.278205681359395, 5867031.063501614145935 ], [ 1393949.213247037259862, 5867014.599036436527967 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E104", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2690_generated", "manhole_dn": "manhole_2691_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393949.213247037259862, 5867014.599036436527967 ], [ 1393902.148288393160328, 5866998.134571259841323 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E105", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2691_generated", "manhole_dn": "manhole_2692_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393902.148288393160328, 5866998.134571259841323 ], [ 1393855.083329749060795, 5866981.670106082223356 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E106", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2692_generated", "manhole_dn": "manhole_2693_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393855.083329749060795, 5866981.670106082223356 ], [ 1393805.813084045657888, 5866974.210721349343657 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E107", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2693_generated", "manhole_dn": "manhole_2694_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393805.813084045657888, 5866974.210721349343657 ], [ 1393756.464387694839388, 5866967.077454941347241 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E108", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2694_generated", "manhole_dn": "manhole_2695_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393756.464387694839388, 5866967.077454941347241 ], [ 1393706.996018304256722, 5866960.826904917135835 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E109", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2695_generated", "manhole_dn": "manhole_2696_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393706.996018304256722, 5866960.826904917135835 ], [ 1393657.527648913906887, 5866954.576354892924428 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E110", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2696_generated", "manhole_dn": "manhole_2697_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393657.527648913906887, 5866954.576354892924428 ], [ 1393608.059279523557052, 5866948.325804868713021 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E111", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2697_generated", "manhole_dn": "manhole_2698_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393608.059279523557052, 5866948.325804868713021 ], [ 1393558.590910133207217, 5866942.075254844501615 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E112", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2698_generated", "manhole_dn": "manhole_2699_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393558.590910133207217, 5866942.075254844501615 ], [ 1393509.122540742857382, 5866935.824704820290208 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E113", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2699_generated", "manhole_dn": "manhole_2700_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393509.122540742857382, 5866935.824704820290208 ], [ 1393459.654171352507547, 5866929.574154796078801 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E114", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2700_generated", "manhole_dn": "manhole_2701_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393459.654171352507547, 5866929.574154796078801 ], [ 1393410.185801962157711, 5866923.323604770936072 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E115", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2701_generated", "manhole_dn": "manhole_2702_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393410.185801962157711, 5866923.323604770936072 ], [ 1393360.717432571807876, 5866917.073054746724665 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E116", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2702_generated", "manhole_dn": "manhole_2703_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393360.717432571807876, 5866917.073054746724665 ], [ 1393311.249063181458041, 5866910.822504722513258 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E117", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2703_generated", "manhole_dn": "manhole_2704_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393311.249063181458041, 5866910.822504722513258 ], [ 1393261.780693791108206, 5866904.571954698301852 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E118", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2704_generated", "manhole_dn": "manhole_2705_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393261.780693791108206, 5866904.571954698301852 ], [ 1393212.31232440052554, 5866898.321404674090445 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E119", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2705_generated", "manhole_dn": "manhole_2706_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393212.31232440052554, 5866898.321404674090445 ], [ 1393164.711109766503796, 5866883.550484512001276 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E120", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2706_generated", "manhole_dn": "manhole_2707_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393164.711109766503796, 5866883.550484512001276 ], [ 1393117.162246766965836, 5866868.540668617002666 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E121", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2707_generated", "manhole_dn": "manhole_2708_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393117.162246766965836, 5866868.540668617002666 ], [ 1393069.613383767427877, 5866853.530852722004056 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E122", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2708_generated", "manhole_dn": "manhole_2709_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393069.613383767427877, 5866853.530852722004056 ], [ 1393022.064520767889917, 5866838.521036827005446 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E123", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2709_generated", "manhole_dn": "manhole_2710_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393022.064520767889917, 5866838.521036827005446 ], [ 1392974.515657768351957, 5866823.511220932938159 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E124", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2710_generated", "manhole_dn": "manhole_2711_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392974.515657768351957, 5866823.511220932938159 ], [ 1392926.966794768813998, 5866808.501405037939548 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E125", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2711_generated", "manhole_dn": "manhole_2712_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392926.966794768813998, 5866808.501405037939548 ], [ 1392879.417931769276038, 5866793.491589142940938 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E126", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2712_generated", "manhole_dn": "manhole_2713_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392879.417931769276038, 5866793.491589142940938 ], [ 1392831.869068769738078, 5866778.481773247942328 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E127", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": 865.0, "invlev_up": -10001.5, "invlev_dn": 862.5, "manhole_up": "manhole_2713_generated", "manhole_dn": "manhole_2714_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392831.869068769738078, 5866778.481773247942328 ], [ 1392784.320205770200118, 5866763.471957352943718 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E128", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 865.0, "elevtn_dn": 865.0, "invlev_up": 862.5, "invlev_dn": 862.5, "manhole_up": "manhole_2714_generated", "manhole_dn": "manhole_2715_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392784.320205770200118, 5866763.471957352943718 ], [ 1392736.771342770429328, 5866748.462141457945108 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E129", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 865.0, "elevtn_dn": 878.4000244140625, "invlev_up": 862.5, "invlev_dn": 875.9000244140625, "manhole_up": "manhole_2715_generated", "manhole_dn": "manhole_2716_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392736.771342770429328, 5866748.462141457945108 ], [ 1392689.222479770891368, 5866733.452325562946498 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E130", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 878.4000244140625, "elevtn_dn": 878.4000244140625, "invlev_up": 875.9000244140625, "invlev_dn": 875.9000244140625, "manhole_up": "manhole_2716_generated", "manhole_dn": "manhole_2717_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392689.222479770891368, 5866733.452325562946498 ], [ 1392641.673616771353409, 5866718.442509667947888 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E131", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 878.4000244140625, "elevtn_dn": 904.9000244140625, "invlev_up": 875.9000244140625, "invlev_dn": 902.4000244140625, "manhole_up": "manhole_2717_generated", "manhole_dn": "manhole_2718_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392641.673616771353409, 5866718.442509667947888 ], [ 1392594.124753771815449, 5866703.432693773880601 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E132", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 904.9000244140625, "elevtn_dn": 904.9000244140625, "invlev_up": 902.4000244140625, "invlev_dn": 902.4000244140625, "manhole_up": "manhole_2718_generated", "manhole_dn": "manhole_2719_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392594.124753771815449, 5866703.432693773880601 ], [ 1392546.575890772277489, 5866688.422877878881991 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E133", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 904.9000244140625, "elevtn_dn": 931.5, "invlev_up": 902.4000244140625, "invlev_dn": 929.0, "manhole_up": "manhole_2719_generated", "manhole_dn": "manhole_2720_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392546.575890772277489, 5866688.422877878881991 ], [ 1392499.02702777273953, 5866673.413061983883381 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E134", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 931.5, "elevtn_dn": 931.5, "invlev_up": 929.0, "invlev_dn": 929.0, "manhole_up": "manhole_2720_generated", "manhole_dn": "manhole_2721_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392499.02702777273953, 5866673.413061983883381 ], [ 1392451.47816477320157, 5866658.403246088884771 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E135", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 931.5, "elevtn_dn": 926.29998779296875, "invlev_up": 929.0, "invlev_dn": 923.79998779296875, "manhole_up": "manhole_2721_generated", "manhole_dn": "manhole_2722_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392451.47816477320157, 5866658.403246088884771 ], [ 1392403.92930177366361, 5866643.393430193886161 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E136", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 926.29998779296875, "elevtn_dn": 849.79998779296875, "invlev_up": 923.79998779296875, "invlev_dn": 847.29998779296875, "manhole_up": "manhole_2722_generated", "manhole_dn": "manhole_2723_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392403.92930177366361, 5866643.393430193886161 ], [ 1392356.380438774125651, 5866628.383614298887551 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E137", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 849.79998779296875, "elevtn_dn": 875.20001220703125, "invlev_up": 847.29998779296875, "invlev_dn": 872.70001220703125, "manhole_up": "manhole_2723_generated", "manhole_dn": "manhole_2724_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392356.380438774125651, 5866628.383614298887551 ], [ 1392308.831575774587691, 5866613.373798403888941 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E138", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 875.20001220703125, "elevtn_dn": 875.20001220703125, "invlev_up": 872.70001220703125, "invlev_dn": 872.70001220703125, "manhole_up": "manhole_2724_generated", "manhole_dn": "manhole_2725_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392308.831575774587691, 5866613.373798403888941 ], [ 1392261.282712775049731, 5866598.363982509821653 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E139", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 875.20001220703125, "elevtn_dn": 928.10003662109375, "invlev_up": 872.70001220703125, "invlev_dn": 925.60003662109375, "manhole_up": "manhole_2725_generated", "manhole_dn": "manhole_2726_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392261.282712775049731, 5866598.363982509821653 ], [ 1392213.733849775511771, 5866583.354166614823043 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E140", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 928.10003662109375, "elevtn_dn": 928.10003662109375, "invlev_up": 925.60003662109375, "invlev_dn": 925.60003662109375, "manhole_up": "manhole_2726_generated", "manhole_dn": "manhole_2727_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392213.733849775511771, 5866583.354166614823043 ], [ 1392166.184986775973812, 5866568.344350719824433 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E141", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 928.10003662109375, "elevtn_dn": 936.79998779296875, "invlev_up": 925.60003662109375, "invlev_dn": 934.29998779296875, "manhole_up": "manhole_2727_generated", "manhole_dn": "manhole_2728_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392166.184986775973812, 5866568.344350719824433 ], [ 1392119.234377897810191, 5866551.59017149079591 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E142", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 936.79998779296875, "elevtn_dn": 936.79998779296875, "invlev_up": 934.29998779296875, "invlev_dn": 934.29998779296875, "manhole_up": "manhole_2728_generated", "manhole_dn": "manhole_2729_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392119.234377897810191, 5866551.59017149079591 ], [ 1392072.481987217208371, 5866534.25803626794368 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E143", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 936.79998779296875, "elevtn_dn": 929.79998779296875, "invlev_up": 934.29998779296875, "invlev_dn": 927.29998779296875, "manhole_up": "manhole_2729_generated", "manhole_dn": "manhole_2730_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392072.481987217208371, 5866534.25803626794368 ], [ 1392025.729596536839381, 5866516.925901044160128 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E144", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 929.79998779296875, "elevtn_dn": 892.29998779296875, "invlev_up": 927.29998779296875, "invlev_dn": 889.79998779296875, "manhole_up": "manhole_2730_generated", "manhole_dn": "manhole_2731_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392025.729596536839381, 5866516.925901044160128 ], [ 1391978.977205856470391, 5866499.593765820376575 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E145", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 892.29998779296875, "elevtn_dn": 911.4000244140625, "invlev_up": 889.79998779296875, "invlev_dn": 908.9000244140625, "manhole_up": "manhole_2731_generated", "manhole_dn": "manhole_2732_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391978.977205856470391, 5866499.593765820376575 ], [ 1391932.224815175868571, 5866482.261630596593022 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E146", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 911.4000244140625, "elevtn_dn": 911.4000244140625, "invlev_up": 908.9000244140625, "invlev_dn": 908.9000244140625, "manhole_up": "manhole_2732_generated", "manhole_dn": "manhole_2733_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391932.224815175868571, 5866482.261630596593022 ], [ 1391885.472424495499581, 5866464.92949537280947 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E147", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 911.4000244140625, "elevtn_dn": 933.20001220703125, "invlev_up": 908.9000244140625, "invlev_dn": 930.70001220703125, "manhole_up": "manhole_2733_generated", "manhole_dn": "manhole_2734_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391885.472424495499581, 5866464.92949537280947 ], [ 1391838.720033814897761, 5866447.59736014995724 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E148", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 933.20001220703125, "elevtn_dn": 933.20001220703125, "invlev_up": 930.70001220703125, "invlev_dn": 930.70001220703125, "manhole_up": "manhole_2734_generated", "manhole_dn": "manhole_2735_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391838.720033814897761, 5866447.59736014995724 ], [ 1391791.967643134528771, 5866430.265224926173687 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E149", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 933.20001220703125, "elevtn_dn": 939.4000244140625, "invlev_up": 930.70001220703125, "invlev_dn": 936.9000244140625, "manhole_up": "manhole_2735_generated", "manhole_dn": "manhole_2736_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391791.967643134528771, 5866430.265224926173687 ], [ 1391745.215252453926951, 5866412.933089702390134 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E150", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 939.4000244140625, "elevtn_dn": 939.4000244140625, "invlev_up": 936.9000244140625, "invlev_dn": 936.9000244140625, "manhole_up": "manhole_2736_generated", "manhole_dn": "manhole_2737_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391745.215252453926951, 5866412.933089702390134 ], [ 1391698.462861773557961, 5866395.600954478606582 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E151", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 939.4000244140625, "elevtn_dn": 952.70001220703125, "invlev_up": 936.9000244140625, "invlev_dn": 950.20001220703125, "manhole_up": "manhole_2737_generated", "manhole_dn": "manhole_2738_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391698.462861773557961, 5866395.600954478606582 ], [ 1391651.710471092956141, 5866378.268819254823029 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E152", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 952.70001220703125, "elevtn_dn": 889.4000244140625, "invlev_up": 950.20001220703125, "invlev_dn": 886.9000244140625, "manhole_up": "manhole_2738_generated", "manhole_dn": "manhole_2739_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391651.710471092956141, 5866378.268819254823029 ], [ 1391604.958080412587151, 5866360.936684031039476 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E153", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 889.4000244140625, "elevtn_dn": 848.70001220703125, "invlev_up": 886.9000244140625, "invlev_dn": 846.20001220703125, "manhole_up": "manhole_2739_generated", "manhole_dn": "manhole_2740_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391604.958080412587151, 5866360.936684031039476 ], [ 1391558.205689732218161, 5866343.604548808187246 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E154", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 848.70001220703125, "elevtn_dn": 848.70001220703125, "invlev_up": 846.20001220703125, "invlev_dn": 846.20001220703125, "manhole_up": "manhole_2740_generated", "manhole_dn": "manhole_2741_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391558.205689732218161, 5866343.604548808187246 ], [ 1391511.453299051616341, 5866326.272413584403694 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E155", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 848.70001220703125, "elevtn_dn": 846.0, "invlev_up": 846.20001220703125, "invlev_dn": 843.5, "manhole_up": "manhole_2741_generated", "manhole_dn": "manhole_2742_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391511.453299051616341, 5866326.272413584403694 ], [ 1391464.700908371247351, 5866308.940278360620141 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E156", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 846.0, "elevtn_dn": 846.0, "invlev_up": 843.5, "invlev_dn": 843.5, "manhole_up": "manhole_2742_generated", "manhole_dn": "manhole_2743_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391464.700908371247351, 5866308.940278360620141 ], [ 1391417.948517690645531, 5866291.608143136836588 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E157", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 846.0, "elevtn_dn": 849.9000244140625, "invlev_up": 843.5, "invlev_dn": 847.4000244140625, "manhole_up": "manhole_2743_generated", "manhole_dn": "manhole_2744_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391417.948517690645531, 5866291.608143136836588 ], [ 1391371.196127010276541, 5866274.276007913053036 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E158", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 849.9000244140625, "elevtn_dn": 849.9000244140625, "invlev_up": 847.4000244140625, "invlev_dn": 847.4000244140625, "manhole_up": "manhole_2744_generated", "manhole_dn": "manhole_2745_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391371.196127010276541, 5866274.276007913053036 ], [ 1391321.986832652939484, 5866269.550851707346737 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E159", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 849.9000244140625, "elevtn_dn": 895.70001220703125, "invlev_up": 847.4000244140625, "invlev_dn": 893.20001220703125, "manhole_up": "manhole_2745_generated", "manhole_dn": "manhole_2746_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391321.986832652939484, 5866269.550851707346737 ], [ 1391272.147464629728347, 5866268.058758955448866 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E160", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 895.70001220703125, "elevtn_dn": 895.70001220703125, "invlev_up": 893.20001220703125, "invlev_dn": 893.20001220703125, "manhole_up": "manhole_2746_generated", "manhole_dn": "manhole_2747_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391272.147464629728347, 5866268.058758955448866 ], [ 1391222.30809660628438, 5866266.566666204482317 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E161", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 895.70001220703125, "elevtn_dn": 932.0, "invlev_up": 893.20001220703125, "invlev_dn": 929.5, "manhole_up": "manhole_2747_generated", "manhole_dn": "manhole_2748_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391222.30809660628438, 5866266.566666204482317 ], [ 1391172.468728582840413, 5866265.074573452584445 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E162", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 932.0, "elevtn_dn": 932.0, "invlev_up": 929.5, "invlev_dn": 929.5, "manhole_up": "manhole_2748_generated", "manhole_dn": "manhole_2749_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391172.468728582840413, 5866265.074573452584445 ], [ 1391122.629360559629276, 5866263.582480700686574 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E163", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 932.0, "elevtn_dn": 915.20001220703125, "invlev_up": 929.5, "invlev_dn": 912.70001220703125, "manhole_up": "manhole_2749_generated", "manhole_dn": "manhole_2750_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391122.629360559629276, 5866263.582480700686574 ], [ 1391072.789992536185309, 5866262.090387949720025 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E164", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 915.20001220703125, "elevtn_dn": 880.70001220703125, "invlev_up": 912.70001220703125, "invlev_dn": 878.20001220703125, "manhole_up": "manhole_2750_generated", "manhole_dn": "manhole_2751_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391072.789992536185309, 5866262.090387949720025 ], [ 1391022.950624512741342, 5866260.598295197822154 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E165", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 880.70001220703125, "elevtn_dn": 880.70001220703125, "invlev_up": 878.20001220703125, "invlev_dn": 878.20001220703125, "manhole_up": "manhole_2751_generated", "manhole_dn": "manhole_2752_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391022.950624512741342, 5866260.598295197822154 ], [ 1390973.111256489530206, 5866259.106202445924282 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E166", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 880.70001220703125, "elevtn_dn": 889.4000244140625, "invlev_up": 878.20001220703125, "invlev_dn": 886.9000244140625, "manhole_up": "manhole_2752_generated", "manhole_dn": "manhole_2753_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390973.111256489530206, 5866259.106202445924282 ], [ 1390923.271888466086239, 5866257.614109694957733 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E167", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 889.4000244140625, "elevtn_dn": 889.4000244140625, "invlev_up": 886.9000244140625, "invlev_dn": 886.9000244140625, "manhole_up": "manhole_2753_generated", "manhole_dn": "manhole_2754_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390923.271888466086239, 5866257.614109694957733 ], [ 1390873.432520442642272, 5866256.122016943059862 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E168", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 889.4000244140625, "elevtn_dn": 935.79998779296875, "invlev_up": 886.9000244140625, "invlev_dn": 933.29998779296875, "manhole_up": "manhole_2754_generated", "manhole_dn": "manhole_2755_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390873.432520442642272, 5866256.122016943059862 ], [ 1390823.593152419198304, 5866254.62992419116199 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E169", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 935.79998779296875, "elevtn_dn": 935.79998779296875, "invlev_up": 933.29998779296875, "invlev_dn": 933.29998779296875, "manhole_up": "manhole_2755_generated", "manhole_dn": "manhole_2756_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390823.593152419198304, 5866254.62992419116199 ], [ 1390773.753784395987168, 5866253.137831440195441 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E170", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 935.79998779296875, "elevtn_dn": 957.79998779296875, "invlev_up": 933.29998779296875, "invlev_dn": 955.29998779296875, "manhole_up": "manhole_2756_generated", "manhole_dn": "manhole_2757_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390773.753784395987168, 5866253.137831440195441 ], [ 1390723.914416372543201, 5866251.64573868829757 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E171", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 957.79998779296875, "elevtn_dn": 957.79998779296875, "invlev_up": 955.29998779296875, "invlev_dn": 955.29998779296875, "manhole_up": "manhole_2757_generated", "manhole_dn": "manhole_2758_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390723.914416372543201, 5866251.64573868829757 ], [ 1390674.075048349099234, 5866250.153645936399698 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E172", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 957.79998779296875, "elevtn_dn": 957.0, "invlev_up": 955.29998779296875, "invlev_dn": 954.5, "manhole_up": "manhole_2758_generated", "manhole_dn": "manhole_2759_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390674.075048349099234, 5866250.153645936399698 ], [ 1390624.235680325888097, 5866248.661553185433149 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E173", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 957.0, "elevtn_dn": 957.0, "invlev_up": 954.5, "invlev_dn": 954.5, "manhole_up": "manhole_2759_generated", "manhole_dn": "manhole_2760_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390624.235680325888097, 5866248.661553185433149 ], [ 1390574.39631230244413, 5866247.169460433535278 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E174", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 957.0, "elevtn_dn": 964.5, "invlev_up": 954.5, "invlev_dn": 962.0, "manhole_up": "manhole_2760_generated", "manhole_dn": "manhole_2761_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390574.39631230244413, 5866247.169460433535278 ], [ 1390524.556944279000163, 5866245.677367681637406 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E175", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 964.5, "elevtn_dn": 964.5, "invlev_up": 962.0, "invlev_dn": 962.0, "manhole_up": "manhole_2761_generated", "manhole_dn": "manhole_2762_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390524.556944279000163, 5866245.677367681637406 ], [ 1390474.717576255789027, 5866244.185274930670857 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E176", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 964.5, "elevtn_dn": 948.5, "invlev_up": 962.0, "invlev_dn": 946.0, "manhole_up": "manhole_2762_generated", "manhole_dn": "manhole_2763_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390474.717576255789027, 5866244.185274930670857 ], [ 1390424.87820823234506, 5866242.693182178772986 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E177", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 948.5, "elevtn_dn": 970.10003662109375, "invlev_up": 946.0, "invlev_dn": 967.60003662109375, "manhole_up": "manhole_2763_generated", "manhole_dn": "manhole_2764_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390424.87820823234506, 5866242.693182178772986 ], [ 1390375.038840208901092, 5866241.201089426875114 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E178", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 970.10003662109375, "elevtn_dn": 970.10003662109375, "invlev_up": 967.60003662109375, "invlev_dn": 967.60003662109375, "manhole_up": "manhole_2764_generated", "manhole_dn": "manhole_2765_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390375.038840208901092, 5866241.201089426875114 ], [ 1390325.199472185689956, 5866239.708996675908566 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E179", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 970.10003662109375, "elevtn_dn": 975.4000244140625, "invlev_up": 967.60003662109375, "invlev_dn": 972.9000244140625, "manhole_up": "manhole_2765_generated", "manhole_dn": "manhole_2766_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390325.199472185689956, 5866239.708996675908566 ], [ 1390275.360104162245989, 5866238.216903924010694 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E180", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 975.4000244140625, "elevtn_dn": 975.4000244140625, "invlev_up": 972.9000244140625, "invlev_dn": 972.9000244140625, "manhole_up": "manhole_2766_generated", "manhole_dn": "manhole_2767_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390275.360104162245989, 5866238.216903924010694 ], [ 1390225.520736138802022, 5866236.724811173044145 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E181", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 975.4000244140625, "elevtn_dn": 1034.5, "invlev_up": 972.9000244140625, "invlev_dn": 1032.0, "manhole_up": "manhole_2767_generated", "manhole_dn": "manhole_2768_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390225.520736138802022, 5866236.724811173044145 ], [ 1390175.681368115358055, 5866235.232718421146274 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E182", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1034.5, "elevtn_dn": 1034.5, "invlev_up": 1032.0, "invlev_dn": 1032.0, "manhole_up": "manhole_2768_generated", "manhole_dn": "manhole_2769_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390175.681368115358055, 5866235.232718421146274 ], [ 1390125.842000092146918, 5866233.740625669248402 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E183", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1034.5, "elevtn_dn": 1053.9000244140625, "invlev_up": 1032.0, "invlev_dn": 1051.4000244140625, "manhole_up": "manhole_2769_generated", "manhole_dn": "manhole_2770_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390125.842000092146918, 5866233.740625669248402 ], [ 1390076.002632068702951, 5866232.248532918281853 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E184", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1053.9000244140625, "elevtn_dn": 956.9000244140625, "invlev_up": 1051.4000244140625, "invlev_dn": 954.4000244140625, "manhole_up": "manhole_2770_generated", "manhole_dn": "manhole_2771_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390076.002632068702951, 5866232.248532918281853 ], [ 1390026.163264045258984, 5866230.756440166383982 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E185", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 956.9000244140625, "elevtn_dn": 988.79998779296875, "invlev_up": 954.4000244140625, "invlev_dn": 986.29998779296875, "manhole_up": "manhole_2771_generated", "manhole_dn": "manhole_2772_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390026.163264045258984, 5866230.756440166383982 ], [ 1389976.323896022047848, 5866229.26434741448611 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E186", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 988.79998779296875, "elevtn_dn": 988.79998779296875, "invlev_up": 986.29998779296875, "invlev_dn": 986.29998779296875, "manhole_up": "manhole_2772_generated", "manhole_dn": "manhole_2773_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389976.323896022047848, 5866229.26434741448611 ], [ 1389926.48452799860388, 5866227.772254663519561 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E187", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 988.79998779296875, "elevtn_dn": 1051.0999755859375, "invlev_up": 986.29998779296875, "invlev_dn": 1048.5999755859375, "manhole_up": "manhole_2773_generated", "manhole_dn": "manhole_2774_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389926.48452799860388, 5866227.772254663519561 ], [ 1389876.645159975159913, 5866226.28016191162169 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E188", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1051.0999755859375, "elevtn_dn": 1051.0999755859375, "invlev_up": 1048.5999755859375, "invlev_dn": 1048.5999755859375, "manhole_up": "manhole_2774_generated", "manhole_dn": "manhole_2775_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389876.645159975159913, 5866226.28016191162169 ], [ 1389826.805791951948777, 5866224.788069159723818 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E189", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1051.0999755859375, "elevtn_dn": 1066.9000244140625, "invlev_up": 1048.5999755859375, "invlev_dn": 1064.4000244140625, "manhole_up": "manhole_2775_generated", "manhole_dn": "manhole_2776_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389826.805791951948777, 5866224.788069159723818 ], [ 1389776.96642392850481, 5866223.295976408757269 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E190", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1066.9000244140625, "elevtn_dn": 1031.2000732421875, "invlev_up": 1064.4000244140625, "invlev_dn": 1028.7000732421875, "manhole_up": "manhole_2776_generated", "manhole_dn": "manhole_2777_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389776.96642392850481, 5866223.295976408757269 ], [ 1389727.141182830790058, 5866221.468200048431754 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E191", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1031.2000732421875, "elevtn_dn": 1031.2000732421875, "invlev_up": 1028.7000732421875, "invlev_dn": 1028.7000732421875, "manhole_up": "manhole_2777_generated", "manhole_dn": "manhole_2778_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389727.141182830790058, 5866221.468200048431754 ], [ 1389677.352675863076001, 5866218.767548334784806 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E192", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1031.2000732421875, "elevtn_dn": 986.60003662109375, "invlev_up": 1028.7000732421875, "invlev_dn": 984.10003662109375, "manhole_up": "manhole_2778_generated", "manhole_dn": "manhole_2779_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389677.352675863076001, 5866218.767548334784806 ], [ 1389627.564168895594776, 5866216.066896621137857 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E193", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 986.60003662109375, "elevtn_dn": 986.60003662109375, "invlev_up": 984.10003662109375, "invlev_dn": 984.10003662109375, "manhole_up": "manhole_2779_generated", "manhole_dn": "manhole_2780_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389627.564168895594776, 5866216.066896621137857 ], [ 1389577.775661927880719, 5866213.366244907490909 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E194", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 986.60003662109375, "elevtn_dn": 964.70001220703125, "invlev_up": 984.10003662109375, "invlev_dn": 962.20001220703125, "manhole_up": "manhole_2780_generated", "manhole_dn": "manhole_2781_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389577.775661927880719, 5866213.366244907490909 ], [ 1389527.987154960166663, 5866210.665593194775283 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E195", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 964.70001220703125, "elevtn_dn": 964.70001220703125, "invlev_up": 962.20001220703125, "invlev_dn": 962.20001220703125, "manhole_up": "manhole_2781_generated", "manhole_dn": "manhole_2782_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389527.987154960166663, 5866210.665593194775283 ], [ 1389478.198647992452607, 5866207.964941481128335 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E196", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 964.70001220703125, "elevtn_dn": 996.29998779296875, "invlev_up": 962.20001220703125, "invlev_dn": 993.79998779296875, "manhole_up": "manhole_2782_generated", "manhole_dn": "manhole_2783_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389478.198647992452607, 5866207.964941481128335 ], [ 1389428.41014102473855, 5866205.264289767481387 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E197", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 996.29998779296875, "elevtn_dn": 996.29998779296875, "invlev_up": 993.79998779296875, "invlev_dn": 993.79998779296875, "manhole_up": "manhole_2783_generated", "manhole_dn": "manhole_2784_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389428.41014102473855, 5866205.264289767481387 ], [ 1389378.621634057024494, 5866202.563638053834438 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E198", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 996.29998779296875, "elevtn_dn": 1030.4000244140625, "invlev_up": 993.79998779296875, "invlev_dn": 1027.9000244140625, "manhole_up": "manhole_2784_generated", "manhole_dn": "manhole_2785_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389378.621634057024494, 5866202.563638053834438 ], [ 1389328.833127089310437, 5866199.86298634018749 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E199", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1030.4000244140625, "elevtn_dn": 1030.4000244140625, "invlev_up": 1027.9000244140625, "invlev_dn": 1027.9000244140625, "manhole_up": "manhole_2785_generated", "manhole_dn": "manhole_2786_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389328.833127089310437, 5866199.86298634018749 ], [ 1389279.044620121829212, 5866197.162334626540542 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E200", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1030.4000244140625, "elevtn_dn": 1053.800048828125, "invlev_up": 1027.9000244140625, "invlev_dn": 1051.300048828125, "manhole_up": "manhole_2786_generated", "manhole_dn": "manhole_2787_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389279.044620121829212, 5866197.162334626540542 ], [ 1389229.256113154115155, 5866194.461682912893593 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E201", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1053.800048828125, "elevtn_dn": 1053.800048828125, "invlev_up": 1051.300048828125, "invlev_dn": 1051.300048828125, "manhole_up": "manhole_2787_generated", "manhole_dn": "manhole_2788_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389229.256113154115155, 5866194.461682912893593 ], [ 1389179.467606186401099, 5866191.761031199246645 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E202", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1053.800048828125, "elevtn_dn": 1067.5999755859375, "invlev_up": 1051.300048828125, "invlev_dn": 1065.0999755859375, "manhole_up": "manhole_2788_generated", "manhole_dn": "manhole_2789_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389179.467606186401099, 5866191.761031199246645 ], [ 1389129.679099218687043, 5866189.060379485599697 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E203", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1067.5999755859375, "elevtn_dn": 1070.7000732421875, "invlev_up": 1065.0999755859375, "invlev_dn": 1068.2000732421875, "manhole_up": "manhole_2789_generated", "manhole_dn": "manhole_2790_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389129.679099218687043, 5866189.060379485599697 ], [ 1389079.890592250972986, 5866186.359727771952748 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E204", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1070.7000732421875, "elevtn_dn": 1070.7000732421875, "invlev_up": 1068.2000732421875, "invlev_dn": 1068.2000732421875, "manhole_up": "manhole_2790_generated", "manhole_dn": "manhole_2791_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389079.890592250972986, 5866186.359727771952748 ], [ 1389030.10208528325893, 5866183.6590760583058 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E205", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1070.7000732421875, "elevtn_dn": 1075.0, "invlev_up": 1068.2000732421875, "invlev_dn": 1072.5, "manhole_up": "manhole_2791_generated", "manhole_dn": "manhole_2792_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389030.10208528325893, 5866183.6590760583058 ], [ 1388980.313578315777704, 5866180.958424345590174 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E206", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1075.0, "elevtn_dn": 1075.0, "invlev_up": 1072.5, "invlev_dn": 1072.5, "manhole_up": "manhole_2792_generated", "manhole_dn": "manhole_2793_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388980.313578315777704, 5866180.958424345590174 ], [ 1388930.525071348063648, 5866178.257772631943226 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E207", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1075.0, "elevtn_dn": 1074.0999755859375, "invlev_up": 1072.5, "invlev_dn": 1071.5999755859375, "manhole_up": "manhole_2793_generated", "manhole_dn": "manhole_2794_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388930.525071348063648, 5866178.257772631943226 ], [ 1388880.736564380349591, 5866175.557120918296278 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E208", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1074.0999755859375, "elevtn_dn": 1074.0999755859375, "invlev_up": 1071.5999755859375, "invlev_dn": 1071.5999755859375, "manhole_up": "manhole_2794_generated", "manhole_dn": "manhole_2795_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388880.736564380349591, 5866175.557120918296278 ], [ 1388830.948057412635535, 5866172.856469204649329 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E209", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1074.0999755859375, "elevtn_dn": 1053.800048828125, "invlev_up": 1071.5999755859375, "invlev_dn": 1051.300048828125, "manhole_up": "manhole_2795_generated", "manhole_dn": "manhole_2796_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388830.948057412635535, 5866172.856469204649329 ], [ 1388781.159550444921479, 5866170.155817491002381 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E210", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1053.800048828125, "elevtn_dn": 1053.800048828125, "invlev_up": 1051.300048828125, "invlev_dn": 1051.300048828125, "manhole_up": "manhole_2796_generated", "manhole_dn": "manhole_2797_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388781.159550444921479, 5866170.155817491002381 ], [ 1388731.371043477207422, 5866167.455165777355433 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E211", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1053.800048828125, "elevtn_dn": 1017.0, "invlev_up": 1051.300048828125, "invlev_dn": 1014.5, "manhole_up": "manhole_2797_generated", "manhole_dn": "manhole_2798_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388731.371043477207422, 5866167.455165777355433 ], [ 1388681.582536509493366, 5866164.754514063708484 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E212", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1017.0, "elevtn_dn": 1017.0, "invlev_up": 1014.5, "invlev_dn": 1014.5, "manhole_up": "manhole_2798_generated", "manhole_dn": "manhole_2799_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388681.582536509493366, 5866164.754514063708484 ], [ 1388631.79402954201214, 5866162.053862350061536 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E213", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1017.0, "elevtn_dn": 973.20001220703125, "invlev_up": 1014.5, "invlev_dn": 970.70001220703125, "manhole_up": "manhole_2799_generated", "manhole_dn": "manhole_2800_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388631.79402954201214, 5866162.053862350061536 ], [ 1388582.005522574298084, 5866159.353210636414587 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E214", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 973.20001220703125, "elevtn_dn": 973.20001220703125, "invlev_up": 970.70001220703125, "invlev_dn": 970.70001220703125, "manhole_up": "manhole_2800_generated", "manhole_dn": "manhole_2801_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388582.005522574298084, 5866159.353210636414587 ], [ 1388532.217015606584027, 5866156.652558922767639 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E215", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 973.20001220703125, "elevtn_dn": 935.20001220703125, "invlev_up": 970.70001220703125, "invlev_dn": 932.70001220703125, "manhole_up": "manhole_2801_generated", "manhole_dn": "manhole_2802_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388532.217015606584027, 5866156.652558922767639 ], [ 1388482.428508638869971, 5866153.951907209120691 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E216", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 935.20001220703125, "elevtn_dn": 935.20001220703125, "invlev_up": 932.70001220703125, "invlev_dn": 932.70001220703125, "manhole_up": "manhole_2802_generated", "manhole_dn": "manhole_2803_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388482.428508638869971, 5866153.951907209120691 ], [ 1388432.640001671155915, 5866151.251255496405065 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E217", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 935.20001220703125, "elevtn_dn": 895.79998779296875, "invlev_up": 932.70001220703125, "invlev_dn": 893.29998779296875, "manhole_up": "manhole_2803_generated", "manhole_dn": "manhole_2804_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388432.640001671155915, 5866151.251255496405065 ], [ 1388382.851494703441858, 5866148.550603782758117 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E218", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 895.79998779296875, "elevtn_dn": 852.60003662109375, "invlev_up": 893.29998779296875, "invlev_dn": 850.10003662109375, "manhole_up": "manhole_2804_generated", "manhole_dn": "manhole_2805_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388382.851494703441858, 5866148.550603782758117 ], [ 1388333.062987735960633, 5866145.849952069111168 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E219", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 852.60003662109375, "elevtn_dn": 852.60003662109375, "invlev_up": 850.10003662109375, "invlev_dn": 850.10003662109375, "manhole_up": "manhole_2805_generated", "manhole_dn": "manhole_2806_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388333.062987735960633, 5866145.849952069111168 ], [ 1388283.274480768246576, 5866143.14930035546422 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E220", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 852.60003662109375, "elevtn_dn": 818.4000244140625, "invlev_up": 850.10003662109375, "invlev_dn": 815.9000244140625, "manhole_up": "manhole_2806_generated", "manhole_dn": "manhole_2807_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388283.274480768246576, 5866143.14930035546422 ], [ 1388233.48597380053252, 5866140.448648641817272 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E221", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 818.4000244140625, "elevtn_dn": 818.4000244140625, "invlev_up": 815.9000244140625, "invlev_dn": 815.9000244140625, "manhole_up": "manhole_2807_generated", "manhole_dn": "manhole_2808_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388233.48597380053252, 5866140.448648641817272 ], [ 1388183.697466832818463, 5866137.747996928170323 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 794.70001220703125, "elevtn_dn": 794.70001220703125, "invlev_up": 792.20001220703125, "invlev_dn": 792.20001220703125, "manhole_up": "manhole_2517_generated", "manhole_dn": "manhole_2809_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387913.197226775344461, 5865736.839239663444459 ], [ 1387925.20445894007571, 5865784.545682998374104 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 794.70001220703125, "elevtn_dn": 804.4000244140625, "invlev_up": 792.20001220703125, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2809_generated", "manhole_dn": "manhole_2810_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387925.20445894007571, 5865784.545682998374104 ], [ 1387937.21169110503979, 5865832.252126332372427 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2810_generated", "manhole_dn": "manhole_2811_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387937.21169110503979, 5865832.252126332372427 ], [ 1387954.8270876808092, 5865878.043407939374447 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2811_generated", "manhole_dn": "manhole_2812_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387954.8270876808092, 5865878.043407939374447 ], [ 1387967.620662312954664, 5865925.436966767534614 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 778.20001220703125, "invlev_up": 801.9000244140625, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_2812_generated", "manhole_dn": "manhole_2813_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387967.620662312954664, 5865925.436966767534614 ], [ 1387969.561903131194413, 5865974.386314341798425 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 778.20001220703125, "elevtn_dn": 778.20001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_2813_generated", "manhole_dn": "manhole_2814_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.561903131194413, 5865974.386314341798425 ], [ 1387968.98255812516436, 5866023.571071763522923 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 778.20001220703125, "elevtn_dn": 778.20001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_2814_generated", "manhole_dn": "manhole_2815_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387968.98255812516436, 5866023.571071763522923 ], [ 1387969.225197304505855, 5866072.657253311946988 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 778.20001220703125, "elevtn_dn": 786.29998779296875, "invlev_up": 775.70001220703125, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_2815_generated", "manhole_dn": "manhole_2816_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.225197304505855, 5866072.657253311946988 ], [ 1387988.247399942483753, 5866112.298415473662317 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 786.29998779296875, "elevtn_dn": 786.29998779296875, "invlev_up": 783.79998779296875, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_2816_generated", "manhole_dn": "manhole_2817_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387988.247399942483753, 5866112.298415473662317 ], [ 1388034.037428337847814, 5866130.255607943050563 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 786.29998779296875, "elevtn_dn": 786.29998779296875, "invlev_up": 783.79998779296875, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_2817_generated", "manhole_dn": "manhole_2818_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388034.037428337847814, 5866130.255607943050563 ], [ 1387988.210684564430267, 5866144.678138472139835 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 786.29998779296875, "elevtn_dn": 803.9000244140625, "invlev_up": 783.79998779296875, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2818_generated", "manhole_dn": "manhole_2819_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387988.210684564430267, 5866144.678138472139835 ], [ 1387944.406121137319133, 5866164.065103021450341 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2819_generated", "manhole_dn": "manhole_2820_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387944.406121137319133, 5866164.065103021450341 ], [ 1387898.376188111724332, 5866173.560075835324824 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 827.70001220703125, "invlev_up": 801.4000244140625, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_2820_generated", "manhole_dn": "manhole_2821_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387898.376188111724332, 5866173.560075835324824 ], [ 1387861.922560503939167, 5866145.113870099186897 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 827.70001220703125, "elevtn_dn": 827.70001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_2821_generated", "manhole_dn": "manhole_2822_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387861.922560503939167, 5866145.113870099186897 ], [ 1387862.597008766839281, 5866099.287653629668057 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 827.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_2822_generated", "manhole_dn": "manhole_2823_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387862.597008766839281, 5866099.287653629668057 ], [ 1387894.296242429409176, 5866064.31225199252367 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 816.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 814.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_2823_generated", "manhole_dn": "manhole_2824_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387894.296242429409176, 5866064.31225199252367 ], [ 1387918.333023339277133, 5866023.860149594023824 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 816.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 814.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_2824_generated", "manhole_dn": "manhole_2825_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387918.333023339277133, 5866023.860149594023824 ], [ 1387925.576027213362977, 5865976.462517648003995 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 816.70001220703125, "elevtn_dn": 804.4000244140625, "invlev_up": 814.20001220703125, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2825_generated", "manhole_dn": "manhole_2826_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387925.576027213362977, 5865976.462517648003995 ], [ 1387926.166851800866425, 5865928.505292822606862 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2826_generated", "manhole_dn": "manhole_2827_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387926.166851800866425, 5865928.505292822606862 ], [ 1387922.175474973395467, 5865880.628693707287312 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2827_generated", "manhole_dn": "manhole_2828_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.175474973395467, 5865880.628693707287312 ], [ 1387918.184098146157339, 5865832.752094592899084 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 794.70001220703125, "invlev_up": 801.9000244140625, "invlev_dn": 792.20001220703125, "manhole_up": "manhole_2828_generated", "manhole_dn": "manhole_2829_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387918.184098146157339, 5865832.752094592899084 ], [ 1387914.316889721900225, 5865784.868878290057182 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 794.70001220703125, "elevtn_dn": 794.70001220703125, "invlev_up": 792.20001220703125, "invlev_dn": 792.20001220703125, "manhole_up": "manhole_2829_generated", "manhole_dn": "manhole_2517_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387914.316889721900225, 5865784.868878290057182 ], [ 1387913.197226775344461, 5865736.839239663444459 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_52_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_52", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_52", "diameter": "0.5", "elevtn_up": 818.4000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 815.9000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2808_generated", "manhole_dn": "manhole_2830_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388183.697466832818463, 5866137.747996928170323 ], [ 1388133.810787334572524, 5866135.250533932819963 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_52_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_52", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_52", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2830_generated", "manhole_dn": "manhole_2831_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388133.810787334572524, 5866135.250533932819963 ], [ 1388083.924107836093754, 5866132.753070938400924 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_52_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_52", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_52", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 786.29998779296875, "invlev_up": 801.4000244140625, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_2831_generated", "manhole_dn": "manhole_2817_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388083.924107836093754, 5866132.753070938400924 ], [ 1388034.037428337847814, 5866130.255607943050563 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": 865.60003662109375, "branchid": "river_1", "height": 22.5, "width": 60.500781333333329, "branchtype": "river", "branchorder": "1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_1", "frictionid": "Manning_0.023", "index": null, "diameter": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1394694.070276216836646, 5867648.108302162960172 ], [ 1394694.070276216836646, 5867513.239712204784155 ], [ 1394601.304033889202401, 5867378.373192292638123 ], [ 1394508.537791561568156, 5867243.508742331527174 ], [ 1394415.771549233933911, 5867243.508742331527174 ], [ 1394323.005306906066835, 5867108.646362232975662 ], [ 1394230.23906457843259, 5867108.646362232975662 ], [ 1394137.472822251031175, 5867108.646362232975662 ], [ 1394044.70657992339693, 5866973.78605190385133 ], [ 1393951.940337595762685, 5866973.78605190385133 ], [ 1393859.17409526812844, 5866973.78605190385133 ], [ 1393766.407852940494195, 5866838.927811251021922 ], [ 1393673.641610612627119, 5866838.927811251021922 ], [ 1393580.875368284992874, 5866838.927811251021922 ], [ 1393488.109125957358629, 5866838.927811251021922 ], [ 1393395.342883629724383, 5866838.927811251021922 ], [ 1393302.576641302322969, 5866838.927811251021922 ], [ 1393209.810398974688724, 5866838.927811251021922 ], [ 1393117.044156646821648, 5866704.071640183217824 ], [ 1393024.277914319187403, 5866704.071640183217824 ], [ 1392931.511671991553158, 5866704.071640183217824 ], [ 1392838.745429663918912, 5866704.071640183217824 ], [ 1392745.979187336284667, 5866569.217538607306778 ], [ 1392653.212945008650422, 5866569.217538607306778 ], [ 1392560.446702681016177, 5866569.217538607306778 ], [ 1392467.680460353381932, 5866569.217538607306778 ], [ 1392374.914218025747687, 5866569.217538607306778 ], [ 1392282.147975698113441, 5866434.365506432950497 ], [ 1392189.381733370479196, 5866299.515543567948043 ], [ 1392096.615491042844951, 5866299.515543567948043 ], [ 1392003.849248715210706, 5866299.515543567948043 ], [ 1391911.083006387576461, 5866299.515543567948043 ], [ 1391818.316764059709385, 5866164.667649918235838 ], [ 1391725.55052173207514, 5866164.667649918235838 ], [ 1391632.784279404673725, 5866164.667649918235838 ], [ 1391540.01803707703948, 5866164.667649918235838 ], [ 1391447.251794749405235, 5866164.667649918235838 ], [ 1391354.48555242177099, 5866164.667649918235838 ], [ 1391261.719310093903914, 5866164.667649918235838 ], [ 1391168.953067766269669, 5866164.667649918235838 ], [ 1391076.186825438635424, 5866164.667649918235838 ], [ 1390983.420583111001179, 5866164.667649918235838 ], [ 1390890.654340783366933, 5866164.667649918235838 ], [ 1390797.888098455965519, 5866029.821825394406915 ], [ 1390705.121856128098443, 5866029.821825394406915 ], [ 1390612.355613800464198, 5866029.821825394406915 ], [ 1390519.589371472829953, 5866029.821825394406915 ], [ 1390426.823129145195708, 5866029.821825394406915 ], [ 1390334.056886817561463, 5866029.821825394406915 ], [ 1390241.290644489927217, 5866029.821825394406915 ], [ 1390148.524402162292972, 5865894.978069902397692 ], [ 1390055.758159834658727, 5865894.978069902397692 ], [ 1389962.991917507024482, 5865760.136383352801204 ], [ 1389870.225675179390237, 5865760.136383352801204 ], [ 1389777.459432851755992, 5865760.136383352801204 ], [ 1389684.693190524121746, 5865760.136383352801204 ], [ 1389591.926948196487501, 5865760.136383352801204 ], [ 1389499.160705868853256, 5865625.296765649691224 ], [ 1389406.39446354098618, 5865625.296765649691224 ], [ 1389406.39446354098618, 5865490.459216705523431 ], [ 1389313.628221213351935, 5865355.623736422508955 ], [ 1389313.628221213351935, 5865220.790324714966118 ], [ 1389313.628221213351935, 5865085.958981488831341 ], [ 1389220.86197888571769, 5864951.129706650041044 ], [ 1389128.095736558316275, 5864816.302500107325613 ], [ 1389128.095736558316275, 5864681.477361769415438 ], [ 1389035.32949423068203, 5864546.654291545972228 ], [ 1389128.095736558316275, 5864411.833289342001081 ], [ 1389128.095736558316275, 5864277.014355068095028 ], [ 1389035.32949423068203, 5864142.197488628327847 ], [ 1388942.563251903047785, 5864007.382689936086535 ], [ 1388849.797009575180709, 5863872.569958896376193 ], [ 1388757.030767247546464, 5863872.569958896376193 ], [ 1388664.264524919912219, 5863737.759295416995883 ], [ 1388571.498282592277974, 5863602.950699406675994 ], [ 1388571.498282592277974, 5863468.144170773215592 ], [ 1388571.498282592277974, 5863333.339709427207708 ], [ 1388478.732040264643729, 5863333.339709427207708 ], [ 1388385.965797937009484, 5863198.537315272726119 ], [ 1388293.199555609375238, 5863198.537315272726119 ], [ 1388200.433313281740993, 5863198.537315272726119 ], [ 1388107.667070954106748, 5863063.736988220363855 ], [ 1388014.900828626472503, 5863063.736988220363855 ], [ 1387922.134586298838258, 5863063.736988220363855 ], [ 1387829.368343971204013, 5862928.938728176057339 ], [ 1387736.602101643569767, 5862794.142535050399601 ], [ 1387736.602101643569767, 5862659.348408752121031 ], [ 1387736.602101643569767, 5862524.556349185295403 ], [ 1387643.835859315935522, 5862389.766356259584427 ], [ 1387551.069616988068447, 5862254.978429886512458 ], [ 1387458.303374660667032, 5862254.978429886512458 ], [ 1387365.537132333032787, 5862254.978429886512458 ], [ 1387272.770890005398542, 5862254.978429886512458 ], [ 1387180.004647677764297, 5862254.978429886512458 ], [ 1387087.238405350130051, 5862254.978429886512458 ], [ 1386994.472163022495806, 5862120.192569970153272 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": 813.29998779296875, "branchid": "river_2", "height": 13.574996948242188, "width": 63.595319, "branchtype": "river", "branchorder": "1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_2", "frictionid": "Manning_0.023", "index": null, "diameter": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1386066.809739745920524, 5868052.726493230089545 ], [ 1386159.575982073554769, 5868052.726493230089545 ], [ 1386252.342224401189014, 5867917.851692584343255 ], [ 1386345.108466728823259, 5867917.851692584343255 ], [ 1386437.874709056690335, 5867917.851692584343255 ], [ 1386530.64095138432458, 5867917.851692584343255 ], [ 1386623.407193711958826, 5867917.851692584343255 ], [ 1386716.17343603936024, 5867782.978962258435786 ], [ 1386808.939678366994485, 5867782.978962258435786 ], [ 1386901.70592069462873, 5867782.978962258435786 ], [ 1386994.472163022495806, 5867648.108302162960172 ], [ 1387087.238405350130051, 5867648.108302162960172 ], [ 1387180.004647677764297, 5867513.239712204784155 ], [ 1387272.770890005398542, 5867378.373192292638123 ], [ 1387365.537132333032787, 5867243.508742331527174 ], [ 1387458.303374660667032, 5867108.646362232975662 ], [ 1387551.069616988068447, 5867108.646362232975662 ], [ 1387643.835859315935522, 5867108.646362232975662 ], [ 1387736.602101643569767, 5866973.78605190385133 ], [ 1387829.368343971204013, 5866973.78605190385133 ], [ 1387829.368343971204013, 5866838.927811251021922 ], [ 1387829.368343971204013, 5866704.071640183217824 ], [ 1387829.368343971204013, 5866569.217538607306778 ], [ 1387922.134586298838258, 5866434.365506432950497 ], [ 1387922.134586298838258, 5866299.515543567948043 ], [ 1388014.900828626472503, 5866164.667649918235838 ], [ 1388014.900828626472503, 5866029.821825394406915 ], [ 1388014.900828626472503, 5865894.978069902397692 ], [ 1388014.900828626472503, 5865760.136383352801204 ], [ 1387922.134586298838258, 5865625.296765649691224 ], [ 1387922.134586298838258, 5865490.459216705523431 ], [ 1387922.134586298838258, 5865355.623736422508955 ], [ 1387922.134586298838258, 5865220.790324714966118 ], [ 1387922.134586298838258, 5865085.958981488831341 ], [ 1387829.368343971204013, 5864951.129706650041044 ], [ 1387829.368343971204013, 5864816.302500107325613 ], [ 1387829.368343971204013, 5864681.477361769415438 ], [ 1387829.368343971204013, 5864546.654291545972228 ], [ 1387829.368343971204013, 5864411.833289342001081 ], [ 1387829.368343971204013, 5864277.014355068095028 ], [ 1387736.602101643569767, 5864142.197488628327847 ], [ 1387643.835859315935522, 5864007.382689936086535 ], [ 1387551.069616988068447, 5863872.569958896376193 ], [ 1387551.069616988068447, 5863737.759295416995883 ], [ 1387458.303374660667032, 5863602.950699406675994 ], [ 1387365.537132333032787, 5863468.144170773215592 ], [ 1387272.770890005398542, 5863333.339709427207708 ], [ 1387272.770890005398542, 5863198.537315272726119 ], [ 1387180.004647677764297, 5863063.736988220363855 ], [ 1387087.238405350130051, 5862928.938728176057339 ], [ 1386994.472163022495806, 5862794.142535050399601 ], [ 1386901.70592069462873, 5862794.142535050399601 ], [ 1386808.939678366994485, 5862659.348408752121031 ], [ 1386716.17343603936024, 5862524.556349185295403 ], [ 1386716.17343603936024, 5862389.766356259584427 ], [ 1386716.17343603936024, 5862254.978429886512458 ], [ 1386808.939678366994485, 5862254.978429886512458 ], [ 1386901.70592069462873, 5862120.192569970153272 ], [ 1386994.472163022495806, 5862120.192569970153272 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": 952.79998779296875, "branchid": "river_3", "height": 21.70001220703125, "width": 50.0, "branchtype": "river", "branchorder": "1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_3", "frictionid": "Manning_0.023", "index": null, "diameter": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1391540.01803707703948, 5858077.577220032922924 ], [ 1391447.251794749405235, 5858077.577220032922924 ], [ 1391354.48555242177099, 5858077.577220032922924 ], [ 1391261.719310093903914, 5858077.577220032922924 ], [ 1391168.953067766269669, 5858077.577220032922924 ], [ 1391076.186825438635424, 5858212.301128903403878 ], [ 1390983.420583111001179, 5858212.301128903403878 ], [ 1390890.654340783366933, 5858212.301128903403878 ], [ 1390797.888098455965519, 5858077.577220032922924 ], [ 1390705.121856128098443, 5858077.577220032922924 ], [ 1390612.355613800464198, 5858077.577220032922924 ], [ 1390519.589371472829953, 5858077.577220032922924 ], [ 1390426.823129145195708, 5858077.577220032922924 ], [ 1390334.056886817561463, 5857942.855374777689576 ], [ 1390241.290644489927217, 5857942.855374777689576 ], [ 1390148.524402162292972, 5857942.855374777689576 ], [ 1390055.758159834658727, 5857808.135593040846288 ], [ 1389962.991917507024482, 5857808.135593040846288 ], [ 1389962.991917507024482, 5857673.41787473578006 ], [ 1389870.225675179390237, 5857673.41787473578006 ], [ 1389777.459432851755992, 5857673.41787473578006 ], [ 1389684.693190524121746, 5857808.135593040846288 ], [ 1389591.926948196487501, 5857808.135593040846288 ], [ 1389499.160705868853256, 5857808.135593040846288 ], [ 1389406.39446354098618, 5857808.135593040846288 ], [ 1389313.628221213351935, 5857942.855374777689576 ], [ 1389220.86197888571769, 5858077.577220032922924 ], [ 1389128.095736558316275, 5858212.301128903403878 ], [ 1389035.32949423068203, 5858212.301128903403878 ], [ 1388942.563251903047785, 5858347.02710147574544 ], [ 1388849.797009575180709, 5858347.02710147574544 ], [ 1388757.030767247546464, 5858347.02710147574544 ], [ 1388664.264524919912219, 5858481.755137845873833 ], [ 1388571.498282592277974, 5858481.755137845873833 ], [ 1388478.732040264643729, 5858481.755137845873833 ], [ 1388385.965797937009484, 5858481.755137845873833 ], [ 1388293.199555609375238, 5858481.755137845873833 ], [ 1388200.433313281740993, 5858616.485238100402057 ], [ 1388107.667070954106748, 5858751.217402336187661 ], [ 1388014.900828626472503, 5858885.951630645431578 ], [ 1387922.134586298838258, 5858885.951630645431578 ], [ 1387829.368343971204013, 5858885.951630645431578 ], [ 1387736.602101643569767, 5858885.951630645431578 ], [ 1387643.835859315935522, 5858885.951630645431578 ], [ 1387551.069616988068447, 5858885.951630645431578 ], [ 1387458.303374660667032, 5858885.951630645431578 ], [ 1387365.537132333032787, 5858885.951630645431578 ], [ 1387272.770890005398542, 5858885.951630645431578 ], [ 1387180.004647677764297, 5858885.951630645431578 ], [ 1387087.238405350130051, 5858885.951630645431578 ], [ 1386994.472163022495806, 5858885.951630645431578 ], [ 1386901.70592069462873, 5858885.951630645431578 ], [ 1386808.939678366994485, 5858885.951630645431578 ], [ 1386716.17343603936024, 5859020.687923114746809 ], [ 1386623.407193711958826, 5859020.687923114746809 ], [ 1386530.64095138432458, 5859020.687923114746809 ], [ 1386437.874709056690335, 5859020.687923114746809 ], [ 1386345.108466728823259, 5859020.687923114746809 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": 724.29998779296875, "branchid": "river_4", "height": 14.050003051757812, "width": 60.93007025, "branchtype": "river", "branchorder": "2", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_4", "frictionid": "Manning_0.023", "index": null, "diameter": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1386994.472163022495806, 5862120.192569970153272 ], [ 1386901.70592069462873, 5861985.408776421099901 ], [ 1386808.939678366994485, 5861850.627049146220088 ], [ 1386716.17343603936024, 5861715.847388052381575 ], [ 1386716.17343603936024, 5861581.069793051108718 ], [ 1386716.17343603936024, 5861446.294264048337936 ], [ 1386648.271799745969474, 5861347.644815244711936 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": 724.29998779296875, "branchid": "river_4-1", "height": 14.050003051757812, "width": 60.93007025, "branchtype": "river", "branchorder": "2", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_4", "frictionid": "Manning_0.023", "index": null, "diameter": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1386648.271799745969474, 5861347.644815244711936 ], [ 1386623.407193711958826, 5861311.520800951868296 ], [ 1386623.407193711958826, 5861176.749403670430183 ], [ 1386530.64095138432458, 5861176.749403670430183 ], [ 1386437.874709056690335, 5861041.98007211368531 ], [ 1386437.874709056690335, 5860907.212806186638772 ], [ 1386437.874709056690335, 5860772.447605801746249 ], [ 1386437.874709056690335, 5860637.684470863081515 ], [ 1386345.108466728823259, 5860502.92340128030628 ], [ 1386345.108466728823259, 5860368.164396961219609 ], [ 1386252.342224401189014, 5860233.407457816414535 ], [ 1386159.575982073554769, 5860098.652583750896156 ], [ 1386159.575982073554769, 5859963.899774673394859 ], [ 1386159.575982073554769, 5859829.149030494503677 ], [ 1386159.575982073554769, 5859694.40035112015903 ], [ 1386252.342224401189014, 5859559.653736459091306 ], [ 1386252.342224401189014, 5859424.909186420030892 ], [ 1386252.342224401189014, 5859290.166700910776854 ], [ 1386252.342224401189014, 5859155.426279840059578 ], [ 1386345.108466728823259, 5859020.687923114746809 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": 701.4000244140625, "branchid": "river_5", "height": 17.349960327148438, "width": 60.93007025, "branchtype": "river", "branchorder": "1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_5", "frictionid": "Manning_0.023", "index": null, "diameter": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1386345.108466728823259, 5859020.687923114746809 ], [ 1386252.342224401189014, 5858885.951630645431578 ], [ 1386159.575982073554769, 5858751.217402336187661 ], [ 1386159.575982073554769, 5858616.485238100402057 ], [ 1386159.575982073554769, 5858481.755137845873833 ], [ 1386159.575982073554769, 5858347.02710147574544 ], [ 1386066.809739745920524, 5858212.301128903403878 ], [ 1385974.043497418286279, 5858212.301128903403878 ], [ 1385881.277255090652034, 5858212.301128903403878 ], [ 1385788.511012763017789, 5858212.301128903403878 ], [ 1385695.744770435383543, 5858212.301128903403878 ], [ 1385602.978528107749298, 5858077.577220032922924 ], [ 1385510.212285780115053, 5857942.855374777689576 ], [ 1385510.212285780115053, 5857808.135593040846288 ], [ 1385417.446043452480808, 5857673.41787473578006 ], [ 1385324.679801124846563, 5857673.41787473578006 ], [ 1385231.913558797212318, 5857538.702219764702022 ], [ 1385231.913558797212318, 5857403.988628041930497 ], [ 1385231.913558797212318, 5857269.277099471539259 ], [ 1385231.913558797212318, 5857134.567633965052664 ], [ 1385324.679801124846563, 5856999.86023142747581 ], [ 1385231.913558797212318, 5856865.154891769401729 ], [ 1385231.913558797212318, 5856730.451614898629487 ], [ 1385139.147316469578072, 5856595.750400722958148 ], [ 1385046.381074141710997, 5856595.750400722958148 ], [ 1384953.614831814309582, 5856461.051249152049422 ], [ 1384860.848589486675337, 5856461.051249152049422 ], [ 1384768.082347159041092, 5856326.354160091839731 ], [ 1384768.082347159041092, 5856191.659133453853428 ], [ 1384675.316104831406847, 5856056.966169144026935 ], [ 1384582.549862503772601, 5856056.966169144026935 ], [ 1384489.783620175905526, 5855922.275267072021961 ], [ 1384397.017377848271281, 5855787.586427145637572 ], [ 1384304.251135520637035, 5855787.586427145637572 ], [ 1384211.48489319300279, 5855652.899649272672832 ], [ 1384118.718650865368545, 5855518.21493336185813 ], [ 1384025.952408537967131, 5855383.532279322855175 ], [ 1383933.186166210100055, 5855248.851687061600387 ], [ 1383840.41992388246581, 5855248.851687061600387 ], [ 1383747.653681554831564, 5855114.1731564886868 ], [ 1383747.653681554831564, 5854979.496687510982156 ], [ 1383747.653681554831564, 5854844.822280039079487 ], [ 1383654.887439227197319, 5854844.822280039079487 ], [ 1383562.121196899563074, 5854710.149933977983892 ], [ 1383469.354954571928829, 5854710.149933977983892 ], [ 1383376.588712244294584, 5854575.479649240151048 ], [ 1383283.822469916660339, 5854440.811425729654729 ], [ 1383191.056227589026093, 5854440.811425729654729 ] ] } } +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_0_generated", "manhole_dn": "manhole_1_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512115787715, 5860111.688302734866738 ], [ 1389238.298387300921604, 5860147.714495398104191 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 933.5, "invlev_up": 913.4000244140625, "invlev_dn": 931.0, "manhole_up": "manhole_1_generated", "manhole_dn": "manhole_2_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389238.298387300921604, 5860147.714495398104191 ], [ 1389210.947846550960094, 5860184.343885350972414 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 933.5, "elevtn_dn": 933.5, "invlev_up": 931.0, "invlev_dn": 931.0, "manhole_up": "manhole_2_generated", "manhole_dn": "manhole_3_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389210.947846550960094, 5860184.343885350972414 ], [ 1389186.961922727525234, 5860223.315261371433735 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 933.5, "elevtn_dn": 935.5, "invlev_up": 931.0, "invlev_dn": 933.0, "manhole_up": "manhole_3_generated", "manhole_dn": "manhole_4_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389186.961922727525234, 5860223.315261371433735 ], [ 1389162.755598766496405, 5860262.142883376218379 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 935.5, "elevtn_dn": 935.5, "invlev_up": 933.0, "invlev_dn": 933.0, "manhole_up": "manhole_4_generated", "manhole_dn": "manhole_5_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389162.755598766496405, 5860262.142883376218379 ], [ 1389136.759307563304901, 5860299.80301527120173 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 935.5, "elevtn_dn": 936.5, "invlev_up": 933.0, "invlev_dn": 934.0, "manhole_up": "manhole_5_generated", "manhole_dn": "manhole_6_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389136.759307563304901, 5860299.80301527120173 ], [ 1389109.7301227634307, 5860336.652257356792688 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 936.5, "elevtn_dn": 941.10003662109375, "invlev_up": 934.0, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_6_generated", "manhole_dn": "manhole_7_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389109.7301227634307, 5860336.652257356792688 ], [ 1389073.18478828552179, 5860363.522737024351954 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 941.10003662109375, "elevtn_dn": 941.10003662109375, "invlev_up": 938.60003662109375, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_7_generated", "manhole_dn": "manhole_8_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389073.18478828552179, 5860363.522737024351954 ], [ 1389032.546542100608349, 5860384.329287325032055 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 941.10003662109375, "elevtn_dn": 941.10003662109375, "invlev_up": 938.60003662109375, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_8_generated", "manhole_dn": "manhole_9_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389032.546542100608349, 5860384.329287325032055 ], [ 1388989.578410296700895, 5860400.071978960186243 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 941.10003662109375, "elevtn_dn": 951.29998779296875, "invlev_up": 938.60003662109375, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_9_generated", "manhole_dn": "manhole_10_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388989.578410296700895, 5860400.071978960186243 ], [ 1388946.301100668497384, 5860414.883977899327874 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_0_generated", "manhole_dn": "manhole_11_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512115787715, 5860111.688302734866738 ], [ 1389221.905703959986567, 5860123.3256367566064 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_11_generated", "manhole_dn": "manhole_12_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389221.905703959986567, 5860123.3256367566064 ], [ 1389177.295895804418251, 5860134.962970778346062 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 919.60003662109375, "invlev_up": 913.4000244140625, "invlev_dn": 917.10003662109375, "manhole_up": "manhole_12_generated", "manhole_dn": "manhole_13_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389177.295895804418251, 5860134.962970778346062 ], [ 1389132.686087648617104, 5860146.600304800085723 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 919.60003662109375, "elevtn_dn": 919.60003662109375, "invlev_up": 917.10003662109375, "invlev_dn": 917.10003662109375, "manhole_up": "manhole_13_generated", "manhole_dn": "manhole_14_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389132.686087648617104, 5860146.600304800085723 ], [ 1389088.076279493048787, 5860158.237638821825385 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 919.60003662109375, "elevtn_dn": 938.10003662109375, "invlev_up": 917.10003662109375, "invlev_dn": 935.60003662109375, "manhole_up": "manhole_14_generated", "manhole_dn": "manhole_15_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389088.076279493048787, 5860158.237638821825385 ], [ 1389044.226173994829878, 5860172.143308508209884 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 938.10003662109375, "elevtn_dn": 938.10003662109375, "invlev_up": 935.60003662109375, "invlev_dn": 935.60003662109375, "manhole_up": "manhole_15_generated", "manhole_dn": "manhole_16_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389044.226173994829878, 5860172.143308508209884 ], [ 1389012.527182487538084, 5860198.239755615592003 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 938.10003662109375, "elevtn_dn": 938.10003662109375, "invlev_up": 935.60003662109375, "invlev_dn": 935.60003662109375, "manhole_up": "manhole_16_generated", "manhole_dn": "manhole_17_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389012.527182487538084, 5860198.239755615592003 ], [ 1388995.773122631013393, 5860240.481283166445792 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 938.10003662109375, "elevtn_dn": 945.0, "invlev_up": 935.60003662109375, "invlev_dn": 942.5, "manhole_up": "manhole_17_generated", "manhole_dn": "manhole_18_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388995.773122631013393, 5860240.481283166445792 ], [ 1388973.630034049740061, 5860280.918223639950156 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.0, "elevtn_dn": 951.29998779296875, "invlev_up": 942.5, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_18_generated", "manhole_dn": "manhole_19_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388973.630034049740061, 5860280.918223639950156 ], [ 1388961.171157888136804, 5860324.081192856654525 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_19_generated", "manhole_dn": "manhole_20_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388961.171157888136804, 5860324.081192856654525 ], [ 1388955.410555170848966, 5860369.690168970264494 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_20_generated", "manhole_dn": "manhole_10_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388955.410555170848966, 5860369.690168970264494 ], [ 1388946.301100668497384, 5860414.883977899327874 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 914.5, "invlev_up": 913.4000244140625, "invlev_dn": 912.0, "manhole_up": "manhole_0_generated", "manhole_dn": "manhole_21_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512115787715, 5860111.688302734866738 ], [ 1389306.50000010849908, 5860083.476415127515793 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 914.5, "elevtn_dn": 914.5, "invlev_up": 912.0, "invlev_dn": 912.0, "manhole_up": "manhole_21_generated", "manhole_dn": "manhole_22_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389306.50000010849908, 5860083.476415127515793 ], [ 1389355.420758404070511, 5860074.630405306816101 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 914.5, "elevtn_dn": 929.9000244140625, "invlev_up": 912.0, "invlev_dn": 927.4000244140625, "manhole_up": "manhole_22_generated", "manhole_dn": "manhole_23_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389355.420758404070511, 5860074.630405306816101 ], [ 1389389.090761042200029, 5860042.4449307853356 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 929.9000244140625, "elevtn_dn": 955.0, "invlev_up": 927.4000244140625, "invlev_dn": 952.5, "manhole_up": "manhole_23_generated", "manhole_dn": "manhole_24_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389389.090761042200029, 5860042.4449307853356 ], [ 1389404.036260401364416, 5859994.775433851405978 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_24_generated", "manhole_dn": "manhole_25_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389404.036260401364416, 5859994.775433851405978 ], [ 1389418.744130451697856, 5859947.032028519548476 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_25_generated", "manhole_dn": "manhole_26_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389418.744130451697856, 5859947.032028519548476 ], [ 1389423.265342897269875, 5859897.853969652205706 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.0, "elevtn_dn": 975.29998779296875, "invlev_up": 952.5, "invlev_dn": 972.79998779296875, "manhole_up": "manhole_26_generated", "manhole_dn": "manhole_27_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389423.265342897269875, 5859897.853969652205706 ], [ 1389395.831073811277747, 5859856.743154510855675 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 975.29998779296875, "elevtn_dn": 963.0, "invlev_up": 972.79998779296875, "invlev_dn": 960.5, "manhole_up": "manhole_27_generated", "manhole_dn": "manhole_28_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389395.831073811277747, 5859856.743154510855675 ], [ 1389350.827042841585353, 5859839.640478814020753 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 963.0, "elevtn_dn": 963.0, "invlev_up": 960.5, "invlev_dn": 960.5, "manhole_up": "manhole_28_generated", "manhole_dn": "manhole_29_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389350.827042841585353, 5859839.640478814020753 ], [ 1389303.795788601972163, 5859855.887689013034105 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 963.0, "elevtn_dn": 945.4000244140625, "invlev_up": 960.5, "invlev_dn": 942.9000244140625, "manhole_up": "manhole_29_generated", "manhole_dn": "manhole_30_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389303.795788601972163, 5859855.887689013034105 ], [ 1389256.284586790716276, 5859863.631580747663975 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.4000244140625, "elevtn_dn": 945.4000244140625, "invlev_up": 942.9000244140625, "invlev_dn": 942.9000244140625, "manhole_up": "manhole_30_generated", "manhole_dn": "manhole_31_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389256.284586790716276, 5859863.631580747663975 ], [ 1389227.308454349869862, 5859823.781623384915292 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E11", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.4000244140625, "elevtn_dn": 945.4000244140625, "invlev_up": 942.9000244140625, "invlev_dn": 942.9000244140625, "manhole_up": "manhole_31_generated", "manhole_dn": "manhole_32_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389227.308454349869862, 5859823.781623384915292 ], [ 1389202.745489193825051, 5859780.279727600514889 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E12", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.4000244140625, "elevtn_dn": 959.10003662109375, "invlev_up": 942.9000244140625, "invlev_dn": 956.60003662109375, "manhole_up": "manhole_32_generated", "manhole_dn": "manhole_33_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389202.745489193825051, 5859780.279727600514889 ], [ 1389178.18252403778024, 5859736.777831817045808 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E13", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 959.10003662109375, "elevtn_dn": 944.79998779296875, "invlev_up": 956.60003662109375, "invlev_dn": 942.29998779296875, "manhole_up": "manhole_33_generated", "manhole_dn": "manhole_34_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389178.18252403778024, 5859736.777831817045808 ], [ 1389155.231297271326184, 5859692.450142606161535 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E14", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 944.79998779296875, "elevtn_dn": 944.79998779296875, "invlev_up": 942.29998779296875, "invlev_dn": 942.29998779296875, "manhole_up": "manhole_34_generated", "manhole_dn": "manhole_35_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389155.231297271326184, 5859692.450142606161535 ], [ 1389141.413412723457441, 5859644.883844587020576 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E15", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 944.79998779296875, "elevtn_dn": 952.4000244140625, "invlev_up": 942.29998779296875, "invlev_dn": 949.9000244140625, "manhole_up": "manhole_35_generated", "manhole_dn": "manhole_36_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389141.413412723457441, 5859644.883844587020576 ], [ 1389151.802280035568401, 5859598.61804121825844 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E16", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 952.4000244140625, "elevtn_dn": 960.70001220703125, "invlev_up": 949.9000244140625, "invlev_dn": 958.20001220703125, "manhole_up": "manhole_36_generated", "manhole_dn": "manhole_37_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389151.802280035568401, 5859598.61804121825844 ], [ 1389191.073854762827978, 5859569.046822287142277 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E17", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 960.70001220703125, "elevtn_dn": 960.70001220703125, "invlev_up": 958.20001220703125, "invlev_dn": 958.20001220703125, "manhole_up": "manhole_37_generated", "manhole_dn": "manhole_38_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389191.073854762827978, 5859569.046822287142277 ], [ 1389239.915165816899389, 5859563.955490378662944 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E18", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 960.70001220703125, "elevtn_dn": 969.60003662109375, "invlev_up": 958.20001220703125, "invlev_dn": 967.10003662109375, "manhole_up": "manhole_38_generated", "manhole_dn": "manhole_39_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389239.915165816899389, 5859563.955490378662944 ], [ 1389289.757686472963542, 5859566.285022127442062 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E19", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 969.60003662109375, "elevtn_dn": 969.60003662109375, "invlev_up": 967.10003662109375, "invlev_dn": 967.10003662109375, "manhole_up": "manhole_39_generated", "manhole_dn": "manhole_40_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389289.757686472963542, 5859566.285022127442062 ], [ 1389339.615828452631831, 5859566.079234052449465 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E20", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 969.60003662109375, "elevtn_dn": 976.29998779296875, "invlev_up": 967.10003662109375, "invlev_dn": 973.79998779296875, "manhole_up": "manhole_40_generated", "manhole_dn": "manhole_41_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389339.615828452631831, 5859566.079234052449465 ], [ 1389387.354307833593339, 5859551.676988741382957 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E21", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 976.29998779296875, "elevtn_dn": 976.29998779296875, "invlev_up": 973.79998779296875, "invlev_dn": 973.79998779296875, "manhole_up": "manhole_41_generated", "manhole_dn": "manhole_42_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389387.354307833593339, 5859551.676988741382957 ], [ 1389428.692968821851537, 5859524.248876142315567 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E22", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 976.29998779296875, "elevtn_dn": 966.79998779296875, "invlev_up": 973.79998779296875, "invlev_dn": 964.29998779296875, "manhole_up": "manhole_42_generated", "manhole_dn": "manhole_43_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389428.692968821851537, 5859524.248876142315567 ], [ 1389461.138921525795013, 5859486.477508954703808 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E23", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 966.79998779296875, "elevtn_dn": 966.79998779296875, "invlev_up": 964.29998779296875, "invlev_dn": 964.29998779296875, "manhole_up": "manhole_43_generated", "manhole_dn": "manhole_44_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389461.138921525795013, 5859486.477508954703808 ], [ 1389482.45163832209073, 5859441.487986368127167 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E24", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 966.79998779296875, "elevtn_dn": 966.79998779296875, "invlev_up": 964.29998779296875, "invlev_dn": 964.29998779296875, "manhole_up": "manhole_44_generated", "manhole_dn": "manhole_45_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389482.45163832209073, 5859441.487986368127167 ], [ 1389497.215460168197751, 5859393.906833835877478 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E25", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 966.79998779296875, "elevtn_dn": 957.29998779296875, "invlev_up": 964.29998779296875, "invlev_dn": 954.79998779296875, "manhole_up": "manhole_45_generated", "manhole_dn": "manhole_46_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389497.215460168197751, 5859393.906833835877478 ], [ 1389508.394423164660111, 5859345.216126504354179 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E26", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.29998779296875, "elevtn_dn": 957.29998779296875, "invlev_up": 954.79998779296875, "invlev_dn": 954.79998779296875, "manhole_up": "manhole_46_generated", "manhole_dn": "manhole_47_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389508.394423164660111, 5859345.216126504354179 ], [ 1389518.522437864448875, 5859296.29671473056078 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E27", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.29998779296875, "elevtn_dn": 957.29998779296875, "invlev_up": 954.79998779296875, "invlev_dn": 954.79998779296875, "manhole_up": "manhole_47_generated", "manhole_dn": "manhole_48_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389518.522437864448875, 5859296.29671473056078 ], [ 1389528.588071504374966, 5859247.363727764226496 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E28", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.29998779296875, "elevtn_dn": 950.20001220703125, "invlev_up": 954.79998779296875, "invlev_dn": 947.70001220703125, "manhole_up": "manhole_48_generated", "manhole_dn": "manhole_49_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389528.588071504374966, 5859247.363727764226496 ], [ 1389538.653705144301057, 5859198.43074079696089 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E29", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 950.20001220703125, "elevtn_dn": 957.60003662109375, "invlev_up": 947.70001220703125, "invlev_dn": 955.10003662109375, "manhole_up": "manhole_49_generated", "manhole_dn": "manhole_50_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389538.653705144301057, 5859198.43074079696089 ], [ 1389548.719338784459978, 5859149.497753830626607 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E30", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.60003662109375, "elevtn_dn": 957.60003662109375, "invlev_up": 955.10003662109375, "invlev_dn": 955.10003662109375, "manhole_up": "manhole_50_generated", "manhole_dn": "manhole_51_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389548.719338784459978, 5859149.497753830626607 ], [ 1389558.784972424386069, 5859100.564766863361001 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E31", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.60003662109375, "elevtn_dn": 954.79998779296875, "invlev_up": 955.10003662109375, "invlev_dn": 952.29998779296875, "manhole_up": "manhole_51_generated", "manhole_dn": "manhole_52_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389558.784972424386069, 5859100.564766863361001 ], [ 1389568.85060606431216, 5859051.631779897026718 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E32", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 954.79998779296875, "elevtn_dn": 954.79998779296875, "invlev_up": 952.29998779296875, "invlev_dn": 952.29998779296875, "manhole_up": "manhole_52_generated", "manhole_dn": "manhole_53_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389568.85060606431216, 5859051.631779897026718 ], [ 1389578.916239704471081, 5859002.698792929761112 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E33", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 954.79998779296875, "elevtn_dn": 954.79998779296875, "invlev_up": 952.29998779296875, "invlev_dn": 952.29998779296875, "manhole_up": "manhole_53_generated", "manhole_dn": "manhole_54_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389578.916239704471081, 5859002.698792929761112 ], [ 1389588.981873344397172, 5858953.765805963426828 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E34", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 954.79998779296875, "elevtn_dn": 956.10003662109375, "invlev_up": 952.29998779296875, "invlev_dn": 953.60003662109375, "manhole_up": "manhole_54_generated", "manhole_dn": "manhole_55_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389588.981873344397172, 5858953.765805963426828 ], [ 1389599.047506984323263, 5858904.832818996161222 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E35", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 956.10003662109375, "elevtn_dn": 956.10003662109375, "invlev_up": 953.60003662109375, "invlev_dn": 953.60003662109375, "manhole_up": "manhole_55_generated", "manhole_dn": "manhole_56_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389599.047506984323263, 5858904.832818996161222 ], [ 1389613.243873829254881, 5858857.048414096236229 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E36", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 956.10003662109375, "elevtn_dn": 966.29998779296875, "invlev_up": 953.60003662109375, "invlev_dn": 963.79998779296875, "manhole_up": "manhole_56_generated", "manhole_dn": "manhole_57_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389613.243873829254881, 5858857.048414096236229 ], [ 1389631.198101107496768, 5858810.554778259247541 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E37", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 966.29998779296875, "elevtn_dn": 968.70001220703125, "invlev_up": 963.79998779296875, "invlev_dn": 966.20001220703125, "manhole_up": "manhole_57_generated", "manhole_dn": "manhole_58_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389631.198101107496768, 5858810.554778259247541 ], [ 1389656.490605737781152, 5858767.472956065088511 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E38", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 968.70001220703125, "elevtn_dn": 968.70001220703125, "invlev_up": 966.20001220703125, "invlev_dn": 966.20001220703125, "manhole_up": "manhole_58_generated", "manhole_dn": "manhole_59_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389656.490605737781152, 5858767.472956065088511 ], [ 1389681.956975018838421, 5858724.49639992788434 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E39", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 968.70001220703125, "elevtn_dn": 976.10003662109375, "invlev_up": 966.20001220703125, "invlev_dn": 973.60003662109375, "manhole_up": "manhole_59_generated", "manhole_dn": "manhole_60_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389681.956975018838421, 5858724.49639992788434 ], [ 1389708.407580326776952, 5858682.115747822448611 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E40", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 976.10003662109375, "elevtn_dn": 983.10003662109375, "invlev_up": 973.60003662109375, "invlev_dn": 980.60003662109375, "manhole_up": "manhole_60_generated", "manhole_dn": "manhole_61_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389708.407580326776952, 5858682.115747822448611 ], [ 1389734.858185634715483, 5858639.735095717012882 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E41", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 983.10003662109375, "elevtn_dn": 983.10003662109375, "invlev_up": 980.60003662109375, "invlev_dn": 980.60003662109375, "manhole_up": "manhole_61_generated", "manhole_dn": "manhole_62_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389734.858185634715483, 5858639.735095717012882 ], [ 1389761.308790942654014, 5858597.354443610645831 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E42", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 983.10003662109375, "elevtn_dn": 983.10003662109375, "invlev_up": 980.60003662109375, "invlev_dn": 980.60003662109375, "manhole_up": "manhole_62_generated", "manhole_dn": "manhole_63_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389761.308790942654014, 5858597.354443610645831 ], [ 1389787.759396250825375, 5858554.973791505210102 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E43", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 983.10003662109375, "elevtn_dn": 993.29998779296875, "invlev_up": 980.60003662109375, "invlev_dn": 990.79998779296875, "manhole_up": "manhole_63_generated", "manhole_dn": "manhole_64_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389787.759396250825375, 5858554.973791505210102 ], [ 1389814.210001558763906, 5858512.593139399774373 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E44", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 993.29998779296875, "elevtn_dn": 998.29998779296875, "invlev_up": 990.79998779296875, "invlev_dn": 995.79998779296875, "manhole_up": "manhole_64_generated", "manhole_dn": "manhole_65_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389814.210001558763906, 5858512.593139399774373 ], [ 1389840.660606866702437, 5858470.212487293407321 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E45", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 998.29998779296875, "elevtn_dn": 998.29998779296875, "invlev_up": 995.79998779296875, "invlev_dn": 995.79998779296875, "manhole_up": "manhole_65_generated", "manhole_dn": "manhole_66_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389840.660606866702437, 5858470.212487293407321 ], [ 1389867.111212174640968, 5858427.831835187971592 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E46", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 998.29998779296875, "elevtn_dn": 998.29998779296875, "invlev_up": 995.79998779296875, "invlev_dn": 995.79998779296875, "manhole_up": "manhole_66_generated", "manhole_dn": "manhole_67_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389867.111212174640968, 5858427.831835187971592 ], [ 1389911.240854029776528, 5858417.074701879173517 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E47", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 998.29998779296875, "elevtn_dn": 1006.2000122070312, "invlev_up": 995.79998779296875, "invlev_dn": 1003.7000122070312, "manhole_up": "manhole_67_generated", "manhole_dn": "manhole_68_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389911.240854029776528, 5858417.074701879173517 ], [ 1389940.226093058940023, 5858455.739661679603159 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E48", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1006.2000122070312, "elevtn_dn": 1006.2000122070312, "invlev_up": 1003.7000122070312, "invlev_dn": 1003.7000122070312, "manhole_up": "manhole_68_generated", "manhole_dn": "manhole_69_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389940.226093058940023, 5858455.739661679603159 ], [ 1389959.842267287895083, 5858501.684845351614058 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E49", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1006.2000122070312, "elevtn_dn": 1006.2000122070312, "invlev_up": 1003.7000122070312, "invlev_dn": 1003.7000122070312, "manhole_up": "manhole_69_generated", "manhole_dn": "manhole_70_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389959.842267287895083, 5858501.684845351614058 ], [ 1389983.028926897095516, 5858544.760824581608176 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E50", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1006.2000122070312, "elevtn_dn": 1036.9000244140625, "invlev_up": 1003.7000122070312, "invlev_dn": 1034.4000244140625, "manhole_up": "manhole_70_generated", "manhole_dn": "manhole_71_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389983.028926897095516, 5858544.760824581608176 ], [ 1390026.879799408372492, 5858567.986969069577754 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E51", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1036.9000244140625, "elevtn_dn": 1036.9000244140625, "invlev_up": 1034.4000244140625, "invlev_dn": 1034.4000244140625, "manhole_up": "manhole_71_generated", "manhole_dn": "manhole_72_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390026.879799408372492, 5858567.986969069577754 ], [ 1390075.455719914287329, 5858577.981817713007331 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E52", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1036.9000244140625, "elevtn_dn": 1032.9000244140625, "invlev_up": 1034.4000244140625, "invlev_dn": 1030.4000244140625, "manhole_up": "manhole_72_generated", "manhole_dn": "manhole_73_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390075.455719914287329, 5858577.981817713007331 ], [ 1390124.934819511603564, 5858584.860858413390815 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E53", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1032.9000244140625, "elevtn_dn": 1032.9000244140625, "invlev_up": 1030.4000244140625, "invlev_dn": 1030.4000244140625, "manhole_up": "manhole_73_generated", "manhole_dn": "manhole_74_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390124.934819511603564, 5858584.860858413390815 ], [ 1390174.385966305155307, 5858591.894069475121796 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E54", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1032.9000244140625, "elevtn_dn": 1016.6000366210938, "invlev_up": 1030.4000244140625, "invlev_dn": 1014.1000366210938, "manhole_up": "manhole_74_generated", "manhole_dn": "manhole_75_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390174.385966305155307, 5858591.894069475121796 ], [ 1390224.28731826832518, 5858594.262458441779017 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E55", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1016.6000366210938, "elevtn_dn": 1016.6000366210938, "invlev_up": 1014.1000366210938, "invlev_dn": 1014.1000366210938, "manhole_up": "manhole_75_generated", "manhole_dn": "manhole_76_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390224.28731826832518, 5858594.262458441779017 ], [ 1390273.630285855382681, 5858589.561945637688041 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E56", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1016.6000366210938, "elevtn_dn": 1012.1000366210938, "invlev_up": 1014.1000366210938, "invlev_dn": 1009.6000366210938, "manhole_up": "manhole_76_generated", "manhole_dn": "manhole_77_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390273.630285855382681, 5858589.561945637688041 ], [ 1390322.239480242831632, 5858578.072306710295379 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E57", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1012.1000366210938, "elevtn_dn": 1012.1000366210938, "invlev_up": 1009.6000366210938, "invlev_dn": 1009.6000366210938, "manhole_up": "manhole_77_generated", "manhole_dn": "manhole_78_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390322.239480242831632, 5858578.072306710295379 ], [ 1390371.99352877959609, 5858575.309522898867726 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E58", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1012.1000366210938, "elevtn_dn": 1011.7000122070312, "invlev_up": 1009.6000366210938, "invlev_dn": 1009.2000122070312, "manhole_up": "manhole_78_generated", "manhole_dn": "manhole_79_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390371.99352877959609, 5858575.309522898867726 ], [ 1390419.13544210139662, 5858559.59311543405056 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E59", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1011.7000122070312, "elevtn_dn": 981.5, "invlev_up": 1009.2000122070312, "invlev_dn": 979.0, "manhole_up": "manhole_79_generated", "manhole_dn": "manhole_80_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390419.13544210139662, 5858559.59311543405056 ], [ 1390453.401623640675098, 5858524.246223840862513 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E60", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 981.5, "elevtn_dn": 995.70001220703125, "invlev_up": 979.0, "invlev_dn": 993.20001220703125, "manhole_up": "manhole_80_generated", "manhole_dn": "manhole_81_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390453.401623640675098, 5858524.246223840862513 ], [ 1390496.749499944737181, 5858504.780008735135198 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E61", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 995.70001220703125, "elevtn_dn": 995.70001220703125, "invlev_up": 993.20001220703125, "invlev_dn": 993.20001220703125, "manhole_up": "manhole_81_generated", "manhole_dn": "manhole_82_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390496.749499944737181, 5858504.780008735135198 ], [ 1390546.470755147282034, 5858499.993151630274951 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E62", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 995.70001220703125, "elevtn_dn": 1005.9000244140625, "invlev_up": 993.20001220703125, "invlev_dn": 1003.4000244140625, "manhole_up": "manhole_82_generated", "manhole_dn": "manhole_83_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390546.470755147282034, 5858499.993151630274951 ], [ 1390596.395264241611585, 5858498.177226040512323 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E63", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1005.9000244140625, "elevtn_dn": 1005.9000244140625, "invlev_up": 1003.4000244140625, "invlev_dn": 1003.4000244140625, "manhole_up": "manhole_83_generated", "manhole_dn": "manhole_84_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390596.395264241611585, 5858498.177226040512323 ], [ 1390646.319773336173967, 5858496.361300451681018 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E64", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1005.9000244140625, "elevtn_dn": 1013.6000366210938, "invlev_up": 1003.4000244140625, "invlev_dn": 1011.1000366210938, "manhole_up": "manhole_84_generated", "manhole_dn": "manhole_85_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390646.319773336173967, 5858496.361300451681018 ], [ 1390696.244282430503517, 5858494.545374862849712 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E65", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1013.6000366210938, "elevtn_dn": 1013.6000366210938, "invlev_up": 1011.1000366210938, "invlev_dn": 1011.1000366210938, "manhole_up": "manhole_85_generated", "manhole_dn": "manhole_86_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390696.244282430503517, 5858494.545374862849712 ], [ 1390746.168791524833068, 5858492.729449273087084 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E66", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1013.6000366210938, "elevtn_dn": 1019.1000366210938, "invlev_up": 1011.1000366210938, "invlev_dn": 1016.6000366210938, "manhole_up": "manhole_86_generated", "manhole_dn": "manhole_87_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390746.168791524833068, 5858492.729449273087084 ], [ 1390796.09330061939545, 5858490.913523684255779 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E67", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1019.1000366210938, "elevtn_dn": 1025.800048828125, "invlev_up": 1016.6000366210938, "invlev_dn": 1023.300048828125, "manhole_up": "manhole_87_generated", "manhole_dn": "manhole_88_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390796.09330061939545, 5858490.913523684255779 ], [ 1390846.017809713725001, 5858489.097598095424473 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E68", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1025.800048828125, "elevtn_dn": 1025.800048828125, "invlev_up": 1023.300048828125, "invlev_dn": 1023.300048828125, "manhole_up": "manhole_88_generated", "manhole_dn": "manhole_89_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390846.017809713725001, 5858489.097598095424473 ], [ 1390895.942318808054551, 5858487.281672505661845 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E69", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1025.800048828125, "elevtn_dn": 1029.2000732421875, "invlev_up": 1023.300048828125, "invlev_dn": 1026.7000732421875, "manhole_up": "manhole_89_generated", "manhole_dn": "manhole_90_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390895.942318808054551, 5858487.281672505661845 ], [ 1390945.364988021552563, 5858492.061225635930896 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E70", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1029.2000732421875, "elevtn_dn": 1029.2000732421875, "invlev_up": 1026.7000732421875, "invlev_dn": 1026.7000732421875, "manhole_up": "manhole_90_generated", "manhole_dn": "manhole_91_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390945.364988021552563, 5858492.061225635930896 ], [ 1390994.440001817885786, 5858501.409873396158218 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E71", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1029.2000732421875, "elevtn_dn": 1033.2000732421875, "invlev_up": 1026.7000732421875, "invlev_dn": 1030.7000732421875, "manhole_up": "manhole_91_generated", "manhole_dn": "manhole_92_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390994.440001817885786, 5858501.409873396158218 ], [ 1391040.341196772176772, 5858520.979841153137386 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E72", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1033.2000732421875, "elevtn_dn": 1033.2000732421875, "invlev_up": 1030.7000732421875, "invlev_dn": 1030.7000732421875, "manhole_up": "manhole_92_generated", "manhole_dn": "manhole_93_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391040.341196772176772, 5858520.979841153137386 ], [ 1391086.683747049886733, 5858538.717575071379542 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E73", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1033.2000732421875, "elevtn_dn": 1038.2000732421875, "invlev_up": 1030.7000732421875, "invlev_dn": 1035.7000732421875, "manhole_up": "manhole_93_generated", "manhole_dn": "manhole_94_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391086.683747049886733, 5858538.717575071379542 ], [ 1391131.822940095094964, 5858523.93243224080652 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E74", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1038.2000732421875, "elevtn_dn": 1038.2000732421875, "invlev_up": 1035.7000732421875, "invlev_dn": 1035.7000732421875, "manhole_up": "manhole_94_generated", "manhole_dn": "manhole_95_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391131.822940095094964, 5858523.93243224080652 ], [ 1391153.157672074623406, 5858479.460670891217887 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E75", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1038.2000732421875, "elevtn_dn": 1038.2000732421875, "invlev_up": 1035.7000732421875, "invlev_dn": 1035.7000732421875, "manhole_up": "manhole_95_generated", "manhole_dn": "manhole_96_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391153.157672074623406, 5858479.460670891217887 ], [ 1391192.49590603238903, 5858451.67839205916971 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E76", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1038.2000732421875, "elevtn_dn": 1044.2000732421875, "invlev_up": 1035.7000732421875, "invlev_dn": 1041.7000732421875, "manhole_up": "manhole_96_generated", "manhole_dn": "manhole_97_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391192.49590603238903, 5858451.67839205916971 ], [ 1391240.64117361814715, 5858438.460245226509869 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E77", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1044.2000732421875, "elevtn_dn": 1044.2000732421875, "invlev_up": 1041.7000732421875, "invlev_dn": 1041.7000732421875, "manhole_up": "manhole_97_generated", "manhole_dn": "manhole_98_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391240.64117361814715, 5858438.460245226509869 ], [ 1391289.211760010803118, 5858426.770406410098076 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E78", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1044.2000732421875, "elevtn_dn": 1060.0999755859375, "invlev_up": 1041.7000732421875, "invlev_dn": 1057.5999755859375, "manhole_up": "manhole_98_generated", "manhole_dn": "manhole_99_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391289.211760010803118, 5858426.770406410098076 ], [ 1391337.782346403226256, 5858415.080567593686283 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E79", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1060.0999755859375, "elevtn_dn": 1023.0, "invlev_up": 1057.5999755859375, "invlev_dn": 1020.5, "manhole_up": "manhole_99_generated", "manhole_dn": "manhole_100_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391337.782346403226256, 5858415.080567593686283 ], [ 1391386.352932795882225, 5858403.390728777274489 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E80", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1023.0, "elevtn_dn": 1032.7000732421875, "invlev_up": 1020.5, "invlev_dn": 1030.2000732421875, "manhole_up": "manhole_100_generated", "manhole_dn": "manhole_101_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391386.352932795882225, 5858403.390728777274489 ], [ 1391434.923519188305363, 5858391.700889961794019 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E81", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1032.7000732421875, "elevtn_dn": 1032.7000732421875, "invlev_up": 1030.2000732421875, "invlev_dn": 1030.2000732421875, "manhole_up": "manhole_101_generated", "manhole_dn": "manhole_102_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391434.923519188305363, 5858391.700889961794019 ], [ 1391483.494105580961332, 5858380.011051145382226 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E82", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1032.7000732421875, "elevtn_dn": 1040.7000732421875, "invlev_up": 1030.2000732421875, "invlev_dn": 1038.2000732421875, "manhole_up": "manhole_102_generated", "manhole_dn": "manhole_103_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391483.494105580961332, 5858380.011051145382226 ], [ 1391532.464345134794712, 5858375.802092345431447 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E83", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1040.7000732421875, "elevtn_dn": 1040.7000732421875, "invlev_up": 1038.2000732421875, "invlev_dn": 1038.2000732421875, "manhole_up": "manhole_103_generated", "manhole_dn": "manhole_104_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391532.464345134794712, 5858375.802092345431447 ], [ 1391579.680508555145934, 5858389.753166117705405 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E84", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1040.7000732421875, "elevtn_dn": 1094.5999755859375, "invlev_up": 1038.2000732421875, "invlev_dn": 1092.0999755859375, "manhole_up": "manhole_104_generated", "manhole_dn": "manhole_105_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391579.680508555145934, 5858389.753166117705405 ], [ 1391615.043221722124144, 5858422.374543751589954 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E85", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1094.5999755859375, "elevtn_dn": 1094.5999755859375, "invlev_up": 1092.0999755859375, "invlev_dn": 1092.0999755859375, "manhole_up": "manhole_105_generated", "manhole_dn": "manhole_106_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391615.043221722124144, 5858422.374543751589954 ], [ 1391633.654095822479576, 5858468.206737855449319 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E86", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1094.5999755859375, "elevtn_dn": 1094.5999755859375, "invlev_up": 1092.0999755859375, "invlev_dn": 1092.0999755859375, "manhole_up": "manhole_106_generated", "manhole_dn": "manhole_107_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391633.654095822479576, 5858468.206737855449319 ], [ 1391675.556871910346672, 5858492.042518986389041 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E87", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1094.5999755859375, "elevtn_dn": 1100.5999755859375, "invlev_up": 1092.0999755859375, "invlev_dn": 1098.0999755859375, "manhole_up": "manhole_107_generated", "manhole_dn": "manhole_108_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391675.556871910346672, 5858492.042518986389041 ], [ 1391725.165284683462232, 5858493.223410680890083 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E88", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1100.5999755859375, "elevtn_dn": 1092.7000732421875, "invlev_up": 1098.0999755859375, "invlev_dn": 1090.2000732421875, "manhole_up": "manhole_108_generated", "manhole_dn": "manhole_109_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391725.165284683462232, 5858493.223410680890083 ], [ 1391774.025632579578087, 5858482.968163449317217 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E89", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1092.7000732421875, "elevtn_dn": 1092.7000732421875, "invlev_up": 1090.2000732421875, "invlev_dn": 1090.2000732421875, "manhole_up": "manhole_109_generated", "manhole_dn": "manhole_110_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391774.025632579578087, 5858482.968163449317217 ], [ 1391822.748904443578795, 5858472.800456050783396 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E90", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1092.7000732421875, "elevtn_dn": 1086.5, "invlev_up": 1090.2000732421875, "invlev_dn": 1084.0, "manhole_up": "manhole_110_generated", "manhole_dn": "manhole_111_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391822.748904443578795, 5858472.800456050783396 ], [ 1391872.520155652426183, 5858474.254766616038978 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E91", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1086.5, "elevtn_dn": 1086.5, "invlev_up": 1084.0, "invlev_dn": 1084.0, "manhole_up": "manhole_111_generated", "manhole_dn": "manhole_112_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391872.520155652426183, 5858474.254766616038978 ], [ 1391922.32820742437616, 5858478.116394865326583 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E92", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1086.5, "elevtn_dn": 1097.300048828125, "invlev_up": 1084.0, "invlev_dn": 1094.800048828125, "manhole_up": "manhole_112_generated", "manhole_dn": "manhole_113_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391922.32820742437616, 5858478.116394865326583 ], [ 1391972.136259196558967, 5858481.978023114614189 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E93", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1097.300048828125, "elevtn_dn": 1097.300048828125, "invlev_up": 1094.800048828125, "invlev_dn": 1094.800048828125, "manhole_up": "manhole_113_generated", "manhole_dn": "manhole_114_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391972.136259196558967, 5858481.978023114614189 ], [ 1392014.088137687649578, 5858507.265420926734805 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E94", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1097.300048828125, "elevtn_dn": 1097.300048828125, "invlev_up": 1094.800048828125, "invlev_dn": 1094.800048828125, "manhole_up": "manhole_114_generated", "manhole_dn": "manhole_115_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392014.088137687649578, 5858507.265420926734805 ], [ 1392052.00577615830116, 5858538.949620860628784 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E95", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1097.300048828125, "elevtn_dn": 1097.300048828125, "invlev_up": 1094.800048828125, "invlev_dn": 1094.800048828125, "manhole_up": "manhole_115_generated", "manhole_dn": "manhole_116_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392052.00577615830116, 5858538.949620860628784 ], [ 1392100.993319420609623, 5858548.746293722651899 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E96", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1097.300048828125, "elevtn_dn": 1135.300048828125, "invlev_up": 1094.800048828125, "invlev_dn": 1132.800048828125, "manhole_up": "manhole_116_generated", "manhole_dn": "manhole_117_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392100.993319420609623, 5858548.746293722651899 ], [ 1392149.980862683150917, 5858558.542966585606337 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E97", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1135.300048828125, "elevtn_dn": 1135.300048828125, "invlev_up": 1132.800048828125, "invlev_dn": 1132.800048828125, "manhole_up": "manhole_117_generated", "manhole_dn": "manhole_118_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392149.980862683150917, 5858558.542966585606337 ], [ 1392198.767287699971348, 5858569.25206732749939 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E98", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1135.300048828125, "elevtn_dn": 1137.5999755859375, "invlev_up": 1132.800048828125, "invlev_dn": 1135.0999755859375, "manhole_up": "manhole_118_generated", "manhole_dn": "manhole_119_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392198.767287699971348, 5858569.25206732749939 ], [ 1392247.333906656363979, 5858580.958378325216472 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E99", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1137.5999755859375, "elevtn_dn": 1137.5999755859375, "invlev_up": 1135.0999755859375, "invlev_dn": 1135.0999755859375, "manhole_up": "manhole_119_generated", "manhole_dn": "manhole_120_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392247.333906656363979, 5858580.958378325216472 ], [ 1392295.900525612989441, 5858592.664689323864877 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E100", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1137.5999755859375, "elevtn_dn": 1145.0999755859375, "invlev_up": 1135.0999755859375, "invlev_dn": 1142.5999755859375, "manhole_up": "manhole_120_generated", "manhole_dn": "manhole_121_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392295.900525612989441, 5858592.664689323864877 ], [ 1392344.467144569614902, 5858604.371000322513282 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E101", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1145.0999755859375, "elevtn_dn": 1145.0999755859375, "invlev_up": 1142.5999755859375, "invlev_dn": 1142.5999755859375, "manhole_up": "manhole_121_generated", "manhole_dn": "manhole_122_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392344.467144569614902, 5858604.371000322513282 ], [ 1392389.908255772199482, 5858624.575613909401 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E102", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1145.0999755859375, "elevtn_dn": 1140.5, "invlev_up": 1142.5999755859375, "invlev_dn": 1138.0, "manhole_up": "manhole_122_generated", "manhole_dn": "manhole_123_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392389.908255772199482, 5858624.575613909401 ], [ 1392425.081700494978577, 5858659.315580372698605 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E103", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1140.5, "elevtn_dn": 1169.300048828125, "invlev_up": 1138.0, "invlev_dn": 1166.800048828125, "manhole_up": "manhole_123_generated", "manhole_dn": "manhole_124_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392425.081700494978577, 5858659.315580372698605 ], [ 1392458.203119478421286, 5858696.715123130939901 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E104", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1169.300048828125, "elevtn_dn": 1169.300048828125, "invlev_up": 1166.800048828125, "invlev_dn": 1166.800048828125, "manhole_up": "manhole_124_generated", "manhole_dn": "manhole_125_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392458.203119478421286, 5858696.715123130939901 ], [ 1392491.324538461863995, 5858734.114665890112519 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E105", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1169.300048828125, "elevtn_dn": 1165.5, "invlev_up": 1166.800048828125, "invlev_dn": 1163.0, "manhole_up": "manhole_125_generated", "manhole_dn": "manhole_126_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392491.324538461863995, 5858734.114665890112519 ], [ 1392528.963966277893633, 5858766.460637149401009 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E106", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1165.5, "elevtn_dn": 1165.5, "invlev_up": 1163.0, "invlev_dn": 1163.0, "manhole_up": "manhole_126_generated", "manhole_dn": "manhole_127_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392528.963966277893633, 5858766.460637149401009 ], [ 1392573.284122244687751, 5858789.391092935577035 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E107", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1165.5, "elevtn_dn": 1157.0999755859375, "invlev_up": 1163.0, "invlev_dn": 1154.5999755859375, "manhole_up": "manhole_127_generated", "manhole_dn": "manhole_128_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392573.284122244687751, 5858789.391092935577035 ], [ 1392618.033192394766957, 5858811.600886153057218 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E108", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1157.0999755859375, "elevtn_dn": 1184.800048828125, "invlev_up": 1154.5999755859375, "invlev_dn": 1182.300048828125, "manhole_up": "manhole_128_generated", "manhole_dn": "manhole_129_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392618.033192394766957, 5858811.600886153057218 ], [ 1392666.730896146036685, 5858821.011833874508739 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E109", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1184.800048828125, "elevtn_dn": 1141.2000732421875, "invlev_up": 1182.300048828125, "invlev_dn": 1138.7000732421875, "manhole_up": "manhole_129_generated", "manhole_dn": "manhole_130_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392666.730896146036685, 5858821.011833874508739 ], [ 1392714.397227015113458, 5858809.184477739967406 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E110", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1141.2000732421875, "elevtn_dn": 1141.2000732421875, "invlev_up": 1138.7000732421875, "invlev_dn": 1138.7000732421875, "manhole_up": "manhole_130_generated", "manhole_dn": "manhole_131_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392714.397227015113458, 5858809.184477739967406 ], [ 1392761.799294820055366, 5858794.231293976306915 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E111", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1141.2000732421875, "elevtn_dn": 1137.4000244140625, "invlev_up": 1138.7000732421875, "invlev_dn": 1134.9000244140625, "manhole_up": "manhole_131_generated", "manhole_dn": "manhole_132_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392761.799294820055366, 5858794.231293976306915 ], [ 1392810.095712865469977, 5858797.830352782271802 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E112", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1137.4000244140625, "elevtn_dn": 1137.4000244140625, "invlev_up": 1134.9000244140625, "invlev_dn": 1134.9000244140625, "manhole_up": "manhole_132_generated", "manhole_dn": "manhole_133_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392810.095712865469977, 5858797.830352782271802 ], [ 1392855.660074200481176, 5858817.529770986177027 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E113", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1137.4000244140625, "elevtn_dn": 1169.5, "invlev_up": 1134.9000244140625, "invlev_dn": 1167.0, "manhole_up": "manhole_133_generated", "manhole_dn": "manhole_134_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392855.660074200481176, 5858817.529770986177027 ], [ 1392904.672455, 5858826.347064822912216 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E114", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1169.5, "elevtn_dn": 1169.5, "invlev_up": 1167.0, "invlev_dn": 1167.0, "manhole_up": "manhole_134_generated", "manhole_dn": "manhole_135_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392904.672455, 5858826.347064822912216 ], [ 1392949.505032581742853, 5858846.393358059227467 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E115", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1169.5, "elevtn_dn": 1169.5, "invlev_up": 1167.0, "invlev_dn": 1167.0, "manhole_up": "manhole_135_generated", "manhole_dn": "manhole_136_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392949.505032581742853, 5858846.393358059227467 ], [ 1392993.956312821945176, 5858868.358838438987732 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E116", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1169.5, "elevtn_dn": 1169.5, "invlev_up": 1167.0, "invlev_dn": 1167.0, "manhole_up": "manhole_136_generated", "manhole_dn": "manhole_137_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392993.956312821945176, 5858868.358838438987732 ], [ 1393042.160067020915449, 5858881.479519641026855 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E117", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1169.5, "elevtn_dn": 1162.0, "invlev_up": 1167.0, "invlev_dn": 1159.5, "manhole_up": "manhole_137_generated", "manhole_dn": "manhole_138_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393042.160067020915449, 5858881.479519641026855 ], [ 1393090.363821219652891, 5858894.600200843065977 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E118", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1162.0, "elevtn_dn": 1162.0, "invlev_up": 1159.5, "invlev_dn": 1159.5, "manhole_up": "manhole_138_generated", "manhole_dn": "manhole_139_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393090.363821219652891, 5858894.600200843065977 ], [ 1393138.877780271228403, 5858905.382868006825447 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E119", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1162.0, "elevtn_dn": 1152.0999755859375, "invlev_up": 1159.5, "invlev_dn": 1149.5999755859375, "manhole_up": "manhole_139_generated", "manhole_dn": "manhole_140_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393138.877780271228403, 5858905.382868006825447 ], [ 1393188.835210436256602, 5858905.286093098111451 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E120", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1152.0999755859375, "elevtn_dn": 1152.0999755859375, "invlev_up": 1149.5999755859375, "invlev_dn": 1149.5999755859375, "manhole_up": "manhole_140_generated", "manhole_dn": "manhole_141_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393188.835210436256602, 5858905.286093098111451 ], [ 1393237.248238409170881, 5858916.599204055964947 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E121", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1152.0999755859375, "elevtn_dn": 1147.300048828125, "invlev_up": 1149.5999755859375, "invlev_dn": 1144.800048828125, "manhole_up": "manhole_141_generated", "manhole_dn": "manhole_142_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393237.248238409170881, 5858916.599204055964947 ], [ 1393278.15638761385344, 5858943.766047672368586 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E122", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1147.300048828125, "elevtn_dn": 1182.7000732421875, "invlev_up": 1144.800048828125, "invlev_dn": 1180.2000732421875, "manhole_up": "manhole_142_generated", "manhole_dn": "manhole_143_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393278.15638761385344, 5858943.766047672368586 ], [ 1393316.553906054003164, 5858975.725158606655896 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E123", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1182.7000732421875, "elevtn_dn": 1180.0999755859375, "invlev_up": 1180.2000732421875, "invlev_dn": 1177.5999755859375, "manhole_up": "manhole_143_generated", "manhole_dn": "manhole_144_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393316.553906054003164, 5858975.725158606655896 ], [ 1393354.951424494385719, 5859007.684269540011883 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E124", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1180.0999755859375, "elevtn_dn": 1180.0999755859375, "invlev_up": 1177.5999755859375, "invlev_dn": 1177.5999755859375, "manhole_up": "manhole_144_generated", "manhole_dn": "manhole_145_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393354.951424494385719, 5859007.684269540011883 ], [ 1393393.348942934535444, 5859039.643380474299192 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E125", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1180.0999755859375, "elevtn_dn": 1180.0999755859375, "invlev_up": 1177.5999755859375, "invlev_dn": 1177.5999755859375, "manhole_up": "manhole_145_generated", "manhole_dn": "manhole_146_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393393.348942934535444, 5859039.643380474299192 ], [ 1393431.746461374685168, 5859071.602491408586502 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E126", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1180.0999755859375, "elevtn_dn": 1202.5999755859375, "invlev_up": 1177.5999755859375, "invlev_dn": 1200.0999755859375, "manhole_up": "manhole_146_generated", "manhole_dn": "manhole_147_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393431.746461374685168, 5859071.602491408586502 ], [ 1393472.672340910183266, 5859100.089053857140243 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E127", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1202.5999755859375, "elevtn_dn": 1202.5999755859375, "invlev_up": 1200.0999755859375, "invlev_dn": 1200.0999755859375, "manhole_up": "manhole_147_generated", "manhole_dn": "manhole_148_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393472.672340910183266, 5859100.089053857140243 ], [ 1393507.678647378925234, 5859134.262682756409049 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E128", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1202.5999755859375, "elevtn_dn": 1202.5999755859375, "invlev_up": 1200.0999755859375, "invlev_dn": 1200.0999755859375, "manhole_up": "manhole_148_generated", "manhole_dn": "manhole_149_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393507.678647378925234, 5859134.262682756409049 ], [ 1393492.637579936999828, 5859179.667013085447252 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E129", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1202.5999755859375, "elevtn_dn": 1232.300048828125, "invlev_up": 1200.0999755859375, "invlev_dn": 1229.800048828125, "manhole_up": "manhole_149_generated", "manhole_dn": "manhole_150_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393492.637579936999828, 5859179.667013085447252 ], [ 1393472.727902054553851, 5859225.064155456610024 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E130", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1232.300048828125, "elevtn_dn": 1232.300048828125, "invlev_up": 1229.800048828125, "invlev_dn": 1229.800048828125, "manhole_up": "manhole_150_generated", "manhole_dn": "manhole_151_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393472.727902054553851, 5859225.064155456610024 ], [ 1393467.563765458529815, 5859274.587596206925809 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E131", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1232.300048828125, "elevtn_dn": 1232.300048828125, "invlev_up": 1229.800048828125, "invlev_dn": 1229.800048828125, "manhole_up": "manhole_151_generated", "manhole_dn": "manhole_152_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393467.563765458529815, 5859274.587596206925809 ], [ 1393473.51405850565061, 5859323.8850102070719 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E132", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1232.300048828125, "elevtn_dn": 1232.300048828125, "invlev_up": 1229.800048828125, "invlev_dn": 1229.800048828125, "manhole_up": "manhole_152_generated", "manhole_dn": "manhole_153_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393473.51405850565061, 5859323.8850102070719 ], [ 1393507.773820924572647, 5859356.614802500233054 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E133", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1232.300048828125, "elevtn_dn": 1214.800048828125, "invlev_up": 1229.800048828125, "invlev_dn": 1212.300048828125, "manhole_up": "manhole_153_generated", "manhole_dn": "manhole_154_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393507.773820924572647, 5859356.614802500233054 ], [ 1393555.824224345618859, 5859349.253152369521558 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E134", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1214.800048828125, "elevtn_dn": 1214.800048828125, "invlev_up": 1212.300048828125, "invlev_dn": 1212.300048828125, "manhole_up": "manhole_154_generated", "manhole_dn": "manhole_155_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393555.824224345618859, 5859349.253152369521558 ], [ 1393591.00338595919311, 5859314.794959847815335 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E135", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1214.800048828125, "elevtn_dn": 1191.0999755859375, "invlev_up": 1212.300048828125, "invlev_dn": 1188.5999755859375, "manhole_up": "manhole_155_generated", "manhole_dn": "manhole_156_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393591.00338595919311, 5859314.794959847815335 ], [ 1393633.153639519121498, 5859288.066565420478582 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E136", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1191.0999755859375, "elevtn_dn": 1191.0999755859375, "invlev_up": 1188.5999755859375, "invlev_dn": 1188.5999755859375, "manhole_up": "manhole_156_generated", "manhole_dn": "manhole_157_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393633.153639519121498, 5859288.066565420478582 ], [ 1393673.123904188396409, 5859258.097712650895119 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E137", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1191.0999755859375, "elevtn_dn": 1144.300048828125, "invlev_up": 1188.5999755859375, "invlev_dn": 1141.800048828125, "manhole_up": "manhole_157_generated", "manhole_dn": "manhole_158_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393673.123904188396409, 5859258.097712650895119 ], [ 1393720.523227575467899, 5859244.838272913359106 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E138", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1144.300048828125, "elevtn_dn": 1144.300048828125, "invlev_up": 1141.800048828125, "invlev_dn": 1141.800048828125, "manhole_up": "manhole_158_generated", "manhole_dn": "manhole_159_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393720.523227575467899, 5859244.838272913359106 ], [ 1393765.710014625452459, 5859224.569284616038203 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E139", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1144.300048828125, "elevtn_dn": 1144.300048828125, "invlev_up": 1141.800048828125, "invlev_dn": 1141.800048828125, "manhole_up": "manhole_159_generated", "manhole_dn": "manhole_160_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393765.710014625452459, 5859224.569284616038203 ], [ 1393806.409210936399177, 5859195.609256223775446 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E140", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1144.300048828125, "elevtn_dn": 1112.5, "invlev_up": 1141.800048828125, "invlev_dn": 1110.0, "manhole_up": "manhole_160_generated", "manhole_dn": "manhole_161_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393806.409210936399177, 5859195.609256223775446 ], [ 1393846.866742686368525, 5859166.301538489758968 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1045", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 968.29998779296875, "elevtn_dn": 968.29998779296875, "invlev_up": 965.79998779296875, "invlev_dn": 965.79998779296875, "manhole_up": "manhole_162_generated", "manhole_dn": "manhole_163_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388521.257592596346512, 5855362.027613477781415 ], [ 1388472.030306826578453, 5855370.543775821104646 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1046", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 968.29998779296875, "elevtn_dn": 968.29998779296875, "invlev_up": 965.79998779296875, "invlev_dn": 965.79998779296875, "manhole_up": "manhole_163_generated", "manhole_dn": "manhole_164_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388472.030306826578453, 5855370.543775821104646 ], [ 1388439.000347282737494, 5855407.802592809312046 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1047", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 968.29998779296875, "elevtn_dn": 964.5, "invlev_up": 965.79998779296875, "invlev_dn": 962.0, "manhole_up": "manhole_164_generated", "manhole_dn": "manhole_165_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388439.000347282737494, 5855407.802592809312046 ], [ 1388400.196091859601438, 5855436.014134516008198 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1048", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 964.5, "elevtn_dn": 964.5, "invlev_up": 962.0, "invlev_dn": 962.0, "manhole_up": "manhole_165_generated", "manhole_dn": "manhole_166_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388400.196091859601438, 5855436.014134516008198 ], [ 1388351.33823574683629, 5855446.634319253265858 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1049", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 964.5, "elevtn_dn": 981.9000244140625, "invlev_up": 962.0, "invlev_dn": 979.4000244140625, "manhole_up": "manhole_166_generated", "manhole_dn": "manhole_167_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388351.33823574683629, 5855446.634319253265858 ], [ 1388301.961881892289966, 5855453.847477887757123 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1050", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 981.9000244140625, "elevtn_dn": 981.9000244140625, "invlev_up": 979.4000244140625, "invlev_dn": 979.4000244140625, "manhole_up": "manhole_167_generated", "manhole_dn": "manhole_168_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388301.961881892289966, 5855453.847477887757123 ], [ 1388252.297577269142494, 5855451.260453455150127 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1051", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 981.9000244140625, "elevtn_dn": 973.70001220703125, "invlev_up": 979.4000244140625, "invlev_dn": 971.20001220703125, "manhole_up": "manhole_168_generated", "manhole_dn": "manhole_169_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388252.297577269142494, 5855451.260453455150127 ], [ 1388202.479659734526649, 5855455.508814659900963 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1052", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 973.70001220703125, "elevtn_dn": 961.70001220703125, "invlev_up": 971.20001220703125, "invlev_dn": 959.20001220703125, "manhole_up": "manhole_169_generated", "manhole_dn": "manhole_170_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388202.479659734526649, 5855455.508814659900963 ], [ 1388152.683455461403355, 5855460.015516467392445 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1053", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 961.70001220703125, "elevtn_dn": 961.70001220703125, "invlev_up": 959.20001220703125, "invlev_dn": 959.20001220703125, "manhole_up": "manhole_170_generated", "manhole_dn": "manhole_171_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388152.683455461403355, 5855460.015516467392445 ], [ 1388104.622611842118204, 5855473.253733876161277 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1054", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 961.70001220703125, "elevtn_dn": 945.79998779296875, "invlev_up": 959.20001220703125, "invlev_dn": 943.29998779296875, "manhole_up": "manhole_171_generated", "manhole_dn": "manhole_172_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388104.622611842118204, 5855473.253733876161277 ], [ 1388057.00563437351957, 5855488.445189393125474 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1055", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.79998779296875, "elevtn_dn": 945.79998779296875, "invlev_up": 943.29998779296875, "invlev_dn": 943.29998779296875, "manhole_up": "manhole_172_generated", "manhole_dn": "manhole_173_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388057.00563437351957, 5855488.445189393125474 ], [ 1388011.292356542311609, 5855508.700276436284184 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1056", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.79998779296875, "elevtn_dn": 945.79998779296875, "invlev_up": 943.29998779296875, "invlev_dn": 943.29998779296875, "manhole_up": "manhole_173_generated", "manhole_dn": "manhole_174_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388011.292356542311609, 5855508.700276436284184 ], [ 1387969.221702651120722, 5855535.246164590120316 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1057", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.79998779296875, "elevtn_dn": 930.79998779296875, "invlev_up": 943.29998779296875, "invlev_dn": 928.29998779296875, "manhole_up": "manhole_174_generated", "manhole_dn": "manhole_175_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.221702651120722, 5855535.246164590120316 ], [ 1387935.863196024205536, 5855572.491061648353934 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1058", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 930.79998779296875, "elevtn_dn": 957.10003662109375, "invlev_up": 928.29998779296875, "invlev_dn": 954.60003662109375, "manhole_up": "manhole_175_generated", "manhole_dn": "manhole_176_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387935.863196024205536, 5855572.491061648353934 ], [ 1387904.610231971368194, 5855611.432584651745856 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1059", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.10003662109375, "elevtn_dn": 947.4000244140625, "invlev_up": 954.60003662109375, "invlev_dn": 944.9000244140625, "manhole_up": "manhole_176_generated", "manhole_dn": "manhole_177_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387904.610231971368194, 5855611.432584651745856 ], [ 1387869.335365027422085, 5855646.852918352000415 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1060", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 947.4000244140625, "elevtn_dn": 947.4000244140625, "invlev_up": 944.9000244140625, "invlev_dn": 944.9000244140625, "manhole_up": "manhole_177_generated", "manhole_dn": "manhole_178_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387869.335365027422085, 5855646.852918352000415 ], [ 1387831.783288773847744, 5855679.735664095729589 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1061", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 947.4000244140625, "elevtn_dn": 947.4000244140625, "invlev_up": 944.9000244140625, "invlev_dn": 944.9000244140625, "manhole_up": "manhole_178_generated", "manhole_dn": "manhole_179_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387831.783288773847744, 5855679.735664095729589 ], [ 1387791.509416193468496, 5855708.923279576934874 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1062", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 947.4000244140625, "elevtn_dn": 933.29998779296875, "invlev_up": 944.9000244140625, "invlev_dn": 930.79998779296875, "manhole_up": "manhole_179_generated", "manhole_dn": "manhole_180_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387791.509416193468496, 5855708.923279576934874 ], [ 1387742.459816947113723, 5855717.213657722808421 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1063", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 933.29998779296875, "elevtn_dn": 933.29998779296875, "invlev_up": 930.79998779296875, "invlev_dn": 930.79998779296875, "manhole_up": "manhole_180_generated", "manhole_dn": "manhole_181_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387742.459816947113723, 5855717.213657722808421 ], [ 1387692.500367184402421, 5855718.495403698645532 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1064", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 933.29998779296875, "elevtn_dn": 911.10003662109375, "invlev_up": 930.79998779296875, "invlev_dn": 908.60003662109375, "manhole_up": "manhole_181_generated", "manhole_dn": "manhole_182_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387692.500367184402421, 5855718.495403698645532 ], [ 1387642.500798417022452, 5855718.61967874225229 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1065", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 911.10003662109375, "elevtn_dn": 887.70001220703125, "invlev_up": 908.60003662109375, "invlev_dn": 885.20001220703125, "manhole_up": "manhole_182_generated", "manhole_dn": "manhole_183_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387642.500798417022452, 5855718.61967874225229 ], [ 1387592.501229649642482, 5855718.743953784927726 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1066", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 887.70001220703125, "elevtn_dn": 887.70001220703125, "invlev_up": 885.20001220703125, "invlev_dn": 885.20001220703125, "manhole_up": "manhole_183_generated", "manhole_dn": "manhole_184_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387592.501229649642482, 5855718.743953784927726 ], [ 1387542.501660882262513, 5855718.868228827603161 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1067", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 887.70001220703125, "elevtn_dn": 902.9000244140625, "invlev_up": 885.20001220703125, "invlev_dn": 900.4000244140625, "manhole_up": "manhole_184_generated", "manhole_dn": "manhole_185_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387542.501660882262513, 5855718.868228827603161 ], [ 1387492.651409652316943, 5855720.815255363471806 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1068", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 902.9000244140625, "elevtn_dn": 902.9000244140625, "invlev_up": 900.4000244140625, "invlev_dn": 900.4000244140625, "manhole_up": "manhole_185_generated", "manhole_dn": "manhole_186_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387492.651409652316943, 5855720.815255363471806 ], [ 1387448.867236748570576, 5855742.752516686916351 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1069", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 902.9000244140625, "elevtn_dn": 886.20001220703125, "invlev_up": 900.4000244140625, "invlev_dn": 883.70001220703125, "manhole_up": "manhole_186_generated", "manhole_dn": "manhole_187_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387448.867236748570576, 5855742.752516686916351 ], [ 1387402.432745414320379, 5855761.091833713464439 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1070", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 886.20001220703125, "elevtn_dn": 886.20001220703125, "invlev_up": 883.70001220703125, "invlev_dn": 883.70001220703125, "manhole_up": "manhole_187_generated", "manhole_dn": "manhole_188_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387402.432745414320379, 5855761.091833713464439 ], [ 1387355.687973388005048, 5855778.837216476909816 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1071", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 886.20001220703125, "elevtn_dn": 879.4000244140625, "invlev_up": 883.70001220703125, "invlev_dn": 876.9000244140625, "manhole_up": "manhole_188_generated", "manhole_dn": "manhole_189_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387355.687973388005048, 5855778.837216476909816 ], [ 1387308.943201361689717, 5855796.582599240355194 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1072", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 879.4000244140625, "elevtn_dn": 879.4000244140625, "invlev_up": 876.9000244140625, "invlev_dn": 876.9000244140625, "manhole_up": "manhole_189_generated", "manhole_dn": "manhole_190_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387308.943201361689717, 5855796.582599240355194 ], [ 1387262.861613623332232, 5855815.656713440082967 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1073", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 879.4000244140625, "elevtn_dn": 873.29998779296875, "invlev_up": 876.9000244140625, "invlev_dn": 870.79998779296875, "manhole_up": "manhole_190_generated", "manhole_dn": "manhole_191_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387262.861613623332232, 5855815.656713440082967 ], [ 1387224.059019178850576, 5855846.996291697025299 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1074", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 873.29998779296875, "elevtn_dn": 938.9000244140625, "invlev_up": 870.79998779296875, "invlev_dn": 936.4000244140625, "manhole_up": "manhole_191_generated", "manhole_dn": "manhole_192_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387224.059019178850576, 5855846.996291697025299 ], [ 1387180.719124856637791, 5855870.194651792757213 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1075", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 938.9000244140625, "elevtn_dn": 932.79998779296875, "invlev_up": 936.4000244140625, "invlev_dn": 930.29998779296875, "manhole_up": "manhole_192_generated", "manhole_dn": "manhole_193_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387180.719124856637791, 5855870.194651792757213 ], [ 1387131.003996425773948, 5855874.064550469629467 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1076", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 932.79998779296875, "elevtn_dn": 932.79998779296875, "invlev_up": 930.29998779296875, "invlev_dn": 930.29998779296875, "manhole_up": "manhole_193_generated", "manhole_dn": "manhole_194_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387131.003996425773948, 5855874.064550469629467 ], [ 1387081.098878284916282, 5855871.158613862469792 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1077", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 932.79998779296875, "elevtn_dn": 916.79998779296875, "invlev_up": 930.29998779296875, "invlev_dn": 914.29998779296875, "manhole_up": "manhole_194_generated", "manhole_dn": "manhole_195_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387081.098878284916282, 5855871.158613862469792 ], [ 1387031.198060098802671, 5855868.015261265449226 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1078", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 916.79998779296875, "elevtn_dn": 916.79998779296875, "invlev_up": 914.29998779296875, "invlev_dn": 914.29998779296875, "manhole_up": "manhole_195_generated", "manhole_dn": "manhole_196_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387031.198060098802671, 5855868.015261265449226 ], [ 1386981.297241912456229, 5855864.871908667497337 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1079", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 916.79998779296875, "elevtn_dn": 891.79998779296875, "invlev_up": 914.29998779296875, "invlev_dn": 889.29998779296875, "manhole_up": "manhole_196_generated", "manhole_dn": "manhole_197_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386981.297241912456229, 5855864.871908667497337 ], [ 1386931.47147326474078, 5855860.718019699677825 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1080", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 891.79998779296875, "elevtn_dn": 891.79998779296875, "invlev_up": 889.29998779296875, "invlev_dn": 889.29998779296875, "manhole_up": "manhole_197_generated", "manhole_dn": "manhole_198_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386931.47147326474078, 5855860.718019699677825 ], [ 1386881.600663758814335, 5855857.577047945931554 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1081", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 891.79998779296875, "elevtn_dn": 857.10003662109375, "invlev_up": 889.29998779296875, "invlev_dn": 854.60003662109375, "manhole_up": "manhole_198_generated", "manhole_dn": "manhole_199_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386881.600663758814335, 5855857.577047945931554 ], [ 1386832.545593914575875, 5855864.100992278195918 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1082", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 857.10003662109375, "elevtn_dn": 857.10003662109375, "invlev_up": 854.60003662109375, "invlev_dn": 854.60003662109375, "manhole_up": "manhole_199_generated", "manhole_dn": "manhole_200_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386832.545593914575875, 5855864.100992278195918 ], [ 1386787.06764860637486, 5855884.403254445642233 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1083", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 857.10003662109375, "elevtn_dn": 821.29998779296875, "invlev_up": 854.60003662109375, "invlev_dn": 818.79998779296875, "manhole_up": "manhole_200_generated", "manhole_dn": "manhole_201_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386787.06764860637486, 5855884.403254445642233 ], [ 1386748.278358669718727, 5855915.544586268253624 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1084", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 821.29998779296875, "elevtn_dn": 821.29998779296875, "invlev_up": 818.79998779296875, "invlev_dn": 818.79998779296875, "manhole_up": "manhole_201_generated", "manhole_dn": "manhole_202_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386748.278358669718727, 5855915.544586268253624 ], [ 1386721.155419877264649, 5855957.124278785660863 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1085", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 821.29998779296875, "elevtn_dn": 866.0, "invlev_up": 818.79998779296875, "invlev_dn": 863.5, "manhole_up": "manhole_202_generated", "manhole_dn": "manhole_203_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386721.155419877264649, 5855957.124278785660863 ], [ 1386707.750365849817172, 5856004.850832763127983 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1086", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 866.0, "elevtn_dn": 866.0, "invlev_up": 863.5, "invlev_dn": 863.5, "manhole_up": "manhole_203_generated", "manhole_dn": "manhole_204_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386707.750365849817172, 5856004.850832763127983 ], [ 1386699.832475832896307, 5856054.133603978902102 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1087", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 866.0, "elevtn_dn": 866.0, "invlev_up": 863.5, "invlev_dn": 863.5, "manhole_up": "manhole_204_generated", "manhole_dn": "manhole_205_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386699.832475832896307, 5856054.133603978902102 ], [ 1386697.095561265014112, 5856103.986880083568394 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1088", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 866.0, "elevtn_dn": 884.79998779296875, "invlev_up": 863.5, "invlev_dn": 882.29998779296875, "manhole_up": "manhole_205_generated", "manhole_dn": "manhole_206_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386697.095561265014112, 5856103.986880083568394 ], [ 1386699.401158998254687, 5856153.933416903018951 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1089", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 884.79998779296875, "elevtn_dn": 884.79998779296875, "invlev_up": 882.29998779296875, "invlev_dn": 882.29998779296875, "manhole_up": "manhole_206_generated", "manhole_dn": "manhole_207_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386699.401158998254687, 5856153.933416903018951 ], [ 1386715.699191288091242, 5856201.197657831013203 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1090", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 884.79998779296875, "elevtn_dn": 884.79998779296875, "invlev_up": 882.29998779296875, "invlev_dn": 882.29998779296875, "manhole_up": "manhole_207_generated", "manhole_dn": "manhole_208_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386715.699191288091242, 5856201.197657831013203 ], [ 1386741.121203816728666, 5856244.100116757676005 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1091", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 884.79998779296875, "elevtn_dn": 915.9000244140625, "invlev_up": 882.29998779296875, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_208_generated", "manhole_dn": "manhole_209_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386741.121203816728666, 5856244.100116757676005 ], [ 1386774.051378605188802, 5856281.577651324681938 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1092", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_209_generated", "manhole_dn": "manhole_210_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386774.051378605188802, 5856281.577651324681938 ], [ 1386811.583791718119755, 5856314.587093180976808 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1093", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_210_generated", "manhole_dn": "manhole_211_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386811.583791718119755, 5856314.587093180976808 ], [ 1386839.378956499742344, 5856356.087350118905306 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1094", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 909.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 907.4000244140625, "manhole_up": "manhole_211_generated", "manhole_dn": "manhole_212_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386839.378956499742344, 5856356.087350118905306 ], [ 1386855.653891535941511, 5856403.364181768149137 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1095", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 909.9000244140625, "elevtn_dn": 909.9000244140625, "invlev_up": 907.4000244140625, "invlev_dn": 907.4000244140625, "manhole_up": "manhole_212_generated", "manhole_dn": "manhole_213_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386855.653891535941511, 5856403.364181768149137 ], [ 1386875.714553950354457, 5856449.116945925168693 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1096", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 909.9000244140625, "elevtn_dn": 909.9000244140625, "invlev_up": 907.4000244140625, "invlev_dn": 907.4000244140625, "manhole_up": "manhole_213_generated", "manhole_dn": "manhole_214_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386875.714553950354457, 5856449.116945925168693 ], [ 1386912.179653002182022, 5856482.939191372133791 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1097", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 909.9000244140625, "elevtn_dn": 909.9000244140625, "invlev_up": 907.4000244140625, "invlev_dn": 907.4000244140625, "manhole_up": "manhole_214_generated", "manhole_dn": "manhole_215_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386912.179653002182022, 5856482.939191372133791 ], [ 1386944.191176384687424, 5856520.270725904032588 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1098", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 909.9000244140625, "elevtn_dn": 911.79998779296875, "invlev_up": 907.4000244140625, "invlev_dn": 909.29998779296875, "manhole_up": "manhole_215_generated", "manhole_dn": "manhole_216_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386944.191176384687424, 5856520.270725904032588 ], [ 1386964.188513180473819, 5856566.025075756013393 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1099", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 911.79998779296875, "elevtn_dn": 911.79998779296875, "invlev_up": 909.29998779296875, "invlev_dn": 909.29998779296875, "manhole_up": "manhole_216_generated", "manhole_dn": "manhole_217_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386964.188513180473819, 5856566.025075756013393 ], [ 1386998.825215350603685, 5856599.261941562406719 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1100", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 911.79998779296875, "elevtn_dn": 932.0, "invlev_up": 909.29998779296875, "invlev_dn": 929.5, "manhole_up": "manhole_217_generated", "manhole_dn": "manhole_218_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386998.825215350603685, 5856599.261941562406719 ], [ 1387044.828526843106374, 5856618.849377661012113 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1101", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 932.0, "elevtn_dn": 932.0, "invlev_up": 929.5, "invlev_dn": 929.5, "manhole_up": "manhole_218_generated", "manhole_dn": "manhole_219_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387044.828526843106374, 5856618.849377661012113 ], [ 1387090.831838335609064, 5856638.43681376054883 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1102", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 932.0, "elevtn_dn": 949.9000244140625, "invlev_up": 929.5, "invlev_dn": 947.4000244140625, "manhole_up": "manhole_219_generated", "manhole_dn": "manhole_220_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387090.831838335609064, 5856638.43681376054883 ], [ 1387136.835149827878922, 5856658.024249859154224 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1103", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 949.9000244140625, "elevtn_dn": 924.4000244140625, "invlev_up": 947.4000244140625, "invlev_dn": 921.9000244140625, "manhole_up": "manhole_220_generated", "manhole_dn": "manhole_221_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387136.835149827878922, 5856658.024249859154224 ], [ 1387178.671980312326923, 5856685.128790453076363 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1104", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 924.4000244140625, "elevtn_dn": 924.4000244140625, "invlev_up": 921.9000244140625, "invlev_dn": 921.9000244140625, "manhole_up": "manhole_221_generated", "manhole_dn": "manhole_222_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387178.671980312326923, 5856685.128790453076363 ], [ 1387217.700535611249506, 5856716.320352808572352 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1105", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 924.4000244140625, "elevtn_dn": 940.0, "invlev_up": 921.9000244140625, "invlev_dn": 937.5, "manhole_up": "manhole_222_generated", "manhole_dn": "manhole_223_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387217.700535611249506, 5856716.320352808572352 ], [ 1387252.016686553368345, 5856752.649443434551358 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1106", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 940.0, "elevtn_dn": 940.0, "invlev_up": 937.5, "invlev_dn": 937.5, "manhole_up": "manhole_223_generated", "manhole_dn": "manhole_224_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387252.016686553368345, 5856752.649443434551358 ], [ 1387284.798919493798167, 5856790.190159549936652 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1107", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 940.0, "elevtn_dn": 894.29998779296875, "invlev_up": 937.5, "invlev_dn": 891.79998779296875, "manhole_up": "manhole_224_generated", "manhole_dn": "manhole_225_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387284.798919493798167, 5856790.190159549936652 ], [ 1387273.050185391213745, 5856831.931571422144771 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1108", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 894.29998779296875, "elevtn_dn": 891.5, "invlev_up": 891.79998779296875, "invlev_dn": 889.0, "manhole_up": "manhole_225_generated", "manhole_dn": "manhole_226_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387273.050185391213745, 5856831.931571422144771 ], [ 1387226.106990416301414, 5856849.145192969590425 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1109", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 891.5, "elevtn_dn": 891.5, "invlev_up": 889.0, "invlev_dn": 889.0, "manhole_up": "manhole_226_generated", "manhole_dn": "manhole_227_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387226.106990416301414, 5856849.145192969590425 ], [ 1387179.163795441389084, 5856866.358814516104758 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1110", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 891.5, "elevtn_dn": 881.0, "invlev_up": 889.0, "invlev_dn": 878.5, "manhole_up": "manhole_227_generated", "manhole_dn": "manhole_228_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387179.163795441389084, 5856866.358814516104758 ], [ 1387132.220600466709584, 5856883.572436063550413 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1111", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 881.0, "elevtn_dn": 881.0, "invlev_up": 878.5, "invlev_dn": 878.5, "manhole_up": "manhole_228_generated", "manhole_dn": "manhole_229_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387132.220600466709584, 5856883.572436063550413 ], [ 1387091.513159692520276, 5856911.129930667579174 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1112", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 881.0, "elevtn_dn": 881.0, "invlev_up": 878.5, "invlev_dn": 878.5, "manhole_up": "manhole_229_generated", "manhole_dn": "manhole_230_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387091.513159692520276, 5856911.129930667579174 ], [ 1387071.007118243258446, 5856956.15559543017298 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1113", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 881.0, "elevtn_dn": 881.0, "invlev_up": 878.5, "invlev_dn": 878.5, "manhole_up": "manhole_230_generated", "manhole_dn": "manhole_231_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387071.007118243258446, 5856956.15559543017298 ], [ 1387043.749112035380676, 5856996.689189162105322 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1114", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 881.0, "elevtn_dn": 856.5, "invlev_up": 878.5, "invlev_dn": 854.0, "manhole_up": "manhole_231_generated", "manhole_dn": "manhole_232_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387043.749112035380676, 5856996.689189162105322 ], [ 1387004.639443967491388, 5857027.840532388538122 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1115", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 856.5, "elevtn_dn": 856.5, "invlev_up": 854.0, "invlev_dn": 854.0, "manhole_up": "manhole_232_generated", "manhole_dn": "manhole_233_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387004.639443967491388, 5857027.840532388538122 ], [ 1386965.529775899834931, 5857058.991875615902245 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1116", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 856.5, "elevtn_dn": 856.5, "invlev_up": 854.0, "invlev_dn": 854.0, "manhole_up": "manhole_233_generated", "manhole_dn": "manhole_234_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386965.529775899834931, 5857058.991875615902245 ], [ 1386926.702535050921142, 5857090.440239730291069 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1117", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 856.5, "elevtn_dn": 856.5, "invlev_up": 854.0, "invlev_dn": 854.0, "manhole_up": "manhole_234_generated", "manhole_dn": "manhole_235_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386926.702535050921142, 5857090.440239730291069 ], [ 1386899.700979894958436, 5857131.871505072340369 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1118", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 856.5, "elevtn_dn": 856.5, "invlev_up": 854.0, "invlev_dn": 854.0, "manhole_up": "manhole_235_generated", "manhole_dn": "manhole_236_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386899.700979894958436, 5857131.871505072340369 ], [ 1386903.6263940166682, 5857181.005935152061284 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1119", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 856.5, "elevtn_dn": 867.29998779296875, "invlev_up": 854.0, "invlev_dn": 864.79998779296875, "manhole_up": "manhole_236_generated", "manhole_dn": "manhole_237_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386903.6263940166682, 5857181.005935152061284 ], [ 1386920.841401966754347, 5857227.85734468139708 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1120", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 867.29998779296875, "elevtn_dn": 867.29998779296875, "invlev_up": 864.79998779296875, "invlev_dn": 864.79998779296875, "manhole_up": "manhole_237_generated", "manhole_dn": "manhole_238_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386920.841401966754347, 5857227.85734468139708 ], [ 1386940.647245415020734, 5857273.767048302106559 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1121", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 867.29998779296875, "elevtn_dn": 879.0, "invlev_up": 864.79998779296875, "invlev_dn": 876.5, "manhole_up": "manhole_238_generated", "manhole_dn": "manhole_239_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386940.647245415020734, 5857273.767048302106559 ], [ 1386960.453088863519952, 5857319.676751921884716 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1122", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 879.0, "elevtn_dn": 884.5, "invlev_up": 876.5, "invlev_dn": 882.0, "manhole_up": "manhole_239_generated", "manhole_dn": "manhole_240_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386960.453088863519952, 5857319.676751921884716 ], [ 1386980.258932311786339, 5857365.586455542594194 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1123", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 884.5, "elevtn_dn": 884.5, "invlev_up": 882.0, "invlev_dn": 882.0, "manhole_up": "manhole_240_generated", "manhole_dn": "manhole_241_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386980.258932311786339, 5857365.586455542594194 ], [ 1387000.064775760285556, 5857411.496159162372351 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1124", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 884.5, "elevtn_dn": 884.5, "invlev_up": 882.0, "invlev_dn": 882.0, "manhole_up": "manhole_241_generated", "manhole_dn": "manhole_242_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387000.064775760285556, 5857411.496159162372351 ], [ 1387007.528902114601806, 5857459.537025099620223 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1125", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 884.5, "elevtn_dn": 893.20001220703125, "invlev_up": 882.0, "invlev_dn": 890.70001220703125, "manhole_up": "manhole_242_generated", "manhole_dn": "manhole_243_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387007.528902114601806, 5857459.537025099620223 ], [ 1386963.21676475298591, 5857476.629049208015203 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1126", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 893.20001220703125, "elevtn_dn": 893.70001220703125, "invlev_up": 890.70001220703125, "invlev_dn": 891.20001220703125, "manhole_up": "manhole_243_generated", "manhole_dn": "manhole_244_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386963.21676475298591, 5857476.629049208015203 ], [ 1386913.783934087026864, 5857484.135433598421514 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1127", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 893.70001220703125, "elevtn_dn": 893.70001220703125, "invlev_up": 891.20001220703125, "invlev_dn": 891.20001220703125, "manhole_up": "manhole_244_generated", "manhole_dn": "manhole_245_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386913.783934087026864, 5857484.135433598421514 ], [ 1386870.539328352315351, 5857507.055611960589886 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1128", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 893.70001220703125, "elevtn_dn": 889.70001220703125, "invlev_up": 891.20001220703125, "invlev_dn": 887.20001220703125, "manhole_up": "manhole_245_generated", "manhole_dn": "manhole_246_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386870.539328352315351, 5857507.055611960589886 ], [ 1386832.820274166297168, 5857539.877026806585491 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1129", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 889.70001220703125, "elevtn_dn": 889.70001220703125, "invlev_up": 887.20001220703125, "invlev_dn": 887.20001220703125, "manhole_up": "manhole_246_generated", "manhole_dn": "manhole_247_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386832.820274166297168, 5857539.877026806585491 ], [ 1386795.101531907683238, 5857572.698800123296678 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1130", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 889.70001220703125, "elevtn_dn": 872.4000244140625, "invlev_up": 887.20001220703125, "invlev_dn": 869.9000244140625, "manhole_up": "manhole_247_generated", "manhole_dn": "manhole_248_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386795.101531907683238, 5857572.698800123296678 ], [ 1386758.257366374600679, 5857606.496797049418092 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1131", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 872.4000244140625, "elevtn_dn": 872.4000244140625, "invlev_up": 869.9000244140625, "invlev_dn": 869.9000244140625, "manhole_up": "manhole_248_generated", "manhole_dn": "manhole_249_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386758.257366374600679, 5857606.496797049418092 ], [ 1386721.502390186069533, 5857640.394349270500243 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1132", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 872.4000244140625, "elevtn_dn": 872.4000244140625, "invlev_up": 869.9000244140625, "invlev_dn": 869.9000244140625, "manhole_up": "manhole_249_generated", "manhole_dn": "manhole_250_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386721.502390186069533, 5857640.394349270500243 ], [ 1386691.639095245627686, 5857680.292891399934888 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1133", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 872.4000244140625, "elevtn_dn": 860.70001220703125, "invlev_up": 869.9000244140625, "invlev_dn": 858.20001220703125, "manhole_up": "manhole_250_generated", "manhole_dn": "manhole_251_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386691.639095245627686, 5857680.292891399934888 ], [ 1386663.127201205352321, 5857721.366519738920033 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1134", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 860.70001220703125, "elevtn_dn": 864.10003662109375, "invlev_up": 858.20001220703125, "invlev_dn": 861.60003662109375, "manhole_up": "manhole_251_generated", "manhole_dn": "manhole_252_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386663.127201205352321, 5857721.366519738920033 ], [ 1386634.70784462057054, 5857762.504245642572641 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1135", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 864.10003662109375, "elevtn_dn": 864.10003662109375, "invlev_up": 861.60003662109375, "invlev_dn": 861.60003662109375, "manhole_up": "manhole_252_generated", "manhole_dn": "manhole_253_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386634.70784462057054, 5857762.504245642572641 ], [ 1386606.28848803602159, 5857803.64197154622525 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1136", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 864.10003662109375, "elevtn_dn": 864.10003662109375, "invlev_up": 861.60003662109375, "invlev_dn": 861.60003662109375, "manhole_up": "manhole_253_generated", "manhole_dn": "manhole_254_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386606.28848803602159, 5857803.64197154622525 ], [ 1386577.851668093586341, 5857844.766917760483921 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1137", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 864.10003662109375, "elevtn_dn": 836.10003662109375, "invlev_up": 861.60003662109375, "invlev_dn": 833.60003662109375, "manhole_up": "manhole_254_generated", "manhole_dn": "manhole_255_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386577.851668093586341, 5857844.766917760483921 ], [ 1386559.479123871540651, 5857890.340473555959761 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1138", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 836.10003662109375, "elevtn_dn": 836.10003662109375, "invlev_up": 833.60003662109375, "invlev_dn": 833.60003662109375, "manhole_up": "manhole_255_generated", "manhole_dn": "manhole_256_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386559.479123871540651, 5857890.340473555959761 ], [ 1386576.858566463226452, 5857935.633445805869997 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1139", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 836.10003662109375, "elevtn_dn": 854.9000244140625, "invlev_up": 833.60003662109375, "invlev_dn": 852.4000244140625, "manhole_up": "manhole_256_generated", "manhole_dn": "manhole_257_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386576.858566463226452, 5857935.633445805869997 ], [ 1386619.073707325849682, 5857961.189545376226306 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1140", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 854.9000244140625, "elevtn_dn": 854.9000244140625, "invlev_up": 852.4000244140625, "invlev_dn": 852.4000244140625, "manhole_up": "manhole_257_generated", "manhole_dn": "manhole_258_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386619.073707325849682, 5857961.189545376226306 ], [ 1386664.860782509436831, 5857981.27706332411617 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1141", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 854.9000244140625, "elevtn_dn": 871.60003662109375, "invlev_up": 852.4000244140625, "invlev_dn": 869.10003662109375, "manhole_up": "manhole_258_generated", "manhole_dn": "manhole_259_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386664.860782509436831, 5857981.27706332411617 ], [ 1386710.721602912992239, 5858001.195835201069713 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1142", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 871.60003662109375, "elevtn_dn": 865.10003662109375, "invlev_up": 869.10003662109375, "invlev_dn": 862.60003662109375, "manhole_up": "manhole_259_generated", "manhole_dn": "manhole_260_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386710.721602912992239, 5858001.195835201069713 ], [ 1386756.582423316547647, 5858021.114607078954577 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1143", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 865.10003662109375, "elevtn_dn": 864.70001220703125, "invlev_up": 862.60003662109375, "invlev_dn": 862.20001220703125, "manhole_up": "manhole_260_generated", "manhole_dn": "manhole_261_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386756.582423316547647, 5858021.114607078954577 ], [ 1386802.443243720103055, 5858041.033378956839442 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1144", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 864.70001220703125, "elevtn_dn": 864.70001220703125, "invlev_up": 862.20001220703125, "invlev_dn": 862.20001220703125, "manhole_up": "manhole_261_generated", "manhole_dn": "manhole_262_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386802.443243720103055, 5858041.033378956839442 ], [ 1386848.304064123658463, 5858060.952150834724307 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1145", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 864.70001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 862.20001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_262_generated", "manhole_dn": "manhole_263_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386848.304064123658463, 5858060.952150834724307 ], [ 1386892.843548113014549, 5858083.471454747952521 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1146", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 859.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 856.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_263_generated", "manhole_dn": "manhole_264_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386892.843548113014549, 5858083.471454747952521 ], [ 1386931.443847785238177, 5858115.251781782135367 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1147", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 859.20001220703125, "elevtn_dn": 853.60003662109375, "invlev_up": 856.70001220703125, "invlev_dn": 851.10003662109375, "manhole_up": "manhole_264_generated", "manhole_dn": "manhole_265_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386931.443847785238177, 5858115.251781782135367 ], [ 1386970.044147457228974, 5858147.032108817249537 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1148", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 853.60003662109375, "elevtn_dn": 853.60003662109375, "invlev_up": 851.10003662109375, "invlev_dn": 851.10003662109375, "manhole_up": "manhole_265_generated", "manhole_dn": "manhole_266_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386970.044147457228974, 5858147.032108817249537 ], [ 1387008.644447129452601, 5858178.812435851432383 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1149", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 853.60003662109375, "elevtn_dn": 842.4000244140625, "invlev_up": 851.10003662109375, "invlev_dn": 839.9000244140625, "manhole_up": "manhole_266_generated", "manhole_dn": "manhole_267_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387008.644447129452601, 5858178.812435851432383 ], [ 1387047.244746801443398, 5858210.592762886546552 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1150", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 842.4000244140625, "elevtn_dn": 842.4000244140625, "invlev_up": 839.9000244140625, "invlev_dn": 839.9000244140625, "manhole_up": "manhole_267_generated", "manhole_dn": "manhole_268_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387047.244746801443398, 5858210.592762886546552 ], [ 1387085.845046473667026, 5858242.373089920729399 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1151", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 842.4000244140625, "elevtn_dn": 842.4000244140625, "invlev_up": 839.9000244140625, "invlev_dn": 839.9000244140625, "manhole_up": "manhole_268_generated", "manhole_dn": "manhole_269_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387085.845046473667026, 5858242.373089920729399 ], [ 1387124.445346145657822, 5858274.153416955843568 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1152", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 842.4000244140625, "elevtn_dn": 827.60003662109375, "invlev_up": 839.9000244140625, "invlev_dn": 825.10003662109375, "manhole_up": "manhole_269_generated", "manhole_dn": "manhole_270_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387124.445346145657822, 5858274.153416955843568 ], [ 1387163.04564581788145, 5858305.933743990026414 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1153", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.60003662109375, "elevtn_dn": 827.60003662109375, "invlev_up": 825.10003662109375, "invlev_dn": 825.10003662109375, "manhole_up": "manhole_270_generated", "manhole_dn": "manhole_271_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387163.04564581788145, 5858305.933743990026414 ], [ 1387201.829349192325026, 5858337.489215047098696 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1154", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.60003662109375, "elevtn_dn": 837.60003662109375, "invlev_up": 825.10003662109375, "invlev_dn": 835.10003662109375, "manhole_up": "manhole_271_generated", "manhole_dn": "manhole_272_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387201.829349192325026, 5858337.489215047098696 ], [ 1387246.200623227981851, 5858359.687651782296598 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1155", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 837.60003662109375, "elevtn_dn": 837.60003662109375, "invlev_up": 835.10003662109375, "invlev_dn": 835.10003662109375, "manhole_up": "manhole_272_generated", "manhole_dn": "manhole_273_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387246.200623227981851, 5858359.687651782296598 ], [ 1387293.201938283629715, 5858376.741938757710159 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1156", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 837.60003662109375, "elevtn_dn": 843.79998779296875, "invlev_up": 835.10003662109375, "invlev_dn": 841.29998779296875, "manhole_up": "manhole_273_generated", "manhole_dn": "manhole_274_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387293.201938283629715, 5858376.741938757710159 ], [ 1387334.200528149493039, 5858401.732468435540795 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1157", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 843.79998779296875, "elevtn_dn": 822.60003662109375, "invlev_up": 841.29998779296875, "invlev_dn": 820.10003662109375, "manhole_up": "manhole_274_generated", "manhole_dn": "manhole_275_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387334.200528149493039, 5858401.732468435540795 ], [ 1387307.843875054037198, 5858437.110805934295058 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1158", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 822.60003662109375, "elevtn_dn": 822.60003662109375, "invlev_up": 820.10003662109375, "invlev_dn": 820.10003662109375, "manhole_up": "manhole_275_generated", "manhole_dn": "manhole_276_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387307.843875054037198, 5858437.110805934295058 ], [ 1387260.279569417703897, 5858425.045736069791019 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1159", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 822.60003662109375, "elevtn_dn": 827.60003662109375, "invlev_up": 820.10003662109375, "invlev_dn": 825.10003662109375, "manhole_up": "manhole_276_generated", "manhole_dn": "manhole_277_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387260.279569417703897, 5858425.045736069791019 ], [ 1387211.448235018178821, 5858414.300554806366563 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1160", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.60003662109375, "elevtn_dn": 827.60003662109375, "invlev_up": 825.10003662109375, "invlev_dn": 825.10003662109375, "manhole_up": "manhole_277_generated", "manhole_dn": "manhole_278_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387211.448235018178821, 5858414.300554806366563 ], [ 1387162.612191663123667, 5858403.576134512200952 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1161", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.60003662109375, "elevtn_dn": 822.29998779296875, "invlev_up": 825.10003662109375, "invlev_dn": 819.79998779296875, "manhole_up": "manhole_278_generated", "manhole_dn": "manhole_279_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387162.612191663123667, 5858403.576134512200952 ], [ 1387113.700150535441935, 5858393.210482948459685 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1162", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 822.29998779296875, "elevtn_dn": 822.29998779296875, "invlev_up": 819.79998779296875, "invlev_dn": 819.79998779296875, "manhole_up": "manhole_279_generated", "manhole_dn": "manhole_280_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387113.700150535441935, 5858393.210482948459685 ], [ 1387064.993171223672107, 5858381.975642333738506 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1163", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 822.29998779296875, "elevtn_dn": 827.79998779296875, "invlev_up": 819.79998779296875, "invlev_dn": 825.29998779296875, "manhole_up": "manhole_280_generated", "manhole_dn": "manhole_281_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387064.993171223672107, 5858381.975642333738506 ], [ 1387015.796386598376557, 5858376.342007979750633 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1164", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.79998779296875, "elevtn_dn": 827.79998779296875, "invlev_up": 825.29998779296875, "invlev_dn": 825.29998779296875, "manhole_up": "manhole_281_generated", "manhole_dn": "manhole_282_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387015.796386598376557, 5858376.342007979750633 ], [ 1386966.208506174152717, 5858382.746259398758411 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1165", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.79998779296875, "elevtn_dn": 833.9000244140625, "invlev_up": 825.29998779296875, "invlev_dn": 831.4000244140625, "manhole_up": "manhole_282_generated", "manhole_dn": "manhole_283_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386966.208506174152717, 5858382.746259398758411 ], [ 1386916.676812386140227, 5858389.559525708667934 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1166", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 833.9000244140625, "elevtn_dn": 833.9000244140625, "invlev_up": 831.4000244140625, "invlev_dn": 831.4000244140625, "manhole_up": "manhole_283_generated", "manhole_dn": "manhole_284_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386916.676812386140227, 5858389.559525708667934 ], [ 1386867.198860567295924, 5858396.764010772109032 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1167", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 833.9000244140625, "elevtn_dn": 833.20001220703125, "invlev_up": 831.4000244140625, "invlev_dn": 830.70001220703125, "manhole_up": "manhole_284_generated", "manhole_dn": "manhole_285_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386867.198860567295924, 5858396.764010772109032 ], [ 1386820.816385147860274, 5858411.854353901930153 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1168", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 833.20001220703125, "elevtn_dn": 809.60003662109375, "invlev_up": 830.70001220703125, "invlev_dn": 807.10003662109375, "manhole_up": "manhole_285_generated", "manhole_dn": "manhole_286_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386820.816385147860274, 5858411.854353901930153 ], [ 1386841.361234750133008, 5858445.514383808709681 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1169", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.60003662109375, "elevtn_dn": 809.79998779296875, "invlev_up": 807.10003662109375, "invlev_dn": 807.29998779296875, "manhole_up": "manhole_286_generated", "manhole_dn": "manhole_287_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386841.361234750133008, 5858445.514383808709681 ], [ 1386890.796275103231892, 5858452.915634987875819 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1170", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.79998779296875, "elevtn_dn": 809.79998779296875, "invlev_up": 807.29998779296875, "invlev_dn": 807.29998779296875, "manhole_up": "manhole_287_generated", "manhole_dn": "manhole_288_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386890.796275103231892, 5858452.915634987875819 ], [ 1386940.277140651131049, 5858460.100081093609333 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1171", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.79998779296875, "elevtn_dn": 805.4000244140625, "invlev_up": 807.29998779296875, "invlev_dn": 802.9000244140625, "manhole_up": "manhole_288_generated", "manhole_dn": "manhole_289_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386940.277140651131049, 5858460.100081093609333 ], [ 1386989.847997799050063, 5858466.483407464809716 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1172", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 805.4000244140625, "elevtn_dn": 805.4000244140625, "invlev_up": 802.9000244140625, "invlev_dn": 802.9000244140625, "manhole_up": "manhole_289_generated", "manhole_dn": "manhole_290_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386989.847997799050063, 5858466.483407464809716 ], [ 1387039.689648573985323, 5858470.45608530472964 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1173", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 805.4000244140625, "elevtn_dn": 804.60003662109375, "invlev_up": 802.9000244140625, "invlev_dn": 802.10003662109375, "manhole_up": "manhole_290_generated", "manhole_dn": "manhole_291_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387039.689648573985323, 5858470.45608530472964 ], [ 1387088.843806148739532, 5858479.424946941435337 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1174", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.60003662109375, "elevtn_dn": 809.9000244140625, "invlev_up": 802.10003662109375, "invlev_dn": 807.4000244140625, "manhole_up": "manhole_291_generated", "manhole_dn": "manhole_292_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387088.843806148739532, 5858479.424946941435337 ], [ 1387137.90604472765699, 5858489.061806742101908 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1175", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.9000244140625, "elevtn_dn": 809.9000244140625, "invlev_up": 807.4000244140625, "invlev_dn": 807.4000244140625, "manhole_up": "manhole_292_generated", "manhole_dn": "manhole_293_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387137.90604472765699, 5858489.061806742101908 ], [ 1387186.336529975291342, 5858500.87968063633889 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1176", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.9000244140625, "elevtn_dn": 822.60003662109375, "invlev_up": 807.4000244140625, "invlev_dn": 820.10003662109375, "manhole_up": "manhole_293_generated", "manhole_dn": "manhole_294_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387186.336529975291342, 5858500.87968063633889 ], [ 1387231.661050535272807, 5858521.423059928230941 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1177", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 822.60003662109375, "elevtn_dn": 787.70001220703125, "invlev_up": 820.10003662109375, "invlev_dn": 785.20001220703125, "manhole_up": "manhole_294_generated", "manhole_dn": "manhole_295_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387231.661050535272807, 5858521.423059928230941 ], [ 1387268.120024613803253, 5858555.03504909388721 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1178", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 787.70001220703125, "elevtn_dn": 787.70001220703125, "invlev_up": 785.20001220703125, "invlev_dn": 785.20001220703125, "manhole_up": "manhole_295_generated", "manhole_dn": "manhole_296_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387268.120024613803253, 5858555.03504909388721 ], [ 1387300.917169471969828, 5858592.775208213366568 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1179", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 787.70001220703125, "elevtn_dn": 797.10003662109375, "invlev_up": 785.20001220703125, "invlev_dn": 794.60003662109375, "manhole_up": "manhole_296_generated", "manhole_dn": "manhole_297_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387300.917169471969828, 5858592.775208213366568 ], [ 1387340.521646688459441, 5858622.315198052674532 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1180", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 797.10003662109375, "elevtn_dn": 797.10003662109375, "invlev_up": 794.60003662109375, "invlev_dn": 794.60003662109375, "manhole_up": "manhole_297_generated", "manhole_dn": "manhole_298_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387340.521646688459441, 5858622.315198052674532 ], [ 1387387.476920192595571, 5858639.495844470337033 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1181", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 797.10003662109375, "elevtn_dn": 806.10003662109375, "invlev_up": 794.60003662109375, "invlev_dn": 803.60003662109375, "manhole_up": "manhole_298_generated", "manhole_dn": "manhole_299_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387387.476920192595571, 5858639.495844470337033 ], [ 1387436.116963447071612, 5858650.82861250359565 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1182", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.10003662109375, "elevtn_dn": 806.10003662109375, "invlev_up": 803.60003662109375, "invlev_dn": 803.60003662109375, "manhole_up": "manhole_299_generated", "manhole_dn": "manhole_300_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387436.116963447071612, 5858650.82861250359565 ], [ 1387485.194103535497561, 5858660.261457678861916 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1183", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.10003662109375, "elevtn_dn": 807.70001220703125, "invlev_up": 803.60003662109375, "invlev_dn": 805.20001220703125, "manhole_up": "manhole_300_generated", "manhole_dn": "manhole_301_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387485.194103535497561, 5858660.261457678861916 ], [ 1387533.804190448950976, 5858671.493853995576501 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1184", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.70001220703125, "elevtn_dn": 772.20001220703125, "invlev_up": 805.20001220703125, "invlev_dn": 769.70001220703125, "manhole_up": "manhole_301_generated", "manhole_dn": "manhole_302_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387533.804190448950976, 5858671.493853995576501 ], [ 1387580.2968336828053, 5858689.619015210308135 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1185", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 772.20001220703125, "elevtn_dn": 778.79998779296875, "invlev_up": 769.70001220703125, "invlev_dn": 776.29998779296875, "manhole_up": "manhole_302_generated", "manhole_dn": "manhole_303_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387580.2968336828053, 5858689.619015210308135 ], [ 1387628.455277157016098, 5858703.062848121859133 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1186", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.79998779296875, "elevtn_dn": 778.79998779296875, "invlev_up": 776.29998779296875, "invlev_dn": 776.29998779296875, "manhole_up": "manhole_303_generated", "manhole_dn": "manhole_304_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387628.455277157016098, 5858703.062848121859133 ], [ 1387677.211432087467983, 5858713.7862489502877 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1187", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.79998779296875, "elevtn_dn": 786.70001220703125, "invlev_up": 776.29998779296875, "invlev_dn": 784.20001220703125, "manhole_up": "manhole_304_generated", "manhole_dn": "manhole_305_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387677.211432087467983, 5858713.7862489502877 ], [ 1387726.995392211945727, 5858712.747126803733408 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1188", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.70001220703125, "elevtn_dn": 786.70001220703125, "invlev_up": 784.20001220703125, "invlev_dn": 784.20001220703125, "manhole_up": "manhole_305_generated", "manhole_dn": "manhole_306_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387726.995392211945727, 5858712.747126803733408 ], [ 1387773.343349169706926, 5858725.014477553777397 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1189", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.70001220703125, "elevtn_dn": 797.70001220703125, "invlev_up": 784.20001220703125, "invlev_dn": 795.20001220703125, "manhole_up": "manhole_306_generated", "manhole_dn": "manhole_307_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387773.343349169706926, 5858725.014477553777397 ], [ 1387806.363672176143155, 5858762.310494473204017 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1190", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 797.70001220703125, "elevtn_dn": 797.70001220703125, "invlev_up": 795.20001220703125, "invlev_dn": 795.20001220703125, "manhole_up": "manhole_307_generated", "manhole_dn": "manhole_308_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387806.363672176143155, 5858762.310494473204017 ], [ 1387799.717027904232964, 5858810.149600365199149 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1191", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 797.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 795.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_308_generated", "manhole_dn": "manhole_309_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387799.717027904232964, 5858810.149600365199149 ], [ 1387771.971139753237367, 5858850.86109375115484 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1192", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_309_generated", "manhole_dn": "manhole_310_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387771.971139753237367, 5858850.86109375115484 ], [ 1387723.07675126590766, 5858854.679317841306329 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1193", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_310_generated", "manhole_dn": "manhole_311_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387723.07675126590766, 5858854.679317841306329 ], [ 1387673.274138238513842, 5858850.996178055182099 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1194", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_311_generated", "manhole_dn": "manhole_312_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387673.274138238513842, 5858850.996178055182099 ], [ 1387624.170362570788711, 5858858.384703231044114 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1195", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_312_generated", "manhole_dn": "manhole_313_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387624.170362570788711, 5858858.384703231044114 ], [ 1387575.715393897145987, 5858857.046076283790171 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1196", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_313_generated", "manhole_dn": "manhole_314_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387575.715393897145987, 5858857.046076283790171 ], [ 1387529.438332577701658, 5858838.116818149574101 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1197", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_314_generated", "manhole_dn": "manhole_315_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387529.438332577701658, 5858838.116818149574101 ], [ 1387481.179235466290265, 5858825.222027675248682 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1198", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.70001220703125, "elevtn_dn": 777.20001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 774.70001220703125, "manhole_up": "manhole_315_generated", "manhole_dn": "manhole_316_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387481.179235466290265, 5858825.222027675248682 ], [ 1387432.215501294471323, 5858815.797906777821481 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1199", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.20001220703125, "elevtn_dn": 772.79998779296875, "invlev_up": 774.70001220703125, "invlev_dn": 770.29998779296875, "manhole_up": "manhole_316_generated", "manhole_dn": "manhole_317_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387432.215501294471323, 5858815.797906777821481 ], [ 1387382.431881646160036, 5858811.154251328669488 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1200", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 772.79998779296875, "elevtn_dn": 747.10003662109375, "invlev_up": 770.29998779296875, "invlev_dn": 744.60003662109375, "manhole_up": "manhole_317_generated", "manhole_dn": "manhole_318_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387382.431881646160036, 5858811.154251328669488 ], [ 1387336.607072548242286, 5858824.075685098767281 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1201", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 747.10003662109375, "elevtn_dn": 747.10003662109375, "invlev_up": 744.60003662109375, "invlev_dn": 744.60003662109375, "manhole_up": "manhole_318_generated", "manhole_dn": "manhole_319_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387336.607072548242286, 5858824.075685098767281 ], [ 1387327.458137275883928, 5858870.88596049696207 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1202", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 747.10003662109375, "elevtn_dn": 747.10003662109375, "invlev_up": 744.60003662109375, "invlev_dn": 744.60003662109375, "manhole_up": "manhole_319_generated", "manhole_dn": "manhole_320_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387327.458137275883928, 5858870.88596049696207 ], [ 1387344.619252334116027, 5858917.848375800997019 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1203", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 747.10003662109375, "elevtn_dn": 773.70001220703125, "invlev_up": 744.60003662109375, "invlev_dn": 771.20001220703125, "manhole_up": "manhole_320_generated", "manhole_dn": "manhole_321_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387344.619252334116027, 5858917.848375800997019 ], [ 1387358.089983508689329, 5858965.710649829357862 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1204", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 773.70001220703125, "elevtn_dn": 773.70001220703125, "invlev_up": 771.20001220703125, "invlev_dn": 771.20001220703125, "manhole_up": "manhole_321_generated", "manhole_dn": "manhole_322_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387358.089983508689329, 5858965.710649829357862 ], [ 1387329.564612702699378, 5859003.583583393134177 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1205", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 773.70001220703125, "elevtn_dn": 774.29998779296875, "invlev_up": 771.20001220703125, "invlev_dn": 771.79998779296875, "manhole_up": "manhole_322_generated", "manhole_dn": "manhole_323_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387329.564612702699378, 5859003.583583393134177 ], [ 1387285.783744251355529, 5858993.703191691078246 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1206", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 774.29998779296875, "elevtn_dn": 774.29998779296875, "invlev_up": 771.79998779296875, "invlev_dn": 771.79998779296875, "manhole_up": "manhole_323_generated", "manhole_dn": "manhole_324_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387285.783744251355529, 5858993.703191691078246 ], [ 1387248.355973182013258, 5858961.31797497626394 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1207", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 774.29998779296875, "elevtn_dn": 769.4000244140625, "invlev_up": 771.79998779296875, "invlev_dn": 766.9000244140625, "manhole_up": "manhole_324_generated", "manhole_dn": "manhole_325_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387248.355973182013258, 5858961.31797497626394 ], [ 1387199.500433639157563, 5858963.645901591517031 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1208", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 769.4000244140625, "elevtn_dn": 769.4000244140625, "invlev_up": 766.9000244140625, "invlev_dn": 766.9000244140625, "manhole_up": "manhole_325_generated", "manhole_dn": "manhole_326_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387199.500433639157563, 5858963.645901591517031 ], [ 1387151.482699199579656, 5858977.583961015567183 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1209", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 769.4000244140625, "elevtn_dn": 762.60003662109375, "invlev_up": 766.9000244140625, "invlev_dn": 760.10003662109375, "manhole_up": "manhole_326_generated", "manhole_dn": "manhole_327_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387151.482699199579656, 5858977.583961015567183 ], [ 1387103.632611613254994, 5858992.082134889438748 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1210", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.60003662109375, "elevtn_dn": 762.60003662109375, "invlev_up": 760.10003662109375, "invlev_dn": 760.10003662109375, "manhole_up": "manhole_327_generated", "manhole_dn": "manhole_328_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387103.632611613254994, 5858992.082134889438748 ], [ 1387055.853339510038495, 5859006.816905959509313 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1211", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.60003662109375, "elevtn_dn": 755.79998779296875, "invlev_up": 760.10003662109375, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_328_generated", "manhole_dn": "manhole_329_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387055.853339510038495, 5859006.816905959509313 ], [ 1387008.074067406589165, 5859021.551677029579878 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1212", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 755.79998779296875, "elevtn_dn": 755.79998779296875, "invlev_up": 753.29998779296875, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_329_generated", "manhole_dn": "manhole_330_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387008.074067406589165, 5859021.551677029579878 ], [ 1386960.294795303372666, 5859036.286448099650443 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1213", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 755.79998779296875, "elevtn_dn": 749.5, "invlev_up": 753.29998779296875, "invlev_dn": 747.0, "manhole_up": "manhole_330_generated", "manhole_dn": "manhole_331_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386960.294795303372666, 5859036.286448099650443 ], [ 1386912.515523200156167, 5859051.021219169721007 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1214", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 749.5, "elevtn_dn": 749.5, "invlev_up": 747.0, "invlev_dn": 747.0, "manhole_up": "manhole_331_generated", "manhole_dn": "manhole_332_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386912.515523200156167, 5859051.021219169721007 ], [ 1386864.736251096706837, 5859065.755990239791572 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1215", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 749.5, "elevtn_dn": 727.10003662109375, "invlev_up": 747.0, "invlev_dn": 724.60003662109375, "manhole_up": "manhole_332_generated", "manhole_dn": "manhole_333_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386864.736251096706837, 5859065.755990239791572 ], [ 1386816.956978993490338, 5859080.490761309862137 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1216", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 727.10003662109375, "elevtn_dn": 752.29998779296875, "invlev_up": 724.60003662109375, "invlev_dn": 749.79998779296875, "manhole_up": "manhole_333_generated", "manhole_dn": "manhole_334_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386816.956978993490338, 5859080.490761309862137 ], [ 1386769.832018451532349, 5859096.976014334708452 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1217", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.29998779296875, "elevtn_dn": 738.0, "invlev_up": 749.79998779296875, "invlev_dn": 735.5, "manhole_up": "manhole_334_generated", "manhole_dn": "manhole_335_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386769.832018451532349, 5859096.976014334708452 ], [ 1386724.102282747160643, 5859117.193917133845389 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1218", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 738.0, "elevtn_dn": 738.0, "invlev_up": 735.5, "invlev_dn": 735.5, "manhole_up": "manhole_335_generated", "manhole_dn": "manhole_336_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386724.102282747160643, 5859117.193917133845389 ], [ 1386678.372547042788938, 5859137.411819933913648 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1219", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 738.0, "elevtn_dn": 732.79998779296875, "invlev_up": 735.5, "invlev_dn": 730.29998779296875, "manhole_up": "manhole_336_generated", "manhole_dn": "manhole_337_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386678.372547042788938, 5859137.411819933913648 ], [ 1386632.642811338417232, 5859157.629722733050585 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1220", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.79998779296875, "elevtn_dn": 732.79998779296875, "invlev_up": 730.29998779296875, "invlev_dn": 730.29998779296875, "manhole_up": "manhole_337_generated", "manhole_dn": "manhole_338_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386632.642811338417232, 5859157.629722733050585 ], [ 1386586.913075634045526, 5859177.847625533118844 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1221", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.79998779296875, "elevtn_dn": 732.60003662109375, "invlev_up": 730.29998779296875, "invlev_dn": 730.10003662109375, "manhole_up": "manhole_338_generated", "manhole_dn": "manhole_339_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386586.913075634045526, 5859177.847625533118844 ], [ 1386541.181931287748739, 5859198.062337793409824 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1222", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.60003662109375, "elevtn_dn": 732.60003662109375, "invlev_up": 730.10003662109375, "invlev_dn": 730.10003662109375, "manhole_up": "manhole_339_generated", "manhole_dn": "manhole_340_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386541.181931287748739, 5859198.062337793409824 ], [ 1386495.431538854492828, 5859218.233453613705933 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1223", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.60003662109375, "elevtn_dn": 742.5, "invlev_up": 730.10003662109375, "invlev_dn": 740.0, "manhole_up": "manhole_340_generated", "manhole_dn": "manhole_341_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386495.431538854492828, 5859218.233453613705933 ], [ 1386449.681146421469748, 5859238.404569433070719 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1224", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 742.5, "elevtn_dn": 742.5, "invlev_up": 740.0, "invlev_dn": 740.0, "manhole_up": "manhole_341_generated", "manhole_dn": "manhole_342_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386449.681146421469748, 5859238.404569433070719 ], [ 1386404.749107032548636, 5859260.314221715554595 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1225", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 742.5, "elevtn_dn": 717.60003662109375, "invlev_up": 740.0, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_342_generated", "manhole_dn": "manhole_343_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386404.749107032548636, 5859260.314221715554595 ], [ 1386360.756595908896998, 5859284.020064728334546 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1226", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 717.60003662109375, "elevtn_dn": 717.60003662109375, "invlev_up": 715.10003662109375, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_343_generated", "manhole_dn": "manhole_344_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386360.756595908896998, 5859284.020064728334546 ], [ 1386317.622744857333601, 5859309.307279178872705 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1227", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 717.60003662109375, "elevtn_dn": 711.0, "invlev_up": 715.10003662109375, "invlev_dn": 708.5, "manhole_up": "manhole_344_generated", "manhole_dn": "manhole_345_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386317.622744857333601, 5859309.307279178872705 ], [ 1386274.488893805770203, 5859334.594493629410863 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1228", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 711.0, "elevtn_dn": 717.60003662109375, "invlev_up": 708.5, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_345_generated", "manhole_dn": "manhole_346_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386274.488893805770203, 5859334.594493629410863 ], [ 1386231.354723542230204, 5859359.881163572892547 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1229", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 717.60003662109375, "elevtn_dn": 739.0, "invlev_up": 715.10003662109375, "invlev_dn": 736.5, "manhole_up": "manhole_346_generated", "manhole_dn": "manhole_347_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386231.354723542230204, 5859359.881163572892547 ], [ 1386188.788941488368437, 5859385.978958465158939 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1230", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 739.0, "elevtn_dn": 739.0, "invlev_up": 736.5, "invlev_dn": 736.5, "manhole_up": "manhole_347_generated", "manhole_dn": "manhole_348_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386188.788941488368437, 5859385.978958465158939 ], [ 1386153.170269979629666, 5859420.751348914578557 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1231", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 739.0, "elevtn_dn": 739.0, "invlev_up": 736.5, "invlev_dn": 736.5, "manhole_up": "manhole_348_generated", "manhole_dn": "manhole_349_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386153.170269979629666, 5859420.751348914578557 ], [ 1386127.241226618411019, 5859463.08446778729558 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1232", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 739.0, "elevtn_dn": 770.60003662109375, "invlev_up": 736.5, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_349_generated", "manhole_dn": "manhole_350_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386127.241226618411019, 5859463.08446778729558 ], [ 1386108.996456971857697, 5859509.052053713239729 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1233", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 770.60003662109375, "elevtn_dn": 770.60003662109375, "invlev_up": 768.10003662109375, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_350_generated", "manhole_dn": "manhole_351_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386108.996456971857697, 5859509.052053713239729 ], [ 1386105.954033384332433, 5859558.959127158857882 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1234", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 770.60003662109375, "elevtn_dn": 770.60003662109375, "invlev_up": 768.10003662109375, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_351_generated", "manhole_dn": "manhole_352_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386105.954033384332433, 5859558.959127158857882 ], [ 1386101.917093347059563, 5859608.782215913757682 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1235", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 770.60003662109375, "elevtn_dn": 779.79998779296875, "invlev_up": 768.10003662109375, "invlev_dn": 777.29998779296875, "manhole_up": "manhole_352_generated", "manhole_dn": "manhole_353_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386101.917093347059563, 5859608.782215913757682 ], [ 1386088.458339030388743, 5859656.652665913105011 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1236", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 779.79998779296875, "elevtn_dn": 779.79998779296875, "invlev_up": 777.29998779296875, "invlev_dn": 777.29998779296875, "manhole_up": "manhole_353_generated", "manhole_dn": "manhole_354_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386088.458339030388743, 5859656.652665913105011 ], [ 1386075.652030121767893, 5859704.419184413738549 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1237", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 779.79998779296875, "elevtn_dn": 779.79998779296875, "invlev_up": 777.29998779296875, "invlev_dn": 777.29998779296875, "manhole_up": "manhole_354_generated", "manhole_dn": "manhole_355_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386075.652030121767893, 5859704.419184413738549 ], [ 1386076.574770522769541, 5859754.410392354242504 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1238", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 779.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 777.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_355_generated", "manhole_dn": "manhole_356_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386076.574770522769541, 5859754.410392354242504 ], [ 1386077.497510923538357, 5859804.401600294746459 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1239", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_356_generated", "manhole_dn": "manhole_357_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386077.497510923538357, 5859804.401600294746459 ], [ 1386078.420251324307173, 5859854.392808235250413 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E195", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 814.29998779296875, "elevtn_dn": 802.9000244140625, "invlev_up": 811.79998779296875, "invlev_dn": 800.4000244140625, "manhole_up": "manhole_358_generated", "manhole_dn": "manhole_359_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384050.267680946970358, 5856698.702001548372209 ], [ 1384085.778961833100766, 5856733.441067186184227 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E196", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 802.9000244140625, "elevtn_dn": 802.9000244140625, "invlev_up": 800.4000244140625, "invlev_dn": 800.4000244140625, "manhole_up": "manhole_359_generated", "manhole_dn": "manhole_360_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384085.778961833100766, 5856733.441067186184227 ], [ 1384122.993944165529683, 5856766.592179889790714 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E197", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 802.9000244140625, "elevtn_dn": 816.29998779296875, "invlev_up": 800.4000244140625, "invlev_dn": 813.79998779296875, "manhole_up": "manhole_360_generated", "manhole_dn": "manhole_361_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384122.993944165529683, 5856766.592179889790714 ], [ 1384160.350959801580757, 5856799.578122235834599 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E198", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.29998779296875, "elevtn_dn": 800.79998779296875, "invlev_up": 813.79998779296875, "invlev_dn": 798.29998779296875, "manhole_up": "manhole_361_generated", "manhole_dn": "manhole_362_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384160.350959801580757, 5856799.578122235834599 ], [ 1384198.384374253917485, 5856831.724873264320195 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E199", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 800.79998779296875, "elevtn_dn": 800.79998779296875, "invlev_up": 798.29998779296875, "invlev_dn": 798.29998779296875, "manhole_up": "manhole_362_generated", "manhole_dn": "manhole_363_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384198.384374253917485, 5856831.724873264320195 ], [ 1384230.112839305773377, 5856870.159957353956997 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E200", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 800.79998779296875, "elevtn_dn": 793.9000244140625, "invlev_up": 798.29998779296875, "invlev_dn": 791.4000244140625, "manhole_up": "manhole_363_generated", "manhole_dn": "manhole_364_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384230.112839305773377, 5856870.159957353956997 ], [ 1384259.121702386764809, 5856910.628996902145445 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E201", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 793.9000244140625, "elevtn_dn": 807.60003662109375, "invlev_up": 791.4000244140625, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_364_generated", "manhole_dn": "manhole_365_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384259.121702386764809, 5856910.628996902145445 ], [ 1384287.023718592710793, 5856951.925833041779697 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E202", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_365_generated", "manhole_dn": "manhole_366_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384287.023718592710793, 5856951.925833041779697 ], [ 1384314.929269487503916, 5856993.22028074786067 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E203", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_366_generated", "manhole_dn": "manhole_367_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384314.929269487503916, 5856993.22028074786067 ], [ 1384344.819752591196448, 5857033.056208833120763 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E204", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_367_generated", "manhole_dn": "manhole_368_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384344.819752591196448, 5857033.056208833120763 ], [ 1384375.891110281459987, 5857072.024425559677184 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E205", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_368_generated", "manhole_dn": "manhole_369_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384375.891110281459987, 5857072.024425559677184 ], [ 1384412.732155854580924, 5857105.507668288424611 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E206", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 795.9000244140625, "invlev_up": 805.10003662109375, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_369_generated", "manhole_dn": "manhole_370_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384412.732155854580924, 5857105.507668288424611 ], [ 1384450.07948348694481, 5857138.509612204506993 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E207", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_370_generated", "manhole_dn": "manhole_371_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384450.07948348694481, 5857138.509612204506993 ], [ 1384487.42686335532926, 5857171.511497005820274 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E208", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 805.0, "invlev_up": 793.4000244140625, "invlev_dn": 802.5, "manhole_up": "manhole_371_generated", "manhole_dn": "manhole_372_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384487.42686335532926, 5857171.511497005820274 ], [ 1384525.207759798038751, 5857204.014277670532465 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E209", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 805.0, "elevtn_dn": 796.29998779296875, "invlev_up": 802.5, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_372_generated", "manhole_dn": "manhole_373_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384525.207759798038751, 5857204.014277670532465 ], [ 1384563.111988977529109, 5857236.375065575353801 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E210", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 796.29998779296875, "elevtn_dn": 796.29998779296875, "invlev_up": 793.79998779296875, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_373_generated", "manhole_dn": "manhole_374_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384563.111988977529109, 5857236.375065575353801 ], [ 1384601.016218156786636, 5857268.735853480175138 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E211", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 796.29998779296875, "elevtn_dn": 786.10003662109375, "invlev_up": 793.79998779296875, "invlev_dn": 783.60003662109375, "manhole_up": "manhole_374_generated", "manhole_dn": "manhole_375_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384601.016218156786636, 5857268.735853480175138 ], [ 1384638.920447336044163, 5857301.096641384996474 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E212", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.10003662109375, "elevtn_dn": 794.29998779296875, "invlev_up": 783.60003662109375, "invlev_dn": 791.79998779296875, "manhole_up": "manhole_375_generated", "manhole_dn": "manhole_376_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384638.920447336044163, 5857301.096641384996474 ], [ 1384669.604954990325496, 5857340.313404724933207 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E213", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 794.29998779296875, "elevtn_dn": 794.29998779296875, "invlev_up": 791.79998779296875, "invlev_dn": 791.79998779296875, "manhole_up": "manhole_376_generated", "manhole_dn": "manhole_377_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384669.604954990325496, 5857340.313404724933207 ], [ 1384699.518247769214213, 5857380.104403200559318 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E214", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 794.29998779296875, "elevtn_dn": 794.29998779296875, "invlev_up": 791.79998779296875, "invlev_dn": 791.79998779296875, "manhole_up": "manhole_377_generated", "manhole_dn": "manhole_378_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384699.518247769214213, 5857380.104403200559318 ], [ 1384719.806332413339987, 5857425.627417215146124 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E215", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 794.29998779296875, "elevtn_dn": 782.0, "invlev_up": 791.79998779296875, "invlev_dn": 779.5, "manhole_up": "manhole_378_generated", "manhole_dn": "manhole_379_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384719.806332413339987, 5857425.627417215146124 ], [ 1384740.094417057465762, 5857471.150431229732931 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E216", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 782.0, "elevtn_dn": 789.70001220703125, "invlev_up": 779.5, "invlev_dn": 787.20001220703125, "manhole_up": "manhole_379_generated", "manhole_dn": "manhole_380_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384740.094417057465762, 5857471.150431229732931 ], [ 1384760.382501701591536, 5857516.673445244319737 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E217", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 789.70001220703125, "elevtn_dn": 789.70001220703125, "invlev_up": 787.20001220703125, "invlev_dn": 787.20001220703125, "manhole_up": "manhole_380_generated", "manhole_dn": "manhole_381_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384760.382501701591536, 5857516.673445244319737 ], [ 1384780.670586345717311, 5857562.196459258906543 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E218", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 789.70001220703125, "elevtn_dn": 796.5, "invlev_up": 787.20001220703125, "invlev_dn": 794.0, "manhole_up": "manhole_381_generated", "manhole_dn": "manhole_382_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384780.670586345717311, 5857562.196459258906543 ], [ 1384802.672203443944454, 5857606.838341221213341 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E219", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 796.5, "elevtn_dn": 771.9000244140625, "invlev_up": 794.0, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_382_generated", "manhole_dn": "manhole_383_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384802.672203443944454, 5857606.838341221213341 ], [ 1384827.896526007680222, 5857649.823044718243182 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E220", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 771.9000244140625, "elevtn_dn": 771.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_383_generated", "manhole_dn": "manhole_384_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384827.896526007680222, 5857649.823044718243182 ], [ 1384854.757882944308221, 5857691.606820800341666 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E221", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 771.9000244140625, "elevtn_dn": 771.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_384_generated", "manhole_dn": "manhole_385_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384854.757882944308221, 5857691.606820800341666 ], [ 1384888.185768931638449, 5857728.573395187035203 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E222", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 771.9000244140625, "elevtn_dn": 757.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 755.4000244140625, "manhole_up": "manhole_385_generated", "manhole_dn": "manhole_386_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384888.185768931638449, 5857728.573395187035203 ], [ 1384921.613654918735847, 5857765.539969574660063 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E223", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 757.9000244140625, "elevtn_dn": 757.9000244140625, "invlev_up": 755.4000244140625, "invlev_dn": 755.4000244140625, "manhole_up": "manhole_386_generated", "manhole_dn": "manhole_387_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384921.613654918735847, 5857765.539969574660063 ], [ 1384956.145453942706808, 5857801.445756647735834 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E224", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 757.9000244140625, "elevtn_dn": 757.9000244140625, "invlev_up": 755.4000244140625, "invlev_dn": 755.4000244140625, "manhole_up": "manhole_387_generated", "manhole_dn": "manhole_388_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384956.145453942706808, 5857801.445756647735834 ], [ 1384991.751306539867073, 5857836.319449373520911 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E225", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 757.9000244140625, "elevtn_dn": 746.0, "invlev_up": 755.4000244140625, "invlev_dn": 743.5, "manhole_up": "manhole_388_generated", "manhole_dn": "manhole_389_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384991.751306539867073, 5857836.319449373520911 ], [ 1385027.357159137027338, 5857871.193142099305987 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E226", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 746.0, "elevtn_dn": 755.79998779296875, "invlev_up": 743.5, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_389_generated", "manhole_dn": "manhole_390_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385027.357159137027338, 5857871.193142099305987 ], [ 1385062.963011734187603, 5857906.066834825091064 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E227", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 755.79998779296875, "elevtn_dn": 728.60003662109375, "invlev_up": 753.29998779296875, "invlev_dn": 726.10003662109375, "manhole_up": "manhole_390_generated", "manhole_dn": "manhole_391_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385062.963011734187603, 5857906.066834825091064 ], [ 1385098.568864331347868, 5857940.940527551807463 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E228", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 728.60003662109375, "elevtn_dn": 728.60003662109375, "invlev_up": 726.10003662109375, "invlev_dn": 726.10003662109375, "manhole_up": "manhole_391_generated", "manhole_dn": "manhole_392_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385098.568864331347868, 5857940.940527551807463 ], [ 1385135.753846400883049, 5857974.029479116201401 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E229", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 728.60003662109375, "elevtn_dn": 728.60003662109375, "invlev_up": 726.10003662109375, "invlev_dn": 726.10003662109375, "manhole_up": "manhole_392_generated", "manhole_dn": "manhole_393_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385135.753846400883049, 5857974.029479116201401 ], [ 1385175.738456205930561, 5858003.622975903563201 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E230", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 728.60003662109375, "elevtn_dn": 735.60003662109375, "invlev_up": 726.10003662109375, "invlev_dn": 733.10003662109375, "manhole_up": "manhole_393_generated", "manhole_dn": "manhole_394_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385175.738456205930561, 5858003.622975903563201 ], [ 1385218.653756857383996, 5858028.965196672827005 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E231", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 735.60003662109375, "elevtn_dn": 735.60003662109375, "invlev_up": 733.10003662109375, "invlev_dn": 733.10003662109375, "manhole_up": "manhole_394_generated", "manhole_dn": "manhole_395_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385218.653756857383996, 5858028.965196672827005 ], [ 1385262.454936756985262, 5858052.706982978619635 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E232", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 735.60003662109375, "elevtn_dn": 742.0, "invlev_up": 733.10003662109375, "invlev_dn": 739.5, "manhole_up": "manhole_395_generated", "manhole_dn": "manhole_396_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385262.454936756985262, 5858052.706982978619635 ], [ 1385306.715555034345016, 5858075.618745312094688 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E233", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 742.0, "elevtn_dn": 742.0, "invlev_up": 739.5, "invlev_dn": 739.5, "manhole_up": "manhole_396_generated", "manhole_dn": "manhole_397_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385306.715555034345016, 5858075.618745312094688 ], [ 1385350.97617331170477, 5858098.530507644638419 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E234", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 742.0, "elevtn_dn": 736.0, "invlev_up": 739.5, "invlev_dn": 733.5, "manhole_up": "manhole_397_generated", "manhole_dn": "manhole_398_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385350.97617331170477, 5858098.530507644638419 ], [ 1385395.236791589297354, 5858121.442269978113472 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E235", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 736.0, "elevtn_dn": 736.0, "invlev_up": 733.5, "invlev_dn": 733.5, "manhole_up": "manhole_398_generated", "manhole_dn": "manhole_399_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385395.236791589297354, 5858121.442269978113472 ], [ 1385439.497409866657108, 5858144.354032310657203 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E236", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 736.0, "elevtn_dn": 737.9000244140625, "invlev_up": 733.5, "invlev_dn": 735.4000244140625, "manhole_up": "manhole_399_generated", "manhole_dn": "manhole_400_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385439.497409866657108, 5858144.354032310657203 ], [ 1385483.758028144016862, 5858167.265794644132257 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E237", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 737.9000244140625, "elevtn_dn": 737.9000244140625, "invlev_up": 735.4000244140625, "invlev_dn": 735.4000244140625, "manhole_up": "manhole_400_generated", "manhole_dn": "manhole_401_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385483.758028144016862, 5858167.265794644132257 ], [ 1385528.018646421376616, 5858190.17755697760731 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E238", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 737.9000244140625, "elevtn_dn": 727.29998779296875, "invlev_up": 735.4000244140625, "invlev_dn": 724.79998779296875, "manhole_up": "manhole_401_generated", "manhole_dn": "manhole_402_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385528.018646421376616, 5858190.17755697760731 ], [ 1385571.606102279853076, 5858214.277655217796564 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E239", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 727.29998779296875, "elevtn_dn": 727.29998779296875, "invlev_up": 724.79998779296875, "invlev_dn": 724.79998779296875, "manhole_up": "manhole_402_generated", "manhole_dn": "manhole_403_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385571.606102279853076, 5858214.277655217796564 ], [ 1385614.013400863157585, 5858240.461089110001922 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E240", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 727.29998779296875, "elevtn_dn": 690.60003662109375, "invlev_up": 724.79998779296875, "invlev_dn": 688.10003662109375, "manhole_up": "manhole_403_generated", "manhole_dn": "manhole_404_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385614.013400863157585, 5858240.461089110001922 ], [ 1385656.420699446462095, 5858266.644523002207279 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E241", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 690.60003662109375, "elevtn_dn": 733.60003662109375, "invlev_up": 688.10003662109375, "invlev_dn": 731.10003662109375, "manhole_up": "manhole_404_generated", "manhole_dn": "manhole_405_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385656.420699446462095, 5858266.644523002207279 ], [ 1385698.773111530812457, 5858292.8961898451671 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E242", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 733.60003662109375, "elevtn_dn": 733.60003662109375, "invlev_up": 731.10003662109375, "invlev_dn": 731.10003662109375, "manhole_up": "manhole_405_generated", "manhole_dn": "manhole_406_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385698.773111530812457, 5858292.8961898451671 ], [ 1385733.435650466475636, 5858328.707634637132287 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E243", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 733.60003662109375, "elevtn_dn": 721.60003662109375, "invlev_up": 731.10003662109375, "invlev_dn": 719.10003662109375, "manhole_up": "manhole_406_generated", "manhole_dn": "manhole_407_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385733.435650466475636, 5858328.707634637132287 ], [ 1385768.098189401905984, 5858364.519079428166151 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E244", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 721.60003662109375, "elevtn_dn": 721.60003662109375, "invlev_up": 719.10003662109375, "invlev_dn": 719.10003662109375, "manhole_up": "manhole_407_generated", "manhole_dn": "manhole_408_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385768.098189401905984, 5858364.519079428166151 ], [ 1385795.882535298354924, 5858405.467093757353723 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E245", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 721.60003662109375, "elevtn_dn": 739.0, "invlev_up": 719.10003662109375, "invlev_dn": 736.5, "manhole_up": "manhole_408_generated", "manhole_dn": "manhole_409_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385795.882535298354924, 5858405.467093757353723 ], [ 1385820.377634756267071, 5858448.871486231684685 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E246", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 739.0, "elevtn_dn": 727.79998779296875, "invlev_up": 736.5, "invlev_dn": 725.29998779296875, "manhole_up": "manhole_409_generated", "manhole_dn": "manhole_410_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385820.377634756267071, 5858448.871486231684685 ], [ 1385841.084314390551299, 5858493.920932004228234 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E247", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 727.79998779296875, "elevtn_dn": 727.79998779296875, "invlev_up": 725.29998779296875, "invlev_dn": 725.29998779296875, "manhole_up": "manhole_410_generated", "manhole_dn": "manhole_411_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385841.084314390551299, 5858493.920932004228234 ], [ 1385856.076261736918241, 5858541.451897682622075 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E248", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 727.79998779296875, "elevtn_dn": 734.9000244140625, "invlev_up": 725.29998779296875, "invlev_dn": 732.4000244140625, "manhole_up": "manhole_411_generated", "manhole_dn": "manhole_412_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385856.076261736918241, 5858541.451897682622075 ], [ 1385865.668899663724005, 5858590.250006795860827 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E249", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 734.9000244140625, "elevtn_dn": 734.9000244140625, "invlev_up": 732.4000244140625, "invlev_dn": 732.4000244140625, "manhole_up": "manhole_412_generated", "manhole_dn": "manhole_413_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385865.668899663724005, 5858590.250006795860827 ], [ 1385873.387286560609937, 5858639.487976770848036 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E250", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 734.9000244140625, "elevtn_dn": 751.4000244140625, "invlev_up": 732.4000244140625, "invlev_dn": 748.9000244140625, "manhole_up": "manhole_413_generated", "manhole_dn": "manhole_414_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385873.387286560609937, 5858639.487976770848036 ], [ 1385875.017949819331989, 5858689.287253175862134 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E251", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 751.4000244140625, "elevtn_dn": 751.4000244140625, "invlev_up": 748.9000244140625, "invlev_dn": 748.9000244140625, "manhole_up": "manhole_414_generated", "manhole_dn": "manhole_415_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385875.017949819331989, 5858689.287253175862134 ], [ 1385876.432928551919758, 5858739.106416343711317 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E252", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 751.4000244140625, "elevtn_dn": 751.4000244140625, "invlev_up": 748.9000244140625, "invlev_dn": 748.9000244140625, "manhole_up": "manhole_415_generated", "manhole_dn": "manhole_416_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385876.432928551919758, 5858739.106416343711317 ], [ 1385878.329821793129668, 5858788.908141564577818 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E253", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 751.4000244140625, "elevtn_dn": 759.70001220703125, "invlev_up": 748.9000244140625, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_416_generated", "manhole_dn": "manhole_417_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385878.329821793129668, 5858788.908141564577818 ], [ 1385880.51921496167779, 5858838.69928275514394 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E254", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 759.70001220703125, "elevtn_dn": 759.70001220703125, "invlev_up": 757.20001220703125, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_417_generated", "manhole_dn": "manhole_418_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385880.51921496167779, 5858838.69928275514394 ], [ 1385882.620351102668792, 5858888.493530485779047 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E255", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 759.70001220703125, "elevtn_dn": 759.70001220703125, "invlev_up": 757.20001220703125, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_418_generated", "manhole_dn": "manhole_419_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385882.620351102668792, 5858888.493530485779047 ], [ 1385883.937443709466606, 5858938.315377607010305 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E256", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 759.70001220703125, "elevtn_dn": 766.10003662109375, "invlev_up": 757.20001220703125, "invlev_dn": 763.60003662109375, "manhole_up": "manhole_419_generated", "manhole_dn": "manhole_420_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385883.937443709466606, 5858938.315377607010305 ], [ 1385885.254538560518995, 5858988.137224668636918 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E257", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.10003662109375, "elevtn_dn": 766.10003662109375, "invlev_up": 763.60003662109375, "invlev_dn": 763.60003662109375, "manhole_up": "manhole_420_generated", "manhole_dn": "manhole_421_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385885.254538560518995, 5858988.137224668636918 ], [ 1385890.650534195825458, 5859037.630400610156357 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E258", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.10003662109375, "elevtn_dn": 766.10003662109375, "invlev_up": 763.60003662109375, "invlev_dn": 763.60003662109375, "manhole_up": "manhole_421_generated", "manhole_dn": "manhole_422_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385890.650534195825458, 5859037.630400610156357 ], [ 1385901.777442803606391, 5859086.09239396546036 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E259", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.10003662109375, "elevtn_dn": 768.60003662109375, "invlev_up": 763.60003662109375, "invlev_dn": 766.10003662109375, "manhole_up": "manhole_422_generated", "manhole_dn": "manhole_423_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385901.777442803606391, 5859086.09239396546036 ], [ 1385915.397954803425819, 5859134.03436760418117 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E260", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 768.60003662109375, "elevtn_dn": 762.79998779296875, "invlev_up": 766.10003662109375, "invlev_dn": 760.29998779296875, "manhole_up": "manhole_423_generated", "manhole_dn": "manhole_424_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385915.397954803425819, 5859134.03436760418117 ], [ 1385928.42605347908102, 5859182.139209139160812 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E261", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.79998779296875, "elevtn_dn": 762.5, "invlev_up": 760.29998779296875, "invlev_dn": 760.0, "manhole_up": "manhole_424_generated", "manhole_dn": "manhole_425_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385928.42605347908102, 5859182.139209139160812 ], [ 1385941.228082312969491, 5859230.306202415376902 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E262", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.5, "elevtn_dn": 762.5, "invlev_up": 760.0, "invlev_dn": 760.0, "manhole_up": "manhole_425_generated", "manhole_dn": "manhole_426_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385941.228082312969491, 5859230.306202415376902 ], [ 1385945.092689140234143, 5859279.734331246465445 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E263", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.5, "elevtn_dn": 762.5, "invlev_up": 760.0, "invlev_dn": 760.0, "manhole_up": "manhole_426_generated", "manhole_dn": "manhole_427_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385945.092689140234143, 5859279.734331246465445 ], [ 1385937.902412303024903, 5859328.779896341264248 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E264", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.5, "elevtn_dn": 778.0, "invlev_up": 760.0, "invlev_dn": 775.5, "manhole_up": "manhole_427_generated", "manhole_dn": "manhole_428_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.902412303024903, 5859328.779896341264248 ], [ 1385932.795075723901391, 5859378.173214216716588 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E265", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.0, "elevtn_dn": 778.0, "invlev_up": 775.5, "invlev_dn": 775.5, "manhole_up": "manhole_428_generated", "manhole_dn": "manhole_429_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385932.795075723901391, 5859378.173214216716588 ], [ 1385937.702695531537756, 5859427.770254967734218 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E266", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.0, "elevtn_dn": 778.0, "invlev_up": 775.5, "invlev_dn": 775.5, "manhole_up": "manhole_429_generated", "manhole_dn": "manhole_430_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.702695531537756, 5859427.770254967734218 ], [ 1385939.035937832202762, 5859477.50230407807976 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E267", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.0, "elevtn_dn": 795.9000244140625, "invlev_up": 775.5, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_430_generated", "manhole_dn": "manhole_431_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385939.035937832202762, 5859477.50230407807976 ], [ 1385937.883638251805678, 5859527.328234969638288 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E268", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_431_generated", "manhole_dn": "manhole_432_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.883638251805678, 5859527.328234969638288 ], [ 1385940.515994266141206, 5859576.989168248139322 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E269", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_432_generated", "manhole_dn": "manhole_433_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385940.515994266141206, 5859576.989168248139322 ], [ 1385950.701545101590455, 5859625.530176519416273 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E270", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 815.0, "invlev_up": 793.4000244140625, "invlev_dn": 812.5, "manhole_up": "manhole_433_generated", "manhole_dn": "manhole_434_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385950.701545101590455, 5859625.530176519416273 ], [ 1385970.467743494315073, 5859670.991298755630851 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E271", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 815.0, "elevtn_dn": 815.0, "invlev_up": 812.5, "invlev_dn": 812.5, "manhole_up": "manhole_434_generated", "manhole_dn": "manhole_435_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385970.467743494315073, 5859670.991298755630851 ], [ 1386011.983088220236823, 5859697.862916950136423 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E272", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 815.0, "elevtn_dn": 779.79998779296875, "invlev_up": 812.5, "invlev_dn": 777.29998779296875, "manhole_up": "manhole_435_generated", "manhole_dn": "manhole_436_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386011.983088220236823, 5859697.862916950136423 ], [ 1386052.213596233632416, 5859727.119808158837259 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E273", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 779.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 777.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_436_generated", "manhole_dn": "manhole_437_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386052.213596233632416, 5859727.119808158837259 ], [ 1386046.501012831227854, 5859771.612671964801848 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E274", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_437_generated", "manhole_dn": "manhole_438_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386046.501012831227854, 5859771.612671964801848 ], [ 1386026.809695787727833, 5859816.873920152895153 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E275", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_438_generated", "manhole_dn": "manhole_439_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386026.809695787727833, 5859816.873920152895153 ], [ 1386030.149607364553958, 5859866.379009906202555 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E276", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_439_generated", "manhole_dn": "manhole_440_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386030.149607364553958, 5859866.379009906202555 ], [ 1386045.250939248362556, 5859913.859036295674741 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 800.79998779296875, "elevtn_dn": 800.79998779296875, "invlev_up": 798.29998779296875, "invlev_dn": 798.29998779296875, "manhole_up": "manhole_441_generated", "manhole_dn": "manhole_442_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384196.861816460033879, 5856829.88048410974443 ], [ 1384235.22519311751239, 5856854.977665597572923 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 800.79998779296875, "elevtn_dn": 793.9000244140625, "invlev_up": 798.29998779296875, "invlev_dn": 791.4000244140625, "manhole_up": "manhole_442_generated", "manhole_dn": "manhole_443_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384235.22519311751239, 5856854.977665597572923 ], [ 1384263.450329831801355, 5856892.038370934315026 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 793.9000244140625, "elevtn_dn": 793.9000244140625, "invlev_up": 791.4000244140625, "invlev_dn": 791.4000244140625, "manhole_up": "manhole_443_generated", "manhole_dn": "manhole_444_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384263.450329831801355, 5856892.038370934315026 ], [ 1384291.675466545857489, 5856929.099076271057129 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 793.9000244140625, "elevtn_dn": 807.60003662109375, "invlev_up": 791.4000244140625, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_444_generated", "manhole_dn": "manhole_445_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384291.675466545857489, 5856929.099076271057129 ], [ 1384319.900603260146454, 5856966.159781608730555 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_445_generated", "manhole_dn": "manhole_446_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384319.900603260146454, 5856966.159781608730555 ], [ 1384347.205867683747783, 5857003.894510924816132 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 799.0, "invlev_up": 805.10003662109375, "invlev_dn": 796.5, "manhole_up": "manhole_446_generated", "manhole_dn": "manhole_447_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384347.205867683747783, 5857003.894510924816132 ], [ 1384380.322691001230851, 5857036.360282040201128 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 799.0, "elevtn_dn": 807.60003662109375, "invlev_up": 796.5, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_447_generated", "manhole_dn": "manhole_448_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384380.322691001230851, 5857036.360282040201128 ], [ 1384415.156610523350537, 5857067.291694445535541 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 795.9000244140625, "invlev_up": 805.10003662109375, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_448_generated", "manhole_dn": "manhole_449_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384415.156610523350537, 5857067.291694445535541 ], [ 1384449.343575850594789, 5857098.828100205399096 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_449_generated", "manhole_dn": "manhole_450_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384449.343575850594789, 5857098.828100205399096 ], [ 1384470.004810179118067, 5857139.926174183376133 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_450_generated", "manhole_dn": "manhole_451_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384470.004810179118067, 5857139.926174183376133 ], [ 1384484.18076178082265, 5857184.301805094815791 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_12_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_452_generated", "manhole_dn": "manhole_453_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384289.06552429520525, 5856954.947841017507017 ], [ 1384305.049610810354352, 5856994.88734863139689 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_12_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_453_generated", "manhole_dn": "manhole_454_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384305.049610810354352, 5856994.88734863139689 ], [ 1384321.033697325503454, 5857034.82685624435544 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_12_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 799.0, "invlev_up": 805.10003662109375, "invlev_dn": 796.5, "manhole_up": "manhole_454_generated", "manhole_dn": "manhole_455_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384321.033697325503454, 5857034.82685624435544 ], [ 1384347.445656489115208, 5857068.672038841992617 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_12_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 799.0, "elevtn_dn": 807.60003662109375, "invlev_up": 796.5, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_455_generated", "manhole_dn": "manhole_456_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384347.445656489115208, 5857068.672038841992617 ], [ 1384374.130628447979689, 5857102.406951548531651 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_12_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_456_generated", "manhole_dn": "manhole_457_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384374.130628447979689, 5857102.406951548531651 ], [ 1384399.587644136510789, 5857137.08541233278811 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_12_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_457_generated", "manhole_dn": "manhole_458_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384399.587644136510789, 5857137.08541233278811 ], [ 1384425.04465982504189, 5857171.763873117044568 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_12_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 795.9000244140625, "invlev_up": 805.10003662109375, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_458_generated", "manhole_dn": "manhole_459_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384425.04465982504189, 5857171.763873117044568 ], [ 1384456.866520966170356, 5857200.577977900393307 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_15_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_15", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_15", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_459_generated", "manhole_dn": "manhole_460_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384456.866520966170356, 5857200.577977900393307 ], [ 1384480.774830641923472, 5857195.244455400854349 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_17_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_17", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_17", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 805.0, "invlev_up": 793.4000244140625, "invlev_dn": 802.5, "manhole_up": "manhole_459_generated", "manhole_dn": "manhole_461_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384456.866520966170356, 5857200.577977900393307 ], [ 1384478.871156033361331, 5857219.682923189364374 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_18_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_18", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_18", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 805.0, "elevtn_dn": 805.0, "invlev_up": 802.5, "invlev_dn": 802.5, "manhole_up": "manhole_462_generated", "manhole_dn": "manhole_461_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384493.329776774393395, 5857201.952337642200291 ], [ 1384478.871156033361331, 5857219.682923189364374 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_19_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_19", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_19", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 805.0, "elevtn_dn": 805.0, "invlev_up": 802.5, "invlev_dn": 802.5, "manhole_up": "manhole_462_generated", "manhole_dn": "manhole_463_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384493.329776774393395, 5857201.952337642200291 ], [ 1384511.321100181667134, 5857246.008046119473875 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_19_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_19", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_19", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 805.0, "elevtn_dn": 805.0, "invlev_up": 802.5, "invlev_dn": 802.5, "manhole_up": "manhole_463_generated", "manhole_dn": "manhole_461_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384511.321100181667134, 5857246.008046119473875 ], [ 1384478.871156033361331, 5857219.682923189364374 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 805.0, "elevtn_dn": 796.29998779296875, "invlev_up": 802.5, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_464_generated", "manhole_dn": "manhole_465_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384512.484966830350459, 5857248.858029337599874 ], [ 1384550.208547196350992, 5857281.609186780638993 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 796.29998779296875, "elevtn_dn": 796.29998779296875, "invlev_up": 793.79998779296875, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_465_generated", "manhole_dn": "manhole_466_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384550.208547196350992, 5857281.609186780638993 ], [ 1384587.932127562351525, 5857314.360344224609435 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 796.29998779296875, "elevtn_dn": 809.10003662109375, "invlev_up": 793.79998779296875, "invlev_dn": 806.60003662109375, "manhole_up": "manhole_466_generated", "manhole_dn": "manhole_467_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384587.932127562351525, 5857314.360344224609435 ], [ 1384608.456866907887161, 5857358.785165345296264 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.10003662109375, "elevtn_dn": 809.10003662109375, "invlev_up": 806.60003662109375, "invlev_dn": 806.60003662109375, "manhole_up": "manhole_467_generated", "manhole_dn": "manhole_468_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384608.456866907887161, 5857358.785165345296264 ], [ 1384624.966163935838267, 5857405.935456342995167 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.10003662109375, "elevtn_dn": 794.29998779296875, "invlev_up": 806.60003662109375, "invlev_dn": 791.79998779296875, "manhole_up": "manhole_468_generated", "manhole_dn": "manhole_469_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384624.966163935838267, 5857405.935456342995167 ], [ 1384639.938245237572119, 5857453.586039477027953 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 794.29998779296875, "elevtn_dn": 812.4000244140625, "invlev_up": 791.79998779296875, "invlev_dn": 809.9000244140625, "manhole_up": "manhole_469_generated", "manhole_dn": "manhole_470_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384639.938245237572119, 5857453.586039477027953 ], [ 1384654.3423755497206, 5857501.421464210376143 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 812.4000244140625, "elevtn_dn": 812.4000244140625, "invlev_up": 809.9000244140625, "invlev_dn": 809.9000244140625, "manhole_up": "manhole_470_generated", "manhole_dn": "manhole_471_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384654.3423755497206, 5857501.421464210376143 ], [ 1384665.748858094681054, 5857550.055336253717542 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 812.4000244140625, "elevtn_dn": 812.4000244140625, "invlev_up": 809.9000244140625, "invlev_dn": 809.9000244140625, "manhole_up": "manhole_471_generated", "manhole_dn": "manhole_472_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384665.748858094681054, 5857550.055336253717542 ], [ 1384677.04772660904564, 5857598.717872150242329 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 812.4000244140625, "elevtn_dn": 818.9000244140625, "invlev_up": 809.9000244140625, "invlev_dn": 816.4000244140625, "manhole_up": "manhole_472_generated", "manhole_dn": "manhole_473_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384677.04772660904564, 5857598.717872150242329 ], [ 1384688.346595123410225, 5857647.380408045835793 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 818.9000244140625, "elevtn_dn": 818.9000244140625, "invlev_up": 816.4000244140625, "invlev_dn": 816.4000244140625, "manhole_up": "manhole_473_generated", "manhole_dn": "manhole_474_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384688.346595123410225, 5857647.380408045835793 ], [ 1384699.64546363777481, 5857696.042943941429257 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 818.9000244140625, "elevtn_dn": 791.0, "invlev_up": 816.4000244140625, "invlev_dn": 788.5, "manhole_up": "manhole_474_generated", "manhole_dn": "manhole_475_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384699.64546363777481, 5857696.042943941429257 ], [ 1384710.944332152139395, 5857744.705479837954044 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E11", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 791.0, "elevtn_dn": 771.9000244140625, "invlev_up": 788.5, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_475_generated", "manhole_dn": "manhole_476_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384710.944332152139395, 5857744.705479837954044 ], [ 1384726.848783193388954, 5857791.671307560056448 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E12", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 771.9000244140625, "elevtn_dn": 771.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_476_generated", "manhole_dn": "manhole_477_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384726.848783193388954, 5857791.671307560056448 ], [ 1384753.929338480113074, 5857833.199649352580309 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E13", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 771.9000244140625, "elevtn_dn": 771.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_477_generated", "manhole_dn": "manhole_478_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384753.929338480113074, 5857833.199649352580309 ], [ 1384783.627482200739905, 5857873.006575288251042 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E14", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 771.9000244140625, "elevtn_dn": 791.0, "invlev_up": 769.4000244140625, "invlev_dn": 788.5, "manhole_up": "manhole_478_generated", "manhole_dn": "manhole_479_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384783.627482200739905, 5857873.006575288251042 ], [ 1384795.018452654592693, 5857920.637507135979831 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E15", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 791.0, "elevtn_dn": 791.0, "invlev_up": 788.5, "invlev_dn": 788.5, "manhole_up": "manhole_479_generated", "manhole_dn": "manhole_480_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384795.018452654592693, 5857920.637507135979831 ], [ 1384785.075932276435196, 5857969.445633230730891 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E16", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 791.0, "elevtn_dn": 820.10003662109375, "invlev_up": 788.5, "invlev_dn": 817.60003662109375, "manhole_up": "manhole_480_generated", "manhole_dn": "manhole_481_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384785.075932276435196, 5857969.445633230730891 ], [ 1384771.479073295136914, 5858017.516749874688685 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E17", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 820.10003662109375, "elevtn_dn": 820.10003662109375, "invlev_up": 817.60003662109375, "invlev_dn": 817.60003662109375, "manhole_up": "manhole_481_generated", "manhole_dn": "manhole_482_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384771.479073295136914, 5858017.516749874688685 ], [ 1384763.32518996251747, 5858066.675425447523594 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E18", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 820.10003662109375, "elevtn_dn": 820.10003662109375, "invlev_up": 817.60003662109375, "invlev_dn": 817.60003662109375, "manhole_up": "manhole_482_generated", "manhole_dn": "manhole_483_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384763.32518996251747, 5858066.675425447523594 ], [ 1384757.405406558187678, 5858116.280495692044497 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E19", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 820.10003662109375, "elevtn_dn": 847.0, "invlev_up": 817.60003662109375, "invlev_dn": 844.5, "manhole_up": "manhole_483_generated", "manhole_dn": "manhole_484_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384757.405406558187678, 5858116.280495692044497 ], [ 1384746.211964494548738, 5858164.956996791996062 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E20", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 847.0, "elevtn_dn": 847.0, "invlev_up": 844.5, "invlev_dn": 844.5, "manhole_up": "manhole_484_generated", "manhole_dn": "manhole_485_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384746.211964494548738, 5858164.956996791996062 ], [ 1384738.028054837835953, 5858213.862443570047617 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E21", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 847.0, "elevtn_dn": 847.0, "invlev_up": 844.5, "invlev_dn": 844.5, "manhole_up": "manhole_485_generated", "manhole_dn": "manhole_486_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384738.028054837835953, 5858213.862443570047617 ], [ 1384756.479259133106098, 5858259.218586039729416 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E22", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 847.0, "elevtn_dn": 833.20001220703125, "invlev_up": 844.5, "invlev_dn": 830.70001220703125, "manhole_up": "manhole_486_generated", "manhole_dn": "manhole_487_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384756.479259133106098, 5858259.218586039729416 ], [ 1384792.653981153853238, 5858293.25339647103101 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E23", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 833.20001220703125, "elevtn_dn": 762.29998779296875, "invlev_up": 830.70001220703125, "invlev_dn": 759.79998779296875, "manhole_up": "manhole_487_generated", "manhole_dn": "manhole_488_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384792.653981153853238, 5858293.25339647103101 ], [ 1384839.146884107263759, 5858310.949097327888012 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E24", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.29998779296875, "elevtn_dn": 762.29998779296875, "invlev_up": 759.79998779296875, "invlev_dn": 759.79998779296875, "manhole_up": "manhole_488_generated", "manhole_dn": "manhole_489_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384839.146884107263759, 5858310.949097327888012 ], [ 1384888.517509665805846, 5858307.535864246077836 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E25", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.29998779296875, "elevtn_dn": 751.0, "invlev_up": 759.79998779296875, "invlev_dn": 748.5, "manhole_up": "manhole_489_generated", "manhole_dn": "manhole_490_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384888.517509665805846, 5858307.535864246077836 ], [ 1384936.622762819286436, 5858294.068231076002121 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E26", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 751.0, "elevtn_dn": 751.0, "invlev_up": 748.5, "invlev_dn": 748.5, "manhole_up": "manhole_490_generated", "manhole_dn": "manhole_491_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384936.622762819286436, 5858294.068231076002121 ], [ 1384984.637113286415115, 5858280.272530450485647 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E27", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 751.0, "elevtn_dn": 743.20001220703125, "invlev_up": 748.5, "invlev_dn": 740.70001220703125, "manhole_up": "manhole_491_generated", "manhole_dn": "manhole_492_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384984.637113286415115, 5858280.272530450485647 ], [ 1385032.633651287527755, 5858266.414710656739771 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E28", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 743.20001220703125, "elevtn_dn": 743.20001220703125, "invlev_up": 740.70001220703125, "invlev_dn": 740.70001220703125, "manhole_up": "manhole_492_generated", "manhole_dn": "manhole_493_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385032.633651287527755, 5858266.414710656739771 ], [ 1385081.886840383987874, 5858258.136644747108221 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E29", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 743.20001220703125, "elevtn_dn": 747.60003662109375, "invlev_up": 740.70001220703125, "invlev_dn": 745.10003662109375, "manhole_up": "manhole_493_generated", "manhole_dn": "manhole_494_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385081.886840383987874, 5858258.136644747108221 ], [ 1385131.310463621048257, 5858263.211211345158517 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E30", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 747.60003662109375, "elevtn_dn": 756.79998779296875, "invlev_up": 745.10003662109375, "invlev_dn": 754.29998779296875, "manhole_up": "manhole_494_generated", "manhole_dn": "manhole_495_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385131.310463621048257, 5858263.211211345158517 ], [ 1385177.729395114118233, 5858281.168494092300534 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E31", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 756.79998779296875, "elevtn_dn": 758.9000244140625, "invlev_up": 754.29998779296875, "invlev_dn": 756.4000244140625, "manhole_up": "manhole_495_generated", "manhole_dn": "manhole_496_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385177.729395114118233, 5858281.168494092300534 ], [ 1385219.95651927171275, 5858307.84242575801909 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E32", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.9000244140625, "elevtn_dn": 758.9000244140625, "invlev_up": 756.4000244140625, "invlev_dn": 756.4000244140625, "manhole_up": "manhole_496_generated", "manhole_dn": "manhole_497_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385219.95651927171275, 5858307.84242575801909 ], [ 1385261.864506913116202, 5858335.034840167500079 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E33", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.9000244140625, "elevtn_dn": 756.29998779296875, "invlev_up": 756.4000244140625, "invlev_dn": 753.79998779296875, "manhole_up": "manhole_497_generated", "manhole_dn": "manhole_498_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385261.864506913116202, 5858335.034840167500079 ], [ 1385305.658712412696332, 5858358.964500648900867 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E34", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 756.29998779296875, "elevtn_dn": 756.29998779296875, "invlev_up": 753.79998779296875, "invlev_dn": 753.79998779296875, "manhole_up": "manhole_498_generated", "manhole_dn": "manhole_499_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385305.658712412696332, 5858358.964500648900867 ], [ 1385350.136275847908109, 5858381.712097893469036 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E35", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 756.29998779296875, "elevtn_dn": 750.79998779296875, "invlev_up": 753.79998779296875, "invlev_dn": 748.29998779296875, "manhole_up": "manhole_499_generated", "manhole_dn": "manhole_500_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385350.136275847908109, 5858381.712097893469036 ], [ 1385394.617425152566284, 5858404.452682325616479 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E36", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 750.79998779296875, "elevtn_dn": 760.20001220703125, "invlev_up": 748.29998779296875, "invlev_dn": 757.70001220703125, "manhole_up": "manhole_500_generated", "manhole_dn": "manhole_501_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385394.617425152566284, 5858404.452682325616479 ], [ 1385439.245915542822331, 5858426.901898948475718 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E37", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 760.20001220703125, "elevtn_dn": 754.29998779296875, "invlev_up": 757.70001220703125, "invlev_dn": 751.79998779296875, "manhole_up": "manhole_501_generated", "manhole_dn": "manhole_502_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385439.245915542822331, 5858426.901898948475718 ], [ 1385483.926139793125913, 5858449.248809035867453 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E38", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 754.29998779296875, "elevtn_dn": 754.29998779296875, "invlev_up": 751.79998779296875, "invlev_dn": 751.79998779296875, "manhole_up": "manhole_502_generated", "manhole_dn": "manhole_503_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385483.926139793125913, 5858449.248809035867453 ], [ 1385525.860647091642022, 5858475.8632338559255 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E39", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 754.29998779296875, "elevtn_dn": 754.29998779296875, "invlev_up": 751.79998779296875, "invlev_dn": 751.79998779296875, "manhole_up": "manhole_503_generated", "manhole_dn": "manhole_504_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385525.860647091642022, 5858475.8632338559255 ], [ 1385553.357332118786871, 5858517.404887572862208 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E40", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 754.29998779296875, "elevtn_dn": 751.70001220703125, "invlev_up": 751.79998779296875, "invlev_dn": 749.20001220703125, "manhole_up": "manhole_504_generated", "manhole_dn": "manhole_505_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385553.357332118786871, 5858517.404887572862208 ], [ 1385579.617479301057756, 5858559.686364834196866 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E41", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 751.70001220703125, "elevtn_dn": 751.70001220703125, "invlev_up": 749.20001220703125, "invlev_dn": 749.20001220703125, "manhole_up": "manhole_505_generated", "manhole_dn": "manhole_506_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385579.617479301057756, 5858559.686364834196866 ], [ 1385621.905693766893819, 5858585.068030893802643 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E42", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 751.70001220703125, "elevtn_dn": 750.9000244140625, "invlev_up": 749.20001220703125, "invlev_dn": 748.4000244140625, "manhole_up": "manhole_506_generated", "manhole_dn": "manhole_507_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385621.905693766893819, 5858585.068030893802643 ], [ 1385664.027273919200525, 5858611.351026647724211 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E43", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 750.9000244140625, "elevtn_dn": 750.9000244140625, "invlev_up": 748.4000244140625, "invlev_dn": 748.4000244140625, "manhole_up": "manhole_507_generated", "manhole_dn": "manhole_508_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385664.027273919200525, 5858611.351026647724211 ], [ 1385700.387205619364977, 5858645.507954810746014 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E44", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 750.9000244140625, "elevtn_dn": 750.9000244140625, "invlev_up": 748.4000244140625, "invlev_dn": 748.4000244140625, "manhole_up": "manhole_508_generated", "manhole_dn": "manhole_509_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385700.387205619364977, 5858645.507954810746014 ], [ 1385734.601841112133116, 5858681.909404612146318 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E45", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 750.9000244140625, "elevtn_dn": 755.79998779296875, "invlev_up": 748.4000244140625, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_509_generated", "manhole_dn": "manhole_510_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385734.601841112133116, 5858681.909404612146318 ], [ 1385768.816476604901254, 5858718.310854412615299 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E46", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 755.79998779296875, "elevtn_dn": 755.79998779296875, "invlev_up": 753.29998779296875, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_510_generated", "manhole_dn": "manhole_511_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385768.816476604901254, 5858718.310854412615299 ], [ 1385802.200311921536922, 5858755.447309947572649 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E47", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 755.79998779296875, "elevtn_dn": 755.79998779296875, "invlev_up": 753.29998779296875, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_511_generated", "manhole_dn": "manhole_512_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385802.200311921536922, 5858755.447309947572649 ], [ 1385834.15946239954792, 5858793.844178703613579 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_21_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 756.29998779296875, "elevtn_dn": 765.0, "invlev_up": 753.79998779296875, "invlev_dn": 762.5, "manhole_up": "manhole_513_generated", "manhole_dn": "manhole_514_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385352.471788094611838, 5858398.70255031902343 ], [ 1385323.609449510695413, 5858430.098599229939282 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_21_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 765.0, "elevtn_dn": 765.0, "invlev_up": 762.5, "invlev_dn": 762.5, "manhole_up": "manhole_514_generated", "manhole_dn": "manhole_515_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385323.609449510695413, 5858430.098599229939282 ], [ 1385286.388775944709778, 5858419.306091710925102 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_21_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 765.0, "elevtn_dn": 758.9000244140625, "invlev_up": 762.5, "invlev_dn": 756.4000244140625, "manhole_up": "manhole_515_generated", "manhole_dn": "manhole_516_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385286.388775944709778, 5858419.306091710925102 ], [ 1385252.458742934046313, 5858394.201654580421746 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_21_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.9000244140625, "elevtn_dn": 758.9000244140625, "invlev_up": 756.4000244140625, "invlev_dn": 756.4000244140625, "manhole_up": "manhole_516_generated", "manhole_dn": "manhole_517_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385252.458742934046313, 5858394.201654580421746 ], [ 1385217.536378393415362, 5858369.72360460460186 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_21_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.9000244140625, "elevtn_dn": 756.79998779296875, "invlev_up": 756.4000244140625, "invlev_dn": 754.29998779296875, "manhole_up": "manhole_517_generated", "manhole_dn": "manhole_518_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385217.536378393415362, 5858369.72360460460186 ], [ 1385177.877519500209019, 5858363.975667187944055 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_23_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_23", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_23", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 813.60003662109375, "elevtn_dn": 813.60003662109375, "invlev_up": 811.10003662109375, "invlev_dn": 811.10003662109375, "manhole_up": "manhole_519_generated", "manhole_dn": "manhole_520_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384748.107251951703802, 5858475.46539437584579 ], [ 1384773.662756133358926, 5858482.028828926384449 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_23_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_23", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_23", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 813.60003662109375, "elevtn_dn": 813.60003662109375, "invlev_up": 811.10003662109375, "invlev_dn": 811.10003662109375, "manhole_up": "manhole_520_generated", "manhole_dn": "manhole_521_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384773.662756133358926, 5858482.028828926384449 ], [ 1384799.21826031524688, 5858488.592263477854431 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_24_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_24", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_24", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.9000244140625, "elevtn_dn": 751.4000244140625, "invlev_up": 760.4000244140625, "invlev_dn": 748.9000244140625, "manhole_up": "manhole_522_generated", "manhole_dn": "manhole_523_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385831.554474999429658, 5858837.476550582796335 ], [ 1385834.933234154479578, 5858795.367517679929733 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_24_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_24", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_24", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 751.4000244140625, "elevtn_dn": 759.70001220703125, "invlev_up": 748.9000244140625, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_523_generated", "manhole_dn": "manhole_524_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385834.933234154479578, 5858795.367517679929733 ], [ 1385855.640895856311545, 5858836.135079927742481 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_25_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_25", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_25", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.79998779296875, "elevtn_dn": 791.20001220703125, "invlev_up": 784.29998779296875, "invlev_dn": 788.70001220703125, "manhole_up": "manhole_525_generated", "manhole_dn": "manhole_526_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385425.871741503709927, 5858809.522038951516151 ], [ 1385446.216239683330059, 5858844.397748519666493 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_25_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_25", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_25", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 791.20001220703125, "elevtn_dn": 791.20001220703125, "invlev_up": 788.70001220703125, "invlev_dn": 788.70001220703125, "manhole_up": "manhole_526_generated", "manhole_dn": "manhole_527_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385446.216239683330059, 5858844.397748519666493 ], [ 1385453.998638280900195, 5858886.437654017470777 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_25_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_25", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_25", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 791.20001220703125, "elevtn_dn": 783.0, "invlev_up": 788.70001220703125, "invlev_dn": 780.5, "manhole_up": "manhole_527_generated", "manhole_dn": "manhole_528_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385453.998638280900195, 5858886.437654017470777 ], [ 1385472.218053022632375, 5858925.273072509095073 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_26_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_26", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_26", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.9000244140625, "elevtn_dn": 759.70001220703125, "invlev_up": 760.4000244140625, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_522_generated", "manhole_dn": "manhole_524_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385831.554474999429658, 5858837.476550582796335 ], [ 1385855.640895856311545, 5858836.135079927742481 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_29_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_29", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_29", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 759.70001220703125, "elevtn_dn": 759.70001220703125, "invlev_up": 757.20001220703125, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_529_generated", "manhole_dn": "manhole_530_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385861.372513797832653, 5858893.832569030113518 ], [ 1385844.630084188189358, 5858865.848266057670116 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_29_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_29", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_29", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 759.70001220703125, "elevtn_dn": 762.9000244140625, "invlev_up": 757.20001220703125, "invlev_dn": 760.4000244140625, "manhole_up": "manhole_530_generated", "manhole_dn": "manhole_522_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385844.630084188189358, 5858865.848266057670116 ], [ 1385831.554474999429658, 5858837.476550582796335 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 769.4000244140625, "elevtn_dn": 769.4000244140625, "invlev_up": 766.9000244140625, "invlev_dn": 766.9000244140625, "manhole_up": "manhole_531_generated", "manhole_dn": "manhole_532_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387137.22300889948383, 5858981.723106959834695 ], [ 1387148.04859330272302, 5859026.366797789931297 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 769.4000244140625, "elevtn_dn": 762.60003662109375, "invlev_up": 766.9000244140625, "invlev_dn": 760.10003662109375, "manhole_up": "manhole_532_generated", "manhole_dn": "manhole_533_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387148.04859330272302, 5859026.366797789931297 ], [ 1387119.95937648974359, 5859056.934598693624139 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.60003662109375, "elevtn_dn": 762.60003662109375, "invlev_up": 760.10003662109375, "invlev_dn": 760.10003662109375, "manhole_up": "manhole_533_generated", "manhole_dn": "manhole_534_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387119.95937648974359, 5859056.934598693624139 ], [ 1387074.832296247361228, 5859065.30100557859987 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.60003662109375, "elevtn_dn": 755.79998779296875, "invlev_up": 760.10003662109375, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_534_generated", "manhole_dn": "manhole_535_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387074.832296247361228, 5859065.30100557859987 ], [ 1387030.356415221933275, 5859076.86137125454843 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 755.79998779296875, "elevtn_dn": 772.4000244140625, "invlev_up": 753.29998779296875, "invlev_dn": 769.9000244140625, "manhole_up": "manhole_535_generated", "manhole_dn": "manhole_536_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387030.356415221933275, 5859076.86137125454843 ], [ 1386986.427998587489128, 5859090.309648380614817 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 772.4000244140625, "elevtn_dn": 761.60003662109375, "invlev_up": 769.9000244140625, "invlev_dn": 759.10003662109375, "manhole_up": "manhole_536_generated", "manhole_dn": "manhole_537_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386986.427998587489128, 5859090.309648380614817 ], [ 1386945.966695382725447, 5859111.788386604748666 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 761.60003662109375, "elevtn_dn": 761.60003662109375, "invlev_up": 759.10003662109375, "invlev_dn": 759.10003662109375, "manhole_up": "manhole_537_generated", "manhole_dn": "manhole_538_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386945.966695382725447, 5859111.788386604748666 ], [ 1386905.77102447184734, 5859134.105928846634924 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 761.60003662109375, "elevtn_dn": 761.60003662109375, "invlev_up": 759.10003662109375, "invlev_dn": 759.10003662109375, "manhole_up": "manhole_538_generated", "manhole_dn": "manhole_539_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386905.77102447184734, 5859134.105928846634924 ], [ 1386871.537448140559718, 5859162.609670763835311 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 761.60003662109375, "elevtn_dn": 761.60003662109375, "invlev_up": 759.10003662109375, "invlev_dn": 759.10003662109375, "manhole_up": "manhole_539_generated", "manhole_dn": "manhole_540_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386871.537448140559718, 5859162.609670763835311 ], [ 1386921.106019288301468, 5859163.103915391489863 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 761.60003662109375, "elevtn_dn": 772.4000244140625, "invlev_up": 759.10003662109375, "invlev_dn": 769.9000244140625, "manhole_up": "manhole_540_generated", "manhole_dn": "manhole_541_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386921.106019288301468, 5859163.103915391489863 ], [ 1386970.627896018791944, 5859161.624508504755795 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 772.4000244140625, "elevtn_dn": 772.4000244140625, "invlev_up": 769.9000244140625, "invlev_dn": 769.9000244140625, "manhole_up": "manhole_541_generated", "manhole_dn": "manhole_542_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386970.627896018791944, 5859161.624508504755795 ], [ 1387019.993600395740941, 5859157.412991388700902 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 772.4000244140625, "elevtn_dn": 781.10003662109375, "invlev_up": 769.9000244140625, "invlev_dn": 778.60003662109375, "manhole_up": "manhole_542_generated", "manhole_dn": "manhole_543_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387019.993600395740941, 5859157.412991388700902 ], [ 1387069.191225855611265, 5859151.340004274621606 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 781.10003662109375, "elevtn_dn": 781.10003662109375, "invlev_up": 778.60003662109375, "invlev_dn": 778.60003662109375, "manhole_up": "manhole_543_generated", "manhole_dn": "manhole_544_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387069.191225855611265, 5859151.340004274621606 ], [ 1387118.547863835236058, 5859146.828392788767815 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 781.10003662109375, "elevtn_dn": 786.4000244140625, "invlev_up": 778.60003662109375, "invlev_dn": 783.9000244140625, "manhole_up": "manhole_544_generated", "manhole_dn": "manhole_545_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387118.547863835236058, 5859146.828392788767815 ], [ 1387167.916038708761334, 5859151.025294326245785 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.4000244140625, "elevtn_dn": 786.4000244140625, "invlev_up": 783.9000244140625, "invlev_dn": 783.9000244140625, "manhole_up": "manhole_545_generated", "manhole_dn": "manhole_546_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387167.916038708761334, 5859151.025294326245785 ], [ 1387217.282604865729809, 5859155.523034786805511 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.4000244140625, "elevtn_dn": 787.60003662109375, "invlev_up": 783.9000244140625, "invlev_dn": 785.10003662109375, "manhole_up": "manhole_546_generated", "manhole_dn": "manhole_547_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387217.282604865729809, 5859155.523034786805511 ], [ 1387266.649171022465453, 5859160.020775248296559 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 787.60003662109375, "elevtn_dn": 787.60003662109375, "invlev_up": 785.10003662109375, "invlev_dn": 785.10003662109375, "manhole_up": "manhole_547_generated", "manhole_dn": "manhole_548_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387266.649171022465453, 5859160.020775248296559 ], [ 1387315.831188223091885, 5859165.716172898188233 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 787.60003662109375, "elevtn_dn": 790.4000244140625, "invlev_up": 785.10003662109375, "invlev_dn": 787.9000244140625, "manhole_up": "manhole_548_generated", "manhole_dn": "manhole_549_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387315.831188223091885, 5859165.716172898188233 ], [ 1387364.261764668161049, 5859176.288154195994139 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 790.4000244140625, "elevtn_dn": 790.4000244140625, "invlev_up": 787.9000244140625, "invlev_dn": 787.9000244140625, "manhole_up": "manhole_549_generated", "manhole_dn": "manhole_550_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387364.261764668161049, 5859176.288154195994139 ], [ 1387411.186259990092367, 5859192.118345031514764 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E11", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 790.4000244140625, "elevtn_dn": 789.10003662109375, "invlev_up": 787.9000244140625, "invlev_dn": 786.60003662109375, "manhole_up": "manhole_550_generated", "manhole_dn": "manhole_551_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387411.186259990092367, 5859192.118345031514764 ], [ 1387455.544592748628929, 5859213.906051598489285 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E12", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 789.10003662109375, "elevtn_dn": 817.20001220703125, "invlev_up": 786.60003662109375, "invlev_dn": 814.70001220703125, "manhole_up": "manhole_551_generated", "manhole_dn": "manhole_552_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387455.544592748628929, 5859213.906051598489285 ], [ 1387490.610425172373652, 5859248.94134864397347 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E13", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 817.20001220703125, "elevtn_dn": 818.20001220703125, "invlev_up": 814.70001220703125, "invlev_dn": 815.70001220703125, "manhole_up": "manhole_552_generated", "manhole_dn": "manhole_553_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387490.610425172373652, 5859248.94134864397347 ], [ 1387525.979065561201423, 5859283.669168318621814 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E14", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 818.20001220703125, "elevtn_dn": 818.20001220703125, "invlev_up": 815.70001220703125, "invlev_dn": 815.70001220703125, "manhole_up": "manhole_553_generated", "manhole_dn": "manhole_554_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387525.979065561201423, 5859283.669168318621814 ], [ 1387563.532416822388768, 5859316.0270627560094 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E15", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 818.20001220703125, "elevtn_dn": 802.79998779296875, "invlev_up": 815.70001220703125, "invlev_dn": 800.29998779296875, "manhole_up": "manhole_554_generated", "manhole_dn": "manhole_555_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387563.532416822388768, 5859316.0270627560094 ], [ 1387601.085768083808944, 5859348.384957193396986 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E16", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 802.79998779296875, "elevtn_dn": 837.70001220703125, "invlev_up": 800.29998779296875, "invlev_dn": 835.20001220703125, "manhole_up": "manhole_555_generated", "manhole_dn": "manhole_556_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387601.085768083808944, 5859348.384957193396986 ], [ 1387638.639119345229119, 5859380.742851630784571 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E17", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 837.70001220703125, "elevtn_dn": 837.70001220703125, "invlev_up": 835.20001220703125, "invlev_dn": 835.20001220703125, "manhole_up": "manhole_556_generated", "manhole_dn": "manhole_557_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387638.639119345229119, 5859380.742851630784571 ], [ 1387676.192470606416464, 5859413.100746068172157 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E18", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 837.70001220703125, "elevtn_dn": 828.79998779296875, "invlev_up": 835.20001220703125, "invlev_dn": 826.29998779296875, "manhole_up": "manhole_557_generated", "manhole_dn": "manhole_558_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387676.192470606416464, 5859413.100746068172157 ], [ 1387713.745821867836639, 5859445.45864050462842 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E19", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 828.79998779296875, "elevtn_dn": 828.79998779296875, "invlev_up": 826.29998779296875, "invlev_dn": 826.29998779296875, "manhole_up": "manhole_558_generated", "manhole_dn": "manhole_559_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387713.745821867836639, 5859445.45864050462842 ], [ 1387750.394377880264074, 5859478.825171477161348 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E20", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 828.79998779296875, "elevtn_dn": 854.29998779296875, "invlev_up": 826.29998779296875, "invlev_dn": 851.79998779296875, "manhole_up": "manhole_559_generated", "manhole_dn": "manhole_560_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387750.394377880264074, 5859478.825171477161348 ], [ 1387786.626276910537854, 5859512.656178202480078 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E21", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 854.29998779296875, "elevtn_dn": 854.29998779296875, "invlev_up": 851.79998779296875, "invlev_dn": 851.79998779296875, "manhole_up": "manhole_560_generated", "manhole_dn": "manhole_561_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387786.626276910537854, 5859512.656178202480078 ], [ 1387822.858175940578803, 5859546.487184926867485 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E22", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 854.29998779296875, "elevtn_dn": 854.29998779296875, "invlev_up": 851.79998779296875, "invlev_dn": 851.79998779296875, "manhole_up": "manhole_561_generated", "manhole_dn": "manhole_562_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387822.858175940578803, 5859546.487184926867485 ], [ 1387850.662340233800933, 5859586.980695966631174 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E23", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 854.29998779296875, "elevtn_dn": 891.20001220703125, "invlev_up": 851.79998779296875, "invlev_dn": 888.70001220703125, "manhole_up": "manhole_562_generated", "manhole_dn": "manhole_563_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387850.662340233800933, 5859586.980695966631174 ], [ 1387868.193221996771172, 5859633.330900657922029 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E24", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 891.20001220703125, "elevtn_dn": 876.20001220703125, "invlev_up": 888.70001220703125, "invlev_dn": 873.70001220703125, "manhole_up": "manhole_563_generated", "manhole_dn": "manhole_564_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387868.193221996771172, 5859633.330900657922029 ], [ 1387885.535610173596069, 5859679.769344814121723 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E25", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 876.20001220703125, "elevtn_dn": 876.20001220703125, "invlev_up": 873.70001220703125, "invlev_dn": 873.70001220703125, "manhole_up": "manhole_564_generated", "manhole_dn": "manhole_565_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387885.535610173596069, 5859679.769344814121723 ], [ 1387902.854485532967374, 5859726.216552678495646 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E26", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 876.20001220703125, "elevtn_dn": 898.29998779296875, "invlev_up": 873.70001220703125, "invlev_dn": 895.79998779296875, "manhole_up": "manhole_565_generated", "manhole_dn": "manhole_566_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387902.854485532967374, 5859726.216552678495646 ], [ 1387920.137465380365029, 5859772.67713953461498 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E27", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 898.29998779296875, "elevtn_dn": 898.29998779296875, "invlev_up": 895.79998779296875, "invlev_dn": 895.79998779296875, "manhole_up": "manhole_566_generated", "manhole_dn": "manhole_567_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387920.137465380365029, 5859772.67713953461498 ], [ 1387937.420445227529854, 5859819.137726389802992 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E28", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 898.29998779296875, "elevtn_dn": 898.29998779296875, "invlev_up": 895.79998779296875, "invlev_dn": 895.79998779296875, "manhole_up": "manhole_567_generated", "manhole_dn": "manhole_568_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387937.420445227529854, 5859819.137726389802992 ], [ 1387948.863530882401392, 5859867.082766367122531 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E29", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 898.29998779296875, "elevtn_dn": 918.5, "invlev_up": 895.79998779296875, "invlev_dn": 916.0, "manhole_up": "manhole_568_generated", "manhole_dn": "manhole_569_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387948.863530882401392, 5859867.082766367122531 ], [ 1387950.013254075078294, 5859916.565449987538159 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E30", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 918.5, "elevtn_dn": 918.5, "invlev_up": 916.0, "invlev_dn": 916.0, "manhole_up": "manhole_569_generated", "manhole_dn": "manhole_570_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387950.013254075078294, 5859916.565449987538159 ], [ 1387947.430782878771424, 5859966.047936389222741 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E31", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 918.5, "elevtn_dn": 918.5, "invlev_up": 916.0, "invlev_dn": 916.0, "manhole_up": "manhole_570_generated", "manhole_dn": "manhole_571_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387947.430782878771424, 5859966.047936389222741 ], [ 1387943.997958281077445, 5860015.499966060742736 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E32", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 918.5, "elevtn_dn": 948.60003662109375, "invlev_up": 916.0, "invlev_dn": 946.10003662109375, "manhole_up": "manhole_571_generated", "manhole_dn": "manhole_572_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387943.997958281077445, 5860015.499966060742736 ], [ 1387940.565133683150634, 5860064.951995733194053 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E33", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 948.60003662109375, "elevtn_dn": 948.60003662109375, "invlev_up": 946.10003662109375, "invlev_dn": 946.10003662109375, "manhole_up": "manhole_572_generated", "manhole_dn": "manhole_573_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.565133683150634, 5860064.951995733194053 ], [ 1387945.371777657186612, 5860113.959104515612125 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E34", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 948.60003662109375, "elevtn_dn": 948.60003662109375, "invlev_up": 946.10003662109375, "invlev_dn": 946.10003662109375, "manhole_up": "manhole_573_generated", "manhole_dn": "manhole_574_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387945.371777657186612, 5860113.959104515612125 ], [ 1387964.117816498270258, 5860159.736532494425774 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E35", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 948.60003662109375, "elevtn_dn": 940.5, "invlev_up": 946.10003662109375, "invlev_dn": 938.0, "manhole_up": "manhole_574_generated", "manhole_dn": "manhole_575_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387964.117816498270258, 5860159.736532494425774 ], [ 1387984.093857799191028, 5860205.104420888237655 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E36", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 940.5, "elevtn_dn": 940.5, "invlev_up": 938.0, "invlev_dn": 938.0, "manhole_up": "manhole_575_generated", "manhole_dn": "manhole_576_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387984.093857799191028, 5860205.104420888237655 ], [ 1388004.069899099878967, 5860250.472309282049537 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E37", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 940.5, "elevtn_dn": 940.5, "invlev_up": 938.0, "invlev_dn": 938.0, "manhole_up": "manhole_576_generated", "manhole_dn": "manhole_577_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388004.069899099878967, 5860250.472309282049537 ], [ 1388027.68692572391592, 5860293.896034284494817 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E38", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 940.5, "elevtn_dn": 971.70001220703125, "invlev_up": 938.0, "invlev_dn": 969.20001220703125, "manhole_up": "manhole_577_generated", "manhole_dn": "manhole_578_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388027.68692572391592, 5860293.896034284494817 ], [ 1388060.096315970877185, 5860331.348726416006684 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E39", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 971.70001220703125, "elevtn_dn": 935.5, "invlev_up": 969.20001220703125, "invlev_dn": 933.0, "manhole_up": "manhole_578_generated", "manhole_dn": "manhole_579_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388060.096315970877185, 5860331.348726416006684 ], [ 1388092.967688721138984, 5860368.453448176383972 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E40", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 935.5, "elevtn_dn": 935.5, "invlev_up": 933.0, "invlev_dn": 933.0, "manhole_up": "manhole_579_generated", "manhole_dn": "manhole_580_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388092.967688721138984, 5860368.453448176383972 ], [ 1388119.020827289205045, 5860410.510251956991851 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E41", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 935.5, "elevtn_dn": 949.9000244140625, "invlev_up": 933.0, "invlev_dn": 947.4000244140625, "manhole_up": "manhole_580_generated", "manhole_dn": "manhole_581_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388119.020827289205045, 5860410.510251956991851 ], [ 1388143.407622833969072, 5860453.667774203233421 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E42", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 949.9000244140625, "elevtn_dn": 924.60003662109375, "invlev_up": 947.4000244140625, "invlev_dn": 922.10003662109375, "manhole_up": "manhole_581_generated", "manhole_dn": "manhole_582_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388143.407622833969072, 5860453.667774203233421 ], [ 1388167.794418378733099, 5860496.82529644947499 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E43", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 924.60003662109375, "elevtn_dn": 924.60003662109375, "invlev_up": 922.10003662109375, "invlev_dn": 922.10003662109375, "manhole_up": "manhole_582_generated", "manhole_dn": "manhole_583_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388167.794418378733099, 5860496.82529644947499 ], [ 1388187.41186453984119, 5860542.097804954275489 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E44", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 924.60003662109375, "elevtn_dn": 942.4000244140625, "invlev_up": 922.10003662109375, "invlev_dn": 939.9000244140625, "manhole_up": "manhole_583_generated", "manhole_dn": "manhole_584_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388187.41186453984119, 5860542.097804954275489 ], [ 1388193.385166377527639, 5860591.251542154699564 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E45", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 942.4000244140625, "elevtn_dn": 942.4000244140625, "invlev_up": 939.9000244140625, "invlev_dn": 939.9000244140625, "manhole_up": "manhole_584_generated", "manhole_dn": "manhole_585_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388193.385166377527639, 5860591.251542154699564 ], [ 1388198.812296225922182, 5860640.524595490656793 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E46", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 942.4000244140625, "elevtn_dn": 942.4000244140625, "invlev_up": 939.9000244140625, "invlev_dn": 939.9000244140625, "manhole_up": "manhole_585_generated", "manhole_dn": "manhole_586_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388198.812296225922182, 5860640.524595490656793 ], [ 1388204.239426074549556, 5860689.7976488256827 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E47", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 942.4000244140625, "elevtn_dn": 955.0, "invlev_up": 939.9000244140625, "invlev_dn": 952.5, "manhole_up": "manhole_586_generated", "manhole_dn": "manhole_587_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388204.239426074549556, 5860689.7976488256827 ], [ 1388184.484932377934456, 5860730.700381714850664 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E48", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_587_generated", "manhole_dn": "manhole_588_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388184.484932377934456, 5860730.700381714850664 ], [ 1388159.550175313837826, 5860759.392759991809726 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E49", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_588_generated", "manhole_dn": "manhole_589_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388159.550175313837826, 5860759.392759991809726 ], [ 1388171.988544700434431, 5860807.377908634953201 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E50", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_589_generated", "manhole_dn": "manhole_590_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388171.988544700434431, 5860807.377908634953201 ], [ 1388215.013825689908117, 5860825.214942933060229 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E51", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.0, "elevtn_dn": 941.10003662109375, "invlev_up": 952.5, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_590_generated", "manhole_dn": "manhole_591_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388215.013825689908117, 5860825.214942933060229 ], [ 1388264.397385431453586, 5860829.298032846301794 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E52", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 941.10003662109375, "elevtn_dn": 941.10003662109375, "invlev_up": 938.60003662109375, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_591_generated", "manhole_dn": "manhole_592_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388264.397385431453586, 5860829.298032846301794 ], [ 1388313.062299854354933, 5860837.304878970608115 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E53", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 941.10003662109375, "elevtn_dn": 937.5, "invlev_up": 938.60003662109375, "invlev_dn": 935.0, "manhole_up": "manhole_592_generated", "manhole_dn": "manhole_593_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388313.062299854354933, 5860837.304878970608115 ], [ 1388360.993895401246846, 5860849.948045967146754 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E54", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 937.5, "elevtn_dn": 937.5, "invlev_up": 935.0, "invlev_dn": 935.0, "manhole_up": "manhole_593_generated", "manhole_dn": "manhole_594_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388360.993895401246846, 5860849.948045967146754 ], [ 1388408.925490947905928, 5860862.591212964616716 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E55", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 937.5, "elevtn_dn": 937.60003662109375, "invlev_up": 935.0, "invlev_dn": 935.10003662109375, "manhole_up": "manhole_594_generated", "manhole_dn": "manhole_595_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388408.925490947905928, 5860862.591212964616716 ], [ 1388458.220990223577246, 5860866.957201769575477 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E56", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 937.60003662109375, "elevtn_dn": 937.60003662109375, "invlev_up": 935.10003662109375, "invlev_dn": 935.10003662109375, "manhole_up": "manhole_595_generated", "manhole_dn": "manhole_596_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388458.220990223577246, 5860866.957201769575477 ], [ 1388507.336333080893382, 5860873.218384950421751 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E57", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 937.60003662109375, "elevtn_dn": 941.20001220703125, "invlev_up": 935.10003662109375, "invlev_dn": 938.70001220703125, "manhole_up": "manhole_596_generated", "manhole_dn": "manhole_597_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388507.336333080893382, 5860873.218384950421751 ], [ 1388556.215695114107803, 5860881.470384138636291 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E58", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 941.20001220703125, "elevtn_dn": 941.20001220703125, "invlev_up": 938.70001220703125, "invlev_dn": 938.70001220703125, "manhole_up": "manhole_597_generated", "manhole_dn": "manhole_598_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388556.215695114107803, 5860881.470384138636291 ], [ 1388604.556662159739062, 5860892.361969010904431 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E59", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 941.20001220703125, "elevtn_dn": 943.10003662109375, "invlev_up": 938.70001220703125, "invlev_dn": 940.60003662109375, "manhole_up": "manhole_598_generated", "manhole_dn": "manhole_599_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388604.556662159739062, 5860892.361969010904431 ], [ 1388653.59940263046883, 5860897.15789801068604 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E60", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 943.10003662109375, "elevtn_dn": 943.10003662109375, "invlev_up": 940.60003662109375, "invlev_dn": 940.60003662109375, "manhole_up": "manhole_599_generated", "manhole_dn": "manhole_600_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388653.59940263046883, 5860897.15789801068604 ], [ 1388700.080393208190799, 5860881.090511013753712 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E61", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 943.10003662109375, "elevtn_dn": 946.10003662109375, "invlev_up": 940.60003662109375, "invlev_dn": 943.60003662109375, "manhole_up": "manhole_600_generated", "manhole_dn": "manhole_601_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388700.080393208190799, 5860881.090511013753712 ], [ 1388732.687003659084439, 5860844.794781206175685 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E62", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 946.10003662109375, "elevtn_dn": 952.60003662109375, "invlev_up": 943.60003662109375, "invlev_dn": 950.10003662109375, "manhole_up": "manhole_601_generated", "manhole_dn": "manhole_602_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388732.687003659084439, 5860844.794781206175685 ], [ 1388755.953327334951609, 5860801.023035684600472 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E63", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 952.60003662109375, "elevtn_dn": 952.60003662109375, "invlev_up": 950.10003662109375, "invlev_dn": 950.10003662109375, "manhole_up": "manhole_602_generated", "manhole_dn": "manhole_603_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388755.953327334951609, 5860801.023035684600472 ], [ 1388778.23369869007729, 5860756.84024004638195 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E64", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 952.60003662109375, "elevtn_dn": 952.60003662109375, "invlev_up": 950.10003662109375, "invlev_dn": 950.10003662109375, "manhole_up": "manhole_603_generated", "manhole_dn": "manhole_604_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388778.23369869007729, 5860756.84024004638195 ], [ 1388792.950793598080054, 5860709.504263866692781 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E65", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 952.60003662109375, "elevtn_dn": 953.79998779296875, "invlev_up": 950.10003662109375, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_604_generated", "manhole_dn": "manhole_605_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388792.950793598080054, 5860709.504263866692781 ], [ 1388807.667888506315649, 5860662.168287687934935 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E66", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 953.79998779296875, "elevtn_dn": 953.79998779296875, "invlev_up": 951.29998779296875, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_605_generated", "manhole_dn": "manhole_606_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388807.667888506315649, 5860662.168287687934935 ], [ 1388819.224422588944435, 5860613.968191100284457 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E67", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 953.79998779296875, "elevtn_dn": 955.70001220703125, "invlev_up": 951.29998779296875, "invlev_dn": 953.20001220703125, "manhole_up": "manhole_606_generated", "manhole_dn": "manhole_607_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388819.224422588944435, 5860613.968191100284457 ], [ 1388830.63825476472266, 5860565.72907877061516 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E68", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.70001220703125, "elevtn_dn": 955.70001220703125, "invlev_up": 953.20001220703125, "invlev_dn": 953.20001220703125, "manhole_up": "manhole_607_generated", "manhole_dn": "manhole_608_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388830.63825476472266, 5860565.72907877061516 ], [ 1388842.052086940500885, 5860517.489966440014541 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E69", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.70001220703125, "elevtn_dn": 955.70001220703125, "invlev_up": 953.20001220703125, "invlev_dn": 953.20001220703125, "manhole_up": "manhole_608_generated", "manhole_dn": "manhole_609_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388842.052086940500885, 5860517.489966440014541 ], [ 1388862.77624000934884, 5860472.578981296159327 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E70", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.70001220703125, "elevtn_dn": 964.70001220703125, "invlev_up": 953.20001220703125, "invlev_dn": 962.20001220703125, "manhole_up": "manhole_609_generated", "manhole_dn": "manhole_610_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388862.77624000934884, 5860472.578981296159327 ], [ 1388884.529400010826066, 5860428.03588358964771 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E71", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 964.70001220703125, "elevtn_dn": 951.29998779296875, "invlev_up": 962.20001220703125, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_610_generated", "manhole_dn": "manhole_611_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388884.529400010826066, 5860428.03588358964771 ], [ 1388906.282637836178765, 5860383.492823889479041 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E72", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_611_generated", "manhole_dn": "manhole_612_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388906.282637836178765, 5860383.492823889479041 ], [ 1388933.946375871310011, 5860342.419800435192883 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E73", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_612_generated", "manhole_dn": "manhole_613_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388933.946375871310011, 5860342.419800435192883 ], [ 1388962.240715913940221, 5860301.717001453973353 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 761.60003662109375, "elevtn_dn": 752.29998779296875, "invlev_up": 759.10003662109375, "invlev_dn": 749.79998779296875, "manhole_up": "manhole_539_generated", "manhole_dn": "manhole_614_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386871.537448140559718, 5859162.609670763835311 ], [ 1386825.19834817154333, 5859175.156894122250378 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.29998779296875, "elevtn_dn": 752.29998779296875, "invlev_up": 749.79998779296875, "invlev_dn": 749.79998779296875, "manhole_up": "manhole_614_generated", "manhole_dn": "manhole_615_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386825.19834817154333, 5859175.156894122250378 ], [ 1386779.333999397465959, 5859189.44842192158103 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.29998779296875, "elevtn_dn": 738.0, "invlev_up": 749.79998779296875, "invlev_dn": 735.5, "manhole_up": "manhole_615_generated", "manhole_dn": "manhole_616_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386779.333999397465959, 5859189.44842192158103 ], [ 1386733.445003136992455, 5859203.660136871039867 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 738.0, "elevtn_dn": 738.0, "invlev_up": 735.5, "invlev_dn": 735.5, "manhole_up": "manhole_616_generated", "manhole_dn": "manhole_617_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386733.445003136992455, 5859203.660136871039867 ], [ 1386687.508546756347641, 5859217.718167688697577 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 738.0, "elevtn_dn": 763.29998779296875, "invlev_up": 735.5, "invlev_dn": 760.79998779296875, "manhole_up": "manhole_617_generated", "manhole_dn": "manhole_618_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386687.508546756347641, 5859217.718167688697577 ], [ 1386641.572090375469998, 5859231.776198507286608 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 763.29998779296875, "elevtn_dn": 763.29998779296875, "invlev_up": 760.79998779296875, "invlev_dn": 760.79998779296875, "manhole_up": "manhole_618_generated", "manhole_dn": "manhole_619_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386641.572090375469998, 5859231.776198507286608 ], [ 1386595.451642262749374, 5859245.168246414512396 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 763.29998779296875, "elevtn_dn": 754.60003662109375, "invlev_up": 760.79998779296875, "invlev_dn": 752.10003662109375, "manhole_up": "manhole_619_generated", "manhole_dn": "manhole_620_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386595.451642262749374, 5859245.168246414512396 ], [ 1386548.813360751140863, 5859256.685926430858672 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 754.60003662109375, "elevtn_dn": 754.60003662109375, "invlev_up": 752.10003662109375, "invlev_dn": 752.10003662109375, "manhole_up": "manhole_620_generated", "manhole_dn": "manhole_621_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386548.813360751140863, 5859256.685926430858672 ], [ 1386502.175079239532351, 5859268.203606447204947 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 754.60003662109375, "elevtn_dn": 742.5, "invlev_up": 752.10003662109375, "invlev_dn": 740.0, "manhole_up": "manhole_621_generated", "manhole_dn": "manhole_622_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386502.175079239532351, 5859268.203606447204947 ], [ 1386455.354356503346935, 5859278.943273726850748 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 742.5, "elevtn_dn": 742.5, "invlev_up": 740.0, "invlev_dn": 740.0, "manhole_up": "manhole_622_generated", "manhole_dn": "manhole_623_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386455.354356503346935, 5859278.943273726850748 ], [ 1386408.879239794565365, 5859290.671229789964855 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 742.5, "elevtn_dn": 717.60003662109375, "invlev_up": 740.0, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_623_generated", "manhole_dn": "manhole_624_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386408.879239794565365, 5859290.671229789964855 ], [ 1386364.691368696978316, 5859309.518465746194124 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E11", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 717.60003662109375, "elevtn_dn": 717.60003662109375, "invlev_up": 715.10003662109375, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_624_generated", "manhole_dn": "manhole_625_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386364.691368696978316, 5859309.518465746194124 ], [ 1386320.503497599391267, 5859328.365701701492071 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E12", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 717.60003662109375, "elevtn_dn": 711.0, "invlev_up": 715.10003662109375, "invlev_dn": 708.5, "manhole_up": "manhole_625_generated", "manhole_dn": "manhole_626_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386320.503497599391267, 5859328.365701701492071 ], [ 1386273.173811787506565, 5859335.36546028777957 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 951.29998779296875, "elevtn_dn": 953.70001220703125, "invlev_up": 948.79998779296875, "invlev_dn": 951.20001220703125, "manhole_up": "manhole_10_generated", "manhole_dn": "manhole_627_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388946.301100668497384, 5860414.883977899327874 ], [ 1388922.246059404918924, 5860458.418739438988268 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 953.70001220703125, "elevtn_dn": 953.70001220703125, "invlev_up": 951.20001220703125, "invlev_dn": 951.20001220703125, "manhole_up": "manhole_627_generated", "manhole_dn": "manhole_628_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388922.246059404918924, 5860458.418739438988268 ], [ 1388900.295977992936969, 5860503.075897979550064 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 953.70001220703125, "elevtn_dn": 955.70001220703125, "invlev_up": 951.20001220703125, "invlev_dn": 953.20001220703125, "manhole_up": "manhole_628_generated", "manhole_dn": "manhole_629_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388900.295977992936969, 5860503.075897979550064 ], [ 1388878.345896581187844, 5860547.733056520111859 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.70001220703125, "elevtn_dn": 953.79998779296875, "invlev_up": 953.20001220703125, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_629_generated", "manhole_dn": "manhole_630_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388878.345896581187844, 5860547.733056520111859 ], [ 1388856.887740465346724, 5860592.570927501656115 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 953.79998779296875, "elevtn_dn": 953.79998779296875, "invlev_up": 951.29998779296875, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_630_generated", "manhole_dn": "manhole_631_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388856.887740465346724, 5860592.570927501656115 ], [ 1388853.076019846601412, 5860641.795407227240503 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 953.79998779296875, "elevtn_dn": 953.79998779296875, "invlev_up": 951.29998779296875, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_631_generated", "manhole_dn": "manhole_632_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388853.076019846601412, 5860641.795407227240503 ], [ 1388856.119826921960339, 5860691.462329030036926 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 953.79998779296875, "elevtn_dn": 952.5, "invlev_up": 951.29998779296875, "invlev_dn": 950.0, "manhole_up": "manhole_632_generated", "manhole_dn": "manhole_633_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388856.119826921960339, 5860691.462329030036926 ], [ 1388859.163633997086436, 5860741.12925083283335 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 952.5, "elevtn_dn": 952.5, "invlev_up": 950.0, "invlev_dn": 950.0, "manhole_up": "manhole_633_generated", "manhole_dn": "manhole_634_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388859.163633997086436, 5860741.12925083283335 ], [ 1388862.207441072445363, 5860790.796172635629773 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 952.5, "elevtn_dn": 945.5, "invlev_up": 950.0, "invlev_dn": 943.0, "manhole_up": "manhole_634_generated", "manhole_dn": "manhole_635_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388862.207441072445363, 5860790.796172635629773 ], [ 1388866.356326055014506, 5860840.344227194786072 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.5, "elevtn_dn": 945.5, "invlev_up": 943.0, "invlev_dn": 943.0, "manhole_up": "manhole_635_generated", "manhole_dn": "manhole_636_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388866.356326055014506, 5860840.344227194786072 ], [ 1388873.944740658160299, 5860889.522310186177492 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.5, "elevtn_dn": 945.5, "invlev_up": 943.0, "invlev_dn": 943.0, "manhole_up": "manhole_636_generated", "manhole_dn": "manhole_637_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388873.944740658160299, 5860889.522310186177492 ], [ 1388883.17427325528115, 5860938.398467163555324 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E11", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.5, "elevtn_dn": 937.4000244140625, "invlev_up": 943.0, "invlev_dn": 934.9000244140625, "manhole_up": "manhole_637_generated", "manhole_dn": "manhole_638_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388883.17427325528115, 5860938.398467163555324 ], [ 1388890.216840920504183, 5860987.212368851527572 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E12", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 937.4000244140625, "elevtn_dn": 937.4000244140625, "invlev_up": 934.9000244140625, "invlev_dn": 934.9000244140625, "manhole_up": "manhole_638_generated", "manhole_dn": "manhole_639_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388890.216840920504183, 5860987.212368851527572 ], [ 1388884.322194910608232, 5861036.62209493201226 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E13", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 937.4000244140625, "elevtn_dn": 937.4000244140625, "invlev_up": 934.9000244140625, "invlev_dn": 934.9000244140625, "manhole_up": "manhole_639_generated", "manhole_dn": "manhole_640_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388884.322194910608232, 5861036.62209493201226 ], [ 1388878.427548900712281, 5861086.031821011565626 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E14", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 937.4000244140625, "elevtn_dn": 930.4000244140625, "invlev_up": 934.9000244140625, "invlev_dn": 927.9000244140625, "manhole_up": "manhole_640_generated", "manhole_dn": "manhole_641_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388878.427548900712281, 5861086.031821011565626 ], [ 1388872.532902890816331, 5861135.441547092050314 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E15", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 930.4000244140625, "elevtn_dn": 930.4000244140625, "invlev_up": 927.9000244140625, "invlev_dn": 927.9000244140625, "manhole_up": "manhole_641_generated", "manhole_dn": "manhole_642_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388872.532902890816331, 5861135.441547092050314 ], [ 1388866.63825688092038, 5861184.851273172535002 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E16", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 930.4000244140625, "elevtn_dn": 930.4000244140625, "invlev_up": 927.9000244140625, "invlev_dn": 927.9000244140625, "manhole_up": "manhole_642_generated", "manhole_dn": "manhole_643_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388866.63825688092038, 5861184.851273172535002 ], [ 1388854.620840607210994, 5861232.489912945777178 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E17", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 930.4000244140625, "elevtn_dn": 926.60003662109375, "invlev_up": 927.9000244140625, "invlev_dn": 924.10003662109375, "manhole_up": "manhole_643_generated", "manhole_dn": "manhole_644_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388854.620840607210994, 5861232.489912945777178 ], [ 1388833.22756120422855, 5861277.416469449177384 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E18", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 926.60003662109375, "elevtn_dn": 926.60003662109375, "invlev_up": 924.10003662109375, "invlev_dn": 924.10003662109375, "manhole_up": "manhole_644_generated", "manhole_dn": "manhole_645_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388833.22756120422855, 5861277.416469449177384 ], [ 1388811.834281801246107, 5861322.343025953508914 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E19", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 926.60003662109375, "elevtn_dn": 931.10003662109375, "invlev_up": 924.10003662109375, "invlev_dn": 928.60003662109375, "manhole_up": "manhole_645_generated", "manhole_dn": "manhole_646_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388811.834281801246107, 5861322.343025953508914 ], [ 1388790.441002398030832, 5861367.26958245690912 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E20", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 931.10003662109375, "elevtn_dn": 922.20001220703125, "invlev_up": 928.60003662109375, "invlev_dn": 919.70001220703125, "manhole_up": "manhole_646_generated", "manhole_dn": "manhole_647_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388790.441002398030832, 5861367.26958245690912 ], [ 1388769.047722995048389, 5861412.196138960309327 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E21", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 922.20001220703125, "elevtn_dn": 922.20001220703125, "invlev_up": 919.70001220703125, "invlev_dn": 919.70001220703125, "manhole_up": "manhole_647_generated", "manhole_dn": "manhole_648_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388769.047722995048389, 5861412.196138960309327 ], [ 1388747.654443592065945, 5861457.122695464640856 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E22", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 922.20001220703125, "elevtn_dn": 922.20001220703125, "invlev_up": 919.70001220703125, "invlev_dn": 919.70001220703125, "manhole_up": "manhole_648_generated", "manhole_dn": "manhole_649_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388747.654443592065945, 5861457.122695464640856 ], [ 1388725.026126575190574, 5861501.410491958260536 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E23", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 922.20001220703125, "elevtn_dn": 900.20001220703125, "invlev_up": 919.70001220703125, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_649_generated", "manhole_dn": "manhole_650_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388725.026126575190574, 5861501.410491958260536 ], [ 1388700.725248141447082, 5861544.833241644315422 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E24", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 900.20001220703125, "elevtn_dn": 900.20001220703125, "invlev_up": 897.70001220703125, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_650_generated", "manhole_dn": "manhole_651_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388700.725248141447082, 5861544.833241644315422 ], [ 1388676.42436970770359, 5861588.255991329438984 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E25", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 900.20001220703125, "elevtn_dn": 900.20001220703125, "invlev_up": 897.70001220703125, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_651_generated", "manhole_dn": "manhole_652_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388676.42436970770359, 5861588.255991329438984 ], [ 1388632.324464634526521, 5861606.441272142343223 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E26", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 900.20001220703125, "elevtn_dn": 898.4000244140625, "invlev_up": 897.70001220703125, "invlev_dn": 895.9000244140625, "manhole_up": "manhole_652_generated", "manhole_dn": "manhole_653_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388632.324464634526521, 5861606.441272142343223 ], [ 1388583.463808472501114, 5861611.105615227483213 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E27", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 898.4000244140625, "elevtn_dn": 898.4000244140625, "invlev_up": 895.9000244140625, "invlev_dn": 895.9000244140625, "manhole_up": "manhole_653_generated", "manhole_dn": "manhole_654_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388583.463808472501114, 5861611.105615227483213 ], [ 1388534.764012826373801, 5861604.222017968073487 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E28", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 898.4000244140625, "elevtn_dn": 903.60003662109375, "invlev_up": 895.9000244140625, "invlev_dn": 901.10003662109375, "manhole_up": "manhole_654_generated", "manhole_dn": "manhole_655_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388534.764012826373801, 5861604.222017968073487 ], [ 1388489.566489090910181, 5861583.40731808822602 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E29", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 903.60003662109375, "elevtn_dn": 903.60003662109375, "invlev_up": 901.10003662109375, "invlev_dn": 901.10003662109375, "manhole_up": "manhole_655_generated", "manhole_dn": "manhole_656_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388489.566489090910181, 5861583.40731808822602 ], [ 1388444.204915680922568, 5861563.162508152425289 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E30", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 903.60003662109375, "elevtn_dn": 906.4000244140625, "invlev_up": 901.10003662109375, "invlev_dn": 903.9000244140625, "manhole_up": "manhole_656_generated", "manhole_dn": "manhole_657_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388444.204915680922568, 5861563.162508152425289 ], [ 1388394.858231473481283, 5861556.761520680040121 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E31", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 906.4000244140625, "elevtn_dn": 906.4000244140625, "invlev_up": 903.9000244140625, "invlev_dn": 903.9000244140625, "manhole_up": "manhole_657_generated", "manhole_dn": "manhole_658_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388394.858231473481283, 5861556.761520680040121 ], [ 1388350.680838279658929, 5861570.408674017526209 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E32", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 906.4000244140625, "elevtn_dn": 900.20001220703125, "invlev_up": 903.9000244140625, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_658_generated", "manhole_dn": "manhole_659_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388350.680838279658929, 5861570.408674017526209 ], [ 1388310.581732882419601, 5861599.872713611461222 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E33", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 900.20001220703125, "elevtn_dn": 900.20001220703125, "invlev_up": 897.70001220703125, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_659_generated", "manhole_dn": "manhole_660_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388310.581732882419601, 5861599.872713611461222 ], [ 1388271.039625711739063, 5861629.969603477045894 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E34", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 900.20001220703125, "elevtn_dn": 890.0, "invlev_up": 897.70001220703125, "invlev_dn": 887.5, "manhole_up": "manhole_660_generated", "manhole_dn": "manhole_661_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388271.039625711739063, 5861629.969603477045894 ], [ 1388236.722210306907073, 5861666.002683873288333 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E35", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 890.0, "elevtn_dn": 890.0, "invlev_up": 887.5, "invlev_dn": 887.5, "manhole_up": "manhole_661_generated", "manhole_dn": "manhole_662_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388236.722210306907073, 5861666.002683873288333 ], [ 1388202.404794902307913, 5861702.035764269530773 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E36", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 890.0, "elevtn_dn": 890.0, "invlev_up": 887.5, "invlev_dn": 887.5, "manhole_up": "manhole_662_generated", "manhole_dn": "manhole_663_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388202.404794902307913, 5861702.035764269530773 ], [ 1388168.087379497475922, 5861738.068844665773213 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E37", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 890.0, "elevtn_dn": 885.9000244140625, "invlev_up": 887.5, "invlev_dn": 883.4000244140625, "manhole_up": "manhole_663_generated", "manhole_dn": "manhole_664_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388168.087379497475922, 5861738.068844665773213 ], [ 1388133.769964092643932, 5861774.101925062015653 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E38", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 885.9000244140625, "elevtn_dn": 874.0, "invlev_up": 883.4000244140625, "invlev_dn": 871.5, "manhole_up": "manhole_664_generated", "manhole_dn": "manhole_665_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388133.769964092643932, 5861774.101925062015653 ], [ 1388099.452548687811941, 5861810.13500545732677 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E39", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 874.0, "elevtn_dn": 874.0, "invlev_up": 871.5, "invlev_dn": 871.5, "manhole_up": "manhole_665_generated", "manhole_dn": "manhole_666_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388099.452548687811941, 5861810.13500545732677 ], [ 1388065.135133283212781, 5861846.16808585356921 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E40", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 874.0, "elevtn_dn": 862.20001220703125, "invlev_up": 871.5, "invlev_dn": 859.70001220703125, "manhole_up": "manhole_666_generated", "manhole_dn": "manhole_667_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388065.135133283212781, 5861846.16808585356921 ], [ 1388022.995196633273736, 5861866.899685021489859 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E41", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 862.20001220703125, "elevtn_dn": 862.20001220703125, "invlev_up": 859.70001220703125, "invlev_dn": 859.70001220703125, "manhole_up": "manhole_667_generated", "manhole_dn": "manhole_668_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388022.995196633273736, 5861866.899685021489859 ], [ 1387973.690499771386385, 5861873.616436487063766 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E42", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 862.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 859.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_668_generated", "manhole_dn": "manhole_669_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387973.690499771386385, 5861873.616436487063766 ], [ 1387924.470484273741022, 5861880.90659652557224 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E43", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 859.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 856.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_669_generated", "manhole_dn": "manhole_670_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387924.470484273741022, 5861880.90659652557224 ], [ 1387877.962616891367361, 5861896.157046243548393 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E44", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 859.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 856.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_670_generated", "manhole_dn": "manhole_671_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387877.962616891367361, 5861896.157046243548393 ], [ 1387917.070526217576116, 5861911.915829903446138 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E45", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 859.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 856.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_671_generated", "manhole_dn": "manhole_672_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387917.070526217576116, 5861911.915829903446138 ], [ 1387966.654667611001059, 5861916.096835186704993 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E46", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 859.20001220703125, "elevtn_dn": 846.29998779296875, "invlev_up": 856.70001220703125, "invlev_dn": 843.79998779296875, "manhole_up": "manhole_672_generated", "manhole_dn": "manhole_673_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387966.654667611001059, 5861916.096835186704993 ], [ 1388016.318005530629307, 5861919.063731476664543 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E47", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 846.29998779296875, "elevtn_dn": 850.10003662109375, "invlev_up": 843.79998779296875, "invlev_dn": 847.60003662109375, "manhole_up": "manhole_673_generated", "manhole_dn": "manhole_674_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388016.318005530629307, 5861919.063731476664543 ], [ 1388066.025120510486886, 5861921.359510923735797 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E48", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 850.10003662109375, "elevtn_dn": 850.10003662109375, "invlev_up": 847.60003662109375, "invlev_dn": 847.60003662109375, "manhole_up": "manhole_674_generated", "manhole_dn": "manhole_675_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388066.025120510486886, 5861921.359510923735797 ], [ 1388115.732235490344465, 5861923.655290370807052 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E49", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 850.10003662109375, "elevtn_dn": 849.0, "invlev_up": 847.60003662109375, "invlev_dn": 846.5, "manhole_up": "manhole_675_generated", "manhole_dn": "manhole_676_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388115.732235490344465, 5861923.655290370807052 ], [ 1388161.130695321131498, 5861931.457672152668238 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E50", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 849.0, "elevtn_dn": 850.10003662109375, "invlev_up": 846.5, "invlev_dn": 847.60003662109375, "manhole_up": "manhole_676_generated", "manhole_dn": "manhole_677_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388161.130695321131498, 5861931.457672152668238 ], [ 1388139.871223766123876, 5861964.082641129381955 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E51", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 850.10003662109375, "elevtn_dn": 850.10003662109375, "invlev_up": 847.60003662109375, "invlev_dn": 847.60003662109375, "manhole_up": "manhole_677_generated", "manhole_dn": "manhole_678_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388139.871223766123876, 5861964.082641129381955 ], [ 1388090.726845995755866, 5861957.769498392008245 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E52", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 850.10003662109375, "elevtn_dn": 846.29998779296875, "invlev_up": 847.60003662109375, "invlev_dn": 843.79998779296875, "manhole_up": "manhole_678_generated", "manhole_dn": "manhole_679_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388090.726845995755866, 5861957.769498392008245 ], [ 1388049.339104855433106, 5861983.736727176234126 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E53", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 846.29998779296875, "elevtn_dn": 846.29998779296875, "invlev_up": 843.79998779296875, "invlev_dn": 843.79998779296875, "manhole_up": "manhole_679_generated", "manhole_dn": "manhole_680_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388049.339104855433106, 5861983.736727176234126 ], [ 1388024.713075590552762, 5862026.975905770435929 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E54", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 846.29998779296875, "elevtn_dn": 846.29998779296875, "invlev_up": 843.79998779296875, "invlev_dn": 843.79998779296875, "manhole_up": "manhole_680_generated", "manhole_dn": "manhole_681_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388024.713075590552762, 5862026.975905770435929 ], [ 1387980.016218039905652, 5862047.702198376879096 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E55", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 846.29998779296875, "elevtn_dn": 793.5, "invlev_up": 843.79998779296875, "invlev_dn": 791.0, "manhole_up": "manhole_681_generated", "manhole_dn": "manhole_682_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387980.016218039905652, 5862047.702198376879096 ], [ 1387931.90673128189519, 5862056.853296543471515 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E56", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 793.5, "elevtn_dn": 793.5, "invlev_up": 791.0, "invlev_dn": 791.0, "manhole_up": "manhole_682_generated", "manhole_dn": "manhole_683_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387931.90673128189519, 5862056.853296543471515 ], [ 1387882.187313467729837, 5862058.865105460397899 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E57", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 793.5, "elevtn_dn": 793.20001220703125, "invlev_up": 791.0, "invlev_dn": 790.70001220703125, "manhole_up": "manhole_683_generated", "manhole_dn": "manhole_684_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387882.187313467729837, 5862058.865105460397899 ], [ 1387832.722497318405658, 5862057.3410848621279 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E58", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 793.20001220703125, "elevtn_dn": 830.29998779296875, "invlev_up": 790.70001220703125, "invlev_dn": 827.79998779296875, "manhole_up": "manhole_684_generated", "manhole_dn": "manhole_685_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387832.722497318405658, 5862057.3410848621279 ], [ 1387783.80423084856011, 5862048.226750630885363 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E59", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 830.29998779296875, "elevtn_dn": 817.70001220703125, "invlev_up": 827.79998779296875, "invlev_dn": 815.20001220703125, "manhole_up": "manhole_685_generated", "manhole_dn": "manhole_686_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387783.80423084856011, 5862048.226750630885363 ], [ 1387734.885964378714561, 5862039.112416399642825 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E60", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 817.70001220703125, "elevtn_dn": 813.70001220703125, "invlev_up": 815.20001220703125, "invlev_dn": 811.20001220703125, "manhole_up": "manhole_686_generated", "manhole_dn": "manhole_687_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387734.885964378714561, 5862039.112416399642825 ], [ 1387685.967697908869013, 5862029.998082168400288 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E61", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 813.70001220703125, "elevtn_dn": 813.70001220703125, "invlev_up": 811.20001220703125, "invlev_dn": 811.20001220703125, "manhole_up": "manhole_687_generated", "manhole_dn": "manhole_688_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387685.967697908869013, 5862029.998082168400288 ], [ 1387637.036115845199674, 5862020.957140567712486 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E62", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 813.70001220703125, "elevtn_dn": 807.0, "invlev_up": 811.20001220703125, "invlev_dn": 804.5, "manhole_up": "manhole_688_generated", "manhole_dn": "manhole_689_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387637.036115845199674, 5862020.957140567712486 ], [ 1387588.033849656581879, 5862012.305794355459511 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E63", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.0, "elevtn_dn": 807.0, "invlev_up": 804.5, "invlev_dn": 804.5, "manhole_up": "manhole_689_generated", "manhole_dn": "manhole_690_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387588.033849656581879, 5862012.305794355459511 ], [ 1387539.031583468196914, 5862003.654448143206537 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E64", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.0, "elevtn_dn": 793.10003662109375, "invlev_up": 804.5, "invlev_dn": 790.60003662109375, "manhole_up": "manhole_690_generated", "manhole_dn": "manhole_691_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387539.031583468196914, 5862003.654448143206537 ], [ 1387490.029317279579118, 5861995.003101930953562 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E65", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 793.10003662109375, "elevtn_dn": 793.10003662109375, "invlev_up": 790.60003662109375, "invlev_dn": 790.60003662109375, "manhole_up": "manhole_691_generated", "manhole_dn": "manhole_692_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387490.029317279579118, 5861995.003101930953562 ], [ 1387440.720367865404114, 5861989.908138634636998 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E66", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 793.10003662109375, "elevtn_dn": 770.60003662109375, "invlev_up": 790.60003662109375, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_692_generated", "manhole_dn": "manhole_693_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387440.720367865404114, 5861989.908138634636998 ], [ 1387390.960446665296331, 5861990.042768024839461 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E67", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 770.60003662109375, "elevtn_dn": 770.60003662109375, "invlev_up": 768.10003662109375, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_693_generated", "manhole_dn": "manhole_694_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387390.960446665296331, 5861990.042768024839461 ], [ 1387341.200525465421379, 5861990.177397414110601 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E68", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 770.60003662109375, "elevtn_dn": 749.60003662109375, "invlev_up": 768.10003662109375, "invlev_dn": 747.10003662109375, "manhole_up": "manhole_694_generated", "manhole_dn": "manhole_695_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387341.200525465421379, 5861990.177397414110601 ], [ 1387291.440604265546426, 5861990.312026804313064 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E69", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 749.60003662109375, "elevtn_dn": 749.60003662109375, "invlev_up": 747.10003662109375, "invlev_dn": 747.10003662109375, "manhole_up": "manhole_695_generated", "manhole_dn": "manhole_696_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387291.440604265546426, 5861990.312026804313064 ], [ 1387246.706285298336297, 5861974.212805554270744 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E70", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 749.60003662109375, "elevtn_dn": 747.0, "invlev_up": 747.10003662109375, "invlev_dn": 744.5, "manhole_up": "manhole_696_generated", "manhole_dn": "manhole_697_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387246.706285298336297, 5861974.212805554270744 ], [ 1387205.725988702848554, 5861945.987228964455426 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E71", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 747.0, "elevtn_dn": 771.79998779296875, "invlev_up": 744.5, "invlev_dn": 769.29998779296875, "manhole_up": "manhole_697_generated", "manhole_dn": "manhole_698_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387205.725988702848554, 5861945.987228964455426 ], [ 1387164.745692107127979, 5861917.761652374640107 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E72", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 771.79998779296875, "elevtn_dn": 764.10003662109375, "invlev_up": 769.29998779296875, "invlev_dn": 761.60003662109375, "manhole_up": "manhole_698_generated", "manhole_dn": "manhole_699_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387164.745692107127979, 5861917.761652374640107 ], [ 1387115.569933785125613, 5861911.215812381356955 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E73", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 764.10003662109375, "elevtn_dn": 764.10003662109375, "invlev_up": 761.60003662109375, "invlev_dn": 761.60003662109375, "manhole_up": "manhole_699_generated", "manhole_dn": "manhole_700_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387115.569933785125613, 5861911.215812381356955 ], [ 1387066.165866439929232, 5861905.273926095105708 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E74", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 764.10003662109375, "elevtn_dn": 747.70001220703125, "invlev_up": 761.60003662109375, "invlev_dn": 745.20001220703125, "manhole_up": "manhole_700_generated", "manhole_dn": "manhole_701_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387066.165866439929232, 5861905.273926095105708 ], [ 1387016.666836149292067, 5861900.238133460283279 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E75", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 747.70001220703125, "elevtn_dn": 747.70001220703125, "invlev_up": 745.20001220703125, "invlev_dn": 745.20001220703125, "manhole_up": "manhole_701_generated", "manhole_dn": "manhole_702_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387016.666836149292067, 5861900.238133460283279 ], [ 1386975.698310127714649, 5861874.842493440955877 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E76", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 747.70001220703125, "elevtn_dn": 739.60003662109375, "invlev_up": 745.20001220703125, "invlev_dn": 737.10003662109375, "manhole_up": "manhole_702_generated", "manhole_dn": "manhole_703_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386975.698310127714649, 5861874.842493440955877 ], [ 1386937.286019780673087, 5861843.21080310922116 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E77", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 739.60003662109375, "elevtn_dn": 739.60003662109375, "invlev_up": 737.10003662109375, "invlev_dn": 737.10003662109375, "manhole_up": "manhole_703_generated", "manhole_dn": "manhole_704_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386937.286019780673087, 5861843.21080310922116 ], [ 1386898.873729433864355, 5861811.579112778417766 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E78", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 739.60003662109375, "elevtn_dn": 755.20001220703125, "invlev_up": 737.10003662109375, "invlev_dn": 752.70001220703125, "manhole_up": "manhole_704_generated", "manhole_dn": "manhole_705_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386898.873729433864355, 5861811.579112778417766 ], [ 1386860.461439087055624, 5861779.947422447614372 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E79", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 755.20001220703125, "elevtn_dn": 745.29998779296875, "invlev_up": 752.70001220703125, "invlev_dn": 742.79998779296875, "manhole_up": "manhole_705_generated", "manhole_dn": "manhole_706_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386860.461439087055624, 5861779.947422447614372 ], [ 1386822.049148740014061, 5861748.315732115879655 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E80", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 745.29998779296875, "elevtn_dn": 745.29998779296875, "invlev_up": 742.79998779296875, "invlev_dn": 742.79998779296875, "manhole_up": "manhole_706_generated", "manhole_dn": "manhole_707_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386822.049148740014061, 5861748.315732115879655 ], [ 1386774.418702265014872, 5861733.958941764198244 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E81", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 745.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 742.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_707_generated", "manhole_dn": "manhole_708_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386774.418702265014872, 5861733.958941764198244 ], [ 1386726.75721522886306, 5861719.660321676172316 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E82", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_708_generated", "manhole_dn": "manhole_709_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386726.75721522886306, 5861719.660321676172316 ], [ 1386681.211287560872734, 5861700.510515534318984 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E83", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 777.9000244140625, "invlev_up": 721.79998779296875, "invlev_dn": 775.4000244140625, "manhole_up": "manhole_709_generated", "manhole_dn": "manhole_710_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386681.211287560872734, 5861700.510515534318984 ], [ 1386655.081909105414525, 5861659.807657876051962 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E84", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.9000244140625, "elevtn_dn": 758.79998779296875, "invlev_up": 775.4000244140625, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_710_generated", "manhole_dn": "manhole_711_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386655.081909105414525, 5861659.807657876051962 ], [ 1386647.41175345890224, 5861610.757949161343277 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E85", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.79998779296875, "elevtn_dn": 758.79998779296875, "invlev_up": 756.29998779296875, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_711_generated", "manhole_dn": "manhole_712_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386647.41175345890224, 5861610.757949161343277 ], [ 1386641.745189253240824, 5861561.363539570011199 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E86", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.79998779296875, "elevtn_dn": 732.4000244140625, "invlev_up": 756.29998779296875, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_712_generated", "manhole_dn": "manhole_713_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386641.745189253240824, 5861561.363539570011199 ], [ 1386642.37134926696308, 5861511.607376066967845 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E87", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.4000244140625, "elevtn_dn": 732.4000244140625, "invlev_up": 729.9000244140625, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_713_generated", "manhole_dn": "manhole_714_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386642.37134926696308, 5861511.607376066967845 ], [ 1386642.997509280918166, 5861461.851212563924491 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E88", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.4000244140625, "elevtn_dn": 732.4000244140625, "invlev_up": 729.9000244140625, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_714_generated", "manhole_dn": "manhole_715_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386642.997509280918166, 5861461.851212563924491 ], [ 1386643.623669294640422, 5861412.09504906181246 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E89", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.4000244140625, "elevtn_dn": 724.29998779296875, "invlev_up": 729.9000244140625, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_715_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386643.623669294640422, 5861412.09504906181246 ], [ 1386648.271799877518788, 5861347.644815167412162 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_35_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_35", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_35", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_716_generated", "manhole_dn": "manhole_717_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386060.978602184914052, 5859873.390328846871853 ], [ 1386078.54455375042744, 5859857.065600479952991 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_35_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_35", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_35", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_717_generated", "manhole_dn": "manhole_718_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386078.54455375042744, 5859857.065600479952991 ], [ 1386079.86695942771621, 5859885.500408614054322 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_36_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_36", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_36", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_719_generated", "manhole_dn": "manhole_716_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386030.926458492642269, 5859869.881591100245714 ], [ 1386060.978602184914052, 5859873.390328846871853 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_37_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_37", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_37", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.29998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_720_generated", "manhole_dn": "manhole_716_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386043.381105761509389, 5859908.11929196305573 ], [ 1386060.978602184914052, 5859873.390328846871853 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_38_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_38", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_38", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_718_generated", "manhole_dn": "manhole_721_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386079.86695942771621, 5859885.500408614054322 ], [ 1386081.40363402524963, 5859934.756705570034683 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_38_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_38", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_38", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.29998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_721_generated", "manhole_dn": "manhole_722_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386081.40363402524963, 5859934.756705570034683 ], [ 1386080.471781946951523, 5859983.948014200665057 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_38_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_38", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_38", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.29998779296875, "elevtn_dn": 756.5, "invlev_up": 763.79998779296875, "invlev_dn": 754.0, "manhole_up": "manhole_722_generated", "manhole_dn": "manhole_723_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386080.471781946951523, 5859983.948014200665057 ], [ 1386081.101269942475483, 5860033.01989212166518 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_39_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_39", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_39", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_718_generated", "manhole_dn": "manhole_724_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386079.86695942771621, 5859885.500408614054322 ], [ 1386051.415038994979113, 5859913.714703594334424 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_39_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_39", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_39", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.29998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_724_generated", "manhole_dn": "manhole_725_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386051.415038994979113, 5859913.714703594334424 ], [ 1386056.753747603856027, 5859949.43277302198112 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_39_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_39", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_39", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.29998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_725_generated", "manhole_dn": "manhole_726_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386056.753747603856027, 5859949.43277302198112 ], [ 1386070.153564189793542, 5859990.873222404159606 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_39_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_39", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_39", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.29998779296875, "elevtn_dn": 756.5, "invlev_up": 763.79998779296875, "invlev_dn": 754.0, "manhole_up": "manhole_726_generated", "manhole_dn": "manhole_723_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386070.153564189793542, 5859990.873222404159606 ], [ 1386081.101269942475483, 5860033.01989212166518 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 756.5, "elevtn_dn": 756.5, "invlev_up": 754.0, "invlev_dn": 754.0, "manhole_up": "manhole_723_generated", "manhole_dn": "manhole_727_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386081.101269942475483, 5860033.01989212166518 ], [ 1386095.159510504920036, 5860079.476792480796576 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 756.5, "elevtn_dn": 720.29998779296875, "invlev_up": 754.0, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_727_generated", "manhole_dn": "manhole_728_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386095.159510504920036, 5860079.476792480796576 ], [ 1386119.249574675457552, 5860122.285581497475505 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 720.29998779296875, "elevtn_dn": 720.29998779296875, "invlev_up": 717.79998779296875, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_728_generated", "manhole_dn": "manhole_729_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386119.249574675457552, 5860122.285581497475505 ], [ 1386143.813145637512207, 5860164.822058788500726 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 720.29998779296875, "elevtn_dn": 732.5, "invlev_up": 717.79998779296875, "invlev_dn": 730.0, "manhole_up": "manhole_729_generated", "manhole_dn": "manhole_730_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386143.813145637512207, 5860164.822058788500726 ], [ 1386168.698389830067754, 5860207.173543182201684 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.5, "elevtn_dn": 732.5, "invlev_up": 730.0, "invlev_dn": 730.0, "manhole_up": "manhole_730_generated", "manhole_dn": "manhole_731_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386168.698389830067754, 5860207.173543182201684 ], [ 1386190.960878706537187, 5860250.914158629253507 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.5, "elevtn_dn": 720.29998779296875, "invlev_up": 730.0, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_731_generated", "manhole_dn": "manhole_732_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386190.960878706537187, 5860250.914158629253507 ], [ 1386212.013376480899751, 5860295.295640649273992 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 720.29998779296875, "elevtn_dn": 729.10003662109375, "invlev_up": 717.79998779296875, "invlev_dn": 726.60003662109375, "manhole_up": "manhole_732_generated", "manhole_dn": "manhole_733_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386212.013376480899751, 5860295.295640649273992 ], [ 1386233.065874255495146, 5860339.677122670225799 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 729.10003662109375, "elevtn_dn": 729.10003662109375, "invlev_up": 726.60003662109375, "invlev_dn": 726.60003662109375, "manhole_up": "manhole_733_generated", "manhole_dn": "manhole_734_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386233.065874255495146, 5860339.677122670225799 ], [ 1386254.118372030090541, 5860384.058604690246284 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 729.10003662109375, "elevtn_dn": 729.10003662109375, "invlev_up": 726.60003662109375, "invlev_dn": 726.60003662109375, "manhole_up": "manhole_734_generated", "manhole_dn": "manhole_735_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386254.118372030090541, 5860384.058604690246284 ], [ 1386270.265550139825791, 5860430.368606903590262 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 729.10003662109375, "elevtn_dn": 746.10003662109375, "invlev_up": 726.60003662109375, "invlev_dn": 743.60003662109375, "manhole_up": "manhole_735_generated", "manhole_dn": "manhole_736_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386270.265550139825791, 5860430.368606903590262 ], [ 1386284.690116602927446, 5860477.310510716401041 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 746.10003662109375, "elevtn_dn": 746.10003662109375, "invlev_up": 743.60003662109375, "invlev_dn": 743.60003662109375, "manhole_up": "manhole_736_generated", "manhole_dn": "manhole_737_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386284.690116602927446, 5860477.310510716401041 ], [ 1386295.943752367515117, 5860525.125563691370189 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E11", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 746.10003662109375, "elevtn_dn": 720.29998779296875, "invlev_up": 743.60003662109375, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_737_generated", "manhole_dn": "manhole_738_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386295.943752367515117, 5860525.125563691370189 ], [ 1386307.197388132335618, 5860572.940616665408015 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E12", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 720.29998779296875, "elevtn_dn": 720.29998779296875, "invlev_up": 717.79998779296875, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_738_generated", "manhole_dn": "manhole_739_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386307.197388132335618, 5860572.940616665408015 ], [ 1386318.451023896923289, 5860620.755669640377164 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E13", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 720.29998779296875, "elevtn_dn": 720.29998779296875, "invlev_up": 717.79998779296875, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_739_generated", "manhole_dn": "manhole_740_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386318.451023896923289, 5860620.755669640377164 ], [ 1386329.704659661510959, 5860668.57072261441499 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E14", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 720.29998779296875, "elevtn_dn": 737.60003662109375, "invlev_up": 717.79998779296875, "invlev_dn": 735.10003662109375, "manhole_up": "manhole_740_generated", "manhole_dn": "manhole_741_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386329.704659661510959, 5860668.57072261441499 ], [ 1386340.95829542633146, 5860716.385775589384139 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E15", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 737.60003662109375, "elevtn_dn": 737.60003662109375, "invlev_up": 735.10003662109375, "invlev_dn": 735.10003662109375, "manhole_up": "manhole_741_generated", "manhole_dn": "manhole_742_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386340.95829542633146, 5860716.385775589384139 ], [ 1386352.211931190919131, 5860764.200828563421965 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E16", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 737.60003662109375, "elevtn_dn": 737.60003662109375, "invlev_up": 735.10003662109375, "invlev_dn": 735.10003662109375, "manhole_up": "manhole_742_generated", "manhole_dn": "manhole_743_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386352.211931190919131, 5860764.200828563421965 ], [ 1386365.771370212780312, 5860811.365820310078561 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E17", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 737.60003662109375, "elevtn_dn": 744.5, "invlev_up": 735.10003662109375, "invlev_dn": 742.0, "manhole_up": "manhole_743_generated", "manhole_dn": "manhole_744_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386365.771370212780312, 5860811.365820310078561 ], [ 1386381.150273493025452, 5860858.017861452884972 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E18", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 744.5, "elevtn_dn": 724.29998779296875, "invlev_up": 742.0, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_744_generated", "manhole_dn": "manhole_745_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386381.150273493025452, 5860858.017861452884972 ], [ 1386398.399082327727228, 5860903.951519219204783 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E19", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_745_generated", "manhole_dn": "manhole_746_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386398.399082327727228, 5860903.951519219204783 ], [ 1386418.211523674428463, 5860948.90027645137161 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E20", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_746_generated", "manhole_dn": "manhole_747_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386418.211523674428463, 5860948.90027645137161 ], [ 1386441.67837643600069, 5860992.033180211670697 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E21", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_747_generated", "manhole_dn": "manhole_748_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386441.67837643600069, 5860992.033180211670697 ], [ 1386465.536530936835334, 5861034.971648660488427 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E22", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.9000244140625, "invlev_up": 721.79998779296875, "invlev_dn": 722.4000244140625, "manhole_up": "manhole_748_generated", "manhole_dn": "manhole_749_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386465.536530936835334, 5861034.971648660488427 ], [ 1386489.394685437437147, 5861077.910117109306157 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E23", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.9000244140625, "elevtn_dn": 724.29998779296875, "invlev_up": 722.4000244140625, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_749_generated", "manhole_dn": "manhole_750_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386489.394685437437147, 5861077.910117109306157 ], [ 1386513.252839938271791, 5861120.848585557192564 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E24", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_750_generated", "manhole_dn": "manhole_751_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386513.252839938271791, 5861120.848585557192564 ], [ 1386537.110994438873604, 5861163.787054006010294 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E25", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_751_generated", "manhole_dn": "manhole_752_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386537.110994438873604, 5861163.787054006010294 ], [ 1386560.969148939708248, 5861206.725522454828024 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E26", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_752_generated", "manhole_dn": "manhole_753_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386560.969148939708248, 5861206.725522454828024 ], [ 1386584.827303440310061, 5861249.663990902714431 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E27", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_753_generated", "manhole_dn": "manhole_754_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386584.827303440310061, 5861249.663990902714431 ], [ 1386607.696082097478211, 5861293.105181481689215 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E28", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_754_generated", "manhole_dn": "manhole_755_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386607.696082097478211, 5861293.105181481689215 ], [ 1386626.999141034670174, 5861338.164890616200864 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E29", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 732.4000244140625, "invlev_up": 721.79998779296875, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_755_generated", "manhole_dn": "manhole_756_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386626.999141034670174, 5861338.164890616200864 ], [ 1386632.635544582502916, 5861386.242180755361915 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E30", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.4000244140625, "elevtn_dn": 732.4000244140625, "invlev_up": 729.9000244140625, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_756_generated", "manhole_dn": "manhole_757_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386632.635544582502916, 5861386.242180755361915 ], [ 1386628.332881111185998, 5861435.174896763637662 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E31", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.4000244140625, "elevtn_dn": 732.4000244140625, "invlev_up": 729.9000244140625, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_757_generated", "manhole_dn": "manhole_758_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386628.332881111185998, 5861435.174896763637662 ], [ 1386624.030217639869079, 5861484.107612771913409 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E32", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.4000244140625, "elevtn_dn": 758.79998779296875, "invlev_up": 729.9000244140625, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_758_generated", "manhole_dn": "manhole_759_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386624.030217639869079, 5861484.107612771913409 ], [ 1386619.72755416855216, 5861533.040328779257834 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E33", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.79998779296875, "elevtn_dn": 758.79998779296875, "invlev_up": 756.29998779296875, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_759_generated", "manhole_dn": "manhole_760_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386619.72755416855216, 5861533.040328779257834 ], [ 1386620.396809899713844, 5861581.843449912965298 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E34", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.79998779296875, "elevtn_dn": 758.79998779296875, "invlev_up": 756.29998779296875, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_760_generated", "manhole_dn": "manhole_761_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386620.396809899713844, 5861581.843449912965298 ], [ 1386627.242796876933426, 5861630.485572309233248 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E35", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.79998779296875, "elevtn_dn": 777.9000244140625, "invlev_up": 756.29998779296875, "invlev_dn": 775.4000244140625, "manhole_up": "manhole_761_generated", "manhole_dn": "manhole_762_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386627.242796876933426, 5861630.485572309233248 ], [ 1386633.497009602142498, 5861679.177458625286818 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E36", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.9000244140625, "elevtn_dn": 777.9000244140625, "invlev_up": 775.4000244140625, "invlev_dn": 775.4000244140625, "manhole_up": "manhole_762_generated", "manhole_dn": "manhole_763_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386633.497009602142498, 5861679.177458625286818 ], [ 1386633.587326586712152, 5861728.232037586160004 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E37", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.9000244140625, "elevtn_dn": 777.9000244140625, "invlev_up": 775.4000244140625, "invlev_dn": 775.4000244140625, "manhole_up": "manhole_763_generated", "manhole_dn": "manhole_764_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386633.587326586712152, 5861728.232037586160004 ], [ 1386628.569951781770214, 5861777.096641942858696 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E38", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.9000244140625, "elevtn_dn": 787.0, "invlev_up": 775.4000244140625, "invlev_dn": 784.5, "manhole_up": "manhole_764_generated", "manhole_dn": "manhole_765_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386628.569951781770214, 5861777.096641942858696 ], [ 1386623.552576976828277, 5861825.961246299557388 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 787.0, "elevtn_dn": 787.0, "invlev_up": 784.5, "invlev_dn": 784.5, "manhole_up": "manhole_765_generated", "manhole_dn": "manhole_766_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386623.552576976828277, 5861825.961246299557388 ], [ 1386622.452884682221338, 5861875.377415779046714 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 787.0, "elevtn_dn": 768.0, "invlev_up": 784.5, "invlev_dn": 765.5, "manhole_up": "manhole_766_generated", "manhole_dn": "manhole_767_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386622.452884682221338, 5861875.377415779046714 ], [ 1386630.050831846194342, 5861924.208797036670148 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 768.0, "elevtn_dn": 768.0, "invlev_up": 765.5, "invlev_dn": 765.5, "manhole_up": "manhole_767_generated", "manhole_dn": "manhole_768_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386630.050831846194342, 5861924.208797036670148 ], [ 1386645.112437101313844, 5861971.295391816645861 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 768.0, "elevtn_dn": 768.0, "invlev_up": 765.5, "invlev_dn": 765.5, "manhole_up": "manhole_768_generated", "manhole_dn": "manhole_769_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386645.112437101313844, 5861971.295391816645861 ], [ 1386663.826805545249954, 5862017.116109635680914 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 768.0, "elevtn_dn": 729.0, "invlev_up": 765.5, "invlev_dn": 726.5, "manhole_up": "manhole_769_generated", "manhole_dn": "manhole_770_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386663.826805545249954, 5862017.116109635680914 ], [ 1386682.541173989186063, 5862062.93682745564729 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 729.0, "elevtn_dn": 729.0, "invlev_up": 726.5, "invlev_dn": 726.5, "manhole_up": "manhole_770_generated", "manhole_dn": "manhole_771_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386682.541173989186063, 5862062.93682745564729 ], [ 1386700.357504795538262, 5862109.113540357910097 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 729.0, "elevtn_dn": 729.0, "invlev_up": 726.5, "invlev_dn": 726.5, "manhole_up": "manhole_771_generated", "manhole_dn": "manhole_772_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386700.357504795538262, 5862109.113540357910097 ], [ 1386718.120609947945923, 5862155.311352676711977 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 729.0, "elevtn_dn": 724.29998779296875, "invlev_up": 726.5, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_772_generated", "manhole_dn": "manhole_773_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386718.120609947945923, 5862155.311352676711977 ], [ 1386735.883715100120753, 5862201.509164996445179 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_773_generated", "manhole_dn": "manhole_774_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386735.883715100120753, 5862201.509164996445179 ], [ 1386757.522535112220794, 5862245.993861058726907 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_774_generated", "manhole_dn": "manhole_775_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386757.522535112220794, 5862245.993861058726907 ], [ 1386779.73098383564502, 5862290.226773838512599 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_775_generated", "manhole_dn": "manhole_776_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386779.73098383564502, 5862290.226773838512599 ], [ 1386802.545179207576439, 5862334.095372994430363 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E11", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_776_generated", "manhole_dn": "manhole_777_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386802.545179207576439, 5862334.095372994430363 ], [ 1386831.207993831252679, 5862374.446442689746618 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E12", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 737.70001220703125, "invlev_up": 721.79998779296875, "invlev_dn": 735.20001220703125, "manhole_up": "manhole_777_generated", "manhole_dn": "manhole_778_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386831.207993831252679, 5862374.446442689746618 ], [ 1386859.988485741894692, 5862414.708453865721822 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E13", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 737.70001220703125, "elevtn_dn": 737.70001220703125, "invlev_up": 735.20001220703125, "invlev_dn": 735.20001220703125, "manhole_up": "manhole_778_generated", "manhole_dn": "manhole_779_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386859.988485741894692, 5862414.708453865721822 ], [ 1386891.035651177866384, 5862453.255039785988629 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E14", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 737.70001220703125, "elevtn_dn": 743.9000244140625, "invlev_up": 735.20001220703125, "invlev_dn": 741.4000244140625, "manhole_up": "manhole_779_generated", "manhole_dn": "manhole_780_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386891.035651177866384, 5862453.255039785988629 ], [ 1386922.082816614070907, 5862491.801625707186759 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E15", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 743.9000244140625, "elevtn_dn": 756.0, "invlev_up": 741.4000244140625, "invlev_dn": 753.5, "manhole_up": "manhole_780_generated", "manhole_dn": "manhole_781_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386922.082816614070907, 5862491.801625707186759 ], [ 1386953.12998205027543, 5862530.348211627453566 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E16", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 756.0, "elevtn_dn": 756.0, "invlev_up": 753.5, "invlev_dn": 753.5, "manhole_up": "manhole_781_generated", "manhole_dn": "manhole_782_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386953.12998205027543, 5862530.348211627453566 ], [ 1386984.177147486479953, 5862568.894797547720373 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E17", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 756.0, "elevtn_dn": 761.4000244140625, "invlev_up": 753.5, "invlev_dn": 758.9000244140625, "manhole_up": "manhole_782_generated", "manhole_dn": "manhole_783_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386984.177147486479953, 5862568.894797547720373 ], [ 1387010.83190148579888, 5862610.297833287157118 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E18", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 761.4000244140625, "elevtn_dn": 761.4000244140625, "invlev_up": 758.9000244140625, "invlev_dn": 758.9000244140625, "manhole_up": "manhole_783_generated", "manhole_dn": "manhole_784_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387010.83190148579888, 5862610.297833287157118 ], [ 1387033.474099110113457, 5862654.310293504968286 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E19", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 761.4000244140625, "elevtn_dn": 770.5, "invlev_up": 758.9000244140625, "invlev_dn": 768.0, "manhole_up": "manhole_784_generated", "manhole_dn": "manhole_785_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387033.474099110113457, 5862654.310293504968286 ], [ 1387056.116296734428033, 5862698.322753723710775 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E20", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 770.5, "elevtn_dn": 765.29998779296875, "invlev_up": 768.0, "invlev_dn": 762.79998779296875, "manhole_up": "manhole_785_generated", "manhole_dn": "manhole_786_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387056.116296734428033, 5862698.322753723710775 ], [ 1387078.75849435874261, 5862742.335213942453265 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E21", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 765.29998779296875, "elevtn_dn": 765.29998779296875, "invlev_up": 762.79998779296875, "invlev_dn": 762.79998779296875, "manhole_up": "manhole_786_generated", "manhole_dn": "manhole_787_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387078.75849435874261, 5862742.335213942453265 ], [ 1387101.400691983057186, 5862786.347674161195755 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E22", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 765.29998779296875, "elevtn_dn": 765.29998779296875, "invlev_up": 762.79998779296875, "invlev_dn": 762.79998779296875, "manhole_up": "manhole_787_generated", "manhole_dn": "manhole_788_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387101.400691983057186, 5862786.347674161195755 ], [ 1387124.783531384309754, 5862829.966971693560481 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E23", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 765.29998779296875, "elevtn_dn": 764.20001220703125, "invlev_up": 762.79998779296875, "invlev_dn": 761.70001220703125, "manhole_up": "manhole_788_generated", "manhole_dn": "manhole_789_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387124.783531384309754, 5862829.966971693560481 ], [ 1387148.551342260092497, 5862873.381910757161677 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E24", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 764.20001220703125, "elevtn_dn": 764.20001220703125, "invlev_up": 761.70001220703125, "invlev_dn": 761.70001220703125, "manhole_up": "manhole_789_generated", "manhole_dn": "manhole_790_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387148.551342260092497, 5862873.381910757161677 ], [ 1387176.029596295906231, 5862914.516764627769589 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E25", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 764.20001220703125, "elevtn_dn": 764.20001220703125, "invlev_up": 761.70001220703125, "invlev_dn": 761.70001220703125, "manhole_up": "manhole_790_generated", "manhole_dn": "manhole_791_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387176.029596295906231, 5862914.516764627769589 ], [ 1387204.050833505578339, 5862955.315435893833637 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E26", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 764.20001220703125, "elevtn_dn": 769.20001220703125, "invlev_up": 761.70001220703125, "invlev_dn": 766.70001220703125, "manhole_up": "manhole_791_generated", "manhole_dn": "manhole_792_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387204.050833505578339, 5862955.315435893833637 ], [ 1387233.152246462181211, 5862995.351338926702738 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E27", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 769.20001220703125, "elevtn_dn": 772.70001220703125, "invlev_up": 766.70001220703125, "invlev_dn": 770.20001220703125, "manhole_up": "manhole_792_generated", "manhole_dn": "manhole_793_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387233.152246462181211, 5862995.351338926702738 ], [ 1387262.253659419016913, 5863035.387241959571838 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E28", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 772.70001220703125, "elevtn_dn": 772.70001220703125, "invlev_up": 770.20001220703125, "invlev_dn": 770.20001220703125, "manhole_up": "manhole_793_generated", "manhole_dn": "manhole_794_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387262.253659419016913, 5863035.387241959571838 ], [ 1387289.177211825968698, 5863076.714860137552023 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E29", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 772.70001220703125, "elevtn_dn": 772.70001220703125, "invlev_up": 770.20001220703125, "invlev_dn": 770.20001220703125, "manhole_up": "manhole_794_generated", "manhole_dn": "manhole_795_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387289.177211825968698, 5863076.714860137552023 ], [ 1387304.666786204557866, 5863123.392671256326139 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E30", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 772.70001220703125, "elevtn_dn": 762.0, "invlev_up": 770.20001220703125, "invlev_dn": 759.5, "manhole_up": "manhole_795_generated", "manhole_dn": "manhole_796_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387304.666786204557866, 5863123.392671256326139 ], [ 1387314.520281337434426, 5863171.895173518918455 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E31", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 777.10003662109375, "invlev_up": 759.5, "invlev_dn": 774.60003662109375, "manhole_up": "manhole_796_generated", "manhole_dn": "manhole_797_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387314.520281337434426, 5863171.895173518918455 ], [ 1387324.142220750683919, 5863220.446013364940882 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E32", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.10003662109375, "elevtn_dn": 780.4000244140625, "invlev_up": 774.60003662109375, "invlev_dn": 777.9000244140625, "manhole_up": "manhole_797_generated", "manhole_dn": "manhole_798_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387324.142220750683919, 5863220.446013364940882 ], [ 1387333.764160163700581, 5863268.996853210031986 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E33", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.4000244140625, "elevtn_dn": 780.4000244140625, "invlev_up": 777.9000244140625, "invlev_dn": 777.9000244140625, "manhole_up": "manhole_798_generated", "manhole_dn": "manhole_799_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387333.764160163700581, 5863268.996853210031986 ], [ 1387343.386099576717243, 5863317.547693055123091 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E34", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.4000244140625, "elevtn_dn": 780.4000244140625, "invlev_up": 777.9000244140625, "invlev_dn": 777.9000244140625, "manhole_up": "manhole_799_generated", "manhole_dn": "manhole_800_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387343.386099576717243, 5863317.547693055123091 ], [ 1387353.008038989733905, 5863366.098532900214195 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E35", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.4000244140625, "elevtn_dn": 762.0, "invlev_up": 777.9000244140625, "invlev_dn": 759.5, "manhole_up": "manhole_800_generated", "manhole_dn": "manhole_801_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387353.008038989733905, 5863366.098532900214195 ], [ 1387364.066297837067395, 5863414.311534740030766 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E36", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_801_generated", "manhole_dn": "manhole_802_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387364.066297837067395, 5863414.311534740030766 ], [ 1387381.839409928303212, 5863460.427046488039196 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E37", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_802_generated", "manhole_dn": "manhole_803_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387381.839409928303212, 5863460.427046488039196 ], [ 1387403.429578960640356, 5863504.96100580971688 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E38", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_803_generated", "manhole_dn": "manhole_804_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387403.429578960640356, 5863504.96100580971688 ], [ 1387425.140452897874638, 5863549.440256260335445 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E39", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_804_generated", "manhole_dn": "manhole_805_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387425.140452897874638, 5863549.440256260335445 ], [ 1387446.851326835108921, 5863593.91950671095401 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E40", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_805_generated", "manhole_dn": "manhole_806_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387446.851326835108921, 5863593.91950671095401 ], [ 1387467.528695637593046, 5863638.888379830867052 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E41", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 774.5, "invlev_up": 759.5, "invlev_dn": 772.0, "manhole_up": "manhole_806_generated", "manhole_dn": "manhole_807_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387467.528695637593046, 5863638.888379830867052 ], [ 1387488.196078018052503, 5863683.861984014511108 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E42", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 774.5, "elevtn_dn": 762.0, "invlev_up": 772.0, "invlev_dn": 759.5, "manhole_up": "manhole_807_generated", "manhole_dn": "manhole_808_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387488.196078018052503, 5863683.861984014511108 ], [ 1387508.863468252588063, 5863728.835584589280188 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E43", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_808_generated", "manhole_dn": "manhole_809_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387508.863468252588063, 5863728.835584589280188 ], [ 1387529.53130904212594, 5863773.808978110551834 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E44", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_809_generated", "manhole_dn": "manhole_810_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387529.53130904212594, 5863773.808978110551834 ], [ 1387553.168002701364458, 5863817.17347530182451 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E45", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_810_generated", "manhole_dn": "manhole_811_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387553.168002701364458, 5863817.17347530182451 ], [ 1387579.562712850514799, 5863859.043333718553185 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E46", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 777.0, "invlev_up": 759.5, "invlev_dn": 774.5, "manhole_up": "manhole_811_generated", "manhole_dn": "manhole_812_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387579.562712850514799, 5863859.043333718553185 ], [ 1387605.957422999665141, 5863900.913192136213183 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E47", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.0, "elevtn_dn": 762.0, "invlev_up": 774.5, "invlev_dn": 759.5, "manhole_up": "manhole_812_generated", "manhole_dn": "manhole_813_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387605.957422999665141, 5863900.913192136213183 ], [ 1387632.352133149048313, 5863942.783050553873181 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E48", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_813_generated", "manhole_dn": "manhole_814_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387632.352133149048313, 5863942.783050553873181 ], [ 1387658.746843298198655, 5863984.652908970601857 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E49", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_814_generated", "manhole_dn": "manhole_815_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387658.746843298198655, 5863984.652908970601857 ], [ 1387685.893106181640178, 5864026.029537551105022 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E50", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_815_generated", "manhole_dn": "manhole_816_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387685.893106181640178, 5864026.029537551105022 ], [ 1387711.231136992340907, 5864068.42725711222738 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E51", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_816_generated", "manhole_dn": "manhole_817_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387711.231136992340907, 5864068.42725711222738 ], [ 1387731.020947323646396, 5864113.414904261007905 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E52", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_817_generated", "manhole_dn": "manhole_818_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387731.020947323646396, 5864113.414904261007905 ], [ 1387737.361907477490604, 5864162.342261835932732 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E53", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_818_generated", "manhole_dn": "manhole_819_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387737.361907477490604, 5864162.342261835932732 ], [ 1387732.727565656881779, 5864211.475179814733565 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E54", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_819_generated", "manhole_dn": "manhole_820_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387732.727565656881779, 5864211.475179814733565 ], [ 1387717.67884943424724, 5864258.627082298509777 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E55", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_820_generated", "manhole_dn": "manhole_821_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387717.67884943424724, 5864258.627082298509777 ], [ 1387709.67210421175696, 5864307.23127611912787 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E56", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 768.0, "invlev_up": 759.5, "invlev_dn": 765.5, "manhole_up": "manhole_821_generated", "manhole_dn": "manhole_822_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387709.67210421175696, 5864307.23127611912787 ], [ 1387707.11288084089756, 5864356.66017600055784 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E57", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 768.0, "elevtn_dn": 768.0, "invlev_up": 765.5, "invlev_dn": 765.5, "manhole_up": "manhole_822_generated", "manhole_dn": "manhole_823_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387707.11288084089756, 5864356.66017600055784 ], [ 1387709.591797993984073, 5864406.012949175201356 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E58", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 768.0, "elevtn_dn": 768.0, "invlev_up": 765.5, "invlev_dn": 765.5, "manhole_up": "manhole_823_generated", "manhole_dn": "manhole_824_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387709.591797993984073, 5864406.012949175201356 ], [ 1387713.643261310644448, 5864455.341961052268744 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E59", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 768.0, "elevtn_dn": 777.20001220703125, "invlev_up": 765.5, "invlev_dn": 774.70001220703125, "manhole_up": "manhole_824_generated", "manhole_dn": "manhole_825_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387713.643261310644448, 5864455.341961052268744 ], [ 1387715.877521668095142, 5864504.642317942343652 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E60", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.20001220703125, "elevtn_dn": 777.20001220703125, "invlev_up": 774.70001220703125, "invlev_dn": 774.70001220703125, "manhole_up": "manhole_825_generated", "manhole_dn": "manhole_826_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387715.877521668095142, 5864504.642317942343652 ], [ 1387708.68023270717822, 5864553.426558391191065 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E61", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.20001220703125, "elevtn_dn": 777.20001220703125, "invlev_up": 774.70001220703125, "invlev_dn": 774.70001220703125, "manhole_up": "manhole_826_generated", "manhole_dn": "manhole_827_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387708.68023270717822, 5864553.426558391191065 ], [ 1387690.790250770282, 5864599.575386263430119 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E62", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.20001220703125, "elevtn_dn": 810.60003662109375, "invlev_up": 774.70001220703125, "invlev_dn": 808.10003662109375, "manhole_up": "manhole_827_generated", "manhole_dn": "manhole_828_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387690.790250770282, 5864599.575386263430119 ], [ 1387672.900268833618611, 5864645.724214136600494 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E63", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 810.60003662109375, "elevtn_dn": 810.60003662109375, "invlev_up": 808.10003662109375, "invlev_dn": 808.10003662109375, "manhole_up": "manhole_828_generated", "manhole_dn": "manhole_829_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387672.900268833618611, 5864645.724214136600494 ], [ 1387659.931900478899479, 5864692.98388583958149 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E64", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 810.60003662109375, "elevtn_dn": 810.60003662109375, "invlev_up": 808.10003662109375, "invlev_dn": 808.10003662109375, "manhole_up": "manhole_829_generated", "manhole_dn": "manhole_830_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387659.931900478899479, 5864692.98388583958149 ], [ 1387659.223570322152227, 5864742.029465307481587 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E65", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 810.60003662109375, "elevtn_dn": 809.60003662109375, "invlev_up": 808.10003662109375, "invlev_dn": 807.10003662109375, "manhole_up": "manhole_830_generated", "manhole_dn": "manhole_831_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387659.223570322152227, 5864742.029465307481587 ], [ 1387675.926896508783102, 5864788.273513910360634 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E66", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.60003662109375, "elevtn_dn": 774.10003662109375, "invlev_up": 807.10003662109375, "invlev_dn": 771.60003662109375, "manhole_up": "manhole_831_generated", "manhole_dn": "manhole_832_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387675.926896508783102, 5864788.273513910360634 ], [ 1387702.296291569946334, 5864830.159320239908993 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E67", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 774.10003662109375, "elevtn_dn": 774.10003662109375, "invlev_up": 771.60003662109375, "invlev_dn": 771.60003662109375, "manhole_up": "manhole_832_generated", "manhole_dn": "manhole_833_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387702.296291569946334, 5864830.159320239908993 ], [ 1387728.665686630876735, 5864872.045126569457352 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E68", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 774.10003662109375, "elevtn_dn": 782.5, "invlev_up": 771.60003662109375, "invlev_dn": 780.0, "manhole_up": "manhole_833_generated", "manhole_dn": "manhole_834_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387728.665686630876735, 5864872.045126569457352 ], [ 1387751.608185108983889, 5864915.528788692317903 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E69", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 782.5, "elevtn_dn": 782.5, "invlev_up": 780.0, "invlev_dn": 780.0, "manhole_up": "manhole_834_generated", "manhole_dn": "manhole_835_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387751.608185108983889, 5864915.528788692317903 ], [ 1387766.741664502769709, 5864962.653554677963257 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E70", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 782.5, "elevtn_dn": 782.5, "invlev_up": 780.0, "invlev_dn": 780.0, "manhole_up": "manhole_835_generated", "manhole_dn": "manhole_836_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387766.741664502769709, 5864962.653554677963257 ], [ 1387778.99191950308159, 5865010.246724016033113 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E71", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 782.5, "elevtn_dn": 820.20001220703125, "invlev_up": 780.0, "invlev_dn": 817.70001220703125, "manhole_up": "manhole_836_generated", "manhole_dn": "manhole_837_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387778.99191950308159, 5865010.246724016033113 ], [ 1387779.554608268430457, 5865059.738633952103555 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E72", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 820.20001220703125, "elevtn_dn": 820.20001220703125, "invlev_up": 817.70001220703125, "invlev_dn": 817.70001220703125, "manhole_up": "manhole_837_generated", "manhole_dn": "manhole_838_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387779.554608268430457, 5865059.738633952103555 ], [ 1387780.117297033779323, 5865109.230543887242675 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E73", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 820.20001220703125, "elevtn_dn": 834.60003662109375, "invlev_up": 817.70001220703125, "invlev_dn": 832.10003662109375, "manhole_up": "manhole_838_generated", "manhole_dn": "manhole_839_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387780.117297033779323, 5865109.230543887242675 ], [ 1387782.917817069217563, 5865158.566991245374084 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E74", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 834.60003662109375, "elevtn_dn": 809.60003662109375, "invlev_up": 832.10003662109375, "invlev_dn": 807.10003662109375, "manhole_up": "manhole_839_generated", "manhole_dn": "manhole_840_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387782.917817069217563, 5865158.566991245374084 ], [ 1387789.203931836877018, 5865207.661293652839959 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E75", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.60003662109375, "elevtn_dn": 809.60003662109375, "invlev_up": 807.10003662109375, "invlev_dn": 807.10003662109375, "manhole_up": "manhole_840_generated", "manhole_dn": "manhole_841_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387789.203931836877018, 5865207.661293652839959 ], [ 1387795.490046604769304, 5865256.755596060305834 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E76", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.60003662109375, "elevtn_dn": 811.60003662109375, "invlev_up": 807.10003662109375, "invlev_dn": 809.10003662109375, "manhole_up": "manhole_841_generated", "manhole_dn": "manhole_842_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387795.490046604769304, 5865256.755596060305834 ], [ 1387804.549934879876673, 5865305.332479531876743 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E77", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 811.60003662109375, "elevtn_dn": 811.60003662109375, "invlev_up": 809.10003662109375, "invlev_dn": 809.10003662109375, "manhole_up": "manhole_842_generated", "manhole_dn": "manhole_843_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387804.549934879876673, 5865305.332479531876743 ], [ 1387816.386747075244784, 5865353.391356389038265 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E78", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 811.60003662109375, "elevtn_dn": 811.60003662109375, "invlev_up": 809.10003662109375, "invlev_dn": 809.10003662109375, "manhole_up": "manhole_843_generated", "manhole_dn": "manhole_844_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387816.386747075244784, 5865353.391356389038265 ], [ 1387828.223559270845726, 5865401.450233246199787 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E79", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 811.60003662109375, "elevtn_dn": 802.5, "invlev_up": 809.10003662109375, "invlev_dn": 800.0, "manhole_up": "manhole_844_generated", "manhole_dn": "manhole_845_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387828.223559270845726, 5865401.450233246199787 ], [ 1387842.96627543354407, 5865448.679594250395894 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E80", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 802.5, "elevtn_dn": 802.5, "invlev_up": 800.0, "invlev_dn": 800.0, "manhole_up": "manhole_845_generated", "manhole_dn": "manhole_846_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387842.96627543354407, 5865448.679594250395894 ], [ 1387858.283513206522912, 5865495.744953005574644 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E81", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 802.5, "elevtn_dn": 802.5, "invlev_up": 800.0, "invlev_dn": 800.0, "manhole_up": "manhole_846_generated", "manhole_dn": "manhole_847_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387858.283513206522912, 5865495.744953005574644 ], [ 1387872.788357679266483, 5865543.026506381109357 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E82", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 802.5, "elevtn_dn": 778.20001220703125, "invlev_up": 800.0, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_847_generated", "manhole_dn": "manhole_848_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387872.788357679266483, 5865543.026506381109357 ], [ 1387882.890574953285977, 5865591.479689701460302 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E83", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.20001220703125, "elevtn_dn": 778.20001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_848_generated", "manhole_dn": "manhole_849_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387882.890574953285977, 5865591.479689701460302 ], [ 1387892.992792227305472, 5865639.932873022742569 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E84", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.20001220703125, "elevtn_dn": 778.20001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_849_generated", "manhole_dn": "manhole_850_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387892.992792227305472, 5865639.932873022742569 ], [ 1387903.095009501324967, 5865688.386056343093514 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E85", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.20001220703125, "elevtn_dn": 794.70001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 792.20001220703125, "manhole_up": "manhole_850_generated", "manhole_dn": "manhole_851_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387903.095009501324967, 5865688.386056343093514 ], [ 1387913.197226775344461, 5865736.839239663444459 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 830.9000244140625, "elevtn_dn": 830.9000244140625, "invlev_up": 828.4000244140625, "invlev_dn": 828.4000244140625, "manhole_up": "manhole_852_generated", "manhole_dn": "manhole_853_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387767.438602478476241, 5866395.894650792703032 ], [ 1387758.181959156645462, 5866444.388786932453513 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 830.9000244140625, "elevtn_dn": 830.9000244140625, "invlev_up": 828.4000244140625, "invlev_dn": 828.4000244140625, "manhole_up": "manhole_853_generated", "manhole_dn": "manhole_854_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387758.181959156645462, 5866444.388786932453513 ], [ 1387748.925315835047513, 5866492.882923071272671 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 830.9000244140625, "elevtn_dn": 816.5, "invlev_up": 828.4000244140625, "invlev_dn": 814.0, "manhole_up": "manhole_854_generated", "manhole_dn": "manhole_855_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387748.925315835047513, 5866492.882923071272671 ], [ 1387739.668672513216734, 5866541.377059211023152 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.5, "elevtn_dn": 816.5, "invlev_up": 814.0, "invlev_dn": 814.0, "manhole_up": "manhole_855_generated", "manhole_dn": "manhole_856_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387739.668672513216734, 5866541.377059211023152 ], [ 1387730.412029191618785, 5866589.87119534984231 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.5, "elevtn_dn": 816.10003662109375, "invlev_up": 814.0, "invlev_dn": 813.60003662109375, "manhole_up": "manhole_856_generated", "manhole_dn": "manhole_857_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387730.412029191618785, 5866589.87119534984231 ], [ 1387721.155385869788006, 5866638.365331489592791 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.10003662109375, "elevtn_dn": 816.10003662109375, "invlev_up": 813.60003662109375, "invlev_dn": 813.60003662109375, "manhole_up": "manhole_857_generated", "manhole_dn": "manhole_858_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387721.155385869788006, 5866638.365331489592791 ], [ 1387711.868742506252602, 5866686.853722332976758 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.10003662109375, "elevtn_dn": 816.10003662109375, "invlev_up": 813.60003662109375, "invlev_dn": 813.60003662109375, "manhole_up": "manhole_858_generated", "manhole_dn": "manhole_859_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387711.868742506252602, 5866686.853722332976758 ], [ 1387702.553355348296463, 5866735.336608462966979 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.10003662109375, "elevtn_dn": 802.4000244140625, "invlev_up": 813.60003662109375, "invlev_dn": 799.9000244140625, "manhole_up": "manhole_859_generated", "manhole_dn": "manhole_860_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387702.553355348296463, 5866735.336608462966979 ], [ 1387692.161796326050535, 5866783.420620376244187 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_43_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_43", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_43", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_861_generated", "manhole_dn": "manhole_862_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387809.534624515566975, 5866309.639251782558858 ], [ 1387788.486613497138023, 5866352.766951287165284 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_43_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_43", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_43", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.20001220703125, "elevtn_dn": 830.9000244140625, "invlev_up": 803.70001220703125, "invlev_dn": 828.4000244140625, "manhole_up": "manhole_862_generated", "manhole_dn": "manhole_852_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387788.486613497138023, 5866352.766951287165284 ], [ 1387767.438602478476241, 5866395.894650792703032 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_44_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 830.9000244140625, "elevtn_dn": 840.10003662109375, "invlev_up": 828.4000244140625, "invlev_dn": 837.60003662109375, "manhole_up": "manhole_852_generated", "manhole_dn": "manhole_863_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387767.438602478476241, 5866395.894650792703032 ], [ 1387774.73306847945787, 5866351.644692087545991 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_44_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 840.10003662109375, "elevtn_dn": 806.20001220703125, "invlev_up": 837.60003662109375, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_863_generated", "manhole_dn": "manhole_864_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387774.73306847945787, 5866351.644692087545991 ], [ 1387787.219046234386042, 5866308.756401930935681 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_44_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_864_generated", "manhole_dn": "manhole_865_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387787.219046234386042, 5866308.756401930935681 ], [ 1387802.581935805035755, 5866266.622689731419086 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_44_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.20001220703125, "elevtn_dn": 827.70001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_865_generated", "manhole_dn": "manhole_866_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387802.581935805035755, 5866266.622689731419086 ], [ 1387818.989883717847988, 5866224.886323318816721 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_44_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.70001220703125, "elevtn_dn": 827.70001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_866_generated", "manhole_dn": "manhole_867_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387818.989883717847988, 5866224.886323318816721 ], [ 1387838.767447788733989, 5866184.784887914545834 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_44_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.70001220703125, "elevtn_dn": 827.70001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_867_generated", "manhole_dn": "manhole_868_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387838.767447788733989, 5866184.784887914545834 ], [ 1387862.375427621416748, 5866146.679679537191987 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_44_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.70001220703125, "elevtn_dn": 803.9000244140625, "invlev_up": 825.20001220703125, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_868_generated", "manhole_dn": "manhole_869_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387862.375427621416748, 5866146.679679537191987 ], [ 1387890.316308293025941, 5866111.904927220195532 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_44_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_869_generated", "manhole_dn": "manhole_870_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387890.316308293025941, 5866111.904927220195532 ], [ 1387932.086585889104754, 5866099.149365295656025 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_45_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_871_generated", "manhole_dn": "manhole_872_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387931.614702571649104, 5866170.542120457626879 ], [ 1387899.497387683717534, 5866203.806988564319909 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_45_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 806.20001220703125, "invlev_up": 801.4000244140625, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_872_generated", "manhole_dn": "manhole_873_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387899.497387683717534, 5866203.806988564319909 ], [ 1387869.509799961000681, 5866239.084409636445343 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_45_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_873_generated", "manhole_dn": "manhole_874_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387869.509799961000681, 5866239.084409636445343 ], [ 1387839.522212238283828, 5866274.361830709502101 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_45_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_874_generated", "manhole_dn": "manhole_861_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387839.522212238283828, 5866274.361830709502101 ], [ 1387809.534624515566975, 5866309.639251782558858 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_46_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_870_generated", "manhole_dn": "manhole_875_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387932.086585889104754, 5866099.149365295656025 ], [ 1387908.367353544337675, 5866141.903963415883482 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_46_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_875_generated", "manhole_dn": "manhole_876_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387908.367353544337675, 5866141.903963415883482 ], [ 1387876.955022902460769, 5866179.987773489207029 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_46_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 827.70001220703125, "invlev_up": 801.4000244140625, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_876_generated", "manhole_dn": "manhole_877_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387876.955022902460769, 5866179.987773489207029 ], [ 1387847.458594153402373, 5866219.470102892257273 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_46_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.70001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_877_generated", "manhole_dn": "manhole_878_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387847.458594153402373, 5866219.470102892257273 ], [ 1387823.639855962945148, 5866262.662997540086508 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_46_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_878_generated", "manhole_dn": "manhole_861_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387823.639855962945148, 5866262.662997540086508 ], [ 1387809.534624515566975, 5866309.639251782558858 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_47_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_879_generated", "manhole_dn": "manhole_880_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.443674022099003, 5865845.093254727311432 ], [ 1387943.318034203490242, 5865887.628139751963317 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_47_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_880_generated", "manhole_dn": "manhole_881_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387943.318034203490242, 5865887.628139751963317 ], [ 1387946.009428307646886, 5865930.175072746351361 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_47_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 816.70001220703125, "invlev_up": 801.9000244140625, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_881_generated", "manhole_dn": "manhole_882_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387946.009428307646886, 5865930.175072746351361 ], [ 1387948.700822412036359, 5865972.722005739808083 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_47_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 814.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_882_generated", "manhole_dn": "manhole_883_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387948.700822412036359, 5865972.722005739808083 ], [ 1387944.872250664513558, 5866015.105105520226061 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_47_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 814.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_883_generated", "manhole_dn": "manhole_884_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387944.872250664513558, 5866015.105105520226061 ], [ 1387940.047370131826028, 5866057.463170127011836 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_47_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.70001220703125, "elevtn_dn": 803.9000244140625, "invlev_up": 814.20001220703125, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_884_generated", "manhole_dn": "manhole_870_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.047370131826028, 5866057.463170127011836 ], [ 1387932.086585889104754, 5866099.149365295656025 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_48_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_48", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_48", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 786.29998779296875, "invlev_up": 801.4000244140625, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_870_generated", "manhole_dn": "manhole_885_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387932.086585889104754, 5866099.149365295656025 ], [ 1387975.279995472636074, 5866107.425722245126963 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E125", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 909.5, "elevtn_dn": 910.4000244140625, "invlev_up": 907.0, "invlev_dn": 907.9000244140625, "manhole_up": "manhole_886_generated", "manhole_dn": "manhole_887_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392926.966794768813998, 5866808.501405037939548 ], [ 1392879.417931769276038, 5866793.491589142940938 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E126", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 910.4000244140625, "elevtn_dn": 910.4000244140625, "invlev_up": 907.9000244140625, "invlev_dn": 907.9000244140625, "manhole_up": "manhole_887_generated", "manhole_dn": "manhole_888_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392879.417931769276038, 5866793.491589142940938 ], [ 1392831.869068769738078, 5866778.481773247942328 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E127", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 910.4000244140625, "elevtn_dn": 865.0, "invlev_up": 907.9000244140625, "invlev_dn": 862.5, "manhole_up": "manhole_888_generated", "manhole_dn": "manhole_889_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392831.869068769738078, 5866778.481773247942328 ], [ 1392784.320205770200118, 5866763.471957352943718 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E128", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 865.0, "elevtn_dn": 865.0, "invlev_up": 862.5, "invlev_dn": 862.5, "manhole_up": "manhole_889_generated", "manhole_dn": "manhole_890_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392784.320205770200118, 5866763.471957352943718 ], [ 1392736.771342770429328, 5866748.462141457945108 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E129", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 865.0, "elevtn_dn": 878.4000244140625, "invlev_up": 862.5, "invlev_dn": 875.9000244140625, "manhole_up": "manhole_890_generated", "manhole_dn": "manhole_891_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392736.771342770429328, 5866748.462141457945108 ], [ 1392689.222479770891368, 5866733.452325562946498 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E130", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 878.4000244140625, "elevtn_dn": 878.4000244140625, "invlev_up": 875.9000244140625, "invlev_dn": 875.9000244140625, "manhole_up": "manhole_891_generated", "manhole_dn": "manhole_892_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392689.222479770891368, 5866733.452325562946498 ], [ 1392641.673616771353409, 5866718.442509667947888 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E131", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 878.4000244140625, "elevtn_dn": 904.9000244140625, "invlev_up": 875.9000244140625, "invlev_dn": 902.4000244140625, "manhole_up": "manhole_892_generated", "manhole_dn": "manhole_893_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392641.673616771353409, 5866718.442509667947888 ], [ 1392594.124753771815449, 5866703.432693773880601 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E132", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 904.9000244140625, "elevtn_dn": 904.9000244140625, "invlev_up": 902.4000244140625, "invlev_dn": 902.4000244140625, "manhole_up": "manhole_893_generated", "manhole_dn": "manhole_894_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392594.124753771815449, 5866703.432693773880601 ], [ 1392546.575890772277489, 5866688.422877878881991 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E133", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 904.9000244140625, "elevtn_dn": 931.5, "invlev_up": 902.4000244140625, "invlev_dn": 929.0, "manhole_up": "manhole_894_generated", "manhole_dn": "manhole_895_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392546.575890772277489, 5866688.422877878881991 ], [ 1392499.02702777273953, 5866673.413061983883381 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E134", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 931.5, "elevtn_dn": 931.5, "invlev_up": 929.0, "invlev_dn": 929.0, "manhole_up": "manhole_895_generated", "manhole_dn": "manhole_896_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392499.02702777273953, 5866673.413061983883381 ], [ 1392451.47816477320157, 5866658.403246088884771 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E135", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 931.5, "elevtn_dn": 926.29998779296875, "invlev_up": 929.0, "invlev_dn": 923.79998779296875, "manhole_up": "manhole_896_generated", "manhole_dn": "manhole_897_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392451.47816477320157, 5866658.403246088884771 ], [ 1392403.92930177366361, 5866643.393430193886161 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E136", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 926.29998779296875, "elevtn_dn": 849.79998779296875, "invlev_up": 923.79998779296875, "invlev_dn": 847.29998779296875, "manhole_up": "manhole_897_generated", "manhole_dn": "manhole_898_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392403.92930177366361, 5866643.393430193886161 ], [ 1392356.380438774125651, 5866628.383614298887551 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E137", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 849.79998779296875, "elevtn_dn": 875.20001220703125, "invlev_up": 847.29998779296875, "invlev_dn": 872.70001220703125, "manhole_up": "manhole_898_generated", "manhole_dn": "manhole_899_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392356.380438774125651, 5866628.383614298887551 ], [ 1392308.831575774587691, 5866613.373798403888941 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E138", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 875.20001220703125, "elevtn_dn": 875.20001220703125, "invlev_up": 872.70001220703125, "invlev_dn": 872.70001220703125, "manhole_up": "manhole_899_generated", "manhole_dn": "manhole_900_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392308.831575774587691, 5866613.373798403888941 ], [ 1392261.282712775049731, 5866598.363982509821653 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E139", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 875.20001220703125, "elevtn_dn": 928.10003662109375, "invlev_up": 872.70001220703125, "invlev_dn": 925.60003662109375, "manhole_up": "manhole_900_generated", "manhole_dn": "manhole_901_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392261.282712775049731, 5866598.363982509821653 ], [ 1392213.733849775511771, 5866583.354166614823043 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E140", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 928.10003662109375, "elevtn_dn": 928.10003662109375, "invlev_up": 925.60003662109375, "invlev_dn": 925.60003662109375, "manhole_up": "manhole_901_generated", "manhole_dn": "manhole_902_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392213.733849775511771, 5866583.354166614823043 ], [ 1392166.184986775973812, 5866568.344350719824433 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E141", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 928.10003662109375, "elevtn_dn": 936.79998779296875, "invlev_up": 925.60003662109375, "invlev_dn": 934.29998779296875, "manhole_up": "manhole_902_generated", "manhole_dn": "manhole_903_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392166.184986775973812, 5866568.344350719824433 ], [ 1392119.234377897810191, 5866551.59017149079591 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E142", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 936.79998779296875, "elevtn_dn": 936.79998779296875, "invlev_up": 934.29998779296875, "invlev_dn": 934.29998779296875, "manhole_up": "manhole_903_generated", "manhole_dn": "manhole_904_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392119.234377897810191, 5866551.59017149079591 ], [ 1392072.481987217208371, 5866534.25803626794368 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E143", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 936.79998779296875, "elevtn_dn": 929.79998779296875, "invlev_up": 934.29998779296875, "invlev_dn": 927.29998779296875, "manhole_up": "manhole_904_generated", "manhole_dn": "manhole_905_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392072.481987217208371, 5866534.25803626794368 ], [ 1392025.729596536839381, 5866516.925901044160128 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E144", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 929.79998779296875, "elevtn_dn": 892.29998779296875, "invlev_up": 927.29998779296875, "invlev_dn": 889.79998779296875, "manhole_up": "manhole_905_generated", "manhole_dn": "manhole_906_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392025.729596536839381, 5866516.925901044160128 ], [ 1391978.977205856470391, 5866499.593765820376575 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E145", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 892.29998779296875, "elevtn_dn": 911.4000244140625, "invlev_up": 889.79998779296875, "invlev_dn": 908.9000244140625, "manhole_up": "manhole_906_generated", "manhole_dn": "manhole_907_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391978.977205856470391, 5866499.593765820376575 ], [ 1391932.224815175868571, 5866482.261630596593022 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E146", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 911.4000244140625, "elevtn_dn": 911.4000244140625, "invlev_up": 908.9000244140625, "invlev_dn": 908.9000244140625, "manhole_up": "manhole_907_generated", "manhole_dn": "manhole_908_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391932.224815175868571, 5866482.261630596593022 ], [ 1391885.472424495499581, 5866464.92949537280947 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E147", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 911.4000244140625, "elevtn_dn": 933.20001220703125, "invlev_up": 908.9000244140625, "invlev_dn": 930.70001220703125, "manhole_up": "manhole_908_generated", "manhole_dn": "manhole_909_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391885.472424495499581, 5866464.92949537280947 ], [ 1391838.720033814897761, 5866447.59736014995724 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E148", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 933.20001220703125, "elevtn_dn": 933.20001220703125, "invlev_up": 930.70001220703125, "invlev_dn": 930.70001220703125, "manhole_up": "manhole_909_generated", "manhole_dn": "manhole_910_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391838.720033814897761, 5866447.59736014995724 ], [ 1391791.967643134528771, 5866430.265224926173687 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E149", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 933.20001220703125, "elevtn_dn": 939.4000244140625, "invlev_up": 930.70001220703125, "invlev_dn": 936.9000244140625, "manhole_up": "manhole_910_generated", "manhole_dn": "manhole_911_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391791.967643134528771, 5866430.265224926173687 ], [ 1391745.215252453926951, 5866412.933089702390134 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E150", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 939.4000244140625, "elevtn_dn": 939.4000244140625, "invlev_up": 936.9000244140625, "invlev_dn": 936.9000244140625, "manhole_up": "manhole_911_generated", "manhole_dn": "manhole_912_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391745.215252453926951, 5866412.933089702390134 ], [ 1391698.462861773557961, 5866395.600954478606582 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E151", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 939.4000244140625, "elevtn_dn": 952.70001220703125, "invlev_up": 936.9000244140625, "invlev_dn": 950.20001220703125, "manhole_up": "manhole_912_generated", "manhole_dn": "manhole_913_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391698.462861773557961, 5866395.600954478606582 ], [ 1391651.710471092956141, 5866378.268819254823029 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E152", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 952.70001220703125, "elevtn_dn": 889.4000244140625, "invlev_up": 950.20001220703125, "invlev_dn": 886.9000244140625, "manhole_up": "manhole_913_generated", "manhole_dn": "manhole_914_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391651.710471092956141, 5866378.268819254823029 ], [ 1391604.958080412587151, 5866360.936684031039476 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E153", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 889.4000244140625, "elevtn_dn": 848.70001220703125, "invlev_up": 886.9000244140625, "invlev_dn": 846.20001220703125, "manhole_up": "manhole_914_generated", "manhole_dn": "manhole_915_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391604.958080412587151, 5866360.936684031039476 ], [ 1391558.205689732218161, 5866343.604548808187246 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E154", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 848.70001220703125, "elevtn_dn": 848.70001220703125, "invlev_up": 846.20001220703125, "invlev_dn": 846.20001220703125, "manhole_up": "manhole_915_generated", "manhole_dn": "manhole_916_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391558.205689732218161, 5866343.604548808187246 ], [ 1391511.453299051616341, 5866326.272413584403694 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E155", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 848.70001220703125, "elevtn_dn": 846.0, "invlev_up": 846.20001220703125, "invlev_dn": 843.5, "manhole_up": "manhole_916_generated", "manhole_dn": "manhole_917_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391511.453299051616341, 5866326.272413584403694 ], [ 1391464.700908371247351, 5866308.940278360620141 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E156", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 846.0, "elevtn_dn": 846.0, "invlev_up": 843.5, "invlev_dn": 843.5, "manhole_up": "manhole_917_generated", "manhole_dn": "manhole_918_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391464.700908371247351, 5866308.940278360620141 ], [ 1391417.948517690645531, 5866291.608143136836588 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E157", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 846.0, "elevtn_dn": 849.9000244140625, "invlev_up": 843.5, "invlev_dn": 847.4000244140625, "manhole_up": "manhole_918_generated", "manhole_dn": "manhole_919_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391417.948517690645531, 5866291.608143136836588 ], [ 1391371.196127010276541, 5866274.276007913053036 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E158", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 849.9000244140625, "elevtn_dn": 849.9000244140625, "invlev_up": 847.4000244140625, "invlev_dn": 847.4000244140625, "manhole_up": "manhole_919_generated", "manhole_dn": "manhole_920_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391371.196127010276541, 5866274.276007913053036 ], [ 1391321.986832652939484, 5866269.550851707346737 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E159", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 849.9000244140625, "elevtn_dn": 895.70001220703125, "invlev_up": 847.4000244140625, "invlev_dn": 893.20001220703125, "manhole_up": "manhole_920_generated", "manhole_dn": "manhole_921_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391321.986832652939484, 5866269.550851707346737 ], [ 1391272.147464629728347, 5866268.058758955448866 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E160", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 895.70001220703125, "elevtn_dn": 895.70001220703125, "invlev_up": 893.20001220703125, "invlev_dn": 893.20001220703125, "manhole_up": "manhole_921_generated", "manhole_dn": "manhole_922_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391272.147464629728347, 5866268.058758955448866 ], [ 1391222.30809660628438, 5866266.566666204482317 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E161", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 895.70001220703125, "elevtn_dn": 932.0, "invlev_up": 893.20001220703125, "invlev_dn": 929.5, "manhole_up": "manhole_922_generated", "manhole_dn": "manhole_923_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391222.30809660628438, 5866266.566666204482317 ], [ 1391172.468728582840413, 5866265.074573452584445 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E162", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 932.0, "elevtn_dn": 932.0, "invlev_up": 929.5, "invlev_dn": 929.5, "manhole_up": "manhole_923_generated", "manhole_dn": "manhole_924_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391172.468728582840413, 5866265.074573452584445 ], [ 1391122.629360559629276, 5866263.582480700686574 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E163", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 932.0, "elevtn_dn": 915.20001220703125, "invlev_up": 929.5, "invlev_dn": 912.70001220703125, "manhole_up": "manhole_924_generated", "manhole_dn": "manhole_925_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391122.629360559629276, 5866263.582480700686574 ], [ 1391072.789992536185309, 5866262.090387949720025 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E164", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.20001220703125, "elevtn_dn": 880.70001220703125, "invlev_up": 912.70001220703125, "invlev_dn": 878.20001220703125, "manhole_up": "manhole_925_generated", "manhole_dn": "manhole_926_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391072.789992536185309, 5866262.090387949720025 ], [ 1391022.950624512741342, 5866260.598295197822154 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E165", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 880.70001220703125, "elevtn_dn": 880.70001220703125, "invlev_up": 878.20001220703125, "invlev_dn": 878.20001220703125, "manhole_up": "manhole_926_generated", "manhole_dn": "manhole_927_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391022.950624512741342, 5866260.598295197822154 ], [ 1390973.111256489530206, 5866259.106202445924282 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E166", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 880.70001220703125, "elevtn_dn": 889.4000244140625, "invlev_up": 878.20001220703125, "invlev_dn": 886.9000244140625, "manhole_up": "manhole_927_generated", "manhole_dn": "manhole_928_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390973.111256489530206, 5866259.106202445924282 ], [ 1390923.271888466086239, 5866257.614109694957733 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E167", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 889.4000244140625, "elevtn_dn": 889.4000244140625, "invlev_up": 886.9000244140625, "invlev_dn": 886.9000244140625, "manhole_up": "manhole_928_generated", "manhole_dn": "manhole_929_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390923.271888466086239, 5866257.614109694957733 ], [ 1390873.432520442642272, 5866256.122016943059862 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E168", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 889.4000244140625, "elevtn_dn": 935.79998779296875, "invlev_up": 886.9000244140625, "invlev_dn": 933.29998779296875, "manhole_up": "manhole_929_generated", "manhole_dn": "manhole_930_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390873.432520442642272, 5866256.122016943059862 ], [ 1390823.593152419198304, 5866254.62992419116199 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E169", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 935.79998779296875, "elevtn_dn": 935.79998779296875, "invlev_up": 933.29998779296875, "invlev_dn": 933.29998779296875, "manhole_up": "manhole_930_generated", "manhole_dn": "manhole_931_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390823.593152419198304, 5866254.62992419116199 ], [ 1390773.753784395987168, 5866253.137831440195441 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E170", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 935.79998779296875, "elevtn_dn": 957.79998779296875, "invlev_up": 933.29998779296875, "invlev_dn": 955.29998779296875, "manhole_up": "manhole_931_generated", "manhole_dn": "manhole_932_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390773.753784395987168, 5866253.137831440195441 ], [ 1390723.914416372543201, 5866251.64573868829757 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E171", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.79998779296875, "elevtn_dn": 957.79998779296875, "invlev_up": 955.29998779296875, "invlev_dn": 955.29998779296875, "manhole_up": "manhole_932_generated", "manhole_dn": "manhole_933_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390723.914416372543201, 5866251.64573868829757 ], [ 1390674.075048349099234, 5866250.153645936399698 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E172", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.79998779296875, "elevtn_dn": 957.0, "invlev_up": 955.29998779296875, "invlev_dn": 954.5, "manhole_up": "manhole_933_generated", "manhole_dn": "manhole_934_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390674.075048349099234, 5866250.153645936399698 ], [ 1390624.235680325888097, 5866248.661553185433149 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E173", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.0, "elevtn_dn": 957.0, "invlev_up": 954.5, "invlev_dn": 954.5, "manhole_up": "manhole_934_generated", "manhole_dn": "manhole_935_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390624.235680325888097, 5866248.661553185433149 ], [ 1390574.39631230244413, 5866247.169460433535278 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E174", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.0, "elevtn_dn": 964.5, "invlev_up": 954.5, "invlev_dn": 962.0, "manhole_up": "manhole_935_generated", "manhole_dn": "manhole_936_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390574.39631230244413, 5866247.169460433535278 ], [ 1390524.556944279000163, 5866245.677367681637406 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E175", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 964.5, "elevtn_dn": 964.5, "invlev_up": 962.0, "invlev_dn": 962.0, "manhole_up": "manhole_936_generated", "manhole_dn": "manhole_937_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390524.556944279000163, 5866245.677367681637406 ], [ 1390474.717576255789027, 5866244.185274930670857 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E176", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 964.5, "elevtn_dn": 948.5, "invlev_up": 962.0, "invlev_dn": 946.0, "manhole_up": "manhole_937_generated", "manhole_dn": "manhole_938_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390474.717576255789027, 5866244.185274930670857 ], [ 1390424.87820823234506, 5866242.693182178772986 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E177", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 948.5, "elevtn_dn": 970.10003662109375, "invlev_up": 946.0, "invlev_dn": 967.60003662109375, "manhole_up": "manhole_938_generated", "manhole_dn": "manhole_939_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390424.87820823234506, 5866242.693182178772986 ], [ 1390375.038840208901092, 5866241.201089426875114 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E178", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 970.10003662109375, "elevtn_dn": 970.10003662109375, "invlev_up": 967.60003662109375, "invlev_dn": 967.60003662109375, "manhole_up": "manhole_939_generated", "manhole_dn": "manhole_940_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390375.038840208901092, 5866241.201089426875114 ], [ 1390325.199472185689956, 5866239.708996675908566 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E179", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 970.10003662109375, "elevtn_dn": 975.4000244140625, "invlev_up": 967.60003662109375, "invlev_dn": 972.9000244140625, "manhole_up": "manhole_940_generated", "manhole_dn": "manhole_941_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390325.199472185689956, 5866239.708996675908566 ], [ 1390275.360104162245989, 5866238.216903924010694 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E180", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 975.4000244140625, "elevtn_dn": 975.4000244140625, "invlev_up": 972.9000244140625, "invlev_dn": 972.9000244140625, "manhole_up": "manhole_941_generated", "manhole_dn": "manhole_942_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390275.360104162245989, 5866238.216903924010694 ], [ 1390225.520736138802022, 5866236.724811173044145 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E181", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 975.4000244140625, "elevtn_dn": 1034.5, "invlev_up": 972.9000244140625, "invlev_dn": 1032.0, "manhole_up": "manhole_942_generated", "manhole_dn": "manhole_943_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390225.520736138802022, 5866236.724811173044145 ], [ 1390175.681368115358055, 5866235.232718421146274 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E182", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1034.5, "elevtn_dn": 1034.5, "invlev_up": 1032.0, "invlev_dn": 1032.0, "manhole_up": "manhole_943_generated", "manhole_dn": "manhole_944_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390175.681368115358055, 5866235.232718421146274 ], [ 1390125.842000092146918, 5866233.740625669248402 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E183", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1034.5, "elevtn_dn": 1053.9000244140625, "invlev_up": 1032.0, "invlev_dn": 1051.4000244140625, "manhole_up": "manhole_944_generated", "manhole_dn": "manhole_945_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390125.842000092146918, 5866233.740625669248402 ], [ 1390076.002632068702951, 5866232.248532918281853 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E184", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1053.9000244140625, "elevtn_dn": 956.9000244140625, "invlev_up": 1051.4000244140625, "invlev_dn": 954.4000244140625, "manhole_up": "manhole_945_generated", "manhole_dn": "manhole_946_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390076.002632068702951, 5866232.248532918281853 ], [ 1390026.163264045258984, 5866230.756440166383982 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E185", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 956.9000244140625, "elevtn_dn": 988.79998779296875, "invlev_up": 954.4000244140625, "invlev_dn": 986.29998779296875, "manhole_up": "manhole_946_generated", "manhole_dn": "manhole_947_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390026.163264045258984, 5866230.756440166383982 ], [ 1389976.323896022047848, 5866229.26434741448611 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E186", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 988.79998779296875, "elevtn_dn": 988.79998779296875, "invlev_up": 986.29998779296875, "invlev_dn": 986.29998779296875, "manhole_up": "manhole_947_generated", "manhole_dn": "manhole_948_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389976.323896022047848, 5866229.26434741448611 ], [ 1389926.48452799860388, 5866227.772254663519561 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E187", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 988.79998779296875, "elevtn_dn": 1051.0999755859375, "invlev_up": 986.29998779296875, "invlev_dn": 1048.5999755859375, "manhole_up": "manhole_948_generated", "manhole_dn": "manhole_949_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389926.48452799860388, 5866227.772254663519561 ], [ 1389876.645159975159913, 5866226.28016191162169 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E188", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1051.0999755859375, "elevtn_dn": 1051.0999755859375, "invlev_up": 1048.5999755859375, "invlev_dn": 1048.5999755859375, "manhole_up": "manhole_949_generated", "manhole_dn": "manhole_950_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389876.645159975159913, 5866226.28016191162169 ], [ 1389826.805791951948777, 5866224.788069159723818 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E189", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1051.0999755859375, "elevtn_dn": 1066.9000244140625, "invlev_up": 1048.5999755859375, "invlev_dn": 1064.4000244140625, "manhole_up": "manhole_950_generated", "manhole_dn": "manhole_951_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389826.805791951948777, 5866224.788069159723818 ], [ 1389776.96642392850481, 5866223.295976408757269 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E190", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1066.9000244140625, "elevtn_dn": 1031.2000732421875, "invlev_up": 1064.4000244140625, "invlev_dn": 1028.7000732421875, "manhole_up": "manhole_951_generated", "manhole_dn": "manhole_952_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389776.96642392850481, 5866223.295976408757269 ], [ 1389727.141182830790058, 5866221.468200048431754 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E191", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1031.2000732421875, "elevtn_dn": 1031.2000732421875, "invlev_up": 1028.7000732421875, "invlev_dn": 1028.7000732421875, "manhole_up": "manhole_952_generated", "manhole_dn": "manhole_953_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389727.141182830790058, 5866221.468200048431754 ], [ 1389677.352675863076001, 5866218.767548334784806 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E192", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1031.2000732421875, "elevtn_dn": 986.60003662109375, "invlev_up": 1028.7000732421875, "invlev_dn": 984.10003662109375, "manhole_up": "manhole_953_generated", "manhole_dn": "manhole_954_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389677.352675863076001, 5866218.767548334784806 ], [ 1389627.564168895594776, 5866216.066896621137857 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E193", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 986.60003662109375, "elevtn_dn": 986.60003662109375, "invlev_up": 984.10003662109375, "invlev_dn": 984.10003662109375, "manhole_up": "manhole_954_generated", "manhole_dn": "manhole_955_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389627.564168895594776, 5866216.066896621137857 ], [ 1389577.775661927880719, 5866213.366244907490909 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E194", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 986.60003662109375, "elevtn_dn": 964.70001220703125, "invlev_up": 984.10003662109375, "invlev_dn": 962.20001220703125, "manhole_up": "manhole_955_generated", "manhole_dn": "manhole_956_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389577.775661927880719, 5866213.366244907490909 ], [ 1389527.987154960166663, 5866210.665593194775283 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E195", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 964.70001220703125, "elevtn_dn": 964.70001220703125, "invlev_up": 962.20001220703125, "invlev_dn": 962.20001220703125, "manhole_up": "manhole_956_generated", "manhole_dn": "manhole_957_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389527.987154960166663, 5866210.665593194775283 ], [ 1389478.198647992452607, 5866207.964941481128335 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E196", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 964.70001220703125, "elevtn_dn": 996.29998779296875, "invlev_up": 962.20001220703125, "invlev_dn": 993.79998779296875, "manhole_up": "manhole_957_generated", "manhole_dn": "manhole_958_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389478.198647992452607, 5866207.964941481128335 ], [ 1389428.41014102473855, 5866205.264289767481387 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E197", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 996.29998779296875, "elevtn_dn": 996.29998779296875, "invlev_up": 993.79998779296875, "invlev_dn": 993.79998779296875, "manhole_up": "manhole_958_generated", "manhole_dn": "manhole_959_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389428.41014102473855, 5866205.264289767481387 ], [ 1389378.621634057024494, 5866202.563638053834438 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E198", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 996.29998779296875, "elevtn_dn": 1030.4000244140625, "invlev_up": 993.79998779296875, "invlev_dn": 1027.9000244140625, "manhole_up": "manhole_959_generated", "manhole_dn": "manhole_960_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389378.621634057024494, 5866202.563638053834438 ], [ 1389328.833127089310437, 5866199.86298634018749 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E199", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1030.4000244140625, "elevtn_dn": 1030.4000244140625, "invlev_up": 1027.9000244140625, "invlev_dn": 1027.9000244140625, "manhole_up": "manhole_960_generated", "manhole_dn": "manhole_961_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389328.833127089310437, 5866199.86298634018749 ], [ 1389279.044620121829212, 5866197.162334626540542 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E200", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1030.4000244140625, "elevtn_dn": 1053.800048828125, "invlev_up": 1027.9000244140625, "invlev_dn": 1051.300048828125, "manhole_up": "manhole_961_generated", "manhole_dn": "manhole_962_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389279.044620121829212, 5866197.162334626540542 ], [ 1389229.256113154115155, 5866194.461682912893593 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E201", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1053.800048828125, "elevtn_dn": 1053.800048828125, "invlev_up": 1051.300048828125, "invlev_dn": 1051.300048828125, "manhole_up": "manhole_962_generated", "manhole_dn": "manhole_963_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389229.256113154115155, 5866194.461682912893593 ], [ 1389179.467606186401099, 5866191.761031199246645 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E202", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1053.800048828125, "elevtn_dn": 1067.5999755859375, "invlev_up": 1051.300048828125, "invlev_dn": 1065.0999755859375, "manhole_up": "manhole_963_generated", "manhole_dn": "manhole_964_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389179.467606186401099, 5866191.761031199246645 ], [ 1389129.679099218687043, 5866189.060379485599697 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E203", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1067.5999755859375, "elevtn_dn": 1070.7000732421875, "invlev_up": 1065.0999755859375, "invlev_dn": 1068.2000732421875, "manhole_up": "manhole_964_generated", "manhole_dn": "manhole_965_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389129.679099218687043, 5866189.060379485599697 ], [ 1389079.890592250972986, 5866186.359727771952748 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E204", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1070.7000732421875, "elevtn_dn": 1070.7000732421875, "invlev_up": 1068.2000732421875, "invlev_dn": 1068.2000732421875, "manhole_up": "manhole_965_generated", "manhole_dn": "manhole_966_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389079.890592250972986, 5866186.359727771952748 ], [ 1389030.10208528325893, 5866183.6590760583058 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E205", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1070.7000732421875, "elevtn_dn": 1075.0, "invlev_up": 1068.2000732421875, "invlev_dn": 1072.5, "manhole_up": "manhole_966_generated", "manhole_dn": "manhole_967_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389030.10208528325893, 5866183.6590760583058 ], [ 1388980.313578315777704, 5866180.958424345590174 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E206", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1075.0, "elevtn_dn": 1075.0, "invlev_up": 1072.5, "invlev_dn": 1072.5, "manhole_up": "manhole_967_generated", "manhole_dn": "manhole_968_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388980.313578315777704, 5866180.958424345590174 ], [ 1388930.525071348063648, 5866178.257772631943226 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E207", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1075.0, "elevtn_dn": 1074.0999755859375, "invlev_up": 1072.5, "invlev_dn": 1071.5999755859375, "manhole_up": "manhole_968_generated", "manhole_dn": "manhole_969_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388930.525071348063648, 5866178.257772631943226 ], [ 1388880.736564380349591, 5866175.557120918296278 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E208", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1074.0999755859375, "elevtn_dn": 1074.0999755859375, "invlev_up": 1071.5999755859375, "invlev_dn": 1071.5999755859375, "manhole_up": "manhole_969_generated", "manhole_dn": "manhole_970_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388880.736564380349591, 5866175.557120918296278 ], [ 1388830.948057412635535, 5866172.856469204649329 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E209", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1074.0999755859375, "elevtn_dn": 1053.800048828125, "invlev_up": 1071.5999755859375, "invlev_dn": 1051.300048828125, "manhole_up": "manhole_970_generated", "manhole_dn": "manhole_971_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388830.948057412635535, 5866172.856469204649329 ], [ 1388781.159550444921479, 5866170.155817491002381 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E210", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1053.800048828125, "elevtn_dn": 1053.800048828125, "invlev_up": 1051.300048828125, "invlev_dn": 1051.300048828125, "manhole_up": "manhole_971_generated", "manhole_dn": "manhole_972_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388781.159550444921479, 5866170.155817491002381 ], [ 1388731.371043477207422, 5866167.455165777355433 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E211", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1053.800048828125, "elevtn_dn": 1017.0, "invlev_up": 1051.300048828125, "invlev_dn": 1014.5, "manhole_up": "manhole_972_generated", "manhole_dn": "manhole_973_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388731.371043477207422, 5866167.455165777355433 ], [ 1388681.582536509493366, 5866164.754514063708484 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E212", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1017.0, "elevtn_dn": 1017.0, "invlev_up": 1014.5, "invlev_dn": 1014.5, "manhole_up": "manhole_973_generated", "manhole_dn": "manhole_974_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388681.582536509493366, 5866164.754514063708484 ], [ 1388631.79402954201214, 5866162.053862350061536 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E213", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1017.0, "elevtn_dn": 973.20001220703125, "invlev_up": 1014.5, "invlev_dn": 970.70001220703125, "manhole_up": "manhole_974_generated", "manhole_dn": "manhole_975_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388631.79402954201214, 5866162.053862350061536 ], [ 1388582.005522574298084, 5866159.353210636414587 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E214", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 973.20001220703125, "elevtn_dn": 973.20001220703125, "invlev_up": 970.70001220703125, "invlev_dn": 970.70001220703125, "manhole_up": "manhole_975_generated", "manhole_dn": "manhole_976_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388582.005522574298084, 5866159.353210636414587 ], [ 1388532.217015606584027, 5866156.652558922767639 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E215", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 973.20001220703125, "elevtn_dn": 935.20001220703125, "invlev_up": 970.70001220703125, "invlev_dn": 932.70001220703125, "manhole_up": "manhole_976_generated", "manhole_dn": "manhole_977_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388532.217015606584027, 5866156.652558922767639 ], [ 1388482.428508638869971, 5866153.951907209120691 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E216", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 935.20001220703125, "elevtn_dn": 935.20001220703125, "invlev_up": 932.70001220703125, "invlev_dn": 932.70001220703125, "manhole_up": "manhole_977_generated", "manhole_dn": "manhole_978_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388482.428508638869971, 5866153.951907209120691 ], [ 1388432.640001671155915, 5866151.251255496405065 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E217", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 935.20001220703125, "elevtn_dn": 895.79998779296875, "invlev_up": 932.70001220703125, "invlev_dn": 893.29998779296875, "manhole_up": "manhole_978_generated", "manhole_dn": "manhole_979_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388432.640001671155915, 5866151.251255496405065 ], [ 1388382.851494703441858, 5866148.550603782758117 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E218", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 895.79998779296875, "elevtn_dn": 852.60003662109375, "invlev_up": 893.29998779296875, "invlev_dn": 850.10003662109375, "manhole_up": "manhole_979_generated", "manhole_dn": "manhole_980_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388382.851494703441858, 5866148.550603782758117 ], [ 1388333.062987735960633, 5866145.849952069111168 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E219", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 852.60003662109375, "elevtn_dn": 852.60003662109375, "invlev_up": 850.10003662109375, "invlev_dn": 850.10003662109375, "manhole_up": "manhole_980_generated", "manhole_dn": "manhole_981_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388333.062987735960633, 5866145.849952069111168 ], [ 1388283.274480768246576, 5866143.14930035546422 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E220", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 852.60003662109375, "elevtn_dn": 818.4000244140625, "invlev_up": 850.10003662109375, "invlev_dn": 815.9000244140625, "manhole_up": "manhole_981_generated", "manhole_dn": "manhole_982_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388283.274480768246576, 5866143.14930035546422 ], [ 1388233.48597380053252, 5866140.448648641817272 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E221", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 818.4000244140625, "elevtn_dn": 818.4000244140625, "invlev_up": 815.9000244140625, "invlev_dn": 815.9000244140625, "manhole_up": "manhole_982_generated", "manhole_dn": "manhole_983_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388233.48597380053252, 5866140.448648641817272 ], [ 1388183.697466832818463, 5866137.747996928170323 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 794.70001220703125, "elevtn_dn": 794.70001220703125, "invlev_up": 792.20001220703125, "invlev_dn": 792.20001220703125, "manhole_up": "manhole_851_generated", "manhole_dn": "manhole_984_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387913.197226775344461, 5865736.839239663444459 ], [ 1387925.20445894007571, 5865784.545682998374104 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 794.70001220703125, "elevtn_dn": 804.4000244140625, "invlev_up": 792.20001220703125, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_984_generated", "manhole_dn": "manhole_985_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387925.20445894007571, 5865784.545682998374104 ], [ 1387937.21169110503979, 5865832.252126332372427 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_985_generated", "manhole_dn": "manhole_986_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387937.21169110503979, 5865832.252126332372427 ], [ 1387954.8270876808092, 5865878.043407939374447 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_986_generated", "manhole_dn": "manhole_987_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387954.8270876808092, 5865878.043407939374447 ], [ 1387967.620662312954664, 5865925.436966767534614 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 778.20001220703125, "invlev_up": 801.9000244140625, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_987_generated", "manhole_dn": "manhole_988_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387967.620662312954664, 5865925.436966767534614 ], [ 1387969.561903131194413, 5865974.386314341798425 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.20001220703125, "elevtn_dn": 778.20001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_988_generated", "manhole_dn": "manhole_989_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.561903131194413, 5865974.386314341798425 ], [ 1387968.98255812516436, 5866023.571071763522923 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.20001220703125, "elevtn_dn": 778.20001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_989_generated", "manhole_dn": "manhole_990_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387968.98255812516436, 5866023.571071763522923 ], [ 1387969.225197304505855, 5866072.657253311946988 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.20001220703125, "elevtn_dn": 786.29998779296875, "invlev_up": 775.70001220703125, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_990_generated", "manhole_dn": "manhole_991_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.225197304505855, 5866072.657253311946988 ], [ 1387988.247399942483753, 5866112.298415473662317 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.29998779296875, "elevtn_dn": 786.29998779296875, "invlev_up": 783.79998779296875, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_991_generated", "manhole_dn": "manhole_992_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387988.247399942483753, 5866112.298415473662317 ], [ 1388034.037428337847814, 5866130.255607943050563 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.29998779296875, "elevtn_dn": 786.29998779296875, "invlev_up": 783.79998779296875, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_992_generated", "manhole_dn": "manhole_993_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388034.037428337847814, 5866130.255607943050563 ], [ 1387988.210684564430267, 5866144.678138472139835 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.29998779296875, "elevtn_dn": 803.9000244140625, "invlev_up": 783.79998779296875, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_993_generated", "manhole_dn": "manhole_994_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387988.210684564430267, 5866144.678138472139835 ], [ 1387944.406121137319133, 5866164.065103021450341 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_994_generated", "manhole_dn": "manhole_995_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387944.406121137319133, 5866164.065103021450341 ], [ 1387898.376188111724332, 5866173.560075835324824 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 827.70001220703125, "invlev_up": 801.4000244140625, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_995_generated", "manhole_dn": "manhole_996_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387898.376188111724332, 5866173.560075835324824 ], [ 1387861.922560503939167, 5866145.113870099186897 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.70001220703125, "elevtn_dn": 827.70001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_996_generated", "manhole_dn": "manhole_997_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387861.922560503939167, 5866145.113870099186897 ], [ 1387862.597008766839281, 5866099.287653629668057 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_997_generated", "manhole_dn": "manhole_998_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387862.597008766839281, 5866099.287653629668057 ], [ 1387894.296242429409176, 5866064.31225199252367 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 814.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_998_generated", "manhole_dn": "manhole_999_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387894.296242429409176, 5866064.31225199252367 ], [ 1387918.333023339277133, 5866023.860149594023824 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 814.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_999_generated", "manhole_dn": "manhole_1000_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387918.333023339277133, 5866023.860149594023824 ], [ 1387925.576027213362977, 5865976.462517648003995 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.70001220703125, "elevtn_dn": 804.4000244140625, "invlev_up": 814.20001220703125, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_1000_generated", "manhole_dn": "manhole_1001_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387925.576027213362977, 5865976.462517648003995 ], [ 1387926.166851800866425, 5865928.505292822606862 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_1001_generated", "manhole_dn": "manhole_1002_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387926.166851800866425, 5865928.505292822606862 ], [ 1387922.175474973395467, 5865880.628693707287312 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_1002_generated", "manhole_dn": "manhole_1003_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.175474973395467, 5865880.628693707287312 ], [ 1387918.184098146157339, 5865832.752094592899084 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E11", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 794.70001220703125, "invlev_up": 801.9000244140625, "invlev_dn": 792.20001220703125, "manhole_up": "manhole_1003_generated", "manhole_dn": "manhole_1004_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387918.184098146157339, 5865832.752094592899084 ], [ 1387914.316889721900225, 5865784.868878290057182 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E12", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 794.70001220703125, "elevtn_dn": 794.70001220703125, "invlev_up": 792.20001220703125, "invlev_dn": 792.20001220703125, "manhole_up": "manhole_1004_generated", "manhole_dn": "manhole_851_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387914.316889721900225, 5865784.868878290057182 ], [ 1387913.197226775344461, 5865736.839239663444459 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_52_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_52", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_52", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 818.4000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 815.9000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_983_generated", "manhole_dn": "manhole_1005_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388183.697466832818463, 5866137.747996928170323 ], [ 1388133.810787334572524, 5866135.250533932819963 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_52_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_52", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_52", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_1005_generated", "manhole_dn": "manhole_1006_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388133.810787334572524, 5866135.250533932819963 ], [ 1388083.924107836093754, 5866132.753070938400924 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_52_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_52", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_52", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 786.29998779296875, "invlev_up": 801.4000244140625, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_1006_generated", "manhole_dn": "manhole_992_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388083.924107836093754, 5866132.753070938400924 ], [ 1388034.037428337847814, 5866130.255607943050563 ] ] } }, +{ "type": "Feature", "properties": { "height": 22.5, "width": 60.500781333333329, "bedlev": 865.60003662109375, "branchid": "river_1", "branchtype": "river", "branchorder": "-1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_1", "frictionid": "Manning_0.023", "index": null, "diameter": null, "index_right": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1394694.070276216836646, 5867648.108302162960172 ], [ 1394694.070276216836646, 5867513.239712204784155 ], [ 1394601.304033889202401, 5867378.373192292638123 ], [ 1394508.537791561568156, 5867243.508742331527174 ], [ 1394415.771549233933911, 5867243.508742331527174 ], [ 1394323.005306906066835, 5867108.646362232975662 ], [ 1394230.23906457843259, 5867108.646362232975662 ], [ 1394137.472822251031175, 5867108.646362232975662 ], [ 1394044.70657992339693, 5866973.78605190385133 ], [ 1393951.940337595762685, 5866973.78605190385133 ], [ 1393859.17409526812844, 5866973.78605190385133 ], [ 1393766.407852940494195, 5866838.927811251021922 ], [ 1393673.641610612627119, 5866838.927811251021922 ], [ 1393580.875368284992874, 5866838.927811251021922 ], [ 1393488.109125957358629, 5866838.927811251021922 ], [ 1393395.342883629724383, 5866838.927811251021922 ], [ 1393302.576641302322969, 5866838.927811251021922 ], [ 1393209.810398974688724, 5866838.927811251021922 ], [ 1393117.044156646821648, 5866704.071640183217824 ], [ 1393024.277914319187403, 5866704.071640183217824 ], [ 1392931.511671991553158, 5866704.071640183217824 ], [ 1392838.745429663918912, 5866704.071640183217824 ], [ 1392745.979187336284667, 5866569.217538607306778 ], [ 1392653.212945008650422, 5866569.217538607306778 ], [ 1392560.446702681016177, 5866569.217538607306778 ], [ 1392467.680460353381932, 5866569.217538607306778 ], [ 1392374.914218025747687, 5866569.217538607306778 ], [ 1392282.147975698113441, 5866434.365506432950497 ], [ 1392189.381733370479196, 5866299.515543567948043 ], [ 1392096.615491042844951, 5866299.515543567948043 ], [ 1392003.849248715210706, 5866299.515543567948043 ], [ 1391911.083006387576461, 5866299.515543567948043 ], [ 1391818.316764059709385, 5866164.667649918235838 ], [ 1391725.55052173207514, 5866164.667649918235838 ], [ 1391632.784279404673725, 5866164.667649918235838 ], [ 1391540.01803707703948, 5866164.667649918235838 ], [ 1391447.251794749405235, 5866164.667649918235838 ], [ 1391354.48555242177099, 5866164.667649918235838 ], [ 1391261.719310093903914, 5866164.667649918235838 ], [ 1391168.953067766269669, 5866164.667649918235838 ], [ 1391076.186825438635424, 5866164.667649918235838 ], [ 1390983.420583111001179, 5866164.667649918235838 ], [ 1390890.654340783366933, 5866164.667649918235838 ], [ 1390797.888098455965519, 5866029.821825394406915 ], [ 1390705.121856128098443, 5866029.821825394406915 ], [ 1390612.355613800464198, 5866029.821825394406915 ], [ 1390519.589371472829953, 5866029.821825394406915 ], [ 1390426.823129145195708, 5866029.821825394406915 ], [ 1390334.056886817561463, 5866029.821825394406915 ], [ 1390241.290644489927217, 5866029.821825394406915 ], [ 1390148.524402162292972, 5865894.978069902397692 ], [ 1390055.758159834658727, 5865894.978069902397692 ], [ 1389962.991917507024482, 5865760.136383352801204 ], [ 1389870.225675179390237, 5865760.136383352801204 ], [ 1389777.459432851755992, 5865760.136383352801204 ], [ 1389684.693190524121746, 5865760.136383352801204 ], [ 1389591.926948196487501, 5865760.136383352801204 ], [ 1389499.160705868853256, 5865625.296765649691224 ], [ 1389406.39446354098618, 5865625.296765649691224 ], [ 1389406.39446354098618, 5865490.459216705523431 ], [ 1389313.628221213351935, 5865355.623736422508955 ], [ 1389313.628221213351935, 5865220.790324714966118 ], [ 1389313.628221213351935, 5865085.958981488831341 ], [ 1389220.86197888571769, 5864951.129706650041044 ], [ 1389128.095736558316275, 5864816.302500107325613 ], [ 1389128.095736558316275, 5864681.477361769415438 ], [ 1389035.32949423068203, 5864546.654291545972228 ], [ 1389128.095736558316275, 5864411.833289342001081 ], [ 1389128.095736558316275, 5864277.014355068095028 ], [ 1389035.32949423068203, 5864142.197488628327847 ], [ 1388942.563251903047785, 5864007.382689936086535 ], [ 1388849.797009575180709, 5863872.569958896376193 ], [ 1388757.030767247546464, 5863872.569958896376193 ], [ 1388664.264524919912219, 5863737.759295416995883 ], [ 1388571.498282592277974, 5863602.950699406675994 ], [ 1388571.498282592277974, 5863468.144170773215592 ], [ 1388571.498282592277974, 5863333.339709427207708 ], [ 1388478.732040264643729, 5863333.339709427207708 ], [ 1388385.965797937009484, 5863198.537315272726119 ], [ 1388293.199555609375238, 5863198.537315272726119 ], [ 1388200.433313281740993, 5863198.537315272726119 ], [ 1388107.667070954106748, 5863063.736988220363855 ], [ 1388014.900828626472503, 5863063.736988220363855 ], [ 1387922.134586298838258, 5863063.736988220363855 ], [ 1387829.368343971204013, 5862928.938728176057339 ], [ 1387736.602101643569767, 5862794.142535050399601 ], [ 1387736.602101643569767, 5862659.348408752121031 ], [ 1387736.602101643569767, 5862524.556349185295403 ], [ 1387643.835859315935522, 5862389.766356259584427 ], [ 1387551.069616988068447, 5862254.978429886512458 ], [ 1387458.303374660667032, 5862254.978429886512458 ], [ 1387365.537132333032787, 5862254.978429886512458 ], [ 1387272.770890005398542, 5862254.978429886512458 ], [ 1387180.004647677764297, 5862254.978429886512458 ], [ 1387087.238405350130051, 5862254.978429886512458 ], [ 1386994.472163022495806, 5862120.192569970153272 ] ] } }, +{ "type": "Feature", "properties": { "height": 13.574996948242188, "width": 63.595319, "bedlev": 813.29998779296875, "branchid": "river_2", "branchtype": "river", "branchorder": "-1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_2", "frictionid": "Manning_0.023", "index": null, "diameter": null, "index_right": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1386066.809739745920524, 5868052.726493230089545 ], [ 1386159.575982073554769, 5868052.726493230089545 ], [ 1386252.342224401189014, 5867917.851692584343255 ], [ 1386345.108466728823259, 5867917.851692584343255 ], [ 1386437.874709056690335, 5867917.851692584343255 ], [ 1386530.64095138432458, 5867917.851692584343255 ], [ 1386623.407193711958826, 5867917.851692584343255 ], [ 1386716.17343603936024, 5867782.978962258435786 ], [ 1386808.939678366994485, 5867782.978962258435786 ], [ 1386901.70592069462873, 5867782.978962258435786 ], [ 1386994.472163022495806, 5867648.108302162960172 ], [ 1387087.238405350130051, 5867648.108302162960172 ], [ 1387180.004647677764297, 5867513.239712204784155 ], [ 1387272.770890005398542, 5867378.373192292638123 ], [ 1387365.537132333032787, 5867243.508742331527174 ], [ 1387458.303374660667032, 5867108.646362232975662 ], [ 1387551.069616988068447, 5867108.646362232975662 ], [ 1387643.835859315935522, 5867108.646362232975662 ], [ 1387736.602101643569767, 5866973.78605190385133 ], [ 1387829.368343971204013, 5866973.78605190385133 ], [ 1387829.368343971204013, 5866838.927811251021922 ], [ 1387829.368343971204013, 5866704.071640183217824 ], [ 1387829.368343971204013, 5866569.217538607306778 ], [ 1387922.134586298838258, 5866434.365506432950497 ], [ 1387922.134586298838258, 5866299.515543567948043 ], [ 1388014.900828626472503, 5866164.667649918235838 ], [ 1388014.900828626472503, 5866029.821825394406915 ], [ 1388014.900828626472503, 5865894.978069902397692 ], [ 1388014.900828626472503, 5865760.136383352801204 ], [ 1387922.134586298838258, 5865625.296765649691224 ], [ 1387922.134586298838258, 5865490.459216705523431 ], [ 1387922.134586298838258, 5865355.623736422508955 ], [ 1387922.134586298838258, 5865220.790324714966118 ], [ 1387922.134586298838258, 5865085.958981488831341 ], [ 1387829.368343971204013, 5864951.129706650041044 ], [ 1387829.368343971204013, 5864816.302500107325613 ], [ 1387829.368343971204013, 5864681.477361769415438 ], [ 1387829.368343971204013, 5864546.654291545972228 ], [ 1387829.368343971204013, 5864411.833289342001081 ], [ 1387829.368343971204013, 5864277.014355068095028 ], [ 1387736.602101643569767, 5864142.197488628327847 ], [ 1387643.835859315935522, 5864007.382689936086535 ], [ 1387551.069616988068447, 5863872.569958896376193 ], [ 1387551.069616988068447, 5863737.759295416995883 ], [ 1387458.303374660667032, 5863602.950699406675994 ], [ 1387365.537132333032787, 5863468.144170773215592 ], [ 1387272.770890005398542, 5863333.339709427207708 ], [ 1387272.770890005398542, 5863198.537315272726119 ], [ 1387180.004647677764297, 5863063.736988220363855 ], [ 1387087.238405350130051, 5862928.938728176057339 ], [ 1386994.472163022495806, 5862794.142535050399601 ], [ 1386901.70592069462873, 5862794.142535050399601 ], [ 1386808.939678366994485, 5862659.348408752121031 ], [ 1386716.17343603936024, 5862524.556349185295403 ], [ 1386716.17343603936024, 5862389.766356259584427 ], [ 1386716.17343603936024, 5862254.978429886512458 ], [ 1386808.939678366994485, 5862254.978429886512458 ], [ 1386901.70592069462873, 5862120.192569970153272 ], [ 1386994.472163022495806, 5862120.192569970153272 ] ] } }, +{ "type": "Feature", "properties": { "height": 21.70001220703125, "width": 50.0, "bedlev": 952.79998779296875, "branchid": "river_3", "branchtype": "river", "branchorder": "-1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_3", "frictionid": "Manning_0.023", "index": null, "diameter": null, "index_right": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1391540.01803707703948, 5858077.577220032922924 ], [ 1391447.251794749405235, 5858077.577220032922924 ], [ 1391354.48555242177099, 5858077.577220032922924 ], [ 1391261.719310093903914, 5858077.577220032922924 ], [ 1391168.953067766269669, 5858077.577220032922924 ], [ 1391076.186825438635424, 5858212.301128903403878 ], [ 1390983.420583111001179, 5858212.301128903403878 ], [ 1390890.654340783366933, 5858212.301128903403878 ], [ 1390797.888098455965519, 5858077.577220032922924 ], [ 1390705.121856128098443, 5858077.577220032922924 ], [ 1390612.355613800464198, 5858077.577220032922924 ], [ 1390519.589371472829953, 5858077.577220032922924 ], [ 1390426.823129145195708, 5858077.577220032922924 ], [ 1390334.056886817561463, 5857942.855374777689576 ], [ 1390241.290644489927217, 5857942.855374777689576 ], [ 1390148.524402162292972, 5857942.855374777689576 ], [ 1390055.758159834658727, 5857808.135593040846288 ], [ 1389962.991917507024482, 5857808.135593040846288 ], [ 1389962.991917507024482, 5857673.41787473578006 ], [ 1389870.225675179390237, 5857673.41787473578006 ], [ 1389777.459432851755992, 5857673.41787473578006 ], [ 1389684.693190524121746, 5857808.135593040846288 ], [ 1389591.926948196487501, 5857808.135593040846288 ], [ 1389499.160705868853256, 5857808.135593040846288 ], [ 1389406.39446354098618, 5857808.135593040846288 ], [ 1389313.628221213351935, 5857942.855374777689576 ], [ 1389220.86197888571769, 5858077.577220032922924 ], [ 1389128.095736558316275, 5858212.301128903403878 ], [ 1389035.32949423068203, 5858212.301128903403878 ], [ 1388942.563251903047785, 5858347.02710147574544 ], [ 1388849.797009575180709, 5858347.02710147574544 ], [ 1388757.030767247546464, 5858347.02710147574544 ], [ 1388664.264524919912219, 5858481.755137845873833 ], [ 1388571.498282592277974, 5858481.755137845873833 ], [ 1388478.732040264643729, 5858481.755137845873833 ], [ 1388385.965797937009484, 5858481.755137845873833 ], [ 1388293.199555609375238, 5858481.755137845873833 ], [ 1388200.433313281740993, 5858616.485238100402057 ], [ 1388107.667070954106748, 5858751.217402336187661 ], [ 1388014.900828626472503, 5858885.951630645431578 ], [ 1387922.134586298838258, 5858885.951630645431578 ], [ 1387829.368343971204013, 5858885.951630645431578 ], [ 1387736.602101643569767, 5858885.951630645431578 ], [ 1387643.835859315935522, 5858885.951630645431578 ], [ 1387551.069616988068447, 5858885.951630645431578 ], [ 1387458.303374660667032, 5858885.951630645431578 ], [ 1387365.537132333032787, 5858885.951630645431578 ], [ 1387272.770890005398542, 5858885.951630645431578 ], [ 1387180.004647677764297, 5858885.951630645431578 ], [ 1387087.238405350130051, 5858885.951630645431578 ], [ 1386994.472163022495806, 5858885.951630645431578 ], [ 1386901.70592069462873, 5858885.951630645431578 ], [ 1386808.939678366994485, 5858885.951630645431578 ], [ 1386716.17343603936024, 5859020.687923114746809 ], [ 1386623.407193711958826, 5859020.687923114746809 ], [ 1386530.64095138432458, 5859020.687923114746809 ], [ 1386437.874709056690335, 5859020.687923114746809 ], [ 1386345.108466728823259, 5859020.687923114746809 ] ] } }, +{ "type": "Feature", "properties": { "height": 14.050003051757812, "width": 60.93007025, "bedlev": 724.29998779296875, "branchid": "river_4", "branchtype": "river", "branchorder": "1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_4", "frictionid": "Manning_0.023", "index": null, "diameter": null, "index_right": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1386994.472163022495806, 5862120.192569970153272 ], [ 1386901.70592069462873, 5861985.408776421099901 ], [ 1386808.939678366994485, 5861850.627049146220088 ], [ 1386716.17343603936024, 5861715.847388052381575 ], [ 1386716.17343603936024, 5861581.069793051108718 ], [ 1386716.17343603936024, 5861446.294264048337936 ], [ 1386648.271799877518788, 5861347.644815167412162 ] ] } }, +{ "type": "Feature", "properties": { "height": 14.050003051757812, "width": 60.93007025, "bedlev": 724.29998779296875, "branchid": "river_4-1", "branchtype": "river", "branchorder": "1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_4", "frictionid": "Manning_0.023", "index": null, "diameter": null, "index_right": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1386648.271799877518788, 5861347.644815167412162 ], [ 1386623.407193711958826, 5861311.520800951868296 ], [ 1386623.407193711958826, 5861176.749403670430183 ], [ 1386530.64095138432458, 5861176.749403670430183 ], [ 1386437.874709056690335, 5861041.98007211368531 ], [ 1386437.874709056690335, 5860907.212806186638772 ], [ 1386437.874709056690335, 5860772.447605801746249 ], [ 1386437.874709056690335, 5860637.684470863081515 ], [ 1386345.108466728823259, 5860502.92340128030628 ], [ 1386345.108466728823259, 5860368.164396961219609 ], [ 1386252.342224401189014, 5860233.407457816414535 ], [ 1386159.575982073554769, 5860098.652583750896156 ], [ 1386159.575982073554769, 5859963.899774673394859 ], [ 1386159.575982073554769, 5859829.149030494503677 ], [ 1386159.575982073554769, 5859694.40035112015903 ], [ 1386252.342224401189014, 5859559.653736459091306 ], [ 1386252.342224401189014, 5859424.909186420030892 ], [ 1386252.342224401189014, 5859290.166700910776854 ], [ 1386252.342224401189014, 5859155.426279840059578 ], [ 1386345.108466728823259, 5859020.687923114746809 ] ] } }, +{ "type": "Feature", "properties": { "height": 17.349960327148438, "width": 60.93007025, "bedlev": 701.4000244140625, "branchid": "river_5", "branchtype": "river", "branchorder": "-1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_5", "frictionid": "Manning_0.023", "index": null, "diameter": null, "index_right": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1386345.108466728823259, 5859020.687923114746809 ], [ 1386252.342224401189014, 5858885.951630645431578 ], [ 1386159.575982073554769, 5858751.217402336187661 ], [ 1386159.575982073554769, 5858616.485238100402057 ], [ 1386159.575982073554769, 5858481.755137845873833 ], [ 1386159.575982073554769, 5858347.02710147574544 ], [ 1386066.809739745920524, 5858212.301128903403878 ], [ 1385974.043497418286279, 5858212.301128903403878 ], [ 1385881.277255090652034, 5858212.301128903403878 ], [ 1385788.511012763017789, 5858212.301128903403878 ], [ 1385695.744770435383543, 5858212.301128903403878 ], [ 1385602.978528107749298, 5858077.577220032922924 ], [ 1385510.212285780115053, 5857942.855374777689576 ], [ 1385510.212285780115053, 5857808.135593040846288 ], [ 1385417.446043452480808, 5857673.41787473578006 ], [ 1385324.679801124846563, 5857673.41787473578006 ], [ 1385231.913558797212318, 5857538.702219764702022 ], [ 1385231.913558797212318, 5857403.988628041930497 ], [ 1385231.913558797212318, 5857269.277099471539259 ], [ 1385231.913558797212318, 5857134.567633965052664 ], [ 1385324.679801124846563, 5856999.86023142747581 ], [ 1385231.913558797212318, 5856865.154891769401729 ], [ 1385231.913558797212318, 5856730.451614898629487 ], [ 1385139.147316469578072, 5856595.750400722958148 ], [ 1385046.381074141710997, 5856595.750400722958148 ], [ 1384953.614831814309582, 5856461.051249152049422 ], [ 1384860.848589486675337, 5856461.051249152049422 ], [ 1384768.082347159041092, 5856326.354160091839731 ], [ 1384768.082347159041092, 5856191.659133453853428 ], [ 1384675.316104831406847, 5856056.966169144026935 ], [ 1384582.549862503772601, 5856056.966169144026935 ], [ 1384489.783620175905526, 5855922.275267072021961 ], [ 1384397.017377848271281, 5855787.586427145637572 ], [ 1384304.251135520637035, 5855787.586427145637572 ], [ 1384211.48489319300279, 5855652.899649272672832 ], [ 1384118.718650865368545, 5855518.21493336185813 ], [ 1384025.952408537967131, 5855383.532279322855175 ], [ 1383933.186166210100055, 5855248.851687061600387 ], [ 1383840.41992388246581, 5855248.851687061600387 ], [ 1383747.653681554831564, 5855114.1731564886868 ], [ 1383747.653681554831564, 5854979.496687510982156 ], [ 1383747.653681554831564, 5854844.822280039079487 ], [ 1383654.887439227197319, 5854844.822280039079487 ], [ 1383562.121196899563074, 5854710.149933977983892 ], [ 1383469.354954571928829, 5854710.149933977983892 ], [ 1383376.588712244294584, 5854575.479649240151048 ], [ 1383283.822469916660339, 5854440.811425729654729 ], [ 1383191.056227589026093, 5854440.811425729654729 ] ] } } ] } diff --git a/examples/dflowfm_piave/geoms/crosssections.geojson b/examples/dflowfm_piave/geoms/crosssections.geojson index c7f61861..3bac6804 100644 --- a/examples/dflowfm_piave/geoms/crosssections.geojson +++ b/examples/dflowfm_piave/geoms/crosssections.geojson @@ -169,1477 +169,6 @@ { "type": "Feature", "properties": { "index": "pipe_8_E138_up", "crsloc_id": "pipe_8_E138_0.00", "crsloc_branchid": "pipe_8_E138", "crsloc_chainage": 0.0, "crsloc_shift": 1141.800048828125, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E138", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E138_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393720.523227575467899, 5859244.838272913359106 ] } }, { "type": "Feature", "properties": { "index": "pipe_8_E139_up", "crsloc_id": "pipe_8_E139_0.00", "crsloc_branchid": "pipe_8_E139", "crsloc_chainage": 0.0, "crsloc_shift": 1141.800048828125, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E139", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E139_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393765.710014625452459, 5859224.569284616038203 ] } }, { "type": "Feature", "properties": { "index": "pipe_8_E140_up", "crsloc_id": "pipe_8_E140_0.00", "crsloc_branchid": "pipe_8_E140", "crsloc_chainage": 0.0, "crsloc_shift": 1141.800048828125, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E140", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E140_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393806.409210936399177, 5859195.609256223775446 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E141_up", "crsloc_id": "pipe_8_E141_0.00", "crsloc_branchid": "pipe_8_E141", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E141", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E141_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393846.866742686368525, 5859166.301538489758968 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E142_up", "crsloc_id": "pipe_8_E142_0.00", "crsloc_branchid": "pipe_8_E142", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E142", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E142_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393891.92032476933673, 5859146.596169056370854 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E143_up", "crsloc_id": "pipe_8_E143_0.00", "crsloc_branchid": "pipe_8_E143", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E143", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E143_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393933.388036550255492, 5859122.27783191204071 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E144_up", "crsloc_id": "pipe_8_E144_0.00", "crsloc_branchid": "pipe_8_E144", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E144", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E144_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393962.852899672929198, 5859082.145733420737088 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E145_up", "crsloc_id": "pipe_8_E145_0.00", "crsloc_branchid": "pipe_8_E145", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E145", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E145_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394005.729330646339804, 5859059.753146149218082 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E146_up", "crsloc_id": "pipe_8_E146_0.00", "crsloc_branchid": "pipe_8_E146", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E146", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E146_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394055.475931912194937, 5859057.795491775497794 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E147_up", "crsloc_id": "pipe_8_E147_0.00", "crsloc_branchid": "pipe_8_E147", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E147", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E147_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394105.428024321328849, 5859057.063072990626097 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E148_up", "crsloc_id": "pipe_8_E148_0.00", "crsloc_branchid": "pipe_8_E148", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E148", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E148_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394154.825223857769743, 5859052.280367240309715 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E149_up", "crsloc_id": "pipe_8_E149_0.00", "crsloc_branchid": "pipe_8_E149", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E149", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E149_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394200.611384192248806, 5859033.003444260917604 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E150_up", "crsloc_id": "pipe_8_E150_0.00", "crsloc_branchid": "pipe_8_E150", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E150", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E150_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394249.433454187819734, 5859022.412897750735283 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E151_up", "crsloc_id": "pipe_8_E151_0.00", "crsloc_branchid": "pipe_8_E151", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E151", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E151_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394298.801166942343116, 5859016.404503071680665 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E152_up", "crsloc_id": "pipe_8_E152_0.00", "crsloc_branchid": "pipe_8_E152", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E152", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E152_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394342.946749913971871, 5859035.15985235851258 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E153_up", "crsloc_id": "pipe_8_E153_0.00", "crsloc_branchid": "pipe_8_E153", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E153", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E153_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394378.140150804072618, 5859070.400374908931553 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E154_up", "crsloc_id": "pipe_8_E154_0.00", "crsloc_branchid": "pipe_8_E154", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E154", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E154_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394425.059556928696111, 5859086.18745138309896 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E155_up", "crsloc_id": "pipe_8_E155_0.00", "crsloc_branchid": "pipe_8_E155", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E155", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E155_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394473.833242634311318, 5859096.998638955876231 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E156_up", "crsloc_id": "pipe_8_E156_0.00", "crsloc_branchid": "pipe_8_E156", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E156", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E156_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394522.606928340159357, 5859107.809826529584825 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E157_up", "crsloc_id": "pipe_8_E157_0.00", "crsloc_branchid": "pipe_8_E157", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E157", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E157_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394569.942334236111492, 5859123.168175579980016 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E158_up", "crsloc_id": "pipe_8_E158_0.00", "crsloc_branchid": "pipe_8_E158", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E158", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E158_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394614.71365896705538, 5859145.210272738710046 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E159_up", "crsloc_id": "pipe_8_E159_0.00", "crsloc_branchid": "pipe_8_E159", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E159", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E159_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394658.743920307140797, 5859168.813032755628228 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E160_up", "crsloc_id": "pipe_8_E160_0.00", "crsloc_branchid": "pipe_8_E160", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E160", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E160_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394702.774181646993384, 5859192.415792771615088 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E161_up", "crsloc_id": "pipe_8_E161_0.00", "crsloc_branchid": "pipe_8_E161", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E161", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E161_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394746.804442987078801, 5859216.018552787601948 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E162_up", "crsloc_id": "pipe_8_E162_0.00", "crsloc_branchid": "pipe_8_E162", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E162", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E162_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394790.834704327164218, 5859239.62131280452013 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E163_up", "crsloc_id": "pipe_8_E163_0.00", "crsloc_branchid": "pipe_8_E163", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E163", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E163_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394834.864965667249635, 5859263.22407282050699 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E164_up", "crsloc_id": "pipe_8_E164_0.00", "crsloc_branchid": "pipe_8_E164", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E164", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E164_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394880.208194822305813, 5859284.084080073982477 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E165_up", "crsloc_id": "pipe_8_E165_0.00", "crsloc_branchid": "pipe_8_E165", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E165", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E165_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394929.846528939437121, 5859285.224488531239331 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E166_up", "crsloc_id": "pipe_8_E166_0.00", "crsloc_branchid": "pipe_8_E166", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E166", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E166_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394979.602958623319864, 5859281.680337822064757 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E167_up", "crsloc_id": "pipe_8_E167_0.00", "crsloc_branchid": "pipe_8_E167", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E167", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E167_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395027.975007712375373, 5859291.301103600300848 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E168_up", "crsloc_id": "pipe_8_E168_0.00", "crsloc_branchid": "pipe_8_E168", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E168", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E168_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395064.979691450484097, 5859323.290621838532388 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E169_up", "crsloc_id": "pipe_8_E169_0.00", "crsloc_branchid": "pipe_8_E169", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E169", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E169_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395096.60637624678202, 5859361.958299425430596 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E170_up", "crsloc_id": "pipe_8_E170_0.00", "crsloc_branchid": "pipe_8_E170", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E170", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E170_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395138.056045547360554, 5859389.845197943039238 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E171_up", "crsloc_id": "pipe_8_E171_0.00", "crsloc_branchid": "pipe_8_E171", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E171", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E171_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395168.453442230820656, 5859428.834298213943839 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E172_up", "crsloc_id": "pipe_8_E172_0.00", "crsloc_branchid": "pipe_8_E172", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E172", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E172_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395194.723629675805569, 5859471.327020481228828 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E173_up", "crsloc_id": "pipe_8_E173_0.00", "crsloc_branchid": "pipe_8_E173", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E173", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E173_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395233.124693885445595, 5859502.259060705080628 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E174_up", "crsloc_id": "pipe_8_E174_0.00", "crsloc_branchid": "pipe_8_E174", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E174", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E174_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395279.894181140232831, 5859518.190229641273618 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E175_up", "crsloc_id": "pipe_8_E175_0.00", "crsloc_branchid": "pipe_8_E175", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E175", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E175_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395329.658068759599701, 5859514.672545188106596 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E176_up", "crsloc_id": "pipe_8_E176_0.00", "crsloc_branchid": "pipe_8_E176", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E176", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E176_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395379.275171030778438, 5859511.234951389953494 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E177_up", "crsloc_id": "pipe_8_E177_0.00", "crsloc_branchid": "pipe_8_E177", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E177", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E177_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395422.765292956260964, 5859533.509733532555401 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E178_up", "crsloc_id": "pipe_8_E178_0.00", "crsloc_branchid": "pipe_8_E178", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E178", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E178_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395460.958212529076263, 5859565.713073243387043 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E179_up", "crsloc_id": "pipe_8_E179_0.00", "crsloc_branchid": "pipe_8_E179", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E179", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E179_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395506.138909439090639, 5859585.240929782390594 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E180_up", "crsloc_id": "pipe_8_E180_0.00", "crsloc_branchid": "pipe_8_E180", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E180", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E180_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395555.525035230675712, 5859592.775169848464429 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E181_up", "crsloc_id": "pipe_8_E181_0.00", "crsloc_branchid": "pipe_8_E181", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E181", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E181_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395599.499233362497762, 5859614.24367141444236 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E182_up", "crsloc_id": "pipe_8_E182_0.00", "crsloc_branchid": "pipe_8_E182", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E182", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E182_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395632.258298622677103, 5859651.643457526341081 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E183_up", "crsloc_id": "pipe_8_E183_0.00", "crsloc_branchid": "pipe_8_E183", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E183", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E183_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395662.990371769992635, 5859691.006367458030581 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E184_up", "crsloc_id": "pipe_8_E184_0.00", "crsloc_branchid": "pipe_8_E184", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E184", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E184_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395699.859898457303643, 5859721.886182527057827 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E185_up", "crsloc_id": "pipe_8_E185_0.00", "crsloc_branchid": "pipe_8_E185", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E185", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E185_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395748.598021129379049, 5859732.768336392007768 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E186_up", "crsloc_id": "pipe_8_E186_0.00", "crsloc_branchid": "pipe_8_E186", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E186", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E186_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395798.108951882226393, 5859738.817077570594847 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E187_up", "crsloc_id": "pipe_8_E187_0.00", "crsloc_branchid": "pipe_8_E187", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E187", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E187_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395847.432503558928147, 5859732.277596881613135 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E188_up", "crsloc_id": "pipe_8_E188_0.00", "crsloc_branchid": "pipe_8_E188", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E188", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E188_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395896.707545045297593, 5859725.029526701197028 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E189_up", "crsloc_id": "pipe_8_E189_0.00", "crsloc_branchid": "pipe_8_E189", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E189", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E189_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395945.676986357429996, 5859732.97450408898294 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E190_up", "crsloc_id": "pipe_8_E190_0.00", "crsloc_branchid": "pipe_8_E190", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E190", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E190_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395992.823192392243072, 5859749.496896487660706 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E191_up", "crsloc_id": "pipe_8_E191_0.00", "crsloc_branchid": "pipe_8_E191", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E191", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E191_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396039.969398427288979, 5859766.019288886338472 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E192_up", "crsloc_id": "pipe_8_E192_0.00", "crsloc_branchid": "pipe_8_E192", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E192", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E192_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396087.115604462334886, 5859782.541681285016239 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E193_up", "crsloc_id": "pipe_8_E193_0.00", "crsloc_branchid": "pipe_8_E193", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E193", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E193_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396136.122726181754842, 5859783.256126726977527 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E194_up", "crsloc_id": "pipe_8_E194_0.00", "crsloc_branchid": "pipe_8_E194", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E194", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E194_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396184.557975406525657, 5859773.177098214626312 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E195_up", "crsloc_id": "pipe_8_E195_0.00", "crsloc_branchid": "pipe_8_E195", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E195", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E195_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396234.332321533700451, 5859776.813416129909456 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E196_up", "crsloc_id": "pipe_8_E196_0.00", "crsloc_branchid": "pipe_8_E196", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E196", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E196_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396284.079435384133831, 5859781.393684419803321 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E197_up", "crsloc_id": "pipe_8_E197_0.00", "crsloc_branchid": "pipe_8_E197", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E197", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E197_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396333.82654923456721, 5859785.97395271062851 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E198_up", "crsloc_id": "pipe_8_E198_0.00", "crsloc_branchid": "pipe_8_E198", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E198", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E198_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396383.573663085000589, 5859790.554221000522375 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E199_up", "crsloc_id": "pipe_8_E199_0.00", "crsloc_branchid": "pipe_8_E199", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E199", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E199_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396433.3207769356668, 5859795.134489291347563 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E200_up", "crsloc_id": "pipe_8_E200_0.00", "crsloc_branchid": "pipe_8_E200", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E200", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E200_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396482.971062028314918, 5859800.63004573341459 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E201_up", "crsloc_id": "pipe_8_E201_0.00", "crsloc_branchid": "pipe_8_E201", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E201", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E201_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396532.628195792203769, 5859805.573254623450339 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E202_up", "crsloc_id": "pipe_8_E202_0.00", "crsloc_branchid": "pipe_8_E202", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E202", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E202_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396582.445765120442957, 5859803.006616869010031 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E203_up", "crsloc_id": "pipe_8_E203_0.00", "crsloc_branchid": "pipe_8_E203", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E203", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E203_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396632.004199309274554, 5859796.704569994471967 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E204_up", "crsloc_id": "pipe_8_E204_0.00", "crsloc_branchid": "pipe_8_E204", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E204", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E204_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396681.67369817988947, 5859791.799600607715547 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E205_up", "crsloc_id": "pipe_8_E205_0.00", "crsloc_branchid": "pipe_8_E205", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E205", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E205_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396731.549113321350887, 5859793.205961636267602 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E206_up", "crsloc_id": "pipe_8_E206_0.00", "crsloc_branchid": "pipe_8_E206", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E206", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E206_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396781.208348408574238, 5859798.40605031978339 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E207_up", "crsloc_id": "pipe_8_E207_0.00", "crsloc_branchid": "pipe_8_E207", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E207", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E207_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396830.710641485406086, 5859805.134881881996989 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E208_up", "crsloc_id": "pipe_8_E208_0.00", "crsloc_branchid": "pipe_8_E208", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E208", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E208_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396880.212934562237933, 5859811.863713445141912 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E209_up", "crsloc_id": "pipe_8_E209_0.00", "crsloc_branchid": "pipe_8_E209", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E209", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E209_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396929.517627175664529, 5859819.913461329415441 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E210_up", "crsloc_id": "pipe_8_E210_0.00", "crsloc_branchid": "pipe_8_E210", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E210", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E210_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396978.821983117843047, 5859827.965459789149463 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E211_up", "crsloc_id": "pipe_8_E211_0.00", "crsloc_branchid": "pipe_8_E211", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E211", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E211_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397026.069022371433675, 5859842.370200684294105 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E212_up", "crsloc_id": "pipe_8_E212_0.00", "crsloc_branchid": "pipe_8_E212", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E212", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E212_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397066.546459601027891, 5859871.497040014714003 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E213_up", "crsloc_id": "pipe_8_E213_0.00", "crsloc_branchid": "pipe_8_E213", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E213", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E213_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397112.32103202980943, 5859891.233403690159321 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E214_up", "crsloc_id": "pipe_8_E214_0.00", "crsloc_branchid": "pipe_8_E214", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E214", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E214_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397158.934577539330348, 5859909.203700546175241 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E215_up", "crsloc_id": "pipe_8_E215_0.00", "crsloc_branchid": "pipe_8_E215", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E215", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E215_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397208.628899687202647, 5859912.217249902896583 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E216_up", "crsloc_id": "pipe_8_E216_0.00", "crsloc_branchid": "pipe_8_E216", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E216", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E216_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397258.349997788900509, 5859908.621303669176996 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E217_up", "crsloc_id": "pipe_8_E217_0.00", "crsloc_branchid": "pipe_8_E217", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E217", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E217_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397307.652687890455127, 5859900.559111485257745 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E218_up", "crsloc_id": "pipe_8_E218_0.00", "crsloc_branchid": "pipe_8_E218", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E218", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E218_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397356.819969275966287, 5859891.718973587267101 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E219_up", "crsloc_id": "pipe_8_E219_0.00", "crsloc_branchid": "pipe_8_E219", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E219", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E219_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397405.947162994416431, 5859882.64852533955127 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E220_up", "crsloc_id": "pipe_8_E220_0.00", "crsloc_branchid": "pipe_8_E220", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E220", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E220_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397455.074356712866575, 5859873.578077092766762 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E221_up", "crsloc_id": "pipe_8_E221_0.00", "crsloc_branchid": "pipe_8_E221", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E221", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E221_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397504.201550431316718, 5859864.507628845050931 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E222_up", "crsloc_id": "pipe_8_E222_0.00", "crsloc_branchid": "pipe_8_E222", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E222", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E222_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397554.018958964385092, 5859861.992306004278362 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E223_up", "crsloc_id": "pipe_8_E223_0.00", "crsloc_branchid": "pipe_8_E223", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E223", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E223_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397603.971859964774922, 5859861.624241239391267 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E224_up", "crsloc_id": "pipe_8_E224_0.00", "crsloc_branchid": "pipe_8_E224", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E224", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E224_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397653.88297161902301, 5859859.471306613646448 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E225_up", "crsloc_id": "pipe_8_E225_0.00", "crsloc_branchid": "pipe_8_E225", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E225", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E225_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397703.423982579493895, 5859861.881308420561254 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E226_up", "crsloc_id": "pipe_8_E226_0.00", "crsloc_branchid": "pipe_8_E226", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E226", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E226_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397747.023107959888875, 5859886.10373152885586 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E227_up", "crsloc_id": "pipe_8_E227_0.00", "crsloc_branchid": "pipe_8_E227", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E227", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E227_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397793.638197069521993, 5859903.174489093013108 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E228_up", "crsloc_id": "pipe_8_E228_0.00", "crsloc_branchid": "pipe_8_E228", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E228", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E228_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397843.058697305386886, 5859908.075518388301134 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E229_up", "crsloc_id": "pipe_8_E229_0.00", "crsloc_branchid": "pipe_8_E229", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E229", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E229_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397891.750025275163352, 5859898.873471706174314 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E230_up", "crsloc_id": "pipe_8_E230_0.00", "crsloc_branchid": "pipe_8_E230", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E230", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E230_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397936.923744227737188, 5859877.870162684470415 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E231_up", "crsloc_id": "pipe_8_E231_0.00", "crsloc_branchid": "pipe_8_E231", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E231", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E231_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397981.64439625875093, 5859855.90778212249279 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E232_up", "crsloc_id": "pipe_8_E232_0.00", "crsloc_branchid": "pipe_8_E232", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E232", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E232_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398028.885239223018289, 5859839.657952889800072 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E233_up", "crsloc_id": "pipe_8_E233_0.00", "crsloc_branchid": "pipe_8_E233", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E233", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E233_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398074.333874926203862, 5859819.596489317715168 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E234_up", "crsloc_id": "pipe_8_E234_0.00", "crsloc_branchid": "pipe_8_E234", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E234", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E234_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398115.10738128842786, 5859790.975434089079499 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E235_up", "crsloc_id": "pipe_8_E235_0.00", "crsloc_branchid": "pipe_8_E235", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E235", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E235_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398149.744975707959384, 5859755.089587510563433 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E236_up", "crsloc_id": "pipe_8_E236_0.00", "crsloc_branchid": "pipe_8_E236", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E236", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E236_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398183.274726968258619, 5859718.055684468708932 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E237_up", "crsloc_id": "pipe_8_E237_0.00", "crsloc_branchid": "pipe_8_E237", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E237", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E237_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398216.804478228790686, 5859681.021781427785754 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E238_up", "crsloc_id": "pipe_8_E238_0.00", "crsloc_branchid": "pipe_8_E238", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E238", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E238_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398250.334229489089921, 5859643.987878385931253 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E239_up", "crsloc_id": "pipe_8_E239_0.00", "crsloc_branchid": "pipe_8_E239", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E239", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E239_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398284.481650964356959, 5859607.524329618550837 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E240_up", "crsloc_id": "pipe_8_E240_0.00", "crsloc_branchid": "pipe_8_E240", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E240", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E240_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398319.317491063848138, 5859571.767064870335162 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E241_up", "crsloc_id": "pipe_8_E241_0.00", "crsloc_branchid": "pipe_8_E241", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E241", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E241_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398357.123779168818146, 5859539.110690702684224 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E242_up", "crsloc_id": "pipe_8_E242_0.00", "crsloc_branchid": "pipe_8_E242", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E242", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E242_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398396.994694244116545, 5859509.175408939830959 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E243_up", "crsloc_id": "pipe_8_E243_0.00", "crsloc_branchid": "pipe_8_E243", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E243", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E243_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398438.625188711099327, 5859481.559179571457207 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E244_up", "crsloc_id": "pipe_8_E244_0.00", "crsloc_branchid": "pipe_8_E244", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E244", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E244_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398483.539108508033678, 5859460.905187982134521 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E245_up", "crsloc_id": "pipe_8_E245_0.00", "crsloc_branchid": "pipe_8_E245", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E245", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E245_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398531.329333725385368, 5859446.3501693373546 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E246_up", "crsloc_id": "pipe_8_E246_0.00", "crsloc_branchid": "pipe_8_E246", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E246", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E246_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398573.904497290030122, 5859448.908529263921082 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E247_up", "crsloc_id": "pipe_8_E247_0.00", "crsloc_branchid": "pipe_8_E247", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E247", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E247_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398532.548580731498078, 5859465.879761456511915 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E248_up", "crsloc_id": "pipe_8_E248_0.00", "crsloc_branchid": "pipe_8_E248", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E248", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E248_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398491.570629527093843, 5859492.568126837722957 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E249_up", "crsloc_id": "pipe_8_E249_0.00", "crsloc_branchid": "pipe_8_E249", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E249", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E249_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398461.301121125230566, 5859532.253487977199256 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E250_up", "crsloc_id": "pipe_8_E250_0.00", "crsloc_branchid": "pipe_8_E250", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E250", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E250_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398432.456113477703184, 5859573.008350426331162 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E251_up", "crsloc_id": "pipe_8_E251_0.00", "crsloc_branchid": "pipe_8_E251", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E251", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E251_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398405.885065378854051, 5859615.313593564555049 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E252_up", "crsloc_id": "pipe_8_E252_0.00", "crsloc_branchid": "pipe_8_E252", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E252", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E252_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398401.093442294746637, 5859656.772992729209363 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E253_up", "crsloc_id": "pipe_8_E253_0.00", "crsloc_branchid": "pipe_8_E253", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E253", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E253_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398434.507358234375715, 5859623.867795357480645 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E254_up", "crsloc_id": "pipe_8_E254_0.00", "crsloc_branchid": "pipe_8_E254", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E254", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E254_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398464.939288959605619, 5859584.535415932536125 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E255_up", "crsloc_id": "pipe_8_E255_0.00", "crsloc_branchid": "pipe_8_E255", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E255", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E255_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398503.837231649784371, 5859553.340068104676902 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E256_up", "crsloc_id": "pipe_8_E256_0.00", "crsloc_branchid": "pipe_8_E256", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E256", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E256_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398546.459559988696128, 5859528.119997682981193 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E257_up", "crsloc_id": "pipe_8_E257_0.00", "crsloc_branchid": "pipe_8_E257", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E257", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E257_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398595.661088732071221, 5859519.461836019530892 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E258_up", "crsloc_id": "pipe_8_E258_0.00", "crsloc_branchid": "pipe_8_E258", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E258", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E258_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398644.526447595329955, 5859509.27881785761565 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E259_up", "crsloc_id": "pipe_8_E259_0.00", "crsloc_branchid": "pipe_8_E259", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E259", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E259_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398692.807618896011263, 5859496.445942424237728 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E260_up", "crsloc_id": "pipe_8_E260_0.00", "crsloc_branchid": "pipe_8_E260", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E260", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E260_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398739.501339873997495, 5859478.733093839138746 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E261_up", "crsloc_id": "pipe_8_E261_0.00", "crsloc_branchid": "pipe_8_E261", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E261", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E261_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398787.201663054060191, 5859464.343881354667246 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E262_up", "crsloc_id": "pipe_8_E262_0.00", "crsloc_branchid": "pipe_8_E262", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E262", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E262_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398835.171647123061121, 5859451.045873033814132 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E263_up", "crsloc_id": "pipe_8_E263_0.00", "crsloc_branchid": "pipe_8_E263", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E263", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E263_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398858.065017622429878, 5859409.515308484435081 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E264_up", "crsloc_id": "pipe_8_E264_0.00", "crsloc_branchid": "pipe_8_E264", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E264", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E264_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398847.216460886178538, 5859362.391017832793295 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E265_up", "crsloc_id": "pipe_8_E265_0.00", "crsloc_branchid": "pipe_8_E265", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E265", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E265_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398801.557521830545738, 5859344.727349349297583 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E266_up", "crsloc_id": "pipe_8_E266_0.00", "crsloc_branchid": "pipe_8_E266", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E266", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E266_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398802.493710001232103, 5859324.148681189864874 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E267_up", "crsloc_id": "pipe_8_E267_0.00", "crsloc_branchid": "pipe_8_E267", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E267", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E267_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398847.80217386293225, 5859345.19370355643332 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E268_up", "crsloc_id": "pipe_8_E268_0.00", "crsloc_branchid": "pipe_8_E268", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E268", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E268_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398883.701321874046698, 5859379.053840053267777 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E269_up", "crsloc_id": "pipe_8_E269_0.00", "crsloc_branchid": "pipe_8_E269", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E269", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E269_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398921.561593507183716, 5859405.59266600292176 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E270_up", "crsloc_id": "pipe_8_E270_0.00", "crsloc_branchid": "pipe_8_E270", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E270", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E270_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398916.532475853571668, 5859367.261669612489641 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E271_up", "crsloc_id": "pipe_8_E271_0.00", "crsloc_branchid": "pipe_8_E271", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E271", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E271_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398878.751509881811216, 5859335.164943357929587 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E272_up", "crsloc_id": "pipe_8_E272_0.00", "crsloc_branchid": "pipe_8_E272", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E272", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E272_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398837.095387369161472, 5859308.388286277651787 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E273_up", "crsloc_id": "pipe_8_E273_0.00", "crsloc_branchid": "pipe_8_E273", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E273", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E273_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398828.4637511507608, 5859260.883863331750035 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E274_up", "crsloc_id": "pipe_8_E274_0.00", "crsloc_branchid": "pipe_8_E274", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E274", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E274_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398825.407821342581883, 5859211.35791480075568 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E275_up", "crsloc_id": "pipe_8_E275_0.00", "crsloc_branchid": "pipe_8_E275", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E275", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E275_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398810.070193937746808, 5859163.81307933293283 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E276_up", "crsloc_id": "pipe_8_E276_0.00", "crsloc_branchid": "pipe_8_E276", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E276", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E276_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398794.732566533144563, 5859116.26824386510998 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E277_up", "crsloc_id": "pipe_8_E277_0.00", "crsloc_branchid": "pipe_8_E277", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E277", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E277_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398782.747474028496072, 5859067.9170350600034 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E278_up", "crsloc_id": "pipe_8_E278_0.00", "crsloc_branchid": "pipe_8_E278", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E278", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E278_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398770.17950126901269, 5859019.8204888086766 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E279_up", "crsloc_id": "pipe_8_E279_0.00", "crsloc_branchid": "pipe_8_E279", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E279", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E279_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398795.085148732177913, 5859018.555148786865175 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E280_up", "crsloc_id": "pipe_8_E280_0.00", "crsloc_branchid": "pipe_8_E280", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E280", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E280_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398805.761120797367766, 5859067.358609878458083 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E281_up", "crsloc_id": "pipe_8_E281_0.00", "crsloc_branchid": "pipe_8_E281", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E281", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E281_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398822.476000100839883, 5859113.877516822889447 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E282_up", "crsloc_id": "pipe_8_E282_0.00", "crsloc_branchid": "pipe_8_E282", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E282", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E282_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398846.775557091226801, 5859157.527095561847091 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E283_up", "crsloc_id": "pipe_8_E283_0.00", "crsloc_branchid": "pipe_8_E283", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E283", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E283_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398856.31471465039067, 5859206.267450321465731 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E284_up", "crsloc_id": "pipe_8_E284_0.00", "crsloc_branchid": "pipe_8_E284", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E284", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E284_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398869.156176014570519, 5859252.201237232424319 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E285_up", "crsloc_id": "pipe_8_E285_0.00", "crsloc_branchid": "pipe_8_E285", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E285", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E285_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398880.023954376578331, 5859208.279428681358695 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E286_up", "crsloc_id": "pipe_8_E286_0.00", "crsloc_branchid": "pipe_8_E286", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E286", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E286_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398880.626256473595276, 5859158.584949998185039 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E287_up", "crsloc_id": "pipe_8_E287_0.00", "crsloc_branchid": "pipe_8_E287", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E287", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E287_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398868.13963572261855, 5859110.213072876445949 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E288_up", "crsloc_id": "pipe_8_E288_0.00", "crsloc_branchid": "pipe_8_E288", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E288", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E288_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398853.932250312762335, 5859062.36953486315906 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E289_up", "crsloc_id": "pipe_8_E289_0.00", "crsloc_branchid": "pipe_8_E289", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E289", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E289_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398837.122472708113492, 5859015.325028585270047 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E290_up", "crsloc_id": "pipe_8_E290_0.00", "crsloc_branchid": "pipe_8_E290", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E290", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E290_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398811.025979021331295, 5858975.228952785953879 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E291_up", "crsloc_id": "pipe_8_E291_0.00", "crsloc_branchid": "pipe_8_E291", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E291", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E291_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398792.731020024977624, 5858942.105522636324167 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E292_up", "crsloc_id": "pipe_8_E292_0.00", "crsloc_branchid": "pipe_8_E292", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E292", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E292_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398830.329653899185359, 5858969.070570295676589 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E293_up", "crsloc_id": "pipe_8_E293_0.00", "crsloc_branchid": "pipe_8_E293", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E293", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E293_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398855.120396409882233, 5859011.387144382111728 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E294_up", "crsloc_id": "pipe_8_E294_0.00", "crsloc_branchid": "pipe_8_E294", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E294", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E294_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398871.986897473689169, 5859058.411343852989376 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E295_up", "crsloc_id": "pipe_8_E295_0.00", "crsloc_branchid": "pipe_8_E295", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E295", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E295_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398888.853398537263274, 5859105.435543324798346 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E296_up", "crsloc_id": "pipe_8_E296_0.00", "crsloc_branchid": "pipe_8_E296", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E296", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E296_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398900.727339124539867, 5859081.638882641680539 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E297_up", "crsloc_id": "pipe_8_E297_0.00", "crsloc_branchid": "pipe_8_E297", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E297", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E297_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398886.090775846736506, 5859033.873568767681718 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E298_up", "crsloc_id": "pipe_8_E298_0.00", "crsloc_branchid": "pipe_8_E298", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E298", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E298_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398871.454212568933144, 5858986.108254893682897 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E299_up", "crsloc_id": "pipe_8_E299_0.00", "crsloc_branchid": "pipe_8_E299", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E299", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E299_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398849.153736402047798, 5858941.779146169312298 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E300_up", "crsloc_id": "pipe_8_E300_0.00", "crsloc_branchid": "pipe_8_E300", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E300", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E300_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398815.222575184656307, 5858905.112669756636024 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E301_up", "crsloc_id": "pipe_8_E301_0.00", "crsloc_branchid": "pipe_8_E301", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E301", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E301_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398794.85430785198696, 5858859.946741789579391 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E302_up", "crsloc_id": "pipe_8_E302_0.00", "crsloc_branchid": "pipe_8_E302", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E302", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E302_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398792.106715303380042, 5858810.75299206469208 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E303_up", "crsloc_id": "pipe_8_E303_0.00", "crsloc_branchid": "pipe_8_E303", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E303", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E303_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398793.643042888259515, 5858760.819096846506 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E304_up", "crsloc_id": "pipe_8_E304_0.00", "crsloc_branchid": "pipe_8_E304", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E304", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E304_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398790.088434485485777, 5858711.060477316379547 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E305_up", "crsloc_id": "pipe_8_E305_0.00", "crsloc_branchid": "pipe_8_E305", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E305", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E305_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398794.878786830464378, 5858662.547426326200366 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E306_up", "crsloc_id": "pipe_8_E306_0.00", "crsloc_branchid": "pipe_8_E306", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E306", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E306_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398819.366494038375095, 5858670.364549998193979 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E307_up", "crsloc_id": "pipe_8_E307_0.00", "crsloc_branchid": "pipe_8_E307", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E307", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E307_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398819.617673476459458, 5858716.76762757729739 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E308_up", "crsloc_id": "pipe_8_E308_0.00", "crsloc_branchid": "pipe_8_E308", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E308", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E308_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398839.440140422666445, 5858762.622695895843208 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E309_up", "crsloc_id": "pipe_8_E309_0.00", "crsloc_branchid": "pipe_8_E309", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E309", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E309_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398862.207243219949305, 5858806.886671305634081 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E310_up", "crsloc_id": "pipe_8_E310_0.00", "crsloc_branchid": "pipe_8_E310", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E310", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E310_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398889.802204162580892, 5858848.531266688369215 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E311_up", "crsloc_id": "pipe_8_E311_0.00", "crsloc_branchid": "pipe_8_E311", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E311", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E311_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398917.39716510521248, 5858890.17586207203567 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E312_up", "crsloc_id": "pipe_8_E312_0.00", "crsloc_branchid": "pipe_8_E312", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E312", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E312_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398944.992126047844067, 5858931.820457454770803 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E313_up", "crsloc_id": "pipe_8_E313_0.00", "crsloc_branchid": "pipe_8_E313", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E313", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E313_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398971.575186722679064, 5858973.957092110067606 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E314_up", "crsloc_id": "pipe_8_E314_0.00", "crsloc_branchid": "pipe_8_E314", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E314", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E314_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398987.166208792012185, 5859021.419029271230102 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E315_up", "crsloc_id": "pipe_8_E315_0.00", "crsloc_branchid": "pipe_8_E315", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E315", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E315_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399016.090406245552003, 5859058.44711637031287 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E316_up", "crsloc_id": "pipe_8_E316_0.00", "crsloc_branchid": "pipe_8_E316", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E316", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E316_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399064.877304280875251, 5859051.315186527557671 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E317_up", "crsloc_id": "pipe_8_E317_0.00", "crsloc_branchid": "pipe_8_E317", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E317", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E317_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399112.820078881457448, 5859037.270808375440538 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E318_up", "crsloc_id": "pipe_8_E318_0.00", "crsloc_branchid": "pipe_8_E318", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E318", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E318_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399155.369209250900894, 5859045.770087925717235 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E319_up", "crsloc_id": "pipe_8_E319_0.00", "crsloc_branchid": "pipe_8_E319", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E319", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E319_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399184.26689311536029, 5859080.177823886275291 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E320_up", "crsloc_id": "pipe_8_E320_0.00", "crsloc_branchid": "pipe_8_E320", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E320", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E320_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399230.582083143759519, 5859061.869365677237511 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E321_up", "crsloc_id": "pipe_8_E321_0.00", "crsloc_branchid": "pipe_8_E321", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E321", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E321_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399278.64013407076709, 5859050.891167950816453 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E322_up", "crsloc_id": "pipe_8_E322_0.00", "crsloc_branchid": "pipe_8_E322", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E322", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E322_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399328.355699470732361, 5859048.321908378973603 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E323_up", "crsloc_id": "pipe_8_E323_0.00", "crsloc_branchid": "pipe_8_E323", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E323", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E323_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399370.16553715383634, 5859074.816641157492995 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E324_up", "crsloc_id": "pipe_8_E324_0.00", "crsloc_branchid": "pipe_8_E324", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E324", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E324_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399410.248347557615489, 5859104.537193459458649 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E325_up", "crsloc_id": "pipe_8_E325_0.00", "crsloc_branchid": "pipe_8_E325", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E325", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E325_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399458.397684239549562, 5859099.588150420226157 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E326_up", "crsloc_id": "pipe_8_E326_0.00", "crsloc_branchid": "pipe_8_E326", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E326", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E326_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399505.852520841639489, 5859083.975741870701313 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E327_up", "crsloc_id": "pipe_8_E327_0.00", "crsloc_branchid": "pipe_8_E327", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E327", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E327_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399555.343614747049287, 5859081.947722216136754 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E328_up", "crsloc_id": "pipe_8_E328_0.00", "crsloc_branchid": "pipe_8_E328", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E328", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E328_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399601.015649068634957, 5859062.386111154220998 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E329_up", "crsloc_id": "pipe_8_E329_0.00", "crsloc_branchid": "pipe_8_E329", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E329", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E329_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399645.166987635195255, 5859039.625559205189347 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E330_up", "crsloc_id": "pipe_8_E330_0.00", "crsloc_branchid": "pipe_8_E330", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E330", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E330_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399678.521855275146663, 5859013.434346660971642 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E331_up", "crsloc_id": "pipe_8_E331_0.00", "crsloc_branchid": "pipe_8_E331", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E331", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E331_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399631.887222865596414, 5859026.524122441187501 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E332_up", "crsloc_id": "pipe_8_E332_0.00", "crsloc_branchid": "pipe_8_E332", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E332", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E332_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399582.468943196348846, 5859026.310079920105636 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E333_up", "crsloc_id": "pipe_8_E333_0.00", "crsloc_branchid": "pipe_8_E333", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E333", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E333_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399539.589506425894797, 5859003.595072196796536 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E334_up", "crsloc_id": "pipe_8_E334_0.00", "crsloc_branchid": "pipe_8_E334", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E334", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E334_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399519.86119730817154, 5858958.118475421331823 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E335_up", "crsloc_id": "pipe_8_E335_0.00", "crsloc_branchid": "pipe_8_E335", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E335", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E335_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399500.702504059299827, 5858912.330591697245836 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E336_up", "crsloc_id": "pipe_8_E336_0.00", "crsloc_branchid": "pipe_8_E336", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E336", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E336_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399459.870544660370797, 5858907.820527501404285 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E337_up", "crsloc_id": "pipe_8_E337_0.00", "crsloc_branchid": "pipe_8_E337", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E337", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E337_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399416.549590024864301, 5858931.836601889692247 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E338_up", "crsloc_id": "pipe_8_E338_0.00", "crsloc_branchid": "pipe_8_E338", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E338", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E338_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399368.608087686588988, 5858925.861022648401558 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E339_up", "crsloc_id": "pipe_8_E339_0.00", "crsloc_branchid": "pipe_8_E339", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E339", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E339_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399321.001041107112542, 5858910.717598000541329 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E340_up", "crsloc_id": "pipe_8_E340_0.00", "crsloc_branchid": "pipe_8_E340", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E340", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E340_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399280.58931208611466, 5858885.789108638651669 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E341_up", "crsloc_id": "pipe_8_E341_0.00", "crsloc_branchid": "pipe_8_E341", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E341", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E341_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399313.228826150530949, 5858881.984086359851062 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E342_up", "crsloc_id": "pipe_8_E342_0.00", "crsloc_branchid": "pipe_8_E342", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E342", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E342_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399361.001372494967654, 5858895.408078421838582 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E343_up", "crsloc_id": "pipe_8_E343_0.00", "crsloc_branchid": "pipe_8_E343", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E343", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E343_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399410.482293800916523, 5858895.717533824034035 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E344_up", "crsloc_id": "pipe_8_E344_0.00", "crsloc_branchid": "pipe_8_E344", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E344", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E344_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399446.095617066370323, 5858863.024840264581144 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E345_up", "crsloc_id": "pipe_8_E345_0.00", "crsloc_branchid": "pipe_8_E345", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E345", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E345_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399474.489380049519241, 5858822.346942132338881 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E346_up", "crsloc_id": "pipe_8_E346_0.00", "crsloc_branchid": "pipe_8_E346", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E346", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E346_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399520.245104632107541, 5858824.819885011762381 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E347_up", "crsloc_id": "pipe_8_E347_0.00", "crsloc_branchid": "pipe_8_E347", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E347", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E347_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399566.586486837361008, 5858839.3189777135849 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E348_up", "crsloc_id": "pipe_8_E348_0.00", "crsloc_branchid": "pipe_8_E348", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E348", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E348_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399615.488784328103065, 5858830.109275444410741 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E349_up", "crsloc_id": "pipe_8_E349_0.00", "crsloc_branchid": "pipe_8_E349", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E349", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E349_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399664.699285737471655, 5858823.037898446433246 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E350_up", "crsloc_id": "pipe_8_E350_0.00", "crsloc_branchid": "pipe_8_E350", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E350", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E350_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399714.575816753786057, 5858820.194335919804871 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E351_up", "crsloc_id": "pipe_8_E351_0.00", "crsloc_branchid": "pipe_8_E351", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E351", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E351_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399764.179638285189867, 5858814.939907448366284 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E352_up", "crsloc_id": "pipe_8_E352_0.00", "crsloc_branchid": "pipe_8_E352", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E352", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E352_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399807.40419201576151, 5858832.621448652818799 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E353_up", "crsloc_id": "pipe_8_E353_0.00", "crsloc_branchid": "pipe_8_E353", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E353", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E353_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399840.471942235482857, 5858870.051494165323675 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E354_up", "crsloc_id": "pipe_8_E354_0.00", "crsloc_branchid": "pipe_8_E354", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E354", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E354_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399869.586369307944551, 5858910.480171481147408 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E355_up", "crsloc_id": "pipe_8_E355_0.00", "crsloc_branchid": "pipe_8_E355", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E355", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E355_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399904.217733812285587, 5858914.438459014520049 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E356_up", "crsloc_id": "pipe_8_E356_0.00", "crsloc_branchid": "pipe_8_E356", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E356", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E356_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399875.04219179507345, 5858876.656133281998336 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E357_up", "crsloc_id": "pipe_8_E357_0.00", "crsloc_branchid": "pipe_8_E357", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E357", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E357_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399842.579061046708375, 5858838.781471054069698 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E358_up", "crsloc_id": "pipe_8_E358_0.00", "crsloc_branchid": "pipe_8_E358", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E358", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E358_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399811.183227530913427, 5858799.922034208662808 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E359_up", "crsloc_id": "pipe_8_E359_0.00", "crsloc_branchid": "pipe_8_E359", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E359", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E359_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399767.760693783638999, 5858788.157405063509941 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E360_up", "crsloc_id": "pipe_8_E360_0.00", "crsloc_branchid": "pipe_8_E360", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E360", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E360_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399730.487013682723045, 5858765.889758992940187 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E361_up", "crsloc_id": "pipe_8_E361_0.00", "crsloc_branchid": "pipe_8_E361", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E361", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E361_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399775.990700061200187, 5858756.396031175740063 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E362_up", "crsloc_id": "pipe_8_E362_0.00", "crsloc_branchid": "pipe_8_E362", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E362", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E362_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399822.645813958020881, 5858770.309895566664636 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E363_up", "crsloc_id": "pipe_8_E363_0.00", "crsloc_branchid": "pipe_8_E363", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E363", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E363_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399848.382879206677899, 5858812.671142770908773 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E364_up", "crsloc_id": "pipe_8_E364_0.00", "crsloc_branchid": "pipe_8_E364", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E364", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E364_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399890.146971003850922, 5858839.840006156824529 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E365_up", "crsloc_id": "pipe_8_E365_0.00", "crsloc_branchid": "pipe_8_E365", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E365", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E365_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399933.024881581775844, 5858865.203323930501938 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E366_up", "crsloc_id": "pipe_8_E366_0.00", "crsloc_branchid": "pipe_8_E366", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E366", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E366_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399981.74044368439354, 5858875.856378244236112 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E367_up", "crsloc_id": "pipe_8_E367_0.00", "crsloc_branchid": "pipe_8_E367", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E367", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E367_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400031.093885593581945, 5858881.904236211441457 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E368_up", "crsloc_id": "pipe_8_E368_0.00", "crsloc_branchid": "pipe_8_E368", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E368", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E368_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400074.736314863199368, 5858861.749566146172583 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E369_up", "crsloc_id": "pipe_8_E369_0.00", "crsloc_branchid": "pipe_8_E369", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E369", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E369_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400120.04604879906401, 5858848.047577112913132 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E370_up", "crsloc_id": "pipe_8_E370_0.00", "crsloc_branchid": "pipe_8_E370", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E370", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E370_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400169.107465818757191, 5858855.451738660223782 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E371_up", "crsloc_id": "pipe_8_E371_0.00", "crsloc_branchid": "pipe_8_E371", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E371", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E371_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400219.055904014734551, 5858854.498997437767684 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E372_up", "crsloc_id": "pipe_8_E372_0.00", "crsloc_branchid": "pipe_8_E372", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E372", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E372_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400264.202496099984273, 5858835.102559102699161 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E373_up", "crsloc_id": "pipe_8_E373_0.00", "crsloc_branchid": "pipe_8_E373", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E373", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E373_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400313.5064406034071, 5858828.076241883449256 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E374_up", "crsloc_id": "pipe_8_E374_0.00", "crsloc_branchid": "pipe_8_E374", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E374", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E374_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400363.408214918803424, 5858825.92084645293653 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E375_up", "crsloc_id": "pipe_8_E375_0.00", "crsloc_branchid": "pipe_8_E375", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E375", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E375_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400412.12190379598178, 5858816.438460538163781 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E376_up", "crsloc_id": "pipe_8_E376_0.00", "crsloc_branchid": "pipe_8_E376", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E376", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E376_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400457.35316961701028, 5858795.303617381490767 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E377_up", "crsloc_id": "pipe_8_E377_0.00", "crsloc_branchid": "pipe_8_E377", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E377", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E377_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400502.323299774201587, 5858773.544904466718435 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E378_up", "crsloc_id": "pipe_8_E378_0.00", "crsloc_branchid": "pipe_8_E378", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E378", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E378_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400547.293429931392893, 5858751.786191551946104 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E379_up", "crsloc_id": "pipe_8_E379_0.00", "crsloc_branchid": "pipe_8_E379", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E379", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E379_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400590.744895527139306, 5858727.159174475818872 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E380_up", "crsloc_id": "pipe_8_E380_0.00", "crsloc_branchid": "pipe_8_E380", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E380", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E380_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400635.199019884923473, 5858704.567341326735914 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E381_up", "crsloc_id": "pipe_8_E381_0.00", "crsloc_branchid": "pipe_8_E381", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E381", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E381_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400681.200077461311594, 5858685.082555058412254 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E382_up", "crsloc_id": "pipe_8_E382_0.00", "crsloc_branchid": "pipe_8_E382", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E382", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E382_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400727.201135037466884, 5858665.597768789157271 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E383_up", "crsloc_id": "pipe_8_E383_0.00", "crsloc_branchid": "pipe_8_E383", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E383", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E383_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400771.747518746880814, 5858643.185780400410295 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E384_up", "crsloc_id": "pipe_8_E384_0.00", "crsloc_branchid": "pipe_8_E384", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E384", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E384_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400815.058141873218119, 5858618.287103357724845 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E385_up", "crsloc_id": "pipe_8_E385_0.00", "crsloc_branchid": "pipe_8_E385", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E385", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E385_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400858.368764999555424, 5858593.388426315039396 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E386_up", "crsloc_id": "pipe_8_E386_0.00", "crsloc_branchid": "pipe_8_E386", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E386", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E386_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400901.015538981882855, 5858567.603215331211686 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E387_up", "crsloc_id": "pipe_8_E387_0.00", "crsloc_branchid": "pipe_8_E387", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E387", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E387_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400935.611248838482425, 5858531.635457808151841 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E388_up", "crsloc_id": "pipe_8_E388_0.00", "crsloc_branchid": "pipe_8_E388", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E388", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E388_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400968.368858377216384, 5858493.916852168738842 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E389_up", "crsloc_id": "pipe_8_E389_0.00", "crsloc_branchid": "pipe_8_E389", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E389", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E389_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401003.934786917176098, 5858459.187281335704029 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E390_up", "crsloc_id": "pipe_8_E390_0.00", "crsloc_branchid": "pipe_8_E390", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E390", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E390_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401043.585826724534854, 5858428.797351745888591 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E391_up", "crsloc_id": "pipe_8_E391_0.00", "crsloc_branchid": "pipe_8_E391", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E391", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E391_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401083.221737525891513, 5858398.387669586576521 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E392_up", "crsloc_id": "pipe_8_E392_0.00", "crsloc_branchid": "pipe_8_E392", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E392", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E392_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401110.648461407981813, 5858357.591805689036846 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E393_up", "crsloc_id": "pipe_8_E393_0.00", "crsloc_branchid": "pipe_8_E393", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E393", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E393_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401126.408902976894751, 5858310.191691207699478 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E394_up", "crsloc_id": "pipe_8_E394_0.00", "crsloc_branchid": "pipe_8_E394", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E394", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E394_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401143.036807195749134, 5858263.082594471052289 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E395_up", "crsloc_id": "pipe_8_E395_0.00", "crsloc_branchid": "pipe_8_E395", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E395", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E395_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401138.212383721489459, 5858214.76880091521889 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E396_up", "crsloc_id": "pipe_8_E396_0.00", "crsloc_branchid": "pipe_8_E396", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E396", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E396_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401127.278883102815598, 5858166.793468511663377 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E397_up", "crsloc_id": "pipe_8_E397_0.00", "crsloc_branchid": "pipe_8_E397", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E397", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E397_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401167.115607601357624, 5858144.839577251113951 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E398_up", "crsloc_id": "pipe_8_E398_0.00", "crsloc_branchid": "pipe_8_E398", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E398", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E398_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401216.491633794968948, 5858137.314352037385106 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E399_up", "crsloc_id": "pipe_8_E399_0.00", "crsloc_branchid": "pipe_8_E399", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E399", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E399_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401262.474555413238704, 5858118.412093843333423 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E400_up", "crsloc_id": "pipe_8_E400_0.00", "crsloc_branchid": "pipe_8_E400", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E400", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E400_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401306.204297894844785, 5858094.851829358376563 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E401_up", "crsloc_id": "pipe_8_E401_0.00", "crsloc_branchid": "pipe_8_E401", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E401", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E401_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401338.732990932185203, 5858057.277074216865003 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E402_up", "crsloc_id": "pipe_8_E402_0.00", "crsloc_branchid": "pipe_8_E402", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E402", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E402_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401369.206103157252073, 5858017.689909309148788 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E403_up", "crsloc_id": "pipe_8_E403_0.00", "crsloc_branchid": "pipe_8_E403", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E403", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E403_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401390.656988075468689, 5857974.121287336573005 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E404_up", "crsloc_id": "pipe_8_E404_0.00", "crsloc_branchid": "pipe_8_E404", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E404", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E404_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401382.080559738678858, 5857925.029101894237101 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E405_up", "crsloc_id": "pipe_8_E405_0.00", "crsloc_branchid": "pipe_8_E405", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E405", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E405_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401370.850513746263459, 5857876.350150991231203 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E406_up", "crsloc_id": "pipe_8_E406_0.00", "crsloc_branchid": "pipe_8_E406", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E406", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E406_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401359.62046775361523, 5857827.671200087293983 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E407_up", "crsloc_id": "pipe_8_E407_0.00", "crsloc_branchid": "pipe_8_E407", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E407", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E407_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401358.906585979741067, 5857778.342266672290862 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E408_up", "crsloc_id": "pipe_8_E408_0.00", "crsloc_branchid": "pipe_8_E408", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E408", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E408_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401367.984820277197286, 5857729.216511145234108 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E409_up", "crsloc_id": "pipe_8_E409_0.00", "crsloc_branchid": "pipe_8_E409", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E409", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E409_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401378.054766685701907, 5857680.310615876689553 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E410_up", "crsloc_id": "pipe_8_E410_0.00", "crsloc_branchid": "pipe_8_E410", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E410", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E410_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401398.812842015642673, 5857635.314562235958874 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E411_up", "crsloc_id": "pipe_8_E411_0.00", "crsloc_branchid": "pipe_8_E411", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E411", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E411_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401430.82192275673151, 5857597.181597260758281 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E412_up", "crsloc_id": "pipe_8_E412_0.00", "crsloc_branchid": "pipe_8_E412", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E412", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E412_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401471.215903429547325, 5857569.028509169816971 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E413_up", "crsloc_id": "pipe_8_E413_0.00", "crsloc_branchid": "pipe_8_E413", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E413", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E413_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401516.447121338918805, 5857547.817872204817832 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E414_up", "crsloc_id": "pipe_8_E414_0.00", "crsloc_branchid": "pipe_8_E414", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E414", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E414_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401562.699131066910923, 5857528.946168699301779 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E415_up", "crsloc_id": "pipe_8_E415_0.00", "crsloc_branchid": "pipe_8_E415", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E415", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E415_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401609.00828788918443, 5857510.205405948683619 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E416_up", "crsloc_id": "pipe_8_E416_0.00", "crsloc_branchid": "pipe_8_E416", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E416", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E416_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401655.317444711457938, 5857491.46464319806546 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E417_up", "crsloc_id": "pipe_8_E417_0.00", "crsloc_branchid": "pipe_8_E417", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E417", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E417_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401702.896730977809057, 5857476.413837599568069 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E418_up", "crsloc_id": "pipe_8_E418_0.00", "crsloc_branchid": "pipe_8_E418", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E418", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E418_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401750.929637423250824, 5857462.680881164036691 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E419_up", "crsloc_id": "pipe_8_E419_0.00", "crsloc_branchid": "pipe_8_E419", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E419", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E419_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401799.045013694558293, 5857449.24613715428859 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E420_up", "crsloc_id": "pipe_8_E420_0.00", "crsloc_branchid": "pipe_8_E420", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E420", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E420_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401847.308918574126437, 5857436.348475356586277 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E421_up", "crsloc_id": "pipe_8_E421_0.00", "crsloc_branchid": "pipe_8_E421", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E421", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E421_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401895.572823453694582, 5857423.450813558883965 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E422_up", "crsloc_id": "pipe_8_E422_0.00", "crsloc_branchid": "pipe_8_E422", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E422", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E422_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401943.836728333262727, 5857410.553151761181653 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E423_up", "crsloc_id": "pipe_8_E423_0.00", "crsloc_branchid": "pipe_8_E423", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E423", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E423_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401991.287342586088926, 5857395.066806650720537 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E424_up", "crsloc_id": "pipe_8_E424_0.00", "crsloc_branchid": "pipe_8_E424", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E424", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E424_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402033.899048008024693, 5857369.088003344833851 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E425_up", "crsloc_id": "pipe_8_E425_0.00", "crsloc_branchid": "pipe_8_E425", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E425", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E425_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402072.111172434175387, 5857336.990495380945504 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E426_up", "crsloc_id": "pipe_8_E426_0.00", "crsloc_branchid": "pipe_8_E426", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E426", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E426_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402109.707698884420097, 5857304.092845115810633 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E427_up", "crsloc_id": "pipe_8_E427_0.00", "crsloc_branchid": "pipe_8_E427", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E427", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E427_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402147.304225334897637, 5857271.195194851607084 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E428_up", "crsloc_id": "pipe_8_E428_0.00", "crsloc_branchid": "pipe_8_E428", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E428", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E428_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402184.900751785142347, 5857238.297544586472213 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E429_up", "crsloc_id": "pipe_8_E429_0.00", "crsloc_branchid": "pipe_8_E429", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E429", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E429_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402222.497278235619888, 5857205.399894322268665 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E430_up", "crsloc_id": "pipe_8_E430_0.00", "crsloc_branchid": "pipe_8_E430", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E430", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E430_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402260.963186759501696, 5857173.601736636832356 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E431_up", "crsloc_id": "pipe_8_E431_0.00", "crsloc_branchid": "pipe_8_E431", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E431", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E431_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402301.643911075778306, 5857144.604618449695408 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E432_up", "crsloc_id": "pipe_8_E432_0.00", "crsloc_branchid": "pipe_8_E432", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E432", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E432_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402345.539385391399264, 5857121.000730181112885 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E433_up", "crsloc_id": "pipe_8_E433_0.00", "crsloc_branchid": "pipe_8_E433", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E433", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E433_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402394.447288936935365, 5857112.260867094621062 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E434_up", "crsloc_id": "pipe_8_E434_0.00", "crsloc_branchid": "pipe_8_E434", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E434", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E434_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402441.730468847323209, 5857128.148596168495715 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E435_up", "crsloc_id": "pipe_8_E435_0.00", "crsloc_branchid": "pipe_8_E435", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E435", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E435_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402483.802292782813311, 5857152.803806195966899 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E436_up", "crsloc_id": "pipe_8_E436_0.00", "crsloc_branchid": "pipe_8_E436", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E436", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E436_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402513.116842371411622, 5857193.169051918201149 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E437_up", "crsloc_id": "pipe_8_E437_0.00", "crsloc_branchid": "pipe_8_E437", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E437", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E437_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402549.654036887688562, 5857227.071210944093764 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E438_up", "crsloc_id": "pipe_8_E438_0.00", "crsloc_branchid": "pipe_8_E438", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E438", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E438_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402592.530350444372743, 5857252.71055434178561 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E439_up", "crsloc_id": "pipe_8_E439_0.00", "crsloc_branchid": "pipe_8_E439", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E439", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E439_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402639.997615454019979, 5857268.224419611506164 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E440_up", "crsloc_id": "pipe_8_E440_0.00", "crsloc_branchid": "pipe_8_E440", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E440", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E440_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402689.905034058028832, 5857265.987510503269732 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E441_up", "crsloc_id": "pipe_8_E441_0.00", "crsloc_branchid": "pipe_8_E441", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E441", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E441_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402738.766558608040214, 5857256.155517539009452 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E442_up", "crsloc_id": "pipe_8_E442_0.00", "crsloc_branchid": "pipe_8_E442", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E442", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E442_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402785.300747652538121, 5857239.036676546558738 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E443_up", "crsloc_id": "pipe_8_E443_0.00", "crsloc_branchid": "pipe_8_E443", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E443", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E443_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402829.752187143079937, 5857216.237033539451659 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E444_up", "crsloc_id": "pipe_8_E444_0.00", "crsloc_branchid": "pipe_8_E444", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E444", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E444_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402870.336595602566376, 5857187.241045727394521 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E445_up", "crsloc_id": "pipe_8_E445_0.00", "crsloc_branchid": "pipe_8_E445", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E445", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E445_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402907.890058916993439, 5857155.221295398660004 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E446_up", "crsloc_id": "pipe_8_E446_0.00", "crsloc_branchid": "pipe_8_E446", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E446", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E446_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402955.845737372990698, 5857162.265679953619838 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E447_up", "crsloc_id": "pipe_8_E447_0.00", "crsloc_branchid": "pipe_8_E447", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E447", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E447_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403002.170354939764366, 5857180.637282749637961 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E448_up", "crsloc_id": "pipe_8_E448_0.00", "crsloc_branchid": "pipe_8_E448", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E448", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E448_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403050.636642853729427, 5857192.752278824336827 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E449_up", "crsloc_id": "pipe_8_E449_0.00", "crsloc_branchid": "pipe_8_E449", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E449", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E449_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403098.837281614542007, 5857205.861251706257463 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E450_up", "crsloc_id": "pipe_8_E450_0.00", "crsloc_branchid": "pipe_8_E450", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E450", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E450_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403146.885479411110282, 5857219.540611433796585 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E451_up", "crsloc_id": "pipe_8_E451_0.00", "crsloc_branchid": "pipe_8_E451", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E451", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E451_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403194.933677207678556, 5857233.219971161335707 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E452_up", "crsloc_id": "pipe_8_E452_0.00", "crsloc_branchid": "pipe_8_E452", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E452", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E452_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403242.981875004246831, 5857246.899330889806151 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E453_up", "crsloc_id": "pipe_8_E453_0.00", "crsloc_branchid": "pipe_8_E453", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E453", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E453_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403291.030072800815105, 5857260.578690617345273 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E454_up", "crsloc_id": "pipe_8_E454_0.00", "crsloc_branchid": "pipe_8_E454", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E454", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E454_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403337.008083500200883, 5857279.246462292969227 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E455_up", "crsloc_id": "pipe_8_E455_0.00", "crsloc_branchid": "pipe_8_E455", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E455", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E455_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403380.803470284445211, 5857303.279338725842535 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E456_up", "crsloc_id": "pipe_8_E456_0.00", "crsloc_branchid": "pipe_8_E456", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E456", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E456_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403428.121818739688024, 5857316.651918372139335 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E457_up", "crsloc_id": "pipe_8_E457_0.00", "crsloc_branchid": "pipe_8_E457", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E457", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E457_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403477.99995229463093, 5857316.044570435769856 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E458_up", "crsloc_id": "pipe_8_E458_0.00", "crsloc_branchid": "pipe_8_E458", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E458", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E458_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403520.684894758975133, 5857339.928777910768986 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E459_up", "crsloc_id": "pipe_8_E459_0.00", "crsloc_branchid": "pipe_8_E459", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E459", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E459_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403552.318474431755021, 5857378.594923712313175 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E460_up", "crsloc_id": "pipe_8_E460_0.00", "crsloc_branchid": "pipe_8_E460", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E460", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E460_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403583.95205410476774, 5857417.261069513857365 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E461_up", "crsloc_id": "pipe_8_E461_0.00", "crsloc_branchid": "pipe_8_E461", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E461", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E461_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403623.540760961361229, 5857446.034681444056332 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E462_up", "crsloc_id": "pipe_8_E462_0.00", "crsloc_branchid": "pipe_8_E462", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E462", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E462_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403671.99387682066299, 5857456.591924804262817 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E463_up", "crsloc_id": "pipe_8_E463_0.00", "crsloc_branchid": "pipe_8_E463", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E463", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E463_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403721.623416067101061, 5857462.307082566432655 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E464_up", "crsloc_id": "pipe_8_E464_0.00", "crsloc_branchid": "pipe_8_E464", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E464", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E464_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403771.146520561072975, 5857468.668577928096056 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E465_up", "crsloc_id": "pipe_8_E465_0.00", "crsloc_branchid": "pipe_8_E465", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E465", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E465_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403819.624558065086603, 5857480.525302513502538 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E466_up", "crsloc_id": "pipe_8_E466_0.00", "crsloc_branchid": "pipe_8_E466", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E466", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E466_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403833.226475024595857, 5857519.969276647083461 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E467_up", "crsloc_id": "pipe_8_E467_0.00", "crsloc_branchid": "pipe_8_E467", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E467", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E467_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403834.191400300711393, 5857569.903098987415433 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E468_up", "crsloc_id": "pipe_8_E468_0.00", "crsloc_branchid": "pipe_8_E468", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E468", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E468_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403835.826205489458516, 5857619.833867117762566 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E469_up", "crsloc_id": "pipe_8_E469_0.00", "crsloc_branchid": "pipe_8_E469", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E469", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E469_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403837.461010678205639, 5857669.764635248109698 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E470_up", "crsloc_id": "pipe_8_E470_0.00", "crsloc_branchid": "pipe_8_E470", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E470", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E470_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403839.095815866952762, 5857719.695403378456831 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E471_up", "crsloc_id": "pipe_8_E471_0.00", "crsloc_branchid": "pipe_8_E471", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E471", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E471_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403840.730621055699885, 5857769.626171507872641 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E472_up", "crsloc_id": "pipe_8_E472_0.00", "crsloc_branchid": "pipe_8_E472", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E472", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E472_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403844.05684593715705, 5857819.444052322767675 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E473_up", "crsloc_id": "pipe_8_E473_0.00", "crsloc_branchid": "pipe_8_E473", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E473", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E473_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403849.071858982322738, 5857869.149221451953053 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E474_up", "crsloc_id": "pipe_8_E474_0.00", "crsloc_branchid": "pipe_8_E474", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E474", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E474_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403857.27235992741771, 5857918.272816966287792 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E475_up", "crsloc_id": "pipe_8_E475_0.00", "crsloc_branchid": "pipe_8_E475", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E475", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E475_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403870.14476372115314, 5857966.543464514426887 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E476_up", "crsloc_id": "pipe_8_E476_0.00", "crsloc_branchid": "pipe_8_E476", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E476", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E476_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403888.167647594818845, 5858012.942289969883859 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E477_up", "crsloc_id": "pipe_8_E477_0.00", "crsloc_branchid": "pipe_8_E477", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E477", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E477_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403909.291155800223351, 5858058.214263586327434 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E478_up", "crsloc_id": "pipe_8_E478_0.00", "crsloc_branchid": "pipe_8_E478", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E478", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E478_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403930.415136094205081, 5858103.486016927286983 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E479_up", "crsloc_id": "pipe_8_E479_0.00", "crsloc_branchid": "pipe_8_E479", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E479", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E479_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403940.640495370374992, 5858152.001026654615998 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E480_up", "crsloc_id": "pipe_8_E480_0.00", "crsloc_branchid": "pipe_8_E480", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E480", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E480_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403950.174206993775442, 5858201.038034979254007 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E481_up", "crsloc_id": "pipe_8_E481_0.00", "crsloc_branchid": "pipe_8_E481", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E481", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E481_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403958.124072341481224, 5858250.354669462889433 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E482_up", "crsloc_id": "pipe_8_E482_0.00", "crsloc_branchid": "pipe_8_E482", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E482", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E482_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403965.828936894191429, 5858299.714463387615979 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E483_up", "crsloc_id": "pipe_8_E483_0.00", "crsloc_branchid": "pipe_8_E483", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E483", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E483_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403970.726305023068562, 5858348.956120178103447 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E484_up", "crsloc_id": "pipe_8_E484_0.00", "crsloc_branchid": "pipe_8_E484", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E484", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E484_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403958.90198110206984, 5858397.494141953065991 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E485_up", "crsloc_id": "pipe_8_E485_0.00", "crsloc_branchid": "pipe_8_E485", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E485", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E485_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403952.787714630831033, 5858446.859565945342183 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E486_up", "crsloc_id": "pipe_8_E486_0.00", "crsloc_branchid": "pipe_8_E486", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E486", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E486_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403976.849110416835174, 5858487.767360433936119 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E487_up", "crsloc_id": "pipe_8_E487_0.00", "crsloc_branchid": "pipe_8_E487", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E487", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E487_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404020.768327688798308, 5858511.576109840534627 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E488_up", "crsloc_id": "pipe_8_E488_0.00", "crsloc_branchid": "pipe_8_E488", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E488", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E488_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404061.77451289142482, 5858539.288351361639798 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E489_up", "crsloc_id": "pipe_8_E489_0.00", "crsloc_branchid": "pipe_8_E489", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E489", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E489_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404097.097979943966493, 5858574.615492053329945 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E490_up", "crsloc_id": "pipe_8_E490_0.00", "crsloc_branchid": "pipe_8_E490", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E490", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E490_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404141.391669932985678, 5858595.430608985945582 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E491_up", "crsloc_id": "pipe_8_E491_0.00", "crsloc_branchid": "pipe_8_E491", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E491", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E491_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404190.283622202696279, 5858597.461959939450026 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E492_up", "crsloc_id": "pipe_8_E492_0.00", "crsloc_branchid": "pipe_8_E492", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E492", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E492_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404239.962952838977799, 5858594.285238018259406 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E493_up", "crsloc_id": "pipe_8_E493_0.00", "crsloc_branchid": "pipe_8_E493", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E493", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E493_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404289.627840481465682, 5858599.684601824730635 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E494_up", "crsloc_id": "pipe_8_E494_0.00", "crsloc_branchid": "pipe_8_E494", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E494", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E494_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404338.755046255188063, 5858608.047380377538502 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E495_up", "crsloc_id": "pipe_8_E495_0.00", "crsloc_branchid": "pipe_8_E495", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E495", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E495_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404387.151045070262626, 5858620.440180414356291 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E496_up", "crsloc_id": "pipe_8_E496_0.00", "crsloc_branchid": "pipe_8_E496", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E496", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E496_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404403.197637967998162, 5858662.521791838109493 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E497_up", "crsloc_id": "pipe_8_E497_0.00", "crsloc_branchid": "pipe_8_E497", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E497", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E497_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404411.132263287669048, 5858711.845064296387136 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E498_up", "crsloc_id": "pipe_8_E498_0.00", "crsloc_branchid": "pipe_8_E498", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E498", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E498_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404441.012969816336408, 5858748.901123464107513 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E499_up", "crsloc_id": "pipe_8_E499_0.00", "crsloc_branchid": "pipe_8_E499", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E499", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E499_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404488.142750177066773, 5858745.263412451371551 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E500_up", "crsloc_id": "pipe_8_E500_0.00", "crsloc_branchid": "pipe_8_E500", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E500", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E500_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404530.903241959866136, 5858719.940870678052306 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E501_up", "crsloc_id": "pipe_8_E501_0.00", "crsloc_branchid": "pipe_8_E501", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E501", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E501_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404579.400072891730815, 5858707.948723929934204 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E502_up", "crsloc_id": "pipe_8_E502_0.00", "crsloc_branchid": "pipe_8_E502", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E502", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E502_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404626.994731226703152, 5858693.405533240176737 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E503_up", "crsloc_id": "pipe_8_E503_0.00", "crsloc_branchid": "pipe_8_E503", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E503", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E503_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404672.248451311141253, 5858672.24294803570956 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E504_up", "crsloc_id": "pipe_8_E504_0.00", "crsloc_branchid": "pipe_8_E504", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E504", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E504_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404711.854852612828836, 5858687.083371426910162 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E505_up", "crsloc_id": "pipe_8_E505_0.00", "crsloc_branchid": "pipe_8_E505", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E505", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E505_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404716.779431127710268, 5858735.748253228142858 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E506_up", "crsloc_id": "pipe_8_E506_0.00", "crsloc_branchid": "pipe_8_E506", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E506", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E506_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404718.961788963759318, 5858785.657964785583317 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E507_up", "crsloc_id": "pipe_8_E507_0.00", "crsloc_branchid": "pipe_8_E507", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E507", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E507_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404720.935364821925759, 5858835.576490328647196 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E508_up", "crsloc_id": "pipe_8_E508_0.00", "crsloc_branchid": "pipe_8_E508", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E508", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E508_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404730.923922217916697, 5858884.317339480854571 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E509_up", "crsloc_id": "pipe_8_E509_0.00", "crsloc_branchid": "pipe_8_E509", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E509", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E509_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404743.393242048565298, 5858932.693679328076541 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E510_up", "crsloc_id": "pipe_8_E510_0.00", "crsloc_branchid": "pipe_8_E510", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E510", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E510_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404755.742804704466835, 5858981.100701128132641 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E511_up", "crsloc_id": "pipe_8_E511_0.00", "crsloc_branchid": "pipe_8_E511", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E511", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E511_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404768.070922636194155, 5859029.513217096216977 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E512_up", "crsloc_id": "pipe_8_E512_0.00", "crsloc_branchid": "pipe_8_E512", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E512", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E512_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404780.399040567921475, 5859077.925733063369989 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E513_up", "crsloc_id": "pipe_8_E513_0.00", "crsloc_branchid": "pipe_8_E513", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E513", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E513_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404800.443037372082472, 5859123.31667666696012 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E514_up", "crsloc_id": "pipe_8_E514_0.00", "crsloc_branchid": "pipe_8_E514", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E514", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E514_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404824.268818141892552, 5859167.226656908169389 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E515_up", "crsloc_id": "pipe_8_E515_0.00", "crsloc_branchid": "pipe_8_E515", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E515", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E515_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404848.094598911702633, 5859211.136637149378657 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E516_up", "crsloc_id": "pipe_8_E516_0.00", "crsloc_branchid": "pipe_8_E516", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E516", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E516_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404881.861278822412714, 5859247.625393519178033 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E517_up", "crsloc_id": "pipe_8_E517_0.00", "crsloc_branchid": "pipe_8_E517", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E517", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E517_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404908.34400450438261, 5859289.70044207572937 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E518_up", "crsloc_id": "pipe_8_E518_0.00", "crsloc_branchid": "pipe_8_E518", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E518", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E518_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404918.33350995904766, 5859338.46383417211473 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E519_up", "crsloc_id": "pipe_8_E519_0.00", "crsloc_branchid": "pipe_8_E519", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E519", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E519_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404908.8093886829447, 5859386.729064729064703 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E520_up", "crsloc_id": "pipe_8_E520_0.00", "crsloc_branchid": "pipe_8_E520", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E520", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E520_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404896.410884120734408, 5859434.875554755330086 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E521_up", "crsloc_id": "pipe_8_E521_0.00", "crsloc_branchid": "pipe_8_E521", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E521", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E521_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404906.999160802224651, 5859482.597523686476052 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E522_up", "crsloc_id": "pipe_8_E522_0.00", "crsloc_branchid": "pipe_8_E522", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E522", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E522_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404924.055504663148895, 5859529.553197764791548 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E523_up", "crsloc_id": "pipe_8_E523_0.00", "crsloc_branchid": "pipe_8_E523", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E523", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E523_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404942.388258154969662, 5859575.919236345216632 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E524_up", "crsloc_id": "pipe_8_E524_0.00", "crsloc_branchid": "pipe_8_E524", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E524", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E524_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404971.523326827445999, 5859615.984446119517088 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E525_up", "crsloc_id": "pipe_8_E525_0.00", "crsloc_branchid": "pipe_8_E525", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E525", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E525_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405002.812107779551297, 5859654.473820650018752 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E526_up", "crsloc_id": "pipe_8_E526_0.00", "crsloc_branchid": "pipe_8_E526", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E526", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E526_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405013.344656002009287, 5859702.336904150433838 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E527_up", "crsloc_id": "pipe_8_E527_0.00", "crsloc_branchid": "pipe_8_E527", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E527", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E527_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404996.677717972546816, 5859748.143402196466923 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E528_up", "crsloc_id": "pipe_8_E528_0.00", "crsloc_branchid": "pipe_8_E528", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E528", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E528_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404984.694301362615079, 5859793.229968112893403 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E529_up", "crsloc_id": "pipe_8_E529_0.00", "crsloc_branchid": "pipe_8_E529", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E529", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E529_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405023.226900733308867, 5859822.084885380230844 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E530_up", "crsloc_id": "pipe_8_E530_0.00", "crsloc_branchid": "pipe_8_E530", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E530", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E530_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405056.793340926757082, 5859855.16377067565918 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E531_up", "crsloc_id": "pipe_8_E531_0.00", "crsloc_branchid": "pipe_8_E531", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E531", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E531_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405081.470628390088677, 5859897.341331465169787 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E532_up", "crsloc_id": "pipe_8_E532_0.00", "crsloc_branchid": "pipe_8_E532", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E532", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E532_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405122.613110831938684, 5859923.495923422276974 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E533_up", "crsloc_id": "pipe_8_E533_0.00", "crsloc_branchid": "pipe_8_E533", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E533", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E533_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405162.373615399934351, 5859949.123488940298557 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E534_up", "crsloc_id": "pipe_8_E534_0.00", "crsloc_branchid": "pipe_8_E534", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E534", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E534_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405188.46853386820294, 5859989.357394061051309 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E535_up", "crsloc_id": "pipe_8_E535_0.00", "crsloc_branchid": "pipe_8_E535", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E535", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E535_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405232.582390227122232, 5860012.803542384877801 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E536_up", "crsloc_id": "pipe_8_E536_0.00", "crsloc_branchid": "pipe_8_E536", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E536", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E536_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405276.696246586041525, 5860036.24969070777297 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E537_up", "crsloc_id": "pipe_8_E537_0.00", "crsloc_branchid": "pipe_8_E537", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E537", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E537_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405321.863952660700306, 5860057.40782677847892 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E538_up", "crsloc_id": "pipe_8_E538_0.00", "crsloc_branchid": "pipe_8_E538", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E538", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E538_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405370.578818592475727, 5860067.666076180525124 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E539_up", "crsloc_id": "pipe_8_E539_0.00", "crsloc_branchid": "pipe_8_E539", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E539", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E539_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405419.720108942594379, 5860075.768039762973785 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E540_up", "crsloc_id": "pipe_8_E540_0.00", "crsloc_branchid": "pipe_8_E540", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E540", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E540_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405466.303343567298725, 5860093.737167782150209 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E541_up", "crsloc_id": "pipe_8_E541_0.00", "crsloc_branchid": "pipe_8_E541", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E541", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E541_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405512.33899949863553, 5860113.140069035813212 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E542_up", "crsloc_id": "pipe_8_E542_0.00", "crsloc_branchid": "pipe_8_E542", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E542", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E542_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405559.341968116583303, 5860129.63275773730129 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E543_up", "crsloc_id": "pipe_8_E543_0.00", "crsloc_branchid": "pipe_8_E543", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E543", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E543_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405608.203826864017174, 5860137.958862195722759 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E544_up", "crsloc_id": "pipe_8_E544_0.00", "crsloc_branchid": "pipe_8_E544", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E544", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E544_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405658.116226786049083, 5860135.836003727279603 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E545_up", "crsloc_id": "pipe_8_E545_0.00", "crsloc_branchid": "pipe_8_E545", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E545", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E545_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405708.028626708313823, 5860133.713145258836448 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E546_up", "crsloc_id": "pipe_8_E546_0.00", "crsloc_branchid": "pipe_8_E546", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E546", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E546_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405757.905965997371823, 5860133.247365079820156 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E547_up", "crsloc_id": "pipe_8_E547_0.00", "crsloc_branchid": "pipe_8_E547", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E547", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E547_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405807.683906695106998, 5860137.479482038877904 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E548_up", "crsloc_id": "pipe_8_E548_0.00", "crsloc_branchid": "pipe_8_E548", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E548", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E548_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405857.461847392842174, 5860141.71159899700433 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E549_up", "crsloc_id": "pipe_8_E549_0.00", "crsloc_branchid": "pipe_8_E549", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E549", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E549_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405907.262428658548743, 5860144.934318098239601 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E550_up", "crsloc_id": "pipe_8_E550_0.00", "crsloc_branchid": "pipe_8_E550", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E550", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E550_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405953.690323241287842, 5860129.322935261763632 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E551_up", "crsloc_id": "pipe_8_E551_0.00", "crsloc_branchid": "pipe_8_E551", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E551", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E551_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405999.212724782060832, 5860109.24701795168221 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E552_up", "crsloc_id": "pipe_8_E552_0.00", "crsloc_branchid": "pipe_8_E552", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E552", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E552_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406043.799454555381089, 5860123.282242203131318 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E553_up", "crsloc_id": "pipe_8_E553_0.00", "crsloc_branchid": "pipe_8_E553", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E553", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E553_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406045.837931673508137, 5860170.317889881320298 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E554_up", "crsloc_id": "pipe_8_E554_0.00", "crsloc_branchid": "pipe_8_E554", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E554", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E554_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406009.823360634269193, 5860204.51028099656105 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E555_up", "crsloc_id": "pipe_8_E555_0.00", "crsloc_branchid": "pipe_8_E555", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E555", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E555_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405961.920197409577668, 5860215.702762489207089 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E556_up", "crsloc_id": "pipe_8_E556_0.00", "crsloc_branchid": "pipe_8_E556", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E556", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E556_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405911.967586383456364, 5860216.403366317041218 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E557_up", "crsloc_id": "pipe_8_E557_0.00", "crsloc_branchid": "pipe_8_E557", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E557", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E557_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405862.228186112362891, 5860219.830507025122643 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E558_up", "crsloc_id": "pipe_8_E558_0.00", "crsloc_branchid": "pipe_8_E558", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E558", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E558_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405815.441844531334937, 5860236.66072897054255 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E559_up", "crsloc_id": "pipe_8_E559_0.00", "crsloc_branchid": "pipe_8_E559", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E559", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E559_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405769.269174743210897, 5860255.735286859795451 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E560_up", "crsloc_id": "pipe_8_E560_0.00", "crsloc_branchid": "pipe_8_E560", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E560", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E560_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405723.529975978191942, 5860275.536393165588379 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E561_up", "crsloc_id": "pipe_8_E561_0.00", "crsloc_branchid": "pipe_8_E561", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E561", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E561_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405684.813377151498571, 5860307.108202890492976 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E562_up", "crsloc_id": "pipe_8_E562_0.00", "crsloc_branchid": "pipe_8_E562", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E562", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E562_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405646.0967783248052, 5860338.680012616328895 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E563_up", "crsloc_id": "pipe_8_E563_0.00", "crsloc_branchid": "pipe_8_E563", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E563", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E563_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405616.615605775965378, 5860378.420107116922736 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E564_up", "crsloc_id": "pipe_8_E564_0.00", "crsloc_branchid": "pipe_8_E564", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E564", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E564_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405591.204065771540627, 5860421.431824457831681 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E565_up", "crsloc_id": "pipe_8_E565_0.00", "crsloc_branchid": "pipe_8_E565", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E565", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E565_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405565.792525767115876, 5860464.443541799671948 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E566_up", "crsloc_id": "pipe_8_E566_0.00", "crsloc_branchid": "pipe_8_E566", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E566", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E566_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405558.167356977239251, 5860510.242870399728417 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E0_up", "crsloc_id": "pipe_9_E0_0.00", "crsloc_branchid": "pipe_9_E0", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E0", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E0_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423659.595810513012111, 5847415.113979324698448 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1_up", "crsloc_id": "pipe_9_E1_0.00", "crsloc_branchid": "pipe_9_E1", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423614.621119450079277, 5847436.960019812919199 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E2_up", "crsloc_id": "pipe_9_E2_0.00", "crsloc_branchid": "pipe_9_E2", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E2", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E2_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423569.859692733967677, 5847459.238196386024356 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E3_up", "crsloc_id": "pipe_9_E3_0.00", "crsloc_branchid": "pipe_9_E3", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E3", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E3_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423523.573864149395376, 5847466.209217079915106 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E4_up", "crsloc_id": "pipe_9_E4_0.00", "crsloc_branchid": "pipe_9_E4", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E4", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E4_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423477.948408054653555, 5847447.36181138176471 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E5_up", "crsloc_id": "pipe_9_E5_0.00", "crsloc_branchid": "pipe_9_E5", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E5", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E5_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423444.939788604388013, 5847410.429523968137801 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E6_up", "crsloc_id": "pipe_9_E6_0.00", "crsloc_branchid": "pipe_9_E6", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E6", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E6_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423424.07874576956965, 5847365.203388126567006 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E7_up", "crsloc_id": "pipe_9_E7_0.00", "crsloc_branchid": "pipe_9_E7", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E7", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E7_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423411.037494811229408, 5847317.00996189378202 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E8_up", "crsloc_id": "pipe_9_E8_0.00", "crsloc_branchid": "pipe_9_E8", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E8", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E8_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423401.757720600580797, 5847267.893673749640584 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E9_up", "crsloc_id": "pipe_9_E9_0.00", "crsloc_branchid": "pipe_9_E9", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E9", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E9_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423393.129245463758707, 5847218.644091574475169 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E10_up", "crsloc_id": "pipe_9_E10_0.00", "crsloc_branchid": "pipe_9_E10", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E10", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E10_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423399.918824267340824, 5847170.502729584462941 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E11_up", "crsloc_id": "pipe_9_E11_0.00", "crsloc_branchid": "pipe_9_E11", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E11", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E11_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423437.366585926385596, 5847140.67195972148329 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E12_up", "crsloc_id": "pipe_9_E12_0.00", "crsloc_branchid": "pipe_9_E12", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E12", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E12_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423478.530574458185583, 5847114.469272439368069 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E13_up", "crsloc_id": "pipe_9_E13_0.00", "crsloc_branchid": "pipe_9_E13", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E13", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E13_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423510.399903644807637, 5847075.94242234248668 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E14_up", "crsloc_id": "pipe_9_E14_0.00", "crsloc_branchid": "pipe_9_E14", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E14", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E14_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423542.015440239803866, 5847037.207260864786804 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E15_up", "crsloc_id": "pipe_9_E15_0.00", "crsloc_branchid": "pipe_9_E15", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E15", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E15_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423559.693261644104496, 5846992.876940212212503 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E16_up", "crsloc_id": "pipe_9_E16_0.00", "crsloc_branchid": "pipe_9_E16", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E16", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E16_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423525.189215724589303, 5846957.968996201641858 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E17_up", "crsloc_id": "pipe_9_E17_0.00", "crsloc_branchid": "pipe_9_E17", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E17", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E17_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423481.410415501333773, 5846934.232215788215399 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E18_up", "crsloc_id": "pipe_9_E18_0.00", "crsloc_branchid": "pipe_9_E18", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E18", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E18_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423433.532832647906616, 5846922.689219783991575 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E19_up", "crsloc_id": "pipe_9_E19_0.00", "crsloc_branchid": "pipe_9_E19", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E19", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E19_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423383.701956534059718, 5846926.794838729314506 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E20_up", "crsloc_id": "pipe_9_E20_0.00", "crsloc_branchid": "pipe_9_E20", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E20", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E20_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423333.87108042021282, 5846930.900457675568759 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E21_up", "crsloc_id": "pipe_9_E21_0.00", "crsloc_branchid": "pipe_9_E21", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E21", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E21_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423290.350330511340871, 5846912.008967999368906 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E22_up", "crsloc_id": "pipe_9_E22_0.00", "crsloc_branchid": "pipe_9_E22", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E22", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E22_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423273.794719845987856, 5846865.498323081992567 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E23_up", "crsloc_id": "pipe_9_E23_0.00", "crsloc_branchid": "pipe_9_E23", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E23", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E23_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423261.021109556546435, 5846817.268953412771225 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E24_up", "crsloc_id": "pipe_9_E24_0.00", "crsloc_branchid": "pipe_9_E24", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E24", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E24_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423230.054057317553088, 5846778.940672472119331 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E25_up", "crsloc_id": "pipe_9_E25_0.00", "crsloc_branchid": "pipe_9_E25", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E25", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E25_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423191.975883910199627, 5846746.686084965243936 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E26_up", "crsloc_id": "pipe_9_E26_0.00", "crsloc_branchid": "pipe_9_E26", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E26", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E26_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423148.382039699703455, 5846722.216833685524762 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E27_up", "crsloc_id": "pipe_9_E27_0.00", "crsloc_branchid": "pipe_9_E27", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E27", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E27_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423116.208600282436237, 5846685.925128715112805 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E28_up", "crsloc_id": "pipe_9_E28_0.00", "crsloc_branchid": "pipe_9_E28", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E28", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E28_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423098.800149801187217, 5846639.999510037712753 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E29_up", "crsloc_id": "pipe_9_E29_0.00", "crsloc_branchid": "pipe_9_E29", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E29", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E29_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423055.521651374874637, 5846618.02664355840534 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E30_up", "crsloc_id": "pipe_9_E30_0.00", "crsloc_branchid": "pipe_9_E30", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E30", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E30_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1423006.884908850304782, 5846607.313376450911164 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E31_up", "crsloc_id": "pipe_9_E31_0.00", "crsloc_branchid": "pipe_9_E31", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E31", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E31_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422957.799635383998975, 5846613.658193854615092 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E32_up", "crsloc_id": "pipe_9_E32_0.00", "crsloc_branchid": "pipe_9_E32", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E32", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E32_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422910.713437053374946, 5846630.476702943444252 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E33_up", "crsloc_id": "pipe_9_E33_0.00", "crsloc_branchid": "pipe_9_E33", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E33", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E33_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422863.428789914352819, 5846646.715837388299406 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E34_up", "crsloc_id": "pipe_9_E34_0.00", "crsloc_branchid": "pipe_9_E34", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E34", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E34_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422814.791240132879466, 5846657.456634564325213 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E35_up", "crsloc_id": "pipe_9_E35_0.00", "crsloc_branchid": "pipe_9_E35", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E35", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E35_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422765.067847807426006, 5846662.429128444753587 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E36_up", "crsloc_id": "pipe_9_E36_0.00", "crsloc_branchid": "pipe_9_E36", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E36", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E36_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422716.332230302970856, 5846672.507949352264404 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E37_up", "crsloc_id": "pipe_9_E37_0.00", "crsloc_branchid": "pipe_9_E37", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E37", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E37_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422671.8130433477927, 5846692.991857399232686 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E38_up", "crsloc_id": "pipe_9_E38_0.00", "crsloc_branchid": "pipe_9_E38", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E38", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E38_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422638.554434294113889, 5846729.160969850607216 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E39_up", "crsloc_id": "pipe_9_E39_0.00", "crsloc_branchid": "pipe_9_E39", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E39", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E39_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422619.132275649579242, 5846774.826261460781097 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E40_up", "crsloc_id": "pipe_9_E40_0.00", "crsloc_branchid": "pipe_9_E40", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E40", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E40_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422605.59443419566378, 5846822.894895195960999 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E41_up", "crsloc_id": "pipe_9_E41_0.00", "crsloc_branchid": "pipe_9_E41", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E41", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E41_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422586.887610950507224, 5846869.109512688592076 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E42_up", "crsloc_id": "pipe_9_E42_0.00", "crsloc_branchid": "pipe_9_E42", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E42", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E42_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422557.372622151626274, 5846909.468374880030751 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E43_up", "crsloc_id": "pipe_9_E43_0.00", "crsloc_branchid": "pipe_9_E43", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E43", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E43_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422527.54286550055258, 5846949.590657755732536 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E44_up", "crsloc_id": "pipe_9_E44_0.00", "crsloc_branchid": "pipe_9_E44", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E44", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E44_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422496.981540927663445, 5846989.163094647228718 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E45_up", "crsloc_id": "pipe_9_E45_0.00", "crsloc_branchid": "pipe_9_E45", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E45", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E45_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422462.649639721959829, 5847024.725791819393635 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E46_up", "crsloc_id": "pipe_9_E46_0.00", "crsloc_branchid": "pipe_9_E46", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E46", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E46_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422415.439291230868548, 5847036.479519411921501 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E47_up", "crsloc_id": "pipe_9_E47_0.00", "crsloc_branchid": "pipe_9_E47", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E47", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E47_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422368.512653070269153, 5847019.601586162112653 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E48_up", "crsloc_id": "pipe_9_E48_0.00", "crsloc_branchid": "pipe_9_E48", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E48", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E48_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422322.087949068518355, 5847001.047363363206387 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E49_up", "crsloc_id": "pipe_9_E49_0.00", "crsloc_branchid": "pipe_9_E49", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E49", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E49_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422275.732066942611709, 5846982.322025931440294 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E50_up", "crsloc_id": "pipe_9_E50_0.00", "crsloc_branchid": "pipe_9_E50", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E50", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E50_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422228.594420006498694, 5846965.648257235065103 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E51_up", "crsloc_id": "pipe_9_E51_0.00", "crsloc_branchid": "pipe_9_E51", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E51", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E51_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422181.45677307061851, 5846948.974488538689911 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E52_up", "crsloc_id": "pipe_9_E52_0.00", "crsloc_branchid": "pipe_9_E52", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E52", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E52_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422134.832294266438112, 5846931.290156180970371 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E53_up", "crsloc_id": "pipe_9_E53_0.00", "crsloc_branchid": "pipe_9_E53", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E53", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E53_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422093.451577436411753, 5846903.233416798524559 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E54_up", "crsloc_id": "pipe_9_E54_0.00", "crsloc_branchid": "pipe_9_E54", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E54", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E54_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422050.19361039204523, 5846878.927391436882317 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E55_up", "crsloc_id": "pipe_9_E55_0.00", "crsloc_branchid": "pipe_9_E55", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E55", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E55_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1422000.668080030707642, 5846872.057590592652559 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E56_up", "crsloc_id": "pipe_9_E56_0.00", "crsloc_branchid": "pipe_9_E56", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E56", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E56_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421951.142549669602886, 5846865.187789747491479 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E57_up", "crsloc_id": "pipe_9_E57_0.00", "crsloc_branchid": "pipe_9_E57", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E57", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E57_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421901.419594027800485, 5846860.054723949171603 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E58_up", "crsloc_id": "pipe_9_E58_0.00", "crsloc_branchid": "pipe_9_E58", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E58", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E58_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421851.776151958853006, 5846861.947322845458984 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E59_up", "crsloc_id": "pipe_9_E59_0.00", "crsloc_branchid": "pipe_9_E59", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E59", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E59_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421802.680674202507362, 5846871.101242801174521 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E60_up", "crsloc_id": "pipe_9_E60_0.00", "crsloc_branchid": "pipe_9_E60", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E60", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E60_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421753.571472910698503, 5846879.706788268871605 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E61_up", "crsloc_id": "pipe_9_E61_0.00", "crsloc_branchid": "pipe_9_E61", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E61", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E61_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421703.691584896063432, 5846882.807119014672935 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E62_up", "crsloc_id": "pipe_9_E62_0.00", "crsloc_branchid": "pipe_9_E62", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E62", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E62_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421653.698202512925491, 5846883.603384739719331 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E63_up", "crsloc_id": "pipe_9_E63_0.00", "crsloc_branchid": "pipe_9_E63", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E63", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E63_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421604.086441812571138, 5846882.212059116922319 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E64_up", "crsloc_id": "pipe_9_E64_0.00", "crsloc_branchid": "pipe_9_E64", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E64", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E64_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421557.315623715519905, 5846864.53543908521533 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E65_up", "crsloc_id": "pipe_9_E65_0.00", "crsloc_branchid": "pipe_9_E65", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E65", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E65_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421510.544805618468672, 5846846.858819053508341 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E66_up", "crsloc_id": "pipe_9_E66_0.00", "crsloc_branchid": "pipe_9_E66", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E66", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E66_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421463.281383597990498, 5846833.260544824413955 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E67_up", "crsloc_id": "pipe_9_E67_0.00", "crsloc_branchid": "pipe_9_E67", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E67", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E67_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421413.731179419672117, 5846839.680664731189609 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E68_up", "crsloc_id": "pipe_9_E68_0.00", "crsloc_branchid": "pipe_9_E68", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E68", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E68_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421366.070924198720604, 5846854.79596802033484 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E69_up", "crsloc_id": "pipe_9_E69_0.00", "crsloc_branchid": "pipe_9_E69", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E69", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E69_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421320.517232795711607, 5846875.329943204298615 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E70_up", "crsloc_id": "pipe_9_E70_0.00", "crsloc_branchid": "pipe_9_E70", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E70", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E70_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421273.586039925226942, 5846891.911889540962875 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E71_up", "crsloc_id": "pipe_9_E71_0.00", "crsloc_branchid": "pipe_9_E71", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E71", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E71_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421224.329739169217646, 5846890.768890278413892 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E72_up", "crsloc_id": "pipe_9_E72_0.00", "crsloc_branchid": "pipe_9_E72", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E72", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E72_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421182.892962549580261, 5846866.597803771495819 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E73_up", "crsloc_id": "pipe_9_E73_0.00", "crsloc_branchid": "pipe_9_E73", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E73", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E73_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421145.763737284578383, 5846833.110597969964147 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E74_up", "crsloc_id": "pipe_9_E74_0.00", "crsloc_branchid": "pipe_9_E74", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E74", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E74_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421107.104405601043254, 5846801.54989181086421 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E75_up", "crsloc_id": "pipe_9_E75_0.00", "crsloc_branchid": "pipe_9_E75", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E75", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E75_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421061.901834868825972, 5846794.000382322818041 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E76_up", "crsloc_id": "pipe_9_E76_0.00", "crsloc_branchid": "pipe_9_E76", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E76", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E76_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421023.283130519790575, 5846821.333513255231082 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E77_up", "crsloc_id": "pipe_9_E77_0.00", "crsloc_branchid": "pipe_9_E77", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E77", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E77_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421024.979408109327778, 5846869.082081608474255 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E78_up", "crsloc_id": "pipe_9_E78_0.00", "crsloc_branchid": "pipe_9_E78", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E78", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E78_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421042.917042962508276, 5846915.57119064964354 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E79_up", "crsloc_id": "pipe_9_E79_0.00", "crsloc_branchid": "pipe_9_E79", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E79", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E79_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421063.430981013458222, 5846961.166141447611153 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E80_up", "crsloc_id": "pipe_9_E80_0.00", "crsloc_branchid": "pipe_9_E80", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E80", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E80_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421083.528895998140797, 5847006.94873786251992 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E81_up", "crsloc_id": "pipe_9_E81_0.00", "crsloc_branchid": "pipe_9_E81", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E81", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E81_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421095.421480868710205, 5847054.527188835665584 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E82_up", "crsloc_id": "pipe_9_E82_0.00", "crsloc_branchid": "pipe_9_E82", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E82", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E82_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421070.211330103687942, 5847093.769573556259274 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E83_up", "crsloc_id": "pipe_9_E83_0.00", "crsloc_branchid": "pipe_9_E83", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E83", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E83_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1421024.36501712561585, 5847102.507560959085822 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E84_up", "crsloc_id": "pipe_9_E84_0.00", "crsloc_branchid": "pipe_9_E84", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E84", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E84_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420988.52690999978222, 5847070.174371067434549 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E85_up", "crsloc_id": "pipe_9_E85_0.00", "crsloc_branchid": "pipe_9_E85", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E85", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E85_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420954.561302947811782, 5847033.48227574955672 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E86_up", "crsloc_id": "pipe_9_E86_0.00", "crsloc_branchid": "pipe_9_E86", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E86", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E86_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420920.273442431585863, 5846997.091298976913095 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E87_up", "crsloc_id": "pipe_9_E87_0.00", "crsloc_branchid": "pipe_9_E87", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E87", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E87_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420887.675049716839567, 5846959.185132889077067 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E88_up", "crsloc_id": "pipe_9_E88_0.00", "crsloc_branchid": "pipe_9_E88", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E88", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E88_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420854.769201738992706, 5846921.57719658408314 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E89_up", "crsloc_id": "pipe_9_E89_0.00", "crsloc_branchid": "pipe_9_E89", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E89", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E89_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420818.558618578361347, 5846887.098710707388818 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E90_up", "crsloc_id": "pipe_9_E90_0.00", "crsloc_branchid": "pipe_9_E90", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E90", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E90_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420782.348035417729989, 5846852.620224829763174 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E91_up", "crsloc_id": "pipe_9_E91_0.00", "crsloc_branchid": "pipe_9_E91", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E91", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E91_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420742.899652406107634, 5846822.051577243953943 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E92_up", "crsloc_id": "pipe_9_E92_0.00", "crsloc_branchid": "pipe_9_E92", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E92", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E92_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420706.280636111740023, 5846788.847164780832827 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E93_up", "crsloc_id": "pipe_9_E93_0.00", "crsloc_branchid": "pipe_9_E93", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E93", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E93_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420689.703672134550288, 5846742.114127370528877 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E94_up", "crsloc_id": "pipe_9_E94_0.00", "crsloc_branchid": "pipe_9_E94", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E94", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E94_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420686.023355967132375, 5846692.946837296709418 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E95_up", "crsloc_id": "pipe_9_E95_0.00", "crsloc_branchid": "pipe_9_E95", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E95", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E95_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420711.72870812821202, 5846653.304461087100208 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E96_up", "crsloc_id": "pipe_9_E96_0.00", "crsloc_branchid": "pipe_9_E96", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E96", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E96_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420759.905567491659895, 5846646.116786323487759 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E97_up", "crsloc_id": "pipe_9_E97_0.00", "crsloc_branchid": "pipe_9_E97", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E97", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E97_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420809.857039266964421, 5846648.3128711739555 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E98_up", "crsloc_id": "pipe_9_E98_0.00", "crsloc_branchid": "pipe_9_E98", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E98", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E98_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420858.078811570070684, 5846637.978543078526855 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E99_up", "crsloc_id": "pipe_9_E99_0.00", "crsloc_branchid": "pipe_9_E99", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E99", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E99_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420897.328248347854242, 5846610.245929038152099 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E100_up", "crsloc_id": "pipe_9_E100_0.00", "crsloc_branchid": "pipe_9_E100", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E100", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E100_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420923.745307660195976, 5846567.91939471103251 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E101_up", "crsloc_id": "pipe_9_E101_0.00", "crsloc_branchid": "pipe_9_E101", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E101", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E101_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420935.065237583592534, 5846519.721246679313481 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E102_up", "crsloc_id": "pipe_9_E102_0.00", "crsloc_branchid": "pipe_9_E102", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E102", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E102_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420925.005011990433559, 5846471.723118497058749 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E103_up", "crsloc_id": "pipe_9_E103_0.00", "crsloc_branchid": "pipe_9_E103", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E103", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E103_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420897.150894394610077, 5846430.578024731948972 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E104_up", "crsloc_id": "pipe_9_E104_0.00", "crsloc_branchid": "pipe_9_E104", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E104", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E104_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420865.817669220268726, 5846391.613921747542918 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E105_up", "crsloc_id": "pipe_9_E105_0.00", "crsloc_branchid": "pipe_9_E105", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E105", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E105_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420835.308421667199582, 5846352.01845864392817 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E106_up", "crsloc_id": "pipe_9_E106_0.00", "crsloc_branchid": "pipe_9_E106", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E106", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E106_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420805.837170013459399, 5846311.627647223882377 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E107_up", "crsloc_id": "pipe_9_E107_0.00", "crsloc_branchid": "pipe_9_E107", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E107", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E107_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420776.365918359952047, 5846271.236835803836584 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E108_up", "crsloc_id": "pipe_9_E108_0.00", "crsloc_branchid": "pipe_9_E108", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E108", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E108_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420745.0260460737627, 5846232.314588071778417 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E109_up", "crsloc_id": "pipe_9_E109_0.00", "crsloc_branchid": "pipe_9_E109", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E109", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E109_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420708.652508232742548, 5846198.270481549203396 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E110_up", "crsloc_id": "pipe_9_E110_0.00", "crsloc_branchid": "pipe_9_E110", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E110", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E110_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420665.638498906278983, 5846173.861073805950582 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E111_up", "crsloc_id": "pipe_9_E111_0.00", "crsloc_branchid": "pipe_9_E111", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E111", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E111_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420618.82589530851692, 5846161.030019444413483 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E112_up", "crsloc_id": "pipe_9_E112_0.00", "crsloc_branchid": "pipe_9_E112", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E112", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E112_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420569.670940276002511, 5846170.047206956893206 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E113_up", "crsloc_id": "pipe_9_E113_0.00", "crsloc_branchid": "pipe_9_E113", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E113", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E113_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420520.064749475335702, 5846175.893241304904222 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E114_up", "crsloc_id": "pipe_9_E114_0.00", "crsloc_branchid": "pipe_9_E114", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E114", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E114_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420470.538262324174866, 5846171.662239343859255 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E115_up", "crsloc_id": "pipe_9_E115_0.00", "crsloc_branchid": "pipe_9_E115", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E115", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E115_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420425.915515190456063, 5846151.267021886073053 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E116_up", "crsloc_id": "pipe_9_E116_0.00", "crsloc_branchid": "pipe_9_E116", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E116", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E116_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420388.838620007503778, 5846117.721885654143989 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E117_up", "crsloc_id": "pipe_9_E117_0.00", "crsloc_branchid": "pipe_9_E117", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E117", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E117_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420351.628854390932247, 5846084.324337015859783 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E118_up", "crsloc_id": "pipe_9_E118_0.00", "crsloc_branchid": "pipe_9_E118", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E118", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E118_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420314.387388218194246, 5846050.962000189349055 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E119_up", "crsloc_id": "pipe_9_E119_0.00", "crsloc_branchid": "pipe_9_E119", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E119", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E119_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420277.145922045456246, 5846017.599663362838328 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E120_up", "crsloc_id": "pipe_9_E120_0.00", "crsloc_branchid": "pipe_9_E120", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E120", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E120_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420239.904455872718245, 5845984.2373265363276 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E121_up", "crsloc_id": "pipe_9_E121_0.00", "crsloc_branchid": "pipe_9_E121", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E121", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E121_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420214.636071441229433, 5845943.071631099097431 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E122_up", "crsloc_id": "pipe_9_E122_0.00", "crsloc_branchid": "pipe_9_E122", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E122", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E122_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420208.484497776022181, 5845893.454048440791667 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E123_up", "crsloc_id": "pipe_9_E123_0.00", "crsloc_branchid": "pipe_9_E123", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E123", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E123_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420202.653401588089764, 5845843.795728774741292 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E124_up", "crsloc_id": "pipe_9_E124_0.00", "crsloc_branchid": "pipe_9_E124", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E124", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E124_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420186.114192338194698, 5845797.701271421276033 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E125_up", "crsloc_id": "pipe_9_E125_0.00", "crsloc_branchid": "pipe_9_E125", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E125", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E125_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420160.89672294142656, 5845754.526608035899699 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E126_up", "crsloc_id": "pipe_9_E126_0.00", "crsloc_branchid": "pipe_9_E126", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E126", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E126_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420125.063201739452779, 5845720.467587080784142 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E127_up", "crsloc_id": "pipe_9_E127_0.00", "crsloc_branchid": "pipe_9_E127", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E127", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E127_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420086.198008419713005, 5845689.011759808287024 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E128_up", "crsloc_id": "pipe_9_E128_0.00", "crsloc_branchid": "pipe_9_E128", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E128", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E128_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420045.993305994663388, 5845659.337848928757012 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E129_up", "crsloc_id": "pipe_9_E129_0.00", "crsloc_branchid": "pipe_9_E129", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E129", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E129_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1420004.976399109931663, 5845630.744393893517554 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E130_up", "crsloc_id": "pipe_9_E130_0.00", "crsloc_branchid": "pipe_9_E130", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E130", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E130_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419963.959492225432768, 5845602.150938859209418 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E131_up", "crsloc_id": "pipe_9_E131_0.00", "crsloc_branchid": "pipe_9_E131", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E131", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E131_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419923.095721698133275, 5845573.341057725250721 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E132_up", "crsloc_id": "pipe_9_E132_0.00", "crsloc_branchid": "pipe_9_E132", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E132", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E132_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419882.483206576434895, 5845544.176079811528325 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E133_up", "crsloc_id": "pipe_9_E133_0.00", "crsloc_branchid": "pipe_9_E133", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E133", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E133_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419846.559793936554343, 5845509.595563996583223 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E134_up", "crsloc_id": "pipe_9_E134_0.00", "crsloc_branchid": "pipe_9_E134", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E134", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E134_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419812.401138932909817, 5845473.095968356356025 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E135_up", "crsloc_id": "pipe_9_E135_0.00", "crsloc_branchid": "pipe_9_E135", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E135", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E135_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419779.223660866497084, 5845435.689721948467195 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E136_up", "crsloc_id": "pipe_9_E136_0.00", "crsloc_branchid": "pipe_9_E136", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E136", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E136_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419746.046182800317183, 5845398.283475539647043 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E137_up", "crsloc_id": "pipe_9_E137_0.00", "crsloc_branchid": "pipe_9_E137", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E137", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E137_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419712.604368061060086, 5845361.116566246375442 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E138_up", "crsloc_id": "pipe_9_E138_0.00", "crsloc_branchid": "pipe_9_E138", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E138", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E138_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419683.346332817105576, 5845321.24416721612215 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E139_up", "crsloc_id": "pipe_9_E139_0.00", "crsloc_branchid": "pipe_9_E139", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E139", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E139_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419663.204224903136492, 5845275.614657105877995 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E140_up", "crsloc_id": "pipe_9_E140_0.00", "crsloc_branchid": "pipe_9_E140", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E140", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E140_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419652.491356840590015, 5845226.776078307069838 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E141_up", "crsloc_id": "pipe_9_E141_0.00", "crsloc_branchid": "pipe_9_E141", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E141", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E141_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419643.22210155474022, 5845177.687656064517796 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E142_up", "crsloc_id": "pipe_9_E142_0.00", "crsloc_branchid": "pipe_9_E142", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E142", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E142_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419636.898685700260103, 5845128.089402737095952 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E143_up", "crsloc_id": "pipe_9_E143_0.00", "crsloc_branchid": "pipe_9_E143", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E143", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E143_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419630.575269845547155, 5845078.491149409674108 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E144_up", "crsloc_id": "pipe_9_E144_0.00", "crsloc_branchid": "pipe_9_E144", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E144", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E144_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419622.97417457588017, 5845029.076477516442537 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E145_up", "crsloc_id": "pipe_9_E145_0.00", "crsloc_branchid": "pipe_9_E145", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E145", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E145_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419615.077176916413009, 5844979.704321910627186 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E146_up", "crsloc_id": "pipe_9_E146_0.00", "crsloc_branchid": "pipe_9_E146", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E146", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E146_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419609.074971008114517, 5844930.088808297179639 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E147_up", "crsloc_id": "pipe_9_E147_0.00", "crsloc_branchid": "pipe_9_E147", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E147", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E147_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419603.778633784735575, 5844880.427460964769125 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E148_up", "crsloc_id": "pipe_9_E148_0.00", "crsloc_branchid": "pipe_9_E148", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E148", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E148_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419584.987870138138533, 5844834.254651071503758 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E149_up", "crsloc_id": "pipe_9_E149_0.00", "crsloc_branchid": "pipe_9_E149", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E149", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E149_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419559.331586835440248, 5844791.339298943057656 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E150_up", "crsloc_id": "pipe_9_E150_0.00", "crsloc_branchid": "pipe_9_E150", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E150", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E150_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419533.675303532741964, 5844748.423946814611554 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E151_up", "crsloc_id": "pipe_9_E151_0.00", "crsloc_branchid": "pipe_9_E151", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E151", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E151_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419504.887638230575249, 5844707.549475655891001 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E152_up", "crsloc_id": "pipe_9_E152_0.00", "crsloc_branchid": "pipe_9_E152", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E152", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E152_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419475.81797957024537, 5844666.869944943115115 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E153_up", "crsloc_id": "pipe_9_E153_0.00", "crsloc_branchid": "pipe_9_E153", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E153", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E153_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419446.337647278793156, 5844626.485760795883834 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E154_up", "crsloc_id": "pipe_9_E154_0.00", "crsloc_branchid": "pipe_9_E154", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E154", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E154_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419409.204925911733881, 5844593.955730544403195 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E155_up", "crsloc_id": "pipe_9_E155_0.00", "crsloc_branchid": "pipe_9_E155", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E155", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E155_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419367.873058755882084, 5844565.85717907268554 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E156_up", "crsloc_id": "pipe_9_E156_0.00", "crsloc_branchid": "pipe_9_E156", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E156", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E156_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419323.615470109740272, 5844542.592653106898069 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E157_up", "crsloc_id": "pipe_9_E157_0.00", "crsloc_branchid": "pipe_9_E157", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E157", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E157_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419279.357881463831291, 5844519.328127140179276 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E158_up", "crsloc_id": "pipe_9_E158_0.00", "crsloc_branchid": "pipe_9_E158", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E158", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E158_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419235.568210017867386, 5844495.202589794062078 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E159_up", "crsloc_id": "pipe_9_E159_0.00", "crsloc_branchid": "pipe_9_E159", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E159", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E159_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419188.778511248063296, 5844481.303893911652267 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E160_up", "crsloc_id": "pipe_9_E160_0.00", "crsloc_branchid": "pipe_9_E160", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E160", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E160_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419138.859045935096219, 5844479.591040044091642 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E161_up", "crsloc_id": "pipe_9_E161_0.00", "crsloc_branchid": "pipe_9_E161", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E161", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E161_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419088.867332570021972, 5844480.288978866301477 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E162_up", "crsloc_id": "pipe_9_E162_0.00", "crsloc_branchid": "pipe_9_E162", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E162", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E162_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1419038.902671627001837, 5844478.416820199228823 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E163_up", "crsloc_id": "pipe_9_E163_0.00", "crsloc_branchid": "pipe_9_E163", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E163", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E163_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418990.524256498785689, 5844466.680496727116406 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E164_up", "crsloc_id": "pipe_9_E164_0.00", "crsloc_branchid": "pipe_9_E164", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E164", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E164_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418947.76159720402211, 5844441.261620839126408 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E165_up", "crsloc_id": "pipe_9_E165_0.00", "crsloc_branchid": "pipe_9_E165", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E165", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E165_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418905.825275405775756, 5844414.034479320980608 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E166_up", "crsloc_id": "pipe_9_E166_0.00", "crsloc_branchid": "pipe_9_E166", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E166", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E166_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418864.040606553433463, 5844386.581945976242423 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E167_up", "crsloc_id": "pipe_9_E167_0.00", "crsloc_branchid": "pipe_9_E167", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E167", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E167_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418823.020742390304804, 5844357.992733583785594 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E168_up", "crsloc_id": "pipe_9_E168_0.00", "crsloc_branchid": "pipe_9_E168", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E168", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E168_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418782.000878227408975, 5844329.403521190397441 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E169_up", "crsloc_id": "pipe_9_E169_0.00", "crsloc_branchid": "pipe_9_E169", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E169", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E169_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418741.541740796994418, 5844300.04422196187079 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E170_up", "crsloc_id": "pipe_9_E170_0.00", "crsloc_branchid": "pipe_9_E170", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E170", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E170_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418701.738872380461544, 5844269.783620728179812 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E171_up", "crsloc_id": "pipe_9_E171_0.00", "crsloc_branchid": "pipe_9_E171", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E171", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E171_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418661.877458170289174, 5844239.6123335827142 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E172_up", "crsloc_id": "pipe_9_E172_0.00", "crsloc_branchid": "pipe_9_E172", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E172", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E172_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418618.251069303136319, 5844215.184674758464098 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E173_up", "crsloc_id": "pipe_9_E173_0.00", "crsloc_branchid": "pipe_9_E173", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E173", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E173_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418573.884258924052119, 5844192.302159458398819 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E174_up", "crsloc_id": "pipe_9_E174_0.00", "crsloc_branchid": "pipe_9_E174", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E174", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E174_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418527.512615043437108, 5844173.603417120873928 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E175_up", "crsloc_id": "pipe_9_E175_0.00", "crsloc_branchid": "pipe_9_E175", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E175", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E175_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418481.75217247987166, 5844153.513810309581459 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E176_up", "crsloc_id": "pipe_9_E176_0.00", "crsloc_branchid": "pipe_9_E176", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E176", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E176_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418438.663418387528509, 5844128.40424435865134 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E177_up", "crsloc_id": "pipe_9_E177_0.00", "crsloc_branchid": "pipe_9_E177", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E177", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E177_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418398.627794942818582, 5844098.507038209587336 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E178_up", "crsloc_id": "pipe_9_E178_0.00", "crsloc_branchid": "pipe_9_E178", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E178", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E178_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418359.337908220710233, 5844067.583307474851608 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E179_up", "crsloc_id": "pipe_9_E179_0.00", "crsloc_branchid": "pipe_9_E179", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E179", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E179_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418312.903944954276085, 5844049.890870825387537 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E180_up", "crsloc_id": "pipe_9_E180_0.00", "crsloc_branchid": "pipe_9_E180", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E180", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E180_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418265.495645173359662, 5844034.002968726679683 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E181_up", "crsloc_id": "pipe_9_E181_0.00", "crsloc_branchid": "pipe_9_E181", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E181", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E181_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418218.015684446785599, 5844018.332546941936016 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E182_up", "crsloc_id": "pipe_9_E182_0.00", "crsloc_branchid": "pipe_9_E182", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E182", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E182_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418171.384448643540964, 5844000.890260338783264 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E183_up", "crsloc_id": "pipe_9_E183_0.00", "crsloc_branchid": "pipe_9_E183", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E183", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E183_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418135.335672124521807, 5843967.033878335729241 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E184_up", "crsloc_id": "pipe_9_E184_0.00", "crsloc_branchid": "pipe_9_E184", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E184", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E184_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418103.606832423480228, 5843928.464526676572859 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E185_up", "crsloc_id": "pipe_9_E185_0.00", "crsloc_branchid": "pipe_9_E185", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E185", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E185_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418072.64664312126115, 5843889.364422707818449 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E186_up", "crsloc_id": "pipe_9_E186_0.00", "crsloc_branchid": "pipe_9_E186", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E186", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E186_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1418031.899344930658117, 5843861.073216744698584 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E187_up", "crsloc_id": "pipe_9_E187_0.00", "crsloc_branchid": "pipe_9_E187", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E187", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E187_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417985.816689518280327, 5843841.679680334404111 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E188_up", "crsloc_id": "pipe_9_E188_0.00", "crsloc_branchid": "pipe_9_E188", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E188", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E188_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417937.549674298847094, 5843828.732101308181882 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E189_up", "crsloc_id": "pipe_9_E189_0.00", "crsloc_branchid": "pipe_9_E189", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E189", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E189_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417888.267521020025015, 5843821.052269216626883 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E190_up", "crsloc_id": "pipe_9_E190_0.00", "crsloc_branchid": "pipe_9_E190", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E190", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E190_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417840.163892095908523, 5843829.983010512776673 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E191_up", "crsloc_id": "pipe_9_E191_0.00", "crsloc_branchid": "pipe_9_E191", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E191", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E191_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417805.434317155973986, 5843863.111793464049697 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E192_up", "crsloc_id": "pipe_9_E192_0.00", "crsloc_branchid": "pipe_9_E192", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E192", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E192_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417794.258506000973284, 5843911.517589493654668 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E193_up", "crsloc_id": "pipe_9_E193_0.00", "crsloc_branchid": "pipe_9_E193", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E193", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E193_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417774.165708123706281, 5843956.589445478282869 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E194_up", "crsloc_id": "pipe_9_E194_0.00", "crsloc_branchid": "pipe_9_E194", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E194", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E194_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417736.036781679606065, 5843988.354959684424102 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E195_up", "crsloc_id": "pipe_9_E195_0.00", "crsloc_branchid": "pipe_9_E195", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E195", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E195_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417693.42312873294577, 5844014.374465064145625 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E196_up", "crsloc_id": "pipe_9_E196_0.00", "crsloc_branchid": "pipe_9_E196", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E196", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E196_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417660.920891329180449, 5844051.455042405053973 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E197_up", "crsloc_id": "pipe_9_E197_0.00", "crsloc_branchid": "pipe_9_E197", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E197", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E197_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417650.912345563294366, 5844099.505877119489014 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E198_up", "crsloc_id": "pipe_9_E198_0.00", "crsloc_branchid": "pipe_9_E198", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E198", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E198_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417658.932691253954545, 5844148.792711053043604 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E199_up", "crsloc_id": "pipe_9_E199_0.00", "crsloc_branchid": "pipe_9_E199", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E199", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E199_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417656.545337408781052, 5844198.062577627599239 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E200_up", "crsloc_id": "pipe_9_E200_0.00", "crsloc_branchid": "pipe_9_E200", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E200", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E200_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417621.015253922436386, 5844231.442373849451542 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E201_up", "crsloc_id": "pipe_9_E201_0.00", "crsloc_branchid": "pipe_9_E201", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E201", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E201_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417572.737633330980316, 5844243.886836281977594 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E202_up", "crsloc_id": "pipe_9_E202_0.00", "crsloc_branchid": "pipe_9_E202", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E202", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E202_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417522.776412076316774, 5844241.925027947872877 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E203_up", "crsloc_id": "pipe_9_E203_0.00", "crsloc_branchid": "pipe_9_E203", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E203", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E203_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417472.996930692112073, 5844238.743335890583694 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E204_up", "crsloc_id": "pipe_9_E204_0.00", "crsloc_branchid": "pipe_9_E204", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E204", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E204_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417424.633521320298314, 5844226.056612312793732 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E205_up", "crsloc_id": "pipe_9_E205_0.00", "crsloc_branchid": "pipe_9_E205", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E205", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E205_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417376.270111948484555, 5844213.369888734072447 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E206_up", "crsloc_id": "pipe_9_E206_0.00", "crsloc_branchid": "pipe_9_E206", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E206", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E206_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417329.922922930913046, 5844195.379736957140267 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E207_up", "crsloc_id": "pipe_9_E207_0.00", "crsloc_branchid": "pipe_9_E207", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E207", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E207_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417285.3460190766491, 5844172.733060291968286 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E208_up", "crsloc_id": "pipe_9_E208_0.00", "crsloc_branchid": "pipe_9_E208", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E208", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E208_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417241.398575571598485, 5844149.128868422470987 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E209_up", "crsloc_id": "pipe_9_E209_0.00", "crsloc_branchid": "pipe_9_E209", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E209", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E209_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417205.135993048315868, 5844114.981008555740118 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E210_up", "crsloc_id": "pipe_9_E210_0.00", "crsloc_branchid": "pipe_9_E210", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E210", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E210_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417185.598072288790718, 5844069.923178383149207 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E211_up", "crsloc_id": "pipe_9_E211_0.00", "crsloc_branchid": "pipe_9_E211", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E211", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E211_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417167.642235178267583, 5844023.515258945524693 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E212_up", "crsloc_id": "pipe_9_E212_0.00", "crsloc_branchid": "pipe_9_E212", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E212", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E212_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417132.963851474691182, 5843991.211483134888113 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E213_up", "crsloc_id": "pipe_9_E213_0.00", "crsloc_branchid": "pipe_9_E213", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E213", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E213_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417084.594145445618778, 5843980.630522369407117 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E214_up", "crsloc_id": "pipe_9_E214_0.00", "crsloc_branchid": "pipe_9_E214", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E214", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E214_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417036.65072401217185, 5843990.02752729691565 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E215_up", "crsloc_id": "pipe_9_E215_0.00", "crsloc_branchid": "pipe_9_E215", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E215", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E215_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1417000.371750437421724, 5844023.958014467731118 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E216_up", "crsloc_id": "pipe_9_E216_0.00", "crsloc_branchid": "pipe_9_E216", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E216", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E216_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416969.424810580909252, 5844063.229622974991798 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E217_up", "crsloc_id": "pipe_9_E217_0.00", "crsloc_branchid": "pipe_9_E217", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E217", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E217_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416927.518832724075764, 5844087.57621328253299 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E218_up", "crsloc_id": "pipe_9_E218_0.00", "crsloc_branchid": "pipe_9_E218", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E218", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E218_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416878.712800699518993, 5844077.638748883269727 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E219_up", "crsloc_id": "pipe_9_E219_0.00", "crsloc_branchid": "pipe_9_E219", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E219", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E219_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416830.879168283194304, 5844076.316948851570487 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E220_up", "crsloc_id": "pipe_9_E220_0.00", "crsloc_branchid": "pipe_9_E220", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E220", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E220_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416789.764754311181605, 5844104.346654145978391 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E221_up", "crsloc_id": "pipe_9_E221_0.00", "crsloc_branchid": "pipe_9_E221", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E221", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E221_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416749.800181579543278, 5844134.364567210897803 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E222_up", "crsloc_id": "pipe_9_E222_0.00", "crsloc_branchid": "pipe_9_E222", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E222", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E222_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416708.347629053983837, 5844161.701024185866117 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E223_up", "crsloc_id": "pipe_9_E223_0.00", "crsloc_branchid": "pipe_9_E223", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E223", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E223_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416659.038096911273897, 5844167.500120658427477 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E224_up", "crsloc_id": "pipe_9_E224_0.00", "crsloc_branchid": "pipe_9_E224", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E224", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E224_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416612.281277725240216, 5844150.7990079568699 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E225_up", "crsloc_id": "pipe_9_E225_0.00", "crsloc_branchid": "pipe_9_E225", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E225", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E225_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416576.374596008332446, 5844116.924769859761 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E226_up", "crsloc_id": "pipe_9_E226_0.00", "crsloc_branchid": "pipe_9_E226", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E226", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E226_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416541.729802871588618, 5844081.767404087819159 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E227_up", "crsloc_id": "pipe_9_E227_0.00", "crsloc_branchid": "pipe_9_E227", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E227", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E227_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416498.188517621718347, 5844062.26395816821605 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E228_up", "crsloc_id": "pipe_9_E228_0.00", "crsloc_branchid": "pipe_9_E228", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E228", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E228_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416448.970511994324625, 5844069.26400520093739 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E229_up", "crsloc_id": "pipe_9_E229_0.00", "crsloc_branchid": "pipe_9_E229", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E229", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E229_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416400.342734969453886, 5844064.002551051788032 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E230_up", "crsloc_id": "pipe_9_E230_0.00", "crsloc_branchid": "pipe_9_E230", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E230", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E230_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416353.585906805936247, 5844047.182242533192039 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E231_up", "crsloc_id": "pipe_9_E231_0.00", "crsloc_branchid": "pipe_9_E231", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E231", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E231_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416304.218944278080016, 5844041.208628535270691 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E232_up", "crsloc_id": "pipe_9_E232_0.00", "crsloc_branchid": "pipe_9_E232", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E232", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E232_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416254.219288192922249, 5844041.126698234118521 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E233_up", "crsloc_id": "pipe_9_E233_0.00", "crsloc_branchid": "pipe_9_E233", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E233", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E233_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416204.219632107764482, 5844041.044767933897674 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E234_up", "crsloc_id": "pipe_9_E234_0.00", "crsloc_branchid": "pipe_9_E234", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E234", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E234_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416155.715854728594422, 5844029.767025163397193 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E235_up", "crsloc_id": "pipe_9_E235_0.00", "crsloc_branchid": "pipe_9_E235", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E235", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E235_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416105.96755148563534, 5844026.507896044291556 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E236_up", "crsloc_id": "pipe_9_E236_0.00", "crsloc_branchid": "pipe_9_E236", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E236", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E236_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416058.609105651034042, 5844040.615419242531061 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E237_up", "crsloc_id": "pipe_9_E237_0.00", "crsloc_branchid": "pipe_9_E237", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E237", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E237_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1416015.024933623848483, 5844064.660431460477412 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E238_up", "crsloc_id": "pipe_9_E238_0.00", "crsloc_branchid": "pipe_9_E238", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E238", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E238_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415966.053530746605247, 5844071.360680914483964 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E239_up", "crsloc_id": "pipe_9_E239_0.00", "crsloc_branchid": "pipe_9_E239", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E239", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E239_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415916.179824438644573, 5844068.087565034627914 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E240_up", "crsloc_id": "pipe_9_E240_0.00", "crsloc_branchid": "pipe_9_E240", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E240", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E240_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415866.317967160837725, 5844064.377105492167175 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E241_up", "crsloc_id": "pipe_9_E241_0.00", "crsloc_branchid": "pipe_9_E241", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E241", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E241_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415821.697737340815365, 5844044.882879396900535 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E242_up", "crsloc_id": "pipe_9_E242_0.00", "crsloc_branchid": "pipe_9_E242", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E242", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E242_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415794.207655119709671, 5844003.118473399430513 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E243_up", "crsloc_id": "pipe_9_E243_0.00", "crsloc_branchid": "pipe_9_E243", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E243", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E243_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415762.549900618614629, 5843965.514249566011131 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E244_up", "crsloc_id": "pipe_9_E244_0.00", "crsloc_branchid": "pipe_9_E244", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E244", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E244_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415718.953663617838174, 5843942.371185154654086 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E245_up", "crsloc_id": "pipe_9_E245_0.00", "crsloc_branchid": "pipe_9_E245", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E245", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E245_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415669.912683117901906, 5843933.763924090191722 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E246_up", "crsloc_id": "pipe_9_E246_0.00", "crsloc_branchid": "pipe_9_E246", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E246", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E246_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415619.92476101545617, 5843932.78754342906177 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E247_up", "crsloc_id": "pipe_9_E247_0.00", "crsloc_branchid": "pipe_9_E247", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E247", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E247_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415569.958354181610048, 5843934.612511738203466 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E248_up", "crsloc_id": "pipe_9_E248_0.00", "crsloc_branchid": "pipe_9_E248", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E248", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E248_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415519.991947347996756, 5843936.437480046413839 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E249_up", "crsloc_id": "pipe_9_E249_0.00", "crsloc_branchid": "pipe_9_E249", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E249", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E249_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415470.762993132229894, 5843943.106915395706892 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E250_up", "crsloc_id": "pipe_9_E250_0.00", "crsloc_branchid": "pipe_9_E250", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E250", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E250_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415423.668638297356665, 5843959.469534138217568 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E251_up", "crsloc_id": "pipe_9_E251_0.00", "crsloc_branchid": "pipe_9_E251", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E251", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E251_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415383.882673580432311, 5843988.207098569720984 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E252_up", "crsloc_id": "pipe_9_E252_0.00", "crsloc_branchid": "pipe_9_E252", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E252", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E252_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415349.174972783541307, 5844024.198039465583861 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E253_up", "crsloc_id": "pipe_9_E253_0.00", "crsloc_branchid": "pipe_9_E253", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E253", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E253_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415312.32966351066716, 5844057.858752905391157 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E254_up", "crsloc_id": "pipe_9_E254_0.00", "crsloc_branchid": "pipe_9_E254", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E254", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E254_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415272.977458163397387, 5844088.655793969519436 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E255_up", "crsloc_id": "pipe_9_E255_0.00", "crsloc_branchid": "pipe_9_E255", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E255", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E255_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415231.584478268167004, 5844116.702068884856999 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E256_up", "crsloc_id": "pipe_9_E256_0.00", "crsloc_branchid": "pipe_9_E256", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E256", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E256_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415190.929577935487032, 5844145.800723644904792 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E257_up", "crsloc_id": "pipe_9_E257_0.00", "crsloc_branchid": "pipe_9_E257", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E257", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E257_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415152.162144386209548, 5844177.365402648225427 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E258_up", "crsloc_id": "pipe_9_E258_0.00", "crsloc_branchid": "pipe_9_E258", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E258", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E258_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415113.555252274964005, 5844209.137720830738544 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E259_up", "crsloc_id": "pipe_9_E259_0.00", "crsloc_branchid": "pipe_9_E259", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E259", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E259_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415074.948360163951293, 5844240.910039014182985 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E260_up", "crsloc_id": "pipe_9_E260_0.00", "crsloc_branchid": "pipe_9_E260", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E260", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E260_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1415036.34146805270575, 5844272.682357196696103 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E261_up", "crsloc_id": "pipe_9_E261_0.00", "crsloc_branchid": "pipe_9_E261", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E261", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E261_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414997.734575941693038, 5844304.454675380140543 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E262_up", "crsloc_id": "pipe_9_E262_0.00", "crsloc_branchid": "pipe_9_E262", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E262", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E262_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414959.127683830680326, 5844336.226993563584983 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E263_up", "crsloc_id": "pipe_9_E263_0.00", "crsloc_branchid": "pipe_9_E263", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E263", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E263_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414920.520791719434783, 5844367.999311746098101 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E264_up", "crsloc_id": "pipe_9_E264_0.00", "crsloc_branchid": "pipe_9_E264", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E264", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E264_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414881.913899608422071, 5844399.771629929542542 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E265_up", "crsloc_id": "pipe_9_E265_0.00", "crsloc_branchid": "pipe_9_E265", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E265", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E265_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414842.734271959168836, 5844430.764689867384732 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E266_up", "crsloc_id": "pipe_9_E266_0.00", "crsloc_branchid": "pipe_9_E266", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E266", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E266_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414800.885097347898409, 5844458.125590903684497 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E267_up", "crsloc_id": "pipe_9_E267_0.00", "crsloc_branchid": "pipe_9_E267", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E267", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E267_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414759.035922736627981, 5844485.486491940915585 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E268_up", "crsloc_id": "pipe_9_E268_0.00", "crsloc_branchid": "pipe_9_E268", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E268", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E268_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414717.186748125357553, 5844512.847392978146672 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E269_up", "crsloc_id": "pipe_9_E269_0.00", "crsloc_branchid": "pipe_9_E269", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E269", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E269_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414675.337573513854295, 5844540.20829401537776 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E270_up", "crsloc_id": "pipe_9_E270_0.00", "crsloc_branchid": "pipe_9_E270", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E270", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E270_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414631.732082000700757, 5844564.560294976457953 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E271_up", "crsloc_id": "pipe_9_E271_0.00", "crsloc_branchid": "pipe_9_E271", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E271", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E271_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414587.328821836505085, 5844587.545568697154522 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E272_up", "crsloc_id": "pipe_9_E272_0.00", "crsloc_branchid": "pipe_9_E272", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E272", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E272_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414542.925561672309414, 5844610.530842416919768 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E273_up", "crsloc_id": "pipe_9_E273_0.00", "crsloc_branchid": "pipe_9_E273", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E273", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E273_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414498.522301508113742, 5844633.516116137616336 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E274_up", "crsloc_id": "pipe_9_E274_0.00", "crsloc_branchid": "pipe_9_E274", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E274", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E274_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414453.80442654970102, 5844655.808527433313429 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E275_up", "crsloc_id": "pipe_9_E275_0.00", "crsloc_branchid": "pipe_9_E275", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E275", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E275_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414407.275943890679628, 5844674.113516442477703 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E276_up", "crsloc_id": "pipe_9_E276_0.00", "crsloc_branchid": "pipe_9_E276", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E276", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E276_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414360.747461231425405, 5844692.418505452573299 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E277_up", "crsloc_id": "pipe_9_E277_0.00", "crsloc_branchid": "pipe_9_E277", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E277", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E277_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414314.218978572404012, 5844710.723494462668896 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E278_up", "crsloc_id": "pipe_9_E278_0.00", "crsloc_branchid": "pipe_9_E278", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E278", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E278_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414267.69049591338262, 5844729.028483471833169 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E279_up", "crsloc_id": "pipe_9_E279_0.00", "crsloc_branchid": "pipe_9_E279", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E279", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E279_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414221.057497514877468, 5844747.016870835795999 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E280_up", "crsloc_id": "pipe_9_E280_0.00", "crsloc_branchid": "pipe_9_E280", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E280", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E280_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414172.775621921755373, 5844760.010438876226544 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E281_up", "crsloc_id": "pipe_9_E281_0.00", "crsloc_branchid": "pipe_9_E281", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E281", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E281_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414124.493746328633279, 5844773.00400691665709 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E282_up", "crsloc_id": "pipe_9_E282_0.00", "crsloc_branchid": "pipe_9_E282", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E282", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E282_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414076.211870735511184, 5844785.997574956156313 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E283_up", "crsloc_id": "pipe_9_E283_0.00", "crsloc_branchid": "pipe_9_E283", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E283", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E283_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1414027.929995142389089, 5844798.991142996586859 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E284_up", "crsloc_id": "pipe_9_E284_0.00", "crsloc_branchid": "pipe_9_E284", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E284", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E284_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413979.648119549266994, 5844811.984711037017405 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E285_up", "crsloc_id": "pipe_9_E285_0.00", "crsloc_branchid": "pipe_9_E285", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E285", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E285_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413930.369626694358885, 5844820.215582912787795 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E286_up", "crsloc_id": "pipe_9_E286_0.00", "crsloc_branchid": "pipe_9_E286", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E286", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E286_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413880.928856189362705, 5844827.670952325686812 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E287_up", "crsloc_id": "pipe_9_E287_0.00", "crsloc_branchid": "pipe_9_E287", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E287", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E287_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413831.488085684599355, 5844835.12632173858583 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E288_up", "crsloc_id": "pipe_9_E288_0.00", "crsloc_branchid": "pipe_9_E288", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E288", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E288_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413782.047315179603174, 5844842.581691151484847 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E289_up", "crsloc_id": "pipe_9_E289_0.00", "crsloc_branchid": "pipe_9_E289", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E289", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E289_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413732.606544674606994, 5844850.037060564383864 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E290_up", "crsloc_id": "pipe_9_E290_0.00", "crsloc_branchid": "pipe_9_E290", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E290", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E290_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413682.774028708459809, 5844852.736711289733648 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E291_up", "crsloc_id": "pipe_9_E291_0.00", "crsloc_branchid": "pipe_9_E291", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E291", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E291_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413632.779714717995375, 5844853.472163409925997 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E292_up", "crsloc_id": "pipe_9_E292_0.00", "crsloc_branchid": "pipe_9_E292", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E292", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E292_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413582.785400727298111, 5844854.207615529187024 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E293_up", "crsloc_id": "pipe_9_E293_0.00", "crsloc_branchid": "pipe_9_E293", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E293", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E293_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413532.791086736833677, 5844854.943067649379373 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E294_up", "crsloc_id": "pipe_9_E294_0.00", "crsloc_branchid": "pipe_9_E294", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E294", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E294_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413482.796772746369243, 5844855.678519769571722 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E295_up", "crsloc_id": "pipe_9_E295_0.00", "crsloc_branchid": "pipe_9_E295", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E295", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E295_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413433.065366155700758, 5844851.819941600784659 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E296_up", "crsloc_id": "pipe_9_E296_0.00", "crsloc_branchid": "pipe_9_E296", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E296", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E296_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413383.481353130890056, 5844845.385815897956491 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E297_up", "crsloc_id": "pipe_9_E297_0.00", "crsloc_branchid": "pipe_9_E297", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E297", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E297_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413333.897340106079355, 5844838.951690194196999 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E298_up", "crsloc_id": "pipe_9_E298_0.00", "crsloc_branchid": "pipe_9_E298", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E298", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E298_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413284.313327081501484, 5844832.51756449136883 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E299_up", "crsloc_id": "pipe_9_E299_0.00", "crsloc_branchid": "pipe_9_E299", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E299", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E299_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413234.729314056690782, 5844826.083438787609339 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E300_up", "crsloc_id": "pipe_9_E300_0.00", "crsloc_branchid": "pipe_9_E300", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E300", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E300_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413185.559508327394724, 5844818.100490031763911 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E301_up", "crsloc_id": "pipe_9_E301_0.00", "crsloc_branchid": "pipe_9_E301", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E301", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E301_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413139.382957268273458, 5844798.925025148317218 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E302_up", "crsloc_id": "pipe_9_E302_0.00", "crsloc_branchid": "pipe_9_E302", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E302", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E302_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413093.206406209152192, 5844779.749560264870524 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E303_up", "crsloc_id": "pipe_9_E303_0.00", "crsloc_branchid": "pipe_9_E303", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E303", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E303_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413047.029855150263757, 5844760.574095381423831 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E304_up", "crsloc_id": "pipe_9_E304_0.00", "crsloc_branchid": "pipe_9_E304", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E304", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E304_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1413000.853304091142491, 5844741.398630497977138 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E305_up", "crsloc_id": "pipe_9_E305_0.00", "crsloc_branchid": "pipe_9_E305", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E305", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E305_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412954.676753032021224, 5844722.223165614530444 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E306_up", "crsloc_id": "pipe_9_E306_0.00", "crsloc_branchid": "pipe_9_E306", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E306", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E306_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412909.234404653543606, 5844701.402767523191869 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E307_up", "crsloc_id": "pipe_9_E307_0.00", "crsloc_branchid": "pipe_9_E307", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E307", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E307_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412864.126097585773095, 5844679.833971667103469 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E308_up", "crsloc_id": "pipe_9_E308_0.00", "crsloc_branchid": "pipe_9_E308", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E308", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E308_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412819.017790518235415, 5844658.265175810083747 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E309_up", "crsloc_id": "pipe_9_E309_0.00", "crsloc_branchid": "pipe_9_E309", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E309", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E309_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412773.909483450464904, 5844636.696379953995347 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E310_up", "crsloc_id": "pipe_9_E310_0.00", "crsloc_branchid": "pipe_9_E310", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E310", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E310_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412728.801176382927224, 5844615.127584097906947 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E311_up", "crsloc_id": "pipe_9_E311_0.00", "crsloc_branchid": "pipe_9_E311", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E311", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E311_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412683.692869315156713, 5844593.558788240887225 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E312_up", "crsloc_id": "pipe_9_E312_0.00", "crsloc_branchid": "pipe_9_E312", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E312", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E312_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412638.584562247386202, 5844571.989992384798825 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E313_up", "crsloc_id": "pipe_9_E313_0.00", "crsloc_branchid": "pipe_9_E313", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E313", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E313_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412595.623684559483081, 5844546.633682089857757 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E314_up", "crsloc_id": "pipe_9_E314_0.00", "crsloc_branchid": "pipe_9_E314", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E314", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E314_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412553.953394919866696, 5844519.001105616800487 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E315_up", "crsloc_id": "pipe_9_E315_0.00", "crsloc_branchid": "pipe_9_E315", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E315", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E315_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412512.283105280483142, 5844491.368529142811894 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E316_up", "crsloc_id": "pipe_9_E316_0.00", "crsloc_branchid": "pipe_9_E316", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E316", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E316_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412470.612815640866756, 5844463.735952669754624 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E317_up", "crsloc_id": "pipe_9_E317_0.00", "crsloc_branchid": "pipe_9_E317", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E317", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E317_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412428.942526001250371, 5844436.103376195766032 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E318_up", "crsloc_id": "pipe_9_E318_0.00", "crsloc_branchid": "pipe_9_E318", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E318", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E318_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412387.272236361866817, 5844408.470799722708762 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E319_up", "crsloc_id": "pipe_9_E319_0.00", "crsloc_branchid": "pipe_9_E319", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E319", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E319_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412345.601946722250432, 5844380.838223248720169 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E320_up", "crsloc_id": "pipe_9_E320_0.00", "crsloc_branchid": "pipe_9_E320", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E320", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E320_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412303.931657082634047, 5844353.205646775662899 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E321_up", "crsloc_id": "pipe_9_E321_0.00", "crsloc_branchid": "pipe_9_E321", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E321", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E321_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412262.261367443250492, 5844325.573070302605629 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E322_up", "crsloc_id": "pipe_9_E322_0.00", "crsloc_branchid": "pipe_9_E322", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E322", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E322_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412220.249577832408249, 5844298.492348447442055 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E323_up", "crsloc_id": "pipe_9_E323_0.00", "crsloc_branchid": "pipe_9_E323", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E323", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E323_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412176.927172479685396, 5844273.529545807279646 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E324_up", "crsloc_id": "pipe_9_E324_0.00", "crsloc_branchid": "pipe_9_E324", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E324", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E324_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412132.736799320904538, 5844250.193437846377492 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E325_up", "crsloc_id": "pipe_9_E325_0.00", "crsloc_branchid": "pipe_9_E325", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E325", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E325_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412084.520041049458086, 5844239.100945963524282 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E326_up", "crsloc_id": "pipe_9_E326_0.00", "crsloc_branchid": "pipe_9_E326", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E326", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E326_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1412034.979537510545924, 5844232.339967461302876 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E327_up", "crsloc_id": "pipe_9_E327_0.00", "crsloc_branchid": "pipe_9_E327", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E327", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E327_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411985.218780608614907, 5844228.969401745125651 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E328_up", "crsloc_id": "pipe_9_E328_0.00", "crsloc_branchid": "pipe_9_E328", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E328", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E328_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411935.547168360091746, 5844225.608683753758669 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E329_up", "crsloc_id": "pipe_9_E329_0.00", "crsloc_branchid": "pipe_9_E329", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E329", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E329_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411887.339208438526839, 5844212.728831850923598 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E330_up", "crsloc_id": "pipe_9_E330_0.00", "crsloc_branchid": "pipe_9_E330", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E330", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E330_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411839.780274013755843, 5844197.29769198410213 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E331_up", "crsloc_id": "pipe_9_E331_0.00", "crsloc_branchid": "pipe_9_E331", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E331", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E331_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411792.519585555419326, 5844180.978409866802394 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E332_up", "crsloc_id": "pipe_9_E332_0.00", "crsloc_branchid": "pipe_9_E332", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E332", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E332_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411745.286310599418357, 5844164.577493485063314 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E333_up", "crsloc_id": "pipe_9_E333_0.00", "crsloc_branchid": "pipe_9_E333", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E333", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E333_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411696.500934263458475, 5844156.457476289942861 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E334_up", "crsloc_id": "pipe_9_E334_0.00", "crsloc_branchid": "pipe_9_E334", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E334", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E334_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411646.566811945289373, 5844156.629716902971268 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E335_up", "crsloc_id": "pipe_9_E335_0.00", "crsloc_branchid": "pipe_9_E335", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E335", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E335_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411596.686350782867521, 5844160.081081189215183 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E336_up", "crsloc_id": "pipe_9_E336_0.00", "crsloc_branchid": "pipe_9_E336", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E336", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E336_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411547.500557682709768, 5844168.594527897424996 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E337_up", "crsloc_id": "pipe_9_E337_0.00", "crsloc_branchid": "pipe_9_E337", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E337", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E337_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411498.534317339304835, 5844178.707867002114654 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E338_up", "crsloc_id": "pipe_9_E338_0.00", "crsloc_branchid": "pipe_9_E338", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E338", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E338_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411449.481568206334487, 5844188.392413450405002 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E339_up", "crsloc_id": "pipe_9_E339_0.00", "crsloc_branchid": "pipe_9_E339", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E339", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E339_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411399.801096498267725, 5844192.348644936457276 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E340_up", "crsloc_id": "pipe_9_E340_0.00", "crsloc_branchid": "pipe_9_E340", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E340", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E340_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411349.81473539210856, 5844193.50451023131609 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E341_up", "crsloc_id": "pipe_9_E341_0.00", "crsloc_branchid": "pipe_9_E341", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E341", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E341_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411299.870496388524771, 5844191.679849272593856 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E342_up", "crsloc_id": "pipe_9_E342_0.00", "crsloc_branchid": "pipe_9_E342", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E342", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E342_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411249.970588414464146, 5844188.525230197235942 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E343_up", "crsloc_id": "pipe_9_E343_0.00", "crsloc_branchid": "pipe_9_E343", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E343", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E343_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411200.093913657823578, 5844186.118733886629343 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E344_up", "crsloc_id": "pipe_9_E344_0.00", "crsloc_branchid": "pipe_9_E344", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E344", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E344_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411160.703226442914456, 5844163.040254034101963 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E345_up", "crsloc_id": "pipe_9_E345_0.00", "crsloc_branchid": "pipe_9_E345", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E345", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E345_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411144.187009703600779, 5844116.165280965156853 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E346_up", "crsloc_id": "pipe_9_E346_0.00", "crsloc_branchid": "pipe_9_E346", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E346", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E346_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411135.491020455490798, 5844066.974481687881052 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E347_up", "crsloc_id": "pipe_9_E347_0.00", "crsloc_branchid": "pipe_9_E347", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E347", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E347_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411151.511504945578054, 5844020.488006705418229 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E348_up", "crsloc_id": "pipe_9_E348_0.00", "crsloc_branchid": "pipe_9_E348", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E348", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E348_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411190.946558678057045, 5843989.749753394164145 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E349_up", "crsloc_id": "pipe_9_E349_0.00", "crsloc_branchid": "pipe_9_E349", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E349", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E349_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411229.800307763973251, 5843958.324839605949819 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E350_up", "crsloc_id": "pipe_9_E350_0.00", "crsloc_branchid": "pipe_9_E350", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E350", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E350_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411259.104692845605314, 5843920.205237253569067 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E351_up", "crsloc_id": "pipe_9_E351_0.00", "crsloc_branchid": "pipe_9_E351", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E351", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E351_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411230.415942177642137, 5843886.239951014518738 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E352_up", "crsloc_id": "pipe_9_E352_0.00", "crsloc_branchid": "pipe_9_E352", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E352", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E352_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411183.531357200583443, 5843868.894975673407316 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E353_up", "crsloc_id": "pipe_9_E353_0.00", "crsloc_branchid": "pipe_9_E353", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E353", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E353_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411136.226086644455791, 5843852.702888135798275 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E354_up", "crsloc_id": "pipe_9_E354_0.00", "crsloc_branchid": "pipe_9_E354", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E354", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E354_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411088.920816088328138, 5843836.510800599120557 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E355_up", "crsloc_id": "pipe_9_E355_0.00", "crsloc_branchid": "pipe_9_E355", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E355", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E355_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1411041.88821478607133, 5843819.573287703096867 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E356_up", "crsloc_id": "pipe_9_E356_0.00", "crsloc_branchid": "pipe_9_E356", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E356", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E356_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410995.299947529798374, 5843801.420996530912817 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E357_up", "crsloc_id": "pipe_9_E357_0.00", "crsloc_branchid": "pipe_9_E357", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E357", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E357_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410948.711490004323423, 5843783.26919368468225 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E358_up", "crsloc_id": "pipe_9_E358_0.00", "crsloc_branchid": "pipe_9_E358", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E358", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E358_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410902.123032478848472, 5843765.117390837520361 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E359_up", "crsloc_id": "pipe_9_E359_0.00", "crsloc_branchid": "pipe_9_E359", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E359", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E359_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410855.074617069214582, 5843748.395271047018468 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E360_up", "crsloc_id": "pipe_9_E360_0.00", "crsloc_branchid": "pipe_9_E360", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E360", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E360_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410806.641643165145069, 5843735.976762278936803 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E361_up", "crsloc_id": "pipe_9_E361_0.00", "crsloc_branchid": "pipe_9_E361", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E361", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E361_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410758.206718888599426, 5843723.56586592271924 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E362_up", "crsloc_id": "pipe_9_E362_0.00", "crsloc_branchid": "pipe_9_E362", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E362", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E362_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410709.454440784873441, 5843712.467468551360071 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E363_up", "crsloc_id": "pipe_9_E363_0.00", "crsloc_branchid": "pipe_9_E363", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E363", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E363_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410660.02710955357179, 5843705.387306730262935 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E364_up", "crsloc_id": "pipe_9_E364_0.00", "crsloc_branchid": "pipe_9_E364", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E364", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E364_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410610.323604335775599, 5843699.952797527424991 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E365_up", "crsloc_id": "pipe_9_E365_0.00", "crsloc_branchid": "pipe_9_E365", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E365", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E365_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410560.592467605834827, 5843694.784524976275861 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E366_up", "crsloc_id": "pipe_9_E366_0.00", "crsloc_branchid": "pipe_9_E366", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E366", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E366_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410510.831874791067094, 5843689.900295500643551 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E367_up", "crsloc_id": "pipe_9_E367_0.00", "crsloc_branchid": "pipe_9_E367", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E367", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E367_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410461.070665374165401, 5843685.02234935760498 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E368_up", "crsloc_id": "pipe_9_E368_0.00", "crsloc_branchid": "pipe_9_E368", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E368", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E368_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410411.309455957263708, 5843680.144403215497732 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E369_up", "crsloc_id": "pipe_9_E369_0.00", "crsloc_branchid": "pipe_9_E369", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E369", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E369_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410361.548246540362015, 5843675.266457072459161 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E370_up", "crsloc_id": "pipe_9_E370_0.00", "crsloc_branchid": "pipe_9_E370", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E370", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E370_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410311.787037123227492, 5843670.388510930351913 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E371_up", "crsloc_id": "pipe_9_E371_0.00", "crsloc_branchid": "pipe_9_E371", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E371", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E371_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410262.025883284630254, 5843665.509997916407883 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E372_up", "crsloc_id": "pipe_9_E372_0.00", "crsloc_branchid": "pipe_9_E372", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E372", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E372_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410212.264928257558495, 5843660.629457383416593 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E373_up", "crsloc_id": "pipe_9_E373_0.00", "crsloc_branchid": "pipe_9_E373", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E373", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E373_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410162.624738086014986, 5843654.758202109485865 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E374_up", "crsloc_id": "pipe_9_E374_0.00", "crsloc_branchid": "pipe_9_E374", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E374", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E374_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410113.14850769774057, 5843647.541904736310244 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E375_up", "crsloc_id": "pipe_9_E375_0.00", "crsloc_branchid": "pipe_9_E375", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E375", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E375_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410065.568505503004417, 5843633.632861185818911 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E376_up", "crsloc_id": "pipe_9_E376_0.00", "crsloc_branchid": "pipe_9_E376", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E376", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E376_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1410022.702877387870103, 5843607.91984165366739 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E377_up", "crsloc_id": "pipe_9_E377_0.00", "crsloc_branchid": "pipe_9_E377", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E377", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E377_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409985.195860421285033, 5843575.171756871975958 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E378_up", "crsloc_id": "pipe_9_E378_0.00", "crsloc_branchid": "pipe_9_E378", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E378", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E378_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409946.118790123611689, 5843543.97953190933913 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E379_up", "crsloc_id": "pipe_9_E379_0.00", "crsloc_branchid": "pipe_9_E379", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E379", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E379_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409896.867170094512403, 5843537.099679615348577 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E380_up", "crsloc_id": "pipe_9_E380_0.00", "crsloc_branchid": "pipe_9_E380", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E380", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E380_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409847.168251139577478, 5843541.514289426617324 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E381_up", "crsloc_id": "pipe_9_E381_0.00", "crsloc_branchid": "pipe_9_E381", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E381", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E381_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409797.464138044044375, 5843546.943236155435443 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E382_up", "crsloc_id": "pipe_9_E382_0.00", "crsloc_branchid": "pipe_9_E382", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E382", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E382_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409747.760024948278442, 5843552.372182884253561 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E383_up", "crsloc_id": "pipe_9_E383_0.00", "crsloc_branchid": "pipe_9_E383", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E383", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E383_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409698.055911852745339, 5843557.80112961307168 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E384_up", "crsloc_id": "pipe_9_E384_0.00", "crsloc_branchid": "pipe_9_E384", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E384", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E384_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409648.750846630427986, 5843566.089248028583825 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E385_up", "crsloc_id": "pipe_9_E385_0.00", "crsloc_branchid": "pipe_9_E385", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E385", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E385_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409599.45966497133486, 5843574.476841953583062 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E386_up", "crsloc_id": "pipe_9_E386_0.00", "crsloc_branchid": "pipe_9_E386", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E386", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E386_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409549.492482758359984, 5843575.649354533292353 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E387_up", "crsloc_id": "pipe_9_E387_0.00", "crsloc_branchid": "pipe_9_E387", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E387", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E387_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409499.501122606685385, 5843576.563811415806413 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E388_up", "crsloc_id": "pipe_9_E388_0.00", "crsloc_branchid": "pipe_9_E388", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E388", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E388_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409450.6474167809356, 5843586.491335683502257 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E389_up", "crsloc_id": "pipe_9_E389_0.00", "crsloc_branchid": "pipe_9_E389", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E389", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E389_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409405.022353745065629, 5843606.754468366503716 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E390_up", "crsloc_id": "pipe_9_E390_0.00", "crsloc_branchid": "pipe_9_E390", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E390", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E390_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409363.785367434378713, 5843635.029603755101562 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E391_up", "crsloc_id": "pipe_9_E391_0.00", "crsloc_branchid": "pipe_9_E391", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E391", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E391_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409321.042894832091406, 5843660.649812454357743 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E392_up", "crsloc_id": "pipe_9_E392_0.00", "crsloc_branchid": "pipe_9_E392", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E392", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E392_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409274.667563813272864, 5843678.674399765208364 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E393_up", "crsloc_id": "pipe_9_E393_0.00", "crsloc_branchid": "pipe_9_E393", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E393", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E393_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409226.593974482733756, 5843691.426514795981348 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E394_up", "crsloc_id": "pipe_9_E394_0.00", "crsloc_branchid": "pipe_9_E394", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E394", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E394_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409181.839323980268091, 5843713.719867607578635 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E395_up", "crsloc_id": "pipe_9_E395_0.00", "crsloc_branchid": "pipe_9_E395", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E395", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E395_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409143.817642297595739, 5843745.100612794980407 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E396_up", "crsloc_id": "pipe_9_E396_0.00", "crsloc_branchid": "pipe_9_E396", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E396", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E396_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409109.307516299886629, 5843781.276174199767411 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E397_up", "crsloc_id": "pipe_9_E397_0.00", "crsloc_branchid": "pipe_9_E397", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E397", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E397_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409073.606354804709554, 5843816.281879293732345 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E398_up", "crsloc_id": "pipe_9_E398_0.00", "crsloc_branchid": "pipe_9_E398", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E398", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E398_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409040.073193310527131, 5843853.282417176291347 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E399_up", "crsloc_id": "pipe_9_E399_0.00", "crsloc_branchid": "pipe_9_E399", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E399", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E399_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1409008.153520604828373, 5843891.76756776124239 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E400_up", "crsloc_id": "pipe_9_E400_0.00", "crsloc_branchid": "pipe_9_E400", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E400", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E400_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408973.346212445059791, 5843927.604222937487066 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E401_up", "crsloc_id": "pipe_9_E401_0.00", "crsloc_branchid": "pipe_9_E401", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E401", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E401_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408933.34115097252652, 5843956.361258418299258 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E402_up", "crsloc_id": "pipe_9_E402_0.00", "crsloc_branchid": "pipe_9_E402", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E402", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E402_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408887.657065344974399, 5843976.535548006184399 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E403_up", "crsloc_id": "pipe_9_E403_0.00", "crsloc_branchid": "pipe_9_E403", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E403", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E403_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408839.742061691125855, 5843990.822771181352437 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E404_up", "crsloc_id": "pipe_9_E404_0.00", "crsloc_branchid": "pipe_9_E404", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E404", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E404_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408791.827058037277311, 5844005.109994356520474 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E405_up", "crsloc_id": "pipe_9_E405_0.00", "crsloc_branchid": "pipe_9_E405", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E405", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E405_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408743.912054383428767, 5844019.397217531688511 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E406_up", "crsloc_id": "pipe_9_E406_0.00", "crsloc_branchid": "pipe_9_E406", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E406", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E406_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408695.997050729580224, 5844033.684440706856549 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E407_up", "crsloc_id": "pipe_9_E407_0.00", "crsloc_branchid": "pipe_9_E407", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E407", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E407_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408648.08204707573168, 5844047.971663882024586 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E408_up", "crsloc_id": "pipe_9_E408_0.00", "crsloc_branchid": "pipe_9_E408", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E408", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E408_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408600.167043422115967, 5844062.258887058123946 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E409_up", "crsloc_id": "pipe_9_E409_0.00", "crsloc_branchid": "pipe_9_E409", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E409", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E409_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408552.252039768267423, 5844076.546110233291984 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E410_up", "crsloc_id": "pipe_9_E410_0.00", "crsloc_branchid": "pipe_9_E410", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E410", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E410_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408504.337036114418879, 5844090.833333408460021 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E411_up", "crsloc_id": "pipe_9_E411_0.00", "crsloc_branchid": "pipe_9_E411", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E411", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E411_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408457.458339382894337, 5844108.06945032812655 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E412_up", "crsloc_id": "pipe_9_E412_0.00", "crsloc_branchid": "pipe_9_E412", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E412", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E412_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408411.139316070592031, 5844126.898162460885942 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E413_up", "crsloc_id": "pipe_9_E413_0.00", "crsloc_branchid": "pipe_9_E413", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E413", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E413_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408364.895734491758049, 5844145.90854350104928 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E414_up", "crsloc_id": "pipe_9_E414_0.00", "crsloc_branchid": "pipe_9_E414", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E414", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E414_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408318.864463140722364, 5844165.430182239040732 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E415_up", "crsloc_id": "pipe_9_E415_0.00", "crsloc_branchid": "pipe_9_E415", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E415", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E415_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408272.289683149429038, 5844183.578459515236318 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E416_up", "crsloc_id": "pipe_9_E416_0.00", "crsloc_branchid": "pipe_9_E416", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E416", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E416_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408224.313070619711652, 5844197.020859055221081 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E417_up", "crsloc_id": "pipe_9_E417_0.00", "crsloc_branchid": "pipe_9_E417", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E417", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E417_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408175.16383580933325, 5844206.203725641593337 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E418_up", "crsloc_id": "pipe_9_E418_0.00", "crsloc_branchid": "pipe_9_E418", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E418", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E418_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408125.97292749164626, 5844215.157036643475294 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E419_up", "crsloc_id": "pipe_9_E419_0.00", "crsloc_branchid": "pipe_9_E419", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E419", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E419_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408076.732192198745906, 5844223.835879251360893 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E420_up", "crsloc_id": "pipe_9_E420_0.00", "crsloc_branchid": "pipe_9_E420", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E420", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E420_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1408027.280198169872165, 5844231.191514981910586 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E421_up", "crsloc_id": "pipe_9_E421_0.00", "crsloc_branchid": "pipe_9_E421", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E421", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E421_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407977.894925138214603, 5844238.989366857334971 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E422_up", "crsloc_id": "pipe_9_E422_0.00", "crsloc_branchid": "pipe_9_E422", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E422", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E422_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407928.56472580274567, 5844247.144350285641849 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E423_up", "crsloc_id": "pipe_9_E423_0.00", "crsloc_branchid": "pipe_9_E423", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E423", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E423_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407878.914821950253099, 5844250.686762865632772 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E424_up", "crsloc_id": "pipe_9_E424_0.00", "crsloc_branchid": "pipe_9_E424", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E424", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E424_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407835.36774310702458, 5844231.555989070795476 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E425_up", "crsloc_id": "pipe_9_E425_0.00", "crsloc_branchid": "pipe_9_E425", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E425", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E425_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407802.712888974696398, 5844193.701748038642108 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E426_up", "crsloc_id": "pipe_9_E426_0.00", "crsloc_branchid": "pipe_9_E426", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E426", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E426_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407767.26884832046926, 5844158.435726101510227 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E427_up", "crsloc_id": "pipe_9_E427_0.00", "crsloc_branchid": "pipe_9_E427", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E427", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E427_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407731.824807666242123, 5844123.169704163447022 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E428_up", "crsloc_id": "pipe_9_E428_0.00", "crsloc_branchid": "pipe_9_E428", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E428", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E428_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407696.380767011782154, 5844087.903682226315141 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E429_up", "crsloc_id": "pipe_9_E429_0.00", "crsloc_branchid": "pipe_9_E429", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E429", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E429_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407660.936726357555017, 5844052.637660289183259 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E430_up", "crsloc_id": "pipe_9_E430_0.00", "crsloc_branchid": "pipe_9_E430", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E430", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E430_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407625.831936848117039, 5844017.049035621806979 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E431_up", "crsloc_id": "pipe_9_E431_0.00", "crsloc_branchid": "pipe_9_E431", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E431", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E431_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407592.392521338770166, 5843979.876763541251421 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E432_up", "crsloc_id": "pipe_9_E432_0.00", "crsloc_branchid": "pipe_9_E432", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E432", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E432_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407555.737023122375831, 5843946.739697759971023 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E433_up", "crsloc_id": "pipe_9_E433_0.00", "crsloc_branchid": "pipe_9_E433", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E433", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E433_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407511.10406162054278, 5843924.732061021029949 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E434_up", "crsloc_id": "pipe_9_E434_0.00", "crsloc_branchid": "pipe_9_E434", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E434", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E434_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407462.690844560973346, 5843912.410885996185243 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E435_up", "crsloc_id": "pipe_9_E435_0.00", "crsloc_branchid": "pipe_9_E435", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E435", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E435_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407413.295523691689596, 5843904.660105555318296 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E436_up", "crsloc_id": "pipe_9_E436_0.00", "crsloc_branchid": "pipe_9_E436", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E436", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E436_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407364.182719683740288, 5843895.512690680101514 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E437_up", "crsloc_id": "pipe_9_E437_0.00", "crsloc_branchid": "pipe_9_E437", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E437", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E437_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407315.22677815426141, 5843886.625320928171277 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E438_up", "crsloc_id": "pipe_9_E438_0.00", "crsloc_branchid": "pipe_9_E438", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E438", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E438_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407267.436187131330371, 5843897.044805898331106 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E439_up", "crsloc_id": "pipe_9_E439_0.00", "crsloc_branchid": "pipe_9_E439", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E439", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E439_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407221.962850712705404, 5843917.655920782126486 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E440_up", "crsloc_id": "pipe_9_E440_0.00", "crsloc_branchid": "pipe_9_E440", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E440", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E440_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407178.900355712743476, 5843943.061096040531993 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E441_up", "crsloc_id": "pipe_9_E441_0.00", "crsloc_branchid": "pipe_9_E441", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E441", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E441_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407146.979173292405903, 5843980.897378718480468 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E442_up", "crsloc_id": "pipe_9_E442_0.00", "crsloc_branchid": "pipe_9_E442", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E442", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E442_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407134.580526151228696, 5844027.953575909137726 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E443_up", "crsloc_id": "pipe_9_E443_0.00", "crsloc_branchid": "pipe_9_E443", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E443", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E443_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407144.10729802865535, 5844076.264520419761539 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E444_up", "crsloc_id": "pipe_9_E444_0.00", "crsloc_branchid": "pipe_9_E444", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E444", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E444_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407154.651514663128182, 5844122.521144322119653 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E445_up", "crsloc_id": "pipe_9_E445_0.00", "crsloc_branchid": "pipe_9_E445", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E445", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E445_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407114.095589024713263, 5844149.335239565931261 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E446_up", "crsloc_id": "pipe_9_E446_0.00", "crsloc_branchid": "pipe_9_E446", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E446", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E446_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407067.846808199770749, 5844139.43755829334259 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E447_up", "crsloc_id": "pipe_9_E447_0.00", "crsloc_branchid": "pipe_9_E447", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E447", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E447_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1407022.951227898942307, 5844117.516419807448983 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E448_up", "crsloc_id": "pipe_9_E448_0.00", "crsloc_branchid": "pipe_9_E448", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E448", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E448_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406979.409289192641154, 5844093.023117744363844 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E449_up", "crsloc_id": "pipe_9_E449_0.00", "crsloc_branchid": "pipe_9_E449", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E449", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E449_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406934.38787308614701, 5844071.29388830345124 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E450_up", "crsloc_id": "pipe_9_E450_0.00", "crsloc_branchid": "pipe_9_E450", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E450", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E450_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406890.240736061707139, 5844047.820443440228701 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E451_up", "crsloc_id": "pipe_9_E451_0.00", "crsloc_branchid": "pipe_9_E451", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E451", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E451_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406846.167952566640452, 5844024.20837824139744 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E452_up", "crsloc_id": "pipe_9_E452_0.00", "crsloc_branchid": "pipe_9_E452", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E452", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E452_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406807.959655366372317, 5843992.42729317676276 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E453_up", "crsloc_id": "pipe_9_E453_0.00", "crsloc_branchid": "pipe_9_E453", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E453", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E453_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406764.887127094902098, 5843967.473804201930761 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E454_up", "crsloc_id": "pipe_9_E454_0.00", "crsloc_branchid": "pipe_9_E454", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E454", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E454_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406715.408207207452506, 5843963.511253689415753 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E455_up", "crsloc_id": "pipe_9_E455_0.00", "crsloc_branchid": "pipe_9_E455", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E455", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E455_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406665.784100797958672, 5843969.336836582049727 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E456_up", "crsloc_id": "pipe_9_E456_0.00", "crsloc_branchid": "pipe_9_E456", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E456", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E456_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406616.219758755760267, 5843975.902282553724945 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E457_up", "crsloc_id": "pipe_9_E457_0.00", "crsloc_branchid": "pipe_9_E457", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E457", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E457_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406566.770547651918605, 5843983.301461048424244 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E458_up", "crsloc_id": "pipe_9_E458_0.00", "crsloc_branchid": "pipe_9_E458", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E458", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E458_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406517.321336547844112, 5843990.700639544054866 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E459_up", "crsloc_id": "pipe_9_E459_0.00", "crsloc_branchid": "pipe_9_E459", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E459", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E459_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406467.87212544400245, 5843998.099818039685488 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E460_up", "crsloc_id": "pipe_9_E460_0.00", "crsloc_branchid": "pipe_9_E460", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E460", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E460_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406418.105671318247914, 5844001.475918755866587 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E461_up", "crsloc_id": "pipe_9_E461_0.00", "crsloc_branchid": "pipe_9_E461", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E461", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E461_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406368.107908806297928, 5844001.918711049482226 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E462_up", "crsloc_id": "pipe_9_E462_0.00", "crsloc_branchid": "pipe_9_E462", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E462", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E462_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406318.110146294580773, 5844002.361503344029188 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E463_up", "crsloc_id": "pipe_9_E463_0.00", "crsloc_branchid": "pipe_9_E463", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E463", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E463_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406268.249019802780822, 5844004.993170986883342 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E464_up", "crsloc_id": "pipe_9_E464_0.00", "crsloc_branchid": "pipe_9_E464", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E464", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E464_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406218.701009821612388, 5844011.339626689441502 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E465_up", "crsloc_id": "pipe_9_E465_0.00", "crsloc_branchid": "pipe_9_E465", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E465", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E465_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406170.780284357722849, 5844025.607646602205932 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E466_up", "crsloc_id": "pipe_9_E466_0.00", "crsloc_branchid": "pipe_9_E466", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E466", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E466_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406122.859558893600479, 5844039.87566651403904 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E467_up", "crsloc_id": "pipe_9_E467_0.00", "crsloc_branchid": "pipe_9_E467", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E467", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E467_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406074.915272614918649, 5844054.063551505096257 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E468_up", "crsloc_id": "pipe_9_E468_0.00", "crsloc_branchid": "pipe_9_E468", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E468", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E468_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1406026.897859736345708, 5844068.002718684263527 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E469_up", "crsloc_id": "pipe_9_E469_0.00", "crsloc_branchid": "pipe_9_E469", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E469", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E469_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405978.700393512845039, 5844081.28636734187603 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E470_up", "crsloc_id": "pipe_9_E470_0.00", "crsloc_branchid": "pipe_9_E470", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E470", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E470_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405930.299837397178635, 5844093.830628535710275 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E471_up", "crsloc_id": "pipe_9_E471_0.00", "crsloc_branchid": "pipe_9_E471", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E471", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E471_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405881.893571972846985, 5844106.352838670834899 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E472_up", "crsloc_id": "pipe_9_E472_0.00", "crsloc_branchid": "pipe_9_E472", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E472", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E472_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405833.487321440363303, 5844118.875108030624688 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E473_up", "crsloc_id": "pipe_9_E473_0.00", "crsloc_branchid": "pipe_9_E473", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E473", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E473_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405785.351776552619413, 5844132.393099959008396 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E474_up", "crsloc_id": "pipe_9_E474_0.00", "crsloc_branchid": "pipe_9_E474", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E474", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E474_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405737.268505977466702, 5844146.103366622701287 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E475_up", "crsloc_id": "pipe_9_E475_0.00", "crsloc_branchid": "pipe_9_E475", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E475", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E475_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405689.185235402081162, 5844159.813633286394179 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E476_up", "crsloc_id": "pipe_9_E476_0.00", "crsloc_branchid": "pipe_9_E476", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E476", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E476_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405641.100828445749357, 5844173.519913733936846 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E477_up", "crsloc_id": "pipe_9_E477_0.00", "crsloc_branchid": "pipe_9_E477", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E477", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E477_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405592.988437034189701, 5844187.127420461736619 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E478_up", "crsloc_id": "pipe_9_E478_0.00", "crsloc_branchid": "pipe_9_E478", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E478", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E478_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405544.860257432796061, 5844200.679197078570724 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E479_up", "crsloc_id": "pipe_9_E479_0.00", "crsloc_branchid": "pipe_9_E479", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E479", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E479_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405496.725157751934603, 5844214.205752362497151 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E480_up", "crsloc_id": "pipe_9_E480_0.00", "crsloc_branchid": "pipe_9_E480", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E480", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E480_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405448.420070851687342, 5844227.112762114964426 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E481_up", "crsloc_id": "pipe_9_E481_0.00", "crsloc_branchid": "pipe_9_E481", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E481", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E481_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405400.11715223477222, 5844240.027883449569345 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E482_up", "crsloc_id": "pipe_9_E482_0.00", "crsloc_branchid": "pipe_9_E482", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E482", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E482_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405351.085651067551225, 5844249.449565092101693 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E483_up", "crsloc_id": "pipe_9_E483_0.00", "crsloc_branchid": "pipe_9_E483", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E483", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E483_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405301.556952837156132, 5844250.838489841669798 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E484_up", "crsloc_id": "pipe_9_E484_0.00", "crsloc_branchid": "pipe_9_E484", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E484", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E484_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405252.481197290821001, 5844242.308501130901277 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E485_up", "crsloc_id": "pipe_9_E485_0.00", "crsloc_branchid": "pipe_9_E485", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E485", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E485_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405202.622651248704642, 5844243.177618366666138 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E486_up", "crsloc_id": "pipe_9_E486_0.00", "crsloc_branchid": "pipe_9_E486", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E486", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E486_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405154.109481977531686, 5844254.030214892700315 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E487_up", "crsloc_id": "pipe_9_E487_0.00", "crsloc_branchid": "pipe_9_E487", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E487", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E487_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405107.277819796698168, 5844271.545001177117229 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E488_up", "crsloc_id": "pipe_9_E488_0.00", "crsloc_branchid": "pipe_9_E488", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E488", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E488_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405061.526619625743479, 5844291.649599184282124 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E489_up", "crsloc_id": "pipe_9_E489_0.00", "crsloc_branchid": "pipe_9_E489", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E489", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E489_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1405017.436906727962196, 5844314.963759439066052 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E490_up", "crsloc_id": "pipe_9_E490_0.00", "crsloc_branchid": "pipe_9_E490", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E490", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E490_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404976.064425730612129, 5844342.794249912723899 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E491_up", "crsloc_id": "pipe_9_E491_0.00", "crsloc_branchid": "pipe_9_E491", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E491", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E491_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404950.113635204732418, 5844385.532158054411411 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E492_up", "crsloc_id": "pipe_9_E492_0.00", "crsloc_branchid": "pipe_9_E492", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E492", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E492_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404924.274631335167214, 5844428.335384431295097 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E493_up", "crsloc_id": "pipe_9_E493_0.00", "crsloc_branchid": "pipe_9_E493", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E493", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E493_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404899.78279691725038, 5844471.92577750235796 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E494_up", "crsloc_id": "pipe_9_E494_0.00", "crsloc_branchid": "pipe_9_E494", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E494", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E494_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404863.917647653492168, 5844506.569558458402753 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E495_up", "crsloc_id": "pipe_9_E495_0.00", "crsloc_branchid": "pipe_9_E495", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E495", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E495_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404826.973234984790906, 5844540.258578851819038 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E496_up", "crsloc_id": "pipe_9_E496_0.00", "crsloc_branchid": "pipe_9_E496", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E496", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E496_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404789.532954923575744, 5844573.382152994163334 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E497_up", "crsloc_id": "pipe_9_E497_0.00", "crsloc_branchid": "pipe_9_E497", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E497", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E497_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404748.450508834561333, 5844601.625973077490926 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E498_up", "crsloc_id": "pipe_9_E498_0.00", "crsloc_branchid": "pipe_9_E498", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E498", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E498_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404704.926765928510576, 5844626.117943398654461 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E499_up", "crsloc_id": "pipe_9_E499_0.00", "crsloc_branchid": "pipe_9_E499", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E499", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E499_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404658.576846959767863, 5844644.857888686470687 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E500_up", "crsloc_id": "pipe_9_E500_0.00", "crsloc_branchid": "pipe_9_E500", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E500", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E500_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404613.218062944244593, 5844665.89483318477869 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E501_up", "crsloc_id": "pipe_9_E501_0.00", "crsloc_branchid": "pipe_9_E501", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E501", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E501_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404565.645669267512858, 5844681.242843513377011 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E502_up", "crsloc_id": "pipe_9_E502_0.00", "crsloc_branchid": "pipe_9_E502", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E502", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E502_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404520.108674529008567, 5844701.613489550538361 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E503_up", "crsloc_id": "pipe_9_E503_0.00", "crsloc_branchid": "pipe_9_E503", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E503", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E503_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404486.729678489733487, 5844737.375863093882799 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E504_up", "crsloc_id": "pipe_9_E504_0.00", "crsloc_branchid": "pipe_9_E504", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E504", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E504_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404448.70853609428741, 5844767.814944918267429 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E505_up", "crsloc_id": "pipe_9_E505_0.00", "crsloc_branchid": "pipe_9_E505", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E505", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E505_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404400.518875127192587, 5844779.994650609791279 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E506_up", "crsloc_id": "pipe_9_E506_0.00", "crsloc_branchid": "pipe_9_E506", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E506", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E506_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404352.891964494949207, 5844794.794049022719264 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E507_up", "crsloc_id": "pipe_9_E507_0.00", "crsloc_branchid": "pipe_9_E507", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E507", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E507_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404310.570917228003964, 5844821.310135709121823 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E508_up", "crsloc_id": "pipe_9_E508_0.00", "crsloc_branchid": "pipe_9_E508", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E508", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E508_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404272.945566806010902, 5844854.194787717424333 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E509_up", "crsloc_id": "pipe_9_E509_0.00", "crsloc_branchid": "pipe_9_E509", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E509", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E509_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404247.766038052737713, 5844897.158316240645945 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E510_up", "crsloc_id": "pipe_9_E510_0.00", "crsloc_branchid": "pipe_9_E510", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E510", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E510_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404214.443695294670761, 5844934.27151227556169 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E511_up", "crsloc_id": "pipe_9_E511_0.00", "crsloc_branchid": "pipe_9_E511", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E511", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E511_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404171.303747603669763, 5844957.772232359275222 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E512_up", "crsloc_id": "pipe_9_E512_0.00", "crsloc_branchid": "pipe_9_E512", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E512", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E512_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404130.18041910068132, 5844932.629612095654011 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E513_up", "crsloc_id": "pipe_9_E513_0.00", "crsloc_branchid": "pipe_9_E513", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E513", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E513_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404089.243787070503458, 5844903.958583521656692 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E514_up", "crsloc_id": "pipe_9_E514_0.00", "crsloc_branchid": "pipe_9_E514", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E514", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E514_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404045.814829126931727, 5844920.094711409881711 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E515_up", "crsloc_id": "pipe_9_E515_0.00", "crsloc_branchid": "pipe_9_E515", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E515", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E515_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1404011.278427720768377, 5844956.188560284674168 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E516_up", "crsloc_id": "pipe_9_E516_0.00", "crsloc_branchid": "pipe_9_E516", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E516", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E516_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403993.143450383795425, 5845001.329480217769742 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E517_up", "crsloc_id": "pipe_9_E517_0.00", "crsloc_branchid": "pipe_9_E517", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E517", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E517_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403990.098264228086919, 5845051.082173786126077 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E518_up", "crsloc_id": "pipe_9_E518_0.00", "crsloc_branchid": "pipe_9_E518", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E518", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E518_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403966.432540950831026, 5845092.428123438730836 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E519_up", "crsloc_id": "pipe_9_E519_0.00", "crsloc_branchid": "pipe_9_E519", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E519", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E519_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403918.073962561553344, 5845104.96939654648304 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E520_up", "crsloc_id": "pipe_9_E520_0.00", "crsloc_branchid": "pipe_9_E520", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E520", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E520_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403869.121263177599758, 5845112.809951402246952 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E521_up", "crsloc_id": "pipe_9_E521_0.00", "crsloc_branchid": "pipe_9_E521", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E521", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E521_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403827.285855354042724, 5845138.893058437854052 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E522_up", "crsloc_id": "pipe_9_E522_0.00", "crsloc_branchid": "pipe_9_E522", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E522", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E522_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403791.303812843980268, 5845173.609984252601862 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E523_up", "crsloc_id": "pipe_9_E523_0.00", "crsloc_branchid": "pipe_9_E523", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E523", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E523_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403747.149836495751515, 5845196.152310028672218 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E524_up", "crsloc_id": "pipe_9_E524_0.00", "crsloc_branchid": "pipe_9_E524", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E524", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E524_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403700.303273354424164, 5845213.496981070376933 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E525_up", "crsloc_id": "pipe_9_E525_0.00", "crsloc_branchid": "pipe_9_E525", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E525", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E525_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403652.298313740873709, 5845227.422185287810862 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E526_up", "crsloc_id": "pipe_9_E526_0.00", "crsloc_branchid": "pipe_9_E526", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E526", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E526_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403602.852302883053198, 5845233.800747471861541 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E527_up", "crsloc_id": "pipe_9_E527_0.00", "crsloc_branchid": "pipe_9_E527", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E527", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E527_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403553.107588240411133, 5845236.847085839137435 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E528_up", "crsloc_id": "pipe_9_E528_0.00", "crsloc_branchid": "pipe_9_E528", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E528", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E528_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403505.322618734557182, 5845250.859153853729367 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E529_up", "crsloc_id": "pipe_9_E529_0.00", "crsloc_branchid": "pipe_9_E529", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E529", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E529_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403458.701412084978074, 5845268.876848553307354 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E530_up", "crsloc_id": "pipe_9_E530_0.00", "crsloc_branchid": "pipe_9_E530", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E530", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E530_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403411.171323672635481, 5845284.39661068841815 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E531_up", "crsloc_id": "pipe_9_E531_0.00", "crsloc_branchid": "pipe_9_E531", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E531", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E531_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403365.266898398986086, 5845304.011939737945795 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E532_up", "crsloc_id": "pipe_9_E532_0.00", "crsloc_branchid": "pipe_9_E532", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E532", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E532_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403320.592382971895859, 5845326.456032736226916 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E533_up", "crsloc_id": "pipe_9_E533_0.00", "crsloc_branchid": "pipe_9_E533", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E533", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E533_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403274.095522316172719, 5845344.807401048019528 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E534_up", "crsloc_id": "pipe_9_E534_0.00", "crsloc_branchid": "pipe_9_E534", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E534", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E534_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403227.493142226710916, 5845362.92342958971858 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E535_up", "crsloc_id": "pipe_9_E535_0.00", "crsloc_branchid": "pipe_9_E535", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E535", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E535_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403182.36003006156534, 5845384.249526496045291 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E536_up", "crsloc_id": "pipe_9_E536_0.00", "crsloc_branchid": "pipe_9_E536", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E536", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E536_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403140.932549655437469, 5845411.807532704435289 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E537_up", "crsloc_id": "pipe_9_E537_0.00", "crsloc_branchid": "pipe_9_E537", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E537", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E537_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403103.069048228906468, 5845444.40251827891916 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E538_up", "crsloc_id": "pipe_9_E538_0.00", "crsloc_branchid": "pipe_9_E538", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E538", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E538_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403068.370523461606354, 5845480.222240833565593 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E539_up", "crsloc_id": "pipe_9_E539_0.00", "crsloc_branchid": "pipe_9_E539", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E539", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E539_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403040.53702065278776, 5845521.755023055709898 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E540_up", "crsloc_id": "pipe_9_E540_0.00", "crsloc_branchid": "pipe_9_E540", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E540", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E540_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1403012.822642430430278, 5845563.158854204230011 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E541_up", "crsloc_id": "pipe_9_E541_0.00", "crsloc_branchid": "pipe_9_E541", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E541", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E541_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402978.394103405764326, 5845599.267067039385438 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E542_up", "crsloc_id": "pipe_9_E542_0.00", "crsloc_branchid": "pipe_9_E542", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E542", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E542_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402940.883555078646168, 5845632.326575284823775 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E543_up", "crsloc_id": "pipe_9_E543_0.00", "crsloc_branchid": "pipe_9_E543", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E543", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E543_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402903.27057881350629, 5845665.269350339658558 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E544_up", "crsloc_id": "pipe_9_E544_0.00", "crsloc_branchid": "pipe_9_E544", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E544", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E544_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402865.694787828018889, 5845698.253750761039555 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E545_up", "crsloc_id": "pipe_9_E545_0.00", "crsloc_branchid": "pipe_9_E545", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E545", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E545_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402828.460137603338808, 5845731.623694480396807 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E546_up", "crsloc_id": "pipe_9_E546_0.00", "crsloc_branchid": "pipe_9_E546", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E546", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E546_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402791.345400901976973, 5845765.125768001191318 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E547_up", "crsloc_id": "pipe_9_E547_0.00", "crsloc_branchid": "pipe_9_E547", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E547", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E547_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402754.530775988474488, 5845798.958528954535723 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E548_up", "crsloc_id": "pipe_9_E548_0.00", "crsloc_branchid": "pipe_9_E548", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E548", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E548_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402717.111067219404504, 5845832.12073665484786 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E549_up", "crsloc_id": "pipe_9_E549_0.00", "crsloc_branchid": "pipe_9_E549", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E549", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E549_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402679.653741810470819, 5845865.240480191074312 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E550_up", "crsloc_id": "pipe_9_E550_0.00", "crsloc_branchid": "pipe_9_E550", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E550", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E550_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402642.148050943156704, 5845898.305499074980617 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E551_up", "crsloc_id": "pipe_9_E551_0.00", "crsloc_branchid": "pipe_9_E551", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E551", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E551_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402604.644063156563789, 5845931.372449615038931 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E552_up", "crsloc_id": "pipe_9_E552_0.00", "crsloc_branchid": "pipe_9_E552", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E552", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E552_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402567.14091440406628, 5845964.44035179913044 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E553_up", "crsloc_id": "pipe_9_E553_0.00", "crsloc_branchid": "pipe_9_E553", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E553", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E553_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402529.63776565156877, 5845997.508253983221948 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E554_up", "crsloc_id": "pipe_9_E554_0.00", "crsloc_branchid": "pipe_9_E554", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E554", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E554_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402492.318783464143053, 5846030.783792952075601 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E555_up", "crsloc_id": "pipe_9_E555_0.00", "crsloc_branchid": "pipe_9_E555", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E555", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E555_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402455.011361920274794, 5846064.07235876750201 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E556_up", "crsloc_id": "pipe_9_E556_0.00", "crsloc_branchid": "pipe_9_E556", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E556", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E556_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402417.706011819886044, 5846097.363246035762131 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E557_up", "crsloc_id": "pipe_9_E557_0.00", "crsloc_branchid": "pipe_9_E557", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E557", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E557_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402380.527974107535556, 5846130.796026634052396 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E558_up", "crsloc_id": "pipe_9_E558_0.00", "crsloc_branchid": "pipe_9_E558", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E558", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E558_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402343.401158361230046, 5846164.285903817042708 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E559_up", "crsloc_id": "pipe_9_E559_0.00", "crsloc_branchid": "pipe_9_E559", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E559", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E559_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402306.274342614924535, 5846197.775781 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E560_up", "crsloc_id": "pipe_9_E560_0.00", "crsloc_branchid": "pipe_9_E560", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E560", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E560_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402268.416628896491602, 5846230.412356283515692 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E561_up", "crsloc_id": "pipe_9_E561_0.00", "crsloc_branchid": "pipe_9_E561", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E561", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E561_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402226.640229225857183, 5846257.038968074135482 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E562_up", "crsloc_id": "pipe_9_E562_0.00", "crsloc_branchid": "pipe_9_E562", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E562", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E562_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402177.395305560901761, 5846264.592733824625611 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E563_up", "crsloc_id": "pipe_9_E563_0.00", "crsloc_branchid": "pipe_9_E563", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E563", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E563_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402127.548500023549423, 5846268.500199567526579 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E564_up", "crsloc_id": "pipe_9_E564_0.00", "crsloc_branchid": "pipe_9_E564", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E564", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E564_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402077.681393967708573, 5846272.133836629800498 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E565_up", "crsloc_id": "pipe_9_E565_0.00", "crsloc_branchid": "pipe_9_E565", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E565", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E565_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1402027.802657154854387, 5846275.609961581416428 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E566_up", "crsloc_id": "pipe_9_E566_0.00", "crsloc_branchid": "pipe_9_E566", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E566", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E566_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401977.933880312833935, 5846279.221082634292543 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E567_up", "crsloc_id": "pipe_9_E567_0.00", "crsloc_branchid": "pipe_9_E567", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E567", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E567_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401928.086817364906892, 5846283.125264581292868 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E568_up", "crsloc_id": "pipe_9_E568_0.00", "crsloc_branchid": "pipe_9_E568", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E568", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E568_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401878.239465264137834, 5846287.025752956978977 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E569_up", "crsloc_id": "pipe_9_E569_0.00", "crsloc_branchid": "pipe_9_E569", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E569", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E569_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401828.417252740822732, 5846291.146282826550305 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E570_up", "crsloc_id": "pipe_9_E570_0.00", "crsloc_branchid": "pipe_9_E570", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E570", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E570_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401780.474538867129013, 5846302.182073323056102 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E571_up", "crsloc_id": "pipe_9_E571_0.00", "crsloc_branchid": "pipe_9_E571", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E571", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E571_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401744.500471362145618, 5846336.399481088854373 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E572_up", "crsloc_id": "pipe_9_E572_0.00", "crsloc_branchid": "pipe_9_E572", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E572", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E572_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401712.028593899914995, 5846374.415164336562157 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E573_up", "crsloc_id": "pipe_9_E573_0.00", "crsloc_branchid": "pipe_9_E573", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E573", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E573_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401677.673143179388717, 5846410.738887985236943 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E574_up", "crsloc_id": "pipe_9_E574_0.00", "crsloc_branchid": "pipe_9_E574", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E574", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E574_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401643.223049835767597, 5846446.976484343409538 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E575_up", "crsloc_id": "pipe_9_E575_0.00", "crsloc_branchid": "pipe_9_E575", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E575", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E575_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401607.252760837087408, 5846481.570419702678919 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E576_up", "crsloc_id": "pipe_9_E576_0.00", "crsloc_branchid": "pipe_9_E576", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E576", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E576_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401566.908984313486144, 5846510.84759284928441 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E577_up", "crsloc_id": "pipe_9_E577_0.00", "crsloc_branchid": "pipe_9_E577", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E577", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E577_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401523.699566983850673, 5846535.996506835334003 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E578_up", "crsloc_id": "pipe_9_E578_0.00", "crsloc_branchid": "pipe_9_E578", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E578", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E578_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401480.910104206763208, 5846561.862202195450664 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E579_up", "crsloc_id": "pipe_9_E579_0.00", "crsloc_branchid": "pipe_9_E579", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E579", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E579_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401438.120641429675743, 5846587.727897555567324 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E580_up", "crsloc_id": "pipe_9_E580_0.00", "crsloc_branchid": "pipe_9_E580", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E580", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E580_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401395.331178652355447, 5846613.593592915683985 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E581_up", "crsloc_id": "pipe_9_E581_0.00", "crsloc_branchid": "pipe_9_E581", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E581", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E581_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401352.151040756609291, 5846638.800311067141593 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E582_up", "crsloc_id": "pipe_9_E582_0.00", "crsloc_branchid": "pipe_9_E582", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E582", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E582_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401308.917214137502015, 5846663.916213246062398 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E583_up", "crsloc_id": "pipe_9_E583_0.00", "crsloc_branchid": "pipe_9_E583", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E583", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E583_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401261.609666611300781, 5846679.908686974085867 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E584_up", "crsloc_id": "pipe_9_E584_0.00", "crsloc_branchid": "pipe_9_E584", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E584", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E584_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401214.319311711005867, 5846696.080670432187617 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E585_up", "crsloc_id": "pipe_9_E585_0.00", "crsloc_branchid": "pipe_9_E585", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E585", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E585_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401168.792577019426972, 5846716.230070505291224 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E586_up", "crsloc_id": "pipe_9_E586_0.00", "crsloc_branchid": "pipe_9_E586", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E586", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E586_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401129.23357302043587, 5846746.808780808933079 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E587_up", "crsloc_id": "pipe_9_E587_0.00", "crsloc_branchid": "pipe_9_E587", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E587", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E587_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401092.322489536833018, 5846780.330808126367629 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E588_up", "crsloc_id": "pipe_9_E588_0.00", "crsloc_branchid": "pipe_9_E588", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E588", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E588_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401059.856203986564651, 5846818.280472241342068 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E589_up", "crsloc_id": "pipe_9_E589_0.00", "crsloc_branchid": "pipe_9_E589", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E589", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E589_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401031.754086712608114, 5846859.55080030951649 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E590_up", "crsloc_id": "pipe_9_E590_0.00", "crsloc_branchid": "pipe_9_E590", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E590", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E590_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401023.911467876052484, 5846908.193909338675439 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E591_up", "crsloc_id": "pipe_9_E591_0.00", "crsloc_branchid": "pipe_9_E591", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E591", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E591_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401026.418379712384194, 5846958.130746377632022 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E592_up", "crsloc_id": "pipe_9_E592_0.00", "crsloc_branchid": "pipe_9_E592", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E592", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E592_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401028.288067425368354, 5847008.080232723616064 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E593_up", "crsloc_id": "pipe_9_E593_0.00", "crsloc_branchid": "pipe_9_E593", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E593", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E593_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401027.137940858723596, 5847058.036111455410719 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E594_up", "crsloc_id": "pipe_9_E594_0.00", "crsloc_branchid": "pipe_9_E594", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E594", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E594_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401019.641650503268465, 5847107.405356110073626 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E595_up", "crsloc_id": "pipe_9_E595_0.00", "crsloc_branchid": "pipe_9_E595", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E595", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E595_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1401007.830999708268791, 5847155.990136124193668 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E596_up", "crsloc_id": "pipe_9_E596_0.00", "crsloc_branchid": "pipe_9_E596", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E596", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E596_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400996.034181683789939, 5847204.578276605345309 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E597_up", "crsloc_id": "pipe_9_E597_0.00", "crsloc_branchid": "pipe_9_E597", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E597", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E597_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400979.254375457530841, 5847251.62976236268878 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E598_up", "crsloc_id": "pipe_9_E598_0.00", "crsloc_branchid": "pipe_9_E598", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E598", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E598_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400955.565489248139784, 5847295.509304790757596 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E599_up", "crsloc_id": "pipe_9_E599_0.00", "crsloc_branchid": "pipe_9_E599", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E599", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E599_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400924.132377510191873, 5847334.330752245150506 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E600_up", "crsloc_id": "pipe_9_E600_0.00", "crsloc_branchid": "pipe_9_E600", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E600", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E600_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400889.248030256479979, 5847370.14286708086729 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E601_up", "crsloc_id": "pipe_9_E601_0.00", "crsloc_branchid": "pipe_9_E601", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E601", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E601_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400853.505164717789739, 5847405.105848647654057 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E602_up", "crsloc_id": "pipe_9_E602_0.00", "crsloc_branchid": "pipe_9_E602", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E602", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E602_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400817.683250132249668, 5847439.987975254654884 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E603_up", "crsloc_id": "pipe_9_E603_0.00", "crsloc_branchid": "pipe_9_E603", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E603", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E603_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400781.861335546942428, 5847474.870101861655712 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E604_up", "crsloc_id": "pipe_9_E604_0.00", "crsloc_branchid": "pipe_9_E604", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E604", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E604_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400746.04447033489123, 5847509.757413063198328 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E605_up", "crsloc_id": "pipe_9_E605_0.00", "crsloc_branchid": "pipe_9_E605", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E605", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E605_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400713.394228065153584, 5847547.550219460390508 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E606_up", "crsloc_id": "pipe_9_E606_0.00", "crsloc_branchid": "pipe_9_E606", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E606", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E606_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400685.583366351900622, 5847588.397298330441117 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E607_up", "crsloc_id": "pipe_9_E607_0.00", "crsloc_branchid": "pipe_9_E607", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E607", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E607_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400669.184463580138981, 5847635.631272428669035 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E608_up", "crsloc_id": "pipe_9_E608_0.00", "crsloc_branchid": "pipe_9_E608", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E608", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E608_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400652.785560808610171, 5847682.865246526896954 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E609_up", "crsloc_id": "pipe_9_E609_0.00", "crsloc_branchid": "pipe_9_E609", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E609", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E609_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400636.386658037081361, 5847730.099220624193549 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E610_up", "crsloc_id": "pipe_9_E610_0.00", "crsloc_branchid": "pipe_9_E610", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E610", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E610_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400619.98775526531972, 5847777.333194722421467 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E611_up", "crsloc_id": "pipe_9_E611_0.00", "crsloc_branchid": "pipe_9_E611", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E611", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E611_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400605.626566983293742, 5847825.225639424286783 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E612_up", "crsloc_id": "pipe_9_E612_0.00", "crsloc_branchid": "pipe_9_E612", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E612", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E612_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400591.282871497562155, 5847873.123767986893654 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E613_up", "crsloc_id": "pipe_9_E613_0.00", "crsloc_branchid": "pipe_9_E613", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E613", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E613_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400576.93873288645409, 5847921.021763856522739 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E614_up", "crsloc_id": "pipe_9_E614_0.00", "crsloc_branchid": "pipe_9_E614", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E614", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E614_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400564.187163433525711, 5847969.357067598029971 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E615_up", "crsloc_id": "pipe_9_E615_0.00", "crsloc_branchid": "pipe_9_E615", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E615", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E615_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400552.05961619107984, 5848017.863715793006122 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E616_up", "crsloc_id": "pipe_9_E616_0.00", "crsloc_branchid": "pipe_9_E616", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E616", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E616_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400539.554338111542165, 5848066.271497896872461 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E617_up", "crsloc_id": "pipe_9_E617_0.00", "crsloc_branchid": "pipe_9_E617", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E617", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E617_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400526.362816622946411, 5848114.499664790928364 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E618_up", "crsloc_id": "pipe_9_E618_0.00", "crsloc_branchid": "pipe_9_E618", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E618", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E618_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400513.320063073886558, 5848162.767754046246409 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E619_up", "crsloc_id": "pipe_9_E619_0.00", "crsloc_branchid": "pipe_9_E619", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E619", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E619_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400500.598140208749101, 5848211.121915752068162 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E620_up", "crsloc_id": "pipe_9_E620_0.00", "crsloc_branchid": "pipe_9_E620", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E620", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E620_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400492.603269897168502, 5848260.445810905657709 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E621_up", "crsloc_id": "pipe_9_E621_0.00", "crsloc_branchid": "pipe_9_E621", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E621", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E621_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400486.368072525365278, 5848310.044067510403693 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E622_up", "crsloc_id": "pipe_9_E622_0.00", "crsloc_branchid": "pipe_9_E622", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E622", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E622_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400481.073793343268335, 5848359.762629438191652 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E623_up", "crsloc_id": "pipe_9_E623_0.00", "crsloc_branchid": "pipe_9_E623", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E623", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E623_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400475.603498232085258, 5848409.462208838202059 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E624_up", "crsloc_id": "pipe_9_E624_0.00", "crsloc_branchid": "pipe_9_E624", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E624", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E624_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400457.146709046559408, 5848455.065851859748363 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E625_up", "crsloc_id": "pipe_9_E625_0.00", "crsloc_branchid": "pipe_9_E625", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E625", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E625_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400413.087496439460665, 5848474.933194971643388 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E626_up", "crsloc_id": "pipe_9_E626_0.00", "crsloc_branchid": "pipe_9_E626", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E626", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E626_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400363.588463947875425, 5848481.991389046423137 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E627_up", "crsloc_id": "pipe_9_E627_0.00", "crsloc_branchid": "pipe_9_E627", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E627", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E627_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400314.089431456290185, 5848489.049583122134209 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E628_up", "crsloc_id": "pipe_9_E628_0.00", "crsloc_branchid": "pipe_9_E628", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E628", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E628_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400264.541630417574197, 5848495.748616092838347 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E629_up", "crsloc_id": "pipe_9_E629_0.00", "crsloc_branchid": "pipe_9_E629", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E629", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E629_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400214.951386126223952, 5848502.134537508711219 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E630_up", "crsloc_id": "pipe_9_E630_0.00", "crsloc_branchid": "pipe_9_E630", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E630", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E630_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400165.35052647953853, 5848508.423044542782009 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E631_up", "crsloc_id": "pipe_9_E631_0.00", "crsloc_branchid": "pipe_9_E631", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E631", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E631_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400115.562462663277984, 5848513.018761169165373 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E632_up", "crsloc_id": "pipe_9_E632_0.00", "crsloc_branchid": "pipe_9_E632", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E632", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E632_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400067.226357387844473, 5848525.745877385139465 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E633_up", "crsloc_id": "pipe_9_E633_0.00", "crsloc_branchid": "pipe_9_E633", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E633", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E633_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1400022.948452680604532, 5848548.82736851554364 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E634_up", "crsloc_id": "pipe_9_E634_0.00", "crsloc_branchid": "pipe_9_E634", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E634", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E634_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399980.733493343926966, 5848575.592393518425524 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E635_up", "crsloc_id": "pipe_9_E635_0.00", "crsloc_branchid": "pipe_9_E635", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E635", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E635_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399938.041496164398268, 5848601.575318401679397 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E636_up", "crsloc_id": "pipe_9_E636_0.00", "crsloc_branchid": "pipe_9_E636", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E636", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E636_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399894.162105509778485, 5848625.412294787354767 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E637_up", "crsloc_id": "pipe_9_E637_0.00", "crsloc_branchid": "pipe_9_E637", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E637", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E637_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399846.331482683774084, 5848639.239169610664248 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E638_up", "crsloc_id": "pipe_9_E638_0.00", "crsloc_branchid": "pipe_9_E638", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E638", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E638_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399796.577612592140213, 5848644.191414562053978 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E639_up", "crsloc_id": "pipe_9_E639_0.00", "crsloc_branchid": "pipe_9_E639", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E639", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E639_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399746.625246524112299, 5848643.990535285323858 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E640_up", "crsloc_id": "pipe_9_E640_0.00", "crsloc_branchid": "pipe_9_E640", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E640", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E640_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399696.637876037973911, 5848642.879182422533631 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E641_up", "crsloc_id": "pipe_9_E641_0.00", "crsloc_branchid": "pipe_9_E641", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E641", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E641_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399646.648270914331079, 5848642.01287121232599 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E642_up", "crsloc_id": "pipe_9_E642_0.00", "crsloc_branchid": "pipe_9_E642", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E642", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E642_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399596.648876874009147, 5848642.194301094859838 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E643_up", "crsloc_id": "pipe_9_E643_0.00", "crsloc_branchid": "pipe_9_E643", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E643", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E643_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399546.649482833687216, 5848642.375730977393687 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E644_up", "crsloc_id": "pipe_9_E644_0.00", "crsloc_branchid": "pipe_9_E644", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E644", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E644_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399496.650193702196702, 5848642.472995163872838 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E645_up", "crsloc_id": "pipe_9_E645_0.00", "crsloc_branchid": "pipe_9_E645", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E645", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E645_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399446.65140731446445, 5848642.166921712458134 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E646_up", "crsloc_id": "pipe_9_E646_0.00", "crsloc_branchid": "pipe_9_E646", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E646", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E646_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399396.652620926732197, 5848641.860848261974752 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E647_up", "crsloc_id": "pipe_9_E647_0.00", "crsloc_branchid": "pipe_9_E647", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E647", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E647_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399346.653834538999945, 5848641.55477481149137 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E648_up", "crsloc_id": "pipe_9_E648_0.00", "crsloc_branchid": "pipe_9_E648", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E648", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E648_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399296.670361565658823, 5848642.504826599732041 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E649_up", "crsloc_id": "pipe_9_E649_0.00", "crsloc_branchid": "pipe_9_E649", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E649", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E649_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399246.693896210752428, 5848644.029697683639824 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E650_up", "crsloc_id": "pipe_9_E650_0.00", "crsloc_branchid": "pipe_9_E650", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E650", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E650_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399198.821869280422106, 5848657.275099449791014 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E651_up", "crsloc_id": "pipe_9_E651_0.00", "crsloc_branchid": "pipe_9_E651", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E651", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E651_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399156.22011209372431, 5848682.962790012359619 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E652_up", "crsloc_id": "pipe_9_E652_0.00", "crsloc_branchid": "pipe_9_E652", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E652", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E652_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399118.631487609352916, 5848715.927165633998811 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E653_up", "crsloc_id": "pipe_9_E653_0.00", "crsloc_branchid": "pipe_9_E653", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E653", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E653_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399080.330472141969949, 5848748.045707829296589 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E654_up", "crsloc_id": "pipe_9_E654_0.00", "crsloc_branchid": "pipe_9_E654", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E654", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E654_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399041.265588268870488, 5848779.253193105570972 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E655_up", "crsloc_id": "pipe_9_E655_0.00", "crsloc_branchid": "pipe_9_E655", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E655", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E655_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1399003.798011481529102, 5848812.352296814322472 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E656_up", "crsloc_id": "pipe_9_E656_0.00", "crsloc_branchid": "pipe_9_E656", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E656", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E656_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398963.556632332503796, 5848840.960998046211898 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E657_up", "crsloc_id": "pipe_9_E657_0.00", "crsloc_branchid": "pipe_9_E657", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E657", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E657_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398916.849097633268684, 5848858.477463961578906 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E658_up", "crsloc_id": "pipe_9_E658_0.00", "crsloc_branchid": "pipe_9_E658", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E658", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E658_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398867.774845957988873, 5848867.975825940258801 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E659_up", "crsloc_id": "pipe_9_E659_0.00", "crsloc_branchid": "pipe_9_E659", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E659", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E659_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398819.19887532806024, 5848879.626094270497561 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E660_up", "crsloc_id": "pipe_9_E660_0.00", "crsloc_branchid": "pipe_9_E660", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E660", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E660_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398770.888675607042387, 5848892.507656348869205 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E661_up", "crsloc_id": "pipe_9_E661_0.00", "crsloc_branchid": "pipe_9_E661", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E661", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E661_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398721.921945634763688, 5848902.618624503724277 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E662_up", "crsloc_id": "pipe_9_E662_0.00", "crsloc_branchid": "pipe_9_E662", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E662", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E662_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398677.967161305481568, 5848925.164440974593163 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E663_up", "crsloc_id": "pipe_9_E663_0.00", "crsloc_branchid": "pipe_9_E663", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E663", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E663_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398644.338700531283394, 5848962.001577232033014 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E664_up", "crsloc_id": "pipe_9_E664_0.00", "crsloc_branchid": "pipe_9_E664", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E664", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E664_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398605.135248574893922, 5848991.518725596368313 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E665_up", "crsloc_id": "pipe_9_E665_0.00", "crsloc_branchid": "pipe_9_E665", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E665", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E665_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398564.621375920716673, 5849020.129578858613968 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E666_up", "crsloc_id": "pipe_9_E666_0.00", "crsloc_branchid": "pipe_9_E666", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E666", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E666_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398533.026679340284318, 5849058.881965484470129 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E667_up", "crsloc_id": "pipe_9_E667_0.00", "crsloc_branchid": "pipe_9_E667", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E667", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E667_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398494.597946248250082, 5849090.495986510068178 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E668_up", "crsloc_id": "pipe_9_E668_0.00", "crsloc_branchid": "pipe_9_E668", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E668", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E668_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398454.506652096519247, 5849120.373410335741937 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E669_up", "crsloc_id": "pipe_9_E669_0.00", "crsloc_branchid": "pipe_9_E669", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E669", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E669_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398413.755684258183464, 5849149.332271750085056 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E670_up", "crsloc_id": "pipe_9_E670_0.00", "crsloc_branchid": "pipe_9_E670", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E670", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E670_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398372.635769418207929, 5849177.777393032796681 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E671_up", "crsloc_id": "pipe_9_E671_0.00", "crsloc_branchid": "pipe_9_E671", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E671", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E671_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398330.529967363225296, 5849204.725976674817502 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E672_up", "crsloc_id": "pipe_9_E672_0.00", "crsloc_branchid": "pipe_9_E672", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E672", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E672_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398285.347250110702589, 5849225.913728257641196 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E673_up", "crsloc_id": "pipe_9_E673_0.00", "crsloc_branchid": "pipe_9_E673", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E673", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E673_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398239.239032347686589, 5849245.029268279671669 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E674_up", "crsloc_id": "pipe_9_E674_0.00", "crsloc_branchid": "pipe_9_E674", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E674", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E674_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398199.185551834991202, 5849273.842784054577351 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E675_up", "crsloc_id": "pipe_9_E675_0.00", "crsloc_branchid": "pipe_9_E675", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E675", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E675_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398166.968536754604429, 5849312.01497680041939 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E676_up", "crsloc_id": "pipe_9_E676_0.00", "crsloc_branchid": "pipe_9_E676", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E676", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E676_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398135.754955118289217, 5849351.072804095223546 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E677_up", "crsloc_id": "pipe_9_E677_0.00", "crsloc_branchid": "pipe_9_E677", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E677", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E677_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398101.278484350536019, 5849387.086907946504653 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E678_up", "crsloc_id": "pipe_9_E678_0.00", "crsloc_branchid": "pipe_9_E678", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E678", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E678_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398059.71424398617819, 5849414.810417400673032 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E679_up", "crsloc_id": "pipe_9_E679_0.00", "crsloc_branchid": "pipe_9_E679", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E679", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E679_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1398016.161566416965798, 5849439.334451889619231 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E680_up", "crsloc_id": "pipe_9_E680_0.00", "crsloc_branchid": "pipe_9_E680", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E680", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E680_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397972.13886998500675, 5849463.040453663095832 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E681_up", "crsloc_id": "pipe_9_E681_0.00", "crsloc_branchid": "pipe_9_E681", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E681", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E681_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397927.370928909862414, 5849485.304323688149452 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E682_up", "crsloc_id": "pipe_9_E682_0.00", "crsloc_branchid": "pipe_9_E682", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E682", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E682_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397882.567957574967295, 5849507.500406242907047 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E683_up", "crsloc_id": "pipe_9_E683_0.00", "crsloc_branchid": "pipe_9_E683", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E683", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E683_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397837.859168973052874, 5849529.88490901235491 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E684_up", "crsloc_id": "pipe_9_E684_0.00", "crsloc_branchid": "pipe_9_E684", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E684", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E684_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397801.353515450842679, 5849562.498229757882655 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E685_up", "crsloc_id": "pipe_9_E685_0.00", "crsloc_branchid": "pipe_9_E685", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E685", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E685_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397792.270944320596755, 5849610.596077900379896 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E686_up", "crsloc_id": "pipe_9_E686_0.00", "crsloc_branchid": "pipe_9_E686", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E686", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E686_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397788.877743411809206, 5849660.48052947409451 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E687_up", "crsloc_id": "pipe_9_E687_0.00", "crsloc_branchid": "pipe_9_E687", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E687", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E687_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397772.247972422977909, 5849707.330409431830049 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E688_up", "crsloc_id": "pipe_9_E688_0.00", "crsloc_branchid": "pipe_9_E688", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E688", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E688_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397740.629904442001134, 5849746.05362756550312 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E689_up", "crsloc_id": "pipe_9_E689_0.00", "crsloc_branchid": "pipe_9_E689", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E689", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E689_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397706.048158213030547, 5849781.991260905750096 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E690_up", "crsloc_id": "pipe_9_E690_0.00", "crsloc_branchid": "pipe_9_E690", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E690", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E690_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397658.104225501418114, 5849788.600618006661534 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E691_up", "crsloc_id": "pipe_9_E691_0.00", "crsloc_branchid": "pipe_9_E691", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E691", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E691_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397612.854890643851832, 5849768.667500036768615 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E692_up", "crsloc_id": "pipe_9_E692_0.00", "crsloc_branchid": "pipe_9_E692", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E692", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E692_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397564.765604767482728, 5849757.900597719475627 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E693_up", "crsloc_id": "pipe_9_E693_0.00", "crsloc_branchid": "pipe_9_E693", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E693", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E693_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397517.964591655647382, 5849741.401579950936139 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E694_up", "crsloc_id": "pipe_9_E694_0.00", "crsloc_branchid": "pipe_9_E694", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E694", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E694_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397475.210207536350936, 5849716.665459458716214 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E695_up", "crsloc_id": "pipe_9_E695_0.00", "crsloc_branchid": "pipe_9_E695", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E695", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E695_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397425.917104528285563, 5849709.536270852200687 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E696_up", "crsloc_id": "pipe_9_E696_0.00", "crsloc_branchid": "pipe_9_E696", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E696", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E696_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397376.320352179463953, 5849705.349439652636647 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E697_up", "crsloc_id": "pipe_9_E697_0.00", "crsloc_branchid": "pipe_9_E697", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E697", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E697_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397327.424818686209619, 5849696.266011159867048 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E698_up", "crsloc_id": "pipe_9_E698_0.00", "crsloc_branchid": "pipe_9_E698", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E698", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E698_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397284.082749816821888, 5849719.338587639853358 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E699_up", "crsloc_id": "pipe_9_E699_0.00", "crsloc_branchid": "pipe_9_E699", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E699", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E699_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397252.263129815692082, 5849757.786547626368701 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E700_up", "crsloc_id": "pipe_9_E700_0.00", "crsloc_branchid": "pipe_9_E700", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E700", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E700_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397208.636796130100265, 5849779.374179912731051 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E701_up", "crsloc_id": "pipe_9_E701_0.00", "crsloc_branchid": "pipe_9_E701", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E701", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E701_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397158.808740381617099, 5849780.834554275497794 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E702_up", "crsloc_id": "pipe_9_E702_0.00", "crsloc_branchid": "pipe_9_E702", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E702", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E702_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397108.83919335110113, 5849781.390645374543965 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E703_up", "crsloc_id": "pipe_9_E703_0.00", "crsloc_branchid": "pipe_9_E703", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E703", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E703_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397060.439855967881158, 5849791.323194068856537 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E704_up", "crsloc_id": "pipe_9_E704_0.00", "crsloc_branchid": "pipe_9_E704", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E704", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E704_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1397018.297299006022513, 5849817.846949080005288 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E705_up", "crsloc_id": "pipe_9_E705_0.00", "crsloc_branchid": "pipe_9_E705", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E705", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E705_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396985.556193475611508, 5849855.573025250807405 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E706_up", "crsloc_id": "pipe_9_E706_0.00", "crsloc_branchid": "pipe_9_E706", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E706", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E706_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396966.058636736357585, 5849901.447277680039406 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E707_up", "crsloc_id": "pipe_9_E707_0.00", "crsloc_branchid": "pipe_9_E707", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E707", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E707_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396948.565010874997824, 5849948.163548575714231 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E708_up", "crsloc_id": "pipe_9_E708_0.00", "crsloc_branchid": "pipe_9_E708", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E708", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E708_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396920.617409481201321, 5849989.47488958761096 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E709_up", "crsloc_id": "pipe_9_E709_0.00", "crsloc_branchid": "pipe_9_E709", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E709", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E709_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396888.644637608435005, 5850027.887496650218964 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E710_up", "crsloc_id": "pipe_9_E710_0.00", "crsloc_branchid": "pipe_9_E710", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E710", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E710_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396854.341840214561671, 5850064.255853042006493 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E711_up", "crsloc_id": "pipe_9_E711_0.00", "crsloc_branchid": "pipe_9_E711", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E711", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E711_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396818.364047654904425, 5850098.771878163330257 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E712_up", "crsloc_id": "pipe_9_E712_0.00", "crsloc_branchid": "pipe_9_E712", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E712", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E712_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396772.545832651434466, 5850118.782415349967778 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E713_up", "crsloc_id": "pipe_9_E713_0.00", "crsloc_branchid": "pipe_9_E713", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E713", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E713_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396725.953354397555813, 5850136.831999611109495 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E714_up", "crsloc_id": "pipe_9_E714_0.00", "crsloc_branchid": "pipe_9_E714", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E714", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E714_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396680.306772171286866, 5850156.897439136169851 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E715_up", "crsloc_id": "pipe_9_E715_0.00", "crsloc_branchid": "pipe_9_E715", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E715", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E715_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396637.652940910076723, 5850182.731583880260587 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E716_up", "crsloc_id": "pipe_9_E716_0.00", "crsloc_branchid": "pipe_9_E716", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E716", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E716_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396597.121499699540436, 5850212.006931038573384 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E717_up", "crsloc_id": "pipe_9_E717_0.00", "crsloc_branchid": "pipe_9_E717", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E717", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E717_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396558.856472657993436, 5850244.189198179170489 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E718_up", "crsloc_id": "pipe_9_E718_0.00", "crsloc_branchid": "pipe_9_E718", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E718", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E718_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396522.904999349266291, 5850278.75975772831589 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E719_up", "crsloc_id": "pipe_9_E719_0.00", "crsloc_branchid": "pipe_9_E719", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E719", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E719_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396498.109132022364065, 5850321.592413094826043 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E720_up", "crsloc_id": "pipe_9_E720_0.00", "crsloc_branchid": "pipe_9_E720", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E720", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E720_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396487.67003092658706, 5850370.377071748487651 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E721_up", "crsloc_id": "pipe_9_E721_0.00", "crsloc_branchid": "pipe_9_E721", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E721", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E721_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396469.648583082016557, 5850416.281344354152679 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E722_up", "crsloc_id": "pipe_9_E722_0.00", "crsloc_branchid": "pipe_9_E722", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E722", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E722_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396436.648520463611931, 5850453.161230830475688 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E723_up", "crsloc_id": "pipe_9_E723_0.00", "crsloc_branchid": "pipe_9_E723", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E723", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E723_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396401.305605810834095, 5850488.483351647853851 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E724_up", "crsloc_id": "pipe_9_E724_0.00", "crsloc_branchid": "pipe_9_E724", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E724", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E724_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396376.968624244444072, 5850531.236110867001116 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E725_up", "crsloc_id": "pipe_9_E725_0.00", "crsloc_branchid": "pipe_9_E725", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E725", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E725_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396369.565516233211383, 5850580.434303195215762 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E726_up", "crsloc_id": "pipe_9_E726_0.00", "crsloc_branchid": "pipe_9_E726", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E726", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E726_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396367.422328753164038, 5850630.386495574377477 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E727_up", "crsloc_id": "pipe_9_E727_0.00", "crsloc_branchid": "pipe_9_E727", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E727", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E727_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396355.505569480126724, 5850678.626891369000077 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E728_up", "crsloc_id": "pipe_9_E728_0.00", "crsloc_branchid": "pipe_9_E728", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E728", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E728_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396340.533829906256869, 5850726.332439634948969 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E729_up", "crsloc_id": "pipe_9_E729_0.00", "crsloc_branchid": "pipe_9_E729", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E729", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E729_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396330.62842025491409, 5850775.244543398730457 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E730_up", "crsloc_id": "pipe_9_E730_0.00", "crsloc_branchid": "pipe_9_E730", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E730", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E730_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396332.102186684729531, 5850824.82788896933198 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E731_up", "crsloc_id": "pipe_9_E731_0.00", "crsloc_branchid": "pipe_9_E731", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E731", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E731_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396329.030581515748054, 5850873.314711880870163 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E732_up", "crsloc_id": "pipe_9_E732_0.00", "crsloc_branchid": "pipe_9_E732", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E732", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E732_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396307.792410035151988, 5850918.574911523610353 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E733_up", "crsloc_id": "pipe_9_E733_0.00", "crsloc_branchid": "pipe_9_E733", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E733", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E733_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396293.439801756525412, 5850966.431145056150854 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E734_up", "crsloc_id": "pipe_9_E734_0.00", "crsloc_branchid": "pipe_9_E734", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E734", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E734_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396268.414770691189915, 5851008.915235211141407 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E735_up", "crsloc_id": "pipe_9_E735_0.00", "crsloc_branchid": "pipe_9_E735", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E735", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E735_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396239.616595041006804, 5851049.273407577537 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E736_up", "crsloc_id": "pipe_9_E736_0.00", "crsloc_branchid": "pipe_9_E736", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E736", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E736_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396219.456911833258346, 5851095.028838538564742 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E737_up", "crsloc_id": "pipe_9_E737_0.00", "crsloc_branchid": "pipe_9_E737", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E737", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E737_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396187.056600447744131, 5851131.814034946262836 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E738_up", "crsloc_id": "pipe_9_E738_0.00", "crsloc_branchid": "pipe_9_E738", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E738", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E738_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396155.752778563182801, 5851169.305830520577729 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E739_up", "crsloc_id": "pipe_9_E739_0.00", "crsloc_branchid": "pipe_9_E739", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E739", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E739_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396139.285988454474136, 5851216.515635751187801 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E740_up", "crsloc_id": "pipe_9_E740_0.00", "crsloc_branchid": "pipe_9_E740", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E740", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E740_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396119.117080400697887, 5851262.109444313682616 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E741_up", "crsloc_id": "pipe_9_E741_0.00", "crsloc_branchid": "pipe_9_E741", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E741", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E741_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396089.776196002028883, 5851302.568144459277391 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E742_up", "crsloc_id": "pipe_9_E742_0.00", "crsloc_branchid": "pipe_9_E742", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E742", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E742_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396062.7637652202975, 5851344.562866888940334 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E743_up", "crsloc_id": "pipe_9_E743_0.00", "crsloc_branchid": "pipe_9_E743", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E743", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E743_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396038.238003837410361, 5851388.06110318377614 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E744_up", "crsloc_id": "pipe_9_E744_0.00", "crsloc_branchid": "pipe_9_E744", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E744", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E744_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396018.529442845610902, 5851434.01265315618366 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E745_up", "crsloc_id": "pipe_9_E745_0.00", "crsloc_branchid": "pipe_9_E745", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E745", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E745_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396004.188277852488682, 5851481.903526779264212 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E746_up", "crsloc_id": "pipe_9_E746_0.00", "crsloc_branchid": "pipe_9_E746", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E746", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E746_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395989.973599075572565, 5851529.8401018390432 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E747_up", "crsloc_id": "pipe_9_E747_0.00", "crsloc_branchid": "pipe_9_E747", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E747", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E747_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395975.758920298423618, 5851577.776676898822188 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E748_up", "crsloc_id": "pipe_9_E748_0.00", "crsloc_branchid": "pipe_9_E748", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E748", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E748_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395949.053040965925902, 5851619.085303656756878 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E749_up", "crsloc_id": "pipe_9_E749_0.00", "crsloc_branchid": "pipe_9_E749", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E749", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E749_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395906.598052026005462, 5851645.086631496436894 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E750_up", "crsloc_id": "pipe_9_E750_0.00", "crsloc_branchid": "pipe_9_E750", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E750", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E750_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395867.442700292682275, 5851675.664100909605622 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E751_up", "crsloc_id": "pipe_9_E751_0.00", "crsloc_branchid": "pipe_9_E751", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E751", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E751_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395832.097041269298643, 5851711.025758332572877 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E752_up", "crsloc_id": "pipe_9_E752_0.00", "crsloc_branchid": "pipe_9_E752", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E752", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E752_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395797.293576273601502, 5851746.924102939665318 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E753_up", "crsloc_id": "pipe_9_E753_0.00", "crsloc_branchid": "pipe_9_E753", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E753", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E753_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395757.321257625240833, 5851775.602073502726853 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E754_up", "crsloc_id": "pipe_9_E754_0.00", "crsloc_branchid": "pipe_9_E754", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E754", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E754_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395708.708822625689209, 5851786.201601759530604 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E755_up", "crsloc_id": "pipe_9_E755_0.00", "crsloc_branchid": "pipe_9_E755", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E755", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E755_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395658.798327673226595, 5851788.626669078134 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E756_up", "crsloc_id": "pipe_9_E756_0.00", "crsloc_branchid": "pipe_9_E756", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E756", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E756_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395609.620199293363839, 5851795.143659789115191 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E757_up", "crsloc_id": "pipe_9_E757_0.00", "crsloc_branchid": "pipe_9_E757", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E757", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E757_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395574.851394922938198, 5851829.572807688266039 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E758_up", "crsloc_id": "pipe_9_E758_0.00", "crsloc_branchid": "pipe_9_E758", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E758", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E758_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395544.828832363011315, 5851869.555529688484967 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E759_up", "crsloc_id": "pipe_9_E759_0.00", "crsloc_branchid": "pipe_9_E759", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E759", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E759_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395518.719845295883715, 5851912.096641635522246 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E760_up", "crsloc_id": "pipe_9_E760_0.00", "crsloc_branchid": "pipe_9_E760", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E760", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E760_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395494.13555877446197, 5851955.634959792718291 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E761_up", "crsloc_id": "pipe_9_E761_0.00", "crsloc_branchid": "pipe_9_E761", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E761", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E761_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395471.594874873524532, 5852000.226336769759655 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E762_up", "crsloc_id": "pipe_9_E762_0.00", "crsloc_branchid": "pipe_9_E762", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E762", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E762_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395448.254717521602288, 5852044.431216173805296 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E763_up", "crsloc_id": "pipe_9_E763_0.00", "crsloc_branchid": "pipe_9_E763", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E763", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E763_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395413.296649469994009, 5852077.97100324742496 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E764_up", "crsloc_id": "pipe_9_E764_0.00", "crsloc_branchid": "pipe_9_E764", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E764", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E764_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395372.324927324661985, 5852105.181910736486316 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E765_up", "crsloc_id": "pipe_9_E765_0.00", "crsloc_branchid": "pipe_9_E765", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E765", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E765_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395336.659707121318206, 5852139.696973600424826 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E766_up", "crsloc_id": "pipe_9_E766_0.00", "crsloc_branchid": "pipe_9_E766", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E766", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E766_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395292.778667069738731, 5852163.62166681792587 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E767_up", "crsloc_id": "pipe_9_E767_0.00", "crsloc_branchid": "pipe_9_E767", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E767", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E767_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395249.109231889015064, 5852186.737405962310731 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E768_up", "crsloc_id": "pipe_9_E768_0.00", "crsloc_branchid": "pipe_9_E768", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E768", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E768_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395203.751256988849491, 5852206.181643485091627 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E769_up", "crsloc_id": "pipe_9_E769_0.00", "crsloc_branchid": "pipe_9_E769", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E769", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E769_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395165.020262111211196, 5852237.484140511602163 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E770_up", "crsloc_id": "pipe_9_E770_0.00", "crsloc_branchid": "pipe_9_E770", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E770", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E770_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395118.824360576691106, 5852256.064939356409013 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E771_up", "crsloc_id": "pipe_9_E771_0.00", "crsloc_branchid": "pipe_9_E771", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E771", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E771_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395076.581746106501669, 5852282.089220238849521 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E772_up", "crsloc_id": "pipe_9_E772_0.00", "crsloc_branchid": "pipe_9_E772", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E772", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E772_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395037.188581393798813, 5852312.881279200315475 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E773_up", "crsloc_id": "pipe_9_E773_0.00", "crsloc_branchid": "pipe_9_E773", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E773", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E773_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394997.262213865062222, 5852342.97775392793119 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E774_up", "crsloc_id": "pipe_9_E774_0.00", "crsloc_branchid": "pipe_9_E774", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E774", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E774_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394957.294401574181393, 5852373.02016231790185 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E775_up", "crsloc_id": "pipe_9_E775_0.00", "crsloc_branchid": "pipe_9_E775", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E775", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E775_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394923.064120852621272, 5852408.949667424894869 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E776_up", "crsloc_id": "pipe_9_E776_0.00", "crsloc_branchid": "pipe_9_E776", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E776", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E776_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394884.932902404107153, 5852438.859469654969871 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E777_up", "crsloc_id": "pipe_9_E777_0.00", "crsloc_branchid": "pipe_9_E777", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E777", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E777_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394845.735164049779996, 5852467.776479947380722 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E778_up", "crsloc_id": "pipe_9_E778_0.00", "crsloc_branchid": "pipe_9_E778", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E778", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E778_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394819.511815323727205, 5852510.312905547209084 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E779_up", "crsloc_id": "pipe_9_E779_0.00", "crsloc_branchid": "pipe_9_E779", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E779", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E779_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394781.711909656878561, 5852541.376139343716204 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E780_up", "crsloc_id": "pipe_9_E780_0.00", "crsloc_branchid": "pipe_9_E780", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E780", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E780_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394744.307820181362331, 5852572.518391331657767 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E781_up", "crsloc_id": "pipe_9_E781_0.00", "crsloc_branchid": "pipe_9_E781", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E781", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E781_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394717.909510743571445, 5852614.650779861956835 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E782_up", "crsloc_id": "pipe_9_E782_0.00", "crsloc_branchid": "pipe_9_E782", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E782", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E782_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394686.181401456007734, 5852653.249246998690069 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E783_up", "crsloc_id": "pipe_9_E783_0.00", "crsloc_branchid": "pipe_9_E783", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E783", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E783_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394664.043618610361591, 5852697.955490152351558 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E784_up", "crsloc_id": "pipe_9_E784_0.00", "crsloc_branchid": "pipe_9_E784", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E784", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E784_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394638.640680606942624, 5852740.362315909005702 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E785_up", "crsloc_id": "pipe_9_E785_0.00", "crsloc_branchid": "pipe_9_E785", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E785", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E785_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394594.036166108679026, 5852738.106440517120063 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E786_up", "crsloc_id": "pipe_9_E786_0.00", "crsloc_branchid": "pipe_9_E786", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E786", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E786_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394586.520229321205989, 5852692.657292073592544 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E787_up", "crsloc_id": "pipe_9_E787_0.00", "crsloc_branchid": "pipe_9_E787", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E787", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E787_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394597.447580554988235, 5852643.880951508879662 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E788_up", "crsloc_id": "pipe_9_E788_0.00", "crsloc_branchid": "pipe_9_E788", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E788", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E788_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394610.115311411675066, 5852595.517020991072059 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E789_up", "crsloc_id": "pipe_9_E789_0.00", "crsloc_branchid": "pipe_9_E789", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E789", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E789_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394589.452386688208207, 5852555.245408363640308 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E790_up", "crsloc_id": "pipe_9_E790_0.00", "crsloc_branchid": "pipe_9_E790", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E790", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E790_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394541.65307956142351, 5852543.805664961226285 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E791_up", "crsloc_id": "pipe_9_E791_0.00", "crsloc_branchid": "pipe_9_E791", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E791", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E791_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394492.894960914272815, 5852554.632754753343761 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E792_up", "crsloc_id": "pipe_9_E792_0.00", "crsloc_branchid": "pipe_9_E792", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E792", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E792_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394443.974859671667218, 5852564.388139309361577 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E793_up", "crsloc_id": "pipe_9_E793_0.00", "crsloc_branchid": "pipe_9_E793", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E793", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E793_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394394.029333570739254, 5852566.715529200620949 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E794_up", "crsloc_id": "pipe_9_E794_0.00", "crsloc_branchid": "pipe_9_E794", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E794", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E794_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394344.083807469811291, 5852569.042919091880322 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E795_up", "crsloc_id": "pipe_9_E795_0.00", "crsloc_branchid": "pipe_9_E795", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E795", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E795_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394294.107847816543654, 5852570.552707155235112 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E796_up", "crsloc_id": "pipe_9_E796_0.00", "crsloc_branchid": "pipe_9_E796", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E796", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E796_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394244.127509164391086, 5852571.944852772168815 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E797_up", "crsloc_id": "pipe_9_E797_0.00", "crsloc_branchid": "pipe_9_E797", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E797", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E797_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394194.812276627169922, 5852566.083685463294387 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E798_up", "crsloc_id": "pipe_9_E798_0.00", "crsloc_branchid": "pipe_9_E798", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E798", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E798_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394145.918612685985863, 5852555.625102977268398 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E799_up", "crsloc_id": "pipe_9_E799_0.00", "crsloc_branchid": "pipe_9_E799", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E799", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E799_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394100.560877124778926, 5852536.308193654753268 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E800_up", "crsloc_id": "pipe_9_E800_0.00", "crsloc_branchid": "pipe_9_E800", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E800", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E800_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394057.904667955357581, 5852510.223329451866448 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E801_up", "crsloc_id": "pipe_9_E801_0.00", "crsloc_branchid": "pipe_9_E801", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E801", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E801_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394015.248458785703406, 5852484.138465248979628 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E802_up", "crsloc_id": "pipe_9_E802_0.00", "crsloc_branchid": "pipe_9_E802", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E802", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E802_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393968.486471301177517, 5852467.076493079774082 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E803_up", "crsloc_id": "pipe_9_E803_0.00", "crsloc_branchid": "pipe_9_E803", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E803", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E803_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393919.139037991641089, 5852459.687321032397449 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E804_up", "crsloc_id": "pipe_9_E804_0.00", "crsloc_branchid": "pipe_9_E804", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E804", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E804_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393869.477079958422109, 5852455.258879334665835 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E805_up", "crsloc_id": "pipe_9_E805_0.00", "crsloc_branchid": "pipe_9_E805", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E805", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E805_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393825.106229142751545, 5852475.609582097269595 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E806_up", "crsloc_id": "pipe_9_E806_0.00", "crsloc_branchid": "pipe_9_E806", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E806", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E806_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393779.022887969622388, 5852486.305031629279256 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E807_up", "crsloc_id": "pipe_9_E807_0.00", "crsloc_branchid": "pipe_9_E807", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E807", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E807_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393746.176190006081015, 5852501.713235894218087 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E808_up", "crsloc_id": "pipe_9_E808_0.00", "crsloc_branchid": "pipe_9_E808", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E808", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E808_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393790.325893355766311, 5852506.742802502587438 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E809_up", "crsloc_id": "pipe_9_E809_0.00", "crsloc_branchid": "pipe_9_E809", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E809", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E809_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393837.809800375485793, 5852491.082314152270555 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E810_up", "crsloc_id": "pipe_9_E810_0.00", "crsloc_branchid": "pipe_9_E810", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E810", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E810_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393886.15032762195915, 5852493.407181736081839 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E811_up", "crsloc_id": "pipe_9_E811_0.00", "crsloc_branchid": "pipe_9_E811", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E811", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E811_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393931.905922902980819, 5852513.566492778249085 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E812_up", "crsloc_id": "pipe_9_E812_0.00", "crsloc_branchid": "pipe_9_E812", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E812", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E812_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393975.755333374254405, 5852537.459647852927446 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E813_up", "crsloc_id": "pipe_9_E813_0.00", "crsloc_branchid": "pipe_9_E813", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E813", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E813_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394015.055107508320361, 5852568.024150903336704 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E814_up", "crsloc_id": "pipe_9_E814_0.00", "crsloc_branchid": "pipe_9_E814", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E814", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E814_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394050.698138653300703, 5852603.052405749447644 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E815_up", "crsloc_id": "pipe_9_E815_0.00", "crsloc_branchid": "pipe_9_E815", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E815", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E815_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394085.645217273384333, 5852638.810957413166761 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E816_up", "crsloc_id": "pipe_9_E816_0.00", "crsloc_branchid": "pipe_9_E816", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E816", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E816_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394125.333798250183463, 5852668.853217349387705 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E817_up", "crsloc_id": "pipe_9_E817_0.00", "crsloc_branchid": "pipe_9_E817", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E817", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E817_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394169.05573367443867, 5852692.935080187395215 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E818_up", "crsloc_id": "pipe_9_E818_0.00", "crsloc_branchid": "pipe_9_E818", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E818", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E818_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394213.778910573106259, 5852715.291505869477987 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E819_up", "crsloc_id": "pipe_9_E819_0.00", "crsloc_branchid": "pipe_9_E819", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E819", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E819_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394258.502087472006679, 5852737.64793155156076 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E820_up", "crsloc_id": "pipe_9_E820_0.00", "crsloc_branchid": "pipe_9_E820", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E820", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E820_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394303.633563183248043, 5852759.137795268557966 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E821_up", "crsloc_id": "pipe_9_E821_0.00", "crsloc_branchid": "pipe_9_E821", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E821", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E821_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394311.35638309433125, 5852792.836309043690562 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E822_up", "crsloc_id": "pipe_9_E822_0.00", "crsloc_branchid": "pipe_9_E822", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E822", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E822_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394267.192787079373375, 5852772.091807481832802 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E823_up", "crsloc_id": "pipe_9_E823_0.00", "crsloc_branchid": "pipe_9_E823", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E823", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E823_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394222.243892945814878, 5852750.806207756511867 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E824_up", "crsloc_id": "pipe_9_E824_0.00", "crsloc_branchid": "pipe_9_E824", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E824", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E824_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394174.481163326650858, 5852736.017933746799827 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E825_up", "crsloc_id": "pipe_9_E825_0.00", "crsloc_branchid": "pipe_9_E825", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E825", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E825_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394126.701585427857935, 5852721.284154292196035 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E826_up", "crsloc_id": "pipe_9_E826_0.00", "crsloc_branchid": "pipe_9_E826", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E826", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E826_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394079.288174863439053, 5852705.441647895611823 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E827_up", "crsloc_id": "pipe_9_E827_0.00", "crsloc_branchid": "pipe_9_E827", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E827", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E827_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394032.131474409019575, 5852688.821842738427222 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E828_up", "crsloc_id": "pipe_9_E828_0.00", "crsloc_branchid": "pipe_9_E828", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E828", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E828_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393990.248849052935839, 5852662.333917872048914 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E829_up", "crsloc_id": "pipe_9_E829_0.00", "crsloc_branchid": "pipe_9_E829", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E829", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E829_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393946.821534242946655, 5852638.073372384533286 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E830_up", "crsloc_id": "pipe_9_E830_0.00", "crsloc_branchid": "pipe_9_E830", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E830", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E830_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393900.423441601451486, 5852619.79765943903476 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E831_up", "crsloc_id": "pipe_9_E831_0.00", "crsloc_branchid": "pipe_9_E831", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E831", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E831_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393852.419590238947421, 5852605.811860370449722 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E832_up", "crsloc_id": "pipe_9_E832_0.00", "crsloc_branchid": "pipe_9_E832", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E832", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E832_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393811.257009538821876, 5852622.697772218845785 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E833_up", "crsloc_id": "pipe_9_E833_0.00", "crsloc_branchid": "pipe_9_E833", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E833", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E833_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393791.976378698600456, 5852668.744979701004922 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E834_up", "crsloc_id": "pipe_9_E834_0.00", "crsloc_branchid": "pipe_9_E834", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E834", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E834_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393757.851000558817759, 5852704.822907493449748 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E835_up", "crsloc_id": "pipe_9_E835_0.00", "crsloc_branchid": "pipe_9_E835", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E835", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E835_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393712.093303024535999, 5852719.752315454185009 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E836_up", "crsloc_id": "pipe_9_E836_0.00", "crsloc_branchid": "pipe_9_E836", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E836", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E836_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393668.358640216989443, 5852734.85189332254231 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E837_up", "crsloc_id": "pipe_9_E837_0.00", "crsloc_branchid": "pipe_9_E837", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E837", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E837_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393699.470718496944755, 5852759.33082231413573 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E838_up", "crsloc_id": "pipe_9_E838_0.00", "crsloc_branchid": "pipe_9_E838", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E838", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E838_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393745.462928737979382, 5852739.873352170921862 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E839_up", "crsloc_id": "pipe_9_E839_0.00", "crsloc_branchid": "pipe_9_E839", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E839", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E839_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393781.033025441691279, 5852705.849873876199126 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E840_up", "crsloc_id": "pipe_9_E840_0.00", "crsloc_branchid": "pipe_9_E840", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E840", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E840_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393812.987744822399691, 5852667.414434633217752 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E841_up", "crsloc_id": "pipe_9_E841_0.00", "crsloc_branchid": "pipe_9_E841", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E841", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E841_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393851.764351126970723, 5852646.106627707369626 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E842_up", "crsloc_id": "pipe_9_E842_0.00", "crsloc_branchid": "pipe_9_E842", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E842", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E842_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393887.425906119635329, 5852680.024688009172678 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E843_up", "crsloc_id": "pipe_9_E843_0.00", "crsloc_branchid": "pipe_9_E843", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E843", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E843_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393922.974994163028896, 5852714.451881429180503 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E844_up", "crsloc_id": "pipe_9_E844_0.00", "crsloc_branchid": "pipe_9_E844", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E844", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E844_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393963.954408476594836, 5852743.099044006317854 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E845_up", "crsloc_id": "pipe_9_E845_0.00", "crsloc_branchid": "pipe_9_E845", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E845", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E845_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394004.933822790160775, 5852771.746206583455205 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E846_up", "crsloc_id": "pipe_9_E846_0.00", "crsloc_branchid": "pipe_9_E846", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E846", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E846_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394045.913237103493884, 5852800.393369160592556 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E847_up", "crsloc_id": "pipe_9_E847_0.00", "crsloc_branchid": "pipe_9_E847", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E847", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E847_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394089.17497284268029, 5852825.355914043262601 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E848_up", "crsloc_id": "pipe_9_E848_0.00", "crsloc_branchid": "pipe_9_E848", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E848", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E848_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394127.810518621467054, 5852856.42348238825798 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E849_up", "crsloc_id": "pipe_9_E849_0.00", "crsloc_branchid": "pipe_9_E849", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E849", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E849_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394163.630151903722435, 5852891.307951607741416 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E850_up", "crsloc_id": "pipe_9_E850_0.00", "crsloc_branchid": "pipe_9_E850", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E850", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E850_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394191.826466187369078, 5852930.721007774583995 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E851_up", "crsloc_id": "pipe_9_E851_0.00", "crsloc_branchid": "pipe_9_E851", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E851", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E851_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394200.656638544984162, 5852979.770101292058825 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E852_up", "crsloc_id": "pipe_9_E852_0.00", "crsloc_branchid": "pipe_9_E852", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E852", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E852_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394193.16261337697506, 5853027.948832049034536 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E853_up", "crsloc_id": "pipe_9_E853_0.00", "crsloc_branchid": "pipe_9_E853", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E853", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E853_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394159.29561759904027, 5853015.916164819151163 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E854_up", "crsloc_id": "pipe_9_E854_0.00", "crsloc_branchid": "pipe_9_E854", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E854", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E854_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394172.939629274653271, 5852968.21692172344774 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E855_up", "crsloc_id": "pipe_9_E855_0.00", "crsloc_branchid": "pipe_9_E855", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E855", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E855_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394157.14498034096323, 5852926.103010025806725 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E856_up", "crsloc_id": "pipe_9_E856_0.00", "crsloc_branchid": "pipe_9_E856", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E856", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E856_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394112.052147814072669, 5852908.152698171325028 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E857_up", "crsloc_id": "pipe_9_E857_0.00", "crsloc_branchid": "pipe_9_E857", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E857", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E857_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394082.719980612862855, 5852870.240059998817742 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E858_up", "crsloc_id": "pipe_9_E858_0.00", "crsloc_branchid": "pipe_9_E858", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E858", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E858_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394033.69950335752219, 5852861.894506865181029 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E859_up", "crsloc_id": "pipe_9_E859_0.00", "crsloc_branchid": "pipe_9_E859", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E859", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E859_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393987.193403874756768, 5852845.286129081621766 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E860_up", "crsloc_id": "pipe_9_E860_0.00", "crsloc_branchid": "pipe_9_E860", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E860", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E860_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393947.93726256582886, 5852814.548416114412248 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E861_up", "crsloc_id": "pipe_9_E861_0.00", "crsloc_branchid": "pipe_9_E861", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E861", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E861_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393907.134108954807743, 5852786.629083844833076 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E862_up", "crsloc_id": "pipe_9_E862_0.00", "crsloc_branchid": "pipe_9_E862", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E862", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E862_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393860.318227048264816, 5852795.693107591941953 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E863_up", "crsloc_id": "pipe_9_E863_0.00", "crsloc_branchid": "pipe_9_E863", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E863", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E863_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393816.379105197265744, 5852819.553656043484807 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E864_up", "crsloc_id": "pipe_9_E864_0.00", "crsloc_branchid": "pipe_9_E864", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E864", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E864_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393775.89931167033501, 5852848.775367983616889 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E865_up", "crsloc_id": "pipe_9_E865_0.00", "crsloc_branchid": "pipe_9_E865", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E865", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E865_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393728.008898858213797, 5852860.924385358579457 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E866_up", "crsloc_id": "pipe_9_E866_0.00", "crsloc_branchid": "pipe_9_E866", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E866", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E866_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393678.412535661365837, 5852867.262608992867172 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E867_up", "crsloc_id": "pipe_9_E867_0.00", "crsloc_branchid": "pipe_9_E867", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E867", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E867_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393629.125510436482728, 5852875.269213300198317 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E868_up", "crsloc_id": "pipe_9_E868_0.00", "crsloc_branchid": "pipe_9_E868", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E868", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E868_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393587.086981566157192, 5852897.732103853486478 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E869_up", "crsloc_id": "pipe_9_E869_0.00", "crsloc_branchid": "pipe_9_E869", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E869", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E869_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393570.304754899349064, 5852944.562003592029214 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E870_up", "crsloc_id": "pipe_9_E870_0.00", "crsloc_branchid": "pipe_9_E870", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E870", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E870_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393556.495137578109279, 5852992.561951013281941 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E871_up", "crsloc_id": "pipe_9_E871_0.00", "crsloc_branchid": "pipe_9_E871", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E871", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E871_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393545.497390552191064, 5853041.337168917059898 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E872_up", "crsloc_id": "pipe_9_E872_0.00", "crsloc_branchid": "pipe_9_E872", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E872", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E872_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393519.428820043802261, 5853078.873737771064043 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E873_up", "crsloc_id": "pipe_9_E873_0.00", "crsloc_branchid": "pipe_9_E873", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E873", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E873_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393471.0889498363249, 5853090.981032885611057 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E874_up", "crsloc_id": "pipe_9_E874_0.00", "crsloc_branchid": "pipe_9_E874", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E874", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E874_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393437.895468418486416, 5853125.960775015875697 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E875_up", "crsloc_id": "pipe_9_E875_0.00", "crsloc_branchid": "pipe_9_E875", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E875", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E875_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393425.841958831530064, 5853174.071597220376134 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E876_up", "crsloc_id": "pipe_9_E876_0.00", "crsloc_branchid": "pipe_9_E876", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E876", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E876_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393412.863075544824824, 5853222.254330036230385 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E877_up", "crsloc_id": "pipe_9_E877_0.00", "crsloc_branchid": "pipe_9_E877", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E877", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E877_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393397.399385732831433, 5853269.80269087664783 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E878_up", "crsloc_id": "pipe_9_E878_0.00", "crsloc_branchid": "pipe_9_E878", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E878", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E878_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393370.312252629315481, 5853310.521885331720114 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E879_up", "crsloc_id": "pipe_9_E879_0.00", "crsloc_branchid": "pipe_9_E879", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E879", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E879_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393329.336411859840155, 5853338.528654196299613 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E880_up", "crsloc_id": "pipe_9_E880_0.00", "crsloc_branchid": "pipe_9_E880", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E880", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E880_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393281.458966911304742, 5853352.900943865068257 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E881_up", "crsloc_id": "pipe_9_E881_0.00", "crsloc_branchid": "pipe_9_E881", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E881", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E881_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393241.435090532293543, 5853377.912416590377688 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E882_up", "crsloc_id": "pipe_9_E882_0.00", "crsloc_branchid": "pipe_9_E882", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E882", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E882_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393204.214013937627897, 5853407.665014474652708 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E883_up", "crsloc_id": "pipe_9_E883_0.00", "crsloc_branchid": "pipe_9_E883", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E883", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E883_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393163.042570698773488, 5853389.210489722900093 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E884_up", "crsloc_id": "pipe_9_E884_0.00", "crsloc_branchid": "pipe_9_E884", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E884", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E884_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393138.001123365946114, 5853345.980641989968717 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E885_up", "crsloc_id": "pipe_9_E885_0.00", "crsloc_branchid": "pipe_9_E885", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E885", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E885_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393097.14451300771907, 5853320.521256951615214 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E886_up", "crsloc_id": "pipe_9_E886_0.00", "crsloc_branchid": "pipe_9_E886", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E886", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E886_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393050.223753073252738, 5853331.927050231024623 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E887_up", "crsloc_id": "pipe_9_E887_0.00", "crsloc_branchid": "pipe_9_E887", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E887", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E887_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393009.349747536936775, 5853360.724411092698574 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E888_up", "crsloc_id": "pipe_9_E888_0.00", "crsloc_branchid": "pipe_9_E888", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E888", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E888_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392964.145743116969243, 5853381.658414929173887 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E889_up", "crsloc_id": "pipe_9_E889_0.00", "crsloc_branchid": "pipe_9_E889", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E889", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E889_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392914.685746238334104, 5853388.540992530062795 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E890_up", "crsloc_id": "pipe_9_E890_0.00", "crsloc_branchid": "pipe_9_E890", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E890", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E890_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392867.452587276231498, 5853402.741010997444391 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E891_up", "crsloc_id": "pipe_9_E891_0.00", "crsloc_branchid": "pipe_9_E891", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E891", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E891_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392828.774455502396449, 5853433.971421860158443 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E892_up", "crsloc_id": "pipe_9_E892_0.00", "crsloc_branchid": "pipe_9_E892", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E892", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E892_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392809.846709141274914, 5853478.724530343897641 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E893_up", "crsloc_id": "pipe_9_E893_0.00", "crsloc_branchid": "pipe_9_E893", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E893", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E893_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392819.015986867481843, 5853526.678872412070632 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E894_up", "crsloc_id": "pipe_9_E894_0.00", "crsloc_branchid": "pipe_9_E894", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E894", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E894_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392855.087954768678173, 5853558.063624495640397 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E895_up", "crsloc_id": "pipe_9_E895_0.00", "crsloc_branchid": "pipe_9_E895", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E895", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E895_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392904.865550614893436, 5853557.690350621007383 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E896_up", "crsloc_id": "pipe_9_E896_0.00", "crsloc_branchid": "pipe_9_E896", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E896", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E896_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392949.237373461714014, 5853580.603283154778183 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E897_up", "crsloc_id": "pipe_9_E897_0.00", "crsloc_branchid": "pipe_9_E897", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E897", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E897_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392983.15947984252125, 5853614.224487240426242 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E898_up", "crsloc_id": "pipe_9_E898_0.00", "crsloc_branchid": "pipe_9_E898", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E898", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E898_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392985.841230018995702, 5853663.144237387925386 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E899_up", "crsloc_id": "pipe_9_E899_0.00", "crsloc_branchid": "pipe_9_E899", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E899", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E899_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392953.08467732812278, 5853699.53793787304312 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E900_up", "crsloc_id": "pipe_9_E900_0.00", "crsloc_branchid": "pipe_9_E900", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E900", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E900_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392909.810230145696551, 5853724.583786675706506 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E901_up", "crsloc_id": "pipe_9_E901_0.00", "crsloc_branchid": "pipe_9_E901", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E901", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E901_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392866.535782963503152, 5853749.629635479301214 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E902_up", "crsloc_id": "pipe_9_E902_0.00", "crsloc_branchid": "pipe_9_E902", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E902", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E902_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392823.261335781076923, 5853774.6754842819646 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E903_up", "crsloc_id": "pipe_9_E903_0.00", "crsloc_branchid": "pipe_9_E903", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E903", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E903_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392779.986888598883525, 5853799.721333085559309 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E904_up", "crsloc_id": "pipe_9_E904_0.00", "crsloc_branchid": "pipe_9_E904", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E904", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E904_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392738.076911078300327, 5853826.788432474248111 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E905_up", "crsloc_id": "pipe_9_E905_0.00", "crsloc_branchid": "pipe_9_E905", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E905", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E905_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392707.709945276146755, 5853865.520684397779405 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E906_up", "crsloc_id": "pipe_9_E906_0.00", "crsloc_branchid": "pipe_9_E906", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E906", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E906_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392687.640915536787361, 5853911.315950163640082 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E907_up", "crsloc_id": "pipe_9_E907_0.00", "crsloc_branchid": "pipe_9_E907", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E907", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E907_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392667.571885797427967, 5853957.111215928569436 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E908_up", "crsloc_id": "pipe_9_E908_0.00", "crsloc_branchid": "pipe_9_E908", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E908", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E908_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392647.502856058068573, 5854002.906481694430113 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E909_up", "crsloc_id": "pipe_9_E909_0.00", "crsloc_branchid": "pipe_9_E909", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E909", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E909_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392627.43382631870918, 5854048.701747459359467 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E910_up", "crsloc_id": "pipe_9_E910_0.00", "crsloc_branchid": "pipe_9_E910", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E910", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E910_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392599.24063967121765, 5854088.36190695874393 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E911_up", "crsloc_id": "pipe_9_E911_0.00", "crsloc_branchid": "pipe_9_E911", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E911", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E911_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392552.028928017709404, 5854094.876796181313694 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E912_up", "crsloc_id": "pipe_9_E912_0.00", "crsloc_branchid": "pipe_9_E912", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E912", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E912_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392502.87776038562879, 5854089.097945244982839 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E913_up", "crsloc_id": "pipe_9_E913_0.00", "crsloc_branchid": "pipe_9_E913", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E913", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E913_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392456.857117684325203, 5854106.922751960344613 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E914_up", "crsloc_id": "pipe_9_E914_0.00", "crsloc_branchid": "pipe_9_E914", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E914", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E914_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392437.075072656385601, 5854149.618309528566897 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E915_up", "crsloc_id": "pipe_9_E915_0.00", "crsloc_branchid": "pipe_9_E915", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E915", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E915_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392432.172376926057041, 5854199.149377813562751 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E916_up", "crsloc_id": "pipe_9_E916_0.00", "crsloc_branchid": "pipe_9_E916", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E916", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E916_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392401.259062825934961, 5854237.421811015345156 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E917_up", "crsloc_id": "pipe_9_E917_0.00", "crsloc_branchid": "pipe_9_E917", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E917", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E917_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392365.302334999199957, 5854272.164954873733222 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E918_up", "crsloc_id": "pipe_9_E918_0.00", "crsloc_branchid": "pipe_9_E918", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E918", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E918_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392329.189992874395102, 5854306.70433706138283 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E919_up", "crsloc_id": "pipe_9_E919_0.00", "crsloc_branchid": "pipe_9_E919", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E919", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E919_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392286.207370083546266, 5854332.24776007514447 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E920_up", "crsloc_id": "pipe_9_E920_0.00", "crsloc_branchid": "pipe_9_E920", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E920", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E920_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392243.22474729269743, 5854357.791183087974787 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E921_up", "crsloc_id": "pipe_9_E921_0.00", "crsloc_branchid": "pipe_9_E921", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E921", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E921_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392200.242124501848593, 5854383.334606100805104 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E922_up", "crsloc_id": "pipe_9_E922_0.00", "crsloc_branchid": "pipe_9_E922", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E922", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E922_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392160.949674458475783, 5854413.789328532293439 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E923_up", "crsloc_id": "pipe_9_E923_0.00", "crsloc_branchid": "pipe_9_E923", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E923", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E923_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392139.38761149183847, 5854458.137563941068947 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E924_up", "crsloc_id": "pipe_9_E924_0.00", "crsloc_branchid": "pipe_9_E924", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E924", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E924_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392118.172011138638481, 5854501.905150330625474 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E925_up", "crsloc_id": "pipe_9_E925_0.00", "crsloc_branchid": "pipe_9_E925", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E925", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E925_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392069.661402120720595, 5854504.271937710233033 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E926_up", "crsloc_id": "pipe_9_E926_0.00", "crsloc_branchid": "pipe_9_E926", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E926", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E926_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392020.318914104020223, 5854496.814665460027754 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E927_up", "crsloc_id": "pipe_9_E927_0.00", "crsloc_branchid": "pipe_9_E927", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E927", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E927_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391970.347458617528901, 5854495.133606933988631 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E928_up", "crsloc_id": "pipe_9_E928_0.00", "crsloc_branchid": "pipe_9_E928", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E928", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E928_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391920.470454639289528, 5854497.470128065906465 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E929_up", "crsloc_id": "pipe_9_E929_0.00", "crsloc_branchid": "pipe_9_E929", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E929", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E929_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391872.585841411259025, 5854508.330088578164577 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E930_up", "crsloc_id": "pipe_9_E930_0.00", "crsloc_branchid": "pipe_9_E930", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E930", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E930_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391850.231223840499297, 5854552.140541600994766 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E931_up", "crsloc_id": "pipe_9_E931_0.00", "crsloc_branchid": "pipe_9_E931", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E931", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E931_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391839.912053039064631, 5854601.063818628899753 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E932_up", "crsloc_id": "pipe_9_E932_0.00", "crsloc_branchid": "pipe_9_E932", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E932", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E932_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391840.993748390814289, 5854650.792488458566368 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E933_up", "crsloc_id": "pipe_9_E933_0.00", "crsloc_branchid": "pipe_9_E933", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E933", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E933_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391842.94749491638504, 5854700.726899871602654 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E934_up", "crsloc_id": "pipe_9_E934_0.00", "crsloc_branchid": "pipe_9_E934", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E934", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E934_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391817.228786878986284, 5854734.867563699372113 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E935_up", "crsloc_id": "pipe_9_E935_0.00", "crsloc_branchid": "pipe_9_E935", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E935", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E935_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391770.163537808228284, 5854720.841597761027515 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E936_up", "crsloc_id": "pipe_9_E936_0.00", "crsloc_branchid": "pipe_9_E936", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E936", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E936_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391723.469770492054522, 5854703.731892259791493 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E937_up", "crsloc_id": "pipe_9_E937_0.00", "crsloc_branchid": "pipe_9_E937", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E937", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E937_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391673.556104463059455, 5854700.799612474627793 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E938_up", "crsloc_id": "pipe_9_E938_0.00", "crsloc_branchid": "pipe_9_E938", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E938", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E938_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391623.714795750332996, 5854702.097765206359327 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E939_up", "crsloc_id": "pipe_9_E939_0.00", "crsloc_branchid": "pipe_9_E939", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E939", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E939_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391580.587717059068382, 5854722.560288350097835 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E940_up", "crsloc_id": "pipe_9_E940_0.00", "crsloc_branchid": "pipe_9_E940", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E940", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E940_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391566.793033490423113, 5854770.006966697983444 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E941_up", "crsloc_id": "pipe_9_E941_0.00", "crsloc_branchid": "pipe_9_E941", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E941", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E941_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391527.393422931665555, 5854792.408342435956001 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E942_up", "crsloc_id": "pipe_9_E942_0.00", "crsloc_branchid": "pipe_9_E942", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E942", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E942_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391493.901292768539861, 5854758.638520744629204 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E943_up", "crsloc_id": "pipe_9_E943_0.00", "crsloc_branchid": "pipe_9_E943", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E943", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E943_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391460.149849430657923, 5854722.514567816630006 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E944_up", "crsloc_id": "pipe_9_E944_0.00", "crsloc_branchid": "pipe_9_E944", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E944", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E944_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391415.08096077456139, 5854702.288673609495163 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E945_up", "crsloc_id": "pipe_9_E945_0.00", "crsloc_branchid": "pipe_9_E945", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E945", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E945_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391365.440532283158973, 5854701.641704299487174 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E946_up", "crsloc_id": "pipe_9_E946_0.00", "crsloc_branchid": "pipe_9_E946", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E946", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E946_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391316.238207383779809, 5854710.165704177692533 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E947_up", "crsloc_id": "pipe_9_E947_0.00", "crsloc_branchid": "pipe_9_E947", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E947", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E947_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391270.685152613790706, 5854729.292713684029877 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E948_up", "crsloc_id": "pipe_9_E948_0.00", "crsloc_branchid": "pipe_9_E948", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E948", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E948_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391236.857205224456266, 5854765.320721383206546 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E949_up", "crsloc_id": "pipe_9_E949_0.00", "crsloc_branchid": "pipe_9_E949", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E949", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E949_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391202.853810350876302, 5854801.861028152517974 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E950_up", "crsloc_id": "pipe_9_E950_0.00", "crsloc_branchid": "pipe_9_E950", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E950", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E950_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391157.795155985048041, 5854820.230689963325858 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E951_up", "crsloc_id": "pipe_9_E951_0.00", "crsloc_branchid": "pipe_9_E951", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E951", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E951_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391108.772609984036535, 5854813.861238065175712 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E952_up", "crsloc_id": "pipe_9_E952_0.00", "crsloc_branchid": "pipe_9_E952", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E952", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E952_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391060.92810442741029, 5854800.764659990556538 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E953_up", "crsloc_id": "pipe_9_E953_0.00", "crsloc_branchid": "pipe_9_E953", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E953", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E953_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391018.222673617769033, 5854821.264777290634811 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E954_up", "crsloc_id": "pipe_9_E954_0.00", "crsloc_branchid": "pipe_9_E954", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E954", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E954_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390998.9406647849828, 5854866.83020946290344 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E955_up", "crsloc_id": "pipe_9_E955_0.00", "crsloc_branchid": "pipe_9_E955", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E955", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E955_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390962.790658802259713, 5854895.559752456843853 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E956_up", "crsloc_id": "pipe_9_E956_0.00", "crsloc_branchid": "pipe_9_E956", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E956", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E956_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390919.96104749571532, 5854871.800868731923401 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E957_up", "crsloc_id": "pipe_9_E957_0.00", "crsloc_branchid": "pipe_9_E957", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E957", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E957_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390873.984042470343411, 5854857.080187496729195 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E958_up", "crsloc_id": "pipe_9_E958_0.00", "crsloc_branchid": "pipe_9_E958", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E958", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E958_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390830.492623874917626, 5854881.491715071722865 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E959_up", "crsloc_id": "pipe_9_E959_0.00", "crsloc_branchid": "pipe_9_E959", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E959", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E959_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390796.708465208066627, 5854865.116497132927179 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E960_up", "crsloc_id": "pipe_9_E960_0.00", "crsloc_branchid": "pipe_9_E960", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E960", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E960_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390838.292139080353081, 5854841.149038841947913 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E961_up", "crsloc_id": "pipe_9_E961_0.00", "crsloc_branchid": "pipe_9_E961", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E961", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E961_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390887.22193789598532, 5854833.728026010096073 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E962_up", "crsloc_id": "pipe_9_E962_0.00", "crsloc_branchid": "pipe_9_E962", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E962", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E962_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390936.898272739024833, 5854829.647457904182374 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E963_up", "crsloc_id": "pipe_9_E963_0.00", "crsloc_branchid": "pipe_9_E963", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E963", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E963_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390962.336482576327398, 5854791.122571767307818 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E964_up", "crsloc_id": "pipe_9_E964_0.00", "crsloc_branchid": "pipe_9_E964", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E964", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E964_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390966.186074131866917, 5854741.748434484004974 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E965_up", "crsloc_id": "pipe_9_E965_0.00", "crsloc_branchid": "pipe_9_E965", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E965", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E965_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390992.85536471917294, 5854700.308199499733746 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E966_up", "crsloc_id": "pipe_9_E966_0.00", "crsloc_branchid": "pipe_9_E966", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E966", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E966_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391035.848916283808649, 5854678.165031262673438 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E967_up", "crsloc_id": "pipe_9_E967_0.00", "crsloc_branchid": "pipe_9_E967", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E967", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E967_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391083.904441812774166, 5854664.357830701395869 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E968_up", "crsloc_id": "pipe_9_E968_0.00", "crsloc_branchid": "pipe_9_E968", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E968", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E968_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391131.959967341739684, 5854650.550630139186978 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E969_up", "crsloc_id": "pipe_9_E969_0.00", "crsloc_branchid": "pipe_9_E969", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E969", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E969_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391179.634835138218477, 5854635.58916658628732 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E970_up", "crsloc_id": "pipe_9_E970_0.00", "crsloc_branchid": "pipe_9_E970", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E970", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E970_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391207.438901009736583, 5854598.479608403518796 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E971_up", "crsloc_id": "pipe_9_E971_0.00", "crsloc_branchid": "pipe_9_E971", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E971", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E971_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391180.980266467668116, 5854561.607478464022279 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E972_up", "crsloc_id": "pipe_9_E972_0.00", "crsloc_branchid": "pipe_9_E972", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E972", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E972_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391131.202320650219917, 5854557.049893359653652 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E973_up", "crsloc_id": "pipe_9_E973_0.00", "crsloc_branchid": "pipe_9_E973", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E973", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E973_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391082.781213583657518, 5854544.585194740444422 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E974_up", "crsloc_id": "pipe_9_E974_0.00", "crsloc_branchid": "pipe_9_E974", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E974", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E974_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1391034.359877102775499, 5854532.12138735409826 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E975_up", "crsloc_id": "pipe_9_E975_0.00", "crsloc_branchid": "pipe_9_E975", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E975", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E975_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390989.634528238559142, 5854509.87664872314781 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E976_up", "crsloc_id": "pipe_9_E976_0.00", "crsloc_branchid": "pipe_9_E976", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E976", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E976_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390945.071014412911609, 5854487.20363488048315 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E977_up", "crsloc_id": "pipe_9_E977_0.00", "crsloc_branchid": "pipe_9_E977", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E977", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E977_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390901.697761435760185, 5854462.393036060966551 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E978_up", "crsloc_id": "pipe_9_E978_0.00", "crsloc_branchid": "pipe_9_E978", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E978", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E978_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390859.490862333914265, 5854435.632610735483468 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E979_up", "crsloc_id": "pipe_9_E979_0.00", "crsloc_branchid": "pipe_9_E979", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E979", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E979_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390822.363200478022918, 5854402.650965533219278 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E980_up", "crsloc_id": "pipe_9_E980_0.00", "crsloc_branchid": "pipe_9_E980", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E980", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E980_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390794.517730910796672, 5854361.373340462334454 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E981_up", "crsloc_id": "pipe_9_E981_0.00", "crsloc_branchid": "pipe_9_E981", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E981", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E981_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390752.757621133932844, 5854350.515991058200598 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E982_up", "crsloc_id": "pipe_9_E982_0.00", "crsloc_branchid": "pipe_9_E982", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E982", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E982_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390773.418687251396477, 5854390.614122970961034 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E983_up", "crsloc_id": "pipe_9_E983_0.00", "crsloc_branchid": "pipe_9_E983", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E983", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E983_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390803.876572717214003, 5854430.219822627492249 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E984_up", "crsloc_id": "pipe_9_E984_0.00", "crsloc_branchid": "pipe_9_E984", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E984", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E984_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390829.792809600709006, 5854472.861352755688131 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E985_up", "crsloc_id": "pipe_9_E985_0.00", "crsloc_branchid": "pipe_9_E985", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E985", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E985_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390840.804824143880978, 5854520.985180084593594 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E986_up", "crsloc_id": "pipe_9_E986_0.00", "crsloc_branchid": "pipe_9_E986", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E986", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E986_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390806.955070770578459, 5854555.332527009770274 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E987_up", "crsloc_id": "pipe_9_E987_0.00", "crsloc_branchid": "pipe_9_E987", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E987", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E987_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390768.710703042568639, 5854587.03412811178714 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E988_up", "crsloc_id": "pipe_9_E988_0.00", "crsloc_branchid": "pipe_9_E988", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E988", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E988_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390727.648428230080754, 5854605.405022084712982 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E989_up", "crsloc_id": "pipe_9_E989_0.00", "crsloc_branchid": "pipe_9_E989", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E989", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E989_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390738.217331510968506, 5854570.207673082128167 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E990_up", "crsloc_id": "pipe_9_E990_0.00", "crsloc_branchid": "pipe_9_E990", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E990", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E990_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390769.756390688242391, 5854536.839095240458846 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E991_up", "crsloc_id": "pipe_9_E991_0.00", "crsloc_branchid": "pipe_9_E991", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E991", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E991_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390742.617340298369527, 5854501.043599711731076 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E992_up", "crsloc_id": "pipe_9_E992_0.00", "crsloc_branchid": "pipe_9_E992", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E992", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E992_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390698.267856214428321, 5854477.987162610515952 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E993_up", "crsloc_id": "pipe_9_E993_0.00", "crsloc_branchid": "pipe_9_E993", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E993", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E993_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390659.045459883986041, 5854447.088924283161759 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E994_up", "crsloc_id": "pipe_9_E994_0.00", "crsloc_branchid": "pipe_9_E994", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E994", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E994_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390625.552943467628211, 5854410.088393394835293 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E995_up", "crsloc_id": "pipe_9_E995_0.00", "crsloc_branchid": "pipe_9_E995", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E995", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E995_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390589.600407437421381, 5854409.582950046285987 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E996_up", "crsloc_id": "pipe_9_E996_0.00", "crsloc_branchid": "pipe_9_E996", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E996", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E996_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390602.713966056471691, 5854457.412329882383347 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E997_up", "crsloc_id": "pipe_9_E997_0.00", "crsloc_branchid": "pipe_9_E997", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E997", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E997_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390595.921491433866322, 5854505.872622577473521 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E998_up", "crsloc_id": "pipe_9_E998_0.00", "crsloc_branchid": "pipe_9_E998", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E998", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E998_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390570.44312756950967, 5854548.678854450583458 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E999_up", "crsloc_id": "pipe_9_E999_0.00", "crsloc_branchid": "pipe_9_E999", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E999", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E999_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390543.056656106142327, 5854590.511300016194582 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1000_up", "crsloc_id": "pipe_9_E1000_0.00", "crsloc_branchid": "pipe_9_E1000", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1000", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1000_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390515.015498246299103, 5854631.763415537774563 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1001_up", "crsloc_id": "pipe_9_E1001_0.00", "crsloc_branchid": "pipe_9_E1001", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1001", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1001_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390474.123672692570835, 5854660.297698637470603 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1002_up", "crsloc_id": "pipe_9_E1002_0.00", "crsloc_branchid": "pipe_9_E1002", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1002", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1002_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390431.612203549593687, 5854686.592487070709467 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1003_up", "crsloc_id": "pipe_9_E1003_0.00", "crsloc_branchid": "pipe_9_E1003", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1003", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1003_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390393.452535421354696, 5854718.581622540019453 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1004_up", "crsloc_id": "pipe_9_E1004_0.00", "crsloc_branchid": "pipe_9_E1004", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1004", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1004_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390367.542568972334266, 5854761.184357885271311 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1005_up", "crsloc_id": "pipe_9_E1005_0.00", "crsloc_branchid": "pipe_9_E1005", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1005", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1005_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390335.298282078001648, 5854798.167892917059362 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1006_up", "crsloc_id": "pipe_9_E1006_0.00", "crsloc_branchid": "pipe_9_E1006", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1006", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1006_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390287.950058992486447, 5854812.008565446361899 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1007_up", "crsloc_id": "pipe_9_E1007_0.00", "crsloc_branchid": "pipe_9_E1007", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1007", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1007_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390238.458150852238759, 5854817.911680148914456 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1008_up", "crsloc_id": "pipe_9_E1008_0.00", "crsloc_branchid": "pipe_9_E1008", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1008", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1008_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390191.062322469428182, 5854833.713980232365429 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1009_up", "crsloc_id": "pipe_9_E1009_0.00", "crsloc_branchid": "pipe_9_E1009", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1009", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1009_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390143.877431784989312, 5854850.253581566736102 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1010_up", "crsloc_id": "pipe_9_E1010_0.00", "crsloc_branchid": "pipe_9_E1010", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1010", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1010_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390095.581852754345164, 5854862.709081319160759 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1011_up", "crsloc_id": "pipe_9_E1011_0.00", "crsloc_branchid": "pipe_9_E1011", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1011", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1011_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390047.517834821017459, 5854876.231087474152446 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1012_up", "crsloc_id": "pipe_9_E1012_0.00", "crsloc_branchid": "pipe_9_E1012", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1012", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1012_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1390002.813235945766792, 5854898.312404797412455 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1013_up", "crsloc_id": "pipe_9_E1013_0.00", "crsloc_branchid": "pipe_9_E1013", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1013", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1013_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389957.240444654598832, 5854918.770327269099653 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1014_up", "crsloc_id": "pipe_9_E1014_0.00", "crsloc_branchid": "pipe_9_E1014", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1014", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1014_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389907.862496146233752, 5854926.546503278426826 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1015_up", "crsloc_id": "pipe_9_E1015_0.00", "crsloc_branchid": "pipe_9_E1015", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1015", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1015_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389858.454627148341388, 5854934.216888033784926 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1016_up", "crsloc_id": "pipe_9_E1016_0.00", "crsloc_branchid": "pipe_9_E1016", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1016", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1016_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389809.046758150681853, 5854941.887272790074348 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1017_up", "crsloc_id": "pipe_9_E1017_0.00", "crsloc_branchid": "pipe_9_E1017", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1017", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1017_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389759.638889152789488, 5854949.557657545432448 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1018_up", "crsloc_id": "pipe_9_E1018_0.00", "crsloc_branchid": "pipe_9_E1018", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1018", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1018_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389709.944212611299008, 5854954.171913290396333 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1019_up", "crsloc_id": "pipe_9_E1019_0.00", "crsloc_branchid": "pipe_9_E1019", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1019", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1019_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389659.971924164798111, 5854955.828025793656707 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1020_up", "crsloc_id": "pipe_9_E1020_0.00", "crsloc_branchid": "pipe_9_E1020", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1020", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1020_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389609.999635718297213, 5854957.484138297848403 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1021_up", "crsloc_id": "pipe_9_E1021_0.00", "crsloc_branchid": "pipe_9_E1021", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1021", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1021_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389560.020212409785017, 5854958.556860111653805 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1022_up", "crsloc_id": "pipe_9_E1022_0.00", "crsloc_branchid": "pipe_9_E1022", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1022", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1022_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389510.215887822909281, 5854956.262844508513808 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1023_up", "crsloc_id": "pipe_9_E1023_0.00", "crsloc_branchid": "pipe_9_E1023", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1023", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1023_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389461.199074118630961, 5854946.397536835633218 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1024_up", "crsloc_id": "pipe_9_E1024_0.00", "crsloc_branchid": "pipe_9_E1024", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1024", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1024_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389411.846068927552551, 5854939.31862622871995 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1025_up", "crsloc_id": "pipe_9_E1025_0.00", "crsloc_branchid": "pipe_9_E1025", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1025", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1025_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389363.668794465018436, 5854950.530764970928431 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1026_up", "crsloc_id": "pipe_9_E1026_0.00", "crsloc_branchid": "pipe_9_E1026", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1026", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1026_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389316.806479058926925, 5854967.963369091972709 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1027_up", "crsloc_id": "pipe_9_E1027_0.00", "crsloc_branchid": "pipe_9_E1027", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1027", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1027_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389269.94150876486674, 5854985.388835529796779 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1028_up", "crsloc_id": "pipe_9_E1028_0.00", "crsloc_branchid": "pipe_9_E1028", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1028", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1028_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389222.242154399864376, 5855000.003873158246279 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1029_up", "crsloc_id": "pipe_9_E1029_0.00", "crsloc_branchid": "pipe_9_E1029", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1029", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1029_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389172.474719209829345, 5854998.599748316220939 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1030_up", "crsloc_id": "pipe_9_E1030_0.00", "crsloc_branchid": "pipe_9_E1030", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1030", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1030_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389122.522158603882417, 5854997.979928877204657 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1031_up", "crsloc_id": "pipe_9_E1031_0.00", "crsloc_branchid": "pipe_9_E1031", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1031", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1031_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389075.17245914414525, 5855011.771173330955207 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1032_up", "crsloc_id": "pipe_9_E1032_0.00", "crsloc_branchid": "pipe_9_E1032", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1032", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1032_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1389037.351533574750647, 5855043.70593273639679 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1033_up", "crsloc_id": "pipe_9_E1033_0.00", "crsloc_branchid": "pipe_9_E1033", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1033", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1033_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1388987.549699229886755, 5855043.070369333028793 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1034_up", "crsloc_id": "pipe_9_E1034_0.00", "crsloc_branchid": "pipe_9_E1034", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1034", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1034_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1388952.226835903478786, 5855072.405109954997897 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1035_up", "crsloc_id": "pipe_9_E1035_0.00", "crsloc_branchid": "pipe_9_E1035", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1035", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1035_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1388932.354647896019742, 5855118.261345479637384 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1036_up", "crsloc_id": "pipe_9_E1036_0.00", "crsloc_branchid": "pipe_9_E1036", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1036", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1036_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1388905.897634437307715, 5855160.415872283279896 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1037_up", "crsloc_id": "pipe_9_E1037_0.00", "crsloc_branchid": "pipe_9_E1037", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1037", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1037_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1388871.031826107297093, 5855194.997977488674223 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1038_up", "crsloc_id": "pipe_9_E1038_0.00", "crsloc_branchid": "pipe_9_E1038", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1038", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1038_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1388824.506643331842497, 5855211.32076724153012 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1039_up", "crsloc_id": "pipe_9_E1039_0.00", "crsloc_branchid": "pipe_9_E1039", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1039", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1039_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1388776.369281501276419, 5855224.693582694977522 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1040_up", "crsloc_id": "pipe_9_E1040_0.00", "crsloc_branchid": "pipe_9_E1040", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1040", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1040_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1388734.099809446139261, 5855248.874300631694496 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1041_up", "crsloc_id": "pipe_9_E1041_0.00", "crsloc_branchid": "pipe_9_E1041", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1041", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1041_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1388699.096631670137867, 5855284.262829300947487 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1042_up", "crsloc_id": "pipe_9_E1042_0.00", "crsloc_branchid": "pipe_9_E1042", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1042", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1042_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1388660.14700926351361, 5855315.614053130149841 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1043_up", "crsloc_id": "pipe_9_E1043_0.00", "crsloc_branchid": "pipe_9_E1043", "crsloc_chainage": 0.0, "crsloc_shift": 982.20001220703125, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1043", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1043_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1388618.515727732330561, 5855342.829998861066997 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1044_up", "crsloc_id": "pipe_9_E1044_0.00", "crsloc_branchid": "pipe_9_E1044", "crsloc_chainage": 0.0, "crsloc_shift": 972.60003662109375, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1044", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1044_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1388570.996795159298927, 5855356.930158268660307 ] } }, { "type": "Feature", "properties": { "index": "pipe_9_E1045_up", "crsloc_id": "pipe_9_E1045_0.00", "crsloc_branchid": "pipe_9_E1045", "crsloc_chainage": 0.0, "crsloc_shift": 965.79998779296875, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1045", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1045_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1388521.257592596346512, 5855362.027613477781415 ] } }, { "type": "Feature", "properties": { "index": "pipe_9_E1046_up", "crsloc_id": "pipe_9_E1046_0.00", "crsloc_branchid": "pipe_9_E1046", "crsloc_chainage": 0.0, "crsloc_shift": 965.79998779296875, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1046", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1046_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1388472.030306826578453, 5855370.543775821104646 ] } }, { "type": "Feature", "properties": { "index": "pipe_9_E1047_up", "crsloc_id": "pipe_9_E1047_0.00", "crsloc_branchid": "pipe_9_E1047", "crsloc_chainage": 0.0, "crsloc_shift": 965.79998779296875, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1047", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1047_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1388439.000347282737494, 5855407.802592809312046 ] } }, @@ -1835,202 +364,7 @@ { "type": "Feature", "properties": { "index": "pipe_9_E1237_up", "crsloc_id": "pipe_9_E1237_0.00", "crsloc_branchid": "pipe_9_E1237", "crsloc_chainage": 0.0, "crsloc_shift": 777.29998779296875, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1237", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1237_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1386075.652030121767893, 5859704.419184413738549 ] } }, { "type": "Feature", "properties": { "index": "pipe_9_E1238_up", "crsloc_id": "pipe_9_E1238_0.00", "crsloc_branchid": "pipe_9_E1238", "crsloc_chainage": 0.0, "crsloc_shift": 777.29998779296875, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1238", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1238_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1386076.574770522769541, 5859754.410392354242504 ] } }, { "type": "Feature", "properties": { "index": "pipe_9_E1239_up", "crsloc_id": "pipe_9_E1239_0.00", "crsloc_branchid": "pipe_9_E1239", "crsloc_chainage": 0.0, "crsloc_shift": 778.29998779296875, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1239", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1239_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1386077.497510923538357, 5859804.401600294746459 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E0_up", "crsloc_id": "pipe_10_E0_0.00", "crsloc_branchid": "pipe_10_E0", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E0", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E0_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1377952.944564737612382, 5850557.126528763212264 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E1_up", "crsloc_id": "pipe_10_E1_0.00", "crsloc_branchid": "pipe_10_E1", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E1", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E1_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1377964.043830474372953, 5850605.678959681652486 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E2_up", "crsloc_id": "pipe_10_E2_0.00", "crsloc_branchid": "pipe_10_E2", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E2", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E2_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1377977.740502079250291, 5850653.599230658262968 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E3_up", "crsloc_id": "pipe_10_E3_0.00", "crsloc_branchid": "pipe_10_E3", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E3", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E3_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1377991.437173684127629, 5850701.51950163487345 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E4_up", "crsloc_id": "pipe_10_E4_0.00", "crsloc_branchid": "pipe_10_E4", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E4", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E4_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378005.133845289004967, 5850749.439772610552609 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E5_up", "crsloc_id": "pipe_10_E5_0.00", "crsloc_branchid": "pipe_10_E5", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E5", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E5_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378016.561755846487358, 5850797.770352989435196 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E6_up", "crsloc_id": "pipe_10_E6_0.00", "crsloc_branchid": "pipe_10_E6", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E6", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E6_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378019.263792601646855, 5850847.442325137555599 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E7_up", "crsloc_id": "pipe_10_E7_0.00", "crsloc_branchid": "pipe_10_E7", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E7", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E7_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378014.507027470739558, 5850897.054061340168118 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E8_up", "crsloc_id": "pipe_10_E8_0.00", "crsloc_branchid": "pipe_10_E8", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E8", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E8_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378009.750262339599431, 5850946.665797541849315 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E9_up", "crsloc_id": "pipe_10_E9_0.00", "crsloc_branchid": "pipe_10_E9", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E9", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E9_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378004.993497208459303, 5850996.277533744461834 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E10_up", "crsloc_id": "pipe_10_E10_0.00", "crsloc_branchid": "pipe_10_E10", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E10", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E10_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378006.147392612416297, 5851045.887729778885841 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E11_up", "crsloc_id": "pipe_10_E11_0.00", "crsloc_branchid": "pipe_10_E11", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E11", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E11_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378018.94477281998843, 5851093.794127890840173 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E12_up", "crsloc_id": "pipe_10_E12_0.00", "crsloc_branchid": "pipe_10_E12", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E12", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E12_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378034.742186552844942, 5851141.063493264839053 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E13_up", "crsloc_id": "pipe_10_E13_0.00", "crsloc_branchid": "pipe_10_E13", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E13", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E13_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378050.539600285934284, 5851188.332858638837934 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E14_up", "crsloc_id": "pipe_10_E14_0.00", "crsloc_branchid": "pipe_10_E14", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E14", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E14_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378066.337014018790796, 5851235.602224012836814 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E15_up", "crsloc_id": "pipe_10_E15_0.00", "crsloc_branchid": "pipe_10_E15", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E15", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E15_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378082.134427751880139, 5851282.871589386835694 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E16_up", "crsloc_id": "pipe_10_E16_0.00", "crsloc_branchid": "pipe_10_E16", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E16", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E16_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378102.440997955854982, 5851328.029494291171432 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E17_up", "crsloc_id": "pipe_10_E17_0.00", "crsloc_branchid": "pipe_10_E17", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E17", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E17_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378131.532907850109041, 5851368.423204844817519 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E18_up", "crsloc_id": "pipe_10_E18_0.00", "crsloc_branchid": "pipe_10_E18", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E18", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E18_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378163.551308706635609, 5851406.55352362524718 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E19_up", "crsloc_id": "pipe_10_E19_0.00", "crsloc_branchid": "pipe_10_E19", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E19", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E19_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378197.397602178622037, 5851443.137394411489367 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E20_up", "crsloc_id": "pipe_10_E20_0.00", "crsloc_branchid": "pipe_10_E20", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E20", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E20_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378231.243895650608465, 5851479.721265197731555 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E21_up", "crsloc_id": "pipe_10_E21_0.00", "crsloc_branchid": "pipe_10_E21", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E21", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E21_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378272.575153382262215, 5851506.664149354211986 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E22_up", "crsloc_id": "pipe_10_E22_0.00", "crsloc_branchid": "pipe_10_E22", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E22", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E22_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378314.552144457120448, 5851533.53185754828155 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E23_up", "crsloc_id": "pipe_10_E23_0.00", "crsloc_branchid": "pipe_10_E23", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E23", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E23_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378356.252464510733262, 5851560.772229176945984 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E24_up", "crsloc_id": "pipe_10_E24_0.00", "crsloc_branchid": "pipe_10_E24", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E24", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E24_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378395.019378199940547, 5851592.094387252815068 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E25_up", "crsloc_id": "pipe_10_E25_0.00", "crsloc_branchid": "pipe_10_E25", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E25", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E25_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378432.373639041557908, 5851625.02035546861589 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E26_up", "crsloc_id": "pipe_10_E26_0.00", "crsloc_branchid": "pipe_10_E26", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E26", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E26_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378468.338944068411365, 5851659.523225173354149 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E27_up", "crsloc_id": "pipe_10_E27_0.00", "crsloc_branchid": "pipe_10_E27", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E27", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E27_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378504.304185661952943, 5851694.026160999201238 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E28_up", "crsloc_id": "pipe_10_E28_0.00", "crsloc_branchid": "pipe_10_E28", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E28", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E28_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378540.26942725549452, 5851728.529096825048327 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E29_up", "crsloc_id": "pipe_10_E29_0.00", "crsloc_branchid": "pipe_10_E29", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E29", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E29_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378573.92365134996362, 5851765.108295018784702 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E30_up", "crsloc_id": "pipe_10_E30_0.00", "crsloc_branchid": "pipe_10_E30", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E30", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E30_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378602.262062362860888, 5851806.079546609893441 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E31_up", "crsloc_id": "pipe_10_E31_0.00", "crsloc_branchid": "pipe_10_E31", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E31", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E31_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378625.31574107054621, 5851850.237307264469564 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E32_up", "crsloc_id": "pipe_10_E32_0.00", "crsloc_branchid": "pipe_10_E32", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E32", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E32_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378644.704159873072058, 5851896.150708355940878 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E33_up", "crsloc_id": "pipe_10_E33_0.00", "crsloc_branchid": "pipe_10_E33", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E33", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E33_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378660.073576119961217, 5851943.498803240247071 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E34_up", "crsloc_id": "pipe_10_E34_0.00", "crsloc_branchid": "pipe_10_E34", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E34", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E34_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378671.304306285688654, 5851992.053614158183336 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E35_up", "crsloc_id": "pipe_10_E35_0.00", "crsloc_branchid": "pipe_10_E35", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E35", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E35_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378687.684864958748221, 5852038.796496567316353 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E36_up", "crsloc_id": "pipe_10_E36_0.00", "crsloc_branchid": "pipe_10_E36", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E36", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E36_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378719.825081237126142, 5852075.674008725211024 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E37_up", "crsloc_id": "pipe_10_E37_0.00", "crsloc_branchid": "pipe_10_E37", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E37", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E37_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378760.263340512290597, 5852104.704576894640923 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E38_up", "crsloc_id": "pipe_10_E38_0.00", "crsloc_branchid": "pipe_10_E38", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E38", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E38_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378800.847746820189059, 5852133.562643250450492 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E39_up", "crsloc_id": "pipe_10_E39_0.00", "crsloc_branchid": "pipe_10_E39", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E39", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E39_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378835.579300079029053, 5852168.352977212518454 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E40_up", "crsloc_id": "pipe_10_E40_0.00", "crsloc_branchid": "pipe_10_E40", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E40", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E40_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378849.89005116885528, 5852215.595464787445962 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E41_up", "crsloc_id": "pipe_10_E41_0.00", "crsloc_branchid": "pipe_10_E41", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E41", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E41_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378853.757521151099354, 5852265.247667628340423 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E42_up", "crsloc_id": "pipe_10_E42_0.00", "crsloc_branchid": "pipe_10_E42", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E42", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E42_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378853.300221656216308, 5852315.065205958671868 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E43_up", "crsloc_id": "pipe_10_E43_0.00", "crsloc_branchid": "pipe_10_E43", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E43", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E43_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378850.082632156088948, 5852364.763009908609092 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E44_up", "crsloc_id": "pipe_10_E44_0.00", "crsloc_branchid": "pipe_10_E44", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E44", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E44_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378840.191055496688932, 5852413.573033029213548 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E45_up", "crsloc_id": "pipe_10_E45_0.00", "crsloc_branchid": "pipe_10_E45", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E45", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E45_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378830.554298542905599, 5852462.382283815182745 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E46_up", "crsloc_id": "pipe_10_E46_0.00", "crsloc_branchid": "pipe_10_E46", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E46", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E46_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378841.629253160208464, 5852510.233572633005679 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E47_up", "crsloc_id": "pipe_10_E47_0.00", "crsloc_branchid": "pipe_10_E47", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E47", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E47_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378872.321019289083779, 5852548.631788042373955 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E48_up", "crsloc_id": "pipe_10_E48_0.00", "crsloc_branchid": "pipe_10_E48", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E48", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E48_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378918.147774381795898, 5852564.875441969372332 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E49_up", "crsloc_id": "pipe_10_E49_0.00", "crsloc_branchid": "pipe_10_E49", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E49", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E49_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378963.562774156918749, 5852546.307623682543635 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E50_up", "crsloc_id": "pipe_10_E50_0.00", "crsloc_branchid": "pipe_10_E50", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E50", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E50_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1378994.71530888741836, 5852508.380677872337401 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E51_up", "crsloc_id": "pipe_10_E51_0.00", "crsloc_branchid": "pipe_10_E51", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E51", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E51_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379023.220259942347184, 5852467.718391605652869 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E52_up", "crsloc_id": "pipe_10_E52_0.00", "crsloc_branchid": "pipe_10_E52", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E52", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E52_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379065.818878581281751, 5852442.368790589272976 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E53_up", "crsloc_id": "pipe_10_E53_0.00", "crsloc_branchid": "pipe_10_E53", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E53", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E53_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379113.845729396445677, 5852430.139127274043858 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E54_up", "crsloc_id": "pipe_10_E54_0.00", "crsloc_branchid": "pipe_10_E54", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E54", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E54_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379162.858522134367377, 5852421.106879869475961 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E55_up", "crsloc_id": "pipe_10_E55_0.00", "crsloc_branchid": "pipe_10_E55", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E55", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E55_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379211.69163922755979, 5852411.14305236749351 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E56_up", "crsloc_id": "pipe_10_E56_0.00", "crsloc_branchid": "pipe_10_E56", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E56", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E56_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379260.669020747998729, 5852402.403280553407967 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E57_up", "crsloc_id": "pipe_10_E57_0.00", "crsloc_branchid": "pipe_10_E57", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E57", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E57_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379309.984068880323321, 5852407.964699456468225 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E58_up", "crsloc_id": "pipe_10_E58_0.00", "crsloc_branchid": "pipe_10_E58", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E58", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E58_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379358.330232231877744, 5852420.07253463473171 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E59_up", "crsloc_id": "pipe_10_E59_0.00", "crsloc_branchid": "pipe_10_E59", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E59", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E59_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379406.362182840937749, 5852433.329870991408825 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E60_up", "crsloc_id": "pipe_10_E60_0.00", "crsloc_branchid": "pipe_10_E60", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E60", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E60_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379454.145004467805848, 5852447.49860914517194 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E61_up", "crsloc_id": "pipe_10_E61_0.00", "crsloc_branchid": "pipe_10_E61", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E61", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E61_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379501.927826094906777, 5852461.667347298935056 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E62_up", "crsloc_id": "pipe_10_E62_0.00", "crsloc_branchid": "pipe_10_E62", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E62", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E62_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379549.710647721774876, 5852475.836085452698171 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E63_up", "crsloc_id": "pipe_10_E63_0.00", "crsloc_branchid": "pipe_10_E63", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E63", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E63_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379597.493469348875806, 5852490.004823606461287 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E64_up", "crsloc_id": "pipe_10_E64_0.00", "crsloc_branchid": "pipe_10_E64", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E64", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E64_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379645.276290975976735, 5852504.173561760224402 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E65_up", "crsloc_id": "pipe_10_E65_0.00", "crsloc_branchid": "pipe_10_E65", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E65", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E65_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379693.235354875680059, 5852517.70344483666122 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E66_up", "crsloc_id": "pipe_10_E66_0.00", "crsloc_branchid": "pipe_10_E66", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E66", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E66_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379741.521889445837587, 5852530.046934129670262 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E67_up", "crsloc_id": "pipe_10_E67_0.00", "crsloc_branchid": "pipe_10_E67", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E67", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E67_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379789.219813820207492, 5852544.491724670864642 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E68_up", "crsloc_id": "pipe_10_E68_0.00", "crsloc_branchid": "pipe_10_E68", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E68", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E68_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379832.222819915506989, 5852568.71863907109946 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E69_up", "crsloc_id": "pipe_10_E69_0.00", "crsloc_branchid": "pipe_10_E69", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E69", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E69_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379867.821954125305638, 5852602.126595147885382 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E70_up", "crsloc_id": "pipe_10_E70_0.00", "crsloc_branchid": "pipe_10_E70", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E70", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E70_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379892.520935711916536, 5852645.360784619115293 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E71_up", "crsloc_id": "pipe_10_E71_0.00", "crsloc_branchid": "pipe_10_E71", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E71", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E71_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379914.218723637983203, 5852690.229004804976285 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E72_up", "crsloc_id": "pipe_10_E72_0.00", "crsloc_branchid": "pipe_10_E72", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E72", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E72_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379935.91651156404987, 5852735.097224990837276 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E73_up", "crsloc_id": "pipe_10_E73_0.00", "crsloc_branchid": "pipe_10_E73", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E73", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E73_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379957.614299490116537, 5852779.965445175766945 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E74_up", "crsloc_id": "pipe_10_E74_0.00", "crsloc_branchid": "pipe_10_E74", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E74", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E74_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1379975.831717354245484, 5852826.346569029614329 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E75_up", "crsloc_id": "pipe_10_E75_0.00", "crsloc_branchid": "pipe_10_E75", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E75", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E75_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380005.293365556048229, 5852865.804161362349987 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E76_up", "crsloc_id": "pipe_10_E76_0.00", "crsloc_branchid": "pipe_10_E76", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E76", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E76_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380044.241542047122493, 5852896.825273714028299 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E77_up", "crsloc_id": "pipe_10_E77_0.00", "crsloc_branchid": "pipe_10_E77", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E77", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E77_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380085.427288028411567, 5852924.599595476873219 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E78_up", "crsloc_id": "pipe_10_E78_0.00", "crsloc_branchid": "pipe_10_E78", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E78", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E78_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380108.752208612859249, 5852968.554973240941763 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E79_up", "crsloc_id": "pipe_10_E79_0.00", "crsloc_branchid": "pipe_10_E79", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E79", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E79_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380128.741546919802204, 5853013.873362219892442 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E80_up", "crsloc_id": "pipe_10_E80_0.00", "crsloc_branchid": "pipe_10_E80", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E80", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E80_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380133.128153018886223, 5853062.523951176553965 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E81_up", "crsloc_id": "pipe_10_E81_0.00", "crsloc_branchid": "pipe_10_E81", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E81", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E81_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380112.447078562807292, 5853107.741778953000903 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E82_up", "crsloc_id": "pipe_10_E82_0.00", "crsloc_branchid": "pipe_10_E82", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E82", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E82_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380115.368989558890462, 5853155.942174950614572 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E83_up", "crsloc_id": "pipe_10_E83_0.00", "crsloc_branchid": "pipe_10_E83", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E83", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E83_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380152.590523180318996, 5853188.530831377953291 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E84_up", "crsloc_id": "pipe_10_E84_0.00", "crsloc_branchid": "pipe_10_E84", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E84", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E84_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380195.891570422798395, 5853213.192394638434052 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E85_up", "crsloc_id": "pipe_10_E85_0.00", "crsloc_branchid": "pipe_10_E85", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E85", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E85_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380243.613572887843475, 5853221.407530505210161 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E86_up", "crsloc_id": "pipe_10_E86_0.00", "crsloc_branchid": "pipe_10_E86", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E86", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E86_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380293.331348949111998, 5853217.929898114874959 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E87_up", "crsloc_id": "pipe_10_E87_0.00", "crsloc_branchid": "pipe_10_E87", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E87", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E87_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380342.81551143550314, 5853220.016691347584128 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E88_up", "crsloc_id": "pipe_10_E88_0.00", "crsloc_branchid": "pipe_10_E88", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E88", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E88_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380391.144631091272458, 5853232.192379286512733 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E89_up", "crsloc_id": "pipe_10_E89_0.00", "crsloc_branchid": "pipe_10_E89", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E89", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E89_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380440.773956023622304, 5853232.69171048887074 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E90_up", "crsloc_id": "pipe_10_E90_0.00", "crsloc_branchid": "pipe_10_E90", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E90", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E90_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380490.203862861031666, 5853227.499292160384357 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E91_up", "crsloc_id": "pipe_10_E91_0.00", "crsloc_branchid": "pipe_10_E91", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E91", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E91_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380539.291443617315963, 5853218.87603297457099 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E92_up", "crsloc_id": "pipe_10_E92_0.00", "crsloc_branchid": "pipe_10_E92", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E92", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E92_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380588.587735437089577, 5853219.583832117728889 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E93_up", "crsloc_id": "pipe_10_E93_0.00", "crsloc_branchid": "pipe_10_E93", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E93", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E93_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380637.607763073639944, 5853227.899971066042781 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E94_up", "crsloc_id": "pipe_10_E94_0.00", "crsloc_branchid": "pipe_10_E94", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E94", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E94_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380683.775758894858882, 5853245.695878230035305 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E95_up", "crsloc_id": "pipe_10_E95_0.00", "crsloc_branchid": "pipe_10_E95", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E95", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E95_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380721.67794436099939, 5853277.387949585914612 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E96_up", "crsloc_id": "pipe_10_E96_0.00", "crsloc_branchid": "pipe_10_E96", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E96", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E96_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380754.05598629382439, 5853315.232859129086137 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E97_up", "crsloc_id": "pipe_10_E97_0.00", "crsloc_branchid": "pipe_10_E97", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E97", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E97_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380776.607954530743882, 5853359.677880359813571 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E98_up", "crsloc_id": "pipe_10_E98_0.00", "crsloc_branchid": "pipe_10_E98", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E98", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E98_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380799.159922767896205, 5853404.122901589609683 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E99_up", "crsloc_id": "pipe_10_E99_0.00", "crsloc_branchid": "pipe_10_E99", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E99", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E99_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380821.77137135178782, 5853448.533642511814833 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E100_up", "crsloc_id": "pipe_10_E100_0.00", "crsloc_branchid": "pipe_10_E100", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E100", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E100_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380848.921945081558079, 5853490.328349469229579 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E101_up", "crsloc_id": "pipe_10_E101_0.00", "crsloc_branchid": "pipe_10_E101", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E101", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E101_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380885.680786442710087, 5853523.63127940800041 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E102_up", "crsloc_id": "pipe_10_E102_0.00", "crsloc_branchid": "pipe_10_E102", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E102", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E102_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380928.410954873776063, 5853549.28442520648241 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E103_up", "crsloc_id": "pipe_10_E103_0.00", "crsloc_branchid": "pipe_10_E103", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E103", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E103_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1380969.254860487533733, 5853577.730779066681862 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E104_up", "crsloc_id": "pipe_10_E104_0.00", "crsloc_branchid": "pipe_10_E104", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E104", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E104_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381008.227875939337537, 5853608.755771255120635 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E105_up", "crsloc_id": "pipe_10_E105_0.00", "crsloc_branchid": "pipe_10_E105", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E105", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E105_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381045.894548904383555, 5853641.391638914123178 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E106_up", "crsloc_id": "pipe_10_E106_0.00", "crsloc_branchid": "pipe_10_E106", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E106", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E106_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381082.881982716033235, 5853674.796442813239992 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E107_up", "crsloc_id": "pipe_10_E107_0.00", "crsloc_branchid": "pipe_10_E107", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E107", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E107_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381117.274644620949402, 5853710.70254622772336 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E108_up", "crsloc_id": "pipe_10_E108_0.00", "crsloc_branchid": "pipe_10_E108", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E108", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E108_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381148.415914577664807, 5853749.590756456367671 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E109_up", "crsloc_id": "pipe_10_E109_0.00", "crsloc_branchid": "pipe_10_E109", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E109", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E109_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381178.251517455093563, 5853789.513030746020377 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E110_up", "crsloc_id": "pipe_10_E110_0.00", "crsloc_branchid": "pipe_10_E110", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E110", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E110_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381208.087120332289487, 5853829.435305035673082 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E111_up", "crsloc_id": "pipe_10_E111_0.00", "crsloc_branchid": "pipe_10_E111", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E111", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E111_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381238.24148036702536, 5853869.114187993109226 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E112_up", "crsloc_id": "pipe_10_E112_0.00", "crsloc_branchid": "pipe_10_E112", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E112", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E112_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381268.895247255917639, 5853908.411742103286088 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E113_up", "crsloc_id": "pipe_10_E113_0.00", "crsloc_branchid": "pipe_10_E113", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E113", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E113_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381302.998325266875327, 5853944.541349184699357 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E114_up", "crsloc_id": "pipe_10_E114_0.00", "crsloc_branchid": "pipe_10_E114", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E114", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E114_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381340.626719281775877, 5853977.186633242294192 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E115_up", "crsloc_id": "pipe_10_E115_0.00", "crsloc_branchid": "pipe_10_E115", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E115", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E115_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381379.194799809250981, 5854008.753298379480839 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E116_up", "crsloc_id": "pipe_10_E116_0.00", "crsloc_branchid": "pipe_10_E116", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E116", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E116_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381417.762880336726084, 5854040.319963517598808 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E117_up", "crsloc_id": "pipe_10_E117_0.00", "crsloc_branchid": "pipe_10_E117", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E117", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E117_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381456.19393882364966, 5854072.051781279966235 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E118_up", "crsloc_id": "pipe_10_E118_0.00", "crsloc_branchid": "pipe_10_E118", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E118", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E118_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381494.337362022371963, 5854104.130285767838359 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E119_up", "crsloc_id": "pipe_10_E119_0.00", "crsloc_branchid": "pipe_10_E119", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E119", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E119_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381532.480785221094266, 5854136.208790255710483 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E120_up", "crsloc_id": "pipe_10_E120_0.00", "crsloc_branchid": "pipe_10_E120", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E120", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E120_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381573.306699372595176, 5854164.766659919172525 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E121_up", "crsloc_id": "pipe_10_E121_0.00", "crsloc_branchid": "pipe_10_E121", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E121", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E121_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381615.465750718954951, 5854190.843552878126502 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E122_up", "crsloc_id": "pipe_10_E122_0.00", "crsloc_branchid": "pipe_10_E122", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E122", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E122_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381664.885219750460237, 5854196.345880092121661 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E123_up", "crsloc_id": "pipe_10_E123_0.00", "crsloc_branchid": "pipe_10_E123", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E123", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E123_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381714.31777358520776, 5854201.574987590312958 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E124_up", "crsloc_id": "pipe_10_E124_0.00", "crsloc_branchid": "pipe_10_E124", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E124", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E124_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381760.115590761648491, 5854221.118394804187119 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E125_up", "crsloc_id": "pipe_10_E125_0.00", "crsloc_branchid": "pipe_10_E125", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E125", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E125_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381805.318368759704754, 5854242.11029907129705 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E126_up", "crsloc_id": "pipe_10_E126_0.00", "crsloc_branchid": "pipe_10_E126", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E126", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E126_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381850.521146757761016, 5854263.10220333840698 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E127_up", "crsloc_id": "pipe_10_E127_0.00", "crsloc_branchid": "pipe_10_E127", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E127", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E127_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381893.852783947950229, 5854287.59257554076612 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E128_up", "crsloc_id": "pipe_10_E128_0.00", "crsloc_branchid": "pipe_10_E128", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E128", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E128_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381937.353083801921457, 5854311.771843558177352 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E129_up", "crsloc_id": "pipe_10_E129_0.00", "crsloc_branchid": "pipe_10_E129", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E129", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E129_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1381982.513813443947583, 5854332.854056006297469 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E130_up", "crsloc_id": "pipe_10_E130_0.00", "crsloc_branchid": "pipe_10_E130", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E130", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E130_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382024.967402362963185, 5854358.544895834289491 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E131_up", "crsloc_id": "pipe_10_E131_0.00", "crsloc_branchid": "pipe_10_E131", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E131", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E131_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382060.114375894190744, 5854393.345819008536637 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E132_up", "crsloc_id": "pipe_10_E132_0.00", "crsloc_branchid": "pipe_10_E132", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E132", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E132_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382089.728327022632584, 5854433.432787989266217 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E133_up", "crsloc_id": "pipe_10_E133_0.00", "crsloc_branchid": "pipe_10_E133", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E133", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E133_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382122.402648465707898, 5854471.042653541080654 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E134_up", "crsloc_id": "pipe_10_E134_0.00", "crsloc_branchid": "pipe_10_E134", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E134", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E134_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382155.439528673654422, 5854508.359080616384745 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E135_up", "crsloc_id": "pipe_10_E135_0.00", "crsloc_branchid": "pipe_10_E135", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E135", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E135_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382193.393293898319826, 5854540.548528022132814 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E136_up", "crsloc_id": "pipe_10_E136_0.00", "crsloc_branchid": "pipe_10_E136", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E136", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E136_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382237.046636182814837, 5854563.539408729411662 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E137_up", "crsloc_id": "pipe_10_E137_0.00", "crsloc_branchid": "pipe_10_E137", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E137", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E137_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382283.275374909862876, 5854582.163449623622 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E138_up", "crsloc_id": "pipe_10_E138_0.00", "crsloc_branchid": "pipe_10_E138", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E138", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E138_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382324.660211034817621, 5854609.853001391515136 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E139_up", "crsloc_id": "pipe_10_E139_0.00", "crsloc_branchid": "pipe_10_E139", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E139", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E139_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382366.364928541472182, 5854637.058875447139144 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E140_up", "crsloc_id": "pipe_10_E140_0.00", "crsloc_branchid": "pipe_10_E140", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E140", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E140_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382410.356622068211436, 5854660.482839333824813 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E141_up", "crsloc_id": "pipe_10_E141_0.00", "crsloc_branchid": "pipe_10_E141", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E141", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E141_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382452.568788081407547, 5854686.820534551516175 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E142_up", "crsloc_id": "pipe_10_E142_0.00", "crsloc_branchid": "pipe_10_E142", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E142", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E142_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382487.610402625752613, 5854721.469865364022553 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E143_up", "crsloc_id": "pipe_10_E143_0.00", "crsloc_branchid": "pipe_10_E143", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E143", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E143_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382518.192551798420027, 5854760.823179525323212 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E144_up", "crsloc_id": "pipe_10_E144_0.00", "crsloc_branchid": "pipe_10_E144", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E144", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E144_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382548.933843903942034, 5854800.052071786485612 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E145_up", "crsloc_id": "pipe_10_E145_0.00", "crsloc_branchid": "pipe_10_E145", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E145", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E145_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382580.398865518392995, 5854838.696309380233288 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E146_up", "crsloc_id": "pipe_10_E146_0.00", "crsloc_branchid": "pipe_10_E146", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E146", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E146_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382612.348001681966707, 5854876.948157465085387 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E147_up", "crsloc_id": "pipe_10_E147_0.00", "crsloc_branchid": "pipe_10_E147", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E147", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E147_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382648.047503337264061, 5854911.260034188628197 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E148_up", "crsloc_id": "pipe_10_E148_0.00", "crsloc_branchid": "pipe_10_E148", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E148", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E148_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382688.805452986387536, 5854939.871392421424389 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E149_up", "crsloc_id": "pipe_10_E149_0.00", "crsloc_branchid": "pipe_10_E149", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E149", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E149_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382730.39493562025018, 5854967.289952215738595 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E150_up", "crsloc_id": "pipe_10_E150_0.00", "crsloc_branchid": "pipe_10_E150", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E150", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E150_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382770.503957324195653, 5854996.874028362333775 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E151_up", "crsloc_id": "pipe_10_E151_0.00", "crsloc_branchid": "pipe_10_E151", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E151", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E151_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382807.222716302843764, 5855030.511386408470571 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E152_up", "crsloc_id": "pipe_10_E152_0.00", "crsloc_branchid": "pipe_10_E152", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E152", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E152_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382841.118114476790652, 5855066.765865662135184 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E153_up", "crsloc_id": "pipe_10_E153_0.00", "crsloc_branchid": "pipe_10_E153", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E153", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E153_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382868.159781267633662, 5855108.571573941968381 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E154_up", "crsloc_id": "pipe_10_E154_0.00", "crsloc_branchid": "pipe_10_E154", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E154", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E154_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382893.190355742815882, 5855151.669387400150299 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E155_up", "crsloc_id": "pipe_10_E155_0.00", "crsloc_branchid": "pipe_10_E155", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E155", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E155_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382922.434858839493245, 5855191.66589985974133 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E156_up", "crsloc_id": "pipe_10_E156_0.00", "crsloc_branchid": "pipe_10_E156", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E156", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E156_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382957.11378154810518, 5855227.355966400355101 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E157_up", "crsloc_id": "pipe_10_E157_0.00", "crsloc_branchid": "pipe_10_E157", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E157", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E157_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1382995.477073384216055, 5855259.171198962256312 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E158_up", "crsloc_id": "pipe_10_E158_0.00", "crsloc_branchid": "pipe_10_E158", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E158", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E158_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383033.840365220559761, 5855290.986431525088847 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E159_up", "crsloc_id": "pipe_10_E159_0.00", "crsloc_branchid": "pipe_10_E159", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E159", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E159_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383072.203657056903467, 5855322.801664086990058 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E160_up", "crsloc_id": "pipe_10_E160_0.00", "crsloc_branchid": "pipe_10_E160", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E160", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E160_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383111.318843833170831, 5855353.676449809223413 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E161_up", "crsloc_id": "pipe_10_E161_0.00", "crsloc_branchid": "pipe_10_E161", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E161", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E161_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383150.797562442487106, 5855384.096541203558445 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E162_up", "crsloc_id": "pipe_10_E162_0.00", "crsloc_branchid": "pipe_10_E162", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E162", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E162_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383188.758420287165791, 5855416.205501398071647 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E163_up", "crsloc_id": "pipe_10_E163_0.00", "crsloc_branchid": "pipe_10_E163", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E163", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E163_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383223.204672213643789, 5855452.225036538206041 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E164_up", "crsloc_id": "pipe_10_E164_0.00", "crsloc_branchid": "pipe_10_E164", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E164", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E164_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383257.650924140354618, 5855488.244571678340435 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E165_up", "crsloc_id": "pipe_10_E165_0.00", "crsloc_branchid": "pipe_10_E165", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E165", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E165_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383293.053936049342155, 5855523.22690556012094 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E166_up", "crsloc_id": "pipe_10_E166_0.00", "crsloc_branchid": "pipe_10_E166", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E166", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E166_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383331.731193384854123, 5855554.659706080332398 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E167_up", "crsloc_id": "pipe_10_E167_0.00", "crsloc_branchid": "pipe_10_E167", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E167", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E167_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383370.40845072013326, 5855586.092506600543857 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E168_up", "crsloc_id": "pipe_10_E168_0.00", "crsloc_branchid": "pipe_10_E168", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E168", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E168_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383409.085708055412397, 5855617.525307119823992 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E169_up", "crsloc_id": "pipe_10_E169_0.00", "crsloc_branchid": "pipe_10_E169", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E169", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E169_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383447.762965390924364, 5855648.95810764003545 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E170_up", "crsloc_id": "pipe_10_E170_0.00", "crsloc_branchid": "pipe_10_E170", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E170", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E170_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383486.440222726203501, 5855680.390908160246909 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E171_up", "crsloc_id": "pipe_10_E171_0.00", "crsloc_branchid": "pipe_10_E171", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E171", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E171_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383524.623527131741866, 5855712.419991523958743 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E172_up", "crsloc_id": "pipe_10_E172_0.00", "crsloc_branchid": "pipe_10_E172", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E172", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E172_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383562.704450064338744, 5855744.5726662511006 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E173_up", "crsloc_id": "pipe_10_E173_0.00", "crsloc_branchid": "pipe_10_E173", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E173", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E173_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383597.212258686078712, 5855780.247392114251852 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E174_up", "crsloc_id": "pipe_10_E174_0.00", "crsloc_branchid": "pipe_10_E174", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E174", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E174_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383628.813502295408398, 5855818.787145432084799 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E175_up", "crsloc_id": "pipe_10_E175_0.00", "crsloc_branchid": "pipe_10_E175", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E175", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E175_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383658.46281982306391, 5855858.840411264449358 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E176_up", "crsloc_id": "pipe_10_E176_0.00", "crsloc_branchid": "pipe_10_E176", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E176", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E176_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383687.91855206945911, 5855899.043782034888864 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E177_up", "crsloc_id": "pipe_10_E177_0.00", "crsloc_branchid": "pipe_10_E177", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E177", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E177_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383719.843952552881092, 5855937.195059901103377 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E178_up", "crsloc_id": "pipe_10_E178_0.00", "crsloc_branchid": "pipe_10_E178", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E178", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E178_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383753.973052974091843, 5855973.515242828987539 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E179_up", "crsloc_id": "pipe_10_E179_0.00", "crsloc_branchid": "pipe_10_E179", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E179", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E179_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383784.708565083099529, 5856012.105648820288479 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E180_up", "crsloc_id": "pipe_10_E180_0.00", "crsloc_branchid": "pipe_10_E180", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E180", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E180_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383805.253341133706272, 5856057.513394420966506 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E181_up", "crsloc_id": "pipe_10_E181_0.00", "crsloc_branchid": "pipe_10_E181", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E181", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E181_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383809.284695546375588, 5856106.606499013490975 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E182_up", "crsloc_id": "pipe_10_E182_0.00", "crsloc_branchid": "pipe_10_E182", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E182", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E182_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383808.308143971255049, 5856156.357713580131531 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E183_up", "crsloc_id": "pipe_10_E183_0.00", "crsloc_branchid": "pipe_10_E183", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E183", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E183_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383802.173665165435523, 5856205.787551111541688 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E184_up", "crsloc_id": "pipe_10_E184_0.00", "crsloc_branchid": "pipe_10_E184", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E184", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E184_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383790.607962663983926, 5856254.266265091486275 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E185_up", "crsloc_id": "pipe_10_E185_0.00", "crsloc_branchid": "pipe_10_E185", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E185", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E185_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383781.605232208268717, 5856303.269710380584002 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E186_up", "crsloc_id": "pipe_10_E186_0.00", "crsloc_branchid": "pipe_10_E186", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E186", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E186_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383778.118177526863292, 5856352.705245334655046 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E187_up", "crsloc_id": "pipe_10_E187_0.00", "crsloc_branchid": "pipe_10_E187", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E187", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E187_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383792.028723931871355, 5856399.61157207749784 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E188_up", "crsloc_id": "pipe_10_E188_0.00", "crsloc_branchid": "pipe_10_E188", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E188", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E188_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383823.301143363583833, 5856438.156546954065561 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E189_up", "crsloc_id": "pipe_10_E189_0.00", "crsloc_branchid": "pipe_10_E189", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E189", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E189_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383860.742514413781464, 5856470.925371662713587 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E190_up", "crsloc_id": "pipe_10_E190_0.00", "crsloc_branchid": "pipe_10_E190", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E190", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E190_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383899.226264014607295, 5856502.593543898314238 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E191_up", "crsloc_id": "pipe_10_E191_0.00", "crsloc_branchid": "pipe_10_E191", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E191", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E191_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383937.576726963976398, 5856534.331571230664849 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E192_up", "crsloc_id": "pipe_10_E192_0.00", "crsloc_branchid": "pipe_10_E192", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E192", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E192_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383965.27416465501301, 5856575.765894307754934 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E193_up", "crsloc_id": "pipe_10_E193_0.00", "crsloc_branchid": "pipe_10_E193", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E193", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E193_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1383992.971602346049622, 5856617.200217384845018 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E194_up", "crsloc_id": "pipe_10_E194_0.00", "crsloc_branchid": "pipe_10_E194", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E194", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E194_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1384020.669040037319064, 5856658.634540461935103 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E195_up", "crsloc_id": "pipe_10_E195_0.00", "crsloc_branchid": "pipe_10_E195", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E195", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E195_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1384050.267680946970358, 5856698.702001548372209 ] } }, +{ "type": "Feature", "properties": { "index": "pipe_10_E195_up", "crsloc_id": "pipe_10_E195_0.00", "crsloc_branchid": "pipe_10_E195", "crsloc_chainage": 0.0, "crsloc_shift": 811.79998779296875, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E195", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E195_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1384050.267680946970358, 5856698.702001548372209 ] } }, { "type": "Feature", "properties": { "index": "pipe_10_E196_up", "crsloc_id": "pipe_10_E196_0.00", "crsloc_branchid": "pipe_10_E196", "crsloc_chainage": 0.0, "crsloc_shift": 800.4000244140625, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E196", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E196_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1384085.778961833100766, 5856733.441067186184227 ] } }, { "type": "Feature", "properties": { "index": "pipe_10_E197_up", "crsloc_id": "pipe_10_E197_0.00", "crsloc_branchid": "pipe_10_E197", "crsloc_chainage": 0.0, "crsloc_shift": 800.4000244140625, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E197", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E197_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1384122.993944165529683, 5856766.592179889790714 ] } }, { "type": "Feature", "properties": { "index": "pipe_10_E198_up", "crsloc_id": "pipe_10_E198_0.00", "crsloc_branchid": "pipe_10_E198", "crsloc_chainage": 0.0, "crsloc_shift": 813.79998779296875, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E198", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E198_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1384160.350959801580757, 5856799.578122235834599 ] } }, @@ -2526,40 +860,6 @@ { "type": "Feature", "properties": { "index": "pipe_42_E5_up", "crsloc_id": "pipe_42_E5_0.00", "crsloc_branchid": "pipe_42_E5", "crsloc_chainage": 0.0, "crsloc_shift": 813.60003662109375, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E5", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E5_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387721.155385869788006, 5866638.365331489592791 ] } }, { "type": "Feature", "properties": { "index": "pipe_42_E6_up", "crsloc_id": "pipe_42_E6_0.00", "crsloc_branchid": "pipe_42_E6", "crsloc_chainage": 0.0, "crsloc_shift": 813.60003662109375, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E6", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E6_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387711.868742506252602, 5866686.853722332976758 ] } }, { "type": "Feature", "properties": { "index": "pipe_42_E7_up", "crsloc_id": "pipe_42_E7_0.00", "crsloc_branchid": "pipe_42_E7", "crsloc_chainage": 0.0, "crsloc_shift": 813.60003662109375, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E7", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E7_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387702.553355348296463, 5866735.336608462966979 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E8_up", "crsloc_id": "pipe_42_E8_0.00", "crsloc_branchid": "pipe_42_E8", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E8", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E8_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387692.161796326050535, 5866783.420620376244187 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E9_up", "crsloc_id": "pipe_42_E9_0.00", "crsloc_branchid": "pipe_42_E9", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E9", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E9_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387665.606522521702573, 5866824.90734915714711 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E10_up", "crsloc_id": "pipe_42_E10_0.00", "crsloc_branchid": "pipe_42_E10", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E10", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E10_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387633.521071630297229, 5866862.355812711641192 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E11_up", "crsloc_id": "pipe_42_E11_0.00", "crsloc_branchid": "pipe_42_E11", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E11", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E11_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387599.638702124124393, 5866898.263356795534492 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E12_up", "crsloc_id": "pipe_42_E12_0.00", "crsloc_branchid": "pipe_42_E12", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E12", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E12_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387565.756332617951557, 5866934.170900879427791 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E13_up", "crsloc_id": "pipe_42_E13_0.00", "crsloc_branchid": "pipe_42_E13", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E13", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E13_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387530.833661955781281, 5866968.805834869854152 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E14_up", "crsloc_id": "pipe_42_E14_0.00", "crsloc_branchid": "pipe_42_E14", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E14", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E14_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387488.905050721950829, 5866994.870336505584419 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E15_up", "crsloc_id": "pipe_42_E15_0.00", "crsloc_branchid": "pipe_42_E15", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E15", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E15_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387446.976439488353208, 5867020.934838140383363 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E16_up", "crsloc_id": "pipe_42_E16_0.00", "crsloc_branchid": "pipe_42_E16", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E16", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E16_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387406.992973743239418, 5867049.816161799244583 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E17_up", "crsloc_id": "pipe_42_E17_0.00", "crsloc_branchid": "pipe_42_E17", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E17", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E17_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387368.671088309027255, 5867080.88432823959738 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E18_up", "crsloc_id": "pipe_42_E18_0.00", "crsloc_branchid": "pipe_42_E18", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E18", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E18_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387334.799265256617218, 5867116.679788132198155 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E19_up", "crsloc_id": "pipe_42_E19_0.00", "crsloc_branchid": "pipe_42_E19", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E19", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E19_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387307.553403656929731, 5867157.723808865994215 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E20_up", "crsloc_id": "pipe_42_E20_0.00", "crsloc_branchid": "pipe_42_E20", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E20", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E20_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387282.996445531724021, 5867200.549453125335276 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E21_up", "crsloc_id": "pipe_42_E21_0.00", "crsloc_branchid": "pipe_42_E21", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E21", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E21_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387258.59821508359164, 5867243.469064452685416 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E22_up", "crsloc_id": "pipe_42_E22_0.00", "crsloc_branchid": "pipe_42_E22", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E22", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E22_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387243.614222536562011, 5867290.359711383469403 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E23_up", "crsloc_id": "pipe_42_E23_0.00", "crsloc_branchid": "pipe_42_E23", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E23", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E23_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387231.826770829968154, 5867338.301578970625997 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E24_up", "crsloc_id": "pipe_42_E24_0.00", "crsloc_branchid": "pipe_42_E24", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E24", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E24_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387220.039319123141468, 5867386.24344655778259 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E25_up", "crsloc_id": "pipe_42_E25_0.00", "crsloc_branchid": "pipe_42_E25", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E25", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E25_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387207.1556057902053, 5867433.896184804849327 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E26_up", "crsloc_id": "pipe_42_E26_0.00", "crsloc_branchid": "pipe_42_E26", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E26", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E26_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387193.766011686064303, 5867481.415501458570361 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E27_up", "crsloc_id": "pipe_42_E27_0.00", "crsloc_branchid": "pipe_42_E27", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E27", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E27_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387175.064319850178435, 5867526.718267153017223 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E28_up", "crsloc_id": "pipe_42_E28_0.00", "crsloc_branchid": "pipe_42_E28", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E28", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E28_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387136.063388707814738, 5867556.534853091463447 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E29_up", "crsloc_id": "pipe_42_E29_0.00", "crsloc_branchid": "pipe_42_E29", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E29", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E29_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387093.861313862726092, 5867582.154212261550128 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E30_up", "crsloc_id": "pipe_42_E30_0.00", "crsloc_branchid": "pipe_42_E30", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E30", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E30_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387052.642617584671825, 5867609.220943154767156 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E31_up", "crsloc_id": "pipe_42_E31_0.00", "crsloc_branchid": "pipe_42_E31", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E31", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E31_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387015.838404431706294, 5867641.964445389807224 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E32_up", "crsloc_id": "pipe_42_E32_0.00", "crsloc_branchid": "pipe_42_E32", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E32", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E32_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1386980.829206744208932, 5867676.774253817275167 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E33_up", "crsloc_id": "pipe_42_E33_0.00", "crsloc_branchid": "pipe_42_E33", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E33", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E33_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1386945.994973083259538, 5867711.749516668729484 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E34_up", "crsloc_id": "pipe_42_E34_0.00", "crsloc_branchid": "pipe_42_E34", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E34", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E34_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1386914.592990256147459, 5867749.728507588617504 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E35_up", "crsloc_id": "pipe_42_E35_0.00", "crsloc_branchid": "pipe_42_E35", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E35", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E35_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1386887.16443330841139, 5867790.777757877483964 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E36_up", "crsloc_id": "pipe_42_E36_0.00", "crsloc_branchid": "pipe_42_E36", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E36", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E36_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1386859.735876360442489, 5867831.827008165419102 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E37_up", "crsloc_id": "pipe_42_E37_0.00", "crsloc_branchid": "pipe_42_E37", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E37", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E37_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1386832.307319412473589, 5867872.876258454285562 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E38_up", "crsloc_id": "pipe_42_E38_0.00", "crsloc_branchid": "pipe_42_E38", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E38", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E38_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1386804.878762464504689, 5867913.9255087422207 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E39_up", "crsloc_id": "pipe_42_E39_0.00", "crsloc_branchid": "pipe_42_E39", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E39", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E39_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1386777.450205516535789, 5867954.97475903108716 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E40_up", "crsloc_id": "pipe_42_E40_0.00", "crsloc_branchid": "pipe_42_E40", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E40", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E40_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1386750.021648568566889, 5867996.024009319022298 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E41_up", "crsloc_id": "pipe_42_E41_0.00", "crsloc_branchid": "pipe_42_E41", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E41", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E41_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1386723.537174304481596, 5868037.624782646074891 ] } }, { "type": "Feature", "properties": { "index": "pipe_43_E0_up", "crsloc_id": "pipe_43_E0_0.00", "crsloc_branchid": "pipe_43_E0", "crsloc_chainage": 0.0, "crsloc_shift": 803.70001220703125, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_43_E0", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_43_E0_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387809.534624515566975, 5866309.639251782558858 ] } }, { "type": "Feature", "properties": { "index": "pipe_43_E1_up", "crsloc_id": "pipe_43_E1_0.00", "crsloc_branchid": "pipe_43_E1", "crsloc_chainage": 0.0, "crsloc_shift": 803.70001220703125, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_43_E1", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_43_E1_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387788.486613497138023, 5866352.766951287165284 ] } }, { "type": "Feature", "properties": { "index": "pipe_44_E0_up", "crsloc_id": "pipe_44_E0_0.00", "crsloc_branchid": "pipe_44_E0", "crsloc_chainage": 0.0, "crsloc_shift": 828.4000244140625, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_44_E0", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_44_E0_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387767.438602478476241, 5866395.894650792703032 ] } }, @@ -2586,134 +886,9 @@ { "type": "Feature", "properties": { "index": "pipe_47_E4_up", "crsloc_id": "pipe_47_E4_0.00", "crsloc_branchid": "pipe_47_E4", "crsloc_chainage": 0.0, "crsloc_shift": 814.20001220703125, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_47_E4", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_47_E4_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387944.872250664513558, 5866015.105105520226061 ] } }, { "type": "Feature", "properties": { "index": "pipe_47_E5_up", "crsloc_id": "pipe_47_E5_0.00", "crsloc_branchid": "pipe_47_E5", "crsloc_chainage": 0.0, "crsloc_shift": 814.20001220703125, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_47_E5", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_47_E5_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387940.047370131826028, 5866057.463170127011836 ] } }, { "type": "Feature", "properties": { "index": "pipe_48_E0_up", "crsloc_id": "pipe_48_E0_0.00", "crsloc_branchid": "pipe_48_E0", "crsloc_chainage": 0.0, "crsloc_shift": 801.4000244140625, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_48_E0", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_48_E0_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1387932.086585889104754, 5866099.149365295656025 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E0_up", "crsloc_id": "pipe_49_E0_0.00", "crsloc_branchid": "pipe_49_E0", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E0", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E0_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396909.357976644067094, 5869743.820572539232671 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E1_up", "crsloc_id": "pipe_49_E1_0.00", "crsloc_branchid": "pipe_49_E1", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E1", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E1_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396931.001512570073828, 5869698.901241529732943 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E2_up", "crsloc_id": "pipe_49_E2_0.00", "crsloc_branchid": "pipe_49_E2", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E2", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E2_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396952.437394135864452, 5869653.897189068607986 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E3_up", "crsloc_id": "pipe_49_E3_0.00", "crsloc_branchid": "pipe_49_E3", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E3", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E3_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396961.924284938722849, 5869605.425327842123806 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E4_up", "crsloc_id": "pipe_49_E4_0.00", "crsloc_branchid": "pipe_49_E4", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E4", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E4_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396956.300025957403705, 5869556.04274676553905 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E5_up", "crsloc_id": "pipe_49_E5_0.00", "crsloc_branchid": "pipe_49_E5", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E5", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E5_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396930.699111388763413, 5869513.852089673280716 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E6_up", "crsloc_id": "pipe_49_E6_0.00", "crsloc_branchid": "pipe_49_E6", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E6", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E6_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396901.464610780123621, 5869473.459851311519742 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E7_up", "crsloc_id": "pipe_49_E7_0.00", "crsloc_branchid": "pipe_49_E7", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E7", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E7_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396872.230110171250999, 5869433.067612949758768 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E8_up", "crsloc_id": "pipe_49_E8_0.00", "crsloc_branchid": "pipe_49_E8", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E8", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E8_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396842.995609562378377, 5869392.675374587066472 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E9_up", "crsloc_id": "pipe_49_E9_0.00", "crsloc_branchid": "pipe_49_E9", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E9", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E9_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396808.125623756088316, 5869357.090668236836791 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E10_up", "crsloc_id": "pipe_49_E10_0.00", "crsloc_branchid": "pipe_49_E10", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E10", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E10_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396771.60479090642184, 5869323.325619155541062 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E11_up", "crsloc_id": "pipe_49_E11_0.00", "crsloc_branchid": "pipe_49_E11", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E11", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E11_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396729.11015088763088, 5869297.241246143355966 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E12_up", "crsloc_id": "pipe_49_E12_0.00", "crsloc_branchid": "pipe_49_E12", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E12", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E12_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396686.615510868607089, 5869271.156873132102191 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E13_up", "crsloc_id": "pipe_49_E13_0.00", "crsloc_branchid": "pipe_49_E13", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E13", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E13_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396644.120870849816129, 5869245.072500119917095 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E14_up", "crsloc_id": "pipe_49_E14_0.00", "crsloc_branchid": "pipe_49_E14", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E14", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E14_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396601.626230831025168, 5869218.988127108663321 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E15_up", "crsloc_id": "pipe_49_E15_0.00", "crsloc_branchid": "pipe_49_E15", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E15", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E15_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396557.898404459701851, 5869195.091535449028015 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E16_up", "crsloc_id": "pipe_49_E16_0.00", "crsloc_branchid": "pipe_49_E16", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E16", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E16_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396513.373000270221382, 5869172.660137529484928 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E17_up", "crsloc_id": "pipe_49_E17_0.00", "crsloc_branchid": "pipe_49_E17", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E17", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E17_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396467.087116056121886, 5869154.896273152902722 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E18_up", "crsloc_id": "pipe_49_E18_0.00", "crsloc_branchid": "pipe_49_E18", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E18", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E18_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396417.387180331395939, 5869156.711754012852907 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E19_up", "crsloc_id": "pipe_49_E19_0.00", "crsloc_branchid": "pipe_49_E19", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E19", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E19_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396367.689416214823723, 5869160.751702967099845 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E20_up", "crsloc_id": "pipe_49_E20_0.00", "crsloc_branchid": "pipe_49_E20", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E20", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E20_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396317.991652098018676, 5869164.791651922278106 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E21_up", "crsloc_id": "pipe_49_E21_0.00", "crsloc_branchid": "pipe_49_E21", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E21", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E21_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396268.29388798144646, 5869168.831600877456367 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E22_up", "crsloc_id": "pipe_49_E22_0.00", "crsloc_branchid": "pipe_49_E22", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E22", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E22_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396218.596123864874244, 5869172.871549831703305 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E23_up", "crsloc_id": "pipe_49_E23_0.00", "crsloc_branchid": "pipe_49_E23", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E23", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E23_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396168.898359748302028, 5869176.911498786881566 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E24_up", "crsloc_id": "pipe_49_E24_0.00", "crsloc_branchid": "pipe_49_E24", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E24", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E24_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396119.200595631496981, 5869180.951447741128504 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E25_up", "crsloc_id": "pipe_49_E25_0.00", "crsloc_branchid": "pipe_49_E25", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E25", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E25_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396074.361621838063002, 5869202.124943272210658 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E26_up", "crsloc_id": "pipe_49_E26_0.00", "crsloc_branchid": "pipe_49_E26", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E26", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E26_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1396035.199847624171525, 5869232.988261081278324 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E27_up", "crsloc_id": "pipe_49_E27_0.00", "crsloc_branchid": "pipe_49_E27", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E27", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E27_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395998.558018732117489, 5869266.795554245822132 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E28_up", "crsloc_id": "pipe_49_E28_0.00", "crsloc_branchid": "pipe_49_E28", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E28", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E28_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395962.022284490056336, 5869300.726794557645917 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E29_up", "crsloc_id": "pipe_49_E29_0.00", "crsloc_branchid": "pipe_49_E29", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E29", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E29_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395925.486550248228014, 5869334.658034870401025 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E30_up", "crsloc_id": "pipe_49_E30_0.00", "crsloc_branchid": "pipe_49_E30", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E30", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E30_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395888.950816006399691, 5869368.589275183156133 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E31_up", "crsloc_id": "pipe_49_E31_0.00", "crsloc_branchid": "pipe_49_E31", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E31", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E31_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395852.198703716741875, 5869402.247869444079697 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E32_up", "crsloc_id": "pipe_49_E32_0.00", "crsloc_branchid": "pipe_49_E32", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E32", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E32_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395807.439734570682049, 5869421.687553119845688 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E33_up", "crsloc_id": "pipe_49_E33_0.00", "crsloc_branchid": "pipe_49_E33", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E33", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E33_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395757.76829999522306, 5869425.271080794744194 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E34_up", "crsloc_id": "pipe_49_E34_0.00", "crsloc_branchid": "pipe_49_E34", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E34", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E34_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395707.965332398191094, 5869427.690453497692943 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E35_up", "crsloc_id": "pipe_49_E35_0.00", "crsloc_branchid": "pipe_49_E35", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E35", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E35_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395659.043270194903016, 5869419.543888772837818 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E36_up", "crsloc_id": "pipe_49_E36_0.00", "crsloc_branchid": "pipe_49_E36", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E36", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E36_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395612.217504026833922, 5869402.463653352111578 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E37_up", "crsloc_id": "pipe_49_E37_0.00", "crsloc_branchid": "pipe_49_E37", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E37", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E37_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395565.46716068405658, 5869385.125996558927 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E38_up", "crsloc_id": "pipe_49_E38_0.00", "crsloc_branchid": "pipe_49_E38", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E38", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E38_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395518.716817341279238, 5869367.788339765742421 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E39_up", "crsloc_id": "pipe_49_E39_0.00", "crsloc_branchid": "pipe_49_E39", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E39", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E39_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395471.966473998501897, 5869350.450682972557843 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E40_up", "crsloc_id": "pipe_49_E40_0.00", "crsloc_branchid": "pipe_49_E40", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E40", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E40_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395425.216130655724555, 5869333.113026178441942 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E41_up", "crsloc_id": "pipe_49_E41_0.00", "crsloc_branchid": "pipe_49_E41", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E41", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E41_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395378.687391854356974, 5869315.204579988494515 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E42_up", "crsloc_id": "pipe_49_E42_0.00", "crsloc_branchid": "pipe_49_E42", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E42", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E42_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395332.485505212796852, 5869296.454256883822381 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E43_up", "crsloc_id": "pipe_49_E43_0.00", "crsloc_branchid": "pipe_49_E43", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E43", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E43_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395287.001163898268715, 5869276.144632362760603 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E44_up", "crsloc_id": "pipe_49_E44_0.00", "crsloc_branchid": "pipe_49_E44", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E44", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E44_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395242.705986745655537, 5869253.250829122960567 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E45_up", "crsloc_id": "pipe_49_E45_0.00", "crsloc_branchid": "pipe_49_E45", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E45", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E45_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395210.583317779935896, 5869216.421354569494724 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E46_up", "crsloc_id": "pipe_49_E46_0.00", "crsloc_branchid": "pipe_49_E46", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E46", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E46_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395193.830984261119738, 5869169.495743074454367 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E47_up", "crsloc_id": "pipe_49_E47_0.00", "crsloc_branchid": "pipe_49_E47", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E47", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E47_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395177.827800207771361, 5869122.271945620886981 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E48_up", "crsloc_id": "pipe_49_E48_0.00", "crsloc_branchid": "pipe_49_E48", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E48", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E48_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395155.643526731757447, 5869079.571160393767059 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E49_up", "crsloc_id": "pipe_49_E49_0.00", "crsloc_branchid": "pipe_49_E49", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E49", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E49_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395110.79815290751867, 5869060.371252737939358 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E50_up", "crsloc_id": "pipe_49_E50_0.00", "crsloc_branchid": "pipe_49_E50", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E50", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E50_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395061.09774633590132, 5869059.009571047499776 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E51_up", "crsloc_id": "pipe_49_E51_0.00", "crsloc_branchid": "pipe_49_E51", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E51", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E51_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1395018.388957693940029, 5869034.78797029517591 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E52_up", "crsloc_id": "pipe_49_E52_0.00", "crsloc_branchid": "pipe_49_E52", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E52", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E52_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394978.546954535646364, 5869004.807914757169783 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E53_up", "crsloc_id": "pipe_49_E53_0.00", "crsloc_branchid": "pipe_49_E53", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E53", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E53_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394938.7049513773527, 5868974.827859218232334 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E54_up", "crsloc_id": "pipe_49_E54_0.00", "crsloc_branchid": "pipe_49_E54", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E54", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E54_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394898.862948219059035, 5868944.847803680226207 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E55_up", "crsloc_id": "pipe_49_E55_0.00", "crsloc_branchid": "pipe_49_E55", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E55", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E55_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394866.007140989648178, 5868909.172220145352185 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E56_up", "crsloc_id": "pipe_49_E56_0.00", "crsloc_branchid": "pipe_49_E56", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E56", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E56_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394865.188218769617379, 5868860.166501657105982 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E57_up", "crsloc_id": "pipe_49_E57_0.00", "crsloc_branchid": "pipe_49_E57", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E57", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E57_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394851.210898632416502, 5868814.804698893800378 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E58_up", "crsloc_id": "pipe_49_E58_0.00", "crsloc_branchid": "pipe_49_E58", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E58", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E58_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394814.57134416163899, 5868780.985591958276927 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E59_up", "crsloc_id": "pipe_49_E59_0.00", "crsloc_branchid": "pipe_49_E59", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E59", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E59_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394783.142760716611519, 5868743.81044967379421 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E60_up", "crsloc_id": "pipe_49_E60_0.00", "crsloc_branchid": "pipe_49_E60", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E60", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E60_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394777.096276167081669, 5868694.597891299054027 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E61_up", "crsloc_id": "pipe_49_E61_0.00", "crsloc_branchid": "pipe_49_E61", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E61", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E61_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394773.838866250822321, 5868644.842708389274776 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E62_up", "crsloc_id": "pipe_49_E62_0.00", "crsloc_branchid": "pipe_49_E62", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E62", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E62_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394784.297478953143582, 5868596.997929934412241 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E63_up", "crsloc_id": "pipe_49_E63_0.00", "crsloc_branchid": "pipe_49_E63", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E63", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E63_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394803.796106442809105, 5868551.10683633480221 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E64_up", "crsloc_id": "pipe_49_E64_0.00", "crsloc_branchid": "pipe_49_E64", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E64", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E64_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394823.294733932707459, 5868505.21574273519218 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E65_up", "crsloc_id": "pipe_49_E65_0.00", "crsloc_branchid": "pipe_49_E65", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E65", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E65_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394837.756601032335311, 5868457.68703889194876 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E66_up", "crsloc_id": "pipe_49_E66_0.00", "crsloc_branchid": "pipe_49_E66", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E66", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E66_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394848.974616430234164, 5868409.103656174615026 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E67_up", "crsloc_id": "pipe_49_E67_0.00", "crsloc_branchid": "pipe_49_E67", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E67", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E67_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394851.974718380952254, 5868359.860240411013365 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E68_up", "crsloc_id": "pipe_49_E68_0.00", "crsloc_branchid": "pipe_49_E68", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E68", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E68_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394846.573623906588182, 5868310.402086352929473 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E69_up", "crsloc_id": "pipe_49_E69_0.00", "crsloc_branchid": "pipe_49_E69", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E69", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E69_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394836.032171645434573, 5868261.667429998517036 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E70_up", "crsloc_id": "pipe_49_E70_0.00", "crsloc_branchid": "pipe_49_E70", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E70", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E70_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394825.490719384280965, 5868212.9327736441046 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E71_up", "crsloc_id": "pipe_49_E71_0.00", "crsloc_branchid": "pipe_49_E71", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E71", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E71_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394814.949267123127356, 5868164.198117289692163 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E72_up", "crsloc_id": "pipe_49_E72_0.00", "crsloc_branchid": "pipe_49_E72", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E72", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E72_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394796.999077728250995, 5868117.908033844083548 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E73_up", "crsloc_id": "pipe_49_E73_0.00", "crsloc_branchid": "pipe_49_E73", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E73", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E73_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394776.467399163171649, 5868072.469733688049018 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E74_up", "crsloc_id": "pipe_49_E74_0.00", "crsloc_branchid": "pipe_49_E74", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E74", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E74_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394755.935720598092303, 5868027.031433532945812 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E75_up", "crsloc_id": "pipe_49_E75_0.00", "crsloc_branchid": "pipe_49_E75", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E75", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E75_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394740.519507831195369, 5867979.965777863748372 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E76_up", "crsloc_id": "pipe_49_E76_0.00", "crsloc_branchid": "pipe_49_E76", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E76", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E76_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394731.024188673356548, 5867931.016540282405913 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E77_up", "crsloc_id": "pipe_49_E77_0.00", "crsloc_branchid": "pipe_49_E77", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E77", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E77_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394719.285063765244558, 5867882.718089940026402 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E78_up", "crsloc_id": "pipe_49_E78_0.00", "crsloc_branchid": "pipe_49_E78", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E78", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E78_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394701.115841469261795, 5867836.284607334062457 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E79_up", "crsloc_id": "pipe_49_E79_0.00", "crsloc_branchid": "pipe_49_E79", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E79", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E79_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394682.946619173279032, 5867789.851124729029834 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E80_up", "crsloc_id": "pipe_49_E80_0.00", "crsloc_branchid": "pipe_49_E80", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E80", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E80_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394667.689998690504581, 5867742.633696664124727 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E81_up", "crsloc_id": "pipe_49_E81_0.00", "crsloc_branchid": "pipe_49_E81", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E81", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E81_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394660.09726603073068, 5867693.353484037332237 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E82_up", "crsloc_id": "pipe_49_E82_0.00", "crsloc_branchid": "pipe_49_E82", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E82", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E82_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394654.328329593641683, 5867643.868894944898784 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E83_up", "crsloc_id": "pipe_49_E83_0.00", "crsloc_branchid": "pipe_49_E83", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E83", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E83_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394650.824927933514118, 5867594.130427713505924 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E84_up", "crsloc_id": "pipe_49_E84_0.00", "crsloc_branchid": "pipe_49_E84", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E84", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E84_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394651.388802720233798, 5867544.35361806396395 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E85_up", "crsloc_id": "pipe_49_E85_0.00", "crsloc_branchid": "pipe_49_E85", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E85", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E85_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394662.743551589781418, 5867496.03845329862088 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E86_up", "crsloc_id": "pipe_49_E86_0.00", "crsloc_branchid": "pipe_49_E86", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E86", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E86_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394670.132179970387369, 5867447.227573615498841 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E87_up", "crsloc_id": "pipe_49_E87_0.00", "crsloc_branchid": "pipe_49_E87", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E87", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E87_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394650.258600463392213, 5867404.05067600402981 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E88_up", "crsloc_id": "pipe_49_E88_0.00", "crsloc_branchid": "pipe_49_E88", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E88", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E88_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394603.801243336405605, 5867385.942586250603199 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E89_up", "crsloc_id": "pipe_49_E89_0.00", "crsloc_branchid": "pipe_49_E89", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E89", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E89_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394568.131737232673913, 5867352.277565182186663 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E90_up", "crsloc_id": "pipe_49_E90_0.00", "crsloc_branchid": "pipe_49_E90", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E90", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E90_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394534.886564994230866, 5867315.116463630460203 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E91_up", "crsloc_id": "pipe_49_E91_0.00", "crsloc_branchid": "pipe_49_E91", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E91", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E91_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394502.003263384569436, 5867277.642437966540456 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E92_up", "crsloc_id": "pipe_49_E92_0.00", "crsloc_branchid": "pipe_49_E92", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E92", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E92_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394470.028815483907238, 5867239.382489884272218 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E93_up", "crsloc_id": "pipe_49_E93_0.00", "crsloc_branchid": "pipe_49_E93", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E93", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E93_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394438.05436758347787, 5867201.122541802935302 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E94_up", "crsloc_id": "pipe_49_E94_0.00", "crsloc_branchid": "pipe_49_E94", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E94", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E94_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394406.079919682815671, 5867162.862593721598387 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E95_up", "crsloc_id": "pipe_49_E95_0.00", "crsloc_branchid": "pipe_49_E95", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E95", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E95_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394374.105471782386303, 5867124.602645640261471 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E96_up", "crsloc_id": "pipe_49_E96_0.00", "crsloc_branchid": "pipe_49_E96", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E96", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E96_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394331.263575199525803, 5867099.102238862775266 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E97_up", "crsloc_id": "pipe_49_E97_0.00", "crsloc_branchid": "pipe_49_E97", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E97", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E97_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394288.402718252269551, 5867073.624093571677804 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E98_up", "crsloc_id": "pipe_49_E98_0.00", "crsloc_branchid": "pipe_49_E98", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E98", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E98_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394241.406052829232067, 5867059.604279736988246 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E99_up", "crsloc_id": "pipe_49_E99_0.00", "crsloc_branchid": "pipe_49_E99", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E99", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E99_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394191.967552164103836, 5867053.804523427039385 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E100_up", "crsloc_id": "pipe_49_E100_0.00", "crsloc_branchid": "pipe_49_E100", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E100", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E100_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394142.130891400855035, 5867052.224589966237545 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E101_up", "crsloc_id": "pipe_49_E101_0.00", "crsloc_branchid": "pipe_49_E101", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E101", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E101_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394092.295928271487355, 5867051.546281232498586 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E102_up", "crsloc_id": "pipe_49_E102_0.00", "crsloc_branchid": "pipe_49_E102", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E102", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E102_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1394043.343164325458929, 5867047.527966791763902 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E103_up", "crsloc_id": "pipe_49_E103_0.00", "crsloc_branchid": "pipe_49_E103", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E103", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E103_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393996.278205681359395, 5867031.063501614145935 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E104_up", "crsloc_id": "pipe_49_E104_0.00", "crsloc_branchid": "pipe_49_E104", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E104", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E104_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393949.213247037259862, 5867014.599036436527967 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E105_up", "crsloc_id": "pipe_49_E105_0.00", "crsloc_branchid": "pipe_49_E105", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E105", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E105_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393902.148288393160328, 5866998.134571259841323 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E106_up", "crsloc_id": "pipe_49_E106_0.00", "crsloc_branchid": "pipe_49_E106", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E106", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E106_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393855.083329749060795, 5866981.670106082223356 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E107_up", "crsloc_id": "pipe_49_E107_0.00", "crsloc_branchid": "pipe_49_E107", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E107", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E107_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393805.813084045657888, 5866974.210721349343657 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E108_up", "crsloc_id": "pipe_49_E108_0.00", "crsloc_branchid": "pipe_49_E108", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E108", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E108_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393756.464387694839388, 5866967.077454941347241 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E109_up", "crsloc_id": "pipe_49_E109_0.00", "crsloc_branchid": "pipe_49_E109", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E109", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E109_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393706.996018304256722, 5866960.826904917135835 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E110_up", "crsloc_id": "pipe_49_E110_0.00", "crsloc_branchid": "pipe_49_E110", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E110", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E110_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393657.527648913906887, 5866954.576354892924428 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E111_up", "crsloc_id": "pipe_49_E111_0.00", "crsloc_branchid": "pipe_49_E111", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E111", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E111_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393608.059279523557052, 5866948.325804868713021 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E112_up", "crsloc_id": "pipe_49_E112_0.00", "crsloc_branchid": "pipe_49_E112", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E112", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E112_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393558.590910133207217, 5866942.075254844501615 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E113_up", "crsloc_id": "pipe_49_E113_0.00", "crsloc_branchid": "pipe_49_E113", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E113", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E113_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393509.122540742857382, 5866935.824704820290208 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E114_up", "crsloc_id": "pipe_49_E114_0.00", "crsloc_branchid": "pipe_49_E114", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E114", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E114_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393459.654171352507547, 5866929.574154796078801 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E115_up", "crsloc_id": "pipe_49_E115_0.00", "crsloc_branchid": "pipe_49_E115", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E115", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E115_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393410.185801962157711, 5866923.323604770936072 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E116_up", "crsloc_id": "pipe_49_E116_0.00", "crsloc_branchid": "pipe_49_E116", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E116", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E116_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393360.717432571807876, 5866917.073054746724665 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E117_up", "crsloc_id": "pipe_49_E117_0.00", "crsloc_branchid": "pipe_49_E117", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E117", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E117_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393311.249063181458041, 5866910.822504722513258 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E118_up", "crsloc_id": "pipe_49_E118_0.00", "crsloc_branchid": "pipe_49_E118", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E118", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E118_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393261.780693791108206, 5866904.571954698301852 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E119_up", "crsloc_id": "pipe_49_E119_0.00", "crsloc_branchid": "pipe_49_E119", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E119", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E119_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393212.31232440052554, 5866898.321404674090445 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E120_up", "crsloc_id": "pipe_49_E120_0.00", "crsloc_branchid": "pipe_49_E120", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E120", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E120_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393164.711109766503796, 5866883.550484512001276 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E121_up", "crsloc_id": "pipe_49_E121_0.00", "crsloc_branchid": "pipe_49_E121", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E121", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E121_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393117.162246766965836, 5866868.540668617002666 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E122_up", "crsloc_id": "pipe_49_E122_0.00", "crsloc_branchid": "pipe_49_E122", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E122", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E122_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393069.613383767427877, 5866853.530852722004056 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E123_up", "crsloc_id": "pipe_49_E123_0.00", "crsloc_branchid": "pipe_49_E123", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E123", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E123_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1393022.064520767889917, 5866838.521036827005446 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E124_up", "crsloc_id": "pipe_49_E124_0.00", "crsloc_branchid": "pipe_49_E124", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E124", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E124_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392974.515657768351957, 5866823.511220932938159 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E125_up", "crsloc_id": "pipe_49_E125_0.00", "crsloc_branchid": "pipe_49_E125", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E125", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E125_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392926.966794768813998, 5866808.501405037939548 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E126_up", "crsloc_id": "pipe_49_E126_0.00", "crsloc_branchid": "pipe_49_E126", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E126", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E126_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392879.417931769276038, 5866793.491589142940938 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E127_up", "crsloc_id": "pipe_49_E127_0.00", "crsloc_branchid": "pipe_49_E127", "crsloc_chainage": 0.0, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E127", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E127_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392831.869068769738078, 5866778.481773247942328 ] } }, +{ "type": "Feature", "properties": { "index": "pipe_49_E125_up", "crsloc_id": "pipe_49_E125_0.00", "crsloc_branchid": "pipe_49_E125", "crsloc_chainage": 0.0, "crsloc_shift": 907.0, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E125", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E125_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392926.966794768813998, 5866808.501405037939548 ] } }, +{ "type": "Feature", "properties": { "index": "pipe_49_E126_up", "crsloc_id": "pipe_49_E126_0.00", "crsloc_branchid": "pipe_49_E126", "crsloc_chainage": 0.0, "crsloc_shift": 907.9000244140625, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E126", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E126_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392879.417931769276038, 5866793.491589142940938 ] } }, +{ "type": "Feature", "properties": { "index": "pipe_49_E127_up", "crsloc_id": "pipe_49_E127_0.00", "crsloc_branchid": "pipe_49_E127", "crsloc_chainage": 0.0, "crsloc_shift": 907.9000244140625, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E127", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E127_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392831.869068769738078, 5866778.481773247942328 ] } }, { "type": "Feature", "properties": { "index": "pipe_49_E128_up", "crsloc_id": "pipe_49_E128_0.00", "crsloc_branchid": "pipe_49_E128", "crsloc_chainage": 0.0, "crsloc_shift": 862.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E128", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E128_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392784.320205770200118, 5866763.471957352943718 ] } }, { "type": "Feature", "properties": { "index": "pipe_49_E129_up", "crsloc_id": "pipe_49_E129_0.00", "crsloc_branchid": "pipe_49_E129", "crsloc_chainage": 0.0, "crsloc_shift": 862.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E129", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E129_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392736.771342770429328, 5866748.462141457945108 ] } }, { "type": "Feature", "properties": { "index": "pipe_49_E130_up", "crsloc_id": "pipe_49_E130_0.00", "crsloc_branchid": "pipe_49_E130", "crsloc_chainage": 0.0, "crsloc_shift": 875.9000244140625, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E130", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E130_0.00" }, "geometry": { "type": "Point", "coordinates": [ 1392689.222479770891368, 5866733.452325562946498 ] } }, @@ -2994,1478 +1169,7 @@ { "type": "Feature", "properties": { "index": "pipe_8_E137_dn", "crsloc_id": "pipe_8_E137_49.22", "crsloc_branchid": "pipe_8_E137", "crsloc_chainage": 49.218986171045124, "crsloc_shift": 1141.800048828125, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E137", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E137_49.22" }, "geometry": { "type": "Point", "coordinates": [ 1393720.523227575467899, 5859244.838272913359106 ] } }, { "type": "Feature", "properties": { "index": "pipe_8_E138_dn", "crsloc_id": "pipe_8_E138_49.52", "crsloc_branchid": "pipe_8_E138", "crsloc_chainage": 49.524515247477019, "crsloc_shift": 1141.800048828125, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E138", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E138_49.52" }, "geometry": { "type": "Point", "coordinates": [ 1393765.710014625452459, 5859224.569284616038203 ] } }, { "type": "Feature", "properties": { "index": "pipe_8_E139_dn", "crsloc_id": "pipe_8_E139_49.95", "crsloc_branchid": "pipe_8_E139", "crsloc_chainage": 49.951054291552687, "crsloc_shift": 1141.800048828125, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E139", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E139_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1393806.409210936399177, 5859195.609256223775446 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E140_dn", "crsloc_id": "pipe_8_E140_49.96", "crsloc_branchid": "pipe_8_E140", "crsloc_chainage": 49.957523898573697, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E140", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E140_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1393846.866742686368525, 5859166.301538489758968 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E141_dn", "crsloc_id": "pipe_8_E141_49.17", "crsloc_branchid": "pipe_8_E141", "crsloc_chainage": 49.174453154184242, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E141", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E141_49.17" }, "geometry": { "type": "Point", "coordinates": [ 1393891.92032476933673, 5859146.596169056370854 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E142_dn", "crsloc_id": "pipe_8_E142_48.07", "crsloc_branchid": "pipe_8_E142", "crsloc_chainage": 48.07236879758117, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E142", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E142_48.07" }, "geometry": { "type": "Point", "coordinates": [ 1393933.388036550255492, 5859122.27783191204071 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E143_dn", "crsloc_id": "pipe_8_E143_49.79", "crsloc_branchid": "pipe_8_E143", "crsloc_chainage": 49.787181966381581, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E143", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E143_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1393962.852899672929198, 5859082.145733420737088 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E144_dn", "crsloc_id": "pipe_8_E144_48.37", "crsloc_branchid": "pipe_8_E144", "crsloc_chainage": 48.371647664000854, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E144", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E144_48.37" }, "geometry": { "type": "Point", "coordinates": [ 1394005.729330646339804, 5859059.753146149218082 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E145_dn", "crsloc_id": "pipe_8_E145_49.79", "crsloc_branchid": "pipe_8_E145", "crsloc_chainage": 49.785105685846709, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E145", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E145_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1394055.475931912194937, 5859057.795491775497794 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E146_dn", "crsloc_id": "pipe_8_E146_49.96", "crsloc_branchid": "pipe_8_E146", "crsloc_chainage": 49.957461638148573, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E146", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E146_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1394105.428024321328849, 5859057.063072990626097 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E147_dn", "crsloc_id": "pipe_8_E147_49.63", "crsloc_branchid": "pipe_8_E147", "crsloc_chainage": 49.628193563105498, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E147", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E147_49.63" }, "geometry": { "type": "Point", "coordinates": [ 1394154.825223857769743, 5859052.280367240309715 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E148_dn", "crsloc_id": "pipe_8_E148_49.68", "crsloc_branchid": "pipe_8_E148", "crsloc_chainage": 49.678689975964943, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E148", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E148_49.68" }, "geometry": { "type": "Point", "coordinates": [ 1394200.611384192248806, 5859033.003444260917604 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E149_dn", "crsloc_id": "pipe_8_E149_49.96", "crsloc_branchid": "pipe_8_E149", "crsloc_chainage": 49.95752389817536, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E149", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E149_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1394249.433454187819734, 5859022.412897750735283 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E150_dn", "crsloc_id": "pipe_8_E150_49.73", "crsloc_branchid": "pipe_8_E150", "crsloc_chainage": 49.732000454761746, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E150", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E150_49.73" }, "geometry": { "type": "Point", "coordinates": [ 1394298.801166942343116, 5859016.404503071680665 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E151_dn", "crsloc_id": "pipe_8_E151_47.96", "crsloc_branchid": "pipe_8_E151", "crsloc_chainage": 47.964524627854132, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E151", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E151_47.96" }, "geometry": { "type": "Point", "coordinates": [ 1394342.946749913971871, 5859035.15985235851258 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E152_dn", "crsloc_id": "pipe_8_E152_49.80", "crsloc_branchid": "pipe_8_E152", "crsloc_chainage": 49.804316036242604, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E152", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E152_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1394378.140150804072618, 5859070.400374908931553 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E153_dn", "crsloc_id": "pipe_8_E153_49.50", "crsloc_branchid": "pipe_8_E153", "crsloc_chainage": 49.504166033663935, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E153", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E153_49.50" }, "geometry": { "type": "Point", "coordinates": [ 1394425.059556928696111, 5859086.18745138309896 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E154_dn", "crsloc_id": "pipe_8_E154_49.96", "crsloc_branchid": "pipe_8_E154", "crsloc_chainage": 49.957523898246869, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E154", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E154_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1394473.833242634311318, 5859096.998638955876231 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E155_dn", "crsloc_id": "pipe_8_E155_49.96", "crsloc_branchid": "pipe_8_E155", "crsloc_chainage": 49.957523898675724, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E155", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E155_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1394522.606928340159357, 5859107.809826529584825 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E156_dn", "crsloc_id": "pipe_8_E156_49.76", "crsloc_branchid": "pipe_8_E156", "crsloc_chainage": 49.764641432329391, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E156", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E156_49.76" }, "geometry": { "type": "Point", "coordinates": [ 1394569.942334236111492, 5859123.168175579980016 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E157_dn", "crsloc_id": "pipe_8_E157_49.90", "crsloc_branchid": "pipe_8_E157", "crsloc_chainage": 49.903161876964496, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E157", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E157_49.90" }, "geometry": { "type": "Point", "coordinates": [ 1394614.71365896705538, 5859145.210272738710046 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E158_dn", "crsloc_id": "pipe_8_E158_49.96", "crsloc_branchid": "pipe_8_E158", "crsloc_chainage": 49.957523898732731, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E158", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E158_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1394658.743920307140797, 5859168.813032755628228 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E159_dn", "crsloc_id": "pipe_8_E159_49.96", "crsloc_branchid": "pipe_8_E159", "crsloc_chainage": 49.957523898087516, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E159", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E159_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1394702.774181646993384, 5859192.415792771615088 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E160_dn", "crsloc_id": "pipe_8_E160_49.96", "crsloc_branchid": "pipe_8_E160", "crsloc_chainage": 49.95752389829272, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E160", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E160_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1394746.804442987078801, 5859216.018552787601948 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E161_dn", "crsloc_id": "pipe_8_E161_49.96", "crsloc_branchid": "pipe_8_E161", "crsloc_chainage": 49.957523898732731, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E161", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E161_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1394790.834704327164218, 5859239.62131280452013 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E162_dn", "crsloc_id": "pipe_8_E162_49.96", "crsloc_branchid": "pipe_8_E162", "crsloc_chainage": 49.95752389829272, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E162", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E162_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1394834.864965667249635, 5859263.22407282050699 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E163_dn", "crsloc_id": "pipe_8_E163_49.91", "crsloc_branchid": "pipe_8_E163", "crsloc_chainage": 49.911404837201154, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E163", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E163_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1394880.208194822305813, 5859284.084080073982477 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E164_dn", "crsloc_id": "pipe_8_E164_49.65", "crsloc_branchid": "pipe_8_E164", "crsloc_chainage": 49.651432460437078, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E164", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E164_49.65" }, "geometry": { "type": "Point", "coordinates": [ 1394929.846528939437121, 5859285.224488531239331 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E165_dn", "crsloc_id": "pipe_8_E165_49.88", "crsloc_branchid": "pipe_8_E165", "crsloc_chainage": 49.882494916919605, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E165", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E165_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1394979.602958623319864, 5859281.680337822064757 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E166_dn", "crsloc_id": "pipe_8_E166_49.32", "crsloc_branchid": "pipe_8_E166", "crsloc_chainage": 49.319512033612767, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E166", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E166_49.32" }, "geometry": { "type": "Point", "coordinates": [ 1395027.975007712375373, 5859291.301103600300848 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E167_dn", "crsloc_id": "pipe_8_E167_48.91", "crsloc_branchid": "pipe_8_E167", "crsloc_chainage": 48.914986411851295, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E167", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E167_48.91" }, "geometry": { "type": "Point", "coordinates": [ 1395064.979691450484097, 5859323.290621838532388 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E168_dn", "crsloc_id": "pipe_8_E168_49.95", "crsloc_branchid": "pipe_8_E168", "crsloc_chainage": 49.954343966953388, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E168", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E168_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1395096.60637624678202, 5859361.958299425430596 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E169_dn", "crsloc_id": "pipe_8_E169_49.96", "crsloc_branchid": "pipe_8_E169", "crsloc_chainage": 49.957523898395181, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E169", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E169_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1395138.056045547360554, 5859389.845197943039238 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E170_dn", "crsloc_id": "pipe_8_E170_49.44", "crsloc_branchid": "pipe_8_E170", "crsloc_chainage": 49.438362281393225, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E170", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E170_49.44" }, "geometry": { "type": "Point", "coordinates": [ 1395168.453442230820656, 5859428.834298213943839 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E171_dn", "crsloc_id": "pipe_8_E171_49.96", "crsloc_branchid": "pipe_8_E171", "crsloc_chainage": 49.957523898600705, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E171", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E171_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1395194.723629675805569, 5859471.327020481228828 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E172_dn", "crsloc_id": "pipe_8_E172_49.31", "crsloc_branchid": "pipe_8_E172", "crsloc_chainage": 49.309561393738655, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E172", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E172_49.31" }, "geometry": { "type": "Point", "coordinates": [ 1395233.124693885445595, 5859502.259060705080628 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E173_dn", "crsloc_id": "pipe_8_E173_49.41", "crsloc_branchid": "pipe_8_E173", "crsloc_chainage": 49.408370563592015, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E173", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E173_49.41" }, "geometry": { "type": "Point", "coordinates": [ 1395279.894181140232831, 5859518.190229641273618 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E174_dn", "crsloc_id": "pipe_8_E174_49.89", "crsloc_branchid": "pipe_8_E174", "crsloc_chainage": 49.888060845306747, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E174", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E174_49.89" }, "geometry": { "type": "Point", "coordinates": [ 1395329.658068759599701, 5859514.672545188106596 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E175_dn", "crsloc_id": "pipe_8_E175_49.74", "crsloc_branchid": "pipe_8_E175", "crsloc_chainage": 49.73604215164, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E175", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E175_49.74" }, "geometry": { "type": "Point", "coordinates": [ 1395379.275171030778438, 5859511.234951389953494 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E176_dn", "crsloc_id": "pipe_8_E176_48.86", "crsloc_branchid": "pipe_8_E176", "crsloc_chainage": 48.862630144044772, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E176", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E176_48.86" }, "geometry": { "type": "Point", "coordinates": [ 1395422.765292956260964, 5859533.509733532555401 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E177_dn", "crsloc_id": "pipe_8_E177_49.96", "crsloc_branchid": "pipe_8_E177", "crsloc_chainage": 49.957523898075294, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E177", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E177_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1395460.958212529076263, 5859565.713073243387043 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E178_dn", "crsloc_id": "pipe_8_E178_49.22", "crsloc_branchid": "pipe_8_E178", "crsloc_chainage": 49.220245369994714, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E178", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E178_49.22" }, "geometry": { "type": "Point", "coordinates": [ 1395506.138909439090639, 5859585.240929782390594 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E179_dn", "crsloc_id": "pipe_8_E179_49.96", "crsloc_branchid": "pipe_8_E179", "crsloc_chainage": 49.957523898563032, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E179", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E179_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1395555.525035230675712, 5859592.775169848464429 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E180_dn", "crsloc_id": "pipe_8_E180_48.93", "crsloc_branchid": "pipe_8_E180", "crsloc_chainage": 48.934922711956325, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E180", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E180_48.93" }, "geometry": { "type": "Point", "coordinates": [ 1395599.499233362497762, 5859614.24367141444236 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E181_dn", "crsloc_id": "pipe_8_E181_49.72", "crsloc_branchid": "pipe_8_E181", "crsloc_chainage": 49.718209520621933, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E181", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E181_49.72" }, "geometry": { "type": "Point", "coordinates": [ 1395632.258298622677103, 5859651.643457526341081 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E182_dn", "crsloc_id": "pipe_8_E182_49.94", "crsloc_branchid": "pipe_8_E182", "crsloc_chainage": 49.938952714511871, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E182", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E182_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1395662.990371769992635, 5859691.006367458030581 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E183_dn", "crsloc_id": "pipe_8_E183_48.09", "crsloc_branchid": "pipe_8_E183", "crsloc_chainage": 48.092878650000365, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E183", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E183_48.09" }, "geometry": { "type": "Point", "coordinates": [ 1395699.859898457303643, 5859721.886182527057827 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E184_dn", "crsloc_id": "pipe_8_E184_49.94", "crsloc_branchid": "pipe_8_E184", "crsloc_chainage": 49.938220576415375, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E184", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E184_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1395748.598021129379049, 5859732.768336392007768 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E185_dn", "crsloc_id": "pipe_8_E185_49.88", "crsloc_branchid": "pipe_8_E185", "crsloc_chainage": 49.879049047258107, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E185", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E185_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1395798.108951882226393, 5859738.817077570594847 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E186_dn", "crsloc_id": "pipe_8_E186_49.76", "crsloc_branchid": "pipe_8_E186", "crsloc_chainage": 49.755176189878306, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E186", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E186_49.76" }, "geometry": { "type": "Point", "coordinates": [ 1395847.432503558928147, 5859732.277596881613135 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E187_dn", "crsloc_id": "pipe_8_E187_49.81", "crsloc_branchid": "pipe_8_E187", "crsloc_chainage": 49.805263123726867, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E187", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E187_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1395896.707545045297593, 5859725.029526701197028 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E188_dn", "crsloc_id": "pipe_8_E188_49.61", "crsloc_branchid": "pipe_8_E188", "crsloc_chainage": 49.609765652689887, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E188", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E188_49.61" }, "geometry": { "type": "Point", "coordinates": [ 1395945.676986357429996, 5859732.97450408898294 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E189_dn", "crsloc_id": "pipe_8_E189_49.96", "crsloc_branchid": "pipe_8_E189", "crsloc_chainage": 49.957523898337172, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E189", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E189_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1395992.823192392243072, 5859749.496896487660706 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E190_dn", "crsloc_id": "pipe_8_E190_49.96", "crsloc_branchid": "pipe_8_E190", "crsloc_chainage": 49.9575238985569, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E190", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E190_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1396039.969398427288979, 5859766.019288886338472 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E191_dn", "crsloc_id": "pipe_8_E191_49.96", "crsloc_branchid": "pipe_8_E191", "crsloc_chainage": 49.9575238985569, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E191", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E191_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1396087.115604462334886, 5859782.541681285016239 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E192_dn", "crsloc_id": "pipe_8_E192_49.01", "crsloc_branchid": "pipe_8_E192", "crsloc_chainage": 49.012329178601398, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E192", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E192_49.01" }, "geometry": { "type": "Point", "coordinates": [ 1396136.122726181754842, 5859783.256126726977527 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E193_dn", "crsloc_id": "pipe_8_E193_49.47", "crsloc_branchid": "pipe_8_E193", "crsloc_chainage": 49.472822672841808, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E193", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E193_49.47" }, "geometry": { "type": "Point", "coordinates": [ 1396184.557975406525657, 5859773.177098214626312 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E194_dn", "crsloc_id": "pipe_8_E194_49.91", "crsloc_branchid": "pipe_8_E194", "crsloc_chainage": 49.906996907936765, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E194", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E194_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1396234.332321533700451, 5859776.813416129909456 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E195_dn", "crsloc_id": "pipe_8_E195_49.96", "crsloc_branchid": "pipe_8_E195", "crsloc_chainage": 49.957523898361778, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E195", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E195_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1396284.079435384133831, 5859781.393684419803321 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E196_dn", "crsloc_id": "pipe_8_E196_49.96", "crsloc_branchid": "pipe_8_E196", "crsloc_chainage": 49.957523898447157, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E196", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E196_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1396333.82654923456721, 5859785.97395271062851 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E197_dn", "crsloc_id": "pipe_8_E197_49.96", "crsloc_branchid": "pipe_8_E197", "crsloc_chainage": 49.957523898361778, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E197", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E197_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1396383.573663085000589, 5859790.554221000522375 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E198_dn", "crsloc_id": "pipe_8_E198_49.96", "crsloc_branchid": "pipe_8_E198", "crsloc_chainage": 49.957523898679007, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E198", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E198_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1396433.3207769356668, 5859795.134489291347563 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E199_dn", "crsloc_id": "pipe_8_E199_49.95", "crsloc_branchid": "pipe_8_E199", "crsloc_chainage": 49.953497879419622, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E199", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E199_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1396482.971062028314918, 5859800.63004573341459 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E200_dn", "crsloc_id": "pipe_8_E200_49.90", "crsloc_branchid": "pipe_8_E200", "crsloc_chainage": 49.902567546923656, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E200", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E200_49.90" }, "geometry": { "type": "Point", "coordinates": [ 1396532.628195792203769, 5859805.573254623450339 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E201_dn", "crsloc_id": "pipe_8_E201_49.88", "crsloc_branchid": "pipe_8_E201", "crsloc_chainage": 49.883643041947487, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E201", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E201_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1396582.445765120442957, 5859803.006616869010031 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E202_dn", "crsloc_id": "pipe_8_E202_49.96", "crsloc_branchid": "pipe_8_E202", "crsloc_chainage": 49.957523898384188, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E202", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E202_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1396632.004199309274554, 5859796.704569994471967 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E203_dn", "crsloc_id": "pipe_8_E203_49.91", "crsloc_branchid": "pipe_8_E203", "crsloc_chainage": 49.91109939425332, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E203", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E203_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1396681.67369817988947, 5859791.799600607715547 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E204_dn", "crsloc_id": "pipe_8_E204_49.90", "crsloc_branchid": "pipe_8_E204", "crsloc_chainage": 49.89523912033841, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E204", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E204_49.90" }, "geometry": { "type": "Point", "coordinates": [ 1396731.549113321350887, 5859793.205961636267602 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E205_dn", "crsloc_id": "pipe_8_E205_49.93", "crsloc_branchid": "pipe_8_E205", "crsloc_chainage": 49.930757572507787, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E205", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E205_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1396781.208348408574238, 5859798.40605031978339 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E206_dn", "crsloc_id": "pipe_8_E206_49.96", "crsloc_branchid": "pipe_8_E206", "crsloc_chainage": 49.957523898379868, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E206", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E206_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1396830.710641485406086, 5859805.134881881996989 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E207_dn", "crsloc_id": "pipe_8_E207_49.96", "crsloc_branchid": "pipe_8_E207", "crsloc_chainage": 49.957523898505315, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E207", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E207_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1396880.212934562237933, 5859811.863713445141912 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E208_dn", "crsloc_id": "pipe_8_E208_49.96", "crsloc_branchid": "pipe_8_E208", "crsloc_chainage": 49.957493479005215, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E208", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E208_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1396929.517627175664529, 5859819.913461329415441 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E209_dn", "crsloc_id": "pipe_8_E209_49.96", "crsloc_branchid": "pipe_8_E209", "crsloc_chainage": 49.957523898493939, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E209", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E209_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1396978.821983117843047, 5859827.965459789149463 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E210_dn", "crsloc_id": "pipe_8_E210_49.39", "crsloc_branchid": "pipe_8_E210", "crsloc_chainage": 49.394121902171577, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E210", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E210_49.39" }, "geometry": { "type": "Point", "coordinates": [ 1397026.069022371433675, 5859842.370200684294105 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E211_dn", "crsloc_id": "pipe_8_E211_49.87", "crsloc_branchid": "pipe_8_E211", "crsloc_chainage": 49.867782124893374, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E211", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E211_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1397066.546459601027891, 5859871.497040014714003 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E212_dn", "crsloc_id": "pipe_8_E212_49.85", "crsloc_branchid": "pipe_8_E212", "crsloc_chainage": 49.848124660484515, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E212", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E212_49.85" }, "geometry": { "type": "Point", "coordinates": [ 1397112.32103202980943, 5859891.233403690159321 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E213_dn", "crsloc_id": "pipe_8_E213_49.96", "crsloc_branchid": "pipe_8_E213", "crsloc_chainage": 49.957523898423084, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E213", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E213_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1397158.934577539330348, 5859909.203700546175241 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E214_dn", "crsloc_id": "pipe_8_E214_49.79", "crsloc_branchid": "pipe_8_E214", "crsloc_chainage": 49.785611711235475, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E214", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E214_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1397208.628899687202647, 5859912.217249902896583 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E215_dn", "crsloc_id": "pipe_8_E215_49.85", "crsloc_branchid": "pipe_8_E215", "crsloc_chainage": 49.850962134691692, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E215", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E215_49.85" }, "geometry": { "type": "Point", "coordinates": [ 1397258.349997788900509, 5859908.621303669176996 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E216_dn", "crsloc_id": "pipe_8_E216_49.96", "crsloc_branchid": "pipe_8_E216", "crsloc_chainage": 49.957523898411736, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E216", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E216_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1397307.652687890455127, 5859900.559111485257745 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E217_dn", "crsloc_id": "pipe_8_E217_49.96", "crsloc_branchid": "pipe_8_E217", "crsloc_chainage": 49.955676323091879, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E217", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E217_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1397356.819969275966287, 5859891.718973587267101 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E218_dn", "crsloc_id": "pipe_8_E218_49.96", "crsloc_branchid": "pipe_8_E218", "crsloc_chainage": 49.957523898454156, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E218", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E218_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1397405.947162994416431, 5859882.64852533955127 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E219_dn", "crsloc_id": "pipe_8_E219_49.96", "crsloc_branchid": "pipe_8_E219", "crsloc_chainage": 49.957523898285068, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E219", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E219_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1397455.074356712866575, 5859873.578077092766762 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E220_dn", "crsloc_id": "pipe_8_E220_49.96", "crsloc_branchid": "pipe_8_E220", "crsloc_chainage": 49.957523898454156, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E220", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E220_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1397504.201550431316718, 5859864.507628845050931 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E221_dn", "crsloc_id": "pipe_8_E221_49.88", "crsloc_branchid": "pipe_8_E221", "crsloc_chainage": 49.88086849628769, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E221", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E221_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1397554.018958964385092, 5859861.992306004278362 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E222_dn", "crsloc_id": "pipe_8_E222_49.95", "crsloc_branchid": "pipe_8_E222", "crsloc_chainage": 49.954256976016552, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E222", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E222_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1397603.971859964774922, 5859861.624241239391267 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E223_dn", "crsloc_id": "pipe_8_E223_49.96", "crsloc_branchid": "pipe_8_E223", "crsloc_chainage": 49.957523898463485, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E223", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E223_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1397653.88297161902301, 5859859.471306613646448 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E224_dn", "crsloc_id": "pipe_8_E224_49.60", "crsloc_branchid": "pipe_8_E224", "crsloc_chainage": 49.599595519467989, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E224", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E224_49.60" }, "geometry": { "type": "Point", "coordinates": [ 1397703.423982579493895, 5859861.881308420561254 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E225_dn", "crsloc_id": "pipe_8_E225_49.88", "crsloc_branchid": "pipe_8_E225", "crsloc_chainage": 49.875941245981977, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E225", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E225_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1397747.023107959888875, 5859886.10373152885586 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E226_dn", "crsloc_id": "pipe_8_E226_49.64", "crsloc_branchid": "pipe_8_E226", "crsloc_chainage": 49.642494865923773, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E226", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E226_49.64" }, "geometry": { "type": "Point", "coordinates": [ 1397793.638197069521993, 5859903.174489093013108 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E227_dn", "crsloc_id": "pipe_8_E227_49.66", "crsloc_branchid": "pipe_8_E227", "crsloc_chainage": 49.662923108858514, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E227", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E227_49.66" }, "geometry": { "type": "Point", "coordinates": [ 1397843.058697305386886, 5859908.075518388301134 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E228_dn", "crsloc_id": "pipe_8_E228_49.55", "crsloc_branchid": "pipe_8_E228", "crsloc_chainage": 49.553234834876086, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E228", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E228_49.55" }, "geometry": { "type": "Point", "coordinates": [ 1397891.750025275163352, 5859898.873471706174314 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E229_dn", "crsloc_id": "pipe_8_E229_49.82", "crsloc_branchid": "pipe_8_E229", "crsloc_chainage": 49.817706429213672, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E229", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E229_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1397936.923744227737188, 5859877.870162684470415 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E230_dn", "crsloc_id": "pipe_8_E230_49.82", "crsloc_branchid": "pipe_8_E230", "crsloc_chainage": 49.822513766651177, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E230", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E230_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1397981.64439625875093, 5859855.90778212249279 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E231_dn", "crsloc_id": "pipe_8_E231_49.96", "crsloc_branchid": "pipe_8_E231", "crsloc_chainage": 49.957523898470427, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E231", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E231_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398028.885239223018289, 5859839.657952889800072 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E232_dn", "crsloc_id": "pipe_8_E232_49.68", "crsloc_branchid": "pipe_8_E232", "crsloc_chainage": 49.67938010819946, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E232", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E232_49.68" }, "geometry": { "type": "Point", "coordinates": [ 1398074.333874926203862, 5859819.596489317715168 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E233_dn", "crsloc_id": "pipe_8_E233_49.82", "crsloc_branchid": "pipe_8_E233", "crsloc_chainage": 49.81609803538344, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E233", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E233_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1398115.10738128842786, 5859790.975434089079499 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E234_dn", "crsloc_id": "pipe_8_E234_49.88", "crsloc_branchid": "pipe_8_E234", "crsloc_chainage": 49.87541410182731, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E234", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E234_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1398149.744975707959384, 5859755.089587510563433 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E235_dn", "crsloc_id": "pipe_8_E235_49.96", "crsloc_branchid": "pipe_8_E235", "crsloc_chainage": 49.957523898718378, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E235", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E235_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398183.274726968258619, 5859718.055684468708932 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E236_dn", "crsloc_id": "pipe_8_E236_49.96", "crsloc_branchid": "pipe_8_E236", "crsloc_chainage": 49.957523898184249, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E236", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E236_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398216.804478228790686, 5859681.021781427785754 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E237_dn", "crsloc_id": "pipe_8_E237_49.96", "crsloc_branchid": "pipe_8_E237", "crsloc_chainage": 49.957523898718378, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E237", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E237_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398250.334229489089921, 5859643.987878385931253 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E238_dn", "crsloc_id": "pipe_8_E238_49.96", "crsloc_branchid": "pipe_8_E238", "crsloc_chainage": 49.95634876690508, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E238", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E238_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398284.481650964356959, 5859607.524329618550837 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E239_dn", "crsloc_id": "pipe_8_E239_49.92", "crsloc_branchid": "pipe_8_E239", "crsloc_chainage": 49.921115148915746, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E239", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E239_49.92" }, "geometry": { "type": "Point", "coordinates": [ 1398319.317491063848138, 5859571.767064870335162 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E240_dn", "crsloc_id": "pipe_8_E240_49.96", "crsloc_branchid": "pipe_8_E240", "crsloc_chainage": 49.957523898344043, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E240", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E240_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398357.123779168818146, 5859539.110690702684224 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E241_dn", "crsloc_id": "pipe_8_E241_49.86", "crsloc_branchid": "pipe_8_E241", "crsloc_chainage": 49.857907729497356, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E241", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E241_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1398396.994694244116545, 5859509.175408939830959 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E242_dn", "crsloc_id": "pipe_8_E242_49.96", "crsloc_branchid": "pipe_8_E242", "crsloc_chainage": 49.957523898729335, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E242", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E242_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398438.625188711099327, 5859481.559179571457207 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E243_dn", "crsloc_id": "pipe_8_E243_49.44", "crsloc_branchid": "pipe_8_E243", "crsloc_chainage": 49.435286588602516, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E243", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E243_49.44" }, "geometry": { "type": "Point", "coordinates": [ 1398483.539108508033678, 5859460.905187982134521 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E244_dn", "crsloc_id": "pipe_8_E244_49.96", "crsloc_branchid": "pipe_8_E244", "crsloc_chainage": 49.957523898558946, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E244", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E244_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398531.329333725385368, 5859446.3501693373546 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E245_dn", "crsloc_id": "pipe_8_E245_42.65", "crsloc_branchid": "pipe_8_E245", "crsloc_chainage": 42.651960776383021, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E245", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E245_42.65" }, "geometry": { "type": "Point", "coordinates": [ 1398573.904497290030122, 5859448.908529263921082 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E246_dn", "crsloc_id": "pipe_8_E246_44.70", "crsloc_branchid": "pipe_8_E246", "crsloc_chainage": 44.702735447968912, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E246", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E246_44.70" }, "geometry": { "type": "Point", "coordinates": [ 1398532.548580731498078, 5859465.879761456511915 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E247_dn", "crsloc_id": "pipe_8_E247_48.90", "crsloc_branchid": "pipe_8_E247", "crsloc_chainage": 48.902569785559926, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E247", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E247_48.90" }, "geometry": { "type": "Point", "coordinates": [ 1398491.570629527093843, 5859492.568126837722957 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E248_dn", "crsloc_id": "pipe_8_E248_49.91", "crsloc_branchid": "pipe_8_E248", "crsloc_chainage": 49.911632187909134, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E248", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E248_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1398461.301121125230566, 5859532.253487977199256 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E249_dn", "crsloc_id": "pipe_8_E249_49.93", "crsloc_branchid": "pipe_8_E249", "crsloc_chainage": 49.929883631284135, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E249", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E249_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1398432.456113477703184, 5859573.008350426331162 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E250_dn", "crsloc_id": "pipe_8_E250_49.96", "crsloc_branchid": "pipe_8_E250", "crsloc_chainage": 49.957523898363831, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E250", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E250_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398405.885065378854051, 5859615.313593564555049 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E251_dn", "crsloc_id": "pipe_8_E251_41.74", "crsloc_branchid": "pipe_8_E251", "crsloc_chainage": 41.735373855690931, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E251", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E251_41.74" }, "geometry": { "type": "Point", "coordinates": [ 1398401.093442294746637, 5859656.772992729209363 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E252_dn", "crsloc_id": "pipe_8_E252_46.90", "crsloc_branchid": "pipe_8_E252", "crsloc_chainage": 46.896074382543155, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E252", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E252_46.90" }, "geometry": { "type": "Point", "coordinates": [ 1398434.507358234375715, 5859623.867795357480645 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E253_dn", "crsloc_id": "pipe_8_E253_49.73", "crsloc_branchid": "pipe_8_E253", "crsloc_chainage": 49.730659345045794, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E253", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E253_49.73" }, "geometry": { "type": "Point", "coordinates": [ 1398464.939288959605619, 5859584.535415932536125 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E254_dn", "crsloc_id": "pipe_8_E254_49.86", "crsloc_branchid": "pipe_8_E254", "crsloc_chainage": 49.86180573975988, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E254", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E254_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1398503.837231649784371, 5859553.340068104676902 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E255_dn", "crsloc_id": "pipe_8_E255_49.52", "crsloc_branchid": "pipe_8_E255", "crsloc_chainage": 49.5248909651025, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E255", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E255_49.52" }, "geometry": { "type": "Point", "coordinates": [ 1398546.459559988696128, 5859528.119997682981193 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E256_dn", "crsloc_id": "pipe_8_E256_49.96", "crsloc_branchid": "pipe_8_E256", "crsloc_chainage": 49.957523898564126, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E256", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E256_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398595.661088732071221, 5859519.461836019530892 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E257_dn", "crsloc_id": "pipe_8_E257_49.92", "crsloc_branchid": "pipe_8_E257", "crsloc_chainage": 49.915099476220163, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E257", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E257_49.92" }, "geometry": { "type": "Point", "coordinates": [ 1398644.526447595329955, 5859509.27881785761565 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E258_dn", "crsloc_id": "pipe_8_E258_49.96", "crsloc_branchid": "pipe_8_E258", "crsloc_chainage": 49.957523898351155, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E258", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E258_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398692.807618896011263, 5859496.445942424237728 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E259_dn", "crsloc_id": "pipe_8_E259_49.94", "crsloc_branchid": "pipe_8_E259", "crsloc_chainage": 49.940450376109695, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E259", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E259_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1398739.501339873997495, 5859478.733093839138746 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E260_dn", "crsloc_id": "pipe_8_E260_49.82", "crsloc_branchid": "pipe_8_E260", "crsloc_chainage": 49.823390765841069, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E260", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E260_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1398787.201663054060191, 5859464.343881354667246 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E261_dn", "crsloc_id": "pipe_8_E261_49.78", "crsloc_branchid": "pipe_8_E261", "crsloc_chainage": 49.77907589421163, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E261", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E261_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1398835.171647123061121, 5859451.045873033814132 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E262_dn", "crsloc_id": "pipe_8_E262_47.42", "crsloc_branchid": "pipe_8_E262", "crsloc_chainage": 47.422507363186817, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E262", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E262_47.42" }, "geometry": { "type": "Point", "coordinates": [ 1398858.065017622429878, 5859409.515308484435081 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E263_dn", "crsloc_id": "pipe_8_E263_48.36", "crsloc_branchid": "pipe_8_E263", "crsloc_chainage": 48.356901810187118, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E263", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E263_48.36" }, "geometry": { "type": "Point", "coordinates": [ 1398847.216460886178538, 5859362.391017832793295 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E264_dn", "crsloc_id": "pipe_8_E264_48.96", "crsloc_branchid": "pipe_8_E264", "crsloc_chainage": 48.956551144671437, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E264", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E264_48.96" }, "geometry": { "type": "Point", "coordinates": [ 1398801.557521830545738, 5859344.727349349297583 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E265_dn", "crsloc_id": "pipe_8_E265_20.60", "crsloc_branchid": "pipe_8_E265", "crsloc_chainage": 20.599952220987859, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E265", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E265_20.60" }, "geometry": { "type": "Point", "coordinates": [ 1398802.493710001232103, 5859324.148681189864874 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E266_dn", "crsloc_id": "pipe_8_E266_49.96", "crsloc_branchid": "pipe_8_E266", "crsloc_chainage": 49.957480560135885, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E266", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E266_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398847.80217386293225, 5859345.19370355643332 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E267_dn", "crsloc_id": "pipe_8_E267_49.35", "crsloc_branchid": "pipe_8_E267", "crsloc_chainage": 49.348329976891449, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E267", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E267_49.35" }, "geometry": { "type": "Point", "coordinates": [ 1398883.701321874046698, 5859379.053840053267777 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E268_dn", "crsloc_id": "pipe_8_E268_46.24", "crsloc_branchid": "pipe_8_E268", "crsloc_chainage": 46.235370128516841, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E268", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E268_46.24" }, "geometry": { "type": "Point", "coordinates": [ 1398921.561593507183716, 5859405.59266600292176 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E269_dn", "crsloc_id": "pipe_8_E269_38.66", "crsloc_branchid": "pipe_8_E269", "crsloc_chainage": 38.65950476476894, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E269", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E269_38.66" }, "geometry": { "type": "Point", "coordinates": [ 1398916.532475853571668, 5859367.261669612489641 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E270_dn", "crsloc_id": "pipe_8_E270_49.57", "crsloc_branchid": "pipe_8_E270", "crsloc_chainage": 49.57419919695613, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E270", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E270_49.57" }, "geometry": { "type": "Point", "coordinates": [ 1398878.751509881811216, 5859335.164943357929587 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E271_dn", "crsloc_id": "pipe_8_E271_49.52", "crsloc_branchid": "pipe_8_E271", "crsloc_chainage": 49.519914248549306, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E271", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E271_49.52" }, "geometry": { "type": "Point", "coordinates": [ 1398837.095387369161472, 5859308.388286277651787 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E272_dn", "crsloc_id": "pipe_8_E272_48.28", "crsloc_branchid": "pipe_8_E272", "crsloc_chainage": 48.28224666717491, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E272", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E272_48.28" }, "geometry": { "type": "Point", "coordinates": [ 1398828.4637511507608, 5859260.883863331750035 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E273_dn", "crsloc_id": "pipe_8_E273_49.62", "crsloc_branchid": "pipe_8_E273", "crsloc_chainage": 49.620139912007687, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E273", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E273_49.62" }, "geometry": { "type": "Point", "coordinates": [ 1398825.407821342581883, 5859211.35791480075568 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E274_dn", "crsloc_id": "pipe_8_E274_49.96", "crsloc_branchid": "pipe_8_E274", "crsloc_chainage": 49.957523898526972, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E274", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E274_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398810.070193937746808, 5859163.81307933293283 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E275_dn", "crsloc_id": "pipe_8_E275_49.96", "crsloc_branchid": "pipe_8_E275", "crsloc_chainage": 49.957523898455484, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E275", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E275_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398794.732566533144563, 5859116.26824386510998 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E276_dn", "crsloc_id": "pipe_8_E276_49.81", "crsloc_branchid": "pipe_8_E276", "crsloc_chainage": 49.814474154205399, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E276", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E276_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1398782.747474028496072, 5859067.9170350600034 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E277_dn", "crsloc_id": "pipe_8_E277_49.71", "crsloc_branchid": "pipe_8_E277", "crsloc_chainage": 49.711484594499225, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E277", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E277_49.71" }, "geometry": { "type": "Point", "coordinates": [ 1398770.17950126901269, 5859019.8204888086766 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E278_dn", "crsloc_id": "pipe_8_E278_24.94", "crsloc_branchid": "pipe_8_E278", "crsloc_chainage": 24.937769766566255, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E278", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E278_24.94" }, "geometry": { "type": "Point", "coordinates": [ 1398795.085148732177913, 5859018.555148786865175 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E279_dn", "crsloc_id": "pipe_8_E279_49.96", "crsloc_branchid": "pipe_8_E279", "crsloc_chainage": 49.957523898361266, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E279", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E279_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398805.761120797367766, 5859067.358609878458083 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E280_dn", "crsloc_id": "pipe_8_E280_49.43", "crsloc_branchid": "pipe_8_E280", "crsloc_chainage": 49.43071811570519, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E280", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E280_49.43" }, "geometry": { "type": "Point", "coordinates": [ 1398822.476000100839883, 5859113.877516822889447 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E281_dn", "crsloc_id": "pipe_8_E281_49.96", "crsloc_branchid": "pipe_8_E281", "crsloc_chainage": 49.957523897982824, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E281", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E281_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398846.775557091226801, 5859157.527095561847091 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E282_dn", "crsloc_id": "pipe_8_E282_49.67", "crsloc_branchid": "pipe_8_E282", "crsloc_chainage": 49.665055210198169, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E282", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E282_49.67" }, "geometry": { "type": "Point", "coordinates": [ 1398856.31471465039067, 5859206.267450321465731 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E283_dn", "crsloc_id": "pipe_8_E283_47.70", "crsloc_branchid": "pipe_8_E283", "crsloc_chainage": 47.69503024371695, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E283", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E283_47.70" }, "geometry": { "type": "Point", "coordinates": [ 1398869.156176014570519, 5859252.201237232424319 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E284_dn", "crsloc_id": "pipe_8_E284_45.25", "crsloc_branchid": "pipe_8_E284", "crsloc_chainage": 45.246368615858955, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E284", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E284_45.25" }, "geometry": { "type": "Point", "coordinates": [ 1398880.023954376578331, 5859208.279428681358695 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E285_dn", "crsloc_id": "pipe_8_E285_49.70", "crsloc_branchid": "pipe_8_E285", "crsloc_chainage": 49.69812853024218, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E285", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E285_49.70" }, "geometry": { "type": "Point", "coordinates": [ 1398880.626256473595276, 5859158.584949998185039 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E286_dn", "crsloc_id": "pipe_8_E286_49.96", "crsloc_branchid": "pipe_8_E286", "crsloc_chainage": 49.957523898401405, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E286", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E286_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398868.13963572261855, 5859110.213072876445949 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E287_dn", "crsloc_id": "pipe_8_E287_49.91", "crsloc_branchid": "pipe_8_E287", "crsloc_chainage": 49.908455494164748, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E287", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E287_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1398853.932250312762335, 5859062.36953486315906 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E288_dn", "crsloc_id": "pipe_8_E288_49.96", "crsloc_branchid": "pipe_8_E288", "crsloc_chainage": 49.957523898288756, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E288", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E288_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398837.122472708113492, 5859015.325028585270047 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E289_dn", "crsloc_id": "pipe_8_E289_47.84", "crsloc_branchid": "pipe_8_E289", "crsloc_chainage": 47.840592358882546, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E289", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E289_47.84" }, "geometry": { "type": "Point", "coordinates": [ 1398811.025979021331295, 5858975.228952785953879 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E290_dn", "crsloc_id": "pipe_8_E290_37.84", "crsloc_branchid": "pipe_8_E290", "crsloc_chainage": 37.840020475095692, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E290", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E290_37.84" }, "geometry": { "type": "Point", "coordinates": [ 1398792.731020024977624, 5858942.105522636324167 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E291_dn", "crsloc_id": "pipe_8_E291_46.27", "crsloc_branchid": "pipe_8_E291", "crsloc_chainage": 46.268467280404579, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E291", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E291_46.27" }, "geometry": { "type": "Point", "coordinates": [ 1398830.329653899185359, 5858969.070570295676589 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E292_dn", "crsloc_id": "pipe_8_E292_49.04", "crsloc_branchid": "pipe_8_E292", "crsloc_chainage": 49.043586294687167, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E292", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E292_49.04" }, "geometry": { "type": "Point", "coordinates": [ 1398855.120396409882233, 5859011.387144382111728 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E293_dn", "crsloc_id": "pipe_8_E293_49.96", "crsloc_branchid": "pipe_8_E293", "crsloc_chainage": 49.957523897930429, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E293", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E293_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398871.986897473689169, 5859058.411343852989376 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E294_dn", "crsloc_id": "pipe_8_E294_49.96", "crsloc_branchid": "pipe_8_E294", "crsloc_chainage": 49.957523898728461, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E294", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E294_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398888.853398537263274, 5859105.435543324798346 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E295_dn", "crsloc_id": "pipe_8_E295_26.59", "crsloc_branchid": "pipe_8_E295", "crsloc_chainage": 26.594576979858495, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E295", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E295_26.59" }, "geometry": { "type": "Point", "coordinates": [ 1398900.727339124539867, 5859081.638882641680539 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E296_dn", "crsloc_id": "pipe_8_E296_49.96", "crsloc_branchid": "pipe_8_E296", "crsloc_chainage": 49.957523898475657, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E296", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E296_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398886.090775846736506, 5859033.873568767681718 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E297_dn", "crsloc_id": "pipe_8_E297_49.96", "crsloc_branchid": "pipe_8_E297", "crsloc_chainage": 49.957523898475657, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E297", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E297_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398871.454212568933144, 5858986.108254893682897 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E298_dn", "crsloc_id": "pipe_8_E298_49.62", "crsloc_branchid": "pipe_8_E298", "crsloc_chainage": 49.622385246649429, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E298", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E298_49.62" }, "geometry": { "type": "Point", "coordinates": [ 1398849.153736402047798, 5858941.779146169312298 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E299_dn", "crsloc_id": "pipe_8_E299_49.96", "crsloc_branchid": "pipe_8_E299", "crsloc_chainage": 49.957523898627699, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E299", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E299_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398815.222575184656307, 5858905.112669756636024 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E300_dn", "crsloc_id": "pipe_8_E300_49.55", "crsloc_branchid": "pipe_8_E300", "crsloc_chainage": 49.546214419069734, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E300", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E300_49.55" }, "geometry": { "type": "Point", "coordinates": [ 1398794.85430785198696, 5858859.946741789579391 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E301_dn", "crsloc_id": "pipe_8_E301_49.27", "crsloc_branchid": "pipe_8_E301", "crsloc_chainage": 49.270419896810409, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E301", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E301_49.27" }, "geometry": { "type": "Point", "coordinates": [ 1398792.106715303380042, 5858810.75299206469208 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E302_dn", "crsloc_id": "pipe_8_E302_49.96", "crsloc_branchid": "pipe_8_E302", "crsloc_chainage": 49.957523898896838, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E302", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E302_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398793.643042888259515, 5858760.819096846506 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E303_dn", "crsloc_id": "pipe_8_E303_49.89", "crsloc_branchid": "pipe_8_E303", "crsloc_chainage": 49.885423306221945, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E303", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E303_49.89" }, "geometry": { "type": "Point", "coordinates": [ 1398790.088434485485777, 5858711.060477316379547 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E304_dn", "crsloc_id": "pipe_8_E304_48.75", "crsloc_branchid": "pipe_8_E304", "crsloc_chainage": 48.748985548057995, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E304", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E304_48.75" }, "geometry": { "type": "Point", "coordinates": [ 1398794.878786830464378, 5858662.547426326200366 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E305_dn", "crsloc_id": "pipe_8_E305_25.71", "crsloc_branchid": "pipe_8_E305", "crsloc_chainage": 25.705159536630102, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E305", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E305_25.71" }, "geometry": { "type": "Point", "coordinates": [ 1398819.366494038375095, 5858670.364549998193979 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E306_dn", "crsloc_id": "pipe_8_E306_46.40", "crsloc_branchid": "pipe_8_E306", "crsloc_chainage": 46.403757390133897, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E306", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E306_46.40" }, "geometry": { "type": "Point", "coordinates": [ 1398819.617673476459458, 5858716.76762757729739 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E307_dn", "crsloc_id": "pipe_8_E307_49.96", "crsloc_branchid": "pipe_8_E307", "crsloc_chainage": 49.956155640040727, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E307", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E307_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398839.440140422666445, 5858762.622695895843208 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E308_dn", "crsloc_id": "pipe_8_E308_49.78", "crsloc_branchid": "pipe_8_E308", "crsloc_chainage": 49.775902692574206, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E308", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E308_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1398862.207243219949305, 5858806.886671305634081 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E309_dn", "crsloc_id": "pipe_8_E309_49.96", "crsloc_branchid": "pipe_8_E309", "crsloc_chainage": 49.95752389797844, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E309", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E309_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398889.802204162580892, 5858848.531266688369215 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E310_dn", "crsloc_id": "pipe_8_E310_49.96", "crsloc_branchid": "pipe_8_E310", "crsloc_chainage": 49.957523898754793, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E310", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E310_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398917.39716510521248, 5858890.17586207203567 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E311_dn", "crsloc_id": "pipe_8_E311_49.96", "crsloc_branchid": "pipe_8_E311", "crsloc_chainage": 49.95752389797844, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E311", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E311_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398944.992126047844067, 5858931.820457454770803 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E312_dn", "crsloc_id": "pipe_8_E312_49.82", "crsloc_branchid": "pipe_8_E312", "crsloc_chainage": 49.821231366917438, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E312", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E312_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1398971.575186722679064, 5858973.957092110067606 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E313_dn", "crsloc_id": "pipe_8_E313_49.96", "crsloc_branchid": "pipe_8_E313", "crsloc_chainage": 49.957136109434551, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E313", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E313_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398987.166208792012185, 5859021.419029271230102 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E314_dn", "crsloc_id": "pipe_8_E314_46.99", "crsloc_branchid": "pipe_8_E314", "crsloc_chainage": 46.986045083073535, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E314", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E314_46.99" }, "geometry": { "type": "Point", "coordinates": [ 1399016.090406245552003, 5859058.44711637031287 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E315_dn", "crsloc_id": "pipe_8_E315_49.31", "crsloc_branchid": "pipe_8_E315", "crsloc_chainage": 49.305434215621801, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E315", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E315_49.31" }, "geometry": { "type": "Point", "coordinates": [ 1399064.877304280875251, 5859051.315186527557671 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E316_dn", "crsloc_id": "pipe_8_E316_49.96", "crsloc_branchid": "pipe_8_E316", "crsloc_chainage": 49.957523898627066, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E316", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E316_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1399112.820078881457448, 5859037.270808375440538 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E317_dn", "crsloc_id": "pipe_8_E317_43.39", "crsloc_branchid": "pipe_8_E317", "crsloc_chainage": 43.389702097037336, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E317", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E317_43.39" }, "geometry": { "type": "Point", "coordinates": [ 1399155.369209250900894, 5859045.770087925717235 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E318_dn", "crsloc_id": "pipe_8_E318_44.93", "crsloc_branchid": "pipe_8_E318", "crsloc_chainage": 44.932932540195026, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E318", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E318_44.93" }, "geometry": { "type": "Point", "coordinates": [ 1399184.26689311536029, 5859080.177823886275291 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E319_dn", "crsloc_id": "pipe_8_E319_49.80", "crsloc_branchid": "pipe_8_E319", "crsloc_chainage": 49.802574926993628, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E319", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E319_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1399230.582083143759519, 5859061.869365677237511 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E320_dn", "crsloc_id": "pipe_8_E320_49.30", "crsloc_branchid": "pipe_8_E320", "crsloc_chainage": 49.296014891908349, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E320", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E320_49.30" }, "geometry": { "type": "Point", "coordinates": [ 1399278.64013407076709, 5859050.891167950816453 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E321_dn", "crsloc_id": "pipe_8_E321_49.78", "crsloc_branchid": "pipe_8_E321", "crsloc_chainage": 49.781909744260815, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E321", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E321_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1399328.355699470732361, 5859048.321908378973603 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E322_dn", "crsloc_id": "pipe_8_E322_49.50", "crsloc_branchid": "pipe_8_E322", "crsloc_chainage": 49.497811992982591, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E322", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E322_49.50" }, "geometry": { "type": "Point", "coordinates": [ 1399370.16553715383634, 5859074.816641157492995 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E323_dn", "crsloc_id": "pipe_8_E323_49.90", "crsloc_branchid": "pipe_8_E323", "crsloc_chainage": 49.899327841156158, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E323", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E323_49.90" }, "geometry": { "type": "Point", "coordinates": [ 1399410.248347557615489, 5859104.537193459458649 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E324_dn", "crsloc_id": "pipe_8_E324_48.40", "crsloc_branchid": "pipe_8_E324", "crsloc_chainage": 48.403012818567582, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E324", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E324_48.40" }, "geometry": { "type": "Point", "coordinates": [ 1399458.397684239549562, 5859099.588150420226157 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E325_dn", "crsloc_id": "pipe_8_E325_49.96", "crsloc_branchid": "pipe_8_E325", "crsloc_chainage": 49.957069746416579, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E325", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E325_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1399505.852520841639489, 5859083.975741870701313 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E326_dn", "crsloc_id": "pipe_8_E326_49.53", "crsloc_branchid": "pipe_8_E326", "crsloc_chainage": 49.532628031161352, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E326", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E326_49.53" }, "geometry": { "type": "Point", "coordinates": [ 1399555.343614747049287, 5859081.947722216136754 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E327_dn", "crsloc_id": "pipe_8_E327_49.68", "crsloc_branchid": "pipe_8_E327", "crsloc_chainage": 49.684920714536361, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E327", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E327_49.68" }, "geometry": { "type": "Point", "coordinates": [ 1399601.015649068634957, 5859062.386111154220998 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E328_dn", "crsloc_id": "pipe_8_E328_49.67", "crsloc_branchid": "pipe_8_E328", "crsloc_chainage": 49.67276338441021, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E328", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E328_49.67" }, "geometry": { "type": "Point", "coordinates": [ 1399645.166987635195255, 5859039.625559205189347 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E329_dn", "crsloc_id": "pipe_8_E329_42.41", "crsloc_branchid": "pipe_8_E329", "crsloc_chainage": 42.409041604533634, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E329", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E329_42.41" }, "geometry": { "type": "Point", "coordinates": [ 1399678.521855275146663, 5859013.434346660971642 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E330_dn", "crsloc_id": "pipe_8_E330_48.44", "crsloc_branchid": "pipe_8_E330", "crsloc_chainage": 48.436878201946506, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E330", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E330_48.44" }, "geometry": { "type": "Point", "coordinates": [ 1399631.887222865596414, 5859026.524122441187501 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E331_dn", "crsloc_id": "pipe_8_E331_49.42", "crsloc_branchid": "pipe_8_E331", "crsloc_chainage": 49.41874320203619, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E331", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E331_49.42" }, "geometry": { "type": "Point", "coordinates": [ 1399582.468943196348846, 5859026.310079920105636 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E332_dn", "crsloc_id": "pipe_8_E332_48.52", "crsloc_branchid": "pipe_8_E332", "crsloc_chainage": 48.524402867231231, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E332", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E332_48.52" }, "geometry": { "type": "Point", "coordinates": [ 1399539.589506425894797, 5859003.595072196796536 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E333_dn", "crsloc_id": "pipe_8_E333_49.57", "crsloc_branchid": "pipe_8_E333", "crsloc_chainage": 49.571433658132683, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E333", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E333_49.57" }, "geometry": { "type": "Point", "coordinates": [ 1399519.86119730817154, 5858958.118475421331823 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E334_dn", "crsloc_id": "pipe_8_E334_49.63", "crsloc_branchid": "pipe_8_E334", "crsloc_chainage": 49.634522491253819, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E334", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E334_49.63" }, "geometry": { "type": "Point", "coordinates": [ 1399500.702504059299827, 5858912.330591697245836 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E335_dn", "crsloc_id": "pipe_8_E335_41.08", "crsloc_branchid": "pipe_8_E335", "crsloc_chainage": 41.080282221601166, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E335", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E335_41.08" }, "geometry": { "type": "Point", "coordinates": [ 1399459.870544660370797, 5858907.820527501404285 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E336_dn", "crsloc_id": "pipe_8_E336_49.53", "crsloc_branchid": "pipe_8_E336", "crsloc_chainage": 49.532584624218764, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E336", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E336_49.53" }, "geometry": { "type": "Point", "coordinates": [ 1399416.549590024864301, 5858931.836601889692247 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E337_dn", "crsloc_id": "pipe_8_E337_48.31", "crsloc_branchid": "pipe_8_E337", "crsloc_chainage": 48.312474514557849, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E337", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E337_48.31" }, "geometry": { "type": "Point", "coordinates": [ 1399368.608087686588988, 5858925.861022648401558 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E338_dn", "crsloc_id": "pipe_8_E338_49.96", "crsloc_branchid": "pipe_8_E338", "crsloc_chainage": 49.957523898666757, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E338", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E338_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1399321.001041107112542, 5858910.717598000541329 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E339_dn", "crsloc_id": "pipe_8_E339_47.48", "crsloc_branchid": "pipe_8_E339", "crsloc_chainage": 47.481969465602504, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E339", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E339_47.48" }, "geometry": { "type": "Point", "coordinates": [ 1399280.58931208611466, 5858885.789108638651669 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E340_dn", "crsloc_id": "pipe_8_E340_32.86", "crsloc_branchid": "pipe_8_E340", "crsloc_chainage": 32.860554969497969, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E340", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E340_32.86" }, "geometry": { "type": "Point", "coordinates": [ 1399313.228826150530949, 5858881.984086359851062 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E341_dn", "crsloc_id": "pipe_8_E341_49.62", "crsloc_branchid": "pipe_8_E341", "crsloc_chainage": 49.622774480188596, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E341", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E341_49.62" }, "geometry": { "type": "Point", "coordinates": [ 1399361.001372494967654, 5858895.408078421838582 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E342_dn", "crsloc_id": "pipe_8_E342_49.48", "crsloc_branchid": "pipe_8_E342", "crsloc_chainage": 49.481888968909146, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E342", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E342_49.48" }, "geometry": { "type": "Point", "coordinates": [ 1399410.482293800916523, 5858895.717533824034035 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E343_dn", "crsloc_id": "pipe_8_E343_48.34", "crsloc_branchid": "pipe_8_E343", "crsloc_chainage": 48.343779394892223, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E343", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E343_48.34" }, "geometry": { "type": "Point", "coordinates": [ 1399446.095617066370323, 5858863.024840264581144 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E344_dn", "crsloc_id": "pipe_8_E344_49.61", "crsloc_branchid": "pipe_8_E344", "crsloc_chainage": 49.607430620828531, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E344", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E344_49.61" }, "geometry": { "type": "Point", "coordinates": [ 1399474.489380049519241, 5858822.346942132338881 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E345_dn", "crsloc_id": "pipe_8_E345_45.82", "crsloc_branchid": "pipe_8_E345", "crsloc_chainage": 45.822502971384779, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E345", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E345_45.82" }, "geometry": { "type": "Point", "coordinates": [ 1399520.245104632107541, 5858824.819885011762381 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E346_dn", "crsloc_id": "pipe_8_E346_48.56", "crsloc_branchid": "pipe_8_E346", "crsloc_chainage": 48.556641089241602, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E346", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E346_48.56" }, "geometry": { "type": "Point", "coordinates": [ 1399566.586486837361008, 5858839.3189777135849 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E347_dn", "crsloc_id": "pipe_8_E347_49.76", "crsloc_branchid": "pipe_8_E347", "crsloc_chainage": 49.761966558405511, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E347", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E347_49.76" }, "geometry": { "type": "Point", "coordinates": [ 1399615.488784328103065, 5858830.109275444410741 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E348_dn", "crsloc_id": "pipe_8_E348_49.72", "crsloc_branchid": "pipe_8_E348", "crsloc_chainage": 49.715971494168684, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E348", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E348_49.72" }, "geometry": { "type": "Point", "coordinates": [ 1399664.699285737471655, 5858823.037898446433246 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E349_dn", "crsloc_id": "pipe_8_E349_49.96", "crsloc_branchid": "pipe_8_E349", "crsloc_chainage": 49.957523898450148, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E349", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E349_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1399714.575816753786057, 5858820.194335919804871 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E350_dn", "crsloc_id": "pipe_8_E350_49.88", "crsloc_branchid": "pipe_8_E350", "crsloc_chainage": 49.881340490015148, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E350", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E350_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1399764.179638285189867, 5858814.939907448366284 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E351_dn", "crsloc_id": "pipe_8_E351_46.70", "crsloc_branchid": "pipe_8_E351", "crsloc_chainage": 46.701166415538566, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E351", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E351_46.70" }, "geometry": { "type": "Point", "coordinates": [ 1399807.40419201576151, 5858832.621448652818799 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E352_dn", "crsloc_id": "pipe_8_E352_49.94", "crsloc_branchid": "pipe_8_E352", "crsloc_chainage": 49.944813661300891, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E352", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E352_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1399840.471942235482857, 5858870.051494165323675 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E353_dn", "crsloc_id": "pipe_8_E353_49.82", "crsloc_branchid": "pipe_8_E353", "crsloc_chainage": 49.820957570732133, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E353", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E353_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1399869.586369307944551, 5858910.480171481147408 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E354_dn", "crsloc_id": "pipe_8_E354_34.86", "crsloc_branchid": "pipe_8_E354", "crsloc_chainage": 34.85684219245033, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E354", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E354_34.86" }, "geometry": { "type": "Point", "coordinates": [ 1399904.217733812285587, 5858914.438459014520049 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E355_dn", "crsloc_id": "pipe_8_E355_47.74", "crsloc_branchid": "pipe_8_E355", "crsloc_chainage": 47.73590252374499, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E355", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E355_47.74" }, "geometry": { "type": "Point", "coordinates": [ 1399875.04219179507345, 5858876.656133281998336 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E356_dn", "crsloc_id": "pipe_8_E356_49.88", "crsloc_branchid": "pipe_8_E356", "crsloc_chainage": 49.883312809647379, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E356", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E356_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1399842.579061046708375, 5858838.781471054069698 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E357_dn", "crsloc_id": "pipe_8_E357_49.96", "crsloc_branchid": "pipe_8_E357", "crsloc_chainage": 49.957523898745023, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E357", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E357_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1399811.183227530913427, 5858799.922034208662808 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E358_dn", "crsloc_id": "pipe_8_E358_44.99", "crsloc_branchid": "pipe_8_E358", "crsloc_chainage": 44.988031029999156, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E358", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E358_44.99" }, "geometry": { "type": "Point", "coordinates": [ 1399767.760693783638999, 5858788.157405063509941 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E359_dn", "crsloc_id": "pipe_8_E359_43.42", "crsloc_branchid": "pipe_8_E359", "crsloc_chainage": 43.418605341369251, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E359", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E359_43.42" }, "geometry": { "type": "Point", "coordinates": [ 1399730.487013682723045, 5858765.889758992940187 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E360_dn", "crsloc_id": "pipe_8_E360_46.48", "crsloc_branchid": "pipe_8_E360", "crsloc_chainage": 46.483506127419922, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E360", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E360_46.48" }, "geometry": { "type": "Point", "coordinates": [ 1399775.990700061200187, 5858756.396031175740063 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E361_dn", "crsloc_id": "pipe_8_E361_48.69", "crsloc_branchid": "pipe_8_E361", "crsloc_chainage": 48.685678335772941, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E361", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E361_48.69" }, "geometry": { "type": "Point", "coordinates": [ 1399822.645813958020881, 5858770.309895566664636 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E362_dn", "crsloc_id": "pipe_8_E362_49.57", "crsloc_branchid": "pipe_8_E362", "crsloc_chainage": 49.566841661666423, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E362", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E362_49.57" }, "geometry": { "type": "Point", "coordinates": [ 1399848.382879206677899, 5858812.671142770908773 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E363_dn", "crsloc_id": "pipe_8_E363_49.82", "crsloc_branchid": "pipe_8_E363", "crsloc_chainage": 49.823553680214829, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E363", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E363_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1399890.146971003850922, 5858839.840006156824529 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E364_dn", "crsloc_id": "pipe_8_E364_49.82", "crsloc_branchid": "pipe_8_E364", "crsloc_chainage": 49.81779906837582, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E364", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E364_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1399933.024881581775844, 5858865.203323930501938 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E365_dn", "crsloc_id": "pipe_8_E365_49.87", "crsloc_branchid": "pipe_8_E365", "crsloc_chainage": 49.866758037648403, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E365", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E365_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1399981.74044368439354, 5858875.856378244236112 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E366_dn", "crsloc_id": "pipe_8_E366_49.72", "crsloc_branchid": "pipe_8_E366", "crsloc_chainage": 49.72261873911232, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E366", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E366_49.72" }, "geometry": { "type": "Point", "coordinates": [ 1400031.093885593581945, 5858881.904236211441457 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E367_dn", "crsloc_id": "pipe_8_E367_48.07", "crsloc_branchid": "pipe_8_E367", "crsloc_chainage": 48.071533759527632, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E367", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E367_48.07" }, "geometry": { "type": "Point", "coordinates": [ 1400074.736314863199368, 5858861.749566146172583 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E368_dn", "crsloc_id": "pipe_8_E368_47.34", "crsloc_branchid": "pipe_8_E368", "crsloc_chainage": 47.336206996403995, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E368", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E368_47.34" }, "geometry": { "type": "Point", "coordinates": [ 1400120.04604879906401, 5858848.047577112913132 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E369_dn", "crsloc_id": "pipe_8_E369_49.62", "crsloc_branchid": "pipe_8_E369", "crsloc_chainage": 49.616975403574465, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E369", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E369_49.62" }, "geometry": { "type": "Point", "coordinates": [ 1400169.107465818757191, 5858855.451738660223782 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E370_dn", "crsloc_id": "pipe_8_E370_49.96", "crsloc_branchid": "pipe_8_E370", "crsloc_chainage": 49.957523898351262, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E370", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E370_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1400219.055904014734551, 5858854.498997437767684 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E371_dn", "crsloc_id": "pipe_8_E371_49.14", "crsloc_branchid": "pipe_8_E371", "crsloc_chainage": 49.136916844649996, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E371", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E371_49.14" }, "geometry": { "type": "Point", "coordinates": [ 1400264.202496099984273, 5858835.102559102699161 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E372_dn", "crsloc_id": "pipe_8_E372_49.80", "crsloc_branchid": "pipe_8_E372", "crsloc_chainage": 49.802089085319764, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E372", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E372_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1400313.5064406034071, 5858828.076241883449256 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E373_dn", "crsloc_id": "pipe_8_E373_49.95", "crsloc_branchid": "pipe_8_E373", "crsloc_chainage": 49.948301365378022, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E373", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E373_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1400363.408214918803424, 5858825.92084645293653 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E374_dn", "crsloc_id": "pipe_8_E374_49.63", "crsloc_branchid": "pipe_8_E374", "crsloc_chainage": 49.628007482259562, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E374", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E374_49.63" }, "geometry": { "type": "Point", "coordinates": [ 1400412.12190379598178, 5858816.438460538163781 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E375_dn", "crsloc_id": "pipe_8_E375_49.93", "crsloc_branchid": "pipe_8_E375", "crsloc_chainage": 49.925434430054878, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E375", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E375_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1400457.35316961701028, 5858795.303617381490767 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E376_dn", "crsloc_id": "pipe_8_E376_49.96", "crsloc_branchid": "pipe_8_E376", "crsloc_chainage": 49.957523898430026, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E376", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E376_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1400502.323299774201587, 5858773.544904466718435 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E377_dn", "crsloc_id": "pipe_8_E377_49.96", "crsloc_branchid": "pipe_8_E377", "crsloc_chainage": 49.957523898430026, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E377", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E377_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1400547.293429931392893, 5858751.786191551946104 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E378_dn", "crsloc_id": "pipe_8_E378_49.95", "crsloc_branchid": "pipe_8_E378", "crsloc_chainage": 49.945168259664484, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E378", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E378_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1400590.744895527139306, 5858727.159174475818872 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E379_dn", "crsloc_id": "pipe_8_E379_49.87", "crsloc_branchid": "pipe_8_E379", "crsloc_chainage": 49.865419856382871, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E379", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E379_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1400635.199019884923473, 5858704.567341326735914 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E380_dn", "crsloc_id": "pipe_8_E380_49.96", "crsloc_branchid": "pipe_8_E380", "crsloc_chainage": 49.957523898492298, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E380", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E380_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1400681.200077461311594, 5858685.082555058412254 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E381_dn", "crsloc_id": "pipe_8_E381_49.96", "crsloc_branchid": "pipe_8_E381", "crsloc_chainage": 49.957523898641149, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E381", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E381_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1400727.201135037466884, 5858665.597768789157271 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E382_dn", "crsloc_id": "pipe_8_E382_49.87", "crsloc_branchid": "pipe_8_E382", "crsloc_chainage": 49.866597288402062, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E382", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E382_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1400771.747518746880814, 5858643.185780400410295 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E383_dn", "crsloc_id": "pipe_8_E383_49.96", "crsloc_branchid": "pipe_8_E383", "crsloc_chainage": 49.95752389848375, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E383", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E383_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1400815.058141873218119, 5858618.287103357724845 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E384_dn", "crsloc_id": "pipe_8_E384_49.96", "crsloc_branchid": "pipe_8_E384", "crsloc_chainage": 49.95752389848375, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E384", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E384_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1400858.368764999555424, 5858593.388426315039396 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E385_dn", "crsloc_id": "pipe_8_E385_49.84", "crsloc_branchid": "pipe_8_E385", "crsloc_chainage": 49.835975324861749, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E385", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E385_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1400901.015538981882855, 5858567.603215331211686 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E386_dn", "crsloc_id": "pipe_8_E386_49.91", "crsloc_branchid": "pipe_8_E386", "crsloc_chainage": 49.905337607510965, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E386", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E386_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1400935.611248838482425, 5858531.635457808151841 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E387_dn", "crsloc_id": "pipe_8_E387_49.96", "crsloc_branchid": "pipe_8_E387", "crsloc_chainage": 49.957523898545169, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E387", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E387_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1400968.368858377216384, 5858493.916852168738842 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E388_dn", "crsloc_id": "pipe_8_E388_49.71", "crsloc_branchid": "pipe_8_E388", "crsloc_chainage": 49.709942296851473, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E388", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E388_49.71" }, "geometry": { "type": "Point", "coordinates": [ 1401003.934786917176098, 5858459.187281335704029 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E389_dn", "crsloc_id": "pipe_8_E389_49.96", "crsloc_branchid": "pipe_8_E389", "crsloc_chainage": 49.957509728555216, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E389", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E389_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1401043.585826724534854, 5858428.797351745888591 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E390_dn", "crsloc_id": "pipe_8_E390_49.96", "crsloc_branchid": "pipe_8_E390", "crsloc_chainage": 49.957523898642975, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E390", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E390_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1401083.221737525891513, 5858398.387669586576521 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E391_dn", "crsloc_id": "pipe_8_E391_49.16", "crsloc_branchid": "pipe_8_E391", "crsloc_chainage": 49.158190508306987, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E391", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E391_49.16" }, "geometry": { "type": "Point", "coordinates": [ 1401110.648461407981813, 5858357.591805689036846 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E392_dn", "crsloc_id": "pipe_8_E392_49.95", "crsloc_branchid": "pipe_8_E392", "crsloc_chainage": 49.951600287588455, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E392", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E392_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1401126.408902976894751, 5858310.191691207699478 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E393_dn", "crsloc_id": "pipe_8_E393_49.96", "crsloc_branchid": "pipe_8_E393", "crsloc_chainage": 49.957523898349663, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E393", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E393_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1401143.036807195749134, 5858263.082594471052289 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E394_dn", "crsloc_id": "pipe_8_E394_48.55", "crsloc_branchid": "pipe_8_E394", "crsloc_chainage": 48.554069959321396, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E394", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E394_48.55" }, "geometry": { "type": "Point", "coordinates": [ 1401138.212383721489459, 5858214.76880091521889 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E395_dn", "crsloc_id": "pipe_8_E395_49.21", "crsloc_branchid": "pipe_8_E395", "crsloc_chainage": 49.205426072844702, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E395", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E395_49.21" }, "geometry": { "type": "Point", "coordinates": [ 1401127.278883102815598, 5858166.793468511663377 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E396_dn", "crsloc_id": "pipe_8_E396_45.49", "crsloc_branchid": "pipe_8_E396", "crsloc_chainage": 45.485579695687811, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E396", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E396_45.49" }, "geometry": { "type": "Point", "coordinates": [ 1401167.115607601357624, 5858144.839577251113951 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E397_dn", "crsloc_id": "pipe_8_E397_49.95", "crsloc_branchid": "pipe_8_E397", "crsloc_chainage": 49.946180806839791, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E397", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E397_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1401216.491633794968948, 5858137.314352037385106 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E398_dn", "crsloc_id": "pipe_8_E398_49.72", "crsloc_branchid": "pipe_8_E398", "crsloc_chainage": 49.716440393360166, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E398", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E398_49.72" }, "geometry": { "type": "Point", "coordinates": [ 1401262.474555413238704, 5858118.412093843333423 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E399_dn", "crsloc_id": "pipe_8_E399_49.67", "crsloc_branchid": "pipe_8_E399", "crsloc_chainage": 49.672693103039052, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E399", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E399_49.67" }, "geometry": { "type": "Point", "coordinates": [ 1401306.204297894844785, 5858094.851829358376563 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E400_dn", "crsloc_id": "pipe_8_E400_49.70", "crsloc_branchid": "pipe_8_E400", "crsloc_chainage": 49.698874179020081, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E400", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E400_49.70" }, "geometry": { "type": "Point", "coordinates": [ 1401338.732990932185203, 5858057.277074216865003 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E401_dn", "crsloc_id": "pipe_8_E401_49.96", "crsloc_branchid": "pipe_8_E401", "crsloc_chainage": 49.957523898930759, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E401", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E401_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1401369.206103157252073, 5858017.689909309148788 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E402_dn", "crsloc_id": "pipe_8_E402_48.56", "crsloc_branchid": "pipe_8_E402", "crsloc_chainage": 48.563003246955255, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E402", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E402_48.56" }, "geometry": { "type": "Point", "coordinates": [ 1401390.656988075468689, 5857974.121287336573005 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E403_dn", "crsloc_id": "pipe_8_E403_49.84", "crsloc_branchid": "pipe_8_E403", "crsloc_chainage": 49.83570802668293, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E403", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E403_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1401382.080559738678858, 5857925.029101894237101 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E404_dn", "crsloc_id": "pipe_8_E404_49.96", "crsloc_branchid": "pipe_8_E404", "crsloc_chainage": 49.957523897897737, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E404", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E404_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1401370.850513746263459, 5857876.350150991231203 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E405_dn", "crsloc_id": "pipe_8_E405_49.96", "crsloc_branchid": "pipe_8_E405", "crsloc_chainage": 49.957523898857566, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E405", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E405_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1401359.62046775361523, 5857827.671200087293983 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E406_dn", "crsloc_id": "pipe_8_E406_49.33", "crsloc_branchid": "pipe_8_E406", "crsloc_chainage": 49.334098745683811, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E406", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E406_49.33" }, "geometry": { "type": "Point", "coordinates": [ 1401358.906585979741067, 5857778.342266672290862 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E407_dn", "crsloc_id": "pipe_8_E407_49.96", "crsloc_branchid": "pipe_8_E407", "crsloc_chainage": 49.957523898444542, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E407", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E407_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1401367.984820277197286, 5857729.216511145234108 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E408_dn", "crsloc_id": "pipe_8_E408_49.93", "crsloc_branchid": "pipe_8_E408", "crsloc_chainage": 49.931857693140195, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E408", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E408_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1401378.054766685701907, 5857680.310615876689553 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E409_dn", "crsloc_id": "pipe_8_E409_49.55", "crsloc_branchid": "pipe_8_E409", "crsloc_chainage": 49.553431108683156, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E409", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E409_49.55" }, "geometry": { "type": "Point", "coordinates": [ 1401398.812842015642673, 5857635.314562235958874 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E410_dn", "crsloc_id": "pipe_8_E410_49.79", "crsloc_branchid": "pipe_8_E410", "crsloc_chainage": 49.786587226776447, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E410", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E410_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1401430.82192275673151, 5857597.181597260758281 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E411_dn", "crsloc_id": "pipe_8_E411_49.24", "crsloc_branchid": "pipe_8_E411", "crsloc_chainage": 49.236876867365574, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E411", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E411_49.24" }, "geometry": { "type": "Point", "coordinates": [ 1401471.215903429547325, 5857569.028509169816971 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E412_dn", "crsloc_id": "pipe_8_E412_49.96", "crsloc_branchid": "pipe_8_E412", "crsloc_chainage": 49.957523898067997, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E412", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E412_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1401516.447121338918805, 5857547.817872204817832 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E413_dn", "crsloc_id": "pipe_8_E413_49.95", "crsloc_branchid": "pipe_8_E413", "crsloc_chainage": 49.953874695346549, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E413", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E413_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1401562.699131066910923, 5857528.946168699301779 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E414_dn", "crsloc_id": "pipe_8_E414_49.96", "crsloc_branchid": "pipe_8_E414", "crsloc_chainage": 49.957523898456756, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E414", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E414_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1401609.00828788918443, 5857510.205405948683619 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E415_dn", "crsloc_id": "pipe_8_E415_49.96", "crsloc_branchid": "pipe_8_E415", "crsloc_chainage": 49.957523898456756, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E415", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E415_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1401655.317444711457938, 5857491.46464319806546 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E416_dn", "crsloc_id": "pipe_8_E416_49.90", "crsloc_branchid": "pipe_8_E416", "crsloc_chainage": 49.90305833091945, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E416", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E416_49.90" }, "geometry": { "type": "Point", "coordinates": [ 1401702.896730977809057, 5857476.413837599568069 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E417_dn", "crsloc_id": "pipe_8_E417_49.96", "crsloc_branchid": "pipe_8_E417", "crsloc_chainage": 49.957523898375548, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E417", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E417_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1401750.929637423250824, 5857462.680881164036691 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E418_dn", "crsloc_id": "pipe_8_E418_49.96", "crsloc_branchid": "pipe_8_E418", "crsloc_chainage": 49.955798265436215, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E418", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E418_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1401799.045013694558293, 5857449.24613715428859 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E419_dn", "crsloc_id": "pipe_8_E419_49.96", "crsloc_branchid": "pipe_8_E419", "crsloc_chainage": 49.95752389852715, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E419", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E419_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1401847.308918574126437, 5857436.348475356586277 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E420_dn", "crsloc_id": "pipe_8_E420_49.96", "crsloc_branchid": "pipe_8_E420", "crsloc_chainage": 49.95752389852715, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E420", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E420_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1401895.572823453694582, 5857423.450813558883965 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E421_dn", "crsloc_id": "pipe_8_E421_49.96", "crsloc_branchid": "pipe_8_E421", "crsloc_chainage": 49.95752389852715, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E421", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E421_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1401943.836728333262727, 5857410.553151761181653 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E422_dn", "crsloc_id": "pipe_8_E422_49.91", "crsloc_branchid": "pipe_8_E422", "crsloc_chainage": 49.913802478380823, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E422", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E422_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1401991.287342586088926, 5857395.066806650720537 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E423_dn", "crsloc_id": "pipe_8_E423_49.91", "crsloc_branchid": "pipe_8_E423", "crsloc_chainage": 49.906469121465392, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E423", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E423_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1402033.899048008024693, 5857369.088003344833851 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E424_dn", "crsloc_id": "pipe_8_E424_49.90", "crsloc_branchid": "pipe_8_E424", "crsloc_chainage": 49.904072686019312, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E424", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E424_49.90" }, "geometry": { "type": "Point", "coordinates": [ 1402072.111172434175387, 5857336.990495380945504 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E425_dn", "crsloc_id": "pipe_8_E425_49.96", "crsloc_branchid": "pipe_8_E425", "crsloc_chainage": 49.957523898718989, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E425", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E425_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1402109.707698884420097, 5857304.092845115810633 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E426_dn", "crsloc_id": "pipe_8_E426_49.96", "crsloc_branchid": "pipe_8_E426", "crsloc_chainage": 49.957523898280918, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E426", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E426_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1402147.304225334897637, 5857271.195194851607084 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E427_dn", "crsloc_id": "pipe_8_E427_49.96", "crsloc_branchid": "pipe_8_E427", "crsloc_chainage": 49.957523898718989, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E427", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E427_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1402184.900751785142347, 5857238.297544586472213 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E428_dn", "crsloc_id": "pipe_8_E428_49.96", "crsloc_branchid": "pipe_8_E428", "crsloc_chainage": 49.957523898280918, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E428", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E428_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1402222.497278235619888, 5857205.399894322268665 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E429_dn", "crsloc_id": "pipe_8_E429_49.91", "crsloc_branchid": "pipe_8_E429", "crsloc_chainage": 49.907403766931367, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E429", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E429_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1402260.963186759501696, 5857173.601736636832356 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E430_dn", "crsloc_id": "pipe_8_E430_49.96", "crsloc_branchid": "pipe_8_E430", "crsloc_chainage": 49.957523898364776, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E430", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E430_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1402301.643911075778306, 5857144.604618449695408 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E431_dn", "crsloc_id": "pipe_8_E431_49.84", "crsloc_branchid": "pipe_8_E431", "crsloc_chainage": 49.839303835317232, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E431", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E431_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1402345.539385391399264, 5857121.000730181112885 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E432_dn", "crsloc_id": "pipe_8_E432_49.68", "crsloc_branchid": "pipe_8_E432", "crsloc_chainage": 49.682675410952712, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E432", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E432_49.68" }, "geometry": { "type": "Point", "coordinates": [ 1402394.447288936935365, 5857112.260867094621062 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E433_dn", "crsloc_id": "pipe_8_E433_49.88", "crsloc_branchid": "pipe_8_E433", "crsloc_chainage": 49.881048881944601, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E433", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E433_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1402441.730468847323209, 5857128.148596168495715 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E434_dn", "crsloc_id": "pipe_8_E434_48.76", "crsloc_branchid": "pipe_8_E434", "crsloc_chainage": 48.76389802669177, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E434", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E434_48.76" }, "geometry": { "type": "Point", "coordinates": [ 1402483.802292782813311, 5857152.803806195966899 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E435_dn", "crsloc_id": "pipe_8_E435_49.89", "crsloc_branchid": "pipe_8_E435", "crsloc_chainage": 49.886830725139674, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E435", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E435_49.89" }, "geometry": { "type": "Point", "coordinates": [ 1402513.116842371411622, 5857193.169051918201149 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E436_dn", "crsloc_id": "pipe_8_E436_49.84", "crsloc_branchid": "pipe_8_E436", "crsloc_chainage": 49.842983154473906, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E436", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E436_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1402549.654036887688562, 5857227.071210944093764 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E437_dn", "crsloc_id": "pipe_8_E437_49.96", "crsloc_branchid": "pipe_8_E437", "crsloc_chainage": 49.957523898566713, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E437", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E437_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1402592.530350444372743, 5857252.71055434178561 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E438_dn", "crsloc_id": "pipe_8_E438_49.94", "crsloc_branchid": "pipe_8_E438", "crsloc_chainage": 49.938174406991713, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E438", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E438_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1402639.997615454019979, 5857268.224419611506164 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E439_dn", "crsloc_id": "pipe_8_E439_49.96", "crsloc_branchid": "pipe_8_E439", "crsloc_chainage": 49.957523898550861, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E439", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E439_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1402689.905034058028832, 5857265.987510503269732 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E440_dn", "crsloc_id": "pipe_8_E440_49.84", "crsloc_branchid": "pipe_8_E440", "crsloc_chainage": 49.840913585132327, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E440", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E440_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1402738.766558608040214, 5857256.155517539009452 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E441_dn", "crsloc_id": "pipe_8_E441_49.58", "crsloc_branchid": "pipe_8_E441", "crsloc_chainage": 49.583116753123541, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E441", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E441_49.58" }, "geometry": { "type": "Point", "coordinates": [ 1402785.300747652538121, 5857239.036676546558738 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E442_dn", "crsloc_id": "pipe_8_E442_49.96", "crsloc_branchid": "pipe_8_E442", "crsloc_chainage": 49.957523898135982, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E442", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E442_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1402829.752187143079937, 5857216.237033539451659 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E443_dn", "crsloc_id": "pipe_8_E443_49.88", "crsloc_branchid": "pipe_8_E443", "crsloc_chainage": 49.878467490525409, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E443", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E443_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1402870.336595602566376, 5857187.241045727394521 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E444_dn", "crsloc_id": "pipe_8_E444_49.35", "crsloc_branchid": "pipe_8_E444", "crsloc_chainage": 49.351058935168894, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E444", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E444_49.35" }, "geometry": { "type": "Point", "coordinates": [ 1402907.890058916993439, 5857155.221295398660004 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E445_dn", "crsloc_id": "pipe_8_E445_48.47", "crsloc_branchid": "pipe_8_E445", "crsloc_chainage": 48.470304826080437, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E445", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E445_48.47" }, "geometry": { "type": "Point", "coordinates": [ 1402955.845737372990698, 5857162.265679953619838 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E446_dn", "crsloc_id": "pipe_8_E446_49.83", "crsloc_branchid": "pipe_8_E446", "crsloc_chainage": 49.834586202781864, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E446", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E446_49.83" }, "geometry": { "type": "Point", "coordinates": [ 1403002.170354939764366, 5857180.637282749637961 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E447_dn", "crsloc_id": "pipe_8_E447_49.96", "crsloc_branchid": "pipe_8_E447", "crsloc_chainage": 49.957523898301091, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E447", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E447_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403050.636642853729427, 5857192.752278824336827 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E448_dn", "crsloc_id": "pipe_8_E448_49.95", "crsloc_branchid": "pipe_8_E448", "crsloc_chainage": 49.951443892737267, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E448", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E448_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1403098.837281614542007, 5857205.861251706257463 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E449_dn", "crsloc_id": "pipe_8_E449_49.96", "crsloc_branchid": "pipe_8_E449", "crsloc_chainage": 49.95752389834356, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E449", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E449_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403146.885479411110282, 5857219.540611433796585 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E450_dn", "crsloc_id": "pipe_8_E450_49.96", "crsloc_branchid": "pipe_8_E450", "crsloc_chainage": 49.95752389834356, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E450", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E450_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403194.933677207678556, 5857233.219971161335707 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E451_dn", "crsloc_id": "pipe_8_E451_49.96", "crsloc_branchid": "pipe_8_E451", "crsloc_chainage": 49.957523898598573, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E451", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E451_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403242.981875004246831, 5857246.899330889806151 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E452_dn", "crsloc_id": "pipe_8_E452_49.96", "crsloc_branchid": "pipe_8_E452", "crsloc_chainage": 49.95752389834356, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E452", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E452_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403291.030072800815105, 5857260.578690617345273 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E453_dn", "crsloc_id": "pipe_8_E453_49.62", "crsloc_branchid": "pipe_8_E453", "crsloc_chainage": 49.623211979940002, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E453", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E453_49.62" }, "geometry": { "type": "Point", "coordinates": [ 1403337.008083500200883, 5857279.246462292969227 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E454_dn", "crsloc_id": "pipe_8_E454_49.96", "crsloc_branchid": "pipe_8_E454", "crsloc_chainage": 49.956131287553887, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E454", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E454_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403380.803470284445211, 5857303.279338725842535 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E455_dn", "crsloc_id": "pipe_8_E455_49.17", "crsloc_branchid": "pipe_8_E455", "crsloc_chainage": 49.171658370735592, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E455", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E455_49.17" }, "geometry": { "type": "Point", "coordinates": [ 1403428.121818739688024, 5857316.651918372139335 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E456_dn", "crsloc_id": "pipe_8_E456_49.88", "crsloc_branchid": "pipe_8_E456", "crsloc_chainage": 49.881831145623892, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E456", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E456_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1403477.99995229463093, 5857316.044570435769856 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E457_dn", "crsloc_id": "pipe_8_E457_48.91", "crsloc_branchid": "pipe_8_E457", "crsloc_chainage": 48.912776243975145, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E457", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E457_48.91" }, "geometry": { "type": "Point", "coordinates": [ 1403520.684894758975133, 5857339.928777910768986 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E458_dn", "crsloc_id": "pipe_8_E458_49.96", "crsloc_branchid": "pipe_8_E458", "crsloc_chainage": 49.9575238984118, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E458", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E458_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403552.318474431755021, 5857378.594923712313175 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E459_dn", "crsloc_id": "pipe_8_E459_49.96", "crsloc_branchid": "pipe_8_E459", "crsloc_chainage": 49.957523898559238, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E459", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E459_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403583.95205410476774, 5857417.261069513857365 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E460_dn", "crsloc_id": "pipe_8_E460_48.94", "crsloc_branchid": "pipe_8_E460", "crsloc_chainage": 48.940642150333304, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E460", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E460_48.94" }, "geometry": { "type": "Point", "coordinates": [ 1403623.540760961361229, 5857446.034681444056332 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E461_dn", "crsloc_id": "pipe_8_E461_49.59", "crsloc_branchid": "pipe_8_E461", "crsloc_chainage": 49.589916554089342, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E461", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E461_49.59" }, "geometry": { "type": "Point", "coordinates": [ 1403671.99387682066299, 5857456.591924804262817 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E462_dn", "crsloc_id": "pipe_8_E462_49.96", "crsloc_branchid": "pipe_8_E462", "crsloc_chainage": 49.957523898410209, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E462", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E462_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403721.623416067101061, 5857462.307082566432655 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E463_dn", "crsloc_id": "pipe_8_E463_49.93", "crsloc_branchid": "pipe_8_E463", "crsloc_chainage": 49.930016042029528, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E463", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E463_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1403771.146520561072975, 5857468.668577928096056 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E464_dn", "crsloc_id": "pipe_8_E464_49.91", "crsloc_branchid": "pipe_8_E464", "crsloc_chainage": 49.906933768112168, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E464", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E464_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1403819.624558065086603, 5857480.525302513502538 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E465_dn", "crsloc_id": "pipe_8_E465_41.72", "crsloc_branchid": "pipe_8_E465", "crsloc_chainage": 41.723365641136695, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E465", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E465_41.72" }, "geometry": { "type": "Point", "coordinates": [ 1403833.226475024595857, 5857519.969276647083461 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E466_dn", "crsloc_id": "pipe_8_E466_49.94", "crsloc_branchid": "pipe_8_E466", "crsloc_chainage": 49.943144617698266, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E466", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E466_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1403834.191400300711393, 5857569.903098987415433 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E467_dn", "crsloc_id": "pipe_8_E467_49.96", "crsloc_branchid": "pipe_8_E467", "crsloc_chainage": 49.957523898724638, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E467", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E467_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403835.826205489458516, 5857619.833867117762566 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E468_dn", "crsloc_id": "pipe_8_E468_49.96", "crsloc_branchid": "pipe_8_E468", "crsloc_chainage": 49.957523898724638, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E468", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E468_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403837.461010678205639, 5857669.764635248109698 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E469_dn", "crsloc_id": "pipe_8_E469_49.96", "crsloc_branchid": "pipe_8_E469", "crsloc_chainage": 49.957523898724638, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E469", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E469_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403839.095815866952762, 5857719.695403378456831 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E470_dn", "crsloc_id": "pipe_8_E470_49.96", "crsloc_branchid": "pipe_8_E470", "crsloc_chainage": 49.957523897793813, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E470", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E470_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403840.730621055699885, 5857769.626171507872641 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E471_dn", "crsloc_id": "pipe_8_E471_49.93", "crsloc_branchid": "pipe_8_E471", "crsloc_chainage": 49.928799513398197, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E471", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E471_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1403844.05684593715705, 5857819.444052322767675 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E472_dn", "crsloc_id": "pipe_8_E472_49.96", "crsloc_branchid": "pipe_8_E472", "crsloc_chainage": 49.95752389784851, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E472", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E472_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403849.071858982322738, 5857869.149221451953053 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E473_dn", "crsloc_id": "pipe_8_E473_49.80", "crsloc_branchid": "pipe_8_E473", "crsloc_chainage": 49.803371893943805, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E473", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E473_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1403857.27235992741771, 5857918.272816966287792 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E474_dn", "crsloc_id": "pipe_8_E474_49.96", "crsloc_branchid": "pipe_8_E474", "crsloc_chainage": 49.957523899265077, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E474", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E474_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403870.14476372115314, 5857966.543464514426887 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E475_dn", "crsloc_id": "pipe_8_E475_49.78", "crsloc_branchid": "pipe_8_E475", "crsloc_chainage": 49.776252839778941, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E475", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E475_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1403888.167647594818845, 5858012.942289969883859 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E476_dn", "crsloc_id": "pipe_8_E476_49.96", "crsloc_branchid": "pipe_8_E476", "crsloc_chainage": 49.957523898125238, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E476", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E476_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403909.291155800223351, 5858058.214263586327434 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E477_dn", "crsloc_id": "pipe_8_E477_49.96", "crsloc_branchid": "pipe_8_E477", "crsloc_chainage": 49.95752389805974, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E477", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E477_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403930.415136094205081, 5858103.486016927286983 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E478_dn", "crsloc_id": "pipe_8_E478_49.58", "crsloc_branchid": "pipe_8_E478", "crsloc_chainage": 49.58088483649302, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E478", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E478_49.58" }, "geometry": { "type": "Point", "coordinates": [ 1403940.640495370374992, 5858152.001026654615998 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E479_dn", "crsloc_id": "pipe_8_E479_49.96", "crsloc_branchid": "pipe_8_E479", "crsloc_chainage": 49.955178337673651, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E479", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E479_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403950.174206993775442, 5858201.038034979254007 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E480_dn", "crsloc_id": "pipe_8_E480_49.95", "crsloc_branchid": "pipe_8_E480", "crsloc_chainage": 49.953286136541124, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E480", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E480_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1403958.124072341481224, 5858250.354669462889433 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E481_dn", "crsloc_id": "pipe_8_E481_49.96", "crsloc_branchid": "pipe_8_E481", "crsloc_chainage": 49.957523898478811, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E481", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E481_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403965.828936894191429, 5858299.714463387615979 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E482_dn", "crsloc_id": "pipe_8_E482_49.48", "crsloc_branchid": "pipe_8_E482", "crsloc_chainage": 49.484593340371127, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E482", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E482_49.48" }, "geometry": { "type": "Point", "coordinates": [ 1403970.726305023068562, 5858348.956120178103447 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E483_dn", "crsloc_id": "pipe_8_E483_49.96", "crsloc_branchid": "pipe_8_E483", "crsloc_chainage": 49.957523897961963, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E483", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E483_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403958.90198110206984, 5858397.494141953065991 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E484_dn", "crsloc_id": "pipe_8_E484_49.74", "crsloc_branchid": "pipe_8_E484", "crsloc_chainage": 49.742631016247152, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E484", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E484_49.74" }, "geometry": { "type": "Point", "coordinates": [ 1403952.787714630831033, 5858446.859565945342183 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E485_dn", "crsloc_id": "pipe_8_E485_47.46", "crsloc_branchid": "pipe_8_E485", "crsloc_chainage": 47.459439704781325, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E485", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E485_47.46" }, "geometry": { "type": "Point", "coordinates": [ 1403976.849110416835174, 5858487.767360433936119 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E486_dn", "crsloc_id": "pipe_8_E486_49.96", "crsloc_branchid": "pipe_8_E486", "crsloc_chainage": 49.957523898689274, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E486", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E486_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404020.768327688798308, 5858511.576109840534627 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E487_dn", "crsloc_id": "pipe_8_E487_49.49", "crsloc_branchid": "pipe_8_E487", "crsloc_chainage": 49.492176704971982, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E487", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E487_49.49" }, "geometry": { "type": "Point", "coordinates": [ 1404061.77451289142482, 5858539.288351361639798 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E488_dn", "crsloc_id": "pipe_8_E488_49.96", "crsloc_branchid": "pipe_8_E488", "crsloc_chainage": 49.957523898432626, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E488", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E488_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404097.097979943966493, 5858574.615492053329945 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E489_dn", "crsloc_id": "pipe_8_E489_48.94", "crsloc_branchid": "pipe_8_E489", "crsloc_chainage": 48.94078121323566, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E489", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E489_48.94" }, "geometry": { "type": "Point", "coordinates": [ 1404141.391669932985678, 5858595.430608985945582 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E490_dn", "crsloc_id": "pipe_8_E490_48.93", "crsloc_branchid": "pipe_8_E490", "crsloc_chainage": 48.934133112173988, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E490", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E490_48.93" }, "geometry": { "type": "Point", "coordinates": [ 1404190.283622202696279, 5858597.461959939450026 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E491_dn", "crsloc_id": "pipe_8_E491_49.78", "crsloc_branchid": "pipe_8_E491", "crsloc_chainage": 49.780794033779259, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E491", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E491_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1404239.962952838977799, 5858594.285238018259406 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E492_dn", "crsloc_id": "pipe_8_E492_49.96", "crsloc_branchid": "pipe_8_E492", "crsloc_chainage": 49.957523898363668, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E492", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E492_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404289.627840481465682, 5858599.684601824730635 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E493_dn", "crsloc_id": "pipe_8_E493_49.83", "crsloc_branchid": "pipe_8_E493", "crsloc_chainage": 49.833908257901719, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E493", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E493_49.83" }, "geometry": { "type": "Point", "coordinates": [ 1404338.755046255188063, 5858608.047380377538502 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E494_dn", "crsloc_id": "pipe_8_E494_49.96", "crsloc_branchid": "pipe_8_E494", "crsloc_chainage": 49.95752389842044, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E494", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E494_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404387.151045070262626, 5858620.440180414356291 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E495_dn", "crsloc_id": "pipe_8_E495_45.04", "crsloc_branchid": "pipe_8_E495", "crsloc_chainage": 45.037264166969699, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E495", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E495_45.04" }, "geometry": { "type": "Point", "coordinates": [ 1404403.197637967998162, 5858662.521791838109493 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E496_dn", "crsloc_id": "pipe_8_E496_49.96", "crsloc_branchid": "pipe_8_E496", "crsloc_chainage": 49.957416716209941, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E496", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E496_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404411.132263287669048, 5858711.845064296387136 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E497_dn", "crsloc_id": "pipe_8_E497_47.60", "crsloc_branchid": "pipe_8_E497", "crsloc_chainage": 47.602606480044109, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E497", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E497_47.60" }, "geometry": { "type": "Point", "coordinates": [ 1404441.012969816336408, 5858748.901123464107513 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E498_dn", "crsloc_id": "pipe_8_E498_47.27", "crsloc_branchid": "pipe_8_E498", "crsloc_chainage": 47.269960210083383, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E498", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E498_47.27" }, "geometry": { "type": "Point", "coordinates": [ 1404488.142750177066773, 5858745.263412451371551 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E499_dn", "crsloc_id": "pipe_8_E499_49.70", "crsloc_branchid": "pipe_8_E499", "crsloc_chainage": 49.695983533564863, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E499", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E499_49.70" }, "geometry": { "type": "Point", "coordinates": [ 1404530.903241959866136, 5858719.940870678052306 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E500_dn", "crsloc_id": "pipe_8_E500_49.96", "crsloc_branchid": "pipe_8_E500", "crsloc_chainage": 49.957523898430615, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E500", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E500_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404579.400072891730815, 5858707.948723929934204 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E501_dn", "crsloc_id": "pipe_8_E501_49.77", "crsloc_branchid": "pipe_8_E501", "crsloc_chainage": 49.767016159916601, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E501", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E501_49.77" }, "geometry": { "type": "Point", "coordinates": [ 1404626.994731226703152, 5858693.405533240176737 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E502_dn", "crsloc_id": "pipe_8_E502_49.96", "crsloc_branchid": "pipe_8_E502", "crsloc_chainage": 49.957523897977666, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E502", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E502_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404672.248451311141253, 5858672.24294803570956 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E503_dn", "crsloc_id": "pipe_8_E503_42.30", "crsloc_branchid": "pipe_8_E503", "crsloc_chainage": 42.295451179771256, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E503", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E503_42.30" }, "geometry": { "type": "Point", "coordinates": [ 1404711.854852612828836, 5858687.083371426910162 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E504_dn", "crsloc_id": "pipe_8_E504_48.91", "crsloc_branchid": "pipe_8_E504", "crsloc_chainage": 48.913415279217425, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E504", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E504_48.91" }, "geometry": { "type": "Point", "coordinates": [ 1404716.779431127710268, 5858735.748253228142858 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E505_dn", "crsloc_id": "pipe_8_E505_49.96", "crsloc_branchid": "pipe_8_E505", "crsloc_chainage": 49.957401788638592, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E505", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E505_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404718.961788963759318, 5858785.657964785583317 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E506_dn", "crsloc_id": "pipe_8_E506_49.96", "crsloc_branchid": "pipe_8_E506", "crsloc_chainage": 49.957523898422529, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E506", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E506_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404720.935364821925759, 5858835.576490328647196 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E507_dn", "crsloc_id": "pipe_8_E507_49.75", "crsloc_branchid": "pipe_8_E507", "crsloc_chainage": 49.753810456398611, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E507", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E507_49.75" }, "geometry": { "type": "Point", "coordinates": [ 1404730.923922217916697, 5858884.317339480854571 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E508_dn", "crsloc_id": "pipe_8_E508_49.96", "crsloc_branchid": "pipe_8_E508", "crsloc_chainage": 49.957523898337101, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E508", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E508_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404743.393242048565298, 5858932.693679328076541 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E509_dn", "crsloc_id": "pipe_8_E509_49.96", "crsloc_branchid": "pipe_8_E509", "crsloc_chainage": 49.957496507963093, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E509", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E509_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404755.742804704466835, 5858981.100701128132641 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E510_dn", "crsloc_id": "pipe_8_E510_49.96", "crsloc_branchid": "pipe_8_E510", "crsloc_chainage": 49.957523898794236, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E510", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E510_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404768.070922636194155, 5859029.513217096216977 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E511_dn", "crsloc_id": "pipe_8_E511_49.96", "crsloc_branchid": "pipe_8_E511", "crsloc_chainage": 49.957523897891718, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E511", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E511_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404780.399040567921475, 5859077.925733063369989 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E512_dn", "crsloc_id": "pipe_8_E512_49.62", "crsloc_branchid": "pipe_8_E512", "crsloc_chainage": 49.619548255798499, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E512", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E512_49.62" }, "geometry": { "type": "Point", "coordinates": [ 1404800.443037372082472, 5859123.31667666696012 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E513_dn", "crsloc_id": "pipe_8_E513_49.96", "crsloc_branchid": "pipe_8_E513", "crsloc_chainage": 49.957523898552459, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E513", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E513_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404824.268818141892552, 5859167.226656908169389 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E514_dn", "crsloc_id": "pipe_8_E514_49.96", "crsloc_branchid": "pipe_8_E514", "crsloc_chainage": 49.957523898552459, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E514", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E514_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404848.094598911702633, 5859211.136637149378657 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E515_dn", "crsloc_id": "pipe_8_E515_49.72", "crsloc_branchid": "pipe_8_E515", "crsloc_chainage": 49.71536999366419, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E515", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E515_49.72" }, "geometry": { "type": "Point", "coordinates": [ 1404881.861278822412714, 5859247.625393519178033 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E516_dn", "crsloc_id": "pipe_8_E516_49.72", "crsloc_branchid": "pipe_8_E516", "crsloc_chainage": 49.715636077421564, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E516", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E516_49.72" }, "geometry": { "type": "Point", "coordinates": [ 1404908.34400450438261, 5859289.70044207572937 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E517_dn", "crsloc_id": "pipe_8_E517_49.78", "crsloc_branchid": "pipe_8_E517", "crsloc_chainage": 49.776084900026049, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E517", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E517_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1404918.33350995904766, 5859338.46383417211473 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E518_dn", "crsloc_id": "pipe_8_E518_49.20", "crsloc_branchid": "pipe_8_E518", "crsloc_chainage": 49.19594868276711, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E518", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E518_49.20" }, "geometry": { "type": "Point", "coordinates": [ 1404908.8093886829447, 5859386.729064729064703 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E519_dn", "crsloc_id": "pipe_8_E519_49.72", "crsloc_branchid": "pipe_8_E519", "crsloc_chainage": 49.717274837106885, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E519", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E519_49.72" }, "geometry": { "type": "Point", "coordinates": [ 1404896.410884120734408, 5859434.875554755330086 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E520_dn", "crsloc_id": "pipe_8_E520_48.88", "crsloc_branchid": "pipe_8_E520", "crsloc_chainage": 48.882490952784423, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E520", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E520_48.88" }, "geometry": { "type": "Point", "coordinates": [ 1404906.999160802224651, 5859482.597523686476052 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E521_dn", "crsloc_id": "pipe_8_E521_49.96", "crsloc_branchid": "pipe_8_E521", "crsloc_chainage": 49.957523898318641, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E521", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E521_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404924.055504663148895, 5859529.553197764791548 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E522_dn", "crsloc_id": "pipe_8_E522_49.86", "crsloc_branchid": "pipe_8_E522", "crsloc_chainage": 49.858794452266231, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E522", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E522_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1404942.388258154969662, 5859575.919236345216632 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E523_dn", "crsloc_id": "pipe_8_E523_49.54", "crsloc_branchid": "pipe_8_E523", "crsloc_chainage": 49.538603743026634, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E523", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E523_49.54" }, "geometry": { "type": "Point", "coordinates": [ 1404971.523326827445999, 5859615.984446119517088 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E524_dn", "crsloc_id": "pipe_8_E524_49.60", "crsloc_branchid": "pipe_8_E524", "crsloc_chainage": 49.60261853186843, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E524", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E524_49.60" }, "geometry": { "type": "Point", "coordinates": [ 1405002.812107779551297, 5859654.473820650018752 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E525_dn", "crsloc_id": "pipe_8_E525_49.01", "crsloc_branchid": "pipe_8_E525", "crsloc_chainage": 49.008257816679325, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E525", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E525_49.01" }, "geometry": { "type": "Point", "coordinates": [ 1405013.344656002009287, 5859702.336904150433838 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E526_dn", "crsloc_id": "pipe_8_E526_48.74", "crsloc_branchid": "pipe_8_E526", "crsloc_chainage": 48.74445698250392, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E526", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E526_48.74" }, "geometry": { "type": "Point", "coordinates": [ 1404996.677717972546816, 5859748.143402196466923 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E527_dn", "crsloc_id": "pipe_8_E527_46.65", "crsloc_branchid": "pipe_8_E527", "crsloc_chainage": 46.651909926426995, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E527", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E527_46.65" }, "geometry": { "type": "Point", "coordinates": [ 1404984.694301362615079, 5859793.229968112893403 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E528_dn", "crsloc_id": "pipe_8_E528_48.14", "crsloc_branchid": "pipe_8_E528", "crsloc_chainage": 48.139043039587726, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E528", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E528_48.14" }, "geometry": { "type": "Point", "coordinates": [ 1405023.226900733308867, 5859822.084885380230844 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E529_dn", "crsloc_id": "pipe_8_E529_47.13", "crsloc_branchid": "pipe_8_E529", "crsloc_chainage": 47.126622620854562, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E529", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E529_47.13" }, "geometry": { "type": "Point", "coordinates": [ 1405056.793340926757082, 5859855.16377067565918 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E530_dn", "crsloc_id": "pipe_8_E530_48.87", "crsloc_branchid": "pipe_8_E530", "crsloc_chainage": 48.866298721110091, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E530", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E530_48.87" }, "geometry": { "type": "Point", "coordinates": [ 1405081.470628390088677, 5859897.341331465169787 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E531_dn", "crsloc_id": "pipe_8_E531_48.75", "crsloc_branchid": "pipe_8_E531", "crsloc_chainage": 48.752092692731786, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E531", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E531_48.75" }, "geometry": { "type": "Point", "coordinates": [ 1405122.613110831938684, 5859923.495923422276974 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E532_dn", "crsloc_id": "pipe_8_E532_47.30", "crsloc_branchid": "pipe_8_E532", "crsloc_chainage": 47.304015029192747, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E532", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E532_47.30" }, "geometry": { "type": "Point", "coordinates": [ 1405162.373615399934351, 5859949.123488940298557 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E533_dn", "crsloc_id": "pipe_8_E533_47.96", "crsloc_branchid": "pipe_8_E533", "crsloc_chainage": 47.955311396458676, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E533", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E533_47.96" }, "geometry": { "type": "Point", "coordinates": [ 1405188.46853386820294, 5859989.357394061051309 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E534_dn", "crsloc_id": "pipe_8_E534_49.96", "crsloc_branchid": "pipe_8_E534", "crsloc_chainage": 49.957523898590445, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E534", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E534_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1405232.582390227122232, 5860012.803542384877801 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E535_dn", "crsloc_id": "pipe_8_E535_49.96", "crsloc_branchid": "pipe_8_E535", "crsloc_chainage": 49.957523898153362, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E535", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E535_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1405276.696246586041525, 5860036.24969070777297 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E536_dn", "crsloc_id": "pipe_8_E536_49.88", "crsloc_branchid": "pipe_8_E536", "crsloc_chainage": 49.877734451689719, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E536", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E536_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1405321.863952660700306, 5860057.40782677847892 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E537_dn", "crsloc_id": "pipe_8_E537_49.78", "crsloc_branchid": "pipe_8_E537", "crsloc_chainage": 49.783228536781692, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E537", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E537_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1405370.578818592475727, 5860067.666076180525124 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E538_dn", "crsloc_id": "pipe_8_E538_49.80", "crsloc_branchid": "pipe_8_E538", "crsloc_chainage": 49.804700894252832, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E538", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E538_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1405419.720108942594379, 5860075.768039762973785 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E539_dn", "crsloc_id": "pipe_8_E539_49.93", "crsloc_branchid": "pipe_8_E539", "crsloc_chainage": 49.928822436242228, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E539", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E539_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1405466.303343567298725, 5860093.737167782150209 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E540_dn", "crsloc_id": "pipe_8_E540_49.96", "crsloc_branchid": "pipe_8_E540", "crsloc_chainage": 49.957523898686397, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E540", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E540_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1405512.33899949863553, 5860113.140069035813212 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E541_dn", "crsloc_id": "pipe_8_E541_49.81", "crsloc_branchid": "pipe_8_E541", "crsloc_chainage": 49.812526933533249, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E541", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E541_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1405559.341968116583303, 5860129.63275773730129 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E542_dn", "crsloc_id": "pipe_8_E542_49.57", "crsloc_branchid": "pipe_8_E542", "crsloc_chainage": 49.566170476512767, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E542", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E542_49.57" }, "geometry": { "type": "Point", "coordinates": [ 1405608.203826864017174, 5860137.958862195722759 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E543_dn", "crsloc_id": "pipe_8_E543_49.96", "crsloc_branchid": "pipe_8_E543", "crsloc_chainage": 49.9575238983468, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E543", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E543_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1405658.116226786049083, 5860135.836003727279603 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E544_dn", "crsloc_id": "pipe_8_E544_49.96", "crsloc_branchid": "pipe_8_E544", "crsloc_chainage": 49.957523898579424, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E544", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E544_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1405708.028626708313823, 5860133.713145258836448 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E545_dn", "crsloc_id": "pipe_8_E545_49.88", "crsloc_branchid": "pipe_8_E545", "crsloc_chainage": 49.87951408876166, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E545", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E545_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1405757.905965997371823, 5860133.247365079820156 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E546_dn", "crsloc_id": "pipe_8_E546_49.96", "crsloc_branchid": "pipe_8_E546", "crsloc_chainage": 49.957523898431795, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E546", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E546_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1405807.683906695106998, 5860137.479482038877904 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E547_dn", "crsloc_id": "pipe_8_E547_49.96", "crsloc_branchid": "pipe_8_E547", "crsloc_chainage": 49.957523898352903, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E547", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E547_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1405857.461847392842174, 5860141.71159899700433 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E548_dn", "crsloc_id": "pipe_8_E548_49.90", "crsloc_branchid": "pipe_8_E548", "crsloc_chainage": 49.904747397494269, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E548", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E548_49.90" }, "geometry": { "type": "Point", "coordinates": [ 1405907.262428658548743, 5860144.934318098239601 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E549_dn", "crsloc_id": "pipe_8_E549_48.98", "crsloc_branchid": "pipe_8_E549", "crsloc_chainage": 48.982289344751443, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E549", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E549_48.98" }, "geometry": { "type": "Point", "coordinates": [ 1405953.690323241287842, 5860129.322935261763632 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E550_dn", "crsloc_id": "pipe_8_E550_49.75", "crsloc_branchid": "pipe_8_E550", "crsloc_chainage": 49.752703422835204, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E550", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E550_49.75" }, "geometry": { "type": "Point", "coordinates": [ 1405999.212724782060832, 5860109.24701795168221 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E551_dn", "crsloc_id": "pipe_8_E551_46.74", "crsloc_branchid": "pipe_8_E551", "crsloc_chainage": 46.743598403070642, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E551", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E551_46.74" }, "geometry": { "type": "Point", "coordinates": [ 1406043.799454555381089, 5860123.282242203131318 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E552_dn", "crsloc_id": "pipe_8_E552_47.08", "crsloc_branchid": "pipe_8_E552", "crsloc_chainage": 47.079799717796718, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E552", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E552_47.08" }, "geometry": { "type": "Point", "coordinates": [ 1406045.837931673508137, 5860170.317889881320298 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E553_dn", "crsloc_id": "pipe_8_E553_49.66", "crsloc_branchid": "pipe_8_E553", "crsloc_chainage": 49.660537022045816, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E553", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E553_49.66" }, "geometry": { "type": "Point", "coordinates": [ 1406009.823360634269193, 5860204.51028099656105 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E554_dn", "crsloc_id": "pipe_8_E554_49.19", "crsloc_branchid": "pipe_8_E554", "crsloc_chainage": 49.193339883511292, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E554", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E554_49.19" }, "geometry": { "type": "Point", "coordinates": [ 1405961.920197409577668, 5860215.702762489207089 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E555_dn", "crsloc_id": "pipe_8_E555_49.96", "crsloc_branchid": "pipe_8_E555", "crsloc_chainage": 49.957523898313369, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E555", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E555_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1405911.967586383456364, 5860216.403366317041218 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E556_dn", "crsloc_id": "pipe_8_E556_49.86", "crsloc_branchid": "pipe_8_E556", "crsloc_chainage": 49.857328776831217, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E556", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E556_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1405862.228186112362891, 5860219.830507025122643 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E557_dn", "crsloc_id": "pipe_8_E557_49.72", "crsloc_branchid": "pipe_8_E557", "crsloc_chainage": 49.721405141736682, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E557", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E557_49.72" }, "geometry": { "type": "Point", "coordinates": [ 1405815.441844531334937, 5860236.66072897054255 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E558_dn", "crsloc_id": "pipe_8_E558_49.96", "crsloc_branchid": "pipe_8_E558", "crsloc_chainage": 49.957523898143741, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E558", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E558_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1405769.269174743210897, 5860255.735286859795451 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E559_dn", "crsloc_id": "pipe_8_E559_49.84", "crsloc_branchid": "pipe_8_E559", "crsloc_chainage": 49.841329382343162, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E559", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E559_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1405723.529975978191942, 5860275.536393165588379 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E560_dn", "crsloc_id": "pipe_8_E560_49.96", "crsloc_branchid": "pipe_8_E560", "crsloc_chainage": 49.957523897934479, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E560", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E560_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1405684.813377151498571, 5860307.108202890492976 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E561_dn", "crsloc_id": "pipe_8_E561_49.96", "crsloc_branchid": "pipe_8_E561", "crsloc_chainage": 49.95752389852305, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E561", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E561_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1405646.0967783248052, 5860338.680012616328895 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E562_dn", "crsloc_id": "pipe_8_E562_49.48", "crsloc_branchid": "pipe_8_E562", "crsloc_chainage": 49.481457595452824, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E562", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E562_49.48" }, "geometry": { "type": "Point", "coordinates": [ 1405616.615605775965378, 5860378.420107116922736 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E563_dn", "crsloc_id": "pipe_8_E563_49.96", "crsloc_branchid": "pipe_8_E563", "crsloc_chainage": 49.957523897914783, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E563", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E563_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1405591.204065771540627, 5860421.431824457831681 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E564_dn", "crsloc_id": "pipe_8_E564_49.96", "crsloc_branchid": "pipe_8_E564", "crsloc_chainage": 49.957523898716623, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E564", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E564_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1405565.792525767115876, 5860464.443541799671948 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E565_dn", "crsloc_id": "pipe_8_E565_46.43", "crsloc_branchid": "pipe_8_E565", "crsloc_chainage": 46.429750153215977, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E565", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E565_46.43" }, "geometry": { "type": "Point", "coordinates": [ 1405558.167356977239251, 5860510.242870399728417 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_8_E566_dn", "crsloc_id": "pipe_8_E566_48.98", "crsloc_branchid": "pipe_8_E566", "crsloc_chainage": 48.982226525453314, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E566", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E566_48.98" }, "geometry": { "type": "Point", "coordinates": [ 1405600.872679806081578, 5860534.232741543091834 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E0_dn", "crsloc_id": "pipe_9_E0_50.00", "crsloc_branchid": "pipe_9_E0", "crsloc_chainage": 49.999723211426193, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E0", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E0_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1423614.621119450079277, 5847436.960019812919199 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1_dn", "crsloc_id": "pipe_9_E1_50.00", "crsloc_branchid": "pipe_9_E1", "crsloc_chainage": 49.999024721331125, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1423569.859692733967677, 5847459.238196386024356 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E2_dn", "crsloc_id": "pipe_9_E2_46.81", "crsloc_branchid": "pipe_9_E2", "crsloc_chainage": 46.80783115329168, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E2", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E2_46.81" }, "geometry": { "type": "Point", "coordinates": [ 1423523.573864149395376, 5847466.209217079915106 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E3_dn", "crsloc_id": "pipe_9_E3_49.37", "crsloc_branchid": "pipe_9_E3", "crsloc_chainage": 49.365037682593595, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E3", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E3_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1423477.948408054653555, 5847447.36181138176471 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E4_dn", "crsloc_id": "pipe_9_E4_49.53", "crsloc_branchid": "pipe_9_E4", "crsloc_chainage": 49.533451440568854, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E4", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E4_49.53" }, "geometry": { "type": "Point", "coordinates": [ 1423444.939788604388013, 5847410.429523968137801 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E5_dn", "crsloc_id": "pipe_9_E5_49.81", "crsloc_branchid": "pipe_9_E5", "crsloc_chainage": 49.805486357592585, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E5", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E5_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1423424.07874576956965, 5847365.203388126567006 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E6_dn", "crsloc_id": "pipe_9_E6_49.93", "crsloc_branchid": "pipe_9_E6", "crsloc_chainage": 49.926751933340292, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E6", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E6_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1423411.037494811229408, 5847317.00996189378202 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E7_dn", "crsloc_id": "pipe_9_E7_49.99", "crsloc_branchid": "pipe_9_E7", "crsloc_chainage": 49.985237525282876, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E7", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E7_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1423401.757720600580797, 5847267.893673749640584 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E8_dn", "crsloc_id": "pipe_9_E8_50.00", "crsloc_branchid": "pipe_9_E8", "crsloc_chainage": 49.999719275363212, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E8", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E8_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1423393.129245463758707, 5847218.644091574475169 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E9_dn", "crsloc_id": "pipe_9_E9_48.62", "crsloc_branchid": "pipe_9_E9", "crsloc_chainage": 48.617785990144036, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E9", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E9_48.62" }, "geometry": { "type": "Point", "coordinates": [ 1423399.918824267340824, 5847170.502729584462941 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E10_dn", "crsloc_id": "pipe_9_E10_47.88", "crsloc_branchid": "pipe_9_E10", "crsloc_chainage": 47.877026681809291, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E10", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E10_47.88" }, "geometry": { "type": "Point", "coordinates": [ 1423437.366585926385596, 5847140.67195972148329 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E11_dn", "crsloc_id": "pipe_9_E11_48.80", "crsloc_branchid": "pipe_9_E11", "crsloc_chainage": 48.79605283883609, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E11", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E11_48.80" }, "geometry": { "type": "Point", "coordinates": [ 1423478.530574458185583, 5847114.469272439368069 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E12_dn", "crsloc_id": "pipe_9_E12_50.00", "crsloc_branchid": "pipe_9_E12", "crsloc_chainage": 49.999723211162376, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E12", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E12_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1423510.399903644807637, 5847075.94242234248668 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E13_dn", "crsloc_id": "pipe_9_E13_50.00", "crsloc_branchid": "pipe_9_E13", "crsloc_chainage": 49.999548886895276, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E13", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E13_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1423542.015440239803866, 5847037.207260864786804 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E14_dn", "crsloc_id": "pipe_9_E14_47.73", "crsloc_branchid": "pipe_9_E14", "crsloc_chainage": 47.725074109553823, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E14", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E14_47.73" }, "geometry": { "type": "Point", "coordinates": [ 1423559.693261644104496, 5846992.876940212212503 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E15_dn", "crsloc_id": "pipe_9_E15_49.08", "crsloc_branchid": "pipe_9_E15", "crsloc_chainage": 49.082519697557785, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E15", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E15_49.08" }, "geometry": { "type": "Point", "coordinates": [ 1423525.189215724589303, 5846957.968996201641858 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E16_dn", "crsloc_id": "pipe_9_E16_49.80", "crsloc_branchid": "pipe_9_E16", "crsloc_chainage": 49.799780053559921, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E16", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E16_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1423481.410415501333773, 5846934.232215788215399 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E17_dn", "crsloc_id": "pipe_9_E17_49.25", "crsloc_branchid": "pipe_9_E17", "crsloc_chainage": 49.24940300795847, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E17", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E17_49.25" }, "geometry": { "type": "Point", "coordinates": [ 1423433.532832647906616, 5846922.689219783991575 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E18_dn", "crsloc_id": "pipe_9_E18_50.00", "crsloc_branchid": "pipe_9_E18", "crsloc_chainage": 49.999723211211403, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E18", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E18_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1423383.701956534059718, 5846926.794838729314506 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E19_dn", "crsloc_id": "pipe_9_E19_50.00", "crsloc_branchid": "pipe_9_E19", "crsloc_chainage": 49.999723211287879, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E19", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E19_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1423333.87108042021282, 5846930.900457675568759 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E20_dn", "crsloc_id": "pipe_9_E20_47.44", "crsloc_branchid": "pipe_9_E20", "crsloc_chainage": 47.44411507043359, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E20", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E20_47.44" }, "geometry": { "type": "Point", "coordinates": [ 1423290.350330511340871, 5846912.008967999368906 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E21_dn", "crsloc_id": "pipe_9_E21_49.37", "crsloc_branchid": "pipe_9_E21", "crsloc_chainage": 49.369305597030795, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E21", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E21_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1423273.794719845987856, 5846865.498323081992567 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E22_dn", "crsloc_id": "pipe_9_E22_49.89", "crsloc_branchid": "pipe_9_E22", "crsloc_chainage": 49.892256097684452, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E22", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E22_49.89" }, "geometry": { "type": "Point", "coordinates": [ 1423261.021109556546435, 5846817.268953412771225 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E23_dn", "crsloc_id": "pipe_9_E23_49.27", "crsloc_branchid": "pipe_9_E23", "crsloc_chainage": 49.274896694342054, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E23", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E23_49.27" }, "geometry": { "type": "Point", "coordinates": [ 1423230.054057317553088, 5846778.940672472119331 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E24_dn", "crsloc_id": "pipe_9_E24_49.90", "crsloc_branchid": "pipe_9_E24", "crsloc_chainage": 49.902962890785979, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E24", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E24_49.90" }, "geometry": { "type": "Point", "coordinates": [ 1423191.975883910199627, 5846746.686084965243936 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E25_dn", "crsloc_id": "pipe_9_E25_49.99", "crsloc_branchid": "pipe_9_E25", "crsloc_chainage": 49.99167441923754, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E25", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E25_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1423148.382039699703455, 5846722.216833685524762 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E26_dn", "crsloc_id": "pipe_9_E26_48.50", "crsloc_branchid": "pipe_9_E26", "crsloc_chainage": 48.49967065451051, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E26", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E26_48.50" }, "geometry": { "type": "Point", "coordinates": [ 1423116.208600282436237, 5846685.925128715112805 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E27_dn", "crsloc_id": "pipe_9_E27_49.11", "crsloc_branchid": "pipe_9_E27", "crsloc_chainage": 49.114321730632255, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E27", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E27_49.11" }, "geometry": { "type": "Point", "coordinates": [ 1423098.800149801187217, 5846639.999510037712753 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E28_dn", "crsloc_id": "pipe_9_E28_48.54", "crsloc_branchid": "pipe_9_E28", "crsloc_chainage": 48.536947651802457, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E28", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E28_48.54" }, "geometry": { "type": "Point", "coordinates": [ 1423055.521651374874637, 5846618.02664355840534 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E29_dn", "crsloc_id": "pipe_9_E29_49.80", "crsloc_branchid": "pipe_9_E29", "crsloc_chainage": 49.802678798613009, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E29", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E29_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1423006.884908850304782, 5846607.313376450911164 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E30_dn", "crsloc_id": "pipe_9_E30_49.49", "crsloc_branchid": "pipe_9_E30", "crsloc_chainage": 49.493643825731496, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E30", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E30_49.49" }, "geometry": { "type": "Point", "coordinates": [ 1422957.799635383998975, 5846613.658193854615092 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E31_dn", "crsloc_id": "pipe_9_E31_50.00", "crsloc_branchid": "pipe_9_E31", "crsloc_chainage": 49.999723211252778, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E31", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E31_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1422910.713437053374946, 5846630.476702943444252 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E32_dn", "crsloc_id": "pipe_9_E32_50.00", "crsloc_branchid": "pipe_9_E32", "crsloc_chainage": 49.995473220881856, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E32", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E32_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1422863.428789914352819, 5846646.715837388299406 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E33_dn", "crsloc_id": "pipe_9_E33_49.81", "crsloc_branchid": "pipe_9_E33", "crsloc_chainage": 49.809396430009301, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E33", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E33_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1422814.791240132879466, 5846657.456634564325213 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E34_dn", "crsloc_id": "pipe_9_E34_49.97", "crsloc_branchid": "pipe_9_E34", "crsloc_chainage": 49.97140622137686, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E34", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E34_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1422765.067847807426006, 5846662.429128444753587 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E35_dn", "crsloc_id": "pipe_9_E35_49.77", "crsloc_branchid": "pipe_9_E35", "crsloc_chainage": 49.766887027683701, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E35", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E35_49.77" }, "geometry": { "type": "Point", "coordinates": [ 1422716.332230302970856, 5846672.507949352264404 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E36_dn", "crsloc_id": "pipe_9_E36_49.01", "crsloc_branchid": "pipe_9_E36", "crsloc_chainage": 49.005596578623106, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E36", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E36_49.01" }, "geometry": { "type": "Point", "coordinates": [ 1422671.8130433477927, 5846692.991857399232686 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E37_dn", "crsloc_id": "pipe_9_E37_49.14", "crsloc_branchid": "pipe_9_E37", "crsloc_chainage": 49.135931574618816, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E37", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E37_49.14" }, "geometry": { "type": "Point", "coordinates": [ 1422638.554434294113889, 5846729.160969850607216 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E38_dn", "crsloc_id": "pipe_9_E38_49.62", "crsloc_branchid": "pipe_9_E38", "crsloc_chainage": 49.623977110422025, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E38", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E38_49.62" }, "geometry": { "type": "Point", "coordinates": [ 1422619.132275649579242, 5846774.826261460781097 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E39_dn", "crsloc_id": "pipe_9_E39_49.94", "crsloc_branchid": "pipe_9_E39", "crsloc_chainage": 49.938629340403679, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E39", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E39_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1422605.59443419566378, 5846822.894895195960999 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E40_dn", "crsloc_id": "pipe_9_E40_49.86", "crsloc_branchid": "pipe_9_E40", "crsloc_chainage": 49.857157017982203, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E40", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E40_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1422586.887610950507224, 5846869.109512688592076 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E41_dn", "crsloc_id": "pipe_9_E41_50.00", "crsloc_branchid": "pipe_9_E41", "crsloc_chainage": 49.999723211089943, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E41", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E41_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1422557.372622151626274, 5846909.468374880030751 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E42_dn", "crsloc_id": "pipe_9_E42_50.00", "crsloc_branchid": "pipe_9_E42", "crsloc_chainage": 49.996119499618246, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E42", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E42_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1422527.54286550055258, 5846949.590657755732536 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E43_dn", "crsloc_id": "pipe_9_E43_50.00", "crsloc_branchid": "pipe_9_E43", "crsloc_chainage": 49.999723211043133, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E43", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E43_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1422496.981540927663445, 5846989.163094647228718 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E44_dn", "crsloc_id": "pipe_9_E44_49.43", "crsloc_branchid": "pipe_9_E44", "crsloc_chainage": 49.430606617330724, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E44", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E44_49.43" }, "geometry": { "type": "Point", "coordinates": [ 1422462.649639721959829, 5847024.725791819393635 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E45_dn", "crsloc_id": "pipe_9_E45_48.65", "crsloc_branchid": "pipe_9_E45", "crsloc_chainage": 48.651486277087528, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E45", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E45_48.65" }, "geometry": { "type": "Point", "coordinates": [ 1422415.439291230868548, 5847036.479519411921501 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E46_dn", "crsloc_id": "pipe_9_E46_49.87", "crsloc_branchid": "pipe_9_E46", "crsloc_chainage": 49.869569878241641, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E46", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E46_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1422368.512653070269153, 5847019.601586162112653 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E47_dn", "crsloc_id": "pipe_9_E47_50.00", "crsloc_branchid": "pipe_9_E47", "crsloc_chainage": 49.995123015366509, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E47", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E47_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1422322.087949068518355, 5847001.047363363206387 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E48_dn", "crsloc_id": "pipe_9_E48_50.00", "crsloc_branchid": "pipe_9_E48", "crsloc_chainage": 49.995060452053174, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E48", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E48_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1422275.732066942611709, 5846982.322025931440294 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E49_dn", "crsloc_id": "pipe_9_E49_50.00", "crsloc_branchid": "pipe_9_E49", "crsloc_chainage": 49.999723211372533, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E49", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E49_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1422228.594420006498694, 5846965.648257235065103 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E50_dn", "crsloc_id": "pipe_9_E50_50.00", "crsloc_branchid": "pipe_9_E50", "crsloc_chainage": 49.999723211153032, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E50", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E50_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1422181.45677307061851, 5846948.974488538689911 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E51_dn", "crsloc_id": "pipe_9_E51_49.87", "crsloc_branchid": "pipe_9_E51", "crsloc_chainage": 49.865595701843908, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E51", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E51_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1422134.832294266438112, 5846931.290156180970371 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E52_dn", "crsloc_id": "pipe_9_E52_50.00", "crsloc_branchid": "pipe_9_E52", "crsloc_chainage": 49.995443293777406, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E52", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E52_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1422093.451577436411753, 5846903.233416798524559 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E53_dn", "crsloc_id": "pipe_9_E53_49.62", "crsloc_branchid": "pipe_9_E53", "crsloc_chainage": 49.618893394475215, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E53", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E53_49.62" }, "geometry": { "type": "Point", "coordinates": [ 1422050.19361039204523, 5846878.927391436882317 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E54_dn", "crsloc_id": "pipe_9_E54_50.00", "crsloc_branchid": "pipe_9_E54", "crsloc_chainage": 49.99972321134539, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E54", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E54_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1422000.668080030707642, 5846872.057590592652559 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E55_dn", "crsloc_id": "pipe_9_E55_50.00", "crsloc_branchid": "pipe_9_E55", "crsloc_chainage": 49.999723211242731, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E55", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E55_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1421951.142549669602886, 5846865.187789747491479 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E56_dn", "crsloc_id": "pipe_9_E56_49.99", "crsloc_branchid": "pipe_9_E56", "crsloc_chainage": 49.98720518539249, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E56", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E56_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1421901.419594027800485, 5846860.054723949171603 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E57_dn", "crsloc_id": "pipe_9_E57_49.68", "crsloc_branchid": "pipe_9_E57", "crsloc_chainage": 49.679505543384515, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E57", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E57_49.68" }, "geometry": { "type": "Point", "coordinates": [ 1421851.776151958853006, 5846861.947322845458984 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E58_dn", "crsloc_id": "pipe_9_E58_49.94", "crsloc_branchid": "pipe_9_E58", "crsloc_chainage": 49.941567723485385, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E58", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E58_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1421802.680674202507362, 5846871.101242801174521 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E59_dn", "crsloc_id": "pipe_9_E59_49.86", "crsloc_branchid": "pipe_9_E59", "crsloc_chainage": 49.857487545162193, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E59", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E59_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1421753.571472910698503, 5846879.706788268871605 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E60_dn", "crsloc_id": "pipe_9_E60_49.98", "crsloc_branchid": "pipe_9_E60", "crsloc_chainage": 49.976147101251179, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E60", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E60_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1421703.691584896063432, 5846882.807119014672935 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E61_dn", "crsloc_id": "pipe_9_E61_50.00", "crsloc_branchid": "pipe_9_E61", "crsloc_chainage": 49.999723211349192, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E61", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E61_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1421653.698202512925491, 5846883.603384739719331 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E62_dn", "crsloc_id": "pipe_9_E62_49.63", "crsloc_branchid": "pipe_9_E62", "crsloc_chainage": 49.631266221786809, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E62", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E62_49.63" }, "geometry": { "type": "Point", "coordinates": [ 1421604.086441812571138, 5846882.212059116922319 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E63_dn", "crsloc_id": "pipe_9_E63_50.00", "crsloc_branchid": "pipe_9_E63", "crsloc_chainage": 49.999723211361875, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E63", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E63_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1421557.315623715519905, 5846864.53543908521533 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E64_dn", "crsloc_id": "pipe_9_E64_50.00", "crsloc_branchid": "pipe_9_E64", "crsloc_chainage": 49.999723211361875, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E64", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E64_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1421510.544805618468672, 5846846.858819053508341 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E65_dn", "crsloc_id": "pipe_9_E65_49.18", "crsloc_branchid": "pipe_9_E65", "crsloc_chainage": 49.180729184259498, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E65", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E65_49.18" }, "geometry": { "type": "Point", "coordinates": [ 1421463.281383597990498, 5846833.260544824413955 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E66_dn", "crsloc_id": "pipe_9_E66_49.96", "crsloc_branchid": "pipe_9_E66", "crsloc_chainage": 49.964394059474166, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E66", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E66_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1421413.731179419672117, 5846839.680664731189609 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E67_dn", "crsloc_id": "pipe_9_E67_50.00", "crsloc_branchid": "pipe_9_E67", "crsloc_chainage": 49.999723211724692, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E67", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E67_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1421366.070924198720604, 5846854.79596802033484 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E68_dn", "crsloc_id": "pipe_9_E68_49.97", "crsloc_branchid": "pipe_9_E68", "crsloc_chainage": 49.967819016805365, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E68", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E68_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1421320.517232795711607, 5846875.329943204298615 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E69_dn", "crsloc_id": "pipe_9_E69_49.77", "crsloc_branchid": "pipe_9_E69", "crsloc_chainage": 49.774469445275294, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E69", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E69_49.77" }, "geometry": { "type": "Point", "coordinates": [ 1421273.586039925226942, 5846891.911889540962875 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E70_dn", "crsloc_id": "pipe_9_E70_49.27", "crsloc_branchid": "pipe_9_E70", "crsloc_chainage": 49.269560699083058, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E70", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E70_49.27" }, "geometry": { "type": "Point", "coordinates": [ 1421224.329739169217646, 5846890.768890278413892 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E71_dn", "crsloc_id": "pipe_9_E71_47.97", "crsloc_branchid": "pipe_9_E71", "crsloc_chainage": 47.971323512601195, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E71", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E71_47.97" }, "geometry": { "type": "Point", "coordinates": [ 1421182.892962549580261, 5846866.597803771495819 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E72_dn", "crsloc_id": "pipe_9_E72_50.00", "crsloc_branchid": "pipe_9_E72", "crsloc_chainage": 49.99972321096778, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E72", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E72_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1421145.763737284578383, 5846833.110597969964147 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E73_dn", "crsloc_id": "pipe_9_E73_49.91", "crsloc_branchid": "pipe_9_E73", "crsloc_chainage": 49.906132884432466, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E73", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E73_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1421107.104405601043254, 5846801.54989181086421 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E74_dn", "crsloc_id": "pipe_9_E74_45.83", "crsloc_branchid": "pipe_9_E74", "crsloc_chainage": 45.828675458834788, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E74", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E74_45.83" }, "geometry": { "type": "Point", "coordinates": [ 1421061.901834868825972, 5846794.000382322818041 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E75_dn", "crsloc_id": "pipe_9_E75_47.31", "crsloc_branchid": "pipe_9_E75", "crsloc_chainage": 47.312835173625352, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E75", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E75_47.31" }, "geometry": { "type": "Point", "coordinates": [ 1421023.283130519790575, 5846821.333513255231082 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E76_dn", "crsloc_id": "pipe_9_E76_47.78", "crsloc_branchid": "pipe_9_E76", "crsloc_chainage": 47.778689155784726, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E76", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E76_47.78" }, "geometry": { "type": "Point", "coordinates": [ 1421024.979408109327778, 5846869.082081608474255 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E77_dn", "crsloc_id": "pipe_9_E77_49.83", "crsloc_branchid": "pipe_9_E77", "crsloc_chainage": 49.829669912289845, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E77", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E77_49.83" }, "geometry": { "type": "Point", "coordinates": [ 1421042.917042962508276, 5846915.57119064964354 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E78_dn", "crsloc_id": "pipe_9_E78_50.00", "crsloc_branchid": "pipe_9_E78", "crsloc_chainage": 49.997211848535109, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E78", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E78_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1421063.430981013458222, 5846961.166141447611153 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E79_dn", "crsloc_id": "pipe_9_E79_50.00", "crsloc_branchid": "pipe_9_E79", "crsloc_chainage": 49.999723211453336, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E79", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E79_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1421083.528895998140797, 5847006.94873786251992 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E80_dn", "crsloc_id": "pipe_9_E80_49.04", "crsloc_branchid": "pipe_9_E80", "crsloc_chainage": 49.042252924470361, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E80", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E80_49.04" }, "geometry": { "type": "Point", "coordinates": [ 1421095.421480868710205, 5847054.527188835665584 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E81_dn", "crsloc_id": "pipe_9_E81_46.64", "crsloc_branchid": "pipe_9_E81", "crsloc_chainage": 46.642431970837862, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E81", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E81_46.64" }, "geometry": { "type": "Point", "coordinates": [ 1421070.211330103687942, 5847093.769573556259274 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E82_dn", "crsloc_id": "pipe_9_E82_46.67", "crsloc_branchid": "pipe_9_E82", "crsloc_chainage": 46.671584904900079, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E82", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E82_46.67" }, "geometry": { "type": "Point", "coordinates": [ 1421024.36501712561585, 5847102.507560959085822 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E83_dn", "crsloc_id": "pipe_9_E83_48.27", "crsloc_branchid": "pipe_9_E83", "crsloc_chainage": 48.268054559224858, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E83", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E83_48.27" }, "geometry": { "type": "Point", "coordinates": [ 1420988.52690999978222, 5847070.174371067434549 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E84_dn", "crsloc_id": "pipe_9_E84_50.00", "crsloc_branchid": "pipe_9_E84", "crsloc_chainage": 49.999723211484834, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E84", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E84_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420954.561302947811782, 5847033.48227574955672 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E85_dn", "crsloc_id": "pipe_9_E85_50.00", "crsloc_branchid": "pipe_9_E85", "crsloc_chainage": 49.999605690917726, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E85", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E85_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420920.273442431585863, 5846997.091298976913095 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E86_dn", "crsloc_id": "pipe_9_E86_50.00", "crsloc_branchid": "pipe_9_E86", "crsloc_chainage": 49.995326132183941, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E86", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E86_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420887.675049716839567, 5846959.185132889077067 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E87_dn", "crsloc_id": "pipe_9_E87_49.97", "crsloc_branchid": "pipe_9_E87", "crsloc_chainage": 49.971508925203054, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E87", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E87_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1420854.769201738992706, 5846921.57719658408314 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E88_dn", "crsloc_id": "pipe_9_E88_50.00", "crsloc_branchid": "pipe_9_E88", "crsloc_chainage": 49.999723211057976, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E88", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E88_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420818.558618578361347, 5846887.098710707388818 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E89_dn", "crsloc_id": "pipe_9_E89_50.00", "crsloc_branchid": "pipe_9_E89", "crsloc_chainage": 49.999723211700186, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E89", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E89_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420782.348035417729989, 5846852.620224829763174 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E90_dn", "crsloc_id": "pipe_9_E90_49.91", "crsloc_branchid": "pipe_9_E90", "crsloc_chainage": 49.906083170862608, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E90", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E90_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1420742.899652406107634, 5846822.051577243953943 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E91_dn", "crsloc_id": "pipe_9_E91_49.43", "crsloc_branchid": "pipe_9_E91", "crsloc_chainage": 49.431623090772909, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E91", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E91_49.43" }, "geometry": { "type": "Point", "coordinates": [ 1420706.280636111740023, 5846788.847164780832827 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E92_dn", "crsloc_id": "pipe_9_E92_49.59", "crsloc_branchid": "pipe_9_E92", "crsloc_chainage": 49.586011336806621, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E92", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E92_49.59" }, "geometry": { "type": "Point", "coordinates": [ 1420689.703672134550288, 5846742.114127370528877 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E93_dn", "crsloc_id": "pipe_9_E93_49.30", "crsloc_branchid": "pipe_9_E93", "crsloc_chainage": 49.304838913592071, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E93", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E93_49.30" }, "geometry": { "type": "Point", "coordinates": [ 1420686.023355967132375, 5846692.946837296709418 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E94_dn", "crsloc_id": "pipe_9_E94_47.25", "crsloc_branchid": "pipe_9_E94", "crsloc_chainage": 47.247043518820433, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E94", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E94_47.25" }, "geometry": { "type": "Point", "coordinates": [ 1420711.72870812821202, 5846653.304461087100208 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E95_dn", "crsloc_id": "pipe_9_E95_48.71", "crsloc_branchid": "pipe_9_E95", "crsloc_chainage": 48.710085676714904, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E95", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E95_48.71" }, "geometry": { "type": "Point", "coordinates": [ 1420759.905567491659895, 5846646.116786323487759 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E96_dn", "crsloc_id": "pipe_9_E96_50.00", "crsloc_branchid": "pipe_9_E96", "crsloc_chainage": 49.999723211128867, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E96", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E96_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420809.857039266964421, 5846648.3128711739555 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E97_dn", "crsloc_id": "pipe_9_E97_49.32", "crsloc_branchid": "pipe_9_E97", "crsloc_chainage": 49.316707729091085, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E97", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E97_49.32" }, "geometry": { "type": "Point", "coordinates": [ 1420858.078811570070684, 5846637.978543078526855 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E98_dn", "crsloc_id": "pipe_9_E98_48.06", "crsloc_branchid": "pipe_9_E98", "crsloc_chainage": 48.058466152027982, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E98", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E98_48.06" }, "geometry": { "type": "Point", "coordinates": [ 1420897.328248347854242, 5846610.245929038152099 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E99_dn", "crsloc_id": "pipe_9_E99_49.89", "crsloc_branchid": "pipe_9_E99", "crsloc_chainage": 49.893852635937165, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E99", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E99_49.89" }, "geometry": { "type": "Point", "coordinates": [ 1420923.745307660195976, 5846567.91939471103251 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E100_dn", "crsloc_id": "pipe_9_E100_49.51", "crsloc_branchid": "pipe_9_E100", "crsloc_chainage": 49.509618127775028, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E100", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E100_49.51" }, "geometry": { "type": "Point", "coordinates": [ 1420935.065237583592534, 5846519.721246679313481 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E101_dn", "crsloc_id": "pipe_9_E101_49.04", "crsloc_branchid": "pipe_9_E101", "crsloc_chainage": 49.041089384162404, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E101", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E101_49.04" }, "geometry": { "type": "Point", "coordinates": [ 1420925.005011990433559, 5846471.723118497058749 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E102_dn", "crsloc_id": "pipe_9_E102_49.69", "crsloc_branchid": "pipe_9_E102", "crsloc_chainage": 49.686724665464105, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E102", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E102_49.69" }, "geometry": { "type": "Point", "coordinates": [ 1420897.150894394610077, 5846430.578024731948972 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E103_dn", "crsloc_id": "pipe_9_E103_50.00", "crsloc_branchid": "pipe_9_E103", "crsloc_chainage": 49.999723211287673, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E103", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E103_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420865.817669220268726, 5846391.613921747542918 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E104_dn", "crsloc_id": "pipe_9_E104_49.99", "crsloc_branchid": "pipe_9_E104", "crsloc_chainage": 49.98614692736551, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E104", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E104_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1420835.308421667199582, 5846352.01845864392817 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E105_dn", "crsloc_id": "pipe_9_E105_50.00", "crsloc_branchid": "pipe_9_E105", "crsloc_chainage": 49.999723211311732, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E105", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E105_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420805.837170013459399, 5846311.627647223882377 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E106_dn", "crsloc_id": "pipe_9_E106_50.00", "crsloc_branchid": "pipe_9_E106", "crsloc_chainage": 49.999723211174491, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E106", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E106_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420776.365918359952047, 5846271.236835803836584 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E107_dn", "crsloc_id": "pipe_9_E107_49.97", "crsloc_branchid": "pipe_9_E107", "crsloc_chainage": 49.971281386716171, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E107", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E107_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1420745.0260460737627, 5846232.314588071778417 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E108_dn", "crsloc_id": "pipe_9_E108_49.82", "crsloc_branchid": "pipe_9_E108", "crsloc_chainage": 49.82003054989589, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E108", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E108_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1420708.652508232742548, 5846198.270481549203396 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E109_dn", "crsloc_id": "pipe_9_E109_49.46", "crsloc_branchid": "pipe_9_E109", "crsloc_chainage": 49.457296577082182, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E109", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E109_49.46" }, "geometry": { "type": "Point", "coordinates": [ 1420665.638498906278983, 5846173.861073805950582 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E110_dn", "crsloc_id": "pipe_9_E110_48.54", "crsloc_branchid": "pipe_9_E110", "crsloc_chainage": 48.539219314178567, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E110", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E110_48.54" }, "geometry": { "type": "Point", "coordinates": [ 1420618.82589530851692, 5846161.030019444413483 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E111_dn", "crsloc_id": "pipe_9_E111_49.98", "crsloc_branchid": "pipe_9_E111", "crsloc_chainage": 49.975186591785068, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E111", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E111_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1420569.670940276002511, 5846170.047206956893206 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E112_dn", "crsloc_id": "pipe_9_E112_49.95", "crsloc_branchid": "pipe_9_E112", "crsloc_chainage": 49.949477308078862, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E112", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E112_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1420520.064749475335702, 5846175.893241304904222 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E113_dn", "crsloc_id": "pipe_9_E113_49.71", "crsloc_branchid": "pipe_9_E113", "crsloc_chainage": 49.706883900808606, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E113", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E113_49.71" }, "geometry": { "type": "Point", "coordinates": [ 1420470.538262324174866, 5846171.662239343859255 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E114_dn", "crsloc_id": "pipe_9_E114_49.06", "crsloc_branchid": "pipe_9_E114", "crsloc_chainage": 49.062760388202754, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E114", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E114_49.06" }, "geometry": { "type": "Point", "coordinates": [ 1420425.915515190456063, 5846151.267021886073053 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E115_dn", "crsloc_id": "pipe_9_E115_50.00", "crsloc_branchid": "pipe_9_E115", "crsloc_chainage": 49.999723211496985, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E115", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E115_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420388.838620007503778, 5846117.721885654143989 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E116_dn", "crsloc_id": "pipe_9_E116_50.00", "crsloc_branchid": "pipe_9_E116", "crsloc_chainage": 49.999629121491971, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E116", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E116_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420351.628854390932247, 5846084.324337015859783 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E117_dn", "crsloc_id": "pipe_9_E117_50.00", "crsloc_branchid": "pipe_9_E117", "crsloc_chainage": 49.999723211441307, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E117", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E117_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420314.387388218194246, 5846050.962000189349055 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E118_dn", "crsloc_id": "pipe_9_E118_50.00", "crsloc_branchid": "pipe_9_E118", "crsloc_chainage": 49.999723211441307, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E118", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E118_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420277.145922045456246, 5846017.599663362838328 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E119_dn", "crsloc_id": "pipe_9_E119_50.00", "crsloc_branchid": "pipe_9_E119", "crsloc_chainage": 49.999723211441307, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E119", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E119_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420239.904455872718245, 5845984.2373265363276 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E120_dn", "crsloc_id": "pipe_9_E120_48.30", "crsloc_branchid": "pipe_9_E120", "crsloc_chainage": 48.302233205187306, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E120", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E120_48.30" }, "geometry": { "type": "Point", "coordinates": [ 1420214.636071441229433, 5845943.071631099097431 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E121_dn", "crsloc_id": "pipe_9_E121_50.00", "crsloc_branchid": "pipe_9_E121", "crsloc_chainage": 49.99746360979001, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E121", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E121_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420208.484497776022181, 5845893.454048440791667 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E122_dn", "crsloc_id": "pipe_9_E122_50.00", "crsloc_branchid": "pipe_9_E122", "crsloc_chainage": 49.999503945624951, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E122", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E122_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420202.653401588089764, 5845843.795728774741292 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E123_dn", "crsloc_id": "pipe_9_E123_48.97", "crsloc_branchid": "pipe_9_E123", "crsloc_chainage": 48.971873982136337, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E123", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E123_48.97" }, "geometry": { "type": "Point", "coordinates": [ 1420186.114192338194698, 5845797.701271421276033 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E124_dn", "crsloc_id": "pipe_9_E124_50.00", "crsloc_branchid": "pipe_9_E124", "crsloc_chainage": 49.999723211408813, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E124", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E124_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420160.89672294142656, 5845754.526608035899699 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E125_dn", "crsloc_id": "pipe_9_E125_49.44", "crsloc_branchid": "pipe_9_E125", "crsloc_chainage": 49.437416499583648, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E125", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E125_49.44" }, "geometry": { "type": "Point", "coordinates": [ 1420125.063201739452779, 5845720.467587080784142 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E126_dn", "crsloc_id": "pipe_9_E126_50.00", "crsloc_branchid": "pipe_9_E126", "crsloc_chainage": 49.999723211013062, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E126", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E126_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420086.198008419713005, 5845689.011759808287024 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E127_dn", "crsloc_id": "pipe_9_E127_49.97", "crsloc_branchid": "pipe_9_E127", "crsloc_chainage": 49.969581586932264, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E127", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E127_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1420045.993305994663388, 5845659.337848928757012 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E128_dn", "crsloc_id": "pipe_9_E128_50.00", "crsloc_branchid": "pipe_9_E128", "crsloc_chainage": 49.999723211664019, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E128", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E128_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1420004.976399109931663, 5845630.744393893517554 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E129_dn", "crsloc_id": "pipe_9_E129_50.00", "crsloc_branchid": "pipe_9_E129", "crsloc_chainage": 49.999723210940417, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E129", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E129_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419963.959492225432768, 5845602.150938859209418 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E130_dn", "crsloc_id": "pipe_9_E130_50.00", "crsloc_branchid": "pipe_9_E130", "crsloc_chainage": 49.998569906154515, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E130", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E130_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419923.095721698133275, 5845573.341057725250721 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E131_dn", "crsloc_id": "pipe_9_E131_50.00", "crsloc_branchid": "pipe_9_E131", "crsloc_chainage": 49.999723211414832, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E131", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E131_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419882.483206576434895, 5845544.176079811528325 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E132_dn", "crsloc_id": "pipe_9_E132_49.86", "crsloc_branchid": "pipe_9_E132", "crsloc_chainage": 49.862848391591086, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E132", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E132_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1419846.559793936554343, 5845509.595563996583223 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E133_dn", "crsloc_id": "pipe_9_E133_49.99", "crsloc_branchid": "pipe_9_E133", "crsloc_chainage": 49.990341002618713, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E133", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E133_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1419812.401138932909817, 5845473.095968356356025 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E134_dn", "crsloc_id": "pipe_9_E134_50.00", "crsloc_branchid": "pipe_9_E134", "crsloc_chainage": 49.999723210983824, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E134", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E134_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419779.223660866497084, 5845435.689721948467195 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E135_dn", "crsloc_id": "pipe_9_E135_50.00", "crsloc_branchid": "pipe_9_E135", "crsloc_chainage": 49.999723211526074, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E135", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E135_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419746.046182800317183, 5845398.283475539647043 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E136_dn", "crsloc_id": "pipe_9_E136_50.00", "crsloc_branchid": "pipe_9_E136", "crsloc_chainage": 49.997341123994502, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E136", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E136_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419712.604368061060086, 5845361.116566246375442 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E137_dn", "crsloc_id": "pipe_9_E137_49.46", "crsloc_branchid": "pipe_9_E137", "crsloc_chainage": 49.455442883106691, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E137", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E137_49.46" }, "geometry": { "type": "Point", "coordinates": [ 1419683.346332817105576, 5845321.24416721612215 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E138_dn", "crsloc_id": "pipe_9_E138_49.88", "crsloc_branchid": "pipe_9_E138", "crsloc_chainage": 49.87741677471729, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E138", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E138_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1419663.204224903136492, 5845275.614657105877995 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E139_dn", "crsloc_id": "pipe_9_E139_50.00", "crsloc_branchid": "pipe_9_E139", "crsloc_chainage": 49.999723211363097, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E139", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E139_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419652.491356840590015, 5845226.776078307069838 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E140_dn", "crsloc_id": "pipe_9_E140_49.96", "crsloc_branchid": "pipe_9_E140", "crsloc_chainage": 49.955903473136509, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E140", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E140_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1419643.22210155474022, 5845177.687656064517796 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E141_dn", "crsloc_id": "pipe_9_E141_50.00", "crsloc_branchid": "pipe_9_E141", "crsloc_chainage": 49.999723211231903, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E141", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E141_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419636.898685700260103, 5845128.089402737095952 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E142_dn", "crsloc_id": "pipe_9_E142_50.00", "crsloc_branchid": "pipe_9_E142", "crsloc_chainage": 49.999723211261347, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E142", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E142_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419630.575269845547155, 5845078.491149409674108 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E143_dn", "crsloc_id": "pipe_9_E143_50.00", "crsloc_branchid": "pipe_9_E143", "crsloc_chainage": 49.995864305103119, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E143", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E143_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419622.97417457588017, 5845029.076477516442537 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E144_dn", "crsloc_id": "pipe_9_E144_50.00", "crsloc_branchid": "pipe_9_E144", "crsloc_chainage": 49.999723211218623, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E144", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E144_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419615.077176916413009, 5844979.704321910627186 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E145_dn", "crsloc_id": "pipe_9_E145_49.98", "crsloc_branchid": "pipe_9_E145", "crsloc_chainage": 49.977251493972858, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E145", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E145_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1419609.074971008114517, 5844930.088808297179639 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E146_dn", "crsloc_id": "pipe_9_E146_49.94", "crsloc_branchid": "pipe_9_E146", "crsloc_chainage": 49.942973548378816, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E146", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E146_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1419603.778633784735575, 5844880.427460964769125 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E147_dn", "crsloc_id": "pipe_9_E147_49.85", "crsloc_branchid": "pipe_9_E147", "crsloc_chainage": 49.849986678653153, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E147", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E147_49.85" }, "geometry": { "type": "Point", "coordinates": [ 1419584.987870138138533, 5844834.254651071503758 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E148_dn", "crsloc_id": "pipe_9_E148_50.00", "crsloc_branchid": "pipe_9_E148", "crsloc_chainage": 49.999723211402262, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E148", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E148_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419559.331586835440248, 5844791.339298943057656 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E149_dn", "crsloc_id": "pipe_9_E149_50.00", "crsloc_branchid": "pipe_9_E149", "crsloc_chainage": 49.999723211402262, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E149", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E149_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419533.675303532741964, 5844748.423946814611554 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E150_dn", "crsloc_id": "pipe_9_E150_49.99", "crsloc_branchid": "pipe_9_E150", "crsloc_chainage": 49.994520360282003, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E150", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E150_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1419504.887638230575249, 5844707.549475655891001 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E151_dn", "crsloc_id": "pipe_9_E151_50.00", "crsloc_branchid": "pipe_9_E151", "crsloc_chainage": 49.998692719307854, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E151", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E151_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419475.81797957024537, 5844666.869944943115115 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E152_dn", "crsloc_id": "pipe_9_E152_50.00", "crsloc_branchid": "pipe_9_E152", "crsloc_chainage": 49.99972321175315, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E152", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E152_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419446.337647278793156, 5844626.485760795883834 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E153_dn", "crsloc_id": "pipe_9_E153_49.37", "crsloc_branchid": "pipe_9_E153", "crsloc_chainage": 49.366404206564468, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E153", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E153_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1419409.204925911733881, 5844593.955730544403195 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E154_dn", "crsloc_id": "pipe_9_E154_49.98", "crsloc_branchid": "pipe_9_E154", "crsloc_chainage": 49.978513757391255, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E154", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E154_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1419367.873058755882084, 5844565.85717907268554 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E155_dn", "crsloc_id": "pipe_9_E155_50.00", "crsloc_branchid": "pipe_9_E155", "crsloc_chainage": 49.999723211072876, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E155", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E155_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419323.615470109740272, 5844542.592653106898069 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E156_dn", "crsloc_id": "pipe_9_E156_50.00", "crsloc_branchid": "pipe_9_E156", "crsloc_chainage": 49.999723211300129, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E156", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E156_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419279.357881463831291, 5844519.328127140179276 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E157_dn", "crsloc_id": "pipe_9_E157_50.00", "crsloc_branchid": "pipe_9_E157", "crsloc_chainage": 49.995768596795891, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E157", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E157_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419235.568210017867386, 5844495.202589794062078 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E158_dn", "crsloc_id": "pipe_9_E158_48.81", "crsloc_branchid": "pipe_9_E158", "crsloc_chainage": 48.810343762369897, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E158", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E158_48.81" }, "geometry": { "type": "Point", "coordinates": [ 1419188.778511248063296, 5844481.303893911652267 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E159_dn", "crsloc_id": "pipe_9_E159_49.95", "crsloc_branchid": "pipe_9_E159", "crsloc_chainage": 49.948842684331943, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E159", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E159_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1419138.859045935096219, 5844479.591040044091642 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E160_dn", "crsloc_id": "pipe_9_E160_50.00", "crsloc_branchid": "pipe_9_E160", "crsloc_chainage": 49.996585121138928, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E160", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E160_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419088.867332570021972, 5844480.288978866301477 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E161_dn", "crsloc_id": "pipe_9_E161_50.00", "crsloc_branchid": "pipe_9_E161", "crsloc_chainage": 49.999723211490455, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E161", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E161_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1419038.902671627001837, 5844478.416820199228823 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E162_dn", "crsloc_id": "pipe_9_E162_49.78", "crsloc_branchid": "pipe_9_E162", "crsloc_chainage": 49.781646607560802, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E162", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E162_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1418990.524256498785689, 5844466.680496727116406 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E163_dn", "crsloc_id": "pipe_9_E163_49.75", "crsloc_branchid": "pipe_9_E163", "crsloc_chainage": 49.74700273754258, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E163", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E163_49.75" }, "geometry": { "type": "Point", "coordinates": [ 1418947.76159720402211, 5844441.261620839126408 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E164_dn", "crsloc_id": "pipe_9_E164_50.00", "crsloc_branchid": "pipe_9_E164", "crsloc_chainage": 49.999723211385991, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E164", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E164_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1418905.825275405775756, 5844414.034479320980608 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E165_dn", "crsloc_id": "pipe_9_E165_50.00", "crsloc_branchid": "pipe_9_E165", "crsloc_chainage": 49.996001221536368, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E165", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E165_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1418864.040606553433463, 5844386.581945976242423 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E166_dn", "crsloc_id": "pipe_9_E166_50.00", "crsloc_branchid": "pipe_9_E166", "crsloc_chainage": 49.999723211059219, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E166", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E166_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1418823.020742390304804, 5844357.992733583785594 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E167_dn", "crsloc_id": "pipe_9_E167_50.00", "crsloc_branchid": "pipe_9_E167", "crsloc_chainage": 49.99972321140072, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E167", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E167_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1418782.000878227408975, 5844329.403521190397441 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E168_dn", "crsloc_id": "pipe_9_E168_49.99", "crsloc_branchid": "pipe_9_E168", "crsloc_chainage": 49.989101340225531, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E168", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E168_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1418741.541740796994418, 5844300.04422196187079 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E169_dn", "crsloc_id": "pipe_9_E169_50.00", "crsloc_branchid": "pipe_9_E169", "crsloc_chainage": 49.999723211316777, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E169", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E169_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1418701.738872380461544, 5844269.783620728179812 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E170_dn", "crsloc_id": "pipe_9_E170_49.99", "crsloc_branchid": "pipe_9_E170", "crsloc_chainage": 49.992388529145813, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E170", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E170_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1418661.877458170289174, 5844239.6123335827142 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E171_dn", "crsloc_id": "pipe_9_E171_50.00", "crsloc_branchid": "pipe_9_E171", "crsloc_chainage": 49.999723211453905, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E171", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E171_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1418618.251069303136319, 5844215.184674758464098 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E172_dn", "crsloc_id": "pipe_9_E172_49.92", "crsloc_branchid": "pipe_9_E172", "crsloc_chainage": 49.920169968373855, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E172", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E172_49.92" }, "geometry": { "type": "Point", "coordinates": [ 1418573.884258924052119, 5844192.302159458398819 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E173_dn", "crsloc_id": "pipe_9_E173_50.00", "crsloc_branchid": "pipe_9_E173", "crsloc_chainage": 49.999723211191139, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E173", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E173_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1418527.512615043437108, 5844173.603417120873928 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E174_dn", "crsloc_id": "pipe_9_E174_49.98", "crsloc_branchid": "pipe_9_E174", "crsloc_chainage": 49.976098341564253, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E174", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E174_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1418481.75217247987166, 5844153.513810309581459 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E175_dn", "crsloc_id": "pipe_9_E175_49.87", "crsloc_branchid": "pipe_9_E175", "crsloc_chainage": 49.87114427677119, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E175", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E175_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1418438.663418387528509, 5844128.40424435865134 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E176_dn", "crsloc_id": "pipe_9_E176_49.97", "crsloc_branchid": "pipe_9_E176", "crsloc_chainage": 49.96692986492404, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E176", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E176_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1418398.627794942818582, 5844098.507038209587336 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E177_dn", "crsloc_id": "pipe_9_E177_50.00", "crsloc_branchid": "pipe_9_E177", "crsloc_chainage": 49.999723211139326, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E177", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E177_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1418359.337908220710233, 5844067.583307474851608 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E178_dn", "crsloc_id": "pipe_9_E178_49.69", "crsloc_branchid": "pipe_9_E178", "crsloc_chainage": 49.690394033694837, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E178", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E178_49.69" }, "geometry": { "type": "Point", "coordinates": [ 1418312.903944954276085, 5844049.890870825387537 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E179_dn", "crsloc_id": "pipe_9_E179_50.00", "crsloc_branchid": "pipe_9_E179", "crsloc_chainage": 49.999723211387533, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E179", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E179_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1418265.495645173359662, 5844034.002968726679683 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E180_dn", "crsloc_id": "pipe_9_E180_50.00", "crsloc_branchid": "pipe_9_E180", "crsloc_chainage": 49.999087886768336, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E180", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E180_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1418218.015684446785599, 5844018.332546941936016 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E181_dn", "crsloc_id": "pipe_9_E181_49.79", "crsloc_branchid": "pipe_9_E181", "crsloc_chainage": 49.786599748168449, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E181", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E181_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1418171.384448643540964, 5844000.890260338783264 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E182_dn", "crsloc_id": "pipe_9_E182_49.45", "crsloc_branchid": "pipe_9_E182", "crsloc_chainage": 49.454715557314728, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E182", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E182_49.45" }, "geometry": { "type": "Point", "coordinates": [ 1418135.335672124521807, 5843967.033878335729241 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E183_dn", "crsloc_id": "pipe_9_E183_49.94", "crsloc_branchid": "pipe_9_E183", "crsloc_chainage": 49.943109196185027, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E183", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E183_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1418103.606832423480228, 5843928.464526676572859 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E184_dn", "crsloc_id": "pipe_9_E184_49.87", "crsloc_branchid": "pipe_9_E184", "crsloc_chainage": 49.873354128198002, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E184", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E184_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1418072.64664312126115, 5843889.364422707818449 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E185_dn", "crsloc_id": "pipe_9_E185_49.61", "crsloc_branchid": "pipe_9_E185", "crsloc_chainage": 49.605792450898214, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E185", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E185_49.61" }, "geometry": { "type": "Point", "coordinates": [ 1418031.899344930658117, 5843861.073216744698584 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E186_dn", "crsloc_id": "pipe_9_E186_50.00", "crsloc_branchid": "pipe_9_E186", "crsloc_chainage": 49.997203765344416, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E186", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E186_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1417985.816689518280327, 5843841.679680334404111 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E187_dn", "crsloc_id": "pipe_9_E187_49.97", "crsloc_branchid": "pipe_9_E187", "crsloc_chainage": 49.973438553228142, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E187", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E187_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1417937.549674298847094, 5843828.732101308181882 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E188_dn", "crsloc_id": "pipe_9_E188_49.88", "crsloc_branchid": "pipe_9_E188", "crsloc_chainage": 49.876953122176495, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E188", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E188_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1417888.267521020025015, 5843821.052269216626883 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E189_dn", "crsloc_id": "pipe_9_E189_48.93", "crsloc_branchid": "pipe_9_E189", "crsloc_chainage": 48.925629845387292, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E189", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E189_48.93" }, "geometry": { "type": "Point", "coordinates": [ 1417840.163892095908523, 5843829.983010512776673 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E190_dn", "crsloc_id": "pipe_9_E190_48.00", "crsloc_branchid": "pipe_9_E190", "crsloc_chainage": 47.996454403852454, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E190", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E190_48.00" }, "geometry": { "type": "Point", "coordinates": [ 1417805.434317155973986, 5843863.111793464049697 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E191_dn", "crsloc_id": "pipe_9_E191_49.68", "crsloc_branchid": "pipe_9_E191", "crsloc_chainage": 49.679169117769661, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E191", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E191_49.68" }, "geometry": { "type": "Point", "coordinates": [ 1417794.258506000973284, 5843911.517589493654668 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E192_dn", "crsloc_id": "pipe_9_E192_49.35", "crsloc_branchid": "pipe_9_E192", "crsloc_chainage": 49.347671965714554, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E192", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E192_49.35" }, "geometry": { "type": "Point", "coordinates": [ 1417774.165708123706281, 5843956.589445478282869 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E193_dn", "crsloc_id": "pipe_9_E193_49.63", "crsloc_branchid": "pipe_9_E193", "crsloc_chainage": 49.627239743513492, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E193", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E193_49.63" }, "geometry": { "type": "Point", "coordinates": [ 1417736.036781679606065, 5843988.354959684424102 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E194_dn", "crsloc_id": "pipe_9_E194_49.93", "crsloc_branchid": "pipe_9_E194", "crsloc_chainage": 49.929330835329317, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E194", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E194_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1417693.42312873294577, 5844014.374465064145625 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E195_dn", "crsloc_id": "pipe_9_E195_49.31", "crsloc_branchid": "pipe_9_E195", "crsloc_chainage": 49.308869913898931, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E195", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E195_49.31" }, "geometry": { "type": "Point", "coordinates": [ 1417660.920891329180449, 5844051.455042405053973 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E196_dn", "crsloc_id": "pipe_9_E196_49.08", "crsloc_branchid": "pipe_9_E196", "crsloc_chainage": 49.082111864729207, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E196", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E196_49.08" }, "geometry": { "type": "Point", "coordinates": [ 1417650.912345563294366, 5844099.505877119489014 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E197_dn", "crsloc_id": "pipe_9_E197_49.94", "crsloc_branchid": "pipe_9_E197", "crsloc_chainage": 49.935137370307487, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E197", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E197_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1417658.932691253954545, 5844148.792711053043604 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E198_dn", "crsloc_id": "pipe_9_E198_49.33", "crsloc_branchid": "pipe_9_E198", "crsloc_chainage": 49.327671855223201, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E198", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E198_49.33" }, "geometry": { "type": "Point", "coordinates": [ 1417656.545337408781052, 5844198.062577627599239 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E199_dn", "crsloc_id": "pipe_9_E199_48.75", "crsloc_branchid": "pipe_9_E199", "crsloc_chainage": 48.750360289530242, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E199", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E199_48.75" }, "geometry": { "type": "Point", "coordinates": [ 1417621.015253922436386, 5844231.442373849451542 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E200_dn", "crsloc_id": "pipe_9_E200_49.86", "crsloc_branchid": "pipe_9_E200", "crsloc_chainage": 49.855724798734357, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E200", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E200_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1417572.737633330980316, 5844243.886836281977594 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E201_dn", "crsloc_id": "pipe_9_E201_50.00", "crsloc_branchid": "pipe_9_E201", "crsloc_chainage": 49.999723211205946, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E201", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E201_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1417522.776412076316774, 5844241.925027947872877 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E202_dn", "crsloc_id": "pipe_9_E202_49.88", "crsloc_branchid": "pipe_9_E202", "crsloc_chainage": 49.881057839903512, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E202", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E202_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1417472.996930692112073, 5844238.743335890583694 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E203_dn", "crsloc_id": "pipe_9_E203_50.00", "crsloc_branchid": "pipe_9_E203", "crsloc_chainage": 49.99972321128282, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E203", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E203_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1417424.633521320298314, 5844226.056612312793732 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E204_dn", "crsloc_id": "pipe_9_E204_50.00", "crsloc_branchid": "pipe_9_E204", "crsloc_chainage": 49.999723211519132, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E204", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E204_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1417376.270111948484555, 5844213.369888734072447 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E205_dn", "crsloc_id": "pipe_9_E205_49.72", "crsloc_branchid": "pipe_9_E205", "crsloc_chainage": 49.716269880065994, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E205", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E205_49.72" }, "geometry": { "type": "Point", "coordinates": [ 1417329.922922930913046, 5844195.379736957140267 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E206_dn", "crsloc_id": "pipe_9_E206_50.00", "crsloc_branchid": "pipe_9_E206", "crsloc_chainage": 49.999723211325247, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E206", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E206_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1417285.3460190766491, 5844172.733060291968286 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E207_dn", "crsloc_id": "pipe_9_E207_49.89", "crsloc_branchid": "pipe_9_E207", "crsloc_chainage": 49.885224911206507, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E207", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E207_49.89" }, "geometry": { "type": "Point", "coordinates": [ 1417241.398575571598485, 5844149.128868422470987 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E208_dn", "crsloc_id": "pipe_9_E208_49.81", "crsloc_branchid": "pipe_9_E208", "crsloc_chainage": 49.810151824058622, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E208", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E208_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1417205.135993048315868, 5844114.981008555740118 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E209_dn", "crsloc_id": "pipe_9_E209_49.11", "crsloc_branchid": "pipe_9_E209", "crsloc_chainage": 49.111489566775795, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E209", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E209_49.11" }, "geometry": { "type": "Point", "coordinates": [ 1417185.598072288790718, 5844069.923178383149207 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E210_dn", "crsloc_id": "pipe_9_E210_49.76", "crsloc_branchid": "pipe_9_E210", "crsloc_chainage": 49.760497112354962, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E210", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E210_49.76" }, "geometry": { "type": "Point", "coordinates": [ 1417167.642235178267583, 5844023.515258945524693 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E211_dn", "crsloc_id": "pipe_9_E211_47.39", "crsloc_branchid": "pipe_9_E211", "crsloc_chainage": 47.393293068917913, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E211", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E211_47.39" }, "geometry": { "type": "Point", "coordinates": [ 1417132.963851474691182, 5843991.211483134888113 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E212_dn", "crsloc_id": "pipe_9_E212_49.51", "crsloc_branchid": "pipe_9_E212", "crsloc_chainage": 49.513484951672829, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E212", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E212_49.51" }, "geometry": { "type": "Point", "coordinates": [ 1417084.594145445618778, 5843980.630522369407117 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E213_dn", "crsloc_id": "pipe_9_E213_48.86", "crsloc_branchid": "pipe_9_E213", "crsloc_chainage": 48.855658427174205, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E213", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E213_48.86" }, "geometry": { "type": "Point", "coordinates": [ 1417036.65072401217185, 5843990.02752729691565 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E214_dn", "crsloc_id": "pipe_9_E214_49.67", "crsloc_branchid": "pipe_9_E214", "crsloc_chainage": 49.673351842676084, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E214", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E214_49.67" }, "geometry": { "type": "Point", "coordinates": [ 1417000.371750437421724, 5844023.958014467731118 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E215_dn", "crsloc_id": "pipe_9_E215_50.00", "crsloc_branchid": "pipe_9_E215", "crsloc_chainage": 49.999723211535375, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E215", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E215_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1416969.424810580909252, 5844063.229622974991798 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E216_dn", "crsloc_id": "pipe_9_E216_48.47", "crsloc_branchid": "pipe_9_E216", "crsloc_chainage": 48.465115699239568, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E216", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E216_48.47" }, "geometry": { "type": "Point", "coordinates": [ 1416927.518832724075764, 5844087.57621328253299 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E217_dn", "crsloc_id": "pipe_9_E217_49.81", "crsloc_branchid": "pipe_9_E217", "crsloc_chainage": 49.807448847222496, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E217", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E217_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1416878.712800699518993, 5844077.638748883269727 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E218_dn", "crsloc_id": "pipe_9_E218_47.85", "crsloc_branchid": "pipe_9_E218", "crsloc_chainage": 47.851891764734532, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E218", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E218_47.85" }, "geometry": { "type": "Point", "coordinates": [ 1416830.879168283194304, 5844076.316948851570487 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E219_dn", "crsloc_id": "pipe_9_E219_49.76", "crsloc_branchid": "pipe_9_E219", "crsloc_chainage": 49.760018239078164, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E219", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E219_49.76" }, "geometry": { "type": "Point", "coordinates": [ 1416789.764754311181605, 5844104.346654145978391 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E220_dn", "crsloc_id": "pipe_9_E220_49.98", "crsloc_branchid": "pipe_9_E220", "crsloc_chainage": 49.982418692931113, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E220", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E220_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1416749.800181579543278, 5844134.364567210897803 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E221_dn", "crsloc_id": "pipe_9_E221_49.65", "crsloc_branchid": "pipe_9_E221", "crsloc_chainage": 49.654768057343276, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E221", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E221_49.65" }, "geometry": { "type": "Point", "coordinates": [ 1416708.347629053983837, 5844161.701024185866117 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E222_dn", "crsloc_id": "pipe_9_E222_49.65", "crsloc_branchid": "pipe_9_E222", "crsloc_chainage": 49.649365353758739, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E222", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E222_49.65" }, "geometry": { "type": "Point", "coordinates": [ 1416659.038096911273897, 5844167.500120658427477 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E223_dn", "crsloc_id": "pipe_9_E223_49.65", "crsloc_branchid": "pipe_9_E223", "crsloc_chainage": 49.650048397414231, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E223", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E223_49.65" }, "geometry": { "type": "Point", "coordinates": [ 1416612.281277725240216, 5844150.7990079568699 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E224_dn", "crsloc_id": "pipe_9_E224_49.36", "crsloc_branchid": "pipe_9_E224", "crsloc_chainage": 49.363486491322135, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E224", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E224_49.36" }, "geometry": { "type": "Point", "coordinates": [ 1416576.374596008332446, 5844116.924769859761 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E225_dn", "crsloc_id": "pipe_9_E225_49.36", "crsloc_branchid": "pipe_9_E225", "crsloc_chainage": 49.358910639416266, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E225", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E225_49.36" }, "geometry": { "type": "Point", "coordinates": [ 1416541.729802871588618, 5844081.767404087819159 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E226_dn", "crsloc_id": "pipe_9_E226_47.71", "crsloc_branchid": "pipe_9_E226", "crsloc_chainage": 47.709830474960334, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E226", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E226_47.71" }, "geometry": { "type": "Point", "coordinates": [ 1416498.188517621718347, 5844062.26395816821605 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E227_dn", "crsloc_id": "pipe_9_E227_49.71", "crsloc_branchid": "pipe_9_E227", "crsloc_chainage": 49.713305426198232, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E227", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E227_49.71" }, "geometry": { "type": "Point", "coordinates": [ 1416448.970511994324625, 5844069.26400520093739 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E228_dn", "crsloc_id": "pipe_9_E228_48.91", "crsloc_branchid": "pipe_9_E228", "crsloc_chainage": 48.911589609663551, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E228", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E228_48.91" }, "geometry": { "type": "Point", "coordinates": [ 1416400.342734969453886, 5844064.002551051788032 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E229_dn", "crsloc_id": "pipe_9_E229_49.69", "crsloc_branchid": "pipe_9_E229", "crsloc_chainage": 49.690278310485134, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E229", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E229_49.69" }, "geometry": { "type": "Point", "coordinates": [ 1416353.585906805936247, 5844047.182242533192039 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E230_dn", "crsloc_id": "pipe_9_E230_49.73", "crsloc_branchid": "pipe_9_E230", "crsloc_chainage": 49.727065602375163, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E230", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E230_49.73" }, "geometry": { "type": "Point", "coordinates": [ 1416304.218944278080016, 5844041.208628535270691 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E231_dn", "crsloc_id": "pipe_9_E231_50.00", "crsloc_branchid": "pipe_9_E231", "crsloc_chainage": 49.999723211316891, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E231", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E231_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1416254.219288192922249, 5844041.126698234118521 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E232_dn", "crsloc_id": "pipe_9_E232_50.00", "crsloc_branchid": "pipe_9_E232", "crsloc_chainage": 49.999723211315363, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E232", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E232_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1416204.219632107764482, 5844041.044767933897674 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E233_dn", "crsloc_id": "pipe_9_E233_49.80", "crsloc_branchid": "pipe_9_E233", "crsloc_chainage": 49.797629482191873, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E233", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E233_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1416155.715854728594422, 5844029.767025163397193 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E234_dn", "crsloc_id": "pipe_9_E234_49.85", "crsloc_branchid": "pipe_9_E234", "crsloc_chainage": 49.854945573818611, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E234", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E234_49.85" }, "geometry": { "type": "Point", "coordinates": [ 1416105.96755148563534, 5844026.507896044291556 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E235_dn", "crsloc_id": "pipe_9_E235_49.42", "crsloc_branchid": "pipe_9_E235", "crsloc_chainage": 49.415024058050712, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E235", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E235_49.42" }, "geometry": { "type": "Point", "coordinates": [ 1416058.609105651034042, 5844040.615419242531061 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E236_dn", "crsloc_id": "pipe_9_E236_49.78", "crsloc_branchid": "pipe_9_E236", "crsloc_chainage": 49.776929031997277, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E236", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E236_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1416015.024933623848483, 5844064.660431460477412 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E237_dn", "crsloc_id": "pipe_9_E237_49.43", "crsloc_branchid": "pipe_9_E237", "crsloc_chainage": 49.427640470805223, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E237", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E237_49.43" }, "geometry": { "type": "Point", "coordinates": [ 1415966.053530746605247, 5844071.360680914483964 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E238_dn", "crsloc_id": "pipe_9_E238_49.98", "crsloc_branchid": "pipe_9_E238", "crsloc_chainage": 49.980995072684195, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E238", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E238_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1415916.179824438644573, 5844068.087565034627914 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E239_dn", "crsloc_id": "pipe_9_E239_50.00", "crsloc_branchid": "pipe_9_E239", "crsloc_chainage": 49.999723211320052, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E239", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E239_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1415866.317967160837725, 5844064.377105492167175 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E240_dn", "crsloc_id": "pipe_9_E240_48.69", "crsloc_branchid": "pipe_9_E240", "crsloc_chainage": 48.692810149394617, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E240", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E240_48.69" }, "geometry": { "type": "Point", "coordinates": [ 1415821.697737340815365, 5844044.882879396900535 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E241_dn", "crsloc_id": "pipe_9_E241_50.00", "crsloc_branchid": "pipe_9_E241", "crsloc_chainage": 49.999702287560289, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E241", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E241_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1415794.207655119709671, 5844003.118473399430513 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E242_dn", "crsloc_id": "pipe_9_E242_49.16", "crsloc_branchid": "pipe_9_E242", "crsloc_chainage": 49.155783689872244, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E242", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E242_49.16" }, "geometry": { "type": "Point", "coordinates": [ 1415762.549900618614629, 5843965.514249566011131 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E243_dn", "crsloc_id": "pipe_9_E243_49.36", "crsloc_branchid": "pipe_9_E243", "crsloc_chainage": 49.35821421988534, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E243", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E243_49.36" }, "geometry": { "type": "Point", "coordinates": [ 1415718.953663617838174, 5843942.371185154654086 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E244_dn", "crsloc_id": "pipe_9_E244_49.79", "crsloc_branchid": "pipe_9_E244", "crsloc_chainage": 49.790588582853076, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E244", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E244_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1415669.912683117901906, 5843933.763924090191722 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E245_dn", "crsloc_id": "pipe_9_E245_50.00", "crsloc_branchid": "pipe_9_E245", "crsloc_chainage": 49.997456688471779, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E245", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E245_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1415619.92476101545617, 5843932.78754342906177 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E246_dn", "crsloc_id": "pipe_9_E246_50.00", "crsloc_branchid": "pipe_9_E246", "crsloc_chainage": 49.999723211381841, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E246", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E246_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1415569.958354181610048, 5843934.612511738203466 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E247_dn", "crsloc_id": "pipe_9_E247_50.00", "crsloc_branchid": "pipe_9_E247", "crsloc_chainage": 49.999723211115167, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E247", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E247_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1415519.991947347996756, 5843936.437480046413839 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E248_dn", "crsloc_id": "pipe_9_E248_49.68", "crsloc_branchid": "pipe_9_E248", "crsloc_chainage": 49.678680548666648, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E248", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E248_49.68" }, "geometry": { "type": "Point", "coordinates": [ 1415470.762993132229894, 5843943.106915395706892 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E249_dn", "crsloc_id": "pipe_9_E249_49.86", "crsloc_branchid": "pipe_9_E249", "crsloc_chainage": 49.855927926633854, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E249", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E249_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1415423.668638297356665, 5843959.469534138217568 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E250_dn", "crsloc_id": "pipe_9_E250_49.08", "crsloc_branchid": "pipe_9_E250", "crsloc_chainage": 49.079227764005822, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E250", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E250_49.08" }, "geometry": { "type": "Point", "coordinates": [ 1415383.882673580432311, 5843988.207098569720984 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E251_dn", "crsloc_id": "pipe_9_E251_50.00", "crsloc_branchid": "pipe_9_E251", "crsloc_chainage": 49.999723210993913, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E251", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E251_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1415349.174972783541307, 5844024.198039465583861 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E252_dn", "crsloc_id": "pipe_9_E252_49.91", "crsloc_branchid": "pipe_9_E252", "crsloc_chainage": 49.906116305424625, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E252", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E252_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1415312.32966351066716, 5844057.858752905391157 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E253_dn", "crsloc_id": "pipe_9_E253_49.97", "crsloc_branchid": "pipe_9_E253", "crsloc_chainage": 49.970529354803631, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E253", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E253_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1415272.977458163397387, 5844088.655793969519436 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E254_dn", "crsloc_id": "pipe_9_E254_50.00", "crsloc_branchid": "pipe_9_E254", "crsloc_chainage": 49.999723211570277, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E254", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E254_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1415231.584478268167004, 5844116.702068884856999 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E255_dn", "crsloc_id": "pipe_9_E255_50.00", "crsloc_branchid": "pipe_9_E255", "crsloc_chainage": 49.995526098888028, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E255", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E255_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1415190.929577935487032, 5844145.800723644904792 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E256_dn", "crsloc_id": "pipe_9_E256_49.99", "crsloc_branchid": "pipe_9_E256", "crsloc_chainage": 49.992428072462296, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E256", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E256_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1415152.162144386209548, 5844177.365402648225427 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E257_dn", "crsloc_id": "pipe_9_E257_50.00", "crsloc_branchid": "pipe_9_E257", "crsloc_chainage": 49.999723211035949, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E257", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E257_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1415113.555252274964005, 5844209.137720830738544 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E258_dn", "crsloc_id": "pipe_9_E258_50.00", "crsloc_branchid": "pipe_9_E258", "crsloc_chainage": 49.999723211447979, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E258", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E258_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1415074.948360163951293, 5844240.910039014182985 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E259_dn", "crsloc_id": "pipe_9_E259_50.00", "crsloc_branchid": "pipe_9_E259", "crsloc_chainage": 49.999723211035949, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E259", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E259_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1415036.34146805270575, 5844272.682357196696103 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E260_dn", "crsloc_id": "pipe_9_E260_50.00", "crsloc_branchid": "pipe_9_E260", "crsloc_chainage": 49.999723211447979, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E260", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E260_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414997.734575941693038, 5844304.454675380140543 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E261_dn", "crsloc_id": "pipe_9_E261_50.00", "crsloc_branchid": "pipe_9_E261", "crsloc_chainage": 49.999723211447979, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E261", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E261_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414959.127683830680326, 5844336.226993563584983 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E262_dn", "crsloc_id": "pipe_9_E262_50.00", "crsloc_branchid": "pipe_9_E262", "crsloc_chainage": 49.999723211035949, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E262", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E262_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414920.520791719434783, 5844367.999311746098101 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E263_dn", "crsloc_id": "pipe_9_E263_50.00", "crsloc_branchid": "pipe_9_E263", "crsloc_chainage": 49.999723211447979, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E263", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E263_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414881.913899608422071, 5844399.771629929542542 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E264_dn", "crsloc_id": "pipe_9_E264_49.96", "crsloc_branchid": "pipe_9_E264", "crsloc_chainage": 49.95611060766047, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E264", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E264_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1414842.734271959168836, 5844430.764689867384732 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E265_dn", "crsloc_id": "pipe_9_E265_50.00", "crsloc_branchid": "pipe_9_E265", "crsloc_chainage": 49.999723210861788, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E265", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E265_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414800.885097347898409, 5844458.125590903684497 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E266_dn", "crsloc_id": "pipe_9_E266_50.00", "crsloc_branchid": "pipe_9_E266", "crsloc_chainage": 49.999723211371425, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E266", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E266_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414759.035922736627981, 5844485.486491940915585 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E267_dn", "crsloc_id": "pipe_9_E267_50.00", "crsloc_branchid": "pipe_9_E267", "crsloc_chainage": 49.999723211371425, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E267", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E267_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414717.186748125357553, 5844512.847392978146672 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E268_dn", "crsloc_id": "pipe_9_E268_50.00", "crsloc_branchid": "pipe_9_E268", "crsloc_chainage": 49.999723211566298, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E268", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E268_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414675.337573513854295, 5844540.20829401537776 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E269_dn", "crsloc_id": "pipe_9_E269_49.94", "crsloc_branchid": "pipe_9_E269", "crsloc_chainage": 49.94455767060267, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E269", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E269_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1414631.732082000700757, 5844564.560294976457953 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E270_dn", "crsloc_id": "pipe_9_E270_50.00", "crsloc_branchid": "pipe_9_E270", "crsloc_chainage": 49.999723211479782, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E270", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E270_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414587.328821836505085, 5844587.545568697154522 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E271_dn", "crsloc_id": "pipe_9_E271_50.00", "crsloc_branchid": "pipe_9_E271", "crsloc_chainage": 49.999723211051652, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E271", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E271_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414542.925561672309414, 5844610.530842416919768 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E272_dn", "crsloc_id": "pipe_9_E272_50.00", "crsloc_branchid": "pipe_9_E272", "crsloc_chainage": 49.999723211479782, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E272", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E272_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414498.522301508113742, 5844633.516116137616336 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E273_dn", "crsloc_id": "pipe_9_E273_49.97", "crsloc_branchid": "pipe_9_E273", "crsloc_chainage": 49.966388124145602, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E273", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E273_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1414453.80442654970102, 5844655.808527433313429 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E274_dn", "crsloc_id": "pipe_9_E274_50.00", "crsloc_branchid": "pipe_9_E274", "crsloc_chainage": 49.999723210998667, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E274", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E274_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414407.275943890679628, 5844674.113516442477703 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E275_dn", "crsloc_id": "pipe_9_E275_50.00", "crsloc_branchid": "pipe_9_E275", "crsloc_chainage": 49.999723211556294, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E275", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E275_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414360.747461231425405, 5844692.418505452573299 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E276_dn", "crsloc_id": "pipe_9_E276_50.00", "crsloc_branchid": "pipe_9_E276", "crsloc_chainage": 49.999723211339628, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E276", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E276_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414314.218978572404012, 5844710.723494462668896 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E277_dn", "crsloc_id": "pipe_9_E277_50.00", "crsloc_branchid": "pipe_9_E277", "crsloc_chainage": 49.999723210998667, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E277", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E277_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414267.69049591338262, 5844729.028483471833169 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E278_dn", "crsloc_id": "pipe_9_E278_49.98", "crsloc_branchid": "pipe_9_E278", "crsloc_chainage": 49.982183021462369, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E278", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E278_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1414221.057497514877468, 5844747.016870835795999 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E279_dn", "crsloc_id": "pipe_9_E279_50.00", "crsloc_branchid": "pipe_9_E279", "crsloc_chainage": 49.999723211344055, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E279", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E279_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414172.775621921755373, 5844760.010438876226544 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E280_dn", "crsloc_id": "pipe_9_E280_50.00", "crsloc_branchid": "pipe_9_E280", "crsloc_chainage": 49.999723211344055, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E280", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E280_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414124.493746328633279, 5844773.00400691665709 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E281_dn", "crsloc_id": "pipe_9_E281_50.00", "crsloc_branchid": "pipe_9_E281", "crsloc_chainage": 49.99972321110203, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E281", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E281_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414076.211870735511184, 5844785.997574956156313 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E282_dn", "crsloc_id": "pipe_9_E282_50.00", "crsloc_branchid": "pipe_9_E282", "crsloc_chainage": 49.999723211344055, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E282", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E282_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1414027.929995142389089, 5844798.991142996586859 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E283_dn", "crsloc_id": "pipe_9_E283_50.00", "crsloc_branchid": "pipe_9_E283", "crsloc_chainage": 49.999723211344055, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E283", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E283_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413979.648119549266994, 5844811.984711037017405 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E284_dn", "crsloc_id": "pipe_9_E284_49.96", "crsloc_branchid": "pipe_9_E284", "crsloc_chainage": 49.961156010310425, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E284", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E284_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1413930.369626694358885, 5844820.215582912787795 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E285_dn", "crsloc_id": "pipe_9_E285_50.00", "crsloc_branchid": "pipe_9_E285", "crsloc_chainage": 49.999723211338782, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E285", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E285_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413880.928856189362705, 5844827.670952325686812 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E286_dn", "crsloc_id": "pipe_9_E286_50.00", "crsloc_branchid": "pipe_9_E286", "crsloc_chainage": 49.999723211108559, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E286", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E286_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413831.488085684599355, 5844835.12632173858583 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E287_dn", "crsloc_id": "pipe_9_E287_50.00", "crsloc_branchid": "pipe_9_E287", "crsloc_chainage": 49.999723211338782, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E287", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E287_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413782.047315179603174, 5844842.581691151484847 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E288_dn", "crsloc_id": "pipe_9_E288_50.00", "crsloc_branchid": "pipe_9_E288", "crsloc_chainage": 49.999723211338782, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E288", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E288_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413732.606544674606994, 5844850.037060564383864 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E289_dn", "crsloc_id": "pipe_9_E289_49.91", "crsloc_branchid": "pipe_9_E289", "crsloc_chainage": 49.905588480201253, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E289", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E289_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1413682.774028708459809, 5844852.736711289733648 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E290_dn", "crsloc_id": "pipe_9_E290_50.00", "crsloc_branchid": "pipe_9_E290", "crsloc_chainage": 49.999723211216313, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E290", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E290_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413632.779714717995375, 5844853.472163409925997 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E291_dn", "crsloc_id": "pipe_9_E291_50.00", "crsloc_branchid": "pipe_9_E291", "crsloc_chainage": 49.999723211435416, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E291", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E291_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413582.785400727298111, 5844854.207615529187024 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E292_dn", "crsloc_id": "pipe_9_E292_50.00", "crsloc_branchid": "pipe_9_E292", "crsloc_chainage": 49.999723211216313, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E292", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E292_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413532.791086736833677, 5844854.943067649379373 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E293_dn", "crsloc_id": "pipe_9_E293_50.00", "crsloc_branchid": "pipe_9_E293", "crsloc_chainage": 49.999723211216313, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E293", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E293_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413482.796772746369243, 5844855.678519769571722 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E294_dn", "crsloc_id": "pipe_9_E294_49.88", "crsloc_branchid": "pipe_9_E294", "crsloc_chainage": 49.880872355754015, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E294", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E294_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1413433.065366155700758, 5844851.819941600784659 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E295_dn", "crsloc_id": "pipe_9_E295_50.00", "crsloc_branchid": "pipe_9_E295", "crsloc_chainage": 49.999723211277797, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E295", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E295_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413383.481353130890056, 5844845.385815897956491 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E296_dn", "crsloc_id": "pipe_9_E296_50.00", "crsloc_branchid": "pipe_9_E296", "crsloc_chainage": 49.999723211397637, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E296", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E296_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413333.897340106079355, 5844838.951690194196999 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E297_dn", "crsloc_id": "pipe_9_E297_50.00", "crsloc_branchid": "pipe_9_E297", "crsloc_chainage": 49.999723211046899, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E297", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E297_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413284.313327081501484, 5844832.51756449136883 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E298_dn", "crsloc_id": "pipe_9_E298_50.00", "crsloc_branchid": "pipe_9_E298", "crsloc_chainage": 49.999723211397637, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E298", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E298_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413234.729314056690782, 5844826.083438787609339 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E299_dn", "crsloc_id": "pipe_9_E299_49.81", "crsloc_branchid": "pipe_9_E299", "crsloc_chainage": 49.813625307692362, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E299", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E299_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1413185.559508327394724, 5844818.100490031763911 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E300_dn", "crsloc_id": "pipe_9_E300_50.00", "crsloc_branchid": "pipe_9_E300", "crsloc_chainage": 49.999723211353185, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E300", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E300_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413139.382957268273458, 5844798.925025148317218 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E301_dn", "crsloc_id": "pipe_9_E301_50.00", "crsloc_branchid": "pipe_9_E301", "crsloc_chainage": 49.999723211353185, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E301", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E301_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413093.206406209152192, 5844779.749560264870524 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E302_dn", "crsloc_id": "pipe_9_E302_50.00", "crsloc_branchid": "pipe_9_E302", "crsloc_chainage": 49.999723211138161, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E302", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E302_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413047.029855150263757, 5844760.574095381423831 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E303_dn", "crsloc_id": "pipe_9_E303_50.00", "crsloc_branchid": "pipe_9_E303", "crsloc_chainage": 49.999723211353185, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E303", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E303_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1413000.853304091142491, 5844741.398630497977138 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E304_dn", "crsloc_id": "pipe_9_E304_50.00", "crsloc_branchid": "pipe_9_E304", "crsloc_chainage": 49.999723211353185, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E304", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E304_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412954.676753032021224, 5844722.223165614530444 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E305_dn", "crsloc_id": "pipe_9_E305_49.98", "crsloc_branchid": "pipe_9_E305", "crsloc_chainage": 49.98495776563928, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E305", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E305_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1412909.234404653543606, 5844701.402767523191869 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E306_dn", "crsloc_id": "pipe_9_E306_50.00", "crsloc_branchid": "pipe_9_E306", "crsloc_chainage": 49.999723211252793, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E306", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E306_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412864.126097585773095, 5844679.833971667103469 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E307_dn", "crsloc_id": "pipe_9_E307_50.00", "crsloc_branchid": "pipe_9_E307", "crsloc_chainage": 49.99972321144449, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E307", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E307_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412819.017790518235415, 5844658.265175810083747 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E308_dn", "crsloc_id": "pipe_9_E308_50.00", "crsloc_branchid": "pipe_9_E308", "crsloc_chainage": 49.999723211252793, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E308", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E308_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412773.909483450464904, 5844636.696379953995347 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E309_dn", "crsloc_id": "pipe_9_E309_50.00", "crsloc_branchid": "pipe_9_E309", "crsloc_chainage": 49.999723211042735, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E309", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E309_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412728.801176382927224, 5844615.127584097906947 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E310_dn", "crsloc_id": "pipe_9_E310_50.00", "crsloc_branchid": "pipe_9_E310", "crsloc_chainage": 49.999723211654548, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E310", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E310_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412683.692869315156713, 5844593.558788240887225 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E311_dn", "crsloc_id": "pipe_9_E311_50.00", "crsloc_branchid": "pipe_9_E311", "crsloc_chainage": 49.999723211252793, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E311", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E311_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412638.584562247386202, 5844571.989992384798825 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E312_dn", "crsloc_id": "pipe_9_E312_49.89", "crsloc_branchid": "pipe_9_E312", "crsloc_chainage": 49.885664107920888, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E312", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E312_49.89" }, "geometry": { "type": "Point", "coordinates": [ 1412595.623684559483081, 5844546.633682089857757 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E313_dn", "crsloc_id": "pipe_9_E313_50.00", "crsloc_branchid": "pipe_9_E313", "crsloc_chainage": 49.999723211122664, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E313", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E313_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412553.953394919866696, 5844519.001105616800487 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E314_dn", "crsloc_id": "pipe_9_E314_50.00", "crsloc_branchid": "pipe_9_E314", "crsloc_chainage": 49.999723211443325, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E314", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E314_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412512.283105280483142, 5844491.368529142811894 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E315_dn", "crsloc_id": "pipe_9_E315_50.00", "crsloc_branchid": "pipe_9_E315", "crsloc_chainage": 49.999723211122664, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E315", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E315_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412470.612815640866756, 5844463.735952669754624 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E316_dn", "crsloc_id": "pipe_9_E316_50.00", "crsloc_branchid": "pipe_9_E316", "crsloc_chainage": 49.999723211637367, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E316", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E316_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412428.942526001250371, 5844436.103376195766032 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E317_dn", "crsloc_id": "pipe_9_E317_50.00", "crsloc_branchid": "pipe_9_E317", "crsloc_chainage": 49.999723210928622, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E317", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E317_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412387.272236361866817, 5844408.470799722708762 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E318_dn", "crsloc_id": "pipe_9_E318_50.00", "crsloc_branchid": "pipe_9_E318", "crsloc_chainage": 49.999723211637367, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E318", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E318_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412345.601946722250432, 5844380.838223248720169 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E319_dn", "crsloc_id": "pipe_9_E319_50.00", "crsloc_branchid": "pipe_9_E319", "crsloc_chainage": 49.999723211122664, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E319", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E319_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412303.931657082634047, 5844353.205646775662899 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E320_dn", "crsloc_id": "pipe_9_E320_50.00", "crsloc_branchid": "pipe_9_E320", "crsloc_chainage": 49.999723210928622, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E320", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E320_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412262.261367443250492, 5844325.573070302605629 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E321_dn", "crsloc_id": "pipe_9_E321_49.98", "crsloc_branchid": "pipe_9_E321", "crsloc_chainage": 49.983556921275685, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E321", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E321_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1412220.249577832408249, 5844298.492348447442055 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E322_dn", "crsloc_id": "pipe_9_E322_50.00", "crsloc_branchid": "pipe_9_E322", "crsloc_chainage": 49.999723211207169, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E322", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E322_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412176.927172479685396, 5844273.529545807279646 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E323_dn", "crsloc_id": "pipe_9_E323_49.97", "crsloc_branchid": "pipe_9_E323", "crsloc_chainage": 49.97362318939043, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E323", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E323_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1412132.736799320904538, 5844250.193437846377492 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E324_dn", "crsloc_id": "pipe_9_E324_49.48", "crsloc_branchid": "pipe_9_E324", "crsloc_chainage": 49.476248386253623, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E324", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E324_49.48" }, "geometry": { "type": "Point", "coordinates": [ 1412084.520041049458086, 5844239.100945963524282 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E325_dn", "crsloc_id": "pipe_9_E325_50.00", "crsloc_branchid": "pipe_9_E325", "crsloc_chainage": 49.999723211198564, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E325", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E325_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1412034.979537510545924, 5844232.339967461302876 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E326_dn", "crsloc_id": "pipe_9_E326_49.87", "crsloc_branchid": "pipe_9_E326", "crsloc_chainage": 49.874779605529532, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E326", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E326_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1411985.218780608614907, 5844228.969401745125651 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E327_dn", "crsloc_id": "pipe_9_E327_49.79", "crsloc_branchid": "pipe_9_E327", "crsloc_chainage": 49.785173383098041, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E327", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E327_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1411935.547168360091746, 5844225.608683753758669 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E328_dn", "crsloc_id": "pipe_9_E328_49.90", "crsloc_branchid": "pipe_9_E328", "crsloc_chainage": 49.89887759096564, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E328", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E328_49.90" }, "geometry": { "type": "Point", "coordinates": [ 1411887.339208438526839, 5844212.728831850923598 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E329_dn", "crsloc_id": "pipe_9_E329_50.00", "crsloc_branchid": "pipe_9_E329", "crsloc_chainage": 49.999723211324621, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E329", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E329_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1411839.780274013755843, 5844197.29769198410213 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E330_dn", "crsloc_id": "pipe_9_E330_50.00", "crsloc_branchid": "pipe_9_E330", "crsloc_chainage": 49.998916412057987, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E330", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E330_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1411792.519585555419326, 5844180.978409866802394 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E331_dn", "crsloc_id": "pipe_9_E331_50.00", "crsloc_branchid": "pipe_9_E331", "crsloc_chainage": 49.999723211533734, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E331", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E331_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1411745.286310599418357, 5844164.577493485063314 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E332_dn", "crsloc_id": "pipe_9_E332_49.46", "crsloc_branchid": "pipe_9_E332", "crsloc_chainage": 49.456522557598873, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E332", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E332_49.46" }, "geometry": { "type": "Point", "coordinates": [ 1411696.500934263458475, 5844156.457476289942861 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E333_dn", "crsloc_id": "pipe_9_E333_49.93", "crsloc_branchid": "pipe_9_E333", "crsloc_chainage": 49.93441937696533, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E333", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E333_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1411646.566811945289373, 5844156.629716902971268 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E334_dn", "crsloc_id": "pipe_9_E334_50.00", "crsloc_branchid": "pipe_9_E334", "crsloc_chainage": 49.999723211356226, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E334", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E334_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1411596.686350782867521, 5844160.081081189215183 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E335_dn", "crsloc_id": "pipe_9_E335_49.92", "crsloc_branchid": "pipe_9_E335", "crsloc_chainage": 49.917141522177076, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E335", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E335_49.92" }, "geometry": { "type": "Point", "coordinates": [ 1411547.500557682709768, 5844168.594527897424996 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E336_dn", "crsloc_id": "pipe_9_E336_50.00", "crsloc_branchid": "pipe_9_E336", "crsloc_chainage": 49.999723211379298, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E336", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E336_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1411498.534317339304835, 5844178.707867002114654 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E337_dn", "crsloc_id": "pipe_9_E337_50.00", "crsloc_branchid": "pipe_9_E337", "crsloc_chainage": 49.999626372716186, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E337", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E337_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1411449.481568206334487, 5844188.392413450405002 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E338_dn", "crsloc_id": "pipe_9_E338_49.84", "crsloc_branchid": "pipe_9_E338", "crsloc_chainage": 49.837747107059855, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E338", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E338_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1411399.801096498267725, 5844192.348644936457276 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E339_dn", "crsloc_id": "pipe_9_E339_50.00", "crsloc_branchid": "pipe_9_E339", "crsloc_chainage": 49.999723211385891, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E339", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E339_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1411349.81473539210856, 5844193.50451023131609 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E340_dn", "crsloc_id": "pipe_9_E340_49.98", "crsloc_branchid": "pipe_9_E340", "crsloc_chainage": 49.977558936600587, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E340", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E340_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1411299.870496388524771, 5844191.679849272593856 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E341_dn", "crsloc_id": "pipe_9_E341_50.00", "crsloc_branchid": "pipe_9_E341", "crsloc_chainage": 49.999524371041083, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E341", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E341_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1411249.970588414464146, 5844188.525230197235942 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E342_dn", "crsloc_id": "pipe_9_E342_49.93", "crsloc_branchid": "pipe_9_E342", "crsloc_chainage": 49.934696447186596, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E342", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E342_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1411200.093913657823578, 5844186.118733886629343 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E343_dn", "crsloc_id": "pipe_9_E343_45.65", "crsloc_branchid": "pipe_9_E343", "crsloc_chainage": 45.653504482857798, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E343", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E343_45.65" }, "geometry": { "type": "Point", "coordinates": [ 1411160.703226442914456, 5844163.040254034101963 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E344_dn", "crsloc_id": "pipe_9_E344_49.70", "crsloc_branchid": "pipe_9_E344", "crsloc_chainage": 49.699582650101952, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E344", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E344_49.70" }, "geometry": { "type": "Point", "coordinates": [ 1411144.187009703600779, 5844116.165280965156853 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E345_dn", "crsloc_id": "pipe_9_E345_49.95", "crsloc_branchid": "pipe_9_E345", "crsloc_chainage": 49.953528028963895, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E345", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E345_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1411135.491020455490798, 5844066.974481687881052 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E346_dn", "crsloc_id": "pipe_9_E346_49.17", "crsloc_branchid": "pipe_9_E346", "crsloc_chainage": 49.169586937376934, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E346", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E346_49.17" }, "geometry": { "type": "Point", "coordinates": [ 1411151.511504945578054, 5844020.488006705418229 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E347_dn", "crsloc_id": "pipe_9_E347_50.00", "crsloc_branchid": "pipe_9_E347", "crsloc_chainage": 49.999636793784092, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E347", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E347_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1411190.946558678057045, 5843989.749753394164145 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E348_dn", "crsloc_id": "pipe_9_E348_49.97", "crsloc_branchid": "pipe_9_E348", "crsloc_chainage": 49.971382056413418, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E348", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E348_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1411229.800307763973251, 5843958.324839605949819 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E349_dn", "crsloc_id": "pipe_9_E349_48.08", "crsloc_branchid": "pipe_9_E349", "crsloc_chainage": 48.0817124124777, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E349", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E349_48.08" }, "geometry": { "type": "Point", "coordinates": [ 1411259.104692845605314, 5843920.205237253569067 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E350_dn", "crsloc_id": "pipe_9_E350_44.46", "crsloc_branchid": "pipe_9_E350", "crsloc_chainage": 44.459926722714911, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E350", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E350_44.46" }, "geometry": { "type": "Point", "coordinates": [ 1411230.415942177642137, 5843886.239951014518738 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E351_dn", "crsloc_id": "pipe_9_E351_49.99", "crsloc_branchid": "pipe_9_E351", "crsloc_chainage": 49.990123805155761, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E351", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E351_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1411183.531357200583443, 5843868.894975673407316 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E352_dn", "crsloc_id": "pipe_9_E352_50.00", "crsloc_branchid": "pipe_9_E352", "crsloc_chainage": 49.999723211374203, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E352", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E352_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1411136.226086644455791, 5843852.702888135798275 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E353_dn", "crsloc_id": "pipe_9_E353_50.00", "crsloc_branchid": "pipe_9_E353", "crsloc_chainage": 49.999723211072599, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E353", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E353_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1411088.920816088328138, 5843836.510800599120557 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E354_dn", "crsloc_id": "pipe_9_E354_49.99", "crsloc_branchid": "pipe_9_E354", "crsloc_chainage": 49.989448170189057, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E354", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E354_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1411041.88821478607133, 5843819.573287703096867 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E355_dn", "crsloc_id": "pipe_9_E355_50.00", "crsloc_branchid": "pipe_9_E355", "crsloc_chainage": 49.999723206650515, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E355", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E355_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1410995.299947529798374, 5843801.420996530912817 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E356_dn", "crsloc_id": "pipe_9_E356_50.00", "crsloc_branchid": "pipe_9_E356", "crsloc_chainage": 49.999723210947955, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E356", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E356_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1410948.711490004323423, 5843783.26919368468225 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E357_dn", "crsloc_id": "pipe_9_E357_50.00", "crsloc_branchid": "pipe_9_E357", "crsloc_chainage": 49.99972321128606, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E357", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E357_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1410902.123032478848472, 5843765.117390837520361 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E358_dn", "crsloc_id": "pipe_9_E358_49.93", "crsloc_branchid": "pipe_9_E358", "crsloc_chainage": 49.931780289164237, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E358", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E358_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1410855.074617069214582, 5843748.395271047018468 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E359_dn", "crsloc_id": "pipe_9_E359_50.00", "crsloc_branchid": "pipe_9_E359", "crsloc_chainage": 49.999723211385877, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E359", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E359_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1410806.641643165145069, 5843735.976762278936803 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E360_dn", "crsloc_id": "pipe_9_E360_50.00", "crsloc_branchid": "pipe_9_E360", "crsloc_chainage": 49.999722379624117, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E360", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E360_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1410758.206718888599426, 5843723.56586592271924 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E361_dn", "crsloc_id": "pipe_9_E361_50.00", "crsloc_branchid": "pipe_9_E361", "crsloc_chainage": 49.999590443478951, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E361", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E361_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1410709.454440784873441, 5843712.467468551360071 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E362_dn", "crsloc_id": "pipe_9_E362_49.93", "crsloc_branchid": "pipe_9_E362", "crsloc_chainage": 49.931851198025186, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E362", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E362_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1410660.02710955357179, 5843705.387306730262935 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E363_dn", "crsloc_id": "pipe_9_E363_50.00", "crsloc_branchid": "pipe_9_E363", "crsloc_chainage": 49.999723211346115, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E363", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E363_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1410610.323604335775599, 5843699.952797527424991 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E364_dn", "crsloc_id": "pipe_9_E364_50.00", "crsloc_branchid": "pipe_9_E364", "crsloc_chainage": 49.998970005541373, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E364", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E364_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1410560.592467605834827, 5843694.784524976275861 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E365_dn", "crsloc_id": "pipe_9_E365_50.00", "crsloc_branchid": "pipe_9_E365", "crsloc_chainage": 49.99972294770992, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E365", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E365_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1410510.831874791067094, 5843689.900295500643551 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E366_dn", "crsloc_id": "pipe_9_E366_50.00", "crsloc_branchid": "pipe_9_E366", "crsloc_chainage": 49.999723211305181, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E366", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E366_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1410461.070665374165401, 5843685.02234935760498 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E367_dn", "crsloc_id": "pipe_9_E367_50.00", "crsloc_branchid": "pipe_9_E367", "crsloc_chainage": 49.999723211214324, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E367", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E367_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1410411.309455957263708, 5843680.144403215497732 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E368_dn", "crsloc_id": "pipe_9_E368_50.00", "crsloc_branchid": "pipe_9_E368", "crsloc_chainage": 49.999723211305181, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E368", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E368_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1410361.548246540362015, 5843675.266457072459161 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E369_dn", "crsloc_id": "pipe_9_E369_50.00", "crsloc_branchid": "pipe_9_E369", "crsloc_chainage": 49.999723211446046, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E369", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E369_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1410311.787037123227492, 5843670.388510930351913 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E370_dn", "crsloc_id": "pipe_9_E370_50.00", "crsloc_branchid": "pipe_9_E370", "crsloc_chainage": 49.999723204991462, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E370", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E370_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1410262.025883284630254, 5843665.509997916407883 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E371_dn", "crsloc_id": "pipe_9_E371_50.00", "crsloc_branchid": "pipe_9_E371", "crsloc_chainage": 49.999723210238166, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E371", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E371_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1410212.264928257558495, 5843660.629457383416593 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E372_dn", "crsloc_id": "pipe_9_E372_49.99", "crsloc_branchid": "pipe_9_E372", "crsloc_chainage": 49.986199282988736, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E372", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E372_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1410162.624738086014986, 5843654.758202109485865 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E373_dn", "crsloc_id": "pipe_9_E373_50.00", "crsloc_branchid": "pipe_9_E373", "crsloc_chainage": 49.999723211350982, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E373", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E373_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1410113.14850769774057, 5843647.541904736310244 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E374_dn", "crsloc_id": "pipe_9_E374_49.57", "crsloc_branchid": "pipe_9_E374", "crsloc_chainage": 49.571343549883352, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E374", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E374_49.57" }, "geometry": { "type": "Point", "coordinates": [ 1410065.568505503004417, 5843633.632861185818911 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E375_dn", "crsloc_id": "pipe_9_E375_49.99", "crsloc_branchid": "pipe_9_E375", "crsloc_chainage": 49.986212570725932, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E375", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E375_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1410022.702877387870103, 5843607.91984165366739 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E376_dn", "crsloc_id": "pipe_9_E376_49.79", "crsloc_branchid": "pipe_9_E376", "crsloc_chainage": 49.791699896675055, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E376", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E376_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1409985.195860421285033, 5843575.171756871975958 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E377_dn", "crsloc_id": "pipe_9_E377_50.00", "crsloc_branchid": "pipe_9_E377", "crsloc_chainage": 49.999723210924365, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E377", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E377_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1409946.118790123611689, 5843543.97953190933913 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E378_dn", "crsloc_id": "pipe_9_E378_49.73", "crsloc_branchid": "pipe_9_E378", "crsloc_chainage": 49.729814428347716, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E378", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E378_49.73" }, "geometry": { "type": "Point", "coordinates": [ 1409896.867170094512403, 5843537.099679615348577 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E379_dn", "crsloc_id": "pipe_9_E379_49.89", "crsloc_branchid": "pipe_9_E379", "crsloc_chainage": 49.894602163710459, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E379", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E379_49.89" }, "geometry": { "type": "Point", "coordinates": [ 1409847.168251139577478, 5843541.514289426617324 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E380_dn", "crsloc_id": "pipe_9_E380_50.00", "crsloc_branchid": "pipe_9_E380", "crsloc_chainage": 49.999723211212782, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E380", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E380_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1409797.464138044044375, 5843546.943236155435443 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E381_dn", "crsloc_id": "pipe_9_E381_50.00", "crsloc_branchid": "pipe_9_E381", "crsloc_chainage": 49.999723211444234, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E381", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E381_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1409747.760024948278442, 5843552.372182884253561 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E382_dn", "crsloc_id": "pipe_9_E382_50.00", "crsloc_branchid": "pipe_9_E382", "crsloc_chainage": 49.999723211212782, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E382", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E382_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1409698.055911852745339, 5843557.80112961307168 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E383_dn", "crsloc_id": "pipe_9_E383_50.00", "crsloc_branchid": "pipe_9_E383", "crsloc_chainage": 49.996823533565809, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E383", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E383_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1409648.750846630427986, 5843566.089248028583825 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E384_dn", "crsloc_id": "pipe_9_E384_50.00", "crsloc_branchid": "pipe_9_E384", "crsloc_chainage": 49.999723211237907, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E384", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E384_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1409599.45966497133486, 5843574.476841953583062 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E385_dn", "crsloc_id": "pipe_9_E385_49.98", "crsloc_branchid": "pipe_9_E385", "crsloc_chainage": 49.980937206641187, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E385", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E385_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1409549.492482758359984, 5843575.649354533292353 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E386_dn", "crsloc_id": "pipe_9_E386_50.00", "crsloc_branchid": "pipe_9_E386", "crsloc_chainage": 49.999723211278045, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E386", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E386_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1409499.501122606685385, 5843576.563811415806413 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E387_dn", "crsloc_id": "pipe_9_E387_49.85", "crsloc_branchid": "pipe_9_E387", "crsloc_chainage": 49.85218461606862, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E387", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E387_49.85" }, "geometry": { "type": "Point", "coordinates": [ 1409450.6474167809356, 5843586.491335683502257 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E388_dn", "crsloc_id": "pipe_9_E388_49.92", "crsloc_branchid": "pipe_9_E388", "crsloc_chainage": 49.922348934680855, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E388", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E388_49.92" }, "geometry": { "type": "Point", "coordinates": [ 1409405.022353745065629, 5843606.754468366503716 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E389_dn", "crsloc_id": "pipe_9_E389_50.00", "crsloc_branchid": "pipe_9_E389", "crsloc_chainage": 49.999723211547064, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E389", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E389_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1409363.785367434378713, 5843635.029603755101562 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E390_dn", "crsloc_id": "pipe_9_E390_49.83", "crsloc_branchid": "pipe_9_E390", "crsloc_chainage": 49.832861225808855, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E390", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E390_49.83" }, "geometry": { "type": "Point", "coordinates": [ 1409321.042894832091406, 5843660.649812454357743 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E391_dn", "crsloc_id": "pipe_9_E391_49.75", "crsloc_branchid": "pipe_9_E391", "crsloc_chainage": 49.754970353035795, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E391", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E391_49.75" }, "geometry": { "type": "Point", "coordinates": [ 1409274.667563813272864, 5843678.674399765208364 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E392_dn", "crsloc_id": "pipe_9_E392_49.74", "crsloc_branchid": "pipe_9_E392", "crsloc_chainage": 49.736168216695084, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E392", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E392_49.74" }, "geometry": { "type": "Point", "coordinates": [ 1409226.593974482733756, 5843691.426514795981348 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E393_dn", "crsloc_id": "pipe_9_E393_50.00", "crsloc_branchid": "pipe_9_E393", "crsloc_chainage": 49.999723211035906, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E393", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E393_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1409181.839323980268091, 5843713.719867607578635 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E394_dn", "crsloc_id": "pipe_9_E394_49.30", "crsloc_branchid": "pipe_9_E394", "crsloc_chainage": 49.299081598901026, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E394", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E394_49.30" }, "geometry": { "type": "Point", "coordinates": [ 1409143.817642297595739, 5843745.100612794980407 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E395_dn", "crsloc_id": "pipe_9_E395_50.00", "crsloc_branchid": "pipe_9_E395", "crsloc_chainage": 49.996200248911649, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E395", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E395_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1409109.307516299886629, 5843781.276174199767411 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E396_dn", "crsloc_id": "pipe_9_E396_50.00", "crsloc_branchid": "pipe_9_E396", "crsloc_chainage": 49.99972321153745, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E396", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E396_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1409073.606354804709554, 5843816.281879293732345 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E397_dn", "crsloc_id": "pipe_9_E397_49.94", "crsloc_branchid": "pipe_9_E397", "crsloc_chainage": 49.935085094486446, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E397", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E397_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1409040.073193310527131, 5843853.282417176291347 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E398_dn", "crsloc_id": "pipe_9_E398_50.00", "crsloc_branchid": "pipe_9_E398", "crsloc_chainage": 49.99972321108676, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E398", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E398_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1409008.153520604828373, 5843891.76756776124239 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E399_dn", "crsloc_id": "pipe_9_E399_49.96", "crsloc_branchid": "pipe_9_E399", "crsloc_chainage": 49.958128022876885, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E399", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E399_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1408973.346212445059791, 5843927.604222937487066 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E400_dn", "crsloc_id": "pipe_9_E400_49.27", "crsloc_branchid": "pipe_9_E400", "crsloc_chainage": 49.268367469055207, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E400", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E400_49.27" }, "geometry": { "type": "Point", "coordinates": [ 1408933.34115097252652, 5843956.361258418299258 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E401_dn", "crsloc_id": "pipe_9_E401_49.94", "crsloc_branchid": "pipe_9_E401", "crsloc_chainage": 49.940340807821535, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E401", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E401_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1408887.657065344974399, 5843976.535548006184399 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E402_dn", "crsloc_id": "pipe_9_E402_50.00", "crsloc_branchid": "pipe_9_E402", "crsloc_chainage": 49.999723211287659, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E402", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E402_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1408839.742061691125855, 5843990.822771181352437 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E403_dn", "crsloc_id": "pipe_9_E403_50.00", "crsloc_branchid": "pipe_9_E403", "crsloc_chainage": 49.999723211287659, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E403", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E403_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1408791.827058037277311, 5844005.109994356520474 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E404_dn", "crsloc_id": "pipe_9_E404_50.00", "crsloc_branchid": "pipe_9_E404", "crsloc_chainage": 49.999723211287659, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E404", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E404_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1408743.912054383428767, 5844019.397217531688511 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E405_dn", "crsloc_id": "pipe_9_E405_50.00", "crsloc_branchid": "pipe_9_E405", "crsloc_chainage": 49.999723211287659, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E405", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E405_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1408695.997050729580224, 5844033.684440706856549 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E406_dn", "crsloc_id": "pipe_9_E406_50.00", "crsloc_branchid": "pipe_9_E406", "crsloc_chainage": 49.999723211287659, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E406", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E406_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1408648.08204707573168, 5844047.971663882024586 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E407_dn", "crsloc_id": "pipe_9_E407_50.00", "crsloc_branchid": "pipe_9_E407", "crsloc_chainage": 49.999723211330661, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E407", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E407_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1408600.167043422115967, 5844062.258887058123946 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E408_dn", "crsloc_id": "pipe_9_E408_50.00", "crsloc_branchid": "pipe_9_E408", "crsloc_chainage": 49.999723211287659, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E408", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E408_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1408552.252039768267423, 5844076.546110233291984 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E409_dn", "crsloc_id": "pipe_9_E409_50.00", "crsloc_branchid": "pipe_9_E409", "crsloc_chainage": 49.999723211287659, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E409", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E409_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1408504.337036114418879, 5844090.833333408460021 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E410_dn", "crsloc_id": "pipe_9_E410_49.95", "crsloc_branchid": "pipe_9_E410", "crsloc_chainage": 49.94693117414387, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E410", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E410_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1408457.458339382894337, 5844108.06945032812655 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E411_dn", "crsloc_id": "pipe_9_E411_50.00", "crsloc_branchid": "pipe_9_E411", "crsloc_chainage": 49.999723211073132, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E411", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E411_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1408411.139316070592031, 5844126.898162460885942 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E412_dn", "crsloc_id": "pipe_9_E412_50.00", "crsloc_branchid": "pipe_9_E412", "crsloc_chainage": 49.998634226651383, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E412", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E412_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1408364.895734491758049, 5844145.90854350104928 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E413_dn", "crsloc_id": "pipe_9_E413_50.00", "crsloc_branchid": "pipe_9_E413", "crsloc_chainage": 49.999723211327151, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E413", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E413_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1408318.864463140722364, 5844165.430182239040732 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E414_dn", "crsloc_id": "pipe_9_E414_49.99", "crsloc_branchid": "pipe_9_E414", "crsloc_chainage": 49.985698948109693, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E414", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E414_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1408272.289683149429038, 5844183.578459515236318 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E415_dn", "crsloc_id": "pipe_9_E415_49.82", "crsloc_branchid": "pipe_9_E415", "crsloc_chainage": 49.824225585745111, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E415", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E415_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1408224.313070619711652, 5844197.020859055221081 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E416_dn", "crsloc_id": "pipe_9_E416_50.00", "crsloc_branchid": "pipe_9_E416", "crsloc_chainage": 49.999723211122124, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E416", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E416_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1408175.16383580933325, 5844206.203725641593337 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E417_dn", "crsloc_id": "pipe_9_E417_50.00", "crsloc_branchid": "pipe_9_E417", "crsloc_chainage": 49.999072381550313, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E417", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E417_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1408125.97292749164626, 5844215.157036643475294 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E418_dn", "crsloc_id": "pipe_9_E418_50.00", "crsloc_branchid": "pipe_9_E418", "crsloc_chainage": 49.999723211213208, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E418", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E418_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1408076.732192198745906, 5844223.835879251360893 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E419_dn", "crsloc_id": "pipe_9_E419_50.00", "crsloc_branchid": "pipe_9_E419", "crsloc_chainage": 49.996050748357149, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E419", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E419_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1408027.280198169872165, 5844231.191514981910586 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E420_dn", "crsloc_id": "pipe_9_E420_50.00", "crsloc_branchid": "pipe_9_E420", "crsloc_chainage": 49.997116779694636, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E420", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E420_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1407977.894925138214603, 5844238.989366857334971 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E421_dn", "crsloc_id": "pipe_9_E421_50.00", "crsloc_branchid": "pipe_9_E421", "crsloc_chainage": 49.999723211164472, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E421", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E421_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1407928.56472580274567, 5844247.144350285641849 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E422_dn", "crsloc_id": "pipe_9_E422_49.78", "crsloc_branchid": "pipe_9_E422", "crsloc_chainage": 49.776115150226765, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E422", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E422_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1407878.914821950253099, 5844250.686762865632772 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E423_dn", "crsloc_id": "pipe_9_E423_47.56", "crsloc_branchid": "pipe_9_E423", "crsloc_chainage": 47.564005106462538, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E423", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E423_47.56" }, "geometry": { "type": "Point", "coordinates": [ 1407835.36774310702458, 5844231.555989070795476 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E424_dn", "crsloc_id": "pipe_9_E424_49.99", "crsloc_branchid": "pipe_9_E424", "crsloc_chainage": 49.992830111166889, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E424", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E424_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1407802.712888974696398, 5844193.701748038642108 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E425_dn", "crsloc_id": "pipe_9_E425_50.00", "crsloc_branchid": "pipe_9_E425", "crsloc_chainage": 49.999723210921609, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E425", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E425_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1407767.26884832046926, 5844158.435726101510227 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E426_dn", "crsloc_id": "pipe_9_E426_50.00", "crsloc_branchid": "pipe_9_E426", "crsloc_chainage": 49.999723211578491, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E426", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E426_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1407731.824807666242123, 5844123.169704163447022 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E427_dn", "crsloc_id": "pipe_9_E427_50.00", "crsloc_branchid": "pipe_9_E427", "crsloc_chainage": 49.999723211086661, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E427", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E427_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1407696.380767011782154, 5844087.903682226315141 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E428_dn", "crsloc_id": "pipe_9_E428_50.00", "crsloc_branchid": "pipe_9_E428", "crsloc_chainage": 49.999723210921609, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E428", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E428_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1407660.936726357555017, 5844052.637660289183259 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E429_dn", "crsloc_id": "pipe_9_E429_49.99", "crsloc_branchid": "pipe_9_E429", "crsloc_chainage": 49.988963304086731, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E429", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E429_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1407625.831936848117039, 5844017.049035621806979 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E430_dn", "crsloc_id": "pipe_9_E430_50.00", "crsloc_branchid": "pipe_9_E430", "crsloc_chainage": 49.999723211609869, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E430", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E430_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1407592.392521338770166, 5843979.876763541251421 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E431_dn", "crsloc_id": "pipe_9_E431_49.41", "crsloc_branchid": "pipe_9_E431", "crsloc_chainage": 49.413466566159805, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E431", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E431_49.41" }, "geometry": { "type": "Point", "coordinates": [ 1407555.737023122375831, 5843946.739697759971023 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E432_dn", "crsloc_id": "pipe_9_E432_49.76", "crsloc_branchid": "pipe_9_E432", "crsloc_chainage": 49.763815441114446, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E432", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E432_49.76" }, "geometry": { "type": "Point", "coordinates": [ 1407511.10406162054278, 5843924.732061021029949 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E433_dn", "crsloc_id": "pipe_9_E433_49.96", "crsloc_branchid": "pipe_9_E433", "crsloc_chainage": 49.956490469706154, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E433", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E433_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1407462.690844560973346, 5843912.410885996185243 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E434_dn", "crsloc_id": "pipe_9_E434_50.00", "crsloc_branchid": "pipe_9_E434", "crsloc_chainage": 49.999723211454125, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E434", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E434_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1407413.295523691689596, 5843904.660105555318296 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E435_dn", "crsloc_id": "pipe_9_E435_49.96", "crsloc_branchid": "pipe_9_E435", "crsloc_chainage": 49.957409024313691, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E435", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E435_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1407364.182719683740288, 5843895.512690680101514 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E436_dn", "crsloc_id": "pipe_9_E436_49.76", "crsloc_branchid": "pipe_9_E436", "crsloc_chainage": 49.756100652535856, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E436", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E436_49.76" }, "geometry": { "type": "Point", "coordinates": [ 1407315.22677815426141, 5843886.625320928171277 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E437_dn", "crsloc_id": "pipe_9_E437_48.91", "crsloc_branchid": "pipe_9_E437", "crsloc_chainage": 48.913252369520912, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E437", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E437_48.91" }, "geometry": { "type": "Point", "coordinates": [ 1407267.436187131330371, 5843897.044805898331106 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E438_dn", "crsloc_id": "pipe_9_E438_49.93", "crsloc_branchid": "pipe_9_E438", "crsloc_chainage": 49.926369603591802, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E438", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E438_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1407221.962850712705404, 5843917.655920782126486 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E439_dn", "crsloc_id": "pipe_9_E439_50.00", "crsloc_branchid": "pipe_9_E439", "crsloc_chainage": 49.998014015879129, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E439", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E439_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1407178.900355712743476, 5843943.061096040531993 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E440_dn", "crsloc_id": "pipe_9_E440_49.50", "crsloc_branchid": "pipe_9_E440", "crsloc_chainage": 49.50299156614772, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E440", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E440_49.50" }, "geometry": { "type": "Point", "coordinates": [ 1407146.979173292405903, 5843980.897378718480468 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E441_dn", "crsloc_id": "pipe_9_E441_48.66", "crsloc_branchid": "pipe_9_E441", "crsloc_chainage": 48.66222503110027, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E441", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E441_48.66" }, "geometry": { "type": "Point", "coordinates": [ 1407134.580526151228696, 5844027.953575909137726 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E442_dn", "crsloc_id": "pipe_9_E442_49.24", "crsloc_branchid": "pipe_9_E442", "crsloc_chainage": 49.241311334215105, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E442", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E442_49.24" }, "geometry": { "type": "Point", "coordinates": [ 1407144.10729802865535, 5844076.264520419761539 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E443_dn", "crsloc_id": "pipe_9_E443_47.44", "crsloc_branchid": "pipe_9_E443", "crsloc_chainage": 47.443184539814581, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E443", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E443_47.44" }, "geometry": { "type": "Point", "coordinates": [ 1407154.651514663128182, 5844122.521144322119653 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E444_dn", "crsloc_id": "pipe_9_E444_48.62", "crsloc_branchid": "pipe_9_E444", "crsloc_chainage": 48.618708416954483, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E444", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E444_48.62" }, "geometry": { "type": "Point", "coordinates": [ 1407114.095589024713263, 5844149.335239565931261 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E445_dn", "crsloc_id": "pipe_9_E445_47.30", "crsloc_branchid": "pipe_9_E445", "crsloc_chainage": 47.296023325088576, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E445", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E445_47.30" }, "geometry": { "type": "Point", "coordinates": [ 1407067.846808199770749, 5844139.43755829334259 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E446_dn", "crsloc_id": "pipe_9_E446_49.96", "crsloc_branchid": "pipe_9_E446", "crsloc_chainage": 49.961479592440625, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E446", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E446_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1407022.951227898942307, 5844117.516419807448983 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E447_dn", "crsloc_id": "pipe_9_E447_49.96", "crsloc_branchid": "pipe_9_E447", "crsloc_chainage": 49.95820525456071, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E447", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E447_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1406979.409289192641154, 5844093.023117744363844 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E448_dn", "crsloc_id": "pipe_9_E448_49.99", "crsloc_branchid": "pipe_9_E448", "crsloc_chainage": 49.990872370162869, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E448", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E448_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1406934.38787308614701, 5844071.29388830345124 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E449_dn", "crsloc_id": "pipe_9_E449_50.00", "crsloc_branchid": "pipe_9_E449", "crsloc_chainage": 49.99972321124806, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E449", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E449_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1406890.240736061707139, 5844047.820443440228701 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E450_dn", "crsloc_id": "pipe_9_E450_50.00", "crsloc_branchid": "pipe_9_E450", "crsloc_chainage": 49.999398675952904, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E450", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E450_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1406846.167952566640452, 5844024.20837824139744 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E451_dn", "crsloc_id": "pipe_9_E451_49.70", "crsloc_branchid": "pipe_9_E451", "crsloc_chainage": 49.698202611659539, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E451", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E451_49.70" }, "geometry": { "type": "Point", "coordinates": [ 1406807.959655366372317, 5843992.42729317676276 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E452_dn", "crsloc_id": "pipe_9_E452_49.78", "crsloc_branchid": "pipe_9_E452", "crsloc_chainage": 49.778703314908306, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E452", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E452_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1406764.887127094902098, 5843967.473804201930761 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E453_dn", "crsloc_id": "pipe_9_E453_49.64", "crsloc_branchid": "pipe_9_E453", "crsloc_chainage": 49.637337960379057, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E453", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E453_49.64" }, "geometry": { "type": "Point", "coordinates": [ 1406715.408207207452506, 5843963.511253689415753 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E454_dn", "crsloc_id": "pipe_9_E454_49.96", "crsloc_branchid": "pipe_9_E454", "crsloc_chainage": 49.964881196493572, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E454", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E454_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1406665.784100797958672, 5843969.336836582049727 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E455_dn", "crsloc_id": "pipe_9_E455_50.00", "crsloc_branchid": "pipe_9_E455", "crsloc_chainage": 49.997290755430164, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E455", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E455_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1406616.219758755760267, 5843975.902282553724945 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E456_dn", "crsloc_id": "pipe_9_E456_50.00", "crsloc_branchid": "pipe_9_E456", "crsloc_chainage": 49.999723211121065, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E456", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E456_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1406566.770547651918605, 5843983.301461048424244 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E457_dn", "crsloc_id": "pipe_9_E457_50.00", "crsloc_branchid": "pipe_9_E457", "crsloc_chainage": 49.999723211489155, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E457", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E457_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1406517.321336547844112, 5843990.700639544054866 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E458_dn", "crsloc_id": "pipe_9_E458_50.00", "crsloc_branchid": "pipe_9_E458", "crsloc_chainage": 49.999723211258889, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E458", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E458_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1406467.87212544400245, 5843998.099818039685488 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E459_dn", "crsloc_id": "pipe_9_E459_49.88", "crsloc_branchid": "pipe_9_E459", "crsloc_chainage": 49.880838127447589, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E459", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E459_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1406418.105671318247914, 5844001.475918755866587 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E460_dn", "crsloc_id": "pipe_9_E460_50.00", "crsloc_branchid": "pipe_9_E460", "crsloc_chainage": 49.999723211400251, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E460", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E460_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1406368.107908806297928, 5844001.918711049482226 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E461_dn", "crsloc_id": "pipe_9_E461_50.00", "crsloc_branchid": "pipe_9_E461", "crsloc_chainage": 49.99972321117567, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E461", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E461_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1406318.110146294580773, 5844002.361503344029188 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E462_dn", "crsloc_id": "pipe_9_E462_49.93", "crsloc_branchid": "pipe_9_E462", "crsloc_chainage": 49.930527832316372, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E462", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E462_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1406268.249019802780822, 5844004.993170986883342 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E463_dn", "crsloc_id": "pipe_9_E463_49.95", "crsloc_branchid": "pipe_9_E463", "crsloc_chainage": 49.95280565772557, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E463", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E463_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1406218.701009821612388, 5844011.339626689441502 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E464_dn", "crsloc_id": "pipe_9_E464_50.00", "crsloc_branchid": "pipe_9_E464", "crsloc_chainage": 49.999723211399015, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E464", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E464_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1406170.780284357722849, 5844025.607646602205932 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E465_dn", "crsloc_id": "pipe_9_E465_50.00", "crsloc_branchid": "pipe_9_E465", "crsloc_chainage": 49.999723211356404, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E465", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E465_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1406122.859558893600479, 5844039.87566651403904 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E466_dn", "crsloc_id": "pipe_9_E466_50.00", "crsloc_branchid": "pipe_9_E466", "crsloc_chainage": 49.999506670482916, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E466", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E466_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1406074.915272614918649, 5844054.063551505096257 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E467_dn", "crsloc_id": "pipe_9_E467_50.00", "crsloc_branchid": "pipe_9_E467", "crsloc_chainage": 49.999723211235043, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E467", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E467_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1406026.897859736345708, 5844068.002718684263527 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E468_dn", "crsloc_id": "pipe_9_E468_49.99", "crsloc_branchid": "pipe_9_E468", "crsloc_chainage": 49.99451041888878, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E468", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E468_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1405978.700393512845039, 5844081.28636734187603 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E469_dn", "crsloc_id": "pipe_9_E469_50.00", "crsloc_branchid": "pipe_9_E469", "crsloc_chainage": 49.999723211282962, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E469", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E469_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1405930.299837397178635, 5844093.830628535710275 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E470_dn", "crsloc_id": "pipe_9_E470_50.00", "crsloc_branchid": "pipe_9_E470", "crsloc_chainage": 49.999722789222176, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E470", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E470_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1405881.893571972846985, 5844106.352838670834899 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E471_dn", "crsloc_id": "pipe_9_E471_50.00", "crsloc_branchid": "pipe_9_E471", "crsloc_chainage": 49.999723204560915, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E471", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E471_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1405833.487321440363303, 5844118.875108030624688 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E472_dn", "crsloc_id": "pipe_9_E472_50.00", "crsloc_branchid": "pipe_9_E472", "crsloc_chainage": 49.997667819767898, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E472", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E472_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1405785.351776552619413, 5844132.393099959008396 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E473_dn", "crsloc_id": "pipe_9_E473_50.00", "crsloc_branchid": "pipe_9_E473", "crsloc_chainage": 49.99972321116303, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E473", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E473_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1405737.268505977466702, 5844146.103366622701287 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E474_dn", "crsloc_id": "pipe_9_E474_50.00", "crsloc_branchid": "pipe_9_E474", "crsloc_chainage": 49.999723211386936, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E474", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E474_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1405689.185235402081162, 5844159.813633286394179 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E475_dn", "crsloc_id": "pipe_9_E475_50.00", "crsloc_branchid": "pipe_9_E475", "crsloc_chainage": 49.999723159721803, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E475", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E475_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1405641.100828445749357, 5844173.519913733936846 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E476_dn", "crsloc_id": "pipe_9_E476_50.00", "crsloc_branchid": "pipe_9_E476", "crsloc_chainage": 49.999664465736522, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E476", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E476_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1405592.988437034189701, 5844187.127420461736619 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E477_dn", "crsloc_id": "pipe_9_E477_50.00", "crsloc_branchid": "pipe_9_E477", "crsloc_chainage": 49.999723211399626, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E477", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E477_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1405544.860257432796061, 5844200.679197078570724 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E478_dn", "crsloc_id": "pipe_9_E478_50.00", "crsloc_branchid": "pipe_9_E478", "crsloc_chainage": 49.999555189377304, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E478", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E478_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1405496.725157751934603, 5844214.205752362497151 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E479_dn", "crsloc_id": "pipe_9_E479_50.00", "crsloc_branchid": "pipe_9_E479", "crsloc_chainage": 49.999723211141131, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E479", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E479_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1405448.420070851687342, 5844227.112762114964426 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E480_dn", "crsloc_id": "pipe_9_E480_50.00", "crsloc_branchid": "pipe_9_E480", "crsloc_chainage": 49.999723059231961, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E480", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E480_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1405400.11715223477222, 5844240.027883449569345 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E481_dn", "crsloc_id": "pipe_9_E481_49.93", "crsloc_branchid": "pipe_9_E481", "crsloc_chainage": 49.928510809801097, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E481", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E481_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1405351.085651067551225, 5844249.449565092101693 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E482_dn", "crsloc_id": "pipe_9_E482_49.55", "crsloc_branchid": "pipe_9_E482", "crsloc_chainage": 49.548169091879721, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E482", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E482_49.55" }, "geometry": { "type": "Point", "coordinates": [ 1405301.556952837156132, 5844250.838489841669798 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E483_dn", "crsloc_id": "pipe_9_E483_49.81", "crsloc_branchid": "pipe_9_E483", "crsloc_chainage": 49.811549763578746, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E483", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E483_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1405252.481197290821001, 5844242.308501130901277 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E484_dn", "crsloc_id": "pipe_9_E484_49.87", "crsloc_branchid": "pipe_9_E484", "crsloc_chainage": 49.866120544948551, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E484", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E484_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1405202.622651248704642, 5844243.177618366666138 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E485_dn", "crsloc_id": "pipe_9_E485_49.71", "crsloc_branchid": "pipe_9_E485", "crsloc_chainage": 49.712236361788925, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E485", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E485_49.71" }, "geometry": { "type": "Point", "coordinates": [ 1405154.109481977531686, 5844254.030214892700315 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E486_dn", "crsloc_id": "pipe_9_E486_50.00", "crsloc_branchid": "pipe_9_E486", "crsloc_chainage": 49.999723211318987, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E486", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E486_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1405107.277819796698168, 5844271.545001177117229 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E487_dn", "crsloc_id": "pipe_9_E487_49.97", "crsloc_branchid": "pipe_9_E487", "crsloc_chainage": 49.973664845721125, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E487", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E487_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1405061.526619625743479, 5844291.649599184282124 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E488_dn", "crsloc_id": "pipe_9_E488_49.87", "crsloc_branchid": "pipe_9_E488", "crsloc_chainage": 49.874370690711757, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E488", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E488_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1405017.436906727962196, 5844314.963759439066052 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E489_dn", "crsloc_id": "pipe_9_E489_49.86", "crsloc_branchid": "pipe_9_E489", "crsloc_chainage": 49.861993380534365, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E489", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E489_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1404976.064425730612129, 5844342.794249912723899 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E490_dn", "crsloc_id": "pipe_9_E490_50.00", "crsloc_branchid": "pipe_9_E490", "crsloc_chainage": 49.999723211687957, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E490", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E490_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1404950.113635204732418, 5844385.532158054411411 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E491_dn", "crsloc_id": "pipe_9_E491_50.00", "crsloc_branchid": "pipe_9_E491", "crsloc_chainage": 49.997703039661303, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E491", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E491_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1404924.274631335167214, 5844428.335384431295097 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E492_dn", "crsloc_id": "pipe_9_E492_50.00", "crsloc_branchid": "pipe_9_E492", "crsloc_chainage": 49.999723211678095, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E492", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E492_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1404899.78279691725038, 5844471.92577750235796 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E493_dn", "crsloc_id": "pipe_9_E493_49.86", "crsloc_branchid": "pipe_9_E493", "crsloc_chainage": 49.864822175979612, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E493", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E493_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1404863.917647653492168, 5844506.569558458402753 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E494_dn", "crsloc_id": "pipe_9_E494_50.00", "crsloc_branchid": "pipe_9_E494", "crsloc_chainage": 49.998397199343422, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E494", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E494_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1404826.973234984790906, 5844540.258578851819038 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E495_dn", "crsloc_id": "pipe_9_E495_49.99", "crsloc_branchid": "pipe_9_E495", "crsloc_chainage": 49.989456238547, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E495", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E495_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1404789.532954923575744, 5844573.382152994163334 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E496_dn", "crsloc_id": "pipe_9_E496_49.85", "crsloc_branchid": "pipe_9_E496", "crsloc_chainage": 49.854596072540339, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E496", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E496_49.85" }, "geometry": { "type": "Point", "coordinates": [ 1404748.450508834561333, 5844601.625973077490926 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E497_dn", "crsloc_id": "pipe_9_E497_49.94", "crsloc_branchid": "pipe_9_E497", "crsloc_chainage": 49.941694071835002, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E497", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E497_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1404704.926765928510576, 5844626.117943398654461 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E498_dn", "crsloc_id": "pipe_9_E498_50.00", "crsloc_branchid": "pipe_9_E498", "crsloc_chainage": 49.9950051285062, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E498", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E498_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1404658.576846959767863, 5844644.857888686470687 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E499_dn", "crsloc_id": "pipe_9_E499_50.00", "crsloc_branchid": "pipe_9_E499", "crsloc_chainage": 49.999723211151689, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E499", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E499_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1404613.218062944244593, 5844665.89483318477869 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E500_dn", "crsloc_id": "pipe_9_E500_49.99", "crsloc_branchid": "pipe_9_E500", "crsloc_chainage": 49.986938905885268, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E500", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E500_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1404565.645669267512858, 5844681.242843513377011 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E501_dn", "crsloc_id": "pipe_9_E501_49.89", "crsloc_branchid": "pipe_9_E501", "crsloc_chainage": 49.885680408168085, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E501", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E501_49.89" }, "geometry": { "type": "Point", "coordinates": [ 1404520.108674529008567, 5844701.613489550538361 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E502_dn", "crsloc_id": "pipe_9_E502_48.92", "crsloc_branchid": "pipe_9_E502", "crsloc_chainage": 48.919369763352876, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E502", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E502_48.92" }, "geometry": { "type": "Point", "coordinates": [ 1404486.729678489733487, 5844737.375863093882799 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E503_dn", "crsloc_id": "pipe_9_E503_48.70", "crsloc_branchid": "pipe_9_E503", "crsloc_chainage": 48.704670939924945, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E503", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E503_48.70" }, "geometry": { "type": "Point", "coordinates": [ 1404448.70853609428741, 5844767.814944918267429 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E504_dn", "crsloc_id": "pipe_9_E504_49.71", "crsloc_branchid": "pipe_9_E504", "crsloc_chainage": 49.705016395286307, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E504", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E504_49.71" }, "geometry": { "type": "Point", "coordinates": [ 1404400.518875127192587, 5844779.994650609791279 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E505_dn", "crsloc_id": "pipe_9_E505_49.87", "crsloc_branchid": "pipe_9_E505", "crsloc_chainage": 49.873287537080138, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E505", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E505_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1404352.891964494949207, 5844794.794049022719264 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E506_dn", "crsloc_id": "pipe_9_E506_49.94", "crsloc_branchid": "pipe_9_E506", "crsloc_chainage": 49.941704966208633, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E506", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E506_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1404310.570917228003964, 5844821.310135709121823 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E507_dn", "crsloc_id": "pipe_9_E507_49.97", "crsloc_branchid": "pipe_9_E507", "crsloc_chainage": 49.970664715259971, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E507", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E507_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1404272.945566806010902, 5844854.194787717424333 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E508_dn", "crsloc_id": "pipe_9_E508_49.80", "crsloc_branchid": "pipe_9_E508", "crsloc_chainage": 49.79832779725227, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E508", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E508_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1404247.766038052737713, 5844897.158316240645945 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E509_dn", "crsloc_id": "pipe_9_E509_49.88", "crsloc_branchid": "pipe_9_E509", "crsloc_chainage": 49.877528475378398, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E509", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E509_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1404214.443695294670761, 5844934.27151227556169 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E510_dn", "crsloc_id": "pipe_9_E510_49.13", "crsloc_branchid": "pipe_9_E510", "crsloc_chainage": 49.125746113777844, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E510", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E510_49.13" }, "geometry": { "type": "Point", "coordinates": [ 1404171.303747603669763, 5844957.772232359275222 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E511_dn", "crsloc_id": "pipe_9_E511_48.20", "crsloc_branchid": "pipe_9_E511", "crsloc_chainage": 48.200409758479829, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E511", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E511_48.20" }, "geometry": { "type": "Point", "coordinates": [ 1404130.18041910068132, 5844932.629612095654011 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E512_dn", "crsloc_id": "pipe_9_E512_49.98", "crsloc_branchid": "pipe_9_E512", "crsloc_chainage": 49.978352528521334, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E512", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E512_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1404089.243787070503458, 5844903.958583521656692 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E513_dn", "crsloc_id": "pipe_9_E513_46.33", "crsloc_branchid": "pipe_9_E513", "crsloc_chainage": 46.329785357690525, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E513", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E513_46.33" }, "geometry": { "type": "Point", "coordinates": [ 1404045.814829126931727, 5844920.094711409881711 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E514_dn", "crsloc_id": "pipe_9_E514_49.96", "crsloc_branchid": "pipe_9_E514", "crsloc_chainage": 49.955269478644574, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E514", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E514_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1404011.278427720768377, 5844956.188560284674168 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E515_dn", "crsloc_id": "pipe_9_E515_48.65", "crsloc_branchid": "pipe_9_E515", "crsloc_chainage": 48.64750821387122, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E515", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E515_48.65" }, "geometry": { "type": "Point", "coordinates": [ 1403993.143450383795425, 5845001.329480217769742 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E516_dn", "crsloc_id": "pipe_9_E516_49.85", "crsloc_branchid": "pipe_9_E516", "crsloc_chainage": 49.845798980753479, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E516", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E516_49.85" }, "geometry": { "type": "Point", "coordinates": [ 1403990.098264228086919, 5845051.082173786126077 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E517_dn", "crsloc_id": "pipe_9_E517_47.64", "crsloc_branchid": "pipe_9_E517", "crsloc_chainage": 47.639836386278439, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E517", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E517_47.64" }, "geometry": { "type": "Point", "coordinates": [ 1403966.432540950831026, 5845092.428123438730836 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E518_dn", "crsloc_id": "pipe_9_E518_49.96", "crsloc_branchid": "pipe_9_E518", "crsloc_chainage": 49.95833899355685, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E518", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E518_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403918.073962561553344, 5845104.96939654648304 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E519_dn", "crsloc_id": "pipe_9_E519_49.58", "crsloc_branchid": "pipe_9_E519", "crsloc_chainage": 49.576618253184364, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E519", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E519_49.58" }, "geometry": { "type": "Point", "coordinates": [ 1403869.121263177599758, 5845112.809951402246952 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E520_dn", "crsloc_id": "pipe_9_E520_49.30", "crsloc_branchid": "pipe_9_E520", "crsloc_chainage": 49.300403856299937, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E520", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E520_49.30" }, "geometry": { "type": "Point", "coordinates": [ 1403827.285855354042724, 5845138.893058437854052 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E521_dn", "crsloc_id": "pipe_9_E521_50.00", "crsloc_branchid": "pipe_9_E521", "crsloc_chainage": 49.999723211460328, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E521", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E521_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1403791.303812843980268, 5845173.609984252601862 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E522_dn", "crsloc_id": "pipe_9_E522_49.58", "crsloc_branchid": "pipe_9_E522", "crsloc_chainage": 49.575498774640984, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E522", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E522_49.58" }, "geometry": { "type": "Point", "coordinates": [ 1403747.149836495751515, 5845196.152310028672218 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E523_dn", "crsloc_id": "pipe_9_E523_49.95", "crsloc_branchid": "pipe_9_E523", "crsloc_chainage": 49.9543600869766, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E523", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E523_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1403700.303273354424164, 5845213.496981070376933 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E524_dn", "crsloc_id": "pipe_9_E524_49.98", "crsloc_branchid": "pipe_9_E524", "crsloc_chainage": 49.983871998834282, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E524", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E524_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1403652.298313740873709, 5845227.422185287810862 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E525_dn", "crsloc_id": "pipe_9_E525_49.86", "crsloc_branchid": "pipe_9_E525", "crsloc_chainage": 49.855732321243714, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E525", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E525_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1403602.852302883053198, 5845233.800747471861541 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E526_dn", "crsloc_id": "pipe_9_E526_49.84", "crsloc_branchid": "pipe_9_E526", "crsloc_chainage": 49.837905376588864, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E526", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E526_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1403553.107588240411133, 5845236.847085839137435 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E527_dn", "crsloc_id": "pipe_9_E527_49.80", "crsloc_branchid": "pipe_9_E527", "crsloc_chainage": 49.797001523394378, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E527", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E527_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1403505.322618734557182, 5845250.859153853729367 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E528_dn", "crsloc_id": "pipe_9_E528_49.98", "crsloc_branchid": "pipe_9_E528", "crsloc_chainage": 49.981738982852121, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E528", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E528_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1403458.701412084978074, 5845268.876848553307354 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E529_dn", "crsloc_id": "pipe_9_E529_50.00", "crsloc_branchid": "pipe_9_E529", "crsloc_chainage": 49.999723211389103, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E529", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E529_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1403411.171323672635481, 5845284.39661068841815 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E530_dn", "crsloc_id": "pipe_9_E530_49.92", "crsloc_branchid": "pipe_9_E530", "crsloc_chainage": 49.919709468558651, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E530", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E530_49.92" }, "geometry": { "type": "Point", "coordinates": [ 1403365.266898398986086, 5845304.011939737945795 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E531_dn", "crsloc_id": "pipe_9_E531_50.00", "crsloc_branchid": "pipe_9_E531", "crsloc_chainage": 49.995496188764989, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E531", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E531_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1403320.592382971895859, 5845326.456032736226916 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E532_dn", "crsloc_id": "pipe_9_E532_49.99", "crsloc_branchid": "pipe_9_E532", "crsloc_chainage": 49.987306086173518, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E532", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E532_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1403274.095522316172719, 5845344.807401048019528 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E533_dn", "crsloc_id": "pipe_9_E533_50.00", "crsloc_branchid": "pipe_9_E533", "crsloc_chainage": 49.99972320049703, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E533", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E533_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1403227.493142226710916, 5845362.92342958971858 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E534_dn", "crsloc_id": "pipe_9_E534_49.92", "crsloc_branchid": "pipe_9_E534", "crsloc_chainage": 49.917934882861985, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E534", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E534_49.92" }, "geometry": { "type": "Point", "coordinates": [ 1403182.36003006156534, 5845384.249526496045291 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E535_dn", "crsloc_id": "pipe_9_E535_49.76", "crsloc_branchid": "pipe_9_E535", "crsloc_chainage": 49.756204025043658, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E535", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E535_49.76" }, "geometry": { "type": "Point", "coordinates": [ 1403140.932549655437469, 5845411.807532704435289 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E536_dn", "crsloc_id": "pipe_9_E536_49.96", "crsloc_branchid": "pipe_9_E536", "crsloc_chainage": 49.960762853240411, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E536", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E536_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1403103.069048228906468, 5845444.40251827891916 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E537_dn", "crsloc_id": "pipe_9_E537_49.87", "crsloc_branchid": "pipe_9_E537", "crsloc_chainage": 49.870233054586635, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E537", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E537_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1403068.370523461606354, 5845480.222240833565593 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E538_dn", "crsloc_id": "pipe_9_E538_50.00", "crsloc_branchid": "pipe_9_E538", "crsloc_chainage": 49.996758672143727, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E538", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E538_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1403040.53702065278776, 5845521.755023055709898 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E539_dn", "crsloc_id": "pipe_9_E539_49.82", "crsloc_branchid": "pipe_9_E539", "crsloc_chainage": 49.823327809642009, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E539", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E539_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1403012.822642430430278, 5845563.158854204230011 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E540_dn", "crsloc_id": "pipe_9_E540_49.89", "crsloc_branchid": "pipe_9_E540", "crsloc_chainage": 49.891154862578894, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E540", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E540_49.89" }, "geometry": { "type": "Point", "coordinates": [ 1402978.394103405764326, 5845599.267067039385438 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E541_dn", "crsloc_id": "pipe_9_E541_50.00", "crsloc_branchid": "pipe_9_E541", "crsloc_chainage": 49.999723211546609, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E541", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E541_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402940.883555078646168, 5845632.326575284823775 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E542_dn", "crsloc_id": "pipe_9_E542_50.00", "crsloc_branchid": "pipe_9_E542", "crsloc_chainage": 49.999624116941327, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E542", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E542_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402903.27057881350629, 5845665.269350339658558 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E543_dn", "crsloc_id": "pipe_9_E543_50.00", "crsloc_branchid": "pipe_9_E543", "crsloc_chainage": 49.999107385462743, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E543", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E543_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402865.694787828018889, 5845698.253750761039555 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E544_dn", "crsloc_id": "pipe_9_E544_50.00", "crsloc_branchid": "pipe_9_E544", "crsloc_chainage": 49.999723211107266, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E544", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E544_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402828.460137603338808, 5845731.623694480396807 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E545_dn", "crsloc_id": "pipe_9_E545_50.00", "crsloc_branchid": "pipe_9_E545", "crsloc_chainage": 49.998926094508626, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E545", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E545_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402791.345400901976973, 5845765.125768001191318 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E546_dn", "crsloc_id": "pipe_9_E546_50.00", "crsloc_branchid": "pipe_9_E546", "crsloc_chainage": 49.999723211714119, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E546", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E546_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402754.530775988474488, 5845798.958528954535723 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E547_dn", "crsloc_id": "pipe_9_E547_50.00", "crsloc_branchid": "pipe_9_E547", "crsloc_chainage": 49.999666238092573, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E547", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E547_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402717.111067219404504, 5845832.12073665484786 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E548_dn", "crsloc_id": "pipe_9_E548_50.00", "crsloc_branchid": "pipe_9_E548", "crsloc_chainage": 49.999686385978094, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E548", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E548_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402679.653741810470819, 5845865.240480191074312 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E549_dn", "crsloc_id": "pipe_9_E549_50.00", "crsloc_branchid": "pipe_9_E549", "crsloc_chainage": 49.999723211509988, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E549", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E549_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402642.148050943156704, 5845898.305499074980617 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E550_dn", "crsloc_id": "pipe_9_E550_50.00", "crsloc_branchid": "pipe_9_E550", "crsloc_chainage": 49.999723178389431, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E550", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E550_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402604.644063156563789, 5845931.372449615038931 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E551_dn", "crsloc_id": "pipe_9_E551_50.00", "crsloc_branchid": "pipe_9_E551", "crsloc_chainage": 49.999723211319875, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E551", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E551_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402567.14091440406628, 5845964.44035179913044 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E552_dn", "crsloc_id": "pipe_9_E552_50.00", "crsloc_branchid": "pipe_9_E552", "crsloc_chainage": 49.999723211319875, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E552", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E552_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402529.63776565156877, 5845997.508253983221948 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E553_dn", "crsloc_id": "pipe_9_E553_50.00", "crsloc_branchid": "pipe_9_E553", "crsloc_chainage": 49.999679250702158, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E553", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E553_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402492.318783464143053, 5846030.783792952075601 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E554_dn", "crsloc_id": "pipe_9_E554_50.00", "crsloc_branchid": "pipe_9_E554", "crsloc_chainage": 49.999723162232222, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E554", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E554_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402455.011361920274794, 5846064.07235876750201 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E555_dn", "crsloc_id": "pipe_9_E555_50.00", "crsloc_branchid": "pipe_9_E555", "crsloc_chainage": 49.999723211439672, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E555", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E555_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402417.706011819886044, 5846097.363246035762131 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E556_dn", "crsloc_id": "pipe_9_E556_50.00", "crsloc_branchid": "pipe_9_E556", "crsloc_chainage": 49.999573064920952, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E556", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E556_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402380.527974107535556, 5846130.796026634052396 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E557_dn", "crsloc_id": "pipe_9_E557_50.00", "crsloc_branchid": "pipe_9_E557", "crsloc_chainage": 49.999723211152819, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E557", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E557_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402343.401158361230046, 5846164.285903817042708 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E558_dn", "crsloc_id": "pipe_9_E558_50.00", "crsloc_branchid": "pipe_9_E558", "crsloc_chainage": 49.999723211152819, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E558", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E558_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402306.274342614924535, 5846197.775781 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E559_dn", "crsloc_id": "pipe_9_E559_49.98", "crsloc_branchid": "pipe_9_E559", "crsloc_chainage": 49.983522627174416, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E559", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E559_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1402268.416628896491602, 5846230.412356283515692 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E560_dn", "crsloc_id": "pipe_9_E560_49.54", "crsloc_branchid": "pipe_9_E560", "crsloc_chainage": 49.540327258597685, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E560", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E560_49.54" }, "geometry": { "type": "Point", "coordinates": [ 1402226.640229225857183, 5846257.038968074135482 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E561_dn", "crsloc_id": "pipe_9_E561_49.82", "crsloc_branchid": "pipe_9_E561", "crsloc_chainage": 49.820898062766439, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E561", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E561_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1402177.395305560901761, 5846264.592733824625611 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E562_dn", "crsloc_id": "pipe_9_E562_50.00", "crsloc_branchid": "pipe_9_E562", "crsloc_chainage": 49.999723107338951, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E562", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E562_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402127.548500023549423, 5846268.500199567526579 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E563_dn", "crsloc_id": "pipe_9_E563_50.00", "crsloc_branchid": "pipe_9_E563", "crsloc_chainage": 49.999315842167377, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E563", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E563_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402077.681393967708573, 5846272.133836629800498 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E564_dn", "crsloc_id": "pipe_9_E564_50.00", "crsloc_branchid": "pipe_9_E564", "crsloc_chainage": 49.999718306458711, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E564", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E564_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1402027.802657154854387, 5846275.609961581416428 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E565_dn", "crsloc_id": "pipe_9_E565_50.00", "crsloc_branchid": "pipe_9_E565", "crsloc_chainage": 49.999350985565407, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E565", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E565_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1401977.933880312833935, 5846279.221082634292543 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E566_dn", "crsloc_id": "pipe_9_E566_50.00", "crsloc_branchid": "pipe_9_E566", "crsloc_chainage": 49.999723211332721, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E566", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E566_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1401928.086817364906892, 5846283.125264581292868 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E567_dn", "crsloc_id": "pipe_9_E567_50.00", "crsloc_branchid": "pipe_9_E567", "crsloc_chainage": 49.999723209502953, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E567", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E567_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1401878.239465264137834, 5846287.025752956978977 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E568_dn", "crsloc_id": "pipe_9_E568_49.99", "crsloc_branchid": "pipe_9_E568", "crsloc_chainage": 49.992315680756434, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E568", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E568_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1401828.417252740822732, 5846291.146282826550305 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E569_dn", "crsloc_id": "pipe_9_E569_49.20", "crsloc_branchid": "pipe_9_E569", "crsloc_chainage": 49.19646822138386, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E569", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E569_49.20" }, "geometry": { "type": "Point", "coordinates": [ 1401780.474538867129013, 5846302.182073323056102 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E570_dn", "crsloc_id": "pipe_9_E570_49.65", "crsloc_branchid": "pipe_9_E570", "crsloc_chainage": 49.648409109094459, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E570", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E570_49.65" }, "geometry": { "type": "Point", "coordinates": [ 1401744.500471362145618, 5846336.399481088854373 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E571_dn", "crsloc_id": "pipe_9_E571_50.00", "crsloc_branchid": "pipe_9_E571", "crsloc_chainage": 49.996149838884307, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E571", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E571_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1401712.028593899914995, 5846374.415164336562157 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E572_dn", "crsloc_id": "pipe_9_E572_50.00", "crsloc_branchid": "pipe_9_E572", "crsloc_chainage": 49.997098854991634, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E572", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E572_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1401677.673143179388717, 5846410.738887985236943 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E573_dn", "crsloc_id": "pipe_9_E573_50.00", "crsloc_branchid": "pipe_9_E573", "crsloc_chainage": 49.999723211254398, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E573", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E573_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1401643.223049835767597, 5846446.976484343409538 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E574_dn", "crsloc_id": "pipe_9_E574_49.91", "crsloc_branchid": "pipe_9_E574", "crsloc_chainage": 49.905932055116267, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E574", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E574_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1401607.252760837087408, 5846481.570419702678919 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E575_dn", "crsloc_id": "pipe_9_E575_49.85", "crsloc_branchid": "pipe_9_E575", "crsloc_chainage": 49.847499151337558, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E575", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E575_49.85" }, "geometry": { "type": "Point", "coordinates": [ 1401566.908984313486144, 5846510.84759284928441 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E576_dn", "crsloc_id": "pipe_9_E576_50.00", "crsloc_branchid": "pipe_9_E576", "crsloc_chainage": 49.995215977574524, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E576", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E576_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1401523.699566983850673, 5846535.996506835334003 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E577_dn", "crsloc_id": "pipe_9_E577_50.00", "crsloc_branchid": "pipe_9_E577", "crsloc_chainage": 49.999723211375027, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E577", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E577_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1401480.910104206763208, 5846561.862202195450664 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E578_dn", "crsloc_id": "pipe_9_E578_50.00", "crsloc_branchid": "pipe_9_E578", "crsloc_chainage": 49.999723211375027, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E578", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E578_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1401438.120641429675743, 5846587.727897555567324 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E579_dn", "crsloc_id": "pipe_9_E579_50.00", "crsloc_branchid": "pipe_9_E579", "crsloc_chainage": 49.999723211574278, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E579", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E579_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1401395.331178652355447, 5846613.593592915683985 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E580_dn", "crsloc_id": "pipe_9_E580_50.00", "crsloc_branchid": "pipe_9_E580", "crsloc_chainage": 49.999029477207614, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E580", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E580_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1401352.151040756609291, 5846638.800311067141593 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E581_dn", "crsloc_id": "pipe_9_E581_50.00", "crsloc_branchid": "pipe_9_E581", "crsloc_chainage": 49.999723063154541, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E581", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E581_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1401308.917214137502015, 5846663.916213246062398 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E582_dn", "crsloc_id": "pipe_9_E582_49.94", "crsloc_branchid": "pipe_9_E582", "crsloc_chainage": 49.937593743444516, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E582", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E582_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1401261.609666611300781, 5846679.908686974085867 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E583_dn", "crsloc_id": "pipe_9_E583_49.98", "crsloc_branchid": "pipe_9_E583", "crsloc_chainage": 49.979102788715238, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E583", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E583_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1401214.319311711005867, 5846696.080670432187617 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E584_dn", "crsloc_id": "pipe_9_E584_49.79", "crsloc_branchid": "pipe_9_E584", "crsloc_chainage": 49.786362540191675, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E584", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E584_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1401168.792577019426972, 5846716.230070505291224 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E585_dn", "crsloc_id": "pipe_9_E585_50.00", "crsloc_branchid": "pipe_9_E585", "crsloc_chainage": 49.999723211496345, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E585", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E585_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1401129.23357302043587, 5846746.808780808933079 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E586_dn", "crsloc_id": "pipe_9_E586_49.86", "crsloc_branchid": "pipe_9_E586", "crsloc_chainage": 49.861351760700671, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E586", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E586_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1401092.322489536833018, 5846780.330808126367629 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E587_dn", "crsloc_id": "pipe_9_E587_49.94", "crsloc_branchid": "pipe_9_E587", "crsloc_chainage": 49.94233378478566, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E587", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E587_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1401059.856203986564651, 5846818.280472241342068 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E588_dn", "crsloc_id": "pipe_9_E588_49.93", "crsloc_branchid": "pipe_9_E588", "crsloc_chainage": 49.929640236376144, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E588", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E588_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1401031.754086712608114, 5846859.55080030951649 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E589_dn", "crsloc_id": "pipe_9_E589_49.27", "crsloc_branchid": "pipe_9_E589", "crsloc_chainage": 49.271276888651286, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E589", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E589_49.27" }, "geometry": { "type": "Point", "coordinates": [ 1401023.911467876052484, 5846908.193909338675439 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E590_dn", "crsloc_id": "pipe_9_E590_50.00", "crsloc_branchid": "pipe_9_E590", "crsloc_chainage": 49.999723003337188, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E590", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E590_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1401026.418379712384194, 5846958.130746377632022 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E591_dn", "crsloc_id": "pipe_9_E591_49.98", "crsloc_branchid": "pipe_9_E591", "crsloc_chainage": 49.984466770905243, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E591", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E591_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1401028.288067425368354, 5847008.080232723616064 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E592_dn", "crsloc_id": "pipe_9_E592_49.97", "crsloc_branchid": "pipe_9_E592", "crsloc_chainage": 49.969116571989503, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E592", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E592_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1401027.137940858723596, 5847058.036111455410719 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E593_dn", "crsloc_id": "pipe_9_E593_49.94", "crsloc_branchid": "pipe_9_E593", "crsloc_chainage": 49.935124780711739, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E593", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E593_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1401019.641650503268465, 5847107.405356110073626 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E594_dn", "crsloc_id": "pipe_9_E594_50.00", "crsloc_branchid": "pipe_9_E594", "crsloc_chainage": 49.999723211452526, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E594", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E594_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1401007.830999708268791, 5847155.990136124193668 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E595_dn", "crsloc_id": "pipe_9_E595_50.00", "crsloc_branchid": "pipe_9_E595", "crsloc_chainage": 49.999723108421271, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E595", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E595_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400996.034181683789939, 5847204.578276605345309 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E596_dn", "crsloc_id": "pipe_9_E596_49.95", "crsloc_branchid": "pipe_9_E596", "crsloc_chainage": 49.954020948911605, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E596", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E596_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1400979.254375457530841, 5847251.62976236268878 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E597_dn", "crsloc_id": "pipe_9_E597_49.87", "crsloc_branchid": "pipe_9_E597", "crsloc_chainage": 49.865595088579553, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E597", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E597_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1400955.565489248139784, 5847295.509304790757596 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E598_dn", "crsloc_id": "pipe_9_E598_49.95", "crsloc_branchid": "pipe_9_E598", "crsloc_chainage": 49.951429368782911, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E598", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E598_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1400924.132377510191873, 5847334.330752245150506 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E599_dn", "crsloc_id": "pipe_9_E599_49.99", "crsloc_branchid": "pipe_9_E599", "crsloc_chainage": 49.994252192868359, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E599", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E599_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1400889.248030256479979, 5847370.14286708086729 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E600_dn", "crsloc_id": "pipe_9_E600_50.00", "crsloc_branchid": "pipe_9_E600", "crsloc_chainage": 49.999625168158623, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E600", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E600_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400853.505164717789739, 5847405.105848647654057 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E601_dn", "crsloc_id": "pipe_9_E601_50.00", "crsloc_branchid": "pipe_9_E601", "crsloc_chainage": 49.99972321123952, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E601", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E601_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400817.683250132249668, 5847439.987975254654884 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E602_dn", "crsloc_id": "pipe_9_E602_50.00", "crsloc_branchid": "pipe_9_E602", "crsloc_chainage": 49.999723211072705, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E602", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E602_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400781.861335546942428, 5847474.870101861655712 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E603_dn", "crsloc_id": "pipe_9_E603_50.00", "crsloc_branchid": "pipe_9_E603", "crsloc_chainage": 49.999723164148861, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E603", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E603_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400746.04447033489123, 5847509.757413063198328 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E604_dn", "crsloc_id": "pipe_9_E604_49.94", "crsloc_branchid": "pipe_9_E604", "crsloc_chainage": 49.943313222574787, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E604", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E604_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1400713.394228065153584, 5847547.550219460390508 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E605_dn", "crsloc_id": "pipe_9_E605_49.42", "crsloc_branchid": "pipe_9_E605", "crsloc_chainage": 49.415866697345443, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E605", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E605_49.42" }, "geometry": { "type": "Point", "coordinates": [ 1400685.583366351900622, 5847588.397298330441117 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E606_dn", "crsloc_id": "pipe_9_E606_50.00", "crsloc_branchid": "pipe_9_E606", "crsloc_chainage": 49.99972321153146, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E606", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E606_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400669.184463580138981, 5847635.631272428669035 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E607_dn", "crsloc_id": "pipe_9_E607_50.00", "crsloc_branchid": "pipe_9_E607", "crsloc_chainage": 49.999723211455091, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E607", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E607_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400652.785560808610171, 5847682.865246526896954 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E608_dn", "crsloc_id": "pipe_9_E608_50.00", "crsloc_branchid": "pipe_9_E608", "crsloc_chainage": 49.99972321057529, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E608", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E608_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400636.386658037081361, 5847730.099220624193549 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E609_dn", "crsloc_id": "pipe_9_E609_50.00", "crsloc_branchid": "pipe_9_E609", "crsloc_chainage": 49.99972321153146, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E609", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E609_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400619.98775526531972, 5847777.333194722421467 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E610_dn", "crsloc_id": "pipe_9_E610_50.00", "crsloc_branchid": "pipe_9_E610", "crsloc_chainage": 49.999299879028577, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E610", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E610_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400605.626566983293742, 5847825.225639424286783 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E611_dn", "crsloc_id": "pipe_9_E611_50.00", "crsloc_branchid": "pipe_9_E611", "crsloc_chainage": 49.99972319910794, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E611", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E611_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400591.282871497562155, 5847873.123767986893654 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E612_dn", "crsloc_id": "pipe_9_E612_50.00", "crsloc_branchid": "pipe_9_E612", "crsloc_chainage": 49.999723207450721, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E612", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E612_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400576.93873288645409, 5847921.021763856522739 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E613_dn", "crsloc_id": "pipe_9_E613_49.99", "crsloc_branchid": "pipe_9_E613", "crsloc_chainage": 49.989039911730842, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E613", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E613_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1400564.187163433525711, 5847969.357067598029971 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E614_dn", "crsloc_id": "pipe_9_E614_50.00", "crsloc_branchid": "pipe_9_E614", "crsloc_chainage": 49.999723211523275, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E614", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E614_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400552.05961619107984, 5848017.863715793006122 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E615_dn", "crsloc_id": "pipe_9_E615_50.00", "crsloc_branchid": "pipe_9_E615", "crsloc_chainage": 49.99695338780122, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E615", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E615_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400539.554338111542165, 5848066.271497896872461 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E616_dn", "crsloc_id": "pipe_9_E616_50.00", "crsloc_branchid": "pipe_9_E616", "crsloc_chainage": 49.999723210683811, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E616", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E616_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400526.362816622946411, 5848114.499664790928364 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E617_dn", "crsloc_id": "pipe_9_E617_50.00", "crsloc_branchid": "pipe_9_E617", "crsloc_chainage": 49.99921859890275, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E617", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E617_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400513.320063073886558, 5848162.767754046246409 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E618_dn", "crsloc_id": "pipe_9_E618_50.00", "crsloc_branchid": "pipe_9_E618", "crsloc_chainage": 49.999722755824017, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E618", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E618_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400500.598140208749101, 5848211.121915752068162 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E619_dn", "crsloc_id": "pipe_9_E619_49.97", "crsloc_branchid": "pipe_9_E619", "crsloc_chainage": 49.967635369519812, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E619", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E619_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1400492.603269897168502, 5848260.445810905657709 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E620_dn", "crsloc_id": "pipe_9_E620_49.99", "crsloc_branchid": "pipe_9_E620", "crsloc_chainage": 49.988646155857936, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E620", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E620_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1400486.368072525365278, 5848310.044067510403693 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E621_dn", "crsloc_id": "pipe_9_E621_50.00", "crsloc_branchid": "pipe_9_E621", "crsloc_chainage": 49.999647921013121, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E621", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E621_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400481.073793343268335, 5848359.762629438191652 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E622_dn", "crsloc_id": "pipe_9_E622_50.00", "crsloc_branchid": "pipe_9_E622", "crsloc_chainage": 49.999723210647602, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E622", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E622_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400475.603498232085258, 5848409.462208838202059 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E623_dn", "crsloc_id": "pipe_9_E623_49.20", "crsloc_branchid": "pipe_9_E623", "crsloc_chainage": 49.197005232794126, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E623", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E623_49.20" }, "geometry": { "type": "Point", "coordinates": [ 1400457.146709046559408, 5848455.065851859748363 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E624_dn", "crsloc_id": "pipe_9_E624_48.33", "crsloc_branchid": "pipe_9_E624", "crsloc_chainage": 48.331413572161239, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E624", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E624_48.33" }, "geometry": { "type": "Point", "coordinates": [ 1400413.087496439460665, 5848474.933194971643388 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E625_dn", "crsloc_id": "pipe_9_E625_50.00", "crsloc_branchid": "pipe_9_E625", "crsloc_chainage": 49.99972321123655, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E625", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E625_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400363.588463947875425, 5848481.991389046423137 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E626_dn", "crsloc_id": "pipe_9_E626_50.00", "crsloc_branchid": "pipe_9_E626", "crsloc_chainage": 49.999723211368021, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E626", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E626_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400314.089431456290185, 5848489.049583122134209 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E627_dn", "crsloc_id": "pipe_9_E627_50.00", "crsloc_branchid": "pipe_9_E627", "crsloc_chainage": 49.998616286001017, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E627", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E627_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400264.541630417574197, 5848495.748616092838347 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E628_dn", "crsloc_id": "pipe_9_E628_50.00", "crsloc_branchid": "pipe_9_E628", "crsloc_chainage": 49.999723211288874, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E628", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E628_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400214.951386126223952, 5848502.134537508711219 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E629_dn", "crsloc_id": "pipe_9_E629_50.00", "crsloc_branchid": "pipe_9_E629", "crsloc_chainage": 49.99790594022658, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E629", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E629_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400165.35052647953853, 5848508.423044542782009 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E630_dn", "crsloc_id": "pipe_9_E630_50.00", "crsloc_branchid": "pipe_9_E630", "crsloc_chainage": 49.999719098031434, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E630", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E630_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1400115.562462663277984, 5848513.018761169165373 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E631_dn", "crsloc_id": "pipe_9_E631_49.98", "crsloc_branchid": "pipe_9_E631", "crsloc_chainage": 49.983582908518095, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E631", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E631_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1400067.226357387844473, 5848525.745877385139465 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E632_dn", "crsloc_id": "pipe_9_E632_49.93", "crsloc_branchid": "pipe_9_E632", "crsloc_chainage": 49.932835670191487, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E632", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E632_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1400022.948452680604532, 5848548.82736851554364 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E633_dn", "crsloc_id": "pipe_9_E633_49.98", "crsloc_branchid": "pipe_9_E633", "crsloc_chainage": 49.984691208431336, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E633", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E633_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1399980.733493343926966, 5848575.592393518425524 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E634_dn", "crsloc_id": "pipe_9_E634_49.98", "crsloc_branchid": "pipe_9_E634", "crsloc_chainage": 49.977184881360614, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E634", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E634_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1399938.041496164398268, 5848601.575318401679397 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E635_dn", "crsloc_id": "pipe_9_E635_49.94", "crsloc_branchid": "pipe_9_E635", "crsloc_chainage": 49.935982692162767, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E635", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E635_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1399894.162105509778485, 5848625.412294787354767 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E636_dn", "crsloc_id": "pipe_9_E636_49.79", "crsloc_branchid": "pipe_9_E636", "crsloc_chainage": 49.789064535327057, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E636", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E636_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1399846.331482683774084, 5848639.239169610664248 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E637_dn", "crsloc_id": "pipe_9_E637_50.00", "crsloc_branchid": "pipe_9_E637", "crsloc_chainage": 49.999723190771213, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E637", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E637_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1399796.577612592140213, 5848644.191414562053978 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E638_dn", "crsloc_id": "pipe_9_E638_49.95", "crsloc_branchid": "pipe_9_E638", "crsloc_chainage": 49.952769976029217, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E638", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E638_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1399746.625246524112299, 5848643.990535285323858 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E639_dn", "crsloc_id": "pipe_9_E639_50.00", "crsloc_branchid": "pipe_9_E639", "crsloc_chainage": 49.999723132274362, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E639", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E639_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1399696.637876037973911, 5848642.879182422533631 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E640_dn", "crsloc_id": "pipe_9_E640_50.00", "crsloc_branchid": "pipe_9_E640", "crsloc_chainage": 49.997111071847627, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E640", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E640_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1399646.648270914331079, 5848642.01287121232599 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E641_dn", "crsloc_id": "pipe_9_E641_50.00", "crsloc_branchid": "pipe_9_E641", "crsloc_chainage": 49.999723211250448, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E641", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E641_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1399596.648876874009147, 5848642.194301094859838 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E642_dn", "crsloc_id": "pipe_9_E642_50.00", "crsloc_branchid": "pipe_9_E642", "crsloc_chainage": 49.999723211250448, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E642", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E642_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1399546.649482833687216, 5848642.375730977393687 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E643_dn", "crsloc_id": "pipe_9_E643_50.00", "crsloc_branchid": "pipe_9_E643", "crsloc_chainage": 49.99938373596575, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E643", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E643_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1399496.650193702196702, 5848642.472995163872838 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E644_dn", "crsloc_id": "pipe_9_E644_50.00", "crsloc_branchid": "pipe_9_E644", "crsloc_chainage": 49.999723211271288, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E644", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E644_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1399446.65140731446445, 5848642.166921712458134 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E645_dn", "crsloc_id": "pipe_9_E645_50.00", "crsloc_branchid": "pipe_9_E645", "crsloc_chainage": 49.999723211265589, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E645", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E645_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1399396.652620926732197, 5848641.860848261974752 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E646_dn", "crsloc_id": "pipe_9_E646_50.00", "crsloc_branchid": "pipe_9_E646", "crsloc_chainage": 49.999723211265589, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E646", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E646_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1399346.653834538999945, 5848641.55477481149137 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E647_dn", "crsloc_id": "pipe_9_E647_49.99", "crsloc_branchid": "pipe_9_E647", "crsloc_chainage": 49.992501126439571, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E647", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E647_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1399296.670361565658823, 5848642.504826599732041 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E648_dn", "crsloc_id": "pipe_9_E648_50.00", "crsloc_branchid": "pipe_9_E648", "crsloc_chainage": 49.999723211160855, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E648", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E648_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1399246.693896210752428, 5848644.029697683639824 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E649_dn", "crsloc_id": "pipe_9_E649_49.67", "crsloc_branchid": "pipe_9_E649", "crsloc_chainage": 49.670631467347313, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E649", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E649_49.67" }, "geometry": { "type": "Point", "coordinates": [ 1399198.821869280422106, 5848657.275099449791014 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E650_dn", "crsloc_id": "pipe_9_E650_49.75", "crsloc_branchid": "pipe_9_E650", "crsloc_chainage": 49.747031688660918, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E650", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E650_49.75" }, "geometry": { "type": "Point", "coordinates": [ 1399156.22011209372431, 5848682.962790012359619 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E651_dn", "crsloc_id": "pipe_9_E651_50.00", "crsloc_branchid": "pipe_9_E651", "crsloc_chainage": 49.995547309251499, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E651", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E651_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1399118.631487609352916, 5848715.927165633998811 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E652_dn", "crsloc_id": "pipe_9_E652_49.99", "crsloc_branchid": "pipe_9_E652", "crsloc_chainage": 49.9856833361697, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E652", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E652_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1399080.330472141969949, 5848748.045707829296589 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E653_dn", "crsloc_id": "pipe_9_E653_50.00", "crsloc_branchid": "pipe_9_E653", "crsloc_chainage": 49.999722892108402, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E653", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E653_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1399041.265588268870488, 5848779.253193105570972 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E654_dn", "crsloc_id": "pipe_9_E654_49.99", "crsloc_branchid": "pipe_9_E654", "crsloc_chainage": 49.993699369400645, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E654", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E654_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1399003.798011481529102, 5848812.352296814322472 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E655_dn", "crsloc_id": "pipe_9_E655_49.37", "crsloc_branchid": "pipe_9_E655", "crsloc_chainage": 49.374349433598823, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E655", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E655_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1398963.556632332503796, 5848840.960998046211898 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E656_dn", "crsloc_id": "pipe_9_E656_49.88", "crsloc_branchid": "pipe_9_E656", "crsloc_chainage": 49.884069359310153, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E656", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E656_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1398916.849097633268684, 5848858.477463961578906 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E657_dn", "crsloc_id": "pipe_9_E657_49.99", "crsloc_branchid": "pipe_9_E657", "crsloc_chainage": 49.985008330165712, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E657", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E657_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1398867.774845957988873, 5848867.975825940258801 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E658_dn", "crsloc_id": "pipe_9_E658_49.95", "crsloc_branchid": "pipe_9_E658", "crsloc_chainage": 49.95351513964011, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E658", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E658_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1398819.19887532806024, 5848879.626094270497561 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E659_dn", "crsloc_id": "pipe_9_E659_50.00", "crsloc_branchid": "pipe_9_E659", "crsloc_chainage": 49.998100350549073, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E659", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E659_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1398770.888675607042387, 5848892.507656348869205 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E660_dn", "crsloc_id": "pipe_9_E660_50.00", "crsloc_branchid": "pipe_9_E660", "crsloc_chainage": 49.999723211299383, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E660", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E660_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1398721.921945634763688, 5848902.618624503724277 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E661_dn", "crsloc_id": "pipe_9_E661_49.40", "crsloc_branchid": "pipe_9_E661", "crsloc_chainage": 49.399766252198077, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E661", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E661_49.40" }, "geometry": { "type": "Point", "coordinates": [ 1398677.967161305481568, 5848925.164440974593163 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E662_dn", "crsloc_id": "pipe_9_E662_49.88", "crsloc_branchid": "pipe_9_E662", "crsloc_chainage": 49.878331785365226, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E662", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E662_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1398644.338700531283394, 5848962.001577232033014 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E663_dn", "crsloc_id": "pipe_9_E663_49.07", "crsloc_branchid": "pipe_9_E663", "crsloc_chainage": 49.073136162865318, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E663", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E663_49.07" }, "geometry": { "type": "Point", "coordinates": [ 1398605.135248574893922, 5848991.518725596368313 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E664_dn", "crsloc_id": "pipe_9_E664_49.60", "crsloc_branchid": "pipe_9_E664", "crsloc_chainage": 49.597931426952115, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E664", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E664_49.60" }, "geometry": { "type": "Point", "coordinates": [ 1398564.621375920716673, 5849020.129578858613968 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E665_dn", "crsloc_id": "pipe_9_E665_50.00", "crsloc_branchid": "pipe_9_E665", "crsloc_chainage": 49.999723211328075, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E665", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E665_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1398533.026679340284318, 5849058.881965484470129 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E666_dn", "crsloc_id": "pipe_9_E666_49.76", "crsloc_branchid": "pipe_9_E666", "crsloc_chainage": 49.761570036181162, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E666", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E666_49.76" }, "geometry": { "type": "Point", "coordinates": [ 1398494.597946248250082, 5849090.495986510068178 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E667_dn", "crsloc_id": "pipe_9_E667_50.00", "crsloc_branchid": "pipe_9_E667", "crsloc_chainage": 49.999723211429327, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E667", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E667_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1398454.506652096519247, 5849120.373410335741937 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E668_dn", "crsloc_id": "pipe_9_E668_49.99", "crsloc_branchid": "pipe_9_E668", "crsloc_chainage": 49.992569789681824, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E668", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E668_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1398413.755684258183464, 5849149.332271750085056 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E669_dn", "crsloc_id": "pipe_9_E669_50.00", "crsloc_branchid": "pipe_9_E669", "crsloc_chainage": 49.999723211584019, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E669", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E669_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1398372.635769418207929, 5849177.777393032796681 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E670_dn", "crsloc_id": "pipe_9_E670_49.99", "crsloc_branchid": "pipe_9_E670", "crsloc_chainage": 49.991246503806764, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E670", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E670_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1398330.529967363225296, 5849204.725976674817502 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E671_dn", "crsloc_id": "pipe_9_E671_49.90", "crsloc_branchid": "pipe_9_E671", "crsloc_chainage": 49.903895193229765, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E671", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E671_49.90" }, "geometry": { "type": "Point", "coordinates": [ 1398285.347250110702589, 5849225.913728257641196 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E672_dn", "crsloc_id": "pipe_9_E672_49.91", "crsloc_branchid": "pipe_9_E672", "crsloc_chainage": 49.913641578385693, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E672", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E672_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1398239.239032347686589, 5849245.029268279671669 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E673_dn", "crsloc_id": "pipe_9_E673_49.34", "crsloc_branchid": "pipe_9_E673", "crsloc_chainage": 49.340652534108301, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E673", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E673_49.34" }, "geometry": { "type": "Point", "coordinates": [ 1398199.185551834991202, 5849273.842784054577351 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E674_dn", "crsloc_id": "pipe_9_E674_49.95", "crsloc_branchid": "pipe_9_E674", "crsloc_chainage": 49.950499093758658, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E674", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E674_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1398166.968536754604429, 5849312.01497680041939 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E675_dn", "crsloc_id": "pipe_9_E675_50.00", "crsloc_branchid": "pipe_9_E675", "crsloc_chainage": 49.998015476193281, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E675", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E675_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1398135.754955118289217, 5849351.072804095223546 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E676_dn", "crsloc_id": "pipe_9_E676_49.86", "crsloc_branchid": "pipe_9_E676", "crsloc_chainage": 49.856220402379094, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E676", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E676_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1398101.278484350536019, 5849387.086907946504653 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E677_dn", "crsloc_id": "pipe_9_E677_49.96", "crsloc_branchid": "pipe_9_E677", "crsloc_chainage": 49.961775924415221, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E677", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E677_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1398059.71424398617819, 5849414.810417400673032 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E678_dn", "crsloc_id": "pipe_9_E678_49.98", "crsloc_branchid": "pipe_9_E678", "crsloc_chainage": 49.982636895854135, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E678", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E678_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1398016.161566416965798, 5849439.334451889619231 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E679_dn", "crsloc_id": "pipe_9_E679_50.00", "crsloc_branchid": "pipe_9_E679", "crsloc_chainage": 49.999723211478837, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E679", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E679_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1397972.13886998500675, 5849463.040453663095832 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E680_dn", "crsloc_id": "pipe_9_E680_50.00", "crsloc_branchid": "pipe_9_E680", "crsloc_chainage": 49.998484543034671, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E680", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E680_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1397927.370928909862414, 5849485.304323688149452 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E681_dn", "crsloc_id": "pipe_9_E681_50.00", "crsloc_branchid": "pipe_9_E681", "crsloc_chainage": 49.999723211364362, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E681", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E681_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1397882.567957574967295, 5849507.500406242907047 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E682_dn", "crsloc_id": "pipe_9_E682_50.00", "crsloc_branchid": "pipe_9_E682", "crsloc_chainage": 49.999417421466937, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E682", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E682_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1397837.859168973052874, 5849529.88490901235491 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E683_dn", "crsloc_id": "pipe_9_E683_48.95", "crsloc_branchid": "pipe_9_E683", "crsloc_chainage": 48.951929779471698, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E683", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E683_48.95" }, "geometry": { "type": "Point", "coordinates": [ 1397801.353515450842679, 5849562.498229757882655 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E684_dn", "crsloc_id": "pipe_9_E684_48.95", "crsloc_branchid": "pipe_9_E684", "crsloc_chainage": 48.947891622364104, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E684", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E684_48.95" }, "geometry": { "type": "Point", "coordinates": [ 1397792.270944320596755, 5849610.596077900379896 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E685_dn", "crsloc_id": "pipe_9_E685_50.00", "crsloc_branchid": "pipe_9_E685", "crsloc_chainage": 49.999723211410632, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E685", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E685_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1397788.877743411809206, 5849660.48052947409451 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E686_dn", "crsloc_id": "pipe_9_E686_49.71", "crsloc_branchid": "pipe_9_E686", "crsloc_chainage": 49.713786168377936, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E686", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E686_49.71" }, "geometry": { "type": "Point", "coordinates": [ 1397772.247972422977909, 5849707.330409431830049 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E687_dn", "crsloc_id": "pipe_9_E687_49.99", "crsloc_branchid": "pipe_9_E687", "crsloc_chainage": 49.991897798320238, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E687", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E687_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1397740.629904442001134, 5849746.05362756550312 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E688_dn", "crsloc_id": "pipe_9_E688_49.87", "crsloc_branchid": "pipe_9_E688", "crsloc_chainage": 49.873947731686052, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E688", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E688_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1397706.048158213030547, 5849781.991260905750096 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E689_dn", "crsloc_id": "pipe_9_E689_48.40", "crsloc_branchid": "pipe_9_E689", "crsloc_chainage": 48.397358245497138, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E689", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E689_48.40" }, "geometry": { "type": "Point", "coordinates": [ 1397658.104225501418114, 5849788.600618006661534 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E690_dn", "crsloc_id": "pipe_9_E690_49.45", "crsloc_branchid": "pipe_9_E690", "crsloc_chainage": 49.445237354611123, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E690", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E690_49.45" }, "geometry": { "type": "Point", "coordinates": [ 1397612.854890643851832, 5849768.667500036768615 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E691_dn", "crsloc_id": "pipe_9_E691_49.28", "crsloc_branchid": "pipe_9_E691", "crsloc_chainage": 49.279870146026987, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E691", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E691_49.28" }, "geometry": { "type": "Point", "coordinates": [ 1397564.765604767482728, 5849757.900597719475627 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E692_dn", "crsloc_id": "pipe_9_E692_49.62", "crsloc_branchid": "pipe_9_E692", "crsloc_chainage": 49.624111232552728, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E692", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E692_49.62" }, "geometry": { "type": "Point", "coordinates": [ 1397517.964591655647382, 5849741.401579950936139 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E693_dn", "crsloc_id": "pipe_9_E693_49.39", "crsloc_branchid": "pipe_9_E693", "crsloc_chainage": 49.394463438992538, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E693", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E693_49.39" }, "geometry": { "type": "Point", "coordinates": [ 1397475.210207536350936, 5849716.665459458716214 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E694_dn", "crsloc_id": "pipe_9_E694_49.81", "crsloc_branchid": "pipe_9_E694", "crsloc_chainage": 49.805976893852957, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E694", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E694_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1397425.917104528285563, 5849709.536270852200687 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E695_dn", "crsloc_id": "pipe_9_E695_49.77", "crsloc_branchid": "pipe_9_E695", "crsloc_chainage": 49.773159423970512, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E695", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E695_49.77" }, "geometry": { "type": "Point", "coordinates": [ 1397376.320352179463953, 5849705.349439652636647 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E696_dn", "crsloc_id": "pipe_9_E696_49.73", "crsloc_branchid": "pipe_9_E696", "crsloc_chainage": 49.732100988930831, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E696", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E696_49.73" }, "geometry": { "type": "Point", "coordinates": [ 1397327.424818686209619, 5849696.266011159867048 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E697_dn", "crsloc_id": "pipe_9_E697_49.10", "crsloc_branchid": "pipe_9_E697", "crsloc_chainage": 49.100699784255283, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E697", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E697_49.10" }, "geometry": { "type": "Point", "coordinates": [ 1397284.082749816821888, 5849719.338587639853358 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E698_dn", "crsloc_id": "pipe_9_E698_49.91", "crsloc_branchid": "pipe_9_E698", "crsloc_chainage": 49.907252420274396, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E698", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E698_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1397252.263129815692082, 5849757.786547626368701 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E699_dn", "crsloc_id": "pipe_9_E699_48.68", "crsloc_branchid": "pipe_9_E699", "crsloc_chainage": 48.67527974832602, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E699", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E699_48.68" }, "geometry": { "type": "Point", "coordinates": [ 1397208.636796130100265, 5849779.374179912731051 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E700_dn", "crsloc_id": "pipe_9_E700_49.85", "crsloc_branchid": "pipe_9_E700", "crsloc_chainage": 49.849451681571914, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E700", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E700_49.85" }, "geometry": { "type": "Point", "coordinates": [ 1397158.808740381617099, 5849780.834554275497794 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E701_dn", "crsloc_id": "pipe_9_E701_49.97", "crsloc_branchid": "pipe_9_E701", "crsloc_chainage": 49.972641192410329, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E701", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E701_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1397108.83919335110113, 5849781.390645374543965 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E702_dn", "crsloc_id": "pipe_9_E702_49.41", "crsloc_branchid": "pipe_9_E702", "crsloc_chainage": 49.40800929707293, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E702", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E702_49.41" }, "geometry": { "type": "Point", "coordinates": [ 1397060.439855967881158, 5849791.323194068856537 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E703_dn", "crsloc_id": "pipe_9_E703_49.79", "crsloc_branchid": "pipe_9_E703", "crsloc_chainage": 49.794625083184826, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E703", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E703_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1397018.297299006022513, 5849817.846949080005288 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E704_dn", "crsloc_id": "pipe_9_E704_49.95", "crsloc_branchid": "pipe_9_E704", "crsloc_chainage": 49.952345436412429, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E704", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E704_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1396985.556193475611508, 5849855.573025250807405 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E705_dn", "crsloc_id": "pipe_9_E705_49.85", "crsloc_branchid": "pipe_9_E705", "crsloc_chainage": 49.845779708429923, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E705", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E705_49.85" }, "geometry": { "type": "Point", "coordinates": [ 1396966.058636736357585, 5849901.447277680039406 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E706_dn", "crsloc_id": "pipe_9_E706_49.88", "crsloc_branchid": "pipe_9_E706", "crsloc_chainage": 49.884235106647772, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E706", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E706_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1396948.565010874997824, 5849948.163548575714231 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E707_dn", "crsloc_id": "pipe_9_E707_49.88", "crsloc_branchid": "pipe_9_E707", "crsloc_chainage": 49.87680141977588, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E707", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E707_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1396920.617409481201321, 5849989.47488958761096 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E708_dn", "crsloc_id": "pipe_9_E708_49.98", "crsloc_branchid": "pipe_9_E708", "crsloc_chainage": 49.977860324090294, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E708", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E708_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1396888.644637608435005, 5850027.887496650218964 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E709_dn", "crsloc_id": "pipe_9_E709_49.99", "crsloc_branchid": "pipe_9_E709", "crsloc_chainage": 49.993392120211205, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E709", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E709_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1396854.341840214561671, 5850064.255853042006493 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E710_dn", "crsloc_id": "pipe_9_E710_49.86", "crsloc_branchid": "pipe_9_E710", "crsloc_chainage": 49.857372049092014, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E710", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E710_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396818.364047654904425, 5850098.771878163330257 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E711_dn", "crsloc_id": "pipe_9_E711_50.00", "crsloc_branchid": "pipe_9_E711", "crsloc_chainage": 49.997304173345213, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E711", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E711_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1396772.545832651434466, 5850118.782415349967778 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E712_dn", "crsloc_id": "pipe_9_E712_49.97", "crsloc_branchid": "pipe_9_E712", "crsloc_chainage": 49.966453965017472, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E712", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E712_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1396725.953354397555813, 5850136.831999611109495 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E713_dn", "crsloc_id": "pipe_9_E713_49.86", "crsloc_branchid": "pipe_9_E713", "crsloc_chainage": 49.862133250327211, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E713", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E713_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396680.306772171286866, 5850156.897439136169851 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E714_dn", "crsloc_id": "pipe_9_E714_49.87", "crsloc_branchid": "pipe_9_E714", "crsloc_chainage": 49.867347592572223, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E714", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E714_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1396637.652940910076723, 5850182.731583880260587 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E715_dn", "crsloc_id": "pipe_9_E715_50.00", "crsloc_branchid": "pipe_9_E715", "crsloc_chainage": 49.998436753991541, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E715", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E715_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1396597.121499699540436, 5850212.006931038573384 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E716_dn", "crsloc_id": "pipe_9_E716_50.00", "crsloc_branchid": "pipe_9_E716", "crsloc_chainage": 49.999106120000576, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E716", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E716_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1396558.856472657993436, 5850244.189198179170489 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E717_dn", "crsloc_id": "pipe_9_E717_49.88", "crsloc_branchid": "pipe_9_E717", "crsloc_chainage": 49.876166859624732, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E717", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E717_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1396522.904999349266291, 5850278.75975772831589 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E718_dn", "crsloc_id": "pipe_9_E718_49.49", "crsloc_branchid": "pipe_9_E718", "crsloc_chainage": 49.492134751287182, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E718", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E718_49.49" }, "geometry": { "type": "Point", "coordinates": [ 1396498.109132022364065, 5850321.592413094826043 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E719_dn", "crsloc_id": "pipe_9_E719_49.89", "crsloc_branchid": "pipe_9_E719", "crsloc_chainage": 49.889054427220138, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E719", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E719_49.89" }, "geometry": { "type": "Point", "coordinates": [ 1396487.67003092658706, 5850370.377071748487651 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E720_dn", "crsloc_id": "pipe_9_E720_49.32", "crsloc_branchid": "pipe_9_E720", "crsloc_chainage": 49.315056786642593, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E720", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E720_49.32" }, "geometry": { "type": "Point", "coordinates": [ 1396469.648583082016557, 5850416.281344354152679 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E721_dn", "crsloc_id": "pipe_9_E721_49.49", "crsloc_branchid": "pipe_9_E721", "crsloc_chainage": 49.48868718530629, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E721", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E721_49.49" }, "geometry": { "type": "Point", "coordinates": [ 1396436.648520463611931, 5850453.161230830475688 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E722_dn", "crsloc_id": "pipe_9_E722_49.97", "crsloc_branchid": "pipe_9_E722", "crsloc_chainage": 49.96772793704951, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E722", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E722_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1396401.305605810834095, 5850488.483351647853851 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E723_dn", "crsloc_id": "pipe_9_E723_49.19", "crsloc_branchid": "pipe_9_E723", "crsloc_chainage": 49.194380701592223, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E723", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E723_49.19" }, "geometry": { "type": "Point", "coordinates": [ 1396376.968624244444072, 5850531.236110867001116 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E724_dn", "crsloc_id": "pipe_9_E724_49.75", "crsloc_branchid": "pipe_9_E724", "crsloc_chainage": 49.752066656471428, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E724", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E724_49.75" }, "geometry": { "type": "Point", "coordinates": [ 1396369.565516233211383, 5850580.434303195215762 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E725_dn", "crsloc_id": "pipe_9_E725_50.00", "crsloc_branchid": "pipe_9_E725", "crsloc_chainage": 49.998147726284955, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E725", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E725_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1396367.422328753164038, 5850630.386495574377477 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E726_dn", "crsloc_id": "pipe_9_E726_49.69", "crsloc_branchid": "pipe_9_E726", "crsloc_chainage": 49.690491424349609, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E726", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E726_49.69" }, "geometry": { "type": "Point", "coordinates": [ 1396355.505569480126724, 5850678.626891369000077 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E727_dn", "crsloc_id": "pipe_9_E727_50.00", "crsloc_branchid": "pipe_9_E727", "crsloc_chainage": 49.999723211459482, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E727", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E727_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1396340.533829906256869, 5850726.332439634948969 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E728_dn", "crsloc_id": "pipe_9_E728_49.91", "crsloc_branchid": "pipe_9_E728", "crsloc_chainage": 49.90502013785629, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E728", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E728_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1396330.62842025491409, 5850775.244543398730457 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E729_dn", "crsloc_id": "pipe_9_E729_49.61", "crsloc_branchid": "pipe_9_E729", "crsloc_chainage": 49.605243124727657, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E729", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E729_49.61" }, "geometry": { "type": "Point", "coordinates": [ 1396332.102186684729531, 5850824.82788896933198 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E730_dn", "crsloc_id": "pipe_9_E730_48.58", "crsloc_branchid": "pipe_9_E730", "crsloc_chainage": 48.58401747868303, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E730", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E730_48.58" }, "geometry": { "type": "Point", "coordinates": [ 1396329.030581515748054, 5850873.314711880870163 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E731_dn", "crsloc_id": "pipe_9_E731_50.00", "crsloc_branchid": "pipe_9_E731", "crsloc_chainage": 49.995455788900486, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E731", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E731_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1396307.792410035151988, 5850918.574911523610353 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E732_dn", "crsloc_id": "pipe_9_E732_49.96", "crsloc_branchid": "pipe_9_E732", "crsloc_chainage": 49.96215019713177, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E732", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E732_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1396293.439801756525412, 5850966.431145056150854 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E733_dn", "crsloc_id": "pipe_9_E733_49.31", "crsloc_branchid": "pipe_9_E733", "crsloc_chainage": 49.30669423230858, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E733", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E733_49.31" }, "geometry": { "type": "Point", "coordinates": [ 1396268.414770691189915, 5851008.915235211141407 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E734_dn", "crsloc_id": "pipe_9_E734_49.58", "crsloc_branchid": "pipe_9_E734", "crsloc_chainage": 49.579400939649283, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E734", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E734_49.58" }, "geometry": { "type": "Point", "coordinates": [ 1396239.616595041006804, 5851049.273407577537 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E735_dn", "crsloc_id": "pipe_9_E735_50.00", "crsloc_branchid": "pipe_9_E735", "crsloc_chainage": 49.999722893893633, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E735", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E735_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1396219.456911833258346, 5851095.028838538564742 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E736_dn", "crsloc_id": "pipe_9_E736_49.02", "crsloc_branchid": "pipe_9_E736", "crsloc_chainage": 49.019698618322892, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E736", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E736_49.02" }, "geometry": { "type": "Point", "coordinates": [ 1396187.056600447744131, 5851131.814034946262836 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E737_dn", "crsloc_id": "pipe_9_E737_48.84", "crsloc_branchid": "pipe_9_E737", "crsloc_chainage": 48.842235820717285, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E737", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E737_48.84" }, "geometry": { "type": "Point", "coordinates": [ 1396155.752778563182801, 5851169.305830520577729 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E738_dn", "crsloc_id": "pipe_9_E738_50.00", "crsloc_branchid": "pipe_9_E738", "crsloc_chainage": 49.999208857704978, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E738", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E738_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1396139.285988454474136, 5851216.515635751187801 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E739_dn", "crsloc_id": "pipe_9_E739_49.86", "crsloc_branchid": "pipe_9_E739", "crsloc_chainage": 49.855593781591914, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E739", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E739_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396119.117080400697887, 5851262.109444313682616 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E740_dn", "crsloc_id": "pipe_9_E740_49.98", "crsloc_branchid": "pipe_9_E740", "crsloc_chainage": 49.97793427871153, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E740", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E740_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1396089.776196002028883, 5851302.568144459277391 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E741_dn", "crsloc_id": "pipe_9_E741_49.93", "crsloc_branchid": "pipe_9_E741", "crsloc_chainage": 49.932235366366932, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E741", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E741_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1396062.7637652202975, 5851344.562866888940334 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E742_dn", "crsloc_id": "pipe_9_E742_49.94", "crsloc_branchid": "pipe_9_E742", "crsloc_chainage": 49.936054431359402, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E742", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E742_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1396038.238003837410361, 5851388.06110318377614 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E743_dn", "crsloc_id": "pipe_9_E743_50.00", "crsloc_branchid": "pipe_9_E743", "crsloc_chainage": 49.999723211575329, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E743", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E743_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1396018.529442845610902, 5851434.01265315618366 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E744_dn", "crsloc_id": "pipe_9_E744_49.99", "crsloc_branchid": "pipe_9_E744", "crsloc_chainage": 49.992047264958316, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E744", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E744_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1396004.188277852488682, 5851481.903526779264212 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E745_dn", "crsloc_id": "pipe_9_E745_50.00", "crsloc_branchid": "pipe_9_E745", "crsloc_chainage": 49.999723211161225, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E745", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E745_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1395989.973599075572565, 5851529.8401018390432 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E746_dn", "crsloc_id": "pipe_9_E746_50.00", "crsloc_branchid": "pipe_9_E746", "crsloc_chainage": 49.999723211227419, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E746", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E746_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1395975.758920298423618, 5851577.776676898822188 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E747_dn", "crsloc_id": "pipe_9_E747_49.19", "crsloc_branchid": "pipe_9_E747", "crsloc_chainage": 49.189497207719924, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E747", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E747_49.19" }, "geometry": { "type": "Point", "coordinates": [ 1395949.053040965925902, 5851619.085303656756878 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E748_dn", "crsloc_id": "pipe_9_E748_49.78", "crsloc_branchid": "pipe_9_E748", "crsloc_chainage": 49.784486894164992, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E748", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E748_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1395906.598052026005462, 5851645.086631496436894 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E749_dn", "crsloc_id": "pipe_9_E749_49.68", "crsloc_branchid": "pipe_9_E749", "crsloc_chainage": 49.680209390395333, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E749", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E749_49.68" }, "geometry": { "type": "Point", "coordinates": [ 1395867.442700292682275, 5851675.664100909605622 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E750_dn", "crsloc_id": "pipe_9_E750_50.00", "crsloc_branchid": "pipe_9_E750", "crsloc_chainage": 49.997624218522581, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E750", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E750_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1395832.097041269298643, 5851711.025758332572877 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E751_dn", "crsloc_id": "pipe_9_E751_50.00", "crsloc_branchid": "pipe_9_E751", "crsloc_chainage": 49.999723211596667, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E751", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E751_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1395797.293576273601502, 5851746.924102939665318 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E752_dn", "crsloc_id": "pipe_9_E752_49.20", "crsloc_branchid": "pipe_9_E752", "crsloc_chainage": 49.195652793127017, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E752", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E752_49.20" }, "geometry": { "type": "Point", "coordinates": [ 1395757.321257625240833, 5851775.602073502726853 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E753_dn", "crsloc_id": "pipe_9_E753_49.75", "crsloc_branchid": "pipe_9_E753", "crsloc_chainage": 49.754586078595942, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E753", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E753_49.75" }, "geometry": { "type": "Point", "coordinates": [ 1395708.708822625689209, 5851786.201601759530604 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E754_dn", "crsloc_id": "pipe_9_E754_49.97", "crsloc_branchid": "pipe_9_E754", "crsloc_chainage": 49.969375200211928, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E754", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E754_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1395658.798327673226595, 5851788.626669078134 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E755_dn", "crsloc_id": "pipe_9_E755_49.61", "crsloc_branchid": "pipe_9_E755", "crsloc_chainage": 49.60805860818661, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E755", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E755_49.61" }, "geometry": { "type": "Point", "coordinates": [ 1395609.620199293363839, 5851795.143659789115191 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E756_dn", "crsloc_id": "pipe_9_E756_48.93", "crsloc_branchid": "pipe_9_E756", "crsloc_chainage": 48.930930733131703, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E756", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E756_48.93" }, "geometry": { "type": "Point", "coordinates": [ 1395574.851394922938198, 5851829.572807688266039 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E757_dn", "crsloc_id": "pipe_9_E757_50.00", "crsloc_branchid": "pipe_9_E757", "crsloc_chainage": 49.999723211349021, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E757", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E757_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1395544.828832363011315, 5851869.555529688484967 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E758_dn", "crsloc_id": "pipe_9_E758_49.91", "crsloc_branchid": "pipe_9_E758", "crsloc_chainage": 49.914180463689817, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E758", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E758_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1395518.719845295883715, 5851912.096641635522246 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E759_dn", "crsloc_id": "pipe_9_E759_50.00", "crsloc_branchid": "pipe_9_E759", "crsloc_chainage": 49.999722916478106, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E759", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E759_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1395494.13555877446197, 5851955.634959792718291 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E760_dn", "crsloc_id": "pipe_9_E760_49.96", "crsloc_branchid": "pipe_9_E760", "crsloc_chainage": 49.964720868134492, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E760", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E760_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1395471.594874873524532, 5852000.226336769759655 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E761_dn", "crsloc_id": "pipe_9_E761_49.99", "crsloc_branchid": "pipe_9_E761", "crsloc_chainage": 49.988341724233145, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E761", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E761_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1395448.254717521602288, 5852044.431216173805296 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E762_dn", "crsloc_id": "pipe_9_E762_48.45", "crsloc_branchid": "pipe_9_E762", "crsloc_chainage": 48.445679258780345, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E762", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E762_48.45" }, "geometry": { "type": "Point", "coordinates": [ 1395413.296649469994009, 5852077.97100324742496 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E763_dn", "crsloc_id": "pipe_9_E763_49.18", "crsloc_branchid": "pipe_9_E763", "crsloc_chainage": 49.184504693374173, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E763", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E763_49.18" }, "geometry": { "type": "Point", "coordinates": [ 1395372.324927324661985, 5852105.181910736486316 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E764_dn", "crsloc_id": "pipe_9_E764_49.63", "crsloc_branchid": "pipe_9_E764", "crsloc_chainage": 49.631617912925513, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E764", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E764_49.63" }, "geometry": { "type": "Point", "coordinates": [ 1395336.659707121318206, 5852139.696973600424826 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E765_dn", "crsloc_id": "pipe_9_E765_49.98", "crsloc_branchid": "pipe_9_E765", "crsloc_chainage": 49.97936195631015, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E765", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E765_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1395292.778667069738731, 5852163.62166681792587 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E766_dn", "crsloc_id": "pipe_9_E766_49.41", "crsloc_branchid": "pipe_9_E766", "crsloc_chainage": 49.410089710449547, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E766", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E766_49.41" }, "geometry": { "type": "Point", "coordinates": [ 1395249.109231889015064, 5852186.737405962310731 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E767_dn", "crsloc_id": "pipe_9_E767_49.35", "crsloc_branchid": "pipe_9_E767", "crsloc_chainage": 49.350017830659091, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E767", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E767_49.35" }, "geometry": { "type": "Point", "coordinates": [ 1395203.751256988849491, 5852206.181643485091627 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E768_dn", "crsloc_id": "pipe_9_E768_49.80", "crsloc_branchid": "pipe_9_E768", "crsloc_chainage": 49.798958666887252, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E768", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E768_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1395165.020262111211196, 5852237.484140511602163 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E769_dn", "crsloc_id": "pipe_9_E769_49.79", "crsloc_branchid": "pipe_9_E769", "crsloc_chainage": 49.792644078199451, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E769", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E769_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1395118.824360576691106, 5852256.064939356409013 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E770_dn", "crsloc_id": "pipe_9_E770_49.62", "crsloc_branchid": "pipe_9_E770", "crsloc_chainage": 49.615538621738416, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E770", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E770_49.62" }, "geometry": { "type": "Point", "coordinates": [ 1395076.581746106501669, 5852282.089220238849521 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E771_dn", "crsloc_id": "pipe_9_E771_50.00", "crsloc_branchid": "pipe_9_E771", "crsloc_chainage": 49.999723210919207, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E771", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E771_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1395037.188581393798813, 5852312.881279200315475 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E772_dn", "crsloc_id": "pipe_9_E772_50.00", "crsloc_branchid": "pipe_9_E772", "crsloc_chainage": 49.999126143061368, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E772", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E772_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394997.262213865062222, 5852342.97775392793119 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E773_dn", "crsloc_id": "pipe_9_E773_50.00", "crsloc_branchid": "pipe_9_E773", "crsloc_chainage": 49.999723211122522, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E773", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E773_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394957.294401574181393, 5852373.02016231790185 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E774_dn", "crsloc_id": "pipe_9_E774_49.63", "crsloc_branchid": "pipe_9_E774", "crsloc_chainage": 49.625008367860737, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E774", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E774_49.63" }, "geometry": { "type": "Point", "coordinates": [ 1394923.064120852621272, 5852408.949667424894869 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E775_dn", "crsloc_id": "pipe_9_E775_48.46", "crsloc_branchid": "pipe_9_E775", "crsloc_chainage": 48.462213009833782, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E775", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E775_48.46" }, "geometry": { "type": "Point", "coordinates": [ 1394884.932902404107153, 5852438.859469654969871 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E776_dn", "crsloc_id": "pipe_9_E776_48.71", "crsloc_branchid": "pipe_9_E776", "crsloc_chainage": 48.709918664946315, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E776", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E776_48.71" }, "geometry": { "type": "Point", "coordinates": [ 1394845.735164049779996, 5852467.776479947380722 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E777_dn", "crsloc_id": "pipe_9_E777_49.97", "crsloc_branchid": "pipe_9_E777", "crsloc_chainage": 49.970106275831633, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E777", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E777_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1394819.511815323727205, 5852510.312905547209084 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E778_dn", "crsloc_id": "pipe_9_E778_48.93", "crsloc_branchid": "pipe_9_E778", "crsloc_chainage": 48.926039716281132, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E778", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E778_48.93" }, "geometry": { "type": "Point", "coordinates": [ 1394781.711909656878561, 5852541.376139343716204 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E779_dn", "crsloc_id": "pipe_9_E779_48.67", "crsloc_branchid": "pipe_9_E779", "crsloc_chainage": 48.671406065295407, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E779", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E779_48.67" }, "geometry": { "type": "Point", "coordinates": [ 1394744.307820181362331, 5852572.518391331657767 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E780_dn", "crsloc_id": "pipe_9_E780_49.72", "crsloc_branchid": "pipe_9_E780", "crsloc_chainage": 49.719301125834782, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E780", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E780_49.72" }, "geometry": { "type": "Point", "coordinates": [ 1394717.909510743571445, 5852614.650779861956835 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E781_dn", "crsloc_id": "pipe_9_E781_49.97", "crsloc_branchid": "pipe_9_E781", "crsloc_chainage": 49.965133686092166, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E781", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E781_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1394686.181401456007734, 5852653.249246998690069 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E782_dn", "crsloc_id": "pipe_9_E782_49.89", "crsloc_branchid": "pipe_9_E782", "crsloc_chainage": 49.887168753450915, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E782", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E782_49.89" }, "geometry": { "type": "Point", "coordinates": [ 1394664.043618610361591, 5852697.955490152351558 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E783_dn", "crsloc_id": "pipe_9_E783_49.43", "crsloc_branchid": "pipe_9_E783", "crsloc_chainage": 49.433269464610298, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E783", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E783_49.43" }, "geometry": { "type": "Point", "coordinates": [ 1394638.640680606942624, 5852740.362315909005702 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E784_dn", "crsloc_id": "pipe_9_E784_44.66", "crsloc_branchid": "pipe_9_E784", "crsloc_chainage": 44.66152356793846, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E784", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E784_44.66" }, "geometry": { "type": "Point", "coordinates": [ 1394594.036166108679026, 5852738.106440517120063 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E785_dn", "crsloc_id": "pipe_9_E785_46.07", "crsloc_branchid": "pipe_9_E785", "crsloc_chainage": 46.066412927805551, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E785", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E785_46.07" }, "geometry": { "type": "Point", "coordinates": [ 1394586.520229321205989, 5852692.657292073592544 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E786_dn", "crsloc_id": "pipe_9_E786_49.99", "crsloc_branchid": "pipe_9_E786", "crsloc_chainage": 49.985381901825036, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E786", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E786_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1394597.447580554988235, 5852643.880951508879662 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E787_dn", "crsloc_id": "pipe_9_E787_50.00", "crsloc_branchid": "pipe_9_E787", "crsloc_chainage": 49.995411591352834, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E787", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E787_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394610.115311411675066, 5852595.517020991072059 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E788_dn", "crsloc_id": "pipe_9_E788_45.26", "crsloc_branchid": "pipe_9_E788", "crsloc_chainage": 45.263221734003622, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E788", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E788_45.26" }, "geometry": { "type": "Point", "coordinates": [ 1394589.452386688208207, 5852555.245408363640308 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E789_dn", "crsloc_id": "pipe_9_E789_49.15", "crsloc_branchid": "pipe_9_E789", "crsloc_chainage": 49.149175892518947, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E789", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E789_49.15" }, "geometry": { "type": "Point", "coordinates": [ 1394541.65307956142351, 5852543.805664961226285 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E790_dn", "crsloc_id": "pipe_9_E790_49.95", "crsloc_branchid": "pipe_9_E790", "crsloc_chainage": 49.945770665554846, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E790", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E790_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1394492.894960914272815, 5852554.632754753343761 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E791_dn", "crsloc_id": "pipe_9_E791_49.88", "crsloc_branchid": "pipe_9_E791", "crsloc_chainage": 49.883302150344591, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E791", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E791_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1394443.974859671667218, 5852564.388139309361577 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E792_dn", "crsloc_id": "pipe_9_E792_50.00", "crsloc_branchid": "pipe_9_E792", "crsloc_chainage": 49.99972321127801, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E792", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E792_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394394.029333570739254, 5852566.715529200620949 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E793_dn", "crsloc_id": "pipe_9_E793_50.00", "crsloc_branchid": "pipe_9_E793", "crsloc_chainage": 49.99972321127801, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E793", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E793_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394344.083807469811291, 5852569.042919091880322 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E794_dn", "crsloc_id": "pipe_9_E794_50.00", "crsloc_branchid": "pipe_9_E794", "crsloc_chainage": 49.998760017237259, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E794", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E794_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394294.107847816543654, 5852570.552707155235112 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E795_dn", "crsloc_id": "pipe_9_E795_50.00", "crsloc_branchid": "pipe_9_E795", "crsloc_chainage": 49.999723211259912, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E795", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E795_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394244.127509164391086, 5852571.944852772168815 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E796_dn", "crsloc_id": "pipe_9_E796_49.66", "crsloc_branchid": "pipe_9_E796", "crsloc_chainage": 49.662314106602153, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E796", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E796_49.66" }, "geometry": { "type": "Point", "coordinates": [ 1394194.812276627169922, 5852566.083685463294387 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E797_dn", "crsloc_id": "pipe_9_E797_50.00", "crsloc_branchid": "pipe_9_E797", "crsloc_chainage": 49.999723211338399, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E797", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E797_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394145.918612685985863, 5852555.625102977268398 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E798_dn", "crsloc_id": "pipe_9_E798_49.30", "crsloc_branchid": "pipe_9_E798", "crsloc_chainage": 49.299768366744367, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E798", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E798_49.30" }, "geometry": { "type": "Point", "coordinates": [ 1394100.560877124778926, 5852536.308193654753268 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E799_dn", "crsloc_id": "pipe_9_E799_50.00", "crsloc_branchid": "pipe_9_E799", "crsloc_chainage": 49.999723211118599, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E799", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E799_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394057.904667955357581, 5852510.223329451866448 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E800_dn", "crsloc_id": "pipe_9_E800_50.00", "crsloc_branchid": "pipe_9_E800", "crsloc_chainage": 49.999723211317232, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E800", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E800_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394015.248458785703406, 5852484.138465248979628 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E801_dn", "crsloc_id": "pipe_9_E801_49.78", "crsloc_branchid": "pipe_9_E801", "crsloc_chainage": 49.777448385847386, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E801", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E801_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1393968.486471301177517, 5852467.076493079774082 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E802_dn", "crsloc_id": "pipe_9_E802_49.90", "crsloc_branchid": "pipe_9_E802", "crsloc_chainage": 49.897585490531277, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E802", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E802_49.90" }, "geometry": { "type": "Point", "coordinates": [ 1393919.139037991641089, 5852459.687321032397449 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E803_dn", "crsloc_id": "pipe_9_E803_49.86", "crsloc_branchid": "pipe_9_E803", "crsloc_chainage": 49.85901294212924, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E803", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E803_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393869.477079958422109, 5852455.258879334665835 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E804_dn", "crsloc_id": "pipe_9_E804_48.82", "crsloc_branchid": "pipe_9_E804", "crsloc_chainage": 48.81519748027597, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E804", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E804_48.82" }, "geometry": { "type": "Point", "coordinates": [ 1393825.106229142751545, 5852475.609582097269595 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E805_dn", "crsloc_id": "pipe_9_E805_47.31", "crsloc_branchid": "pipe_9_E805", "crsloc_chainage": 47.308212546774442, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E805", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E805_47.31" }, "geometry": { "type": "Point", "coordinates": [ 1393779.022887969622388, 5852486.305031629279256 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E806_dn", "crsloc_id": "pipe_9_E806_36.28", "crsloc_branchid": "pipe_9_E806", "crsloc_chainage": 36.281101496208635, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E806", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E806_36.28" }, "geometry": { "type": "Point", "coordinates": [ 1393746.176190006081015, 5852501.713235894218087 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E807_dn", "crsloc_id": "pipe_9_E807_44.44", "crsloc_branchid": "pipe_9_E807", "crsloc_chainage": 44.435265793435256, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E807", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E807_44.44" }, "geometry": { "type": "Point", "coordinates": [ 1393790.325893355766311, 5852506.742802502587438 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E808_dn", "crsloc_id": "pipe_9_E808_50.00", "crsloc_branchid": "pipe_9_E808", "crsloc_chainage": 49.999723211511643, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E808", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E808_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1393837.809800375485793, 5852491.082314152270555 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E809_dn", "crsloc_id": "pipe_9_E809_48.40", "crsloc_branchid": "pipe_9_E809", "crsloc_chainage": 48.39640052472177, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E809", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E809_48.40" }, "geometry": { "type": "Point", "coordinates": [ 1393886.15032762195915, 5852493.407181736081839 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E810_dn", "crsloc_id": "pipe_9_E810_50.00", "crsloc_branchid": "pipe_9_E810", "crsloc_chainage": 49.999723211388869, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E810", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E810_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1393931.905922902980819, 5852513.566492778249085 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E811_dn", "crsloc_id": "pipe_9_E811_49.94", "crsloc_branchid": "pipe_9_E811", "crsloc_chainage": 49.936496253750782, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E811", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E811_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1393975.755333374254405, 5852537.459647852927446 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E812_dn", "crsloc_id": "pipe_9_E812_49.79", "crsloc_branchid": "pipe_9_E812", "crsloc_chainage": 49.786153634389919, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E812", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E812_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1394015.055107508320361, 5852568.024150903336704 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E813_dn", "crsloc_id": "pipe_9_E813_49.97", "crsloc_branchid": "pipe_9_E813", "crsloc_chainage": 49.974036326537934, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E813", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E813_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1394050.698138653300703, 5852603.052405749447644 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E814_dn", "crsloc_id": "pipe_9_E814_50.00", "crsloc_branchid": "pipe_9_E814", "crsloc_chainage": 49.999723210885634, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E814", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E814_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394085.645217273384333, 5852638.810957413166761 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E815_dn", "crsloc_id": "pipe_9_E815_49.78", "crsloc_branchid": "pipe_9_E815", "crsloc_chainage": 49.776709835297552, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E815", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E815_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1394125.333798250183463, 5852668.853217349387705 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E816_dn", "crsloc_id": "pipe_9_E816_49.92", "crsloc_branchid": "pipe_9_E816", "crsloc_chainage": 49.915365920639601, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E816", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E816_49.92" }, "geometry": { "type": "Point", "coordinates": [ 1394169.05573367443867, 5852692.935080187395215 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E817_dn", "crsloc_id": "pipe_9_E817_50.00", "crsloc_branchid": "pipe_9_E817", "crsloc_chainage": 49.999723211113924, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E817", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E817_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394213.778910573106259, 5852715.291505869477987 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E818_dn", "crsloc_id": "pipe_9_E818_50.00", "crsloc_branchid": "pipe_9_E818", "crsloc_chainage": 49.999723211322184, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E818", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E818_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394258.502087472006679, 5852737.64793155156076 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E819_dn", "crsloc_id": "pipe_9_E819_49.99", "crsloc_branchid": "pipe_9_E819", "crsloc_chainage": 49.986641640037014, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E819", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E819_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1394303.633563183248043, 5852759.137795268557966 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E820_dn", "crsloc_id": "pipe_9_E820_34.57", "crsloc_branchid": "pipe_9_E820", "crsloc_chainage": 34.572124291570866, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E820", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E820_34.57" }, "geometry": { "type": "Point", "coordinates": [ 1394311.35638309433125, 5852792.836309043690562 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E821_dn", "crsloc_id": "pipe_9_E821_48.79", "crsloc_branchid": "pipe_9_E821", "crsloc_chainage": 48.793007265614627, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E821", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E821_48.79" }, "geometry": { "type": "Point", "coordinates": [ 1394267.192787079373375, 5852772.091807481832802 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E822_dn", "crsloc_id": "pipe_9_E822_49.73", "crsloc_branchid": "pipe_9_E822", "crsloc_chainage": 49.734091320707087, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E822", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E822_49.73" }, "geometry": { "type": "Point", "coordinates": [ 1394222.243892945814878, 5852750.806207756511867 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E823_dn", "crsloc_id": "pipe_9_E823_50.00", "crsloc_branchid": "pipe_9_E823", "crsloc_chainage": 49.99971388777832, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E823", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E823_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394174.481163326650858, 5852736.017933746799827 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E824_dn", "crsloc_id": "pipe_9_E824_50.00", "crsloc_branchid": "pipe_9_E824", "crsloc_chainage": 49.999723211271139, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E824", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E824_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394126.701585427857935, 5852721.284154292196035 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E825_dn", "crsloc_id": "pipe_9_E825_49.99", "crsloc_branchid": "pipe_9_E825", "crsloc_chainage": 49.990164135317258, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E825", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E825_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1394079.288174863439053, 5852705.441647895611823 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E826_dn", "crsloc_id": "pipe_9_E826_50.00", "crsloc_branchid": "pipe_9_E826", "crsloc_chainage": 49.99972321134014, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E826", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E826_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394032.131474409019575, 5852688.821842738427222 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E827_dn", "crsloc_id": "pipe_9_E827_49.56", "crsloc_branchid": "pipe_9_E827", "crsloc_chainage": 49.555670416663425, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E827", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E827_49.56" }, "geometry": { "type": "Point", "coordinates": [ 1393990.248849052935839, 5852662.333917872048914 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E828_dn", "crsloc_id": "pipe_9_E828_49.74", "crsloc_branchid": "pipe_9_E828", "crsloc_chainage": 49.744404096920498, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E828", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E828_49.74" }, "geometry": { "type": "Point", "coordinates": [ 1393946.821534242946655, 5852638.073372384533286 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E829_dn", "crsloc_id": "pipe_9_E829_49.87", "crsloc_branchid": "pipe_9_E829", "crsloc_chainage": 49.867671736657513, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E829", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E829_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1393900.423441601451486, 5852619.79765943903476 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E830_dn", "crsloc_id": "pipe_9_E830_50.00", "crsloc_branchid": "pipe_9_E830", "crsloc_chainage": 49.999723211436056, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E830", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E830_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1393852.419590238947421, 5852605.811860370449722 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E831_dn", "crsloc_id": "pipe_9_E831_44.49", "crsloc_branchid": "pipe_9_E831", "crsloc_chainage": 44.491483104591495, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E831", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E831_44.49" }, "geometry": { "type": "Point", "coordinates": [ 1393811.257009538821876, 5852622.697772218845785 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E832_dn", "crsloc_id": "pipe_9_E832_49.92", "crsloc_branchid": "pipe_9_E832", "crsloc_chainage": 49.920817726695041, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E832", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E832_49.92" }, "geometry": { "type": "Point", "coordinates": [ 1393791.976378698600456, 5852668.744979701004922 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E833_dn", "crsloc_id": "pipe_9_E833_49.66", "crsloc_branchid": "pipe_9_E833", "crsloc_chainage": 49.66042999189618, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E833", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E833_49.66" }, "geometry": { "type": "Point", "coordinates": [ 1393757.851000558817759, 5852704.822907493449748 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E834_dn", "crsloc_id": "pipe_9_E834_48.13", "crsloc_branchid": "pipe_9_E834", "crsloc_chainage": 48.131633108558461, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E834", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E834_48.13" }, "geometry": { "type": "Point", "coordinates": [ 1393712.093303024535999, 5852719.752315454185009 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E835_dn", "crsloc_id": "pipe_9_E835_46.27", "crsloc_branchid": "pipe_9_E835", "crsloc_chainage": 46.267893648753684, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E835", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E835_46.27" }, "geometry": { "type": "Point", "coordinates": [ 1393668.358640216989443, 5852734.85189332254231 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E836_dn", "crsloc_id": "pipe_9_E836_39.59", "crsloc_branchid": "pipe_9_E836", "crsloc_chainage": 39.587616491442624, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E836", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E836_39.59" }, "geometry": { "type": "Point", "coordinates": [ 1393699.470718496944755, 5852759.33082231413573 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E837_dn", "crsloc_id": "pipe_9_E837_49.94", "crsloc_branchid": "pipe_9_E837", "crsloc_chainage": 49.93872792962982, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E837", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E837_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1393745.462928737979382, 5852739.873352170921862 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E838_dn", "crsloc_id": "pipe_9_E838_49.22", "crsloc_branchid": "pipe_9_E838", "crsloc_chainage": 49.222239432830413, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E838", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E838_49.22" }, "geometry": { "type": "Point", "coordinates": [ 1393781.033025441691279, 5852705.849873876199126 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E839_dn", "crsloc_id": "pipe_9_E839_49.98", "crsloc_branchid": "pipe_9_E839", "crsloc_chainage": 49.983868202658492, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E839", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E839_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1393812.987744822399691, 5852667.414434633217752 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E840_dn", "crsloc_id": "pipe_9_E840_44.25", "crsloc_branchid": "pipe_9_E840", "crsloc_chainage": 44.245314243306254, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E840", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E840_44.25" }, "geometry": { "type": "Point", "coordinates": [ 1393851.764351126970723, 5852646.106627707369626 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E841_dn", "crsloc_id": "pipe_9_E841_49.22", "crsloc_branchid": "pipe_9_E841", "crsloc_chainage": 49.215661319661145, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E841", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E841_49.22" }, "geometry": { "type": "Point", "coordinates": [ 1393887.425906119635329, 5852680.024688009172678 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E842_dn", "crsloc_id": "pipe_9_E842_49.49", "crsloc_branchid": "pipe_9_E842", "crsloc_chainage": 49.48706202125539, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E842", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E842_49.49" }, "geometry": { "type": "Point", "coordinates": [ 1393922.974994163028896, 5852714.451881429180503 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E843_dn", "crsloc_id": "pipe_9_E843_50.00", "crsloc_branchid": "pipe_9_E843", "crsloc_chainage": 49.999723211272197, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E843", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E843_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1393963.954408476594836, 5852743.099044006317854 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E844_dn", "crsloc_id": "pipe_9_E844_50.00", "crsloc_branchid": "pipe_9_E844", "crsloc_chainage": 49.999723211272197, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E844", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E844_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394004.933822790160775, 5852771.746206583455205 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E845_dn", "crsloc_id": "pipe_9_E845_50.00", "crsloc_branchid": "pipe_9_E845", "crsloc_chainage": 49.999723211081367, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E845", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E845_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394045.913237103493884, 5852800.393369160592556 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E846_dn", "crsloc_id": "pipe_9_E846_49.95", "crsloc_branchid": "pipe_9_E846", "crsloc_chainage": 49.947036210234884, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E846", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E846_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1394089.17497284268029, 5852825.355914043262601 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E847_dn", "crsloc_id": "pipe_9_E847_49.58", "crsloc_branchid": "pipe_9_E847", "crsloc_chainage": 49.577204444136285, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E847", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E847_49.58" }, "geometry": { "type": "Point", "coordinates": [ 1394127.810518621467054, 5852856.42348238825798 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E848_dn", "crsloc_id": "pipe_9_E848_50.00", "crsloc_branchid": "pipe_9_E848", "crsloc_chainage": 49.999723211237324, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E848", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E848_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1394163.630151903722435, 5852891.307951607741416 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E849_dn", "crsloc_id": "pipe_9_E849_48.46", "crsloc_branchid": "pipe_9_E849", "crsloc_chainage": 48.460511095043806, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E849", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E849_48.46" }, "geometry": { "type": "Point", "coordinates": [ 1394191.826466187369078, 5852930.721007774583995 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E850_dn", "crsloc_id": "pipe_9_E850_49.84", "crsloc_branchid": "pipe_9_E850", "crsloc_chainage": 49.83759142204989, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E850", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E850_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1394200.656638544984162, 5852979.770101292058825 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E851_dn", "crsloc_id": "pipe_9_E851_48.76", "crsloc_branchid": "pipe_9_E851", "crsloc_chainage": 48.758081489860849, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E851", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E851_48.76" }, "geometry": { "type": "Point", "coordinates": [ 1394193.16261337697506, 5853027.948832049034536 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E852_dn", "crsloc_id": "pipe_9_E852_35.94", "crsloc_branchid": "pipe_9_E852", "crsloc_chainage": 35.94104177243284, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E852", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E852_35.94" }, "geometry": { "type": "Point", "coordinates": [ 1394159.29561759904027, 5853015.916164819151163 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E853_dn", "crsloc_id": "pipe_9_E853_49.61", "crsloc_branchid": "pipe_9_E853", "crsloc_chainage": 49.612265081401738, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E853", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E853_49.61" }, "geometry": { "type": "Point", "coordinates": [ 1394172.939629274653271, 5852968.21692172344774 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E854_dn", "crsloc_id": "pipe_9_E854_44.98", "crsloc_branchid": "pipe_9_E854", "crsloc_chainage": 44.97835583272493, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E854", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E854_44.98" }, "geometry": { "type": "Point", "coordinates": [ 1394157.14498034096323, 5852926.103010025806725 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E855_dn", "crsloc_id": "pipe_9_E855_48.53", "crsloc_branchid": "pipe_9_E855", "crsloc_chainage": 48.534289332093302, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E855", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E855_48.53" }, "geometry": { "type": "Point", "coordinates": [ 1394112.052147814072669, 5852908.152698171325028 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E856_dn", "crsloc_id": "pipe_9_E856_47.93", "crsloc_branchid": "pipe_9_E856", "crsloc_chainage": 47.934790767449748, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E856", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E856_47.93" }, "geometry": { "type": "Point", "coordinates": [ 1394082.719980612862855, 5852870.240059998817742 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E857_dn", "crsloc_id": "pipe_9_E857_49.73", "crsloc_branchid": "pipe_9_E857", "crsloc_chainage": 49.725802632513883, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E857", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E857_49.73" }, "geometry": { "type": "Point", "coordinates": [ 1394033.69950335752219, 5852861.894506865181029 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E858_dn", "crsloc_id": "pipe_9_E858_49.38", "crsloc_branchid": "pipe_9_E858", "crsloc_chainage": 49.382744979418661, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E858", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E858_49.38" }, "geometry": { "type": "Point", "coordinates": [ 1393987.193403874756768, 5852845.286129081621766 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E859_dn", "crsloc_id": "pipe_9_E859_49.86", "crsloc_branchid": "pipe_9_E859", "crsloc_chainage": 49.858315544361062, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E859", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E859_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393947.93726256582886, 5852814.548416114412248 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E860_dn", "crsloc_id": "pipe_9_E860_49.44", "crsloc_branchid": "pipe_9_E860", "crsloc_chainage": 49.440736836982417, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E860", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E860_49.44" }, "geometry": { "type": "Point", "coordinates": [ 1393907.134108954807743, 5852786.629083844833076 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E861_dn", "crsloc_id": "pipe_9_E861_47.69", "crsloc_branchid": "pipe_9_E861", "crsloc_chainage": 47.68525270118139, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E861", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E861_47.69" }, "geometry": { "type": "Point", "coordinates": [ 1393860.318227048264816, 5852795.693107591941953 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E862_dn", "crsloc_id": "pipe_9_E862_50.00", "crsloc_branchid": "pipe_9_E862", "crsloc_chainage": 49.999722013680916, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E862", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E862_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1393816.379105197265744, 5852819.553656043484807 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E863_dn", "crsloc_id": "pipe_9_E863_49.93", "crsloc_branchid": "pipe_9_E863", "crsloc_chainage": 49.925165324663688, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E863", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E863_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1393775.89931167033501, 5852848.775367983616889 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E864_dn", "crsloc_id": "pipe_9_E864_49.41", "crsloc_branchid": "pipe_9_E864", "crsloc_chainage": 49.407390767905625, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E864", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E864_49.41" }, "geometry": { "type": "Point", "coordinates": [ 1393728.008898858213797, 5852860.924385358579457 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E865_dn", "crsloc_id": "pipe_9_E865_50.00", "crsloc_branchid": "pipe_9_E865", "crsloc_chainage": 49.999723211152862, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E865", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E865_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1393678.412535661365837, 5852867.262608992867172 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E866_dn", "crsloc_id": "pipe_9_E866_49.93", "crsloc_branchid": "pipe_9_E866", "crsloc_chainage": 49.933120952454367, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E866", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E866_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1393629.125510436482728, 5852875.269213300198317 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E867_dn", "crsloc_id": "pipe_9_E867_47.66", "crsloc_branchid": "pipe_9_E867", "crsloc_chainage": 47.66360625876095, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E867", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E867_47.66" }, "geometry": { "type": "Point", "coordinates": [ 1393587.086981566157192, 5852897.732103853486478 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E868_dn", "crsloc_id": "pipe_9_E868_49.75", "crsloc_branchid": "pipe_9_E868", "crsloc_chainage": 49.746182179319959, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E868", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E868_49.75" }, "geometry": { "type": "Point", "coordinates": [ 1393570.304754899349064, 5852944.562003592029214 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E869_dn", "crsloc_id": "pipe_9_E869_49.95", "crsloc_branchid": "pipe_9_E869", "crsloc_chainage": 49.946976715333953, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E869", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E869_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1393556.495137578109279, 5852992.561951013281941 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E870_dn", "crsloc_id": "pipe_9_E870_50.00", "crsloc_branchid": "pipe_9_E870", "crsloc_chainage": 49.999723211305032, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E870", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E870_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1393545.497390552191064, 5853041.337168917059898 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E871_dn", "crsloc_id": "pipe_9_E871_45.70", "crsloc_branchid": "pipe_9_E871", "crsloc_chainage": 45.700813665428676, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E871", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E871_45.70" }, "geometry": { "type": "Point", "coordinates": [ 1393519.428820043802261, 5853078.873737771064043 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E872_dn", "crsloc_id": "pipe_9_E872_49.83", "crsloc_branchid": "pipe_9_E872", "crsloc_chainage": 49.833017635564588, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E872", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E872_49.83" }, "geometry": { "type": "Point", "coordinates": [ 1393471.0889498363249, 5853090.981032885611057 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E873_dn", "crsloc_id": "pipe_9_E873_48.22", "crsloc_branchid": "pipe_9_E873", "crsloc_chainage": 48.222293269153013, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E873", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E873_48.22" }, "geometry": { "type": "Point", "coordinates": [ 1393437.895468418486416, 5853125.960775015875697 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E874_dn", "crsloc_id": "pipe_9_E874_49.60", "crsloc_branchid": "pipe_9_E874", "crsloc_chainage": 49.597765136706521, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E874", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E874_49.60" }, "geometry": { "type": "Point", "coordinates": [ 1393425.841958831530064, 5853174.071597220376134 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E875_dn", "crsloc_id": "pipe_9_E875_49.90", "crsloc_branchid": "pipe_9_E875", "crsloc_chainage": 49.900171873190125, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E875", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E875_49.90" }, "geometry": { "type": "Point", "coordinates": [ 1393412.863075544824824, 5853222.254330036230385 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E876_dn", "crsloc_id": "pipe_9_E876_50.00", "crsloc_branchid": "pipe_9_E876", "crsloc_chainage": 49.999723211354791, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E876", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E876_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1393397.399385732831433, 5853269.80269087664783 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E877_dn", "crsloc_id": "pipe_9_E877_48.91", "crsloc_branchid": "pipe_9_E877", "crsloc_chainage": 48.905680414830947, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E877", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E877_48.91" }, "geometry": { "type": "Point", "coordinates": [ 1393370.312252629315481, 5853310.521885331720114 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E878_dn", "crsloc_id": "pipe_9_E878_49.63", "crsloc_branchid": "pipe_9_E878", "crsloc_chainage": 49.632636732289129, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E878", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E878_49.63" }, "geometry": { "type": "Point", "coordinates": [ 1393329.336411859840155, 5853338.528654196299613 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E879_dn", "crsloc_id": "pipe_9_E879_49.99", "crsloc_branchid": "pipe_9_E879", "crsloc_chainage": 49.988123040608691, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E879", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E879_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1393281.458966911304742, 5853352.900943865068257 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E880_dn", "crsloc_id": "pipe_9_E880_47.20", "crsloc_branchid": "pipe_9_E880", "crsloc_chainage": 47.196233412119533, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E880", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E880_47.20" }, "geometry": { "type": "Point", "coordinates": [ 1393241.435090532293543, 5853377.912416590377688 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E881_dn", "crsloc_id": "pipe_9_E881_47.65", "crsloc_branchid": "pipe_9_E881", "crsloc_chainage": 47.651082083509216, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E881", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E881_47.65" }, "geometry": { "type": "Point", "coordinates": [ 1393204.214013937627897, 5853407.665014474652708 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E882_dn", "crsloc_id": "pipe_9_E882_45.12", "crsloc_branchid": "pipe_9_E882", "crsloc_chainage": 45.118258190928209, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E882", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E882_45.12" }, "geometry": { "type": "Point", "coordinates": [ 1393163.042570698773488, 5853389.210489722900093 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E883_dn", "crsloc_id": "pipe_9_E883_49.96", "crsloc_branchid": "pipe_9_E883", "crsloc_chainage": 49.958921320773122, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E883", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E883_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1393138.001123365946114, 5853345.980641989968717 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E884_dn", "crsloc_id": "pipe_9_E884_48.14", "crsloc_branchid": "pipe_9_E884", "crsloc_chainage": 48.139826510854022, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E884", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E884_48.14" }, "geometry": { "type": "Point", "coordinates": [ 1393097.14451300771907, 5853320.521256951615214 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E885_dn", "crsloc_id": "pipe_9_E885_48.29", "crsloc_branchid": "pipe_9_E885", "crsloc_chainage": 48.28716012730964, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E885", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E885_48.29" }, "geometry": { "type": "Point", "coordinates": [ 1393050.223753073252738, 5853331.927050231024623 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E886_dn", "crsloc_id": "pipe_9_E886_50.00", "crsloc_branchid": "pipe_9_E886", "crsloc_chainage": 49.999723211036461, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E886", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E886_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1393009.349747536936775, 5853360.724411092698574 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E887_dn", "crsloc_id": "pipe_9_E887_49.82", "crsloc_branchid": "pipe_9_E887", "crsloc_chainage": 49.816006787236645, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E887", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E887_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1392964.145743116969243, 5853381.658414929173887 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E888_dn", "crsloc_id": "pipe_9_E888_49.94", "crsloc_branchid": "pipe_9_E888", "crsloc_chainage": 49.936571424827072, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E888", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E888_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1392914.685746238334104, 5853388.540992530062795 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E889_dn", "crsloc_id": "pipe_9_E889_49.32", "crsloc_branchid": "pipe_9_E889", "crsloc_chainage": 49.321514879545546, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E889", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E889_49.32" }, "geometry": { "type": "Point", "coordinates": [ 1392867.452587276231498, 5853402.741010997444391 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E890_dn", "crsloc_id": "pipe_9_E890_49.71", "crsloc_branchid": "pipe_9_E890", "crsloc_chainage": 49.712538057999772, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E890", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E890_49.71" }, "geometry": { "type": "Point", "coordinates": [ 1392828.774455502396449, 5853433.971421860158443 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E891_dn", "crsloc_id": "pipe_9_E891_48.59", "crsloc_branchid": "pipe_9_E891", "crsloc_chainage": 48.591154557885105, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E891", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E891_48.59" }, "geometry": { "type": "Point", "coordinates": [ 1392809.846709141274914, 5853478.724530343897641 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E892_dn", "crsloc_id": "pipe_9_E892_48.82", "crsloc_branchid": "pipe_9_E892", "crsloc_chainage": 48.82309471153647, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E892", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E892_48.82" }, "geometry": { "type": "Point", "coordinates": [ 1392819.015986867481843, 5853526.678872412070632 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E893_dn", "crsloc_id": "pipe_9_E893_47.81", "crsloc_branchid": "pipe_9_E893", "crsloc_chainage": 47.814114355617576, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E893", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E893_47.81" }, "geometry": { "type": "Point", "coordinates": [ 1392855.087954768678173, 5853558.063624495640397 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E894_dn", "crsloc_id": "pipe_9_E894_49.78", "crsloc_branchid": "pipe_9_E894", "crsloc_chainage": 49.778995385751109, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E894", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E894_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1392904.865550614893436, 5853557.690350621007383 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E895_dn", "crsloc_id": "pipe_9_E895_49.94", "crsloc_branchid": "pipe_9_E895", "crsloc_chainage": 49.938573668525621, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E895", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E895_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1392949.237373461714014, 5853580.603283154778183 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E896_dn", "crsloc_id": "pipe_9_E896_47.76", "crsloc_branchid": "pipe_9_E896", "crsloc_chainage": 47.760806792595126, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E896", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E896_47.76" }, "geometry": { "type": "Point", "coordinates": [ 1392983.15947984252125, 5853614.224487240426242 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E897_dn", "crsloc_id": "pipe_9_E897_48.99", "crsloc_branchid": "pipe_9_E897", "crsloc_chainage": 48.993200941587432, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E897", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E897_48.99" }, "geometry": { "type": "Point", "coordinates": [ 1392985.841230018995702, 5853663.144237387925386 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E898_dn", "crsloc_id": "pipe_9_E898_48.96", "crsloc_branchid": "pipe_9_E898", "crsloc_chainage": 48.964203038448332, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E898", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E898_48.96" }, "geometry": { "type": "Point", "coordinates": [ 1392953.08467732812278, 5853699.53793787304312 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E899_dn", "crsloc_id": "pipe_9_E899_50.00", "crsloc_branchid": "pipe_9_E899", "crsloc_chainage": 49.999723211138601, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E899", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E899_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1392909.810230145696551, 5853724.583786675706506 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E900_dn", "crsloc_id": "pipe_9_E900_50.00", "crsloc_branchid": "pipe_9_E900", "crsloc_chainage": 49.999723211403605, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E900", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E900_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1392866.535782963503152, 5853749.629635479301214 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E901_dn", "crsloc_id": "pipe_9_E901_50.00", "crsloc_branchid": "pipe_9_E901", "crsloc_chainage": 49.999723211138601, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E901", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E901_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1392823.261335781076923, 5853774.6754842819646 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E902_dn", "crsloc_id": "pipe_9_E902_50.00", "crsloc_branchid": "pipe_9_E902", "crsloc_chainage": 49.999723211403605, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E902", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E902_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1392779.986888598883525, 5853799.721333085559309 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E903_dn", "crsloc_id": "pipe_9_E903_49.89", "crsloc_branchid": "pipe_9_E903", "crsloc_chainage": 49.89062121374063, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E903", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E903_49.89" }, "geometry": { "type": "Point", "coordinates": [ 1392738.076911078300327, 5853826.788432474248111 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E904_dn", "crsloc_id": "pipe_9_E904_49.22", "crsloc_branchid": "pipe_9_E904", "crsloc_chainage": 49.217272893741871, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E904", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E904_49.22" }, "geometry": { "type": "Point", "coordinates": [ 1392707.709945276146755, 5853865.520684397779405 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E905_dn", "crsloc_id": "pipe_9_E905_50.00", "crsloc_branchid": "pipe_9_E905", "crsloc_chainage": 49.999723211684909, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E905", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E905_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1392687.640915536787361, 5853911.315950163640082 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E906_dn", "crsloc_id": "pipe_9_E906_50.00", "crsloc_branchid": "pipe_9_E906", "crsloc_chainage": 49.999723210831895, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E906", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E906_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1392667.571885797427967, 5853957.111215928569436 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E907_dn", "crsloc_id": "pipe_9_E907_50.00", "crsloc_branchid": "pipe_9_E907", "crsloc_chainage": 49.999723211684909, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E907", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E907_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1392647.502856058068573, 5854002.906481694430113 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E908_dn", "crsloc_id": "pipe_9_E908_50.00", "crsloc_branchid": "pipe_9_E908", "crsloc_chainage": 49.999723210831895, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E908", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E908_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1392627.43382631870918, 5854048.701747459359467 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E909_dn", "crsloc_id": "pipe_9_E909_48.66", "crsloc_branchid": "pipe_9_E909", "crsloc_chainage": 48.659881060858645, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E909", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E909_48.66" }, "geometry": { "type": "Point", "coordinates": [ 1392599.24063967121765, 5854088.36190695874393 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E910_dn", "crsloc_id": "pipe_9_E910_47.66", "crsloc_branchid": "pipe_9_E910", "crsloc_chainage": 47.659096706047237, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E910", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E910_47.66" }, "geometry": { "type": "Point", "coordinates": [ 1392552.028928017709404, 5854094.876796181313694 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E911_dn", "crsloc_id": "pipe_9_E911_49.49", "crsloc_branchid": "pipe_9_E911", "crsloc_chainage": 49.48972012187199, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E911", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E911_49.49" }, "geometry": { "type": "Point", "coordinates": [ 1392502.87776038562879, 5854089.097945244982839 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E912_dn", "crsloc_id": "pipe_9_E912_49.35", "crsloc_branchid": "pipe_9_E912", "crsloc_chainage": 49.352034295265412, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E912", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E912_49.35" }, "geometry": { "type": "Point", "coordinates": [ 1392456.857117684325203, 5854106.922751960344613 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E913_dn", "crsloc_id": "pipe_9_E913_47.06", "crsloc_branchid": "pipe_9_E913", "crsloc_chainage": 47.055711040731424, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E913", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E913_47.06" }, "geometry": { "type": "Point", "coordinates": [ 1392437.075072656385601, 5854149.618309528566897 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E914_dn", "crsloc_id": "pipe_9_E914_49.77", "crsloc_branchid": "pipe_9_E914", "crsloc_chainage": 49.773116748673715, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E914", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E914_49.77" }, "geometry": { "type": "Point", "coordinates": [ 1392432.172376926057041, 5854199.149377813562751 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E915_dn", "crsloc_id": "pipe_9_E915_49.20", "crsloc_branchid": "pipe_9_E915", "crsloc_chainage": 49.197684212142576, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E915", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E915_49.20" }, "geometry": { "type": "Point", "coordinates": [ 1392401.259062825934961, 5854237.421811015345156 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E916_dn", "crsloc_id": "pipe_9_E916_50.00", "crsloc_branchid": "pipe_9_E916", "crsloc_chainage": 49.999723210939358, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E916", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E916_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1392365.302334999199957, 5854272.164954873733222 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E917_dn", "crsloc_id": "pipe_9_E917_49.97", "crsloc_branchid": "pipe_9_E917", "crsloc_chainage": 49.970693167530527, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E917", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E917_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1392329.189992874395102, 5854306.70433706138283 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E918_dn", "crsloc_id": "pipe_9_E918_50.00", "crsloc_branchid": "pipe_9_E918", "crsloc_chainage": 49.999723211637537, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E918", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E918_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1392286.207370083546266, 5854332.24776007514447 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E919_dn", "crsloc_id": "pipe_9_E919_50.00", "crsloc_branchid": "pipe_9_E919", "crsloc_chainage": 49.999723211161751, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E919", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E919_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1392243.22474729269743, 5854357.791183087974787 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E920_dn", "crsloc_id": "pipe_9_E920_50.00", "crsloc_branchid": "pipe_9_E920", "crsloc_chainage": 49.999723211161751, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E920", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E920_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1392200.242124501848593, 5854383.334606100805104 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E921_dn", "crsloc_id": "pipe_9_E921_49.71", "crsloc_branchid": "pipe_9_E921", "crsloc_chainage": 49.713044050731256, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E921", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E921_49.71" }, "geometry": { "type": "Point", "coordinates": [ 1392160.949674458475783, 5854413.789328532293439 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E922_dn", "crsloc_id": "pipe_9_E922_49.31", "crsloc_branchid": "pipe_9_E922", "crsloc_chainage": 49.312154112849321, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E922", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E922_49.31" }, "geometry": { "type": "Point", "coordinates": [ 1392139.38761149183847, 5854458.137563941068947 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E923_dn", "crsloc_id": "pipe_9_E923_48.64", "crsloc_branchid": "pipe_9_E923", "crsloc_chainage": 48.638496242318112, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E923", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E923_48.64" }, "geometry": { "type": "Point", "coordinates": [ 1392118.172011138638481, 5854501.905150330625474 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E924_dn", "crsloc_id": "pipe_9_E924_48.57", "crsloc_branchid": "pipe_9_E924", "crsloc_chainage": 48.568311374697451, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E924", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E924_48.57" }, "geometry": { "type": "Point", "coordinates": [ 1392069.661402120720595, 5854504.271937710233033 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E925_dn", "crsloc_id": "pipe_9_E925_49.90", "crsloc_branchid": "pipe_9_E925", "crsloc_chainage": 49.902825902867484, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E925", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E925_49.90" }, "geometry": { "type": "Point", "coordinates": [ 1392020.318914104020223, 5854496.814665460027754 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E926_dn", "crsloc_id": "pipe_9_E926_50.00", "crsloc_branchid": "pipe_9_E926", "crsloc_chainage": 49.9997232112974, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E926", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E926_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1391970.347458617528901, 5854495.133606933988631 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E927_dn", "crsloc_id": "pipe_9_E927_49.93", "crsloc_branchid": "pipe_9_E927", "crsloc_chainage": 49.931701922177709, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E927", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E927_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1391920.470454639289528, 5854497.470128065906465 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E928_dn", "crsloc_id": "pipe_9_E928_49.10", "crsloc_branchid": "pipe_9_E928", "crsloc_chainage": 49.100661159763206, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E928", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E928_49.10" }, "geometry": { "type": "Point", "coordinates": [ 1391872.585841411259025, 5854508.330088578164577 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E929_dn", "crsloc_id": "pipe_9_E929_49.18", "crsloc_branchid": "pipe_9_E929", "crsloc_chainage": 49.184191777445427, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E929", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E929_49.18" }, "geometry": { "type": "Point", "coordinates": [ 1391850.231223840499297, 5854552.140541600994766 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E930_dn", "crsloc_id": "pipe_9_E930_50.00", "crsloc_branchid": "pipe_9_E930", "crsloc_chainage": 49.999723211017056, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E930", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E930_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1391839.912053039064631, 5854601.063818628899753 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E931_dn", "crsloc_id": "pipe_9_E931_49.74", "crsloc_branchid": "pipe_9_E931", "crsloc_chainage": 49.740432927971099, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E931", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E931_49.74" }, "geometry": { "type": "Point", "coordinates": [ 1391840.993748390814289, 5854650.792488458566368 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E932_dn", "crsloc_id": "pipe_9_E932_49.97", "crsloc_branchid": "pipe_9_E932", "crsloc_chainage": 49.97261818888969, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E932", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E932_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1391842.94749491638504, 5854700.726899871602654 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E933_dn", "crsloc_id": "pipe_9_E933_42.74", "crsloc_branchid": "pipe_9_E933", "crsloc_chainage": 42.743851835249068, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E933", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E933_42.74" }, "geometry": { "type": "Point", "coordinates": [ 1391817.228786878986284, 5854734.867563699372113 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E934_dn", "crsloc_id": "pipe_9_E934_49.11", "crsloc_branchid": "pipe_9_E934", "crsloc_chainage": 49.110746182440451, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E934", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E934_49.11" }, "geometry": { "type": "Point", "coordinates": [ 1391770.163537808228284, 5854720.841597761027515 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E935_dn", "crsloc_id": "pipe_9_E935_49.73", "crsloc_branchid": "pipe_9_E935", "crsloc_chainage": 49.72976903742871, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E935", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E935_49.73" }, "geometry": { "type": "Point", "coordinates": [ 1391723.469770492054522, 5854703.731892259791493 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E936_dn", "crsloc_id": "pipe_9_E936_50.00", "crsloc_branchid": "pipe_9_E936", "crsloc_chainage": 49.999723211159242, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E936", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E936_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1391673.556104463059455, 5854700.799612474627793 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E937_dn", "crsloc_id": "pipe_9_E937_49.86", "crsloc_branchid": "pipe_9_E937", "crsloc_chainage": 49.858211507355584, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E937", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E937_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1391623.714795750332996, 5854702.097765206359327 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E938_dn", "crsloc_id": "pipe_9_E938_47.74", "crsloc_branchid": "pipe_9_E938", "crsloc_chainage": 47.73530946637473, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E938", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E938_47.74" }, "geometry": { "type": "Point", "coordinates": [ 1391580.587717059068382, 5854722.560288350097835 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E939_dn", "crsloc_id": "pipe_9_E939_49.41", "crsloc_branchid": "pipe_9_E939", "crsloc_chainage": 49.411340611308745, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E939", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E939_49.41" }, "geometry": { "type": "Point", "coordinates": [ 1391566.793033490423113, 5854770.006966697983444 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E940_dn", "crsloc_id": "pipe_9_E940_45.32", "crsloc_branchid": "pipe_9_E940", "crsloc_chainage": 45.322742052258775, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E940", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E940_45.32" }, "geometry": { "type": "Point", "coordinates": [ 1391527.393422931665555, 5854792.408342435956001 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E941_dn", "crsloc_id": "pipe_9_E941_47.56", "crsloc_branchid": "pipe_9_E941", "crsloc_chainage": 47.561787602315363, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E941", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E941_47.56" }, "geometry": { "type": "Point", "coordinates": [ 1391493.901292768539861, 5854758.638520744629204 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E942_dn", "crsloc_id": "pipe_9_E942_49.44", "crsloc_branchid": "pipe_9_E942", "crsloc_chainage": 49.437838772892945, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E942", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E942_49.44" }, "geometry": { "type": "Point", "coordinates": [ 1391460.149849430657923, 5854722.514567816630006 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E943_dn", "crsloc_id": "pipe_9_E943_49.40", "crsloc_branchid": "pipe_9_E943", "crsloc_chainage": 49.399306889609669, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E943", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E943_49.40" }, "geometry": { "type": "Point", "coordinates": [ 1391415.08096077456139, 5854702.288673609495163 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E944_dn", "crsloc_id": "pipe_9_E944_49.64", "crsloc_branchid": "pipe_9_E944", "crsloc_chainage": 49.644644324419623, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E944", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E944_49.64" }, "geometry": { "type": "Point", "coordinates": [ 1391365.440532283158973, 5854701.641704299487174 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E945_dn", "crsloc_id": "pipe_9_E945_49.94", "crsloc_branchid": "pipe_9_E945", "crsloc_chainage": 49.935231544749158, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E945", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E945_49.94" }, "geometry": { "type": "Point", "coordinates": [ 1391316.238207383779809, 5854710.165704177692533 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E946_dn", "crsloc_id": "pipe_9_E946_49.41", "crsloc_branchid": "pipe_9_E946", "crsloc_chainage": 49.405701002345324, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E946", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E946_49.41" }, "geometry": { "type": "Point", "coordinates": [ 1391270.685152613790706, 5854729.292713684029877 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E947_dn", "crsloc_id": "pipe_9_E947_49.42", "crsloc_branchid": "pipe_9_E947", "crsloc_chainage": 49.420110920024371, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E947", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E947_49.42" }, "geometry": { "type": "Point", "coordinates": [ 1391236.857205224456266, 5854765.320721383206546 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E948_dn", "crsloc_id": "pipe_9_E948_49.91", "crsloc_branchid": "pipe_9_E948", "crsloc_chainage": 49.914175158205218, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E948", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E948_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1391202.853810350876302, 5854801.861028152517974 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E949_dn", "crsloc_id": "pipe_9_E949_48.66", "crsloc_branchid": "pipe_9_E949", "crsloc_chainage": 48.659293134021461, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E949", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E949_48.66" }, "geometry": { "type": "Point", "coordinates": [ 1391157.795155985048041, 5854820.230689963325858 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E950_dn", "crsloc_id": "pipe_9_E950_49.43", "crsloc_branchid": "pipe_9_E950", "crsloc_chainage": 49.434602596805988, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E950", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E950_49.43" }, "geometry": { "type": "Point", "coordinates": [ 1391108.772609984036535, 5854813.861238065175712 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E951_dn", "crsloc_id": "pipe_9_E951_49.60", "crsloc_branchid": "pipe_9_E951", "crsloc_chainage": 49.604607338659932, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E951", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E951_49.60" }, "geometry": { "type": "Point", "coordinates": [ 1391060.92810442741029, 5854800.764659990556538 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E952_dn", "crsloc_id": "pipe_9_E952_47.37", "crsloc_branchid": "pipe_9_E952", "crsloc_chainage": 47.370968218456603, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E952", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E952_47.37" }, "geometry": { "type": "Point", "coordinates": [ 1391018.222673617769033, 5854821.264777290634811 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E953_dn", "crsloc_id": "pipe_9_E953_49.48", "crsloc_branchid": "pipe_9_E953", "crsloc_chainage": 49.477312716772111, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E953", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E953_49.48" }, "geometry": { "type": "Point", "coordinates": [ 1390998.9406647849828, 5854866.83020946290344 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E954_dn", "crsloc_id": "pipe_9_E954_46.18", "crsloc_branchid": "pipe_9_E954", "crsloc_chainage": 46.175854872341951, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E954", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E954_46.18" }, "geometry": { "type": "Point", "coordinates": [ 1390962.790658802259713, 5854895.559752456843853 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E955_dn", "crsloc_id": "pipe_9_E955_48.98", "crsloc_branchid": "pipe_9_E955", "crsloc_chainage": 48.978160036121871, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E955", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E955_48.98" }, "geometry": { "type": "Point", "coordinates": [ 1390919.96104749571532, 5854871.800868731923401 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E956_dn", "crsloc_id": "pipe_9_E956_48.28", "crsloc_branchid": "pipe_9_E956", "crsloc_chainage": 48.276116736242081, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E956", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E956_48.28" }, "geometry": { "type": "Point", "coordinates": [ 1390873.984042470343411, 5854857.080187496729195 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E957_dn", "crsloc_id": "pipe_9_E957_49.87", "crsloc_branchid": "pipe_9_E957", "crsloc_chainage": 49.874103199829307, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E957", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E957_49.87" }, "geometry": { "type": "Point", "coordinates": [ 1390830.492623874917626, 5854881.491715071722865 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E958_dn", "crsloc_id": "pipe_9_E958_37.54", "crsloc_branchid": "pipe_9_E958", "crsloc_chainage": 37.543536585809541, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E958", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E958_37.54" }, "geometry": { "type": "Point", "coordinates": [ 1390796.708465208066627, 5854865.116497132927179 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E959_dn", "crsloc_id": "pipe_9_E959_48.00", "crsloc_branchid": "pipe_9_E959", "crsloc_chainage": 47.996260163126351, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E959", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E959_48.00" }, "geometry": { "type": "Point", "coordinates": [ 1390838.292139080353081, 5854841.149038841947913 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E960_dn", "crsloc_id": "pipe_9_E960_49.49", "crsloc_branchid": "pipe_9_E960", "crsloc_chainage": 49.489358892480674, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E960", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E960_49.49" }, "geometry": { "type": "Point", "coordinates": [ 1390887.22193789598532, 5854833.728026010096073 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E961_dn", "crsloc_id": "pipe_9_E961_49.84", "crsloc_branchid": "pipe_9_E961", "crsloc_chainage": 49.843648336621399, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E961", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E961_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1390936.898272739024833, 5854829.647457904182374 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E962_dn", "crsloc_id": "pipe_9_E962_46.17", "crsloc_branchid": "pipe_9_E962", "crsloc_chainage": 46.16567308710863, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E962", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E962_46.17" }, "geometry": { "type": "Point", "coordinates": [ 1390962.336482576327398, 5854791.122571767307818 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E963_dn", "crsloc_id": "pipe_9_E963_49.52", "crsloc_branchid": "pipe_9_E963", "crsloc_chainage": 49.523981944255219, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E963", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E963_49.52" }, "geometry": { "type": "Point", "coordinates": [ 1390966.186074131866917, 5854741.748434484004974 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E964_dn", "crsloc_id": "pipe_9_E964_49.28", "crsloc_branchid": "pipe_9_E964", "crsloc_chainage": 49.280261119253282, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E964", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E964_49.28" }, "geometry": { "type": "Point", "coordinates": [ 1390992.85536471917294, 5854700.308199499733746 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E965_dn", "crsloc_id": "pipe_9_E965_48.36", "crsloc_branchid": "pipe_9_E965", "crsloc_chainage": 48.360783448117814, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E965", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E965_48.36" }, "geometry": { "type": "Point", "coordinates": [ 1391035.848916283808649, 5854678.165031262673438 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E966_dn", "crsloc_id": "pipe_9_E966_50.00", "crsloc_branchid": "pipe_9_E966", "crsloc_chainage": 49.999723211277882, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E966", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E966_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1391083.904441812774166, 5854664.357830701395869 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E967_dn", "crsloc_id": "pipe_9_E967_50.00", "crsloc_branchid": "pipe_9_E967", "crsloc_chainage": 49.999723211535063, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E967", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E967_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1391131.959967341739684, 5854650.550630139186978 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E968_dn", "crsloc_id": "pipe_9_E968_49.97", "crsloc_branchid": "pipe_9_E968", "crsloc_chainage": 49.967373465657325, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E968", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E968_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1391179.634835138218477, 5854635.58916658628732 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E969_dn", "crsloc_id": "pipe_9_E969_46.37", "crsloc_branchid": "pipe_9_E969", "crsloc_chainage": 46.370091519297226, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E969", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E969_46.37" }, "geometry": { "type": "Point", "coordinates": [ 1391207.438901009736583, 5854598.479608403518796 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E970_dn", "crsloc_id": "pipe_9_E970_45.38", "crsloc_branchid": "pipe_9_E970", "crsloc_chainage": 45.382962751520026, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E970", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E970_45.38" }, "geometry": { "type": "Point", "coordinates": [ 1391180.980266467668116, 5854561.607478464022279 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E971_dn", "crsloc_id": "pipe_9_E971_49.99", "crsloc_branchid": "pipe_9_E971", "crsloc_chainage": 49.986152800434354, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E971", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E971_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1391131.202320650219917, 5854557.049893359653652 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E972_dn", "crsloc_id": "pipe_9_E972_50.00", "crsloc_branchid": "pipe_9_E972", "crsloc_chainage": 49.999723211426037, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E972", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E972_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1391082.781213583657518, 5854544.585194740444422 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E973_dn", "crsloc_id": "pipe_9_E973_50.00", "crsloc_branchid": "pipe_9_E973", "crsloc_chainage": 49.999723210821209, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E973", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E973_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1391034.359877102775499, 5854532.12138735409826 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E974_dn", "crsloc_id": "pipe_9_E974_49.95", "crsloc_branchid": "pipe_9_E974", "crsloc_chainage": 49.951829073469959, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E974", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E974_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1390989.634528238559142, 5854509.87664872314781 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E975_dn", "crsloc_id": "pipe_9_E975_50.00", "crsloc_branchid": "pipe_9_E975", "crsloc_chainage": 49.999723211217301, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E975", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E975_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1390945.071014412911609, 5854487.20363488048315 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E976_dn", "crsloc_id": "pipe_9_E976_49.97", "crsloc_branchid": "pipe_9_E976", "crsloc_chainage": 49.968038660757671, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E976", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E976_49.97" }, "geometry": { "type": "Point", "coordinates": [ 1390901.697761435760185, 5854462.393036060966551 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E977_dn", "crsloc_id": "pipe_9_E977_49.98", "crsloc_branchid": "pipe_9_E977", "crsloc_chainage": 49.97542091262622, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E977", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E977_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1390859.490862333914265, 5854435.632610735483468 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E978_dn", "crsloc_id": "pipe_9_E978_49.66", "crsloc_branchid": "pipe_9_E978", "crsloc_chainage": 49.661375284353994, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E978", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E978_49.66" }, "geometry": { "type": "Point", "coordinates": [ 1390822.363200478022918, 5854402.650965533219278 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E979_dn", "crsloc_id": "pipe_9_E979_49.79", "crsloc_branchid": "pipe_9_E979", "crsloc_chainage": 49.791691143320918, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E979", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E979_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1390794.517730910796672, 5854361.373340462334454 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E980_dn", "crsloc_id": "pipe_9_E980_43.15", "crsloc_branchid": "pipe_9_E980", "crsloc_chainage": 43.148450779363607, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E980", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E980_43.15" }, "geometry": { "type": "Point", "coordinates": [ 1390752.757621133932844, 5854350.515991058200598 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E981_dn", "crsloc_id": "pipe_9_E981_45.11", "crsloc_branchid": "pipe_9_E981", "crsloc_chainage": 45.108090582547838, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E981", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E981_45.11" }, "geometry": { "type": "Point", "coordinates": [ 1390773.418687251396477, 5854390.614122970961034 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E982_dn", "crsloc_id": "pipe_9_E982_49.96", "crsloc_branchid": "pipe_9_E982", "crsloc_chainage": 49.962928580420652, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E982", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E982_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1390803.876572717214003, 5854430.219822627492249 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E983_dn", "crsloc_id": "pipe_9_E983_49.90", "crsloc_branchid": "pipe_9_E983", "crsloc_chainage": 49.899413081470854, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E983", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E983_49.90" }, "geometry": { "type": "Point", "coordinates": [ 1390829.792809600709006, 5854472.861352755688131 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E984_dn", "crsloc_id": "pipe_9_E984_49.37", "crsloc_branchid": "pipe_9_E984", "crsloc_chainage": 49.367673847177961, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E984", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E984_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1390840.804824143880978, 5854520.985180084593594 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E985_dn", "crsloc_id": "pipe_9_E985_48.22", "crsloc_branchid": "pipe_9_E985", "crsloc_chainage": 48.223915687466203, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E985", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E985_48.22" }, "geometry": { "type": "Point", "coordinates": [ 1390806.955070770578459, 5854555.332527009770274 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E986_dn", "crsloc_id": "pipe_9_E986_49.68", "crsloc_branchid": "pipe_9_E986", "crsloc_chainage": 49.675176651388334, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E986", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E986_49.68" }, "geometry": { "type": "Point", "coordinates": [ 1390768.710703042568639, 5854587.03412811178714 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E987_dn", "crsloc_id": "pipe_9_E987_44.98", "crsloc_branchid": "pipe_9_E987", "crsloc_chainage": 44.984443512627337, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E987", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E987_44.98" }, "geometry": { "type": "Point", "coordinates": [ 1390727.648428230080754, 5854605.405022084712982 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E988_dn", "crsloc_id": "pipe_9_E988_36.75", "crsloc_branchid": "pipe_9_E988", "crsloc_chainage": 36.749899229392696, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E988", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E988_36.75" }, "geometry": { "type": "Point", "coordinates": [ 1390738.217331510968506, 5854570.207673082128167 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E989_dn", "crsloc_id": "pipe_9_E989_45.91", "crsloc_branchid": "pipe_9_E989", "crsloc_chainage": 45.914858607678724, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E989", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E989_45.91" }, "geometry": { "type": "Point", "coordinates": [ 1390769.756390688242391, 5854536.839095240458846 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E990_dn", "crsloc_id": "pipe_9_E990_44.92", "crsloc_branchid": "pipe_9_E990", "crsloc_chainage": 44.920435841732747, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E990", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E990_44.92" }, "geometry": { "type": "Point", "coordinates": [ 1390742.617340298369527, 5854501.043599711731076 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E991_dn", "crsloc_id": "pipe_9_E991_49.98", "crsloc_branchid": "pipe_9_E991", "crsloc_chainage": 49.984757979948682, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E991", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E991_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1390698.267856214428321, 5854477.987162610515952 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E992_dn", "crsloc_id": "pipe_9_E992_49.93", "crsloc_branchid": "pipe_9_E992", "crsloc_chainage": 49.930927346047476, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E992", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E992_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1390659.045459883986041, 5854447.088924283161759 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E993_dn", "crsloc_id": "pipe_9_E993_49.91", "crsloc_branchid": "pipe_9_E993", "crsloc_chainage": 49.907794400454122, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E993", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E993_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1390625.552943467628211, 5854410.088393394835293 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E994_dn", "crsloc_id": "pipe_9_E994_35.96", "crsloc_branchid": "pipe_9_E994", "crsloc_chainage": 35.956088774808542, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E994", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E994_35.96" }, "geometry": { "type": "Point", "coordinates": [ 1390589.600407437421381, 5854409.582950046285987 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E995_dn", "crsloc_id": "pipe_9_E995_49.59", "crsloc_branchid": "pipe_9_E995", "crsloc_chainage": 49.594505695297997, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E995", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E995_49.59" }, "geometry": { "type": "Point", "coordinates": [ 1390602.713966056471691, 5854457.412329882383347 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E996_dn", "crsloc_id": "pipe_9_E996_48.93", "crsloc_branchid": "pipe_9_E996", "crsloc_chainage": 48.934013524260891, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E996", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E996_48.93" }, "geometry": { "type": "Point", "coordinates": [ 1390595.921491433866322, 5854505.872622577473521 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E997_dn", "crsloc_id": "pipe_9_E997_49.81", "crsloc_branchid": "pipe_9_E997", "crsloc_chainage": 49.814862364348734, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E997", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E997_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1390570.44312756950967, 5854548.678854450583458 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E998_dn", "crsloc_id": "pipe_9_E998_50.00", "crsloc_branchid": "pipe_9_E998", "crsloc_chainage": 49.999723211370394, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E998", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E998_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1390543.056656106142327, 5854590.511300016194582 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E999_dn", "crsloc_id": "pipe_9_E999_49.88", "crsloc_branchid": "pipe_9_E999", "crsloc_chainage": 49.880292392150501, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E999", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E999_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1390515.015498246299103, 5854631.763415537774563 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1000_dn", "crsloc_id": "pipe_9_E1000_49.86", "crsloc_branchid": "pipe_9_E1000", "crsloc_chainage": 49.863280168177297, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1000", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1000_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1390474.123672692570835, 5854660.297698637470603 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1001_dn", "crsloc_id": "pipe_9_E1001_49.99", "crsloc_branchid": "pipe_9_E1001", "crsloc_chainage": 49.986407226796068, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1001", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1001_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1390431.612203549593687, 5854686.592487070709467 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1002_dn", "crsloc_id": "pipe_9_E1002_49.79", "crsloc_branchid": "pipe_9_E1002", "crsloc_chainage": 49.794227172747696, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1002", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1002_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1390393.452535421354696, 5854718.581622540019453 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1003_dn", "crsloc_id": "pipe_9_E1003_49.86", "crsloc_branchid": "pipe_9_E1003", "crsloc_chainage": 49.863006530763229, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1003", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1003_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1390367.542568972334266, 5854761.184357885271311 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1004_dn", "crsloc_id": "pipe_9_E1004_49.07", "crsloc_branchid": "pipe_9_E1004", "crsloc_chainage": 49.066036122469932, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1004", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1004_49.07" }, "geometry": { "type": "Point", "coordinates": [ 1390335.298282078001648, 5854798.167892917059362 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1005_dn", "crsloc_id": "pipe_9_E1005_49.33", "crsloc_branchid": "pipe_9_E1005", "crsloc_chainage": 49.329691316884443, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1005", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1005_49.33" }, "geometry": { "type": "Point", "coordinates": [ 1390287.950058992486447, 5854812.008565446361899 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1006_dn", "crsloc_id": "pipe_9_E1006_49.84", "crsloc_branchid": "pipe_9_E1006", "crsloc_chainage": 49.842709943924675, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1006", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1006_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1390238.458150852238759, 5854817.911680148914456 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1007_dn", "crsloc_id": "pipe_9_E1007_49.96", "crsloc_branchid": "pipe_9_E1007", "crsloc_chainage": 49.960756960040818, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1007", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1007_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1390191.062322469428182, 5854833.713980232365429 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1008_dn", "crsloc_id": "pipe_9_E1008_50.00", "crsloc_branchid": "pipe_9_E1008", "crsloc_chainage": 49.999723211257503, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1008", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1008_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1390143.877431784989312, 5854850.253581566736102 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1009_dn", "crsloc_id": "pipe_9_E1009_49.88", "crsloc_branchid": "pipe_9_E1009", "crsloc_chainage": 49.875870197800516, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1009", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1009_49.88" }, "geometry": { "type": "Point", "coordinates": [ 1390095.581852754345164, 5854862.709081319160759 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1010_dn", "crsloc_id": "pipe_9_E1010_49.93", "crsloc_branchid": "pipe_9_E1010", "crsloc_chainage": 49.929895557179776, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1010", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1010_49.93" }, "geometry": { "type": "Point", "coordinates": [ 1390047.517834821017459, 5854876.231087474152446 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1011_dn", "crsloc_id": "pipe_9_E1011_49.86", "crsloc_branchid": "pipe_9_E1011", "crsloc_chainage": 49.860663205853633, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1011", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1011_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1390002.813235945766792, 5854898.312404797412455 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1012_dn", "crsloc_id": "pipe_9_E1012_49.95", "crsloc_branchid": "pipe_9_E1012", "crsloc_chainage": 49.954037854070599, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1012", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1012_49.95" }, "geometry": { "type": "Point", "coordinates": [ 1389957.240444654598832, 5854918.770327269099653 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1013_dn", "crsloc_id": "pipe_9_E1013_49.99", "crsloc_branchid": "pipe_9_E1013", "crsloc_chainage": 49.986505301158921, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1013", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1013_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1389907.862496146233752, 5854926.546503278426826 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1014_dn", "crsloc_id": "pipe_9_E1014_50.00", "crsloc_branchid": "pipe_9_E1014", "crsloc_chainage": 49.999723211315114, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1014", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1014_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1389858.454627148341388, 5854934.216888033784926 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1015_dn", "crsloc_id": "pipe_9_E1015_50.00", "crsloc_branchid": "pipe_9_E1015", "crsloc_chainage": 49.999723211227909, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1015", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1015_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1389809.046758150681853, 5854941.887272790074348 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1016_dn", "crsloc_id": "pipe_9_E1016_50.00", "crsloc_branchid": "pipe_9_E1016", "crsloc_chainage": 49.999723211315114, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1016", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1016_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1389759.638889152789488, 5854949.557657545432448 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1017_dn", "crsloc_id": "pipe_9_E1017_49.91", "crsloc_branchid": "pipe_9_E1017", "crsloc_chainage": 49.908438491334273, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1017", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1017_49.91" }, "geometry": { "type": "Point", "coordinates": [ 1389709.944212611299008, 5854954.171913290396333 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1018_dn", "crsloc_id": "pipe_9_E1018_50.00", "crsloc_branchid": "pipe_9_E1018", "crsloc_chainage": 49.999723211271302, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1018", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1018_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1389659.971924164798111, 5854955.828025793656707 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1019_dn", "crsloc_id": "pipe_9_E1019_50.00", "crsloc_branchid": "pipe_9_E1019", "crsloc_chainage": 49.999723211302154, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1019", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1019_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1389609.999635718297213, 5854957.484138297848403 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1020_dn", "crsloc_id": "pipe_9_E1020_49.99", "crsloc_branchid": "pipe_9_E1020", "crsloc_chainage": 49.990934041496629, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1020", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1020_49.99" }, "geometry": { "type": "Point", "coordinates": [ 1389560.020212409785017, 5854958.556860111653805 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1021_dn", "crsloc_id": "pipe_9_E1021_49.86", "crsloc_branchid": "pipe_9_E1021", "crsloc_chainage": 49.857128428564003, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1021", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1021_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1389510.215887822909281, 5854956.262844508513808 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1022_dn", "crsloc_id": "pipe_9_E1022_50.00", "crsloc_branchid": "pipe_9_E1022", "crsloc_chainage": 49.999723211239115, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1022", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1022_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1389461.199074118630961, 5854946.397536835633218 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1023_dn", "crsloc_id": "pipe_9_E1023_49.86", "crsloc_branchid": "pipe_9_E1023", "crsloc_chainage": 49.858099610507438, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1023", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1023_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1389411.846068927552551, 5854939.31862622871995 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1024_dn", "crsloc_id": "pipe_9_E1024_49.46", "crsloc_branchid": "pipe_9_E1024", "crsloc_chainage": 49.464753408996934, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1024", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1024_49.46" }, "geometry": { "type": "Point", "coordinates": [ 1389363.668794465018436, 5854950.530764970928431 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1025_dn", "crsloc_id": "pipe_9_E1025_50.00", "crsloc_branchid": "pipe_9_E1025", "crsloc_chainage": 49.99972291584276, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1025", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1025_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1389316.806479058926925, 5854967.963369091972709 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1026_dn", "crsloc_id": "pipe_9_E1026_50.00", "crsloc_branchid": "pipe_9_E1026", "crsloc_chainage": 49.999723211622651, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1026", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1026_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1389269.94150876486674, 5854985.388835529796779 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1027_dn", "crsloc_id": "pipe_9_E1027_49.89", "crsloc_branchid": "pipe_9_E1027", "crsloc_chainage": 49.8881522179271, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1027", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1027_49.89" }, "geometry": { "type": "Point", "coordinates": [ 1389222.242154399864376, 5855000.003873158246279 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1028_dn", "crsloc_id": "pipe_9_E1028_49.79", "crsloc_branchid": "pipe_9_E1028", "crsloc_chainage": 49.787239047433928, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1028", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1028_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1389172.474719209829345, 5854998.599748316220939 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1029_dn", "crsloc_id": "pipe_9_E1029_49.96", "crsloc_branchid": "pipe_9_E1029", "crsloc_chainage": 49.95640586779421, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1029", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1029_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1389122.522158603882417, 5854997.979928877204657 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1030_dn", "crsloc_id": "pipe_9_E1030_49.32", "crsloc_branchid": "pipe_9_E1030", "crsloc_chainage": 49.317263331520536, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1030", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1030_49.32" }, "geometry": { "type": "Point", "coordinates": [ 1389075.17245914414525, 5855011.771173330955207 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1031_dn", "crsloc_id": "pipe_9_E1031_49.50", "crsloc_branchid": "pipe_9_E1031", "crsloc_chainage": 49.50001282029254, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1031", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1031_49.50" }, "geometry": { "type": "Point", "coordinates": [ 1389037.351533574750647, 5855043.70593273639679 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1032_dn", "crsloc_id": "pipe_9_E1032_49.81", "crsloc_branchid": "pipe_9_E1032", "crsloc_chainage": 49.805889661293726, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1032", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1032_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1388987.549699229886755, 5855043.070369333028793 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1033_dn", "crsloc_id": "pipe_9_E1033_45.92", "crsloc_branchid": "pipe_9_E1033", "crsloc_chainage": 45.915484108678427, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1033", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1033_45.92" }, "geometry": { "type": "Point", "coordinates": [ 1388952.226835903478786, 5855072.405109954997897 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1034_dn", "crsloc_id": "pipe_9_E1034_49.98", "crsloc_branchid": "pipe_9_E1034", "crsloc_chainage": 49.976976626192659, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1034", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1034_49.98" }, "geometry": { "type": "Point", "coordinates": [ 1388932.354647896019742, 5855118.261345479637384 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1035_dn", "crsloc_id": "pipe_9_E1035_49.77", "crsloc_branchid": "pipe_9_E1035", "crsloc_chainage": 49.769244430606783, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1035", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1035_49.77" }, "geometry": { "type": "Point", "coordinates": [ 1388905.897634437307715, 5855160.415872283279896 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1036_dn", "crsloc_id": "pipe_9_E1036_49.11", "crsloc_branchid": "pipe_9_E1036", "crsloc_chainage": 49.107500353225063, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1036", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1036_49.11" }, "geometry": { "type": "Point", "coordinates": [ 1388871.031826107297093, 5855194.997977488674223 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1037_dn", "crsloc_id": "pipe_9_E1037_49.31", "crsloc_branchid": "pipe_9_E1037", "crsloc_chainage": 49.305436795604948, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1037", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1037_49.31" }, "geometry": { "type": "Point", "coordinates": [ 1388824.506643331842497, 5855211.32076724153012 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1038_dn", "crsloc_id": "pipe_9_E1038_49.96", "crsloc_branchid": "pipe_9_E1038", "crsloc_chainage": 49.960362260083762, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1038", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1038_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1388776.369281501276419, 5855224.693582694977522 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1039_dn", "crsloc_id": "pipe_9_E1039_48.70", "crsloc_branchid": "pipe_9_E1039", "crsloc_chainage": 48.697180490815761, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1039", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1039_48.70" }, "geometry": { "type": "Point", "coordinates": [ 1388734.099809446139261, 5855248.874300631694496 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1040_dn", "crsloc_id": "pipe_9_E1040_49.78", "crsloc_branchid": "pipe_9_E1040", "crsloc_chainage": 49.775198802143414, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1040", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1040_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1388699.096631670137867, 5855284.262829300947487 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1041_dn", "crsloc_id": "pipe_9_E1041_50.00", "crsloc_branchid": "pipe_9_E1041", "crsloc_chainage": 49.999723211307398, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1041", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1041_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1388660.14700926351361, 5855315.614053130149841 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1042_dn", "crsloc_id": "pipe_9_E1042_49.74", "crsloc_branchid": "pipe_9_E1042", "crsloc_chainage": 49.738026739677267, "crsloc_shift": 982.20001220703125, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1042", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1042_49.74" }, "geometry": { "type": "Point", "coordinates": [ 1388618.515727732330561, 5855342.829998861066997 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1043_dn", "crsloc_id": "pipe_9_E1043_49.57", "crsloc_branchid": "pipe_9_E1043", "crsloc_chainage": 49.566757491285109, "crsloc_shift": 972.60003662109375, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1043", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1043_49.57" }, "geometry": { "type": "Point", "coordinates": [ 1388570.996795159298927, 5855356.930158268660307 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_9_E1044_dn", "crsloc_id": "pipe_9_E1044_50.00", "crsloc_branchid": "pipe_9_E1044", "crsloc_chainage": 49.999723211307959, "crsloc_shift": 965.79998779296875, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1044", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1044_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1388521.257592596346512, 5855362.027613477781415 ] } }, +{ "type": "Feature", "properties": { "index": "pipe_8_E140_dn", "crsloc_id": "pipe_8_E140_49.96", "crsloc_branchid": "pipe_8_E140", "crsloc_chainage": 49.957523898573697, "crsloc_shift": 1110.0, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_8_E140", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_8_E140_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1393846.866742686368525, 5859166.301538489758968 ] } }, { "type": "Feature", "properties": { "index": "pipe_9_E1045_dn", "crsloc_id": "pipe_9_E1045_49.96", "crsloc_branchid": "pipe_9_E1045", "crsloc_chainage": 49.958489622047672, "crsloc_shift": 965.79998779296875, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1045", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1045_49.96" }, "geometry": { "type": "Point", "coordinates": [ 1388472.030306826578453, 5855370.543775821104646 ] } }, { "type": "Feature", "properties": { "index": "pipe_9_E1046_dn", "crsloc_id": "pipe_9_E1046_49.79", "crsloc_branchid": "pipe_9_E1046", "crsloc_chainage": 49.791542161581049, "crsloc_shift": 965.79998779296875, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1046", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1046_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1388439.000347282737494, 5855407.802592809312046 ] } }, { "type": "Feature", "properties": { "index": "pipe_9_E1047_dn", "crsloc_id": "pipe_9_E1047_47.98", "crsloc_branchid": "pipe_9_E1047", "crsloc_chainage": 47.975632610864444, "crsloc_shift": 962.0, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1047", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1047_47.98" }, "geometry": { "type": "Point", "coordinates": [ 1388400.196091859601438, 5855436.014134516008198 ] } }, @@ -4661,201 +1365,6 @@ { "type": "Feature", "properties": { "index": "pipe_9_E1237_dn", "crsloc_id": "pipe_9_E1237_50.00", "crsloc_branchid": "pipe_9_E1237", "crsloc_chainage": 49.999723211217344, "crsloc_shift": 777.29998779296875, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1237", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1237_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1386076.574770522769541, 5859754.410392354242504 ] } }, { "type": "Feature", "properties": { "index": "pipe_9_E1238_dn", "crsloc_id": "pipe_9_E1238_50.00", "crsloc_branchid": "pipe_9_E1238", "crsloc_chainage": 49.999723211213045, "crsloc_shift": 778.29998779296875, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1238", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1238_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1386077.497510923538357, 5859804.401600294746459 ] } }, { "type": "Feature", "properties": { "index": "pipe_9_E1239_dn", "crsloc_id": "pipe_9_E1239_50.00", "crsloc_branchid": "pipe_9_E1239", "crsloc_chainage": 49.999723211213045, "crsloc_shift": 778.29998779296875, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_9_E1239", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_9_E1239_50.00" }, "geometry": { "type": "Point", "coordinates": [ 1386078.420251324307173, 5859854.392808235250413 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E0_dn", "crsloc_id": "pipe_10_E0_49.80", "crsloc_branchid": "pipe_10_E0", "crsloc_chainage": 49.804942003631901, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E0", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E0_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1377964.043830474372953, 5850605.678959681652486 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E1_dn", "crsloc_id": "pipe_10_E1_49.84", "crsloc_branchid": "pipe_10_E1", "crsloc_chainage": 49.839253440672941, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E1", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E1_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1377977.740502079250291, 5850653.599230658262968 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E2_dn", "crsloc_id": "pipe_10_E2_49.84", "crsloc_branchid": "pipe_10_E2", "crsloc_chainage": 49.839253440672941, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E2", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E2_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1377991.437173684127629, 5850701.51950163487345 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E3_dn", "crsloc_id": "pipe_10_E3_49.84", "crsloc_branchid": "pipe_10_E3", "crsloc_chainage": 49.83925343977748, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E3", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E3_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378005.133845289004967, 5850749.439772610552609 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E4_dn", "crsloc_id": "pipe_10_E4_49.66", "crsloc_branchid": "pipe_10_E4", "crsloc_chainage": 49.663287642578069, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E4", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E4_49.66" }, "geometry": { "type": "Point", "coordinates": [ 1378016.561755846487358, 5850797.770352989435196 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E5_dn", "crsloc_id": "pipe_10_E5_49.75", "crsloc_branchid": "pipe_10_E5", "crsloc_chainage": 49.745410036604198, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E5", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E5_49.75" }, "geometry": { "type": "Point", "coordinates": [ 1378019.263792601646855, 5850847.442325137555599 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E6_dn", "crsloc_id": "pipe_10_E6_49.84", "crsloc_branchid": "pipe_10_E6", "crsloc_chainage": 49.839253440919727, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E6", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E6_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378014.507027470739558, 5850897.054061340168118 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E7_dn", "crsloc_id": "pipe_10_E7_49.84", "crsloc_branchid": "pipe_10_E7", "crsloc_chainage": 49.839253440014879, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E7", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E7_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378009.750262339599431, 5850946.665797541849315 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E8_dn", "crsloc_id": "pipe_10_E8_49.84", "crsloc_branchid": "pipe_10_E8", "crsloc_chainage": 49.839253440941953, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E8", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E8_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378004.993497208459303, 5850996.277533744461834 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E9_dn", "crsloc_id": "pipe_10_E9_49.62", "crsloc_branchid": "pipe_10_E9", "crsloc_chainage": 49.623613584434302, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E9", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E9_49.62" }, "geometry": { "type": "Point", "coordinates": [ 1378006.147392612416297, 5851045.887729778885841 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E10_dn", "crsloc_id": "pipe_10_E10_49.59", "crsloc_branchid": "pipe_10_E10", "crsloc_chainage": 49.586247289326302, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E10", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E10_49.59" }, "geometry": { "type": "Point", "coordinates": [ 1378018.94477281998843, 5851093.794127890840173 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E11_dn", "crsloc_id": "pipe_10_E11_49.84", "crsloc_branchid": "pipe_10_E11", "crsloc_chainage": 49.839253440512607, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E11", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E11_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378034.742186552844942, 5851141.063493264839053 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E12_dn", "crsloc_id": "pipe_10_E12_49.84", "crsloc_branchid": "pipe_10_E12", "crsloc_chainage": 49.839253440586411, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E12", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E12_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378050.539600285934284, 5851188.332858638837934 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E13_dn", "crsloc_id": "pipe_10_E13_49.84", "crsloc_branchid": "pipe_10_E13", "crsloc_chainage": 49.839253440512607, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E13", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E13_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378066.337014018790796, 5851235.602224012836814 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E14_dn", "crsloc_id": "pipe_10_E14_49.84", "crsloc_branchid": "pipe_10_E14", "crsloc_chainage": 49.839253440586411, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E14", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E14_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378082.134427751880139, 5851282.871589386835694 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E15_dn", "crsloc_id": "pipe_10_E15_49.51", "crsloc_branchid": "pipe_10_E15", "crsloc_chainage": 49.513565502779024, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E15", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E15_49.51" }, "geometry": { "type": "Point", "coordinates": [ 1378102.440997955854982, 5851328.029494291171432 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E16_dn", "crsloc_id": "pipe_10_E16_49.78", "crsloc_branchid": "pipe_10_E16", "crsloc_chainage": 49.779424199031631, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E16", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E16_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1378131.532907850109041, 5851368.423204844817519 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E17_dn", "crsloc_id": "pipe_10_E17_49.79", "crsloc_branchid": "pipe_10_E17", "crsloc_chainage": 49.790553358106074, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E17", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E17_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1378163.551308706635609, 5851406.55352362524718 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E18_dn", "crsloc_id": "pipe_10_E18_49.84", "crsloc_branchid": "pipe_10_E18", "crsloc_chainage": 49.839253440398721, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E18", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E18_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378197.397602178622037, 5851443.137394411489367 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E19_dn", "crsloc_id": "pipe_10_E19_49.84", "crsloc_branchid": "pipe_10_E19", "crsloc_chainage": 49.839253440398721, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E19", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E19_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378231.243895650608465, 5851479.721265197731555 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E20_dn", "crsloc_id": "pipe_10_E20_49.34", "crsloc_branchid": "pipe_10_E20", "crsloc_chainage": 49.337530059275487, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E20", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E20_49.34" }, "geometry": { "type": "Point", "coordinates": [ 1378272.575153382262215, 5851506.664149354211986 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E21_dn", "crsloc_id": "pipe_10_E21_49.84", "crsloc_branchid": "pipe_10_E21", "crsloc_chainage": 49.839156526775213, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E21", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E21_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378314.552144457120448, 5851533.53185754828155 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E22_dn", "crsloc_id": "pipe_10_E22_49.81", "crsloc_branchid": "pipe_10_E22", "crsloc_chainage": 49.809181272547427, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E22", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E22_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1378356.252464510733262, 5851560.772229176945984 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E23_dn", "crsloc_id": "pipe_10_E23_49.84", "crsloc_branchid": "pipe_10_E23", "crsloc_chainage": 49.839253440598185, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E23", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E23_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378395.019378199940547, 5851592.094387252815068 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E24_dn", "crsloc_id": "pipe_10_E24_49.79", "crsloc_branchid": "pipe_10_E24", "crsloc_chainage": 49.794178233720395, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E24", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E24_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1378432.373639041557908, 5851625.02035546861589 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E25_dn", "crsloc_id": "pipe_10_E25_49.84", "crsloc_branchid": "pipe_10_E25", "crsloc_chainage": 49.839253440804626, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E25", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E25_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378468.338944068411365, 5851659.523225173354149 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E26_dn", "crsloc_id": "pipe_10_E26_49.84", "crsloc_branchid": "pipe_10_E26", "crsloc_chainage": 49.839253440278739, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E26", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E26_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378504.304185661952943, 5851694.026160999201238 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E27_dn", "crsloc_id": "pipe_10_E27_49.84", "crsloc_branchid": "pipe_10_E27", "crsloc_chainage": 49.839253440278739, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E27", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E27_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378540.26942725549452, 5851728.529096825048327 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E28_dn", "crsloc_id": "pipe_10_E28_49.71", "crsloc_branchid": "pipe_10_E28", "crsloc_chainage": 49.705578559125442, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E28", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E28_49.71" }, "geometry": { "type": "Point", "coordinates": [ 1378573.92365134996362, 5851765.108295018784702 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E29_dn", "crsloc_id": "pipe_10_E29_49.82", "crsloc_branchid": "pipe_10_E29", "crsloc_chainage": 49.816754166423046, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E29", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E29_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1378602.262062362860888, 5851806.079546609893441 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E30_dn", "crsloc_id": "pipe_10_E30_49.81", "crsloc_branchid": "pipe_10_E30", "crsloc_chainage": 49.813451275574295, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E30", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E30_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1378625.31574107054621, 5851850.237307264469564 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E31_dn", "crsloc_id": "pipe_10_E31_49.84", "crsloc_branchid": "pipe_10_E31", "crsloc_chainage": 49.839253439918792, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E31", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E31_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378644.704159873072058, 5851896.150708355940878 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E32_dn", "crsloc_id": "pipe_10_E32_49.78", "crsloc_branchid": "pipe_10_E32", "crsloc_chainage": 49.780127008108394, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E32", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E32_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1378660.073576119961217, 5851943.498803240247071 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E33_dn", "crsloc_id": "pipe_10_E33_49.84", "crsloc_branchid": "pipe_10_E33", "crsloc_chainage": 49.83672303966145, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E33", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E33_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1378671.304306285688654, 5851992.053614158183336 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E34_dn", "crsloc_id": "pipe_10_E34_49.53", "crsloc_branchid": "pipe_10_E34", "crsloc_chainage": 49.529988475221593, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E34", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E34_49.53" }, "geometry": { "type": "Point", "coordinates": [ 1378687.684864958748221, 5852038.796496567316353 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E35_dn", "crsloc_id": "pipe_10_E35_48.92", "crsloc_branchid": "pipe_10_E35", "crsloc_chainage": 48.91773099170257, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E35", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E35_48.92" }, "geometry": { "type": "Point", "coordinates": [ 1378719.825081237126142, 5852075.674008725211024 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E36_dn", "crsloc_id": "pipe_10_E36_49.78", "crsloc_branchid": "pipe_10_E36", "crsloc_chainage": 49.77978205502049, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E36", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E36_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1378760.263340512290597, 5852104.704576894640923 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E37_dn", "crsloc_id": "pipe_10_E37_49.80", "crsloc_branchid": "pipe_10_E37", "crsloc_chainage": 49.798413922141101, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E37", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E37_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1378800.847746820189059, 5852133.562643250450492 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E38_dn", "crsloc_id": "pipe_10_E38_49.16", "crsloc_branchid": "pipe_10_E38", "crsloc_chainage": 49.159415466051449, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E38", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E38_49.16" }, "geometry": { "type": "Point", "coordinates": [ 1378835.579300079029053, 5852168.352977212518454 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E39_dn", "crsloc_id": "pipe_10_E39_49.36", "crsloc_branchid": "pipe_10_E39", "crsloc_chainage": 49.362437429913676, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E39", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E39_49.36" }, "geometry": { "type": "Point", "coordinates": [ 1378849.89005116885528, 5852215.595464787445962 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E40_dn", "crsloc_id": "pipe_10_E40_49.80", "crsloc_branchid": "pipe_10_E40", "crsloc_chainage": 49.802596026882846, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E40", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E40_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1378853.757521151099354, 5852265.247667628340423 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E41_dn", "crsloc_id": "pipe_10_E41_49.82", "crsloc_branchid": "pipe_10_E41", "crsloc_chainage": 49.819637173729625, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E41", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E41_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1378853.300221656216308, 5852315.065205958671868 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E42_dn", "crsloc_id": "pipe_10_E42_49.80", "crsloc_branchid": "pipe_10_E42", "crsloc_chainage": 49.801853375529362, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E42", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E42_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1378850.082632156088948, 5852364.763009908609092 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E43_dn", "crsloc_id": "pipe_10_E43_49.80", "crsloc_branchid": "pipe_10_E43", "crsloc_chainage": 49.802225310147826, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E43", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E43_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1378840.191055496688932, 5852413.573033029213548 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E44_dn", "crsloc_id": "pipe_10_E44_49.75", "crsloc_branchid": "pipe_10_E44", "crsloc_chainage": 49.75148286105577, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E44", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E44_49.75" }, "geometry": { "type": "Point", "coordinates": [ 1378830.554298542905599, 5852462.382283815182745 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E45_dn", "crsloc_id": "pipe_10_E45_49.12", "crsloc_branchid": "pipe_10_E45", "crsloc_chainage": 49.116193473253034, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E45", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E45_49.12" }, "geometry": { "type": "Point", "coordinates": [ 1378841.629253160208464, 5852510.233572633005679 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E46_dn", "crsloc_id": "pipe_10_E46_49.16", "crsloc_branchid": "pipe_10_E46", "crsloc_chainage": 49.156967509538518, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E46", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E46_49.16" }, "geometry": { "type": "Point", "coordinates": [ 1378872.321019289083779, 5852548.631788042373955 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E47_dn", "crsloc_id": "pipe_10_E47_48.62", "crsloc_branchid": "pipe_10_E47", "crsloc_chainage": 48.620446061585099, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E47", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E47_48.62" }, "geometry": { "type": "Point", "coordinates": [ 1378918.147774381795898, 5852564.875441969372332 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E48_dn", "crsloc_id": "pipe_10_E48_49.06", "crsloc_branchid": "pipe_10_E48", "crsloc_chainage": 49.064101749722255, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E48", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E48_49.06" }, "geometry": { "type": "Point", "coordinates": [ 1378963.562774156918749, 5852546.307623682543635 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E49_dn", "crsloc_id": "pipe_10_E49_49.08", "crsloc_branchid": "pipe_10_E49", "crsloc_chainage": 49.080888731005118, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E49", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E49_49.08" }, "geometry": { "type": "Point", "coordinates": [ 1378994.71530888741836, 5852508.380677872337401 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E50_dn", "crsloc_id": "pipe_10_E50_49.66", "crsloc_branchid": "pipe_10_E50", "crsloc_chainage": 49.658370483511533, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E50", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E50_49.66" }, "geometry": { "type": "Point", "coordinates": [ 1379023.220259942347184, 5852467.718391605652869 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E51_dn", "crsloc_id": "pipe_10_E51_49.57", "crsloc_branchid": "pipe_10_E51", "crsloc_chainage": 49.57060198983902, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E51", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E51_49.57" }, "geometry": { "type": "Point", "coordinates": [ 1379065.818878581281751, 5852442.368790589272976 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E52_dn", "crsloc_id": "pipe_10_E52_49.56", "crsloc_branchid": "pipe_10_E52", "crsloc_chainage": 49.559490150987962, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E52", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E52_49.56" }, "geometry": { "type": "Point", "coordinates": [ 1379113.845729396445677, 5852430.139127274043858 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E53_dn", "crsloc_id": "pipe_10_E53_49.84", "crsloc_branchid": "pipe_10_E53", "crsloc_chainage": 49.838091307229988, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E53", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E53_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1379162.858522134367377, 5852421.106879869475961 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E54_dn", "crsloc_id": "pipe_10_E54_49.84", "crsloc_branchid": "pipe_10_E54", "crsloc_chainage": 49.839253440703772, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E54", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E54_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1379211.69163922755979, 5852411.14305236749351 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E55_dn", "crsloc_id": "pipe_10_E55_49.75", "crsloc_branchid": "pipe_10_E55", "crsloc_chainage": 49.751055385397784, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E55", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E55_49.75" }, "geometry": { "type": "Point", "coordinates": [ 1379260.669020747998729, 5852402.403280553407967 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E56_dn", "crsloc_id": "pipe_10_E56_49.63", "crsloc_branchid": "pipe_10_E56", "crsloc_chainage": 49.627647057953567, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E56", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E56_49.63" }, "geometry": { "type": "Point", "coordinates": [ 1379309.984068880323321, 5852407.964699456468225 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E57_dn", "crsloc_id": "pipe_10_E57_49.84", "crsloc_branchid": "pipe_10_E57", "crsloc_chainage": 49.839253440628291, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E57", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E57_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1379358.330232231877744, 5852420.07253463473171 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E58_dn", "crsloc_id": "pipe_10_E58_49.83", "crsloc_branchid": "pipe_10_E58", "crsloc_chainage": 49.827956476111403, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E58", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E58_49.83" }, "geometry": { "type": "Point", "coordinates": [ 1379406.362182840937749, 5852433.329870991408825 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E59_dn", "crsloc_id": "pipe_10_E59_49.84", "crsloc_branchid": "pipe_10_E59", "crsloc_chainage": 49.839253440385683, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E59", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E59_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1379454.145004467805848, 5852447.49860914517194 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E60_dn", "crsloc_id": "pipe_10_E60_49.84", "crsloc_branchid": "pipe_10_E60", "crsloc_chainage": 49.839253440608907, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E60", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E60_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1379501.927826094906777, 5852461.667347298935056 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E61_dn", "crsloc_id": "pipe_10_E61_49.84", "crsloc_branchid": "pipe_10_E61", "crsloc_chainage": 49.839253440385683, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E61", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E61_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1379549.710647721774876, 5852475.836085452698171 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E62_dn", "crsloc_id": "pipe_10_E62_49.84", "crsloc_branchid": "pipe_10_E62", "crsloc_chainage": 49.839253440608907, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E62", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E62_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1379597.493469348875806, 5852490.004823606461287 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E63_dn", "crsloc_id": "pipe_10_E63_49.84", "crsloc_branchid": "pipe_10_E63", "crsloc_chainage": 49.839253440608907, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E63", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E63_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1379645.276290975976735, 5852504.173561760224402 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E64_dn", "crsloc_id": "pipe_10_E64_49.83", "crsloc_branchid": "pipe_10_E64", "crsloc_chainage": 49.831009885390422, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E64", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E64_49.83" }, "geometry": { "type": "Point", "coordinates": [ 1379693.235354875680059, 5852517.70344483666122 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E65_dn", "crsloc_id": "pipe_10_E65_49.84", "crsloc_branchid": "pipe_10_E65", "crsloc_chainage": 49.839253091530644, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E65", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E65_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1379741.521889445837587, 5852530.046934129670262 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E66_dn", "crsloc_id": "pipe_10_E66_49.84", "crsloc_branchid": "pipe_10_E66", "crsloc_chainage": 49.837174512627513, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E66", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E66_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1379789.219813820207492, 5852544.491724670864642 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E67_dn", "crsloc_id": "pipe_10_E67_49.36", "crsloc_branchid": "pipe_10_E67", "crsloc_chainage": 49.357896172635549, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E67", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E67_49.36" }, "geometry": { "type": "Point", "coordinates": [ 1379832.222819915506989, 5852568.71863907109946 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E68_dn", "crsloc_id": "pipe_10_E68_48.82", "crsloc_branchid": "pipe_10_E68", "crsloc_chainage": 48.819974249437223, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E68", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E68_48.82" }, "geometry": { "type": "Point", "coordinates": [ 1379867.821954125305638, 5852602.126595147885382 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E69_dn", "crsloc_id": "pipe_10_E69_49.79", "crsloc_branchid": "pipe_10_E69", "crsloc_chainage": 49.791915314134599, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E69", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E69_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1379892.520935711916536, 5852645.360784619115293 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E70_dn", "crsloc_id": "pipe_10_E70_49.84", "crsloc_branchid": "pipe_10_E70", "crsloc_chainage": 49.839253440751577, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E70", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E70_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1379914.218723637983203, 5852690.229004804976285 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E71_dn", "crsloc_id": "pipe_10_E71_49.84", "crsloc_branchid": "pipe_10_E71", "crsloc_chainage": 49.839253440751577, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E71", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E71_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1379935.91651156404987, 5852735.097224990837276 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E72_dn", "crsloc_id": "pipe_10_E72_49.84", "crsloc_branchid": "pipe_10_E72", "crsloc_chainage": 49.839253439913143, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E72", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E72_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1379957.614299490116537, 5852779.965445175766945 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E73_dn", "crsloc_id": "pipe_10_E73_49.83", "crsloc_branchid": "pipe_10_E73", "crsloc_chainage": 49.830542477302167, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E73", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E73_49.83" }, "geometry": { "type": "Point", "coordinates": [ 1379975.831717354245484, 5852826.346569029614329 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E74_dn", "crsloc_id": "pipe_10_E74_49.24", "crsloc_branchid": "pipe_10_E74", "crsloc_chainage": 49.24317523741891, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E74", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E74_49.24" }, "geometry": { "type": "Point", "coordinates": [ 1380005.293365556048229, 5852865.804161362349987 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E75_dn", "crsloc_id": "pipe_10_E75_49.79", "crsloc_branchid": "pipe_10_E75", "crsloc_chainage": 49.792267105599024, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E75", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E75_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1380044.241542047122493, 5852896.825273714028299 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E76_dn", "crsloc_id": "pipe_10_E76_49.68", "crsloc_branchid": "pipe_10_E76", "crsloc_chainage": 49.675734734589582, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E76", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E76_49.68" }, "geometry": { "type": "Point", "coordinates": [ 1380085.427288028411567, 5852924.599595476873219 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E77_dn", "crsloc_id": "pipe_10_E77_49.76", "crsloc_branchid": "pipe_10_E77", "crsloc_chainage": 49.760698896345524, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E77", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E77_49.76" }, "geometry": { "type": "Point", "coordinates": [ 1380108.752208612859249, 5852968.554973240941763 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E78_dn", "crsloc_id": "pipe_10_E78_49.53", "crsloc_branchid": "pipe_10_E78", "crsloc_chainage": 49.531101598863067, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E78", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E78_49.53" }, "geometry": { "type": "Point", "coordinates": [ 1380128.741546919802204, 5853013.873362219892442 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E79_dn", "crsloc_id": "pipe_10_E79_48.85", "crsloc_branchid": "pipe_10_E79", "crsloc_chainage": 48.847948973304469, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E79", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E79_48.85" }, "geometry": { "type": "Point", "coordinates": [ 1380133.128153018886223, 5853062.523951176553965 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E80_dn", "crsloc_id": "pipe_10_E80_49.72", "crsloc_branchid": "pipe_10_E80", "crsloc_chainage": 49.722819605069631, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E80", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E80_49.72" }, "geometry": { "type": "Point", "coordinates": [ 1380112.447078562807292, 5853107.741778953000903 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E81_dn", "crsloc_id": "pipe_10_E81_48.29", "crsloc_branchid": "pipe_10_E81", "crsloc_chainage": 48.2888779968618, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E81", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E81_48.29" }, "geometry": { "type": "Point", "coordinates": [ 1380115.368989558890462, 5853155.942174950614572 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E82_dn", "crsloc_id": "pipe_10_E82_49.47", "crsloc_branchid": "pipe_10_E82", "crsloc_chainage": 49.471841413780631, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E82", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E82_49.47" }, "geometry": { "type": "Point", "coordinates": [ 1380152.590523180318996, 5853188.530831377953291 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E83_dn", "crsloc_id": "pipe_10_E83_49.83", "crsloc_branchid": "pipe_10_E83", "crsloc_chainage": 49.83144985595068, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E83", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E83_49.83" }, "geometry": { "type": "Point", "coordinates": [ 1380195.891570422798395, 5853213.192394638434052 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E84_dn", "crsloc_id": "pipe_10_E84_48.42", "crsloc_branchid": "pipe_10_E84", "crsloc_chainage": 48.423940118327423, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E84", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E84_48.42" }, "geometry": { "type": "Point", "coordinates": [ 1380243.613572887843475, 5853221.407530505210161 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E85_dn", "crsloc_id": "pipe_10_E85_49.84", "crsloc_branchid": "pipe_10_E85", "crsloc_chainage": 49.839253440644093, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E85", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E85_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1380293.331348949111998, 5853217.929898114874959 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E86_dn", "crsloc_id": "pipe_10_E86_49.53", "crsloc_branchid": "pipe_10_E86", "crsloc_chainage": 49.528143948422304, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E86", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E86_49.53" }, "geometry": { "type": "Point", "coordinates": [ 1380342.81551143550314, 5853220.016691347584128 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E87_dn", "crsloc_id": "pipe_10_E87_49.84", "crsloc_branchid": "pipe_10_E87", "crsloc_chainage": 49.83925344031389, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E87", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E87_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1380391.144631091272458, 5853232.192379286512733 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E88_dn", "crsloc_id": "pipe_10_E88_49.63", "crsloc_branchid": "pipe_10_E88", "crsloc_chainage": 49.631836807541291, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E88", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E88_49.63" }, "geometry": { "type": "Point", "coordinates": [ 1380440.773956023622304, 5853232.69171048887074 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E89_dn", "crsloc_id": "pipe_10_E89_49.70", "crsloc_branchid": "pipe_10_E89", "crsloc_chainage": 49.701880226536403, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E89", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E89_49.70" }, "geometry": { "type": "Point", "coordinates": [ 1380490.203862861031666, 5853227.499292160384357 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E90_dn", "crsloc_id": "pipe_10_E90_49.84", "crsloc_branchid": "pipe_10_E90", "crsloc_chainage": 49.839253440340045, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E90", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E90_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1380539.291443617315963, 5853218.87603297457099 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E91_dn", "crsloc_id": "pipe_10_E91_49.30", "crsloc_branchid": "pipe_10_E91", "crsloc_chainage": 49.301372869397198, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E91", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E91_49.30" }, "geometry": { "type": "Point", "coordinates": [ 1380588.587735437089577, 5853219.583832117728889 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E92_dn", "crsloc_id": "pipe_10_E92_49.72", "crsloc_branchid": "pipe_10_E92", "crsloc_chainage": 49.720431177694195, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E92", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E92_49.72" }, "geometry": { "type": "Point", "coordinates": [ 1380637.607763073639944, 5853227.899971066042781 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E93_dn", "crsloc_id": "pipe_10_E93_49.48", "crsloc_branchid": "pipe_10_E93", "crsloc_chainage": 49.479067795761168, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E93", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E93_49.48" }, "geometry": { "type": "Point", "coordinates": [ 1380683.775758894858882, 5853245.695878230035305 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E94_dn", "crsloc_id": "pipe_10_E94_49.41", "crsloc_branchid": "pipe_10_E94", "crsloc_chainage": 49.406103367254723, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E94", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E94_49.41" }, "geometry": { "type": "Point", "coordinates": [ 1380721.67794436099939, 5853277.387949585914612 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E95_dn", "crsloc_id": "pipe_10_E95_49.81", "crsloc_branchid": "pipe_10_E95", "crsloc_chainage": 49.805368964948038, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E95", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E95_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1380754.05598629382439, 5853315.232859129086137 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E96_dn", "crsloc_id": "pipe_10_E96_49.84", "crsloc_branchid": "pipe_10_E96", "crsloc_chainage": 49.839253441026166, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E96", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E96_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1380776.607954530743882, 5853359.677880359813571 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E97_dn", "crsloc_id": "pipe_10_E97_49.84", "crsloc_branchid": "pipe_10_E97", "crsloc_chainage": 49.839253440300993, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E97", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E97_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1380799.159922767896205, 5853404.122901589609683 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E98_dn", "crsloc_id": "pipe_10_E98_49.84", "crsloc_branchid": "pipe_10_E98", "crsloc_chainage": 49.835645037675604, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E98", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E98_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1380821.77137135178782, 5853448.533642511814833 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E99_dn", "crsloc_id": "pipe_10_E99_49.84", "crsloc_branchid": "pipe_10_E99", "crsloc_chainage": 49.839253440554906, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E99", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E99_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1380848.921945081558079, 5853490.328349469229579 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E100_dn", "crsloc_id": "pipe_10_E100_49.60", "crsloc_branchid": "pipe_10_E100", "crsloc_chainage": 49.601386681432793, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E100", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E100_49.60" }, "geometry": { "type": "Point", "coordinates": [ 1380885.680786442710087, 5853523.63127940800041 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E101_dn", "crsloc_id": "pipe_10_E101_49.84", "crsloc_branchid": "pipe_10_E101", "crsloc_chainage": 49.839253440490474, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E101", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E101_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1380928.410954873776063, 5853549.28442520648241 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E102_dn", "crsloc_id": "pipe_10_E102_49.77", "crsloc_branchid": "pipe_10_E102", "crsloc_chainage": 49.773684550425131, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E102", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E102_49.77" }, "geometry": { "type": "Point", "coordinates": [ 1380969.254860487533733, 5853577.730779066681862 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E103_dn", "crsloc_id": "pipe_10_E103_49.81", "crsloc_branchid": "pipe_10_E103", "crsloc_chainage": 49.814115205423704, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E103", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E103_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1381008.227875939337537, 5853608.755771255120635 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E104_dn", "crsloc_id": "pipe_10_E104_49.84", "crsloc_branchid": "pipe_10_E104", "crsloc_chainage": 49.838520344324593, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E104", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E104_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1381045.894548904383555, 5853641.391638914123178 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E105_dn", "crsloc_id": "pipe_10_E105_49.84", "crsloc_branchid": "pipe_10_E105", "crsloc_chainage": 49.839253440532353, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E105", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E105_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1381082.881982716033235, 5853674.796442813239992 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E106_dn", "crsloc_id": "pipe_10_E106_49.72", "crsloc_branchid": "pipe_10_E106", "crsloc_chainage": 49.720251963535404, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E106", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E106_49.72" }, "geometry": { "type": "Point", "coordinates": [ 1381117.274644620949402, 5853710.70254622772336 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E107_dn", "crsloc_id": "pipe_10_E107_49.82", "crsloc_branchid": "pipe_10_E107", "crsloc_chainage": 49.820393307402355, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E107", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E107_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1381148.415914577664807, 5853749.590756456367671 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E108_dn", "crsloc_id": "pipe_10_E108_49.84", "crsloc_branchid": "pipe_10_E108", "crsloc_chainage": 49.839253440615458, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E108", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E108_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1381178.251517455093563, 5853789.513030746020377 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E109_dn", "crsloc_id": "pipe_10_E109_49.84", "crsloc_branchid": "pipe_10_E109", "crsloc_chainage": 49.839253440476085, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E109", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E109_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1381208.087120332289487, 5853829.435305035673082 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E110_dn", "crsloc_id": "pipe_10_E110_49.84", "crsloc_branchid": "pipe_10_E110", "crsloc_chainage": 49.836725232045417, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E110", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E110_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1381238.24148036702536, 5853869.114187993109226 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E111_dn", "crsloc_id": "pipe_10_E111_49.84", "crsloc_branchid": "pipe_10_E111", "crsloc_chainage": 49.839253440644825, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E111", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E111_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1381268.895247255917639, 5853908.411742103286088 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E112_dn", "crsloc_id": "pipe_10_E112_49.68", "crsloc_branchid": "pipe_10_E112", "crsloc_chainage": 49.682677440721463, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E112", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E112_49.68" }, "geometry": { "type": "Point", "coordinates": [ 1381302.998325266875327, 5853944.541349184699357 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E113_dn", "crsloc_id": "pipe_10_E113_49.82", "crsloc_branchid": "pipe_10_E113", "crsloc_chainage": 49.815766654159397, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E113", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E113_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1381340.626719281775877, 5853977.186633242294192 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E114_dn", "crsloc_id": "pipe_10_E114_49.84", "crsloc_branchid": "pipe_10_E114", "crsloc_chainage": 49.839253440005287, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E114", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E114_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1381379.194799809250981, 5854008.753298379480839 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E115_dn", "crsloc_id": "pipe_10_E115_49.84", "crsloc_branchid": "pipe_10_E115", "crsloc_chainage": 49.839253440595158, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E115", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E115_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1381417.762880336726084, 5854040.319963517598808 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E116_dn", "crsloc_id": "pipe_10_E116_49.84", "crsloc_branchid": "pipe_10_E116", "crsloc_chainage": 49.838283627442848, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E116", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E116_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1381456.19393882364966, 5854072.051781279966235 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E117_dn", "crsloc_id": "pipe_10_E117_49.84", "crsloc_branchid": "pipe_10_E117", "crsloc_chainage": 49.839253440388319, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E117", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E117_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1381494.337362022371963, 5854104.130285767838359 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E118_dn", "crsloc_id": "pipe_10_E118_49.84", "crsloc_branchid": "pipe_10_E118", "crsloc_chainage": 49.839253440388319, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E118", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E118_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1381532.480785221094266, 5854136.208790255710483 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E119_dn", "crsloc_id": "pipe_10_E119_49.82", "crsloc_branchid": "pipe_10_E119", "crsloc_chainage": 49.822757711923252, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E119", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E119_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1381573.306699372595176, 5854164.766659919172525 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E120_dn", "crsloc_id": "pipe_10_E120_49.57", "crsloc_branchid": "pipe_10_E120", "crsloc_chainage": 49.572068312889101, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E120", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E120_49.57" }, "geometry": { "type": "Point", "coordinates": [ 1381615.465750718954951, 5854190.843552878126502 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E121_dn", "crsloc_id": "pipe_10_E121_49.72", "crsloc_branchid": "pipe_10_E121", "crsloc_chainage": 49.724838100548723, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E121", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E121_49.72" }, "geometry": { "type": "Point", "coordinates": [ 1381664.885219750460237, 5854196.345880092121661 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E122_dn", "crsloc_id": "pipe_10_E122_49.71", "crsloc_branchid": "pipe_10_E122", "crsloc_chainage": 49.70835889317663, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E122", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E122_49.71" }, "geometry": { "type": "Point", "coordinates": [ 1381714.31777358520776, 5854201.574987590312958 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E123_dn", "crsloc_id": "pipe_10_E123_49.79", "crsloc_branchid": "pipe_10_E123", "crsloc_chainage": 49.793421489730932, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E123", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E123_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1381760.115590761648491, 5854221.118394804187119 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E124_dn", "crsloc_id": "pipe_10_E124_49.84", "crsloc_branchid": "pipe_10_E124", "crsloc_chainage": 49.839253440446591, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E124", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E124_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1381805.318368759704754, 5854242.11029907129705 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E125_dn", "crsloc_id": "pipe_10_E125_49.84", "crsloc_branchid": "pipe_10_E125", "crsloc_chainage": 49.839253440446591, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E125", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E125_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1381850.521146757761016, 5854263.10220333840698 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E126_dn", "crsloc_id": "pipe_10_E126_49.77", "crsloc_branchid": "pipe_10_E126", "crsloc_chainage": 49.773578454761257, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E126", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E126_49.77" }, "geometry": { "type": "Point", "coordinates": [ 1381893.852783947950229, 5854287.59257554076612 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E127_dn", "crsloc_id": "pipe_10_E127_49.77", "crsloc_branchid": "pipe_10_E127", "crsloc_chainage": 49.768595411596806, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E127", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E127_49.77" }, "geometry": { "type": "Point", "coordinates": [ 1381937.353083801921457, 5854311.771843558177352 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E128_dn", "crsloc_id": "pipe_10_E128_49.84", "crsloc_branchid": "pipe_10_E128", "crsloc_chainage": 49.839253440514618, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E128", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E128_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1381982.513813443947583, 5854332.854056006297469 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E129_dn", "crsloc_id": "pipe_10_E129_49.62", "crsloc_branchid": "pipe_10_E129", "crsloc_chainage": 49.621834540576039, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E129", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E129_49.62" }, "geometry": { "type": "Point", "coordinates": [ 1382024.967402362963185, 5854358.544895834289491 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E130_dn", "crsloc_id": "pipe_10_E130_49.46", "crsloc_branchid": "pipe_10_E130", "crsloc_chainage": 49.461237370133212, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E130", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E130_49.46" }, "geometry": { "type": "Point", "coordinates": [ 1382060.114375894190744, 5854393.345819008536637 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E131_dn", "crsloc_id": "pipe_10_E131_49.84", "crsloc_branchid": "pipe_10_E131", "crsloc_chainage": 49.839253440433048, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E131", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E131_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1382089.728327022632584, 5854433.432787989266217 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E132_dn", "crsloc_id": "pipe_10_E132_49.82", "crsloc_branchid": "pipe_10_E132", "crsloc_chainage": 49.820811601086646, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E132", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E132_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1382122.402648465707898, 5854471.042653541080654 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E133_dn", "crsloc_id": "pipe_10_E133_49.84", "crsloc_branchid": "pipe_10_E133", "crsloc_chainage": 49.839253440844168, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E133", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E133_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1382155.439528673654422, 5854508.359080616384745 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E134_dn", "crsloc_id": "pipe_10_E134_49.77", "crsloc_branchid": "pipe_10_E134", "crsloc_chainage": 49.765940350971384, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E134", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E134_49.77" }, "geometry": { "type": "Point", "coordinates": [ 1382193.393293898319826, 5854540.548528022132814 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E135_dn", "crsloc_id": "pipe_10_E135_49.34", "crsloc_branchid": "pipe_10_E135", "crsloc_chainage": 49.33756062376419, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E135", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E135_49.34" }, "geometry": { "type": "Point", "coordinates": [ 1382237.046636182814837, 5854563.539408729411662 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E136_dn", "crsloc_id": "pipe_10_E136_49.84", "crsloc_branchid": "pipe_10_E136", "crsloc_chainage": 49.839253440665523, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E136", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E136_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1382283.275374909862876, 5854582.163449623622 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E137_dn", "crsloc_id": "pipe_10_E137_49.79", "crsloc_branchid": "pipe_10_E137", "crsloc_chainage": 49.793733925025073, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E137", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E137_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1382324.660211034817621, 5854609.853001391515136 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E138_dn", "crsloc_id": "pipe_10_E138_49.79", "crsloc_branchid": "pipe_10_E138", "crsloc_chainage": 49.794006119615794, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E138", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E138_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1382366.364928541472182, 5854637.058875447139144 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E139_dn", "crsloc_id": "pipe_10_E139_49.84", "crsloc_branchid": "pipe_10_E139", "crsloc_chainage": 49.839253440589445, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E139", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E139_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1382410.356622068211436, 5854660.482839333824813 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E140_dn", "crsloc_id": "pipe_10_E140_49.75", "crsloc_branchid": "pipe_10_E140", "crsloc_chainage": 49.754810309211628, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E140", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E140_49.75" }, "geometry": { "type": "Point", "coordinates": [ 1382452.568788081407547, 5854686.820534551516175 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E141_dn", "crsloc_id": "pipe_10_E141_49.28", "crsloc_branchid": "pipe_10_E141", "crsloc_chainage": 49.279720734080463, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E141", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E141_49.28" }, "geometry": { "type": "Point", "coordinates": [ 1382487.610402625752613, 5854721.469865364022553 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E142_dn", "crsloc_id": "pipe_10_E142_49.84", "crsloc_branchid": "pipe_10_E142", "crsloc_chainage": 49.839253440408889, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E142", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E142_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1382518.192551798420027, 5854760.823179525323212 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E143_dn", "crsloc_id": "pipe_10_E143_49.84", "crsloc_branchid": "pipe_10_E143", "crsloc_chainage": 49.839071303094293, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E143", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E143_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1382548.933843903942034, 5854800.052071786485612 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E144_dn", "crsloc_id": "pipe_10_E144_49.83", "crsloc_branchid": "pipe_10_E144", "crsloc_chainage": 49.833971188335845, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E144", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E144_49.83" }, "geometry": { "type": "Point", "coordinates": [ 1382580.398865518392995, 5854838.696309380233288 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E145_dn", "crsloc_id": "pipe_10_E145_49.84", "crsloc_branchid": "pipe_10_E145", "crsloc_chainage": 49.839253440487823, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E145", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E145_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1382612.348001681966707, 5854876.948157465085387 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E146_dn", "crsloc_id": "pipe_10_E146_49.52", "crsloc_branchid": "pipe_10_E146", "crsloc_chainage": 49.515243135101109, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E146", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E146_49.52" }, "geometry": { "type": "Point", "coordinates": [ 1382648.047503337264061, 5854911.260034188628197 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E147_dn", "crsloc_id": "pipe_10_E147_49.80", "crsloc_branchid": "pipe_10_E147", "crsloc_chainage": 49.797793922280121, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E147", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E147_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1382688.805452986387536, 5854939.871392421424389 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E148_dn", "crsloc_id": "pipe_10_E148_49.81", "crsloc_branchid": "pipe_10_E148", "crsloc_chainage": 49.814279950098104, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E148", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E148_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1382730.39493562025018, 5854967.289952215738595 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E149_dn", "crsloc_id": "pipe_10_E149_49.84", "crsloc_branchid": "pipe_10_E149", "crsloc_chainage": 49.839253440386834, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E149", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E149_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1382770.503957324195653, 5854996.874028362333775 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E150_dn", "crsloc_id": "pipe_10_E150_49.80", "crsloc_branchid": "pipe_10_E150", "crsloc_chainage": 49.796978997285123, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E150", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E150_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1382807.222716302843764, 5855030.511386408470571 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E151_dn", "crsloc_id": "pipe_10_E151_49.63", "crsloc_branchid": "pipe_10_E151", "crsloc_chainage": 49.631494872961461, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E151", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E151_49.63" }, "geometry": { "type": "Point", "coordinates": [ 1382841.118114476790652, 5855066.765865662135184 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E152_dn", "crsloc_id": "pipe_10_E152_49.79", "crsloc_branchid": "pipe_10_E152", "crsloc_chainage": 49.789245702315029, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E152", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E152_49.79" }, "geometry": { "type": "Point", "coordinates": [ 1382868.159781267633662, 5855108.571573941968381 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E153_dn", "crsloc_id": "pipe_10_E153_49.84", "crsloc_branchid": "pipe_10_E153", "crsloc_chainage": 49.839253439772648, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E153", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E153_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1382893.190355742815882, 5855151.669387400150299 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E154_dn", "crsloc_id": "pipe_10_E154_49.55", "crsloc_branchid": "pipe_10_E154", "crsloc_chainage": 49.547572799298578, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E154", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E154_49.55" }, "geometry": { "type": "Point", "coordinates": [ 1382922.434858839493245, 5855191.66589985974133 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E155_dn", "crsloc_id": "pipe_10_E155_49.76", "crsloc_branchid": "pipe_10_E155", "crsloc_chainage": 49.763526099979281, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E155", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E155_49.76" }, "geometry": { "type": "Point", "coordinates": [ 1382957.11378154810518, 5855227.355966400355101 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E156_dn", "crsloc_id": "pipe_10_E156_49.84", "crsloc_branchid": "pipe_10_E156", "crsloc_chainage": 49.839253440139636, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E156", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E156_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1382995.477073384216055, 5855259.171198962256312 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E157_dn", "crsloc_id": "pipe_10_E157_49.84", "crsloc_branchid": "pipe_10_E157", "crsloc_chainage": 49.839253440913367, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E157", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E157_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383033.840365220559761, 5855290.986431525088847 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E158_dn", "crsloc_id": "pipe_10_E158_49.84", "crsloc_branchid": "pipe_10_E158", "crsloc_chainage": 49.839253440318856, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E158", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E158_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383072.203657056903467, 5855322.801664086990058 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E159_dn", "crsloc_id": "pipe_10_E159_49.83", "crsloc_branchid": "pipe_10_E159", "crsloc_chainage": 49.832220800764098, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E159", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E159_49.83" }, "geometry": { "type": "Point", "coordinates": [ 1383111.318843833170831, 5855353.676449809223413 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E160_dn", "crsloc_id": "pipe_10_E160_49.84", "crsloc_branchid": "pipe_10_E160", "crsloc_chainage": 49.839253440167731, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E160", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E160_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383150.797562442487106, 5855384.096541203558445 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E161_dn", "crsloc_id": "pipe_10_E161_49.72", "crsloc_branchid": "pipe_10_E161", "crsloc_chainage": 49.71933278993933, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E161", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E161_49.72" }, "geometry": { "type": "Point", "coordinates": [ 1383188.758420287165791, 5855416.205501398071647 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E162_dn", "crsloc_id": "pipe_10_E162_49.84", "crsloc_branchid": "pipe_10_E162", "crsloc_chainage": 49.839253440373341, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E162", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E162_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383223.204672213643789, 5855452.225036538206041 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E163_dn", "crsloc_id": "pipe_10_E163_49.84", "crsloc_branchid": "pipe_10_E163", "crsloc_chainage": 49.839253440534257, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E163", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E163_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383257.650924140354618, 5855488.244571678340435 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E164_dn", "crsloc_id": "pipe_10_E164_49.77", "crsloc_branchid": "pipe_10_E164", "crsloc_chainage": 49.770844236804756, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E164", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E164_49.77" }, "geometry": { "type": "Point", "coordinates": [ 1383293.053936049342155, 5855523.22690556012094 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E165_dn", "crsloc_id": "pipe_10_E165_49.84", "crsloc_branchid": "pipe_10_E165", "crsloc_chainage": 49.839253440845404, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E165", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E165_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383331.731193384854123, 5855554.659706080332398 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E166_dn", "crsloc_id": "pipe_10_E166_49.84", "crsloc_branchid": "pipe_10_E166", "crsloc_chainage": 49.839253440664713, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E166", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E166_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383370.40845072013326, 5855586.092506600543857 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E167_dn", "crsloc_id": "pipe_10_E167_49.84", "crsloc_branchid": "pipe_10_E167", "crsloc_chainage": 49.839253440077343, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E167", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E167_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383409.085708055412397, 5855617.525307119823992 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E168_dn", "crsloc_id": "pipe_10_E168_49.84", "crsloc_branchid": "pipe_10_E168", "crsloc_chainage": 49.839253440845404, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E168", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E168_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383447.762965390924364, 5855648.95810764003545 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E169_dn", "crsloc_id": "pipe_10_E169_49.84", "crsloc_branchid": "pipe_10_E169", "crsloc_chainage": 49.839253440664713, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E169", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E169_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383486.440222726203501, 5855680.390908160246909 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E170_dn", "crsloc_id": "pipe_10_E170_49.84", "crsloc_branchid": "pipe_10_E170", "crsloc_chainage": 49.838006746313681, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E170", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E170_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383524.623527131741866, 5855712.419991523958743 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E171_dn", "crsloc_id": "pipe_10_E171_49.84", "crsloc_branchid": "pipe_10_E171", "crsloc_chainage": 49.839253440513822, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E171", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E171_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383562.704450064338744, 5855744.5726662511006 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E172_dn", "crsloc_id": "pipe_10_E172_49.63", "crsloc_branchid": "pipe_10_E172", "crsloc_chainage": 49.63340529608687, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E172", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E172_49.63" }, "geometry": { "type": "Point", "coordinates": [ 1383597.212258686078712, 5855780.247392114251852 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E173_dn", "crsloc_id": "pipe_10_E173_49.84", "crsloc_branchid": "pipe_10_E173", "crsloc_chainage": 49.839253439990614, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E173", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E173_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383628.813502295408398, 5855818.787145432084799 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E174_dn", "crsloc_id": "pipe_10_E174_49.83", "crsloc_branchid": "pipe_10_E174", "crsloc_chainage": 49.833183058016701, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E174", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E174_49.83" }, "geometry": { "type": "Point", "coordinates": [ 1383658.46281982306391, 5855858.840411264449358 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E175_dn", "crsloc_id": "pipe_10_E175_49.84", "crsloc_branchid": "pipe_10_E175", "crsloc_chainage": 49.83925344020269, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E175", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E175_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383687.91855206945911, 5855899.043782034888864 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E176_dn", "crsloc_id": "pipe_10_E176_49.75", "crsloc_branchid": "pipe_10_E176", "crsloc_chainage": 49.746871246863257, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E176", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E176_49.75" }, "geometry": { "type": "Point", "coordinates": [ 1383719.843952552881092, 5855937.195059901103377 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E177_dn", "crsloc_id": "pipe_10_E177_49.84", "crsloc_branchid": "pipe_10_E177", "crsloc_chainage": 49.839253440195669, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E177", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E177_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383753.973052974091843, 5855973.515242828987539 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E178_dn", "crsloc_id": "pipe_10_E178_49.33", "crsloc_branchid": "pipe_10_E178", "crsloc_chainage": 49.334482253048868, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E178", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E178_49.33" }, "geometry": { "type": "Point", "coordinates": [ 1383784.708565083099529, 5856012.105648820288479 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E179_dn", "crsloc_id": "pipe_10_E179_49.84", "crsloc_branchid": "pipe_10_E179", "crsloc_chainage": 49.83925344049085, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E179", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E179_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383805.253341133706272, 5856057.513394420966506 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E180_dn", "crsloc_id": "pipe_10_E180_49.26", "crsloc_branchid": "pipe_10_E180", "crsloc_chainage": 49.258346875764069, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E180", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E180_49.26" }, "geometry": { "type": "Point", "coordinates": [ 1383809.284695546375588, 5856106.606499013490975 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E181_dn", "crsloc_id": "pipe_10_E181_49.76", "crsloc_branchid": "pipe_10_E181", "crsloc_chainage": 49.760797861718189, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E181", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E181_49.76" }, "geometry": { "type": "Point", "coordinates": [ 1383808.308143971255049, 5856156.357713580131531 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E182_dn", "crsloc_id": "pipe_10_E182_49.81", "crsloc_branchid": "pipe_10_E182", "crsloc_chainage": 49.809042036568556, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E182", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E182_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1383802.173665165435523, 5856205.787551111541688 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E183_dn", "crsloc_id": "pipe_10_E183_49.84", "crsloc_branchid": "pipe_10_E183", "crsloc_chainage": 49.839253440449511, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E183", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E183_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383790.607962663983926, 5856254.266265091486275 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E184_dn", "crsloc_id": "pipe_10_E184_49.82", "crsloc_branchid": "pipe_10_E184", "crsloc_chainage": 49.823556736345672, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E184", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E184_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1383781.605232208268717, 5856303.269710380584002 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E185_dn", "crsloc_id": "pipe_10_E185_49.56", "crsloc_branchid": "pipe_10_E185", "crsloc_chainage": 49.558366261876422, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E185", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E185_49.56" }, "geometry": { "type": "Point", "coordinates": [ 1383778.118177526863292, 5856352.705245334655046 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E186_dn", "crsloc_id": "pipe_10_E186_48.93", "crsloc_branchid": "pipe_10_E186", "crsloc_chainage": 48.925522887264187, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E186", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E186_48.93" }, "geometry": { "type": "Point", "coordinates": [ 1383792.028723931871355, 5856399.61157207749784 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E187_dn", "crsloc_id": "pipe_10_E187_49.64", "crsloc_branchid": "pipe_10_E187", "crsloc_chainage": 49.635464189913499, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E187", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E187_49.64" }, "geometry": { "type": "Point", "coordinates": [ 1383823.301143363583833, 5856438.156546954065561 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E188_dn", "crsloc_id": "pipe_10_E188_49.76", "crsloc_branchid": "pipe_10_E188", "crsloc_chainage": 49.755925666242796, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E188", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E188_49.76" }, "geometry": { "type": "Point", "coordinates": [ 1383860.742514413781464, 5856470.925371662713587 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E189_dn", "crsloc_id": "pipe_10_E189_49.84", "crsloc_branchid": "pipe_10_E189", "crsloc_chainage": 49.838460209789083, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E189", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E189_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383899.226264014607295, 5856502.593543898314238 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E190_dn", "crsloc_id": "pipe_10_E190_49.78", "crsloc_branchid": "pipe_10_E190", "crsloc_chainage": 49.780120403429791, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E190", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E190_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1383937.576726963976398, 5856534.331571230664849 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E191_dn", "crsloc_id": "pipe_10_E191_49.84", "crsloc_branchid": "pipe_10_E191", "crsloc_chainage": 49.839253440491419, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E191", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E191_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383965.27416465501301, 5856575.765894307754934 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E192_dn", "crsloc_id": "pipe_10_E192_49.84", "crsloc_branchid": "pipe_10_E192", "crsloc_chainage": 49.839253440491419, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E192", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E192_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1383992.971602346049622, 5856617.200217384845018 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E193_dn", "crsloc_id": "pipe_10_E193_49.84", "crsloc_branchid": "pipe_10_E193", "crsloc_chainage": 49.839253440620809, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E193", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E193_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1384020.669040037319064, 5856658.634540461935103 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_10_E194_dn", "crsloc_id": "pipe_10_E194_49.81", "crsloc_branchid": "pipe_10_E194", "crsloc_chainage": 49.814465585928296, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E194", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E194_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1384050.267680946970358, 5856698.702001548372209 ] } }, { "type": "Feature", "properties": { "index": "pipe_10_E195_dn", "crsloc_id": "pipe_10_E195_49.68", "crsloc_branchid": "pipe_10_E195", "crsloc_chainage": 49.677497436584531, "crsloc_shift": 800.4000244140625, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E195", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E195_49.68" }, "geometry": { "type": "Point", "coordinates": [ 1384085.778961833100766, 5856733.441067186184227 ] } }, { "type": "Feature", "properties": { "index": "pipe_10_E196_dn", "crsloc_id": "pipe_10_E196_49.84", "crsloc_branchid": "pipe_10_E196", "crsloc_chainage": 49.839253440337728, "crsloc_shift": 800.4000244140625, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E196", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E196_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1384122.993944165529683, 5856766.592179889790714 ] } }, { "type": "Feature", "properties": { "index": "pipe_10_E197_dn", "crsloc_id": "pipe_10_E197_49.84", "crsloc_branchid": "pipe_10_E197", "crsloc_chainage": 49.835920877301902, "crsloc_shift": 813.79998779296875, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_10_E197", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_10_E197_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1384160.350959801580757, 5856799.578122235834599 ] } }, @@ -5351,41 +1860,7 @@ { "type": "Feature", "properties": { "index": "pipe_42_E4_dn", "crsloc_id": "pipe_42_E4_49.37", "crsloc_branchid": "pipe_42_E4", "crsloc_chainage": 49.369693998730114, "crsloc_shift": 813.60003662109375, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E4", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E4_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1387721.155385869788006, 5866638.365331489592791 ] } }, { "type": "Feature", "properties": { "index": "pipe_42_E5_dn", "crsloc_id": "pipe_42_E5_49.37", "crsloc_branchid": "pipe_42_E5", "crsloc_chainage": 49.369684944733635, "crsloc_shift": 813.60003662109375, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E5", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E5_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1387711.868742506252602, 5866686.853722332976758 ] } }, { "type": "Feature", "properties": { "index": "pipe_42_E6_dn", "crsloc_id": "pipe_42_E6_49.37", "crsloc_branchid": "pipe_42_E6", "crsloc_chainage": 49.369693997392893, "crsloc_shift": 813.60003662109375, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E6", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E6_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1387702.553355348296463, 5866735.336608462966979 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E7_dn", "crsloc_id": "pipe_42_E7_49.19", "crsloc_branchid": "pipe_42_E7", "crsloc_chainage": 49.194071803307814, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E7", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E7_49.19" }, "geometry": { "type": "Point", "coordinates": [ 1387692.161796326050535, 5866783.420620376244187 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E8_dn", "crsloc_id": "pipe_42_E8_49.26", "crsloc_branchid": "pipe_42_E8", "crsloc_chainage": 49.257803765130333, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E8", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E8_49.26" }, "geometry": { "type": "Point", "coordinates": [ 1387665.606522521702573, 5866824.90734915714711 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E9_dn", "crsloc_id": "pipe_42_E9_49.31", "crsloc_branchid": "pipe_42_E9", "crsloc_chainage": 49.313928879141798, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E9", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E9_49.31" }, "geometry": { "type": "Point", "coordinates": [ 1387633.521071630297229, 5866862.355812711641192 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E10_dn", "crsloc_id": "pipe_42_E10_49.37", "crsloc_branchid": "pipe_42_E10", "crsloc_chainage": 49.369693998338406, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E10", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E10_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1387599.638702124124393, 5866898.263356795534492 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E11_dn", "crsloc_id": "pipe_42_E11_49.37", "crsloc_branchid": "pipe_42_E11", "crsloc_chainage": 49.369693998338406, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E11", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E11_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1387565.756332617951557, 5866934.170900879427791 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E12_dn", "crsloc_id": "pipe_42_E12_49.19", "crsloc_branchid": "pipe_42_E12", "crsloc_chainage": 49.185074755454018, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E12", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E12_49.19" }, "geometry": { "type": "Point", "coordinates": [ 1387530.833661955781281, 5866968.805834869854152 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E13_dn", "crsloc_id": "pipe_42_E13_49.37", "crsloc_branchid": "pipe_42_E13", "crsloc_chainage": 49.369693998612945, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E13", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E13_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1387488.905050721950829, 5866994.870336505584419 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E14_dn", "crsloc_id": "pipe_42_E14_49.37", "crsloc_branchid": "pipe_42_E14", "crsloc_chainage": 49.36969399792352, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E14", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E14_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1387446.976439488353208, 5867020.934838140383363 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E15_dn", "crsloc_id": "pipe_42_E15_49.32", "crsloc_branchid": "pipe_42_E15", "crsloc_chainage": 49.323507471372963, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E15", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E15_49.32" }, "geometry": { "type": "Point", "coordinates": [ 1387406.992973743239418, 5867049.816161799244583 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E16_dn", "crsloc_id": "pipe_42_E16_49.33", "crsloc_branchid": "pipe_42_E16", "crsloc_chainage": 49.3335369621756, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E16", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E16_49.33" }, "geometry": { "type": "Point", "coordinates": [ 1387368.671088309027255, 5867080.88432823959738 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E17_dn", "crsloc_id": "pipe_42_E17_49.28", "crsloc_branchid": "pipe_42_E17", "crsloc_chainage": 49.280983612510887, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E17", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E17_49.28" }, "geometry": { "type": "Point", "coordinates": [ 1387334.799265256617218, 5867116.679788132198155 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E18_dn", "crsloc_id": "pipe_42_E18_49.26", "crsloc_branchid": "pipe_42_E18", "crsloc_chainage": 49.264070196296267, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E18", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E18_49.26" }, "geometry": { "type": "Point", "coordinates": [ 1387307.553403656929731, 5867157.723808865994215 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E19_dn", "crsloc_id": "pipe_42_E19_49.37", "crsloc_branchid": "pipe_42_E19", "crsloc_chainage": 49.366790442469913, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E19", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E19_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1387282.996445531724021, 5867200.549453125335276 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E20_dn", "crsloc_id": "pipe_42_E20_49.37", "crsloc_branchid": "pipe_42_E20", "crsloc_chainage": 49.369693998352638, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E20", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E20_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1387258.59821508359164, 5867243.469064452685416 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E21_dn", "crsloc_id": "pipe_42_E21_49.23", "crsloc_branchid": "pipe_42_E21", "crsloc_chainage": 49.226545706934196, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E21", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E21_49.23" }, "geometry": { "type": "Point", "coordinates": [ 1387243.614222536562011, 5867290.359711383469403 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E22_dn", "crsloc_id": "pipe_42_E22_49.37", "crsloc_branchid": "pipe_42_E22", "crsloc_chainage": 49.369693998238823, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E22", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E22_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1387231.826770829968154, 5867338.301578970625997 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E23_dn", "crsloc_id": "pipe_42_E23_49.37", "crsloc_branchid": "pipe_42_E23", "crsloc_chainage": 49.369693998294409, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E23", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E23_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1387220.039319123141468, 5867386.24344655778259 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E24_dn", "crsloc_id": "pipe_42_E24_49.36", "crsloc_branchid": "pipe_42_E24", "crsloc_chainage": 49.363686366485375, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E24", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E24_49.36" }, "geometry": { "type": "Point", "coordinates": [ 1387207.1556057902053, 5867433.896184804849327 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E25_dn", "crsloc_id": "pipe_42_E25_49.37", "crsloc_branchid": "pipe_42_E25", "crsloc_chainage": 49.369693998547902, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E25", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E25_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1387193.766011686064303, 5867481.415501458570361 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E26_dn", "crsloc_id": "pipe_42_E26_49.01", "crsloc_branchid": "pipe_42_E26", "crsloc_chainage": 49.011160536049253, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E26", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E26_49.01" }, "geometry": { "type": "Point", "coordinates": [ 1387175.064319850178435, 5867526.718267153017223 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E27_dn", "crsloc_id": "pipe_42_E27_49.09", "crsloc_branchid": "pipe_42_E27", "crsloc_chainage": 49.092783858690915, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E27", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E27_49.09" }, "geometry": { "type": "Point", "coordinates": [ 1387136.063388707814738, 5867556.534853091463447 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E28_dn", "crsloc_id": "pipe_42_E28_49.37", "crsloc_branchid": "pipe_42_E28", "crsloc_chainage": 49.369693998609797, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E28", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E28_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1387093.861313862726092, 5867582.154212261550128 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E29_dn", "crsloc_id": "pipe_42_E29_49.31", "crsloc_branchid": "pipe_42_E29", "crsloc_chainage": 49.311143204232387, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E29", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E29_49.31" }, "geometry": { "type": "Point", "coordinates": [ 1387052.642617584671825, 5867609.220943154767156 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E30_dn", "crsloc_id": "pipe_42_E30_49.26", "crsloc_branchid": "pipe_42_E30", "crsloc_chainage": 49.26141537171862, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E30", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E30_49.26" }, "geometry": { "type": "Point", "coordinates": [ 1387015.838404431706294, 5867641.964445389807224 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E31_dn", "crsloc_id": "pipe_42_E31_49.37", "crsloc_branchid": "pipe_42_E31", "crsloc_chainage": 49.369693998234276, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E31", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E31_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1386980.829206744208932, 5867676.774253817275167 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E32_dn", "crsloc_id": "pipe_42_E32_49.36", "crsloc_branchid": "pipe_42_E32", "crsloc_chainage": 49.362869104965327, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E32", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E32_49.36" }, "geometry": { "type": "Point", "coordinates": [ 1386945.994973083259538, 5867711.749516668729484 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E33_dn", "crsloc_id": "pipe_42_E33_49.28", "crsloc_branchid": "pipe_42_E33", "crsloc_chainage": 49.279694365602339, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E33", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E33_49.28" }, "geometry": { "type": "Point", "coordinates": [ 1386914.592990256147459, 5867749.728507588617504 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E34_dn", "crsloc_id": "pipe_42_E34_49.37", "crsloc_branchid": "pipe_42_E34", "crsloc_chainage": 49.369693998577745, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E34", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E34_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1386887.16443330841139, 5867790.777757877483964 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E35_dn", "crsloc_id": "pipe_42_E35_49.37", "crsloc_branchid": "pipe_42_E35", "crsloc_chainage": 49.369693997932735, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E35", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E35_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1386859.735876360442489, 5867831.827008165419102 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E36_dn", "crsloc_id": "pipe_42_E36_49.37", "crsloc_branchid": "pipe_42_E36", "crsloc_chainage": 49.369693998707106, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E36", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E36_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1386832.307319412473589, 5867872.876258454285562 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E37_dn", "crsloc_id": "pipe_42_E37_49.37", "crsloc_branchid": "pipe_42_E37", "crsloc_chainage": 49.369693997932735, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E37", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E37_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1386804.878762464504689, 5867913.9255087422207 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E38_dn", "crsloc_id": "pipe_42_E38_49.37", "crsloc_branchid": "pipe_42_E38", "crsloc_chainage": 49.369693998707106, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E38", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E38_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1386777.450205516535789, 5867954.97475903108716 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E39_dn", "crsloc_id": "pipe_42_E39_49.37", "crsloc_branchid": "pipe_42_E39", "crsloc_chainage": 49.369693997932735, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E39", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E39_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1386750.021648568566889, 5867996.024009319022298 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E40_dn", "crsloc_id": "pipe_42_E40_49.32", "crsloc_branchid": "pipe_42_E40", "crsloc_chainage": 49.315836386031279, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E40", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E40_49.32" }, "geometry": { "type": "Point", "coordinates": [ 1386723.537174304481596, 5868037.624782646074891 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_42_E41_dn", "crsloc_id": "pipe_42_E41_49.37", "crsloc_branchid": "pipe_42_E41", "crsloc_chainage": 49.369693998238056, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E41", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E41_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1386701.250019326340407, 5868081.677585150115192 ] } }, +{ "type": "Feature", "properties": { "index": "pipe_42_E7_dn", "crsloc_id": "pipe_42_E7_49.19", "crsloc_branchid": "pipe_42_E7", "crsloc_chainage": 49.194071803307814, "crsloc_shift": 799.9000244140625, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_42_E7", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_42_E7_49.19" }, "geometry": { "type": "Point", "coordinates": [ 1387692.161796326050535, 5866783.420620376244187 ] } }, { "type": "Feature", "properties": { "index": "pipe_43_E0_dn", "crsloc_id": "pipe_43_E0_47.99", "crsloc_branchid": "pipe_43_E0", "crsloc_chainage": 47.989761745517512, "crsloc_shift": 803.70001220703125, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_43_E0", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_43_E0_47.99" }, "geometry": { "type": "Point", "coordinates": [ 1387788.486613497138023, 5866352.766951287165284 ] } }, { "type": "Feature", "properties": { "index": "pipe_43_E1_dn", "crsloc_id": "pipe_43_E1_47.99", "crsloc_branchid": "pipe_43_E1", "crsloc_chainage": 47.989761746456594, "crsloc_shift": 828.4000244140625, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_43_E1", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_43_E1_47.99" }, "geometry": { "type": "Point", "coordinates": [ 1387767.438602478476241, 5866395.894650792703032 ] } }, { "type": "Feature", "properties": { "index": "pipe_44_E0_dn", "crsloc_id": "pipe_44_E0_44.85", "crsloc_branchid": "pipe_44_E0", "crsloc_chainage": 44.847163563012323, "crsloc_shift": 837.60003662109375, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_44_E0", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_44_E0_44.85" }, "geometry": { "type": "Point", "coordinates": [ 1387774.73306847945787, 5866351.644692087545991 ] } }, @@ -5412,133 +1887,8 @@ { "type": "Feature", "properties": { "index": "pipe_47_E4_dn", "crsloc_id": "pipe_47_E4_42.63", "crsloc_branchid": "pipe_47_E4", "crsloc_chainage": 42.631972853567831, "crsloc_shift": 814.20001220703125, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_47_E4", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_47_E4_42.63" }, "geometry": { "type": "Point", "coordinates": [ 1387940.047370131826028, 5866057.463170127011836 ] } }, { "type": "Feature", "properties": { "index": "pipe_47_E5_dn", "crsloc_id": "pipe_47_E5_42.44", "crsloc_branchid": "pipe_47_E5", "crsloc_chainage": 42.439521125920514, "crsloc_shift": 801.4000244140625, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_47_E5", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_47_E5_42.44" }, "geometry": { "type": "Point", "coordinates": [ 1387932.086585889104754, 5866099.149365295656025 ] } }, { "type": "Feature", "properties": { "index": "pipe_48_E0_dn", "crsloc_id": "pipe_48_E0_43.98", "crsloc_branchid": "pipe_48_E0", "crsloc_chainage": 43.979185028894648, "crsloc_shift": 783.79998779296875, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_48_E0", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_48_E0_43.98" }, "geometry": { "type": "Point", "coordinates": [ 1387975.279995472636074, 5866107.425722245126963 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E0_dn", "crsloc_id": "pipe_49_E0_49.86", "crsloc_branchid": "pipe_49_E0", "crsloc_chainage": 49.861698183288425, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E0", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E0_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396931.001512570073828, 5869698.901241529732943 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E1_dn", "crsloc_id": "pipe_49_E1_49.85", "crsloc_branchid": "pipe_49_E1", "crsloc_chainage": 49.848387701371941, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E1", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E1_49.85" }, "geometry": { "type": "Point", "coordinates": [ 1396952.437394135864452, 5869653.897189068607986 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E2_dn", "crsloc_id": "pipe_49_E2_49.39", "crsloc_branchid": "pipe_49_E2", "crsloc_chainage": 49.391521821714498, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E2", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E2_49.39" }, "geometry": { "type": "Point", "coordinates": [ 1396961.924284938722849, 5869605.425327842123806 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E3_dn", "crsloc_id": "pipe_49_E3_49.70", "crsloc_branchid": "pipe_49_E3", "crsloc_chainage": 49.701826957109091, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E3", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E3_49.70" }, "geometry": { "type": "Point", "coordinates": [ 1396956.300025957403705, 5869556.04274676553905 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E4_dn", "crsloc_id": "pipe_49_E4_49.35", "crsloc_branchid": "pipe_49_E4", "crsloc_chainage": 49.350363449799914, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E4", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E4_49.35" }, "geometry": { "type": "Point", "coordinates": [ 1396930.699111388763413, 5869513.852089673280716 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E5_dn", "crsloc_id": "pipe_49_E5_49.86", "crsloc_branchid": "pipe_49_E5", "crsloc_chainage": 49.861698183173374, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E5", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E5_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396901.464610780123621, 5869473.459851311519742 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E6_dn", "crsloc_id": "pipe_49_E6_49.86", "crsloc_branchid": "pipe_49_E6", "crsloc_chainage": 49.861698183309883, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E6", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E6_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396872.230110171250999, 5869433.067612949758768 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E7_dn", "crsloc_id": "pipe_49_E7_49.86", "crsloc_branchid": "pipe_49_E7", "crsloc_chainage": 49.861698184064338, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E7", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E7_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396842.995609562378377, 5869392.675374587066472 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E8_dn", "crsloc_id": "pipe_49_E8_49.82", "crsloc_branchid": "pipe_49_E8", "crsloc_chainage": 49.821553931636323, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E8", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E8_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1396808.125623756088316, 5869357.090668236836791 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E9_dn", "crsloc_id": "pipe_49_E9_49.74", "crsloc_branchid": "pipe_49_E9", "crsloc_chainage": 49.737810280465581, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E9", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E9_49.74" }, "geometry": { "type": "Point", "coordinates": [ 1396771.60479090642184, 5869323.325619155541062 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E10_dn", "crsloc_id": "pipe_49_E10_49.86", "crsloc_branchid": "pipe_49_E10", "crsloc_chainage": 49.861698183730574, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E10", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E10_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396729.11015088763088, 5869297.241246143355966 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E11_dn", "crsloc_id": "pipe_49_E11_49.86", "crsloc_branchid": "pipe_49_E11", "crsloc_chainage": 49.861698183441789, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E11", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E11_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396686.615510868607089, 5869271.156873132102191 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E12_dn", "crsloc_id": "pipe_49_E12_49.86", "crsloc_branchid": "pipe_49_E12", "crsloc_chainage": 49.861698183730574, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E12", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E12_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396644.120870849816129, 5869245.072500119917095 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E13_dn", "crsloc_id": "pipe_49_E13_49.86", "crsloc_branchid": "pipe_49_E13", "crsloc_chainage": 49.861698183243362, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E13", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E13_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396601.626230831025168, 5869218.988127108663321 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E14_dn", "crsloc_id": "pipe_49_E14_49.83", "crsloc_branchid": "pipe_49_E14", "crsloc_chainage": 49.831414711083113, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E14", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E14_49.83" }, "geometry": { "type": "Point", "coordinates": [ 1396557.898404459701851, 5869195.091535449028015 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E15_dn", "crsloc_id": "pipe_49_E15_49.86", "crsloc_branchid": "pipe_49_E15", "crsloc_chainage": 49.856586634681349, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E15", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E15_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396513.373000270221382, 5869172.660137529484928 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E16_dn", "crsloc_id": "pipe_49_E16_49.58", "crsloc_branchid": "pipe_49_E16", "crsloc_chainage": 49.57759529334426, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E16", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E16_49.58" }, "geometry": { "type": "Point", "coordinates": [ 1396467.087116056121886, 5869154.896273152902722 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E17_dn", "crsloc_id": "pipe_49_E17_49.73", "crsloc_branchid": "pipe_49_E17", "crsloc_chainage": 49.733083373090146, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E17", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E17_49.73" }, "geometry": { "type": "Point", "coordinates": [ 1396417.387180331395939, 5869156.711754012852907 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E18_dn", "crsloc_id": "pipe_49_E18_49.86", "crsloc_branchid": "pipe_49_E18", "crsloc_chainage": 49.86169818346918, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E18", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E18_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396367.689416214823723, 5869160.751702967099845 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E19_dn", "crsloc_id": "pipe_49_E19_49.86", "crsloc_branchid": "pipe_49_E19", "crsloc_chainage": 49.86169818377671, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E19", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E19_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396317.991652098018676, 5869164.791651922278106 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E20_dn", "crsloc_id": "pipe_49_E20_49.86", "crsloc_branchid": "pipe_49_E20", "crsloc_chainage": 49.861698183544647, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E20", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E20_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396268.29388798144646, 5869168.831600877456367 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E21_dn", "crsloc_id": "pipe_49_E21_49.86", "crsloc_branchid": "pipe_49_E21", "crsloc_chainage": 49.86169818346918, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E21", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E21_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396218.596123864874244, 5869172.871549831703305 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E22_dn", "crsloc_id": "pipe_49_E22_49.86", "crsloc_branchid": "pipe_49_E22", "crsloc_chainage": 49.861698183544647, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E22", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E22_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396168.898359748302028, 5869176.911498786881566 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E23_dn", "crsloc_id": "pipe_49_E23_49.86", "crsloc_branchid": "pipe_49_E23", "crsloc_chainage": 49.861698183701243, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E23", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E23_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396119.200595631496981, 5869180.951447741128504 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E24_dn", "crsloc_id": "pipe_49_E24_49.59", "crsloc_branchid": "pipe_49_E24", "crsloc_chainage": 49.586797475265683, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E24", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E24_49.59" }, "geometry": { "type": "Point", "coordinates": [ 1396074.361621838063002, 5869202.124943272210658 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E25_dn", "crsloc_id": "pipe_49_E25_49.86", "crsloc_branchid": "pipe_49_E25", "crsloc_chainage": 49.861698183709393, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E25", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E25_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1396035.199847624171525, 5869232.988261081278324 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E26_dn", "crsloc_id": "pipe_49_E26_49.86", "crsloc_branchid": "pipe_49_E26", "crsloc_chainage": 49.855357742854238, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E26", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E26_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1395998.558018732117489, 5869266.795554245822132 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E27_dn", "crsloc_id": "pipe_49_E27_49.86", "crsloc_branchid": "pipe_49_E27", "crsloc_chainage": 49.861698183127054, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E27", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E27_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1395962.022284490056336, 5869300.726794557645917 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E28_dn", "crsloc_id": "pipe_49_E28_49.86", "crsloc_branchid": "pipe_49_E28", "crsloc_chainage": 49.861698183590214, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E28", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E28_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1395925.486550248228014, 5869334.658034870401025 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E29_dn", "crsloc_id": "pipe_49_E29_49.86", "crsloc_branchid": "pipe_49_E29", "crsloc_chainage": 49.861698183590214, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E29", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E29_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1395888.950816006399691, 5869368.589275183156133 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E30_dn", "crsloc_id": "pipe_49_E30_49.84", "crsloc_branchid": "pipe_49_E30", "crsloc_chainage": 49.83591802478503, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E30", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E30_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1395852.198703716741875, 5869402.247869444079697 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E31_dn", "crsloc_id": "pipe_49_E31_48.80", "crsloc_branchid": "pipe_49_E31", "crsloc_chainage": 48.798223537663524, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E31", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E31_48.80" }, "geometry": { "type": "Point", "coordinates": [ 1395807.439734570682049, 5869421.687553119845688 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E32_dn", "crsloc_id": "pipe_49_E32_49.80", "crsloc_branchid": "pipe_49_E32", "crsloc_chainage": 49.800532962819446, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E32", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E32_49.80" }, "geometry": { "type": "Point", "coordinates": [ 1395757.76829999522306, 5869425.271080794744194 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E33_dn", "crsloc_id": "pipe_49_E33_49.86", "crsloc_branchid": "pipe_49_E33", "crsloc_chainage": 49.861698183543538, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E33", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E33_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1395707.965332398191094, 5869427.690453497692943 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E34_dn", "crsloc_id": "pipe_49_E34_49.60", "crsloc_branchid": "pipe_49_E34", "crsloc_chainage": 49.595712385635132, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E34", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E34_49.60" }, "geometry": { "type": "Point", "coordinates": [ 1395659.043270194903016, 5869419.543888772837818 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E35_dn", "crsloc_id": "pipe_49_E35_49.84", "crsloc_branchid": "pipe_49_E35", "crsloc_chainage": 49.843623656934447, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E35", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E35_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1395612.217504026833922, 5869402.463653352111578 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E36_dn", "crsloc_id": "pipe_49_E36_49.86", "crsloc_branchid": "pipe_49_E36", "crsloc_chainage": 49.861698183533875, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E36", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E36_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1395565.46716068405658, 5869385.125996558927 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E37_dn", "crsloc_id": "pipe_49_E37_49.86", "crsloc_branchid": "pipe_49_E37", "crsloc_chainage": 49.861698183533875, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E37", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E37_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1395518.716817341279238, 5869367.788339765742421 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E38_dn", "crsloc_id": "pipe_49_E38_49.86", "crsloc_branchid": "pipe_49_E38", "crsloc_chainage": 49.861698183533875, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E38", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E38_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1395471.966473998501897, 5869350.450682972557843 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E39_dn", "crsloc_id": "pipe_49_E39_49.86", "crsloc_branchid": "pipe_49_E39", "crsloc_chainage": 49.861698183857705, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E39", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E39_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1395425.216130655724555, 5869333.113026178441942 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E40_dn", "crsloc_id": "pipe_49_E40_49.86", "crsloc_branchid": "pipe_49_E40", "crsloc_chainage": 49.856152873884398, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E40", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E40_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1395378.687391854356974, 5869315.204579988494515 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E41_dn", "crsloc_id": "pipe_49_E41_49.86", "crsloc_branchid": "pipe_49_E41", "crsloc_chainage": 49.861698183768006, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E41", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E41_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1395332.485505212796852, 5869296.454256883822381 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E42_dn", "crsloc_id": "pipe_49_E42_49.81", "crsloc_branchid": "pipe_49_E42", "crsloc_chainage": 49.81271075742621, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E42", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E42_49.81" }, "geometry": { "type": "Point", "coordinates": [ 1395287.001163898268715, 5869276.144632362760603 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E43_dn", "crsloc_id": "pipe_49_E43_49.86", "crsloc_branchid": "pipe_49_E43", "crsloc_chainage": 49.861698183716761, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E43", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E43_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1395242.705986745655537, 5869253.250829122960567 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E44_dn", "crsloc_id": "pipe_49_E44_48.87", "crsloc_branchid": "pipe_49_E44", "crsloc_chainage": 48.869991378816472, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E44", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E44_48.87" }, "geometry": { "type": "Point", "coordinates": [ 1395210.583317779935896, 5869216.421354569494724 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E45_dn", "crsloc_id": "pipe_49_E45_49.83", "crsloc_branchid": "pipe_49_E45", "crsloc_chainage": 49.826234982277306, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E45", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E45_49.83" }, "geometry": { "type": "Point", "coordinates": [ 1395193.830984261119738, 5869169.495743074454367 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E46_dn", "crsloc_id": "pipe_49_E46_49.86", "crsloc_branchid": "pipe_49_E46", "crsloc_chainage": 49.861698183885608, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E46", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E46_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1395177.827800207771361, 5869122.271945620886981 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E47_dn", "crsloc_id": "pipe_49_E47_48.12", "crsloc_branchid": "pipe_49_E47", "crsloc_chainage": 48.119632673901386, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E47", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E47_48.12" }, "geometry": { "type": "Point", "coordinates": [ 1395155.643526731757447, 5869079.571160393767059 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E48_dn", "crsloc_id": "pipe_49_E48_48.78", "crsloc_branchid": "pipe_49_E48", "crsloc_chainage": 48.7826199319802, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E48", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E48_48.78" }, "geometry": { "type": "Point", "coordinates": [ 1395110.79815290751867, 5869060.371252737939358 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E49_dn", "crsloc_id": "pipe_49_E49_49.72", "crsloc_branchid": "pipe_49_E49", "crsloc_chainage": 49.719056612230119, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E49", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E49_49.72" }, "geometry": { "type": "Point", "coordinates": [ 1395061.09774633590132, 5869059.009571047499776 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E50_dn", "crsloc_id": "pipe_49_E50_49.10", "crsloc_branchid": "pipe_49_E50", "crsloc_chainage": 49.09915040271774, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E50", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E50_49.10" }, "geometry": { "type": "Point", "coordinates": [ 1395018.388957693940029, 5869034.78797029517591 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E51_dn", "crsloc_id": "pipe_49_E51_49.86", "crsloc_branchid": "pipe_49_E51", "crsloc_chainage": 49.861698183349255, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E51", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E51_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394978.546954535646364, 5869004.807914757169783 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E52_dn", "crsloc_id": "pipe_49_E52_49.86", "crsloc_branchid": "pipe_49_E52", "crsloc_chainage": 49.861698183909219, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E52", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E52_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394938.7049513773527, 5868974.827859218232334 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E53_dn", "crsloc_id": "pipe_49_E53_49.86", "crsloc_branchid": "pipe_49_E53", "crsloc_chainage": 49.861698183349255, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E53", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E53_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394898.862948219059035, 5868944.847803680226207 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E54_dn", "crsloc_id": "pipe_49_E54_48.50", "crsloc_branchid": "pipe_49_E54", "crsloc_chainage": 48.500013703606115, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E54", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E54_48.50" }, "geometry": { "type": "Point", "coordinates": [ 1394866.007140989648178, 5868909.172220145352185 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E55_dn", "crsloc_id": "pipe_49_E55_49.01", "crsloc_branchid": "pipe_49_E55", "crsloc_chainage": 49.012560412119832, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E55", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E55_49.01" }, "geometry": { "type": "Point", "coordinates": [ 1394865.188218769617379, 5868860.166501657105982 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E56_dn", "crsloc_id": "pipe_49_E56_47.47", "crsloc_branchid": "pipe_49_E56", "crsloc_chainage": 47.466394724634824, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E56", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E56_47.47" }, "geometry": { "type": "Point", "coordinates": [ 1394851.210898632416502, 5868814.804698893800378 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E57_dn", "crsloc_id": "pipe_49_E57_49.86", "crsloc_branchid": "pipe_49_E57", "crsloc_chainage": 49.861698183409707, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E57", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E57_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394814.57134416163899, 5868780.985591958276927 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E58_dn", "crsloc_id": "pipe_49_E58_48.68", "crsloc_branchid": "pipe_49_E58", "crsloc_chainage": 48.680047876235598, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E58", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E58_48.68" }, "geometry": { "type": "Point", "coordinates": [ 1394783.142760716611519, 5868743.81044967379421 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E59_dn", "crsloc_id": "pipe_49_E59_49.58", "crsloc_branchid": "pipe_49_E59", "crsloc_chainage": 49.582616683621225, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E59", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E59_49.58" }, "geometry": { "type": "Point", "coordinates": [ 1394777.096276167081669, 5868694.597891299054027 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E60_dn", "crsloc_id": "pipe_49_E60_49.86", "crsloc_branchid": "pipe_49_E60", "crsloc_chainage": 49.861698183557024, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E60", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E60_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394773.838866250822321, 5868644.842708389274776 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E61_dn", "crsloc_id": "pipe_49_E61_48.97", "crsloc_branchid": "pipe_49_E61", "crsloc_chainage": 48.974538334240926, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E61", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E61_48.97" }, "geometry": { "type": "Point", "coordinates": [ 1394784.297478953143582, 5868596.997929934412241 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E62_dn", "crsloc_id": "pipe_49_E62_49.86", "crsloc_branchid": "pipe_49_E62", "crsloc_chainage": 49.861698183564798, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E62", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E62_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394803.796106442809105, 5868551.10683633480221 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E63_dn", "crsloc_id": "pipe_49_E63_49.86", "crsloc_branchid": "pipe_49_E63", "crsloc_chainage": 49.861698183655847, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E63", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E63_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394823.294733932707459, 5868505.21574273519218 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E64_dn", "crsloc_id": "pipe_49_E64_49.68", "crsloc_branchid": "pipe_49_E64", "crsloc_chainage": 49.680210235324488, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E64", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E64_49.68" }, "geometry": { "type": "Point", "coordinates": [ 1394837.756601032335311, 5868457.68703889194876 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E65_dn", "crsloc_id": "pipe_49_E65_49.86", "crsloc_branchid": "pipe_49_E65", "crsloc_chainage": 49.861698183339264, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E65", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E65_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394848.974616430234164, 5868409.103656174615026 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E66_dn", "crsloc_id": "pipe_49_E66_49.33", "crsloc_branchid": "pipe_49_E66", "crsloc_chainage": 49.334720104421748, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E66", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E66_49.33" }, "geometry": { "type": "Point", "coordinates": [ 1394851.974718380952254, 5868359.860240411013365 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E67_dn", "crsloc_id": "pipe_49_E67_49.75", "crsloc_branchid": "pipe_49_E67", "crsloc_chainage": 49.752194166229152, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E67", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E67_49.75" }, "geometry": { "type": "Point", "coordinates": [ 1394846.573623906588182, 5868310.402086352929473 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E68_dn", "crsloc_id": "pipe_49_E68_49.86", "crsloc_branchid": "pipe_49_E68", "crsloc_chainage": 49.861698183644457, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E68", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E68_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394836.032171645434573, 5868261.667429998517036 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E69_dn", "crsloc_id": "pipe_49_E69_49.86", "crsloc_branchid": "pipe_49_E69", "crsloc_chainage": 49.861698183644457, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E69", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E69_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394825.490719384280965, 5868212.9327736441046 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E70_dn", "crsloc_id": "pipe_49_E70_49.86", "crsloc_branchid": "pipe_49_E70", "crsloc_chainage": 49.861698183644457, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E70", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E70_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394814.949267123127356, 5868164.198117289692163 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E71_dn", "crsloc_id": "pipe_49_E71_49.65", "crsloc_branchid": "pipe_49_E71", "crsloc_chainage": 49.648576260687889, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E71", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E71_49.65" }, "geometry": { "type": "Point", "coordinates": [ 1394796.999077728250995, 5868117.908033844083548 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E72_dn", "crsloc_id": "pipe_49_E72_49.86", "crsloc_branchid": "pipe_49_E72", "crsloc_chainage": 49.861698183772546, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E72", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E72_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394776.467399163171649, 5868072.469733688049018 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E73_dn", "crsloc_id": "pipe_49_E73_49.86", "crsloc_branchid": "pipe_49_E73", "crsloc_chainage": 49.861698182923845, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E73", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E73_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394755.935720598092303, 5868027.031433532945812 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E74_dn", "crsloc_id": "pipe_49_E74_49.53", "crsloc_branchid": "pipe_49_E74", "crsloc_chainage": 49.526109877979444, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E74", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E74_49.53" }, "geometry": { "type": "Point", "coordinates": [ 1394740.519507831195369, 5867979.965777863748372 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E75_dn", "crsloc_id": "pipe_49_E75_49.86", "crsloc_branchid": "pipe_49_E75", "crsloc_chainage": 49.861698183113759, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E75", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E75_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394731.024188673356548, 5867931.016540282405913 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E76_dn", "crsloc_id": "pipe_49_E76_49.70", "crsloc_branchid": "pipe_49_E76", "crsloc_chainage": 49.704600985055244, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E76", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E76_49.70" }, "geometry": { "type": "Point", "coordinates": [ 1394719.285063765244558, 5867882.718089940026402 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E77_dn", "crsloc_id": "pipe_49_E77_49.86", "crsloc_branchid": "pipe_49_E77", "crsloc_chainage": 49.861698183667933, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E77", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E77_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394701.115841469261795, 5867836.284607334062457 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E78_dn", "crsloc_id": "pipe_49_E78_49.86", "crsloc_branchid": "pipe_49_E78", "crsloc_chainage": 49.861698182800637, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E78", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E78_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394682.946619173279032, 5867789.851124729029834 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E79_dn", "crsloc_id": "pipe_49_E79_49.62", "crsloc_branchid": "pipe_49_E79", "crsloc_chainage": 49.621063890447786, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E79", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E79_49.62" }, "geometry": { "type": "Point", "coordinates": [ 1394667.689998690504581, 5867742.633696664124727 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E80_dn", "crsloc_id": "pipe_49_E80_49.86", "crsloc_branchid": "pipe_49_E80", "crsloc_chainage": 49.861698183923451, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E80", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E80_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394660.09726603073068, 5867693.353484037332237 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E81_dn", "crsloc_id": "pipe_49_E81_49.82", "crsloc_branchid": "pipe_49_E81", "crsloc_chainage": 49.81972686860253, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E81", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E81_49.82" }, "geometry": { "type": "Point", "coordinates": [ 1394654.328329593641683, 5867643.868894944898784 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E82_dn", "crsloc_id": "pipe_49_E82_49.86", "crsloc_branchid": "pipe_49_E82", "crsloc_chainage": 49.861698183280176, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E82", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E82_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394650.824927933514118, 5867594.130427713505924 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E83_dn", "crsloc_id": "pipe_49_E83_49.78", "crsloc_branchid": "pipe_49_E83", "crsloc_chainage": 49.780003351364222, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E83", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E83_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1394651.388802720233798, 5867544.35361806396395 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E84_dn", "crsloc_id": "pipe_49_E84_49.63", "crsloc_branchid": "pipe_49_E84", "crsloc_chainage": 49.631496735366966, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E84", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E84_49.63" }, "geometry": { "type": "Point", "coordinates": [ 1394662.743551589781418, 5867496.03845329862088 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E85_dn", "crsloc_id": "pipe_49_E85_49.37", "crsloc_branchid": "pipe_49_E85", "crsloc_chainage": 49.366930275103307, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E85", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E85_49.37" }, "geometry": { "type": "Point", "coordinates": [ 1394670.132179970387369, 5867447.227573615498841 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E86_dn", "crsloc_id": "pipe_49_E86_47.53", "crsloc_branchid": "pipe_49_E86", "crsloc_chainage": 47.531080881588814, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E86", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E86_47.53" }, "geometry": { "type": "Point", "coordinates": [ 1394650.258600463392213, 5867404.05067600402981 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E87_dn", "crsloc_id": "pipe_49_E87_49.86", "crsloc_branchid": "pipe_49_E87", "crsloc_chainage": 49.861698183500806, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E87", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E87_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394603.801243336405605, 5867385.942586250603199 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E88_dn", "crsloc_id": "pipe_49_E88_49.05", "crsloc_branchid": "pipe_49_E88", "crsloc_chainage": 49.047398597897953, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E88", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E88_49.05" }, "geometry": { "type": "Point", "coordinates": [ 1394568.131737232673913, 5867352.277565182186663 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E89_dn", "crsloc_id": "pipe_49_E89_49.86", "crsloc_branchid": "pipe_49_E89", "crsloc_chainage": 49.861698183089104, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E89", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E89_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394534.886564994230866, 5867315.116463630460203 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E90_dn", "crsloc_id": "pipe_49_E90_49.86", "crsloc_branchid": "pipe_49_E90", "crsloc_chainage": 49.855933691107197, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E90", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E90_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394502.003263384569436, 5867277.642437966540456 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E91_dn", "crsloc_id": "pipe_49_E91_49.86", "crsloc_branchid": "pipe_49_E91", "crsloc_chainage": 49.861698184177627, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E91", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E91_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394470.028815483907238, 5867239.382489884272218 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E92_dn", "crsloc_id": "pipe_49_E92_49.86", "crsloc_branchid": "pipe_49_E92", "crsloc_chainage": 49.861698183313699, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E92", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E92_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394438.05436758347787, 5867201.122541802935302 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E93_dn", "crsloc_id": "pipe_49_E93_49.86", "crsloc_branchid": "pipe_49_E93", "crsloc_chainage": 49.861698183462998, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E93", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E93_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394406.079919682815671, 5867162.862593721598387 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E94_dn", "crsloc_id": "pipe_49_E94_49.86", "crsloc_branchid": "pipe_49_E94", "crsloc_chainage": 49.861698183313699, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E94", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E94_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394374.105471782386303, 5867124.602645640261471 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E95_dn", "crsloc_id": "pipe_49_E95_49.86", "crsloc_branchid": "pipe_49_E95", "crsloc_chainage": 49.85678337632482, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E95", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E95_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394331.263575199525803, 5867099.102238862775266 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E96_dn", "crsloc_id": "pipe_49_E96_49.86", "crsloc_branchid": "pipe_49_E96", "crsloc_chainage": 49.861698183349475, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E96", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E96_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394288.402718252269551, 5867073.624093571677804 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E97_dn", "crsloc_id": "pipe_49_E97_49.04", "crsloc_branchid": "pipe_49_E97", "crsloc_chainage": 49.043263970134369, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E97", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E97_49.04" }, "geometry": { "type": "Point", "coordinates": [ 1394241.406052829232067, 5867059.604279736988246 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E98_dn", "crsloc_id": "pipe_49_E98_49.78", "crsloc_branchid": "pipe_49_E98", "crsloc_chainage": 49.777530284965685, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E98", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E98_49.78" }, "geometry": { "type": "Point", "coordinates": [ 1394191.967552164103836, 5867053.804523427039385 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E99_dn", "crsloc_id": "pipe_49_E99_49.86", "crsloc_branchid": "pipe_49_E99", "crsloc_chainage": 49.861698183793379, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E99", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E99_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1394142.130891400855035, 5867052.224589966237545 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E100_dn", "crsloc_id": "pipe_49_E100_49.84", "crsloc_branchid": "pipe_49_E100", "crsloc_chainage": 49.839579180042264, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E100", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E100_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1394092.295928271487355, 5867051.546281232498586 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E101_dn", "crsloc_id": "pipe_49_E101_49.12", "crsloc_branchid": "pipe_49_E101", "crsloc_chainage": 49.11740983500858, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E101", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E101_49.12" }, "geometry": { "type": "Point", "coordinates": [ 1394043.343164325458929, 5867047.527966791763902 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E102_dn", "crsloc_id": "pipe_49_E102_49.86", "crsloc_branchid": "pipe_49_E102", "crsloc_chainage": 49.861698183633834, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E102", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E102_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393996.278205681359395, 5867031.063501614145935 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E103_dn", "crsloc_id": "pipe_49_E103_49.86", "crsloc_branchid": "pipe_49_E103", "crsloc_chainage": 49.861698183633834, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E103", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E103_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393949.213247037259862, 5867014.599036436527967 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E104_dn", "crsloc_id": "pipe_49_E104_49.86", "crsloc_branchid": "pipe_49_E104", "crsloc_chainage": 49.861698183326311, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E104", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E104_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393902.148288393160328, 5866998.134571259841323 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E105_dn", "crsloc_id": "pipe_49_E105_49.86", "crsloc_branchid": "pipe_49_E105", "crsloc_chainage": 49.861698183633834, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E105", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E105_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393855.083329749060795, 5866981.670106082223356 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E106_dn", "crsloc_id": "pipe_49_E106_49.83", "crsloc_branchid": "pipe_49_E106", "crsloc_chainage": 49.831712114544203, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E106", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E106_49.83" }, "geometry": { "type": "Point", "coordinates": [ 1393805.813084045657888, 5866974.210721349343657 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E107_dn", "crsloc_id": "pipe_49_E107_49.86", "crsloc_branchid": "pipe_49_E107", "crsloc_chainage": 49.861581615234961, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E107", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E107_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393756.464387694839388, 5866967.077454941347241 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E108_dn", "crsloc_id": "pipe_49_E108_49.86", "crsloc_branchid": "pipe_49_E108", "crsloc_chainage": 49.861698183759295, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E108", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E108_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393706.996018304256722, 5866960.826904917135835 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E109_dn", "crsloc_id": "pipe_49_E109_49.86", "crsloc_branchid": "pipe_49_E109", "crsloc_chainage": 49.861698183528304, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E109", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E109_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393657.527648913906887, 5866954.576354892924428 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E110_dn", "crsloc_id": "pipe_49_E110_49.86", "crsloc_branchid": "pipe_49_E110", "crsloc_chainage": 49.861698183528304, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E110", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E110_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393608.059279523557052, 5866948.325804868713021 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E111_dn", "crsloc_id": "pipe_49_E111_49.86", "crsloc_branchid": "pipe_49_E111", "crsloc_chainage": 49.861698183528304, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E111", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E111_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393558.590910133207217, 5866942.075254844501615 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E112_dn", "crsloc_id": "pipe_49_E112_49.86", "crsloc_branchid": "pipe_49_E112", "crsloc_chainage": 49.861698183528304, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E112", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E112_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393509.122540742857382, 5866935.824704820290208 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E113_dn", "crsloc_id": "pipe_49_E113_49.86", "crsloc_branchid": "pipe_49_E113", "crsloc_chainage": 49.861698183528304, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E113", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E113_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393459.654171352507547, 5866929.574154796078801 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E114_dn", "crsloc_id": "pipe_49_E114_49.86", "crsloc_branchid": "pipe_49_E114", "crsloc_chainage": 49.861698183645053, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E114", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E114_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393410.185801962157711, 5866923.323604770936072 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E115_dn", "crsloc_id": "pipe_49_E115_49.86", "crsloc_branchid": "pipe_49_E115", "crsloc_chainage": 49.861698183528304, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E115", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E115_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393360.717432571807876, 5866917.073054746724665 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E116_dn", "crsloc_id": "pipe_49_E116_49.86", "crsloc_branchid": "pipe_49_E116", "crsloc_chainage": 49.861698183528304, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E116", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E116_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393311.249063181458041, 5866910.822504722513258 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E117_dn", "crsloc_id": "pipe_49_E117_49.86", "crsloc_branchid": "pipe_49_E117", "crsloc_chainage": 49.861698183528304, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E117", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E117_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393261.780693791108206, 5866904.571954698301852 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E118_dn", "crsloc_id": "pipe_49_E118_49.86", "crsloc_branchid": "pipe_49_E118", "crsloc_chainage": 49.861698183759295, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E118", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E118_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393212.31232440052554, 5866898.321404674090445 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E119_dn", "crsloc_id": "pipe_49_E119_49.84", "crsloc_branchid": "pipe_49_E119", "crsloc_chainage": 49.840302136614483, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E119", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E119_49.84" }, "geometry": { "type": "Point", "coordinates": [ 1393164.711109766503796, 5866883.550484512001276 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E120_dn", "crsloc_id": "pipe_49_E120_49.86", "crsloc_branchid": "pipe_49_E120", "crsloc_chainage": 49.861698183581588, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E120", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E120_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393117.162246766965836, 5866868.540668617002666 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E121_dn", "crsloc_id": "pipe_49_E121_49.86", "crsloc_branchid": "pipe_49_E121", "crsloc_chainage": 49.861698183581588, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E121", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E121_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393069.613383767427877, 5866853.530852722004056 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E122_dn", "crsloc_id": "pipe_49_E122_49.86", "crsloc_branchid": "pipe_49_E122", "crsloc_chainage": 49.861698183581588, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E122", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E122_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1393022.064520767889917, 5866838.521036827005446 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E123_dn", "crsloc_id": "pipe_49_E123_49.86", "crsloc_branchid": "pipe_49_E123", "crsloc_chainage": 49.861698183301229, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E123", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E123_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1392974.515657768351957, 5866823.511220932938159 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E124_dn", "crsloc_id": "pipe_49_E124_49.86", "crsloc_branchid": "pipe_49_E124", "crsloc_chainage": 49.861698183581588, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E124", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E124_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1392926.966794768813998, 5866808.501405037939548 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E125_dn", "crsloc_id": "pipe_49_E125_49.86", "crsloc_branchid": "pipe_49_E125", "crsloc_chainage": 49.861698183581588, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E125", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E125_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1392879.417931769276038, 5866793.491589142940938 ] } }, -{ "type": "Feature", "properties": { "index": "pipe_49_E126_dn", "crsloc_id": "pipe_49_E126_49.86", "crsloc_branchid": "pipe_49_E126", "crsloc_chainage": 49.861698183581588, "crsloc_shift": -10001.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E126", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E126_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1392831.869068769738078, 5866778.481773247942328 ] } }, +{ "type": "Feature", "properties": { "index": "pipe_49_E125_dn", "crsloc_id": "pipe_49_E125_49.86", "crsloc_branchid": "pipe_49_E125", "crsloc_chainage": 49.861698183581588, "crsloc_shift": 907.9000244140625, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E125", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E125_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1392879.417931769276038, 5866793.491589142940938 ] } }, +{ "type": "Feature", "properties": { "index": "pipe_49_E126_dn", "crsloc_id": "pipe_49_E126_49.86", "crsloc_branchid": "pipe_49_E126", "crsloc_chainage": 49.861698183581588, "crsloc_shift": 907.9000244140625, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E126", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E126_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1392831.869068769738078, 5866778.481773247942328 ] } }, { "type": "Feature", "properties": { "index": "pipe_49_E127_dn", "crsloc_id": "pipe_49_E127_49.86", "crsloc_branchid": "pipe_49_E127", "crsloc_chainage": 49.861698183581588, "crsloc_shift": 862.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E127", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E127_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1392784.320205770200118, 5866763.471957352943718 ] } }, { "type": "Feature", "properties": { "index": "pipe_49_E128_dn", "crsloc_id": "pipe_49_E128_49.86", "crsloc_branchid": "pipe_49_E128", "crsloc_chainage": 49.861698183803618, "crsloc_shift": 862.5, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E128", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E128_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1392736.771342770429328, 5866748.462141457945108 ] } }, { "type": "Feature", "properties": { "index": "pipe_49_E129_dn", "crsloc_id": "pipe_49_E129_49.86", "crsloc_branchid": "pipe_49_E129", "crsloc_chainage": 49.861698183581588, "crsloc_shift": 875.9000244140625, "crsloc_definitionid": "circ_d0.500_branch", "crsdef_id": "circ_d0.500_branch", "crsdef_type": "circle", "crsdef_branchid": "pipe_49_E129", "crsdef_height": null, "crsdef_width": null, "crsdef_closed": 1, "crsdef_frictionid": "WhiteColeBrook_0.003", "frictiontype": "WhiteColeBrook", "frictionvalue": 0.003, "crsdef_thalweg": 0.0, "crsdef_diameter": 0.5, "temp_id": "pipe_49_E129_49.86" }, "geometry": { "type": "Point", "coordinates": [ 1392689.222479770891368, 5866733.452325562946498 ] } }, diff --git a/examples/dflowfm_piave/geoms/manholes.geojson b/examples/dflowfm_piave/geoms/manholes.geojson index f88e2b99..a51efe65 100644 --- a/examples/dflowfm_piave/geoms/manholes.geojson +++ b/examples/dflowfm_piave/geoms/manholes.geojson @@ -163,2676 +163,851 @@ { "type": "Feature", "properties": { "_index": 164, "bedlevel": 1141.300048828125, "branchid": "pipe_8_E137;pipe_8_E138", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_158_generated", "shape": null, "area": 0.64, "streetlevel": 1144.300048828125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1144.300048828125, "distance_right": 4.3319722731807235e-07, "index_right": 165, "nodeid": "1393720.523228_5859244.838273", "id": "1393720.523228_5859244.838273", "name": "manhole_158_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393720.523227575467899, 5859244.838272913359106 ] } }, { "type": "Feature", "properties": { "_index": 165, "bedlevel": 1141.300048828125, "branchid": "pipe_8_E138;pipe_8_E139", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_159_generated", "shape": null, "area": 0.64, "streetlevel": 1144.300048828125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1144.300048828125, "distance_right": 5.3625830630249993e-07, "index_right": 166, "nodeid": "1393765.710015_5859224.569285", "id": "1393765.710015_5859224.569285", "name": "manhole_159_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393765.710014625452459, 5859224.569284616038203 ] } }, { "type": "Feature", "properties": { "_index": 166, "bedlevel": 1141.300048828125, "branchid": "pipe_8_E139;pipe_8_E140", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_160_generated", "shape": null, "area": 0.64, "streetlevel": 1144.300048828125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1144.300048828125, "distance_right": 2.3237956298648694e-07, "index_right": 167, "nodeid": "1393806.409211_5859195.609256", "id": "1393806.409211_5859195.609256", "name": "manhole_160_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393806.409210936399177, 5859195.609256223775446 ] } }, -{ "type": "Feature", "properties": { "_index": 167, "bedlevel": -10002.0, "branchid": "pipe_8_E140;pipe_8_E141", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_161_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8166784782944824e-07, "index_right": 168, "nodeid": "1393846.866743_5859166.301538", "id": "1393846.866743_5859166.301538", "name": "manhole_161_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393846.866742686368525, 5859166.301538489758968 ] } }, -{ "type": "Feature", "properties": { "_index": 168, "bedlevel": -10002.0, "branchid": "pipe_8_E141;pipe_8_E142", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_162_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.3762611538905333e-07, "index_right": 169, "nodeid": "1393891.920325_5859146.596169", "id": "1393891.920325_5859146.596169", "name": "manhole_162_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393891.92032476933673, 5859146.596169056370854 ] } }, -{ "type": "Feature", "properties": { "_index": 169, "bedlevel": -10002.0, "branchid": "pipe_8_E142;pipe_8_E143", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_163_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5826843750191025e-07, "index_right": 170, "nodeid": "1393933.388037_5859122.277832", "id": "1393933.388037_5859122.277832", "name": "manhole_163_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393933.388036550255492, 5859122.27783191204071 ] } }, -{ "type": "Feature", "properties": { "_index": 170, "bedlevel": -10002.0, "branchid": "pipe_8_E143;pipe_8_E144", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_164_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3312060755050326e-07, "index_right": 171, "nodeid": "1393962.852900_5859082.145733", "id": "1393962.852900_5859082.145733", "name": "manhole_164_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393962.852899672929198, 5859082.145733420737088 ] } }, -{ "type": "Feature", "properties": { "_index": 171, "bedlevel": -10002.0, "branchid": "pipe_8_E144;pipe_8_E145", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_165_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8377956034411137e-07, "index_right": 172, "nodeid": "1394005.729331_5859059.753146", "id": "1394005.729331_5859059.753146", "name": "manhole_165_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394005.729330646339804, 5859059.753146149218082 ] } }, -{ "type": "Feature", "properties": { "_index": 172, "bedlevel": -10002.0, "branchid": "pipe_8_E145;pipe_8_E146", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_166_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4100221084621627e-07, "index_right": 173, "nodeid": "1394055.475932_5859057.795492", "id": "1394055.475932_5859057.795492", "name": "manhole_166_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394055.475931912194937, 5859057.795491775497794 ] } }, -{ "type": "Feature", "properties": { "_index": 173, "bedlevel": -10002.0, "branchid": "pipe_8_E146;pipe_8_E147", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_167_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2144123419043267e-07, "index_right": 174, "nodeid": "1394105.428024_5859057.063073", "id": "1394105.428024_5859057.063073", "name": "manhole_167_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394105.428024321328849, 5859057.063072990626097 ] } }, -{ "type": "Feature", "properties": { "_index": 174, "bedlevel": -10002.0, "branchid": "pipe_8_E147;pipe_8_E148", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_168_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7923617009474819e-07, "index_right": 175, "nodeid": "1394154.825224_5859052.280367", "id": "1394154.825224_5859052.280367", "name": "manhole_168_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394154.825223857769743, 5859052.280367240309715 ] } }, -{ "type": "Feature", "properties": { "_index": 175, "bedlevel": -10002.0, "branchid": "pipe_8_E148;pipe_8_E149", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_169_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2401761731428559e-07, "index_right": 176, "nodeid": "1394200.611384_5859033.003444", "id": "1394200.611384_5859033.003444", "name": "manhole_169_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394200.611384192248806, 5859033.003444260917604 ] } }, -{ "type": "Feature", "properties": { "_index": 176, "bedlevel": -10002.0, "branchid": "pipe_8_E149;pipe_8_E150", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_170_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1241265739519855e-07, "index_right": 177, "nodeid": "1394249.433454_5859022.412898", "id": "1394249.433454_5859022.412898", "name": "manhole_170_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394249.433454187819734, 5859022.412897750735283 ] } }, -{ "type": "Feature", "properties": { "_index": 177, "bedlevel": -10002.0, "branchid": "pipe_8_E150;pipe_8_E151", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_171_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 9.2069138506671537e-08, "index_right": 178, "nodeid": "1394298.801167_5859016.404503", "id": "1394298.801167_5859016.404503", "name": "manhole_171_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394298.801166942343116, 5859016.404503071680665 ] } }, -{ "type": "Feature", "properties": { "_index": 178, "bedlevel": -10002.0, "branchid": "pipe_8_E151;pipe_8_E152", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_172_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6870855185867474e-07, "index_right": 179, "nodeid": "1394342.946750_5859035.159852", "id": "1394342.946750_5859035.159852", "name": "manhole_172_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394342.946749913971871, 5859035.15985235851258 ] } }, -{ "type": "Feature", "properties": { "_index": 179, "bedlevel": -10002.0, "branchid": "pipe_8_E152;pipe_8_E153", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_173_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1624790769471339e-07, "index_right": 180, "nodeid": "1394378.140151_5859070.400375", "id": "1394378.140151_5859070.400375", "name": "manhole_173_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394378.140150804072618, 5859070.400374908931553 ] } }, -{ "type": "Feature", "properties": { "_index": 180, "bedlevel": -10002.0, "branchid": "pipe_8_E153;pipe_8_E154", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_174_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8934769791778882e-07, "index_right": 181, "nodeid": "1394425.059557_5859086.187451", "id": "1394425.059557_5859086.187451", "name": "manhole_174_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394425.059556928696111, 5859086.18745138309896 ] } }, -{ "type": "Feature", "properties": { "_index": 181, "bedlevel": -10002.0, "branchid": "pipe_8_E154;pipe_8_E155", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_175_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6838671634354738e-07, "index_right": 182, "nodeid": "1394473.833243_5859096.998639", "id": "1394473.833243_5859096.998639", "name": "manhole_175_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394473.833242634311318, 5859096.998638955876231 ] } }, -{ "type": "Feature", "properties": { "_index": 182, "bedlevel": -10002.0, "branchid": "pipe_8_E155;pipe_8_E156", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_176_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.80440817397682e-07, "index_right": 183, "nodeid": "1394522.606928_5859107.809827", "id": "1394522.606928_5859107.809827", "name": "manhole_176_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394522.606928340159357, 5859107.809826529584825 ] } }, -{ "type": "Feature", "properties": { "_index": 183, "bedlevel": -10002.0, "branchid": "pipe_8_E156;pipe_8_E157", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_177_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8183073969561607e-07, "index_right": 184, "nodeid": "1394569.942334_5859123.168176", "id": "1394569.942334_5859123.168176", "name": "manhole_177_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394569.942334236111492, 5859123.168175579980016 ] } }, -{ "type": "Feature", "properties": { "_index": 184, "bedlevel": -10002.0, "branchid": "pipe_8_E157;pipe_8_E158", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_178_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6375272768800241e-07, "index_right": 185, "nodeid": "1394614.713659_5859145.210273", "id": "1394614.713659_5859145.210273", "name": "manhole_178_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394614.71365896705538, 5859145.210272738710046 ] } }, -{ "type": "Feature", "properties": { "_index": 185, "bedlevel": -10002.0, "branchid": "pipe_8_E158;pipe_8_E159", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_179_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9223948288354864e-07, "index_right": 186, "nodeid": "1394658.743920_5859168.813033", "id": "1394658.743920_5859168.813033", "name": "manhole_179_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394658.743920307140797, 5859168.813032755628228 ] } }, -{ "type": "Feature", "properties": { "_index": 186, "bedlevel": -10002.0, "branchid": "pipe_8_E159;pipe_8_E160", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_180_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2030000681554386e-07, "index_right": 187, "nodeid": "1394702.774182_5859192.415793", "id": "1394702.774182_5859192.415793", "name": "manhole_180_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394702.774181646993384, 5859192.415792771615088 ] } }, -{ "type": "Feature", "properties": { "_index": 187, "bedlevel": -10002.0, "branchid": "pipe_8_E160;pipe_8_E161", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_181_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.127273329080624e-07, "index_right": 188, "nodeid": "1394746.804443_5859216.018553", "id": "1394746.804443_5859216.018553", "name": "manhole_181_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394746.804442987078801, 5859216.018552787601948 ] } }, -{ "type": "Feature", "properties": { "_index": 188, "bedlevel": -10002.0, "branchid": "pipe_8_E161;pipe_8_E162", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_182_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8113352295793073e-07, "index_right": 189, "nodeid": "1394790.834704_5859239.621313", "id": "1394790.834704_5859239.621313", "name": "manhole_182_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394790.834704327164218, 5859239.62131280452013 ] } }, -{ "type": "Feature", "properties": { "_index": 189, "bedlevel": -10002.0, "branchid": "pipe_8_E162;pipe_8_E163", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_183_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7816348555030225e-07, "index_right": 190, "nodeid": "1394834.864966_5859263.224073", "id": "1394834.864966_5859263.224073", "name": "manhole_183_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394834.864965667249635, 5859263.22407282050699 ] } }, -{ "type": "Feature", "properties": { "_index": 190, "bedlevel": -10002.0, "branchid": "pipe_8_E163;pipe_8_E164", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_184_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.9228273280373179e-07, "index_right": 191, "nodeid": "1394880.208195_5859284.084080", "id": "1394880.208195_5859284.084080", "name": "manhole_184_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394880.208194822305813, 5859284.084080073982477 ] } }, -{ "type": "Feature", "properties": { "_index": 191, "bedlevel": -10002.0, "branchid": "pipe_8_E164;pipe_8_E165", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_185_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7235043062297403e-07, "index_right": 192, "nodeid": "1394929.846529_5859285.224489", "id": "1394929.846529_5859285.224489", "name": "manhole_185_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394929.846528939437121, 5859285.224488531239331 ] } }, -{ "type": "Feature", "properties": { "_index": 192, "bedlevel": -10002.0, "branchid": "pipe_8_E165;pipe_8_E166", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_186_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1660553041654646e-07, "index_right": 193, "nodeid": "1394979.602959_5859281.680338", "id": "1394979.602959_5859281.680338", "name": "manhole_186_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394979.602958623319864, 5859281.680337822064757 ] } }, -{ "type": "Feature", "properties": { "_index": 193, "bedlevel": -10002.0, "branchid": "pipe_8_E166;pipe_8_E167", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_187_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.922527141089056e-07, "index_right": 194, "nodeid": "1395027.975008_5859291.301104", "id": "1395027.975008_5859291.301104", "name": "manhole_187_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395027.975007712375373, 5859291.301103600300848 ] } }, -{ "type": "Feature", "properties": { "_index": 194, "bedlevel": -10002.0, "branchid": "pipe_8_E167;pipe_8_E168", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_188_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7847059828163096e-07, "index_right": 195, "nodeid": "1395064.979691_5859323.290622", "id": "1395064.979691_5859323.290622", "name": "manhole_188_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395064.979691450484097, 5859323.290621838532388 ] } }, -{ "type": "Feature", "properties": { "_index": 195, "bedlevel": -10002.0, "branchid": "pipe_8_E168;pipe_8_E169", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_189_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9199401385319289e-07, "index_right": 196, "nodeid": "1395096.606376_5859361.958299", "id": "1395096.606376_5859361.958299", "name": "manhole_189_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395096.60637624678202, 5859361.958299425430596 ] } }, -{ "type": "Feature", "properties": { "_index": 196, "bedlevel": -10002.0, "branchid": "pipe_8_E169;pipe_8_E170", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_190_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5617411817524656e-07, "index_right": 197, "nodeid": "1395138.056046_5859389.845198", "id": "1395138.056046_5859389.845198", "name": "manhole_190_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395138.056045547360554, 5859389.845197943039238 ] } }, -{ "type": "Feature", "properties": { "_index": 197, "bedlevel": -10002.0, "branchid": "pipe_8_E170;pipe_8_E171", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_191_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1483670946607131e-07, "index_right": 198, "nodeid": "1395168.453442_5859428.834298", "id": "1395168.453442_5859428.834298", "name": "manhole_191_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395168.453442230820656, 5859428.834298213943839 ] } }, -{ "type": "Feature", "properties": { "_index": 198, "bedlevel": -10002.0, "branchid": "pipe_8_E171;pipe_8_E172", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_192_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8041125721554537e-07, "index_right": 199, "nodeid": "1395194.723630_5859471.327020", "id": "1395194.723630_5859471.327020", "name": "manhole_192_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395194.723629675805569, 5859471.327020481228828 ] } }, -{ "type": "Feature", "properties": { "_index": 199, "bedlevel": -10002.0, "branchid": "pipe_8_E172;pipe_8_E173", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_193_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1667432706606207e-07, "index_right": 200, "nodeid": "1395233.124694_5859502.259061", "id": "1395233.124694_5859502.259061", "name": "manhole_193_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395233.124693885445595, 5859502.259060705080628 ] } }, -{ "type": "Feature", "properties": { "_index": 200, "bedlevel": -10002.0, "branchid": "pipe_8_E173;pipe_8_E174", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_194_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.849813681455285e-07, "index_right": 201, "nodeid": "1395279.894181_5859518.190230", "id": "1395279.894181_5859518.190230", "name": "manhole_194_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395279.894181140232831, 5859518.190229641273618 ] } }, -{ "type": "Feature", "properties": { "_index": 201, "bedlevel": -10002.0, "branchid": "pipe_8_E174;pipe_8_E175", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_195_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0535035444329854e-07, "index_right": 202, "nodeid": "1395329.658069_5859514.672545", "id": "1395329.658069_5859514.672545", "name": "manhole_195_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395329.658068759599701, 5859514.672545188106596 ] } }, -{ "type": "Feature", "properties": { "_index": 202, "bedlevel": -10002.0, "branchid": "pipe_8_E175;pipe_8_E176", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_196_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9143256253874878e-07, "index_right": 203, "nodeid": "1395379.275171_5859511.234951", "id": "1395379.275171_5859511.234951", "name": "manhole_196_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395379.275171030778438, 5859511.234951389953494 ] } }, -{ "type": "Feature", "properties": { "_index": 203, "bedlevel": -10002.0, "branchid": "pipe_8_E176;pipe_8_E177", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_197_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6956855676167886e-07, "index_right": 204, "nodeid": "1395422.765293_5859533.509734", "id": "1395422.765293_5859533.509734", "name": "manhole_197_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395422.765292956260964, 5859533.509733532555401 ] } }, -{ "type": "Feature", "properties": { "_index": 204, "bedlevel": -10002.0, "branchid": "pipe_8_E177;pipe_8_E178", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_198_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3003961228525594e-07, "index_right": 205, "nodeid": "1395460.958213_5859565.713073", "id": "1395460.958213_5859565.713073", "name": "manhole_198_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395460.958212529076263, 5859565.713073243387043 ] } }, -{ "type": "Feature", "properties": { "_index": 205, "bedlevel": -10002.0, "branchid": "pipe_8_E178;pipe_8_E179", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_199_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9022280532570642e-07, "index_right": 206, "nodeid": "1395506.138909_5859585.240930", "id": "1395506.138909_5859585.240930", "name": "manhole_199_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395506.138909439090639, 5859585.240929782390594 ] } }, -{ "type": "Feature", "properties": { "_index": 206, "bedlevel": -10002.0, "branchid": "pipe_8_E179;pipe_8_E180", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_200_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7619495235150613e-07, "index_right": 207, "nodeid": "1395555.525035_5859592.775170", "id": "1395555.525035_5859592.775170", "name": "manhole_200_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395555.525035230675712, 5859592.775169848464429 ] } }, -{ "type": "Feature", "properties": { "_index": 207, "bedlevel": -10002.0, "branchid": "pipe_8_E180;pipe_8_E181", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_201_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5061611835056575e-07, "index_right": 208, "nodeid": "1395599.499233_5859614.243671", "id": "1395599.499233_5859614.243671", "name": "manhole_201_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395599.499233362497762, 5859614.24367141444236 ] } }, -{ "type": "Feature", "properties": { "_index": 208, "bedlevel": -10002.0, "branchid": "pipe_8_E181;pipe_8_E182", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_202_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.059386524025124e-07, "index_right": 209, "nodeid": "1395632.258299_5859651.643458", "id": "1395632.258299_5859651.643458", "name": "manhole_202_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395632.258298622677103, 5859651.643457526341081 ] } }, -{ "type": "Feature", "properties": { "_index": 209, "bedlevel": -10002.0, "branchid": "pipe_8_E182;pipe_8_E183", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_203_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1271232091433055e-07, "index_right": 210, "nodeid": "1395662.990372_5859691.006367", "id": "1395662.990372_5859691.006367", "name": "manhole_203_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395662.990371769992635, 5859691.006367458030581 ] } }, -{ "type": "Feature", "properties": { "_index": 210, "bedlevel": -10002.0, "branchid": "pipe_8_E183;pipe_8_E184", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_204_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.5798121151612049e-07, "index_right": 211, "nodeid": "1395699.859898_5859721.886183", "id": "1395699.859898_5859721.886183", "name": "manhole_204_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395699.859898457303643, 5859721.886182527057827 ] } }, -{ "type": "Feature", "properties": { "_index": 211, "bedlevel": -10002.0, "branchid": "pipe_8_E184;pipe_8_E185", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_205_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1290478072126579e-07, "index_right": 212, "nodeid": "1395748.598021_5859732.768336", "id": "1395748.598021_5859732.768336", "name": "manhole_205_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395748.598021129379049, 5859732.768336392007768 ] } }, -{ "type": "Feature", "properties": { "_index": 212, "bedlevel": -10002.0, "branchid": "pipe_8_E185;pipe_8_E186", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_206_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4521042585586248e-07, "index_right": 213, "nodeid": "1395798.108952_5859738.817078", "id": "1395798.108952_5859738.817078", "name": "manhole_206_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395798.108951882226393, 5859738.817077570594847 ] } }, -{ "type": "Feature", "properties": { "_index": 213, "bedlevel": -10002.0, "branchid": "pipe_8_E186;pipe_8_E187", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_207_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5656777228898396e-07, "index_right": 214, "nodeid": "1395847.432504_5859732.277597", "id": "1395847.432504_5859732.277597", "name": "manhole_207_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395847.432503558928147, 5859732.277596881613135 ] } }, -{ "type": "Feature", "properties": { "_index": 214, "bedlevel": -10002.0, "branchid": "pipe_8_E187;pipe_8_E188", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_208_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0238247340826677e-07, "index_right": 215, "nodeid": "1395896.707545_5859725.029527", "id": "1395896.707545_5859725.029527", "name": "manhole_208_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395896.707545045297593, 5859725.029526701197028 ] } }, -{ "type": "Feature", "properties": { "_index": 215, "bedlevel": -10002.0, "branchid": "pipe_8_E188;pipe_8_E189", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_209_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6840849470463357e-07, "index_right": 216, "nodeid": "1395945.676986_5859732.974504", "id": "1395945.676986_5859732.974504", "name": "manhole_209_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395945.676986357429996, 5859732.97450408898294 ] } }, -{ "type": "Feature", "properties": { "_index": 216, "bedlevel": -10002.0, "branchid": "pipe_8_E189;pipe_8_E190", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_210_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.2615606060203692e-07, "index_right": 217, "nodeid": "1395992.823192_5859749.496896", "id": "1395992.823192_5859749.496896", "name": "manhole_210_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395992.823192392243072, 5859749.496896487660706 ] } }, -{ "type": "Feature", "properties": { "_index": 217, "bedlevel": -10002.0, "branchid": "pipe_8_E190;pipe_8_E191", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_211_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4209438485530955e-07, "index_right": 218, "nodeid": "1396039.969398_5859766.019289", "id": "1396039.969398_5859766.019289", "name": "manhole_211_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396039.969398427288979, 5859766.019288886338472 ] } }, -{ "type": "Feature", "properties": { "_index": 218, "bedlevel": -10002.0, "branchid": "pipe_8_E191;pipe_8_E192", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_212_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4316809303724206e-07, "index_right": 219, "nodeid": "1396087.115604_5859782.541681", "id": "1396087.115604_5859782.541681", "name": "manhole_212_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396087.115604462334886, 5859782.541681285016239 ] } }, -{ "type": "Feature", "properties": { "_index": 219, "bedlevel": -10002.0, "branchid": "pipe_8_E192;pipe_8_E193", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_213_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2791491260864914e-07, "index_right": 220, "nodeid": "1396136.122726_5859783.256127", "id": "1396136.122726_5859783.256127", "name": "manhole_213_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396136.122726181754842, 5859783.256126726977527 ] } }, -{ "type": "Feature", "properties": { "_index": 220, "bedlevel": -10002.0, "branchid": "pipe_8_E193;pipe_8_E194", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_214_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5950388403410426e-07, "index_right": 221, "nodeid": "1396184.557975_5859773.177098", "id": "1396184.557975_5859773.177098", "name": "manhole_214_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396184.557975406525657, 5859773.177098214626312 ] } }, -{ "type": "Feature", "properties": { "_index": 221, "bedlevel": -10002.0, "branchid": "pipe_8_E194;pipe_8_E195", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_215_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.839935328403095e-07, "index_right": 222, "nodeid": "1396234.332322_5859776.813416", "id": "1396234.332322_5859776.813416", "name": "manhole_215_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396234.332321533700451, 5859776.813416129909456 ] } }, -{ "type": "Feature", "properties": { "_index": 222, "bedlevel": -10002.0, "branchid": "pipe_8_E195;pipe_8_E196", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_216_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.692181177704805e-07, "index_right": 223, "nodeid": "1396284.079435_5859781.393684", "id": "1396284.079435_5859781.393684", "name": "manhole_216_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396284.079435384133831, 5859781.393684419803321 ] } }, -{ "type": "Feature", "properties": { "_index": 223, "bedlevel": -10002.0, "branchid": "pipe_8_E196;pipe_8_E197", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_217_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7264433592946782e-07, "index_right": 224, "nodeid": "1396333.826549_5859785.973953", "id": "1396333.826549_5859785.973953", "name": "manhole_217_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396333.82654923456721, 5859785.97395271062851 ] } }, -{ "type": "Feature", "properties": { "_index": 224, "bedlevel": -10002.0, "branchid": "pipe_8_E197;pipe_8_E198", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_218_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 8.4988287917848159e-08, "index_right": 225, "nodeid": "1396383.573663_5859790.554221", "id": "1396383.573663_5859790.554221", "name": "manhole_218_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396383.573663085000589, 5859790.554221000522375 ] } }, -{ "type": "Feature", "properties": { "_index": 225, "bedlevel": -10002.0, "branchid": "pipe_8_E198;pipe_8_E199", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_219_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9850305081112439e-07, "index_right": 226, "nodeid": "1396433.320777_5859795.134489", "id": "1396433.320777_5859795.134489", "name": "manhole_219_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396433.3207769356668, 5859795.134489291347563 ] } }, -{ "type": "Feature", "properties": { "_index": 226, "bedlevel": -10002.0, "branchid": "pipe_8_E199;pipe_8_E200", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_220_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.678685946079965e-07, "index_right": 227, "nodeid": "1396482.971062_5859800.630046", "id": "1396482.971062_5859800.630046", "name": "manhole_220_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396482.971062028314918, 5859800.63004573341459 ] } }, -{ "type": "Feature", "properties": { "_index": 227, "bedlevel": -10002.0, "branchid": "pipe_8_E200;pipe_8_E201", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_221_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2976778066293035e-07, "index_right": 228, "nodeid": "1396532.628196_5859805.573255", "id": "1396532.628196_5859805.573255", "name": "manhole_221_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396532.628195792203769, 5859805.573254623450339 ] } }, -{ "type": "Feature", "properties": { "_index": 228, "bedlevel": -10002.0, "branchid": "pipe_8_E201;pipe_8_E202", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_222_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7813978903384093e-07, "index_right": 229, "nodeid": "1396582.445765_5859803.006617", "id": "1396582.445765_5859803.006617", "name": "manhole_222_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396582.445765120442957, 5859803.006616869010031 ] } }, -{ "type": "Feature", "properties": { "_index": 229, "bedlevel": -10002.0, "branchid": "pipe_8_E202;pipe_8_E203", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_223_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0924958404272976e-07, "index_right": 230, "nodeid": "1396632.004199_5859796.704570", "id": "1396632.004199_5859796.704570", "name": "manhole_223_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396632.004199309274554, 5859796.704569994471967 ] } }, -{ "type": "Feature", "properties": { "_index": 230, "bedlevel": -10002.0, "branchid": "pipe_8_E203;pipe_8_E204", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_224_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.314211095889458e-07, "index_right": 231, "nodeid": "1396681.673698_5859791.799601", "id": "1396681.673698_5859791.799601", "name": "manhole_224_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396681.67369817988947, 5859791.799600607715547 ] } }, -{ "type": "Feature", "properties": { "_index": 231, "bedlevel": -10002.0, "branchid": "pipe_8_E204;pipe_8_E205", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_225_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.85634492936277e-07, "index_right": 232, "nodeid": "1396731.549113_5859793.205962", "id": "1396731.549113_5859793.205962", "name": "manhole_225_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396731.549113321350887, 5859793.205961636267602 ] } }, -{ "type": "Feature", "properties": { "_index": 232, "bedlevel": -10002.0, "branchid": "pipe_8_E205;pipe_8_E206", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_226_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1866437214067538e-07, "index_right": 233, "nodeid": "1396781.208348_5859798.406050", "id": "1396781.208348_5859798.406050", "name": "manhole_226_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396781.208348408574238, 5859798.40605031978339 ] } }, -{ "type": "Feature", "properties": { "_index": 233, "bedlevel": -10002.0, "branchid": "pipe_8_E206;pipe_8_E207", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_227_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9965309659420691e-07, "index_right": 234, "nodeid": "1396830.710641_5859805.134882", "id": "1396830.710641_5859805.134882", "name": "manhole_227_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396830.710641485406086, 5859805.134881881996989 ] } }, -{ "type": "Feature", "properties": { "_index": 234, "bedlevel": -10002.0, "branchid": "pipe_8_E207;pipe_8_E208", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_228_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.2432242252235401e-07, "index_right": 235, "nodeid": "1396880.212935_5859811.863713", "id": "1396880.212935_5859811.863713", "name": "manhole_228_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396880.212934562237933, 5859811.863713445141912 ] } }, -{ "type": "Feature", "properties": { "_index": 235, "bedlevel": -10002.0, "branchid": "pipe_8_E208;pipe_8_E209", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_229_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7351521745759334e-07, "index_right": 236, "nodeid": "1396929.517627_5859819.913461", "id": "1396929.517627_5859819.913461", "name": "manhole_229_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396929.517627175664529, 5859819.913461329415441 ] } }, -{ "type": "Feature", "properties": { "_index": 236, "bedlevel": -10002.0, "branchid": "pipe_8_E209;pipe_8_E210", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_230_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4120760249465735e-07, "index_right": 237, "nodeid": "1396978.821983_5859827.965460", "id": "1396978.821983_5859827.965460", "name": "manhole_230_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396978.821983117843047, 5859827.965459789149463 ] } }, -{ "type": "Feature", "properties": { "_index": 237, "bedlevel": -10002.0, "branchid": "pipe_8_E210;pipe_8_E211", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_231_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8743199513802646e-07, "index_right": 238, "nodeid": "1397026.069022_5859842.370201", "id": "1397026.069022_5859842.370201", "name": "manhole_231_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397026.069022371433675, 5859842.370200684294105 ] } }, -{ "type": "Feature", "properties": { "_index": 238, "bedlevel": -10002.0, "branchid": "pipe_8_E211;pipe_8_E212", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_232_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9934982769607685e-07, "index_right": 239, "nodeid": "1397066.546460_5859871.497040", "id": "1397066.546460_5859871.497040", "name": "manhole_232_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397066.546459601027891, 5859871.497040014714003 ] } }, -{ "type": "Feature", "properties": { "_index": 239, "bedlevel": -10002.0, "branchid": "pipe_8_E212;pipe_8_E213", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_233_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1155907013517712e-07, "index_right": 240, "nodeid": "1397112.321032_5859891.233404", "id": "1397112.321032_5859891.233404", "name": "manhole_233_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397112.32103202980943, 5859891.233403690159321 ] } }, -{ "type": "Feature", "properties": { "_index": 240, "bedlevel": -10002.0, "branchid": "pipe_8_E213;pipe_8_E214", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_234_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.4654621495105569e-07, "index_right": 241, "nodeid": "1397158.934578_5859909.203701", "id": "1397158.934578_5859909.203701", "name": "manhole_234_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397158.934577539330348, 5859909.203700546175241 ] } }, -{ "type": "Feature", "properties": { "_index": 241, "bedlevel": -10002.0, "branchid": "pipe_8_E214;pipe_8_E215", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_235_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2734903813536395e-07, "index_right": 242, "nodeid": "1397208.628900_5859912.217250", "id": "1397208.628900_5859912.217250", "name": "manhole_235_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397208.628899687202647, 5859912.217249902896583 ] } }, -{ "type": "Feature", "properties": { "_index": 242, "bedlevel": -10002.0, "branchid": "pipe_8_E215;pipe_8_E216", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_236_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9230747466705236e-07, "index_right": 243, "nodeid": "1397258.349998_5859908.621304", "id": "1397258.349998_5859908.621304", "name": "manhole_236_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397258.349997788900509, 5859908.621303669176996 ] } }, -{ "type": "Feature", "properties": { "_index": 243, "bedlevel": -10002.0, "branchid": "pipe_8_E216;pipe_8_E217", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_237_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9740582075043375e-07, "index_right": 244, "nodeid": "1397307.652688_5859900.559111", "id": "1397307.652688_5859900.559111", "name": "manhole_237_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397307.652687890455127, 5859900.559111485257745 ] } }, -{ "type": "Feature", "properties": { "_index": 244, "bedlevel": -10002.0, "branchid": "pipe_8_E217;pipe_8_E218", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_238_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9632858420748755e-07, "index_right": 245, "nodeid": "1397356.819969_5859891.718974", "id": "1397356.819969_5859891.718974", "name": "manhole_238_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397356.819969275966287, 5859891.718973587267101 ] } }, -{ "type": "Feature", "properties": { "_index": 245, "bedlevel": -10002.0, "branchid": "pipe_8_E218;pipe_8_E219", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_239_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3997866486894826e-07, "index_right": 246, "nodeid": "1397405.947163_5859882.648525", "id": "1397405.947163_5859882.648525", "name": "manhole_239_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397405.947162994416431, 5859882.64852533955127 ] } }, -{ "type": "Feature", "properties": { "_index": 246, "bedlevel": -10002.0, "branchid": "pipe_8_E219;pipe_8_E220", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_240_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0180896144775884e-07, "index_right": 247, "nodeid": "1397455.074357_5859873.578077", "id": "1397455.074357_5859873.578077", "name": "manhole_240_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397455.074356712866575, 5859873.578077092766762 ] } }, -{ "type": "Feature", "properties": { "_index": 247, "bedlevel": -10002.0, "branchid": "pipe_8_E220;pipe_8_E221", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_241_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5807912904087273e-07, "index_right": 248, "nodeid": "1397504.201550_5859864.507629", "id": "1397504.201550_5859864.507629", "name": "manhole_241_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397504.201550431316718, 5859864.507628845050931 ] } }, -{ "type": "Feature", "properties": { "_index": 248, "bedlevel": -10002.0, "branchid": "pipe_8_E221;pipe_8_E222", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_242_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5926153095417394e-08, "index_right": 249, "nodeid": "1397554.018959_5859861.992306", "id": "1397554.018959_5859861.992306", "name": "manhole_242_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397554.018958964385092, 5859861.992306004278362 ] } }, -{ "type": "Feature", "properties": { "_index": 249, "bedlevel": -10002.0, "branchid": "pipe_8_E222;pipe_8_E223", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_243_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4191820956500602e-07, "index_right": 250, "nodeid": "1397603.971860_5859861.624241", "id": "1397603.971860_5859861.624241", "name": "manhole_243_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397603.971859964774922, 5859861.624241239391267 ] } }, -{ "type": "Feature", "properties": { "_index": 250, "bedlevel": -10002.0, "branchid": "pipe_8_E223;pipe_8_E224", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_244_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4265506006807947e-07, "index_right": 251, "nodeid": "1397653.882972_5859859.471307", "id": "1397653.882972_5859859.471307", "name": "manhole_244_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397653.88297161902301, 5859859.471306613646448 ] } }, -{ "type": "Feature", "properties": { "_index": 251, "bedlevel": -10002.0, "branchid": "pipe_8_E224;pipe_8_E225", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_245_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.9499505407257746e-07, "index_right": 252, "nodeid": "1397703.423983_5859861.881308", "id": "1397703.423983_5859861.881308", "name": "manhole_245_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397703.423982579493895, 5859861.881308420561254 ] } }, -{ "type": "Feature", "properties": { "_index": 252, "bedlevel": -10002.0, "branchid": "pipe_8_E225;pipe_8_E226", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_246_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7294775800413667e-07, "index_right": 253, "nodeid": "1397747.023108_5859886.103732", "id": "1397747.023108_5859886.103732", "name": "manhole_246_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397747.023107959888875, 5859886.10373152885586 ] } }, -{ "type": "Feature", "properties": { "_index": 253, "bedlevel": -10002.0, "branchid": "pipe_8_E226;pipe_8_E227", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_247_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.1627577263128748e-07, "index_right": 254, "nodeid": "1397793.638197_5859903.174489", "id": "1397793.638197_5859903.174489", "name": "manhole_247_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397793.638197069521993, 5859903.174489093013108 ] } }, -{ "type": "Feature", "properties": { "_index": 254, "bedlevel": -10002.0, "branchid": "pipe_8_E227;pipe_8_E228", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_248_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9410414942278101e-07, "index_right": 255, "nodeid": "1397843.058697_5859908.075518", "id": "1397843.058697_5859908.075518", "name": "manhole_248_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397843.058697305386886, 5859908.075518388301134 ] } }, -{ "type": "Feature", "properties": { "_index": 255, "bedlevel": -10002.0, "branchid": "pipe_8_E228;pipe_8_E229", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_249_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0224645710494612e-07, "index_right": 256, "nodeid": "1397891.750025_5859898.873472", "id": "1397891.750025_5859898.873472", "name": "manhole_249_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397891.750025275163352, 5859898.873471706174314 ] } }, -{ "type": "Feature", "properties": { "_index": 256, "bedlevel": -10002.0, "branchid": "pipe_8_E229;pipe_8_E230", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_250_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8926749135876551e-07, "index_right": 257, "nodeid": "1397936.923744_5859877.870163", "id": "1397936.923744_5859877.870163", "name": "manhole_250_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397936.923744227737188, 5859877.870162684470415 ] } }, -{ "type": "Feature", "properties": { "_index": 257, "bedlevel": -10002.0, "branchid": "pipe_8_E230;pipe_8_E231", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_251_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8640109359067389e-07, "index_right": 258, "nodeid": "1397981.644396_5859855.907782", "id": "1397981.644396_5859855.907782", "name": "manhole_251_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397981.64439625875093, 5859855.90778212249279 ] } }, -{ "type": "Feature", "properties": { "_index": 258, "bedlevel": -10002.0, "branchid": "pipe_8_E231;pipe_8_E232", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_252_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.486548430479484e-07, "index_right": 259, "nodeid": "1398028.885239_5859839.657953", "id": "1398028.885239_5859839.657953", "name": "manhole_252_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398028.885239223018289, 5859839.657952889800072 ] } }, -{ "type": "Feature", "properties": { "_index": 259, "bedlevel": -10002.0, "branchid": "pipe_8_E232;pipe_8_E233", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_253_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2604479732173976e-07, "index_right": 260, "nodeid": "1398074.333875_5859819.596489", "id": "1398074.333875_5859819.596489", "name": "manhole_253_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398074.333874926203862, 5859819.596489317715168 ] } }, -{ "type": "Feature", "properties": { "_index": 260, "bedlevel": -10002.0, "branchid": "pipe_8_E233;pipe_8_E234", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_254_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0201437372864746e-07, "index_right": 261, "nodeid": "1398115.107381_5859790.975434", "id": "1398115.107381_5859790.975434", "name": "manhole_254_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398115.10738128842786, 5859790.975434089079499 ] } }, -{ "type": "Feature", "properties": { "_index": 261, "bedlevel": -10002.0, "branchid": "pipe_8_E234;pipe_8_E235", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_255_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7028452494618011e-07, "index_right": 262, "nodeid": "1398149.744976_5859755.089588", "id": "1398149.744976_5859755.089588", "name": "manhole_255_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398149.744975707959384, 5859755.089587510563433 ] } }, -{ "type": "Feature", "properties": { "_index": 262, "bedlevel": -10002.0, "branchid": "pipe_8_E235;pipe_8_E236", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_256_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6952422316193931e-07, "index_right": 263, "nodeid": "1398183.274727_5859718.055684", "id": "1398183.274727_5859718.055684", "name": "manhole_256_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398183.274726968258619, 5859718.055684468708932 ] } }, -{ "type": "Feature", "properties": { "_index": 263, "bedlevel": -10002.0, "branchid": "pipe_8_E236;pipe_8_E237", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_257_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8489098772154663e-07, "index_right": 264, "nodeid": "1398216.804478_5859681.021781", "id": "1398216.804478_5859681.021781", "name": "manhole_257_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398216.804478228790686, 5859681.021781427785754 ] } }, -{ "type": "Feature", "properties": { "_index": 264, "bedlevel": -10002.0, "branchid": "pipe_8_E237;pipe_8_E238", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_258_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.2286166051832471e-07, "index_right": 265, "nodeid": "1398250.334229_5859643.987878", "id": "1398250.334229_5859643.987878", "name": "manhole_258_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398250.334229489089921, 5859643.987878385931253 ] } }, -{ "type": "Feature", "properties": { "_index": 265, "bedlevel": -10002.0, "branchid": "pipe_8_E238;pipe_8_E239", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_259_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8350034235791275e-07, "index_right": 266, "nodeid": "1398284.481651_5859607.524330", "id": "1398284.481651_5859607.524330", "name": "manhole_259_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398284.481650964356959, 5859607.524329618550837 ] } }, -{ "type": "Feature", "properties": { "_index": 266, "bedlevel": -10002.0, "branchid": "pipe_8_E239;pipe_8_E240", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_260_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4431969461840622e-07, "index_right": 267, "nodeid": "1398319.317491_5859571.767065", "id": "1398319.317491_5859571.767065", "name": "manhole_260_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398319.317491063848138, 5859571.767064870335162 ] } }, -{ "type": "Feature", "properties": { "_index": 267, "bedlevel": -10002.0, "branchid": "pipe_8_E240;pipe_8_E241", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_261_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4169838478557754e-07, "index_right": 268, "nodeid": "1398357.123779_5859539.110691", "id": "1398357.123779_5859539.110691", "name": "manhole_261_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398357.123779168818146, 5859539.110690702684224 ] } }, -{ "type": "Feature", "properties": { "_index": 268, "bedlevel": -10002.0, "branchid": "pipe_8_E241;pipe_8_E242", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_262_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5140362464665656e-07, "index_right": 269, "nodeid": "1398396.994694_5859509.175409", "id": "1398396.994694_5859509.175409", "name": "manhole_262_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398396.994694244116545, 5859509.175408939830959 ] } }, -{ "type": "Feature", "properties": { "_index": 269, "bedlevel": -10002.0, "branchid": "pipe_8_E242;pipe_8_E243", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_263_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1674142669088241e-07, "index_right": 270, "nodeid": "1398438.625189_5859481.559180", "id": "1398438.625189_5859481.559180", "name": "manhole_263_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398438.625188711099327, 5859481.559179571457207 ] } }, -{ "type": "Feature", "properties": { "_index": 270, "bedlevel": -10002.0, "branchid": "pipe_8_E243;pipe_8_E244", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_264_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.92289274776234e-07, "index_right": 271, "nodeid": "1398483.539109_5859460.905188", "id": "1398483.539109_5859460.905188", "name": "manhole_264_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398483.539108508033678, 5859460.905187982134521 ] } }, -{ "type": "Feature", "properties": { "_index": 271, "bedlevel": -10002.0, "branchid": "pipe_8_E244;pipe_8_E245", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_265_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3476065276787469e-07, "index_right": 272, "nodeid": "1398531.329334_5859446.350169", "id": "1398531.329334_5859446.350169", "name": "manhole_265_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398531.329333725385368, 5859446.3501693373546 ] } }, -{ "type": "Feature", "properties": { "_index": 272, "bedlevel": -10002.0, "branchid": "pipe_8_E245;pipe_8_E246", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_266_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9195432799585022e-07, "index_right": 273, "nodeid": "1398573.904497_5859448.908529", "id": "1398573.904497_5859448.908529", "name": "manhole_266_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398573.904497290030122, 5859448.908529263921082 ] } }, -{ "type": "Feature", "properties": { "_index": 273, "bedlevel": -10002.0, "branchid": "pipe_8_E246;pipe_8_E247", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_267_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2945345365490322e-07, "index_right": 274, "nodeid": "1398532.548581_5859465.879761", "id": "1398532.548581_5859465.879761", "name": "manhole_267_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398532.548580731498078, 5859465.879761456511915 ] } }, -{ "type": "Feature", "properties": { "_index": 274, "bedlevel": -10002.0, "branchid": "pipe_8_E247;pipe_8_E248", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_268_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9987481218824765e-07, "index_right": 275, "nodeid": "1398491.570630_5859492.568127", "id": "1398491.570630_5859492.568127", "name": "manhole_268_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398491.570629527093843, 5859492.568126837722957 ] } }, -{ "type": "Feature", "properties": { "_index": 275, "bedlevel": -10002.0, "branchid": "pipe_8_E248;pipe_8_E249", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_269_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2724146746138241e-07, "index_right": 276, "nodeid": "1398461.301121_5859532.253488", "id": "1398461.301121_5859532.253488", "name": "manhole_269_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398461.301121125230566, 5859532.253487977199256 ] } }, -{ "type": "Feature", "properties": { "_index": 276, "bedlevel": -10002.0, "branchid": "pipe_8_E249;pipe_8_E250", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_270_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.4047169245179728e-07, "index_right": 277, "nodeid": "1398432.456113_5859573.008350", "id": "1398432.456113_5859573.008350", "name": "manhole_270_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398432.456113477703184, 5859573.008350426331162 ] } }, -{ "type": "Feature", "properties": { "_index": 277, "bedlevel": -10002.0, "branchid": "pipe_8_E250;pipe_8_E251", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_271_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7747223996798424e-07, "index_right": 278, "nodeid": "1398405.885065_5859615.313594", "id": "1398405.885065_5859615.313594", "name": "manhole_271_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398405.885065378854051, 5859615.313593564555049 ] } }, -{ "type": "Feature", "properties": { "_index": 278, "bedlevel": -10002.0, "branchid": "pipe_8_E251;pipe_8_E252", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_272_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0041807675578891e-07, "index_right": 279, "nodeid": "1398401.093442_5859656.772993", "id": "1398401.093442_5859656.772993", "name": "manhole_272_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398401.093442294746637, 5859656.772992729209363 ] } }, -{ "type": "Feature", "properties": { "_index": 279, "bedlevel": -10002.0, "branchid": "pipe_8_E252;pipe_8_E253", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_273_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2763231739095177e-07, "index_right": 280, "nodeid": "1398434.507358_5859623.867795", "id": "1398434.507358_5859623.867795", "name": "manhole_273_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398434.507358234375715, 5859623.867795357480645 ] } }, -{ "type": "Feature", "properties": { "_index": 280, "bedlevel": -10002.0, "branchid": "pipe_8_E253;pipe_8_E254", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_274_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 7.8223126955829478e-08, "index_right": 281, "nodeid": "1398464.939289_5859584.535416", "id": "1398464.939289_5859584.535416", "name": "manhole_274_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398464.939288959605619, 5859584.535415932536125 ] } }, -{ "type": "Feature", "properties": { "_index": 281, "bedlevel": -10002.0, "branchid": "pipe_8_E254;pipe_8_E255", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_275_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6538242802736845e-07, "index_right": 282, "nodeid": "1398503.837232_5859553.340068", "id": "1398503.837232_5859553.340068", "name": "manhole_275_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398503.837231649784371, 5859553.340068104676902 ] } }, -{ "type": "Feature", "properties": { "_index": 282, "bedlevel": -10002.0, "branchid": "pipe_8_E255;pipe_8_E256", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_276_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1685513311648643e-07, "index_right": 283, "nodeid": "1398546.459560_5859528.119998", "id": "1398546.459560_5859528.119998", "name": "manhole_276_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398546.459559988696128, 5859528.119997682981193 ] } }, -{ "type": "Feature", "properties": { "_index": 283, "bedlevel": -10002.0, "branchid": "pipe_8_E256;pipe_8_E257", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_277_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6870078645586679e-07, "index_right": 284, "nodeid": "1398595.661089_5859519.461836", "id": "1398595.661089_5859519.461836", "name": "manhole_277_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398595.661088732071221, 5859519.461836019530892 ] } }, -{ "type": "Feature", "properties": { "_index": 284, "bedlevel": -10002.0, "branchid": "pipe_8_E257;pipe_8_E258", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_278_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2901458049795436e-07, "index_right": 285, "nodeid": "1398644.526448_5859509.278818", "id": "1398644.526448_5859509.278818", "name": "manhole_278_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398644.526447595329955, 5859509.27881785761565 ] } }, -{ "type": "Feature", "properties": { "_index": 285, "bedlevel": -10002.0, "branchid": "pipe_8_E258;pipe_8_E259", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_279_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3724981182896407e-07, "index_right": 286, "nodeid": "1398692.807619_5859496.445942", "id": "1398692.807619_5859496.445942", "name": "manhole_279_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398692.807618896011263, 5859496.445942424237728 ] } }, -{ "type": "Feature", "properties": { "_index": 286, "bedlevel": -10002.0, "branchid": "pipe_8_E259;pipe_8_E260", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_280_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0451292931870206e-07, "index_right": 287, "nodeid": "1398739.501340_5859478.733094", "id": "1398739.501340_5859478.733094", "name": "manhole_280_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398739.501339873997495, 5859478.733093839138746 ] } }, -{ "type": "Feature", "properties": { "_index": 287, "bedlevel": -10002.0, "branchid": "pipe_8_E260;pipe_8_E261", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_281_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5892186076460659e-07, "index_right": 288, "nodeid": "1398787.201663_5859464.343881", "id": "1398787.201663_5859464.343881", "name": "manhole_281_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398787.201663054060191, 5859464.343881354667246 ] } }, -{ "type": "Feature", "properties": { "_index": 288, "bedlevel": -10002.0, "branchid": "pipe_8_E261;pipe_8_E262", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_282_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2764917477194584e-07, "index_right": 289, "nodeid": "1398835.171647_5859451.045873", "id": "1398835.171647_5859451.045873", "name": "manhole_282_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398835.171647123061121, 5859451.045873033814132 ] } }, -{ "type": "Feature", "properties": { "_index": 289, "bedlevel": -10002.0, "branchid": "pipe_8_E262;pipe_8_E263", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_283_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.141295639927555e-07, "index_right": 290, "nodeid": "1398858.065018_5859409.515308", "id": "1398858.065018_5859409.515308", "name": "manhole_283_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398858.065017622429878, 5859409.515308484435081 ] } }, -{ "type": "Feature", "properties": { "_index": 290, "bedlevel": -10002.0, "branchid": "pipe_8_E263;pipe_8_E264", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_284_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0264573939555105e-07, "index_right": 291, "nodeid": "1398847.216461_5859362.391018", "id": "1398847.216461_5859362.391018", "name": "manhole_284_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398847.216460886178538, 5859362.391017832793295 ] } }, -{ "type": "Feature", "properties": { "_index": 291, "bedlevel": -10002.0, "branchid": "pipe_8_E264;pipe_8_E265", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_285_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8820514501194742e-07, "index_right": 292, "nodeid": "1398801.557522_5859344.727349", "id": "1398801.557522_5859344.727349", "name": "manhole_285_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398801.557521830545738, 5859344.727349349297583 ] } }, -{ "type": "Feature", "properties": { "_index": 292, "bedlevel": -10002.0, "branchid": "pipe_8_E265;pipe_8_E266", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_286_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.8999337183396952e-07, "index_right": 293, "nodeid": "1398802.493710_5859324.148681", "id": "1398802.493710_5859324.148681", "name": "manhole_286_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398802.493710001232103, 5859324.148681189864874 ] } }, -{ "type": "Feature", "properties": { "_index": 293, "bedlevel": -10002.0, "branchid": "pipe_8_E266;pipe_8_E267", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_287_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6403661303878025e-07, "index_right": 294, "nodeid": "1398847.802174_5859345.193704", "id": "1398847.802174_5859345.193704", "name": "manhole_287_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398847.80217386293225, 5859345.19370355643332 ] } }, -{ "type": "Feature", "properties": { "_index": 294, "bedlevel": -10002.0, "branchid": "pipe_8_E267;pipe_8_E268", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_288_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.3669062546124304e-07, "index_right": 295, "nodeid": "1398883.701322_5859379.053840", "id": "1398883.701322_5859379.053840", "name": "manhole_288_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398883.701321874046698, 5859379.053840053267777 ] } }, -{ "type": "Feature", "properties": { "_index": 295, "bedlevel": -10002.0, "branchid": "pipe_8_E268;pipe_8_E269", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_289_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9291039121311018e-07, "index_right": 296, "nodeid": "1398921.561594_5859405.592666", "id": "1398921.561594_5859405.592666", "name": "manhole_289_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398921.561593507183716, 5859405.59266600292176 ] } }, -{ "type": "Feature", "properties": { "_index": 296, "bedlevel": -10002.0, "branchid": "pipe_8_E269;pipe_8_E270", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_290_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1418582123913663e-07, "index_right": 297, "nodeid": "1398916.532476_5859367.261670", "id": "1398916.532476_5859367.261670", "name": "manhole_290_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398916.532475853571668, 5859367.261669612489641 ] } }, -{ "type": "Feature", "properties": { "_index": 297, "bedlevel": -10002.0, "branchid": "pipe_8_E270;pipe_8_E271", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_291_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7667939936879079e-07, "index_right": 298, "nodeid": "1398878.751510_5859335.164943", "id": "1398878.751510_5859335.164943", "name": "manhole_291_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398878.751509881811216, 5859335.164943357929587 ] } }, -{ "type": "Feature", "properties": { "_index": 298, "bedlevel": -10002.0, "branchid": "pipe_8_E271;pipe_8_E272", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_292_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6193623171752786e-07, "index_right": 299, "nodeid": "1398837.095387_5859308.388286", "id": "1398837.095387_5859308.388286", "name": "manhole_292_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398837.095387369161472, 5859308.388286277651787 ] } }, -{ "type": "Feature", "properties": { "_index": 299, "bedlevel": -10002.0, "branchid": "pipe_8_E272;pipe_8_E273", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_293_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6426501160208343e-07, "index_right": 300, "nodeid": "1398828.463751_5859260.883863", "id": "1398828.463751_5859260.883863", "name": "manhole_293_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398828.4637511507608, 5859260.883863331750035 ] } }, -{ "type": "Feature", "properties": { "_index": 300, "bedlevel": -10002.0, "branchid": "pipe_8_E273;pipe_8_E274", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_294_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9626222859184708e-07, "index_right": 301, "nodeid": "1398825.407821_5859211.357915", "id": "1398825.407821_5859211.357915", "name": "manhole_294_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398825.407821342581883, 5859211.35791480075568 ] } }, -{ "type": "Feature", "properties": { "_index": 301, "bedlevel": -10002.0, "branchid": "pipe_8_E274;pipe_8_E275", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_295_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3824395128161567e-07, "index_right": 302, "nodeid": "1398810.070194_5859163.813079", "id": "1398810.070194_5859163.813079", "name": "manhole_295_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398810.070193937746808, 5859163.81307933293283 ] } }, -{ "type": "Feature", "properties": { "_index": 302, "bedlevel": -10002.0, "branchid": "pipe_8_E275;pipe_8_E276", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_296_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8596529964958215e-07, "index_right": 303, "nodeid": "1398794.732567_5859116.268244", "id": "1398794.732567_5859116.268244", "name": "manhole_296_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398794.732566533144563, 5859116.26824386510998 ] } }, -{ "type": "Feature", "properties": { "_index": 303, "bedlevel": -10002.0, "branchid": "pipe_8_E276;pipe_8_E277", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_297_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.6027092436091818e-08, "index_right": 304, "nodeid": "1398782.747474_5859067.917035", "id": "1398782.747474_5859067.917035", "name": "manhole_297_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398782.747474028496072, 5859067.9170350600034 ] } }, -{ "type": "Feature", "properties": { "_index": 304, "bedlevel": -10002.0, "branchid": "pipe_8_E277;pipe_8_E278", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_298_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2980072346261067e-07, "index_right": 305, "nodeid": "1398770.179501_5859019.820489", "id": "1398770.179501_5859019.820489", "name": "manhole_298_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398770.17950126901269, 5859019.8204888086766 ] } }, -{ "type": "Feature", "properties": { "_index": 305, "bedlevel": -10002.0, "branchid": "pipe_8_E278;pipe_8_E279", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_299_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.423129935562684e-07, "index_right": 306, "nodeid": "1398795.085149_5859018.555149", "id": "1398795.085149_5859018.555149", "name": "manhole_299_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398795.085148732177913, 5859018.555148786865175 ] } }, -{ "type": "Feature", "properties": { "_index": 306, "bedlevel": -10002.0, "branchid": "pipe_8_E279;pipe_8_E280", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_300_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.3646654309507067e-07, "index_right": 307, "nodeid": "1398805.761121_5859067.358610", "id": "1398805.761121_5859067.358610", "name": "manhole_300_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398805.761120797367766, 5859067.358609878458083 ] } }, -{ "type": "Feature", "properties": { "_index": 307, "bedlevel": -10002.0, "branchid": "pipe_8_E280;pipe_8_E281", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_301_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.036554880115881e-07, "index_right": 308, "nodeid": "1398822.476000_5859113.877517", "id": "1398822.476000_5859113.877517", "name": "manhole_301_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398822.476000100839883, 5859113.877516822889447 ] } }, -{ "type": "Feature", "properties": { "_index": 308, "bedlevel": -10002.0, "branchid": "pipe_8_E281;pipe_8_E282", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_302_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4713571771138903e-07, "index_right": 309, "nodeid": "1398846.775557_5859157.527096", "id": "1398846.775557_5859157.527096", "name": "manhole_302_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398846.775557091226801, 5859157.527095561847091 ] } }, -{ "type": "Feature", "properties": { "_index": 309, "bedlevel": -10002.0, "branchid": "pipe_8_E282;pipe_8_E283", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_303_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.749062568137728e-07, "index_right": 310, "nodeid": "1398856.314715_5859206.267450", "id": "1398856.314715_5859206.267450", "name": "manhole_303_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398856.31471465039067, 5859206.267450321465731 ] } }, -{ "type": "Feature", "properties": { "_index": 310, "bedlevel": -10002.0, "branchid": "pipe_8_E283;pipe_8_E284", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_304_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.332922385022806e-07, "index_right": 311, "nodeid": "1398869.156176_5859252.201237", "id": "1398869.156176_5859252.201237", "name": "manhole_304_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398869.156176014570519, 5859252.201237232424319 ] } }, -{ "type": "Feature", "properties": { "_index": 311, "bedlevel": -10002.0, "branchid": "pipe_8_E284;pipe_8_E285", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_305_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9314569148556209e-07, "index_right": 312, "nodeid": "1398880.023954_5859208.279429", "id": "1398880.023954_5859208.279429", "name": "manhole_305_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398880.023954376578331, 5859208.279428681358695 ] } }, -{ "type": "Feature", "properties": { "_index": 312, "bedlevel": -10002.0, "branchid": "pipe_8_E285;pipe_8_E286", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_306_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7358119219678049e-07, "index_right": 313, "nodeid": "1398880.626256_5859158.584950", "id": "1398880.626256_5859158.584950", "name": "manhole_306_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398880.626256473595276, 5859158.584949998185039 ] } }, -{ "type": "Feature", "properties": { "_index": 313, "bedlevel": -10002.0, "branchid": "pipe_8_E286;pipe_8_E287", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_307_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0370836484158187e-07, "index_right": 314, "nodeid": "1398868.139636_5859110.213073", "id": "1398868.139636_5859110.213073", "name": "manhole_307_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398868.13963572261855, 5859110.213072876445949 ] } }, -{ "type": "Feature", "properties": { "_index": 314, "bedlevel": -10002.0, "branchid": "pipe_8_E287;pipe_8_E288", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_308_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4134854329007583e-07, "index_right": 315, "nodeid": "1398853.932250_5859062.369535", "id": "1398853.932250_5859062.369535", "name": "manhole_308_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398853.932250312762335, 5859062.36953486315906 ] } }, -{ "type": "Feature", "properties": { "_index": 315, "bedlevel": -10002.0, "branchid": "pipe_8_E288;pipe_8_E289", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_309_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0695716913617509e-07, "index_right": 316, "nodeid": "1398837.122473_5859015.325029", "id": "1398837.122473_5859015.325029", "name": "manhole_309_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398837.122472708113492, 5859015.325028585270047 ] } }, -{ "type": "Feature", "properties": { "_index": 316, "bedlevel": -10002.0, "branchid": "pipe_8_E289;pipe_8_E290", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_310_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1527254887463569e-07, "index_right": 317, "nodeid": "1398811.025979_5858975.228953", "id": "1398811.025979_5858975.228953", "name": "manhole_310_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398811.025979021331295, 5858975.228952785953879 ] } }, -{ "type": "Feature", "properties": { "_index": 317, "bedlevel": -10002.0, "branchid": "pipe_8_E290;pipe_8_E291", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_311_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6406918557009945e-07, "index_right": 318, "nodeid": "1398792.731020_5858942.105523", "id": "1398792.731020_5858942.105523", "name": "manhole_311_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398792.731020024977624, 5858942.105522636324167 ] } }, -{ "type": "Feature", "properties": { "_index": 318, "bedlevel": -10002.0, "branchid": "pipe_8_E291;pipe_8_E292", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_312_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1196812777040769e-07, "index_right": 319, "nodeid": "1398830.329654_5858969.070570", "id": "1398830.329654_5858969.070570", "name": "manhole_312_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398830.329653899185359, 5858969.070570295676589 ] } }, -{ "type": "Feature", "properties": { "_index": 319, "bedlevel": -10002.0, "branchid": "pipe_8_E292;pipe_8_E293", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_313_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.6011136448960355e-07, "index_right": 320, "nodeid": "1398855.120396_5859011.387144", "id": "1398855.120396_5859011.387144", "name": "manhole_313_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398855.120396409882233, 5859011.387144382111728 ] } }, -{ "type": "Feature", "properties": { "_index": 320, "bedlevel": -10002.0, "branchid": "pipe_8_E293;pipe_8_E294", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_314_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9591178104851927e-07, "index_right": 321, "nodeid": "1398871.986897_5859058.411344", "id": "1398871.986897_5859058.411344", "name": "manhole_314_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398871.986897473689169, 5859058.411343852989376 ] } }, -{ "type": "Feature", "properties": { "_index": 321, "bedlevel": -10002.0, "branchid": "pipe_8_E294;pipe_8_E295", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_315_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.6539914874867082e-07, "index_right": 322, "nodeid": "1398888.853399_5859105.435543", "id": "1398888.853399_5859105.435543", "name": "manhole_315_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398888.853398537263274, 5859105.435543324798346 ] } }, -{ "type": "Feature", "properties": { "_index": 322, "bedlevel": -10002.0, "branchid": "pipe_8_E295;pipe_8_E296", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_316_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7958000731639475e-07, "index_right": 323, "nodeid": "1398900.727339_5859081.638883", "id": "1398900.727339_5859081.638883", "name": "manhole_316_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398900.727339124539867, 5859081.638882641680539 ] } }, -{ "type": "Feature", "properties": { "_index": 323, "bedlevel": -10002.0, "branchid": "pipe_8_E296;pipe_8_E297", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_317_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7793582098646388e-07, "index_right": 324, "nodeid": "1398886.090776_5859033.873569", "id": "1398886.090776_5859033.873569", "name": "manhole_317_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398886.090775846736506, 5859033.873568767681718 ] } }, -{ "type": "Feature", "properties": { "_index": 324, "bedlevel": -10002.0, "branchid": "pipe_8_E297;pipe_8_E298", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_318_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.438546626154756e-07, "index_right": 325, "nodeid": "1398871.454213_5858986.108255", "id": "1398871.454213_5858986.108255", "name": "manhole_318_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398871.454212568933144, 5858986.108254893682897 ] } }, -{ "type": "Feature", "properties": { "_index": 325, "bedlevel": -10002.0, "branchid": "pipe_8_E298;pipe_8_E299", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_319_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3636419568312296e-07, "index_right": 326, "nodeid": "1398849.153736_5858941.779146", "id": "1398849.153736_5858941.779146", "name": "manhole_319_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398849.153736402047798, 5858941.779146169312298 ] } }, -{ "type": "Feature", "properties": { "_index": 326, "bedlevel": -10002.0, "branchid": "pipe_8_E299;pipe_8_E300", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_320_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0524665690515741e-07, "index_right": 327, "nodeid": "1398815.222575_5858905.112670", "id": "1398815.222575_5858905.112670", "name": "manhole_320_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398815.222575184656307, 5858905.112669756636024 ] } }, -{ "type": "Feature", "properties": { "_index": 327, "bedlevel": -10002.0, "branchid": "pipe_8_E300;pipe_8_E301", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_321_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5735022873038316e-07, "index_right": 328, "nodeid": "1398794.854308_5858859.946742", "id": "1398794.854308_5858859.946742", "name": "manhole_321_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398794.85430785198696, 5858859.946741789579391 ] } }, -{ "type": "Feature", "properties": { "_index": 328, "bedlevel": -10002.0, "branchid": "pipe_8_E301;pipe_8_E302", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_322_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1010952830868464e-07, "index_right": 329, "nodeid": "1398792.106715_5858810.752992", "id": "1398792.106715_5858810.752992", "name": "manhole_322_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398792.106715303380042, 5858810.75299206469208 ] } }, -{ "type": "Feature", "properties": { "_index": 329, "bedlevel": -10002.0, "branchid": "pipe_8_E302;pipe_8_E303", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_323_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.9001034799127994e-07, "index_right": 330, "nodeid": "1398793.643043_5858760.819097", "id": "1398793.643043_5858760.819097", "name": "manhole_323_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398793.643042888259515, 5858760.819096846506 ] } }, -{ "type": "Feature", "properties": { "_index": 330, "bedlevel": -10002.0, "branchid": "pipe_8_E303;pipe_8_E304", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_324_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7959516593534859e-07, "index_right": 331, "nodeid": "1398790.088434_5858711.060477", "id": "1398790.088434_5858711.060477", "name": "manhole_324_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398790.088434485485777, 5858711.060477316379547 ] } }, -{ "type": "Feature", "properties": { "_index": 331, "bedlevel": -10002.0, "branchid": "pipe_8_E304;pipe_8_E305", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_325_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6739937821491655e-07, "index_right": 332, "nodeid": "1398794.878787_5858662.547426", "id": "1398794.878787_5858662.547426", "name": "manhole_325_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398794.878786830464378, 5858662.547426326200366 ] } }, -{ "type": "Feature", "properties": { "_index": 332, "bedlevel": -10002.0, "branchid": "pipe_8_E305;pipe_8_E306", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_326_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8462184730561605e-08, "index_right": 333, "nodeid": "1398819.366494_5858670.364550", "id": "1398819.366494_5858670.364550", "name": "manhole_326_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398819.366494038375095, 5858670.364549998193979 ] } }, -{ "type": "Feature", "properties": { "_index": 333, "bedlevel": -10002.0, "branchid": "pipe_8_E306;pipe_8_E307", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_327_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.3695128154438488e-07, "index_right": 334, "nodeid": "1398819.617673_5858716.767628", "id": "1398819.617673_5858716.767628", "name": "manhole_327_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398819.617673476459458, 5858716.76762757729739 ] } }, -{ "type": "Feature", "properties": { "_index": 334, "bedlevel": -10002.0, "branchid": "pipe_8_E307;pipe_8_E308", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_328_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3527058334342967e-07, "index_right": 335, "nodeid": "1398839.440140_5858762.622696", "id": "1398839.440140_5858762.622696", "name": "manhole_328_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398839.440140422666445, 5858762.622695895843208 ] } }, -{ "type": "Feature", "properties": { "_index": 335, "bedlevel": -10002.0, "branchid": "pipe_8_E308;pipe_8_E309", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_329_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7646411180076352e-07, "index_right": 336, "nodeid": "1398862.207243_5858806.886671", "id": "1398862.207243_5858806.886671", "name": "manhole_329_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398862.207243219949305, 5858806.886671305634081 ] } }, -{ "type": "Feature", "properties": { "_index": 336, "bedlevel": -10002.0, "branchid": "pipe_8_E309;pipe_8_E310", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_330_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5178267837960694e-07, "index_right": 337, "nodeid": "1398889.802204_5858848.531267", "id": "1398889.802204_5858848.531267", "name": "manhole_330_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398889.802204162580892, 5858848.531266688369215 ] } }, -{ "type": "Feature", "properties": { "_index": 337, "bedlevel": -10002.0, "branchid": "pipe_8_E310;pipe_8_E311", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_331_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2734963595121571e-07, "index_right": 338, "nodeid": "1398917.397165_5858890.175862", "id": "1398917.397165_5858890.175862", "name": "manhole_331_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398917.39716510521248, 5858890.17586207203567 ] } }, -{ "type": "Feature", "properties": { "_index": 338, "bedlevel": -10002.0, "branchid": "pipe_8_E311;pipe_8_E312", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_332_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5698487233873022e-07, "index_right": 339, "nodeid": "1398944.992126_5858931.820457", "id": "1398944.992126_5858931.820457", "name": "manhole_332_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398944.992126047844067, 5858931.820457454770803 ] } }, -{ "type": "Feature", "properties": { "_index": 339, "bedlevel": -10002.0, "branchid": "pipe_8_E312;pipe_8_E313", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_333_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9828368029649404e-07, "index_right": 340, "nodeid": "1398971.575187_5858973.957092", "id": "1398971.575187_5858973.957092", "name": "manhole_333_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398971.575186722679064, 5858973.957092110067606 ] } }, -{ "type": "Feature", "properties": { "_index": 340, "bedlevel": -10002.0, "branchid": "pipe_8_E313;pipe_8_E314", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_334_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4158286878430491e-07, "index_right": 341, "nodeid": "1398987.166209_5859021.419029", "id": "1398987.166209_5859021.419029", "name": "manhole_334_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398987.166208792012185, 5859021.419029271230102 ] } }, -{ "type": "Feature", "properties": { "_index": 341, "bedlevel": -10002.0, "branchid": "pipe_8_E314;pipe_8_E315", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_335_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.446692871065518e-07, "index_right": 342, "nodeid": "1399016.090406_5859058.447116", "id": "1399016.090406_5859058.447116", "name": "manhole_335_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399016.090406245552003, 5859058.44711637031287 ] } }, -{ "type": "Feature", "properties": { "_index": 342, "bedlevel": -10002.0, "branchid": "pipe_8_E315;pipe_8_E316", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_336_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4936290458606463e-07, "index_right": 343, "nodeid": "1399064.877304_5859051.315187", "id": "1399064.877304_5859051.315187", "name": "manhole_336_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399064.877304280875251, 5859051.315186527557671 ] } }, -{ "type": "Feature", "properties": { "_index": 343, "bedlevel": -10002.0, "branchid": "pipe_8_E316;pipe_8_E317", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_337_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9358882308501149e-07, "index_right": 344, "nodeid": "1399112.820079_5859037.270808", "id": "1399112.820079_5859037.270808", "name": "manhole_337_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399112.820078881457448, 5859037.270808375440538 ] } }, -{ "type": "Feature", "properties": { "_index": 344, "bedlevel": -10002.0, "branchid": "pipe_8_E317;pipe_8_E318", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_338_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6181637648103306e-07, "index_right": 345, "nodeid": "1399155.369209_5859045.770088", "id": "1399155.369209_5859045.770088", "name": "manhole_338_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399155.369209250900894, 5859045.770087925717235 ] } }, -{ "type": "Feature", "properties": { "_index": 345, "bedlevel": -10002.0, "branchid": "pipe_8_E318;pipe_8_E319", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_339_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6184141612665911e-07, "index_right": 346, "nodeid": "1399184.266893_5859080.177824", "id": "1399184.266893_5859080.177824", "name": "manhole_339_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399184.26689311536029, 5859080.177823886275291 ] } }, -{ "type": "Feature", "properties": { "_index": 346, "bedlevel": -10002.0, "branchid": "pipe_8_E319;pipe_8_E320", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_340_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5365993772480423e-07, "index_right": 347, "nodeid": "1399230.582083_5859061.869366", "id": "1399230.582083_5859061.869366", "name": "manhole_340_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399230.582083143759519, 5859061.869365677237511 ] } }, -{ "type": "Feature", "properties": { "_index": 347, "bedlevel": -10002.0, "branchid": "pipe_8_E320;pipe_8_E321", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_341_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 8.6291949338454768e-08, "index_right": 348, "nodeid": "1399278.640134_5859050.891168", "id": "1399278.640134_5859050.891168", "name": "manhole_341_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399278.64013407076709, 5859050.891167950816453 ] } }, -{ "type": "Feature", "properties": { "_index": 348, "bedlevel": -10002.0, "branchid": "pipe_8_E321;pipe_8_E322", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_342_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0441274497205326e-07, "index_right": 349, "nodeid": "1399328.355699_5859048.321908", "id": "1399328.355699_5859048.321908", "name": "manhole_342_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399328.355699470732361, 5859048.321908378973603 ] } }, -{ "type": "Feature", "properties": { "_index": 349, "bedlevel": -10002.0, "branchid": "pipe_8_E322;pipe_8_E323", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_343_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2013235443458499e-07, "index_right": 350, "nodeid": "1399370.165537_5859074.816641", "id": "1399370.165537_5859074.816641", "name": "manhole_343_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399370.16553715383634, 5859074.816641157492995 ] } }, -{ "type": "Feature", "properties": { "_index": 350, "bedlevel": -10002.0, "branchid": "pipe_8_E323;pipe_8_E324", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_344_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.375812851629014e-07, "index_right": 351, "nodeid": "1399410.248348_5859104.537193", "id": "1399410.248348_5859104.537193", "name": "manhole_344_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399410.248347557615489, 5859104.537193459458649 ] } }, -{ "type": "Feature", "properties": { "_index": 351, "bedlevel": -10002.0, "branchid": "pipe_8_E324;pipe_8_E325", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_345_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8355157997303187e-07, "index_right": 352, "nodeid": "1399458.397684_5859099.588150", "id": "1399458.397684_5859099.588150", "name": "manhole_345_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399458.397684239549562, 5859099.588150420226157 ] } }, -{ "type": "Feature", "properties": { "_index": 352, "bedlevel": -10002.0, "branchid": "pipe_8_E325;pipe_8_E326", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_346_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.045117365031621e-07, "index_right": 353, "nodeid": "1399505.852521_5859083.975742", "id": "1399505.852521_5859083.975742", "name": "manhole_346_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399505.852520841639489, 5859083.975741870701313 ] } }, -{ "type": "Feature", "properties": { "_index": 353, "bedlevel": -10002.0, "branchid": "pipe_8_E326;pipe_8_E327", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_347_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3259594624186799e-07, "index_right": 354, "nodeid": "1399555.343615_5859081.947722", "id": "1399555.343615_5859081.947722", "name": "manhole_347_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399555.343614747049287, 5859081.947722216136754 ] } }, -{ "type": "Feature", "properties": { "_index": 354, "bedlevel": -10002.0, "branchid": "pipe_8_E327;pipe_8_E328", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_348_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6917049020155967e-07, "index_right": 355, "nodeid": "1399601.015649_5859062.386111", "id": "1399601.015649_5859062.386111", "name": "manhole_348_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399601.015649068634957, 5859062.386111154220998 ] } }, -{ "type": "Feature", "properties": { "_index": 355, "bedlevel": -10002.0, "branchid": "pipe_8_E328;pipe_8_E329", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_349_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1844071686960826e-07, "index_right": 356, "nodeid": "1399645.166988_5859039.625559", "id": "1399645.166988_5859039.625559", "name": "manhole_349_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399645.166987635195255, 5859039.625559205189347 ] } }, -{ "type": "Feature", "properties": { "_index": 356, "bedlevel": -10002.0, "branchid": "pipe_8_E329;pipe_8_E330", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_350_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3664654428735994e-07, "index_right": 357, "nodeid": "1399678.521855_5859013.434347", "id": "1399678.521855_5859013.434347", "name": "manhole_350_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399678.521855275146663, 5859013.434346660971642 ] } }, -{ "type": "Feature", "properties": { "_index": 357, "bedlevel": -10002.0, "branchid": "pipe_8_E330;pipe_8_E331", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_351_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6143632615828361e-07, "index_right": 358, "nodeid": "1399631.887223_5859026.524122", "id": "1399631.887223_5859026.524122", "name": "manhole_351_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399631.887222865596414, 5859026.524122441187501 ] } }, -{ "type": "Feature", "properties": { "_index": 358, "bedlevel": -10002.0, "branchid": "pipe_8_E331;pipe_8_E332", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_352_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1198907259077009e-07, "index_right": 359, "nodeid": "1399582.468943_5859026.310080", "id": "1399582.468943_5859026.310080", "name": "manhole_352_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399582.468943196348846, 5859026.310079920105636 ] } }, -{ "type": "Feature", "properties": { "_index": 359, "bedlevel": -10002.0, "branchid": "pipe_8_E332;pipe_8_E333", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_353_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6900073552326201e-07, "index_right": 360, "nodeid": "1399539.589506_5859003.595072", "id": "1399539.589506_5859003.595072", "name": "manhole_353_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399539.589506425894797, 5859003.595072196796536 ] } }, -{ "type": "Feature", "properties": { "_index": 360, "bedlevel": -10002.0, "branchid": "pipe_8_E333;pipe_8_E334", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_354_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2176095282584182e-07, "index_right": 361, "nodeid": "1399519.861197_5858958.118475", "id": "1399519.861197_5858958.118475", "name": "manhole_354_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399519.86119730817154, 5858958.118475421331823 ] } }, -{ "type": "Feature", "properties": { "_index": 361, "bedlevel": -10002.0, "branchid": "pipe_8_E334;pipe_8_E335", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_355_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0844788196439056e-07, "index_right": 362, "nodeid": "1399500.702504_5858912.330592", "id": "1399500.702504_5858912.330592", "name": "manhole_355_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399500.702504059299827, 5858912.330591697245836 ] } }, -{ "type": "Feature", "properties": { "_index": 362, "bedlevel": -10002.0, "branchid": "pipe_8_E335;pipe_8_E336", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_356_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0303950259677148e-07, "index_right": 363, "nodeid": "1399459.870545_5858907.820528", "id": "1399459.870545_5858907.820528", "name": "manhole_356_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399459.870544660370797, 5858907.820527501404285 ] } }, -{ "type": "Feature", "properties": { "_index": 363, "bedlevel": -10002.0, "branchid": "pipe_8_E336;pipe_8_E337", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_357_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.126844992596136e-07, "index_right": 364, "nodeid": "1399416.549590_5858931.836602", "id": "1399416.549590_5858931.836602", "name": "manhole_357_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399416.549590024864301, 5858931.836601889692247 ] } }, -{ "type": "Feature", "properties": { "_index": 364, "bedlevel": -10002.0, "branchid": "pipe_8_E337;pipe_8_E338", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_358_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7132306937712319e-07, "index_right": 365, "nodeid": "1399368.608088_5858925.861023", "id": "1399368.608088_5858925.861023", "name": "manhole_358_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399368.608087686588988, 5858925.861022648401558 ] } }, -{ "type": "Feature", "properties": { "_index": 365, "bedlevel": -10002.0, "branchid": "pipe_8_E338;pipe_8_E339", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_359_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.0710614523282325e-07, "index_right": 366, "nodeid": "1399321.001041_5858910.717598", "id": "1399321.001041_5858910.717598", "name": "manhole_359_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399321.001041107112542, 5858910.717598000541329 ] } }, -{ "type": "Feature", "properties": { "_index": 366, "bedlevel": -10002.0, "branchid": "pipe_8_E339;pipe_8_E340", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_360_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7148010627002558e-07, "index_right": 367, "nodeid": "1399280.589312_5858885.789109", "id": "1399280.589312_5858885.789109", "name": "manhole_360_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399280.58931208611466, 5858885.789108638651669 ] } }, -{ "type": "Feature", "properties": { "_index": 367, "bedlevel": -10002.0, "branchid": "pipe_8_E340;pipe_8_E341", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_361_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8977720414926707e-07, "index_right": 368, "nodeid": "1399313.228826_5858881.984086", "id": "1399313.228826_5858881.984086", "name": "manhole_361_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399313.228826150530949, 5858881.984086359851062 ] } }, -{ "type": "Feature", "properties": { "_index": 368, "bedlevel": -10002.0, "branchid": "pipe_8_E341;pipe_8_E342", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_362_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.5039480611326912e-07, "index_right": 369, "nodeid": "1399361.001372_5858895.408078", "id": "1399361.001372_5858895.408078", "name": "manhole_362_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399361.001372494967654, 5858895.408078421838582 ] } }, -{ "type": "Feature", "properties": { "_index": 369, "bedlevel": -10002.0, "branchid": "pipe_8_E342;pipe_8_E343", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_363_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6572913521054584e-07, "index_right": 370, "nodeid": "1399410.482294_5858895.717534", "id": "1399410.482294_5858895.717534", "name": "manhole_363_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399410.482293800916523, 5858895.717533824034035 ] } }, -{ "type": "Feature", "properties": { "_index": 370, "bedlevel": -10002.0, "branchid": "pipe_8_E343;pipe_8_E344", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_364_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7269239888966364e-07, "index_right": 371, "nodeid": "1399446.095617_5858863.024840", "id": "1399446.095617_5858863.024840", "name": "manhole_364_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399446.095617066370323, 5858863.024840264581144 ] } }, -{ "type": "Feature", "properties": { "_index": 371, "bedlevel": -10002.0, "branchid": "pipe_8_E344;pipe_8_E345", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_365_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.412407182896381e-07, "index_right": 372, "nodeid": "1399474.489380_5858822.346942", "id": "1399474.489380_5858822.346942", "name": "manhole_365_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399474.489380049519241, 5858822.346942132338881 ] } }, -{ "type": "Feature", "properties": { "_index": 372, "bedlevel": -10002.0, "branchid": "pipe_8_E345;pipe_8_E346", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_366_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6807159534981873e-07, "index_right": 373, "nodeid": "1399520.245105_5858824.819885", "id": "1399520.245105_5858824.819885", "name": "manhole_366_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399520.245104632107541, 5858824.819885011762381 ] } }, -{ "type": "Feature", "properties": { "_index": 373, "bedlevel": -10002.0, "branchid": "pipe_8_E346;pipe_8_E347", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_367_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2980072346261067e-07, "index_right": 374, "nodeid": "1399566.586487_5858839.318978", "id": "1399566.586487_5858839.318978", "name": "manhole_367_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399566.586486837361008, 5858839.3189777135849 ] } }, -{ "type": "Feature", "properties": { "_index": 374, "bedlevel": -10002.0, "branchid": "pipe_8_E347;pipe_8_E348", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_368_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5224292439330825e-07, "index_right": 375, "nodeid": "1399615.488784_5858830.109275", "id": "1399615.488784_5858830.109275", "name": "manhole_368_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399615.488784328103065, 5858830.109275444410741 ] } }, -{ "type": "Feature", "properties": { "_index": 375, "bedlevel": -10002.0, "branchid": "pipe_8_E348;pipe_8_E349", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_369_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1767211570412705e-07, "index_right": 376, "nodeid": "1399664.699286_5858823.037898", "id": "1399664.699286_5858823.037898", "name": "manhole_369_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399664.699285737471655, 5858823.037898446433246 ] } }, -{ "type": "Feature", "properties": { "_index": 376, "bedlevel": -10002.0, "branchid": "pipe_8_E349;pipe_8_E350", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_370_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5880725852364554e-07, "index_right": 377, "nodeid": "1399714.575817_5858820.194336", "id": "1399714.575817_5858820.194336", "name": "manhole_370_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399714.575816753786057, 5858820.194335919804871 ] } }, -{ "type": "Feature", "properties": { "_index": 377, "bedlevel": -10002.0, "branchid": "pipe_8_E350;pipe_8_E351", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_371_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3105811670384816e-07, "index_right": 378, "nodeid": "1399764.179638_5858814.939907", "id": "1399764.179638_5858814.939907", "name": "manhole_371_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399764.179638285189867, 5858814.939907448366284 ] } }, -{ "type": "Feature", "properties": { "_index": 378, "bedlevel": -10002.0, "branchid": "pipe_8_E351;pipe_8_E352", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_372_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4774392703089332e-07, "index_right": 379, "nodeid": "1399807.404192_5858832.621449", "id": "1399807.404192_5858832.621449", "name": "manhole_372_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399807.40419201576151, 5858832.621448652818799 ] } }, -{ "type": "Feature", "properties": { "_index": 379, "bedlevel": -10002.0, "branchid": "pipe_8_E352;pipe_8_E353", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_373_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8790758889542561e-07, "index_right": 380, "nodeid": "1399840.471942_5858870.051494", "id": "1399840.471942_5858870.051494", "name": "manhole_373_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399840.471942235482857, 5858870.051494165323675 ] } }, -{ "type": "Feature", "properties": { "_index": 380, "bedlevel": -10002.0, "branchid": "pipe_8_E353;pipe_8_E354", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_374_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7159581594287538e-07, "index_right": 381, "nodeid": "1399869.586369_5858910.480171", "id": "1399869.586369_5858910.480171", "name": "manhole_374_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399869.586369307944551, 5858910.480171481147408 ] } }, -{ "type": "Feature", "properties": { "_index": 381, "bedlevel": -10002.0, "branchid": "pipe_8_E354;pipe_8_E355", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_375_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.8825217855622464e-07, "index_right": 382, "nodeid": "1399904.217734_5858914.438459", "id": "1399904.217734_5858914.438459", "name": "manhole_375_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399904.217733812285587, 5858914.438459014520049 ] } }, -{ "type": "Feature", "properties": { "_index": 382, "bedlevel": -10002.0, "branchid": "pipe_8_E355;pipe_8_E356", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_376_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4872900929176524e-07, "index_right": 383, "nodeid": "1399875.042192_5858876.656133", "id": "1399875.042192_5858876.656133", "name": "manhole_376_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399875.04219179507345, 5858876.656133281998336 ] } }, -{ "type": "Feature", "properties": { "_index": 383, "bedlevel": -10002.0, "branchid": "pipe_8_E356;pipe_8_E357", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_377_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 7.1469906150227547e-08, "index_right": 384, "nodeid": "1399842.579061_5858838.781471", "id": "1399842.579061_5858838.781471", "name": "manhole_377_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399842.579061046708375, 5858838.781471054069698 ] } }, -{ "type": "Feature", "properties": { "_index": 384, "bedlevel": -10002.0, "branchid": "pipe_8_E357;pipe_8_E358", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_378_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1344520725614331e-07, "index_right": 385, "nodeid": "1399811.183228_5858799.922034", "id": "1399811.183228_5858799.922034", "name": "manhole_378_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399811.183227530913427, 5858799.922034208662808 ] } }, -{ "type": "Feature", "properties": { "_index": 385, "bedlevel": -10002.0, "branchid": "pipe_8_E358;pipe_8_E359", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_379_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2538018332067593e-07, "index_right": 386, "nodeid": "1399767.760694_5858788.157405", "id": "1399767.760694_5858788.157405", "name": "manhole_379_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399767.760693783638999, 5858788.157405063509941 ] } }, -{ "type": "Feature", "properties": { "_index": 386, "bedlevel": -10002.0, "branchid": "pipe_8_E359;pipe_8_E360", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_380_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1743561621223665e-07, "index_right": 387, "nodeid": "1399730.487014_5858765.889759", "id": "1399730.487014_5858765.889759", "name": "manhole_380_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399730.487013682723045, 5858765.889758992940187 ] } }, -{ "type": "Feature", "properties": { "_index": 387, "bedlevel": -10002.0, "branchid": "pipe_8_E360;pipe_8_E361", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_381_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.8636707768840573e-07, "index_right": 388, "nodeid": "1399775.990700_5858756.396031", "id": "1399775.990700_5858756.396031", "name": "manhole_381_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399775.990700061200187, 5858756.396031175740063 ] } }, -{ "type": "Feature", "properties": { "_index": 388, "bedlevel": -10002.0, "branchid": "pipe_8_E361;pipe_8_E362", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_382_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3508815120153421e-07, "index_right": 389, "nodeid": "1399822.645814_5858770.309896", "id": "1399822.645814_5858770.309896", "name": "manhole_382_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399822.645813958020881, 5858770.309895566664636 ] } }, -{ "type": "Feature", "properties": { "_index": 389, "bedlevel": -10002.0, "branchid": "pipe_8_E362;pipe_8_E363", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_383_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0860382180252839e-07, "index_right": 390, "nodeid": "1399848.382879_5858812.671143", "id": "1399848.382879_5858812.671143", "name": "manhole_383_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399848.382879206677899, 5858812.671142770908773 ] } }, -{ "type": "Feature", "properties": { "_index": 390, "bedlevel": -10002.0, "branchid": "pipe_8_E363;pipe_8_E364", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_384_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5651225004573001e-07, "index_right": 391, "nodeid": "1399890.146971_5858839.840006", "id": "1399890.146971_5858839.840006", "name": "manhole_384_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399890.146971003850922, 5858839.840006156824529 ] } }, -{ "type": "Feature", "properties": { "_index": 391, "bedlevel": -10002.0, "branchid": "pipe_8_E364;pipe_8_E365", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_385_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2395743125505527e-07, "index_right": 392, "nodeid": "1399933.024882_5858865.203324", "id": "1399933.024882_5858865.203324", "name": "manhole_385_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399933.024881581775844, 5858865.203323930501938 ] } }, -{ "type": "Feature", "properties": { "_index": 392, "bedlevel": -10002.0, "branchid": "pipe_8_E365;pipe_8_E366", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_386_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9902037220402833e-07, "index_right": 393, "nodeid": "1399981.740444_5858875.856378", "id": "1399981.740444_5858875.856378", "name": "manhole_386_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399981.74044368439354, 5858875.856378244236112 ] } }, -{ "type": "Feature", "properties": { "_index": 393, "bedlevel": -10002.0, "branchid": "pipe_8_E366;pipe_8_E367", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_387_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5820810392183752e-07, "index_right": 394, "nodeid": "1400031.093886_5858881.904236", "id": "1400031.093886_5858881.904236", "name": "manhole_387_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400031.093885593581945, 5858881.904236211441457 ] } }, -{ "type": "Feature", "properties": { "_index": 394, "bedlevel": -10002.0, "branchid": "pipe_8_E367;pipe_8_E368", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_388_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0030581438357591e-07, "index_right": 395, "nodeid": "1400074.736315_5858861.749566", "id": "1400074.736315_5858861.749566", "name": "manhole_388_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400074.736314863199368, 5858861.749566146172583 ] } }, -{ "type": "Feature", "properties": { "_index": 395, "bedlevel": -10002.0, "branchid": "pipe_8_E368;pipe_8_E369", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_389_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.3037589195894837e-07, "index_right": 396, "nodeid": "1400120.046049_5858848.047577", "id": "1400120.046049_5858848.047577", "name": "manhole_389_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400120.04604879906401, 5858848.047577112913132 ] } }, -{ "type": "Feature", "properties": { "_index": 396, "bedlevel": -10002.0, "branchid": "pipe_8_E369;pipe_8_E370", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_390_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8518408447395755e-07, "index_right": 397, "nodeid": "1400169.107466_5858855.451739", "id": "1400169.107466_5858855.451739", "name": "manhole_390_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400169.107465818757191, 5858855.451738660223782 ] } }, -{ "type": "Feature", "properties": { "_index": 397, "bedlevel": -10002.0, "branchid": "pipe_8_E370;pipe_8_E371", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_391_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3796731366937429e-07, "index_right": 398, "nodeid": "1400219.055904_5858854.498997", "id": "1400219.055904_5858854.498997", "name": "manhole_391_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400219.055904014734551, 5858854.498997437767684 ] } }, -{ "type": "Feature", "properties": { "_index": 398, "bedlevel": -10002.0, "branchid": "pipe_8_E371;pipe_8_E372", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_392_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4308025590898248e-07, "index_right": 399, "nodeid": "1400264.202496_5858835.102559", "id": "1400264.202496_5858835.102559", "name": "manhole_392_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400264.202496099984273, 5858835.102559102699161 ] } }, -{ "type": "Feature", "properties": { "_index": 399, "bedlevel": -10002.0, "branchid": "pipe_8_E372;pipe_8_E373", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_393_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1324710776866838e-07, "index_right": 400, "nodeid": "1400313.506441_5858828.076242", "id": "1400313.506441_5858828.076242", "name": "manhole_393_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400313.5064406034071, 5858828.076241883449256 ] } }, -{ "type": "Feature", "properties": { "_index": 400, "bedlevel": -10002.0, "branchid": "pipe_8_E373;pipe_8_E374", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_394_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5985891152227798e-07, "index_right": 401, "nodeid": "1400363.408215_5858825.920846", "id": "1400363.408215_5858825.920846", "name": "manhole_394_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400363.408214918803424, 5858825.92084645293653 ] } }, -{ "type": "Feature", "properties": { "_index": 401, "bedlevel": -10002.0, "branchid": "pipe_8_E374;pipe_8_E375", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_395_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0495980201261255e-07, "index_right": 402, "nodeid": "1400412.121904_5858816.438461", "id": "1400412.121904_5858816.438461", "name": "manhole_395_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400412.12190379598178, 5858816.438460538163781 ] } }, -{ "type": "Feature", "properties": { "_index": 402, "bedlevel": -10002.0, "branchid": "pipe_8_E375;pipe_8_E376", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_396_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4083030364972614e-07, "index_right": 403, "nodeid": "1400457.353170_5858795.303617", "id": "1400457.353170_5858795.303617", "name": "manhole_396_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400457.35316961701028, 5858795.303617381490767 ] } }, -{ "type": "Feature", "properties": { "_index": 403, "bedlevel": -10002.0, "branchid": "pipe_8_E376;pipe_8_E377", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_397_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1837723214027043e-07, "index_right": 404, "nodeid": "1400502.323300_5858773.544904", "id": "1400502.323300_5858773.544904", "name": "manhole_397_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400502.323299774201587, 5858773.544904466718435 ] } }, -{ "type": "Feature", "properties": { "_index": 404, "bedlevel": -10002.0, "branchid": "pipe_8_E377;pipe_8_E378", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_398_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.532011846473513e-07, "index_right": 405, "nodeid": "1400547.293430_5858751.786192", "id": "1400547.293430_5858751.786192", "name": "manhole_398_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400547.293429931392893, 5858751.786191551946104 ] } }, -{ "type": "Feature", "properties": { "_index": 405, "bedlevel": -10002.0, "branchid": "pipe_8_E378;pipe_8_E379", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_399_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.7089563142575977e-07, "index_right": 406, "nodeid": "1400590.744896_5858727.159174", "id": "1400590.744896_5858727.159174", "name": "manhole_399_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400590.744895527139306, 5858727.159174475818872 ] } }, -{ "type": "Feature", "properties": { "_index": 406, "bedlevel": -10002.0, "branchid": "pipe_8_E379;pipe_8_E380", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_400_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4653867251743049e-07, "index_right": 407, "nodeid": "1400635.199020_5858704.567341", "id": "1400635.199020_5858704.567341", "name": "manhole_400_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400635.199019884923473, 5858704.567341326735914 ] } }, -{ "type": "Feature", "properties": { "_index": 407, "bedlevel": -10002.0, "branchid": "pipe_8_E380;pipe_8_E381", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_401_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6495440080608474e-07, "index_right": 408, "nodeid": "1400681.200077_5858685.082555", "id": "1400681.200077_5858685.082555", "name": "manhole_401_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400681.200077461311594, 5858685.082555058412254 ] } }, -{ "type": "Feature", "properties": { "_index": 408, "bedlevel": -10002.0, "branchid": "pipe_8_E381;pipe_8_E382", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_402_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1379089867238395e-07, "index_right": 409, "nodeid": "1400727.201135_5858665.597769", "id": "1400727.201135_5858665.597769", "name": "manhole_402_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400727.201135037466884, 5858665.597768789157271 ] } }, -{ "type": "Feature", "properties": { "_index": 409, "bedlevel": -10002.0, "branchid": "pipe_8_E382;pipe_8_E383", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_403_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.737385029645913e-07, "index_right": 410, "nodeid": "1400771.747519_5858643.185780", "id": "1400771.747519_5858643.185780", "name": "manhole_403_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400771.747518746880814, 5858643.185780400410295 ] } }, -{ "type": "Feature", "properties": { "_index": 410, "bedlevel": -10002.0, "branchid": "pipe_8_E383;pipe_8_E384", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_404_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7947259446624519e-07, "index_right": 411, "nodeid": "1400815.058142_5858618.287103", "id": "1400815.058142_5858618.287103", "name": "manhole_404_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400815.058141873218119, 5858618.287103357724845 ] } }, -{ "type": "Feature", "properties": { "_index": 411, "bedlevel": -10002.0, "branchid": "pipe_8_E384;pipe_8_E385", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_405_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1478737464387239e-07, "index_right": 412, "nodeid": "1400858.368765_5858593.388426", "id": "1400858.368765_5858593.388426", "name": "manhole_405_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400858.368764999555424, 5858593.388426315039396 ] } }, -{ "type": "Feature", "properties": { "_index": 412, "bedlevel": -10002.0, "branchid": "pipe_8_E385;pipe_8_E386", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_406_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3204784523705072e-07, "index_right": 413, "nodeid": "1400901.015539_5858567.603215", "id": "1400901.015539_5858567.603215", "name": "manhole_406_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400901.015538981882855, 5858567.603215331211686 ] } }, -{ "type": "Feature", "properties": { "_index": 413, "bedlevel": -10002.0, "branchid": "pipe_8_E386;pipe_8_E387", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_407_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5083241933736816e-07, "index_right": 414, "nodeid": "1400935.611249_5858531.635458", "id": "1400935.611249_5858531.635458", "name": "manhole_407_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400935.611248838482425, 5858531.635457808151841 ] } }, -{ "type": "Feature", "properties": { "_index": 414, "bedlevel": -10002.0, "branchid": "pipe_8_E387;pipe_8_E388", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_408_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1313998471678575e-07, "index_right": 415, "nodeid": "1400968.368858_5858493.916852", "id": "1400968.368858_5858493.916852", "name": "manhole_408_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400968.368858377216384, 5858493.916852168738842 ] } }, -{ "type": "Feature", "properties": { "_index": 415, "bedlevel": -10002.0, "branchid": "pipe_8_E388;pipe_8_E389", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_409_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.45370024133397e-07, "index_right": 416, "nodeid": "1401003.934787_5858459.187281", "id": "1401003.934787_5858459.187281", "name": "manhole_409_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401003.934786917176098, 5858459.187281335704029 ] } }, -{ "type": "Feature", "properties": { "_index": 416, "bedlevel": -10002.0, "branchid": "pipe_8_E389;pipe_8_E390", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_410_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7484670690699156e-07, "index_right": 417, "nodeid": "1401043.585827_5858428.797352", "id": "1401043.585827_5858428.797352", "name": "manhole_410_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401043.585826724534854, 5858428.797351745888591 ] } }, -{ "type": "Feature", "properties": { "_index": 417, "bedlevel": -10002.0, "branchid": "pipe_8_E390;pipe_8_E391", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_411_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.2905100748655943e-07, "index_right": 418, "nodeid": "1401083.221738_5858398.387670", "id": "1401083.221738_5858398.387670", "name": "manhole_411_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401083.221737525891513, 5858398.387669586576521 ] } }, -{ "type": "Feature", "properties": { "_index": 418, "bedlevel": -10002.0, "branchid": "pipe_8_E391;pipe_8_E392", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_412_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1298884130717858e-07, "index_right": 419, "nodeid": "1401110.648461_5858357.591806", "id": "1401110.648461_5858357.591806", "name": "manhole_412_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401110.648461407981813, 5858357.591805689036846 ] } }, -{ "type": "Feature", "properties": { "_index": 419, "bedlevel": -10002.0, "branchid": "pipe_8_E392;pipe_8_E393", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_413_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0896015204591483e-07, "index_right": 420, "nodeid": "1401126.408903_5858310.191691", "id": "1401126.408903_5858310.191691", "name": "manhole_413_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401126.408902976894751, 5858310.191691207699478 ] } }, -{ "type": "Feature", "properties": { "_index": 420, "bedlevel": -10002.0, "branchid": "pipe_8_E393;pipe_8_E394", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_414_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1031128714294071e-07, "index_right": 421, "nodeid": "1401143.036807_5858263.082594", "id": "1401143.036807_5858263.082594", "name": "manhole_414_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401143.036807195749134, 5858263.082594471052289 ] } }, -{ "type": "Feature", "properties": { "_index": 421, "bedlevel": -10002.0, "branchid": "pipe_8_E394;pipe_8_E395", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_415_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9107667252836193e-07, "index_right": 422, "nodeid": "1401138.212384_5858214.768801", "id": "1401138.212384_5858214.768801", "name": "manhole_415_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401138.212383721489459, 5858214.76880091521889 ] } }, -{ "type": "Feature", "properties": { "_index": 422, "bedlevel": -10002.0, "branchid": "pipe_8_E395;pipe_8_E396", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_416_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9874584733226282e-07, "index_right": 423, "nodeid": "1401127.278883_5858166.793469", "id": "1401127.278883_5858166.793469", "name": "manhole_416_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401127.278883102815598, 5858166.793468511663377 ] } }, -{ "type": "Feature", "properties": { "_index": 423, "bedlevel": -10002.0, "branchid": "pipe_8_E396;pipe_8_E397", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_417_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.712933940880376e-07, "index_right": 424, "nodeid": "1401167.115608_5858144.839577", "id": "1401167.115608_5858144.839577", "name": "manhole_417_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401167.115607601357624, 5858144.839577251113951 ] } }, -{ "type": "Feature", "properties": { "_index": 424, "bedlevel": -10002.0, "branchid": "pipe_8_E397;pipe_8_E398", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_418_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.084791378068979e-07, "index_right": 425, "nodeid": "1401216.491634_5858137.314352", "id": "1401216.491634_5858137.314352", "name": "manhole_418_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401216.491633794968948, 5858137.314352037385106 ] } }, -{ "type": "Feature", "properties": { "_index": 425, "bedlevel": -10002.0, "branchid": "pipe_8_E398;pipe_8_E399", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_419_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4190060101491357e-07, "index_right": 426, "nodeid": "1401262.474555_5858118.412094", "id": "1401262.474555_5858118.412094", "name": "manhole_419_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401262.474555413238704, 5858118.412093843333423 ] } }, -{ "type": "Feature", "properties": { "_index": 426, "bedlevel": -10002.0, "branchid": "pipe_8_E399;pipe_8_E400", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_420_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7368440647919072e-07, "index_right": 427, "nodeid": "1401306.204298_5858094.851829", "id": "1401306.204298_5858094.851829", "name": "manhole_420_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401306.204297894844785, 5858094.851829358376563 ] } }, -{ "type": "Feature", "properties": { "_index": 427, "bedlevel": -10002.0, "branchid": "pipe_8_E400;pipe_8_E401", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_421_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2732964523366655e-07, "index_right": 428, "nodeid": "1401338.732991_5858057.277074", "id": "1401338.732991_5858057.277074", "name": "manhole_421_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401338.732990932185203, 5858057.277074216865003 ] } }, -{ "type": "Feature", "properties": { "_index": 428, "bedlevel": -10002.0, "branchid": "pipe_8_E401;pipe_8_E402", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_422_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4684803725834922e-07, "index_right": 429, "nodeid": "1401369.206103_5858017.689909", "id": "1401369.206103_5858017.689909", "name": "manhole_422_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401369.206103157252073, 5858017.689909309148788 ] } }, -{ "type": "Feature", "properties": { "_index": 429, "bedlevel": -10002.0, "branchid": "pipe_8_E402;pipe_8_E403", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_423_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4456669807067638e-07, "index_right": 430, "nodeid": "1401390.656988_5857974.121287", "id": "1401390.656988_5857974.121287", "name": "manhole_423_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401390.656988075468689, 5857974.121287336573005 ] } }, -{ "type": "Feature", "properties": { "_index": 430, "bedlevel": -10002.0, "branchid": "pipe_8_E403;pipe_8_E404", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_424_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8198665133700813e-07, "index_right": 431, "nodeid": "1401382.080560_5857925.029102", "id": "1401382.080560_5857925.029102", "name": "manhole_424_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401382.080559738678858, 5857925.029101894237101 ] } }, -{ "type": "Feature", "properties": { "_index": 431, "bedlevel": -10002.0, "branchid": "pipe_8_E404;pipe_8_E405", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_425_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5392378060606778e-07, "index_right": 432, "nodeid": "1401370.850514_5857876.350151", "id": "1401370.850514_5857876.350151", "name": "manhole_425_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401370.850513746263459, 5857876.350150991231203 ] } }, -{ "type": "Feature", "properties": { "_index": 432, "bedlevel": -10002.0, "branchid": "pipe_8_E405;pipe_8_E406", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_426_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6142848419208022e-07, "index_right": 433, "nodeid": "1401359.620468_5857827.671200", "id": "1401359.620468_5857827.671200", "name": "manhole_426_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401359.62046775361523, 5857827.671200087293983 ] } }, -{ "type": "Feature", "properties": { "_index": 433, "bedlevel": -10002.0, "branchid": "pipe_8_E406;pipe_8_E407", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_427_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2845076510170026e-07, "index_right": 434, "nodeid": "1401358.906586_5857778.342267", "id": "1401358.906586_5857778.342267", "name": "manhole_427_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401358.906585979741067, 5857778.342266672290862 ] } }, -{ "type": "Feature", "properties": { "_index": 434, "bedlevel": -10002.0, "branchid": "pipe_8_E407;pipe_8_E408", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_428_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1305610415252461e-07, "index_right": 435, "nodeid": "1401367.984820_5857729.216511", "id": "1401367.984820_5857729.216511", "name": "manhole_428_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401367.984820277197286, 5857729.216511145234108 ] } }, -{ "type": "Feature", "properties": { "_index": 435, "bedlevel": -10002.0, "branchid": "pipe_8_E408;pipe_8_E409", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_429_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3750679088049701e-07, "index_right": 436, "nodeid": "1401378.054767_5857680.310616", "id": "1401378.054767_5857680.310616", "name": "manhole_429_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401378.054766685701907, 5857680.310615876689553 ] } }, -{ "type": "Feature", "properties": { "_index": 436, "bedlevel": -10002.0, "branchid": "pipe_8_E409;pipe_8_E410", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_430_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.3614043843550831e-07, "index_right": 437, "nodeid": "1401398.812842_5857635.314562", "id": "1401398.812842_5857635.314562", "name": "manhole_430_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401398.812842015642673, 5857635.314562235958874 ] } }, -{ "type": "Feature", "properties": { "_index": 437, "bedlevel": -10002.0, "branchid": "pipe_8_E410;pipe_8_E411", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_431_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5665102569418608e-07, "index_right": 438, "nodeid": "1401430.821923_5857597.181597", "id": "1401430.821923_5857597.181597", "name": "manhole_431_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401430.82192275673151, 5857597.181597260758281 ] } }, -{ "type": "Feature", "properties": { "_index": 438, "bedlevel": -10002.0, "branchid": "pipe_8_E411;pipe_8_E412", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_432_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6180413079451375e-07, "index_right": 439, "nodeid": "1401471.215903_5857569.028509", "id": "1401471.215903_5857569.028509", "name": "manhole_432_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401471.215903429547325, 5857569.028509169816971 ] } }, -{ "type": "Feature", "properties": { "_index": 439, "bedlevel": -10002.0, "branchid": "pipe_8_E412;pipe_8_E413", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_433_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9610891047179214e-07, "index_right": 440, "nodeid": "1401516.447121_5857547.817872", "id": "1401516.447121_5857547.817872", "name": "manhole_433_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401516.447121338918805, 5857547.817872204817832 ] } }, -{ "type": "Feature", "properties": { "_index": 440, "bedlevel": -10002.0, "branchid": "pipe_8_E413;pipe_8_E414", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_434_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0814966363743619e-07, "index_right": 441, "nodeid": "1401562.699131_5857528.946169", "id": "1401562.699131_5857528.946169", "name": "manhole_434_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401562.699131066910923, 5857528.946168699301779 ] } }, -{ "type": "Feature", "properties": { "_index": 441, "bedlevel": -10002.0, "branchid": "pipe_8_E414;pipe_8_E415", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_435_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2209209159101461e-07, "index_right": 442, "nodeid": "1401609.008288_5857510.205406", "id": "1401609.008288_5857510.205406", "name": "manhole_435_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401609.00828788918443, 5857510.205405948683619 ] } }, -{ "type": "Feature", "properties": { "_index": 442, "bedlevel": -10002.0, "branchid": "pipe_8_E415;pipe_8_E416", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_436_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5010057248196821e-07, "index_right": 443, "nodeid": "1401655.317445_5857491.464643", "id": "1401655.317445_5857491.464643", "name": "manhole_436_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401655.317444711457938, 5857491.46464319806546 ] } }, -{ "type": "Feature", "properties": { "_index": 443, "bedlevel": -10002.0, "branchid": "pipe_8_E416;pipe_8_E417", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_437_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.01079083952766e-07, "index_right": 444, "nodeid": "1401702.896731_5857476.413838", "id": "1401702.896731_5857476.413838", "name": "manhole_437_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401702.896730977809057, 5857476.413837599568069 ] } }, -{ "type": "Feature", "properties": { "_index": 444, "bedlevel": -10002.0, "branchid": "pipe_8_E417;pipe_8_E418", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_438_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.539146706734954e-07, "index_right": 445, "nodeid": "1401750.929637_5857462.680881", "id": "1401750.929637_5857462.680881", "name": "manhole_438_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401750.929637423250824, 5857462.680881164036691 ] } }, -{ "type": "Feature", "properties": { "_index": 445, "bedlevel": -10002.0, "branchid": "pipe_8_E418;pipe_8_E419", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_439_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4236714981398675e-07, "index_right": 446, "nodeid": "1401799.045014_5857449.246137", "id": "1401799.045014_5857449.246137", "name": "manhole_439_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401799.045013694558293, 5857449.24613715428859 ] } }, -{ "type": "Feature", "properties": { "_index": 446, "bedlevel": -10002.0, "branchid": "pipe_8_E419;pipe_8_E420", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_440_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5549824839342204e-07, "index_right": 447, "nodeid": "1401847.308919_5857436.348475", "id": "1401847.308919_5857436.348475", "name": "manhole_440_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401847.308918574126437, 5857436.348475356586277 ] } }, -{ "type": "Feature", "properties": { "_index": 447, "bedlevel": -10002.0, "branchid": "pipe_8_E420;pipe_8_E421", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_441_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.3308604365801893e-07, "index_right": 448, "nodeid": "1401895.572823_5857423.450814", "id": "1401895.572823_5857423.450814", "name": "manhole_441_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401895.572823453694582, 5857423.450813558883965 ] } }, -{ "type": "Feature", "properties": { "_index": 448, "bedlevel": -10002.0, "branchid": "pipe_8_E421;pipe_8_E422", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_442_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0969838309097884e-07, "index_right": 449, "nodeid": "1401943.836728_5857410.553152", "id": "1401943.836728_5857410.553152", "name": "manhole_442_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401943.836728333262727, 5857410.553151761181653 ] } }, -{ "type": "Feature", "properties": { "_index": 449, "bedlevel": -10002.0, "branchid": "pipe_8_E422;pipe_8_E423", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_443_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4161452476535609e-07, "index_right": 450, "nodeid": "1401991.287343_5857395.066807", "id": "1401991.287343_5857395.066807", "name": "manhole_443_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401991.287342586088926, 5857395.066806650720537 ] } }, -{ "type": "Feature", "properties": { "_index": 450, "bedlevel": -10002.0, "branchid": "pipe_8_E423;pipe_8_E424", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_444_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4468027041909741e-07, "index_right": 451, "nodeid": "1402033.899048_5857369.088003", "id": "1402033.899048_5857369.088003", "name": "manhole_444_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402033.899048008024693, 5857369.088003344833851 ] } }, -{ "type": "Feature", "properties": { "_index": 451, "bedlevel": -10002.0, "branchid": "pipe_8_E424;pipe_8_E425", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_445_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7762279557000498e-07, "index_right": 452, "nodeid": "1402072.111172_5857336.990495", "id": "1402072.111172_5857336.990495", "name": "manhole_445_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402072.111172434175387, 5857336.990495380945504 ] } }, -{ "type": "Feature", "properties": { "_index": 452, "bedlevel": -10002.0, "branchid": "pipe_8_E425;pipe_8_E426", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_446_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6331903797971437e-07, "index_right": 453, "nodeid": "1402109.707699_5857304.092845", "id": "1402109.707699_5857304.092845", "name": "manhole_446_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402109.707698884420097, 5857304.092845115810633 ] } }, -{ "type": "Feature", "properties": { "_index": 453, "bedlevel": -10002.0, "branchid": "pipe_8_E426;pipe_8_E427", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_447_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6609537002827636e-07, "index_right": 454, "nodeid": "1402147.304225_5857271.195195", "id": "1402147.304225_5857271.195195", "name": "manhole_447_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402147.304225334897637, 5857271.195194851607084 ] } }, -{ "type": "Feature", "properties": { "_index": 454, "bedlevel": -10002.0, "branchid": "pipe_8_E427;pipe_8_E428", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_448_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6601650958979135e-07, "index_right": 455, "nodeid": "1402184.900752_5857238.297545", "id": "1402184.900752_5857238.297545", "name": "manhole_448_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402184.900751785142347, 5857238.297544586472213 ] } }, -{ "type": "Feature", "properties": { "_index": 455, "bedlevel": -10002.0, "branchid": "pipe_8_E428;pipe_8_E429", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_449_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9919423256344702e-07, "index_right": 456, "nodeid": "1402222.497278_5857205.399894", "id": "1402222.497278_5857205.399894", "name": "manhole_449_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402222.497278235619888, 5857205.399894322268665 ] } }, -{ "type": "Feature", "properties": { "_index": 456, "bedlevel": -10002.0, "branchid": "pipe_8_E429;pipe_8_E430", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_450_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3562912086981213e-07, "index_right": 457, "nodeid": "1402260.963187_5857173.601737", "id": "1402260.963187_5857173.601737", "name": "manhole_450_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402260.963186759501696, 5857173.601736636832356 ] } }, -{ "type": "Feature", "properties": { "_index": 457, "bedlevel": -10002.0, "branchid": "pipe_8_E430;pipe_8_E431", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_451_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5614898357555919e-07, "index_right": 458, "nodeid": "1402301.643911_5857144.604618", "id": "1402301.643911_5857144.604618", "name": "manhole_451_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402301.643911075778306, 5857144.604618449695408 ] } }, -{ "type": "Feature", "properties": { "_index": 458, "bedlevel": -10002.0, "branchid": "pipe_8_E431;pipe_8_E432", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_452_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3107869017984657e-07, "index_right": 459, "nodeid": "1402345.539385_5857121.000730", "id": "1402345.539385_5857121.000730", "name": "manhole_452_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402345.539385391399264, 5857121.000730181112885 ] } }, -{ "type": "Feature", "properties": { "_index": 459, "bedlevel": -10002.0, "branchid": "pipe_8_E432;pipe_8_E433", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_453_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.1404067743356643e-07, "index_right": 460, "nodeid": "1402394.447289_5857112.260867", "id": "1402394.447289_5857112.260867", "name": "manhole_453_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402394.447288936935365, 5857112.260867094621062 ] } }, -{ "type": "Feature", "properties": { "_index": 460, "bedlevel": -10002.0, "branchid": "pipe_8_E433;pipe_8_E434", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_454_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2747351319038044e-07, "index_right": 461, "nodeid": "1402441.730469_5857128.148596", "id": "1402441.730469_5857128.148596", "name": "manhole_454_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402441.730468847323209, 5857128.148596168495715 ] } }, -{ "type": "Feature", "properties": { "_index": 461, "bedlevel": -10002.0, "branchid": "pipe_8_E434;pipe_8_E435", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_455_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9230113905273325e-07, "index_right": 462, "nodeid": "1402483.802293_5857152.803806", "id": "1402483.802293_5857152.803806", "name": "manhole_455_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402483.802292782813311, 5857152.803806195966899 ] } }, -{ "type": "Feature", "properties": { "_index": 462, "bedlevel": -10002.0, "branchid": "pipe_8_E435;pipe_8_E436", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_456_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8030082946511434e-07, "index_right": 463, "nodeid": "1402513.116842_5857193.169052", "id": "1402513.116842_5857193.169052", "name": "manhole_456_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402513.116842371411622, 5857193.169051918201149 ] } }, -{ "type": "Feature", "properties": { "_index": 463, "bedlevel": -10002.0, "branchid": "pipe_8_E436;pipe_8_E437", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_457_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2536670823142948e-07, "index_right": 464, "nodeid": "1402549.654037_5857227.071211", "id": "1402549.654037_5857227.071211", "name": "manhole_457_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402549.654036887688562, 5857227.071210944093764 ] } }, -{ "type": "Feature", "properties": { "_index": 464, "bedlevel": -10002.0, "branchid": "pipe_8_E437;pipe_8_E438", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_458_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.6069684678558916e-07, "index_right": 465, "nodeid": "1402592.530350_5857252.710554", "id": "1402592.530350_5857252.710554", "name": "manhole_458_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402592.530350444372743, 5857252.71055434178561 ] } }, -{ "type": "Feature", "properties": { "_index": 465, "bedlevel": -10002.0, "branchid": "pipe_8_E438;pipe_8_E439", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_459_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.97460126954822e-07, "index_right": 466, "nodeid": "1402639.997615_5857268.224420", "id": "1402639.997615_5857268.224420", "name": "manhole_459_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402639.997615454019979, 5857268.224419611506164 ] } }, -{ "type": "Feature", "properties": { "_index": 466, "bedlevel": -10002.0, "branchid": "pipe_8_E439;pipe_8_E440", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_460_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9976895634703173e-07, "index_right": 467, "nodeid": "1402689.905034_5857265.987511", "id": "1402689.905034_5857265.987511", "name": "manhole_460_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402689.905034058028832, 5857265.987510503269732 ] } }, -{ "type": "Feature", "properties": { "_index": 467, "bedlevel": -10002.0, "branchid": "pipe_8_E440;pipe_8_E441", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_461_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0504119381879547e-07, "index_right": 468, "nodeid": "1402738.766559_5857256.155518", "id": "1402738.766559_5857256.155518", "name": "manhole_461_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402738.766558608040214, 5857256.155517539009452 ] } }, -{ "type": "Feature", "properties": { "_index": 468, "bedlevel": -10002.0, "branchid": "pipe_8_E441;pipe_8_E442", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_462_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7130244816695848e-07, "index_right": 469, "nodeid": "1402785.300748_5857239.036677", "id": "1402785.300748_5857239.036677", "name": "manhole_462_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402785.300747652538121, 5857239.036676546558738 ] } }, -{ "type": "Feature", "properties": { "_index": 469, "bedlevel": -10002.0, "branchid": "pipe_8_E442;pipe_8_E443", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_463_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8273069944330775e-07, "index_right": 470, "nodeid": "1402829.752187_5857216.237034", "id": "1402829.752187_5857216.237034", "name": "manhole_463_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402829.752187143079937, 5857216.237033539451659 ] } }, -{ "type": "Feature", "properties": { "_index": 470, "bedlevel": -10002.0, "branchid": "pipe_8_E443;pipe_8_E444", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_464_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8210186542815017e-07, "index_right": 471, "nodeid": "1402870.336596_5857187.241046", "id": "1402870.336596_5857187.241046", "name": "manhole_464_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402870.336595602566376, 5857187.241045727394521 ] } }, -{ "type": "Feature", "properties": { "_index": 471, "bedlevel": -10002.0, "branchid": "pipe_8_E444;pipe_8_E445", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_465_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0718032460535585e-07, "index_right": 472, "nodeid": "1402907.890059_5857155.221295", "id": "1402907.890059_5857155.221295", "name": "manhole_465_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402907.890058916993439, 5857155.221295398660004 ] } }, -{ "type": "Feature", "properties": { "_index": 472, "bedlevel": -10002.0, "branchid": "pipe_8_E445;pipe_8_E446", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_466_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7589020199886223e-07, "index_right": 473, "nodeid": "1402955.845737_5857162.265680", "id": "1402955.845737_5857162.265680", "name": "manhole_466_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402955.845737372990698, 5857162.265679953619838 ] } }, -{ "type": "Feature", "properties": { "_index": 473, "bedlevel": -10002.0, "branchid": "pipe_8_E446;pipe_8_E447", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_467_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5768125857191064e-07, "index_right": 474, "nodeid": "1403002.170355_5857180.637283", "id": "1403002.170355_5857180.637283", "name": "manhole_467_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403002.170354939764366, 5857180.637282749637961 ] } }, -{ "type": "Feature", "properties": { "_index": 474, "bedlevel": -10002.0, "branchid": "pipe_8_E447;pipe_8_E448", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_468_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2882881838256282e-07, "index_right": 475, "nodeid": "1403050.636643_5857192.752279", "id": "1403050.636643_5857192.752279", "name": "manhole_468_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403050.636642853729427, 5857192.752278824336827 ] } }, -{ "type": "Feature", "properties": { "_index": 475, "bedlevel": -10002.0, "branchid": "pipe_8_E448;pipe_8_E449", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_469_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8448560442613747e-07, "index_right": 476, "nodeid": "1403098.837282_5857205.861252", "id": "1403098.837282_5857205.861252", "name": "manhole_469_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403098.837281614542007, 5857205.861251706257463 ] } }, -{ "type": "Feature", "properties": { "_index": 476, "bedlevel": -10002.0, "branchid": "pipe_8_E449;pipe_8_E450", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_470_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.9784689269680061e-07, "index_right": 477, "nodeid": "1403146.885479_5857219.540611", "id": "1403146.885479_5857219.540611", "name": "manhole_470_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403146.885479411110282, 5857219.540611433796585 ] } }, -{ "type": "Feature", "properties": { "_index": 477, "bedlevel": -10002.0, "branchid": "pipe_8_E450;pipe_8_E451", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_471_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6285414458341771e-07, "index_right": 478, "nodeid": "1403194.933677_5857233.219971", "id": "1403194.933677_5857233.219971", "name": "manhole_471_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403194.933677207678556, 5857233.219971161335707 ] } }, -{ "type": "Feature", "properties": { "_index": 478, "bedlevel": -10002.0, "branchid": "pipe_8_E451;pipe_8_E452", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_472_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.0997594698362363e-07, "index_right": 479, "nodeid": "1403242.981875_5857246.899331", "id": "1403242.981875_5857246.899331", "name": "manhole_472_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403242.981875004246831, 5857246.899330889806151 ] } }, -{ "type": "Feature", "properties": { "_index": 479, "bedlevel": -10002.0, "branchid": "pipe_8_E452;pipe_8_E453", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_473_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3144473203389552e-07, "index_right": 480, "nodeid": "1403291.030073_5857260.578691", "id": "1403291.030073_5857260.578691", "name": "manhole_473_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403291.030072800815105, 5857260.578690617345273 ] } }, -{ "type": "Feature", "properties": { "_index": 480, "bedlevel": -10002.0, "branchid": "pipe_8_E453;pipe_8_E454", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_474_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7961312360689009e-07, "index_right": 481, "nodeid": "1403337.008084_5857279.246462", "id": "1403337.008084_5857279.246462", "name": "manhole_474_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403337.008083500200883, 5857279.246462292969227 ] } }, -{ "type": "Feature", "properties": { "_index": 481, "bedlevel": -10002.0, "branchid": "pipe_8_E454;pipe_8_E455", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_475_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9487006347868135e-07, "index_right": 482, "nodeid": "1403380.803470_5857303.279339", "id": "1403380.803470_5857303.279339", "name": "manhole_475_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403380.803470284445211, 5857303.279338725842535 ] } }, -{ "type": "Feature", "properties": { "_index": 482, "bedlevel": -10002.0, "branchid": "pipe_8_E455;pipe_8_E456", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_476_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5446275302848872e-07, "index_right": 483, "nodeid": "1403428.121819_5857316.651918", "id": "1403428.121819_5857316.651918", "name": "manhole_476_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403428.121818739688024, 5857316.651918372139335 ] } }, -{ "type": "Feature", "properties": { "_index": 483, "bedlevel": -10002.0, "branchid": "pipe_8_E456;pipe_8_E457", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_477_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2604316208316296e-07, "index_right": 484, "nodeid": "1403477.999952_5857316.044570", "id": "1403477.999952_5857316.044570", "name": "manhole_477_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403477.99995229463093, 5857316.044570435769856 ] } }, -{ "type": "Feature", "properties": { "_index": 484, "bedlevel": -10002.0, "branchid": "pipe_8_E457;pipe_8_E458", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_478_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5703079463041066e-07, "index_right": 485, "nodeid": "1403520.684895_5857339.928778", "id": "1403520.684895_5857339.928778", "name": "manhole_478_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403520.684894758975133, 5857339.928777910768986 ] } }, -{ "type": "Feature", "properties": { "_index": 485, "bedlevel": -10002.0, "branchid": "pipe_8_E458;pipe_8_E459", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_479_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.188003853514663e-07, "index_right": 486, "nodeid": "1403552.318474_5857378.594924", "id": "1403552.318474_5857378.594924", "name": "manhole_479_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403552.318474431755021, 5857378.594923712313175 ] } }, -{ "type": "Feature", "properties": { "_index": 486, "bedlevel": -10002.0, "branchid": "pipe_8_E459;pipe_8_E460", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_480_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9731252026311171e-07, "index_right": 487, "nodeid": "1403583.952054_5857417.261070", "id": "1403583.952054_5857417.261070", "name": "manhole_480_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403583.95205410476774, 5857417.261069513857365 ] } }, -{ "type": "Feature", "properties": { "_index": 487, "bedlevel": -10002.0, "branchid": "pipe_8_E460;pipe_8_E461", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_481_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4591900905435057e-07, "index_right": 488, "nodeid": "1403623.540761_5857446.034681", "id": "1403623.540761_5857446.034681", "name": "manhole_481_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403623.540760961361229, 5857446.034681444056332 ] } }, -{ "type": "Feature", "properties": { "_index": 488, "bedlevel": -10002.0, "branchid": "pipe_8_E461;pipe_8_E462", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_482_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6531457941210352e-07, "index_right": 489, "nodeid": "1403671.993877_5857456.591925", "id": "1403671.993877_5857456.591925", "name": "manhole_482_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403671.99387682066299, 5857456.591924804262817 ] } }, -{ "type": "Feature", "properties": { "_index": 489, "bedlevel": -10002.0, "branchid": "pipe_8_E462;pipe_8_E463", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_483_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3914599944021081e-07, "index_right": 490, "nodeid": "1403721.623416_5857462.307083", "id": "1403721.623416_5857462.307083", "name": "manhole_483_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403721.623416067101061, 5857462.307082566432655 ] } }, -{ "type": "Feature", "properties": { "_index": 490, "bedlevel": -10002.0, "branchid": "pipe_8_E463;pipe_8_E464", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_484_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4470585892365256e-07, "index_right": 491, "nodeid": "1403771.146521_5857468.668578", "id": "1403771.146521_5857468.668578", "name": "manhole_484_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403771.146520561072975, 5857468.668577928096056 ] } }, -{ "type": "Feature", "properties": { "_index": 491, "bedlevel": -10002.0, "branchid": "pipe_8_E464;pipe_8_E465", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_485_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9050205741686277e-07, "index_right": 492, "nodeid": "1403819.624558_5857480.525303", "id": "1403819.624558_5857480.525303", "name": "manhole_485_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403819.624558065086603, 5857480.525302513502538 ] } }, -{ "type": "Feature", "properties": { "_index": 492, "bedlevel": -10002.0, "branchid": "pipe_8_E465;pipe_8_E466", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_486_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5383302868287273e-07, "index_right": 493, "nodeid": "1403833.226475_5857519.969277", "id": "1403833.226475_5857519.969277", "name": "manhole_486_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403833.226475024595857, 5857519.969276647083461 ] } }, -{ "type": "Feature", "properties": { "_index": 493, "bedlevel": -10002.0, "branchid": "pipe_8_E466;pipe_8_E467", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_487_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0109962747110447e-07, "index_right": 494, "nodeid": "1403834.191400_5857569.903099", "id": "1403834.191400_5857569.903099", "name": "manhole_487_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403834.191400300711393, 5857569.903098987415433 ] } }, -{ "type": "Feature", "properties": { "_index": 494, "bedlevel": -10002.0, "branchid": "pipe_8_E467;pipe_8_E468", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_488_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0328162666466978e-07, "index_right": 495, "nodeid": "1403835.826205_5857619.833867", "id": "1403835.826205_5857619.833867", "name": "manhole_488_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403835.826205489458516, 5857619.833867117762566 ] } }, -{ "type": "Feature", "properties": { "_index": 495, "bedlevel": -10002.0, "branchid": "pipe_8_E468;pipe_8_E469", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_489_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0608894916904316e-07, "index_right": 496, "nodeid": "1403837.461011_5857669.764635", "id": "1403837.461011_5857669.764635", "name": "manhole_489_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403837.461010678205639, 5857669.764635248109698 ] } }, -{ "type": "Feature", "properties": { "_index": 496, "bedlevel": -10002.0, "branchid": "pipe_8_E469;pipe_8_E470", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_490_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0080813049266331e-07, "index_right": 497, "nodeid": "1403839.095816_5857719.695403", "id": "1403839.095816_5857719.695403", "name": "manhole_490_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403839.095815866952762, 5857719.695403378456831 ] } }, -{ "type": "Feature", "properties": { "_index": 497, "bedlevel": -10002.0, "branchid": "pipe_8_E470;pipe_8_E471", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_491_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9487686385411705e-07, "index_right": 498, "nodeid": "1403840.730621_5857769.626172", "id": "1403840.730621_5857769.626172", "name": "manhole_491_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403840.730621055699885, 5857769.626171507872641 ] } }, -{ "type": "Feature", "properties": { "_index": 498, "bedlevel": -10002.0, "branchid": "pipe_8_E471;pipe_8_E472", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_492_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2922648196667798e-07, "index_right": 499, "nodeid": "1403844.056846_5857819.444052", "id": "1403844.056846_5857819.444052", "name": "manhole_492_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403844.05684593715705, 5857819.444052322767675 ] } }, -{ "type": "Feature", "properties": { "_index": 499, "bedlevel": -10002.0, "branchid": "pipe_8_E472;pipe_8_E473", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_493_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5203792142444868e-07, "index_right": 500, "nodeid": "1403849.071859_5857869.149221", "id": "1403849.071859_5857869.149221", "name": "manhole_493_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403849.071858982322738, 5857869.149221451953053 ] } }, -{ "type": "Feature", "properties": { "_index": 500, "bedlevel": -10002.0, "branchid": "pipe_8_E473;pipe_8_E474", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_494_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 8.0007059853205566e-08, "index_right": 501, "nodeid": "1403857.272360_5857918.272817", "id": "1403857.272360_5857918.272817", "name": "manhole_494_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403857.27235992741771, 5857918.272816966287792 ] } }, -{ "type": "Feature", "properties": { "_index": 501, "bedlevel": -10002.0, "branchid": "pipe_8_E474;pipe_8_E475", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_495_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5967857048425974e-07, "index_right": 502, "nodeid": "1403870.144764_5857966.543465", "id": "1403870.144764_5857966.543465", "name": "manhole_495_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403870.14476372115314, 5857966.543464514426887 ] } }, -{ "type": "Feature", "properties": { "_index": 502, "bedlevel": -10002.0, "branchid": "pipe_8_E475;pipe_8_E476", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_496_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0622001832819097e-07, "index_right": 503, "nodeid": "1403888.167648_5858012.942290", "id": "1403888.167648_5858012.942290", "name": "manhole_496_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403888.167647594818845, 5858012.942289969883859 ] } }, -{ "type": "Feature", "properties": { "_index": 503, "bedlevel": -10002.0, "branchid": "pipe_8_E476;pipe_8_E477", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_497_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5923387721874663e-07, "index_right": 504, "nodeid": "1403909.291156_5858058.214264", "id": "1403909.291156_5858058.214264", "name": "manhole_497_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403909.291155800223351, 5858058.214263586327434 ] } }, -{ "type": "Feature", "properties": { "_index": 504, "bedlevel": -10002.0, "branchid": "pipe_8_E477;pipe_8_E478", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_498_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.1903294451965049e-07, "index_right": 505, "nodeid": "1403930.415136_5858103.486017", "id": "1403930.415136_5858103.486017", "name": "manhole_498_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403930.415136094205081, 5858103.486016927286983 ] } }, -{ "type": "Feature", "properties": { "_index": 505, "bedlevel": -10002.0, "branchid": "pipe_8_E478;pipe_8_E479", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_499_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0656248868922957e-07, "index_right": 506, "nodeid": "1403940.640495_5858152.001027", "id": "1403940.640495_5858152.001027", "name": "manhole_499_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403940.640495370374992, 5858152.001026654615998 ] } }, -{ "type": "Feature", "properties": { "_index": 506, "bedlevel": -10002.0, "branchid": "pipe_8_E479;pipe_8_E480", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_500_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1431804645747495e-08, "index_right": 507, "nodeid": "1403950.174207_5858201.038035", "id": "1403950.174207_5858201.038035", "name": "manhole_500_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403950.174206993775442, 5858201.038034979254007 ] } }, -{ "type": "Feature", "properties": { "_index": 507, "bedlevel": -10002.0, "branchid": "pipe_8_E480;pipe_8_E481", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_501_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7524875836274987e-07, "index_right": 508, "nodeid": "1403958.124072_5858250.354669", "id": "1403958.124072_5858250.354669", "name": "manhole_501_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403958.124072341481224, 5858250.354669462889433 ] } }, -{ "type": "Feature", "properties": { "_index": 508, "bedlevel": -10002.0, "branchid": "pipe_8_E481;pipe_8_E482", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_502_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0159148855338339e-07, "index_right": 509, "nodeid": "1403965.828937_5858299.714463", "id": "1403965.828937_5858299.714463", "name": "manhole_502_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403965.828936894191429, 5858299.714463387615979 ] } }, -{ "type": "Feature", "properties": { "_index": 509, "bedlevel": -10002.0, "branchid": "pipe_8_E482;pipe_8_E483", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_503_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7936983257555176e-07, "index_right": 510, "nodeid": "1403970.726305_5858348.956120", "id": "1403970.726305_5858348.956120", "name": "manhole_503_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403970.726305023068562, 5858348.956120178103447 ] } }, -{ "type": "Feature", "properties": { "_index": 510, "bedlevel": -10002.0, "branchid": "pipe_8_E483;pipe_8_E484", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_504_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.121083780271861e-07, "index_right": 511, "nodeid": "1403958.901981_5858397.494142", "id": "1403958.901981_5858397.494142", "name": "manhole_504_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403958.90198110206984, 5858397.494141953065991 ] } }, -{ "type": "Feature", "properties": { "_index": 511, "bedlevel": -10002.0, "branchid": "pipe_8_E484;pipe_8_E485", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_505_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7333520675527647e-07, "index_right": 512, "nodeid": "1403952.787715_5858446.859566", "id": "1403952.787715_5858446.859566", "name": "manhole_505_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403952.787714630831033, 5858446.859565945342183 ] } }, -{ "type": "Feature", "properties": { "_index": 512, "bedlevel": -10002.0, "branchid": "pipe_8_E485;pipe_8_E486", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_506_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0170375985001956e-07, "index_right": 513, "nodeid": "1403976.849110_5858487.767360", "id": "1403976.849110_5858487.767360", "name": "manhole_506_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403976.849110416835174, 5858487.767360433936119 ] } }, -{ "type": "Feature", "properties": { "_index": 513, "bedlevel": -10002.0, "branchid": "pipe_8_E486;pipe_8_E487", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_507_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4966674740945264e-07, "index_right": 514, "nodeid": "1404020.768328_5858511.576110", "id": "1404020.768328_5858511.576110", "name": "manhole_507_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404020.768327688798308, 5858511.576109840534627 ] } }, -{ "type": "Feature", "properties": { "_index": 514, "bedlevel": -10002.0, "branchid": "pipe_8_E487;pipe_8_E488", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_508_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7729054564372448e-07, "index_right": 515, "nodeid": "1404061.774513_5858539.288351", "id": "1404061.774513_5858539.288351", "name": "manhole_508_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404061.77451289142482, 5858539.288351361639798 ] } }, -{ "type": "Feature", "properties": { "_index": 515, "bedlevel": -10002.0, "branchid": "pipe_8_E488;pipe_8_E489", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_509_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 7.7244000451367433e-08, "index_right": 516, "nodeid": "1404097.097980_5858574.615492", "id": "1404097.097980_5858574.615492", "name": "manhole_509_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404097.097979943966493, 5858574.615492053329945 ] } }, -{ "type": "Feature", "properties": { "_index": 516, "bedlevel": -10002.0, "branchid": "pipe_8_E489;pipe_8_E490", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_510_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.8494960696238629e-08, "index_right": 517, "nodeid": "1404141.391670_5858595.430609", "id": "1404141.391670_5858595.430609", "name": "manhole_510_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404141.391669932985678, 5858595.430608985945582 ] } }, -{ "type": "Feature", "properties": { "_index": 517, "bedlevel": -10002.0, "branchid": "pipe_8_E490;pipe_8_E491", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_511_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1163793223292884e-07, "index_right": 518, "nodeid": "1404190.283622_5858597.461960", "id": "1404190.283622_5858597.461960", "name": "manhole_511_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404190.283622202696279, 5858597.461959939450026 ] } }, -{ "type": "Feature", "properties": { "_index": 518, "bedlevel": -10002.0, "branchid": "pipe_8_E491;pipe_8_E492", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_512_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6219190532036515e-07, "index_right": 519, "nodeid": "1404239.962953_5858594.285238", "id": "1404239.962953_5858594.285238", "name": "manhole_512_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404239.962952838977799, 5858594.285238018259406 ] } }, -{ "type": "Feature", "properties": { "_index": 519, "bedlevel": -10002.0, "branchid": "pipe_8_E492;pipe_8_E493", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_513_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1234000902978922e-07, "index_right": 520, "nodeid": "1404289.627840_5858599.684602", "id": "1404289.627840_5858599.684602", "name": "manhole_513_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404289.627840481465682, 5858599.684601824730635 ] } }, -{ "type": "Feature", "properties": { "_index": 520, "bedlevel": -10002.0, "branchid": "pipe_8_E493;pipe_8_E494", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_514_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5539769313728992e-07, "index_right": 521, "nodeid": "1404338.755046_5858608.047380", "id": "1404338.755046_5858608.047380", "name": "manhole_514_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404338.755046255188063, 5858608.047380377538502 ] } }, -{ "type": "Feature", "properties": { "_index": 521, "bedlevel": -10002.0, "branchid": "pipe_8_E494;pipe_8_E495", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_515_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2036113867973334e-07, "index_right": 522, "nodeid": "1404387.151045_5858620.440180", "id": "1404387.151045_5858620.440180", "name": "manhole_515_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404387.151045070262626, 5858620.440180414356291 ] } }, -{ "type": "Feature", "properties": { "_index": 522, "bedlevel": -10002.0, "branchid": "pipe_8_E495;pipe_8_E496", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_516_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6515966065630531e-07, "index_right": 523, "nodeid": "1404403.197638_5858662.521792", "id": "1404403.197638_5858662.521792", "name": "manhole_516_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404403.197637967998162, 5858662.521791838109493 ] } }, -{ "type": "Feature", "properties": { "_index": 523, "bedlevel": -10002.0, "branchid": "pipe_8_E496;pipe_8_E497", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_517_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1294994187820159e-07, "index_right": 524, "nodeid": "1404411.132263_5858711.845064", "id": "1404411.132263_5858711.845064", "name": "manhole_517_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404411.132263287669048, 5858711.845064296387136 ] } }, -{ "type": "Feature", "properties": { "_index": 524, "bedlevel": -10002.0, "branchid": "pipe_8_E497;pipe_8_E498", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_518_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9885480001596503e-07, "index_right": 525, "nodeid": "1404441.012970_5858748.901123", "id": "1404441.012970_5858748.901123", "name": "manhole_518_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404441.012969816336408, 5858748.901123464107513 ] } }, -{ "type": "Feature", "properties": { "_index": 525, "bedlevel": -10002.0, "branchid": "pipe_8_E498;pipe_8_E499", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_519_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8511537139087191e-07, "index_right": 526, "nodeid": "1404488.142750_5858745.263412", "id": "1404488.142750_5858745.263412", "name": "manhole_519_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404488.142750177066773, 5858745.263412451371551 ] } }, -{ "type": "Feature", "properties": { "_index": 526, "bedlevel": -10002.0, "branchid": "pipe_8_E499;pipe_8_E500", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_520_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2471653742696919e-07, "index_right": 527, "nodeid": "1404530.903242_5858719.940871", "id": "1404530.903242_5858719.940871", "name": "manhole_520_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404530.903241959866136, 5858719.940870678052306 ] } }, -{ "type": "Feature", "properties": { "_index": 527, "bedlevel": -10002.0, "branchid": "pipe_8_E500;pipe_8_E501", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_521_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2884289081462227e-07, "index_right": 528, "nodeid": "1404579.400073_5858707.948724", "id": "1404579.400073_5858707.948724", "name": "manhole_521_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404579.400072891730815, 5858707.948723929934204 ] } }, -{ "type": "Feature", "properties": { "_index": 528, "bedlevel": -10002.0, "branchid": "pipe_8_E501;pipe_8_E502", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_522_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3039808676307889e-07, "index_right": 529, "nodeid": "1404626.994731_5858693.405533", "id": "1404626.994731_5858693.405533", "name": "manhole_522_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404626.994731226703152, 5858693.405533240176737 ] } }, -{ "type": "Feature", "properties": { "_index": 529, "bedlevel": -10002.0, "branchid": "pipe_8_E502;pipe_8_E503", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_523_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1306848514772228e-07, "index_right": 530, "nodeid": "1404672.248451_5858672.242948", "id": "1404672.248451_5858672.242948", "name": "manhole_523_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404672.248451311141253, 5858672.24294803570956 ] } }, -{ "type": "Feature", "properties": { "_index": 530, "bedlevel": -10002.0, "branchid": "pipe_8_E503;pipe_8_E504", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_524_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7607557100204112e-07, "index_right": 531, "nodeid": "1404711.854853_5858687.083371", "id": "1404711.854853_5858687.083371", "name": "manhole_524_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404711.854852612828836, 5858687.083371426910162 ] } }, -{ "type": "Feature", "properties": { "_index": 531, "bedlevel": -10002.0, "branchid": "pipe_8_E504;pipe_8_E505", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_525_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6153846614259079e-07, "index_right": 532, "nodeid": "1404716.779431_5858735.748253", "id": "1404716.779431_5858735.748253", "name": "manhole_525_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404716.779431127710268, 5858735.748253228142858 ] } }, -{ "type": "Feature", "properties": { "_index": 532, "bedlevel": -10002.0, "branchid": "pipe_8_E505;pipe_8_E506", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_526_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1726180783346832e-07, "index_right": 533, "nodeid": "1404718.961789_5858785.657965", "id": "1404718.961789_5858785.657965", "name": "manhole_526_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404718.961788963759318, 5858785.657964785583317 ] } }, -{ "type": "Feature", "properties": { "_index": 533, "bedlevel": -10002.0, "branchid": "pipe_8_E506;pipe_8_E507", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_527_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.739066589787329e-07, "index_right": 534, "nodeid": "1404720.935365_5858835.576490", "id": "1404720.935365_5858835.576490", "name": "manhole_527_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404720.935364821925759, 5858835.576490328647196 ] } }, -{ "type": "Feature", "properties": { "_index": 534, "bedlevel": -10002.0, "branchid": "pipe_8_E507;pipe_8_E508", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_528_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2766800759107371e-07, "index_right": 535, "nodeid": "1404730.923922_5858884.317339", "id": "1404730.923922_5858884.317339", "name": "manhole_528_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404730.923922217916697, 5858884.317339480854571 ] } }, -{ "type": "Feature", "properties": { "_index": 535, "bedlevel": -10002.0, "branchid": "pipe_8_E508;pipe_8_E509", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_529_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3141747168568548e-07, "index_right": 536, "nodeid": "1404743.393242_5858932.693679", "id": "1404743.393242_5858932.693679", "name": "manhole_529_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404743.393242048565298, 5858932.693679328076541 ] } }, -{ "type": "Feature", "properties": { "_index": 536, "bedlevel": -10002.0, "branchid": "pipe_8_E509;pipe_8_E510", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_530_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2220472012766606e-07, "index_right": 537, "nodeid": "1404755.742805_5858981.100701", "id": "1404755.742805_5858981.100701", "name": "manhole_530_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404755.742804704466835, 5858981.100701128132641 ] } }, -{ "type": "Feature", "properties": { "_index": 537, "bedlevel": -10002.0, "branchid": "pipe_8_E510;pipe_8_E511", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_531_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7634486250519745e-07, "index_right": 538, "nodeid": "1404768.070923_5859029.513217", "id": "1404768.070923_5859029.513217", "name": "manhole_531_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404768.070922636194155, 5859029.513217096216977 ] } }, -{ "type": "Feature", "properties": { "_index": 538, "bedlevel": -10002.0, "branchid": "pipe_8_E511;pipe_8_E512", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_532_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3674957746792349e-07, "index_right": 539, "nodeid": "1404780.399041_5859077.925733", "id": "1404780.399041_5859077.925733", "name": "manhole_532_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404780.399040567921475, 5859077.925733063369989 ] } }, -{ "type": "Feature", "properties": { "_index": 539, "bedlevel": -10002.0, "branchid": "pipe_8_E512;pipe_8_E513", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_533_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9959553642014206e-07, "index_right": 540, "nodeid": "1404800.443037_5859123.316677", "id": "1404800.443037_5859123.316677", "name": "manhole_533_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404800.443037372082472, 5859123.31667666696012 ] } }, -{ "type": "Feature", "properties": { "_index": 540, "bedlevel": -10002.0, "branchid": "pipe_8_E513;pipe_8_E514", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_534_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6913459637432006e-07, "index_right": 541, "nodeid": "1404824.268818_5859167.226657", "id": "1404824.268818_5859167.226657", "name": "manhole_534_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404824.268818141892552, 5859167.226656908169389 ] } }, -{ "type": "Feature", "properties": { "_index": 541, "bedlevel": -10002.0, "branchid": "pipe_8_E514;pipe_8_E515", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_535_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7317983342584277e-07, "index_right": 542, "nodeid": "1404848.094599_5859211.136637", "id": "1404848.094599_5859211.136637", "name": "manhole_535_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404848.094598911702633, 5859211.136637149378657 ] } }, -{ "type": "Feature", "properties": { "_index": 542, "bedlevel": -10002.0, "branchid": "pipe_8_E515;pipe_8_E516", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_536_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1234725688494323e-07, "index_right": 543, "nodeid": "1404881.861279_5859247.625394", "id": "1404881.861279_5859247.625394", "name": "manhole_536_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404881.861278822412714, 5859247.625393519178033 ] } }, -{ "type": "Feature", "properties": { "_index": 543, "bedlevel": -10002.0, "branchid": "pipe_8_E516;pipe_8_E517", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_537_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0140375081144478e-07, "index_right": 544, "nodeid": "1404908.344005_5859289.700442", "id": "1404908.344005_5859289.700442", "name": "manhole_537_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404908.34400450438261, 5859289.70044207572937 ] } }, -{ "type": "Feature", "properties": { "_index": 544, "bedlevel": -10002.0, "branchid": "pipe_8_E517;pipe_8_E518", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_538_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.771007278567727e-07, "index_right": 545, "nodeid": "1404918.333510_5859338.463834", "id": "1404918.333510_5859338.463834", "name": "manhole_538_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404918.33350995904766, 5859338.46383417211473 ] } }, -{ "type": "Feature", "properties": { "_index": 545, "bedlevel": -10002.0, "branchid": "pipe_8_E518;pipe_8_E519", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_539_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1714649234700031e-07, "index_right": 546, "nodeid": "1404908.809389_5859386.729065", "id": "1404908.809389_5859386.729065", "name": "manhole_539_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404908.8093886829447, 5859386.729064729064703 ] } }, -{ "type": "Feature", "properties": { "_index": 546, "bedlevel": -10002.0, "branchid": "pipe_8_E519;pipe_8_E520", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_540_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7312384210109393e-07, "index_right": 547, "nodeid": "1404896.410884_5859434.875555", "id": "1404896.410884_5859434.875555", "name": "manhole_540_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404896.410884120734408, 5859434.875554755330086 ] } }, -{ "type": "Feature", "properties": { "_index": 547, "bedlevel": -10002.0, "branchid": "pipe_8_E520;pipe_8_E521", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_541_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.709179231691173e-07, "index_right": 548, "nodeid": "1404906.999161_5859482.597524", "id": "1404906.999161_5859482.597524", "name": "manhole_541_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404906.999160802224651, 5859482.597523686476052 ] } }, -{ "type": "Feature", "properties": { "_index": 548, "bedlevel": -10002.0, "branchid": "pipe_8_E521;pipe_8_E522", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_542_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1112597925135404e-07, "index_right": 549, "nodeid": "1404924.055505_5859529.553198", "id": "1404924.055505_5859529.553198", "name": "manhole_542_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404924.055504663148895, 5859529.553197764791548 ] } }, -{ "type": "Feature", "properties": { "_index": 549, "bedlevel": -10002.0, "branchid": "pipe_8_E522;pipe_8_E523", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_543_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7872121134075769e-07, "index_right": 550, "nodeid": "1404942.388258_5859575.919236", "id": "1404942.388258_5859575.919236", "name": "manhole_543_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404942.388258154969662, 5859575.919236345216632 ] } }, -{ "type": "Feature", "properties": { "_index": 550, "bedlevel": -10002.0, "branchid": "pipe_8_E523;pipe_8_E524", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_544_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.097059736124073e-07, "index_right": 551, "nodeid": "1404971.523327_5859615.984446", "id": "1404971.523327_5859615.984446", "name": "manhole_544_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404971.523326827445999, 5859615.984446119517088 ] } }, -{ "type": "Feature", "properties": { "_index": 551, "bedlevel": -10002.0, "branchid": "pipe_8_E524;pipe_8_E525", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_545_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.138118490027517e-07, "index_right": 552, "nodeid": "1405002.812108_5859654.473821", "id": "1405002.812108_5859654.473821", "name": "manhole_545_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405002.812107779551297, 5859654.473820650018752 ] } }, -{ "type": "Feature", "properties": { "_index": 552, "bedlevel": -10002.0, "branchid": "pipe_8_E525;pipe_8_E526", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_546_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5088880830123296e-07, "index_right": 553, "nodeid": "1405013.344656_5859702.336904", "id": "1405013.344656_5859702.336904", "name": "manhole_546_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405013.344656002009287, 5859702.336904150433838 ] } }, -{ "type": "Feature", "properties": { "_index": 553, "bedlevel": -10002.0, "branchid": "pipe_8_E526;pipe_8_E527", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_547_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.9842034545244125e-07, "index_right": 554, "nodeid": "1404996.677718_5859748.143402", "id": "1404996.677718_5859748.143402", "name": "manhole_547_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404996.677717972546816, 5859748.143402196466923 ] } }, -{ "type": "Feature", "properties": { "_index": 554, "bedlevel": -10002.0, "branchid": "pipe_8_E527;pipe_8_E528", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_548_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7962856166018223e-07, "index_right": 555, "nodeid": "1404984.694301_5859793.229968", "id": "1404984.694301_5859793.229968", "name": "manhole_548_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404984.694301362615079, 5859793.229968112893403 ] } }, -{ "type": "Feature", "properties": { "_index": 555, "bedlevel": -10002.0, "branchid": "pipe_8_E528;pipe_8_E529", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_549_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6417164068008511e-07, "index_right": 556, "nodeid": "1405023.226901_5859822.084885", "id": "1405023.226901_5859822.084885", "name": "manhole_549_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405023.226900733308867, 5859822.084885380230844 ] } }, -{ "type": "Feature", "properties": { "_index": 556, "bedlevel": -10002.0, "branchid": "pipe_8_E529;pipe_8_E530", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_550_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3229501041332432e-07, "index_right": 557, "nodeid": "1405056.793341_5859855.163771", "id": "1405056.793341_5859855.163771", "name": "manhole_550_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405056.793340926757082, 5859855.16377067565918 ] } }, -{ "type": "Feature", "properties": { "_index": 557, "bedlevel": -10002.0, "branchid": "pipe_8_E530;pipe_8_E531", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_551_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0668540128293233e-07, "index_right": 558, "nodeid": "1405081.470628_5859897.341331", "id": "1405081.470628_5859897.341331", "name": "manhole_551_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405081.470628390088677, 5859897.341331465169787 ] } }, -{ "type": "Feature", "properties": { "_index": 558, "bedlevel": -10002.0, "branchid": "pipe_8_E531;pipe_8_E532", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_552_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5414677930704186e-07, "index_right": 559, "nodeid": "1405122.613111_5859923.495923", "id": "1405122.613111_5859923.495923", "name": "manhole_552_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405122.613110831938684, 5859923.495923422276974 ] } }, -{ "type": "Feature", "properties": { "_index": 559, "bedlevel": -10002.0, "branchid": "pipe_8_E532;pipe_8_E533", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_553_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0441952268152904e-07, "index_right": 560, "nodeid": "1405162.373615_5859949.123489", "id": "1405162.373615_5859949.123489", "name": "manhole_553_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405162.373615399934351, 5859949.123488940298557 ] } }, -{ "type": "Feature", "properties": { "_index": 560, "bedlevel": -10002.0, "branchid": "pipe_8_E533;pipe_8_E534", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_554_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4541238354801766e-07, "index_right": 561, "nodeid": "1405188.468534_5859989.357394", "id": "1405188.468534_5859989.357394", "name": "manhole_554_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405188.46853386820294, 5859989.357394061051309 ] } }, -{ "type": "Feature", "properties": { "_index": 561, "bedlevel": -10002.0, "branchid": "pipe_8_E534;pipe_8_E535", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_555_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4663017004888466e-07, "index_right": 562, "nodeid": "1405232.582390_5860012.803542", "id": "1405232.582390_5860012.803542", "name": "manhole_555_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405232.582390227122232, 5860012.803542384877801 ] } }, -{ "type": "Feature", "properties": { "_index": 562, "bedlevel": -10002.0, "branchid": "pipe_8_E535;pipe_8_E536", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_556_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0684509167090478e-07, "index_right": 563, "nodeid": "1405276.696247_5860036.249691", "id": "1405276.696247_5860036.249691", "name": "manhole_556_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405276.696246586041525, 5860036.24969070777297 ] } }, -{ "type": "Feature", "properties": { "_index": 563, "bedlevel": -10002.0, "branchid": "pipe_8_E536;pipe_8_E537", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_557_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0522921065681971e-07, "index_right": 564, "nodeid": "1405321.863953_5860057.407827", "id": "1405321.863953_5860057.407827", "name": "manhole_557_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405321.863952660700306, 5860057.40782677847892 ] } }, -{ "type": "Feature", "properties": { "_index": 564, "bedlevel": -10002.0, "branchid": "pipe_8_E537;pipe_8_E538", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_558_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4571569866090022e-07, "index_right": 565, "nodeid": "1405370.578819_5860067.666076", "id": "1405370.578819_5860067.666076", "name": "manhole_558_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405370.578818592475727, 5860067.666076180525124 ] } }, -{ "type": "Feature", "properties": { "_index": 565, "bedlevel": -10002.0, "branchid": "pipe_8_E538;pipe_8_E539", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_559_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4435118483394824e-07, "index_right": 566, "nodeid": "1405419.720109_5860075.768040", "id": "1405419.720109_5860075.768040", "name": "manhole_559_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405419.720108942594379, 5860075.768039762973785 ] } }, -{ "type": "Feature", "properties": { "_index": 566, "bedlevel": -10002.0, "branchid": "pipe_8_E539;pipe_8_E540", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_560_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8439182977637587e-07, "index_right": 567, "nodeid": "1405466.303344_5860093.737168", "id": "1405466.303344_5860093.737168", "name": "manhole_560_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405466.303343567298725, 5860093.737167782150209 ] } }, -{ "type": "Feature", "properties": { "_index": 567, "bedlevel": -10002.0, "branchid": "pipe_8_E540;pipe_8_E541", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_561_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9997733866210812e-07, "index_right": 568, "nodeid": "1405512.338999_5860113.140069", "id": "1405512.338999_5860113.140069", "name": "manhole_561_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405512.33899949863553, 5860113.140069035813212 ] } }, -{ "type": "Feature", "properties": { "_index": 568, "bedlevel": -10002.0, "branchid": "pipe_8_E541;pipe_8_E542", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_562_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8737234788091829e-07, "index_right": 569, "nodeid": "1405559.341968_5860129.632758", "id": "1405559.341968_5860129.632758", "name": "manhole_562_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405559.341968116583303, 5860129.63275773730129 ] } }, -{ "type": "Feature", "properties": { "_index": 569, "bedlevel": -10002.0, "branchid": "pipe_8_E542;pipe_8_E543", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_563_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.382002003614804e-07, "index_right": 570, "nodeid": "1405608.203827_5860137.958862", "id": "1405608.203827_5860137.958862", "name": "manhole_563_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405608.203826864017174, 5860137.958862195722759 ] } }, -{ "type": "Feature", "properties": { "_index": 570, "bedlevel": -10002.0, "branchid": "pipe_8_E543;pipe_8_E544", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_564_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4676487912473628e-07, "index_right": 571, "nodeid": "1405658.116227_5860135.836004", "id": "1405658.116227_5860135.836004", "name": "manhole_564_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405658.116226786049083, 5860135.836003727279603 ] } }, -{ "type": "Feature", "properties": { "_index": 571, "bedlevel": -10002.0, "branchid": "pipe_8_E544;pipe_8_E545", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_565_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9005582035112037e-07, "index_right": 572, "nodeid": "1405708.028627_5860133.713145", "id": "1405708.028627_5860133.713145", "name": "manhole_565_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405708.028626708313823, 5860133.713145258836448 ] } }, -{ "type": "Feature", "properties": { "_index": 572, "bedlevel": -10002.0, "branchid": "pipe_8_E545;pipe_8_E546", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_566_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 8.0134679367336149e-08, "index_right": 573, "nodeid": "1405757.905966_5860133.247365", "id": "1405757.905966_5860133.247365", "name": "manhole_566_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405757.905965997371823, 5860133.247365079820156 ] } }, -{ "type": "Feature", "properties": { "_index": 573, "bedlevel": -10002.0, "branchid": "pipe_8_E546;pipe_8_E547", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_567_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0750608695752715e-07, "index_right": 574, "nodeid": "1405807.683907_5860137.479482", "id": "1405807.683907_5860137.479482", "name": "manhole_567_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405807.683906695106998, 5860137.479482038877904 ] } }, -{ "type": "Feature", "properties": { "_index": 574, "bedlevel": -10002.0, "branchid": "pipe_8_E547;pipe_8_E548", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_568_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9279523277015702e-07, "index_right": 575, "nodeid": "1405857.461847_5860141.711599", "id": "1405857.461847_5860141.711599", "name": "manhole_568_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405857.461847392842174, 5860141.71159899700433 ] } }, -{ "type": "Feature", "properties": { "_index": 575, "bedlevel": -10002.0, "branchid": "pipe_8_E548;pipe_8_E549", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_569_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5528529609375896e-07, "index_right": 576, "nodeid": "1405907.262429_5860144.934318", "id": "1405907.262429_5860144.934318", "name": "manhole_569_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405907.262428658548743, 5860144.934318098239601 ] } }, -{ "type": "Feature", "properties": { "_index": 576, "bedlevel": -10002.0, "branchid": "pipe_8_E549;pipe_8_E550", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_570_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5590903745100716e-07, "index_right": 577, "nodeid": "1405953.690323_5860129.322935", "id": "1405953.690323_5860129.322935", "name": "manhole_570_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405953.690323241287842, 5860129.322935261763632 ] } }, -{ "type": "Feature", "properties": { "_index": 577, "bedlevel": -10002.0, "branchid": "pipe_8_E550;pipe_8_E551", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_571_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2324561689944477e-07, "index_right": 578, "nodeid": "1405999.212725_5860109.247018", "id": "1405999.212725_5860109.247018", "name": "manhole_571_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405999.212724782060832, 5860109.24701795168221 ] } }, -{ "type": "Feature", "properties": { "_index": 578, "bedlevel": -10002.0, "branchid": "pipe_8_E551;pipe_8_E552", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_572_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8886030367414716e-07, "index_right": 579, "nodeid": "1406043.799455_5860123.282242", "id": "1406043.799455_5860123.282242", "name": "manhole_572_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406043.799454555381089, 5860123.282242203131318 ] } }, -{ "type": "Feature", "properties": { "_index": 579, "bedlevel": -10002.0, "branchid": "pipe_8_E552;pipe_8_E553", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_573_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4719631885192104e-07, "index_right": 580, "nodeid": "1406045.837932_5860170.317890", "id": "1406045.837932_5860170.317890", "name": "manhole_573_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406045.837931673508137, 5860170.317889881320298 ] } }, -{ "type": "Feature", "properties": { "_index": 580, "bedlevel": -10002.0, "branchid": "pipe_8_E553;pipe_8_E554", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_574_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6579591097628832e-07, "index_right": 581, "nodeid": "1406009.823361_5860204.510281", "id": "1406009.823361_5860204.510281", "name": "manhole_574_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406009.823360634269193, 5860204.51028099656105 ] } }, -{ "type": "Feature", "properties": { "_index": 581, "bedlevel": -10002.0, "branchid": "pipe_8_E554;pipe_8_E555", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_575_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.3780643312478425e-07, "index_right": 582, "nodeid": "1405961.920197_5860215.702762", "id": "1405961.920197_5860215.702762", "name": "manhole_575_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405961.920197409577668, 5860215.702762489207089 ] } }, -{ "type": "Feature", "properties": { "_index": 582, "bedlevel": -10002.0, "branchid": "pipe_8_E555;pipe_8_E556", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_576_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9731061265234025e-07, "index_right": 583, "nodeid": "1405911.967586_5860216.403366", "id": "1405911.967586_5860216.403366", "name": "manhole_576_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405911.967586383456364, 5860216.403366317041218 ] } }, -{ "type": "Feature", "properties": { "_index": 583, "bedlevel": -10002.0, "branchid": "pipe_8_E556;pipe_8_E557", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_577_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.1523423422682206e-07, "index_right": 584, "nodeid": "1405862.228186_5860219.830507", "id": "1405862.228186_5860219.830507", "name": "manhole_577_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405862.228186112362891, 5860219.830507025122643 ] } }, -{ "type": "Feature", "properties": { "_index": 584, "bedlevel": -10002.0, "branchid": "pipe_8_E557;pipe_8_E558", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_578_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6963464530805309e-07, "index_right": 585, "nodeid": "1405815.441845_5860236.660729", "id": "1405815.441845_5860236.660729", "name": "manhole_578_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405815.441844531334937, 5860236.66072897054255 ] } }, -{ "type": "Feature", "properties": { "_index": 585, "bedlevel": -10002.0, "branchid": "pipe_8_E558;pipe_8_E559", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_579_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9279552768296246e-07, "index_right": 586, "nodeid": "1405769.269175_5860255.735287", "id": "1405769.269175_5860255.735287", "name": "manhole_579_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405769.269174743210897, 5860255.735286859795451 ] } }, -{ "type": "Feature", "properties": { "_index": 586, "bedlevel": -10002.0, "branchid": "pipe_8_E559;pipe_8_E560", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_580_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6721390440459392e-07, "index_right": 587, "nodeid": "1405723.529976_5860275.536393", "id": "1405723.529976_5860275.536393", "name": "manhole_580_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405723.529975978191942, 5860275.536393165588379 ] } }, -{ "type": "Feature", "properties": { "_index": 587, "bedlevel": -10002.0, "branchid": "pipe_8_E560;pipe_8_E561", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_581_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.8722030628333827e-07, "index_right": 588, "nodeid": "1405684.813377_5860307.108203", "id": "1405684.813377_5860307.108203", "name": "manhole_581_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405684.813377151498571, 5860307.108202890492976 ] } }, -{ "type": "Feature", "properties": { "_index": 588, "bedlevel": -10002.0, "branchid": "pipe_8_E561;pipe_8_E562", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_582_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0271629920727533e-07, "index_right": 589, "nodeid": "1405646.096778_5860338.680013", "id": "1405646.096778_5860338.680013", "name": "manhole_582_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405646.0967783248052, 5860338.680012616328895 ] } }, -{ "type": "Feature", "properties": { "_index": 589, "bedlevel": -10002.0, "branchid": "pipe_8_E562;pipe_8_E563", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_583_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5286093948648466e-07, "index_right": 590, "nodeid": "1405616.615606_5860378.420107", "id": "1405616.615606_5860378.420107", "name": "manhole_583_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405616.615605775965378, 5860378.420107116922736 ] } }, -{ "type": "Feature", "properties": { "_index": 590, "bedlevel": -10002.0, "branchid": "pipe_8_E563;pipe_8_E564", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_584_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1198315020144074e-07, "index_right": 591, "nodeid": "1405591.204066_5860421.431824", "id": "1405591.204066_5860421.431824", "name": "manhole_584_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405591.204065771540627, 5860421.431824457831681 ] } }, -{ "type": "Feature", "properties": { "_index": 591, "bedlevel": -10002.0, "branchid": "pipe_8_E564;pipe_8_E565", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_585_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0708940874408086e-07, "index_right": 592, "nodeid": "1405565.792526_5860464.443542", "id": "1405565.792526_5860464.443542", "name": "manhole_585_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405565.792525767115876, 5860464.443541799671948 ] } }, -{ "type": "Feature", "properties": { "_index": 592, "bedlevel": -10002.0, "branchid": "pipe_8_E565;pipe_8_E566", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_586_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0018840001223338e-07, "index_right": 593, "nodeid": "1405558.167357_5860510.242870", "id": "1405558.167357_5860510.242870", "name": "manhole_586_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405558.167356977239251, 5860510.242870399728417 ] } }, -{ "type": "Feature", "properties": { "_index": 593, "bedlevel": -10002.0, "branchid": "pipe_8_E566", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_587_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9670940520506759e-07, "index_right": 594, "nodeid": "1405600.872680_5860534.232742", "id": "1405600.872680_5860534.232742", "name": "manhole_587_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405600.872679806081578, 5860534.232741543091834 ] } }, -{ "type": "Feature", "properties": { "_index": 594, "bedlevel": -10002.0, "branchid": "pipe_9_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_588_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8557161464585659e-07, "index_right": 595, "nodeid": "1423659.595811_5847415.113979", "id": "1423659.595811_5847415.113979", "name": "manhole_588_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423659.595810513012111, 5847415.113979324698448 ] } }, -{ "type": "Feature", "properties": { "_index": 594, "bedlevel": -10002.0, "branchid": "pipe_9_E0;pipe_9_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_589_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8744000260532472e-07, "index_right": 596, "nodeid": "1423614.621119_5847436.960020", "id": "1423614.621119_5847436.960020", "name": "manhole_589_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423614.621119450079277, 5847436.960019812919199 ] } }, -{ "type": "Feature", "properties": { "_index": 595, "bedlevel": -10002.0, "branchid": "pipe_9_E1;pipe_9_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_590_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6849234214268239e-07, "index_right": 597, "nodeid": "1423569.859693_5847459.238196", "id": "1423569.859693_5847459.238196", "name": "manhole_590_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423569.859692733967677, 5847459.238196386024356 ] } }, -{ "type": "Feature", "properties": { "_index": 596, "bedlevel": -10002.0, "branchid": "pipe_9_E2;pipe_9_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_591_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6958320266222715e-07, "index_right": 598, "nodeid": "1423523.573864_5847466.209217", "id": "1423523.573864_5847466.209217", "name": "manhole_591_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423523.573864149395376, 5847466.209217079915106 ] } }, -{ "type": "Feature", "properties": { "_index": 597, "bedlevel": -10002.0, "branchid": "pipe_9_E3;pipe_9_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_592_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8574248068449273e-07, "index_right": 599, "nodeid": "1423477.948408_5847447.361811", "id": "1423477.948408_5847447.361811", "name": "manhole_592_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423477.948408054653555, 5847447.36181138176471 ] } }, -{ "type": "Feature", "properties": { "_index": 598, "bedlevel": -10002.0, "branchid": "pipe_9_E4;pipe_9_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_593_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9684458410573788e-07, "index_right": 600, "nodeid": "1423444.939789_5847410.429524", "id": "1423444.939789_5847410.429524", "name": "manhole_593_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423444.939788604388013, 5847410.429523968137801 ] } }, -{ "type": "Feature", "properties": { "_index": 599, "bedlevel": -10002.0, "branchid": "pipe_9_E5;pipe_9_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_594_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6300960090552904e-07, "index_right": 601, "nodeid": "1423424.078746_5847365.203388", "id": "1423424.078746_5847365.203388", "name": "manhole_594_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423424.07874576956965, 5847365.203388126567006 ] } }, -{ "type": "Feature", "properties": { "_index": 600, "bedlevel": -10002.0, "branchid": "pipe_9_E6;pipe_9_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_595_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1662723744110346e-07, "index_right": 602, "nodeid": "1423411.037495_5847317.009962", "id": "1423411.037495_5847317.009962", "name": "manhole_595_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423411.037494811229408, 5847317.00996189378202 ] } }, -{ "type": "Feature", "properties": { "_index": 601, "bedlevel": -10002.0, "branchid": "pipe_9_E7;pipe_9_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_596_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7138868193987514e-07, "index_right": 603, "nodeid": "1423401.757721_5847267.893674", "id": "1423401.757721_5847267.893674", "name": "manhole_596_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423401.757720600580797, 5847267.893673749640584 ] } }, -{ "type": "Feature", "properties": { "_index": 602, "bedlevel": -10002.0, "branchid": "pipe_9_E8;pipe_9_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_597_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.2948932642676008e-07, "index_right": 604, "nodeid": "1423393.129245_5847218.644092", "id": "1423393.129245_5847218.644092", "name": "manhole_597_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423393.129245463758707, 5847218.644091574475169 ] } }, -{ "type": "Feature", "properties": { "_index": 603, "bedlevel": -10002.0, "branchid": "pipe_9_E9;pipe_9_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_598_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9393911210802904e-07, "index_right": 605, "nodeid": "1423399.918824_5847170.502730", "id": "1423399.918824_5847170.502730", "name": "manhole_598_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423399.918824267340824, 5847170.502729584462941 ] } }, -{ "type": "Feature", "properties": { "_index": 604, "bedlevel": -10002.0, "branchid": "pipe_9_E10;pipe_9_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_599_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8802119947095367e-07, "index_right": 606, "nodeid": "1423437.366586_5847140.671960", "id": "1423437.366586_5847140.671960", "name": "manhole_599_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423437.366585926385596, 5847140.67195972148329 ] } }, -{ "type": "Feature", "properties": { "_index": 605, "bedlevel": -10002.0, "branchid": "pipe_9_E11;pipe_9_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_600_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.3497351848752985e-07, "index_right": 607, "nodeid": "1423478.530574_5847114.469272", "id": "1423478.530574_5847114.469272", "name": "manhole_600_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423478.530574458185583, 5847114.469272439368069 ] } }, -{ "type": "Feature", "properties": { "_index": 606, "bedlevel": -10002.0, "branchid": "pipe_9_E12;pipe_9_E13", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_601_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9365916877546622e-07, "index_right": 608, "nodeid": "1423510.399904_5847075.942422", "id": "1423510.399904_5847075.942422", "name": "manhole_601_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423510.399903644807637, 5847075.94242234248668 ] } }, -{ "type": "Feature", "properties": { "_index": 607, "bedlevel": -10002.0, "branchid": "pipe_9_E13;pipe_9_E14", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_602_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.752231545141138e-07, "index_right": 609, "nodeid": "1423542.015440_5847037.207261", "id": "1423542.015440_5847037.207261", "name": "manhole_602_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423542.015440239803866, 5847037.207260864786804 ] } }, -{ "type": "Feature", "properties": { "_index": 608, "bedlevel": -10002.0, "branchid": "pipe_9_E14;pipe_9_E15", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_603_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.145160396702079e-07, "index_right": 610, "nodeid": "1423559.693262_5846992.876940", "id": "1423559.693262_5846992.876940", "name": "manhole_603_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423559.693261644104496, 5846992.876940212212503 ] } }, -{ "type": "Feature", "properties": { "_index": 609, "bedlevel": -10002.0, "branchid": "pipe_9_E15;pipe_9_E16", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_604_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4162793736551208e-07, "index_right": 611, "nodeid": "1423525.189216_5846957.968996", "id": "1423525.189216_5846957.968996", "name": "manhole_604_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423525.189215724589303, 5846957.968996201641858 ] } }, -{ "type": "Feature", "properties": { "_index": 610, "bedlevel": -10002.0, "branchid": "pipe_9_E16;pipe_9_E17", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_605_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4168178095888875e-07, "index_right": 612, "nodeid": "1423481.410416_5846934.232216", "id": "1423481.410416_5846934.232216", "name": "manhole_605_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423481.410415501333773, 5846934.232215788215399 ] } }, -{ "type": "Feature", "properties": { "_index": 611, "bedlevel": -10002.0, "branchid": "pipe_9_E17;pipe_9_E18", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_606_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1305809852395203e-07, "index_right": 613, "nodeid": "1423433.532833_5846922.689220", "id": "1423433.532833_5846922.689220", "name": "manhole_606_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423433.532832647906616, 5846922.689219783991575 ] } }, -{ "type": "Feature", "properties": { "_index": 612, "bedlevel": -10002.0, "branchid": "pipe_9_E18;pipe_9_E19", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_607_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3898644554042598e-07, "index_right": 614, "nodeid": "1423383.701957_5846926.794839", "id": "1423383.701957_5846926.794839", "name": "manhole_607_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423383.701956534059718, 5846926.794838729314506 ] } }, -{ "type": "Feature", "properties": { "_index": 613, "bedlevel": -10002.0, "branchid": "pipe_9_E19;pipe_9_E20", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_608_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3071542757673056e-07, "index_right": 615, "nodeid": "1423333.871080_5846930.900458", "id": "1423333.871080_5846930.900458", "name": "manhole_608_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423333.87108042021282, 5846930.900457675568759 ] } }, -{ "type": "Feature", "properties": { "_index": 614, "bedlevel": -10002.0, "branchid": "pipe_9_E20;pipe_9_E21", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_609_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8871240842511704e-07, "index_right": 616, "nodeid": "1423290.350331_5846912.008968", "id": "1423290.350331_5846912.008968", "name": "manhole_609_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423290.350330511340871, 5846912.008967999368906 ] } }, -{ "type": "Feature", "properties": { "_index": 615, "bedlevel": -10002.0, "branchid": "pipe_9_E21;pipe_9_E22", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_610_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.743627946816899e-07, "index_right": 617, "nodeid": "1423273.794720_5846865.498323", "id": "1423273.794720_5846865.498323", "name": "manhole_610_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423273.794719845987856, 5846865.498323081992567 ] } }, -{ "type": "Feature", "properties": { "_index": 616, "bedlevel": -10002.0, "branchid": "pipe_9_E22;pipe_9_E23", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_611_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0576291828461783e-07, "index_right": 618, "nodeid": "1423261.021110_5846817.268953", "id": "1423261.021110_5846817.268953", "name": "manhole_611_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423261.021109556546435, 5846817.268953412771225 ] } }, -{ "type": "Feature", "properties": { "_index": 617, "bedlevel": -10002.0, "branchid": "pipe_9_E23;pipe_9_E24", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_612_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.6904495221661595e-07, "index_right": 619, "nodeid": "1423230.054057_5846778.940672", "id": "1423230.054057_5846778.940672", "name": "manhole_612_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423230.054057317553088, 5846778.940672472119331 ] } }, -{ "type": "Feature", "properties": { "_index": 618, "bedlevel": -10002.0, "branchid": "pipe_9_E24;pipe_9_E25", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_613_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 9.625231199243286e-08, "index_right": 620, "nodeid": "1423191.975884_5846746.686085", "id": "1423191.975884_5846746.686085", "name": "manhole_613_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423191.975883910199627, 5846746.686084965243936 ] } }, -{ "type": "Feature", "properties": { "_index": 619, "bedlevel": -10002.0, "branchid": "pipe_9_E25;pipe_9_E26", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_614_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.350884003928438e-07, "index_right": 621, "nodeid": "1423148.382040_5846722.216834", "id": "1423148.382040_5846722.216834", "name": "manhole_614_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423148.382039699703455, 5846722.216833685524762 ] } }, -{ "type": "Feature", "properties": { "_index": 620, "bedlevel": -10002.0, "branchid": "pipe_9_E26;pipe_9_E27", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_615_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0122232865915296e-07, "index_right": 622, "nodeid": "1423116.208600_5846685.925129", "id": "1423116.208600_5846685.925129", "name": "manhole_615_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423116.208600282436237, 5846685.925128715112805 ] } }, -{ "type": "Feature", "properties": { "_index": 621, "bedlevel": -10002.0, "branchid": "pipe_9_E27;pipe_9_E28", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_616_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0229700532188644e-07, "index_right": 623, "nodeid": "1423098.800150_5846639.999510", "id": "1423098.800150_5846639.999510", "name": "manhole_616_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423098.800149801187217, 5846639.999510037712753 ] } }, -{ "type": "Feature", "properties": { "_index": 622, "bedlevel": -10002.0, "branchid": "pipe_9_E28;pipe_9_E29", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_617_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7913158125702864e-07, "index_right": 624, "nodeid": "1423055.521651_5846618.026644", "id": "1423055.521651_5846618.026644", "name": "manhole_617_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423055.521651374874637, 5846618.02664355840534 ] } }, -{ "type": "Feature", "properties": { "_index": 623, "bedlevel": -10002.0, "branchid": "pipe_9_E29;pipe_9_E30", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_618_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7497137439514122e-07, "index_right": 625, "nodeid": "1423006.884909_5846607.313376", "id": "1423006.884909_5846607.313376", "name": "manhole_618_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1423006.884908850304782, 5846607.313376450911164 ] } }, -{ "type": "Feature", "properties": { "_index": 624, "bedlevel": -10002.0, "branchid": "pipe_9_E30;pipe_9_E31", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_619_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.105073651433353e-07, "index_right": 626, "nodeid": "1422957.799635_5846613.658194", "id": "1422957.799635_5846613.658194", "name": "manhole_619_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422957.799635383998975, 5846613.658193854615092 ] } }, -{ "type": "Feature", "properties": { "_index": 625, "bedlevel": -10002.0, "branchid": "pipe_9_E31;pipe_9_E32", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_620_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 7.7912035870078938e-08, "index_right": 627, "nodeid": "1422910.713437_5846630.476703", "id": "1422910.713437_5846630.476703", "name": "manhole_620_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422910.713437053374946, 5846630.476702943444252 ] } }, -{ "type": "Feature", "properties": { "_index": 626, "bedlevel": -10002.0, "branchid": "pipe_9_E32;pipe_9_E33", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_621_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9770091149933179e-07, "index_right": 628, "nodeid": "1422863.428790_5846646.715837", "id": "1422863.428790_5846646.715837", "name": "manhole_621_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422863.428789914352819, 5846646.715837388299406 ] } }, -{ "type": "Feature", "properties": { "_index": 627, "bedlevel": -10002.0, "branchid": "pipe_9_E33;pipe_9_E34", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_622_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5568383263743231e-07, "index_right": 629, "nodeid": "1422814.791240_5846657.456635", "id": "1422814.791240_5846657.456635", "name": "manhole_622_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422814.791240132879466, 5846657.456634564325213 ] } }, -{ "type": "Feature", "properties": { "_index": 628, "bedlevel": -10002.0, "branchid": "pipe_9_E34;pipe_9_E35", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_623_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8503004517641415e-07, "index_right": 630, "nodeid": "1422765.067848_5846662.429128", "id": "1422765.067848_5846662.429128", "name": "manhole_623_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422765.067847807426006, 5846662.429128444753587 ] } }, -{ "type": "Feature", "properties": { "_index": 629, "bedlevel": -10002.0, "branchid": "pipe_9_E35;pipe_9_E36", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_624_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6442243554579909e-07, "index_right": 631, "nodeid": "1422716.332230_5846672.507949", "id": "1422716.332230_5846672.507949", "name": "manhole_624_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422716.332230302970856, 5846672.507949352264404 ] } }, -{ "type": "Feature", "properties": { "_index": 630, "bedlevel": -10002.0, "branchid": "pipe_9_E36;pipe_9_E37", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_625_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2974431156400027e-07, "index_right": 632, "nodeid": "1422671.813043_5846692.991857", "id": "1422671.813043_5846692.991857", "name": "manhole_625_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422671.8130433477927, 5846692.991857399232686 ] } }, -{ "type": "Feature", "properties": { "_index": 631, "bedlevel": -10002.0, "branchid": "pipe_9_E37;pipe_9_E38", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_626_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2966459509110103e-07, "index_right": 633, "nodeid": "1422638.554434_5846729.160970", "id": "1422638.554434_5846729.160970", "name": "manhole_626_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422638.554434294113889, 5846729.160969850607216 ] } }, -{ "type": "Feature", "properties": { "_index": 632, "bedlevel": -10002.0, "branchid": "pipe_9_E38;pipe_9_E39", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_627_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.790617938849942e-07, "index_right": 634, "nodeid": "1422619.132276_5846774.826261", "id": "1422619.132276_5846774.826261", "name": "manhole_627_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422619.132275649579242, 5846774.826261460781097 ] } }, -{ "type": "Feature", "properties": { "_index": 633, "bedlevel": -10002.0, "branchid": "pipe_9_E39;pipe_9_E40", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_628_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7658869335274209e-07, "index_right": 635, "nodeid": "1422605.594434_5846822.894895", "id": "1422605.594434_5846822.894895", "name": "manhole_628_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422605.59443419566378, 5846822.894895195960999 ] } }, -{ "type": "Feature", "properties": { "_index": 634, "bedlevel": -10002.0, "branchid": "pipe_9_E40;pipe_9_E41", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_629_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1499026089898252e-07, "index_right": 636, "nodeid": "1422586.887611_5846869.109513", "id": "1422586.887611_5846869.109513", "name": "manhole_629_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422586.887610950507224, 5846869.109512688592076 ] } }, -{ "type": "Feature", "properties": { "_index": 635, "bedlevel": -10002.0, "branchid": "pipe_9_E41;pipe_9_E42", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_630_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.934116463063729e-07, "index_right": 637, "nodeid": "1422557.372622_5846909.468375", "id": "1422557.372622_5846909.468375", "name": "manhole_630_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422557.372622151626274, 5846909.468374880030751 ] } }, -{ "type": "Feature", "properties": { "_index": 636, "bedlevel": -10002.0, "branchid": "pipe_9_E42;pipe_9_E43", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_631_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5584282326524811e-07, "index_right": 638, "nodeid": "1422527.542866_5846949.590658", "id": "1422527.542866_5846949.590658", "name": "manhole_631_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422527.54286550055258, 5846949.590657755732536 ] } }, -{ "type": "Feature", "properties": { "_index": 637, "bedlevel": -10002.0, "branchid": "pipe_9_E43;pipe_9_E44", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_632_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6032202725151397e-07, "index_right": 639, "nodeid": "1422496.981541_5846989.163095", "id": "1422496.981541_5846989.163095", "name": "manhole_632_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422496.981540927663445, 5846989.163094647228718 ] } }, -{ "type": "Feature", "properties": { "_index": 638, "bedlevel": -10002.0, "branchid": "pipe_9_E44;pipe_9_E45", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_633_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3155377963402679e-07, "index_right": 640, "nodeid": "1422462.649640_5847024.725792", "id": "1422462.649640_5847024.725792", "name": "manhole_633_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422462.649639721959829, 5847024.725791819393635 ] } }, -{ "type": "Feature", "properties": { "_index": 639, "bedlevel": -10002.0, "branchid": "pipe_9_E45;pipe_9_E46", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_634_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7201427405705142e-07, "index_right": 641, "nodeid": "1422415.439291_5847036.479519", "id": "1422415.439291_5847036.479519", "name": "manhole_634_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422415.439291230868548, 5847036.479519411921501 ] } }, -{ "type": "Feature", "properties": { "_index": 640, "bedlevel": -10002.0, "branchid": "pipe_9_E46;pipe_9_E47", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_635_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7664773626147974e-07, "index_right": 642, "nodeid": "1422368.512653_5847019.601586", "id": "1422368.512653_5847019.601586", "name": "manhole_635_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422368.512653070269153, 5847019.601586162112653 ] } }, -{ "type": "Feature", "properties": { "_index": 641, "bedlevel": -10002.0, "branchid": "pipe_9_E47;pipe_9_E48", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_636_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6960982846386001e-07, "index_right": 643, "nodeid": "1422322.087949_5847001.047363", "id": "1422322.087949_5847001.047363", "name": "manhole_636_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422322.087949068518355, 5847001.047363363206387 ] } }, -{ "type": "Feature", "properties": { "_index": 642, "bedlevel": -10002.0, "branchid": "pipe_9_E48;pipe_9_E49", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_637_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 8.9611672290673924e-08, "index_right": 644, "nodeid": "1422275.732067_5846982.322026", "id": "1422275.732067_5846982.322026", "name": "manhole_637_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422275.732066942611709, 5846982.322025931440294 ] } }, -{ "type": "Feature", "properties": { "_index": 643, "bedlevel": -10002.0, "branchid": "pipe_9_E49;pipe_9_E50", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_638_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.3478381659385516e-07, "index_right": 645, "nodeid": "1422228.594420_5846965.648257", "id": "1422228.594420_5846965.648257", "name": "manhole_638_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422228.594420006498694, 5846965.648257235065103 ] } }, -{ "type": "Feature", "properties": { "_index": 644, "bedlevel": -10002.0, "branchid": "pipe_9_E50;pipe_9_E51", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_639_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6637140318987685e-07, "index_right": 646, "nodeid": "1422181.456773_5846948.974489", "id": "1422181.456773_5846948.974489", "name": "manhole_639_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422181.45677307061851, 5846948.974488538689911 ] } }, -{ "type": "Feature", "properties": { "_index": 645, "bedlevel": -10002.0, "branchid": "pipe_9_E51;pipe_9_E52", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_640_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2185516477358416e-07, "index_right": 647, "nodeid": "1422134.832294_5846931.290156", "id": "1422134.832294_5846931.290156", "name": "manhole_640_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422134.832294266438112, 5846931.290156180970371 ] } }, -{ "type": "Feature", "properties": { "_index": 646, "bedlevel": -10002.0, "branchid": "pipe_9_E52;pipe_9_E53", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_641_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8046520028257206e-07, "index_right": 648, "nodeid": "1422093.451577_5846903.233417", "id": "1422093.451577_5846903.233417", "name": "manhole_641_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422093.451577436411753, 5846903.233416798524559 ] } }, -{ "type": "Feature", "properties": { "_index": 647, "bedlevel": -10002.0, "branchid": "pipe_9_E53;pipe_9_E54", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_642_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8695640132165682e-07, "index_right": 649, "nodeid": "1422050.193610_5846878.927391", "id": "1422050.193610_5846878.927391", "name": "manhole_642_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422050.19361039204523, 5846878.927391436882317 ] } }, -{ "type": "Feature", "properties": { "_index": 648, "bedlevel": -10002.0, "branchid": "pipe_9_E54;pipe_9_E55", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_643_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0814673914485316e-07, "index_right": 650, "nodeid": "1422000.668080_5846872.057591", "id": "1422000.668080_5846872.057591", "name": "manhole_643_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1422000.668080030707642, 5846872.057590592652559 ] } }, -{ "type": "Feature", "properties": { "_index": 649, "bedlevel": -10002.0, "branchid": "pipe_9_E55;pipe_9_E56", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_644_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1575867270714939e-07, "index_right": 651, "nodeid": "1421951.142550_5846865.187790", "id": "1421951.142550_5846865.187790", "name": "manhole_644_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421951.142549669602886, 5846865.187789747491479 ] } }, -{ "type": "Feature", "properties": { "_index": 650, "bedlevel": -10002.0, "branchid": "pipe_9_E56;pipe_9_E57", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_645_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8236059324470795e-08, "index_right": 652, "nodeid": "1421901.419594_5846860.054724", "id": "1421901.419594_5846860.054724", "name": "manhole_645_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421901.419594027800485, 5846860.054723949171603 ] } }, -{ "type": "Feature", "properties": { "_index": 651, "bedlevel": -10002.0, "branchid": "pipe_9_E57;pipe_9_E58", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_646_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5999802669126382e-07, "index_right": 653, "nodeid": "1421851.776152_5846861.947323", "id": "1421851.776152_5846861.947323", "name": "manhole_646_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421851.776151958853006, 5846861.947322845458984 ] } }, -{ "type": "Feature", "properties": { "_index": 652, "bedlevel": -10002.0, "branchid": "pipe_9_E58;pipe_9_E59", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_647_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8351889867962913e-07, "index_right": 654, "nodeid": "1421802.680674_5846871.101243", "id": "1421802.680674_5846871.101243", "name": "manhole_647_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421802.680674202507362, 5846871.101242801174521 ] } }, -{ "type": "Feature", "properties": { "_index": 653, "bedlevel": -10002.0, "branchid": "pipe_9_E59;pipe_9_E60", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_648_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8361333800763068e-07, "index_right": 655, "nodeid": "1421753.571473_5846879.706788", "id": "1421753.571473_5846879.706788", "name": "manhole_648_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421753.571472910698503, 5846879.706788268871605 ] } }, -{ "type": "Feature", "properties": { "_index": 654, "bedlevel": -10002.0, "branchid": "pipe_9_E60;pipe_9_E61", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_649_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.0490616079159203e-07, "index_right": 656, "nodeid": "1421703.691585_5846882.807119", "id": "1421703.691585_5846882.807119", "name": "manhole_649_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421703.691584896063432, 5846882.807119014672935 ] } }, -{ "type": "Feature", "properties": { "_index": 655, "bedlevel": -10002.0, "branchid": "pipe_9_E61;pipe_9_E62", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_650_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5205515474179326e-07, "index_right": 657, "nodeid": "1421653.698203_5846883.603385", "id": "1421653.698203_5846883.603385", "name": "manhole_650_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421653.698202512925491, 5846883.603384739719331 ] } }, -{ "type": "Feature", "properties": { "_index": 656, "bedlevel": -10002.0, "branchid": "pipe_9_E62;pipe_9_E63", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_651_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2113285733592338e-07, "index_right": 658, "nodeid": "1421604.086442_5846882.212059", "id": "1421604.086442_5846882.212059", "name": "manhole_651_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421604.086441812571138, 5846882.212059116922319 ] } }, -{ "type": "Feature", "properties": { "_index": 657, "bedlevel": -10002.0, "branchid": "pipe_9_E63;pipe_9_E64", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_652_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9687322277223684e-07, "index_right": 659, "nodeid": "1421557.315624_5846864.535439", "id": "1421557.315624_5846864.535439", "name": "manhole_652_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421557.315623715519905, 5846864.53543908521533 ] } }, -{ "type": "Feature", "properties": { "_index": 658, "bedlevel": -10002.0, "branchid": "pipe_9_E64;pipe_9_E65", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_653_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8528406597781324e-07, "index_right": 660, "nodeid": "1421510.544806_5846846.858819", "id": "1421510.544806_5846846.858819", "name": "manhole_653_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421510.544805618468672, 5846846.858819053508341 ] } }, -{ "type": "Feature", "properties": { "_index": 659, "bedlevel": -10002.0, "branchid": "pipe_9_E65;pipe_9_E66", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_654_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3893763760668178e-07, "index_right": 661, "nodeid": "1421463.281384_5846833.260545", "id": "1421463.281384_5846833.260545", "name": "manhole_654_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421463.281383597990498, 5846833.260544824413955 ] } }, -{ "type": "Feature", "properties": { "_index": 660, "bedlevel": -10002.0, "branchid": "pipe_9_E66;pipe_9_E67", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_655_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9847186609046501e-07, "index_right": 662, "nodeid": "1421413.731179_5846839.680665", "id": "1421413.731179_5846839.680665", "name": "manhole_655_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421413.731179419672117, 5846839.680664731189609 ] } }, -{ "type": "Feature", "properties": { "_index": 661, "bedlevel": -10002.0, "branchid": "pipe_9_E67;pipe_9_E68", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_656_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.9965862367347585e-07, "index_right": 663, "nodeid": "1421366.070924_5846854.795968", "id": "1421366.070924_5846854.795968", "name": "manhole_656_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421366.070924198720604, 5846854.79596802033484 ] } }, -{ "type": "Feature", "properties": { "_index": 662, "bedlevel": -10002.0, "branchid": "pipe_9_E68;pipe_9_E69", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_657_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.886071775818162e-07, "index_right": 664, "nodeid": "1421320.517233_5846875.329943", "id": "1421320.517233_5846875.329943", "name": "manhole_657_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421320.517232795711607, 5846875.329943204298615 ] } }, -{ "type": "Feature", "properties": { "_index": 663, "bedlevel": -10002.0, "branchid": "pipe_9_E69;pipe_9_E70", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_658_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.651851963026096e-07, "index_right": 665, "nodeid": "1421273.586040_5846891.911890", "id": "1421273.586040_5846891.911890", "name": "manhole_658_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421273.586039925226942, 5846891.911889540962875 ] } }, -{ "type": "Feature", "properties": { "_index": 664, "bedlevel": -10002.0, "branchid": "pipe_9_E70;pipe_9_E71", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_659_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.258751620467274e-07, "index_right": 666, "nodeid": "1421224.329739_5846890.768890", "id": "1421224.329739_5846890.768890", "name": "manhole_659_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421224.329739169217646, 5846890.768890278413892 ] } }, -{ "type": "Feature", "properties": { "_index": 665, "bedlevel": -10002.0, "branchid": "pipe_9_E71;pipe_9_E72", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_660_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0501310110380391e-07, "index_right": 667, "nodeid": "1421182.892963_5846866.597804", "id": "1421182.892963_5846866.597804", "name": "manhole_660_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421182.892962549580261, 5846866.597803771495819 ] } }, -{ "type": "Feature", "properties": { "_index": 666, "bedlevel": -10002.0, "branchid": "pipe_9_E72;pipe_9_E73", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_661_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8607563032630431e-07, "index_right": 668, "nodeid": "1421145.763737_5846833.110598", "id": "1421145.763737_5846833.110598", "name": "manhole_661_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421145.763737284578383, 5846833.110597969964147 ] } }, -{ "type": "Feature", "properties": { "_index": 667, "bedlevel": -10002.0, "branchid": "pipe_9_E73;pipe_9_E74", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_662_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.415895720425533e-07, "index_right": 669, "nodeid": "1421107.104406_5846801.549892", "id": "1421107.104406_5846801.549892", "name": "manhole_662_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421107.104405601043254, 5846801.54989181086421 ] } }, -{ "type": "Feature", "properties": { "_index": 668, "bedlevel": -10002.0, "branchid": "pipe_9_E74;pipe_9_E75", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_663_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4874214461400215e-07, "index_right": 670, "nodeid": "1421061.901835_5846794.000382", "id": "1421061.901835_5846794.000382", "name": "manhole_663_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421061.901834868825972, 5846794.000382322818041 ] } }, -{ "type": "Feature", "properties": { "_index": 669, "bedlevel": -10002.0, "branchid": "pipe_9_E75;pipe_9_E76", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_664_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4370118165651451e-07, "index_right": 671, "nodeid": "1421023.283131_5846821.333513", "id": "1421023.283131_5846821.333513", "name": "manhole_664_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421023.283130519790575, 5846821.333513255231082 ] } }, -{ "type": "Feature", "properties": { "_index": 670, "bedlevel": -10002.0, "branchid": "pipe_9_E76;pipe_9_E77", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_665_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0617437582429639e-07, "index_right": 672, "nodeid": "1421024.979408_5846869.082082", "id": "1421024.979408_5846869.082082", "name": "manhole_665_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421024.979408109327778, 5846869.082081608474255 ] } }, -{ "type": "Feature", "properties": { "_index": 671, "bedlevel": -10002.0, "branchid": "pipe_9_E77;pipe_9_E78", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_666_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5217795685632905e-07, "index_right": 673, "nodeid": "1421042.917043_5846915.571191", "id": "1421042.917043_5846915.571191", "name": "manhole_666_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421042.917042962508276, 5846915.57119064964354 ] } }, -{ "type": "Feature", "properties": { "_index": 672, "bedlevel": -10002.0, "branchid": "pipe_9_E78;pipe_9_E79", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_667_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4816965746037193e-07, "index_right": 674, "nodeid": "1421063.430981_5846961.166141", "id": "1421063.430981_5846961.166141", "name": "manhole_667_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421063.430981013458222, 5846961.166141447611153 ] } }, -{ "type": "Feature", "properties": { "_index": 673, "bedlevel": -10002.0, "branchid": "pipe_9_E79;pipe_9_E80", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_668_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.3784832590876809e-07, "index_right": 675, "nodeid": "1421083.528896_5847006.948738", "id": "1421083.528896_5847006.948738", "name": "manhole_668_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421083.528895998140797, 5847006.94873786251992 ] } }, -{ "type": "Feature", "properties": { "_index": 674, "bedlevel": -10002.0, "branchid": "pipe_9_E80;pipe_9_E81", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_669_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1002717897661778e-07, "index_right": 676, "nodeid": "1421095.421481_5847054.527189", "id": "1421095.421481_5847054.527189", "name": "manhole_669_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421095.421480868710205, 5847054.527188835665584 ] } }, -{ "type": "Feature", "properties": { "_index": 675, "bedlevel": -10002.0, "branchid": "pipe_9_E81;pipe_9_E82", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_670_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5525631231953569e-07, "index_right": 677, "nodeid": "1421070.211330_5847093.769574", "id": "1421070.211330_5847093.769574", "name": "manhole_670_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421070.211330103687942, 5847093.769573556259274 ] } }, -{ "type": "Feature", "properties": { "_index": 676, "bedlevel": -10002.0, "branchid": "pipe_9_E82;pipe_9_E83", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_671_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.322379673149289e-07, "index_right": 678, "nodeid": "1421024.365017_5847102.507561", "id": "1421024.365017_5847102.507561", "name": "manhole_671_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1421024.36501712561585, 5847102.507560959085822 ] } }, -{ "type": "Feature", "properties": { "_index": 677, "bedlevel": -10002.0, "branchid": "pipe_9_E83;pipe_9_E84", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_672_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.7055629590963564e-08, "index_right": 679, "nodeid": "1420988.526910_5847070.174371", "id": "1420988.526910_5847070.174371", "name": "manhole_672_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420988.52690999978222, 5847070.174371067434549 ] } }, -{ "type": "Feature", "properties": { "_index": 678, "bedlevel": -10002.0, "branchid": "pipe_9_E84;pipe_9_E85", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_673_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5589687206550708e-07, "index_right": 680, "nodeid": "1420954.561303_5847033.482276", "id": "1420954.561303_5847033.482276", "name": "manhole_673_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420954.561302947811782, 5847033.48227574955672 ] } }, -{ "type": "Feature", "properties": { "_index": 679, "bedlevel": -10002.0, "branchid": "pipe_9_E85;pipe_9_E86", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_674_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3229547166515862e-07, "index_right": 681, "nodeid": "1420920.273442_5846997.091299", "id": "1420920.273442_5846997.091299", "name": "manhole_674_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420920.273442431585863, 5846997.091298976913095 ] } }, -{ "type": "Feature", "properties": { "_index": 680, "bedlevel": -10002.0, "branchid": "pipe_9_E86;pipe_9_E87", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_675_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0404080638886301e-07, "index_right": 682, "nodeid": "1420887.675050_5846959.185133", "id": "1420887.675050_5846959.185133", "name": "manhole_675_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420887.675049716839567, 5846959.185132889077067 ] } }, -{ "type": "Feature", "properties": { "_index": 681, "bedlevel": -10002.0, "branchid": "pipe_9_E87;pipe_9_E88", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_676_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9135458338906613e-07, "index_right": 683, "nodeid": "1420854.769202_5846921.577197", "id": "1420854.769202_5846921.577197", "name": "manhole_676_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420854.769201738992706, 5846921.57719658408314 ] } }, -{ "type": "Feature", "properties": { "_index": 682, "bedlevel": -10002.0, "branchid": "pipe_9_E88;pipe_9_E89", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_677_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1313977587595095e-07, "index_right": 684, "nodeid": "1420818.558619_5846887.098711", "id": "1420818.558619_5846887.098711", "name": "manhole_677_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420818.558618578361347, 5846887.098710707388818 ] } }, -{ "type": "Feature", "properties": { "_index": 683, "bedlevel": -10002.0, "branchid": "pipe_9_E89;pipe_9_E90", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_678_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5113062676321532e-07, "index_right": 685, "nodeid": "1420782.348035_5846852.620225", "id": "1420782.348035_5846852.620225", "name": "manhole_678_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420782.348035417729989, 5846852.620224829763174 ] } }, -{ "type": "Feature", "properties": { "_index": 684, "bedlevel": -10002.0, "branchid": "pipe_9_E90;pipe_9_E91", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_679_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7373112214326762e-07, "index_right": 686, "nodeid": "1420742.899652_5846822.051577", "id": "1420742.899652_5846822.051577", "name": "manhole_679_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420742.899652406107634, 5846822.051577243953943 ] } }, -{ "type": "Feature", "properties": { "_index": 685, "bedlevel": -10002.0, "branchid": "pipe_9_E91;pipe_9_E92", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_680_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4574389312339503e-07, "index_right": 687, "nodeid": "1420706.280636_5846788.847165", "id": "1420706.280636_5846788.847165", "name": "manhole_680_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420706.280636111740023, 5846788.847164780832827 ] } }, -{ "type": "Feature", "properties": { "_index": 686, "bedlevel": -10002.0, "branchid": "pipe_9_E92;pipe_9_E93", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_681_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9434033356220034e-07, "index_right": 688, "nodeid": "1420689.703672_5846742.114127", "id": "1420689.703672_5846742.114127", "name": "manhole_681_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420689.703672134550288, 5846742.114127370528877 ] } }, -{ "type": "Feature", "properties": { "_index": 687, "bedlevel": -10002.0, "branchid": "pipe_9_E93;pipe_9_E94", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_682_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9890023250074121e-07, "index_right": 689, "nodeid": "1420686.023356_5846692.946837", "id": "1420686.023356_5846692.946837", "name": "manhole_682_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420686.023355967132375, 5846692.946837296709418 ] } }, -{ "type": "Feature", "properties": { "_index": 688, "bedlevel": -10002.0, "branchid": "pipe_9_E94;pipe_9_E95", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_683_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5531339770059799e-07, "index_right": 690, "nodeid": "1420711.728708_5846653.304461", "id": "1420711.728708_5846653.304461", "name": "manhole_683_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420711.72870812821202, 5846653.304461087100208 ] } }, -{ "type": "Feature", "properties": { "_index": 689, "bedlevel": -10002.0, "branchid": "pipe_9_E95;pipe_9_E96", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_684_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8842564039375851e-07, "index_right": 691, "nodeid": "1420759.905567_5846646.116786", "id": "1420759.905567_5846646.116786", "name": "manhole_684_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420759.905567491659895, 5846646.116786323487759 ] } }, -{ "type": "Feature", "properties": { "_index": 690, "bedlevel": -10002.0, "branchid": "pipe_9_E96;pipe_9_E97", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_685_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1882609587797323e-07, "index_right": 692, "nodeid": "1420809.857039_5846648.312871", "id": "1420809.857039_5846648.312871", "name": "manhole_685_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420809.857039266964421, 5846648.3128711739555 ] } }, -{ "type": "Feature", "properties": { "_index": 691, "bedlevel": -10002.0, "branchid": "pipe_9_E97;pipe_9_E98", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_686_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3709604994220237e-07, "index_right": 693, "nodeid": "1420858.078812_5846637.978543", "id": "1420858.078812_5846637.978543", "name": "manhole_686_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420858.078811570070684, 5846637.978543078526855 ] } }, -{ "type": "Feature", "properties": { "_index": 692, "bedlevel": -10002.0, "branchid": "pipe_9_E98;pipe_9_E99", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_687_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4993849330253921e-07, "index_right": 694, "nodeid": "1420897.328248_5846610.245929", "id": "1420897.328248_5846610.245929", "name": "manhole_687_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420897.328248347854242, 5846610.245929038152099 ] } }, -{ "type": "Feature", "properties": { "_index": 693, "bedlevel": -10002.0, "branchid": "pipe_9_E99;pipe_9_E100", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_688_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4581329192512464e-07, "index_right": 695, "nodeid": "1420923.745308_5846567.919395", "id": "1420923.745308_5846567.919395", "name": "manhole_688_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420923.745307660195976, 5846567.91939471103251 ] } }, -{ "type": "Feature", "properties": { "_index": 694, "bedlevel": -10002.0, "branchid": "pipe_9_E100;pipe_9_E101", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_689_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2530638691369503e-07, "index_right": 696, "nodeid": "1420935.065238_5846519.721247", "id": "1420935.065238_5846519.721247", "name": "manhole_689_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420935.065237583592534, 5846519.721246679313481 ] } }, -{ "type": "Feature", "properties": { "_index": 695, "bedlevel": -10002.0, "branchid": "pipe_9_E101;pipe_9_E102", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_690_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9741786352162565e-07, "index_right": 697, "nodeid": "1420925.005012_5846471.723118", "id": "1420925.005012_5846471.723118", "name": "manhole_690_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420925.005011990433559, 5846471.723118497058749 ] } }, -{ "type": "Feature", "properties": { "_index": 696, "bedlevel": -10002.0, "branchid": "pipe_9_E102;pipe_9_E103", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_691_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7716815623631929e-07, "index_right": 698, "nodeid": "1420897.150894_5846430.578025", "id": "1420897.150894_5846430.578025", "name": "manhole_691_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420897.150894394610077, 5846430.578024731948972 ] } }, -{ "type": "Feature", "properties": { "_index": 697, "bedlevel": -10002.0, "branchid": "pipe_9_E103;pipe_9_E104", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_692_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3498269652208637e-07, "index_right": 699, "nodeid": "1420865.817669_5846391.613922", "id": "1420865.817669_5846391.613922", "name": "manhole_692_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420865.817669220268726, 5846391.613921747542918 ] } }, -{ "type": "Feature", "properties": { "_index": 698, "bedlevel": -10002.0, "branchid": "pipe_9_E104;pipe_9_E105", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_693_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8710179498688297e-07, "index_right": 700, "nodeid": "1420835.308422_5846352.018459", "id": "1420835.308422_5846352.018459", "name": "manhole_693_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420835.308421667199582, 5846352.01845864392817 ] } }, -{ "type": "Feature", "properties": { "_index": 699, "bedlevel": -10002.0, "branchid": "pipe_9_E105;pipe_9_E106", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_694_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2392498501405356e-07, "index_right": 701, "nodeid": "1420805.837170_5846311.627647", "id": "1420805.837170_5846311.627647", "name": "manhole_694_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420805.837170013459399, 5846311.627647223882377 ] } }, -{ "type": "Feature", "properties": { "_index": 700, "bedlevel": -10002.0, "branchid": "pipe_9_E106;pipe_9_E107", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_695_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1010274312859686e-07, "index_right": 702, "nodeid": "1420776.365918_5846271.236836", "id": "1420776.365918_5846271.236836", "name": "manhole_695_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420776.365918359952047, 5846271.236835803836584 ] } }, -{ "type": "Feature", "properties": { "_index": 701, "bedlevel": -10002.0, "branchid": "pipe_9_E107;pipe_9_E108", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_696_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.0290824724033559e-07, "index_right": 703, "nodeid": "1420745.026046_5846232.314588", "id": "1420745.026046_5846232.314588", "name": "manhole_696_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420745.0260460737627, 5846232.314588071778417 ] } }, -{ "type": "Feature", "properties": { "_index": 702, "bedlevel": -10002.0, "branchid": "pipe_9_E108;pipe_9_E109", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_697_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0734091094498453e-07, "index_right": 704, "nodeid": "1420708.652508_5846198.270482", "id": "1420708.652508_5846198.270482", "name": "manhole_697_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420708.652508232742548, 5846198.270481549203396 ] } }, -{ "type": "Feature", "properties": { "_index": 703, "bedlevel": -10002.0, "branchid": "pipe_9_E109;pipe_9_E110", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_698_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1524346160543461e-07, "index_right": 705, "nodeid": "1420665.638499_5846173.861074", "id": "1420665.638499_5846173.861074", "name": "manhole_698_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420665.638498906278983, 5846173.861073805950582 ] } }, -{ "type": "Feature", "properties": { "_index": 704, "bedlevel": -10002.0, "branchid": "pipe_9_E110;pipe_9_E111", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_699_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4085355766256787e-07, "index_right": 706, "nodeid": "1420618.825895_5846161.030019", "id": "1420618.825895_5846161.030019", "name": "manhole_699_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420618.82589530851692, 5846161.030019444413483 ] } }, -{ "type": "Feature", "properties": { "_index": 705, "bedlevel": -10002.0, "branchid": "pipe_9_E111;pipe_9_E112", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_700_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7921054281761341e-07, "index_right": 707, "nodeid": "1420569.670940_5846170.047207", "id": "1420569.670940_5846170.047207", "name": "manhole_700_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420569.670940276002511, 5846170.047206956893206 ] } }, -{ "type": "Feature", "properties": { "_index": 706, "bedlevel": -10002.0, "branchid": "pipe_9_E112;pipe_9_E113", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_701_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.6461445487957032e-07, "index_right": 708, "nodeid": "1420520.064749_5846175.893241", "id": "1420520.064749_5846175.893241", "name": "manhole_701_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420520.064749475335702, 5846175.893241304904222 ] } }, -{ "type": "Feature", "properties": { "_index": 707, "bedlevel": -10002.0, "branchid": "pipe_9_E113;pipe_9_E114", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_702_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7237889191155298e-07, "index_right": 709, "nodeid": "1420470.538262_5846171.662239", "id": "1420470.538262_5846171.662239", "name": "manhole_702_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420470.538262324174866, 5846171.662239343859255 ] } }, -{ "type": "Feature", "properties": { "_index": 708, "bedlevel": -10002.0, "branchid": "pipe_9_E114;pipe_9_E115", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_703_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2177262417018231e-07, "index_right": 710, "nodeid": "1420425.915515_5846151.267022", "id": "1420425.915515_5846151.267022", "name": "manhole_703_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420425.915515190456063, 5846151.267021886073053 ] } }, -{ "type": "Feature", "properties": { "_index": 709, "bedlevel": -10002.0, "branchid": "pipe_9_E115;pipe_9_E116", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_704_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4560099555657114e-07, "index_right": 711, "nodeid": "1420388.838620_5846117.721886", "id": "1420388.838620_5846117.721886", "name": "manhole_704_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420388.838620007503778, 5846117.721885654143989 ] } }, -{ "type": "Feature", "properties": { "_index": 710, "bedlevel": -10002.0, "branchid": "pipe_9_E116;pipe_9_E117", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_705_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9124312948416628e-07, "index_right": 712, "nodeid": "1420351.628854_5846084.324337", "id": "1420351.628854_5846084.324337", "name": "manhole_705_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420351.628854390932247, 5846084.324337015859783 ] } }, -{ "type": "Feature", "properties": { "_index": 711, "bedlevel": -10002.0, "branchid": "pipe_9_E117;pipe_9_E118", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_706_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8868305235934861e-07, "index_right": 713, "nodeid": "1420314.387388_5846050.962000", "id": "1420314.387388_5846050.962000", "name": "manhole_706_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420314.387388218194246, 5846050.962000189349055 ] } }, -{ "type": "Feature", "properties": { "_index": 712, "bedlevel": -10002.0, "branchid": "pipe_9_E118;pipe_9_E119", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_707_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6604242886375103e-07, "index_right": 714, "nodeid": "1420277.145922_5846017.599663", "id": "1420277.145922_5846017.599663", "name": "manhole_707_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420277.145922045456246, 5846017.599663362838328 ] } }, -{ "type": "Feature", "properties": { "_index": 713, "bedlevel": -10002.0, "branchid": "pipe_9_E119;pipe_9_E120", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_708_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8096708084798982e-07, "index_right": 715, "nodeid": "1420239.904456_5845984.237327", "id": "1420239.904456_5845984.237327", "name": "manhole_708_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420239.904455872718245, 5845984.2373265363276 ] } }, -{ "type": "Feature", "properties": { "_index": 714, "bedlevel": -10002.0, "branchid": "pipe_9_E120;pipe_9_E121", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_709_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5212335906312742e-07, "index_right": 716, "nodeid": "1420214.636071_5845943.071631", "id": "1420214.636071_5845943.071631", "name": "manhole_709_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420214.636071441229433, 5845943.071631099097431 ] } }, -{ "type": "Feature", "properties": { "_index": 715, "bedlevel": -10002.0, "branchid": "pipe_9_E121;pipe_9_E122", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_710_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9418862192900729e-07, "index_right": 717, "nodeid": "1420208.484498_5845893.454048", "id": "1420208.484498_5845893.454048", "name": "manhole_710_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420208.484497776022181, 5845893.454048440791667 ] } }, -{ "type": "Feature", "properties": { "_index": 716, "bedlevel": -10002.0, "branchid": "pipe_9_E122;pipe_9_E123", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_711_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6950950209566943e-07, "index_right": 718, "nodeid": "1420202.653402_5845843.795729", "id": "1420202.653402_5845843.795729", "name": "manhole_711_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420202.653401588089764, 5845843.795728774741292 ] } }, -{ "type": "Feature", "properties": { "_index": 717, "bedlevel": -10002.0, "branchid": "pipe_9_E123;pipe_9_E124", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_712_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4005031407872567e-07, "index_right": 719, "nodeid": "1420186.114192_5845797.701271", "id": "1420186.114192_5845797.701271", "name": "manhole_712_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420186.114192338194698, 5845797.701271421276033 ] } }, -{ "type": "Feature", "properties": { "_index": 718, "bedlevel": -10002.0, "branchid": "pipe_9_E124;pipe_9_E125", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_713_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.900591236666852e-08, "index_right": 720, "nodeid": "1420160.896723_5845754.526608", "id": "1420160.896723_5845754.526608", "name": "manhole_713_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420160.89672294142656, 5845754.526608035899699 ] } }, -{ "type": "Feature", "properties": { "_index": 719, "bedlevel": -10002.0, "branchid": "pipe_9_E125;pipe_9_E126", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_714_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7284582609949398e-07, "index_right": 721, "nodeid": "1420125.063202_5845720.467587", "id": "1420125.063202_5845720.467587", "name": "manhole_714_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420125.063201739452779, 5845720.467587080784142 ] } }, -{ "type": "Feature", "properties": { "_index": 720, "bedlevel": -10002.0, "branchid": "pipe_9_E126;pipe_9_E127", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_715_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6155614146065415e-07, "index_right": 722, "nodeid": "1420086.198008_5845689.011760", "id": "1420086.198008_5845689.011760", "name": "manhole_715_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420086.198008419713005, 5845689.011759808287024 ] } }, -{ "type": "Feature", "properties": { "_index": 721, "bedlevel": -10002.0, "branchid": "pipe_9_E127;pipe_9_E128", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_716_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 7.0982804580287328e-08, "index_right": 723, "nodeid": "1420045.993306_5845659.337849", "id": "1420045.993306_5845659.337849", "name": "manhole_716_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420045.993305994663388, 5845659.337848928757012 ] } }, -{ "type": "Feature", "properties": { "_index": 722, "bedlevel": -10002.0, "branchid": "pipe_9_E128;pipe_9_E129", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_717_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5280503259594502e-07, "index_right": 724, "nodeid": "1420004.976399_5845630.744394", "id": "1420004.976399_5845630.744394", "name": "manhole_717_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1420004.976399109931663, 5845630.744393893517554 ] } }, -{ "type": "Feature", "properties": { "_index": 723, "bedlevel": -10002.0, "branchid": "pipe_9_E129;pipe_9_E130", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_718_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.656555811787632e-07, "index_right": 725, "nodeid": "1419963.959492_5845602.150939", "id": "1419963.959492_5845602.150939", "name": "manhole_718_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419963.959492225432768, 5845602.150938859209418 ] } }, -{ "type": "Feature", "properties": { "_index": 724, "bedlevel": -10002.0, "branchid": "pipe_9_E130;pipe_9_E131", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_719_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0825835921285706e-07, "index_right": 726, "nodeid": "1419923.095722_5845573.341058", "id": "1419923.095722_5845573.341058", "name": "manhole_719_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419923.095721698133275, 5845573.341057725250721 ] } }, -{ "type": "Feature", "properties": { "_index": 725, "bedlevel": -10002.0, "branchid": "pipe_9_E131;pipe_9_E132", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_720_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6342218503071721e-07, "index_right": 727, "nodeid": "1419882.483207_5845544.176080", "id": "1419882.483207_5845544.176080", "name": "manhole_720_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419882.483206576434895, 5845544.176079811528325 ] } }, -{ "type": "Feature", "properties": { "_index": 726, "bedlevel": -10002.0, "branchid": "pipe_9_E132;pipe_9_E133", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_721_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.3439407817745219e-08, "index_right": 728, "nodeid": "1419846.559794_5845509.595564", "id": "1419846.559794_5845509.595564", "name": "manhole_721_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419846.559793936554343, 5845509.595563996583223 ] } }, -{ "type": "Feature", "properties": { "_index": 727, "bedlevel": -10002.0, "branchid": "pipe_9_E133;pipe_9_E134", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_722_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6294466414801141e-07, "index_right": 729, "nodeid": "1419812.401139_5845473.095968", "id": "1419812.401139_5845473.095968", "name": "manhole_722_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419812.401138932909817, 5845473.095968356356025 ] } }, -{ "type": "Feature", "properties": { "_index": 728, "bedlevel": -10002.0, "branchid": "pipe_9_E134;pipe_9_E135", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_723_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4290738263614859e-07, "index_right": 730, "nodeid": "1419779.223661_5845435.689722", "id": "1419779.223661_5845435.689722", "name": "manhole_723_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419779.223660866497084, 5845435.689721948467195 ] } }, -{ "type": "Feature", "properties": { "_index": 729, "bedlevel": -10002.0, "branchid": "pipe_9_E135;pipe_9_E136", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_724_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0157254659422795e-07, "index_right": 731, "nodeid": "1419746.046183_5845398.283476", "id": "1419746.046183_5845398.283476", "name": "manhole_724_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419746.046182800317183, 5845398.283475539647043 ] } }, -{ "type": "Feature", "properties": { "_index": 730, "bedlevel": -10002.0, "branchid": "pipe_9_E136;pipe_9_E137", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_725_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5422760815190861e-07, "index_right": 732, "nodeid": "1419712.604368_5845361.116566", "id": "1419712.604368_5845361.116566", "name": "manhole_725_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419712.604368061060086, 5845361.116566246375442 ] } }, -{ "type": "Feature", "properties": { "_index": 731, "bedlevel": -10002.0, "branchid": "pipe_9_E137;pipe_9_E138", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_726_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8315307954025603e-07, "index_right": 733, "nodeid": "1419683.346333_5845321.244167", "id": "1419683.346333_5845321.244167", "name": "manhole_726_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419683.346332817105576, 5845321.24416721612215 ] } }, -{ "type": "Feature", "properties": { "_index": 732, "bedlevel": -10002.0, "branchid": "pipe_9_E138;pipe_9_E139", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_727_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4371366568625221e-07, "index_right": 734, "nodeid": "1419663.204225_5845275.614657", "id": "1419663.204225_5845275.614657", "name": "manhole_727_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419663.204224903136492, 5845275.614657105877995 ] } }, -{ "type": "Feature", "properties": { "_index": 733, "bedlevel": -10002.0, "branchid": "pipe_9_E139;pipe_9_E140", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_728_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4625486492779085e-07, "index_right": 735, "nodeid": "1419652.491357_5845226.776078", "id": "1419652.491357_5845226.776078", "name": "manhole_728_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419652.491356840590015, 5845226.776078307069838 ] } }, -{ "type": "Feature", "properties": { "_index": 734, "bedlevel": -10002.0, "branchid": "pipe_9_E140;pipe_9_E141", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_729_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4978638104894327e-07, "index_right": 736, "nodeid": "1419643.222102_5845177.687656", "id": "1419643.222102_5845177.687656", "name": "manhole_729_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419643.22210155474022, 5845177.687656064517796 ] } }, -{ "type": "Feature", "properties": { "_index": 735, "bedlevel": -10002.0, "branchid": "pipe_9_E141;pipe_9_E142", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_730_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9845704694944464e-07, "index_right": 737, "nodeid": "1419636.898686_5845128.089403", "id": "1419636.898686_5845128.089403", "name": "manhole_730_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419636.898685700260103, 5845128.089402737095952 ] } }, -{ "type": "Feature", "properties": { "_index": 736, "bedlevel": -10002.0, "branchid": "pipe_9_E142;pipe_9_E143", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_731_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3789304140671037e-07, "index_right": 738, "nodeid": "1419630.575270_5845078.491149", "id": "1419630.575270_5845078.491149", "name": "manhole_731_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419630.575269845547155, 5845078.491149409674108 ] } }, -{ "type": "Feature", "properties": { "_index": 737, "bedlevel": -10002.0, "branchid": "pipe_9_E143;pipe_9_E144", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_732_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.4311263037244325e-07, "index_right": 739, "nodeid": "1419622.974175_5845029.076478", "id": "1419622.974175_5845029.076478", "name": "manhole_732_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419622.97417457588017, 5845029.076477516442537 ] } }, -{ "type": "Feature", "properties": { "_index": 738, "bedlevel": -10002.0, "branchid": "pipe_9_E144;pipe_9_E145", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_733_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2239386743994301e-07, "index_right": 740, "nodeid": "1419615.077177_5844979.704322", "id": "1419615.077177_5844979.704322", "name": "manhole_733_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419615.077176916413009, 5844979.704321910627186 ] } }, -{ "type": "Feature", "properties": { "_index": 739, "bedlevel": -10002.0, "branchid": "pipe_9_E145;pipe_9_E146", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_734_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9720364264675944e-07, "index_right": 741, "nodeid": "1419609.074971_5844930.088808", "id": "1419609.074971_5844930.088808", "name": "manhole_734_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419609.074971008114517, 5844930.088808297179639 ] } }, -{ "type": "Feature", "properties": { "_index": 740, "bedlevel": -10002.0, "branchid": "pipe_9_E146;pipe_9_E147", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_735_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1825671705883589e-07, "index_right": 742, "nodeid": "1419603.778634_5844880.427461", "id": "1419603.778634_5844880.427461", "name": "manhole_735_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419603.778633784735575, 5844880.427460964769125 ] } }, -{ "type": "Feature", "properties": { "_index": 741, "bedlevel": -10002.0, "branchid": "pipe_9_E147;pipe_9_E148", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_736_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5558122711995495e-07, "index_right": 743, "nodeid": "1419584.987870_5844834.254651", "id": "1419584.987870_5844834.254651", "name": "manhole_736_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419584.987870138138533, 5844834.254651071503758 ] } }, -{ "type": "Feature", "properties": { "_index": 742, "bedlevel": -10002.0, "branchid": "pipe_9_E148;pipe_9_E149", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_737_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7413879984882806e-07, "index_right": 744, "nodeid": "1419559.331587_5844791.339299", "id": "1419559.331587_5844791.339299", "name": "manhole_737_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419559.331586835440248, 5844791.339298943057656 ] } }, -{ "type": "Feature", "properties": { "_index": 743, "bedlevel": -10002.0, "branchid": "pipe_9_E149;pipe_9_E150", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_738_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0270206486544484e-07, "index_right": 745, "nodeid": "1419533.675304_5844748.423947", "id": "1419533.675304_5844748.423947", "name": "manhole_738_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419533.675303532741964, 5844748.423946814611554 ] } }, -{ "type": "Feature", "properties": { "_index": 744, "bedlevel": -10002.0, "branchid": "pipe_9_E150;pipe_9_E151", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_739_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1380208925148161e-07, "index_right": 746, "nodeid": "1419504.887638_5844707.549476", "id": "1419504.887638_5844707.549476", "name": "manhole_739_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419504.887638230575249, 5844707.549475655891001 ] } }, -{ "type": "Feature", "properties": { "_index": 745, "bedlevel": -10002.0, "branchid": "pipe_9_E151;pipe_9_E152", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_740_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3354366279272898e-07, "index_right": 747, "nodeid": "1419475.817980_5844666.869945", "id": "1419475.817980_5844666.869945", "name": "manhole_740_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419475.81797957024537, 5844666.869944943115115 ] } }, -{ "type": "Feature", "properties": { "_index": 746, "bedlevel": -10002.0, "branchid": "pipe_9_E152;pipe_9_E153", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_741_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4535817326871094e-07, "index_right": 748, "nodeid": "1419446.337647_5844626.485761", "id": "1419446.337647_5844626.485761", "name": "manhole_741_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419446.337647278793156, 5844626.485760795883834 ] } }, -{ "type": "Feature", "properties": { "_index": 747, "bedlevel": -10002.0, "branchid": "pipe_9_E153;pipe_9_E154", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_742_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6388705560990228e-07, "index_right": 749, "nodeid": "1419409.204926_5844593.955731", "id": "1419409.204926_5844593.955731", "name": "manhole_742_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419409.204925911733881, 5844593.955730544403195 ] } }, -{ "type": "Feature", "properties": { "_index": 748, "bedlevel": -10002.0, "branchid": "pipe_9_E154;pipe_9_E155", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_743_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5459027466970813e-07, "index_right": 750, "nodeid": "1419367.873059_5844565.857179", "id": "1419367.873059_5844565.857179", "name": "manhole_743_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419367.873058755882084, 5844565.85717907268554 ] } }, -{ "type": "Feature", "properties": { "_index": 749, "bedlevel": -10002.0, "branchid": "pipe_9_E155;pipe_9_E156", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_744_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5328693255530451e-07, "index_right": 751, "nodeid": "1419323.615470_5844542.592653", "id": "1419323.615470_5844542.592653", "name": "manhole_744_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419323.615470109740272, 5844542.592653106898069 ] } }, -{ "type": "Feature", "properties": { "_index": 750, "bedlevel": -10002.0, "branchid": "pipe_9_E156;pipe_9_E157", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_745_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8465028160102171e-07, "index_right": 752, "nodeid": "1419279.357881_5844519.328127", "id": "1419279.357881_5844519.328127", "name": "manhole_745_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419279.357881463831291, 5844519.328127140179276 ] } }, -{ "type": "Feature", "properties": { "_index": 751, "bedlevel": -10002.0, "branchid": "pipe_9_E157;pipe_9_E158", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_746_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0660161272150066e-07, "index_right": 753, "nodeid": "1419235.568210_5844495.202590", "id": "1419235.568210_5844495.202590", "name": "manhole_746_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419235.568210017867386, 5844495.202589794062078 ] } }, -{ "type": "Feature", "properties": { "_index": 752, "bedlevel": -10002.0, "branchid": "pipe_9_E158;pipe_9_E159", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_747_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6327628100479142e-07, "index_right": 754, "nodeid": "1419188.778511_5844481.303894", "id": "1419188.778511_5844481.303894", "name": "manhole_747_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419188.778511248063296, 5844481.303893911652267 ] } }, -{ "type": "Feature", "properties": { "_index": 753, "bedlevel": -10002.0, "branchid": "pipe_9_E159;pipe_9_E160", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_748_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 7.8331163304514959e-08, "index_right": 755, "nodeid": "1419138.859046_5844479.591040", "id": "1419138.859046_5844479.591040", "name": "manhole_748_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419138.859045935096219, 5844479.591040044091642 ] } }, -{ "type": "Feature", "properties": { "_index": 754, "bedlevel": -10002.0, "branchid": "pipe_9_E160;pipe_9_E161", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_749_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.504647216494957e-07, "index_right": 756, "nodeid": "1419088.867333_5844480.288979", "id": "1419088.867333_5844480.288979", "name": "manhole_749_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419088.867332570021972, 5844480.288978866301477 ] } }, -{ "type": "Feature", "properties": { "_index": 755, "bedlevel": -10002.0, "branchid": "pipe_9_E161;pipe_9_E162", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_750_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2290275213894192e-07, "index_right": 757, "nodeid": "1419038.902672_5844478.416820", "id": "1419038.902672_5844478.416820", "name": "manhole_750_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1419038.902671627001837, 5844478.416820199228823 ] } }, -{ "type": "Feature", "properties": { "_index": 756, "bedlevel": -10002.0, "branchid": "pipe_9_E162;pipe_9_E163", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_751_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.6849538843385137e-07, "index_right": 758, "nodeid": "1418990.524256_5844466.680497", "id": "1418990.524256_5844466.680497", "name": "manhole_751_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418990.524256498785689, 5844466.680496727116406 ] } }, -{ "type": "Feature", "properties": { "_index": 757, "bedlevel": -10002.0, "branchid": "pipe_9_E163;pipe_9_E164", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_752_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5992076825816891e-07, "index_right": 759, "nodeid": "1418947.761597_5844441.261621", "id": "1418947.761597_5844441.261621", "name": "manhole_752_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418947.76159720402211, 5844441.261620839126408 ] } }, -{ "type": "Feature", "properties": { "_index": 758, "bedlevel": -10002.0, "branchid": "pipe_9_E164;pipe_9_E165", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_753_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1762022483664643e-07, "index_right": 760, "nodeid": "1418905.825275_5844414.034479", "id": "1418905.825275_5844414.034479", "name": "manhole_753_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418905.825275405775756, 5844414.034479320980608 ] } }, -{ "type": "Feature", "properties": { "_index": 759, "bedlevel": -10002.0, "branchid": "pipe_9_E165;pipe_9_E166", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_754_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4722518284820276e-07, "index_right": 761, "nodeid": "1418864.040607_5844386.581946", "id": "1418864.040607_5844386.581946", "name": "manhole_754_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418864.040606553433463, 5844386.581945976242423 ] } }, -{ "type": "Feature", "properties": { "_index": 760, "bedlevel": -10002.0, "branchid": "pipe_9_E166;pipe_9_E167", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_755_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7059756009705042e-07, "index_right": 762, "nodeid": "1418823.020742_5844357.992734", "id": "1418823.020742_5844357.992734", "name": "manhole_755_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418823.020742390304804, 5844357.992733583785594 ] } }, -{ "type": "Feature", "properties": { "_index": 761, "bedlevel": -10002.0, "branchid": "pipe_9_E167;pipe_9_E168", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_756_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9638024033856609e-07, "index_right": 763, "nodeid": "1418782.000878_5844329.403521", "id": "1418782.000878_5844329.403521", "name": "manhole_756_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418782.000878227408975, 5844329.403521190397441 ] } }, -{ "type": "Feature", "properties": { "_index": 762, "bedlevel": -10002.0, "branchid": "pipe_9_E168;pipe_9_E169", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_757_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0658783680971975e-07, "index_right": 764, "nodeid": "1418741.541741_5844300.044222", "id": "1418741.541741_5844300.044222", "name": "manhole_757_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418741.541740796994418, 5844300.04422196187079 ] } }, -{ "type": "Feature", "properties": { "_index": 763, "bedlevel": -10002.0, "branchid": "pipe_9_E169;pipe_9_E170", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_758_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6764659306989357e-07, "index_right": 765, "nodeid": "1418701.738872_5844269.783621", "id": "1418701.738872_5844269.783621", "name": "manhole_758_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418701.738872380461544, 5844269.783620728179812 ] } }, -{ "type": "Feature", "properties": { "_index": 764, "bedlevel": -10002.0, "branchid": "pipe_9_E170;pipe_9_E171", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_759_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5061151573811433e-07, "index_right": 766, "nodeid": "1418661.877458_5844239.612334", "id": "1418661.877458_5844239.612334", "name": "manhole_759_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418661.877458170289174, 5844239.6123335827142 ] } }, -{ "type": "Feature", "properties": { "_index": 765, "bedlevel": -10002.0, "branchid": "pipe_9_E171;pipe_9_E172", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_760_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8740248544157014e-07, "index_right": 767, "nodeid": "1418618.251069_5844215.184675", "id": "1418618.251069_5844215.184675", "name": "manhole_760_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418618.251069303136319, 5844215.184674758464098 ] } }, -{ "type": "Feature", "properties": { "_index": 766, "bedlevel": -10002.0, "branchid": "pipe_9_E172;pipe_9_E173", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_761_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6445482584270602e-07, "index_right": 768, "nodeid": "1418573.884259_5844192.302159", "id": "1418573.884259_5844192.302159", "name": "manhole_761_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418573.884258924052119, 5844192.302159458398819 ] } }, -{ "type": "Feature", "properties": { "_index": 767, "bedlevel": -10002.0, "branchid": "pipe_9_E173;pipe_9_E174", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_762_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2866268557933299e-07, "index_right": 769, "nodeid": "1418527.512615_5844173.603417", "id": "1418527.512615_5844173.603417", "name": "manhole_762_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418527.512615043437108, 5844173.603417120873928 ] } }, -{ "type": "Feature", "properties": { "_index": 768, "bedlevel": -10002.0, "branchid": "pipe_9_E174;pipe_9_E175", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_763_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7085330604600059e-07, "index_right": 770, "nodeid": "1418481.752172_5844153.513810", "id": "1418481.752172_5844153.513810", "name": "manhole_763_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418481.75217247987166, 5844153.513810309581459 ] } }, -{ "type": "Feature", "properties": { "_index": 769, "bedlevel": -10002.0, "branchid": "pipe_9_E175;pipe_9_E176", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_764_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2788904756838085e-07, "index_right": 771, "nodeid": "1418438.663418_5844128.404244", "id": "1418438.663418_5844128.404244", "name": "manhole_764_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418438.663418387528509, 5844128.40424435865134 ] } }, -{ "type": "Feature", "properties": { "_index": 770, "bedlevel": -10002.0, "branchid": "pipe_9_E176;pipe_9_E177", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_765_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1723435943508009e-07, "index_right": 772, "nodeid": "1418398.627795_5844098.507038", "id": "1418398.627795_5844098.507038", "name": "manhole_765_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418398.627794942818582, 5844098.507038209587336 ] } }, -{ "type": "Feature", "properties": { "_index": 771, "bedlevel": -10002.0, "branchid": "pipe_9_E177;pipe_9_E178", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_766_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.237553145428258e-07, "index_right": 773, "nodeid": "1418359.337908_5844067.583307", "id": "1418359.337908_5844067.583307", "name": "manhole_766_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418359.337908220710233, 5844067.583307474851608 ] } }, -{ "type": "Feature", "properties": { "_index": 772, "bedlevel": -10002.0, "branchid": "pipe_9_E178;pipe_9_E179", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_767_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.8003696328428404e-07, "index_right": 774, "nodeid": "1418312.903945_5844049.890871", "id": "1418312.903945_5844049.890871", "name": "manhole_767_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418312.903944954276085, 5844049.890870825387537 ] } }, -{ "type": "Feature", "properties": { "_index": 773, "bedlevel": -10002.0, "branchid": "pipe_9_E179;pipe_9_E180", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_768_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2334208415199347e-07, "index_right": 775, "nodeid": "1418265.495645_5844034.002969", "id": "1418265.495645_5844034.002969", "name": "manhole_768_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418265.495645173359662, 5844034.002968726679683 ] } }, -{ "type": "Feature", "properties": { "_index": 774, "bedlevel": -10002.0, "branchid": "pipe_9_E180;pipe_9_E181", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_769_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.505176692942764e-07, "index_right": 776, "nodeid": "1418218.015684_5844018.332547", "id": "1418218.015684_5844018.332547", "name": "manhole_769_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418218.015684446785599, 5844018.332546941936016 ] } }, -{ "type": "Feature", "properties": { "_index": 775, "bedlevel": -10002.0, "branchid": "pipe_9_E181;pipe_9_E182", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_770_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9192310502514138e-07, "index_right": 777, "nodeid": "1418171.384449_5844000.890260", "id": "1418171.384449_5844000.890260", "name": "manhole_770_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418171.384448643540964, 5844000.890260338783264 ] } }, -{ "type": "Feature", "properties": { "_index": 776, "bedlevel": -10002.0, "branchid": "pipe_9_E182;pipe_9_E183", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_771_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5766795996326017e-07, "index_right": 778, "nodeid": "1418135.335672_5843967.033878", "id": "1418135.335672_5843967.033878", "name": "manhole_771_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418135.335672124521807, 5843967.033878335729241 ] } }, -{ "type": "Feature", "properties": { "_index": 777, "bedlevel": -10002.0, "branchid": "pipe_9_E183;pipe_9_E184", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_772_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3273488034031635e-07, "index_right": 779, "nodeid": "1418103.606832_5843928.464527", "id": "1418103.606832_5843928.464527", "name": "manhole_772_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418103.606832423480228, 5843928.464526676572859 ] } }, -{ "type": "Feature", "properties": { "_index": 778, "bedlevel": -10002.0, "branchid": "pipe_9_E184;pipe_9_E185", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_773_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.165963423885161e-07, "index_right": 780, "nodeid": "1418072.646643_5843889.364423", "id": "1418072.646643_5843889.364423", "name": "manhole_773_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418072.64664312126115, 5843889.364422707818449 ] } }, -{ "type": "Feature", "properties": { "_index": 779, "bedlevel": -10002.0, "branchid": "pipe_9_E185;pipe_9_E186", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_774_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6444682703236867e-07, "index_right": 781, "nodeid": "1418031.899345_5843861.073217", "id": "1418031.899345_5843861.073217", "name": "manhole_774_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1418031.899344930658117, 5843861.073216744698584 ] } }, -{ "type": "Feature", "properties": { "_index": 780, "bedlevel": -10002.0, "branchid": "pipe_9_E186;pipe_9_E187", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_775_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8638465784691578e-07, "index_right": 782, "nodeid": "1417985.816690_5843841.679680", "id": "1417985.816690_5843841.679680", "name": "manhole_775_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417985.816689518280327, 5843841.679680334404111 ] } }, -{ "type": "Feature", "properties": { "_index": 781, "bedlevel": -10002.0, "branchid": "pipe_9_E187;pipe_9_E188", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_776_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2942151811455675e-07, "index_right": 783, "nodeid": "1417937.549674_5843828.732101", "id": "1417937.549674_5843828.732101", "name": "manhole_776_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417937.549674298847094, 5843828.732101308181882 ] } }, -{ "type": "Feature", "properties": { "_index": 782, "bedlevel": -10002.0, "branchid": "pipe_9_E188;pipe_9_E189", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_777_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1792002972888374e-07, "index_right": 784, "nodeid": "1417888.267521_5843821.052269", "id": "1417888.267521_5843821.052269", "name": "manhole_777_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417888.267521020025015, 5843821.052269216626883 ] } }, -{ "type": "Feature", "properties": { "_index": 783, "bedlevel": -10002.0, "branchid": "pipe_9_E189;pipe_9_E190", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_778_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.964377398108941e-07, "index_right": 785, "nodeid": "1417840.163892_5843829.983011", "id": "1417840.163892_5843829.983011", "name": "manhole_778_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417840.163892095908523, 5843829.983010512776673 ] } }, -{ "type": "Feature", "properties": { "_index": 784, "bedlevel": -10002.0, "branchid": "pipe_9_E190;pipe_9_E191", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_779_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8933025476615811e-07, "index_right": 786, "nodeid": "1417805.434317_5843863.111793", "id": "1417805.434317_5843863.111793", "name": "manhole_779_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417805.434317155973986, 5843863.111793464049697 ] } }, -{ "type": "Feature", "properties": { "_index": 785, "bedlevel": -10002.0, "branchid": "pipe_9_E191;pipe_9_E192", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_780_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9360184315162413e-07, "index_right": 787, "nodeid": "1417794.258506_5843911.517589", "id": "1417794.258506_5843911.517589", "name": "manhole_780_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417794.258506000973284, 5843911.517589493654668 ] } }, -{ "type": "Feature", "properties": { "_index": 786, "bedlevel": -10002.0, "branchid": "pipe_9_E192;pipe_9_E193", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_781_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9440736055139145e-07, "index_right": 788, "nodeid": "1417774.165708_5843956.589445", "id": "1417774.165708_5843956.589445", "name": "manhole_781_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417774.165708123706281, 5843956.589445478282869 ] } }, -{ "type": "Feature", "properties": { "_index": 787, "bedlevel": -10002.0, "branchid": "pipe_9_E193;pipe_9_E194", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_782_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.497979512158332e-07, "index_right": 789, "nodeid": "1417736.036782_5843988.354960", "id": "1417736.036782_5843988.354960", "name": "manhole_782_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417736.036781679606065, 5843988.354959684424102 ] } }, -{ "type": "Feature", "properties": { "_index": 788, "bedlevel": -10002.0, "branchid": "pipe_9_E194;pipe_9_E195", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_783_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7467947872317818e-07, "index_right": 790, "nodeid": "1417693.423129_5844014.374465", "id": "1417693.423129_5844014.374465", "name": "manhole_783_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417693.42312873294577, 5844014.374465064145625 ] } }, -{ "type": "Feature", "properties": { "_index": 789, "bedlevel": -10002.0, "branchid": "pipe_9_E195;pipe_9_E196", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_784_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2202873408826558e-07, "index_right": 791, "nodeid": "1417660.920891_5844051.455042", "id": "1417660.920891_5844051.455042", "name": "manhole_784_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417660.920891329180449, 5844051.455042405053973 ] } }, -{ "type": "Feature", "properties": { "_index": 790, "bedlevel": -10002.0, "branchid": "pipe_9_E196;pipe_9_E197", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_785_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5276551322386432e-07, "index_right": 792, "nodeid": "1417650.912346_5844099.505877", "id": "1417650.912346_5844099.505877", "name": "manhole_785_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417650.912345563294366, 5844099.505877119489014 ] } }, -{ "type": "Feature", "properties": { "_index": 791, "bedlevel": -10002.0, "branchid": "pipe_9_E197;pipe_9_E198", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_786_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.595059162911999e-07, "index_right": 793, "nodeid": "1417658.932691_5844148.792711", "id": "1417658.932691_5844148.792711", "name": "manhole_786_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417658.932691253954545, 5844148.792711053043604 ] } }, -{ "type": "Feature", "properties": { "_index": 792, "bedlevel": -10002.0, "branchid": "pipe_9_E198;pipe_9_E199", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_787_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5311544869494265e-07, "index_right": 794, "nodeid": "1417656.545337_5844198.062578", "id": "1417656.545337_5844198.062578", "name": "manhole_787_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417656.545337408781052, 5844198.062577627599239 ] } }, -{ "type": "Feature", "properties": { "_index": 793, "bedlevel": -10002.0, "branchid": "pipe_9_E199;pipe_9_E200", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_788_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6963002737429749e-07, "index_right": 795, "nodeid": "1417621.015254_5844231.442374", "id": "1417621.015254_5844231.442374", "name": "manhole_788_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417621.015253922436386, 5844231.442373849451542 ] } }, -{ "type": "Feature", "properties": { "_index": 794, "bedlevel": -10002.0, "branchid": "pipe_9_E200;pipe_9_E201", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_789_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3502759348159318e-07, "index_right": 796, "nodeid": "1417572.737633_5844243.886836", "id": "1417572.737633_5844243.886836", "name": "manhole_789_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417572.737633330980316, 5844243.886836281977594 ] } }, -{ "type": "Feature", "properties": { "_index": 795, "bedlevel": -10002.0, "branchid": "pipe_9_E201;pipe_9_E202", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_790_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 9.2478033805686308e-08, "index_right": 797, "nodeid": "1417522.776412_5844241.925028", "id": "1417522.776412_5844241.925028", "name": "manhole_790_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417522.776412076316774, 5844241.925027947872877 ] } }, -{ "type": "Feature", "properties": { "_index": 796, "bedlevel": -10002.0, "branchid": "pipe_9_E202;pipe_9_E203", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_791_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2652022037269158e-07, "index_right": 798, "nodeid": "1417472.996931_5844238.743336", "id": "1417472.996931_5844238.743336", "name": "manhole_791_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417472.996930692112073, 5844238.743335890583694 ] } }, -{ "type": "Feature", "properties": { "_index": 797, "bedlevel": -10002.0, "branchid": "pipe_9_E203;pipe_9_E204", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_792_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4784125468578097e-07, "index_right": 799, "nodeid": "1417424.633521_5844226.056612", "id": "1417424.633521_5844226.056612", "name": "manhole_792_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417424.633521320298314, 5844226.056612312793732 ] } }, -{ "type": "Feature", "properties": { "_index": 798, "bedlevel": -10002.0, "branchid": "pipe_9_E204;pipe_9_E205", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_793_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7128287199124403e-07, "index_right": 800, "nodeid": "1417376.270112_5844213.369889", "id": "1417376.270112_5844213.369889", "name": "manhole_793_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417376.270111948484555, 5844213.369888734072447 ] } }, -{ "type": "Feature", "properties": { "_index": 799, "bedlevel": -10002.0, "branchid": "pipe_9_E205;pipe_9_E206", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_794_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 8.1345908988849308e-08, "index_right": 801, "nodeid": "1417329.922923_5844195.379737", "id": "1417329.922923_5844195.379737", "name": "manhole_794_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417329.922922930913046, 5844195.379736957140267 ] } }, -{ "type": "Feature", "properties": { "_index": 800, "bedlevel": -10002.0, "branchid": "pipe_9_E206;pipe_9_E207", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_795_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0140059468518986e-07, "index_right": 802, "nodeid": "1417285.346019_5844172.733060", "id": "1417285.346019_5844172.733060", "name": "manhole_795_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417285.3460190766491, 5844172.733060291968286 ] } }, -{ "type": "Feature", "properties": { "_index": 801, "bedlevel": -10002.0, "branchid": "pipe_9_E207;pipe_9_E208", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_796_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.019226493043471e-07, "index_right": 803, "nodeid": "1417241.398576_5844149.128868", "id": "1417241.398576_5844149.128868", "name": "manhole_796_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417241.398575571598485, 5844149.128868422470987 ] } }, -{ "type": "Feature", "properties": { "_index": 802, "bedlevel": -10002.0, "branchid": "pipe_9_E208;pipe_9_E209", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_797_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4687279512438896e-07, "index_right": 804, "nodeid": "1417205.135993_5844114.981009", "id": "1417205.135993_5844114.981009", "name": "manhole_797_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417205.135993048315868, 5844114.981008555740118 ] } }, -{ "type": "Feature", "properties": { "_index": 803, "bedlevel": -10002.0, "branchid": "pipe_9_E209;pipe_9_E210", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_798_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7944663432276242e-07, "index_right": 805, "nodeid": "1417185.598072_5844069.923178", "id": "1417185.598072_5844069.923178", "name": "manhole_798_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417185.598072288790718, 5844069.923178383149207 ] } }, -{ "type": "Feature", "properties": { "_index": 804, "bedlevel": -10002.0, "branchid": "pipe_9_E210;pipe_9_E211", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_799_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.8634889691795395e-07, "index_right": 806, "nodeid": "1417167.642235_5844023.515259", "id": "1417167.642235_5844023.515259", "name": "manhole_799_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417167.642235178267583, 5844023.515258945524693 ] } }, -{ "type": "Feature", "properties": { "_index": 805, "bedlevel": -10002.0, "branchid": "pipe_9_E211;pipe_9_E212", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_800_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9357466057214842e-07, "index_right": 807, "nodeid": "1417132.963851_5843991.211483", "id": "1417132.963851_5843991.211483", "name": "manhole_800_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417132.963851474691182, 5843991.211483134888113 ] } }, -{ "type": "Feature", "properties": { "_index": 806, "bedlevel": -10002.0, "branchid": "pipe_9_E212;pipe_9_E213", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_801_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7904845328897099e-07, "index_right": 808, "nodeid": "1417084.594145_5843980.630522", "id": "1417084.594145_5843980.630522", "name": "manhole_801_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417084.594145445618778, 5843980.630522369407117 ] } }, -{ "type": "Feature", "properties": { "_index": 807, "bedlevel": -10002.0, "branchid": "pipe_9_E213;pipe_9_E214", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_802_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9733849726054303e-07, "index_right": 809, "nodeid": "1417036.650724_5843990.027527", "id": "1417036.650724_5843990.027527", "name": "manhole_802_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417036.65072401217185, 5843990.02752729691565 ] } }, -{ "type": "Feature", "properties": { "_index": 808, "bedlevel": -10002.0, "branchid": "pipe_9_E214;pipe_9_E215", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_803_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.4029294822241272e-07, "index_right": 810, "nodeid": "1417000.371750_5844023.958014", "id": "1417000.371750_5844023.958014", "name": "manhole_803_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1417000.371750437421724, 5844023.958014467731118 ] } }, -{ "type": "Feature", "properties": { "_index": 809, "bedlevel": -10002.0, "branchid": "pipe_9_E215;pipe_9_E216", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_804_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1984885214758571e-07, "index_right": 811, "nodeid": "1416969.424811_5844063.229623", "id": "1416969.424811_5844063.229623", "name": "manhole_804_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416969.424810580909252, 5844063.229622974991798 ] } }, -{ "type": "Feature", "properties": { "_index": 810, "bedlevel": -10002.0, "branchid": "pipe_9_E216;pipe_9_E217", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_805_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9465783102061994e-07, "index_right": 812, "nodeid": "1416927.518833_5844087.576213", "id": "1416927.518833_5844087.576213", "name": "manhole_805_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416927.518832724075764, 5844087.57621328253299 ] } }, -{ "type": "Feature", "properties": { "_index": 811, "bedlevel": -10002.0, "branchid": "pipe_9_E217;pipe_9_E218", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_806_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2234063536588815e-07, "index_right": 813, "nodeid": "1416878.712801_5844077.638749", "id": "1416878.712801_5844077.638749", "name": "manhole_806_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416878.712800699518993, 5844077.638748883269727 ] } }, -{ "type": "Feature", "properties": { "_index": 812, "bedlevel": -10002.0, "branchid": "pipe_9_E218;pipe_9_E219", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_807_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1950880187566216e-07, "index_right": 814, "nodeid": "1416830.879168_5844076.316949", "id": "1416830.879168_5844076.316949", "name": "manhole_807_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416830.879168283194304, 5844076.316948851570487 ] } }, -{ "type": "Feature", "properties": { "_index": 813, "bedlevel": -10002.0, "branchid": "pipe_9_E219;pipe_9_E220", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_808_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4392427821115391e-07, "index_right": 815, "nodeid": "1416789.764754_5844104.346654", "id": "1416789.764754_5844104.346654", "name": "manhole_808_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416789.764754311181605, 5844104.346654145978391 ] } }, -{ "type": "Feature", "properties": { "_index": 814, "bedlevel": -10002.0, "branchid": "pipe_9_E220;pipe_9_E221", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_809_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7022867839205875e-07, "index_right": 816, "nodeid": "1416749.800182_5844134.364567", "id": "1416749.800182_5844134.364567", "name": "manhole_809_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416749.800181579543278, 5844134.364567210897803 ] } }, -{ "type": "Feature", "properties": { "_index": 815, "bedlevel": -10002.0, "branchid": "pipe_9_E221;pipe_9_E222", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_810_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.9393884192221303e-07, "index_right": 817, "nodeid": "1416708.347629_5844161.701024", "id": "1416708.347629_5844161.701024", "name": "manhole_810_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416708.347629053983837, 5844161.701024185866117 ] } }, -{ "type": "Feature", "properties": { "_index": 816, "bedlevel": -10002.0, "branchid": "pipe_9_E222;pipe_9_E223", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_811_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5311935475973065e-07, "index_right": 818, "nodeid": "1416659.038097_5844167.500121", "id": "1416659.038097_5844167.500121", "name": "manhole_811_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416659.038096911273897, 5844167.500120658427477 ] } }, -{ "type": "Feature", "properties": { "_index": 817, "bedlevel": -10002.0, "branchid": "pipe_9_E223;pipe_9_E224", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_812_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7806023211891388e-07, "index_right": 819, "nodeid": "1416612.281278_5844150.799008", "id": "1416612.281278_5844150.799008", "name": "manhole_812_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416612.281277725240216, 5844150.7990079568699 ] } }, -{ "type": "Feature", "properties": { "_index": 818, "bedlevel": -10002.0, "branchid": "pipe_9_E224;pipe_9_E225", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_813_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4087927913164039e-07, "index_right": 820, "nodeid": "1416576.374596_5844116.924770", "id": "1416576.374596_5844116.924770", "name": "manhole_813_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416576.374596008332446, 5844116.924769859761 ] } }, -{ "type": "Feature", "properties": { "_index": 819, "bedlevel": -10002.0, "branchid": "pipe_9_E225;pipe_9_E226", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_814_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5550577241735014e-07, "index_right": 821, "nodeid": "1416541.729803_5844081.767404", "id": "1416541.729803_5844081.767404", "name": "manhole_814_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416541.729802871588618, 5844081.767404087819159 ] } }, -{ "type": "Feature", "properties": { "_index": 820, "bedlevel": -10002.0, "branchid": "pipe_9_E226;pipe_9_E227", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_815_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1420309750678453e-07, "index_right": 822, "nodeid": "1416498.188518_5844062.263958", "id": "1416498.188518_5844062.263958", "name": "manhole_815_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416498.188517621718347, 5844062.26395816821605 ] } }, -{ "type": "Feature", "properties": { "_index": 821, "bedlevel": -10002.0, "branchid": "pipe_9_E227;pipe_9_E228", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_816_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0124327136616154e-07, "index_right": 823, "nodeid": "1416448.970512_5844069.264005", "id": "1416448.970512_5844069.264005", "name": "manhole_816_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416448.970511994324625, 5844069.26400520093739 ] } }, -{ "type": "Feature", "properties": { "_index": 822, "bedlevel": -10002.0, "branchid": "pipe_9_E228;pipe_9_E229", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_817_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.04180940152271e-08, "index_right": 824, "nodeid": "1416400.342735_5844064.002551", "id": "1416400.342735_5844064.002551", "name": "manhole_817_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416400.342734969453886, 5844064.002551051788032 ] } }, -{ "type": "Feature", "properties": { "_index": 823, "bedlevel": -10002.0, "branchid": "pipe_9_E229;pipe_9_E230", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_818_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0529640970426158e-07, "index_right": 825, "nodeid": "1416353.585907_5844047.182243", "id": "1416353.585907_5844047.182243", "name": "manhole_818_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416353.585906805936247, 5844047.182242533192039 ] } }, -{ "type": "Feature", "properties": { "_index": 824, "bedlevel": -10002.0, "branchid": "pipe_9_E230;pipe_9_E231", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_819_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4153284530075149e-07, "index_right": 826, "nodeid": "1416304.218944_5844041.208629", "id": "1416304.218944_5844041.208629", "name": "manhole_819_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416304.218944278080016, 5844041.208628535270691 ] } }, -{ "type": "Feature", "properties": { "_index": 825, "bedlevel": -10002.0, "branchid": "pipe_9_E231;pipe_9_E232", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_820_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0315023687284651e-07, "index_right": 827, "nodeid": "1416254.219288_5844041.126698", "id": "1416254.219288_5844041.126698", "name": "manhole_820_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416254.219288192922249, 5844041.126698234118521 ] } }, -{ "type": "Feature", "properties": { "_index": 826, "bedlevel": -10002.0, "branchid": "pipe_9_E232;pipe_9_E233", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_821_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2646476701784097e-07, "index_right": 828, "nodeid": "1416204.219632_5844041.044768", "id": "1416204.219632_5844041.044768", "name": "manhole_821_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416204.219632107764482, 5844041.044767933897674 ] } }, -{ "type": "Feature", "properties": { "_index": 827, "bedlevel": -10002.0, "branchid": "pipe_9_E233;pipe_9_E234", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_822_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1664590896880378e-07, "index_right": 829, "nodeid": "1416155.715855_5844029.767025", "id": "1416155.715855_5844029.767025", "name": "manhole_822_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416155.715854728594422, 5844029.767025163397193 ] } }, -{ "type": "Feature", "properties": { "_index": 828, "bedlevel": -10002.0, "branchid": "pipe_9_E234;pipe_9_E235", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_823_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8773768695023144e-07, "index_right": 830, "nodeid": "1416105.967551_5844026.507896", "id": "1416105.967551_5844026.507896", "name": "manhole_823_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416105.96755148563534, 5844026.507896044291556 ] } }, -{ "type": "Feature", "properties": { "_index": 829, "bedlevel": -10002.0, "branchid": "pipe_9_E235;pipe_9_E236", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_824_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2478679567151226e-07, "index_right": 831, "nodeid": "1416058.609106_5844040.615419", "id": "1416058.609106_5844040.615419", "name": "manhole_824_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416058.609105651034042, 5844040.615419242531061 ] } }, -{ "type": "Feature", "properties": { "_index": 830, "bedlevel": -10002.0, "branchid": "pipe_9_E236;pipe_9_E237", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_825_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.94335597553481e-07, "index_right": 832, "nodeid": "1416015.024934_5844064.660431", "id": "1416015.024934_5844064.660431", "name": "manhole_825_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1416015.024933623848483, 5844064.660431460477412 ] } }, -{ "type": "Feature", "properties": { "_index": 831, "bedlevel": -10002.0, "branchid": "pipe_9_E237;pipe_9_E238", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_826_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6741772673790324e-07, "index_right": 833, "nodeid": "1415966.053531_5844071.360681", "id": "1415966.053531_5844071.360681", "name": "manhole_826_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415966.053530746605247, 5844071.360680914483964 ] } }, -{ "type": "Feature", "properties": { "_index": 832, "bedlevel": -10002.0, "branchid": "pipe_9_E238;pipe_9_E239", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_827_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4000433354274088e-07, "index_right": 834, "nodeid": "1415916.179824_5844068.087565", "id": "1415916.179824_5844068.087565", "name": "manhole_827_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415916.179824438644573, 5844068.087565034627914 ] } }, -{ "type": "Feature", "properties": { "_index": 833, "bedlevel": -10002.0, "branchid": "pipe_9_E239;pipe_9_E240", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_828_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.173885113136806e-07, "index_right": 835, "nodeid": "1415866.317967_5844064.377105", "id": "1415866.317967_5844064.377105", "name": "manhole_828_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415866.317967160837725, 5844064.377105492167175 ] } }, -{ "type": "Feature", "properties": { "_index": 834, "bedlevel": -10002.0, "branchid": "pipe_9_E240;pipe_9_E241", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_829_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2306180106862909e-07, "index_right": 836, "nodeid": "1415821.697737_5844044.882879", "id": "1415821.697737_5844044.882879", "name": "manhole_829_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415821.697737340815365, 5844044.882879396900535 ] } }, -{ "type": "Feature", "properties": { "_index": 835, "bedlevel": -10002.0, "branchid": "pipe_9_E241;pipe_9_E242", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_830_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1707579104908832e-07, "index_right": 837, "nodeid": "1415794.207655_5844003.118473", "id": "1415794.207655_5844003.118473", "name": "manhole_830_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415794.207655119709671, 5844003.118473399430513 ] } }, -{ "type": "Feature", "properties": { "_index": 836, "bedlevel": -10002.0, "branchid": "pipe_9_E242;pipe_9_E243", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_831_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.777550625120646e-07, "index_right": 838, "nodeid": "1415762.549901_5843965.514250", "id": "1415762.549901_5843965.514250", "name": "manhole_831_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415762.549900618614629, 5843965.514249566011131 ] } }, -{ "type": "Feature", "properties": { "_index": 837, "bedlevel": -10002.0, "branchid": "pipe_9_E243;pipe_9_E244", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_832_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1216791672115303e-07, "index_right": 839, "nodeid": "1415718.953664_5843942.371185", "id": "1415718.953664_5843942.371185", "name": "manhole_832_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415718.953663617838174, 5843942.371185154654086 ] } }, -{ "type": "Feature", "properties": { "_index": 838, "bedlevel": -10002.0, "branchid": "pipe_9_E244;pipe_9_E245", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_833_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4846126082065254e-07, "index_right": 840, "nodeid": "1415669.912683_5843933.763924", "id": "1415669.912683_5843933.763924", "name": "manhole_833_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415669.912683117901906, 5843933.763924090191722 ] } }, -{ "type": "Feature", "properties": { "_index": 839, "bedlevel": -10002.0, "branchid": "pipe_9_E245;pipe_9_E246", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_834_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2961462166946882e-07, "index_right": 841, "nodeid": "1415619.924761_5843932.787543", "id": "1415619.924761_5843932.787543", "name": "manhole_834_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415619.92476101545617, 5843932.78754342906177 ] } }, -{ "type": "Feature", "properties": { "_index": 840, "bedlevel": -10002.0, "branchid": "pipe_9_E246;pipe_9_E247", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_835_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1854227392971155e-07, "index_right": 842, "nodeid": "1415569.958354_5843934.612512", "id": "1415569.958354_5843934.612512", "name": "manhole_835_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415569.958354181610048, 5843934.612511738203466 ] } }, -{ "type": "Feature", "properties": { "_index": 841, "bedlevel": -10002.0, "branchid": "pipe_9_E247;pipe_9_E248", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_836_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.511827905421075e-07, "index_right": 843, "nodeid": "1415519.991947_5843936.437480", "id": "1415519.991947_5843936.437480", "name": "manhole_836_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415519.991947347996756, 5843936.437480046413839 ] } }, -{ "type": "Feature", "properties": { "_index": 842, "bedlevel": -10002.0, "branchid": "pipe_9_E248;pipe_9_E249", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_837_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1732085498924391e-07, "index_right": 844, "nodeid": "1415470.762993_5843943.106915", "id": "1415470.762993_5843943.106915", "name": "manhole_837_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415470.762993132229894, 5843943.106915395706892 ] } }, -{ "type": "Feature", "properties": { "_index": 843, "bedlevel": -10002.0, "branchid": "pipe_9_E249;pipe_9_E250", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_838_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2772044143698709e-07, "index_right": 845, "nodeid": "1415423.668638_5843959.469534", "id": "1415423.668638_5843959.469534", "name": "manhole_838_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415423.668638297356665, 5843959.469534138217568 ] } }, -{ "type": "Feature", "properties": { "_index": 844, "bedlevel": -10002.0, "branchid": "pipe_9_E250;pipe_9_E251", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_839_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0096958356340951e-07, "index_right": 846, "nodeid": "1415383.882674_5843988.207099", "id": "1415383.882674_5843988.207099", "name": "manhole_839_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415383.882673580432311, 5843988.207098569720984 ] } }, -{ "type": "Feature", "properties": { "_index": 845, "bedlevel": -10002.0, "branchid": "pipe_9_E251;pipe_9_E252", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_840_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.135433355095133e-07, "index_right": 847, "nodeid": "1415349.174973_5844024.198039", "id": "1415349.174973_5844024.198039", "name": "manhole_840_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415349.174972783541307, 5844024.198039465583861 ] } }, -{ "type": "Feature", "properties": { "_index": 846, "bedlevel": -10002.0, "branchid": "pipe_9_E252;pipe_9_E253", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_841_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9854407258332085e-07, "index_right": 848, "nodeid": "1415312.329664_5844057.858753", "id": "1415312.329664_5844057.858753", "name": "manhole_841_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415312.32966351066716, 5844057.858752905391157 ] } }, -{ "type": "Feature", "properties": { "_index": 847, "bedlevel": -10002.0, "branchid": "pipe_9_E253;pipe_9_E254", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_842_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6631150081442562e-07, "index_right": 849, "nodeid": "1415272.977458_5844088.655794", "id": "1415272.977458_5844088.655794", "name": "manhole_842_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415272.977458163397387, 5844088.655793969519436 ] } }, -{ "type": "Feature", "properties": { "_index": 848, "bedlevel": -10002.0, "branchid": "pipe_9_E254;pipe_9_E255", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_843_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9202569421032087e-07, "index_right": 850, "nodeid": "1415231.584478_5844116.702069", "id": "1415231.584478_5844116.702069", "name": "manhole_843_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415231.584478268167004, 5844116.702068884856999 ] } }, -{ "type": "Feature", "properties": { "_index": 849, "bedlevel": -10002.0, "branchid": "pipe_9_E255;pipe_9_E256", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_844_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6064745205361794e-07, "index_right": 851, "nodeid": "1415190.929578_5844145.800724", "id": "1415190.929578_5844145.800724", "name": "manhole_844_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415190.929577935487032, 5844145.800723644904792 ] } }, -{ "type": "Feature", "properties": { "_index": 850, "bedlevel": -10002.0, "branchid": "pipe_9_E256;pipe_9_E257", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_845_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2262181981358556e-07, "index_right": 852, "nodeid": "1415152.162144_5844177.365403", "id": "1415152.162144_5844177.365403", "name": "manhole_845_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415152.162144386209548, 5844177.365402648225427 ] } }, -{ "type": "Feature", "properties": { "_index": 851, "bedlevel": -10002.0, "branchid": "pipe_9_E257;pipe_9_E258", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_846_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2301801114493695e-07, "index_right": 853, "nodeid": "1415113.555252_5844209.137721", "id": "1415113.555252_5844209.137721", "name": "manhole_846_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415113.555252274964005, 5844209.137720830738544 ] } }, -{ "type": "Feature", "properties": { "_index": 852, "bedlevel": -10002.0, "branchid": "pipe_9_E258;pipe_9_E259", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_847_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6450700163511638e-07, "index_right": 854, "nodeid": "1415074.948360_5844240.910039", "id": "1415074.948360_5844240.910039", "name": "manhole_847_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415074.948360163951293, 5844240.910039014182985 ] } }, -{ "type": "Feature", "properties": { "_index": 853, "bedlevel": -10002.0, "branchid": "pipe_9_E259;pipe_9_E260", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_848_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0343216915000241e-07, "index_right": 855, "nodeid": "1415036.341468_5844272.682357", "id": "1415036.341468_5844272.682357", "name": "manhole_848_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1415036.34146805270575, 5844272.682357196696103 ] } }, -{ "type": "Feature", "properties": { "_index": 854, "bedlevel": -10002.0, "branchid": "pipe_9_E260;pipe_9_E261", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_849_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8441206555143249e-07, "index_right": 856, "nodeid": "1414997.734576_5844304.454675", "id": "1414997.734576_5844304.454675", "name": "manhole_849_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414997.734575941693038, 5844304.454675380140543 ] } }, -{ "type": "Feature", "properties": { "_index": 855, "bedlevel": -10002.0, "branchid": "pipe_9_E261;pipe_9_E262", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_850_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6844142616846645e-07, "index_right": 857, "nodeid": "1414959.127684_5844336.226994", "id": "1414959.127684_5844336.226994", "name": "manhole_850_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414959.127683830680326, 5844336.226993563584983 ] } }, -{ "type": "Feature", "properties": { "_index": 856, "bedlevel": -10002.0, "branchid": "pipe_9_E262;pipe_9_E263", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_851_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7862651247066804e-07, "index_right": 858, "nodeid": "1414920.520792_5844367.999312", "id": "1414920.520792_5844367.999312", "name": "manhole_851_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414920.520791719434783, 5844367.999311746098101 ] } }, -{ "type": "Feature", "properties": { "_index": 857, "bedlevel": -10002.0, "branchid": "pipe_9_E263;pipe_9_E264", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_852_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9796607989898463e-07, "index_right": 859, "nodeid": "1414881.913900_5844399.771630", "id": "1414881.913900_5844399.771630", "name": "manhole_852_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414881.913899608422071, 5844399.771629929542542 ] } }, -{ "type": "Feature", "properties": { "_index": 858, "bedlevel": -10002.0, "branchid": "pipe_9_E264;pipe_9_E265", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_853_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.3838232062448078e-07, "index_right": 860, "nodeid": "1414842.734272_5844430.764690", "id": "1414842.734272_5844430.764690", "name": "manhole_853_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414842.734271959168836, 5844430.764689867384732 ] } }, -{ "type": "Feature", "properties": { "_index": 859, "bedlevel": -10002.0, "branchid": "pipe_9_E265;pipe_9_E266", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_854_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.608334168166964e-07, "index_right": 861, "nodeid": "1414800.885097_5844458.125591", "id": "1414800.885097_5844458.125591", "name": "manhole_854_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414800.885097347898409, 5844458.125590903684497 ] } }, -{ "type": "Feature", "properties": { "_index": 860, "bedlevel": -10002.0, "branchid": "pipe_9_E266;pipe_9_E267", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_855_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6978883500992494e-07, "index_right": 862, "nodeid": "1414759.035923_5844485.486492", "id": "1414759.035923_5844485.486492", "name": "manhole_855_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414759.035922736627981, 5844485.486491940915585 ] } }, -{ "type": "Feature", "properties": { "_index": 861, "bedlevel": -10002.0, "branchid": "pipe_9_E267;pipe_9_E268", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_856_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.270811750025966e-07, "index_right": 863, "nodeid": "1414717.186748_5844512.847393", "id": "1414717.186748_5844512.847393", "name": "manhole_856_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414717.186748125357553, 5844512.847392978146672 ] } }, -{ "type": "Feature", "properties": { "_index": 862, "bedlevel": -10002.0, "branchid": "pipe_9_E268;pipe_9_E269", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_857_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.864081242704636e-07, "index_right": 864, "nodeid": "1414675.337574_5844540.208294", "id": "1414675.337574_5844540.208294", "name": "manhole_857_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414675.337573513854295, 5844540.20829401537776 ] } }, -{ "type": "Feature", "properties": { "_index": 863, "bedlevel": -10002.0, "branchid": "pipe_9_E269;pipe_9_E270", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_858_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.3293539388001357e-08, "index_right": 865, "nodeid": "1414631.732082_5844564.560295", "id": "1414631.732082_5844564.560295", "name": "manhole_858_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414631.732082000700757, 5844564.560294976457953 ] } }, -{ "type": "Feature", "properties": { "_index": 864, "bedlevel": -10002.0, "branchid": "pipe_9_E270;pipe_9_E271", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_859_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4399133992806047e-07, "index_right": 866, "nodeid": "1414587.328822_5844587.545569", "id": "1414587.328822_5844587.545569", "name": "manhole_859_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414587.328821836505085, 5844587.545568697154522 ] } }, -{ "type": "Feature", "properties": { "_index": 865, "bedlevel": -10002.0, "branchid": "pipe_9_E271;pipe_9_E272", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_860_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3047144842032954e-07, "index_right": 867, "nodeid": "1414542.925562_5844610.530842", "id": "1414542.925562_5844610.530842", "name": "manhole_860_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414542.925561672309414, 5844610.530842416919768 ] } }, -{ "type": "Feature", "properties": { "_index": 866, "bedlevel": -10002.0, "branchid": "pipe_9_E272;pipe_9_E273", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_861_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1091516319365058e-07, "index_right": 868, "nodeid": "1414498.522302_5844633.516116", "id": "1414498.522302_5844633.516116", "name": "manhole_861_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414498.522301508113742, 5844633.516116137616336 ] } }, -{ "type": "Feature", "properties": { "_index": 867, "bedlevel": -10002.0, "branchid": "pipe_9_E273;pipe_9_E274", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_862_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.2474826678431216e-07, "index_right": 869, "nodeid": "1414453.804427_5844655.808527", "id": "1414453.804427_5844655.808527", "name": "manhole_862_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414453.80442654970102, 5844655.808527433313429 ] } }, -{ "type": "Feature", "properties": { "_index": 868, "bedlevel": -10002.0, "branchid": "pipe_9_E274;pipe_9_E275", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_863_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5571208578304786e-07, "index_right": 870, "nodeid": "1414407.275944_5844674.113516", "id": "1414407.275944_5844674.113516", "name": "manhole_863_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414407.275943890679628, 5844674.113516442477703 ] } }, -{ "type": "Feature", "properties": { "_index": 869, "bedlevel": -10002.0, "branchid": "pipe_9_E275;pipe_9_E276", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_864_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0835903842717633e-07, "index_right": 871, "nodeid": "1414360.747461_5844692.418505", "id": "1414360.747461_5844692.418505", "name": "manhole_864_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414360.747461231425405, 5844692.418505452573299 ] } }, -{ "type": "Feature", "properties": { "_index": 870, "bedlevel": -10002.0, "branchid": "pipe_9_E276;pipe_9_E277", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_865_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.3022369646728563e-07, "index_right": 872, "nodeid": "1414314.218979_5844710.723494", "id": "1414314.218979_5844710.723494", "name": "manhole_865_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414314.218978572404012, 5844710.723494462668896 ] } }, -{ "type": "Feature", "properties": { "_index": 871, "bedlevel": -10002.0, "branchid": "pipe_9_E277;pipe_9_E278", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_866_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8005862044134027e-07, "index_right": 873, "nodeid": "1414267.690496_5844729.028483", "id": "1414267.690496_5844729.028483", "name": "manhole_866_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414267.69049591338262, 5844729.028483471833169 ] } }, -{ "type": "Feature", "properties": { "_index": 872, "bedlevel": -10002.0, "branchid": "pipe_9_E278;pipe_9_E279", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_867_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.121571386959661e-07, "index_right": 874, "nodeid": "1414221.057498_5844747.016871", "id": "1414221.057498_5844747.016871", "name": "manhole_867_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414221.057497514877468, 5844747.016870835795999 ] } }, -{ "type": "Feature", "properties": { "_index": 873, "bedlevel": -10002.0, "branchid": "pipe_9_E279;pipe_9_E280", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_868_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4650210307883995e-07, "index_right": 875, "nodeid": "1414172.775622_5844760.010439", "id": "1414172.775622_5844760.010439", "name": "manhole_868_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414172.775621921755373, 5844760.010438876226544 ] } }, -{ "type": "Feature", "properties": { "_index": 874, "bedlevel": -10002.0, "branchid": "pipe_9_E280;pipe_9_E281", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_869_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3881914939825461e-07, "index_right": 876, "nodeid": "1414124.493746_5844773.004007", "id": "1414124.493746_5844773.004007", "name": "manhole_869_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414124.493746328633279, 5844773.00400691665709 ] } }, -{ "type": "Feature", "properties": { "_index": 875, "bedlevel": -10002.0, "branchid": "pipe_9_E281;pipe_9_E282", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_870_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.680931375817163e-07, "index_right": 877, "nodeid": "1414076.211871_5844785.997575", "id": "1414076.211871_5844785.997575", "name": "manhole_870_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414076.211870735511184, 5844785.997574956156313 ] } }, -{ "type": "Feature", "properties": { "_index": 876, "bedlevel": -10002.0, "branchid": "pipe_9_E282;pipe_9_E283", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_871_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4254104220321371e-07, "index_right": 878, "nodeid": "1414027.929995_5844798.991143", "id": "1414027.929995_5844798.991143", "name": "manhole_871_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1414027.929995142389089, 5844798.991142996586859 ] } }, -{ "type": "Feature", "properties": { "_index": 877, "bedlevel": -10002.0, "branchid": "pipe_9_E283;pipe_9_E284", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_872_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.522968826722034e-07, "index_right": 879, "nodeid": "1413979.648120_5844811.984711", "id": "1413979.648120_5844811.984711", "name": "manhole_872_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413979.648119549266994, 5844811.984711037017405 ] } }, -{ "type": "Feature", "properties": { "_index": 878, "bedlevel": -10002.0, "branchid": "pipe_9_E284;pipe_9_E285", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_873_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1799458340001433e-07, "index_right": 880, "nodeid": "1413930.369627_5844820.215583", "id": "1413930.369627_5844820.215583", "name": "manhole_873_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413930.369626694358885, 5844820.215582912787795 ] } }, -{ "type": "Feature", "properties": { "_index": 879, "bedlevel": -10002.0, "branchid": "pipe_9_E285;pipe_9_E286", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_874_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7693900592915293e-07, "index_right": 881, "nodeid": "1413880.928856_5844827.670952", "id": "1413880.928856_5844827.670952", "name": "manhole_874_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413880.928856189362705, 5844827.670952325686812 ] } }, -{ "type": "Feature", "properties": { "_index": 880, "bedlevel": -10002.0, "branchid": "pipe_9_E286;pipe_9_E287", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_875_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0990104278982657e-07, "index_right": 882, "nodeid": "1413831.488086_5844835.126322", "id": "1413831.488086_5844835.126322", "name": "manhole_875_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413831.488085684599355, 5844835.12632173858583 ] } }, -{ "type": "Feature", "properties": { "_index": 881, "bedlevel": -10002.0, "branchid": "pipe_9_E287;pipe_9_E288", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_876_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.3509497059132651e-07, "index_right": 883, "nodeid": "1413782.047315_5844842.581691", "id": "1413782.047315_5844842.581691", "name": "manhole_876_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413782.047315179603174, 5844842.581691151484847 ] } }, -{ "type": "Feature", "properties": { "_index": 882, "bedlevel": -10002.0, "branchid": "pipe_9_E288;pipe_9_E289", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_877_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4398666384102664e-07, "index_right": 884, "nodeid": "1413732.606545_5844850.037061", "id": "1413732.606545_5844850.037061", "name": "manhole_877_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413732.606544674606994, 5844850.037060564383864 ] } }, -{ "type": "Feature", "properties": { "_index": 883, "bedlevel": -10002.0, "branchid": "pipe_9_E289;pipe_9_E290", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_878_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1093388369537291e-07, "index_right": 885, "nodeid": "1413682.774029_5844852.736711", "id": "1413682.774029_5844852.736711", "name": "manhole_878_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413682.774028708459809, 5844852.736711289733648 ] } }, -{ "type": "Feature", "properties": { "_index": 884, "bedlevel": -10002.0, "branchid": "pipe_9_E290;pipe_9_E291", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_879_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9741481198727454e-07, "index_right": 886, "nodeid": "1413632.779715_5844853.472163", "id": "1413632.779715_5844853.472163", "name": "manhole_879_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413632.779714717995375, 5844853.472163409925997 ] } }, -{ "type": "Feature", "properties": { "_index": 885, "bedlevel": -10002.0, "branchid": "pipe_9_E291;pipe_9_E292", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_880_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4443636313866714e-07, "index_right": 887, "nodeid": "1413582.785401_5844854.207616", "id": "1413582.785401_5844854.207616", "name": "manhole_880_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413582.785400727298111, 5844854.207615529187024 ] } }, -{ "type": "Feature", "properties": { "_index": 886, "bedlevel": -10002.0, "branchid": "pipe_9_E292;pipe_9_E293", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_881_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3800116526350197e-07, "index_right": 888, "nodeid": "1413532.791087_5844854.943068", "id": "1413532.791087_5844854.943068", "name": "manhole_881_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413532.791086736833677, 5844854.943067649379373 ] } }, -{ "type": "Feature", "properties": { "_index": 887, "bedlevel": -10002.0, "branchid": "pipe_9_E293;pipe_9_E294", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_882_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4235329486181905e-07, "index_right": 889, "nodeid": "1413482.796773_5844855.678520", "id": "1413482.796773_5844855.678520", "name": "manhole_882_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413482.796772746369243, 5844855.678519769571722 ] } }, -{ "type": "Feature", "properties": { "_index": 888, "bedlevel": -10002.0, "branchid": "pipe_9_E294;pipe_9_E295", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_883_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2882683223780789e-07, "index_right": 890, "nodeid": "1413433.065366_5844851.819942", "id": "1413433.065366_5844851.819942", "name": "manhole_883_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413433.065366155700758, 5844851.819941600784659 ] } }, -{ "type": "Feature", "properties": { "_index": 889, "bedlevel": -10002.0, "branchid": "pipe_9_E295;pipe_9_E296", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_884_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6618367723090395e-07, "index_right": 891, "nodeid": "1413383.481353_5844845.385816", "id": "1413383.481353_5844845.385816", "name": "manhole_884_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413383.481353130890056, 5844845.385815897956491 ] } }, -{ "type": "Feature", "properties": { "_index": 890, "bedlevel": -10002.0, "branchid": "pipe_9_E296;pipe_9_E297", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_885_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2171932983835385e-07, "index_right": 892, "nodeid": "1413333.897340_5844838.951690", "id": "1413333.897340_5844838.951690", "name": "manhole_885_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413333.897340106079355, 5844838.951690194196999 ] } }, -{ "type": "Feature", "properties": { "_index": 891, "bedlevel": -10002.0, "branchid": "pipe_9_E297;pipe_9_E298", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_886_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9844489471739283e-07, "index_right": 893, "nodeid": "1413284.313327_5844832.517564", "id": "1413284.313327_5844832.517564", "name": "manhole_886_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413284.313327081501484, 5844832.51756449136883 ] } }, -{ "type": "Feature", "properties": { "_index": 892, "bedlevel": -10002.0, "branchid": "pipe_9_E298;pipe_9_E299", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_887_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1974982432699235e-07, "index_right": 894, "nodeid": "1413234.729314_5844826.083439", "id": "1413234.729314_5844826.083439", "name": "manhole_887_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413234.729314056690782, 5844826.083438787609339 ] } }, -{ "type": "Feature", "properties": { "_index": 893, "bedlevel": -10002.0, "branchid": "pipe_9_E299;pipe_9_E300", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_888_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2888776879277882e-07, "index_right": 895, "nodeid": "1413185.559508_5844818.100490", "id": "1413185.559508_5844818.100490", "name": "manhole_888_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413185.559508327394724, 5844818.100490031763911 ] } }, -{ "type": "Feature", "properties": { "_index": 894, "bedlevel": -10002.0, "branchid": "pipe_9_E300;pipe_9_E301", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_889_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.063824800699201e-07, "index_right": 896, "nodeid": "1413139.382957_5844798.925025", "id": "1413139.382957_5844798.925025", "name": "manhole_889_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413139.382957268273458, 5844798.925025148317218 ] } }, -{ "type": "Feature", "properties": { "_index": 895, "bedlevel": -10002.0, "branchid": "pipe_9_E301;pipe_9_E302", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_890_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3715452951761261e-07, "index_right": 897, "nodeid": "1413093.206406_5844779.749560", "id": "1413093.206406_5844779.749560", "name": "manhole_890_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413093.206406209152192, 5844779.749560264870524 ] } }, -{ "type": "Feature", "properties": { "_index": 896, "bedlevel": -10002.0, "branchid": "pipe_9_E302;pipe_9_E303", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_891_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1031240365880328e-07, "index_right": 898, "nodeid": "1413047.029855_5844760.574095", "id": "1413047.029855_5844760.574095", "name": "manhole_891_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413047.029855150263757, 5844760.574095381423831 ] } }, -{ "type": "Feature", "properties": { "_index": 897, "bedlevel": -10002.0, "branchid": "pipe_9_E303;pipe_9_E304", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_892_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0650598127990419e-07, "index_right": 899, "nodeid": "1413000.853304_5844741.398630", "id": "1413000.853304_5844741.398630", "name": "manhole_892_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1413000.853304091142491, 5844741.398630497977138 ] } }, -{ "type": "Feature", "properties": { "_index": 898, "bedlevel": -10002.0, "branchid": "pipe_9_E304;pipe_9_E305", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_893_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8690400586308372e-07, "index_right": 900, "nodeid": "1412954.676753_5844722.223166", "id": "1412954.676753_5844722.223166", "name": "manhole_893_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412954.676753032021224, 5844722.223165614530444 ] } }, -{ "type": "Feature", "properties": { "_index": 899, "bedlevel": -10002.0, "branchid": "pipe_9_E305;pipe_9_E306", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_894_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.894087394949445e-07, "index_right": 901, "nodeid": "1412909.234405_5844701.402768", "id": "1412909.234405_5844701.402768", "name": "manhole_894_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412909.234404653543606, 5844701.402767523191869 ] } }, -{ "type": "Feature", "properties": { "_index": 900, "bedlevel": -10002.0, "branchid": "pipe_9_E306;pipe_9_E307", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_895_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3114099873145154e-07, "index_right": 902, "nodeid": "1412864.126098_5844679.833972", "id": "1412864.126098_5844679.833972", "name": "manhole_895_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412864.126097585773095, 5844679.833971667103469 ] } }, -{ "type": "Feature", "properties": { "_index": 901, "bedlevel": -10002.0, "branchid": "pipe_9_E307;pipe_9_E308", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_896_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1783843512497836e-07, "index_right": 903, "nodeid": "1412819.017791_5844658.265176", "id": "1412819.017791_5844658.265176", "name": "manhole_896_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412819.017790518235415, 5844658.265175810083747 ] } }, -{ "type": "Feature", "properties": { "_index": 902, "bedlevel": -10002.0, "branchid": "pipe_9_E308;pipe_9_E309", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_897_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5283261752731224e-07, "index_right": 904, "nodeid": "1412773.909483_5844636.696380", "id": "1412773.909483_5844636.696380", "name": "manhole_897_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412773.909483450464904, 5844636.696379953995347 ] } }, -{ "type": "Feature", "properties": { "_index": 903, "bedlevel": -10002.0, "branchid": "pipe_9_E309;pipe_9_E310", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_898_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9529302087353691e-07, "index_right": 905, "nodeid": "1412728.801176_5844615.127584", "id": "1412728.801176_5844615.127584", "name": "manhole_898_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412728.801176382927224, 5844615.127584097906947 ] } }, -{ "type": "Feature", "properties": { "_index": 904, "bedlevel": -10002.0, "branchid": "pipe_9_E310;pipe_9_E311", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_899_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9694804729160949e-07, "index_right": 906, "nodeid": "1412683.692869_5844593.558788", "id": "1412683.692869_5844593.558788", "name": "manhole_899_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412683.692869315156713, 5844593.558788240887225 ] } }, -{ "type": "Feature", "properties": { "_index": 905, "bedlevel": -10002.0, "branchid": "pipe_9_E311;pipe_9_E312", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_900_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5738470297880279e-07, "index_right": 907, "nodeid": "1412638.584562_5844571.989992", "id": "1412638.584562_5844571.989992", "name": "manhole_900_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412638.584562247386202, 5844571.989992384798825 ] } }, -{ "type": "Feature", "properties": { "_index": 906, "bedlevel": -10002.0, "branchid": "pipe_9_E312;pipe_9_E313", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_901_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4949703008552642e-07, "index_right": 908, "nodeid": "1412595.623685_5844546.633682", "id": "1412595.623685_5844546.633682", "name": "manhole_901_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412595.623684559483081, 5844546.633682089857757 ] } }, -{ "type": "Feature", "properties": { "_index": 907, "bedlevel": -10002.0, "branchid": "pipe_9_E313;pipe_9_E314", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_902_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9106344697107829e-07, "index_right": 909, "nodeid": "1412553.953395_5844519.001106", "id": "1412553.953395_5844519.001106", "name": "manhole_902_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412553.953394919866696, 5844519.001105616800487 ] } }, -{ "type": "Feature", "properties": { "_index": 908, "bedlevel": -10002.0, "branchid": "pipe_9_E314;pipe_9_E315", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_903_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1467205770410211e-07, "index_right": 910, "nodeid": "1412512.283105_5844491.368529", "id": "1412512.283105_5844491.368529", "name": "manhole_903_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412512.283105280483142, 5844491.368529142811894 ] } }, -{ "type": "Feature", "properties": { "_index": 909, "bedlevel": -10002.0, "branchid": "pipe_9_E315;pipe_9_E316", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_904_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8806567975312468e-07, "index_right": 911, "nodeid": "1412470.612816_5844463.735953", "id": "1412470.612816_5844463.735953", "name": "manhole_904_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412470.612815640866756, 5844463.735952669754624 ] } }, -{ "type": "Feature", "properties": { "_index": 910, "bedlevel": -10002.0, "branchid": "pipe_9_E316;pipe_9_E317", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_905_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.9558120538028239e-07, "index_right": 912, "nodeid": "1412428.942526_5844436.103376", "id": "1412428.942526_5844436.103376", "name": "manhole_905_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412428.942526001250371, 5844436.103376195766032 ] } }, -{ "type": "Feature", "properties": { "_index": 911, "bedlevel": -10002.0, "branchid": "pipe_9_E317;pipe_9_E318", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_906_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5600224830456966e-07, "index_right": 913, "nodeid": "1412387.272236_5844408.470800", "id": "1412387.272236_5844408.470800", "name": "manhole_906_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412387.272236361866817, 5844408.470799722708762 ] } }, -{ "type": "Feature", "properties": { "_index": 912, "bedlevel": -10002.0, "branchid": "pipe_9_E318;pipe_9_E319", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_907_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7281072118280933e-07, "index_right": 914, "nodeid": "1412345.601947_5844380.838223", "id": "1412345.601947_5844380.838223", "name": "manhole_907_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412345.601946722250432, 5844380.838223248720169 ] } }, -{ "type": "Feature", "properties": { "_index": 913, "bedlevel": -10002.0, "branchid": "pipe_9_E319;pipe_9_E320", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_908_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.391841676271211e-07, "index_right": 915, "nodeid": "1412303.931657_5844353.205647", "id": "1412303.931657_5844353.205647", "name": "manhole_908_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412303.931657082634047, 5844353.205646775662899 ] } }, -{ "type": "Feature", "properties": { "_index": 914, "bedlevel": -10002.0, "branchid": "pipe_9_E320;pipe_9_E321", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_909_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3678527990387897e-07, "index_right": 916, "nodeid": "1412262.261367_5844325.573070", "id": "1412262.261367_5844325.573070", "name": "manhole_909_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412262.261367443250492, 5844325.573070302605629 ] } }, -{ "type": "Feature", "properties": { "_index": 915, "bedlevel": -10002.0, "branchid": "pipe_9_E321;pipe_9_E322", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_910_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7743341393680483e-07, "index_right": 917, "nodeid": "1412220.249578_5844298.492348", "id": "1412220.249578_5844298.492348", "name": "manhole_910_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412220.249577832408249, 5844298.492348447442055 ] } }, -{ "type": "Feature", "properties": { "_index": 916, "bedlevel": -10002.0, "branchid": "pipe_9_E322;pipe_9_E323", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_911_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1692513971467802e-07, "index_right": 918, "nodeid": "1412176.927172_5844273.529546", "id": "1412176.927172_5844273.529546", "name": "manhole_911_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412176.927172479685396, 5844273.529545807279646 ] } }, -{ "type": "Feature", "properties": { "_index": 917, "bedlevel": -10002.0, "branchid": "pipe_9_E323;pipe_9_E324", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_912_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5574236635749829e-07, "index_right": 919, "nodeid": "1412132.736799_5844250.193438", "id": "1412132.736799_5844250.193438", "name": "manhole_912_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412132.736799320904538, 5844250.193437846377492 ] } }, -{ "type": "Feature", "properties": { "_index": 918, "bedlevel": -10002.0, "branchid": "pipe_9_E324;pipe_9_E325", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_913_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.1283573047675575e-08, "index_right": 920, "nodeid": "1412084.520041_5844239.100946", "id": "1412084.520041_5844239.100946", "name": "manhole_913_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412084.520041049458086, 5844239.100945963524282 ] } }, -{ "type": "Feature", "properties": { "_index": 919, "bedlevel": -10002.0, "branchid": "pipe_9_E325;pipe_9_E326", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_914_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.7234475578868068e-07, "index_right": 921, "nodeid": "1412034.979538_5844232.339967", "id": "1412034.979538_5844232.339967", "name": "manhole_914_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1412034.979537510545924, 5844232.339967461302876 ] } }, -{ "type": "Feature", "properties": { "_index": 920, "bedlevel": -10002.0, "branchid": "pipe_9_E326;pipe_9_E327", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_915_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6722891669657816e-07, "index_right": 922, "nodeid": "1411985.218781_5844228.969402", "id": "1411985.218781_5844228.969402", "name": "manhole_915_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411985.218780608614907, 5844228.969401745125651 ] } }, -{ "type": "Feature", "properties": { "_index": 921, "bedlevel": -10002.0, "branchid": "pipe_9_E327;pipe_9_E328", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_916_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3610522072251421e-07, "index_right": 923, "nodeid": "1411935.547168_5844225.608684", "id": "1411935.547168_5844225.608684", "name": "manhole_916_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411935.547168360091746, 5844225.608683753758669 ] } }, -{ "type": "Feature", "properties": { "_index": 922, "bedlevel": -10002.0, "branchid": "pipe_9_E328;pipe_9_E329", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_917_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6305145106175937e-07, "index_right": 924, "nodeid": "1411887.339208_5844212.728832", "id": "1411887.339208_5844212.728832", "name": "manhole_917_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411887.339208438526839, 5844212.728831850923598 ] } }, -{ "type": "Feature", "properties": { "_index": 923, "bedlevel": -10002.0, "branchid": "pipe_9_E329;pipe_9_E330", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_918_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0961224448961724e-08, "index_right": 925, "nodeid": "1411839.780274_5844197.297692", "id": "1411839.780274_5844197.297692", "name": "manhole_918_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411839.780274013755843, 5844197.29769198410213 ] } }, -{ "type": "Feature", "properties": { "_index": 924, "bedlevel": -10002.0, "branchid": "pipe_9_E330;pipe_9_E331", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_919_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6399735887988329e-07, "index_right": 926, "nodeid": "1411792.519586_5844180.978410", "id": "1411792.519586_5844180.978410", "name": "manhole_919_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411792.519585555419326, 5844180.978409866802394 ] } }, -{ "type": "Feature", "properties": { "_index": 925, "bedlevel": -10002.0, "branchid": "pipe_9_E331;pipe_9_E332", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_920_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.2913648986159276e-07, "index_right": 927, "nodeid": "1411745.286311_5844164.577493", "id": "1411745.286311_5844164.577493", "name": "manhole_920_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411745.286310599418357, 5844164.577493485063314 ] } }, -{ "type": "Feature", "properties": { "_index": 926, "bedlevel": -10002.0, "branchid": "pipe_9_E332;pipe_9_E333", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_921_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9160979162136593e-07, "index_right": 928, "nodeid": "1411696.500934_5844156.457476", "id": "1411696.500934_5844156.457476", "name": "manhole_921_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411696.500934263458475, 5844156.457476289942861 ] } }, -{ "type": "Feature", "properties": { "_index": 927, "bedlevel": -10002.0, "branchid": "pipe_9_E333;pipe_9_E334", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_922_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.1124359670047608e-07, "index_right": 929, "nodeid": "1411646.566812_5844156.629717", "id": "1411646.566812_5844156.629717", "name": "manhole_922_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411646.566811945289373, 5844156.629716902971268 ] } }, -{ "type": "Feature", "properties": { "_index": 928, "bedlevel": -10002.0, "branchid": "pipe_9_E334;pipe_9_E335", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_923_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8797988316373911e-07, "index_right": 930, "nodeid": "1411596.686351_5844160.081081", "id": "1411596.686351_5844160.081081", "name": "manhole_923_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411596.686350782867521, 5844160.081081189215183 ] } }, -{ "type": "Feature", "properties": { "_index": 929, "bedlevel": -10002.0, "branchid": "pipe_9_E335;pipe_9_E336", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_924_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3347404144621339e-07, "index_right": 931, "nodeid": "1411547.500558_5844168.594528", "id": "1411547.500558_5844168.594528", "name": "manhole_924_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411547.500557682709768, 5844168.594527897424996 ] } }, -{ "type": "Feature", "properties": { "_index": 930, "bedlevel": -10002.0, "branchid": "pipe_9_E336;pipe_9_E337", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_925_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3923936141003152e-07, "index_right": 932, "nodeid": "1411498.534317_5844178.707867", "id": "1411498.534317_5844178.707867", "name": "manhole_925_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411498.534317339304835, 5844178.707867002114654 ] } }, -{ "type": "Feature", "properties": { "_index": 931, "bedlevel": -10002.0, "branchid": "pipe_9_E337;pipe_9_E338", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_926_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9572110074499858e-07, "index_right": 933, "nodeid": "1411449.481568_5844188.392413", "id": "1411449.481568_5844188.392413", "name": "manhole_926_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411449.481568206334487, 5844188.392413450405002 ] } }, -{ "type": "Feature", "properties": { "_index": 932, "bedlevel": -10002.0, "branchid": "pipe_9_E338;pipe_9_E339", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_927_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0226615865712985e-07, "index_right": 934, "nodeid": "1411399.801096_5844192.348645", "id": "1411399.801096_5844192.348645", "name": "manhole_927_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411399.801096498267725, 5844192.348644936457276 ] } }, -{ "type": "Feature", "properties": { "_index": 933, "bedlevel": -10002.0, "branchid": "pipe_9_E339;pipe_9_E340", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_928_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5505854363591661e-07, "index_right": 935, "nodeid": "1411349.814735_5844193.504510", "id": "1411349.814735_5844193.504510", "name": "manhole_928_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411349.81473539210856, 5844193.50451023131609 ] } }, -{ "type": "Feature", "properties": { "_index": 934, "bedlevel": -10002.0, "branchid": "pipe_9_E340;pipe_9_E341", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_929_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7483439453572777e-07, "index_right": 936, "nodeid": "1411299.870496_5844191.679849", "id": "1411299.870496_5844191.679849", "name": "manhole_929_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411299.870496388524771, 5844191.679849272593856 ] } }, -{ "type": "Feature", "properties": { "_index": 935, "bedlevel": -10002.0, "branchid": "pipe_9_E341;pipe_9_E342", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_930_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5906645936868926e-07, "index_right": 937, "nodeid": "1411249.970588_5844188.525230", "id": "1411249.970588_5844188.525230", "name": "manhole_930_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411249.970588414464146, 5844188.525230197235942 ] } }, -{ "type": "Feature", "properties": { "_index": 936, "bedlevel": -10002.0, "branchid": "pipe_9_E342;pipe_9_E343", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_931_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6062783563448861e-07, "index_right": 938, "nodeid": "1411200.093914_5844186.118734", "id": "1411200.093914_5844186.118734", "name": "manhole_931_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411200.093913657823578, 5844186.118733886629343 ] } }, -{ "type": "Feature", "properties": { "_index": 937, "bedlevel": -10002.0, "branchid": "pipe_9_E343;pipe_9_E344", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_932_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4418253457212685e-07, "index_right": 939, "nodeid": "1411160.703226_5844163.040254", "id": "1411160.703226_5844163.040254", "name": "manhole_932_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411160.703226442914456, 5844163.040254034101963 ] } }, -{ "type": "Feature", "properties": { "_index": 938, "bedlevel": -10002.0, "branchid": "pipe_9_E344;pipe_9_E345", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_933_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9838979764411219e-07, "index_right": 940, "nodeid": "1411144.187010_5844116.165281", "id": "1411144.187010_5844116.165281", "name": "manhole_933_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411144.187009703600779, 5844116.165280965156853 ] } }, -{ "type": "Feature", "properties": { "_index": 939, "bedlevel": -10002.0, "branchid": "pipe_9_E345;pipe_9_E346", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_934_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5203630061371289e-07, "index_right": 941, "nodeid": "1411135.491020_5844066.974482", "id": "1411135.491020_5844066.974482", "name": "manhole_934_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411135.491020455490798, 5844066.974481687881052 ] } }, -{ "type": "Feature", "properties": { "_index": 940, "bedlevel": -10002.0, "branchid": "pipe_9_E346;pipe_9_E347", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_935_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9929851723054168e-07, "index_right": 942, "nodeid": "1411151.511505_5844020.488007", "id": "1411151.511505_5844020.488007", "name": "manhole_935_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411151.511504945578054, 5844020.488006705418229 ] } }, -{ "type": "Feature", "properties": { "_index": 941, "bedlevel": -10002.0, "branchid": "pipe_9_E347;pipe_9_E348", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_936_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0880570640568034e-07, "index_right": 943, "nodeid": "1411190.946559_5843989.749753", "id": "1411190.946559_5843989.749753", "name": "manhole_936_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411190.946558678057045, 5843989.749753394164145 ] } }, -{ "type": "Feature", "properties": { "_index": 942, "bedlevel": -10002.0, "branchid": "pipe_9_E348;pipe_9_E349", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_937_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.592763713316551e-07, "index_right": 944, "nodeid": "1411229.800308_5843958.324840", "id": "1411229.800308_5843958.324840", "name": "manhole_937_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411229.800307763973251, 5843958.324839605949819 ] } }, -{ "type": "Feature", "properties": { "_index": 943, "bedlevel": -10002.0, "branchid": "pipe_9_E349;pipe_9_E350", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_938_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9664789576398157e-07, "index_right": 945, "nodeid": "1411259.104693_5843920.205237", "id": "1411259.104693_5843920.205237", "name": "manhole_938_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411259.104692845605314, 5843920.205237253569067 ] } }, -{ "type": "Feature", "properties": { "_index": 944, "bedlevel": -10002.0, "branchid": "pipe_9_E350;pipe_9_E351", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_939_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7827363611204745e-07, "index_right": 946, "nodeid": "1411230.415942_5843886.239951", "id": "1411230.415942_5843886.239951", "name": "manhole_939_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411230.415942177642137, 5843886.239951014518738 ] } }, -{ "type": "Feature", "properties": { "_index": 945, "bedlevel": -10002.0, "branchid": "pipe_9_E351;pipe_9_E352", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_940_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8346698086975575e-07, "index_right": 947, "nodeid": "1411183.531357_5843868.894976", "id": "1411183.531357_5843868.894976", "name": "manhole_940_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411183.531357200583443, 5843868.894975673407316 ] } }, -{ "type": "Feature", "properties": { "_index": 946, "bedlevel": -10002.0, "branchid": "pipe_9_E352;pipe_9_E353", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_941_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8064677219087702e-07, "index_right": 948, "nodeid": "1411136.226087_5843852.702888", "id": "1411136.226087_5843852.702888", "name": "manhole_941_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411136.226086644455791, 5843852.702888135798275 ] } }, -{ "type": "Feature", "properties": { "_index": 947, "bedlevel": -10002.0, "branchid": "pipe_9_E353;pipe_9_E354", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_942_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1007557787187878e-07, "index_right": 949, "nodeid": "1411088.920816_5843836.510801", "id": "1411088.920816_5843836.510801", "name": "manhole_942_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411088.920816088328138, 5843836.510800599120557 ] } }, -{ "type": "Feature", "properties": { "_index": 948, "bedlevel": -10002.0, "branchid": "pipe_9_E354;pipe_9_E355", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_943_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6612476202691406e-07, "index_right": 950, "nodeid": "1411041.888215_5843819.573288", "id": "1411041.888215_5843819.573288", "name": "manhole_943_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1411041.88821478607133, 5843819.573287703096867 ] } }, -{ "type": "Feature", "properties": { "_index": 949, "bedlevel": -10002.0, "branchid": "pipe_9_E355;pipe_9_E356", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_944_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.6447173488972045e-07, "index_right": 951, "nodeid": "1410995.299948_5843801.420997", "id": "1410995.299948_5843801.420997", "name": "manhole_944_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410995.299947529798374, 5843801.420996530912817 ] } }, -{ "type": "Feature", "properties": { "_index": 950, "bedlevel": -10002.0, "branchid": "pipe_9_E356;pipe_9_E357", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_945_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1574934384821562e-07, "index_right": 952, "nodeid": "1410948.711490_5843783.269194", "id": "1410948.711490_5843783.269194", "name": "manhole_945_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410948.711490004323423, 5843783.26919368468225 ] } }, -{ "type": "Feature", "properties": { "_index": 951, "bedlevel": -10002.0, "branchid": "pipe_9_E357;pipe_9_E358", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_946_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0560529258077672e-07, "index_right": 953, "nodeid": "1410902.123032_5843765.117391", "id": "1410902.123032_5843765.117391", "name": "manhole_946_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410902.123032478848472, 5843765.117390837520361 ] } }, -{ "type": "Feature", "properties": { "_index": 952, "bedlevel": -10002.0, "branchid": "pipe_9_E358;pipe_9_E359", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_947_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 8.3368002354678625e-08, "index_right": 954, "nodeid": "1410855.074617_5843748.395271", "id": "1410855.074617_5843748.395271", "name": "manhole_947_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410855.074617069214582, 5843748.395271047018468 ] } }, -{ "type": "Feature", "properties": { "_index": 953, "bedlevel": -10002.0, "branchid": "pipe_9_E359;pipe_9_E360", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_948_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2451956494534441e-07, "index_right": 955, "nodeid": "1410806.641643_5843735.976762", "id": "1410806.641643_5843735.976762", "name": "manhole_948_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410806.641643165145069, 5843735.976762278936803 ] } }, -{ "type": "Feature", "properties": { "_index": 954, "bedlevel": -10002.0, "branchid": "pipe_9_E360;pipe_9_E361", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_949_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.3550423414753876e-07, "index_right": 956, "nodeid": "1410758.206719_5843723.565866", "id": "1410758.206719_5843723.565866", "name": "manhole_949_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410758.206718888599426, 5843723.56586592271924 ] } }, -{ "type": "Feature", "properties": { "_index": 955, "bedlevel": -10002.0, "branchid": "pipe_9_E361;pipe_9_E362", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_950_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9778734226295572e-07, "index_right": 957, "nodeid": "1410709.454441_5843712.467469", "id": "1410709.454441_5843712.467469", "name": "manhole_950_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410709.454440784873441, 5843712.467468551360071 ] } }, -{ "type": "Feature", "properties": { "_index": 956, "bedlevel": -10002.0, "branchid": "pipe_9_E362;pipe_9_E363", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_951_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2169076476105929e-07, "index_right": 958, "nodeid": "1410660.027110_5843705.387307", "id": "1410660.027110_5843705.387307", "name": "manhole_951_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410660.02710955357179, 5843705.387306730262935 ] } }, -{ "type": "Feature", "properties": { "_index": 957, "bedlevel": -10002.0, "branchid": "pipe_9_E363;pipe_9_E364", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_952_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.793764024341935e-07, "index_right": 959, "nodeid": "1410610.323604_5843699.952798", "id": "1410610.323604_5843699.952798", "name": "manhole_952_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410610.323604335775599, 5843699.952797527424991 ] } }, -{ "type": "Feature", "properties": { "_index": 958, "bedlevel": -10002.0, "branchid": "pipe_9_E364;pipe_9_E365", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_953_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9486930840527855e-07, "index_right": 960, "nodeid": "1410560.592468_5843694.784525", "id": "1410560.592468_5843694.784525", "name": "manhole_953_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410560.592467605834827, 5843694.784524976275861 ] } }, -{ "type": "Feature", "properties": { "_index": 959, "bedlevel": -10002.0, "branchid": "pipe_9_E365;pipe_9_E366", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_954_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.411168997242517e-07, "index_right": 961, "nodeid": "1410510.831875_5843689.900296", "id": "1410510.831875_5843689.900296", "name": "manhole_954_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410510.831874791067094, 5843689.900295500643551 ] } }, -{ "type": "Feature", "properties": { "_index": 960, "bedlevel": -10002.0, "branchid": "pipe_9_E366;pipe_9_E367", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_955_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.175833587389272e-07, "index_right": 962, "nodeid": "1410461.070665_5843685.022349", "id": "1410461.070665_5843685.022349", "name": "manhole_955_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410461.070665374165401, 5843685.02234935760498 ] } }, -{ "type": "Feature", "properties": { "_index": 961, "bedlevel": -10002.0, "branchid": "pipe_9_E367;pipe_9_E368", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_956_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1935958410423434e-07, "index_right": 963, "nodeid": "1410411.309456_5843680.144403", "id": "1410411.309456_5843680.144403", "name": "manhole_956_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410411.309455957263708, 5843680.144403215497732 ] } }, -{ "type": "Feature", "properties": { "_index": 962, "bedlevel": -10002.0, "branchid": "pipe_9_E368;pipe_9_E369", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_957_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6531307530256198e-07, "index_right": 964, "nodeid": "1410361.548247_5843675.266457", "id": "1410361.548247_5843675.266457", "name": "manhole_957_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410361.548246540362015, 5843675.266457072459161 ] } }, -{ "type": "Feature", "properties": { "_index": 963, "bedlevel": -10002.0, "branchid": "pipe_9_E369;pipe_9_E370", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_958_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4159491793037832e-07, "index_right": 965, "nodeid": "1410311.787037_5843670.388511", "id": "1410311.787037_5843670.388511", "name": "manhole_958_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410311.787037123227492, 5843670.388510930351913 ] } }, -{ "type": "Feature", "properties": { "_index": 964, "bedlevel": -10002.0, "branchid": "pipe_9_E370;pipe_9_E371", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_959_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9660869495784893e-07, "index_right": 966, "nodeid": "1410262.025883_5843665.509998", "id": "1410262.025883_5843665.509998", "name": "manhole_959_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410262.025883284630254, 5843665.509997916407883 ] } }, -{ "type": "Feature", "properties": { "_index": 965, "bedlevel": -10002.0, "branchid": "pipe_9_E371;pipe_9_E372", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_960_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6210519071552041e-07, "index_right": 967, "nodeid": "1410212.264928_5843660.629457", "id": "1410212.264928_5843660.629457", "name": "manhole_960_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410212.264928257558495, 5843660.629457383416593 ] } }, -{ "type": "Feature", "properties": { "_index": 966, "bedlevel": -10002.0, "branchid": "pipe_9_E372;pipe_9_E373", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_961_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.3949353906235395e-07, "index_right": 968, "nodeid": "1410162.624738_5843654.758202", "id": "1410162.624738_5843654.758202", "name": "manhole_961_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410162.624738086014986, 5843654.758202109485865 ] } }, -{ "type": "Feature", "properties": { "_index": 967, "bedlevel": -10002.0, "branchid": "pipe_9_E373;pipe_9_E374", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_962_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0099818214596265e-07, "index_right": 969, "nodeid": "1410113.148508_5843647.541905", "id": "1410113.148508_5843647.541905", "name": "manhole_962_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410113.14850769774057, 5843647.541904736310244 ] } }, -{ "type": "Feature", "properties": { "_index": 968, "bedlevel": -10002.0, "branchid": "pipe_9_E374;pipe_9_E375", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_963_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3084493206907713e-07, "index_right": 970, "nodeid": "1410065.568506_5843633.632861", "id": "1410065.568506_5843633.632861", "name": "manhole_963_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410065.568505503004417, 5843633.632861185818911 ] } }, -{ "type": "Feature", "properties": { "_index": 969, "bedlevel": -10002.0, "branchid": "pipe_9_E375;pipe_9_E376", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_964_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2008862610380753e-07, "index_right": 971, "nodeid": "1410022.702877_5843607.919842", "id": "1410022.702877_5843607.919842", "name": "manhole_964_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1410022.702877387870103, 5843607.91984165366739 ] } }, -{ "type": "Feature", "properties": { "_index": 970, "bedlevel": -10002.0, "branchid": "pipe_9_E376;pipe_9_E377", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_965_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4009210733797661e-07, "index_right": 972, "nodeid": "1409985.195860_5843575.171757", "id": "1409985.195860_5843575.171757", "name": "manhole_965_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409985.195860421285033, 5843575.171756871975958 ] } }, -{ "type": "Feature", "properties": { "_index": 971, "bedlevel": -10002.0, "branchid": "pipe_9_E377;pipe_9_E378", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_966_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5312133434156768e-07, "index_right": 973, "nodeid": "1409946.118790_5843543.979532", "id": "1409946.118790_5843543.979532", "name": "manhole_966_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409946.118790123611689, 5843543.97953190933913 ] } }, -{ "type": "Feature", "properties": { "_index": 972, "bedlevel": -10002.0, "branchid": "pipe_9_E378;pipe_9_E379", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_967_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9608181194310733e-07, "index_right": 974, "nodeid": "1409896.867170_5843537.099680", "id": "1409896.867170_5843537.099680", "name": "manhole_967_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409896.867170094512403, 5843537.099679615348577 ] } }, -{ "type": "Feature", "properties": { "_index": 973, "bedlevel": -10002.0, "branchid": "pipe_9_E379;pipe_9_E380", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_968_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4876709860672501e-07, "index_right": 975, "nodeid": "1409847.168251_5843541.514289", "id": "1409847.168251_5843541.514289", "name": "manhole_968_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409847.168251139577478, 5843541.514289426617324 ] } }, -{ "type": "Feature", "properties": { "_index": 974, "bedlevel": -10002.0, "branchid": "pipe_9_E380;pipe_9_E381", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_969_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6163629171979394e-07, "index_right": 976, "nodeid": "1409797.464138_5843546.943236", "id": "1409797.464138_5843546.943236", "name": "manhole_969_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409797.464138044044375, 5843546.943236155435443 ] } }, -{ "type": "Feature", "properties": { "_index": 975, "bedlevel": -10002.0, "branchid": "pipe_9_E381;pipe_9_E382", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_970_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2652369373658229e-07, "index_right": 977, "nodeid": "1409747.760025_5843552.372183", "id": "1409747.760025_5843552.372183", "name": "manhole_970_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409747.760024948278442, 5843552.372182884253561 ] } }, -{ "type": "Feature", "properties": { "_index": 976, "bedlevel": -10002.0, "branchid": "pipe_9_E382;pipe_9_E383", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_971_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1356280508792775e-07, "index_right": 978, "nodeid": "1409698.055912_5843557.801130", "id": "1409698.055912_5843557.801130", "name": "manhole_971_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409698.055911852745339, 5843557.80112961307168 ] } }, -{ "type": "Feature", "properties": { "_index": 977, "bedlevel": -10002.0, "branchid": "pipe_9_E383;pipe_9_E384", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_972_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7062843077392087e-07, "index_right": 979, "nodeid": "1409648.750847_5843566.089248", "id": "1409648.750847_5843566.089248", "name": "manhole_972_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409648.750846630427986, 5843566.089248028583825 ] } }, -{ "type": "Feature", "properties": { "_index": 978, "bedlevel": -10002.0, "branchid": "pipe_9_E384;pipe_9_E385", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_973_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4667623675697378e-08, "index_right": 980, "nodeid": "1409599.459665_5843574.476842", "id": "1409599.459665_5843574.476842", "name": "manhole_973_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409599.45966497133486, 5843574.476841953583062 ] } }, -{ "type": "Feature", "properties": { "_index": 979, "bedlevel": -10002.0, "branchid": "pipe_9_E385;pipe_9_E386", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_974_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2546838142118582e-07, "index_right": 981, "nodeid": "1409549.492483_5843575.649355", "id": "1409549.492483_5843575.649355", "name": "manhole_974_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409549.492482758359984, 5843575.649354533292353 ] } }, -{ "type": "Feature", "properties": { "_index": 980, "bedlevel": -10002.0, "branchid": "pipe_9_E386;pipe_9_E387", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_975_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.71995142250747e-07, "index_right": 982, "nodeid": "1409499.501123_5843576.563811", "id": "1409499.501123_5843576.563811", "name": "manhole_975_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409499.501122606685385, 5843576.563811415806413 ] } }, -{ "type": "Feature", "properties": { "_index": 981, "bedlevel": -10002.0, "branchid": "pipe_9_E387;pipe_9_E388", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_976_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8505718809832819e-07, "index_right": 983, "nodeid": "1409450.647417_5843586.491336", "id": "1409450.647417_5843586.491336", "name": "manhole_976_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409450.6474167809356, 5843586.491335683502257 ] } }, -{ "type": "Feature", "properties": { "_index": 982, "bedlevel": -10002.0, "branchid": "pipe_9_E388;pipe_9_E389", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_977_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4681656443286592e-07, "index_right": 984, "nodeid": "1409405.022354_5843606.754468", "id": "1409405.022354_5843606.754468", "name": "manhole_977_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409405.022353745065629, 5843606.754468366503716 ] } }, -{ "type": "Feature", "properties": { "_index": 983, "bedlevel": -10002.0, "branchid": "pipe_9_E389;pipe_9_E390", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_978_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9875019502739724e-07, "index_right": 985, "nodeid": "1409363.785367_5843635.029604", "id": "1409363.785367_5843635.029604", "name": "manhole_978_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409363.785367434378713, 5843635.029603755101562 ] } }, -{ "type": "Feature", "properties": { "_index": 984, "bedlevel": -10002.0, "branchid": "pipe_9_E390;pipe_9_E391", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_979_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8449729700882981e-07, "index_right": 986, "nodeid": "1409321.042895_5843660.649812", "id": "1409321.042895_5843660.649812", "name": "manhole_979_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409321.042894832091406, 5843660.649812454357743 ] } }, -{ "type": "Feature", "properties": { "_index": 985, "bedlevel": -10002.0, "branchid": "pipe_9_E391;pipe_9_E392", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_980_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9991515219605678e-07, "index_right": 987, "nodeid": "1409274.667564_5843678.674400", "id": "1409274.667564_5843678.674400", "name": "manhole_980_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409274.667563813272864, 5843678.674399765208364 ] } }, -{ "type": "Feature", "properties": { "_index": 986, "bedlevel": -10002.0, "branchid": "pipe_9_E392;pipe_9_E393", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_981_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.239830228164934e-07, "index_right": 988, "nodeid": "1409226.593974_5843691.426515", "id": "1409226.593974_5843691.426515", "name": "manhole_981_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409226.593974482733756, 5843691.426514795981348 ] } }, -{ "type": "Feature", "properties": { "_index": 987, "bedlevel": -10002.0, "branchid": "pipe_9_E393;pipe_9_E394", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_982_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9258595216539909e-07, "index_right": 989, "nodeid": "1409181.839324_5843713.719868", "id": "1409181.839324_5843713.719868", "name": "manhole_982_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409181.839323980268091, 5843713.719867607578635 ] } }, -{ "type": "Feature", "properties": { "_index": 988, "bedlevel": -10002.0, "branchid": "pipe_9_E394;pipe_9_E395", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_983_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6127664077951326e-07, "index_right": 990, "nodeid": "1409143.817642_5843745.100613", "id": "1409143.817642_5843745.100613", "name": "manhole_983_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409143.817642297595739, 5843745.100612794980407 ] } }, -{ "type": "Feature", "properties": { "_index": 989, "bedlevel": -10002.0, "branchid": "pipe_9_E395;pipe_9_E396", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_984_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6007392656856808e-07, "index_right": 991, "nodeid": "1409109.307516_5843781.276174", "id": "1409109.307516_5843781.276174", "name": "manhole_984_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409109.307516299886629, 5843781.276174199767411 ] } }, -{ "type": "Feature", "properties": { "_index": 990, "bedlevel": -10002.0, "branchid": "pipe_9_E396;pipe_9_E397", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_985_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5245368819861678e-07, "index_right": 992, "nodeid": "1409073.606355_5843816.281879", "id": "1409073.606355_5843816.281879", "name": "manhole_985_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409073.606354804709554, 5843816.281879293732345 ] } }, -{ "type": "Feature", "properties": { "_index": 991, "bedlevel": -10002.0, "branchid": "pipe_9_E397;pipe_9_E398", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_986_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5700553595940843e-07, "index_right": 993, "nodeid": "1409040.073193_5843853.282417", "id": "1409040.073193_5843853.282417", "name": "manhole_986_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409040.073193310527131, 5843853.282417176291347 ] } }, -{ "type": "Feature", "properties": { "_index": 992, "bedlevel": -10002.0, "branchid": "pipe_9_E398;pipe_9_E399", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_987_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6147391862159819e-07, "index_right": 994, "nodeid": "1409008.153521_5843891.767568", "id": "1409008.153521_5843891.767568", "name": "manhole_987_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1409008.153520604828373, 5843891.76756776124239 ] } }, -{ "type": "Feature", "properties": { "_index": 993, "bedlevel": -10002.0, "branchid": "pipe_9_E399;pipe_9_E400", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_988_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4952404405590182e-07, "index_right": 995, "nodeid": "1408973.346212_5843927.604223", "id": "1408973.346212_5843927.604223", "name": "manhole_988_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408973.346212445059791, 5843927.604222937487066 ] } }, -{ "type": "Feature", "properties": { "_index": 994, "bedlevel": -10002.0, "branchid": "pipe_9_E400;pipe_9_E401", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_989_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1906540693868368e-07, "index_right": 996, "nodeid": "1408933.341151_5843956.361258", "id": "1408933.341151_5843956.361258", "name": "manhole_989_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408933.34115097252652, 5843956.361258418299258 ] } }, -{ "type": "Feature", "properties": { "_index": 995, "bedlevel": -10002.0, "branchid": "pipe_9_E401;pipe_9_E402", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_990_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4511659383353922e-07, "index_right": 997, "nodeid": "1408887.657065_5843976.535548", "id": "1408887.657065_5843976.535548", "name": "manhole_990_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408887.657065344974399, 5843976.535548006184399 ] } }, -{ "type": "Feature", "properties": { "_index": 996, "bedlevel": -10002.0, "branchid": "pipe_9_E402;pipe_9_E403", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_991_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5838747530660917e-07, "index_right": 998, "nodeid": "1408839.742062_5843990.822771", "id": "1408839.742062_5843990.822771", "name": "manhole_991_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408839.742061691125855, 5843990.822771181352437 ] } }, -{ "type": "Feature", "properties": { "_index": 997, "bedlevel": -10002.0, "branchid": "pipe_9_E403;pipe_9_E404", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_992_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5863659150254365e-07, "index_right": 999, "nodeid": "1408791.827058_5844005.109994", "id": "1408791.827058_5844005.109994", "name": "manhole_992_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408791.827058037277311, 5844005.109994356520474 ] } }, -{ "type": "Feature", "properties": { "_index": 998, "bedlevel": -10002.0, "branchid": "pipe_9_E404;pipe_9_E405", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_993_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0539338822941782e-07, "index_right": 1000, "nodeid": "1408743.912054_5844019.397218", "id": "1408743.912054_5844019.397218", "name": "manhole_993_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408743.912054383428767, 5844019.397217531688511 ] } }, -{ "type": "Feature", "properties": { "_index": 999, "bedlevel": -10002.0, "branchid": "pipe_9_E405;pipe_9_E406", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_994_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9891717471029122e-07, "index_right": 1001, "nodeid": "1408695.997051_5844033.684441", "id": "1408695.997051_5844033.684441", "name": "manhole_994_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408695.997050729580224, 5844033.684440706856549 ] } }, -{ "type": "Feature", "properties": { "_index": 1000, "bedlevel": -10002.0, "branchid": "pipe_9_E406;pipe_9_E407", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_995_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4041232209266403e-07, "index_right": 1002, "nodeid": "1408648.082047_5844047.971664", "id": "1408648.082047_5844047.971664", "name": "manhole_995_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408648.08204707573168, 5844047.971663882024586 ] } }, -{ "type": "Feature", "properties": { "_index": 1001, "bedlevel": -10002.0, "branchid": "pipe_9_E407;pipe_9_E408", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_996_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2605291344556338e-07, "index_right": 1003, "nodeid": "1408600.167043_5844062.258887", "id": "1408600.167043_5844062.258887", "name": "manhole_996_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408600.167043422115967, 5844062.258887058123946 ] } }, -{ "type": "Feature", "properties": { "_index": 1002, "bedlevel": -10002.0, "branchid": "pipe_9_E408;pipe_9_E409", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_997_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2845010490944177e-07, "index_right": 1004, "nodeid": "1408552.252040_5844076.546110", "id": "1408552.252040_5844076.546110", "name": "manhole_997_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408552.252039768267423, 5844076.546110233291984 ] } }, -{ "type": "Feature", "properties": { "_index": 1003, "bedlevel": -10002.0, "branchid": "pipe_9_E409;pipe_9_E410", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_998_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2453250606297747e-07, "index_right": 1005, "nodeid": "1408504.337036_5844090.833333", "id": "1408504.337036_5844090.833333", "name": "manhole_998_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408504.337036114418879, 5844090.833333408460021 ] } }, -{ "type": "Feature", "properties": { "_index": 1004, "bedlevel": -10002.0, "branchid": "pipe_9_E410;pipe_9_E411", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_999_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.041463061192847e-07, "index_right": 1006, "nodeid": "1408457.458339_5844108.069450", "id": "1408457.458339_5844108.069450", "name": "manhole_999_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408457.458339382894337, 5844108.06945032812655 ] } }, -{ "type": "Feature", "properties": { "_index": 1005, "bedlevel": -10002.0, "branchid": "pipe_9_E411;pipe_9_E412", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1000_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6637140318987685e-07, "index_right": 1007, "nodeid": "1408411.139316_5844126.898162", "id": "1408411.139316_5844126.898162", "name": "manhole_1000_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408411.139316070592031, 5844126.898162460885942 ] } }, -{ "type": "Feature", "properties": { "_index": 1006, "bedlevel": -10002.0, "branchid": "pipe_9_E412;pipe_9_E413", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1001_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 7.0071116206356777e-07, "index_right": 1008, "nodeid": "1408364.895734_5844145.908544", "id": "1408364.895734_5844145.908544", "name": "manhole_1001_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408364.895734491758049, 5844145.90854350104928 ] } }, -{ "type": "Feature", "properties": { "_index": 1007, "bedlevel": -10002.0, "branchid": "pipe_9_E413;pipe_9_E414", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1002_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7760599853077678e-07, "index_right": 1009, "nodeid": "1408318.864463_5844165.430182", "id": "1408318.864463_5844165.430182", "name": "manhole_1002_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408318.864463140722364, 5844165.430182239040732 ] } }, -{ "type": "Feature", "properties": { "_index": 1008, "bedlevel": -10002.0, "branchid": "pipe_9_E414;pipe_9_E415", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1003_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0772137312932377e-07, "index_right": 1010, "nodeid": "1408272.289683_5844183.578460", "id": "1408272.289683_5844183.578460", "name": "manhole_1003_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408272.289683149429038, 5844183.578459515236318 ] } }, -{ "type": "Feature", "properties": { "_index": 1009, "bedlevel": -10002.0, "branchid": "pipe_9_E415;pipe_9_E416", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1004_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8416244814804257e-07, "index_right": 1011, "nodeid": "1408224.313071_5844197.020859", "id": "1408224.313071_5844197.020859", "name": "manhole_1004_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408224.313070619711652, 5844197.020859055221081 ] } }, -{ "type": "Feature", "properties": { "_index": 1010, "bedlevel": -10002.0, "branchid": "pipe_9_E416;pipe_9_E417", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1005_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0611170911986594e-07, "index_right": 1012, "nodeid": "1408175.163836_5844206.203726", "id": "1408175.163836_5844206.203726", "name": "manhole_1005_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408175.16383580933325, 5844206.203725641593337 ] } }, -{ "type": "Feature", "properties": { "_index": 1011, "bedlevel": -10002.0, "branchid": "pipe_9_E417;pipe_9_E418", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1006_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0748580291817521e-07, "index_right": 1013, "nodeid": "1408125.972927_5844215.157037", "id": "1408125.972927_5844215.157037", "name": "manhole_1006_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408125.97292749164626, 5844215.157036643475294 ] } }, -{ "type": "Feature", "properties": { "_index": 1012, "bedlevel": -10002.0, "branchid": "pipe_9_E418;pipe_9_E419", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1007_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2057287826760474e-07, "index_right": 1014, "nodeid": "1408076.732192_5844223.835879", "id": "1408076.732192_5844223.835879", "name": "manhole_1007_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408076.732192198745906, 5844223.835879251360893 ] } }, -{ "type": "Feature", "properties": { "_index": 1013, "bedlevel": -10002.0, "branchid": "pipe_9_E419;pipe_9_E420", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1008_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7088500365242726e-07, "index_right": 1015, "nodeid": "1408027.280198_5844231.191515", "id": "1408027.280198_5844231.191515", "name": "manhole_1008_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1408027.280198169872165, 5844231.191514981910586 ] } }, -{ "type": "Feature", "properties": { "_index": 1014, "bedlevel": -10002.0, "branchid": "pipe_9_E420;pipe_9_E421", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1009_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.9857328322592974e-07, "index_right": 1016, "nodeid": "1407977.894925_5844238.989367", "id": "1407977.894925_5844238.989367", "name": "manhole_1009_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407977.894925138214603, 5844238.989366857334971 ] } }, -{ "type": "Feature", "properties": { "_index": 1015, "bedlevel": -10002.0, "branchid": "pipe_9_E421;pipe_9_E422", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1010_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4733096070131974e-07, "index_right": 1017, "nodeid": "1407928.564726_5844247.144350", "id": "1407928.564726_5844247.144350", "name": "manhole_1010_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407928.56472580274567, 5844247.144350285641849 ] } }, -{ "type": "Feature", "properties": { "_index": 1016, "bedlevel": -10002.0, "branchid": "pipe_9_E422;pipe_9_E423", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1011_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4306718398530406e-07, "index_right": 1018, "nodeid": "1407878.914822_5844250.686763", "id": "1407878.914822_5844250.686763", "name": "manhole_1011_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407878.914821950253099, 5844250.686762865632772 ] } }, -{ "type": "Feature", "properties": { "_index": 1017, "bedlevel": -10002.0, "branchid": "pipe_9_E423;pipe_9_E424", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1012_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2837733594181512e-07, "index_right": 1019, "nodeid": "1407835.367743_5844231.555989", "id": "1407835.367743_5844231.555989", "name": "manhole_1012_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407835.36774310702458, 5844231.555989070795476 ] } }, -{ "type": "Feature", "properties": { "_index": 1018, "bedlevel": -10002.0, "branchid": "pipe_9_E424;pipe_9_E425", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1013_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5848722797080403e-08, "index_right": 1020, "nodeid": "1407802.712889_5844193.701748", "id": "1407802.712889_5844193.701748", "name": "manhole_1013_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407802.712888974696398, 5844193.701748038642108 ] } }, -{ "type": "Feature", "properties": { "_index": 1019, "bedlevel": -10002.0, "branchid": "pipe_9_E425;pipe_9_E426", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1014_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3607327093304509e-07, "index_right": 1021, "nodeid": "1407767.268848_5844158.435726", "id": "1407767.268848_5844158.435726", "name": "manhole_1014_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407767.26884832046926, 5844158.435726101510227 ] } }, -{ "type": "Feature", "properties": { "_index": 1020, "bedlevel": -10002.0, "branchid": "pipe_9_E426;pipe_9_E427", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1015_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7132575317993926e-07, "index_right": 1022, "nodeid": "1407731.824808_5844123.169704", "id": "1407731.824808_5844123.169704", "name": "manhole_1015_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407731.824807666242123, 5844123.169704163447022 ] } }, -{ "type": "Feature", "properties": { "_index": 1021, "bedlevel": -10002.0, "branchid": "pipe_9_E427;pipe_9_E428", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1016_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2662269030043964e-07, "index_right": 1023, "nodeid": "1407696.380767_5844087.903682", "id": "1407696.380767_5844087.903682", "name": "manhole_1016_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407696.380767011782154, 5844087.903682226315141 ] } }, -{ "type": "Feature", "properties": { "_index": 1022, "bedlevel": -10002.0, "branchid": "pipe_9_E428;pipe_9_E429", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1017_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6020624408714232e-07, "index_right": 1024, "nodeid": "1407660.936726_5844052.637660", "id": "1407660.936726_5844052.637660", "name": "manhole_1017_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407660.936726357555017, 5844052.637660289183259 ] } }, -{ "type": "Feature", "properties": { "_index": 1023, "bedlevel": -10002.0, "branchid": "pipe_9_E429;pipe_9_E430", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1018_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0745229593127876e-07, "index_right": 1025, "nodeid": "1407625.831937_5844017.049036", "id": "1407625.831937_5844017.049036", "name": "manhole_1018_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407625.831936848117039, 5844017.049035621806979 ] } }, -{ "type": "Feature", "properties": { "_index": 1024, "bedlevel": -10002.0, "branchid": "pipe_9_E430;pipe_9_E431", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1019_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7059228724777711e-07, "index_right": 1026, "nodeid": "1407592.392521_5843979.876764", "id": "1407592.392521_5843979.876764", "name": "manhole_1019_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407592.392521338770166, 5843979.876763541251421 ] } }, -{ "type": "Feature", "properties": { "_index": 1025, "bedlevel": -10002.0, "branchid": "pipe_9_E431;pipe_9_E432", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1020_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6969186628667552e-07, "index_right": 1027, "nodeid": "1407555.737023_5843946.739698", "id": "1407555.737023_5843946.739698", "name": "manhole_1020_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407555.737023122375831, 5843946.739697759971023 ] } }, -{ "type": "Feature", "properties": { "_index": 1026, "bedlevel": -10002.0, "branchid": "pipe_9_E432;pipe_9_E433", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1021_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8011797111322257e-07, "index_right": 1028, "nodeid": "1407511.104062_5843924.732061", "id": "1407511.104062_5843924.732061", "name": "manhole_1021_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407511.10406162054278, 5843924.732061021029949 ] } }, -{ "type": "Feature", "properties": { "_index": 1027, "bedlevel": -10002.0, "branchid": "pipe_9_E433;pipe_9_E434", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1022_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.391343955145398e-07, "index_right": 1029, "nodeid": "1407462.690845_5843912.410886", "id": "1407462.690845_5843912.410886", "name": "manhole_1022_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407462.690844560973346, 5843912.410885996185243 ] } }, -{ "type": "Feature", "properties": { "_index": 1028, "bedlevel": -10002.0, "branchid": "pipe_9_E434;pipe_9_E435", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1023_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4072078585764667e-07, "index_right": 1030, "nodeid": "1407413.295524_5843904.660106", "id": "1407413.295524_5843904.660106", "name": "manhole_1023_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407413.295523691689596, 5843904.660105555318296 ] } }, -{ "type": "Feature", "properties": { "_index": 1029, "bedlevel": -10002.0, "branchid": "pipe_9_E435;pipe_9_E436", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1024_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4946253667416553e-07, "index_right": 1031, "nodeid": "1407364.182720_5843895.512691", "id": "1407364.182720_5843895.512691", "name": "manhole_1024_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407364.182719683740288, 5843895.512690680101514 ] } }, -{ "type": "Feature", "properties": { "_index": 1030, "bedlevel": -10002.0, "branchid": "pipe_9_E436;pipe_9_E437", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1025_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7021066647656744e-07, "index_right": 1032, "nodeid": "1407315.226778_5843886.625321", "id": "1407315.226778_5843886.625321", "name": "manhole_1025_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407315.22677815426141, 5843886.625320928171277 ] } }, -{ "type": "Feature", "properties": { "_index": 1031, "bedlevel": -10002.0, "branchid": "pipe_9_E437;pipe_9_E438", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1026_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6597934667297516e-07, "index_right": 1033, "nodeid": "1407267.436187_5843897.044806", "id": "1407267.436187_5843897.044806", "name": "manhole_1026_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407267.436187131330371, 5843897.044805898331106 ] } }, -{ "type": "Feature", "properties": { "_index": 1032, "bedlevel": -10002.0, "branchid": "pipe_9_E438;pipe_9_E439", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1027_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6061340448402619e-07, "index_right": 1034, "nodeid": "1407221.962851_5843917.655921", "id": "1407221.962851_5843917.655921", "name": "manhole_1027_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407221.962850712705404, 5843917.655920782126486 ] } }, -{ "type": "Feature", "properties": { "_index": 1033, "bedlevel": -10002.0, "branchid": "pipe_9_E439;pipe_9_E440", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1028_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9022057213955802e-07, "index_right": 1035, "nodeid": "1407178.900356_5843943.061096", "id": "1407178.900356_5843943.061096", "name": "manhole_1028_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407178.900355712743476, 5843943.061096040531993 ] } }, -{ "type": "Feature", "properties": { "_index": 1034, "bedlevel": -10002.0, "branchid": "pipe_9_E440;pipe_9_E441", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1029_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0574038235083156e-07, "index_right": 1036, "nodeid": "1407146.979173_5843980.897379", "id": "1407146.979173_5843980.897379", "name": "manhole_1029_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407146.979173292405903, 5843980.897378718480468 ] } }, -{ "type": "Feature", "properties": { "_index": 1035, "bedlevel": -10002.0, "branchid": "pipe_9_E441;pipe_9_E442", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1030_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7673118860404044e-07, "index_right": 1037, "nodeid": "1407134.580526_5844027.953576", "id": "1407134.580526_5844027.953576", "name": "manhole_1030_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407134.580526151228696, 5844027.953575909137726 ] } }, -{ "type": "Feature", "properties": { "_index": 1036, "bedlevel": -10002.0, "branchid": "pipe_9_E442;pipe_9_E443", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1031_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2100165035538271e-07, "index_right": 1038, "nodeid": "1407144.107298_5844076.264520", "id": "1407144.107298_5844076.264520", "name": "manhole_1031_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407144.10729802865535, 5844076.264520419761539 ] } }, -{ "type": "Feature", "properties": { "_index": 1037, "bedlevel": -10002.0, "branchid": "pipe_9_E443;pipe_9_E444", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1032_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6620026936232544e-07, "index_right": 1039, "nodeid": "1407154.651515_5844122.521144", "id": "1407154.651515_5844122.521144", "name": "manhole_1032_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407154.651514663128182, 5844122.521144322119653 ] } }, -{ "type": "Feature", "properties": { "_index": 1038, "bedlevel": -10002.0, "branchid": "pipe_9_E444;pipe_9_E445", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1033_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.346974929248064e-07, "index_right": 1040, "nodeid": "1407114.095589_5844149.335240", "id": "1407114.095589_5844149.335240", "name": "manhole_1033_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407114.095589024713263, 5844149.335239565931261 ] } }, -{ "type": "Feature", "properties": { "_index": 1039, "bedlevel": -10002.0, "branchid": "pipe_9_E445;pipe_9_E446", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1034_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5492463827857918e-07, "index_right": 1041, "nodeid": "1407067.846808_5844139.437558", "id": "1407067.846808_5844139.437558", "name": "manhole_1034_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407067.846808199770749, 5844139.43755829334259 ] } }, -{ "type": "Feature", "properties": { "_index": 1040, "bedlevel": -10002.0, "branchid": "pipe_9_E446;pipe_9_E447", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1035_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1766116403965842e-07, "index_right": 1042, "nodeid": "1407022.951228_5844117.516420", "id": "1407022.951228_5844117.516420", "name": "manhole_1035_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1407022.951227898942307, 5844117.516419807448983 ] } }, -{ "type": "Feature", "properties": { "_index": 1041, "bedlevel": -10002.0, "branchid": "pipe_9_E447;pipe_9_E448", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1036_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1967783035817374e-07, "index_right": 1043, "nodeid": "1406979.409289_5844093.023118", "id": "1406979.409289_5844093.023118", "name": "manhole_1036_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406979.409289192641154, 5844093.023117744363844 ] } }, -{ "type": "Feature", "properties": { "_index": 1042, "bedlevel": -10002.0, "branchid": "pipe_9_E448;pipe_9_E449", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1037_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1559641939844448e-07, "index_right": 1044, "nodeid": "1406934.387873_5844071.293888", "id": "1406934.387873_5844071.293888", "name": "manhole_1037_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406934.38787308614701, 5844071.29388830345124 ] } }, -{ "type": "Feature", "properties": { "_index": 1043, "bedlevel": -10002.0, "branchid": "pipe_9_E449;pipe_9_E450", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1038_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4481555633379918e-07, "index_right": 1045, "nodeid": "1406890.240736_5844047.820443", "id": "1406890.240736_5844047.820443", "name": "manhole_1038_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406890.240736061707139, 5844047.820443440228701 ] } }, -{ "type": "Feature", "properties": { "_index": 1044, "bedlevel": -10002.0, "branchid": "pipe_9_E450;pipe_9_E451", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1039_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9591380335370135e-07, "index_right": 1046, "nodeid": "1406846.167953_5844024.208378", "id": "1406846.167953_5844024.208378", "name": "manhole_1039_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406846.167952566640452, 5844024.20837824139744 ] } }, -{ "type": "Feature", "properties": { "_index": 1045, "bedlevel": -10002.0, "branchid": "pipe_9_E451;pipe_9_E452", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1040_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0695945967063631e-07, "index_right": 1047, "nodeid": "1406807.959655_5843992.427293", "id": "1406807.959655_5843992.427293", "name": "manhole_1040_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406807.959655366372317, 5843992.42729317676276 ] } }, -{ "type": "Feature", "properties": { "_index": 1046, "bedlevel": -10002.0, "branchid": "pipe_9_E452;pipe_9_E453", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1041_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.233097140792744e-07, "index_right": 1048, "nodeid": "1406764.887127_5843967.473804", "id": "1406764.887127_5843967.473804", "name": "manhole_1041_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406764.887127094902098, 5843967.473804201930761 ] } }, -{ "type": "Feature", "properties": { "_index": 1047, "bedlevel": -10002.0, "branchid": "pipe_9_E453;pipe_9_E454", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1042_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7311828018544511e-07, "index_right": 1049, "nodeid": "1406715.408207_5843963.511254", "id": "1406715.408207_5843963.511254", "name": "manhole_1042_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406715.408207207452506, 5843963.511253689415753 ] } }, -{ "type": "Feature", "properties": { "_index": 1048, "bedlevel": -10002.0, "branchid": "pipe_9_E454;pipe_9_E455", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1043_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6443965229116266e-07, "index_right": 1050, "nodeid": "1406665.784101_5843969.336837", "id": "1406665.784101_5843969.336837", "name": "manhole_1043_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406665.784100797958672, 5843969.336836582049727 ] } }, -{ "type": "Feature", "properties": { "_index": 1049, "bedlevel": -10002.0, "branchid": "pipe_9_E455;pipe_9_E456", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1044_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.085874578340075e-07, "index_right": 1051, "nodeid": "1406616.219759_5843975.902283", "id": "1406616.219759_5843975.902283", "name": "manhole_1044_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406616.219758755760267, 5843975.902282553724945 ] } }, -{ "type": "Feature", "properties": { "_index": 1050, "bedlevel": -10002.0, "branchid": "pipe_9_E456;pipe_9_E457", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1045_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5143462289235445e-07, "index_right": 1052, "nodeid": "1406566.770548_5843983.301461", "id": "1406566.770548_5843983.301461", "name": "manhole_1045_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406566.770547651918605, 5843983.301461048424244 ] } }, -{ "type": "Feature", "properties": { "_index": 1051, "bedlevel": -10002.0, "branchid": "pipe_9_E457;pipe_9_E458", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1046_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.4241700272696458e-07, "index_right": 1053, "nodeid": "1406517.321337_5843990.700640", "id": "1406517.321337_5843990.700640", "name": "manhole_1046_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406517.321336547844112, 5843990.700639544054866 ] } }, -{ "type": "Feature", "properties": { "_index": 1052, "bedlevel": -10002.0, "branchid": "pipe_9_E458;pipe_9_E459", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1047_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4581037355797636e-07, "index_right": 1054, "nodeid": "1406467.872125_5843998.099818", "id": "1406467.872125_5843998.099818", "name": "manhole_1047_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406467.87212544400245, 5843998.099818039685488 ] } }, -{ "type": "Feature", "properties": { "_index": 1053, "bedlevel": -10002.0, "branchid": "pipe_9_E459;pipe_9_E460", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1048_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0104988819031504e-07, "index_right": 1055, "nodeid": "1406418.105671_5844001.475919", "id": "1406418.105671_5844001.475919", "name": "manhole_1048_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406418.105671318247914, 5844001.475918755866587 ] } }, -{ "type": "Feature", "properties": { "_index": 1054, "bedlevel": -10002.0, "branchid": "pipe_9_E460;pipe_9_E461", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1049_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.9990487076191944e-07, "index_right": 1056, "nodeid": "1406368.107909_5844001.918711", "id": "1406368.107909_5844001.918711", "name": "manhole_1049_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406368.107908806297928, 5844001.918711049482226 ] } }, -{ "type": "Feature", "properties": { "_index": 1055, "bedlevel": -10002.0, "branchid": "pipe_9_E461;pipe_9_E462", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1050_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5260270953621103e-07, "index_right": 1057, "nodeid": "1406318.110146_5844002.361503", "id": "1406318.110146_5844002.361503", "name": "manhole_1050_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406318.110146294580773, 5844002.361503344029188 ] } }, -{ "type": "Feature", "properties": { "_index": 1056, "bedlevel": -10002.0, "branchid": "pipe_9_E462;pipe_9_E463", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1051_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.976381104915709e-07, "index_right": 1058, "nodeid": "1406268.249020_5844004.993171", "id": "1406268.249020_5844004.993171", "name": "manhole_1051_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406268.249019802780822, 5844004.993170986883342 ] } }, -{ "type": "Feature", "properties": { "_index": 1057, "bedlevel": -10002.0, "branchid": "pipe_9_E463;pipe_9_E464", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1052_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5775547830849676e-07, "index_right": 1059, "nodeid": "1406218.701010_5844011.339627", "id": "1406218.701010_5844011.339627", "name": "manhole_1052_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406218.701009821612388, 5844011.339626689441502 ] } }, -{ "type": "Feature", "properties": { "_index": 1058, "bedlevel": -10002.0, "branchid": "pipe_9_E464;pipe_9_E465", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1053_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3482977737080579e-07, "index_right": 1060, "nodeid": "1406170.780284_5844025.607647", "id": "1406170.780284_5844025.607647", "name": "manhole_1053_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406170.780284357722849, 5844025.607646602205932 ] } }, -{ "type": "Feature", "properties": { "_index": 1059, "bedlevel": -10002.0, "branchid": "pipe_9_E465;pipe_9_E466", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1054_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9765843988633753e-07, "index_right": 1061, "nodeid": "1406122.859559_5844039.875667", "id": "1406122.859559_5844039.875667", "name": "manhole_1054_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406122.859558893600479, 5844039.87566651403904 ] } }, -{ "type": "Feature", "properties": { "_index": 1060, "bedlevel": -10002.0, "branchid": "pipe_9_E466;pipe_9_E467", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1055_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.2678995248018769e-07, "index_right": 1062, "nodeid": "1406074.915273_5844054.063552", "id": "1406074.915273_5844054.063552", "name": "manhole_1055_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406074.915272614918649, 5844054.063551505096257 ] } }, -{ "type": "Feature", "properties": { "_index": 1061, "bedlevel": -10002.0, "branchid": "pipe_9_E467;pipe_9_E468", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1056_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1127145843726937e-07, "index_right": 1063, "nodeid": "1406026.897860_5844068.002719", "id": "1406026.897860_5844068.002719", "name": "manhole_1056_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1406026.897859736345708, 5844068.002718684263527 ] } }, -{ "type": "Feature", "properties": { "_index": 1062, "bedlevel": -10002.0, "branchid": "pipe_9_E468;pipe_9_E469", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1057_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.9504006080107756e-07, "index_right": 1064, "nodeid": "1405978.700394_5844081.286367", "id": "1405978.700394_5844081.286367", "name": "manhole_1057_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405978.700393512845039, 5844081.28636734187603 ] } }, -{ "type": "Feature", "properties": { "_index": 1063, "bedlevel": -10002.0, "branchid": "pipe_9_E469;pipe_9_E470", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1058_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.1135013848436441e-07, "index_right": 1065, "nodeid": "1405930.299837_5844093.830629", "id": "1405930.299837_5844093.830629", "name": "manhole_1058_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405930.299837397178635, 5844093.830628535710275 ] } }, -{ "type": "Feature", "properties": { "_index": 1064, "bedlevel": -10002.0, "branchid": "pipe_9_E470;pipe_9_E471", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1059_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2988355670744591e-07, "index_right": 1066, "nodeid": "1405881.893572_5844106.352839", "id": "1405881.893572_5844106.352839", "name": "manhole_1059_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405881.893571972846985, 5844106.352838670834899 ] } }, -{ "type": "Feature", "properties": { "_index": 1065, "bedlevel": -10002.0, "branchid": "pipe_9_E471;pipe_9_E472", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1060_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4135411448195572e-07, "index_right": 1067, "nodeid": "1405833.487321_5844118.875108", "id": "1405833.487321_5844118.875108", "name": "manhole_1060_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405833.487321440363303, 5844118.875108030624688 ] } }, -{ "type": "Feature", "properties": { "_index": 1066, "bedlevel": -10002.0, "branchid": "pipe_9_E472;pipe_9_E473", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1061_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4914093309839792e-07, "index_right": 1068, "nodeid": "1405785.351777_5844132.393100", "id": "1405785.351777_5844132.393100", "name": "manhole_1061_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405785.351776552619413, 5844132.393099959008396 ] } }, -{ "type": "Feature", "properties": { "_index": 1067, "bedlevel": -10002.0, "branchid": "pipe_9_E473;pipe_9_E474", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1062_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.778611808397281e-07, "index_right": 1069, "nodeid": "1405737.268506_5844146.103367", "id": "1405737.268506_5844146.103367", "name": "manhole_1062_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405737.268505977466702, 5844146.103366622701287 ] } }, -{ "type": "Feature", "properties": { "_index": 1068, "bedlevel": -10002.0, "branchid": "pipe_9_E474;pipe_9_E475", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1063_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9392775279142081e-07, "index_right": 1070, "nodeid": "1405689.185235_5844159.813633", "id": "1405689.185235_5844159.813633", "name": "manhole_1063_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405689.185235402081162, 5844159.813633286394179 ] } }, -{ "type": "Feature", "properties": { "_index": 1069, "bedlevel": -10002.0, "branchid": "pipe_9_E475;pipe_9_E476", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1064_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1917224098966888e-07, "index_right": 1071, "nodeid": "1405641.100828_5844173.519914", "id": "1405641.100828_5844173.519914", "name": "manhole_1064_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405641.100828445749357, 5844173.519913733936846 ] } }, -{ "type": "Feature", "properties": { "_index": 1070, "bedlevel": -10002.0, "branchid": "pipe_9_E476;pipe_9_E477", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1065_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6320221455668477e-07, "index_right": 1072, "nodeid": "1405592.988437_5844187.127420", "id": "1405592.988437_5844187.127420", "name": "manhole_1065_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405592.988437034189701, 5844187.127420461736619 ] } }, -{ "type": "Feature", "properties": { "_index": 1071, "bedlevel": -10002.0, "branchid": "pipe_9_E477;pipe_9_E478", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1066_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3984518733960825e-07, "index_right": 1073, "nodeid": "1405544.860257_5844200.679197", "id": "1405544.860257_5844200.679197", "name": "manhole_1066_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405544.860257432796061, 5844200.679197078570724 ] } }, -{ "type": "Feature", "properties": { "_index": 1072, "bedlevel": -10002.0, "branchid": "pipe_9_E478;pipe_9_E479", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1067_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3901766024672831e-07, "index_right": 1074, "nodeid": "1405496.725158_5844214.205752", "id": "1405496.725158_5844214.205752", "name": "manhole_1067_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405496.725157751934603, 5844214.205752362497151 ] } }, -{ "type": "Feature", "properties": { "_index": 1073, "bedlevel": -10002.0, "branchid": "pipe_9_E479;pipe_9_E480", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1068_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.8740089994551811e-07, "index_right": 1075, "nodeid": "1405448.420071_5844227.112762", "id": "1405448.420071_5844227.112762", "name": "manhole_1068_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405448.420070851687342, 5844227.112762114964426 ] } }, -{ "type": "Feature", "properties": { "_index": 1074, "bedlevel": -10002.0, "branchid": "pipe_9_E480;pipe_9_E481", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1069_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0737253798643087e-07, "index_right": 1076, "nodeid": "1405400.117152_5844240.027883", "id": "1405400.117152_5844240.027883", "name": "manhole_1069_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405400.11715223477222, 5844240.027883449569345 ] } }, -{ "type": "Feature", "properties": { "_index": 1075, "bedlevel": -10002.0, "branchid": "pipe_9_E481;pipe_9_E482", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1070_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.142807180994497e-07, "index_right": 1077, "nodeid": "1405351.085651_5844249.449565", "id": "1405351.085651_5844249.449565", "name": "manhole_1070_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405351.085651067551225, 5844249.449565092101693 ] } }, -{ "type": "Feature", "properties": { "_index": 1076, "bedlevel": -10002.0, "branchid": "pipe_9_E482;pipe_9_E483", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1071_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2705476764823584e-07, "index_right": 1078, "nodeid": "1405301.556953_5844250.838490", "id": "1405301.556953_5844250.838490", "name": "manhole_1071_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405301.556952837156132, 5844250.838489841669798 ] } }, -{ "type": "Feature", "properties": { "_index": 1077, "bedlevel": -10002.0, "branchid": "pipe_9_E483;pipe_9_E484", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1072_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1907968029463334e-07, "index_right": 1079, "nodeid": "1405252.481197_5844242.308501", "id": "1405252.481197_5844242.308501", "name": "manhole_1072_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405252.481197290821001, 5844242.308501130901277 ] } }, -{ "type": "Feature", "properties": { "_index": 1078, "bedlevel": -10002.0, "branchid": "pipe_9_E484;pipe_9_E485", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1073_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4325965042830498e-07, "index_right": 1080, "nodeid": "1405202.622651_5844243.177618", "id": "1405202.622651_5844243.177618", "name": "manhole_1073_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405202.622651248704642, 5844243.177618366666138 ] } }, -{ "type": "Feature", "properties": { "_index": 1079, "bedlevel": -10002.0, "branchid": "pipe_9_E485;pipe_9_E486", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1074_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.0945739763461601e-07, "index_right": 1081, "nodeid": "1405154.109482_5844254.030215", "id": "1405154.109482_5844254.030215", "name": "manhole_1074_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405154.109481977531686, 5844254.030214892700315 ] } }, -{ "type": "Feature", "properties": { "_index": 1080, "bedlevel": -10002.0, "branchid": "pipe_9_E486;pipe_9_E487", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1075_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6949370051467182e-07, "index_right": 1082, "nodeid": "1405107.277820_5844271.545001", "id": "1405107.277820_5844271.545001", "name": "manhole_1075_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405107.277819796698168, 5844271.545001177117229 ] } }, -{ "type": "Feature", "properties": { "_index": 1081, "bedlevel": -10002.0, "branchid": "pipe_9_E487;pipe_9_E488", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1076_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1713174223828651e-07, "index_right": 1083, "nodeid": "1405061.526620_5844291.649599", "id": "1405061.526620_5844291.649599", "name": "manhole_1076_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405061.526619625743479, 5844291.649599184282124 ] } }, -{ "type": "Feature", "properties": { "_index": 1082, "bedlevel": -10002.0, "branchid": "pipe_9_E488;pipe_9_E489", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1077_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1611154467317305e-07, "index_right": 1084, "nodeid": "1405017.436907_5844314.963759", "id": "1405017.436907_5844314.963759", "name": "manhole_1077_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1405017.436906727962196, 5844314.963759439066052 ] } }, -{ "type": "Feature", "properties": { "_index": 1083, "bedlevel": -10002.0, "branchid": "pipe_9_E489;pipe_9_E490", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1078_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8325309533461931e-07, "index_right": 1085, "nodeid": "1404976.064426_5844342.794250", "id": "1404976.064426_5844342.794250", "name": "manhole_1078_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404976.064425730612129, 5844342.794249912723899 ] } }, -{ "type": "Feature", "properties": { "_index": 1084, "bedlevel": -10002.0, "branchid": "pipe_9_E490;pipe_9_E491", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1079_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1166661858725297e-07, "index_right": 1086, "nodeid": "1404950.113635_5844385.532158", "id": "1404950.113635_5844385.532158", "name": "manhole_1079_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404950.113635204732418, 5844385.532158054411411 ] } }, -{ "type": "Feature", "properties": { "_index": 1085, "bedlevel": -10002.0, "branchid": "pipe_9_E491;pipe_9_E492", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1080_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.462101698560117e-07, "index_right": 1087, "nodeid": "1404924.274631_5844428.335384", "id": "1404924.274631_5844428.335384", "name": "manhole_1080_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404924.274631335167214, 5844428.335384431295097 ] } }, -{ "type": "Feature", "properties": { "_index": 1086, "bedlevel": -10002.0, "branchid": "pipe_9_E492;pipe_9_E493", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1081_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0414802657274728e-07, "index_right": 1088, "nodeid": "1404899.782797_5844471.925778", "id": "1404899.782797_5844471.925778", "name": "manhole_1081_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404899.78279691725038, 5844471.92577750235796 ] } }, -{ "type": "Feature", "properties": { "_index": 1087, "bedlevel": -10002.0, "branchid": "pipe_9_E493;pipe_9_E494", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1082_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7444411259426465e-07, "index_right": 1089, "nodeid": "1404863.917648_5844506.569558", "id": "1404863.917648_5844506.569558", "name": "manhole_1082_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404863.917647653492168, 5844506.569558458402753 ] } }, -{ "type": "Feature", "properties": { "_index": 1088, "bedlevel": -10002.0, "branchid": "pipe_9_E494;pipe_9_E495", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1083_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4885163689735625e-07, "index_right": 1090, "nodeid": "1404826.973235_5844540.258579", "id": "1404826.973235_5844540.258579", "name": "manhole_1083_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404826.973234984790906, 5844540.258578851819038 ] } }, -{ "type": "Feature", "properties": { "_index": 1089, "bedlevel": -10002.0, "branchid": "pipe_9_E495;pipe_9_E496", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1084_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 7.6572614875042682e-08, "index_right": 1091, "nodeid": "1404789.532955_5844573.382153", "id": "1404789.532955_5844573.382153", "name": "manhole_1084_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404789.532954923575744, 5844573.382152994163334 ] } }, -{ "type": "Feature", "properties": { "_index": 1090, "bedlevel": -10002.0, "branchid": "pipe_9_E496;pipe_9_E497", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1085_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.8270085750990428e-07, "index_right": 1092, "nodeid": "1404748.450509_5844601.625973", "id": "1404748.450509_5844601.625973", "name": "manhole_1085_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404748.450508834561333, 5844601.625973077490926 ] } }, -{ "type": "Feature", "properties": { "_index": 1091, "bedlevel": -10002.0, "branchid": "pipe_9_E497;pipe_9_E498", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1086_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.049642467421007e-07, "index_right": 1093, "nodeid": "1404704.926766_5844626.117943", "id": "1404704.926766_5844626.117943", "name": "manhole_1086_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404704.926765928510576, 5844626.117943398654461 ] } }, -{ "type": "Feature", "properties": { "_index": 1092, "bedlevel": -10002.0, "branchid": "pipe_9_E498;pipe_9_E499", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1087_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1642986515596303e-07, "index_right": 1094, "nodeid": "1404658.576847_5844644.857889", "id": "1404658.576847_5844644.857889", "name": "manhole_1087_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404658.576846959767863, 5844644.857888686470687 ] } }, -{ "type": "Feature", "properties": { "_index": 1093, "bedlevel": -10002.0, "branchid": "pipe_9_E499;pipe_9_E500", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1088_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.9261512191628308e-07, "index_right": 1095, "nodeid": "1404613.218063_5844665.894833", "id": "1404613.218063_5844665.894833", "name": "manhole_1088_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404613.218062944244593, 5844665.89483318477869 ] } }, -{ "type": "Feature", "properties": { "_index": 1094, "bedlevel": -10002.0, "branchid": "pipe_9_E500;pipe_9_E501", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1089_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5571290109741634e-07, "index_right": 1096, "nodeid": "1404565.645669_5844681.242844", "id": "1404565.645669_5844681.242844", "name": "manhole_1089_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404565.645669267512858, 5844681.242843513377011 ] } }, -{ "type": "Feature", "properties": { "_index": 1095, "bedlevel": -10002.0, "branchid": "pipe_9_E501;pipe_9_E502", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1090_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.5130821746049938e-07, "index_right": 1097, "nodeid": "1404520.108675_5844701.613490", "id": "1404520.108675_5844701.613490", "name": "manhole_1090_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404520.108674529008567, 5844701.613489550538361 ] } }, -{ "type": "Feature", "properties": { "_index": 1096, "bedlevel": -10002.0, "branchid": "pipe_9_E502;pipe_9_E503", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1091_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9859610044796472e-07, "index_right": 1098, "nodeid": "1404486.729678_5844737.375863", "id": "1404486.729678_5844737.375863", "name": "manhole_1091_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404486.729678489733487, 5844737.375863093882799 ] } }, -{ "type": "Feature", "properties": { "_index": 1097, "bedlevel": -10002.0, "branchid": "pipe_9_E503;pipe_9_E504", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1092_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2493463237260891e-07, "index_right": 1099, "nodeid": "1404448.708536_5844767.814945", "id": "1404448.708536_5844767.814945", "name": "manhole_1092_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404448.70853609428741, 5844767.814944918267429 ] } }, -{ "type": "Feature", "properties": { "_index": 1098, "bedlevel": -10002.0, "branchid": "pipe_9_E504;pipe_9_E505", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1093_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1040930158272064e-07, "index_right": 1100, "nodeid": "1404400.518875_5844779.994651", "id": "1404400.518875_5844779.994651", "name": "manhole_1093_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404400.518875127192587, 5844779.994650609791279 ] } }, -{ "type": "Feature", "properties": { "_index": 1099, "bedlevel": -10002.0, "branchid": "pipe_9_E505;pipe_9_E506", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1094_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9550234034698152e-07, "index_right": 1101, "nodeid": "1404352.891964_5844794.794049", "id": "1404352.891964_5844794.794049", "name": "manhole_1094_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404352.891964494949207, 5844794.794049022719264 ] } }, -{ "type": "Feature", "properties": { "_index": 1100, "bedlevel": -10002.0, "branchid": "pipe_9_E506;pipe_9_E507", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1095_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6930969624788099e-07, "index_right": 1102, "nodeid": "1404310.570917_5844821.310136", "id": "1404310.570917_5844821.310136", "name": "manhole_1095_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404310.570917228003964, 5844821.310135709121823 ] } }, -{ "type": "Feature", "properties": { "_index": 1101, "bedlevel": -10002.0, "branchid": "pipe_9_E507;pipe_9_E508", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1096_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4241409414065748e-07, "index_right": 1103, "nodeid": "1404272.945567_5844854.194788", "id": "1404272.945567_5844854.194788", "name": "manhole_1096_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404272.945566806010902, 5844854.194787717424333 ] } }, -{ "type": "Feature", "properties": { "_index": 1102, "bedlevel": -10002.0, "branchid": "pipe_9_E508;pipe_9_E509", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1097_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4602532271040792e-07, "index_right": 1104, "nodeid": "1404247.766038_5844897.158316", "id": "1404247.766038_5844897.158316", "name": "manhole_1097_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404247.766038052737713, 5844897.158316240645945 ] } }, -{ "type": "Feature", "properties": { "_index": 1103, "bedlevel": -10002.0, "branchid": "pipe_9_E509;pipe_9_E510", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1098_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0358436899092217e-07, "index_right": 1105, "nodeid": "1404214.443695_5844934.271512", "id": "1404214.443695_5844934.271512", "name": "manhole_1098_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404214.443695294670761, 5844934.27151227556169 ] } }, -{ "type": "Feature", "properties": { "_index": 1104, "bedlevel": -10002.0, "branchid": "pipe_9_E510;pipe_9_E511", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1099_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3504157690459456e-07, "index_right": 1106, "nodeid": "1404171.303748_5844957.772232", "id": "1404171.303748_5844957.772232", "name": "manhole_1099_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404171.303747603669763, 5844957.772232359275222 ] } }, -{ "type": "Feature", "properties": { "_index": 1105, "bedlevel": -10002.0, "branchid": "pipe_9_E511;pipe_9_E512", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1100_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.3899189900931533e-07, "index_right": 1107, "nodeid": "1404130.180419_5844932.629612", "id": "1404130.180419_5844932.629612", "name": "manhole_1100_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404130.18041910068132, 5844932.629612095654011 ] } }, -{ "type": "Feature", "properties": { "_index": 1106, "bedlevel": -10002.0, "branchid": "pipe_9_E512;pipe_9_E513", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1101_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8387031071586769e-07, "index_right": 1108, "nodeid": "1404089.243787_5844903.958584", "id": "1404089.243787_5844903.958584", "name": "manhole_1101_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404089.243787070503458, 5844903.958583521656692 ] } }, -{ "type": "Feature", "properties": { "_index": 1107, "bedlevel": -10002.0, "branchid": "pipe_9_E513;pipe_9_E514", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1102_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2897900879726068e-07, "index_right": 1109, "nodeid": "1404045.814829_5844920.094711", "id": "1404045.814829_5844920.094711", "name": "manhole_1102_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404045.814829126931727, 5844920.094711409881711 ] } }, -{ "type": "Feature", "properties": { "_index": 1108, "bedlevel": -10002.0, "branchid": "pipe_9_E514;pipe_9_E515", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1103_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9893456865336806e-07, "index_right": 1110, "nodeid": "1404011.278428_5844956.188560", "id": "1404011.278428_5844956.188560", "name": "manhole_1103_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1404011.278427720768377, 5844956.188560284674168 ] } }, -{ "type": "Feature", "properties": { "_index": 1109, "bedlevel": -10002.0, "branchid": "pipe_9_E515;pipe_9_E516", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1104_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.412739627242883e-07, "index_right": 1111, "nodeid": "1403993.143450_5845001.329480", "id": "1403993.143450_5845001.329480", "name": "manhole_1104_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403993.143450383795425, 5845001.329480217769742 ] } }, -{ "type": "Feature", "properties": { "_index": 1110, "bedlevel": -10002.0, "branchid": "pipe_9_E516;pipe_9_E517", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1105_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1296457349409447e-07, "index_right": 1112, "nodeid": "1403990.098264_5845051.082174", "id": "1403990.098264_5845051.082174", "name": "manhole_1105_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403990.098264228086919, 5845051.082173786126077 ] } }, -{ "type": "Feature", "properties": { "_index": 1111, "bedlevel": -10002.0, "branchid": "pipe_9_E517;pipe_9_E518", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1106_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4139538235367479e-07, "index_right": 1113, "nodeid": "1403966.432541_5845092.428123", "id": "1403966.432541_5845092.428123", "name": "manhole_1106_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403966.432540950831026, 5845092.428123438730836 ] } }, -{ "type": "Feature", "properties": { "_index": 1112, "bedlevel": -10002.0, "branchid": "pipe_9_E518;pipe_9_E519", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1107_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.3081178006983153e-07, "index_right": 1114, "nodeid": "1403918.073963_5845104.969397", "id": "1403918.073963_5845104.969397", "name": "manhole_1107_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403918.073962561553344, 5845104.96939654648304 ] } }, -{ "type": "Feature", "properties": { "_index": 1113, "bedlevel": -10002.0, "branchid": "pipe_9_E519;pipe_9_E520", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1108_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3980673223364088e-07, "index_right": 1115, "nodeid": "1403869.121263_5845112.809951", "id": "1403869.121263_5845112.809951", "name": "manhole_1108_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403869.121263177599758, 5845112.809951402246952 ] } }, -{ "type": "Feature", "properties": { "_index": 1114, "bedlevel": -10002.0, "branchid": "pipe_9_E520;pipe_9_E521", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1109_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.6303827208058446e-07, "index_right": 1116, "nodeid": "1403827.285855_5845138.893058", "id": "1403827.285855_5845138.893058", "name": "manhole_1109_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403827.285855354042724, 5845138.893058437854052 ] } }, -{ "type": "Feature", "properties": { "_index": 1115, "bedlevel": -10002.0, "branchid": "pipe_9_E521;pipe_9_E522", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1110_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9670664158566368e-07, "index_right": 1117, "nodeid": "1403791.303813_5845173.609984", "id": "1403791.303813_5845173.609984", "name": "manhole_1110_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403791.303812843980268, 5845173.609984252601862 ] } }, -{ "type": "Feature", "properties": { "_index": 1116, "bedlevel": -10002.0, "branchid": "pipe_9_E522;pipe_9_E523", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1111_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.965364997611458e-07, "index_right": 1118, "nodeid": "1403747.149836_5845196.152310", "id": "1403747.149836_5845196.152310", "name": "manhole_1111_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403747.149836495751515, 5845196.152310028672218 ] } }, -{ "type": "Feature", "properties": { "_index": 1117, "bedlevel": -10002.0, "branchid": "pipe_9_E523;pipe_9_E524", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1112_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6136786058671096e-07, "index_right": 1119, "nodeid": "1403700.303273_5845213.496981", "id": "1403700.303273_5845213.496981", "name": "manhole_1112_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403700.303273354424164, 5845213.496981070376933 ] } }, -{ "type": "Feature", "properties": { "_index": 1118, "bedlevel": -10002.0, "branchid": "pipe_9_E524;pipe_9_E525", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1113_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8726007818422951e-07, "index_right": 1120, "nodeid": "1403652.298314_5845227.422185", "id": "1403652.298314_5845227.422185", "name": "manhole_1113_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403652.298313740873709, 5845227.422185287810862 ] } }, -{ "type": "Feature", "properties": { "_index": 1119, "bedlevel": -10002.0, "branchid": "pipe_9_E525;pipe_9_E526", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1114_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8643152817424678e-07, "index_right": 1121, "nodeid": "1403602.852303_5845233.800747", "id": "1403602.852303_5845233.800747", "name": "manhole_1114_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403602.852302883053198, 5845233.800747471861541 ] } }, -{ "type": "Feature", "properties": { "_index": 1120, "bedlevel": -10002.0, "branchid": "pipe_9_E526;pipe_9_E527", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1115_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8949314336962135e-07, "index_right": 1122, "nodeid": "1403553.107588_5845236.847086", "id": "1403553.107588_5845236.847086", "name": "manhole_1115_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403553.107588240411133, 5845236.847085839137435 ] } }, -{ "type": "Feature", "properties": { "_index": 1121, "bedlevel": -10002.0, "branchid": "pipe_9_E527;pipe_9_E528", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1116_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0303639492276213e-07, "index_right": 1123, "nodeid": "1403505.322619_5845250.859154", "id": "1403505.322619_5845250.859154", "name": "manhole_1116_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403505.322618734557182, 5845250.859153853729367 ] } }, -{ "type": "Feature", "properties": { "_index": 1122, "bedlevel": -10002.0, "branchid": "pipe_9_E528;pipe_9_E529", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1117_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5504097195087527e-07, "index_right": 1124, "nodeid": "1403458.701412_5845268.876849", "id": "1403458.701412_5845268.876849", "name": "manhole_1117_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403458.701412084978074, 5845268.876848553307354 ] } }, -{ "type": "Feature", "properties": { "_index": 1123, "bedlevel": -10002.0, "branchid": "pipe_9_E529;pipe_9_E530", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1118_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5222136762665948e-07, "index_right": 1125, "nodeid": "1403411.171324_5845284.396611", "id": "1403411.171324_5845284.396611", "name": "manhole_1118_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403411.171323672635481, 5845284.39661068841815 ] } }, -{ "type": "Feature", "properties": { "_index": 1124, "bedlevel": -10002.0, "branchid": "pipe_9_E530;pipe_9_E531", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1119_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7722739911834864e-07, "index_right": 1126, "nodeid": "1403365.266898_5845304.011940", "id": "1403365.266898_5845304.011940", "name": "manhole_1119_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403365.266898398986086, 5845304.011939737945795 ] } }, -{ "type": "Feature", "properties": { "_index": 1125, "bedlevel": -10002.0, "branchid": "pipe_9_E531;pipe_9_E532", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1120_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6506569833556596e-07, "index_right": 1127, "nodeid": "1403320.592383_5845326.456033", "id": "1403320.592383_5845326.456033", "name": "manhole_1120_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403320.592382971895859, 5845326.456032736226916 ] } }, -{ "type": "Feature", "properties": { "_index": 1126, "bedlevel": -10002.0, "branchid": "pipe_9_E532;pipe_9_E533", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1121_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1987134429407477e-07, "index_right": 1128, "nodeid": "1403274.095522_5845344.807401", "id": "1403274.095522_5845344.807401", "name": "manhole_1121_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403274.095522316172719, 5845344.807401048019528 ] } }, -{ "type": "Feature", "properties": { "_index": 1127, "bedlevel": -10002.0, "branchid": "pipe_9_E533;pipe_9_E534", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1122_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6916223971560803e-07, "index_right": 1129, "nodeid": "1403227.493142_5845362.923430", "id": "1403227.493142_5845362.923430", "name": "manhole_1122_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403227.493142226710916, 5845362.92342958971858 ] } }, -{ "type": "Feature", "properties": { "_index": 1128, "bedlevel": -10002.0, "branchid": "pipe_9_E534;pipe_9_E535", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1123_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0018612187271355e-07, "index_right": 1130, "nodeid": "1403182.360030_5845384.249526", "id": "1403182.360030_5845384.249526", "name": "manhole_1123_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403182.36003006156534, 5845384.249526496045291 ] } }, -{ "type": "Feature", "properties": { "_index": 1129, "bedlevel": -10002.0, "branchid": "pipe_9_E535;pipe_9_E536", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1124_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5376440541246635e-07, "index_right": 1131, "nodeid": "1403140.932550_5845411.807533", "id": "1403140.932550_5845411.807533", "name": "manhole_1124_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403140.932549655437469, 5845411.807532704435289 ] } }, -{ "type": "Feature", "properties": { "_index": 1130, "bedlevel": -10002.0, "branchid": "pipe_9_E536;pipe_9_E537", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1125_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6045199179688764e-07, "index_right": 1132, "nodeid": "1403103.069048_5845444.402518", "id": "1403103.069048_5845444.402518", "name": "manhole_1125_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403103.069048228906468, 5845444.40251827891916 ] } }, -{ "type": "Feature", "properties": { "_index": 1131, "bedlevel": -10002.0, "branchid": "pipe_9_E537;pipe_9_E538", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1126_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9087773557060931e-07, "index_right": 1133, "nodeid": "1403068.370523_5845480.222241", "id": "1403068.370523_5845480.222241", "name": "manhole_1126_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403068.370523461606354, 5845480.222240833565593 ] } }, -{ "type": "Feature", "properties": { "_index": 1132, "bedlevel": -10002.0, "branchid": "pipe_9_E538;pipe_9_E539", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1127_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5161906197946756e-07, "index_right": 1134, "nodeid": "1403040.537021_5845521.755023", "id": "1403040.537021_5845521.755023", "name": "manhole_1127_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403040.53702065278776, 5845521.755023055709898 ] } }, -{ "type": "Feature", "properties": { "_index": 1133, "bedlevel": -10002.0, "branchid": "pipe_9_E539;pipe_9_E540", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1128_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.763749677412139e-07, "index_right": 1135, "nodeid": "1403012.822642_5845563.158854", "id": "1403012.822642_5845563.158854", "name": "manhole_1128_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1403012.822642430430278, 5845563.158854204230011 ] } }, -{ "type": "Feature", "properties": { "_index": 1134, "bedlevel": -10002.0, "branchid": "pipe_9_E540;pipe_9_E541", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1129_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0770454057035258e-07, "index_right": 1136, "nodeid": "1402978.394103_5845599.267067", "id": "1402978.394103_5845599.267067", "name": "manhole_1129_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402978.394103405764326, 5845599.267067039385438 ] } }, -{ "type": "Feature", "properties": { "_index": 1135, "bedlevel": -10002.0, "branchid": "pipe_9_E541;pipe_9_E542", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1130_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9565091467464439e-07, "index_right": 1137, "nodeid": "1402940.883555_5845632.326575", "id": "1402940.883555_5845632.326575", "name": "manhole_1130_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402940.883555078646168, 5845632.326575284823775 ] } }, -{ "type": "Feature", "properties": { "_index": 1136, "bedlevel": -10002.0, "branchid": "pipe_9_E542;pipe_9_E543", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1131_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8773125673196463e-07, "index_right": 1138, "nodeid": "1402903.270579_5845665.269350", "id": "1402903.270579_5845665.269350", "name": "manhole_1131_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402903.27057881350629, 5845665.269350339658558 ] } }, -{ "type": "Feature", "properties": { "_index": 1137, "bedlevel": -10002.0, "branchid": "pipe_9_E543;pipe_9_E544", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1132_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9477729587672434e-07, "index_right": 1139, "nodeid": "1402865.694788_5845698.253751", "id": "1402865.694788_5845698.253751", "name": "manhole_1132_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402865.694787828018889, 5845698.253750761039555 ] } }, -{ "type": "Feature", "properties": { "_index": 1138, "bedlevel": -10002.0, "branchid": "pipe_9_E544;pipe_9_E545", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1133_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.2317381658171736e-07, "index_right": 1140, "nodeid": "1402828.460138_5845731.623694", "id": "1402828.460138_5845731.623694", "name": "manhole_1133_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402828.460137603338808, 5845731.623694480396807 ] } }, -{ "type": "Feature", "properties": { "_index": 1139, "bedlevel": -10002.0, "branchid": "pipe_9_E545;pipe_9_E546", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1134_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 9.8026125213705933e-08, "index_right": 1141, "nodeid": "1402791.345401_5845765.125768", "id": "1402791.345401_5845765.125768", "name": "manhole_1134_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402791.345400901976973, 5845765.125768001191318 ] } }, -{ "type": "Feature", "properties": { "_index": 1140, "bedlevel": -10002.0, "branchid": "pipe_9_E546;pipe_9_E547", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1135_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7096292895204023e-08, "index_right": 1142, "nodeid": "1402754.530776_5845798.958529", "id": "1402754.530776_5845798.958529", "name": "manhole_1135_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402754.530775988474488, 5845798.958528954535723 ] } }, -{ "type": "Feature", "properties": { "_index": 1141, "bedlevel": -10002.0, "branchid": "pipe_9_E547;pipe_9_E548", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1136_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0925375478758066e-07, "index_right": 1143, "nodeid": "1402717.111067_5845832.120737", "id": "1402717.111067_5845832.120737", "name": "manhole_1136_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402717.111067219404504, 5845832.12073665484786 ] } }, -{ "type": "Feature", "properties": { "_index": 1142, "bedlevel": -10002.0, "branchid": "pipe_9_E548;pipe_9_E549", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1137_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6901724512189346e-07, "index_right": 1144, "nodeid": "1402679.653742_5845865.240480", "id": "1402679.653742_5845865.240480", "name": "manhole_1137_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402679.653741810470819, 5845865.240480191074312 ] } }, -{ "type": "Feature", "properties": { "_index": 1143, "bedlevel": -10002.0, "branchid": "pipe_9_E549;pipe_9_E550", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1138_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 9.4436292758646369e-08, "index_right": 1145, "nodeid": "1402642.148051_5845898.305499", "id": "1402642.148051_5845898.305499", "name": "manhole_1138_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402642.148050943156704, 5845898.305499074980617 ] } }, -{ "type": "Feature", "properties": { "_index": 1144, "bedlevel": -10002.0, "branchid": "pipe_9_E550;pipe_9_E551", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1139_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1524142613656542e-07, "index_right": 1146, "nodeid": "1402604.644063_5845931.372450", "id": "1402604.644063_5845931.372450", "name": "manhole_1139_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402604.644063156563789, 5845931.372449615038931 ] } }, -{ "type": "Feature", "properties": { "_index": 1145, "bedlevel": -10002.0, "branchid": "pipe_9_E551;pipe_9_E552", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1140_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5127846556322163e-07, "index_right": 1147, "nodeid": "1402567.140914_5845964.440352", "id": "1402567.140914_5845964.440352", "name": "manhole_1140_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402567.14091440406628, 5845964.44035179913044 ] } }, -{ "type": "Feature", "properties": { "_index": 1146, "bedlevel": -10002.0, "branchid": "pipe_9_E552;pipe_9_E553", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1141_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4895037830769955e-07, "index_right": 1148, "nodeid": "1402529.637766_5845997.508254", "id": "1402529.637766_5845997.508254", "name": "manhole_1141_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402529.63776565156877, 5845997.508253983221948 ] } }, -{ "type": "Feature", "properties": { "_index": 1147, "bedlevel": -10002.0, "branchid": "pipe_9_E553;pipe_9_E554", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1142_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6645601682414989e-07, "index_right": 1149, "nodeid": "1402492.318783_5846030.783793", "id": "1402492.318783_5846030.783793", "name": "manhole_1142_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402492.318783464143053, 5846030.783792952075601 ] } }, -{ "type": "Feature", "properties": { "_index": 1148, "bedlevel": -10002.0, "branchid": "pipe_9_E554;pipe_9_E555", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1143_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.460705991568374e-07, "index_right": 1150, "nodeid": "1402455.011362_5846064.072359", "id": "1402455.011362_5846064.072359", "name": "manhole_1143_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402455.011361920274794, 5846064.07235876750201 ] } }, -{ "type": "Feature", "properties": { "_index": 1149, "bedlevel": -10002.0, "branchid": "pipe_9_E555;pipe_9_E556", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1144_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.8365305710456212e-07, "index_right": 1151, "nodeid": "1402417.706012_5846097.363246", "id": "1402417.706012_5846097.363246", "name": "manhole_1144_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402417.706011819886044, 5846097.363246035762131 ] } }, -{ "type": "Feature", "properties": { "_index": 1150, "bedlevel": -10002.0, "branchid": "pipe_9_E556;pipe_9_E557", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1145_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8148915514830924e-07, "index_right": 1152, "nodeid": "1402380.527974_5846130.796027", "id": "1402380.527974_5846130.796027", "name": "manhole_1145_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402380.527974107535556, 5846130.796026634052396 ] } }, -{ "type": "Feature", "properties": { "_index": 1151, "bedlevel": -10002.0, "branchid": "pipe_9_E557;pipe_9_E558", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1146_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0463373567119636e-07, "index_right": 1153, "nodeid": "1402343.401158_5846164.285904", "id": "1402343.401158_5846164.285904", "name": "manhole_1146_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402343.401158361230046, 5846164.285903817042708 ] } }, -{ "type": "Feature", "properties": { "_index": 1152, "bedlevel": -10002.0, "branchid": "pipe_9_E558;pipe_9_E559", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1147_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8510188460350037e-07, "index_right": 1154, "nodeid": "1402306.274343_5846197.775781", "id": "1402306.274343_5846197.775781", "name": "manhole_1147_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402306.274342614924535, 5846197.775781 ] } }, -{ "type": "Feature", "properties": { "_index": 1153, "bedlevel": -10002.0, "branchid": "pipe_9_E559;pipe_9_E560", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1148_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0148475772127917e-07, "index_right": 1155, "nodeid": "1402268.416629_5846230.412356", "id": "1402268.416629_5846230.412356", "name": "manhole_1148_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402268.416628896491602, 5846230.412356283515692 ] } }, -{ "type": "Feature", "properties": { "_index": 1154, "bedlevel": -10002.0, "branchid": "pipe_9_E560;pipe_9_E561", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1149_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.378180109405222e-07, "index_right": 1156, "nodeid": "1402226.640229_5846257.038968", "id": "1402226.640229_5846257.038968", "name": "manhole_1149_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402226.640229225857183, 5846257.038968074135482 ] } }, -{ "type": "Feature", "properties": { "_index": 1155, "bedlevel": -10002.0, "branchid": "pipe_9_E561;pipe_9_E562", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1150_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7273795363136922e-07, "index_right": 1157, "nodeid": "1402177.395306_5846264.592734", "id": "1402177.395306_5846264.592734", "name": "manhole_1150_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402177.395305560901761, 5846264.592733824625611 ] } }, -{ "type": "Feature", "properties": { "_index": 1156, "bedlevel": -10002.0, "branchid": "pipe_9_E562;pipe_9_E563", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1151_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3277304682711879e-07, "index_right": 1158, "nodeid": "1402127.548500_5846268.500200", "id": "1402127.548500_5846268.500200", "name": "manhole_1151_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402127.548500023549423, 5846268.500199567526579 ] } }, -{ "type": "Feature", "properties": { "_index": 1157, "bedlevel": -10002.0, "branchid": "pipe_9_E563;pipe_9_E564", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1152_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7114877026785889e-07, "index_right": 1159, "nodeid": "1402077.681394_5846272.133837", "id": "1402077.681394_5846272.133837", "name": "manhole_1152_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402077.681393967708573, 5846272.133836629800498 ] } }, -{ "type": "Feature", "properties": { "_index": 1158, "bedlevel": -10002.0, "branchid": "pipe_9_E564;pipe_9_E565", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1153_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4590812845985465e-07, "index_right": 1160, "nodeid": "1402027.802657_5846275.609962", "id": "1402027.802657_5846275.609962", "name": "manhole_1153_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1402027.802657154854387, 5846275.609961581416428 ] } }, -{ "type": "Feature", "properties": { "_index": 1159, "bedlevel": -10002.0, "branchid": "pipe_9_E565;pipe_9_E566", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1154_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8154420756822498e-07, "index_right": 1161, "nodeid": "1401977.933880_5846279.221083", "id": "1401977.933880_5846279.221083", "name": "manhole_1154_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401977.933880312833935, 5846279.221082634292543 ] } }, -{ "type": "Feature", "properties": { "_index": 1160, "bedlevel": -10002.0, "branchid": "pipe_9_E566;pipe_9_E567", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1155_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5565553840339309e-07, "index_right": 1162, "nodeid": "1401928.086817_5846283.125265", "id": "1401928.086817_5846283.125265", "name": "manhole_1155_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401928.086817364906892, 5846283.125264581292868 ] } }, -{ "type": "Feature", "properties": { "_index": 1161, "bedlevel": -10002.0, "branchid": "pipe_9_E567;pipe_9_E568", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1156_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.674829936344027e-07, "index_right": 1163, "nodeid": "1401878.239465_5846287.025753", "id": "1401878.239465_5846287.025753", "name": "manhole_1156_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401878.239465264137834, 5846287.025752956978977 ] } }, -{ "type": "Feature", "properties": { "_index": 1162, "bedlevel": -10002.0, "branchid": "pipe_9_E568;pipe_9_E569", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1157_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1170667098705413e-07, "index_right": 1164, "nodeid": "1401828.417253_5846291.146283", "id": "1401828.417253_5846291.146283", "name": "manhole_1157_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401828.417252740822732, 5846291.146282826550305 ] } }, -{ "type": "Feature", "properties": { "_index": 1163, "bedlevel": -10002.0, "branchid": "pipe_9_E569;pipe_9_E570", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1158_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4944653029528422e-07, "index_right": 1165, "nodeid": "1401780.474539_5846302.182073", "id": "1401780.474539_5846302.182073", "name": "manhole_1158_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401780.474538867129013, 5846302.182073323056102 ] } }, -{ "type": "Feature", "properties": { "_index": 1164, "bedlevel": -10002.0, "branchid": "pipe_9_E570;pipe_9_E571", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1159_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7270543005376033e-07, "index_right": 1166, "nodeid": "1401744.500471_5846336.399481", "id": "1401744.500471_5846336.399481", "name": "manhole_1159_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401744.500471362145618, 5846336.399481088854373 ] } }, -{ "type": "Feature", "properties": { "_index": 1165, "bedlevel": -10002.0, "branchid": "pipe_9_E571;pipe_9_E572", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1160_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5079751729596838e-07, "index_right": 1167, "nodeid": "1401712.028594_5846374.415164", "id": "1401712.028594_5846374.415164", "name": "manhole_1160_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401712.028593899914995, 5846374.415164336562157 ] } }, -{ "type": "Feature", "properties": { "_index": 1166, "bedlevel": -10002.0, "branchid": "pipe_9_E572;pipe_9_E573", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1161_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7989779878658274e-07, "index_right": 1168, "nodeid": "1401677.673143_5846410.738888", "id": "1401677.673143_5846410.738888", "name": "manhole_1161_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401677.673143179388717, 5846410.738887985236943 ] } }, -{ "type": "Feature", "properties": { "_index": 1167, "bedlevel": -10002.0, "branchid": "pipe_9_E573;pipe_9_E574", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1162_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8084724082658051e-07, "index_right": 1169, "nodeid": "1401643.223050_5846446.976484", "id": "1401643.223050_5846446.976484", "name": "manhole_1162_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401643.223049835767597, 5846446.976484343409538 ] } }, -{ "type": "Feature", "properties": { "_index": 1168, "bedlevel": -10002.0, "branchid": "pipe_9_E574;pipe_9_E575", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1163_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3886066612301405e-07, "index_right": 1170, "nodeid": "1401607.252761_5846481.570420", "id": "1401607.252761_5846481.570420", "name": "manhole_1163_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401607.252760837087408, 5846481.570419702678919 ] } }, -{ "type": "Feature", "properties": { "_index": 1169, "bedlevel": -10002.0, "branchid": "pipe_9_E575;pipe_9_E576", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1164_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4781656459706614e-07, "index_right": 1171, "nodeid": "1401566.908984_5846510.847593", "id": "1401566.908984_5846510.847593", "name": "manhole_1164_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401566.908984313486144, 5846510.84759284928441 ] } }, -{ "type": "Feature", "properties": { "_index": 1170, "bedlevel": -10002.0, "branchid": "pipe_9_E576;pipe_9_E577", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1165_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6562508933310458e-07, "index_right": 1172, "nodeid": "1401523.699567_5846535.996507", "id": "1401523.699567_5846535.996507", "name": "manhole_1165_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401523.699566983850673, 5846535.996506835334003 ] } }, -{ "type": "Feature", "properties": { "_index": 1171, "bedlevel": -10002.0, "branchid": "pipe_9_E577;pipe_9_E578", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1166_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8460096370235479e-07, "index_right": 1173, "nodeid": "1401480.910104_5846561.862202", "id": "1401480.910104_5846561.862202", "name": "manhole_1166_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401480.910104206763208, 5846561.862202195450664 ] } }, -{ "type": "Feature", "properties": { "_index": 1172, "bedlevel": -10002.0, "branchid": "pipe_9_E578;pipe_9_E579", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1167_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.1796643427658098e-07, "index_right": 1174, "nodeid": "1401438.120641_5846587.727898", "id": "1401438.120641_5846587.727898", "name": "manhole_1167_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401438.120641429675743, 5846587.727897555567324 ] } }, -{ "type": "Feature", "properties": { "_index": 1173, "bedlevel": -10002.0, "branchid": "pipe_9_E579;pipe_9_E580", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1168_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5779828251560129e-07, "index_right": 1175, "nodeid": "1401395.331179_5846613.593593", "id": "1401395.331179_5846613.593593", "name": "manhole_1168_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401395.331178652355447, 5846613.593592915683985 ] } }, -{ "type": "Feature", "properties": { "_index": 1174, "bedlevel": -10002.0, "branchid": "pipe_9_E580;pipe_9_E581", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1169_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5237907425172164e-07, "index_right": 1176, "nodeid": "1401352.151041_5846638.800311", "id": "1401352.151041_5846638.800311", "name": "manhole_1169_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401352.151040756609291, 5846638.800311067141593 ] } }, -{ "type": "Feature", "properties": { "_index": 1175, "bedlevel": -10002.0, "branchid": "pipe_9_E581;pipe_9_E582", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1170_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8175557606059059e-07, "index_right": 1177, "nodeid": "1401308.917214_5846663.916213", "id": "1401308.917214_5846663.916213", "name": "manhole_1170_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401308.917214137502015, 5846663.916213246062398 ] } }, -{ "type": "Feature", "properties": { "_index": 1176, "bedlevel": -10002.0, "branchid": "pipe_9_E582;pipe_9_E583", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1171_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8946832476098442e-07, "index_right": 1178, "nodeid": "1401261.609667_5846679.908687", "id": "1401261.609667_5846679.908687", "name": "manhole_1171_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401261.609666611300781, 5846679.908686974085867 ] } }, -{ "type": "Feature", "properties": { "_index": 1177, "bedlevel": -10002.0, "branchid": "pipe_9_E583;pipe_9_E584", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1172_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1983408030075688e-07, "index_right": 1179, "nodeid": "1401214.319312_5846696.080670", "id": "1401214.319312_5846696.080670", "name": "manhole_1172_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401214.319311711005867, 5846696.080670432187617 ] } }, -{ "type": "Feature", "properties": { "_index": 1178, "bedlevel": -10002.0, "branchid": "pipe_9_E584;pipe_9_E585", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1173_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9490972554927719e-07, "index_right": 1180, "nodeid": "1401168.792577_5846716.230071", "id": "1401168.792577_5846716.230071", "name": "manhole_1173_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401168.792577019426972, 5846716.230070505291224 ] } }, -{ "type": "Feature", "properties": { "_index": 1179, "bedlevel": -10002.0, "branchid": "pipe_9_E585;pipe_9_E586", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1174_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.9201739535820459e-07, "index_right": 1181, "nodeid": "1401129.233573_5846746.808781", "id": "1401129.233573_5846746.808781", "name": "manhole_1174_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401129.23357302043587, 5846746.808780808933079 ] } }, -{ "type": "Feature", "properties": { "_index": 1180, "bedlevel": -10002.0, "branchid": "pipe_9_E586;pipe_9_E587", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1175_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8010881250671687e-07, "index_right": 1182, "nodeid": "1401092.322490_5846780.330808", "id": "1401092.322490_5846780.330808", "name": "manhole_1175_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401092.322489536833018, 5846780.330808126367629 ] } }, -{ "type": "Feature", "properties": { "_index": 1181, "bedlevel": -10002.0, "branchid": "pipe_9_E587;pipe_9_E588", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1176_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4159026377611361e-07, "index_right": 1183, "nodeid": "1401059.856204_5846818.280472", "id": "1401059.856204_5846818.280472", "name": "manhole_1176_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401059.856203986564651, 5846818.280472241342068 ] } }, -{ "type": "Feature", "properties": { "_index": 1182, "bedlevel": -10002.0, "branchid": "pipe_9_E588;pipe_9_E589", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1177_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2208156602284897e-07, "index_right": 1184, "nodeid": "1401031.754087_5846859.550800", "id": "1401031.754087_5846859.550800", "name": "manhole_1177_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401031.754086712608114, 5846859.55080030951649 ] } }, -{ "type": "Feature", "properties": { "_index": 1183, "bedlevel": -10002.0, "branchid": "pipe_9_E589;pipe_9_E590", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1178_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6092204507315478e-07, "index_right": 1185, "nodeid": "1401023.911468_5846908.193909", "id": "1401023.911468_5846908.193909", "name": "manhole_1178_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401023.911467876052484, 5846908.193909338675439 ] } }, -{ "type": "Feature", "properties": { "_index": 1184, "bedlevel": -10002.0, "branchid": "pipe_9_E590;pipe_9_E591", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1179_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.742906513942775e-07, "index_right": 1186, "nodeid": "1401026.418380_5846958.130746", "id": "1401026.418380_5846958.130746", "name": "manhole_1179_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401026.418379712384194, 5846958.130746377632022 ] } }, -{ "type": "Feature", "properties": { "_index": 1185, "bedlevel": -10002.0, "branchid": "pipe_9_E591;pipe_9_E592", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1180_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0740378912296016e-07, "index_right": 1187, "nodeid": "1401028.288067_5847008.080233", "id": "1401028.288067_5847008.080233", "name": "manhole_1180_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401028.288067425368354, 5847008.080232723616064 ] } }, -{ "type": "Feature", "properties": { "_index": 1186, "bedlevel": -10002.0, "branchid": "pipe_9_E592;pipe_9_E593", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1181_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.768417624978234e-07, "index_right": 1188, "nodeid": "1401027.137941_5847058.036111", "id": "1401027.137941_5847058.036111", "name": "manhole_1181_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401027.137940858723596, 5847058.036111455410719 ] } }, -{ "type": "Feature", "properties": { "_index": 1187, "bedlevel": -10002.0, "branchid": "pipe_9_E593;pipe_9_E594", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1182_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0864160244362696e-07, "index_right": 1189, "nodeid": "1401019.641651_5847107.405356", "id": "1401019.641651_5847107.405356", "name": "manhole_1182_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401019.641650503268465, 5847107.405356110073626 ] } }, -{ "type": "Feature", "properties": { "_index": 1188, "bedlevel": -10002.0, "branchid": "pipe_9_E594;pipe_9_E595", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1183_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1694340222564437e-07, "index_right": 1190, "nodeid": "1401007.831000_5847155.990136", "id": "1401007.831000_5847155.990136", "name": "manhole_1183_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1401007.830999708268791, 5847155.990136124193668 ] } }, -{ "type": "Feature", "properties": { "_index": 1189, "bedlevel": -10002.0, "branchid": "pipe_9_E595;pipe_9_E596", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1184_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0586871277988833e-07, "index_right": 1191, "nodeid": "1400996.034182_5847204.578277", "id": "1400996.034182_5847204.578277", "name": "manhole_1184_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400996.034181683789939, 5847204.578276605345309 ] } }, -{ "type": "Feature", "properties": { "_index": 1190, "bedlevel": -10002.0, "branchid": "pipe_9_E596;pipe_9_E597", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1185_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8358159003425585e-07, "index_right": 1192, "nodeid": "1400979.254375_5847251.629762", "id": "1400979.254375_5847251.629762", "name": "manhole_1185_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400979.254375457530841, 5847251.62976236268878 ] } }, -{ "type": "Feature", "properties": { "_index": 1191, "bedlevel": -10002.0, "branchid": "pipe_9_E597;pipe_9_E598", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1186_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.248263692828983e-07, "index_right": 1193, "nodeid": "1400955.565489_5847295.509305", "id": "1400955.565489_5847295.509305", "name": "manhole_1186_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400955.565489248139784, 5847295.509304790757596 ] } }, -{ "type": "Feature", "properties": { "_index": 1192, "bedlevel": -10002.0, "branchid": "pipe_9_E598;pipe_9_E599", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1187_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4769765407074676e-07, "index_right": 1194, "nodeid": "1400924.132378_5847334.330752", "id": "1400924.132378_5847334.330752", "name": "manhole_1187_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400924.132377510191873, 5847334.330752245150506 ] } }, -{ "type": "Feature", "properties": { "_index": 1193, "bedlevel": -10002.0, "branchid": "pipe_9_E599;pipe_9_E600", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1188_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.690688271587561e-07, "index_right": 1195, "nodeid": "1400889.248030_5847370.142867", "id": "1400889.248030_5847370.142867", "name": "manhole_1188_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400889.248030256479979, 5847370.14286708086729 ] } }, -{ "type": "Feature", "properties": { "_index": 1194, "bedlevel": -10002.0, "branchid": "pipe_9_E600;pipe_9_E601", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1189_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5118037232764502e-07, "index_right": 1196, "nodeid": "1400853.505165_5847405.105849", "id": "1400853.505165_5847405.105849", "name": "manhole_1189_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400853.505164717789739, 5847405.105848647654057 ] } }, -{ "type": "Feature", "properties": { "_index": 1195, "bedlevel": -10002.0, "branchid": "pipe_9_E601;pipe_9_E602", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1190_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8658870364223344e-07, "index_right": 1197, "nodeid": "1400817.683250_5847439.987975", "id": "1400817.683250_5847439.987975", "name": "manhole_1190_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400817.683250132249668, 5847439.987975254654884 ] } }, -{ "type": "Feature", "properties": { "_index": 1196, "bedlevel": -10002.0, "branchid": "pipe_9_E602;pipe_9_E603", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1191_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7386224333247565e-07, "index_right": 1198, "nodeid": "1400781.861336_5847474.870102", "id": "1400781.861336_5847474.870102", "name": "manhole_1191_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400781.861335546942428, 5847474.870101861655712 ] } }, -{ "type": "Feature", "properties": { "_index": 1197, "bedlevel": -10002.0, "branchid": "pipe_9_E603;pipe_9_E604", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1192_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4074730891749408e-07, "index_right": 1199, "nodeid": "1400746.044470_5847509.757413", "id": "1400746.044470_5847509.757413", "name": "manhole_1192_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400746.04447033489123, 5847509.757413063198328 ] } }, -{ "type": "Feature", "properties": { "_index": 1198, "bedlevel": -10002.0, "branchid": "pipe_9_E604;pipe_9_E605", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1193_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.646693034921515e-07, "index_right": 1200, "nodeid": "1400713.394228_5847547.550219", "id": "1400713.394228_5847547.550219", "name": "manhole_1193_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400713.394228065153584, 5847547.550219460390508 ] } }, -{ "type": "Feature", "properties": { "_index": 1199, "bedlevel": -10002.0, "branchid": "pipe_9_E605;pipe_9_E606", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1194_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8278100671251806e-07, "index_right": 1201, "nodeid": "1400685.583366_5847588.397298", "id": "1400685.583366_5847588.397298", "name": "manhole_1194_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400685.583366351900622, 5847588.397298330441117 ] } }, -{ "type": "Feature", "properties": { "_index": 1200, "bedlevel": -10002.0, "branchid": "pipe_9_E606;pipe_9_E607", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1195_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.9980034408552792e-07, "index_right": 1202, "nodeid": "1400669.184464_5847635.631272", "id": "1400669.184464_5847635.631272", "name": "manhole_1195_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400669.184463580138981, 5847635.631272428669035 ] } }, -{ "type": "Feature", "properties": { "_index": 1201, "bedlevel": -10002.0, "branchid": "pipe_9_E607;pipe_9_E608", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1196_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1035648579000553e-07, "index_right": 1203, "nodeid": "1400652.785561_5847682.865247", "id": "1400652.785561_5847682.865247", "name": "manhole_1196_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400652.785560808610171, 5847682.865246526896954 ] } }, -{ "type": "Feature", "properties": { "_index": 1202, "bedlevel": -10002.0, "branchid": "pipe_9_E608;pipe_9_E609", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1197_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7807115624396101e-07, "index_right": 1204, "nodeid": "1400636.386658_5847730.099221", "id": "1400636.386658_5847730.099221", "name": "manhole_1197_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400636.386658037081361, 5847730.099220624193549 ] } }, -{ "type": "Feature", "properties": { "_index": 1203, "bedlevel": -10002.0, "branchid": "pipe_9_E609;pipe_9_E610", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1198_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8402688571040215e-07, "index_right": 1205, "nodeid": "1400619.987755_5847777.333195", "id": "1400619.987755_5847777.333195", "name": "manhole_1198_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400619.98775526531972, 5847777.333194722421467 ] } }, -{ "type": "Feature", "properties": { "_index": 1204, "bedlevel": -10002.0, "branchid": "pipe_9_E610;pipe_9_E611", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1199_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2501382983788296e-07, "index_right": 1206, "nodeid": "1400605.626567_5847825.225639", "id": "1400605.626567_5847825.225639", "name": "manhole_1199_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400605.626566983293742, 5847825.225639424286783 ] } }, -{ "type": "Feature", "properties": { "_index": 1205, "bedlevel": -10002.0, "branchid": "pipe_9_E611;pipe_9_E612", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1200_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9772989306713184e-07, "index_right": 1207, "nodeid": "1400591.282871_5847873.123768", "id": "1400591.282871_5847873.123768", "name": "manhole_1200_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400591.282871497562155, 5847873.123767986893654 ] } }, -{ "type": "Feature", "properties": { "_index": 1206, "bedlevel": -10002.0, "branchid": "pipe_9_E612;pipe_9_E613", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1201_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.8297585383419413e-07, "index_right": 1208, "nodeid": "1400576.938733_5847921.021764", "id": "1400576.938733_5847921.021764", "name": "manhole_1201_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400576.93873288645409, 5847921.021763856522739 ] } }, -{ "type": "Feature", "properties": { "_index": 1207, "bedlevel": -10002.0, "branchid": "pipe_9_E613;pipe_9_E614", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1202_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.9145528050351318e-07, "index_right": 1209, "nodeid": "1400564.187163_5847969.357068", "id": "1400564.187163_5847969.357068", "name": "manhole_1202_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400564.187163433525711, 5847969.357067598029971 ] } }, -{ "type": "Feature", "properties": { "_index": 1208, "bedlevel": -10002.0, "branchid": "pipe_9_E614;pipe_9_E615", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1203_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8157928141508489e-07, "index_right": 1210, "nodeid": "1400552.059616_5848017.863716", "id": "1400552.059616_5848017.863716", "name": "manhole_1203_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400552.05961619107984, 5848017.863715793006122 ] } }, -{ "type": "Feature", "properties": { "_index": 1209, "bedlevel": -10002.0, "branchid": "pipe_9_E615;pipe_9_E616", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1204_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5206835800592262e-07, "index_right": 1211, "nodeid": "1400539.554338_5848066.271498", "id": "1400539.554338_5848066.271498", "name": "manhole_1204_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400539.554338111542165, 5848066.271497896872461 ] } }, -{ "type": "Feature", "properties": { "_index": 1210, "bedlevel": -10002.0, "branchid": "pipe_9_E616;pipe_9_E617", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1205_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3082962421010468e-07, "index_right": 1212, "nodeid": "1400526.362817_5848114.499665", "id": "1400526.362817_5848114.499665", "name": "manhole_1205_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400526.362816622946411, 5848114.499664790928364 ] } }, -{ "type": "Feature", "properties": { "_index": 1211, "bedlevel": -10002.0, "branchid": "pipe_9_E617;pipe_9_E618", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1206_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 8.7269261200698851e-08, "index_right": 1213, "nodeid": "1400513.320063_5848162.767754", "id": "1400513.320063_5848162.767754", "name": "manhole_1206_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400513.320063073886558, 5848162.767754046246409 ] } }, -{ "type": "Feature", "properties": { "_index": 1212, "bedlevel": -10002.0, "branchid": "pipe_9_E618;pipe_9_E619", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1207_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2402004324297125e-07, "index_right": 1214, "nodeid": "1400500.598140_5848211.121916", "id": "1400500.598140_5848211.121916", "name": "manhole_1207_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400500.598140208749101, 5848211.121915752068162 ] } }, -{ "type": "Feature", "properties": { "_index": 1213, "bedlevel": -10002.0, "branchid": "pipe_9_E619;pipe_9_E620", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1208_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.3942259770386081e-07, "index_right": 1215, "nodeid": "1400492.603270_5848260.445811", "id": "1400492.603270_5848260.445811", "name": "manhole_1208_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400492.603269897168502, 5848260.445810905657709 ] } }, -{ "type": "Feature", "properties": { "_index": 1214, "bedlevel": -10002.0, "branchid": "pipe_9_E620;pipe_9_E621", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1209_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.8217141631512598e-07, "index_right": 1216, "nodeid": "1400486.368073_5848310.044068", "id": "1400486.368073_5848310.044068", "name": "manhole_1209_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400486.368072525365278, 5848310.044067510403693 ] } }, -{ "type": "Feature", "properties": { "_index": 1215, "bedlevel": -10002.0, "branchid": "pipe_9_E621;pipe_9_E622", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1210_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5695367606511154e-07, "index_right": 1217, "nodeid": "1400481.073793_5848359.762629", "id": "1400481.073793_5848359.762629", "name": "manhole_1210_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400481.073793343268335, 5848359.762629438191652 ] } }, -{ "type": "Feature", "properties": { "_index": 1216, "bedlevel": -10002.0, "branchid": "pipe_9_E622;pipe_9_E623", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1211_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8309994673762144e-07, "index_right": 1218, "nodeid": "1400475.603498_5848409.462209", "id": "1400475.603498_5848409.462209", "name": "manhole_1211_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400475.603498232085258, 5848409.462208838202059 ] } }, -{ "type": "Feature", "properties": { "_index": 1217, "bedlevel": -10002.0, "branchid": "pipe_9_E623;pipe_9_E624", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1212_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4813885153073315e-07, "index_right": 1219, "nodeid": "1400457.146709_5848455.065852", "id": "1400457.146709_5848455.065852", "name": "manhole_1212_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400457.146709046559408, 5848455.065851859748363 ] } }, -{ "type": "Feature", "properties": { "_index": 1218, "bedlevel": -10002.0, "branchid": "pipe_9_E624;pipe_9_E625", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1213_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4023891222850964e-07, "index_right": 1220, "nodeid": "1400413.087496_5848474.933195", "id": "1400413.087496_5848474.933195", "name": "manhole_1213_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400413.087496439460665, 5848474.933194971643388 ] } }, -{ "type": "Feature", "properties": { "_index": 1219, "bedlevel": -10002.0, "branchid": "pipe_9_E625;pipe_9_E626", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1214_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.991745672793485e-08, "index_right": 1221, "nodeid": "1400363.588464_5848481.991389", "id": "1400363.588464_5848481.991389", "name": "manhole_1214_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400363.588463947875425, 5848481.991389046423137 ] } }, -{ "type": "Feature", "properties": { "_index": 1220, "bedlevel": -10002.0, "branchid": "pipe_9_E626;pipe_9_E627", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1215_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.723752195835792e-07, "index_right": 1222, "nodeid": "1400314.089431_5848489.049583", "id": "1400314.089431_5848489.049583", "name": "manhole_1215_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400314.089431456290185, 5848489.049583122134209 ] } }, -{ "type": "Feature", "properties": { "_index": 1221, "bedlevel": -10002.0, "branchid": "pipe_9_E627;pipe_9_E628", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1216_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2772763633009105e-07, "index_right": 1223, "nodeid": "1400264.541630_5848495.748616", "id": "1400264.541630_5848495.748616", "name": "manhole_1216_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400264.541630417574197, 5848495.748616092838347 ] } }, -{ "type": "Feature", "properties": { "_index": 1222, "bedlevel": -10002.0, "branchid": "pipe_9_E628;pipe_9_E629", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1217_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0767268304810399e-07, "index_right": 1224, "nodeid": "1400214.951386_5848502.134538", "id": "1400214.951386_5848502.134538", "name": "manhole_1217_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400214.951386126223952, 5848502.134537508711219 ] } }, -{ "type": "Feature", "properties": { "_index": 1223, "bedlevel": -10002.0, "branchid": "pipe_9_E629;pipe_9_E630", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1218_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.6268427785330518e-07, "index_right": 1225, "nodeid": "1400165.350526_5848508.423045", "id": "1400165.350526_5848508.423045", "name": "manhole_1218_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400165.35052647953853, 5848508.423044542782009 ] } }, -{ "type": "Feature", "properties": { "_index": 1224, "bedlevel": -10002.0, "branchid": "pipe_9_E630;pipe_9_E631", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1219_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7693404422174833e-07, "index_right": 1226, "nodeid": "1400115.562463_5848513.018761", "id": "1400115.562463_5848513.018761", "name": "manhole_1219_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400115.562462663277984, 5848513.018761169165373 ] } }, -{ "type": "Feature", "properties": { "_index": 1225, "bedlevel": -10002.0, "branchid": "pipe_9_E631;pipe_9_E632", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1220_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4692369184102756e-07, "index_right": 1227, "nodeid": "1400067.226357_5848525.745877", "id": "1400067.226357_5848525.745877", "name": "manhole_1220_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400067.226357387844473, 5848525.745877385139465 ] } }, -{ "type": "Feature", "properties": { "_index": 1226, "bedlevel": -10002.0, "branchid": "pipe_9_E632;pipe_9_E633", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1221_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8015416491193275e-07, "index_right": 1228, "nodeid": "1400022.948453_5848548.827369", "id": "1400022.948453_5848548.827369", "name": "manhole_1221_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1400022.948452680604532, 5848548.82736851554364 ] } }, -{ "type": "Feature", "properties": { "_index": 1227, "bedlevel": -10002.0, "branchid": "pipe_9_E633;pipe_9_E634", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1222_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.9169010101757569e-07, "index_right": 1229, "nodeid": "1399980.733493_5848575.592394", "id": "1399980.733493_5848575.592394", "name": "manhole_1222_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399980.733493343926966, 5848575.592393518425524 ] } }, -{ "type": "Feature", "properties": { "_index": 1228, "bedlevel": -10002.0, "branchid": "pipe_9_E634;pipe_9_E635", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1223_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3375367838522484e-07, "index_right": 1230, "nodeid": "1399938.041496_5848601.575318", "id": "1399938.041496_5848601.575318", "name": "manhole_1223_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399938.041496164398268, 5848601.575318401679397 ] } }, -{ "type": "Feature", "properties": { "_index": 1229, "bedlevel": -10002.0, "branchid": "pipe_9_E635;pipe_9_E636", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1224_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3413039527297853e-07, "index_right": 1231, "nodeid": "1399894.162106_5848625.412295", "id": "1399894.162106_5848625.412295", "name": "manhole_1224_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399894.162105509778485, 5848625.412294787354767 ] } }, -{ "type": "Feature", "properties": { "_index": 1230, "bedlevel": -10002.0, "branchid": "pipe_9_E636;pipe_9_E637", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1225_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0151893590298631e-07, "index_right": 1232, "nodeid": "1399846.331483_5848639.239170", "id": "1399846.331483_5848639.239170", "name": "manhole_1225_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399846.331482683774084, 5848639.239169610664248 ] } }, -{ "type": "Feature", "properties": { "_index": 1231, "bedlevel": -10002.0, "branchid": "pipe_9_E637;pipe_9_E638", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1226_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.9832963589002144e-07, "index_right": 1233, "nodeid": "1399796.577613_5848644.191415", "id": "1399796.577613_5848644.191415", "name": "manhole_1226_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399796.577612592140213, 5848644.191414562053978 ] } }, -{ "type": "Feature", "properties": { "_index": 1232, "bedlevel": -10002.0, "branchid": "pipe_9_E638;pipe_9_E639", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1227_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5470951684963192e-07, "index_right": 1234, "nodeid": "1399746.625247_5848643.990535", "id": "1399746.625247_5848643.990535", "name": "manhole_1227_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399746.625246524112299, 5848643.990535285323858 ] } }, -{ "type": "Feature", "properties": { "_index": 1233, "bedlevel": -10002.0, "branchid": "pipe_9_E639;pipe_9_E640", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1228_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2452024729482119e-07, "index_right": 1235, "nodeid": "1399696.637876_5848642.879182", "id": "1399696.637876_5848642.879182", "name": "manhole_1228_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399696.637876037973911, 5848642.879182422533631 ] } }, -{ "type": "Feature", "properties": { "_index": 1234, "bedlevel": -10002.0, "branchid": "pipe_9_E640;pipe_9_E641", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1229_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2897659779532714e-07, "index_right": 1236, "nodeid": "1399646.648271_5848642.012871", "id": "1399646.648271_5848642.012871", "name": "manhole_1229_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399646.648270914331079, 5848642.01287121232599 ] } }, -{ "type": "Feature", "properties": { "_index": 1235, "bedlevel": -10002.0, "branchid": "pipe_9_E641;pipe_9_E642", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1230_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5776660078829374e-07, "index_right": 1237, "nodeid": "1399596.648877_5848642.194301", "id": "1399596.648877_5848642.194301", "name": "manhole_1230_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399596.648876874009147, 5848642.194301094859838 ] } }, -{ "type": "Feature", "properties": { "_index": 1236, "bedlevel": -10002.0, "branchid": "pipe_9_E642;pipe_9_E643", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1231_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.677369872666799e-07, "index_right": 1238, "nodeid": "1399546.649483_5848642.375731", "id": "1399546.649483_5848642.375731", "name": "manhole_1231_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399546.649482833687216, 5848642.375730977393687 ] } }, -{ "type": "Feature", "properties": { "_index": 1237, "bedlevel": -10002.0, "branchid": "pipe_9_E643;pipe_9_E644", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1232_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3992133722079261e-07, "index_right": 1239, "nodeid": "1399496.650194_5848642.472995", "id": "1399496.650194_5848642.472995", "name": "manhole_1232_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399496.650193702196702, 5848642.472995163872838 ] } }, -{ "type": "Feature", "properties": { "_index": 1238, "bedlevel": -10002.0, "branchid": "pipe_9_E644;pipe_9_E645", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1233_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2633427093773086e-07, "index_right": 1240, "nodeid": "1399446.651407_5848642.166922", "id": "1399446.651407_5848642.166922", "name": "manhole_1233_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399446.65140731446445, 5848642.166921712458134 ] } }, -{ "type": "Feature", "properties": { "_index": 1239, "bedlevel": -10002.0, "branchid": "pipe_9_E645;pipe_9_E646", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1234_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7178437817789684e-07, "index_right": 1241, "nodeid": "1399396.652621_5848641.860848", "id": "1399396.652621_5848641.860848", "name": "manhole_1234_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399396.652620926732197, 5848641.860848261974752 ] } }, -{ "type": "Feature", "properties": { "_index": 1240, "bedlevel": -10002.0, "branchid": "pipe_9_E646;pipe_9_E647", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1235_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9791278172736976e-07, "index_right": 1242, "nodeid": "1399346.653835_5848641.554775", "id": "1399346.653835_5848641.554775", "name": "manhole_1235_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399346.653834538999945, 5848641.55477481149137 ] } }, -{ "type": "Feature", "properties": { "_index": 1241, "bedlevel": -10002.0, "branchid": "pipe_9_E647;pipe_9_E648", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1236_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.9070308990534788e-07, "index_right": 1243, "nodeid": "1399296.670362_5848642.504827", "id": "1399296.670362_5848642.504827", "name": "manhole_1236_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399296.670361565658823, 5848642.504826599732041 ] } }, -{ "type": "Feature", "properties": { "_index": 1242, "bedlevel": -10002.0, "branchid": "pipe_9_E648;pipe_9_E649", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1237_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8035043200640179e-07, "index_right": 1244, "nodeid": "1399246.693896_5848644.029698", "id": "1399246.693896_5848644.029698", "name": "manhole_1237_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399246.693896210752428, 5848644.029697683639824 ] } }, -{ "type": "Feature", "properties": { "_index": 1243, "bedlevel": -10002.0, "branchid": "pipe_9_E649;pipe_9_E650", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1238_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3002810615764903e-07, "index_right": 1245, "nodeid": "1399198.821869_5848657.275099", "id": "1399198.821869_5848657.275099", "name": "manhole_1238_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399198.821869280422106, 5848657.275099449791014 ] } }, -{ "type": "Feature", "properties": { "_index": 1244, "bedlevel": -10002.0, "branchid": "pipe_9_E650;pipe_9_E651", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1239_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 9.460863420047853e-08, "index_right": 1246, "nodeid": "1399156.220112_5848682.962790", "id": "1399156.220112_5848682.962790", "name": "manhole_1239_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399156.22011209372431, 5848682.962790012359619 ] } }, -{ "type": "Feature", "properties": { "_index": 1245, "bedlevel": -10002.0, "branchid": "pipe_9_E651;pipe_9_E652", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1240_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.353519296333998e-07, "index_right": 1247, "nodeid": "1399118.631488_5848715.927166", "id": "1399118.631488_5848715.927166", "name": "manhole_1240_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399118.631487609352916, 5848715.927165633998811 ] } }, -{ "type": "Feature", "properties": { "_index": 1246, "bedlevel": -10002.0, "branchid": "pipe_9_E652;pipe_9_E653", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1241_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2185278601493032e-07, "index_right": 1248, "nodeid": "1399080.330472_5848748.045708", "id": "1399080.330472_5848748.045708", "name": "manhole_1241_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399080.330472141969949, 5848748.045707829296589 ] } }, -{ "type": "Feature", "properties": { "_index": 1247, "bedlevel": -10002.0, "branchid": "pipe_9_E653;pipe_9_E654", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1242_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8877843096372809e-07, "index_right": 1249, "nodeid": "1399041.265588_5848779.253193", "id": "1399041.265588_5848779.253193", "name": "manhole_1242_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399041.265588268870488, 5848779.253193105570972 ] } }, -{ "type": "Feature", "properties": { "_index": 1248, "bedlevel": -10002.0, "branchid": "pipe_9_E654;pipe_9_E655", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1243_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1593085173428154e-07, "index_right": 1250, "nodeid": "1399003.798011_5848812.352297", "id": "1399003.798011_5848812.352297", "name": "manhole_1243_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1399003.798011481529102, 5848812.352296814322472 ] } }, -{ "type": "Feature", "properties": { "_index": 1249, "bedlevel": -10002.0, "branchid": "pipe_9_E655;pipe_9_E656", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1244_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3572725610211491e-07, "index_right": 1251, "nodeid": "1398963.556632_5848840.960998", "id": "1398963.556632_5848840.960998", "name": "manhole_1244_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398963.556632332503796, 5848840.960998046211898 ] } }, -{ "type": "Feature", "properties": { "_index": 1250, "bedlevel": -10002.0, "branchid": "pipe_9_E656;pipe_9_E657", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1245_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6869090819770867e-07, "index_right": 1252, "nodeid": "1398916.849098_5848858.477464", "id": "1398916.849098_5848858.477464", "name": "manhole_1245_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398916.849097633268684, 5848858.477463961578906 ] } }, -{ "type": "Feature", "properties": { "_index": 1251, "bedlevel": -10002.0, "branchid": "pipe_9_E657;pipe_9_E658", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1246_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 7.2863716610031764e-08, "index_right": 1253, "nodeid": "1398867.774846_5848867.975826", "id": "1398867.774846_5848867.975826", "name": "manhole_1246_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398867.774845957988873, 5848867.975825940258801 ] } }, -{ "type": "Feature", "properties": { "_index": 1252, "bedlevel": -10002.0, "branchid": "pipe_9_E658;pipe_9_E659", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1247_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2493225439419691e-07, "index_right": 1254, "nodeid": "1398819.198875_5848879.626094", "id": "1398819.198875_5848879.626094", "name": "manhole_1247_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398819.19887532806024, 5848879.626094270497561 ] } }, -{ "type": "Feature", "properties": { "_index": 1253, "bedlevel": -10002.0, "branchid": "pipe_9_E659;pipe_9_E660", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1248_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2577180615980739e-07, "index_right": 1255, "nodeid": "1398770.888676_5848892.507656", "id": "1398770.888676_5848892.507656", "name": "manhole_1248_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398770.888675607042387, 5848892.507656348869205 ] } }, -{ "type": "Feature", "properties": { "_index": 1254, "bedlevel": -10002.0, "branchid": "pipe_9_E660;pipe_9_E661", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1249_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.1632804576815418e-07, "index_right": 1256, "nodeid": "1398721.921946_5848902.618625", "id": "1398721.921946_5848902.618625", "name": "manhole_1249_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398721.921945634763688, 5848902.618624503724277 ] } }, -{ "type": "Feature", "properties": { "_index": 1255, "bedlevel": -10002.0, "branchid": "pipe_9_E661;pipe_9_E662", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1250_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.065070177446806e-07, "index_right": 1257, "nodeid": "1398677.967161_5848925.164441", "id": "1398677.967161_5848925.164441", "name": "manhole_1250_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398677.967161305481568, 5848925.164440974593163 ] } }, -{ "type": "Feature", "properties": { "_index": 1256, "bedlevel": -10002.0, "branchid": "pipe_9_E662;pipe_9_E663", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1251_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2292046887738069e-07, "index_right": 1258, "nodeid": "1398644.338701_5848962.001577", "id": "1398644.338701_5848962.001577", "name": "manhole_1251_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398644.338700531283394, 5848962.001577232033014 ] } }, -{ "type": "Feature", "properties": { "_index": 1257, "bedlevel": -10002.0, "branchid": "pipe_9_E663;pipe_9_E664", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1252_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8597973432280208e-07, "index_right": 1259, "nodeid": "1398605.135249_5848991.518726", "id": "1398605.135249_5848991.518726", "name": "manhole_1252_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398605.135248574893922, 5848991.518725596368313 ] } }, -{ "type": "Feature", "properties": { "_index": 1258, "bedlevel": -10002.0, "branchid": "pipe_9_E664;pipe_9_E665", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1253_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6230567222196339e-07, "index_right": 1260, "nodeid": "1398564.621376_5849020.129579", "id": "1398564.621376_5849020.129579", "name": "manhole_1253_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398564.621375920716673, 5849020.129578858613968 ] } }, -{ "type": "Feature", "properties": { "_index": 1259, "bedlevel": -10002.0, "branchid": "pipe_9_E665;pipe_9_E666", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1254_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.9195074573005617e-07, "index_right": 1261, "nodeid": "1398533.026679_5849058.881965", "id": "1398533.026679_5849058.881965", "name": "manhole_1254_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398533.026679340284318, 5849058.881965484470129 ] } }, -{ "type": "Feature", "properties": { "_index": 1260, "bedlevel": -10002.0, "branchid": "pipe_9_E666;pipe_9_E667", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1255_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4916314371553235e-07, "index_right": 1262, "nodeid": "1398494.597946_5849090.495987", "id": "1398494.597946_5849090.495987", "name": "manhole_1255_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398494.597946248250082, 5849090.495986510068178 ] } }, -{ "type": "Feature", "properties": { "_index": 1261, "bedlevel": -10002.0, "branchid": "pipe_9_E667;pipe_9_E668", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1256_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4981678778212252e-07, "index_right": 1263, "nodeid": "1398454.506652_5849120.373410", "id": "1398454.506652_5849120.373410", "name": "manhole_1256_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398454.506652096519247, 5849120.373410335741937 ] } }, -{ "type": "Feature", "properties": { "_index": 1262, "bedlevel": -10002.0, "branchid": "pipe_9_E668;pipe_9_E669", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1257_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5912305979178129e-07, "index_right": 1264, "nodeid": "1398413.755684_5849149.332272", "id": "1398413.755684_5849149.332272", "name": "manhole_1257_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398413.755684258183464, 5849149.332271750085056 ] } }, -{ "type": "Feature", "properties": { "_index": 1263, "bedlevel": -10002.0, "branchid": "pipe_9_E669;pipe_9_E670", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1258_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1943236864748046e-07, "index_right": 1265, "nodeid": "1398372.635769_5849177.777393", "id": "1398372.635769_5849177.777393", "name": "manhole_1258_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398372.635769418207929, 5849177.777393032796681 ] } }, -{ "type": "Feature", "properties": { "_index": 1264, "bedlevel": -10002.0, "branchid": "pipe_9_E670;pipe_9_E671", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1259_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8741281004581905e-07, "index_right": 1266, "nodeid": "1398330.529967_5849204.725977", "id": "1398330.529967_5849204.725977", "name": "manhole_1259_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398330.529967363225296, 5849204.725976674817502 ] } }, -{ "type": "Feature", "properties": { "_index": 1265, "bedlevel": -10002.0, "branchid": "pipe_9_E671;pipe_9_E672", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1260_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8068301436400513e-07, "index_right": 1267, "nodeid": "1398285.347250_5849225.913728", "id": "1398285.347250_5849225.913728", "name": "manhole_1260_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398285.347250110702589, 5849225.913728257641196 ] } }, -{ "type": "Feature", "properties": { "_index": 1266, "bedlevel": -10002.0, "branchid": "pipe_9_E672;pipe_9_E673", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1261_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4598155212720221e-07, "index_right": 1268, "nodeid": "1398239.239032_5849245.029268", "id": "1398239.239032_5849245.029268", "name": "manhole_1261_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398239.239032347686589, 5849245.029268279671669 ] } }, -{ "type": "Feature", "properties": { "_index": 1267, "bedlevel": -10002.0, "branchid": "pipe_9_E673;pipe_9_E674", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1262_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7398183187705815e-07, "index_right": 1269, "nodeid": "1398199.185552_5849273.842784", "id": "1398199.185552_5849273.842784", "name": "manhole_1262_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398199.185551834991202, 5849273.842784054577351 ] } }, -{ "type": "Feature", "properties": { "_index": 1268, "bedlevel": -10002.0, "branchid": "pipe_9_E674;pipe_9_E675", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1263_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.16140119544107e-07, "index_right": 1270, "nodeid": "1398166.968537_5849312.014977", "id": "1398166.968537_5849312.014977", "name": "manhole_1263_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398166.968536754604429, 5849312.01497680041939 ] } }, -{ "type": "Feature", "properties": { "_index": 1269, "bedlevel": -10002.0, "branchid": "pipe_9_E675;pipe_9_E676", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1264_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5170269936308421e-07, "index_right": 1271, "nodeid": "1398135.754955_5849351.072804", "id": "1398135.754955_5849351.072804", "name": "manhole_1264_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398135.754955118289217, 5849351.072804095223546 ] } }, -{ "type": "Feature", "properties": { "_index": 1270, "bedlevel": -10002.0, "branchid": "pipe_9_E676;pipe_9_E677", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1265_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5463859943679425e-07, "index_right": 1272, "nodeid": "1398101.278484_5849387.086908", "id": "1398101.278484_5849387.086908", "name": "manhole_1265_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398101.278484350536019, 5849387.086907946504653 ] } }, -{ "type": "Feature", "properties": { "_index": 1271, "bedlevel": -10002.0, "branchid": "pipe_9_E677;pipe_9_E678", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1266_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0070424347912378e-07, "index_right": 1273, "nodeid": "1398059.714244_5849414.810417", "id": "1398059.714244_5849414.810417", "name": "manhole_1266_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398059.71424398617819, 5849414.810417400673032 ] } }, -{ "type": "Feature", "properties": { "_index": 1272, "bedlevel": -10002.0, "branchid": "pipe_9_E678;pipe_9_E679", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1267_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3147589157875037e-07, "index_right": 1274, "nodeid": "1398016.161566_5849439.334452", "id": "1398016.161566_5849439.334452", "name": "manhole_1267_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1398016.161566416965798, 5849439.334451889619231 ] } }, -{ "type": "Feature", "properties": { "_index": 1273, "bedlevel": -10002.0, "branchid": "pipe_9_E679;pipe_9_E680", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1268_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3746791876840291e-07, "index_right": 1275, "nodeid": "1397972.138870_5849463.040454", "id": "1397972.138870_5849463.040454", "name": "manhole_1268_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397972.13886998500675, 5849463.040453663095832 ] } }, -{ "type": "Feature", "properties": { "_index": 1274, "bedlevel": -10002.0, "branchid": "pipe_9_E680;pipe_9_E681", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1269_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2474399887341668e-07, "index_right": 1276, "nodeid": "1397927.370929_5849485.304324", "id": "1397927.370929_5849485.304324", "name": "manhole_1269_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397927.370928909862414, 5849485.304323688149452 ] } }, -{ "type": "Feature", "properties": { "_index": 1275, "bedlevel": -10002.0, "branchid": "pipe_9_E681;pipe_9_E682", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1270_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8973157249336283e-07, "index_right": 1277, "nodeid": "1397882.567958_5849507.500406", "id": "1397882.567958_5849507.500406", "name": "manhole_1270_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397882.567957574967295, 5849507.500406242907047 ] } }, -{ "type": "Feature", "properties": { "_index": 1276, "bedlevel": -10002.0, "branchid": "pipe_9_E682;pipe_9_E683", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1271_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.959789444146809e-08, "index_right": 1278, "nodeid": "1397837.859169_5849529.884909", "id": "1397837.859169_5849529.884909", "name": "manhole_1271_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397837.859168973052874, 5849529.88490901235491 ] } }, -{ "type": "Feature", "properties": { "_index": 1277, "bedlevel": -10002.0, "branchid": "pipe_9_E683;pipe_9_E684", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1272_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1168187849700867e-07, "index_right": 1279, "nodeid": "1397801.353515_5849562.498230", "id": "1397801.353515_5849562.498230", "name": "manhole_1272_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397801.353515450842679, 5849562.498229757882655 ] } }, -{ "type": "Feature", "properties": { "_index": 1278, "bedlevel": -10002.0, "branchid": "pipe_9_E684;pipe_9_E685", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1273_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.357376707994913e-07, "index_right": 1280, "nodeid": "1397792.270944_5849610.596078", "id": "1397792.270944_5849610.596078", "name": "manhole_1273_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397792.270944320596755, 5849610.596077900379896 ] } }, -{ "type": "Feature", "properties": { "_index": 1279, "bedlevel": -10002.0, "branchid": "pipe_9_E685;pipe_9_E686", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1274_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.2798084857290359e-07, "index_right": 1281, "nodeid": "1397788.877743_5849660.480529", "id": "1397788.877743_5849660.480529", "name": "manhole_1274_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397788.877743411809206, 5849660.48052947409451 ] } }, -{ "type": "Feature", "properties": { "_index": 1280, "bedlevel": -10002.0, "branchid": "pipe_9_E686;pipe_9_E687", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1275_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0474258164429031e-07, "index_right": 1282, "nodeid": "1397772.247972_5849707.330409", "id": "1397772.247972_5849707.330409", "name": "manhole_1275_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397772.247972422977909, 5849707.330409431830049 ] } }, -{ "type": "Feature", "properties": { "_index": 1281, "bedlevel": -10002.0, "branchid": "pipe_9_E687;pipe_9_E688", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1276_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.2003932635331812e-07, "index_right": 1283, "nodeid": "1397740.629904_5849746.053628", "id": "1397740.629904_5849746.053628", "name": "manhole_1276_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397740.629904442001134, 5849746.05362756550312 ] } }, -{ "type": "Feature", "properties": { "_index": 1282, "bedlevel": -10002.0, "branchid": "pipe_9_E688;pipe_9_E689", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1277_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.3288197715190096e-07, "index_right": 1284, "nodeid": "1397706.048158_5849781.991261", "id": "1397706.048158_5849781.991261", "name": "manhole_1277_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397706.048158213030547, 5849781.991260905750096 ] } }, -{ "type": "Feature", "properties": { "_index": 1283, "bedlevel": -10002.0, "branchid": "pipe_9_E689;pipe_9_E690", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1278_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9853303567157193e-07, "index_right": 1285, "nodeid": "1397658.104226_5849788.600618", "id": "1397658.104226_5849788.600618", "name": "manhole_1278_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397658.104225501418114, 5849788.600618006661534 ] } }, -{ "type": "Feature", "properties": { "_index": 1284, "bedlevel": -10002.0, "branchid": "pipe_9_E690;pipe_9_E691", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1279_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5807778551879789e-07, "index_right": 1286, "nodeid": "1397612.854891_5849768.667500", "id": "1397612.854891_5849768.667500", "name": "manhole_1279_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397612.854890643851832, 5849768.667500036768615 ] } }, -{ "type": "Feature", "properties": { "_index": 1285, "bedlevel": -10002.0, "branchid": "pipe_9_E691;pipe_9_E692", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1280_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6426032372552275e-07, "index_right": 1287, "nodeid": "1397564.765605_5849757.900598", "id": "1397564.765605_5849757.900598", "name": "manhole_1280_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397564.765604767482728, 5849757.900597719475627 ] } }, -{ "type": "Feature", "properties": { "_index": 1286, "bedlevel": -10002.0, "branchid": "pipe_9_E692;pipe_9_E693", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1281_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4787617529977911e-07, "index_right": 1288, "nodeid": "1397517.964592_5849741.401580", "id": "1397517.964592_5849741.401580", "name": "manhole_1281_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397517.964591655647382, 5849741.401579950936139 ] } }, -{ "type": "Feature", "properties": { "_index": 1287, "bedlevel": -10002.0, "branchid": "pipe_9_E693;pipe_9_E694", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1282_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.5246046980776467e-07, "index_right": 1289, "nodeid": "1397475.210208_5849716.665459", "id": "1397475.210208_5849716.665459", "name": "manhole_1282_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397475.210207536350936, 5849716.665459458716214 ] } }, -{ "type": "Feature", "properties": { "_index": 1288, "bedlevel": -10002.0, "branchid": "pipe_9_E694;pipe_9_E695", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1283_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9441147228350234e-07, "index_right": 1290, "nodeid": "1397425.917105_5849709.536271", "id": "1397425.917105_5849709.536271", "name": "manhole_1283_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397425.917104528285563, 5849709.536270852200687 ] } }, -{ "type": "Feature", "properties": { "_index": 1289, "bedlevel": -10002.0, "branchid": "pipe_9_E695;pipe_9_E696", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1284_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9102414557839186e-07, "index_right": 1291, "nodeid": "1397376.320352_5849705.349440", "id": "1397376.320352_5849705.349440", "name": "manhole_1284_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397376.320352179463953, 5849705.349439652636647 ] } }, -{ "type": "Feature", "properties": { "_index": 1290, "bedlevel": -10002.0, "branchid": "pipe_9_E696;pipe_9_E697", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1285_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5237116067898341e-07, "index_right": 1292, "nodeid": "1397327.424819_5849696.266011", "id": "1397327.424819_5849696.266011", "name": "manhole_1285_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397327.424818686209619, 5849696.266011159867048 ] } }, -{ "type": "Feature", "properties": { "_index": 1291, "bedlevel": -10002.0, "branchid": "pipe_9_E697;pipe_9_E698", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1286_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0432655231297132e-07, "index_right": 1293, "nodeid": "1397284.082750_5849719.338588", "id": "1397284.082750_5849719.338588", "name": "manhole_1286_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397284.082749816821888, 5849719.338587639853358 ] } }, -{ "type": "Feature", "properties": { "_index": 1292, "bedlevel": -10002.0, "branchid": "pipe_9_E698;pipe_9_E699", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1287_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1650532338299187e-07, "index_right": 1294, "nodeid": "1397252.263130_5849757.786548", "id": "1397252.263130_5849757.786548", "name": "manhole_1287_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397252.263129815692082, 5849757.786547626368701 ] } }, -{ "type": "Feature", "properties": { "_index": 1293, "bedlevel": -10002.0, "branchid": "pipe_9_E699;pipe_9_E700", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1288_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.568554661779043e-07, "index_right": 1295, "nodeid": "1397208.636796_5849779.374180", "id": "1397208.636796_5849779.374180", "name": "manhole_1288_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397208.636796130100265, 5849779.374179912731051 ] } }, -{ "type": "Feature", "properties": { "_index": 1294, "bedlevel": -10002.0, "branchid": "pipe_9_E700;pipe_9_E701", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1289_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7076588581296287e-07, "index_right": 1296, "nodeid": "1397158.808740_5849780.834554", "id": "1397158.808740_5849780.834554", "name": "manhole_1289_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397158.808740381617099, 5849780.834554275497794 ] } }, -{ "type": "Feature", "properties": { "_index": 1295, "bedlevel": -10002.0, "branchid": "pipe_9_E701;pipe_9_E702", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1290_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1327028237024573e-07, "index_right": 1297, "nodeid": "1397108.839193_5849781.390645", "id": "1397108.839193_5849781.390645", "name": "manhole_1290_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397108.83919335110113, 5849781.390645374543965 ] } }, -{ "type": "Feature", "properties": { "_index": 1296, "bedlevel": -10002.0, "branchid": "pipe_9_E702;pipe_9_E703", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1291_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 7.6039793436497414e-08, "index_right": 1298, "nodeid": "1397060.439856_5849791.323194", "id": "1397060.439856_5849791.323194", "name": "manhole_1291_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397060.439855967881158, 5849791.323194068856537 ] } }, -{ "type": "Feature", "properties": { "_index": 1297, "bedlevel": -10002.0, "branchid": "pipe_9_E703;pipe_9_E704", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1292_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 8.0322185276499062e-08, "index_right": 1299, "nodeid": "1397018.297299_5849817.846949", "id": "1397018.297299_5849817.846949", "name": "manhole_1292_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1397018.297299006022513, 5849817.846949080005288 ] } }, -{ "type": "Feature", "properties": { "_index": 1298, "bedlevel": -10002.0, "branchid": "pipe_9_E704;pipe_9_E705", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1293_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3761321634972977e-07, "index_right": 1300, "nodeid": "1396985.556193_5849855.573025", "id": "1396985.556193_5849855.573025", "name": "manhole_1293_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396985.556193475611508, 5849855.573025250807405 ] } }, -{ "type": "Feature", "properties": { "_index": 1299, "bedlevel": -10002.0, "branchid": "pipe_9_E705;pipe_9_E706", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1294_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1485690648746465e-07, "index_right": 1301, "nodeid": "1396966.058637_5849901.447278", "id": "1396966.058637_5849901.447278", "name": "manhole_1294_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396966.058636736357585, 5849901.447277680039406 ] } }, -{ "type": "Feature", "properties": { "_index": 1300, "bedlevel": -10002.0, "branchid": "pipe_9_E706;pipe_9_E707", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1295_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4270559649074949e-07, "index_right": 1302, "nodeid": "1396948.565011_5849948.163549", "id": "1396948.565011_5849948.163549", "name": "manhole_1295_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396948.565010874997824, 5849948.163548575714231 ] } }, -{ "type": "Feature", "properties": { "_index": 1301, "bedlevel": -10002.0, "branchid": "pipe_9_E707;pipe_9_E708", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1296_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.3390138547293558e-07, "index_right": 1303, "nodeid": "1396920.617409_5849989.474890", "id": "1396920.617409_5849989.474890", "name": "manhole_1296_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396920.617409481201321, 5849989.47488958761096 ] } }, -{ "type": "Feature", "properties": { "_index": 1302, "bedlevel": -10002.0, "branchid": "pipe_9_E708;pipe_9_E709", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1297_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2534869603092434e-07, "index_right": 1304, "nodeid": "1396888.644638_5850027.887497", "id": "1396888.644638_5850027.887497", "name": "manhole_1297_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396888.644637608435005, 5850027.887496650218964 ] } }, -{ "type": "Feature", "properties": { "_index": 1303, "bedlevel": -10002.0, "branchid": "pipe_9_E709;pipe_9_E710", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1298_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1872254913287951e-07, "index_right": 1305, "nodeid": "1396854.341840_5850064.255853", "id": "1396854.341840_5850064.255853", "name": "manhole_1298_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396854.341840214561671, 5850064.255853042006493 ] } }, -{ "type": "Feature", "properties": { "_index": 1304, "bedlevel": -10002.0, "branchid": "pipe_9_E710;pipe_9_E711", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1299_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8160963803341958e-07, "index_right": 1306, "nodeid": "1396818.364048_5850098.771878", "id": "1396818.364048_5850098.771878", "name": "manhole_1299_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396818.364047654904425, 5850098.771878163330257 ] } }, -{ "type": "Feature", "properties": { "_index": 1305, "bedlevel": -10002.0, "branchid": "pipe_9_E711;pipe_9_E712", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1300_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9407436119255062e-07, "index_right": 1307, "nodeid": "1396772.545833_5850118.782415", "id": "1396772.545833_5850118.782415", "name": "manhole_1300_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396772.545832651434466, 5850118.782415349967778 ] } }, -{ "type": "Feature", "properties": { "_index": 1306, "bedlevel": -10002.0, "branchid": "pipe_9_E712;pipe_9_E713", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1301_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5633531535668448e-07, "index_right": 1308, "nodeid": "1396725.953354_5850136.832000", "id": "1396725.953354_5850136.832000", "name": "manhole_1301_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396725.953354397555813, 5850136.831999611109495 ] } }, -{ "type": "Feature", "properties": { "_index": 1307, "bedlevel": -10002.0, "branchid": "pipe_9_E713;pipe_9_E714", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1302_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1875575834317185e-07, "index_right": 1309, "nodeid": "1396680.306772_5850156.897439", "id": "1396680.306772_5850156.897439", "name": "manhole_1302_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396680.306772171286866, 5850156.897439136169851 ] } }, -{ "type": "Feature", "properties": { "_index": 1308, "bedlevel": -10002.0, "branchid": "pipe_9_E714;pipe_9_E715", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1303_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5003618239094041e-07, "index_right": 1310, "nodeid": "1396637.652941_5850182.731584", "id": "1396637.652941_5850182.731584", "name": "manhole_1303_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396637.652940910076723, 5850182.731583880260587 ] } }, -{ "type": "Feature", "properties": { "_index": 1309, "bedlevel": -10002.0, "branchid": "pipe_9_E715;pipe_9_E716", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1304_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.027690156591571e-07, "index_right": 1311, "nodeid": "1396597.121500_5850212.006931", "id": "1396597.121500_5850212.006931", "name": "manhole_1304_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396597.121499699540436, 5850212.006931038573384 ] } }, -{ "type": "Feature", "properties": { "_index": 1310, "bedlevel": -10002.0, "branchid": "pipe_9_E716;pipe_9_E717", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1305_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8595041563153433e-07, "index_right": 1312, "nodeid": "1396558.856473_5850244.189198", "id": "1396558.856473_5850244.189198", "name": "manhole_1305_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396558.856472657993436, 5850244.189198179170489 ] } }, -{ "type": "Feature", "properties": { "_index": 1311, "bedlevel": -10002.0, "branchid": "pipe_9_E717;pipe_9_E718", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1306_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4263695692120251e-07, "index_right": 1313, "nodeid": "1396522.904999_5850278.759758", "id": "1396522.904999_5850278.759758", "name": "manhole_1306_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396522.904999349266291, 5850278.75975772831589 ] } }, -{ "type": "Feature", "properties": { "_index": 1312, "bedlevel": -10002.0, "branchid": "pipe_9_E718;pipe_9_E719", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1307_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 9.7589097152871906e-08, "index_right": 1314, "nodeid": "1396498.109132_5850321.592413", "id": "1396498.109132_5850321.592413", "name": "manhole_1307_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396498.109132022364065, 5850321.592413094826043 ] } }, -{ "type": "Feature", "properties": { "_index": 1313, "bedlevel": -10002.0, "branchid": "pipe_9_E719;pipe_9_E720", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1308_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6193447411060333e-07, "index_right": 1315, "nodeid": "1396487.670031_5850370.377072", "id": "1396487.670031_5850370.377072", "name": "manhole_1308_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396487.67003092658706, 5850370.377071748487651 ] } }, -{ "type": "Feature", "properties": { "_index": 1314, "bedlevel": -10002.0, "branchid": "pipe_9_E720;pipe_9_E721", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1309_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6326833644636259e-07, "index_right": 1316, "nodeid": "1396469.648583_5850416.281344", "id": "1396469.648583_5850416.281344", "name": "manhole_1309_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396469.648583082016557, 5850416.281344354152679 ] } }, -{ "type": "Feature", "properties": { "_index": 1315, "bedlevel": -10002.0, "branchid": "pipe_9_E721;pipe_9_E722", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1310_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9358256838603347e-07, "index_right": 1317, "nodeid": "1396436.648520_5850453.161231", "id": "1396436.648520_5850453.161231", "name": "manhole_1310_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396436.648520463611931, 5850453.161230830475688 ] } }, -{ "type": "Feature", "properties": { "_index": 1316, "bedlevel": -10002.0, "branchid": "pipe_9_E722;pipe_9_E723", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1311_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9959382431601613e-07, "index_right": 1318, "nodeid": "1396401.305606_5850488.483352", "id": "1396401.305606_5850488.483352", "name": "manhole_1311_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396401.305605810834095, 5850488.483351647853851 ] } }, -{ "type": "Feature", "properties": { "_index": 1317, "bedlevel": -10002.0, "branchid": "pipe_9_E723;pipe_9_E724", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1312_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7839418984308614e-07, "index_right": 1319, "nodeid": "1396376.968624_5850531.236111", "id": "1396376.968624_5850531.236111", "name": "manhole_1312_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396376.968624244444072, 5850531.236110867001116 ] } }, -{ "type": "Feature", "properties": { "_index": 1318, "bedlevel": -10002.0, "branchid": "pipe_9_E724;pipe_9_E725", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1313_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0443031804420434e-07, "index_right": 1320, "nodeid": "1396369.565516_5850580.434303", "id": "1396369.565516_5850580.434303", "name": "manhole_1313_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396369.565516233211383, 5850580.434303195215762 ] } }, -{ "type": "Feature", "properties": { "_index": 1319, "bedlevel": -10002.0, "branchid": "pipe_9_E725;pipe_9_E726", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1314_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9199401385319289e-07, "index_right": 1321, "nodeid": "1396367.422329_5850630.386496", "id": "1396367.422329_5850630.386496", "name": "manhole_1314_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396367.422328753164038, 5850630.386495574377477 ] } }, -{ "type": "Feature", "properties": { "_index": 1320, "bedlevel": -10002.0, "branchid": "pipe_9_E726;pipe_9_E727", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1315_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0539996977028525e-07, "index_right": 1322, "nodeid": "1396355.505569_5850678.626891", "id": "1396355.505569_5850678.626891", "name": "manhole_1315_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396355.505569480126724, 5850678.626891369000077 ] } }, -{ "type": "Feature", "properties": { "_index": 1321, "bedlevel": -10002.0, "branchid": "pipe_9_E727;pipe_9_E728", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1316_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7694360803415935e-07, "index_right": 1323, "nodeid": "1396340.533830_5850726.332440", "id": "1396340.533830_5850726.332440", "name": "manhole_1316_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396340.533829906256869, 5850726.332439634948969 ] } }, -{ "type": "Feature", "properties": { "_index": 1322, "bedlevel": -10002.0, "branchid": "pipe_9_E728;pipe_9_E729", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1317_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7316600480686406e-07, "index_right": 1324, "nodeid": "1396330.628420_5850775.244543", "id": "1396330.628420_5850775.244543", "name": "manhole_1317_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396330.62842025491409, 5850775.244543398730457 ] } }, -{ "type": "Feature", "properties": { "_index": 1323, "bedlevel": -10002.0, "branchid": "pipe_9_E729;pipe_9_E730", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1318_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1674724376905179e-07, "index_right": 1325, "nodeid": "1396332.102187_5850824.827889", "id": "1396332.102187_5850824.827889", "name": "manhole_1318_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396332.102186684729531, 5850824.82788896933198 ] } }, -{ "type": "Feature", "properties": { "_index": 1324, "bedlevel": -10002.0, "branchid": "pipe_9_E730;pipe_9_E731", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1319_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9874389085708739e-07, "index_right": 1326, "nodeid": "1396329.030582_5850873.314712", "id": "1396329.030582_5850873.314712", "name": "manhole_1319_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396329.030581515748054, 5850873.314711880870163 ] } }, -{ "type": "Feature", "properties": { "_index": 1325, "bedlevel": -10002.0, "branchid": "pipe_9_E731;pipe_9_E732", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1320_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.781314883271903e-07, "index_right": 1327, "nodeid": "1396307.792410_5850918.574912", "id": "1396307.792410_5850918.574912", "name": "manhole_1320_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396307.792410035151988, 5850918.574911523610353 ] } }, -{ "type": "Feature", "properties": { "_index": 1326, "bedlevel": -10002.0, "branchid": "pipe_9_E732;pipe_9_E733", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1321_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4986926474521782e-07, "index_right": 1328, "nodeid": "1396293.439802_5850966.431145", "id": "1396293.439802_5850966.431145", "name": "manhole_1321_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396293.439801756525412, 5850966.431145056150854 ] } }, -{ "type": "Feature", "properties": { "_index": 1327, "bedlevel": -10002.0, "branchid": "pipe_9_E733;pipe_9_E734", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1322_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7417992456605763e-07, "index_right": 1329, "nodeid": "1396268.414771_5851008.915235", "id": "1396268.414771_5851008.915235", "name": "manhole_1322_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396268.414770691189915, 5851008.915235211141407 ] } }, -{ "type": "Feature", "properties": { "_index": 1328, "bedlevel": -10002.0, "branchid": "pipe_9_E734;pipe_9_E735", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1323_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2480153520433908e-07, "index_right": 1330, "nodeid": "1396239.616595_5851049.273408", "id": "1396239.616595_5851049.273408", "name": "manhole_1323_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396239.616595041006804, 5851049.273407577537 ] } }, -{ "type": "Feature", "properties": { "_index": 1329, "bedlevel": -10002.0, "branchid": "pipe_9_E735;pipe_9_E736", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1324_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.902208148350037e-07, "index_right": 1331, "nodeid": "1396219.456912_5851095.028839", "id": "1396219.456912_5851095.028839", "name": "manhole_1324_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396219.456911833258346, 5851095.028838538564742 ] } }, -{ "type": "Feature", "properties": { "_index": 1330, "bedlevel": -10002.0, "branchid": "pipe_9_E736;pipe_9_E737", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1325_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5097997478984636e-07, "index_right": 1332, "nodeid": "1396187.056600_5851131.814035", "id": "1396187.056600_5851131.814035", "name": "manhole_1325_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396187.056600447744131, 5851131.814034946262836 ] } }, -{ "type": "Feature", "properties": { "_index": 1331, "bedlevel": -10002.0, "branchid": "pipe_9_E737;pipe_9_E738", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1326_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.4871547862498364e-07, "index_right": 1333, "nodeid": "1396155.752779_5851169.305831", "id": "1396155.752779_5851169.305831", "name": "manhole_1326_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396155.752778563182801, 5851169.305830520577729 ] } }, -{ "type": "Feature", "properties": { "_index": 1332, "bedlevel": -10002.0, "branchid": "pipe_9_E738;pipe_9_E739", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1327_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1806403529965839e-07, "index_right": 1334, "nodeid": "1396139.285988_5851216.515636", "id": "1396139.285988_5851216.515636", "name": "manhole_1327_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396139.285988454474136, 5851216.515635751187801 ] } }, -{ "type": "Feature", "properties": { "_index": 1333, "bedlevel": -10002.0, "branchid": "pipe_9_E739;pipe_9_E740", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1328_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0898637266574918e-07, "index_right": 1335, "nodeid": "1396119.117080_5851262.109444", "id": "1396119.117080_5851262.109444", "name": "manhole_1328_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396119.117080400697887, 5851262.109444313682616 ] } }, -{ "type": "Feature", "properties": { "_index": 1334, "bedlevel": -10002.0, "branchid": "pipe_9_E740;pipe_9_E741", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1329_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5914681102577861e-07, "index_right": 1336, "nodeid": "1396089.776196_5851302.568144", "id": "1396089.776196_5851302.568144", "name": "manhole_1329_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396089.776196002028883, 5851302.568144459277391 ] } }, -{ "type": "Feature", "properties": { "_index": 1335, "bedlevel": -10002.0, "branchid": "pipe_9_E741;pipe_9_E742", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1330_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4656886085078886e-07, "index_right": 1337, "nodeid": "1396062.763765_5851344.562867", "id": "1396062.763765_5851344.562867", "name": "manhole_1330_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396062.7637652202975, 5851344.562866888940334 ] } }, -{ "type": "Feature", "properties": { "_index": 1336, "bedlevel": -10002.0, "branchid": "pipe_9_E742;pipe_9_E743", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1331_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4509757944902953e-07, "index_right": 1338, "nodeid": "1396038.238004_5851388.061103", "id": "1396038.238004_5851388.061103", "name": "manhole_1331_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396038.238003837410361, 5851388.06110318377614 ] } }, -{ "type": "Feature", "properties": { "_index": 1337, "bedlevel": -10002.0, "branchid": "pipe_9_E743;pipe_9_E744", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1332_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.19794224061618e-07, "index_right": 1339, "nodeid": "1396018.529443_5851434.012653", "id": "1396018.529443_5851434.012653", "name": "manhole_1332_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396018.529442845610902, 5851434.01265315618366 ] } }, -{ "type": "Feature", "properties": { "_index": 1338, "bedlevel": -10002.0, "branchid": "pipe_9_E744;pipe_9_E745", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1333_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6553515752767997e-07, "index_right": 1340, "nodeid": "1396004.188278_5851481.903527", "id": "1396004.188278_5851481.903527", "name": "manhole_1333_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396004.188277852488682, 5851481.903526779264212 ] } }, -{ "type": "Feature", "properties": { "_index": 1339, "bedlevel": -10002.0, "branchid": "pipe_9_E745;pipe_9_E746", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1334_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7800340496657361e-07, "index_right": 1341, "nodeid": "1395989.973599_5851529.840102", "id": "1395989.973599_5851529.840102", "name": "manhole_1334_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395989.973599075572565, 5851529.8401018390432 ] } }, -{ "type": "Feature", "properties": { "_index": 1340, "bedlevel": -10002.0, "branchid": "pipe_9_E746;pipe_9_E747", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1335_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1527882798507664e-07, "index_right": 1342, "nodeid": "1395975.758920_5851577.776677", "id": "1395975.758920_5851577.776677", "name": "manhole_1335_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395975.758920298423618, 5851577.776676898822188 ] } }, -{ "type": "Feature", "properties": { "_index": 1341, "bedlevel": -10002.0, "branchid": "pipe_9_E747;pipe_9_E748", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1336_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4533517672208555e-07, "index_right": 1343, "nodeid": "1395949.053041_5851619.085304", "id": "1395949.053041_5851619.085304", "name": "manhole_1336_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395949.053040965925902, 5851619.085303656756878 ] } }, -{ "type": "Feature", "properties": { "_index": 1342, "bedlevel": -10002.0, "branchid": "pipe_9_E748;pipe_9_E749", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1337_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9707941054319527e-07, "index_right": 1344, "nodeid": "1395906.598052_5851645.086631", "id": "1395906.598052_5851645.086631", "name": "manhole_1337_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395906.598052026005462, 5851645.086631496436894 ] } }, -{ "type": "Feature", "properties": { "_index": 1343, "bedlevel": -10002.0, "branchid": "pipe_9_E749;pipe_9_E750", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1338_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0629337980833069e-07, "index_right": 1345, "nodeid": "1395867.442700_5851675.664101", "id": "1395867.442700_5851675.664101", "name": "manhole_1338_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395867.442700292682275, 5851675.664100909605622 ] } }, -{ "type": "Feature", "properties": { "_index": 1344, "bedlevel": -10002.0, "branchid": "pipe_9_E750;pipe_9_E751", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1339_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2791669030859437e-07, "index_right": 1346, "nodeid": "1395832.097041_5851711.025758", "id": "1395832.097041_5851711.025758", "name": "manhole_1339_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395832.097041269298643, 5851711.025758332572877 ] } }, -{ "type": "Feature", "properties": { "_index": 1345, "bedlevel": -10002.0, "branchid": "pipe_9_E751;pipe_9_E752", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1340_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8019356624018153e-07, "index_right": 1347, "nodeid": "1395797.293576_5851746.924103", "id": "1395797.293576_5851746.924103", "name": "manhole_1340_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395797.293576273601502, 5851746.924102939665318 ] } }, -{ "type": "Feature", "properties": { "_index": 1346, "bedlevel": -10002.0, "branchid": "pipe_9_E752;pipe_9_E753", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1341_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.2277718834492085e-07, "index_right": 1348, "nodeid": "1395757.321258_5851775.602074", "id": "1395757.321258_5851775.602074", "name": "manhole_1341_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395757.321257625240833, 5851775.602073502726853 ] } }, -{ "type": "Feature", "properties": { "_index": 1347, "bedlevel": -10002.0, "branchid": "pipe_9_E753;pipe_9_E754", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1342_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4486424112681619e-07, "index_right": 1349, "nodeid": "1395708.708823_5851786.201602", "id": "1395708.708823_5851786.201602", "name": "manhole_1342_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395708.708822625689209, 5851786.201601759530604 ] } }, -{ "type": "Feature", "properties": { "_index": 1348, "bedlevel": -10002.0, "branchid": "pipe_9_E754;pipe_9_E755", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1343_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3589845211052571e-07, "index_right": 1350, "nodeid": "1395658.798328_5851788.626669", "id": "1395658.798328_5851788.626669", "name": "manhole_1343_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395658.798327673226595, 5851788.626669078134 ] } }, -{ "type": "Feature", "properties": { "_index": 1349, "bedlevel": -10002.0, "branchid": "pipe_9_E755;pipe_9_E756", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1344_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6106140278544733e-07, "index_right": 1351, "nodeid": "1395609.620199_5851795.143660", "id": "1395609.620199_5851795.143660", "name": "manhole_1344_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395609.620199293363839, 5851795.143659789115191 ] } }, -{ "type": "Feature", "properties": { "_index": 1350, "bedlevel": -10002.0, "branchid": "pipe_9_E756;pipe_9_E757", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1345_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2137047897517406e-07, "index_right": 1352, "nodeid": "1395574.851395_5851829.572808", "id": "1395574.851395_5851829.572808", "name": "manhole_1345_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395574.851394922938198, 5851829.572807688266039 ] } }, -{ "type": "Feature", "properties": { "_index": 1351, "bedlevel": -10002.0, "branchid": "pipe_9_E757;pipe_9_E758", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1346_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7803351876439732e-07, "index_right": 1353, "nodeid": "1395544.828832_5851869.555530", "id": "1395544.828832_5851869.555530", "name": "manhole_1346_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395544.828832363011315, 5851869.555529688484967 ] } }, -{ "type": "Feature", "properties": { "_index": 1352, "bedlevel": -10002.0, "branchid": "pipe_9_E758;pipe_9_E759", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1347_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.692295407916182e-07, "index_right": 1354, "nodeid": "1395518.719845_5851912.096642", "id": "1395518.719845_5851912.096642", "name": "manhole_1347_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395518.719845295883715, 5851912.096641635522246 ] } }, -{ "type": "Feature", "properties": { "_index": 1353, "bedlevel": -10002.0, "branchid": "pipe_9_E759;pipe_9_E760", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1348_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0664997908427029e-07, "index_right": 1355, "nodeid": "1395494.135559_5851955.634960", "id": "1395494.135559_5851955.634960", "name": "manhole_1348_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395494.13555877446197, 5851955.634959792718291 ] } }, -{ "type": "Feature", "properties": { "_index": 1354, "bedlevel": -10002.0, "branchid": "pipe_9_E760;pipe_9_E761", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1349_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6248936852888621e-07, "index_right": 1356, "nodeid": "1395471.594875_5852000.226337", "id": "1395471.594875_5852000.226337", "name": "manhole_1349_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395471.594874873524532, 5852000.226336769759655 ] } }, -{ "type": "Feature", "properties": { "_index": 1355, "bedlevel": -10002.0, "branchid": "pipe_9_E761;pipe_9_E762", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1350_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0917719566841011e-07, "index_right": 1357, "nodeid": "1395448.254718_5852044.431216", "id": "1395448.254718_5852044.431216", "name": "manhole_1350_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395448.254717521602288, 5852044.431216173805296 ] } }, -{ "type": "Feature", "properties": { "_index": 1356, "bedlevel": -10002.0, "branchid": "pipe_9_E762;pipe_9_E763", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1351_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3136712331011472e-07, "index_right": 1358, "nodeid": "1395413.296649_5852077.971003", "id": "1395413.296649_5852077.971003", "name": "manhole_1351_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395413.296649469994009, 5852077.97100324742496 ] } }, -{ "type": "Feature", "properties": { "_index": 1357, "bedlevel": -10002.0, "branchid": "pipe_9_E763;pipe_9_E764", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1352_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1810186423448932e-07, "index_right": 1359, "nodeid": "1395372.324927_5852105.181911", "id": "1395372.324927_5852105.181911", "name": "manhole_1352_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395372.324927324661985, 5852105.181910736486316 ] } }, -{ "type": "Feature", "properties": { "_index": 1358, "bedlevel": -10002.0, "branchid": "pipe_9_E764;pipe_9_E765", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1353_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1754636594778987e-07, "index_right": 1360, "nodeid": "1395336.659707_5852139.696974", "id": "1395336.659707_5852139.696974", "name": "manhole_1353_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395336.659707121318206, 5852139.696973600424826 ] } }, -{ "type": "Feature", "properties": { "_index": 1359, "bedlevel": -10002.0, "branchid": "pipe_9_E765;pipe_9_E766", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1354_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.9544686823468746e-07, "index_right": 1361, "nodeid": "1395292.778667_5852163.621667", "id": "1395292.778667_5852163.621667", "name": "manhole_1354_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395292.778667069738731, 5852163.62166681792587 ] } }, -{ "type": "Feature", "properties": { "_index": 1360, "bedlevel": -10002.0, "branchid": "pipe_9_E766;pipe_9_E767", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1355_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.1714158350455299e-07, "index_right": 1362, "nodeid": "1395249.109232_5852186.737406", "id": "1395249.109232_5852186.737406", "name": "manhole_1355_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395249.109231889015064, 5852186.737405962310731 ] } }, -{ "type": "Feature", "properties": { "_index": 1361, "bedlevel": -10002.0, "branchid": "pipe_9_E767;pipe_9_E768", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1356_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.853477491568088e-07, "index_right": 1363, "nodeid": "1395203.751257_5852206.181643", "id": "1395203.751257_5852206.181643", "name": "manhole_1356_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395203.751256988849491, 5852206.181643485091627 ] } }, -{ "type": "Feature", "properties": { "_index": 1362, "bedlevel": -10002.0, "branchid": "pipe_9_E768;pipe_9_E769", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1357_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0054256465241076e-07, "index_right": 1364, "nodeid": "1395165.020262_5852237.484141", "id": "1395165.020262_5852237.484141", "name": "manhole_1357_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395165.020262111211196, 5852237.484140511602163 ] } }, -{ "type": "Feature", "properties": { "_index": 1363, "bedlevel": -10002.0, "branchid": "pipe_9_E769;pipe_9_E770", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1358_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5353731314201387e-07, "index_right": 1365, "nodeid": "1395118.824361_5852256.064939", "id": "1395118.824361_5852256.064939", "name": "manhole_1358_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395118.824360576691106, 5852256.064939356409013 ] } }, -{ "type": "Feature", "properties": { "_index": 1364, "bedlevel": -10002.0, "branchid": "pipe_9_E770;pipe_9_E771", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1359_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6108455687167569e-07, "index_right": 1366, "nodeid": "1395076.581746_5852282.089220", "id": "1395076.581746_5852282.089220", "name": "manhole_1359_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395076.581746106501669, 5852282.089220238849521 ] } }, -{ "type": "Feature", "properties": { "_index": 1365, "bedlevel": -10002.0, "branchid": "pipe_9_E771;pipe_9_E772", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1360_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4170869581384189e-07, "index_right": 1367, "nodeid": "1395037.188581_5852312.881279", "id": "1395037.188581_5852312.881279", "name": "manhole_1360_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395037.188581393798813, 5852312.881279200315475 ] } }, -{ "type": "Feature", "properties": { "_index": 1366, "bedlevel": -10002.0, "branchid": "pipe_9_E772;pipe_9_E773", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1361_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5290149863797747e-07, "index_right": 1368, "nodeid": "1394997.262214_5852342.977754", "id": "1394997.262214_5852342.977754", "name": "manhole_1361_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394997.262213865062222, 5852342.97775392793119 ] } }, -{ "type": "Feature", "properties": { "_index": 1367, "bedlevel": -10002.0, "branchid": "pipe_9_E773;pipe_9_E774", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1362_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3122835790214424e-07, "index_right": 1369, "nodeid": "1394957.294402_5852373.020162", "id": "1394957.294402_5852373.020162", "name": "manhole_1362_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394957.294401574181393, 5852373.02016231790185 ] } }, -{ "type": "Feature", "properties": { "_index": 1368, "bedlevel": -10002.0, "branchid": "pipe_9_E774;pipe_9_E775", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1363_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4952989284908394e-07, "index_right": 1370, "nodeid": "1394923.064121_5852408.949667", "id": "1394923.064121_5852408.949667", "name": "manhole_1363_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394923.064120852621272, 5852408.949667424894869 ] } }, -{ "type": "Feature", "properties": { "_index": 1369, "bedlevel": -10002.0, "branchid": "pipe_9_E775;pipe_9_E776", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1364_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3114462197329661e-07, "index_right": 1371, "nodeid": "1394884.932902_5852438.859470", "id": "1394884.932902_5852438.859470", "name": "manhole_1364_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394884.932902404107153, 5852438.859469654969871 ] } }, -{ "type": "Feature", "properties": { "_index": 1370, "bedlevel": -10002.0, "branchid": "pipe_9_E776;pipe_9_E777", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1365_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 7.2129415254034479e-08, "index_right": 1372, "nodeid": "1394845.735164_5852467.776480", "id": "1394845.735164_5852467.776480", "name": "manhole_1365_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394845.735164049779996, 5852467.776479947380722 ] } }, -{ "type": "Feature", "properties": { "_index": 1371, "bedlevel": -10002.0, "branchid": "pipe_9_E777;pipe_9_E778", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1366_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5642315187173073e-07, "index_right": 1373, "nodeid": "1394819.511815_5852510.312906", "id": "1394819.511815_5852510.312906", "name": "manhole_1366_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394819.511815323727205, 5852510.312905547209084 ] } }, -{ "type": "Feature", "properties": { "_index": 1372, "bedlevel": -10002.0, "branchid": "pipe_9_E778;pipe_9_E779", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1367_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8567668625495585e-07, "index_right": 1374, "nodeid": "1394781.711910_5852541.376139", "id": "1394781.711910_5852541.376139", "name": "manhole_1367_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394781.711909656878561, 5852541.376139343716204 ] } }, -{ "type": "Feature", "properties": { "_index": 1373, "bedlevel": -10002.0, "branchid": "pipe_9_E779;pipe_9_E780", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1368_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7791913652706464e-07, "index_right": 1375, "nodeid": "1394744.307820_5852572.518391", "id": "1394744.307820_5852572.518391", "name": "manhole_1368_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394744.307820181362331, 5852572.518391331657767 ] } }, -{ "type": "Feature", "properties": { "_index": 1374, "bedlevel": -10002.0, "branchid": "pipe_9_E780;pipe_9_E781", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1369_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9105367098415549e-07, "index_right": 1376, "nodeid": "1394717.909511_5852614.650780", "id": "1394717.909511_5852614.650780", "name": "manhole_1369_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394717.909510743571445, 5852614.650779861956835 ] } }, -{ "type": "Feature", "properties": { "_index": 1375, "bedlevel": -10002.0, "branchid": "pipe_9_E781;pipe_9_E782", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1370_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5611618173120665e-07, "index_right": 1377, "nodeid": "1394686.181401_5852653.249247", "id": "1394686.181401_5852653.249247", "name": "manhole_1370_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394686.181401456007734, 5852653.249246998690069 ] } }, -{ "type": "Feature", "properties": { "_index": 1376, "bedlevel": -10002.0, "branchid": "pipe_9_E782;pipe_9_E783", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1371_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1840029448671534e-07, "index_right": 1378, "nodeid": "1394664.043619_5852697.955490", "id": "1394664.043619_5852697.955490", "name": "manhole_1371_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394664.043618610361591, 5852697.955490152351558 ] } }, -{ "type": "Feature", "properties": { "_index": 1377, "bedlevel": -10002.0, "branchid": "pipe_9_E783;pipe_9_E784", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1372_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0347662866585901e-07, "index_right": 1379, "nodeid": "1394638.640681_5852740.362316", "id": "1394638.640681_5852740.362316", "name": "manhole_1372_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394638.640680606942624, 5852740.362315909005702 ] } }, -{ "type": "Feature", "properties": { "_index": 1378, "bedlevel": -10002.0, "branchid": "pipe_9_E784;pipe_9_E785", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1373_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9452664171282011e-07, "index_right": 1380, "nodeid": "1394594.036166_5852738.106441", "id": "1394594.036166_5852738.106441", "name": "manhole_1373_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394594.036166108679026, 5852738.106440517120063 ] } }, -{ "type": "Feature", "properties": { "_index": 1379, "bedlevel": -10002.0, "branchid": "pipe_9_E785;pipe_9_E786", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1374_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2962241348375473e-07, "index_right": 1381, "nodeid": "1394586.520229_5852692.657292", "id": "1394586.520229_5852692.657292", "name": "manhole_1374_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394586.520229321205989, 5852692.657292073592544 ] } }, -{ "type": "Feature", "properties": { "_index": 1380, "bedlevel": -10002.0, "branchid": "pipe_9_E786;pipe_9_E787", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1375_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.6246701218026935e-07, "index_right": 1382, "nodeid": "1394597.447581_5852643.880952", "id": "1394597.447581_5852643.880952", "name": "manhole_1375_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394597.447580554988235, 5852643.880951508879662 ] } }, -{ "type": "Feature", "properties": { "_index": 1381, "bedlevel": -10002.0, "branchid": "pipe_9_E787;pipe_9_E788", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1376_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1174991773425446e-07, "index_right": 1383, "nodeid": "1394610.115311_5852595.517021", "id": "1394610.115311_5852595.517021", "name": "manhole_1376_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394610.115311411675066, 5852595.517020991072059 ] } }, -{ "type": "Feature", "properties": { "_index": 1382, "bedlevel": -10002.0, "branchid": "pipe_9_E788;pipe_9_E789", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1377_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.786649794091692e-07, "index_right": 1384, "nodeid": "1394589.452387_5852555.245408", "id": "1394589.452387_5852555.245408", "name": "manhole_1377_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394589.452386688208207, 5852555.245408363640308 ] } }, -{ "type": "Feature", "properties": { "_index": 1383, "bedlevel": -10002.0, "branchid": "pipe_9_E789;pipe_9_E790", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1378_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4039348476436044e-07, "index_right": 1385, "nodeid": "1394541.653080_5852543.805665", "id": "1394541.653080_5852543.805665", "name": "manhole_1378_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394541.65307956142351, 5852543.805664961226285 ] } }, -{ "type": "Feature", "properties": { "_index": 1384, "bedlevel": -10002.0, "branchid": "pipe_9_E790;pipe_9_E791", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1379_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6125050775179269e-07, "index_right": 1386, "nodeid": "1394492.894961_5852554.632755", "id": "1394492.894961_5852554.632755", "name": "manhole_1379_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394492.894960914272815, 5852554.632754753343761 ] } }, -{ "type": "Feature", "properties": { "_index": 1385, "bedlevel": -10002.0, "branchid": "pipe_9_E791;pipe_9_E792", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1380_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5097582769363076e-07, "index_right": 1387, "nodeid": "1394443.974860_5852564.388139", "id": "1394443.974860_5852564.388139", "name": "manhole_1380_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394443.974859671667218, 5852564.388139309361577 ] } }, -{ "type": "Feature", "properties": { "_index": 1386, "bedlevel": -10002.0, "branchid": "pipe_9_E792;pipe_9_E793", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1381_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7373661485845429e-07, "index_right": 1388, "nodeid": "1394394.029334_5852566.715529", "id": "1394394.029334_5852566.715529", "name": "manhole_1381_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394394.029333570739254, 5852566.715529200620949 ] } }, -{ "type": "Feature", "properties": { "_index": 1387, "bedlevel": -10002.0, "branchid": "pipe_9_E793;pipe_9_E794", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1382_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7881326087240656e-07, "index_right": 1389, "nodeid": "1394344.083807_5852569.042919", "id": "1394344.083807_5852569.042919", "name": "manhole_1382_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394344.083807469811291, 5852569.042919091880322 ] } }, -{ "type": "Feature", "properties": { "_index": 1388, "bedlevel": -10002.0, "branchid": "pipe_9_E794;pipe_9_E795", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1383_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4052295774073324e-07, "index_right": 1390, "nodeid": "1394294.107848_5852570.552707", "id": "1394294.107848_5852570.552707", "name": "manhole_1383_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394294.107847816543654, 5852570.552707155235112 ] } }, -{ "type": "Feature", "properties": { "_index": 1389, "bedlevel": -10002.0, "branchid": "pipe_9_E795;pipe_9_E796", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1384_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8121816802085024e-07, "index_right": 1391, "nodeid": "1394244.127509_5852571.944853", "id": "1394244.127509_5852571.944853", "name": "manhole_1384_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394244.127509164391086, 5852571.944852772168815 ] } }, -{ "type": "Feature", "properties": { "_index": 1390, "bedlevel": -10002.0, "branchid": "pipe_9_E796;pipe_9_E797", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1385_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.9430426565407427e-07, "index_right": 1392, "nodeid": "1394194.812277_5852566.083685", "id": "1394194.812277_5852566.083685", "name": "manhole_1385_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394194.812276627169922, 5852566.083685463294387 ] } }, -{ "type": "Feature", "properties": { "_index": 1391, "bedlevel": -10002.0, "branchid": "pipe_9_E797;pipe_9_E798", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1386_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1488285162206914e-07, "index_right": 1393, "nodeid": "1394145.918613_5852555.625103", "id": "1394145.918613_5852555.625103", "name": "manhole_1386_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394145.918612685985863, 5852555.625102977268398 ] } }, -{ "type": "Feature", "properties": { "_index": 1392, "bedlevel": -10002.0, "branchid": "pipe_9_E798;pipe_9_E799", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1387_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6736750583820235e-07, "index_right": 1394, "nodeid": "1394100.560877_5852536.308194", "id": "1394100.560877_5852536.308194", "name": "manhole_1387_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394100.560877124778926, 5852536.308193654753268 ] } }, -{ "type": "Feature", "properties": { "_index": 1393, "bedlevel": -10002.0, "branchid": "pipe_9_E799;pipe_9_E800", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1388_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5389818931413186e-07, "index_right": 1395, "nodeid": "1394057.904668_5852510.223329", "id": "1394057.904668_5852510.223329", "name": "manhole_1388_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394057.904667955357581, 5852510.223329451866448 ] } }, -{ "type": "Feature", "properties": { "_index": 1394, "bedlevel": -10002.0, "branchid": "pipe_9_E800;pipe_9_E801", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1389_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2820235660190168e-07, "index_right": 1396, "nodeid": "1394015.248459_5852484.138465", "id": "1394015.248459_5852484.138465", "name": "manhole_1389_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394015.248458785703406, 5852484.138465248979628 ] } }, -{ "type": "Feature", "properties": { "_index": 1395, "bedlevel": -10002.0, "branchid": "pipe_9_E801;pipe_9_E802", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1390_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1174727722717825e-07, "index_right": 1397, "nodeid": "1393968.486471_5852467.076493", "id": "1393968.486471_5852467.076493", "name": "manhole_1390_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393968.486471301177517, 5852467.076493079774082 ] } }, -{ "type": "Feature", "properties": { "_index": 1396, "bedlevel": -10002.0, "branchid": "pipe_9_E802;pipe_9_E803", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1391_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3656714483336829e-08, "index_right": 1398, "nodeid": "1393919.139038_5852459.687321", "id": "1393919.139038_5852459.687321", "name": "manhole_1391_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393919.139037991641089, 5852459.687321032397449 ] } }, -{ "type": "Feature", "properties": { "_index": 1397, "bedlevel": -10002.0, "branchid": "pipe_9_E803;pipe_9_E804", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1392_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3693232887942625e-07, "index_right": 1399, "nodeid": "1393869.477080_5852455.258879", "id": "1393869.477080_5852455.258879", "name": "manhole_1392_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393869.477079958422109, 5852455.258879334665835 ] } }, -{ "type": "Feature", "properties": { "_index": 1398, "bedlevel": -10002.0, "branchid": "pipe_9_E804;pipe_9_E805", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1393_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7248728320000245e-07, "index_right": 1400, "nodeid": "1393825.106229_5852475.609582", "id": "1393825.106229_5852475.609582", "name": "manhole_1393_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393825.106229142751545, 5852475.609582097269595 ] } }, -{ "type": "Feature", "properties": { "_index": 1399, "bedlevel": -10002.0, "branchid": "pipe_9_E805;pipe_9_E806", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1394_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7190014732460827e-07, "index_right": 1401, "nodeid": "1393779.022888_5852486.305032", "id": "1393779.022888_5852486.305032", "name": "manhole_1394_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393779.022887969622388, 5852486.305031629279256 ] } }, -{ "type": "Feature", "properties": { "_index": 1400, "bedlevel": -10002.0, "branchid": "pipe_9_E806;pipe_9_E807", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1395_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.0634321407747324e-07, "index_right": 1402, "nodeid": "1393746.176190_5852501.713236", "id": "1393746.176190_5852501.713236", "name": "manhole_1395_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393746.176190006081015, 5852501.713235894218087 ] } }, -{ "type": "Feature", "properties": { "_index": 1401, "bedlevel": -10002.0, "branchid": "pipe_9_E807;pipe_9_E808", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1396_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.1147550892250864e-07, "index_right": 1403, "nodeid": "1393790.325893_5852506.742803", "id": "1393790.325893_5852506.742803", "name": "manhole_1396_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393790.325893355766311, 5852506.742802502587438 ] } }, -{ "type": "Feature", "properties": { "_index": 1402, "bedlevel": -10002.0, "branchid": "pipe_9_E808;pipe_9_E809", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1397_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0507667684265139e-07, "index_right": 1404, "nodeid": "1393837.809800_5852491.082314", "id": "1393837.809800_5852491.082314", "name": "manhole_1397_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393837.809800375485793, 5852491.082314152270555 ] } }, -{ "type": "Feature", "properties": { "_index": 1403, "bedlevel": -10002.0, "branchid": "pipe_9_E809;pipe_9_E810", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1398_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6091059184706285e-07, "index_right": 1405, "nodeid": "1393886.150328_5852493.407182", "id": "1393886.150328_5852493.407182", "name": "manhole_1398_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393886.15032762195915, 5852493.407181736081839 ] } }, -{ "type": "Feature", "properties": { "_index": 1404, "bedlevel": -10002.0, "branchid": "pipe_9_E810;pipe_9_E811", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1399_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4198632164893476e-07, "index_right": 1406, "nodeid": "1393931.905923_5852513.566493", "id": "1393931.905923_5852513.566493", "name": "manhole_1399_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393931.905922902980819, 5852513.566492778249085 ] } }, -{ "type": "Feature", "properties": { "_index": 1405, "bedlevel": -10002.0, "branchid": "pipe_9_E811;pipe_9_E812", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1400_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0205429886247134e-07, "index_right": 1407, "nodeid": "1393975.755333_5852537.459648", "id": "1393975.755333_5852537.459648", "name": "manhole_1400_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393975.755333374254405, 5852537.459647852927446 ] } }, -{ "type": "Feature", "properties": { "_index": 1406, "bedlevel": -10002.0, "branchid": "pipe_9_E812;pipe_9_E813", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1401_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.011865514171761e-07, "index_right": 1408, "nodeid": "1394015.055108_5852568.024151", "id": "1394015.055108_5852568.024151", "name": "manhole_1401_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394015.055107508320361, 5852568.024150903336704 ] } }, -{ "type": "Feature", "properties": { "_index": 1407, "bedlevel": -10002.0, "branchid": "pipe_9_E813;pipe_9_E814", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1402_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2773067807411311e-07, "index_right": 1409, "nodeid": "1394050.698139_5852603.052406", "id": "1394050.698139_5852603.052406", "name": "manhole_1402_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394050.698138653300703, 5852603.052405749447644 ] } }, -{ "type": "Feature", "properties": { "_index": 1408, "bedlevel": -10002.0, "branchid": "pipe_9_E814;pipe_9_E815", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1403_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9568610556915296e-07, "index_right": 1410, "nodeid": "1394085.645217_5852638.810957", "id": "1394085.645217_5852638.810957", "name": "manhole_1403_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394085.645217273384333, 5852638.810957413166761 ] } }, -{ "type": "Feature", "properties": { "_index": 1409, "bedlevel": -10002.0, "branchid": "pipe_9_E815;pipe_9_E816", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1404_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2967348205765191e-07, "index_right": 1411, "nodeid": "1394125.333798_5852668.853217", "id": "1394125.333798_5852668.853217", "name": "manhole_1404_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394125.333798250183463, 5852668.853217349387705 ] } }, -{ "type": "Feature", "properties": { "_index": 1410, "bedlevel": -10002.0, "branchid": "pipe_9_E816;pipe_9_E817", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1405_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7548732962935976e-07, "index_right": 1412, "nodeid": "1394169.055734_5852692.935080", "id": "1394169.055734_5852692.935080", "name": "manhole_1405_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394169.05573367443867, 5852692.935080187395215 ] } }, -{ "type": "Feature", "properties": { "_index": 1411, "bedlevel": -10002.0, "branchid": "pipe_9_E817;pipe_9_E818", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1406_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4625131677125635e-07, "index_right": 1413, "nodeid": "1394213.778911_5852715.291506", "id": "1394213.778911_5852715.291506", "name": "manhole_1406_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394213.778910573106259, 5852715.291505869477987 ] } }, -{ "type": "Feature", "properties": { "_index": 1412, "bedlevel": -10002.0, "branchid": "pipe_9_E818;pipe_9_E819", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1407_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.5133984509941321e-07, "index_right": 1414, "nodeid": "1394258.502087_5852737.647932", "id": "1394258.502087_5852737.647932", "name": "manhole_1407_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394258.502087472006679, 5852737.64793155156076 ] } }, -{ "type": "Feature", "properties": { "_index": 1413, "bedlevel": -10002.0, "branchid": "pipe_9_E819;pipe_9_E820", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1408_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2483613217162104e-07, "index_right": 1415, "nodeid": "1394303.633563_5852759.137795", "id": "1394303.633563_5852759.137795", "name": "manhole_1408_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394303.633563183248043, 5852759.137795268557966 ] } }, -{ "type": "Feature", "properties": { "_index": 1414, "bedlevel": -10002.0, "branchid": "pipe_9_E820;pipe_9_E821", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1409_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.0396064229463537e-07, "index_right": 1416, "nodeid": "1394311.356383_5852792.836309", "id": "1394311.356383_5852792.836309", "name": "manhole_1409_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394311.35638309433125, 5852792.836309043690562 ] } }, -{ "type": "Feature", "properties": { "_index": 1415, "bedlevel": -10002.0, "branchid": "pipe_9_E821;pipe_9_E822", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1410_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8799575533617275e-07, "index_right": 1417, "nodeid": "1394267.192787_5852772.091807", "id": "1394267.192787_5852772.091807", "name": "manhole_1410_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394267.192787079373375, 5852772.091807481832802 ] } }, -{ "type": "Feature", "properties": { "_index": 1416, "bedlevel": -10002.0, "branchid": "pipe_9_E822;pipe_9_E823", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1411_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.490553383098048e-07, "index_right": 1418, "nodeid": "1394222.243893_5852750.806208", "id": "1394222.243893_5852750.806208", "name": "manhole_1411_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394222.243892945814878, 5852750.806207756511867 ] } }, -{ "type": "Feature", "properties": { "_index": 1417, "bedlevel": -10002.0, "branchid": "pipe_9_E823;pipe_9_E824", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1412_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1337459589376682e-07, "index_right": 1419, "nodeid": "1394174.481163_5852736.017934", "id": "1394174.481163_5852736.017934", "name": "manhole_1412_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394174.481163326650858, 5852736.017933746799827 ] } }, -{ "type": "Feature", "properties": { "_index": 1418, "bedlevel": -10002.0, "branchid": "pipe_9_E824;pipe_9_E825", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1413_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1831782924959336e-07, "index_right": 1420, "nodeid": "1394126.701585_5852721.284154", "id": "1394126.701585_5852721.284154", "name": "manhole_1413_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394126.701585427857935, 5852721.284154292196035 ] } }, -{ "type": "Feature", "properties": { "_index": 1419, "bedlevel": -10002.0, "branchid": "pipe_9_E825;pipe_9_E826", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1414_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7192820757480263e-07, "index_right": 1421, "nodeid": "1394079.288175_5852705.441648", "id": "1394079.288175_5852705.441648", "name": "manhole_1414_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394079.288174863439053, 5852705.441647895611823 ] } }, -{ "type": "Feature", "properties": { "_index": 1420, "bedlevel": -10002.0, "branchid": "pipe_9_E826;pipe_9_E827", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1415_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8563053014793309e-07, "index_right": 1422, "nodeid": "1394032.131474_5852688.821843", "id": "1394032.131474_5852688.821843", "name": "manhole_1415_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394032.131474409019575, 5852688.821842738427222 ] } }, -{ "type": "Feature", "properties": { "_index": 1421, "bedlevel": -10002.0, "branchid": "pipe_9_E827;pipe_9_E828", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1416_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.3810468908623133e-07, "index_right": 1423, "nodeid": "1393990.248849_5852662.333918", "id": "1393990.248849_5852662.333918", "name": "manhole_1416_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393990.248849052935839, 5852662.333917872048914 ] } }, -{ "type": "Feature", "properties": { "_index": 1422, "bedlevel": -10002.0, "branchid": "pipe_9_E828;pipe_9_E829", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1417_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5488178326214951e-07, "index_right": 1424, "nodeid": "1393946.821534_5852638.073372", "id": "1393946.821534_5852638.073372", "name": "manhole_1417_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393946.821534242946655, 5852638.073372384533286 ] } }, -{ "type": "Feature", "properties": { "_index": 1423, "bedlevel": -10002.0, "branchid": "pipe_9_E829;pipe_9_E830", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1418_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.9270834980515771e-07, "index_right": 1425, "nodeid": "1393900.423442_5852619.797659", "id": "1393900.423442_5852619.797659", "name": "manhole_1418_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393900.423441601451486, 5852619.79765943903476 ] } }, -{ "type": "Feature", "properties": { "_index": 1424, "bedlevel": -10002.0, "branchid": "pipe_9_E830;pipe_9_E831", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1419_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4097533836993947e-07, "index_right": 1426, "nodeid": "1393852.419590_5852605.811860", "id": "1393852.419590_5852605.811860", "name": "manhole_1419_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393852.419590238947421, 5852605.811860370449722 ] } }, -{ "type": "Feature", "properties": { "_index": 1425, "bedlevel": -10002.0, "branchid": "pipe_9_E831;pipe_9_E832", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1420_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1052922352327583e-07, "index_right": 1427, "nodeid": "1393811.257010_5852622.697772", "id": "1393811.257010_5852622.697772", "name": "manhole_1420_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393811.257009538821876, 5852622.697772218845785 ] } }, -{ "type": "Feature", "properties": { "_index": 1426, "bedlevel": -10002.0, "branchid": "pipe_9_E832;pipe_9_E833", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1421_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2460043365461635e-07, "index_right": 1428, "nodeid": "1393791.976379_5852668.744980", "id": "1393791.976379_5852668.744980", "name": "manhole_1421_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393791.976378698600456, 5852668.744979701004922 ] } }, -{ "type": "Feature", "properties": { "_index": 1427, "bedlevel": -10002.0, "branchid": "pipe_9_E833;pipe_9_E834", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1422_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.6205118195153947e-07, "index_right": 1429, "nodeid": "1393757.851001_5852704.822907", "id": "1393757.851001_5852704.822907", "name": "manhole_1422_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393757.851000558817759, 5852704.822907493449748 ] } }, -{ "type": "Feature", "properties": { "_index": 1428, "bedlevel": -10002.0, "branchid": "pipe_9_E834;pipe_9_E835", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1423_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5514246141081259e-07, "index_right": 1430, "nodeid": "1393712.093303_5852719.752315", "id": "1393712.093303_5852719.752315", "name": "manhole_1423_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393712.093303024535999, 5852719.752315454185009 ] } }, -{ "type": "Feature", "properties": { "_index": 1429, "bedlevel": -10002.0, "branchid": "pipe_9_E835;pipe_9_E836", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1424_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8849102849187153e-07, "index_right": 1431, "nodeid": "1393668.358640_5852734.851893", "id": "1393668.358640_5852734.851893", "name": "manhole_1424_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393668.358640216989443, 5852734.85189332254231 ] } }, -{ "type": "Feature", "properties": { "_index": 1430, "bedlevel": -10002.0, "branchid": "pipe_9_E836;pipe_9_E837", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1425_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8768686785717353e-07, "index_right": 1432, "nodeid": "1393699.470718_5852759.330822", "id": "1393699.470718_5852759.330822", "name": "manhole_1425_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393699.470718496944755, 5852759.33082231413573 ] } }, -{ "type": "Feature", "properties": { "_index": 1431, "bedlevel": -10002.0, "branchid": "pipe_9_E837;pipe_9_E838", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1426_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.13009692707644e-07, "index_right": 1433, "nodeid": "1393745.462929_5852739.873352", "id": "1393745.462929_5852739.873352", "name": "manhole_1426_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393745.462928737979382, 5852739.873352170921862 ] } }, -{ "type": "Feature", "properties": { "_index": 1432, "bedlevel": -10002.0, "branchid": "pipe_9_E838;pipe_9_E839", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1427_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5871968190777609e-07, "index_right": 1434, "nodeid": "1393781.033025_5852705.849874", "id": "1393781.033025_5852705.849874", "name": "manhole_1427_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393781.033025441691279, 5852705.849873876199126 ] } }, -{ "type": "Feature", "properties": { "_index": 1433, "bedlevel": -10002.0, "branchid": "pipe_9_E839;pipe_9_E840", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1428_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0768273385814795e-07, "index_right": 1435, "nodeid": "1393812.987745_5852667.414435", "id": "1393812.987745_5852667.414435", "name": "manhole_1428_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393812.987744822399691, 5852667.414434633217752 ] } }, -{ "type": "Feature", "properties": { "_index": 1434, "bedlevel": -10002.0, "branchid": "pipe_9_E840;pipe_9_E841", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1429_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1877916405064806e-07, "index_right": 1436, "nodeid": "1393851.764351_5852646.106628", "id": "1393851.764351_5852646.106628", "name": "manhole_1429_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393851.764351126970723, 5852646.106627707369626 ] } }, -{ "type": "Feature", "properties": { "_index": 1435, "bedlevel": -10002.0, "branchid": "pipe_9_E841;pipe_9_E842", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1430_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2003678616115085e-07, "index_right": 1437, "nodeid": "1393887.425906_5852680.024688", "id": "1393887.425906_5852680.024688", "name": "manhole_1430_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393887.425906119635329, 5852680.024688009172678 ] } }, -{ "type": "Feature", "properties": { "_index": 1436, "bedlevel": -10002.0, "branchid": "pipe_9_E842;pipe_9_E843", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1431_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5923364112935844e-07, "index_right": 1438, "nodeid": "1393922.974994_5852714.451881", "id": "1393922.974994_5852714.451881", "name": "manhole_1431_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393922.974994163028896, 5852714.451881429180503 ] } }, -{ "type": "Feature", "properties": { "_index": 1437, "bedlevel": -10002.0, "branchid": "pipe_9_E843;pipe_9_E844", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1432_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7664891248546565e-07, "index_right": 1439, "nodeid": "1393963.954408_5852743.099044", "id": "1393963.954408_5852743.099044", "name": "manhole_1432_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393963.954408476594836, 5852743.099044006317854 ] } }, -{ "type": "Feature", "properties": { "_index": 1438, "bedlevel": -10002.0, "branchid": "pipe_9_E844;pipe_9_E845", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1433_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6617003539161564e-07, "index_right": 1440, "nodeid": "1394004.933823_5852771.746207", "id": "1394004.933823_5852771.746207", "name": "manhole_1433_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394004.933822790160775, 5852771.746206583455205 ] } }, -{ "type": "Feature", "properties": { "_index": 1439, "bedlevel": -10002.0, "branchid": "pipe_9_E845;pipe_9_E846", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1434_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.9077470067325758e-07, "index_right": 1441, "nodeid": "1394045.913237_5852800.393369", "id": "1394045.913237_5852800.393369", "name": "manhole_1434_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394045.913237103493884, 5852800.393369160592556 ] } }, -{ "type": "Feature", "properties": { "_index": 1440, "bedlevel": -10002.0, "branchid": "pipe_9_E846;pipe_9_E847", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1435_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6311975979712039e-07, "index_right": 1442, "nodeid": "1394089.174973_5852825.355914", "id": "1394089.174973_5852825.355914", "name": "manhole_1435_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394089.17497284268029, 5852825.355914043262601 ] } }, -{ "type": "Feature", "properties": { "_index": 1441, "bedlevel": -10002.0, "branchid": "pipe_9_E847;pipe_9_E848", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1436_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.423554834296227e-07, "index_right": 1443, "nodeid": "1394127.810519_5852856.423482", "id": "1394127.810519_5852856.423482", "name": "manhole_1436_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394127.810518621467054, 5852856.42348238825798 ] } }, -{ "type": "Feature", "properties": { "_index": 1442, "bedlevel": -10002.0, "branchid": "pipe_9_E848;pipe_9_E849", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1437_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0376163460706482e-07, "index_right": 1444, "nodeid": "1394163.630152_5852891.307952", "id": "1394163.630152_5852891.307952", "name": "manhole_1437_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394163.630151903722435, 5852891.307951607741416 ] } }, -{ "type": "Feature", "properties": { "_index": 1443, "bedlevel": -10002.0, "branchid": "pipe_9_E849;pipe_9_E850", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1438_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9313082141733037e-07, "index_right": 1445, "nodeid": "1394191.826466_5852930.721008", "id": "1394191.826466_5852930.721008", "name": "manhole_1438_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394191.826466187369078, 5852930.721007774583995 ] } }, -{ "type": "Feature", "properties": { "_index": 1444, "bedlevel": -10002.0, "branchid": "pipe_9_E850;pipe_9_E851", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1439_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4083165682011237e-07, "index_right": 1446, "nodeid": "1394200.656639_5852979.770101", "id": "1394200.656639_5852979.770101", "name": "manhole_1439_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394200.656638544984162, 5852979.770101292058825 ] } }, -{ "type": "Feature", "properties": { "_index": 1445, "bedlevel": -10002.0, "branchid": "pipe_9_E851;pipe_9_E852", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1440_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.801708058935132e-07, "index_right": 1447, "nodeid": "1394193.162613_5853027.948832", "id": "1394193.162613_5853027.948832", "name": "manhole_1440_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394193.16261337697506, 5853027.948832049034536 ] } }, -{ "type": "Feature", "properties": { "_index": 1446, "bedlevel": -10002.0, "branchid": "pipe_9_E852;pipe_9_E853", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1441_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3976402093936344e-07, "index_right": 1448, "nodeid": "1394159.295618_5853015.916165", "id": "1394159.295618_5853015.916165", "name": "manhole_1441_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394159.29561759904027, 5853015.916164819151163 ] } }, -{ "type": "Feature", "properties": { "_index": 1447, "bedlevel": -10002.0, "branchid": "pipe_9_E853;pipe_9_E854", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1442_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8986057353194859e-07, "index_right": 1449, "nodeid": "1394172.939629_5852968.216922", "id": "1394172.939629_5852968.216922", "name": "manhole_1442_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394172.939629274653271, 5852968.21692172344774 ] } }, -{ "type": "Feature", "properties": { "_index": 1448, "bedlevel": -10002.0, "branchid": "pipe_9_E854;pipe_9_E855", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1443_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4186008918351014e-07, "index_right": 1450, "nodeid": "1394157.144980_5852926.103010", "id": "1394157.144980_5852926.103010", "name": "manhole_1443_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394157.14498034096323, 5852926.103010025806725 ] } }, -{ "type": "Feature", "properties": { "_index": 1449, "bedlevel": -10002.0, "branchid": "pipe_9_E855;pipe_9_E856", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1444_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.529292125421287e-07, "index_right": 1451, "nodeid": "1394112.052148_5852908.152698", "id": "1394112.052148_5852908.152698", "name": "manhole_1444_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394112.052147814072669, 5852908.152698171325028 ] } }, -{ "type": "Feature", "properties": { "_index": 1450, "bedlevel": -10002.0, "branchid": "pipe_9_E856;pipe_9_E857", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1445_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8719848044596736e-07, "index_right": 1452, "nodeid": "1394082.719981_5852870.240060", "id": "1394082.719981_5852870.240060", "name": "manhole_1445_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394082.719980612862855, 5852870.240059998817742 ] } }, -{ "type": "Feature", "properties": { "_index": 1451, "bedlevel": -10002.0, "branchid": "pipe_9_E857;pipe_9_E858", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1446_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8227473494598647e-07, "index_right": 1453, "nodeid": "1394033.699503_5852861.894507", "id": "1394033.699503_5852861.894507", "name": "manhole_1446_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394033.69950335752219, 5852861.894506865181029 ] } }, -{ "type": "Feature", "properties": { "_index": 1452, "bedlevel": -10002.0, "branchid": "pipe_9_E858;pipe_9_E859", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1447_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4969181667555148e-07, "index_right": 1454, "nodeid": "1393987.193404_5852845.286129", "id": "1393987.193404_5852845.286129", "name": "manhole_1447_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393987.193403874756768, 5852845.286129081621766 ] } }, -{ "type": "Feature", "properties": { "_index": 1453, "bedlevel": -10002.0, "branchid": "pipe_9_E859;pipe_9_E860", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1448_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4908492604817661e-07, "index_right": 1455, "nodeid": "1393947.937263_5852814.548416", "id": "1393947.937263_5852814.548416", "name": "manhole_1448_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393947.93726256582886, 5852814.548416114412248 ] } }, -{ "type": "Feature", "properties": { "_index": 1454, "bedlevel": -10002.0, "branchid": "pipe_9_E860;pipe_9_E861", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1449_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6195710283572564e-07, "index_right": 1456, "nodeid": "1393907.134109_5852786.629084", "id": "1393907.134109_5852786.629084", "name": "manhole_1449_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393907.134108954807743, 5852786.629083844833076 ] } }, -{ "type": "Feature", "properties": { "_index": 1455, "bedlevel": -10002.0, "branchid": "pipe_9_E861;pipe_9_E862", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1450_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1075661188481051e-07, "index_right": 1457, "nodeid": "1393860.318227_5852795.693108", "id": "1393860.318227_5852795.693108", "name": "manhole_1450_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393860.318227048264816, 5852795.693107591941953 ] } }, -{ "type": "Feature", "properties": { "_index": 1456, "bedlevel": -10002.0, "branchid": "pipe_9_E862;pipe_9_E863", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1451_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0200698477342077e-07, "index_right": 1458, "nodeid": "1393816.379105_5852819.553656", "id": "1393816.379105_5852819.553656", "name": "manhole_1451_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393816.379105197265744, 5852819.553656043484807 ] } }, -{ "type": "Feature", "properties": { "_index": 1457, "bedlevel": -10002.0, "branchid": "pipe_9_E863;pipe_9_E864", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1452_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3011411475558423e-07, "index_right": 1459, "nodeid": "1393775.899312_5852848.775368", "id": "1393775.899312_5852848.775368", "name": "manhole_1452_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393775.89931167033501, 5852848.775367983616889 ] } }, -{ "type": "Feature", "properties": { "_index": 1458, "bedlevel": -10002.0, "branchid": "pipe_9_E864;pipe_9_E865", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1453_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8557773912663957e-07, "index_right": 1460, "nodeid": "1393728.008899_5852860.924385", "id": "1393728.008899_5852860.924385", "name": "manhole_1453_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393728.008898858213797, 5852860.924385358579457 ] } }, -{ "type": "Feature", "properties": { "_index": 1459, "bedlevel": -10002.0, "branchid": "pipe_9_E865;pipe_9_E866", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1454_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3861773307898315e-07, "index_right": 1461, "nodeid": "1393678.412536_5852867.262609", "id": "1393678.412536_5852867.262609", "name": "manhole_1454_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393678.412535661365837, 5852867.262608992867172 ] } }, -{ "type": "Feature", "properties": { "_index": 1460, "bedlevel": -10002.0, "branchid": "pipe_9_E866;pipe_9_E867", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1455_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2963567437797014e-07, "index_right": 1462, "nodeid": "1393629.125510_5852875.269213", "id": "1393629.125510_5852875.269213", "name": "manhole_1455_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393629.125510436482728, 5852875.269213300198317 ] } }, -{ "type": "Feature", "properties": { "_index": 1461, "bedlevel": -10002.0, "branchid": "pipe_9_E867;pipe_9_E868", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1456_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5774486778056097e-07, "index_right": 1463, "nodeid": "1393587.086982_5852897.732104", "id": "1393587.086982_5852897.732104", "name": "manhole_1456_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393587.086981566157192, 5852897.732103853486478 ] } }, -{ "type": "Feature", "properties": { "_index": 1462, "bedlevel": -10002.0, "branchid": "pipe_9_E868;pipe_9_E869", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1457_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2013694502452889e-07, "index_right": 1464, "nodeid": "1393570.304755_5852944.562004", "id": "1393570.304755_5852944.562004", "name": "manhole_1457_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393570.304754899349064, 5852944.562003592029214 ] } }, -{ "type": "Feature", "properties": { "_index": 1463, "bedlevel": -10002.0, "branchid": "pipe_9_E869;pipe_9_E870", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1458_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2209055638749846e-07, "index_right": 1465, "nodeid": "1393556.495138_5852992.561951", "id": "1393556.495138_5852992.561951", "name": "manhole_1458_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393556.495137578109279, 5852992.561951013281941 ] } }, -{ "type": "Feature", "properties": { "_index": 1464, "bedlevel": -10002.0, "branchid": "pipe_9_E870;pipe_9_E871", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1459_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.553410865510201e-07, "index_right": 1466, "nodeid": "1393545.497391_5853041.337169", "id": "1393545.497391_5853041.337169", "name": "manhole_1459_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393545.497390552191064, 5853041.337168917059898 ] } }, -{ "type": "Feature", "properties": { "_index": 1465, "bedlevel": -10002.0, "branchid": "pipe_9_E871;pipe_9_E872", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1460_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.3324936230421428e-07, "index_right": 1467, "nodeid": "1393519.428820_5853078.873738", "id": "1393519.428820_5853078.873738", "name": "manhole_1460_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393519.428820043802261, 5853078.873737771064043 ] } }, -{ "type": "Feature", "properties": { "_index": 1466, "bedlevel": -10002.0, "branchid": "pipe_9_E872;pipe_9_E873", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1461_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.9978348106668127e-07, "index_right": 1468, "nodeid": "1393471.088950_5853090.981033", "id": "1393471.088950_5853090.981033", "name": "manhole_1461_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393471.0889498363249, 5853090.981032885611057 ] } }, -{ "type": "Feature", "properties": { "_index": 1467, "bedlevel": -10002.0, "branchid": "pipe_9_E873;pipe_9_E874", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1462_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1869611677535988e-07, "index_right": 1469, "nodeid": "1393437.895468_5853125.960775", "id": "1393437.895468_5853125.960775", "name": "manhole_1462_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393437.895468418486416, 5853125.960775015875697 ] } }, -{ "type": "Feature", "properties": { "_index": 1468, "bedlevel": -10002.0, "branchid": "pipe_9_E874;pipe_9_E875", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1463_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7773094778815831e-07, "index_right": 1470, "nodeid": "1393425.841959_5853174.071597", "id": "1393425.841959_5853174.071597", "name": "manhole_1463_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393425.841958831530064, 5853174.071597220376134 ] } }, -{ "type": "Feature", "properties": { "_index": 1469, "bedlevel": -10002.0, "branchid": "pipe_9_E875;pipe_9_E876", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1464_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.566307563208767e-07, "index_right": 1471, "nodeid": "1393412.863076_5853222.254330", "id": "1393412.863076_5853222.254330", "name": "manhole_1464_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393412.863075544824824, 5853222.254330036230385 ] } }, -{ "type": "Feature", "properties": { "_index": 1470, "bedlevel": -10002.0, "branchid": "pipe_9_E876;pipe_9_E877", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1465_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9399356748028359e-07, "index_right": 1472, "nodeid": "1393397.399386_5853269.802691", "id": "1393397.399386_5853269.802691", "name": "manhole_1465_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393397.399385732831433, 5853269.80269087664783 ] } }, -{ "type": "Feature", "properties": { "_index": 1471, "bedlevel": -10002.0, "branchid": "pipe_9_E877;pipe_9_E878", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1466_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9731230225082248e-07, "index_right": 1473, "nodeid": "1393370.312253_5853310.521885", "id": "1393370.312253_5853310.521885", "name": "manhole_1466_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393370.312252629315481, 5853310.521885331720114 ] } }, -{ "type": "Feature", "properties": { "_index": 1472, "bedlevel": -10002.0, "branchid": "pipe_9_E878;pipe_9_E879", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1467_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4137475456818916e-07, "index_right": 1474, "nodeid": "1393329.336412_5853338.528654", "id": "1393329.336412_5853338.528654", "name": "manhole_1467_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393329.336411859840155, 5853338.528654196299613 ] } }, -{ "type": "Feature", "properties": { "_index": 1473, "bedlevel": -10002.0, "branchid": "pipe_9_E879;pipe_9_E880", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1468_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6157188529943755e-07, "index_right": 1475, "nodeid": "1393281.458967_5853352.900944", "id": "1393281.458967_5853352.900944", "name": "manhole_1468_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393281.458966911304742, 5853352.900943865068257 ] } }, -{ "type": "Feature", "properties": { "_index": 1474, "bedlevel": -10002.0, "branchid": "pipe_9_E880;pipe_9_E881", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1469_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.218662411651949e-07, "index_right": 1476, "nodeid": "1393241.435091_5853377.912417", "id": "1393241.435091_5853377.912417", "name": "manhole_1469_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393241.435090532293543, 5853377.912416590377688 ] } }, -{ "type": "Feature", "properties": { "_index": 1475, "bedlevel": -10002.0, "branchid": "pipe_9_E881;pipe_9_E882", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1470_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7905571167935543e-07, "index_right": 1477, "nodeid": "1393204.214014_5853407.665014", "id": "1393204.214014_5853407.665014", "name": "manhole_1470_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393204.214013937627897, 5853407.665014474652708 ] } }, -{ "type": "Feature", "properties": { "_index": 1476, "bedlevel": -10002.0, "branchid": "pipe_9_E882;pipe_9_E883", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1471_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0962977092091228e-07, "index_right": 1478, "nodeid": "1393163.042571_5853389.210490", "id": "1393163.042571_5853389.210490", "name": "manhole_1471_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393163.042570698773488, 5853389.210489722900093 ] } }, -{ "type": "Feature", "properties": { "_index": 1477, "bedlevel": -10002.0, "branchid": "pipe_9_E883;pipe_9_E884", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1472_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.661531152958657e-07, "index_right": 1479, "nodeid": "1393138.001123_5853345.980642", "id": "1393138.001123_5853345.980642", "name": "manhole_1472_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393138.001123365946114, 5853345.980641989968717 ] } }, -{ "type": "Feature", "properties": { "_index": 1478, "bedlevel": -10002.0, "branchid": "pipe_9_E884;pipe_9_E885", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1473_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9034487330984497e-08, "index_right": 1480, "nodeid": "1393097.144513_5853320.521257", "id": "1393097.144513_5853320.521257", "name": "manhole_1473_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393097.14451300771907, 5853320.521256951615214 ] } }, -{ "type": "Feature", "properties": { "_index": 1479, "bedlevel": -10002.0, "branchid": "pipe_9_E885;pipe_9_E886", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1474_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4233285860873777e-07, "index_right": 1481, "nodeid": "1393050.223753_5853331.927050", "id": "1393050.223753_5853331.927050", "name": "manhole_1474_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393050.223753073252738, 5853331.927050231024623 ] } }, -{ "type": "Feature", "properties": { "_index": 1480, "bedlevel": -10002.0, "branchid": "pipe_9_E886;pipe_9_E887", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1475_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7237206365391712e-07, "index_right": 1482, "nodeid": "1393009.349748_5853360.724411", "id": "1393009.349748_5853360.724411", "name": "manhole_1475_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393009.349747536936775, 5853360.724411092698574 ] } }, -{ "type": "Feature", "properties": { "_index": 1481, "bedlevel": -10002.0, "branchid": "pipe_9_E887;pipe_9_E888", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1476_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.3664203457345354e-07, "index_right": 1483, "nodeid": "1392964.145743_5853381.658415", "id": "1392964.145743_5853381.658415", "name": "manhole_1476_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392964.145743116969243, 5853381.658414929173887 ] } }, -{ "type": "Feature", "properties": { "_index": 1482, "bedlevel": -10002.0, "branchid": "pipe_9_E888;pipe_9_E889", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1477_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2729720849943884e-07, "index_right": 1484, "nodeid": "1392914.685746_5853388.540993", "id": "1392914.685746_5853388.540993", "name": "manhole_1477_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392914.685746238334104, 5853388.540992530062795 ] } }, -{ "type": "Feature", "properties": { "_index": 1483, "bedlevel": -10002.0, "branchid": "pipe_9_E889;pipe_9_E890", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1478_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7615127775571297e-07, "index_right": 1485, "nodeid": "1392867.452587_5853402.741011", "id": "1392867.452587_5853402.741011", "name": "manhole_1478_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392867.452587276231498, 5853402.741010997444391 ] } }, -{ "type": "Feature", "properties": { "_index": 1484, "bedlevel": -10002.0, "branchid": "pipe_9_E890;pipe_9_E891", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1479_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1679849328022604e-07, "index_right": 1486, "nodeid": "1392828.774456_5853433.971422", "id": "1392828.774456_5853433.971422", "name": "manhole_1479_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392828.774455502396449, 5853433.971421860158443 ] } }, -{ "type": "Feature", "properties": { "_index": 1485, "bedlevel": -10002.0, "branchid": "pipe_9_E891;pipe_9_E892", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1480_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7158377510158406e-07, "index_right": 1487, "nodeid": "1392809.846709_5853478.724530", "id": "1392809.846709_5853478.724530", "name": "manhole_1480_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392809.846709141274914, 5853478.724530343897641 ] } }, -{ "type": "Feature", "properties": { "_index": 1486, "bedlevel": -10002.0, "branchid": "pipe_9_E892;pipe_9_E893", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1481_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3243771523616025e-07, "index_right": 1488, "nodeid": "1392819.015987_5853526.678872", "id": "1392819.015987_5853526.678872", "name": "manhole_1481_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392819.015986867481843, 5853526.678872412070632 ] } }, -{ "type": "Feature", "properties": { "_index": 1487, "bedlevel": -10002.0, "branchid": "pipe_9_E893;pipe_9_E894", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1482_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4685073595737648e-07, "index_right": 1489, "nodeid": "1392855.087955_5853558.063624", "id": "1392855.087955_5853558.063624", "name": "manhole_1482_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392855.087954768678173, 5853558.063624495640397 ] } }, -{ "type": "Feature", "properties": { "_index": 1488, "bedlevel": -10002.0, "branchid": "pipe_9_E894;pipe_9_E895", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1483_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4035272374737663e-07, "index_right": 1490, "nodeid": "1392904.865551_5853557.690351", "id": "1392904.865551_5853557.690351", "name": "manhole_1483_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392904.865550614893436, 5853557.690350621007383 ] } }, -{ "type": "Feature", "properties": { "_index": 1489, "bedlevel": -10002.0, "branchid": "pipe_9_E895;pipe_9_E896", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1484_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8689920300207006e-07, "index_right": 1491, "nodeid": "1392949.237373_5853580.603283", "id": "1392949.237373_5853580.603283", "name": "manhole_1484_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392949.237373461714014, 5853580.603283154778183 ] } }, -{ "type": "Feature", "properties": { "_index": 1490, "bedlevel": -10002.0, "branchid": "pipe_9_E896;pipe_9_E897", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1485_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8724168452045203e-07, "index_right": 1492, "nodeid": "1392983.159480_5853614.224487", "id": "1392983.159480_5853614.224487", "name": "manhole_1485_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392983.15947984252125, 5853614.224487240426242 ] } }, -{ "type": "Feature", "properties": { "_index": 1491, "bedlevel": -10002.0, "branchid": "pipe_9_E897;pipe_9_E898", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1486_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8883052095669539e-07, "index_right": 1493, "nodeid": "1392985.841230_5853663.144237", "id": "1392985.841230_5853663.144237", "name": "manhole_1486_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392985.841230018995702, 5853663.144237387925386 ] } }, -{ "type": "Feature", "properties": { "_index": 1492, "bedlevel": -10002.0, "branchid": "pipe_9_E898;pipe_9_E899", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1487_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5166037787266173e-07, "index_right": 1494, "nodeid": "1392953.084677_5853699.537938", "id": "1392953.084677_5853699.537938", "name": "manhole_1487_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392953.08467732812278, 5853699.53793787304312 ] } }, -{ "type": "Feature", "properties": { "_index": 1493, "bedlevel": -10002.0, "branchid": "pipe_9_E899;pipe_9_E900", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1488_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5536546884101458e-07, "index_right": 1495, "nodeid": "1392909.810230_5853724.583787", "id": "1392909.810230_5853724.583787", "name": "manhole_1488_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392909.810230145696551, 5853724.583786675706506 ] } }, -{ "type": "Feature", "properties": { "_index": 1494, "bedlevel": -10002.0, "branchid": "pipe_9_E900;pipe_9_E901", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1489_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8102208049678353e-07, "index_right": 1496, "nodeid": "1392866.535783_5853749.629635", "id": "1392866.535783_5853749.629635", "name": "manhole_1489_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392866.535782963503152, 5853749.629635479301214 ] } }, -{ "type": "Feature", "properties": { "_index": 1495, "bedlevel": -10002.0, "branchid": "pipe_9_E901;pipe_9_E902", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1490_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5711575964018573e-07, "index_right": 1497, "nodeid": "1392823.261336_5853774.675484", "id": "1392823.261336_5853774.675484", "name": "manhole_1490_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392823.261335781076923, 5853774.6754842819646 ] } }, -{ "type": "Feature", "properties": { "_index": 1496, "bedlevel": -10002.0, "branchid": "pipe_9_E902;pipe_9_E903", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1491_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1021515247046859e-07, "index_right": 1498, "nodeid": "1392779.986889_5853799.721333", "id": "1392779.986889_5853799.721333", "name": "manhole_1491_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392779.986888598883525, 5853799.721333085559309 ] } }, -{ "type": "Feature", "properties": { "_index": 1497, "bedlevel": -10002.0, "branchid": "pipe_9_E903;pipe_9_E904", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1492_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8045504562135645e-07, "index_right": 1499, "nodeid": "1392738.076911_5853826.788432", "id": "1392738.076911_5853826.788432", "name": "manhole_1492_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392738.076911078300327, 5853826.788432474248111 ] } }, -{ "type": "Feature", "properties": { "_index": 1498, "bedlevel": -10002.0, "branchid": "pipe_9_E904;pipe_9_E905", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1493_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8414555691047987e-07, "index_right": 1500, "nodeid": "1392707.709945_5853865.520684", "id": "1392707.709945_5853865.520684", "name": "manhole_1493_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392707.709945276146755, 5853865.520684397779405 ] } }, -{ "type": "Feature", "properties": { "_index": 1499, "bedlevel": -10002.0, "branchid": "pipe_9_E905;pipe_9_E906", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1494_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9125262985220256e-07, "index_right": 1501, "nodeid": "1392687.640916_5853911.315950", "id": "1392687.640916_5853911.315950", "name": "manhole_1494_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392687.640915536787361, 5853911.315950163640082 ] } }, -{ "type": "Feature", "properties": { "_index": 1500, "bedlevel": -10002.0, "branchid": "pipe_9_E906;pipe_9_E907", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1495_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1488187211174227e-07, "index_right": 1502, "nodeid": "1392667.571886_5853957.111216", "id": "1392667.571886_5853957.111216", "name": "manhole_1495_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392667.571885797427967, 5853957.111215928569436 ] } }, -{ "type": "Feature", "properties": { "_index": 1501, "bedlevel": -10002.0, "branchid": "pipe_9_E907;pipe_9_E908", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1496_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1092656072545186e-07, "index_right": 1503, "nodeid": "1392647.502856_5854002.906482", "id": "1392647.502856_5854002.906482", "name": "manhole_1496_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392647.502856058068573, 5854002.906481694430113 ] } }, -{ "type": "Feature", "properties": { "_index": 1502, "bedlevel": -10002.0, "branchid": "pipe_9_E908;pipe_9_E909", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1497_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5893637781568996e-07, "index_right": 1504, "nodeid": "1392627.433826_5854048.701747", "id": "1392627.433826_5854048.701747", "name": "manhole_1497_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392627.43382631870918, 5854048.701747459359467 ] } }, -{ "type": "Feature", "properties": { "_index": 1503, "bedlevel": -10002.0, "branchid": "pipe_9_E909;pipe_9_E910", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1498_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3130090723350355e-07, "index_right": 1505, "nodeid": "1392599.240640_5854088.361907", "id": "1392599.240640_5854088.361907", "name": "manhole_1498_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392599.24063967121765, 5854088.36190695874393 ] } }, -{ "type": "Feature", "properties": { "_index": 1504, "bedlevel": -10002.0, "branchid": "pipe_9_E910;pipe_9_E911", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1499_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.8246793601732568e-07, "index_right": 1506, "nodeid": "1392552.028928_5854094.876796", "id": "1392552.028928_5854094.876796", "name": "manhole_1499_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392552.028928017709404, 5854094.876796181313694 ] } }, -{ "type": "Feature", "properties": { "_index": 1505, "bedlevel": -10002.0, "branchid": "pipe_9_E911;pipe_9_E912", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1500_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5678975086923775e-07, "index_right": 1507, "nodeid": "1392502.877760_5854089.097945", "id": "1392502.877760_5854089.097945", "name": "manhole_1500_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392502.87776038562879, 5854089.097945244982839 ] } }, -{ "type": "Feature", "properties": { "_index": 1506, "bedlevel": -10002.0, "branchid": "pipe_9_E912;pipe_9_E913", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1501_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1824806385099325e-07, "index_right": 1508, "nodeid": "1392456.857118_5854106.922752", "id": "1392456.857118_5854106.922752", "name": "manhole_1501_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392456.857117684325203, 5854106.922751960344613 ] } }, -{ "type": "Feature", "properties": { "_index": 1507, "bedlevel": -10002.0, "branchid": "pipe_9_E913;pipe_9_E914", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1502_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8324666441724118e-07, "index_right": 1509, "nodeid": "1392437.075073_5854149.618310", "id": "1392437.075073_5854149.618310", "name": "manhole_1502_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392437.075072656385601, 5854149.618309528566897 ] } }, -{ "type": "Feature", "properties": { "_index": 1508, "bedlevel": -10002.0, "branchid": "pipe_9_E914;pipe_9_E915", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1503_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0044054615785037e-07, "index_right": 1510, "nodeid": "1392432.172377_5854199.149378", "id": "1392432.172377_5854199.149378", "name": "manhole_1503_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392432.172376926057041, 5854199.149377813562751 ] } }, -{ "type": "Feature", "properties": { "_index": 1509, "bedlevel": -10002.0, "branchid": "pipe_9_E915;pipe_9_E916", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1504_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7479364181983712e-07, "index_right": 1511, "nodeid": "1392401.259063_5854237.421811", "id": "1392401.259063_5854237.421811", "name": "manhole_1504_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392401.259062825934961, 5854237.421811015345156 ] } }, -{ "type": "Feature", "properties": { "_index": 1510, "bedlevel": -10002.0, "branchid": "pipe_9_E916;pipe_9_E917", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1505_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2666179612184225e-07, "index_right": 1512, "nodeid": "1392365.302335_5854272.164955", "id": "1392365.302335_5854272.164955", "name": "manhole_1505_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392365.302334999199957, 5854272.164954873733222 ] } }, -{ "type": "Feature", "properties": { "_index": 1511, "bedlevel": -10002.0, "branchid": "pipe_9_E917;pipe_9_E918", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1506_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.3974048339085759e-07, "index_right": 1513, "nodeid": "1392329.189993_5854306.704337", "id": "1392329.189993_5854306.704337", "name": "manhole_1506_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392329.189992874395102, 5854306.70433706138283 ] } }, -{ "type": "Feature", "properties": { "_index": 1512, "bedlevel": -10002.0, "branchid": "pipe_9_E918;pipe_9_E919", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1507_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.1259402014559712e-07, "index_right": 1514, "nodeid": "1392286.207370_5854332.247760", "id": "1392286.207370_5854332.247760", "name": "manhole_1507_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392286.207370083546266, 5854332.24776007514447 ] } }, -{ "type": "Feature", "properties": { "_index": 1513, "bedlevel": -10002.0, "branchid": "pipe_9_E919;pipe_9_E920", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1508_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0548099161575171e-07, "index_right": 1515, "nodeid": "1392243.224747_5854357.791183", "id": "1392243.224747_5854357.791183", "name": "manhole_1508_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392243.22474729269743, 5854357.791183087974787 ] } }, -{ "type": "Feature", "properties": { "_index": 1514, "bedlevel": -10002.0, "branchid": "pipe_9_E920;pipe_9_E921", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1509_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0830848976544499e-07, "index_right": 1516, "nodeid": "1392200.242125_5854383.334606", "id": "1392200.242125_5854383.334606", "name": "manhole_1509_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392200.242124501848593, 5854383.334606100805104 ] } }, -{ "type": "Feature", "properties": { "_index": 1515, "bedlevel": -10002.0, "branchid": "pipe_9_E921;pipe_9_E922", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1510_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.5478935877281052e-07, "index_right": 1517, "nodeid": "1392160.949674_5854413.789329", "id": "1392160.949674_5854413.789329", "name": "manhole_1510_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392160.949674458475783, 5854413.789328532293439 ] } }, -{ "type": "Feature", "properties": { "_index": 1516, "bedlevel": -10002.0, "branchid": "pipe_9_E922;pipe_9_E923", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1511_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9522634572631032e-07, "index_right": 1518, "nodeid": "1392139.387611_5854458.137564", "id": "1392139.387611_5854458.137564", "name": "manhole_1511_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392139.38761149183847, 5854458.137563941068947 ] } }, -{ "type": "Feature", "properties": { "_index": 1517, "bedlevel": -10002.0, "branchid": "pipe_9_E923;pipe_9_E924", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1512_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5847035684376692e-07, "index_right": 1519, "nodeid": "1392118.172011_5854501.905150", "id": "1392118.172011_5854501.905150", "name": "manhole_1512_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392118.172011138638481, 5854501.905150330625474 ] } }, -{ "type": "Feature", "properties": { "_index": 1518, "bedlevel": -10002.0, "branchid": "pipe_9_E924;pipe_9_E925", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1513_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1374825552738361e-07, "index_right": 1520, "nodeid": "1392069.661402_5854504.271938", "id": "1392069.661402_5854504.271938", "name": "manhole_1513_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392069.661402120720595, 5854504.271937710233033 ] } }, -{ "type": "Feature", "properties": { "_index": 1519, "bedlevel": -10002.0, "branchid": "pipe_9_E925;pipe_9_E926", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1514_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7169816269076762e-07, "index_right": 1521, "nodeid": "1392020.318914_5854496.814665", "id": "1392020.318914_5854496.814665", "name": "manhole_1514_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392020.318914104020223, 5854496.814665460027754 ] } }, -{ "type": "Feature", "properties": { "_index": 1520, "bedlevel": -10002.0, "branchid": "pipe_9_E926;pipe_9_E927", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1515_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8821359331802214e-07, "index_right": 1522, "nodeid": "1391970.347459_5854495.133607", "id": "1391970.347459_5854495.133607", "name": "manhole_1515_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391970.347458617528901, 5854495.133606933988631 ] } }, -{ "type": "Feature", "properties": { "_index": 1521, "bedlevel": -10002.0, "branchid": "pipe_9_E927;pipe_9_E928", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1516_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6666627792093745e-07, "index_right": 1523, "nodeid": "1391920.470455_5854497.470128", "id": "1391920.470455_5854497.470128", "name": "manhole_1516_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391920.470454639289528, 5854497.470128065906465 ] } }, -{ "type": "Feature", "properties": { "_index": 1522, "bedlevel": -10002.0, "branchid": "pipe_9_E928;pipe_9_E929", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1517_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8911674261004706e-07, "index_right": 1524, "nodeid": "1391872.585841_5854508.330089", "id": "1391872.585841_5854508.330089", "name": "manhole_1517_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391872.585841411259025, 5854508.330088578164577 ] } }, -{ "type": "Feature", "properties": { "_index": 1523, "bedlevel": -10002.0, "branchid": "pipe_9_E929;pipe_9_E930", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1518_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2932916373208711e-07, "index_right": 1525, "nodeid": "1391850.231224_5854552.140542", "id": "1391850.231224_5854552.140542", "name": "manhole_1518_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391850.231223840499297, 5854552.140541600994766 ] } }, -{ "type": "Feature", "properties": { "_index": 1524, "bedlevel": -10002.0, "branchid": "pipe_9_E930;pipe_9_E931", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1519_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7272455627463913e-07, "index_right": 1526, "nodeid": "1391839.912053_5854601.063819", "id": "1391839.912053_5854601.063819", "name": "manhole_1519_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391839.912053039064631, 5854601.063818628899753 ] } }, -{ "type": "Feature", "properties": { "_index": 1525, "bedlevel": -10002.0, "branchid": "pipe_9_E931;pipe_9_E932", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1520_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0231019464285212e-07, "index_right": 1527, "nodeid": "1391840.993748_5854650.792488", "id": "1391840.993748_5854650.792488", "name": "manhole_1520_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391840.993748390814289, 5854650.792488458566368 ] } }, -{ "type": "Feature", "properties": { "_index": 1526, "bedlevel": -10002.0, "branchid": "pipe_9_E932;pipe_9_E933", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1521_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5331239332766407e-07, "index_right": 1528, "nodeid": "1391842.947495_5854700.726900", "id": "1391842.947495_5854700.726900", "name": "manhole_1521_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391842.94749491638504, 5854700.726899871602654 ] } }, -{ "type": "Feature", "properties": { "_index": 1527, "bedlevel": -10002.0, "branchid": "pipe_9_E933;pipe_9_E934", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1522_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2426747622078314e-07, "index_right": 1529, "nodeid": "1391817.228787_5854734.867564", "id": "1391817.228787_5854734.867564", "name": "manhole_1522_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391817.228786878986284, 5854734.867563699372113 ] } }, -{ "type": "Feature", "properties": { "_index": 1528, "bedlevel": -10002.0, "branchid": "pipe_9_E934;pipe_9_E935", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1523_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0675028630088018e-07, "index_right": 1530, "nodeid": "1391770.163538_5854720.841598", "id": "1391770.163538_5854720.841598", "name": "manhole_1523_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391770.163537808228284, 5854720.841597761027515 ] } }, -{ "type": "Feature", "properties": { "_index": 1529, "bedlevel": -10002.0, "branchid": "pipe_9_E935;pipe_9_E936", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1524_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5637390082484276e-07, "index_right": 1531, "nodeid": "1391723.469770_5854703.731892", "id": "1391723.469770_5854703.731892", "name": "manhole_1524_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391723.469770492054522, 5854703.731892259791493 ] } }, -{ "type": "Feature", "properties": { "_index": 1530, "bedlevel": -10002.0, "branchid": "pipe_9_E936;pipe_9_E937", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1525_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.6337209557800974e-07, "index_right": 1532, "nodeid": "1391673.556104_5854700.799612", "id": "1391673.556104_5854700.799612", "name": "manhole_1525_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391673.556104463059455, 5854700.799612474627793 ] } }, -{ "type": "Feature", "properties": { "_index": 1531, "bedlevel": -10002.0, "branchid": "pipe_9_E937;pipe_9_E938", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1526_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2410560835058001e-07, "index_right": 1533, "nodeid": "1391623.714796_5854702.097765", "id": "1391623.714796_5854702.097765", "name": "manhole_1526_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391623.714795750332996, 5854702.097765206359327 ] } }, -{ "type": "Feature", "properties": { "_index": 1532, "bedlevel": -10002.0, "branchid": "pipe_9_E938;pipe_9_E939", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1527_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5513596331243653e-07, "index_right": 1534, "nodeid": "1391580.587717_5854722.560288", "id": "1391580.587717_5854722.560288", "name": "manhole_1527_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391580.587717059068382, 5854722.560288350097835 ] } }, -{ "type": "Feature", "properties": { "_index": 1533, "bedlevel": -10002.0, "branchid": "pipe_9_E939;pipe_9_E940", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1528_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7574889590981118e-07, "index_right": 1535, "nodeid": "1391566.793033_5854770.006967", "id": "1391566.793033_5854770.006967", "name": "manhole_1528_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391566.793033490423113, 5854770.006966697983444 ] } }, -{ "type": "Feature", "properties": { "_index": 1534, "bedlevel": -10002.0, "branchid": "pipe_9_E940;pipe_9_E941", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1529_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4116541219417633e-07, "index_right": 1536, "nodeid": "1391527.393423_5854792.408342", "id": "1391527.393423_5854792.408342", "name": "manhole_1529_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391527.393422931665555, 5854792.408342435956001 ] } }, -{ "type": "Feature", "properties": { "_index": 1535, "bedlevel": -10002.0, "branchid": "pipe_9_E941;pipe_9_E942", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1530_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.444990402394639e-07, "index_right": 1537, "nodeid": "1391493.901293_5854758.638521", "id": "1391493.901293_5854758.638521", "name": "manhole_1530_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391493.901292768539861, 5854758.638520744629204 ] } }, -{ "type": "Feature", "properties": { "_index": 1536, "bedlevel": -10002.0, "branchid": "pipe_9_E942;pipe_9_E943", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1531_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6818323171187356e-07, "index_right": 1538, "nodeid": "1391460.149849_5854722.514568", "id": "1391460.149849_5854722.514568", "name": "manhole_1531_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391460.149849430657923, 5854722.514567816630006 ] } }, -{ "type": "Feature", "properties": { "_index": 1537, "bedlevel": -10002.0, "branchid": "pipe_9_E943;pipe_9_E944", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1532_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5063407206572272e-07, "index_right": 1539, "nodeid": "1391415.080961_5854702.288674", "id": "1391415.080961_5854702.288674", "name": "manhole_1532_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391415.08096077456139, 5854702.288673609495163 ] } }, -{ "type": "Feature", "properties": { "_index": 1538, "bedlevel": -10002.0, "branchid": "pipe_9_E944;pipe_9_E945", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1533_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1241924884700267e-07, "index_right": 1540, "nodeid": "1391365.440532_5854701.641704", "id": "1391365.440532_5854701.641704", "name": "manhole_1533_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391365.440532283158973, 5854701.641704299487174 ] } }, -{ "type": "Feature", "properties": { "_index": 1539, "bedlevel": -10002.0, "branchid": "pipe_9_E945;pipe_9_E946", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1534_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2293223383499459e-07, "index_right": 1541, "nodeid": "1391316.238207_5854710.165704", "id": "1391316.238207_5854710.165704", "name": "manhole_1534_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391316.238207383779809, 5854710.165704177692533 ] } }, -{ "type": "Feature", "properties": { "_index": 1540, "bedlevel": -10002.0, "branchid": "pipe_9_E946;pipe_9_E947", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1535_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9887827199217062e-07, "index_right": 1542, "nodeid": "1391270.685153_5854729.292714", "id": "1391270.685153_5854729.292714", "name": "manhole_1535_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391270.685152613790706, 5854729.292713684029877 ] } }, -{ "type": "Feature", "properties": { "_index": 1541, "bedlevel": -10002.0, "branchid": "pipe_9_E947;pipe_9_E948", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1536_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4372609709914922e-07, "index_right": 1543, "nodeid": "1391236.857205_5854765.320721", "id": "1391236.857205_5854765.320721", "name": "manhole_1536_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391236.857205224456266, 5854765.320721383206546 ] } }, -{ "type": "Feature", "properties": { "_index": 1542, "bedlevel": -10002.0, "branchid": "pipe_9_E948;pipe_9_E949", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1537_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8267789887317469e-07, "index_right": 1544, "nodeid": "1391202.853810_5854801.861028", "id": "1391202.853810_5854801.861028", "name": "manhole_1537_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391202.853810350876302, 5854801.861028152517974 ] } }, -{ "type": "Feature", "properties": { "_index": 1543, "bedlevel": -10002.0, "branchid": "pipe_9_E949;pipe_9_E950", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1538_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9259416811835004e-08, "index_right": 1545, "nodeid": "1391157.795156_5854820.230690", "id": "1391157.795156_5854820.230690", "name": "manhole_1538_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391157.795155985048041, 5854820.230689963325858 ] } }, -{ "type": "Feature", "properties": { "_index": 1544, "bedlevel": -10002.0, "branchid": "pipe_9_E950;pipe_9_E951", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1539_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.7142883787512068e-08, "index_right": 1546, "nodeid": "1391108.772610_5854813.861238", "id": "1391108.772610_5854813.861238", "name": "manhole_1539_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391108.772609984036535, 5854813.861238065175712 ] } }, -{ "type": "Feature", "properties": { "_index": 1545, "bedlevel": -10002.0, "branchid": "pipe_9_E951;pipe_9_E952", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1540_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2757850097372026e-07, "index_right": 1547, "nodeid": "1391060.928104_5854800.764660", "id": "1391060.928104_5854800.764660", "name": "manhole_1540_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391060.92810442741029, 5854800.764659990556538 ] } }, -{ "type": "Feature", "properties": { "_index": 1546, "bedlevel": -10002.0, "branchid": "pipe_9_E952;pipe_9_E953", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1541_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8019975461426833e-07, "index_right": 1548, "nodeid": "1391018.222674_5854821.264777", "id": "1391018.222674_5854821.264777", "name": "manhole_1541_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391018.222673617769033, 5854821.264777290634811 ] } }, -{ "type": "Feature", "properties": { "_index": 1547, "bedlevel": -10002.0, "branchid": "pipe_9_E953;pipe_9_E954", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1542_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1032275979907827e-07, "index_right": 1549, "nodeid": "1390998.940665_5854866.830209", "id": "1390998.940665_5854866.830209", "name": "manhole_1542_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390998.9406647849828, 5854866.83020946290344 ] } }, -{ "type": "Feature", "properties": { "_index": 1548, "bedlevel": -10002.0, "branchid": "pipe_9_E954;pipe_9_E955", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1543_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9817580798596442e-07, "index_right": 1550, "nodeid": "1390962.790659_5854895.559752", "id": "1390962.790659_5854895.559752", "name": "manhole_1543_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390962.790658802259713, 5854895.559752456843853 ] } }, -{ "type": "Feature", "properties": { "_index": 1549, "bedlevel": -10002.0, "branchid": "pipe_9_E955;pipe_9_E956", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1544_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.6361104758561427e-07, "index_right": 1551, "nodeid": "1390919.961047_5854871.800869", "id": "1390919.961047_5854871.800869", "name": "manhole_1544_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390919.96104749571532, 5854871.800868731923401 ] } }, -{ "type": "Feature", "properties": { "_index": 1550, "bedlevel": -10002.0, "branchid": "pipe_9_E956;pipe_9_E957", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1545_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.8381785295053548e-07, "index_right": 1552, "nodeid": "1390873.984042_5854857.080187", "id": "1390873.984042_5854857.080187", "name": "manhole_1545_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390873.984042470343411, 5854857.080187496729195 ] } }, -{ "type": "Feature", "properties": { "_index": 1551, "bedlevel": -10002.0, "branchid": "pipe_9_E957;pipe_9_E958", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1546_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4413570882472833e-07, "index_right": 1553, "nodeid": "1390830.492624_5854881.491715", "id": "1390830.492624_5854881.491715", "name": "manhole_1546_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390830.492623874917626, 5854881.491715071722865 ] } }, -{ "type": "Feature", "properties": { "_index": 1552, "bedlevel": -10002.0, "branchid": "pipe_9_E958;pipe_9_E959", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1547_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4710999687701043e-07, "index_right": 1554, "nodeid": "1390796.708465_5854865.116497", "id": "1390796.708465_5854865.116497", "name": "manhole_1547_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390796.708465208066627, 5854865.116497132927179 ] } }, -{ "type": "Feature", "properties": { "_index": 1553, "bedlevel": -10002.0, "branchid": "pipe_9_E959;pipe_9_E960", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1548_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7753622843484431e-07, "index_right": 1555, "nodeid": "1390838.292139_5854841.149039", "id": "1390838.292139_5854841.149039", "name": "manhole_1548_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390838.292139080353081, 5854841.149038841947913 ] } }, -{ "type": "Feature", "properties": { "_index": 1554, "bedlevel": -10002.0, "branchid": "pipe_9_E960;pipe_9_E961", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1549_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.0457828820746878e-07, "index_right": 1556, "nodeid": "1390887.221938_5854833.728026", "id": "1390887.221938_5854833.728026", "name": "manhole_1549_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390887.22193789598532, 5854833.728026010096073 ] } }, -{ "type": "Feature", "properties": { "_index": 1555, "bedlevel": -10002.0, "branchid": "pipe_9_E961;pipe_9_E962", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1550_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7807280663530697e-07, "index_right": 1557, "nodeid": "1390936.898273_5854829.647458", "id": "1390936.898273_5854829.647458", "name": "manhole_1550_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390936.898272739024833, 5854829.647457904182374 ] } }, -{ "type": "Feature", "properties": { "_index": 1556, "bedlevel": -10002.0, "branchid": "pipe_9_E962;pipe_9_E963", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1551_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8350353921282151e-07, "index_right": 1558, "nodeid": "1390962.336483_5854791.122572", "id": "1390962.336483_5854791.122572", "name": "manhole_1551_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390962.336482576327398, 5854791.122571767307818 ] } }, -{ "type": "Feature", "properties": { "_index": 1557, "bedlevel": -10002.0, "branchid": "pipe_9_E963;pipe_9_E964", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1552_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0189754682654376e-07, "index_right": 1559, "nodeid": "1390966.186074_5854741.748434", "id": "1390966.186074_5854741.748434", "name": "manhole_1552_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390966.186074131866917, 5854741.748434484004974 ] } }, -{ "type": "Feature", "properties": { "_index": 1558, "bedlevel": -10002.0, "branchid": "pipe_9_E964;pipe_9_E965", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1553_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7355502837045571e-07, "index_right": 1560, "nodeid": "1390992.855365_5854700.308199", "id": "1390992.855365_5854700.308199", "name": "manhole_1553_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390992.85536471917294, 5854700.308199499733746 ] } }, -{ "type": "Feature", "properties": { "_index": 1559, "bedlevel": -10002.0, "branchid": "pipe_9_E965;pipe_9_E966", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1554_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8669132660718733e-07, "index_right": 1561, "nodeid": "1391035.848916_5854678.165031", "id": "1391035.848916_5854678.165031", "name": "manhole_1554_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391035.848916283808649, 5854678.165031262673438 ] } }, -{ "type": "Feature", "properties": { "_index": 1560, "bedlevel": -10002.0, "branchid": "pipe_9_E966;pipe_9_E967", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1555_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5272666814480102e-07, "index_right": 1562, "nodeid": "1391083.904442_5854664.357831", "id": "1391083.904442_5854664.357831", "name": "manhole_1555_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391083.904441812774166, 5854664.357830701395869 ] } }, -{ "type": "Feature", "properties": { "_index": 1561, "bedlevel": -10002.0, "branchid": "pipe_9_E967;pipe_9_E968", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1556_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6889074679774857e-07, "index_right": 1563, "nodeid": "1391131.959967_5854650.550630", "id": "1391131.959967_5854650.550630", "name": "manhole_1556_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391131.959967341739684, 5854650.550630139186978 ] } }, -{ "type": "Feature", "properties": { "_index": 1562, "bedlevel": -10002.0, "branchid": "pipe_9_E968;pipe_9_E969", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1557_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3602236349370507e-07, "index_right": 1564, "nodeid": "1391179.634835_5854635.589167", "id": "1391179.634835_5854635.589167", "name": "manhole_1557_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391179.634835138218477, 5854635.58916658628732 ] } }, -{ "type": "Feature", "properties": { "_index": 1563, "bedlevel": -10002.0, "branchid": "pipe_9_E969;pipe_9_E970", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1558_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0338122356565013e-07, "index_right": 1565, "nodeid": "1391207.438901_5854598.479608", "id": "1391207.438901_5854598.479608", "name": "manhole_1558_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391207.438901009736583, 5854598.479608403518796 ] } }, -{ "type": "Feature", "properties": { "_index": 1564, "bedlevel": -10002.0, "branchid": "pipe_9_E970;pipe_9_E971", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1559_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.5871509007646806e-07, "index_right": 1566, "nodeid": "1391180.980266_5854561.607478", "id": "1391180.980266_5854561.607478", "name": "manhole_1559_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391180.980266467668116, 5854561.607478464022279 ] } }, -{ "type": "Feature", "properties": { "_index": 1565, "bedlevel": -10002.0, "branchid": "pipe_9_E971;pipe_9_E972", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1560_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0152931261305112e-07, "index_right": 1567, "nodeid": "1391131.202321_5854557.049893", "id": "1391131.202321_5854557.049893", "name": "manhole_1560_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391131.202320650219917, 5854557.049893359653652 ] } }, -{ "type": "Feature", "properties": { "_index": 1566, "bedlevel": -10002.0, "branchid": "pipe_9_E972;pipe_9_E973", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1561_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9073718684493455e-07, "index_right": 1568, "nodeid": "1391082.781214_5854544.585195", "id": "1391082.781214_5854544.585195", "name": "manhole_1561_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391082.781213583657518, 5854544.585194740444422 ] } }, -{ "type": "Feature", "properties": { "_index": 1567, "bedlevel": -10002.0, "branchid": "pipe_9_E973;pipe_9_E974", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1562_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.684967721715933e-07, "index_right": 1569, "nodeid": "1391034.359877_5854532.121387", "id": "1391034.359877_5854532.121387", "name": "manhole_1562_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391034.359877102775499, 5854532.12138735409826 ] } }, -{ "type": "Feature", "properties": { "_index": 1568, "bedlevel": -10002.0, "branchid": "pipe_9_E974;pipe_9_E975", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1563_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6532671257327766e-07, "index_right": 1570, "nodeid": "1390989.634528_5854509.876649", "id": "1390989.634528_5854509.876649", "name": "manhole_1563_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390989.634528238559142, 5854509.87664872314781 ] } }, -{ "type": "Feature", "properties": { "_index": 1569, "bedlevel": -10002.0, "branchid": "pipe_9_E975;pipe_9_E976", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1564_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2967651002674243e-07, "index_right": 1571, "nodeid": "1390945.071014_5854487.203635", "id": "1390945.071014_5854487.203635", "name": "manhole_1564_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390945.071014412911609, 5854487.20363488048315 ] } }, -{ "type": "Feature", "properties": { "_index": 1570, "bedlevel": -10002.0, "branchid": "pipe_9_E976;pipe_9_E977", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1565_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4004277138043422e-07, "index_right": 1572, "nodeid": "1390901.697761_5854462.393036", "id": "1390901.697761_5854462.393036", "name": "manhole_1565_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390901.697761435760185, 5854462.393036060966551 ] } }, -{ "type": "Feature", "properties": { "_index": 1571, "bedlevel": -10002.0, "branchid": "pipe_9_E977;pipe_9_E978", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1566_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2594977458542312e-07, "index_right": 1573, "nodeid": "1390859.490862_5854435.632611", "id": "1390859.490862_5854435.632611", "name": "manhole_1566_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390859.490862333914265, 5854435.632610735483468 ] } }, -{ "type": "Feature", "properties": { "_index": 1572, "bedlevel": -10002.0, "branchid": "pipe_9_E978;pipe_9_E979", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1567_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.6797748264249159e-07, "index_right": 1574, "nodeid": "1390822.363200_5854402.650966", "id": "1390822.363200_5854402.650966", "name": "manhole_1567_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390822.363200478022918, 5854402.650965533219278 ] } }, -{ "type": "Feature", "properties": { "_index": 1573, "bedlevel": -10002.0, "branchid": "pipe_9_E979;pipe_9_E980", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1568_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7046454909689144e-07, "index_right": 1575, "nodeid": "1390794.517731_5854361.373340", "id": "1390794.517731_5854361.373340", "name": "manhole_1568_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390794.517730910796672, 5854361.373340462334454 ] } }, -{ "type": "Feature", "properties": { "_index": 1574, "bedlevel": -10002.0, "branchid": "pipe_9_E980;pipe_9_E981", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1569_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4579902497866171e-07, "index_right": 1576, "nodeid": "1390752.757621_5854350.515991", "id": "1390752.757621_5854350.515991", "name": "manhole_1569_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390752.757621133932844, 5854350.515991058200598 ] } }, -{ "type": "Feature", "properties": { "_index": 1575, "bedlevel": -10002.0, "branchid": "pipe_9_E981;pipe_9_E982", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1570_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5310907792799824e-07, "index_right": 1577, "nodeid": "1390773.418687_5854390.614123", "id": "1390773.418687_5854390.614123", "name": "manhole_1570_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390773.418687251396477, 5854390.614122970961034 ] } }, -{ "type": "Feature", "properties": { "_index": 1576, "bedlevel": -10002.0, "branchid": "pipe_9_E982;pipe_9_E983", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1571_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6776510737977802e-07, "index_right": 1578, "nodeid": "1390803.876573_5854430.219823", "id": "1390803.876573_5854430.219823", "name": "manhole_1571_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390803.876572717214003, 5854430.219822627492249 ] } }, -{ "type": "Feature", "properties": { "_index": 1577, "bedlevel": -10002.0, "branchid": "pipe_9_E983;pipe_9_E984", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1572_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6795652135739051e-07, "index_right": 1579, "nodeid": "1390829.792810_5854472.861353", "id": "1390829.792810_5854472.861353", "name": "manhole_1572_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390829.792809600709006, 5854472.861352755688131 ] } }, -{ "type": "Feature", "properties": { "_index": 1578, "bedlevel": -10002.0, "branchid": "pipe_9_E984;pipe_9_E985", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1573_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6699330549006945e-07, "index_right": 1580, "nodeid": "1390840.804824_5854520.985180", "id": "1390840.804824_5854520.985180", "name": "manhole_1573_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390840.804824143880978, 5854520.985180084593594 ] } }, -{ "type": "Feature", "properties": { "_index": 1579, "bedlevel": -10002.0, "branchid": "pipe_9_E985;pipe_9_E986", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1574_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2952720713193517e-07, "index_right": 1581, "nodeid": "1390806.955071_5854555.332527", "id": "1390806.955071_5854555.332527", "name": "manhole_1574_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390806.955070770578459, 5854555.332527009770274 ] } }, -{ "type": "Feature", "properties": { "_index": 1580, "bedlevel": -10002.0, "branchid": "pipe_9_E986;pipe_9_E987", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1575_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.1960539851842544e-07, "index_right": 1582, "nodeid": "1390768.710703_5854587.034128", "id": "1390768.710703_5854587.034128", "name": "manhole_1575_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390768.710703042568639, 5854587.03412811178714 ] } }, -{ "type": "Feature", "properties": { "_index": 1581, "bedlevel": -10002.0, "branchid": "pipe_9_E987;pipe_9_E988", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1576_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4515198311499842e-07, "index_right": 1583, "nodeid": "1390727.648428_5854605.405022", "id": "1390727.648428_5854605.405022", "name": "manhole_1576_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390727.648428230080754, 5854605.405022084712982 ] } }, -{ "type": "Feature", "properties": { "_index": 1582, "bedlevel": -10002.0, "branchid": "pipe_9_E988;pipe_9_E989", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1577_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.957654973190812e-07, "index_right": 1584, "nodeid": "1390738.217332_5854570.207673", "id": "1390738.217332_5854570.207673", "name": "manhole_1577_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390738.217331510968506, 5854570.207673082128167 ] } }, -{ "type": "Feature", "properties": { "_index": 1583, "bedlevel": -10002.0, "branchid": "pipe_9_E989;pipe_9_E990", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1578_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9361085972341292e-07, "index_right": 1585, "nodeid": "1390769.756391_5854536.839095", "id": "1390769.756391_5854536.839095", "name": "manhole_1578_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390769.756390688242391, 5854536.839095240458846 ] } }, -{ "type": "Feature", "properties": { "_index": 1584, "bedlevel": -10002.0, "branchid": "pipe_9_E990;pipe_9_E991", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1579_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1510256212035706e-07, "index_right": 1586, "nodeid": "1390742.617340_5854501.043600", "id": "1390742.617340_5854501.043600", "name": "manhole_1579_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390742.617340298369527, 5854501.043599711731076 ] } }, -{ "type": "Feature", "properties": { "_index": 1585, "bedlevel": -10002.0, "branchid": "pipe_9_E991;pipe_9_E992", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1580_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4444588990995257e-07, "index_right": 1587, "nodeid": "1390698.267856_5854477.987163", "id": "1390698.267856_5854477.987163", "name": "manhole_1580_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390698.267856214428321, 5854477.987162610515952 ] } }, -{ "type": "Feature", "properties": { "_index": 1586, "bedlevel": -10002.0, "branchid": "pipe_9_E992;pipe_9_E993", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1581_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0594513586130285e-07, "index_right": 1588, "nodeid": "1390659.045460_5854447.088924", "id": "1390659.045460_5854447.088924", "name": "manhole_1581_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390659.045459883986041, 5854447.088924283161759 ] } }, -{ "type": "Feature", "properties": { "_index": 1587, "bedlevel": -10002.0, "branchid": "pipe_9_E993;pipe_9_E994", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1582_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.1197177322866196e-07, "index_right": 1589, "nodeid": "1390625.552943_5854410.088393", "id": "1390625.552943_5854410.088393", "name": "manhole_1582_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390625.552943467628211, 5854410.088393394835293 ] } }, -{ "type": "Feature", "properties": { "_index": 1588, "bedlevel": -10002.0, "branchid": "pipe_9_E994;pipe_9_E995", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1583_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3996003962665828e-07, "index_right": 1590, "nodeid": "1390589.600407_5854409.582950", "id": "1390589.600407_5854409.582950", "name": "manhole_1583_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390589.600407437421381, 5854409.582950046285987 ] } }, -{ "type": "Feature", "properties": { "_index": 1589, "bedlevel": -10002.0, "branchid": "pipe_9_E995;pipe_9_E996", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1584_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.3027389476199259e-07, "index_right": 1591, "nodeid": "1390602.713966_5854457.412330", "id": "1390602.713966_5854457.412330", "name": "manhole_1584_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390602.713966056471691, 5854457.412329882383347 ] } }, -{ "type": "Feature", "properties": { "_index": 1590, "bedlevel": -10002.0, "branchid": "pipe_9_E996;pipe_9_E997", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1585_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0574573583887895e-07, "index_right": 1592, "nodeid": "1390595.921491_5854505.872623", "id": "1390595.921491_5854505.872623", "name": "manhole_1585_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390595.921491433866322, 5854505.872622577473521 ] } }, -{ "type": "Feature", "properties": { "_index": 1591, "bedlevel": -10002.0, "branchid": "pipe_9_E997;pipe_9_E998", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1586_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.2331233332013587e-07, "index_right": 1593, "nodeid": "1390570.443128_5854548.678854", "id": "1390570.443128_5854548.678854", "name": "manhole_1586_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390570.44312756950967, 5854548.678854450583458 ] } }, -{ "type": "Feature", "properties": { "_index": 1592, "bedlevel": -10002.0, "branchid": "pipe_9_E998;pipe_9_E999", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1587_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.0734477485735363e-07, "index_right": 1594, "nodeid": "1390543.056656_5854590.511300", "id": "1390543.056656_5854590.511300", "name": "manhole_1587_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390543.056656106142327, 5854590.511300016194582 ] } }, -{ "type": "Feature", "properties": { "_index": 1593, "bedlevel": -10002.0, "branchid": "pipe_9_E999;pipe_9_E1000", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1588_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.235128550122321e-07, "index_right": 1595, "nodeid": "1390515.015498_5854631.763416", "id": "1390515.015498_5854631.763416", "name": "manhole_1588_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390515.015498246299103, 5854631.763415537774563 ] } }, -{ "type": "Feature", "properties": { "_index": 1594, "bedlevel": -10002.0, "branchid": "pipe_9_E1000;pipe_9_E1001", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1589_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7508498063091869e-07, "index_right": 1596, "nodeid": "1390474.123673_5854660.297699", "id": "1390474.123673_5854660.297699", "name": "manhole_1589_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390474.123672692570835, 5854660.297698637470603 ] } }, -{ "type": "Feature", "properties": { "_index": 1595, "bedlevel": -10002.0, "branchid": "pipe_9_E1001;pipe_9_E1002", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1590_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5582341586636442e-07, "index_right": 1597, "nodeid": "1390431.612204_5854686.592487", "id": "1390431.612204_5854686.592487", "name": "manhole_1590_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390431.612203549593687, 5854686.592487070709467 ] } }, -{ "type": "Feature", "properties": { "_index": 1596, "bedlevel": -10002.0, "branchid": "pipe_9_E1002;pipe_9_E1003", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1591_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.2391123243272844e-07, "index_right": 1598, "nodeid": "1390393.452535_5854718.581623", "id": "1390393.452535_5854718.581623", "name": "manhole_1591_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390393.452535421354696, 5854718.581622540019453 ] } }, -{ "type": "Feature", "properties": { "_index": 1597, "bedlevel": -10002.0, "branchid": "pipe_9_E1003;pipe_9_E1004", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1592_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.1785578086057093e-07, "index_right": 1599, "nodeid": "1390367.542569_5854761.184358", "id": "1390367.542569_5854761.184358", "name": "manhole_1592_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390367.542568972334266, 5854761.184357885271311 ] } }, -{ "type": "Feature", "properties": { "_index": 1598, "bedlevel": -10002.0, "branchid": "pipe_9_E1004;pipe_9_E1005", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1593_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.1381608746994174e-07, "index_right": 1600, "nodeid": "1390335.298282_5854798.167893", "id": "1390335.298282_5854798.167893", "name": "manhole_1593_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390335.298282078001648, 5854798.167892917059362 ] } }, -{ "type": "Feature", "properties": { "_index": 1599, "bedlevel": -10002.0, "branchid": "pipe_9_E1005;pipe_9_E1006", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1594_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4616572669472111e-07, "index_right": 1601, "nodeid": "1390287.950059_5854812.008565", "id": "1390287.950059_5854812.008565", "name": "manhole_1594_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390287.950058992486447, 5854812.008565446361899 ] } }, -{ "type": "Feature", "properties": { "_index": 1600, "bedlevel": -10002.0, "branchid": "pipe_9_E1006;pipe_9_E1007", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1595_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0991267599296264e-07, "index_right": 1602, "nodeid": "1390238.458151_5854817.911680", "id": "1390238.458151_5854817.911680", "name": "manhole_1595_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390238.458150852238759, 5854817.911680148914456 ] } }, -{ "type": "Feature", "properties": { "_index": 1601, "bedlevel": -10002.0, "branchid": "pipe_9_E1007;pipe_9_E1008", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1596_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2395979603509421e-07, "index_right": 1603, "nodeid": "1390191.062322_5854833.713980", "id": "1390191.062322_5854833.713980", "name": "manhole_1596_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390191.062322469428182, 5854833.713980232365429 ] } }, -{ "type": "Feature", "properties": { "_index": 1602, "bedlevel": -10002.0, "branchid": "pipe_9_E1008;pipe_9_E1009", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1597_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8345470876465014e-07, "index_right": 1604, "nodeid": "1390143.877432_5854850.253582", "id": "1390143.877432_5854850.253582", "name": "manhole_1597_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390143.877431784989312, 5854850.253581566736102 ] } }, -{ "type": "Feature", "properties": { "_index": 1603, "bedlevel": -10002.0, "branchid": "pipe_9_E1009;pipe_9_E1010", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1598_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0296581401420593e-07, "index_right": 1605, "nodeid": "1390095.581853_5854862.709081", "id": "1390095.581853_5854862.709081", "name": "manhole_1598_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390095.581852754345164, 5854862.709081319160759 ] } }, -{ "type": "Feature", "properties": { "_index": 1604, "bedlevel": -10002.0, "branchid": "pipe_9_E1010;pipe_9_E1011", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1599_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0672940558638746e-07, "index_right": 1606, "nodeid": "1390047.517835_5854876.231087", "id": "1390047.517835_5854876.231087", "name": "manhole_1599_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390047.517834821017459, 5854876.231087474152446 ] } }, -{ "type": "Feature", "properties": { "_index": 1605, "bedlevel": -10002.0, "branchid": "pipe_9_E1011;pipe_9_E1012", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1600_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1015116422057757e-07, "index_right": 1607, "nodeid": "1390002.813236_5854898.312405", "id": "1390002.813236_5854898.312405", "name": "manhole_1600_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390002.813235945766792, 5854898.312404797412455 ] } }, -{ "type": "Feature", "properties": { "_index": 1606, "bedlevel": -10002.0, "branchid": "pipe_9_E1012;pipe_9_E1013", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1601_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3779745922595653e-07, "index_right": 1608, "nodeid": "1389957.240445_5854918.770327", "id": "1389957.240445_5854918.770327", "name": "manhole_1601_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389957.240444654598832, 5854918.770327269099653 ] } }, -{ "type": "Feature", "properties": { "_index": 1607, "bedlevel": -10002.0, "branchid": "pipe_9_E1013;pipe_9_E1014", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1602_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1451964361161519e-07, "index_right": 1609, "nodeid": "1389907.862496_5854926.546503", "id": "1389907.862496_5854926.546503", "name": "manhole_1602_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389907.862496146233752, 5854926.546503278426826 ] } }, -{ "type": "Feature", "properties": { "_index": 1608, "bedlevel": -10002.0, "branchid": "pipe_9_E1014;pipe_9_E1015", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1603_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5205552399961176e-07, "index_right": 1610, "nodeid": "1389858.454627_5854934.216888", "id": "1389858.454627_5854934.216888", "name": "manhole_1603_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389858.454627148341388, 5854934.216888033784926 ] } }, -{ "type": "Feature", "properties": { "_index": 1609, "bedlevel": -10002.0, "branchid": "pipe_9_E1015;pipe_9_E1016", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1604_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5807562330983946e-07, "index_right": 1611, "nodeid": "1389809.046758_5854941.887273", "id": "1389809.046758_5854941.887273", "name": "manhole_1604_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389809.046758150681853, 5854941.887272790074348 ] } }, -{ "type": "Feature", "properties": { "_index": 1610, "bedlevel": -10002.0, "branchid": "pipe_9_E1016;pipe_9_E1017", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1605_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.794638203623361e-07, "index_right": 1612, "nodeid": "1389759.638889_5854949.557658", "id": "1389759.638889_5854949.557658", "name": "manhole_1605_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389759.638889152789488, 5854949.557657545432448 ] } }, -{ "type": "Feature", "properties": { "_index": 1611, "bedlevel": -10002.0, "branchid": "pipe_9_E1017;pipe_9_E1018", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1606_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8521956412771304e-07, "index_right": 1613, "nodeid": "1389709.944213_5854954.171913", "id": "1389709.944213_5854954.171913", "name": "manhole_1606_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389709.944212611299008, 5854954.171913290396333 ] } }, -{ "type": "Feature", "properties": { "_index": 1612, "bedlevel": -10002.0, "branchid": "pipe_9_E1018;pipe_9_E1019", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1607_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6442509673716519e-07, "index_right": 1614, "nodeid": "1389659.971924_5854955.828026", "id": "1389659.971924_5854955.828026", "name": "manhole_1607_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389659.971924164798111, 5854955.828025793656707 ] } }, -{ "type": "Feature", "properties": { "_index": 1613, "bedlevel": -10002.0, "branchid": "pipe_9_E1019;pipe_9_E1020", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1608_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.101059155959761e-07, "index_right": 1615, "nodeid": "1389609.999636_5854957.484138", "id": "1389609.999636_5854957.484138", "name": "manhole_1608_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389609.999635718297213, 5854957.484138297848403 ] } }, -{ "type": "Feature", "properties": { "_index": 1614, "bedlevel": -10002.0, "branchid": "pipe_9_E1020;pipe_9_E1021", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1609_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2474844496665074e-07, "index_right": 1616, "nodeid": "1389560.020212_5854958.556860", "id": "1389560.020212_5854958.556860", "name": "manhole_1609_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389560.020212409785017, 5854958.556860111653805 ] } }, -{ "type": "Feature", "properties": { "_index": 1615, "bedlevel": -10002.0, "branchid": "pipe_9_E1021;pipe_9_E1022", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1610_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2268612673377697e-07, "index_right": 1617, "nodeid": "1389510.215888_5854956.262845", "id": "1389510.215888_5854956.262845", "name": "manhole_1610_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389510.215887822909281, 5854956.262844508513808 ] } }, -{ "type": "Feature", "properties": { "_index": 1616, "bedlevel": -10002.0, "branchid": "pipe_9_E1022;pipe_9_E1023", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1611_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0240416608633027e-07, "index_right": 1618, "nodeid": "1389461.199074_5854946.397537", "id": "1389461.199074_5854946.397537", "name": "manhole_1611_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389461.199074118630961, 5854946.397536835633218 ] } }, -{ "type": "Feature", "properties": { "_index": 1617, "bedlevel": -10002.0, "branchid": "pipe_9_E1023;pipe_9_E1024", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1612_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4027592233171172e-07, "index_right": 1619, "nodeid": "1389411.846069_5854939.318626", "id": "1389411.846069_5854939.318626", "name": "manhole_1612_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389411.846068927552551, 5854939.31862622871995 ] } }, -{ "type": "Feature", "properties": { "_index": 1618, "bedlevel": -10002.0, "branchid": "pipe_9_E1024;pipe_9_E1025", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1613_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6585827857278016e-07, "index_right": 1620, "nodeid": "1389363.668794_5854950.530765", "id": "1389363.668794_5854950.530765", "name": "manhole_1613_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389363.668794465018436, 5854950.530764970928431 ] } }, -{ "type": "Feature", "properties": { "_index": 1619, "bedlevel": -10002.0, "branchid": "pipe_9_E1025;pipe_9_E1026", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1614_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.0941182402718445e-07, "index_right": 1621, "nodeid": "1389316.806479_5854967.963369", "id": "1389316.806479_5854967.963369", "name": "manhole_1614_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389316.806479058926925, 5854967.963369091972709 ] } }, -{ "type": "Feature", "properties": { "_index": 1620, "bedlevel": -10002.0, "branchid": "pipe_9_E1026;pipe_9_E1027", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1615_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2583139791963328e-07, "index_right": 1622, "nodeid": "1389269.941509_5854985.388836", "id": "1389269.941509_5854985.388836", "name": "manhole_1615_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389269.94150876486674, 5854985.388835529796779 ] } }, -{ "type": "Feature", "properties": { "_index": 1621, "bedlevel": -10002.0, "branchid": "pipe_9_E1027;pipe_9_E1028", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1616_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2998020786065932e-07, "index_right": 1623, "nodeid": "1389222.242154_5855000.003873", "id": "1389222.242154_5855000.003873", "name": "manhole_1616_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389222.242154399864376, 5855000.003873158246279 ] } }, -{ "type": "Feature", "properties": { "_index": 1622, "bedlevel": -10002.0, "branchid": "pipe_9_E1028;pipe_9_E1029", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1617_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.798352765380734e-07, "index_right": 1624, "nodeid": "1389172.474719_5854998.599748", "id": "1389172.474719_5854998.599748", "name": "manhole_1617_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389172.474719209829345, 5854998.599748316220939 ] } }, -{ "type": "Feature", "properties": { "_index": 1623, "bedlevel": -10002.0, "branchid": "pipe_9_E1029;pipe_9_E1030", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1618_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1468601788135622e-07, "index_right": 1625, "nodeid": "1389122.522159_5854997.979929", "id": "1389122.522159_5854997.979929", "name": "manhole_1618_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389122.522158603882417, 5854997.979928877204657 ] } }, -{ "type": "Feature", "properties": { "_index": 1624, "bedlevel": -10002.0, "branchid": "pipe_9_E1030;pipe_9_E1031", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1619_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6066669164281651e-07, "index_right": 1626, "nodeid": "1389075.172459_5855011.771173", "id": "1389075.172459_5855011.771173", "name": "manhole_1619_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389075.17245914414525, 5855011.771173330955207 ] } }, -{ "type": "Feature", "properties": { "_index": 1625, "bedlevel": -10002.0, "branchid": "pipe_9_E1031;pipe_9_E1032", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1620_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0021755104860839e-07, "index_right": 1627, "nodeid": "1389037.351534_5855043.705933", "id": "1389037.351534_5855043.705933", "name": "manhole_1620_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389037.351533574750647, 5855043.70593273639679 ] } }, -{ "type": "Feature", "properties": { "_index": 1626, "bedlevel": -10002.0, "branchid": "pipe_9_E1032;pipe_9_E1033", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1621_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0493747306954359e-07, "index_right": 1628, "nodeid": "1388987.549699_5855043.070369", "id": "1388987.549699_5855043.070369", "name": "manhole_1621_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388987.549699229886755, 5855043.070369333028793 ] } }, -{ "type": "Feature", "properties": { "_index": 1627, "bedlevel": -10002.0, "branchid": "pipe_9_E1033;pipe_9_E1034", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1622_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.0646472374519684e-07, "index_right": 1629, "nodeid": "1388952.226836_5855072.405110", "id": "1388952.226836_5855072.405110", "name": "manhole_1622_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388952.226835903478786, 5855072.405109954997897 ] } }, -{ "type": "Feature", "properties": { "_index": 1628, "bedlevel": -10002.0, "branchid": "pipe_9_E1034;pipe_9_E1035", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1623_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9079291412171202e-07, "index_right": 1630, "nodeid": "1388932.354648_5855118.261345", "id": "1388932.354648_5855118.261345", "name": "manhole_1623_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388932.354647896019742, 5855118.261345479637384 ] } }, -{ "type": "Feature", "properties": { "_index": 1629, "bedlevel": -10002.0, "branchid": "pipe_9_E1035;pipe_9_E1036", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1624_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2091349293635563e-07, "index_right": 1631, "nodeid": "1388905.897634_5855160.415872", "id": "1388905.897634_5855160.415872", "name": "manhole_1624_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388905.897634437307715, 5855160.415872283279896 ] } }, -{ "type": "Feature", "properties": { "_index": 1630, "bedlevel": -10002.0, "branchid": "pipe_9_E1036;pipe_9_E1037", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1625_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0058702093441588e-07, "index_right": 1632, "nodeid": "1388871.031826_5855194.997977", "id": "1388871.031826_5855194.997977", "name": "manhole_1625_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388871.031826107297093, 5855194.997977488674223 ] } }, -{ "type": "Feature", "properties": { "_index": 1631, "bedlevel": -10002.0, "branchid": "pipe_9_E1037;pipe_9_E1038", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1626_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1019982273419984e-07, "index_right": 1633, "nodeid": "1388824.506643_5855211.320767", "id": "1388824.506643_5855211.320767", "name": "manhole_1626_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388824.506643331842497, 5855211.32076724153012 ] } }, -{ "type": "Feature", "properties": { "_index": 1632, "bedlevel": -10002.0, "branchid": "pipe_9_E1038;pipe_9_E1039", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1627_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8484110153590738e-07, "index_right": 1634, "nodeid": "1388776.369282_5855224.693583", "id": "1388776.369282_5855224.693583", "name": "manhole_1627_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388776.369281501276419, 5855224.693582694977522 ] } }, -{ "type": "Feature", "properties": { "_index": 1633, "bedlevel": -10002.0, "branchid": "pipe_9_E1039;pipe_9_E1040", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1628_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.782200789452386e-07, "index_right": 1635, "nodeid": "1388734.099809_5855248.874301", "id": "1388734.099809_5855248.874301", "name": "manhole_1628_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388734.099809446139261, 5855248.874300631694496 ] } }, -{ "type": "Feature", "properties": { "_index": 1634, "bedlevel": -10002.0, "branchid": "pipe_9_E1040;pipe_9_E1041", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1629_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4647381060716148e-07, "index_right": 1636, "nodeid": "1388699.096632_5855284.262829", "id": "1388699.096632_5855284.262829", "name": "manhole_1629_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388699.096631670137867, 5855284.262829300947487 ] } }, -{ "type": "Feature", "properties": { "_index": 1635, "bedlevel": -10002.0, "branchid": "pipe_9_E1041;pipe_9_E1042", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1630_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9405173745163613e-07, "index_right": 1637, "nodeid": "1388660.147009_5855315.614053", "id": "1388660.147009_5855315.614053", "name": "manhole_1630_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388660.14700926351361, 5855315.614053130149841 ] } }, -{ "type": "Feature", "properties": { "_index": 1636, "bedlevel": 981.70001220703125, "branchid": "pipe_9_E1042;pipe_9_E1043", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1631_generated", "shape": null, "area": 0.64, "streetlevel": 984.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 984.70001220703125, "distance_right": 3.0157779527127742e-07, "index_right": 1638, "nodeid": "1388618.515728_5855342.829999", "id": "1388618.515728_5855342.829999", "name": "manhole_1631_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388618.515727732330561, 5855342.829998861066997 ] } }, -{ "type": "Feature", "properties": { "_index": 1637, "bedlevel": 972.10003662109375, "branchid": "pipe_9_E1043;pipe_9_E1044", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1632_generated", "shape": null, "area": 0.64, "streetlevel": 975.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 975.10003662109375, "distance_right": 3.1193745619311103e-07, "index_right": 1639, "nodeid": "1388570.996795_5855356.930158", "id": "1388570.996795_5855356.930158", "name": "manhole_1632_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388570.996795159298927, 5855356.930158268660307 ] } }, -{ "type": "Feature", "properties": { "_index": 1638, "bedlevel": 965.29998779296875, "branchid": "pipe_9_E1044;pipe_9_E1045", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1633_generated", "shape": null, "area": 0.64, "streetlevel": 968.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 968.29998779296875, "distance_right": 6.2550722664998962e-07, "index_right": 1640, "nodeid": "1388521.257593_5855362.027613", "id": "1388521.257593_5855362.027613", "name": "manhole_1633_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388521.257592596346512, 5855362.027613477781415 ] } }, -{ "type": "Feature", "properties": { "_index": 1639, "bedlevel": 965.29998779296875, "branchid": "pipe_9_E1045;pipe_9_E1046", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1634_generated", "shape": null, "area": 0.64, "streetlevel": 968.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 968.29998779296875, "distance_right": 2.491232398801703e-07, "index_right": 1641, "nodeid": "1388472.030307_5855370.543776", "id": "1388472.030307_5855370.543776", "name": "manhole_1634_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388472.030306826578453, 5855370.543775821104646 ] } }, -{ "type": "Feature", "properties": { "_index": 1640, "bedlevel": 965.29998779296875, "branchid": "pipe_9_E1046;pipe_9_E1047", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1635_generated", "shape": null, "area": 0.64, "streetlevel": 968.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 968.29998779296875, "distance_right": 3.4109458847801294e-07, "index_right": 1642, "nodeid": "1388439.000347_5855407.802593", "id": "1388439.000347_5855407.802593", "name": "manhole_1635_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388439.000347282737494, 5855407.802592809312046 ] } }, -{ "type": "Feature", "properties": { "_index": 1641, "bedlevel": 961.5, "branchid": "pipe_9_E1047;pipe_9_E1048", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1636_generated", "shape": null, "area": 0.64, "streetlevel": 964.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 964.5, "distance_right": 5.0422802117576567e-07, "index_right": 1643, "nodeid": "1388400.196092_5855436.014135", "id": "1388400.196092_5855436.014135", "name": "manhole_1636_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388400.196091859601438, 5855436.014134516008198 ] } }, -{ "type": "Feature", "properties": { "_index": 1642, "bedlevel": 961.5, "branchid": "pipe_9_E1048;pipe_9_E1049", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1637_generated", "shape": null, "area": 0.64, "streetlevel": 964.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 964.5, "distance_right": 3.5808361406298709e-07, "index_right": 1644, "nodeid": "1388351.338236_5855446.634319", "id": "1388351.338236_5855446.634319", "name": "manhole_1637_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388351.33823574683629, 5855446.634319253265858 ] } }, -{ "type": "Feature", "properties": { "_index": 1643, "bedlevel": 978.9000244140625, "branchid": "pipe_9_E1049;pipe_9_E1050", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1638_generated", "shape": null, "area": 0.64, "streetlevel": 981.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 981.9000244140625, "distance_right": 1.5594874151965919e-07, "index_right": 1645, "nodeid": "1388301.961882_5855453.847478", "id": "1388301.961882_5855453.847478", "name": "manhole_1638_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388301.961881892289966, 5855453.847477887757123 ] } }, -{ "type": "Feature", "properties": { "_index": 1644, "bedlevel": 978.9000244140625, "branchid": "pipe_9_E1050;pipe_9_E1051", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1639_generated", "shape": null, "area": 0.64, "streetlevel": 981.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 981.9000244140625, "distance_right": 5.2900597904754769e-07, "index_right": 1646, "nodeid": "1388252.297577_5855451.260453", "id": "1388252.297577_5855451.260453", "name": "manhole_1639_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388252.297577269142494, 5855451.260453455150127 ] } }, -{ "type": "Feature", "properties": { "_index": 1645, "bedlevel": 970.70001220703125, "branchid": "pipe_9_E1051;pipe_9_E1052", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1640_generated", "shape": null, "area": 0.64, "streetlevel": 973.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 973.70001220703125, "distance_right": 4.3128380993449448e-07, "index_right": 1647, "nodeid": "1388202.479660_5855455.508815", "id": "1388202.479660_5855455.508815", "name": "manhole_1640_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388202.479659734526649, 5855455.508814659900963 ] } }, -{ "type": "Feature", "properties": { "_index": 1646, "bedlevel": 958.70001220703125, "branchid": "pipe_9_E1052;pipe_9_E1053", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1641_generated", "shape": null, "area": 0.64, "streetlevel": 961.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 961.70001220703125, "distance_right": 6.5691209318399445e-07, "index_right": 1648, "nodeid": "1388152.683455_5855460.015516", "id": "1388152.683455_5855460.015516", "name": "manhole_1641_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388152.683455461403355, 5855460.015516467392445 ] } }, -{ "type": "Feature", "properties": { "_index": 1647, "bedlevel": 958.70001220703125, "branchid": "pipe_9_E1053;pipe_9_E1054", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1642_generated", "shape": null, "area": 0.64, "streetlevel": 961.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 961.70001220703125, "distance_right": 2.006546320325504e-07, "index_right": 1649, "nodeid": "1388104.622612_5855473.253734", "id": "1388104.622612_5855473.253734", "name": "manhole_1642_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388104.622611842118204, 5855473.253733876161277 ] } }, -{ "type": "Feature", "properties": { "_index": 1648, "bedlevel": 942.79998779296875, "branchid": "pipe_9_E1054;pipe_9_E1055", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1643_generated", "shape": null, "area": 0.64, "streetlevel": 945.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 945.79998779296875, "distance_right": 5.4215854007679352e-07, "index_right": 1650, "nodeid": "1388057.005634_5855488.445189", "id": "1388057.005634_5855488.445189", "name": "manhole_1643_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388057.00563437351957, 5855488.445189393125474 ] } }, -{ "type": "Feature", "properties": { "_index": 1649, "bedlevel": 942.79998779296875, "branchid": "pipe_9_E1055;pipe_9_E1056", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1644_generated", "shape": null, "area": 0.64, "streetlevel": 945.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 945.79998779296875, "distance_right": 6.3206294299772168e-07, "index_right": 1651, "nodeid": "1388011.292357_5855508.700276", "id": "1388011.292357_5855508.700276", "name": "manhole_1644_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388011.292356542311609, 5855508.700276436284184 ] } }, -{ "type": "Feature", "properties": { "_index": 1650, "bedlevel": 942.79998779296875, "branchid": "pipe_9_E1056;pipe_9_E1057", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1645_generated", "shape": null, "area": 0.64, "streetlevel": 945.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 945.79998779296875, "distance_right": 5.3811609627278667e-07, "index_right": 1652, "nodeid": "1387969.221703_5855535.246165", "id": "1387969.221703_5855535.246165", "name": "manhole_1645_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387969.221702651120722, 5855535.246164590120316 ] } }, -{ "type": "Feature", "properties": { "_index": 1651, "bedlevel": 927.79998779296875, "branchid": "pipe_9_E1057;pipe_9_E1058", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1646_generated", "shape": null, "area": 0.64, "streetlevel": 930.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 930.79998779296875, "distance_right": 3.5287172046738913e-07, "index_right": 1653, "nodeid": "1387935.863196_5855572.491062", "id": "1387935.863196_5855572.491062", "name": "manhole_1646_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387935.863196024205536, 5855572.491061648353934 ] } }, -{ "type": "Feature", "properties": { "_index": 1652, "bedlevel": 954.10003662109375, "branchid": "pipe_9_E1058;pipe_9_E1059", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1647_generated", "shape": null, "area": 0.64, "streetlevel": 957.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 957.10003662109375, "distance_right": 3.4948996437128579e-07, "index_right": 1654, "nodeid": "1387904.610232_5855611.432585", "id": "1387904.610232_5855611.432585", "name": "manhole_1647_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387904.610231971368194, 5855611.432584651745856 ] } }, -{ "type": "Feature", "properties": { "_index": 1653, "bedlevel": 944.4000244140625, "branchid": "pipe_9_E1059;pipe_9_E1060", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1648_generated", "shape": null, "area": 0.64, "streetlevel": 947.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 947.4000244140625, "distance_right": 3.5311037385386945e-07, "index_right": 1655, "nodeid": "1387869.335365_5855646.852918", "id": "1387869.335365_5855646.852918", "name": "manhole_1648_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387869.335365027422085, 5855646.852918352000415 ] } }, -{ "type": "Feature", "properties": { "_index": 1654, "bedlevel": 944.4000244140625, "branchid": "pipe_9_E1060;pipe_9_E1061", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1649_generated", "shape": null, "area": 0.64, "streetlevel": 947.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 947.4000244140625, "distance_right": 2.4558777189375542e-07, "index_right": 1656, "nodeid": "1387831.783289_5855679.735664", "id": "1387831.783289_5855679.735664", "name": "manhole_1649_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387831.783288773847744, 5855679.735664095729589 ] } }, -{ "type": "Feature", "properties": { "_index": 1655, "bedlevel": 944.4000244140625, "branchid": "pipe_9_E1061;pipe_9_E1062", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1650_generated", "shape": null, "area": 0.64, "streetlevel": 947.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 947.4000244140625, "distance_right": 4.6498657917073899e-07, "index_right": 1657, "nodeid": "1387791.509416_5855708.923280", "id": "1387791.509416_5855708.923280", "name": "manhole_1650_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387791.509416193468496, 5855708.923279576934874 ] } }, -{ "type": "Feature", "properties": { "_index": 1656, "bedlevel": 930.29998779296875, "branchid": "pipe_9_E1062;pipe_9_E1063", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1651_generated", "shape": null, "area": 0.64, "streetlevel": 933.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 933.29998779296875, "distance_right": 2.8252183007269098e-07, "index_right": 1658, "nodeid": "1387742.459817_5855717.213658", "id": "1387742.459817_5855717.213658", "name": "manhole_1651_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387742.459816947113723, 5855717.213657722808421 ] } }, -{ "type": "Feature", "properties": { "_index": 1657, "bedlevel": 930.29998779296875, "branchid": "pipe_9_E1063;pipe_9_E1064", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1652_generated", "shape": null, "area": 0.64, "streetlevel": 933.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 933.29998779296875, "distance_right": 3.5363288221426471e-07, "index_right": 1659, "nodeid": "1387692.500367_5855718.495404", "id": "1387692.500367_5855718.495404", "name": "manhole_1652_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387692.500367184402421, 5855718.495403698645532 ] } }, -{ "type": "Feature", "properties": { "_index": 1658, "bedlevel": 908.10003662109375, "branchid": "pipe_9_E1064;pipe_9_E1065", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1653_generated", "shape": null, "area": 0.64, "streetlevel": 911.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 911.10003662109375, "distance_right": 4.9034736079246513e-07, "index_right": 1660, "nodeid": "1387642.500798_5855718.619679", "id": "1387642.500798_5855718.619679", "name": "manhole_1653_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387642.500798417022452, 5855718.61967874225229 ] } }, -{ "type": "Feature", "properties": { "_index": 1659, "bedlevel": 884.70001220703125, "branchid": "pipe_9_E1065;pipe_9_E1066", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1654_generated", "shape": null, "area": 0.64, "streetlevel": 887.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 887.70001220703125, "distance_right": 4.1118188309736872e-07, "index_right": 1661, "nodeid": "1387592.501230_5855718.743954", "id": "1387592.501230_5855718.743954", "name": "manhole_1654_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387592.501229649642482, 5855718.743953784927726 ] } }, -{ "type": "Feature", "properties": { "_index": 1660, "bedlevel": 884.70001220703125, "branchid": "pipe_9_E1066;pipe_9_E1067", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1655_generated", "shape": null, "area": 0.64, "streetlevel": 887.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 887.70001220703125, "distance_right": 2.0872277033035481e-07, "index_right": 1662, "nodeid": "1387542.501661_5855718.868229", "id": "1387542.501661_5855718.868229", "name": "manhole_1655_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387542.501660882262513, 5855718.868228827603161 ] } }, -{ "type": "Feature", "properties": { "_index": 1661, "bedlevel": 899.9000244140625, "branchid": "pipe_9_E1067;pipe_9_E1068", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1656_generated", "shape": null, "area": 0.64, "streetlevel": 902.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 902.9000244140625, "distance_right": 5.0275511809117188e-07, "index_right": 1663, "nodeid": "1387492.651410_5855720.815255", "id": "1387492.651410_5855720.815255", "name": "manhole_1656_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387492.651409652316943, 5855720.815255363471806 ] } }, -{ "type": "Feature", "properties": { "_index": 1662, "bedlevel": 899.9000244140625, "branchid": "pipe_9_E1068;pipe_9_E1069", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1657_generated", "shape": null, "area": 0.64, "streetlevel": 902.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 902.9000244140625, "distance_right": 4.0143784259993902e-07, "index_right": 1664, "nodeid": "1387448.867237_5855742.752517", "id": "1387448.867237_5855742.752517", "name": "manhole_1657_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387448.867236748570576, 5855742.752516686916351 ] } }, -{ "type": "Feature", "properties": { "_index": 1663, "bedlevel": 883.20001220703125, "branchid": "pipe_9_E1069;pipe_9_E1070", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1658_generated", "shape": null, "area": 0.64, "streetlevel": 886.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 886.20001220703125, "distance_right": 5.0383308575468889e-07, "index_right": 1665, "nodeid": "1387402.432745_5855761.091834", "id": "1387402.432745_5855761.091834", "name": "manhole_1658_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387402.432745414320379, 5855761.091833713464439 ] } }, -{ "type": "Feature", "properties": { "_index": 1664, "bedlevel": 883.20001220703125, "branchid": "pipe_9_E1070;pipe_9_E1071", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1659_generated", "shape": null, "area": 0.64, "streetlevel": 886.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 886.20001220703125, "distance_right": 6.1468436428462281e-07, "index_right": 1666, "nodeid": "1387355.687973_5855778.837216", "id": "1387355.687973_5855778.837216", "name": "manhole_1659_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387355.687973388005048, 5855778.837216476909816 ] } }, -{ "type": "Feature", "properties": { "_index": 1665, "bedlevel": 876.4000244140625, "branchid": "pipe_9_E1071;pipe_9_E1072", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1660_generated", "shape": null, "area": 0.64, "streetlevel": 879.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 879.4000244140625, "distance_right": 4.3414225157022518e-07, "index_right": 1667, "nodeid": "1387308.943201_5855796.582599", "id": "1387308.943201_5855796.582599", "name": "manhole_1660_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387308.943201361689717, 5855796.582599240355194 ] } }, -{ "type": "Feature", "properties": { "_index": 1666, "bedlevel": 876.4000244140625, "branchid": "pipe_9_E1072;pipe_9_E1073", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1661_generated", "shape": null, "area": 0.64, "streetlevel": 879.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 879.4000244140625, "distance_right": 5.7963084690905175e-07, "index_right": 1668, "nodeid": "1387262.861614_5855815.656713", "id": "1387262.861614_5855815.656713", "name": "manhole_1661_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387262.861613623332232, 5855815.656713440082967 ] } }, -{ "type": "Feature", "properties": { "_index": 1667, "bedlevel": 870.29998779296875, "branchid": "pipe_9_E1073;pipe_9_E1074", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1662_generated", "shape": null, "area": 0.64, "streetlevel": 873.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 873.29998779296875, "distance_right": 3.5155299271124064e-07, "index_right": 1669, "nodeid": "1387224.059019_5855846.996292", "id": "1387224.059019_5855846.996292", "name": "manhole_1662_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387224.059019178850576, 5855846.996291697025299 ] } }, -{ "type": "Feature", "properties": { "_index": 1668, "bedlevel": 935.9000244140625, "branchid": "pipe_9_E1074;pipe_9_E1075", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1663_generated", "shape": null, "area": 0.64, "streetlevel": 938.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 938.9000244140625, "distance_right": 2.5239529085654171e-07, "index_right": 1670, "nodeid": "1387180.719125_5855870.194652", "id": "1387180.719125_5855870.194652", "name": "manhole_1663_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387180.719124856637791, 5855870.194651792757213 ] } }, -{ "type": "Feature", "properties": { "_index": 1669, "bedlevel": 929.79998779296875, "branchid": "pipe_9_E1075;pipe_9_E1076", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1664_generated", "shape": null, "area": 0.64, "streetlevel": 932.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 932.79998779296875, "distance_right": 6.3377412160898568e-07, "index_right": 1671, "nodeid": "1387131.003996_5855874.064550", "id": "1387131.003996_5855874.064550", "name": "manhole_1664_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387131.003996425773948, 5855874.064550469629467 ] } }, -{ "type": "Feature", "properties": { "_index": 1670, "bedlevel": 929.79998779296875, "branchid": "pipe_9_E1076;pipe_9_E1077", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1665_generated", "shape": null, "area": 0.64, "streetlevel": 932.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 932.79998779296875, "distance_right": 3.1656748918229132e-07, "index_right": 1672, "nodeid": "1387081.098878_5855871.158614", "id": "1387081.098878_5855871.158614", "name": "manhole_1665_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387081.098878284916282, 5855871.158613862469792 ] } }, -{ "type": "Feature", "properties": { "_index": 1671, "bedlevel": 913.79998779296875, "branchid": "pipe_9_E1077;pipe_9_E1078", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1666_generated", "shape": null, "area": 0.64, "streetlevel": 916.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 916.79998779296875, "distance_right": 2.831909844189002e-07, "index_right": 1673, "nodeid": "1387031.198060_5855868.015261", "id": "1387031.198060_5855868.015261", "name": "manhole_1666_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387031.198060098802671, 5855868.015261265449226 ] } }, -{ "type": "Feature", "properties": { "_index": 1672, "bedlevel": 913.79998779296875, "branchid": "pipe_9_E1078;pipe_9_E1079", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1667_generated", "shape": null, "area": 0.64, "streetlevel": 916.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 916.79998779296875, "distance_right": 3.4381447680653237e-07, "index_right": 1674, "nodeid": "1386981.297242_5855864.871909", "id": "1386981.297242_5855864.871909", "name": "manhole_1667_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386981.297241912456229, 5855864.871908667497337 ] } }, -{ "type": "Feature", "properties": { "_index": 1673, "bedlevel": 888.79998779296875, "branchid": "pipe_9_E1079;pipe_9_E1080", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1668_generated", "shape": null, "area": 0.64, "streetlevel": 891.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 891.79998779296875, "distance_right": 4.0001585263297416e-07, "index_right": 1675, "nodeid": "1386931.471473_5855860.718020", "id": "1386931.471473_5855860.718020", "name": "manhole_1668_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386931.47147326474078, 5855860.718019699677825 ] } }, -{ "type": "Feature", "properties": { "_index": 1674, "bedlevel": 888.79998779296875, "branchid": "pipe_9_E1080;pipe_9_E1081", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1669_generated", "shape": null, "area": 0.64, "streetlevel": 891.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 891.79998779296875, "distance_right": 2.4718676670200831e-07, "index_right": 1676, "nodeid": "1386881.600664_5855857.577048", "id": "1386881.600664_5855857.577048", "name": "manhole_1669_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386881.600663758814335, 5855857.577047945931554 ] } }, -{ "type": "Feature", "properties": { "_index": 1675, "bedlevel": 854.10003662109375, "branchid": "pipe_9_E1081;pipe_9_E1082", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1670_generated", "shape": null, "area": 0.64, "streetlevel": 857.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 857.10003662109375, "distance_right": 2.9128081306257761e-07, "index_right": 1677, "nodeid": "1386832.545594_5855864.100992", "id": "1386832.545594_5855864.100992", "name": "manhole_1670_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386832.545593914575875, 5855864.100992278195918 ] } }, -{ "type": "Feature", "properties": { "_index": 1676, "bedlevel": 854.10003662109375, "branchid": "pipe_9_E1082;pipe_9_E1083", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1671_generated", "shape": null, "area": 0.64, "streetlevel": 857.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 857.10003662109375, "distance_right": 5.9499673960858676e-07, "index_right": 1678, "nodeid": "1386787.067649_5855884.403254", "id": "1386787.067649_5855884.403254", "name": "manhole_1671_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386787.06764860637486, 5855884.403254445642233 ] } }, -{ "type": "Feature", "properties": { "_index": 1677, "bedlevel": 818.29998779296875, "branchid": "pipe_9_E1083;pipe_9_E1084", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1672_generated", "shape": null, "area": 0.64, "streetlevel": 821.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 821.29998779296875, "distance_right": 4.2555588649120384e-07, "index_right": 1679, "nodeid": "1386748.278359_5855915.544586", "id": "1386748.278359_5855915.544586", "name": "manhole_1672_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386748.278358669718727, 5855915.544586268253624 ] } }, -{ "type": "Feature", "properties": { "_index": 1678, "bedlevel": 818.29998779296875, "branchid": "pipe_9_E1084;pipe_9_E1085", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1673_generated", "shape": null, "area": 0.64, "streetlevel": 821.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 821.29998779296875, "distance_right": 2.4685857327161614e-07, "index_right": 1680, "nodeid": "1386721.155420_5855957.124279", "id": "1386721.155420_5855957.124279", "name": "manhole_1673_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386721.155419877264649, 5855957.124278785660863 ] } }, -{ "type": "Feature", "properties": { "_index": 1679, "bedlevel": 863.0, "branchid": "pipe_9_E1085;pipe_9_E1086", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1674_generated", "shape": null, "area": 0.64, "streetlevel": 866.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 866.0, "distance_right": 2.8019898345367699e-07, "index_right": 1681, "nodeid": "1386707.750366_5856004.850833", "id": "1386707.750366_5856004.850833", "name": "manhole_1674_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386707.750365849817172, 5856004.850832763127983 ] } }, -{ "type": "Feature", "properties": { "_index": 1680, "bedlevel": 863.0, "branchid": "pipe_9_E1086;pipe_9_E1087", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1675_generated", "shape": null, "area": 0.64, "streetlevel": 866.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 866.0, "distance_right": 1.6853915390145023e-07, "index_right": 1682, "nodeid": "1386699.832476_5856054.133604", "id": "1386699.832476_5856054.133604", "name": "manhole_1675_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386699.832475832896307, 5856054.133603978902102 ] } }, -{ "type": "Feature", "properties": { "_index": 1681, "bedlevel": 863.0, "branchid": "pipe_9_E1087;pipe_9_E1088", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1676_generated", "shape": null, "area": 0.64, "streetlevel": 866.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 866.0, "distance_right": 2.7790305142427269e-07, "index_right": 1683, "nodeid": "1386697.095561_5856103.986880", "id": "1386697.095561_5856103.986880", "name": "manhole_1676_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386697.095561265014112, 5856103.986880083568394 ] } }, -{ "type": "Feature", "properties": { "_index": 1682, "bedlevel": 881.79998779296875, "branchid": "pipe_9_E1088;pipe_9_E1089", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1677_generated", "shape": null, "area": 0.64, "streetlevel": 884.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 884.79998779296875, "distance_right": 9.6871259171155416e-08, "index_right": 1684, "nodeid": "1386699.401159_5856153.933417", "id": "1386699.401159_5856153.933417", "name": "manhole_1677_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386699.401158998254687, 5856153.933416903018951 ] } }, -{ "type": "Feature", "properties": { "_index": 1683, "bedlevel": 881.79998779296875, "branchid": "pipe_9_E1089;pipe_9_E1090", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1678_generated", "shape": null, "area": 0.64, "streetlevel": 884.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 884.79998779296875, "distance_right": 3.3371584559582528e-07, "index_right": 1685, "nodeid": "1386715.699191_5856201.197658", "id": "1386715.699191_5856201.197658", "name": "manhole_1678_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386715.699191288091242, 5856201.197657831013203 ] } }, -{ "type": "Feature", "properties": { "_index": 1684, "bedlevel": 881.79998779296875, "branchid": "pipe_9_E1090;pipe_9_E1091", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1679_generated", "shape": null, "area": 0.64, "streetlevel": 884.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 884.79998779296875, "distance_right": 3.0366052469250063e-07, "index_right": 1686, "nodeid": "1386741.121204_5856244.100117", "id": "1386741.121204_5856244.100117", "name": "manhole_1679_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386741.121203816728666, 5856244.100116757676005 ] } }, -{ "type": "Feature", "properties": { "_index": 1685, "bedlevel": 912.9000244140625, "branchid": "pipe_9_E1091;pipe_9_E1092", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1680_generated", "shape": null, "area": 0.64, "streetlevel": 915.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 915.9000244140625, "distance_right": 5.1144535471282637e-07, "index_right": 1687, "nodeid": "1386774.051379_5856281.577651", "id": "1386774.051379_5856281.577651", "name": "manhole_1680_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386774.051378605188802, 5856281.577651324681938 ] } }, -{ "type": "Feature", "properties": { "_index": 1686, "bedlevel": 912.9000244140625, "branchid": "pipe_9_E1092;pipe_9_E1093", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1681_generated", "shape": null, "area": 0.64, "streetlevel": 915.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 915.9000244140625, "distance_right": 3.3487951427448095e-07, "index_right": 1688, "nodeid": "1386811.583792_5856314.587093", "id": "1386811.583792_5856314.587093", "name": "manhole_1681_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386811.583791718119755, 5856314.587093180976808 ] } }, -{ "type": "Feature", "properties": { "_index": 1687, "bedlevel": 912.9000244140625, "branchid": "pipe_9_E1093;pipe_9_E1094", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1682_generated", "shape": null, "area": 0.64, "streetlevel": 915.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 915.9000244140625, "distance_right": 5.1367843572055332e-07, "index_right": 1689, "nodeid": "1386839.378956_5856356.087350", "id": "1386839.378956_5856356.087350", "name": "manhole_1682_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386839.378956499742344, 5856356.087350118905306 ] } }, -{ "type": "Feature", "properties": { "_index": 1688, "bedlevel": 906.9000244140625, "branchid": "pipe_9_E1094;pipe_9_E1095", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1683_generated", "shape": null, "area": 0.64, "streetlevel": 909.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 909.9000244140625, "distance_right": 5.187509063779675e-07, "index_right": 1690, "nodeid": "1386855.653892_5856403.364182", "id": "1386855.653892_5856403.364182", "name": "manhole_1683_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386855.653891535941511, 5856403.364181768149137 ] } }, -{ "type": "Feature", "properties": { "_index": 1689, "bedlevel": 906.9000244140625, "branchid": "pipe_9_E1095;pipe_9_E1096", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1684_generated", "shape": null, "area": 0.64, "streetlevel": 909.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 909.9000244140625, "distance_right": 8.9501807475047818e-08, "index_right": 1691, "nodeid": "1386875.714554_5856449.116946", "id": "1386875.714554_5856449.116946", "name": "manhole_1684_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386875.714553950354457, 5856449.116945925168693 ] } }, -{ "type": "Feature", "properties": { "_index": 1690, "bedlevel": 906.9000244140625, "branchid": "pipe_9_E1096;pipe_9_E1097", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1685_generated", "shape": null, "area": 0.64, "streetlevel": 909.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 909.9000244140625, "distance_right": 3.7253492332524094e-07, "index_right": 1692, "nodeid": "1386912.179653_5856482.939191", "id": "1386912.179653_5856482.939191", "name": "manhole_1685_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386912.179653002182022, 5856482.939191372133791 ] } }, -{ "type": "Feature", "properties": { "_index": 1691, "bedlevel": 906.9000244140625, "branchid": "pipe_9_E1097;pipe_9_E1098", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1686_generated", "shape": null, "area": 0.64, "streetlevel": 909.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 909.9000244140625, "distance_right": 3.9641753867010345e-07, "index_right": 1693, "nodeid": "1386944.191176_5856520.270726", "id": "1386944.191176_5856520.270726", "name": "manhole_1686_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386944.191176384687424, 5856520.270725904032588 ] } }, -{ "type": "Feature", "properties": { "_index": 1692, "bedlevel": 908.79998779296875, "branchid": "pipe_9_E1098;pipe_9_E1099", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1687_generated", "shape": null, "area": 0.64, "streetlevel": 911.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 911.79998779296875, "distance_right": 3.0347837754102234e-07, "index_right": 1694, "nodeid": "1386964.188513_5856566.025076", "id": "1386964.188513_5856566.025076", "name": "manhole_1687_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386964.188513180473819, 5856566.025075756013393 ] } }, -{ "type": "Feature", "properties": { "_index": 1693, "bedlevel": 908.79998779296875, "branchid": "pipe_9_E1099;pipe_9_E1100", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1688_generated", "shape": null, "area": 0.64, "streetlevel": 911.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 911.79998779296875, "distance_right": 5.6084818431140973e-07, "index_right": 1695, "nodeid": "1386998.825215_5856599.261942", "id": "1386998.825215_5856599.261942", "name": "manhole_1688_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386998.825215350603685, 5856599.261941562406719 ] } }, -{ "type": "Feature", "properties": { "_index": 1694, "bedlevel": 929.0, "branchid": "pipe_9_E1100;pipe_9_E1101", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1689_generated", "shape": null, "area": 0.64, "streetlevel": 932.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 932.0, "distance_right": 3.735616577513179e-07, "index_right": 1696, "nodeid": "1387044.828527_5856618.849378", "id": "1387044.828527_5856618.849378", "name": "manhole_1689_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387044.828526843106374, 5856618.849377661012113 ] } }, -{ "type": "Feature", "properties": { "_index": 1695, "bedlevel": 929.0, "branchid": "pipe_9_E1101;pipe_9_E1102", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1690_generated", "shape": null, "area": 0.64, "streetlevel": 932.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 932.0, "distance_right": 4.1213424511758264e-07, "index_right": 1697, "nodeid": "1387090.831838_5856638.436814", "id": "1387090.831838_5856638.436814", "name": "manhole_1690_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387090.831838335609064, 5856638.43681376054883 ] } }, -{ "type": "Feature", "properties": { "_index": 1696, "bedlevel": 946.9000244140625, "branchid": "pipe_9_E1102;pipe_9_E1103", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1691_generated", "shape": null, "area": 0.64, "streetlevel": 949.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 949.9000244140625, "distance_right": 2.2222059697487855e-07, "index_right": 1698, "nodeid": "1387136.835150_5856658.024250", "id": "1387136.835150_5856658.024250", "name": "manhole_1691_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387136.835149827878922, 5856658.024249859154224 ] } }, -{ "type": "Feature", "properties": { "_index": 1697, "bedlevel": 921.4000244140625, "branchid": "pipe_9_E1103;pipe_9_E1104", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1692_generated", "shape": null, "area": 0.64, "streetlevel": 924.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 924.4000244140625, "distance_right": 5.4986578490835315e-07, "index_right": 1699, "nodeid": "1387178.671980_5856685.128790", "id": "1387178.671980_5856685.128790", "name": "manhole_1692_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387178.671980312326923, 5856685.128790453076363 ] } }, -{ "type": "Feature", "properties": { "_index": 1698, "bedlevel": 921.4000244140625, "branchid": "pipe_9_E1104;pipe_9_E1105", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1693_generated", "shape": null, "area": 0.64, "streetlevel": 924.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 924.4000244140625, "distance_right": 4.3358267338019524e-07, "index_right": 1700, "nodeid": "1387217.700536_5856716.320353", "id": "1387217.700536_5856716.320353", "name": "manhole_1693_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387217.700535611249506, 5856716.320352808572352 ] } }, -{ "type": "Feature", "properties": { "_index": 1699, "bedlevel": 937.0, "branchid": "pipe_9_E1105;pipe_9_E1106", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1694_generated", "shape": null, "area": 0.64, "streetlevel": 940.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 940.0, "distance_right": 6.2336673131863649e-07, "index_right": 1701, "nodeid": "1387252.016687_5856752.649443", "id": "1387252.016687_5856752.649443", "name": "manhole_1694_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387252.016686553368345, 5856752.649443434551358 ] } }, -{ "type": "Feature", "properties": { "_index": 1700, "bedlevel": 937.0, "branchid": "pipe_9_E1106;pipe_9_E1107", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1695_generated", "shape": null, "area": 0.64, "streetlevel": 940.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 940.0, "distance_right": 6.6799533663431727e-07, "index_right": 1702, "nodeid": "1387284.798919_5856790.190160", "id": "1387284.798919_5856790.190160", "name": "manhole_1695_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387284.798919493798167, 5856790.190159549936652 ] } }, -{ "type": "Feature", "properties": { "_index": 1701, "bedlevel": 891.29998779296875, "branchid": "pipe_9_E1107;pipe_9_E1108", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1696_generated", "shape": null, "area": 0.64, "streetlevel": 894.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 894.29998779296875, "distance_right": 5.7531995052493763e-07, "index_right": 1703, "nodeid": "1387273.050185_5856831.931571", "id": "1387273.050185_5856831.931571", "name": "manhole_1696_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387273.050185391213745, 5856831.931571422144771 ] } }, -{ "type": "Feature", "properties": { "_index": 1702, "bedlevel": 888.5, "branchid": "pipe_9_E1108;pipe_9_E1109", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1697_generated", "shape": null, "area": 0.64, "streetlevel": 891.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 891.5, "distance_right": 4.1743411269132557e-07, "index_right": 1704, "nodeid": "1387226.106990_5856849.145193", "id": "1387226.106990_5856849.145193", "name": "manhole_1697_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387226.106990416301414, 5856849.145192969590425 ] } }, -{ "type": "Feature", "properties": { "_index": 1703, "bedlevel": 888.5, "branchid": "pipe_9_E1109;pipe_9_E1110", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1698_generated", "shape": null, "area": 0.64, "streetlevel": 891.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 891.5, "distance_right": 6.552938118098987e-07, "index_right": 1705, "nodeid": "1387179.163795_5856866.358815", "id": "1387179.163795_5856866.358815", "name": "manhole_1698_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387179.163795441389084, 5856866.358814516104758 ] } }, -{ "type": "Feature", "properties": { "_index": 1704, "bedlevel": 878.0, "branchid": "pipe_9_E1110;pipe_9_E1111", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1699_generated", "shape": null, "area": 0.64, "streetlevel": 881.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 881.0, "distance_right": 4.7110155232047406e-07, "index_right": 1706, "nodeid": "1387132.220600_5856883.572436", "id": "1387132.220600_5856883.572436", "name": "manhole_1699_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387132.220600466709584, 5856883.572436063550413 ] } }, -{ "type": "Feature", "properties": { "_index": 1705, "bedlevel": 878.0, "branchid": "pipe_9_E1111;pipe_9_E1112", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1700_generated", "shape": null, "area": 0.64, "streetlevel": 881.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 881.0, "distance_right": 4.5292742057497235e-07, "index_right": 1707, "nodeid": "1387091.513160_5856911.129931", "id": "1387091.513160_5856911.129931", "name": "manhole_1700_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387091.513159692520276, 5856911.129930667579174 ] } }, -{ "type": "Feature", "properties": { "_index": 1706, "bedlevel": 878.0, "branchid": "pipe_9_E1112;pipe_9_E1113", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1701_generated", "shape": null, "area": 0.64, "streetlevel": 881.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 881.0, "distance_right": 4.9429945647716522e-07, "index_right": 1708, "nodeid": "1387071.007118_5856956.155595", "id": "1387071.007118_5856956.155595", "name": "manhole_1701_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387071.007118243258446, 5856956.15559543017298 ] } }, -{ "type": "Feature", "properties": { "_index": 1707, "bedlevel": 878.0, "branchid": "pipe_9_E1113;pipe_9_E1114", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1702_generated", "shape": null, "area": 0.64, "streetlevel": 881.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 881.0, "distance_right": 1.6586957023213196e-07, "index_right": 1709, "nodeid": "1387043.749112_5856996.689189", "id": "1387043.749112_5856996.689189", "name": "manhole_1702_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387043.749112035380676, 5856996.689189162105322 ] } }, -{ "type": "Feature", "properties": { "_index": 1708, "bedlevel": 853.5, "branchid": "pipe_9_E1114;pipe_9_E1115", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1703_generated", "shape": null, "area": 0.64, "streetlevel": 856.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 856.5, "distance_right": 3.8972706268118116e-07, "index_right": 1710, "nodeid": "1387004.639444_5857027.840532", "id": "1387004.639444_5857027.840532", "name": "manhole_1703_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387004.639443967491388, 5857027.840532388538122 ] } }, -{ "type": "Feature", "properties": { "_index": 1709, "bedlevel": 853.5, "branchid": "pipe_9_E1115;pipe_9_E1116", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1704_generated", "shape": null, "area": 0.64, "streetlevel": 856.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 856.5, "distance_right": 3.9655125764235331e-07, "index_right": 1711, "nodeid": "1386965.529776_5857058.991876", "id": "1386965.529776_5857058.991876", "name": "manhole_1704_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386965.529775899834931, 5857058.991875615902245 ] } }, -{ "type": "Feature", "properties": { "_index": 1710, "bedlevel": 853.5, "branchid": "pipe_9_E1116;pipe_9_E1117", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1705_generated", "shape": null, "area": 0.64, "streetlevel": 856.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 856.5, "distance_right": 2.748546764829618e-07, "index_right": 1712, "nodeid": "1386926.702535_5857090.440240", "id": "1386926.702535_5857090.440240", "name": "manhole_1705_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386926.702535050921142, 5857090.440239730291069 ] } }, -{ "type": "Feature", "properties": { "_index": 1711, "bedlevel": 853.5, "branchid": "pipe_9_E1117;pipe_9_E1118", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1706_generated", "shape": null, "area": 0.64, "streetlevel": 856.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 856.5, "distance_right": 1.2768484294624656e-07, "index_right": 1713, "nodeid": "1386899.700980_5857131.871505", "id": "1386899.700980_5857131.871505", "name": "manhole_1706_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386899.700979894958436, 5857131.871505072340369 ] } }, -{ "type": "Feature", "properties": { "_index": 1712, "bedlevel": 853.5, "branchid": "pipe_9_E1118;pipe_9_E1119", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1707_generated", "shape": null, "area": 0.64, "streetlevel": 856.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 856.5, "distance_right": 1.5272838380511377e-07, "index_right": 1714, "nodeid": "1386903.626394_5857181.005935", "id": "1386903.626394_5857181.005935", "name": "manhole_1707_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386903.6263940166682, 5857181.005935152061284 ] } }, -{ "type": "Feature", "properties": { "_index": 1713, "bedlevel": 864.29998779296875, "branchid": "pipe_9_E1119;pipe_9_E1120", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1708_generated", "shape": null, "area": 0.64, "streetlevel": 867.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 867.29998779296875, "distance_right": 3.2024778037221965e-07, "index_right": 1715, "nodeid": "1386920.841402_5857227.857345", "id": "1386920.841402_5857227.857345", "name": "manhole_1708_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386920.841401966754347, 5857227.85734468139708 ] } }, -{ "type": "Feature", "properties": { "_index": 1714, "bedlevel": 864.29998779296875, "branchid": "pipe_9_E1120;pipe_9_E1121", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1709_generated", "shape": null, "area": 0.64, "streetlevel": 867.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 867.29998779296875, "distance_right": 5.1321625639033407e-07, "index_right": 1716, "nodeid": "1386940.647245_5857273.767048", "id": "1386940.647245_5857273.767048", "name": "manhole_1709_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386940.647245415020734, 5857273.767048302106559 ] } }, -{ "type": "Feature", "properties": { "_index": 1715, "bedlevel": 876.0, "branchid": "pipe_9_E1121;pipe_9_E1122", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1710_generated", "shape": null, "area": 0.64, "streetlevel": 879.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 879.0, "distance_right": 1.5727567798101456e-07, "index_right": 1717, "nodeid": "1386960.453089_5857319.676752", "id": "1386960.453089_5857319.676752", "name": "manhole_1710_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386960.453088863519952, 5857319.676751921884716 ] } }, -{ "type": "Feature", "properties": { "_index": 1716, "bedlevel": 881.5, "branchid": "pipe_9_E1122;pipe_9_E1123", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1711_generated", "shape": null, "area": 0.64, "streetlevel": 884.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 884.5, "distance_right": 5.5344274981313694e-07, "index_right": 1718, "nodeid": "1386980.258932_5857365.586456", "id": "1386980.258932_5857365.586456", "name": "manhole_1711_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386980.258932311786339, 5857365.586455542594194 ] } }, -{ "type": "Feature", "properties": { "_index": 1717, "bedlevel": 881.5, "branchid": "pipe_9_E1123;pipe_9_E1124", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1712_generated", "shape": null, "area": 0.64, "streetlevel": 884.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 884.5, "distance_right": 2.8943349532980884e-07, "index_right": 1719, "nodeid": "1387000.064776_5857411.496159", "id": "1387000.064776_5857411.496159", "name": "manhole_1712_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387000.064775760285556, 5857411.496159162372351 ] } }, -{ "type": "Feature", "properties": { "_index": 1718, "bedlevel": 881.5, "branchid": "pipe_9_E1124;pipe_9_E1125", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1713_generated", "shape": null, "area": 0.64, "streetlevel": 884.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 884.5, "distance_right": 1.5183128884474304e-07, "index_right": 1720, "nodeid": "1387007.528902_5857459.537025", "id": "1387007.528902_5857459.537025", "name": "manhole_1713_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387007.528902114601806, 5857459.537025099620223 ] } }, -{ "type": "Feature", "properties": { "_index": 1719, "bedlevel": 890.20001220703125, "branchid": "pipe_9_E1125;pipe_9_E1126", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1714_generated", "shape": null, "area": 0.64, "streetlevel": 893.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 893.20001220703125, "distance_right": 3.2273594401468987e-07, "index_right": 1721, "nodeid": "1386963.216765_5857476.629049", "id": "1386963.216765_5857476.629049", "name": "manhole_1714_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386963.21676475298591, 5857476.629049208015203 ] } }, -{ "type": "Feature", "properties": { "_index": 1720, "bedlevel": 890.70001220703125, "branchid": "pipe_9_E1126;pipe_9_E1127", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1715_generated", "shape": null, "area": 0.64, "streetlevel": 893.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 893.70001220703125, "distance_right": 4.1073674898211013e-07, "index_right": 1722, "nodeid": "1386913.783934_5857484.135434", "id": "1386913.783934_5857484.135434", "name": "manhole_1715_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386913.783934087026864, 5857484.135433598421514 ] } }, -{ "type": "Feature", "properties": { "_index": 1721, "bedlevel": 890.70001220703125, "branchid": "pipe_9_E1127;pipe_9_E1128", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1716_generated", "shape": null, "area": 0.64, "streetlevel": 893.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 893.70001220703125, "distance_right": 3.5443776076362833e-07, "index_right": 1723, "nodeid": "1386870.539328_5857507.055612", "id": "1386870.539328_5857507.055612", "name": "manhole_1716_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386870.539328352315351, 5857507.055611960589886 ] } }, -{ "type": "Feature", "properties": { "_index": 1722, "bedlevel": 886.70001220703125, "branchid": "pipe_9_E1128;pipe_9_E1129", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1717_generated", "shape": null, "area": 0.64, "streetlevel": 889.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 889.70001220703125, "distance_right": 2.5526777072037769e-07, "index_right": 1724, "nodeid": "1386832.820274_5857539.877027", "id": "1386832.820274_5857539.877027", "name": "manhole_1717_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386832.820274166297168, 5857539.877026806585491 ] } }, -{ "type": "Feature", "properties": { "_index": 1723, "bedlevel": 886.70001220703125, "branchid": "pipe_9_E1129;pipe_9_E1130", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1718_generated", "shape": null, "area": 0.64, "streetlevel": 889.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 889.70001220703125, "distance_right": 1.5366822481155396e-07, "index_right": 1725, "nodeid": "1386795.101532_5857572.698800", "id": "1386795.101532_5857572.698800", "name": "manhole_1718_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386795.101531907683238, 5857572.698800123296678 ] } }, -{ "type": "Feature", "properties": { "_index": 1724, "bedlevel": 869.4000244140625, "branchid": "pipe_9_E1130;pipe_9_E1131", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1719_generated", "shape": null, "area": 0.64, "streetlevel": 872.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 872.4000244140625, "distance_right": 3.7786232856336934e-07, "index_right": 1726, "nodeid": "1386758.257366_5857606.496797", "id": "1386758.257366_5857606.496797", "name": "manhole_1719_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386758.257366374600679, 5857606.496797049418092 ] } }, -{ "type": "Feature", "properties": { "_index": 1725, "bedlevel": 869.4000244140625, "branchid": "pipe_9_E1131;pipe_9_E1132", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1720_generated", "shape": null, "area": 0.64, "streetlevel": 872.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 872.4000244140625, "distance_right": 3.2795260285698398e-07, "index_right": 1727, "nodeid": "1386721.502390_5857640.394349", "id": "1386721.502390_5857640.394349", "name": "manhole_1720_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386721.502390186069533, 5857640.394349270500243 ] } }, -{ "type": "Feature", "properties": { "_index": 1726, "bedlevel": 869.4000244140625, "branchid": "pipe_9_E1132;pipe_9_E1133", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1721_generated", "shape": null, "area": 0.64, "streetlevel": 872.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 872.4000244140625, "distance_right": 4.6900674597777131e-07, "index_right": 1728, "nodeid": "1386691.639095_5857680.292891", "id": "1386691.639095_5857680.292891", "name": "manhole_1721_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386691.639095245627686, 5857680.292891399934888 ] } }, -{ "type": "Feature", "properties": { "_index": 1727, "bedlevel": 857.70001220703125, "branchid": "pipe_9_E1133;pipe_9_E1134", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1722_generated", "shape": null, "area": 0.64, "streetlevel": 860.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 860.70001220703125, "distance_right": 3.3192243792747955e-07, "index_right": 1729, "nodeid": "1386663.127201_5857721.366520", "id": "1386663.127201_5857721.366520", "name": "manhole_1722_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386663.127201205352321, 5857721.366519738920033 ] } }, -{ "type": "Feature", "properties": { "_index": 1728, "bedlevel": 861.10003662109375, "branchid": "pipe_9_E1134;pipe_9_E1135", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1723_generated", "shape": null, "area": 0.64, "streetlevel": 864.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 864.10003662109375, "distance_right": 5.2146766921896017e-07, "index_right": 1730, "nodeid": "1386634.707845_5857762.504246", "id": "1386634.707845_5857762.504246", "name": "manhole_1723_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386634.70784462057054, 5857762.504245642572641 ] } }, -{ "type": "Feature", "properties": { "_index": 1729, "bedlevel": 861.10003662109375, "branchid": "pipe_9_E1135;pipe_9_E1136", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1724_generated", "shape": null, "area": 0.64, "streetlevel": 864.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 864.10003662109375, "distance_right": 4.5498759751961357e-07, "index_right": 1731, "nodeid": "1386606.288488_5857803.641972", "id": "1386606.288488_5857803.641972", "name": "manhole_1724_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386606.28848803602159, 5857803.64197154622525 ] } }, -{ "type": "Feature", "properties": { "_index": 1730, "bedlevel": 861.10003662109375, "branchid": "pipe_9_E1136;pipe_9_E1137", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1725_generated", "shape": null, "area": 0.64, "streetlevel": 864.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 864.10003662109375, "distance_right": 2.5699989460409016e-07, "index_right": 1732, "nodeid": "1386577.851668_5857844.766918", "id": "1386577.851668_5857844.766918", "name": "manhole_1725_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386577.851668093586341, 5857844.766917760483921 ] } }, -{ "type": "Feature", "properties": { "_index": 1731, "bedlevel": 833.10003662109375, "branchid": "pipe_9_E1137;pipe_9_E1138", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1726_generated", "shape": null, "area": 0.64, "streetlevel": 836.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 836.10003662109375, "distance_right": 4.6245863146990199e-07, "index_right": 1733, "nodeid": "1386559.479124_5857890.340474", "id": "1386559.479124_5857890.340474", "name": "manhole_1726_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386559.479123871540651, 5857890.340473555959761 ] } }, -{ "type": "Feature", "properties": { "_index": 1732, "bedlevel": 833.10003662109375, "branchid": "pipe_9_E1138;pipe_9_E1139", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1727_generated", "shape": null, "area": 0.64, "streetlevel": 836.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 836.10003662109375, "distance_right": 5.021981574989325e-07, "index_right": 1734, "nodeid": "1386576.858566_5857935.633446", "id": "1386576.858566_5857935.633446", "name": "manhole_1727_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386576.858566463226452, 5857935.633445805869997 ] } }, -{ "type": "Feature", "properties": { "_index": 1733, "bedlevel": 851.9000244140625, "branchid": "pipe_9_E1139;pipe_9_E1140", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1728_generated", "shape": null, "area": 0.64, "streetlevel": 854.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 854.9000244140625, "distance_right": 4.9781434926194598e-07, "index_right": 1735, "nodeid": "1386619.073707_5857961.189545", "id": "1386619.073707_5857961.189545", "name": "manhole_1728_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386619.073707325849682, 5857961.189545376226306 ] } }, -{ "type": "Feature", "properties": { "_index": 1734, "bedlevel": 851.9000244140625, "branchid": "pipe_9_E1140;pipe_9_E1141", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1729_generated", "shape": null, "area": 0.64, "streetlevel": 854.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 854.9000244140625, "distance_right": 5.8796597557960585e-07, "index_right": 1736, "nodeid": "1386664.860783_5857981.277063", "id": "1386664.860783_5857981.277063", "name": "manhole_1729_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386664.860782509436831, 5857981.27706332411617 ] } }, -{ "type": "Feature", "properties": { "_index": 1735, "bedlevel": 868.60003662109375, "branchid": "pipe_9_E1141;pipe_9_E1142", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1730_generated", "shape": null, "area": 0.64, "streetlevel": 871.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 871.60003662109375, "distance_right": 2.1920383756110676e-07, "index_right": 1737, "nodeid": "1386710.721603_5858001.195835", "id": "1386710.721603_5858001.195835", "name": "manhole_1730_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386710.721602912992239, 5858001.195835201069713 ] } }, -{ "type": "Feature", "properties": { "_index": 1736, "bedlevel": 862.10003662109375, "branchid": "pipe_9_E1142;pipe_9_E1143", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1731_generated", "shape": null, "area": 0.64, "streetlevel": 865.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 865.10003662109375, "distance_right": 3.2639501446625323e-07, "index_right": 1738, "nodeid": "1386756.582423_5858021.114607", "id": "1386756.582423_5858021.114607", "name": "manhole_1731_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386756.582423316547647, 5858021.114607078954577 ] } }, -{ "type": "Feature", "properties": { "_index": 1737, "bedlevel": 861.70001220703125, "branchid": "pipe_9_E1143;pipe_9_E1144", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1732_generated", "shape": null, "area": 0.64, "streetlevel": 864.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 864.70001220703125, "distance_right": 2.8312244562798407e-07, "index_right": 1739, "nodeid": "1386802.443244_5858041.033379", "id": "1386802.443244_5858041.033379", "name": "manhole_1732_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386802.443243720103055, 5858041.033378956839442 ] } }, -{ "type": "Feature", "properties": { "_index": 1738, "bedlevel": 861.70001220703125, "branchid": "pipe_9_E1144;pipe_9_E1145", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1733_generated", "shape": null, "area": 0.64, "streetlevel": 864.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 864.70001220703125, "distance_right": 2.0605511963367462e-07, "index_right": 1740, "nodeid": "1386848.304064_5858060.952151", "id": "1386848.304064_5858060.952151", "name": "manhole_1733_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386848.304064123658463, 5858060.952150834724307 ] } }, -{ "type": "Feature", "properties": { "_index": 1739, "bedlevel": 856.20001220703125, "branchid": "pipe_9_E1145;pipe_9_E1146", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1734_generated", "shape": null, "area": 0.64, "streetlevel": 859.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 859.20001220703125, "distance_right": 2.7649861880441913e-07, "index_right": 1741, "nodeid": "1386892.843548_5858083.471455", "id": "1386892.843548_5858083.471455", "name": "manhole_1734_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386892.843548113014549, 5858083.471454747952521 ] } }, -{ "type": "Feature", "properties": { "_index": 1740, "bedlevel": 856.20001220703125, "branchid": "pipe_9_E1146;pipe_9_E1147", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1735_generated", "shape": null, "area": 0.64, "streetlevel": 859.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 859.20001220703125, "distance_right": 3.0590260754863043e-07, "index_right": 1742, "nodeid": "1386931.443848_5858115.251782", "id": "1386931.443848_5858115.251782", "name": "manhole_1735_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386931.443847785238177, 5858115.251781782135367 ] } }, -{ "type": "Feature", "properties": { "_index": 1741, "bedlevel": 850.60003662109375, "branchid": "pipe_9_E1147;pipe_9_E1148", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1736_generated", "shape": null, "area": 0.64, "streetlevel": 853.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 853.60003662109375, "distance_right": 4.9236673697818464e-07, "index_right": 1743, "nodeid": "1386970.044147_5858147.032109", "id": "1386970.044147_5858147.032109", "name": "manhole_1736_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386970.044147457228974, 5858147.032108817249537 ] } }, -{ "type": "Feature", "properties": { "_index": 1742, "bedlevel": 850.60003662109375, "branchid": "pipe_9_E1148;pipe_9_E1149", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1737_generated", "shape": null, "area": 0.64, "streetlevel": 853.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 853.60003662109375, "distance_right": 1.9738985949682692e-07, "index_right": 1744, "nodeid": "1387008.644447_5858178.812436", "id": "1387008.644447_5858178.812436", "name": "manhole_1737_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387008.644447129452601, 5858178.812435851432383 ] } }, -{ "type": "Feature", "properties": { "_index": 1743, "bedlevel": 839.4000244140625, "branchid": "pipe_9_E1149;pipe_9_E1150", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1738_generated", "shape": null, "area": 0.64, "streetlevel": 842.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 842.4000244140625, "distance_right": 2.2880903617256829e-07, "index_right": 1745, "nodeid": "1387047.244747_5858210.592763", "id": "1387047.244747_5858210.592763", "name": "manhole_1738_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387047.244746801443398, 5858210.592762886546552 ] } }, -{ "type": "Feature", "properties": { "_index": 1744, "bedlevel": 839.4000244140625, "branchid": "pipe_9_E1150;pipe_9_E1151", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1739_generated", "shape": null, "area": 0.64, "streetlevel": 842.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 842.4000244140625, "distance_right": 4.8014827367443299e-07, "index_right": 1746, "nodeid": "1387085.845046_5858242.373090", "id": "1387085.845046_5858242.373090", "name": "manhole_1739_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387085.845046473667026, 5858242.373089920729399 ] } }, -{ "type": "Feature", "properties": { "_index": 1745, "bedlevel": 839.4000244140625, "branchid": "pipe_9_E1151;pipe_9_E1152", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1740_generated", "shape": null, "area": 0.64, "streetlevel": 842.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 842.4000244140625, "distance_right": 1.5218292481899163e-07, "index_right": 1747, "nodeid": "1387124.445346_5858274.153417", "id": "1387124.445346_5858274.153417", "name": "manhole_1740_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387124.445346145657822, 5858274.153416955843568 ] } }, -{ "type": "Feature", "properties": { "_index": 1746, "bedlevel": 824.60003662109375, "branchid": "pipe_9_E1152;pipe_9_E1153", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1741_generated", "shape": null, "area": 0.64, "streetlevel": 827.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.60003662109375, "distance_right": 1.8236154538895495e-07, "index_right": 1748, "nodeid": "1387163.045646_5858305.933744", "id": "1387163.045646_5858305.933744", "name": "manhole_1741_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387163.04564581788145, 5858305.933743990026414 ] } }, -{ "type": "Feature", "properties": { "_index": 1747, "bedlevel": 824.60003662109375, "branchid": "pipe_9_E1153;pipe_9_E1154", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1742_generated", "shape": null, "area": 0.64, "streetlevel": 827.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.60003662109375, "distance_right": 1.9809660257622753e-07, "index_right": 1749, "nodeid": "1387201.829349_5858337.489215", "id": "1387201.829349_5858337.489215", "name": "manhole_1742_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387201.829349192325026, 5858337.489215047098696 ] } }, -{ "type": "Feature", "properties": { "_index": 1748, "bedlevel": 834.60003662109375, "branchid": "pipe_9_E1154;pipe_9_E1155", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1743_generated", "shape": null, "area": 0.64, "streetlevel": 837.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 837.60003662109375, "distance_right": 3.1535765417261081e-07, "index_right": 1750, "nodeid": "1387246.200623_5858359.687652", "id": "1387246.200623_5858359.687652", "name": "manhole_1743_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387246.200623227981851, 5858359.687651782296598 ] } }, -{ "type": "Feature", "properties": { "_index": 1749, "bedlevel": 834.60003662109375, "branchid": "pipe_9_E1155;pipe_9_E1156", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1744_generated", "shape": null, "area": 0.64, "streetlevel": 837.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 837.60003662109375, "distance_right": 3.7290166354514342e-07, "index_right": 1751, "nodeid": "1387293.201938_5858376.741939", "id": "1387293.201938_5858376.741939", "name": "manhole_1744_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387293.201938283629715, 5858376.741938757710159 ] } }, -{ "type": "Feature", "properties": { "_index": 1750, "bedlevel": 840.79998779296875, "branchid": "pipe_9_E1156;pipe_9_E1157", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1745_generated", "shape": null, "area": 0.64, "streetlevel": 843.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 843.79998779296875, "distance_right": 4.6077813805798978e-07, "index_right": 1752, "nodeid": "1387334.200528_5858401.732468", "id": "1387334.200528_5858401.732468", "name": "manhole_1745_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387334.200528149493039, 5858401.732468435540795 ] } }, -{ "type": "Feature", "properties": { "_index": 1751, "bedlevel": 819.60003662109375, "branchid": "pipe_9_E1157;pipe_9_E1158", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1746_generated", "shape": null, "area": 0.64, "streetlevel": 822.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 822.60003662109375, "distance_right": 8.5382524018633532e-08, "index_right": 1753, "nodeid": "1387307.843875_5858437.110806", "id": "1387307.843875_5858437.110806", "name": "manhole_1746_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387307.843875054037198, 5858437.110805934295058 ] } }, -{ "type": "Feature", "properties": { "_index": 1752, "bedlevel": 819.60003662109375, "branchid": "pipe_9_E1158;pipe_9_E1159", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1747_generated", "shape": null, "area": 0.64, "streetlevel": 822.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 822.60003662109375, "distance_right": 4.2349814041677047e-07, "index_right": 1754, "nodeid": "1387260.279569_5858425.045736", "id": "1387260.279569_5858425.045736", "name": "manhole_1747_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387260.279569417703897, 5858425.045736069791019 ] } }, -{ "type": "Feature", "properties": { "_index": 1753, "bedlevel": 824.60003662109375, "branchid": "pipe_9_E1159;pipe_9_E1160", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1748_generated", "shape": null, "area": 0.64, "streetlevel": 827.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.60003662109375, "distance_right": 1.9456452023223653e-07, "index_right": 1755, "nodeid": "1387211.448235_5858414.300555", "id": "1387211.448235_5858414.300555", "name": "manhole_1748_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387211.448235018178821, 5858414.300554806366563 ] } }, -{ "type": "Feature", "properties": { "_index": 1754, "bedlevel": 824.60003662109375, "branchid": "pipe_9_E1160;pipe_9_E1161", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1749_generated", "shape": null, "area": 0.64, "streetlevel": 827.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.60003662109375, "distance_right": 5.9301123926818533e-07, "index_right": 1756, "nodeid": "1387162.612192_5858403.576135", "id": "1387162.612192_5858403.576135", "name": "manhole_1749_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387162.612191663123667, 5858403.576134512200952 ] } }, -{ "type": "Feature", "properties": { "_index": 1755, "bedlevel": 819.29998779296875, "branchid": "pipe_9_E1161;pipe_9_E1162", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1750_generated", "shape": null, "area": 0.64, "streetlevel": 822.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 822.29998779296875, "distance_right": 4.6731291105077109e-07, "index_right": 1757, "nodeid": "1387113.700151_5858393.210483", "id": "1387113.700151_5858393.210483", "name": "manhole_1750_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387113.700150535441935, 5858393.210482948459685 ] } }, -{ "type": "Feature", "properties": { "_index": 1756, "bedlevel": 819.29998779296875, "branchid": "pipe_9_E1162;pipe_9_E1163", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1751_generated", "shape": null, "area": 0.64, "streetlevel": 822.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 822.29998779296875, "distance_right": 4.0153296690850306e-07, "index_right": 1758, "nodeid": "1387064.993171_5858381.975642", "id": "1387064.993171_5858381.975642", "name": "manhole_1751_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387064.993171223672107, 5858381.975642333738506 ] } }, -{ "type": "Feature", "properties": { "_index": 1757, "bedlevel": 824.79998779296875, "branchid": "pipe_9_E1163;pipe_9_E1164", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1752_generated", "shape": null, "area": 0.64, "streetlevel": 827.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.79998779296875, "distance_right": 4.0215514115362912e-07, "index_right": 1759, "nodeid": "1387015.796387_5858376.342008", "id": "1387015.796387_5858376.342008", "name": "manhole_1752_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387015.796386598376557, 5858376.342007979750633 ] } }, -{ "type": "Feature", "properties": { "_index": 1758, "bedlevel": 824.79998779296875, "branchid": "pipe_9_E1164;pipe_9_E1165", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1753_generated", "shape": null, "area": 0.64, "streetlevel": 827.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.79998779296875, "distance_right": 4.3499145420040634e-07, "index_right": 1760, "nodeid": "1386966.208506_5858382.746259", "id": "1386966.208506_5858382.746259", "name": "manhole_1753_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386966.208506174152717, 5858382.746259398758411 ] } }, -{ "type": "Feature", "properties": { "_index": 1759, "bedlevel": 830.9000244140625, "branchid": "pipe_9_E1165;pipe_9_E1166", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1754_generated", "shape": null, "area": 0.64, "streetlevel": 833.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 833.9000244140625, "distance_right": 4.8373153624010088e-07, "index_right": 1761, "nodeid": "1386916.676812_5858389.559526", "id": "1386916.676812_5858389.559526", "name": "manhole_1754_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386916.676812386140227, 5858389.559525708667934 ] } }, -{ "type": "Feature", "properties": { "_index": 1760, "bedlevel": 830.9000244140625, "branchid": "pipe_9_E1166;pipe_9_E1167", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1755_generated", "shape": null, "area": 0.64, "streetlevel": 833.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 833.9000244140625, "distance_right": 4.8908646858358934e-07, "index_right": 1762, "nodeid": "1386867.198861_5858396.764011", "id": "1386867.198861_5858396.764011", "name": "manhole_1755_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386867.198860567295924, 5858396.764010772109032 ] } }, -{ "type": "Feature", "properties": { "_index": 1761, "bedlevel": 830.20001220703125, "branchid": "pipe_9_E1167;pipe_9_E1168", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1756_generated", "shape": null, "area": 0.64, "streetlevel": 833.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 833.20001220703125, "distance_right": 1.7726120334507922e-07, "index_right": 1763, "nodeid": "1386820.816385_5858411.854354", "id": "1386820.816385_5858411.854354", "name": "manhole_1756_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386820.816385147860274, 5858411.854353901930153 ] } }, -{ "type": "Feature", "properties": { "_index": 1762, "bedlevel": 806.60003662109375, "branchid": "pipe_9_E1168;pipe_9_E1169", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1757_generated", "shape": null, "area": 0.64, "streetlevel": 809.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.60003662109375, "distance_right": 3.1442733213135406e-07, "index_right": 1764, "nodeid": "1386841.361235_5858445.514384", "id": "1386841.361235_5858445.514384", "name": "manhole_1757_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386841.361234750133008, 5858445.514383808709681 ] } }, -{ "type": "Feature", "properties": { "_index": 1763, "bedlevel": 806.79998779296875, "branchid": "pipe_9_E1169;pipe_9_E1170", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1758_generated", "shape": null, "area": 0.64, "streetlevel": 809.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.79998779296875, "distance_right": 1.0385212439389687e-07, "index_right": 1765, "nodeid": "1386890.796275_5858452.915635", "id": "1386890.796275_5858452.915635", "name": "manhole_1758_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386890.796275103231892, 5858452.915634987875819 ] } }, -{ "type": "Feature", "properties": { "_index": 1764, "bedlevel": 806.79998779296875, "branchid": "pipe_9_E1170;pipe_9_E1171", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1759_generated", "shape": null, "area": 0.64, "streetlevel": 809.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.79998779296875, "distance_right": 3.6124182714980252e-07, "index_right": 1766, "nodeid": "1386940.277141_5858460.100081", "id": "1386940.277141_5858460.100081", "name": "manhole_1759_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386940.277140651131049, 5858460.100081093609333 ] } }, -{ "type": "Feature", "properties": { "_index": 1765, "bedlevel": 802.4000244140625, "branchid": "pipe_9_E1171;pipe_9_E1172", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1760_generated", "shape": null, "area": 0.64, "streetlevel": 805.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 805.4000244140625, "distance_right": 5.0630815568272578e-07, "index_right": 1767, "nodeid": "1386989.847998_5858466.483407", "id": "1386989.847998_5858466.483407", "name": "manhole_1760_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386989.847997799050063, 5858466.483407464809716 ] } }, -{ "type": "Feature", "properties": { "_index": 1766, "bedlevel": 802.4000244140625, "branchid": "pipe_9_E1172;pipe_9_E1173", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1761_generated", "shape": null, "area": 0.64, "streetlevel": 805.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 805.4000244140625, "distance_right": 5.2372736805822677e-07, "index_right": 1768, "nodeid": "1387039.689649_5858470.456085", "id": "1387039.689649_5858470.456085", "name": "manhole_1761_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387039.689648573985323, 5858470.45608530472964 ] } }, -{ "type": "Feature", "properties": { "_index": 1767, "bedlevel": 801.60003662109375, "branchid": "pipe_9_E1173;pipe_9_E1174", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1762_generated", "shape": null, "area": 0.64, "streetlevel": 804.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.60003662109375, "distance_right": 1.5993024886383644e-07, "index_right": 1769, "nodeid": "1387088.843806_5858479.424947", "id": "1387088.843806_5858479.424947", "name": "manhole_1762_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387088.843806148739532, 5858479.424946941435337 ] } }, -{ "type": "Feature", "properties": { "_index": 1768, "bedlevel": 806.9000244140625, "branchid": "pipe_9_E1174;pipe_9_E1175", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1763_generated", "shape": null, "area": 0.64, "streetlevel": 809.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.9000244140625, "distance_right": 3.7517997879668708e-07, "index_right": 1770, "nodeid": "1387137.906045_5858489.061807", "id": "1387137.906045_5858489.061807", "name": "manhole_1763_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387137.90604472765699, 5858489.061806742101908 ] } }, -{ "type": "Feature", "properties": { "_index": 1769, "bedlevel": 806.9000244140625, "branchid": "pipe_9_E1175;pipe_9_E1176", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1764_generated", "shape": null, "area": 0.64, "streetlevel": 809.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.9000244140625, "distance_right": 3.6405332731419796e-07, "index_right": 1771, "nodeid": "1387186.336530_5858500.879681", "id": "1387186.336530_5858500.879681", "name": "manhole_1764_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387186.336529975291342, 5858500.87968063633889 ] } }, -{ "type": "Feature", "properties": { "_index": 1770, "bedlevel": 819.60003662109375, "branchid": "pipe_9_E1176;pipe_9_E1177", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1765_generated", "shape": null, "area": 0.64, "streetlevel": 822.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 822.60003662109375, "distance_right": 4.7023029237319848e-07, "index_right": 1772, "nodeid": "1387231.661051_5858521.423060", "id": "1387231.661051_5858521.423060", "name": "manhole_1765_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387231.661050535272807, 5858521.423059928230941 ] } }, -{ "type": "Feature", "properties": { "_index": 1771, "bedlevel": 784.70001220703125, "branchid": "pipe_9_E1177;pipe_9_E1178", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1766_generated", "shape": null, "area": 0.64, "streetlevel": 787.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 787.70001220703125, "distance_right": 3.9755428442383632e-07, "index_right": 1773, "nodeid": "1387268.120025_5858555.035049", "id": "1387268.120025_5858555.035049", "name": "manhole_1766_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387268.120024613803253, 5858555.03504909388721 ] } }, -{ "type": "Feature", "properties": { "_index": 1772, "bedlevel": 784.70001220703125, "branchid": "pipe_9_E1178;pipe_9_E1179", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1767_generated", "shape": null, "area": 0.64, "streetlevel": 787.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 787.70001220703125, "distance_right": 5.1789956777309593e-07, "index_right": 1774, "nodeid": "1387300.917169_5858592.775208", "id": "1387300.917169_5858592.775208", "name": "manhole_1767_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387300.917169471969828, 5858592.775208213366568 ] } }, -{ "type": "Feature", "properties": { "_index": 1773, "bedlevel": 794.10003662109375, "branchid": "pipe_9_E1179;pipe_9_E1180", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1768_generated", "shape": null, "area": 0.64, "streetlevel": 797.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 797.10003662109375, "distance_right": 3.1601800580138037e-07, "index_right": 1775, "nodeid": "1387340.521647_5858622.315198", "id": "1387340.521647_5858622.315198", "name": "manhole_1768_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387340.521646688459441, 5858622.315198052674532 ] } }, -{ "type": "Feature", "properties": { "_index": 1774, "bedlevel": 794.10003662109375, "branchid": "pipe_9_E1180;pipe_9_E1181", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1769_generated", "shape": null, "area": 0.64, "streetlevel": 797.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 797.10003662109375, "distance_right": 5.0820743069320088e-07, "index_right": 1776, "nodeid": "1387387.476920_5858639.495844", "id": "1387387.476920_5858639.495844", "name": "manhole_1769_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387387.476920192595571, 5858639.495844470337033 ] } }, -{ "type": "Feature", "properties": { "_index": 1775, "bedlevel": 803.10003662109375, "branchid": "pipe_9_E1181;pipe_9_E1182", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1770_generated", "shape": null, "area": 0.64, "streetlevel": 806.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.10003662109375, "distance_right": 6.6801801863117119e-07, "index_right": 1777, "nodeid": "1387436.116963_5858650.828613", "id": "1387436.116963_5858650.828613", "name": "manhole_1770_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387436.116963447071612, 5858650.82861250359565 ] } }, -{ "type": "Feature", "properties": { "_index": 1776, "bedlevel": 803.10003662109375, "branchid": "pipe_9_E1182;pipe_9_E1183", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1771_generated", "shape": null, "area": 0.64, "streetlevel": 806.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.10003662109375, "distance_right": 5.6479670540947805e-07, "index_right": 1778, "nodeid": "1387485.194104_5858660.261458", "id": "1387485.194104_5858660.261458", "name": "manhole_1771_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387485.194103535497561, 5858660.261457678861916 ] } }, -{ "type": "Feature", "properties": { "_index": 1777, "bedlevel": 804.70001220703125, "branchid": "pipe_9_E1183;pipe_9_E1184", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1772_generated", "shape": null, "area": 0.64, "streetlevel": 807.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.70001220703125, "distance_right": 4.4892163287133709e-07, "index_right": 1779, "nodeid": "1387533.804190_5858671.493854", "id": "1387533.804190_5858671.493854", "name": "manhole_1772_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387533.804190448950976, 5858671.493853995576501 ] } }, -{ "type": "Feature", "properties": { "_index": 1778, "bedlevel": 769.20001220703125, "branchid": "pipe_9_E1184;pipe_9_E1185", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1773_generated", "shape": null, "area": 0.64, "streetlevel": 772.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 772.20001220703125, "distance_right": 3.8060938621151436e-07, "index_right": 1780, "nodeid": "1387580.296834_5858689.619015", "id": "1387580.296834_5858689.619015", "name": "manhole_1773_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387580.2968336828053, 5858689.619015210308135 ] } }, -{ "type": "Feature", "properties": { "_index": 1779, "bedlevel": 775.79998779296875, "branchid": "pipe_9_E1185;pipe_9_E1186", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1774_generated", "shape": null, "area": 0.64, "streetlevel": 778.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.79998779296875, "distance_right": 1.987741082007922e-07, "index_right": 1781, "nodeid": "1387628.455277_5858703.062848", "id": "1387628.455277_5858703.062848", "name": "manhole_1774_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387628.455277157016098, 5858703.062848121859133 ] } }, -{ "type": "Feature", "properties": { "_index": 1780, "bedlevel": 775.79998779296875, "branchid": "pipe_9_E1186;pipe_9_E1187", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1775_generated", "shape": null, "area": 0.64, "streetlevel": 778.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.79998779296875, "distance_right": 1.0050088277659534e-07, "index_right": 1782, "nodeid": "1387677.211432_5858713.786249", "id": "1387677.211432_5858713.786249", "name": "manhole_1775_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387677.211432087467983, 5858713.7862489502877 ] } }, -{ "type": "Feature", "properties": { "_index": 1781, "bedlevel": 783.70001220703125, "branchid": "pipe_9_E1187;pipe_9_E1188", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1776_generated", "shape": null, "area": 0.64, "streetlevel": 786.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.70001220703125, "distance_right": 2.8897612857941058e-07, "index_right": 1783, "nodeid": "1387726.995392_5858712.747127", "id": "1387726.995392_5858712.747127", "name": "manhole_1776_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387726.995392211945727, 5858712.747126803733408 ] } }, -{ "type": "Feature", "properties": { "_index": 1782, "bedlevel": 783.70001220703125, "branchid": "pipe_9_E1188;pipe_9_E1189", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1777_generated", "shape": null, "area": 0.64, "streetlevel": 786.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.70001220703125, "distance_right": 4.773026491265167e-07, "index_right": 1784, "nodeid": "1387773.343349_5858725.014478", "id": "1387773.343349_5858725.014478", "name": "manhole_1777_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387773.343349169706926, 5858725.014477553777397 ] } }, -{ "type": "Feature", "properties": { "_index": 1783, "bedlevel": 794.70001220703125, "branchid": "pipe_9_E1189;pipe_9_E1190", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1778_generated", "shape": null, "area": 0.64, "streetlevel": 797.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 797.70001220703125, "distance_right": 5.0487611162469514e-07, "index_right": 1785, "nodeid": "1387806.363672_5858762.310494", "id": "1387806.363672_5858762.310494", "name": "manhole_1778_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387806.363672176143155, 5858762.310494473204017 ] } }, -{ "type": "Feature", "properties": { "_index": 1784, "bedlevel": 794.70001220703125, "branchid": "pipe_9_E1190;pipe_9_E1191", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1779_generated", "shape": null, "area": 0.64, "streetlevel": 797.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 797.70001220703125, "distance_right": 3.7741157887003312e-07, "index_right": 1786, "nodeid": "1387799.717028_5858810.149600", "id": "1387799.717028_5858810.149600", "name": "manhole_1779_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387799.717027904232964, 5858810.149600365199149 ] } }, -{ "type": "Feature", "properties": { "_index": 1785, "bedlevel": 749.70001220703125, "branchid": "pipe_9_E1191;pipe_9_E1192", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1780_generated", "shape": null, "area": 0.64, "streetlevel": 752.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.70001220703125, "distance_right": 3.5034815396929229e-07, "index_right": 1787, "nodeid": "1387771.971140_5858850.861094", "id": "1387771.971140_5858850.861094", "name": "manhole_1780_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387771.971139753237367, 5858850.86109375115484 ] } }, -{ "type": "Feature", "properties": { "_index": 1786, "bedlevel": 749.70001220703125, "branchid": "pipe_9_E1192;pipe_9_E1193", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1781_generated", "shape": null, "area": 0.64, "streetlevel": 752.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.70001220703125, "distance_right": 3.0946021768837125e-07, "index_right": 1788, "nodeid": "1387723.076751_5858854.679318", "id": "1387723.076751_5858854.679318", "name": "manhole_1781_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387723.07675126590766, 5858854.679317841306329 ] } }, -{ "type": "Feature", "properties": { "_index": 1787, "bedlevel": 749.70001220703125, "branchid": "pipe_9_E1193;pipe_9_E1194", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1782_generated", "shape": null, "area": 0.64, "streetlevel": 752.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.70001220703125, "distance_right": 2.4466856167220514e-07, "index_right": 1789, "nodeid": "1387673.274138_5858850.996178", "id": "1387673.274138_5858850.996178", "name": "manhole_1782_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387673.274138238513842, 5858850.996178055182099 ] } }, -{ "type": "Feature", "properties": { "_index": 1788, "bedlevel": 749.70001220703125, "branchid": "pipe_9_E1194;pipe_9_E1195", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1783_generated", "shape": null, "area": 0.64, "streetlevel": 752.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.70001220703125, "distance_right": 4.8731809691594117e-07, "index_right": 1790, "nodeid": "1387624.170363_5858858.384703", "id": "1387624.170363_5858858.384703", "name": "manhole_1783_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387624.170362570788711, 5858858.384703231044114 ] } }, -{ "type": "Feature", "properties": { "_index": 1789, "bedlevel": 749.70001220703125, "branchid": "pipe_9_E1195;pipe_9_E1196", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1784_generated", "shape": null, "area": 0.64, "streetlevel": 752.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.70001220703125, "distance_right": 3.021208853052767e-07, "index_right": 1791, "nodeid": "1387575.715394_5858857.046076", "id": "1387575.715394_5858857.046076", "name": "manhole_1784_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387575.715393897145987, 5858857.046076283790171 ] } }, -{ "type": "Feature", "properties": { "_index": 1790, "bedlevel": 749.70001220703125, "branchid": "pipe_9_E1196;pipe_9_E1197", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1785_generated", "shape": null, "area": 0.64, "streetlevel": 752.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.70001220703125, "distance_right": 4.4818126936430864e-07, "index_right": 1792, "nodeid": "1387529.438333_5858838.116818", "id": "1387529.438333_5858838.116818", "name": "manhole_1785_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387529.438332577701658, 5858838.116818149574101 ] } }, -{ "type": "Feature", "properties": { "_index": 1791, "bedlevel": 749.70001220703125, "branchid": "pipe_9_E1197;pipe_9_E1198", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1786_generated", "shape": null, "area": 0.64, "streetlevel": 752.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.70001220703125, "distance_right": 5.6845137939870927e-07, "index_right": 1793, "nodeid": "1387481.179235_5858825.222028", "id": "1387481.179235_5858825.222028", "name": "manhole_1786_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387481.179235466290265, 5858825.222027675248682 ] } }, -{ "type": "Feature", "properties": { "_index": 1792, "bedlevel": 774.20001220703125, "branchid": "pipe_9_E1198;pipe_9_E1199", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1787_generated", "shape": null, "area": 0.64, "streetlevel": 777.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.20001220703125, "distance_right": 3.6917873843020322e-07, "index_right": 1794, "nodeid": "1387432.215501_5858815.797907", "id": "1387432.215501_5858815.797907", "name": "manhole_1787_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387432.215501294471323, 5858815.797906777821481 ] } }, -{ "type": "Feature", "properties": { "_index": 1793, "bedlevel": 769.79998779296875, "branchid": "pipe_9_E1199;pipe_9_E1200", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1788_generated", "shape": null, "area": 0.64, "streetlevel": 772.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 772.79998779296875, "distance_right": 4.8304048875277775e-07, "index_right": 1795, "nodeid": "1387382.431882_5858811.154251", "id": "1387382.431882_5858811.154251", "name": "manhole_1788_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387382.431881646160036, 5858811.154251328669488 ] } }, -{ "type": "Feature", "properties": { "_index": 1794, "bedlevel": 744.10003662109375, "branchid": "pipe_9_E1200;pipe_9_E1201", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1789_generated", "shape": null, "area": 0.64, "streetlevel": 747.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 747.10003662109375, "distance_right": 4.6235358904885766e-07, "index_right": 1796, "nodeid": "1387336.607073_5858824.075685", "id": "1387336.607073_5858824.075685", "name": "manhole_1789_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387336.607072548242286, 5858824.075685098767281 ] } }, -{ "type": "Feature", "properties": { "_index": 1795, "bedlevel": 744.10003662109375, "branchid": "pipe_9_E1201;pipe_9_E1202", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1790_generated", "shape": null, "area": 0.64, "streetlevel": 747.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 747.10003662109375, "distance_right": 5.6873244460004577e-07, "index_right": 1797, "nodeid": "1387327.458137_5858870.885960", "id": "1387327.458137_5858870.885960", "name": "manhole_1790_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387327.458137275883928, 5858870.88596049696207 ] } }, -{ "type": "Feature", "properties": { "_index": 1796, "bedlevel": 744.10003662109375, "branchid": "pipe_9_E1202;pipe_9_E1203", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1791_generated", "shape": null, "area": 0.64, "streetlevel": 747.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 747.10003662109375, "distance_right": 3.8904049800083803e-07, "index_right": 1798, "nodeid": "1387344.619252_5858917.848376", "id": "1387344.619252_5858917.848376", "name": "manhole_1791_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387344.619252334116027, 5858917.848375800997019 ] } }, -{ "type": "Feature", "properties": { "_index": 1797, "bedlevel": 770.70001220703125, "branchid": "pipe_9_E1203;pipe_9_E1204", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1792_generated", "shape": null, "area": 0.64, "streetlevel": 773.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 773.70001220703125, "distance_right": 5.1999605945586677e-07, "index_right": 1799, "nodeid": "1387358.089984_5858965.710650", "id": "1387358.089984_5858965.710650", "name": "manhole_1792_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387358.089983508689329, 5858965.710649829357862 ] } }, -{ "type": "Feature", "properties": { "_index": 1798, "bedlevel": 770.70001220703125, "branchid": "pipe_9_E1204;pipe_9_E1205", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1793_generated", "shape": null, "area": 0.64, "streetlevel": 773.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 773.70001220703125, "distance_right": 4.9281359962432306e-07, "index_right": 1800, "nodeid": "1387329.564613_5859003.583583", "id": "1387329.564613_5859003.583583", "name": "manhole_1793_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387329.564612702699378, 5859003.583583393134177 ] } }, -{ "type": "Feature", "properties": { "_index": 1799, "bedlevel": 771.29998779296875, "branchid": "pipe_9_E1205;pipe_9_E1206", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1794_generated", "shape": null, "area": 0.64, "streetlevel": 774.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 774.29998779296875, "distance_right": 3.9854077696941929e-07, "index_right": 1801, "nodeid": "1387285.783744_5858993.703192", "id": "1387285.783744_5858993.703192", "name": "manhole_1794_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387285.783744251355529, 5858993.703191691078246 ] } }, -{ "type": "Feature", "properties": { "_index": 1800, "bedlevel": 771.29998779296875, "branchid": "pipe_9_E1206;pipe_9_E1207", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1795_generated", "shape": null, "area": 0.64, "streetlevel": 774.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 774.29998779296875, "distance_right": 1.835562136038822e-07, "index_right": 1802, "nodeid": "1387248.355973_5858961.317975", "id": "1387248.355973_5858961.317975", "name": "manhole_1795_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387248.355973182013258, 5858961.31797497626394 ] } }, -{ "type": "Feature", "properties": { "_index": 1801, "bedlevel": 766.4000244140625, "branchid": "pipe_9_E1207;pipe_9_E1208", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1796_generated", "shape": null, "area": 0.64, "streetlevel": 769.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 769.4000244140625, "distance_right": 5.4534265143731815e-07, "index_right": 1803, "nodeid": "1387199.500434_5858963.645902", "id": "1387199.500434_5858963.645902", "name": "manhole_1796_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387199.500433639157563, 5858963.645901591517031 ] } }, -{ "type": "Feature", "properties": { "_index": 1802, "bedlevel": 766.4000244140625, "branchid": "pipe_9_E1208;pipe_9_E1209", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1797_generated", "shape": null, "area": 0.64, "streetlevel": 769.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 769.4000244140625, "distance_right": 2.0016300260355049e-07, "index_right": 1804, "nodeid": "1387151.482699_5858977.583961", "id": "1387151.482699_5858977.583961", "name": "manhole_1797_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387151.482699199579656, 5858977.583961015567183 ] } }, -{ "type": "Feature", "properties": { "_index": 1803, "bedlevel": 759.60003662109375, "branchid": "pipe_9_E1209;pipe_9_E1210", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1798_generated", "shape": null, "area": 0.64, "streetlevel": 762.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.60003662109375, "distance_right": 4.0229854171678003e-07, "index_right": 1805, "nodeid": "1387103.632612_5858992.082135", "id": "1387103.632612_5858992.082135", "name": "manhole_1798_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387103.632611613254994, 5858992.082134889438748 ] } }, -{ "type": "Feature", "properties": { "_index": 1804, "bedlevel": 759.60003662109375, "branchid": "pipe_9_E1210;pipe_9_E1211", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1799_generated", "shape": null, "area": 0.64, "streetlevel": 762.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.60003662109375, "distance_right": 4.915098453471915e-07, "index_right": 1806, "nodeid": "1387055.853340_5859006.816906", "id": "1387055.853340_5859006.816906", "name": "manhole_1799_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387055.853339510038495, 5859006.816905959509313 ] } }, -{ "type": "Feature", "properties": { "_index": 1805, "bedlevel": 752.79998779296875, "branchid": "pipe_9_E1211;pipe_9_E1212", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1800_generated", "shape": null, "area": 0.64, "streetlevel": 755.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 755.79998779296875, "distance_right": 4.0761325042562238e-07, "index_right": 1807, "nodeid": "1387008.074067_5859021.551677", "id": "1387008.074067_5859021.551677", "name": "manhole_1800_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387008.074067406589165, 5859021.551677029579878 ] } }, -{ "type": "Feature", "properties": { "_index": 1806, "bedlevel": 752.79998779296875, "branchid": "pipe_9_E1212;pipe_9_E1213", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1801_generated", "shape": null, "area": 0.64, "streetlevel": 755.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 755.79998779296875, "distance_right": 3.1932559379339034e-07, "index_right": 1808, "nodeid": "1386960.294795_5859036.286448", "id": "1386960.294795_5859036.286448", "name": "manhole_1801_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386960.294795303372666, 5859036.286448099650443 ] } }, -{ "type": "Feature", "properties": { "_index": 1807, "bedlevel": 746.5, "branchid": "pipe_9_E1213;pipe_9_E1214", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1802_generated", "shape": null, "area": 0.64, "streetlevel": 749.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 749.5, "distance_right": 2.6234383268459319e-07, "index_right": 1809, "nodeid": "1386912.515523_5859051.021219", "id": "1386912.515523_5859051.021219", "name": "manhole_1802_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386912.515523200156167, 5859051.021219169721007 ] } }, -{ "type": "Feature", "properties": { "_index": 1808, "bedlevel": 746.5, "branchid": "pipe_9_E1214;pipe_9_E1215", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1803_generated", "shape": null, "area": 0.64, "streetlevel": 749.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 749.5, "distance_right": 2.5811763091701403e-07, "index_right": 1810, "nodeid": "1386864.736251_5859065.755990", "id": "1386864.736251_5859065.755990", "name": "manhole_1803_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386864.736251096706837, 5859065.755990239791572 ] } }, -{ "type": "Feature", "properties": { "_index": 1809, "bedlevel": 724.10003662109375, "branchid": "pipe_9_E1215;pipe_9_E1216", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1804_generated", "shape": null, "area": 0.64, "streetlevel": 727.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 727.10003662109375, "distance_right": 3.1019893050904853e-07, "index_right": 1811, "nodeid": "1386816.956979_5859080.490761", "id": "1386816.956979_5859080.490761", "name": "manhole_1804_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386816.956978993490338, 5859080.490761309862137 ] } }, -{ "type": "Feature", "properties": { "_index": 1810, "bedlevel": 749.29998779296875, "branchid": "pipe_9_E1216;pipe_9_E1217", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1805_generated", "shape": null, "area": 0.64, "streetlevel": 752.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.29998779296875, "distance_right": 5.6178406168264699e-07, "index_right": 1812, "nodeid": "1386769.832018_5859096.976014", "id": "1386769.832018_5859096.976014", "name": "manhole_1805_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386769.832018451532349, 5859096.976014334708452 ] } }, -{ "type": "Feature", "properties": { "_index": 1811, "bedlevel": 735.0, "branchid": "pipe_9_E1217;pipe_9_E1218", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1806_generated", "shape": null, "area": 0.64, "streetlevel": 738.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 738.0, "distance_right": 2.8621809563681197e-07, "index_right": 1813, "nodeid": "1386724.102283_5859117.193917", "id": "1386724.102283_5859117.193917", "name": "manhole_1806_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386724.102282747160643, 5859117.193917133845389 ] } }, -{ "type": "Feature", "properties": { "_index": 1812, "bedlevel": 735.0, "branchid": "pipe_9_E1218;pipe_9_E1219", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1807_generated", "shape": null, "area": 0.64, "streetlevel": 738.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 738.0, "distance_right": 7.8789009124261769e-08, "index_right": 1814, "nodeid": "1386678.372547_5859137.411820", "id": "1386678.372547_5859137.411820", "name": "manhole_1807_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386678.372547042788938, 5859137.411819933913648 ] } }, -{ "type": "Feature", "properties": { "_index": 1813, "bedlevel": 729.79998779296875, "branchid": "pipe_9_E1219;pipe_9_E1220", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1808_generated", "shape": null, "area": 0.64, "streetlevel": 732.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.79998779296875, "distance_right": 4.3115262751711752e-07, "index_right": 1815, "nodeid": "1386632.642811_5859157.629723", "id": "1386632.642811_5859157.629723", "name": "manhole_1808_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386632.642811338417232, 5859157.629722733050585 ] } }, -{ "type": "Feature", "properties": { "_index": 1814, "bedlevel": 729.79998779296875, "branchid": "pipe_9_E1220;pipe_9_E1221", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1809_generated", "shape": null, "area": 0.64, "streetlevel": 732.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.79998779296875, "distance_right": 5.9301923802470201e-07, "index_right": 1816, "nodeid": "1386586.913076_5859177.847626", "id": "1386586.913076_5859177.847626", "name": "manhole_1809_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386586.913075634045526, 5859177.847625533118844 ] } }, -{ "type": "Feature", "properties": { "_index": 1815, "bedlevel": 729.60003662109375, "branchid": "pipe_9_E1221;pipe_9_E1222", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1810_generated", "shape": null, "area": 0.64, "streetlevel": 732.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.60003662109375, "distance_right": 3.5434957598378926e-07, "index_right": 1817, "nodeid": "1386541.181931_5859198.062338", "id": "1386541.181931_5859198.062338", "name": "manhole_1810_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386541.181931287748739, 5859198.062337793409824 ] } }, -{ "type": "Feature", "properties": { "_index": 1816, "bedlevel": 729.60003662109375, "branchid": "pipe_9_E1222;pipe_9_E1223", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1811_generated", "shape": null, "area": 0.64, "streetlevel": 732.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.60003662109375, "distance_right": 4.1298571283569886e-07, "index_right": 1818, "nodeid": "1386495.431539_5859218.233454", "id": "1386495.431539_5859218.233454", "name": "manhole_1811_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386495.431538854492828, 5859218.233453613705933 ] } }, -{ "type": "Feature", "properties": { "_index": 1817, "bedlevel": 739.5, "branchid": "pipe_9_E1223;pipe_9_E1224", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1812_generated", "shape": null, "area": 0.64, "streetlevel": 742.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 742.5, "distance_right": 6.042706584474631e-07, "index_right": 1819, "nodeid": "1386449.681146_5859238.404569", "id": "1386449.681146_5859238.404569", "name": "manhole_1812_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386449.681146421469748, 5859238.404569433070719 ] } }, -{ "type": "Feature", "properties": { "_index": 1818, "bedlevel": 739.5, "branchid": "pipe_9_E1224;pipe_9_E1225", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1813_generated", "shape": null, "area": 0.64, "streetlevel": 742.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 742.5, "distance_right": 2.8591754721493927e-07, "index_right": 1820, "nodeid": "1386404.749107_5859260.314222", "id": "1386404.749107_5859260.314222", "name": "manhole_1813_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386404.749107032548636, 5859260.314221715554595 ] } }, -{ "type": "Feature", "properties": { "_index": 1819, "bedlevel": 714.60003662109375, "branchid": "pipe_9_E1225;pipe_9_E1226", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1814_generated", "shape": null, "area": 0.64, "streetlevel": 717.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 717.60003662109375, "distance_right": 2.8677940449835489e-07, "index_right": 1821, "nodeid": "1386360.756596_5859284.020065", "id": "1386360.756596_5859284.020065", "name": "manhole_1814_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386360.756595908896998, 5859284.020064728334546 ] } }, -{ "type": "Feature", "properties": { "_index": 1820, "bedlevel": 714.60003662109375, "branchid": "pipe_9_E1226;pipe_9_E1227", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1815_generated", "shape": null, "area": 0.64, "streetlevel": 717.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 717.60003662109375, "distance_right": 2.2879008155258781e-07, "index_right": 1822, "nodeid": "1386317.622745_5859309.307279", "id": "1386317.622745_5859309.307279", "name": "manhole_1815_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386317.622744857333601, 5859309.307279178872705 ] } }, -{ "type": "Feature", "properties": { "_index": 1821, "bedlevel": 708.0, "branchid": "pipe_9_E1227;pipe_9_E1228", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1816_generated", "shape": null, "area": 0.64, "streetlevel": 711.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 711.0, "distance_right": 4.1844920248290768e-07, "index_right": 1823, "nodeid": "1386274.488894_5859334.594494", "id": "1386274.488894_5859334.594494", "name": "manhole_1816_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386274.488893805770203, 5859334.594493629410863 ] } }, -{ "type": "Feature", "properties": { "_index": 1822, "bedlevel": 714.60003662109375, "branchid": "pipe_9_E1228;pipe_9_E1229", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1817_generated", "shape": null, "area": 0.64, "streetlevel": 717.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 717.60003662109375, "distance_right": 6.2631235412604143e-07, "index_right": 1824, "nodeid": "1386231.354724_5859359.881164", "id": "1386231.354724_5859359.881164", "name": "manhole_1817_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386231.354723542230204, 5859359.881163572892547 ] } }, -{ "type": "Feature", "properties": { "_index": 1823, "bedlevel": 736.0, "branchid": "pipe_9_E1229;pipe_9_E1230", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1818_generated", "shape": null, "area": 0.64, "streetlevel": 739.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 739.0, "distance_right": 6.7422946470908165e-07, "index_right": 1825, "nodeid": "1386188.788941_5859385.978958", "id": "1386188.788941_5859385.978958", "name": "manhole_1818_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386188.788941488368437, 5859385.978958465158939 ] } }, -{ "type": "Feature", "properties": { "_index": 1824, "bedlevel": 736.0, "branchid": "pipe_9_E1230;pipe_9_E1231", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1819_generated", "shape": null, "area": 0.64, "streetlevel": 739.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 739.0, "distance_right": 8.8043546398989323e-08, "index_right": 1826, "nodeid": "1386153.170270_5859420.751349", "id": "1386153.170270_5859420.751349", "name": "manhole_1819_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386153.170269979629666, 5859420.751348914578557 ] } }, -{ "type": "Feature", "properties": { "_index": 1825, "bedlevel": 736.0, "branchid": "pipe_9_E1231;pipe_9_E1232", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1820_generated", "shape": null, "area": 0.64, "streetlevel": 739.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 739.0, "distance_right": 4.3670892571283769e-07, "index_right": 1827, "nodeid": "1386127.241227_5859463.084468", "id": "1386127.241227_5859463.084468", "name": "manhole_1820_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386127.241226618411019, 5859463.08446778729558 ] } }, -{ "type": "Feature", "properties": { "_index": 1826, "bedlevel": 767.60003662109375, "branchid": "pipe_9_E1232;pipe_9_E1233", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1821_generated", "shape": null, "area": 0.64, "streetlevel": 770.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 770.60003662109375, "distance_right": 2.8822750408817674e-07, "index_right": 1828, "nodeid": "1386108.996457_5859509.052054", "id": "1386108.996457_5859509.052054", "name": "manhole_1821_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386108.996456971857697, 5859509.052053713239729 ] } }, -{ "type": "Feature", "properties": { "_index": 1827, "bedlevel": 767.60003662109375, "branchid": "pipe_9_E1233;pipe_9_E1234", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1822_generated", "shape": null, "area": 0.64, "streetlevel": 770.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 770.60003662109375, "distance_right": 4.1608712174096055e-07, "index_right": 1829, "nodeid": "1386105.954033_5859558.959127", "id": "1386105.954033_5859558.959127", "name": "manhole_1822_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386105.954033384332433, 5859558.959127158857882 ] } }, -{ "type": "Feature", "properties": { "_index": 1828, "bedlevel": 767.60003662109375, "branchid": "pipe_9_E1234;pipe_9_E1235", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1823_generated", "shape": null, "area": 0.64, "streetlevel": 770.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 770.60003662109375, "distance_right": 3.5779222205411915e-07, "index_right": 1830, "nodeid": "1386101.917093_5859608.782216", "id": "1386101.917093_5859608.782216", "name": "manhole_1823_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386101.917093347059563, 5859608.782215913757682 ] } }, -{ "type": "Feature", "properties": { "_index": 1829, "bedlevel": 776.79998779296875, "branchid": "pipe_9_E1235;pipe_9_E1236", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1824_generated", "shape": null, "area": 0.64, "streetlevel": 779.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 779.79998779296875, "distance_right": 9.182652855228106e-08, "index_right": 1831, "nodeid": "1386088.458339_5859656.652666", "id": "1386088.458339_5859656.652666", "name": "manhole_1824_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386088.458339030388743, 5859656.652665913105011 ] } }, -{ "type": "Feature", "properties": { "_index": 1830, "bedlevel": 776.79998779296875, "branchid": "pipe_9_E1236;pipe_9_E1237", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1825_generated", "shape": null, "area": 0.64, "streetlevel": 779.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 779.79998779296875, "distance_right": 4.3106410240470186e-07, "index_right": 1832, "nodeid": "1386075.652030_5859704.419184", "id": "1386075.652030_5859704.419184", "name": "manhole_1825_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386075.652030121767893, 5859704.419184413738549 ] } }, -{ "type": "Feature", "properties": { "_index": 1831, "bedlevel": 776.79998779296875, "branchid": "pipe_9_E1237;pipe_9_E1238", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1826_generated", "shape": null, "area": 0.64, "streetlevel": 779.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 779.79998779296875, "distance_right": 5.9419274352607342e-07, "index_right": 1833, "nodeid": "1386076.574771_5859754.410392", "id": "1386076.574771_5859754.410392", "name": "manhole_1826_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386076.574770522769541, 5859754.410392354242504 ] } }, -{ "type": "Feature", "properties": { "_index": 1832, "bedlevel": 777.79998779296875, "branchid": "pipe_9_E1238;pipe_9_E1239", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1827_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 3.0404508552976817e-07, "index_right": 1834, "nodeid": "1386077.497511_5859804.401600", "id": "1386077.497511_5859804.401600", "name": "manhole_1827_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386077.497510923538357, 5859804.401600294746459 ] } }, -{ "type": "Feature", "properties": { "_index": 1833, "bedlevel": 777.79998779296875, "branchid": "pipe_9_E1239", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1828_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 4.0088765079104887e-07, "index_right": 1835, "nodeid": "1386078.420251_5859854.392808", "id": "1386078.420251_5859854.392808", "name": "manhole_1828_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386078.420251324307173, 5859854.392808235250413 ] } }, -{ "type": "Feature", "properties": { "_index": 1834, "bedlevel": -10002.0, "branchid": "pipe_10_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1829_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.532881839870984e-07, "index_right": 1836, "nodeid": "1377952.944565_5850557.126529", "id": "1377952.944565_5850557.126529", "name": "manhole_1829_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1377952.944564737612382, 5850557.126528763212264 ] } }, -{ "type": "Feature", "properties": { "_index": 1834, "bedlevel": -10002.0, "branchid": "pipe_10_E0;pipe_10_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1830_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7130363427364605e-07, "index_right": 1837, "nodeid": "1377964.043830_5850605.678960", "id": "1377964.043830_5850605.678960", "name": "manhole_1830_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1377964.043830474372953, 5850605.678959681652486 ] } }, -{ "type": "Feature", "properties": { "_index": 1835, "bedlevel": -10002.0, "branchid": "pipe_10_E1;pipe_10_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1831_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5084294732100048e-07, "index_right": 1838, "nodeid": "1377977.740502_5850653.599231", "id": "1377977.740502_5850653.599231", "name": "manhole_1831_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1377977.740502079250291, 5850653.599230658262968 ] } }, -{ "type": "Feature", "properties": { "_index": 1836, "bedlevel": -10002.0, "branchid": "pipe_10_E2;pipe_10_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1832_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8281199697430161e-07, "index_right": 1839, "nodeid": "1377991.437174_5850701.519502", "id": "1377991.437174_5850701.519502", "name": "manhole_1832_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1377991.437173684127629, 5850701.51950163487345 ] } }, -{ "type": "Feature", "properties": { "_index": 1837, "bedlevel": -10002.0, "branchid": "pipe_10_E3;pipe_10_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1833_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8480601337902999e-07, "index_right": 1840, "nodeid": "1378005.133845_5850749.439773", "id": "1378005.133845_5850749.439773", "name": "manhole_1833_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378005.133845289004967, 5850749.439772610552609 ] } }, -{ "type": "Feature", "properties": { "_index": 1838, "bedlevel": -10002.0, "branchid": "pipe_10_E4;pipe_10_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1834_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5377701698809048e-07, "index_right": 1841, "nodeid": "1378016.561756_5850797.770353", "id": "1378016.561756_5850797.770353", "name": "manhole_1834_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378016.561755846487358, 5850797.770352989435196 ] } }, -{ "type": "Feature", "properties": { "_index": 1839, "bedlevel": -10002.0, "branchid": "pipe_10_E5;pipe_10_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1835_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2154468674002384e-07, "index_right": 1842, "nodeid": "1378019.263793_5850847.442325", "id": "1378019.263793_5850847.442325", "name": "manhole_1835_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378019.263792601646855, 5850847.442325137555599 ] } }, -{ "type": "Feature", "properties": { "_index": 1840, "bedlevel": -10002.0, "branchid": "pipe_10_E6;pipe_10_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1836_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8068186581993093e-07, "index_right": 1843, "nodeid": "1378014.507027_5850897.054061", "id": "1378014.507027_5850897.054061", "name": "manhole_1836_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378014.507027470739558, 5850897.054061340168118 ] } }, -{ "type": "Feature", "properties": { "_index": 1841, "bedlevel": -10002.0, "branchid": "pipe_10_E7;pipe_10_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1837_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7039730011708126e-07, "index_right": 1844, "nodeid": "1378009.750262_5850946.665798", "id": "1378009.750262_5850946.665798", "name": "manhole_1837_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378009.750262339599431, 5850946.665797541849315 ] } }, -{ "type": "Feature", "properties": { "_index": 1842, "bedlevel": -10002.0, "branchid": "pipe_10_E8;pipe_10_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1838_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2945667712459167e-07, "index_right": 1845, "nodeid": "1378004.993497_5850996.277534", "id": "1378004.993497_5850996.277534", "name": "manhole_1838_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378004.993497208459303, 5850996.277533744461834 ] } }, -{ "type": "Feature", "properties": { "_index": 1843, "bedlevel": -10002.0, "branchid": "pipe_10_E9;pipe_10_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1839_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4609579670963277e-07, "index_right": 1846, "nodeid": "1378006.147393_5851045.887730", "id": "1378006.147393_5851045.887730", "name": "manhole_1839_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378006.147392612416297, 5851045.887729778885841 ] } }, -{ "type": "Feature", "properties": { "_index": 1844, "bedlevel": -10002.0, "branchid": "pipe_10_E10;pipe_10_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1840_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.103935047178924e-07, "index_right": 1847, "nodeid": "1378018.944773_5851093.794128", "id": "1378018.944773_5851093.794128", "name": "manhole_1840_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378018.94477281998843, 5851093.794127890840173 ] } }, -{ "type": "Feature", "properties": { "_index": 1845, "bedlevel": -10002.0, "branchid": "pipe_10_E11;pipe_10_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1841_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1962129844623066e-07, "index_right": 1848, "nodeid": "1378034.742187_5851141.063493", "id": "1378034.742187_5851141.063493", "name": "manhole_1841_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378034.742186552844942, 5851141.063493264839053 ] } }, -{ "type": "Feature", "properties": { "_index": 1846, "bedlevel": -10002.0, "branchid": "pipe_10_E12;pipe_10_E13", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1842_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6078637341765576e-07, "index_right": 1849, "nodeid": "1378050.539600_5851188.332859", "id": "1378050.539600_5851188.332859", "name": "manhole_1842_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378050.539600285934284, 5851188.332858638837934 ] } }, -{ "type": "Feature", "properties": { "_index": 1847, "bedlevel": -10002.0, "branchid": "pipe_10_E13;pipe_10_E14", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1843_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2927612682736875e-08, "index_right": 1850, "nodeid": "1378066.337014_5851235.602224", "id": "1378066.337014_5851235.602224", "name": "manhole_1843_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378066.337014018790796, 5851235.602224012836814 ] } }, -{ "type": "Feature", "properties": { "_index": 1848, "bedlevel": -10002.0, "branchid": "pipe_10_E14;pipe_10_E15", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1844_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5932924740419014e-07, "index_right": 1851, "nodeid": "1378082.134428_5851282.871589", "id": "1378082.134428_5851282.871589", "name": "manhole_1844_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378082.134427751880139, 5851282.871589386835694 ] } }, -{ "type": "Feature", "properties": { "_index": 1849, "bedlevel": -10002.0, "branchid": "pipe_10_E15;pipe_10_E16", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1845_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9484156258967672e-07, "index_right": 1852, "nodeid": "1378102.440998_5851328.029494", "id": "1378102.440998_5851328.029494", "name": "manhole_1845_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378102.440997955854982, 5851328.029494291171432 ] } }, -{ "type": "Feature", "properties": { "_index": 1850, "bedlevel": -10002.0, "branchid": "pipe_10_E16;pipe_10_E17", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1846_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1603873523318913e-07, "index_right": 1853, "nodeid": "1378131.532908_5851368.423205", "id": "1378131.532908_5851368.423205", "name": "manhole_1846_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378131.532907850109041, 5851368.423204844817519 ] } }, -{ "type": "Feature", "properties": { "_index": 1851, "bedlevel": -10002.0, "branchid": "pipe_10_E17;pipe_10_E18", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1847_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7563966903295324e-07, "index_right": 1854, "nodeid": "1378163.551309_5851406.553524", "id": "1378163.551309_5851406.553524", "name": "manhole_1847_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378163.551308706635609, 5851406.55352362524718 ] } }, -{ "type": "Feature", "properties": { "_index": 1852, "bedlevel": -10002.0, "branchid": "pipe_10_E18;pipe_10_E19", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1848_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4871201139799314e-07, "index_right": 1855, "nodeid": "1378197.397602_5851443.137394", "id": "1378197.397602_5851443.137394", "name": "manhole_1848_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378197.397602178622037, 5851443.137394411489367 ] } }, -{ "type": "Feature", "properties": { "_index": 1853, "bedlevel": -10002.0, "branchid": "pipe_10_E19;pipe_10_E20", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1849_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0139523526413654e-07, "index_right": 1856, "nodeid": "1378231.243896_5851479.721265", "id": "1378231.243896_5851479.721265", "name": "manhole_1849_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378231.243895650608465, 5851479.721265197731555 ] } }, -{ "type": "Feature", "properties": { "_index": 1854, "bedlevel": -10002.0, "branchid": "pipe_10_E20;pipe_10_E21", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1850_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2096677271625088e-07, "index_right": 1857, "nodeid": "1378272.575153_5851506.664149", "id": "1378272.575153_5851506.664149", "name": "manhole_1850_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378272.575153382262215, 5851506.664149354211986 ] } }, -{ "type": "Feature", "properties": { "_index": 1855, "bedlevel": -10002.0, "branchid": "pipe_10_E21;pipe_10_E22", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1851_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.4258596069143701e-07, "index_right": 1858, "nodeid": "1378314.552144_5851533.531858", "id": "1378314.552144_5851533.531858", "name": "manhole_1851_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378314.552144457120448, 5851533.53185754828155 ] } }, -{ "type": "Feature", "properties": { "_index": 1856, "bedlevel": -10002.0, "branchid": "pipe_10_E22;pipe_10_E23", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1852_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2019811076239565e-07, "index_right": 1859, "nodeid": "1378356.252465_5851560.772229", "id": "1378356.252465_5851560.772229", "name": "manhole_1852_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378356.252464510733262, 5851560.772229176945984 ] } }, -{ "type": "Feature", "properties": { "_index": 1857, "bedlevel": -10002.0, "branchid": "pipe_10_E23;pipe_10_E24", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1853_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.220256551292073e-07, "index_right": 1860, "nodeid": "1378395.019378_5851592.094387", "id": "1378395.019378_5851592.094387", "name": "manhole_1853_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378395.019378199940547, 5851592.094387252815068 ] } }, -{ "type": "Feature", "properties": { "_index": 1858, "bedlevel": -10002.0, "branchid": "pipe_10_E24;pipe_10_E25", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1854_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7028493389471826e-07, "index_right": 1861, "nodeid": "1378432.373639_5851625.020355", "id": "1378432.373639_5851625.020355", "name": "manhole_1854_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378432.373639041557908, 5851625.02035546861589 ] } }, -{ "type": "Feature", "properties": { "_index": 1859, "bedlevel": -10002.0, "branchid": "pipe_10_E25;pipe_10_E26", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1855_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.8626044034226554e-07, "index_right": 1862, "nodeid": "1378468.338944_5851659.523225", "id": "1378468.338944_5851659.523225", "name": "manhole_1855_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378468.338944068411365, 5851659.523225173354149 ] } }, -{ "type": "Feature", "properties": { "_index": 1860, "bedlevel": -10002.0, "branchid": "pipe_10_E26;pipe_10_E27", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1856_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3807137739644856e-07, "index_right": 1863, "nodeid": "1378504.304186_5851694.026161", "id": "1378504.304186_5851694.026161", "name": "manhole_1856_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378504.304185661952943, 5851694.026160999201238 ] } }, -{ "type": "Feature", "properties": { "_index": 1861, "bedlevel": -10002.0, "branchid": "pipe_10_E27;pipe_10_E28", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1857_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0966589395167907e-07, "index_right": 1864, "nodeid": "1378540.269427_5851728.529097", "id": "1378540.269427_5851728.529097", "name": "manhole_1857_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378540.26942725549452, 5851728.529096825048327 ] } }, -{ "type": "Feature", "properties": { "_index": 1862, "bedlevel": -10002.0, "branchid": "pipe_10_E28;pipe_10_E29", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1858_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5043982075159593e-07, "index_right": 1865, "nodeid": "1378573.923651_5851765.108295", "id": "1378573.923651_5851765.108295", "name": "manhole_1858_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378573.92365134996362, 5851765.108295018784702 ] } }, -{ "type": "Feature", "properties": { "_index": 1863, "bedlevel": -10002.0, "branchid": "pipe_10_E29;pipe_10_E30", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1859_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3278753757350346e-07, "index_right": 1866, "nodeid": "1378602.262062_5851806.079547", "id": "1378602.262062_5851806.079547", "name": "manhole_1859_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378602.262062362860888, 5851806.079546609893441 ] } }, -{ "type": "Feature", "properties": { "_index": 1864, "bedlevel": -10002.0, "branchid": "pipe_10_E30;pipe_10_E31", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1860_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.737424048295747e-07, "index_right": 1867, "nodeid": "1378625.315741_5851850.237307", "id": "1378625.315741_5851850.237307", "name": "manhole_1860_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378625.31574107054621, 5851850.237307264469564 ] } }, -{ "type": "Feature", "properties": { "_index": 1865, "bedlevel": -10002.0, "branchid": "pipe_10_E31;pipe_10_E32", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1861_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7771768792094599e-07, "index_right": 1868, "nodeid": "1378644.704160_5851896.150708", "id": "1378644.704160_5851896.150708", "name": "manhole_1861_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378644.704159873072058, 5851896.150708355940878 ] } }, -{ "type": "Feature", "properties": { "_index": 1866, "bedlevel": -10002.0, "branchid": "pipe_10_E32;pipe_10_E33", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1862_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6853853128989418e-07, "index_right": 1869, "nodeid": "1378660.073576_5851943.498803", "id": "1378660.073576_5851943.498803", "name": "manhole_1862_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378660.073576119961217, 5851943.498803240247071 ] } }, -{ "type": "Feature", "properties": { "_index": 1867, "bedlevel": -10002.0, "branchid": "pipe_10_E33;pipe_10_E34", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1863_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2662156214013382e-07, "index_right": 1870, "nodeid": "1378671.304306_5851992.053614", "id": "1378671.304306_5851992.053614", "name": "manhole_1863_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378671.304306285688654, 5851992.053614158183336 ] } }, -{ "type": "Feature", "properties": { "_index": 1868, "bedlevel": -10002.0, "branchid": "pipe_10_E34;pipe_10_E35", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1864_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3502142509264123e-07, "index_right": 1871, "nodeid": "1378687.684865_5852038.796497", "id": "1378687.684865_5852038.796497", "name": "manhole_1864_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378687.684864958748221, 5852038.796496567316353 ] } }, -{ "type": "Feature", "properties": { "_index": 1869, "bedlevel": -10002.0, "branchid": "pipe_10_E35;pipe_10_E36", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1865_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6285174914609988e-07, "index_right": 1872, "nodeid": "1378719.825081_5852075.674009", "id": "1378719.825081_5852075.674009", "name": "manhole_1865_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378719.825081237126142, 5852075.674008725211024 ] } }, -{ "type": "Feature", "properties": { "_index": 1870, "bedlevel": -10002.0, "branchid": "pipe_10_E36;pipe_10_E37", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1866_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9900387176557407e-07, "index_right": 1873, "nodeid": "1378760.263341_5852104.704577", "id": "1378760.263341_5852104.704577", "name": "manhole_1866_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378760.263340512290597, 5852104.704576894640923 ] } }, -{ "type": "Feature", "properties": { "_index": 1871, "bedlevel": -10002.0, "branchid": "pipe_10_E37;pipe_10_E38", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1867_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0833669924436324e-07, "index_right": 1874, "nodeid": "1378800.847747_5852133.562643", "id": "1378800.847747_5852133.562643", "name": "manhole_1867_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378800.847746820189059, 5852133.562643250450492 ] } }, -{ "type": "Feature", "properties": { "_index": 1872, "bedlevel": -10002.0, "branchid": "pipe_10_E38;pipe_10_E39", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1868_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.2653655881733417e-07, "index_right": 1875, "nodeid": "1378835.579300_5852168.352977", "id": "1378835.579300_5852168.352977", "name": "manhole_1868_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378835.579300079029053, 5852168.352977212518454 ] } }, -{ "type": "Feature", "properties": { "_index": 1873, "bedlevel": -10002.0, "branchid": "pipe_10_E39;pipe_10_E40", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1869_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7126208900844186e-07, "index_right": 1876, "nodeid": "1378849.890051_5852215.595465", "id": "1378849.890051_5852215.595465", "name": "manhole_1869_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378849.89005116885528, 5852215.595464787445962 ] } }, -{ "type": "Feature", "properties": { "_index": 1874, "bedlevel": -10002.0, "branchid": "pipe_10_E40;pipe_10_E41", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1870_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0114611803200235e-07, "index_right": 1877, "nodeid": "1378853.757521_5852265.247668", "id": "1378853.757521_5852265.247668", "name": "manhole_1870_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378853.757521151099354, 5852265.247667628340423 ] } }, -{ "type": "Feature", "properties": { "_index": 1875, "bedlevel": -10002.0, "branchid": "pipe_10_E41;pipe_10_E42", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1871_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4632374504465047e-07, "index_right": 1878, "nodeid": "1378853.300222_5852315.065206", "id": "1378853.300222_5852315.065206", "name": "manhole_1871_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378853.300221656216308, 5852315.065205958671868 ] } }, -{ "type": "Feature", "properties": { "_index": 1876, "bedlevel": -10002.0, "branchid": "pipe_10_E42;pipe_10_E43", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1872_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.8073477776310174e-07, "index_right": 1879, "nodeid": "1378850.082632_5852364.763010", "id": "1378850.082632_5852364.763010", "name": "manhole_1872_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378850.082632156088948, 5852364.763009908609092 ] } }, -{ "type": "Feature", "properties": { "_index": 1877, "bedlevel": -10002.0, "branchid": "pipe_10_E43;pipe_10_E44", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1873_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9746624963596977e-07, "index_right": 1880, "nodeid": "1378840.191055_5852413.573033", "id": "1378840.191055_5852413.573033", "name": "manhole_1873_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378840.191055496688932, 5852413.573033029213548 ] } }, -{ "type": "Feature", "properties": { "_index": 1878, "bedlevel": -10002.0, "branchid": "pipe_10_E44;pipe_10_E45", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1874_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9284439900998385e-07, "index_right": 1881, "nodeid": "1378830.554299_5852462.382284", "id": "1378830.554299_5852462.382284", "name": "manhole_1874_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378830.554298542905599, 5852462.382283815182745 ] } }, -{ "type": "Feature", "properties": { "_index": 1879, "bedlevel": -10002.0, "branchid": "pipe_10_E45;pipe_10_E46", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1875_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.003820630535498e-07, "index_right": 1882, "nodeid": "1378841.629253_5852510.233573", "id": "1378841.629253_5852510.233573", "name": "manhole_1875_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378841.629253160208464, 5852510.233572633005679 ] } }, -{ "type": "Feature", "properties": { "_index": 1880, "bedlevel": -10002.0, "branchid": "pipe_10_E46;pipe_10_E47", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1876_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9219679929684891e-07, "index_right": 1883, "nodeid": "1378872.321019_5852548.631788", "id": "1378872.321019_5852548.631788", "name": "manhole_1876_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378872.321019289083779, 5852548.631788042373955 ] } }, -{ "type": "Feature", "properties": { "_index": 1881, "bedlevel": -10002.0, "branchid": "pipe_10_E47;pipe_10_E48", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1877_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8307710071018342e-07, "index_right": 1884, "nodeid": "1378918.147774_5852564.875442", "id": "1378918.147774_5852564.875442", "name": "manhole_1877_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378918.147774381795898, 5852564.875441969372332 ] } }, -{ "type": "Feature", "properties": { "_index": 1882, "bedlevel": -10002.0, "branchid": "pipe_10_E48;pipe_10_E49", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1878_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5423726732294954e-07, "index_right": 1885, "nodeid": "1378963.562774_5852546.307624", "id": "1378963.562774_5852546.307624", "name": "manhole_1878_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378963.562774156918749, 5852546.307623682543635 ] } }, -{ "type": "Feature", "properties": { "_index": 1883, "bedlevel": -10002.0, "branchid": "pipe_10_E49;pipe_10_E50", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1879_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7023088928332766e-07, "index_right": 1886, "nodeid": "1378994.715309_5852508.380678", "id": "1378994.715309_5852508.380678", "name": "manhole_1879_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1378994.71530888741836, 5852508.380677872337401 ] } }, -{ "type": "Feature", "properties": { "_index": 1884, "bedlevel": -10002.0, "branchid": "pipe_10_E50;pipe_10_E51", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1880_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9815864543841628e-07, "index_right": 1887, "nodeid": "1379023.220260_5852467.718392", "id": "1379023.220260_5852467.718392", "name": "manhole_1880_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379023.220259942347184, 5852467.718391605652869 ] } }, -{ "type": "Feature", "properties": { "_index": 1885, "bedlevel": -10002.0, "branchid": "pipe_10_E51;pipe_10_E52", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1881_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8646059898915134e-07, "index_right": 1888, "nodeid": "1379065.818879_5852442.368791", "id": "1379065.818879_5852442.368791", "name": "manhole_1881_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379065.818878581281751, 5852442.368790589272976 ] } }, -{ "type": "Feature", "properties": { "_index": 1886, "bedlevel": -10002.0, "branchid": "pipe_10_E52;pipe_10_E53", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1882_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8186297233535827e-07, "index_right": 1889, "nodeid": "1379113.845729_5852430.139127", "id": "1379113.845729_5852430.139127", "name": "manhole_1882_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379113.845729396445677, 5852430.139127274043858 ] } }, -{ "type": "Feature", "properties": { "_index": 1887, "bedlevel": -10002.0, "branchid": "pipe_10_E53;pipe_10_E54", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1883_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.8721219863765297e-07, "index_right": 1890, "nodeid": "1379162.858522_5852421.106880", "id": "1379162.858522_5852421.106880", "name": "manhole_1883_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379162.858522134367377, 5852421.106879869475961 ] } }, -{ "type": "Feature", "properties": { "_index": 1888, "bedlevel": -10002.0, "branchid": "pipe_10_E54;pipe_10_E55", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1884_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.325219485120512e-07, "index_right": 1891, "nodeid": "1379211.691639_5852411.143052", "id": "1379211.691639_5852411.143052", "name": "manhole_1884_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379211.69163922755979, 5852411.14305236749351 ] } }, -{ "type": "Feature", "properties": { "_index": 1889, "bedlevel": -10002.0, "branchid": "pipe_10_E55;pipe_10_E56", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1885_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1313275050572845e-07, "index_right": 1892, "nodeid": "1379260.669021_5852402.403281", "id": "1379260.669021_5852402.403281", "name": "manhole_1885_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379260.669020747998729, 5852402.403280553407967 ] } }, -{ "type": "Feature", "properties": { "_index": 1890, "bedlevel": -10002.0, "branchid": "pipe_10_E56;pipe_10_E57", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1886_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.71779235606141e-07, "index_right": 1893, "nodeid": "1379309.984069_5852407.964699", "id": "1379309.984069_5852407.964699", "name": "manhole_1886_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379309.984068880323321, 5852407.964699456468225 ] } }, -{ "type": "Feature", "properties": { "_index": 1891, "bedlevel": -10002.0, "branchid": "pipe_10_E57;pipe_10_E58", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1887_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3250383723531177e-07, "index_right": 1894, "nodeid": "1379358.330232_5852420.072535", "id": "1379358.330232_5852420.072535", "name": "manhole_1887_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379358.330232231877744, 5852420.07253463473171 ] } }, -{ "type": "Feature", "properties": { "_index": 1892, "bedlevel": -10002.0, "branchid": "pipe_10_E58;pipe_10_E59", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1888_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.592440757541912e-07, "index_right": 1895, "nodeid": "1379406.362183_5852433.329871", "id": "1379406.362183_5852433.329871", "name": "manhole_1888_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379406.362182840937749, 5852433.329870991408825 ] } }, -{ "type": "Feature", "properties": { "_index": 1893, "bedlevel": -10002.0, "branchid": "pipe_10_E59;pipe_10_E60", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1889_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8980047435875274e-07, "index_right": 1896, "nodeid": "1379454.145004_5852447.498609", "id": "1379454.145004_5852447.498609", "name": "manhole_1889_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379454.145004467805848, 5852447.49860914517194 ] } }, -{ "type": "Feature", "properties": { "_index": 1894, "bedlevel": -10002.0, "branchid": "pipe_10_E60;pipe_10_E61", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1890_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1368431960506796e-07, "index_right": 1897, "nodeid": "1379501.927826_5852461.667347", "id": "1379501.927826_5852461.667347", "name": "manhole_1890_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379501.927826094906777, 5852461.667347298935056 ] } }, -{ "type": "Feature", "properties": { "_index": 1895, "bedlevel": -10002.0, "branchid": "pipe_10_E61;pipe_10_E62", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1891_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3130101019487026e-07, "index_right": 1898, "nodeid": "1379549.710648_5852475.836085", "id": "1379549.710648_5852475.836085", "name": "manhole_1891_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379549.710647721774876, 5852475.836085452698171 ] } }, -{ "type": "Feature", "properties": { "_index": 1896, "bedlevel": -10002.0, "branchid": "pipe_10_E62;pipe_10_E63", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1892_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2615954710509163e-07, "index_right": 1899, "nodeid": "1379597.493469_5852490.004824", "id": "1379597.493469_5852490.004824", "name": "manhole_1892_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379597.493469348875806, 5852490.004823606461287 ] } }, -{ "type": "Feature", "properties": { "_index": 1897, "bedlevel": -10002.0, "branchid": "pipe_10_E63;pipe_10_E64", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1893_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4054831214288534e-07, "index_right": 1900, "nodeid": "1379645.276291_5852504.173562", "id": "1379645.276291_5852504.173562", "name": "manhole_1893_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379645.276290975976735, 5852504.173561760224402 ] } }, -{ "type": "Feature", "properties": { "_index": 1898, "bedlevel": -10002.0, "branchid": "pipe_10_E64;pipe_10_E65", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1894_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0499095336321231e-07, "index_right": 1901, "nodeid": "1379693.235355_5852517.703445", "id": "1379693.235355_5852517.703445", "name": "manhole_1894_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379693.235354875680059, 5852517.70344483666122 ] } }, -{ "type": "Feature", "properties": { "_index": 1899, "bedlevel": -10002.0, "branchid": "pipe_10_E65;pipe_10_E66", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1895_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6428327747112714e-07, "index_right": 1902, "nodeid": "1379741.521889_5852530.046934", "id": "1379741.521889_5852530.046934", "name": "manhole_1895_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379741.521889445837587, 5852530.046934129670262 ] } }, -{ "type": "Feature", "properties": { "_index": 1900, "bedlevel": -10002.0, "branchid": "pipe_10_E66;pipe_10_E67", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1896_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.746857832735678e-07, "index_right": 1903, "nodeid": "1379789.219814_5852544.491725", "id": "1379789.219814_5852544.491725", "name": "manhole_1896_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379789.219813820207492, 5852544.491724670864642 ] } }, -{ "type": "Feature", "properties": { "_index": 1901, "bedlevel": -10002.0, "branchid": "pipe_10_E67;pipe_10_E68", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1897_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.1024106858123764e-07, "index_right": 1904, "nodeid": "1379832.222820_5852568.718639", "id": "1379832.222820_5852568.718639", "name": "manhole_1897_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379832.222819915506989, 5852568.71863907109946 ] } }, -{ "type": "Feature", "properties": { "_index": 1902, "bedlevel": -10002.0, "branchid": "pipe_10_E68;pipe_10_E69", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1898_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.9395505350139641e-07, "index_right": 1905, "nodeid": "1379867.821954_5852602.126595", "id": "1379867.821954_5852602.126595", "name": "manhole_1898_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379867.821954125305638, 5852602.126595147885382 ] } }, -{ "type": "Feature", "properties": { "_index": 1903, "bedlevel": -10002.0, "branchid": "pipe_10_E69;pipe_10_E70", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1899_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.775392827778011e-07, "index_right": 1906, "nodeid": "1379892.520936_5852645.360785", "id": "1379892.520936_5852645.360785", "name": "manhole_1899_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379892.520935711916536, 5852645.360784619115293 ] } }, -{ "type": "Feature", "properties": { "_index": 1904, "bedlevel": -10002.0, "branchid": "pipe_10_E70;pipe_10_E71", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1900_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1105793506911472e-07, "index_right": 1907, "nodeid": "1379914.218724_5852690.229005", "id": "1379914.218724_5852690.229005", "name": "manhole_1900_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379914.218723637983203, 5852690.229004804976285 ] } }, -{ "type": "Feature", "properties": { "_index": 1905, "bedlevel": -10002.0, "branchid": "pipe_10_E71;pipe_10_E72", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1901_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3595845384046738e-07, "index_right": 1908, "nodeid": "1379935.916512_5852735.097225", "id": "1379935.916512_5852735.097225", "name": "manhole_1901_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379935.91651156404987, 5852735.097224990837276 ] } }, -{ "type": "Feature", "properties": { "_index": 1906, "bedlevel": -10002.0, "branchid": "pipe_10_E72;pipe_10_E73", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1902_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2075846148628526e-07, "index_right": 1909, "nodeid": "1379957.614299_5852779.965445", "id": "1379957.614299_5852779.965445", "name": "manhole_1902_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379957.614299490116537, 5852779.965445175766945 ] } }, -{ "type": "Feature", "properties": { "_index": 1907, "bedlevel": -10002.0, "branchid": "pipe_10_E73;pipe_10_E74", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1903_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5538720619283979e-07, "index_right": 1910, "nodeid": "1379975.831717_5852826.346569", "id": "1379975.831717_5852826.346569", "name": "manhole_1903_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1379975.831717354245484, 5852826.346569029614329 ] } }, -{ "type": "Feature", "properties": { "_index": 1908, "bedlevel": -10002.0, "branchid": "pipe_10_E74;pipe_10_E75", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1904_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7305600326015699e-07, "index_right": 1911, "nodeid": "1380005.293366_5852865.804161", "id": "1380005.293366_5852865.804161", "name": "manhole_1904_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380005.293365556048229, 5852865.804161362349987 ] } }, -{ "type": "Feature", "properties": { "_index": 1909, "bedlevel": -10002.0, "branchid": "pipe_10_E75;pipe_10_E76", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1905_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8975846099117444e-07, "index_right": 1912, "nodeid": "1380044.241542_5852896.825274", "id": "1380044.241542_5852896.825274", "name": "manhole_1905_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380044.241542047122493, 5852896.825273714028299 ] } }, -{ "type": "Feature", "properties": { "_index": 1910, "bedlevel": -10002.0, "branchid": "pipe_10_E76;pipe_10_E77", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1906_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7768246639372868e-07, "index_right": 1913, "nodeid": "1380085.427288_5852924.599595", "id": "1380085.427288_5852924.599595", "name": "manhole_1906_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380085.427288028411567, 5852924.599595476873219 ] } }, -{ "type": "Feature", "properties": { "_index": 1911, "bedlevel": -10002.0, "branchid": "pipe_10_E77;pipe_10_E78", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1907_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5618558574765193e-07, "index_right": 1914, "nodeid": "1380108.752209_5852968.554973", "id": "1380108.752209_5852968.554973", "name": "manhole_1907_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380108.752208612859249, 5852968.554973240941763 ] } }, -{ "type": "Feature", "properties": { "_index": 1912, "bedlevel": -10002.0, "branchid": "pipe_10_E78;pipe_10_E79", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1908_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.3393073071566367e-07, "index_right": 1915, "nodeid": "1380128.741547_5853013.873362", "id": "1380128.741547_5853013.873362", "name": "manhole_1908_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380128.741546919802204, 5853013.873362219892442 ] } }, -{ "type": "Feature", "properties": { "_index": 1913, "bedlevel": -10002.0, "branchid": "pipe_10_E79;pipe_10_E80", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1909_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7795345252077926e-07, "index_right": 1916, "nodeid": "1380133.128153_5853062.523951", "id": "1380133.128153_5853062.523951", "name": "manhole_1909_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380133.128153018886223, 5853062.523951176553965 ] } }, -{ "type": "Feature", "properties": { "_index": 1914, "bedlevel": -10002.0, "branchid": "pipe_10_E80;pipe_10_E81", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1910_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3972851748572014e-07, "index_right": 1917, "nodeid": "1380112.447079_5853107.741779", "id": "1380112.447079_5853107.741779", "name": "manhole_1910_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380112.447078562807292, 5853107.741778953000903 ] } }, -{ "type": "Feature", "properties": { "_index": 1915, "bedlevel": -10002.0, "branchid": "pipe_10_E81;pipe_10_E82", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1911_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.43966524013351e-07, "index_right": 1918, "nodeid": "1380115.368990_5853155.942175", "id": "1380115.368990_5853155.942175", "name": "manhole_1911_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380115.368989558890462, 5853155.942174950614572 ] } }, -{ "type": "Feature", "properties": { "_index": 1916, "bedlevel": -10002.0, "branchid": "pipe_10_E82;pipe_10_E83", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1912_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1886562818791041e-07, "index_right": 1919, "nodeid": "1380152.590523_5853188.530831", "id": "1380152.590523_5853188.530831", "name": "manhole_1912_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380152.590523180318996, 5853188.530831377953291 ] } }, -{ "type": "Feature", "properties": { "_index": 1917, "bedlevel": -10002.0, "branchid": "pipe_10_E83;pipe_10_E84", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1913_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5619532312933382e-07, "index_right": 1920, "nodeid": "1380195.891570_5853213.192395", "id": "1380195.891570_5853213.192395", "name": "manhole_1913_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380195.891570422798395, 5853213.192394638434052 ] } }, -{ "type": "Feature", "properties": { "_index": 1918, "bedlevel": -10002.0, "branchid": "pipe_10_E84;pipe_10_E85", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1914_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0710599708638267e-07, "index_right": 1921, "nodeid": "1380243.613573_5853221.407531", "id": "1380243.613573_5853221.407531", "name": "manhole_1914_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380243.613572887843475, 5853221.407530505210161 ] } }, -{ "type": "Feature", "properties": { "_index": 1919, "bedlevel": -10002.0, "branchid": "pipe_10_E85;pipe_10_E86", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1915_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2538854315189815e-07, "index_right": 1922, "nodeid": "1380293.331349_5853217.929898", "id": "1380293.331349_5853217.929898", "name": "manhole_1915_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380293.331348949111998, 5853217.929898114874959 ] } }, -{ "type": "Feature", "properties": { "_index": 1920, "bedlevel": -10002.0, "branchid": "pipe_10_E86;pipe_10_E87", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1916_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5699416522331424e-07, "index_right": 1923, "nodeid": "1380342.815511_5853220.016691", "id": "1380342.815511_5853220.016691", "name": "manhole_1916_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380342.81551143550314, 5853220.016691347584128 ] } }, -{ "type": "Feature", "properties": { "_index": 1921, "bedlevel": -10002.0, "branchid": "pipe_10_E87;pipe_10_E88", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1917_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0101751783604314e-07, "index_right": 1924, "nodeid": "1380391.144631_5853232.192379", "id": "1380391.144631_5853232.192379", "name": "manhole_1917_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380391.144631091272458, 5853232.192379286512733 ] } }, -{ "type": "Feature", "properties": { "_index": 1922, "bedlevel": -10002.0, "branchid": "pipe_10_E88;pipe_10_E89", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1918_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8950952631295133e-07, "index_right": 1925, "nodeid": "1380440.773956_5853232.691710", "id": "1380440.773956_5853232.691710", "name": "manhole_1918_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380440.773956023622304, 5853232.69171048887074 ] } }, -{ "type": "Feature", "properties": { "_index": 1923, "bedlevel": -10002.0, "branchid": "pipe_10_E89;pipe_10_E90", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1919_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1208724681441419e-07, "index_right": 1926, "nodeid": "1380490.203863_5853227.499292", "id": "1380490.203863_5853227.499292", "name": "manhole_1919_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380490.203862861031666, 5853227.499292160384357 ] } }, -{ "type": "Feature", "properties": { "_index": 1924, "bedlevel": -10002.0, "branchid": "pipe_10_E90;pipe_10_E91", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1920_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8359864291956593e-07, "index_right": 1927, "nodeid": "1380539.291444_5853218.876033", "id": "1380539.291444_5853218.876033", "name": "manhole_1920_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380539.291443617315963, 5853218.87603297457099 ] } }, -{ "type": "Feature", "properties": { "_index": 1925, "bedlevel": -10002.0, "branchid": "pipe_10_E91;pipe_10_E92", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1921_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5250352566542287e-07, "index_right": 1928, "nodeid": "1380588.587735_5853219.583832", "id": "1380588.587735_5853219.583832", "name": "manhole_1921_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380588.587735437089577, 5853219.583832117728889 ] } }, -{ "type": "Feature", "properties": { "_index": 1926, "bedlevel": -10002.0, "branchid": "pipe_10_E92;pipe_10_E93", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1922_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 9.8922065930636371e-08, "index_right": 1929, "nodeid": "1380637.607763_5853227.899971", "id": "1380637.607763_5853227.899971", "name": "manhole_1922_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380637.607763073639944, 5853227.899971066042781 ] } }, -{ "type": "Feature", "properties": { "_index": 1927, "bedlevel": -10002.0, "branchid": "pipe_10_E93;pipe_10_E94", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1923_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5296682451520878e-07, "index_right": 1930, "nodeid": "1380683.775759_5853245.695878", "id": "1380683.775759_5853245.695878", "name": "manhole_1923_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380683.775758894858882, 5853245.695878230035305 ] } }, -{ "type": "Feature", "properties": { "_index": 1928, "bedlevel": -10002.0, "branchid": "pipe_10_E94;pipe_10_E95", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1924_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4954444236565147e-07, "index_right": 1931, "nodeid": "1380721.677944_5853277.387950", "id": "1380721.677944_5853277.387950", "name": "manhole_1924_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380721.67794436099939, 5853277.387949585914612 ] } }, -{ "type": "Feature", "properties": { "_index": 1929, "bedlevel": -10002.0, "branchid": "pipe_10_E95;pipe_10_E96", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1925_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2108519177855917e-07, "index_right": 1932, "nodeid": "1380754.055986_5853315.232859", "id": "1380754.055986_5853315.232859", "name": "manhole_1925_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380754.05598629382439, 5853315.232859129086137 ] } }, -{ "type": "Feature", "properties": { "_index": 1930, "bedlevel": -10002.0, "branchid": "pipe_10_E96;pipe_10_E97", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1926_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.9104878631320958e-07, "index_right": 1933, "nodeid": "1380776.607955_5853359.677880", "id": "1380776.607955_5853359.677880", "name": "manhole_1926_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380776.607954530743882, 5853359.677880359813571 ] } }, -{ "type": "Feature", "properties": { "_index": 1931, "bedlevel": -10002.0, "branchid": "pipe_10_E97;pipe_10_E98", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1927_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.717740073692381e-07, "index_right": 1934, "nodeid": "1380799.159923_5853404.122902", "id": "1380799.159923_5853404.122902", "name": "manhole_1927_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380799.159922767896205, 5853404.122901589609683 ] } }, -{ "type": "Feature", "properties": { "_index": 1932, "bedlevel": -10002.0, "branchid": "pipe_10_E98;pipe_10_E99", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1928_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0160198967612118e-07, "index_right": 1935, "nodeid": "1380821.771371_5853448.533643", "id": "1380821.771371_5853448.533643", "name": "manhole_1928_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380821.77137135178782, 5853448.533642511814833 ] } }, -{ "type": "Feature", "properties": { "_index": 1933, "bedlevel": -10002.0, "branchid": "pipe_10_E99;pipe_10_E100", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1929_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7640791087400725e-07, "index_right": 1936, "nodeid": "1380848.921945_5853490.328349", "id": "1380848.921945_5853490.328349", "name": "manhole_1929_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380848.921945081558079, 5853490.328349469229579 ] } }, -{ "type": "Feature", "properties": { "_index": 1934, "bedlevel": -10002.0, "branchid": "pipe_10_E100;pipe_10_E101", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1930_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0191584961617497e-07, "index_right": 1937, "nodeid": "1380885.680786_5853523.631279", "id": "1380885.680786_5853523.631279", "name": "manhole_1930_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380885.680786442710087, 5853523.63127940800041 ] } }, -{ "type": "Feature", "properties": { "_index": 1935, "bedlevel": -10002.0, "branchid": "pipe_10_E101;pipe_10_E102", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1931_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4222310840405394e-07, "index_right": 1938, "nodeid": "1380928.410955_5853549.284425", "id": "1380928.410955_5853549.284425", "name": "manhole_1931_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380928.410954873776063, 5853549.28442520648241 ] } }, -{ "type": "Feature", "properties": { "_index": 1936, "bedlevel": -10002.0, "branchid": "pipe_10_E102;pipe_10_E103", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1932_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9213701253752936e-07, "index_right": 1939, "nodeid": "1380969.254860_5853577.730779", "id": "1380969.254860_5853577.730779", "name": "manhole_1932_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1380969.254860487533733, 5853577.730779066681862 ] } }, -{ "type": "Feature", "properties": { "_index": 1937, "bedlevel": -10002.0, "branchid": "pipe_10_E103;pipe_10_E104", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1933_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6231831169556508e-07, "index_right": 1940, "nodeid": "1381008.227876_5853608.755771", "id": "1381008.227876_5853608.755771", "name": "manhole_1933_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381008.227875939337537, 5853608.755771255120635 ] } }, -{ "type": "Feature", "properties": { "_index": 1938, "bedlevel": -10002.0, "branchid": "pipe_10_E104;pipe_10_E105", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1934_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2844678084426655e-07, "index_right": 1941, "nodeid": "1381045.894549_5853641.391639", "id": "1381045.894549_5853641.391639", "name": "manhole_1934_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381045.894548904383555, 5853641.391638914123178 ] } }, -{ "type": "Feature", "properties": { "_index": 1939, "bedlevel": -10002.0, "branchid": "pipe_10_E105;pipe_10_E106", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1935_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4018907574000775e-07, "index_right": 1942, "nodeid": "1381082.881983_5853674.796443", "id": "1381082.881983_5853674.796443", "name": "manhole_1935_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381082.881982716033235, 5853674.796442813239992 ] } }, -{ "type": "Feature", "properties": { "_index": 1940, "bedlevel": -10002.0, "branchid": "pipe_10_E106;pipe_10_E107", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1936_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4242625697261119e-07, "index_right": 1943, "nodeid": "1381117.274645_5853710.702546", "id": "1381117.274645_5853710.702546", "name": "manhole_1936_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381117.274644620949402, 5853710.70254622772336 ] } }, -{ "type": "Feature", "properties": { "_index": 1941, "bedlevel": -10002.0, "branchid": "pipe_10_E107;pipe_10_E108", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1937_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.2180151164951439e-07, "index_right": 1944, "nodeid": "1381148.415915_5853749.590756", "id": "1381148.415915_5853749.590756", "name": "manhole_1937_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381148.415914577664807, 5853749.590756456367671 ] } }, -{ "type": "Feature", "properties": { "_index": 1942, "bedlevel": -10002.0, "branchid": "pipe_10_E108;pipe_10_E109", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1938_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2137893454303772e-07, "index_right": 1945, "nodeid": "1381178.251517_5853789.513031", "id": "1381178.251517_5853789.513031", "name": "manhole_1938_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381178.251517455093563, 5853789.513030746020377 ] } }, -{ "type": "Feature", "properties": { "_index": 1943, "bedlevel": -10002.0, "branchid": "pipe_10_E109;pipe_10_E110", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1939_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3412884735445543e-07, "index_right": 1946, "nodeid": "1381208.087120_5853829.435305", "id": "1381208.087120_5853829.435305", "name": "manhole_1939_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381208.087120332289487, 5853829.435305035673082 ] } }, -{ "type": "Feature", "properties": { "_index": 1944, "bedlevel": -10002.0, "branchid": "pipe_10_E110;pipe_10_E111", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1940_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6699900201980011e-07, "index_right": 1947, "nodeid": "1381238.241480_5853869.114188", "id": "1381238.241480_5853869.114188", "name": "manhole_1940_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381238.24148036702536, 5853869.114187993109226 ] } }, -{ "type": "Feature", "properties": { "_index": 1945, "bedlevel": -10002.0, "branchid": "pipe_10_E111;pipe_10_E112", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1941_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7597425129939816e-07, "index_right": 1948, "nodeid": "1381268.895247_5853908.411742", "id": "1381268.895247_5853908.411742", "name": "manhole_1941_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381268.895247255917639, 5853908.411742103286088 ] } }, -{ "type": "Feature", "properties": { "_index": 1946, "bedlevel": -10002.0, "branchid": "pipe_10_E112;pipe_10_E113", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1942_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2434403431248123e-07, "index_right": 1949, "nodeid": "1381302.998325_5853944.541349", "id": "1381302.998325_5853944.541349", "name": "manhole_1942_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381302.998325266875327, 5853944.541349184699357 ] } }, -{ "type": "Feature", "properties": { "_index": 1947, "bedlevel": -10002.0, "branchid": "pipe_10_E113;pipe_10_E114", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1943_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.714871108461469e-07, "index_right": 1950, "nodeid": "1381340.626719_5853977.186633", "id": "1381340.626719_5853977.186633", "name": "manhole_1943_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381340.626719281775877, 5853977.186633242294192 ] } }, -{ "type": "Feature", "properties": { "_index": 1948, "bedlevel": -10002.0, "branchid": "pipe_10_E114;pipe_10_E115", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1944_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2431077196669018e-07, "index_right": 1951, "nodeid": "1381379.194800_5854008.753298", "id": "1381379.194800_5854008.753298", "name": "manhole_1944_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381379.194799809250981, 5854008.753298379480839 ] } }, -{ "type": "Feature", "properties": { "_index": 1949, "bedlevel": -10002.0, "branchid": "pipe_10_E115;pipe_10_E116", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1945_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8828798599685463e-07, "index_right": 1952, "nodeid": "1381417.762880_5854040.319964", "id": "1381417.762880_5854040.319964", "name": "manhole_1945_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381417.762880336726084, 5854040.319963517598808 ] } }, -{ "type": "Feature", "properties": { "_index": 1950, "bedlevel": -10002.0, "branchid": "pipe_10_E116;pipe_10_E117", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1946_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3113273676959158e-07, "index_right": 1953, "nodeid": "1381456.193939_5854072.051781", "id": "1381456.193939_5854072.051781", "name": "manhole_1946_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381456.19393882364966, 5854072.051781279966235 ] } }, -{ "type": "Feature", "properties": { "_index": 1951, "bedlevel": -10002.0, "branchid": "pipe_10_E117;pipe_10_E118", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1947_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.329740231830586e-07, "index_right": 1954, "nodeid": "1381494.337362_5854104.130286", "id": "1381494.337362_5854104.130286", "name": "manhole_1947_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381494.337362022371963, 5854104.130285767838359 ] } }, -{ "type": "Feature", "properties": { "_index": 1952, "bedlevel": -10002.0, "branchid": "pipe_10_E118;pipe_10_E119", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1948_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3840634519580363e-07, "index_right": 1955, "nodeid": "1381532.480785_5854136.208790", "id": "1381532.480785_5854136.208790", "name": "manhole_1948_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381532.480785221094266, 5854136.208790255710483 ] } }, -{ "type": "Feature", "properties": { "_index": 1953, "bedlevel": -10002.0, "branchid": "pipe_10_E119;pipe_10_E120", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1949_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8123869041976682e-07, "index_right": 1956, "nodeid": "1381573.306699_5854164.766660", "id": "1381573.306699_5854164.766660", "name": "manhole_1949_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381573.306699372595176, 5854164.766659919172525 ] } }, -{ "type": "Feature", "properties": { "_index": 1954, "bedlevel": -10002.0, "branchid": "pipe_10_E120;pipe_10_E121", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1950_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0636699777356197e-07, "index_right": 1957, "nodeid": "1381615.465751_5854190.843553", "id": "1381615.465751_5854190.843553", "name": "manhole_1950_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381615.465750718954951, 5854190.843552878126502 ] } }, -{ "type": "Feature", "properties": { "_index": 1955, "bedlevel": -10002.0, "branchid": "pipe_10_E121;pipe_10_E122", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1951_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6607969081330399e-07, "index_right": 1958, "nodeid": "1381664.885220_5854196.345880", "id": "1381664.885220_5854196.345880", "name": "manhole_1951_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381664.885219750460237, 5854196.345880092121661 ] } }, -{ "type": "Feature", "properties": { "_index": 1956, "bedlevel": -10002.0, "branchid": "pipe_10_E122;pipe_10_E123", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1952_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8315241014124935e-07, "index_right": 1959, "nodeid": "1381714.317774_5854201.574988", "id": "1381714.317774_5854201.574988", "name": "manhole_1952_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381714.31777358520776, 5854201.574987590312958 ] } }, -{ "type": "Feature", "properties": { "_index": 1957, "bedlevel": -10002.0, "branchid": "pipe_10_E123;pipe_10_E124", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1953_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0837326652305093e-07, "index_right": 1960, "nodeid": "1381760.115591_5854221.118395", "id": "1381760.115591_5854221.118395", "name": "manhole_1953_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381760.115590761648491, 5854221.118394804187119 ] } }, -{ "type": "Feature", "properties": { "_index": 1958, "bedlevel": -10002.0, "branchid": "pipe_10_E124;pipe_10_E125", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1954_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5075417139500061e-07, "index_right": 1961, "nodeid": "1381805.318369_5854242.110299", "id": "1381805.318369_5854242.110299", "name": "manhole_1954_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381805.318368759704754, 5854242.11029907129705 ] } }, -{ "type": "Feature", "properties": { "_index": 1959, "bedlevel": -10002.0, "branchid": "pipe_10_E125;pipe_10_E126", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1955_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1584256917854147e-07, "index_right": 1962, "nodeid": "1381850.521147_5854263.102203", "id": "1381850.521147_5854263.102203", "name": "manhole_1955_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381850.521146757761016, 5854263.10220333840698 ] } }, -{ "type": "Feature", "properties": { "_index": 1960, "bedlevel": -10002.0, "branchid": "pipe_10_E126;pipe_10_E127", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1956_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6209463258803939e-07, "index_right": 1963, "nodeid": "1381893.852784_5854287.592576", "id": "1381893.852784_5854287.592576", "name": "manhole_1956_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381893.852783947950229, 5854287.59257554076612 ] } }, -{ "type": "Feature", "properties": { "_index": 1961, "bedlevel": -10002.0, "branchid": "pipe_10_E127;pipe_10_E128", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1957_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8387434393661678e-07, "index_right": 1964, "nodeid": "1381937.353084_5854311.771844", "id": "1381937.353084_5854311.771844", "name": "manhole_1957_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381937.353083801921457, 5854311.771843558177352 ] } }, -{ "type": "Feature", "properties": { "_index": 1962, "bedlevel": -10002.0, "branchid": "pipe_10_E128;pipe_10_E129", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1958_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4405589517933811e-07, "index_right": 1965, "nodeid": "1381982.513813_5854332.854056", "id": "1381982.513813_5854332.854056", "name": "manhole_1958_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1381982.513813443947583, 5854332.854056006297469 ] } }, -{ "type": "Feature", "properties": { "_index": 1963, "bedlevel": -10002.0, "branchid": "pipe_10_E129;pipe_10_E130", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1959_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9904652401150123e-07, "index_right": 1966, "nodeid": "1382024.967402_5854358.544896", "id": "1382024.967402_5854358.544896", "name": "manhole_1959_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382024.967402362963185, 5854358.544895834289491 ] } }, -{ "type": "Feature", "properties": { "_index": 1964, "bedlevel": -10002.0, "branchid": "pipe_10_E130;pipe_10_E131", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1960_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.0603691361963613e-07, "index_right": 1967, "nodeid": "1382060.114376_5854393.345819", "id": "1382060.114376_5854393.345819", "name": "manhole_1960_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382060.114375894190744, 5854393.345819008536637 ] } }, -{ "type": "Feature", "properties": { "_index": 1965, "bedlevel": -10002.0, "branchid": "pipe_10_E131;pipe_10_E132", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1961_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5198472221865669e-08, "index_right": 1968, "nodeid": "1382089.728327_5854433.432788", "id": "1382089.728327_5854433.432788", "name": "manhole_1961_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382089.728327022632584, 5854433.432787989266217 ] } }, -{ "type": "Feature", "properties": { "_index": 1966, "bedlevel": -10002.0, "branchid": "pipe_10_E132;pipe_10_E133", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1962_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.539509443019747e-07, "index_right": 1969, "nodeid": "1382122.402648_5854471.042654", "id": "1382122.402648_5854471.042654", "name": "manhole_1962_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382122.402648465707898, 5854471.042653541080654 ] } }, -{ "type": "Feature", "properties": { "_index": 1967, "bedlevel": -10002.0, "branchid": "pipe_10_E133;pipe_10_E134", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1963_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0377083798629452e-07, "index_right": 1970, "nodeid": "1382155.439529_5854508.359081", "id": "1382155.439529_5854508.359081", "name": "manhole_1963_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382155.439528673654422, 5854508.359080616384745 ] } }, -{ "type": "Feature", "properties": { "_index": 1968, "bedlevel": -10002.0, "branchid": "pipe_10_E134;pipe_10_E135", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1964_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.0417317598571397e-07, "index_right": 1971, "nodeid": "1382193.393294_5854540.548528", "id": "1382193.393294_5854540.548528", "name": "manhole_1964_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382193.393293898319826, 5854540.548528022132814 ] } }, -{ "type": "Feature", "properties": { "_index": 1969, "bedlevel": -10002.0, "branchid": "pipe_10_E135;pipe_10_E136", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1965_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2688634649001477e-07, "index_right": 1972, "nodeid": "1382237.046636_5854563.539409", "id": "1382237.046636_5854563.539409", "name": "manhole_1965_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382237.046636182814837, 5854563.539408729411662 ] } }, -{ "type": "Feature", "properties": { "_index": 1970, "bedlevel": -10002.0, "branchid": "pipe_10_E136;pipe_10_E137", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1966_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8689314698772366e-07, "index_right": 1973, "nodeid": "1382283.275375_5854582.163450", "id": "1382283.275375_5854582.163450", "name": "manhole_1966_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382283.275374909862876, 5854582.163449623622 ] } }, -{ "type": "Feature", "properties": { "_index": 1971, "bedlevel": -10002.0, "branchid": "pipe_10_E137;pipe_10_E138", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1967_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9271152010757285e-07, "index_right": 1974, "nodeid": "1382324.660211_5854609.853001", "id": "1382324.660211_5854609.853001", "name": "manhole_1967_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382324.660211034817621, 5854609.853001391515136 ] } }, -{ "type": "Feature", "properties": { "_index": 1972, "bedlevel": -10002.0, "branchid": "pipe_10_E138;pipe_10_E139", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1968_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.4032071758971451e-07, "index_right": 1975, "nodeid": "1382366.364929_5854637.058875", "id": "1382366.364929_5854637.058875", "name": "manhole_1968_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382366.364928541472182, 5854637.058875447139144 ] } }, -{ "type": "Feature", "properties": { "_index": 1973, "bedlevel": -10002.0, "branchid": "pipe_10_E139;pipe_10_E140", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1969_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4032107399165154e-07, "index_right": 1976, "nodeid": "1382410.356622_5854660.482839", "id": "1382410.356622_5854660.482839", "name": "manhole_1969_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382410.356622068211436, 5854660.482839333824813 ] } }, -{ "type": "Feature", "properties": { "_index": 1974, "bedlevel": -10002.0, "branchid": "pipe_10_E140;pipe_10_E141", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1970_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5623424545171044e-07, "index_right": 1977, "nodeid": "1382452.568788_5854686.820535", "id": "1382452.568788_5854686.820535", "name": "manhole_1970_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382452.568788081407547, 5854686.820534551516175 ] } }, -{ "type": "Feature", "properties": { "_index": 1975, "bedlevel": -10002.0, "branchid": "pipe_10_E141;pipe_10_E142", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1971_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2210915589755371e-07, "index_right": 1978, "nodeid": "1382487.610403_5854721.469865", "id": "1382487.610403_5854721.469865", "name": "manhole_1971_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382487.610402625752613, 5854721.469865364022553 ] } }, -{ "type": "Feature", "properties": { "_index": 1976, "bedlevel": -10002.0, "branchid": "pipe_10_E142;pipe_10_E143", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1972_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1599998476183187e-07, "index_right": 1979, "nodeid": "1382518.192552_5854760.823180", "id": "1382518.192552_5854760.823180", "name": "manhole_1972_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382518.192551798420027, 5854760.823179525323212 ] } }, -{ "type": "Feature", "properties": { "_index": 1977, "bedlevel": -10002.0, "branchid": "pipe_10_E143;pipe_10_E144", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1973_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.3394845782732544e-07, "index_right": 1980, "nodeid": "1382548.933844_5854800.052072", "id": "1382548.933844_5854800.052072", "name": "manhole_1973_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382548.933843903942034, 5854800.052071786485612 ] } }, -{ "type": "Feature", "properties": { "_index": 1978, "bedlevel": -10002.0, "branchid": "pipe_10_E144;pipe_10_E145", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1974_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.1336836887606453e-07, "index_right": 1981, "nodeid": "1382580.398866_5854838.696309", "id": "1382580.398866_5854838.696309", "name": "manhole_1974_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382580.398865518392995, 5854838.696309380233288 ] } }, -{ "type": "Feature", "properties": { "_index": 1979, "bedlevel": -10002.0, "branchid": "pipe_10_E145;pipe_10_E146", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1975_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.6314085055958121e-07, "index_right": 1982, "nodeid": "1382612.348002_5854876.948157", "id": "1382612.348002_5854876.948157", "name": "manhole_1975_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382612.348001681966707, 5854876.948157465085387 ] } }, -{ "type": "Feature", "properties": { "_index": 1980, "bedlevel": -10002.0, "branchid": "pipe_10_E146;pipe_10_E147", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1976_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8673338120519284e-07, "index_right": 1983, "nodeid": "1382648.047503_5854911.260034", "id": "1382648.047503_5854911.260034", "name": "manhole_1976_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382648.047503337264061, 5854911.260034188628197 ] } }, -{ "type": "Feature", "properties": { "_index": 1981, "bedlevel": -10002.0, "branchid": "pipe_10_E147;pipe_10_E148", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1977_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2210519742864378e-07, "index_right": 1984, "nodeid": "1382688.805453_5854939.871392", "id": "1382688.805453_5854939.871392", "name": "manhole_1977_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382688.805452986387536, 5854939.871392421424389 ] } }, -{ "type": "Feature", "properties": { "_index": 1982, "bedlevel": -10002.0, "branchid": "pipe_10_E148;pipe_10_E149", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1978_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3691245685325618e-07, "index_right": 1985, "nodeid": "1382730.394936_5854967.289952", "id": "1382730.394936_5854967.289952", "name": "manhole_1978_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382730.39493562025018, 5854967.289952215738595 ] } }, -{ "type": "Feature", "properties": { "_index": 1983, "bedlevel": -10002.0, "branchid": "pipe_10_E149;pipe_10_E150", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1979_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8609774888543856e-07, "index_right": 1986, "nodeid": "1382770.503957_5854996.874028", "id": "1382770.503957_5854996.874028", "name": "manhole_1979_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382770.503957324195653, 5854996.874028362333775 ] } }, -{ "type": "Feature", "properties": { "_index": 1984, "bedlevel": -10002.0, "branchid": "pipe_10_E150;pipe_10_E151", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1980_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0883681625293191e-07, "index_right": 1987, "nodeid": "1382807.222716_5855030.511386", "id": "1382807.222716_5855030.511386", "name": "manhole_1980_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382807.222716302843764, 5855030.511386408470571 ] } }, -{ "type": "Feature", "properties": { "_index": 1985, "bedlevel": -10002.0, "branchid": "pipe_10_E151;pipe_10_E152", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1981_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8452122655745017e-07, "index_right": 1988, "nodeid": "1382841.118114_5855066.765866", "id": "1382841.118114_5855066.765866", "name": "manhole_1981_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382841.118114476790652, 5855066.765865662135184 ] } }, -{ "type": "Feature", "properties": { "_index": 1986, "bedlevel": -10002.0, "branchid": "pipe_10_E152;pipe_10_E153", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1982_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7368298839479262e-07, "index_right": 1989, "nodeid": "1382868.159781_5855108.571574", "id": "1382868.159781_5855108.571574", "name": "manhole_1982_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382868.159781267633662, 5855108.571573941968381 ] } }, -{ "type": "Feature", "properties": { "_index": 1987, "bedlevel": -10002.0, "branchid": "pipe_10_E153;pipe_10_E154", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1983_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7599063356016939e-07, "index_right": 1990, "nodeid": "1382893.190356_5855151.669387", "id": "1382893.190356_5855151.669387", "name": "manhole_1983_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382893.190355742815882, 5855151.669387400150299 ] } }, -{ "type": "Feature", "properties": { "_index": 1988, "bedlevel": -10002.0, "branchid": "pipe_10_E154;pipe_10_E155", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1984_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1333399158150616e-07, "index_right": 1991, "nodeid": "1382922.434859_5855191.665900", "id": "1382922.434859_5855191.665900", "name": "manhole_1984_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382922.434858839493245, 5855191.66589985974133 ] } }, -{ "type": "Feature", "properties": { "_index": 1989, "bedlevel": -10002.0, "branchid": "pipe_10_E155;pipe_10_E156", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1985_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0383005854623442e-07, "index_right": 1992, "nodeid": "1382957.113782_5855227.355966", "id": "1382957.113782_5855227.355966", "name": "manhole_1985_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382957.11378154810518, 5855227.355966400355101 ] } }, -{ "type": "Feature", "properties": { "_index": 1990, "bedlevel": -10002.0, "branchid": "pipe_10_E156;pipe_10_E157", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1986_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8606353856735524e-07, "index_right": 1993, "nodeid": "1382995.477073_5855259.171199", "id": "1382995.477073_5855259.171199", "name": "manhole_1986_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1382995.477073384216055, 5855259.171198962256312 ] } }, -{ "type": "Feature", "properties": { "_index": 1991, "bedlevel": -10002.0, "branchid": "pipe_10_E157;pipe_10_E158", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1987_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2365723651641772e-07, "index_right": 1994, "nodeid": "1383033.840365_5855290.986432", "id": "1383033.840365_5855290.986432", "name": "manhole_1987_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383033.840365220559761, 5855290.986431525088847 ] } }, -{ "type": "Feature", "properties": { "_index": 1992, "bedlevel": -10002.0, "branchid": "pipe_10_E158;pipe_10_E159", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1988_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.0358216399996938e-07, "index_right": 1995, "nodeid": "1383072.203657_5855322.801664", "id": "1383072.203657_5855322.801664", "name": "manhole_1988_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383072.203657056903467, 5855322.801664086990058 ] } }, -{ "type": "Feature", "properties": { "_index": 1993, "bedlevel": -10002.0, "branchid": "pipe_10_E159;pipe_10_E160", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1989_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5361328350760276e-07, "index_right": 1996, "nodeid": "1383111.318844_5855353.676450", "id": "1383111.318844_5855353.676450", "name": "manhole_1989_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383111.318843833170831, 5855353.676449809223413 ] } }, -{ "type": "Feature", "properties": { "_index": 1994, "bedlevel": -10002.0, "branchid": "pipe_10_E160;pipe_10_E161", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1990_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8713245472796759e-07, "index_right": 1997, "nodeid": "1383150.797562_5855384.096541", "id": "1383150.797562_5855384.096541", "name": "manhole_1990_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383150.797562442487106, 5855384.096541203558445 ] } }, -{ "type": "Feature", "properties": { "_index": 1995, "bedlevel": -10002.0, "branchid": "pipe_10_E161;pipe_10_E162", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1991_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9046939777725009e-07, "index_right": 1998, "nodeid": "1383188.758420_5855416.205501", "id": "1383188.758420_5855416.205501", "name": "manhole_1991_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383188.758420287165791, 5855416.205501398071647 ] } }, -{ "type": "Feature", "properties": { "_index": 1996, "bedlevel": -10002.0, "branchid": "pipe_10_E162;pipe_10_E163", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1992_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.089882365175435e-07, "index_right": 1999, "nodeid": "1383223.204672_5855452.225037", "id": "1383223.204672_5855452.225037", "name": "manhole_1992_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383223.204672213643789, 5855452.225036538206041 ] } }, -{ "type": "Feature", "properties": { "_index": 1997, "bedlevel": -10002.0, "branchid": "pipe_10_E163;pipe_10_E164", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1993_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.506408622092323e-07, "index_right": 2000, "nodeid": "1383257.650924_5855488.244572", "id": "1383257.650924_5855488.244572", "name": "manhole_1993_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383257.650924140354618, 5855488.244571678340435 ] } }, -{ "type": "Feature", "properties": { "_index": 1998, "bedlevel": -10002.0, "branchid": "pipe_10_E164;pipe_10_E165", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1994_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4234685096428337e-07, "index_right": 2001, "nodeid": "1383293.053936_5855523.226906", "id": "1383293.053936_5855523.226906", "name": "manhole_1994_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383293.053936049342155, 5855523.22690556012094 ] } }, -{ "type": "Feature", "properties": { "_index": 1999, "bedlevel": -10002.0, "branchid": "pipe_10_E165;pipe_10_E166", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1995_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9311473657204643e-07, "index_right": 2002, "nodeid": "1383331.731193_5855554.659706", "id": "1383331.731193_5855554.659706", "name": "manhole_1995_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383331.731193384854123, 5855554.659706080332398 ] } }, -{ "type": "Feature", "properties": { "_index": 2000, "bedlevel": -10002.0, "branchid": "pipe_10_E166;pipe_10_E167", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1996_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8780437001108457e-07, "index_right": 2003, "nodeid": "1383370.408451_5855586.092507", "id": "1383370.408451_5855586.092507", "name": "manhole_1996_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383370.40845072013326, 5855586.092506600543857 ] } }, -{ "type": "Feature", "properties": { "_index": 2001, "bedlevel": -10002.0, "branchid": "pipe_10_E167;pipe_10_E168", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1997_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.323043615107925e-07, "index_right": 2004, "nodeid": "1383409.085708_5855617.525307", "id": "1383409.085708_5855617.525307", "name": "manhole_1997_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383409.085708055412397, 5855617.525307119823992 ] } }, -{ "type": "Feature", "properties": { "_index": 2002, "bedlevel": -10002.0, "branchid": "pipe_10_E168;pipe_10_E169", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1998_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3171836432746108e-07, "index_right": 2005, "nodeid": "1383447.762965_5855648.958108", "id": "1383447.762965_5855648.958108", "name": "manhole_1998_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383447.762965390924364, 5855648.95810764003545 ] } }, -{ "type": "Feature", "properties": { "_index": 2003, "bedlevel": -10002.0, "branchid": "pipe_10_E169;pipe_10_E170", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1999_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1722438248251755e-07, "index_right": 2006, "nodeid": "1383486.440223_5855680.390908", "id": "1383486.440223_5855680.390908", "name": "manhole_1999_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383486.440222726203501, 5855680.390908160246909 ] } }, -{ "type": "Feature", "properties": { "_index": 2004, "bedlevel": -10002.0, "branchid": "pipe_10_E170;pipe_10_E171", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2000_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9381463925617706e-07, "index_right": 2007, "nodeid": "1383524.623527_5855712.419992", "id": "1383524.623527_5855712.419992", "name": "manhole_2000_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383524.623527131741866, 5855712.419991523958743 ] } }, -{ "type": "Feature", "properties": { "_index": 2005, "bedlevel": -10002.0, "branchid": "pipe_10_E171;pipe_10_E172", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2001_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.5953839780255521e-07, "index_right": 2008, "nodeid": "1383562.704450_5855744.572666", "id": "1383562.704450_5855744.572666", "name": "manhole_2001_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383562.704450064338744, 5855744.5726662511006 ] } }, -{ "type": "Feature", "properties": { "_index": 2006, "bedlevel": -10002.0, "branchid": "pipe_10_E172;pipe_10_E173", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2002_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3410734944869377e-07, "index_right": 2009, "nodeid": "1383597.212259_5855780.247392", "id": "1383597.212259_5855780.247392", "name": "manhole_2002_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383597.212258686078712, 5855780.247392114251852 ] } }, -{ "type": "Feature", "properties": { "_index": 2007, "bedlevel": -10002.0, "branchid": "pipe_10_E173;pipe_10_E174", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2003_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2348577581081203e-07, "index_right": 2010, "nodeid": "1383628.813502_5855818.787145", "id": "1383628.813502_5855818.787145", "name": "manhole_2003_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383628.813502295408398, 5855818.787145432084799 ] } }, -{ "type": "Feature", "properties": { "_index": 2008, "bedlevel": -10002.0, "branchid": "pipe_10_E174;pipe_10_E175", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2004_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1822898529293971e-07, "index_right": 2011, "nodeid": "1383658.462820_5855858.840411", "id": "1383658.462820_5855858.840411", "name": "manhole_2004_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383658.46281982306391, 5855858.840411264449358 ] } }, -{ "type": "Feature", "properties": { "_index": 2009, "bedlevel": -10002.0, "branchid": "pipe_10_E175;pipe_10_E176", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2005_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 7.7469301698003334e-08, "index_right": 2012, "nodeid": "1383687.918552_5855899.043782", "id": "1383687.918552_5855899.043782", "name": "manhole_2005_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383687.91855206945911, 5855899.043782034888864 ] } }, -{ "type": "Feature", "properties": { "_index": 2010, "bedlevel": -10002.0, "branchid": "pipe_10_E176;pipe_10_E177", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2006_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5780544002945824e-07, "index_right": 2013, "nodeid": "1383719.843953_5855937.195060", "id": "1383719.843953_5855937.195060", "name": "manhole_2006_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383719.843952552881092, 5855937.195059901103377 ] } }, -{ "type": "Feature", "properties": { "_index": 2011, "bedlevel": -10002.0, "branchid": "pipe_10_E177;pipe_10_E178", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2007_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7330124566688806e-07, "index_right": 2014, "nodeid": "1383753.973053_5855973.515243", "id": "1383753.973053_5855973.515243", "name": "manhole_2007_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383753.973052974091843, 5855973.515242828987539 ] } }, -{ "type": "Feature", "properties": { "_index": 2012, "bedlevel": -10002.0, "branchid": "pipe_10_E178;pipe_10_E179", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2008_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.9803378881490224e-07, "index_right": 2015, "nodeid": "1383784.708565_5856012.105649", "id": "1383784.708565_5856012.105649", "name": "manhole_2008_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383784.708565083099529, 5856012.105648820288479 ] } }, -{ "type": "Feature", "properties": { "_index": 2013, "bedlevel": -10002.0, "branchid": "pipe_10_E179;pipe_10_E180", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2009_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4166322267885798e-07, "index_right": 2016, "nodeid": "1383805.253341_5856057.513394", "id": "1383805.253341_5856057.513394", "name": "manhole_2009_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383805.253341133706272, 5856057.513394420966506 ] } }, -{ "type": "Feature", "properties": { "_index": 2014, "bedlevel": -10002.0, "branchid": "pipe_10_E180;pipe_10_E181", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2010_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5374146706865727e-07, "index_right": 2017, "nodeid": "1383809.284696_5856106.606499", "id": "1383809.284696_5856106.606499", "name": "manhole_2010_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383809.284695546375588, 5856106.606499013490975 ] } }, -{ "type": "Feature", "properties": { "_index": 2015, "bedlevel": -10002.0, "branchid": "pipe_10_E181;pipe_10_E182", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2011_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2100165035538271e-07, "index_right": 2018, "nodeid": "1383808.308144_5856156.357714", "id": "1383808.308144_5856156.357714", "name": "manhole_2011_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383808.308143971255049, 5856156.357713580131531 ] } }, -{ "type": "Feature", "properties": { "_index": 2016, "bedlevel": -10002.0, "branchid": "pipe_10_E182;pipe_10_E183", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2012_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.997357187607796e-07, "index_right": 2019, "nodeid": "1383802.173665_5856205.787551", "id": "1383802.173665_5856205.787551", "name": "manhole_2012_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383802.173665165435523, 5856205.787551111541688 ] } }, -{ "type": "Feature", "properties": { "_index": 2017, "bedlevel": -10002.0, "branchid": "pipe_10_E183;pipe_10_E184", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2013_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4815095376061962e-07, "index_right": 2020, "nodeid": "1383790.607963_5856254.266265", "id": "1383790.607963_5856254.266265", "name": "manhole_2013_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383790.607962663983926, 5856254.266265091486275 ] } }, -{ "type": "Feature", "properties": { "_index": 2018, "bedlevel": -10002.0, "branchid": "pipe_10_E184;pipe_10_E185", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2014_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3418520374743105e-07, "index_right": 2021, "nodeid": "1383781.605232_5856303.269710", "id": "1383781.605232_5856303.269710", "name": "manhole_2014_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383781.605232208268717, 5856303.269710380584002 ] } }, -{ "type": "Feature", "properties": { "_index": 2019, "bedlevel": -10002.0, "branchid": "pipe_10_E185;pipe_10_E186", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2015_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7932830735768718e-07, "index_right": 2022, "nodeid": "1383778.118178_5856352.705245", "id": "1383778.118178_5856352.705245", "name": "manhole_2015_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383778.118177526863292, 5856352.705245334655046 ] } }, -{ "type": "Feature", "properties": { "_index": 2020, "bedlevel": -10002.0, "branchid": "pipe_10_E186;pipe_10_E187", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2016_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.0309771398187021e-07, "index_right": 2023, "nodeid": "1383792.028724_5856399.611572", "id": "1383792.028724_5856399.611572", "name": "manhole_2016_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383792.028723931871355, 5856399.61157207749784 ] } }, -{ "type": "Feature", "properties": { "_index": 2021, "bedlevel": -10002.0, "branchid": "pipe_10_E187;pipe_10_E188", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2017_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6653341430106519e-07, "index_right": 2024, "nodeid": "1383823.301143_5856438.156547", "id": "1383823.301143_5856438.156547", "name": "manhole_2017_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383823.301143363583833, 5856438.156546954065561 ] } }, -{ "type": "Feature", "properties": { "_index": 2022, "bedlevel": -10002.0, "branchid": "pipe_10_E188;pipe_10_E189", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2018_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3370720782932685e-07, "index_right": 2025, "nodeid": "1383860.742514_5856470.925372", "id": "1383860.742514_5856470.925372", "name": "manhole_2018_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383860.742514413781464, 5856470.925371662713587 ] } }, -{ "type": "Feature", "properties": { "_index": 2023, "bedlevel": -10002.0, "branchid": "pipe_10_E189;pipe_10_E190", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2019_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.0256843924994652e-07, "index_right": 2026, "nodeid": "1383899.226264_5856502.593544", "id": "1383899.226264_5856502.593544", "name": "manhole_2019_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383899.226264014607295, 5856502.593543898314238 ] } }, -{ "type": "Feature", "properties": { "_index": 2024, "bedlevel": -10002.0, "branchid": "pipe_10_E190;pipe_10_E191", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2020_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.3377043053589345e-07, "index_right": 2027, "nodeid": "1383937.576727_5856534.331571", "id": "1383937.576727_5856534.331571", "name": "manhole_2020_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383937.576726963976398, 5856534.331571230664849 ] } }, -{ "type": "Feature", "properties": { "_index": 2025, "bedlevel": -10002.0, "branchid": "pipe_10_E191;pipe_10_E192", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2021_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6208078934428752e-07, "index_right": 2028, "nodeid": "1383965.274165_5856575.765894", "id": "1383965.274165_5856575.765894", "name": "manhole_2021_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383965.27416465501301, 5856575.765894307754934 ] } }, -{ "type": "Feature", "properties": { "_index": 2026, "bedlevel": -10002.0, "branchid": "pipe_10_E192;pipe_10_E193", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2022_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1735052847236372e-07, "index_right": 2029, "nodeid": "1383992.971602_5856617.200217", "id": "1383992.971602_5856617.200217", "name": "manhole_2022_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1383992.971602346049622, 5856617.200217384845018 ] } }, -{ "type": "Feature", "properties": { "_index": 2027, "bedlevel": -10002.0, "branchid": "pipe_10_E193;pipe_10_E194", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2023_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6343569576990565e-07, "index_right": 2030, "nodeid": "1384020.669040_5856658.634540", "id": "1384020.669040_5856658.634540", "name": "manhole_2023_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384020.669040037319064, 5856658.634540461935103 ] } }, -{ "type": "Feature", "properties": { "_index": 2028, "bedlevel": -10002.0, "branchid": "pipe_10_E194;pipe_10_E195", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2024_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5480020130277707e-07, "index_right": 2031, "nodeid": "1384050.267681_5856698.702002", "id": "1384050.267681_5856698.702002", "name": "manhole_2024_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384050.267680946970358, 5856698.702001548372209 ] } }, -{ "type": "Feature", "properties": { "_index": 2029, "bedlevel": 799.9000244140625, "branchid": "pipe_10_E195;pipe_10_E196", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2025_generated", "shape": null, "area": 0.64, "streetlevel": 802.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 802.9000244140625, "distance_right": 2.5012654807533162e-07, "index_right": 2032, "nodeid": "1384085.778962_5856733.441067", "id": "1384085.778962_5856733.441067", "name": "manhole_2025_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384085.778961833100766, 5856733.441067186184227 ] } }, -{ "type": "Feature", "properties": { "_index": 2030, "bedlevel": 799.9000244140625, "branchid": "pipe_10_E196;pipe_10_E197", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2026_generated", "shape": null, "area": 0.64, "streetlevel": 802.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 802.9000244140625, "distance_right": 1.9869950468383852e-07, "index_right": 2033, "nodeid": "1384122.993944_5856766.592180", "id": "1384122.993944_5856766.592180", "name": "manhole_2026_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384122.993944165529683, 5856766.592179889790714 ] } }, -{ "type": "Feature", "properties": { "_index": 2031, "bedlevel": 813.29998779296875, "branchid": "pipe_10_E197;pipe_10_E198", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2027_generated", "shape": null, "area": 0.64, "streetlevel": 816.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.29998779296875, "distance_right": 3.0801021440480768e-07, "index_right": 2034, "nodeid": "1384160.350960_5856799.578122", "id": "1384160.350960_5856799.578122", "name": "manhole_2027_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384160.350959801580757, 5856799.578122235834599 ] } }, -{ "type": "Feature", "properties": { "_index": 2032, "bedlevel": 797.79998779296875, "branchid": "pipe_10_E198;pipe_10_E199", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2028_generated", "shape": null, "area": 0.64, "streetlevel": 800.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 800.79998779296875, "distance_right": 3.667194985852315e-07, "index_right": 2035, "nodeid": "1384198.384374_5856831.724873", "id": "1384198.384374_5856831.724873", "name": "manhole_2028_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384198.384374253917485, 5856831.724873264320195 ] } }, -{ "type": "Feature", "properties": { "_index": 2033, "bedlevel": 797.79998779296875, "branchid": "pipe_10_E199;pipe_10_E200", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2029_generated", "shape": null, "area": 0.64, "streetlevel": 800.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 800.79998779296875, "distance_right": 4.676575474857736e-07, "index_right": 2036, "nodeid": "1384230.112839_5856870.159957", "id": "1384230.112839_5856870.159957", "name": "manhole_2029_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384230.112839305773377, 5856870.159957353956997 ] } }, -{ "type": "Feature", "properties": { "_index": 2034, "bedlevel": 790.9000244140625, "branchid": "pipe_10_E200;pipe_10_E201", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2030_generated", "shape": null, "area": 0.64, "streetlevel": 793.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 793.9000244140625, "distance_right": 3.989035851645309e-07, "index_right": 2037, "nodeid": "1384259.121702_5856910.628997", "id": "1384259.121702_5856910.628997", "name": "manhole_2030_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384259.121702386764809, 5856910.628996902145445 ] } }, -{ "type": "Feature", "properties": { "_index": 2035, "bedlevel": 804.60003662109375, "branchid": "pipe_10_E201;pipe_10_E202", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2031_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 4.0937169419879659e-07, "index_right": 2038, "nodeid": "1384287.023719_5856951.925833", "id": "1384287.023719_5856951.925833", "name": "manhole_2031_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384287.023718592710793, 5856951.925833041779697 ] } }, -{ "type": "Feature", "properties": { "_index": 2036, "bedlevel": 804.60003662109375, "branchid": "pipe_10_E202;pipe_10_E203", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2032_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 5.4900122883217553e-07, "index_right": 2039, "nodeid": "1384314.929269_5856993.220281", "id": "1384314.929269_5856993.220281", "name": "manhole_2032_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384314.929269487503916, 5856993.22028074786067 ] } }, -{ "type": "Feature", "properties": { "_index": 2037, "bedlevel": 804.60003662109375, "branchid": "pipe_10_E203;pipe_10_E204", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2033_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 4.4153137935343798e-07, "index_right": 2040, "nodeid": "1384344.819753_5857033.056209", "id": "1384344.819753_5857033.056209", "name": "manhole_2033_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384344.819752591196448, 5857033.056208833120763 ] } }, -{ "type": "Feature", "properties": { "_index": 2038, "bedlevel": 804.60003662109375, "branchid": "pipe_10_E204;pipe_10_E205", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2034_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 5.2277323961967174e-07, "index_right": 2041, "nodeid": "1384375.891110_5857072.024426", "id": "1384375.891110_5857072.024426", "name": "manhole_2034_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384375.891110281459987, 5857072.024425559677184 ] } }, -{ "type": "Feature", "properties": { "_index": 2039, "bedlevel": 804.60003662109375, "branchid": "pipe_10_E205;pipe_10_E206", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2035_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 3.2330989267580892e-07, "index_right": 2042, "nodeid": "1384412.732156_5857105.507668", "id": "1384412.732156_5857105.507668", "name": "manhole_2035_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384412.732155854580924, 5857105.507668288424611 ] } }, -{ "type": "Feature", "properties": { "_index": 2040, "bedlevel": 792.9000244140625, "branchid": "pipe_10_E206;pipe_10_E207", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2036_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 5.2820652785107969e-07, "index_right": 2043, "nodeid": "1384450.079483_5857138.509612", "id": "1384450.079483_5857138.509612", "name": "manhole_2036_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384450.07948348694481, 5857138.509612204506993 ] } }, -{ "type": "Feature", "properties": { "_index": 2041, "bedlevel": 792.9000244140625, "branchid": "pipe_10_E207;pipe_10_E208", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2037_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 3.553435013241558e-07, "index_right": 2044, "nodeid": "1384487.426863_5857171.511497", "id": "1384487.426863_5857171.511497", "name": "manhole_2037_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384487.42686335532926, 5857171.511497005820274 ] } }, -{ "type": "Feature", "properties": { "_index": 2042, "bedlevel": 802.0, "branchid": "pipe_10_E208;pipe_10_E209", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2038_generated", "shape": null, "area": 0.64, "streetlevel": 805.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 805.0, "distance_right": 3.8657915864597202e-07, "index_right": 2045, "nodeid": "1384525.207760_5857204.014278", "id": "1384525.207760_5857204.014278", "name": "manhole_2038_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384525.207759798038751, 5857204.014277670532465 ] } }, -{ "type": "Feature", "properties": { "_index": 2043, "bedlevel": 793.29998779296875, "branchid": "pipe_10_E209;pipe_10_E210", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2039_generated", "shape": null, "area": 0.64, "streetlevel": 796.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 796.29998779296875, "distance_right": 4.2528319184092202e-07, "index_right": 2046, "nodeid": "1384563.111989_5857236.375066", "id": "1384563.111989_5857236.375066", "name": "manhole_2039_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384563.111988977529109, 5857236.375065575353801 ] } }, -{ "type": "Feature", "properties": { "_index": 2044, "bedlevel": 793.29998779296875, "branchid": "pipe_10_E210;pipe_10_E211", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2040_generated", "shape": null, "area": 0.64, "streetlevel": 796.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 796.29998779296875, "distance_right": 5.0546374469285607e-07, "index_right": 2047, "nodeid": "1384601.016218_5857268.735853", "id": "1384601.016218_5857268.735853", "name": "manhole_2040_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384601.016218156786636, 5857268.735853480175138 ] } }, -{ "type": "Feature", "properties": { "_index": 2045, "bedlevel": 783.10003662109375, "branchid": "pipe_10_E211;pipe_10_E212", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2041_generated", "shape": null, "area": 0.64, "streetlevel": 786.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.10003662109375, "distance_right": 5.1070928007990266e-07, "index_right": 2048, "nodeid": "1384638.920447_5857301.096641", "id": "1384638.920447_5857301.096641", "name": "manhole_2041_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384638.920447336044163, 5857301.096641384996474 ] } }, -{ "type": "Feature", "properties": { "_index": 2046, "bedlevel": 791.29998779296875, "branchid": "pipe_10_E212;pipe_10_E213", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2042_generated", "shape": null, "area": 0.64, "streetlevel": 794.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 794.29998779296875, "distance_right": 2.7491413546788394e-07, "index_right": 2049, "nodeid": "1384669.604955_5857340.313405", "id": "1384669.604955_5857340.313405", "name": "manhole_2042_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384669.604954990325496, 5857340.313404724933207 ] } }, -{ "type": "Feature", "properties": { "_index": 2047, "bedlevel": 791.29998779296875, "branchid": "pipe_10_E213;pipe_10_E214", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2043_generated", "shape": null, "area": 0.64, "streetlevel": 794.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 794.29998779296875, "distance_right": 3.0550370542163772e-07, "index_right": 2050, "nodeid": "1384699.518248_5857380.104403", "id": "1384699.518248_5857380.104403", "name": "manhole_2043_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384699.518247769214213, 5857380.104403200559318 ] } }, -{ "type": "Feature", "properties": { "_index": 2048, "bedlevel": 791.29998779296875, "branchid": "pipe_10_E214;pipe_10_E215", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2044_generated", "shape": null, "area": 0.64, "streetlevel": 794.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 794.29998779296875, "distance_right": 4.6591738879886883e-07, "index_right": 2051, "nodeid": "1384719.806332_5857425.627417", "id": "1384719.806332_5857425.627417", "name": "manhole_2044_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384719.806332413339987, 5857425.627417215146124 ] } }, -{ "type": "Feature", "properties": { "_index": 2049, "bedlevel": 779.0, "branchid": "pipe_10_E215;pipe_10_E216", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2045_generated", "shape": null, "area": 0.64, "streetlevel": 782.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 782.0, "distance_right": 2.3711637815636632e-07, "index_right": 2052, "nodeid": "1384740.094417_5857471.150431", "id": "1384740.094417_5857471.150431", "name": "manhole_2045_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384740.094417057465762, 5857471.150431229732931 ] } }, -{ "type": "Feature", "properties": { "_index": 2050, "bedlevel": 786.70001220703125, "branchid": "pipe_10_E216;pipe_10_E217", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2046_generated", "shape": null, "area": 0.64, "streetlevel": 789.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 789.70001220703125, "distance_right": 3.8553183229025237e-07, "index_right": 2053, "nodeid": "1384760.382502_5857516.673445", "id": "1384760.382502_5857516.673445", "name": "manhole_2046_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384760.382501701591536, 5857516.673445244319737 ] } }, -{ "type": "Feature", "properties": { "_index": 2051, "bedlevel": 786.70001220703125, "branchid": "pipe_10_E217;pipe_10_E218", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2047_generated", "shape": null, "area": 0.64, "streetlevel": 789.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 789.70001220703125, "distance_right": 4.319475330982492e-07, "index_right": 2054, "nodeid": "1384780.670586_5857562.196459", "id": "1384780.670586_5857562.196459", "name": "manhole_2047_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384780.670586345717311, 5857562.196459258906543 ] } }, -{ "type": "Feature", "properties": { "_index": 2052, "bedlevel": 793.5, "branchid": "pipe_10_E218;pipe_10_E219", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2048_generated", "shape": null, "area": 0.64, "streetlevel": 796.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 796.5, "distance_right": 4.9625998791457793e-07, "index_right": 2055, "nodeid": "1384802.672203_5857606.838341", "id": "1384802.672203_5857606.838341", "name": "manhole_2048_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384802.672203443944454, 5857606.838341221213341 ] } }, -{ "type": "Feature", "properties": { "_index": 2053, "bedlevel": 768.9000244140625, "branchid": "pipe_10_E219;pipe_10_E220", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2049_generated", "shape": null, "area": 0.64, "streetlevel": 771.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 771.9000244140625, "distance_right": 2.8229532162483524e-07, "index_right": 2056, "nodeid": "1384827.896526_5857649.823045", "id": "1384827.896526_5857649.823045", "name": "manhole_2049_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384827.896526007680222, 5857649.823044718243182 ] } }, -{ "type": "Feature", "properties": { "_index": 2054, "bedlevel": 768.9000244140625, "branchid": "pipe_10_E220;pipe_10_E221", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2050_generated", "shape": null, "area": 0.64, "streetlevel": 771.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 771.9000244140625, "distance_right": 2.0692567208455349e-07, "index_right": 2057, "nodeid": "1384854.757883_5857691.606821", "id": "1384854.757883_5857691.606821", "name": "manhole_2050_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384854.757882944308221, 5857691.606820800341666 ] } }, -{ "type": "Feature", "properties": { "_index": 2055, "bedlevel": 768.9000244140625, "branchid": "pipe_10_E221;pipe_10_E222", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2051_generated", "shape": null, "area": 0.64, "streetlevel": 771.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 771.9000244140625, "distance_right": 1.9931880625148583e-07, "index_right": 2058, "nodeid": "1384888.185769_5857728.573395", "id": "1384888.185769_5857728.573395", "name": "manhole_2051_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384888.185768931638449, 5857728.573395187035203 ] } }, -{ "type": "Feature", "properties": { "_index": 2056, "bedlevel": 754.9000244140625, "branchid": "pipe_10_E222;pipe_10_E223", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2052_generated", "shape": null, "area": 0.64, "streetlevel": 757.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 757.9000244140625, "distance_right": 4.3330183135741007e-07, "index_right": 2059, "nodeid": "1384921.613655_5857765.539970", "id": "1384921.613655_5857765.539970", "name": "manhole_2052_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384921.613654918735847, 5857765.539969574660063 ] } }, -{ "type": "Feature", "properties": { "_index": 2057, "bedlevel": 754.9000244140625, "branchid": "pipe_10_E223;pipe_10_E224", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2053_generated", "shape": null, "area": 0.64, "streetlevel": 757.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 757.9000244140625, "distance_right": 3.5666888496789524e-07, "index_right": 2060, "nodeid": "1384956.145454_5857801.445757", "id": "1384956.145454_5857801.445757", "name": "manhole_2053_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384956.145453942706808, 5857801.445756647735834 ] } }, -{ "type": "Feature", "properties": { "_index": 2058, "bedlevel": 754.9000244140625, "branchid": "pipe_10_E224;pipe_10_E225", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2054_generated", "shape": null, "area": 0.64, "streetlevel": 757.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 757.9000244140625, "distance_right": 5.9257077545387882e-07, "index_right": 2061, "nodeid": "1384991.751307_5857836.319449", "id": "1384991.751307_5857836.319449", "name": "manhole_2054_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384991.751306539867073, 5857836.319449373520911 ] } }, -{ "type": "Feature", "properties": { "_index": 2059, "bedlevel": 743.0, "branchid": "pipe_10_E225;pipe_10_E226", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2055_generated", "shape": null, "area": 0.64, "streetlevel": 746.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 746.0, "distance_right": 1.6952005672566127e-07, "index_right": 2062, "nodeid": "1385027.357159_5857871.193142", "id": "1385027.357159_5857871.193142", "name": "manhole_2055_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385027.357159137027338, 5857871.193142099305987 ] } }, -{ "type": "Feature", "properties": { "_index": 2060, "bedlevel": 752.79998779296875, "branchid": "pipe_10_E226;pipe_10_E227", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2056_generated", "shape": null, "area": 0.64, "streetlevel": 755.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 755.79998779296875, "distance_right": 3.183628517451925e-07, "index_right": 2063, "nodeid": "1385062.963012_5857906.066835", "id": "1385062.963012_5857906.066835", "name": "manhole_2056_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385062.963011734187603, 5857906.066834825091064 ] } }, -{ "type": "Feature", "properties": { "_index": 2061, "bedlevel": 725.60003662109375, "branchid": "pipe_10_E227;pipe_10_E228", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2057_generated", "shape": null, "area": 0.64, "streetlevel": 728.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 728.60003662109375, "distance_right": 5.5717618408289852e-07, "index_right": 2064, "nodeid": "1385098.568864_5857940.940528", "id": "1385098.568864_5857940.940528", "name": "manhole_2057_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385098.568864331347868, 5857940.940527551807463 ] } }, -{ "type": "Feature", "properties": { "_index": 2062, "bedlevel": 725.60003662109375, "branchid": "pipe_10_E228;pipe_10_E229", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2058_generated", "shape": null, "area": 0.64, "streetlevel": 728.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 728.60003662109375, "distance_right": 4.1749358665480613e-07, "index_right": 2065, "nodeid": "1385135.753846_5857974.029479", "id": "1385135.753846_5857974.029479", "name": "manhole_2058_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385135.753846400883049, 5857974.029479116201401 ] } }, -{ "type": "Feature", "properties": { "_index": 2063, "bedlevel": 725.60003662109375, "branchid": "pipe_10_E229;pipe_10_E230", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2059_generated", "shape": null, "area": 0.64, "streetlevel": 728.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 728.60003662109375, "distance_right": 2.2747351319038044e-07, "index_right": 2066, "nodeid": "1385175.738456_5858003.622976", "id": "1385175.738456_5858003.622976", "name": "manhole_2059_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385175.738456205930561, 5858003.622975903563201 ] } }, -{ "type": "Feature", "properties": { "_index": 2064, "bedlevel": 732.60003662109375, "branchid": "pipe_10_E230;pipe_10_E231", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2060_generated", "shape": null, "area": 0.64, "streetlevel": 735.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 735.60003662109375, "distance_right": 3.566935824899918e-07, "index_right": 2067, "nodeid": "1385218.653757_5858028.965197", "id": "1385218.653757_5858028.965197", "name": "manhole_2060_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385218.653756857383996, 5858028.965196672827005 ] } }, -{ "type": "Feature", "properties": { "_index": 2065, "bedlevel": 732.60003662109375, "branchid": "pipe_10_E231;pipe_10_E232", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2061_generated", "shape": null, "area": 0.64, "streetlevel": 735.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 735.60003662109375, "distance_right": 2.440171783151832e-07, "index_right": 2068, "nodeid": "1385262.454937_5858052.706983", "id": "1385262.454937_5858052.706983", "name": "manhole_2061_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385262.454936756985262, 5858052.706982978619635 ] } }, -{ "type": "Feature", "properties": { "_index": 2066, "bedlevel": 739.0, "branchid": "pipe_10_E232;pipe_10_E233", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2062_generated", "shape": null, "area": 0.64, "streetlevel": 742.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 742.0, "distance_right": 3.1389025035042856e-07, "index_right": 2069, "nodeid": "1385306.715555_5858075.618745", "id": "1385306.715555_5858075.618745", "name": "manhole_2062_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385306.715555034345016, 5858075.618745312094688 ] } }, -{ "type": "Feature", "properties": { "_index": 2067, "bedlevel": 739.0, "branchid": "pipe_10_E233;pipe_10_E234", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2063_generated", "shape": null, "area": 0.64, "streetlevel": 742.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 742.0, "distance_right": 4.7303629503344029e-07, "index_right": 2070, "nodeid": "1385350.976173_5858098.530508", "id": "1385350.976173_5858098.530508", "name": "manhole_2063_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385350.97617331170477, 5858098.530507644638419 ] } }, -{ "type": "Feature", "properties": { "_index": 2068, "bedlevel": 733.0, "branchid": "pipe_10_E234;pipe_10_E235", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2064_generated", "shape": null, "area": 0.64, "streetlevel": 736.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 736.0, "distance_right": 4.1132101639328379e-07, "index_right": 2071, "nodeid": "1385395.236792_5858121.442270", "id": "1385395.236792_5858121.442270", "name": "manhole_2064_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385395.236791589297354, 5858121.442269978113472 ] } }, -{ "type": "Feature", "properties": { "_index": 2069, "bedlevel": 733.0, "branchid": "pipe_10_E235;pipe_10_E236", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2065_generated", "shape": null, "area": 0.64, "streetlevel": 736.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 736.0, "distance_right": 3.3846440994221831e-07, "index_right": 2072, "nodeid": "1385439.497410_5858144.354032", "id": "1385439.497410_5858144.354032", "name": "manhole_2065_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385439.497409866657108, 5858144.354032310657203 ] } }, -{ "type": "Feature", "properties": { "_index": 2070, "bedlevel": 734.9000244140625, "branchid": "pipe_10_E236;pipe_10_E237", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2066_generated", "shape": null, "area": 0.64, "streetlevel": 737.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 737.9000244140625, "distance_right": 3.8384905064986902e-07, "index_right": 2073, "nodeid": "1385483.758028_5858167.265795", "id": "1385483.758028_5858167.265795", "name": "manhole_2066_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385483.758028144016862, 5858167.265794644132257 ] } }, -{ "type": "Feature", "properties": { "_index": 2071, "bedlevel": 734.9000244140625, "branchid": "pipe_10_E237;pipe_10_E238", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2067_generated", "shape": null, "area": 0.64, "streetlevel": 737.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 737.9000244140625, "distance_right": 4.2201580210351053e-07, "index_right": 2074, "nodeid": "1385528.018646_5858190.177557", "id": "1385528.018646_5858190.177557", "name": "manhole_2067_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385528.018646421376616, 5858190.17755697760731 ] } }, -{ "type": "Feature", "properties": { "_index": 2072, "bedlevel": 724.29998779296875, "branchid": "pipe_10_E238;pipe_10_E239", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2068_generated", "shape": null, "area": 0.64, "streetlevel": 727.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 727.29998779296875, "distance_right": 3.5470585152500708e-07, "index_right": 2075, "nodeid": "1385571.606102_5858214.277655", "id": "1385571.606102_5858214.277655", "name": "manhole_2068_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385571.606102279853076, 5858214.277655217796564 ] } }, -{ "type": "Feature", "properties": { "_index": 2073, "bedlevel": 724.29998779296875, "branchid": "pipe_10_E239;pipe_10_E240", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2069_generated", "shape": null, "area": 0.64, "streetlevel": 727.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 727.29998779296875, "distance_right": 1.7555615806898356e-07, "index_right": 2076, "nodeid": "1385614.013401_5858240.461089", "id": "1385614.013401_5858240.461089", "name": "manhole_2069_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385614.013400863157585, 5858240.461089110001922 ] } }, -{ "type": "Feature", "properties": { "_index": 2074, "bedlevel": 687.60003662109375, "branchid": "pipe_10_E240;pipe_10_E241", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2070_generated", "shape": null, "area": 0.64, "streetlevel": 690.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 690.60003662109375, "distance_right": 4.4657305906836809e-07, "index_right": 2077, "nodeid": "1385656.420699_5858266.644523", "id": "1385656.420699_5858266.644523", "name": "manhole_2070_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385656.420699446462095, 5858266.644523002207279 ] } }, -{ "type": "Feature", "properties": { "_index": 2075, "bedlevel": 730.60003662109375, "branchid": "pipe_10_E241;pipe_10_E242", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2071_generated", "shape": null, "area": 0.64, "streetlevel": 733.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 733.60003662109375, "distance_right": 4.9396989618903532e-07, "index_right": 2078, "nodeid": "1385698.773112_5858292.896190", "id": "1385698.773112_5858292.896190", "name": "manhole_2071_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385698.773111530812457, 5858292.8961898451671 ] } }, -{ "type": "Feature", "properties": { "_index": 2076, "bedlevel": 730.60003662109375, "branchid": "pipe_10_E242;pipe_10_E243", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2072_generated", "shape": null, "area": 0.64, "streetlevel": 733.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 733.60003662109375, "distance_right": 5.9111518677801371e-07, "index_right": 2079, "nodeid": "1385733.435650_5858328.707635", "id": "1385733.435650_5858328.707635", "name": "manhole_2072_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385733.435650466475636, 5858328.707634637132287 ] } }, -{ "type": "Feature", "properties": { "_index": 2077, "bedlevel": 718.60003662109375, "branchid": "pipe_10_E243;pipe_10_E244", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2073_generated", "shape": null, "area": 0.64, "streetlevel": 721.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 721.60003662109375, "distance_right": 5.8739235381329021e-07, "index_right": 2080, "nodeid": "1385768.098189_5858364.519079", "id": "1385768.098189_5858364.519079", "name": "manhole_2073_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385768.098189401905984, 5858364.519079428166151 ] } }, -{ "type": "Feature", "properties": { "_index": 2078, "bedlevel": 718.60003662109375, "branchid": "pipe_10_E244;pipe_10_E245", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2074_generated", "shape": null, "area": 0.64, "streetlevel": 721.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 721.60003662109375, "distance_right": 3.8476255406641031e-07, "index_right": 2081, "nodeid": "1385795.882535_5858405.467094", "id": "1385795.882535_5858405.467094", "name": "manhole_2074_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385795.882535298354924, 5858405.467093757353723 ] } }, -{ "type": "Feature", "properties": { "_index": 2079, "bedlevel": 736.0, "branchid": "pipe_10_E245;pipe_10_E246", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2075_generated", "shape": null, "area": 0.64, "streetlevel": 739.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 739.0, "distance_right": 3.3645639254133238e-07, "index_right": 2082, "nodeid": "1385820.377635_5858448.871486", "id": "1385820.377635_5858448.871486", "name": "manhole_2075_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385820.377634756267071, 5858448.871486231684685 ] } }, -{ "type": "Feature", "properties": { "_index": 2080, "bedlevel": 724.79998779296875, "branchid": "pipe_10_E246;pipe_10_E247", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2076_generated", "shape": null, "area": 0.64, "streetlevel": 727.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 727.79998779296875, "distance_right": 3.9048475593888301e-07, "index_right": 2083, "nodeid": "1385841.084314_5858493.920932", "id": "1385841.084314_5858493.920932", "name": "manhole_2076_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385841.084314390551299, 5858493.920932004228234 ] } }, -{ "type": "Feature", "properties": { "_index": 2081, "bedlevel": 724.79998779296875, "branchid": "pipe_10_E247;pipe_10_E248", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2077_generated", "shape": null, "area": 0.64, "streetlevel": 727.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 727.79998779296875, "distance_right": 4.1240584132304262e-07, "index_right": 2084, "nodeid": "1385856.076262_5858541.451898", "id": "1385856.076262_5858541.451898", "name": "manhole_2077_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385856.076261736918241, 5858541.451897682622075 ] } }, -{ "type": "Feature", "properties": { "_index": 2082, "bedlevel": 731.9000244140625, "branchid": "pipe_10_E248;pipe_10_E249", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2078_generated", "shape": null, "area": 0.64, "streetlevel": 734.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 734.9000244140625, "distance_right": 3.9323655141917895e-07, "index_right": 2085, "nodeid": "1385865.668900_5858590.250007", "id": "1385865.668900_5858590.250007", "name": "manhole_2078_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385865.668899663724005, 5858590.250006795860827 ] } }, -{ "type": "Feature", "properties": { "_index": 2083, "bedlevel": 731.9000244140625, "branchid": "pipe_10_E249;pipe_10_E250", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2079_generated", "shape": null, "area": 0.64, "streetlevel": 734.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 734.9000244140625, "distance_right": 4.9549867528789424e-07, "index_right": 2086, "nodeid": "1385873.387287_5858639.487977", "id": "1385873.387287_5858639.487977", "name": "manhole_2079_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385873.387286560609937, 5858639.487976770848036 ] } }, -{ "type": "Feature", "properties": { "_index": 2084, "bedlevel": 748.4000244140625, "branchid": "pipe_10_E250;pipe_10_E251", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2080_generated", "shape": null, "area": 0.64, "streetlevel": 751.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 751.4000244140625, "distance_right": 2.5224403860867615e-07, "index_right": 2087, "nodeid": "1385875.017950_5858689.287253", "id": "1385875.017950_5858689.287253", "name": "manhole_2080_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385875.017949819331989, 5858689.287253175862134 ] } }, -{ "type": "Feature", "properties": { "_index": 2085, "bedlevel": 748.4000244140625, "branchid": "pipe_10_E251;pipe_10_E252", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2081_generated", "shape": null, "area": 0.64, "streetlevel": 751.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 751.4000244140625, "distance_right": 5.6460120498363627e-07, "index_right": 2088, "nodeid": "1385876.432929_5858739.106416", "id": "1385876.432929_5858739.106416", "name": "manhole_2081_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385876.432928551919758, 5858739.106416343711317 ] } }, -{ "type": "Feature", "properties": { "_index": 2086, "bedlevel": 748.4000244140625, "branchid": "pipe_10_E252;pipe_10_E253", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2082_generated", "shape": null, "area": 0.64, "streetlevel": 751.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 751.4000244140625, "distance_right": 4.8251054346948512e-07, "index_right": 2089, "nodeid": "1385878.329822_5858788.908142", "id": "1385878.329822_5858788.908142", "name": "manhole_2082_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385878.329821793129668, 5858788.908141564577818 ] } }, -{ "type": "Feature", "properties": { "_index": 2087, "bedlevel": 756.70001220703125, "branchid": "pipe_10_E253;pipe_10_E254", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2083_generated", "shape": null, "area": 0.64, "streetlevel": 759.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 759.70001220703125, "distance_right": 2.4793227757235602e-07, "index_right": 2090, "nodeid": "1385880.519215_5858838.699283", "id": "1385880.519215_5858838.699283", "name": "manhole_2083_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385880.51921496167779, 5858838.69928275514394 ] } }, -{ "type": "Feature", "properties": { "_index": 2088, "bedlevel": 756.70001220703125, "branchid": "pipe_10_E254;pipe_10_E255", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2084_generated", "shape": null, "area": 0.64, "streetlevel": 759.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 759.70001220703125, "distance_right": 4.9687526799931372e-07, "index_right": 2091, "nodeid": "1385882.620351_5858888.493530", "id": "1385882.620351_5858888.493530", "name": "manhole_2084_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385882.620351102668792, 5858888.493530485779047 ] } }, -{ "type": "Feature", "properties": { "_index": 2089, "bedlevel": 756.70001220703125, "branchid": "pipe_10_E255;pipe_10_E256", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2085_generated", "shape": null, "area": 0.64, "streetlevel": 759.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 759.70001220703125, "distance_right": 4.8876958658520276e-07, "index_right": 2092, "nodeid": "1385883.937444_5858938.315378", "id": "1385883.937444_5858938.315378", "name": "manhole_2085_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385883.937443709466606, 5858938.315377607010305 ] } }, -{ "type": "Feature", "properties": { "_index": 2090, "bedlevel": 763.10003662109375, "branchid": "pipe_10_E256;pipe_10_E257", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2086_generated", "shape": null, "area": 0.64, "streetlevel": 766.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.10003662109375, "distance_right": 5.5059992250426879e-07, "index_right": 2093, "nodeid": "1385885.254539_5858988.137225", "id": "1385885.254539_5858988.137225", "name": "manhole_2086_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385885.254538560518995, 5858988.137224668636918 ] } }, -{ "type": "Feature", "properties": { "_index": 2091, "bedlevel": 763.10003662109375, "branchid": "pipe_10_E257;pipe_10_E258", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2087_generated", "shape": null, "area": 0.64, "streetlevel": 766.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.10003662109375, "distance_right": 4.3659669481212074e-07, "index_right": 2094, "nodeid": "1385890.650534_5859037.630401", "id": "1385890.650534_5859037.630401", "name": "manhole_2087_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385890.650534195825458, 5859037.630400610156357 ] } }, -{ "type": "Feature", "properties": { "_index": 2092, "bedlevel": 763.10003662109375, "branchid": "pipe_10_E258;pipe_10_E259", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2088_generated", "shape": null, "area": 0.64, "streetlevel": 766.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.10003662109375, "distance_right": 1.9950746892356647e-07, "index_right": 2095, "nodeid": "1385901.777443_5859086.092394", "id": "1385901.777443_5859086.092394", "name": "manhole_2088_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385901.777442803606391, 5859086.09239396546036 ] } }, -{ "type": "Feature", "properties": { "_index": 2093, "bedlevel": 765.60003662109375, "branchid": "pipe_10_E259;pipe_10_E260", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2089_generated", "shape": null, "area": 0.64, "streetlevel": 768.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 768.60003662109375, "distance_right": 4.4190839080191394e-07, "index_right": 2096, "nodeid": "1385915.397955_5859134.034368", "id": "1385915.397955_5859134.034368", "name": "manhole_2089_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385915.397954803425819, 5859134.03436760418117 ] } }, -{ "type": "Feature", "properties": { "_index": 2094, "bedlevel": 759.79998779296875, "branchid": "pipe_10_E260;pipe_10_E261", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2090_generated", "shape": null, "area": 0.64, "streetlevel": 762.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.79998779296875, "distance_right": 4.988545283431086e-07, "index_right": 2097, "nodeid": "1385928.426053_5859182.139209", "id": "1385928.426053_5859182.139209", "name": "manhole_2090_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385928.42605347908102, 5859182.139209139160812 ] } }, -{ "type": "Feature", "properties": { "_index": 2095, "bedlevel": 759.5, "branchid": "pipe_10_E261;pipe_10_E262", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2091_generated", "shape": null, "area": 0.64, "streetlevel": 762.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.5, "distance_right": 5.2005172650962332e-07, "index_right": 2098, "nodeid": "1385941.228082_5859230.306202", "id": "1385941.228082_5859230.306202", "name": "manhole_2091_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385941.228082312969491, 5859230.306202415376902 ] } }, -{ "type": "Feature", "properties": { "_index": 2096, "bedlevel": 759.5, "branchid": "pipe_10_E262;pipe_10_E263", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2092_generated", "shape": null, "area": 0.64, "streetlevel": 762.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.5, "distance_right": 2.8382466111334913e-07, "index_right": 2099, "nodeid": "1385945.092689_5859279.734331", "id": "1385945.092689_5859279.734331", "name": "manhole_2092_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385945.092689140234143, 5859279.734331246465445 ] } }, -{ "type": "Feature", "properties": { "_index": 2097, "bedlevel": 759.5, "branchid": "pipe_10_E263;pipe_10_E264", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2093_generated", "shape": null, "area": 0.64, "streetlevel": 762.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.5, "distance_right": 4.5600920280355245e-07, "index_right": 2100, "nodeid": "1385937.902412_5859328.779896", "id": "1385937.902412_5859328.779896", "name": "manhole_2093_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385937.902412303024903, 5859328.779896341264248 ] } }, -{ "type": "Feature", "properties": { "_index": 2098, "bedlevel": 775.0, "branchid": "pipe_10_E264;pipe_10_E265", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2094_generated", "shape": null, "area": 0.64, "streetlevel": 778.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.0, "distance_right": 3.5119784074524645e-07, "index_right": 2101, "nodeid": "1385932.795076_5859378.173214", "id": "1385932.795076_5859378.173214", "name": "manhole_2094_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385932.795075723901391, 5859378.173214216716588 ] } }, -{ "type": "Feature", "properties": { "_index": 2099, "bedlevel": 775.0, "branchid": "pipe_10_E265;pipe_10_E266", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2095_generated", "shape": null, "area": 0.64, "streetlevel": 778.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.0, "distance_right": 4.695879513954162e-07, "index_right": 2102, "nodeid": "1385937.702696_5859427.770255", "id": "1385937.702696_5859427.770255", "name": "manhole_2095_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385937.702695531537756, 5859427.770254967734218 ] } }, -{ "type": "Feature", "properties": { "_index": 2100, "bedlevel": 775.0, "branchid": "pipe_10_E266;pipe_10_E267", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2096_generated", "shape": null, "area": 0.64, "streetlevel": 778.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.0, "distance_right": 1.8520459362715071e-07, "index_right": 2103, "nodeid": "1385939.035938_5859477.502304", "id": "1385939.035938_5859477.502304", "name": "manhole_2096_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385939.035937832202762, 5859477.50230407807976 ] } }, -{ "type": "Feature", "properties": { "_index": 2101, "bedlevel": 792.9000244140625, "branchid": "pipe_10_E267;pipe_10_E268", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2097_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 2.5355941251856743e-07, "index_right": 2104, "nodeid": "1385937.883638_5859527.328235", "id": "1385937.883638_5859527.328235", "name": "manhole_2097_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385937.883638251805678, 5859527.328234969638288 ] } }, -{ "type": "Feature", "properties": { "_index": 2102, "bedlevel": 792.9000244140625, "branchid": "pipe_10_E268;pipe_10_E269", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2098_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 3.6358463847525687e-07, "index_right": 2105, "nodeid": "1385940.515994_5859576.989168", "id": "1385940.515994_5859576.989168", "name": "manhole_2098_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385940.515994266141206, 5859576.989168248139322 ] } }, -{ "type": "Feature", "properties": { "_index": 2103, "bedlevel": 792.9000244140625, "branchid": "pipe_10_E269;pipe_10_E270", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2099_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 4.9116737648064597e-07, "index_right": 2106, "nodeid": "1385950.701545_5859625.530177", "id": "1385950.701545_5859625.530177", "name": "manhole_2099_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385950.701545101590455, 5859625.530176519416273 ] } }, -{ "type": "Feature", "properties": { "_index": 2104, "bedlevel": 812.0, "branchid": "pipe_10_E270;pipe_10_E271", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2100_generated", "shape": null, "area": 0.64, "streetlevel": 815.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 815.0, "distance_right": 5.5124507418760386e-07, "index_right": 2107, "nodeid": "1385970.467743_5859670.991299", "id": "1385970.467743_5859670.991299", "name": "manhole_2100_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385970.467743494315073, 5859670.991298755630851 ] } }, -{ "type": "Feature", "properties": { "_index": 2105, "bedlevel": 812.0, "branchid": "pipe_10_E271;pipe_10_E272", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2101_generated", "shape": null, "area": 0.64, "streetlevel": 815.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 815.0, "distance_right": 2.2592636056373782e-07, "index_right": 2108, "nodeid": "1386011.983088_5859697.862917", "id": "1386011.983088_5859697.862917", "name": "manhole_2101_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386011.983088220236823, 5859697.862916950136423 ] } }, -{ "type": "Feature", "properties": { "_index": 2106, "bedlevel": 776.79998779296875, "branchid": "pipe_10_E272;pipe_10_E273", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2102_generated", "shape": null, "area": 0.64, "streetlevel": 779.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 779.79998779296875, "distance_right": 2.826630180046859e-07, "index_right": 2109, "nodeid": "1386052.213596_5859727.119808", "id": "1386052.213596_5859727.119808", "name": "manhole_2102_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386052.213596233632416, 5859727.119808158837259 ] } }, -{ "type": "Feature", "properties": { "_index": 2107, "bedlevel": 777.79998779296875, "branchid": "pipe_10_E273;pipe_10_E274", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2103_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 1.7247219687616297e-07, "index_right": 2110, "nodeid": "1386046.501013_5859771.612672", "id": "1386046.501013_5859771.612672", "name": "manhole_2103_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386046.501012831227854, 5859771.612671964801848 ] } }, -{ "type": "Feature", "properties": { "_index": 2108, "bedlevel": 777.79998779296875, "branchid": "pipe_10_E274;pipe_10_E275", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2104_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 2.6156737925919828e-07, "index_right": 2111, "nodeid": "1386026.809696_5859816.873920", "id": "1386026.809696_5859816.873920", "name": "manhole_2104_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386026.809695787727833, 5859816.873920152895153 ] } }, -{ "type": "Feature", "properties": { "_index": 2109, "bedlevel": 777.79998779296875, "branchid": "pipe_10_E275;pipe_10_E276", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2105_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 3.7655071668317508e-07, "index_right": 2112, "nodeid": "1386030.149607_5859866.379010", "id": "1386030.149607_5859866.379010", "name": "manhole_2105_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386030.149607364553958, 5859866.379009906202555 ] } }, -{ "type": "Feature", "properties": { "_index": 2110, "bedlevel": 763.29998779296875, "branchid": "pipe_10_E276", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2106_generated", "shape": null, "area": 0.64, "streetlevel": 766.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.29998779296875, "distance_right": 3.8584702415109949e-07, "index_right": 2113, "nodeid": "1386045.250939_5859913.859036", "id": "1386045.250939_5859913.859036", "name": "manhole_2106_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386045.250939248362556, 5859913.859036295674741 ] } }, -{ "type": "Feature", "properties": { "_index": 2111, "bedlevel": 797.79998779296875, "branchid": "pipe_11_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2107_generated", "shape": null, "area": 0.64, "streetlevel": 800.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 800.79998779296875, "distance_right": 4.7301652606593837e-07, "index_right": 2114, "nodeid": "1384196.861816_5856829.880484", "id": "1384196.861816_5856829.880484", "name": "manhole_2107_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384196.861816460033879, 5856829.88048410974443 ] } }, -{ "type": "Feature", "properties": { "_index": 2111, "bedlevel": 797.79998779296875, "branchid": "pipe_11_E0;pipe_11_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2108_generated", "shape": null, "area": 0.64, "streetlevel": 800.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 800.79998779296875, "distance_right": 4.1916041075255855e-07, "index_right": 2115, "nodeid": "1384235.225193_5856854.977666", "id": "1384235.225193_5856854.977666", "name": "manhole_2108_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384235.22519311751239, 5856854.977665597572923 ] } }, -{ "type": "Feature", "properties": { "_index": 2112, "bedlevel": 790.9000244140625, "branchid": "pipe_11_E1;pipe_11_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2109_generated", "shape": null, "area": 0.64, "streetlevel": 793.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 793.9000244140625, "distance_right": 1.8064117134611431e-07, "index_right": 2116, "nodeid": "1384263.450330_5856892.038371", "id": "1384263.450330_5856892.038371", "name": "manhole_2109_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384263.450329831801355, 5856892.038370934315026 ] } }, -{ "type": "Feature", "properties": { "_index": 2113, "bedlevel": 790.9000244140625, "branchid": "pipe_11_E2;pipe_11_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2110_generated", "shape": null, "area": 0.64, "streetlevel": 793.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 793.9000244140625, "distance_right": 5.2895601992239946e-07, "index_right": 2117, "nodeid": "1384291.675467_5856929.099076", "id": "1384291.675467_5856929.099076", "name": "manhole_2110_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384291.675466545857489, 5856929.099076271057129 ] } }, -{ "type": "Feature", "properties": { "_index": 2114, "bedlevel": 804.60003662109375, "branchid": "pipe_11_E3;pipe_11_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2111_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 4.6972328747941346e-07, "index_right": 2118, "nodeid": "1384319.900603_5856966.159782", "id": "1384319.900603_5856966.159782", "name": "manhole_2111_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384319.900603260146454, 5856966.159781608730555 ] } }, -{ "type": "Feature", "properties": { "_index": 2115, "bedlevel": 804.60003662109375, "branchid": "pipe_11_E4;pipe_11_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2112_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 3.2505859644673266e-07, "index_right": 2119, "nodeid": "1384347.205868_5857003.894511", "id": "1384347.205868_5857003.894511", "name": "manhole_2112_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384347.205867683747783, 5857003.894510924816132 ] } }, -{ "type": "Feature", "properties": { "_index": 2116, "bedlevel": 796.0, "branchid": "pipe_11_E5;pipe_11_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2113_generated", "shape": null, "area": 0.64, "streetlevel": 799.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 799.0, "distance_right": 4.0063787966893061e-08, "index_right": 2120, "nodeid": "1384380.322691_5857036.360282", "id": "1384380.322691_5857036.360282", "name": "manhole_2113_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384380.322691001230851, 5857036.360282040201128 ] } }, -{ "type": "Feature", "properties": { "_index": 2117, "bedlevel": 804.60003662109375, "branchid": "pipe_11_E6;pipe_11_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2114_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 6.5217326255448256e-07, "index_right": 2121, "nodeid": "1384415.156611_5857067.291694", "id": "1384415.156611_5857067.291694", "name": "manhole_2114_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384415.156610523350537, 5857067.291694445535541 ] } }, -{ "type": "Feature", "properties": { "_index": 2118, "bedlevel": 792.9000244140625, "branchid": "pipe_11_E7;pipe_11_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2115_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 2.5437427121489189e-07, "index_right": 2122, "nodeid": "1384449.343576_5857098.828100", "id": "1384449.343576_5857098.828100", "name": "manhole_2115_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384449.343575850594789, 5857098.828100205399096 ] } }, -{ "type": "Feature", "properties": { "_index": 2119, "bedlevel": 792.9000244140625, "branchid": "pipe_11_E8;pipe_11_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2116_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 2.5635753496972149e-07, "index_right": 2123, "nodeid": "1384470.004810_5857139.926174", "id": "1384470.004810_5857139.926174", "name": "manhole_2116_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384470.004810179118067, 5857139.926174183376133 ] } }, -{ "type": "Feature", "properties": { "_index": 2120, "bedlevel": 792.9000244140625, "branchid": "pipe_11_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2117_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 2.3880128290434959e-07, "index_right": 2124, "nodeid": "1384484.180762_5857184.301805", "id": "1384484.180762_5857184.301805", "name": "manhole_2117_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384484.18076178082265, 5857184.301805094815791 ] } }, -{ "type": "Feature", "properties": { "_index": 2121, "bedlevel": 804.60003662109375, "branchid": "pipe_12_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2118_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 2.9575907640532436e-07, "index_right": 2125, "nodeid": "1384289.065524_5856954.947841", "id": "1384289.065524_5856954.947841", "name": "manhole_2118_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384289.06552429520525, 5856954.947841017507017 ] } }, -{ "type": "Feature", "properties": { "_index": 2121, "bedlevel": 804.60003662109375, "branchid": "pipe_12_E0;pipe_12_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2119_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 4.147576493632742e-07, "index_right": 2126, "nodeid": "1384305.049611_5856994.887349", "id": "1384305.049611_5856994.887349", "name": "manhole_2119_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384305.049610810354352, 5856994.88734863139689 ] } }, -{ "type": "Feature", "properties": { "_index": 2122, "bedlevel": 804.60003662109375, "branchid": "pipe_12_E1;pipe_12_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2120_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 4.0680171125278462e-07, "index_right": 2127, "nodeid": "1384321.033697_5857034.826856", "id": "1384321.033697_5857034.826856", "name": "manhole_2120_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384321.033697325503454, 5857034.82685624435544 ] } }, -{ "type": "Feature", "properties": { "_index": 2123, "bedlevel": 796.0, "branchid": "pipe_12_E2;pipe_12_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2121_generated", "shape": null, "area": 0.64, "streetlevel": 799.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 799.0, "distance_right": 5.1416054878534695e-07, "index_right": 2128, "nodeid": "1384347.445656_5857068.672039", "id": "1384347.445656_5857068.672039", "name": "manhole_2121_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384347.445656489115208, 5857068.672038841992617 ] } }, -{ "type": "Feature", "properties": { "_index": 2124, "bedlevel": 804.60003662109375, "branchid": "pipe_12_E3;pipe_12_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2122_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 6.3615944847267436e-07, "index_right": 2129, "nodeid": "1384374.130628_5857102.406952", "id": "1384374.130628_5857102.406952", "name": "manhole_2122_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384374.130628447979689, 5857102.406951548531651 ] } }, -{ "type": "Feature", "properties": { "_index": 2125, "bedlevel": 804.60003662109375, "branchid": "pipe_12_E4;pipe_12_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2123_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 3.5938825885944809e-07, "index_right": 2130, "nodeid": "1384399.587644_5857137.085412", "id": "1384399.587644_5857137.085412", "name": "manhole_2123_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384399.587644136510789, 5857137.08541233278811 ] } }, -{ "type": "Feature", "properties": { "_index": 2126, "bedlevel": 804.60003662109375, "branchid": "pipe_12_E5;pipe_12_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2124_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 2.1058202778609514e-07, "index_right": 2131, "nodeid": "1384425.044660_5857171.763873", "id": "1384425.044660_5857171.763873", "name": "manhole_2124_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384425.04465982504189, 5857171.763873117044568 ] } }, -{ "type": "Feature", "properties": { "_index": 2127, "bedlevel": 792.9000244140625, "branchid": "pipe_12_E6;pipe_15_E0;pipe_17_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2125_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 1.0521498026447859e-07, "index_right": 2132, "nodeid": "1384456.866521_5857200.577978", "id": "1384456.866521_5857200.577978", "name": "manhole_2125_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384456.866520966170356, 5857200.577977900393307 ] } }, -{ "type": "Feature", "properties": { "_index": 2128, "bedlevel": 792.9000244140625, "branchid": "pipe_15_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2126_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 5.3722077541611869e-07, "index_right": 2133, "nodeid": "1384480.774831_5857195.244455", "id": "1384480.774831_5857195.244455", "name": "manhole_2126_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384480.774830641923472, 5857195.244455400854349 ] } }, -{ "type": "Feature", "properties": { "_index": 2129, "bedlevel": 802.0, "branchid": "pipe_17_E0;pipe_18_E0;pipe_19_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2127_generated", "shape": null, "area": 0.64, "streetlevel": 805.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 805.0, "distance_right": 1.9196784202574641e-07, "index_right": 2134, "nodeid": "1384478.871156_5857219.682923", "id": "1384478.871156_5857219.682923", "name": "manhole_2127_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384478.871156033361331, 5857219.682923189364374 ] } }, -{ "type": "Feature", "properties": { "_index": 2130, "bedlevel": 802.0, "branchid": "pipe_18_E0;pipe_19_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2128_generated", "shape": null, "area": 0.64, "streetlevel": 805.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 805.0, "distance_right": 4.2284615434076742e-07, "index_right": 2135, "nodeid": "1384493.329777_5857201.952338", "id": "1384493.329777_5857201.952338", "name": "manhole_2128_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384493.329776774393395, 5857201.952337642200291 ] } }, -{ "type": "Feature", "properties": { "_index": 2131, "bedlevel": 802.0, "branchid": "pipe_19_E0;pipe_19_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2129_generated", "shape": null, "area": 0.64, "streetlevel": 805.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 805.0, "distance_right": 2.1723785306021382e-07, "index_right": 2136, "nodeid": "1384511.321100_5857246.008046", "id": "1384511.321100_5857246.008046", "name": "manhole_2129_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384511.321100181667134, 5857246.008046119473875 ] } }, -{ "type": "Feature", "properties": { "_index": 2133, "bedlevel": 802.0, "branchid": "pipe_20_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2130_generated", "shape": null, "area": 0.64, "streetlevel": 805.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 805.0, "distance_right": 3.7745466738450301e-07, "index_right": 2137, "nodeid": "1384512.484967_5857248.858029", "id": "1384512.484967_5857248.858029", "name": "manhole_2130_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384512.484966830350459, 5857248.858029337599874 ] } }, -{ "type": "Feature", "properties": { "_index": 2133, "bedlevel": 793.29998779296875, "branchid": "pipe_20_E0;pipe_20_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2131_generated", "shape": null, "area": 0.64, "streetlevel": 796.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 796.29998779296875, "distance_right": 2.9467429280942488e-07, "index_right": 2138, "nodeid": "1384550.208547_5857281.609187", "id": "1384550.208547_5857281.609187", "name": "manhole_2131_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384550.208547196350992, 5857281.609186780638993 ] } }, -{ "type": "Feature", "properties": { "_index": 2134, "bedlevel": 793.29998779296875, "branchid": "pipe_20_E1;pipe_20_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2132_generated", "shape": null, "area": 0.64, "streetlevel": 796.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 796.29998779296875, "distance_right": 4.9191202976319131e-07, "index_right": 2139, "nodeid": "1384587.932128_5857314.360344", "id": "1384587.932128_5857314.360344", "name": "manhole_2132_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384587.932127562351525, 5857314.360344224609435 ] } }, -{ "type": "Feature", "properties": { "_index": 2135, "bedlevel": 806.10003662109375, "branchid": "pipe_20_E2;pipe_20_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2133_generated", "shape": null, "area": 0.64, "streetlevel": 809.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.10003662109375, "distance_right": 3.5761089101492169e-07, "index_right": 2140, "nodeid": "1384608.456867_5857358.785165", "id": "1384608.456867_5857358.785165", "name": "manhole_2133_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384608.456866907887161, 5857358.785165345296264 ] } }, -{ "type": "Feature", "properties": { "_index": 2136, "bedlevel": 806.10003662109375, "branchid": "pipe_20_E3;pipe_20_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2134_generated", "shape": null, "area": 0.64, "streetlevel": 809.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.10003662109375, "distance_right": 3.4869916151305031e-07, "index_right": 2141, "nodeid": "1384624.966164_5857405.935456", "id": "1384624.966164_5857405.935456", "name": "manhole_2134_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384624.966163935838267, 5857405.935456342995167 ] } }, -{ "type": "Feature", "properties": { "_index": 2137, "bedlevel": 791.29998779296875, "branchid": "pipe_20_E4;pipe_20_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2135_generated", "shape": null, "area": 0.64, "streetlevel": 794.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 794.29998779296875, "distance_right": 5.3270430114269587e-07, "index_right": 2142, "nodeid": "1384639.938245_5857453.586039", "id": "1384639.938245_5857453.586039", "name": "manhole_2135_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384639.938245237572119, 5857453.586039477027953 ] } }, -{ "type": "Feature", "properties": { "_index": 2138, "bedlevel": 809.4000244140625, "branchid": "pipe_20_E5;pipe_20_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2136_generated", "shape": null, "area": 0.64, "streetlevel": 812.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 812.4000244140625, "distance_right": 4.9705781674062353e-07, "index_right": 2143, "nodeid": "1384654.342376_5857501.421464", "id": "1384654.342376_5857501.421464", "name": "manhole_2136_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384654.3423755497206, 5857501.421464210376143 ] } }, -{ "type": "Feature", "properties": { "_index": 2139, "bedlevel": 809.4000244140625, "branchid": "pipe_20_E6;pipe_20_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2137_generated", "shape": null, "area": 0.64, "streetlevel": 812.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 812.4000244140625, "distance_right": 2.7046393679534545e-07, "index_right": 2144, "nodeid": "1384665.748858_5857550.055336", "id": "1384665.748858_5857550.055336", "name": "manhole_2137_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384665.748858094681054, 5857550.055336253717542 ] } }, -{ "type": "Feature", "properties": { "_index": 2140, "bedlevel": 809.4000244140625, "branchid": "pipe_20_E7;pipe_20_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2138_generated", "shape": null, "area": 0.64, "streetlevel": 812.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 812.4000244140625, "distance_right": 4.1869249149785678e-07, "index_right": 2145, "nodeid": "1384677.047727_5857598.717872", "id": "1384677.047727_5857598.717872", "name": "manhole_2138_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384677.04772660904564, 5857598.717872150242329 ] } }, -{ "type": "Feature", "properties": { "_index": 2141, "bedlevel": 815.9000244140625, "branchid": "pipe_20_E8;pipe_20_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2139_generated", "shape": null, "area": 0.64, "streetlevel": 818.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 818.9000244140625, "distance_right": 1.315680624067599e-07, "index_right": 2146, "nodeid": "1384688.346595_5857647.380408", "id": "1384688.346595_5857647.380408", "name": "manhole_2139_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384688.346595123410225, 5857647.380408045835793 ] } }, -{ "type": "Feature", "properties": { "_index": 2142, "bedlevel": 815.9000244140625, "branchid": "pipe_20_E9;pipe_20_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2140_generated", "shape": null, "area": 0.64, "streetlevel": 818.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 818.9000244140625, "distance_right": 3.6700491044701186e-07, "index_right": 2147, "nodeid": "1384699.645464_5857696.042944", "id": "1384699.645464_5857696.042944", "name": "manhole_2140_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384699.64546363777481, 5857696.042943941429257 ] } }, -{ "type": "Feature", "properties": { "_index": 2143, "bedlevel": 788.0, "branchid": "pipe_20_E10;pipe_20_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2141_generated", "shape": null, "area": 0.64, "streetlevel": 791.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 791.0, "distance_right": 2.2220693550766025e-07, "index_right": 2148, "nodeid": "1384710.944332_5857744.705480", "id": "1384710.944332_5857744.705480", "name": "manhole_2141_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384710.944332152139395, 5857744.705479837954044 ] } }, -{ "type": "Feature", "properties": { "_index": 2144, "bedlevel": 768.9000244140625, "branchid": "pipe_20_E11;pipe_20_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2142_generated", "shape": null, "area": 0.64, "streetlevel": 771.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 771.9000244140625, "distance_right": 4.8028085976613379e-07, "index_right": 2149, "nodeid": "1384726.848783_5857791.671308", "id": "1384726.848783_5857791.671308", "name": "manhole_2142_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384726.848783193388954, 5857791.671307560056448 ] } }, -{ "type": "Feature", "properties": { "_index": 2145, "bedlevel": 768.9000244140625, "branchid": "pipe_20_E12;pipe_20_E13", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2143_generated", "shape": null, "area": 0.64, "streetlevel": 771.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 771.9000244140625, "distance_right": 5.9588726492505702e-07, "index_right": 2150, "nodeid": "1384753.929338_5857833.199649", "id": "1384753.929338_5857833.199649", "name": "manhole_2143_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384753.929338480113074, 5857833.199649352580309 ] } }, -{ "type": "Feature", "properties": { "_index": 2146, "bedlevel": 768.9000244140625, "branchid": "pipe_20_E13;pipe_20_E14", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2144_generated", "shape": null, "area": 0.64, "streetlevel": 771.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 771.9000244140625, "distance_right": 3.5161620977039942e-07, "index_right": 2151, "nodeid": "1384783.627482_5857873.006575", "id": "1384783.627482_5857873.006575", "name": "manhole_2144_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384783.627482200739905, 5857873.006575288251042 ] } }, -{ "type": "Feature", "properties": { "_index": 2147, "bedlevel": 788.0, "branchid": "pipe_20_E14;pipe_20_E15", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2145_generated", "shape": null, "area": 0.64, "streetlevel": 791.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 791.0, "distance_right": 3.7131283277773026e-07, "index_right": 2152, "nodeid": "1384795.018453_5857920.637507", "id": "1384795.018453_5857920.637507", "name": "manhole_2145_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384795.018452654592693, 5857920.637507135979831 ] } }, -{ "type": "Feature", "properties": { "_index": 2148, "bedlevel": 788.0, "branchid": "pipe_20_E15;pipe_20_E16", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2146_generated", "shape": null, "area": 0.64, "streetlevel": 791.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 791.0, "distance_right": 3.6017576108266254e-07, "index_right": 2153, "nodeid": "1384785.075932_5857969.445633", "id": "1384785.075932_5857969.445633", "name": "manhole_2146_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384785.075932276435196, 5857969.445633230730891 ] } }, -{ "type": "Feature", "properties": { "_index": 2149, "bedlevel": 817.10003662109375, "branchid": "pipe_20_E16;pipe_20_E17", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2147_generated", "shape": null, "area": 0.64, "streetlevel": 820.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 820.10003662109375, "distance_right": 3.2088624364960761e-07, "index_right": 2154, "nodeid": "1384771.479073_5858017.516750", "id": "1384771.479073_5858017.516750", "name": "manhole_2147_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384771.479073295136914, 5858017.516749874688685 ] } }, -{ "type": "Feature", "properties": { "_index": 2150, "bedlevel": 817.10003662109375, "branchid": "pipe_20_E17;pipe_20_E18", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2148_generated", "shape": null, "area": 0.64, "streetlevel": 820.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 820.10003662109375, "distance_right": 4.4953182233117254e-07, "index_right": 2155, "nodeid": "1384763.325190_5858066.675425", "id": "1384763.325190_5858066.675425", "name": "manhole_2148_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384763.32518996251747, 5858066.675425447523594 ] } }, -{ "type": "Feature", "properties": { "_index": 2151, "bedlevel": 817.10003662109375, "branchid": "pipe_20_E18;pipe_20_E19", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2149_generated", "shape": null, "area": 0.64, "streetlevel": 820.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 820.10003662109375, "distance_right": 5.3880955032763759e-07, "index_right": 2156, "nodeid": "1384757.405407_5858116.280496", "id": "1384757.405407_5858116.280496", "name": "manhole_2149_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384757.405406558187678, 5858116.280495692044497 ] } }, -{ "type": "Feature", "properties": { "_index": 2152, "bedlevel": 844.0, "branchid": "pipe_20_E19;pipe_20_E20", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2150_generated", "shape": null, "area": 0.64, "streetlevel": 847.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 847.0, "distance_right": 5.3637227265526465e-07, "index_right": 2157, "nodeid": "1384746.211964_5858164.956997", "id": "1384746.211964_5858164.956997", "name": "manhole_2150_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384746.211964494548738, 5858164.956996791996062 ] } }, -{ "type": "Feature", "properties": { "_index": 2153, "bedlevel": 844.0, "branchid": "pipe_20_E20;pipe_20_E21", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2151_generated", "shape": null, "area": 0.64, "streetlevel": 847.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 847.0, "distance_right": 4.5977538296708937e-07, "index_right": 2158, "nodeid": "1384738.028055_5858213.862444", "id": "1384738.028055_5858213.862444", "name": "manhole_2151_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384738.028054837835953, 5858213.862443570047617 ] } }, -{ "type": "Feature", "properties": { "_index": 2154, "bedlevel": 844.0, "branchid": "pipe_20_E21;pipe_20_E22", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2152_generated", "shape": null, "area": 0.64, "streetlevel": 847.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 847.0, "distance_right": 1.3906988183523212e-07, "index_right": 2159, "nodeid": "1384756.479259_5858259.218586", "id": "1384756.479259_5858259.218586", "name": "manhole_2152_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384756.479259133106098, 5858259.218586039729416 ] } }, -{ "type": "Feature", "properties": { "_index": 2155, "bedlevel": 830.20001220703125, "branchid": "pipe_20_E22;pipe_20_E23", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2153_generated", "shape": null, "area": 0.64, "streetlevel": 833.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 833.20001220703125, "distance_right": 4.957432448534482e-07, "index_right": 2160, "nodeid": "1384792.653981_5858293.253396", "id": "1384792.653981_5858293.253396", "name": "manhole_2153_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384792.653981153853238, 5858293.25339647103101 ] } }, -{ "type": "Feature", "properties": { "_index": 2156, "bedlevel": 759.29998779296875, "branchid": "pipe_20_E23;pipe_20_E24", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2154_generated", "shape": null, "area": 0.64, "streetlevel": 762.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.29998779296875, "distance_right": 3.4494981559446402e-07, "index_right": 2161, "nodeid": "1384839.146884_5858310.949097", "id": "1384839.146884_5858310.949097", "name": "manhole_2154_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384839.146884107263759, 5858310.949097327888012 ] } }, -{ "type": "Feature", "properties": { "_index": 2157, "bedlevel": 759.29998779296875, "branchid": "pipe_20_E24;pipe_20_E25", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2155_generated", "shape": null, "area": 0.64, "streetlevel": 762.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.29998779296875, "distance_right": 4.1482822303052493e-07, "index_right": 2162, "nodeid": "1384888.517510_5858307.535864", "id": "1384888.517510_5858307.535864", "name": "manhole_2155_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384888.517509665805846, 5858307.535864246077836 ] } }, -{ "type": "Feature", "properties": { "_index": 2158, "bedlevel": 748.0, "branchid": "pipe_20_E25;pipe_20_E26", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2156_generated", "shape": null, "area": 0.64, "streetlevel": 751.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 751.0, "distance_right": 1.9615342642219019e-07, "index_right": 2163, "nodeid": "1384936.622763_5858294.068231", "id": "1384936.622763_5858294.068231", "name": "manhole_2156_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384936.622762819286436, 5858294.068231076002121 ] } }, -{ "type": "Feature", "properties": { "_index": 2159, "bedlevel": 748.0, "branchid": "pipe_20_E26;pipe_20_E27", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2157_generated", "shape": null, "area": 0.64, "streetlevel": 751.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 751.0, "distance_right": 5.3404041479262363e-07, "index_right": 2164, "nodeid": "1384984.637113_5858280.272530", "id": "1384984.637113_5858280.272530", "name": "manhole_2157_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384984.637113286415115, 5858280.272530450485647 ] } }, -{ "type": "Feature", "properties": { "_index": 2160, "bedlevel": 740.20001220703125, "branchid": "pipe_20_E27;pipe_20_E28", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2158_generated", "shape": null, "area": 0.64, "streetlevel": 743.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 743.20001220703125, "distance_right": 4.4808866815921511e-07, "index_right": 2165, "nodeid": "1385032.633651_5858266.414711", "id": "1385032.633651_5858266.414711", "name": "manhole_2158_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385032.633651287527755, 5858266.414710656739771 ] } }, -{ "type": "Feature", "properties": { "_index": 2161, "bedlevel": 740.20001220703125, "branchid": "pipe_20_E28;pipe_20_E29", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2159_generated", "shape": null, "area": 0.64, "streetlevel": 743.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 743.20001220703125, "distance_right": 4.5997725205119854e-07, "index_right": 2166, "nodeid": "1385081.886840_5858258.136645", "id": "1385081.886840_5858258.136645", "name": "manhole_2159_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385081.886840383987874, 5858258.136644747108221 ] } }, -{ "type": "Feature", "properties": { "_index": 2162, "bedlevel": 744.60003662109375, "branchid": "pipe_20_E29;pipe_20_E30", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2160_generated", "shape": null, "area": 0.64, "streetlevel": 747.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 747.60003662109375, "distance_right": 5.1289583885473558e-07, "index_right": 2167, "nodeid": "1385131.310464_5858263.211211", "id": "1385131.310464_5858263.211211", "name": "manhole_2160_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385131.310463621048257, 5858263.211211345158517 ] } }, -{ "type": "Feature", "properties": { "_index": 2163, "bedlevel": 753.79998779296875, "branchid": "pipe_20_E30;pipe_20_E31", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2161_generated", "shape": null, "area": 0.64, "streetlevel": 756.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.79998779296875, "distance_right": 1.466862620517437e-07, "index_right": 2168, "nodeid": "1385177.729395_5858281.168494", "id": "1385177.729395_5858281.168494", "name": "manhole_2161_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385177.729395114118233, 5858281.168494092300534 ] } }, -{ "type": "Feature", "properties": { "_index": 2164, "bedlevel": 755.9000244140625, "branchid": "pipe_20_E31;pipe_20_E32", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2162_generated", "shape": null, "area": 0.64, "streetlevel": 758.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.9000244140625, "distance_right": 3.6395302459551237e-07, "index_right": 2169, "nodeid": "1385219.956519_5858307.842426", "id": "1385219.956519_5858307.842426", "name": "manhole_2162_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385219.95651927171275, 5858307.84242575801909 ] } }, -{ "type": "Feature", "properties": { "_index": 2165, "bedlevel": 755.9000244140625, "branchid": "pipe_20_E32;pipe_20_E33", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2163_generated", "shape": null, "area": 0.64, "streetlevel": 758.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.9000244140625, "distance_right": 1.8879808927425897e-07, "index_right": 2170, "nodeid": "1385261.864507_5858335.034840", "id": "1385261.864507_5858335.034840", "name": "manhole_2163_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385261.864506913116202, 5858335.034840167500079 ] } }, -{ "type": "Feature", "properties": { "_index": 2166, "bedlevel": 753.29998779296875, "branchid": "pipe_20_E33;pipe_20_E34", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2164_generated", "shape": null, "area": 0.64, "streetlevel": 756.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.29998779296875, "distance_right": 5.419301661765223e-07, "index_right": 2171, "nodeid": "1385305.658712_5858358.964501", "id": "1385305.658712_5858358.964501", "name": "manhole_2164_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385305.658712412696332, 5858358.964500648900867 ] } }, -{ "type": "Feature", "properties": { "_index": 2167, "bedlevel": 753.29998779296875, "branchid": "pipe_20_E34;pipe_20_E35", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2165_generated", "shape": null, "area": 0.64, "streetlevel": 756.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.29998779296875, "distance_right": 1.8543977824422103e-07, "index_right": 2172, "nodeid": "1385350.136276_5858381.712098", "id": "1385350.136276_5858381.712098", "name": "manhole_2165_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385350.136275847908109, 5858381.712097893469036 ] } }, -{ "type": "Feature", "properties": { "_index": 2168, "bedlevel": 747.79998779296875, "branchid": "pipe_20_E35;pipe_20_E36", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2166_generated", "shape": null, "area": 0.64, "streetlevel": 750.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 750.79998779296875, "distance_right": 3.5987401233780288e-07, "index_right": 2173, "nodeid": "1385394.617425_5858404.452682", "id": "1385394.617425_5858404.452682", "name": "manhole_2166_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385394.617425152566284, 5858404.452682325616479 ] } }, -{ "type": "Feature", "properties": { "_index": 2169, "bedlevel": 757.20001220703125, "branchid": "pipe_20_E36;pipe_20_E37", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2167_generated", "shape": null, "area": 0.64, "streetlevel": 760.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 760.20001220703125, "distance_right": 4.601393315218742e-07, "index_right": 2174, "nodeid": "1385439.245916_5858426.901899", "id": "1385439.245916_5858426.901899", "name": "manhole_2167_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385439.245915542822331, 5858426.901898948475718 ] } }, -{ "type": "Feature", "properties": { "_index": 2170, "bedlevel": 751.29998779296875, "branchid": "pipe_20_E37;pipe_20_E38", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2168_generated", "shape": null, "area": 0.64, "streetlevel": 754.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 754.29998779296875, "distance_right": 2.101491005489345e-07, "index_right": 2175, "nodeid": "1385483.926140_5858449.248809", "id": "1385483.926140_5858449.248809", "name": "manhole_2168_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385483.926139793125913, 5858449.248809035867453 ] } }, -{ "type": "Feature", "properties": { "_index": 2171, "bedlevel": 751.29998779296875, "branchid": "pipe_20_E38;pipe_20_E39", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2169_generated", "shape": null, "area": 0.64, "streetlevel": 754.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 754.29998779296875, "distance_right": 1.7103720699768628e-07, "index_right": 2176, "nodeid": "1385525.860647_5858475.863234", "id": "1385525.860647_5858475.863234", "name": "manhole_2169_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385525.860647091642022, 5858475.8632338559255 ] } }, -{ "type": "Feature", "properties": { "_index": 2172, "bedlevel": 751.29998779296875, "branchid": "pipe_20_E39;pipe_20_E40", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2170_generated", "shape": null, "area": 0.64, "streetlevel": 754.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 754.29998779296875, "distance_right": 4.4366280841908402e-07, "index_right": 2177, "nodeid": "1385553.357332_5858517.404888", "id": "1385553.357332_5858517.404888", "name": "manhole_2170_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385553.357332118786871, 5858517.404887572862208 ] } }, -{ "type": "Feature", "properties": { "_index": 2173, "bedlevel": 748.70001220703125, "branchid": "pipe_20_E40;pipe_20_E41", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2171_generated", "shape": null, "area": 0.64, "streetlevel": 751.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 751.70001220703125, "distance_right": 3.4367514486766495e-07, "index_right": 2178, "nodeid": "1385579.617479_5858559.686365", "id": "1385579.617479_5858559.686365", "name": "manhole_2171_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385579.617479301057756, 5858559.686364834196866 ] } }, -{ "type": "Feature", "properties": { "_index": 2174, "bedlevel": 748.70001220703125, "branchid": "pipe_20_E41;pipe_20_E42", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2172_generated", "shape": null, "area": 0.64, "streetlevel": 751.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 751.70001220703125, "distance_right": 2.5610704050949026e-07, "index_right": 2179, "nodeid": "1385621.905694_5858585.068031", "id": "1385621.905694_5858585.068031", "name": "manhole_2172_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385621.905693766893819, 5858585.068030893802643 ] } }, -{ "type": "Feature", "properties": { "_index": 2175, "bedlevel": 747.9000244140625, "branchid": "pipe_20_E42;pipe_20_E43", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2173_generated", "shape": null, "area": 0.64, "streetlevel": 750.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 750.9000244140625, "distance_right": 3.6119177667836709e-07, "index_right": 2180, "nodeid": "1385664.027274_5858611.351027", "id": "1385664.027274_5858611.351027", "name": "manhole_2173_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385664.027273919200525, 5858611.351026647724211 ] } }, -{ "type": "Feature", "properties": { "_index": 2176, "bedlevel": 747.9000244140625, "branchid": "pipe_20_E43;pipe_20_E44", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2174_generated", "shape": null, "area": 0.64, "streetlevel": 750.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 750.9000244140625, "distance_right": 4.2503991281748145e-07, "index_right": 2181, "nodeid": "1385700.387206_5858645.507955", "id": "1385700.387206_5858645.507955", "name": "manhole_2174_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385700.387205619364977, 5858645.507954810746014 ] } }, -{ "type": "Feature", "properties": { "_index": 2177, "bedlevel": 747.9000244140625, "branchid": "pipe_20_E44;pipe_20_E45", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2175_generated", "shape": null, "area": 0.64, "streetlevel": 750.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 750.9000244140625, "distance_right": 4.0335649518180225e-07, "index_right": 2182, "nodeid": "1385734.601841_5858681.909405", "id": "1385734.601841_5858681.909405", "name": "manhole_2175_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385734.601841112133116, 5858681.909404612146318 ] } }, -{ "type": "Feature", "properties": { "_index": 2178, "bedlevel": 752.79998779296875, "branchid": "pipe_20_E45;pipe_20_E46", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2176_generated", "shape": null, "area": 0.64, "streetlevel": 755.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 755.79998779296875, "distance_right": 5.7125618808521589e-07, "index_right": 2183, "nodeid": "1385768.816477_5858718.310854", "id": "1385768.816477_5858718.310854", "name": "manhole_2176_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385768.816476604901254, 5858718.310854412615299 ] } }, -{ "type": "Feature", "properties": { "_index": 2179, "bedlevel": 752.79998779296875, "branchid": "pipe_20_E46;pipe_20_E47", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2177_generated", "shape": null, "area": 0.64, "streetlevel": 755.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 755.79998779296875, "distance_right": 9.4215891635551309e-08, "index_right": 2184, "nodeid": "1385802.200312_5858755.447310", "id": "1385802.200312_5858755.447310", "name": "manhole_2177_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385802.200311921536922, 5858755.447309947572649 ] } }, -{ "type": "Feature", "properties": { "_index": 2180, "bedlevel": 752.79998779296875, "branchid": "pipe_20_E47", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2178_generated", "shape": null, "area": 0.64, "streetlevel": 755.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 755.79998779296875, "distance_right": 4.9733410300668418e-07, "index_right": 2185, "nodeid": "1385834.159462_5858793.844179", "id": "1385834.159462_5858793.844179", "name": "manhole_2178_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385834.15946239954792, 5858793.844178703613579 ] } }, -{ "type": "Feature", "properties": { "_index": 2181, "bedlevel": 753.29998779296875, "branchid": "pipe_21_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2179_generated", "shape": null, "area": 0.64, "streetlevel": 756.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.29998779296875, "distance_right": 3.3313663649888272e-07, "index_right": 2186, "nodeid": "1385352.471788_5858398.702550", "id": "1385352.471788_5858398.702550", "name": "manhole_2179_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385352.471788094611838, 5858398.70255031902343 ] } }, -{ "type": "Feature", "properties": { "_index": 2181, "bedlevel": 762.0, "branchid": "pipe_21_E0;pipe_21_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2180_generated", "shape": null, "area": 0.64, "streetlevel": 765.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 765.0, "distance_right": 5.4077632442523464e-07, "index_right": 2187, "nodeid": "1385323.609450_5858430.098599", "id": "1385323.609450_5858430.098599", "name": "manhole_2180_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385323.609449510695413, 5858430.098599229939282 ] } }, -{ "type": "Feature", "properties": { "_index": 2182, "bedlevel": 762.0, "branchid": "pipe_21_E1;pipe_21_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2181_generated", "shape": null, "area": 0.64, "streetlevel": 765.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 765.0, "distance_right": 2.9393603149665491e-07, "index_right": 2188, "nodeid": "1385286.388776_5858419.306092", "id": "1385286.388776_5858419.306092", "name": "manhole_2181_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385286.388775944709778, 5858419.306091710925102 ] } }, -{ "type": "Feature", "properties": { "_index": 2183, "bedlevel": 755.9000244140625, "branchid": "pipe_21_E2;pipe_21_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2182_generated", "shape": null, "area": 0.64, "streetlevel": 758.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.9000244140625, "distance_right": 4.2516335479223613e-07, "index_right": 2189, "nodeid": "1385252.458743_5858394.201655", "id": "1385252.458743_5858394.201655", "name": "manhole_2182_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385252.458742934046313, 5858394.201654580421746 ] } }, -{ "type": "Feature", "properties": { "_index": 2184, "bedlevel": 755.9000244140625, "branchid": "pipe_21_E3;pipe_21_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2183_generated", "shape": null, "area": 0.64, "streetlevel": 758.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.9000244140625, "distance_right": 5.5811889877153229e-07, "index_right": 2190, "nodeid": "1385217.536378_5858369.723605", "id": "1385217.536378_5858369.723605", "name": "manhole_2183_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385217.536378393415362, 5858369.72360460460186 ] } }, -{ "type": "Feature", "properties": { "_index": 2185, "bedlevel": 753.79998779296875, "branchid": "pipe_21_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2184_generated", "shape": null, "area": 0.64, "streetlevel": 756.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.79998779296875, "distance_right": 5.341153742051576e-07, "index_right": 2191, "nodeid": "1385177.877520_5858363.975667", "id": "1385177.877520_5858363.975667", "name": "manhole_2184_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385177.877519500209019, 5858363.975667187944055 ] } }, -{ "type": "Feature", "properties": { "_index": 2186, "bedlevel": 810.60003662109375, "branchid": "pipe_23_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2185_generated", "shape": null, "area": 0.64, "streetlevel": 813.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 813.60003662109375, "distance_right": 3.7932856782999725e-07, "index_right": 2192, "nodeid": "1384748.107252_5858475.465394", "id": "1384748.107252_5858475.465394", "name": "manhole_2185_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384748.107251951703802, 5858475.46539437584579 ] } }, -{ "type": "Feature", "properties": { "_index": 2186, "bedlevel": 810.60003662109375, "branchid": "pipe_23_E0;pipe_23_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2186_generated", "shape": null, "area": 0.64, "streetlevel": 813.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 813.60003662109375, "distance_right": 1.5235470245872061e-07, "index_right": 2193, "nodeid": "1384773.662756_5858482.028829", "id": "1384773.662756_5858482.028829", "name": "manhole_2186_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384773.662756133358926, 5858482.028828926384449 ] } }, -{ "type": "Feature", "properties": { "_index": 2187, "bedlevel": 810.60003662109375, "branchid": "pipe_23_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2187_generated", "shape": null, "area": 0.64, "streetlevel": 813.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 813.60003662109375, "distance_right": 5.7240456036556167e-07, "index_right": 2194, "nodeid": "1384799.218260_5858488.592263", "id": "1384799.218260_5858488.592263", "name": "manhole_2187_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384799.21826031524688, 5858488.592263477854431 ] } }, -{ "type": "Feature", "properties": { "_index": 2188, "bedlevel": 759.9000244140625, "branchid": "pipe_24_E0;pipe_26_E0;pipe_29_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2188_generated", "shape": null, "area": 0.64, "streetlevel": 762.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.9000244140625, "distance_right": 4.1723277328328253e-07, "index_right": 2195, "nodeid": "1385831.554475_5858837.476551", "id": "1385831.554475_5858837.476551", "name": "manhole_2188_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385831.554474999429658, 5858837.476550582796335 ] } }, -{ "type": "Feature", "properties": { "_index": 2188, "bedlevel": 748.4000244140625, "branchid": "pipe_24_E0;pipe_24_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2189_generated", "shape": null, "area": 0.64, "streetlevel": 751.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 751.4000244140625, "distance_right": 3.5562508610116324e-07, "index_right": 2196, "nodeid": "1385834.933234_5858795.367518", "id": "1385834.933234_5858795.367518", "name": "manhole_2189_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385834.933234154479578, 5858795.367517679929733 ] } }, -{ "type": "Feature", "properties": { "_index": 2189, "bedlevel": 756.70001220703125, "branchid": "pipe_24_E1;pipe_26_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2190_generated", "shape": null, "area": 0.64, "streetlevel": 759.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 759.70001220703125, "distance_right": 1.6097894538102849e-07, "index_right": 2197, "nodeid": "1385855.640896_5858836.135080", "id": "1385855.640896_5858836.135080", "name": "manhole_2190_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385855.640895856311545, 5858836.135079927742481 ] } }, -{ "type": "Feature", "properties": { "_index": 2190, "bedlevel": 783.79998779296875, "branchid": "pipe_25_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2191_generated", "shape": null, "area": 0.64, "streetlevel": 786.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.79998779296875, "distance_right": 4.9875171671174047e-07, "index_right": 2198, "nodeid": "1385425.871742_5858809.522039", "id": "1385425.871742_5858809.522039", "name": "manhole_2191_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385425.871741503709927, 5858809.522038951516151 ] } }, -{ "type": "Feature", "properties": { "_index": 2190, "bedlevel": 788.20001220703125, "branchid": "pipe_25_E0;pipe_25_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2192_generated", "shape": null, "area": 0.64, "streetlevel": 791.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 791.20001220703125, "distance_right": 5.7550611101994379e-07, "index_right": 2199, "nodeid": "1385446.216240_5858844.397749", "id": "1385446.216240_5858844.397749", "name": "manhole_2192_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385446.216239683330059, 5858844.397748519666493 ] } }, -{ "type": "Feature", "properties": { "_index": 2191, "bedlevel": 788.20001220703125, "branchid": "pipe_25_E1;pipe_25_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2193_generated", "shape": null, "area": 0.64, "streetlevel": 791.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 791.20001220703125, "distance_right": 2.8135076174496163e-07, "index_right": 2200, "nodeid": "1385453.998638_5858886.437654", "id": "1385453.998638_5858886.437654", "name": "manhole_2193_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385453.998638280900195, 5858886.437654017470777 ] } }, -{ "type": "Feature", "properties": { "_index": 2192, "bedlevel": 780.0, "branchid": "pipe_25_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2194_generated", "shape": null, "area": 0.64, "streetlevel": 783.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 783.0, "distance_right": 4.913263386404469e-07, "index_right": 2201, "nodeid": "1385472.218053_5858925.273073", "id": "1385472.218053_5858925.273073", "name": "manhole_2194_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385472.218053022632375, 5858925.273072509095073 ] } }, -{ "type": "Feature", "properties": { "_index": 2194, "bedlevel": 756.70001220703125, "branchid": "pipe_29_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2195_generated", "shape": null, "area": 0.64, "streetlevel": 759.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 759.70001220703125, "distance_right": 2.0428258687376185e-07, "index_right": 2202, "nodeid": "1385861.372514_5858893.832569", "id": "1385861.372514_5858893.832569", "name": "manhole_2195_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385861.372513797832653, 5858893.832569030113518 ] } }, -{ "type": "Feature", "properties": { "_index": 2194, "bedlevel": 756.70001220703125, "branchid": "pipe_29_E0;pipe_29_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2196_generated", "shape": null, "area": 0.64, "streetlevel": 759.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 759.70001220703125, "distance_right": 1.9678914319064008e-07, "index_right": 2203, "nodeid": "1385844.630084_5858865.848266", "id": "1385844.630084_5858865.848266", "name": "manhole_2196_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385844.630084188189358, 5858865.848266057670116 ] } }, -{ "type": "Feature", "properties": { "_index": 2196, "bedlevel": 766.4000244140625, "branchid": "pipe_30_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2197_generated", "shape": null, "area": 0.64, "streetlevel": 769.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 769.4000244140625, "distance_right": 1.0826199317136784e-07, "index_right": 2204, "nodeid": "1387137.223009_5858981.723107", "id": "1387137.223009_5858981.723107", "name": "manhole_2197_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387137.22300889948383, 5858981.723106959834695 ] } }, -{ "type": "Feature", "properties": { "_index": 2196, "bedlevel": 766.4000244140625, "branchid": "pipe_30_E0;pipe_30_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2198_generated", "shape": null, "area": 0.64, "streetlevel": 769.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 769.4000244140625, "distance_right": 3.686684848268439e-07, "index_right": 2205, "nodeid": "1387148.048593_5859026.366798", "id": "1387148.048593_5859026.366798", "name": "manhole_2198_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387148.04859330272302, 5859026.366797789931297 ] } }, -{ "type": "Feature", "properties": { "_index": 2197, "bedlevel": 759.60003662109375, "branchid": "pipe_30_E1;pipe_30_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2199_generated", "shape": null, "area": 0.64, "streetlevel": 762.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.60003662109375, "distance_right": 5.7761078259871499e-07, "index_right": 2206, "nodeid": "1387119.959376_5859056.934599", "id": "1387119.959376_5859056.934599", "name": "manhole_2199_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387119.95937648974359, 5859056.934598693624139 ] } }, -{ "type": "Feature", "properties": { "_index": 2198, "bedlevel": 759.60003662109375, "branchid": "pipe_30_E2;pipe_30_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2200_generated", "shape": null, "area": 0.64, "streetlevel": 762.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.60003662109375, "distance_right": 4.8820694205349016e-07, "index_right": 2207, "nodeid": "1387074.832296_5859065.301006", "id": "1387074.832296_5859065.301006", "name": "manhole_2200_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387074.832296247361228, 5859065.30100557859987 ] } }, -{ "type": "Feature", "properties": { "_index": 2199, "bedlevel": 752.79998779296875, "branchid": "pipe_30_E3;pipe_30_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2201_generated", "shape": null, "area": 0.64, "streetlevel": 755.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 755.79998779296875, "distance_right": 3.374577181130728e-07, "index_right": 2208, "nodeid": "1387030.356415_5859076.861371", "id": "1387030.356415_5859076.861371", "name": "manhole_2201_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387030.356415221933275, 5859076.86137125454843 ] } }, -{ "type": "Feature", "properties": { "_index": 2200, "bedlevel": 769.4000244140625, "branchid": "pipe_30_E4;pipe_30_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2202_generated", "shape": null, "area": 0.64, "streetlevel": 772.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 772.4000244140625, "distance_right": 5.6152650214475575e-07, "index_right": 2209, "nodeid": "1386986.427999_5859090.309648", "id": "1386986.427999_5859090.309648", "name": "manhole_2202_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386986.427998587489128, 5859090.309648380614817 ] } }, -{ "type": "Feature", "properties": { "_index": 2201, "bedlevel": 758.60003662109375, "branchid": "pipe_30_E5;pipe_30_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2203_generated", "shape": null, "area": 0.64, "streetlevel": 761.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 761.60003662109375, "distance_right": 5.4995130325451761e-07, "index_right": 2210, "nodeid": "1386945.966695_5859111.788387", "id": "1386945.966695_5859111.788387", "name": "manhole_2203_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386945.966695382725447, 5859111.788386604748666 ] } }, -{ "type": "Feature", "properties": { "_index": 2202, "bedlevel": 758.60003662109375, "branchid": "pipe_30_E6;pipe_30_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2204_generated", "shape": null, "area": 0.64, "streetlevel": 761.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 761.60003662109375, "distance_right": 4.9633513749728012e-07, "index_right": 2211, "nodeid": "1386905.771024_5859134.105929", "id": "1386905.771024_5859134.105929", "name": "manhole_2204_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386905.77102447184734, 5859134.105928846634924 ] } }, -{ "type": "Feature", "properties": { "_index": 2203, "bedlevel": 758.60003662109375, "branchid": "pipe_30_E7;pipe_32_E0;pipe_33_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2205_generated", "shape": null, "area": 0.64, "streetlevel": 761.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 761.60003662109375, "distance_right": 2.7520069926497903e-07, "index_right": 2212, "nodeid": "1386871.537448_5859162.609671", "id": "1386871.537448_5859162.609671", "name": "manhole_2205_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386871.537448140559718, 5859162.609670763835311 ] } }, -{ "type": "Feature", "properties": { "_index": 2204, "bedlevel": 758.60003662109375, "branchid": "pipe_32_E0;pipe_32_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2206_generated", "shape": null, "area": 0.64, "streetlevel": 761.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 761.60003662109375, "distance_right": 4.8588826730380931e-07, "index_right": 2213, "nodeid": "1386921.106019_5859163.103915", "id": "1386921.106019_5859163.103915", "name": "manhole_2206_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386921.106019288301468, 5859163.103915391489863 ] } }, -{ "type": "Feature", "properties": { "_index": 2205, "bedlevel": 769.4000244140625, "branchid": "pipe_32_E1;pipe_32_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2207_generated", "shape": null, "area": 0.64, "streetlevel": 772.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 772.4000244140625, "distance_right": 4.9582240878676894e-07, "index_right": 2214, "nodeid": "1386970.627896_5859161.624509", "id": "1386970.627896_5859161.624509", "name": "manhole_2207_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386970.627896018791944, 5859161.624508504755795 ] } }, -{ "type": "Feature", "properties": { "_index": 2206, "bedlevel": 769.4000244140625, "branchid": "pipe_32_E2;pipe_32_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2208_generated", "shape": null, "area": 0.64, "streetlevel": 772.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 772.4000244140625, "distance_right": 5.5451950297642449e-07, "index_right": 2215, "nodeid": "1387019.993600_5859157.412991", "id": "1387019.993600_5859157.412991", "name": "manhole_2208_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387019.993600395740941, 5859157.412991388700902 ] } }, -{ "type": "Feature", "properties": { "_index": 2207, "bedlevel": 778.10003662109375, "branchid": "pipe_32_E3;pipe_32_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2209_generated", "shape": null, "area": 0.64, "streetlevel": 781.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 781.10003662109375, "distance_right": 3.1035547522737893e-07, "index_right": 2216, "nodeid": "1387069.191226_5859151.340004", "id": "1387069.191226_5859151.340004", "name": "manhole_2209_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387069.191225855611265, 5859151.340004274621606 ] } }, -{ "type": "Feature", "properties": { "_index": 2208, "bedlevel": 778.10003662109375, "branchid": "pipe_32_E4;pipe_32_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2210_generated", "shape": null, "area": 0.64, "streetlevel": 781.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 781.10003662109375, "distance_right": 2.6808181379243751e-07, "index_right": 2217, "nodeid": "1387118.547864_5859146.828393", "id": "1387118.547864_5859146.828393", "name": "manhole_2210_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387118.547863835236058, 5859146.828392788767815 ] } }, -{ "type": "Feature", "properties": { "_index": 2209, "bedlevel": 783.4000244140625, "branchid": "pipe_32_E5;pipe_32_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2211_generated", "shape": null, "area": 0.64, "streetlevel": 786.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.4000244140625, "distance_right": 4.3713920793115639e-07, "index_right": 2218, "nodeid": "1387167.916039_5859151.025294", "id": "1387167.916039_5859151.025294", "name": "manhole_2211_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387167.916038708761334, 5859151.025294326245785 ] } }, -{ "type": "Feature", "properties": { "_index": 2210, "bedlevel": 783.4000244140625, "branchid": "pipe_32_E6;pipe_32_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2212_generated", "shape": null, "area": 0.64, "streetlevel": 786.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.4000244140625, "distance_right": 2.5205839433754474e-07, "index_right": 2219, "nodeid": "1387217.282605_5859155.523035", "id": "1387217.282605_5859155.523035", "name": "manhole_2212_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387217.282604865729809, 5859155.523034786805511 ] } }, -{ "type": "Feature", "properties": { "_index": 2211, "bedlevel": 784.60003662109375, "branchid": "pipe_32_E7;pipe_32_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2213_generated", "shape": null, "area": 0.64, "streetlevel": 787.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 787.60003662109375, "distance_right": 2.4966567906009152e-07, "index_right": 2220, "nodeid": "1387266.649171_5859160.020775", "id": "1387266.649171_5859160.020775", "name": "manhole_2213_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387266.649171022465453, 5859160.020775248296559 ] } }, -{ "type": "Feature", "properties": { "_index": 2212, "bedlevel": 784.60003662109375, "branchid": "pipe_32_E8;pipe_32_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2214_generated", "shape": null, "area": 0.64, "streetlevel": 787.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 787.60003662109375, "distance_right": 2.4506572779662508e-07, "index_right": 2221, "nodeid": "1387315.831188_5859165.716173", "id": "1387315.831188_5859165.716173", "name": "manhole_2214_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387315.831188223091885, 5859165.716172898188233 ] } }, -{ "type": "Feature", "properties": { "_index": 2213, "bedlevel": 787.4000244140625, "branchid": "pipe_32_E9;pipe_32_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2215_generated", "shape": null, "area": 0.64, "streetlevel": 790.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 790.4000244140625, "distance_right": 3.8513770845044176e-07, "index_right": 2222, "nodeid": "1387364.261765_5859176.288154", "id": "1387364.261765_5859176.288154", "name": "manhole_2215_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387364.261764668161049, 5859176.288154195994139 ] } }, -{ "type": "Feature", "properties": { "_index": 2214, "bedlevel": 787.4000244140625, "branchid": "pipe_32_E10;pipe_32_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2216_generated", "shape": null, "area": 0.64, "streetlevel": 790.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 790.4000244140625, "distance_right": 3.3210008430605365e-08, "index_right": 2223, "nodeid": "1387411.186260_5859192.118345", "id": "1387411.186260_5859192.118345", "name": "manhole_2216_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387411.186259990092367, 5859192.118345031514764 ] } }, -{ "type": "Feature", "properties": { "_index": 2215, "bedlevel": 786.10003662109375, "branchid": "pipe_32_E11;pipe_32_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2217_generated", "shape": null, "area": 0.64, "streetlevel": 789.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 789.10003662109375, "distance_right": 4.7365879545282216e-07, "index_right": 2224, "nodeid": "1387455.544593_5859213.906052", "id": "1387455.544593_5859213.906052", "name": "manhole_2217_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387455.544592748628929, 5859213.906051598489285 ] } }, -{ "type": "Feature", "properties": { "_index": 2216, "bedlevel": 814.20001220703125, "branchid": "pipe_32_E12;pipe_32_E13", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2218_generated", "shape": null, "area": 0.64, "streetlevel": 817.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 817.20001220703125, "distance_right": 3.9529020951305247e-07, "index_right": 2225, "nodeid": "1387490.610425_5859248.941349", "id": "1387490.610425_5859248.941349", "name": "manhole_2218_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387490.610425172373652, 5859248.94134864397347 ] } }, -{ "type": "Feature", "properties": { "_index": 2217, "bedlevel": 815.20001220703125, "branchid": "pipe_32_E13;pipe_32_E14", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2219_generated", "shape": null, "area": 0.64, "streetlevel": 818.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 818.20001220703125, "distance_right": 5.4228296261137134e-07, "index_right": 2226, "nodeid": "1387525.979066_5859283.669168", "id": "1387525.979066_5859283.669168", "name": "manhole_2219_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387525.979065561201423, 5859283.669168318621814 ] } }, -{ "type": "Feature", "properties": { "_index": 2218, "bedlevel": 815.20001220703125, "branchid": "pipe_32_E14;pipe_32_E15", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2220_generated", "shape": null, "area": 0.64, "streetlevel": 818.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 818.20001220703125, "distance_right": 3.0182548578634254e-07, "index_right": 2227, "nodeid": "1387563.532417_5859316.027063", "id": "1387563.532417_5859316.027063", "name": "manhole_2220_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387563.532416822388768, 5859316.0270627560094 ] } }, -{ "type": "Feature", "properties": { "_index": 2219, "bedlevel": 799.79998779296875, "branchid": "pipe_32_E15;pipe_32_E16", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2221_generated", "shape": null, "area": 0.64, "streetlevel": 802.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 802.79998779296875, "distance_right": 2.1107147677987274e-07, "index_right": 2228, "nodeid": "1387601.085768_5859348.384957", "id": "1387601.085768_5859348.384957", "name": "manhole_2221_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387601.085768083808944, 5859348.384957193396986 ] } }, -{ "type": "Feature", "properties": { "_index": 2220, "bedlevel": 834.70001220703125, "branchid": "pipe_32_E16;pipe_32_E17", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2222_generated", "shape": null, "area": 0.64, "streetlevel": 837.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 837.70001220703125, "distance_right": 5.052127214258991e-07, "index_right": 2229, "nodeid": "1387638.639119_5859380.742852", "id": "1387638.639119_5859380.742852", "name": "manhole_2222_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387638.639119345229119, 5859380.742851630784571 ] } }, -{ "type": "Feature", "properties": { "_index": 2221, "bedlevel": 834.70001220703125, "branchid": "pipe_32_E17;pipe_32_E18", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2223_generated", "shape": null, "area": 0.64, "streetlevel": 837.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 837.70001220703125, "distance_right": 3.9931398916583509e-07, "index_right": 2230, "nodeid": "1387676.192471_5859413.100746", "id": "1387676.192471_5859413.100746", "name": "manhole_2223_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387676.192470606416464, 5859413.100746068172157 ] } }, -{ "type": "Feature", "properties": { "_index": 2222, "bedlevel": 825.79998779296875, "branchid": "pipe_32_E18;pipe_32_E19", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2224_generated", "shape": null, "area": 0.64, "streetlevel": 828.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 828.79998779296875, "distance_right": 5.1280958514562511e-07, "index_right": 2231, "nodeid": "1387713.745822_5859445.458641", "id": "1387713.745822_5859445.458641", "name": "manhole_2224_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387713.745821867836639, 5859445.45864050462842 ] } }, -{ "type": "Feature", "properties": { "_index": 2223, "bedlevel": 825.79998779296875, "branchid": "pipe_32_E19;pipe_32_E20", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2225_generated", "shape": null, "area": 0.64, "streetlevel": 828.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 828.79998779296875, "distance_right": 4.9162563938563157e-07, "index_right": 2232, "nodeid": "1387750.394378_5859478.825171", "id": "1387750.394378_5859478.825171", "name": "manhole_2225_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387750.394377880264074, 5859478.825171477161348 ] } }, -{ "type": "Feature", "properties": { "_index": 2224, "bedlevel": 851.29998779296875, "branchid": "pipe_32_E20;pipe_32_E21", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2226_generated", "shape": null, "area": 0.64, "streetlevel": 854.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 854.29998779296875, "distance_right": 2.2099050354582448e-07, "index_right": 2233, "nodeid": "1387786.626277_5859512.656178", "id": "1387786.626277_5859512.656178", "name": "manhole_2226_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387786.626276910537854, 5859512.656178202480078 ] } }, -{ "type": "Feature", "properties": { "_index": 2225, "bedlevel": 851.29998779296875, "branchid": "pipe_32_E21;pipe_32_E22", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2227_generated", "shape": null, "area": 0.64, "streetlevel": 854.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 854.29998779296875, "distance_right": 9.454214361901851e-08, "index_right": 2234, "nodeid": "1387822.858176_5859546.487185", "id": "1387822.858176_5859546.487185", "name": "manhole_2227_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387822.858175940578803, 5859546.487184926867485 ] } }, -{ "type": "Feature", "properties": { "_index": 2226, "bedlevel": 851.29998779296875, "branchid": "pipe_32_E22;pipe_32_E23", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2228_generated", "shape": null, "area": 0.64, "streetlevel": 854.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 854.29998779296875, "distance_right": 2.3615409729123986e-07, "index_right": 2235, "nodeid": "1387850.662340_5859586.980696", "id": "1387850.662340_5859586.980696", "name": "manhole_2228_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387850.662340233800933, 5859586.980695966631174 ] } }, -{ "type": "Feature", "properties": { "_index": 2227, "bedlevel": 888.20001220703125, "branchid": "pipe_32_E23;pipe_32_E24", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2229_generated", "shape": null, "area": 0.64, "streetlevel": 891.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 891.20001220703125, "distance_right": 3.4181092772059008e-07, "index_right": 2236, "nodeid": "1387868.193222_5859633.330901", "id": "1387868.193222_5859633.330901", "name": "manhole_2229_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387868.193221996771172, 5859633.330900657922029 ] } }, -{ "type": "Feature", "properties": { "_index": 2228, "bedlevel": 873.20001220703125, "branchid": "pipe_32_E24;pipe_32_E25", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2230_generated", "shape": null, "area": 0.64, "streetlevel": 876.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 876.20001220703125, "distance_right": 2.546826698671963e-07, "index_right": 2237, "nodeid": "1387885.535610_5859679.769345", "id": "1387885.535610_5859679.769345", "name": "manhole_2230_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387885.535610173596069, 5859679.769344814121723 ] } }, -{ "type": "Feature", "properties": { "_index": 2229, "bedlevel": 873.20001220703125, "branchid": "pipe_32_E25;pipe_32_E26", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2231_generated", "shape": null, "area": 0.64, "streetlevel": 876.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 876.20001220703125, "distance_right": 5.6690489460937244e-07, "index_right": 2238, "nodeid": "1387902.854486_5859726.216553", "id": "1387902.854486_5859726.216553", "name": "manhole_2231_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387902.854485532967374, 5859726.216552678495646 ] } }, -{ "type": "Feature", "properties": { "_index": 2230, "bedlevel": 895.29998779296875, "branchid": "pipe_32_E26;pipe_32_E27", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2232_generated", "shape": null, "area": 0.64, "streetlevel": 898.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 898.29998779296875, "distance_right": 6.0131442630219361e-07, "index_right": 2239, "nodeid": "1387920.137465_5859772.677140", "id": "1387920.137465_5859772.677140", "name": "manhole_2232_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387920.137465380365029, 5859772.67713953461498 ] } }, -{ "type": "Feature", "properties": { "_index": 2231, "bedlevel": 895.29998779296875, "branchid": "pipe_32_E27;pipe_32_E28", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2233_generated", "shape": null, "area": 0.64, "streetlevel": 898.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 898.29998779296875, "distance_right": 4.516857479022367e-07, "index_right": 2240, "nodeid": "1387937.420445_5859819.137726", "id": "1387937.420445_5859819.137726", "name": "manhole_2233_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387937.420445227529854, 5859819.137726389802992 ] } }, -{ "type": "Feature", "properties": { "_index": 2232, "bedlevel": 895.29998779296875, "branchid": "pipe_32_E28;pipe_32_E29", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2234_generated", "shape": null, "area": 0.64, "streetlevel": 898.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 898.29998779296875, "distance_right": 3.8531895841013795e-07, "index_right": 2241, "nodeid": "1387948.863531_5859867.082766", "id": "1387948.863531_5859867.082766", "name": "manhole_2234_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387948.863530882401392, 5859867.082766367122531 ] } }, -{ "type": "Feature", "properties": { "_index": 2233, "bedlevel": 915.5, "branchid": "pipe_32_E29;pipe_32_E30", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2235_generated", "shape": null, "area": 0.64, "streetlevel": 918.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 918.5, "distance_right": 7.5942774747301615e-08, "index_right": 2242, "nodeid": "1387950.013254_5859916.565450", "id": "1387950.013254_5859916.565450", "name": "manhole_2235_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387950.013254075078294, 5859916.565449987538159 ] } }, -{ "type": "Feature", "properties": { "_index": 2234, "bedlevel": 915.5, "branchid": "pipe_32_E30;pipe_32_E31", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2236_generated", "shape": null, "area": 0.64, "streetlevel": 918.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 918.5, "distance_right": 4.0775453204516037e-07, "index_right": 2243, "nodeid": "1387947.430783_5859966.047936", "id": "1387947.430783_5859966.047936", "name": "manhole_2236_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387947.430782878771424, 5859966.047936389222741 ] } }, -{ "type": "Feature", "properties": { "_index": 2235, "bedlevel": 915.5, "branchid": "pipe_32_E31;pipe_32_E32", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2237_generated", "shape": null, "area": 0.64, "streetlevel": 918.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 918.5, "distance_right": 2.8747268719335361e-07, "index_right": 2244, "nodeid": "1387943.997958_5860015.499966", "id": "1387943.997958_5860015.499966", "name": "manhole_2237_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387943.997958281077445, 5860015.499966060742736 ] } }, -{ "type": "Feature", "properties": { "_index": 2236, "bedlevel": 945.60003662109375, "branchid": "pipe_32_E32;pipe_32_E33", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2238_generated", "shape": null, "area": 0.64, "streetlevel": 948.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 948.60003662109375, "distance_right": 4.1395802122621752e-07, "index_right": 2245, "nodeid": "1387940.565134_5860064.951996", "id": "1387940.565134_5860064.951996", "name": "manhole_2238_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387940.565133683150634, 5860064.951995733194053 ] } }, -{ "type": "Feature", "properties": { "_index": 2237, "bedlevel": 945.60003662109375, "branchid": "pipe_32_E33;pipe_32_E34", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2239_generated", "shape": null, "area": 0.64, "streetlevel": 948.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 948.60003662109375, "distance_right": 5.9329268490131064e-07, "index_right": 2246, "nodeid": "1387945.371778_5860113.959105", "id": "1387945.371778_5860113.959105", "name": "manhole_2239_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387945.371777657186612, 5860113.959104515612125 ] } }, -{ "type": "Feature", "properties": { "_index": 2238, "bedlevel": 945.60003662109375, "branchid": "pipe_32_E34;pipe_32_E35", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2240_generated", "shape": null, "area": 0.64, "streetlevel": 948.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 948.60003662109375, "distance_right": 7.0201338766485011e-07, "index_right": 2247, "nodeid": "1387964.117816_5860159.736532", "id": "1387964.117816_5860159.736532", "name": "manhole_2240_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387964.117816498270258, 5860159.736532494425774 ] } }, -{ "type": "Feature", "properties": { "_index": 2239, "bedlevel": 937.5, "branchid": "pipe_32_E35;pipe_32_E36", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2241_generated", "shape": null, "area": 0.64, "streetlevel": 940.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 940.5, "distance_right": 2.2971831659588874e-07, "index_right": 2248, "nodeid": "1387984.093858_5860205.104421", "id": "1387984.093858_5860205.104421", "name": "manhole_2241_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387984.093857799191028, 5860205.104420888237655 ] } }, -{ "type": "Feature", "properties": { "_index": 2240, "bedlevel": 937.5, "branchid": "pipe_32_E36;pipe_32_E37", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2242_generated", "shape": null, "area": 0.64, "streetlevel": 940.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 940.5, "distance_right": 2.9934678285276023e-07, "index_right": 2249, "nodeid": "1388004.069899_5860250.472309", "id": "1388004.069899_5860250.472309", "name": "manhole_2242_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388004.069899099878967, 5860250.472309282049537 ] } }, -{ "type": "Feature", "properties": { "_index": 2241, "bedlevel": 937.5, "branchid": "pipe_32_E37;pipe_32_E38", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2243_generated", "shape": null, "area": 0.64, "streetlevel": 940.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 940.5, "distance_right": 3.961540705670488e-07, "index_right": 2250, "nodeid": "1388027.686926_5860293.896034", "id": "1388027.686926_5860293.896034", "name": "manhole_2243_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388027.68692572391592, 5860293.896034284494817 ] } }, -{ "type": "Feature", "properties": { "_index": 2242, "bedlevel": 968.70001220703125, "branchid": "pipe_32_E38;pipe_32_E39", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2244_generated", "shape": null, "area": 0.64, "streetlevel": 971.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 971.70001220703125, "distance_right": 4.1731728271541691e-07, "index_right": 2251, "nodeid": "1388060.096316_5860331.348726", "id": "1388060.096316_5860331.348726", "name": "manhole_2244_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388060.096315970877185, 5860331.348726416006684 ] } }, -{ "type": "Feature", "properties": { "_index": 2243, "bedlevel": 932.5, "branchid": "pipe_32_E39;pipe_32_E40", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2245_generated", "shape": null, "area": 0.64, "streetlevel": 935.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 935.5, "distance_right": 3.2982661108630707e-07, "index_right": 2252, "nodeid": "1388092.967689_5860368.453448", "id": "1388092.967689_5860368.453448", "name": "manhole_2245_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388092.967688721138984, 5860368.453448176383972 ] } }, -{ "type": "Feature", "properties": { "_index": 2244, "bedlevel": 932.5, "branchid": "pipe_32_E40;pipe_32_E41", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2246_generated", "shape": null, "area": 0.64, "streetlevel": 935.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 935.5, "distance_right": 2.9233183103705959e-07, "index_right": 2253, "nodeid": "1388119.020827_5860410.510252", "id": "1388119.020827_5860410.510252", "name": "manhole_2246_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388119.020827289205045, 5860410.510251956991851 ] } }, -{ "type": "Feature", "properties": { "_index": 2245, "bedlevel": 946.9000244140625, "branchid": "pipe_32_E41;pipe_32_E42", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2247_generated", "shape": null, "area": 0.64, "streetlevel": 949.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 949.9000244140625, "distance_right": 2.622579606939989e-07, "index_right": 2254, "nodeid": "1388143.407623_5860453.667774", "id": "1388143.407623_5860453.667774", "name": "manhole_2247_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388143.407622833969072, 5860453.667774203233421 ] } }, -{ "type": "Feature", "properties": { "_index": 2246, "bedlevel": 921.60003662109375, "branchid": "pipe_32_E42;pipe_32_E43", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2248_generated", "shape": null, "area": 0.64, "streetlevel": 924.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 924.60003662109375, "distance_right": 5.8808766619105842e-07, "index_right": 2255, "nodeid": "1388167.794418_5860496.825296", "id": "1388167.794418_5860496.825296", "name": "manhole_2248_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388167.794418378733099, 5860496.82529644947499 ] } }, -{ "type": "Feature", "properties": { "_index": 2247, "bedlevel": 921.60003662109375, "branchid": "pipe_32_E43;pipe_32_E44", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2249_generated", "shape": null, "area": 0.64, "streetlevel": 924.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 924.60003662109375, "distance_right": 4.62331076853642e-07, "index_right": 2256, "nodeid": "1388187.411865_5860542.097805", "id": "1388187.411865_5860542.097805", "name": "manhole_2249_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388187.41186453984119, 5860542.097804954275489 ] } }, -{ "type": "Feature", "properties": { "_index": 2248, "bedlevel": 939.4000244140625, "branchid": "pipe_32_E44;pipe_32_E45", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2250_generated", "shape": null, "area": 0.64, "streetlevel": 942.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 942.4000244140625, "distance_right": 4.0785502827304659e-07, "index_right": 2257, "nodeid": "1388193.385166_5860591.251542", "id": "1388193.385166_5860591.251542", "name": "manhole_2250_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388193.385166377527639, 5860591.251542154699564 ] } }, -{ "type": "Feature", "properties": { "_index": 2249, "bedlevel": 939.4000244140625, "branchid": "pipe_32_E45;pipe_32_E46", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2251_generated", "shape": null, "area": 0.64, "streetlevel": 942.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 942.4000244140625, "distance_right": 5.4027566975976428e-07, "index_right": 2258, "nodeid": "1388198.812296_5860640.524595", "id": "1388198.812296_5860640.524595", "name": "manhole_2251_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388198.812296225922182, 5860640.524595490656793 ] } }, -{ "type": "Feature", "properties": { "_index": 2250, "bedlevel": 939.4000244140625, "branchid": "pipe_32_E46;pipe_32_E47", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2252_generated", "shape": null, "area": 0.64, "streetlevel": 942.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 942.4000244140625, "distance_right": 1.8942515075575965e-07, "index_right": 2259, "nodeid": "1388204.239426_5860689.797649", "id": "1388204.239426_5860689.797649", "name": "manhole_2252_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388204.239426074549556, 5860689.7976488256827 ] } }, -{ "type": "Feature", "properties": { "_index": 2251, "bedlevel": 952.0, "branchid": "pipe_32_E47;pipe_32_E48", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2253_generated", "shape": null, "area": 0.64, "streetlevel": 955.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 955.0, "distance_right": 4.7329980236488121e-07, "index_right": 2260, "nodeid": "1388184.484932_5860730.700382", "id": "1388184.484932_5860730.700382", "name": "manhole_2253_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388184.484932377934456, 5860730.700381714850664 ] } }, -{ "type": "Feature", "properties": { "_index": 2252, "bedlevel": 952.0, "branchid": "pipe_32_E48;pipe_32_E49", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2254_generated", "shape": null, "area": 0.64, "streetlevel": 955.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 955.0, "distance_right": 3.139676122188116e-07, "index_right": 2261, "nodeid": "1388159.550175_5860759.392760", "id": "1388159.550175_5860759.392760", "name": "manhole_2254_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388159.550175313837826, 5860759.392759991809726 ] } }, -{ "type": "Feature", "properties": { "_index": 2253, "bedlevel": 952.0, "branchid": "pipe_32_E49;pipe_32_E50", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2255_generated", "shape": null, "area": 0.64, "streetlevel": 955.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 955.0, "distance_right": 4.7230733375433857e-07, "index_right": 2262, "nodeid": "1388171.988545_5860807.377909", "id": "1388171.988545_5860807.377909", "name": "manhole_2255_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388171.988544700434431, 5860807.377908634953201 ] } }, -{ "type": "Feature", "properties": { "_index": 2254, "bedlevel": 952.0, "branchid": "pipe_32_E50;pipe_32_E51", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2256_generated", "shape": null, "area": 0.64, "streetlevel": 955.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 955.0, "distance_right": 3.1729683108018581e-07, "index_right": 2263, "nodeid": "1388215.013826_5860825.214943", "id": "1388215.013826_5860825.214943", "name": "manhole_2256_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388215.013825689908117, 5860825.214942933060229 ] } }, -{ "type": "Feature", "properties": { "_index": 2255, "bedlevel": 938.10003662109375, "branchid": "pipe_32_E51;pipe_32_E52", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2257_generated", "shape": null, "area": 0.64, "streetlevel": 941.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 941.10003662109375, "distance_right": 4.5798497811612042e-07, "index_right": 2264, "nodeid": "1388264.397385_5860829.298033", "id": "1388264.397385_5860829.298033", "name": "manhole_2257_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388264.397385431453586, 5860829.298032846301794 ] } }, -{ "type": "Feature", "properties": { "_index": 2256, "bedlevel": 938.10003662109375, "branchid": "pipe_32_E52;pipe_32_E53", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2258_generated", "shape": null, "area": 0.64, "streetlevel": 941.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 941.10003662109375, "distance_right": 1.4876766767999893e-07, "index_right": 2265, "nodeid": "1388313.062300_5860837.304879", "id": "1388313.062300_5860837.304879", "name": "manhole_2258_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388313.062299854354933, 5860837.304878970608115 ] } }, -{ "type": "Feature", "properties": { "_index": 2257, "bedlevel": 934.5, "branchid": "pipe_32_E53;pipe_32_E54", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2259_generated", "shape": null, "area": 0.64, "streetlevel": 937.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 937.5, "distance_right": 4.0248930382691132e-07, "index_right": 2266, "nodeid": "1388360.993895_5860849.948046", "id": "1388360.993895_5860849.948046", "name": "manhole_2259_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388360.993895401246846, 5860849.948045967146754 ] } }, -{ "type": "Feature", "properties": { "_index": 2258, "bedlevel": 934.5, "branchid": "pipe_32_E54;pipe_32_E55", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2260_generated", "shape": null, "area": 0.64, "streetlevel": 937.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 937.5, "distance_right": 6.3027904613646236e-08, "index_right": 2267, "nodeid": "1388408.925491_5860862.591213", "id": "1388408.925491_5860862.591213", "name": "manhole_2260_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388408.925490947905928, 5860862.591212964616716 ] } }, -{ "type": "Feature", "properties": { "_index": 2259, "bedlevel": 934.60003662109375, "branchid": "pipe_32_E55;pipe_32_E56", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2261_generated", "shape": null, "area": 0.64, "streetlevel": 937.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 937.60003662109375, "distance_right": 3.2074430373907896e-07, "index_right": 2268, "nodeid": "1388458.220990_5860866.957202", "id": "1388458.220990_5860866.957202", "name": "manhole_2261_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388458.220990223577246, 5860866.957201769575477 ] } }, -{ "type": "Feature", "properties": { "_index": 2260, "bedlevel": 934.60003662109375, "branchid": "pipe_32_E56;pipe_32_E57", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2262_generated", "shape": null, "area": 0.64, "streetlevel": 937.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 937.60003662109375, "distance_right": 9.4677368422183038e-08, "index_right": 2269, "nodeid": "1388507.336333_5860873.218385", "id": "1388507.336333_5860873.218385", "name": "manhole_2262_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388507.336333080893382, 5860873.218384950421751 ] } }, -{ "type": "Feature", "properties": { "_index": 2261, "bedlevel": 938.20001220703125, "branchid": "pipe_32_E57;pipe_32_E58", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2263_generated", "shape": null, "area": 0.64, "streetlevel": 941.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 941.20001220703125, "distance_right": 1.7964449623010729e-07, "index_right": 2270, "nodeid": "1388556.215695_5860881.470384", "id": "1388556.215695_5860881.470384", "name": "manhole_2263_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388556.215695114107803, 5860881.470384138636291 ] } }, -{ "type": "Feature", "properties": { "_index": 2262, "bedlevel": 938.20001220703125, "branchid": "pipe_32_E58;pipe_32_E59", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2264_generated", "shape": null, "area": 0.64, "streetlevel": 941.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 941.20001220703125, "distance_right": 1.6011233671525675e-07, "index_right": 2271, "nodeid": "1388604.556662_5860892.361969", "id": "1388604.556662_5860892.361969", "name": "manhole_2264_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388604.556662159739062, 5860892.361969010904431 ] } }, -{ "type": "Feature", "properties": { "_index": 2263, "bedlevel": 940.10003662109375, "branchid": "pipe_32_E59;pipe_32_E60", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2265_generated", "shape": null, "area": 0.64, "streetlevel": 943.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 943.10003662109375, "distance_right": 3.6964422062035383e-07, "index_right": 2272, "nodeid": "1388653.599403_5860897.157898", "id": "1388653.599403_5860897.157898", "name": "manhole_2265_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388653.59940263046883, 5860897.15789801068604 ] } }, -{ "type": "Feature", "properties": { "_index": 2264, "bedlevel": 940.10003662109375, "branchid": "pipe_32_E60;pipe_32_E61", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2266_generated", "shape": null, "area": 0.64, "streetlevel": 943.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 943.10003662109375, "distance_right": 2.0861885525397415e-07, "index_right": 2273, "nodeid": "1388700.080393_5860881.090511", "id": "1388700.080393_5860881.090511", "name": "manhole_2266_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388700.080393208190799, 5860881.090511013753712 ] } }, -{ "type": "Feature", "properties": { "_index": 2265, "bedlevel": 943.10003662109375, "branchid": "pipe_32_E61;pipe_32_E62", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2267_generated", "shape": null, "area": 0.64, "streetlevel": 946.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 946.10003662109375, "distance_right": 3.9818478577045887e-07, "index_right": 2274, "nodeid": "1388732.687004_5860844.794781", "id": "1388732.687004_5860844.794781", "name": "manhole_2267_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388732.687003659084439, 5860844.794781206175685 ] } }, -{ "type": "Feature", "properties": { "_index": 2266, "bedlevel": 949.60003662109375, "branchid": "pipe_32_E62;pipe_32_E63", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2268_generated", "shape": null, "area": 0.64, "streetlevel": 952.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 952.60003662109375, "distance_right": 4.6036082438879739e-07, "index_right": 2275, "nodeid": "1388755.953327_5860801.023036", "id": "1388755.953327_5860801.023036", "name": "manhole_2268_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388755.953327334951609, 5860801.023035684600472 ] } }, -{ "type": "Feature", "properties": { "_index": 2267, "bedlevel": 949.60003662109375, "branchid": "pipe_32_E63;pipe_32_E64", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2269_generated", "shape": null, "area": 0.64, "streetlevel": 952.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 952.60003662109375, "distance_right": 3.1337664014648673e-07, "index_right": 2276, "nodeid": "1388778.233699_5860756.840240", "id": "1388778.233699_5860756.840240", "name": "manhole_2269_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388778.23369869007729, 5860756.84024004638195 ] } }, -{ "type": "Feature", "properties": { "_index": 2268, "bedlevel": 949.60003662109375, "branchid": "pipe_32_E64;pipe_32_E65", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2270_generated", "shape": null, "area": 0.64, "streetlevel": 952.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 952.60003662109375, "distance_right": 4.2335884748059321e-07, "index_right": 2277, "nodeid": "1388792.950794_5860709.504264", "id": "1388792.950794_5860709.504264", "name": "manhole_2270_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388792.950793598080054, 5860709.504263866692781 ] } }, -{ "type": "Feature", "properties": { "_index": 2269, "bedlevel": 950.79998779296875, "branchid": "pipe_32_E65;pipe_32_E66", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2271_generated", "shape": null, "area": 0.64, "streetlevel": 953.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 953.79998779296875, "distance_right": 5.8393628355043254e-07, "index_right": 2278, "nodeid": "1388807.667889_5860662.168288", "id": "1388807.667889_5860662.168288", "name": "manhole_2271_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388807.667888506315649, 5860662.168287687934935 ] } }, -{ "type": "Feature", "properties": { "_index": 2270, "bedlevel": 950.79998779296875, "branchid": "pipe_32_E66;pipe_32_E67", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2272_generated", "shape": null, "area": 0.64, "streetlevel": 953.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 953.79998779296875, "distance_right": 4.2307634411646621e-07, "index_right": 2279, "nodeid": "1388819.224423_5860613.968191", "id": "1388819.224423_5860613.968191", "name": "manhole_2272_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388819.224422588944435, 5860613.968191100284457 ] } }, -{ "type": "Feature", "properties": { "_index": 2271, "bedlevel": 952.70001220703125, "branchid": "pipe_32_E67;pipe_32_E68", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2273_generated", "shape": null, "area": 0.64, "streetlevel": 955.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 955.70001220703125, "distance_right": 3.2847915211358398e-07, "index_right": 2280, "nodeid": "1388830.638255_5860565.729079", "id": "1388830.638255_5860565.729079", "name": "manhole_2273_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388830.63825476472266, 5860565.72907877061516 ] } }, -{ "type": "Feature", "properties": { "_index": 2272, "bedlevel": 952.70001220703125, "branchid": "pipe_32_E68;pipe_32_E69", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2274_generated", "shape": null, "area": 0.64, "streetlevel": 955.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 955.70001220703125, "distance_right": 4.4360684295309176e-07, "index_right": 2281, "nodeid": "1388842.052087_5860517.489966", "id": "1388842.052087_5860517.489966", "name": "manhole_2274_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388842.052086940500885, 5860517.489966440014541 ] } }, -{ "type": "Feature", "properties": { "_index": 2273, "bedlevel": 952.70001220703125, "branchid": "pipe_32_E69;pipe_32_E70", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2275_generated", "shape": null, "area": 0.64, "streetlevel": 955.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 955.70001220703125, "distance_right": 2.9630697691100381e-07, "index_right": 2282, "nodeid": "1388862.776240_5860472.578981", "id": "1388862.776240_5860472.578981", "name": "manhole_2275_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388862.77624000934884, 5860472.578981296159327 ] } }, -{ "type": "Feature", "properties": { "_index": 2274, "bedlevel": 961.70001220703125, "branchid": "pipe_32_E70;pipe_32_E71", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2276_generated", "shape": null, "area": 0.64, "streetlevel": 964.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 964.70001220703125, "distance_right": 4.1085287726334795e-07, "index_right": 2283, "nodeid": "1388884.529400_5860428.035884", "id": "1388884.529400_5860428.035884", "name": "manhole_2276_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388884.529400010826066, 5860428.03588358964771 ] } }, -{ "type": "Feature", "properties": { "_index": 2275, "bedlevel": 948.29998779296875, "branchid": "pipe_32_E71;pipe_32_E72", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2277_generated", "shape": null, "area": 0.64, "streetlevel": 951.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 951.29998779296875, "distance_right": 1.9786385917489472e-07, "index_right": 2284, "nodeid": "1388906.282638_5860383.492824", "id": "1388906.282638_5860383.492824", "name": "manhole_2277_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388906.282637836178765, 5860383.492823889479041 ] } }, -{ "type": "Feature", "properties": { "_index": 2276, "bedlevel": 948.29998779296875, "branchid": "pipe_32_E72;pipe_32_E73", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2278_generated", "shape": null, "area": 0.64, "streetlevel": 951.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 951.29998779296875, "distance_right": 4.5358570654776362e-07, "index_right": 2285, "nodeid": "1388933.946376_5860342.419800", "id": "1388933.946376_5860342.419800", "name": "manhole_2278_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388933.946375871310011, 5860342.419800435192883 ] } }, -{ "type": "Feature", "properties": { "_index": 2277, "bedlevel": 948.29998779296875, "branchid": "pipe_32_E73", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2279_generated", "shape": null, "area": 0.64, "streetlevel": 951.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 951.29998779296875, "distance_right": 4.6166295054686266e-07, "index_right": 2286, "nodeid": "1388962.240716_5860301.717001", "id": "1388962.240716_5860301.717001", "name": "manhole_2279_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388962.240715913940221, 5860301.717001453973353 ] } }, -{ "type": "Feature", "properties": { "_index": 2278, "bedlevel": 749.29998779296875, "branchid": "pipe_33_E0;pipe_33_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2280_generated", "shape": null, "area": 0.64, "streetlevel": 752.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.29998779296875, "distance_right": 2.1054701440998384e-07, "index_right": 2287, "nodeid": "1386825.198348_5859175.156894", "id": "1386825.198348_5859175.156894", "name": "manhole_2280_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386825.19834817154333, 5859175.156894122250378 ] } }, -{ "type": "Feature", "properties": { "_index": 2279, "bedlevel": 749.29998779296875, "branchid": "pipe_33_E1;pipe_33_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2281_generated", "shape": null, "area": 0.64, "streetlevel": 752.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.29998779296875, "distance_right": 4.0506811183797461e-07, "index_right": 2288, "nodeid": "1386779.333999_5859189.448422", "id": "1386779.333999_5859189.448422", "name": "manhole_2281_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386779.333999397465959, 5859189.44842192158103 ] } }, -{ "type": "Feature", "properties": { "_index": 2280, "bedlevel": 735.0, "branchid": "pipe_33_E2;pipe_33_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2282_generated", "shape": null, "area": 0.64, "streetlevel": 738.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 738.0, "distance_right": 1.877787440964567e-07, "index_right": 2289, "nodeid": "1386733.445003_5859203.660137", "id": "1386733.445003_5859203.660137", "name": "manhole_2282_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386733.445003136992455, 5859203.660136871039867 ] } }, -{ "type": "Feature", "properties": { "_index": 2281, "bedlevel": 735.0, "branchid": "pipe_33_E3;pipe_33_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2283_generated", "shape": null, "area": 0.64, "streetlevel": 738.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 738.0, "distance_right": 3.9505892377035587e-07, "index_right": 2290, "nodeid": "1386687.508547_5859217.718168", "id": "1386687.508547_5859217.718168", "name": "manhole_2283_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386687.508546756347641, 5859217.718167688697577 ] } }, -{ "type": "Feature", "properties": { "_index": 2282, "bedlevel": 760.29998779296875, "branchid": "pipe_33_E4;pipe_33_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2284_generated", "shape": null, "area": 0.64, "streetlevel": 763.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 763.29998779296875, "distance_right": 6.1948814050446903e-07, "index_right": 2291, "nodeid": "1386641.572090_5859231.776199", "id": "1386641.572090_5859231.776199", "name": "manhole_2284_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386641.572090375469998, 5859231.776198507286608 ] } }, -{ "type": "Feature", "properties": { "_index": 2283, "bedlevel": 760.29998779296875, "branchid": "pipe_33_E5;pipe_33_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2285_generated", "shape": null, "area": 0.64, "streetlevel": 763.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 763.29998779296875, "distance_right": 4.9064792164743079e-07, "index_right": 2292, "nodeid": "1386595.451642_5859245.168246", "id": "1386595.451642_5859245.168246", "name": "manhole_2285_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386595.451642262749374, 5859245.168246414512396 ] } }, -{ "type": "Feature", "properties": { "_index": 2284, "bedlevel": 751.60003662109375, "branchid": "pipe_33_E6;pipe_33_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2286_generated", "shape": null, "area": 0.64, "streetlevel": 754.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 754.60003662109375, "distance_right": 4.9788017268457425e-07, "index_right": 2293, "nodeid": "1386548.813361_5859256.685926", "id": "1386548.813361_5859256.685926", "name": "manhole_2286_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386548.813360751140863, 5859256.685926430858672 ] } }, -{ "type": "Feature", "properties": { "_index": 2285, "bedlevel": 751.60003662109375, "branchid": "pipe_33_E7;pipe_33_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2287_generated", "shape": null, "area": 0.64, "streetlevel": 754.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 754.60003662109375, "distance_right": 5.0718835757375619e-07, "index_right": 2294, "nodeid": "1386502.175079_5859268.203606", "id": "1386502.175079_5859268.203606", "name": "manhole_2287_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386502.175079239532351, 5859268.203606447204947 ] } }, -{ "type": "Feature", "properties": { "_index": 2286, "bedlevel": 739.5, "branchid": "pipe_33_E8;pipe_33_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2288_generated", "shape": null, "area": 0.64, "streetlevel": 742.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 742.5, "distance_right": 5.6665798568557784e-07, "index_right": 2295, "nodeid": "1386455.354357_5859278.943274", "id": "1386455.354357_5859278.943274", "name": "manhole_2288_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386455.354356503346935, 5859278.943273726850748 ] } }, -{ "type": "Feature", "properties": { "_index": 2287, "bedlevel": 739.5, "branchid": "pipe_33_E9;pipe_33_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2289_generated", "shape": null, "area": 0.64, "streetlevel": 742.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 742.5, "distance_right": 2.9406242988679527e-07, "index_right": 2296, "nodeid": "1386408.879240_5859290.671230", "id": "1386408.879240_5859290.671230", "name": "manhole_2289_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386408.879239794565365, 5859290.671229789964855 ] } }, -{ "type": "Feature", "properties": { "_index": 2288, "bedlevel": 714.60003662109375, "branchid": "pipe_33_E10;pipe_33_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2290_generated", "shape": null, "area": 0.64, "streetlevel": 717.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 717.60003662109375, "distance_right": 3.9547400298640946e-07, "index_right": 2297, "nodeid": "1386364.691369_5859309.518466", "id": "1386364.691369_5859309.518466", "name": "manhole_2290_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386364.691368696978316, 5859309.518465746194124 ] } }, -{ "type": "Feature", "properties": { "_index": 2289, "bedlevel": 714.60003662109375, "branchid": "pipe_33_E11;pipe_33_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2291_generated", "shape": null, "area": 0.64, "streetlevel": 717.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 717.60003662109375, "distance_right": 4.9993553902667797e-07, "index_right": 2298, "nodeid": "1386320.503498_5859328.365702", "id": "1386320.503498_5859328.365702", "name": "manhole_2291_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386320.503497599391267, 5859328.365701701492071 ] } }, -{ "type": "Feature", "properties": { "_index": 2290, "bedlevel": 708.0, "branchid": "pipe_33_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2292_generated", "shape": null, "area": 0.64, "streetlevel": 711.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 711.0, "distance_right": 3.577770704512787e-07, "index_right": 2299, "nodeid": "1386273.173812_5859335.365460", "id": "1386273.173812_5859335.365460", "name": "manhole_2292_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386273.173811787506565, 5859335.36546028777957 ] } }, -{ "type": "Feature", "properties": { "_index": 2291, "bedlevel": 950.70001220703125, "branchid": "pipe_34_E0;pipe_34_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2293_generated", "shape": null, "area": 0.64, "streetlevel": 953.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 953.70001220703125, "distance_right": 5.9695420529554627e-07, "index_right": 2300, "nodeid": "1388922.246059_5860458.418739", "id": "1388922.246059_5860458.418739", "name": "manhole_2293_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388922.246059404918924, 5860458.418739438988268 ] } }, -{ "type": "Feature", "properties": { "_index": 2292, "bedlevel": 950.70001220703125, "branchid": "pipe_34_E1;pipe_34_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2294_generated", "shape": null, "area": 0.64, "streetlevel": 953.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 953.70001220703125, "distance_right": 2.1646990066709852e-08, "index_right": 2301, "nodeid": "1388900.295978_5860503.075898", "id": "1388900.295978_5860503.075898", "name": "manhole_2294_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388900.295977992936969, 5860503.075897979550064 ] } }, -{ "type": "Feature", "properties": { "_index": 2293, "bedlevel": 952.70001220703125, "branchid": "pipe_34_E2;pipe_34_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2295_generated", "shape": null, "area": 0.64, "streetlevel": 955.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 955.70001220703125, "distance_right": 6.3678227575811753e-07, "index_right": 2302, "nodeid": "1388878.345897_5860547.733057", "id": "1388878.345897_5860547.733057", "name": "manhole_2295_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388878.345896581187844, 5860547.733056520111859 ] } }, -{ "type": "Feature", "properties": { "_index": 2294, "bedlevel": 950.79998779296875, "branchid": "pipe_34_E3;pipe_34_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2296_generated", "shape": null, "area": 0.64, "streetlevel": 953.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 953.79998779296875, "distance_right": 6.8182421614991291e-07, "index_right": 2303, "nodeid": "1388856.887740_5860592.570928", "id": "1388856.887740_5860592.570928", "name": "manhole_2296_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388856.887740465346724, 5860592.570927501656115 ] } }, -{ "type": "Feature", "properties": { "_index": 2295, "bedlevel": 950.79998779296875, "branchid": "pipe_34_E4;pipe_34_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2297_generated", "shape": null, "area": 0.64, "streetlevel": 953.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 953.79998779296875, "distance_right": 2.7419275813984667e-07, "index_right": 2304, "nodeid": "1388853.076020_5860641.795407", "id": "1388853.076020_5860641.795407", "name": "manhole_2297_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388853.076019846601412, 5860641.795407227240503 ] } }, -{ "type": "Feature", "properties": { "_index": 2296, "bedlevel": 950.79998779296875, "branchid": "pipe_34_E5;pipe_34_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2298_generated", "shape": null, "area": 0.64, "streetlevel": 953.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 953.79998779296875, "distance_right": 8.3497951232706373e-08, "index_right": 2305, "nodeid": "1388856.119827_5860691.462329", "id": "1388856.119827_5860691.462329", "name": "manhole_2298_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388856.119826921960339, 5860691.462329030036926 ] } }, -{ "type": "Feature", "properties": { "_index": 2297, "bedlevel": 949.5, "branchid": "pipe_34_E6;pipe_34_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2299_generated", "shape": null, "area": 0.64, "streetlevel": 952.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 952.5, "distance_right": 1.667342165101211e-07, "index_right": 2306, "nodeid": "1388859.163634_5860741.129251", "id": "1388859.163634_5860741.129251", "name": "manhole_2299_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388859.163633997086436, 5860741.12925083283335 ] } }, -{ "type": "Feature", "properties": { "_index": 2298, "bedlevel": 949.5, "branchid": "pipe_34_E7;pipe_34_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2300_generated", "shape": null, "area": 0.64, "streetlevel": 952.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 952.5, "distance_right": 3.7127669706251919e-07, "index_right": 2307, "nodeid": "1388862.207441_5860790.796173", "id": "1388862.207441_5860790.796173", "name": "manhole_2300_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388862.207441072445363, 5860790.796172635629773 ] } }, -{ "type": "Feature", "properties": { "_index": 2299, "bedlevel": 942.5, "branchid": "pipe_34_E8;pipe_34_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2301_generated", "shape": null, "area": 0.64, "streetlevel": 945.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 945.5, "distance_right": 2.0225358905841224e-07, "index_right": 2308, "nodeid": "1388866.356326_5860840.344227", "id": "1388866.356326_5860840.344227", "name": "manhole_2301_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388866.356326055014506, 5860840.344227194786072 ] } }, -{ "type": "Feature", "properties": { "_index": 2300, "bedlevel": 942.5, "branchid": "pipe_34_E9;pipe_34_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2302_generated", "shape": null, "area": 0.64, "streetlevel": 945.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 945.5, "distance_right": 3.8925384345881058e-07, "index_right": 2309, "nodeid": "1388873.944741_5860889.522310", "id": "1388873.944741_5860889.522310", "name": "manhole_2302_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388873.944740658160299, 5860889.522310186177492 ] } }, -{ "type": "Feature", "properties": { "_index": 2301, "bedlevel": 942.5, "branchid": "pipe_34_E10;pipe_34_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2303_generated", "shape": null, "area": 0.64, "streetlevel": 945.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 945.5, "distance_right": 3.0329102696444249e-07, "index_right": 2310, "nodeid": "1388883.174273_5860938.398467", "id": "1388883.174273_5860938.398467", "name": "manhole_2303_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388883.17427325528115, 5860938.398467163555324 ] } }, -{ "type": "Feature", "properties": { "_index": 2302, "bedlevel": 934.4000244140625, "branchid": "pipe_34_E11;pipe_34_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2304_generated", "shape": null, "area": 0.64, "streetlevel": 937.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 937.4000244140625, "distance_right": 1.6802195612188359e-07, "index_right": 2311, "nodeid": "1388890.216841_5860987.212369", "id": "1388890.216841_5860987.212369", "name": "manhole_2304_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388890.216840920504183, 5860987.212368851527572 ] } }, -{ "type": "Feature", "properties": { "_index": 2303, "bedlevel": 934.4000244140625, "branchid": "pipe_34_E12;pipe_34_E13", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2305_generated", "shape": null, "area": 0.64, "streetlevel": 937.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 937.4000244140625, "distance_right": 1.1231997364245297e-07, "index_right": 2312, "nodeid": "1388884.322195_5861036.622095", "id": "1388884.322195_5861036.622095", "name": "manhole_2305_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388884.322194910608232, 5861036.62209493201226 ] } }, -{ "type": "Feature", "properties": { "_index": 2304, "bedlevel": 934.4000244140625, "branchid": "pipe_34_E13;pipe_34_E14", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2306_generated", "shape": null, "area": 0.64, "streetlevel": 937.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 937.4000244140625, "distance_right": 9.9813494894073822e-08, "index_right": 2313, "nodeid": "1388878.427549_5861086.031821", "id": "1388878.427549_5861086.031821", "name": "manhole_2306_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388878.427548900712281, 5861086.031821011565626 ] } }, -{ "type": "Feature", "properties": { "_index": 2305, "bedlevel": 927.4000244140625, "branchid": "pipe_34_E14;pipe_34_E15", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2307_generated", "shape": null, "area": 0.64, "streetlevel": 930.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 930.4000244140625, "distance_right": 1.4291648644270733e-07, "index_right": 2314, "nodeid": "1388872.532903_5861135.441547", "id": "1388872.532903_5861135.441547", "name": "manhole_2307_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388872.532902890816331, 5861135.441547092050314 ] } }, -{ "type": "Feature", "properties": { "_index": 2306, "bedlevel": 927.4000244140625, "branchid": "pipe_34_E15;pipe_34_E16", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2308_generated", "shape": null, "area": 0.64, "streetlevel": 930.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 930.4000244140625, "distance_right": 2.093820748219209e-07, "index_right": 2315, "nodeid": "1388866.638257_5861184.851273", "id": "1388866.638257_5861184.851273", "name": "manhole_2308_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388866.63825688092038, 5861184.851273172535002 ] } }, -{ "type": "Feature", "properties": { "_index": 2307, "bedlevel": 927.4000244140625, "branchid": "pipe_34_E16;pipe_34_E17", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2309_generated", "shape": null, "area": 0.64, "streetlevel": 930.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 930.4000244140625, "distance_right": 3.9648214779219621e-07, "index_right": 2316, "nodeid": "1388854.620841_5861232.489913", "id": "1388854.620841_5861232.489913", "name": "manhole_2309_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388854.620840607210994, 5861232.489912945777178 ] } }, -{ "type": "Feature", "properties": { "_index": 2308, "bedlevel": 923.60003662109375, "branchid": "pipe_34_E17;pipe_34_E18", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2310_generated", "shape": null, "area": 0.64, "streetlevel": 926.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 926.60003662109375, "distance_right": 4.931566840797132e-07, "index_right": 2317, "nodeid": "1388833.227561_5861277.416469", "id": "1388833.227561_5861277.416469", "name": "manhole_2310_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388833.22756120422855, 5861277.416469449177384 ] } }, -{ "type": "Feature", "properties": { "_index": 2309, "bedlevel": 923.60003662109375, "branchid": "pipe_34_E18;pipe_34_E19", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2311_generated", "shape": null, "area": 0.64, "streetlevel": 926.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 926.60003662109375, "distance_right": 2.0421729585515747e-07, "index_right": 2318, "nodeid": "1388811.834282_5861322.343026", "id": "1388811.834282_5861322.343026", "name": "manhole_2311_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388811.834281801246107, 5861322.343025953508914 ] } }, -{ "type": "Feature", "properties": { "_index": 2310, "bedlevel": 928.10003662109375, "branchid": "pipe_34_E19;pipe_34_E20", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2312_generated", "shape": null, "area": 0.64, "streetlevel": 931.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 931.10003662109375, "distance_right": 6.0631692520020048e-07, "index_right": 2319, "nodeid": "1388790.441002_5861367.269582", "id": "1388790.441002_5861367.269582", "name": "manhole_2312_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388790.441002398030832, 5861367.26958245690912 ] } }, -{ "type": "Feature", "properties": { "_index": 2311, "bedlevel": 919.20001220703125, "branchid": "pipe_34_E20;pipe_34_E21", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2313_generated", "shape": null, "area": 0.64, "streetlevel": 922.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 922.20001220703125, "distance_right": 4.0344250041906387e-08, "index_right": 2320, "nodeid": "1388769.047723_5861412.196139", "id": "1388769.047723_5861412.196139", "name": "manhole_2313_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388769.047722995048389, 5861412.196138960309327 ] } }, -{ "type": "Feature", "properties": { "_index": 2312, "bedlevel": 919.20001220703125, "branchid": "pipe_34_E21;pipe_34_E22", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2314_generated", "shape": null, "area": 0.64, "streetlevel": 922.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 922.20001220703125, "distance_right": 6.1836242235722718e-07, "index_right": 2321, "nodeid": "1388747.654444_5861457.122695", "id": "1388747.654444_5861457.122695", "name": "manhole_2314_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388747.654443592065945, 5861457.122695464640856 ] } }, -{ "type": "Feature", "properties": { "_index": 2313, "bedlevel": 919.20001220703125, "branchid": "pipe_34_E22;pipe_34_E23", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2315_generated", "shape": null, "area": 0.64, "streetlevel": 922.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 922.20001220703125, "distance_right": 4.2697769327700622e-07, "index_right": 2322, "nodeid": "1388725.026127_5861501.410492", "id": "1388725.026127_5861501.410492", "name": "manhole_2315_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388725.026126575190574, 5861501.410491958260536 ] } }, -{ "type": "Feature", "properties": { "_index": 2314, "bedlevel": 897.20001220703125, "branchid": "pipe_34_E23;pipe_34_E24", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2316_generated", "shape": null, "area": 0.64, "streetlevel": 900.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 900.20001220703125, "distance_right": 3.8289478952932213e-07, "index_right": 2323, "nodeid": "1388700.725248_5861544.833242", "id": "1388700.725248_5861544.833242", "name": "manhole_2316_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388700.725248141447082, 5861544.833241644315422 ] } }, -{ "type": "Feature", "properties": { "_index": 2315, "bedlevel": 897.20001220703125, "branchid": "pipe_34_E24;pipe_34_E25", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2317_generated", "shape": null, "area": 0.64, "streetlevel": 900.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 900.20001220703125, "distance_right": 4.4054123517975461e-07, "index_right": 2324, "nodeid": "1388676.424370_5861588.255991", "id": "1388676.424370_5861588.255991", "name": "manhole_2317_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388676.42436970770359, 5861588.255991329438984 ] } }, -{ "type": "Feature", "properties": { "_index": 2316, "bedlevel": 897.20001220703125, "branchid": "pipe_34_E25;pipe_34_E26", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2318_generated", "shape": null, "area": 0.64, "streetlevel": 900.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 900.20001220703125, "distance_right": 3.923347648023898e-07, "index_right": 2325, "nodeid": "1388632.324465_5861606.441272", "id": "1388632.324465_5861606.441272", "name": "manhole_2318_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388632.324464634526521, 5861606.441272142343223 ] } }, -{ "type": "Feature", "properties": { "_index": 2317, "bedlevel": 895.4000244140625, "branchid": "pipe_34_E26;pipe_34_E27", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2319_generated", "shape": null, "area": 0.64, "streetlevel": 898.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 898.4000244140625, "distance_right": 5.2422671262703447e-07, "index_right": 2326, "nodeid": "1388583.463808_5861611.105615", "id": "1388583.463808_5861611.105615", "name": "manhole_2319_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388583.463808472501114, 5861611.105615227483213 ] } }, -{ "type": "Feature", "properties": { "_index": 2318, "bedlevel": 895.4000244140625, "branchid": "pipe_34_E27;pipe_34_E28", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2320_generated", "shape": null, "area": 0.64, "streetlevel": 898.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 898.4000244140625, "distance_right": 1.7655441931671308e-07, "index_right": 2327, "nodeid": "1388534.764013_5861604.222018", "id": "1388534.764013_5861604.222018", "name": "manhole_2320_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388534.764012826373801, 5861604.222017968073487 ] } }, -{ "type": "Feature", "properties": { "_index": 2319, "bedlevel": 900.60003662109375, "branchid": "pipe_34_E28;pipe_34_E29", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2321_generated", "shape": null, "area": 0.64, "streetlevel": 903.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 903.60003662109375, "distance_right": 1.267805079935303e-07, "index_right": 2328, "nodeid": "1388489.566489_5861583.407318", "id": "1388489.566489_5861583.407318", "name": "manhole_2321_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388489.566489090910181, 5861583.40731808822602 ] } }, -{ "type": "Feature", "properties": { "_index": 2320, "bedlevel": 900.60003662109375, "branchid": "pipe_34_E29;pipe_34_E30", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2322_generated", "shape": null, "area": 0.64, "streetlevel": 903.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 903.60003662109375, "distance_right": 3.5366016764945169e-07, "index_right": 2329, "nodeid": "1388444.204916_5861563.162508", "id": "1388444.204916_5861563.162508", "name": "manhole_2322_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388444.204915680922568, 5861563.162508152425289 ] } }, -{ "type": "Feature", "properties": { "_index": 2321, "bedlevel": 903.4000244140625, "branchid": "pipe_34_E30;pipe_34_E31", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2323_generated", "shape": null, "area": 0.64, "streetlevel": 906.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 906.4000244140625, "distance_right": 5.7176550681391025e-07, "index_right": 2330, "nodeid": "1388394.858231_5861556.761521", "id": "1388394.858231_5861556.761521", "name": "manhole_2323_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388394.858231473481283, 5861556.761520680040121 ] } }, -{ "type": "Feature", "properties": { "_index": 2322, "bedlevel": 903.4000244140625, "branchid": "pipe_34_E31;pipe_34_E32", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2324_generated", "shape": null, "area": 0.64, "streetlevel": 906.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 906.4000244140625, "distance_right": 2.8018892283096598e-07, "index_right": 2331, "nodeid": "1388350.680838_5861570.408674", "id": "1388350.680838_5861570.408674", "name": "manhole_2324_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388350.680838279658929, 5861570.408674017526209 ] } }, -{ "type": "Feature", "properties": { "_index": 2323, "bedlevel": 897.20001220703125, "branchid": "pipe_34_E32;pipe_34_E33", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2325_generated", "shape": null, "area": 0.64, "streetlevel": 900.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 900.20001220703125, "distance_right": 4.057703762092192e-07, "index_right": 2332, "nodeid": "1388310.581733_5861599.872714", "id": "1388310.581733_5861599.872714", "name": "manhole_2325_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388310.581732882419601, 5861599.872713611461222 ] } }, -{ "type": "Feature", "properties": { "_index": 2324, "bedlevel": 897.20001220703125, "branchid": "pipe_34_E33;pipe_34_E34", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2326_generated", "shape": null, "area": 0.64, "streetlevel": 900.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 900.20001220703125, "distance_right": 5.5718800522406768e-07, "index_right": 2333, "nodeid": "1388271.039626_5861629.969603", "id": "1388271.039626_5861629.969603", "name": "manhole_2326_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388271.039625711739063, 5861629.969603477045894 ] } }, -{ "type": "Feature", "properties": { "_index": 2325, "bedlevel": 887.0, "branchid": "pipe_34_E34;pipe_34_E35", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2327_generated", "shape": null, "area": 0.64, "streetlevel": 890.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 890.0, "distance_right": 3.3198253484132111e-07, "index_right": 2334, "nodeid": "1388236.722210_5861666.002684", "id": "1388236.722210_5861666.002684", "name": "manhole_2327_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388236.722210306907073, 5861666.002683873288333 ] } }, -{ "type": "Feature", "properties": { "_index": 2326, "bedlevel": 887.0, "branchid": "pipe_34_E35;pipe_34_E36", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2328_generated", "shape": null, "area": 0.64, "streetlevel": 890.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 890.0, "distance_right": 2.8636616923067504e-07, "index_right": 2335, "nodeid": "1388202.404795_5861702.035764", "id": "1388202.404795_5861702.035764", "name": "manhole_2328_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388202.404794902307913, 5861702.035764269530773 ] } }, -{ "type": "Feature", "properties": { "_index": 2327, "bedlevel": 887.0, "branchid": "pipe_34_E36;pipe_34_E37", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2329_generated", "shape": null, "area": 0.64, "streetlevel": 890.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 890.0, "distance_right": 5.9945933282054772e-07, "index_right": 2336, "nodeid": "1388168.087379_5861738.068845", "id": "1388168.087379_5861738.068845", "name": "manhole_2329_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388168.087379497475922, 5861738.068844665773213 ] } }, -{ "type": "Feature", "properties": { "_index": 2328, "bedlevel": 882.9000244140625, "branchid": "pipe_34_E37;pipe_34_E38", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2330_generated", "shape": null, "area": 0.64, "streetlevel": 885.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 885.9000244140625, "distance_right": 1.1171698567518565e-07, "index_right": 2337, "nodeid": "1388133.769964_5861774.101925", "id": "1388133.769964_5861774.101925", "name": "manhole_2330_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388133.769964092643932, 5861774.101925062015653 ] } }, -{ "type": "Feature", "properties": { "_index": 2329, "bedlevel": 871.0, "branchid": "pipe_34_E38;pipe_34_E39", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2331_generated", "shape": null, "area": 0.64, "streetlevel": 874.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 874.0, "distance_right": 5.5370519548127108e-07, "index_right": 2338, "nodeid": "1388099.452549_5861810.135005", "id": "1388099.452549_5861810.135005", "name": "manhole_2331_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388099.452548687811941, 5861810.13500545732677 ] } }, -{ "type": "Feature", "properties": { "_index": 2330, "bedlevel": 871.0, "branchid": "pipe_34_E39;pipe_34_E40", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2332_generated", "shape": null, "area": 0.64, "streetlevel": 874.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 874.0, "distance_right": 3.1864981069759395e-07, "index_right": 2339, "nodeid": "1388065.135133_5861846.168086", "id": "1388065.135133_5861846.168086", "name": "manhole_2332_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388065.135133283212781, 5861846.16808585356921 ] } }, -{ "type": "Feature", "properties": { "_index": 2331, "bedlevel": 859.20001220703125, "branchid": "pipe_34_E40;pipe_34_E41", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2333_generated", "shape": null, "area": 0.64, "streetlevel": 862.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 862.20001220703125, "distance_right": 3.6733334325308476e-07, "index_right": 2340, "nodeid": "1388022.995197_5861866.899685", "id": "1388022.995197_5861866.899685", "name": "manhole_2333_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388022.995196633273736, 5861866.899685021489859 ] } }, -{ "type": "Feature", "properties": { "_index": 2332, "bedlevel": 859.20001220703125, "branchid": "pipe_34_E41;pipe_34_E42", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2334_generated", "shape": null, "area": 0.64, "streetlevel": 862.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 862.20001220703125, "distance_right": 5.3807499256072629e-07, "index_right": 2341, "nodeid": "1387973.690500_5861873.616436", "id": "1387973.690500_5861873.616436", "name": "manhole_2334_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387973.690499771386385, 5861873.616436487063766 ] } }, -{ "type": "Feature", "properties": { "_index": 2333, "bedlevel": 856.20001220703125, "branchid": "pipe_34_E42;pipe_34_E43", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2335_generated", "shape": null, "area": 0.64, "streetlevel": 859.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 859.20001220703125, "distance_right": 5.474378737578715e-07, "index_right": 2342, "nodeid": "1387924.470484_5861880.906597", "id": "1387924.470484_5861880.906597", "name": "manhole_2335_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387924.470484273741022, 5861880.90659652557224 ] } }, -{ "type": "Feature", "properties": { "_index": 2334, "bedlevel": 856.20001220703125, "branchid": "pipe_34_E43;pipe_34_E44", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2336_generated", "shape": null, "area": 0.64, "streetlevel": 859.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 859.20001220703125, "distance_right": 2.6713630888038328e-07, "index_right": 2343, "nodeid": "1387877.962617_5861896.157046", "id": "1387877.962617_5861896.157046", "name": "manhole_2336_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387877.962616891367361, 5861896.157046243548393 ] } }, -{ "type": "Feature", "properties": { "_index": 2335, "bedlevel": 856.20001220703125, "branchid": "pipe_34_E44;pipe_34_E45", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2337_generated", "shape": null, "area": 0.64, "streetlevel": 859.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 859.20001220703125, "distance_right": 2.3805860219097484e-07, "index_right": 2344, "nodeid": "1387917.070526_5861911.915830", "id": "1387917.070526_5861911.915830", "name": "manhole_2337_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387917.070526217576116, 5861911.915829903446138 ] } }, -{ "type": "Feature", "properties": { "_index": 2336, "bedlevel": 856.20001220703125, "branchid": "pipe_34_E45;pipe_34_E46", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2338_generated", "shape": null, "area": 0.64, "streetlevel": 859.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 859.20001220703125, "distance_right": 4.3134922908785989e-07, "index_right": 2345, "nodeid": "1387966.654668_5861916.096835", "id": "1387966.654668_5861916.096835", "name": "manhole_2338_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387966.654667611001059, 5861916.096835186704993 ] } }, -{ "type": "Feature", "properties": { "_index": 2337, "bedlevel": 843.29998779296875, "branchid": "pipe_34_E46;pipe_34_E47", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2339_generated", "shape": null, "area": 0.64, "streetlevel": 846.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 846.29998779296875, "distance_right": 6.6910196134826447e-07, "index_right": 2346, "nodeid": "1388016.318006_5861919.063731", "id": "1388016.318006_5861919.063731", "name": "manhole_2339_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388016.318005530629307, 5861919.063731476664543 ] } }, -{ "type": "Feature", "properties": { "_index": 2338, "bedlevel": 847.10003662109375, "branchid": "pipe_34_E47;pipe_34_E48", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2340_generated", "shape": null, "area": 0.64, "streetlevel": 850.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 850.10003662109375, "distance_right": 4.9533251570249879e-07, "index_right": 2347, "nodeid": "1388066.025121_5861921.359511", "id": "1388066.025121_5861921.359511", "name": "manhole_2340_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388066.025120510486886, 5861921.359510923735797 ] } }, -{ "type": "Feature", "properties": { "_index": 2339, "bedlevel": 847.10003662109375, "branchid": "pipe_34_E48;pipe_34_E49", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2341_generated", "shape": null, "area": 0.64, "streetlevel": 850.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 850.10003662109375, "distance_right": 6.1467730890167978e-07, "index_right": 2348, "nodeid": "1388115.732235_5861923.655290", "id": "1388115.732235_5861923.655290", "name": "manhole_2341_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388115.732235490344465, 5861923.655290370807052 ] } }, -{ "type": "Feature", "properties": { "_index": 2340, "bedlevel": 846.0, "branchid": "pipe_34_E49;pipe_34_E50", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2342_generated", "shape": null, "area": 0.64, "streetlevel": 849.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 849.0, "distance_right": 3.5555129936383504e-07, "index_right": 2349, "nodeid": "1388161.130695_5861931.457672", "id": "1388161.130695_5861931.457672", "name": "manhole_2342_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388161.130695321131498, 5861931.457672152668238 ] } }, -{ "type": "Feature", "properties": { "_index": 2341, "bedlevel": 847.10003662109375, "branchid": "pipe_34_E50;pipe_34_E51", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2343_generated", "shape": null, "area": 0.64, "streetlevel": 850.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 850.10003662109375, "distance_right": 2.672133099130381e-07, "index_right": 2350, "nodeid": "1388139.871224_5861964.082641", "id": "1388139.871224_5861964.082641", "name": "manhole_2343_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388139.871223766123876, 5861964.082641129381955 ] } }, -{ "type": "Feature", "properties": { "_index": 2342, "bedlevel": 847.10003662109375, "branchid": "pipe_34_E51;pipe_34_E52", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2344_generated", "shape": null, "area": 0.64, "streetlevel": 850.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 850.10003662109375, "distance_right": 3.921092014707088e-07, "index_right": 2351, "nodeid": "1388090.726846_5861957.769498", "id": "1388090.726846_5861957.769498", "name": "manhole_2344_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388090.726845995755866, 5861957.769498392008245 ] } }, -{ "type": "Feature", "properties": { "_index": 2343, "bedlevel": 843.29998779296875, "branchid": "pipe_34_E52;pipe_34_E53", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2345_generated", "shape": null, "area": 0.64, "streetlevel": 846.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 846.29998779296875, "distance_right": 2.2779084516867197e-07, "index_right": 2352, "nodeid": "1388049.339105_5861983.736727", "id": "1388049.339105_5861983.736727", "name": "manhole_2345_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388049.339104855433106, 5861983.736727176234126 ] } }, -{ "type": "Feature", "properties": { "_index": 2344, "bedlevel": 843.29998779296875, "branchid": "pipe_34_E53;pipe_34_E54", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2346_generated", "shape": null, "area": 0.64, "streetlevel": 846.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 846.29998779296875, "distance_right": 4.6927575053310853e-07, "index_right": 2353, "nodeid": "1388024.713076_5862026.975906", "id": "1388024.713076_5862026.975906", "name": "manhole_2346_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388024.713075590552762, 5862026.975905770435929 ] } }, -{ "type": "Feature", "properties": { "_index": 2345, "bedlevel": 843.29998779296875, "branchid": "pipe_34_E54;pipe_34_E55", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2347_generated", "shape": null, "area": 0.64, "streetlevel": 846.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 846.29998779296875, "distance_right": 3.7928111851215363e-07, "index_right": 2354, "nodeid": "1387980.016218_5862047.702198", "id": "1387980.016218_5862047.702198", "name": "manhole_2347_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387980.016218039905652, 5862047.702198376879096 ] } }, -{ "type": "Feature", "properties": { "_index": 2346, "bedlevel": 790.5, "branchid": "pipe_34_E55;pipe_34_E56", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2348_generated", "shape": null, "area": 0.64, "streetlevel": 793.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 793.5, "distance_right": 5.3642689716381333e-07, "index_right": 2355, "nodeid": "1387931.906731_5862056.853297", "id": "1387931.906731_5862056.853297", "name": "manhole_2348_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387931.90673128189519, 5862056.853296543471515 ] } }, -{ "type": "Feature", "properties": { "_index": 2347, "bedlevel": 790.5, "branchid": "pipe_34_E56;pipe_34_E57", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2349_generated", "shape": null, "area": 0.64, "streetlevel": 793.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 793.5, "distance_right": 6.560974611428636e-07, "index_right": 2356, "nodeid": "1387882.187313_5862058.865105", "id": "1387882.187313_5862058.865105", "name": "manhole_2349_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387882.187313467729837, 5862058.865105460397899 ] } }, -{ "type": "Feature", "properties": { "_index": 2348, "bedlevel": 790.20001220703125, "branchid": "pipe_34_E57;pipe_34_E58", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2350_generated", "shape": null, "area": 0.64, "streetlevel": 793.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 793.20001220703125, "distance_right": 3.4705732931458691e-07, "index_right": 2357, "nodeid": "1387832.722497_5862057.341085", "id": "1387832.722497_5862057.341085", "name": "manhole_2350_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387832.722497318405658, 5862057.3410848621279 ] } }, -{ "type": "Feature", "properties": { "_index": 2349, "bedlevel": 827.29998779296875, "branchid": "pipe_34_E58;pipe_34_E59", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2351_generated", "shape": null, "area": 0.64, "streetlevel": 830.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 830.29998779296875, "distance_right": 3.9864767552081094e-07, "index_right": 2358, "nodeid": "1387783.804231_5862048.226751", "id": "1387783.804231_5862048.226751", "name": "manhole_2351_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387783.80423084856011, 5862048.226750630885363 ] } }, -{ "type": "Feature", "properties": { "_index": 2350, "bedlevel": 814.70001220703125, "branchid": "pipe_34_E59;pipe_34_E60", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2352_generated", "shape": null, "area": 0.64, "streetlevel": 817.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 817.70001220703125, "distance_right": 5.5057358477645188e-07, "index_right": 2359, "nodeid": "1387734.885964_5862039.112416", "id": "1387734.885964_5862039.112416", "name": "manhole_2352_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387734.885964378714561, 5862039.112416399642825 ] } }, -{ "type": "Feature", "properties": { "_index": 2351, "bedlevel": 810.70001220703125, "branchid": "pipe_34_E60;pipe_34_E61", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2353_generated", "shape": null, "area": 0.64, "streetlevel": 813.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 813.70001220703125, "distance_right": 1.9158114081199618e-07, "index_right": 2360, "nodeid": "1387685.967698_5862029.998082", "id": "1387685.967698_5862029.998082", "name": "manhole_2353_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387685.967697908869013, 5862029.998082168400288 ] } }, -{ "type": "Feature", "properties": { "_index": 2352, "bedlevel": 810.70001220703125, "branchid": "pipe_34_E61;pipe_34_E62", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2354_generated", "shape": null, "area": 0.64, "streetlevel": 813.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 813.70001220703125, "distance_right": 4.5903439743479076e-07, "index_right": 2361, "nodeid": "1387637.036116_5862020.957141", "id": "1387637.036116_5862020.957141", "name": "manhole_2354_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387637.036115845199674, 5862020.957140567712486 ] } }, -{ "type": "Feature", "properties": { "_index": 2353, "bedlevel": 804.0, "branchid": "pipe_34_E62;pipe_34_E63", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2355_generated", "shape": null, "area": 0.64, "streetlevel": 807.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.0, "distance_right": 4.9447928351944995e-07, "index_right": 2362, "nodeid": "1387588.033850_5862012.305794", "id": "1387588.033850_5862012.305794", "name": "manhole_2355_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387588.033849656581879, 5862012.305794355459511 ] } }, -{ "type": "Feature", "properties": { "_index": 2354, "bedlevel": 804.0, "branchid": "pipe_34_E63;pipe_34_E64", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2356_generated", "shape": null, "area": 0.64, "streetlevel": 807.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.0, "distance_right": 4.8969642604152781e-07, "index_right": 2363, "nodeid": "1387539.031583_5862003.654448", "id": "1387539.031583_5862003.654448", "name": "manhole_2356_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387539.031583468196914, 5862003.654448143206537 ] } }, -{ "type": "Feature", "properties": { "_index": 2355, "bedlevel": 790.10003662109375, "branchid": "pipe_34_E64;pipe_34_E65", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2357_generated", "shape": null, "area": 0.64, "streetlevel": 793.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 793.10003662109375, "distance_right": 2.8799720097075195e-07, "index_right": 2364, "nodeid": "1387490.029317_5861995.003102", "id": "1387490.029317_5861995.003102", "name": "manhole_2357_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387490.029317279579118, 5861995.003101930953562 ] } }, -{ "type": "Feature", "properties": { "_index": 2356, "bedlevel": 790.10003662109375, "branchid": "pipe_34_E65;pipe_34_E66", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2358_generated", "shape": null, "area": 0.64, "streetlevel": 793.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 793.10003662109375, "distance_right": 3.8909253916758981e-07, "index_right": 2365, "nodeid": "1387440.720368_5861989.908139", "id": "1387440.720368_5861989.908139", "name": "manhole_2358_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387440.720367865404114, 5861989.908138634636998 ] } }, -{ "type": "Feature", "properties": { "_index": 2357, "bedlevel": 767.60003662109375, "branchid": "pipe_34_E66;pipe_34_E67", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2359_generated", "shape": null, "area": 0.64, "streetlevel": 770.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 770.60003662109375, "distance_right": 3.3575341333343036e-07, "index_right": 2366, "nodeid": "1387390.960447_5861990.042768", "id": "1387390.960447_5861990.042768", "name": "manhole_2359_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387390.960446665296331, 5861990.042768024839461 ] } }, -{ "type": "Feature", "properties": { "_index": 2358, "bedlevel": 767.60003662109375, "branchid": "pipe_34_E67;pipe_34_E68", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2360_generated", "shape": null, "area": 0.64, "streetlevel": 770.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 770.60003662109375, "distance_right": 6.2320378403686381e-07, "index_right": 2367, "nodeid": "1387341.200525_5861990.177397", "id": "1387341.200525_5861990.177397", "name": "manhole_2360_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387341.200525465421379, 5861990.177397414110601 ] } }, -{ "type": "Feature", "properties": { "_index": 2359, "bedlevel": 746.60003662109375, "branchid": "pipe_34_E68;pipe_34_E69", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2361_generated", "shape": null, "area": 0.64, "streetlevel": 749.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 749.60003662109375, "distance_right": 3.2988750062887901e-07, "index_right": 2368, "nodeid": "1387291.440604_5861990.312027", "id": "1387291.440604_5861990.312027", "name": "manhole_2361_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387291.440604265546426, 5861990.312026804313064 ] } }, -{ "type": "Feature", "properties": { "_index": 2360, "bedlevel": 746.60003662109375, "branchid": "pipe_34_E69;pipe_34_E70", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2362_generated", "shape": null, "area": 0.64, "streetlevel": 749.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 749.60003662109375, "distance_right": 5.3662372160015116e-07, "index_right": 2369, "nodeid": "1387246.706285_5861974.212806", "id": "1387246.706285_5861974.212806", "name": "manhole_2362_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387246.706285298336297, 5861974.212805554270744 ] } }, -{ "type": "Feature", "properties": { "_index": 2361, "bedlevel": 744.0, "branchid": "pipe_34_E70;pipe_34_E71", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2363_generated", "shape": null, "area": 0.64, "streetlevel": 747.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 747.0, "distance_right": 2.9919235981069635e-07, "index_right": 2370, "nodeid": "1387205.725989_5861945.987229", "id": "1387205.725989_5861945.987229", "name": "manhole_2363_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387205.725988702848554, 5861945.987228964455426 ] } }, -{ "type": "Feature", "properties": { "_index": 2362, "bedlevel": 768.79998779296875, "branchid": "pipe_34_E71;pipe_34_E72", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2364_generated", "shape": null, "area": 0.64, "streetlevel": 771.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 771.79998779296875, "distance_right": 3.8940979095391863e-07, "index_right": 2371, "nodeid": "1387164.745692_5861917.761652", "id": "1387164.745692_5861917.761652", "name": "manhole_2364_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387164.745692107127979, 5861917.761652374640107 ] } }, -{ "type": "Feature", "properties": { "_index": 2363, "bedlevel": 761.10003662109375, "branchid": "pipe_34_E72;pipe_34_E73", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2365_generated", "shape": null, "area": 0.64, "streetlevel": 764.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 764.10003662109375, "distance_right": 4.3735146338226453e-07, "index_right": 2372, "nodeid": "1387115.569934_5861911.215812", "id": "1387115.569934_5861911.215812", "name": "manhole_2365_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387115.569933785125613, 5861911.215812381356955 ] } }, -{ "type": "Feature", "properties": { "_index": 2364, "bedlevel": 761.10003662109375, "branchid": "pipe_34_E73;pipe_34_E74", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2366_generated", "shape": null, "area": 0.64, "streetlevel": 764.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 764.10003662109375, "distance_right": 4.4995899873023288e-07, "index_right": 2373, "nodeid": "1387066.165866_5861905.273926", "id": "1387066.165866_5861905.273926", "name": "manhole_2366_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387066.165866439929232, 5861905.273926095105708 ] } }, -{ "type": "Feature", "properties": { "_index": 2365, "bedlevel": 744.70001220703125, "branchid": "pipe_34_E74;pipe_34_E75", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2367_generated", "shape": null, "area": 0.64, "streetlevel": 747.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 747.70001220703125, "distance_right": 4.8367488329805678e-07, "index_right": 2374, "nodeid": "1387016.666836_5861900.238133", "id": "1387016.666836_5861900.238133", "name": "manhole_2367_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387016.666836149292067, 5861900.238133460283279 ] } }, -{ "type": "Feature", "properties": { "_index": 2366, "bedlevel": 744.70001220703125, "branchid": "pipe_34_E75;pipe_34_E76", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2368_generated", "shape": null, "area": 0.64, "streetlevel": 747.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 747.70001220703125, "distance_right": 4.5868611841636618e-07, "index_right": 2375, "nodeid": "1386975.698310_5861874.842493", "id": "1386975.698310_5861874.842493", "name": "manhole_2368_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386975.698310127714649, 5861874.842493440955877 ] } }, -{ "type": "Feature", "properties": { "_index": 2367, "bedlevel": 736.60003662109375, "branchid": "pipe_34_E76;pipe_34_E77", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2369_generated", "shape": null, "area": 0.64, "streetlevel": 739.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 739.60003662109375, "distance_right": 2.4490286576639853e-07, "index_right": 2376, "nodeid": "1386937.286020_5861843.210803", "id": "1386937.286020_5861843.210803", "name": "manhole_2369_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386937.286019780673087, 5861843.21080310922116 ] } }, -{ "type": "Feature", "properties": { "_index": 2368, "bedlevel": 736.60003662109375, "branchid": "pipe_34_E77;pipe_34_E78", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2370_generated", "shape": null, "area": 0.64, "streetlevel": 739.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 739.60003662109375, "distance_right": 4.8711559489137913e-07, "index_right": 2377, "nodeid": "1386898.873729_5861811.579113", "id": "1386898.873729_5861811.579113", "name": "manhole_2370_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386898.873729433864355, 5861811.579112778417766 ] } }, -{ "type": "Feature", "properties": { "_index": 2369, "bedlevel": 752.20001220703125, "branchid": "pipe_34_E78;pipe_34_E79", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2371_generated", "shape": null, "area": 0.64, "streetlevel": 755.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 755.20001220703125, "distance_right": 4.5635115012089555e-07, "index_right": 2378, "nodeid": "1386860.461439_5861779.947422", "id": "1386860.461439_5861779.947422", "name": "manhole_2371_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386860.461439087055624, 5861779.947422447614372 ] } }, -{ "type": "Feature", "properties": { "_index": 2370, "bedlevel": 742.29998779296875, "branchid": "pipe_34_E79;pipe_34_E80", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2372_generated", "shape": null, "area": 0.64, "streetlevel": 745.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 745.29998779296875, "distance_right": 2.8455915079755038e-07, "index_right": 2379, "nodeid": "1386822.049149_5861748.315732", "id": "1386822.049149_5861748.315732", "name": "manhole_2372_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386822.049148740014061, 5861748.315732115879655 ] } }, -{ "type": "Feature", "properties": { "_index": 2371, "bedlevel": 742.29998779296875, "branchid": "pipe_34_E80;pipe_34_E81", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2373_generated", "shape": null, "area": 0.64, "streetlevel": 745.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 745.29998779296875, "distance_right": 3.5457500391329842e-07, "index_right": 2380, "nodeid": "1386774.418702_5861733.958942", "id": "1386774.418702_5861733.958942", "name": "manhole_2373_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386774.418702265014872, 5861733.958941764198244 ] } }, -{ "type": "Feature", "properties": { "_index": 2372, "bedlevel": 721.29998779296875, "branchid": "pipe_34_E81;pipe_34_E82", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2374_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 3.9676643957092681e-07, "index_right": 2381, "nodeid": "1386726.757215_5861719.660322", "id": "1386726.757215_5861719.660322", "name": "manhole_2374_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386726.75721522886306, 5861719.660321676172316 ] } }, -{ "type": "Feature", "properties": { "_index": 2373, "bedlevel": 721.29998779296875, "branchid": "pipe_34_E82;pipe_34_E83", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2375_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 6.4005122766323423e-07, "index_right": 2382, "nodeid": "1386681.211288_5861700.510516", "id": "1386681.211288_5861700.510516", "name": "manhole_2375_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386681.211287560872734, 5861700.510515534318984 ] } }, -{ "type": "Feature", "properties": { "_index": 2374, "bedlevel": 774.9000244140625, "branchid": "pipe_34_E83;pipe_34_E84", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2376_generated", "shape": null, "area": 0.64, "streetlevel": 777.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.9000244140625, "distance_right": 1.6268731961636028e-07, "index_right": 2383, "nodeid": "1386655.081909_5861659.807658", "id": "1386655.081909_5861659.807658", "name": "manhole_2376_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386655.081909105414525, 5861659.807657876051962 ] } }, -{ "type": "Feature", "properties": { "_index": 2375, "bedlevel": 755.79998779296875, "branchid": "pipe_34_E84;pipe_34_E85", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2377_generated", "shape": null, "area": 0.64, "streetlevel": 758.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.79998779296875, "distance_right": 4.863711772445947e-07, "index_right": 2384, "nodeid": "1386647.411753_5861610.757949", "id": "1386647.411753_5861610.757949", "name": "manhole_2377_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386647.41175345890224, 5861610.757949161343277 ] } }, -{ "type": "Feature", "properties": { "_index": 2376, "bedlevel": 755.79998779296875, "branchid": "pipe_34_E85;pipe_34_E86", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2378_generated", "shape": null, "area": 0.64, "streetlevel": 758.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.79998779296875, "distance_right": 4.9930356460427038e-07, "index_right": 2385, "nodeid": "1386641.745189_5861561.363540", "id": "1386641.745189_5861561.363540", "name": "manhole_2378_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386641.745189253240824, 5861561.363539570011199 ] } }, -{ "type": "Feature", "properties": { "_index": 2377, "bedlevel": 729.4000244140625, "branchid": "pipe_34_E86;pipe_34_E87", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2379_generated", "shape": null, "area": 0.64, "streetlevel": 732.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.4000244140625, "distance_right": 2.7534652721036083e-07, "index_right": 2386, "nodeid": "1386642.371349_5861511.607376", "id": "1386642.371349_5861511.607376", "name": "manhole_2379_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386642.37134926696308, 5861511.607376066967845 ] } }, -{ "type": "Feature", "properties": { "_index": 2378, "bedlevel": 729.4000244140625, "branchid": "pipe_34_E87;pipe_34_E88", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2380_generated", "shape": null, "area": 0.64, "streetlevel": 732.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.4000244140625, "distance_right": 5.1860291152319888e-07, "index_right": 2387, "nodeid": "1386642.997509_5861461.851213", "id": "1386642.997509_5861461.851213", "name": "manhole_2380_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386642.997509280918166, 5861461.851212563924491 ] } }, -{ "type": "Feature", "properties": { "_index": 2379, "bedlevel": 729.4000244140625, "branchid": "pipe_34_E88;pipe_34_E89", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2381_generated", "shape": null, "area": 0.64, "streetlevel": 732.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.4000244140625, "distance_right": 3.008763845900145e-07, "index_right": 2388, "nodeid": "1386643.623669_5861412.095049", "id": "1386643.623669_5861412.095049", "name": "manhole_2381_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386643.623669294640422, 5861412.09504906181246 ] } }, -{ "type": "Feature", "properties": { "_index": 2381, "bedlevel": 777.79998779296875, "branchid": "pipe_35_E0;pipe_36_E0;pipe_37_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2382_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 2.3980109538029568e-07, "index_right": 2389, "nodeid": "1386060.978602_5859873.390329", "id": "1386060.978602_5859873.390329", "name": "manhole_2382_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386060.978602184914052, 5859873.390328846871853 ] } }, -{ "type": "Feature", "properties": { "_index": 2381, "bedlevel": 777.79998779296875, "branchid": "pipe_35_E0;pipe_35_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2383_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 5.4068790112897243e-07, "index_right": 2390, "nodeid": "1386078.544554_5859857.065600", "id": "1386078.544554_5859857.065600", "name": "manhole_2383_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386078.54455375042744, 5859857.065600479952991 ] } }, -{ "type": "Feature", "properties": { "_index": 2382, "bedlevel": 777.79998779296875, "branchid": "pipe_35_E1;pipe_38_E0;pipe_39_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2384_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 5.758455387466089e-07, "index_right": 2391, "nodeid": "1386079.866959_5859885.500409", "id": "1386079.866959_5859885.500409", "name": "manhole_2384_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386079.86695942771621, 5859885.500408614054322 ] } }, -{ "type": "Feature", "properties": { "_index": 2383, "bedlevel": 777.79998779296875, "branchid": "pipe_36_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2385_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 5.0283226172582603e-07, "index_right": 2392, "nodeid": "1386030.926458_5859869.881591", "id": "1386030.926458_5859869.881591", "name": "manhole_2385_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386030.926458492642269, 5859869.881591100245714 ] } }, -{ "type": "Feature", "properties": { "_index": 2384, "bedlevel": 763.29998779296875, "branchid": "pipe_37_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2386_generated", "shape": null, "area": 0.64, "streetlevel": 766.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.29998779296875, "distance_right": 2.4131141216608354e-07, "index_right": 2393, "nodeid": "1386043.381106_5859908.119292", "id": "1386043.381106_5859908.119292", "name": "manhole_2386_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386043.381105761509389, 5859908.11929196305573 ] } }, -{ "type": "Feature", "properties": { "_index": 2385, "bedlevel": 763.29998779296875, "branchid": "pipe_38_E0;pipe_38_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2387_generated", "shape": null, "area": 0.64, "streetlevel": 766.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.29998779296875, "distance_right": 4.3100518037512075e-07, "index_right": 2394, "nodeid": "1386081.403634_5859934.756706", "id": "1386081.403634_5859934.756706", "name": "manhole_2387_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386081.40363402524963, 5859934.756705570034683 ] } }, -{ "type": "Feature", "properties": { "_index": 2386, "bedlevel": 763.29998779296875, "branchid": "pipe_38_E1;pipe_38_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2388_generated", "shape": null, "area": 0.64, "streetlevel": 766.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.29998779296875, "distance_right": 2.071517671303778e-07, "index_right": 2395, "nodeid": "1386080.471782_5859983.948014", "id": "1386080.471782_5859983.948014", "name": "manhole_2388_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386080.471781946951523, 5859983.948014200665057 ] } }, -{ "type": "Feature", "properties": { "_index": 2387, "bedlevel": 753.5, "branchid": "pipe_38_E2;pipe_39_E3;pipe_40_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2389_generated", "shape": null, "area": 0.64, "streetlevel": 756.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.5, "distance_right": 1.3487809052132004e-07, "index_right": 2396, "nodeid": "1386081.101270_5860033.019892", "id": "1386081.101270_5860033.019892", "name": "manhole_2389_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386081.101269942475483, 5860033.01989212166518 ] } }, -{ "type": "Feature", "properties": { "_index": 2388, "bedlevel": 763.29998779296875, "branchid": "pipe_39_E0;pipe_39_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2390_generated", "shape": null, "area": 0.64, "streetlevel": 766.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.29998779296875, "distance_right": 4.0608894916904316e-07, "index_right": 2397, "nodeid": "1386051.415039_5859913.714704", "id": "1386051.415039_5859913.714704", "name": "manhole_2390_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386051.415038994979113, 5859913.714703594334424 ] } }, -{ "type": "Feature", "properties": { "_index": 2389, "bedlevel": 763.29998779296875, "branchid": "pipe_39_E1;pipe_39_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2391_generated", "shape": null, "area": 0.64, "streetlevel": 766.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.29998779296875, "distance_right": 3.9667516038273416e-07, "index_right": 2398, "nodeid": "1386056.753748_5859949.432773", "id": "1386056.753748_5859949.432773", "name": "manhole_2391_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386056.753747603856027, 5859949.43277302198112 ] } }, -{ "type": "Feature", "properties": { "_index": 2390, "bedlevel": 763.29998779296875, "branchid": "pipe_39_E2;pipe_39_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2392_generated", "shape": null, "area": 0.64, "streetlevel": 766.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.29998779296875, "distance_right": 4.4652043281523293e-07, "index_right": 2399, "nodeid": "1386070.153564_5859990.873222", "id": "1386070.153564_5859990.873222", "name": "manhole_2392_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386070.153564189793542, 5859990.873222404159606 ] } }, -{ "type": "Feature", "properties": { "_index": 2392, "bedlevel": 753.5, "branchid": "pipe_40_E0;pipe_40_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2393_generated", "shape": null, "area": 0.64, "streetlevel": 756.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.5, "distance_right": 6.8990088841665868e-07, "index_right": 2400, "nodeid": "1386095.159511_5860079.476792", "id": "1386095.159511_5860079.476792", "name": "manhole_2393_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386095.159510504920036, 5860079.476792480796576 ] } }, -{ "type": "Feature", "properties": { "_index": 2393, "bedlevel": 717.29998779296875, "branchid": "pipe_40_E1;pipe_40_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2394_generated", "shape": null, "area": 0.64, "streetlevel": 720.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 720.29998779296875, "distance_right": 5.9386567370106793e-07, "index_right": 2401, "nodeid": "1386119.249575_5860122.285581", "id": "1386119.249575_5860122.285581", "name": "manhole_2394_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386119.249574675457552, 5860122.285581497475505 ] } }, -{ "type": "Feature", "properties": { "_index": 2394, "bedlevel": 717.29998779296875, "branchid": "pipe_40_E2;pipe_40_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2395_generated", "shape": null, "area": 0.64, "streetlevel": 720.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 720.29998779296875, "distance_right": 4.1965829506765982e-07, "index_right": 2402, "nodeid": "1386143.813146_5860164.822059", "id": "1386143.813146_5860164.822059", "name": "manhole_2395_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386143.813145637512207, 5860164.822058788500726 ] } }, -{ "type": "Feature", "properties": { "_index": 2395, "bedlevel": 729.5, "branchid": "pipe_40_E3;pipe_40_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2396_generated", "shape": null, "area": 0.64, "streetlevel": 732.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.5, "distance_right": 2.4941759242771704e-07, "index_right": 2403, "nodeid": "1386168.698390_5860207.173543", "id": "1386168.698390_5860207.173543", "name": "manhole_2396_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386168.698389830067754, 5860207.173543182201684 ] } }, -{ "type": "Feature", "properties": { "_index": 2396, "bedlevel": 729.5, "branchid": "pipe_40_E4;pipe_40_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2397_generated", "shape": null, "area": 0.64, "streetlevel": 732.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.5, "distance_right": 4.7271295433509584e-07, "index_right": 2404, "nodeid": "1386190.960879_5860250.914159", "id": "1386190.960879_5860250.914159", "name": "manhole_2397_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386190.960878706537187, 5860250.914158629253507 ] } }, -{ "type": "Feature", "properties": { "_index": 2397, "bedlevel": 717.29998779296875, "branchid": "pipe_40_E5;pipe_40_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2398_generated", "shape": null, "area": 0.64, "streetlevel": 720.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 720.29998779296875, "distance_right": 5.9534977694369198e-07, "index_right": 2405, "nodeid": "1386212.013376_5860295.295641", "id": "1386212.013376_5860295.295641", "name": "manhole_2398_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386212.013376480899751, 5860295.295640649273992 ] } }, -{ "type": "Feature", "properties": { "_index": 2398, "bedlevel": 726.10003662109375, "branchid": "pipe_40_E6;pipe_40_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2399_generated", "shape": null, "area": 0.64, "streetlevel": 729.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 729.10003662109375, "distance_right": 4.1705063981150445e-07, "index_right": 2406, "nodeid": "1386233.065874_5860339.677123", "id": "1386233.065874_5860339.677123", "name": "manhole_2399_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386233.065874255495146, 5860339.677122670225799 ] } }, -{ "type": "Feature", "properties": { "_index": 2399, "bedlevel": 726.10003662109375, "branchid": "pipe_40_E7;pipe_40_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2400_generated", "shape": null, "area": 0.64, "streetlevel": 729.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 729.10003662109375, "distance_right": 3.1158142785059036e-07, "index_right": 2407, "nodeid": "1386254.118372_5860384.058605", "id": "1386254.118372_5860384.058605", "name": "manhole_2400_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386254.118372030090541, 5860384.058604690246284 ] } }, -{ "type": "Feature", "properties": { "_index": 2400, "bedlevel": 726.10003662109375, "branchid": "pipe_40_E8;pipe_40_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2401_generated", "shape": null, "area": 0.64, "streetlevel": 729.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 729.10003662109375, "distance_right": 1.7018263719686392e-07, "index_right": 2408, "nodeid": "1386270.265550_5860430.368607", "id": "1386270.265550_5860430.368607", "name": "manhole_2401_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386270.265550139825791, 5860430.368606903590262 ] } }, -{ "type": "Feature", "properties": { "_index": 2401, "bedlevel": 743.10003662109375, "branchid": "pipe_40_E9;pipe_40_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2402_generated", "shape": null, "area": 0.64, "streetlevel": 746.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 746.10003662109375, "distance_right": 4.8813570520896638e-07, "index_right": 2409, "nodeid": "1386284.690117_5860477.310511", "id": "1386284.690117_5860477.310511", "name": "manhole_2402_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386284.690116602927446, 5860477.310510716401041 ] } }, -{ "type": "Feature", "properties": { "_index": 2402, "bedlevel": 743.10003662109375, "branchid": "pipe_40_E10;pipe_40_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2403_generated", "shape": null, "area": 0.64, "streetlevel": 746.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 746.10003662109375, "distance_right": 4.7960060831833522e-07, "index_right": 2410, "nodeid": "1386295.943752_5860525.125564", "id": "1386295.943752_5860525.125564", "name": "manhole_2403_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386295.943752367515117, 5860525.125563691370189 ] } }, -{ "type": "Feature", "properties": { "_index": 2403, "bedlevel": 717.29998779296875, "branchid": "pipe_40_E11;pipe_40_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2404_generated", "shape": null, "area": 0.64, "streetlevel": 720.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 720.29998779296875, "distance_right": 3.5954962138553505e-07, "index_right": 2411, "nodeid": "1386307.197388_5860572.940617", "id": "1386307.197388_5860572.940617", "name": "manhole_2404_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386307.197388132335618, 5860572.940616665408015 ] } }, -{ "type": "Feature", "properties": { "_index": 2404, "bedlevel": 717.29998779296875, "branchid": "pipe_40_E12;pipe_40_E13", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2405_generated", "shape": null, "area": 0.64, "streetlevel": 720.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 720.29998779296875, "distance_right": 3.7399479825356605e-07, "index_right": 2412, "nodeid": "1386318.451024_5860620.755670", "id": "1386318.451024_5860620.755670", "name": "manhole_2405_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386318.451023896923289, 5860620.755669640377164 ] } }, -{ "type": "Feature", "properties": { "_index": 2405, "bedlevel": 717.29998779296875, "branchid": "pipe_40_E13;pipe_40_E14", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2406_generated", "shape": null, "area": 0.64, "streetlevel": 720.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 720.29998779296875, "distance_right": 5.1309725242743082e-07, "index_right": 2413, "nodeid": "1386329.704660_5860668.570723", "id": "1386329.704660_5860668.570723", "name": "manhole_2406_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386329.704659661510959, 5860668.57072261441499 ] } }, -{ "type": "Feature", "properties": { "_index": 2406, "bedlevel": 734.60003662109375, "branchid": "pipe_40_E14;pipe_40_E15", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2407_generated", "shape": null, "area": 0.64, "streetlevel": 737.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 737.60003662109375, "distance_right": 5.9196965643961131e-07, "index_right": 2414, "nodeid": "1386340.958295_5860716.385776", "id": "1386340.958295_5860716.385776", "name": "manhole_2407_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386340.95829542633146, 5860716.385775589384139 ] } }, -{ "type": "Feature", "properties": { "_index": 2407, "bedlevel": 734.60003662109375, "branchid": "pipe_40_E15;pipe_40_E16", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2408_generated", "shape": null, "area": 0.64, "streetlevel": 737.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 737.60003662109375, "distance_right": 4.7669343638089868e-07, "index_right": 2415, "nodeid": "1386352.211931_5860764.200829", "id": "1386352.211931_5860764.200829", "name": "manhole_2408_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386352.211931190919131, 5860764.200828563421965 ] } }, -{ "type": "Feature", "properties": { "_index": 2408, "bedlevel": 734.60003662109375, "branchid": "pipe_40_E16;pipe_40_E17", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2409_generated", "shape": null, "area": 0.64, "streetlevel": 737.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 737.60003662109375, "distance_right": 3.76122032946863e-07, "index_right": 2416, "nodeid": "1386365.771370_5860811.365820", "id": "1386365.771370_5860811.365820", "name": "manhole_2409_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386365.771370212780312, 5860811.365820310078561 ] } }, -{ "type": "Feature", "properties": { "_index": 2409, "bedlevel": 741.5, "branchid": "pipe_40_E17;pipe_40_E18", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2410_generated", "shape": null, "area": 0.64, "streetlevel": 744.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 744.5, "distance_right": 6.6936522197239387e-07, "index_right": 2417, "nodeid": "1386381.150273_5860858.017861", "id": "1386381.150273_5860858.017861", "name": "manhole_2410_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386381.150273493025452, 5860858.017861452884972 ] } }, -{ "type": "Feature", "properties": { "_index": 2410, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E18;pipe_40_E19", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2411_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 3.9416955839349739e-07, "index_right": 2418, "nodeid": "1386398.399082_5860903.951519", "id": "1386398.399082_5860903.951519", "name": "manhole_2411_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386398.399082327727228, 5860903.951519219204783 ] } }, -{ "type": "Feature", "properties": { "_index": 2411, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E19;pipe_40_E20", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2412_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 5.567527440022547e-07, "index_right": 2419, "nodeid": "1386418.211524_5860948.900276", "id": "1386418.211524_5860948.900276", "name": "manhole_2412_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386418.211523674428463, 5860948.90027645137161 ] } }, -{ "type": "Feature", "properties": { "_index": 2412, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E20;pipe_40_E21", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2413_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 4.8463423027554962e-07, "index_right": 2420, "nodeid": "1386441.678376_5860992.033180", "id": "1386441.678376_5860992.033180", "name": "manhole_2413_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386441.67837643600069, 5860992.033180211670697 ] } }, -{ "type": "Feature", "properties": { "_index": 2413, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E21;pipe_40_E22", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2414_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 3.4573908100037007e-07, "index_right": 2421, "nodeid": "1386465.536531_5861034.971649", "id": "1386465.536531_5861034.971649", "name": "manhole_2414_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386465.536530936835334, 5861034.971648660488427 ] } }, -{ "type": "Feature", "properties": { "_index": 2414, "bedlevel": 721.9000244140625, "branchid": "pipe_40_E22;pipe_40_E23", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2415_generated", "shape": null, "area": 0.64, "streetlevel": 724.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.9000244140625, "distance_right": 4.5085446316371647e-07, "index_right": 2422, "nodeid": "1386489.394685_5861077.910117", "id": "1386489.394685_5861077.910117", "name": "manhole_2415_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386489.394685437437147, 5861077.910117109306157 ] } }, -{ "type": "Feature", "properties": { "_index": 2415, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E23;pipe_40_E24", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2416_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 4.4666027024101134e-07, "index_right": 2423, "nodeid": "1386513.252840_5861120.848586", "id": "1386513.252840_5861120.848586", "name": "manhole_2416_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386513.252839938271791, 5861120.848585557192564 ] } }, -{ "type": "Feature", "properties": { "_index": 2416, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E24;pipe_40_E25", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2417_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 4.3892133490986504e-07, "index_right": 2424, "nodeid": "1386537.110994_5861163.787054", "id": "1386537.110994_5861163.787054", "name": "manhole_2417_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386537.110994438873604, 5861163.787054006010294 ] } }, -{ "type": "Feature", "properties": { "_index": 2417, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E25;pipe_40_E26", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2418_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 4.5846860528081458e-07, "index_right": 2425, "nodeid": "1386560.969149_5861206.725522", "id": "1386560.969149_5861206.725522", "name": "manhole_2418_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386560.969148939708248, 5861206.725522454828024 ] } }, -{ "type": "Feature", "properties": { "_index": 2418, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E26;pipe_40_E27", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2419_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 4.5081069418943963e-07, "index_right": 2426, "nodeid": "1386584.827303_5861249.663991", "id": "1386584.827303_5861249.663991", "name": "manhole_2419_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386584.827303440310061, 5861249.663990902714431 ] } }, -{ "type": "Feature", "properties": { "_index": 2419, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E27;pipe_40_E28", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2420_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 4.9127734780403708e-07, "index_right": 2427, "nodeid": "1386607.696082_5861293.105181", "id": "1386607.696082_5861293.105181", "name": "manhole_2420_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386607.696082097478211, 5861293.105181481689215 ] } }, -{ "type": "Feature", "properties": { "_index": 2420, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E28;pipe_40_E29", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2421_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 3.8526999555463843e-07, "index_right": 2428, "nodeid": "1386626.999141_5861338.164891", "id": "1386626.999141_5861338.164891", "name": "manhole_2421_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386626.999141034670174, 5861338.164890616200864 ] } }, -{ "type": "Feature", "properties": { "_index": 2421, "bedlevel": 729.4000244140625, "branchid": "pipe_40_E29;pipe_40_E30", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2422_generated", "shape": null, "area": 0.64, "streetlevel": 732.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.4000244140625, "distance_right": 4.840163814950507e-07, "index_right": 2429, "nodeid": "1386632.635545_5861386.242181", "id": "1386632.635545_5861386.242181", "name": "manhole_2422_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386632.635544582502916, 5861386.242180755361915 ] } }, -{ "type": "Feature", "properties": { "_index": 2422, "bedlevel": 729.4000244140625, "branchid": "pipe_40_E30;pipe_40_E31", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2423_generated", "shape": null, "area": 0.64, "streetlevel": 732.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.4000244140625, "distance_right": 2.6142848419208022e-07, "index_right": 2430, "nodeid": "1386628.332881_5861435.174897", "id": "1386628.332881_5861435.174897", "name": "manhole_2423_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386628.332881111185998, 5861435.174896763637662 ] } }, -{ "type": "Feature", "properties": { "_index": 2423, "bedlevel": 729.4000244140625, "branchid": "pipe_40_E31;pipe_40_E32", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2424_generated", "shape": null, "area": 0.64, "streetlevel": 732.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.4000244140625, "distance_right": 4.2637953535945764e-07, "index_right": 2431, "nodeid": "1386624.030218_5861484.107613", "id": "1386624.030218_5861484.107613", "name": "manhole_2424_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386624.030217639869079, 5861484.107612771913409 ] } }, -{ "type": "Feature", "properties": { "_index": 2424, "bedlevel": 755.79998779296875, "branchid": "pipe_40_E32;pipe_40_E33", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2425_generated", "shape": null, "area": 0.64, "streetlevel": 758.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.79998779296875, "distance_right": 2.7773094778815831e-07, "index_right": 2432, "nodeid": "1386619.727554_5861533.040329", "id": "1386619.727554_5861533.040329", "name": "manhole_2425_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386619.72755416855216, 5861533.040328779257834 ] } }, -{ "type": "Feature", "properties": { "_index": 2425, "bedlevel": 755.79998779296875, "branchid": "pipe_40_E33;pipe_40_E34", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2426_generated", "shape": null, "area": 0.64, "streetlevel": 758.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.79998779296875, "distance_right": 1.3255917795466179e-07, "index_right": 2433, "nodeid": "1386620.396810_5861581.843450", "id": "1386620.396810_5861581.843450", "name": "manhole_2426_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386620.396809899713844, 5861581.843449912965298 ] } }, -{ "type": "Feature", "properties": { "_index": 2426, "bedlevel": 755.79998779296875, "branchid": "pipe_40_E34;pipe_40_E35", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2427_generated", "shape": null, "area": 0.64, "streetlevel": 758.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.79998779296875, "distance_right": 3.3282772002277633e-07, "index_right": 2434, "nodeid": "1386627.242797_5861630.485572", "id": "1386627.242797_5861630.485572", "name": "manhole_2427_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386627.242796876933426, 5861630.485572309233248 ] } }, -{ "type": "Feature", "properties": { "_index": 2427, "bedlevel": 774.9000244140625, "branchid": "pipe_40_E35;pipe_40_E36", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2428_generated", "shape": null, "area": 0.64, "streetlevel": 777.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.9000244140625, "distance_right": 5.4635113303875806e-07, "index_right": 2435, "nodeid": "1386633.497010_5861679.177459", "id": "1386633.497010_5861679.177459", "name": "manhole_2428_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386633.497009602142498, 5861679.177458625286818 ] } }, -{ "type": "Feature", "properties": { "_index": 2428, "bedlevel": 774.9000244140625, "branchid": "pipe_40_E36;pipe_40_E37", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2429_generated", "shape": null, "area": 0.64, "streetlevel": 777.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.9000244140625, "distance_right": 5.846229101433154e-07, "index_right": 2436, "nodeid": "1386633.587327_5861728.232038", "id": "1386633.587327_5861728.232038", "name": "manhole_2429_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386633.587326586712152, 5861728.232037586160004 ] } }, -{ "type": "Feature", "properties": { "_index": 2429, "bedlevel": 774.9000244140625, "branchid": "pipe_40_E37;pipe_40_E38", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2430_generated", "shape": null, "area": 0.64, "streetlevel": 777.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.9000244140625, "distance_right": 2.2543790250488301e-07, "index_right": 2437, "nodeid": "1386628.569952_5861777.096642", "id": "1386628.569952_5861777.096642", "name": "manhole_2430_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386628.569951781770214, 5861777.096641942858696 ] } }, -{ "type": "Feature", "properties": { "_index": 2430, "bedlevel": 784.0, "branchid": "pipe_40_E38;pipe_41_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2431_generated", "shape": null, "area": 0.64, "streetlevel": 787.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 787.0, "distance_right": 3.0078835670256984e-07, "index_right": 2438, "nodeid": "1386623.552577_5861825.961246", "id": "1386623.552577_5861825.961246", "name": "manhole_2431_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386623.552576976828277, 5861825.961246299557388 ] } }, -{ "type": "Feature", "properties": { "_index": 2431, "bedlevel": 784.0, "branchid": "pipe_41_E0;pipe_41_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2432_generated", "shape": null, "area": 0.64, "streetlevel": 787.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 787.0, "distance_right": 3.86942464847858e-07, "index_right": 2439, "nodeid": "1386622.452885_5861875.377416", "id": "1386622.452885_5861875.377416", "name": "manhole_2432_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386622.452884682221338, 5861875.377415779046714 ] } }, -{ "type": "Feature", "properties": { "_index": 2432, "bedlevel": 765.0, "branchid": "pipe_41_E1;pipe_41_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2433_generated", "shape": null, "area": 0.64, "streetlevel": 768.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 768.0, "distance_right": 1.5812903614993457e-07, "index_right": 2440, "nodeid": "1386630.050832_5861924.208797", "id": "1386630.050832_5861924.208797", "name": "manhole_2433_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386630.050831846194342, 5861924.208797036670148 ] } }, -{ "type": "Feature", "properties": { "_index": 2433, "bedlevel": 765.0, "branchid": "pipe_41_E2;pipe_41_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2434_generated", "shape": null, "area": 0.64, "streetlevel": 768.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 768.0, "distance_right": 2.0956943835879417e-07, "index_right": 2441, "nodeid": "1386645.112437_5861971.295392", "id": "1386645.112437_5861971.295392", "name": "manhole_2434_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386645.112437101313844, 5861971.295391816645861 ] } }, -{ "type": "Feature", "properties": { "_index": 2434, "bedlevel": 765.0, "branchid": "pipe_41_E3;pipe_41_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2435_generated", "shape": null, "area": 0.64, "streetlevel": 768.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 768.0, "distance_right": 5.8255627545422018e-07, "index_right": 2442, "nodeid": "1386663.826806_5862017.116110", "id": "1386663.826806_5862017.116110", "name": "manhole_2435_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386663.826805545249954, 5862017.116109635680914 ] } }, -{ "type": "Feature", "properties": { "_index": 2435, "bedlevel": 726.0, "branchid": "pipe_41_E4;pipe_41_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2436_generated", "shape": null, "area": 0.64, "streetlevel": 729.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 729.0, "distance_right": 4.5554265962626818e-07, "index_right": 2443, "nodeid": "1386682.541174_5862062.936827", "id": "1386682.541174_5862062.936827", "name": "manhole_2436_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386682.541173989186063, 5862062.93682745564729 ] } }, -{ "type": "Feature", "properties": { "_index": 2436, "bedlevel": 726.0, "branchid": "pipe_41_E5;pipe_41_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2437_generated", "shape": null, "area": 0.64, "streetlevel": 729.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 729.0, "distance_right": 4.1193130229873742e-07, "index_right": 2444, "nodeid": "1386700.357505_5862109.113540", "id": "1386700.357505_5862109.113540", "name": "manhole_2437_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386700.357504795538262, 5862109.113540357910097 ] } }, -{ "type": "Feature", "properties": { "_index": 2437, "bedlevel": 726.0, "branchid": "pipe_41_E6;pipe_41_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2438_generated", "shape": null, "area": 0.64, "streetlevel": 729.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 729.0, "distance_right": 3.2735028015839139e-07, "index_right": 2445, "nodeid": "1386718.120610_5862155.311353", "id": "1386718.120610_5862155.311353", "name": "manhole_2438_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386718.120609947945923, 5862155.311352676711977 ] } }, -{ "type": "Feature", "properties": { "_index": 2438, "bedlevel": 721.29998779296875, "branchid": "pipe_41_E7;pipe_41_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2439_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 1.0018646052454545e-07, "index_right": 2446, "nodeid": "1386735.883715_5862201.509165", "id": "1386735.883715_5862201.509165", "name": "manhole_2439_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386735.883715100120753, 5862201.509164996445179 ] } }, -{ "type": "Feature", "properties": { "_index": 2439, "bedlevel": 721.29998779296875, "branchid": "pipe_41_E8;pipe_41_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2440_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 1.2663675617332469e-07, "index_right": 2447, "nodeid": "1386757.522535_5862245.993861", "id": "1386757.522535_5862245.993861", "name": "manhole_2440_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386757.522535112220794, 5862245.993861058726907 ] } }, -{ "type": "Feature", "properties": { "_index": 2440, "bedlevel": 721.29998779296875, "branchid": "pipe_41_E9;pipe_41_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2441_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 2.3017284626667885e-07, "index_right": 2448, "nodeid": "1386779.730984_5862290.226774", "id": "1386779.730984_5862290.226774", "name": "manhole_2441_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386779.73098383564502, 5862290.226773838512599 ] } }, -{ "type": "Feature", "properties": { "_index": 2441, "bedlevel": 721.29998779296875, "branchid": "pipe_41_E10;pipe_41_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2442_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 2.0776009455858673e-07, "index_right": 2449, "nodeid": "1386802.545179_5862334.095373", "id": "1386802.545179_5862334.095373", "name": "manhole_2442_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386802.545179207576439, 5862334.095372994430363 ] } }, -{ "type": "Feature", "properties": { "_index": 2442, "bedlevel": 721.29998779296875, "branchid": "pipe_41_E11;pipe_41_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2443_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 3.5309356282638562e-07, "index_right": 2450, "nodeid": "1386831.207994_5862374.446443", "id": "1386831.207994_5862374.446443", "name": "manhole_2443_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386831.207993831252679, 5862374.446442689746618 ] } }, -{ "type": "Feature", "properties": { "_index": 2443, "bedlevel": 734.70001220703125, "branchid": "pipe_41_E12;pipe_41_E13", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2444_generated", "shape": null, "area": 0.64, "streetlevel": 737.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 737.70001220703125, "distance_right": 2.9095978348194408e-07, "index_right": 2451, "nodeid": "1386859.988486_5862414.708454", "id": "1386859.988486_5862414.708454", "name": "manhole_2444_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386859.988485741894692, 5862414.708453865721822 ] } }, -{ "type": "Feature", "properties": { "_index": 2444, "bedlevel": 734.70001220703125, "branchid": "pipe_41_E13;pipe_41_E14", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2445_generated", "shape": null, "area": 0.64, "streetlevel": 737.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 737.70001220703125, "distance_right": 2.7843430015560495e-07, "index_right": 2452, "nodeid": "1386891.035651_5862453.255040", "id": "1386891.035651_5862453.255040", "name": "manhole_2445_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386891.035651177866384, 5862453.255039785988629 ] } }, -{ "type": "Feature", "properties": { "_index": 2445, "bedlevel": 740.9000244140625, "branchid": "pipe_41_E14;pipe_41_E15", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2446_generated", "shape": null, "area": 0.64, "streetlevel": 743.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 743.9000244140625, "distance_right": 4.842933356581801e-07, "index_right": 2453, "nodeid": "1386922.082817_5862491.801626", "id": "1386922.082817_5862491.801626", "name": "manhole_2446_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386922.082816614070907, 5862491.801625707186759 ] } }, -{ "type": "Feature", "properties": { "_index": 2446, "bedlevel": 753.0, "branchid": "pipe_41_E15;pipe_41_E16", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2447_generated", "shape": null, "area": 0.64, "streetlevel": 756.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.0, "distance_right": 3.7590837301943507e-07, "index_right": 2454, "nodeid": "1386953.129982_5862530.348212", "id": "1386953.129982_5862530.348212", "name": "manhole_2447_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386953.12998205027543, 5862530.348211627453566 ] } }, -{ "type": "Feature", "properties": { "_index": 2447, "bedlevel": 753.0, "branchid": "pipe_41_E16;pipe_41_E17", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2448_generated", "shape": null, "area": 0.64, "streetlevel": 756.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.0, "distance_right": 6.6440650546458733e-07, "index_right": 2455, "nodeid": "1386984.177147_5862568.894798", "id": "1386984.177147_5862568.894798", "name": "manhole_2448_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386984.177147486479953, 5862568.894797547720373 ] } }, -{ "type": "Feature", "properties": { "_index": 2448, "bedlevel": 758.4000244140625, "branchid": "pipe_41_E17;pipe_41_E18", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2449_generated", "shape": null, "area": 0.64, "streetlevel": 761.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 761.4000244140625, "distance_right": 5.6406653307900537e-07, "index_right": 2456, "nodeid": "1387010.831901_5862610.297833", "id": "1387010.831901_5862610.297833", "name": "manhole_2449_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387010.83190148579888, 5862610.297833287157118 ] } }, -{ "type": "Feature", "properties": { "_index": 2449, "bedlevel": 758.4000244140625, "branchid": "pipe_41_E18;pipe_41_E19", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2450_generated", "shape": null, "area": 0.64, "streetlevel": 761.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 761.4000244140625, "distance_right": 5.0755547669671581e-07, "index_right": 2457, "nodeid": "1387033.474099_5862654.310294", "id": "1387033.474099_5862654.310294", "name": "manhole_2450_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387033.474099110113457, 5862654.310293504968286 ] } }, -{ "type": "Feature", "properties": { "_index": 2450, "bedlevel": 767.5, "branchid": "pipe_41_E19;pipe_41_E20", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2451_generated", "shape": null, "area": 0.64, "streetlevel": 770.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 770.5, "distance_right": 3.8351560851169947e-07, "index_right": 2458, "nodeid": "1387056.116297_5862698.322754", "id": "1387056.116297_5862698.322754", "name": "manhole_2451_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387056.116296734428033, 5862698.322753723710775 ] } }, -{ "type": "Feature", "properties": { "_index": 2451, "bedlevel": 762.29998779296875, "branchid": "pipe_41_E20;pipe_41_E21", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2452_generated", "shape": null, "area": 0.64, "streetlevel": 765.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 765.29998779296875, "distance_right": 3.6340865905868276e-07, "index_right": 2459, "nodeid": "1387078.758494_5862742.335214", "id": "1387078.758494_5862742.335214", "name": "manhole_2452_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387078.75849435874261, 5862742.335213942453265 ] } }, -{ "type": "Feature", "properties": { "_index": 2452, "bedlevel": 762.29998779296875, "branchid": "pipe_41_E21;pipe_41_E22", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2453_generated", "shape": null, "area": 0.64, "streetlevel": 765.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 765.29998779296875, "distance_right": 1.6201282395265412e-07, "index_right": 2460, "nodeid": "1387101.400692_5862786.347674", "id": "1387101.400692_5862786.347674", "name": "manhole_2453_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387101.400691983057186, 5862786.347674161195755 ] } }, -{ "type": "Feature", "properties": { "_index": 2453, "bedlevel": 762.29998779296875, "branchid": "pipe_41_E22;pipe_41_E23", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2454_generated", "shape": null, "area": 0.64, "streetlevel": 765.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 765.29998779296875, "distance_right": 4.9157915962717621e-07, "index_right": 2461, "nodeid": "1387124.783531_5862829.966972", "id": "1387124.783531_5862829.966972", "name": "manhole_2454_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387124.783531384309754, 5862829.966971693560481 ] } }, -{ "type": "Feature", "properties": { "_index": 2454, "bedlevel": 761.20001220703125, "branchid": "pipe_41_E23;pipe_41_E24", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2455_generated", "shape": null, "area": 0.64, "streetlevel": 764.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 764.20001220703125, "distance_right": 3.5598160791369735e-07, "index_right": 2462, "nodeid": "1387148.551342_5862873.381911", "id": "1387148.551342_5862873.381911", "name": "manhole_2455_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387148.551342260092497, 5862873.381910757161677 ] } }, -{ "type": "Feature", "properties": { "_index": 2455, "bedlevel": 761.20001220703125, "branchid": "pipe_41_E24;pipe_41_E25", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2456_generated", "shape": null, "area": 0.64, "streetlevel": 764.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 764.20001220703125, "distance_right": 4.7576371253412377e-07, "index_right": 2463, "nodeid": "1387176.029596_5862914.516765", "id": "1387176.029596_5862914.516765", "name": "manhole_2456_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387176.029596295906231, 5862914.516764627769589 ] } }, -{ "type": "Feature", "properties": { "_index": 2456, "bedlevel": 761.20001220703125, "branchid": "pipe_41_E25;pipe_41_E26", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2457_generated", "shape": null, "area": 0.64, "streetlevel": 764.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 764.20001220703125, "distance_right": 5.0580076725114359e-07, "index_right": 2464, "nodeid": "1387204.050834_5862955.315436", "id": "1387204.050834_5862955.315436", "name": "manhole_2457_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387204.050833505578339, 5862955.315435893833637 ] } }, -{ "type": "Feature", "properties": { "_index": 2457, "bedlevel": 766.20001220703125, "branchid": "pipe_41_E26;pipe_41_E27", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2458_generated", "shape": null, "area": 0.64, "streetlevel": 769.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 769.20001220703125, "distance_right": 4.679884932996435e-07, "index_right": 2465, "nodeid": "1387233.152246_5862995.351339", "id": "1387233.152246_5862995.351339", "name": "manhole_2458_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387233.152246462181211, 5862995.351338926702738 ] } }, -{ "type": "Feature", "properties": { "_index": 2458, "bedlevel": 769.70001220703125, "branchid": "pipe_41_E27;pipe_41_E28", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2459_generated", "shape": null, "area": 0.64, "streetlevel": 772.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 772.70001220703125, "distance_right": 4.2100416125757269e-07, "index_right": 2466, "nodeid": "1387262.253659_5863035.387242", "id": "1387262.253659_5863035.387242", "name": "manhole_2459_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387262.253659419016913, 5863035.387241959571838 ] } }, -{ "type": "Feature", "properties": { "_index": 2459, "bedlevel": 769.70001220703125, "branchid": "pipe_41_E28;pipe_41_E29", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2460_generated", "shape": null, "area": 0.64, "streetlevel": 772.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 772.70001220703125, "distance_right": 2.2191985042402401e-07, "index_right": 2467, "nodeid": "1387289.177212_5863076.714860", "id": "1387289.177212_5863076.714860", "name": "manhole_2460_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387289.177211825968698, 5863076.714860137552023 ] } }, -{ "type": "Feature", "properties": { "_index": 2460, "bedlevel": 769.70001220703125, "branchid": "pipe_41_E29;pipe_41_E30", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2461_generated", "shape": null, "area": 0.64, "streetlevel": 772.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 772.70001220703125, "distance_right": 3.2784018053457337e-07, "index_right": 2468, "nodeid": "1387304.666786_5863123.392671", "id": "1387304.666786_5863123.392671", "name": "manhole_2461_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387304.666786204557866, 5863123.392671256326139 ] } }, -{ "type": "Feature", "properties": { "_index": 2461, "bedlevel": 759.0, "branchid": "pipe_41_E30;pipe_41_E31", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2462_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 5.8792503762199079e-07, "index_right": 2469, "nodeid": "1387314.520281_5863171.895174", "id": "1387314.520281_5863171.895174", "name": "manhole_2462_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387314.520281337434426, 5863171.895173518918455 ] } }, -{ "type": "Feature", "properties": { "_index": 2462, "bedlevel": 774.10003662109375, "branchid": "pipe_41_E31;pipe_41_E32", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2463_generated", "shape": null, "area": 0.64, "streetlevel": 777.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.10003662109375, "distance_right": 4.4211253240860219e-07, "index_right": 2470, "nodeid": "1387324.142221_5863220.446013", "id": "1387324.142221_5863220.446013", "name": "manhole_2463_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387324.142220750683919, 5863220.446013364940882 ] } }, -{ "type": "Feature", "properties": { "_index": 2463, "bedlevel": 777.4000244140625, "branchid": "pipe_41_E32;pipe_41_E33", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2464_generated", "shape": null, "area": 0.64, "streetlevel": 780.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.4000244140625, "distance_right": 2.666317529901308e-07, "index_right": 2471, "nodeid": "1387333.764160_5863268.996853", "id": "1387333.764160_5863268.996853", "name": "manhole_2464_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387333.764160163700581, 5863268.996853210031986 ] } }, -{ "type": "Feature", "properties": { "_index": 2464, "bedlevel": 777.4000244140625, "branchid": "pipe_41_E33;pipe_41_E34", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2465_generated", "shape": null, "area": 0.64, "streetlevel": 780.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.4000244140625, "distance_right": 4.2683769428980457e-07, "index_right": 2472, "nodeid": "1387343.386100_5863317.547693", "id": "1387343.386100_5863317.547693", "name": "manhole_2465_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387343.386099576717243, 5863317.547693055123091 ] } }, -{ "type": "Feature", "properties": { "_index": 2465, "bedlevel": 777.4000244140625, "branchid": "pipe_41_E34;pipe_41_E35", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2466_generated", "shape": null, "area": 0.64, "streetlevel": 780.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.4000244140625, "distance_right": 1.0017672039214415e-07, "index_right": 2473, "nodeid": "1387353.008039_5863366.098533", "id": "1387353.008039_5863366.098533", "name": "manhole_2466_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387353.008038989733905, 5863366.098532900214195 ] } }, -{ "type": "Feature", "properties": { "_index": 2466, "bedlevel": 759.0, "branchid": "pipe_41_E35;pipe_41_E36", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2467_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 3.0672342309098305e-07, "index_right": 2474, "nodeid": "1387364.066298_5863414.311535", "id": "1387364.066298_5863414.311535", "name": "manhole_2467_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387364.066297837067395, 5863414.311534740030766 ] } }, -{ "type": "Feature", "properties": { "_index": 2467, "bedlevel": 759.0, "branchid": "pipe_41_E36;pipe_41_E37", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2468_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 4.932537930056262e-07, "index_right": 2475, "nodeid": "1387381.839410_5863460.427046", "id": "1387381.839410_5863460.427046", "name": "manhole_2468_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387381.839409928303212, 5863460.427046488039196 ] } }, -{ "type": "Feature", "properties": { "_index": 2468, "bedlevel": 759.0, "branchid": "pipe_41_E37;pipe_41_E38", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2469_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 1.9402170239574572e-07, "index_right": 2476, "nodeid": "1387403.429579_5863504.961006", "id": "1387403.429579_5863504.961006", "name": "manhole_2469_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387403.429578960640356, 5863504.96100580971688 ] } }, -{ "type": "Feature", "properties": { "_index": 2469, "bedlevel": 759.0, "branchid": "pipe_41_E38;pipe_41_E39", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2470_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 2.8008674835213068e-07, "index_right": 2477, "nodeid": "1387425.140453_5863549.440256", "id": "1387425.140453_5863549.440256", "name": "manhole_2470_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387425.140452897874638, 5863549.440256260335445 ] } }, -{ "type": "Feature", "properties": { "_index": 2470, "bedlevel": 759.0, "branchid": "pipe_41_E39;pipe_41_E40", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2471_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 3.3245607064712215e-07, "index_right": 2478, "nodeid": "1387446.851327_5863593.919507", "id": "1387446.851327_5863593.919507", "name": "manhole_2471_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387446.851326835108921, 5863593.91950671095401 ] } }, -{ "type": "Feature", "properties": { "_index": 2471, "bedlevel": 759.0, "branchid": "pipe_41_E40;pipe_41_E41", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2472_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 4.0018657127822077e-07, "index_right": 2479, "nodeid": "1387467.528696_5863638.888380", "id": "1387467.528696_5863638.888380", "name": "manhole_2472_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387467.528695637593046, 5863638.888379830867052 ] } }, -{ "type": "Feature", "properties": { "_index": 2472, "bedlevel": 771.5, "branchid": "pipe_41_E41;pipe_41_E42", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2473_generated", "shape": null, "area": 0.64, "streetlevel": 774.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 774.5, "distance_right": 2.3491677372957467e-08, "index_right": 2480, "nodeid": "1387488.196078_5863683.861984", "id": "1387488.196078_5863683.861984", "name": "manhole_2473_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387488.196078018052503, 5863683.861984014511108 ] } }, -{ "type": "Feature", "properties": { "_index": 2473, "bedlevel": 759.0, "branchid": "pipe_41_E42;pipe_41_E43", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2474_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 4.8218551750434724e-07, "index_right": 2481, "nodeid": "1387508.863468_5863728.835585", "id": "1387508.863468_5863728.835585", "name": "manhole_2474_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387508.863468252588063, 5863728.835584589280188 ] } }, -{ "type": "Feature", "properties": { "_index": 2474, "bedlevel": 759.0, "branchid": "pipe_41_E43;pipe_41_E44", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2475_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 1.1856933389495643e-07, "index_right": 2482, "nodeid": "1387529.531309_5863773.808978", "id": "1387529.531309_5863773.808978", "name": "manhole_2475_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387529.53130904212594, 5863773.808978110551834 ] } }, -{ "type": "Feature", "properties": { "_index": 2475, "bedlevel": 759.0, "branchid": "pipe_41_E44;pipe_41_E45", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2476_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 4.2460196573060659e-07, "index_right": 2483, "nodeid": "1387553.168003_5863817.173475", "id": "1387553.168003_5863817.173475", "name": "manhole_2476_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387553.168002701364458, 5863817.17347530182451 ] } }, -{ "type": "Feature", "properties": { "_index": 2476, "bedlevel": 759.0, "branchid": "pipe_41_E45;pipe_41_E46", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2477_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 3.185126609139896e-07, "index_right": 2484, "nodeid": "1387579.562713_5863859.043334", "id": "1387579.562713_5863859.043334", "name": "manhole_2477_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387579.562712850514799, 5863859.043333718553185 ] } }, -{ "type": "Feature", "properties": { "_index": 2477, "bedlevel": 774.0, "branchid": "pipe_41_E46;pipe_41_E47", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2478_generated", "shape": null, "area": 0.64, "streetlevel": 777.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.0, "distance_right": 1.3597329523501825e-07, "index_right": 2485, "nodeid": "1387605.957423_5863900.913192", "id": "1387605.957423_5863900.913192", "name": "manhole_2478_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387605.957422999665141, 5863900.913192136213183 ] } }, -{ "type": "Feature", "properties": { "_index": 2478, "bedlevel": 759.0, "branchid": "pipe_41_E47;pipe_41_E48", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2479_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 4.703326535743616e-07, "index_right": 2486, "nodeid": "1387632.352133_5863942.783051", "id": "1387632.352133_5863942.783051", "name": "manhole_2479_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387632.352133149048313, 5863942.783050553873181 ] } }, -{ "type": "Feature", "properties": { "_index": 2479, "bedlevel": 759.0, "branchid": "pipe_41_E48;pipe_41_E49", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2480_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 2.9974130926166885e-07, "index_right": 2487, "nodeid": "1387658.746843_5863984.652909", "id": "1387658.746843_5863984.652909", "name": "manhole_2480_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387658.746843298198655, 5863984.652908970601857 ] } }, -{ "type": "Feature", "properties": { "_index": 2480, "bedlevel": 759.0, "branchid": "pipe_41_E49;pipe_41_E50", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2481_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 4.8424206602011246e-07, "index_right": 2488, "nodeid": "1387685.893106_5864026.029538", "id": "1387685.893106_5864026.029538", "name": "manhole_2481_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387685.893106181640178, 5864026.029537551105022 ] } }, -{ "type": "Feature", "properties": { "_index": 2481, "bedlevel": 759.0, "branchid": "pipe_41_E50;pipe_41_E51", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2482_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 1.1295166229046853e-07, "index_right": 2489, "nodeid": "1387711.231137_5864068.427257", "id": "1387711.231137_5864068.427257", "name": "manhole_2482_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387711.231136992340907, 5864068.42725711222738 ] } }, -{ "type": "Feature", "properties": { "_index": 2482, "bedlevel": 759.0, "branchid": "pipe_41_E51;pipe_41_E52", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2483_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 4.1562063366879777e-07, "index_right": 2490, "nodeid": "1387731.020947_5864113.414904", "id": "1387731.020947_5864113.414904", "name": "manhole_2483_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387731.020947323646396, 5864113.414904261007905 ] } }, -{ "type": "Feature", "properties": { "_index": 2483, "bedlevel": 759.0, "branchid": "pipe_41_E52;pipe_41_E53", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2484_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 5.0488384242805156e-07, "index_right": 2491, "nodeid": "1387737.361907_5864162.342262", "id": "1387737.361907_5864162.342262", "name": "manhole_2484_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387737.361907477490604, 5864162.342261835932732 ] } }, -{ "type": "Feature", "properties": { "_index": 2484, "bedlevel": 759.0, "branchid": "pipe_41_E53;pipe_41_E54", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2485_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 3.9003768298900882e-07, "index_right": 2492, "nodeid": "1387732.727566_5864211.475180", "id": "1387732.727566_5864211.475180", "name": "manhole_2485_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387732.727565656881779, 5864211.475179814733565 ] } }, -{ "type": "Feature", "properties": { "_index": 2485, "bedlevel": 759.0, "branchid": "pipe_41_E54;pipe_41_E55", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2486_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 5.2718950664228206e-07, "index_right": 2493, "nodeid": "1387717.678849_5864258.627082", "id": "1387717.678849_5864258.627082", "name": "manhole_2486_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387717.67884943424724, 5864258.627082298509777 ] } }, -{ "type": "Feature", "properties": { "_index": 2486, "bedlevel": 759.0, "branchid": "pipe_41_E55;pipe_41_E56", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2487_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 2.4290664354722118e-07, "index_right": 2494, "nodeid": "1387709.672104_5864307.231276", "id": "1387709.672104_5864307.231276", "name": "manhole_2487_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387709.67210421175696, 5864307.23127611912787 ] } }, -{ "type": "Feature", "properties": { "_index": 2487, "bedlevel": 765.0, "branchid": "pipe_41_E56;pipe_41_E57", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2488_generated", "shape": null, "area": 0.64, "streetlevel": 768.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 768.0, "distance_right": 1.5902605674469676e-07, "index_right": 2495, "nodeid": "1387707.112881_5864356.660176", "id": "1387707.112881_5864356.660176", "name": "manhole_2488_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387707.11288084089756, 5864356.66017600055784 ] } }, -{ "type": "Feature", "properties": { "_index": 2488, "bedlevel": 765.0, "branchid": "pipe_41_E57;pipe_41_E58", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2489_generated", "shape": null, "area": 0.64, "streetlevel": 768.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 768.0, "distance_right": 1.7519326271547128e-07, "index_right": 2496, "nodeid": "1387709.591798_5864406.012949", "id": "1387709.591798_5864406.012949", "name": "manhole_2489_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387709.591797993984073, 5864406.012949175201356 ] } }, -{ "type": "Feature", "properties": { "_index": 2489, "bedlevel": 765.0, "branchid": "pipe_41_E58;pipe_41_E59", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2490_generated", "shape": null, "area": 0.64, "streetlevel": 768.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 768.0, "distance_right": 3.1494439266847145e-07, "index_right": 2497, "nodeid": "1387713.643261_5864455.341961", "id": "1387713.643261_5864455.341961", "name": "manhole_2490_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387713.643261310644448, 5864455.341961052268744 ] } }, -{ "type": "Feature", "properties": { "_index": 2490, "bedlevel": 774.20001220703125, "branchid": "pipe_41_E59;pipe_41_E60", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2491_generated", "shape": null, "area": 0.64, "streetlevel": 777.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.20001220703125, "distance_right": 3.3700013852472541e-07, "index_right": 2498, "nodeid": "1387715.877522_5864504.642318", "id": "1387715.877522_5864504.642318", "name": "manhole_2491_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387715.877521668095142, 5864504.642317942343652 ] } }, -{ "type": "Feature", "properties": { "_index": 2491, "bedlevel": 774.20001220703125, "branchid": "pipe_41_E60;pipe_41_E61", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2492_generated", "shape": null, "area": 0.64, "streetlevel": 777.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.20001220703125, "distance_right": 4.8866509689768297e-07, "index_right": 2499, "nodeid": "1387708.680233_5864553.426558", "id": "1387708.680233_5864553.426558", "name": "manhole_2492_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387708.68023270717822, 5864553.426558391191065 ] } }, -{ "type": "Feature", "properties": { "_index": 2492, "bedlevel": 774.20001220703125, "branchid": "pipe_41_E61;pipe_41_E62", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2493_generated", "shape": null, "area": 0.64, "streetlevel": 777.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.20001220703125, "distance_right": 3.4967976999271033e-07, "index_right": 2500, "nodeid": "1387690.790251_5864599.575386", "id": "1387690.790251_5864599.575386", "name": "manhole_2493_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387690.790250770282, 5864599.575386263430119 ] } }, -{ "type": "Feature", "properties": { "_index": 2493, "bedlevel": 807.60003662109375, "branchid": "pipe_41_E62;pipe_41_E63", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2494_generated", "shape": null, "area": 0.64, "streetlevel": 810.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 810.60003662109375, "distance_right": 2.1553742732443595e-07, "index_right": 2501, "nodeid": "1387672.900269_5864645.724214", "id": "1387672.900269_5864645.724214", "name": "manhole_2494_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387672.900268833618611, 5864645.724214136600494 ] } }, -{ "type": "Feature", "properties": { "_index": 2494, "bedlevel": 807.60003662109375, "branchid": "pipe_41_E63;pipe_41_E64", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2495_generated", "shape": null, "area": 0.64, "streetlevel": 810.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 810.60003662109375, "distance_right": 5.0501138359744414e-07, "index_right": 2502, "nodeid": "1387659.931900_5864692.983886", "id": "1387659.931900_5864692.983886", "name": "manhole_2495_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387659.931900478899479, 5864692.98388583958149 ] } }, -{ "type": "Feature", "properties": { "_index": 2495, "bedlevel": 807.60003662109375, "branchid": "pipe_41_E64;pipe_41_E65", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2496_generated", "shape": null, "area": 0.64, "streetlevel": 810.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 810.60003662109375, "distance_right": 4.453007647556389e-07, "index_right": 2503, "nodeid": "1387659.223570_5864742.029465", "id": "1387659.223570_5864742.029465", "name": "manhole_2496_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387659.223570322152227, 5864742.029465307481587 ] } }, -{ "type": "Feature", "properties": { "_index": 2496, "bedlevel": 806.60003662109375, "branchid": "pipe_41_E65;pipe_41_E66", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2497_generated", "shape": null, "area": 0.64, "streetlevel": 809.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.60003662109375, "distance_right": 4.9934199741603634e-07, "index_right": 2504, "nodeid": "1387675.926897_5864788.273514", "id": "1387675.926897_5864788.273514", "name": "manhole_2497_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387675.926896508783102, 5864788.273513910360634 ] } }, -{ "type": "Feature", "properties": { "_index": 2497, "bedlevel": 771.10003662109375, "branchid": "pipe_41_E66;pipe_41_E67", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2498_generated", "shape": null, "area": 0.64, "streetlevel": 774.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 774.10003662109375, "distance_right": 4.9261335667974956e-07, "index_right": 2505, "nodeid": "1387702.296292_5864830.159320", "id": "1387702.296292_5864830.159320", "name": "manhole_2498_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387702.296291569946334, 5864830.159320239908993 ] } }, -{ "type": "Feature", "properties": { "_index": 2498, "bedlevel": 771.10003662109375, "branchid": "pipe_41_E67;pipe_41_E68", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2499_generated", "shape": null, "area": 0.64, "streetlevel": 774.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 774.10003662109375, "distance_right": 5.6685196386871291e-07, "index_right": 2506, "nodeid": "1387728.665687_5864872.045127", "id": "1387728.665687_5864872.045127", "name": "manhole_2499_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387728.665686630876735, 5864872.045126569457352 ] } }, -{ "type": "Feature", "properties": { "_index": 2499, "bedlevel": 779.5, "branchid": "pipe_41_E68;pipe_41_E69", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2500_generated", "shape": null, "area": 0.64, "streetlevel": 782.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 782.5, "distance_right": 3.260812906289786e-07, "index_right": 2507, "nodeid": "1387751.608185_5864915.528789", "id": "1387751.608185_5864915.528789", "name": "manhole_2500_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387751.608185108983889, 5864915.528788692317903 ] } }, -{ "type": "Feature", "properties": { "_index": 2500, "bedlevel": 779.5, "branchid": "pipe_41_E69;pipe_41_E70", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2501_generated", "shape": null, "area": 0.64, "streetlevel": 782.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 782.5, "distance_right": 5.9259639011965048e-07, "index_right": 2508, "nodeid": "1387766.741665_5864962.653555", "id": "1387766.741665_5864962.653555", "name": "manhole_2501_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387766.741664502769709, 5864962.653554677963257 ] } }, -{ "type": "Feature", "properties": { "_index": 2501, "bedlevel": 779.5, "branchid": "pipe_41_E70;pipe_41_E71", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2502_generated", "shape": null, "area": 0.64, "streetlevel": 782.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 782.5, "distance_right": 4.9711278093853967e-07, "index_right": 2509, "nodeid": "1387778.991920_5865010.246724", "id": "1387778.991920_5865010.246724", "name": "manhole_2502_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387778.99191950308159, 5865010.246724016033113 ] } }, -{ "type": "Feature", "properties": { "_index": 2502, "bedlevel": 817.20001220703125, "branchid": "pipe_41_E71;pipe_41_E72", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2503_generated", "shape": null, "area": 0.64, "streetlevel": 820.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 820.20001220703125, "distance_right": 2.7262320916715243e-07, "index_right": 2510, "nodeid": "1387779.554608_5865059.738634", "id": "1387779.554608_5865059.738634", "name": "manhole_2503_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387779.554608268430457, 5865059.738633952103555 ] } }, -{ "type": "Feature", "properties": { "_index": 2503, "bedlevel": 817.20001220703125, "branchid": "pipe_41_E72;pipe_41_E73", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2504_generated", "shape": null, "area": 0.64, "streetlevel": 820.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 820.20001220703125, "distance_right": 1.176384747423801e-07, "index_right": 2511, "nodeid": "1387780.117297_5865109.230544", "id": "1387780.117297_5865109.230544", "name": "manhole_2504_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387780.117297033779323, 5865109.230543887242675 ] } }, -{ "type": "Feature", "properties": { "_index": 2504, "bedlevel": 831.60003662109375, "branchid": "pipe_41_E73;pipe_41_E74", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2505_generated", "shape": null, "area": 0.64, "streetlevel": 834.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 834.60003662109375, "distance_right": 2.5451201057427246e-07, "index_right": 2512, "nodeid": "1387782.917817_5865158.566991", "id": "1387782.917817_5865158.566991", "name": "manhole_2505_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387782.917817069217563, 5865158.566991245374084 ] } }, -{ "type": "Feature", "properties": { "_index": 2505, "bedlevel": 806.60003662109375, "branchid": "pipe_41_E74;pipe_41_E75", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2506_generated", "shape": null, "area": 0.64, "streetlevel": 809.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.60003662109375, "distance_right": 3.8381515451147322e-07, "index_right": 2513, "nodeid": "1387789.203932_5865207.661294", "id": "1387789.203932_5865207.661294", "name": "manhole_2506_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387789.203931836877018, 5865207.661293652839959 ] } }, -{ "type": "Feature", "properties": { "_index": 2506, "bedlevel": 806.60003662109375, "branchid": "pipe_41_E75;pipe_41_E76", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2507_generated", "shape": null, "area": 0.64, "streetlevel": 809.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.60003662109375, "distance_right": 3.9995425409532255e-07, "index_right": 2514, "nodeid": "1387795.490047_5865256.755596", "id": "1387795.490047_5865256.755596", "name": "manhole_2507_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387795.490046604769304, 5865256.755596060305834 ] } }, -{ "type": "Feature", "properties": { "_index": 2507, "bedlevel": 808.60003662109375, "branchid": "pipe_41_E76;pipe_41_E77", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2508_generated", "shape": null, "area": 0.64, "streetlevel": 811.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 811.60003662109375, "distance_right": 4.8361564557877265e-07, "index_right": 2515, "nodeid": "1387804.549935_5865305.332480", "id": "1387804.549935_5865305.332480", "name": "manhole_2508_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387804.549934879876673, 5865305.332479531876743 ] } }, -{ "type": "Feature", "properties": { "_index": 2508, "bedlevel": 808.60003662109375, "branchid": "pipe_41_E77;pipe_41_E78", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2509_generated", "shape": null, "area": 0.64, "streetlevel": 811.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 811.60003662109375, "distance_right": 3.9649035137181816e-07, "index_right": 2516, "nodeid": "1387816.386747_5865353.391356", "id": "1387816.386747_5865353.391356", "name": "manhole_2509_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387816.386747075244784, 5865353.391356389038265 ] } }, -{ "type": "Feature", "properties": { "_index": 2509, "bedlevel": 808.60003662109375, "branchid": "pipe_41_E78;pipe_41_E79", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2510_generated", "shape": null, "area": 0.64, "streetlevel": 811.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 811.60003662109375, "distance_right": 3.6575204182979905e-07, "index_right": 2517, "nodeid": "1387828.223559_5865401.450233", "id": "1387828.223559_5865401.450233", "name": "manhole_2510_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387828.223559270845726, 5865401.450233246199787 ] } }, -{ "type": "Feature", "properties": { "_index": 2510, "bedlevel": 799.5, "branchid": "pipe_41_E79;pipe_41_E80", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2511_generated", "shape": null, "area": 0.64, "streetlevel": 802.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 802.5, "distance_right": 5.0071148835204541e-07, "index_right": 2518, "nodeid": "1387842.966275_5865448.679594", "id": "1387842.966275_5865448.679594", "name": "manhole_2511_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387842.96627543354407, 5865448.679594250395894 ] } }, -{ "type": "Feature", "properties": { "_index": 2511, "bedlevel": 799.5, "branchid": "pipe_41_E80;pipe_41_E81", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2512_generated", "shape": null, "area": 0.64, "streetlevel": 802.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 802.5, "distance_right": 2.0659636486342148e-07, "index_right": 2519, "nodeid": "1387858.283513_5865495.744953", "id": "1387858.283513_5865495.744953", "name": "manhole_2512_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387858.283513206522912, 5865495.744953005574644 ] } }, -{ "type": "Feature", "properties": { "_index": 2512, "bedlevel": 799.5, "branchid": "pipe_41_E81;pipe_41_E82", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2513_generated", "shape": null, "area": 0.64, "streetlevel": 802.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 802.5, "distance_right": 4.9802795784708347e-07, "index_right": 2520, "nodeid": "1387872.788358_5865543.026506", "id": "1387872.788358_5865543.026506", "name": "manhole_2513_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387872.788357679266483, 5865543.026506381109357 ] } }, -{ "type": "Feature", "properties": { "_index": 2513, "bedlevel": 775.20001220703125, "branchid": "pipe_41_E82;pipe_41_E83", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2514_generated", "shape": null, "area": 0.64, "streetlevel": 778.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.20001220703125, "distance_right": 3.0259537908334364e-07, "index_right": 2521, "nodeid": "1387882.890575_5865591.479690", "id": "1387882.890575_5865591.479690", "name": "manhole_2514_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387882.890574953285977, 5865591.479689701460302 ] } }, -{ "type": "Feature", "properties": { "_index": 2514, "bedlevel": 775.20001220703125, "branchid": "pipe_41_E83;pipe_41_E84", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2515_generated", "shape": null, "area": 0.64, "streetlevel": 778.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.20001220703125, "distance_right": 2.2833932818058066e-07, "index_right": 2522, "nodeid": "1387892.992792_5865639.932873", "id": "1387892.992792_5865639.932873", "name": "manhole_2515_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387892.992792227305472, 5865639.932873022742569 ] } }, -{ "type": "Feature", "properties": { "_index": 2515, "bedlevel": 775.20001220703125, "branchid": "pipe_41_E84;pipe_41_E85", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2516_generated", "shape": null, "area": 0.64, "streetlevel": 778.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.20001220703125, "distance_right": 6.0513342729627048e-07, "index_right": 2523, "nodeid": "1387903.095010_5865688.386056", "id": "1387903.095010_5865688.386056", "name": "manhole_2516_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387903.095009501324967, 5865688.386056343093514 ] } }, -{ "type": "Feature", "properties": { "_index": 2516, "bedlevel": 791.70001220703125, "branchid": "pipe_41_E85;pipe_50_E0;pipe_51_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2517_generated", "shape": null, "area": 0.64, "streetlevel": 794.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 794.70001220703125, "distance_right": 4.0437267150492186e-07, "index_right": 2524, "nodeid": "1387913.197227_5865736.839240", "id": "1387913.197227_5865736.839240", "name": "manhole_2517_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387913.197226775344461, 5865736.839239663444459 ] } }, -{ "type": "Feature", "properties": { "_index": 2517, "bedlevel": 827.9000244140625, "branchid": "pipe_42_E0;pipe_43_E1;pipe_44_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2518_generated", "shape": null, "area": 0.64, "streetlevel": 830.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 830.9000244140625, "distance_right": 5.215972352701414e-07, "index_right": 2525, "nodeid": "1387767.438602_5866395.894651", "id": "1387767.438602_5866395.894651", "name": "manhole_2518_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387767.438602478476241, 5866395.894650792703032 ] } }, -{ "type": "Feature", "properties": { "_index": 2517, "bedlevel": 827.9000244140625, "branchid": "pipe_42_E0;pipe_42_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2519_generated", "shape": null, "area": 0.64, "streetlevel": 830.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 830.9000244140625, "distance_right": 1.7080837506054717e-07, "index_right": 2526, "nodeid": "1387758.181959_5866444.388787", "id": "1387758.181959_5866444.388787", "name": "manhole_2519_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387758.181959156645462, 5866444.388786932453513 ] } }, -{ "type": "Feature", "properties": { "_index": 2518, "bedlevel": 827.9000244140625, "branchid": "pipe_42_E1;pipe_42_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2520_generated", "shape": null, "area": 0.64, "streetlevel": 830.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 830.9000244140625, "distance_right": 1.7976697036433568e-07, "index_right": 2527, "nodeid": "1387748.925316_5866492.882923", "id": "1387748.925316_5866492.882923", "name": "manhole_2520_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387748.925315835047513, 5866492.882923071272671 ] } }, -{ "type": "Feature", "properties": { "_index": 2519, "bedlevel": 813.5, "branchid": "pipe_42_E2;pipe_42_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2521_generated", "shape": null, "area": 0.64, "streetlevel": 816.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.5, "distance_right": 5.3076935757696028e-07, "index_right": 2528, "nodeid": "1387739.668673_5866541.377059", "id": "1387739.668673_5866541.377059", "name": "manhole_2521_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387739.668672513216734, 5866541.377059211023152 ] } }, -{ "type": "Feature", "properties": { "_index": 2520, "bedlevel": 813.5, "branchid": "pipe_42_E3;pipe_42_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2522_generated", "shape": null, "area": 0.64, "streetlevel": 816.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.5, "distance_right": 3.9917691783746745e-07, "index_right": 2529, "nodeid": "1387730.412029_5866589.871195", "id": "1387730.412029_5866589.871195", "name": "manhole_2522_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387730.412029191618785, 5866589.87119534984231 ] } }, -{ "type": "Feature", "properties": { "_index": 2521, "bedlevel": 813.10003662109375, "branchid": "pipe_42_E4;pipe_42_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2523_generated", "shape": null, "area": 0.64, "streetlevel": 816.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.10003662109375, "distance_right": 5.0687060002795753e-07, "index_right": 2530, "nodeid": "1387721.155386_5866638.365331", "id": "1387721.155386_5866638.365331", "name": "manhole_2523_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387721.155385869788006, 5866638.365331489592791 ] } }, -{ "type": "Feature", "properties": { "_index": 2522, "bedlevel": 813.10003662109375, "branchid": "pipe_42_E5;pipe_42_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2524_generated", "shape": null, "area": 0.64, "streetlevel": 816.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.10003662109375, "distance_right": 5.9584928216719691e-07, "index_right": 2531, "nodeid": "1387711.868743_5866686.853722", "id": "1387711.868743_5866686.853722", "name": "manhole_2524_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387711.868742506252602, 5866686.853722332976758 ] } }, -{ "type": "Feature", "properties": { "_index": 2523, "bedlevel": 813.10003662109375, "branchid": "pipe_42_E6;pipe_42_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2525_generated", "shape": null, "area": 0.64, "streetlevel": 816.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.10003662109375, "distance_right": 5.7928339006193113e-07, "index_right": 2532, "nodeid": "1387702.553355_5866735.336608", "id": "1387702.553355_5866735.336608", "name": "manhole_2525_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387702.553355348296463, 5866735.336608462966979 ] } }, -{ "type": "Feature", "properties": { "_index": 2524, "bedlevel": -10002.0, "branchid": "pipe_42_E7;pipe_42_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2526_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9781434926194598e-07, "index_right": 2533, "nodeid": "1387692.161796_5866783.420620", "id": "1387692.161796_5866783.420620", "name": "manhole_2526_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387692.161796326050535, 5866783.420620376244187 ] } }, -{ "type": "Feature", "properties": { "_index": 2525, "bedlevel": -10002.0, "branchid": "pipe_42_E8;pipe_42_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2527_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.034685821730881e-07, "index_right": 2534, "nodeid": "1387665.606523_5866824.907349", "id": "1387665.606523_5866824.907349", "name": "manhole_2527_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387665.606522521702573, 5866824.90734915714711 ] } }, -{ "type": "Feature", "properties": { "_index": 2526, "bedlevel": -10002.0, "branchid": "pipe_42_E9;pipe_42_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2528_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6910284499595593e-07, "index_right": 2535, "nodeid": "1387633.521072_5866862.355813", "id": "1387633.521072_5866862.355813", "name": "manhole_2528_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387633.521071630297229, 5866862.355812711641192 ] } }, -{ "type": "Feature", "properties": { "_index": 2527, "bedlevel": -10002.0, "branchid": "pipe_42_E10;pipe_42_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2529_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.3954290569248855e-07, "index_right": 2536, "nodeid": "1387599.638702_5866898.263357", "id": "1387599.638702_5866898.263357", "name": "manhole_2529_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387599.638702124124393, 5866898.263356795534492 ] } }, -{ "type": "Feature", "properties": { "_index": 2528, "bedlevel": -10002.0, "branchid": "pipe_42_E11;pipe_42_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2530_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0051858659007565e-07, "index_right": 2537, "nodeid": "1387565.756333_5866934.170901", "id": "1387565.756333_5866934.170901", "name": "manhole_2530_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387565.756332617951557, 5866934.170900879427791 ] } }, -{ "type": "Feature", "properties": { "_index": 2529, "bedlevel": -10002.0, "branchid": "pipe_42_E12;pipe_42_E13", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2531_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.3768542038251197e-07, "index_right": 2538, "nodeid": "1387530.833662_5866968.805835", "id": "1387530.833662_5866968.805835", "name": "manhole_2531_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387530.833661955781281, 5866968.805834869854152 ] } }, -{ "type": "Feature", "properties": { "_index": 2530, "bedlevel": -10002.0, "branchid": "pipe_42_E13;pipe_42_E14", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2532_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.6731478512693944e-07, "index_right": 2539, "nodeid": "1387488.905051_5866994.870337", "id": "1387488.905051_5866994.870337", "name": "manhole_2532_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387488.905050721950829, 5866994.870336505584419 ] } }, -{ "type": "Feature", "properties": { "_index": 2531, "bedlevel": -10002.0, "branchid": "pipe_42_E14;pipe_42_E15", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2533_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0809520224386991e-07, "index_right": 2540, "nodeid": "1387446.976439_5867020.934838", "id": "1387446.976439_5867020.934838", "name": "manhole_2533_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387446.976439488353208, 5867020.934838140383363 ] } }, -{ "type": "Feature", "properties": { "_index": 2532, "bedlevel": -10002.0, "branchid": "pipe_42_E15;pipe_42_E16", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2534_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.262209914932787e-07, "index_right": 2541, "nodeid": "1387406.992974_5867049.816162", "id": "1387406.992974_5867049.816162", "name": "manhole_2534_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387406.992973743239418, 5867049.816161799244583 ] } }, -{ "type": "Feature", "properties": { "_index": 2533, "bedlevel": -10002.0, "branchid": "pipe_42_E16;pipe_42_E17", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2535_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9083056149952295e-07, "index_right": 2542, "nodeid": "1387368.671088_5867080.884328", "id": "1387368.671088_5867080.884328", "name": "manhole_2535_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387368.671088309027255, 5867080.88432823959738 ] } }, -{ "type": "Feature", "properties": { "_index": 2534, "bedlevel": -10002.0, "branchid": "pipe_42_E17;pipe_42_E18", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2536_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8865629187418124e-07, "index_right": 2543, "nodeid": "1387334.799265_5867116.679788", "id": "1387334.799265_5867116.679788", "name": "manhole_2536_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387334.799265256617218, 5867116.679788132198155 ] } }, -{ "type": "Feature", "properties": { "_index": 2535, "bedlevel": -10002.0, "branchid": "pipe_42_E18;pipe_42_E19", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2537_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6824836425185596e-07, "index_right": 2544, "nodeid": "1387307.553404_5867157.723809", "id": "1387307.553404_5867157.723809", "name": "manhole_2537_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387307.553403656929731, 5867157.723808865994215 ] } }, -{ "type": "Feature", "properties": { "_index": 2536, "bedlevel": -10002.0, "branchid": "pipe_42_E19;pipe_42_E20", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2538_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.848091442769527e-07, "index_right": 2545, "nodeid": "1387282.996446_5867200.549453", "id": "1387282.996446_5867200.549453", "name": "manhole_2538_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387282.996445531724021, 5867200.549453125335276 ] } }, -{ "type": "Feature", "properties": { "_index": 2537, "bedlevel": -10002.0, "branchid": "pipe_42_E20;pipe_42_E21", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2539_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6027603247998281e-07, "index_right": 2546, "nodeid": "1387258.598215_5867243.469064", "id": "1387258.598215_5867243.469064", "name": "manhole_2539_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387258.59821508359164, 5867243.469064452685416 ] } }, -{ "type": "Feature", "properties": { "_index": 2538, "bedlevel": -10002.0, "branchid": "pipe_42_E21;pipe_42_E22", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2540_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0158698624230214e-07, "index_right": 2547, "nodeid": "1387243.614223_5867290.359711", "id": "1387243.614223_5867290.359711", "name": "manhole_2540_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387243.614222536562011, 5867290.359711383469403 ] } }, -{ "type": "Feature", "properties": { "_index": 2539, "bedlevel": -10002.0, "branchid": "pipe_42_E22;pipe_42_E23", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2541_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.725593964569197e-07, "index_right": 2548, "nodeid": "1387231.826771_5867338.301579", "id": "1387231.826771_5867338.301579", "name": "manhole_2541_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387231.826770829968154, 5867338.301578970625997 ] } }, -{ "type": "Feature", "properties": { "_index": 2540, "bedlevel": -10002.0, "branchid": "pipe_42_E23;pipe_42_E24", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2542_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5920442413064725e-07, "index_right": 2549, "nodeid": "1387220.039319_5867386.243447", "id": "1387220.039319_5867386.243447", "name": "manhole_2542_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387220.039319123141468, 5867386.24344655778259 ] } }, -{ "type": "Feature", "properties": { "_index": 2541, "bedlevel": -10002.0, "branchid": "pipe_42_E24;pipe_42_E25", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2543_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8680737967594879e-07, "index_right": 2550, "nodeid": "1387207.155606_5867433.896185", "id": "1387207.155606_5867433.896185", "name": "manhole_2543_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387207.1556057902053, 5867433.896184804849327 ] } }, -{ "type": "Feature", "properties": { "_index": 2542, "bedlevel": -10002.0, "branchid": "pipe_42_E25;pipe_42_E26", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2544_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.5539396554700692e-07, "index_right": 2551, "nodeid": "1387193.766012_5867481.415501", "id": "1387193.766012_5867481.415501", "name": "manhole_2544_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387193.766011686064303, 5867481.415501458570361 ] } }, -{ "type": "Feature", "properties": { "_index": 2543, "bedlevel": -10002.0, "branchid": "pipe_42_E26;pipe_42_E27", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2545_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1387303828564757e-07, "index_right": 2552, "nodeid": "1387175.064320_5867526.718267", "id": "1387175.064320_5867526.718267", "name": "manhole_2545_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387175.064319850178435, 5867526.718267153017223 ] } }, -{ "type": "Feature", "properties": { "_index": 2544, "bedlevel": -10002.0, "branchid": "pipe_42_E27;pipe_42_E28", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2546_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.0612484131084444e-07, "index_right": 2553, "nodeid": "1387136.063389_5867556.534853", "id": "1387136.063389_5867556.534853", "name": "manhole_2546_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387136.063388707814738, 5867556.534853091463447 ] } }, -{ "type": "Feature", "properties": { "_index": 2545, "bedlevel": -10002.0, "branchid": "pipe_42_E28;pipe_42_E29", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2547_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9556435679122836e-07, "index_right": 2554, "nodeid": "1387093.861314_5867582.154212", "id": "1387093.861314_5867582.154212", "name": "manhole_2547_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387093.861313862726092, 5867582.154212261550128 ] } }, -{ "type": "Feature", "properties": { "_index": 2546, "bedlevel": -10002.0, "branchid": "pipe_42_E29;pipe_42_E30", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2548_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4320779271771579e-07, "index_right": 2555, "nodeid": "1387052.642618_5867609.220943", "id": "1387052.642618_5867609.220943", "name": "manhole_2548_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387052.642617584671825, 5867609.220943154767156 ] } }, -{ "type": "Feature", "properties": { "_index": 2547, "bedlevel": -10002.0, "branchid": "pipe_42_E30;pipe_42_E31", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2549_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8190391631174074e-07, "index_right": 2556, "nodeid": "1387015.838404_5867641.964445", "id": "1387015.838404_5867641.964445", "name": "manhole_2549_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387015.838404431706294, 5867641.964445389807224 ] } }, -{ "type": "Feature", "properties": { "_index": 2548, "bedlevel": -10002.0, "branchid": "pipe_42_E31;pipe_42_E32", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2550_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1431766086726778e-07, "index_right": 2557, "nodeid": "1386980.829207_5867676.774254", "id": "1386980.829207_5867676.774254", "name": "manhole_2550_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386980.829206744208932, 5867676.774253817275167 ] } }, -{ "type": "Feature", "properties": { "_index": 2549, "bedlevel": -10002.0, "branchid": "pipe_42_E32;pipe_42_E33", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2551_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.4186801778964338e-07, "index_right": 2558, "nodeid": "1386945.994973_5867711.749517", "id": "1386945.994973_5867711.749517", "name": "manhole_2551_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386945.994973083259538, 5867711.749516668729484 ] } }, -{ "type": "Feature", "properties": { "_index": 2550, "bedlevel": -10002.0, "branchid": "pipe_42_E33;pipe_42_E34", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2552_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8481490283998029e-07, "index_right": 2559, "nodeid": "1386914.592990_5867749.728508", "id": "1386914.592990_5867749.728508", "name": "manhole_2552_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386914.592990256147459, 5867749.728507588617504 ] } }, -{ "type": "Feature", "properties": { "_index": 2551, "bedlevel": -10002.0, "branchid": "pipe_42_E34;pipe_42_E35", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2553_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3209265706456552e-07, "index_right": 2560, "nodeid": "1386887.164433_5867790.777758", "id": "1386887.164433_5867790.777758", "name": "manhole_2553_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386887.16443330841139, 5867790.777757877483964 ] } }, -{ "type": "Feature", "properties": { "_index": 2552, "bedlevel": -10002.0, "branchid": "pipe_42_E35;pipe_42_E36", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2554_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.9671827465244122e-07, "index_right": 2561, "nodeid": "1386859.735876_5867831.827008", "id": "1386859.735876_5867831.827008", "name": "manhole_2554_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386859.735876360442489, 5867831.827008165419102 ] } }, -{ "type": "Feature", "properties": { "_index": 2553, "bedlevel": -10002.0, "branchid": "pipe_42_E36;pipe_42_E37", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2555_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.1382071278997799e-07, "index_right": 2562, "nodeid": "1386832.307319_5867872.876258", "id": "1386832.307319_5867872.876258", "name": "manhole_2555_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386832.307319412473589, 5867872.876258454285562 ] } }, -{ "type": "Feature", "properties": { "_index": 2554, "bedlevel": -10002.0, "branchid": "pipe_42_E37;pipe_42_E38", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2556_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3132794616078988e-07, "index_right": 2563, "nodeid": "1386804.878762_5867913.925509", "id": "1386804.878762_5867913.925509", "name": "manhole_2556_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386804.878762464504689, 5867913.9255087422207 ] } }, -{ "type": "Feature", "properties": { "_index": 2555, "bedlevel": -10002.0, "branchid": "pipe_42_E38;pipe_42_E39", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2557_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8433251185416385e-07, "index_right": 2564, "nodeid": "1386777.450206_5867954.974759", "id": "1386777.450206_5867954.974759", "name": "manhole_2557_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386777.450205516535789, 5867954.97475903108716 ] } }, -{ "type": "Feature", "properties": { "_index": 2556, "bedlevel": -10002.0, "branchid": "pipe_42_E39;pipe_42_E40", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2558_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.3682451320323176e-07, "index_right": 2565, "nodeid": "1386750.021649_5867996.024009", "id": "1386750.021649_5867996.024009", "name": "manhole_2558_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386750.021648568566889, 5867996.024009319022298 ] } }, -{ "type": "Feature", "properties": { "_index": 2557, "bedlevel": -10002.0, "branchid": "pipe_42_E40;pipe_42_E41", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2559_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6689737442706558e-07, "index_right": 2566, "nodeid": "1386723.537174_5868037.624783", "id": "1386723.537174_5868037.624783", "name": "manhole_2559_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386723.537174304481596, 5868037.624782646074891 ] } }, -{ "type": "Feature", "properties": { "_index": 2558, "bedlevel": -10002.0, "branchid": "pipe_42_E41", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2560_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5921927838397993e-07, "index_right": 2567, "nodeid": "1386701.250019_5868081.677585", "id": "1386701.250019_5868081.677585", "name": "manhole_2560_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386701.250019326340407, 5868081.677585150115192 ] } }, -{ "type": "Feature", "properties": { "_index": 2559, "bedlevel": 803.20001220703125, "branchid": "pipe_43_E0;pipe_45_E3;pipe_46_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2561_generated", "shape": null, "area": 0.64, "streetlevel": 806.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.20001220703125, "distance_right": 5.3089394760884435e-07, "index_right": 2568, "nodeid": "1387809.534625_5866309.639252", "id": "1387809.534625_5866309.639252", "name": "manhole_2561_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387809.534624515566975, 5866309.639251782558858 ] } }, -{ "type": "Feature", "properties": { "_index": 2559, "bedlevel": 803.20001220703125, "branchid": "pipe_43_E0;pipe_43_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2562_generated", "shape": null, "area": 0.64, "streetlevel": 806.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.20001220703125, "distance_right": 5.7391922453984659e-07, "index_right": 2569, "nodeid": "1387788.486613_5866352.766951", "id": "1387788.486613_5866352.766951", "name": "manhole_2562_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387788.486613497138023, 5866352.766951287165284 ] } }, -{ "type": "Feature", "properties": { "_index": 2561, "bedlevel": 837.10003662109375, "branchid": "pipe_44_E0;pipe_44_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2563_generated", "shape": null, "area": 0.64, "streetlevel": 840.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 840.10003662109375, "distance_right": 4.8732610625475058e-07, "index_right": 2570, "nodeid": "1387774.733068_5866351.644692", "id": "1387774.733068_5866351.644692", "name": "manhole_2563_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387774.73306847945787, 5866351.644692087545991 ] } }, -{ "type": "Feature", "properties": { "_index": 2562, "bedlevel": 803.20001220703125, "branchid": "pipe_44_E1;pipe_44_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2564_generated", "shape": null, "area": 0.64, "streetlevel": 806.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.20001220703125, "distance_right": 2.4437958040221395e-07, "index_right": 2571, "nodeid": "1387787.219046_5866308.756402", "id": "1387787.219046_5866308.756402", "name": "manhole_2564_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387787.219046234386042, 5866308.756401930935681 ] } }, -{ "type": "Feature", "properties": { "_index": 2563, "bedlevel": 803.20001220703125, "branchid": "pipe_44_E2;pipe_44_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2565_generated", "shape": null, "area": 0.64, "streetlevel": 806.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.20001220703125, "distance_right": 3.3154241596590628e-07, "index_right": 2572, "nodeid": "1387802.581936_5866266.622690", "id": "1387802.581936_5866266.622690", "name": "manhole_2565_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387802.581935805035755, 5866266.622689731419086 ] } }, -{ "type": "Feature", "properties": { "_index": 2564, "bedlevel": 824.70001220703125, "branchid": "pipe_44_E3;pipe_44_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2566_generated", "shape": null, "area": 0.64, "streetlevel": 827.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.70001220703125, "distance_right": 4.2553696916372962e-07, "index_right": 2573, "nodeid": "1387818.989884_5866224.886323", "id": "1387818.989884_5866224.886323", "name": "manhole_2566_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387818.989883717847988, 5866224.886323318816721 ] } }, -{ "type": "Feature", "properties": { "_index": 2565, "bedlevel": 824.70001220703125, "branchid": "pipe_44_E4;pipe_44_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2567_generated", "shape": null, "area": 0.64, "streetlevel": 827.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.70001220703125, "distance_right": 2.2789743614175487e-07, "index_right": 2574, "nodeid": "1387838.767448_5866184.784888", "id": "1387838.767448_5866184.784888", "name": "manhole_2567_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387838.767447788733989, 5866184.784887914545834 ] } }, -{ "type": "Feature", "properties": { "_index": 2566, "bedlevel": 824.70001220703125, "branchid": "pipe_44_E5;pipe_44_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2568_generated", "shape": null, "area": 0.64, "streetlevel": 827.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.70001220703125, "distance_right": 5.9797237451900057e-07, "index_right": 2575, "nodeid": "1387862.375428_5866146.679680", "id": "1387862.375428_5866146.679680", "name": "manhole_2568_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387862.375427621416748, 5866146.679679537191987 ] } }, -{ "type": "Feature", "properties": { "_index": 2567, "bedlevel": 800.9000244140625, "branchid": "pipe_44_E6;pipe_44_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2569_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 3.6638230381293925e-07, "index_right": 2576, "nodeid": "1387890.316308_5866111.904927", "id": "1387890.316308_5866111.904927", "name": "manhole_2569_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387890.316308293025941, 5866111.904927220195532 ] } }, -{ "type": "Feature", "properties": { "_index": 2568, "bedlevel": 800.9000244140625, "branchid": "pipe_44_E7;pipe_46_E0;pipe_47_E5;pipe_48_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2570_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 3.1534587877498962e-07, "index_right": 2577, "nodeid": "1387932.086586_5866099.149365", "id": "1387932.086586_5866099.149365", "name": "manhole_2570_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387932.086585889104754, 5866099.149365295656025 ] } }, -{ "type": "Feature", "properties": { "_index": 2569, "bedlevel": 800.9000244140625, "branchid": "pipe_45_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2571_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 6.266084733821659e-07, "index_right": 2578, "nodeid": "1387931.614703_5866170.542120", "id": "1387931.614703_5866170.542120", "name": "manhole_2571_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387931.614702571649104, 5866170.542120457626879 ] } }, -{ "type": "Feature", "properties": { "_index": 2569, "bedlevel": 800.9000244140625, "branchid": "pipe_45_E0;pipe_45_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2572_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 5.3846575384340826e-07, "index_right": 2579, "nodeid": "1387899.497388_5866203.806989", "id": "1387899.497388_5866203.806989", "name": "manhole_2572_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387899.497387683717534, 5866203.806988564319909 ] } }, -{ "type": "Feature", "properties": { "_index": 2570, "bedlevel": 803.20001220703125, "branchid": "pipe_45_E1;pipe_45_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2573_generated", "shape": null, "area": 0.64, "streetlevel": 806.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.20001220703125, "distance_right": 3.6531595428320365e-07, "index_right": 2580, "nodeid": "1387869.509800_5866239.084410", "id": "1387869.509800_5866239.084410", "name": "manhole_2573_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387869.509799961000681, 5866239.084409636445343 ] } }, -{ "type": "Feature", "properties": { "_index": 2571, "bedlevel": 803.20001220703125, "branchid": "pipe_45_E2;pipe_45_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2574_generated", "shape": null, "area": 0.64, "streetlevel": 806.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.20001220703125, "distance_right": 3.7571919273733843e-07, "index_right": 2581, "nodeid": "1387839.522212_5866274.361831", "id": "1387839.522212_5866274.361831", "name": "manhole_2574_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387839.522212238283828, 5866274.361830709502101 ] } }, -{ "type": "Feature", "properties": { "_index": 2573, "bedlevel": 800.9000244140625, "branchid": "pipe_46_E0;pipe_46_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2575_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 6.1718976969024423e-07, "index_right": 2582, "nodeid": "1387908.367354_5866141.903963", "id": "1387908.367354_5866141.903963", "name": "manhole_2575_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387908.367353544337675, 5866141.903963415883482 ] } }, -{ "type": "Feature", "properties": { "_index": 2574, "bedlevel": 800.9000244140625, "branchid": "pipe_46_E1;pipe_46_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2576_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 4.9858174847585437e-07, "index_right": 2583, "nodeid": "1387876.955023_5866179.987773", "id": "1387876.955023_5866179.987773", "name": "manhole_2576_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387876.955022902460769, 5866179.987773489207029 ] } }, -{ "type": "Feature", "properties": { "_index": 2575, "bedlevel": 824.70001220703125, "branchid": "pipe_46_E2;pipe_46_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2577_generated", "shape": null, "area": 0.64, "streetlevel": 827.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.70001220703125, "distance_right": 1.876529768744179e-07, "index_right": 2584, "nodeid": "1387847.458594_5866219.470103", "id": "1387847.458594_5866219.470103", "name": "manhole_2577_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387847.458594153402373, 5866219.470102892257273 ] } }, -{ "type": "Feature", "properties": { "_index": 2576, "bedlevel": 803.20001220703125, "branchid": "pipe_46_E3;pipe_46_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2578_generated", "shape": null, "area": 0.64, "streetlevel": 806.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.20001220703125, "distance_right": 4.6156036966779148e-07, "index_right": 2585, "nodeid": "1387823.639856_5866262.662998", "id": "1387823.639856_5866262.662998", "name": "manhole_2578_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387823.639855962945148, 5866262.662997540086508 ] } }, -{ "type": "Feature", "properties": { "_index": 2578, "bedlevel": 801.4000244140625, "branchid": "pipe_47_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2579_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 2.7377250423463006e-07, "index_right": 2586, "nodeid": "1387940.443674_5865845.093255", "id": "1387940.443674_5865845.093255", "name": "manhole_2579_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387940.443674022099003, 5865845.093254727311432 ] } }, -{ "type": "Feature", "properties": { "_index": 2578, "bedlevel": 801.4000244140625, "branchid": "pipe_47_E0;pipe_47_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2580_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 3.2059452282998279e-07, "index_right": 2587, "nodeid": "1387943.318034_5865887.628140", "id": "1387943.318034_5865887.628140", "name": "manhole_2580_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387943.318034203490242, 5865887.628139751963317 ] } }, -{ "type": "Feature", "properties": { "_index": 2579, "bedlevel": 801.4000244140625, "branchid": "pipe_47_E1;pipe_47_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2581_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 3.9845922374459836e-07, "index_right": 2588, "nodeid": "1387946.009428_5865930.175073", "id": "1387946.009428_5865930.175073", "name": "manhole_2581_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387946.009428307646886, 5865930.175072746351361 ] } }, -{ "type": "Feature", "properties": { "_index": 2580, "bedlevel": 813.70001220703125, "branchid": "pipe_47_E2;pipe_47_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2582_generated", "shape": null, "area": 0.64, "streetlevel": 816.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.70001220703125, "distance_right": 4.8718698089721897e-07, "index_right": 2589, "nodeid": "1387948.700822_5865972.722006", "id": "1387948.700822_5865972.722006", "name": "manhole_2582_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387948.700822412036359, 5865972.722005739808083 ] } }, -{ "type": "Feature", "properties": { "_index": 2581, "bedlevel": 813.70001220703125, "branchid": "pipe_47_E3;pipe_47_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2583_generated", "shape": null, "area": 0.64, "streetlevel": 816.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.70001220703125, "distance_right": 5.8533091283838573e-07, "index_right": 2590, "nodeid": "1387944.872251_5866015.105106", "id": "1387944.872251_5866015.105106", "name": "manhole_2583_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387944.872250664513558, 5866015.105105520226061 ] } }, -{ "type": "Feature", "properties": { "_index": 2582, "bedlevel": 813.70001220703125, "branchid": "pipe_47_E4;pipe_47_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2584_generated", "shape": null, "area": 0.64, "streetlevel": 816.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.70001220703125, "distance_right": 1.8278199108301624e-07, "index_right": 2591, "nodeid": "1387940.047370_5866057.463170", "id": "1387940.047370_5866057.463170", "name": "manhole_2584_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387940.047370131826028, 5866057.463170127011836 ] } }, -{ "type": "Feature", "properties": { "_index": 2584, "bedlevel": 783.29998779296875, "branchid": "pipe_48_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2585_generated", "shape": null, "area": 0.64, "streetlevel": 786.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.29998779296875, "distance_right": 5.3234291644079913e-07, "index_right": 2592, "nodeid": "1387975.279995_5866107.425722", "id": "1387975.279995_5866107.425722", "name": "manhole_2585_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387975.279995472636074, 5866107.425722245126963 ] } }, -{ "type": "Feature", "properties": { "_index": 2585, "bedlevel": -10002.0, "branchid": "pipe_49_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2586_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.8246023418504101e-07, "index_right": 2593, "nodeid": "1396909.357977_5869743.820573", "id": "1396909.357977_5869743.820573", "name": "manhole_2586_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396909.357976644067094, 5869743.820572539232671 ] } }, -{ "type": "Feature", "properties": { "_index": 2585, "bedlevel": -10002.0, "branchid": "pipe_49_E0;pipe_49_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2587_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.3728469280402673e-07, "index_right": 2594, "nodeid": "1396931.001513_5869698.901242", "id": "1396931.001513_5869698.901242", "name": "manhole_2587_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396931.001512570073828, 5869698.901241529732943 ] } }, -{ "type": "Feature", "properties": { "_index": 2586, "bedlevel": -10002.0, "branchid": "pipe_49_E1;pipe_49_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2588_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.5244131882198247e-07, "index_right": 2595, "nodeid": "1396952.437394_5869653.897189", "id": "1396952.437394_5869653.897189", "name": "manhole_2588_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396952.437394135864452, 5869653.897189068607986 ] } }, -{ "type": "Feature", "properties": { "_index": 2587, "bedlevel": -10002.0, "branchid": "pipe_49_E2;pipe_49_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2589_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6975397854335361e-07, "index_right": 2596, "nodeid": "1396961.924285_5869605.425328", "id": "1396961.924285_5869605.425328", "name": "manhole_2589_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396961.924284938722849, 5869605.425327842123806 ] } }, -{ "type": "Feature", "properties": { "_index": 2588, "bedlevel": -10002.0, "branchid": "pipe_49_E3;pipe_49_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2590_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.3852962528150237e-07, "index_right": 2597, "nodeid": "1396956.300026_5869556.042747", "id": "1396956.300026_5869556.042747", "name": "manhole_2590_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396956.300025957403705, 5869556.04274676553905 ] } }, -{ "type": "Feature", "properties": { "_index": 2589, "bedlevel": -10002.0, "branchid": "pipe_49_E4;pipe_49_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2591_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0798268220890216e-07, "index_right": 2598, "nodeid": "1396930.699111_5869513.852090", "id": "1396930.699111_5869513.852090", "name": "manhole_2591_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396930.699111388763413, 5869513.852089673280716 ] } }, -{ "type": "Feature", "properties": { "_index": 2590, "bedlevel": -10002.0, "branchid": "pipe_49_E5;pipe_49_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2592_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8087791403812909e-07, "index_right": 2599, "nodeid": "1396901.464611_5869473.459851", "id": "1396901.464611_5869473.459851", "name": "manhole_2592_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396901.464610780123621, 5869473.459851311519742 ] } }, -{ "type": "Feature", "properties": { "_index": 2591, "bedlevel": -10002.0, "branchid": "pipe_49_E6;pipe_49_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2593_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.7859066557160699e-07, "index_right": 2600, "nodeid": "1396872.230110_5869433.067613", "id": "1396872.230110_5869433.067613", "name": "manhole_2593_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396872.230110171250999, 5869433.067612949758768 ] } }, -{ "type": "Feature", "properties": { "_index": 2592, "bedlevel": -10002.0, "branchid": "pipe_49_E7;pipe_49_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2594_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.0151399122557781e-07, "index_right": 2601, "nodeid": "1396842.995610_5869392.675375", "id": "1396842.995610_5869392.675375", "name": "manhole_2594_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396842.995609562378377, 5869392.675374587066472 ] } }, -{ "type": "Feature", "properties": { "_index": 2593, "bedlevel": -10002.0, "branchid": "pipe_49_E8;pipe_49_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2595_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3984980363468776e-07, "index_right": 2602, "nodeid": "1396808.125624_5869357.090668", "id": "1396808.125624_5869357.090668", "name": "manhole_2595_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396808.125623756088316, 5869357.090668236836791 ] } }, -{ "type": "Feature", "properties": { "_index": 2594, "bedlevel": -10002.0, "branchid": "pipe_49_E9;pipe_49_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2596_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.8152251073868486e-07, "index_right": 2603, "nodeid": "1396771.604791_5869323.325619", "id": "1396771.604791_5869323.325619", "name": "manhole_2596_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396771.60479090642184, 5869323.325619155541062 ] } }, -{ "type": "Feature", "properties": { "_index": 2595, "bedlevel": -10002.0, "branchid": "pipe_49_E10;pipe_49_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2597_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.822552413758834e-07, "index_right": 2604, "nodeid": "1396729.110151_5869297.241246", "id": "1396729.110151_5869297.241246", "name": "manhole_2597_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396729.11015088763088, 5869297.241246143355966 ] } }, -{ "type": "Feature", "properties": { "_index": 2596, "bedlevel": -10002.0, "branchid": "pipe_49_E11;pipe_49_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2598_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.8636925926167551e-07, "index_right": 2605, "nodeid": "1396686.615511_5869271.156873", "id": "1396686.615511_5869271.156873", "name": "manhole_2598_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396686.615510868607089, 5869271.156873132102191 ] } }, -{ "type": "Feature", "properties": { "_index": 2597, "bedlevel": -10002.0, "branchid": "pipe_49_E12;pipe_49_E13", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2599_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.9231881635003664e-07, "index_right": 2606, "nodeid": "1396644.120871_5869245.072500", "id": "1396644.120871_5869245.072500", "name": "manhole_2599_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396644.120870849816129, 5869245.072500119917095 ] } }, -{ "type": "Feature", "properties": { "_index": 2598, "bedlevel": -10002.0, "branchid": "pipe_49_E13;pipe_49_E14", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2600_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0111231201637492e-07, "index_right": 2607, "nodeid": "1396601.626231_5869218.988127", "id": "1396601.626231_5869218.988127", "name": "manhole_2600_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396601.626230831025168, 5869218.988127108663321 ] } }, -{ "type": "Feature", "properties": { "_index": 2599, "bedlevel": -10002.0, "branchid": "pipe_49_E14;pipe_49_E15", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2601_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.4245480592024852e-07, "index_right": 2608, "nodeid": "1396557.898404_5869195.091535", "id": "1396557.898404_5869195.091535", "name": "manhole_2601_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396557.898404459701851, 5869195.091535449028015 ] } }, -{ "type": "Feature", "properties": { "_index": 2600, "bedlevel": -10002.0, "branchid": "pipe_49_E15;pipe_49_E16", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2602_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4246646998449063e-07, "index_right": 2609, "nodeid": "1396513.373000_5869172.660138", "id": "1396513.373000_5869172.660138", "name": "manhole_2602_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396513.373000270221382, 5869172.660137529484928 ] } }, -{ "type": "Feature", "properties": { "_index": 2601, "bedlevel": -10002.0, "branchid": "pipe_49_E16;pipe_49_E17", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2603_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6271797265189434e-07, "index_right": 2610, "nodeid": "1396467.087116_5869154.896273", "id": "1396467.087116_5869154.896273", "name": "manhole_2603_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396467.087116056121886, 5869154.896273152902722 ] } }, -{ "type": "Feature", "properties": { "_index": 2602, "bedlevel": -10002.0, "branchid": "pipe_49_E17;pipe_49_E18", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2604_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3157446214551977e-07, "index_right": 2611, "nodeid": "1396417.387180_5869156.711754", "id": "1396417.387180_5869156.711754", "name": "manhole_2604_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396417.387180331395939, 5869156.711754012852907 ] } }, -{ "type": "Feature", "properties": { "_index": 2603, "bedlevel": -10002.0, "branchid": "pipe_49_E18;pipe_49_E19", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2605_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1736071806838962e-07, "index_right": 2612, "nodeid": "1396367.689416_5869160.751703", "id": "1396367.689416_5869160.751703", "name": "manhole_2605_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396367.689416214823723, 5869160.751702967099845 ] } }, -{ "type": "Feature", "properties": { "_index": 2604, "bedlevel": -10002.0, "branchid": "pipe_49_E19;pipe_49_E20", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2606_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2483392517932485e-07, "index_right": 2613, "nodeid": "1396317.991652_5869164.791652", "id": "1396317.991652_5869164.791652", "name": "manhole_2606_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396317.991652098018676, 5869164.791651922278106 ] } }, -{ "type": "Feature", "properties": { "_index": 2605, "bedlevel": -10002.0, "branchid": "pipe_49_E20;pipe_49_E21", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2607_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.2433766773550687e-07, "index_right": 2614, "nodeid": "1396268.293888_5869168.831601", "id": "1396268.293888_5869168.831601", "name": "manhole_2607_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396268.29388798144646, 5869168.831600877456367 ] } }, -{ "type": "Feature", "properties": { "_index": 2606, "bedlevel": -10002.0, "branchid": "pipe_49_E21;pipe_49_E22", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2608_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1599055173651524e-07, "index_right": 2615, "nodeid": "1396218.596124_5869172.871550", "id": "1396218.596124_5869172.871550", "name": "manhole_2608_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396218.596123864874244, 5869172.871549831703305 ] } }, -{ "type": "Feature", "properties": { "_index": 2607, "bedlevel": -10002.0, "branchid": "pipe_49_E22;pipe_49_E23", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2609_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2989867481689214e-07, "index_right": 2616, "nodeid": "1396168.898360_5869176.911499", "id": "1396168.898360_5869176.911499", "name": "manhole_2609_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396168.898359748302028, 5869176.911498786881566 ] } }, -{ "type": "Feature", "properties": { "_index": 2608, "bedlevel": -10002.0, "branchid": "pipe_49_E23;pipe_49_E24", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2610_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5041947054836803e-07, "index_right": 2617, "nodeid": "1396119.200596_5869180.951448", "id": "1396119.200596_5869180.951448", "name": "manhole_2610_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396119.200595631496981, 5869180.951447741128504 ] } }, -{ "type": "Feature", "properties": { "_index": 2609, "bedlevel": -10002.0, "branchid": "pipe_49_E24;pipe_49_E25", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2611_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1656748918229132e-07, "index_right": 2618, "nodeid": "1396074.361622_5869202.124943", "id": "1396074.361622_5869202.124943", "name": "manhole_2611_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396074.361621838063002, 5869202.124943272210658 ] } }, -{ "type": "Feature", "properties": { "_index": 2610, "bedlevel": -10002.0, "branchid": "pipe_49_E25;pipe_49_E26", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2612_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8442447518418581e-07, "index_right": 2619, "nodeid": "1396035.199848_5869232.988261", "id": "1396035.199848_5869232.988261", "name": "manhole_2612_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1396035.199847624171525, 5869232.988261081278324 ] } }, -{ "type": "Feature", "properties": { "_index": 2611, "bedlevel": -10002.0, "branchid": "pipe_49_E26;pipe_49_E27", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2613_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6368839657925328e-07, "index_right": 2620, "nodeid": "1395998.558019_5869266.795554", "id": "1395998.558019_5869266.795554", "name": "manhole_2613_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395998.558018732117489, 5869266.795554245822132 ] } }, -{ "type": "Feature", "properties": { "_index": 2612, "bedlevel": -10002.0, "branchid": "pipe_49_E27;pipe_49_E28", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2614_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.6023089802016437e-07, "index_right": 2621, "nodeid": "1395962.022284_5869300.726795", "id": "1395962.022284_5869300.726795", "name": "manhole_2614_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395962.022284490056336, 5869300.726794557645917 ] } }, -{ "type": "Feature", "properties": { "_index": 2613, "bedlevel": -10002.0, "branchid": "pipe_49_E28;pipe_49_E29", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2615_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7992905946957497e-07, "index_right": 2622, "nodeid": "1395925.486550_5869334.658035", "id": "1395925.486550_5869334.658035", "name": "manhole_2615_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395925.486550248228014, 5869334.658034870401025 ] } }, -{ "type": "Feature", "properties": { "_index": 2614, "bedlevel": -10002.0, "branchid": "pipe_49_E29;pipe_49_E30", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2616_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.835782145538491e-07, "index_right": 2623, "nodeid": "1395888.950816_5869368.589275", "id": "1395888.950816_5869368.589275", "name": "manhole_2616_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395888.950816006399691, 5869368.589275183156133 ] } }, -{ "type": "Feature", "properties": { "_index": 2615, "bedlevel": -10002.0, "branchid": "pipe_49_E30;pipe_49_E31", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2617_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2691550029865566e-07, "index_right": 2624, "nodeid": "1395852.198704_5869402.247869", "id": "1395852.198704_5869402.247869", "name": "manhole_2617_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395852.198703716741875, 5869402.247869444079697 ] } }, -{ "type": "Feature", "properties": { "_index": 2616, "bedlevel": -10002.0, "branchid": "pipe_49_E31;pipe_49_E32", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2618_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4583220004941156e-07, "index_right": 2625, "nodeid": "1395807.439735_5869421.687553", "id": "1395807.439735_5869421.687553", "name": "manhole_2618_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395807.439734570682049, 5869421.687553119845688 ] } }, -{ "type": "Feature", "properties": { "_index": 2617, "bedlevel": -10002.0, "branchid": "pipe_49_E32;pipe_49_E33", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2619_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0494929806306252e-07, "index_right": 2626, "nodeid": "1395757.768300_5869425.271081", "id": "1395757.768300_5869425.271081", "name": "manhole_2619_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395757.76829999522306, 5869425.271080794744194 ] } }, -{ "type": "Feature", "properties": { "_index": 2618, "bedlevel": -10002.0, "branchid": "pipe_49_E33;pipe_49_E34", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2620_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.3706293439978475e-07, "index_right": 2627, "nodeid": "1395707.965332_5869427.690453", "id": "1395707.965332_5869427.690453", "name": "manhole_2620_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395707.965332398191094, 5869427.690453497692943 ] } }, -{ "type": "Feature", "properties": { "_index": 2619, "bedlevel": -10002.0, "branchid": "pipe_49_E34;pipe_49_E35", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2621_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9936127007626997e-07, "index_right": 2628, "nodeid": "1395659.043270_5869419.543889", "id": "1395659.043270_5869419.543889", "name": "manhole_2621_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395659.043270194903016, 5869419.543888772837818 ] } }, -{ "type": "Feature", "properties": { "_index": 2620, "bedlevel": -10002.0, "branchid": "pipe_49_E35;pipe_49_E36", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2622_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5305671393883888e-07, "index_right": 2629, "nodeid": "1395612.217504_5869402.463653", "id": "1395612.217504_5869402.463653", "name": "manhole_2622_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395612.217504026833922, 5869402.463653352111578 ] } }, -{ "type": "Feature", "properties": { "_index": 2621, "bedlevel": -10002.0, "branchid": "pipe_49_E36;pipe_49_E37", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2623_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4286325733129654e-07, "index_right": 2630, "nodeid": "1395565.467161_5869385.125997", "id": "1395565.467161_5869385.125997", "name": "manhole_2623_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395565.46716068405658, 5869385.125996558927 ] } }, -{ "type": "Feature", "properties": { "_index": 2622, "bedlevel": -10002.0, "branchid": "pipe_49_E37;pipe_49_E38", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2624_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1423051555834034e-07, "index_right": 2631, "nodeid": "1395518.716817_5869367.788340", "id": "1395518.716817_5869367.788340", "name": "manhole_2624_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395518.716817341279238, 5869367.788339765742421 ] } }, -{ "type": "Feature", "properties": { "_index": 2623, "bedlevel": -10002.0, "branchid": "pipe_49_E38;pipe_49_E39", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2625_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7044459424413003e-08, "index_right": 2632, "nodeid": "1395471.966474_5869350.450683", "id": "1395471.966474_5869350.450683", "name": "manhole_2625_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395471.966473998501897, 5869350.450682972557843 ] } }, -{ "type": "Feature", "properties": { "_index": 2624, "bedlevel": -10002.0, "branchid": "pipe_49_E39;pipe_49_E40", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2626_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8801525398932155e-07, "index_right": 2633, "nodeid": "1395425.216131_5869333.113026", "id": "1395425.216131_5869333.113026", "name": "manhole_2626_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395425.216130655724555, 5869333.113026178441942 ] } }, -{ "type": "Feature", "properties": { "_index": 2625, "bedlevel": -10002.0, "branchid": "pipe_49_E40;pipe_49_E41", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2627_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.4617982288098726e-07, "index_right": 2634, "nodeid": "1395378.687392_5869315.204580", "id": "1395378.687392_5869315.204580", "name": "manhole_2627_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395378.687391854356974, 5869315.204579988494515 ] } }, -{ "type": "Feature", "properties": { "_index": 2626, "bedlevel": -10002.0, "branchid": "pipe_49_E41;pipe_49_E42", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2628_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4256841315462702e-07, "index_right": 2635, "nodeid": "1395332.485505_5869296.454257", "id": "1395332.485505_5869296.454257", "name": "manhole_2628_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395332.485505212796852, 5869296.454256883822381 ] } }, -{ "type": "Feature", "properties": { "_index": 2627, "bedlevel": -10002.0, "branchid": "pipe_49_E42;pipe_49_E43", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2629_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.7719778708511186e-07, "index_right": 2636, "nodeid": "1395287.001164_5869276.144632", "id": "1395287.001164_5869276.144632", "name": "manhole_2629_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395287.001163898268715, 5869276.144632362760603 ] } }, -{ "type": "Feature", "properties": { "_index": 2628, "bedlevel": -10002.0, "branchid": "pipe_49_E43;pipe_49_E44", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2630_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8241195777312207e-07, "index_right": 2637, "nodeid": "1395242.705987_5869253.250829", "id": "1395242.705987_5869253.250829", "name": "manhole_2630_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395242.705986745655537, 5869253.250829122960567 ] } }, -{ "type": "Feature", "properties": { "_index": 2629, "bedlevel": -10002.0, "branchid": "pipe_49_E44;pipe_49_E45", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2631_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8326404900156831e-07, "index_right": 2638, "nodeid": "1395210.583318_5869216.421355", "id": "1395210.583318_5869216.421355", "name": "manhole_2631_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395210.583317779935896, 5869216.421354569494724 ] } }, -{ "type": "Feature", "properties": { "_index": 2630, "bedlevel": -10002.0, "branchid": "pipe_49_E45;pipe_49_E46", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2632_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7165300202369909e-07, "index_right": 2639, "nodeid": "1395193.830984_5869169.495743", "id": "1395193.830984_5869169.495743", "name": "manhole_2632_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395193.830984261119738, 5869169.495743074454367 ] } }, -{ "type": "Feature", "properties": { "_index": 2631, "bedlevel": -10002.0, "branchid": "pipe_49_E46;pipe_49_E47", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2633_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3221596037683103e-07, "index_right": 2640, "nodeid": "1395177.827800_5869122.271946", "id": "1395177.827800_5869122.271946", "name": "manhole_2633_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395177.827800207771361, 5869122.271945620886981 ] } }, -{ "type": "Feature", "properties": { "_index": 2632, "bedlevel": -10002.0, "branchid": "pipe_49_E47;pipe_49_E48", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2634_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7659062140608388e-07, "index_right": 2641, "nodeid": "1395155.643527_5869079.571160", "id": "1395155.643527_5869079.571160", "name": "manhole_2634_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395155.643526731757447, 5869079.571160393767059 ] } }, -{ "type": "Feature", "properties": { "_index": 2633, "bedlevel": -10002.0, "branchid": "pipe_49_E48;pipe_49_E49", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2635_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.775459443109658e-07, "index_right": 2642, "nodeid": "1395110.798153_5869060.371253", "id": "1395110.798153_5869060.371253", "name": "manhole_2635_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395110.79815290751867, 5869060.371252737939358 ] } }, -{ "type": "Feature", "properties": { "_index": 2634, "bedlevel": -10002.0, "branchid": "pipe_49_E49;pipe_49_E50", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2636_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3931541720543185e-07, "index_right": 2643, "nodeid": "1395061.097746_5869059.009571", "id": "1395061.097746_5869059.009571", "name": "manhole_2636_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395061.09774633590132, 5869059.009571047499776 ] } }, -{ "type": "Feature", "properties": { "_index": 2635, "bedlevel": -10002.0, "branchid": "pipe_49_E50;pipe_49_E51", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2637_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2532550919798942e-07, "index_right": 2644, "nodeid": "1395018.388958_5869034.787970", "id": "1395018.388958_5869034.787970", "name": "manhole_2637_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1395018.388957693940029, 5869034.78797029517591 ] } }, -{ "type": "Feature", "properties": { "_index": 2636, "bedlevel": -10002.0, "branchid": "pipe_49_E51;pipe_49_E52", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2638_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2404855920757649e-07, "index_right": 2645, "nodeid": "1394978.546955_5869004.807915", "id": "1394978.546955_5869004.807915", "name": "manhole_2638_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394978.546954535646364, 5869004.807914757169783 ] } }, -{ "type": "Feature", "properties": { "_index": 2637, "bedlevel": -10002.0, "branchid": "pipe_49_E52;pipe_49_E53", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2639_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3581872763901757e-07, "index_right": 2646, "nodeid": "1394938.704951_5868974.827859", "id": "1394938.704951_5868974.827859", "name": "manhole_2639_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394938.7049513773527, 5868974.827859218232334 ] } }, -{ "type": "Feature", "properties": { "_index": 2638, "bedlevel": -10002.0, "branchid": "pipe_49_E53;pipe_49_E54", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2640_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8735805439842029e-07, "index_right": 2647, "nodeid": "1394898.862948_5868944.847804", "id": "1394898.862948_5868944.847804", "name": "manhole_2640_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394898.862948219059035, 5868944.847803680226207 ] } }, -{ "type": "Feature", "properties": { "_index": 2639, "bedlevel": -10002.0, "branchid": "pipe_49_E54;pipe_49_E55", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2641_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.456470597917527e-07, "index_right": 2648, "nodeid": "1394866.007141_5868909.172220", "id": "1394866.007141_5868909.172220", "name": "manhole_2641_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394866.007140989648178, 5868909.172220145352185 ] } }, -{ "type": "Feature", "properties": { "_index": 2640, "bedlevel": -10002.0, "branchid": "pipe_49_E55;pipe_49_E56", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2642_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1289906958362874e-07, "index_right": 2649, "nodeid": "1394865.188219_5868860.166502", "id": "1394865.188219_5868860.166502", "name": "manhole_2642_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394865.188218769617379, 5868860.166501657105982 ] } }, -{ "type": "Feature", "properties": { "_index": 2641, "bedlevel": -10002.0, "branchid": "pipe_49_E56;pipe_49_E57", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2643_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8266316596112808e-07, "index_right": 2650, "nodeid": "1394851.210899_5868814.804699", "id": "1394851.210899_5868814.804699", "name": "manhole_2643_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394851.210898632416502, 5868814.804698893800378 ] } }, -{ "type": "Feature", "properties": { "_index": 2642, "bedlevel": -10002.0, "branchid": "pipe_49_E57;pipe_49_E58", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2644_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.6693096596134564e-07, "index_right": 2651, "nodeid": "1394814.571344_5868780.985592", "id": "1394814.571344_5868780.985592", "name": "manhole_2644_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394814.57134416163899, 5868780.985591958276927 ] } }, -{ "type": "Feature", "properties": { "_index": 2643, "bedlevel": -10002.0, "branchid": "pipe_49_E58;pipe_49_E59", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2645_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3190486044474957e-07, "index_right": 2652, "nodeid": "1394783.142761_5868743.810450", "id": "1394783.142761_5868743.810450", "name": "manhole_2645_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394783.142760716611519, 5868743.81044967379421 ] } }, -{ "type": "Feature", "properties": { "_index": 2644, "bedlevel": -10002.0, "branchid": "pipe_49_E59;pipe_49_E60", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2646_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.425207043121393e-07, "index_right": 2653, "nodeid": "1394777.096276_5868694.597891", "id": "1394777.096276_5868694.597891", "name": "manhole_2646_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394777.096276167081669, 5868694.597891299054027 ] } }, -{ "type": "Feature", "properties": { "_index": 2645, "bedlevel": -10002.0, "branchid": "pipe_49_E60;pipe_49_E61", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2647_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6306456287944641e-07, "index_right": 2654, "nodeid": "1394773.838866_5868644.842708", "id": "1394773.838866_5868644.842708", "name": "manhole_2647_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394773.838866250822321, 5868644.842708389274776 ] } }, -{ "type": "Feature", "properties": { "_index": 2646, "bedlevel": -10002.0, "branchid": "pipe_49_E61;pipe_49_E62", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2648_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 8.0250950864600476e-08, "index_right": 2655, "nodeid": "1394784.297479_5868596.997930", "id": "1394784.297479_5868596.997930", "name": "manhole_2648_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394784.297478953143582, 5868596.997929934412241 ] } }, -{ "type": "Feature", "properties": { "_index": 2647, "bedlevel": -10002.0, "branchid": "pipe_49_E62;pipe_49_E63", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2649_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.548848114278278e-07, "index_right": 2656, "nodeid": "1394803.796106_5868551.106836", "id": "1394803.796106_5868551.106836", "name": "manhole_2649_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394803.796106442809105, 5868551.10683633480221 ] } }, -{ "type": "Feature", "properties": { "_index": 2648, "bedlevel": -10002.0, "branchid": "pipe_49_E63;pipe_49_E64", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2650_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.7292052107088022e-07, "index_right": 2657, "nodeid": "1394823.294734_5868505.215743", "id": "1394823.294734_5868505.215743", "name": "manhole_2650_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394823.294733932707459, 5868505.21574273519218 ] } }, -{ "type": "Feature", "properties": { "_index": 2649, "bedlevel": -10002.0, "branchid": "pipe_49_E64;pipe_49_E65", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2651_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.1277682853805377e-07, "index_right": 2658, "nodeid": "1394837.756601_5868457.687039", "id": "1394837.756601_5868457.687039", "name": "manhole_2651_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394837.756601032335311, 5868457.68703889194876 ] } }, -{ "type": "Feature", "properties": { "_index": 2650, "bedlevel": -10002.0, "branchid": "pipe_49_E65;pipe_49_E66", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2652_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6418092530705446e-07, "index_right": 2659, "nodeid": "1394848.974616_5868409.103656", "id": "1394848.974616_5868409.103656", "name": "manhole_2652_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394848.974616430234164, 5868409.103656174615026 ] } }, -{ "type": "Feature", "properties": { "_index": 2651, "bedlevel": -10002.0, "branchid": "pipe_49_E66;pipe_49_E67", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2653_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.6015936755369966e-07, "index_right": 2660, "nodeid": "1394851.974718_5868359.860240", "id": "1394851.974718_5868359.860240", "name": "manhole_2653_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394851.974718380952254, 5868359.860240411013365 ] } }, -{ "type": "Feature", "properties": { "_index": 2652, "bedlevel": -10002.0, "branchid": "pipe_49_E67;pipe_49_E68", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2654_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6511059568750446e-07, "index_right": 2661, "nodeid": "1394846.573624_5868310.402086", "id": "1394846.573624_5868310.402086", "name": "manhole_2654_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394846.573623906588182, 5868310.402086352929473 ] } }, -{ "type": "Feature", "properties": { "_index": 2653, "bedlevel": -10002.0, "branchid": "pipe_49_E68;pipe_49_E69", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2655_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.546059622935131e-07, "index_right": 2662, "nodeid": "1394836.032172_5868261.667430", "id": "1394836.032172_5868261.667430", "name": "manhole_2655_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394836.032171645434573, 5868261.667429998517036 ] } }, -{ "type": "Feature", "properties": { "_index": 2654, "bedlevel": -10002.0, "branchid": "pipe_49_E69;pipe_49_E70", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2656_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.2359900208442826e-07, "index_right": 2663, "nodeid": "1394825.490719_5868212.932774", "id": "1394825.490719_5868212.932774", "name": "manhole_2656_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394825.490719384280965, 5868212.9327736441046 ] } }, -{ "type": "Feature", "properties": { "_index": 2655, "bedlevel": -10002.0, "branchid": "pipe_49_E70;pipe_49_E71", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2657_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1474164908302519e-07, "index_right": 2664, "nodeid": "1394814.949267_5868164.198117", "id": "1394814.949267_5868164.198117", "name": "manhole_2657_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394814.949267123127356, 5868164.198117289692163 ] } }, -{ "type": "Feature", "properties": { "_index": 2656, "bedlevel": -10002.0, "branchid": "pipe_49_E71;pipe_49_E72", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2658_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1307826838502244e-07, "index_right": 2665, "nodeid": "1394796.999078_5868117.908034", "id": "1394796.999078_5868117.908034", "name": "manhole_2658_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394796.999077728250995, 5868117.908033844083548 ] } }, -{ "type": "Feature", "properties": { "_index": 2657, "bedlevel": -10002.0, "branchid": "pipe_49_E72;pipe_49_E73", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2659_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.521059111032163e-07, "index_right": 2666, "nodeid": "1394776.467399_5868072.469734", "id": "1394776.467399_5868072.469734", "name": "manhole_2659_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394776.467399163171649, 5868072.469733688049018 ] } }, -{ "type": "Feature", "properties": { "_index": 2658, "bedlevel": -10002.0, "branchid": "pipe_49_E73;pipe_49_E74", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2660_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 6.1579598663583263e-07, "index_right": 2667, "nodeid": "1394755.935721_5868027.031434", "id": "1394755.935721_5868027.031434", "name": "manhole_2660_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394755.935720598092303, 5868027.031433532945812 ] } }, -{ "type": "Feature", "properties": { "_index": 2659, "bedlevel": -10002.0, "branchid": "pipe_49_E74;pipe_49_E75", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2661_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.1675532554609927e-07, "index_right": 2668, "nodeid": "1394740.519508_5867979.965778", "id": "1394740.519508_5867979.965778", "name": "manhole_2661_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394740.519507831195369, 5867979.965777863748372 ] } }, -{ "type": "Feature", "properties": { "_index": 2660, "bedlevel": -10002.0, "branchid": "pipe_49_E75;pipe_49_E76", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2662_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3167033661114391e-07, "index_right": 2669, "nodeid": "1394731.024189_5867931.016540", "id": "1394731.024189_5867931.016540", "name": "manhole_2662_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394731.024188673356548, 5867931.016540282405913 ] } }, -{ "type": "Feature", "properties": { "_index": 2661, "bedlevel": -10002.0, "branchid": "pipe_49_E76;pipe_49_E77", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2663_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4214386940002441e-07, "index_right": 2670, "nodeid": "1394719.285064_5867882.718090", "id": "1394719.285064_5867882.718090", "name": "manhole_2663_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394719.285063765244558, 5867882.718089940026402 ] } }, -{ "type": "Feature", "properties": { "_index": 2662, "bedlevel": -10002.0, "branchid": "pipe_49_E77;pipe_49_E78", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2664_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.7610041350677864e-07, "index_right": 2671, "nodeid": "1394701.115841_5867836.284607", "id": "1394701.115841_5867836.284607", "name": "manhole_2664_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394701.115841469261795, 5867836.284607334062457 ] } }, -{ "type": "Feature", "properties": { "_index": 2663, "bedlevel": -10002.0, "branchid": "pipe_49_E78;pipe_49_E79", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2665_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.2164624360008123e-07, "index_right": 2672, "nodeid": "1394682.946619_5867789.851125", "id": "1394682.946619_5867789.851125", "name": "manhole_2665_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394682.946619173279032, 5867789.851124729029834 ] } }, -{ "type": "Feature", "properties": { "_index": 2664, "bedlevel": -10002.0, "branchid": "pipe_49_E79;pipe_49_E80", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2666_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5692840306008034e-07, "index_right": 2673, "nodeid": "1394667.689999_5867742.633697", "id": "1394667.689999_5867742.633697", "name": "manhole_2666_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394667.689998690504581, 5867742.633696664124727 ] } }, -{ "type": "Feature", "properties": { "_index": 2665, "bedlevel": -10002.0, "branchid": "pipe_49_E80;pipe_49_E81", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2667_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.8294261703134228e-08, "index_right": 2674, "nodeid": "1394660.097266_5867693.353484", "id": "1394660.097266_5867693.353484", "name": "manhole_2667_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394660.09726603073068, 5867693.353484037332237 ] } }, -{ "type": "Feature", "properties": { "_index": 2666, "bedlevel": -10002.0, "branchid": "pipe_49_E81;pipe_49_E82", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2668_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0998831961846341e-07, "index_right": 2675, "nodeid": "1394654.328330_5867643.868895", "id": "1394654.328330_5867643.868895", "name": "manhole_2668_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394654.328329593641683, 5867643.868894944898784 ] } }, -{ "type": "Feature", "properties": { "_index": 2667, "bedlevel": -10002.0, "branchid": "pipe_49_E82;pipe_49_E83", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2669_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9447508206563613e-07, "index_right": 2676, "nodeid": "1394650.824928_5867594.130428", "id": "1394650.824928_5867594.130428", "name": "manhole_2669_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394650.824927933514118, 5867594.130427713505924 ] } }, -{ "type": "Feature", "properties": { "_index": 2668, "bedlevel": -10002.0, "branchid": "pipe_49_E83;pipe_49_E84", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2670_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8714541789022181e-07, "index_right": 2677, "nodeid": "1394651.388803_5867544.353618", "id": "1394651.388803_5867544.353618", "name": "manhole_2670_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394651.388802720233798, 5867544.35361806396395 ] } }, -{ "type": "Feature", "properties": { "_index": 2669, "bedlevel": -10002.0, "branchid": "pipe_49_E84;pipe_49_E85", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2671_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0761886226160606e-07, "index_right": 2678, "nodeid": "1394662.743552_5867496.038453", "id": "1394662.743552_5867496.038453", "name": "manhole_2671_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394662.743551589781418, 5867496.03845329862088 ] } }, -{ "type": "Feature", "properties": { "_index": 2670, "bedlevel": -10002.0, "branchid": "pipe_49_E85;pipe_49_E86", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2672_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8577114864767292e-07, "index_right": 2679, "nodeid": "1394670.132180_5867447.227574", "id": "1394670.132180_5867447.227574", "name": "manhole_2672_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394670.132179970387369, 5867447.227573615498841 ] } }, -{ "type": "Feature", "properties": { "_index": 2671, "bedlevel": -10002.0, "branchid": "pipe_49_E86;pipe_49_E87", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2673_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6334795667057833e-07, "index_right": 2680, "nodeid": "1394650.258600_5867404.050676", "id": "1394650.258600_5867404.050676", "name": "manhole_2673_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394650.258600463392213, 5867404.05067600402981 ] } }, -{ "type": "Feature", "properties": { "_index": 2672, "bedlevel": -10002.0, "branchid": "pipe_49_E87;pipe_49_E88", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2674_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.1947017150541362e-07, "index_right": 2681, "nodeid": "1394603.801243_5867385.942586", "id": "1394603.801243_5867385.942586", "name": "manhole_2674_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394603.801243336405605, 5867385.942586250603199 ] } }, -{ "type": "Feature", "properties": { "_index": 2673, "bedlevel": -10002.0, "branchid": "pipe_49_E88;pipe_49_E89", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2675_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.9567264185869108e-07, "index_right": 2682, "nodeid": "1394568.131737_5867352.277565", "id": "1394568.131737_5867352.277565", "name": "manhole_2675_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394568.131737232673913, 5867352.277565182186663 ] } }, -{ "type": "Feature", "properties": { "_index": 2674, "bedlevel": -10002.0, "branchid": "pipe_49_E89;pipe_49_E90", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2676_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6978087765662579e-07, "index_right": 2683, "nodeid": "1394534.886565_5867315.116464", "id": "1394534.886565_5867315.116464", "name": "manhole_2676_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394534.886564994230866, 5867315.116463630460203 ] } }, -{ "type": "Feature", "properties": { "_index": 2675, "bedlevel": -10002.0, "branchid": "pipe_49_E90;pipe_49_E91", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2677_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8609471001216395e-07, "index_right": 2684, "nodeid": "1394502.003263_5867277.642438", "id": "1394502.003263_5867277.642438", "name": "manhole_2677_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394502.003263384569436, 5867277.642437966540456 ] } }, -{ "type": "Feature", "properties": { "_index": 2676, "bedlevel": -10002.0, "branchid": "pipe_49_E91;pipe_49_E92", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2678_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9741366765706645e-07, "index_right": 2685, "nodeid": "1394470.028815_5867239.382490", "id": "1394470.028815_5867239.382490", "name": "manhole_2678_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394470.028815483907238, 5867239.382489884272218 ] } }, -{ "type": "Feature", "properties": { "_index": 2677, "bedlevel": -10002.0, "branchid": "pipe_49_E92;pipe_49_E93", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2679_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.6095910557925285e-07, "index_right": 2686, "nodeid": "1394438.054368_5867201.122542", "id": "1394438.054368_5867201.122542", "name": "manhole_2679_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394438.05436758347787, 5867201.122541802935302 ] } }, -{ "type": "Feature", "properties": { "_index": 2678, "bedlevel": -10002.0, "branchid": "pipe_49_E93;pipe_49_E94", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2680_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2202505077389808e-07, "index_right": 2687, "nodeid": "1394406.079920_5867162.862594", "id": "1394406.079920_5867162.862594", "name": "manhole_2680_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394406.079919682815671, 5867162.862593721598387 ] } }, -{ "type": "Feature", "properties": { "_index": 2679, "bedlevel": -10002.0, "branchid": "pipe_49_E94;pipe_49_E95", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2681_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.2026808316285116e-07, "index_right": 2688, "nodeid": "1394374.105472_5867124.602646", "id": "1394374.105472_5867124.602646", "name": "manhole_2681_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394374.105471782386303, 5867124.602645640261471 ] } }, -{ "type": "Feature", "properties": { "_index": 2680, "bedlevel": -10002.0, "branchid": "pipe_49_E95;pipe_49_E96", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2682_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4198632164893476e-07, "index_right": 2689, "nodeid": "1394331.263575_5867099.102239", "id": "1394331.263575_5867099.102239", "name": "manhole_2682_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394331.263575199525803, 5867099.102238862775266 ] } }, -{ "type": "Feature", "properties": { "_index": 2681, "bedlevel": -10002.0, "branchid": "pipe_49_E96;pipe_49_E97", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2683_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.97107819142451e-07, "index_right": 2690, "nodeid": "1394288.402718_5867073.624094", "id": "1394288.402718_5867073.624094", "name": "manhole_2683_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394288.402718252269551, 5867073.624093571677804 ] } }, -{ "type": "Feature", "properties": { "_index": 2682, "bedlevel": -10002.0, "branchid": "pipe_49_E97;pipe_49_E98", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2684_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1321329777711867e-07, "index_right": 2691, "nodeid": "1394241.406053_5867059.604280", "id": "1394241.406053_5867059.604280", "name": "manhole_2684_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394241.406052829232067, 5867059.604279736988246 ] } }, -{ "type": "Feature", "properties": { "_index": 2683, "bedlevel": -10002.0, "branchid": "pipe_49_E98;pipe_49_E99", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2685_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.5790874370349739e-07, "index_right": 2692, "nodeid": "1394191.967552_5867053.804523", "id": "1394191.967552_5867053.804523", "name": "manhole_2685_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394191.967552164103836, 5867053.804523427039385 ] } }, -{ "type": "Feature", "properties": { "_index": 2684, "bedlevel": -10002.0, "branchid": "pipe_49_E99;pipe_49_E100", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2686_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0233377754578136e-07, "index_right": 2693, "nodeid": "1394142.130891_5867052.224590", "id": "1394142.130891_5867052.224590", "name": "manhole_2686_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394142.130891400855035, 5867052.224589966237545 ] } }, -{ "type": "Feature", "properties": { "_index": 2685, "bedlevel": -10002.0, "branchid": "pipe_49_E100;pipe_49_E101", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2687_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5764757382800786e-07, "index_right": 2694, "nodeid": "1394092.295928_5867051.546281", "id": "1394092.295928_5867051.546281", "name": "manhole_2687_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394092.295928271487355, 5867051.546281232498586 ] } }, -{ "type": "Feature", "properties": { "_index": 2686, "bedlevel": -10002.0, "branchid": "pipe_49_E101;pipe_49_E102", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2688_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.8661246190600754e-07, "index_right": 2695, "nodeid": "1394043.343164_5867047.527967", "id": "1394043.343164_5867047.527967", "name": "manhole_2688_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1394043.343164325458929, 5867047.527966791763902 ] } }, -{ "type": "Feature", "properties": { "_index": 2687, "bedlevel": -10002.0, "branchid": "pipe_49_E102;pipe_49_E103", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2689_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.0026073585045695e-07, "index_right": 2696, "nodeid": "1393996.278206_5867031.063502", "id": "1393996.278206_5867031.063502", "name": "manhole_2689_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393996.278205681359395, 5867031.063501614145935 ] } }, -{ "type": "Feature", "properties": { "_index": 2688, "bedlevel": -10002.0, "branchid": "pipe_49_E103;pipe_49_E104", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2690_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.3837601899562057e-07, "index_right": 2697, "nodeid": "1393949.213247_5867014.599036", "id": "1393949.213247_5867014.599036", "name": "manhole_2690_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393949.213247037259862, 5867014.599036436527967 ] } }, -{ "type": "Feature", "properties": { "_index": 2689, "bedlevel": -10002.0, "branchid": "pipe_49_E104;pipe_49_E105", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2691_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.7134129919996016e-07, "index_right": 2698, "nodeid": "1393902.148288_5866998.134571", "id": "1393902.148288_5866998.134571", "name": "manhole_2691_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393902.148288393160328, 5866998.134571259841323 ] } }, -{ "type": "Feature", "properties": { "_index": 2690, "bedlevel": -10002.0, "branchid": "pipe_49_E105;pipe_49_E106", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2692_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.6403323497149835e-07, "index_right": 2699, "nodeid": "1393855.083330_5866981.670106", "id": "1393855.083330_5866981.670106", "name": "manhole_2692_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393855.083329749060795, 5866981.670106082223356 ] } }, -{ "type": "Feature", "properties": { "_index": 2691, "bedlevel": -10002.0, "branchid": "pipe_49_E106;pipe_49_E107", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2693_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.5221482072384377e-07, "index_right": 2700, "nodeid": "1393805.813084_5866974.210721", "id": "1393805.813084_5866974.210721", "name": "manhole_2693_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393805.813084045657888, 5866974.210721349343657 ] } }, -{ "type": "Feature", "properties": { "_index": 2692, "bedlevel": -10002.0, "branchid": "pipe_49_E107;pipe_49_E108", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2694_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1082890927791595e-07, "index_right": 2701, "nodeid": "1393756.464388_5866967.077455", "id": "1393756.464388_5866967.077455", "name": "manhole_2694_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393756.464387694839388, 5866967.077454941347241 ] } }, -{ "type": "Feature", "properties": { "_index": 2693, "bedlevel": -10002.0, "branchid": "pipe_49_E108;pipe_49_E109", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2695_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1539615751292161e-07, "index_right": 2702, "nodeid": "1393706.996018_5866960.826905", "id": "1393706.996018_5866960.826905", "name": "manhole_2695_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393706.996018304256722, 5866960.826904917135835 ] } }, -{ "type": "Feature", "properties": { "_index": 2694, "bedlevel": -10002.0, "branchid": "pipe_49_E109;pipe_49_E110", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2696_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 1.3744898273745033e-07, "index_right": 2703, "nodeid": "1393657.527649_5866954.576355", "id": "1393657.527649_5866954.576355", "name": "manhole_2696_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393657.527648913906887, 5866954.576354892924428 ] } }, -{ "type": "Feature", "properties": { "_index": 2695, "bedlevel": -10002.0, "branchid": "pipe_49_E110;pipe_49_E111", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2697_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.941394760457455e-07, "index_right": 2704, "nodeid": "1393608.059280_5866948.325805", "id": "1393608.059280_5866948.325805", "name": "manhole_2697_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393608.059279523557052, 5866948.325804868713021 ] } }, -{ "type": "Feature", "properties": { "_index": 2696, "bedlevel": -10002.0, "branchid": "pipe_49_E111;pipe_49_E112", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2698_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.0475969254441522e-07, "index_right": 2705, "nodeid": "1393558.590910_5866942.075255", "id": "1393558.590910_5866942.075255", "name": "manhole_2698_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393558.590910133207217, 5866942.075254844501615 ] } }, -{ "type": "Feature", "properties": { "_index": 2697, "bedlevel": -10002.0, "branchid": "pipe_49_E112;pipe_49_E113", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2699_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.1365666760222819e-07, "index_right": 2706, "nodeid": "1393509.122541_5866935.824705", "id": "1393509.122541_5866935.824705", "name": "manhole_2699_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393509.122540742857382, 5866935.824704820290208 ] } }, -{ "type": "Feature", "properties": { "_index": 2698, "bedlevel": -10002.0, "branchid": "pipe_49_E113;pipe_49_E114", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2700_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.0725880035155901e-07, "index_right": 2707, "nodeid": "1393459.654171_5866929.574155", "id": "1393459.654171_5866929.574155", "name": "manhole_2700_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393459.654171352507547, 5866929.574154796078801 ] } }, -{ "type": "Feature", "properties": { "_index": 2699, "bedlevel": -10002.0, "branchid": "pipe_49_E114;pipe_49_E115", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2701_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.3222741292135301e-07, "index_right": 2708, "nodeid": "1393410.185802_5866923.323605", "id": "1393410.185802_5866923.323605", "name": "manhole_2701_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393410.185801962157711, 5866923.323604770936072 ] } }, -{ "type": "Feature", "properties": { "_index": 2700, "bedlevel": -10002.0, "branchid": "pipe_49_E115;pipe_49_E116", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2702_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.9749894029239055e-07, "index_right": 2709, "nodeid": "1393360.717433_5866917.073055", "id": "1393360.717433_5866917.073055", "name": "manhole_2702_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393360.717432571807876, 5866917.073054746724665 ] } }, -{ "type": "Feature", "properties": { "_index": 2701, "bedlevel": -10002.0, "branchid": "pipe_49_E116;pipe_49_E117", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2703_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3154503209667611e-07, "index_right": 2710, "nodeid": "1393311.249063_5866910.822505", "id": "1393311.249063_5866910.822505", "name": "manhole_2703_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393311.249063181458041, 5866910.822504722513258 ] } }, -{ "type": "Feature", "properties": { "_index": 2702, "bedlevel": -10002.0, "branchid": "pipe_49_E117;pipe_49_E118", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2704_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.66974259447635e-07, "index_right": 2711, "nodeid": "1393261.780694_5866904.571955", "id": "1393261.780694_5866904.571955", "name": "manhole_2704_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393261.780693791108206, 5866904.571954698301852 ] } }, -{ "type": "Feature", "properties": { "_index": 2703, "bedlevel": -10002.0, "branchid": "pipe_49_E118;pipe_49_E119", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2705_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.1635936929393974e-07, "index_right": 2712, "nodeid": "1393212.312324_5866898.321405", "id": "1393212.312324_5866898.321405", "name": "manhole_2705_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393212.31232440052554, 5866898.321404674090445 ] } }, -{ "type": "Feature", "properties": { "_index": 2704, "bedlevel": -10002.0, "branchid": "pipe_49_E119;pipe_49_E120", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2706_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 5.4101069650876815e-07, "index_right": 2713, "nodeid": "1393164.711110_5866883.550485", "id": "1393164.711110_5866883.550485", "name": "manhole_2706_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393164.711109766503796, 5866883.550484512001276 ] } }, -{ "type": "Feature", "properties": { "_index": 2705, "bedlevel": -10002.0, "branchid": "pipe_49_E120;pipe_49_E121", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2707_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 4.4814528357930033e-07, "index_right": 2714, "nodeid": "1393117.162247_5866868.540669", "id": "1393117.162247_5866868.540669", "name": "manhole_2707_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393117.162246766965836, 5866868.540668617002666 ] } }, -{ "type": "Feature", "properties": { "_index": 2706, "bedlevel": -10002.0, "branchid": "pipe_49_E121;pipe_49_E122", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2708_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.6211453215447936e-07, "index_right": 2715, "nodeid": "1393069.613384_5866853.530853", "id": "1393069.613384_5866853.530853", "name": "manhole_2708_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393069.613383767427877, 5866853.530852722004056 ] } }, -{ "type": "Feature", "properties": { "_index": 2707, "bedlevel": -10002.0, "branchid": "pipe_49_E122;pipe_49_E123", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2709_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.8964216293722501e-07, "index_right": 2716, "nodeid": "1393022.064521_5866838.521037", "id": "1393022.064521_5866838.521037", "name": "manhole_2709_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393022.064520767889917, 5866838.521036827005446 ] } }, -{ "type": "Feature", "properties": { "_index": 2708, "bedlevel": -10002.0, "branchid": "pipe_49_E123;pipe_49_E124", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2710_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.4117579903564114e-07, "index_right": 2717, "nodeid": "1392974.515658_5866823.511221", "id": "1392974.515658_5866823.511221", "name": "manhole_2710_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392974.515657768351957, 5866823.511220932938159 ] } }, -{ "type": "Feature", "properties": { "_index": 2709, "bedlevel": -10002.0, "branchid": "pipe_49_E124;pipe_49_E125", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2711_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.3433279429140186e-07, "index_right": 2718, "nodeid": "1392926.966795_5866808.501405", "id": "1392926.966795_5866808.501405", "name": "manhole_2711_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392926.966794768813998, 5866808.501405037939548 ] } }, -{ "type": "Feature", "properties": { "_index": 2710, "bedlevel": -10002.0, "branchid": "pipe_49_E125;pipe_49_E126", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2712_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 2.711877368400116e-07, "index_right": 2719, "nodeid": "1392879.417932_5866793.491589", "id": "1392879.417932_5866793.491589", "name": "manhole_2712_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392879.417931769276038, 5866793.491589142940938 ] } }, -{ "type": "Feature", "properties": { "_index": 2711, "bedlevel": -10002.0, "branchid": "pipe_49_E126;pipe_49_E127", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2713_generated", "shape": null, "area": 0.64, "streetlevel": -9999.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": -9999.0, "distance_right": 3.3822343619387493e-07, "index_right": 2720, "nodeid": "1392831.869069_5866778.481773", "id": "1392831.869069_5866778.481773", "name": "manhole_2713_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392831.869068769738078, 5866778.481773247942328 ] } }, -{ "type": "Feature", "properties": { "_index": 2712, "bedlevel": 862.0, "branchid": "pipe_49_E127;pipe_49_E128", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2714_generated", "shape": null, "area": 0.64, "streetlevel": 865.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 865.0, "distance_right": 4.2118703056337554e-07, "index_right": 2721, "nodeid": "1392784.320206_5866763.471957", "id": "1392784.320206_5866763.471957", "name": "manhole_2714_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392784.320205770200118, 5866763.471957352943718 ] } }, -{ "type": "Feature", "properties": { "_index": 2713, "bedlevel": 862.0, "branchid": "pipe_49_E128;pipe_49_E129", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2715_generated", "shape": null, "area": 0.64, "streetlevel": 865.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 865.0, "distance_right": 5.1250356341054922e-07, "index_right": 2722, "nodeid": "1392736.771343_5866748.462141", "id": "1392736.771343_5866748.462141", "name": "manhole_2715_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392736.771342770429328, 5866748.462141457945108 ] } }, -{ "type": "Feature", "properties": { "_index": 2714, "bedlevel": 875.4000244140625, "branchid": "pipe_49_E129;pipe_49_E130", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2716_generated", "shape": null, "area": 0.64, "streetlevel": 878.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 878.4000244140625, "distance_right": 4.9322917410243842e-07, "index_right": 2723, "nodeid": "1392689.222480_5866733.452326", "id": "1392689.222480_5866733.452326", "name": "manhole_2716_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392689.222479770891368, 5866733.452325562946498 ] } }, -{ "type": "Feature", "properties": { "_index": 2715, "bedlevel": 875.4000244140625, "branchid": "pipe_49_E130;pipe_49_E131", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2717_generated", "shape": null, "area": 0.64, "streetlevel": 878.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 878.4000244140625, "distance_right": 4.035102166412638e-07, "index_right": 2724, "nodeid": "1392641.673617_5866718.442510", "id": "1392641.673617_5866718.442510", "name": "manhole_2717_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392641.673616771353409, 5866718.442509667947888 ] } }, -{ "type": "Feature", "properties": { "_index": 2716, "bedlevel": 901.9000244140625, "branchid": "pipe_49_E131;pipe_49_E132", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2718_generated", "shape": null, "area": 0.64, "streetlevel": 904.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 904.9000244140625, "distance_right": 3.2137241883713538e-07, "index_right": 2725, "nodeid": "1392594.124754_5866703.432694", "id": "1392594.124754_5866703.432694", "name": "manhole_2718_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392594.124753771815449, 5866703.432693773880601 ] } }, -{ "type": "Feature", "properties": { "_index": 2717, "bedlevel": 901.9000244140625, "branchid": "pipe_49_E132;pipe_49_E133", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2719_generated", "shape": null, "area": 0.64, "streetlevel": 904.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 904.9000244140625, "distance_right": 2.5789438712268496e-07, "index_right": 2726, "nodeid": "1392546.575891_5866688.422878", "id": "1392546.575891_5866688.422878", "name": "manhole_2719_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392546.575890772277489, 5866688.422877878881991 ] } }, -{ "type": "Feature", "properties": { "_index": 2718, "bedlevel": 928.5, "branchid": "pipe_49_E133;pipe_49_E134", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2720_generated", "shape": null, "area": 0.64, "streetlevel": 931.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 931.5, "distance_right": 2.2779358194461109e-07, "index_right": 2727, "nodeid": "1392499.027028_5866673.413062", "id": "1392499.027028_5866673.413062", "name": "manhole_2720_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392499.02702777273953, 5866673.413061983883381 ] } }, -{ "type": "Feature", "properties": { "_index": 2719, "bedlevel": 928.5, "branchid": "pipe_49_E134;pipe_49_E135", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2721_generated", "shape": null, "area": 0.64, "streetlevel": 931.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 931.5, "distance_right": 2.434250781957115e-07, "index_right": 2728, "nodeid": "1392451.478165_5866658.403246", "id": "1392451.478165_5866658.403246", "name": "manhole_2721_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392451.47816477320157, 5866658.403246088884771 ] } }, -{ "type": "Feature", "properties": { "_index": 2720, "bedlevel": 923.29998779296875, "branchid": "pipe_49_E135;pipe_49_E136", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2722_generated", "shape": null, "area": 0.64, "streetlevel": 926.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 926.29998779296875, "distance_right": 2.9789659531254724e-07, "index_right": 2729, "nodeid": "1392403.929302_5866643.393430", "id": "1392403.929302_5866643.393430", "name": "manhole_2722_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392403.92930177366361, 5866643.393430193886161 ] } }, -{ "type": "Feature", "properties": { "_index": 2721, "bedlevel": 846.79998779296875, "branchid": "pipe_49_E136;pipe_49_E137", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2723_generated", "shape": null, "area": 0.64, "streetlevel": 849.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 849.79998779296875, "distance_right": 3.7467334045624815e-07, "index_right": 2730, "nodeid": "1392356.380439_5866628.383614", "id": "1392356.380439_5866628.383614", "name": "manhole_2723_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392356.380438774125651, 5866628.383614298887551 ] } }, -{ "type": "Feature", "properties": { "_index": 2722, "bedlevel": 872.20001220703125, "branchid": "pipe_49_E137;pipe_49_E138", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2724_generated", "shape": null, "area": 0.64, "streetlevel": 875.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 875.20001220703125, "distance_right": 4.6278392403377259e-07, "index_right": 2731, "nodeid": "1392308.831576_5866613.373798", "id": "1392308.831576_5866613.373798", "name": "manhole_2724_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392308.831575774587691, 5866613.373798403888941 ] } }, -{ "type": "Feature", "properties": { "_index": 2723, "bedlevel": 872.20001220703125, "branchid": "pipe_49_E138;pipe_49_E139", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2725_generated", "shape": null, "area": 0.64, "streetlevel": 875.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 875.20001220703125, "distance_right": 5.3904050343464332e-07, "index_right": 2732, "nodeid": "1392261.282713_5866598.363983", "id": "1392261.282713_5866598.363983", "name": "manhole_2725_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392261.282712775049731, 5866598.363982509821653 ] } }, -{ "type": "Feature", "properties": { "_index": 2724, "bedlevel": 925.10003662109375, "branchid": "pipe_49_E139;pipe_49_E140", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2726_generated", "shape": null, "area": 0.64, "streetlevel": 928.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 928.10003662109375, "distance_right": 4.461385093761408e-07, "index_right": 2733, "nodeid": "1392213.733850_5866583.354167", "id": "1392213.733850_5866583.354167", "name": "manhole_2726_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392213.733849775511771, 5866583.354166614823043 ] } }, -{ "type": "Feature", "properties": { "_index": 2725, "bedlevel": 925.10003662109375, "branchid": "pipe_49_E140;pipe_49_E141", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2727_generated", "shape": null, "area": 0.64, "streetlevel": 928.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 928.10003662109375, "distance_right": 3.5882065240057058e-07, "index_right": 2734, "nodeid": "1392166.184987_5866568.344351", "id": "1392166.184987_5866568.344351", "name": "manhole_2727_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392166.184986775973812, 5866568.344350719824433 ] } }, -{ "type": "Feature", "properties": { "_index": 2726, "bedlevel": 933.79998779296875, "branchid": "pipe_49_E141;pipe_49_E142", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2728_generated", "shape": null, "area": 0.64, "streetlevel": 936.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 936.79998779296875, "distance_right": 5.0133714651316256e-07, "index_right": 2735, "nodeid": "1392119.234378_5866551.590171", "id": "1392119.234378_5866551.590171", "name": "manhole_2728_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392119.234377897810191, 5866551.59017149079591 ] } }, -{ "type": "Feature", "properties": { "_index": 2727, "bedlevel": 933.79998779296875, "branchid": "pipe_49_E142;pipe_49_E143", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2729_generated", "shape": null, "area": 0.64, "streetlevel": 936.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 936.79998779296875, "distance_right": 3.4515468306535673e-07, "index_right": 2736, "nodeid": "1392072.481987_5866534.258036", "id": "1392072.481987_5866534.258036", "name": "manhole_2729_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392072.481987217208371, 5866534.25803626794368 ] } }, -{ "type": "Feature", "properties": { "_index": 2728, "bedlevel": 926.79998779296875, "branchid": "pipe_49_E143;pipe_49_E144", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2730_generated", "shape": null, "area": 0.64, "streetlevel": 929.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 929.79998779296875, "distance_right": 4.651642196257067e-07, "index_right": 2737, "nodeid": "1392025.729597_5866516.925901", "id": "1392025.729597_5866516.925901", "name": "manhole_2730_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392025.729596536839381, 5866516.925901044160128 ] } }, -{ "type": "Feature", "properties": { "_index": 2729, "bedlevel": 889.29998779296875, "branchid": "pipe_49_E144;pipe_49_E145", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2731_generated", "shape": null, "area": 0.64, "streetlevel": 892.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 892.29998779296875, "distance_right": 2.29953709160046e-07, "index_right": 2738, "nodeid": "1391978.977206_5866499.593766", "id": "1391978.977206_5866499.593766", "name": "manhole_2731_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391978.977205856470391, 5866499.593765820376575 ] } }, -{ "type": "Feature", "properties": { "_index": 2730, "bedlevel": 908.4000244140625, "branchid": "pipe_49_E145;pipe_49_E146", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2732_generated", "shape": null, "area": 0.64, "streetlevel": 911.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 911.4000244140625, "distance_right": 4.3991124339150539e-07, "index_right": 2739, "nodeid": "1391932.224815_5866482.261631", "id": "1391932.224815_5866482.261631", "name": "manhole_2732_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391932.224815175868571, 5866482.261630596593022 ] } }, -{ "type": "Feature", "properties": { "_index": 2731, "bedlevel": 908.4000244140625, "branchid": "pipe_49_E146;pipe_49_E147", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2733_generated", "shape": null, "area": 0.64, "streetlevel": 911.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 911.4000244140625, "distance_right": 6.1988875341513863e-07, "index_right": 2740, "nodeid": "1391885.472424_5866464.929495", "id": "1391885.472424_5866464.929495", "name": "manhole_2733_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391885.472424495499581, 5866464.92949537280947 ] } }, -{ "type": "Feature", "properties": { "_index": 2732, "bedlevel": 930.20001220703125, "branchid": "pipe_49_E147;pipe_49_E148", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2734_generated", "shape": null, "area": 0.64, "streetlevel": 933.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 933.20001220703125, "distance_right": 2.3821214812358952e-07, "index_right": 2741, "nodeid": "1391838.720034_5866447.597360", "id": "1391838.720034_5866447.597360", "name": "manhole_2734_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391838.720033814897761, 5866447.59736014995724 ] } }, -{ "type": "Feature", "properties": { "_index": 2733, "bedlevel": 930.20001220703125, "branchid": "pipe_49_E148;pipe_49_E149", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2735_generated", "shape": null, "area": 0.64, "streetlevel": 933.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 933.20001220703125, "distance_right": 1.5337514315044009e-07, "index_right": 2742, "nodeid": "1391791.967643_5866430.265225", "id": "1391791.967643_5866430.265225", "name": "manhole_2735_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391791.967643134528771, 5866430.265224926173687 ] } }, -{ "type": "Feature", "properties": { "_index": 2734, "bedlevel": 936.4000244140625, "branchid": "pipe_49_E149;pipe_49_E150", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2736_generated", "shape": null, "area": 0.64, "streetlevel": 939.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 939.4000244140625, "distance_right": 5.4309463265053459e-07, "index_right": 2743, "nodeid": "1391745.215252_5866412.933090", "id": "1391745.215252_5866412.933090", "name": "manhole_2736_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391745.215252453926951, 5866412.933089702390134 ] } }, -{ "type": "Feature", "properties": { "_index": 2735, "bedlevel": 936.4000244140625, "branchid": "pipe_49_E150;pipe_49_E151", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2737_generated", "shape": null, "area": 0.64, "streetlevel": 939.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 939.4000244140625, "distance_right": 5.2959964469147424e-07, "index_right": 2744, "nodeid": "1391698.462862_5866395.600954", "id": "1391698.462862_5866395.600954", "name": "manhole_2737_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391698.462861773557961, 5866395.600954478606582 ] } }, -{ "type": "Feature", "properties": { "_index": 2736, "bedlevel": 949.70001220703125, "branchid": "pipe_49_E151;pipe_49_E152", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2738_generated", "shape": null, "area": 0.64, "streetlevel": 952.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 952.70001220703125, "distance_right": 2.7156648052421829e-07, "index_right": 2745, "nodeid": "1391651.710471_5866378.268819", "id": "1391651.710471_5866378.268819", "name": "manhole_2738_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391651.710471092956141, 5866378.268819254823029 ] } }, -{ "type": "Feature", "properties": { "_index": 2737, "bedlevel": 886.4000244140625, "branchid": "pipe_49_E152;pipe_49_E153", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2739_generated", "shape": null, "area": 0.64, "streetlevel": 889.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 889.4000244140625, "distance_right": 4.1371902379653219e-07, "index_right": 2746, "nodeid": "1391604.958080_5866360.936684", "id": "1391604.958080_5866360.936684", "name": "manhole_2739_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391604.958080412587151, 5866360.936684031039476 ] } }, -{ "type": "Feature", "properties": { "_index": 2738, "bedlevel": 845.70001220703125, "branchid": "pipe_49_E153;pipe_49_E154", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2740_generated", "shape": null, "area": 0.64, "streetlevel": 848.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 848.70001220703125, "distance_right": 3.293937330443308e-07, "index_right": 2747, "nodeid": "1391558.205690_5866343.604549", "id": "1391558.205690_5866343.604549", "name": "manhole_2740_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391558.205689732218161, 5866343.604548808187246 ] } }, -{ "type": "Feature", "properties": { "_index": 2739, "bedlevel": 845.70001220703125, "branchid": "pipe_49_E154;pipe_49_E155", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2741_generated", "shape": null, "area": 0.64, "streetlevel": 848.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 848.70001220703125, "distance_right": 4.1857355203971027e-07, "index_right": 2748, "nodeid": "1391511.453299_5866326.272414", "id": "1391511.453299_5866326.272414", "name": "manhole_2741_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391511.453299051616341, 5866326.272413584403694 ] } }, -{ "type": "Feature", "properties": { "_index": 2740, "bedlevel": 843.0, "branchid": "pipe_49_E155;pipe_49_E156", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2742_generated", "shape": null, "area": 0.64, "streetlevel": 846.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 846.0, "distance_right": 5.173421456765862e-07, "index_right": 2749, "nodeid": "1391464.700908_5866308.940278", "id": "1391464.700908_5866308.940278", "name": "manhole_2742_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391464.700908371247351, 5866308.940278360620141 ] } }, -{ "type": "Feature", "properties": { "_index": 2741, "bedlevel": 843.0, "branchid": "pipe_49_E156;pipe_49_E157", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2743_generated", "shape": null, "area": 0.64, "streetlevel": 846.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 846.0, "distance_right": 3.3836509315063795e-07, "index_right": 2750, "nodeid": "1391417.948518_5866291.608143", "id": "1391417.948518_5866291.608143", "name": "manhole_2743_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391417.948517690645531, 5866291.608143136836588 ] } }, -{ "type": "Feature", "properties": { "_index": 2742, "bedlevel": 846.9000244140625, "branchid": "pipe_49_E157;pipe_49_E158", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2744_generated", "shape": null, "area": 0.64, "streetlevel": 849.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 849.9000244140625, "distance_right": 8.7216755512678289e-08, "index_right": 2751, "nodeid": "1391371.196127_5866274.276008", "id": "1391371.196127_5866274.276008", "name": "manhole_2744_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391371.196127010276541, 5866274.276007913053036 ] } }, -{ "type": "Feature", "properties": { "_index": 2743, "bedlevel": 846.9000244140625, "branchid": "pipe_49_E158;pipe_49_E159", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2745_generated", "shape": null, "area": 0.64, "streetlevel": 849.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 849.9000244140625, "distance_right": 4.5390732579378692e-07, "index_right": 2752, "nodeid": "1391321.986833_5866269.550852", "id": "1391321.986833_5866269.550852", "name": "manhole_2745_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391321.986832652939484, 5866269.550851707346737 ] } }, -{ "type": "Feature", "properties": { "_index": 2744, "bedlevel": 892.70001220703125, "branchid": "pipe_49_E159;pipe_49_E160", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2746_generated", "shape": null, "area": 0.64, "streetlevel": 895.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 895.70001220703125, "distance_right": 3.7289003346476757e-07, "index_right": 2753, "nodeid": "1391272.147465_5866268.058759", "id": "1391272.147465_5866268.058759", "name": "manhole_2746_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391272.147464629728347, 5866268.058758955448866 ] } }, -{ "type": "Feature", "properties": { "_index": 2745, "bedlevel": 892.70001220703125, "branchid": "pipe_49_E160;pipe_49_E161", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2747_generated", "shape": null, "area": 0.64, "streetlevel": 895.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 895.70001220703125, "distance_right": 4.43839029083394e-07, "index_right": 2754, "nodeid": "1391222.308097_5866266.566666", "id": "1391222.308097_5866266.566666", "name": "manhole_2747_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391222.30809660628438, 5866266.566666204482317 ] } }, -{ "type": "Feature", "properties": { "_index": 2746, "bedlevel": 929.0, "branchid": "pipe_49_E161;pipe_49_E162", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2748_generated", "shape": null, "area": 0.64, "streetlevel": 932.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 932.0, "distance_right": 6.1558942756283069e-07, "index_right": 2755, "nodeid": "1391172.468729_5866265.074573", "id": "1391172.468729_5866265.074573", "name": "manhole_2748_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391172.468728582840413, 5866265.074573452584445 ] } }, -{ "type": "Feature", "properties": { "_index": 2747, "bedlevel": 929.0, "branchid": "pipe_49_E162;pipe_49_E163", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2749_generated", "shape": null, "area": 0.64, "streetlevel": 932.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 932.0, "distance_right": 5.3218673253055169e-07, "index_right": 2756, "nodeid": "1391122.629361_5866263.582481", "id": "1391122.629361_5866263.582481", "name": "manhole_2749_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391122.629360559629276, 5866263.582480700686574 ] } }, -{ "type": "Feature", "properties": { "_index": 2748, "bedlevel": 912.20001220703125, "branchid": "pipe_49_E163;pipe_49_E164", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2750_generated", "shape": null, "area": 0.64, "streetlevel": 915.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 915.20001220703125, "distance_right": 4.6651731725205036e-07, "index_right": 2757, "nodeid": "1391072.789993_5866262.090388", "id": "1391072.789993_5866262.090388", "name": "manhole_2750_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391072.789992536185309, 5866262.090387949720025 ] } }, -{ "type": "Feature", "properties": { "_index": 2749, "bedlevel": 877.70001220703125, "branchid": "pipe_49_E164;pipe_49_E165", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2751_generated", "shape": null, "area": 0.64, "streetlevel": 880.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 880.70001220703125, "distance_right": 5.2579289086766228e-07, "index_right": 2758, "nodeid": "1391022.950625_5866260.598295", "id": "1391022.950625_5866260.598295", "name": "manhole_2751_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391022.950624512741342, 5866260.598295197822154 ] } }, -{ "type": "Feature", "properties": { "_index": 2750, "bedlevel": 877.70001220703125, "branchid": "pipe_49_E165;pipe_49_E166", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2752_generated", "shape": null, "area": 0.64, "streetlevel": 880.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 880.70001220703125, "distance_right": 6.6238845009442494e-07, "index_right": 2759, "nodeid": "1390973.111256_5866259.106202", "id": "1390973.111256_5866259.106202", "name": "manhole_2752_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390973.111256489530206, 5866259.106202445924282 ] } }, -{ "type": "Feature", "properties": { "_index": 2751, "bedlevel": 886.4000244140625, "branchid": "pipe_49_E166;pipe_49_E167", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2753_generated", "shape": null, "area": 0.64, "streetlevel": 889.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 889.4000244140625, "distance_right": 5.573047437679622e-07, "index_right": 2760, "nodeid": "1390923.271888_5866257.614110", "id": "1390923.271888_5866257.614110", "name": "manhole_2753_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390923.271888466086239, 5866257.614109694957733 ] } }, -{ "type": "Feature", "properties": { "_index": 2752, "bedlevel": 886.4000244140625, "branchid": "pipe_49_E167;pipe_49_E168", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2754_generated", "shape": null, "area": 0.64, "streetlevel": 889.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 889.4000244140625, "distance_right": 4.462420842811324e-07, "index_right": 2761, "nodeid": "1390873.432520_5866256.122017", "id": "1390873.432520_5866256.122017", "name": "manhole_2754_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390873.432520442642272, 5866256.122016943059862 ] } }, -{ "type": "Feature", "properties": { "_index": 2753, "bedlevel": 932.79998779296875, "branchid": "pipe_49_E168;pipe_49_E169", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2755_generated", "shape": null, "area": 0.64, "streetlevel": 935.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 935.79998779296875, "distance_right": 4.6053406929521989e-07, "index_right": 2762, "nodeid": "1390823.593152_5866254.629924", "id": "1390823.593152_5866254.629924", "name": "manhole_2755_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390823.593152419198304, 5866254.62992419116199 ] } }, -{ "type": "Feature", "properties": { "_index": 2754, "bedlevel": 932.79998779296875, "branchid": "pipe_49_E169;pipe_49_E170", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2756_generated", "shape": null, "area": 0.64, "streetlevel": 935.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 935.79998779296875, "distance_right": 5.9237281907764308e-07, "index_right": 2763, "nodeid": "1390773.753784_5866253.137831", "id": "1390773.753784_5866253.137831", "name": "manhole_2756_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390773.753784395987168, 5866253.137831440195441 ] } }, -{ "type": "Feature", "properties": { "_index": 2755, "bedlevel": 954.79998779296875, "branchid": "pipe_49_E170;pipe_49_E171", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2757_generated", "shape": null, "area": 0.64, "streetlevel": 957.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 957.79998779296875, "distance_right": 4.8591928251911668e-07, "index_right": 2764, "nodeid": "1390723.914416_5866251.645739", "id": "1390723.914416_5866251.645739", "name": "manhole_2757_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390723.914416372543201, 5866251.64573868829757 ] } }, -{ "type": "Feature", "properties": { "_index": 2756, "bedlevel": 954.79998779296875, "branchid": "pipe_49_E171;pipe_49_E172", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2758_generated", "shape": null, "area": 0.64, "streetlevel": 957.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 957.79998779296875, "distance_right": 3.5471234679006232e-07, "index_right": 2765, "nodeid": "1390674.075048_5866250.153646", "id": "1390674.075048_5866250.153646", "name": "manhole_2758_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390674.075048349099234, 5866250.153645936399698 ] } }, -{ "type": "Feature", "properties": { "_index": 2757, "bedlevel": 954.0, "branchid": "pipe_49_E172;pipe_49_E173", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2759_generated", "shape": null, "area": 0.64, "streetlevel": 957.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 957.0, "distance_right": 3.7496693866214152e-07, "index_right": 2766, "nodeid": "1390624.235680_5866248.661553", "id": "1390624.235680_5866248.661553", "name": "manhole_2759_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390624.235680325888097, 5866248.661553185433149 ] } }, -{ "type": "Feature", "properties": { "_index": 2758, "bedlevel": 954.0, "branchid": "pipe_49_E173;pipe_49_E174", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2760_generated", "shape": null, "area": 0.64, "streetlevel": 957.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 957.0, "distance_right": 5.2898676455779151e-07, "index_right": 2767, "nodeid": "1390574.396312_5866247.169460", "id": "1390574.396312_5866247.169460", "name": "manhole_2760_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390574.39631230244413, 5866247.169460433535278 ] } }, -{ "type": "Feature", "properties": { "_index": 2759, "bedlevel": 961.5, "branchid": "pipe_49_E174;pipe_49_E175", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2761_generated", "shape": null, "area": 0.64, "streetlevel": 964.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 964.5, "distance_right": 4.2338240759397399e-07, "index_right": 2768, "nodeid": "1390524.556944_5866245.677368", "id": "1390524.556944_5866245.677368", "name": "manhole_2761_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390524.556944279000163, 5866245.677367681637406 ] } }, -{ "type": "Feature", "properties": { "_index": 2760, "bedlevel": 961.5, "branchid": "pipe_49_E175;pipe_49_E176", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2762_generated", "shape": null, "area": 0.64, "streetlevel": 964.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 964.5, "distance_right": 2.6499942694981953e-07, "index_right": 2769, "nodeid": "1390474.717576_5866244.185275", "id": "1390474.717576_5866244.185275", "name": "manhole_2762_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390474.717576255789027, 5866244.185274930670857 ] } }, -{ "type": "Feature", "properties": { "_index": 2761, "bedlevel": 945.5, "branchid": "pipe_49_E176;pipe_49_E177", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2763_generated", "shape": null, "area": 0.64, "streetlevel": 948.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 948.5, "distance_right": 2.9320284469871218e-07, "index_right": 2770, "nodeid": "1390424.878208_5866242.693182", "id": "1390424.878208_5866242.693182", "name": "manhole_2763_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390424.87820823234506, 5866242.693182178772986 ] } }, -{ "type": "Feature", "properties": { "_index": 2762, "bedlevel": 967.10003662109375, "branchid": "pipe_49_E177;pipe_49_E178", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2764_generated", "shape": null, "area": 0.64, "streetlevel": 970.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 970.10003662109375, "distance_right": 4.7493074115861244e-07, "index_right": 2771, "nodeid": "1390375.038840_5866241.201089", "id": "1390375.038840_5866241.201089", "name": "manhole_2764_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390375.038840208901092, 5866241.201089426875114 ] } }, -{ "type": "Feature", "properties": { "_index": 2763, "bedlevel": 967.10003662109375, "branchid": "pipe_49_E178;pipe_49_E179", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2765_generated", "shape": null, "area": 0.64, "streetlevel": 970.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 970.10003662109375, "distance_right": 3.7358023225235111e-07, "index_right": 2772, "nodeid": "1390325.199472_5866239.708997", "id": "1390325.199472_5866239.708997", "name": "manhole_2765_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390325.199472185689956, 5866239.708996675908566 ] } }, -{ "type": "Feature", "properties": { "_index": 2764, "bedlevel": 972.4000244140625, "branchid": "pipe_49_E179;pipe_49_E180", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2766_generated", "shape": null, "area": 0.64, "streetlevel": 975.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 975.4000244140625, "distance_right": 1.7935411616933843e-07, "index_right": 2773, "nodeid": "1390275.360104_5866238.216904", "id": "1390275.360104_5866238.216904", "name": "manhole_2766_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390275.360104162245989, 5866238.216903924010694 ] } }, -{ "type": "Feature", "properties": { "_index": 2765, "bedlevel": 972.4000244140625, "branchid": "pipe_49_E180;pipe_49_E181", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2767_generated", "shape": null, "area": 0.64, "streetlevel": 975.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 975.4000244140625, "distance_right": 2.2195392457113109e-07, "index_right": 2774, "nodeid": "1390225.520736_5866236.724811", "id": "1390225.520736_5866236.724811", "name": "manhole_2767_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390225.520736138802022, 5866236.724811173044145 ] } }, -{ "type": "Feature", "properties": { "_index": 2766, "bedlevel": 1031.5, "branchid": "pipe_49_E181;pipe_49_E182", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2768_generated", "shape": null, "area": 0.64, "streetlevel": 1034.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1034.5, "distance_right": 4.3644965847580387e-07, "index_right": 2775, "nodeid": "1390175.681368_5866235.232718", "id": "1390175.681368_5866235.232718", "name": "manhole_2768_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390175.681368115358055, 5866235.232718421146274 ] } }, -{ "type": "Feature", "properties": { "_index": 2767, "bedlevel": 1031.5, "branchid": "pipe_49_E182;pipe_49_E183", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2769_generated", "shape": null, "area": 0.64, "streetlevel": 1034.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1034.5, "distance_right": 3.4323501485718629e-07, "index_right": 2776, "nodeid": "1390125.842000_5866233.740626", "id": "1390125.842000_5866233.740626", "name": "manhole_2769_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390125.842000092146918, 5866233.740625669248402 ] } }, -{ "type": "Feature", "properties": { "_index": 2768, "bedlevel": 1050.9000244140625, "branchid": "pipe_49_E183;pipe_49_E184", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2770_generated", "shape": null, "area": 0.64, "streetlevel": 1053.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1053.9000244140625, "distance_right": 1.0693214671935539e-07, "index_right": 2777, "nodeid": "1390076.002632_5866232.248533", "id": "1390076.002632_5866232.248533", "name": "manhole_2770_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390076.002632068702951, 5866232.248532918281853 ] } }, -{ "type": "Feature", "properties": { "_index": 2769, "bedlevel": 953.9000244140625, "branchid": "pipe_49_E184;pipe_49_E185", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2771_generated", "shape": null, "area": 0.64, "streetlevel": 956.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 956.9000244140625, "distance_right": 1.7271765716066688e-07, "index_right": 2778, "nodeid": "1390026.163264_5866230.756440", "id": "1390026.163264_5866230.756440", "name": "manhole_2771_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390026.163264045258984, 5866230.756440166383982 ] } }, -{ "type": "Feature", "properties": { "_index": 2770, "bedlevel": 985.79998779296875, "branchid": "pipe_49_E185;pipe_49_E186", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2772_generated", "shape": null, "area": 0.64, "streetlevel": 988.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 988.79998779296875, "distance_right": 4.1502837781950249e-07, "index_right": 2779, "nodeid": "1389976.323896_5866229.264347", "id": "1389976.323896_5866229.264347", "name": "manhole_2772_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389976.323896022047848, 5866229.26434741448611 ] } }, -{ "type": "Feature", "properties": { "_index": 2771, "bedlevel": 985.79998779296875, "branchid": "pipe_49_E186;pipe_49_E187", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2773_generated", "shape": null, "area": 0.64, "streetlevel": 988.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 988.79998779296875, "distance_right": 3.3621035174470345e-07, "index_right": 2780, "nodeid": "1389926.484528_5866227.772255", "id": "1389926.484528_5866227.772255", "name": "manhole_2773_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389926.48452799860388, 5866227.772254663519561 ] } }, -{ "type": "Feature", "properties": { "_index": 2772, "bedlevel": 1048.0999755859375, "branchid": "pipe_49_E187;pipe_49_E188", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2774_generated", "shape": null, "area": 0.64, "streetlevel": 1051.0999755859375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1051.0999755859375, "distance_right": 9.1916218476309546e-08, "index_right": 2781, "nodeid": "1389876.645160_5866226.280162", "id": "1389876.645160_5866226.280162", "name": "manhole_2774_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389876.645159975159913, 5866226.28016191162169 ] } }, -{ "type": "Feature", "properties": { "_index": 2773, "bedlevel": 1048.0999755859375, "branchid": "pipe_49_E188;pipe_49_E189", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2775_generated", "shape": null, "area": 0.64, "streetlevel": 1051.0999755859375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1051.0999755859375, "distance_right": 1.6721390440459392e-07, "index_right": 2782, "nodeid": "1389826.805792_5866224.788069", "id": "1389826.805792_5866224.788069", "name": "manhole_2775_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389826.805791951948777, 5866224.788069159723818 ] } }, -{ "type": "Feature", "properties": { "_index": 2774, "bedlevel": 1063.9000244140625, "branchid": "pipe_49_E189;pipe_49_E190", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2776_generated", "shape": null, "area": 0.64, "streetlevel": 1066.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1066.9000244140625, "distance_right": 4.1505188836408448e-07, "index_right": 2783, "nodeid": "1389776.966424_5866223.295976", "id": "1389776.966424_5866223.295976", "name": "manhole_2776_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389776.96642392850481, 5866223.295976408757269 ] } }, -{ "type": "Feature", "properties": { "_index": 2775, "bedlevel": 1028.2000732421875, "branchid": "pipe_49_E190;pipe_49_E191", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2777_generated", "shape": null, "area": 0.64, "streetlevel": 1031.2000732421875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1031.2000732421875, "distance_right": 1.7605953720432244e-07, "index_right": 2784, "nodeid": "1389727.141183_5866221.468200", "id": "1389727.141183_5866221.468200", "name": "manhole_2777_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389727.141182830790058, 5866221.468200048431754 ] } }, -{ "type": "Feature", "properties": { "_index": 2776, "bedlevel": 1028.2000732421875, "branchid": "pipe_49_E191;pipe_49_E192", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2778_generated", "shape": null, "area": 0.64, "streetlevel": 1031.2000732421875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1031.2000732421875, "distance_right": 3.6128834460839566e-07, "index_right": 2785, "nodeid": "1389677.352676_5866218.767548", "id": "1389677.352676_5866218.767548", "name": "manhole_2778_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389677.352675863076001, 5866218.767548334784806 ] } }, -{ "type": "Feature", "properties": { "_index": 2777, "bedlevel": 983.60003662109375, "branchid": "pipe_49_E192;pipe_49_E193", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2779_generated", "shape": null, "area": 0.64, "streetlevel": 986.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 986.60003662109375, "distance_right": 3.9313838553029594e-07, "index_right": 2786, "nodeid": "1389627.564169_5866216.066897", "id": "1389627.564169_5866216.066897", "name": "manhole_2779_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389627.564168895594776, 5866216.066896621137857 ] } }, -{ "type": "Feature", "properties": { "_index": 2778, "bedlevel": 983.60003662109375, "branchid": "pipe_49_E193;pipe_49_E194", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2780_generated", "shape": null, "area": 0.64, "streetlevel": 986.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 986.60003662109375, "distance_right": 1.1709228767436902e-07, "index_right": 2787, "nodeid": "1389577.775662_5866213.366245", "id": "1389577.775662_5866213.366245", "name": "manhole_2780_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389577.775661927880719, 5866213.366244907490909 ] } }, -{ "type": "Feature", "properties": { "_index": 2779, "bedlevel": 961.70001220703125, "branchid": "pipe_49_E194;pipe_49_E195", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2781_generated", "shape": null, "area": 0.64, "streetlevel": 964.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 964.70001220703125, "distance_right": 1.9867658609749133e-07, "index_right": 2788, "nodeid": "1389527.987155_5866210.665593", "id": "1389527.987155_5866210.665593", "name": "manhole_2781_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389527.987154960166663, 5866210.665593194775283 ] } }, -{ "type": "Feature", "properties": { "_index": 2780, "bedlevel": 961.70001220703125, "branchid": "pipe_49_E195;pipe_49_E196", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2782_generated", "shape": null, "area": 0.64, "streetlevel": 964.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 964.70001220703125, "distance_right": 4.8155141235013908e-07, "index_right": 2789, "nodeid": "1389478.198648_5866207.964941", "id": "1389478.198648_5866207.964941", "name": "manhole_2782_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389478.198647992452607, 5866207.964941481128335 ] } }, -{ "type": "Feature", "properties": { "_index": 2781, "bedlevel": 993.29998779296875, "branchid": "pipe_49_E196;pipe_49_E197", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2783_generated", "shape": null, "area": 0.64, "streetlevel": 996.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 996.29998779296875, "distance_right": 2.3413503241671798e-07, "index_right": 2790, "nodeid": "1389428.410141_5866205.264290", "id": "1389428.410141_5866205.264290", "name": "manhole_2783_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389428.41014102473855, 5866205.264289767481387 ] } }, -{ "type": "Feature", "properties": { "_index": 2782, "bedlevel": 993.29998779296875, "branchid": "pipe_49_E197;pipe_49_E198", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2784_generated", "shape": null, "area": 0.64, "streetlevel": 996.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 996.29998779296875, "distance_right": 7.856059226332952e-08, "index_right": 2791, "nodeid": "1389378.621634_5866202.563638", "id": "1389378.621634_5866202.563638", "name": "manhole_2784_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389378.621634057024494, 5866202.563638053834438 ] } }, -{ "type": "Feature", "properties": { "_index": 2783, "bedlevel": 1027.4000244140625, "branchid": "pipe_49_E198;pipe_49_E199", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2785_generated", "shape": null, "area": 0.64, "streetlevel": 1030.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1030.4000244140625, "distance_right": 3.514937742276614e-07, "index_right": 2792, "nodeid": "1389328.833127_5866199.862986", "id": "1389328.833127_5866199.862986", "name": "manhole_2785_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389328.833127089310437, 5866199.86298634018749 ] } }, -{ "type": "Feature", "properties": { "_index": 2784, "bedlevel": 1027.4000244140625, "branchid": "pipe_49_E199;pipe_49_E200", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2786_generated", "shape": null, "area": 0.64, "streetlevel": 1030.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1030.4000244140625, "distance_right": 3.9281124173343443e-07, "index_right": 2793, "nodeid": "1389279.044620_5866197.162335", "id": "1389279.044620_5866197.162335", "name": "manhole_2786_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389279.044620121829212, 5866197.162334626540542 ] } }, -{ "type": "Feature", "properties": { "_index": 2785, "bedlevel": 1050.800048828125, "branchid": "pipe_49_E200;pipe_49_E201", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2787_generated", "shape": null, "area": 0.64, "streetlevel": 1053.800048828125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1053.800048828125, "distance_right": 1.7726043879219753e-07, "index_right": 2794, "nodeid": "1389229.256113_5866194.461683", "id": "1389229.256113_5866194.461683", "name": "manhole_2787_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389229.256113154115155, 5866194.461682912893593 ] } }, -{ "type": "Feature", "properties": { "_index": 2786, "bedlevel": 1050.800048828125, "branchid": "pipe_49_E201;pipe_49_E202", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2788_generated", "shape": null, "area": 0.64, "streetlevel": 1053.800048828125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1053.800048828125, "distance_right": 2.7295229996532459e-07, "index_right": 2795, "nodeid": "1389179.467606_5866191.761031", "id": "1389179.467606_5866191.761031", "name": "manhole_2788_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389179.467606186401099, 5866191.761031199246645 ] } }, -{ "type": "Feature", "properties": { "_index": 2787, "bedlevel": 1064.5999755859375, "branchid": "pipe_49_E202;pipe_49_E203", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2789_generated", "shape": null, "area": 0.64, "streetlevel": 1067.5999755859375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1067.5999755859375, "distance_right": 5.3219895594374747e-07, "index_right": 2796, "nodeid": "1389129.679099_5866189.060379", "id": "1389129.679099_5866189.060379", "name": "manhole_2789_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389129.679099218687043, 5866189.060379485599697 ] } }, -{ "type": "Feature", "properties": { "_index": 2788, "bedlevel": 1067.7000732421875, "branchid": "pipe_49_E203;pipe_49_E204", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2790_generated", "shape": null, "area": 0.64, "streetlevel": 1070.7000732421875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1070.7000732421875, "distance_right": 3.3920508279400263e-07, "index_right": 2797, "nodeid": "1389079.890592_5866186.359728", "id": "1389079.890592_5866186.359728", "name": "manhole_2790_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389079.890592250972986, 5866186.359727771952748 ] } }, -{ "type": "Feature", "properties": { "_index": 2789, "bedlevel": 1067.7000732421875, "branchid": "pipe_49_E204;pipe_49_E205", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2791_generated", "shape": null, "area": 0.64, "streetlevel": 1070.7000732421875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1070.7000732421875, "distance_right": 2.8936577943892251e-07, "index_right": 2798, "nodeid": "1389030.102085_5866183.659076", "id": "1389030.102085_5866183.659076", "name": "manhole_2791_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389030.10208528325893, 5866183.6590760583058 ] } }, -{ "type": "Feature", "properties": { "_index": 2790, "bedlevel": 1072.0, "branchid": "pipe_49_E205;pipe_49_E206", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2792_generated", "shape": null, "area": 0.64, "streetlevel": 1075.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1075.0, "distance_right": 4.6804125381191257e-07, "index_right": 2799, "nodeid": "1388980.313578_5866180.958424", "id": "1388980.313578_5866180.958424", "name": "manhole_2792_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388980.313578315777704, 5866180.958424345590174 ] } }, -{ "type": "Feature", "properties": { "_index": 2791, "bedlevel": 1072.0, "branchid": "pipe_49_E206;pipe_49_E207", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2793_generated", "shape": null, "area": 0.64, "streetlevel": 1075.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1075.0, "distance_right": 5.0644946756573003e-07, "index_right": 2800, "nodeid": "1388930.525071_5866178.257773", "id": "1388930.525071_5866178.257773", "name": "manhole_2793_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388930.525071348063648, 5866178.257772631943226 ] } }, -{ "type": "Feature", "properties": { "_index": 2792, "bedlevel": 1071.0999755859375, "branchid": "pipe_49_E207;pipe_49_E208", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2794_generated", "shape": null, "area": 0.64, "streetlevel": 1074.0999755859375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1074.0999755859375, "distance_right": 3.891727817833842e-07, "index_right": 2801, "nodeid": "1388880.736564_5866175.557121", "id": "1388880.736564_5866175.557121", "name": "manhole_2794_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388880.736564380349591, 5866175.557120918296278 ] } }, -{ "type": "Feature", "properties": { "_index": 2793, "bedlevel": 1071.0999755859375, "branchid": "pipe_49_E208;pipe_49_E209", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2795_generated", "shape": null, "area": 0.64, "streetlevel": 1074.0999755859375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1074.0999755859375, "distance_right": 4.606508242010698e-07, "index_right": 2802, "nodeid": "1388830.948057_5866172.856469", "id": "1388830.948057_5866172.856469", "name": "manhole_2795_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388830.948057412635535, 5866172.856469204649329 ] } }, -{ "type": "Feature", "properties": { "_index": 2794, "bedlevel": 1050.800048828125, "branchid": "pipe_49_E209;pipe_49_E210", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2796_generated", "shape": null, "area": 0.64, "streetlevel": 1053.800048828125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1053.800048828125, "distance_right": 6.6246701218026935e-07, "index_right": 2803, "nodeid": "1388781.159550_5866170.155817", "id": "1388781.159550_5866170.155817", "name": "manhole_2796_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388781.159550444921479, 5866170.155817491002381 ] } }, -{ "type": "Feature", "properties": { "_index": 2795, "bedlevel": 1050.800048828125, "branchid": "pipe_49_E210;pipe_49_E211", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2797_generated", "shape": null, "area": 0.64, "streetlevel": 1053.800048828125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1053.800048828125, "distance_right": 5.2665221097907886e-07, "index_right": 2804, "nodeid": "1388731.371043_5866167.455166", "id": "1388731.371043_5866167.455166", "name": "manhole_2797_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388731.371043477207422, 5866167.455165777355433 ] } }, -{ "type": "Feature", "properties": { "_index": 2796, "bedlevel": 1014.0, "branchid": "pipe_49_E211;pipe_49_E212", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2798_generated", "shape": null, "area": 0.64, "streetlevel": 1017.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1017.0, "distance_right": 4.9464501735930622e-07, "index_right": 2805, "nodeid": "1388681.582537_5866164.754514", "id": "1388681.582537_5866164.754514", "name": "manhole_2798_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388681.582536509493366, 5866164.754514063708484 ] } }, -{ "type": "Feature", "properties": { "_index": 2797, "bedlevel": 1014.0, "branchid": "pipe_49_E212;pipe_49_E213", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2799_generated", "shape": null, "area": 0.64, "streetlevel": 1017.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1017.0, "distance_right": 5.7651354540620896e-07, "index_right": 2806, "nodeid": "1388631.794030_5866162.053862", "id": "1388631.794030_5866162.053862", "name": "manhole_2799_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388631.79402954201214, 5866162.053862350061536 ] } }, -{ "type": "Feature", "properties": { "_index": 2798, "bedlevel": 970.20001220703125, "branchid": "pipe_49_E213;pipe_49_E214", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2800_generated", "shape": null, "area": 0.64, "streetlevel": 973.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 973.20001220703125, "distance_right": 5.59529580956339e-07, "index_right": 2807, "nodeid": "1388582.005523_5866159.353211", "id": "1388582.005523_5866159.353211", "name": "manhole_2800_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388582.005522574298084, 5866159.353210636414587 ] } }, -{ "type": "Feature", "properties": { "_index": 2799, "bedlevel": 970.20001220703125, "branchid": "pipe_49_E214;pipe_49_E215", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2801_generated", "shape": null, "area": 0.64, "streetlevel": 973.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 973.20001220703125, "distance_right": 4.0100467111343551e-07, "index_right": 2808, "nodeid": "1388532.217016_5866156.652559", "id": "1388532.217016_5866156.652559", "name": "manhole_2801_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388532.217015606584027, 5866156.652558922767639 ] } }, -{ "type": "Feature", "properties": { "_index": 2800, "bedlevel": 932.20001220703125, "branchid": "pipe_49_E215;pipe_49_E216", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2802_generated", "shape": null, "area": 0.64, "streetlevel": 935.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 935.20001220703125, "distance_right": 4.1751416682829823e-07, "index_right": 2809, "nodeid": "1388482.428509_5866153.951907", "id": "1388482.428509_5866153.951907", "name": "manhole_2802_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388482.428508638869971, 5866153.951907209120691 ] } }, -{ "type": "Feature", "properties": { "_index": 2801, "bedlevel": 932.20001220703125, "branchid": "pipe_49_E216;pipe_49_E217", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2803_generated", "shape": null, "area": 0.64, "streetlevel": 935.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 935.20001220703125, "distance_right": 5.9538979466596884e-07, "index_right": 2810, "nodeid": "1388432.640002_5866151.251255", "id": "1388432.640002_5866151.251255", "name": "manhole_2803_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388432.640001671155915, 5866151.251255496405065 ] } }, -{ "type": "Feature", "properties": { "_index": 2802, "bedlevel": 892.79998779296875, "branchid": "pipe_49_E217;pipe_49_E218", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2804_generated", "shape": null, "area": 0.64, "streetlevel": 895.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 895.79998779296875, "distance_right": 3.6752595508223165e-07, "index_right": 2811, "nodeid": "1388382.851495_5866148.550604", "id": "1388382.851495_5866148.550604", "name": "manhole_2804_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388382.851494703441858, 5866148.550603782758117 ] } }, -{ "type": "Feature", "properties": { "_index": 2803, "bedlevel": 849.60003662109375, "branchid": "pipe_49_E218;pipe_49_E219", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2805_generated", "shape": null, "area": 0.64, "streetlevel": 852.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 852.60003662109375, "distance_right": 2.7287632239397937e-07, "index_right": 2812, "nodeid": "1388333.062988_5866145.849952", "id": "1388333.062988_5866145.849952", "name": "manhole_2805_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388333.062987735960633, 5866145.849952069111168 ] } }, -{ "type": "Feature", "properties": { "_index": 2804, "bedlevel": 849.60003662109375, "branchid": "pipe_49_E219;pipe_49_E220", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2806_generated", "shape": null, "area": 0.64, "streetlevel": 852.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 852.60003662109375, "distance_right": 4.2454476447716075e-07, "index_right": 2813, "nodeid": "1388283.274481_5866143.149300", "id": "1388283.274481_5866143.149300", "name": "manhole_2806_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388283.274480768246576, 5866143.14930035546422 ] } }, -{ "type": "Feature", "properties": { "_index": 2805, "bedlevel": 815.4000244140625, "branchid": "pipe_49_E220;pipe_49_E221", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2807_generated", "shape": null, "area": 0.64, "streetlevel": 818.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 818.4000244140625, "distance_right": 4.1034041195368685e-07, "index_right": 2814, "nodeid": "1388233.485974_5866140.448649", "id": "1388233.485974_5866140.448649", "name": "manhole_2807_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388233.48597380053252, 5866140.448648641817272 ] } }, -{ "type": "Feature", "properties": { "_index": 2806, "bedlevel": 815.4000244140625, "branchid": "pipe_49_E221;pipe_52_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2808_generated", "shape": null, "area": 0.64, "streetlevel": 818.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 818.4000244140625, "distance_right": 1.8190436988416221e-07, "index_right": 2815, "nodeid": "1388183.697467_5866137.747997", "id": "1388183.697467_5866137.747997", "name": "manhole_2808_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388183.697466832818463, 5866137.747996928170323 ] } }, -{ "type": "Feature", "properties": { "_index": 2807, "bedlevel": 791.70001220703125, "branchid": "pipe_50_E0;pipe_50_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2809_generated", "shape": null, "area": 0.64, "streetlevel": 794.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 794.70001220703125, "distance_right": 5.9866458985618213e-08, "index_right": 2816, "nodeid": "1387925.204459_5865784.545683", "id": "1387925.204459_5865784.545683", "name": "manhole_2809_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387925.20445894007571, 5865784.545682998374104 ] } }, -{ "type": "Feature", "properties": { "_index": 2808, "bedlevel": 801.4000244140625, "branchid": "pipe_50_E1;pipe_50_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2810_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 3.4867001082566627e-07, "index_right": 2817, "nodeid": "1387937.211691_5865832.252126", "id": "1387937.211691_5865832.252126", "name": "manhole_2810_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387937.21169110503979, 5865832.252126332372427 ] } }, -{ "type": "Feature", "properties": { "_index": 2809, "bedlevel": 801.4000244140625, "branchid": "pipe_50_E2;pipe_50_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2811_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 3.2490020949153345e-07, "index_right": 2818, "nodeid": "1387954.827088_5865878.043408", "id": "1387954.827088_5865878.043408", "name": "manhole_2811_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387954.8270876808092, 5865878.043407939374447 ] } }, -{ "type": "Feature", "properties": { "_index": 2810, "bedlevel": 801.4000244140625, "branchid": "pipe_50_E3;pipe_50_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2812_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 3.9004074068770563e-07, "index_right": 2819, "nodeid": "1387967.620662_5865925.436967", "id": "1387967.620662_5865925.436967", "name": "manhole_2812_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387967.620662312954664, 5865925.436966767534614 ] } }, -{ "type": "Feature", "properties": { "_index": 2811, "bedlevel": 775.20001220703125, "branchid": "pipe_50_E4;pipe_50_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2813_generated", "shape": null, "area": 0.64, "streetlevel": 778.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.20001220703125, "distance_right": 3.6606967785989592e-07, "index_right": 2820, "nodeid": "1387969.561903_5865974.386314", "id": "1387969.561903_5865974.386314", "name": "manhole_2813_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387969.561903131194413, 5865974.386314341798425 ] } }, -{ "type": "Feature", "properties": { "_index": 2812, "bedlevel": 775.20001220703125, "branchid": "pipe_50_E5;pipe_50_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2814_generated", "shape": null, "area": 0.64, "streetlevel": 778.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.20001220703125, "distance_right": 2.676742433793445e-07, "index_right": 2821, "nodeid": "1387968.982558_5866023.571072", "id": "1387968.982558_5866023.571072", "name": "manhole_2814_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387968.98255812516436, 5866023.571071763522923 ] } }, -{ "type": "Feature", "properties": { "_index": 2813, "bedlevel": 775.20001220703125, "branchid": "pipe_50_E6;pipe_50_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2815_generated", "shape": null, "area": 0.64, "streetlevel": 778.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.20001220703125, "distance_right": 4.3598829608959754e-07, "index_right": 2822, "nodeid": "1387969.225197_5866072.657253", "id": "1387969.225197_5866072.657253", "name": "manhole_2815_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387969.225197304505855, 5866072.657253311946988 ] } }, -{ "type": "Feature", "properties": { "_index": 2814, "bedlevel": 783.29998779296875, "branchid": "pipe_50_E7;pipe_50_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2816_generated", "shape": null, "area": 0.64, "streetlevel": 786.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.29998779296875, "distance_right": 4.7751884879743965e-07, "index_right": 2823, "nodeid": "1387988.247400_5866112.298415", "id": "1387988.247400_5866112.298415", "name": "manhole_2816_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387988.247399942483753, 5866112.298415473662317 ] } }, -{ "type": "Feature", "properties": { "_index": 2815, "bedlevel": 783.29998779296875, "branchid": "pipe_50_E8;pipe_51_E0;pipe_52_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2817_generated", "shape": null, "area": 0.64, "streetlevel": 786.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.29998779296875, "distance_right": 3.4258060355880119e-07, "index_right": 2824, "nodeid": "1388034.037428_5866130.255608", "id": "1388034.037428_5866130.255608", "name": "manhole_2817_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388034.037428337847814, 5866130.255607943050563 ] } }, -{ "type": "Feature", "properties": { "_index": 2816, "bedlevel": 783.29998779296875, "branchid": "pipe_51_E0;pipe_51_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2818_generated", "shape": null, "area": 0.64, "streetlevel": 786.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.29998779296875, "distance_right": 6.4243645308526241e-07, "index_right": 2825, "nodeid": "1387988.210685_5866144.678138", "id": "1387988.210685_5866144.678138", "name": "manhole_2818_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387988.210684564430267, 5866144.678138472139835 ] } }, -{ "type": "Feature", "properties": { "_index": 2817, "bedlevel": 800.9000244140625, "branchid": "pipe_51_E1;pipe_51_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2819_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 1.3903011605945694e-07, "index_right": 2826, "nodeid": "1387944.406121_5866164.065103", "id": "1387944.406121_5866164.065103", "name": "manhole_2819_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387944.406121137319133, 5866164.065103021450341 ] } }, -{ "type": "Feature", "properties": { "_index": 2818, "bedlevel": 800.9000244140625, "branchid": "pipe_51_E2;pipe_51_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2820_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 1.9915718645449805e-07, "index_right": 2827, "nodeid": "1387898.376188_5866173.560076", "id": "1387898.376188_5866173.560076", "name": "manhole_2820_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387898.376188111724332, 5866173.560075835324824 ] } }, -{ "type": "Feature", "properties": { "_index": 2819, "bedlevel": 824.70001220703125, "branchid": "pipe_51_E3;pipe_51_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2821_generated", "shape": null, "area": 0.64, "streetlevel": 827.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.70001220703125, "distance_right": 5.0607040580195112e-07, "index_right": 2828, "nodeid": "1387861.922561_5866145.113870", "id": "1387861.922561_5866145.113870", "name": "manhole_2821_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387861.922560503939167, 5866145.113870099186897 ] } }, -{ "type": "Feature", "properties": { "_index": 2820, "bedlevel": 824.70001220703125, "branchid": "pipe_51_E4;pipe_51_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2822_generated", "shape": null, "area": 0.64, "streetlevel": 827.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.70001220703125, "distance_right": 4.3784946248219545e-07, "index_right": 2829, "nodeid": "1387862.597009_5866099.287654", "id": "1387862.597009_5866099.287654", "name": "manhole_2822_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387862.597008766839281, 5866099.287653629668057 ] } }, -{ "type": "Feature", "properties": { "_index": 2821, "bedlevel": 813.70001220703125, "branchid": "pipe_51_E5;pipe_51_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2823_generated", "shape": null, "area": 0.64, "streetlevel": 816.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.70001220703125, "distance_right": 4.2940434915154824e-07, "index_right": 2830, "nodeid": "1387894.296242_5866064.312252", "id": "1387894.296242_5866064.312252", "name": "manhole_2823_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387894.296242429409176, 5866064.31225199252367 ] } }, -{ "type": "Feature", "properties": { "_index": 2822, "bedlevel": 813.70001220703125, "branchid": "pipe_51_E6;pipe_51_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2824_generated", "shape": null, "area": 0.64, "streetlevel": 816.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.70001220703125, "distance_right": 5.291142332498509e-07, "index_right": 2831, "nodeid": "1387918.333023_5866023.860150", "id": "1387918.333023_5866023.860150", "name": "manhole_2824_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387918.333023339277133, 5866023.860149594023824 ] } }, -{ "type": "Feature", "properties": { "_index": 2823, "bedlevel": 813.70001220703125, "branchid": "pipe_51_E7;pipe_51_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2825_generated", "shape": null, "area": 0.64, "streetlevel": 816.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.70001220703125, "distance_right": 4.1160348816863167e-07, "index_right": 2832, "nodeid": "1387925.576027_5865976.462518", "id": "1387925.576027_5865976.462518", "name": "manhole_2825_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387925.576027213362977, 5865976.462517648003995 ] } }, -{ "type": "Feature", "properties": { "_index": 2824, "bedlevel": 801.4000244140625, "branchid": "pipe_51_E8;pipe_51_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2826_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 2.6634696055791994e-07, "index_right": 2833, "nodeid": "1387926.166852_5865928.505293", "id": "1387926.166852_5865928.505293", "name": "manhole_2826_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387926.166851800866425, 5865928.505292822606862 ] } }, -{ "type": "Feature", "properties": { "_index": 2825, "bedlevel": 801.4000244140625, "branchid": "pipe_51_E9;pipe_51_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2827_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 2.9363738265143579e-07, "index_right": 2834, "nodeid": "1387922.175475_5865880.628694", "id": "1387922.175475_5865880.628694", "name": "manhole_2827_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387922.175474973395467, 5865880.628693707287312 ] } }, -{ "type": "Feature", "properties": { "_index": 2826, "bedlevel": 801.4000244140625, "branchid": "pipe_51_E10;pipe_51_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2828_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 4.3245670675986009e-07, "index_right": 2835, "nodeid": "1387918.184098_5865832.752095", "id": "1387918.184098_5865832.752095", "name": "manhole_2828_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387918.184098146157339, 5865832.752094592899084 ] } }, -{ "type": "Feature", "properties": { "_index": 2827, "bedlevel": 791.70001220703125, "branchid": "pipe_51_E11;pipe_51_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2829_generated", "shape": null, "area": 0.64, "streetlevel": 794.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 794.70001220703125, "distance_right": 4.0146728020930125e-07, "index_right": 2836, "nodeid": "1387914.316890_5865784.868878", "id": "1387914.316890_5865784.868878", "name": "manhole_2829_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387914.316889721900225, 5865784.868878290057182 ] } }, -{ "type": "Feature", "properties": { "_index": 2829, "bedlevel": 800.9000244140625, "branchid": "pipe_52_E0;pipe_52_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2830_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 3.4123100246825885e-07, "index_right": 2837, "nodeid": "1388133.810787_5866135.250534", "id": "1388133.810787_5866135.250534", "name": "manhole_2830_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388133.810787334572524, 5866135.250533932819963 ] } }, -{ "type": "Feature", "properties": { "_index": 2830, "bedlevel": 800.9000244140625, "branchid": "pipe_52_E1;pipe_52_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_2831_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 1.7505891844349512e-07, "index_right": 2838, "nodeid": "1388083.924108_5866132.753071", "id": "1388083.924108_5866132.753071", "name": "manhole_2831_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388083.924107836093754, 5866132.753070938400924 ] } } +{ "type": "Feature", "properties": { "_index": 167, "bedlevel": 1109.5, "branchid": "pipe_8_E140", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_161_generated", "shape": null, "area": 0.64, "streetlevel": 1112.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1112.5, "distance_right": 5.8166784782944824e-07, "index_right": 168, "nodeid": "1393846.866743_5859166.301538", "id": "1393846.866743_5859166.301538", "name": "manhole_161_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1393846.866742686368525, 5859166.301538489758968 ] } }, +{ "type": "Feature", "properties": { "_index": 168, "bedlevel": 965.29998779296875, "branchid": "pipe_9_E1045", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_162_generated", "shape": null, "area": 0.64, "streetlevel": 968.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 968.29998779296875, "distance_right": 6.2550722664998962e-07, "index_right": 169, "nodeid": "1388521.257593_5855362.027613", "id": "1388521.257593_5855362.027613", "name": "manhole_162_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388521.257592596346512, 5855362.027613477781415 ] } }, +{ "type": "Feature", "properties": { "_index": 168, "bedlevel": 965.29998779296875, "branchid": "pipe_9_E1045;pipe_9_E1046", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_163_generated", "shape": null, "area": 0.64, "streetlevel": 968.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 968.29998779296875, "distance_right": 2.491232398801703e-07, "index_right": 170, "nodeid": "1388472.030307_5855370.543776", "id": "1388472.030307_5855370.543776", "name": "manhole_163_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388472.030306826578453, 5855370.543775821104646 ] } }, +{ "type": "Feature", "properties": { "_index": 169, "bedlevel": 965.29998779296875, "branchid": "pipe_9_E1046;pipe_9_E1047", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_164_generated", "shape": null, "area": 0.64, "streetlevel": 968.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 968.29998779296875, "distance_right": 3.4109458847801294e-07, "index_right": 171, "nodeid": "1388439.000347_5855407.802593", "id": "1388439.000347_5855407.802593", "name": "manhole_164_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388439.000347282737494, 5855407.802592809312046 ] } }, +{ "type": "Feature", "properties": { "_index": 170, "bedlevel": 961.5, "branchid": "pipe_9_E1047;pipe_9_E1048", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_165_generated", "shape": null, "area": 0.64, "streetlevel": 964.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 964.5, "distance_right": 5.0422802117576567e-07, "index_right": 172, "nodeid": "1388400.196092_5855436.014135", "id": "1388400.196092_5855436.014135", "name": "manhole_165_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388400.196091859601438, 5855436.014134516008198 ] } }, +{ "type": "Feature", "properties": { "_index": 171, "bedlevel": 961.5, "branchid": "pipe_9_E1048;pipe_9_E1049", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_166_generated", "shape": null, "area": 0.64, "streetlevel": 964.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 964.5, "distance_right": 3.5808361406298709e-07, "index_right": 173, "nodeid": "1388351.338236_5855446.634319", "id": "1388351.338236_5855446.634319", "name": "manhole_166_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388351.33823574683629, 5855446.634319253265858 ] } }, +{ "type": "Feature", "properties": { "_index": 172, "bedlevel": 978.9000244140625, "branchid": "pipe_9_E1049;pipe_9_E1050", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_167_generated", "shape": null, "area": 0.64, "streetlevel": 981.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 981.9000244140625, "distance_right": 1.5594874151965919e-07, "index_right": 174, "nodeid": "1388301.961882_5855453.847478", "id": "1388301.961882_5855453.847478", "name": "manhole_167_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388301.961881892289966, 5855453.847477887757123 ] } }, +{ "type": "Feature", "properties": { "_index": 173, "bedlevel": 978.9000244140625, "branchid": "pipe_9_E1050;pipe_9_E1051", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_168_generated", "shape": null, "area": 0.64, "streetlevel": 981.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 981.9000244140625, "distance_right": 5.2900597904754769e-07, "index_right": 175, "nodeid": "1388252.297577_5855451.260453", "id": "1388252.297577_5855451.260453", "name": "manhole_168_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388252.297577269142494, 5855451.260453455150127 ] } }, +{ "type": "Feature", "properties": { "_index": 174, "bedlevel": 970.70001220703125, "branchid": "pipe_9_E1051;pipe_9_E1052", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_169_generated", "shape": null, "area": 0.64, "streetlevel": 973.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 973.70001220703125, "distance_right": 4.3128380993449448e-07, "index_right": 176, "nodeid": "1388202.479660_5855455.508815", "id": "1388202.479660_5855455.508815", "name": "manhole_169_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388202.479659734526649, 5855455.508814659900963 ] } }, +{ "type": "Feature", "properties": { "_index": 175, "bedlevel": 958.70001220703125, "branchid": "pipe_9_E1052;pipe_9_E1053", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_170_generated", "shape": null, "area": 0.64, "streetlevel": 961.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 961.70001220703125, "distance_right": 6.5691209318399445e-07, "index_right": 177, "nodeid": "1388152.683455_5855460.015516", "id": "1388152.683455_5855460.015516", "name": "manhole_170_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388152.683455461403355, 5855460.015516467392445 ] } }, +{ "type": "Feature", "properties": { "_index": 176, "bedlevel": 958.70001220703125, "branchid": "pipe_9_E1053;pipe_9_E1054", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_171_generated", "shape": null, "area": 0.64, "streetlevel": 961.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 961.70001220703125, "distance_right": 2.006546320325504e-07, "index_right": 178, "nodeid": "1388104.622612_5855473.253734", "id": "1388104.622612_5855473.253734", "name": "manhole_171_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388104.622611842118204, 5855473.253733876161277 ] } }, +{ "type": "Feature", "properties": { "_index": 177, "bedlevel": 942.79998779296875, "branchid": "pipe_9_E1054;pipe_9_E1055", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_172_generated", "shape": null, "area": 0.64, "streetlevel": 945.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 945.79998779296875, "distance_right": 5.4215854007679352e-07, "index_right": 179, "nodeid": "1388057.005634_5855488.445189", "id": "1388057.005634_5855488.445189", "name": "manhole_172_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388057.00563437351957, 5855488.445189393125474 ] } }, +{ "type": "Feature", "properties": { "_index": 178, "bedlevel": 942.79998779296875, "branchid": "pipe_9_E1055;pipe_9_E1056", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_173_generated", "shape": null, "area": 0.64, "streetlevel": 945.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 945.79998779296875, "distance_right": 6.3206294299772168e-07, "index_right": 180, "nodeid": "1388011.292357_5855508.700276", "id": "1388011.292357_5855508.700276", "name": "manhole_173_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388011.292356542311609, 5855508.700276436284184 ] } }, +{ "type": "Feature", "properties": { "_index": 179, "bedlevel": 942.79998779296875, "branchid": "pipe_9_E1056;pipe_9_E1057", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_174_generated", "shape": null, "area": 0.64, "streetlevel": 945.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 945.79998779296875, "distance_right": 5.3811609627278667e-07, "index_right": 181, "nodeid": "1387969.221703_5855535.246165", "id": "1387969.221703_5855535.246165", "name": "manhole_174_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387969.221702651120722, 5855535.246164590120316 ] } }, +{ "type": "Feature", "properties": { "_index": 180, "bedlevel": 927.79998779296875, "branchid": "pipe_9_E1057;pipe_9_E1058", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_175_generated", "shape": null, "area": 0.64, "streetlevel": 930.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 930.79998779296875, "distance_right": 3.5287172046738913e-07, "index_right": 182, "nodeid": "1387935.863196_5855572.491062", "id": "1387935.863196_5855572.491062", "name": "manhole_175_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387935.863196024205536, 5855572.491061648353934 ] } }, +{ "type": "Feature", "properties": { "_index": 181, "bedlevel": 954.10003662109375, "branchid": "pipe_9_E1058;pipe_9_E1059", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_176_generated", "shape": null, "area": 0.64, "streetlevel": 957.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 957.10003662109375, "distance_right": 3.4948996437128579e-07, "index_right": 183, "nodeid": "1387904.610232_5855611.432585", "id": "1387904.610232_5855611.432585", "name": "manhole_176_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387904.610231971368194, 5855611.432584651745856 ] } }, +{ "type": "Feature", "properties": { "_index": 182, "bedlevel": 944.4000244140625, "branchid": "pipe_9_E1059;pipe_9_E1060", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_177_generated", "shape": null, "area": 0.64, "streetlevel": 947.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 947.4000244140625, "distance_right": 3.5311037385386945e-07, "index_right": 184, "nodeid": "1387869.335365_5855646.852918", "id": "1387869.335365_5855646.852918", "name": "manhole_177_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387869.335365027422085, 5855646.852918352000415 ] } }, +{ "type": "Feature", "properties": { "_index": 183, "bedlevel": 944.4000244140625, "branchid": "pipe_9_E1060;pipe_9_E1061", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_178_generated", "shape": null, "area": 0.64, "streetlevel": 947.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 947.4000244140625, "distance_right": 2.4558777189375542e-07, "index_right": 185, "nodeid": "1387831.783289_5855679.735664", "id": "1387831.783289_5855679.735664", "name": "manhole_178_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387831.783288773847744, 5855679.735664095729589 ] } }, +{ "type": "Feature", "properties": { "_index": 184, "bedlevel": 944.4000244140625, "branchid": "pipe_9_E1061;pipe_9_E1062", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_179_generated", "shape": null, "area": 0.64, "streetlevel": 947.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 947.4000244140625, "distance_right": 4.6498657917073899e-07, "index_right": 186, "nodeid": "1387791.509416_5855708.923280", "id": "1387791.509416_5855708.923280", "name": "manhole_179_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387791.509416193468496, 5855708.923279576934874 ] } }, +{ "type": "Feature", "properties": { "_index": 185, "bedlevel": 930.29998779296875, "branchid": "pipe_9_E1062;pipe_9_E1063", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_180_generated", "shape": null, "area": 0.64, "streetlevel": 933.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 933.29998779296875, "distance_right": 2.8252183007269098e-07, "index_right": 187, "nodeid": "1387742.459817_5855717.213658", "id": "1387742.459817_5855717.213658", "name": "manhole_180_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387742.459816947113723, 5855717.213657722808421 ] } }, +{ "type": "Feature", "properties": { "_index": 186, "bedlevel": 930.29998779296875, "branchid": "pipe_9_E1063;pipe_9_E1064", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_181_generated", "shape": null, "area": 0.64, "streetlevel": 933.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 933.29998779296875, "distance_right": 3.5363288221426471e-07, "index_right": 188, "nodeid": "1387692.500367_5855718.495404", "id": "1387692.500367_5855718.495404", "name": "manhole_181_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387692.500367184402421, 5855718.495403698645532 ] } }, +{ "type": "Feature", "properties": { "_index": 187, "bedlevel": 908.10003662109375, "branchid": "pipe_9_E1064;pipe_9_E1065", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_182_generated", "shape": null, "area": 0.64, "streetlevel": 911.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 911.10003662109375, "distance_right": 4.9034736079246513e-07, "index_right": 189, "nodeid": "1387642.500798_5855718.619679", "id": "1387642.500798_5855718.619679", "name": "manhole_182_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387642.500798417022452, 5855718.61967874225229 ] } }, +{ "type": "Feature", "properties": { "_index": 188, "bedlevel": 884.70001220703125, "branchid": "pipe_9_E1065;pipe_9_E1066", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_183_generated", "shape": null, "area": 0.64, "streetlevel": 887.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 887.70001220703125, "distance_right": 4.1118188309736872e-07, "index_right": 190, "nodeid": "1387592.501230_5855718.743954", "id": "1387592.501230_5855718.743954", "name": "manhole_183_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387592.501229649642482, 5855718.743953784927726 ] } }, +{ "type": "Feature", "properties": { "_index": 189, "bedlevel": 884.70001220703125, "branchid": "pipe_9_E1066;pipe_9_E1067", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_184_generated", "shape": null, "area": 0.64, "streetlevel": 887.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 887.70001220703125, "distance_right": 2.0872277033035481e-07, "index_right": 191, "nodeid": "1387542.501661_5855718.868229", "id": "1387542.501661_5855718.868229", "name": "manhole_184_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387542.501660882262513, 5855718.868228827603161 ] } }, +{ "type": "Feature", "properties": { "_index": 190, "bedlevel": 899.9000244140625, "branchid": "pipe_9_E1067;pipe_9_E1068", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_185_generated", "shape": null, "area": 0.64, "streetlevel": 902.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 902.9000244140625, "distance_right": 5.0275511809117188e-07, "index_right": 192, "nodeid": "1387492.651410_5855720.815255", "id": "1387492.651410_5855720.815255", "name": "manhole_185_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387492.651409652316943, 5855720.815255363471806 ] } }, +{ "type": "Feature", "properties": { "_index": 191, "bedlevel": 899.9000244140625, "branchid": "pipe_9_E1068;pipe_9_E1069", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_186_generated", "shape": null, "area": 0.64, "streetlevel": 902.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 902.9000244140625, "distance_right": 4.0143784259993902e-07, "index_right": 193, "nodeid": "1387448.867237_5855742.752517", "id": "1387448.867237_5855742.752517", "name": "manhole_186_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387448.867236748570576, 5855742.752516686916351 ] } }, +{ "type": "Feature", "properties": { "_index": 192, "bedlevel": 883.20001220703125, "branchid": "pipe_9_E1069;pipe_9_E1070", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_187_generated", "shape": null, "area": 0.64, "streetlevel": 886.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 886.20001220703125, "distance_right": 5.0383308575468889e-07, "index_right": 194, "nodeid": "1387402.432745_5855761.091834", "id": "1387402.432745_5855761.091834", "name": "manhole_187_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387402.432745414320379, 5855761.091833713464439 ] } }, +{ "type": "Feature", "properties": { "_index": 193, "bedlevel": 883.20001220703125, "branchid": "pipe_9_E1070;pipe_9_E1071", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_188_generated", "shape": null, "area": 0.64, "streetlevel": 886.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 886.20001220703125, "distance_right": 6.1468436428462281e-07, "index_right": 195, "nodeid": "1387355.687973_5855778.837216", "id": "1387355.687973_5855778.837216", "name": "manhole_188_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387355.687973388005048, 5855778.837216476909816 ] } }, +{ "type": "Feature", "properties": { "_index": 194, "bedlevel": 876.4000244140625, "branchid": "pipe_9_E1071;pipe_9_E1072", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_189_generated", "shape": null, "area": 0.64, "streetlevel": 879.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 879.4000244140625, "distance_right": 4.3414225157022518e-07, "index_right": 196, "nodeid": "1387308.943201_5855796.582599", "id": "1387308.943201_5855796.582599", "name": "manhole_189_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387308.943201361689717, 5855796.582599240355194 ] } }, +{ "type": "Feature", "properties": { "_index": 195, "bedlevel": 876.4000244140625, "branchid": "pipe_9_E1072;pipe_9_E1073", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_190_generated", "shape": null, "area": 0.64, "streetlevel": 879.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 879.4000244140625, "distance_right": 5.7963084690905175e-07, "index_right": 197, "nodeid": "1387262.861614_5855815.656713", "id": "1387262.861614_5855815.656713", "name": "manhole_190_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387262.861613623332232, 5855815.656713440082967 ] } }, +{ "type": "Feature", "properties": { "_index": 196, "bedlevel": 870.29998779296875, "branchid": "pipe_9_E1073;pipe_9_E1074", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_191_generated", "shape": null, "area": 0.64, "streetlevel": 873.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 873.29998779296875, "distance_right": 3.5155299271124064e-07, "index_right": 198, "nodeid": "1387224.059019_5855846.996292", "id": "1387224.059019_5855846.996292", "name": "manhole_191_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387224.059019178850576, 5855846.996291697025299 ] } }, +{ "type": "Feature", "properties": { "_index": 197, "bedlevel": 935.9000244140625, "branchid": "pipe_9_E1074;pipe_9_E1075", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_192_generated", "shape": null, "area": 0.64, "streetlevel": 938.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 938.9000244140625, "distance_right": 2.5239529085654171e-07, "index_right": 199, "nodeid": "1387180.719125_5855870.194652", "id": "1387180.719125_5855870.194652", "name": "manhole_192_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387180.719124856637791, 5855870.194651792757213 ] } }, +{ "type": "Feature", "properties": { "_index": 198, "bedlevel": 929.79998779296875, "branchid": "pipe_9_E1075;pipe_9_E1076", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_193_generated", "shape": null, "area": 0.64, "streetlevel": 932.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 932.79998779296875, "distance_right": 6.3377412160898568e-07, "index_right": 200, "nodeid": "1387131.003996_5855874.064550", "id": "1387131.003996_5855874.064550", "name": "manhole_193_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387131.003996425773948, 5855874.064550469629467 ] } }, +{ "type": "Feature", "properties": { "_index": 199, "bedlevel": 929.79998779296875, "branchid": "pipe_9_E1076;pipe_9_E1077", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_194_generated", "shape": null, "area": 0.64, "streetlevel": 932.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 932.79998779296875, "distance_right": 3.1656748918229132e-07, "index_right": 201, "nodeid": "1387081.098878_5855871.158614", "id": "1387081.098878_5855871.158614", "name": "manhole_194_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387081.098878284916282, 5855871.158613862469792 ] } }, +{ "type": "Feature", "properties": { "_index": 200, "bedlevel": 913.79998779296875, "branchid": "pipe_9_E1077;pipe_9_E1078", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_195_generated", "shape": null, "area": 0.64, "streetlevel": 916.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 916.79998779296875, "distance_right": 2.831909844189002e-07, "index_right": 202, "nodeid": "1387031.198060_5855868.015261", "id": "1387031.198060_5855868.015261", "name": "manhole_195_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387031.198060098802671, 5855868.015261265449226 ] } }, +{ "type": "Feature", "properties": { "_index": 201, "bedlevel": 913.79998779296875, "branchid": "pipe_9_E1078;pipe_9_E1079", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_196_generated", "shape": null, "area": 0.64, "streetlevel": 916.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 916.79998779296875, "distance_right": 3.4381447680653237e-07, "index_right": 203, "nodeid": "1386981.297242_5855864.871909", "id": "1386981.297242_5855864.871909", "name": "manhole_196_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386981.297241912456229, 5855864.871908667497337 ] } }, +{ "type": "Feature", "properties": { "_index": 202, "bedlevel": 888.79998779296875, "branchid": "pipe_9_E1079;pipe_9_E1080", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_197_generated", "shape": null, "area": 0.64, "streetlevel": 891.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 891.79998779296875, "distance_right": 4.0001585263297416e-07, "index_right": 204, "nodeid": "1386931.471473_5855860.718020", "id": "1386931.471473_5855860.718020", "name": "manhole_197_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386931.47147326474078, 5855860.718019699677825 ] } }, +{ "type": "Feature", "properties": { "_index": 203, "bedlevel": 888.79998779296875, "branchid": "pipe_9_E1080;pipe_9_E1081", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_198_generated", "shape": null, "area": 0.64, "streetlevel": 891.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 891.79998779296875, "distance_right": 2.4718676670200831e-07, "index_right": 205, "nodeid": "1386881.600664_5855857.577048", "id": "1386881.600664_5855857.577048", "name": "manhole_198_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386881.600663758814335, 5855857.577047945931554 ] } }, +{ "type": "Feature", "properties": { "_index": 204, "bedlevel": 854.10003662109375, "branchid": "pipe_9_E1081;pipe_9_E1082", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_199_generated", "shape": null, "area": 0.64, "streetlevel": 857.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 857.10003662109375, "distance_right": 2.9128081306257761e-07, "index_right": 206, "nodeid": "1386832.545594_5855864.100992", "id": "1386832.545594_5855864.100992", "name": "manhole_199_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386832.545593914575875, 5855864.100992278195918 ] } }, +{ "type": "Feature", "properties": { "_index": 205, "bedlevel": 854.10003662109375, "branchid": "pipe_9_E1082;pipe_9_E1083", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_200_generated", "shape": null, "area": 0.64, "streetlevel": 857.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 857.10003662109375, "distance_right": 5.9499673960858676e-07, "index_right": 207, "nodeid": "1386787.067649_5855884.403254", "id": "1386787.067649_5855884.403254", "name": "manhole_200_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386787.06764860637486, 5855884.403254445642233 ] } }, +{ "type": "Feature", "properties": { "_index": 206, "bedlevel": 818.29998779296875, "branchid": "pipe_9_E1083;pipe_9_E1084", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_201_generated", "shape": null, "area": 0.64, "streetlevel": 821.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 821.29998779296875, "distance_right": 4.2555588649120384e-07, "index_right": 208, "nodeid": "1386748.278359_5855915.544586", "id": "1386748.278359_5855915.544586", "name": "manhole_201_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386748.278358669718727, 5855915.544586268253624 ] } }, +{ "type": "Feature", "properties": { "_index": 207, "bedlevel": 818.29998779296875, "branchid": "pipe_9_E1084;pipe_9_E1085", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_202_generated", "shape": null, "area": 0.64, "streetlevel": 821.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 821.29998779296875, "distance_right": 2.4685857327161614e-07, "index_right": 209, "nodeid": "1386721.155420_5855957.124279", "id": "1386721.155420_5855957.124279", "name": "manhole_202_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386721.155419877264649, 5855957.124278785660863 ] } }, +{ "type": "Feature", "properties": { "_index": 208, "bedlevel": 863.0, "branchid": "pipe_9_E1085;pipe_9_E1086", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_203_generated", "shape": null, "area": 0.64, "streetlevel": 866.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 866.0, "distance_right": 2.8019898345367699e-07, "index_right": 210, "nodeid": "1386707.750366_5856004.850833", "id": "1386707.750366_5856004.850833", "name": "manhole_203_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386707.750365849817172, 5856004.850832763127983 ] } }, +{ "type": "Feature", "properties": { "_index": 209, "bedlevel": 863.0, "branchid": "pipe_9_E1086;pipe_9_E1087", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_204_generated", "shape": null, "area": 0.64, "streetlevel": 866.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 866.0, "distance_right": 1.6853915390145023e-07, "index_right": 211, "nodeid": "1386699.832476_5856054.133604", "id": "1386699.832476_5856054.133604", "name": "manhole_204_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386699.832475832896307, 5856054.133603978902102 ] } }, +{ "type": "Feature", "properties": { "_index": 210, "bedlevel": 863.0, "branchid": "pipe_9_E1087;pipe_9_E1088", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_205_generated", "shape": null, "area": 0.64, "streetlevel": 866.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 866.0, "distance_right": 2.7790305142427269e-07, "index_right": 212, "nodeid": "1386697.095561_5856103.986880", "id": "1386697.095561_5856103.986880", "name": "manhole_205_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386697.095561265014112, 5856103.986880083568394 ] } }, +{ "type": "Feature", "properties": { "_index": 211, "bedlevel": 881.79998779296875, "branchid": "pipe_9_E1088;pipe_9_E1089", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_206_generated", "shape": null, "area": 0.64, "streetlevel": 884.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 884.79998779296875, "distance_right": 9.6871259171155416e-08, "index_right": 213, "nodeid": "1386699.401159_5856153.933417", "id": "1386699.401159_5856153.933417", "name": "manhole_206_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386699.401158998254687, 5856153.933416903018951 ] } }, +{ "type": "Feature", "properties": { "_index": 212, "bedlevel": 881.79998779296875, "branchid": "pipe_9_E1089;pipe_9_E1090", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_207_generated", "shape": null, "area": 0.64, "streetlevel": 884.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 884.79998779296875, "distance_right": 3.3371584559582528e-07, "index_right": 214, "nodeid": "1386715.699191_5856201.197658", "id": "1386715.699191_5856201.197658", "name": "manhole_207_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386715.699191288091242, 5856201.197657831013203 ] } }, +{ "type": "Feature", "properties": { "_index": 213, "bedlevel": 881.79998779296875, "branchid": "pipe_9_E1090;pipe_9_E1091", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_208_generated", "shape": null, "area": 0.64, "streetlevel": 884.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 884.79998779296875, "distance_right": 3.0366052469250063e-07, "index_right": 215, "nodeid": "1386741.121204_5856244.100117", "id": "1386741.121204_5856244.100117", "name": "manhole_208_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386741.121203816728666, 5856244.100116757676005 ] } }, +{ "type": "Feature", "properties": { "_index": 214, "bedlevel": 912.9000244140625, "branchid": "pipe_9_E1091;pipe_9_E1092", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_209_generated", "shape": null, "area": 0.64, "streetlevel": 915.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 915.9000244140625, "distance_right": 5.1144535471282637e-07, "index_right": 216, "nodeid": "1386774.051379_5856281.577651", "id": "1386774.051379_5856281.577651", "name": "manhole_209_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386774.051378605188802, 5856281.577651324681938 ] } }, +{ "type": "Feature", "properties": { "_index": 215, "bedlevel": 912.9000244140625, "branchid": "pipe_9_E1092;pipe_9_E1093", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_210_generated", "shape": null, "area": 0.64, "streetlevel": 915.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 915.9000244140625, "distance_right": 3.3487951427448095e-07, "index_right": 217, "nodeid": "1386811.583792_5856314.587093", "id": "1386811.583792_5856314.587093", "name": "manhole_210_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386811.583791718119755, 5856314.587093180976808 ] } }, +{ "type": "Feature", "properties": { "_index": 216, "bedlevel": 912.9000244140625, "branchid": "pipe_9_E1093;pipe_9_E1094", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_211_generated", "shape": null, "area": 0.64, "streetlevel": 915.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 915.9000244140625, "distance_right": 5.1367843572055332e-07, "index_right": 218, "nodeid": "1386839.378956_5856356.087350", "id": "1386839.378956_5856356.087350", "name": "manhole_211_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386839.378956499742344, 5856356.087350118905306 ] } }, +{ "type": "Feature", "properties": { "_index": 217, "bedlevel": 906.9000244140625, "branchid": "pipe_9_E1094;pipe_9_E1095", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_212_generated", "shape": null, "area": 0.64, "streetlevel": 909.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 909.9000244140625, "distance_right": 5.187509063779675e-07, "index_right": 219, "nodeid": "1386855.653892_5856403.364182", "id": "1386855.653892_5856403.364182", "name": "manhole_212_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386855.653891535941511, 5856403.364181768149137 ] } }, +{ "type": "Feature", "properties": { "_index": 218, "bedlevel": 906.9000244140625, "branchid": "pipe_9_E1095;pipe_9_E1096", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_213_generated", "shape": null, "area": 0.64, "streetlevel": 909.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 909.9000244140625, "distance_right": 8.9501807475047818e-08, "index_right": 220, "nodeid": "1386875.714554_5856449.116946", "id": "1386875.714554_5856449.116946", "name": "manhole_213_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386875.714553950354457, 5856449.116945925168693 ] } }, +{ "type": "Feature", "properties": { "_index": 219, "bedlevel": 906.9000244140625, "branchid": "pipe_9_E1096;pipe_9_E1097", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_214_generated", "shape": null, "area": 0.64, "streetlevel": 909.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 909.9000244140625, "distance_right": 3.7253492332524094e-07, "index_right": 221, "nodeid": "1386912.179653_5856482.939191", "id": "1386912.179653_5856482.939191", "name": "manhole_214_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386912.179653002182022, 5856482.939191372133791 ] } }, +{ "type": "Feature", "properties": { "_index": 220, "bedlevel": 906.9000244140625, "branchid": "pipe_9_E1097;pipe_9_E1098", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_215_generated", "shape": null, "area": 0.64, "streetlevel": 909.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 909.9000244140625, "distance_right": 3.9641753867010345e-07, "index_right": 222, "nodeid": "1386944.191176_5856520.270726", "id": "1386944.191176_5856520.270726", "name": "manhole_215_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386944.191176384687424, 5856520.270725904032588 ] } }, +{ "type": "Feature", "properties": { "_index": 221, "bedlevel": 908.79998779296875, "branchid": "pipe_9_E1098;pipe_9_E1099", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_216_generated", "shape": null, "area": 0.64, "streetlevel": 911.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 911.79998779296875, "distance_right": 3.0347837754102234e-07, "index_right": 223, "nodeid": "1386964.188513_5856566.025076", "id": "1386964.188513_5856566.025076", "name": "manhole_216_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386964.188513180473819, 5856566.025075756013393 ] } }, +{ "type": "Feature", "properties": { "_index": 222, "bedlevel": 908.79998779296875, "branchid": "pipe_9_E1099;pipe_9_E1100", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_217_generated", "shape": null, "area": 0.64, "streetlevel": 911.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 911.79998779296875, "distance_right": 5.6084818431140973e-07, "index_right": 224, "nodeid": "1386998.825215_5856599.261942", "id": "1386998.825215_5856599.261942", "name": "manhole_217_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386998.825215350603685, 5856599.261941562406719 ] } }, +{ "type": "Feature", "properties": { "_index": 223, "bedlevel": 929.0, "branchid": "pipe_9_E1100;pipe_9_E1101", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_218_generated", "shape": null, "area": 0.64, "streetlevel": 932.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 932.0, "distance_right": 3.735616577513179e-07, "index_right": 225, "nodeid": "1387044.828527_5856618.849378", "id": "1387044.828527_5856618.849378", "name": "manhole_218_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387044.828526843106374, 5856618.849377661012113 ] } }, +{ "type": "Feature", "properties": { "_index": 224, "bedlevel": 929.0, "branchid": "pipe_9_E1101;pipe_9_E1102", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_219_generated", "shape": null, "area": 0.64, "streetlevel": 932.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 932.0, "distance_right": 4.1213424511758264e-07, "index_right": 226, "nodeid": "1387090.831838_5856638.436814", "id": "1387090.831838_5856638.436814", "name": "manhole_219_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387090.831838335609064, 5856638.43681376054883 ] } }, +{ "type": "Feature", "properties": { "_index": 225, "bedlevel": 946.9000244140625, "branchid": "pipe_9_E1102;pipe_9_E1103", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_220_generated", "shape": null, "area": 0.64, "streetlevel": 949.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 949.9000244140625, "distance_right": 2.2222059697487855e-07, "index_right": 227, "nodeid": "1387136.835150_5856658.024250", "id": "1387136.835150_5856658.024250", "name": "manhole_220_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387136.835149827878922, 5856658.024249859154224 ] } }, +{ "type": "Feature", "properties": { "_index": 226, "bedlevel": 921.4000244140625, "branchid": "pipe_9_E1103;pipe_9_E1104", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_221_generated", "shape": null, "area": 0.64, "streetlevel": 924.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 924.4000244140625, "distance_right": 5.4986578490835315e-07, "index_right": 228, "nodeid": "1387178.671980_5856685.128790", "id": "1387178.671980_5856685.128790", "name": "manhole_221_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387178.671980312326923, 5856685.128790453076363 ] } }, +{ "type": "Feature", "properties": { "_index": 227, "bedlevel": 921.4000244140625, "branchid": "pipe_9_E1104;pipe_9_E1105", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_222_generated", "shape": null, "area": 0.64, "streetlevel": 924.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 924.4000244140625, "distance_right": 4.3358267338019524e-07, "index_right": 229, "nodeid": "1387217.700536_5856716.320353", "id": "1387217.700536_5856716.320353", "name": "manhole_222_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387217.700535611249506, 5856716.320352808572352 ] } }, +{ "type": "Feature", "properties": { "_index": 228, "bedlevel": 937.0, "branchid": "pipe_9_E1105;pipe_9_E1106", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_223_generated", "shape": null, "area": 0.64, "streetlevel": 940.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 940.0, "distance_right": 6.2336673131863649e-07, "index_right": 230, "nodeid": "1387252.016687_5856752.649443", "id": "1387252.016687_5856752.649443", "name": "manhole_223_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387252.016686553368345, 5856752.649443434551358 ] } }, +{ "type": "Feature", "properties": { "_index": 229, "bedlevel": 937.0, "branchid": "pipe_9_E1106;pipe_9_E1107", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_224_generated", "shape": null, "area": 0.64, "streetlevel": 940.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 940.0, "distance_right": 6.6799533663431727e-07, "index_right": 231, "nodeid": "1387284.798919_5856790.190160", "id": "1387284.798919_5856790.190160", "name": "manhole_224_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387284.798919493798167, 5856790.190159549936652 ] } }, +{ "type": "Feature", "properties": { "_index": 230, "bedlevel": 891.29998779296875, "branchid": "pipe_9_E1107;pipe_9_E1108", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_225_generated", "shape": null, "area": 0.64, "streetlevel": 894.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 894.29998779296875, "distance_right": 5.7531995052493763e-07, "index_right": 232, "nodeid": "1387273.050185_5856831.931571", "id": "1387273.050185_5856831.931571", "name": "manhole_225_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387273.050185391213745, 5856831.931571422144771 ] } }, +{ "type": "Feature", "properties": { "_index": 231, "bedlevel": 888.5, "branchid": "pipe_9_E1108;pipe_9_E1109", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_226_generated", "shape": null, "area": 0.64, "streetlevel": 891.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 891.5, "distance_right": 4.1743411269132557e-07, "index_right": 233, "nodeid": "1387226.106990_5856849.145193", "id": "1387226.106990_5856849.145193", "name": "manhole_226_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387226.106990416301414, 5856849.145192969590425 ] } }, +{ "type": "Feature", "properties": { "_index": 232, "bedlevel": 888.5, "branchid": "pipe_9_E1109;pipe_9_E1110", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_227_generated", "shape": null, "area": 0.64, "streetlevel": 891.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 891.5, "distance_right": 6.552938118098987e-07, "index_right": 234, "nodeid": "1387179.163795_5856866.358815", "id": "1387179.163795_5856866.358815", "name": "manhole_227_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387179.163795441389084, 5856866.358814516104758 ] } }, +{ "type": "Feature", "properties": { "_index": 233, "bedlevel": 878.0, "branchid": "pipe_9_E1110;pipe_9_E1111", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_228_generated", "shape": null, "area": 0.64, "streetlevel": 881.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 881.0, "distance_right": 4.7110155232047406e-07, "index_right": 235, "nodeid": "1387132.220600_5856883.572436", "id": "1387132.220600_5856883.572436", "name": "manhole_228_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387132.220600466709584, 5856883.572436063550413 ] } }, +{ "type": "Feature", "properties": { "_index": 234, "bedlevel": 878.0, "branchid": "pipe_9_E1111;pipe_9_E1112", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_229_generated", "shape": null, "area": 0.64, "streetlevel": 881.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 881.0, "distance_right": 4.5292742057497235e-07, "index_right": 236, "nodeid": "1387091.513160_5856911.129931", "id": "1387091.513160_5856911.129931", "name": "manhole_229_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387091.513159692520276, 5856911.129930667579174 ] } }, +{ "type": "Feature", "properties": { "_index": 235, "bedlevel": 878.0, "branchid": "pipe_9_E1112;pipe_9_E1113", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_230_generated", "shape": null, "area": 0.64, "streetlevel": 881.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 881.0, "distance_right": 4.9429945647716522e-07, "index_right": 237, "nodeid": "1387071.007118_5856956.155595", "id": "1387071.007118_5856956.155595", "name": "manhole_230_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387071.007118243258446, 5856956.15559543017298 ] } }, +{ "type": "Feature", "properties": { "_index": 236, "bedlevel": 878.0, "branchid": "pipe_9_E1113;pipe_9_E1114", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_231_generated", "shape": null, "area": 0.64, "streetlevel": 881.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 881.0, "distance_right": 1.6586957023213196e-07, "index_right": 238, "nodeid": "1387043.749112_5856996.689189", "id": "1387043.749112_5856996.689189", "name": "manhole_231_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387043.749112035380676, 5856996.689189162105322 ] } }, +{ "type": "Feature", "properties": { "_index": 237, "bedlevel": 853.5, "branchid": "pipe_9_E1114;pipe_9_E1115", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_232_generated", "shape": null, "area": 0.64, "streetlevel": 856.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 856.5, "distance_right": 3.8972706268118116e-07, "index_right": 239, "nodeid": "1387004.639444_5857027.840532", "id": "1387004.639444_5857027.840532", "name": "manhole_232_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387004.639443967491388, 5857027.840532388538122 ] } }, +{ "type": "Feature", "properties": { "_index": 238, "bedlevel": 853.5, "branchid": "pipe_9_E1115;pipe_9_E1116", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_233_generated", "shape": null, "area": 0.64, "streetlevel": 856.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 856.5, "distance_right": 3.9655125764235331e-07, "index_right": 240, "nodeid": "1386965.529776_5857058.991876", "id": "1386965.529776_5857058.991876", "name": "manhole_233_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386965.529775899834931, 5857058.991875615902245 ] } }, +{ "type": "Feature", "properties": { "_index": 239, "bedlevel": 853.5, "branchid": "pipe_9_E1116;pipe_9_E1117", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_234_generated", "shape": null, "area": 0.64, "streetlevel": 856.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 856.5, "distance_right": 2.748546764829618e-07, "index_right": 241, "nodeid": "1386926.702535_5857090.440240", "id": "1386926.702535_5857090.440240", "name": "manhole_234_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386926.702535050921142, 5857090.440239730291069 ] } }, +{ "type": "Feature", "properties": { "_index": 240, "bedlevel": 853.5, "branchid": "pipe_9_E1117;pipe_9_E1118", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_235_generated", "shape": null, "area": 0.64, "streetlevel": 856.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 856.5, "distance_right": 1.2768484294624656e-07, "index_right": 242, "nodeid": "1386899.700980_5857131.871505", "id": "1386899.700980_5857131.871505", "name": "manhole_235_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386899.700979894958436, 5857131.871505072340369 ] } }, +{ "type": "Feature", "properties": { "_index": 241, "bedlevel": 853.5, "branchid": "pipe_9_E1118;pipe_9_E1119", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_236_generated", "shape": null, "area": 0.64, "streetlevel": 856.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 856.5, "distance_right": 1.5272838380511377e-07, "index_right": 243, "nodeid": "1386903.626394_5857181.005935", "id": "1386903.626394_5857181.005935", "name": "manhole_236_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386903.6263940166682, 5857181.005935152061284 ] } }, +{ "type": "Feature", "properties": { "_index": 242, "bedlevel": 864.29998779296875, "branchid": "pipe_9_E1119;pipe_9_E1120", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_237_generated", "shape": null, "area": 0.64, "streetlevel": 867.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 867.29998779296875, "distance_right": 3.2024778037221965e-07, "index_right": 244, "nodeid": "1386920.841402_5857227.857345", "id": "1386920.841402_5857227.857345", "name": "manhole_237_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386920.841401966754347, 5857227.85734468139708 ] } }, +{ "type": "Feature", "properties": { "_index": 243, "bedlevel": 864.29998779296875, "branchid": "pipe_9_E1120;pipe_9_E1121", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_238_generated", "shape": null, "area": 0.64, "streetlevel": 867.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 867.29998779296875, "distance_right": 5.1321625639033407e-07, "index_right": 245, "nodeid": "1386940.647245_5857273.767048", "id": "1386940.647245_5857273.767048", "name": "manhole_238_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386940.647245415020734, 5857273.767048302106559 ] } }, +{ "type": "Feature", "properties": { "_index": 244, "bedlevel": 876.0, "branchid": "pipe_9_E1121;pipe_9_E1122", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_239_generated", "shape": null, "area": 0.64, "streetlevel": 879.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 879.0, "distance_right": 1.5727567798101456e-07, "index_right": 246, "nodeid": "1386960.453089_5857319.676752", "id": "1386960.453089_5857319.676752", "name": "manhole_239_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386960.453088863519952, 5857319.676751921884716 ] } }, +{ "type": "Feature", "properties": { "_index": 245, "bedlevel": 881.5, "branchid": "pipe_9_E1122;pipe_9_E1123", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_240_generated", "shape": null, "area": 0.64, "streetlevel": 884.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 884.5, "distance_right": 5.5344274981313694e-07, "index_right": 247, "nodeid": "1386980.258932_5857365.586456", "id": "1386980.258932_5857365.586456", "name": "manhole_240_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386980.258932311786339, 5857365.586455542594194 ] } }, +{ "type": "Feature", "properties": { "_index": 246, "bedlevel": 881.5, "branchid": "pipe_9_E1123;pipe_9_E1124", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_241_generated", "shape": null, "area": 0.64, "streetlevel": 884.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 884.5, "distance_right": 2.8943349532980884e-07, "index_right": 248, "nodeid": "1387000.064776_5857411.496159", "id": "1387000.064776_5857411.496159", "name": "manhole_241_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387000.064775760285556, 5857411.496159162372351 ] } }, +{ "type": "Feature", "properties": { "_index": 247, "bedlevel": 881.5, "branchid": "pipe_9_E1124;pipe_9_E1125", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_242_generated", "shape": null, "area": 0.64, "streetlevel": 884.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 884.5, "distance_right": 1.5183128884474304e-07, "index_right": 249, "nodeid": "1387007.528902_5857459.537025", "id": "1387007.528902_5857459.537025", "name": "manhole_242_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387007.528902114601806, 5857459.537025099620223 ] } }, +{ "type": "Feature", "properties": { "_index": 248, "bedlevel": 890.20001220703125, "branchid": "pipe_9_E1125;pipe_9_E1126", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_243_generated", "shape": null, "area": 0.64, "streetlevel": 893.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 893.20001220703125, "distance_right": 3.2273594401468987e-07, "index_right": 250, "nodeid": "1386963.216765_5857476.629049", "id": "1386963.216765_5857476.629049", "name": "manhole_243_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386963.21676475298591, 5857476.629049208015203 ] } }, +{ "type": "Feature", "properties": { "_index": 249, "bedlevel": 890.70001220703125, "branchid": "pipe_9_E1126;pipe_9_E1127", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_244_generated", "shape": null, "area": 0.64, "streetlevel": 893.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 893.70001220703125, "distance_right": 4.1073674898211013e-07, "index_right": 251, "nodeid": "1386913.783934_5857484.135434", "id": "1386913.783934_5857484.135434", "name": "manhole_244_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386913.783934087026864, 5857484.135433598421514 ] } }, +{ "type": "Feature", "properties": { "_index": 250, "bedlevel": 890.70001220703125, "branchid": "pipe_9_E1127;pipe_9_E1128", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_245_generated", "shape": null, "area": 0.64, "streetlevel": 893.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 893.70001220703125, "distance_right": 3.5443776076362833e-07, "index_right": 252, "nodeid": "1386870.539328_5857507.055612", "id": "1386870.539328_5857507.055612", "name": "manhole_245_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386870.539328352315351, 5857507.055611960589886 ] } }, +{ "type": "Feature", "properties": { "_index": 251, "bedlevel": 886.70001220703125, "branchid": "pipe_9_E1128;pipe_9_E1129", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_246_generated", "shape": null, "area": 0.64, "streetlevel": 889.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 889.70001220703125, "distance_right": 2.5526777072037769e-07, "index_right": 253, "nodeid": "1386832.820274_5857539.877027", "id": "1386832.820274_5857539.877027", "name": "manhole_246_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386832.820274166297168, 5857539.877026806585491 ] } }, +{ "type": "Feature", "properties": { "_index": 252, "bedlevel": 886.70001220703125, "branchid": "pipe_9_E1129;pipe_9_E1130", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_247_generated", "shape": null, "area": 0.64, "streetlevel": 889.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 889.70001220703125, "distance_right": 1.5366822481155396e-07, "index_right": 254, "nodeid": "1386795.101532_5857572.698800", "id": "1386795.101532_5857572.698800", "name": "manhole_247_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386795.101531907683238, 5857572.698800123296678 ] } }, +{ "type": "Feature", "properties": { "_index": 253, "bedlevel": 869.4000244140625, "branchid": "pipe_9_E1130;pipe_9_E1131", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_248_generated", "shape": null, "area": 0.64, "streetlevel": 872.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 872.4000244140625, "distance_right": 3.7786232856336934e-07, "index_right": 255, "nodeid": "1386758.257366_5857606.496797", "id": "1386758.257366_5857606.496797", "name": "manhole_248_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386758.257366374600679, 5857606.496797049418092 ] } }, +{ "type": "Feature", "properties": { "_index": 254, "bedlevel": 869.4000244140625, "branchid": "pipe_9_E1131;pipe_9_E1132", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_249_generated", "shape": null, "area": 0.64, "streetlevel": 872.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 872.4000244140625, "distance_right": 3.2795260285698398e-07, "index_right": 256, "nodeid": "1386721.502390_5857640.394349", "id": "1386721.502390_5857640.394349", "name": "manhole_249_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386721.502390186069533, 5857640.394349270500243 ] } }, +{ "type": "Feature", "properties": { "_index": 255, "bedlevel": 869.4000244140625, "branchid": "pipe_9_E1132;pipe_9_E1133", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_250_generated", "shape": null, "area": 0.64, "streetlevel": 872.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 872.4000244140625, "distance_right": 4.6900674597777131e-07, "index_right": 257, "nodeid": "1386691.639095_5857680.292891", "id": "1386691.639095_5857680.292891", "name": "manhole_250_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386691.639095245627686, 5857680.292891399934888 ] } }, +{ "type": "Feature", "properties": { "_index": 256, "bedlevel": 857.70001220703125, "branchid": "pipe_9_E1133;pipe_9_E1134", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_251_generated", "shape": null, "area": 0.64, "streetlevel": 860.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 860.70001220703125, "distance_right": 3.3192243792747955e-07, "index_right": 258, "nodeid": "1386663.127201_5857721.366520", "id": "1386663.127201_5857721.366520", "name": "manhole_251_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386663.127201205352321, 5857721.366519738920033 ] } }, +{ "type": "Feature", "properties": { "_index": 257, "bedlevel": 861.10003662109375, "branchid": "pipe_9_E1134;pipe_9_E1135", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_252_generated", "shape": null, "area": 0.64, "streetlevel": 864.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 864.10003662109375, "distance_right": 5.2146766921896017e-07, "index_right": 259, "nodeid": "1386634.707845_5857762.504246", "id": "1386634.707845_5857762.504246", "name": "manhole_252_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386634.70784462057054, 5857762.504245642572641 ] } }, +{ "type": "Feature", "properties": { "_index": 258, "bedlevel": 861.10003662109375, "branchid": "pipe_9_E1135;pipe_9_E1136", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_253_generated", "shape": null, "area": 0.64, "streetlevel": 864.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 864.10003662109375, "distance_right": 4.5498759751961357e-07, "index_right": 260, "nodeid": "1386606.288488_5857803.641972", "id": "1386606.288488_5857803.641972", "name": "manhole_253_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386606.28848803602159, 5857803.64197154622525 ] } }, +{ "type": "Feature", "properties": { "_index": 259, "bedlevel": 861.10003662109375, "branchid": "pipe_9_E1136;pipe_9_E1137", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_254_generated", "shape": null, "area": 0.64, "streetlevel": 864.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 864.10003662109375, "distance_right": 2.5699989460409016e-07, "index_right": 261, "nodeid": "1386577.851668_5857844.766918", "id": "1386577.851668_5857844.766918", "name": "manhole_254_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386577.851668093586341, 5857844.766917760483921 ] } }, +{ "type": "Feature", "properties": { "_index": 260, "bedlevel": 833.10003662109375, "branchid": "pipe_9_E1137;pipe_9_E1138", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_255_generated", "shape": null, "area": 0.64, "streetlevel": 836.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 836.10003662109375, "distance_right": 4.6245863146990199e-07, "index_right": 262, "nodeid": "1386559.479124_5857890.340474", "id": "1386559.479124_5857890.340474", "name": "manhole_255_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386559.479123871540651, 5857890.340473555959761 ] } }, +{ "type": "Feature", "properties": { "_index": 261, "bedlevel": 833.10003662109375, "branchid": "pipe_9_E1138;pipe_9_E1139", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_256_generated", "shape": null, "area": 0.64, "streetlevel": 836.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 836.10003662109375, "distance_right": 5.021981574989325e-07, "index_right": 263, "nodeid": "1386576.858566_5857935.633446", "id": "1386576.858566_5857935.633446", "name": "manhole_256_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386576.858566463226452, 5857935.633445805869997 ] } }, +{ "type": "Feature", "properties": { "_index": 262, "bedlevel": 851.9000244140625, "branchid": "pipe_9_E1139;pipe_9_E1140", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_257_generated", "shape": null, "area": 0.64, "streetlevel": 854.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 854.9000244140625, "distance_right": 4.9781434926194598e-07, "index_right": 264, "nodeid": "1386619.073707_5857961.189545", "id": "1386619.073707_5857961.189545", "name": "manhole_257_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386619.073707325849682, 5857961.189545376226306 ] } }, +{ "type": "Feature", "properties": { "_index": 263, "bedlevel": 851.9000244140625, "branchid": "pipe_9_E1140;pipe_9_E1141", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_258_generated", "shape": null, "area": 0.64, "streetlevel": 854.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 854.9000244140625, "distance_right": 5.8796597557960585e-07, "index_right": 265, "nodeid": "1386664.860783_5857981.277063", "id": "1386664.860783_5857981.277063", "name": "manhole_258_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386664.860782509436831, 5857981.27706332411617 ] } }, +{ "type": "Feature", "properties": { "_index": 264, "bedlevel": 868.60003662109375, "branchid": "pipe_9_E1141;pipe_9_E1142", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_259_generated", "shape": null, "area": 0.64, "streetlevel": 871.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 871.60003662109375, "distance_right": 2.1920383756110676e-07, "index_right": 266, "nodeid": "1386710.721603_5858001.195835", "id": "1386710.721603_5858001.195835", "name": "manhole_259_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386710.721602912992239, 5858001.195835201069713 ] } }, +{ "type": "Feature", "properties": { "_index": 265, "bedlevel": 862.10003662109375, "branchid": "pipe_9_E1142;pipe_9_E1143", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_260_generated", "shape": null, "area": 0.64, "streetlevel": 865.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 865.10003662109375, "distance_right": 3.2639501446625323e-07, "index_right": 267, "nodeid": "1386756.582423_5858021.114607", "id": "1386756.582423_5858021.114607", "name": "manhole_260_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386756.582423316547647, 5858021.114607078954577 ] } }, +{ "type": "Feature", "properties": { "_index": 266, "bedlevel": 861.70001220703125, "branchid": "pipe_9_E1143;pipe_9_E1144", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_261_generated", "shape": null, "area": 0.64, "streetlevel": 864.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 864.70001220703125, "distance_right": 2.8312244562798407e-07, "index_right": 268, "nodeid": "1386802.443244_5858041.033379", "id": "1386802.443244_5858041.033379", "name": "manhole_261_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386802.443243720103055, 5858041.033378956839442 ] } }, +{ "type": "Feature", "properties": { "_index": 267, "bedlevel": 861.70001220703125, "branchid": "pipe_9_E1144;pipe_9_E1145", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_262_generated", "shape": null, "area": 0.64, "streetlevel": 864.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 864.70001220703125, "distance_right": 2.0605511963367462e-07, "index_right": 269, "nodeid": "1386848.304064_5858060.952151", "id": "1386848.304064_5858060.952151", "name": "manhole_262_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386848.304064123658463, 5858060.952150834724307 ] } }, +{ "type": "Feature", "properties": { "_index": 268, "bedlevel": 856.20001220703125, "branchid": "pipe_9_E1145;pipe_9_E1146", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_263_generated", "shape": null, "area": 0.64, "streetlevel": 859.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 859.20001220703125, "distance_right": 2.7649861880441913e-07, "index_right": 270, "nodeid": "1386892.843548_5858083.471455", "id": "1386892.843548_5858083.471455", "name": "manhole_263_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386892.843548113014549, 5858083.471454747952521 ] } }, +{ "type": "Feature", "properties": { "_index": 269, "bedlevel": 856.20001220703125, "branchid": "pipe_9_E1146;pipe_9_E1147", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_264_generated", "shape": null, "area": 0.64, "streetlevel": 859.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 859.20001220703125, "distance_right": 3.0590260754863043e-07, "index_right": 271, "nodeid": "1386931.443848_5858115.251782", "id": "1386931.443848_5858115.251782", "name": "manhole_264_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386931.443847785238177, 5858115.251781782135367 ] } }, +{ "type": "Feature", "properties": { "_index": 270, "bedlevel": 850.60003662109375, "branchid": "pipe_9_E1147;pipe_9_E1148", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_265_generated", "shape": null, "area": 0.64, "streetlevel": 853.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 853.60003662109375, "distance_right": 4.9236673697818464e-07, "index_right": 272, "nodeid": "1386970.044147_5858147.032109", "id": "1386970.044147_5858147.032109", "name": "manhole_265_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386970.044147457228974, 5858147.032108817249537 ] } }, +{ "type": "Feature", "properties": { "_index": 271, "bedlevel": 850.60003662109375, "branchid": "pipe_9_E1148;pipe_9_E1149", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_266_generated", "shape": null, "area": 0.64, "streetlevel": 853.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 853.60003662109375, "distance_right": 1.9738985949682692e-07, "index_right": 273, "nodeid": "1387008.644447_5858178.812436", "id": "1387008.644447_5858178.812436", "name": "manhole_266_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387008.644447129452601, 5858178.812435851432383 ] } }, +{ "type": "Feature", "properties": { "_index": 272, "bedlevel": 839.4000244140625, "branchid": "pipe_9_E1149;pipe_9_E1150", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_267_generated", "shape": null, "area": 0.64, "streetlevel": 842.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 842.4000244140625, "distance_right": 2.2880903617256829e-07, "index_right": 274, "nodeid": "1387047.244747_5858210.592763", "id": "1387047.244747_5858210.592763", "name": "manhole_267_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387047.244746801443398, 5858210.592762886546552 ] } }, +{ "type": "Feature", "properties": { "_index": 273, "bedlevel": 839.4000244140625, "branchid": "pipe_9_E1150;pipe_9_E1151", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_268_generated", "shape": null, "area": 0.64, "streetlevel": 842.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 842.4000244140625, "distance_right": 4.8014827367443299e-07, "index_right": 275, "nodeid": "1387085.845046_5858242.373090", "id": "1387085.845046_5858242.373090", "name": "manhole_268_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387085.845046473667026, 5858242.373089920729399 ] } }, +{ "type": "Feature", "properties": { "_index": 274, "bedlevel": 839.4000244140625, "branchid": "pipe_9_E1151;pipe_9_E1152", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_269_generated", "shape": null, "area": 0.64, "streetlevel": 842.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 842.4000244140625, "distance_right": 1.5218292481899163e-07, "index_right": 276, "nodeid": "1387124.445346_5858274.153417", "id": "1387124.445346_5858274.153417", "name": "manhole_269_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387124.445346145657822, 5858274.153416955843568 ] } }, +{ "type": "Feature", "properties": { "_index": 275, "bedlevel": 824.60003662109375, "branchid": "pipe_9_E1152;pipe_9_E1153", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_270_generated", "shape": null, "area": 0.64, "streetlevel": 827.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.60003662109375, "distance_right": 1.8236154538895495e-07, "index_right": 277, "nodeid": "1387163.045646_5858305.933744", "id": "1387163.045646_5858305.933744", "name": "manhole_270_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387163.04564581788145, 5858305.933743990026414 ] } }, +{ "type": "Feature", "properties": { "_index": 276, "bedlevel": 824.60003662109375, "branchid": "pipe_9_E1153;pipe_9_E1154", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_271_generated", "shape": null, "area": 0.64, "streetlevel": 827.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.60003662109375, "distance_right": 1.9809660257622753e-07, "index_right": 278, "nodeid": "1387201.829349_5858337.489215", "id": "1387201.829349_5858337.489215", "name": "manhole_271_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387201.829349192325026, 5858337.489215047098696 ] } }, +{ "type": "Feature", "properties": { "_index": 277, "bedlevel": 834.60003662109375, "branchid": "pipe_9_E1154;pipe_9_E1155", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_272_generated", "shape": null, "area": 0.64, "streetlevel": 837.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 837.60003662109375, "distance_right": 3.1535765417261081e-07, "index_right": 279, "nodeid": "1387246.200623_5858359.687652", "id": "1387246.200623_5858359.687652", "name": "manhole_272_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387246.200623227981851, 5858359.687651782296598 ] } }, +{ "type": "Feature", "properties": { "_index": 278, "bedlevel": 834.60003662109375, "branchid": "pipe_9_E1155;pipe_9_E1156", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_273_generated", "shape": null, "area": 0.64, "streetlevel": 837.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 837.60003662109375, "distance_right": 3.7290166354514342e-07, "index_right": 280, "nodeid": "1387293.201938_5858376.741939", "id": "1387293.201938_5858376.741939", "name": "manhole_273_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387293.201938283629715, 5858376.741938757710159 ] } }, +{ "type": "Feature", "properties": { "_index": 279, "bedlevel": 840.79998779296875, "branchid": "pipe_9_E1156;pipe_9_E1157", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_274_generated", "shape": null, "area": 0.64, "streetlevel": 843.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 843.79998779296875, "distance_right": 4.6077813805798978e-07, "index_right": 281, "nodeid": "1387334.200528_5858401.732468", "id": "1387334.200528_5858401.732468", "name": "manhole_274_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387334.200528149493039, 5858401.732468435540795 ] } }, +{ "type": "Feature", "properties": { "_index": 280, "bedlevel": 819.60003662109375, "branchid": "pipe_9_E1157;pipe_9_E1158", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_275_generated", "shape": null, "area": 0.64, "streetlevel": 822.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 822.60003662109375, "distance_right": 8.5382524018633532e-08, "index_right": 282, "nodeid": "1387307.843875_5858437.110806", "id": "1387307.843875_5858437.110806", "name": "manhole_275_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387307.843875054037198, 5858437.110805934295058 ] } }, +{ "type": "Feature", "properties": { "_index": 281, "bedlevel": 819.60003662109375, "branchid": "pipe_9_E1158;pipe_9_E1159", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_276_generated", "shape": null, "area": 0.64, "streetlevel": 822.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 822.60003662109375, "distance_right": 4.2349814041677047e-07, "index_right": 283, "nodeid": "1387260.279569_5858425.045736", "id": "1387260.279569_5858425.045736", "name": "manhole_276_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387260.279569417703897, 5858425.045736069791019 ] } }, +{ "type": "Feature", "properties": { "_index": 282, "bedlevel": 824.60003662109375, "branchid": "pipe_9_E1159;pipe_9_E1160", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_277_generated", "shape": null, "area": 0.64, "streetlevel": 827.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.60003662109375, "distance_right": 1.9456452023223653e-07, "index_right": 284, "nodeid": "1387211.448235_5858414.300555", "id": "1387211.448235_5858414.300555", "name": "manhole_277_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387211.448235018178821, 5858414.300554806366563 ] } }, +{ "type": "Feature", "properties": { "_index": 283, "bedlevel": 824.60003662109375, "branchid": "pipe_9_E1160;pipe_9_E1161", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_278_generated", "shape": null, "area": 0.64, "streetlevel": 827.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.60003662109375, "distance_right": 5.9301123926818533e-07, "index_right": 285, "nodeid": "1387162.612192_5858403.576135", "id": "1387162.612192_5858403.576135", "name": "manhole_278_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387162.612191663123667, 5858403.576134512200952 ] } }, +{ "type": "Feature", "properties": { "_index": 284, "bedlevel": 819.29998779296875, "branchid": "pipe_9_E1161;pipe_9_E1162", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_279_generated", "shape": null, "area": 0.64, "streetlevel": 822.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 822.29998779296875, "distance_right": 4.6731291105077109e-07, "index_right": 286, "nodeid": "1387113.700151_5858393.210483", "id": "1387113.700151_5858393.210483", "name": "manhole_279_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387113.700150535441935, 5858393.210482948459685 ] } }, +{ "type": "Feature", "properties": { "_index": 285, "bedlevel": 819.29998779296875, "branchid": "pipe_9_E1162;pipe_9_E1163", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_280_generated", "shape": null, "area": 0.64, "streetlevel": 822.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 822.29998779296875, "distance_right": 4.0153296690850306e-07, "index_right": 287, "nodeid": "1387064.993171_5858381.975642", "id": "1387064.993171_5858381.975642", "name": "manhole_280_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387064.993171223672107, 5858381.975642333738506 ] } }, +{ "type": "Feature", "properties": { "_index": 286, "bedlevel": 824.79998779296875, "branchid": "pipe_9_E1163;pipe_9_E1164", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_281_generated", "shape": null, "area": 0.64, "streetlevel": 827.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.79998779296875, "distance_right": 4.0215514115362912e-07, "index_right": 288, "nodeid": "1387015.796387_5858376.342008", "id": "1387015.796387_5858376.342008", "name": "manhole_281_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387015.796386598376557, 5858376.342007979750633 ] } }, +{ "type": "Feature", "properties": { "_index": 287, "bedlevel": 824.79998779296875, "branchid": "pipe_9_E1164;pipe_9_E1165", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_282_generated", "shape": null, "area": 0.64, "streetlevel": 827.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.79998779296875, "distance_right": 4.3499145420040634e-07, "index_right": 289, "nodeid": "1386966.208506_5858382.746259", "id": "1386966.208506_5858382.746259", "name": "manhole_282_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386966.208506174152717, 5858382.746259398758411 ] } }, +{ "type": "Feature", "properties": { "_index": 288, "bedlevel": 830.9000244140625, "branchid": "pipe_9_E1165;pipe_9_E1166", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_283_generated", "shape": null, "area": 0.64, "streetlevel": 833.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 833.9000244140625, "distance_right": 4.8373153624010088e-07, "index_right": 290, "nodeid": "1386916.676812_5858389.559526", "id": "1386916.676812_5858389.559526", "name": "manhole_283_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386916.676812386140227, 5858389.559525708667934 ] } }, +{ "type": "Feature", "properties": { "_index": 289, "bedlevel": 830.9000244140625, "branchid": "pipe_9_E1166;pipe_9_E1167", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_284_generated", "shape": null, "area": 0.64, "streetlevel": 833.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 833.9000244140625, "distance_right": 4.8908646858358934e-07, "index_right": 291, "nodeid": "1386867.198861_5858396.764011", "id": "1386867.198861_5858396.764011", "name": "manhole_284_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386867.198860567295924, 5858396.764010772109032 ] } }, +{ "type": "Feature", "properties": { "_index": 290, "bedlevel": 830.20001220703125, "branchid": "pipe_9_E1167;pipe_9_E1168", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_285_generated", "shape": null, "area": 0.64, "streetlevel": 833.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 833.20001220703125, "distance_right": 1.7726120334507922e-07, "index_right": 292, "nodeid": "1386820.816385_5858411.854354", "id": "1386820.816385_5858411.854354", "name": "manhole_285_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386820.816385147860274, 5858411.854353901930153 ] } }, +{ "type": "Feature", "properties": { "_index": 291, "bedlevel": 806.60003662109375, "branchid": "pipe_9_E1168;pipe_9_E1169", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_286_generated", "shape": null, "area": 0.64, "streetlevel": 809.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.60003662109375, "distance_right": 3.1442733213135406e-07, "index_right": 293, "nodeid": "1386841.361235_5858445.514384", "id": "1386841.361235_5858445.514384", "name": "manhole_286_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386841.361234750133008, 5858445.514383808709681 ] } }, +{ "type": "Feature", "properties": { "_index": 292, "bedlevel": 806.79998779296875, "branchid": "pipe_9_E1169;pipe_9_E1170", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_287_generated", "shape": null, "area": 0.64, "streetlevel": 809.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.79998779296875, "distance_right": 1.0385212439389687e-07, "index_right": 294, "nodeid": "1386890.796275_5858452.915635", "id": "1386890.796275_5858452.915635", "name": "manhole_287_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386890.796275103231892, 5858452.915634987875819 ] } }, +{ "type": "Feature", "properties": { "_index": 293, "bedlevel": 806.79998779296875, "branchid": "pipe_9_E1170;pipe_9_E1171", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_288_generated", "shape": null, "area": 0.64, "streetlevel": 809.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.79998779296875, "distance_right": 3.6124182714980252e-07, "index_right": 295, "nodeid": "1386940.277141_5858460.100081", "id": "1386940.277141_5858460.100081", "name": "manhole_288_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386940.277140651131049, 5858460.100081093609333 ] } }, +{ "type": "Feature", "properties": { "_index": 294, "bedlevel": 802.4000244140625, "branchid": "pipe_9_E1171;pipe_9_E1172", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_289_generated", "shape": null, "area": 0.64, "streetlevel": 805.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 805.4000244140625, "distance_right": 5.0630815568272578e-07, "index_right": 296, "nodeid": "1386989.847998_5858466.483407", "id": "1386989.847998_5858466.483407", "name": "manhole_289_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386989.847997799050063, 5858466.483407464809716 ] } }, +{ "type": "Feature", "properties": { "_index": 295, "bedlevel": 802.4000244140625, "branchid": "pipe_9_E1172;pipe_9_E1173", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_290_generated", "shape": null, "area": 0.64, "streetlevel": 805.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 805.4000244140625, "distance_right": 5.2372736805822677e-07, "index_right": 297, "nodeid": "1387039.689649_5858470.456085", "id": "1387039.689649_5858470.456085", "name": "manhole_290_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387039.689648573985323, 5858470.45608530472964 ] } }, +{ "type": "Feature", "properties": { "_index": 296, "bedlevel": 801.60003662109375, "branchid": "pipe_9_E1173;pipe_9_E1174", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_291_generated", "shape": null, "area": 0.64, "streetlevel": 804.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.60003662109375, "distance_right": 1.5993024886383644e-07, "index_right": 298, "nodeid": "1387088.843806_5858479.424947", "id": "1387088.843806_5858479.424947", "name": "manhole_291_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387088.843806148739532, 5858479.424946941435337 ] } }, +{ "type": "Feature", "properties": { "_index": 297, "bedlevel": 806.9000244140625, "branchid": "pipe_9_E1174;pipe_9_E1175", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_292_generated", "shape": null, "area": 0.64, "streetlevel": 809.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.9000244140625, "distance_right": 3.7517997879668708e-07, "index_right": 299, "nodeid": "1387137.906045_5858489.061807", "id": "1387137.906045_5858489.061807", "name": "manhole_292_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387137.90604472765699, 5858489.061806742101908 ] } }, +{ "type": "Feature", "properties": { "_index": 298, "bedlevel": 806.9000244140625, "branchid": "pipe_9_E1175;pipe_9_E1176", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_293_generated", "shape": null, "area": 0.64, "streetlevel": 809.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.9000244140625, "distance_right": 3.6405332731419796e-07, "index_right": 300, "nodeid": "1387186.336530_5858500.879681", "id": "1387186.336530_5858500.879681", "name": "manhole_293_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387186.336529975291342, 5858500.87968063633889 ] } }, +{ "type": "Feature", "properties": { "_index": 299, "bedlevel": 819.60003662109375, "branchid": "pipe_9_E1176;pipe_9_E1177", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_294_generated", "shape": null, "area": 0.64, "streetlevel": 822.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 822.60003662109375, "distance_right": 4.7023029237319848e-07, "index_right": 301, "nodeid": "1387231.661051_5858521.423060", "id": "1387231.661051_5858521.423060", "name": "manhole_294_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387231.661050535272807, 5858521.423059928230941 ] } }, +{ "type": "Feature", "properties": { "_index": 300, "bedlevel": 784.70001220703125, "branchid": "pipe_9_E1177;pipe_9_E1178", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_295_generated", "shape": null, "area": 0.64, "streetlevel": 787.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 787.70001220703125, "distance_right": 3.9755428442383632e-07, "index_right": 302, "nodeid": "1387268.120025_5858555.035049", "id": "1387268.120025_5858555.035049", "name": "manhole_295_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387268.120024613803253, 5858555.03504909388721 ] } }, +{ "type": "Feature", "properties": { "_index": 301, "bedlevel": 784.70001220703125, "branchid": "pipe_9_E1178;pipe_9_E1179", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_296_generated", "shape": null, "area": 0.64, "streetlevel": 787.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 787.70001220703125, "distance_right": 5.1789956777309593e-07, "index_right": 303, "nodeid": "1387300.917169_5858592.775208", "id": "1387300.917169_5858592.775208", "name": "manhole_296_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387300.917169471969828, 5858592.775208213366568 ] } }, +{ "type": "Feature", "properties": { "_index": 302, "bedlevel": 794.10003662109375, "branchid": "pipe_9_E1179;pipe_9_E1180", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_297_generated", "shape": null, "area": 0.64, "streetlevel": 797.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 797.10003662109375, "distance_right": 3.1601800580138037e-07, "index_right": 304, "nodeid": "1387340.521647_5858622.315198", "id": "1387340.521647_5858622.315198", "name": "manhole_297_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387340.521646688459441, 5858622.315198052674532 ] } }, +{ "type": "Feature", "properties": { "_index": 303, "bedlevel": 794.10003662109375, "branchid": "pipe_9_E1180;pipe_9_E1181", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_298_generated", "shape": null, "area": 0.64, "streetlevel": 797.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 797.10003662109375, "distance_right": 5.0820743069320088e-07, "index_right": 305, "nodeid": "1387387.476920_5858639.495844", "id": "1387387.476920_5858639.495844", "name": "manhole_298_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387387.476920192595571, 5858639.495844470337033 ] } }, +{ "type": "Feature", "properties": { "_index": 304, "bedlevel": 803.10003662109375, "branchid": "pipe_9_E1181;pipe_9_E1182", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_299_generated", "shape": null, "area": 0.64, "streetlevel": 806.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.10003662109375, "distance_right": 6.6801801863117119e-07, "index_right": 306, "nodeid": "1387436.116963_5858650.828613", "id": "1387436.116963_5858650.828613", "name": "manhole_299_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387436.116963447071612, 5858650.82861250359565 ] } }, +{ "type": "Feature", "properties": { "_index": 305, "bedlevel": 803.10003662109375, "branchid": "pipe_9_E1182;pipe_9_E1183", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_300_generated", "shape": null, "area": 0.64, "streetlevel": 806.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.10003662109375, "distance_right": 5.6479670540947805e-07, "index_right": 307, "nodeid": "1387485.194104_5858660.261458", "id": "1387485.194104_5858660.261458", "name": "manhole_300_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387485.194103535497561, 5858660.261457678861916 ] } }, +{ "type": "Feature", "properties": { "_index": 306, "bedlevel": 804.70001220703125, "branchid": "pipe_9_E1183;pipe_9_E1184", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_301_generated", "shape": null, "area": 0.64, "streetlevel": 807.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.70001220703125, "distance_right": 4.4892163287133709e-07, "index_right": 308, "nodeid": "1387533.804190_5858671.493854", "id": "1387533.804190_5858671.493854", "name": "manhole_301_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387533.804190448950976, 5858671.493853995576501 ] } }, +{ "type": "Feature", "properties": { "_index": 307, "bedlevel": 769.20001220703125, "branchid": "pipe_9_E1184;pipe_9_E1185", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_302_generated", "shape": null, "area": 0.64, "streetlevel": 772.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 772.20001220703125, "distance_right": 3.8060938621151436e-07, "index_right": 309, "nodeid": "1387580.296834_5858689.619015", "id": "1387580.296834_5858689.619015", "name": "manhole_302_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387580.2968336828053, 5858689.619015210308135 ] } }, +{ "type": "Feature", "properties": { "_index": 308, "bedlevel": 775.79998779296875, "branchid": "pipe_9_E1185;pipe_9_E1186", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_303_generated", "shape": null, "area": 0.64, "streetlevel": 778.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.79998779296875, "distance_right": 1.987741082007922e-07, "index_right": 310, "nodeid": "1387628.455277_5858703.062848", "id": "1387628.455277_5858703.062848", "name": "manhole_303_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387628.455277157016098, 5858703.062848121859133 ] } }, +{ "type": "Feature", "properties": { "_index": 309, "bedlevel": 775.79998779296875, "branchid": "pipe_9_E1186;pipe_9_E1187", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_304_generated", "shape": null, "area": 0.64, "streetlevel": 778.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.79998779296875, "distance_right": 1.0050088277659534e-07, "index_right": 311, "nodeid": "1387677.211432_5858713.786249", "id": "1387677.211432_5858713.786249", "name": "manhole_304_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387677.211432087467983, 5858713.7862489502877 ] } }, +{ "type": "Feature", "properties": { "_index": 310, "bedlevel": 783.70001220703125, "branchid": "pipe_9_E1187;pipe_9_E1188", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_305_generated", "shape": null, "area": 0.64, "streetlevel": 786.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.70001220703125, "distance_right": 2.8897612857941058e-07, "index_right": 312, "nodeid": "1387726.995392_5858712.747127", "id": "1387726.995392_5858712.747127", "name": "manhole_305_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387726.995392211945727, 5858712.747126803733408 ] } }, +{ "type": "Feature", "properties": { "_index": 311, "bedlevel": 783.70001220703125, "branchid": "pipe_9_E1188;pipe_9_E1189", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_306_generated", "shape": null, "area": 0.64, "streetlevel": 786.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.70001220703125, "distance_right": 4.773026491265167e-07, "index_right": 313, "nodeid": "1387773.343349_5858725.014478", "id": "1387773.343349_5858725.014478", "name": "manhole_306_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387773.343349169706926, 5858725.014477553777397 ] } }, +{ "type": "Feature", "properties": { "_index": 312, "bedlevel": 794.70001220703125, "branchid": "pipe_9_E1189;pipe_9_E1190", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_307_generated", "shape": null, "area": 0.64, "streetlevel": 797.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 797.70001220703125, "distance_right": 5.0487611162469514e-07, "index_right": 314, "nodeid": "1387806.363672_5858762.310494", "id": "1387806.363672_5858762.310494", "name": "manhole_307_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387806.363672176143155, 5858762.310494473204017 ] } }, +{ "type": "Feature", "properties": { "_index": 313, "bedlevel": 794.70001220703125, "branchid": "pipe_9_E1190;pipe_9_E1191", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_308_generated", "shape": null, "area": 0.64, "streetlevel": 797.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 797.70001220703125, "distance_right": 3.7741157887003312e-07, "index_right": 315, "nodeid": "1387799.717028_5858810.149600", "id": "1387799.717028_5858810.149600", "name": "manhole_308_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387799.717027904232964, 5858810.149600365199149 ] } }, +{ "type": "Feature", "properties": { "_index": 314, "bedlevel": 749.70001220703125, "branchid": "pipe_9_E1191;pipe_9_E1192", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_309_generated", "shape": null, "area": 0.64, "streetlevel": 752.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.70001220703125, "distance_right": 3.5034815396929229e-07, "index_right": 316, "nodeid": "1387771.971140_5858850.861094", "id": "1387771.971140_5858850.861094", "name": "manhole_309_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387771.971139753237367, 5858850.86109375115484 ] } }, +{ "type": "Feature", "properties": { "_index": 315, "bedlevel": 749.70001220703125, "branchid": "pipe_9_E1192;pipe_9_E1193", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_310_generated", "shape": null, "area": 0.64, "streetlevel": 752.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.70001220703125, "distance_right": 3.0946021768837125e-07, "index_right": 317, "nodeid": "1387723.076751_5858854.679318", "id": "1387723.076751_5858854.679318", "name": "manhole_310_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387723.07675126590766, 5858854.679317841306329 ] } }, +{ "type": "Feature", "properties": { "_index": 316, "bedlevel": 749.70001220703125, "branchid": "pipe_9_E1193;pipe_9_E1194", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_311_generated", "shape": null, "area": 0.64, "streetlevel": 752.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.70001220703125, "distance_right": 2.4466856167220514e-07, "index_right": 318, "nodeid": "1387673.274138_5858850.996178", "id": "1387673.274138_5858850.996178", "name": "manhole_311_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387673.274138238513842, 5858850.996178055182099 ] } }, +{ "type": "Feature", "properties": { "_index": 317, "bedlevel": 749.70001220703125, "branchid": "pipe_9_E1194;pipe_9_E1195", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_312_generated", "shape": null, "area": 0.64, "streetlevel": 752.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.70001220703125, "distance_right": 4.8731809691594117e-07, "index_right": 319, "nodeid": "1387624.170363_5858858.384703", "id": "1387624.170363_5858858.384703", "name": "manhole_312_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387624.170362570788711, 5858858.384703231044114 ] } }, +{ "type": "Feature", "properties": { "_index": 318, "bedlevel": 749.70001220703125, "branchid": "pipe_9_E1195;pipe_9_E1196", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_313_generated", "shape": null, "area": 0.64, "streetlevel": 752.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.70001220703125, "distance_right": 3.021208853052767e-07, "index_right": 320, "nodeid": "1387575.715394_5858857.046076", "id": "1387575.715394_5858857.046076", "name": "manhole_313_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387575.715393897145987, 5858857.046076283790171 ] } }, +{ "type": "Feature", "properties": { "_index": 319, "bedlevel": 749.70001220703125, "branchid": "pipe_9_E1196;pipe_9_E1197", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_314_generated", "shape": null, "area": 0.64, "streetlevel": 752.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.70001220703125, "distance_right": 4.4818126936430864e-07, "index_right": 321, "nodeid": "1387529.438333_5858838.116818", "id": "1387529.438333_5858838.116818", "name": "manhole_314_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387529.438332577701658, 5858838.116818149574101 ] } }, +{ "type": "Feature", "properties": { "_index": 320, "bedlevel": 749.70001220703125, "branchid": "pipe_9_E1197;pipe_9_E1198", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_315_generated", "shape": null, "area": 0.64, "streetlevel": 752.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.70001220703125, "distance_right": 5.6845137939870927e-07, "index_right": 322, "nodeid": "1387481.179235_5858825.222028", "id": "1387481.179235_5858825.222028", "name": "manhole_315_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387481.179235466290265, 5858825.222027675248682 ] } }, +{ "type": "Feature", "properties": { "_index": 321, "bedlevel": 774.20001220703125, "branchid": "pipe_9_E1198;pipe_9_E1199", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_316_generated", "shape": null, "area": 0.64, "streetlevel": 777.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.20001220703125, "distance_right": 3.6917873843020322e-07, "index_right": 323, "nodeid": "1387432.215501_5858815.797907", "id": "1387432.215501_5858815.797907", "name": "manhole_316_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387432.215501294471323, 5858815.797906777821481 ] } }, +{ "type": "Feature", "properties": { "_index": 322, "bedlevel": 769.79998779296875, "branchid": "pipe_9_E1199;pipe_9_E1200", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_317_generated", "shape": null, "area": 0.64, "streetlevel": 772.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 772.79998779296875, "distance_right": 4.8304048875277775e-07, "index_right": 324, "nodeid": "1387382.431882_5858811.154251", "id": "1387382.431882_5858811.154251", "name": "manhole_317_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387382.431881646160036, 5858811.154251328669488 ] } }, +{ "type": "Feature", "properties": { "_index": 323, "bedlevel": 744.10003662109375, "branchid": "pipe_9_E1200;pipe_9_E1201", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_318_generated", "shape": null, "area": 0.64, "streetlevel": 747.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 747.10003662109375, "distance_right": 4.6235358904885766e-07, "index_right": 325, "nodeid": "1387336.607073_5858824.075685", "id": "1387336.607073_5858824.075685", "name": "manhole_318_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387336.607072548242286, 5858824.075685098767281 ] } }, +{ "type": "Feature", "properties": { "_index": 324, "bedlevel": 744.10003662109375, "branchid": "pipe_9_E1201;pipe_9_E1202", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_319_generated", "shape": null, "area": 0.64, "streetlevel": 747.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 747.10003662109375, "distance_right": 5.6873244460004577e-07, "index_right": 326, "nodeid": "1387327.458137_5858870.885960", "id": "1387327.458137_5858870.885960", "name": "manhole_319_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387327.458137275883928, 5858870.88596049696207 ] } }, +{ "type": "Feature", "properties": { "_index": 325, "bedlevel": 744.10003662109375, "branchid": "pipe_9_E1202;pipe_9_E1203", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_320_generated", "shape": null, "area": 0.64, "streetlevel": 747.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 747.10003662109375, "distance_right": 3.8904049800083803e-07, "index_right": 327, "nodeid": "1387344.619252_5858917.848376", "id": "1387344.619252_5858917.848376", "name": "manhole_320_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387344.619252334116027, 5858917.848375800997019 ] } }, +{ "type": "Feature", "properties": { "_index": 326, "bedlevel": 770.70001220703125, "branchid": "pipe_9_E1203;pipe_9_E1204", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_321_generated", "shape": null, "area": 0.64, "streetlevel": 773.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 773.70001220703125, "distance_right": 5.1999605945586677e-07, "index_right": 328, "nodeid": "1387358.089984_5858965.710650", "id": "1387358.089984_5858965.710650", "name": "manhole_321_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387358.089983508689329, 5858965.710649829357862 ] } }, +{ "type": "Feature", "properties": { "_index": 327, "bedlevel": 770.70001220703125, "branchid": "pipe_9_E1204;pipe_9_E1205", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_322_generated", "shape": null, "area": 0.64, "streetlevel": 773.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 773.70001220703125, "distance_right": 4.9281359962432306e-07, "index_right": 329, "nodeid": "1387329.564613_5859003.583583", "id": "1387329.564613_5859003.583583", "name": "manhole_322_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387329.564612702699378, 5859003.583583393134177 ] } }, +{ "type": "Feature", "properties": { "_index": 328, "bedlevel": 771.29998779296875, "branchid": "pipe_9_E1205;pipe_9_E1206", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_323_generated", "shape": null, "area": 0.64, "streetlevel": 774.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 774.29998779296875, "distance_right": 3.9854077696941929e-07, "index_right": 330, "nodeid": "1387285.783744_5858993.703192", "id": "1387285.783744_5858993.703192", "name": "manhole_323_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387285.783744251355529, 5858993.703191691078246 ] } }, +{ "type": "Feature", "properties": { "_index": 329, "bedlevel": 771.29998779296875, "branchid": "pipe_9_E1206;pipe_9_E1207", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_324_generated", "shape": null, "area": 0.64, "streetlevel": 774.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 774.29998779296875, "distance_right": 1.835562136038822e-07, "index_right": 331, "nodeid": "1387248.355973_5858961.317975", "id": "1387248.355973_5858961.317975", "name": "manhole_324_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387248.355973182013258, 5858961.31797497626394 ] } }, +{ "type": "Feature", "properties": { "_index": 330, "bedlevel": 766.4000244140625, "branchid": "pipe_9_E1207;pipe_9_E1208", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_325_generated", "shape": null, "area": 0.64, "streetlevel": 769.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 769.4000244140625, "distance_right": 5.4534265143731815e-07, "index_right": 332, "nodeid": "1387199.500434_5858963.645902", "id": "1387199.500434_5858963.645902", "name": "manhole_325_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387199.500433639157563, 5858963.645901591517031 ] } }, +{ "type": "Feature", "properties": { "_index": 331, "bedlevel": 766.4000244140625, "branchid": "pipe_9_E1208;pipe_9_E1209", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_326_generated", "shape": null, "area": 0.64, "streetlevel": 769.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 769.4000244140625, "distance_right": 2.0016300260355049e-07, "index_right": 333, "nodeid": "1387151.482699_5858977.583961", "id": "1387151.482699_5858977.583961", "name": "manhole_326_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387151.482699199579656, 5858977.583961015567183 ] } }, +{ "type": "Feature", "properties": { "_index": 332, "bedlevel": 759.60003662109375, "branchid": "pipe_9_E1209;pipe_9_E1210", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_327_generated", "shape": null, "area": 0.64, "streetlevel": 762.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.60003662109375, "distance_right": 4.0229854171678003e-07, "index_right": 334, "nodeid": "1387103.632612_5858992.082135", "id": "1387103.632612_5858992.082135", "name": "manhole_327_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387103.632611613254994, 5858992.082134889438748 ] } }, +{ "type": "Feature", "properties": { "_index": 333, "bedlevel": 759.60003662109375, "branchid": "pipe_9_E1210;pipe_9_E1211", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_328_generated", "shape": null, "area": 0.64, "streetlevel": 762.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.60003662109375, "distance_right": 4.915098453471915e-07, "index_right": 335, "nodeid": "1387055.853340_5859006.816906", "id": "1387055.853340_5859006.816906", "name": "manhole_328_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387055.853339510038495, 5859006.816905959509313 ] } }, +{ "type": "Feature", "properties": { "_index": 334, "bedlevel": 752.79998779296875, "branchid": "pipe_9_E1211;pipe_9_E1212", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_329_generated", "shape": null, "area": 0.64, "streetlevel": 755.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 755.79998779296875, "distance_right": 4.0761325042562238e-07, "index_right": 336, "nodeid": "1387008.074067_5859021.551677", "id": "1387008.074067_5859021.551677", "name": "manhole_329_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387008.074067406589165, 5859021.551677029579878 ] } }, +{ "type": "Feature", "properties": { "_index": 335, "bedlevel": 752.79998779296875, "branchid": "pipe_9_E1212;pipe_9_E1213", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_330_generated", "shape": null, "area": 0.64, "streetlevel": 755.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 755.79998779296875, "distance_right": 3.1932559379339034e-07, "index_right": 337, "nodeid": "1386960.294795_5859036.286448", "id": "1386960.294795_5859036.286448", "name": "manhole_330_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386960.294795303372666, 5859036.286448099650443 ] } }, +{ "type": "Feature", "properties": { "_index": 336, "bedlevel": 746.5, "branchid": "pipe_9_E1213;pipe_9_E1214", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_331_generated", "shape": null, "area": 0.64, "streetlevel": 749.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 749.5, "distance_right": 2.6234383268459319e-07, "index_right": 338, "nodeid": "1386912.515523_5859051.021219", "id": "1386912.515523_5859051.021219", "name": "manhole_331_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386912.515523200156167, 5859051.021219169721007 ] } }, +{ "type": "Feature", "properties": { "_index": 337, "bedlevel": 746.5, "branchid": "pipe_9_E1214;pipe_9_E1215", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_332_generated", "shape": null, "area": 0.64, "streetlevel": 749.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 749.5, "distance_right": 2.5811763091701403e-07, "index_right": 339, "nodeid": "1386864.736251_5859065.755990", "id": "1386864.736251_5859065.755990", "name": "manhole_332_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386864.736251096706837, 5859065.755990239791572 ] } }, +{ "type": "Feature", "properties": { "_index": 338, "bedlevel": 724.10003662109375, "branchid": "pipe_9_E1215;pipe_9_E1216", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_333_generated", "shape": null, "area": 0.64, "streetlevel": 727.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 727.10003662109375, "distance_right": 3.1019893050904853e-07, "index_right": 340, "nodeid": "1386816.956979_5859080.490761", "id": "1386816.956979_5859080.490761", "name": "manhole_333_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386816.956978993490338, 5859080.490761309862137 ] } }, +{ "type": "Feature", "properties": { "_index": 339, "bedlevel": 749.29998779296875, "branchid": "pipe_9_E1216;pipe_9_E1217", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_334_generated", "shape": null, "area": 0.64, "streetlevel": 752.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.29998779296875, "distance_right": 5.6178406168264699e-07, "index_right": 341, "nodeid": "1386769.832018_5859096.976014", "id": "1386769.832018_5859096.976014", "name": "manhole_334_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386769.832018451532349, 5859096.976014334708452 ] } }, +{ "type": "Feature", "properties": { "_index": 340, "bedlevel": 735.0, "branchid": "pipe_9_E1217;pipe_9_E1218", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_335_generated", "shape": null, "area": 0.64, "streetlevel": 738.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 738.0, "distance_right": 2.8621809563681197e-07, "index_right": 342, "nodeid": "1386724.102283_5859117.193917", "id": "1386724.102283_5859117.193917", "name": "manhole_335_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386724.102282747160643, 5859117.193917133845389 ] } }, +{ "type": "Feature", "properties": { "_index": 341, "bedlevel": 735.0, "branchid": "pipe_9_E1218;pipe_9_E1219", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_336_generated", "shape": null, "area": 0.64, "streetlevel": 738.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 738.0, "distance_right": 7.8789009124261769e-08, "index_right": 343, "nodeid": "1386678.372547_5859137.411820", "id": "1386678.372547_5859137.411820", "name": "manhole_336_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386678.372547042788938, 5859137.411819933913648 ] } }, +{ "type": "Feature", "properties": { "_index": 342, "bedlevel": 729.79998779296875, "branchid": "pipe_9_E1219;pipe_9_E1220", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_337_generated", "shape": null, "area": 0.64, "streetlevel": 732.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.79998779296875, "distance_right": 4.3115262751711752e-07, "index_right": 344, "nodeid": "1386632.642811_5859157.629723", "id": "1386632.642811_5859157.629723", "name": "manhole_337_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386632.642811338417232, 5859157.629722733050585 ] } }, +{ "type": "Feature", "properties": { "_index": 343, "bedlevel": 729.79998779296875, "branchid": "pipe_9_E1220;pipe_9_E1221", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_338_generated", "shape": null, "area": 0.64, "streetlevel": 732.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.79998779296875, "distance_right": 5.9301923802470201e-07, "index_right": 345, "nodeid": "1386586.913076_5859177.847626", "id": "1386586.913076_5859177.847626", "name": "manhole_338_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386586.913075634045526, 5859177.847625533118844 ] } }, +{ "type": "Feature", "properties": { "_index": 344, "bedlevel": 729.60003662109375, "branchid": "pipe_9_E1221;pipe_9_E1222", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_339_generated", "shape": null, "area": 0.64, "streetlevel": 732.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.60003662109375, "distance_right": 3.5434957598378926e-07, "index_right": 346, "nodeid": "1386541.181931_5859198.062338", "id": "1386541.181931_5859198.062338", "name": "manhole_339_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386541.181931287748739, 5859198.062337793409824 ] } }, +{ "type": "Feature", "properties": { "_index": 345, "bedlevel": 729.60003662109375, "branchid": "pipe_9_E1222;pipe_9_E1223", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_340_generated", "shape": null, "area": 0.64, "streetlevel": 732.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.60003662109375, "distance_right": 4.1298571283569886e-07, "index_right": 347, "nodeid": "1386495.431539_5859218.233454", "id": "1386495.431539_5859218.233454", "name": "manhole_340_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386495.431538854492828, 5859218.233453613705933 ] } }, +{ "type": "Feature", "properties": { "_index": 346, "bedlevel": 739.5, "branchid": "pipe_9_E1223;pipe_9_E1224", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_341_generated", "shape": null, "area": 0.64, "streetlevel": 742.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 742.5, "distance_right": 6.042706584474631e-07, "index_right": 348, "nodeid": "1386449.681146_5859238.404569", "id": "1386449.681146_5859238.404569", "name": "manhole_341_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386449.681146421469748, 5859238.404569433070719 ] } }, +{ "type": "Feature", "properties": { "_index": 347, "bedlevel": 739.5, "branchid": "pipe_9_E1224;pipe_9_E1225", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_342_generated", "shape": null, "area": 0.64, "streetlevel": 742.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 742.5, "distance_right": 2.8591754721493927e-07, "index_right": 349, "nodeid": "1386404.749107_5859260.314222", "id": "1386404.749107_5859260.314222", "name": "manhole_342_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386404.749107032548636, 5859260.314221715554595 ] } }, +{ "type": "Feature", "properties": { "_index": 348, "bedlevel": 714.60003662109375, "branchid": "pipe_9_E1225;pipe_9_E1226", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_343_generated", "shape": null, "area": 0.64, "streetlevel": 717.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 717.60003662109375, "distance_right": 2.8677940449835489e-07, "index_right": 350, "nodeid": "1386360.756596_5859284.020065", "id": "1386360.756596_5859284.020065", "name": "manhole_343_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386360.756595908896998, 5859284.020064728334546 ] } }, +{ "type": "Feature", "properties": { "_index": 349, "bedlevel": 714.60003662109375, "branchid": "pipe_9_E1226;pipe_9_E1227", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_344_generated", "shape": null, "area": 0.64, "streetlevel": 717.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 717.60003662109375, "distance_right": 2.2879008155258781e-07, "index_right": 351, "nodeid": "1386317.622745_5859309.307279", "id": "1386317.622745_5859309.307279", "name": "manhole_344_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386317.622744857333601, 5859309.307279178872705 ] } }, +{ "type": "Feature", "properties": { "_index": 350, "bedlevel": 708.0, "branchid": "pipe_9_E1227;pipe_9_E1228", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_345_generated", "shape": null, "area": 0.64, "streetlevel": 711.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 711.0, "distance_right": 4.1844920248290768e-07, "index_right": 352, "nodeid": "1386274.488894_5859334.594494", "id": "1386274.488894_5859334.594494", "name": "manhole_345_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386274.488893805770203, 5859334.594493629410863 ] } }, +{ "type": "Feature", "properties": { "_index": 351, "bedlevel": 714.60003662109375, "branchid": "pipe_9_E1228;pipe_9_E1229", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_346_generated", "shape": null, "area": 0.64, "streetlevel": 717.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 717.60003662109375, "distance_right": 6.2631235412604143e-07, "index_right": 353, "nodeid": "1386231.354724_5859359.881164", "id": "1386231.354724_5859359.881164", "name": "manhole_346_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386231.354723542230204, 5859359.881163572892547 ] } }, +{ "type": "Feature", "properties": { "_index": 352, "bedlevel": 736.0, "branchid": "pipe_9_E1229;pipe_9_E1230", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_347_generated", "shape": null, "area": 0.64, "streetlevel": 739.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 739.0, "distance_right": 6.7422946470908165e-07, "index_right": 354, "nodeid": "1386188.788941_5859385.978958", "id": "1386188.788941_5859385.978958", "name": "manhole_347_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386188.788941488368437, 5859385.978958465158939 ] } }, +{ "type": "Feature", "properties": { "_index": 353, "bedlevel": 736.0, "branchid": "pipe_9_E1230;pipe_9_E1231", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_348_generated", "shape": null, "area": 0.64, "streetlevel": 739.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 739.0, "distance_right": 8.8043546398989323e-08, "index_right": 355, "nodeid": "1386153.170270_5859420.751349", "id": "1386153.170270_5859420.751349", "name": "manhole_348_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386153.170269979629666, 5859420.751348914578557 ] } }, +{ "type": "Feature", "properties": { "_index": 354, "bedlevel": 736.0, "branchid": "pipe_9_E1231;pipe_9_E1232", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_349_generated", "shape": null, "area": 0.64, "streetlevel": 739.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 739.0, "distance_right": 4.3670892571283769e-07, "index_right": 356, "nodeid": "1386127.241227_5859463.084468", "id": "1386127.241227_5859463.084468", "name": "manhole_349_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386127.241226618411019, 5859463.08446778729558 ] } }, +{ "type": "Feature", "properties": { "_index": 355, "bedlevel": 767.60003662109375, "branchid": "pipe_9_E1232;pipe_9_E1233", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_350_generated", "shape": null, "area": 0.64, "streetlevel": 770.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 770.60003662109375, "distance_right": 2.8822750408817674e-07, "index_right": 357, "nodeid": "1386108.996457_5859509.052054", "id": "1386108.996457_5859509.052054", "name": "manhole_350_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386108.996456971857697, 5859509.052053713239729 ] } }, +{ "type": "Feature", "properties": { "_index": 356, "bedlevel": 767.60003662109375, "branchid": "pipe_9_E1233;pipe_9_E1234", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_351_generated", "shape": null, "area": 0.64, "streetlevel": 770.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 770.60003662109375, "distance_right": 4.1608712174096055e-07, "index_right": 358, "nodeid": "1386105.954033_5859558.959127", "id": "1386105.954033_5859558.959127", "name": "manhole_351_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386105.954033384332433, 5859558.959127158857882 ] } }, +{ "type": "Feature", "properties": { "_index": 357, "bedlevel": 767.60003662109375, "branchid": "pipe_9_E1234;pipe_9_E1235", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_352_generated", "shape": null, "area": 0.64, "streetlevel": 770.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 770.60003662109375, "distance_right": 3.5779222205411915e-07, "index_right": 359, "nodeid": "1386101.917093_5859608.782216", "id": "1386101.917093_5859608.782216", "name": "manhole_352_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386101.917093347059563, 5859608.782215913757682 ] } }, +{ "type": "Feature", "properties": { "_index": 358, "bedlevel": 776.79998779296875, "branchid": "pipe_9_E1235;pipe_9_E1236", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_353_generated", "shape": null, "area": 0.64, "streetlevel": 779.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 779.79998779296875, "distance_right": 9.182652855228106e-08, "index_right": 360, "nodeid": "1386088.458339_5859656.652666", "id": "1386088.458339_5859656.652666", "name": "manhole_353_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386088.458339030388743, 5859656.652665913105011 ] } }, +{ "type": "Feature", "properties": { "_index": 359, "bedlevel": 776.79998779296875, "branchid": "pipe_9_E1236;pipe_9_E1237", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_354_generated", "shape": null, "area": 0.64, "streetlevel": 779.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 779.79998779296875, "distance_right": 4.3106410240470186e-07, "index_right": 361, "nodeid": "1386075.652030_5859704.419184", "id": "1386075.652030_5859704.419184", "name": "manhole_354_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386075.652030121767893, 5859704.419184413738549 ] } }, +{ "type": "Feature", "properties": { "_index": 360, "bedlevel": 776.79998779296875, "branchid": "pipe_9_E1237;pipe_9_E1238", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_355_generated", "shape": null, "area": 0.64, "streetlevel": 779.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 779.79998779296875, "distance_right": 5.9419274352607342e-07, "index_right": 362, "nodeid": "1386076.574771_5859754.410392", "id": "1386076.574771_5859754.410392", "name": "manhole_355_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386076.574770522769541, 5859754.410392354242504 ] } }, +{ "type": "Feature", "properties": { "_index": 361, "bedlevel": 777.79998779296875, "branchid": "pipe_9_E1238;pipe_9_E1239", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_356_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 3.0404508552976817e-07, "index_right": 363, "nodeid": "1386077.497511_5859804.401600", "id": "1386077.497511_5859804.401600", "name": "manhole_356_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386077.497510923538357, 5859804.401600294746459 ] } }, +{ "type": "Feature", "properties": { "_index": 362, "bedlevel": 777.79998779296875, "branchid": "pipe_9_E1239", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_357_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 4.0088765079104887e-07, "index_right": 364, "nodeid": "1386078.420251_5859854.392808", "id": "1386078.420251_5859854.392808", "name": "manhole_357_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386078.420251324307173, 5859854.392808235250413 ] } }, +{ "type": "Feature", "properties": { "_index": 363, "bedlevel": 811.29998779296875, "branchid": "pipe_10_E195", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_358_generated", "shape": null, "area": 0.64, "streetlevel": 814.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 814.29998779296875, "distance_right": 4.5480020130277707e-07, "index_right": 365, "nodeid": "1384050.267681_5856698.702002", "id": "1384050.267681_5856698.702002", "name": "manhole_358_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384050.267680946970358, 5856698.702001548372209 ] } }, +{ "type": "Feature", "properties": { "_index": 363, "bedlevel": 799.9000244140625, "branchid": "pipe_10_E195;pipe_10_E196", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_359_generated", "shape": null, "area": 0.64, "streetlevel": 802.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 802.9000244140625, "distance_right": 2.5012654807533162e-07, "index_right": 366, "nodeid": "1384085.778962_5856733.441067", "id": "1384085.778962_5856733.441067", "name": "manhole_359_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384085.778961833100766, 5856733.441067186184227 ] } }, +{ "type": "Feature", "properties": { "_index": 364, "bedlevel": 799.9000244140625, "branchid": "pipe_10_E196;pipe_10_E197", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_360_generated", "shape": null, "area": 0.64, "streetlevel": 802.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 802.9000244140625, "distance_right": 1.9869950468383852e-07, "index_right": 367, "nodeid": "1384122.993944_5856766.592180", "id": "1384122.993944_5856766.592180", "name": "manhole_360_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384122.993944165529683, 5856766.592179889790714 ] } }, +{ "type": "Feature", "properties": { "_index": 365, "bedlevel": 813.29998779296875, "branchid": "pipe_10_E197;pipe_10_E198", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_361_generated", "shape": null, "area": 0.64, "streetlevel": 816.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.29998779296875, "distance_right": 3.0801021440480768e-07, "index_right": 368, "nodeid": "1384160.350960_5856799.578122", "id": "1384160.350960_5856799.578122", "name": "manhole_361_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384160.350959801580757, 5856799.578122235834599 ] } }, +{ "type": "Feature", "properties": { "_index": 366, "bedlevel": 797.79998779296875, "branchid": "pipe_10_E198;pipe_10_E199", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_362_generated", "shape": null, "area": 0.64, "streetlevel": 800.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 800.79998779296875, "distance_right": 3.667194985852315e-07, "index_right": 369, "nodeid": "1384198.384374_5856831.724873", "id": "1384198.384374_5856831.724873", "name": "manhole_362_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384198.384374253917485, 5856831.724873264320195 ] } }, +{ "type": "Feature", "properties": { "_index": 367, "bedlevel": 797.79998779296875, "branchid": "pipe_10_E199;pipe_10_E200", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_363_generated", "shape": null, "area": 0.64, "streetlevel": 800.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 800.79998779296875, "distance_right": 4.676575474857736e-07, "index_right": 370, "nodeid": "1384230.112839_5856870.159957", "id": "1384230.112839_5856870.159957", "name": "manhole_363_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384230.112839305773377, 5856870.159957353956997 ] } }, +{ "type": "Feature", "properties": { "_index": 368, "bedlevel": 790.9000244140625, "branchid": "pipe_10_E200;pipe_10_E201", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_364_generated", "shape": null, "area": 0.64, "streetlevel": 793.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 793.9000244140625, "distance_right": 3.989035851645309e-07, "index_right": 371, "nodeid": "1384259.121702_5856910.628997", "id": "1384259.121702_5856910.628997", "name": "manhole_364_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384259.121702386764809, 5856910.628996902145445 ] } }, +{ "type": "Feature", "properties": { "_index": 369, "bedlevel": 804.60003662109375, "branchid": "pipe_10_E201;pipe_10_E202", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_365_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 4.0937169419879659e-07, "index_right": 372, "nodeid": "1384287.023719_5856951.925833", "id": "1384287.023719_5856951.925833", "name": "manhole_365_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384287.023718592710793, 5856951.925833041779697 ] } }, +{ "type": "Feature", "properties": { "_index": 370, "bedlevel": 804.60003662109375, "branchid": "pipe_10_E202;pipe_10_E203", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_366_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 5.4900122883217553e-07, "index_right": 373, "nodeid": "1384314.929269_5856993.220281", "id": "1384314.929269_5856993.220281", "name": "manhole_366_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384314.929269487503916, 5856993.22028074786067 ] } }, +{ "type": "Feature", "properties": { "_index": 371, "bedlevel": 804.60003662109375, "branchid": "pipe_10_E203;pipe_10_E204", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_367_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 4.4153137935343798e-07, "index_right": 374, "nodeid": "1384344.819753_5857033.056209", "id": "1384344.819753_5857033.056209", "name": "manhole_367_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384344.819752591196448, 5857033.056208833120763 ] } }, +{ "type": "Feature", "properties": { "_index": 372, "bedlevel": 804.60003662109375, "branchid": "pipe_10_E204;pipe_10_E205", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_368_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 5.2277323961967174e-07, "index_right": 375, "nodeid": "1384375.891110_5857072.024426", "id": "1384375.891110_5857072.024426", "name": "manhole_368_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384375.891110281459987, 5857072.024425559677184 ] } }, +{ "type": "Feature", "properties": { "_index": 373, "bedlevel": 804.60003662109375, "branchid": "pipe_10_E205;pipe_10_E206", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_369_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 3.2330989267580892e-07, "index_right": 376, "nodeid": "1384412.732156_5857105.507668", "id": "1384412.732156_5857105.507668", "name": "manhole_369_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384412.732155854580924, 5857105.507668288424611 ] } }, +{ "type": "Feature", "properties": { "_index": 374, "bedlevel": 792.9000244140625, "branchid": "pipe_10_E206;pipe_10_E207", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_370_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 5.2820652785107969e-07, "index_right": 377, "nodeid": "1384450.079483_5857138.509612", "id": "1384450.079483_5857138.509612", "name": "manhole_370_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384450.07948348694481, 5857138.509612204506993 ] } }, +{ "type": "Feature", "properties": { "_index": 375, "bedlevel": 792.9000244140625, "branchid": "pipe_10_E207;pipe_10_E208", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_371_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 3.553435013241558e-07, "index_right": 378, "nodeid": "1384487.426863_5857171.511497", "id": "1384487.426863_5857171.511497", "name": "manhole_371_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384487.42686335532926, 5857171.511497005820274 ] } }, +{ "type": "Feature", "properties": { "_index": 376, "bedlevel": 802.0, "branchid": "pipe_10_E208;pipe_10_E209", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_372_generated", "shape": null, "area": 0.64, "streetlevel": 805.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 805.0, "distance_right": 3.8657915864597202e-07, "index_right": 379, "nodeid": "1384525.207760_5857204.014278", "id": "1384525.207760_5857204.014278", "name": "manhole_372_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384525.207759798038751, 5857204.014277670532465 ] } }, +{ "type": "Feature", "properties": { "_index": 377, "bedlevel": 793.29998779296875, "branchid": "pipe_10_E209;pipe_10_E210", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_373_generated", "shape": null, "area": 0.64, "streetlevel": 796.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 796.29998779296875, "distance_right": 4.2528319184092202e-07, "index_right": 380, "nodeid": "1384563.111989_5857236.375066", "id": "1384563.111989_5857236.375066", "name": "manhole_373_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384563.111988977529109, 5857236.375065575353801 ] } }, +{ "type": "Feature", "properties": { "_index": 378, "bedlevel": 793.29998779296875, "branchid": "pipe_10_E210;pipe_10_E211", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_374_generated", "shape": null, "area": 0.64, "streetlevel": 796.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 796.29998779296875, "distance_right": 5.0546374469285607e-07, "index_right": 381, "nodeid": "1384601.016218_5857268.735853", "id": "1384601.016218_5857268.735853", "name": "manhole_374_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384601.016218156786636, 5857268.735853480175138 ] } }, +{ "type": "Feature", "properties": { "_index": 379, "bedlevel": 783.10003662109375, "branchid": "pipe_10_E211;pipe_10_E212", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_375_generated", "shape": null, "area": 0.64, "streetlevel": 786.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.10003662109375, "distance_right": 5.1070928007990266e-07, "index_right": 382, "nodeid": "1384638.920447_5857301.096641", "id": "1384638.920447_5857301.096641", "name": "manhole_375_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384638.920447336044163, 5857301.096641384996474 ] } }, +{ "type": "Feature", "properties": { "_index": 380, "bedlevel": 791.29998779296875, "branchid": "pipe_10_E212;pipe_10_E213", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_376_generated", "shape": null, "area": 0.64, "streetlevel": 794.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 794.29998779296875, "distance_right": 2.7491413546788394e-07, "index_right": 383, "nodeid": "1384669.604955_5857340.313405", "id": "1384669.604955_5857340.313405", "name": "manhole_376_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384669.604954990325496, 5857340.313404724933207 ] } }, +{ "type": "Feature", "properties": { "_index": 381, "bedlevel": 791.29998779296875, "branchid": "pipe_10_E213;pipe_10_E214", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_377_generated", "shape": null, "area": 0.64, "streetlevel": 794.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 794.29998779296875, "distance_right": 3.0550370542163772e-07, "index_right": 384, "nodeid": "1384699.518248_5857380.104403", "id": "1384699.518248_5857380.104403", "name": "manhole_377_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384699.518247769214213, 5857380.104403200559318 ] } }, +{ "type": "Feature", "properties": { "_index": 382, "bedlevel": 791.29998779296875, "branchid": "pipe_10_E214;pipe_10_E215", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_378_generated", "shape": null, "area": 0.64, "streetlevel": 794.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 794.29998779296875, "distance_right": 4.6591738879886883e-07, "index_right": 385, "nodeid": "1384719.806332_5857425.627417", "id": "1384719.806332_5857425.627417", "name": "manhole_378_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384719.806332413339987, 5857425.627417215146124 ] } }, +{ "type": "Feature", "properties": { "_index": 383, "bedlevel": 779.0, "branchid": "pipe_10_E215;pipe_10_E216", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_379_generated", "shape": null, "area": 0.64, "streetlevel": 782.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 782.0, "distance_right": 2.3711637815636632e-07, "index_right": 386, "nodeid": "1384740.094417_5857471.150431", "id": "1384740.094417_5857471.150431", "name": "manhole_379_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384740.094417057465762, 5857471.150431229732931 ] } }, +{ "type": "Feature", "properties": { "_index": 384, "bedlevel": 786.70001220703125, "branchid": "pipe_10_E216;pipe_10_E217", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_380_generated", "shape": null, "area": 0.64, "streetlevel": 789.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 789.70001220703125, "distance_right": 3.8553183229025237e-07, "index_right": 387, "nodeid": "1384760.382502_5857516.673445", "id": "1384760.382502_5857516.673445", "name": "manhole_380_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384760.382501701591536, 5857516.673445244319737 ] } }, +{ "type": "Feature", "properties": { "_index": 385, "bedlevel": 786.70001220703125, "branchid": "pipe_10_E217;pipe_10_E218", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_381_generated", "shape": null, "area": 0.64, "streetlevel": 789.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 789.70001220703125, "distance_right": 4.319475330982492e-07, "index_right": 388, "nodeid": "1384780.670586_5857562.196459", "id": "1384780.670586_5857562.196459", "name": "manhole_381_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384780.670586345717311, 5857562.196459258906543 ] } }, +{ "type": "Feature", "properties": { "_index": 386, "bedlevel": 793.5, "branchid": "pipe_10_E218;pipe_10_E219", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_382_generated", "shape": null, "area": 0.64, "streetlevel": 796.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 796.5, "distance_right": 4.9625998791457793e-07, "index_right": 389, "nodeid": "1384802.672203_5857606.838341", "id": "1384802.672203_5857606.838341", "name": "manhole_382_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384802.672203443944454, 5857606.838341221213341 ] } }, +{ "type": "Feature", "properties": { "_index": 387, "bedlevel": 768.9000244140625, "branchid": "pipe_10_E219;pipe_10_E220", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_383_generated", "shape": null, "area": 0.64, "streetlevel": 771.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 771.9000244140625, "distance_right": 2.8229532162483524e-07, "index_right": 390, "nodeid": "1384827.896526_5857649.823045", "id": "1384827.896526_5857649.823045", "name": "manhole_383_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384827.896526007680222, 5857649.823044718243182 ] } }, +{ "type": "Feature", "properties": { "_index": 388, "bedlevel": 768.9000244140625, "branchid": "pipe_10_E220;pipe_10_E221", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_384_generated", "shape": null, "area": 0.64, "streetlevel": 771.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 771.9000244140625, "distance_right": 2.0692567208455349e-07, "index_right": 391, "nodeid": "1384854.757883_5857691.606821", "id": "1384854.757883_5857691.606821", "name": "manhole_384_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384854.757882944308221, 5857691.606820800341666 ] } }, +{ "type": "Feature", "properties": { "_index": 389, "bedlevel": 768.9000244140625, "branchid": "pipe_10_E221;pipe_10_E222", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_385_generated", "shape": null, "area": 0.64, "streetlevel": 771.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 771.9000244140625, "distance_right": 1.9931880625148583e-07, "index_right": 392, "nodeid": "1384888.185769_5857728.573395", "id": "1384888.185769_5857728.573395", "name": "manhole_385_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384888.185768931638449, 5857728.573395187035203 ] } }, +{ "type": "Feature", "properties": { "_index": 390, "bedlevel": 754.9000244140625, "branchid": "pipe_10_E222;pipe_10_E223", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_386_generated", "shape": null, "area": 0.64, "streetlevel": 757.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 757.9000244140625, "distance_right": 4.3330183135741007e-07, "index_right": 393, "nodeid": "1384921.613655_5857765.539970", "id": "1384921.613655_5857765.539970", "name": "manhole_386_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384921.613654918735847, 5857765.539969574660063 ] } }, +{ "type": "Feature", "properties": { "_index": 391, "bedlevel": 754.9000244140625, "branchid": "pipe_10_E223;pipe_10_E224", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_387_generated", "shape": null, "area": 0.64, "streetlevel": 757.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 757.9000244140625, "distance_right": 3.5666888496789524e-07, "index_right": 394, "nodeid": "1384956.145454_5857801.445757", "id": "1384956.145454_5857801.445757", "name": "manhole_387_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384956.145453942706808, 5857801.445756647735834 ] } }, +{ "type": "Feature", "properties": { "_index": 392, "bedlevel": 754.9000244140625, "branchid": "pipe_10_E224;pipe_10_E225", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_388_generated", "shape": null, "area": 0.64, "streetlevel": 757.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 757.9000244140625, "distance_right": 5.9257077545387882e-07, "index_right": 395, "nodeid": "1384991.751307_5857836.319449", "id": "1384991.751307_5857836.319449", "name": "manhole_388_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384991.751306539867073, 5857836.319449373520911 ] } }, +{ "type": "Feature", "properties": { "_index": 393, "bedlevel": 743.0, "branchid": "pipe_10_E225;pipe_10_E226", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_389_generated", "shape": null, "area": 0.64, "streetlevel": 746.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 746.0, "distance_right": 1.6952005672566127e-07, "index_right": 396, "nodeid": "1385027.357159_5857871.193142", "id": "1385027.357159_5857871.193142", "name": "manhole_389_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385027.357159137027338, 5857871.193142099305987 ] } }, +{ "type": "Feature", "properties": { "_index": 394, "bedlevel": 752.79998779296875, "branchid": "pipe_10_E226;pipe_10_E227", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_390_generated", "shape": null, "area": 0.64, "streetlevel": 755.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 755.79998779296875, "distance_right": 3.183628517451925e-07, "index_right": 397, "nodeid": "1385062.963012_5857906.066835", "id": "1385062.963012_5857906.066835", "name": "manhole_390_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385062.963011734187603, 5857906.066834825091064 ] } }, +{ "type": "Feature", "properties": { "_index": 395, "bedlevel": 725.60003662109375, "branchid": "pipe_10_E227;pipe_10_E228", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_391_generated", "shape": null, "area": 0.64, "streetlevel": 728.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 728.60003662109375, "distance_right": 5.5717618408289852e-07, "index_right": 398, "nodeid": "1385098.568864_5857940.940528", "id": "1385098.568864_5857940.940528", "name": "manhole_391_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385098.568864331347868, 5857940.940527551807463 ] } }, +{ "type": "Feature", "properties": { "_index": 396, "bedlevel": 725.60003662109375, "branchid": "pipe_10_E228;pipe_10_E229", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_392_generated", "shape": null, "area": 0.64, "streetlevel": 728.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 728.60003662109375, "distance_right": 4.1749358665480613e-07, "index_right": 399, "nodeid": "1385135.753846_5857974.029479", "id": "1385135.753846_5857974.029479", "name": "manhole_392_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385135.753846400883049, 5857974.029479116201401 ] } }, +{ "type": "Feature", "properties": { "_index": 397, "bedlevel": 725.60003662109375, "branchid": "pipe_10_E229;pipe_10_E230", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_393_generated", "shape": null, "area": 0.64, "streetlevel": 728.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 728.60003662109375, "distance_right": 2.2747351319038044e-07, "index_right": 400, "nodeid": "1385175.738456_5858003.622976", "id": "1385175.738456_5858003.622976", "name": "manhole_393_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385175.738456205930561, 5858003.622975903563201 ] } }, +{ "type": "Feature", "properties": { "_index": 398, "bedlevel": 732.60003662109375, "branchid": "pipe_10_E230;pipe_10_E231", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_394_generated", "shape": null, "area": 0.64, "streetlevel": 735.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 735.60003662109375, "distance_right": 3.566935824899918e-07, "index_right": 401, "nodeid": "1385218.653757_5858028.965197", "id": "1385218.653757_5858028.965197", "name": "manhole_394_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385218.653756857383996, 5858028.965196672827005 ] } }, +{ "type": "Feature", "properties": { "_index": 399, "bedlevel": 732.60003662109375, "branchid": "pipe_10_E231;pipe_10_E232", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_395_generated", "shape": null, "area": 0.64, "streetlevel": 735.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 735.60003662109375, "distance_right": 2.440171783151832e-07, "index_right": 402, "nodeid": "1385262.454937_5858052.706983", "id": "1385262.454937_5858052.706983", "name": "manhole_395_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385262.454936756985262, 5858052.706982978619635 ] } }, +{ "type": "Feature", "properties": { "_index": 400, "bedlevel": 739.0, "branchid": "pipe_10_E232;pipe_10_E233", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_396_generated", "shape": null, "area": 0.64, "streetlevel": 742.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 742.0, "distance_right": 3.1389025035042856e-07, "index_right": 403, "nodeid": "1385306.715555_5858075.618745", "id": "1385306.715555_5858075.618745", "name": "manhole_396_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385306.715555034345016, 5858075.618745312094688 ] } }, +{ "type": "Feature", "properties": { "_index": 401, "bedlevel": 739.0, "branchid": "pipe_10_E233;pipe_10_E234", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_397_generated", "shape": null, "area": 0.64, "streetlevel": 742.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 742.0, "distance_right": 4.7303629503344029e-07, "index_right": 404, "nodeid": "1385350.976173_5858098.530508", "id": "1385350.976173_5858098.530508", "name": "manhole_397_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385350.97617331170477, 5858098.530507644638419 ] } }, +{ "type": "Feature", "properties": { "_index": 402, "bedlevel": 733.0, "branchid": "pipe_10_E234;pipe_10_E235", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_398_generated", "shape": null, "area": 0.64, "streetlevel": 736.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 736.0, "distance_right": 4.1132101639328379e-07, "index_right": 405, "nodeid": "1385395.236792_5858121.442270", "id": "1385395.236792_5858121.442270", "name": "manhole_398_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385395.236791589297354, 5858121.442269978113472 ] } }, +{ "type": "Feature", "properties": { "_index": 403, "bedlevel": 733.0, "branchid": "pipe_10_E235;pipe_10_E236", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_399_generated", "shape": null, "area": 0.64, "streetlevel": 736.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 736.0, "distance_right": 3.3846440994221831e-07, "index_right": 406, "nodeid": "1385439.497410_5858144.354032", "id": "1385439.497410_5858144.354032", "name": "manhole_399_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385439.497409866657108, 5858144.354032310657203 ] } }, +{ "type": "Feature", "properties": { "_index": 404, "bedlevel": 734.9000244140625, "branchid": "pipe_10_E236;pipe_10_E237", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_400_generated", "shape": null, "area": 0.64, "streetlevel": 737.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 737.9000244140625, "distance_right": 3.8384905064986902e-07, "index_right": 407, "nodeid": "1385483.758028_5858167.265795", "id": "1385483.758028_5858167.265795", "name": "manhole_400_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385483.758028144016862, 5858167.265794644132257 ] } }, +{ "type": "Feature", "properties": { "_index": 405, "bedlevel": 734.9000244140625, "branchid": "pipe_10_E237;pipe_10_E238", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_401_generated", "shape": null, "area": 0.64, "streetlevel": 737.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 737.9000244140625, "distance_right": 4.2201580210351053e-07, "index_right": 408, "nodeid": "1385528.018646_5858190.177557", "id": "1385528.018646_5858190.177557", "name": "manhole_401_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385528.018646421376616, 5858190.17755697760731 ] } }, +{ "type": "Feature", "properties": { "_index": 406, "bedlevel": 724.29998779296875, "branchid": "pipe_10_E238;pipe_10_E239", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_402_generated", "shape": null, "area": 0.64, "streetlevel": 727.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 727.29998779296875, "distance_right": 3.5470585152500708e-07, "index_right": 409, "nodeid": "1385571.606102_5858214.277655", "id": "1385571.606102_5858214.277655", "name": "manhole_402_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385571.606102279853076, 5858214.277655217796564 ] } }, +{ "type": "Feature", "properties": { "_index": 407, "bedlevel": 724.29998779296875, "branchid": "pipe_10_E239;pipe_10_E240", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_403_generated", "shape": null, "area": 0.64, "streetlevel": 727.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 727.29998779296875, "distance_right": 1.7555615806898356e-07, "index_right": 410, "nodeid": "1385614.013401_5858240.461089", "id": "1385614.013401_5858240.461089", "name": "manhole_403_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385614.013400863157585, 5858240.461089110001922 ] } }, +{ "type": "Feature", "properties": { "_index": 408, "bedlevel": 687.60003662109375, "branchid": "pipe_10_E240;pipe_10_E241", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_404_generated", "shape": null, "area": 0.64, "streetlevel": 690.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 690.60003662109375, "distance_right": 4.4657305906836809e-07, "index_right": 411, "nodeid": "1385656.420699_5858266.644523", "id": "1385656.420699_5858266.644523", "name": "manhole_404_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385656.420699446462095, 5858266.644523002207279 ] } }, +{ "type": "Feature", "properties": { "_index": 409, "bedlevel": 730.60003662109375, "branchid": "pipe_10_E241;pipe_10_E242", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_405_generated", "shape": null, "area": 0.64, "streetlevel": 733.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 733.60003662109375, "distance_right": 4.9396989618903532e-07, "index_right": 412, "nodeid": "1385698.773112_5858292.896190", "id": "1385698.773112_5858292.896190", "name": "manhole_405_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385698.773111530812457, 5858292.8961898451671 ] } }, +{ "type": "Feature", "properties": { "_index": 410, "bedlevel": 730.60003662109375, "branchid": "pipe_10_E242;pipe_10_E243", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_406_generated", "shape": null, "area": 0.64, "streetlevel": 733.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 733.60003662109375, "distance_right": 5.9111518677801371e-07, "index_right": 413, "nodeid": "1385733.435650_5858328.707635", "id": "1385733.435650_5858328.707635", "name": "manhole_406_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385733.435650466475636, 5858328.707634637132287 ] } }, +{ "type": "Feature", "properties": { "_index": 411, "bedlevel": 718.60003662109375, "branchid": "pipe_10_E243;pipe_10_E244", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_407_generated", "shape": null, "area": 0.64, "streetlevel": 721.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 721.60003662109375, "distance_right": 5.8739235381329021e-07, "index_right": 414, "nodeid": "1385768.098189_5858364.519079", "id": "1385768.098189_5858364.519079", "name": "manhole_407_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385768.098189401905984, 5858364.519079428166151 ] } }, +{ "type": "Feature", "properties": { "_index": 412, "bedlevel": 718.60003662109375, "branchid": "pipe_10_E244;pipe_10_E245", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_408_generated", "shape": null, "area": 0.64, "streetlevel": 721.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 721.60003662109375, "distance_right": 3.8476255406641031e-07, "index_right": 415, "nodeid": "1385795.882535_5858405.467094", "id": "1385795.882535_5858405.467094", "name": "manhole_408_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385795.882535298354924, 5858405.467093757353723 ] } }, +{ "type": "Feature", "properties": { "_index": 413, "bedlevel": 736.0, "branchid": "pipe_10_E245;pipe_10_E246", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_409_generated", "shape": null, "area": 0.64, "streetlevel": 739.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 739.0, "distance_right": 3.3645639254133238e-07, "index_right": 416, "nodeid": "1385820.377635_5858448.871486", "id": "1385820.377635_5858448.871486", "name": "manhole_409_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385820.377634756267071, 5858448.871486231684685 ] } }, +{ "type": "Feature", "properties": { "_index": 414, "bedlevel": 724.79998779296875, "branchid": "pipe_10_E246;pipe_10_E247", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_410_generated", "shape": null, "area": 0.64, "streetlevel": 727.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 727.79998779296875, "distance_right": 3.9048475593888301e-07, "index_right": 417, "nodeid": "1385841.084314_5858493.920932", "id": "1385841.084314_5858493.920932", "name": "manhole_410_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385841.084314390551299, 5858493.920932004228234 ] } }, +{ "type": "Feature", "properties": { "_index": 415, "bedlevel": 724.79998779296875, "branchid": "pipe_10_E247;pipe_10_E248", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_411_generated", "shape": null, "area": 0.64, "streetlevel": 727.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 727.79998779296875, "distance_right": 4.1240584132304262e-07, "index_right": 418, "nodeid": "1385856.076262_5858541.451898", "id": "1385856.076262_5858541.451898", "name": "manhole_411_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385856.076261736918241, 5858541.451897682622075 ] } }, +{ "type": "Feature", "properties": { "_index": 416, "bedlevel": 731.9000244140625, "branchid": "pipe_10_E248;pipe_10_E249", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_412_generated", "shape": null, "area": 0.64, "streetlevel": 734.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 734.9000244140625, "distance_right": 3.9323655141917895e-07, "index_right": 419, "nodeid": "1385865.668900_5858590.250007", "id": "1385865.668900_5858590.250007", "name": "manhole_412_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385865.668899663724005, 5858590.250006795860827 ] } }, +{ "type": "Feature", "properties": { "_index": 417, "bedlevel": 731.9000244140625, "branchid": "pipe_10_E249;pipe_10_E250", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_413_generated", "shape": null, "area": 0.64, "streetlevel": 734.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 734.9000244140625, "distance_right": 4.9549867528789424e-07, "index_right": 420, "nodeid": "1385873.387287_5858639.487977", "id": "1385873.387287_5858639.487977", "name": "manhole_413_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385873.387286560609937, 5858639.487976770848036 ] } }, +{ "type": "Feature", "properties": { "_index": 418, "bedlevel": 748.4000244140625, "branchid": "pipe_10_E250;pipe_10_E251", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_414_generated", "shape": null, "area": 0.64, "streetlevel": 751.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 751.4000244140625, "distance_right": 2.5224403860867615e-07, "index_right": 421, "nodeid": "1385875.017950_5858689.287253", "id": "1385875.017950_5858689.287253", "name": "manhole_414_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385875.017949819331989, 5858689.287253175862134 ] } }, +{ "type": "Feature", "properties": { "_index": 419, "bedlevel": 748.4000244140625, "branchid": "pipe_10_E251;pipe_10_E252", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_415_generated", "shape": null, "area": 0.64, "streetlevel": 751.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 751.4000244140625, "distance_right": 5.6460120498363627e-07, "index_right": 422, "nodeid": "1385876.432929_5858739.106416", "id": "1385876.432929_5858739.106416", "name": "manhole_415_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385876.432928551919758, 5858739.106416343711317 ] } }, +{ "type": "Feature", "properties": { "_index": 420, "bedlevel": 748.4000244140625, "branchid": "pipe_10_E252;pipe_10_E253", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_416_generated", "shape": null, "area": 0.64, "streetlevel": 751.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 751.4000244140625, "distance_right": 4.8251054346948512e-07, "index_right": 423, "nodeid": "1385878.329822_5858788.908142", "id": "1385878.329822_5858788.908142", "name": "manhole_416_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385878.329821793129668, 5858788.908141564577818 ] } }, +{ "type": "Feature", "properties": { "_index": 421, "bedlevel": 756.70001220703125, "branchid": "pipe_10_E253;pipe_10_E254", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_417_generated", "shape": null, "area": 0.64, "streetlevel": 759.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 759.70001220703125, "distance_right": 2.4793227757235602e-07, "index_right": 424, "nodeid": "1385880.519215_5858838.699283", "id": "1385880.519215_5858838.699283", "name": "manhole_417_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385880.51921496167779, 5858838.69928275514394 ] } }, +{ "type": "Feature", "properties": { "_index": 422, "bedlevel": 756.70001220703125, "branchid": "pipe_10_E254;pipe_10_E255", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_418_generated", "shape": null, "area": 0.64, "streetlevel": 759.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 759.70001220703125, "distance_right": 4.9687526799931372e-07, "index_right": 425, "nodeid": "1385882.620351_5858888.493530", "id": "1385882.620351_5858888.493530", "name": "manhole_418_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385882.620351102668792, 5858888.493530485779047 ] } }, +{ "type": "Feature", "properties": { "_index": 423, "bedlevel": 756.70001220703125, "branchid": "pipe_10_E255;pipe_10_E256", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_419_generated", "shape": null, "area": 0.64, "streetlevel": 759.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 759.70001220703125, "distance_right": 4.8876958658520276e-07, "index_right": 426, "nodeid": "1385883.937444_5858938.315378", "id": "1385883.937444_5858938.315378", "name": "manhole_419_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385883.937443709466606, 5858938.315377607010305 ] } }, +{ "type": "Feature", "properties": { "_index": 424, "bedlevel": 763.10003662109375, "branchid": "pipe_10_E256;pipe_10_E257", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_420_generated", "shape": null, "area": 0.64, "streetlevel": 766.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.10003662109375, "distance_right": 5.5059992250426879e-07, "index_right": 427, "nodeid": "1385885.254539_5858988.137225", "id": "1385885.254539_5858988.137225", "name": "manhole_420_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385885.254538560518995, 5858988.137224668636918 ] } }, +{ "type": "Feature", "properties": { "_index": 425, "bedlevel": 763.10003662109375, "branchid": "pipe_10_E257;pipe_10_E258", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_421_generated", "shape": null, "area": 0.64, "streetlevel": 766.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.10003662109375, "distance_right": 4.3659669481212074e-07, "index_right": 428, "nodeid": "1385890.650534_5859037.630401", "id": "1385890.650534_5859037.630401", "name": "manhole_421_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385890.650534195825458, 5859037.630400610156357 ] } }, +{ "type": "Feature", "properties": { "_index": 426, "bedlevel": 763.10003662109375, "branchid": "pipe_10_E258;pipe_10_E259", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_422_generated", "shape": null, "area": 0.64, "streetlevel": 766.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.10003662109375, "distance_right": 1.9950746892356647e-07, "index_right": 429, "nodeid": "1385901.777443_5859086.092394", "id": "1385901.777443_5859086.092394", "name": "manhole_422_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385901.777442803606391, 5859086.09239396546036 ] } }, +{ "type": "Feature", "properties": { "_index": 427, "bedlevel": 765.60003662109375, "branchid": "pipe_10_E259;pipe_10_E260", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_423_generated", "shape": null, "area": 0.64, "streetlevel": 768.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 768.60003662109375, "distance_right": 4.4190839080191394e-07, "index_right": 430, "nodeid": "1385915.397955_5859134.034368", "id": "1385915.397955_5859134.034368", "name": "manhole_423_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385915.397954803425819, 5859134.03436760418117 ] } }, +{ "type": "Feature", "properties": { "_index": 428, "bedlevel": 759.79998779296875, "branchid": "pipe_10_E260;pipe_10_E261", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_424_generated", "shape": null, "area": 0.64, "streetlevel": 762.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.79998779296875, "distance_right": 4.988545283431086e-07, "index_right": 431, "nodeid": "1385928.426053_5859182.139209", "id": "1385928.426053_5859182.139209", "name": "manhole_424_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385928.42605347908102, 5859182.139209139160812 ] } }, +{ "type": "Feature", "properties": { "_index": 429, "bedlevel": 759.5, "branchid": "pipe_10_E261;pipe_10_E262", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_425_generated", "shape": null, "area": 0.64, "streetlevel": 762.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.5, "distance_right": 5.2005172650962332e-07, "index_right": 432, "nodeid": "1385941.228082_5859230.306202", "id": "1385941.228082_5859230.306202", "name": "manhole_425_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385941.228082312969491, 5859230.306202415376902 ] } }, +{ "type": "Feature", "properties": { "_index": 430, "bedlevel": 759.5, "branchid": "pipe_10_E262;pipe_10_E263", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_426_generated", "shape": null, "area": 0.64, "streetlevel": 762.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.5, "distance_right": 2.8382466111334913e-07, "index_right": 433, "nodeid": "1385945.092689_5859279.734331", "id": "1385945.092689_5859279.734331", "name": "manhole_426_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385945.092689140234143, 5859279.734331246465445 ] } }, +{ "type": "Feature", "properties": { "_index": 431, "bedlevel": 759.5, "branchid": "pipe_10_E263;pipe_10_E264", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_427_generated", "shape": null, "area": 0.64, "streetlevel": 762.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.5, "distance_right": 4.5600920280355245e-07, "index_right": 434, "nodeid": "1385937.902412_5859328.779896", "id": "1385937.902412_5859328.779896", "name": "manhole_427_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385937.902412303024903, 5859328.779896341264248 ] } }, +{ "type": "Feature", "properties": { "_index": 432, "bedlevel": 775.0, "branchid": "pipe_10_E264;pipe_10_E265", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_428_generated", "shape": null, "area": 0.64, "streetlevel": 778.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.0, "distance_right": 3.5119784074524645e-07, "index_right": 435, "nodeid": "1385932.795076_5859378.173214", "id": "1385932.795076_5859378.173214", "name": "manhole_428_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385932.795075723901391, 5859378.173214216716588 ] } }, +{ "type": "Feature", "properties": { "_index": 433, "bedlevel": 775.0, "branchid": "pipe_10_E265;pipe_10_E266", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_429_generated", "shape": null, "area": 0.64, "streetlevel": 778.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.0, "distance_right": 4.695879513954162e-07, "index_right": 436, "nodeid": "1385937.702696_5859427.770255", "id": "1385937.702696_5859427.770255", "name": "manhole_429_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385937.702695531537756, 5859427.770254967734218 ] } }, +{ "type": "Feature", "properties": { "_index": 434, "bedlevel": 775.0, "branchid": "pipe_10_E266;pipe_10_E267", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_430_generated", "shape": null, "area": 0.64, "streetlevel": 778.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.0, "distance_right": 1.8520459362715071e-07, "index_right": 437, "nodeid": "1385939.035938_5859477.502304", "id": "1385939.035938_5859477.502304", "name": "manhole_430_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385939.035937832202762, 5859477.50230407807976 ] } }, +{ "type": "Feature", "properties": { "_index": 435, "bedlevel": 792.9000244140625, "branchid": "pipe_10_E267;pipe_10_E268", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_431_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 2.5355941251856743e-07, "index_right": 438, "nodeid": "1385937.883638_5859527.328235", "id": "1385937.883638_5859527.328235", "name": "manhole_431_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385937.883638251805678, 5859527.328234969638288 ] } }, +{ "type": "Feature", "properties": { "_index": 436, "bedlevel": 792.9000244140625, "branchid": "pipe_10_E268;pipe_10_E269", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_432_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 3.6358463847525687e-07, "index_right": 439, "nodeid": "1385940.515994_5859576.989168", "id": "1385940.515994_5859576.989168", "name": "manhole_432_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385940.515994266141206, 5859576.989168248139322 ] } }, +{ "type": "Feature", "properties": { "_index": 437, "bedlevel": 792.9000244140625, "branchid": "pipe_10_E269;pipe_10_E270", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_433_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 4.9116737648064597e-07, "index_right": 440, "nodeid": "1385950.701545_5859625.530177", "id": "1385950.701545_5859625.530177", "name": "manhole_433_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385950.701545101590455, 5859625.530176519416273 ] } }, +{ "type": "Feature", "properties": { "_index": 438, "bedlevel": 812.0, "branchid": "pipe_10_E270;pipe_10_E271", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_434_generated", "shape": null, "area": 0.64, "streetlevel": 815.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 815.0, "distance_right": 5.5124507418760386e-07, "index_right": 441, "nodeid": "1385970.467743_5859670.991299", "id": "1385970.467743_5859670.991299", "name": "manhole_434_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385970.467743494315073, 5859670.991298755630851 ] } }, +{ "type": "Feature", "properties": { "_index": 439, "bedlevel": 812.0, "branchid": "pipe_10_E271;pipe_10_E272", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_435_generated", "shape": null, "area": 0.64, "streetlevel": 815.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 815.0, "distance_right": 2.2592636056373782e-07, "index_right": 442, "nodeid": "1386011.983088_5859697.862917", "id": "1386011.983088_5859697.862917", "name": "manhole_435_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386011.983088220236823, 5859697.862916950136423 ] } }, +{ "type": "Feature", "properties": { "_index": 440, "bedlevel": 776.79998779296875, "branchid": "pipe_10_E272;pipe_10_E273", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_436_generated", "shape": null, "area": 0.64, "streetlevel": 779.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 779.79998779296875, "distance_right": 2.826630180046859e-07, "index_right": 443, "nodeid": "1386052.213596_5859727.119808", "id": "1386052.213596_5859727.119808", "name": "manhole_436_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386052.213596233632416, 5859727.119808158837259 ] } }, +{ "type": "Feature", "properties": { "_index": 441, "bedlevel": 777.79998779296875, "branchid": "pipe_10_E273;pipe_10_E274", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_437_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 1.7247219687616297e-07, "index_right": 444, "nodeid": "1386046.501013_5859771.612672", "id": "1386046.501013_5859771.612672", "name": "manhole_437_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386046.501012831227854, 5859771.612671964801848 ] } }, +{ "type": "Feature", "properties": { "_index": 442, "bedlevel": 777.79998779296875, "branchid": "pipe_10_E274;pipe_10_E275", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_438_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 2.6156737925919828e-07, "index_right": 445, "nodeid": "1386026.809696_5859816.873920", "id": "1386026.809696_5859816.873920", "name": "manhole_438_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386026.809695787727833, 5859816.873920152895153 ] } }, +{ "type": "Feature", "properties": { "_index": 443, "bedlevel": 777.79998779296875, "branchid": "pipe_10_E275;pipe_10_E276", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_439_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 3.7655071668317508e-07, "index_right": 446, "nodeid": "1386030.149607_5859866.379010", "id": "1386030.149607_5859866.379010", "name": "manhole_439_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386030.149607364553958, 5859866.379009906202555 ] } }, +{ "type": "Feature", "properties": { "_index": 444, "bedlevel": 763.29998779296875, "branchid": "pipe_10_E276", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_440_generated", "shape": null, "area": 0.64, "streetlevel": 766.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.29998779296875, "distance_right": 3.8584702415109949e-07, "index_right": 447, "nodeid": "1386045.250939_5859913.859036", "id": "1386045.250939_5859913.859036", "name": "manhole_440_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386045.250939248362556, 5859913.859036295674741 ] } }, +{ "type": "Feature", "properties": { "_index": 445, "bedlevel": 797.79998779296875, "branchid": "pipe_11_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_441_generated", "shape": null, "area": 0.64, "streetlevel": 800.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 800.79998779296875, "distance_right": 4.7301652606593837e-07, "index_right": 448, "nodeid": "1384196.861816_5856829.880484", "id": "1384196.861816_5856829.880484", "name": "manhole_441_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384196.861816460033879, 5856829.88048410974443 ] } }, +{ "type": "Feature", "properties": { "_index": 445, "bedlevel": 797.79998779296875, "branchid": "pipe_11_E0;pipe_11_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_442_generated", "shape": null, "area": 0.64, "streetlevel": 800.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 800.79998779296875, "distance_right": 4.1916041075255855e-07, "index_right": 449, "nodeid": "1384235.225193_5856854.977666", "id": "1384235.225193_5856854.977666", "name": "manhole_442_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384235.22519311751239, 5856854.977665597572923 ] } }, +{ "type": "Feature", "properties": { "_index": 446, "bedlevel": 790.9000244140625, "branchid": "pipe_11_E1;pipe_11_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_443_generated", "shape": null, "area": 0.64, "streetlevel": 793.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 793.9000244140625, "distance_right": 1.8064117134611431e-07, "index_right": 450, "nodeid": "1384263.450330_5856892.038371", "id": "1384263.450330_5856892.038371", "name": "manhole_443_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384263.450329831801355, 5856892.038370934315026 ] } }, +{ "type": "Feature", "properties": { "_index": 447, "bedlevel": 790.9000244140625, "branchid": "pipe_11_E2;pipe_11_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_444_generated", "shape": null, "area": 0.64, "streetlevel": 793.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 793.9000244140625, "distance_right": 5.2895601992239946e-07, "index_right": 451, "nodeid": "1384291.675467_5856929.099076", "id": "1384291.675467_5856929.099076", "name": "manhole_444_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384291.675466545857489, 5856929.099076271057129 ] } }, +{ "type": "Feature", "properties": { "_index": 448, "bedlevel": 804.60003662109375, "branchid": "pipe_11_E3;pipe_11_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_445_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 4.6972328747941346e-07, "index_right": 452, "nodeid": "1384319.900603_5856966.159782", "id": "1384319.900603_5856966.159782", "name": "manhole_445_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384319.900603260146454, 5856966.159781608730555 ] } }, +{ "type": "Feature", "properties": { "_index": 449, "bedlevel": 804.60003662109375, "branchid": "pipe_11_E4;pipe_11_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_446_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 3.2505859644673266e-07, "index_right": 453, "nodeid": "1384347.205868_5857003.894511", "id": "1384347.205868_5857003.894511", "name": "manhole_446_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384347.205867683747783, 5857003.894510924816132 ] } }, +{ "type": "Feature", "properties": { "_index": 450, "bedlevel": 796.0, "branchid": "pipe_11_E5;pipe_11_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_447_generated", "shape": null, "area": 0.64, "streetlevel": 799.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 799.0, "distance_right": 4.0063787966893061e-08, "index_right": 454, "nodeid": "1384380.322691_5857036.360282", "id": "1384380.322691_5857036.360282", "name": "manhole_447_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384380.322691001230851, 5857036.360282040201128 ] } }, +{ "type": "Feature", "properties": { "_index": 451, "bedlevel": 804.60003662109375, "branchid": "pipe_11_E6;pipe_11_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_448_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 6.5217326255448256e-07, "index_right": 455, "nodeid": "1384415.156611_5857067.291694", "id": "1384415.156611_5857067.291694", "name": "manhole_448_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384415.156610523350537, 5857067.291694445535541 ] } }, +{ "type": "Feature", "properties": { "_index": 452, "bedlevel": 792.9000244140625, "branchid": "pipe_11_E7;pipe_11_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_449_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 2.5437427121489189e-07, "index_right": 456, "nodeid": "1384449.343576_5857098.828100", "id": "1384449.343576_5857098.828100", "name": "manhole_449_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384449.343575850594789, 5857098.828100205399096 ] } }, +{ "type": "Feature", "properties": { "_index": 453, "bedlevel": 792.9000244140625, "branchid": "pipe_11_E8;pipe_11_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_450_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 2.5635753496972149e-07, "index_right": 457, "nodeid": "1384470.004810_5857139.926174", "id": "1384470.004810_5857139.926174", "name": "manhole_450_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384470.004810179118067, 5857139.926174183376133 ] } }, +{ "type": "Feature", "properties": { "_index": 454, "bedlevel": 792.9000244140625, "branchid": "pipe_11_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_451_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 2.3880128290434959e-07, "index_right": 458, "nodeid": "1384484.180762_5857184.301805", "id": "1384484.180762_5857184.301805", "name": "manhole_451_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384484.18076178082265, 5857184.301805094815791 ] } }, +{ "type": "Feature", "properties": { "_index": 455, "bedlevel": 804.60003662109375, "branchid": "pipe_12_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_452_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 2.9575907640532436e-07, "index_right": 459, "nodeid": "1384289.065524_5856954.947841", "id": "1384289.065524_5856954.947841", "name": "manhole_452_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384289.06552429520525, 5856954.947841017507017 ] } }, +{ "type": "Feature", "properties": { "_index": 455, "bedlevel": 804.60003662109375, "branchid": "pipe_12_E0;pipe_12_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_453_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 4.147576493632742e-07, "index_right": 460, "nodeid": "1384305.049611_5856994.887349", "id": "1384305.049611_5856994.887349", "name": "manhole_453_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384305.049610810354352, 5856994.88734863139689 ] } }, +{ "type": "Feature", "properties": { "_index": 456, "bedlevel": 804.60003662109375, "branchid": "pipe_12_E1;pipe_12_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_454_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 4.0680171125278462e-07, "index_right": 461, "nodeid": "1384321.033697_5857034.826856", "id": "1384321.033697_5857034.826856", "name": "manhole_454_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384321.033697325503454, 5857034.82685624435544 ] } }, +{ "type": "Feature", "properties": { "_index": 457, "bedlevel": 796.0, "branchid": "pipe_12_E2;pipe_12_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_455_generated", "shape": null, "area": 0.64, "streetlevel": 799.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 799.0, "distance_right": 5.1416054878534695e-07, "index_right": 462, "nodeid": "1384347.445656_5857068.672039", "id": "1384347.445656_5857068.672039", "name": "manhole_455_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384347.445656489115208, 5857068.672038841992617 ] } }, +{ "type": "Feature", "properties": { "_index": 458, "bedlevel": 804.60003662109375, "branchid": "pipe_12_E3;pipe_12_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_456_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 6.3615944847267436e-07, "index_right": 463, "nodeid": "1384374.130628_5857102.406952", "id": "1384374.130628_5857102.406952", "name": "manhole_456_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384374.130628447979689, 5857102.406951548531651 ] } }, +{ "type": "Feature", "properties": { "_index": 459, "bedlevel": 804.60003662109375, "branchid": "pipe_12_E4;pipe_12_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_457_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 3.5938825885944809e-07, "index_right": 464, "nodeid": "1384399.587644_5857137.085412", "id": "1384399.587644_5857137.085412", "name": "manhole_457_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384399.587644136510789, 5857137.08541233278811 ] } }, +{ "type": "Feature", "properties": { "_index": 460, "bedlevel": 804.60003662109375, "branchid": "pipe_12_E5;pipe_12_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_458_generated", "shape": null, "area": 0.64, "streetlevel": 807.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.60003662109375, "distance_right": 2.1058202778609514e-07, "index_right": 465, "nodeid": "1384425.044660_5857171.763873", "id": "1384425.044660_5857171.763873", "name": "manhole_458_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384425.04465982504189, 5857171.763873117044568 ] } }, +{ "type": "Feature", "properties": { "_index": 461, "bedlevel": 792.9000244140625, "branchid": "pipe_12_E6;pipe_15_E0;pipe_17_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_459_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 1.0521498026447859e-07, "index_right": 466, "nodeid": "1384456.866521_5857200.577978", "id": "1384456.866521_5857200.577978", "name": "manhole_459_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384456.866520966170356, 5857200.577977900393307 ] } }, +{ "type": "Feature", "properties": { "_index": 462, "bedlevel": 792.9000244140625, "branchid": "pipe_15_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_460_generated", "shape": null, "area": 0.64, "streetlevel": 795.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 795.9000244140625, "distance_right": 5.3722077541611869e-07, "index_right": 467, "nodeid": "1384480.774831_5857195.244455", "id": "1384480.774831_5857195.244455", "name": "manhole_460_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384480.774830641923472, 5857195.244455400854349 ] } }, +{ "type": "Feature", "properties": { "_index": 463, "bedlevel": 802.0, "branchid": "pipe_17_E0;pipe_18_E0;pipe_19_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_461_generated", "shape": null, "area": 0.64, "streetlevel": 805.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 805.0, "distance_right": 1.9196784202574641e-07, "index_right": 468, "nodeid": "1384478.871156_5857219.682923", "id": "1384478.871156_5857219.682923", "name": "manhole_461_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384478.871156033361331, 5857219.682923189364374 ] } }, +{ "type": "Feature", "properties": { "_index": 464, "bedlevel": 802.0, "branchid": "pipe_18_E0;pipe_19_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_462_generated", "shape": null, "area": 0.64, "streetlevel": 805.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 805.0, "distance_right": 4.2284615434076742e-07, "index_right": 469, "nodeid": "1384493.329777_5857201.952338", "id": "1384493.329777_5857201.952338", "name": "manhole_462_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384493.329776774393395, 5857201.952337642200291 ] } }, +{ "type": "Feature", "properties": { "_index": 465, "bedlevel": 802.0, "branchid": "pipe_19_E0;pipe_19_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_463_generated", "shape": null, "area": 0.64, "streetlevel": 805.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 805.0, "distance_right": 2.1723785306021382e-07, "index_right": 470, "nodeid": "1384511.321100_5857246.008046", "id": "1384511.321100_5857246.008046", "name": "manhole_463_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384511.321100181667134, 5857246.008046119473875 ] } }, +{ "type": "Feature", "properties": { "_index": 467, "bedlevel": 802.0, "branchid": "pipe_20_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_464_generated", "shape": null, "area": 0.64, "streetlevel": 805.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 805.0, "distance_right": 3.7745466738450301e-07, "index_right": 471, "nodeid": "1384512.484967_5857248.858029", "id": "1384512.484967_5857248.858029", "name": "manhole_464_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384512.484966830350459, 5857248.858029337599874 ] } }, +{ "type": "Feature", "properties": { "_index": 467, "bedlevel": 793.29998779296875, "branchid": "pipe_20_E0;pipe_20_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_465_generated", "shape": null, "area": 0.64, "streetlevel": 796.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 796.29998779296875, "distance_right": 2.9467429280942488e-07, "index_right": 472, "nodeid": "1384550.208547_5857281.609187", "id": "1384550.208547_5857281.609187", "name": "manhole_465_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384550.208547196350992, 5857281.609186780638993 ] } }, +{ "type": "Feature", "properties": { "_index": 468, "bedlevel": 793.29998779296875, "branchid": "pipe_20_E1;pipe_20_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_466_generated", "shape": null, "area": 0.64, "streetlevel": 796.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 796.29998779296875, "distance_right": 4.9191202976319131e-07, "index_right": 473, "nodeid": "1384587.932128_5857314.360344", "id": "1384587.932128_5857314.360344", "name": "manhole_466_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384587.932127562351525, 5857314.360344224609435 ] } }, +{ "type": "Feature", "properties": { "_index": 469, "bedlevel": 806.10003662109375, "branchid": "pipe_20_E2;pipe_20_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_467_generated", "shape": null, "area": 0.64, "streetlevel": 809.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.10003662109375, "distance_right": 3.5761089101492169e-07, "index_right": 474, "nodeid": "1384608.456867_5857358.785165", "id": "1384608.456867_5857358.785165", "name": "manhole_467_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384608.456866907887161, 5857358.785165345296264 ] } }, +{ "type": "Feature", "properties": { "_index": 470, "bedlevel": 806.10003662109375, "branchid": "pipe_20_E3;pipe_20_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_468_generated", "shape": null, "area": 0.64, "streetlevel": 809.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.10003662109375, "distance_right": 3.4869916151305031e-07, "index_right": 475, "nodeid": "1384624.966164_5857405.935456", "id": "1384624.966164_5857405.935456", "name": "manhole_468_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384624.966163935838267, 5857405.935456342995167 ] } }, +{ "type": "Feature", "properties": { "_index": 471, "bedlevel": 791.29998779296875, "branchid": "pipe_20_E4;pipe_20_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_469_generated", "shape": null, "area": 0.64, "streetlevel": 794.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 794.29998779296875, "distance_right": 5.3270430114269587e-07, "index_right": 476, "nodeid": "1384639.938245_5857453.586039", "id": "1384639.938245_5857453.586039", "name": "manhole_469_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384639.938245237572119, 5857453.586039477027953 ] } }, +{ "type": "Feature", "properties": { "_index": 472, "bedlevel": 809.4000244140625, "branchid": "pipe_20_E5;pipe_20_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_470_generated", "shape": null, "area": 0.64, "streetlevel": 812.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 812.4000244140625, "distance_right": 4.9705781674062353e-07, "index_right": 477, "nodeid": "1384654.342376_5857501.421464", "id": "1384654.342376_5857501.421464", "name": "manhole_470_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384654.3423755497206, 5857501.421464210376143 ] } }, +{ "type": "Feature", "properties": { "_index": 473, "bedlevel": 809.4000244140625, "branchid": "pipe_20_E6;pipe_20_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_471_generated", "shape": null, "area": 0.64, "streetlevel": 812.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 812.4000244140625, "distance_right": 2.7046393679534545e-07, "index_right": 478, "nodeid": "1384665.748858_5857550.055336", "id": "1384665.748858_5857550.055336", "name": "manhole_471_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384665.748858094681054, 5857550.055336253717542 ] } }, +{ "type": "Feature", "properties": { "_index": 474, "bedlevel": 809.4000244140625, "branchid": "pipe_20_E7;pipe_20_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_472_generated", "shape": null, "area": 0.64, "streetlevel": 812.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 812.4000244140625, "distance_right": 4.1869249149785678e-07, "index_right": 479, "nodeid": "1384677.047727_5857598.717872", "id": "1384677.047727_5857598.717872", "name": "manhole_472_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384677.04772660904564, 5857598.717872150242329 ] } }, +{ "type": "Feature", "properties": { "_index": 475, "bedlevel": 815.9000244140625, "branchid": "pipe_20_E8;pipe_20_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_473_generated", "shape": null, "area": 0.64, "streetlevel": 818.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 818.9000244140625, "distance_right": 1.315680624067599e-07, "index_right": 480, "nodeid": "1384688.346595_5857647.380408", "id": "1384688.346595_5857647.380408", "name": "manhole_473_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384688.346595123410225, 5857647.380408045835793 ] } }, +{ "type": "Feature", "properties": { "_index": 476, "bedlevel": 815.9000244140625, "branchid": "pipe_20_E9;pipe_20_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_474_generated", "shape": null, "area": 0.64, "streetlevel": 818.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 818.9000244140625, "distance_right": 3.6700491044701186e-07, "index_right": 481, "nodeid": "1384699.645464_5857696.042944", "id": "1384699.645464_5857696.042944", "name": "manhole_474_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384699.64546363777481, 5857696.042943941429257 ] } }, +{ "type": "Feature", "properties": { "_index": 477, "bedlevel": 788.0, "branchid": "pipe_20_E10;pipe_20_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_475_generated", "shape": null, "area": 0.64, "streetlevel": 791.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 791.0, "distance_right": 2.2220693550766025e-07, "index_right": 482, "nodeid": "1384710.944332_5857744.705480", "id": "1384710.944332_5857744.705480", "name": "manhole_475_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384710.944332152139395, 5857744.705479837954044 ] } }, +{ "type": "Feature", "properties": { "_index": 478, "bedlevel": 768.9000244140625, "branchid": "pipe_20_E11;pipe_20_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_476_generated", "shape": null, "area": 0.64, "streetlevel": 771.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 771.9000244140625, "distance_right": 4.8028085976613379e-07, "index_right": 483, "nodeid": "1384726.848783_5857791.671308", "id": "1384726.848783_5857791.671308", "name": "manhole_476_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384726.848783193388954, 5857791.671307560056448 ] } }, +{ "type": "Feature", "properties": { "_index": 479, "bedlevel": 768.9000244140625, "branchid": "pipe_20_E12;pipe_20_E13", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_477_generated", "shape": null, "area": 0.64, "streetlevel": 771.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 771.9000244140625, "distance_right": 5.9588726492505702e-07, "index_right": 484, "nodeid": "1384753.929338_5857833.199649", "id": "1384753.929338_5857833.199649", "name": "manhole_477_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384753.929338480113074, 5857833.199649352580309 ] } }, +{ "type": "Feature", "properties": { "_index": 480, "bedlevel": 768.9000244140625, "branchid": "pipe_20_E13;pipe_20_E14", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_478_generated", "shape": null, "area": 0.64, "streetlevel": 771.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 771.9000244140625, "distance_right": 3.5161620977039942e-07, "index_right": 485, "nodeid": "1384783.627482_5857873.006575", "id": "1384783.627482_5857873.006575", "name": "manhole_478_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384783.627482200739905, 5857873.006575288251042 ] } }, +{ "type": "Feature", "properties": { "_index": 481, "bedlevel": 788.0, "branchid": "pipe_20_E14;pipe_20_E15", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_479_generated", "shape": null, "area": 0.64, "streetlevel": 791.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 791.0, "distance_right": 3.7131283277773026e-07, "index_right": 486, "nodeid": "1384795.018453_5857920.637507", "id": "1384795.018453_5857920.637507", "name": "manhole_479_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384795.018452654592693, 5857920.637507135979831 ] } }, +{ "type": "Feature", "properties": { "_index": 482, "bedlevel": 788.0, "branchid": "pipe_20_E15;pipe_20_E16", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_480_generated", "shape": null, "area": 0.64, "streetlevel": 791.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 791.0, "distance_right": 3.6017576108266254e-07, "index_right": 487, "nodeid": "1384785.075932_5857969.445633", "id": "1384785.075932_5857969.445633", "name": "manhole_480_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384785.075932276435196, 5857969.445633230730891 ] } }, +{ "type": "Feature", "properties": { "_index": 483, "bedlevel": 817.10003662109375, "branchid": "pipe_20_E16;pipe_20_E17", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_481_generated", "shape": null, "area": 0.64, "streetlevel": 820.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 820.10003662109375, "distance_right": 3.2088624364960761e-07, "index_right": 488, "nodeid": "1384771.479073_5858017.516750", "id": "1384771.479073_5858017.516750", "name": "manhole_481_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384771.479073295136914, 5858017.516749874688685 ] } }, +{ "type": "Feature", "properties": { "_index": 484, "bedlevel": 817.10003662109375, "branchid": "pipe_20_E17;pipe_20_E18", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_482_generated", "shape": null, "area": 0.64, "streetlevel": 820.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 820.10003662109375, "distance_right": 4.4953182233117254e-07, "index_right": 489, "nodeid": "1384763.325190_5858066.675425", "id": "1384763.325190_5858066.675425", "name": "manhole_482_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384763.32518996251747, 5858066.675425447523594 ] } }, +{ "type": "Feature", "properties": { "_index": 485, "bedlevel": 817.10003662109375, "branchid": "pipe_20_E18;pipe_20_E19", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_483_generated", "shape": null, "area": 0.64, "streetlevel": 820.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 820.10003662109375, "distance_right": 5.3880955032763759e-07, "index_right": 490, "nodeid": "1384757.405407_5858116.280496", "id": "1384757.405407_5858116.280496", "name": "manhole_483_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384757.405406558187678, 5858116.280495692044497 ] } }, +{ "type": "Feature", "properties": { "_index": 486, "bedlevel": 844.0, "branchid": "pipe_20_E19;pipe_20_E20", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_484_generated", "shape": null, "area": 0.64, "streetlevel": 847.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 847.0, "distance_right": 5.3637227265526465e-07, "index_right": 491, "nodeid": "1384746.211964_5858164.956997", "id": "1384746.211964_5858164.956997", "name": "manhole_484_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384746.211964494548738, 5858164.956996791996062 ] } }, +{ "type": "Feature", "properties": { "_index": 487, "bedlevel": 844.0, "branchid": "pipe_20_E20;pipe_20_E21", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_485_generated", "shape": null, "area": 0.64, "streetlevel": 847.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 847.0, "distance_right": 4.5977538296708937e-07, "index_right": 492, "nodeid": "1384738.028055_5858213.862444", "id": "1384738.028055_5858213.862444", "name": "manhole_485_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384738.028054837835953, 5858213.862443570047617 ] } }, +{ "type": "Feature", "properties": { "_index": 488, "bedlevel": 844.0, "branchid": "pipe_20_E21;pipe_20_E22", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_486_generated", "shape": null, "area": 0.64, "streetlevel": 847.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 847.0, "distance_right": 1.3906988183523212e-07, "index_right": 493, "nodeid": "1384756.479259_5858259.218586", "id": "1384756.479259_5858259.218586", "name": "manhole_486_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384756.479259133106098, 5858259.218586039729416 ] } }, +{ "type": "Feature", "properties": { "_index": 489, "bedlevel": 830.20001220703125, "branchid": "pipe_20_E22;pipe_20_E23", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_487_generated", "shape": null, "area": 0.64, "streetlevel": 833.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 833.20001220703125, "distance_right": 4.957432448534482e-07, "index_right": 494, "nodeid": "1384792.653981_5858293.253396", "id": "1384792.653981_5858293.253396", "name": "manhole_487_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384792.653981153853238, 5858293.25339647103101 ] } }, +{ "type": "Feature", "properties": { "_index": 490, "bedlevel": 759.29998779296875, "branchid": "pipe_20_E23;pipe_20_E24", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_488_generated", "shape": null, "area": 0.64, "streetlevel": 762.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.29998779296875, "distance_right": 3.4494981559446402e-07, "index_right": 495, "nodeid": "1384839.146884_5858310.949097", "id": "1384839.146884_5858310.949097", "name": "manhole_488_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384839.146884107263759, 5858310.949097327888012 ] } }, +{ "type": "Feature", "properties": { "_index": 491, "bedlevel": 759.29998779296875, "branchid": "pipe_20_E24;pipe_20_E25", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_489_generated", "shape": null, "area": 0.64, "streetlevel": 762.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.29998779296875, "distance_right": 4.1482822303052493e-07, "index_right": 496, "nodeid": "1384888.517510_5858307.535864", "id": "1384888.517510_5858307.535864", "name": "manhole_489_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384888.517509665805846, 5858307.535864246077836 ] } }, +{ "type": "Feature", "properties": { "_index": 492, "bedlevel": 748.0, "branchid": "pipe_20_E25;pipe_20_E26", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_490_generated", "shape": null, "area": 0.64, "streetlevel": 751.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 751.0, "distance_right": 1.9615342642219019e-07, "index_right": 497, "nodeid": "1384936.622763_5858294.068231", "id": "1384936.622763_5858294.068231", "name": "manhole_490_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384936.622762819286436, 5858294.068231076002121 ] } }, +{ "type": "Feature", "properties": { "_index": 493, "bedlevel": 748.0, "branchid": "pipe_20_E26;pipe_20_E27", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_491_generated", "shape": null, "area": 0.64, "streetlevel": 751.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 751.0, "distance_right": 5.3404041479262363e-07, "index_right": 498, "nodeid": "1384984.637113_5858280.272530", "id": "1384984.637113_5858280.272530", "name": "manhole_491_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384984.637113286415115, 5858280.272530450485647 ] } }, +{ "type": "Feature", "properties": { "_index": 494, "bedlevel": 740.20001220703125, "branchid": "pipe_20_E27;pipe_20_E28", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_492_generated", "shape": null, "area": 0.64, "streetlevel": 743.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 743.20001220703125, "distance_right": 4.4808866815921511e-07, "index_right": 499, "nodeid": "1385032.633651_5858266.414711", "id": "1385032.633651_5858266.414711", "name": "manhole_492_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385032.633651287527755, 5858266.414710656739771 ] } }, +{ "type": "Feature", "properties": { "_index": 495, "bedlevel": 740.20001220703125, "branchid": "pipe_20_E28;pipe_20_E29", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_493_generated", "shape": null, "area": 0.64, "streetlevel": 743.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 743.20001220703125, "distance_right": 4.5997725205119854e-07, "index_right": 500, "nodeid": "1385081.886840_5858258.136645", "id": "1385081.886840_5858258.136645", "name": "manhole_493_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385081.886840383987874, 5858258.136644747108221 ] } }, +{ "type": "Feature", "properties": { "_index": 496, "bedlevel": 744.60003662109375, "branchid": "pipe_20_E29;pipe_20_E30", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_494_generated", "shape": null, "area": 0.64, "streetlevel": 747.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 747.60003662109375, "distance_right": 5.1289583885473558e-07, "index_right": 501, "nodeid": "1385131.310464_5858263.211211", "id": "1385131.310464_5858263.211211", "name": "manhole_494_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385131.310463621048257, 5858263.211211345158517 ] } }, +{ "type": "Feature", "properties": { "_index": 497, "bedlevel": 753.79998779296875, "branchid": "pipe_20_E30;pipe_20_E31", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_495_generated", "shape": null, "area": 0.64, "streetlevel": 756.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.79998779296875, "distance_right": 1.466862620517437e-07, "index_right": 502, "nodeid": "1385177.729395_5858281.168494", "id": "1385177.729395_5858281.168494", "name": "manhole_495_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385177.729395114118233, 5858281.168494092300534 ] } }, +{ "type": "Feature", "properties": { "_index": 498, "bedlevel": 755.9000244140625, "branchid": "pipe_20_E31;pipe_20_E32", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_496_generated", "shape": null, "area": 0.64, "streetlevel": 758.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.9000244140625, "distance_right": 3.6395302459551237e-07, "index_right": 503, "nodeid": "1385219.956519_5858307.842426", "id": "1385219.956519_5858307.842426", "name": "manhole_496_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385219.95651927171275, 5858307.84242575801909 ] } }, +{ "type": "Feature", "properties": { "_index": 499, "bedlevel": 755.9000244140625, "branchid": "pipe_20_E32;pipe_20_E33", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_497_generated", "shape": null, "area": 0.64, "streetlevel": 758.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.9000244140625, "distance_right": 1.8879808927425897e-07, "index_right": 504, "nodeid": "1385261.864507_5858335.034840", "id": "1385261.864507_5858335.034840", "name": "manhole_497_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385261.864506913116202, 5858335.034840167500079 ] } }, +{ "type": "Feature", "properties": { "_index": 500, "bedlevel": 753.29998779296875, "branchid": "pipe_20_E33;pipe_20_E34", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_498_generated", "shape": null, "area": 0.64, "streetlevel": 756.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.29998779296875, "distance_right": 5.419301661765223e-07, "index_right": 505, "nodeid": "1385305.658712_5858358.964501", "id": "1385305.658712_5858358.964501", "name": "manhole_498_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385305.658712412696332, 5858358.964500648900867 ] } }, +{ "type": "Feature", "properties": { "_index": 501, "bedlevel": 753.29998779296875, "branchid": "pipe_20_E34;pipe_20_E35", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_499_generated", "shape": null, "area": 0.64, "streetlevel": 756.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.29998779296875, "distance_right": 1.8543977824422103e-07, "index_right": 506, "nodeid": "1385350.136276_5858381.712098", "id": "1385350.136276_5858381.712098", "name": "manhole_499_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385350.136275847908109, 5858381.712097893469036 ] } }, +{ "type": "Feature", "properties": { "_index": 502, "bedlevel": 747.79998779296875, "branchid": "pipe_20_E35;pipe_20_E36", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_500_generated", "shape": null, "area": 0.64, "streetlevel": 750.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 750.79998779296875, "distance_right": 3.5987401233780288e-07, "index_right": 507, "nodeid": "1385394.617425_5858404.452682", "id": "1385394.617425_5858404.452682", "name": "manhole_500_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385394.617425152566284, 5858404.452682325616479 ] } }, +{ "type": "Feature", "properties": { "_index": 503, "bedlevel": 757.20001220703125, "branchid": "pipe_20_E36;pipe_20_E37", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_501_generated", "shape": null, "area": 0.64, "streetlevel": 760.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 760.20001220703125, "distance_right": 4.601393315218742e-07, "index_right": 508, "nodeid": "1385439.245916_5858426.901899", "id": "1385439.245916_5858426.901899", "name": "manhole_501_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385439.245915542822331, 5858426.901898948475718 ] } }, +{ "type": "Feature", "properties": { "_index": 504, "bedlevel": 751.29998779296875, "branchid": "pipe_20_E37;pipe_20_E38", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_502_generated", "shape": null, "area": 0.64, "streetlevel": 754.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 754.29998779296875, "distance_right": 2.101491005489345e-07, "index_right": 509, "nodeid": "1385483.926140_5858449.248809", "id": "1385483.926140_5858449.248809", "name": "manhole_502_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385483.926139793125913, 5858449.248809035867453 ] } }, +{ "type": "Feature", "properties": { "_index": 505, "bedlevel": 751.29998779296875, "branchid": "pipe_20_E38;pipe_20_E39", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_503_generated", "shape": null, "area": 0.64, "streetlevel": 754.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 754.29998779296875, "distance_right": 1.7103720699768628e-07, "index_right": 510, "nodeid": "1385525.860647_5858475.863234", "id": "1385525.860647_5858475.863234", "name": "manhole_503_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385525.860647091642022, 5858475.8632338559255 ] } }, +{ "type": "Feature", "properties": { "_index": 506, "bedlevel": 751.29998779296875, "branchid": "pipe_20_E39;pipe_20_E40", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_504_generated", "shape": null, "area": 0.64, "streetlevel": 754.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 754.29998779296875, "distance_right": 4.4366280841908402e-07, "index_right": 511, "nodeid": "1385553.357332_5858517.404888", "id": "1385553.357332_5858517.404888", "name": "manhole_504_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385553.357332118786871, 5858517.404887572862208 ] } }, +{ "type": "Feature", "properties": { "_index": 507, "bedlevel": 748.70001220703125, "branchid": "pipe_20_E40;pipe_20_E41", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_505_generated", "shape": null, "area": 0.64, "streetlevel": 751.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 751.70001220703125, "distance_right": 3.4367514486766495e-07, "index_right": 512, "nodeid": "1385579.617479_5858559.686365", "id": "1385579.617479_5858559.686365", "name": "manhole_505_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385579.617479301057756, 5858559.686364834196866 ] } }, +{ "type": "Feature", "properties": { "_index": 508, "bedlevel": 748.70001220703125, "branchid": "pipe_20_E41;pipe_20_E42", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_506_generated", "shape": null, "area": 0.64, "streetlevel": 751.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 751.70001220703125, "distance_right": 2.5610704050949026e-07, "index_right": 513, "nodeid": "1385621.905694_5858585.068031", "id": "1385621.905694_5858585.068031", "name": "manhole_506_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385621.905693766893819, 5858585.068030893802643 ] } }, +{ "type": "Feature", "properties": { "_index": 509, "bedlevel": 747.9000244140625, "branchid": "pipe_20_E42;pipe_20_E43", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_507_generated", "shape": null, "area": 0.64, "streetlevel": 750.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 750.9000244140625, "distance_right": 3.6119177667836709e-07, "index_right": 514, "nodeid": "1385664.027274_5858611.351027", "id": "1385664.027274_5858611.351027", "name": "manhole_507_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385664.027273919200525, 5858611.351026647724211 ] } }, +{ "type": "Feature", "properties": { "_index": 510, "bedlevel": 747.9000244140625, "branchid": "pipe_20_E43;pipe_20_E44", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_508_generated", "shape": null, "area": 0.64, "streetlevel": 750.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 750.9000244140625, "distance_right": 4.2503991281748145e-07, "index_right": 515, "nodeid": "1385700.387206_5858645.507955", "id": "1385700.387206_5858645.507955", "name": "manhole_508_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385700.387205619364977, 5858645.507954810746014 ] } }, +{ "type": "Feature", "properties": { "_index": 511, "bedlevel": 747.9000244140625, "branchid": "pipe_20_E44;pipe_20_E45", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_509_generated", "shape": null, "area": 0.64, "streetlevel": 750.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 750.9000244140625, "distance_right": 4.0335649518180225e-07, "index_right": 516, "nodeid": "1385734.601841_5858681.909405", "id": "1385734.601841_5858681.909405", "name": "manhole_509_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385734.601841112133116, 5858681.909404612146318 ] } }, +{ "type": "Feature", "properties": { "_index": 512, "bedlevel": 752.79998779296875, "branchid": "pipe_20_E45;pipe_20_E46", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_510_generated", "shape": null, "area": 0.64, "streetlevel": 755.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 755.79998779296875, "distance_right": 5.7125618808521589e-07, "index_right": 517, "nodeid": "1385768.816477_5858718.310854", "id": "1385768.816477_5858718.310854", "name": "manhole_510_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385768.816476604901254, 5858718.310854412615299 ] } }, +{ "type": "Feature", "properties": { "_index": 513, "bedlevel": 752.79998779296875, "branchid": "pipe_20_E46;pipe_20_E47", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_511_generated", "shape": null, "area": 0.64, "streetlevel": 755.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 755.79998779296875, "distance_right": 9.4215891635551309e-08, "index_right": 518, "nodeid": "1385802.200312_5858755.447310", "id": "1385802.200312_5858755.447310", "name": "manhole_511_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385802.200311921536922, 5858755.447309947572649 ] } }, +{ "type": "Feature", "properties": { "_index": 514, "bedlevel": 752.79998779296875, "branchid": "pipe_20_E47", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_512_generated", "shape": null, "area": 0.64, "streetlevel": 755.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 755.79998779296875, "distance_right": 4.9733410300668418e-07, "index_right": 519, "nodeid": "1385834.159462_5858793.844179", "id": "1385834.159462_5858793.844179", "name": "manhole_512_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385834.15946239954792, 5858793.844178703613579 ] } }, +{ "type": "Feature", "properties": { "_index": 515, "bedlevel": 753.29998779296875, "branchid": "pipe_21_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_513_generated", "shape": null, "area": 0.64, "streetlevel": 756.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.29998779296875, "distance_right": 3.3313663649888272e-07, "index_right": 520, "nodeid": "1385352.471788_5858398.702550", "id": "1385352.471788_5858398.702550", "name": "manhole_513_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385352.471788094611838, 5858398.70255031902343 ] } }, +{ "type": "Feature", "properties": { "_index": 515, "bedlevel": 762.0, "branchid": "pipe_21_E0;pipe_21_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_514_generated", "shape": null, "area": 0.64, "streetlevel": 765.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 765.0, "distance_right": 5.4077632442523464e-07, "index_right": 521, "nodeid": "1385323.609450_5858430.098599", "id": "1385323.609450_5858430.098599", "name": "manhole_514_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385323.609449510695413, 5858430.098599229939282 ] } }, +{ "type": "Feature", "properties": { "_index": 516, "bedlevel": 762.0, "branchid": "pipe_21_E1;pipe_21_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_515_generated", "shape": null, "area": 0.64, "streetlevel": 765.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 765.0, "distance_right": 2.9393603149665491e-07, "index_right": 522, "nodeid": "1385286.388776_5858419.306092", "id": "1385286.388776_5858419.306092", "name": "manhole_515_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385286.388775944709778, 5858419.306091710925102 ] } }, +{ "type": "Feature", "properties": { "_index": 517, "bedlevel": 755.9000244140625, "branchid": "pipe_21_E2;pipe_21_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_516_generated", "shape": null, "area": 0.64, "streetlevel": 758.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.9000244140625, "distance_right": 4.2516335479223613e-07, "index_right": 523, "nodeid": "1385252.458743_5858394.201655", "id": "1385252.458743_5858394.201655", "name": "manhole_516_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385252.458742934046313, 5858394.201654580421746 ] } }, +{ "type": "Feature", "properties": { "_index": 518, "bedlevel": 755.9000244140625, "branchid": "pipe_21_E3;pipe_21_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_517_generated", "shape": null, "area": 0.64, "streetlevel": 758.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.9000244140625, "distance_right": 5.5811889877153229e-07, "index_right": 524, "nodeid": "1385217.536378_5858369.723605", "id": "1385217.536378_5858369.723605", "name": "manhole_517_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385217.536378393415362, 5858369.72360460460186 ] } }, +{ "type": "Feature", "properties": { "_index": 519, "bedlevel": 753.79998779296875, "branchid": "pipe_21_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_518_generated", "shape": null, "area": 0.64, "streetlevel": 756.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.79998779296875, "distance_right": 5.341153742051576e-07, "index_right": 525, "nodeid": "1385177.877520_5858363.975667", "id": "1385177.877520_5858363.975667", "name": "manhole_518_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385177.877519500209019, 5858363.975667187944055 ] } }, +{ "type": "Feature", "properties": { "_index": 520, "bedlevel": 810.60003662109375, "branchid": "pipe_23_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_519_generated", "shape": null, "area": 0.64, "streetlevel": 813.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 813.60003662109375, "distance_right": 3.7932856782999725e-07, "index_right": 526, "nodeid": "1384748.107252_5858475.465394", "id": "1384748.107252_5858475.465394", "name": "manhole_519_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384748.107251951703802, 5858475.46539437584579 ] } }, +{ "type": "Feature", "properties": { "_index": 520, "bedlevel": 810.60003662109375, "branchid": "pipe_23_E0;pipe_23_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_520_generated", "shape": null, "area": 0.64, "streetlevel": 813.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 813.60003662109375, "distance_right": 1.5235470245872061e-07, "index_right": 527, "nodeid": "1384773.662756_5858482.028829", "id": "1384773.662756_5858482.028829", "name": "manhole_520_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384773.662756133358926, 5858482.028828926384449 ] } }, +{ "type": "Feature", "properties": { "_index": 521, "bedlevel": 810.60003662109375, "branchid": "pipe_23_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_521_generated", "shape": null, "area": 0.64, "streetlevel": 813.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 813.60003662109375, "distance_right": 5.7240456036556167e-07, "index_right": 528, "nodeid": "1384799.218260_5858488.592263", "id": "1384799.218260_5858488.592263", "name": "manhole_521_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1384799.21826031524688, 5858488.592263477854431 ] } }, +{ "type": "Feature", "properties": { "_index": 522, "bedlevel": 759.9000244140625, "branchid": "pipe_24_E0;pipe_26_E0;pipe_29_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_522_generated", "shape": null, "area": 0.64, "streetlevel": 762.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.9000244140625, "distance_right": 4.1723277328328253e-07, "index_right": 529, "nodeid": "1385831.554475_5858837.476551", "id": "1385831.554475_5858837.476551", "name": "manhole_522_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385831.554474999429658, 5858837.476550582796335 ] } }, +{ "type": "Feature", "properties": { "_index": 522, "bedlevel": 748.4000244140625, "branchid": "pipe_24_E0;pipe_24_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_523_generated", "shape": null, "area": 0.64, "streetlevel": 751.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 751.4000244140625, "distance_right": 3.5562508610116324e-07, "index_right": 530, "nodeid": "1385834.933234_5858795.367518", "id": "1385834.933234_5858795.367518", "name": "manhole_523_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385834.933234154479578, 5858795.367517679929733 ] } }, +{ "type": "Feature", "properties": { "_index": 523, "bedlevel": 756.70001220703125, "branchid": "pipe_24_E1;pipe_26_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_524_generated", "shape": null, "area": 0.64, "streetlevel": 759.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 759.70001220703125, "distance_right": 1.6097894538102849e-07, "index_right": 531, "nodeid": "1385855.640896_5858836.135080", "id": "1385855.640896_5858836.135080", "name": "manhole_524_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385855.640895856311545, 5858836.135079927742481 ] } }, +{ "type": "Feature", "properties": { "_index": 524, "bedlevel": 783.79998779296875, "branchid": "pipe_25_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_525_generated", "shape": null, "area": 0.64, "streetlevel": 786.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.79998779296875, "distance_right": 4.9875171671174047e-07, "index_right": 532, "nodeid": "1385425.871742_5858809.522039", "id": "1385425.871742_5858809.522039", "name": "manhole_525_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385425.871741503709927, 5858809.522038951516151 ] } }, +{ "type": "Feature", "properties": { "_index": 524, "bedlevel": 788.20001220703125, "branchid": "pipe_25_E0;pipe_25_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_526_generated", "shape": null, "area": 0.64, "streetlevel": 791.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 791.20001220703125, "distance_right": 5.7550611101994379e-07, "index_right": 533, "nodeid": "1385446.216240_5858844.397749", "id": "1385446.216240_5858844.397749", "name": "manhole_526_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385446.216239683330059, 5858844.397748519666493 ] } }, +{ "type": "Feature", "properties": { "_index": 525, "bedlevel": 788.20001220703125, "branchid": "pipe_25_E1;pipe_25_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_527_generated", "shape": null, "area": 0.64, "streetlevel": 791.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 791.20001220703125, "distance_right": 2.8135076174496163e-07, "index_right": 534, "nodeid": "1385453.998638_5858886.437654", "id": "1385453.998638_5858886.437654", "name": "manhole_527_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385453.998638280900195, 5858886.437654017470777 ] } }, +{ "type": "Feature", "properties": { "_index": 526, "bedlevel": 780.0, "branchid": "pipe_25_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_528_generated", "shape": null, "area": 0.64, "streetlevel": 783.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 783.0, "distance_right": 4.913263386404469e-07, "index_right": 535, "nodeid": "1385472.218053_5858925.273073", "id": "1385472.218053_5858925.273073", "name": "manhole_528_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385472.218053022632375, 5858925.273072509095073 ] } }, +{ "type": "Feature", "properties": { "_index": 528, "bedlevel": 756.70001220703125, "branchid": "pipe_29_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_529_generated", "shape": null, "area": 0.64, "streetlevel": 759.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 759.70001220703125, "distance_right": 2.0428258687376185e-07, "index_right": 536, "nodeid": "1385861.372514_5858893.832569", "id": "1385861.372514_5858893.832569", "name": "manhole_529_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385861.372513797832653, 5858893.832569030113518 ] } }, +{ "type": "Feature", "properties": { "_index": 528, "bedlevel": 756.70001220703125, "branchid": "pipe_29_E0;pipe_29_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_530_generated", "shape": null, "area": 0.64, "streetlevel": 759.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 759.70001220703125, "distance_right": 1.9678914319064008e-07, "index_right": 537, "nodeid": "1385844.630084_5858865.848266", "id": "1385844.630084_5858865.848266", "name": "manhole_530_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1385844.630084188189358, 5858865.848266057670116 ] } }, +{ "type": "Feature", "properties": { "_index": 530, "bedlevel": 766.4000244140625, "branchid": "pipe_30_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_531_generated", "shape": null, "area": 0.64, "streetlevel": 769.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 769.4000244140625, "distance_right": 1.0826199317136784e-07, "index_right": 538, "nodeid": "1387137.223009_5858981.723107", "id": "1387137.223009_5858981.723107", "name": "manhole_531_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387137.22300889948383, 5858981.723106959834695 ] } }, +{ "type": "Feature", "properties": { "_index": 530, "bedlevel": 766.4000244140625, "branchid": "pipe_30_E0;pipe_30_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_532_generated", "shape": null, "area": 0.64, "streetlevel": 769.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 769.4000244140625, "distance_right": 3.686684848268439e-07, "index_right": 539, "nodeid": "1387148.048593_5859026.366798", "id": "1387148.048593_5859026.366798", "name": "manhole_532_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387148.04859330272302, 5859026.366797789931297 ] } }, +{ "type": "Feature", "properties": { "_index": 531, "bedlevel": 759.60003662109375, "branchid": "pipe_30_E1;pipe_30_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_533_generated", "shape": null, "area": 0.64, "streetlevel": 762.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.60003662109375, "distance_right": 5.7761078259871499e-07, "index_right": 540, "nodeid": "1387119.959376_5859056.934599", "id": "1387119.959376_5859056.934599", "name": "manhole_533_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387119.95937648974359, 5859056.934598693624139 ] } }, +{ "type": "Feature", "properties": { "_index": 532, "bedlevel": 759.60003662109375, "branchid": "pipe_30_E2;pipe_30_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_534_generated", "shape": null, "area": 0.64, "streetlevel": 762.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.60003662109375, "distance_right": 4.8820694205349016e-07, "index_right": 541, "nodeid": "1387074.832296_5859065.301006", "id": "1387074.832296_5859065.301006", "name": "manhole_534_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387074.832296247361228, 5859065.30100557859987 ] } }, +{ "type": "Feature", "properties": { "_index": 533, "bedlevel": 752.79998779296875, "branchid": "pipe_30_E3;pipe_30_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_535_generated", "shape": null, "area": 0.64, "streetlevel": 755.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 755.79998779296875, "distance_right": 3.374577181130728e-07, "index_right": 542, "nodeid": "1387030.356415_5859076.861371", "id": "1387030.356415_5859076.861371", "name": "manhole_535_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387030.356415221933275, 5859076.86137125454843 ] } }, +{ "type": "Feature", "properties": { "_index": 534, "bedlevel": 769.4000244140625, "branchid": "pipe_30_E4;pipe_30_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_536_generated", "shape": null, "area": 0.64, "streetlevel": 772.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 772.4000244140625, "distance_right": 5.6152650214475575e-07, "index_right": 543, "nodeid": "1386986.427999_5859090.309648", "id": "1386986.427999_5859090.309648", "name": "manhole_536_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386986.427998587489128, 5859090.309648380614817 ] } }, +{ "type": "Feature", "properties": { "_index": 535, "bedlevel": 758.60003662109375, "branchid": "pipe_30_E5;pipe_30_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_537_generated", "shape": null, "area": 0.64, "streetlevel": 761.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 761.60003662109375, "distance_right": 5.4995130325451761e-07, "index_right": 544, "nodeid": "1386945.966695_5859111.788387", "id": "1386945.966695_5859111.788387", "name": "manhole_537_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386945.966695382725447, 5859111.788386604748666 ] } }, +{ "type": "Feature", "properties": { "_index": 536, "bedlevel": 758.60003662109375, "branchid": "pipe_30_E6;pipe_30_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_538_generated", "shape": null, "area": 0.64, "streetlevel": 761.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 761.60003662109375, "distance_right": 4.9633513749728012e-07, "index_right": 545, "nodeid": "1386905.771024_5859134.105929", "id": "1386905.771024_5859134.105929", "name": "manhole_538_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386905.77102447184734, 5859134.105928846634924 ] } }, +{ "type": "Feature", "properties": { "_index": 537, "bedlevel": 758.60003662109375, "branchid": "pipe_30_E7;pipe_32_E0;pipe_33_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_539_generated", "shape": null, "area": 0.64, "streetlevel": 761.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 761.60003662109375, "distance_right": 2.7520069926497903e-07, "index_right": 546, "nodeid": "1386871.537448_5859162.609671", "id": "1386871.537448_5859162.609671", "name": "manhole_539_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386871.537448140559718, 5859162.609670763835311 ] } }, +{ "type": "Feature", "properties": { "_index": 538, "bedlevel": 758.60003662109375, "branchid": "pipe_32_E0;pipe_32_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_540_generated", "shape": null, "area": 0.64, "streetlevel": 761.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 761.60003662109375, "distance_right": 4.8588826730380931e-07, "index_right": 547, "nodeid": "1386921.106019_5859163.103915", "id": "1386921.106019_5859163.103915", "name": "manhole_540_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386921.106019288301468, 5859163.103915391489863 ] } }, +{ "type": "Feature", "properties": { "_index": 539, "bedlevel": 769.4000244140625, "branchid": "pipe_32_E1;pipe_32_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_541_generated", "shape": null, "area": 0.64, "streetlevel": 772.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 772.4000244140625, "distance_right": 4.9582240878676894e-07, "index_right": 548, "nodeid": "1386970.627896_5859161.624509", "id": "1386970.627896_5859161.624509", "name": "manhole_541_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386970.627896018791944, 5859161.624508504755795 ] } }, +{ "type": "Feature", "properties": { "_index": 540, "bedlevel": 769.4000244140625, "branchid": "pipe_32_E2;pipe_32_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_542_generated", "shape": null, "area": 0.64, "streetlevel": 772.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 772.4000244140625, "distance_right": 5.5451950297642449e-07, "index_right": 549, "nodeid": "1387019.993600_5859157.412991", "id": "1387019.993600_5859157.412991", "name": "manhole_542_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387019.993600395740941, 5859157.412991388700902 ] } }, +{ "type": "Feature", "properties": { "_index": 541, "bedlevel": 778.10003662109375, "branchid": "pipe_32_E3;pipe_32_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_543_generated", "shape": null, "area": 0.64, "streetlevel": 781.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 781.10003662109375, "distance_right": 3.1035547522737893e-07, "index_right": 550, "nodeid": "1387069.191226_5859151.340004", "id": "1387069.191226_5859151.340004", "name": "manhole_543_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387069.191225855611265, 5859151.340004274621606 ] } }, +{ "type": "Feature", "properties": { "_index": 542, "bedlevel": 778.10003662109375, "branchid": "pipe_32_E4;pipe_32_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_544_generated", "shape": null, "area": 0.64, "streetlevel": 781.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 781.10003662109375, "distance_right": 2.6808181379243751e-07, "index_right": 551, "nodeid": "1387118.547864_5859146.828393", "id": "1387118.547864_5859146.828393", "name": "manhole_544_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387118.547863835236058, 5859146.828392788767815 ] } }, +{ "type": "Feature", "properties": { "_index": 543, "bedlevel": 783.4000244140625, "branchid": "pipe_32_E5;pipe_32_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_545_generated", "shape": null, "area": 0.64, "streetlevel": 786.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.4000244140625, "distance_right": 4.3713920793115639e-07, "index_right": 552, "nodeid": "1387167.916039_5859151.025294", "id": "1387167.916039_5859151.025294", "name": "manhole_545_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387167.916038708761334, 5859151.025294326245785 ] } }, +{ "type": "Feature", "properties": { "_index": 544, "bedlevel": 783.4000244140625, "branchid": "pipe_32_E6;pipe_32_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_546_generated", "shape": null, "area": 0.64, "streetlevel": 786.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.4000244140625, "distance_right": 2.5205839433754474e-07, "index_right": 553, "nodeid": "1387217.282605_5859155.523035", "id": "1387217.282605_5859155.523035", "name": "manhole_546_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387217.282604865729809, 5859155.523034786805511 ] } }, +{ "type": "Feature", "properties": { "_index": 545, "bedlevel": 784.60003662109375, "branchid": "pipe_32_E7;pipe_32_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_547_generated", "shape": null, "area": 0.64, "streetlevel": 787.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 787.60003662109375, "distance_right": 2.4966567906009152e-07, "index_right": 554, "nodeid": "1387266.649171_5859160.020775", "id": "1387266.649171_5859160.020775", "name": "manhole_547_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387266.649171022465453, 5859160.020775248296559 ] } }, +{ "type": "Feature", "properties": { "_index": 546, "bedlevel": 784.60003662109375, "branchid": "pipe_32_E8;pipe_32_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_548_generated", "shape": null, "area": 0.64, "streetlevel": 787.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 787.60003662109375, "distance_right": 2.4506572779662508e-07, "index_right": 555, "nodeid": "1387315.831188_5859165.716173", "id": "1387315.831188_5859165.716173", "name": "manhole_548_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387315.831188223091885, 5859165.716172898188233 ] } }, +{ "type": "Feature", "properties": { "_index": 547, "bedlevel": 787.4000244140625, "branchid": "pipe_32_E9;pipe_32_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_549_generated", "shape": null, "area": 0.64, "streetlevel": 790.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 790.4000244140625, "distance_right": 3.8513770845044176e-07, "index_right": 556, "nodeid": "1387364.261765_5859176.288154", "id": "1387364.261765_5859176.288154", "name": "manhole_549_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387364.261764668161049, 5859176.288154195994139 ] } }, +{ "type": "Feature", "properties": { "_index": 548, "bedlevel": 787.4000244140625, "branchid": "pipe_32_E10;pipe_32_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_550_generated", "shape": null, "area": 0.64, "streetlevel": 790.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 790.4000244140625, "distance_right": 3.3210008430605365e-08, "index_right": 557, "nodeid": "1387411.186260_5859192.118345", "id": "1387411.186260_5859192.118345", "name": "manhole_550_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387411.186259990092367, 5859192.118345031514764 ] } }, +{ "type": "Feature", "properties": { "_index": 549, "bedlevel": 786.10003662109375, "branchid": "pipe_32_E11;pipe_32_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_551_generated", "shape": null, "area": 0.64, "streetlevel": 789.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 789.10003662109375, "distance_right": 4.7365879545282216e-07, "index_right": 558, "nodeid": "1387455.544593_5859213.906052", "id": "1387455.544593_5859213.906052", "name": "manhole_551_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387455.544592748628929, 5859213.906051598489285 ] } }, +{ "type": "Feature", "properties": { "_index": 550, "bedlevel": 814.20001220703125, "branchid": "pipe_32_E12;pipe_32_E13", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_552_generated", "shape": null, "area": 0.64, "streetlevel": 817.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 817.20001220703125, "distance_right": 3.9529020951305247e-07, "index_right": 559, "nodeid": "1387490.610425_5859248.941349", "id": "1387490.610425_5859248.941349", "name": "manhole_552_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387490.610425172373652, 5859248.94134864397347 ] } }, +{ "type": "Feature", "properties": { "_index": 551, "bedlevel": 815.20001220703125, "branchid": "pipe_32_E13;pipe_32_E14", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_553_generated", "shape": null, "area": 0.64, "streetlevel": 818.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 818.20001220703125, "distance_right": 5.4228296261137134e-07, "index_right": 560, "nodeid": "1387525.979066_5859283.669168", "id": "1387525.979066_5859283.669168", "name": "manhole_553_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387525.979065561201423, 5859283.669168318621814 ] } }, +{ "type": "Feature", "properties": { "_index": 552, "bedlevel": 815.20001220703125, "branchid": "pipe_32_E14;pipe_32_E15", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_554_generated", "shape": null, "area": 0.64, "streetlevel": 818.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 818.20001220703125, "distance_right": 3.0182548578634254e-07, "index_right": 561, "nodeid": "1387563.532417_5859316.027063", "id": "1387563.532417_5859316.027063", "name": "manhole_554_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387563.532416822388768, 5859316.0270627560094 ] } }, +{ "type": "Feature", "properties": { "_index": 553, "bedlevel": 799.79998779296875, "branchid": "pipe_32_E15;pipe_32_E16", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_555_generated", "shape": null, "area": 0.64, "streetlevel": 802.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 802.79998779296875, "distance_right": 2.1107147677987274e-07, "index_right": 562, "nodeid": "1387601.085768_5859348.384957", "id": "1387601.085768_5859348.384957", "name": "manhole_555_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387601.085768083808944, 5859348.384957193396986 ] } }, +{ "type": "Feature", "properties": { "_index": 554, "bedlevel": 834.70001220703125, "branchid": "pipe_32_E16;pipe_32_E17", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_556_generated", "shape": null, "area": 0.64, "streetlevel": 837.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 837.70001220703125, "distance_right": 5.052127214258991e-07, "index_right": 563, "nodeid": "1387638.639119_5859380.742852", "id": "1387638.639119_5859380.742852", "name": "manhole_556_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387638.639119345229119, 5859380.742851630784571 ] } }, +{ "type": "Feature", "properties": { "_index": 555, "bedlevel": 834.70001220703125, "branchid": "pipe_32_E17;pipe_32_E18", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_557_generated", "shape": null, "area": 0.64, "streetlevel": 837.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 837.70001220703125, "distance_right": 3.9931398916583509e-07, "index_right": 564, "nodeid": "1387676.192471_5859413.100746", "id": "1387676.192471_5859413.100746", "name": "manhole_557_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387676.192470606416464, 5859413.100746068172157 ] } }, +{ "type": "Feature", "properties": { "_index": 556, "bedlevel": 825.79998779296875, "branchid": "pipe_32_E18;pipe_32_E19", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_558_generated", "shape": null, "area": 0.64, "streetlevel": 828.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 828.79998779296875, "distance_right": 5.1280958514562511e-07, "index_right": 565, "nodeid": "1387713.745822_5859445.458641", "id": "1387713.745822_5859445.458641", "name": "manhole_558_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387713.745821867836639, 5859445.45864050462842 ] } }, +{ "type": "Feature", "properties": { "_index": 557, "bedlevel": 825.79998779296875, "branchid": "pipe_32_E19;pipe_32_E20", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_559_generated", "shape": null, "area": 0.64, "streetlevel": 828.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 828.79998779296875, "distance_right": 4.9162563938563157e-07, "index_right": 566, "nodeid": "1387750.394378_5859478.825171", "id": "1387750.394378_5859478.825171", "name": "manhole_559_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387750.394377880264074, 5859478.825171477161348 ] } }, +{ "type": "Feature", "properties": { "_index": 558, "bedlevel": 851.29998779296875, "branchid": "pipe_32_E20;pipe_32_E21", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_560_generated", "shape": null, "area": 0.64, "streetlevel": 854.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 854.29998779296875, "distance_right": 2.2099050354582448e-07, "index_right": 567, "nodeid": "1387786.626277_5859512.656178", "id": "1387786.626277_5859512.656178", "name": "manhole_560_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387786.626276910537854, 5859512.656178202480078 ] } }, +{ "type": "Feature", "properties": { "_index": 559, "bedlevel": 851.29998779296875, "branchid": "pipe_32_E21;pipe_32_E22", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_561_generated", "shape": null, "area": 0.64, "streetlevel": 854.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 854.29998779296875, "distance_right": 9.454214361901851e-08, "index_right": 568, "nodeid": "1387822.858176_5859546.487185", "id": "1387822.858176_5859546.487185", "name": "manhole_561_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387822.858175940578803, 5859546.487184926867485 ] } }, +{ "type": "Feature", "properties": { "_index": 560, "bedlevel": 851.29998779296875, "branchid": "pipe_32_E22;pipe_32_E23", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_562_generated", "shape": null, "area": 0.64, "streetlevel": 854.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 854.29998779296875, "distance_right": 2.3615409729123986e-07, "index_right": 569, "nodeid": "1387850.662340_5859586.980696", "id": "1387850.662340_5859586.980696", "name": "manhole_562_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387850.662340233800933, 5859586.980695966631174 ] } }, +{ "type": "Feature", "properties": { "_index": 561, "bedlevel": 888.20001220703125, "branchid": "pipe_32_E23;pipe_32_E24", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_563_generated", "shape": null, "area": 0.64, "streetlevel": 891.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 891.20001220703125, "distance_right": 3.4181092772059008e-07, "index_right": 570, "nodeid": "1387868.193222_5859633.330901", "id": "1387868.193222_5859633.330901", "name": "manhole_563_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387868.193221996771172, 5859633.330900657922029 ] } }, +{ "type": "Feature", "properties": { "_index": 562, "bedlevel": 873.20001220703125, "branchid": "pipe_32_E24;pipe_32_E25", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_564_generated", "shape": null, "area": 0.64, "streetlevel": 876.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 876.20001220703125, "distance_right": 2.546826698671963e-07, "index_right": 571, "nodeid": "1387885.535610_5859679.769345", "id": "1387885.535610_5859679.769345", "name": "manhole_564_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387885.535610173596069, 5859679.769344814121723 ] } }, +{ "type": "Feature", "properties": { "_index": 563, "bedlevel": 873.20001220703125, "branchid": "pipe_32_E25;pipe_32_E26", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_565_generated", "shape": null, "area": 0.64, "streetlevel": 876.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 876.20001220703125, "distance_right": 5.6690489460937244e-07, "index_right": 572, "nodeid": "1387902.854486_5859726.216553", "id": "1387902.854486_5859726.216553", "name": "manhole_565_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387902.854485532967374, 5859726.216552678495646 ] } }, +{ "type": "Feature", "properties": { "_index": 564, "bedlevel": 895.29998779296875, "branchid": "pipe_32_E26;pipe_32_E27", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_566_generated", "shape": null, "area": 0.64, "streetlevel": 898.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 898.29998779296875, "distance_right": 6.0131442630219361e-07, "index_right": 573, "nodeid": "1387920.137465_5859772.677140", "id": "1387920.137465_5859772.677140", "name": "manhole_566_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387920.137465380365029, 5859772.67713953461498 ] } }, +{ "type": "Feature", "properties": { "_index": 565, "bedlevel": 895.29998779296875, "branchid": "pipe_32_E27;pipe_32_E28", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_567_generated", "shape": null, "area": 0.64, "streetlevel": 898.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 898.29998779296875, "distance_right": 4.516857479022367e-07, "index_right": 574, "nodeid": "1387937.420445_5859819.137726", "id": "1387937.420445_5859819.137726", "name": "manhole_567_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387937.420445227529854, 5859819.137726389802992 ] } }, +{ "type": "Feature", "properties": { "_index": 566, "bedlevel": 895.29998779296875, "branchid": "pipe_32_E28;pipe_32_E29", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_568_generated", "shape": null, "area": 0.64, "streetlevel": 898.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 898.29998779296875, "distance_right": 3.8531895841013795e-07, "index_right": 575, "nodeid": "1387948.863531_5859867.082766", "id": "1387948.863531_5859867.082766", "name": "manhole_568_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387948.863530882401392, 5859867.082766367122531 ] } }, +{ "type": "Feature", "properties": { "_index": 567, "bedlevel": 915.5, "branchid": "pipe_32_E29;pipe_32_E30", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_569_generated", "shape": null, "area": 0.64, "streetlevel": 918.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 918.5, "distance_right": 7.5942774747301615e-08, "index_right": 576, "nodeid": "1387950.013254_5859916.565450", "id": "1387950.013254_5859916.565450", "name": "manhole_569_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387950.013254075078294, 5859916.565449987538159 ] } }, +{ "type": "Feature", "properties": { "_index": 568, "bedlevel": 915.5, "branchid": "pipe_32_E30;pipe_32_E31", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_570_generated", "shape": null, "area": 0.64, "streetlevel": 918.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 918.5, "distance_right": 4.0775453204516037e-07, "index_right": 577, "nodeid": "1387947.430783_5859966.047936", "id": "1387947.430783_5859966.047936", "name": "manhole_570_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387947.430782878771424, 5859966.047936389222741 ] } }, +{ "type": "Feature", "properties": { "_index": 569, "bedlevel": 915.5, "branchid": "pipe_32_E31;pipe_32_E32", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_571_generated", "shape": null, "area": 0.64, "streetlevel": 918.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 918.5, "distance_right": 2.8747268719335361e-07, "index_right": 578, "nodeid": "1387943.997958_5860015.499966", "id": "1387943.997958_5860015.499966", "name": "manhole_571_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387943.997958281077445, 5860015.499966060742736 ] } }, +{ "type": "Feature", "properties": { "_index": 570, "bedlevel": 945.60003662109375, "branchid": "pipe_32_E32;pipe_32_E33", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_572_generated", "shape": null, "area": 0.64, "streetlevel": 948.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 948.60003662109375, "distance_right": 4.1395802122621752e-07, "index_right": 579, "nodeid": "1387940.565134_5860064.951996", "id": "1387940.565134_5860064.951996", "name": "manhole_572_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387940.565133683150634, 5860064.951995733194053 ] } }, +{ "type": "Feature", "properties": { "_index": 571, "bedlevel": 945.60003662109375, "branchid": "pipe_32_E33;pipe_32_E34", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_573_generated", "shape": null, "area": 0.64, "streetlevel": 948.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 948.60003662109375, "distance_right": 5.9329268490131064e-07, "index_right": 580, "nodeid": "1387945.371778_5860113.959105", "id": "1387945.371778_5860113.959105", "name": "manhole_573_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387945.371777657186612, 5860113.959104515612125 ] } }, +{ "type": "Feature", "properties": { "_index": 572, "bedlevel": 945.60003662109375, "branchid": "pipe_32_E34;pipe_32_E35", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_574_generated", "shape": null, "area": 0.64, "streetlevel": 948.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 948.60003662109375, "distance_right": 7.0201338766485011e-07, "index_right": 581, "nodeid": "1387964.117816_5860159.736532", "id": "1387964.117816_5860159.736532", "name": "manhole_574_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387964.117816498270258, 5860159.736532494425774 ] } }, +{ "type": "Feature", "properties": { "_index": 573, "bedlevel": 937.5, "branchid": "pipe_32_E35;pipe_32_E36", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_575_generated", "shape": null, "area": 0.64, "streetlevel": 940.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 940.5, "distance_right": 2.2971831659588874e-07, "index_right": 582, "nodeid": "1387984.093858_5860205.104421", "id": "1387984.093858_5860205.104421", "name": "manhole_575_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387984.093857799191028, 5860205.104420888237655 ] } }, +{ "type": "Feature", "properties": { "_index": 574, "bedlevel": 937.5, "branchid": "pipe_32_E36;pipe_32_E37", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_576_generated", "shape": null, "area": 0.64, "streetlevel": 940.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 940.5, "distance_right": 2.9934678285276023e-07, "index_right": 583, "nodeid": "1388004.069899_5860250.472309", "id": "1388004.069899_5860250.472309", "name": "manhole_576_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388004.069899099878967, 5860250.472309282049537 ] } }, +{ "type": "Feature", "properties": { "_index": 575, "bedlevel": 937.5, "branchid": "pipe_32_E37;pipe_32_E38", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_577_generated", "shape": null, "area": 0.64, "streetlevel": 940.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 940.5, "distance_right": 3.961540705670488e-07, "index_right": 584, "nodeid": "1388027.686926_5860293.896034", "id": "1388027.686926_5860293.896034", "name": "manhole_577_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388027.68692572391592, 5860293.896034284494817 ] } }, +{ "type": "Feature", "properties": { "_index": 576, "bedlevel": 968.70001220703125, "branchid": "pipe_32_E38;pipe_32_E39", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_578_generated", "shape": null, "area": 0.64, "streetlevel": 971.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 971.70001220703125, "distance_right": 4.1731728271541691e-07, "index_right": 585, "nodeid": "1388060.096316_5860331.348726", "id": "1388060.096316_5860331.348726", "name": "manhole_578_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388060.096315970877185, 5860331.348726416006684 ] } }, +{ "type": "Feature", "properties": { "_index": 577, "bedlevel": 932.5, "branchid": "pipe_32_E39;pipe_32_E40", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_579_generated", "shape": null, "area": 0.64, "streetlevel": 935.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 935.5, "distance_right": 3.2982661108630707e-07, "index_right": 586, "nodeid": "1388092.967689_5860368.453448", "id": "1388092.967689_5860368.453448", "name": "manhole_579_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388092.967688721138984, 5860368.453448176383972 ] } }, +{ "type": "Feature", "properties": { "_index": 578, "bedlevel": 932.5, "branchid": "pipe_32_E40;pipe_32_E41", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_580_generated", "shape": null, "area": 0.64, "streetlevel": 935.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 935.5, "distance_right": 2.9233183103705959e-07, "index_right": 587, "nodeid": "1388119.020827_5860410.510252", "id": "1388119.020827_5860410.510252", "name": "manhole_580_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388119.020827289205045, 5860410.510251956991851 ] } }, +{ "type": "Feature", "properties": { "_index": 579, "bedlevel": 946.9000244140625, "branchid": "pipe_32_E41;pipe_32_E42", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_581_generated", "shape": null, "area": 0.64, "streetlevel": 949.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 949.9000244140625, "distance_right": 2.622579606939989e-07, "index_right": 588, "nodeid": "1388143.407623_5860453.667774", "id": "1388143.407623_5860453.667774", "name": "manhole_581_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388143.407622833969072, 5860453.667774203233421 ] } }, +{ "type": "Feature", "properties": { "_index": 580, "bedlevel": 921.60003662109375, "branchid": "pipe_32_E42;pipe_32_E43", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_582_generated", "shape": null, "area": 0.64, "streetlevel": 924.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 924.60003662109375, "distance_right": 5.8808766619105842e-07, "index_right": 589, "nodeid": "1388167.794418_5860496.825296", "id": "1388167.794418_5860496.825296", "name": "manhole_582_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388167.794418378733099, 5860496.82529644947499 ] } }, +{ "type": "Feature", "properties": { "_index": 581, "bedlevel": 921.60003662109375, "branchid": "pipe_32_E43;pipe_32_E44", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_583_generated", "shape": null, "area": 0.64, "streetlevel": 924.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 924.60003662109375, "distance_right": 4.62331076853642e-07, "index_right": 590, "nodeid": "1388187.411865_5860542.097805", "id": "1388187.411865_5860542.097805", "name": "manhole_583_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388187.41186453984119, 5860542.097804954275489 ] } }, +{ "type": "Feature", "properties": { "_index": 582, "bedlevel": 939.4000244140625, "branchid": "pipe_32_E44;pipe_32_E45", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_584_generated", "shape": null, "area": 0.64, "streetlevel": 942.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 942.4000244140625, "distance_right": 4.0785502827304659e-07, "index_right": 591, "nodeid": "1388193.385166_5860591.251542", "id": "1388193.385166_5860591.251542", "name": "manhole_584_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388193.385166377527639, 5860591.251542154699564 ] } }, +{ "type": "Feature", "properties": { "_index": 583, "bedlevel": 939.4000244140625, "branchid": "pipe_32_E45;pipe_32_E46", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_585_generated", "shape": null, "area": 0.64, "streetlevel": 942.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 942.4000244140625, "distance_right": 5.4027566975976428e-07, "index_right": 592, "nodeid": "1388198.812296_5860640.524595", "id": "1388198.812296_5860640.524595", "name": "manhole_585_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388198.812296225922182, 5860640.524595490656793 ] } }, +{ "type": "Feature", "properties": { "_index": 584, "bedlevel": 939.4000244140625, "branchid": "pipe_32_E46;pipe_32_E47", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_586_generated", "shape": null, "area": 0.64, "streetlevel": 942.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 942.4000244140625, "distance_right": 1.8942515075575965e-07, "index_right": 593, "nodeid": "1388204.239426_5860689.797649", "id": "1388204.239426_5860689.797649", "name": "manhole_586_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388204.239426074549556, 5860689.7976488256827 ] } }, +{ "type": "Feature", "properties": { "_index": 585, "bedlevel": 952.0, "branchid": "pipe_32_E47;pipe_32_E48", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_587_generated", "shape": null, "area": 0.64, "streetlevel": 955.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 955.0, "distance_right": 4.7329980236488121e-07, "index_right": 594, "nodeid": "1388184.484932_5860730.700382", "id": "1388184.484932_5860730.700382", "name": "manhole_587_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388184.484932377934456, 5860730.700381714850664 ] } }, +{ "type": "Feature", "properties": { "_index": 586, "bedlevel": 952.0, "branchid": "pipe_32_E48;pipe_32_E49", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_588_generated", "shape": null, "area": 0.64, "streetlevel": 955.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 955.0, "distance_right": 3.139676122188116e-07, "index_right": 595, "nodeid": "1388159.550175_5860759.392760", "id": "1388159.550175_5860759.392760", "name": "manhole_588_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388159.550175313837826, 5860759.392759991809726 ] } }, +{ "type": "Feature", "properties": { "_index": 587, "bedlevel": 952.0, "branchid": "pipe_32_E49;pipe_32_E50", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_589_generated", "shape": null, "area": 0.64, "streetlevel": 955.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 955.0, "distance_right": 4.7230733375433857e-07, "index_right": 596, "nodeid": "1388171.988545_5860807.377909", "id": "1388171.988545_5860807.377909", "name": "manhole_589_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388171.988544700434431, 5860807.377908634953201 ] } }, +{ "type": "Feature", "properties": { "_index": 588, "bedlevel": 952.0, "branchid": "pipe_32_E50;pipe_32_E51", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_590_generated", "shape": null, "area": 0.64, "streetlevel": 955.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 955.0, "distance_right": 3.1729683108018581e-07, "index_right": 597, "nodeid": "1388215.013826_5860825.214943", "id": "1388215.013826_5860825.214943", "name": "manhole_590_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388215.013825689908117, 5860825.214942933060229 ] } }, +{ "type": "Feature", "properties": { "_index": 589, "bedlevel": 938.10003662109375, "branchid": "pipe_32_E51;pipe_32_E52", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_591_generated", "shape": null, "area": 0.64, "streetlevel": 941.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 941.10003662109375, "distance_right": 4.5798497811612042e-07, "index_right": 598, "nodeid": "1388264.397385_5860829.298033", "id": "1388264.397385_5860829.298033", "name": "manhole_591_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388264.397385431453586, 5860829.298032846301794 ] } }, +{ "type": "Feature", "properties": { "_index": 590, "bedlevel": 938.10003662109375, "branchid": "pipe_32_E52;pipe_32_E53", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_592_generated", "shape": null, "area": 0.64, "streetlevel": 941.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 941.10003662109375, "distance_right": 1.4876766767999893e-07, "index_right": 599, "nodeid": "1388313.062300_5860837.304879", "id": "1388313.062300_5860837.304879", "name": "manhole_592_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388313.062299854354933, 5860837.304878970608115 ] } }, +{ "type": "Feature", "properties": { "_index": 591, "bedlevel": 934.5, "branchid": "pipe_32_E53;pipe_32_E54", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_593_generated", "shape": null, "area": 0.64, "streetlevel": 937.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 937.5, "distance_right": 4.0248930382691132e-07, "index_right": 600, "nodeid": "1388360.993895_5860849.948046", "id": "1388360.993895_5860849.948046", "name": "manhole_593_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388360.993895401246846, 5860849.948045967146754 ] } }, +{ "type": "Feature", "properties": { "_index": 592, "bedlevel": 934.5, "branchid": "pipe_32_E54;pipe_32_E55", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_594_generated", "shape": null, "area": 0.64, "streetlevel": 937.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 937.5, "distance_right": 6.3027904613646236e-08, "index_right": 601, "nodeid": "1388408.925491_5860862.591213", "id": "1388408.925491_5860862.591213", "name": "manhole_594_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388408.925490947905928, 5860862.591212964616716 ] } }, +{ "type": "Feature", "properties": { "_index": 593, "bedlevel": 934.60003662109375, "branchid": "pipe_32_E55;pipe_32_E56", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_595_generated", "shape": null, "area": 0.64, "streetlevel": 937.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 937.60003662109375, "distance_right": 3.2074430373907896e-07, "index_right": 602, "nodeid": "1388458.220990_5860866.957202", "id": "1388458.220990_5860866.957202", "name": "manhole_595_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388458.220990223577246, 5860866.957201769575477 ] } }, +{ "type": "Feature", "properties": { "_index": 594, "bedlevel": 934.60003662109375, "branchid": "pipe_32_E56;pipe_32_E57", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_596_generated", "shape": null, "area": 0.64, "streetlevel": 937.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 937.60003662109375, "distance_right": 9.4677368422183038e-08, "index_right": 603, "nodeid": "1388507.336333_5860873.218385", "id": "1388507.336333_5860873.218385", "name": "manhole_596_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388507.336333080893382, 5860873.218384950421751 ] } }, +{ "type": "Feature", "properties": { "_index": 595, "bedlevel": 938.20001220703125, "branchid": "pipe_32_E57;pipe_32_E58", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_597_generated", "shape": null, "area": 0.64, "streetlevel": 941.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 941.20001220703125, "distance_right": 1.7964449623010729e-07, "index_right": 604, "nodeid": "1388556.215695_5860881.470384", "id": "1388556.215695_5860881.470384", "name": "manhole_597_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388556.215695114107803, 5860881.470384138636291 ] } }, +{ "type": "Feature", "properties": { "_index": 596, "bedlevel": 938.20001220703125, "branchid": "pipe_32_E58;pipe_32_E59", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_598_generated", "shape": null, "area": 0.64, "streetlevel": 941.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 941.20001220703125, "distance_right": 1.6011233671525675e-07, "index_right": 605, "nodeid": "1388604.556662_5860892.361969", "id": "1388604.556662_5860892.361969", "name": "manhole_598_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388604.556662159739062, 5860892.361969010904431 ] } }, +{ "type": "Feature", "properties": { "_index": 597, "bedlevel": 940.10003662109375, "branchid": "pipe_32_E59;pipe_32_E60", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_599_generated", "shape": null, "area": 0.64, "streetlevel": 943.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 943.10003662109375, "distance_right": 3.6964422062035383e-07, "index_right": 606, "nodeid": "1388653.599403_5860897.157898", "id": "1388653.599403_5860897.157898", "name": "manhole_599_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388653.59940263046883, 5860897.15789801068604 ] } }, +{ "type": "Feature", "properties": { "_index": 598, "bedlevel": 940.10003662109375, "branchid": "pipe_32_E60;pipe_32_E61", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_600_generated", "shape": null, "area": 0.64, "streetlevel": 943.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 943.10003662109375, "distance_right": 2.0861885525397415e-07, "index_right": 607, "nodeid": "1388700.080393_5860881.090511", "id": "1388700.080393_5860881.090511", "name": "manhole_600_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388700.080393208190799, 5860881.090511013753712 ] } }, +{ "type": "Feature", "properties": { "_index": 599, "bedlevel": 943.10003662109375, "branchid": "pipe_32_E61;pipe_32_E62", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_601_generated", "shape": null, "area": 0.64, "streetlevel": 946.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 946.10003662109375, "distance_right": 3.9818478577045887e-07, "index_right": 608, "nodeid": "1388732.687004_5860844.794781", "id": "1388732.687004_5860844.794781", "name": "manhole_601_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388732.687003659084439, 5860844.794781206175685 ] } }, +{ "type": "Feature", "properties": { "_index": 600, "bedlevel": 949.60003662109375, "branchid": "pipe_32_E62;pipe_32_E63", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_602_generated", "shape": null, "area": 0.64, "streetlevel": 952.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 952.60003662109375, "distance_right": 4.6036082438879739e-07, "index_right": 609, "nodeid": "1388755.953327_5860801.023036", "id": "1388755.953327_5860801.023036", "name": "manhole_602_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388755.953327334951609, 5860801.023035684600472 ] } }, +{ "type": "Feature", "properties": { "_index": 601, "bedlevel": 949.60003662109375, "branchid": "pipe_32_E63;pipe_32_E64", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_603_generated", "shape": null, "area": 0.64, "streetlevel": 952.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 952.60003662109375, "distance_right": 3.1337664014648673e-07, "index_right": 610, "nodeid": "1388778.233699_5860756.840240", "id": "1388778.233699_5860756.840240", "name": "manhole_603_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388778.23369869007729, 5860756.84024004638195 ] } }, +{ "type": "Feature", "properties": { "_index": 602, "bedlevel": 949.60003662109375, "branchid": "pipe_32_E64;pipe_32_E65", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_604_generated", "shape": null, "area": 0.64, "streetlevel": 952.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 952.60003662109375, "distance_right": 4.2335884748059321e-07, "index_right": 611, "nodeid": "1388792.950794_5860709.504264", "id": "1388792.950794_5860709.504264", "name": "manhole_604_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388792.950793598080054, 5860709.504263866692781 ] } }, +{ "type": "Feature", "properties": { "_index": 603, "bedlevel": 950.79998779296875, "branchid": "pipe_32_E65;pipe_32_E66", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_605_generated", "shape": null, "area": 0.64, "streetlevel": 953.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 953.79998779296875, "distance_right": 5.8393628355043254e-07, "index_right": 612, "nodeid": "1388807.667889_5860662.168288", "id": "1388807.667889_5860662.168288", "name": "manhole_605_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388807.667888506315649, 5860662.168287687934935 ] } }, +{ "type": "Feature", "properties": { "_index": 604, "bedlevel": 950.79998779296875, "branchid": "pipe_32_E66;pipe_32_E67", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_606_generated", "shape": null, "area": 0.64, "streetlevel": 953.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 953.79998779296875, "distance_right": 4.2307634411646621e-07, "index_right": 613, "nodeid": "1388819.224423_5860613.968191", "id": "1388819.224423_5860613.968191", "name": "manhole_606_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388819.224422588944435, 5860613.968191100284457 ] } }, +{ "type": "Feature", "properties": { "_index": 605, "bedlevel": 952.70001220703125, "branchid": "pipe_32_E67;pipe_32_E68", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_607_generated", "shape": null, "area": 0.64, "streetlevel": 955.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 955.70001220703125, "distance_right": 3.2847915211358398e-07, "index_right": 614, "nodeid": "1388830.638255_5860565.729079", "id": "1388830.638255_5860565.729079", "name": "manhole_607_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388830.63825476472266, 5860565.72907877061516 ] } }, +{ "type": "Feature", "properties": { "_index": 606, "bedlevel": 952.70001220703125, "branchid": "pipe_32_E68;pipe_32_E69", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_608_generated", "shape": null, "area": 0.64, "streetlevel": 955.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 955.70001220703125, "distance_right": 4.4360684295309176e-07, "index_right": 615, "nodeid": "1388842.052087_5860517.489966", "id": "1388842.052087_5860517.489966", "name": "manhole_608_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388842.052086940500885, 5860517.489966440014541 ] } }, +{ "type": "Feature", "properties": { "_index": 607, "bedlevel": 952.70001220703125, "branchid": "pipe_32_E69;pipe_32_E70", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_609_generated", "shape": null, "area": 0.64, "streetlevel": 955.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 955.70001220703125, "distance_right": 2.9630697691100381e-07, "index_right": 616, "nodeid": "1388862.776240_5860472.578981", "id": "1388862.776240_5860472.578981", "name": "manhole_609_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388862.77624000934884, 5860472.578981296159327 ] } }, +{ "type": "Feature", "properties": { "_index": 608, "bedlevel": 961.70001220703125, "branchid": "pipe_32_E70;pipe_32_E71", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_610_generated", "shape": null, "area": 0.64, "streetlevel": 964.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 964.70001220703125, "distance_right": 4.1085287726334795e-07, "index_right": 617, "nodeid": "1388884.529400_5860428.035884", "id": "1388884.529400_5860428.035884", "name": "manhole_610_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388884.529400010826066, 5860428.03588358964771 ] } }, +{ "type": "Feature", "properties": { "_index": 609, "bedlevel": 948.29998779296875, "branchid": "pipe_32_E71;pipe_32_E72", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_611_generated", "shape": null, "area": 0.64, "streetlevel": 951.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 951.29998779296875, "distance_right": 1.9786385917489472e-07, "index_right": 618, "nodeid": "1388906.282638_5860383.492824", "id": "1388906.282638_5860383.492824", "name": "manhole_611_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388906.282637836178765, 5860383.492823889479041 ] } }, +{ "type": "Feature", "properties": { "_index": 610, "bedlevel": 948.29998779296875, "branchid": "pipe_32_E72;pipe_32_E73", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_612_generated", "shape": null, "area": 0.64, "streetlevel": 951.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 951.29998779296875, "distance_right": 4.5358570654776362e-07, "index_right": 619, "nodeid": "1388933.946376_5860342.419800", "id": "1388933.946376_5860342.419800", "name": "manhole_612_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388933.946375871310011, 5860342.419800435192883 ] } }, +{ "type": "Feature", "properties": { "_index": 611, "bedlevel": 948.29998779296875, "branchid": "pipe_32_E73", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_613_generated", "shape": null, "area": 0.64, "streetlevel": 951.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 951.29998779296875, "distance_right": 4.6166295054686266e-07, "index_right": 620, "nodeid": "1388962.240716_5860301.717001", "id": "1388962.240716_5860301.717001", "name": "manhole_613_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388962.240715913940221, 5860301.717001453973353 ] } }, +{ "type": "Feature", "properties": { "_index": 612, "bedlevel": 749.29998779296875, "branchid": "pipe_33_E0;pipe_33_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_614_generated", "shape": null, "area": 0.64, "streetlevel": 752.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.29998779296875, "distance_right": 2.1054701440998384e-07, "index_right": 621, "nodeid": "1386825.198348_5859175.156894", "id": "1386825.198348_5859175.156894", "name": "manhole_614_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386825.19834817154333, 5859175.156894122250378 ] } }, +{ "type": "Feature", "properties": { "_index": 613, "bedlevel": 749.29998779296875, "branchid": "pipe_33_E1;pipe_33_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_615_generated", "shape": null, "area": 0.64, "streetlevel": 752.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 752.29998779296875, "distance_right": 4.0506811183797461e-07, "index_right": 622, "nodeid": "1386779.333999_5859189.448422", "id": "1386779.333999_5859189.448422", "name": "manhole_615_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386779.333999397465959, 5859189.44842192158103 ] } }, +{ "type": "Feature", "properties": { "_index": 614, "bedlevel": 735.0, "branchid": "pipe_33_E2;pipe_33_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_616_generated", "shape": null, "area": 0.64, "streetlevel": 738.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 738.0, "distance_right": 1.877787440964567e-07, "index_right": 623, "nodeid": "1386733.445003_5859203.660137", "id": "1386733.445003_5859203.660137", "name": "manhole_616_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386733.445003136992455, 5859203.660136871039867 ] } }, +{ "type": "Feature", "properties": { "_index": 615, "bedlevel": 735.0, "branchid": "pipe_33_E3;pipe_33_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_617_generated", "shape": null, "area": 0.64, "streetlevel": 738.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 738.0, "distance_right": 3.9505892377035587e-07, "index_right": 624, "nodeid": "1386687.508547_5859217.718168", "id": "1386687.508547_5859217.718168", "name": "manhole_617_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386687.508546756347641, 5859217.718167688697577 ] } }, +{ "type": "Feature", "properties": { "_index": 616, "bedlevel": 760.29998779296875, "branchid": "pipe_33_E4;pipe_33_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_618_generated", "shape": null, "area": 0.64, "streetlevel": 763.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 763.29998779296875, "distance_right": 6.1948814050446903e-07, "index_right": 625, "nodeid": "1386641.572090_5859231.776199", "id": "1386641.572090_5859231.776199", "name": "manhole_618_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386641.572090375469998, 5859231.776198507286608 ] } }, +{ "type": "Feature", "properties": { "_index": 617, "bedlevel": 760.29998779296875, "branchid": "pipe_33_E5;pipe_33_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_619_generated", "shape": null, "area": 0.64, "streetlevel": 763.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 763.29998779296875, "distance_right": 4.9064792164743079e-07, "index_right": 626, "nodeid": "1386595.451642_5859245.168246", "id": "1386595.451642_5859245.168246", "name": "manhole_619_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386595.451642262749374, 5859245.168246414512396 ] } }, +{ "type": "Feature", "properties": { "_index": 618, "bedlevel": 751.60003662109375, "branchid": "pipe_33_E6;pipe_33_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_620_generated", "shape": null, "area": 0.64, "streetlevel": 754.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 754.60003662109375, "distance_right": 4.9788017268457425e-07, "index_right": 627, "nodeid": "1386548.813361_5859256.685926", "id": "1386548.813361_5859256.685926", "name": "manhole_620_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386548.813360751140863, 5859256.685926430858672 ] } }, +{ "type": "Feature", "properties": { "_index": 619, "bedlevel": 751.60003662109375, "branchid": "pipe_33_E7;pipe_33_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_621_generated", "shape": null, "area": 0.64, "streetlevel": 754.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 754.60003662109375, "distance_right": 5.0718835757375619e-07, "index_right": 628, "nodeid": "1386502.175079_5859268.203606", "id": "1386502.175079_5859268.203606", "name": "manhole_621_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386502.175079239532351, 5859268.203606447204947 ] } }, +{ "type": "Feature", "properties": { "_index": 620, "bedlevel": 739.5, "branchid": "pipe_33_E8;pipe_33_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_622_generated", "shape": null, "area": 0.64, "streetlevel": 742.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 742.5, "distance_right": 5.6665798568557784e-07, "index_right": 629, "nodeid": "1386455.354357_5859278.943274", "id": "1386455.354357_5859278.943274", "name": "manhole_622_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386455.354356503346935, 5859278.943273726850748 ] } }, +{ "type": "Feature", "properties": { "_index": 621, "bedlevel": 739.5, "branchid": "pipe_33_E9;pipe_33_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_623_generated", "shape": null, "area": 0.64, "streetlevel": 742.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 742.5, "distance_right": 2.9406242988679527e-07, "index_right": 630, "nodeid": "1386408.879240_5859290.671230", "id": "1386408.879240_5859290.671230", "name": "manhole_623_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386408.879239794565365, 5859290.671229789964855 ] } }, +{ "type": "Feature", "properties": { "_index": 622, "bedlevel": 714.60003662109375, "branchid": "pipe_33_E10;pipe_33_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_624_generated", "shape": null, "area": 0.64, "streetlevel": 717.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 717.60003662109375, "distance_right": 3.9547400298640946e-07, "index_right": 631, "nodeid": "1386364.691369_5859309.518466", "id": "1386364.691369_5859309.518466", "name": "manhole_624_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386364.691368696978316, 5859309.518465746194124 ] } }, +{ "type": "Feature", "properties": { "_index": 623, "bedlevel": 714.60003662109375, "branchid": "pipe_33_E11;pipe_33_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_625_generated", "shape": null, "area": 0.64, "streetlevel": 717.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 717.60003662109375, "distance_right": 4.9993553902667797e-07, "index_right": 632, "nodeid": "1386320.503498_5859328.365702", "id": "1386320.503498_5859328.365702", "name": "manhole_625_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386320.503497599391267, 5859328.365701701492071 ] } }, +{ "type": "Feature", "properties": { "_index": 624, "bedlevel": 708.0, "branchid": "pipe_33_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_626_generated", "shape": null, "area": 0.64, "streetlevel": 711.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 711.0, "distance_right": 3.577770704512787e-07, "index_right": 633, "nodeid": "1386273.173812_5859335.365460", "id": "1386273.173812_5859335.365460", "name": "manhole_626_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386273.173811787506565, 5859335.36546028777957 ] } }, +{ "type": "Feature", "properties": { "_index": 625, "bedlevel": 950.70001220703125, "branchid": "pipe_34_E0;pipe_34_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_627_generated", "shape": null, "area": 0.64, "streetlevel": 953.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 953.70001220703125, "distance_right": 5.9695420529554627e-07, "index_right": 634, "nodeid": "1388922.246059_5860458.418739", "id": "1388922.246059_5860458.418739", "name": "manhole_627_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388922.246059404918924, 5860458.418739438988268 ] } }, +{ "type": "Feature", "properties": { "_index": 626, "bedlevel": 950.70001220703125, "branchid": "pipe_34_E1;pipe_34_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_628_generated", "shape": null, "area": 0.64, "streetlevel": 953.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 953.70001220703125, "distance_right": 2.1646990066709852e-08, "index_right": 635, "nodeid": "1388900.295978_5860503.075898", "id": "1388900.295978_5860503.075898", "name": "manhole_628_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388900.295977992936969, 5860503.075897979550064 ] } }, +{ "type": "Feature", "properties": { "_index": 627, "bedlevel": 952.70001220703125, "branchid": "pipe_34_E2;pipe_34_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_629_generated", "shape": null, "area": 0.64, "streetlevel": 955.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 955.70001220703125, "distance_right": 6.3678227575811753e-07, "index_right": 636, "nodeid": "1388878.345897_5860547.733057", "id": "1388878.345897_5860547.733057", "name": "manhole_629_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388878.345896581187844, 5860547.733056520111859 ] } }, +{ "type": "Feature", "properties": { "_index": 628, "bedlevel": 950.79998779296875, "branchid": "pipe_34_E3;pipe_34_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_630_generated", "shape": null, "area": 0.64, "streetlevel": 953.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 953.79998779296875, "distance_right": 6.8182421614991291e-07, "index_right": 637, "nodeid": "1388856.887740_5860592.570928", "id": "1388856.887740_5860592.570928", "name": "manhole_630_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388856.887740465346724, 5860592.570927501656115 ] } }, +{ "type": "Feature", "properties": { "_index": 629, "bedlevel": 950.79998779296875, "branchid": "pipe_34_E4;pipe_34_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_631_generated", "shape": null, "area": 0.64, "streetlevel": 953.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 953.79998779296875, "distance_right": 2.7419275813984667e-07, "index_right": 638, "nodeid": "1388853.076020_5860641.795407", "id": "1388853.076020_5860641.795407", "name": "manhole_631_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388853.076019846601412, 5860641.795407227240503 ] } }, +{ "type": "Feature", "properties": { "_index": 630, "bedlevel": 950.79998779296875, "branchid": "pipe_34_E5;pipe_34_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_632_generated", "shape": null, "area": 0.64, "streetlevel": 953.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 953.79998779296875, "distance_right": 8.3497951232706373e-08, "index_right": 639, "nodeid": "1388856.119827_5860691.462329", "id": "1388856.119827_5860691.462329", "name": "manhole_632_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388856.119826921960339, 5860691.462329030036926 ] } }, +{ "type": "Feature", "properties": { "_index": 631, "bedlevel": 949.5, "branchid": "pipe_34_E6;pipe_34_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_633_generated", "shape": null, "area": 0.64, "streetlevel": 952.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 952.5, "distance_right": 1.667342165101211e-07, "index_right": 640, "nodeid": "1388859.163634_5860741.129251", "id": "1388859.163634_5860741.129251", "name": "manhole_633_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388859.163633997086436, 5860741.12925083283335 ] } }, +{ "type": "Feature", "properties": { "_index": 632, "bedlevel": 949.5, "branchid": "pipe_34_E7;pipe_34_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_634_generated", "shape": null, "area": 0.64, "streetlevel": 952.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 952.5, "distance_right": 3.7127669706251919e-07, "index_right": 641, "nodeid": "1388862.207441_5860790.796173", "id": "1388862.207441_5860790.796173", "name": "manhole_634_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388862.207441072445363, 5860790.796172635629773 ] } }, +{ "type": "Feature", "properties": { "_index": 633, "bedlevel": 942.5, "branchid": "pipe_34_E8;pipe_34_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_635_generated", "shape": null, "area": 0.64, "streetlevel": 945.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 945.5, "distance_right": 2.0225358905841224e-07, "index_right": 642, "nodeid": "1388866.356326_5860840.344227", "id": "1388866.356326_5860840.344227", "name": "manhole_635_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388866.356326055014506, 5860840.344227194786072 ] } }, +{ "type": "Feature", "properties": { "_index": 634, "bedlevel": 942.5, "branchid": "pipe_34_E9;pipe_34_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_636_generated", "shape": null, "area": 0.64, "streetlevel": 945.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 945.5, "distance_right": 3.8925384345881058e-07, "index_right": 643, "nodeid": "1388873.944741_5860889.522310", "id": "1388873.944741_5860889.522310", "name": "manhole_636_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388873.944740658160299, 5860889.522310186177492 ] } }, +{ "type": "Feature", "properties": { "_index": 635, "bedlevel": 942.5, "branchid": "pipe_34_E10;pipe_34_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_637_generated", "shape": null, "area": 0.64, "streetlevel": 945.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 945.5, "distance_right": 3.0329102696444249e-07, "index_right": 644, "nodeid": "1388883.174273_5860938.398467", "id": "1388883.174273_5860938.398467", "name": "manhole_637_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388883.17427325528115, 5860938.398467163555324 ] } }, +{ "type": "Feature", "properties": { "_index": 636, "bedlevel": 934.4000244140625, "branchid": "pipe_34_E11;pipe_34_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_638_generated", "shape": null, "area": 0.64, "streetlevel": 937.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 937.4000244140625, "distance_right": 1.6802195612188359e-07, "index_right": 645, "nodeid": "1388890.216841_5860987.212369", "id": "1388890.216841_5860987.212369", "name": "manhole_638_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388890.216840920504183, 5860987.212368851527572 ] } }, +{ "type": "Feature", "properties": { "_index": 637, "bedlevel": 934.4000244140625, "branchid": "pipe_34_E12;pipe_34_E13", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_639_generated", "shape": null, "area": 0.64, "streetlevel": 937.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 937.4000244140625, "distance_right": 1.1231997364245297e-07, "index_right": 646, "nodeid": "1388884.322195_5861036.622095", "id": "1388884.322195_5861036.622095", "name": "manhole_639_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388884.322194910608232, 5861036.62209493201226 ] } }, +{ "type": "Feature", "properties": { "_index": 638, "bedlevel": 934.4000244140625, "branchid": "pipe_34_E13;pipe_34_E14", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_640_generated", "shape": null, "area": 0.64, "streetlevel": 937.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 937.4000244140625, "distance_right": 9.9813494894073822e-08, "index_right": 647, "nodeid": "1388878.427549_5861086.031821", "id": "1388878.427549_5861086.031821", "name": "manhole_640_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388878.427548900712281, 5861086.031821011565626 ] } }, +{ "type": "Feature", "properties": { "_index": 639, "bedlevel": 927.4000244140625, "branchid": "pipe_34_E14;pipe_34_E15", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_641_generated", "shape": null, "area": 0.64, "streetlevel": 930.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 930.4000244140625, "distance_right": 1.4291648644270733e-07, "index_right": 648, "nodeid": "1388872.532903_5861135.441547", "id": "1388872.532903_5861135.441547", "name": "manhole_641_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388872.532902890816331, 5861135.441547092050314 ] } }, +{ "type": "Feature", "properties": { "_index": 640, "bedlevel": 927.4000244140625, "branchid": "pipe_34_E15;pipe_34_E16", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_642_generated", "shape": null, "area": 0.64, "streetlevel": 930.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 930.4000244140625, "distance_right": 2.093820748219209e-07, "index_right": 649, "nodeid": "1388866.638257_5861184.851273", "id": "1388866.638257_5861184.851273", "name": "manhole_642_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388866.63825688092038, 5861184.851273172535002 ] } }, +{ "type": "Feature", "properties": { "_index": 641, "bedlevel": 927.4000244140625, "branchid": "pipe_34_E16;pipe_34_E17", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_643_generated", "shape": null, "area": 0.64, "streetlevel": 930.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 930.4000244140625, "distance_right": 3.9648214779219621e-07, "index_right": 650, "nodeid": "1388854.620841_5861232.489913", "id": "1388854.620841_5861232.489913", "name": "manhole_643_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388854.620840607210994, 5861232.489912945777178 ] } }, +{ "type": "Feature", "properties": { "_index": 642, "bedlevel": 923.60003662109375, "branchid": "pipe_34_E17;pipe_34_E18", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_644_generated", "shape": null, "area": 0.64, "streetlevel": 926.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 926.60003662109375, "distance_right": 4.931566840797132e-07, "index_right": 651, "nodeid": "1388833.227561_5861277.416469", "id": "1388833.227561_5861277.416469", "name": "manhole_644_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388833.22756120422855, 5861277.416469449177384 ] } }, +{ "type": "Feature", "properties": { "_index": 643, "bedlevel": 923.60003662109375, "branchid": "pipe_34_E18;pipe_34_E19", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_645_generated", "shape": null, "area": 0.64, "streetlevel": 926.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 926.60003662109375, "distance_right": 2.0421729585515747e-07, "index_right": 652, "nodeid": "1388811.834282_5861322.343026", "id": "1388811.834282_5861322.343026", "name": "manhole_645_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388811.834281801246107, 5861322.343025953508914 ] } }, +{ "type": "Feature", "properties": { "_index": 644, "bedlevel": 928.10003662109375, "branchid": "pipe_34_E19;pipe_34_E20", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_646_generated", "shape": null, "area": 0.64, "streetlevel": 931.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 931.10003662109375, "distance_right": 6.0631692520020048e-07, "index_right": 653, "nodeid": "1388790.441002_5861367.269582", "id": "1388790.441002_5861367.269582", "name": "manhole_646_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388790.441002398030832, 5861367.26958245690912 ] } }, +{ "type": "Feature", "properties": { "_index": 645, "bedlevel": 919.20001220703125, "branchid": "pipe_34_E20;pipe_34_E21", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_647_generated", "shape": null, "area": 0.64, "streetlevel": 922.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 922.20001220703125, "distance_right": 4.0344250041906387e-08, "index_right": 654, "nodeid": "1388769.047723_5861412.196139", "id": "1388769.047723_5861412.196139", "name": "manhole_647_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388769.047722995048389, 5861412.196138960309327 ] } }, +{ "type": "Feature", "properties": { "_index": 646, "bedlevel": 919.20001220703125, "branchid": "pipe_34_E21;pipe_34_E22", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_648_generated", "shape": null, "area": 0.64, "streetlevel": 922.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 922.20001220703125, "distance_right": 6.1836242235722718e-07, "index_right": 655, "nodeid": "1388747.654444_5861457.122695", "id": "1388747.654444_5861457.122695", "name": "manhole_648_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388747.654443592065945, 5861457.122695464640856 ] } }, +{ "type": "Feature", "properties": { "_index": 647, "bedlevel": 919.20001220703125, "branchid": "pipe_34_E22;pipe_34_E23", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_649_generated", "shape": null, "area": 0.64, "streetlevel": 922.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 922.20001220703125, "distance_right": 4.2697769327700622e-07, "index_right": 656, "nodeid": "1388725.026127_5861501.410492", "id": "1388725.026127_5861501.410492", "name": "manhole_649_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388725.026126575190574, 5861501.410491958260536 ] } }, +{ "type": "Feature", "properties": { "_index": 648, "bedlevel": 897.20001220703125, "branchid": "pipe_34_E23;pipe_34_E24", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_650_generated", "shape": null, "area": 0.64, "streetlevel": 900.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 900.20001220703125, "distance_right": 3.8289478952932213e-07, "index_right": 657, "nodeid": "1388700.725248_5861544.833242", "id": "1388700.725248_5861544.833242", "name": "manhole_650_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388700.725248141447082, 5861544.833241644315422 ] } }, +{ "type": "Feature", "properties": { "_index": 649, "bedlevel": 897.20001220703125, "branchid": "pipe_34_E24;pipe_34_E25", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_651_generated", "shape": null, "area": 0.64, "streetlevel": 900.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 900.20001220703125, "distance_right": 4.4054123517975461e-07, "index_right": 658, "nodeid": "1388676.424370_5861588.255991", "id": "1388676.424370_5861588.255991", "name": "manhole_651_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388676.42436970770359, 5861588.255991329438984 ] } }, +{ "type": "Feature", "properties": { "_index": 650, "bedlevel": 897.20001220703125, "branchid": "pipe_34_E25;pipe_34_E26", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_652_generated", "shape": null, "area": 0.64, "streetlevel": 900.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 900.20001220703125, "distance_right": 3.923347648023898e-07, "index_right": 659, "nodeid": "1388632.324465_5861606.441272", "id": "1388632.324465_5861606.441272", "name": "manhole_652_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388632.324464634526521, 5861606.441272142343223 ] } }, +{ "type": "Feature", "properties": { "_index": 651, "bedlevel": 895.4000244140625, "branchid": "pipe_34_E26;pipe_34_E27", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_653_generated", "shape": null, "area": 0.64, "streetlevel": 898.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 898.4000244140625, "distance_right": 5.2422671262703447e-07, "index_right": 660, "nodeid": "1388583.463808_5861611.105615", "id": "1388583.463808_5861611.105615", "name": "manhole_653_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388583.463808472501114, 5861611.105615227483213 ] } }, +{ "type": "Feature", "properties": { "_index": 652, "bedlevel": 895.4000244140625, "branchid": "pipe_34_E27;pipe_34_E28", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_654_generated", "shape": null, "area": 0.64, "streetlevel": 898.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 898.4000244140625, "distance_right": 1.7655441931671308e-07, "index_right": 661, "nodeid": "1388534.764013_5861604.222018", "id": "1388534.764013_5861604.222018", "name": "manhole_654_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388534.764012826373801, 5861604.222017968073487 ] } }, +{ "type": "Feature", "properties": { "_index": 653, "bedlevel": 900.60003662109375, "branchid": "pipe_34_E28;pipe_34_E29", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_655_generated", "shape": null, "area": 0.64, "streetlevel": 903.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 903.60003662109375, "distance_right": 1.267805079935303e-07, "index_right": 662, "nodeid": "1388489.566489_5861583.407318", "id": "1388489.566489_5861583.407318", "name": "manhole_655_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388489.566489090910181, 5861583.40731808822602 ] } }, +{ "type": "Feature", "properties": { "_index": 654, "bedlevel": 900.60003662109375, "branchid": "pipe_34_E29;pipe_34_E30", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_656_generated", "shape": null, "area": 0.64, "streetlevel": 903.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 903.60003662109375, "distance_right": 3.5366016764945169e-07, "index_right": 663, "nodeid": "1388444.204916_5861563.162508", "id": "1388444.204916_5861563.162508", "name": "manhole_656_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388444.204915680922568, 5861563.162508152425289 ] } }, +{ "type": "Feature", "properties": { "_index": 655, "bedlevel": 903.4000244140625, "branchid": "pipe_34_E30;pipe_34_E31", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_657_generated", "shape": null, "area": 0.64, "streetlevel": 906.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 906.4000244140625, "distance_right": 5.7176550681391025e-07, "index_right": 664, "nodeid": "1388394.858231_5861556.761521", "id": "1388394.858231_5861556.761521", "name": "manhole_657_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388394.858231473481283, 5861556.761520680040121 ] } }, +{ "type": "Feature", "properties": { "_index": 656, "bedlevel": 903.4000244140625, "branchid": "pipe_34_E31;pipe_34_E32", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_658_generated", "shape": null, "area": 0.64, "streetlevel": 906.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 906.4000244140625, "distance_right": 2.8018892283096598e-07, "index_right": 665, "nodeid": "1388350.680838_5861570.408674", "id": "1388350.680838_5861570.408674", "name": "manhole_658_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388350.680838279658929, 5861570.408674017526209 ] } }, +{ "type": "Feature", "properties": { "_index": 657, "bedlevel": 897.20001220703125, "branchid": "pipe_34_E32;pipe_34_E33", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_659_generated", "shape": null, "area": 0.64, "streetlevel": 900.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 900.20001220703125, "distance_right": 4.057703762092192e-07, "index_right": 666, "nodeid": "1388310.581733_5861599.872714", "id": "1388310.581733_5861599.872714", "name": "manhole_659_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388310.581732882419601, 5861599.872713611461222 ] } }, +{ "type": "Feature", "properties": { "_index": 658, "bedlevel": 897.20001220703125, "branchid": "pipe_34_E33;pipe_34_E34", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_660_generated", "shape": null, "area": 0.64, "streetlevel": 900.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 900.20001220703125, "distance_right": 5.5718800522406768e-07, "index_right": 667, "nodeid": "1388271.039626_5861629.969603", "id": "1388271.039626_5861629.969603", "name": "manhole_660_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388271.039625711739063, 5861629.969603477045894 ] } }, +{ "type": "Feature", "properties": { "_index": 659, "bedlevel": 887.0, "branchid": "pipe_34_E34;pipe_34_E35", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_661_generated", "shape": null, "area": 0.64, "streetlevel": 890.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 890.0, "distance_right": 3.3198253484132111e-07, "index_right": 668, "nodeid": "1388236.722210_5861666.002684", "id": "1388236.722210_5861666.002684", "name": "manhole_661_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388236.722210306907073, 5861666.002683873288333 ] } }, +{ "type": "Feature", "properties": { "_index": 660, "bedlevel": 887.0, "branchid": "pipe_34_E35;pipe_34_E36", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_662_generated", "shape": null, "area": 0.64, "streetlevel": 890.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 890.0, "distance_right": 2.8636616923067504e-07, "index_right": 669, "nodeid": "1388202.404795_5861702.035764", "id": "1388202.404795_5861702.035764", "name": "manhole_662_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388202.404794902307913, 5861702.035764269530773 ] } }, +{ "type": "Feature", "properties": { "_index": 661, "bedlevel": 887.0, "branchid": "pipe_34_E36;pipe_34_E37", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_663_generated", "shape": null, "area": 0.64, "streetlevel": 890.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 890.0, "distance_right": 5.9945933282054772e-07, "index_right": 670, "nodeid": "1388168.087379_5861738.068845", "id": "1388168.087379_5861738.068845", "name": "manhole_663_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388168.087379497475922, 5861738.068844665773213 ] } }, +{ "type": "Feature", "properties": { "_index": 662, "bedlevel": 882.9000244140625, "branchid": "pipe_34_E37;pipe_34_E38", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_664_generated", "shape": null, "area": 0.64, "streetlevel": 885.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 885.9000244140625, "distance_right": 1.1171698567518565e-07, "index_right": 671, "nodeid": "1388133.769964_5861774.101925", "id": "1388133.769964_5861774.101925", "name": "manhole_664_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388133.769964092643932, 5861774.101925062015653 ] } }, +{ "type": "Feature", "properties": { "_index": 663, "bedlevel": 871.0, "branchid": "pipe_34_E38;pipe_34_E39", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_665_generated", "shape": null, "area": 0.64, "streetlevel": 874.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 874.0, "distance_right": 5.5370519548127108e-07, "index_right": 672, "nodeid": "1388099.452549_5861810.135005", "id": "1388099.452549_5861810.135005", "name": "manhole_665_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388099.452548687811941, 5861810.13500545732677 ] } }, +{ "type": "Feature", "properties": { "_index": 664, "bedlevel": 871.0, "branchid": "pipe_34_E39;pipe_34_E40", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_666_generated", "shape": null, "area": 0.64, "streetlevel": 874.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 874.0, "distance_right": 3.1864981069759395e-07, "index_right": 673, "nodeid": "1388065.135133_5861846.168086", "id": "1388065.135133_5861846.168086", "name": "manhole_666_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388065.135133283212781, 5861846.16808585356921 ] } }, +{ "type": "Feature", "properties": { "_index": 665, "bedlevel": 859.20001220703125, "branchid": "pipe_34_E40;pipe_34_E41", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_667_generated", "shape": null, "area": 0.64, "streetlevel": 862.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 862.20001220703125, "distance_right": 3.6733334325308476e-07, "index_right": 674, "nodeid": "1388022.995197_5861866.899685", "id": "1388022.995197_5861866.899685", "name": "manhole_667_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388022.995196633273736, 5861866.899685021489859 ] } }, +{ "type": "Feature", "properties": { "_index": 666, "bedlevel": 859.20001220703125, "branchid": "pipe_34_E41;pipe_34_E42", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_668_generated", "shape": null, "area": 0.64, "streetlevel": 862.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 862.20001220703125, "distance_right": 5.3807499256072629e-07, "index_right": 675, "nodeid": "1387973.690500_5861873.616436", "id": "1387973.690500_5861873.616436", "name": "manhole_668_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387973.690499771386385, 5861873.616436487063766 ] } }, +{ "type": "Feature", "properties": { "_index": 667, "bedlevel": 856.20001220703125, "branchid": "pipe_34_E42;pipe_34_E43", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_669_generated", "shape": null, "area": 0.64, "streetlevel": 859.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 859.20001220703125, "distance_right": 5.474378737578715e-07, "index_right": 676, "nodeid": "1387924.470484_5861880.906597", "id": "1387924.470484_5861880.906597", "name": "manhole_669_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387924.470484273741022, 5861880.90659652557224 ] } }, +{ "type": "Feature", "properties": { "_index": 668, "bedlevel": 856.20001220703125, "branchid": "pipe_34_E43;pipe_34_E44", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_670_generated", "shape": null, "area": 0.64, "streetlevel": 859.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 859.20001220703125, "distance_right": 2.6713630888038328e-07, "index_right": 677, "nodeid": "1387877.962617_5861896.157046", "id": "1387877.962617_5861896.157046", "name": "manhole_670_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387877.962616891367361, 5861896.157046243548393 ] } }, +{ "type": "Feature", "properties": { "_index": 669, "bedlevel": 856.20001220703125, "branchid": "pipe_34_E44;pipe_34_E45", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_671_generated", "shape": null, "area": 0.64, "streetlevel": 859.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 859.20001220703125, "distance_right": 2.3805860219097484e-07, "index_right": 678, "nodeid": "1387917.070526_5861911.915830", "id": "1387917.070526_5861911.915830", "name": "manhole_671_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387917.070526217576116, 5861911.915829903446138 ] } }, +{ "type": "Feature", "properties": { "_index": 670, "bedlevel": 856.20001220703125, "branchid": "pipe_34_E45;pipe_34_E46", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_672_generated", "shape": null, "area": 0.64, "streetlevel": 859.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 859.20001220703125, "distance_right": 4.3134922908785989e-07, "index_right": 679, "nodeid": "1387966.654668_5861916.096835", "id": "1387966.654668_5861916.096835", "name": "manhole_672_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387966.654667611001059, 5861916.096835186704993 ] } }, +{ "type": "Feature", "properties": { "_index": 671, "bedlevel": 843.29998779296875, "branchid": "pipe_34_E46;pipe_34_E47", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_673_generated", "shape": null, "area": 0.64, "streetlevel": 846.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 846.29998779296875, "distance_right": 6.6910196134826447e-07, "index_right": 680, "nodeid": "1388016.318006_5861919.063731", "id": "1388016.318006_5861919.063731", "name": "manhole_673_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388016.318005530629307, 5861919.063731476664543 ] } }, +{ "type": "Feature", "properties": { "_index": 672, "bedlevel": 847.10003662109375, "branchid": "pipe_34_E47;pipe_34_E48", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_674_generated", "shape": null, "area": 0.64, "streetlevel": 850.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 850.10003662109375, "distance_right": 4.9533251570249879e-07, "index_right": 681, "nodeid": "1388066.025121_5861921.359511", "id": "1388066.025121_5861921.359511", "name": "manhole_674_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388066.025120510486886, 5861921.359510923735797 ] } }, +{ "type": "Feature", "properties": { "_index": 673, "bedlevel": 847.10003662109375, "branchid": "pipe_34_E48;pipe_34_E49", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_675_generated", "shape": null, "area": 0.64, "streetlevel": 850.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 850.10003662109375, "distance_right": 6.1467730890167978e-07, "index_right": 682, "nodeid": "1388115.732235_5861923.655290", "id": "1388115.732235_5861923.655290", "name": "manhole_675_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388115.732235490344465, 5861923.655290370807052 ] } }, +{ "type": "Feature", "properties": { "_index": 674, "bedlevel": 846.0, "branchid": "pipe_34_E49;pipe_34_E50", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_676_generated", "shape": null, "area": 0.64, "streetlevel": 849.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 849.0, "distance_right": 3.5555129936383504e-07, "index_right": 683, "nodeid": "1388161.130695_5861931.457672", "id": "1388161.130695_5861931.457672", "name": "manhole_676_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388161.130695321131498, 5861931.457672152668238 ] } }, +{ "type": "Feature", "properties": { "_index": 675, "bedlevel": 847.10003662109375, "branchid": "pipe_34_E50;pipe_34_E51", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_677_generated", "shape": null, "area": 0.64, "streetlevel": 850.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 850.10003662109375, "distance_right": 2.672133099130381e-07, "index_right": 684, "nodeid": "1388139.871224_5861964.082641", "id": "1388139.871224_5861964.082641", "name": "manhole_677_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388139.871223766123876, 5861964.082641129381955 ] } }, +{ "type": "Feature", "properties": { "_index": 676, "bedlevel": 847.10003662109375, "branchid": "pipe_34_E51;pipe_34_E52", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_678_generated", "shape": null, "area": 0.64, "streetlevel": 850.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 850.10003662109375, "distance_right": 3.921092014707088e-07, "index_right": 685, "nodeid": "1388090.726846_5861957.769498", "id": "1388090.726846_5861957.769498", "name": "manhole_678_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388090.726845995755866, 5861957.769498392008245 ] } }, +{ "type": "Feature", "properties": { "_index": 677, "bedlevel": 843.29998779296875, "branchid": "pipe_34_E52;pipe_34_E53", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_679_generated", "shape": null, "area": 0.64, "streetlevel": 846.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 846.29998779296875, "distance_right": 2.2779084516867197e-07, "index_right": 686, "nodeid": "1388049.339105_5861983.736727", "id": "1388049.339105_5861983.736727", "name": "manhole_679_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388049.339104855433106, 5861983.736727176234126 ] } }, +{ "type": "Feature", "properties": { "_index": 678, "bedlevel": 843.29998779296875, "branchid": "pipe_34_E53;pipe_34_E54", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_680_generated", "shape": null, "area": 0.64, "streetlevel": 846.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 846.29998779296875, "distance_right": 4.6927575053310853e-07, "index_right": 687, "nodeid": "1388024.713076_5862026.975906", "id": "1388024.713076_5862026.975906", "name": "manhole_680_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388024.713075590552762, 5862026.975905770435929 ] } }, +{ "type": "Feature", "properties": { "_index": 679, "bedlevel": 843.29998779296875, "branchid": "pipe_34_E54;pipe_34_E55", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_681_generated", "shape": null, "area": 0.64, "streetlevel": 846.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 846.29998779296875, "distance_right": 3.7928111851215363e-07, "index_right": 688, "nodeid": "1387980.016218_5862047.702198", "id": "1387980.016218_5862047.702198", "name": "manhole_681_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387980.016218039905652, 5862047.702198376879096 ] } }, +{ "type": "Feature", "properties": { "_index": 680, "bedlevel": 790.5, "branchid": "pipe_34_E55;pipe_34_E56", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_682_generated", "shape": null, "area": 0.64, "streetlevel": 793.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 793.5, "distance_right": 5.3642689716381333e-07, "index_right": 689, "nodeid": "1387931.906731_5862056.853297", "id": "1387931.906731_5862056.853297", "name": "manhole_682_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387931.90673128189519, 5862056.853296543471515 ] } }, +{ "type": "Feature", "properties": { "_index": 681, "bedlevel": 790.5, "branchid": "pipe_34_E56;pipe_34_E57", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_683_generated", "shape": null, "area": 0.64, "streetlevel": 793.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 793.5, "distance_right": 6.560974611428636e-07, "index_right": 690, "nodeid": "1387882.187313_5862058.865105", "id": "1387882.187313_5862058.865105", "name": "manhole_683_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387882.187313467729837, 5862058.865105460397899 ] } }, +{ "type": "Feature", "properties": { "_index": 682, "bedlevel": 790.20001220703125, "branchid": "pipe_34_E57;pipe_34_E58", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_684_generated", "shape": null, "area": 0.64, "streetlevel": 793.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 793.20001220703125, "distance_right": 3.4705732931458691e-07, "index_right": 691, "nodeid": "1387832.722497_5862057.341085", "id": "1387832.722497_5862057.341085", "name": "manhole_684_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387832.722497318405658, 5862057.3410848621279 ] } }, +{ "type": "Feature", "properties": { "_index": 683, "bedlevel": 827.29998779296875, "branchid": "pipe_34_E58;pipe_34_E59", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_685_generated", "shape": null, "area": 0.64, "streetlevel": 830.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 830.29998779296875, "distance_right": 3.9864767552081094e-07, "index_right": 692, "nodeid": "1387783.804231_5862048.226751", "id": "1387783.804231_5862048.226751", "name": "manhole_685_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387783.80423084856011, 5862048.226750630885363 ] } }, +{ "type": "Feature", "properties": { "_index": 684, "bedlevel": 814.70001220703125, "branchid": "pipe_34_E59;pipe_34_E60", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_686_generated", "shape": null, "area": 0.64, "streetlevel": 817.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 817.70001220703125, "distance_right": 5.5057358477645188e-07, "index_right": 693, "nodeid": "1387734.885964_5862039.112416", "id": "1387734.885964_5862039.112416", "name": "manhole_686_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387734.885964378714561, 5862039.112416399642825 ] } }, +{ "type": "Feature", "properties": { "_index": 685, "bedlevel": 810.70001220703125, "branchid": "pipe_34_E60;pipe_34_E61", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_687_generated", "shape": null, "area": 0.64, "streetlevel": 813.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 813.70001220703125, "distance_right": 1.9158114081199618e-07, "index_right": 694, "nodeid": "1387685.967698_5862029.998082", "id": "1387685.967698_5862029.998082", "name": "manhole_687_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387685.967697908869013, 5862029.998082168400288 ] } }, +{ "type": "Feature", "properties": { "_index": 686, "bedlevel": 810.70001220703125, "branchid": "pipe_34_E61;pipe_34_E62", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_688_generated", "shape": null, "area": 0.64, "streetlevel": 813.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 813.70001220703125, "distance_right": 4.5903439743479076e-07, "index_right": 695, "nodeid": "1387637.036116_5862020.957141", "id": "1387637.036116_5862020.957141", "name": "manhole_688_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387637.036115845199674, 5862020.957140567712486 ] } }, +{ "type": "Feature", "properties": { "_index": 687, "bedlevel": 804.0, "branchid": "pipe_34_E62;pipe_34_E63", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_689_generated", "shape": null, "area": 0.64, "streetlevel": 807.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.0, "distance_right": 4.9447928351944995e-07, "index_right": 696, "nodeid": "1387588.033850_5862012.305794", "id": "1387588.033850_5862012.305794", "name": "manhole_689_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387588.033849656581879, 5862012.305794355459511 ] } }, +{ "type": "Feature", "properties": { "_index": 688, "bedlevel": 804.0, "branchid": "pipe_34_E63;pipe_34_E64", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_690_generated", "shape": null, "area": 0.64, "streetlevel": 807.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 807.0, "distance_right": 4.8969642604152781e-07, "index_right": 697, "nodeid": "1387539.031583_5862003.654448", "id": "1387539.031583_5862003.654448", "name": "manhole_690_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387539.031583468196914, 5862003.654448143206537 ] } }, +{ "type": "Feature", "properties": { "_index": 689, "bedlevel": 790.10003662109375, "branchid": "pipe_34_E64;pipe_34_E65", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_691_generated", "shape": null, "area": 0.64, "streetlevel": 793.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 793.10003662109375, "distance_right": 2.8799720097075195e-07, "index_right": 698, "nodeid": "1387490.029317_5861995.003102", "id": "1387490.029317_5861995.003102", "name": "manhole_691_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387490.029317279579118, 5861995.003101930953562 ] } }, +{ "type": "Feature", "properties": { "_index": 690, "bedlevel": 790.10003662109375, "branchid": "pipe_34_E65;pipe_34_E66", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_692_generated", "shape": null, "area": 0.64, "streetlevel": 793.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 793.10003662109375, "distance_right": 3.8909253916758981e-07, "index_right": 699, "nodeid": "1387440.720368_5861989.908139", "id": "1387440.720368_5861989.908139", "name": "manhole_692_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387440.720367865404114, 5861989.908138634636998 ] } }, +{ "type": "Feature", "properties": { "_index": 691, "bedlevel": 767.60003662109375, "branchid": "pipe_34_E66;pipe_34_E67", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_693_generated", "shape": null, "area": 0.64, "streetlevel": 770.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 770.60003662109375, "distance_right": 3.3575341333343036e-07, "index_right": 700, "nodeid": "1387390.960447_5861990.042768", "id": "1387390.960447_5861990.042768", "name": "manhole_693_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387390.960446665296331, 5861990.042768024839461 ] } }, +{ "type": "Feature", "properties": { "_index": 692, "bedlevel": 767.60003662109375, "branchid": "pipe_34_E67;pipe_34_E68", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_694_generated", "shape": null, "area": 0.64, "streetlevel": 770.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 770.60003662109375, "distance_right": 6.2320378403686381e-07, "index_right": 701, "nodeid": "1387341.200525_5861990.177397", "id": "1387341.200525_5861990.177397", "name": "manhole_694_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387341.200525465421379, 5861990.177397414110601 ] } }, +{ "type": "Feature", "properties": { "_index": 693, "bedlevel": 746.60003662109375, "branchid": "pipe_34_E68;pipe_34_E69", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_695_generated", "shape": null, "area": 0.64, "streetlevel": 749.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 749.60003662109375, "distance_right": 3.2988750062887901e-07, "index_right": 702, "nodeid": "1387291.440604_5861990.312027", "id": "1387291.440604_5861990.312027", "name": "manhole_695_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387291.440604265546426, 5861990.312026804313064 ] } }, +{ "type": "Feature", "properties": { "_index": 694, "bedlevel": 746.60003662109375, "branchid": "pipe_34_E69;pipe_34_E70", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_696_generated", "shape": null, "area": 0.64, "streetlevel": 749.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 749.60003662109375, "distance_right": 5.3662372160015116e-07, "index_right": 703, "nodeid": "1387246.706285_5861974.212806", "id": "1387246.706285_5861974.212806", "name": "manhole_696_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387246.706285298336297, 5861974.212805554270744 ] } }, +{ "type": "Feature", "properties": { "_index": 695, "bedlevel": 744.0, "branchid": "pipe_34_E70;pipe_34_E71", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_697_generated", "shape": null, "area": 0.64, "streetlevel": 747.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 747.0, "distance_right": 2.9919235981069635e-07, "index_right": 704, "nodeid": "1387205.725989_5861945.987229", "id": "1387205.725989_5861945.987229", "name": "manhole_697_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387205.725988702848554, 5861945.987228964455426 ] } }, +{ "type": "Feature", "properties": { "_index": 696, "bedlevel": 768.79998779296875, "branchid": "pipe_34_E71;pipe_34_E72", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_698_generated", "shape": null, "area": 0.64, "streetlevel": 771.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 771.79998779296875, "distance_right": 3.8940979095391863e-07, "index_right": 705, "nodeid": "1387164.745692_5861917.761652", "id": "1387164.745692_5861917.761652", "name": "manhole_698_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387164.745692107127979, 5861917.761652374640107 ] } }, +{ "type": "Feature", "properties": { "_index": 697, "bedlevel": 761.10003662109375, "branchid": "pipe_34_E72;pipe_34_E73", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_699_generated", "shape": null, "area": 0.64, "streetlevel": 764.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 764.10003662109375, "distance_right": 4.3735146338226453e-07, "index_right": 706, "nodeid": "1387115.569934_5861911.215812", "id": "1387115.569934_5861911.215812", "name": "manhole_699_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387115.569933785125613, 5861911.215812381356955 ] } }, +{ "type": "Feature", "properties": { "_index": 698, "bedlevel": 761.10003662109375, "branchid": "pipe_34_E73;pipe_34_E74", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_700_generated", "shape": null, "area": 0.64, "streetlevel": 764.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 764.10003662109375, "distance_right": 4.4995899873023288e-07, "index_right": 707, "nodeid": "1387066.165866_5861905.273926", "id": "1387066.165866_5861905.273926", "name": "manhole_700_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387066.165866439929232, 5861905.273926095105708 ] } }, +{ "type": "Feature", "properties": { "_index": 699, "bedlevel": 744.70001220703125, "branchid": "pipe_34_E74;pipe_34_E75", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_701_generated", "shape": null, "area": 0.64, "streetlevel": 747.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 747.70001220703125, "distance_right": 4.8367488329805678e-07, "index_right": 708, "nodeid": "1387016.666836_5861900.238133", "id": "1387016.666836_5861900.238133", "name": "manhole_701_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387016.666836149292067, 5861900.238133460283279 ] } }, +{ "type": "Feature", "properties": { "_index": 700, "bedlevel": 744.70001220703125, "branchid": "pipe_34_E75;pipe_34_E76", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_702_generated", "shape": null, "area": 0.64, "streetlevel": 747.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 747.70001220703125, "distance_right": 4.5868611841636618e-07, "index_right": 709, "nodeid": "1386975.698310_5861874.842493", "id": "1386975.698310_5861874.842493", "name": "manhole_702_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386975.698310127714649, 5861874.842493440955877 ] } }, +{ "type": "Feature", "properties": { "_index": 701, "bedlevel": 736.60003662109375, "branchid": "pipe_34_E76;pipe_34_E77", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_703_generated", "shape": null, "area": 0.64, "streetlevel": 739.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 739.60003662109375, "distance_right": 2.4490286576639853e-07, "index_right": 710, "nodeid": "1386937.286020_5861843.210803", "id": "1386937.286020_5861843.210803", "name": "manhole_703_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386937.286019780673087, 5861843.21080310922116 ] } }, +{ "type": "Feature", "properties": { "_index": 702, "bedlevel": 736.60003662109375, "branchid": "pipe_34_E77;pipe_34_E78", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_704_generated", "shape": null, "area": 0.64, "streetlevel": 739.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 739.60003662109375, "distance_right": 4.8711559489137913e-07, "index_right": 711, "nodeid": "1386898.873729_5861811.579113", "id": "1386898.873729_5861811.579113", "name": "manhole_704_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386898.873729433864355, 5861811.579112778417766 ] } }, +{ "type": "Feature", "properties": { "_index": 703, "bedlevel": 752.20001220703125, "branchid": "pipe_34_E78;pipe_34_E79", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_705_generated", "shape": null, "area": 0.64, "streetlevel": 755.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 755.20001220703125, "distance_right": 4.5635115012089555e-07, "index_right": 712, "nodeid": "1386860.461439_5861779.947422", "id": "1386860.461439_5861779.947422", "name": "manhole_705_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386860.461439087055624, 5861779.947422447614372 ] } }, +{ "type": "Feature", "properties": { "_index": 704, "bedlevel": 742.29998779296875, "branchid": "pipe_34_E79;pipe_34_E80", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_706_generated", "shape": null, "area": 0.64, "streetlevel": 745.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 745.29998779296875, "distance_right": 2.8455915079755038e-07, "index_right": 713, "nodeid": "1386822.049149_5861748.315732", "id": "1386822.049149_5861748.315732", "name": "manhole_706_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386822.049148740014061, 5861748.315732115879655 ] } }, +{ "type": "Feature", "properties": { "_index": 705, "bedlevel": 742.29998779296875, "branchid": "pipe_34_E80;pipe_34_E81", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_707_generated", "shape": null, "area": 0.64, "streetlevel": 745.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 745.29998779296875, "distance_right": 3.5457500391329842e-07, "index_right": 714, "nodeid": "1386774.418702_5861733.958942", "id": "1386774.418702_5861733.958942", "name": "manhole_707_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386774.418702265014872, 5861733.958941764198244 ] } }, +{ "type": "Feature", "properties": { "_index": 706, "bedlevel": 721.29998779296875, "branchid": "pipe_34_E81;pipe_34_E82", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_708_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 3.9676643957092681e-07, "index_right": 715, "nodeid": "1386726.757215_5861719.660322", "id": "1386726.757215_5861719.660322", "name": "manhole_708_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386726.75721522886306, 5861719.660321676172316 ] } }, +{ "type": "Feature", "properties": { "_index": 707, "bedlevel": 721.29998779296875, "branchid": "pipe_34_E82;pipe_34_E83", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_709_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 6.4005122766323423e-07, "index_right": 716, "nodeid": "1386681.211288_5861700.510516", "id": "1386681.211288_5861700.510516", "name": "manhole_709_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386681.211287560872734, 5861700.510515534318984 ] } }, +{ "type": "Feature", "properties": { "_index": 708, "bedlevel": 774.9000244140625, "branchid": "pipe_34_E83;pipe_34_E84", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_710_generated", "shape": null, "area": 0.64, "streetlevel": 777.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.9000244140625, "distance_right": 1.6268731961636028e-07, "index_right": 717, "nodeid": "1386655.081909_5861659.807658", "id": "1386655.081909_5861659.807658", "name": "manhole_710_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386655.081909105414525, 5861659.807657876051962 ] } }, +{ "type": "Feature", "properties": { "_index": 709, "bedlevel": 755.79998779296875, "branchid": "pipe_34_E84;pipe_34_E85", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_711_generated", "shape": null, "area": 0.64, "streetlevel": 758.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.79998779296875, "distance_right": 4.863711772445947e-07, "index_right": 718, "nodeid": "1386647.411753_5861610.757949", "id": "1386647.411753_5861610.757949", "name": "manhole_711_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386647.41175345890224, 5861610.757949161343277 ] } }, +{ "type": "Feature", "properties": { "_index": 710, "bedlevel": 755.79998779296875, "branchid": "pipe_34_E85;pipe_34_E86", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_712_generated", "shape": null, "area": 0.64, "streetlevel": 758.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.79998779296875, "distance_right": 4.9930356460427038e-07, "index_right": 719, "nodeid": "1386641.745189_5861561.363540", "id": "1386641.745189_5861561.363540", "name": "manhole_712_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386641.745189253240824, 5861561.363539570011199 ] } }, +{ "type": "Feature", "properties": { "_index": 711, "bedlevel": 729.4000244140625, "branchid": "pipe_34_E86;pipe_34_E87", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_713_generated", "shape": null, "area": 0.64, "streetlevel": 732.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.4000244140625, "distance_right": 2.7534652721036083e-07, "index_right": 720, "nodeid": "1386642.371349_5861511.607376", "id": "1386642.371349_5861511.607376", "name": "manhole_713_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386642.37134926696308, 5861511.607376066967845 ] } }, +{ "type": "Feature", "properties": { "_index": 712, "bedlevel": 729.4000244140625, "branchid": "pipe_34_E87;pipe_34_E88", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_714_generated", "shape": null, "area": 0.64, "streetlevel": 732.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.4000244140625, "distance_right": 5.1860291152319888e-07, "index_right": 721, "nodeid": "1386642.997509_5861461.851213", "id": "1386642.997509_5861461.851213", "name": "manhole_714_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386642.997509280918166, 5861461.851212563924491 ] } }, +{ "type": "Feature", "properties": { "_index": 713, "bedlevel": 729.4000244140625, "branchid": "pipe_34_E88;pipe_34_E89", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_715_generated", "shape": null, "area": 0.64, "streetlevel": 732.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.4000244140625, "distance_right": 3.008763845900145e-07, "index_right": 722, "nodeid": "1386643.623669_5861412.095049", "id": "1386643.623669_5861412.095049", "name": "manhole_715_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386643.623669294640422, 5861412.09504906181246 ] } }, +{ "type": "Feature", "properties": { "_index": 715, "bedlevel": 777.79998779296875, "branchid": "pipe_35_E0;pipe_36_E0;pipe_37_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_716_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 2.3980109538029568e-07, "index_right": 723, "nodeid": "1386060.978602_5859873.390329", "id": "1386060.978602_5859873.390329", "name": "manhole_716_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386060.978602184914052, 5859873.390328846871853 ] } }, +{ "type": "Feature", "properties": { "_index": 715, "bedlevel": 777.79998779296875, "branchid": "pipe_35_E0;pipe_35_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_717_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 5.4068790112897243e-07, "index_right": 724, "nodeid": "1386078.544554_5859857.065600", "id": "1386078.544554_5859857.065600", "name": "manhole_717_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386078.54455375042744, 5859857.065600479952991 ] } }, +{ "type": "Feature", "properties": { "_index": 716, "bedlevel": 777.79998779296875, "branchid": "pipe_35_E1;pipe_38_E0;pipe_39_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_718_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 5.758455387466089e-07, "index_right": 725, "nodeid": "1386079.866959_5859885.500409", "id": "1386079.866959_5859885.500409", "name": "manhole_718_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386079.86695942771621, 5859885.500408614054322 ] } }, +{ "type": "Feature", "properties": { "_index": 717, "bedlevel": 777.79998779296875, "branchid": "pipe_36_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_719_generated", "shape": null, "area": 0.64, "streetlevel": 780.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.79998779296875, "distance_right": 5.0283226172582603e-07, "index_right": 726, "nodeid": "1386030.926458_5859869.881591", "id": "1386030.926458_5859869.881591", "name": "manhole_719_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386030.926458492642269, 5859869.881591100245714 ] } }, +{ "type": "Feature", "properties": { "_index": 718, "bedlevel": 763.29998779296875, "branchid": "pipe_37_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_720_generated", "shape": null, "area": 0.64, "streetlevel": 766.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.29998779296875, "distance_right": 2.4131141216608354e-07, "index_right": 727, "nodeid": "1386043.381106_5859908.119292", "id": "1386043.381106_5859908.119292", "name": "manhole_720_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386043.381105761509389, 5859908.11929196305573 ] } }, +{ "type": "Feature", "properties": { "_index": 719, "bedlevel": 763.29998779296875, "branchid": "pipe_38_E0;pipe_38_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_721_generated", "shape": null, "area": 0.64, "streetlevel": 766.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.29998779296875, "distance_right": 4.3100518037512075e-07, "index_right": 728, "nodeid": "1386081.403634_5859934.756706", "id": "1386081.403634_5859934.756706", "name": "manhole_721_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386081.40363402524963, 5859934.756705570034683 ] } }, +{ "type": "Feature", "properties": { "_index": 720, "bedlevel": 763.29998779296875, "branchid": "pipe_38_E1;pipe_38_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_722_generated", "shape": null, "area": 0.64, "streetlevel": 766.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.29998779296875, "distance_right": 2.071517671303778e-07, "index_right": 729, "nodeid": "1386080.471782_5859983.948014", "id": "1386080.471782_5859983.948014", "name": "manhole_722_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386080.471781946951523, 5859983.948014200665057 ] } }, +{ "type": "Feature", "properties": { "_index": 721, "bedlevel": 753.5, "branchid": "pipe_38_E2;pipe_39_E3;pipe_40_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_723_generated", "shape": null, "area": 0.64, "streetlevel": 756.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.5, "distance_right": 1.3487809052132004e-07, "index_right": 730, "nodeid": "1386081.101270_5860033.019892", "id": "1386081.101270_5860033.019892", "name": "manhole_723_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386081.101269942475483, 5860033.01989212166518 ] } }, +{ "type": "Feature", "properties": { "_index": 722, "bedlevel": 763.29998779296875, "branchid": "pipe_39_E0;pipe_39_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_724_generated", "shape": null, "area": 0.64, "streetlevel": 766.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.29998779296875, "distance_right": 4.0608894916904316e-07, "index_right": 731, "nodeid": "1386051.415039_5859913.714704", "id": "1386051.415039_5859913.714704", "name": "manhole_724_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386051.415038994979113, 5859913.714703594334424 ] } }, +{ "type": "Feature", "properties": { "_index": 723, "bedlevel": 763.29998779296875, "branchid": "pipe_39_E1;pipe_39_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_725_generated", "shape": null, "area": 0.64, "streetlevel": 766.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.29998779296875, "distance_right": 3.9667516038273416e-07, "index_right": 732, "nodeid": "1386056.753748_5859949.432773", "id": "1386056.753748_5859949.432773", "name": "manhole_725_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386056.753747603856027, 5859949.43277302198112 ] } }, +{ "type": "Feature", "properties": { "_index": 724, "bedlevel": 763.29998779296875, "branchid": "pipe_39_E2;pipe_39_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_726_generated", "shape": null, "area": 0.64, "streetlevel": 766.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 766.29998779296875, "distance_right": 4.4652043281523293e-07, "index_right": 733, "nodeid": "1386070.153564_5859990.873222", "id": "1386070.153564_5859990.873222", "name": "manhole_726_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386070.153564189793542, 5859990.873222404159606 ] } }, +{ "type": "Feature", "properties": { "_index": 726, "bedlevel": 753.5, "branchid": "pipe_40_E0;pipe_40_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_727_generated", "shape": null, "area": 0.64, "streetlevel": 756.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.5, "distance_right": 6.8990088841665868e-07, "index_right": 734, "nodeid": "1386095.159511_5860079.476792", "id": "1386095.159511_5860079.476792", "name": "manhole_727_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386095.159510504920036, 5860079.476792480796576 ] } }, +{ "type": "Feature", "properties": { "_index": 727, "bedlevel": 717.29998779296875, "branchid": "pipe_40_E1;pipe_40_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_728_generated", "shape": null, "area": 0.64, "streetlevel": 720.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 720.29998779296875, "distance_right": 5.9386567370106793e-07, "index_right": 735, "nodeid": "1386119.249575_5860122.285581", "id": "1386119.249575_5860122.285581", "name": "manhole_728_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386119.249574675457552, 5860122.285581497475505 ] } }, +{ "type": "Feature", "properties": { "_index": 728, "bedlevel": 717.29998779296875, "branchid": "pipe_40_E2;pipe_40_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_729_generated", "shape": null, "area": 0.64, "streetlevel": 720.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 720.29998779296875, "distance_right": 4.1965829506765982e-07, "index_right": 736, "nodeid": "1386143.813146_5860164.822059", "id": "1386143.813146_5860164.822059", "name": "manhole_729_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386143.813145637512207, 5860164.822058788500726 ] } }, +{ "type": "Feature", "properties": { "_index": 729, "bedlevel": 729.5, "branchid": "pipe_40_E3;pipe_40_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_730_generated", "shape": null, "area": 0.64, "streetlevel": 732.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.5, "distance_right": 2.4941759242771704e-07, "index_right": 737, "nodeid": "1386168.698390_5860207.173543", "id": "1386168.698390_5860207.173543", "name": "manhole_730_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386168.698389830067754, 5860207.173543182201684 ] } }, +{ "type": "Feature", "properties": { "_index": 730, "bedlevel": 729.5, "branchid": "pipe_40_E4;pipe_40_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_731_generated", "shape": null, "area": 0.64, "streetlevel": 732.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.5, "distance_right": 4.7271295433509584e-07, "index_right": 738, "nodeid": "1386190.960879_5860250.914159", "id": "1386190.960879_5860250.914159", "name": "manhole_731_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386190.960878706537187, 5860250.914158629253507 ] } }, +{ "type": "Feature", "properties": { "_index": 731, "bedlevel": 717.29998779296875, "branchid": "pipe_40_E5;pipe_40_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_732_generated", "shape": null, "area": 0.64, "streetlevel": 720.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 720.29998779296875, "distance_right": 5.9534977694369198e-07, "index_right": 739, "nodeid": "1386212.013376_5860295.295641", "id": "1386212.013376_5860295.295641", "name": "manhole_732_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386212.013376480899751, 5860295.295640649273992 ] } }, +{ "type": "Feature", "properties": { "_index": 732, "bedlevel": 726.10003662109375, "branchid": "pipe_40_E6;pipe_40_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_733_generated", "shape": null, "area": 0.64, "streetlevel": 729.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 729.10003662109375, "distance_right": 4.1705063981150445e-07, "index_right": 740, "nodeid": "1386233.065874_5860339.677123", "id": "1386233.065874_5860339.677123", "name": "manhole_733_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386233.065874255495146, 5860339.677122670225799 ] } }, +{ "type": "Feature", "properties": { "_index": 733, "bedlevel": 726.10003662109375, "branchid": "pipe_40_E7;pipe_40_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_734_generated", "shape": null, "area": 0.64, "streetlevel": 729.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 729.10003662109375, "distance_right": 3.1158142785059036e-07, "index_right": 741, "nodeid": "1386254.118372_5860384.058605", "id": "1386254.118372_5860384.058605", "name": "manhole_734_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386254.118372030090541, 5860384.058604690246284 ] } }, +{ "type": "Feature", "properties": { "_index": 734, "bedlevel": 726.10003662109375, "branchid": "pipe_40_E8;pipe_40_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_735_generated", "shape": null, "area": 0.64, "streetlevel": 729.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 729.10003662109375, "distance_right": 1.7018263719686392e-07, "index_right": 742, "nodeid": "1386270.265550_5860430.368607", "id": "1386270.265550_5860430.368607", "name": "manhole_735_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386270.265550139825791, 5860430.368606903590262 ] } }, +{ "type": "Feature", "properties": { "_index": 735, "bedlevel": 743.10003662109375, "branchid": "pipe_40_E9;pipe_40_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_736_generated", "shape": null, "area": 0.64, "streetlevel": 746.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 746.10003662109375, "distance_right": 4.8813570520896638e-07, "index_right": 743, "nodeid": "1386284.690117_5860477.310511", "id": "1386284.690117_5860477.310511", "name": "manhole_736_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386284.690116602927446, 5860477.310510716401041 ] } }, +{ "type": "Feature", "properties": { "_index": 736, "bedlevel": 743.10003662109375, "branchid": "pipe_40_E10;pipe_40_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_737_generated", "shape": null, "area": 0.64, "streetlevel": 746.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 746.10003662109375, "distance_right": 4.7960060831833522e-07, "index_right": 744, "nodeid": "1386295.943752_5860525.125564", "id": "1386295.943752_5860525.125564", "name": "manhole_737_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386295.943752367515117, 5860525.125563691370189 ] } }, +{ "type": "Feature", "properties": { "_index": 737, "bedlevel": 717.29998779296875, "branchid": "pipe_40_E11;pipe_40_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_738_generated", "shape": null, "area": 0.64, "streetlevel": 720.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 720.29998779296875, "distance_right": 3.5954962138553505e-07, "index_right": 745, "nodeid": "1386307.197388_5860572.940617", "id": "1386307.197388_5860572.940617", "name": "manhole_738_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386307.197388132335618, 5860572.940616665408015 ] } }, +{ "type": "Feature", "properties": { "_index": 738, "bedlevel": 717.29998779296875, "branchid": "pipe_40_E12;pipe_40_E13", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_739_generated", "shape": null, "area": 0.64, "streetlevel": 720.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 720.29998779296875, "distance_right": 3.7399479825356605e-07, "index_right": 746, "nodeid": "1386318.451024_5860620.755670", "id": "1386318.451024_5860620.755670", "name": "manhole_739_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386318.451023896923289, 5860620.755669640377164 ] } }, +{ "type": "Feature", "properties": { "_index": 739, "bedlevel": 717.29998779296875, "branchid": "pipe_40_E13;pipe_40_E14", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_740_generated", "shape": null, "area": 0.64, "streetlevel": 720.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 720.29998779296875, "distance_right": 5.1309725242743082e-07, "index_right": 747, "nodeid": "1386329.704660_5860668.570723", "id": "1386329.704660_5860668.570723", "name": "manhole_740_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386329.704659661510959, 5860668.57072261441499 ] } }, +{ "type": "Feature", "properties": { "_index": 740, "bedlevel": 734.60003662109375, "branchid": "pipe_40_E14;pipe_40_E15", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_741_generated", "shape": null, "area": 0.64, "streetlevel": 737.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 737.60003662109375, "distance_right": 5.9196965643961131e-07, "index_right": 748, "nodeid": "1386340.958295_5860716.385776", "id": "1386340.958295_5860716.385776", "name": "manhole_741_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386340.95829542633146, 5860716.385775589384139 ] } }, +{ "type": "Feature", "properties": { "_index": 741, "bedlevel": 734.60003662109375, "branchid": "pipe_40_E15;pipe_40_E16", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_742_generated", "shape": null, "area": 0.64, "streetlevel": 737.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 737.60003662109375, "distance_right": 4.7669343638089868e-07, "index_right": 749, "nodeid": "1386352.211931_5860764.200829", "id": "1386352.211931_5860764.200829", "name": "manhole_742_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386352.211931190919131, 5860764.200828563421965 ] } }, +{ "type": "Feature", "properties": { "_index": 742, "bedlevel": 734.60003662109375, "branchid": "pipe_40_E16;pipe_40_E17", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_743_generated", "shape": null, "area": 0.64, "streetlevel": 737.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 737.60003662109375, "distance_right": 3.76122032946863e-07, "index_right": 750, "nodeid": "1386365.771370_5860811.365820", "id": "1386365.771370_5860811.365820", "name": "manhole_743_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386365.771370212780312, 5860811.365820310078561 ] } }, +{ "type": "Feature", "properties": { "_index": 743, "bedlevel": 741.5, "branchid": "pipe_40_E17;pipe_40_E18", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_744_generated", "shape": null, "area": 0.64, "streetlevel": 744.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 744.5, "distance_right": 6.6936522197239387e-07, "index_right": 751, "nodeid": "1386381.150273_5860858.017861", "id": "1386381.150273_5860858.017861", "name": "manhole_744_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386381.150273493025452, 5860858.017861452884972 ] } }, +{ "type": "Feature", "properties": { "_index": 744, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E18;pipe_40_E19", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_745_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 3.9416955839349739e-07, "index_right": 752, "nodeid": "1386398.399082_5860903.951519", "id": "1386398.399082_5860903.951519", "name": "manhole_745_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386398.399082327727228, 5860903.951519219204783 ] } }, +{ "type": "Feature", "properties": { "_index": 745, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E19;pipe_40_E20", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_746_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 5.567527440022547e-07, "index_right": 753, "nodeid": "1386418.211524_5860948.900276", "id": "1386418.211524_5860948.900276", "name": "manhole_746_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386418.211523674428463, 5860948.90027645137161 ] } }, +{ "type": "Feature", "properties": { "_index": 746, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E20;pipe_40_E21", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_747_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 4.8463423027554962e-07, "index_right": 754, "nodeid": "1386441.678376_5860992.033180", "id": "1386441.678376_5860992.033180", "name": "manhole_747_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386441.67837643600069, 5860992.033180211670697 ] } }, +{ "type": "Feature", "properties": { "_index": 747, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E21;pipe_40_E22", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_748_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 3.4573908100037007e-07, "index_right": 755, "nodeid": "1386465.536531_5861034.971649", "id": "1386465.536531_5861034.971649", "name": "manhole_748_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386465.536530936835334, 5861034.971648660488427 ] } }, +{ "type": "Feature", "properties": { "_index": 748, "bedlevel": 721.9000244140625, "branchid": "pipe_40_E22;pipe_40_E23", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_749_generated", "shape": null, "area": 0.64, "streetlevel": 724.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.9000244140625, "distance_right": 4.5085446316371647e-07, "index_right": 756, "nodeid": "1386489.394685_5861077.910117", "id": "1386489.394685_5861077.910117", "name": "manhole_749_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386489.394685437437147, 5861077.910117109306157 ] } }, +{ "type": "Feature", "properties": { "_index": 749, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E23;pipe_40_E24", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_750_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 4.4666027024101134e-07, "index_right": 757, "nodeid": "1386513.252840_5861120.848586", "id": "1386513.252840_5861120.848586", "name": "manhole_750_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386513.252839938271791, 5861120.848585557192564 ] } }, +{ "type": "Feature", "properties": { "_index": 750, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E24;pipe_40_E25", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_751_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 4.3892133490986504e-07, "index_right": 758, "nodeid": "1386537.110994_5861163.787054", "id": "1386537.110994_5861163.787054", "name": "manhole_751_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386537.110994438873604, 5861163.787054006010294 ] } }, +{ "type": "Feature", "properties": { "_index": 751, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E25;pipe_40_E26", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_752_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 4.5846860528081458e-07, "index_right": 759, "nodeid": "1386560.969149_5861206.725522", "id": "1386560.969149_5861206.725522", "name": "manhole_752_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386560.969148939708248, 5861206.725522454828024 ] } }, +{ "type": "Feature", "properties": { "_index": 752, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E26;pipe_40_E27", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_753_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 4.5081069418943963e-07, "index_right": 760, "nodeid": "1386584.827303_5861249.663991", "id": "1386584.827303_5861249.663991", "name": "manhole_753_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386584.827303440310061, 5861249.663990902714431 ] } }, +{ "type": "Feature", "properties": { "_index": 753, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E27;pipe_40_E28", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_754_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 4.9127734780403708e-07, "index_right": 761, "nodeid": "1386607.696082_5861293.105181", "id": "1386607.696082_5861293.105181", "name": "manhole_754_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386607.696082097478211, 5861293.105181481689215 ] } }, +{ "type": "Feature", "properties": { "_index": 754, "bedlevel": 721.29998779296875, "branchid": "pipe_40_E28;pipe_40_E29", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_755_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 3.8526999555463843e-07, "index_right": 762, "nodeid": "1386626.999141_5861338.164891", "id": "1386626.999141_5861338.164891", "name": "manhole_755_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386626.999141034670174, 5861338.164890616200864 ] } }, +{ "type": "Feature", "properties": { "_index": 755, "bedlevel": 729.4000244140625, "branchid": "pipe_40_E29;pipe_40_E30", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_756_generated", "shape": null, "area": 0.64, "streetlevel": 732.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.4000244140625, "distance_right": 4.840163814950507e-07, "index_right": 763, "nodeid": "1386632.635545_5861386.242181", "id": "1386632.635545_5861386.242181", "name": "manhole_756_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386632.635544582502916, 5861386.242180755361915 ] } }, +{ "type": "Feature", "properties": { "_index": 756, "bedlevel": 729.4000244140625, "branchid": "pipe_40_E30;pipe_40_E31", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_757_generated", "shape": null, "area": 0.64, "streetlevel": 732.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.4000244140625, "distance_right": 2.6142848419208022e-07, "index_right": 764, "nodeid": "1386628.332881_5861435.174897", "id": "1386628.332881_5861435.174897", "name": "manhole_757_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386628.332881111185998, 5861435.174896763637662 ] } }, +{ "type": "Feature", "properties": { "_index": 757, "bedlevel": 729.4000244140625, "branchid": "pipe_40_E31;pipe_40_E32", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_758_generated", "shape": null, "area": 0.64, "streetlevel": 732.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 732.4000244140625, "distance_right": 4.2637953535945764e-07, "index_right": 765, "nodeid": "1386624.030218_5861484.107613", "id": "1386624.030218_5861484.107613", "name": "manhole_758_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386624.030217639869079, 5861484.107612771913409 ] } }, +{ "type": "Feature", "properties": { "_index": 758, "bedlevel": 755.79998779296875, "branchid": "pipe_40_E32;pipe_40_E33", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_759_generated", "shape": null, "area": 0.64, "streetlevel": 758.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.79998779296875, "distance_right": 2.7773094778815831e-07, "index_right": 766, "nodeid": "1386619.727554_5861533.040329", "id": "1386619.727554_5861533.040329", "name": "manhole_759_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386619.72755416855216, 5861533.040328779257834 ] } }, +{ "type": "Feature", "properties": { "_index": 759, "bedlevel": 755.79998779296875, "branchid": "pipe_40_E33;pipe_40_E34", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_760_generated", "shape": null, "area": 0.64, "streetlevel": 758.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.79998779296875, "distance_right": 1.3255917795466179e-07, "index_right": 767, "nodeid": "1386620.396810_5861581.843450", "id": "1386620.396810_5861581.843450", "name": "manhole_760_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386620.396809899713844, 5861581.843449912965298 ] } }, +{ "type": "Feature", "properties": { "_index": 760, "bedlevel": 755.79998779296875, "branchid": "pipe_40_E34;pipe_40_E35", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_761_generated", "shape": null, "area": 0.64, "streetlevel": 758.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 758.79998779296875, "distance_right": 3.3282772002277633e-07, "index_right": 768, "nodeid": "1386627.242797_5861630.485572", "id": "1386627.242797_5861630.485572", "name": "manhole_761_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386627.242796876933426, 5861630.485572309233248 ] } }, +{ "type": "Feature", "properties": { "_index": 761, "bedlevel": 774.9000244140625, "branchid": "pipe_40_E35;pipe_40_E36", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_762_generated", "shape": null, "area": 0.64, "streetlevel": 777.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.9000244140625, "distance_right": 5.4635113303875806e-07, "index_right": 769, "nodeid": "1386633.497010_5861679.177459", "id": "1386633.497010_5861679.177459", "name": "manhole_762_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386633.497009602142498, 5861679.177458625286818 ] } }, +{ "type": "Feature", "properties": { "_index": 762, "bedlevel": 774.9000244140625, "branchid": "pipe_40_E36;pipe_40_E37", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_763_generated", "shape": null, "area": 0.64, "streetlevel": 777.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.9000244140625, "distance_right": 5.846229101433154e-07, "index_right": 770, "nodeid": "1386633.587327_5861728.232038", "id": "1386633.587327_5861728.232038", "name": "manhole_763_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386633.587326586712152, 5861728.232037586160004 ] } }, +{ "type": "Feature", "properties": { "_index": 763, "bedlevel": 774.9000244140625, "branchid": "pipe_40_E37;pipe_40_E38", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_764_generated", "shape": null, "area": 0.64, "streetlevel": 777.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.9000244140625, "distance_right": 2.2543790250488301e-07, "index_right": 771, "nodeid": "1386628.569952_5861777.096642", "id": "1386628.569952_5861777.096642", "name": "manhole_764_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386628.569951781770214, 5861777.096641942858696 ] } }, +{ "type": "Feature", "properties": { "_index": 764, "bedlevel": 784.0, "branchid": "pipe_40_E38;pipe_41_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_765_generated", "shape": null, "area": 0.64, "streetlevel": 787.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 787.0, "distance_right": 3.0078835670256984e-07, "index_right": 772, "nodeid": "1386623.552577_5861825.961246", "id": "1386623.552577_5861825.961246", "name": "manhole_765_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386623.552576976828277, 5861825.961246299557388 ] } }, +{ "type": "Feature", "properties": { "_index": 765, "bedlevel": 784.0, "branchid": "pipe_41_E0;pipe_41_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_766_generated", "shape": null, "area": 0.64, "streetlevel": 787.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 787.0, "distance_right": 3.86942464847858e-07, "index_right": 773, "nodeid": "1386622.452885_5861875.377416", "id": "1386622.452885_5861875.377416", "name": "manhole_766_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386622.452884682221338, 5861875.377415779046714 ] } }, +{ "type": "Feature", "properties": { "_index": 766, "bedlevel": 765.0, "branchid": "pipe_41_E1;pipe_41_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_767_generated", "shape": null, "area": 0.64, "streetlevel": 768.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 768.0, "distance_right": 1.5812903614993457e-07, "index_right": 774, "nodeid": "1386630.050832_5861924.208797", "id": "1386630.050832_5861924.208797", "name": "manhole_767_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386630.050831846194342, 5861924.208797036670148 ] } }, +{ "type": "Feature", "properties": { "_index": 767, "bedlevel": 765.0, "branchid": "pipe_41_E2;pipe_41_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_768_generated", "shape": null, "area": 0.64, "streetlevel": 768.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 768.0, "distance_right": 2.0956943835879417e-07, "index_right": 775, "nodeid": "1386645.112437_5861971.295392", "id": "1386645.112437_5861971.295392", "name": "manhole_768_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386645.112437101313844, 5861971.295391816645861 ] } }, +{ "type": "Feature", "properties": { "_index": 768, "bedlevel": 765.0, "branchid": "pipe_41_E3;pipe_41_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_769_generated", "shape": null, "area": 0.64, "streetlevel": 768.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 768.0, "distance_right": 5.8255627545422018e-07, "index_right": 776, "nodeid": "1386663.826806_5862017.116110", "id": "1386663.826806_5862017.116110", "name": "manhole_769_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386663.826805545249954, 5862017.116109635680914 ] } }, +{ "type": "Feature", "properties": { "_index": 769, "bedlevel": 726.0, "branchid": "pipe_41_E4;pipe_41_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_770_generated", "shape": null, "area": 0.64, "streetlevel": 729.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 729.0, "distance_right": 4.5554265962626818e-07, "index_right": 777, "nodeid": "1386682.541174_5862062.936827", "id": "1386682.541174_5862062.936827", "name": "manhole_770_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386682.541173989186063, 5862062.93682745564729 ] } }, +{ "type": "Feature", "properties": { "_index": 770, "bedlevel": 726.0, "branchid": "pipe_41_E5;pipe_41_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_771_generated", "shape": null, "area": 0.64, "streetlevel": 729.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 729.0, "distance_right": 4.1193130229873742e-07, "index_right": 778, "nodeid": "1386700.357505_5862109.113540", "id": "1386700.357505_5862109.113540", "name": "manhole_771_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386700.357504795538262, 5862109.113540357910097 ] } }, +{ "type": "Feature", "properties": { "_index": 771, "bedlevel": 726.0, "branchid": "pipe_41_E6;pipe_41_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_772_generated", "shape": null, "area": 0.64, "streetlevel": 729.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 729.0, "distance_right": 3.2735028015839139e-07, "index_right": 779, "nodeid": "1386718.120610_5862155.311353", "id": "1386718.120610_5862155.311353", "name": "manhole_772_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386718.120609947945923, 5862155.311352676711977 ] } }, +{ "type": "Feature", "properties": { "_index": 772, "bedlevel": 721.29998779296875, "branchid": "pipe_41_E7;pipe_41_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_773_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 1.0018646052454545e-07, "index_right": 780, "nodeid": "1386735.883715_5862201.509165", "id": "1386735.883715_5862201.509165", "name": "manhole_773_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386735.883715100120753, 5862201.509164996445179 ] } }, +{ "type": "Feature", "properties": { "_index": 773, "bedlevel": 721.29998779296875, "branchid": "pipe_41_E8;pipe_41_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_774_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 1.2663675617332469e-07, "index_right": 781, "nodeid": "1386757.522535_5862245.993861", "id": "1386757.522535_5862245.993861", "name": "manhole_774_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386757.522535112220794, 5862245.993861058726907 ] } }, +{ "type": "Feature", "properties": { "_index": 774, "bedlevel": 721.29998779296875, "branchid": "pipe_41_E9;pipe_41_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_775_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 2.3017284626667885e-07, "index_right": 782, "nodeid": "1386779.730984_5862290.226774", "id": "1386779.730984_5862290.226774", "name": "manhole_775_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386779.73098383564502, 5862290.226773838512599 ] } }, +{ "type": "Feature", "properties": { "_index": 775, "bedlevel": 721.29998779296875, "branchid": "pipe_41_E10;pipe_41_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_776_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 2.0776009455858673e-07, "index_right": 783, "nodeid": "1386802.545179_5862334.095373", "id": "1386802.545179_5862334.095373", "name": "manhole_776_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386802.545179207576439, 5862334.095372994430363 ] } }, +{ "type": "Feature", "properties": { "_index": 776, "bedlevel": 721.29998779296875, "branchid": "pipe_41_E11;pipe_41_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_777_generated", "shape": null, "area": 0.64, "streetlevel": 724.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 724.29998779296875, "distance_right": 3.5309356282638562e-07, "index_right": 784, "nodeid": "1386831.207994_5862374.446443", "id": "1386831.207994_5862374.446443", "name": "manhole_777_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386831.207993831252679, 5862374.446442689746618 ] } }, +{ "type": "Feature", "properties": { "_index": 777, "bedlevel": 734.70001220703125, "branchid": "pipe_41_E12;pipe_41_E13", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_778_generated", "shape": null, "area": 0.64, "streetlevel": 737.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 737.70001220703125, "distance_right": 2.9095978348194408e-07, "index_right": 785, "nodeid": "1386859.988486_5862414.708454", "id": "1386859.988486_5862414.708454", "name": "manhole_778_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386859.988485741894692, 5862414.708453865721822 ] } }, +{ "type": "Feature", "properties": { "_index": 778, "bedlevel": 734.70001220703125, "branchid": "pipe_41_E13;pipe_41_E14", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_779_generated", "shape": null, "area": 0.64, "streetlevel": 737.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 737.70001220703125, "distance_right": 2.7843430015560495e-07, "index_right": 786, "nodeid": "1386891.035651_5862453.255040", "id": "1386891.035651_5862453.255040", "name": "manhole_779_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386891.035651177866384, 5862453.255039785988629 ] } }, +{ "type": "Feature", "properties": { "_index": 779, "bedlevel": 740.9000244140625, "branchid": "pipe_41_E14;pipe_41_E15", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_780_generated", "shape": null, "area": 0.64, "streetlevel": 743.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 743.9000244140625, "distance_right": 4.842933356581801e-07, "index_right": 787, "nodeid": "1386922.082817_5862491.801626", "id": "1386922.082817_5862491.801626", "name": "manhole_780_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386922.082816614070907, 5862491.801625707186759 ] } }, +{ "type": "Feature", "properties": { "_index": 780, "bedlevel": 753.0, "branchid": "pipe_41_E15;pipe_41_E16", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_781_generated", "shape": null, "area": 0.64, "streetlevel": 756.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.0, "distance_right": 3.7590837301943507e-07, "index_right": 788, "nodeid": "1386953.129982_5862530.348212", "id": "1386953.129982_5862530.348212", "name": "manhole_781_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386953.12998205027543, 5862530.348211627453566 ] } }, +{ "type": "Feature", "properties": { "_index": 781, "bedlevel": 753.0, "branchid": "pipe_41_E16;pipe_41_E17", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_782_generated", "shape": null, "area": 0.64, "streetlevel": 756.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 756.0, "distance_right": 6.6440650546458733e-07, "index_right": 789, "nodeid": "1386984.177147_5862568.894798", "id": "1386984.177147_5862568.894798", "name": "manhole_782_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1386984.177147486479953, 5862568.894797547720373 ] } }, +{ "type": "Feature", "properties": { "_index": 782, "bedlevel": 758.4000244140625, "branchid": "pipe_41_E17;pipe_41_E18", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_783_generated", "shape": null, "area": 0.64, "streetlevel": 761.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 761.4000244140625, "distance_right": 5.6406653307900537e-07, "index_right": 790, "nodeid": "1387010.831901_5862610.297833", "id": "1387010.831901_5862610.297833", "name": "manhole_783_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387010.83190148579888, 5862610.297833287157118 ] } }, +{ "type": "Feature", "properties": { "_index": 783, "bedlevel": 758.4000244140625, "branchid": "pipe_41_E18;pipe_41_E19", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_784_generated", "shape": null, "area": 0.64, "streetlevel": 761.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 761.4000244140625, "distance_right": 5.0755547669671581e-07, "index_right": 791, "nodeid": "1387033.474099_5862654.310294", "id": "1387033.474099_5862654.310294", "name": "manhole_784_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387033.474099110113457, 5862654.310293504968286 ] } }, +{ "type": "Feature", "properties": { "_index": 784, "bedlevel": 767.5, "branchid": "pipe_41_E19;pipe_41_E20", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_785_generated", "shape": null, "area": 0.64, "streetlevel": 770.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 770.5, "distance_right": 3.8351560851169947e-07, "index_right": 792, "nodeid": "1387056.116297_5862698.322754", "id": "1387056.116297_5862698.322754", "name": "manhole_785_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387056.116296734428033, 5862698.322753723710775 ] } }, +{ "type": "Feature", "properties": { "_index": 785, "bedlevel": 762.29998779296875, "branchid": "pipe_41_E20;pipe_41_E21", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_786_generated", "shape": null, "area": 0.64, "streetlevel": 765.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 765.29998779296875, "distance_right": 3.6340865905868276e-07, "index_right": 793, "nodeid": "1387078.758494_5862742.335214", "id": "1387078.758494_5862742.335214", "name": "manhole_786_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387078.75849435874261, 5862742.335213942453265 ] } }, +{ "type": "Feature", "properties": { "_index": 786, "bedlevel": 762.29998779296875, "branchid": "pipe_41_E21;pipe_41_E22", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_787_generated", "shape": null, "area": 0.64, "streetlevel": 765.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 765.29998779296875, "distance_right": 1.6201282395265412e-07, "index_right": 794, "nodeid": "1387101.400692_5862786.347674", "id": "1387101.400692_5862786.347674", "name": "manhole_787_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387101.400691983057186, 5862786.347674161195755 ] } }, +{ "type": "Feature", "properties": { "_index": 787, "bedlevel": 762.29998779296875, "branchid": "pipe_41_E22;pipe_41_E23", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_788_generated", "shape": null, "area": 0.64, "streetlevel": 765.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 765.29998779296875, "distance_right": 4.9157915962717621e-07, "index_right": 795, "nodeid": "1387124.783531_5862829.966972", "id": "1387124.783531_5862829.966972", "name": "manhole_788_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387124.783531384309754, 5862829.966971693560481 ] } }, +{ "type": "Feature", "properties": { "_index": 788, "bedlevel": 761.20001220703125, "branchid": "pipe_41_E23;pipe_41_E24", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_789_generated", "shape": null, "area": 0.64, "streetlevel": 764.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 764.20001220703125, "distance_right": 3.5598160791369735e-07, "index_right": 796, "nodeid": "1387148.551342_5862873.381911", "id": "1387148.551342_5862873.381911", "name": "manhole_789_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387148.551342260092497, 5862873.381910757161677 ] } }, +{ "type": "Feature", "properties": { "_index": 789, "bedlevel": 761.20001220703125, "branchid": "pipe_41_E24;pipe_41_E25", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_790_generated", "shape": null, "area": 0.64, "streetlevel": 764.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 764.20001220703125, "distance_right": 4.7576371253412377e-07, "index_right": 797, "nodeid": "1387176.029596_5862914.516765", "id": "1387176.029596_5862914.516765", "name": "manhole_790_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387176.029596295906231, 5862914.516764627769589 ] } }, +{ "type": "Feature", "properties": { "_index": 790, "bedlevel": 761.20001220703125, "branchid": "pipe_41_E25;pipe_41_E26", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_791_generated", "shape": null, "area": 0.64, "streetlevel": 764.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 764.20001220703125, "distance_right": 5.0580076725114359e-07, "index_right": 798, "nodeid": "1387204.050834_5862955.315436", "id": "1387204.050834_5862955.315436", "name": "manhole_791_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387204.050833505578339, 5862955.315435893833637 ] } }, +{ "type": "Feature", "properties": { "_index": 791, "bedlevel": 766.20001220703125, "branchid": "pipe_41_E26;pipe_41_E27", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_792_generated", "shape": null, "area": 0.64, "streetlevel": 769.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 769.20001220703125, "distance_right": 4.679884932996435e-07, "index_right": 799, "nodeid": "1387233.152246_5862995.351339", "id": "1387233.152246_5862995.351339", "name": "manhole_792_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387233.152246462181211, 5862995.351338926702738 ] } }, +{ "type": "Feature", "properties": { "_index": 792, "bedlevel": 769.70001220703125, "branchid": "pipe_41_E27;pipe_41_E28", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_793_generated", "shape": null, "area": 0.64, "streetlevel": 772.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 772.70001220703125, "distance_right": 4.2100416125757269e-07, "index_right": 800, "nodeid": "1387262.253659_5863035.387242", "id": "1387262.253659_5863035.387242", "name": "manhole_793_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387262.253659419016913, 5863035.387241959571838 ] } }, +{ "type": "Feature", "properties": { "_index": 793, "bedlevel": 769.70001220703125, "branchid": "pipe_41_E28;pipe_41_E29", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_794_generated", "shape": null, "area": 0.64, "streetlevel": 772.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 772.70001220703125, "distance_right": 2.2191985042402401e-07, "index_right": 801, "nodeid": "1387289.177212_5863076.714860", "id": "1387289.177212_5863076.714860", "name": "manhole_794_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387289.177211825968698, 5863076.714860137552023 ] } }, +{ "type": "Feature", "properties": { "_index": 794, "bedlevel": 769.70001220703125, "branchid": "pipe_41_E29;pipe_41_E30", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_795_generated", "shape": null, "area": 0.64, "streetlevel": 772.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 772.70001220703125, "distance_right": 3.2784018053457337e-07, "index_right": 802, "nodeid": "1387304.666786_5863123.392671", "id": "1387304.666786_5863123.392671", "name": "manhole_795_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387304.666786204557866, 5863123.392671256326139 ] } }, +{ "type": "Feature", "properties": { "_index": 795, "bedlevel": 759.0, "branchid": "pipe_41_E30;pipe_41_E31", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_796_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 5.8792503762199079e-07, "index_right": 803, "nodeid": "1387314.520281_5863171.895174", "id": "1387314.520281_5863171.895174", "name": "manhole_796_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387314.520281337434426, 5863171.895173518918455 ] } }, +{ "type": "Feature", "properties": { "_index": 796, "bedlevel": 774.10003662109375, "branchid": "pipe_41_E31;pipe_41_E32", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_797_generated", "shape": null, "area": 0.64, "streetlevel": 777.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.10003662109375, "distance_right": 4.4211253240860219e-07, "index_right": 804, "nodeid": "1387324.142221_5863220.446013", "id": "1387324.142221_5863220.446013", "name": "manhole_797_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387324.142220750683919, 5863220.446013364940882 ] } }, +{ "type": "Feature", "properties": { "_index": 797, "bedlevel": 777.4000244140625, "branchid": "pipe_41_E32;pipe_41_E33", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_798_generated", "shape": null, "area": 0.64, "streetlevel": 780.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.4000244140625, "distance_right": 2.666317529901308e-07, "index_right": 805, "nodeid": "1387333.764160_5863268.996853", "id": "1387333.764160_5863268.996853", "name": "manhole_798_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387333.764160163700581, 5863268.996853210031986 ] } }, +{ "type": "Feature", "properties": { "_index": 798, "bedlevel": 777.4000244140625, "branchid": "pipe_41_E33;pipe_41_E34", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_799_generated", "shape": null, "area": 0.64, "streetlevel": 780.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.4000244140625, "distance_right": 4.2683769428980457e-07, "index_right": 806, "nodeid": "1387343.386100_5863317.547693", "id": "1387343.386100_5863317.547693", "name": "manhole_799_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387343.386099576717243, 5863317.547693055123091 ] } }, +{ "type": "Feature", "properties": { "_index": 799, "bedlevel": 777.4000244140625, "branchid": "pipe_41_E34;pipe_41_E35", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_800_generated", "shape": null, "area": 0.64, "streetlevel": 780.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 780.4000244140625, "distance_right": 1.0017672039214415e-07, "index_right": 807, "nodeid": "1387353.008039_5863366.098533", "id": "1387353.008039_5863366.098533", "name": "manhole_800_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387353.008038989733905, 5863366.098532900214195 ] } }, +{ "type": "Feature", "properties": { "_index": 800, "bedlevel": 759.0, "branchid": "pipe_41_E35;pipe_41_E36", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_801_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 3.0672342309098305e-07, "index_right": 808, "nodeid": "1387364.066298_5863414.311535", "id": "1387364.066298_5863414.311535", "name": "manhole_801_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387364.066297837067395, 5863414.311534740030766 ] } }, +{ "type": "Feature", "properties": { "_index": 801, "bedlevel": 759.0, "branchid": "pipe_41_E36;pipe_41_E37", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_802_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 4.932537930056262e-07, "index_right": 809, "nodeid": "1387381.839410_5863460.427046", "id": "1387381.839410_5863460.427046", "name": "manhole_802_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387381.839409928303212, 5863460.427046488039196 ] } }, +{ "type": "Feature", "properties": { "_index": 802, "bedlevel": 759.0, "branchid": "pipe_41_E37;pipe_41_E38", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_803_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 1.9402170239574572e-07, "index_right": 810, "nodeid": "1387403.429579_5863504.961006", "id": "1387403.429579_5863504.961006", "name": "manhole_803_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387403.429578960640356, 5863504.96100580971688 ] } }, +{ "type": "Feature", "properties": { "_index": 803, "bedlevel": 759.0, "branchid": "pipe_41_E38;pipe_41_E39", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_804_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 2.8008674835213068e-07, "index_right": 811, "nodeid": "1387425.140453_5863549.440256", "id": "1387425.140453_5863549.440256", "name": "manhole_804_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387425.140452897874638, 5863549.440256260335445 ] } }, +{ "type": "Feature", "properties": { "_index": 804, "bedlevel": 759.0, "branchid": "pipe_41_E39;pipe_41_E40", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_805_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 3.3245607064712215e-07, "index_right": 812, "nodeid": "1387446.851327_5863593.919507", "id": "1387446.851327_5863593.919507", "name": "manhole_805_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387446.851326835108921, 5863593.91950671095401 ] } }, +{ "type": "Feature", "properties": { "_index": 805, "bedlevel": 759.0, "branchid": "pipe_41_E40;pipe_41_E41", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_806_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 4.0018657127822077e-07, "index_right": 813, "nodeid": "1387467.528696_5863638.888380", "id": "1387467.528696_5863638.888380", "name": "manhole_806_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387467.528695637593046, 5863638.888379830867052 ] } }, +{ "type": "Feature", "properties": { "_index": 806, "bedlevel": 771.5, "branchid": "pipe_41_E41;pipe_41_E42", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_807_generated", "shape": null, "area": 0.64, "streetlevel": 774.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 774.5, "distance_right": 2.3491677372957467e-08, "index_right": 814, "nodeid": "1387488.196078_5863683.861984", "id": "1387488.196078_5863683.861984", "name": "manhole_807_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387488.196078018052503, 5863683.861984014511108 ] } }, +{ "type": "Feature", "properties": { "_index": 807, "bedlevel": 759.0, "branchid": "pipe_41_E42;pipe_41_E43", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_808_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 4.8218551750434724e-07, "index_right": 815, "nodeid": "1387508.863468_5863728.835585", "id": "1387508.863468_5863728.835585", "name": "manhole_808_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387508.863468252588063, 5863728.835584589280188 ] } }, +{ "type": "Feature", "properties": { "_index": 808, "bedlevel": 759.0, "branchid": "pipe_41_E43;pipe_41_E44", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_809_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 1.1856933389495643e-07, "index_right": 816, "nodeid": "1387529.531309_5863773.808978", "id": "1387529.531309_5863773.808978", "name": "manhole_809_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387529.53130904212594, 5863773.808978110551834 ] } }, +{ "type": "Feature", "properties": { "_index": 809, "bedlevel": 759.0, "branchid": "pipe_41_E44;pipe_41_E45", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_810_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 4.2460196573060659e-07, "index_right": 817, "nodeid": "1387553.168003_5863817.173475", "id": "1387553.168003_5863817.173475", "name": "manhole_810_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387553.168002701364458, 5863817.17347530182451 ] } }, +{ "type": "Feature", "properties": { "_index": 810, "bedlevel": 759.0, "branchid": "pipe_41_E45;pipe_41_E46", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_811_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 3.185126609139896e-07, "index_right": 818, "nodeid": "1387579.562713_5863859.043334", "id": "1387579.562713_5863859.043334", "name": "manhole_811_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387579.562712850514799, 5863859.043333718553185 ] } }, +{ "type": "Feature", "properties": { "_index": 811, "bedlevel": 774.0, "branchid": "pipe_41_E46;pipe_41_E47", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_812_generated", "shape": null, "area": 0.64, "streetlevel": 777.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.0, "distance_right": 1.3597329523501825e-07, "index_right": 819, "nodeid": "1387605.957423_5863900.913192", "id": "1387605.957423_5863900.913192", "name": "manhole_812_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387605.957422999665141, 5863900.913192136213183 ] } }, +{ "type": "Feature", "properties": { "_index": 812, "bedlevel": 759.0, "branchid": "pipe_41_E47;pipe_41_E48", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_813_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 4.703326535743616e-07, "index_right": 820, "nodeid": "1387632.352133_5863942.783051", "id": "1387632.352133_5863942.783051", "name": "manhole_813_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387632.352133149048313, 5863942.783050553873181 ] } }, +{ "type": "Feature", "properties": { "_index": 813, "bedlevel": 759.0, "branchid": "pipe_41_E48;pipe_41_E49", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_814_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 2.9974130926166885e-07, "index_right": 821, "nodeid": "1387658.746843_5863984.652909", "id": "1387658.746843_5863984.652909", "name": "manhole_814_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387658.746843298198655, 5863984.652908970601857 ] } }, +{ "type": "Feature", "properties": { "_index": 814, "bedlevel": 759.0, "branchid": "pipe_41_E49;pipe_41_E50", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_815_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 4.8424206602011246e-07, "index_right": 822, "nodeid": "1387685.893106_5864026.029538", "id": "1387685.893106_5864026.029538", "name": "manhole_815_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387685.893106181640178, 5864026.029537551105022 ] } }, +{ "type": "Feature", "properties": { "_index": 815, "bedlevel": 759.0, "branchid": "pipe_41_E50;pipe_41_E51", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_816_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 1.1295166229046853e-07, "index_right": 823, "nodeid": "1387711.231137_5864068.427257", "id": "1387711.231137_5864068.427257", "name": "manhole_816_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387711.231136992340907, 5864068.42725711222738 ] } }, +{ "type": "Feature", "properties": { "_index": 816, "bedlevel": 759.0, "branchid": "pipe_41_E51;pipe_41_E52", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_817_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 4.1562063366879777e-07, "index_right": 824, "nodeid": "1387731.020947_5864113.414904", "id": "1387731.020947_5864113.414904", "name": "manhole_817_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387731.020947323646396, 5864113.414904261007905 ] } }, +{ "type": "Feature", "properties": { "_index": 817, "bedlevel": 759.0, "branchid": "pipe_41_E52;pipe_41_E53", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_818_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 5.0488384242805156e-07, "index_right": 825, "nodeid": "1387737.361907_5864162.342262", "id": "1387737.361907_5864162.342262", "name": "manhole_818_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387737.361907477490604, 5864162.342261835932732 ] } }, +{ "type": "Feature", "properties": { "_index": 818, "bedlevel": 759.0, "branchid": "pipe_41_E53;pipe_41_E54", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_819_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 3.9003768298900882e-07, "index_right": 826, "nodeid": "1387732.727566_5864211.475180", "id": "1387732.727566_5864211.475180", "name": "manhole_819_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387732.727565656881779, 5864211.475179814733565 ] } }, +{ "type": "Feature", "properties": { "_index": 819, "bedlevel": 759.0, "branchid": "pipe_41_E54;pipe_41_E55", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_820_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 5.2718950664228206e-07, "index_right": 827, "nodeid": "1387717.678849_5864258.627082", "id": "1387717.678849_5864258.627082", "name": "manhole_820_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387717.67884943424724, 5864258.627082298509777 ] } }, +{ "type": "Feature", "properties": { "_index": 820, "bedlevel": 759.0, "branchid": "pipe_41_E55;pipe_41_E56", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_821_generated", "shape": null, "area": 0.64, "streetlevel": 762.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 762.0, "distance_right": 2.4290664354722118e-07, "index_right": 828, "nodeid": "1387709.672104_5864307.231276", "id": "1387709.672104_5864307.231276", "name": "manhole_821_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387709.67210421175696, 5864307.23127611912787 ] } }, +{ "type": "Feature", "properties": { "_index": 821, "bedlevel": 765.0, "branchid": "pipe_41_E56;pipe_41_E57", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_822_generated", "shape": null, "area": 0.64, "streetlevel": 768.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 768.0, "distance_right": 1.5902605674469676e-07, "index_right": 829, "nodeid": "1387707.112881_5864356.660176", "id": "1387707.112881_5864356.660176", "name": "manhole_822_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387707.11288084089756, 5864356.66017600055784 ] } }, +{ "type": "Feature", "properties": { "_index": 822, "bedlevel": 765.0, "branchid": "pipe_41_E57;pipe_41_E58", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_823_generated", "shape": null, "area": 0.64, "streetlevel": 768.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 768.0, "distance_right": 1.7519326271547128e-07, "index_right": 830, "nodeid": "1387709.591798_5864406.012949", "id": "1387709.591798_5864406.012949", "name": "manhole_823_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387709.591797993984073, 5864406.012949175201356 ] } }, +{ "type": "Feature", "properties": { "_index": 823, "bedlevel": 765.0, "branchid": "pipe_41_E58;pipe_41_E59", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_824_generated", "shape": null, "area": 0.64, "streetlevel": 768.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 768.0, "distance_right": 3.1494439266847145e-07, "index_right": 831, "nodeid": "1387713.643261_5864455.341961", "id": "1387713.643261_5864455.341961", "name": "manhole_824_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387713.643261310644448, 5864455.341961052268744 ] } }, +{ "type": "Feature", "properties": { "_index": 824, "bedlevel": 774.20001220703125, "branchid": "pipe_41_E59;pipe_41_E60", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_825_generated", "shape": null, "area": 0.64, "streetlevel": 777.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.20001220703125, "distance_right": 3.3700013852472541e-07, "index_right": 832, "nodeid": "1387715.877522_5864504.642318", "id": "1387715.877522_5864504.642318", "name": "manhole_825_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387715.877521668095142, 5864504.642317942343652 ] } }, +{ "type": "Feature", "properties": { "_index": 825, "bedlevel": 774.20001220703125, "branchid": "pipe_41_E60;pipe_41_E61", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_826_generated", "shape": null, "area": 0.64, "streetlevel": 777.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.20001220703125, "distance_right": 4.8866509689768297e-07, "index_right": 833, "nodeid": "1387708.680233_5864553.426558", "id": "1387708.680233_5864553.426558", "name": "manhole_826_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387708.68023270717822, 5864553.426558391191065 ] } }, +{ "type": "Feature", "properties": { "_index": 826, "bedlevel": 774.20001220703125, "branchid": "pipe_41_E61;pipe_41_E62", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_827_generated", "shape": null, "area": 0.64, "streetlevel": 777.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 777.20001220703125, "distance_right": 3.4967976999271033e-07, "index_right": 834, "nodeid": "1387690.790251_5864599.575386", "id": "1387690.790251_5864599.575386", "name": "manhole_827_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387690.790250770282, 5864599.575386263430119 ] } }, +{ "type": "Feature", "properties": { "_index": 827, "bedlevel": 807.60003662109375, "branchid": "pipe_41_E62;pipe_41_E63", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_828_generated", "shape": null, "area": 0.64, "streetlevel": 810.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 810.60003662109375, "distance_right": 2.1553742732443595e-07, "index_right": 835, "nodeid": "1387672.900269_5864645.724214", "id": "1387672.900269_5864645.724214", "name": "manhole_828_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387672.900268833618611, 5864645.724214136600494 ] } }, +{ "type": "Feature", "properties": { "_index": 828, "bedlevel": 807.60003662109375, "branchid": "pipe_41_E63;pipe_41_E64", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_829_generated", "shape": null, "area": 0.64, "streetlevel": 810.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 810.60003662109375, "distance_right": 5.0501138359744414e-07, "index_right": 836, "nodeid": "1387659.931900_5864692.983886", "id": "1387659.931900_5864692.983886", "name": "manhole_829_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387659.931900478899479, 5864692.98388583958149 ] } }, +{ "type": "Feature", "properties": { "_index": 829, "bedlevel": 807.60003662109375, "branchid": "pipe_41_E64;pipe_41_E65", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_830_generated", "shape": null, "area": 0.64, "streetlevel": 810.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 810.60003662109375, "distance_right": 4.453007647556389e-07, "index_right": 837, "nodeid": "1387659.223570_5864742.029465", "id": "1387659.223570_5864742.029465", "name": "manhole_830_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387659.223570322152227, 5864742.029465307481587 ] } }, +{ "type": "Feature", "properties": { "_index": 830, "bedlevel": 806.60003662109375, "branchid": "pipe_41_E65;pipe_41_E66", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_831_generated", "shape": null, "area": 0.64, "streetlevel": 809.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.60003662109375, "distance_right": 4.9934199741603634e-07, "index_right": 838, "nodeid": "1387675.926897_5864788.273514", "id": "1387675.926897_5864788.273514", "name": "manhole_831_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387675.926896508783102, 5864788.273513910360634 ] } }, +{ "type": "Feature", "properties": { "_index": 831, "bedlevel": 771.10003662109375, "branchid": "pipe_41_E66;pipe_41_E67", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_832_generated", "shape": null, "area": 0.64, "streetlevel": 774.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 774.10003662109375, "distance_right": 4.9261335667974956e-07, "index_right": 839, "nodeid": "1387702.296292_5864830.159320", "id": "1387702.296292_5864830.159320", "name": "manhole_832_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387702.296291569946334, 5864830.159320239908993 ] } }, +{ "type": "Feature", "properties": { "_index": 832, "bedlevel": 771.10003662109375, "branchid": "pipe_41_E67;pipe_41_E68", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_833_generated", "shape": null, "area": 0.64, "streetlevel": 774.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 774.10003662109375, "distance_right": 5.6685196386871291e-07, "index_right": 840, "nodeid": "1387728.665687_5864872.045127", "id": "1387728.665687_5864872.045127", "name": "manhole_833_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387728.665686630876735, 5864872.045126569457352 ] } }, +{ "type": "Feature", "properties": { "_index": 833, "bedlevel": 779.5, "branchid": "pipe_41_E68;pipe_41_E69", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_834_generated", "shape": null, "area": 0.64, "streetlevel": 782.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 782.5, "distance_right": 3.260812906289786e-07, "index_right": 841, "nodeid": "1387751.608185_5864915.528789", "id": "1387751.608185_5864915.528789", "name": "manhole_834_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387751.608185108983889, 5864915.528788692317903 ] } }, +{ "type": "Feature", "properties": { "_index": 834, "bedlevel": 779.5, "branchid": "pipe_41_E69;pipe_41_E70", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_835_generated", "shape": null, "area": 0.64, "streetlevel": 782.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 782.5, "distance_right": 5.9259639011965048e-07, "index_right": 842, "nodeid": "1387766.741665_5864962.653555", "id": "1387766.741665_5864962.653555", "name": "manhole_835_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387766.741664502769709, 5864962.653554677963257 ] } }, +{ "type": "Feature", "properties": { "_index": 835, "bedlevel": 779.5, "branchid": "pipe_41_E70;pipe_41_E71", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_836_generated", "shape": null, "area": 0.64, "streetlevel": 782.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 782.5, "distance_right": 4.9711278093853967e-07, "index_right": 843, "nodeid": "1387778.991920_5865010.246724", "id": "1387778.991920_5865010.246724", "name": "manhole_836_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387778.99191950308159, 5865010.246724016033113 ] } }, +{ "type": "Feature", "properties": { "_index": 836, "bedlevel": 817.20001220703125, "branchid": "pipe_41_E71;pipe_41_E72", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_837_generated", "shape": null, "area": 0.64, "streetlevel": 820.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 820.20001220703125, "distance_right": 2.7262320916715243e-07, "index_right": 844, "nodeid": "1387779.554608_5865059.738634", "id": "1387779.554608_5865059.738634", "name": "manhole_837_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387779.554608268430457, 5865059.738633952103555 ] } }, +{ "type": "Feature", "properties": { "_index": 837, "bedlevel": 817.20001220703125, "branchid": "pipe_41_E72;pipe_41_E73", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_838_generated", "shape": null, "area": 0.64, "streetlevel": 820.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 820.20001220703125, "distance_right": 1.176384747423801e-07, "index_right": 845, "nodeid": "1387780.117297_5865109.230544", "id": "1387780.117297_5865109.230544", "name": "manhole_838_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387780.117297033779323, 5865109.230543887242675 ] } }, +{ "type": "Feature", "properties": { "_index": 838, "bedlevel": 831.60003662109375, "branchid": "pipe_41_E73;pipe_41_E74", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_839_generated", "shape": null, "area": 0.64, "streetlevel": 834.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 834.60003662109375, "distance_right": 2.5451201057427246e-07, "index_right": 846, "nodeid": "1387782.917817_5865158.566991", "id": "1387782.917817_5865158.566991", "name": "manhole_839_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387782.917817069217563, 5865158.566991245374084 ] } }, +{ "type": "Feature", "properties": { "_index": 839, "bedlevel": 806.60003662109375, "branchid": "pipe_41_E74;pipe_41_E75", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_840_generated", "shape": null, "area": 0.64, "streetlevel": 809.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.60003662109375, "distance_right": 3.8381515451147322e-07, "index_right": 847, "nodeid": "1387789.203932_5865207.661294", "id": "1387789.203932_5865207.661294", "name": "manhole_840_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387789.203931836877018, 5865207.661293652839959 ] } }, +{ "type": "Feature", "properties": { "_index": 840, "bedlevel": 806.60003662109375, "branchid": "pipe_41_E75;pipe_41_E76", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_841_generated", "shape": null, "area": 0.64, "streetlevel": 809.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 809.60003662109375, "distance_right": 3.9995425409532255e-07, "index_right": 848, "nodeid": "1387795.490047_5865256.755596", "id": "1387795.490047_5865256.755596", "name": "manhole_841_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387795.490046604769304, 5865256.755596060305834 ] } }, +{ "type": "Feature", "properties": { "_index": 841, "bedlevel": 808.60003662109375, "branchid": "pipe_41_E76;pipe_41_E77", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_842_generated", "shape": null, "area": 0.64, "streetlevel": 811.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 811.60003662109375, "distance_right": 4.8361564557877265e-07, "index_right": 849, "nodeid": "1387804.549935_5865305.332480", "id": "1387804.549935_5865305.332480", "name": "manhole_842_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387804.549934879876673, 5865305.332479531876743 ] } }, +{ "type": "Feature", "properties": { "_index": 842, "bedlevel": 808.60003662109375, "branchid": "pipe_41_E77;pipe_41_E78", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_843_generated", "shape": null, "area": 0.64, "streetlevel": 811.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 811.60003662109375, "distance_right": 3.9649035137181816e-07, "index_right": 850, "nodeid": "1387816.386747_5865353.391356", "id": "1387816.386747_5865353.391356", "name": "manhole_843_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387816.386747075244784, 5865353.391356389038265 ] } }, +{ "type": "Feature", "properties": { "_index": 843, "bedlevel": 808.60003662109375, "branchid": "pipe_41_E78;pipe_41_E79", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_844_generated", "shape": null, "area": 0.64, "streetlevel": 811.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 811.60003662109375, "distance_right": 3.6575204182979905e-07, "index_right": 851, "nodeid": "1387828.223559_5865401.450233", "id": "1387828.223559_5865401.450233", "name": "manhole_844_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387828.223559270845726, 5865401.450233246199787 ] } }, +{ "type": "Feature", "properties": { "_index": 844, "bedlevel": 799.5, "branchid": "pipe_41_E79;pipe_41_E80", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_845_generated", "shape": null, "area": 0.64, "streetlevel": 802.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 802.5, "distance_right": 5.0071148835204541e-07, "index_right": 852, "nodeid": "1387842.966275_5865448.679594", "id": "1387842.966275_5865448.679594", "name": "manhole_845_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387842.96627543354407, 5865448.679594250395894 ] } }, +{ "type": "Feature", "properties": { "_index": 845, "bedlevel": 799.5, "branchid": "pipe_41_E80;pipe_41_E81", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_846_generated", "shape": null, "area": 0.64, "streetlevel": 802.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 802.5, "distance_right": 2.0659636486342148e-07, "index_right": 853, "nodeid": "1387858.283513_5865495.744953", "id": "1387858.283513_5865495.744953", "name": "manhole_846_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387858.283513206522912, 5865495.744953005574644 ] } }, +{ "type": "Feature", "properties": { "_index": 846, "bedlevel": 799.5, "branchid": "pipe_41_E81;pipe_41_E82", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_847_generated", "shape": null, "area": 0.64, "streetlevel": 802.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 802.5, "distance_right": 4.9802795784708347e-07, "index_right": 854, "nodeid": "1387872.788358_5865543.026506", "id": "1387872.788358_5865543.026506", "name": "manhole_847_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387872.788357679266483, 5865543.026506381109357 ] } }, +{ "type": "Feature", "properties": { "_index": 847, "bedlevel": 775.20001220703125, "branchid": "pipe_41_E82;pipe_41_E83", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_848_generated", "shape": null, "area": 0.64, "streetlevel": 778.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.20001220703125, "distance_right": 3.0259537908334364e-07, "index_right": 855, "nodeid": "1387882.890575_5865591.479690", "id": "1387882.890575_5865591.479690", "name": "manhole_848_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387882.890574953285977, 5865591.479689701460302 ] } }, +{ "type": "Feature", "properties": { "_index": 848, "bedlevel": 775.20001220703125, "branchid": "pipe_41_E83;pipe_41_E84", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_849_generated", "shape": null, "area": 0.64, "streetlevel": 778.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.20001220703125, "distance_right": 2.2833932818058066e-07, "index_right": 856, "nodeid": "1387892.992792_5865639.932873", "id": "1387892.992792_5865639.932873", "name": "manhole_849_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387892.992792227305472, 5865639.932873022742569 ] } }, +{ "type": "Feature", "properties": { "_index": 849, "bedlevel": 775.20001220703125, "branchid": "pipe_41_E84;pipe_41_E85", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_850_generated", "shape": null, "area": 0.64, "streetlevel": 778.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.20001220703125, "distance_right": 6.0513342729627048e-07, "index_right": 857, "nodeid": "1387903.095010_5865688.386056", "id": "1387903.095010_5865688.386056", "name": "manhole_850_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387903.095009501324967, 5865688.386056343093514 ] } }, +{ "type": "Feature", "properties": { "_index": 850, "bedlevel": 791.70001220703125, "branchid": "pipe_41_E85;pipe_50_E0;pipe_51_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_851_generated", "shape": null, "area": 0.64, "streetlevel": 794.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 794.70001220703125, "distance_right": 4.0437267150492186e-07, "index_right": 858, "nodeid": "1387913.197227_5865736.839240", "id": "1387913.197227_5865736.839240", "name": "manhole_851_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387913.197226775344461, 5865736.839239663444459 ] } }, +{ "type": "Feature", "properties": { "_index": 851, "bedlevel": 827.9000244140625, "branchid": "pipe_42_E0;pipe_43_E1;pipe_44_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_852_generated", "shape": null, "area": 0.64, "streetlevel": 830.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 830.9000244140625, "distance_right": 5.215972352701414e-07, "index_right": 859, "nodeid": "1387767.438602_5866395.894651", "id": "1387767.438602_5866395.894651", "name": "manhole_852_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387767.438602478476241, 5866395.894650792703032 ] } }, +{ "type": "Feature", "properties": { "_index": 851, "bedlevel": 827.9000244140625, "branchid": "pipe_42_E0;pipe_42_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_853_generated", "shape": null, "area": 0.64, "streetlevel": 830.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 830.9000244140625, "distance_right": 1.7080837506054717e-07, "index_right": 860, "nodeid": "1387758.181959_5866444.388787", "id": "1387758.181959_5866444.388787", "name": "manhole_853_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387758.181959156645462, 5866444.388786932453513 ] } }, +{ "type": "Feature", "properties": { "_index": 852, "bedlevel": 827.9000244140625, "branchid": "pipe_42_E1;pipe_42_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_854_generated", "shape": null, "area": 0.64, "streetlevel": 830.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 830.9000244140625, "distance_right": 1.7976697036433568e-07, "index_right": 861, "nodeid": "1387748.925316_5866492.882923", "id": "1387748.925316_5866492.882923", "name": "manhole_854_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387748.925315835047513, 5866492.882923071272671 ] } }, +{ "type": "Feature", "properties": { "_index": 853, "bedlevel": 813.5, "branchid": "pipe_42_E2;pipe_42_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_855_generated", "shape": null, "area": 0.64, "streetlevel": 816.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.5, "distance_right": 5.3076935757696028e-07, "index_right": 862, "nodeid": "1387739.668673_5866541.377059", "id": "1387739.668673_5866541.377059", "name": "manhole_855_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387739.668672513216734, 5866541.377059211023152 ] } }, +{ "type": "Feature", "properties": { "_index": 854, "bedlevel": 813.5, "branchid": "pipe_42_E3;pipe_42_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_856_generated", "shape": null, "area": 0.64, "streetlevel": 816.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.5, "distance_right": 3.9917691783746745e-07, "index_right": 863, "nodeid": "1387730.412029_5866589.871195", "id": "1387730.412029_5866589.871195", "name": "manhole_856_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387730.412029191618785, 5866589.87119534984231 ] } }, +{ "type": "Feature", "properties": { "_index": 855, "bedlevel": 813.10003662109375, "branchid": "pipe_42_E4;pipe_42_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_857_generated", "shape": null, "area": 0.64, "streetlevel": 816.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.10003662109375, "distance_right": 5.0687060002795753e-07, "index_right": 864, "nodeid": "1387721.155386_5866638.365331", "id": "1387721.155386_5866638.365331", "name": "manhole_857_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387721.155385869788006, 5866638.365331489592791 ] } }, +{ "type": "Feature", "properties": { "_index": 856, "bedlevel": 813.10003662109375, "branchid": "pipe_42_E5;pipe_42_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_858_generated", "shape": null, "area": 0.64, "streetlevel": 816.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.10003662109375, "distance_right": 5.9584928216719691e-07, "index_right": 865, "nodeid": "1387711.868743_5866686.853722", "id": "1387711.868743_5866686.853722", "name": "manhole_858_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387711.868742506252602, 5866686.853722332976758 ] } }, +{ "type": "Feature", "properties": { "_index": 857, "bedlevel": 813.10003662109375, "branchid": "pipe_42_E6;pipe_42_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_859_generated", "shape": null, "area": 0.64, "streetlevel": 816.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.10003662109375, "distance_right": 5.7928339006193113e-07, "index_right": 866, "nodeid": "1387702.553355_5866735.336608", "id": "1387702.553355_5866735.336608", "name": "manhole_859_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387702.553355348296463, 5866735.336608462966979 ] } }, +{ "type": "Feature", "properties": { "_index": 858, "bedlevel": 799.4000244140625, "branchid": "pipe_42_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_860_generated", "shape": null, "area": 0.64, "streetlevel": 802.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 802.4000244140625, "distance_right": 4.9781434926194598e-07, "index_right": 867, "nodeid": "1387692.161796_5866783.420620", "id": "1387692.161796_5866783.420620", "name": "manhole_860_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387692.161796326050535, 5866783.420620376244187 ] } }, +{ "type": "Feature", "properties": { "_index": 859, "bedlevel": 803.20001220703125, "branchid": "pipe_43_E0;pipe_45_E3;pipe_46_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_861_generated", "shape": null, "area": 0.64, "streetlevel": 806.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.20001220703125, "distance_right": 5.3089394760884435e-07, "index_right": 868, "nodeid": "1387809.534625_5866309.639252", "id": "1387809.534625_5866309.639252", "name": "manhole_861_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387809.534624515566975, 5866309.639251782558858 ] } }, +{ "type": "Feature", "properties": { "_index": 859, "bedlevel": 803.20001220703125, "branchid": "pipe_43_E0;pipe_43_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_862_generated", "shape": null, "area": 0.64, "streetlevel": 806.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.20001220703125, "distance_right": 5.7391922453984659e-07, "index_right": 869, "nodeid": "1387788.486613_5866352.766951", "id": "1387788.486613_5866352.766951", "name": "manhole_862_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387788.486613497138023, 5866352.766951287165284 ] } }, +{ "type": "Feature", "properties": { "_index": 861, "bedlevel": 837.10003662109375, "branchid": "pipe_44_E0;pipe_44_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_863_generated", "shape": null, "area": 0.64, "streetlevel": 840.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 840.10003662109375, "distance_right": 4.8732610625475058e-07, "index_right": 870, "nodeid": "1387774.733068_5866351.644692", "id": "1387774.733068_5866351.644692", "name": "manhole_863_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387774.73306847945787, 5866351.644692087545991 ] } }, +{ "type": "Feature", "properties": { "_index": 862, "bedlevel": 803.20001220703125, "branchid": "pipe_44_E1;pipe_44_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_864_generated", "shape": null, "area": 0.64, "streetlevel": 806.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.20001220703125, "distance_right": 2.4437958040221395e-07, "index_right": 871, "nodeid": "1387787.219046_5866308.756402", "id": "1387787.219046_5866308.756402", "name": "manhole_864_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387787.219046234386042, 5866308.756401930935681 ] } }, +{ "type": "Feature", "properties": { "_index": 863, "bedlevel": 803.20001220703125, "branchid": "pipe_44_E2;pipe_44_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_865_generated", "shape": null, "area": 0.64, "streetlevel": 806.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.20001220703125, "distance_right": 3.3154241596590628e-07, "index_right": 872, "nodeid": "1387802.581936_5866266.622690", "id": "1387802.581936_5866266.622690", "name": "manhole_865_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387802.581935805035755, 5866266.622689731419086 ] } }, +{ "type": "Feature", "properties": { "_index": 864, "bedlevel": 824.70001220703125, "branchid": "pipe_44_E3;pipe_44_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_866_generated", "shape": null, "area": 0.64, "streetlevel": 827.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.70001220703125, "distance_right": 4.2553696916372962e-07, "index_right": 873, "nodeid": "1387818.989884_5866224.886323", "id": "1387818.989884_5866224.886323", "name": "manhole_866_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387818.989883717847988, 5866224.886323318816721 ] } }, +{ "type": "Feature", "properties": { "_index": 865, "bedlevel": 824.70001220703125, "branchid": "pipe_44_E4;pipe_44_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_867_generated", "shape": null, "area": 0.64, "streetlevel": 827.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.70001220703125, "distance_right": 2.2789743614175487e-07, "index_right": 874, "nodeid": "1387838.767448_5866184.784888", "id": "1387838.767448_5866184.784888", "name": "manhole_867_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387838.767447788733989, 5866184.784887914545834 ] } }, +{ "type": "Feature", "properties": { "_index": 866, "bedlevel": 824.70001220703125, "branchid": "pipe_44_E5;pipe_44_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_868_generated", "shape": null, "area": 0.64, "streetlevel": 827.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.70001220703125, "distance_right": 5.9797237451900057e-07, "index_right": 875, "nodeid": "1387862.375428_5866146.679680", "id": "1387862.375428_5866146.679680", "name": "manhole_868_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387862.375427621416748, 5866146.679679537191987 ] } }, +{ "type": "Feature", "properties": { "_index": 867, "bedlevel": 800.9000244140625, "branchid": "pipe_44_E6;pipe_44_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_869_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 3.6638230381293925e-07, "index_right": 876, "nodeid": "1387890.316308_5866111.904927", "id": "1387890.316308_5866111.904927", "name": "manhole_869_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387890.316308293025941, 5866111.904927220195532 ] } }, +{ "type": "Feature", "properties": { "_index": 868, "bedlevel": 800.9000244140625, "branchid": "pipe_44_E7;pipe_46_E0;pipe_47_E5;pipe_48_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_870_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 3.1534587877498962e-07, "index_right": 877, "nodeid": "1387932.086586_5866099.149365", "id": "1387932.086586_5866099.149365", "name": "manhole_870_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387932.086585889104754, 5866099.149365295656025 ] } }, +{ "type": "Feature", "properties": { "_index": 869, "bedlevel": 800.9000244140625, "branchid": "pipe_45_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_871_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 6.266084733821659e-07, "index_right": 878, "nodeid": "1387931.614703_5866170.542120", "id": "1387931.614703_5866170.542120", "name": "manhole_871_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387931.614702571649104, 5866170.542120457626879 ] } }, +{ "type": "Feature", "properties": { "_index": 869, "bedlevel": 800.9000244140625, "branchid": "pipe_45_E0;pipe_45_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_872_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 5.3846575384340826e-07, "index_right": 879, "nodeid": "1387899.497388_5866203.806989", "id": "1387899.497388_5866203.806989", "name": "manhole_872_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387899.497387683717534, 5866203.806988564319909 ] } }, +{ "type": "Feature", "properties": { "_index": 870, "bedlevel": 803.20001220703125, "branchid": "pipe_45_E1;pipe_45_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_873_generated", "shape": null, "area": 0.64, "streetlevel": 806.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.20001220703125, "distance_right": 3.6531595428320365e-07, "index_right": 880, "nodeid": "1387869.509800_5866239.084410", "id": "1387869.509800_5866239.084410", "name": "manhole_873_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387869.509799961000681, 5866239.084409636445343 ] } }, +{ "type": "Feature", "properties": { "_index": 871, "bedlevel": 803.20001220703125, "branchid": "pipe_45_E2;pipe_45_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_874_generated", "shape": null, "area": 0.64, "streetlevel": 806.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.20001220703125, "distance_right": 3.7571919273733843e-07, "index_right": 881, "nodeid": "1387839.522212_5866274.361831", "id": "1387839.522212_5866274.361831", "name": "manhole_874_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387839.522212238283828, 5866274.361830709502101 ] } }, +{ "type": "Feature", "properties": { "_index": 873, "bedlevel": 800.9000244140625, "branchid": "pipe_46_E0;pipe_46_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_875_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 6.1718976969024423e-07, "index_right": 882, "nodeid": "1387908.367354_5866141.903963", "id": "1387908.367354_5866141.903963", "name": "manhole_875_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387908.367353544337675, 5866141.903963415883482 ] } }, +{ "type": "Feature", "properties": { "_index": 874, "bedlevel": 800.9000244140625, "branchid": "pipe_46_E1;pipe_46_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_876_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 4.9858174847585437e-07, "index_right": 883, "nodeid": "1387876.955023_5866179.987773", "id": "1387876.955023_5866179.987773", "name": "manhole_876_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387876.955022902460769, 5866179.987773489207029 ] } }, +{ "type": "Feature", "properties": { "_index": 875, "bedlevel": 824.70001220703125, "branchid": "pipe_46_E2;pipe_46_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_877_generated", "shape": null, "area": 0.64, "streetlevel": 827.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.70001220703125, "distance_right": 1.876529768744179e-07, "index_right": 884, "nodeid": "1387847.458594_5866219.470103", "id": "1387847.458594_5866219.470103", "name": "manhole_877_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387847.458594153402373, 5866219.470102892257273 ] } }, +{ "type": "Feature", "properties": { "_index": 876, "bedlevel": 803.20001220703125, "branchid": "pipe_46_E3;pipe_46_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_878_generated", "shape": null, "area": 0.64, "streetlevel": 806.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 806.20001220703125, "distance_right": 4.6156036966779148e-07, "index_right": 885, "nodeid": "1387823.639856_5866262.662998", "id": "1387823.639856_5866262.662998", "name": "manhole_878_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387823.639855962945148, 5866262.662997540086508 ] } }, +{ "type": "Feature", "properties": { "_index": 878, "bedlevel": 801.4000244140625, "branchid": "pipe_47_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_879_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 2.7377250423463006e-07, "index_right": 886, "nodeid": "1387940.443674_5865845.093255", "id": "1387940.443674_5865845.093255", "name": "manhole_879_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387940.443674022099003, 5865845.093254727311432 ] } }, +{ "type": "Feature", "properties": { "_index": 878, "bedlevel": 801.4000244140625, "branchid": "pipe_47_E0;pipe_47_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_880_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 3.2059452282998279e-07, "index_right": 887, "nodeid": "1387943.318034_5865887.628140", "id": "1387943.318034_5865887.628140", "name": "manhole_880_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387943.318034203490242, 5865887.628139751963317 ] } }, +{ "type": "Feature", "properties": { "_index": 879, "bedlevel": 801.4000244140625, "branchid": "pipe_47_E1;pipe_47_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_881_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 3.9845922374459836e-07, "index_right": 888, "nodeid": "1387946.009428_5865930.175073", "id": "1387946.009428_5865930.175073", "name": "manhole_881_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387946.009428307646886, 5865930.175072746351361 ] } }, +{ "type": "Feature", "properties": { "_index": 880, "bedlevel": 813.70001220703125, "branchid": "pipe_47_E2;pipe_47_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_882_generated", "shape": null, "area": 0.64, "streetlevel": 816.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.70001220703125, "distance_right": 4.8718698089721897e-07, "index_right": 889, "nodeid": "1387948.700822_5865972.722006", "id": "1387948.700822_5865972.722006", "name": "manhole_882_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387948.700822412036359, 5865972.722005739808083 ] } }, +{ "type": "Feature", "properties": { "_index": 881, "bedlevel": 813.70001220703125, "branchid": "pipe_47_E3;pipe_47_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_883_generated", "shape": null, "area": 0.64, "streetlevel": 816.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.70001220703125, "distance_right": 5.8533091283838573e-07, "index_right": 890, "nodeid": "1387944.872251_5866015.105106", "id": "1387944.872251_5866015.105106", "name": "manhole_883_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387944.872250664513558, 5866015.105105520226061 ] } }, +{ "type": "Feature", "properties": { "_index": 882, "bedlevel": 813.70001220703125, "branchid": "pipe_47_E4;pipe_47_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_884_generated", "shape": null, "area": 0.64, "streetlevel": 816.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.70001220703125, "distance_right": 1.8278199108301624e-07, "index_right": 891, "nodeid": "1387940.047370_5866057.463170", "id": "1387940.047370_5866057.463170", "name": "manhole_884_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387940.047370131826028, 5866057.463170127011836 ] } }, +{ "type": "Feature", "properties": { "_index": 884, "bedlevel": 783.29998779296875, "branchid": "pipe_48_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_885_generated", "shape": null, "area": 0.64, "streetlevel": 786.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.29998779296875, "distance_right": 5.3234291644079913e-07, "index_right": 892, "nodeid": "1387975.279995_5866107.425722", "id": "1387975.279995_5866107.425722", "name": "manhole_885_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387975.279995472636074, 5866107.425722245126963 ] } }, +{ "type": "Feature", "properties": { "_index": 885, "bedlevel": 906.5, "branchid": "pipe_49_E125", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_886_generated", "shape": null, "area": 0.64, "streetlevel": 909.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 909.5, "distance_right": 2.3433279429140186e-07, "index_right": 893, "nodeid": "1392926.966795_5866808.501405", "id": "1392926.966795_5866808.501405", "name": "manhole_886_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392926.966794768813998, 5866808.501405037939548 ] } }, +{ "type": "Feature", "properties": { "_index": 885, "bedlevel": 907.4000244140625, "branchid": "pipe_49_E125;pipe_49_E126", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_887_generated", "shape": null, "area": 0.64, "streetlevel": 910.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 910.4000244140625, "distance_right": 2.711877368400116e-07, "index_right": 894, "nodeid": "1392879.417932_5866793.491589", "id": "1392879.417932_5866793.491589", "name": "manhole_887_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392879.417931769276038, 5866793.491589142940938 ] } }, +{ "type": "Feature", "properties": { "_index": 886, "bedlevel": 907.4000244140625, "branchid": "pipe_49_E126;pipe_49_E127", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_888_generated", "shape": null, "area": 0.64, "streetlevel": 910.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 910.4000244140625, "distance_right": 3.3822343619387493e-07, "index_right": 895, "nodeid": "1392831.869069_5866778.481773", "id": "1392831.869069_5866778.481773", "name": "manhole_888_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392831.869068769738078, 5866778.481773247942328 ] } }, +{ "type": "Feature", "properties": { "_index": 887, "bedlevel": 862.0, "branchid": "pipe_49_E127;pipe_49_E128", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_889_generated", "shape": null, "area": 0.64, "streetlevel": 865.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 865.0, "distance_right": 4.2118703056337554e-07, "index_right": 896, "nodeid": "1392784.320206_5866763.471957", "id": "1392784.320206_5866763.471957", "name": "manhole_889_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392784.320205770200118, 5866763.471957352943718 ] } }, +{ "type": "Feature", "properties": { "_index": 888, "bedlevel": 862.0, "branchid": "pipe_49_E128;pipe_49_E129", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_890_generated", "shape": null, "area": 0.64, "streetlevel": 865.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 865.0, "distance_right": 5.1250356341054922e-07, "index_right": 897, "nodeid": "1392736.771343_5866748.462141", "id": "1392736.771343_5866748.462141", "name": "manhole_890_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392736.771342770429328, 5866748.462141457945108 ] } }, +{ "type": "Feature", "properties": { "_index": 889, "bedlevel": 875.4000244140625, "branchid": "pipe_49_E129;pipe_49_E130", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_891_generated", "shape": null, "area": 0.64, "streetlevel": 878.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 878.4000244140625, "distance_right": 4.9322917410243842e-07, "index_right": 898, "nodeid": "1392689.222480_5866733.452326", "id": "1392689.222480_5866733.452326", "name": "manhole_891_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392689.222479770891368, 5866733.452325562946498 ] } }, +{ "type": "Feature", "properties": { "_index": 890, "bedlevel": 875.4000244140625, "branchid": "pipe_49_E130;pipe_49_E131", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_892_generated", "shape": null, "area": 0.64, "streetlevel": 878.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 878.4000244140625, "distance_right": 4.035102166412638e-07, "index_right": 899, "nodeid": "1392641.673617_5866718.442510", "id": "1392641.673617_5866718.442510", "name": "manhole_892_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392641.673616771353409, 5866718.442509667947888 ] } }, +{ "type": "Feature", "properties": { "_index": 891, "bedlevel": 901.9000244140625, "branchid": "pipe_49_E131;pipe_49_E132", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_893_generated", "shape": null, "area": 0.64, "streetlevel": 904.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 904.9000244140625, "distance_right": 3.2137241883713538e-07, "index_right": 900, "nodeid": "1392594.124754_5866703.432694", "id": "1392594.124754_5866703.432694", "name": "manhole_893_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392594.124753771815449, 5866703.432693773880601 ] } }, +{ "type": "Feature", "properties": { "_index": 892, "bedlevel": 901.9000244140625, "branchid": "pipe_49_E132;pipe_49_E133", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_894_generated", "shape": null, "area": 0.64, "streetlevel": 904.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 904.9000244140625, "distance_right": 2.5789438712268496e-07, "index_right": 901, "nodeid": "1392546.575891_5866688.422878", "id": "1392546.575891_5866688.422878", "name": "manhole_894_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392546.575890772277489, 5866688.422877878881991 ] } }, +{ "type": "Feature", "properties": { "_index": 893, "bedlevel": 928.5, "branchid": "pipe_49_E133;pipe_49_E134", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_895_generated", "shape": null, "area": 0.64, "streetlevel": 931.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 931.5, "distance_right": 2.2779358194461109e-07, "index_right": 902, "nodeid": "1392499.027028_5866673.413062", "id": "1392499.027028_5866673.413062", "name": "manhole_895_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392499.02702777273953, 5866673.413061983883381 ] } }, +{ "type": "Feature", "properties": { "_index": 894, "bedlevel": 928.5, "branchid": "pipe_49_E134;pipe_49_E135", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_896_generated", "shape": null, "area": 0.64, "streetlevel": 931.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 931.5, "distance_right": 2.434250781957115e-07, "index_right": 903, "nodeid": "1392451.478165_5866658.403246", "id": "1392451.478165_5866658.403246", "name": "manhole_896_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392451.47816477320157, 5866658.403246088884771 ] } }, +{ "type": "Feature", "properties": { "_index": 895, "bedlevel": 923.29998779296875, "branchid": "pipe_49_E135;pipe_49_E136", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_897_generated", "shape": null, "area": 0.64, "streetlevel": 926.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 926.29998779296875, "distance_right": 2.9789659531254724e-07, "index_right": 904, "nodeid": "1392403.929302_5866643.393430", "id": "1392403.929302_5866643.393430", "name": "manhole_897_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392403.92930177366361, 5866643.393430193886161 ] } }, +{ "type": "Feature", "properties": { "_index": 896, "bedlevel": 846.79998779296875, "branchid": "pipe_49_E136;pipe_49_E137", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_898_generated", "shape": null, "area": 0.64, "streetlevel": 849.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 849.79998779296875, "distance_right": 3.7467334045624815e-07, "index_right": 905, "nodeid": "1392356.380439_5866628.383614", "id": "1392356.380439_5866628.383614", "name": "manhole_898_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392356.380438774125651, 5866628.383614298887551 ] } }, +{ "type": "Feature", "properties": { "_index": 897, "bedlevel": 872.20001220703125, "branchid": "pipe_49_E137;pipe_49_E138", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_899_generated", "shape": null, "area": 0.64, "streetlevel": 875.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 875.20001220703125, "distance_right": 4.6278392403377259e-07, "index_right": 906, "nodeid": "1392308.831576_5866613.373798", "id": "1392308.831576_5866613.373798", "name": "manhole_899_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392308.831575774587691, 5866613.373798403888941 ] } }, +{ "type": "Feature", "properties": { "_index": 898, "bedlevel": 872.20001220703125, "branchid": "pipe_49_E138;pipe_49_E139", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_900_generated", "shape": null, "area": 0.64, "streetlevel": 875.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 875.20001220703125, "distance_right": 5.3904050343464332e-07, "index_right": 907, "nodeid": "1392261.282713_5866598.363983", "id": "1392261.282713_5866598.363983", "name": "manhole_900_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392261.282712775049731, 5866598.363982509821653 ] } }, +{ "type": "Feature", "properties": { "_index": 899, "bedlevel": 925.10003662109375, "branchid": "pipe_49_E139;pipe_49_E140", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_901_generated", "shape": null, "area": 0.64, "streetlevel": 928.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 928.10003662109375, "distance_right": 4.461385093761408e-07, "index_right": 908, "nodeid": "1392213.733850_5866583.354167", "id": "1392213.733850_5866583.354167", "name": "manhole_901_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392213.733849775511771, 5866583.354166614823043 ] } }, +{ "type": "Feature", "properties": { "_index": 900, "bedlevel": 925.10003662109375, "branchid": "pipe_49_E140;pipe_49_E141", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_902_generated", "shape": null, "area": 0.64, "streetlevel": 928.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 928.10003662109375, "distance_right": 3.5882065240057058e-07, "index_right": 909, "nodeid": "1392166.184987_5866568.344351", "id": "1392166.184987_5866568.344351", "name": "manhole_902_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392166.184986775973812, 5866568.344350719824433 ] } }, +{ "type": "Feature", "properties": { "_index": 901, "bedlevel": 933.79998779296875, "branchid": "pipe_49_E141;pipe_49_E142", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_903_generated", "shape": null, "area": 0.64, "streetlevel": 936.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 936.79998779296875, "distance_right": 5.0133714651316256e-07, "index_right": 910, "nodeid": "1392119.234378_5866551.590171", "id": "1392119.234378_5866551.590171", "name": "manhole_903_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392119.234377897810191, 5866551.59017149079591 ] } }, +{ "type": "Feature", "properties": { "_index": 902, "bedlevel": 933.79998779296875, "branchid": "pipe_49_E142;pipe_49_E143", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_904_generated", "shape": null, "area": 0.64, "streetlevel": 936.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 936.79998779296875, "distance_right": 3.4515468306535673e-07, "index_right": 911, "nodeid": "1392072.481987_5866534.258036", "id": "1392072.481987_5866534.258036", "name": "manhole_904_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392072.481987217208371, 5866534.25803626794368 ] } }, +{ "type": "Feature", "properties": { "_index": 903, "bedlevel": 926.79998779296875, "branchid": "pipe_49_E143;pipe_49_E144", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_905_generated", "shape": null, "area": 0.64, "streetlevel": 929.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 929.79998779296875, "distance_right": 4.651642196257067e-07, "index_right": 912, "nodeid": "1392025.729597_5866516.925901", "id": "1392025.729597_5866516.925901", "name": "manhole_905_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1392025.729596536839381, 5866516.925901044160128 ] } }, +{ "type": "Feature", "properties": { "_index": 904, "bedlevel": 889.29998779296875, "branchid": "pipe_49_E144;pipe_49_E145", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_906_generated", "shape": null, "area": 0.64, "streetlevel": 892.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 892.29998779296875, "distance_right": 2.29953709160046e-07, "index_right": 913, "nodeid": "1391978.977206_5866499.593766", "id": "1391978.977206_5866499.593766", "name": "manhole_906_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391978.977205856470391, 5866499.593765820376575 ] } }, +{ "type": "Feature", "properties": { "_index": 905, "bedlevel": 908.4000244140625, "branchid": "pipe_49_E145;pipe_49_E146", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_907_generated", "shape": null, "area": 0.64, "streetlevel": 911.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 911.4000244140625, "distance_right": 4.3991124339150539e-07, "index_right": 914, "nodeid": "1391932.224815_5866482.261631", "id": "1391932.224815_5866482.261631", "name": "manhole_907_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391932.224815175868571, 5866482.261630596593022 ] } }, +{ "type": "Feature", "properties": { "_index": 906, "bedlevel": 908.4000244140625, "branchid": "pipe_49_E146;pipe_49_E147", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_908_generated", "shape": null, "area": 0.64, "streetlevel": 911.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 911.4000244140625, "distance_right": 6.1988875341513863e-07, "index_right": 915, "nodeid": "1391885.472424_5866464.929495", "id": "1391885.472424_5866464.929495", "name": "manhole_908_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391885.472424495499581, 5866464.92949537280947 ] } }, +{ "type": "Feature", "properties": { "_index": 907, "bedlevel": 930.20001220703125, "branchid": "pipe_49_E147;pipe_49_E148", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_909_generated", "shape": null, "area": 0.64, "streetlevel": 933.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 933.20001220703125, "distance_right": 2.3821214812358952e-07, "index_right": 916, "nodeid": "1391838.720034_5866447.597360", "id": "1391838.720034_5866447.597360", "name": "manhole_909_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391838.720033814897761, 5866447.59736014995724 ] } }, +{ "type": "Feature", "properties": { "_index": 908, "bedlevel": 930.20001220703125, "branchid": "pipe_49_E148;pipe_49_E149", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_910_generated", "shape": null, "area": 0.64, "streetlevel": 933.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 933.20001220703125, "distance_right": 1.5337514315044009e-07, "index_right": 917, "nodeid": "1391791.967643_5866430.265225", "id": "1391791.967643_5866430.265225", "name": "manhole_910_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391791.967643134528771, 5866430.265224926173687 ] } }, +{ "type": "Feature", "properties": { "_index": 909, "bedlevel": 936.4000244140625, "branchid": "pipe_49_E149;pipe_49_E150", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_911_generated", "shape": null, "area": 0.64, "streetlevel": 939.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 939.4000244140625, "distance_right": 5.4309463265053459e-07, "index_right": 918, "nodeid": "1391745.215252_5866412.933090", "id": "1391745.215252_5866412.933090", "name": "manhole_911_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391745.215252453926951, 5866412.933089702390134 ] } }, +{ "type": "Feature", "properties": { "_index": 910, "bedlevel": 936.4000244140625, "branchid": "pipe_49_E150;pipe_49_E151", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_912_generated", "shape": null, "area": 0.64, "streetlevel": 939.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 939.4000244140625, "distance_right": 5.2959964469147424e-07, "index_right": 919, "nodeid": "1391698.462862_5866395.600954", "id": "1391698.462862_5866395.600954", "name": "manhole_912_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391698.462861773557961, 5866395.600954478606582 ] } }, +{ "type": "Feature", "properties": { "_index": 911, "bedlevel": 949.70001220703125, "branchid": "pipe_49_E151;pipe_49_E152", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_913_generated", "shape": null, "area": 0.64, "streetlevel": 952.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 952.70001220703125, "distance_right": 2.7156648052421829e-07, "index_right": 920, "nodeid": "1391651.710471_5866378.268819", "id": "1391651.710471_5866378.268819", "name": "manhole_913_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391651.710471092956141, 5866378.268819254823029 ] } }, +{ "type": "Feature", "properties": { "_index": 912, "bedlevel": 886.4000244140625, "branchid": "pipe_49_E152;pipe_49_E153", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_914_generated", "shape": null, "area": 0.64, "streetlevel": 889.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 889.4000244140625, "distance_right": 4.1371902379653219e-07, "index_right": 921, "nodeid": "1391604.958080_5866360.936684", "id": "1391604.958080_5866360.936684", "name": "manhole_914_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391604.958080412587151, 5866360.936684031039476 ] } }, +{ "type": "Feature", "properties": { "_index": 913, "bedlevel": 845.70001220703125, "branchid": "pipe_49_E153;pipe_49_E154", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_915_generated", "shape": null, "area": 0.64, "streetlevel": 848.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 848.70001220703125, "distance_right": 3.293937330443308e-07, "index_right": 922, "nodeid": "1391558.205690_5866343.604549", "id": "1391558.205690_5866343.604549", "name": "manhole_915_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391558.205689732218161, 5866343.604548808187246 ] } }, +{ "type": "Feature", "properties": { "_index": 914, "bedlevel": 845.70001220703125, "branchid": "pipe_49_E154;pipe_49_E155", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_916_generated", "shape": null, "area": 0.64, "streetlevel": 848.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 848.70001220703125, "distance_right": 4.1857355203971027e-07, "index_right": 923, "nodeid": "1391511.453299_5866326.272414", "id": "1391511.453299_5866326.272414", "name": "manhole_916_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391511.453299051616341, 5866326.272413584403694 ] } }, +{ "type": "Feature", "properties": { "_index": 915, "bedlevel": 843.0, "branchid": "pipe_49_E155;pipe_49_E156", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_917_generated", "shape": null, "area": 0.64, "streetlevel": 846.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 846.0, "distance_right": 5.173421456765862e-07, "index_right": 924, "nodeid": "1391464.700908_5866308.940278", "id": "1391464.700908_5866308.940278", "name": "manhole_917_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391464.700908371247351, 5866308.940278360620141 ] } }, +{ "type": "Feature", "properties": { "_index": 916, "bedlevel": 843.0, "branchid": "pipe_49_E156;pipe_49_E157", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_918_generated", "shape": null, "area": 0.64, "streetlevel": 846.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 846.0, "distance_right": 3.3836509315063795e-07, "index_right": 925, "nodeid": "1391417.948518_5866291.608143", "id": "1391417.948518_5866291.608143", "name": "manhole_918_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391417.948517690645531, 5866291.608143136836588 ] } }, +{ "type": "Feature", "properties": { "_index": 917, "bedlevel": 846.9000244140625, "branchid": "pipe_49_E157;pipe_49_E158", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_919_generated", "shape": null, "area": 0.64, "streetlevel": 849.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 849.9000244140625, "distance_right": 8.7216755512678289e-08, "index_right": 926, "nodeid": "1391371.196127_5866274.276008", "id": "1391371.196127_5866274.276008", "name": "manhole_919_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391371.196127010276541, 5866274.276007913053036 ] } }, +{ "type": "Feature", "properties": { "_index": 918, "bedlevel": 846.9000244140625, "branchid": "pipe_49_E158;pipe_49_E159", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_920_generated", "shape": null, "area": 0.64, "streetlevel": 849.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 849.9000244140625, "distance_right": 4.5390732579378692e-07, "index_right": 927, "nodeid": "1391321.986833_5866269.550852", "id": "1391321.986833_5866269.550852", "name": "manhole_920_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391321.986832652939484, 5866269.550851707346737 ] } }, +{ "type": "Feature", "properties": { "_index": 919, "bedlevel": 892.70001220703125, "branchid": "pipe_49_E159;pipe_49_E160", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_921_generated", "shape": null, "area": 0.64, "streetlevel": 895.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 895.70001220703125, "distance_right": 3.7289003346476757e-07, "index_right": 928, "nodeid": "1391272.147465_5866268.058759", "id": "1391272.147465_5866268.058759", "name": "manhole_921_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391272.147464629728347, 5866268.058758955448866 ] } }, +{ "type": "Feature", "properties": { "_index": 920, "bedlevel": 892.70001220703125, "branchid": "pipe_49_E160;pipe_49_E161", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_922_generated", "shape": null, "area": 0.64, "streetlevel": 895.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 895.70001220703125, "distance_right": 4.43839029083394e-07, "index_right": 929, "nodeid": "1391222.308097_5866266.566666", "id": "1391222.308097_5866266.566666", "name": "manhole_922_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391222.30809660628438, 5866266.566666204482317 ] } }, +{ "type": "Feature", "properties": { "_index": 921, "bedlevel": 929.0, "branchid": "pipe_49_E161;pipe_49_E162", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_923_generated", "shape": null, "area": 0.64, "streetlevel": 932.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 932.0, "distance_right": 6.1558942756283069e-07, "index_right": 930, "nodeid": "1391172.468729_5866265.074573", "id": "1391172.468729_5866265.074573", "name": "manhole_923_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391172.468728582840413, 5866265.074573452584445 ] } }, +{ "type": "Feature", "properties": { "_index": 922, "bedlevel": 929.0, "branchid": "pipe_49_E162;pipe_49_E163", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_924_generated", "shape": null, "area": 0.64, "streetlevel": 932.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 932.0, "distance_right": 5.3218673253055169e-07, "index_right": 931, "nodeid": "1391122.629361_5866263.582481", "id": "1391122.629361_5866263.582481", "name": "manhole_924_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391122.629360559629276, 5866263.582480700686574 ] } }, +{ "type": "Feature", "properties": { "_index": 923, "bedlevel": 912.20001220703125, "branchid": "pipe_49_E163;pipe_49_E164", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_925_generated", "shape": null, "area": 0.64, "streetlevel": 915.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 915.20001220703125, "distance_right": 4.6651731725205036e-07, "index_right": 932, "nodeid": "1391072.789993_5866262.090388", "id": "1391072.789993_5866262.090388", "name": "manhole_925_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391072.789992536185309, 5866262.090387949720025 ] } }, +{ "type": "Feature", "properties": { "_index": 924, "bedlevel": 877.70001220703125, "branchid": "pipe_49_E164;pipe_49_E165", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_926_generated", "shape": null, "area": 0.64, "streetlevel": 880.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 880.70001220703125, "distance_right": 5.2579289086766228e-07, "index_right": 933, "nodeid": "1391022.950625_5866260.598295", "id": "1391022.950625_5866260.598295", "name": "manhole_926_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1391022.950624512741342, 5866260.598295197822154 ] } }, +{ "type": "Feature", "properties": { "_index": 925, "bedlevel": 877.70001220703125, "branchid": "pipe_49_E165;pipe_49_E166", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_927_generated", "shape": null, "area": 0.64, "streetlevel": 880.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 880.70001220703125, "distance_right": 6.6238845009442494e-07, "index_right": 934, "nodeid": "1390973.111256_5866259.106202", "id": "1390973.111256_5866259.106202", "name": "manhole_927_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390973.111256489530206, 5866259.106202445924282 ] } }, +{ "type": "Feature", "properties": { "_index": 926, "bedlevel": 886.4000244140625, "branchid": "pipe_49_E166;pipe_49_E167", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_928_generated", "shape": null, "area": 0.64, "streetlevel": 889.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 889.4000244140625, "distance_right": 5.573047437679622e-07, "index_right": 935, "nodeid": "1390923.271888_5866257.614110", "id": "1390923.271888_5866257.614110", "name": "manhole_928_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390923.271888466086239, 5866257.614109694957733 ] } }, +{ "type": "Feature", "properties": { "_index": 927, "bedlevel": 886.4000244140625, "branchid": "pipe_49_E167;pipe_49_E168", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_929_generated", "shape": null, "area": 0.64, "streetlevel": 889.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 889.4000244140625, "distance_right": 4.462420842811324e-07, "index_right": 936, "nodeid": "1390873.432520_5866256.122017", "id": "1390873.432520_5866256.122017", "name": "manhole_929_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390873.432520442642272, 5866256.122016943059862 ] } }, +{ "type": "Feature", "properties": { "_index": 928, "bedlevel": 932.79998779296875, "branchid": "pipe_49_E168;pipe_49_E169", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_930_generated", "shape": null, "area": 0.64, "streetlevel": 935.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 935.79998779296875, "distance_right": 4.6053406929521989e-07, "index_right": 937, "nodeid": "1390823.593152_5866254.629924", "id": "1390823.593152_5866254.629924", "name": "manhole_930_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390823.593152419198304, 5866254.62992419116199 ] } }, +{ "type": "Feature", "properties": { "_index": 929, "bedlevel": 932.79998779296875, "branchid": "pipe_49_E169;pipe_49_E170", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_931_generated", "shape": null, "area": 0.64, "streetlevel": 935.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 935.79998779296875, "distance_right": 5.9237281907764308e-07, "index_right": 938, "nodeid": "1390773.753784_5866253.137831", "id": "1390773.753784_5866253.137831", "name": "manhole_931_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390773.753784395987168, 5866253.137831440195441 ] } }, +{ "type": "Feature", "properties": { "_index": 930, "bedlevel": 954.79998779296875, "branchid": "pipe_49_E170;pipe_49_E171", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_932_generated", "shape": null, "area": 0.64, "streetlevel": 957.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 957.79998779296875, "distance_right": 4.8591928251911668e-07, "index_right": 939, "nodeid": "1390723.914416_5866251.645739", "id": "1390723.914416_5866251.645739", "name": "manhole_932_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390723.914416372543201, 5866251.64573868829757 ] } }, +{ "type": "Feature", "properties": { "_index": 931, "bedlevel": 954.79998779296875, "branchid": "pipe_49_E171;pipe_49_E172", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_933_generated", "shape": null, "area": 0.64, "streetlevel": 957.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 957.79998779296875, "distance_right": 3.5471234679006232e-07, "index_right": 940, "nodeid": "1390674.075048_5866250.153646", "id": "1390674.075048_5866250.153646", "name": "manhole_933_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390674.075048349099234, 5866250.153645936399698 ] } }, +{ "type": "Feature", "properties": { "_index": 932, "bedlevel": 954.0, "branchid": "pipe_49_E172;pipe_49_E173", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_934_generated", "shape": null, "area": 0.64, "streetlevel": 957.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 957.0, "distance_right": 3.7496693866214152e-07, "index_right": 941, "nodeid": "1390624.235680_5866248.661553", "id": "1390624.235680_5866248.661553", "name": "manhole_934_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390624.235680325888097, 5866248.661553185433149 ] } }, +{ "type": "Feature", "properties": { "_index": 933, "bedlevel": 954.0, "branchid": "pipe_49_E173;pipe_49_E174", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_935_generated", "shape": null, "area": 0.64, "streetlevel": 957.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 957.0, "distance_right": 5.2898676455779151e-07, "index_right": 942, "nodeid": "1390574.396312_5866247.169460", "id": "1390574.396312_5866247.169460", "name": "manhole_935_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390574.39631230244413, 5866247.169460433535278 ] } }, +{ "type": "Feature", "properties": { "_index": 934, "bedlevel": 961.5, "branchid": "pipe_49_E174;pipe_49_E175", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_936_generated", "shape": null, "area": 0.64, "streetlevel": 964.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 964.5, "distance_right": 4.2338240759397399e-07, "index_right": 943, "nodeid": "1390524.556944_5866245.677368", "id": "1390524.556944_5866245.677368", "name": "manhole_936_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390524.556944279000163, 5866245.677367681637406 ] } }, +{ "type": "Feature", "properties": { "_index": 935, "bedlevel": 961.5, "branchid": "pipe_49_E175;pipe_49_E176", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_937_generated", "shape": null, "area": 0.64, "streetlevel": 964.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 964.5, "distance_right": 2.6499942694981953e-07, "index_right": 944, "nodeid": "1390474.717576_5866244.185275", "id": "1390474.717576_5866244.185275", "name": "manhole_937_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390474.717576255789027, 5866244.185274930670857 ] } }, +{ "type": "Feature", "properties": { "_index": 936, "bedlevel": 945.5, "branchid": "pipe_49_E176;pipe_49_E177", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_938_generated", "shape": null, "area": 0.64, "streetlevel": 948.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 948.5, "distance_right": 2.9320284469871218e-07, "index_right": 945, "nodeid": "1390424.878208_5866242.693182", "id": "1390424.878208_5866242.693182", "name": "manhole_938_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390424.87820823234506, 5866242.693182178772986 ] } }, +{ "type": "Feature", "properties": { "_index": 937, "bedlevel": 967.10003662109375, "branchid": "pipe_49_E177;pipe_49_E178", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_939_generated", "shape": null, "area": 0.64, "streetlevel": 970.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 970.10003662109375, "distance_right": 4.7493074115861244e-07, "index_right": 946, "nodeid": "1390375.038840_5866241.201089", "id": "1390375.038840_5866241.201089", "name": "manhole_939_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390375.038840208901092, 5866241.201089426875114 ] } }, +{ "type": "Feature", "properties": { "_index": 938, "bedlevel": 967.10003662109375, "branchid": "pipe_49_E178;pipe_49_E179", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_940_generated", "shape": null, "area": 0.64, "streetlevel": 970.10003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 970.10003662109375, "distance_right": 3.7358023225235111e-07, "index_right": 947, "nodeid": "1390325.199472_5866239.708997", "id": "1390325.199472_5866239.708997", "name": "manhole_940_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390325.199472185689956, 5866239.708996675908566 ] } }, +{ "type": "Feature", "properties": { "_index": 939, "bedlevel": 972.4000244140625, "branchid": "pipe_49_E179;pipe_49_E180", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_941_generated", "shape": null, "area": 0.64, "streetlevel": 975.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 975.4000244140625, "distance_right": 1.7935411616933843e-07, "index_right": 948, "nodeid": "1390275.360104_5866238.216904", "id": "1390275.360104_5866238.216904", "name": "manhole_941_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390275.360104162245989, 5866238.216903924010694 ] } }, +{ "type": "Feature", "properties": { "_index": 940, "bedlevel": 972.4000244140625, "branchid": "pipe_49_E180;pipe_49_E181", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_942_generated", "shape": null, "area": 0.64, "streetlevel": 975.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 975.4000244140625, "distance_right": 2.2195392457113109e-07, "index_right": 949, "nodeid": "1390225.520736_5866236.724811", "id": "1390225.520736_5866236.724811", "name": "manhole_942_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390225.520736138802022, 5866236.724811173044145 ] } }, +{ "type": "Feature", "properties": { "_index": 941, "bedlevel": 1031.5, "branchid": "pipe_49_E181;pipe_49_E182", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_943_generated", "shape": null, "area": 0.64, "streetlevel": 1034.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1034.5, "distance_right": 4.3644965847580387e-07, "index_right": 950, "nodeid": "1390175.681368_5866235.232718", "id": "1390175.681368_5866235.232718", "name": "manhole_943_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390175.681368115358055, 5866235.232718421146274 ] } }, +{ "type": "Feature", "properties": { "_index": 942, "bedlevel": 1031.5, "branchid": "pipe_49_E182;pipe_49_E183", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_944_generated", "shape": null, "area": 0.64, "streetlevel": 1034.5, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1034.5, "distance_right": 3.4323501485718629e-07, "index_right": 951, "nodeid": "1390125.842000_5866233.740626", "id": "1390125.842000_5866233.740626", "name": "manhole_944_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390125.842000092146918, 5866233.740625669248402 ] } }, +{ "type": "Feature", "properties": { "_index": 943, "bedlevel": 1050.9000244140625, "branchid": "pipe_49_E183;pipe_49_E184", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_945_generated", "shape": null, "area": 0.64, "streetlevel": 1053.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1053.9000244140625, "distance_right": 1.0693214671935539e-07, "index_right": 952, "nodeid": "1390076.002632_5866232.248533", "id": "1390076.002632_5866232.248533", "name": "manhole_945_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390076.002632068702951, 5866232.248532918281853 ] } }, +{ "type": "Feature", "properties": { "_index": 944, "bedlevel": 953.9000244140625, "branchid": "pipe_49_E184;pipe_49_E185", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_946_generated", "shape": null, "area": 0.64, "streetlevel": 956.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 956.9000244140625, "distance_right": 1.7271765716066688e-07, "index_right": 953, "nodeid": "1390026.163264_5866230.756440", "id": "1390026.163264_5866230.756440", "name": "manhole_946_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1390026.163264045258984, 5866230.756440166383982 ] } }, +{ "type": "Feature", "properties": { "_index": 945, "bedlevel": 985.79998779296875, "branchid": "pipe_49_E185;pipe_49_E186", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_947_generated", "shape": null, "area": 0.64, "streetlevel": 988.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 988.79998779296875, "distance_right": 4.1502837781950249e-07, "index_right": 954, "nodeid": "1389976.323896_5866229.264347", "id": "1389976.323896_5866229.264347", "name": "manhole_947_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389976.323896022047848, 5866229.26434741448611 ] } }, +{ "type": "Feature", "properties": { "_index": 946, "bedlevel": 985.79998779296875, "branchid": "pipe_49_E186;pipe_49_E187", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_948_generated", "shape": null, "area": 0.64, "streetlevel": 988.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 988.79998779296875, "distance_right": 3.3621035174470345e-07, "index_right": 955, "nodeid": "1389926.484528_5866227.772255", "id": "1389926.484528_5866227.772255", "name": "manhole_948_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389926.48452799860388, 5866227.772254663519561 ] } }, +{ "type": "Feature", "properties": { "_index": 947, "bedlevel": 1048.0999755859375, "branchid": "pipe_49_E187;pipe_49_E188", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_949_generated", "shape": null, "area": 0.64, "streetlevel": 1051.0999755859375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1051.0999755859375, "distance_right": 9.1916218476309546e-08, "index_right": 956, "nodeid": "1389876.645160_5866226.280162", "id": "1389876.645160_5866226.280162", "name": "manhole_949_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389876.645159975159913, 5866226.28016191162169 ] } }, +{ "type": "Feature", "properties": { "_index": 948, "bedlevel": 1048.0999755859375, "branchid": "pipe_49_E188;pipe_49_E189", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_950_generated", "shape": null, "area": 0.64, "streetlevel": 1051.0999755859375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1051.0999755859375, "distance_right": 1.6721390440459392e-07, "index_right": 957, "nodeid": "1389826.805792_5866224.788069", "id": "1389826.805792_5866224.788069", "name": "manhole_950_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389826.805791951948777, 5866224.788069159723818 ] } }, +{ "type": "Feature", "properties": { "_index": 949, "bedlevel": 1063.9000244140625, "branchid": "pipe_49_E189;pipe_49_E190", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_951_generated", "shape": null, "area": 0.64, "streetlevel": 1066.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1066.9000244140625, "distance_right": 4.1505188836408448e-07, "index_right": 958, "nodeid": "1389776.966424_5866223.295976", "id": "1389776.966424_5866223.295976", "name": "manhole_951_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389776.96642392850481, 5866223.295976408757269 ] } }, +{ "type": "Feature", "properties": { "_index": 950, "bedlevel": 1028.2000732421875, "branchid": "pipe_49_E190;pipe_49_E191", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_952_generated", "shape": null, "area": 0.64, "streetlevel": 1031.2000732421875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1031.2000732421875, "distance_right": 1.7605953720432244e-07, "index_right": 959, "nodeid": "1389727.141183_5866221.468200", "id": "1389727.141183_5866221.468200", "name": "manhole_952_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389727.141182830790058, 5866221.468200048431754 ] } }, +{ "type": "Feature", "properties": { "_index": 951, "bedlevel": 1028.2000732421875, "branchid": "pipe_49_E191;pipe_49_E192", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_953_generated", "shape": null, "area": 0.64, "streetlevel": 1031.2000732421875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1031.2000732421875, "distance_right": 3.6128834460839566e-07, "index_right": 960, "nodeid": "1389677.352676_5866218.767548", "id": "1389677.352676_5866218.767548", "name": "manhole_953_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389677.352675863076001, 5866218.767548334784806 ] } }, +{ "type": "Feature", "properties": { "_index": 952, "bedlevel": 983.60003662109375, "branchid": "pipe_49_E192;pipe_49_E193", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_954_generated", "shape": null, "area": 0.64, "streetlevel": 986.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 986.60003662109375, "distance_right": 3.9313838553029594e-07, "index_right": 961, "nodeid": "1389627.564169_5866216.066897", "id": "1389627.564169_5866216.066897", "name": "manhole_954_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389627.564168895594776, 5866216.066896621137857 ] } }, +{ "type": "Feature", "properties": { "_index": 953, "bedlevel": 983.60003662109375, "branchid": "pipe_49_E193;pipe_49_E194", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_955_generated", "shape": null, "area": 0.64, "streetlevel": 986.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 986.60003662109375, "distance_right": 1.1709228767436902e-07, "index_right": 962, "nodeid": "1389577.775662_5866213.366245", "id": "1389577.775662_5866213.366245", "name": "manhole_955_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389577.775661927880719, 5866213.366244907490909 ] } }, +{ "type": "Feature", "properties": { "_index": 954, "bedlevel": 961.70001220703125, "branchid": "pipe_49_E194;pipe_49_E195", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_956_generated", "shape": null, "area": 0.64, "streetlevel": 964.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 964.70001220703125, "distance_right": 1.9867658609749133e-07, "index_right": 963, "nodeid": "1389527.987155_5866210.665593", "id": "1389527.987155_5866210.665593", "name": "manhole_956_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389527.987154960166663, 5866210.665593194775283 ] } }, +{ "type": "Feature", "properties": { "_index": 955, "bedlevel": 961.70001220703125, "branchid": "pipe_49_E195;pipe_49_E196", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_957_generated", "shape": null, "area": 0.64, "streetlevel": 964.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 964.70001220703125, "distance_right": 4.8155141235013908e-07, "index_right": 964, "nodeid": "1389478.198648_5866207.964941", "id": "1389478.198648_5866207.964941", "name": "manhole_957_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389478.198647992452607, 5866207.964941481128335 ] } }, +{ "type": "Feature", "properties": { "_index": 956, "bedlevel": 993.29998779296875, "branchid": "pipe_49_E196;pipe_49_E197", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_958_generated", "shape": null, "area": 0.64, "streetlevel": 996.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 996.29998779296875, "distance_right": 2.3413503241671798e-07, "index_right": 965, "nodeid": "1389428.410141_5866205.264290", "id": "1389428.410141_5866205.264290", "name": "manhole_958_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389428.41014102473855, 5866205.264289767481387 ] } }, +{ "type": "Feature", "properties": { "_index": 957, "bedlevel": 993.29998779296875, "branchid": "pipe_49_E197;pipe_49_E198", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_959_generated", "shape": null, "area": 0.64, "streetlevel": 996.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 996.29998779296875, "distance_right": 7.856059226332952e-08, "index_right": 966, "nodeid": "1389378.621634_5866202.563638", "id": "1389378.621634_5866202.563638", "name": "manhole_959_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389378.621634057024494, 5866202.563638053834438 ] } }, +{ "type": "Feature", "properties": { "_index": 958, "bedlevel": 1027.4000244140625, "branchid": "pipe_49_E198;pipe_49_E199", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_960_generated", "shape": null, "area": 0.64, "streetlevel": 1030.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1030.4000244140625, "distance_right": 3.514937742276614e-07, "index_right": 967, "nodeid": "1389328.833127_5866199.862986", "id": "1389328.833127_5866199.862986", "name": "manhole_960_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389328.833127089310437, 5866199.86298634018749 ] } }, +{ "type": "Feature", "properties": { "_index": 959, "bedlevel": 1027.4000244140625, "branchid": "pipe_49_E199;pipe_49_E200", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_961_generated", "shape": null, "area": 0.64, "streetlevel": 1030.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1030.4000244140625, "distance_right": 3.9281124173343443e-07, "index_right": 968, "nodeid": "1389279.044620_5866197.162335", "id": "1389279.044620_5866197.162335", "name": "manhole_961_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389279.044620121829212, 5866197.162334626540542 ] } }, +{ "type": "Feature", "properties": { "_index": 960, "bedlevel": 1050.800048828125, "branchid": "pipe_49_E200;pipe_49_E201", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_962_generated", "shape": null, "area": 0.64, "streetlevel": 1053.800048828125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1053.800048828125, "distance_right": 1.7726043879219753e-07, "index_right": 969, "nodeid": "1389229.256113_5866194.461683", "id": "1389229.256113_5866194.461683", "name": "manhole_962_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389229.256113154115155, 5866194.461682912893593 ] } }, +{ "type": "Feature", "properties": { "_index": 961, "bedlevel": 1050.800048828125, "branchid": "pipe_49_E201;pipe_49_E202", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_963_generated", "shape": null, "area": 0.64, "streetlevel": 1053.800048828125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1053.800048828125, "distance_right": 2.7295229996532459e-07, "index_right": 970, "nodeid": "1389179.467606_5866191.761031", "id": "1389179.467606_5866191.761031", "name": "manhole_963_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389179.467606186401099, 5866191.761031199246645 ] } }, +{ "type": "Feature", "properties": { "_index": 962, "bedlevel": 1064.5999755859375, "branchid": "pipe_49_E202;pipe_49_E203", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_964_generated", "shape": null, "area": 0.64, "streetlevel": 1067.5999755859375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1067.5999755859375, "distance_right": 5.3219895594374747e-07, "index_right": 971, "nodeid": "1389129.679099_5866189.060379", "id": "1389129.679099_5866189.060379", "name": "manhole_964_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389129.679099218687043, 5866189.060379485599697 ] } }, +{ "type": "Feature", "properties": { "_index": 963, "bedlevel": 1067.7000732421875, "branchid": "pipe_49_E203;pipe_49_E204", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_965_generated", "shape": null, "area": 0.64, "streetlevel": 1070.7000732421875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1070.7000732421875, "distance_right": 3.3920508279400263e-07, "index_right": 972, "nodeid": "1389079.890592_5866186.359728", "id": "1389079.890592_5866186.359728", "name": "manhole_965_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389079.890592250972986, 5866186.359727771952748 ] } }, +{ "type": "Feature", "properties": { "_index": 964, "bedlevel": 1067.7000732421875, "branchid": "pipe_49_E204;pipe_49_E205", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_966_generated", "shape": null, "area": 0.64, "streetlevel": 1070.7000732421875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1070.7000732421875, "distance_right": 2.8936577943892251e-07, "index_right": 973, "nodeid": "1389030.102085_5866183.659076", "id": "1389030.102085_5866183.659076", "name": "manhole_966_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1389030.10208528325893, 5866183.6590760583058 ] } }, +{ "type": "Feature", "properties": { "_index": 965, "bedlevel": 1072.0, "branchid": "pipe_49_E205;pipe_49_E206", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_967_generated", "shape": null, "area": 0.64, "streetlevel": 1075.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1075.0, "distance_right": 4.6804125381191257e-07, "index_right": 974, "nodeid": "1388980.313578_5866180.958424", "id": "1388980.313578_5866180.958424", "name": "manhole_967_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388980.313578315777704, 5866180.958424345590174 ] } }, +{ "type": "Feature", "properties": { "_index": 966, "bedlevel": 1072.0, "branchid": "pipe_49_E206;pipe_49_E207", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_968_generated", "shape": null, "area": 0.64, "streetlevel": 1075.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1075.0, "distance_right": 5.0644946756573003e-07, "index_right": 975, "nodeid": "1388930.525071_5866178.257773", "id": "1388930.525071_5866178.257773", "name": "manhole_968_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388930.525071348063648, 5866178.257772631943226 ] } }, +{ "type": "Feature", "properties": { "_index": 967, "bedlevel": 1071.0999755859375, "branchid": "pipe_49_E207;pipe_49_E208", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_969_generated", "shape": null, "area": 0.64, "streetlevel": 1074.0999755859375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1074.0999755859375, "distance_right": 3.891727817833842e-07, "index_right": 976, "nodeid": "1388880.736564_5866175.557121", "id": "1388880.736564_5866175.557121", "name": "manhole_969_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388880.736564380349591, 5866175.557120918296278 ] } }, +{ "type": "Feature", "properties": { "_index": 968, "bedlevel": 1071.0999755859375, "branchid": "pipe_49_E208;pipe_49_E209", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_970_generated", "shape": null, "area": 0.64, "streetlevel": 1074.0999755859375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1074.0999755859375, "distance_right": 4.606508242010698e-07, "index_right": 977, "nodeid": "1388830.948057_5866172.856469", "id": "1388830.948057_5866172.856469", "name": "manhole_970_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388830.948057412635535, 5866172.856469204649329 ] } }, +{ "type": "Feature", "properties": { "_index": 969, "bedlevel": 1050.800048828125, "branchid": "pipe_49_E209;pipe_49_E210", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_971_generated", "shape": null, "area": 0.64, "streetlevel": 1053.800048828125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1053.800048828125, "distance_right": 6.6246701218026935e-07, "index_right": 978, "nodeid": "1388781.159550_5866170.155817", "id": "1388781.159550_5866170.155817", "name": "manhole_971_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388781.159550444921479, 5866170.155817491002381 ] } }, +{ "type": "Feature", "properties": { "_index": 970, "bedlevel": 1050.800048828125, "branchid": "pipe_49_E210;pipe_49_E211", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_972_generated", "shape": null, "area": 0.64, "streetlevel": 1053.800048828125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1053.800048828125, "distance_right": 5.2665221097907886e-07, "index_right": 979, "nodeid": "1388731.371043_5866167.455166", "id": "1388731.371043_5866167.455166", "name": "manhole_972_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388731.371043477207422, 5866167.455165777355433 ] } }, +{ "type": "Feature", "properties": { "_index": 971, "bedlevel": 1014.0, "branchid": "pipe_49_E211;pipe_49_E212", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_973_generated", "shape": null, "area": 0.64, "streetlevel": 1017.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1017.0, "distance_right": 4.9464501735930622e-07, "index_right": 980, "nodeid": "1388681.582537_5866164.754514", "id": "1388681.582537_5866164.754514", "name": "manhole_973_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388681.582536509493366, 5866164.754514063708484 ] } }, +{ "type": "Feature", "properties": { "_index": 972, "bedlevel": 1014.0, "branchid": "pipe_49_E212;pipe_49_E213", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_974_generated", "shape": null, "area": 0.64, "streetlevel": 1017.0, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 1017.0, "distance_right": 5.7651354540620896e-07, "index_right": 981, "nodeid": "1388631.794030_5866162.053862", "id": "1388631.794030_5866162.053862", "name": "manhole_974_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388631.79402954201214, 5866162.053862350061536 ] } }, +{ "type": "Feature", "properties": { "_index": 973, "bedlevel": 970.20001220703125, "branchid": "pipe_49_E213;pipe_49_E214", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_975_generated", "shape": null, "area": 0.64, "streetlevel": 973.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 973.20001220703125, "distance_right": 5.59529580956339e-07, "index_right": 982, "nodeid": "1388582.005523_5866159.353211", "id": "1388582.005523_5866159.353211", "name": "manhole_975_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388582.005522574298084, 5866159.353210636414587 ] } }, +{ "type": "Feature", "properties": { "_index": 974, "bedlevel": 970.20001220703125, "branchid": "pipe_49_E214;pipe_49_E215", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_976_generated", "shape": null, "area": 0.64, "streetlevel": 973.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 973.20001220703125, "distance_right": 4.0100467111343551e-07, "index_right": 983, "nodeid": "1388532.217016_5866156.652559", "id": "1388532.217016_5866156.652559", "name": "manhole_976_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388532.217015606584027, 5866156.652558922767639 ] } }, +{ "type": "Feature", "properties": { "_index": 975, "bedlevel": 932.20001220703125, "branchid": "pipe_49_E215;pipe_49_E216", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_977_generated", "shape": null, "area": 0.64, "streetlevel": 935.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 935.20001220703125, "distance_right": 4.1751416682829823e-07, "index_right": 984, "nodeid": "1388482.428509_5866153.951907", "id": "1388482.428509_5866153.951907", "name": "manhole_977_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388482.428508638869971, 5866153.951907209120691 ] } }, +{ "type": "Feature", "properties": { "_index": 976, "bedlevel": 932.20001220703125, "branchid": "pipe_49_E216;pipe_49_E217", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_978_generated", "shape": null, "area": 0.64, "streetlevel": 935.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 935.20001220703125, "distance_right": 5.9538979466596884e-07, "index_right": 985, "nodeid": "1388432.640002_5866151.251255", "id": "1388432.640002_5866151.251255", "name": "manhole_978_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388432.640001671155915, 5866151.251255496405065 ] } }, +{ "type": "Feature", "properties": { "_index": 977, "bedlevel": 892.79998779296875, "branchid": "pipe_49_E217;pipe_49_E218", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_979_generated", "shape": null, "area": 0.64, "streetlevel": 895.79998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 895.79998779296875, "distance_right": 3.6752595508223165e-07, "index_right": 986, "nodeid": "1388382.851495_5866148.550604", "id": "1388382.851495_5866148.550604", "name": "manhole_979_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388382.851494703441858, 5866148.550603782758117 ] } }, +{ "type": "Feature", "properties": { "_index": 978, "bedlevel": 849.60003662109375, "branchid": "pipe_49_E218;pipe_49_E219", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_980_generated", "shape": null, "area": 0.64, "streetlevel": 852.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 852.60003662109375, "distance_right": 2.7287632239397937e-07, "index_right": 987, "nodeid": "1388333.062988_5866145.849952", "id": "1388333.062988_5866145.849952", "name": "manhole_980_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388333.062987735960633, 5866145.849952069111168 ] } }, +{ "type": "Feature", "properties": { "_index": 979, "bedlevel": 849.60003662109375, "branchid": "pipe_49_E219;pipe_49_E220", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_981_generated", "shape": null, "area": 0.64, "streetlevel": 852.60003662109375, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 852.60003662109375, "distance_right": 4.2454476447716075e-07, "index_right": 988, "nodeid": "1388283.274481_5866143.149300", "id": "1388283.274481_5866143.149300", "name": "manhole_981_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388283.274480768246576, 5866143.14930035546422 ] } }, +{ "type": "Feature", "properties": { "_index": 980, "bedlevel": 815.4000244140625, "branchid": "pipe_49_E220;pipe_49_E221", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_982_generated", "shape": null, "area": 0.64, "streetlevel": 818.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 818.4000244140625, "distance_right": 4.1034041195368685e-07, "index_right": 989, "nodeid": "1388233.485974_5866140.448649", "id": "1388233.485974_5866140.448649", "name": "manhole_982_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388233.48597380053252, 5866140.448648641817272 ] } }, +{ "type": "Feature", "properties": { "_index": 981, "bedlevel": 815.4000244140625, "branchid": "pipe_49_E221;pipe_52_E0", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_983_generated", "shape": null, "area": 0.64, "streetlevel": 818.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 818.4000244140625, "distance_right": 1.8190436988416221e-07, "index_right": 990, "nodeid": "1388183.697467_5866137.747997", "id": "1388183.697467_5866137.747997", "name": "manhole_983_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388183.697466832818463, 5866137.747996928170323 ] } }, +{ "type": "Feature", "properties": { "_index": 982, "bedlevel": 791.70001220703125, "branchid": "pipe_50_E0;pipe_50_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_984_generated", "shape": null, "area": 0.64, "streetlevel": 794.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 794.70001220703125, "distance_right": 5.9866458985618213e-08, "index_right": 991, "nodeid": "1387925.204459_5865784.545683", "id": "1387925.204459_5865784.545683", "name": "manhole_984_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387925.20445894007571, 5865784.545682998374104 ] } }, +{ "type": "Feature", "properties": { "_index": 983, "bedlevel": 801.4000244140625, "branchid": "pipe_50_E1;pipe_50_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_985_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 3.4867001082566627e-07, "index_right": 992, "nodeid": "1387937.211691_5865832.252126", "id": "1387937.211691_5865832.252126", "name": "manhole_985_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387937.21169110503979, 5865832.252126332372427 ] } }, +{ "type": "Feature", "properties": { "_index": 984, "bedlevel": 801.4000244140625, "branchid": "pipe_50_E2;pipe_50_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_986_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 3.2490020949153345e-07, "index_right": 993, "nodeid": "1387954.827088_5865878.043408", "id": "1387954.827088_5865878.043408", "name": "manhole_986_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387954.8270876808092, 5865878.043407939374447 ] } }, +{ "type": "Feature", "properties": { "_index": 985, "bedlevel": 801.4000244140625, "branchid": "pipe_50_E3;pipe_50_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_987_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 3.9004074068770563e-07, "index_right": 994, "nodeid": "1387967.620662_5865925.436967", "id": "1387967.620662_5865925.436967", "name": "manhole_987_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387967.620662312954664, 5865925.436966767534614 ] } }, +{ "type": "Feature", "properties": { "_index": 986, "bedlevel": 775.20001220703125, "branchid": "pipe_50_E4;pipe_50_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_988_generated", "shape": null, "area": 0.64, "streetlevel": 778.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.20001220703125, "distance_right": 3.6606967785989592e-07, "index_right": 995, "nodeid": "1387969.561903_5865974.386314", "id": "1387969.561903_5865974.386314", "name": "manhole_988_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387969.561903131194413, 5865974.386314341798425 ] } }, +{ "type": "Feature", "properties": { "_index": 987, "bedlevel": 775.20001220703125, "branchid": "pipe_50_E5;pipe_50_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_989_generated", "shape": null, "area": 0.64, "streetlevel": 778.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.20001220703125, "distance_right": 2.676742433793445e-07, "index_right": 996, "nodeid": "1387968.982558_5866023.571072", "id": "1387968.982558_5866023.571072", "name": "manhole_989_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387968.98255812516436, 5866023.571071763522923 ] } }, +{ "type": "Feature", "properties": { "_index": 988, "bedlevel": 775.20001220703125, "branchid": "pipe_50_E6;pipe_50_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_990_generated", "shape": null, "area": 0.64, "streetlevel": 778.20001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 778.20001220703125, "distance_right": 4.3598829608959754e-07, "index_right": 997, "nodeid": "1387969.225197_5866072.657253", "id": "1387969.225197_5866072.657253", "name": "manhole_990_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387969.225197304505855, 5866072.657253311946988 ] } }, +{ "type": "Feature", "properties": { "_index": 989, "bedlevel": 783.29998779296875, "branchid": "pipe_50_E7;pipe_50_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_991_generated", "shape": null, "area": 0.64, "streetlevel": 786.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.29998779296875, "distance_right": 4.7751884879743965e-07, "index_right": 998, "nodeid": "1387988.247400_5866112.298415", "id": "1387988.247400_5866112.298415", "name": "manhole_991_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387988.247399942483753, 5866112.298415473662317 ] } }, +{ "type": "Feature", "properties": { "_index": 990, "bedlevel": 783.29998779296875, "branchid": "pipe_50_E8;pipe_51_E0;pipe_52_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_992_generated", "shape": null, "area": 0.64, "streetlevel": 786.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.29998779296875, "distance_right": 3.4258060355880119e-07, "index_right": 999, "nodeid": "1388034.037428_5866130.255608", "id": "1388034.037428_5866130.255608", "name": "manhole_992_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388034.037428337847814, 5866130.255607943050563 ] } }, +{ "type": "Feature", "properties": { "_index": 991, "bedlevel": 783.29998779296875, "branchid": "pipe_51_E0;pipe_51_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_993_generated", "shape": null, "area": 0.64, "streetlevel": 786.29998779296875, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 786.29998779296875, "distance_right": 6.4243645308526241e-07, "index_right": 1000, "nodeid": "1387988.210685_5866144.678138", "id": "1387988.210685_5866144.678138", "name": "manhole_993_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387988.210684564430267, 5866144.678138472139835 ] } }, +{ "type": "Feature", "properties": { "_index": 992, "bedlevel": 800.9000244140625, "branchid": "pipe_51_E1;pipe_51_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_994_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 1.3903011605945694e-07, "index_right": 1001, "nodeid": "1387944.406121_5866164.065103", "id": "1387944.406121_5866164.065103", "name": "manhole_994_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387944.406121137319133, 5866164.065103021450341 ] } }, +{ "type": "Feature", "properties": { "_index": 993, "bedlevel": 800.9000244140625, "branchid": "pipe_51_E2;pipe_51_E3", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_995_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 1.9915718645449805e-07, "index_right": 1002, "nodeid": "1387898.376188_5866173.560076", "id": "1387898.376188_5866173.560076", "name": "manhole_995_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387898.376188111724332, 5866173.560075835324824 ] } }, +{ "type": "Feature", "properties": { "_index": 994, "bedlevel": 824.70001220703125, "branchid": "pipe_51_E3;pipe_51_E4", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_996_generated", "shape": null, "area": 0.64, "streetlevel": 827.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.70001220703125, "distance_right": 5.0607040580195112e-07, "index_right": 1003, "nodeid": "1387861.922561_5866145.113870", "id": "1387861.922561_5866145.113870", "name": "manhole_996_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387861.922560503939167, 5866145.113870099186897 ] } }, +{ "type": "Feature", "properties": { "_index": 995, "bedlevel": 824.70001220703125, "branchid": "pipe_51_E4;pipe_51_E5", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_997_generated", "shape": null, "area": 0.64, "streetlevel": 827.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 827.70001220703125, "distance_right": 4.3784946248219545e-07, "index_right": 1004, "nodeid": "1387862.597009_5866099.287654", "id": "1387862.597009_5866099.287654", "name": "manhole_997_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387862.597008766839281, 5866099.287653629668057 ] } }, +{ "type": "Feature", "properties": { "_index": 996, "bedlevel": 813.70001220703125, "branchid": "pipe_51_E5;pipe_51_E6", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_998_generated", "shape": null, "area": 0.64, "streetlevel": 816.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.70001220703125, "distance_right": 4.2940434915154824e-07, "index_right": 1005, "nodeid": "1387894.296242_5866064.312252", "id": "1387894.296242_5866064.312252", "name": "manhole_998_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387894.296242429409176, 5866064.31225199252367 ] } }, +{ "type": "Feature", "properties": { "_index": 997, "bedlevel": 813.70001220703125, "branchid": "pipe_51_E6;pipe_51_E7", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_999_generated", "shape": null, "area": 0.64, "streetlevel": 816.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.70001220703125, "distance_right": 5.291142332498509e-07, "index_right": 1006, "nodeid": "1387918.333023_5866023.860150", "id": "1387918.333023_5866023.860150", "name": "manhole_999_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387918.333023339277133, 5866023.860149594023824 ] } }, +{ "type": "Feature", "properties": { "_index": 998, "bedlevel": 813.70001220703125, "branchid": "pipe_51_E7;pipe_51_E8", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1000_generated", "shape": null, "area": 0.64, "streetlevel": 816.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 816.70001220703125, "distance_right": 4.1160348816863167e-07, "index_right": 1007, "nodeid": "1387925.576027_5865976.462518", "id": "1387925.576027_5865976.462518", "name": "manhole_1000_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387925.576027213362977, 5865976.462517648003995 ] } }, +{ "type": "Feature", "properties": { "_index": 999, "bedlevel": 801.4000244140625, "branchid": "pipe_51_E8;pipe_51_E9", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1001_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 2.6634696055791994e-07, "index_right": 1008, "nodeid": "1387926.166852_5865928.505293", "id": "1387926.166852_5865928.505293", "name": "manhole_1001_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387926.166851800866425, 5865928.505292822606862 ] } }, +{ "type": "Feature", "properties": { "_index": 1000, "bedlevel": 801.4000244140625, "branchid": "pipe_51_E9;pipe_51_E10", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1002_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 2.9363738265143579e-07, "index_right": 1009, "nodeid": "1387922.175475_5865880.628694", "id": "1387922.175475_5865880.628694", "name": "manhole_1002_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387922.175474973395467, 5865880.628693707287312 ] } }, +{ "type": "Feature", "properties": { "_index": 1001, "bedlevel": 801.4000244140625, "branchid": "pipe_51_E10;pipe_51_E11", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1003_generated", "shape": null, "area": 0.64, "streetlevel": 804.4000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 804.4000244140625, "distance_right": 4.3245670675986009e-07, "index_right": 1010, "nodeid": "1387918.184098_5865832.752095", "id": "1387918.184098_5865832.752095", "name": "manhole_1003_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387918.184098146157339, 5865832.752094592899084 ] } }, +{ "type": "Feature", "properties": { "_index": 1002, "bedlevel": 791.70001220703125, "branchid": "pipe_51_E11;pipe_51_E12", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1004_generated", "shape": null, "area": 0.64, "streetlevel": 794.70001220703125, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 794.70001220703125, "distance_right": 4.0146728020930125e-07, "index_right": 1011, "nodeid": "1387914.316890_5865784.868878", "id": "1387914.316890_5865784.868878", "name": "manhole_1004_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1387914.316889721900225, 5865784.868878290057182 ] } }, +{ "type": "Feature", "properties": { "_index": 1004, "bedlevel": 800.9000244140625, "branchid": "pipe_52_E0;pipe_52_E1", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1005_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 3.4123100246825885e-07, "index_right": 1012, "nodeid": "1388133.810787_5866135.250534", "id": "1388133.810787_5866135.250534", "name": "manhole_1005_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388133.810787334572524, 5866135.250533932819963 ] } }, +{ "type": "Feature", "properties": { "_index": 1005, "bedlevel": 800.9000244140625, "branchid": "pipe_52_E1;pipe_52_E2", "branchtype": "pipe", "diameter": "0.5", "width": null, "manholeid": "manhole_1006_generated", "shape": null, "area": 0.64, "streetlevel": 803.9000244140625, "streetstoragearea": 500.0, "storagetype": "reservoir", "_streetlevel_dem": 803.9000244140625, "distance_right": 1.7505891844349512e-07, "index_right": 1013, "nodeid": "1388083.924108_5866132.753071", "id": "1388083.924108_5866132.753071", "name": "manhole_1006_generated", "usetable": false }, "geometry": { "type": "Point", "coordinates": [ 1388083.924107836093754, 5866132.753070938400924 ] } } ] } diff --git a/examples/dflowfm_piave/geoms/mesh1d.geojson b/examples/dflowfm_piave/geoms/mesh1d.geojson new file mode 100644 index 00000000..f4a45ff6 --- /dev/null +++ b/examples/dflowfm_piave/geoms/mesh1d.geojson @@ -0,0 +1,1897 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } }, +"features": [ +{ "type": "Feature", "properties": { "index": "0" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394694.070276, 5867648.108302 ], [ 1394694.070276, 5867608.139638308435678 ] ] } }, +{ "type": "Feature", "properties": { "index": "1" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394694.070276, 5867608.139638308435678 ], [ 1394694.070276, 5867568.170974616892636 ] ] } }, +{ "type": "Feature", "properties": { "index": "2" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394694.070276, 5867568.170974616892636 ], [ 1394694.070276, 5867528.202310926280916 ] ] } }, +{ "type": "Feature", "properties": { "index": "3" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394694.070276, 5867528.202310926280916 ], [ 1394679.898899057414383, 5867492.636912418529391 ] ] } }, +{ "type": "Feature", "properties": { "index": "4" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394679.898899057414383, 5867492.636912418529391 ], [ 1394657.247954001417384, 5867459.706246385350823 ] ] } }, +{ "type": "Feature", "properties": { "index": "5" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394657.247954001417384, 5867459.706246385350823 ], [ 1394634.597008945420384, 5867426.775580353103578 ] ] } }, +{ "type": "Feature", "properties": { "index": "6" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394634.597008945420384, 5867426.775580353103578 ], [ 1394611.946063889656216, 5867393.844914320856333 ] ] } }, +{ "type": "Feature", "properties": { "index": "7" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394611.946063889656216, 5867393.844914320856333 ], [ 1394589.294993711169809, 5867360.91433435305953 ] ] } }, +{ "type": "Feature", "properties": { "index": "8" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394589.294993711169809, 5867360.91433435305953 ], [ 1394566.643812652211636, 5867327.983830653131008 ] ] } }, +{ "type": "Feature", "properties": { "index": "9" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394566.643812652211636, 5867327.983830653131008 ], [ 1394543.992631593253464, 5867295.053326953202486 ] ] } }, +{ "type": "Feature", "properties": { "index": "10" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394543.992631593253464, 5867295.053326953202486 ], [ 1394521.341450534295291, 5867262.122823254205287 ] ] } }, +{ "type": "Feature", "properties": { "index": "11" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394521.341450534295291, 5867262.122823254205287 ], [ 1394491.161553871119395, 5867243.508742 ] ] } }, +{ "type": "Feature", "properties": { "index": "12" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394491.161553871119395, 5867243.508742 ], [ 1394451.192890179576352, 5867243.508742 ] ] } }, +{ "type": "Feature", "properties": { "index": "13" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394451.192890179576352, 5867243.508742 ], [ 1394413.194447610294446, 5867239.762184853665531 ] ] } }, +{ "type": "Feature", "properties": { "index": "14" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394413.194447610294446, 5867239.762184853665531 ], [ 1394390.543030544184148, 5867206.831843491643667 ] ] } }, +{ "type": "Feature", "properties": { "index": "15" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394390.543030544184148, 5867206.831843491643667 ], [ 1394367.891613478306681, 5867173.901502130553126 ] ] } }, +{ "type": "Feature", "properties": { "index": "16" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394367.891613478306681, 5867173.901502130553126 ], [ 1394345.240196412429214, 5867140.971160769462585 ] ] } }, +{ "type": "Feature", "properties": { "index": "17" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394345.240196412429214, 5867140.971160769462585 ], [ 1394322.270339573966339, 5867108.646362000145018 ] ] } }, +{ "type": "Feature", "properties": { "index": "18" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394322.270339573966339, 5867108.646362000145018 ], [ 1394282.301675882656127, 5867108.646362000145018 ] ] } }, +{ "type": "Feature", "properties": { "index": "19" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394282.301675882656127, 5867108.646362000145018 ], [ 1394242.333012191113085, 5867108.646362000145018 ] ] } }, +{ "type": "Feature", "properties": { "index": "20" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394242.333012191113085, 5867108.646362000145018 ], [ 1394202.364348499802873, 5867108.646362000145018 ] ] } }, +{ "type": "Feature", "properties": { "index": "21" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394202.364348499802873, 5867108.646362000145018 ], [ 1394162.395684808492661, 5867108.646362000145018 ] ] } }, +{ "type": "Feature", "properties": { "index": "22" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394162.395684808492661, 5867108.646362000145018 ], [ 1394128.945835346356034, 5867096.250127781182528 ] ] } }, +{ "type": "Feature", "properties": { "index": "23" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394128.945835346356034, 5867096.250127781182528 ], [ 1394106.294182270066813, 5867063.319948762655258 ] ] } }, +{ "type": "Feature", "properties": { "index": "24" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394106.294182270066813, 5867063.319948762655258 ], [ 1394083.64252919354476, 5867030.389769744127989 ] ] } }, +{ "type": "Feature", "properties": { "index": "25" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394083.64252919354476, 5867030.389769744127989 ], [ 1394060.990876117022708, 5866997.459590725600719 ] ] } }, +{ "type": "Feature", "properties": { "index": "26" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394060.990876117022708, 5866997.459590725600719 ], [ 1394033.471428726101294, 5866973.786051999777555 ] ] } }, +{ "type": "Feature", "properties": { "index": "27" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394033.471428726101294, 5866973.786051999777555 ], [ 1393993.502765034791082, 5866973.786051999777555 ] ] } }, +{ "type": "Feature", "properties": { "index": "28" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393993.502765034791082, 5866973.786051999777555 ], [ 1393953.53410134348087, 5866973.786051999777555 ] ] } }, +{ "type": "Feature", "properties": { "index": "29" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393953.53410134348087, 5866973.786051999777555 ], [ 1393913.565437651937827, 5866973.786051999777555 ] ] } }, +{ "type": "Feature", "properties": { "index": "30" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393913.565437651937827, 5866973.786051999777555 ], [ 1393873.596773960627615, 5866973.786051999777555 ] ] } }, +{ "type": "Feature", "properties": { "index": "31" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393873.596773960627615, 5866973.786051999777555 ], [ 1393844.696132604498416, 5866952.738820810802281 ] ] } }, +{ "type": "Feature", "properties": { "index": "32" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393844.696132604498416, 5866952.738820810802281 ], [ 1393822.044243627693504, 5866919.808804062195122 ] ] } }, +{ "type": "Feature", "properties": { "index": "33" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393822.044243627693504, 5866919.808804062195122 ], [ 1393799.392354650655761, 5866886.878787313587964 ] ] } }, +{ "type": "Feature", "properties": { "index": "34" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393799.392354650655761, 5866886.878787313587964 ], [ 1393776.740465673850849, 5866853.948770564980805 ] ] } }, +{ "type": "Feature", "properties": { "index": "35" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393776.740465673850849, 5866853.948770564980805 ], [ 1393744.670813233591616, 5866838.927810999564826 ] ] } }, +{ "type": "Feature", "properties": { "index": "36" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393744.670813233591616, 5866838.927810999564826 ], [ 1393704.702149542281404, 5866838.927810999564826 ] ] } }, +{ "type": "Feature", "properties": { "index": "37" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393704.702149542281404, 5866838.927810999564826 ], [ 1393664.733485850971192, 5866838.927810999564826 ] ] } }, +{ "type": "Feature", "properties": { "index": "38" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393664.733485850971192, 5866838.927810999564826 ], [ 1393624.764822159428149, 5866838.927810999564826 ] ] } }, +{ "type": "Feature", "properties": { "index": "39" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393624.764822159428149, 5866838.927810999564826 ], [ 1393584.796158468117937, 5866838.927810999564826 ] ] } }, +{ "type": "Feature", "properties": { "index": "40" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393584.796158468117937, 5866838.927810999564826 ], [ 1393544.827494776807725, 5866838.927810999564826 ] ] } }, +{ "type": "Feature", "properties": { "index": "41" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393544.827494776807725, 5866838.927810999564826 ], [ 1393504.858831085264683, 5866838.927810999564826 ] ] } }, +{ "type": "Feature", "properties": { "index": "42" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393504.858831085264683, 5866838.927810999564826 ], [ 1393464.890167393954471, 5866838.927810999564826 ] ] } }, +{ "type": "Feature", "properties": { "index": "43" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393464.890167393954471, 5866838.927810999564826 ], [ 1393424.921503702644259, 5866838.927810999564826 ] ] } }, +{ "type": "Feature", "properties": { "index": "44" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393424.921503702644259, 5866838.927810999564826 ], [ 1393384.952840011334047, 5866838.927810999564826 ] ] } }, +{ "type": "Feature", "properties": { "index": "45" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393384.952840011334047, 5866838.927810999564826 ], [ 1393344.984176319791004, 5866838.927810999564826 ] ] } }, +{ "type": "Feature", "properties": { "index": "46" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393344.984176319791004, 5866838.927810999564826 ], [ 1393305.015512628480792, 5866838.927810999564826 ] ] } }, +{ "type": "Feature", "properties": { "index": "47" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393305.015512628480792, 5866838.927810999564826 ], [ 1393265.04684893717058, 5866838.927810999564826 ] ] } }, +{ "type": "Feature", "properties": { "index": "48" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393265.04684893717058, 5866838.927810999564826 ], [ 1393225.078185245860368, 5866838.927810999564826 ] ] } }, +{ "type": "Feature", "properties": { "index": "49" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393225.078185245860368, 5866838.927810999564826 ], [ 1393195.811247872421518, 5866818.576960543170571 ] ] } }, +{ "type": "Feature", "properties": { "index": "50" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393195.811247872421518, 5866818.576960543170571 ], [ 1393173.15912287728861, 5866785.647106148302555 ] ] } }, +{ "type": "Feature", "properties": { "index": "51" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393173.15912287728861, 5866785.647106148302555 ], [ 1393150.506997882388532, 5866752.717251753434539 ] ] } }, +{ "type": "Feature", "properties": { "index": "52" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393150.506997882388532, 5866752.717251753434539 ], [ 1393127.854872887255624, 5866719.7873973576352 ] ] } }, +{ "type": "Feature", "properties": { "index": "53" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393127.854872887255624, 5866719.7873973576352 ], [ 1393096.15051905810833, 5866704.071639999747276 ] ] } }, +{ "type": "Feature", "properties": { "index": "54" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393096.15051905810833, 5866704.071639999747276 ], [ 1393056.181855366565287, 5866704.071639999747276 ] ] } }, +{ "type": "Feature", "properties": { "index": "55" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393056.181855366565287, 5866704.071639999747276 ], [ 1393016.213191675255075, 5866704.071639999747276 ] ] } }, +{ "type": "Feature", "properties": { "index": "56" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393016.213191675255075, 5866704.071639999747276 ], [ 1392976.244527983944863, 5866704.071639999747276 ] ] } }, +{ "type": "Feature", "properties": { "index": "57" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392976.244527983944863, 5866704.071639999747276 ], [ 1392936.275864292634651, 5866704.071639999747276 ] ] } }, +{ "type": "Feature", "properties": { "index": "58" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392936.275864292634651, 5866704.071639999747276 ], [ 1392896.307200601091608, 5866704.071639999747276 ] ] } }, +{ "type": "Feature", "properties": { "index": "59" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392896.307200601091608, 5866704.071639999747276 ], [ 1392856.338536909781396, 5866704.071639999747276 ] ] } }, +{ "type": "Feature", "properties": { "index": "60" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392856.338536909781396, 5866704.071639999747276 ], [ 1392826.064015434822068, 5866685.636693134903908 ] ] } }, +{ "type": "Feature", "properties": { "index": "61" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392826.064015434822068, 5866685.636693134903908 ], [ 1392803.411654252326116, 5866652.707001212053001 ] ] } }, +{ "type": "Feature", "properties": { "index": "62" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392803.411654252326116, 5866652.707001212053001 ], [ 1392780.759293069597334, 5866619.777309289202094 ] ] } }, +{ "type": "Feature", "properties": { "index": "63" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392780.759293069597334, 5866619.777309289202094 ], [ 1392758.106931886868551, 5866586.847617366351187 ] ] } }, +{ "type": "Feature", "properties": { "index": "64" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392758.106931886868551, 5866586.847617366351187 ], [ 1392727.409164836863056, 5866569.217539000324905 ] ] } }, +{ "type": "Feature", "properties": { "index": "65" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392727.409164836863056, 5866569.217539000324905 ], [ 1392687.440501145320013, 5866569.217539000324905 ] ] } }, +{ "type": "Feature", "properties": { "index": "66" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392687.440501145320013, 5866569.217539000324905 ], [ 1392647.471837454009801, 5866569.217539000324905 ] ] } }, +{ "type": "Feature", "properties": { "index": "67" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392647.471837454009801, 5866569.217539000324905 ], [ 1392607.503173762699589, 5866569.217539000324905 ] ] } }, +{ "type": "Feature", "properties": { "index": "68" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392607.503173762699589, 5866569.217539000324905 ], [ 1392567.534510071389377, 5866569.217539000324905 ] ] } }, +{ "type": "Feature", "properties": { "index": "69" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392567.534510071389377, 5866569.217539000324905 ], [ 1392527.565846379846334, 5866569.217539000324905 ] ] } }, +{ "type": "Feature", "properties": { "index": "70" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392527.565846379846334, 5866569.217539000324905 ], [ 1392487.597182688536122, 5866569.217539000324905 ] ] } }, +{ "type": "Feature", "properties": { "index": "71" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392487.597182688536122, 5866569.217539000324905 ], [ 1392447.62851899722591, 5866569.217539000324905 ] ] } }, +{ "type": "Feature", "properties": { "index": "72" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392447.62851899722591, 5866569.217539000324905 ], [ 1392407.659855305682868, 5866569.217539000324905 ] ] } }, +{ "type": "Feature", "properties": { "index": "73" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392407.659855305682868, 5866569.217539000324905 ], [ 1392370.820503340102732, 5866563.266605422832072 ] ] } }, +{ "type": "Feature", "properties": { "index": "74" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392370.820503340102732, 5866563.266605422832072 ], [ 1392348.167906525544822, 5866530.337075592018664 ] ] } }, +{ "type": "Feature", "properties": { "index": "75" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392348.167906525544822, 5866530.337075592018664 ], [ 1392325.515309711219743, 5866497.407545762136579 ] ] } }, +{ "type": "Feature", "properties": { "index": "76" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392325.515309711219743, 5866497.407545762136579 ], [ 1392302.862712896661833, 5866464.478015932254493 ] ] } }, +{ "type": "Feature", "properties": { "index": "77" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392302.862712896661833, 5866464.478015932254493 ], [ 1392280.210095866816118, 5866431.548500007949769 ] ] } }, +{ "type": "Feature", "properties": { "index": "78" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392280.210095866816118, 5866431.548500007949769 ], [ 1392257.557262742891908, 5866398.619132739491761 ] ] } }, +{ "type": "Feature", "properties": { "index": "79" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392257.557262742891908, 5866398.619132739491761 ], [ 1392234.904429619200528, 5866365.689765470102429 ] ] } }, +{ "type": "Feature", "properties": { "index": "80" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392234.904429619200528, 5866365.689765470102429 ], [ 1392212.251596495509148, 5866332.760398200713098 ] ] } }, +{ "type": "Feature", "properties": { "index": "81" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392212.251596495509148, 5866332.760398200713098 ], [ 1392189.598763371817768, 5866299.831030932255089 ] ] } }, +{ "type": "Feature", "properties": { "index": "82" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392189.598763371817768, 5866299.831030932255089 ], [ 1392149.795997743727639, 5866299.515544 ] ] } }, +{ "type": "Feature", "properties": { "index": "83" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392149.795997743727639, 5866299.515544 ], [ 1392109.827334052417427, 5866299.515544 ] ] } }, +{ "type": "Feature", "properties": { "index": "84" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392109.827334052417427, 5866299.515544 ], [ 1392069.858670361107215, 5866299.515544 ] ] } }, +{ "type": "Feature", "properties": { "index": "85" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392069.858670361107215, 5866299.515544 ], [ 1392029.890006669797003, 5866299.515544 ] ] } }, +{ "type": "Feature", "properties": { "index": "86" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392029.890006669797003, 5866299.515544 ], [ 1391989.921342978253961, 5866299.515544 ] ] } }, +{ "type": "Feature", "properties": { "index": "87" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391989.921342978253961, 5866299.515544 ], [ 1391949.952679286943749, 5866299.515544 ] ] } }, +{ "type": "Feature", "properties": { "index": "88" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391949.952679286943749, 5866299.515544 ], [ 1391910.460130404448137, 5866298.610112666152418 ] ] } }, +{ "type": "Feature", "properties": { "index": "89" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391910.460130404448137, 5866298.610112666152418 ], [ 1391887.807061641477048, 5866265.680907499045134 ] ] } }, +{ "type": "Feature", "properties": { "index": "90" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391887.807061641477048, 5866265.680907499045134 ], [ 1391865.153992878273129, 5866232.751702332869172 ] ] } }, +{ "type": "Feature", "properties": { "index": "91" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391865.153992878273129, 5866232.751702332869172 ], [ 1391842.500924115302041, 5866199.822497166693211 ] ] } }, +{ "type": "Feature", "properties": { "index": "92" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391842.500924115302041, 5866199.822497166693211 ], [ 1391819.847855352330953, 5866166.893291999585927 ] ] } }, +{ "type": "Feature", "properties": { "index": "93" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391819.847855352330953, 5866166.893291999585927 ], [ 1391781.049530122894794, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "94" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391781.049530122894794, 5866164.667650000192225 ], [ 1391741.080866431351751, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "95" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391741.080866431351751, 5866164.667650000192225 ], [ 1391701.112202740041539, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "96" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391701.112202740041539, 5866164.667650000192225 ], [ 1391661.143539048731327, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "97" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391661.143539048731327, 5866164.667650000192225 ], [ 1391621.174875357188284, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "98" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391621.174875357188284, 5866164.667650000192225 ], [ 1391581.206211665878072, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "99" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391581.206211665878072, 5866164.667650000192225 ], [ 1391541.23754797456786, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "100" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391541.23754797456786, 5866164.667650000192225 ], [ 1391501.268884283257648, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "101" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391501.268884283257648, 5866164.667650000192225 ], [ 1391461.300220591714606, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "102" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391461.300220591714606, 5866164.667650000192225 ], [ 1391421.331556900404394, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "103" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391421.331556900404394, 5866164.667650000192225 ], [ 1391381.362893209094182, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "104" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391381.362893209094182, 5866164.667650000192225 ], [ 1391341.39422951778397, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "105" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391341.39422951778397, 5866164.667650000192225 ], [ 1391301.425565826240927, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "106" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391301.425565826240927, 5866164.667650000192225 ], [ 1391261.456902134930715, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "107" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391261.456902134930715, 5866164.667650000192225 ], [ 1391221.488238443620503, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "108" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391221.488238443620503, 5866164.667650000192225 ], [ 1391181.519574752310291, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "109" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391181.519574752310291, 5866164.667650000192225 ], [ 1391141.550911060767248, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "110" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391141.550911060767248, 5866164.667650000192225 ], [ 1391101.582247369457036, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "111" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391101.582247369457036, 5866164.667650000192225 ], [ 1391061.613583678146824, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "112" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391061.613583678146824, 5866164.667650000192225 ], [ 1391021.644919986836612, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "113" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391021.644919986836612, 5866164.667650000192225 ], [ 1390981.67625629529357, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "114" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390981.67625629529357, 5866164.667650000192225 ], [ 1390941.707592603983358, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "115" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390941.707592603983358, 5866164.667650000192225 ], [ 1390901.738928912673146, 5866164.667650000192225 ] ] } }, +{ "type": "Feature", "properties": { "index": "116" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390901.738928912673146, 5866164.667650000192225 ], [ 1390874.283521624282002, 5866140.870883274823427 ] ] } }, +{ "type": "Feature", "properties": { "index": "117" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390874.283521624282002, 5866140.870883274823427 ], [ 1390851.630216772668064, 5866107.941840522922575 ] ] } }, +{ "type": "Feature", "properties": { "index": "118" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390851.630216772668064, 5866107.941840522922575 ], [ 1390828.976911921054125, 5866075.012797771021724 ] ] } }, +{ "type": "Feature", "properties": { "index": "119" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390828.976911921054125, 5866075.012797771021724 ], [ 1390806.323607069440186, 5866042.083755019120872 ] ] } }, +{ "type": "Feature", "properties": { "index": "120" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390806.323607069440186, 5866042.083755019120872 ], [ 1390772.80273841205053, 5866029.821825000457466 ] ] } }, +{ "type": "Feature", "properties": { "index": "121" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390772.80273841205053, 5866029.821825000457466 ], [ 1390732.834074720740318, 5866029.821825000457466 ] ] } }, +{ "type": "Feature", "properties": { "index": "122" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390732.834074720740318, 5866029.821825000457466 ], [ 1390692.865411029430106, 5866029.821825000457466 ] ] } }, +{ "type": "Feature", "properties": { "index": "123" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390692.865411029430106, 5866029.821825000457466 ], [ 1390652.896747337887064, 5866029.821825000457466 ] ] } }, +{ "type": "Feature", "properties": { "index": "124" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390652.896747337887064, 5866029.821825000457466 ], [ 1390612.928083646576852, 5866029.821825000457466 ] ] } }, +{ "type": "Feature", "properties": { "index": "125" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390612.928083646576852, 5866029.821825000457466 ], [ 1390572.95941995526664, 5866029.821825000457466 ] ] } }, +{ "type": "Feature", "properties": { "index": "126" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390572.95941995526664, 5866029.821825000457466 ], [ 1390532.990756263956428, 5866029.821825000457466 ] ] } }, +{ "type": "Feature", "properties": { "index": "127" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390532.990756263956428, 5866029.821825000457466 ], [ 1390493.022092572413385, 5866029.821825000457466 ] ] } }, +{ "type": "Feature", "properties": { "index": "128" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390493.022092572413385, 5866029.821825000457466 ], [ 1390453.053428881103173, 5866029.821825000457466 ] ] } }, +{ "type": "Feature", "properties": { "index": "129" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390453.053428881103173, 5866029.821825000457466 ], [ 1390413.084765189792961, 5866029.821825000457466 ] ] } }, +{ "type": "Feature", "properties": { "index": "130" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390413.084765189792961, 5866029.821825000457466 ], [ 1390373.116101498482749, 5866029.821825000457466 ] ] } }, +{ "type": "Feature", "properties": { "index": "131" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390373.116101498482749, 5866029.821825000457466 ], [ 1390333.147437806939706, 5866029.821825000457466 ] ] } }, +{ "type": "Feature", "properties": { "index": "132" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390333.147437806939706, 5866029.821825000457466 ], [ 1390293.178774115629494, 5866029.821825000457466 ] ] } }, +{ "type": "Feature", "properties": { "index": "133" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390293.178774115629494, 5866029.821825000457466 ], [ 1390253.210110424319282, 5866029.821825000457466 ] ] } }, +{ "type": "Feature", "properties": { "index": "134" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390253.210110424319282, 5866029.821825000457466 ], [ 1390225.392848728690296, 5866006.713004761375487 ] ] } }, +{ "type": "Feature", "properties": { "index": "135" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390225.392848728690296, 5866006.713004761375487 ], [ 1390202.739308001939207, 5865973.784124279394746 ] ] } }, +{ "type": "Feature", "properties": { "index": "136" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390202.739308001939207, 5865973.784124279394746 ], [ 1390180.085767275420949, 5865940.855243796482682 ] ] } }, +{ "type": "Feature", "properties": { "index": "137" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390180.085767275420949, 5865940.855243796482682 ], [ 1390157.43222654890269, 5865907.926363314501941 ] ] } }, +{ "type": "Feature", "properties": { "index": "138" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390157.43222654890269, 5865907.926363314501941 ], [ 1390124.272214947501197, 5865894.978070000186563 ] ] } }, +{ "type": "Feature", "properties": { "index": "139" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390124.272214947501197, 5865894.978070000186563 ], [ 1390084.303551256190985, 5865894.978070000186563 ] ] } }, +{ "type": "Feature", "properties": { "index": "140" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390084.303551256190985, 5865894.978070000186563 ], [ 1390049.283581236610189, 5865885.566854192875326 ] ] } }, +{ "type": "Feature", "properties": { "index": "141" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390049.283581236610189, 5865885.566854192875326 ], [ 1390026.629804693628103, 5865852.63813594263047 ] ] } }, +{ "type": "Feature", "properties": { "index": "142" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390026.629804693628103, 5865852.63813594263047 ], [ 1390003.976028150878847, 5865819.709417692385614 ] ] } }, +{ "type": "Feature", "properties": { "index": "143" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390003.976028150878847, 5865819.709417692385614 ], [ 1389981.32225160789676, 5865786.780699442140758 ] ] } }, +{ "type": "Feature", "properties": { "index": "144" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389981.32225160789676, 5865786.780699442140758 ], [ 1389955.363952025771141, 5865760.136382999829948 ] ] } }, +{ "type": "Feature", "properties": { "index": "145" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389955.363952025771141, 5865760.136382999829948 ], [ 1389915.395288334460929, 5865760.136382999829948 ] ] } }, +{ "type": "Feature", "properties": { "index": "146" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389915.395288334460929, 5865760.136382999829948 ], [ 1389875.426624643150717, 5865760.136382999829948 ] ] } }, +{ "type": "Feature", "properties": { "index": "147" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389875.426624643150717, 5865760.136382999829948 ], [ 1389835.457960951840505, 5865760.136382999829948 ] ] } }, +{ "type": "Feature", "properties": { "index": "148" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389835.457960951840505, 5865760.136382999829948 ], [ 1389795.489297260297462, 5865760.136382999829948 ] ] } }, +{ "type": "Feature", "properties": { "index": "149" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389795.489297260297462, 5865760.136382999829948 ], [ 1389755.52063356898725, 5865760.136382999829948 ] ] } }, +{ "type": "Feature", "properties": { "index": "150" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389755.52063356898725, 5865760.136382999829948 ], [ 1389715.551969877677038, 5865760.136382999829948 ] ] } }, +{ "type": "Feature", "properties": { "index": "151" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389715.551969877677038, 5865760.136382999829948 ], [ 1389675.583306186366826, 5865760.136382999829948 ] ] } }, +{ "type": "Feature", "properties": { "index": "152" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389675.583306186366826, 5865760.136382999829948 ], [ 1389635.614642494823784, 5865760.136382999829948 ] ] } }, +{ "type": "Feature", "properties": { "index": "153" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389635.614642494823784, 5865760.136382999829948 ], [ 1389595.645978803513572, 5865760.136382999829948 ] ] } }, +{ "type": "Feature", "properties": { "index": "154" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389595.645978803513572, 5865760.136382999829948 ], [ 1389571.380861040437594, 5865730.271785310469568 ] ] } }, +{ "type": "Feature", "properties": { "index": "155" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389571.380861040437594, 5865730.271785310469568 ], [ 1389548.726848449325189, 5865697.343229454010725 ] ] } }, +{ "type": "Feature", "properties": { "index": "156" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389548.726848449325189, 5865697.343229454010725 ], [ 1389526.072835858212784, 5865664.414673597551882 ] ] } }, +{ "type": "Feature", "properties": { "index": "157" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389526.072835858212784, 5865664.414673597551882 ], [ 1389503.418823267100379, 5865631.48611774109304 ] ] } }, +{ "type": "Feature", "properties": { "index": "158" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389503.418823267100379, 5865631.48611774109304 ], [ 1389466.704674179898575, 5865625.296765999868512 ] ] } }, +{ "type": "Feature", "properties": { "index": "159" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389466.704674179898575, 5865625.296765999868512 ], [ 1389426.736010488588363, 5865625.296765999868512 ] ] } }, +{ "type": "Feature", "properties": { "index": "160" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389426.736010488588363, 5865625.296765999868512 ], [ 1389406.394463999895379, 5865605.669648797251284 ] ] } }, +{ "type": "Feature", "properties": { "index": "161" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389406.394463999895379, 5865605.669648797251284 ], [ 1389406.394463999895379, 5865565.700985105708241 ] ] } }, +{ "type": "Feature", "properties": { "index": "162" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389406.394463999895379, 5865565.700985105708241 ], [ 1389406.394463999895379, 5865525.732321414165199 ] ] } }, +{ "type": "Feature", "properties": { "index": "163" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389406.394463999895379, 5865525.732321414165199 ], [ 1389403.732992121716961, 5865486.590774889104068 ] ] } }, +{ "type": "Feature", "properties": { "index": "164" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389403.732992121716961, 5865486.590774889104068 ], [ 1389381.078507713507861, 5865453.662543635815382 ] ] } }, +{ "type": "Feature", "properties": { "index": "165" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389381.078507713507861, 5865453.662543635815382 ], [ 1389358.42402330506593, 5865420.734312382526696 ] ] } }, +{ "type": "Feature", "properties": { "index": "166" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389358.42402330506593, 5865420.734312382526696 ], [ 1389335.76953889685683, 5865387.806081129238009 ] ] } }, +{ "type": "Feature", "properties": { "index": "167" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389335.76953889685683, 5865387.806081129238009 ], [ 1389313.628221, 5865354.718370892107487 ] ] } }, +{ "type": "Feature", "properties": { "index": "168" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389313.628221, 5865354.718370892107487 ], [ 1389313.628221, 5865314.749707200564444 ] ] } }, +{ "type": "Feature", "properties": { "index": "169" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389313.628221, 5865314.749707200564444 ], [ 1389313.628221, 5865274.781043509021401 ] ] } }, +{ "type": "Feature", "properties": { "index": "170" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389313.628221, 5865274.781043509021401 ], [ 1389313.628221, 5865234.812379818409681 ] ] } }, +{ "type": "Feature", "properties": { "index": "171" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389313.628221, 5865234.812379818409681 ], [ 1389313.628221, 5865194.843716126866639 ] ] } }, +{ "type": "Feature", "properties": { "index": "172" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389313.628221, 5865194.843716126866639 ], [ 1389313.628221, 5865154.875052435323596 ] ] } }, +{ "type": "Feature", "properties": { "index": "173" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389313.628221, 5865154.875052435323596 ], [ 1389313.628221, 5865114.906388743780553 ] ] } }, +{ "type": "Feature", "properties": { "index": "174" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389313.628221, 5865114.906388743780553 ], [ 1389307.381110201356933, 5865076.879240402020514 ] ] } }, +{ "type": "Feature", "properties": { "index": "175" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389307.381110201356933, 5865076.879240402020514 ], [ 1389284.725918111391366, 5865043.951496042311192 ] ] } }, +{ "type": "Feature", "properties": { "index": "176" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389284.725918111391366, 5865043.951496042311192 ], [ 1389262.070726021192968, 5865011.023751681670547 ] ] } }, +{ "type": "Feature", "properties": { "index": "177" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389262.070726021192968, 5865011.023751681670547 ], [ 1389239.415533931227401, 5864978.096007321961224 ] ] } }, +{ "type": "Feature", "properties": { "index": "178" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389239.415533931227401, 5864978.096007321961224 ], [ 1389216.760299163637683, 5864945.168292325921357 ] ] } }, +{ "type": "Feature", "properties": { "index": "179" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389216.760299163637683, 5864945.168292325921357 ], [ 1389194.10487134498544, 5864912.240710154175758 ] ] } }, +{ "type": "Feature", "properties": { "index": "180" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389194.10487134498544, 5864912.240710154175758 ], [ 1389171.449443526566029, 5864879.313127983361483 ] ] } }, +{ "type": "Feature", "properties": { "index": "181" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389171.449443526566029, 5864879.313127983361483 ], [ 1389148.794015707913786, 5864846.385545812547207 ] ] } }, +{ "type": "Feature", "properties": { "index": "182" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389148.794015707913786, 5864846.385545812547207 ], [ 1389128.095737, 5864812.849701173603535 ] ] } }, +{ "type": "Feature", "properties": { "index": "183" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389128.095737, 5864812.849701173603535 ], [ 1389128.095737, 5864772.881037482060492 ] ] } }, +{ "type": "Feature", "properties": { "index": "184" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389128.095737, 5864772.881037482060492 ], [ 1389128.095737, 5864732.912373790517449 ] ] } }, +{ "type": "Feature", "properties": { "index": "185" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389128.095737, 5864732.912373790517449 ], [ 1389128.095737, 5864692.943710098974407 ] ] } }, +{ "type": "Feature", "properties": { "index": "186" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389128.095737, 5864692.943710098974407 ], [ 1389111.939439882757142, 5864657.996389755047858 ] ] } }, +{ "type": "Feature", "properties": { "index": "187" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389111.939439882757142, 5864657.996389755047858 ], [ 1389089.283540087984875, 5864625.069132326170802 ] ] } }, +{ "type": "Feature", "properties": { "index": "188" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389089.283540087984875, 5864625.069132326170802 ], [ 1389066.627640293212608, 5864592.141874898225069 ] ] } }, +{ "type": "Feature", "properties": { "index": "189" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389066.627640293212608, 5864592.141874898225069 ], [ 1389043.97174049844034, 5864559.214617469348013 ] ] } }, +{ "type": "Feature", "properties": { "index": "190" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389043.97174049844034, 5864559.214617469348013 ], [ 1389049.343293111538514, 5864526.287460370920599 ] ] } }, +{ "type": "Feature", "properties": { "index": "191" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389049.343293111538514, 5864526.287460370920599 ], [ 1389071.999428645940498, 5864493.360365146771073 ] ] } }, +{ "type": "Feature", "properties": { "index": "192" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389071.999428645940498, 5864493.360365146771073 ], [ 1389094.655564180575311, 5864460.433269922621548 ] ] } }, +{ "type": "Feature", "properties": { "index": "193" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389094.655564180575311, 5864460.433269922621548 ], [ 1389117.311699714977294, 5864427.506174698472023 ] ] } }, +{ "type": "Feature", "properties": { "index": "194" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389117.311699714977294, 5864427.506174698472023 ], [ 1389128.095737, 5864390.889209568500519 ] ] } }, +{ "type": "Feature", "properties": { "index": "195" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389128.095737, 5864390.889209568500519 ], [ 1389128.095737, 5864350.920545876957476 ] ] } }, +{ "type": "Feature", "properties": { "index": "196" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389128.095737, 5864350.920545876957476 ], [ 1389128.095737, 5864310.951882186345756 ] ] } }, +{ "type": "Feature", "properties": { "index": "197" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389128.095737, 5864310.951882186345756 ], [ 1389124.676931386580691, 5864272.045816409401596 ] ] } }, +{ "type": "Feature", "properties": { "index": "198" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389124.676931386580691, 5864272.045816409401596 ], [ 1389102.020324019249529, 5864239.119045844301581 ] ] } }, +{ "type": "Feature", "properties": { "index": "199" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389102.020324019249529, 5864239.119045844301581 ], [ 1389079.363716651685536, 5864206.192275278270245 ] ] } }, +{ "type": "Feature", "properties": { "index": "200" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389079.363716651685536, 5864206.192275278270245 ], [ 1389056.707109284121543, 5864173.26550471317023 ] ] } }, +{ "type": "Feature", "properties": { "index": "201" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389056.707109284121543, 5864173.26550471317023 ], [ 1389034.050488617736846, 5864140.338743298314512 ] ] } }, +{ "type": "Feature", "properties": { "index": "202" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389034.050488617736846, 5864140.338743298314512 ], [ 1389011.393645664909855, 5864107.412134838290513 ] ] } }, +{ "type": "Feature", "properties": { "index": "203" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389011.393645664909855, 5864107.412134838290513 ], [ 1388988.736802712082863, 5864074.485526378266513 ] ] } }, +{ "type": "Feature", "properties": { "index": "204" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388988.736802712082863, 5864074.485526378266513 ], [ 1388966.079959759255871, 5864041.558917918242514 ] ] } }, +{ "type": "Feature", "properties": { "index": "205" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388966.079959759255871, 5864041.558917918242514 ], [ 1388943.423116806428879, 5864008.632309458218515 ] ] } }, +{ "type": "Feature", "properties": { "index": "206" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388943.423116806428879, 5864008.632309458218515 ], [ 1388920.766046936390921, 5863975.705857140943408 ] ] } }, +{ "type": "Feature", "properties": { "index": "207" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388920.766046936390921, 5863975.705857140943408 ], [ 1388898.108968114946038, 5863942.779410984367132 ] ] } }, +{ "type": "Feature", "properties": { "index": "208" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388898.108968114946038, 5863942.779410984367132 ], [ 1388875.451889293501154, 5863909.852964826859534 ] ] } }, +{ "type": "Feature", "properties": { "index": "209" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388875.451889293501154, 5863909.852964826859534 ], [ 1388852.79481047205627, 5863876.926518669351935 ] ] } }, +{ "type": "Feature", "properties": { "index": "210" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388852.79481047205627, 5863876.926518669351935 ], [ 1388815.116674950579181, 5863872.569958999752998 ] ] } }, +{ "type": "Feature", "properties": { "index": "211" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388815.116674950579181, 5863872.569958999752998 ], [ 1388775.148011259268969, 5863872.569958999752998 ] ] } }, +{ "type": "Feature", "properties": { "index": "212" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388775.148011259268969, 5863872.569958999752998 ], [ 1388744.643700774293393, 5863854.568705667741597 ] ] } }, +{ "type": "Feature", "properties": { "index": "213" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388744.643700774293393, 5863854.568705667741597 ], [ 1388721.98638619412668, 5863821.642421740107238 ] ] } }, +{ "type": "Feature", "properties": { "index": "214" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388721.98638619412668, 5863821.642421740107238 ], [ 1388699.329071614192799, 5863788.71613781247288 ] ] } }, +{ "type": "Feature", "properties": { "index": "215" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388699.329071614192799, 5863788.71613781247288 ], [ 1388676.671757034026086, 5863755.789853884838521 ] ] } }, +{ "type": "Feature", "properties": { "index": "216" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388676.671757034026086, 5863755.789853884838521 ], [ 1388654.014335744315758, 5863722.863643386401236 ] ] } }, +{ "type": "Feature", "properties": { "index": "217" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388654.014335744315758, 5863722.863643386401236 ], [ 1388631.356785287847742, 5863689.937521771527827 ] ] } }, +{ "type": "Feature", "properties": { "index": "218" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388631.356785287847742, 5863689.937521771527827 ], [ 1388608.699234831379727, 5863657.01140015758574 ] ] } }, +{ "type": "Feature", "properties": { "index": "219" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388608.699234831379727, 5863657.01140015758574 ], [ 1388586.041684374911711, 5863624.085278542712331 ] ] } }, +{ "type": "Feature", "properties": { "index": "220" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388586.041684374911711, 5863624.085278542712331 ], [ 1388571.498283, 5863588.637073332443833 ] ] } }, +{ "type": "Feature", "properties": { "index": "221" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388571.498283, 5863588.637073332443833 ], [ 1388571.498283, 5863548.668409640900791 ] ] } }, +{ "type": "Feature", "properties": { "index": "222" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388571.498283, 5863548.668409640900791 ], [ 1388571.498283, 5863508.699745949357748 ] ] } }, +{ "type": "Feature", "properties": { "index": "223" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388571.498283, 5863508.699745949357748 ], [ 1388571.498283, 5863468.731082257814705 ] ] } }, +{ "type": "Feature", "properties": { "index": "224" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388571.498283, 5863468.731082257814705 ], [ 1388571.498283, 5863428.762418566271663 ] ] } }, +{ "type": "Feature", "properties": { "index": "225" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388571.498283, 5863428.762418566271663 ], [ 1388571.498283, 5863388.793754875659943 ] ] } }, +{ "type": "Feature", "properties": { "index": "226" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388571.498283, 5863388.793754875659943 ], [ 1388571.498283, 5863348.8250911841169 ] ] } }, +{ "type": "Feature", "properties": { "index": "227" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388571.498283, 5863348.8250911841169 ], [ 1388547.015001492807642, 5863333.339708999730647 ] ] } }, +{ "type": "Feature", "properties": { "index": "228" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388547.015001492807642, 5863333.339708999730647 ], [ 1388507.046337801264599, 5863333.339708999730647 ] ] } }, +{ "type": "Feature", "properties": { "index": "229" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388507.046337801264599, 5863333.339708999730647 ], [ 1388472.125173435779288, 5863323.739002853631973 ] ] } }, +{ "type": "Feature", "properties": { "index": "230" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388472.125173435779288, 5863323.739002853631973 ], [ 1388449.46691555599682, 5863290.813368051312864 ] ] } }, +{ "type": "Feature", "properties": { "index": "231" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388449.46691555599682, 5863290.813368051312864 ], [ 1388426.808657676214352, 5863257.887733249925077 ] ] } }, +{ "type": "Feature", "properties": { "index": "232" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388426.808657676214352, 5863257.887733249925077 ], [ 1388404.150399796431884, 5863224.962098447605968 ] ] } }, +{ "type": "Feature", "properties": { "index": "233" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388404.150399796431884, 5863224.962098447605968 ], [ 1388378.07436802261509, 5863198.537314999848604 ] ] } }, +{ "type": "Feature", "properties": { "index": "234" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388378.07436802261509, 5863198.537314999848604 ], [ 1388338.105704331304878, 5863198.537314999848604 ] ] } }, +{ "type": "Feature", "properties": { "index": "235" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388338.105704331304878, 5863198.537314999848604 ], [ 1388298.137040639761835, 5863198.537314999848604 ] ] } }, +{ "type": "Feature", "properties": { "index": "236" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388298.137040639761835, 5863198.537314999848604 ], [ 1388258.168376948451623, 5863198.537314999848604 ] ] } }, +{ "type": "Feature", "properties": { "index": "237" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388258.168376948451623, 5863198.537314999848604 ], [ 1388218.199713257141411, 5863198.537314999848604 ] ] } }, +{ "type": "Feature", "properties": { "index": "238" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388218.199713257141411, 5863198.537314999848604 ], [ 1388187.846706425305456, 5863180.247486227191985 ] ] } }, +{ "type": "Feature", "properties": { "index": "239" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388187.846706425305456, 5863180.247486227191985 ], [ 1388165.188212768407539, 5863147.322013679891825 ] ] } }, +{ "type": "Feature", "properties": { "index": "240" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388165.188212768407539, 5863147.322013679891825 ], [ 1388142.52971911127679, 5863114.396541132591665 ] ] } }, +{ "type": "Feature", "properties": { "index": "241" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388142.52971911127679, 5863114.396541132591665 ], [ 1388119.871225454378873, 5863081.471068584360182 ] ] } }, +{ "type": "Feature", "properties": { "index": "242" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388119.871225454378873, 5863081.471068584360182 ], [ 1388089.226040716515854, 5863063.736987999640405 ] ] } }, +{ "type": "Feature", "properties": { "index": "243" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388089.226040716515854, 5863063.736987999640405 ], [ 1388049.257377025205642, 5863063.736987999640405 ] ] } }, +{ "type": "Feature", "properties": { "index": "244" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388049.257377025205642, 5863063.736987999640405 ], [ 1388009.28871333389543, 5863063.736987999640405 ] ] } }, +{ "type": "Feature", "properties": { "index": "245" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388009.28871333389543, 5863063.736987999640405 ], [ 1387969.320049642352387, 5863063.736987999640405 ] ] } }, +{ "type": "Feature", "properties": { "index": "246" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.320049642352387, 5863063.736987999640405 ], [ 1387929.351385951042175, 5863063.736987999640405 ] ] } }, +{ "type": "Feature", "properties": { "index": "247" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387929.351385951042175, 5863063.736987999640405 ], [ 1387903.567149650072679, 5863036.756719545461237 ] ] } }, +{ "type": "Feature", "properties": { "index": "248" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387903.567149650072679, 5863036.756719545461237 ], [ 1387880.908420211868361, 5863003.83140925783664 ] ] } }, +{ "type": "Feature", "properties": { "index": "249" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387880.908420211868361, 5863003.83140925783664 ], [ 1387858.249690773896873, 5862970.906098970212042 ] ] } }, +{ "type": "Feature", "properties": { "index": "250" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387858.249690773896873, 5862970.906098970212042 ], [ 1387835.590961335925385, 5862937.980788683518767 ] ] } }, +{ "type": "Feature", "properties": { "index": "251" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387835.590961335925385, 5862937.980788683518767 ], [ 1387812.932060865219682, 5862905.055596099235117 ] ] } }, +{ "type": "Feature", "properties": { "index": "252" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387812.932060865219682, 5862905.055596099235117 ], [ 1387790.273095642449334, 5862872.130448075942695 ] ] } }, +{ "type": "Feature", "properties": { "index": "253" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387790.273095642449334, 5862872.130448075942695 ], [ 1387767.614130419446155, 5862839.205300053581595 ] ] } }, +{ "type": "Feature", "properties": { "index": "254" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387767.614130419446155, 5862839.205300053581595 ], [ 1387744.955165196675807, 5862806.280152031220496 ] ] } }, +{ "type": "Feature", "properties": { "index": "255" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387744.955165196675807, 5862806.280152031220496 ], [ 1387736.602102, 5862768.908029308542609 ] ] } }, +{ "type": "Feature", "properties": { "index": "256" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387736.602102, 5862768.908029308542609 ], [ 1387736.602102, 5862728.939365616999567 ] ] } }, +{ "type": "Feature", "properties": { "index": "257" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387736.602102, 5862728.939365616999567 ], [ 1387736.602102, 5862688.970701925456524 ] ] } }, +{ "type": "Feature", "properties": { "index": "258" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387736.602102, 5862688.970701925456524 ], [ 1387736.602102, 5862649.002038234844804 ] ] } }, +{ "type": "Feature", "properties": { "index": "259" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387736.602102, 5862649.002038234844804 ], [ 1387736.602102, 5862609.033374543301761 ] ] } }, +{ "type": "Feature", "properties": { "index": "260" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387736.602102, 5862609.033374543301761 ], [ 1387736.602102, 5862569.064710851758718 ] ] } }, +{ "type": "Feature", "properties": { "index": "261" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387736.602102, 5862569.064710851758718 ], [ 1387736.602102, 5862529.096047160215676 ] ] } }, +{ "type": "Feature", "properties": { "index": "262" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387736.602102, 5862529.096047160215676 ], [ 1387716.51614747568965, 5862495.371318086050451 ] ] } }, +{ "type": "Feature", "properties": { "index": "263" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387716.51614747568965, 5862495.371318086050451 ], [ 1387693.856474824715406, 5862462.446656923741102 ] ] } }, +{ "type": "Feature", "properties": { "index": "264" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387693.856474824715406, 5862462.446656923741102 ], [ 1387671.196802173508331, 5862429.521995762363076 ] ] } }, +{ "type": "Feature", "properties": { "index": "265" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387671.196802173508331, 5862429.521995762363076 ], [ 1387648.537129522534087, 5862396.59733460098505 ] ] } }, +{ "type": "Feature", "properties": { "index": "266" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387648.537129522534087, 5862396.59733460098505 ], [ 1387625.877270125085488, 5862363.672801963984966 ] ] } }, +{ "type": "Feature", "properties": { "index": "267" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387625.877270125085488, 5862363.672801963984966 ], [ 1387603.21736183995381, 5862330.748302972875535 ] ] } }, +{ "type": "Feature", "properties": { "index": "268" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387603.21736183995381, 5862330.748302972875535 ], [ 1387580.557453554822132, 5862297.823803982697427 ] ] } }, +{ "type": "Feature", "properties": { "index": "269" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387580.557453554822132, 5862297.823803982697427 ], [ 1387557.897545269690454, 5862264.899304991587996 ] ] } }, +{ "type": "Feature", "properties": { "index": "270" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387557.897545269690454, 5862264.899304991587996 ], [ 1387523.144389905268326, 5862254.978430000133812 ] ] } }, +{ "type": "Feature", "properties": { "index": "271" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387523.144389905268326, 5862254.978430000133812 ], [ 1387483.175726213958114, 5862254.978430000133812 ] ] } }, +{ "type": "Feature", "properties": { "index": "272" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387483.175726213958114, 5862254.978430000133812 ], [ 1387443.207062522647902, 5862254.978430000133812 ] ] } }, +{ "type": "Feature", "properties": { "index": "273" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387443.207062522647902, 5862254.978430000133812 ], [ 1387403.23839883110486, 5862254.978430000133812 ] ] } }, +{ "type": "Feature", "properties": { "index": "274" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387403.23839883110486, 5862254.978430000133812 ], [ 1387363.269735139794648, 5862254.978430000133812 ] ] } }, +{ "type": "Feature", "properties": { "index": "275" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387363.269735139794648, 5862254.978430000133812 ], [ 1387323.301071448484436, 5862254.978430000133812 ] ] } }, +{ "type": "Feature", "properties": { "index": "276" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387323.301071448484436, 5862254.978430000133812 ], [ 1387283.332407757174224, 5862254.978430000133812 ] ] } }, +{ "type": "Feature", "properties": { "index": "277" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387283.332407757174224, 5862254.978430000133812 ], [ 1387243.363744065631181, 5862254.978430000133812 ] ] } }, +{ "type": "Feature", "properties": { "index": "278" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387243.363744065631181, 5862254.978430000133812 ], [ 1387203.395080374320969, 5862254.978430000133812 ] ] } }, +{ "type": "Feature", "properties": { "index": "279" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387203.395080374320969, 5862254.978430000133812 ], [ 1387163.426416683010757, 5862254.978430000133812 ] ] } }, +{ "type": "Feature", "properties": { "index": "280" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387163.426416683010757, 5862254.978430000133812 ], [ 1387123.457752991700545, 5862254.978430000133812 ] ] } }, +{ "type": "Feature", "properties": { "index": "281" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387123.457752991700545, 5862254.978430000133812 ], [ 1387085.112738897791132, 5862251.889917115680873 ] ] } }, +{ "type": "Feature", "properties": { "index": "282" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387085.112738897791132, 5862251.889917115680873 ], [ 1387062.452594923321158, 5862218.965580336749554 ] ] } }, +{ "type": "Feature", "properties": { "index": "283" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387062.452594923321158, 5862218.965580336749554 ], [ 1387039.792450948851183, 5862186.041243557818234 ] ] } }, +{ "type": "Feature", "properties": { "index": "284" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387039.792450948851183, 5862186.041243557818234 ], [ 1387017.132306974381208, 5862153.116906778886914 ] ] } }, +{ "type": "Feature", "properties": { "index": "285" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387017.132306974381208, 5862153.116906778886914 ], [ 1386994.472163, 5862120.19257 ] ] } }, +{ "type": "Feature", "properties": { "index": "286" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386066.80974, 5868052.726493 ], [ 1386106.825829876353964, 5868052.726493 ] ] } }, +{ "type": "Feature", "properties": { "index": "287" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386106.825829876353964, 5868052.726493 ], [ 1386146.841919753002003, 5868052.726493 ] ] } }, +{ "type": "Feature", "properties": { "index": "288" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386146.841919753002003, 5868052.726493 ], [ 1386175.036542804911733, 5868030.248056863434613 ] ] } }, +{ "type": "Feature", "properties": { "index": "289" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386175.036542804911733, 5868030.248056863434613 ], [ 1386197.713420019485056, 5867997.277665770612657 ] ] } }, +{ "type": "Feature", "properties": { "index": "290" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386197.713420019485056, 5867997.277665770612657 ], [ 1386220.39029723405838, 5867964.307274677790701 ] ] } }, +{ "type": "Feature", "properties": { "index": "291" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386220.39029723405838, 5867964.307274677790701 ], [ 1386243.067174448631704, 5867931.336883584968746 ] ] } }, +{ "type": "Feature", "properties": { "index": "292" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386243.067174448631704, 5867931.336883584968746 ], [ 1386275.991368245100603, 5867917.851692999713123 ] ] } }, +{ "type": "Feature", "properties": { "index": "293" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386275.991368245100603, 5867917.851692999713123 ], [ 1386316.00745812151581, 5867917.851692999713123 ] ] } }, +{ "type": "Feature", "properties": { "index": "294" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386316.00745812151581, 5867917.851692999713123 ], [ 1386356.023547997931018, 5867917.851692999713123 ] ] } }, +{ "type": "Feature", "properties": { "index": "295" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386356.023547997931018, 5867917.851692999713123 ], [ 1386396.039637874579057, 5867917.851692999713123 ] ] } }, +{ "type": "Feature", "properties": { "index": "296" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386396.039637874579057, 5867917.851692999713123 ], [ 1386436.055727750994265, 5867917.851692999713123 ] ] } }, +{ "type": "Feature", "properties": { "index": "297" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386436.055727750994265, 5867917.851692999713123 ], [ 1386476.071817627409473, 5867917.851692999713123 ] ] } }, +{ "type": "Feature", "properties": { "index": "298" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386476.071817627409473, 5867917.851692999713123 ], [ 1386516.087907504057512, 5867917.851692999713123 ] ] } }, +{ "type": "Feature", "properties": { "index": "299" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386516.087907504057512, 5867917.851692999713123 ], [ 1386556.10399738047272, 5867917.851692999713123 ] ] } }, +{ "type": "Feature", "properties": { "index": "300" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386556.10399738047272, 5867917.851692999713123 ], [ 1386596.120087257120758, 5867917.851692999713123 ] ] } }, +{ "type": "Feature", "properties": { "index": "301" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386596.120087257120758, 5867917.851692999713123 ], [ 1386630.620707226218656, 5867907.363974536769092 ] ] } }, +{ "type": "Feature", "properties": { "index": "302" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386630.620707226218656, 5867907.363974536769092 ], [ 1386653.297820594860241, 5867874.393745871260762 ] ] } }, +{ "type": "Feature", "properties": { "index": "303" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386653.297820594860241, 5867874.393745871260762 ], [ 1386675.974933963501826, 5867841.423517205752432 ] ] } }, +{ "type": "Feature", "properties": { "index": "304" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386675.974933963501826, 5867841.423517205752432 ], [ 1386698.65204733191058, 5867808.453288540244102 ] ] } }, +{ "type": "Feature", "properties": { "index": "305" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386698.65204733191058, 5867808.453288540244102 ], [ 1386725.271240453468636, 5867782.978962000459433 ] ] } }, +{ "type": "Feature", "properties": { "index": "306" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386725.271240453468636, 5867782.978962000459433 ], [ 1386765.287330330116674, 5867782.978962000459433 ] ] } }, +{ "type": "Feature", "properties": { "index": "307" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386765.287330330116674, 5867782.978962000459433 ], [ 1386805.303420206531882, 5867782.978962000459433 ] ] } }, +{ "type": "Feature", "properties": { "index": "308" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386805.303420206531882, 5867782.978962000459433 ], [ 1386845.31951008294709, 5867782.978962000459433 ] ] } }, +{ "type": "Feature", "properties": { "index": "309" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386845.31951008294709, 5867782.978962000459433 ], [ 1386885.335599959595129, 5867782.978962000459433 ] ] } }, +{ "type": "Feature", "properties": { "index": "310" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386885.335599959595129, 5867782.978962000459433 ], [ 1386915.106115065980703, 5867763.496734642423689 ] ] } }, +{ "type": "Feature", "properties": { "index": "311" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386915.106115065980703, 5867763.496734642423689 ], [ 1386937.78346482058987, 5867730.526668565347791 ] ] } }, +{ "type": "Feature", "properties": { "index": "312" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386937.78346482058987, 5867730.526668565347791 ], [ 1386960.460814574966207, 5867697.556602488271892 ] ] } }, +{ "type": "Feature", "properties": { "index": "313" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386960.460814574966207, 5867697.556602488271892 ], [ 1386983.138164329342544, 5867664.586536411195993 ] ] } }, +{ "type": "Feature", "properties": { "index": "314" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386983.138164329342544, 5867664.586536411195993 ], [ 1387014.488459497923031, 5867648.108302 ] ] } }, +{ "type": "Feature", "properties": { "index": "315" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387014.488459497923031, 5867648.108302 ], [ 1387054.50454937457107, 5867648.108302 ] ] } }, +{ "type": "Feature", "properties": { "index": "316" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387054.50454937457107, 5867648.108302 ], [ 1387091.365332329412922, 5867642.108351457864046 ] ] } }, +{ "type": "Feature", "properties": { "index": "317" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387091.365332329412922, 5867642.108351457864046 ], [ 1387114.042918525403365, 5867609.138448011130095 ] ] } }, +{ "type": "Feature", "properties": { "index": "318" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387114.042918525403365, 5867609.138448011130095 ], [ 1387136.720504721626639, 5867576.16854456346482 ] ] } }, +{ "type": "Feature", "properties": { "index": "319" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387136.720504721626639, 5867576.16854456346482 ], [ 1387159.398090917849913, 5867543.198641116730869 ] ] } }, +{ "type": "Feature", "properties": { "index": "320" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387159.398090917849913, 5867543.198641116730869 ], [ 1387182.075698676984757, 5867510.228752501308918 ] ] } }, +{ "type": "Feature", "properties": { "index": "321" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387182.075698676984757, 5867510.228752501308918 ], [ 1387204.75352098653093, 5867477.259011460468173 ] ] } }, +{ "type": "Feature", "properties": { "index": "322" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387204.75352098653093, 5867477.259011460468173 ], [ 1387227.431343296077102, 5867444.289270419627428 ] ] } }, +{ "type": "Feature", "properties": { "index": "323" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387227.431343296077102, 5867444.289270419627428 ], [ 1387250.109165605856106, 5867411.319529378786683 ] ] } }, +{ "type": "Feature", "properties": { "index": "324" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387250.109165605856106, 5867411.319529378786683 ], [ 1387272.786988083040342, 5867378.349788453429937 ] ] } }, +{ "type": "Feature", "properties": { "index": "325" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387272.786988083040342, 5867378.349788453429937 ], [ 1387295.465046675875783, 5867345.380209937691689 ] ] } }, +{ "type": "Feature", "properties": { "index": "326" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387295.465046675875783, 5867345.380209937691689 ], [ 1387318.143105268478394, 5867312.410631422884762 ] ] } }, +{ "type": "Feature", "properties": { "index": "327" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387318.143105268478394, 5867312.410631422884762 ], [ 1387340.821163861313835, 5867279.441052907146513 ] ] } }, +{ "type": "Feature", "properties": { "index": "328" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387340.821163861313835, 5867279.441052907146513 ], [ 1387363.499222453916445, 5867246.471474392339587 ] ] } }, +{ "type": "Feature", "properties": { "index": "329" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387363.499222453916445, 5867246.471474392339587 ], [ 1387386.177496251417324, 5867213.502043906599283 ] ] } }, +{ "type": "Feature", "properties": { "index": "330" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387386.177496251417324, 5867213.502043906599283 ], [ 1387408.855791296809912, 5867180.532628036104143 ] ] } }, +{ "type": "Feature", "properties": { "index": "331" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387408.855791296809912, 5867180.532628036104143 ], [ 1387431.53408634243533, 5867147.563212165609002 ] ] } }, +{ "type": "Feature", "properties": { "index": "332" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387431.53408634243533, 5867147.563212165609002 ], [ 1387454.212381388060749, 5867114.593796295113862 ] ] } }, +{ "type": "Feature", "properties": { "index": "333" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387454.212381388060749, 5867114.593796295113862 ], [ 1387491.100863666506484, 5867108.646362000145018 ] ] } }, +{ "type": "Feature", "properties": { "index": "334" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387491.100863666506484, 5867108.646362000145018 ], [ 1387531.116953542921692, 5867108.646362000145018 ] ] } }, +{ "type": "Feature", "properties": { "index": "335" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387531.116953542921692, 5867108.646362000145018 ], [ 1387571.133043419569731, 5867108.646362000145018 ] ] } }, +{ "type": "Feature", "properties": { "index": "336" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387571.133043419569731, 5867108.646362000145018 ], [ 1387611.149133295984939, 5867108.646362000145018 ] ] } }, +{ "type": "Feature", "properties": { "index": "337" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387611.149133295984939, 5867108.646362000145018 ], [ 1387647.989668519468978, 5867102.607699428685009 ] ] } }, +{ "type": "Feature", "properties": { "index": "338" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387647.989668519468978, 5867102.607699428685009 ], [ 1387670.668199855834246, 5867069.638446094468236 ] ] } }, +{ "type": "Feature", "properties": { "index": "339" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387670.668199855834246, 5867069.638446094468236 ], [ 1387693.346731191966683, 5867036.669192760251462 ] ] } }, +{ "type": "Feature", "properties": { "index": "340" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387693.346731191966683, 5867036.669192760251462 ], [ 1387716.02526252809912, 5867003.699939425103366 ] ] } }, +{ "type": "Feature", "properties": { "index": "341" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387716.02526252809912, 5867003.699939425103366 ], [ 1387740.310520737199113, 5866973.786051999777555 ] ] } }, +{ "type": "Feature", "properties": { "index": "342" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387740.310520737199113, 5866973.786051999777555 ], [ 1387780.326610613847151, 5866973.786051999777555 ] ] } }, +{ "type": "Feature", "properties": { "index": "343" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387780.326610613847151, 5866973.786051999777555 ], [ 1387820.342700490262359, 5866973.786051999777555 ] ] } }, +{ "type": "Feature", "properties": { "index": "344" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387820.342700490262359, 5866973.786051999777555 ], [ 1387829.368344, 5866942.795605633407831 ] ] } }, +{ "type": "Feature", "properties": { "index": "345" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5866942.795605633407831 ], [ 1387829.368344, 5866902.779515756294131 ] ] } }, +{ "type": "Feature", "properties": { "index": "346" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5866902.779515756294131 ], [ 1387829.368344, 5866862.763425880111754 ] ] } }, +{ "type": "Feature", "properties": { "index": "347" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5866862.763425880111754 ], [ 1387829.368344, 5866822.747336003929377 ] ] } }, +{ "type": "Feature", "properties": { "index": "348" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5866822.747336003929377 ], [ 1387829.368344, 5866782.731246126815677 ] ] } }, +{ "type": "Feature", "properties": { "index": "349" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5866782.731246126815677 ], [ 1387829.368344, 5866742.715156250633299 ] ] } }, +{ "type": "Feature", "properties": { "index": "350" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5866742.715156250633299 ], [ 1387829.368344, 5866702.699066374450922 ] ] } }, +{ "type": "Feature", "properties": { "index": "351" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5866702.699066374450922 ], [ 1387829.368344, 5866662.682976497337222 ] ] } }, +{ "type": "Feature", "properties": { "index": "352" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5866662.682976497337222 ], [ 1387829.368344, 5866622.666886621154845 ] ] } }, +{ "type": "Feature", "properties": { "index": "353" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5866622.666886621154845 ], [ 1387829.368344, 5866582.650796744972467 ] ] } }, +{ "type": "Feature", "properties": { "index": "354" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5866582.650796744972467 ], [ 1387844.434401327511296, 5866547.316377369686961 ] ] } }, +{ "type": "Feature", "properties": { "index": "355" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387844.434401327511296, 5866547.316377369686961 ], [ 1387867.113877355586737, 5866514.347773879766464 ] ] } }, +{ "type": "Feature", "properties": { "index": "356" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387867.113877355586737, 5866514.347773879766464 ], [ 1387889.793353383662179, 5866481.379170388914645 ] ] } }, +{ "type": "Feature", "properties": { "index": "357" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387889.793353383662179, 5866481.379170388914645 ], [ 1387912.472829411737621, 5866448.410566898994148 ] ] } }, +{ "type": "Feature", "properties": { "index": "358" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387912.472829411737621, 5866448.410566898994148 ], [ 1387922.134585999883711, 5866411.396799383684993 ] ] } }, +{ "type": "Feature", "properties": { "index": "359" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.134585999883711, 5866411.396799383684993 ], [ 1387922.134585999883711, 5866371.380709507502615 ] ] } }, +{ "type": "Feature", "properties": { "index": "360" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.134585999883711, 5866371.380709507502615 ], [ 1387922.134585999883711, 5866331.364619630388916 ] ] } }, +{ "type": "Feature", "properties": { "index": "361" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.134585999883711, 5866331.364619630388916 ], [ 1387926.763410673243925, 5866292.786940591409802 ] ] } }, +{ "type": "Feature", "properties": { "index": "362" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387926.763410673243925, 5866292.786940591409802 ], [ 1387949.443359375931323, 5866259.818662264384329 ] ] } }, +{ "type": "Feature", "properties": { "index": "363" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387949.443359375931323, 5866259.818662264384329 ], [ 1387972.12330807861872, 5866226.850383937358856 ] ] } }, +{ "type": "Feature", "properties": { "index": "364" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387972.12330807861872, 5866226.850383937358856 ], [ 1387994.803256781073287, 5866193.882105610333383 ] ] } }, +{ "type": "Feature", "properties": { "index": "365" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387994.803256781073287, 5866193.882105610333383 ], [ 1388014.900829, 5866160.111351799219847 ] ] } }, +{ "type": "Feature", "properties": { "index": "366" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388014.900829, 5866160.111351799219847 ], [ 1388014.900829, 5866120.095261923037469 ] ] } }, +{ "type": "Feature", "properties": { "index": "367" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388014.900829, 5866120.095261923037469 ], [ 1388014.900829, 5866080.079172045923769 ] ] } }, +{ "type": "Feature", "properties": { "index": "368" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388014.900829, 5866080.079172045923769 ], [ 1388014.900829, 5866040.063082169741392 ] ] } }, +{ "type": "Feature", "properties": { "index": "369" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388014.900829, 5866040.063082169741392 ], [ 1388014.900829, 5866000.046992293559015 ] ] } }, +{ "type": "Feature", "properties": { "index": "370" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388014.900829, 5866000.046992293559015 ], [ 1388014.900829, 5865960.030902416445315 ] ] } }, +{ "type": "Feature", "properties": { "index": "371" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388014.900829, 5865960.030902416445315 ], [ 1388014.900829, 5865920.014812540262938 ] ] } }, +{ "type": "Feature", "properties": { "index": "372" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388014.900829, 5865920.014812540262938 ], [ 1388014.900829, 5865879.998722663149238 ] ] } }, +{ "type": "Feature", "properties": { "index": "373" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388014.900829, 5865879.998722663149238 ], [ 1388014.900829, 5865839.98263278696686 ] ] } }, +{ "type": "Feature", "properties": { "index": "374" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388014.900829, 5865839.98263278696686 ], [ 1388014.900829, 5865799.966542910784483 ] ] } }, +{ "type": "Feature", "properties": { "index": "375" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388014.900829, 5865799.966542910784483 ], [ 1388014.795444945804775, 5865759.983202866278589 ] ] } }, +{ "type": "Feature", "properties": { "index": "376" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388014.795444945804775, 5865759.983202866278589 ], [ 1387992.114551295293495, 5865727.015574619174004 ] ] } }, +{ "type": "Feature", "properties": { "index": "377" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387992.114551295293495, 5865727.015574619174004 ], [ 1387969.433657644549385, 5865694.047946373000741 ] ] } }, +{ "type": "Feature", "properties": { "index": "378" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.433657644549385, 5865694.047946373000741 ], [ 1387946.752763994038105, 5865661.080318125896156 ] ] } }, +{ "type": "Feature", "properties": { "index": "379" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387946.752763994038105, 5865661.080318125896156 ], [ 1387924.071870343293995, 5865628.112689879722893 ] ] } }, +{ "type": "Feature", "properties": { "index": "380" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387924.071870343293995, 5865628.112689879722893 ], [ 1387922.134585999883711, 5865588.698643052019179 ] ] } }, +{ "type": "Feature", "properties": { "index": "381" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.134585999883711, 5865588.698643052019179 ], [ 1387922.134585999883711, 5865548.682553174905479 ] ] } }, +{ "type": "Feature", "properties": { "index": "382" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.134585999883711, 5865548.682553174905479 ], [ 1387922.134585999883711, 5865508.666463298723102 ] ] } }, +{ "type": "Feature", "properties": { "index": "383" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.134585999883711, 5865508.666463298723102 ], [ 1387922.134585999883711, 5865468.650373422540724 ] ] } }, +{ "type": "Feature", "properties": { "index": "384" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.134585999883711, 5865468.650373422540724 ], [ 1387922.134585999883711, 5865428.634283545427024 ] ] } }, +{ "type": "Feature", "properties": { "index": "385" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.134585999883711, 5865428.634283545427024 ], [ 1387922.134585999883711, 5865388.618193669244647 ] ] } }, +{ "type": "Feature", "properties": { "index": "386" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.134585999883711, 5865388.618193669244647 ], [ 1387922.134585999883711, 5865348.60210379306227 ] ] } }, +{ "type": "Feature", "properties": { "index": "387" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.134585999883711, 5865348.60210379306227 ], [ 1387922.134585999883711, 5865308.58601391594857 ] ] } }, +{ "type": "Feature", "properties": { "index": "388" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.134585999883711, 5865308.58601391594857 ], [ 1387922.134585999883711, 5865268.569924039766192 ] ] } }, +{ "type": "Feature", "properties": { "index": "389" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.134585999883711, 5865268.569924039766192 ], [ 1387922.134585999883711, 5865228.553834163583815 ] ] } }, +{ "type": "Feature", "properties": { "index": "390" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.134585999883711, 5865228.553834163583815 ], [ 1387922.134585999883711, 5865188.537744286470115 ] ] } }, +{ "type": "Feature", "properties": { "index": "391" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.134585999883711, 5865188.537744286470115 ], [ 1387922.134585999883711, 5865148.521654410287738 ] ] } }, +{ "type": "Feature", "properties": { "index": "392" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.134585999883711, 5865148.521654410287738 ], [ 1387922.134585999883711, 5865108.505564534105361 ] ] } }, +{ "type": "Feature", "properties": { "index": "393" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.134585999883711, 5865108.505564534105361 ], [ 1387912.232453044736758, 5865071.566920174285769 ] ] } }, +{ "type": "Feature", "properties": { "index": "394" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387912.232453044736758, 5865071.566920174285769 ], [ 1387889.550378661602736, 5865038.600104273296893 ] ] } }, +{ "type": "Feature", "properties": { "index": "395" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387889.550378661602736, 5865038.600104273296893 ], [ 1387866.868304278468713, 5865005.633288371376693 ] ] } }, +{ "type": "Feature", "properties": { "index": "396" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387866.868304278468713, 5865005.633288371376693 ], [ 1387844.186229895334691, 5864972.666472470387816 ] ] } }, +{ "type": "Feature", "properties": { "index": "397" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387844.186229895334691, 5864972.666472470387816 ], [ 1387829.368344, 5864937.255575912073255 ] ] } }, +{ "type": "Feature", "properties": { "index": "398" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864937.255575912073255 ], [ 1387829.368344, 5864897.239486035890877 ] ] } }, +{ "type": "Feature", "properties": { "index": "399" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864897.239486035890877 ], [ 1387829.368344, 5864857.2233961597085 ] ] } }, +{ "type": "Feature", "properties": { "index": "400" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864857.2233961597085 ], [ 1387829.368344, 5864817.2073062825948 ] ] } }, +{ "type": "Feature", "properties": { "index": "401" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864817.2073062825948 ], [ 1387829.368344, 5864777.191216406412423 ] ] } }, +{ "type": "Feature", "properties": { "index": "402" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864777.191216406412423 ], [ 1387829.368344, 5864737.175126530230045 ] ] } }, +{ "type": "Feature", "properties": { "index": "403" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864737.175126530230045 ], [ 1387829.368344, 5864697.159036653116345 ] ] } }, +{ "type": "Feature", "properties": { "index": "404" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864697.159036653116345 ], [ 1387829.368344, 5864657.142946776933968 ] ] } }, +{ "type": "Feature", "properties": { "index": "405" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864657.142946776933968 ], [ 1387829.368344, 5864617.126856900751591 ] ] } }, +{ "type": "Feature", "properties": { "index": "406" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864617.126856900751591 ], [ 1387829.368344, 5864577.110767023637891 ] ] } }, +{ "type": "Feature", "properties": { "index": "407" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864577.110767023637891 ], [ 1387829.368344, 5864537.094677147455513 ] ] } }, +{ "type": "Feature", "properties": { "index": "408" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864537.094677147455513 ], [ 1387829.368344, 5864497.078587271273136 ] ] } }, +{ "type": "Feature", "properties": { "index": "409" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864497.078587271273136 ], [ 1387829.368344, 5864457.062497394159436 ] ] } }, +{ "type": "Feature", "properties": { "index": "410" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864457.062497394159436 ], [ 1387829.368344, 5864417.046407517977059 ] ] } }, +{ "type": "Feature", "properties": { "index": "411" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864417.046407517977059 ], [ 1387829.368344, 5864377.030317641794682 ] ] } }, +{ "type": "Feature", "properties": { "index": "412" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864377.030317641794682 ], [ 1387829.368344, 5864337.014227764680982 ] ] } }, +{ "type": "Feature", "properties": { "index": "413" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864337.014227764680982 ], [ 1387829.368344, 5864296.998137888498604 ] ] } }, +{ "type": "Feature", "properties": { "index": "414" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387829.368344, 5864296.998137888498604 ], [ 1387818.012845245422795, 5864260.511447034776211 ] ] } }, +{ "type": "Feature", "properties": { "index": "415" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387818.012845245422795, 5864260.511447034776211 ], [ 1387795.329354071291164, 5864227.545605969615281 ] ] } }, +{ "type": "Feature", "properties": { "index": "416" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387795.329354071291164, 5864227.545605969615281 ], [ 1387772.645862897392362, 5864194.57976490445435 ] ] } }, +{ "type": "Feature", "properties": { "index": "417" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387772.645862897392362, 5864194.57976490445435 ], [ 1387749.962371723260731, 5864161.613923838362098 ] ] } }, +{ "type": "Feature", "properties": { "index": "418" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387749.962371723260731, 5864161.613923838362098 ], [ 1387727.278783469228074, 5864128.648149573244154 ] ] } }, +{ "type": "Feature", "properties": { "index": "419" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387727.278783469228074, 5864128.648149573244154 ], [ 1387704.595056098420173, 5864095.682471034117043 ] ] } }, +{ "type": "Feature", "properties": { "index": "420" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387704.595056098420173, 5864095.682471034117043 ], [ 1387681.911328727612272, 5864062.716792494058609 ] ] } }, +{ "type": "Feature", "properties": { "index": "421" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387681.911328727612272, 5864062.716792494058609 ], [ 1387659.227601356804371, 5864029.751113954931498 ] ] } }, +{ "type": "Feature", "properties": { "index": "422" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387659.227601356804371, 5864029.751113954931498 ], [ 1387636.543798126280308, 5863996.785487614572048 ] ] } }, +{ "type": "Feature", "properties": { "index": "423" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387636.543798126280308, 5863996.785487614572048 ], [ 1387613.859834772767499, 5863963.819971456192434 ] ] } }, +{ "type": "Feature", "properties": { "index": "424" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387613.859834772767499, 5863963.819971456192434 ], [ 1387591.17587141925469, 5863930.854455297812819 ] ] } }, +{ "type": "Feature", "properties": { "index": "425" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387591.17587141925469, 5863930.854455297812819 ], [ 1387568.491908065741882, 5863897.888939140364528 ] ] } }, +{ "type": "Feature", "properties": { "index": "426" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387568.491908065741882, 5863897.888939140364528 ], [ 1387551.069617, 5863863.28800293803215 ] ] } }, +{ "type": "Feature", "properties": { "index": "427" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387551.069617, 5863863.28800293803215 ], [ 1387551.069617, 5863823.27191306091845 ] ] } }, +{ "type": "Feature", "properties": { "index": "428" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387551.069617, 5863823.27191306091845 ], [ 1387551.069617, 5863783.255823184736073 ] ] } }, +{ "type": "Feature", "properties": { "index": "429" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387551.069617, 5863783.255823184736073 ], [ 1387551.069617, 5863743.239733308553696 ] ] } }, +{ "type": "Feature", "properties": { "index": "430" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387551.069617, 5863743.239733308553696 ], [ 1387531.49194800411351, 5863709.308880135416985 ] ] } }, +{ "type": "Feature", "properties": { "index": "431" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387531.49194800411351, 5863709.308880135416985 ], [ 1387508.807512456318364, 5863676.343688905239105 ] ] } }, +{ "type": "Feature", "properties": { "index": "432" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387508.807512456318364, 5863676.343688905239105 ], [ 1387486.123076908290386, 5863643.378497674129903 ] ] } }, +{ "type": "Feature", "properties": { "index": "433" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387486.123076908290386, 5863643.378497674129903 ], [ 1387463.438641360262409, 5863610.413306443952024 ] ] } }, +{ "type": "Feature", "properties": { "index": "434" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387463.438641360262409, 5863610.413306443952024 ], [ 1387440.754022985463962, 5863577.448241023346782 ] ] } }, +{ "type": "Feature", "properties": { "index": "435" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387440.754022985463962, 5863577.448241023346782 ], [ 1387418.069351111305878, 5863544.483212417922914 ] ] } }, +{ "type": "Feature", "properties": { "index": "436" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387418.069351111305878, 5863544.483212417922914 ], [ 1387395.384679237380624, 5863511.518183812499046 ] ] } }, +{ "type": "Feature", "properties": { "index": "437" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387395.384679237380624, 5863511.518183812499046 ], [ 1387372.70000736345537, 5863478.553155206143856 ] ] } }, +{ "type": "Feature", "properties": { "index": "438" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387372.70000736345537, 5863478.553155206143856 ], [ 1387350.015174166299403, 5863445.588237615302205 ] ] } }, +{ "type": "Feature", "properties": { "index": "439" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387350.015174166299403, 5863445.588237615302205 ], [ 1387327.330266523174942, 5863412.623371253721416 ] ] } }, +{ "type": "Feature", "properties": { "index": "440" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387327.330266523174942, 5863412.623371253721416 ], [ 1387304.64535888005048, 5863379.658504892140627 ] ] } }, +{ "type": "Feature", "properties": { "index": "441" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387304.64535888005048, 5863379.658504892140627 ], [ 1387281.960451236693189, 5863346.693638530559838 ] ] } }, +{ "type": "Feature", "properties": { "index": "442" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387281.960451236693189, 5863346.693638530559838 ], [ 1387272.77089, 5863309.533969817683101 ] ] } }, +{ "type": "Feature", "properties": { "index": "443" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387272.77089, 5863309.533969817683101 ], [ 1387272.77089, 5863269.517879941500723 ] ] } }, +{ "type": "Feature", "properties": { "index": "444" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387272.77089, 5863269.517879941500723 ], [ 1387272.77089, 5863229.501790065318346 ] ] } }, +{ "type": "Feature", "properties": { "index": "445" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387272.77089, 5863229.501790065318346 ], [ 1387267.6394710871391, 5863191.080756099894643 ] ] } }, +{ "type": "Feature", "properties": { "index": "446" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387267.6394710871391, 5863191.080756099894643 ], [ 1387244.954091219464317, 5863158.116214706562459 ] ] } }, +{ "type": "Feature", "properties": { "index": "447" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387244.954091219464317, 5863158.116214706562459 ], [ 1387222.268711351556703, 5863125.151673313230276 ] ] } }, +{ "type": "Feature", "properties": { "index": "448" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387222.268711351556703, 5863125.151673313230276 ], [ 1387199.583331483881921, 5863092.187131919898093 ] ] } }, +{ "type": "Feature", "properties": { "index": "449" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387199.583331483881921, 5863092.187131919898093 ], [ 1387176.897919265553355, 5863059.222612789832056 ] ] } }, +{ "type": "Feature", "properties": { "index": "450" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387176.897919265553355, 5863059.222612789832056 ], [ 1387154.212303170934319, 5863026.258233963511884 ] ] } }, +{ "type": "Feature", "properties": { "index": "451" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387154.212303170934319, 5863026.258233963511884 ], [ 1387131.526687076548114, 5862993.293855137191713 ] ] } }, +{ "type": "Feature", "properties": { "index": "452" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387131.526687076548114, 5862993.293855137191713 ], [ 1387108.841070981929079, 5862960.329476310871542 ] ] } }, +{ "type": "Feature", "properties": { "index": "453" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387108.841070981929079, 5862960.329476310871542 ], [ 1387086.155443626223132, 5862927.365105234086514 ] ] } }, +{ "type": "Feature", "properties": { "index": "454" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387086.155443626223132, 5862927.365105234086514 ], [ 1387063.469591633183882, 5862894.400888750329614 ] ] } }, +{ "type": "Feature", "properties": { "index": "455" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387063.469591633183882, 5862894.400888750329614 ], [ 1387040.783739640144631, 5862861.436672267504036 ] ] } }, +{ "type": "Feature", "properties": { "index": "456" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387040.783739640144631, 5862861.436672267504036 ], [ 1387018.097887647105381, 5862828.472455783747137 ] ] } }, +{ "type": "Feature", "properties": { "index": "457" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387018.097887647105381, 5862828.472455783747137 ], [ 1386995.412035654066131, 5862795.508239300921559 ] ] } }, +{ "type": "Feature", "properties": { "index": "458" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386995.412035654066131, 5862795.508239300921559 ], [ 1386956.113935856847093, 5862794.142535000108182 ] ] } }, +{ "type": "Feature", "properties": { "index": "459" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386956.113935856847093, 5862794.142535000108182 ], [ 1386916.097845980431885, 5862794.142535000108182 ] ] } }, +{ "type": "Feature", "properties": { "index": "460" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386916.097845980431885, 5862794.142535000108182 ], [ 1386887.178962784586474, 5862773.034116972237825 ] ] } }, +{ "type": "Feature", "properties": { "index": "461" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386887.178962784586474, 5862773.034116972237825 ], [ 1386864.492874557385221, 5862740.070063065737486 ] ] } }, +{ "type": "Feature", "properties": { "index": "462" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386864.492874557385221, 5862740.070063065737486 ], [ 1386841.806786330183968, 5862707.106009159237146 ] ] } }, +{ "type": "Feature", "properties": { "index": "463" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386841.806786330183968, 5862707.106009159237146 ], [ 1386819.120698102982715, 5862674.141955252736807 ] ] } }, +{ "type": "Feature", "properties": { "index": "464" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386819.120698102982715, 5862674.141955252736807 ], [ 1386796.434479902032763, 5862641.177990796044469 ] ] } }, +{ "type": "Feature", "properties": { "index": "465" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386796.434479902032763, 5862641.177990796044469 ], [ 1386773.748155882814899, 5862608.214099164120853 ] ] } }, +{ "type": "Feature", "properties": { "index": "466" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386773.748155882814899, 5862608.214099164120853 ], [ 1386751.061831863597035, 5862575.250207532197237 ] ] } }, +{ "type": "Feature", "properties": { "index": "467" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386751.061831863597035, 5862575.250207532197237 ], [ 1386728.375507844612002, 5862542.286315901204944 ] ] } }, +{ "type": "Feature", "properties": { "index": "468" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386728.375507844612002, 5862542.286315901204944 ], [ 1386716.173436, 5862506.063323115929961 ] ] } }, +{ "type": "Feature", "properties": { "index": "469" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386716.173436, 5862506.063323115929961 ], [ 1386716.173436, 5862466.047233238816261 ] ] } }, +{ "type": "Feature", "properties": { "index": "470" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386716.173436, 5862466.047233238816261 ], [ 1386716.173436, 5862426.031143362633884 ] ] } }, +{ "type": "Feature", "properties": { "index": "471" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386716.173436, 5862426.031143362633884 ], [ 1386716.173436, 5862386.015053486451507 ] ] } }, +{ "type": "Feature", "properties": { "index": "472" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386716.173436, 5862386.015053486451507 ], [ 1386716.173436, 5862345.998963609337807 ] ] } }, +{ "type": "Feature", "properties": { "index": "473" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386716.173436, 5862345.998963609337807 ], [ 1386716.173436, 5862305.982873733155429 ] ] } }, +{ "type": "Feature", "properties": { "index": "474" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386716.173436, 5862305.982873733155429 ], [ 1386716.173436, 5862265.966783856973052 ] ] } }, +{ "type": "Feature", "properties": { "index": "475" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386716.173436, 5862265.966783856973052 ], [ 1386745.201172020053491, 5862254.978430000133812 ] ] } }, +{ "type": "Feature", "properties": { "index": "476" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386745.201172020053491, 5862254.978430000133812 ], [ 1386785.217261896468699, 5862254.978430000133812 ] ] } }, +{ "type": "Feature", "properties": { "index": "477" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386785.217261896468699, 5862254.978430000133812 ], [ 1386818.177339762216434, 5862241.556455100886524 ] ] } }, +{ "type": "Feature", "properties": { "index": "478" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386818.177339762216434, 5862241.556455100886524 ], [ 1386840.864372071577236, 5862208.593050938099623 ] ] } }, +{ "type": "Feature", "properties": { "index": "479" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386840.864372071577236, 5862208.593050938099623 ], [ 1386863.551404380938038, 5862175.629646775312722 ] ] } }, +{ "type": "Feature", "properties": { "index": "480" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386863.551404380938038, 5862175.629646775312722 ], [ 1386886.23843669029884, 5862142.666242612525821 ] ] } }, +{ "type": "Feature", "properties": { "index": "481" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386886.23843669029884, 5862142.666242612525821 ], [ 1386914.439983246847987, 5862120.19257 ] ] } }, +{ "type": "Feature", "properties": { "index": "482" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386914.439983246847987, 5862120.19257 ], [ 1386954.456073123496026, 5862120.19257 ] ] } }, +{ "type": "Feature", "properties": { "index": "483" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386954.456073123496026, 5862120.19257 ], [ 1386994.472163, 5862120.19257 ] ] } }, +{ "type": "Feature", "properties": { "index": "484" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391540.018037, 5858077.577220000326633 ], [ 1391500.012078241910785, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "485" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391500.012078241910785, 5858077.577220000326633 ], [ 1391460.006119484081864, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "486" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391460.006119484081864, 5858077.577220000326633 ], [ 1391420.000160726020113, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "487" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391420.000160726020113, 5858077.577220000326633 ], [ 1391379.994201967958361, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "488" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391379.994201967958361, 5858077.577220000326633 ], [ 1391339.98824321012944, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "489" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391339.98824321012944, 5858077.577220000326633 ], [ 1391299.982284452067688, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "490" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391299.982284452067688, 5858077.577220000326633 ], [ 1391259.976325694005936, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "491" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391259.976325694005936, 5858077.577220000326633 ], [ 1391219.970366936177015, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "492" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391219.970366936177015, 5858077.577220000326633 ], [ 1391179.964408178115264, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "493" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391179.964408178115264, 5858077.577220000326633 ], [ 1391152.509505924070254, 5858101.458115562796593 ] ] } }, +{ "type": "Feature", "properties": { "index": "494" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391152.509505924070254, 5858101.458115562796593 ], [ 1391129.82114172168076, 5858134.408303209580481 ] ] } }, +{ "type": "Feature", "properties": { "index": "495" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391129.82114172168076, 5858134.408303209580481 ], [ 1391107.132777519291267, 5858167.358490856364369 ] ] } }, +{ "type": "Feature", "properties": { "index": "496" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391107.132777519291267, 5858167.358490856364369 ], [ 1391084.444413316901773, 5858200.308678503148258 ] ] } }, +{ "type": "Feature", "properties": { "index": "497" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391084.444413316901773, 5858200.308678503148258 ], [ 1391050.741313822334632, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "498" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391050.741313822334632, 5858212.301129000261426 ], [ 1391010.735355064272881, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "499" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391010.735355064272881, 5858212.301129000261426 ], [ 1390970.729396306443959, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "500" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390970.729396306443959, 5858212.301129000261426 ], [ 1390930.723437548382208, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "501" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390930.723437548382208, 5858212.301129000261426 ], [ 1390890.717478790320456, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "502" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390890.717478790320456, 5858212.301129000261426 ], [ 1390868.001783793093637, 5858179.402943657711148 ] ] } }, +{ "type": "Feature", "properties": { "index": "503" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390868.001783793093637, 5858179.402943657711148 ], [ 1390845.313419590704143, 5858146.45275601092726 ] ] } }, +{ "type": "Feature", "properties": { "index": "504" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390845.313419590704143, 5858146.45275601092726 ], [ 1390822.62505538854748, 5858113.502568364143372 ] ] } }, +{ "type": "Feature", "properties": { "index": "505" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390822.62505538854748, 5858113.502568364143372 ], [ 1390799.936691186157987, 5858080.552380716428161 ] ] } }, +{ "type": "Feature", "properties": { "index": "506" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390799.936691186157987, 5858080.552380716428161 ], [ 1390761.494384434772655, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "507" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390761.494384434772655, 5858077.577220000326633 ], [ 1390721.488425676710904, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "508" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390721.488425676710904, 5858077.577220000326633 ], [ 1390681.482466918649152, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "509" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390681.482466918649152, 5858077.577220000326633 ], [ 1390641.476508160820231, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "510" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390641.476508160820231, 5858077.577220000326633 ], [ 1390601.470549402758479, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "511" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390601.470549402758479, 5858077.577220000326633 ], [ 1390561.464590644696727, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "512" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390561.464590644696727, 5858077.577220000326633 ], [ 1390521.458631886867806, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "513" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390521.458631886867806, 5858077.577220000326633 ], [ 1390481.452673128806055, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "514" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390481.452673128806055, 5858077.577220000326633 ], [ 1390441.446714370744303, 5858077.577220000326633 ] ] } }, +{ "type": "Feature", "properties": { "index": "515" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390441.446714370744303, 5858077.577220000326633 ], [ 1390412.428010610630736, 5858056.671588095836341 ] ] } }, +{ "type": "Feature", "properties": { "index": "516" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390412.428010610630736, 5858056.671588095836341 ], [ 1390389.739410777343437, 5858023.721562697552145 ] ] } }, +{ "type": "Feature", "properties": { "index": "517" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390389.739410777343437, 5858023.721562697552145 ], [ 1390367.050810944056138, 5857990.771537299267948 ] ] } }, +{ "type": "Feature", "properties": { "index": "518" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390367.050810944056138, 5857990.771537299267948 ], [ 1390344.36221111076884, 5857957.821511900983751 ] ] } }, +{ "type": "Feature", "properties": { "index": "519" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390344.36221111076884, 5857957.821511900983751 ], [ 1390312.221920475829393, 5857942.855375000275671 ] ] } }, +{ "type": "Feature", "properties": { "index": "520" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390312.221920475829393, 5857942.855375000275671 ], [ 1390272.215961717767641, 5857942.855375000275671 ] ] } }, +{ "type": "Feature", "properties": { "index": "521" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390272.215961717767641, 5857942.855375000275671 ], [ 1390232.21000295993872, 5857942.855375000275671 ] ] } }, +{ "type": "Feature", "properties": { "index": "522" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390232.21000295993872, 5857942.855375000275671 ], [ 1390192.204044201876968, 5857942.855375000275671 ] ] } }, +{ "type": "Feature", "properties": { "index": "523" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390192.204044201876968, 5857942.855375000275671 ], [ 1390152.198085443815216, 5857942.855375000275671 ] ] } }, +{ "type": "Feature", "properties": { "index": "524" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390152.198085443815216, 5857942.855375000275671 ], [ 1390127.919046091847122, 5857912.931245315819979 ] ] } }, +{ "type": "Feature", "properties": { "index": "525" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390127.919046091847122, 5857912.931245315819979 ], [ 1390105.230210572248325, 5857879.981382206082344 ] ] } }, +{ "type": "Feature", "properties": { "index": "526" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390105.230210572248325, 5857879.981382206082344 ], [ 1390082.541375052649528, 5857847.031519097276032 ] ] } }, +{ "type": "Feature", "properties": { "index": "527" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390082.541375052649528, 5857847.031519097276032 ], [ 1390059.852539533050731, 5857814.08165598846972 ] ] } }, +{ "type": "Feature", "properties": { "index": "528" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390059.852539533050731, 5857814.08165598846972 ], [ 1390022.971592408837751, 5857808.135592999868095 ] ] } }, +{ "type": "Feature", "properties": { "index": "529" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390022.971592408837751, 5857808.135592999868095 ], [ 1389982.965633650775999, 5857808.135592999868095 ] ] } }, +{ "type": "Feature", "properties": { "index": "530" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389982.965633650775999, 5857808.135592999868095 ], [ 1389962.991918, 5857788.103349892422557 ] ] } }, +{ "type": "Feature", "properties": { "index": "531" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389962.991918, 5857788.103349892422557 ], [ 1389962.991918, 5857748.097391135059297 ] ] } }, +{ "type": "Feature", "properties": { "index": "532" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389962.991918, 5857748.097391135059297 ], [ 1389962.991918, 5857708.091432376764715 ] ] } }, +{ "type": "Feature", "properties": { "index": "533" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389962.991918, 5857708.091432376764715 ], [ 1389957.659516618587077, 5857673.417875000275671 ] ] } }, +{ "type": "Feature", "properties": { "index": "534" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389957.659516618587077, 5857673.417875000275671 ], [ 1389917.653557860525325, 5857673.417875000275671 ] ] } }, +{ "type": "Feature", "properties": { "index": "535" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389917.653557860525325, 5857673.417875000275671 ], [ 1389877.647599102463573, 5857673.417875000275671 ] ] } }, +{ "type": "Feature", "properties": { "index": "536" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389877.647599102463573, 5857673.417875000275671 ], [ 1389837.641640344634652, 5857673.417875000275671 ] ] } }, +{ "type": "Feature", "properties": { "index": "537" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389837.641640344634652, 5857673.417875000275671 ], [ 1389797.6356815865729, 5857673.417875000275671 ] ] } }, +{ "type": "Feature", "properties": { "index": "538" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389797.6356815865729, 5857673.417875000275671 ], [ 1389766.213165634311736, 5857689.7500174138695 ] ] } }, +{ "type": "Feature", "properties": { "index": "539" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389766.213165634311736, 5857689.7500174138695 ], [ 1389743.524094310123473, 5857722.699718150310218 ] ] } }, +{ "type": "Feature", "properties": { "index": "540" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389743.524094310123473, 5857722.699718150310218 ], [ 1389720.835022986168042, 5857755.649418885819614 ] ] } }, +{ "type": "Feature", "properties": { "index": "541" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389720.835022986168042, 5857755.649418885819614 ], [ 1389698.14595166197978, 5857788.599119622260332 ] ] } }, +{ "type": "Feature", "properties": { "index": "542" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389698.14595166197978, 5857788.599119622260332 ], [ 1389668.407488595461473, 5857808.135592999868095 ] ] } }, +{ "type": "Feature", "properties": { "index": "543" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389668.407488595461473, 5857808.135592999868095 ], [ 1389628.401529837399721, 5857808.135592999868095 ] ] } }, +{ "type": "Feature", "properties": { "index": "544" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389628.401529837399721, 5857808.135592999868095 ], [ 1389588.395571079337969, 5857808.135592999868095 ] ] } }, +{ "type": "Feature", "properties": { "index": "545" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389588.395571079337969, 5857808.135592999868095 ], [ 1389548.389612321509048, 5857808.135592999868095 ] ] } }, +{ "type": "Feature", "properties": { "index": "546" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389548.389612321509048, 5857808.135592999868095 ], [ 1389508.383653563447297, 5857808.135592999868095 ] ] } }, +{ "type": "Feature", "properties": { "index": "547" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389508.383653563447297, 5857808.135592999868095 ], [ 1389468.377694805385545, 5857808.135592999868095 ] ] } }, +{ "type": "Feature", "properties": { "index": "548" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389468.377694805385545, 5857808.135592999868095 ], [ 1389428.371736047556624, 5857808.135592999868095 ] ] } }, +{ "type": "Feature", "properties": { "index": "549" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389428.371736047556624, 5857808.135592999868095 ], [ 1389396.16973940632306, 5857822.984449908137321 ] ] } }, +{ "type": "Feature", "properties": { "index": "550" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389396.16973940632306, 5857822.984449908137321 ], [ 1389373.480903720948845, 5857855.934312903322279 ] ] } }, +{ "type": "Feature", "properties": { "index": "551" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389373.480903720948845, 5857855.934312903322279 ], [ 1389350.792068035341799, 5857888.884175898507237 ] ] } }, +{ "type": "Feature", "properties": { "index": "552" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389350.792068035341799, 5857888.884175898507237 ], [ 1389328.103232349967584, 5857921.834038892760873 ] ] } }, +{ "type": "Feature", "properties": { "index": "553" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389328.103232349967584, 5857921.834038892760873 ], [ 1389305.414482047781348, 5857954.783960681408644 ] ] } }, +{ "type": "Feature", "properties": { "index": "554" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389305.414482047781348, 5857954.783960681408644 ], [ 1389282.72588221449405, 5857987.733986079692841 ] ] } }, +{ "type": "Feature", "properties": { "index": "555" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389282.72588221449405, 5857987.733986079692841 ], [ 1389260.037282381206751, 5858020.684011477977037 ] ] } }, +{ "type": "Feature", "properties": { "index": "556" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389260.037282381206751, 5858020.684011477977037 ], [ 1389237.348682547919452, 5858053.634036876261234 ] ] } }, +{ "type": "Feature", "properties": { "index": "557" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389237.348682547919452, 5858053.634036876261234 ], [ 1389214.660147169372067, 5858086.584106656722724 ] ] } }, +{ "type": "Feature", "properties": { "index": "558" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389214.660147169372067, 5858086.584106656722724 ], [ 1389191.971783132990822, 5858119.534294417127967 ] ] } }, +{ "type": "Feature", "properties": { "index": "559" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389191.971783132990822, 5858119.534294417127967 ], [ 1389169.283419096609578, 5858152.484482178464532 ] ] } }, +{ "type": "Feature", "properties": { "index": "560" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389169.283419096609578, 5858152.484482178464532 ], [ 1389146.595055059995502, 5858185.434669939801097 ] ] } }, +{ "type": "Feature", "properties": { "index": "561" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389146.595055059995502, 5858185.434669939801097 ], [ 1389120.709272277541459, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "562" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389120.709272277541459, 5858212.301129000261426 ], [ 1389080.703313519479707, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "563" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389080.703313519479707, 5858212.301129000261426 ], [ 1389040.697354761650786, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "564" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389040.697354761650786, 5858212.301129000261426 ], [ 1389015.685579998185858, 5858240.830315380357206 ] ] } }, +{ "type": "Feature", "properties": { "index": "565" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389015.685579998185858, 5858240.830315380357206 ], [ 1388992.997451640665531, 5858273.780665419995785 ] ] } }, +{ "type": "Feature", "properties": { "index": "566" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388992.997451640665531, 5858273.780665419995785 ], [ 1388970.309323282912374, 5858306.731015460565686 ] ] } }, +{ "type": "Feature", "properties": { "index": "567" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388970.309323282912374, 5858306.731015460565686 ], [ 1388947.621194925392047, 5858339.681365501135588 ] ] } }, +{ "type": "Feature", "properties": { "index": "568" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388947.621194925392047, 5858339.681365501135588 ], [ 1388911.475959995295852, 5858347.027100999839604 ] ] } }, +{ "type": "Feature", "properties": { "index": "569" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388911.475959995295852, 5858347.027100999839604 ], [ 1388871.470001237466931, 5858347.027100999839604 ] ] } }, +{ "type": "Feature", "properties": { "index": "570" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388871.470001237466931, 5858347.027100999839604 ], [ 1388831.46404247940518, 5858347.027100999839604 ] ] } }, +{ "type": "Feature", "properties": { "index": "571" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388831.46404247940518, 5858347.027100999839604 ], [ 1388791.458083721343428, 5858347.027100999839604 ] ] } }, +{ "type": "Feature", "properties": { "index": "572" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388791.458083721343428, 5858347.027100999839604 ], [ 1388753.867047531995922, 5858351.621894367970526 ] ] } }, +{ "type": "Feature", "properties": { "index": "573" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388753.867047531995922, 5858351.621894367970526 ], [ 1388731.179155078018084, 5858384.572406839579344 ] ] } }, +{ "type": "Feature", "properties": { "index": "574" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388731.179155078018084, 5858384.572406839579344 ], [ 1388708.491262624040246, 5858417.522919312119484 ] ] } }, +{ "type": "Feature", "properties": { "index": "575" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388708.491262624040246, 5858417.522919312119484 ], [ 1388685.803370170295238, 5858450.473431783728302 ] ] } }, +{ "type": "Feature", "properties": { "index": "576" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388685.803370170295238, 5858450.473431783728302 ], [ 1388662.238389767939225, 5858481.755137999542058 ] ] } }, +{ "type": "Feature", "properties": { "index": "577" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388662.238389767939225, 5858481.755137999542058 ], [ 1388622.232431009877473, 5858481.755137999542058 ] ] } }, +{ "type": "Feature", "properties": { "index": "578" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388622.232431009877473, 5858481.755137999542058 ], [ 1388582.226472252048552, 5858481.755137999542058 ] ] } }, +{ "type": "Feature", "properties": { "index": "579" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388582.226472252048552, 5858481.755137999542058 ], [ 1388542.2205134939868, 5858481.755137999542058 ] ] } }, +{ "type": "Feature", "properties": { "index": "580" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388542.2205134939868, 5858481.755137999542058 ], [ 1388502.214554735925049, 5858481.755137999542058 ] ] } }, +{ "type": "Feature", "properties": { "index": "581" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388502.214554735925049, 5858481.755137999542058 ], [ 1388462.208595978096128, 5858481.755137999542058 ] ] } }, +{ "type": "Feature", "properties": { "index": "582" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388462.208595978096128, 5858481.755137999542058 ], [ 1388422.202637220034376, 5858481.755137999542058 ] ] } }, +{ "type": "Feature", "properties": { "index": "583" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388422.202637220034376, 5858481.755137999542058 ], [ 1388382.196678461972624, 5858481.755137999542058 ] ] } }, +{ "type": "Feature", "properties": { "index": "584" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388382.196678461972624, 5858481.755137999542058 ], [ 1388342.190719704143703, 5858481.755137999542058 ] ] } }, +{ "type": "Feature", "properties": { "index": "585" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388342.190719704143703, 5858481.755137999542058 ], [ 1388302.184760946081951, 5858481.755137999542058 ] ] } }, +{ "type": "Feature", "properties": { "index": "586" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388302.184760946081951, 5858481.755137999542058 ], [ 1388275.607471155468374, 5858507.305200971662998 ] ] } }, +{ "type": "Feature", "properties": { "index": "587" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388275.607471155468374, 5858507.305200971662998 ], [ 1388252.919814207125455, 5858540.255875597707927 ] ] } }, +{ "type": "Feature", "properties": { "index": "588" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388252.919814207125455, 5858540.255875597707927 ], [ 1388230.232157258782536, 5858573.206550224684179 ] ] } }, +{ "type": "Feature", "properties": { "index": "589" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388230.232157258782536, 5858573.206550224684179 ], [ 1388207.544500310439616, 5858606.157224850729108 ] ] } }, +{ "type": "Feature", "properties": { "index": "590" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388207.544500310439616, 5858606.157224850729108 ], [ 1388184.857005354715511, 5858639.108011013828218 ] ] } }, +{ "type": "Feature", "properties": { "index": "591" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388184.857005354715511, 5858639.108011013828218 ], [ 1388162.169584354385734, 5858672.058848097920418 ] ] } }, +{ "type": "Feature", "properties": { "index": "592" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388162.169584354385734, 5858672.058848097920418 ], [ 1388139.482163353823125, 5858705.009685181081295 ] ] } }, +{ "type": "Feature", "properties": { "index": "593" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388139.482163353823125, 5858705.009685181081295 ], [ 1388116.794742353493348, 5858737.960522264242172 ] ] } }, +{ "type": "Feature", "properties": { "index": "594" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388116.794742353493348, 5858737.960522264242172 ], [ 1388094.107462340500206, 5858770.911456420086324 ] ] } }, +{ "type": "Feature", "properties": { "index": "595" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388094.107462340500206, 5858770.911456420086324 ], [ 1388071.420277232304215, 5858803.862455919384956 ] ] } }, +{ "type": "Feature", "properties": { "index": "596" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388071.420277232304215, 5858803.862455919384956 ], [ 1388048.733092124341056, 5858836.813455418683589 ] ] } }, +{ "type": "Feature", "properties": { "index": "597" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388048.733092124341056, 5858836.813455418683589 ], [ 1388026.045907016377896, 5858869.764454918913543 ] ] } }, +{ "type": "Feature", "properties": { "index": "598" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388026.045907016377896, 5858869.764454918913543 ], [ 1387994.547794540645555, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "599" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387994.547794540645555, 5858885.951631000265479 ], [ 1387954.541835782583803, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "600" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387954.541835782583803, 5858885.951631000265479 ], [ 1387914.535877024522051, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "601" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387914.535877024522051, 5858885.951631000265479 ], [ 1387874.52991826669313, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "602" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387874.52991826669313, 5858885.951631000265479 ], [ 1387834.523959508631378, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "603" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387834.523959508631378, 5858885.951631000265479 ], [ 1387794.518000750569627, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "604" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387794.518000750569627, 5858885.951631000265479 ], [ 1387754.512041992740706, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "605" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387754.512041992740706, 5858885.951631000265479 ], [ 1387714.506083234678954, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "606" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387714.506083234678954, 5858885.951631000265479 ], [ 1387674.500124476617202, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "607" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387674.500124476617202, 5858885.951631000265479 ], [ 1387634.494165718788281, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "608" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387634.494165718788281, 5858885.951631000265479 ], [ 1387594.488206960726529, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "609" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387594.488206960726529, 5858885.951631000265479 ], [ 1387554.482248202664778, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "610" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387554.482248202664778, 5858885.951631000265479 ], [ 1387514.476289444835857, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "611" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387514.476289444835857, 5858885.951631000265479 ], [ 1387474.470330686774105, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "612" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387474.470330686774105, 5858885.951631000265479 ], [ 1387434.464371928712353, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "613" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387434.464371928712353, 5858885.951631000265479 ], [ 1387394.458413170883432, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "614" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387394.458413170883432, 5858885.951631000265479 ], [ 1387354.45245441282168, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "615" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387354.45245441282168, 5858885.951631000265479 ], [ 1387314.446495654759929, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "616" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387314.446495654759929, 5858885.951631000265479 ], [ 1387274.440536896931008, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "617" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387274.440536896931008, 5858885.951631000265479 ], [ 1387234.434578138869256, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "618" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387234.434578138869256, 5858885.951631000265479 ], [ 1387194.428619380807504, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "619" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387194.428619380807504, 5858885.951631000265479 ], [ 1387154.422660622978583, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "620" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387154.422660622978583, 5858885.951631000265479 ], [ 1387114.416701864916831, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "621" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387114.416701864916831, 5858885.951631000265479 ], [ 1387074.41074310685508, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "622" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387074.41074310685508, 5858885.951631000265479 ], [ 1387034.404784349026158, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "623" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387034.404784349026158, 5858885.951631000265479 ], [ 1386994.398825590964407, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "624" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386994.398825590964407, 5858885.951631000265479 ], [ 1386954.392866833135486, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "625" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386954.392866833135486, 5858885.951631000265479 ], [ 1386914.386908075073734, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "626" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386914.386908075073734, 5858885.951631000265479 ], [ 1386874.380949317011982, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "627" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386874.380949317011982, 5858885.951631000265479 ], [ 1386834.374990559183061, 5858885.951631000265479 ] ] } }, +{ "type": "Feature", "properties": { "index": "628" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386834.374990559183061, 5858885.951631000265479 ], [ 1386800.676821065600961, 5858897.952836187556386 ] ] } }, +{ "type": "Feature", "properties": { "index": "629" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386800.676821065600961, 5858897.952836187556386 ], [ 1386777.989871617872268, 5858930.903997940942645 ] ] } }, +{ "type": "Feature", "properties": { "index": "630" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386777.989871617872268, 5858930.903997940942645 ], [ 1386755.302922169910744, 5858963.855159694328904 ] ] } }, +{ "type": "Feature", "properties": { "index": "631" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386755.302922169910744, 5858963.855159694328904 ], [ 1386732.61597272218205, 5858996.806321446783841 ] ] } }, +{ "type": "Feature", "properties": { "index": "632" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386732.61597272218205, 5858996.806321446783841 ], [ 1386705.162095821928233, 5859020.687923000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "633" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386705.162095821928233, 5859020.687923000194132 ], [ 1386665.156137063866481, 5859020.687923000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "634" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386665.156137063866481, 5859020.687923000194132 ], [ 1386625.15017830603756, 5859020.687923000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "635" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386625.15017830603756, 5859020.687923000194132 ], [ 1386585.144219547975808, 5859020.687923000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "636" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386585.144219547975808, 5859020.687923000194132 ], [ 1386545.138260789914057, 5859020.687923000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "637" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386545.138260789914057, 5859020.687923000194132 ], [ 1386505.132302032085136, 5859020.687923000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "638" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386505.132302032085136, 5859020.687923000194132 ], [ 1386465.126343274023384, 5859020.687923000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "639" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386465.126343274023384, 5859020.687923000194132 ], [ 1386425.120384515961632, 5859020.687923000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "640" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386425.120384515961632, 5859020.687923000194132 ], [ 1386385.114425758132711, 5859020.687923000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "641" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386385.114425758132711, 5859020.687923000194132 ], [ 1386345.108467, 5859020.687923000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "642" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386994.472163, 5862120.19257 ], [ 1386971.789523809216917, 5862087.236053683795035 ] ] } }, +{ "type": "Feature", "properties": { "index": "643" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386971.789523809216917, 5862087.236053683795035 ], [ 1386949.10688461875543, 5862054.279537367634475 ] ] } }, +{ "type": "Feature", "properties": { "index": "644" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386949.10688461875543, 5862054.279537367634475 ], [ 1386926.424245428061113, 5862021.323021052405238 ] ] } }, +{ "type": "Feature", "properties": { "index": "645" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386926.424245428061113, 5862021.323021052405238 ], [ 1386903.741606237366796, 5861988.366504736244678 ] ] } }, +{ "type": "Feature", "properties": { "index": "646" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386903.741606237366796, 5861988.366504736244678 ], [ 1386881.05875203711912, 5861955.410136403515935 ] ] } }, +{ "type": "Feature", "properties": { "index": "647" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386881.05875203711912, 5861955.410136403515935 ], [ 1386858.375876638107002, 5861922.453782661817968 ] ] } }, +{ "type": "Feature", "properties": { "index": "648" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386858.375876638107002, 5861922.453782661817968 ], [ 1386835.693001238862053, 5861889.497428920120001 ] ] } }, +{ "type": "Feature", "properties": { "index": "649" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386835.693001238862053, 5861889.497428920120001 ], [ 1386813.010125839849934, 5861856.541075177490711 ] ] } }, +{ "type": "Feature", "properties": { "index": "650" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386813.010125839849934, 5861856.541075177490711 ], [ 1386790.327056982787326, 5861823.58485458791256 ] ] } }, +{ "type": "Feature", "properties": { "index": "651" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386790.327056982787326, 5861823.58485458791256 ], [ 1386767.643945817369968, 5861790.628663117997348 ] ] } }, +{ "type": "Feature", "properties": { "index": "652" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386767.643945817369968, 5861790.628663117997348 ], [ 1386744.960834651952609, 5861757.672471648082137 ] ] } }, +{ "type": "Feature", "properties": { "index": "653" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386744.960834651952609, 5861757.672471648082137 ], [ 1386722.277723486535251, 5861724.716280178166926 ] ] } }, +{ "type": "Feature", "properties": { "index": "654" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386722.277723486535251, 5861724.716280178166926 ], [ 1386716.173436, 5861686.606057973578572 ] ] } }, +{ "type": "Feature", "properties": { "index": "655" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386716.173436, 5861686.606057973578572 ], [ 1386716.173436, 5861646.598132654093206 ] ] } }, +{ "type": "Feature", "properties": { "index": "656" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386716.173436, 5861646.598132654093206 ], [ 1386716.173436, 5861606.590207335539162 ] ] } }, +{ "type": "Feature", "properties": { "index": "657" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386716.173436, 5861606.590207335539162 ], [ 1386716.173436, 5861566.582282016053796 ] ] } }, +{ "type": "Feature", "properties": { "index": "658" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386716.173436, 5861566.582282016053796 ], [ 1386716.173436, 5861526.574356697499752 ] ] } }, +{ "type": "Feature", "properties": { "index": "659" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386716.173436, 5861526.574356697499752 ], [ 1386716.173436, 5861486.566431378014386 ] ] } }, +{ "type": "Feature", "properties": { "index": "660" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386716.173436, 5861486.566431378014386 ], [ 1386716.173436, 5861446.558506058529019 ] ] } }, +{ "type": "Feature", "properties": { "index": "661" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386716.173436, 5861446.558506058529019 ], [ 1386693.639437860809267, 5861413.556223634630442 ] ] } }, +{ "type": "Feature", "properties": { "index": "662" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386693.639437860809267, 5861413.556223634630442 ], [ 1386670.955618930282071, 5861380.60051931720227 ] ] } }, +{ "type": "Feature", "properties": { "index": "663" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386670.955618930282071, 5861380.60051931720227 ], [ 1386648.2718, 5861347.644814999774098 ] ] } }, +{ "type": "Feature", "properties": { "index": "664" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386648.2718, 5861347.644814999774098 ], [ 1386625.587980870855972, 5861314.689110823906958 ] ] } }, +{ "type": "Feature", "properties": { "index": "665" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386625.587980870855972, 5861314.689110823906958 ], [ 1386623.407194, 5861275.35917501244694 ] ] } }, +{ "type": "Feature", "properties": { "index": "666" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386623.407194, 5861275.35917501244694 ], [ 1386623.407194, 5861235.351249697618186 ] ] } }, +{ "type": "Feature", "properties": { "index": "667" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386623.407194, 5861235.351249697618186 ], [ 1386623.407194, 5861195.343324382789433 ] ] } }, +{ "type": "Feature", "properties": { "index": "668" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386623.407194, 5861195.343324382789433 ], [ 1386601.993189067812636, 5861176.749404000118375 ] ] } }, +{ "type": "Feature", "properties": { "index": "669" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386601.993189067812636, 5861176.749404000118375 ], [ 1386561.985263752983883, 5861176.749404000118375 ] ] } }, +{ "type": "Feature", "properties": { "index": "670" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386561.985263752983883, 5861176.749404000118375 ], [ 1386525.728726612171158, 5861169.613001951947808 ] ] } }, +{ "type": "Feature", "properties": { "index": "671" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386525.728726612171158, 5861169.613001951947808 ], [ 1386503.044435846619308, 5861136.657622414641082 ] ] } }, +{ "type": "Feature", "properties": { "index": "672" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386503.044435846619308, 5861136.657622414641082 ], [ 1386480.360145081067458, 5861103.702242877334356 ] ] } }, +{ "type": "Feature", "properties": { "index": "673" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386480.360145081067458, 5861103.702242877334356 ], [ 1386457.675854315282777, 5861070.74686334002763 ] ] } }, +{ "type": "Feature", "properties": { "index": "674" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386457.675854315282777, 5861070.74686334002763 ], [ 1386437.874709000112489, 5861036.895113909617066 ] ] } }, +{ "type": "Feature", "properties": { "index": "675" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386437.874709000112489, 5861036.895113909617066 ], [ 1386437.874709000112489, 5860996.887188594788313 ] ] } }, +{ "type": "Feature", "properties": { "index": "676" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386437.874709000112489, 5860996.887188594788313 ], [ 1386437.874709000112489, 5860956.879263279959559 ] ] } }, +{ "type": "Feature", "properties": { "index": "677" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386437.874709000112489, 5860956.879263279959559 ], [ 1386437.874709000112489, 5860916.871337965130806 ] ] } }, +{ "type": "Feature", "properties": { "index": "678" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386437.874709000112489, 5860916.871337965130806 ], [ 1386437.874709000112489, 5860876.863412650302052 ] ] } }, +{ "type": "Feature", "properties": { "index": "679" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386437.874709000112489, 5860876.863412650302052 ], [ 1386437.874709000112489, 5860836.855487335473299 ] ] } }, +{ "type": "Feature", "properties": { "index": "680" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386437.874709000112489, 5860836.855487335473299 ], [ 1386437.874709000112489, 5860796.847562020644546 ] ] } }, +{ "type": "Feature", "properties": { "index": "681" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386437.874709000112489, 5860796.847562020644546 ], [ 1386437.874709000112489, 5860756.839636705815792 ] ] } }, +{ "type": "Feature", "properties": { "index": "682" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386437.874709000112489, 5860756.839636705815792 ], [ 1386437.874709000112489, 5860716.831711390987039 ] ] } }, +{ "type": "Feature", "properties": { "index": "683" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386437.874709000112489, 5860716.831711390987039 ], [ 1386437.874709000112489, 5860676.823786075226963 ] ] } }, +{ "type": "Feature", "properties": { "index": "684" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386437.874709000112489, 5860676.823786075226963 ], [ 1386437.382190912496299, 5860636.968992361798882 ] ] } }, +{ "type": "Feature", "properties": { "index": "685" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386437.382190912496299, 5860636.968992361798882 ], [ 1386414.696956534404308, 5860604.014262364245951 ] ] } }, +{ "type": "Feature", "properties": { "index": "686" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386414.696956534404308, 5860604.014262364245951 ], [ 1386392.011722156312317, 5860571.05953236669302 ] ] } }, +{ "type": "Feature", "properties": { "index": "687" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386392.011722156312317, 5860571.05953236669302 ], [ 1386369.326487778220326, 5860538.104802369140089 ] ] } }, +{ "type": "Feature", "properties": { "index": "688" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386369.326487778220326, 5860538.104802369140089 ], [ 1386346.641253400128335, 5860505.150072371587157 ] ] } }, +{ "type": "Feature", "properties": { "index": "689" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386346.641253400128335, 5860505.150072371587157 ], [ 1386345.108467, 5860465.618714399635792 ] ] } }, +{ "type": "Feature", "properties": { "index": "690" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386345.108467, 5860465.618714399635792 ], [ 1386345.108467, 5860425.610789084807038 ] ] } }, +{ "type": "Feature", "properties": { "index": "691" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386345.108467, 5860425.610789084807038 ], [ 1386345.108467, 5860385.602863769978285 ] ] } }, +{ "type": "Feature", "properties": { "index": "692" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386345.108467, 5860385.602863769978285 ], [ 1386332.310899879783392, 5860349.574003382585943 ] ] } }, +{ "type": "Feature", "properties": { "index": "693" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386332.310899879783392, 5860349.574003382585943 ], [ 1386309.625193507177755, 5860316.61959830019623 ] ] } }, +{ "type": "Feature", "properties": { "index": "694" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386309.625193507177755, 5860316.61959830019623 ], [ 1386286.939487134339288, 5860283.665193216875196 ] ] } }, +{ "type": "Feature", "properties": { "index": "695" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386286.939487134339288, 5860283.665193216875196 ], [ 1386264.253780761733651, 5860250.710788133554161 ] ] } }, +{ "type": "Feature", "properties": { "index": "696" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386264.253780761733651, 5860250.710788133554161 ], [ 1386241.567962449043989, 5860217.756460110656917 ] ] } }, +{ "type": "Feature", "properties": { "index": "697" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386241.567962449043989, 5860217.756460110656917 ], [ 1386218.882020379416645, 5860184.802217281423509 ] ] } }, +{ "type": "Feature", "properties": { "index": "698" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386218.882020379416645, 5860184.802217281423509 ], [ 1386196.1960783097893, 5860151.847974453121424 ] ] } }, +{ "type": "Feature", "properties": { "index": "699" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386196.1960783097893, 5860151.847974453121424 ], [ 1386173.510136240161955, 5860118.893731624819338 ] ] } }, +{ "type": "Feature", "properties": { "index": "700" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386173.510136240161955, 5860118.893731624819338 ], [ 1386159.575982, 5860083.218317581340671 ] ] } }, +{ "type": "Feature", "properties": { "index": "701" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5860083.218317581340671 ], [ 1386159.575982, 5860043.210392266511917 ] ] } }, +{ "type": "Feature", "properties": { "index": "702" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5860043.210392266511917 ], [ 1386159.575982, 5860003.202466951683164 ] ] } }, +{ "type": "Feature", "properties": { "index": "703" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5860003.202466951683164 ], [ 1386159.575982, 5859963.194541635923088 ] ] } }, +{ "type": "Feature", "properties": { "index": "704" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5859963.194541635923088 ], [ 1386159.575982, 5859923.186616321094334 ] ] } }, +{ "type": "Feature", "properties": { "index": "705" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5859923.186616321094334 ], [ 1386159.575982, 5859883.178691006265581 ] ] } }, +{ "type": "Feature", "properties": { "index": "706" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5859883.178691006265581 ], [ 1386159.575982, 5859843.170765691436827 ] ] } }, +{ "type": "Feature", "properties": { "index": "707" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5859843.170765691436827 ], [ 1386159.575982, 5859803.162840376608074 ] ] } }, +{ "type": "Feature", "properties": { "index": "708" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5859803.162840376608074 ], [ 1386159.575982, 5859763.15491506177932 ] ] } }, +{ "type": "Feature", "properties": { "index": "709" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5859763.15491506177932 ], [ 1386159.575982, 5859723.146989746950567 ] ] } }, +{ "type": "Feature", "properties": { "index": "710" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5859723.146989746950567 ], [ 1386165.961804716615006, 5859685.124692349694669 ] ] } }, +{ "type": "Feature", "properties": { "index": "711" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386165.961804716615006, 5859685.124692349694669 ], [ 1386188.648690161062405, 5859652.171098967082798 ] ] } }, +{ "type": "Feature", "properties": { "index": "712" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386188.648690161062405, 5859652.171098967082798 ], [ 1386211.335575605276972, 5859619.217505584470928 ] ] } }, +{ "type": "Feature", "properties": { "index": "713" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386211.335575605276972, 5859619.217505584470928 ], [ 1386234.02246104972437, 5859586.263912200927734 ] ] } }, +{ "type": "Feature", "properties": { "index": "714" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386234.02246104972437, 5859586.263912200927734 ], [ 1386252.342224, 5859551.952391934581101 ] ] } }, +{ "type": "Feature", "properties": { "index": "715" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386252.342224, 5859551.952391934581101 ], [ 1386252.342224, 5859511.944466619752347 ] ] } }, +{ "type": "Feature", "properties": { "index": "716" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386252.342224, 5859511.944466619752347 ], [ 1386252.342224, 5859471.936541304923594 ] ] } }, +{ "type": "Feature", "properties": { "index": "717" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386252.342224, 5859471.936541304923594 ], [ 1386252.342224, 5859431.928615990094841 ] ] } }, +{ "type": "Feature", "properties": { "index": "718" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386252.342224, 5859431.928615990094841 ], [ 1386252.342224, 5859391.920690674334764 ] ] } }, +{ "type": "Feature", "properties": { "index": "719" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386252.342224, 5859391.920690674334764 ], [ 1386252.342224, 5859351.912765359506011 ] ] } }, +{ "type": "Feature", "properties": { "index": "720" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386252.342224, 5859351.912765359506011 ], [ 1386252.342224, 5859311.904840044677258 ] ] } }, +{ "type": "Feature", "properties": { "index": "721" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386252.342224, 5859311.904840044677258 ], [ 1386252.342224, 5859271.896914729848504 ] ] } }, +{ "type": "Feature", "properties": { "index": "722" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386252.342224, 5859271.896914729848504 ], [ 1386252.342224, 5859231.888989415019751 ] ] } }, +{ "type": "Feature", "properties": { "index": "723" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386252.342224, 5859231.888989415019751 ], [ 1386252.342224, 5859191.881064100190997 ] ] } }, +{ "type": "Feature", "properties": { "index": "724" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386252.342224, 5859191.881064100190997 ], [ 1386254.357151277828962, 5859152.499698281288147 ] ] } }, +{ "type": "Feature", "properties": { "index": "725" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386254.357151277828962, 5859152.499698281288147 ], [ 1386277.044980208389461, 5859119.546754460781813 ] ] } }, +{ "type": "Feature", "properties": { "index": "726" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386277.044980208389461, 5859119.546754460781813 ], [ 1386299.73280913894996, 5859086.593810640275478 ] ] } }, +{ "type": "Feature", "properties": { "index": "727" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386299.73280913894996, 5859086.593810640275478 ], [ 1386322.42063806951046, 5859053.640866820700467 ] ] } }, +{ "type": "Feature", "properties": { "index": "728" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386322.42063806951046, 5859053.640866820700467 ], [ 1386345.108467, 5859020.687923000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "729" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386345.108467, 5859020.687923000194132 ], [ 1386322.391556348418817, 5858987.693245109170675 ] ] } }, +{ "type": "Feature", "properties": { "index": "730" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386322.391556348418817, 5858987.693245109170675 ], [ 1386299.674645696533844, 5858954.698567219078541 ] ] } }, +{ "type": "Feature", "properties": { "index": "731" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386299.674645696533844, 5858954.698567219078541 ], [ 1386276.957735044881701, 5858921.703889328055084 ] ] } }, +{ "type": "Feature", "properties": { "index": "732" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386276.957735044881701, 5858921.703889328055084 ], [ 1386254.240824392996728, 5858888.709211437962949 ] ] } }, +{ "type": "Feature", "properties": { "index": "733" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386254.240824392996728, 5858888.709211437962949 ], [ 1386231.52369764377363, 5858855.714682331308722 ] ] } }, +{ "type": "Feature", "properties": { "index": "734" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386231.52369764377363, 5858855.714682331308722 ], [ 1386208.806551186833531, 5858822.72016679495573 ] ] } }, +{ "type": "Feature", "properties": { "index": "735" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386208.806551186833531, 5858822.72016679495573 ], [ 1386186.0894047296606, 5858789.725651257671416 ] ] } }, +{ "type": "Feature", "properties": { "index": "736" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386186.0894047296606, 5858789.725651257671416 ], [ 1386163.372258272720501, 5858756.731135721318424 ] ] } }, +{ "type": "Feature", "properties": { "index": "737" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386163.372258272720501, 5858756.731135721318424 ], [ 1386159.575982, 5858717.852859477512538 ] ] } }, +{ "type": "Feature", "properties": { "index": "738" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5858717.852859477512538 ], [ 1386159.575982, 5858677.794067699462175 ] ] } }, +{ "type": "Feature", "properties": { "index": "739" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5858677.794067699462175 ], [ 1386159.575982, 5858637.735275922343135 ] ] } }, +{ "type": "Feature", "properties": { "index": "740" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5858637.735275922343135 ], [ 1386159.575982, 5858597.676484145224094 ] ] } }, +{ "type": "Feature", "properties": { "index": "741" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5858597.676484145224094 ], [ 1386159.575982, 5858557.617692367173731 ] ] } }, +{ "type": "Feature", "properties": { "index": "742" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5858557.617692367173731 ], [ 1386159.575982, 5858517.558900590054691 ] ] } }, +{ "type": "Feature", "properties": { "index": "743" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5858517.558900590054691 ], [ 1386159.575982, 5858477.50010881293565 ] ] } }, +{ "type": "Feature", "properties": { "index": "744" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5858477.50010881293565 ], [ 1386159.575982, 5858437.441317034885287 ] ] } }, +{ "type": "Feature", "properties": { "index": "745" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5858437.441317034885287 ], [ 1386159.575982, 5858397.382525257766247 ] ] } }, +{ "type": "Feature", "properties": { "index": "746" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5858397.382525257766247 ], [ 1386159.575982, 5858357.323733480647206 ] ] } }, +{ "type": "Feature", "properties": { "index": "747" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386159.575982, 5858357.323733480647206 ], [ 1386142.697304140776396, 5858322.513913533650339 ] ] } }, +{ "type": "Feature", "properties": { "index": "748" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386142.697304140776396, 5858322.513913533650339 ], [ 1386119.979213188635185, 5858289.520048313774168 ] ] } }, +{ "type": "Feature", "properties": { "index": "749" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386119.979213188635185, 5858289.520048313774168 ], [ 1386097.261122236493975, 5858256.526183093897998 ] ] } }, +{ "type": "Feature", "properties": { "index": "750" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386097.261122236493975, 5858256.526183093897998 ], [ 1386074.543031284119934, 5858223.532317874021828 ] ] } }, +{ "type": "Feature", "properties": { "index": "751" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386074.543031284119934, 5858223.532317874021828 ], [ 1386040.387054617283866, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "752" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386040.387054617283866, 5858212.301129000261426 ], [ 1386000.328262839699164, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "753" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386000.328262839699164, 5858212.301129000261426 ], [ 1385960.269471062347293, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "754" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385960.269471062347293, 5858212.301129000261426 ], [ 1385920.210679284995422, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "755" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385920.210679284995422, 5858212.301129000261426 ], [ 1385880.15188750741072, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "756" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385880.15188750741072, 5858212.301129000261426 ], [ 1385840.093095730058849, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "757" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385840.093095730058849, 5858212.301129000261426 ], [ 1385800.034303952706978, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "758" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385800.034303952706978, 5858212.301129000261426 ], [ 1385759.975512175355107, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "759" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385759.975512175355107, 5858212.301129000261426 ], [ 1385719.916720397770405, 5858212.301129000261426 ] ] } }, +{ "type": "Feature", "properties": { "index": "760" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385719.916720397770405, 5858212.301129000261426 ], [ 1385686.734951168065891, 5858199.216218085959554 ] ] } }, +{ "type": "Feature", "properties": { "index": "761" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385686.734951168065891, 5858199.216218085959554 ], [ 1385664.016624225769192, 5858166.222515359520912 ] ] } }, +{ "type": "Feature", "properties": { "index": "762" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385664.016624225769192, 5858166.222515359520912 ], [ 1385641.298297283472493, 5858133.228812633082271 ] ] } }, +{ "type": "Feature", "properties": { "index": "763" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385641.298297283472493, 5858133.228812633082271 ], [ 1385618.579970340942964, 5858100.235109906643629 ] ] } }, +{ "type": "Feature", "properties": { "index": "764" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385618.579970340942964, 5858100.235109906643629 ], [ 1385595.861569433938712, 5858067.24145810957998 ] ] } }, +{ "type": "Feature", "properties": { "index": "765" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385595.861569433938712, 5858067.24145810957998 ], [ 1385573.143006383441389, 5858034.247917960397899 ] ] } }, +{ "type": "Feature", "properties": { "index": "766" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385573.143006383441389, 5858034.247917960397899 ], [ 1385550.424443332711235, 5858001.254377811215818 ] ] } }, +{ "type": "Feature", "properties": { "index": "767" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385550.424443332711235, 5858001.254377811215818 ], [ 1385527.705880282213911, 5857968.260837662033737 ] ] } }, +{ "type": "Feature", "properties": { "index": "768" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385527.705880282213911, 5857968.260837662033737 ], [ 1385510.212286, 5857933.642383162863553 ] ] } }, +{ "type": "Feature", "properties": { "index": "769" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385510.212286, 5857933.642383162863553 ], [ 1385510.212286, 5857893.583591385744512 ] ] } }, +{ "type": "Feature", "properties": { "index": "770" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385510.212286, 5857893.583591385744512 ], [ 1385510.212286, 5857853.524799608625472 ] ] } }, +{ "type": "Feature", "properties": { "index": "771" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385510.212286, 5857853.524799608625472 ], [ 1385510.212286, 5857813.466007830575109 ] ] } }, +{ "type": "Feature", "properties": { "index": "772" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385510.212286, 5857813.466007830575109 ], [ 1385490.516354400431737, 5857779.532613368704915 ] ] } }, +{ "type": "Feature", "properties": { "index": "773" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385490.516354400431737, 5857779.532613368704915 ], [ 1385467.79731907043606, 5857746.539398425258696 ] ] } }, +{ "type": "Feature", "properties": { "index": "774" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385467.79731907043606, 5857746.539398425258696 ], [ 1385445.078283740207553, 5857713.546183480881155 ] ] } }, +{ "type": "Feature", "properties": { "index": "775" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385445.078283740207553, 5857713.546183480881155 ], [ 1385422.359248409979045, 5857680.552968537434936 ] ] } }, +{ "type": "Feature", "properties": { "index": "776" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385422.359248409979045, 5857680.552968537434936 ], [ 1385386.050342309754342, 5857673.417875000275671 ] ] } }, +{ "type": "Feature", "properties": { "index": "777" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385386.050342309754342, 5857673.417875000275671 ], [ 1385345.991550532402471, 5857673.417875000275671 ] ] } }, +{ "type": "Feature", "properties": { "index": "778" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385345.991550532402471, 5857673.417875000275671 ], [ 1385314.047449960839003, 5857657.97751540876925 ] ] } }, +{ "type": "Feature", "properties": { "index": "779" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385314.047449960839003, 5857657.97751540876925 ], [ 1385291.328178791562095, 5857624.984462863765657 ] ] } }, +{ "type": "Feature", "properties": { "index": "780" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385291.328178791562095, 5857624.984462863765657 ], [ 1385268.608907622518018, 5857591.991410319693387 ] ] } }, +{ "type": "Feature", "properties": { "index": "781" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385268.608907622518018, 5857591.991410319693387 ], [ 1385245.88963645347394, 5857558.998357774689794 ] ] } }, +{ "type": "Feature", "properties": { "index": "782" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385245.88963645347394, 5857558.998357774689794 ], [ 1385231.913559, 5857523.286154321394861 ] ] } }, +{ "type": "Feature", "properties": { "index": "783" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385231.913559, 5857523.286154321394861 ], [ 1385231.913559, 5857483.227362543344498 ] ] } }, +{ "type": "Feature", "properties": { "index": "784" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385231.913559, 5857483.227362543344498 ], [ 1385231.913559, 5857443.168570766225457 ] ] } }, +{ "type": "Feature", "properties": { "index": "785" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385231.913559, 5857443.168570766225457 ], [ 1385231.913559, 5857403.109778989106417 ] ] } }, +{ "type": "Feature", "properties": { "index": "786" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385231.913559, 5857403.109778989106417 ], [ 1385231.913559, 5857363.050987211056054 ] ] } }, +{ "type": "Feature", "properties": { "index": "787" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385231.913559, 5857363.050987211056054 ], [ 1385231.913559, 5857322.992195433937013 ] ] } }, +{ "type": "Feature", "properties": { "index": "788" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385231.913559, 5857322.992195433937013 ], [ 1385231.913559, 5857282.933403656817973 ] ] } }, +{ "type": "Feature", "properties": { "index": "789" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385231.913559, 5857282.933403656817973 ], [ 1385231.913559, 5857242.87461187876761 ] ] } }, +{ "type": "Feature", "properties": { "index": "790" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385231.913559, 5857242.87461187876761 ], [ 1385231.913559, 5857202.815820101648569 ] ] } }, +{ "type": "Feature", "properties": { "index": "791" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385231.913559, 5857202.815820101648569 ], [ 1385231.913559, 5857162.757028324529529 ] ] } }, +{ "type": "Feature", "properties": { "index": "792" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385231.913559, 5857162.757028324529529 ], [ 1385238.645545982057229, 5857124.79200373031199 ] ] } }, +{ "type": "Feature", "properties": { "index": "793" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385238.645545982057229, 5857124.79200373031199 ], [ 1385261.365761209046468, 5857091.799601290374994 ] ] } }, +{ "type": "Feature", "properties": { "index": "794" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385261.365761209046468, 5857091.799601290374994 ], [ 1385284.085976436035708, 5857058.807198851369321 ] ] } }, +{ "type": "Feature", "properties": { "index": "795" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385284.085976436035708, 5857058.807198851369321 ], [ 1385306.806191662792116, 5857025.814796412363648 ] ] } }, +{ "type": "Feature", "properties": { "index": "796" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385306.806191662792116, 5857025.814796412363648 ], [ 1385319.833144737873226, 5856992.822428662329912 ] ] } }, +{ "type": "Feature", "properties": { "index": "797" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385319.833144737873226, 5856992.822428662329912 ], [ 1385297.112693372648209, 5856959.83018884062767 ] ] } }, +{ "type": "Feature", "properties": { "index": "798" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385297.112693372648209, 5856959.83018884062767 ], [ 1385274.392242007423192, 5856926.837949019856751 ] ] } }, +{ "type": "Feature", "properties": { "index": "799" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385274.392242007423192, 5856926.837949019856751 ], [ 1385251.671790642198175, 5856893.845709198154509 ] ] } }, +{ "type": "Feature", "properties": { "index": "800" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385251.671790642198175, 5856893.845709198154509 ], [ 1385231.913559, 5856859.932154952548444 ] ] } }, +{ "type": "Feature", "properties": { "index": "801" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385231.913559, 5856859.932154952548444 ], [ 1385231.913559, 5856819.873363175429404 ] ] } }, +{ "type": "Feature", "properties": { "index": "802" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385231.913559, 5856819.873363175429404 ], [ 1385231.913559, 5856779.814571397379041 ] ] } }, +{ "type": "Feature", "properties": { "index": "803" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385231.913559, 5856779.814571397379041 ], [ 1385231.913559, 5856739.75577962026 ] ] } }, +{ "type": "Feature", "properties": { "index": "804" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385231.913559, 5856739.75577962026 ], [ 1385214.469859398435801, 5856705.122492713853717 ] ] } }, +{ "type": "Feature", "properties": { "index": "805" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385214.469859398435801, 5856705.122492713853717 ], [ 1385191.748935922747478, 5856672.130578021518886 ] ] } }, +{ "type": "Feature", "properties": { "index": "806" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385191.748935922747478, 5856672.130578021518886 ], [ 1385169.028012446826324, 5856639.138663329184055 ] ] } }, +{ "type": "Feature", "properties": { "index": "807" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385169.028012446826324, 5856639.138663329184055 ], [ 1385146.307088971138, 5856606.146748635917902 ] ] } }, +{ "type": "Feature", "properties": { "index": "808" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385146.307088971138, 5856606.146748635917902 ], [ 1385111.711772345937788, 5856595.750400999560952 ] ] } }, +{ "type": "Feature", "properties": { "index": "809" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385111.711772345937788, 5856595.750400999560952 ], [ 1385071.652980568585917, 5856595.750400999560952 ] ] } }, +{ "type": "Feature", "properties": { "index": "810" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385071.652980568585917, 5856595.750400999560952 ], [ 1385037.994021908612922, 5856583.572169132530689 ] ] } }, +{ "type": "Feature", "properties": { "index": "811" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385037.994021908612922, 5856583.572169132530689 ], [ 1385015.272862678160891, 5856550.580416801385581 ] ] } }, +{ "type": "Feature", "properties": { "index": "812" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385015.272862678160891, 5856550.580416801385581 ], [ 1384992.551703447941691, 5856517.588664470240474 ] ] } }, +{ "type": "Feature", "properties": { "index": "813" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384992.551703447941691, 5856517.588664470240474 ], [ 1384969.83054421748966, 5856484.596912139095366 ] ] } }, +{ "type": "Feature", "properties": { "index": "814" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384969.83054421748966, 5856484.596912139095366 ], [ 1384942.14533149311319, 5856461.051249000243843 ] ] } }, +{ "type": "Feature", "properties": { "index": "815" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384942.14533149311319, 5856461.051249000243843 ], [ 1384902.086539715761319, 5856461.051249000243843 ] ] } }, +{ "type": "Feature", "properties": { "index": "816" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384902.086539715761319, 5856461.051249000243843 ], [ 1384862.027747938409448, 5856461.051249000243843 ] ] } }, +{ "type": "Feature", "properties": { "index": "817" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384862.027747938409448, 5856461.051249000243843 ], [ 1384838.796014110557735, 5856429.030790064483881 ] ] } }, +{ "type": "Feature", "properties": { "index": "818" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384838.796014110557735, 5856429.030790064483881 ], [ 1384816.074618841521442, 5856396.039200291968882 ] ] } }, +{ "type": "Feature", "properties": { "index": "819" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384816.074618841521442, 5856396.039200291968882 ], [ 1384793.353223572485149, 5856363.047610520385206 ] ] } }, +{ "type": "Feature", "properties": { "index": "820" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384793.353223572485149, 5856363.047610520385206 ], [ 1384770.631828303448856, 5856330.056020747870207 ] ] } }, +{ "type": "Feature", "properties": { "index": "821" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384770.631828303448856, 5856330.056020747870207 ], [ 1384768.082347, 5856290.790212815627456 ] ] } }, +{ "type": "Feature", "properties": { "index": "822" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384768.082347, 5856290.790212815627456 ], [ 1384768.082347, 5856250.731421038508415 ] ] } }, +{ "type": "Feature", "properties": { "index": "823" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384768.082347, 5856250.731421038508415 ], [ 1384768.082347, 5856210.672629260458052 ] ] } }, +{ "type": "Feature", "properties": { "index": "824" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384768.082347, 5856210.672629260458052 ], [ 1384756.145181907806545, 5856174.32683502882719 ] ] } }, +{ "type": "Feature", "properties": { "index": "825" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384756.145181907806545, 5856174.32683502882719 ], [ 1384733.423314664512873, 5856141.335570312105119 ] ] } }, +{ "type": "Feature", "properties": { "index": "826" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384733.423314664512873, 5856141.335570312105119 ], [ 1384710.7014474212192, 5856108.344305594451725 ] ] } }, +{ "type": "Feature", "properties": { "index": "827" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384710.7014474212192, 5856108.344305594451725 ], [ 1384687.979580177692696, 5856075.353040877729654 ] ] } }, +{ "type": "Feature", "properties": { "index": "828" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384687.979580177692696, 5856075.353040877729654 ], [ 1384657.583097890252247, 5856056.966168999671936 ] ] } }, +{ "type": "Feature", "properties": { "index": "829" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384657.583097890252247, 5856056.966168999671936 ], [ 1384617.524306112900376, 5856056.966168999671936 ] ] } }, +{ "type": "Feature", "properties": { "index": "830" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384617.524306112900376, 5856056.966168999671936 ], [ 1384579.665924401953816, 5856052.778866824693978 ] ] } }, +{ "type": "Feature", "properties": { "index": "831" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384579.665924401953816, 5856052.778866824693978 ], [ 1384556.943821056513116, 5856019.787764717824757 ] ] } }, +{ "type": "Feature", "properties": { "index": "832" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384556.943821056513116, 5856019.787764717824757 ], [ 1384534.221717711305246, 5855986.796662610955536 ] ] } }, +{ "type": "Feature", "properties": { "index": "833" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384534.221717711305246, 5855986.796662610955536 ], [ 1384511.499614366097376, 5855953.805560504086316 ] ] } }, +{ "type": "Feature", "properties": { "index": "834" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384511.499614366097376, 5855953.805560504086316 ], [ 1384488.777500580996275, 5855920.814465587027371 ] ] } }, +{ "type": "Feature", "properties": { "index": "835" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384488.777500580996275, 5855920.814465587027371 ], [ 1384466.055161462631077, 5855887.823525866493583 ] ] } }, +{ "type": "Feature", "properties": { "index": "836" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384466.055161462631077, 5855887.823525866493583 ], [ 1384443.332822344265878, 5855854.832586145028472 ] ] } }, +{ "type": "Feature", "properties": { "index": "837" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384443.332822344265878, 5855854.832586145028472 ], [ 1384420.61048322590068, 5855821.841646424494684 ] ] } }, +{ "type": "Feature", "properties": { "index": "838" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384420.61048322590068, 5855821.841646424494684 ], [ 1384397.888144107535481, 5855788.850706703960896 ] ] } }, +{ "type": "Feature", "properties": { "index": "839" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384397.888144107535481, 5855788.850706703960896 ], [ 1384358.493720347993076, 5855787.58642700035125 ] ] } }, +{ "type": "Feature", "properties": { "index": "840" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384358.493720347993076, 5855787.58642700035125 ], [ 1384318.434928570641205, 5855787.58642700035125 ] ] } }, +{ "type": "Feature", "properties": { "index": "841" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384318.434928570641205, 5855787.58642700035125 ], [ 1384289.574042910011485, 5855766.276839430443943 ] ] } }, +{ "type": "Feature", "properties": { "index": "842" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384289.574042910011485, 5855766.276839430443943 ], [ 1384266.85146768251434, 5855733.286062330007553 ] ] } }, +{ "type": "Feature", "properties": { "index": "843" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384266.85146768251434, 5855733.286062330007553 ], [ 1384244.128892455017194, 5855700.295285229571164 ] ] } }, +{ "type": "Feature", "properties": { "index": "844" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384244.128892455017194, 5855700.295285229571164 ], [ 1384221.406317227520049, 5855667.304508129134774 ] ] } }, +{ "type": "Feature", "properties": { "index": "845" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384221.406317227520049, 5855667.304508129134774 ], [ 1384198.683609168976545, 5855634.313822517171502 ] ] } }, +{ "type": "Feature", "properties": { "index": "846" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384198.683609168976545, 5855634.313822517171502 ], [ 1384175.96079816063866, 5855601.323207813315094 ] ] } }, +{ "type": "Feature", "properties": { "index": "847" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384175.96079816063866, 5855601.323207813315094 ], [ 1384153.237987152533606, 5855568.332593109458685 ] ] } }, +{ "type": "Feature", "properties": { "index": "848" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384153.237987152533606, 5855568.332593109458685 ], [ 1384130.515176144195721, 5855535.341978405602276 ] ] } }, +{ "type": "Feature", "properties": { "index": "849" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384130.515176144195721, 5855535.341978405602276 ], [ 1384107.792251679114997, 5855502.351441847160459 ] ] } }, +{ "type": "Feature", "properties": { "index": "850" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384107.792251679114997, 5855502.351441847160459 ], [ 1384085.069204720202833, 5855469.36098965909332 ] ] } }, +{ "type": "Feature", "properties": { "index": "851" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384085.069204720202833, 5855469.36098965909332 ], [ 1384062.3461577615235, 5855436.370537471026182 ] ] } }, +{ "type": "Feature", "properties": { "index": "852" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384062.3461577615235, 5855436.370537471026182 ], [ 1384039.623110802611336, 5855403.380085282959044 ] ] } }, +{ "type": "Feature", "properties": { "index": "853" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384039.623110802611336, 5855403.380085282959044 ], [ 1384016.899969778954983, 5855370.389697885140777 ] ] } }, +{ "type": "Feature", "properties": { "index": "854" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384016.899969778954983, 5855370.389697885140777 ], [ 1383994.176686699735001, 5855337.399408332072198 ] ] } }, +{ "type": "Feature", "properties": { "index": "855" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383994.176686699735001, 5855337.399408332072198 ], [ 1383971.453403620515019, 5855304.409118779934943 ] ] } }, +{ "type": "Feature", "properties": { "index": "856" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383971.453403620515019, 5855304.409118779934943 ], [ 1383948.730120541295037, 5855271.418829226866364 ] ] } }, +{ "type": "Feature", "properties": { "index": "857" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383948.730120541295037, 5855271.418829226866364 ], [ 1383920.529754248214886, 5855248.851687000133097 ] ] } }, +{ "type": "Feature", "properties": { "index": "858" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383920.529754248214886, 5855248.851687000133097 ], [ 1383880.470962470863014, 5855248.851687000133097 ] ] } }, +{ "type": "Feature", "properties": { "index": "859" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383880.470962470863014, 5855248.851687000133097 ], [ 1383840.41552590415813, 5855248.845301820896566 ] ] } }, +{ "type": "Feature", "properties": { "index": "860" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383840.41552590415813, 5855248.845301820896566 ], [ 1383817.692007147474214, 5855215.855174601078033 ] ] } }, +{ "type": "Feature", "properties": { "index": "861" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383817.692007147474214, 5855215.855174601078033 ], [ 1383794.968488391023129, 5855182.865047381259501 ] ] } }, +{ "type": "Feature", "properties": { "index": "862" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383794.968488391023129, 5855182.865047381259501 ], [ 1383772.244969634339213, 5855149.874920161440969 ] ] } }, +{ "type": "Feature", "properties": { "index": "863" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383772.244969634339213, 5855149.874920161440969 ], [ 1383749.521450877888128, 5855116.884792940691113 ] ] } }, +{ "type": "Feature", "properties": { "index": "864" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383749.521450877888128, 5855116.884792940691113 ], [ 1383747.653682, 5855077.407012925483286 ] ] } }, +{ "type": "Feature", "properties": { "index": "865" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383747.653682, 5855077.407012925483286 ], [ 1383747.653682, 5855037.348221148364246 ] ] } }, +{ "type": "Feature", "properties": { "index": "866" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383747.653682, 5855037.348221148364246 ], [ 1383747.653682, 5854997.289429370313883 ] ] } }, +{ "type": "Feature", "properties": { "index": "867" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383747.653682, 5854997.289429370313883 ], [ 1383747.653682, 5854957.230637593194842 ] ] } }, +{ "type": "Feature", "properties": { "index": "868" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383747.653682, 5854957.230637593194842 ], [ 1383747.653682, 5854917.171845816075802 ] ] } }, +{ "type": "Feature", "properties": { "index": "869" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383747.653682, 5854917.171845816075802 ], [ 1383747.653682, 5854877.113054038025439 ] ] } }, +{ "type": "Feature", "properties": { "index": "870" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383747.653682, 5854877.113054038025439 ], [ 1383739.885664260946214, 5854844.82228 ] ] } }, +{ "type": "Feature", "properties": { "index": "871" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383739.885664260946214, 5854844.82228 ], [ 1383699.826872483594343, 5854844.82228 ] ] } }, +{ "type": "Feature", "properties": { "index": "872" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383699.826872483594343, 5854844.82228 ], [ 1383659.768080706242472, 5854844.82228 ] ] } }, +{ "type": "Feature", "properties": { "index": "873" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383659.768080706242472, 5854844.82228 ], [ 1383634.931863308418542, 5854815.851997964084148 ] ] } }, +{ "type": "Feature", "properties": { "index": "874" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383634.931863308418542, 5854815.851997964084148 ], [ 1383612.207636769628152, 5854782.862358273938298 ] ] } }, +{ "type": "Feature", "properties": { "index": "875" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383612.207636769628152, 5854782.862358273938298 ], [ 1383589.483410231070593, 5854749.872718583792448 ] ] } }, +{ "type": "Feature", "properties": { "index": "876" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383589.483410231070593, 5854749.872718583792448 ], [ 1383566.759183692280203, 5854716.883078893646598 ] ] } }, +{ "type": "Feature", "properties": { "index": "877" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383566.759183692280203, 5854716.883078893646598 ], [ 1383530.238355363719165, 5854710.149934000335634 ] ] } }, +{ "type": "Feature", "properties": { "index": "878" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383530.238355363719165, 5854710.149934000335634 ], [ 1383490.179563586134464, 5854710.149934000335634 ] ] } }, +{ "type": "Feature", "properties": { "index": "879" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383490.179563586134464, 5854710.149934000335634 ], [ 1383458.443830213975161, 5854694.310074185952544 ] ] } }, +{ "type": "Feature", "properties": { "index": "880" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383458.443830213975161, 5854694.310074185952544 ], [ 1383435.719367650803179, 5854661.320597077719867 ] ] } }, +{ "type": "Feature", "properties": { "index": "881" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383435.719367650803179, 5854661.320597077719867 ], [ 1383412.994905087398365, 5854628.33111996948719 ] ] } }, +{ "type": "Feature", "properties": { "index": "882" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383412.994905087398365, 5854628.33111996948719 ], [ 1383390.270442524226382, 5854595.341642861254513 ] ] } }, +{ "type": "Feature", "properties": { "index": "883" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383390.270442524226382, 5854595.341642861254513 ], [ 1383367.545886124949902, 5854562.352230391465127 ] ] } }, +{ "type": "Feature", "properties": { "index": "884" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383367.545886124949902, 5854562.352230391465127 ], [ 1383344.821187751134858, 5854529.362915719859302 ] ] } }, +{ "type": "Feature", "properties": { "index": "885" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383344.821187751134858, 5854529.362915719859302 ], [ 1383322.096489377319813, 5854496.373601048253477 ] ] } }, +{ "type": "Feature", "properties": { "index": "886" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383322.096489377319813, 5854496.373601048253477 ], [ 1383299.371791003504768, 5854463.384286377578974 ] ] } }, +{ "type": "Feature", "properties": { "index": "887" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383299.371791003504768, 5854463.384286377578974 ], [ 1383271.173811554908752, 5854440.811425999738276 ] ] } }, +{ "type": "Feature", "properties": { "index": "888" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383271.173811554908752, 5854440.811425999738276 ], [ 1383231.115019777324051, 5854440.811425999738276 ] ] } }, +{ "type": "Feature", "properties": { "index": "889" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383231.115019777324051, 5854440.811425999738276 ], [ 1383191.056228, 5854440.811425999738276 ] ] } }, +{ "type": "Feature", "properties": { "index": "890" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512, 5860111.688303000293672 ], [ 1389238.298387000104412, 5860147.714495000429451 ] ] } }, +{ "type": "Feature", "properties": { "index": "891" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389238.298387000104412, 5860147.714495000429451 ], [ 1389210.947847, 5860184.343884999863803 ] ] } }, +{ "type": "Feature", "properties": { "index": "892" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389210.947847, 5860184.343884999863803 ], [ 1389186.961923, 5860223.315260999836028 ] ] } }, +{ "type": "Feature", "properties": { "index": "893" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389186.961923, 5860223.315260999836028 ], [ 1389162.755599, 5860262.142883 ] ] } }, +{ "type": "Feature", "properties": { "index": "894" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389162.755599, 5860262.142883 ], [ 1389136.759308, 5860299.803015000186861 ] ] } }, +{ "type": "Feature", "properties": { "index": "895" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389136.759308, 5860299.803015000186861 ], [ 1389109.730123, 5860336.652257 ] ] } }, +{ "type": "Feature", "properties": { "index": "896" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389109.730123, 5860336.652257 ], [ 1389073.184788, 5860363.522737000137568 ] ] } }, +{ "type": "Feature", "properties": { "index": "897" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389073.184788, 5860363.522737000137568 ], [ 1389032.546542, 5860384.329287 ] ] } }, +{ "type": "Feature", "properties": { "index": "898" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389032.546542, 5860384.329287 ], [ 1388989.57841, 5860400.071979000233114 ] ] } }, +{ "type": "Feature", "properties": { "index": "899" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388989.57841, 5860400.071979000233114 ], [ 1388946.301101, 5860414.883978 ] ] } }, +{ "type": "Feature", "properties": { "index": "900" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512, 5860111.688303000293672 ], [ 1389221.905704, 5860123.325636999681592 ] ] } }, +{ "type": "Feature", "properties": { "index": "901" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389221.905704, 5860123.325636999681592 ], [ 1389177.295896, 5860134.962971 ] ] } }, +{ "type": "Feature", "properties": { "index": "902" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389177.295896, 5860134.962971 ], [ 1389132.686088, 5860146.600305000320077 ] ] } }, +{ "type": "Feature", "properties": { "index": "903" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389132.686088, 5860146.600305000320077 ], [ 1389088.076279, 5860158.237638999707997 ] ] } }, +{ "type": "Feature", "properties": { "index": "904" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389088.076279, 5860158.237638999707997 ], [ 1389044.226174, 5860172.143309 ] ] } }, +{ "type": "Feature", "properties": { "index": "905" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389044.226174, 5860172.143309 ], [ 1389012.527182, 5860198.239756000228226 ] ] } }, +{ "type": "Feature", "properties": { "index": "906" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389012.527182, 5860198.239756000228226 ], [ 1388995.773123, 5860240.481282999739051 ] ] } }, +{ "type": "Feature", "properties": { "index": "907" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388995.773123, 5860240.481282999739051 ], [ 1388973.630034, 5860280.918224000371993 ] ] } }, +{ "type": "Feature", "properties": { "index": "908" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388973.630034, 5860280.918224000371993 ], [ 1388961.171157999895513, 5860324.081193 ] ] } }, +{ "type": "Feature", "properties": { "index": "909" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388961.171157999895513, 5860324.081193 ], [ 1388955.410555, 5860369.690169 ] ] } }, +{ "type": "Feature", "properties": { "index": "910" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388955.410555, 5860369.690169 ], [ 1388946.301101, 5860414.883978 ] ] } }, +{ "type": "Feature", "properties": { "index": "911" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512, 5860111.688303000293672 ], [ 1389306.5, 5860083.476415 ] ] } }, +{ "type": "Feature", "properties": { "index": "912" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389306.5, 5860083.476415 ], [ 1389355.420758000109345, 5860074.630405000410974 ] ] } }, +{ "type": "Feature", "properties": { "index": "913" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389355.420758000109345, 5860074.630405000410974 ], [ 1389389.090761, 5860042.444930999539793 ] ] } }, +{ "type": "Feature", "properties": { "index": "914" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389389.090761, 5860042.444930999539793 ], [ 1389404.03626, 5859994.77543400041759 ] ] } }, +{ "type": "Feature", "properties": { "index": "915" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389404.03626, 5859994.77543400041759 ], [ 1389418.74413, 5859947.032029000110924 ] ] } }, +{ "type": "Feature", "properties": { "index": "916" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389418.74413, 5859947.032029000110924 ], [ 1389423.265343, 5859897.853969999589026 ] ] } }, +{ "type": "Feature", "properties": { "index": "917" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389423.265343, 5859897.853969999589026 ], [ 1389395.831074000103399, 5859856.743154999800026 ] ] } }, +{ "type": "Feature", "properties": { "index": "918" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389395.831074000103399, 5859856.743154999800026 ], [ 1389350.827043, 5859839.640479000285268 ] ] } }, +{ "type": "Feature", "properties": { "index": "919" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389350.827043, 5859839.640479000285268 ], [ 1389303.795789000112563, 5859855.887689 ] ] } }, +{ "type": "Feature", "properties": { "index": "920" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389303.795789000112563, 5859855.887689 ], [ 1389256.284587, 5859863.631581 ] ] } }, +{ "type": "Feature", "properties": { "index": "921" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389256.284587, 5859863.631581 ], [ 1389227.308454, 5859823.781623000279069 ] ] } }, +{ "type": "Feature", "properties": { "index": "922" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389227.308454, 5859823.781623000279069 ], [ 1389202.745489000109956, 5859780.279728 ] ] } }, +{ "type": "Feature", "properties": { "index": "923" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389202.745489000109956, 5859780.279728 ], [ 1389178.182524, 5859736.777831999585032 ] ] } }, +{ "type": "Feature", "properties": { "index": "924" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389178.182524, 5859736.777831999585032 ], [ 1389155.231297, 5859692.450143000110984 ] ] } }, +{ "type": "Feature", "properties": { "index": "925" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389155.231297, 5859692.450143000110984 ], [ 1389141.413413, 5859644.883844999596477 ] ] } }, +{ "type": "Feature", "properties": { "index": "926" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389141.413413, 5859644.883844999596477 ], [ 1389151.80228, 5859598.618041000328958 ] ] } }, +{ "type": "Feature", "properties": { "index": "927" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389151.80228, 5859598.618041000328958 ], [ 1389191.073855, 5859569.046822000294924 ] ] } }, +{ "type": "Feature", "properties": { "index": "928" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389191.073855, 5859569.046822000294924 ], [ 1389239.915166, 5859563.955489999614656 ] ] } }, +{ "type": "Feature", "properties": { "index": "929" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389239.915166, 5859563.955489999614656 ], [ 1389289.757686, 5859566.285021999850869 ] ] } }, +{ "type": "Feature", "properties": { "index": "930" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389289.757686, 5859566.285021999850869 ], [ 1389339.615828, 5859566.079234000295401 ] ] } }, +{ "type": "Feature", "properties": { "index": "931" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389339.615828, 5859566.079234000295401 ], [ 1389387.354308, 5859551.676989000290632 ] ] } }, +{ "type": "Feature", "properties": { "index": "932" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389387.354308, 5859551.676989000290632 ], [ 1389428.692969, 5859524.248875999823213 ] ] } }, +{ "type": "Feature", "properties": { "index": "933" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389428.692969, 5859524.248875999823213 ], [ 1389461.138922, 5859486.477509000338614 ] ] } }, +{ "type": "Feature", "properties": { "index": "934" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389461.138922, 5859486.477509000338614 ], [ 1389482.451638, 5859441.48798600025475 ] ] } }, +{ "type": "Feature", "properties": { "index": "935" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389482.451638, 5859441.48798600025475 ], [ 1389497.21546, 5859393.906833999790251 ] ] } }, +{ "type": "Feature", "properties": { "index": "936" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389497.21546, 5859393.906833999790251 ], [ 1389508.394423, 5859345.216126999817789 ] ] } }, +{ "type": "Feature", "properties": { "index": "937" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389508.394423, 5859345.216126999817789 ], [ 1389518.522438, 5859296.296714999713004 ] ] } }, +{ "type": "Feature", "properties": { "index": "938" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389518.522438, 5859296.296714999713004 ], [ 1389528.588072, 5859247.363727999851108 ] ] } }, +{ "type": "Feature", "properties": { "index": "939" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389528.588072, 5859247.363727999851108 ], [ 1389538.653705, 5859198.430741 ] ] } }, +{ "type": "Feature", "properties": { "index": "940" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389538.653705, 5859198.430741 ], [ 1389548.719339, 5859149.497754000127316 ] ] } }, +{ "type": "Feature", "properties": { "index": "941" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389548.719339, 5859149.497754000127316 ], [ 1389558.784972, 5859100.564767000265419 ] ] } }, +{ "type": "Feature", "properties": { "index": "942" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389558.784972, 5859100.564767000265419 ], [ 1389568.850606, 5859051.631780000403523 ] ] } }, +{ "type": "Feature", "properties": { "index": "943" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389568.850606, 5859051.631780000403523 ], [ 1389578.91624, 5859002.698792999610305 ] ] } }, +{ "type": "Feature", "properties": { "index": "944" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389578.91624, 5859002.698792999610305 ], [ 1389588.981873, 5858953.765805999748409 ] ] } }, +{ "type": "Feature", "properties": { "index": "945" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389588.981873, 5858953.765805999748409 ], [ 1389599.047507, 5858904.832818999886513 ] ] } }, +{ "type": "Feature", "properties": { "index": "946" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389599.047507, 5858904.832818999886513 ], [ 1389613.243874, 5858857.048414000310004 ] ] } }, +{ "type": "Feature", "properties": { "index": "947" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389613.243874, 5858857.048414000310004 ], [ 1389631.198101, 5858810.554778000339866 ] ] } }, +{ "type": "Feature", "properties": { "index": "948" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389631.198101, 5858810.554778000339866 ], [ 1389656.490606, 5858767.47295599989593 ] ] } }, +{ "type": "Feature", "properties": { "index": "949" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389656.490606, 5858767.47295599989593 ], [ 1389681.956975, 5858724.496399999596179 ] ] } }, +{ "type": "Feature", "properties": { "index": "950" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389681.956975, 5858724.496399999596179 ], [ 1389708.407580000115559, 5858682.115748000331223 ] ] } }, +{ "type": "Feature", "properties": { "index": "951" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389708.407580000115559, 5858682.115748000331223 ], [ 1389734.858186, 5858639.735096000134945 ] ] } }, +{ "type": "Feature", "properties": { "index": "952" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389734.858186, 5858639.735096000134945 ], [ 1389761.308791, 5858597.354444 ] ] } }, +{ "type": "Feature", "properties": { "index": "953" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389761.308791, 5858597.354444 ], [ 1389787.759396, 5858554.973791999742389 ] ] } }, +{ "type": "Feature", "properties": { "index": "954" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389787.759396, 5858554.973791999742389 ], [ 1389814.210002, 5858512.593139000236988 ] ] } }, +{ "type": "Feature", "properties": { "index": "955" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389814.210002, 5858512.593139000236988 ], [ 1389840.660607000114396, 5858470.212487 ] ] } }, +{ "type": "Feature", "properties": { "index": "956" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389840.660607000114396, 5858470.212487 ], [ 1389867.111212, 5858427.831834999844432 ] ] } }, +{ "type": "Feature", "properties": { "index": "957" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389867.111212, 5858427.831834999844432 ], [ 1389911.240854, 5858417.074702000245452 ] ] } }, +{ "type": "Feature", "properties": { "index": "958" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389911.240854, 5858417.074702000245452 ], [ 1389940.226093, 5858455.739662 ] ] } }, +{ "type": "Feature", "properties": { "index": "959" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389940.226093, 5858455.739662 ], [ 1389959.842267000116408, 5858501.684844999574125 ] ] } }, +{ "type": "Feature", "properties": { "index": "960" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389959.842267000116408, 5858501.684844999574125 ], [ 1389983.028927, 5858544.760824999772012 ] ] } }, +{ "type": "Feature", "properties": { "index": "961" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389983.028927, 5858544.760824999772012 ], [ 1390026.879799, 5858567.98696899972856 ] ] } }, +{ "type": "Feature", "properties": { "index": "962" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390026.879799, 5858567.98696899972856 ], [ 1390075.45572, 5858577.981817999854684 ] ] } }, +{ "type": "Feature", "properties": { "index": "963" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390075.45572, 5858577.981817999854684 ], [ 1390124.93482, 5858584.860857999883592 ] ] } }, +{ "type": "Feature", "properties": { "index": "964" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390124.93482, 5858584.860857999883592 ], [ 1390174.385966, 5858591.894069000147283 ] ] } }, +{ "type": "Feature", "properties": { "index": "965" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390174.385966, 5858591.894069000147283 ], [ 1390224.287318000104278, 5858594.262458000332117 ] ] } }, +{ "type": "Feature", "properties": { "index": "966" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390224.287318000104278, 5858594.262458000332117 ], [ 1390273.630286, 5858589.561946 ] ] } }, +{ "type": "Feature", "properties": { "index": "967" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390273.630286, 5858589.561946 ], [ 1390322.23948, 5858578.072307 ] ] } }, +{ "type": "Feature", "properties": { "index": "968" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390322.23948, 5858578.072307 ], [ 1390371.993529, 5858575.309523000381887 ] ] } }, +{ "type": "Feature", "properties": { "index": "969" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390371.993529, 5858575.309523000381887 ], [ 1390419.13544200011529, 5858559.593115 ] ] } }, +{ "type": "Feature", "properties": { "index": "970" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390419.13544200011529, 5858559.593115 ], [ 1390453.401624, 5858524.246224000118673 ] ] } }, +{ "type": "Feature", "properties": { "index": "971" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390453.401624, 5858524.246224000118673 ], [ 1390496.7495, 5858504.780008999630809 ] ] } }, +{ "type": "Feature", "properties": { "index": "972" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390496.7495, 5858504.780008999630809 ], [ 1390546.470755, 5858499.993152 ] ] } }, +{ "type": "Feature", "properties": { "index": "973" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390546.470755, 5858499.993152 ], [ 1390596.395264, 5858498.177226000465453 ] ] } }, +{ "type": "Feature", "properties": { "index": "974" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390596.395264, 5858498.177226000465453 ], [ 1390646.319773, 5858496.3613 ] ] } }, +{ "type": "Feature", "properties": { "index": "975" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390646.319773, 5858496.3613 ], [ 1390696.244282, 5858494.545374999754131 ] ] } }, +{ "type": "Feature", "properties": { "index": "976" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390696.244282, 5858494.545374999754131 ], [ 1390746.168792, 5858492.72944900020957 ] ] } }, +{ "type": "Feature", "properties": { "index": "977" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390746.168792, 5858492.72944900020957 ], [ 1390796.093301, 5858490.913524 ] ] } }, +{ "type": "Feature", "properties": { "index": "978" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390796.093301, 5858490.913524 ], [ 1390846.017810000106692, 5858489.097598000429571 ] ] } }, +{ "type": "Feature", "properties": { "index": "979" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390846.017810000106692, 5858489.097598000429571 ], [ 1390895.942319, 5858487.281673000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "980" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390895.942319, 5858487.281673000194132 ], [ 1390945.364987999899313, 5858492.061226 ] ] } }, +{ "type": "Feature", "properties": { "index": "981" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390945.364987999899313, 5858492.061226 ], [ 1390994.440002, 5858501.409873000346124 ] ] } }, +{ "type": "Feature", "properties": { "index": "982" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390994.440002, 5858501.409873000346124 ], [ 1391040.341196999885142, 5858520.979841000400484 ] ] } }, +{ "type": "Feature", "properties": { "index": "983" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391040.341196999885142, 5858520.979841000400484 ], [ 1391086.683747, 5858538.717574999667704 ] ] } }, +{ "type": "Feature", "properties": { "index": "984" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391086.683747, 5858538.717574999667704 ], [ 1391131.822940000100061, 5858523.932431999593973 ] ] } }, +{ "type": "Feature", "properties": { "index": "985" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391131.822940000100061, 5858523.932431999593973 ], [ 1391153.157671999884769, 5858479.460671000182629 ] ] } }, +{ "type": "Feature", "properties": { "index": "986" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391153.157671999884769, 5858479.460671000182629 ], [ 1391192.495906, 5858451.678391999565065 ] ] } }, +{ "type": "Feature", "properties": { "index": "987" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391192.495906, 5858451.678391999565065 ], [ 1391240.641174, 5858438.460245000198483 ] ] } }, +{ "type": "Feature", "properties": { "index": "988" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391240.641174, 5858438.460245000198483 ], [ 1391289.21176, 5858426.770406000316143 ] ] } }, +{ "type": "Feature", "properties": { "index": "989" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391289.21176, 5858426.770406000316143 ], [ 1391337.782346, 5858415.080567999742925 ] ] } }, +{ "type": "Feature", "properties": { "index": "990" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391337.782346, 5858415.080567999742925 ], [ 1391386.352933, 5858403.390728999860585 ] ] } }, +{ "type": "Feature", "properties": { "index": "991" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391386.352933, 5858403.390728999860585 ], [ 1391434.923519, 5858391.70089 ] ] } }, +{ "type": "Feature", "properties": { "index": "992" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391434.923519, 5858391.70089 ], [ 1391483.494106, 5858380.011051 ] ] } }, +{ "type": "Feature", "properties": { "index": "993" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391483.494106, 5858380.011051 ], [ 1391532.464345, 5858375.802092 ] ] } }, +{ "type": "Feature", "properties": { "index": "994" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391532.464345, 5858375.802092 ], [ 1391579.680509, 5858389.75316600035876 ] ] } }, +{ "type": "Feature", "properties": { "index": "995" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391579.680509, 5858389.75316600035876 ], [ 1391615.043221999891102, 5858422.374544000253081 ] ] } }, +{ "type": "Feature", "properties": { "index": "996" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391615.043221999891102, 5858422.374544000253081 ], [ 1391633.654095999896526, 5858468.206737999804318 ] ] } }, +{ "type": "Feature", "properties": { "index": "997" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391633.654095999896526, 5858468.206737999804318 ], [ 1391675.556872, 5858492.04251900035888 ] ] } }, +{ "type": "Feature", "properties": { "index": "998" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391675.556872, 5858492.04251900035888 ], [ 1391725.165285000111908, 5858493.223411000333726 ] ] } }, +{ "type": "Feature", "properties": { "index": "999" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391725.165285000111908, 5858493.223411000333726 ], [ 1391774.025633, 5858482.968163000419736 ] ] } }, +{ "type": "Feature", "properties": { "index": "1000" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391774.025633, 5858482.968163000419736 ], [ 1391822.748904, 5858472.800455999560654 ] ] } }, +{ "type": "Feature", "properties": { "index": "1001" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391822.748904, 5858472.800455999560654 ], [ 1391872.520156, 5858474.254766999743879 ] ] } }, +{ "type": "Feature", "properties": { "index": "1002" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391872.520156, 5858474.254766999743879 ], [ 1391922.328207, 5858478.116395000368357 ] ] } }, +{ "type": "Feature", "properties": { "index": "1003" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391922.328207, 5858478.116395000368357 ], [ 1391972.136259, 5858481.978023 ] ] } }, +{ "type": "Feature", "properties": { "index": "1004" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391972.136259, 5858481.978023 ], [ 1392014.088138000108302, 5858507.265421000309289 ] ] } }, +{ "type": "Feature", "properties": { "index": "1005" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392014.088138000108302, 5858507.265421000309289 ], [ 1392052.005776, 5858538.94962100032717 ] ] } }, +{ "type": "Feature", "properties": { "index": "1006" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392052.005776, 5858538.94962100032717 ], [ 1392100.99331899988465, 5858548.746294000186026 ] ] } }, +{ "type": "Feature", "properties": { "index": "1007" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392100.99331899988465, 5858548.746294000186026 ], [ 1392149.980863, 5858558.542967 ] ] } }, +{ "type": "Feature", "properties": { "index": "1008" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392149.980863, 5858558.542967 ], [ 1392198.767288, 5858569.252066999673843 ] ] } }, +{ "type": "Feature", "properties": { "index": "1009" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392198.767288, 5858569.252066999673843 ], [ 1392247.333907, 5858580.958378000184894 ] ] } }, +{ "type": "Feature", "properties": { "index": "1010" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392247.333907, 5858580.958378000184894 ], [ 1392295.900526, 5858592.664688999764621 ] ] } }, +{ "type": "Feature", "properties": { "index": "1011" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392295.900526, 5858592.664688999764621 ], [ 1392344.467144999885932, 5858604.371000000275671 ] ] } }, +{ "type": "Feature", "properties": { "index": "1012" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392344.467144999885932, 5858604.371000000275671 ], [ 1392389.908256, 5858624.575613999739289 ] ] } }, +{ "type": "Feature", "properties": { "index": "1013" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392389.908256, 5858624.575613999739289 ], [ 1392425.0817, 5858659.315580000169575 ] ] } }, +{ "type": "Feature", "properties": { "index": "1014" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392425.0817, 5858659.315580000169575 ], [ 1392458.203119, 5858696.715122999623418 ] ] } }, +{ "type": "Feature", "properties": { "index": "1015" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392458.203119, 5858696.715122999623418 ], [ 1392491.324538, 5858734.114666 ] ] } }, +{ "type": "Feature", "properties": { "index": "1016" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392491.324538, 5858734.114666 ], [ 1392528.963965999893844, 5858766.460637000389397 ] ] } }, +{ "type": "Feature", "properties": { "index": "1017" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392528.963965999893844, 5858766.460637000389397 ], [ 1392573.284122, 5858789.391092999838293 ] ] } }, +{ "type": "Feature", "properties": { "index": "1018" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392573.284122, 5858789.391092999838293 ], [ 1392618.033191999886185, 5858811.600886000320315 ] ] } }, +{ "type": "Feature", "properties": { "index": "1019" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392618.033191999886185, 5858811.600886000320315 ], [ 1392666.730896, 5858821.011834000237286 ] ] } }, +{ "type": "Feature", "properties": { "index": "1020" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392666.730896, 5858821.011834000237286 ], [ 1392714.397227, 5858809.184477999806404 ] ] } }, +{ "type": "Feature", "properties": { "index": "1021" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392714.397227, 5858809.184477999806404 ], [ 1392761.799295, 5858794.23129399958998 ] ] } }, +{ "type": "Feature", "properties": { "index": "1022" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392761.799295, 5858794.23129399958998 ], [ 1392810.095713, 5858797.830353000201285 ] ] } }, +{ "type": "Feature", "properties": { "index": "1023" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392810.095713, 5858797.830353000201285 ], [ 1392855.660074, 5858817.529771000146866 ] ] } }, +{ "type": "Feature", "properties": { "index": "1024" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392855.660074, 5858817.529771000146866 ], [ 1392904.672455, 5858826.347064999863505 ] ] } }, +{ "type": "Feature", "properties": { "index": "1025" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392904.672455, 5858826.347064999863505 ], [ 1392949.505033, 5858846.393357999622822 ] ] } }, +{ "type": "Feature", "properties": { "index": "1026" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392949.505033, 5858846.393357999622822 ], [ 1392993.956313, 5858868.358838000334799 ] ] } }, +{ "type": "Feature", "properties": { "index": "1027" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392993.956313, 5858868.358838000334799 ], [ 1393042.160067, 5858881.479519999586046 ] ] } }, +{ "type": "Feature", "properties": { "index": "1028" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393042.160067, 5858881.479519999586046 ], [ 1393090.363821, 5858894.600201000459492 ] ] } }, +{ "type": "Feature", "properties": { "index": "1029" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393090.363821, 5858894.600201000459492 ], [ 1393138.87778, 5858905.382868000306189 ] ] } }, +{ "type": "Feature", "properties": { "index": "1030" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393138.87778, 5858905.382868000306189 ], [ 1393188.83521, 5858905.28609300032258 ] ] } }, +{ "type": "Feature", "properties": { "index": "1031" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393188.83521, 5858905.28609300032258 ], [ 1393237.248238, 5858916.599204 ] ] } }, +{ "type": "Feature", "properties": { "index": "1032" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393237.248238, 5858916.599204 ], [ 1393278.156387999886647, 5858943.766048000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "1033" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393278.156387999886647, 5858943.766048000194132 ], [ 1393316.553906, 5858975.725158999674022 ] ] } }, +{ "type": "Feature", "properties": { "index": "1034" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393316.553906, 5858975.725158999674022 ], [ 1393354.951424, 5859007.68427 ] ] } }, +{ "type": "Feature", "properties": { "index": "1035" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393354.951424, 5859007.68427 ], [ 1393393.348943, 5859039.643380000256002 ] ] } }, +{ "type": "Feature", "properties": { "index": "1036" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393393.348943, 5859039.643380000256002 ], [ 1393431.746461, 5859071.602490999735892 ] ] } }, +{ "type": "Feature", "properties": { "index": "1037" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393431.746461, 5859071.602490999735892 ], [ 1393472.672341, 5859100.089053999632597 ] ] } }, +{ "type": "Feature", "properties": { "index": "1038" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393472.672341, 5859100.089053999632597 ], [ 1393507.678647000109777, 5859134.262683000415564 ] ] } }, +{ "type": "Feature", "properties": { "index": "1039" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393507.678647000109777, 5859134.262683000415564 ], [ 1393492.63758, 5859179.667012999765575 ] ] } }, +{ "type": "Feature", "properties": { "index": "1040" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393492.63758, 5859179.667012999765575 ], [ 1393472.727902, 5859225.064155000261962 ] ] } }, +{ "type": "Feature", "properties": { "index": "1041" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393472.727902, 5859225.064155000261962 ], [ 1393467.563765, 5859274.587596000172198 ] ] } }, +{ "type": "Feature", "properties": { "index": "1042" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393467.563765, 5859274.587596000172198 ], [ 1393473.514059, 5859323.885010000318289 ] ] } }, +{ "type": "Feature", "properties": { "index": "1043" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393473.514059, 5859323.885010000318289 ], [ 1393507.773821, 5859356.614803000353277 ] ] } }, +{ "type": "Feature", "properties": { "index": "1044" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393507.773821, 5859356.614803000353277 ], [ 1393555.824224, 5859349.253151999786496 ] ] } }, +{ "type": "Feature", "properties": { "index": "1045" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393555.824224, 5859349.253151999786496 ], [ 1393591.003386, 5859314.794959999620914 ] ] } }, +{ "type": "Feature", "properties": { "index": "1046" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393591.003386, 5859314.794959999620914 ], [ 1393633.15364, 5859288.066565000452101 ] ] } }, +{ "type": "Feature", "properties": { "index": "1047" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393633.15364, 5859288.066565000452101 ], [ 1393673.123904, 5859258.097713000141084 ] ] } }, +{ "type": "Feature", "properties": { "index": "1048" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393673.123904, 5859258.097713000141084 ], [ 1393720.523228, 5859244.838273 ] ] } }, +{ "type": "Feature", "properties": { "index": "1049" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393720.523228, 5859244.838273 ], [ 1393765.710015, 5859224.569284999743104 ] ] } }, +{ "type": "Feature", "properties": { "index": "1050" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393765.710015, 5859224.569284999743104 ], [ 1393806.409211, 5859195.609256000258029 ] ] } }, +{ "type": "Feature", "properties": { "index": "1051" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393806.409211, 5859195.609256000258029 ], [ 1393846.866743, 5859166.301537999883294 ] ] } }, +{ "type": "Feature", "properties": { "index": "1052" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388521.257593, 5855362.027613 ], [ 1388472.030307, 5855370.543776 ] ] } }, +{ "type": "Feature", "properties": { "index": "1053" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388472.030307, 5855370.543776 ], [ 1388439.000347, 5855407.802593000233173 ] ] } }, +{ "type": "Feature", "properties": { "index": "1054" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388439.000347, 5855407.802593000233173 ], [ 1388400.196092, 5855436.014135000295937 ] ] } }, +{ "type": "Feature", "properties": { "index": "1055" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388400.196092, 5855436.014135000295937 ], [ 1388351.338236, 5855446.634319 ] ] } }, +{ "type": "Feature", "properties": { "index": "1056" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388351.338236, 5855446.634319 ], [ 1388301.961882, 5855453.847478000447154 ] ] } }, +{ "type": "Feature", "properties": { "index": "1057" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388301.961882, 5855453.847478000447154 ], [ 1388252.297577, 5855451.260452999733388 ] ] } }, +{ "type": "Feature", "properties": { "index": "1058" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388252.297577, 5855451.260452999733388 ], [ 1388202.47966, 5855455.508814999833703 ] ] } }, +{ "type": "Feature", "properties": { "index": "1059" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388202.47966, 5855455.508814999833703 ], [ 1388152.683455, 5855460.015515999868512 ] ] } }, +{ "type": "Feature", "properties": { "index": "1060" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388152.683455, 5855460.015515999868512 ], [ 1388104.622612, 5855473.253734 ] ] } }, +{ "type": "Feature", "properties": { "index": "1061" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388104.622612, 5855473.253734 ], [ 1388057.005634, 5855488.445189000107348 ] ] } }, +{ "type": "Feature", "properties": { "index": "1062" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388057.005634, 5855488.445189000107348 ], [ 1388011.292357, 5855508.70027600042522 ] ] } }, +{ "type": "Feature", "properties": { "index": "1063" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388011.292357, 5855508.70027600042522 ], [ 1387969.221703, 5855535.246165 ] ] } }, +{ "type": "Feature", "properties": { "index": "1064" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.221703, 5855535.246165 ], [ 1387935.863196, 5855572.491062000393867 ] ] } }, +{ "type": "Feature", "properties": { "index": "1065" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387935.863196, 5855572.491062000393867 ], [ 1387904.610232, 5855611.432585 ] ] } }, +{ "type": "Feature", "properties": { "index": "1066" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387904.610232, 5855611.432585 ], [ 1387869.335365, 5855646.852918 ] ] } }, +{ "type": "Feature", "properties": { "index": "1067" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387869.335365, 5855646.852918 ], [ 1387831.783289, 5855679.735663999803364 ] ] } }, +{ "type": "Feature", "properties": { "index": "1068" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387831.783289, 5855679.735663999803364 ], [ 1387791.509416, 5855708.923279999755323 ] ] } }, +{ "type": "Feature", "properties": { "index": "1069" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387791.509416, 5855708.923279999755323 ], [ 1387742.459817, 5855717.213658000342548 ] ] } }, +{ "type": "Feature", "properties": { "index": "1070" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387742.459817, 5855717.213658000342548 ], [ 1387692.500367, 5855718.495404000394046 ] ] } }, +{ "type": "Feature", "properties": { "index": "1071" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387692.500367, 5855718.495404000394046 ], [ 1387642.500798, 5855718.619679000228643 ] ] } }, +{ "type": "Feature", "properties": { "index": "1072" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387642.500798, 5855718.619679000228643 ], [ 1387592.50123, 5855718.743954 ] ] } }, +{ "type": "Feature", "properties": { "index": "1073" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387592.50123, 5855718.743954 ], [ 1387542.501661, 5855718.868228999897838 ] ] } }, +{ "type": "Feature", "properties": { "index": "1074" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387542.501661, 5855718.868228999897838 ], [ 1387492.65141, 5855720.815255000256002 ] ] } }, +{ "type": "Feature", "properties": { "index": "1075" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387492.65141, 5855720.815255000256002 ], [ 1387448.867237, 5855742.752516999840736 ] ] } }, +{ "type": "Feature", "properties": { "index": "1076" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387448.867237, 5855742.752516999840736 ], [ 1387402.432745000114664, 5855761.091834000311792 ] ] } }, +{ "type": "Feature", "properties": { "index": "1077" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387402.432745000114664, 5855761.091834000311792 ], [ 1387355.687973000109196, 5855778.837216 ] ] } }, +{ "type": "Feature", "properties": { "index": "1078" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387355.687973000109196, 5855778.837216 ], [ 1387308.943201000103727, 5855796.582599 ] ] } }, +{ "type": "Feature", "properties": { "index": "1079" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387308.943201000103727, 5855796.582599 ], [ 1387262.861614, 5855815.656712999567389 ] ] } }, +{ "type": "Feature", "properties": { "index": "1080" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387262.861614, 5855815.656712999567389 ], [ 1387224.059019, 5855846.996291999705136 ] ] } }, +{ "type": "Feature", "properties": { "index": "1081" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387224.059019, 5855846.996291999705136 ], [ 1387180.719125, 5855870.194652000442147 ] ] } }, +{ "type": "Feature", "properties": { "index": "1082" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387180.719125, 5855870.194652000442147 ], [ 1387131.003996, 5855874.064550000242889 ] ] } }, +{ "type": "Feature", "properties": { "index": "1083" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387131.003996, 5855874.064550000242889 ], [ 1387081.098878, 5855871.158614000305533 ] ] } }, +{ "type": "Feature", "properties": { "index": "1084" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387081.098878, 5855871.158614000305533 ], [ 1387031.19806, 5855868.015261 ] ] } }, +{ "type": "Feature", "properties": { "index": "1085" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387031.19806, 5855868.015261 ], [ 1386981.297242, 5855864.871909 ] ] } }, +{ "type": "Feature", "properties": { "index": "1086" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386981.297242, 5855864.871909 ], [ 1386931.471473, 5855860.718019999563694 ] ] } }, +{ "type": "Feature", "properties": { "index": "1087" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386931.471473, 5855860.718019999563694 ], [ 1386881.600664, 5855857.577048 ] ] } }, +{ "type": "Feature", "properties": { "index": "1088" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386881.600664, 5855857.577048 ], [ 1386832.545594, 5855864.100991999730468 ] ] } }, +{ "type": "Feature", "properties": { "index": "1089" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386832.545594, 5855864.100991999730468 ], [ 1386787.067649, 5855884.40325399953872 ] ] } }, +{ "type": "Feature", "properties": { "index": "1090" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386787.067649, 5855884.40325399953872 ], [ 1386748.278359000105411, 5855915.544586 ] ] } }, +{ "type": "Feature", "properties": { "index": "1091" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386748.278359000105411, 5855915.544586 ], [ 1386721.15542, 5855957.124278999865055 ] ] } }, +{ "type": "Feature", "properties": { "index": "1092" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386721.15542, 5855957.124278999865055 ], [ 1386707.750366, 5856004.850832999683917 ] ] } }, +{ "type": "Feature", "properties": { "index": "1093" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386707.750366, 5856004.850832999683917 ], [ 1386699.832476, 5856054.133604000322521 ] ] } }, +{ "type": "Feature", "properties": { "index": "1094" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386699.832476, 5856054.133604000322521 ], [ 1386697.095561, 5856103.986879999749362 ] ] } }, +{ "type": "Feature", "properties": { "index": "1095" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386697.095561, 5856103.986879999749362 ], [ 1386699.401158999884501, 5856153.933416999876499 ] ] } }, +{ "type": "Feature", "properties": { "index": "1096" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386699.401158999884501, 5856153.933416999876499 ], [ 1386715.699191, 5856201.197657999582589 ] ] } }, +{ "type": "Feature", "properties": { "index": "1097" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386715.699191, 5856201.197657999582589 ], [ 1386741.121204, 5856244.100116999819875 ] ] } }, +{ "type": "Feature", "properties": { "index": "1098" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386741.121204, 5856244.100116999819875 ], [ 1386774.051379, 5856281.577650999650359 ] ] } }, +{ "type": "Feature", "properties": { "index": "1099" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386774.051379, 5856281.577650999650359 ], [ 1386811.583792, 5856314.587093000300229 ] ] } }, +{ "type": "Feature", "properties": { "index": "1100" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386811.583792, 5856314.587093000300229 ], [ 1386839.378956, 5856356.087349999696016 ] ] } }, +{ "type": "Feature", "properties": { "index": "1101" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386839.378956, 5856356.087349999696016 ], [ 1386855.653892, 5856403.364182 ] ] } }, +{ "type": "Feature", "properties": { "index": "1102" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386855.653892, 5856403.364182 ], [ 1386875.714554, 5856449.116945999674499 ] ] } }, +{ "type": "Feature", "properties": { "index": "1103" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386875.714554, 5856449.116945999674499 ], [ 1386912.179653, 5856482.939190999604762 ] ] } }, +{ "type": "Feature", "properties": { "index": "1104" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386912.179653, 5856482.939190999604762 ], [ 1386944.191176, 5856520.270726 ] ] } }, +{ "type": "Feature", "properties": { "index": "1105" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386944.191176, 5856520.270726 ], [ 1386964.188513, 5856566.025076 ] ] } }, +{ "type": "Feature", "properties": { "index": "1106" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386964.188513, 5856566.025076 ], [ 1386998.825215, 5856599.261942000128329 ] ] } }, +{ "type": "Feature", "properties": { "index": "1107" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386998.825215, 5856599.261942000128329 ], [ 1387044.828527, 5856618.849378 ] ] } }, +{ "type": "Feature", "properties": { "index": "1108" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387044.828527, 5856618.849378 ], [ 1387090.831838000100106, 5856638.436813999898732 ] ] } }, +{ "type": "Feature", "properties": { "index": "1109" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387090.831838000100106, 5856638.436813999898732 ], [ 1387136.83515, 5856658.024249999783933 ] ] } }, +{ "type": "Feature", "properties": { "index": "1110" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387136.83515, 5856658.024249999783933 ], [ 1387178.67198000010103, 5856685.128790000453591 ] ] } }, +{ "type": "Feature", "properties": { "index": "1111" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387178.67198000010103, 5856685.128790000453591 ], [ 1387217.700536, 5856716.320353000424802 ] ] } }, +{ "type": "Feature", "properties": { "index": "1112" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387217.700536, 5856716.320353000424802 ], [ 1387252.016687, 5856752.649442999623716 ] ] } }, +{ "type": "Feature", "properties": { "index": "1113" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387252.016687, 5856752.649442999623716 ], [ 1387284.798919, 5856790.190159999765456 ] ] } }, +{ "type": "Feature", "properties": { "index": "1114" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387284.798919, 5856790.190159999765456 ], [ 1387273.050185, 5856831.931571000255644 ] ] } }, +{ "type": "Feature", "properties": { "index": "1115" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387273.050185, 5856831.931571000255644 ], [ 1387226.10699, 5856849.14519300032407 ] ] } }, +{ "type": "Feature", "properties": { "index": "1116" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387226.10699, 5856849.14519300032407 ], [ 1387179.163795, 5856866.358815000392497 ] ] } }, +{ "type": "Feature", "properties": { "index": "1117" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387179.163795, 5856866.358815000392497 ], [ 1387132.220599999884143, 5856883.572436000220478 ] ] } }, +{ "type": "Feature", "properties": { "index": "1118" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387132.220599999884143, 5856883.572436000220478 ], [ 1387091.51316, 5856911.129931 ] ] } }, +{ "type": "Feature", "properties": { "index": "1119" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387091.51316, 5856911.129931 ], [ 1387071.007118, 5856956.155595 ] ] } }, +{ "type": "Feature", "properties": { "index": "1120" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387071.007118, 5856956.155595 ], [ 1387043.749112, 5856996.689189 ] ] } }, +{ "type": "Feature", "properties": { "index": "1121" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387043.749112, 5856996.689189 ], [ 1387004.639444, 5857027.840532000176609 ] ] } }, +{ "type": "Feature", "properties": { "index": "1122" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387004.639444, 5857027.840532000176609 ], [ 1386965.529776, 5857058.991875999607146 ] ] } }, +{ "type": "Feature", "properties": { "index": "1123" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386965.529776, 5857058.991875999607146 ], [ 1386926.702535, 5857090.440240000374615 ] ] } }, +{ "type": "Feature", "properties": { "index": "1124" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386926.702535, 5857090.440240000374615 ], [ 1386899.70098, 5857131.871504999697208 ] ] } }, +{ "type": "Feature", "properties": { "index": "1125" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386899.70098, 5857131.871504999697208 ], [ 1386903.626394, 5857181.005935000255704 ] ] } }, +{ "type": "Feature", "properties": { "index": "1126" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386903.626394, 5857181.005935000255704 ], [ 1386920.841402, 5857227.857345 ] ] } }, +{ "type": "Feature", "properties": { "index": "1127" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386920.841402, 5857227.857345 ], [ 1386940.647244999883696, 5857273.767048000358045 ] ] } }, +{ "type": "Feature", "properties": { "index": "1128" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386940.647244999883696, 5857273.767048000358045 ], [ 1386960.453089, 5857319.676752000115812 ] ] } }, +{ "type": "Feature", "properties": { "index": "1129" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386960.453089, 5857319.676752000115812 ], [ 1386980.258932, 5857365.586455999873579 ] ] } }, +{ "type": "Feature", "properties": { "index": "1130" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386980.258932, 5857365.586455999873579 ], [ 1387000.064776000101119, 5857411.496159000322223 ] ] } }, +{ "type": "Feature", "properties": { "index": "1131" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387000.064776000101119, 5857411.496159000322223 ], [ 1387007.528902, 5857459.537025 ] ] } }, +{ "type": "Feature", "properties": { "index": "1132" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387007.528902, 5857459.537025 ], [ 1386963.216765, 5857476.629049000330269 ] ] } }, +{ "type": "Feature", "properties": { "index": "1133" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386963.216765, 5857476.629049000330269 ], [ 1386913.783934, 5857484.135433999821544 ] ] } }, +{ "type": "Feature", "properties": { "index": "1134" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386913.783934, 5857484.135433999821544 ], [ 1386870.539328, 5857507.055611999705434 ] ] } }, +{ "type": "Feature", "properties": { "index": "1135" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386870.539328, 5857507.055611999705434 ], [ 1386832.820274, 5857539.877027000300586 ] ] } }, +{ "type": "Feature", "properties": { "index": "1136" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386832.820274, 5857539.877027000300586 ], [ 1386795.101531999884173, 5857572.698800000362098 ] ] } }, +{ "type": "Feature", "properties": { "index": "1137" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386795.101531999884173, 5857572.698800000362098 ], [ 1386758.257366, 5857606.496797 ] ] } }, +{ "type": "Feature", "properties": { "index": "1138" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386758.257366, 5857606.496797 ], [ 1386721.50239, 5857640.394349000416696 ] ] } }, +{ "type": "Feature", "properties": { "index": "1139" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386721.50239, 5857640.394349000416696 ], [ 1386691.639095, 5857680.292891000397503 ] ] } }, +{ "type": "Feature", "properties": { "index": "1140" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386691.639095, 5857680.292891000397503 ], [ 1386663.127201, 5857721.366519999690354 ] ] } }, +{ "type": "Feature", "properties": { "index": "1141" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386663.127201, 5857721.366519999690354 ], [ 1386634.707845, 5857762.50424600020051 ] ] } }, +{ "type": "Feature", "properties": { "index": "1142" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386634.707845, 5857762.50424600020051 ], [ 1386606.288488, 5857803.641971999779344 ] ] } }, +{ "type": "Feature", "properties": { "index": "1143" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386606.288488, 5857803.641971999779344 ], [ 1386577.851668, 5857844.766917999833822 ] ] } }, +{ "type": "Feature", "properties": { "index": "1144" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386577.851668, 5857844.766917999833822 ], [ 1386559.479124, 5857890.340474000200629 ] ] } }, +{ "type": "Feature", "properties": { "index": "1145" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386559.479124, 5857890.340474000200629 ], [ 1386576.858565999893472, 5857935.633445999585092 ] ] } }, +{ "type": "Feature", "properties": { "index": "1146" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386576.858565999893472, 5857935.633445999585092 ], [ 1386619.073706999886781, 5857961.189545 ] ] } }, +{ "type": "Feature", "properties": { "index": "1147" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386619.073706999886781, 5857961.189545 ], [ 1386664.860783, 5857981.277063 ] ] } }, +{ "type": "Feature", "properties": { "index": "1148" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386664.860783, 5857981.277063 ], [ 1386710.721603, 5858001.195835 ] ] } }, +{ "type": "Feature", "properties": { "index": "1149" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386710.721603, 5858001.195835 ], [ 1386756.582422999897972, 5858021.114606999792159 ] ] } }, +{ "type": "Feature", "properties": { "index": "1150" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386756.582422999897972, 5858021.114606999792159 ], [ 1386802.443244, 5858041.033378999680281 ] ] } }, +{ "type": "Feature", "properties": { "index": "1151" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386802.443244, 5858041.033378999680281 ], [ 1386848.304064, 5858060.952150999568403 ] ] } }, +{ "type": "Feature", "properties": { "index": "1152" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386848.304064, 5858060.952150999568403 ], [ 1386892.843548, 5858083.471455000340939 ] ] } }, +{ "type": "Feature", "properties": { "index": "1153" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386892.843548, 5858083.471455000340939 ], [ 1386931.443848, 5858115.251782 ] ] } }, +{ "type": "Feature", "properties": { "index": "1154" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386931.443848, 5858115.251782 ], [ 1386970.044147, 5858147.032108999788761 ] ] } }, +{ "type": "Feature", "properties": { "index": "1155" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386970.044147, 5858147.032108999788761 ], [ 1387008.644447, 5858178.812436000443995 ] ] } }, +{ "type": "Feature", "properties": { "index": "1156" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387008.644447, 5858178.812436000443995 ], [ 1387047.244747, 5858210.592763000167906 ] ] } }, +{ "type": "Feature", "properties": { "index": "1157" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387047.244747, 5858210.592763000167906 ], [ 1387085.845046, 5858242.373089999891818 ] ] } }, +{ "type": "Feature", "properties": { "index": "1158" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387085.845046, 5858242.373089999891818 ], [ 1387124.445346, 5858274.153416999615729 ] ] } }, +{ "type": "Feature", "properties": { "index": "1159" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387124.445346, 5858274.153416999615729 ], [ 1387163.045646, 5858305.933744000270963 ] ] } }, +{ "type": "Feature", "properties": { "index": "1160" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387163.045646, 5858305.933744000270963 ], [ 1387201.829349, 5858337.489214999601245 ] ] } }, +{ "type": "Feature", "properties": { "index": "1161" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387201.829349, 5858337.489214999601245 ], [ 1387246.200623, 5858359.68765200022608 ] ] } }, +{ "type": "Feature", "properties": { "index": "1162" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387246.200623, 5858359.68765200022608 ], [ 1387293.201938, 5858376.741938999854028 ] ] } }, +{ "type": "Feature", "properties": { "index": "1163" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387293.201938, 5858376.741938999854028 ], [ 1387334.200528, 5858401.73246799968183 ] ] } }, +{ "type": "Feature", "properties": { "index": "1164" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387334.200528, 5858401.73246799968183 ], [ 1387307.843875, 5858437.110806000418961 ] ] } }, +{ "type": "Feature", "properties": { "index": "1165" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387307.843875, 5858437.110806000418961 ], [ 1387260.279569, 5858425.045736 ] ] } }, +{ "type": "Feature", "properties": { "index": "1166" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387260.279569, 5858425.045736 ], [ 1387211.448235, 5858414.300555 ] ] } }, +{ "type": "Feature", "properties": { "index": "1167" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387211.448235, 5858414.300555 ], [ 1387162.612192, 5858403.576135000213981 ] ] } }, +{ "type": "Feature", "properties": { "index": "1168" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387162.612192, 5858403.576135000213981 ], [ 1387113.700151, 5858393.210482999682426 ] ] } }, +{ "type": "Feature", "properties": { "index": "1169" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387113.700151, 5858393.210482999682426 ], [ 1387064.993171, 5858381.975642000325024 ] ] } }, +{ "type": "Feature", "properties": { "index": "1170" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387064.993171, 5858381.975642000325024 ], [ 1387015.796387, 5858376.34200800023973 ] ] } }, +{ "type": "Feature", "properties": { "index": "1171" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387015.796387, 5858376.34200800023973 ], [ 1386966.208506, 5858382.746259000152349 ] ] } }, +{ "type": "Feature", "properties": { "index": "1172" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386966.208506, 5858382.746259000152349 ], [ 1386916.67681200010702, 5858389.5595260001719 ] ] } }, +{ "type": "Feature", "properties": { "index": "1173" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386916.67681200010702, 5858389.5595260001719 ], [ 1386867.19886099989526, 5858396.764011000283062 ] ] } }, +{ "type": "Feature", "properties": { "index": "1174" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386867.19886099989526, 5858396.764011000283062 ], [ 1386820.816385, 5858411.854353999719024 ] ] } }, +{ "type": "Feature", "properties": { "index": "1175" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386820.816385, 5858411.854353999719024 ], [ 1386841.361235, 5858445.514383999630809 ] ] } }, +{ "type": "Feature", "properties": { "index": "1176" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386841.361235, 5858445.514383999630809 ], [ 1386890.796275, 5858452.915635 ] ] } }, +{ "type": "Feature", "properties": { "index": "1177" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386890.796275, 5858452.915635 ], [ 1386940.277141, 5858460.100080999545753 ] ] } }, +{ "type": "Feature", "properties": { "index": "1178" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386940.277141, 5858460.100080999545753 ], [ 1386989.847998, 5858466.483407 ] ] } }, +{ "type": "Feature", "properties": { "index": "1179" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386989.847998, 5858466.483407 ], [ 1387039.689649, 5858470.456085000187159 ] ] } }, +{ "type": "Feature", "properties": { "index": "1180" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387039.689649, 5858470.456085000187159 ], [ 1387088.843806, 5858479.424947000108659 ] ] } }, +{ "type": "Feature", "properties": { "index": "1181" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387088.843806, 5858479.424947000108659 ], [ 1387137.906045, 5858489.061807 ] ] } }, +{ "type": "Feature", "properties": { "index": "1182" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387137.906045, 5858489.061807 ], [ 1387186.33653, 5858500.879680999554694 ] ] } }, +{ "type": "Feature", "properties": { "index": "1183" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387186.33653, 5858500.879680999554694 ], [ 1387231.661051, 5858521.42306 ] ] } }, +{ "type": "Feature", "properties": { "index": "1184" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387231.661051, 5858521.42306 ], [ 1387268.120025, 5858555.03504899982363 ] ] } }, +{ "type": "Feature", "properties": { "index": "1185" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387268.120025, 5858555.03504899982363 ], [ 1387300.917169, 5858592.775208 ] ] } }, +{ "type": "Feature", "properties": { "index": "1186" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387300.917169, 5858592.775208 ], [ 1387340.521647, 5858622.315197999589145 ] ] } }, +{ "type": "Feature", "properties": { "index": "1187" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387340.521647, 5858622.315197999589145 ], [ 1387387.47692, 5858639.495844 ] ] } }, +{ "type": "Feature", "properties": { "index": "1188" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387387.47692, 5858639.495844 ], [ 1387436.116963, 5858650.828613 ] ] } }, +{ "type": "Feature", "properties": { "index": "1189" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387436.116963, 5858650.828613 ], [ 1387485.194104, 5858660.261458000168204 ] ] } }, +{ "type": "Feature", "properties": { "index": "1190" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387485.194104, 5858660.261458000168204 ], [ 1387533.80419, 5858671.493854000233114 ] ] } }, +{ "type": "Feature", "properties": { "index": "1191" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387533.80419, 5858671.493854000233114 ], [ 1387580.296834, 5858689.619014999829233 ] ] } }, +{ "type": "Feature", "properties": { "index": "1192" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387580.296834, 5858689.619014999829233 ], [ 1387628.455277, 5858703.062847999855876 ] ] } }, +{ "type": "Feature", "properties": { "index": "1193" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387628.455277, 5858703.062847999855876 ], [ 1387677.211432, 5858713.786248999647796 ] ] } }, +{ "type": "Feature", "properties": { "index": "1194" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387677.211432, 5858713.786248999647796 ], [ 1387726.995392, 5858712.747127000242472 ] ] } }, +{ "type": "Feature", "properties": { "index": "1195" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387726.995392, 5858712.747127000242472 ], [ 1387773.343349, 5858725.01447799988091 ] ] } }, +{ "type": "Feature", "properties": { "index": "1196" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387773.343349, 5858725.01447799988091 ], [ 1387806.363671999890357, 5858762.310494 ] ] } }, +{ "type": "Feature", "properties": { "index": "1197" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387806.363671999890357, 5858762.310494 ], [ 1387799.717028, 5858810.149600000120699 ] ] } }, +{ "type": "Feature", "properties": { "index": "1198" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387799.717028, 5858810.149600000120699 ], [ 1387771.97114, 5858850.861093999817967 ] ] } }, +{ "type": "Feature", "properties": { "index": "1199" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387771.97114, 5858850.861093999817967 ], [ 1387723.076751, 5858854.679317999631166 ] ] } }, +{ "type": "Feature", "properties": { "index": "1200" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387723.076751, 5858854.679317999631166 ], [ 1387673.274138, 5858850.996178000234067 ] ] } }, +{ "type": "Feature", "properties": { "index": "1201" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387673.274138, 5858850.996178000234067 ], [ 1387624.170362999895588, 5858858.384703 ] ] } }, +{ "type": "Feature", "properties": { "index": "1202" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387624.170362999895588, 5858858.384703 ], [ 1387575.715394, 5858857.046075999736786 ] ] } }, +{ "type": "Feature", "properties": { "index": "1203" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387575.715394, 5858857.046075999736786 ], [ 1387529.438333, 5858838.116817999631166 ] ] } }, +{ "type": "Feature", "properties": { "index": "1204" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387529.438333, 5858838.116817999631166 ], [ 1387481.179235, 5858825.222028000280261 ] ] } }, +{ "type": "Feature", "properties": { "index": "1205" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387481.179235, 5858825.222028000280261 ], [ 1387432.215501, 5858815.797907000407577 ] ] } }, +{ "type": "Feature", "properties": { "index": "1206" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387432.215501, 5858815.797907000407577 ], [ 1387382.431882, 5858811.154251 ] ] } }, +{ "type": "Feature", "properties": { "index": "1207" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387382.431882, 5858811.154251 ], [ 1387336.607073, 5858824.075685 ] ] } }, +{ "type": "Feature", "properties": { "index": "1208" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387336.607073, 5858824.075685 ], [ 1387327.458137, 5858870.885959999635816 ] ] } }, +{ "type": "Feature", "properties": { "index": "1209" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387327.458137, 5858870.885959999635816 ], [ 1387344.619252, 5858917.84837600030005 ] ] } }, +{ "type": "Feature", "properties": { "index": "1210" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387344.619252, 5858917.84837600030005 ], [ 1387358.089984, 5858965.710649999789894 ] ] } }, +{ "type": "Feature", "properties": { "index": "1211" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387358.089984, 5858965.710649999789894 ], [ 1387329.564613, 5859003.58358300011605 ] ] } }, +{ "type": "Feature", "properties": { "index": "1212" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387329.564613, 5859003.58358300011605 ], [ 1387285.783743999898434, 5858993.70319200027734 ] ] } }, +{ "type": "Feature", "properties": { "index": "1213" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387285.783743999898434, 5858993.70319200027734 ], [ 1387248.355973, 5858961.317974999547005 ] ] } }, +{ "type": "Feature", "properties": { "index": "1214" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387248.355973, 5858961.317974999547005 ], [ 1387199.500434, 5858963.645902000367641 ] ] } }, +{ "type": "Feature", "properties": { "index": "1215" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387199.500434, 5858963.645902000367641 ], [ 1387151.482699, 5858977.5839609997347 ] ] } }, +{ "type": "Feature", "properties": { "index": "1216" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387151.482699, 5858977.5839609997347 ], [ 1387103.632612, 5858992.082135000266135 ] ] } }, +{ "type": "Feature", "properties": { "index": "1217" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387103.632612, 5858992.082135000266135 ], [ 1387055.85334, 5859006.816905999556184 ] ] } }, +{ "type": "Feature", "properties": { "index": "1218" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387055.85334, 5859006.816905999556184 ], [ 1387008.074067, 5859021.551676999777555 ] ] } }, +{ "type": "Feature", "properties": { "index": "1219" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387008.074067, 5859021.551676999777555 ], [ 1386960.294795, 5859036.286448 ] ] } }, +{ "type": "Feature", "properties": { "index": "1220" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386960.294795, 5859036.286448 ], [ 1386912.515523, 5859051.021219000220299 ] ] } }, +{ "type": "Feature", "properties": { "index": "1221" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386912.515523, 5859051.021219000220299 ], [ 1386864.736251, 5859065.75599000044167 ] ] } }, +{ "type": "Feature", "properties": { "index": "1222" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386864.736251, 5859065.75599000044167 ], [ 1386816.956979, 5859080.490760999731719 ] ] } }, +{ "type": "Feature", "properties": { "index": "1223" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386816.956979, 5859080.490760999731719 ], [ 1386769.832018, 5859096.976014000363648 ] ] } }, +{ "type": "Feature", "properties": { "index": "1224" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386769.832018, 5859096.976014000363648 ], [ 1386724.102283, 5859117.193916999734938 ] ] } }, +{ "type": "Feature", "properties": { "index": "1225" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386724.102283, 5859117.193916999734938 ], [ 1386678.372547, 5859137.41182 ] ] } }, +{ "type": "Feature", "properties": { "index": "1226" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386678.372547, 5859137.41182 ], [ 1386632.642811000114307, 5859157.629723000340164 ] ] } }, +{ "type": "Feature", "properties": { "index": "1227" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386632.642811000114307, 5859157.629723000340164 ], [ 1386586.913076, 5859177.847625999711454 ] ] } }, +{ "type": "Feature", "properties": { "index": "1228" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386586.913076, 5859177.847625999711454 ], [ 1386541.181931, 5859198.062338000163436 ] ] } }, +{ "type": "Feature", "properties": { "index": "1229" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386541.181931, 5859198.062338000163436 ], [ 1386495.431539, 5859218.233454000204802 ] ] } }, +{ "type": "Feature", "properties": { "index": "1230" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386495.431539, 5859218.233454000204802 ], [ 1386449.681146, 5859238.404569 ] ] } }, +{ "type": "Feature", "properties": { "index": "1231" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386449.681146, 5859238.404569 ], [ 1386404.749107, 5859260.31422199960798 ] ] } }, +{ "type": "Feature", "properties": { "index": "1232" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386404.749107, 5859260.31422199960798 ], [ 1386360.756596, 5859284.020065000280738 ] ] } }, +{ "type": "Feature", "properties": { "index": "1233" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386360.756596, 5859284.020065000280738 ], [ 1386317.622745, 5859309.307279 ] ] } }, +{ "type": "Feature", "properties": { "index": "1234" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386317.622745, 5859309.307279 ], [ 1386274.488894, 5859334.594494 ] ] } }, +{ "type": "Feature", "properties": { "index": "1235" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386274.488894, 5859334.594494 ], [ 1386231.354724, 5859359.881164000369608 ] ] } }, +{ "type": "Feature", "properties": { "index": "1236" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386231.354724, 5859359.881164000369608 ], [ 1386188.788940999889746, 5859385.978958000428975 ] ] } }, +{ "type": "Feature", "properties": { "index": "1237" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386188.788940999889746, 5859385.978958000428975 ], [ 1386153.170269999885932, 5859420.751349000260234 ] ] } }, +{ "type": "Feature", "properties": { "index": "1238" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386153.170269999885932, 5859420.751349000260234 ], [ 1386127.241227, 5859463.084467999637127 ] ] } }, +{ "type": "Feature", "properties": { "index": "1239" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386127.241227, 5859463.084467999637127 ], [ 1386108.996457, 5859509.052054 ] ] } }, +{ "type": "Feature", "properties": { "index": "1240" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386108.996457, 5859509.052054 ], [ 1386105.954033, 5859558.959126999601722 ] ] } }, +{ "type": "Feature", "properties": { "index": "1241" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386105.954033, 5859558.959126999601722 ], [ 1386101.917093, 5859608.782216000370681 ] ] } }, +{ "type": "Feature", "properties": { "index": "1242" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386101.917093, 5859608.782216000370681 ], [ 1386088.458338999887928, 5859656.65266599971801 ] ] } }, +{ "type": "Feature", "properties": { "index": "1243" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386088.458338999887928, 5859656.65266599971801 ], [ 1386075.65203, 5859704.419184000231326 ] ] } }, +{ "type": "Feature", "properties": { "index": "1244" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386075.65203, 5859704.419184000231326 ], [ 1386076.574771, 5859754.410392000339925 ] ] } }, +{ "type": "Feature", "properties": { "index": "1245" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386076.574771, 5859754.410392000339925 ], [ 1386077.497511, 5859804.401600000448525 ] ] } }, +{ "type": "Feature", "properties": { "index": "1246" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386077.497511, 5859804.401600000448525 ], [ 1386078.420251, 5859854.392807999625802 ] ] } }, +{ "type": "Feature", "properties": { "index": "1247" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384050.267681, 5856698.702002 ], [ 1384085.778962, 5856733.441067 ] ] } }, +{ "type": "Feature", "properties": { "index": "1248" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384085.778962, 5856733.441067 ], [ 1384122.993944, 5856766.592179999686778 ] ] } }, +{ "type": "Feature", "properties": { "index": "1249" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384122.993944, 5856766.592179999686778 ], [ 1384160.35096, 5856799.578122000209987 ] ] } }, +{ "type": "Feature", "properties": { "index": "1250" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384160.35096, 5856799.578122000209987 ], [ 1384198.384373999899253, 5856831.724872999824584 ] ] } }, +{ "type": "Feature", "properties": { "index": "1251" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384198.384373999899253, 5856831.724872999824584 ], [ 1384230.112839, 5856870.159957 ] ] } }, +{ "type": "Feature", "properties": { "index": "1252" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384230.112839, 5856870.159957 ], [ 1384259.121702, 5856910.628997 ] ] } }, +{ "type": "Feature", "properties": { "index": "1253" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384259.121702, 5856910.628997 ], [ 1384287.023719, 5856951.925832999870181 ] ] } }, +{ "type": "Feature", "properties": { "index": "1254" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384287.023719, 5856951.925832999870181 ], [ 1384314.929269, 5856993.220281000249088 ] ] } }, +{ "type": "Feature", "properties": { "index": "1255" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384314.929269, 5856993.220281000249088 ], [ 1384344.819753, 5857033.056208999827504 ] ] } }, +{ "type": "Feature", "properties": { "index": "1256" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384344.819753, 5857033.056208999827504 ], [ 1384375.89111, 5857072.024426000192761 ] ] } }, +{ "type": "Feature", "properties": { "index": "1257" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384375.89111, 5857072.024426000192761 ], [ 1384412.732156000100076, 5857105.507667999714613 ] ] } }, +{ "type": "Feature", "properties": { "index": "1258" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384412.732156000100076, 5857105.507667999714613 ], [ 1384450.079483, 5857138.509611999616027 ] ] } }, +{ "type": "Feature", "properties": { "index": "1259" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384450.079483, 5857138.509611999616027 ], [ 1384487.426863, 5857171.511497000232339 ] ] } }, +{ "type": "Feature", "properties": { "index": "1260" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384487.426863, 5857171.511497000232339 ], [ 1384525.20776, 5857204.014278000220656 ] ] } }, +{ "type": "Feature", "properties": { "index": "1261" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384525.20776, 5857204.014278000220656 ], [ 1384563.111989000113681, 5857236.375066 ] ] } }, +{ "type": "Feature", "properties": { "index": "1262" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384563.111989000113681, 5857236.375066 ], [ 1384601.016218, 5857268.735852999612689 ] ] } }, +{ "type": "Feature", "properties": { "index": "1263" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384601.016218, 5857268.735852999612689 ], [ 1384638.920447, 5857301.09664100036025 ] ] } }, +{ "type": "Feature", "properties": { "index": "1264" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384638.920447, 5857301.09664100036025 ], [ 1384669.604955000104383, 5857340.313404999673367 ] ] } }, +{ "type": "Feature", "properties": { "index": "1265" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384669.604955000104383, 5857340.313404999673367 ], [ 1384699.518248, 5857380.104403000324965 ] ] } }, +{ "type": "Feature", "properties": { "index": "1266" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384699.518248, 5857380.104403000324965 ], [ 1384719.806332, 5857425.627417 ] ] } }, +{ "type": "Feature", "properties": { "index": "1267" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384719.806332, 5857425.627417 ], [ 1384740.094417, 5857471.150430999696255 ] ] } }, +{ "type": "Feature", "properties": { "index": "1268" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384740.094417, 5857471.150430999696255 ], [ 1384760.382502, 5857516.673445000313222 ] ] } }, +{ "type": "Feature", "properties": { "index": "1269" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384760.382502, 5857516.673445000313222 ], [ 1384780.670586, 5857562.196459 ] ] } }, +{ "type": "Feature", "properties": { "index": "1270" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384780.670586, 5857562.196459 ], [ 1384802.672203, 5857606.838340999558568 ] ] } }, +{ "type": "Feature", "properties": { "index": "1271" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384802.672203, 5857606.838340999558568 ], [ 1384827.896526, 5857649.823045000433922 ] ] } }, +{ "type": "Feature", "properties": { "index": "1272" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384827.896526, 5857649.823045000433922 ], [ 1384854.757883, 5857691.606820999644697 ] ] } }, +{ "type": "Feature", "properties": { "index": "1273" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384854.757883, 5857691.606820999644697 ], [ 1384888.185769, 5857728.573394999839365 ] ] } }, +{ "type": "Feature", "properties": { "index": "1274" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384888.185769, 5857728.573394999839365 ], [ 1384921.613655, 5857765.539970000274479 ] ] } }, +{ "type": "Feature", "properties": { "index": "1275" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384921.613655, 5857765.539970000274479 ], [ 1384956.145454, 5857801.445756999775767 ] ] } }, +{ "type": "Feature", "properties": { "index": "1276" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384956.145454, 5857801.445756999775767 ], [ 1384991.751307, 5857836.319449 ] ] } }, +{ "type": "Feature", "properties": { "index": "1277" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384991.751307, 5857836.319449 ], [ 1385027.357158999890089, 5857871.193141999654472 ] ] } }, +{ "type": "Feature", "properties": { "index": "1278" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385027.357158999890089, 5857871.193141999654472 ], [ 1385062.963012, 5857906.066835000179708 ] ] } }, +{ "type": "Feature", "properties": { "index": "1279" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385062.963012, 5857906.066835000179708 ], [ 1385098.568864, 5857940.940527999773622 ] ] } }, +{ "type": "Feature", "properties": { "index": "1280" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385098.568864, 5857940.940527999773622 ], [ 1385135.753846, 5857974.029478999786079 ] ] } }, +{ "type": "Feature", "properties": { "index": "1281" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385135.753846, 5857974.029478999786079 ], [ 1385175.738456000108272, 5858003.622976000420749 ] ] } }, +{ "type": "Feature", "properties": { "index": "1282" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385175.738456000108272, 5858003.622976000420749 ], [ 1385218.653757000109181, 5858028.965196999721229 ] ] } }, +{ "type": "Feature", "properties": { "index": "1283" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385218.653757000109181, 5858028.965196999721229 ], [ 1385262.454937, 5858052.706983 ] ] } }, +{ "type": "Feature", "properties": { "index": "1284" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385262.454937, 5858052.706983 ], [ 1385306.715554999886081, 5858075.618745000101626 ] ] } }, +{ "type": "Feature", "properties": { "index": "1285" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385306.715554999886081, 5858075.618745000101626 ], [ 1385350.976173, 5858098.530508000403643 ] ] } }, +{ "type": "Feature", "properties": { "index": "1286" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385350.976173, 5858098.530508000403643 ], [ 1385395.236792, 5858121.442270000465214 ] ] } }, +{ "type": "Feature", "properties": { "index": "1287" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385395.236792, 5858121.442270000465214 ], [ 1385439.49741, 5858144.354031999595463 ] ] } }, +{ "type": "Feature", "properties": { "index": "1288" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385439.49741, 5858144.354031999595463 ], [ 1385483.758027999894693, 5858167.26579499989748 ] ] } }, +{ "type": "Feature", "properties": { "index": "1289" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385483.758027999894693, 5858167.26579499989748 ], [ 1385528.018646, 5858190.177557 ] ] } }, +{ "type": "Feature", "properties": { "index": "1290" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385528.018646, 5858190.177557 ], [ 1385571.606102, 5858214.277654999867082 ] ] } }, +{ "type": "Feature", "properties": { "index": "1291" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385571.606102, 5858214.277654999867082 ], [ 1385614.013401, 5858240.461089000105858 ] ] } }, +{ "type": "Feature", "properties": { "index": "1292" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385614.013401, 5858240.461089000105858 ], [ 1385656.42069899989292, 5858266.644523000344634 ] ] } }, +{ "type": "Feature", "properties": { "index": "1293" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385656.42069899989292, 5858266.644523000344634 ], [ 1385698.773112, 5858292.896189999766648 ] ] } }, +{ "type": "Feature", "properties": { "index": "1294" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385698.773112, 5858292.896189999766648 ], [ 1385733.435650000115857, 5858328.707635000348091 ] ] } }, +{ "type": "Feature", "properties": { "index": "1295" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385733.435650000115857, 5858328.707635000348091 ], [ 1385768.098189, 5858364.519078999757767 ] ] } }, +{ "type": "Feature", "properties": { "index": "1296" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385768.098189, 5858364.519078999757767 ], [ 1385795.882535, 5858405.467094000428915 ] ] } }, +{ "type": "Feature", "properties": { "index": "1297" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385795.882535, 5858405.467094000428915 ], [ 1385820.377635, 5858448.871485999785364 ] ] } }, +{ "type": "Feature", "properties": { "index": "1298" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385820.377635, 5858448.871485999785364 ], [ 1385841.084314, 5858493.920931999571621 ] ] } }, +{ "type": "Feature", "properties": { "index": "1299" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385841.084314, 5858493.920931999571621 ], [ 1385856.076262, 5858541.451898000203073 ] ] } }, +{ "type": "Feature", "properties": { "index": "1300" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385856.076262, 5858541.451898000203073 ], [ 1385865.6689, 5858590.250006999820471 ] ] } }, +{ "type": "Feature", "properties": { "index": "1301" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385865.6689, 5858590.250006999820471 ], [ 1385873.387287, 5858639.487977 ] ] } }, +{ "type": "Feature", "properties": { "index": "1302" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385873.387287, 5858639.487977 ], [ 1385875.01795, 5858689.287252999842167 ] ] } }, +{ "type": "Feature", "properties": { "index": "1303" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385875.01795, 5858689.287252999842167 ], [ 1385876.432928999885917, 5858739.106416 ] ] } }, +{ "type": "Feature", "properties": { "index": "1304" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385876.432928999885917, 5858739.106416 ], [ 1385878.32982200011611, 5858788.908142000436783 ] ] } }, +{ "type": "Feature", "properties": { "index": "1305" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385878.32982200011611, 5858788.908142000436783 ], [ 1385880.519215, 5858838.699283 ] ] } }, +{ "type": "Feature", "properties": { "index": "1306" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385880.519215, 5858838.699283 ], [ 1385882.620351, 5858888.493529999628663 ] ] } }, +{ "type": "Feature", "properties": { "index": "1307" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385882.620351, 5858888.493529999628663 ], [ 1385883.937444, 5858938.315378 ] ] } }, +{ "type": "Feature", "properties": { "index": "1308" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385883.937444, 5858938.315378 ], [ 1385885.25453900010325, 5858988.137225000187755 ] ] } }, +{ "type": "Feature", "properties": { "index": "1309" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385885.25453900010325, 5858988.137225000187755 ], [ 1385890.650534, 5859037.630401000380516 ] ] } }, +{ "type": "Feature", "properties": { "index": "1310" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385890.650534, 5859037.630401000380516 ], [ 1385901.777443000115454, 5859086.092394 ] ] } }, +{ "type": "Feature", "properties": { "index": "1311" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385901.777443000115454, 5859086.092394 ], [ 1385915.397955, 5859134.034368 ] ] } }, +{ "type": "Feature", "properties": { "index": "1312" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385915.397955, 5859134.034368 ], [ 1385928.426053, 5859182.139209000393748 ] ] } }, +{ "type": "Feature", "properties": { "index": "1313" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385928.426053, 5859182.139209000393748 ], [ 1385941.228082, 5859230.306202 ] ] } }, +{ "type": "Feature", "properties": { "index": "1314" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385941.228082, 5859230.306202 ], [ 1385945.092689, 5859279.734330999664962 ] ] } }, +{ "type": "Feature", "properties": { "index": "1315" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385945.092689, 5859279.734330999664962 ], [ 1385937.902412000112236, 5859328.779896000400186 ] ] } }, +{ "type": "Feature", "properties": { "index": "1316" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.902412000112236, 5859328.779896000400186 ], [ 1385932.795076, 5859378.173213999718428 ] ] } }, +{ "type": "Feature", "properties": { "index": "1317" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385932.795076, 5859378.173213999718428 ], [ 1385937.702696, 5859427.770255000330508 ] ] } }, +{ "type": "Feature", "properties": { "index": "1318" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.702696, 5859427.770255000330508 ], [ 1385939.035938, 5859477.502303999848664 ] ] } }, +{ "type": "Feature", "properties": { "index": "1319" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385939.035938, 5859477.502303999848664 ], [ 1385937.883638000115752, 5859527.328235000371933 ] ] } }, +{ "type": "Feature", "properties": { "index": "1320" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.883638000115752, 5859527.328235000371933 ], [ 1385940.515994, 5859576.989168000407517 ] ] } }, +{ "type": "Feature", "properties": { "index": "1321" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385940.515994, 5859576.989168000407517 ], [ 1385950.701545, 5859625.530177 ] ] } }, +{ "type": "Feature", "properties": { "index": "1322" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385950.701545, 5859625.530177 ], [ 1385970.467743, 5859670.991298999637365 ] ] } }, +{ "type": "Feature", "properties": { "index": "1323" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385970.467743, 5859670.991298999637365 ], [ 1386011.983088, 5859697.862917000427842 ] ] } }, +{ "type": "Feature", "properties": { "index": "1324" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386011.983088, 5859697.862917000427842 ], [ 1386052.21359600010328, 5859727.119807999581099 ] ] } }, +{ "type": "Feature", "properties": { "index": "1325" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386052.21359600010328, 5859727.119807999581099 ], [ 1386046.501013, 5859771.612672000192106 ] ] } }, +{ "type": "Feature", "properties": { "index": "1326" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386046.501013, 5859771.612672000192106 ], [ 1386026.809696, 5859816.87392000015825 ] ] } }, +{ "type": "Feature", "properties": { "index": "1327" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386026.809696, 5859816.87392000015825 ], [ 1386030.149607, 5859866.379010000266135 ] ] } }, +{ "type": "Feature", "properties": { "index": "1328" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386030.149607, 5859866.379010000266135 ], [ 1386045.250939, 5859913.859036000445485 ] ] } }, +{ "type": "Feature", "properties": { "index": "1329" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384196.861816, 5856829.880483999848366 ], [ 1384235.225193, 5856854.977666 ] ] } }, +{ "type": "Feature", "properties": { "index": "1330" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384235.225193, 5856854.977666 ], [ 1384263.45033, 5856892.038371000438929 ] ] } }, +{ "type": "Feature", "properties": { "index": "1331" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384263.45033, 5856892.038371000438929 ], [ 1384291.675467000110075, 5856929.099076 ] ] } }, +{ "type": "Feature", "properties": { "index": "1332" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384291.675467000110075, 5856929.099076 ], [ 1384319.900603, 5856966.159781999886036 ] ] } }, +{ "type": "Feature", "properties": { "index": "1333" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384319.900603, 5856966.159781999886036 ], [ 1384347.205868, 5857003.89451100025326 ] ] } }, +{ "type": "Feature", "properties": { "index": "1334" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384347.205868, 5857003.89451100025326 ], [ 1384380.322691, 5857036.360282000154257 ] ] } }, +{ "type": "Feature", "properties": { "index": "1335" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384380.322691, 5857036.360282000154257 ], [ 1384415.156611, 5857067.29169400036335 ] ] } }, +{ "type": "Feature", "properties": { "index": "1336" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384415.156611, 5857067.29169400036335 ], [ 1384449.343576, 5857098.828099999576807 ] ] } }, +{ "type": "Feature", "properties": { "index": "1337" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384449.343576, 5857098.828099999576807 ], [ 1384470.00481, 5857139.926174 ] ] } }, +{ "type": "Feature", "properties": { "index": "1338" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384470.00481, 5857139.926174 ], [ 1384484.180762, 5857184.301804999820888 ] ] } }, +{ "type": "Feature", "properties": { "index": "1339" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384289.065524, 5856954.947840999811888 ], [ 1384305.049611000111327, 5856994.887349000200629 ] ] } }, +{ "type": "Feature", "properties": { "index": "1340" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384305.049611000111327, 5856994.887349000200629 ], [ 1384321.033697, 5857034.826856000348926 ] ] } }, +{ "type": "Feature", "properties": { "index": "1341" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384321.033697, 5857034.826856000348926 ], [ 1384347.445656, 5857068.672039000317454 ] ] } }, +{ "type": "Feature", "properties": { "index": "1342" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384347.445656, 5857068.672039000317454 ], [ 1384374.130628, 5857102.4069520002231 ] ] } }, +{ "type": "Feature", "properties": { "index": "1343" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384374.130628, 5857102.4069520002231 ], [ 1384399.587644, 5857137.085412000305951 ] ] } }, +{ "type": "Feature", "properties": { "index": "1344" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384399.587644, 5857137.085412000305951 ], [ 1384425.044659999897704, 5857171.763872999697924 ] ] } }, +{ "type": "Feature", "properties": { "index": "1345" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384425.044659999897704, 5857171.763872999697924 ], [ 1384456.866521, 5857200.577978 ] ] } }, +{ "type": "Feature", "properties": { "index": "1346" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384456.866521, 5857200.577978 ], [ 1384480.774831, 5857195.244455000385642 ] ] } }, +{ "type": "Feature", "properties": { "index": "1347" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384456.866521, 5857200.577978 ], [ 1384478.871156, 5857219.682923000305891 ] ] } }, +{ "type": "Feature", "properties": { "index": "1348" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384493.329777, 5857201.95233799982816 ], [ 1384478.871156, 5857219.682923000305891 ] ] } }, +{ "type": "Feature", "properties": { "index": "1349" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384493.329777, 5857201.95233799982816 ], [ 1384511.3211, 5857246.008046000264585 ] ] } }, +{ "type": "Feature", "properties": { "index": "1350" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384511.3211, 5857246.008046000264585 ], [ 1384478.871156, 5857219.682923000305891 ] ] } }, +{ "type": "Feature", "properties": { "index": "1351" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384512.484967, 5857248.858029000461102 ], [ 1384550.208547, 5857281.60918700043112 ] ] } }, +{ "type": "Feature", "properties": { "index": "1352" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384550.208547, 5857281.60918700043112 ], [ 1384587.932128, 5857314.360344000160694 ] ] } }, +{ "type": "Feature", "properties": { "index": "1353" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384587.932128, 5857314.360344000160694 ], [ 1384608.456867, 5857358.785164999775589 ] ] } }, +{ "type": "Feature", "properties": { "index": "1354" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384608.456867, 5857358.785164999775589 ], [ 1384624.966164, 5857405.935456000268459 ] ] } }, +{ "type": "Feature", "properties": { "index": "1355" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384624.966164, 5857405.935456000268459 ], [ 1384639.938245, 5857453.586039000190794 ] ] } }, +{ "type": "Feature", "properties": { "index": "1356" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384639.938245, 5857453.586039000190794 ], [ 1384654.342376, 5857501.421463999897242 ] ] } }, +{ "type": "Feature", "properties": { "index": "1357" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384654.342376, 5857501.421463999897242 ], [ 1384665.748858, 5857550.055336000397801 ] ] } }, +{ "type": "Feature", "properties": { "index": "1358" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384665.748858, 5857550.055336000397801 ], [ 1384677.047727, 5857598.717872000299394 ] ] } }, +{ "type": "Feature", "properties": { "index": "1359" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384677.047727, 5857598.717872000299394 ], [ 1384688.346595, 5857647.380408000200987 ] ] } }, +{ "type": "Feature", "properties": { "index": "1360" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384688.346595, 5857647.380408000200987 ], [ 1384699.645464, 5857696.04294400010258 ] ] } }, +{ "type": "Feature", "properties": { "index": "1361" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384699.645464, 5857696.04294400010258 ], [ 1384710.944332000100985, 5857744.70548 ] ] } }, +{ "type": "Feature", "properties": { "index": "1362" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384710.944332000100985, 5857744.70548 ], [ 1384726.848783, 5857791.671307999640703 ] ] } }, +{ "type": "Feature", "properties": { "index": "1363" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384726.848783, 5857791.671307999640703 ], [ 1384753.929338, 5857833.199648999609053 ] ] } }, +{ "type": "Feature", "properties": { "index": "1364" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384753.929338, 5857833.199648999609053 ], [ 1384783.627482, 5857873.006574999541044 ] ] } }, +{ "type": "Feature", "properties": { "index": "1365" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384783.627482, 5857873.006574999541044 ], [ 1384795.018453000113368, 5857920.637507 ] ] } }, +{ "type": "Feature", "properties": { "index": "1366" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384795.018453000113368, 5857920.637507 ], [ 1384785.075932, 5857969.445632999762893 ] ] } }, +{ "type": "Feature", "properties": { "index": "1367" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384785.075932, 5857969.445632999762893 ], [ 1384771.479073, 5858017.516750000417233 ] ] } }, +{ "type": "Feature", "properties": { "index": "1368" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384771.479073, 5858017.516750000417233 ], [ 1384763.32519, 5858066.675424999557436 ] ] } }, +{ "type": "Feature", "properties": { "index": "1369" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384763.32519, 5858066.675424999557436 ], [ 1384757.40540700010024, 5858116.280496000312269 ] ] } }, +{ "type": "Feature", "properties": { "index": "1370" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384757.40540700010024, 5858116.280496000312269 ], [ 1384746.211964, 5858164.956996999680996 ] ] } }, +{ "type": "Feature", "properties": { "index": "1371" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384746.211964, 5858164.956996999680996 ], [ 1384738.028054999886081, 5858213.862444000318646 ] ] } }, +{ "type": "Feature", "properties": { "index": "1372" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384738.028054999886081, 5858213.862444000318646 ], [ 1384756.479259, 5858259.218585999682546 ] ] } }, +{ "type": "Feature", "properties": { "index": "1373" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384756.479259, 5858259.218585999682546 ], [ 1384792.653981, 5858293.253395999781787 ] ] } }, +{ "type": "Feature", "properties": { "index": "1374" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384792.653981, 5858293.253395999781787 ], [ 1384839.146884, 5858310.949097 ] ] } }, +{ "type": "Feature", "properties": { "index": "1375" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384839.146884, 5858310.949097 ], [ 1384888.51751, 5858307.535864000208676 ] ] } }, +{ "type": "Feature", "properties": { "index": "1376" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384888.51751, 5858307.535864000208676 ], [ 1384936.622763, 5858294.06823099963367 ] ] } }, +{ "type": "Feature", "properties": { "index": "1377" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384936.622763, 5858294.06823099963367 ], [ 1384984.637113, 5858280.272529999725521 ] ] } }, +{ "type": "Feature", "properties": { "index": "1378" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384984.637113, 5858280.272529999725521 ], [ 1385032.633651, 5858266.414711000397801 ] ] } }, +{ "type": "Feature", "properties": { "index": "1379" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385032.633651, 5858266.414711000397801 ], [ 1385081.88684, 5858258.136645000427961 ] ] } }, +{ "type": "Feature", "properties": { "index": "1380" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385081.88684, 5858258.136645000427961 ], [ 1385131.310464, 5858263.211210999637842 ] ] } }, +{ "type": "Feature", "properties": { "index": "1381" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385131.310464, 5858263.211210999637842 ], [ 1385177.729395, 5858281.168494 ] ] } }, +{ "type": "Feature", "properties": { "index": "1382" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385177.729395, 5858281.168494 ], [ 1385219.956519, 5858307.842426000162959 ] ] } }, +{ "type": "Feature", "properties": { "index": "1383" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385219.956519, 5858307.842426000162959 ], [ 1385261.864507, 5858335.034839999862015 ] ] } }, +{ "type": "Feature", "properties": { "index": "1384" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385261.864507, 5858335.034839999862015 ], [ 1385305.658711999887601, 5858358.964501 ] ] } }, +{ "type": "Feature", "properties": { "index": "1385" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385305.658711999887601, 5858358.964501 ], [ 1385350.136276, 5858381.712097999639809 ] ] } }, +{ "type": "Feature", "properties": { "index": "1386" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385350.136276, 5858381.712097999639809 ], [ 1385394.617425, 5858404.452681999653578 ] ] } }, +{ "type": "Feature", "properties": { "index": "1387" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385394.617425, 5858404.452681999653578 ], [ 1385439.245916000101715, 5858426.90189899969846 ] ] } }, +{ "type": "Feature", "properties": { "index": "1388" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385439.245916000101715, 5858426.90189899969846 ], [ 1385483.926140000112355, 5858449.248808999545872 ] ] } }, +{ "type": "Feature", "properties": { "index": "1389" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385483.926140000112355, 5858449.248808999545872 ], [ 1385525.860647, 5858475.863234000280499 ] ] } }, +{ "type": "Feature", "properties": { "index": "1390" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385525.860647, 5858475.863234000280499 ], [ 1385553.357332, 5858517.40488800033927 ] ] } }, +{ "type": "Feature", "properties": { "index": "1391" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385553.357332, 5858517.40488800033927 ], [ 1385579.617479, 5858559.686365 ] ] } }, +{ "type": "Feature", "properties": { "index": "1392" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385579.617479, 5858559.686365 ], [ 1385621.905694, 5858585.068031 ] ] } }, +{ "type": "Feature", "properties": { "index": "1393" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385621.905694, 5858585.068031 ], [ 1385664.027274, 5858611.351026999764144 ] ] } }, +{ "type": "Feature", "properties": { "index": "1394" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385664.027274, 5858611.351026999764144 ], [ 1385700.387206, 5858645.507954999804497 ] ] } }, +{ "type": "Feature", "properties": { "index": "1395" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385700.387206, 5858645.507954999804497 ], [ 1385734.601841, 5858681.909404999576509 ] ] } }, +{ "type": "Feature", "properties": { "index": "1396" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385734.601841, 5858681.909404999576509 ], [ 1385768.816477, 5858718.310854 ] ] } }, +{ "type": "Feature", "properties": { "index": "1397" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385768.816477, 5858718.310854 ], [ 1385802.200312, 5858755.447309999726713 ] ] } }, +{ "type": "Feature", "properties": { "index": "1398" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385802.200312, 5858755.447309999726713 ], [ 1385834.159462, 5858793.844178999774158 ] ] } }, +{ "type": "Feature", "properties": { "index": "1399" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385352.471788, 5858398.702549999579787 ], [ 1385323.609450000105426, 5858430.098599 ] ] } }, +{ "type": "Feature", "properties": { "index": "1400" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385323.609450000105426, 5858430.098599 ], [ 1385286.38877599989064, 5858419.3060919996351 ] ] } }, +{ "type": "Feature", "properties": { "index": "1401" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385286.38877599989064, 5858419.3060919996351 ], [ 1385252.458743, 5858394.201655000448227 ] ] } }, +{ "type": "Feature", "properties": { "index": "1402" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385252.458743, 5858394.201655000448227 ], [ 1385217.536378, 5858369.723605000413954 ] ] } }, +{ "type": "Feature", "properties": { "index": "1403" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385217.536378, 5858369.723605000413954 ], [ 1385177.87752, 5858363.975666999816895 ] ] } }, +{ "type": "Feature", "properties": { "index": "1404" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384748.107251999899745, 5858475.46539399959147 ], [ 1384773.662756, 5858482.028829 ] ] } }, +{ "type": "Feature", "properties": { "index": "1405" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384773.662756, 5858482.028829 ], [ 1384799.21826, 5858488.592263 ] ] } }, +{ "type": "Feature", "properties": { "index": "1406" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385831.554474999895319, 5858837.476551 ], [ 1385834.933234000112861, 5858795.367518000304699 ] ] } }, +{ "type": "Feature", "properties": { "index": "1407" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385834.933234000112861, 5858795.367518000304699 ], [ 1385855.640896, 5858836.135080000385642 ] ] } }, +{ "type": "Feature", "properties": { "index": "1408" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385425.871742000104859, 5858809.522039 ], [ 1385446.21624, 5858844.397749000228941 ] ] } }, +{ "type": "Feature", "properties": { "index": "1409" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385446.21624, 5858844.397749000228941 ], [ 1385453.998638000106439, 5858886.437653999775648 ] ] } }, +{ "type": "Feature", "properties": { "index": "1410" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385453.998638000106439, 5858886.437653999775648 ], [ 1385472.218053, 5858925.273073 ] ] } }, +{ "type": "Feature", "properties": { "index": "1411" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385831.554474999895319, 5858837.476551 ], [ 1385855.640896, 5858836.135080000385642 ] ] } }, +{ "type": "Feature", "properties": { "index": "1412" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385861.372514, 5858893.832569000311196 ], [ 1385844.630084, 5858865.848266 ] ] } }, +{ "type": "Feature", "properties": { "index": "1413" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385844.630084, 5858865.848266 ], [ 1385831.554474999895319, 5858837.476551 ] ] } }, +{ "type": "Feature", "properties": { "index": "1414" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387137.223009, 5858981.723106999881566 ], [ 1387148.048593, 5859026.366798000410199 ] ] } }, +{ "type": "Feature", "properties": { "index": "1415" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387148.048593, 5859026.366798000410199 ], [ 1387119.959376000100747, 5859056.934599 ] ] } }, +{ "type": "Feature", "properties": { "index": "1416" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387119.959376000100747, 5859056.934599 ], [ 1387074.832296, 5859065.301005999557674 ] ] } }, +{ "type": "Feature", "properties": { "index": "1417" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387074.832296, 5859065.301005999557674 ], [ 1387030.356415, 5859076.861371000297368 ] ] } }, +{ "type": "Feature", "properties": { "index": "1418" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387030.356415, 5859076.861371000297368 ], [ 1386986.427999, 5859090.309647999703884 ] ] } }, +{ "type": "Feature", "properties": { "index": "1419" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386986.427999, 5859090.309647999703884 ], [ 1386945.966695, 5859111.788386999629438 ] ] } }, +{ "type": "Feature", "properties": { "index": "1420" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386945.966695, 5859111.788386999629438 ], [ 1386905.771023999899626, 5859134.105929000303149 ] ] } }, +{ "type": "Feature", "properties": { "index": "1421" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386905.771023999899626, 5859134.105929000303149 ], [ 1386871.537448, 5859162.609671000391245 ] ] } }, +{ "type": "Feature", "properties": { "index": "1422" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386871.537448, 5859162.609671000391245 ], [ 1386921.106019, 5859163.103915000334382 ] ] } }, +{ "type": "Feature", "properties": { "index": "1423" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386921.106019, 5859163.103915000334382 ], [ 1386970.627896, 5859161.624509000219405 ] ] } }, +{ "type": "Feature", "properties": { "index": "1424" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386970.627896, 5859161.624509000219405 ], [ 1387019.9936, 5859157.412991000339389 ] ] } }, +{ "type": "Feature", "properties": { "index": "1425" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387019.9936, 5859157.412991000339389 ], [ 1387069.191226, 5859151.340003999881446 ] ] } }, +{ "type": "Feature", "properties": { "index": "1426" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387069.191226, 5859151.340003999881446 ], [ 1387118.547864, 5859146.828393000178039 ] ] } }, +{ "type": "Feature", "properties": { "index": "1427" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387118.547864, 5859146.828393000178039 ], [ 1387167.916039, 5859151.025294000282884 ] ] } }, +{ "type": "Feature", "properties": { "index": "1428" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387167.916039, 5859151.025294000282884 ], [ 1387217.282605, 5859155.523035 ] ] } }, +{ "type": "Feature", "properties": { "index": "1429" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387217.282605, 5859155.523035 ], [ 1387266.649171000113711, 5859160.020774999633431 ] ] } }, +{ "type": "Feature", "properties": { "index": "1430" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387266.649171000113711, 5859160.020774999633431 ], [ 1387315.831188, 5859165.716172999702394 ] ] } }, +{ "type": "Feature", "properties": { "index": "1431" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387315.831188, 5859165.716172999702394 ], [ 1387364.261765, 5859176.288154000416398 ] ] } }, +{ "type": "Feature", "properties": { "index": "1432" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387364.261765, 5859176.288154000416398 ], [ 1387411.186260000104085, 5859192.118344999849796 ] ] } }, +{ "type": "Feature", "properties": { "index": "1433" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387411.186260000104085, 5859192.118344999849796 ], [ 1387455.544593, 5859213.906051999889314 ] ] } }, +{ "type": "Feature", "properties": { "index": "1434" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387455.544593, 5859213.906051999889314 ], [ 1387490.610425, 5859248.941348999738693 ] ] } }, +{ "type": "Feature", "properties": { "index": "1435" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387490.610425, 5859248.941348999738693 ], [ 1387525.979066, 5859283.669168000109494 ] ] } }, +{ "type": "Feature", "properties": { "index": "1436" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387525.979066, 5859283.669168000109494 ], [ 1387563.532417, 5859316.027063 ] ] } }, +{ "type": "Feature", "properties": { "index": "1437" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387563.532417, 5859316.027063 ], [ 1387601.085768, 5859348.38495699968189 ] ] } }, +{ "type": "Feature", "properties": { "index": "1438" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387601.085768, 5859348.38495699968189 ], [ 1387638.639119, 5859380.742851999588311 ] ] } }, +{ "type": "Feature", "properties": { "index": "1439" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387638.639119, 5859380.742851999588311 ], [ 1387676.192471, 5859413.100746000185609 ] ] } }, +{ "type": "Feature", "properties": { "index": "1440" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387676.192471, 5859413.100746000185609 ], [ 1387713.745822, 5859445.458641 ] ] } }, +{ "type": "Feature", "properties": { "index": "1441" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387713.745822, 5859445.458641 ], [ 1387750.394378, 5859478.82517100032419 ] ] } }, +{ "type": "Feature", "properties": { "index": "1442" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387750.394378, 5859478.82517100032419 ], [ 1387786.626277, 5859512.656178000383079 ] ] } }, +{ "type": "Feature", "properties": { "index": "1443" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387786.626277, 5859512.656178000383079 ], [ 1387822.858176, 5859546.487185000441968 ] ] } }, +{ "type": "Feature", "properties": { "index": "1444" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387822.858176, 5859546.487185000441968 ], [ 1387850.66234, 5859586.980696000158787 ] ] } }, +{ "type": "Feature", "properties": { "index": "1445" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387850.66234, 5859586.980696000158787 ], [ 1387868.193222, 5859633.330900999717414 ] ] } }, +{ "type": "Feature", "properties": { "index": "1446" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387868.193222, 5859633.330900999717414 ], [ 1387885.53561, 5859679.769345000386238 ] ] } }, +{ "type": "Feature", "properties": { "index": "1447" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387885.53561, 5859679.769345000386238 ], [ 1387902.854486, 5859726.216552999801934 ] ] } }, +{ "type": "Feature", "properties": { "index": "1448" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387902.854486, 5859726.216552999801934 ], [ 1387920.137465, 5859772.677140000276268 ] ] } }, +{ "type": "Feature", "properties": { "index": "1449" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387920.137465, 5859772.677140000276268 ], [ 1387937.420445, 5859819.137725999578834 ] ] } }, +{ "type": "Feature", "properties": { "index": "1450" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387937.420445, 5859819.137725999578834 ], [ 1387948.863531, 5859867.082766000181437 ] ] } }, +{ "type": "Feature", "properties": { "index": "1451" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387948.863531, 5859867.082766000181437 ], [ 1387950.013254000106826, 5859916.565449999645352 ] ] } }, +{ "type": "Feature", "properties": { "index": "1452" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387950.013254000106826, 5859916.565449999645352 ], [ 1387947.430783, 5859966.047936 ] ] } }, +{ "type": "Feature", "properties": { "index": "1453" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387947.430783, 5859966.047936 ], [ 1387943.997958, 5860015.499966000206769 ] ] } }, +{ "type": "Feature", "properties": { "index": "1454" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387943.997958, 5860015.499966000206769 ], [ 1387940.565134, 5860064.95199599955231 ] ] } }, +{ "type": "Feature", "properties": { "index": "1455" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.565134, 5860064.95199599955231 ], [ 1387945.371778, 5860113.959104999899864 ] ] } }, +{ "type": "Feature", "properties": { "index": "1456" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387945.371778, 5860113.959104999899864 ], [ 1387964.117816, 5860159.736531999893486 ] ] } }, +{ "type": "Feature", "properties": { "index": "1457" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387964.117816, 5860159.736531999893486 ], [ 1387984.093857999891043, 5860205.104421 ] ] } }, +{ "type": "Feature", "properties": { "index": "1458" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387984.093857999891043, 5860205.104421 ], [ 1388004.069899, 5860250.472308999858797 ] ] } }, +{ "type": "Feature", "properties": { "index": "1459" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388004.069899, 5860250.472308999858797 ], [ 1388027.686926, 5860293.896034000441432 ] ] } }, +{ "type": "Feature", "properties": { "index": "1460" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388027.686926, 5860293.896034000441432 ], [ 1388060.096316, 5860331.348725999705493 ] ] } }, +{ "type": "Feature", "properties": { "index": "1461" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388060.096316, 5860331.348725999705493 ], [ 1388092.967689, 5860368.453448000364006 ] ] } }, +{ "type": "Feature", "properties": { "index": "1462" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388092.967689, 5860368.453448000364006 ], [ 1388119.020827, 5860410.51025199983269 ] ] } }, +{ "type": "Feature", "properties": { "index": "1463" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388119.020827, 5860410.51025199983269 ], [ 1388143.407623, 5860453.6677740002051 ] ] } }, +{ "type": "Feature", "properties": { "index": "1464" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388143.407623, 5860453.6677740002051 ], [ 1388167.794418, 5860496.825295999646187 ] ] } }, +{ "type": "Feature", "properties": { "index": "1465" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388167.794418, 5860496.825295999646187 ], [ 1388187.411865, 5860542.097805 ] ] } }, +{ "type": "Feature", "properties": { "index": "1466" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388187.411865, 5860542.097805 ], [ 1388193.385166000109166, 5860591.251542000100017 ] ] } }, +{ "type": "Feature", "properties": { "index": "1467" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388193.385166000109166, 5860591.251542000100017 ], [ 1388198.812296, 5860640.524594999849796 ] ] } }, +{ "type": "Feature", "properties": { "index": "1468" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388198.812296, 5860640.524594999849796 ], [ 1388204.239426, 5860689.797648999840021 ] ] } }, +{ "type": "Feature", "properties": { "index": "1469" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388204.239426, 5860689.797648999840021 ], [ 1388184.484932, 5860730.700381999835372 ] ] } }, +{ "type": "Feature", "properties": { "index": "1470" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388184.484932, 5860730.700381999835372 ], [ 1388159.550175, 5860759.392760000191629 ] ] } }, +{ "type": "Feature", "properties": { "index": "1471" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388159.550175, 5860759.392760000191629 ], [ 1388171.988545, 5860807.377909 ] ] } }, +{ "type": "Feature", "properties": { "index": "1472" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388171.988545, 5860807.377909 ], [ 1388215.013826, 5860825.214943000115454 ] ] } }, +{ "type": "Feature", "properties": { "index": "1473" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388215.013826, 5860825.214943000115454 ], [ 1388264.397385, 5860829.298033 ] ] } }, +{ "type": "Feature", "properties": { "index": "1474" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388264.397385, 5860829.298033 ], [ 1388313.062300000106916, 5860837.304879000410438 ] ] } }, +{ "type": "Feature", "properties": { "index": "1475" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388313.062300000106916, 5860837.304879000410438 ], [ 1388360.993895, 5860849.948045999743044 ] ] } }, +{ "type": "Feature", "properties": { "index": "1476" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388360.993895, 5860849.948045999743044 ], [ 1388408.925491, 5860862.591213 ] ] } }, +{ "type": "Feature", "properties": { "index": "1477" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388408.925491, 5860862.591213 ], [ 1388458.22099, 5860866.957201999612153 ] ] } }, +{ "type": "Feature", "properties": { "index": "1478" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388458.22099, 5860866.957201999612153 ], [ 1388507.336333000101149, 5860873.218384999781847 ] ] } }, +{ "type": "Feature", "properties": { "index": "1479" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388507.336333000101149, 5860873.218384999781847 ], [ 1388556.215695, 5860881.470383999869227 ] ] } }, +{ "type": "Feature", "properties": { "index": "1480" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388556.215695, 5860881.470383999869227 ], [ 1388604.556662, 5860892.36196899972856 ] ] } }, +{ "type": "Feature", "properties": { "index": "1481" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388604.556662, 5860892.36196899972856 ], [ 1388653.599403, 5860897.157898000441492 ] ] } }, +{ "type": "Feature", "properties": { "index": "1482" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388653.599403, 5860897.157898000441492 ], [ 1388700.080393, 5860881.090510999783874 ] ] } }, +{ "type": "Feature", "properties": { "index": "1483" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388700.080393, 5860881.090510999783874 ], [ 1388732.687004, 5860844.794781000353396 ] ] } }, +{ "type": "Feature", "properties": { "index": "1484" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388732.687004, 5860844.794781000353396 ], [ 1388755.953327, 5860801.023036000318825 ] ] } }, +{ "type": "Feature", "properties": { "index": "1485" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388755.953327, 5860801.023036000318825 ], [ 1388778.233699, 5860756.840239999815822 ] ] } }, +{ "type": "Feature", "properties": { "index": "1486" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388778.233699, 5860756.840239999815822 ], [ 1388792.950794, 5860709.50426399987191 ] ] } }, +{ "type": "Feature", "properties": { "index": "1487" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388792.950794, 5860709.50426399987191 ], [ 1388807.667889, 5860662.168288 ] ] } }, +{ "type": "Feature", "properties": { "index": "1488" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388807.667889, 5860662.168288 ], [ 1388819.224422999890521, 5860613.968190999701619 ] ] } }, +{ "type": "Feature", "properties": { "index": "1489" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388819.224422999890521, 5860613.968190999701619 ], [ 1388830.638255000114441, 5860565.729078999720514 ] ] } }, +{ "type": "Feature", "properties": { "index": "1490" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388830.638255000114441, 5860565.729078999720514 ], [ 1388842.05208700010553, 5860517.489966000430286 ] ] } }, +{ "type": "Feature", "properties": { "index": "1491" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388842.05208700010553, 5860517.489966000430286 ], [ 1388862.77624, 5860472.578981 ] ] } }, +{ "type": "Feature", "properties": { "index": "1492" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388862.77624, 5860472.578981 ], [ 1388884.529400000115857, 5860428.035884000360966 ] ] } }, +{ "type": "Feature", "properties": { "index": "1493" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388884.529400000115857, 5860428.035884000360966 ], [ 1388906.282638, 5860383.492824000306427 ] ] } }, +{ "type": "Feature", "properties": { "index": "1494" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388906.282638, 5860383.492824000306427 ], [ 1388933.946376, 5860342.419800000265241 ] ] } }, +{ "type": "Feature", "properties": { "index": "1495" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388933.946376, 5860342.419800000265241 ], [ 1388962.240716, 5860301.717001000419259 ] ] } }, +{ "type": "Feature", "properties": { "index": "1496" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386871.537448, 5859162.609671000391245 ], [ 1386825.198348, 5859175.156894000247121 ] ] } }, +{ "type": "Feature", "properties": { "index": "1497" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386825.198348, 5859175.156894000247121 ], [ 1386779.333999, 5859189.448421999812126 ] ] } }, +{ "type": "Feature", "properties": { "index": "1498" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386779.333999, 5859189.448421999812126 ], [ 1386733.445003, 5859203.660136999562383 ] ] } }, +{ "type": "Feature", "properties": { "index": "1499" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386733.445003, 5859203.660136999562383 ], [ 1386687.508546999888495, 5859217.718167999759316 ] ] } }, +{ "type": "Feature", "properties": { "index": "1500" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386687.508546999888495, 5859217.718167999759316 ], [ 1386641.57209, 5859231.776199 ] ] } }, +{ "type": "Feature", "properties": { "index": "1501" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386641.57209, 5859231.776199 ], [ 1386595.451642000116408, 5859245.168246 ] ] } }, +{ "type": "Feature", "properties": { "index": "1502" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386595.451642000116408, 5859245.168246 ], [ 1386548.813361, 5859256.68592599965632 ] ] } }, +{ "type": "Feature", "properties": { "index": "1503" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386548.813361, 5859256.68592599965632 ], [ 1386502.175079, 5859268.203606000170112 ] ] } }, +{ "type": "Feature", "properties": { "index": "1504" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386502.175079, 5859268.203606000170112 ], [ 1386455.354357, 5859278.943273999728262 ] ] } }, +{ "type": "Feature", "properties": { "index": "1505" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386455.354357, 5859278.943273999728262 ], [ 1386408.87924, 5859290.671230000443757 ] ] } }, +{ "type": "Feature", "properties": { "index": "1506" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386408.87924, 5859290.671230000443757 ], [ 1386364.691368999890983, 5859309.518466000445187 ] ] } }, +{ "type": "Feature", "properties": { "index": "1507" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386364.691368999890983, 5859309.518466000445187 ], [ 1386320.503498, 5859328.365702000446618 ] ] } }, +{ "type": "Feature", "properties": { "index": "1508" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386320.503498, 5859328.365702000446618 ], [ 1386273.173812, 5859335.36546 ] ] } }, +{ "type": "Feature", "properties": { "index": "1509" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388946.301101, 5860414.883978 ], [ 1388922.246059, 5860458.418739000335336 ] ] } }, +{ "type": "Feature", "properties": { "index": "1510" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388922.246059, 5860458.418739000335336 ], [ 1388900.295978, 5860503.075898 ] ] } }, +{ "type": "Feature", "properties": { "index": "1511" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388900.295978, 5860503.075898 ], [ 1388878.345897, 5860547.733056999742985 ] ] } }, +{ "type": "Feature", "properties": { "index": "1512" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388878.345897, 5860547.733056999742985 ], [ 1388856.88774, 5860592.570928 ] ] } }, +{ "type": "Feature", "properties": { "index": "1513" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388856.88774, 5860592.570928 ], [ 1388853.07602, 5860641.795407 ] ] } }, +{ "type": "Feature", "properties": { "index": "1514" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388853.07602, 5860641.795407 ], [ 1388856.119827, 5860691.462329000234604 ] ] } }, +{ "type": "Feature", "properties": { "index": "1515" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388856.119827, 5860691.462329000234604 ], [ 1388859.163634000113234, 5860741.129250999540091 ] ] } }, +{ "type": "Feature", "properties": { "index": "1516" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388859.163634000113234, 5860741.129250999540091 ], [ 1388862.207441, 5860790.7961729997769 ] ] } }, +{ "type": "Feature", "properties": { "index": "1517" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388862.207441, 5860790.7961729997769 ], [ 1388866.356326, 5860840.344227000139654 ] ] } }, +{ "type": "Feature", "properties": { "index": "1518" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388866.356326, 5860840.344227000139654 ], [ 1388873.944741, 5860889.52231 ] ] } }, +{ "type": "Feature", "properties": { "index": "1519" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388873.944741, 5860889.52231 ], [ 1388883.174273, 5860938.398466999642551 ] ] } }, +{ "type": "Feature", "properties": { "index": "1520" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388883.174273, 5860938.398466999642551 ], [ 1388890.216840999899432, 5860987.212368999607861 ] ] } }, +{ "type": "Feature", "properties": { "index": "1521" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388890.216840999899432, 5860987.212368999607861 ], [ 1388884.322195, 5861036.622095 ] ] } }, +{ "type": "Feature", "properties": { "index": "1522" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388884.322195, 5861036.622095 ], [ 1388878.427548999898136, 5861086.031821000389755 ] ] } }, +{ "type": "Feature", "properties": { "index": "1523" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388878.427548999898136, 5861086.031821000389755 ], [ 1388872.532903, 5861135.441546999849379 ] ] } }, +{ "type": "Feature", "properties": { "index": "1524" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388872.532903, 5861135.441546999849379 ], [ 1388866.638256999896839, 5861184.851273000240326 ] ] } }, +{ "type": "Feature", "properties": { "index": "1525" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388866.638256999896839, 5861184.851273000240326 ], [ 1388854.620841, 5861232.489912999793887 ] ] } }, +{ "type": "Feature", "properties": { "index": "1526" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388854.620841, 5861232.489912999793887 ], [ 1388833.227561, 5861277.416469000279903 ] ] } }, +{ "type": "Feature", "properties": { "index": "1527" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388833.227561, 5861277.416469000279903 ], [ 1388811.834282, 5861322.343026 ] ] } }, +{ "type": "Feature", "properties": { "index": "1528" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388811.834282, 5861322.343026 ], [ 1388790.441001999890432, 5861367.269581999629736 ] ] } }, +{ "type": "Feature", "properties": { "index": "1529" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388790.441001999890432, 5861367.269581999629736 ], [ 1388769.047723, 5861412.196139000356197 ] ] } }, +{ "type": "Feature", "properties": { "index": "1530" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388769.047723, 5861412.196139000356197 ], [ 1388747.654444, 5861457.122695 ] ] } }, +{ "type": "Feature", "properties": { "index": "1531" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388747.654444, 5861457.122695 ], [ 1388725.026127000106499, 5861501.410492000170052 ] ] } }, +{ "type": "Feature", "properties": { "index": "1532" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388725.026127000106499, 5861501.410492000170052 ], [ 1388700.725247999886051, 5861544.833242 ] ] } }, +{ "type": "Feature", "properties": { "index": "1533" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388700.725247999886051, 5861544.833242 ], [ 1388676.42437, 5861588.255990999750793 ] ] } }, +{ "type": "Feature", "properties": { "index": "1534" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388676.42437, 5861588.255990999750793 ], [ 1388632.324465, 5861606.441271999850869 ] ] } }, +{ "type": "Feature", "properties": { "index": "1535" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388632.324465, 5861606.441271999850869 ], [ 1388583.463808, 5861611.105615000240505 ] ] } }, +{ "type": "Feature", "properties": { "index": "1536" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388583.463808, 5861611.105615000240505 ], [ 1388534.764013, 5861604.222017999738455 ] ] } }, +{ "type": "Feature", "properties": { "index": "1537" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388534.764013, 5861604.222017999738455 ], [ 1388489.56648900010623, 5861583.407317999750376 ] ] } }, +{ "type": "Feature", "properties": { "index": "1538" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388489.56648900010623, 5861583.407317999750376 ], [ 1388444.204916, 5861563.162507999688387 ] ] } }, +{ "type": "Feature", "properties": { "index": "1539" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388444.204916, 5861563.162507999688387 ], [ 1388394.858231, 5861556.761521000415087 ] ] } }, +{ "type": "Feature", "properties": { "index": "1540" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388394.858231, 5861556.761521000415087 ], [ 1388350.680838, 5861570.40867399983108 ] ] } }, +{ "type": "Feature", "properties": { "index": "1541" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388350.680838, 5861570.40867399983108 ], [ 1388310.581733, 5861599.872713999822736 ] ] } }, +{ "type": "Feature", "properties": { "index": "1542" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388310.581733, 5861599.872713999822736 ], [ 1388271.039626, 5861629.969603000208735 ] ] } }, +{ "type": "Feature", "properties": { "index": "1543" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388271.039626, 5861629.969603000208735 ], [ 1388236.72221, 5861666.002684 ] ] } }, +{ "type": "Feature", "properties": { "index": "1544" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388236.72221, 5861666.002684 ], [ 1388202.404795, 5861702.035764000378549 ] ] } }, +{ "type": "Feature", "properties": { "index": "1545" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388202.404795, 5861702.035764000378549 ], [ 1388168.087379, 5861738.068845000118017 ] ] } }, +{ "type": "Feature", "properties": { "index": "1546" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388168.087379, 5861738.068845000118017 ], [ 1388133.769964, 5861774.10192499961704 ] ] } }, +{ "type": "Feature", "properties": { "index": "1547" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388133.769964, 5861774.10192499961704 ], [ 1388099.452549, 5861810.135005 ] ] } }, +{ "type": "Feature", "properties": { "index": "1548" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388099.452549, 5861810.135005 ], [ 1388065.135133, 5861846.168085999786854 ] ] } }, +{ "type": "Feature", "properties": { "index": "1549" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388065.135133, 5861846.168085999786854 ], [ 1388022.995197, 5861866.899685 ] ] } }, +{ "type": "Feature", "properties": { "index": "1550" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388022.995197, 5861866.899685 ], [ 1387973.6905, 5861873.616436 ] ] } }, +{ "type": "Feature", "properties": { "index": "1551" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387973.6905, 5861873.616436 ], [ 1387924.470484, 5861880.906596999615431 ] ] } }, +{ "type": "Feature", "properties": { "index": "1552" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387924.470484, 5861880.906596999615431 ], [ 1387877.962617, 5861896.157045999541879 ] ] } }, +{ "type": "Feature", "properties": { "index": "1553" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387877.962617, 5861896.157045999541879 ], [ 1387917.070526000112295, 5861911.915830000303686 ] ] } }, +{ "type": "Feature", "properties": { "index": "1554" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387917.070526000112295, 5861911.915830000303686 ], [ 1387966.654668, 5861916.096835000440478 ] ] } }, +{ "type": "Feature", "properties": { "index": "1555" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387966.654668, 5861916.096835000440478 ], [ 1388016.318006, 5861919.063730999827385 ] ] } }, +{ "type": "Feature", "properties": { "index": "1556" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388016.318006, 5861919.063730999827385 ], [ 1388066.025120999896899, 5861921.359511000104249 ] ] } }, +{ "type": "Feature", "properties": { "index": "1557" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388066.025120999896899, 5861921.359511000104249 ], [ 1388115.732235, 5861923.655290000140667 ] ] } }, +{ "type": "Feature", "properties": { "index": "1558" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388115.732235, 5861923.655290000140667 ], [ 1388161.130695, 5861931.457672 ] ] } }, +{ "type": "Feature", "properties": { "index": "1559" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388161.130695, 5861931.457672 ], [ 1388139.871223999885842, 5861964.082641 ] ] } }, +{ "type": "Feature", "properties": { "index": "1560" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388139.871223999885842, 5861964.082641 ], [ 1388090.726846, 5861957.769498 ] ] } }, +{ "type": "Feature", "properties": { "index": "1561" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388090.726846, 5861957.769498 ], [ 1388049.339105, 5861983.736727000214159 ] ] } }, +{ "type": "Feature", "properties": { "index": "1562" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388049.339105, 5861983.736727000214159 ], [ 1388024.713076000101864, 5862026.975905999541283 ] ] } }, +{ "type": "Feature", "properties": { "index": "1563" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388024.713076000101864, 5862026.975905999541283 ], [ 1387980.016218, 5862047.702197999693453 ] ] } }, +{ "type": "Feature", "properties": { "index": "1564" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387980.016218, 5862047.702197999693453 ], [ 1387931.906731, 5862056.853296999819577 ] ] } }, +{ "type": "Feature", "properties": { "index": "1565" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387931.906731, 5862056.853296999819577 ], [ 1387882.187313, 5862058.865105000324547 ] ] } }, +{ "type": "Feature", "properties": { "index": "1566" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387882.187313, 5862058.865105000324547 ], [ 1387832.722496999893337, 5862057.341085 ] ] } }, +{ "type": "Feature", "properties": { "index": "1567" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387832.722496999893337, 5862057.341085 ], [ 1387783.804231, 5862048.226750999689102 ] ] } }, +{ "type": "Feature", "properties": { "index": "1568" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387783.804231, 5862048.226750999689102 ], [ 1387734.885963999899104, 5862039.112416000105441 ] ] } }, +{ "type": "Feature", "properties": { "index": "1569" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387734.885963999899104, 5862039.112416000105441 ], [ 1387685.967698, 5862029.998081999830902 ] ] } }, +{ "type": "Feature", "properties": { "index": "1570" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387685.967698, 5862029.998081999830902 ], [ 1387637.036116, 5862020.95714099984616 ] ] } }, +{ "type": "Feature", "properties": { "index": "1571" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387637.036116, 5862020.95714099984616 ], [ 1387588.03385, 5862012.305793999694288 ] ] } }, +{ "type": "Feature", "properties": { "index": "1572" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387588.03385, 5862012.305793999694288 ], [ 1387539.031583, 5862003.65444799978286 ] ] } }, +{ "type": "Feature", "properties": { "index": "1573" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387539.031583, 5862003.65444799978286 ], [ 1387490.029317, 5861995.003101999871433 ] ] } }, +{ "type": "Feature", "properties": { "index": "1574" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387490.029317, 5861995.003101999871433 ], [ 1387440.720368, 5861989.908138999715447 ] ] } }, +{ "type": "Feature", "properties": { "index": "1575" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387440.720368, 5861989.908138999715447 ], [ 1387390.960447000106797, 5861990.042767999693751 ] ] } }, +{ "type": "Feature", "properties": { "index": "1576" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387390.960447000106797, 5861990.042767999693751 ], [ 1387341.200525, 5861990.177396999672055 ] ] } }, +{ "type": "Feature", "properties": { "index": "1577" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387341.200525, 5861990.177396999672055 ], [ 1387291.440603999886662, 5861990.312026999890804 ] ] } }, +{ "type": "Feature", "properties": { "index": "1578" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387291.440603999886662, 5861990.312026999890804 ], [ 1387246.706285, 5861974.212806000374258 ] ] } }, +{ "type": "Feature", "properties": { "index": "1579" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387246.706285, 5861974.212806000374258 ], [ 1387205.725989, 5861945.987228999845684 ] ] } }, +{ "type": "Feature", "properties": { "index": "1580" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387205.725989, 5861945.987228999845684 ], [ 1387164.745692, 5861917.761652000248432 ] ] } }, +{ "type": "Feature", "properties": { "index": "1581" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387164.745692, 5861917.761652000248432 ], [ 1387115.569934, 5861911.215812000446022 ] ] } }, +{ "type": "Feature", "properties": { "index": "1582" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387115.569934, 5861911.215812000446022 ], [ 1387066.165866000112146, 5861905.273926000110805 ] ] } }, +{ "type": "Feature", "properties": { "index": "1583" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387066.165866000112146, 5861905.273926000110805 ], [ 1387016.666836, 5861900.238133000209928 ] ] } }, +{ "type": "Feature", "properties": { "index": "1584" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387016.666836, 5861900.238133000209928 ], [ 1386975.698309999890625, 5861874.8424930004403 ] ] } }, +{ "type": "Feature", "properties": { "index": "1585" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386975.698309999890625, 5861874.8424930004403 ], [ 1386937.28602, 5861843.210803000256419 ] ] } }, +{ "type": "Feature", "properties": { "index": "1586" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386937.28602, 5861843.210803000256419 ], [ 1386898.873729000100866, 5861811.579113 ] ] } }, +{ "type": "Feature", "properties": { "index": "1587" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386898.873729000100866, 5861811.579113 ], [ 1386860.461439, 5861779.947421999648213 ] ] } }, +{ "type": "Feature", "properties": { "index": "1588" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386860.461439, 5861779.947421999648213 ], [ 1386822.049149, 5861748.315732000395656 ] ] } }, +{ "type": "Feature", "properties": { "index": "1589" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386822.049149, 5861748.315732000395656 ], [ 1386774.418702, 5861733.958941999822855 ] ] } }, +{ "type": "Feature", "properties": { "index": "1590" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386774.418702, 5861733.958941999822855 ], [ 1386726.757215, 5861719.660322000272572 ] ] } }, +{ "type": "Feature", "properties": { "index": "1591" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386726.757215, 5861719.660322000272572 ], [ 1386681.211288, 5861700.510516 ] ] } }, +{ "type": "Feature", "properties": { "index": "1592" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386681.211288, 5861700.510516 ], [ 1386655.081909, 5861659.807658 ] ] } }, +{ "type": "Feature", "properties": { "index": "1593" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386655.081909, 5861659.807658 ], [ 1386647.411753, 5861610.757949000224471 ] ] } }, +{ "type": "Feature", "properties": { "index": "1594" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386647.411753, 5861610.757949000224471 ], [ 1386641.745189, 5861561.363540000282228 ] ] } }, +{ "type": "Feature", "properties": { "index": "1595" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386641.745189, 5861561.363540000282228 ], [ 1386642.371349, 5861511.607376 ] ] } }, +{ "type": "Feature", "properties": { "index": "1596" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386642.371349, 5861511.607376 ], [ 1386642.997508999891579, 5861461.851212999783456 ] ] } }, +{ "type": "Feature", "properties": { "index": "1597" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386642.997508999891579, 5861461.851212999783456 ], [ 1386643.623669000109658, 5861412.09504900034517 ] ] } }, +{ "type": "Feature", "properties": { "index": "1598" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386643.623669000109658, 5861412.09504900034517 ], [ 1386648.2718, 5861347.644814999774098 ] ] } }, +{ "type": "Feature", "properties": { "index": "1599" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386060.978602, 5859873.390328999608755 ], [ 1386078.544554, 5859857.065600000321865 ] ] } }, +{ "type": "Feature", "properties": { "index": "1600" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386078.544554, 5859857.065600000321865 ], [ 1386079.866959, 5859885.500408999621868 ] ] } }, +{ "type": "Feature", "properties": { "index": "1601" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386030.926458, 5859869.881590999662876 ], [ 1386060.978602, 5859873.390328999608755 ] ] } }, +{ "type": "Feature", "properties": { "index": "1602" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386043.381106, 5859908.119292000308633 ], [ 1386060.978602, 5859873.390328999608755 ] ] } }, +{ "type": "Feature", "properties": { "index": "1603" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386079.866959, 5859885.500408999621868 ], [ 1386081.403634000103921, 5859934.756706000305712 ] ] } }, +{ "type": "Feature", "properties": { "index": "1604" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386081.403634000103921, 5859934.756706000305712 ], [ 1386080.471782, 5859983.948014000430703 ] ] } }, +{ "type": "Feature", "properties": { "index": "1605" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386080.471782, 5859983.948014000430703 ], [ 1386081.10127, 5860033.019891999661922 ] ] } }, +{ "type": "Feature", "properties": { "index": "1606" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386079.866959, 5859885.500408999621868 ], [ 1386051.415039000101388, 5859913.714704000391066 ] ] } }, +{ "type": "Feature", "properties": { "index": "1607" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386051.415039000101388, 5859913.714704000391066 ], [ 1386056.753748, 5859949.432772999629378 ] ] } }, +{ "type": "Feature", "properties": { "index": "1608" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386056.753748, 5859949.432772999629378 ], [ 1386070.153564, 5859990.873222 ] ] } }, +{ "type": "Feature", "properties": { "index": "1609" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386070.153564, 5859990.873222 ], [ 1386081.10127, 5860033.019891999661922 ] ] } }, +{ "type": "Feature", "properties": { "index": "1610" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386081.10127, 5860033.019891999661922 ], [ 1386095.159511, 5860079.476792000234127 ] ] } }, +{ "type": "Feature", "properties": { "index": "1611" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386095.159511, 5860079.476792000234127 ], [ 1386119.249575, 5860122.28558100014925 ] ] } }, +{ "type": "Feature", "properties": { "index": "1612" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386119.249575, 5860122.28558100014925 ], [ 1386143.813146, 5860164.822059 ] ] } }, +{ "type": "Feature", "properties": { "index": "1613" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386143.813146, 5860164.822059 ], [ 1386168.69839, 5860207.173542999662459 ] ] } }, +{ "type": "Feature", "properties": { "index": "1614" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386168.69839, 5860207.173542999662459 ], [ 1386190.960879, 5860250.914159 ] ] } }, +{ "type": "Feature", "properties": { "index": "1615" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386190.960879, 5860250.914159 ], [ 1386212.013376000104472, 5860295.295641000382602 ] ] } }, +{ "type": "Feature", "properties": { "index": "1616" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386212.013376000104472, 5860295.295641000382602 ], [ 1386233.065874, 5860339.677123 ] ] } }, +{ "type": "Feature", "properties": { "index": "1617" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386233.065874, 5860339.677123 ], [ 1386254.118372, 5860384.058605000376701 ] ] } }, +{ "type": "Feature", "properties": { "index": "1618" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386254.118372, 5860384.058605000376701 ], [ 1386270.265549999894574, 5860430.36860700044781 ] ] } }, +{ "type": "Feature", "properties": { "index": "1619" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386270.265549999894574, 5860430.36860700044781 ], [ 1386284.690117, 5860477.310511000454426 ] ] } }, +{ "type": "Feature", "properties": { "index": "1620" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386284.690117, 5860477.310511000454426 ], [ 1386295.943752000108361, 5860525.125563999637961 ] ] } }, +{ "type": "Feature", "properties": { "index": "1621" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386295.943752000108361, 5860525.125563999637961 ], [ 1386307.197388, 5860572.94061699975282 ] ] } }, +{ "type": "Feature", "properties": { "index": "1622" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386307.197388, 5860572.94061699975282 ], [ 1386318.451024, 5860620.755669999867678 ] ] } }, +{ "type": "Feature", "properties": { "index": "1623" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386318.451024, 5860620.755669999867678 ], [ 1386329.70466, 5860668.570723 ] ] } }, +{ "type": "Feature", "properties": { "index": "1624" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386329.70466, 5860668.570723 ], [ 1386340.958295, 5860716.385776 ] ] } }, +{ "type": "Feature", "properties": { "index": "1625" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386340.958295, 5860716.385776 ], [ 1386352.211931, 5860764.200829000212252 ] ] } }, +{ "type": "Feature", "properties": { "index": "1626" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386352.211931, 5860764.200829000212252 ], [ 1386365.77137, 5860811.36582 ] ] } }, +{ "type": "Feature", "properties": { "index": "1627" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386365.77137, 5860811.36582 ], [ 1386381.150272999890149, 5860858.017861000262201 ] ] } }, +{ "type": "Feature", "properties": { "index": "1628" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386381.150272999890149, 5860858.017861000262201 ], [ 1386398.399082, 5860903.951519000343978 ] ] } }, +{ "type": "Feature", "properties": { "index": "1629" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386398.399082, 5860903.951519000343978 ], [ 1386418.211524, 5860948.900275999680161 ] ] } }, +{ "type": "Feature", "properties": { "index": "1630" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386418.211524, 5860948.900275999680161 ], [ 1386441.678376, 5860992.033180000260472 ] ] } }, +{ "type": "Feature", "properties": { "index": "1631" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386441.678376, 5860992.033180000260472 ], [ 1386465.536531, 5861034.971649000421166 ] ] } }, +{ "type": "Feature", "properties": { "index": "1632" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386465.536531, 5861034.971649000421166 ], [ 1386489.394685, 5861077.910117000341415 ] ] } }, +{ "type": "Feature", "properties": { "index": "1633" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386489.394685, 5861077.910117000341415 ], [ 1386513.25284, 5861120.848585999570787 ] ] } }, +{ "type": "Feature", "properties": { "index": "1634" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386513.25284, 5861120.848585999570787 ], [ 1386537.110994, 5861163.787054000422359 ] ] } }, +{ "type": "Feature", "properties": { "index": "1635" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386537.110994, 5861163.787054000422359 ], [ 1386560.969149, 5861206.725522000342607 ] ] } }, +{ "type": "Feature", "properties": { "index": "1636" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386560.969149, 5861206.725522000342607 ], [ 1386584.827303, 5861249.663990999571979 ] ] } }, +{ "type": "Feature", "properties": { "index": "1637" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386584.827303, 5861249.663990999571979 ], [ 1386607.696082, 5861293.105181000195444 ] ] } }, +{ "type": "Feature", "properties": { "index": "1638" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386607.696082, 5861293.105181000195444 ], [ 1386626.999141, 5861338.164891 ] ] } }, +{ "type": "Feature", "properties": { "index": "1639" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386626.999141, 5861338.164891 ], [ 1386632.635545, 5861386.242181000299752 ] ] } }, +{ "type": "Feature", "properties": { "index": "1640" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386632.635545, 5861386.242181000299752 ], [ 1386628.33288099989295, 5861435.174897000193596 ] ] } }, +{ "type": "Feature", "properties": { "index": "1641" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386628.33288099989295, 5861435.174897000193596 ], [ 1386624.030218, 5861484.107613 ] ] } }, +{ "type": "Feature", "properties": { "index": "1642" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386624.030218, 5861484.107613 ], [ 1386619.727554, 5861533.040329 ] ] } }, +{ "type": "Feature", "properties": { "index": "1643" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386619.727554, 5861533.040329 ], [ 1386620.39681, 5861581.843449999578297 ] ] } }, +{ "type": "Feature", "properties": { "index": "1644" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386620.39681, 5861581.843449999578297 ], [ 1386627.242797000100836, 5861630.485572 ] ] } }, +{ "type": "Feature", "properties": { "index": "1645" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386627.242797000100836, 5861630.485572 ], [ 1386633.49701, 5861679.177458999678493 ] ] } }, +{ "type": "Feature", "properties": { "index": "1646" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386633.49701, 5861679.177458999678493 ], [ 1386633.587327, 5861728.232037999667227 ] ] } }, +{ "type": "Feature", "properties": { "index": "1647" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386633.587327, 5861728.232037999667227 ], [ 1386628.569952, 5861777.096641999669373 ] ] } }, +{ "type": "Feature", "properties": { "index": "1648" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386628.569952, 5861777.096641999669373 ], [ 1386623.552577000111341, 5861825.961245999671519 ] ] } }, +{ "type": "Feature", "properties": { "index": "1649" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386623.552577000111341, 5861825.961245999671519 ], [ 1386622.452885, 5861875.377415999770164 ] ] } }, +{ "type": "Feature", "properties": { "index": "1650" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386622.452885, 5861875.377415999770164 ], [ 1386630.050832, 5861924.208797000348568 ] ] } }, +{ "type": "Feature", "properties": { "index": "1651" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386630.050832, 5861924.208797000348568 ], [ 1386645.112437, 5861971.295392000116408 ] ] } }, +{ "type": "Feature", "properties": { "index": "1652" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386645.112437, 5861971.295392000116408 ], [ 1386663.826806, 5862017.116109999828041 ] ] } }, +{ "type": "Feature", "properties": { "index": "1653" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386663.826806, 5862017.116109999828041 ], [ 1386682.541173999896273, 5862062.936827000230551 ] ] } }, +{ "type": "Feature", "properties": { "index": "1654" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386682.541173999896273, 5862062.936827000230551 ], [ 1386700.357505, 5862109.113540000282228 ] ] } }, +{ "type": "Feature", "properties": { "index": "1655" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386700.357505, 5862109.113540000282228 ], [ 1386718.12061, 5862155.31135299988091 ] ] } }, +{ "type": "Feature", "properties": { "index": "1656" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386718.12061, 5862155.31135299988091 ], [ 1386735.883715, 5862201.509165000170469 ] ] } }, +{ "type": "Feature", "properties": { "index": "1657" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386735.883715, 5862201.509165000170469 ], [ 1386757.522535, 5862245.993861 ] ] } }, +{ "type": "Feature", "properties": { "index": "1658" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386757.522535, 5862245.993861 ], [ 1386779.730984, 5862290.226773999631405 ] ] } }, +{ "type": "Feature", "properties": { "index": "1659" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386779.730984, 5862290.226773999631405 ], [ 1386802.545178999891505, 5862334.095373 ] ] } }, +{ "type": "Feature", "properties": { "index": "1660" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386802.545178999891505, 5862334.095373 ], [ 1386831.207994, 5862374.446442999877036 ] ] } }, +{ "type": "Feature", "properties": { "index": "1661" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386831.207994, 5862374.446442999877036 ], [ 1386859.988486000103876, 5862414.708453999832273 ] ] } }, +{ "type": "Feature", "properties": { "index": "1662" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386859.988486000103876, 5862414.708453999832273 ], [ 1386891.035651, 5862453.255040000192821 ] ] } }, +{ "type": "Feature", "properties": { "index": "1663" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386891.035651, 5862453.255040000192821 ], [ 1386922.082817000104114, 5862491.801625999622047 ] ] } }, +{ "type": "Feature", "properties": { "index": "1664" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386922.082817000104114, 5862491.801625999622047 ], [ 1386953.129982, 5862530.348212 ] ] } }, +{ "type": "Feature", "properties": { "index": "1665" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386953.129982, 5862530.348212 ], [ 1386984.177147, 5862568.894798000343144 ] ] } }, +{ "type": "Feature", "properties": { "index": "1666" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386984.177147, 5862568.894798000343144 ], [ 1387010.831901000114158, 5862610.297833000309765 ] ] } }, +{ "type": "Feature", "properties": { "index": "1667" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387010.831901000114158, 5862610.297833000309765 ], [ 1387033.474099, 5862654.310294000431895 ] ] } }, +{ "type": "Feature", "properties": { "index": "1668" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387033.474099, 5862654.310294000431895 ], [ 1387056.116297, 5862698.32275400031358 ] ] } }, +{ "type": "Feature", "properties": { "index": "1669" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387056.116297, 5862698.32275400031358 ], [ 1387078.758494, 5862742.335214000195265 ] ] } }, +{ "type": "Feature", "properties": { "index": "1670" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387078.758494, 5862742.335214000195265 ], [ 1387101.400692, 5862786.347674 ] ] } }, +{ "type": "Feature", "properties": { "index": "1671" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387101.400692, 5862786.347674 ], [ 1387124.783531, 5862829.966972 ] ] } }, +{ "type": "Feature", "properties": { "index": "1672" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387124.783531, 5862829.966972 ], [ 1387148.551342, 5862873.381911000236869 ] ] } }, +{ "type": "Feature", "properties": { "index": "1673" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387148.551342, 5862873.381911000236869 ], [ 1387176.029596, 5862914.516765000298619 ] ] } }, +{ "type": "Feature", "properties": { "index": "1674" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387176.029596, 5862914.516765000298619 ], [ 1387204.050834000110626, 5862955.315436 ] ] } }, +{ "type": "Feature", "properties": { "index": "1675" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387204.050834000110626, 5862955.315436 ], [ 1387233.152246, 5862995.351339000277221 ] ] } }, +{ "type": "Feature", "properties": { "index": "1676" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387233.152246, 5862995.351339000277221 ], [ 1387262.253659, 5863035.387241999618709 ] ] } }, +{ "type": "Feature", "properties": { "index": "1677" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387262.253659, 5863035.387241999618709 ], [ 1387289.177211999893188, 5863076.714859999716282 ] ] } }, +{ "type": "Feature", "properties": { "index": "1678" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387289.177211999893188, 5863076.714859999716282 ], [ 1387304.66678599989973, 5863123.392671000212431 ] ] } }, +{ "type": "Feature", "properties": { "index": "1679" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387304.66678599989973, 5863123.392671000212431 ], [ 1387314.520281, 5863171.895174000412226 ] ] } }, +{ "type": "Feature", "properties": { "index": "1680" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387314.520281, 5863171.895174000412226 ], [ 1387324.142221, 5863220.446012999862432 ] ] } }, +{ "type": "Feature", "properties": { "index": "1681" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387324.142221, 5863220.446012999862432 ], [ 1387333.76416, 5863268.996852999553084 ] ] } }, +{ "type": "Feature", "properties": { "index": "1682" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387333.76416, 5863268.996852999553084 ], [ 1387343.3861, 5863317.547693000175059 ] ] } }, +{ "type": "Feature", "properties": { "index": "1683" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387343.3861, 5863317.547693000175059 ], [ 1387353.008039, 5863366.098532999865711 ] ] } }, +{ "type": "Feature", "properties": { "index": "1684" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387353.008039, 5863366.098532999865711 ], [ 1387364.066298, 5863414.311534999869764 ] ] } }, +{ "type": "Feature", "properties": { "index": "1685" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387364.066298, 5863414.311534999869764 ], [ 1387381.83941, 5863460.427046 ] ] } }, +{ "type": "Feature", "properties": { "index": "1686" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387381.83941, 5863460.427046 ], [ 1387403.429579, 5863504.961005999706686 ] ] } }, +{ "type": "Feature", "properties": { "index": "1687" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387403.429579, 5863504.961005999706686 ], [ 1387425.140453, 5863549.440255999565125 ] ] } }, +{ "type": "Feature", "properties": { "index": "1688" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387425.140453, 5863549.440255999565125 ], [ 1387446.851327, 5863593.919506999664009 ] ] } }, +{ "type": "Feature", "properties": { "index": "1689" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387446.851327, 5863593.919506999664009 ], [ 1387467.528696000110358, 5863638.888380000367761 ] ] } }, +{ "type": "Feature", "properties": { "index": "1690" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387467.528696000110358, 5863638.888380000367761 ], [ 1387488.196077999891713, 5863683.861983999609947 ] ] } }, +{ "type": "Feature", "properties": { "index": "1691" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387488.196077999891713, 5863683.861983999609947 ], [ 1387508.863468, 5863728.835585 ] ] } }, +{ "type": "Feature", "properties": { "index": "1692" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387508.863468, 5863728.835585 ], [ 1387529.531309, 5863773.808977999724448 ] ] } }, +{ "type": "Feature", "properties": { "index": "1693" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387529.531309, 5863773.808977999724448 ], [ 1387553.168003, 5863817.173475 ] ] } }, +{ "type": "Feature", "properties": { "index": "1694" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387553.168003, 5863817.173475 ], [ 1387579.562713, 5863859.043333999812603 ] ] } }, +{ "type": "Feature", "properties": { "index": "1695" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387579.562713, 5863859.043333999812603 ], [ 1387605.957422999897972, 5863900.913192000240088 ] ] } }, +{ "type": "Feature", "properties": { "index": "1696" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387605.957422999897972, 5863900.913192000240088 ], [ 1387632.352133, 5863942.783051 ] ] } }, +{ "type": "Feature", "properties": { "index": "1697" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387632.352133, 5863942.783051 ], [ 1387658.746843, 5863984.652909000404179 ] ] } }, +{ "type": "Feature", "properties": { "index": "1698" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387658.746843, 5863984.652909000404179 ], [ 1387685.893106, 5864026.029538 ] ] } }, +{ "type": "Feature", "properties": { "index": "1699" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387685.893106, 5864026.029538 ], [ 1387711.231137, 5864068.427256999537349 ] ] } }, +{ "type": "Feature", "properties": { "index": "1700" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387711.231137, 5864068.427256999537349 ], [ 1387731.020947, 5864113.414904000237584 ] ] } }, +{ "type": "Feature", "properties": { "index": "1701" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387731.020947, 5864113.414904000237584 ], [ 1387737.361907, 5864162.342261999845505 ] ] } }, +{ "type": "Feature", "properties": { "index": "1702" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387737.361907, 5864162.342261999845505 ], [ 1387732.727566, 5864211.47518 ] ] } }, +{ "type": "Feature", "properties": { "index": "1703" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387732.727566, 5864211.47518 ], [ 1387717.678849, 5864258.62708199955523 ] ] } }, +{ "type": "Feature", "properties": { "index": "1704" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387717.678849, 5864258.62708199955523 ], [ 1387709.672104000113904, 5864307.231276 ] ] } }, +{ "type": "Feature", "properties": { "index": "1705" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387709.672104000113904, 5864307.231276 ], [ 1387707.112881, 5864356.660175999626517 ] ] } }, +{ "type": "Feature", "properties": { "index": "1706" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387707.112881, 5864356.660175999626517 ], [ 1387709.591798, 5864406.012949000112712 ] ] } }, +{ "type": "Feature", "properties": { "index": "1707" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387709.591798, 5864406.012949000112712 ], [ 1387713.643261, 5864455.341961000114679 ] ] } }, +{ "type": "Feature", "properties": { "index": "1708" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387713.643261, 5864455.341961000114679 ], [ 1387715.877522000111639, 5864504.642318 ] ] } }, +{ "type": "Feature", "properties": { "index": "1709" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387715.877522000111639, 5864504.642318 ], [ 1387708.680233, 5864553.426558 ] ] } }, +{ "type": "Feature", "properties": { "index": "1710" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387708.680233, 5864553.426558 ], [ 1387690.790251, 5864599.57538599986583 ] ] } }, +{ "type": "Feature", "properties": { "index": "1711" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387690.790251, 5864599.57538599986583 ], [ 1387672.900269, 5864645.724213999696076 ] ] } }, +{ "type": "Feature", "properties": { "index": "1712" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387672.900269, 5864645.724213999696076 ], [ 1387659.9319, 5864692.983885999768972 ] ] } }, +{ "type": "Feature", "properties": { "index": "1713" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387659.9319, 5864692.983885999768972 ], [ 1387659.22357, 5864742.029465000145137 ] ] } }, +{ "type": "Feature", "properties": { "index": "1714" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387659.22357, 5864742.029465000145137 ], [ 1387675.926897, 5864788.273513999767601 ] ] } }, +{ "type": "Feature", "properties": { "index": "1715" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387675.926897, 5864788.273513999767601 ], [ 1387702.296292, 5864830.159319999627769 ] ] } }, +{ "type": "Feature", "properties": { "index": "1716" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387702.296292, 5864830.159319999627769 ], [ 1387728.665687, 5864872.045126999728382 ] ] } }, +{ "type": "Feature", "properties": { "index": "1717" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387728.665687, 5864872.045126999728382 ], [ 1387751.608185, 5864915.528788999654353 ] ] } }, +{ "type": "Feature", "properties": { "index": "1718" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387751.608185, 5864915.528788999654353 ], [ 1387766.741665, 5864962.653555000200868 ] ] } }, +{ "type": "Feature", "properties": { "index": "1719" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387766.741665, 5864962.653555000200868 ], [ 1387778.99192, 5865010.246724000200629 ] ] } }, +{ "type": "Feature", "properties": { "index": "1720" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387778.99192, 5865010.246724000200629 ], [ 1387779.554608, 5865059.738633999601007 ] ] } }, +{ "type": "Feature", "properties": { "index": "1721" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387779.554608, 5865059.738633999601007 ], [ 1387780.117297, 5865109.230544 ] ] } }, +{ "type": "Feature", "properties": { "index": "1722" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387780.117297, 5865109.230544 ], [ 1387782.917817, 5865158.566991000436246 ] ] } }, +{ "type": "Feature", "properties": { "index": "1723" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387782.917817, 5865158.566991000436246 ], [ 1387789.203932, 5865207.661294000223279 ] ] } }, +{ "type": "Feature", "properties": { "index": "1724" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387789.203932, 5865207.661294000223279 ], [ 1387795.490047000115737, 5865256.755595999769866 ] ] } }, +{ "type": "Feature", "properties": { "index": "1725" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387795.490047000115737, 5865256.755595999769866 ], [ 1387804.549935, 5865305.332480000331998 ] ] } }, +{ "type": "Feature", "properties": { "index": "1726" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387804.549935, 5865305.332480000331998 ], [ 1387816.386747, 5865353.391355999745429 ] ] } }, +{ "type": "Feature", "properties": { "index": "1727" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387816.386747, 5865353.391355999745429 ], [ 1387828.223559, 5865401.450233000330627 ] ] } }, +{ "type": "Feature", "properties": { "index": "1728" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387828.223559, 5865401.450233000330627 ], [ 1387842.966275, 5865448.679593999870121 ] ] } }, +{ "type": "Feature", "properties": { "index": "1729" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387842.966275, 5865448.679593999870121 ], [ 1387858.283513, 5865495.744953 ] ] } }, +{ "type": "Feature", "properties": { "index": "1730" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387858.283513, 5865495.744953 ], [ 1387872.78835800010711, 5865543.026506000198424 ] ] } }, +{ "type": "Feature", "properties": { "index": "1731" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387872.78835800010711, 5865543.026506000198424 ], [ 1387882.890575, 5865591.479690000414848 ] ] } }, +{ "type": "Feature", "properties": { "index": "1732" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387882.890575, 5865591.479690000414848 ], [ 1387892.992792, 5865639.932873000390828 ] ] } }, +{ "type": "Feature", "properties": { "index": "1733" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387892.992792, 5865639.932873000390828 ], [ 1387903.09501, 5865688.386056000366807 ] ] } }, +{ "type": "Feature", "properties": { "index": "1734" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387903.09501, 5865688.386056000366807 ], [ 1387913.197227, 5865736.839239999651909 ] ] } }, +{ "type": "Feature", "properties": { "index": "1735" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387767.438602, 5866395.894651000387967 ], [ 1387758.181959, 5866444.388787000440061 ] ] } }, +{ "type": "Feature", "properties": { "index": "1736" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387758.181959, 5866444.388787000440061 ], [ 1387748.925315999891609, 5866492.882922999560833 ] ] } }, +{ "type": "Feature", "properties": { "index": "1737" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387748.925315999891609, 5866492.882922999560833 ], [ 1387739.668673, 5866541.377058999612927 ] ] } }, +{ "type": "Feature", "properties": { "index": "1738" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387739.668673, 5866541.377058999612927 ], [ 1387730.412029, 5866589.871194999665022 ] ] } }, +{ "type": "Feature", "properties": { "index": "1739" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387730.412029, 5866589.871194999665022 ], [ 1387721.155386, 5866638.365330999717116 ] ] } }, +{ "type": "Feature", "properties": { "index": "1740" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387721.155386, 5866638.365330999717116 ], [ 1387711.868743, 5866686.853721999563277 ] ] } }, +{ "type": "Feature", "properties": { "index": "1741" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387711.868743, 5866686.853721999563277 ], [ 1387702.553355, 5866735.336608 ] ] } }, +{ "type": "Feature", "properties": { "index": "1742" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387702.553355, 5866735.336608 ], [ 1387692.161796, 5866783.42062 ] ] } }, +{ "type": "Feature", "properties": { "index": "1743" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387809.534625, 5866309.639251999557018 ], [ 1387788.486613, 5866352.766951000317931 ] ] } }, +{ "type": "Feature", "properties": { "index": "1744" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387788.486613, 5866352.766951000317931 ], [ 1387767.438602, 5866395.894651000387967 ] ] } }, +{ "type": "Feature", "properties": { "index": "1745" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387767.438602, 5866395.894651000387967 ], [ 1387774.733068, 5866351.644692 ] ] } }, +{ "type": "Feature", "properties": { "index": "1746" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387774.733068, 5866351.644692 ], [ 1387787.219046, 5866308.756401999853551 ] ] } }, +{ "type": "Feature", "properties": { "index": "1747" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387787.219046, 5866308.756401999853551 ], [ 1387802.581936, 5866266.622689999639988 ] ] } }, +{ "type": "Feature", "properties": { "index": "1748" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387802.581936, 5866266.622689999639988 ], [ 1387818.989884, 5866224.886323000304401 ] ] } }, +{ "type": "Feature", "properties": { "index": "1749" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387818.989884, 5866224.886323000304401 ], [ 1387838.767448, 5866184.784888000227511 ] ] } }, +{ "type": "Feature", "properties": { "index": "1750" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387838.767448, 5866184.784888000227511 ], [ 1387862.375428, 5866146.67968 ] ] } }, +{ "type": "Feature", "properties": { "index": "1751" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387862.375428, 5866146.67968 ], [ 1387890.31630799989216, 5866111.904927000403404 ] ] } }, +{ "type": "Feature", "properties": { "index": "1752" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387890.31630799989216, 5866111.904927000403404 ], [ 1387932.086586, 5866099.149365000426769 ] ] } }, +{ "type": "Feature", "properties": { "index": "1753" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387931.614703, 5866170.542120000347495 ], [ 1387899.497388, 5866203.806989000178874 ] ] } }, +{ "type": "Feature", "properties": { "index": "1754" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387899.497388, 5866203.806989000178874 ], [ 1387869.509800000116229, 5866239.084409999661148 ] ] } }, +{ "type": "Feature", "properties": { "index": "1755" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387869.509800000116229, 5866239.084409999661148 ], [ 1387839.522212, 5866274.361831 ] ] } }, +{ "type": "Feature", "properties": { "index": "1756" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387839.522212, 5866274.361831 ], [ 1387809.534625, 5866309.639251999557018 ] ] } }, +{ "type": "Feature", "properties": { "index": "1757" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387932.086586, 5866099.149365000426769 ], [ 1387908.367354, 5866141.903962999582291 ] ] } }, +{ "type": "Feature", "properties": { "index": "1758" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387908.367354, 5866141.903962999582291 ], [ 1387876.955023, 5866179.987773000262678 ] ] } }, +{ "type": "Feature", "properties": { "index": "1759" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387876.955023, 5866179.987773000262678 ], [ 1387847.458594, 5866219.470103000290692 ] ] } }, +{ "type": "Feature", "properties": { "index": "1760" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387847.458594, 5866219.470103000290692 ], [ 1387823.639856, 5866262.66299800015986 ] ] } }, +{ "type": "Feature", "properties": { "index": "1761" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387823.639856, 5866262.66299800015986 ], [ 1387809.534625, 5866309.639251999557018 ] ] } }, +{ "type": "Feature", "properties": { "index": "1762" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.443674, 5865845.093255000188947 ], [ 1387943.318034, 5865887.628139999695122 ] ] } }, +{ "type": "Feature", "properties": { "index": "1763" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387943.318034, 5865887.628139999695122 ], [ 1387946.009428, 5865930.175072999671102 ] ] } }, +{ "type": "Feature", "properties": { "index": "1764" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387946.009428, 5865930.175072999671102 ], [ 1387948.700822, 5865972.722005999647081 ] ] } }, +{ "type": "Feature", "properties": { "index": "1765" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387948.700822, 5865972.722005999647081 ], [ 1387944.872251, 5866015.105105999857187 ] ] } }, +{ "type": "Feature", "properties": { "index": "1766" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387944.872251, 5866015.105105999857187 ], [ 1387940.04737, 5866057.463170000351965 ] ] } }, +{ "type": "Feature", "properties": { "index": "1767" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.04737, 5866057.463170000351965 ], [ 1387932.086586, 5866099.149365000426769 ] ] } }, +{ "type": "Feature", "properties": { "index": "1768" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387932.086586, 5866099.149365000426769 ], [ 1387975.279995, 5866107.425722000189126 ] ] } }, +{ "type": "Feature", "properties": { "index": "1769" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392926.966795, 5866808.501404999755323 ], [ 1392879.417932, 5866793.491589000448585 ] ] } }, +{ "type": "Feature", "properties": { "index": "1770" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392879.417932, 5866793.491589000448585 ], [ 1392831.869069, 5866778.481773000210524 ] ] } }, +{ "type": "Feature", "properties": { "index": "1771" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392831.869069, 5866778.481773000210524 ], [ 1392784.320206, 5866763.471957 ] ] } }, +{ "type": "Feature", "properties": { "index": "1772" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392784.320206, 5866763.471957 ], [ 1392736.771343, 5866748.462140999734402 ] ] } }, +{ "type": "Feature", "properties": { "index": "1773" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392736.771343, 5866748.462140999734402 ], [ 1392689.22248, 5866733.452325999736786 ] ] } }, +{ "type": "Feature", "properties": { "index": "1774" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392689.22248, 5866733.452325999736786 ], [ 1392641.673617, 5866718.442510000430048 ] ] } }, +{ "type": "Feature", "properties": { "index": "1775" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392641.673617, 5866718.442510000430048 ], [ 1392594.124754, 5866703.432694000191987 ] ] } }, +{ "type": "Feature", "properties": { "index": "1776" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392594.124754, 5866703.432694000191987 ], [ 1392546.575891, 5866688.422878 ] ] } }, +{ "type": "Feature", "properties": { "index": "1777" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392546.575891, 5866688.422878 ], [ 1392499.027028, 5866673.413061999715865 ] ] } }, +{ "type": "Feature", "properties": { "index": "1778" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392499.027028, 5866673.413061999715865 ], [ 1392451.478165, 5866658.403246000409126 ] ] } }, +{ "type": "Feature", "properties": { "index": "1779" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392451.478165, 5866658.403246000409126 ], [ 1392403.929302, 5866643.393430000171065 ] ] } }, +{ "type": "Feature", "properties": { "index": "1780" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392403.929302, 5866643.393430000171065 ], [ 1392356.380439, 5866628.383614 ] ] } }, +{ "type": "Feature", "properties": { "index": "1781" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392356.380439, 5866628.383614 ], [ 1392308.831576, 5866613.373797999694943 ] ] } }, +{ "type": "Feature", "properties": { "index": "1782" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392308.831576, 5866613.373797999694943 ], [ 1392261.282713, 5866598.363982999697328 ] ] } }, +{ "type": "Feature", "properties": { "index": "1783" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392261.282713, 5866598.363982999697328 ], [ 1392213.73385, 5866583.354167000390589 ] ] } }, +{ "type": "Feature", "properties": { "index": "1784" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392213.73385, 5866583.354167000390589 ], [ 1392166.184987, 5866568.344351000152528 ] ] } }, +{ "type": "Feature", "properties": { "index": "1785" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392166.184987, 5866568.344351000152528 ], [ 1392119.234378, 5866551.590171 ] ] } }, +{ "type": "Feature", "properties": { "index": "1786" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392119.234378, 5866551.590171 ], [ 1392072.481987, 5866534.258035999722779 ] ] } }, +{ "type": "Feature", "properties": { "index": "1787" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392072.481987, 5866534.258035999722779 ], [ 1392025.729597, 5866516.925901000387967 ] ] } }, +{ "type": "Feature", "properties": { "index": "1788" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392025.729597, 5866516.925901000387967 ], [ 1391978.977205999894068, 5866499.593766000121832 ] ] } }, +{ "type": "Feature", "properties": { "index": "1789" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391978.977205999894068, 5866499.593766000121832 ], [ 1391932.224815, 5866482.261630999855697 ] ] } }, +{ "type": "Feature", "properties": { "index": "1790" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391932.224815, 5866482.261630999855697 ], [ 1391885.472424, 5866464.92949500028044 ] ] } }, +{ "type": "Feature", "properties": { "index": "1791" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391885.472424, 5866464.92949500028044 ], [ 1391838.720034, 5866447.59736 ] ] } }, +{ "type": "Feature", "properties": { "index": "1792" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391838.720034, 5866447.59736 ], [ 1391791.967643, 5866430.26522499974817 ] ] } }, +{ "type": "Feature", "properties": { "index": "1793" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391791.967643, 5866430.26522499974817 ], [ 1391745.215252, 5866412.933090000413358 ] ] } }, +{ "type": "Feature", "properties": { "index": "1794" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391745.215252, 5866412.933090000413358 ], [ 1391698.462862000102177, 5866395.600954 ] ] } }, +{ "type": "Feature", "properties": { "index": "1795" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391698.462862000102177, 5866395.600954 ], [ 1391651.710471, 5866378.268818999640644 ] ] } }, +{ "type": "Feature", "properties": { "index": "1796" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391651.710471, 5866378.268818999640644 ], [ 1391604.95808, 5866360.936684000305831 ] ] } }, +{ "type": "Feature", "properties": { "index": "1797" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391604.95808, 5866360.936684000305831 ], [ 1391558.20569, 5866343.604549 ] ] } }, +{ "type": "Feature", "properties": { "index": "1798" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391558.20569, 5866343.604549 ], [ 1391511.453299, 5866326.272413999773562 ] ] } }, +{ "type": "Feature", "properties": { "index": "1799" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391511.453299, 5866326.272413999773562 ], [ 1391464.700908000115305, 5866308.940278000198305 ] ] } }, +{ "type": "Feature", "properties": { "index": "1800" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391464.700908000115305, 5866308.940278000198305 ], [ 1391417.948518, 5866291.608143 ] ] } }, +{ "type": "Feature", "properties": { "index": "1801" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391417.948518, 5866291.608143 ], [ 1391371.196127, 5866274.276007999666035 ] ] } }, +{ "type": "Feature", "properties": { "index": "1802" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391371.196127, 5866274.276007999666035 ], [ 1391321.986833, 5866269.550851999782026 ] ] } }, +{ "type": "Feature", "properties": { "index": "1803" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391321.986833, 5866269.550851999782026 ], [ 1391272.147465, 5866268.058759000152349 ] ] } }, +{ "type": "Feature", "properties": { "index": "1804" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391272.147465, 5866268.058759000152349 ], [ 1391222.308097, 5866266.566665999591351 ] ] } }, +{ "type": "Feature", "properties": { "index": "1805" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391222.308097, 5866266.566665999591351 ], [ 1391172.468729, 5866265.074573 ] ] } }, +{ "type": "Feature", "properties": { "index": "1806" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391172.468729, 5866265.074573 ], [ 1391122.629361, 5866263.58248099964112 ] ] } }, +{ "type": "Feature", "properties": { "index": "1807" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391122.629361, 5866263.58248099964112 ], [ 1391072.789993, 5866262.090388 ] ] } }, +{ "type": "Feature", "properties": { "index": "1808" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391072.789993, 5866262.090388 ], [ 1391022.950625, 5866260.598295000381768 ] ] } }, +{ "type": "Feature", "properties": { "index": "1809" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391022.950625, 5866260.598295000381768 ], [ 1390973.111255999887362, 5866259.106201999820769 ] ] } }, +{ "type": "Feature", "properties": { "index": "1810" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390973.111255999887362, 5866259.106201999820769 ], [ 1390923.271888, 5866257.614110000431538 ] ] } }, +{ "type": "Feature", "properties": { "index": "1811" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390923.271888, 5866257.614110000431538 ], [ 1390873.43252, 5866256.122016999870539 ] ] } }, +{ "type": "Feature", "properties": { "index": "1812" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390873.43252, 5866256.122016999870539 ], [ 1390823.593152000103146, 5866254.629924000240862 ] ] } }, +{ "type": "Feature", "properties": { "index": "1813" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390823.593152000103146, 5866254.629924000240862 ], [ 1390773.753784, 5866253.137830999679863 ] ] } }, +{ "type": "Feature", "properties": { "index": "1814" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390773.753784, 5866253.137830999679863 ], [ 1390723.914416, 5866251.645739000290632 ] ] } }, +{ "type": "Feature", "properties": { "index": "1815" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390723.914416, 5866251.645739000290632 ], [ 1390674.075048, 5866250.153645999729633 ] ] } }, +{ "type": "Feature", "properties": { "index": "1816" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390674.075048, 5866250.153645999729633 ], [ 1390624.23568, 5866248.661553 ] ] } }, +{ "type": "Feature", "properties": { "index": "1817" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390624.23568, 5866248.661553 ], [ 1390574.396312, 5866247.169459999538958 ] ] } }, +{ "type": "Feature", "properties": { "index": "1818" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390574.396312, 5866247.169459999538958 ], [ 1390524.556944, 5866245.677368000149727 ] ] } }, +{ "type": "Feature", "properties": { "index": "1819" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390524.556944, 5866245.677368000149727 ], [ 1390474.717576, 5866244.185274999588728 ] ] } }, +{ "type": "Feature", "properties": { "index": "1820" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390474.717576, 5866244.185274999588728 ], [ 1390424.878208, 5866242.693182 ] ] } }, +{ "type": "Feature", "properties": { "index": "1821" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390424.878208, 5866242.693182 ], [ 1390375.03884, 5866241.201089000329375 ] ] } }, +{ "type": "Feature", "properties": { "index": "1822" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390375.03884, 5866241.201089000329375 ], [ 1390325.199471999891102, 5866239.708997 ] ] } }, +{ "type": "Feature", "properties": { "index": "1823" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390325.199471999891102, 5866239.708997 ], [ 1390275.360104, 5866238.216904000379145 ] ] } }, +{ "type": "Feature", "properties": { "index": "1824" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390275.360104, 5866238.216904000379145 ], [ 1390225.520736, 5866236.724810999818146 ] ] } }, +{ "type": "Feature", "properties": { "index": "1825" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390225.520736, 5866236.724810999818146 ], [ 1390175.681368000106886, 5866235.23271800018847 ] ] } }, +{ "type": "Feature", "properties": { "index": "1826" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390175.681368000106886, 5866235.23271800018847 ], [ 1390125.842, 5866233.740625999867916 ] ] } }, +{ "type": "Feature", "properties": { "index": "1827" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390125.842, 5866233.740625999867916 ], [ 1390076.002632, 5866232.24853300023824 ] ] } }, +{ "type": "Feature", "properties": { "index": "1828" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390076.002632, 5866232.24853300023824 ], [ 1390026.163264, 5866230.756439999677241 ] ] } }, +{ "type": "Feature", "properties": { "index": "1829" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390026.163264, 5866230.756439999677241 ], [ 1389976.323896, 5866229.264347 ] ] } }, +{ "type": "Feature", "properties": { "index": "1830" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389976.323896, 5866229.264347 ], [ 1389926.484528, 5866227.772254999727011 ] ] } }, +{ "type": "Feature", "properties": { "index": "1831" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389926.484528, 5866227.772254999727011 ], [ 1389876.64516, 5866226.280162 ] ] } }, +{ "type": "Feature", "properties": { "index": "1832" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389876.64516, 5866226.280162 ], [ 1389826.805792, 5866224.788068999536335 ] ] } }, +{ "type": "Feature", "properties": { "index": "1833" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389826.805792, 5866224.788068999536335 ], [ 1389776.966424, 5866223.295976 ] ] } }, +{ "type": "Feature", "properties": { "index": "1834" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389776.966424, 5866223.295976 ], [ 1389727.141183, 5866221.4682 ] ] } }, +{ "type": "Feature", "properties": { "index": "1835" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389727.141183, 5866221.4682 ], [ 1389677.352676, 5866218.767548000440001 ] ] } }, +{ "type": "Feature", "properties": { "index": "1836" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389677.352676, 5866218.767548000440001 ], [ 1389627.564169, 5866216.066897000186145 ] ] } }, +{ "type": "Feature", "properties": { "index": "1837" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389627.564169, 5866216.066897000186145 ], [ 1389577.775662, 5866213.366244999691844 ] ] } }, +{ "type": "Feature", "properties": { "index": "1838" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389577.775662, 5866213.366244999691844 ], [ 1389527.987155, 5866210.665593000128865 ] ] } }, +{ "type": "Feature", "properties": { "index": "1839" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389527.987155, 5866210.665593000128865 ], [ 1389478.198648, 5866207.964940999634564 ] ] } }, +{ "type": "Feature", "properties": { "index": "1840" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389478.198648, 5866207.964940999634564 ], [ 1389428.410141, 5866205.26429000031203 ] ] } }, +{ "type": "Feature", "properties": { "index": "1841" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389428.410141, 5866205.26429000031203 ], [ 1389378.621634, 5866202.563637999817729 ] ] } }, +{ "type": "Feature", "properties": { "index": "1842" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389378.621634, 5866202.563637999817729 ], [ 1389328.833127, 5866199.86298600025475 ] ] } }, +{ "type": "Feature", "properties": { "index": "1843" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389328.833127, 5866199.86298600025475 ], [ 1389279.04462, 5866197.162335 ] ] } }, +{ "type": "Feature", "properties": { "index": "1844" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389279.04462, 5866197.162335 ], [ 1389229.256113, 5866194.461683000437915 ] ] } }, +{ "type": "Feature", "properties": { "index": "1845" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389229.256113, 5866194.461683000437915 ], [ 1389179.467606, 5866191.761031 ] ] } }, +{ "type": "Feature", "properties": { "index": "1846" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389179.467606, 5866191.761031 ], [ 1389129.679099, 5866189.060379000380635 ] ] } }, +{ "type": "Feature", "properties": { "index": "1847" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389129.679099, 5866189.060379000380635 ], [ 1389079.890592, 5866186.359728000126779 ] ] } }, +{ "type": "Feature", "properties": { "index": "1848" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389079.890592, 5866186.359728000126779 ], [ 1389030.102085, 5866183.659075999632478 ] ] } }, +{ "type": "Feature", "properties": { "index": "1849" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389030.102085, 5866183.659075999632478 ], [ 1388980.313578, 5866180.958424 ] ] } }, +{ "type": "Feature", "properties": { "index": "1850" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388980.313578, 5866180.958424 ], [ 1388930.525071, 5866178.257772999815643 ] ] } }, +{ "type": "Feature", "properties": { "index": "1851" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388930.525071, 5866178.257772999815643 ], [ 1388880.736564, 5866175.557121000252664 ] ] } }, +{ "type": "Feature", "properties": { "index": "1852" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388880.736564, 5866175.557121000252664 ], [ 1388830.948057, 5866172.856468999758363 ] ] } }, +{ "type": "Feature", "properties": { "index": "1853" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388830.948057, 5866172.856468999758363 ], [ 1388781.15955, 5866170.155817000195384 ] ] } }, +{ "type": "Feature", "properties": { "index": "1854" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388781.15955, 5866170.155817000195384 ], [ 1388731.371043, 5866167.455166 ] ] } }, +{ "type": "Feature", "properties": { "index": "1855" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388731.371043, 5866167.455166 ], [ 1388681.582537, 5866164.754514000378549 ] ] } }, +{ "type": "Feature", "properties": { "index": "1856" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388681.582537, 5866164.754514000378549 ], [ 1388631.79403, 5866162.053861999884248 ] ] } }, +{ "type": "Feature", "properties": { "index": "1857" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388631.79403, 5866162.053861999884248 ], [ 1388582.005523, 5866159.353210999630392 ] ] } }, +{ "type": "Feature", "properties": { "index": "1858" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388582.005523, 5866159.353210999630392 ], [ 1388532.217016, 5866156.652559 ] ] } }, +{ "type": "Feature", "properties": { "index": "1859" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388532.217016, 5866156.652559 ], [ 1388482.428509, 5866153.951906999573112 ] ] } }, +{ "type": "Feature", "properties": { "index": "1860" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388482.428509, 5866153.951906999573112 ], [ 1388432.640002, 5866151.251255 ] ] } }, +{ "type": "Feature", "properties": { "index": "1861" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388432.640002, 5866151.251255 ], [ 1388382.851495, 5866148.550603999756277 ] ] } }, +{ "type": "Feature", "properties": { "index": "1862" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388382.851495, 5866148.550603999756277 ], [ 1388333.062988, 5866145.849952000193298 ] ] } }, +{ "type": "Feature", "properties": { "index": "1863" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388333.062988, 5866145.849952000193298 ], [ 1388283.274481, 5866143.149299999698997 ] ] } }, +{ "type": "Feature", "properties": { "index": "1864" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388283.274481, 5866143.149299999698997 ], [ 1388233.485974, 5866140.448649000376463 ] ] } }, +{ "type": "Feature", "properties": { "index": "1865" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388233.485974, 5866140.448649000376463 ], [ 1388183.697467, 5866137.747996999882162 ] ] } }, +{ "type": "Feature", "properties": { "index": "1866" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387913.197227, 5865736.839239999651909 ], [ 1387925.204459, 5865784.54568300023675 ] ] } }, +{ "type": "Feature", "properties": { "index": "1867" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387925.204459, 5865784.54568300023675 ], [ 1387937.211691, 5865832.252125999890268 ] ] } }, +{ "type": "Feature", "properties": { "index": "1868" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387937.211691, 5865832.252125999890268 ], [ 1387954.827088, 5865878.043408 ] ] } }, +{ "type": "Feature", "properties": { "index": "1869" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387954.827088, 5865878.043408 ], [ 1387967.620662, 5865925.436967000365257 ] ] } }, +{ "type": "Feature", "properties": { "index": "1870" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387967.620662, 5865925.436967000365257 ], [ 1387969.56190300011076, 5865974.386314 ] ] } }, +{ "type": "Feature", "properties": { "index": "1871" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.56190300011076, 5865974.386314 ], [ 1387968.982558, 5866023.571072 ] ] } }, +{ "type": "Feature", "properties": { "index": "1872" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387968.982558, 5866023.571072 ], [ 1387969.225197, 5866072.657253 ] ] } }, +{ "type": "Feature", "properties": { "index": "1873" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.225197, 5866072.657253 ], [ 1387988.2474, 5866112.298414999619126 ] ] } }, +{ "type": "Feature", "properties": { "index": "1874" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387988.2474, 5866112.298414999619126 ], [ 1388034.037428, 5866130.25560799986124 ] ] } }, +{ "type": "Feature", "properties": { "index": "1875" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388034.037428, 5866130.25560799986124 ], [ 1387988.210685, 5866144.678138 ] ] } }, +{ "type": "Feature", "properties": { "index": "1876" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387988.210685, 5866144.678138 ], [ 1387944.406121, 5866164.065103 ] ] } }, +{ "type": "Feature", "properties": { "index": "1877" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387944.406121, 5866164.065103 ], [ 1387898.376188, 5866173.56007600016892 ] ] } }, +{ "type": "Feature", "properties": { "index": "1878" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387898.376188, 5866173.56007600016892 ], [ 1387861.922561000101268, 5866145.113869999535382 ] ] } }, +{ "type": "Feature", "properties": { "index": "1879" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387861.922561000101268, 5866145.113869999535382 ], [ 1387862.597009, 5866099.287654000334442 ] ] } }, +{ "type": "Feature", "properties": { "index": "1880" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387862.597009, 5866099.287654000334442 ], [ 1387894.296242, 5866064.312252 ] ] } }, +{ "type": "Feature", "properties": { "index": "1881" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387894.296242, 5866064.312252 ], [ 1387918.333023, 5866023.86015 ] ] } }, +{ "type": "Feature", "properties": { "index": "1882" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387918.333023, 5866023.86015 ], [ 1387925.576027, 5865976.462518 ] ] } }, +{ "type": "Feature", "properties": { "index": "1883" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387925.576027, 5865976.462518 ], [ 1387926.166852, 5865928.505292999558151 ] ] } }, +{ "type": "Feature", "properties": { "index": "1884" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387926.166852, 5865928.505292999558151 ], [ 1387922.175475, 5865880.6286939997226 ] ] } }, +{ "type": "Feature", "properties": { "index": "1885" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.175475, 5865880.6286939997226 ], [ 1387918.184098, 5865832.752094999887049 ] ] } }, +{ "type": "Feature", "properties": { "index": "1886" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387918.184098, 5865832.752094999887049 ], [ 1387914.31689, 5865784.868878000415862 ] ] } }, +{ "type": "Feature", "properties": { "index": "1887" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387914.31689, 5865784.868878000415862 ], [ 1387913.197227, 5865736.839239999651909 ] ] } }, +{ "type": "Feature", "properties": { "index": "1888" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388183.697467, 5866137.747996999882162 ], [ 1388133.810787, 5866135.250533999875188 ] ] } }, +{ "type": "Feature", "properties": { "index": "1889" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388133.810787, 5866135.250533999875188 ], [ 1388083.924108, 5866132.753070999868214 ] ] } }, +{ "type": "Feature", "properties": { "index": "1890" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388083.924108, 5866132.753070999868214 ], [ 1388034.037428, 5866130.25560799986124 ] ] } } +] +} diff --git a/examples/dflowfm_piave/geoms/mesh2d.geojson b/examples/dflowfm_piave/geoms/mesh2d.geojson new file mode 100644 index 00000000..3eab2481 --- /dev/null +++ b/examples/dflowfm_piave/geoms/mesh2d.geojson @@ -0,0 +1,466 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } }, +"features": [ +{ "type": "Feature", "properties": { "index": "0" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5866500.0 ], [ 1384500.0, 5867000.0 ], [ 1384000.0, 5867000.0 ], [ 1384000.0, 5866500.0 ], [ 1384500.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "1" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5866500.0 ], [ 1385000.0, 5867000.0 ], [ 1384500.0, 5867000.0 ], [ 1384500.0, 5866500.0 ], [ 1385000.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "2" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5866500.0 ], [ 1385500.0, 5867000.0 ], [ 1385000.0, 5867000.0 ], [ 1385000.0, 5866500.0 ], [ 1385500.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "3" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5866500.0 ], [ 1386000.0, 5867000.0 ], [ 1385500.0, 5867000.0 ], [ 1385500.0, 5866500.0 ], [ 1386000.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "4" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5866500.0 ], [ 1386500.0, 5867000.0 ], [ 1386000.0, 5867000.0 ], [ 1386000.0, 5866500.0 ], [ 1386500.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "5" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5866500.0 ], [ 1387000.0, 5867000.0 ], [ 1386500.0, 5867000.0 ], [ 1386500.0, 5866500.0 ], [ 1387000.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "6" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5866500.0 ], [ 1387500.0, 5867000.0 ], [ 1387000.0, 5867000.0 ], [ 1387000.0, 5866500.0 ], [ 1387500.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "7" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5866500.0 ], [ 1388000.0, 5867000.0 ], [ 1387500.0, 5867000.0 ], [ 1387500.0, 5866500.0 ], [ 1388000.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "8" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5866500.0 ], [ 1388500.0, 5867000.0 ], [ 1388000.0, 5867000.0 ], [ 1388000.0, 5866500.0 ], [ 1388500.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "9" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5866500.0 ], [ 1389000.0, 5867000.0 ], [ 1388500.0, 5867000.0 ], [ 1388500.0, 5866500.0 ], [ 1389000.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "10" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5866500.0 ], [ 1389500.0, 5867000.0 ], [ 1389000.0, 5867000.0 ], [ 1389000.0, 5866500.0 ], [ 1389500.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "11" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5866500.0 ], [ 1390000.0, 5867000.0 ], [ 1389500.0, 5867000.0 ], [ 1389500.0, 5866500.0 ], [ 1390000.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "12" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5866500.0 ], [ 1390500.0, 5867000.0 ], [ 1390000.0, 5867000.0 ], [ 1390000.0, 5866500.0 ], [ 1390500.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "13" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5866500.0 ], [ 1391000.0, 5867000.0 ], [ 1390500.0, 5867000.0 ], [ 1390500.0, 5866500.0 ], [ 1391000.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "14" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5866500.0 ], [ 1391500.0, 5867000.0 ], [ 1391000.0, 5867000.0 ], [ 1391000.0, 5866500.0 ], [ 1391500.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "15" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5866500.0 ], [ 1392000.0, 5867000.0 ], [ 1391500.0, 5867000.0 ], [ 1391500.0, 5866500.0 ], [ 1392000.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "16" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5866500.0 ], [ 1392500.0, 5867000.0 ], [ 1392000.0, 5867000.0 ], [ 1392000.0, 5866500.0 ], [ 1392500.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "17" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5866500.0 ], [ 1393000.0, 5867000.0 ], [ 1392500.0, 5867000.0 ], [ 1392500.0, 5866500.0 ], [ 1393000.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "18" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5866500.0 ], [ 1393500.0, 5867000.0 ], [ 1393000.0, 5867000.0 ], [ 1393000.0, 5866500.0 ], [ 1393500.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "19" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5866500.0 ], [ 1394000.0, 5867000.0 ], [ 1393500.0, 5867000.0 ], [ 1393500.0, 5866500.0 ], [ 1394000.0, 5866500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "20" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5866000.0 ], [ 1384500.0, 5866500.0 ], [ 1384000.0, 5866500.0 ], [ 1384000.0, 5866000.0 ], [ 1384500.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "21" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5866000.0 ], [ 1385000.0, 5866500.0 ], [ 1384500.0, 5866500.0 ], [ 1384500.0, 5866000.0 ], [ 1385000.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "22" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5866000.0 ], [ 1385500.0, 5866500.0 ], [ 1385000.0, 5866500.0 ], [ 1385000.0, 5866000.0 ], [ 1385500.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "23" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5866000.0 ], [ 1386000.0, 5866500.0 ], [ 1385500.0, 5866500.0 ], [ 1385500.0, 5866000.0 ], [ 1386000.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "24" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5866000.0 ], [ 1386500.0, 5866500.0 ], [ 1386000.0, 5866500.0 ], [ 1386000.0, 5866000.0 ], [ 1386500.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "25" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5866000.0 ], [ 1387000.0, 5866500.0 ], [ 1386500.0, 5866500.0 ], [ 1386500.0, 5866000.0 ], [ 1387000.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "26" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5866000.0 ], [ 1387500.0, 5866500.0 ], [ 1387000.0, 5866500.0 ], [ 1387000.0, 5866000.0 ], [ 1387500.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "27" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5866000.0 ], [ 1388000.0, 5866500.0 ], [ 1387500.0, 5866500.0 ], [ 1387500.0, 5866000.0 ], [ 1388000.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "28" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5866000.0 ], [ 1388500.0, 5866500.0 ], [ 1388000.0, 5866500.0 ], [ 1388000.0, 5866000.0 ], [ 1388500.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "29" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5866000.0 ], [ 1389000.0, 5866500.0 ], [ 1388500.0, 5866500.0 ], [ 1388500.0, 5866000.0 ], [ 1389000.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "30" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5866000.0 ], [ 1389500.0, 5866500.0 ], [ 1389000.0, 5866500.0 ], [ 1389000.0, 5866000.0 ], [ 1389500.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "31" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5866000.0 ], [ 1390000.0, 5866500.0 ], [ 1389500.0, 5866500.0 ], [ 1389500.0, 5866000.0 ], [ 1390000.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "32" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5866000.0 ], [ 1390500.0, 5866500.0 ], [ 1390000.0, 5866500.0 ], [ 1390000.0, 5866000.0 ], [ 1390500.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "33" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5866000.0 ], [ 1391000.0, 5866500.0 ], [ 1390500.0, 5866500.0 ], [ 1390500.0, 5866000.0 ], [ 1391000.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "34" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5866000.0 ], [ 1391500.0, 5866500.0 ], [ 1391000.0, 5866500.0 ], [ 1391000.0, 5866000.0 ], [ 1391500.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "35" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5866000.0 ], [ 1392000.0, 5866500.0 ], [ 1391500.0, 5866500.0 ], [ 1391500.0, 5866000.0 ], [ 1392000.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "36" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5866000.0 ], [ 1392500.0, 5866500.0 ], [ 1392000.0, 5866500.0 ], [ 1392000.0, 5866000.0 ], [ 1392500.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "37" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5866000.0 ], [ 1393000.0, 5866500.0 ], [ 1392500.0, 5866500.0 ], [ 1392500.0, 5866000.0 ], [ 1393000.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "38" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5866000.0 ], [ 1393500.0, 5866500.0 ], [ 1393000.0, 5866500.0 ], [ 1393000.0, 5866000.0 ], [ 1393500.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "39" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5866000.0 ], [ 1394000.0, 5866500.0 ], [ 1393500.0, 5866500.0 ], [ 1393500.0, 5866000.0 ], [ 1394000.0, 5866000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "40" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5865500.0 ], [ 1384500.0, 5866000.0 ], [ 1384000.0, 5866000.0 ], [ 1384000.0, 5865500.0 ], [ 1384500.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "41" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5865500.0 ], [ 1385000.0, 5866000.0 ], [ 1384500.0, 5866000.0 ], [ 1384500.0, 5865500.0 ], [ 1385000.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "42" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5865500.0 ], [ 1385500.0, 5866000.0 ], [ 1385000.0, 5866000.0 ], [ 1385000.0, 5865500.0 ], [ 1385500.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "43" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5865500.0 ], [ 1386000.0, 5866000.0 ], [ 1385500.0, 5866000.0 ], [ 1385500.0, 5865500.0 ], [ 1386000.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "44" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5865500.0 ], [ 1386500.0, 5866000.0 ], [ 1386000.0, 5866000.0 ], [ 1386000.0, 5865500.0 ], [ 1386500.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "45" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5865500.0 ], [ 1387000.0, 5866000.0 ], [ 1386500.0, 5866000.0 ], [ 1386500.0, 5865500.0 ], [ 1387000.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "46" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5865500.0 ], [ 1387500.0, 5866000.0 ], [ 1387000.0, 5866000.0 ], [ 1387000.0, 5865500.0 ], [ 1387500.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "47" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5865500.0 ], [ 1388000.0, 5866000.0 ], [ 1387500.0, 5866000.0 ], [ 1387500.0, 5865500.0 ], [ 1388000.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "48" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5865500.0 ], [ 1388500.0, 5866000.0 ], [ 1388000.0, 5866000.0 ], [ 1388000.0, 5865500.0 ], [ 1388500.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "49" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5865500.0 ], [ 1389000.0, 5866000.0 ], [ 1388500.0, 5866000.0 ], [ 1388500.0, 5865500.0 ], [ 1389000.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "50" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5865500.0 ], [ 1389500.0, 5866000.0 ], [ 1389000.0, 5866000.0 ], [ 1389000.0, 5865500.0 ], [ 1389500.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "51" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5865500.0 ], [ 1390000.0, 5866000.0 ], [ 1389500.0, 5866000.0 ], [ 1389500.0, 5865500.0 ], [ 1390000.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "52" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5865500.0 ], [ 1390500.0, 5866000.0 ], [ 1390000.0, 5866000.0 ], [ 1390000.0, 5865500.0 ], [ 1390500.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "53" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5865500.0 ], [ 1391000.0, 5866000.0 ], [ 1390500.0, 5866000.0 ], [ 1390500.0, 5865500.0 ], [ 1391000.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "54" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5865500.0 ], [ 1391500.0, 5866000.0 ], [ 1391000.0, 5866000.0 ], [ 1391000.0, 5865500.0 ], [ 1391500.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "55" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5865500.0 ], [ 1392000.0, 5866000.0 ], [ 1391500.0, 5866000.0 ], [ 1391500.0, 5865500.0 ], [ 1392000.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "56" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5865500.0 ], [ 1392500.0, 5866000.0 ], [ 1392000.0, 5866000.0 ], [ 1392000.0, 5865500.0 ], [ 1392500.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "57" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5865500.0 ], [ 1393000.0, 5866000.0 ], [ 1392500.0, 5866000.0 ], [ 1392500.0, 5865500.0 ], [ 1393000.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "58" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5865500.0 ], [ 1393500.0, 5866000.0 ], [ 1393000.0, 5866000.0 ], [ 1393000.0, 5865500.0 ], [ 1393500.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "59" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5865500.0 ], [ 1394000.0, 5866000.0 ], [ 1393500.0, 5866000.0 ], [ 1393500.0, 5865500.0 ], [ 1394000.0, 5865500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "60" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5865000.0 ], [ 1384500.0, 5865500.0 ], [ 1384000.0, 5865500.0 ], [ 1384000.0, 5865000.0 ], [ 1384500.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "61" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5865000.0 ], [ 1385000.0, 5865500.0 ], [ 1384500.0, 5865500.0 ], [ 1384500.0, 5865000.0 ], [ 1385000.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "62" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5865000.0 ], [ 1385500.0, 5865500.0 ], [ 1385000.0, 5865500.0 ], [ 1385000.0, 5865000.0 ], [ 1385500.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "63" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5865000.0 ], [ 1386000.0, 5865500.0 ], [ 1385500.0, 5865500.0 ], [ 1385500.0, 5865000.0 ], [ 1386000.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "64" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5865000.0 ], [ 1386500.0, 5865500.0 ], [ 1386000.0, 5865500.0 ], [ 1386000.0, 5865000.0 ], [ 1386500.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "65" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5865000.0 ], [ 1387000.0, 5865500.0 ], [ 1386500.0, 5865500.0 ], [ 1386500.0, 5865000.0 ], [ 1387000.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "66" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5865000.0 ], [ 1387500.0, 5865500.0 ], [ 1387000.0, 5865500.0 ], [ 1387000.0, 5865000.0 ], [ 1387500.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "67" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5865000.0 ], [ 1388000.0, 5865500.0 ], [ 1387500.0, 5865500.0 ], [ 1387500.0, 5865000.0 ], [ 1388000.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "68" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5865000.0 ], [ 1388500.0, 5865500.0 ], [ 1388000.0, 5865500.0 ], [ 1388000.0, 5865000.0 ], [ 1388500.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "69" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5865000.0 ], [ 1389000.0, 5865500.0 ], [ 1388500.0, 5865500.0 ], [ 1388500.0, 5865000.0 ], [ 1389000.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "70" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5865000.0 ], [ 1389500.0, 5865500.0 ], [ 1389000.0, 5865500.0 ], [ 1389000.0, 5865000.0 ], [ 1389500.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "71" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5865000.0 ], [ 1390000.0, 5865500.0 ], [ 1389500.0, 5865500.0 ], [ 1389500.0, 5865000.0 ], [ 1390000.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "72" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5865000.0 ], [ 1390500.0, 5865500.0 ], [ 1390000.0, 5865500.0 ], [ 1390000.0, 5865000.0 ], [ 1390500.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "73" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5865000.0 ], [ 1391000.0, 5865500.0 ], [ 1390500.0, 5865500.0 ], [ 1390500.0, 5865000.0 ], [ 1391000.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "74" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5865000.0 ], [ 1391500.0, 5865500.0 ], [ 1391000.0, 5865500.0 ], [ 1391000.0, 5865000.0 ], [ 1391500.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "75" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5865000.0 ], [ 1392000.0, 5865500.0 ], [ 1391500.0, 5865500.0 ], [ 1391500.0, 5865000.0 ], [ 1392000.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "76" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5865000.0 ], [ 1392500.0, 5865500.0 ], [ 1392000.0, 5865500.0 ], [ 1392000.0, 5865000.0 ], [ 1392500.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "77" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5865000.0 ], [ 1393000.0, 5865500.0 ], [ 1392500.0, 5865500.0 ], [ 1392500.0, 5865000.0 ], [ 1393000.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "78" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5865000.0 ], [ 1393500.0, 5865500.0 ], [ 1393000.0, 5865500.0 ], [ 1393000.0, 5865000.0 ], [ 1393500.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "79" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5865000.0 ], [ 1394000.0, 5865500.0 ], [ 1393500.0, 5865500.0 ], [ 1393500.0, 5865000.0 ], [ 1394000.0, 5865000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "80" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5864500.0 ], [ 1384500.0, 5865000.0 ], [ 1384000.0, 5865000.0 ], [ 1384000.0, 5864500.0 ], [ 1384500.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "81" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5864500.0 ], [ 1385000.0, 5865000.0 ], [ 1384500.0, 5865000.0 ], [ 1384500.0, 5864500.0 ], [ 1385000.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "82" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5864500.0 ], [ 1385500.0, 5865000.0 ], [ 1385000.0, 5865000.0 ], [ 1385000.0, 5864500.0 ], [ 1385500.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "83" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5864500.0 ], [ 1386000.0, 5865000.0 ], [ 1385500.0, 5865000.0 ], [ 1385500.0, 5864500.0 ], [ 1386000.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "84" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5864500.0 ], [ 1386500.0, 5865000.0 ], [ 1386000.0, 5865000.0 ], [ 1386000.0, 5864500.0 ], [ 1386500.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "85" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5864500.0 ], [ 1387000.0, 5865000.0 ], [ 1386500.0, 5865000.0 ], [ 1386500.0, 5864500.0 ], [ 1387000.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "86" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5864500.0 ], [ 1387500.0, 5865000.0 ], [ 1387000.0, 5865000.0 ], [ 1387000.0, 5864500.0 ], [ 1387500.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "87" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5864500.0 ], [ 1388000.0, 5865000.0 ], [ 1387500.0, 5865000.0 ], [ 1387500.0, 5864500.0 ], [ 1388000.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "88" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5864500.0 ], [ 1388500.0, 5865000.0 ], [ 1388000.0, 5865000.0 ], [ 1388000.0, 5864500.0 ], [ 1388500.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "89" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5864500.0 ], [ 1389000.0, 5865000.0 ], [ 1388500.0, 5865000.0 ], [ 1388500.0, 5864500.0 ], [ 1389000.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "90" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5864500.0 ], [ 1389500.0, 5865000.0 ], [ 1389000.0, 5865000.0 ], [ 1389000.0, 5864500.0 ], [ 1389500.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "91" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5864500.0 ], [ 1390000.0, 5865000.0 ], [ 1389500.0, 5865000.0 ], [ 1389500.0, 5864500.0 ], [ 1390000.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "92" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5864500.0 ], [ 1390500.0, 5865000.0 ], [ 1390000.0, 5865000.0 ], [ 1390000.0, 5864500.0 ], [ 1390500.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "93" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5864500.0 ], [ 1391000.0, 5865000.0 ], [ 1390500.0, 5865000.0 ], [ 1390500.0, 5864500.0 ], [ 1391000.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "94" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5864500.0 ], [ 1391500.0, 5865000.0 ], [ 1391000.0, 5865000.0 ], [ 1391000.0, 5864500.0 ], [ 1391500.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "95" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5864500.0 ], [ 1392000.0, 5865000.0 ], [ 1391500.0, 5865000.0 ], [ 1391500.0, 5864500.0 ], [ 1392000.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "96" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5864500.0 ], [ 1392500.0, 5865000.0 ], [ 1392000.0, 5865000.0 ], [ 1392000.0, 5864500.0 ], [ 1392500.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "97" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5864500.0 ], [ 1393000.0, 5865000.0 ], [ 1392500.0, 5865000.0 ], [ 1392500.0, 5864500.0 ], [ 1393000.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "98" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5864500.0 ], [ 1393500.0, 5865000.0 ], [ 1393000.0, 5865000.0 ], [ 1393000.0, 5864500.0 ], [ 1393500.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "99" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5864500.0 ], [ 1394000.0, 5865000.0 ], [ 1393500.0, 5865000.0 ], [ 1393500.0, 5864500.0 ], [ 1394000.0, 5864500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "100" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5864000.0 ], [ 1384500.0, 5864500.0 ], [ 1384000.0, 5864500.0 ], [ 1384000.0, 5864000.0 ], [ 1384500.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "101" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5864000.0 ], [ 1385000.0, 5864500.0 ], [ 1384500.0, 5864500.0 ], [ 1384500.0, 5864000.0 ], [ 1385000.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "102" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5864000.0 ], [ 1385500.0, 5864500.0 ], [ 1385000.0, 5864500.0 ], [ 1385000.0, 5864000.0 ], [ 1385500.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "103" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5864000.0 ], [ 1386000.0, 5864500.0 ], [ 1385500.0, 5864500.0 ], [ 1385500.0, 5864000.0 ], [ 1386000.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "104" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5864000.0 ], [ 1386500.0, 5864500.0 ], [ 1386000.0, 5864500.0 ], [ 1386000.0, 5864000.0 ], [ 1386500.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "105" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5864000.0 ], [ 1387000.0, 5864500.0 ], [ 1386500.0, 5864500.0 ], [ 1386500.0, 5864000.0 ], [ 1387000.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "106" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5864000.0 ], [ 1387500.0, 5864500.0 ], [ 1387000.0, 5864500.0 ], [ 1387000.0, 5864000.0 ], [ 1387500.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "107" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5864000.0 ], [ 1388000.0, 5864500.0 ], [ 1387500.0, 5864500.0 ], [ 1387500.0, 5864000.0 ], [ 1388000.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "108" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5864000.0 ], [ 1388500.0, 5864500.0 ], [ 1388000.0, 5864500.0 ], [ 1388000.0, 5864000.0 ], [ 1388500.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "109" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5864000.0 ], [ 1389000.0, 5864500.0 ], [ 1388500.0, 5864500.0 ], [ 1388500.0, 5864000.0 ], [ 1389000.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "110" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5864000.0 ], [ 1389500.0, 5864500.0 ], [ 1389000.0, 5864500.0 ], [ 1389000.0, 5864000.0 ], [ 1389500.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "111" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5864000.0 ], [ 1390000.0, 5864500.0 ], [ 1389500.0, 5864500.0 ], [ 1389500.0, 5864000.0 ], [ 1390000.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "112" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5864000.0 ], [ 1390500.0, 5864500.0 ], [ 1390000.0, 5864500.0 ], [ 1390000.0, 5864000.0 ], [ 1390500.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "113" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5864000.0 ], [ 1391000.0, 5864500.0 ], [ 1390500.0, 5864500.0 ], [ 1390500.0, 5864000.0 ], [ 1391000.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "114" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5864000.0 ], [ 1391500.0, 5864500.0 ], [ 1391000.0, 5864500.0 ], [ 1391000.0, 5864000.0 ], [ 1391500.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "115" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5864000.0 ], [ 1392000.0, 5864500.0 ], [ 1391500.0, 5864500.0 ], [ 1391500.0, 5864000.0 ], [ 1392000.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "116" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5864000.0 ], [ 1392500.0, 5864500.0 ], [ 1392000.0, 5864500.0 ], [ 1392000.0, 5864000.0 ], [ 1392500.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "117" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5864000.0 ], [ 1393000.0, 5864500.0 ], [ 1392500.0, 5864500.0 ], [ 1392500.0, 5864000.0 ], [ 1393000.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "118" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5864000.0 ], [ 1393500.0, 5864500.0 ], [ 1393000.0, 5864500.0 ], [ 1393000.0, 5864000.0 ], [ 1393500.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "119" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5864000.0 ], [ 1394000.0, 5864500.0 ], [ 1393500.0, 5864500.0 ], [ 1393500.0, 5864000.0 ], [ 1394000.0, 5864000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "120" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5863500.0 ], [ 1384500.0, 5864000.0 ], [ 1384000.0, 5864000.0 ], [ 1384000.0, 5863500.0 ], [ 1384500.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "121" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5863500.0 ], [ 1385000.0, 5864000.0 ], [ 1384500.0, 5864000.0 ], [ 1384500.0, 5863500.0 ], [ 1385000.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "122" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5863500.0 ], [ 1385500.0, 5864000.0 ], [ 1385000.0, 5864000.0 ], [ 1385000.0, 5863500.0 ], [ 1385500.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "123" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5863500.0 ], [ 1386000.0, 5864000.0 ], [ 1385500.0, 5864000.0 ], [ 1385500.0, 5863500.0 ], [ 1386000.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "124" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5863500.0 ], [ 1386500.0, 5864000.0 ], [ 1386000.0, 5864000.0 ], [ 1386000.0, 5863500.0 ], [ 1386500.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "125" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5863500.0 ], [ 1387000.0, 5864000.0 ], [ 1386500.0, 5864000.0 ], [ 1386500.0, 5863500.0 ], [ 1387000.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "126" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5863500.0 ], [ 1387500.0, 5864000.0 ], [ 1387000.0, 5864000.0 ], [ 1387000.0, 5863500.0 ], [ 1387500.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "127" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5863500.0 ], [ 1388000.0, 5864000.0 ], [ 1387500.0, 5864000.0 ], [ 1387500.0, 5863500.0 ], [ 1388000.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "128" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5863500.0 ], [ 1388500.0, 5864000.0 ], [ 1388000.0, 5864000.0 ], [ 1388000.0, 5863500.0 ], [ 1388500.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "129" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5863500.0 ], [ 1389000.0, 5864000.0 ], [ 1388500.0, 5864000.0 ], [ 1388500.0, 5863500.0 ], [ 1389000.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "130" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5863500.0 ], [ 1389500.0, 5864000.0 ], [ 1389000.0, 5864000.0 ], [ 1389000.0, 5863500.0 ], [ 1389500.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "131" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5863500.0 ], [ 1390000.0, 5864000.0 ], [ 1389500.0, 5864000.0 ], [ 1389500.0, 5863500.0 ], [ 1390000.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "132" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5863500.0 ], [ 1390500.0, 5864000.0 ], [ 1390000.0, 5864000.0 ], [ 1390000.0, 5863500.0 ], [ 1390500.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "133" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5863500.0 ], [ 1391000.0, 5864000.0 ], [ 1390500.0, 5864000.0 ], [ 1390500.0, 5863500.0 ], [ 1391000.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "134" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5863500.0 ], [ 1391500.0, 5864000.0 ], [ 1391000.0, 5864000.0 ], [ 1391000.0, 5863500.0 ], [ 1391500.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "135" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5863500.0 ], [ 1392000.0, 5864000.0 ], [ 1391500.0, 5864000.0 ], [ 1391500.0, 5863500.0 ], [ 1392000.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "136" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5863500.0 ], [ 1392500.0, 5864000.0 ], [ 1392000.0, 5864000.0 ], [ 1392000.0, 5863500.0 ], [ 1392500.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "137" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5863500.0 ], [ 1393000.0, 5864000.0 ], [ 1392500.0, 5864000.0 ], [ 1392500.0, 5863500.0 ], [ 1393000.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "138" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5863500.0 ], [ 1393500.0, 5864000.0 ], [ 1393000.0, 5864000.0 ], [ 1393000.0, 5863500.0 ], [ 1393500.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "139" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5863500.0 ], [ 1394000.0, 5864000.0 ], [ 1393500.0, 5864000.0 ], [ 1393500.0, 5863500.0 ], [ 1394000.0, 5863500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "140" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5863000.0 ], [ 1384500.0, 5863500.0 ], [ 1384000.0, 5863500.0 ], [ 1384000.0, 5863000.0 ], [ 1384500.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "141" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5863000.0 ], [ 1385000.0, 5863500.0 ], [ 1384500.0, 5863500.0 ], [ 1384500.0, 5863000.0 ], [ 1385000.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "142" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5863000.0 ], [ 1385500.0, 5863500.0 ], [ 1385000.0, 5863500.0 ], [ 1385000.0, 5863000.0 ], [ 1385500.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "143" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5863000.0 ], [ 1386000.0, 5863500.0 ], [ 1385500.0, 5863500.0 ], [ 1385500.0, 5863000.0 ], [ 1386000.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "144" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5863000.0 ], [ 1386500.0, 5863500.0 ], [ 1386000.0, 5863500.0 ], [ 1386000.0, 5863000.0 ], [ 1386500.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "145" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5863000.0 ], [ 1387000.0, 5863500.0 ], [ 1386500.0, 5863500.0 ], [ 1386500.0, 5863000.0 ], [ 1387000.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "146" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5863000.0 ], [ 1387500.0, 5863500.0 ], [ 1387000.0, 5863500.0 ], [ 1387000.0, 5863000.0 ], [ 1387500.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "147" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5863000.0 ], [ 1388000.0, 5863500.0 ], [ 1387500.0, 5863500.0 ], [ 1387500.0, 5863000.0 ], [ 1388000.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "148" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5863000.0 ], [ 1388500.0, 5863500.0 ], [ 1388000.0, 5863500.0 ], [ 1388000.0, 5863000.0 ], [ 1388500.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "149" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5863000.0 ], [ 1389000.0, 5863500.0 ], [ 1388500.0, 5863500.0 ], [ 1388500.0, 5863000.0 ], [ 1389000.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "150" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5863000.0 ], [ 1389500.0, 5863500.0 ], [ 1389000.0, 5863500.0 ], [ 1389000.0, 5863000.0 ], [ 1389500.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "151" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5863000.0 ], [ 1390000.0, 5863500.0 ], [ 1389500.0, 5863500.0 ], [ 1389500.0, 5863000.0 ], [ 1390000.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "152" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5863000.0 ], [ 1390500.0, 5863500.0 ], [ 1390000.0, 5863500.0 ], [ 1390000.0, 5863000.0 ], [ 1390500.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "153" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5863000.0 ], [ 1391000.0, 5863500.0 ], [ 1390500.0, 5863500.0 ], [ 1390500.0, 5863000.0 ], [ 1391000.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "154" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5863000.0 ], [ 1391500.0, 5863500.0 ], [ 1391000.0, 5863500.0 ], [ 1391000.0, 5863000.0 ], [ 1391500.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "155" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5863000.0 ], [ 1392000.0, 5863500.0 ], [ 1391500.0, 5863500.0 ], [ 1391500.0, 5863000.0 ], [ 1392000.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "156" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5863000.0 ], [ 1392500.0, 5863500.0 ], [ 1392000.0, 5863500.0 ], [ 1392000.0, 5863000.0 ], [ 1392500.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "157" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5863000.0 ], [ 1393000.0, 5863500.0 ], [ 1392500.0, 5863500.0 ], [ 1392500.0, 5863000.0 ], [ 1393000.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "158" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5863000.0 ], [ 1393500.0, 5863500.0 ], [ 1393000.0, 5863500.0 ], [ 1393000.0, 5863000.0 ], [ 1393500.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "159" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5863000.0 ], [ 1394000.0, 5863500.0 ], [ 1393500.0, 5863500.0 ], [ 1393500.0, 5863000.0 ], [ 1394000.0, 5863000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "160" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5862500.0 ], [ 1384500.0, 5863000.0 ], [ 1384000.0, 5863000.0 ], [ 1384000.0, 5862500.0 ], [ 1384500.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "161" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5862500.0 ], [ 1385000.0, 5863000.0 ], [ 1384500.0, 5863000.0 ], [ 1384500.0, 5862500.0 ], [ 1385000.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "162" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5862500.0 ], [ 1385500.0, 5863000.0 ], [ 1385000.0, 5863000.0 ], [ 1385000.0, 5862500.0 ], [ 1385500.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "163" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5862500.0 ], [ 1386000.0, 5863000.0 ], [ 1385500.0, 5863000.0 ], [ 1385500.0, 5862500.0 ], [ 1386000.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "164" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5862500.0 ], [ 1386500.0, 5863000.0 ], [ 1386000.0, 5863000.0 ], [ 1386000.0, 5862500.0 ], [ 1386500.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "165" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5862500.0 ], [ 1387000.0, 5863000.0 ], [ 1386500.0, 5863000.0 ], [ 1386500.0, 5862500.0 ], [ 1387000.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "166" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5862500.0 ], [ 1387500.0, 5863000.0 ], [ 1387000.0, 5863000.0 ], [ 1387000.0, 5862500.0 ], [ 1387500.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "167" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5862500.0 ], [ 1388000.0, 5863000.0 ], [ 1387500.0, 5863000.0 ], [ 1387500.0, 5862500.0 ], [ 1388000.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "168" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5862500.0 ], [ 1388500.0, 5863000.0 ], [ 1388000.0, 5863000.0 ], [ 1388000.0, 5862500.0 ], [ 1388500.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "169" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5862500.0 ], [ 1389000.0, 5863000.0 ], [ 1388500.0, 5863000.0 ], [ 1388500.0, 5862500.0 ], [ 1389000.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "170" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5862500.0 ], [ 1389500.0, 5863000.0 ], [ 1389000.0, 5863000.0 ], [ 1389000.0, 5862500.0 ], [ 1389500.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "171" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5862500.0 ], [ 1390000.0, 5863000.0 ], [ 1389500.0, 5863000.0 ], [ 1389500.0, 5862500.0 ], [ 1390000.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "172" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5862500.0 ], [ 1390500.0, 5863000.0 ], [ 1390000.0, 5863000.0 ], [ 1390000.0, 5862500.0 ], [ 1390500.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "173" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5862500.0 ], [ 1391000.0, 5863000.0 ], [ 1390500.0, 5863000.0 ], [ 1390500.0, 5862500.0 ], [ 1391000.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "174" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5862500.0 ], [ 1391500.0, 5863000.0 ], [ 1391000.0, 5863000.0 ], [ 1391000.0, 5862500.0 ], [ 1391500.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "175" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5862500.0 ], [ 1392000.0, 5863000.0 ], [ 1391500.0, 5863000.0 ], [ 1391500.0, 5862500.0 ], [ 1392000.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "176" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5862500.0 ], [ 1392500.0, 5863000.0 ], [ 1392000.0, 5863000.0 ], [ 1392000.0, 5862500.0 ], [ 1392500.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "177" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5862500.0 ], [ 1393000.0, 5863000.0 ], [ 1392500.0, 5863000.0 ], [ 1392500.0, 5862500.0 ], [ 1393000.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "178" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5862500.0 ], [ 1393500.0, 5863000.0 ], [ 1393000.0, 5863000.0 ], [ 1393000.0, 5862500.0 ], [ 1393500.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "179" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5862500.0 ], [ 1394000.0, 5863000.0 ], [ 1393500.0, 5863000.0 ], [ 1393500.0, 5862500.0 ], [ 1394000.0, 5862500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "180" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5862000.0 ], [ 1384500.0, 5862500.0 ], [ 1384000.0, 5862500.0 ], [ 1384000.0, 5862000.0 ], [ 1384500.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "181" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5862000.0 ], [ 1385000.0, 5862500.0 ], [ 1384500.0, 5862500.0 ], [ 1384500.0, 5862000.0 ], [ 1385000.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "182" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5862000.0 ], [ 1385500.0, 5862500.0 ], [ 1385000.0, 5862500.0 ], [ 1385000.0, 5862000.0 ], [ 1385500.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "183" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5862000.0 ], [ 1386000.0, 5862500.0 ], [ 1385500.0, 5862500.0 ], [ 1385500.0, 5862000.0 ], [ 1386000.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "184" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5862000.0 ], [ 1386500.0, 5862500.0 ], [ 1386000.0, 5862500.0 ], [ 1386000.0, 5862000.0 ], [ 1386500.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "185" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5862000.0 ], [ 1387000.0, 5862500.0 ], [ 1386500.0, 5862500.0 ], [ 1386500.0, 5862000.0 ], [ 1387000.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "186" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5862000.0 ], [ 1387500.0, 5862500.0 ], [ 1387000.0, 5862500.0 ], [ 1387000.0, 5862000.0 ], [ 1387500.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "187" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5862000.0 ], [ 1388000.0, 5862500.0 ], [ 1387500.0, 5862500.0 ], [ 1387500.0, 5862000.0 ], [ 1388000.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "188" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5862000.0 ], [ 1388500.0, 5862500.0 ], [ 1388000.0, 5862500.0 ], [ 1388000.0, 5862000.0 ], [ 1388500.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "189" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5862000.0 ], [ 1389000.0, 5862500.0 ], [ 1388500.0, 5862500.0 ], [ 1388500.0, 5862000.0 ], [ 1389000.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "190" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5862000.0 ], [ 1389500.0, 5862500.0 ], [ 1389000.0, 5862500.0 ], [ 1389000.0, 5862000.0 ], [ 1389500.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "191" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5862000.0 ], [ 1390000.0, 5862500.0 ], [ 1389500.0, 5862500.0 ], [ 1389500.0, 5862000.0 ], [ 1390000.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "192" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5862000.0 ], [ 1390500.0, 5862500.0 ], [ 1390000.0, 5862500.0 ], [ 1390000.0, 5862000.0 ], [ 1390500.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "193" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5862000.0 ], [ 1391000.0, 5862500.0 ], [ 1390500.0, 5862500.0 ], [ 1390500.0, 5862000.0 ], [ 1391000.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "194" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5862000.0 ], [ 1391500.0, 5862500.0 ], [ 1391000.0, 5862500.0 ], [ 1391000.0, 5862000.0 ], [ 1391500.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "195" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5862000.0 ], [ 1392000.0, 5862500.0 ], [ 1391500.0, 5862500.0 ], [ 1391500.0, 5862000.0 ], [ 1392000.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "196" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5862000.0 ], [ 1392500.0, 5862500.0 ], [ 1392000.0, 5862500.0 ], [ 1392000.0, 5862000.0 ], [ 1392500.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "197" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5862000.0 ], [ 1393000.0, 5862500.0 ], [ 1392500.0, 5862500.0 ], [ 1392500.0, 5862000.0 ], [ 1393000.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "198" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5862000.0 ], [ 1393500.0, 5862500.0 ], [ 1393000.0, 5862500.0 ], [ 1393000.0, 5862000.0 ], [ 1393500.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "199" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5862000.0 ], [ 1394000.0, 5862500.0 ], [ 1393500.0, 5862500.0 ], [ 1393500.0, 5862000.0 ], [ 1394000.0, 5862000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "200" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5861500.0 ], [ 1384500.0, 5862000.0 ], [ 1384000.0, 5862000.0 ], [ 1384000.0, 5861500.0 ], [ 1384500.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "201" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5861500.0 ], [ 1385000.0, 5862000.0 ], [ 1384500.0, 5862000.0 ], [ 1384500.0, 5861500.0 ], [ 1385000.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "202" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5861500.0 ], [ 1385500.0, 5862000.0 ], [ 1385000.0, 5862000.0 ], [ 1385000.0, 5861500.0 ], [ 1385500.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "203" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5861500.0 ], [ 1386000.0, 5862000.0 ], [ 1385500.0, 5862000.0 ], [ 1385500.0, 5861500.0 ], [ 1386000.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "204" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5861500.0 ], [ 1386500.0, 5862000.0 ], [ 1386000.0, 5862000.0 ], [ 1386000.0, 5861500.0 ], [ 1386500.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "205" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5861500.0 ], [ 1387000.0, 5862000.0 ], [ 1386500.0, 5862000.0 ], [ 1386500.0, 5861500.0 ], [ 1387000.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "206" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5861500.0 ], [ 1387500.0, 5862000.0 ], [ 1387000.0, 5862000.0 ], [ 1387000.0, 5861500.0 ], [ 1387500.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "207" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5861500.0 ], [ 1388000.0, 5862000.0 ], [ 1387500.0, 5862000.0 ], [ 1387500.0, 5861500.0 ], [ 1388000.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "208" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5861500.0 ], [ 1388500.0, 5862000.0 ], [ 1388000.0, 5862000.0 ], [ 1388000.0, 5861500.0 ], [ 1388500.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "209" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5861500.0 ], [ 1389000.0, 5862000.0 ], [ 1388500.0, 5862000.0 ], [ 1388500.0, 5861500.0 ], [ 1389000.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "210" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5861500.0 ], [ 1389500.0, 5862000.0 ], [ 1389000.0, 5862000.0 ], [ 1389000.0, 5861500.0 ], [ 1389500.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "211" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5861500.0 ], [ 1390000.0, 5862000.0 ], [ 1389500.0, 5862000.0 ], [ 1389500.0, 5861500.0 ], [ 1390000.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "212" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5861500.0 ], [ 1390500.0, 5862000.0 ], [ 1390000.0, 5862000.0 ], [ 1390000.0, 5861500.0 ], [ 1390500.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "213" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5861500.0 ], [ 1391000.0, 5862000.0 ], [ 1390500.0, 5862000.0 ], [ 1390500.0, 5861500.0 ], [ 1391000.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "214" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5861500.0 ], [ 1391500.0, 5862000.0 ], [ 1391000.0, 5862000.0 ], [ 1391000.0, 5861500.0 ], [ 1391500.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "215" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5861500.0 ], [ 1392000.0, 5862000.0 ], [ 1391500.0, 5862000.0 ], [ 1391500.0, 5861500.0 ], [ 1392000.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "216" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5861500.0 ], [ 1392500.0, 5862000.0 ], [ 1392000.0, 5862000.0 ], [ 1392000.0, 5861500.0 ], [ 1392500.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "217" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5861500.0 ], [ 1393000.0, 5862000.0 ], [ 1392500.0, 5862000.0 ], [ 1392500.0, 5861500.0 ], [ 1393000.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "218" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5861500.0 ], [ 1393500.0, 5862000.0 ], [ 1393000.0, 5862000.0 ], [ 1393000.0, 5861500.0 ], [ 1393500.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "219" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5861500.0 ], [ 1394000.0, 5862000.0 ], [ 1393500.0, 5862000.0 ], [ 1393500.0, 5861500.0 ], [ 1394000.0, 5861500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "220" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5861000.0 ], [ 1384500.0, 5861500.0 ], [ 1384000.0, 5861500.0 ], [ 1384000.0, 5861000.0 ], [ 1384500.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "221" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5861000.0 ], [ 1385000.0, 5861500.0 ], [ 1384500.0, 5861500.0 ], [ 1384500.0, 5861000.0 ], [ 1385000.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "222" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5861000.0 ], [ 1385500.0, 5861500.0 ], [ 1385000.0, 5861500.0 ], [ 1385000.0, 5861000.0 ], [ 1385500.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "223" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5861000.0 ], [ 1386000.0, 5861500.0 ], [ 1385500.0, 5861500.0 ], [ 1385500.0, 5861000.0 ], [ 1386000.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "224" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5861000.0 ], [ 1386500.0, 5861500.0 ], [ 1386000.0, 5861500.0 ], [ 1386000.0, 5861000.0 ], [ 1386500.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "225" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5861000.0 ], [ 1387000.0, 5861500.0 ], [ 1386500.0, 5861500.0 ], [ 1386500.0, 5861000.0 ], [ 1387000.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "226" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5861000.0 ], [ 1387500.0, 5861500.0 ], [ 1387000.0, 5861500.0 ], [ 1387000.0, 5861000.0 ], [ 1387500.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "227" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5861000.0 ], [ 1388000.0, 5861500.0 ], [ 1387500.0, 5861500.0 ], [ 1387500.0, 5861000.0 ], [ 1388000.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "228" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5861000.0 ], [ 1388500.0, 5861500.0 ], [ 1388000.0, 5861500.0 ], [ 1388000.0, 5861000.0 ], [ 1388500.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "229" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5861000.0 ], [ 1389000.0, 5861500.0 ], [ 1388500.0, 5861500.0 ], [ 1388500.0, 5861000.0 ], [ 1389000.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "230" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5861000.0 ], [ 1389500.0, 5861500.0 ], [ 1389000.0, 5861500.0 ], [ 1389000.0, 5861000.0 ], [ 1389500.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "231" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5861000.0 ], [ 1390000.0, 5861500.0 ], [ 1389500.0, 5861500.0 ], [ 1389500.0, 5861000.0 ], [ 1390000.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "232" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5861000.0 ], [ 1390500.0, 5861500.0 ], [ 1390000.0, 5861500.0 ], [ 1390000.0, 5861000.0 ], [ 1390500.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "233" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5861000.0 ], [ 1391000.0, 5861500.0 ], [ 1390500.0, 5861500.0 ], [ 1390500.0, 5861000.0 ], [ 1391000.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "234" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5861000.0 ], [ 1391500.0, 5861500.0 ], [ 1391000.0, 5861500.0 ], [ 1391000.0, 5861000.0 ], [ 1391500.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "235" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5861000.0 ], [ 1392000.0, 5861500.0 ], [ 1391500.0, 5861500.0 ], [ 1391500.0, 5861000.0 ], [ 1392000.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "236" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5861000.0 ], [ 1392500.0, 5861500.0 ], [ 1392000.0, 5861500.0 ], [ 1392000.0, 5861000.0 ], [ 1392500.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "237" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5861000.0 ], [ 1393000.0, 5861500.0 ], [ 1392500.0, 5861500.0 ], [ 1392500.0, 5861000.0 ], [ 1393000.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "238" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5861000.0 ], [ 1393500.0, 5861500.0 ], [ 1393000.0, 5861500.0 ], [ 1393000.0, 5861000.0 ], [ 1393500.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "239" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5861000.0 ], [ 1394000.0, 5861500.0 ], [ 1393500.0, 5861500.0 ], [ 1393500.0, 5861000.0 ], [ 1394000.0, 5861000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "240" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5860500.0 ], [ 1384500.0, 5861000.0 ], [ 1384000.0, 5861000.0 ], [ 1384000.0, 5860500.0 ], [ 1384500.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "241" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5860500.0 ], [ 1385000.0, 5861000.0 ], [ 1384500.0, 5861000.0 ], [ 1384500.0, 5860500.0 ], [ 1385000.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "242" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5860500.0 ], [ 1385500.0, 5861000.0 ], [ 1385000.0, 5861000.0 ], [ 1385000.0, 5860500.0 ], [ 1385500.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "243" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5860500.0 ], [ 1386000.0, 5861000.0 ], [ 1385500.0, 5861000.0 ], [ 1385500.0, 5860500.0 ], [ 1386000.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "244" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5860500.0 ], [ 1386500.0, 5861000.0 ], [ 1386000.0, 5861000.0 ], [ 1386000.0, 5860500.0 ], [ 1386500.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "245" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5860500.0 ], [ 1387000.0, 5861000.0 ], [ 1386500.0, 5861000.0 ], [ 1386500.0, 5860500.0 ], [ 1387000.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "246" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5860500.0 ], [ 1387500.0, 5861000.0 ], [ 1387000.0, 5861000.0 ], [ 1387000.0, 5860500.0 ], [ 1387500.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "247" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5860500.0 ], [ 1388000.0, 5861000.0 ], [ 1387500.0, 5861000.0 ], [ 1387500.0, 5860500.0 ], [ 1388000.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "248" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5860500.0 ], [ 1388500.0, 5861000.0 ], [ 1388000.0, 5861000.0 ], [ 1388000.0, 5860500.0 ], [ 1388500.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "249" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5860500.0 ], [ 1389000.0, 5861000.0 ], [ 1388500.0, 5861000.0 ], [ 1388500.0, 5860500.0 ], [ 1389000.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "250" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5860500.0 ], [ 1389500.0, 5861000.0 ], [ 1389000.0, 5861000.0 ], [ 1389000.0, 5860500.0 ], [ 1389500.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "251" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5860500.0 ], [ 1390000.0, 5861000.0 ], [ 1389500.0, 5861000.0 ], [ 1389500.0, 5860500.0 ], [ 1390000.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "252" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5860500.0 ], [ 1390500.0, 5861000.0 ], [ 1390000.0, 5861000.0 ], [ 1390000.0, 5860500.0 ], [ 1390500.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "253" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5860500.0 ], [ 1391000.0, 5861000.0 ], [ 1390500.0, 5861000.0 ], [ 1390500.0, 5860500.0 ], [ 1391000.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "254" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5860500.0 ], [ 1391500.0, 5861000.0 ], [ 1391000.0, 5861000.0 ], [ 1391000.0, 5860500.0 ], [ 1391500.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "255" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5860500.0 ], [ 1392000.0, 5861000.0 ], [ 1391500.0, 5861000.0 ], [ 1391500.0, 5860500.0 ], [ 1392000.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "256" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5860500.0 ], [ 1392500.0, 5861000.0 ], [ 1392000.0, 5861000.0 ], [ 1392000.0, 5860500.0 ], [ 1392500.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "257" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5860500.0 ], [ 1393000.0, 5861000.0 ], [ 1392500.0, 5861000.0 ], [ 1392500.0, 5860500.0 ], [ 1393000.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "258" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5860500.0 ], [ 1393500.0, 5861000.0 ], [ 1393000.0, 5861000.0 ], [ 1393000.0, 5860500.0 ], [ 1393500.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "259" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5860500.0 ], [ 1394000.0, 5861000.0 ], [ 1393500.0, 5861000.0 ], [ 1393500.0, 5860500.0 ], [ 1394000.0, 5860500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "260" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5860000.0 ], [ 1384500.0, 5860500.0 ], [ 1384000.0, 5860500.0 ], [ 1384000.0, 5860000.0 ], [ 1384500.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "261" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5860000.0 ], [ 1385000.0, 5860500.0 ], [ 1384500.0, 5860500.0 ], [ 1384500.0, 5860000.0 ], [ 1385000.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "262" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5860000.0 ], [ 1385500.0, 5860500.0 ], [ 1385000.0, 5860500.0 ], [ 1385000.0, 5860000.0 ], [ 1385500.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "263" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5860000.0 ], [ 1386000.0, 5860500.0 ], [ 1385500.0, 5860500.0 ], [ 1385500.0, 5860000.0 ], [ 1386000.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "264" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5860000.0 ], [ 1386500.0, 5860500.0 ], [ 1386000.0, 5860500.0 ], [ 1386000.0, 5860000.0 ], [ 1386500.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "265" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5860000.0 ], [ 1387000.0, 5860500.0 ], [ 1386500.0, 5860500.0 ], [ 1386500.0, 5860000.0 ], [ 1387000.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "266" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5860000.0 ], [ 1387500.0, 5860500.0 ], [ 1387000.0, 5860500.0 ], [ 1387000.0, 5860000.0 ], [ 1387500.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "267" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5860000.0 ], [ 1388000.0, 5860500.0 ], [ 1387500.0, 5860500.0 ], [ 1387500.0, 5860000.0 ], [ 1388000.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "268" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5860000.0 ], [ 1388500.0, 5860500.0 ], [ 1388000.0, 5860500.0 ], [ 1388000.0, 5860000.0 ], [ 1388500.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "269" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5860000.0 ], [ 1389000.0, 5860500.0 ], [ 1388500.0, 5860500.0 ], [ 1388500.0, 5860000.0 ], [ 1389000.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "270" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5860000.0 ], [ 1389500.0, 5860500.0 ], [ 1389000.0, 5860500.0 ], [ 1389000.0, 5860000.0 ], [ 1389500.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "271" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5860000.0 ], [ 1390000.0, 5860500.0 ], [ 1389500.0, 5860500.0 ], [ 1389500.0, 5860000.0 ], [ 1390000.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "272" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5860000.0 ], [ 1390500.0, 5860500.0 ], [ 1390000.0, 5860500.0 ], [ 1390000.0, 5860000.0 ], [ 1390500.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "273" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5860000.0 ], [ 1391000.0, 5860500.0 ], [ 1390500.0, 5860500.0 ], [ 1390500.0, 5860000.0 ], [ 1391000.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "274" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5860000.0 ], [ 1391500.0, 5860500.0 ], [ 1391000.0, 5860500.0 ], [ 1391000.0, 5860000.0 ], [ 1391500.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "275" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5860000.0 ], [ 1392000.0, 5860500.0 ], [ 1391500.0, 5860500.0 ], [ 1391500.0, 5860000.0 ], [ 1392000.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "276" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5860000.0 ], [ 1392500.0, 5860500.0 ], [ 1392000.0, 5860500.0 ], [ 1392000.0, 5860000.0 ], [ 1392500.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "277" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5860000.0 ], [ 1393000.0, 5860500.0 ], [ 1392500.0, 5860500.0 ], [ 1392500.0, 5860000.0 ], [ 1393000.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "278" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5860000.0 ], [ 1393500.0, 5860500.0 ], [ 1393000.0, 5860500.0 ], [ 1393000.0, 5860000.0 ], [ 1393500.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "279" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5860000.0 ], [ 1394000.0, 5860500.0 ], [ 1393500.0, 5860500.0 ], [ 1393500.0, 5860000.0 ], [ 1394000.0, 5860000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "280" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5859500.0 ], [ 1384500.0, 5860000.0 ], [ 1384000.0, 5860000.0 ], [ 1384000.0, 5859500.0 ], [ 1384500.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "281" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5859500.0 ], [ 1385000.0, 5860000.0 ], [ 1384500.0, 5860000.0 ], [ 1384500.0, 5859500.0 ], [ 1385000.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "282" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5859500.0 ], [ 1385500.0, 5860000.0 ], [ 1385000.0, 5860000.0 ], [ 1385000.0, 5859500.0 ], [ 1385500.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "283" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5859500.0 ], [ 1386000.0, 5860000.0 ], [ 1385500.0, 5860000.0 ], [ 1385500.0, 5859500.0 ], [ 1386000.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "284" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5859500.0 ], [ 1386500.0, 5860000.0 ], [ 1386000.0, 5860000.0 ], [ 1386000.0, 5859500.0 ], [ 1386500.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "285" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5859500.0 ], [ 1387000.0, 5860000.0 ], [ 1386500.0, 5860000.0 ], [ 1386500.0, 5859500.0 ], [ 1387000.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "286" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5859500.0 ], [ 1387500.0, 5860000.0 ], [ 1387000.0, 5860000.0 ], [ 1387000.0, 5859500.0 ], [ 1387500.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "287" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5859500.0 ], [ 1388000.0, 5860000.0 ], [ 1387500.0, 5860000.0 ], [ 1387500.0, 5859500.0 ], [ 1388000.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "288" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5859500.0 ], [ 1388500.0, 5860000.0 ], [ 1388000.0, 5860000.0 ], [ 1388000.0, 5859500.0 ], [ 1388500.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "289" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5859500.0 ], [ 1389000.0, 5860000.0 ], [ 1388500.0, 5860000.0 ], [ 1388500.0, 5859500.0 ], [ 1389000.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "290" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5859500.0 ], [ 1389500.0, 5860000.0 ], [ 1389000.0, 5860000.0 ], [ 1389000.0, 5859500.0 ], [ 1389500.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "291" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5859500.0 ], [ 1390000.0, 5860000.0 ], [ 1389500.0, 5860000.0 ], [ 1389500.0, 5859500.0 ], [ 1390000.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "292" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5859500.0 ], [ 1390500.0, 5860000.0 ], [ 1390000.0, 5860000.0 ], [ 1390000.0, 5859500.0 ], [ 1390500.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "293" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5859500.0 ], [ 1391000.0, 5860000.0 ], [ 1390500.0, 5860000.0 ], [ 1390500.0, 5859500.0 ], [ 1391000.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "294" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5859500.0 ], [ 1391500.0, 5860000.0 ], [ 1391000.0, 5860000.0 ], [ 1391000.0, 5859500.0 ], [ 1391500.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "295" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5859500.0 ], [ 1392000.0, 5860000.0 ], [ 1391500.0, 5860000.0 ], [ 1391500.0, 5859500.0 ], [ 1392000.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "296" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5859500.0 ], [ 1392500.0, 5860000.0 ], [ 1392000.0, 5860000.0 ], [ 1392000.0, 5859500.0 ], [ 1392500.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "297" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5859500.0 ], [ 1393000.0, 5860000.0 ], [ 1392500.0, 5860000.0 ], [ 1392500.0, 5859500.0 ], [ 1393000.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "298" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5859500.0 ], [ 1393500.0, 5860000.0 ], [ 1393000.0, 5860000.0 ], [ 1393000.0, 5859500.0 ], [ 1393500.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "299" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5859500.0 ], [ 1394000.0, 5860000.0 ], [ 1393500.0, 5860000.0 ], [ 1393500.0, 5859500.0 ], [ 1394000.0, 5859500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "300" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5859000.0 ], [ 1384500.0, 5859500.0 ], [ 1384000.0, 5859500.0 ], [ 1384000.0, 5859000.0 ], [ 1384500.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "301" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5859000.0 ], [ 1385000.0, 5859500.0 ], [ 1384500.0, 5859500.0 ], [ 1384500.0, 5859000.0 ], [ 1385000.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "302" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5859000.0 ], [ 1385500.0, 5859500.0 ], [ 1385000.0, 5859500.0 ], [ 1385000.0, 5859000.0 ], [ 1385500.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "303" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5859000.0 ], [ 1386000.0, 5859500.0 ], [ 1385500.0, 5859500.0 ], [ 1385500.0, 5859000.0 ], [ 1386000.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "304" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5859000.0 ], [ 1386500.0, 5859500.0 ], [ 1386000.0, 5859500.0 ], [ 1386000.0, 5859000.0 ], [ 1386500.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "305" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5859000.0 ], [ 1387000.0, 5859500.0 ], [ 1386500.0, 5859500.0 ], [ 1386500.0, 5859000.0 ], [ 1387000.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "306" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5859000.0 ], [ 1387500.0, 5859500.0 ], [ 1387000.0, 5859500.0 ], [ 1387000.0, 5859000.0 ], [ 1387500.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "307" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5859000.0 ], [ 1388000.0, 5859500.0 ], [ 1387500.0, 5859500.0 ], [ 1387500.0, 5859000.0 ], [ 1388000.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "308" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5859000.0 ], [ 1388500.0, 5859500.0 ], [ 1388000.0, 5859500.0 ], [ 1388000.0, 5859000.0 ], [ 1388500.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "309" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5859000.0 ], [ 1389000.0, 5859500.0 ], [ 1388500.0, 5859500.0 ], [ 1388500.0, 5859000.0 ], [ 1389000.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "310" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5859000.0 ], [ 1389500.0, 5859500.0 ], [ 1389000.0, 5859500.0 ], [ 1389000.0, 5859000.0 ], [ 1389500.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "311" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5859000.0 ], [ 1390000.0, 5859500.0 ], [ 1389500.0, 5859500.0 ], [ 1389500.0, 5859000.0 ], [ 1390000.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "312" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5859000.0 ], [ 1390500.0, 5859500.0 ], [ 1390000.0, 5859500.0 ], [ 1390000.0, 5859000.0 ], [ 1390500.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "313" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5859000.0 ], [ 1391000.0, 5859500.0 ], [ 1390500.0, 5859500.0 ], [ 1390500.0, 5859000.0 ], [ 1391000.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "314" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5859000.0 ], [ 1391500.0, 5859500.0 ], [ 1391000.0, 5859500.0 ], [ 1391000.0, 5859000.0 ], [ 1391500.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "315" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5859000.0 ], [ 1392000.0, 5859500.0 ], [ 1391500.0, 5859500.0 ], [ 1391500.0, 5859000.0 ], [ 1392000.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "316" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5859000.0 ], [ 1392500.0, 5859500.0 ], [ 1392000.0, 5859500.0 ], [ 1392000.0, 5859000.0 ], [ 1392500.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "317" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5859000.0 ], [ 1393000.0, 5859500.0 ], [ 1392500.0, 5859500.0 ], [ 1392500.0, 5859000.0 ], [ 1393000.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "318" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5859000.0 ], [ 1393500.0, 5859500.0 ], [ 1393000.0, 5859500.0 ], [ 1393000.0, 5859000.0 ], [ 1393500.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "319" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5859000.0 ], [ 1394000.0, 5859500.0 ], [ 1393500.0, 5859500.0 ], [ 1393500.0, 5859000.0 ], [ 1394000.0, 5859000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "320" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5858500.0 ], [ 1384500.0, 5859000.0 ], [ 1384000.0, 5859000.0 ], [ 1384000.0, 5858500.0 ], [ 1384500.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "321" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5858500.0 ], [ 1385000.0, 5859000.0 ], [ 1384500.0, 5859000.0 ], [ 1384500.0, 5858500.0 ], [ 1385000.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "322" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5858500.0 ], [ 1385500.0, 5859000.0 ], [ 1385000.0, 5859000.0 ], [ 1385000.0, 5858500.0 ], [ 1385500.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "323" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5858500.0 ], [ 1386000.0, 5859000.0 ], [ 1385500.0, 5859000.0 ], [ 1385500.0, 5858500.0 ], [ 1386000.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "324" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5858500.0 ], [ 1386500.0, 5859000.0 ], [ 1386000.0, 5859000.0 ], [ 1386000.0, 5858500.0 ], [ 1386500.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "325" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5858500.0 ], [ 1387000.0, 5859000.0 ], [ 1386500.0, 5859000.0 ], [ 1386500.0, 5858500.0 ], [ 1387000.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "326" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5858500.0 ], [ 1387500.0, 5859000.0 ], [ 1387000.0, 5859000.0 ], [ 1387000.0, 5858500.0 ], [ 1387500.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "327" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5858500.0 ], [ 1388000.0, 5859000.0 ], [ 1387500.0, 5859000.0 ], [ 1387500.0, 5858500.0 ], [ 1388000.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "328" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5858500.0 ], [ 1388500.0, 5859000.0 ], [ 1388000.0, 5859000.0 ], [ 1388000.0, 5858500.0 ], [ 1388500.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "329" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5858500.0 ], [ 1389000.0, 5859000.0 ], [ 1388500.0, 5859000.0 ], [ 1388500.0, 5858500.0 ], [ 1389000.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "330" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5858500.0 ], [ 1389500.0, 5859000.0 ], [ 1389000.0, 5859000.0 ], [ 1389000.0, 5858500.0 ], [ 1389500.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "331" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5858500.0 ], [ 1390000.0, 5859000.0 ], [ 1389500.0, 5859000.0 ], [ 1389500.0, 5858500.0 ], [ 1390000.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "332" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5858500.0 ], [ 1390500.0, 5859000.0 ], [ 1390000.0, 5859000.0 ], [ 1390000.0, 5858500.0 ], [ 1390500.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "333" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5858500.0 ], [ 1391000.0, 5859000.0 ], [ 1390500.0, 5859000.0 ], [ 1390500.0, 5858500.0 ], [ 1391000.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "334" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5858500.0 ], [ 1391500.0, 5859000.0 ], [ 1391000.0, 5859000.0 ], [ 1391000.0, 5858500.0 ], [ 1391500.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "335" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5858500.0 ], [ 1392000.0, 5859000.0 ], [ 1391500.0, 5859000.0 ], [ 1391500.0, 5858500.0 ], [ 1392000.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "336" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5858500.0 ], [ 1392500.0, 5859000.0 ], [ 1392000.0, 5859000.0 ], [ 1392000.0, 5858500.0 ], [ 1392500.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "337" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5858500.0 ], [ 1393000.0, 5859000.0 ], [ 1392500.0, 5859000.0 ], [ 1392500.0, 5858500.0 ], [ 1393000.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "338" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5858500.0 ], [ 1393500.0, 5859000.0 ], [ 1393000.0, 5859000.0 ], [ 1393000.0, 5858500.0 ], [ 1393500.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "339" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5858500.0 ], [ 1394000.0, 5859000.0 ], [ 1393500.0, 5859000.0 ], [ 1393500.0, 5858500.0 ], [ 1394000.0, 5858500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "340" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5858000.0 ], [ 1384500.0, 5858500.0 ], [ 1384000.0, 5858500.0 ], [ 1384000.0, 5858000.0 ], [ 1384500.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "341" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5858000.0 ], [ 1385000.0, 5858500.0 ], [ 1384500.0, 5858500.0 ], [ 1384500.0, 5858000.0 ], [ 1385000.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "342" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5858000.0 ], [ 1385500.0, 5858500.0 ], [ 1385000.0, 5858500.0 ], [ 1385000.0, 5858000.0 ], [ 1385500.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "343" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5858000.0 ], [ 1386000.0, 5858500.0 ], [ 1385500.0, 5858500.0 ], [ 1385500.0, 5858000.0 ], [ 1386000.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "344" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5858000.0 ], [ 1386500.0, 5858500.0 ], [ 1386000.0, 5858500.0 ], [ 1386000.0, 5858000.0 ], [ 1386500.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "345" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5858000.0 ], [ 1387000.0, 5858500.0 ], [ 1386500.0, 5858500.0 ], [ 1386500.0, 5858000.0 ], [ 1387000.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "346" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5858000.0 ], [ 1387500.0, 5858500.0 ], [ 1387000.0, 5858500.0 ], [ 1387000.0, 5858000.0 ], [ 1387500.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "347" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5858000.0 ], [ 1388000.0, 5858500.0 ], [ 1387500.0, 5858500.0 ], [ 1387500.0, 5858000.0 ], [ 1388000.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "348" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5858000.0 ], [ 1388500.0, 5858500.0 ], [ 1388000.0, 5858500.0 ], [ 1388000.0, 5858000.0 ], [ 1388500.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "349" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5858000.0 ], [ 1389000.0, 5858500.0 ], [ 1388500.0, 5858500.0 ], [ 1388500.0, 5858000.0 ], [ 1389000.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "350" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5858000.0 ], [ 1389500.0, 5858500.0 ], [ 1389000.0, 5858500.0 ], [ 1389000.0, 5858000.0 ], [ 1389500.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "351" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5858000.0 ], [ 1390000.0, 5858500.0 ], [ 1389500.0, 5858500.0 ], [ 1389500.0, 5858000.0 ], [ 1390000.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "352" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5858000.0 ], [ 1390500.0, 5858500.0 ], [ 1390000.0, 5858500.0 ], [ 1390000.0, 5858000.0 ], [ 1390500.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "353" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5858000.0 ], [ 1391000.0, 5858500.0 ], [ 1390500.0, 5858500.0 ], [ 1390500.0, 5858000.0 ], [ 1391000.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "354" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5858000.0 ], [ 1391500.0, 5858500.0 ], [ 1391000.0, 5858500.0 ], [ 1391000.0, 5858000.0 ], [ 1391500.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "355" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5858000.0 ], [ 1392000.0, 5858500.0 ], [ 1391500.0, 5858500.0 ], [ 1391500.0, 5858000.0 ], [ 1392000.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "356" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5858000.0 ], [ 1392500.0, 5858500.0 ], [ 1392000.0, 5858500.0 ], [ 1392000.0, 5858000.0 ], [ 1392500.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "357" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5858000.0 ], [ 1393000.0, 5858500.0 ], [ 1392500.0, 5858500.0 ], [ 1392500.0, 5858000.0 ], [ 1393000.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "358" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5858000.0 ], [ 1393500.0, 5858500.0 ], [ 1393000.0, 5858500.0 ], [ 1393000.0, 5858000.0 ], [ 1393500.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "359" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5858000.0 ], [ 1394000.0, 5858500.0 ], [ 1393500.0, 5858500.0 ], [ 1393500.0, 5858000.0 ], [ 1394000.0, 5858000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "360" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5857500.0 ], [ 1384500.0, 5858000.0 ], [ 1384000.0, 5858000.0 ], [ 1384000.0, 5857500.0 ], [ 1384500.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "361" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5857500.0 ], [ 1385000.0, 5858000.0 ], [ 1384500.0, 5858000.0 ], [ 1384500.0, 5857500.0 ], [ 1385000.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "362" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5857500.0 ], [ 1385500.0, 5858000.0 ], [ 1385000.0, 5858000.0 ], [ 1385000.0, 5857500.0 ], [ 1385500.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "363" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5857500.0 ], [ 1386000.0, 5858000.0 ], [ 1385500.0, 5858000.0 ], [ 1385500.0, 5857500.0 ], [ 1386000.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "364" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5857500.0 ], [ 1386500.0, 5858000.0 ], [ 1386000.0, 5858000.0 ], [ 1386000.0, 5857500.0 ], [ 1386500.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "365" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5857500.0 ], [ 1387000.0, 5858000.0 ], [ 1386500.0, 5858000.0 ], [ 1386500.0, 5857500.0 ], [ 1387000.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "366" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5857500.0 ], [ 1387500.0, 5858000.0 ], [ 1387000.0, 5858000.0 ], [ 1387000.0, 5857500.0 ], [ 1387500.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "367" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5857500.0 ], [ 1388000.0, 5858000.0 ], [ 1387500.0, 5858000.0 ], [ 1387500.0, 5857500.0 ], [ 1388000.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "368" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5857500.0 ], [ 1388500.0, 5858000.0 ], [ 1388000.0, 5858000.0 ], [ 1388000.0, 5857500.0 ], [ 1388500.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "369" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5857500.0 ], [ 1389000.0, 5858000.0 ], [ 1388500.0, 5858000.0 ], [ 1388500.0, 5857500.0 ], [ 1389000.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "370" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5857500.0 ], [ 1389500.0, 5858000.0 ], [ 1389000.0, 5858000.0 ], [ 1389000.0, 5857500.0 ], [ 1389500.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "371" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5857500.0 ], [ 1390000.0, 5858000.0 ], [ 1389500.0, 5858000.0 ], [ 1389500.0, 5857500.0 ], [ 1390000.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "372" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5857500.0 ], [ 1390500.0, 5858000.0 ], [ 1390000.0, 5858000.0 ], [ 1390000.0, 5857500.0 ], [ 1390500.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "373" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5857500.0 ], [ 1391000.0, 5858000.0 ], [ 1390500.0, 5858000.0 ], [ 1390500.0, 5857500.0 ], [ 1391000.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "374" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5857500.0 ], [ 1391500.0, 5858000.0 ], [ 1391000.0, 5858000.0 ], [ 1391000.0, 5857500.0 ], [ 1391500.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "375" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5857500.0 ], [ 1392000.0, 5858000.0 ], [ 1391500.0, 5858000.0 ], [ 1391500.0, 5857500.0 ], [ 1392000.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "376" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5857500.0 ], [ 1392500.0, 5858000.0 ], [ 1392000.0, 5858000.0 ], [ 1392000.0, 5857500.0 ], [ 1392500.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "377" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5857500.0 ], [ 1393000.0, 5858000.0 ], [ 1392500.0, 5858000.0 ], [ 1392500.0, 5857500.0 ], [ 1393000.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "378" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5857500.0 ], [ 1393500.0, 5858000.0 ], [ 1393000.0, 5858000.0 ], [ 1393000.0, 5857500.0 ], [ 1393500.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "379" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5857500.0 ], [ 1394000.0, 5858000.0 ], [ 1393500.0, 5858000.0 ], [ 1393500.0, 5857500.0 ], [ 1394000.0, 5857500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "380" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5857000.0 ], [ 1384500.0, 5857500.0 ], [ 1384000.0, 5857500.0 ], [ 1384000.0, 5857000.0 ], [ 1384500.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "381" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5857000.0 ], [ 1385000.0, 5857500.0 ], [ 1384500.0, 5857500.0 ], [ 1384500.0, 5857000.0 ], [ 1385000.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "382" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5857000.0 ], [ 1385500.0, 5857500.0 ], [ 1385000.0, 5857500.0 ], [ 1385000.0, 5857000.0 ], [ 1385500.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "383" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5857000.0 ], [ 1386000.0, 5857500.0 ], [ 1385500.0, 5857500.0 ], [ 1385500.0, 5857000.0 ], [ 1386000.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "384" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5857000.0 ], [ 1386500.0, 5857500.0 ], [ 1386000.0, 5857500.0 ], [ 1386000.0, 5857000.0 ], [ 1386500.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "385" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5857000.0 ], [ 1387000.0, 5857500.0 ], [ 1386500.0, 5857500.0 ], [ 1386500.0, 5857000.0 ], [ 1387000.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "386" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5857000.0 ], [ 1387500.0, 5857500.0 ], [ 1387000.0, 5857500.0 ], [ 1387000.0, 5857000.0 ], [ 1387500.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "387" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5857000.0 ], [ 1388000.0, 5857500.0 ], [ 1387500.0, 5857500.0 ], [ 1387500.0, 5857000.0 ], [ 1388000.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "388" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5857000.0 ], [ 1388500.0, 5857500.0 ], [ 1388000.0, 5857500.0 ], [ 1388000.0, 5857000.0 ], [ 1388500.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "389" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5857000.0 ], [ 1389000.0, 5857500.0 ], [ 1388500.0, 5857500.0 ], [ 1388500.0, 5857000.0 ], [ 1389000.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "390" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5857000.0 ], [ 1389500.0, 5857500.0 ], [ 1389000.0, 5857500.0 ], [ 1389000.0, 5857000.0 ], [ 1389500.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "391" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5857000.0 ], [ 1390000.0, 5857500.0 ], [ 1389500.0, 5857500.0 ], [ 1389500.0, 5857000.0 ], [ 1390000.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "392" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5857000.0 ], [ 1390500.0, 5857500.0 ], [ 1390000.0, 5857500.0 ], [ 1390000.0, 5857000.0 ], [ 1390500.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "393" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5857000.0 ], [ 1391000.0, 5857500.0 ], [ 1390500.0, 5857500.0 ], [ 1390500.0, 5857000.0 ], [ 1391000.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "394" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5857000.0 ], [ 1391500.0, 5857500.0 ], [ 1391000.0, 5857500.0 ], [ 1391000.0, 5857000.0 ], [ 1391500.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "395" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5857000.0 ], [ 1392000.0, 5857500.0 ], [ 1391500.0, 5857500.0 ], [ 1391500.0, 5857000.0 ], [ 1392000.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "396" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5857000.0 ], [ 1392500.0, 5857500.0 ], [ 1392000.0, 5857500.0 ], [ 1392000.0, 5857000.0 ], [ 1392500.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "397" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5857000.0 ], [ 1393000.0, 5857500.0 ], [ 1392500.0, 5857500.0 ], [ 1392500.0, 5857000.0 ], [ 1393000.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "398" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5857000.0 ], [ 1393500.0, 5857500.0 ], [ 1393000.0, 5857500.0 ], [ 1393000.0, 5857000.0 ], [ 1393500.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "399" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5857000.0 ], [ 1394000.0, 5857500.0 ], [ 1393500.0, 5857500.0 ], [ 1393500.0, 5857000.0 ], [ 1394000.0, 5857000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "400" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5856500.0 ], [ 1384500.0, 5857000.0 ], [ 1384000.0, 5857000.0 ], [ 1384000.0, 5856500.0 ], [ 1384500.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "401" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5856500.0 ], [ 1385000.0, 5857000.0 ], [ 1384500.0, 5857000.0 ], [ 1384500.0, 5856500.0 ], [ 1385000.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "402" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5856500.0 ], [ 1385500.0, 5857000.0 ], [ 1385000.0, 5857000.0 ], [ 1385000.0, 5856500.0 ], [ 1385500.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "403" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5856500.0 ], [ 1386000.0, 5857000.0 ], [ 1385500.0, 5857000.0 ], [ 1385500.0, 5856500.0 ], [ 1386000.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "404" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5856500.0 ], [ 1386500.0, 5857000.0 ], [ 1386000.0, 5857000.0 ], [ 1386000.0, 5856500.0 ], [ 1386500.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "405" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5856500.0 ], [ 1387000.0, 5857000.0 ], [ 1386500.0, 5857000.0 ], [ 1386500.0, 5856500.0 ], [ 1387000.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "406" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5856500.0 ], [ 1387500.0, 5857000.0 ], [ 1387000.0, 5857000.0 ], [ 1387000.0, 5856500.0 ], [ 1387500.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "407" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5856500.0 ], [ 1388000.0, 5857000.0 ], [ 1387500.0, 5857000.0 ], [ 1387500.0, 5856500.0 ], [ 1388000.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "408" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5856500.0 ], [ 1388500.0, 5857000.0 ], [ 1388000.0, 5857000.0 ], [ 1388000.0, 5856500.0 ], [ 1388500.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "409" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5856500.0 ], [ 1389000.0, 5857000.0 ], [ 1388500.0, 5857000.0 ], [ 1388500.0, 5856500.0 ], [ 1389000.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "410" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5856500.0 ], [ 1389500.0, 5857000.0 ], [ 1389000.0, 5857000.0 ], [ 1389000.0, 5856500.0 ], [ 1389500.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "411" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5856500.0 ], [ 1390000.0, 5857000.0 ], [ 1389500.0, 5857000.0 ], [ 1389500.0, 5856500.0 ], [ 1390000.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "412" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5856500.0 ], [ 1390500.0, 5857000.0 ], [ 1390000.0, 5857000.0 ], [ 1390000.0, 5856500.0 ], [ 1390500.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "413" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5856500.0 ], [ 1391000.0, 5857000.0 ], [ 1390500.0, 5857000.0 ], [ 1390500.0, 5856500.0 ], [ 1391000.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "414" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5856500.0 ], [ 1391500.0, 5857000.0 ], [ 1391000.0, 5857000.0 ], [ 1391000.0, 5856500.0 ], [ 1391500.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "415" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5856500.0 ], [ 1392000.0, 5857000.0 ], [ 1391500.0, 5857000.0 ], [ 1391500.0, 5856500.0 ], [ 1392000.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "416" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5856500.0 ], [ 1392500.0, 5857000.0 ], [ 1392000.0, 5857000.0 ], [ 1392000.0, 5856500.0 ], [ 1392500.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "417" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5856500.0 ], [ 1393000.0, 5857000.0 ], [ 1392500.0, 5857000.0 ], [ 1392500.0, 5856500.0 ], [ 1393000.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "418" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5856500.0 ], [ 1393500.0, 5857000.0 ], [ 1393000.0, 5857000.0 ], [ 1393000.0, 5856500.0 ], [ 1393500.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "419" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5856500.0 ], [ 1394000.0, 5857000.0 ], [ 1393500.0, 5857000.0 ], [ 1393500.0, 5856500.0 ], [ 1394000.0, 5856500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "420" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5856000.0 ], [ 1384500.0, 5856500.0 ], [ 1384000.0, 5856500.0 ], [ 1384000.0, 5856000.0 ], [ 1384500.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "421" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5856000.0 ], [ 1385000.0, 5856500.0 ], [ 1384500.0, 5856500.0 ], [ 1384500.0, 5856000.0 ], [ 1385000.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "422" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5856000.0 ], [ 1385500.0, 5856500.0 ], [ 1385000.0, 5856500.0 ], [ 1385000.0, 5856000.0 ], [ 1385500.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "423" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5856000.0 ], [ 1386000.0, 5856500.0 ], [ 1385500.0, 5856500.0 ], [ 1385500.0, 5856000.0 ], [ 1386000.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "424" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5856000.0 ], [ 1386500.0, 5856500.0 ], [ 1386000.0, 5856500.0 ], [ 1386000.0, 5856000.0 ], [ 1386500.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "425" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5856000.0 ], [ 1387000.0, 5856500.0 ], [ 1386500.0, 5856500.0 ], [ 1386500.0, 5856000.0 ], [ 1387000.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "426" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5856000.0 ], [ 1387500.0, 5856500.0 ], [ 1387000.0, 5856500.0 ], [ 1387000.0, 5856000.0 ], [ 1387500.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "427" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5856000.0 ], [ 1388000.0, 5856500.0 ], [ 1387500.0, 5856500.0 ], [ 1387500.0, 5856000.0 ], [ 1388000.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "428" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5856000.0 ], [ 1388500.0, 5856500.0 ], [ 1388000.0, 5856500.0 ], [ 1388000.0, 5856000.0 ], [ 1388500.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "429" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5856000.0 ], [ 1389000.0, 5856500.0 ], [ 1388500.0, 5856500.0 ], [ 1388500.0, 5856000.0 ], [ 1389000.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "430" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5856000.0 ], [ 1389500.0, 5856500.0 ], [ 1389000.0, 5856500.0 ], [ 1389000.0, 5856000.0 ], [ 1389500.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "431" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5856000.0 ], [ 1390000.0, 5856500.0 ], [ 1389500.0, 5856500.0 ], [ 1389500.0, 5856000.0 ], [ 1390000.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "432" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5856000.0 ], [ 1390500.0, 5856500.0 ], [ 1390000.0, 5856500.0 ], [ 1390000.0, 5856000.0 ], [ 1390500.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "433" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5856000.0 ], [ 1391000.0, 5856500.0 ], [ 1390500.0, 5856500.0 ], [ 1390500.0, 5856000.0 ], [ 1391000.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "434" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5856000.0 ], [ 1391500.0, 5856500.0 ], [ 1391000.0, 5856500.0 ], [ 1391000.0, 5856000.0 ], [ 1391500.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "435" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5856000.0 ], [ 1392000.0, 5856500.0 ], [ 1391500.0, 5856500.0 ], [ 1391500.0, 5856000.0 ], [ 1392000.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "436" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5856000.0 ], [ 1392500.0, 5856500.0 ], [ 1392000.0, 5856500.0 ], [ 1392000.0, 5856000.0 ], [ 1392500.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "437" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5856000.0 ], [ 1393000.0, 5856500.0 ], [ 1392500.0, 5856500.0 ], [ 1392500.0, 5856000.0 ], [ 1393000.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "438" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5856000.0 ], [ 1393500.0, 5856500.0 ], [ 1393000.0, 5856500.0 ], [ 1393000.0, 5856000.0 ], [ 1393500.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "439" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5856000.0 ], [ 1394000.0, 5856500.0 ], [ 1393500.0, 5856500.0 ], [ 1393500.0, 5856000.0 ], [ 1394000.0, 5856000.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "440" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1384500.0, 5855500.0 ], [ 1384500.0, 5856000.0 ], [ 1384000.0, 5856000.0 ], [ 1384000.0, 5855500.0 ], [ 1384500.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "441" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385000.0, 5855500.0 ], [ 1385000.0, 5856000.0 ], [ 1384500.0, 5856000.0 ], [ 1384500.0, 5855500.0 ], [ 1385000.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "442" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1385500.0, 5855500.0 ], [ 1385500.0, 5856000.0 ], [ 1385000.0, 5856000.0 ], [ 1385000.0, 5855500.0 ], [ 1385500.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "443" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386000.0, 5855500.0 ], [ 1386000.0, 5856000.0 ], [ 1385500.0, 5856000.0 ], [ 1385500.0, 5855500.0 ], [ 1386000.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "444" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1386500.0, 5855500.0 ], [ 1386500.0, 5856000.0 ], [ 1386000.0, 5856000.0 ], [ 1386000.0, 5855500.0 ], [ 1386500.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "445" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387000.0, 5855500.0 ], [ 1387000.0, 5856000.0 ], [ 1386500.0, 5856000.0 ], [ 1386500.0, 5855500.0 ], [ 1387000.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "446" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1387500.0, 5855500.0 ], [ 1387500.0, 5856000.0 ], [ 1387000.0, 5856000.0 ], [ 1387000.0, 5855500.0 ], [ 1387500.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "447" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388000.0, 5855500.0 ], [ 1388000.0, 5856000.0 ], [ 1387500.0, 5856000.0 ], [ 1387500.0, 5855500.0 ], [ 1388000.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "448" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1388500.0, 5855500.0 ], [ 1388500.0, 5856000.0 ], [ 1388000.0, 5856000.0 ], [ 1388000.0, 5855500.0 ], [ 1388500.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "449" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389000.0, 5855500.0 ], [ 1389000.0, 5856000.0 ], [ 1388500.0, 5856000.0 ], [ 1388500.0, 5855500.0 ], [ 1389000.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "450" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1389500.0, 5855500.0 ], [ 1389500.0, 5856000.0 ], [ 1389000.0, 5856000.0 ], [ 1389000.0, 5855500.0 ], [ 1389500.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "451" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390000.0, 5855500.0 ], [ 1390000.0, 5856000.0 ], [ 1389500.0, 5856000.0 ], [ 1389500.0, 5855500.0 ], [ 1390000.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "452" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1390500.0, 5855500.0 ], [ 1390500.0, 5856000.0 ], [ 1390000.0, 5856000.0 ], [ 1390000.0, 5855500.0 ], [ 1390500.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "453" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391000.0, 5855500.0 ], [ 1391000.0, 5856000.0 ], [ 1390500.0, 5856000.0 ], [ 1390500.0, 5855500.0 ], [ 1391000.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "454" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1391500.0, 5855500.0 ], [ 1391500.0, 5856000.0 ], [ 1391000.0, 5856000.0 ], [ 1391000.0, 5855500.0 ], [ 1391500.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "455" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392000.0, 5855500.0 ], [ 1392000.0, 5856000.0 ], [ 1391500.0, 5856000.0 ], [ 1391500.0, 5855500.0 ], [ 1392000.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "456" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1392500.0, 5855500.0 ], [ 1392500.0, 5856000.0 ], [ 1392000.0, 5856000.0 ], [ 1392000.0, 5855500.0 ], [ 1392500.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "457" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393000.0, 5855500.0 ], [ 1393000.0, 5856000.0 ], [ 1392500.0, 5856000.0 ], [ 1392500.0, 5855500.0 ], [ 1393000.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "458" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393500.0, 5855500.0 ], [ 1393500.0, 5856000.0 ], [ 1393000.0, 5856000.0 ], [ 1393000.0, 5855500.0 ], [ 1393500.0, 5855500.0 ] ] ] } }, +{ "type": "Feature", "properties": { "index": "459" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394000.0, 5855500.0 ], [ 1394000.0, 5856000.0 ], [ 1393500.0, 5856000.0 ], [ 1393500.0, 5855500.0 ], [ 1394000.0, 5855500.0 ] ] ] } } +] +} diff --git a/examples/dflowfm_piave/geoms/network1d.geojson b/examples/dflowfm_piave/geoms/network1d.geojson new file mode 100644 index 00000000..193d3296 --- /dev/null +++ b/examples/dflowfm_piave/geoms/network1d.geojson @@ -0,0 +1,1013 @@ +{ +"type": "FeatureCollection", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } }, +"features": [ +{ "type": "Feature", "properties": { "index": "0" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394694.070276, 5867648.108302 ], [ 1386994.472163, 5862120.19257 ] ] } }, +{ "type": "Feature", "properties": { "index": "1" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386066.80974, 5868052.726493 ], [ 1386994.472163, 5862120.19257 ] ] } }, +{ "type": "Feature", "properties": { "index": "2" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391540.018037, 5858077.577220000326633 ], [ 1386345.108467, 5859020.687923000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "3" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386994.472163, 5862120.19257 ], [ 1386648.2718, 5861347.644814999774098 ] ] } }, +{ "type": "Feature", "properties": { "index": "4" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386648.2718, 5861347.644814999774098 ], [ 1386345.108467, 5859020.687923000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "5" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386345.108467, 5859020.687923000194132 ], [ 1383191.056228, 5854440.811425999738276 ] ] } }, +{ "type": "Feature", "properties": { "index": "6" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512, 5860111.688303000293672 ], [ 1389238.298387000104412, 5860147.714495000429451 ] ] } }, +{ "type": "Feature", "properties": { "index": "7" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389238.298387000104412, 5860147.714495000429451 ], [ 1389210.947847, 5860184.343884999863803 ] ] } }, +{ "type": "Feature", "properties": { "index": "8" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389210.947847, 5860184.343884999863803 ], [ 1389186.961923, 5860223.315260999836028 ] ] } }, +{ "type": "Feature", "properties": { "index": "9" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389186.961923, 5860223.315260999836028 ], [ 1389162.755599, 5860262.142883 ] ] } }, +{ "type": "Feature", "properties": { "index": "10" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389162.755599, 5860262.142883 ], [ 1389136.759308, 5860299.803015000186861 ] ] } }, +{ "type": "Feature", "properties": { "index": "11" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389136.759308, 5860299.803015000186861 ], [ 1389109.730123, 5860336.652257 ] ] } }, +{ "type": "Feature", "properties": { "index": "12" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389109.730123, 5860336.652257 ], [ 1389073.184788, 5860363.522737000137568 ] ] } }, +{ "type": "Feature", "properties": { "index": "13" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389073.184788, 5860363.522737000137568 ], [ 1389032.546542, 5860384.329287 ] ] } }, +{ "type": "Feature", "properties": { "index": "14" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389032.546542, 5860384.329287 ], [ 1388989.57841, 5860400.071979000233114 ] ] } }, +{ "type": "Feature", "properties": { "index": "15" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388989.57841, 5860400.071979000233114 ], [ 1388946.301101, 5860414.883978 ] ] } }, +{ "type": "Feature", "properties": { "index": "16" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512, 5860111.688303000293672 ], [ 1389221.905704, 5860123.325636999681592 ] ] } }, +{ "type": "Feature", "properties": { "index": "17" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389221.905704, 5860123.325636999681592 ], [ 1389177.295896, 5860134.962971 ] ] } }, +{ "type": "Feature", "properties": { "index": "18" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389177.295896, 5860134.962971 ], [ 1389132.686088, 5860146.600305000320077 ] ] } }, +{ "type": "Feature", "properties": { "index": "19" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389132.686088, 5860146.600305000320077 ], [ 1389088.076279, 5860158.237638999707997 ] ] } }, +{ "type": "Feature", "properties": { "index": "20" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389088.076279, 5860158.237638999707997 ], [ 1389044.226174, 5860172.143309 ] ] } }, +{ "type": "Feature", "properties": { "index": "21" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389044.226174, 5860172.143309 ], [ 1389012.527182, 5860198.239756000228226 ] ] } }, +{ "type": "Feature", "properties": { "index": "22" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389012.527182, 5860198.239756000228226 ], [ 1388995.773123, 5860240.481282999739051 ] ] } }, +{ "type": "Feature", "properties": { "index": "23" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388995.773123, 5860240.481282999739051 ], [ 1388973.630034, 5860280.918224000371993 ] ] } }, +{ "type": "Feature", "properties": { "index": "24" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388973.630034, 5860280.918224000371993 ], [ 1388961.171157999895513, 5860324.081193 ] ] } }, +{ "type": "Feature", "properties": { "index": "25" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388961.171157999895513, 5860324.081193 ], [ 1388955.410555, 5860369.690169 ] ] } }, +{ "type": "Feature", "properties": { "index": "26" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388955.410555, 5860369.690169 ], [ 1388946.301101, 5860414.883978 ] ] } }, +{ "type": "Feature", "properties": { "index": "27" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512, 5860111.688303000293672 ], [ 1389306.5, 5860083.476415 ] ] } }, +{ "type": "Feature", "properties": { "index": "28" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389306.5, 5860083.476415 ], [ 1389355.420758000109345, 5860074.630405000410974 ] ] } }, +{ "type": "Feature", "properties": { "index": "29" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389355.420758000109345, 5860074.630405000410974 ], [ 1389389.090761, 5860042.444930999539793 ] ] } }, +{ "type": "Feature", "properties": { "index": "30" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389389.090761, 5860042.444930999539793 ], [ 1389404.03626, 5859994.77543400041759 ] ] } }, +{ "type": "Feature", "properties": { "index": "31" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389404.03626, 5859994.77543400041759 ], [ 1389418.74413, 5859947.032029000110924 ] ] } }, +{ "type": "Feature", "properties": { "index": "32" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389418.74413, 5859947.032029000110924 ], [ 1389423.265343, 5859897.853969999589026 ] ] } }, +{ "type": "Feature", "properties": { "index": "33" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389423.265343, 5859897.853969999589026 ], [ 1389395.831074000103399, 5859856.743154999800026 ] ] } }, +{ "type": "Feature", "properties": { "index": "34" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389395.831074000103399, 5859856.743154999800026 ], [ 1389350.827043, 5859839.640479000285268 ] ] } }, +{ "type": "Feature", "properties": { "index": "35" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389350.827043, 5859839.640479000285268 ], [ 1389303.795789000112563, 5859855.887689 ] ] } }, +{ "type": "Feature", "properties": { "index": "36" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389303.795789000112563, 5859855.887689 ], [ 1389256.284587, 5859863.631581 ] ] } }, +{ "type": "Feature", "properties": { "index": "37" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389256.284587, 5859863.631581 ], [ 1389227.308454, 5859823.781623000279069 ] ] } }, +{ "type": "Feature", "properties": { "index": "38" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389227.308454, 5859823.781623000279069 ], [ 1389202.745489000109956, 5859780.279728 ] ] } }, +{ "type": "Feature", "properties": { "index": "39" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389202.745489000109956, 5859780.279728 ], [ 1389178.182524, 5859736.777831999585032 ] ] } }, +{ "type": "Feature", "properties": { "index": "40" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389178.182524, 5859736.777831999585032 ], [ 1389155.231297, 5859692.450143000110984 ] ] } }, +{ "type": "Feature", "properties": { "index": "41" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389155.231297, 5859692.450143000110984 ], [ 1389141.413413, 5859644.883844999596477 ] ] } }, +{ "type": "Feature", "properties": { "index": "42" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389141.413413, 5859644.883844999596477 ], [ 1389151.80228, 5859598.618041000328958 ] ] } }, +{ "type": "Feature", "properties": { "index": "43" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389151.80228, 5859598.618041000328958 ], [ 1389191.073855, 5859569.046822000294924 ] ] } }, +{ "type": "Feature", "properties": { "index": "44" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389191.073855, 5859569.046822000294924 ], [ 1389239.915166, 5859563.955489999614656 ] ] } }, +{ "type": "Feature", "properties": { "index": "45" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389239.915166, 5859563.955489999614656 ], [ 1389289.757686, 5859566.285021999850869 ] ] } }, +{ "type": "Feature", "properties": { "index": "46" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389289.757686, 5859566.285021999850869 ], [ 1389339.615828, 5859566.079234000295401 ] ] } }, +{ "type": "Feature", "properties": { "index": "47" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389339.615828, 5859566.079234000295401 ], [ 1389387.354308, 5859551.676989000290632 ] ] } }, +{ "type": "Feature", "properties": { "index": "48" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389387.354308, 5859551.676989000290632 ], [ 1389428.692969, 5859524.248875999823213 ] ] } }, +{ "type": "Feature", "properties": { "index": "49" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389428.692969, 5859524.248875999823213 ], [ 1389461.138922, 5859486.477509000338614 ] ] } }, +{ "type": "Feature", "properties": { "index": "50" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389461.138922, 5859486.477509000338614 ], [ 1389482.451638, 5859441.48798600025475 ] ] } }, +{ "type": "Feature", "properties": { "index": "51" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389482.451638, 5859441.48798600025475 ], [ 1389497.21546, 5859393.906833999790251 ] ] } }, +{ "type": "Feature", "properties": { "index": "52" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389497.21546, 5859393.906833999790251 ], [ 1389508.394423, 5859345.216126999817789 ] ] } }, +{ "type": "Feature", "properties": { "index": "53" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389508.394423, 5859345.216126999817789 ], [ 1389518.522438, 5859296.296714999713004 ] ] } }, +{ "type": "Feature", "properties": { "index": "54" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389518.522438, 5859296.296714999713004 ], [ 1389528.588072, 5859247.363727999851108 ] ] } }, +{ "type": "Feature", "properties": { "index": "55" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389528.588072, 5859247.363727999851108 ], [ 1389538.653705, 5859198.430741 ] ] } }, +{ "type": "Feature", "properties": { "index": "56" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389538.653705, 5859198.430741 ], [ 1389548.719339, 5859149.497754000127316 ] ] } }, +{ "type": "Feature", "properties": { "index": "57" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389548.719339, 5859149.497754000127316 ], [ 1389558.784972, 5859100.564767000265419 ] ] } }, +{ "type": "Feature", "properties": { "index": "58" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389558.784972, 5859100.564767000265419 ], [ 1389568.850606, 5859051.631780000403523 ] ] } }, +{ "type": "Feature", "properties": { "index": "59" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389568.850606, 5859051.631780000403523 ], [ 1389578.91624, 5859002.698792999610305 ] ] } }, +{ "type": "Feature", "properties": { "index": "60" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389578.91624, 5859002.698792999610305 ], [ 1389588.981873, 5858953.765805999748409 ] ] } }, +{ "type": "Feature", "properties": { "index": "61" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389588.981873, 5858953.765805999748409 ], [ 1389599.047507, 5858904.832818999886513 ] ] } }, +{ "type": "Feature", "properties": { "index": "62" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389599.047507, 5858904.832818999886513 ], [ 1389613.243874, 5858857.048414000310004 ] ] } }, +{ "type": "Feature", "properties": { "index": "63" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389613.243874, 5858857.048414000310004 ], [ 1389631.198101, 5858810.554778000339866 ] ] } }, +{ "type": "Feature", "properties": { "index": "64" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389631.198101, 5858810.554778000339866 ], [ 1389656.490606, 5858767.47295599989593 ] ] } }, +{ "type": "Feature", "properties": { "index": "65" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389656.490606, 5858767.47295599989593 ], [ 1389681.956975, 5858724.496399999596179 ] ] } }, +{ "type": "Feature", "properties": { "index": "66" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389681.956975, 5858724.496399999596179 ], [ 1389708.407580000115559, 5858682.115748000331223 ] ] } }, +{ "type": "Feature", "properties": { "index": "67" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389708.407580000115559, 5858682.115748000331223 ], [ 1389734.858186, 5858639.735096000134945 ] ] } }, +{ "type": "Feature", "properties": { "index": "68" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389734.858186, 5858639.735096000134945 ], [ 1389761.308791, 5858597.354444 ] ] } }, +{ "type": "Feature", "properties": { "index": "69" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389761.308791, 5858597.354444 ], [ 1389787.759396, 5858554.973791999742389 ] ] } }, +{ "type": "Feature", "properties": { "index": "70" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389787.759396, 5858554.973791999742389 ], [ 1389814.210002, 5858512.593139000236988 ] ] } }, +{ "type": "Feature", "properties": { "index": "71" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389814.210002, 5858512.593139000236988 ], [ 1389840.660607000114396, 5858470.212487 ] ] } }, +{ "type": "Feature", "properties": { "index": "72" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389840.660607000114396, 5858470.212487 ], [ 1389867.111212, 5858427.831834999844432 ] ] } }, +{ "type": "Feature", "properties": { "index": "73" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389867.111212, 5858427.831834999844432 ], [ 1389911.240854, 5858417.074702000245452 ] ] } }, +{ "type": "Feature", "properties": { "index": "74" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389911.240854, 5858417.074702000245452 ], [ 1389940.226093, 5858455.739662 ] ] } }, +{ "type": "Feature", "properties": { "index": "75" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389940.226093, 5858455.739662 ], [ 1389959.842267000116408, 5858501.684844999574125 ] ] } }, +{ "type": "Feature", "properties": { "index": "76" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389959.842267000116408, 5858501.684844999574125 ], [ 1389983.028927, 5858544.760824999772012 ] ] } }, +{ "type": "Feature", "properties": { "index": "77" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389983.028927, 5858544.760824999772012 ], [ 1390026.879799, 5858567.98696899972856 ] ] } }, +{ "type": "Feature", "properties": { "index": "78" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390026.879799, 5858567.98696899972856 ], [ 1390075.45572, 5858577.981817999854684 ] ] } }, +{ "type": "Feature", "properties": { "index": "79" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390075.45572, 5858577.981817999854684 ], [ 1390124.93482, 5858584.860857999883592 ] ] } }, +{ "type": "Feature", "properties": { "index": "80" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390124.93482, 5858584.860857999883592 ], [ 1390174.385966, 5858591.894069000147283 ] ] } }, +{ "type": "Feature", "properties": { "index": "81" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390174.385966, 5858591.894069000147283 ], [ 1390224.287318000104278, 5858594.262458000332117 ] ] } }, +{ "type": "Feature", "properties": { "index": "82" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390224.287318000104278, 5858594.262458000332117 ], [ 1390273.630286, 5858589.561946 ] ] } }, +{ "type": "Feature", "properties": { "index": "83" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390273.630286, 5858589.561946 ], [ 1390322.23948, 5858578.072307 ] ] } }, +{ "type": "Feature", "properties": { "index": "84" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390322.23948, 5858578.072307 ], [ 1390371.993529, 5858575.309523000381887 ] ] } }, +{ "type": "Feature", "properties": { "index": "85" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390371.993529, 5858575.309523000381887 ], [ 1390419.13544200011529, 5858559.593115 ] ] } }, +{ "type": "Feature", "properties": { "index": "86" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390419.13544200011529, 5858559.593115 ], [ 1390453.401624, 5858524.246224000118673 ] ] } }, +{ "type": "Feature", "properties": { "index": "87" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390453.401624, 5858524.246224000118673 ], [ 1390496.7495, 5858504.780008999630809 ] ] } }, +{ "type": "Feature", "properties": { "index": "88" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390496.7495, 5858504.780008999630809 ], [ 1390546.470755, 5858499.993152 ] ] } }, +{ "type": "Feature", "properties": { "index": "89" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390546.470755, 5858499.993152 ], [ 1390596.395264, 5858498.177226000465453 ] ] } }, +{ "type": "Feature", "properties": { "index": "90" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390596.395264, 5858498.177226000465453 ], [ 1390646.319773, 5858496.3613 ] ] } }, +{ "type": "Feature", "properties": { "index": "91" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390646.319773, 5858496.3613 ], [ 1390696.244282, 5858494.545374999754131 ] ] } }, +{ "type": "Feature", "properties": { "index": "92" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390696.244282, 5858494.545374999754131 ], [ 1390746.168792, 5858492.72944900020957 ] ] } }, +{ "type": "Feature", "properties": { "index": "93" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390746.168792, 5858492.72944900020957 ], [ 1390796.093301, 5858490.913524 ] ] } }, +{ "type": "Feature", "properties": { "index": "94" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390796.093301, 5858490.913524 ], [ 1390846.017810000106692, 5858489.097598000429571 ] ] } }, +{ "type": "Feature", "properties": { "index": "95" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390846.017810000106692, 5858489.097598000429571 ], [ 1390895.942319, 5858487.281673000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "96" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390895.942319, 5858487.281673000194132 ], [ 1390945.364987999899313, 5858492.061226 ] ] } }, +{ "type": "Feature", "properties": { "index": "97" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390945.364987999899313, 5858492.061226 ], [ 1390994.440002, 5858501.409873000346124 ] ] } }, +{ "type": "Feature", "properties": { "index": "98" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390994.440002, 5858501.409873000346124 ], [ 1391040.341196999885142, 5858520.979841000400484 ] ] } }, +{ "type": "Feature", "properties": { "index": "99" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391040.341196999885142, 5858520.979841000400484 ], [ 1391086.683747, 5858538.717574999667704 ] ] } }, +{ "type": "Feature", "properties": { "index": "100" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391086.683747, 5858538.717574999667704 ], [ 1391131.822940000100061, 5858523.932431999593973 ] ] } }, +{ "type": "Feature", "properties": { "index": "101" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391131.822940000100061, 5858523.932431999593973 ], [ 1391153.157671999884769, 5858479.460671000182629 ] ] } }, +{ "type": "Feature", "properties": { "index": "102" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391153.157671999884769, 5858479.460671000182629 ], [ 1391192.495906, 5858451.678391999565065 ] ] } }, +{ "type": "Feature", "properties": { "index": "103" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391192.495906, 5858451.678391999565065 ], [ 1391240.641174, 5858438.460245000198483 ] ] } }, +{ "type": "Feature", "properties": { "index": "104" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391240.641174, 5858438.460245000198483 ], [ 1391289.21176, 5858426.770406000316143 ] ] } }, +{ "type": "Feature", "properties": { "index": "105" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391289.21176, 5858426.770406000316143 ], [ 1391337.782346, 5858415.080567999742925 ] ] } }, +{ "type": "Feature", "properties": { "index": "106" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391337.782346, 5858415.080567999742925 ], [ 1391386.352933, 5858403.390728999860585 ] ] } }, +{ "type": "Feature", "properties": { "index": "107" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391386.352933, 5858403.390728999860585 ], [ 1391434.923519, 5858391.70089 ] ] } }, +{ "type": "Feature", "properties": { "index": "108" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391434.923519, 5858391.70089 ], [ 1391483.494106, 5858380.011051 ] ] } }, +{ "type": "Feature", "properties": { "index": "109" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391483.494106, 5858380.011051 ], [ 1391532.464345, 5858375.802092 ] ] } }, +{ "type": "Feature", "properties": { "index": "110" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391532.464345, 5858375.802092 ], [ 1391579.680509, 5858389.75316600035876 ] ] } }, +{ "type": "Feature", "properties": { "index": "111" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391579.680509, 5858389.75316600035876 ], [ 1391615.043221999891102, 5858422.374544000253081 ] ] } }, +{ "type": "Feature", "properties": { "index": "112" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391615.043221999891102, 5858422.374544000253081 ], [ 1391633.654095999896526, 5858468.206737999804318 ] ] } }, +{ "type": "Feature", "properties": { "index": "113" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391633.654095999896526, 5858468.206737999804318 ], [ 1391675.556872, 5858492.04251900035888 ] ] } }, +{ "type": "Feature", "properties": { "index": "114" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391675.556872, 5858492.04251900035888 ], [ 1391725.165285000111908, 5858493.223411000333726 ] ] } }, +{ "type": "Feature", "properties": { "index": "115" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391725.165285000111908, 5858493.223411000333726 ], [ 1391774.025633, 5858482.968163000419736 ] ] } }, +{ "type": "Feature", "properties": { "index": "116" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391774.025633, 5858482.968163000419736 ], [ 1391822.748904, 5858472.800455999560654 ] ] } }, +{ "type": "Feature", "properties": { "index": "117" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391822.748904, 5858472.800455999560654 ], [ 1391872.520156, 5858474.254766999743879 ] ] } }, +{ "type": "Feature", "properties": { "index": "118" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391872.520156, 5858474.254766999743879 ], [ 1391922.328207, 5858478.116395000368357 ] ] } }, +{ "type": "Feature", "properties": { "index": "119" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391922.328207, 5858478.116395000368357 ], [ 1391972.136259, 5858481.978023 ] ] } }, +{ "type": "Feature", "properties": { "index": "120" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391972.136259, 5858481.978023 ], [ 1392014.088138000108302, 5858507.265421000309289 ] ] } }, +{ "type": "Feature", "properties": { "index": "121" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392014.088138000108302, 5858507.265421000309289 ], [ 1392052.005776, 5858538.94962100032717 ] ] } }, +{ "type": "Feature", "properties": { "index": "122" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392052.005776, 5858538.94962100032717 ], [ 1392100.99331899988465, 5858548.746294000186026 ] ] } }, +{ "type": "Feature", "properties": { "index": "123" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392100.99331899988465, 5858548.746294000186026 ], [ 1392149.980863, 5858558.542967 ] ] } }, +{ "type": "Feature", "properties": { "index": "124" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392149.980863, 5858558.542967 ], [ 1392198.767288, 5858569.252066999673843 ] ] } }, +{ "type": "Feature", "properties": { "index": "125" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392198.767288, 5858569.252066999673843 ], [ 1392247.333907, 5858580.958378000184894 ] ] } }, +{ "type": "Feature", "properties": { "index": "126" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392247.333907, 5858580.958378000184894 ], [ 1392295.900526, 5858592.664688999764621 ] ] } }, +{ "type": "Feature", "properties": { "index": "127" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392295.900526, 5858592.664688999764621 ], [ 1392344.467144999885932, 5858604.371000000275671 ] ] } }, +{ "type": "Feature", "properties": { "index": "128" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392344.467144999885932, 5858604.371000000275671 ], [ 1392389.908256, 5858624.575613999739289 ] ] } }, +{ "type": "Feature", "properties": { "index": "129" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392389.908256, 5858624.575613999739289 ], [ 1392425.0817, 5858659.315580000169575 ] ] } }, +{ "type": "Feature", "properties": { "index": "130" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392425.0817, 5858659.315580000169575 ], [ 1392458.203119, 5858696.715122999623418 ] ] } }, +{ "type": "Feature", "properties": { "index": "131" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392458.203119, 5858696.715122999623418 ], [ 1392491.324538, 5858734.114666 ] ] } }, +{ "type": "Feature", "properties": { "index": "132" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392491.324538, 5858734.114666 ], [ 1392528.963965999893844, 5858766.460637000389397 ] ] } }, +{ "type": "Feature", "properties": { "index": "133" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392528.963965999893844, 5858766.460637000389397 ], [ 1392573.284122, 5858789.391092999838293 ] ] } }, +{ "type": "Feature", "properties": { "index": "134" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392573.284122, 5858789.391092999838293 ], [ 1392618.033191999886185, 5858811.600886000320315 ] ] } }, +{ "type": "Feature", "properties": { "index": "135" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392618.033191999886185, 5858811.600886000320315 ], [ 1392666.730896, 5858821.011834000237286 ] ] } }, +{ "type": "Feature", "properties": { "index": "136" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392666.730896, 5858821.011834000237286 ], [ 1392714.397227, 5858809.184477999806404 ] ] } }, +{ "type": "Feature", "properties": { "index": "137" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392714.397227, 5858809.184477999806404 ], [ 1392761.799295, 5858794.23129399958998 ] ] } }, +{ "type": "Feature", "properties": { "index": "138" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392761.799295, 5858794.23129399958998 ], [ 1392810.095713, 5858797.830353000201285 ] ] } }, +{ "type": "Feature", "properties": { "index": "139" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392810.095713, 5858797.830353000201285 ], [ 1392855.660074, 5858817.529771000146866 ] ] } }, +{ "type": "Feature", "properties": { "index": "140" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392855.660074, 5858817.529771000146866 ], [ 1392904.672455, 5858826.347064999863505 ] ] } }, +{ "type": "Feature", "properties": { "index": "141" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392904.672455, 5858826.347064999863505 ], [ 1392949.505033, 5858846.393357999622822 ] ] } }, +{ "type": "Feature", "properties": { "index": "142" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392949.505033, 5858846.393357999622822 ], [ 1392993.956313, 5858868.358838000334799 ] ] } }, +{ "type": "Feature", "properties": { "index": "143" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392993.956313, 5858868.358838000334799 ], [ 1393042.160067, 5858881.479519999586046 ] ] } }, +{ "type": "Feature", "properties": { "index": "144" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393042.160067, 5858881.479519999586046 ], [ 1393090.363821, 5858894.600201000459492 ] ] } }, +{ "type": "Feature", "properties": { "index": "145" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393090.363821, 5858894.600201000459492 ], [ 1393138.87778, 5858905.382868000306189 ] ] } }, +{ "type": "Feature", "properties": { "index": "146" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393138.87778, 5858905.382868000306189 ], [ 1393188.83521, 5858905.28609300032258 ] ] } }, +{ "type": "Feature", "properties": { "index": "147" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393188.83521, 5858905.28609300032258 ], [ 1393237.248238, 5858916.599204 ] ] } }, +{ "type": "Feature", "properties": { "index": "148" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393237.248238, 5858916.599204 ], [ 1393278.156387999886647, 5858943.766048000194132 ] ] } }, +{ "type": "Feature", "properties": { "index": "149" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393278.156387999886647, 5858943.766048000194132 ], [ 1393316.553906, 5858975.725158999674022 ] ] } }, +{ "type": "Feature", "properties": { "index": "150" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393316.553906, 5858975.725158999674022 ], [ 1393354.951424, 5859007.68427 ] ] } }, +{ "type": "Feature", "properties": { "index": "151" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393354.951424, 5859007.68427 ], [ 1393393.348943, 5859039.643380000256002 ] ] } }, +{ "type": "Feature", "properties": { "index": "152" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393393.348943, 5859039.643380000256002 ], [ 1393431.746461, 5859071.602490999735892 ] ] } }, +{ "type": "Feature", "properties": { "index": "153" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393431.746461, 5859071.602490999735892 ], [ 1393472.672341, 5859100.089053999632597 ] ] } }, +{ "type": "Feature", "properties": { "index": "154" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393472.672341, 5859100.089053999632597 ], [ 1393507.678647000109777, 5859134.262683000415564 ] ] } }, +{ "type": "Feature", "properties": { "index": "155" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393507.678647000109777, 5859134.262683000415564 ], [ 1393492.63758, 5859179.667012999765575 ] ] } }, +{ "type": "Feature", "properties": { "index": "156" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393492.63758, 5859179.667012999765575 ], [ 1393472.727902, 5859225.064155000261962 ] ] } }, +{ "type": "Feature", "properties": { "index": "157" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393472.727902, 5859225.064155000261962 ], [ 1393467.563765, 5859274.587596000172198 ] ] } }, +{ "type": "Feature", "properties": { "index": "158" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393467.563765, 5859274.587596000172198 ], [ 1393473.514059, 5859323.885010000318289 ] ] } }, +{ "type": "Feature", "properties": { "index": "159" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393473.514059, 5859323.885010000318289 ], [ 1393507.773821, 5859356.614803000353277 ] ] } }, +{ "type": "Feature", "properties": { "index": "160" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393507.773821, 5859356.614803000353277 ], [ 1393555.824224, 5859349.253151999786496 ] ] } }, +{ "type": "Feature", "properties": { "index": "161" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393555.824224, 5859349.253151999786496 ], [ 1393591.003386, 5859314.794959999620914 ] ] } }, +{ "type": "Feature", "properties": { "index": "162" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393591.003386, 5859314.794959999620914 ], [ 1393633.15364, 5859288.066565000452101 ] ] } }, +{ "type": "Feature", "properties": { "index": "163" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393633.15364, 5859288.066565000452101 ], [ 1393673.123904, 5859258.097713000141084 ] ] } }, +{ "type": "Feature", "properties": { "index": "164" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393673.123904, 5859258.097713000141084 ], [ 1393720.523228, 5859244.838273 ] ] } }, +{ "type": "Feature", "properties": { "index": "165" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393720.523228, 5859244.838273 ], [ 1393765.710015, 5859224.569284999743104 ] ] } }, +{ "type": "Feature", "properties": { "index": "166" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393765.710015, 5859224.569284999743104 ], [ 1393806.409211, 5859195.609256000258029 ] ] } }, +{ "type": "Feature", "properties": { "index": "167" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393806.409211, 5859195.609256000258029 ], [ 1393846.866743, 5859166.301537999883294 ] ] } }, +{ "type": "Feature", "properties": { "index": "168" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388521.257593, 5855362.027613 ], [ 1388472.030307, 5855370.543776 ] ] } }, +{ "type": "Feature", "properties": { "index": "169" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388472.030307, 5855370.543776 ], [ 1388439.000347, 5855407.802593000233173 ] ] } }, +{ "type": "Feature", "properties": { "index": "170" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388439.000347, 5855407.802593000233173 ], [ 1388400.196092, 5855436.014135000295937 ] ] } }, +{ "type": "Feature", "properties": { "index": "171" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388400.196092, 5855436.014135000295937 ], [ 1388351.338236, 5855446.634319 ] ] } }, +{ "type": "Feature", "properties": { "index": "172" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388351.338236, 5855446.634319 ], [ 1388301.961882, 5855453.847478000447154 ] ] } }, +{ "type": "Feature", "properties": { "index": "173" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388301.961882, 5855453.847478000447154 ], [ 1388252.297577, 5855451.260452999733388 ] ] } }, +{ "type": "Feature", "properties": { "index": "174" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388252.297577, 5855451.260452999733388 ], [ 1388202.47966, 5855455.508814999833703 ] ] } }, +{ "type": "Feature", "properties": { "index": "175" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388202.47966, 5855455.508814999833703 ], [ 1388152.683455, 5855460.015515999868512 ] ] } }, +{ "type": "Feature", "properties": { "index": "176" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388152.683455, 5855460.015515999868512 ], [ 1388104.622612, 5855473.253734 ] ] } }, +{ "type": "Feature", "properties": { "index": "177" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388104.622612, 5855473.253734 ], [ 1388057.005634, 5855488.445189000107348 ] ] } }, +{ "type": "Feature", "properties": { "index": "178" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388057.005634, 5855488.445189000107348 ], [ 1388011.292357, 5855508.70027600042522 ] ] } }, +{ "type": "Feature", "properties": { "index": "179" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388011.292357, 5855508.70027600042522 ], [ 1387969.221703, 5855535.246165 ] ] } }, +{ "type": "Feature", "properties": { "index": "180" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.221703, 5855535.246165 ], [ 1387935.863196, 5855572.491062000393867 ] ] } }, +{ "type": "Feature", "properties": { "index": "181" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387935.863196, 5855572.491062000393867 ], [ 1387904.610232, 5855611.432585 ] ] } }, +{ "type": "Feature", "properties": { "index": "182" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387904.610232, 5855611.432585 ], [ 1387869.335365, 5855646.852918 ] ] } }, +{ "type": "Feature", "properties": { "index": "183" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387869.335365, 5855646.852918 ], [ 1387831.783289, 5855679.735663999803364 ] ] } }, +{ "type": "Feature", "properties": { "index": "184" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387831.783289, 5855679.735663999803364 ], [ 1387791.509416, 5855708.923279999755323 ] ] } }, +{ "type": "Feature", "properties": { "index": "185" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387791.509416, 5855708.923279999755323 ], [ 1387742.459817, 5855717.213658000342548 ] ] } }, +{ "type": "Feature", "properties": { "index": "186" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387742.459817, 5855717.213658000342548 ], [ 1387692.500367, 5855718.495404000394046 ] ] } }, +{ "type": "Feature", "properties": { "index": "187" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387692.500367, 5855718.495404000394046 ], [ 1387642.500798, 5855718.619679000228643 ] ] } }, +{ "type": "Feature", "properties": { "index": "188" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387642.500798, 5855718.619679000228643 ], [ 1387592.50123, 5855718.743954 ] ] } }, +{ "type": "Feature", "properties": { "index": "189" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387592.50123, 5855718.743954 ], [ 1387542.501661, 5855718.868228999897838 ] ] } }, +{ "type": "Feature", "properties": { "index": "190" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387542.501661, 5855718.868228999897838 ], [ 1387492.65141, 5855720.815255000256002 ] ] } }, +{ "type": "Feature", "properties": { "index": "191" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387492.65141, 5855720.815255000256002 ], [ 1387448.867237, 5855742.752516999840736 ] ] } }, +{ "type": "Feature", "properties": { "index": "192" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387448.867237, 5855742.752516999840736 ], [ 1387402.432745000114664, 5855761.091834000311792 ] ] } }, +{ "type": "Feature", "properties": { "index": "193" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387402.432745000114664, 5855761.091834000311792 ], [ 1387355.687973000109196, 5855778.837216 ] ] } }, +{ "type": "Feature", "properties": { "index": "194" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387355.687973000109196, 5855778.837216 ], [ 1387308.943201000103727, 5855796.582599 ] ] } }, +{ "type": "Feature", "properties": { "index": "195" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387308.943201000103727, 5855796.582599 ], [ 1387262.861614, 5855815.656712999567389 ] ] } }, +{ "type": "Feature", "properties": { "index": "196" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387262.861614, 5855815.656712999567389 ], [ 1387224.059019, 5855846.996291999705136 ] ] } }, +{ "type": "Feature", "properties": { "index": "197" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387224.059019, 5855846.996291999705136 ], [ 1387180.719125, 5855870.194652000442147 ] ] } }, +{ "type": "Feature", "properties": { "index": "198" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387180.719125, 5855870.194652000442147 ], [ 1387131.003996, 5855874.064550000242889 ] ] } }, +{ "type": "Feature", "properties": { "index": "199" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387131.003996, 5855874.064550000242889 ], [ 1387081.098878, 5855871.158614000305533 ] ] } }, +{ "type": "Feature", "properties": { "index": "200" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387081.098878, 5855871.158614000305533 ], [ 1387031.19806, 5855868.015261 ] ] } }, +{ "type": "Feature", "properties": { "index": "201" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387031.19806, 5855868.015261 ], [ 1386981.297242, 5855864.871909 ] ] } }, +{ "type": "Feature", "properties": { "index": "202" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386981.297242, 5855864.871909 ], [ 1386931.471473, 5855860.718019999563694 ] ] } }, +{ "type": "Feature", "properties": { "index": "203" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386931.471473, 5855860.718019999563694 ], [ 1386881.600664, 5855857.577048 ] ] } }, +{ "type": "Feature", "properties": { "index": "204" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386881.600664, 5855857.577048 ], [ 1386832.545594, 5855864.100991999730468 ] ] } }, +{ "type": "Feature", "properties": { "index": "205" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386832.545594, 5855864.100991999730468 ], [ 1386787.067649, 5855884.40325399953872 ] ] } }, +{ "type": "Feature", "properties": { "index": "206" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386787.067649, 5855884.40325399953872 ], [ 1386748.278359000105411, 5855915.544586 ] ] } }, +{ "type": "Feature", "properties": { "index": "207" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386748.278359000105411, 5855915.544586 ], [ 1386721.15542, 5855957.124278999865055 ] ] } }, +{ "type": "Feature", "properties": { "index": "208" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386721.15542, 5855957.124278999865055 ], [ 1386707.750366, 5856004.850832999683917 ] ] } }, +{ "type": "Feature", "properties": { "index": "209" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386707.750366, 5856004.850832999683917 ], [ 1386699.832476, 5856054.133604000322521 ] ] } }, +{ "type": "Feature", "properties": { "index": "210" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386699.832476, 5856054.133604000322521 ], [ 1386697.095561, 5856103.986879999749362 ] ] } }, +{ "type": "Feature", "properties": { "index": "211" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386697.095561, 5856103.986879999749362 ], [ 1386699.401158999884501, 5856153.933416999876499 ] ] } }, +{ "type": "Feature", "properties": { "index": "212" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386699.401158999884501, 5856153.933416999876499 ], [ 1386715.699191, 5856201.197657999582589 ] ] } }, +{ "type": "Feature", "properties": { "index": "213" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386715.699191, 5856201.197657999582589 ], [ 1386741.121204, 5856244.100116999819875 ] ] } }, +{ "type": "Feature", "properties": { "index": "214" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386741.121204, 5856244.100116999819875 ], [ 1386774.051379, 5856281.577650999650359 ] ] } }, +{ "type": "Feature", "properties": { "index": "215" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386774.051379, 5856281.577650999650359 ], [ 1386811.583792, 5856314.587093000300229 ] ] } }, +{ "type": "Feature", "properties": { "index": "216" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386811.583792, 5856314.587093000300229 ], [ 1386839.378956, 5856356.087349999696016 ] ] } }, +{ "type": "Feature", "properties": { "index": "217" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386839.378956, 5856356.087349999696016 ], [ 1386855.653892, 5856403.364182 ] ] } }, +{ "type": "Feature", "properties": { "index": "218" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386855.653892, 5856403.364182 ], [ 1386875.714554, 5856449.116945999674499 ] ] } }, +{ "type": "Feature", "properties": { "index": "219" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386875.714554, 5856449.116945999674499 ], [ 1386912.179653, 5856482.939190999604762 ] ] } }, +{ "type": "Feature", "properties": { "index": "220" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386912.179653, 5856482.939190999604762 ], [ 1386944.191176, 5856520.270726 ] ] } }, +{ "type": "Feature", "properties": { "index": "221" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386944.191176, 5856520.270726 ], [ 1386964.188513, 5856566.025076 ] ] } }, +{ "type": "Feature", "properties": { "index": "222" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386964.188513, 5856566.025076 ], [ 1386998.825215, 5856599.261942000128329 ] ] } }, +{ "type": "Feature", "properties": { "index": "223" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386998.825215, 5856599.261942000128329 ], [ 1387044.828527, 5856618.849378 ] ] } }, +{ "type": "Feature", "properties": { "index": "224" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387044.828527, 5856618.849378 ], [ 1387090.831838000100106, 5856638.436813999898732 ] ] } }, +{ "type": "Feature", "properties": { "index": "225" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387090.831838000100106, 5856638.436813999898732 ], [ 1387136.83515, 5856658.024249999783933 ] ] } }, +{ "type": "Feature", "properties": { "index": "226" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387136.83515, 5856658.024249999783933 ], [ 1387178.67198000010103, 5856685.128790000453591 ] ] } }, +{ "type": "Feature", "properties": { "index": "227" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387178.67198000010103, 5856685.128790000453591 ], [ 1387217.700536, 5856716.320353000424802 ] ] } }, +{ "type": "Feature", "properties": { "index": "228" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387217.700536, 5856716.320353000424802 ], [ 1387252.016687, 5856752.649442999623716 ] ] } }, +{ "type": "Feature", "properties": { "index": "229" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387252.016687, 5856752.649442999623716 ], [ 1387284.798919, 5856790.190159999765456 ] ] } }, +{ "type": "Feature", "properties": { "index": "230" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387284.798919, 5856790.190159999765456 ], [ 1387273.050185, 5856831.931571000255644 ] ] } }, +{ "type": "Feature", "properties": { "index": "231" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387273.050185, 5856831.931571000255644 ], [ 1387226.10699, 5856849.14519300032407 ] ] } }, +{ "type": "Feature", "properties": { "index": "232" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387226.10699, 5856849.14519300032407 ], [ 1387179.163795, 5856866.358815000392497 ] ] } }, +{ "type": "Feature", "properties": { "index": "233" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387179.163795, 5856866.358815000392497 ], [ 1387132.220599999884143, 5856883.572436000220478 ] ] } }, +{ "type": "Feature", "properties": { "index": "234" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387132.220599999884143, 5856883.572436000220478 ], [ 1387091.51316, 5856911.129931 ] ] } }, +{ "type": "Feature", "properties": { "index": "235" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387091.51316, 5856911.129931 ], [ 1387071.007118, 5856956.155595 ] ] } }, +{ "type": "Feature", "properties": { "index": "236" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387071.007118, 5856956.155595 ], [ 1387043.749112, 5856996.689189 ] ] } }, +{ "type": "Feature", "properties": { "index": "237" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387043.749112, 5856996.689189 ], [ 1387004.639444, 5857027.840532000176609 ] ] } }, +{ "type": "Feature", "properties": { "index": "238" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387004.639444, 5857027.840532000176609 ], [ 1386965.529776, 5857058.991875999607146 ] ] } }, +{ "type": "Feature", "properties": { "index": "239" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386965.529776, 5857058.991875999607146 ], [ 1386926.702535, 5857090.440240000374615 ] ] } }, +{ "type": "Feature", "properties": { "index": "240" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386926.702535, 5857090.440240000374615 ], [ 1386899.70098, 5857131.871504999697208 ] ] } }, +{ "type": "Feature", "properties": { "index": "241" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386899.70098, 5857131.871504999697208 ], [ 1386903.626394, 5857181.005935000255704 ] ] } }, +{ "type": "Feature", "properties": { "index": "242" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386903.626394, 5857181.005935000255704 ], [ 1386920.841402, 5857227.857345 ] ] } }, +{ "type": "Feature", "properties": { "index": "243" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386920.841402, 5857227.857345 ], [ 1386940.647244999883696, 5857273.767048000358045 ] ] } }, +{ "type": "Feature", "properties": { "index": "244" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386940.647244999883696, 5857273.767048000358045 ], [ 1386960.453089, 5857319.676752000115812 ] ] } }, +{ "type": "Feature", "properties": { "index": "245" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386960.453089, 5857319.676752000115812 ], [ 1386980.258932, 5857365.586455999873579 ] ] } }, +{ "type": "Feature", "properties": { "index": "246" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386980.258932, 5857365.586455999873579 ], [ 1387000.064776000101119, 5857411.496159000322223 ] ] } }, +{ "type": "Feature", "properties": { "index": "247" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387000.064776000101119, 5857411.496159000322223 ], [ 1387007.528902, 5857459.537025 ] ] } }, +{ "type": "Feature", "properties": { "index": "248" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387007.528902, 5857459.537025 ], [ 1386963.216765, 5857476.629049000330269 ] ] } }, +{ "type": "Feature", "properties": { "index": "249" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386963.216765, 5857476.629049000330269 ], [ 1386913.783934, 5857484.135433999821544 ] ] } }, +{ "type": "Feature", "properties": { "index": "250" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386913.783934, 5857484.135433999821544 ], [ 1386870.539328, 5857507.055611999705434 ] ] } }, +{ "type": "Feature", "properties": { "index": "251" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386870.539328, 5857507.055611999705434 ], [ 1386832.820274, 5857539.877027000300586 ] ] } }, +{ "type": "Feature", "properties": { "index": "252" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386832.820274, 5857539.877027000300586 ], [ 1386795.101531999884173, 5857572.698800000362098 ] ] } }, +{ "type": "Feature", "properties": { "index": "253" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386795.101531999884173, 5857572.698800000362098 ], [ 1386758.257366, 5857606.496797 ] ] } }, +{ "type": "Feature", "properties": { "index": "254" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386758.257366, 5857606.496797 ], [ 1386721.50239, 5857640.394349000416696 ] ] } }, +{ "type": "Feature", "properties": { "index": "255" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386721.50239, 5857640.394349000416696 ], [ 1386691.639095, 5857680.292891000397503 ] ] } }, +{ "type": "Feature", "properties": { "index": "256" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386691.639095, 5857680.292891000397503 ], [ 1386663.127201, 5857721.366519999690354 ] ] } }, +{ "type": "Feature", "properties": { "index": "257" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386663.127201, 5857721.366519999690354 ], [ 1386634.707845, 5857762.50424600020051 ] ] } }, +{ "type": "Feature", "properties": { "index": "258" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386634.707845, 5857762.50424600020051 ], [ 1386606.288488, 5857803.641971999779344 ] ] } }, +{ "type": "Feature", "properties": { "index": "259" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386606.288488, 5857803.641971999779344 ], [ 1386577.851668, 5857844.766917999833822 ] ] } }, +{ "type": "Feature", "properties": { "index": "260" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386577.851668, 5857844.766917999833822 ], [ 1386559.479124, 5857890.340474000200629 ] ] } }, +{ "type": "Feature", "properties": { "index": "261" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386559.479124, 5857890.340474000200629 ], [ 1386576.858565999893472, 5857935.633445999585092 ] ] } }, +{ "type": "Feature", "properties": { "index": "262" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386576.858565999893472, 5857935.633445999585092 ], [ 1386619.073706999886781, 5857961.189545 ] ] } }, +{ "type": "Feature", "properties": { "index": "263" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386619.073706999886781, 5857961.189545 ], [ 1386664.860783, 5857981.277063 ] ] } }, +{ "type": "Feature", "properties": { "index": "264" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386664.860783, 5857981.277063 ], [ 1386710.721603, 5858001.195835 ] ] } }, +{ "type": "Feature", "properties": { "index": "265" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386710.721603, 5858001.195835 ], [ 1386756.582422999897972, 5858021.114606999792159 ] ] } }, +{ "type": "Feature", "properties": { "index": "266" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386756.582422999897972, 5858021.114606999792159 ], [ 1386802.443244, 5858041.033378999680281 ] ] } }, +{ "type": "Feature", "properties": { "index": "267" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386802.443244, 5858041.033378999680281 ], [ 1386848.304064, 5858060.952150999568403 ] ] } }, +{ "type": "Feature", "properties": { "index": "268" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386848.304064, 5858060.952150999568403 ], [ 1386892.843548, 5858083.471455000340939 ] ] } }, +{ "type": "Feature", "properties": { "index": "269" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386892.843548, 5858083.471455000340939 ], [ 1386931.443848, 5858115.251782 ] ] } }, +{ "type": "Feature", "properties": { "index": "270" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386931.443848, 5858115.251782 ], [ 1386970.044147, 5858147.032108999788761 ] ] } }, +{ "type": "Feature", "properties": { "index": "271" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386970.044147, 5858147.032108999788761 ], [ 1387008.644447, 5858178.812436000443995 ] ] } }, +{ "type": "Feature", "properties": { "index": "272" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387008.644447, 5858178.812436000443995 ], [ 1387047.244747, 5858210.592763000167906 ] ] } }, +{ "type": "Feature", "properties": { "index": "273" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387047.244747, 5858210.592763000167906 ], [ 1387085.845046, 5858242.373089999891818 ] ] } }, +{ "type": "Feature", "properties": { "index": "274" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387085.845046, 5858242.373089999891818 ], [ 1387124.445346, 5858274.153416999615729 ] ] } }, +{ "type": "Feature", "properties": { "index": "275" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387124.445346, 5858274.153416999615729 ], [ 1387163.045646, 5858305.933744000270963 ] ] } }, +{ "type": "Feature", "properties": { "index": "276" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387163.045646, 5858305.933744000270963 ], [ 1387201.829349, 5858337.489214999601245 ] ] } }, +{ "type": "Feature", "properties": { "index": "277" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387201.829349, 5858337.489214999601245 ], [ 1387246.200623, 5858359.68765200022608 ] ] } }, +{ "type": "Feature", "properties": { "index": "278" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387246.200623, 5858359.68765200022608 ], [ 1387293.201938, 5858376.741938999854028 ] ] } }, +{ "type": "Feature", "properties": { "index": "279" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387293.201938, 5858376.741938999854028 ], [ 1387334.200528, 5858401.73246799968183 ] ] } }, +{ "type": "Feature", "properties": { "index": "280" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387334.200528, 5858401.73246799968183 ], [ 1387307.843875, 5858437.110806000418961 ] ] } }, +{ "type": "Feature", "properties": { "index": "281" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387307.843875, 5858437.110806000418961 ], [ 1387260.279569, 5858425.045736 ] ] } }, +{ "type": "Feature", "properties": { "index": "282" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387260.279569, 5858425.045736 ], [ 1387211.448235, 5858414.300555 ] ] } }, +{ "type": "Feature", "properties": { "index": "283" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387211.448235, 5858414.300555 ], [ 1387162.612192, 5858403.576135000213981 ] ] } }, +{ "type": "Feature", "properties": { "index": "284" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387162.612192, 5858403.576135000213981 ], [ 1387113.700151, 5858393.210482999682426 ] ] } }, +{ "type": "Feature", "properties": { "index": "285" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387113.700151, 5858393.210482999682426 ], [ 1387064.993171, 5858381.975642000325024 ] ] } }, +{ "type": "Feature", "properties": { "index": "286" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387064.993171, 5858381.975642000325024 ], [ 1387015.796387, 5858376.34200800023973 ] ] } }, +{ "type": "Feature", "properties": { "index": "287" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387015.796387, 5858376.34200800023973 ], [ 1386966.208506, 5858382.746259000152349 ] ] } }, +{ "type": "Feature", "properties": { "index": "288" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386966.208506, 5858382.746259000152349 ], [ 1386916.67681200010702, 5858389.5595260001719 ] ] } }, +{ "type": "Feature", "properties": { "index": "289" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386916.67681200010702, 5858389.5595260001719 ], [ 1386867.19886099989526, 5858396.764011000283062 ] ] } }, +{ "type": "Feature", "properties": { "index": "290" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386867.19886099989526, 5858396.764011000283062 ], [ 1386820.816385, 5858411.854353999719024 ] ] } }, +{ "type": "Feature", "properties": { "index": "291" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386820.816385, 5858411.854353999719024 ], [ 1386841.361235, 5858445.514383999630809 ] ] } }, +{ "type": "Feature", "properties": { "index": "292" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386841.361235, 5858445.514383999630809 ], [ 1386890.796275, 5858452.915635 ] ] } }, +{ "type": "Feature", "properties": { "index": "293" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386890.796275, 5858452.915635 ], [ 1386940.277141, 5858460.100080999545753 ] ] } }, +{ "type": "Feature", "properties": { "index": "294" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386940.277141, 5858460.100080999545753 ], [ 1386989.847998, 5858466.483407 ] ] } }, +{ "type": "Feature", "properties": { "index": "295" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386989.847998, 5858466.483407 ], [ 1387039.689649, 5858470.456085000187159 ] ] } }, +{ "type": "Feature", "properties": { "index": "296" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387039.689649, 5858470.456085000187159 ], [ 1387088.843806, 5858479.424947000108659 ] ] } }, +{ "type": "Feature", "properties": { "index": "297" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387088.843806, 5858479.424947000108659 ], [ 1387137.906045, 5858489.061807 ] ] } }, +{ "type": "Feature", "properties": { "index": "298" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387137.906045, 5858489.061807 ], [ 1387186.33653, 5858500.879680999554694 ] ] } }, +{ "type": "Feature", "properties": { "index": "299" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387186.33653, 5858500.879680999554694 ], [ 1387231.661051, 5858521.42306 ] ] } }, +{ "type": "Feature", "properties": { "index": "300" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387231.661051, 5858521.42306 ], [ 1387268.120025, 5858555.03504899982363 ] ] } }, +{ "type": "Feature", "properties": { "index": "301" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387268.120025, 5858555.03504899982363 ], [ 1387300.917169, 5858592.775208 ] ] } }, +{ "type": "Feature", "properties": { "index": "302" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387300.917169, 5858592.775208 ], [ 1387340.521647, 5858622.315197999589145 ] ] } }, +{ "type": "Feature", "properties": { "index": "303" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387340.521647, 5858622.315197999589145 ], [ 1387387.47692, 5858639.495844 ] ] } }, +{ "type": "Feature", "properties": { "index": "304" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387387.47692, 5858639.495844 ], [ 1387436.116963, 5858650.828613 ] ] } }, +{ "type": "Feature", "properties": { "index": "305" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387436.116963, 5858650.828613 ], [ 1387485.194104, 5858660.261458000168204 ] ] } }, +{ "type": "Feature", "properties": { "index": "306" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387485.194104, 5858660.261458000168204 ], [ 1387533.80419, 5858671.493854000233114 ] ] } }, +{ "type": "Feature", "properties": { "index": "307" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387533.80419, 5858671.493854000233114 ], [ 1387580.296834, 5858689.619014999829233 ] ] } }, +{ "type": "Feature", "properties": { "index": "308" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387580.296834, 5858689.619014999829233 ], [ 1387628.455277, 5858703.062847999855876 ] ] } }, +{ "type": "Feature", "properties": { "index": "309" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387628.455277, 5858703.062847999855876 ], [ 1387677.211432, 5858713.786248999647796 ] ] } }, +{ "type": "Feature", "properties": { "index": "310" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387677.211432, 5858713.786248999647796 ], [ 1387726.995392, 5858712.747127000242472 ] ] } }, +{ "type": "Feature", "properties": { "index": "311" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387726.995392, 5858712.747127000242472 ], [ 1387773.343349, 5858725.01447799988091 ] ] } }, +{ "type": "Feature", "properties": { "index": "312" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387773.343349, 5858725.01447799988091 ], [ 1387806.363671999890357, 5858762.310494 ] ] } }, +{ "type": "Feature", "properties": { "index": "313" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387806.363671999890357, 5858762.310494 ], [ 1387799.717028, 5858810.149600000120699 ] ] } }, +{ "type": "Feature", "properties": { "index": "314" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387799.717028, 5858810.149600000120699 ], [ 1387771.97114, 5858850.861093999817967 ] ] } }, +{ "type": "Feature", "properties": { "index": "315" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387771.97114, 5858850.861093999817967 ], [ 1387723.076751, 5858854.679317999631166 ] ] } }, +{ "type": "Feature", "properties": { "index": "316" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387723.076751, 5858854.679317999631166 ], [ 1387673.274138, 5858850.996178000234067 ] ] } }, +{ "type": "Feature", "properties": { "index": "317" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387673.274138, 5858850.996178000234067 ], [ 1387624.170362999895588, 5858858.384703 ] ] } }, +{ "type": "Feature", "properties": { "index": "318" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387624.170362999895588, 5858858.384703 ], [ 1387575.715394, 5858857.046075999736786 ] ] } }, +{ "type": "Feature", "properties": { "index": "319" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387575.715394, 5858857.046075999736786 ], [ 1387529.438333, 5858838.116817999631166 ] ] } }, +{ "type": "Feature", "properties": { "index": "320" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387529.438333, 5858838.116817999631166 ], [ 1387481.179235, 5858825.222028000280261 ] ] } }, +{ "type": "Feature", "properties": { "index": "321" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387481.179235, 5858825.222028000280261 ], [ 1387432.215501, 5858815.797907000407577 ] ] } }, +{ "type": "Feature", "properties": { "index": "322" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387432.215501, 5858815.797907000407577 ], [ 1387382.431882, 5858811.154251 ] ] } }, +{ "type": "Feature", "properties": { "index": "323" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387382.431882, 5858811.154251 ], [ 1387336.607073, 5858824.075685 ] ] } }, +{ "type": "Feature", "properties": { "index": "324" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387336.607073, 5858824.075685 ], [ 1387327.458137, 5858870.885959999635816 ] ] } }, +{ "type": "Feature", "properties": { "index": "325" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387327.458137, 5858870.885959999635816 ], [ 1387344.619252, 5858917.84837600030005 ] ] } }, +{ "type": "Feature", "properties": { "index": "326" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387344.619252, 5858917.84837600030005 ], [ 1387358.089984, 5858965.710649999789894 ] ] } }, +{ "type": "Feature", "properties": { "index": "327" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387358.089984, 5858965.710649999789894 ], [ 1387329.564613, 5859003.58358300011605 ] ] } }, +{ "type": "Feature", "properties": { "index": "328" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387329.564613, 5859003.58358300011605 ], [ 1387285.783743999898434, 5858993.70319200027734 ] ] } }, +{ "type": "Feature", "properties": { "index": "329" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387285.783743999898434, 5858993.70319200027734 ], [ 1387248.355973, 5858961.317974999547005 ] ] } }, +{ "type": "Feature", "properties": { "index": "330" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387248.355973, 5858961.317974999547005 ], [ 1387199.500434, 5858963.645902000367641 ] ] } }, +{ "type": "Feature", "properties": { "index": "331" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387199.500434, 5858963.645902000367641 ], [ 1387151.482699, 5858977.5839609997347 ] ] } }, +{ "type": "Feature", "properties": { "index": "332" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387151.482699, 5858977.5839609997347 ], [ 1387103.632612, 5858992.082135000266135 ] ] } }, +{ "type": "Feature", "properties": { "index": "333" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387103.632612, 5858992.082135000266135 ], [ 1387055.85334, 5859006.816905999556184 ] ] } }, +{ "type": "Feature", "properties": { "index": "334" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387055.85334, 5859006.816905999556184 ], [ 1387008.074067, 5859021.551676999777555 ] ] } }, +{ "type": "Feature", "properties": { "index": "335" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387008.074067, 5859021.551676999777555 ], [ 1386960.294795, 5859036.286448 ] ] } }, +{ "type": "Feature", "properties": { "index": "336" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386960.294795, 5859036.286448 ], [ 1386912.515523, 5859051.021219000220299 ] ] } }, +{ "type": "Feature", "properties": { "index": "337" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386912.515523, 5859051.021219000220299 ], [ 1386864.736251, 5859065.75599000044167 ] ] } }, +{ "type": "Feature", "properties": { "index": "338" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386864.736251, 5859065.75599000044167 ], [ 1386816.956979, 5859080.490760999731719 ] ] } }, +{ "type": "Feature", "properties": { "index": "339" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386816.956979, 5859080.490760999731719 ], [ 1386769.832018, 5859096.976014000363648 ] ] } }, +{ "type": "Feature", "properties": { "index": "340" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386769.832018, 5859096.976014000363648 ], [ 1386724.102283, 5859117.193916999734938 ] ] } }, +{ "type": "Feature", "properties": { "index": "341" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386724.102283, 5859117.193916999734938 ], [ 1386678.372547, 5859137.41182 ] ] } }, +{ "type": "Feature", "properties": { "index": "342" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386678.372547, 5859137.41182 ], [ 1386632.642811000114307, 5859157.629723000340164 ] ] } }, +{ "type": "Feature", "properties": { "index": "343" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386632.642811000114307, 5859157.629723000340164 ], [ 1386586.913076, 5859177.847625999711454 ] ] } }, +{ "type": "Feature", "properties": { "index": "344" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386586.913076, 5859177.847625999711454 ], [ 1386541.181931, 5859198.062338000163436 ] ] } }, +{ "type": "Feature", "properties": { "index": "345" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386541.181931, 5859198.062338000163436 ], [ 1386495.431539, 5859218.233454000204802 ] ] } }, +{ "type": "Feature", "properties": { "index": "346" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386495.431539, 5859218.233454000204802 ], [ 1386449.681146, 5859238.404569 ] ] } }, +{ "type": "Feature", "properties": { "index": "347" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386449.681146, 5859238.404569 ], [ 1386404.749107, 5859260.31422199960798 ] ] } }, +{ "type": "Feature", "properties": { "index": "348" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386404.749107, 5859260.31422199960798 ], [ 1386360.756596, 5859284.020065000280738 ] ] } }, +{ "type": "Feature", "properties": { "index": "349" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386360.756596, 5859284.020065000280738 ], [ 1386317.622745, 5859309.307279 ] ] } }, +{ "type": "Feature", "properties": { "index": "350" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386317.622745, 5859309.307279 ], [ 1386274.488894, 5859334.594494 ] ] } }, +{ "type": "Feature", "properties": { "index": "351" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386274.488894, 5859334.594494 ], [ 1386231.354724, 5859359.881164000369608 ] ] } }, +{ "type": "Feature", "properties": { "index": "352" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386231.354724, 5859359.881164000369608 ], [ 1386188.788940999889746, 5859385.978958000428975 ] ] } }, +{ "type": "Feature", "properties": { "index": "353" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386188.788940999889746, 5859385.978958000428975 ], [ 1386153.170269999885932, 5859420.751349000260234 ] ] } }, +{ "type": "Feature", "properties": { "index": "354" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386153.170269999885932, 5859420.751349000260234 ], [ 1386127.241227, 5859463.084467999637127 ] ] } }, +{ "type": "Feature", "properties": { "index": "355" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386127.241227, 5859463.084467999637127 ], [ 1386108.996457, 5859509.052054 ] ] } }, +{ "type": "Feature", "properties": { "index": "356" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386108.996457, 5859509.052054 ], [ 1386105.954033, 5859558.959126999601722 ] ] } }, +{ "type": "Feature", "properties": { "index": "357" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386105.954033, 5859558.959126999601722 ], [ 1386101.917093, 5859608.782216000370681 ] ] } }, +{ "type": "Feature", "properties": { "index": "358" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386101.917093, 5859608.782216000370681 ], [ 1386088.458338999887928, 5859656.65266599971801 ] ] } }, +{ "type": "Feature", "properties": { "index": "359" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386088.458338999887928, 5859656.65266599971801 ], [ 1386075.65203, 5859704.419184000231326 ] ] } }, +{ "type": "Feature", "properties": { "index": "360" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386075.65203, 5859704.419184000231326 ], [ 1386076.574771, 5859754.410392000339925 ] ] } }, +{ "type": "Feature", "properties": { "index": "361" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386076.574771, 5859754.410392000339925 ], [ 1386077.497511, 5859804.401600000448525 ] ] } }, +{ "type": "Feature", "properties": { "index": "362" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386077.497511, 5859804.401600000448525 ], [ 1386078.420251, 5859854.392807999625802 ] ] } }, +{ "type": "Feature", "properties": { "index": "363" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384050.267681, 5856698.702002 ], [ 1384085.778962, 5856733.441067 ] ] } }, +{ "type": "Feature", "properties": { "index": "364" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384085.778962, 5856733.441067 ], [ 1384122.993944, 5856766.592179999686778 ] ] } }, +{ "type": "Feature", "properties": { "index": "365" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384122.993944, 5856766.592179999686778 ], [ 1384160.35096, 5856799.578122000209987 ] ] } }, +{ "type": "Feature", "properties": { "index": "366" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384160.35096, 5856799.578122000209987 ], [ 1384198.384373999899253, 5856831.724872999824584 ] ] } }, +{ "type": "Feature", "properties": { "index": "367" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384198.384373999899253, 5856831.724872999824584 ], [ 1384230.112839, 5856870.159957 ] ] } }, +{ "type": "Feature", "properties": { "index": "368" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384230.112839, 5856870.159957 ], [ 1384259.121702, 5856910.628997 ] ] } }, +{ "type": "Feature", "properties": { "index": "369" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384259.121702, 5856910.628997 ], [ 1384287.023719, 5856951.925832999870181 ] ] } }, +{ "type": "Feature", "properties": { "index": "370" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384287.023719, 5856951.925832999870181 ], [ 1384314.929269, 5856993.220281000249088 ] ] } }, +{ "type": "Feature", "properties": { "index": "371" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384314.929269, 5856993.220281000249088 ], [ 1384344.819753, 5857033.056208999827504 ] ] } }, +{ "type": "Feature", "properties": { "index": "372" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384344.819753, 5857033.056208999827504 ], [ 1384375.89111, 5857072.024426000192761 ] ] } }, +{ "type": "Feature", "properties": { "index": "373" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384375.89111, 5857072.024426000192761 ], [ 1384412.732156000100076, 5857105.507667999714613 ] ] } }, +{ "type": "Feature", "properties": { "index": "374" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384412.732156000100076, 5857105.507667999714613 ], [ 1384450.079483, 5857138.509611999616027 ] ] } }, +{ "type": "Feature", "properties": { "index": "375" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384450.079483, 5857138.509611999616027 ], [ 1384487.426863, 5857171.511497000232339 ] ] } }, +{ "type": "Feature", "properties": { "index": "376" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384487.426863, 5857171.511497000232339 ], [ 1384525.20776, 5857204.014278000220656 ] ] } }, +{ "type": "Feature", "properties": { "index": "377" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384525.20776, 5857204.014278000220656 ], [ 1384563.111989000113681, 5857236.375066 ] ] } }, +{ "type": "Feature", "properties": { "index": "378" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384563.111989000113681, 5857236.375066 ], [ 1384601.016218, 5857268.735852999612689 ] ] } }, +{ "type": "Feature", "properties": { "index": "379" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384601.016218, 5857268.735852999612689 ], [ 1384638.920447, 5857301.09664100036025 ] ] } }, +{ "type": "Feature", "properties": { "index": "380" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384638.920447, 5857301.09664100036025 ], [ 1384669.604955000104383, 5857340.313404999673367 ] ] } }, +{ "type": "Feature", "properties": { "index": "381" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384669.604955000104383, 5857340.313404999673367 ], [ 1384699.518248, 5857380.104403000324965 ] ] } }, +{ "type": "Feature", "properties": { "index": "382" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384699.518248, 5857380.104403000324965 ], [ 1384719.806332, 5857425.627417 ] ] } }, +{ "type": "Feature", "properties": { "index": "383" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384719.806332, 5857425.627417 ], [ 1384740.094417, 5857471.150430999696255 ] ] } }, +{ "type": "Feature", "properties": { "index": "384" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384740.094417, 5857471.150430999696255 ], [ 1384760.382502, 5857516.673445000313222 ] ] } }, +{ "type": "Feature", "properties": { "index": "385" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384760.382502, 5857516.673445000313222 ], [ 1384780.670586, 5857562.196459 ] ] } }, +{ "type": "Feature", "properties": { "index": "386" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384780.670586, 5857562.196459 ], [ 1384802.672203, 5857606.838340999558568 ] ] } }, +{ "type": "Feature", "properties": { "index": "387" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384802.672203, 5857606.838340999558568 ], [ 1384827.896526, 5857649.823045000433922 ] ] } }, +{ "type": "Feature", "properties": { "index": "388" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384827.896526, 5857649.823045000433922 ], [ 1384854.757883, 5857691.606820999644697 ] ] } }, +{ "type": "Feature", "properties": { "index": "389" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384854.757883, 5857691.606820999644697 ], [ 1384888.185769, 5857728.573394999839365 ] ] } }, +{ "type": "Feature", "properties": { "index": "390" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384888.185769, 5857728.573394999839365 ], [ 1384921.613655, 5857765.539970000274479 ] ] } }, +{ "type": "Feature", "properties": { "index": "391" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384921.613655, 5857765.539970000274479 ], [ 1384956.145454, 5857801.445756999775767 ] ] } }, +{ "type": "Feature", "properties": { "index": "392" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384956.145454, 5857801.445756999775767 ], [ 1384991.751307, 5857836.319449 ] ] } }, +{ "type": "Feature", "properties": { "index": "393" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384991.751307, 5857836.319449 ], [ 1385027.357158999890089, 5857871.193141999654472 ] ] } }, +{ "type": "Feature", "properties": { "index": "394" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385027.357158999890089, 5857871.193141999654472 ], [ 1385062.963012, 5857906.066835000179708 ] ] } }, +{ "type": "Feature", "properties": { "index": "395" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385062.963012, 5857906.066835000179708 ], [ 1385098.568864, 5857940.940527999773622 ] ] } }, +{ "type": "Feature", "properties": { "index": "396" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385098.568864, 5857940.940527999773622 ], [ 1385135.753846, 5857974.029478999786079 ] ] } }, +{ "type": "Feature", "properties": { "index": "397" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385135.753846, 5857974.029478999786079 ], [ 1385175.738456000108272, 5858003.622976000420749 ] ] } }, +{ "type": "Feature", "properties": { "index": "398" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385175.738456000108272, 5858003.622976000420749 ], [ 1385218.653757000109181, 5858028.965196999721229 ] ] } }, +{ "type": "Feature", "properties": { "index": "399" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385218.653757000109181, 5858028.965196999721229 ], [ 1385262.454937, 5858052.706983 ] ] } }, +{ "type": "Feature", "properties": { "index": "400" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385262.454937, 5858052.706983 ], [ 1385306.715554999886081, 5858075.618745000101626 ] ] } }, +{ "type": "Feature", "properties": { "index": "401" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385306.715554999886081, 5858075.618745000101626 ], [ 1385350.976173, 5858098.530508000403643 ] ] } }, +{ "type": "Feature", "properties": { "index": "402" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385350.976173, 5858098.530508000403643 ], [ 1385395.236792, 5858121.442270000465214 ] ] } }, +{ "type": "Feature", "properties": { "index": "403" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385395.236792, 5858121.442270000465214 ], [ 1385439.49741, 5858144.354031999595463 ] ] } }, +{ "type": "Feature", "properties": { "index": "404" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385439.49741, 5858144.354031999595463 ], [ 1385483.758027999894693, 5858167.26579499989748 ] ] } }, +{ "type": "Feature", "properties": { "index": "405" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385483.758027999894693, 5858167.26579499989748 ], [ 1385528.018646, 5858190.177557 ] ] } }, +{ "type": "Feature", "properties": { "index": "406" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385528.018646, 5858190.177557 ], [ 1385571.606102, 5858214.277654999867082 ] ] } }, +{ "type": "Feature", "properties": { "index": "407" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385571.606102, 5858214.277654999867082 ], [ 1385614.013401, 5858240.461089000105858 ] ] } }, +{ "type": "Feature", "properties": { "index": "408" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385614.013401, 5858240.461089000105858 ], [ 1385656.42069899989292, 5858266.644523000344634 ] ] } }, +{ "type": "Feature", "properties": { "index": "409" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385656.42069899989292, 5858266.644523000344634 ], [ 1385698.773112, 5858292.896189999766648 ] ] } }, +{ "type": "Feature", "properties": { "index": "410" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385698.773112, 5858292.896189999766648 ], [ 1385733.435650000115857, 5858328.707635000348091 ] ] } }, +{ "type": "Feature", "properties": { "index": "411" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385733.435650000115857, 5858328.707635000348091 ], [ 1385768.098189, 5858364.519078999757767 ] ] } }, +{ "type": "Feature", "properties": { "index": "412" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385768.098189, 5858364.519078999757767 ], [ 1385795.882535, 5858405.467094000428915 ] ] } }, +{ "type": "Feature", "properties": { "index": "413" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385795.882535, 5858405.467094000428915 ], [ 1385820.377635, 5858448.871485999785364 ] ] } }, +{ "type": "Feature", "properties": { "index": "414" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385820.377635, 5858448.871485999785364 ], [ 1385841.084314, 5858493.920931999571621 ] ] } }, +{ "type": "Feature", "properties": { "index": "415" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385841.084314, 5858493.920931999571621 ], [ 1385856.076262, 5858541.451898000203073 ] ] } }, +{ "type": "Feature", "properties": { "index": "416" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385856.076262, 5858541.451898000203073 ], [ 1385865.6689, 5858590.250006999820471 ] ] } }, +{ "type": "Feature", "properties": { "index": "417" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385865.6689, 5858590.250006999820471 ], [ 1385873.387287, 5858639.487977 ] ] } }, +{ "type": "Feature", "properties": { "index": "418" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385873.387287, 5858639.487977 ], [ 1385875.01795, 5858689.287252999842167 ] ] } }, +{ "type": "Feature", "properties": { "index": "419" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385875.01795, 5858689.287252999842167 ], [ 1385876.432928999885917, 5858739.106416 ] ] } }, +{ "type": "Feature", "properties": { "index": "420" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385876.432928999885917, 5858739.106416 ], [ 1385878.32982200011611, 5858788.908142000436783 ] ] } }, +{ "type": "Feature", "properties": { "index": "421" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385878.32982200011611, 5858788.908142000436783 ], [ 1385880.519215, 5858838.699283 ] ] } }, +{ "type": "Feature", "properties": { "index": "422" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385880.519215, 5858838.699283 ], [ 1385882.620351, 5858888.493529999628663 ] ] } }, +{ "type": "Feature", "properties": { "index": "423" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385882.620351, 5858888.493529999628663 ], [ 1385883.937444, 5858938.315378 ] ] } }, +{ "type": "Feature", "properties": { "index": "424" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385883.937444, 5858938.315378 ], [ 1385885.25453900010325, 5858988.137225000187755 ] ] } }, +{ "type": "Feature", "properties": { "index": "425" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385885.25453900010325, 5858988.137225000187755 ], [ 1385890.650534, 5859037.630401000380516 ] ] } }, +{ "type": "Feature", "properties": { "index": "426" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385890.650534, 5859037.630401000380516 ], [ 1385901.777443000115454, 5859086.092394 ] ] } }, +{ "type": "Feature", "properties": { "index": "427" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385901.777443000115454, 5859086.092394 ], [ 1385915.397955, 5859134.034368 ] ] } }, +{ "type": "Feature", "properties": { "index": "428" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385915.397955, 5859134.034368 ], [ 1385928.426053, 5859182.139209000393748 ] ] } }, +{ "type": "Feature", "properties": { "index": "429" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385928.426053, 5859182.139209000393748 ], [ 1385941.228082, 5859230.306202 ] ] } }, +{ "type": "Feature", "properties": { "index": "430" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385941.228082, 5859230.306202 ], [ 1385945.092689, 5859279.734330999664962 ] ] } }, +{ "type": "Feature", "properties": { "index": "431" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385945.092689, 5859279.734330999664962 ], [ 1385937.902412000112236, 5859328.779896000400186 ] ] } }, +{ "type": "Feature", "properties": { "index": "432" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.902412000112236, 5859328.779896000400186 ], [ 1385932.795076, 5859378.173213999718428 ] ] } }, +{ "type": "Feature", "properties": { "index": "433" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385932.795076, 5859378.173213999718428 ], [ 1385937.702696, 5859427.770255000330508 ] ] } }, +{ "type": "Feature", "properties": { "index": "434" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.702696, 5859427.770255000330508 ], [ 1385939.035938, 5859477.502303999848664 ] ] } }, +{ "type": "Feature", "properties": { "index": "435" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385939.035938, 5859477.502303999848664 ], [ 1385937.883638000115752, 5859527.328235000371933 ] ] } }, +{ "type": "Feature", "properties": { "index": "436" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.883638000115752, 5859527.328235000371933 ], [ 1385940.515994, 5859576.989168000407517 ] ] } }, +{ "type": "Feature", "properties": { "index": "437" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385940.515994, 5859576.989168000407517 ], [ 1385950.701545, 5859625.530177 ] ] } }, +{ "type": "Feature", "properties": { "index": "438" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385950.701545, 5859625.530177 ], [ 1385970.467743, 5859670.991298999637365 ] ] } }, +{ "type": "Feature", "properties": { "index": "439" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385970.467743, 5859670.991298999637365 ], [ 1386011.983088, 5859697.862917000427842 ] ] } }, +{ "type": "Feature", "properties": { "index": "440" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386011.983088, 5859697.862917000427842 ], [ 1386052.21359600010328, 5859727.119807999581099 ] ] } }, +{ "type": "Feature", "properties": { "index": "441" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386052.21359600010328, 5859727.119807999581099 ], [ 1386046.501013, 5859771.612672000192106 ] ] } }, +{ "type": "Feature", "properties": { "index": "442" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386046.501013, 5859771.612672000192106 ], [ 1386026.809696, 5859816.87392000015825 ] ] } }, +{ "type": "Feature", "properties": { "index": "443" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386026.809696, 5859816.87392000015825 ], [ 1386030.149607, 5859866.379010000266135 ] ] } }, +{ "type": "Feature", "properties": { "index": "444" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386030.149607, 5859866.379010000266135 ], [ 1386045.250939, 5859913.859036000445485 ] ] } }, +{ "type": "Feature", "properties": { "index": "445" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384196.861816, 5856829.880483999848366 ], [ 1384235.225193, 5856854.977666 ] ] } }, +{ "type": "Feature", "properties": { "index": "446" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384235.225193, 5856854.977666 ], [ 1384263.45033, 5856892.038371000438929 ] ] } }, +{ "type": "Feature", "properties": { "index": "447" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384263.45033, 5856892.038371000438929 ], [ 1384291.675467000110075, 5856929.099076 ] ] } }, +{ "type": "Feature", "properties": { "index": "448" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384291.675467000110075, 5856929.099076 ], [ 1384319.900603, 5856966.159781999886036 ] ] } }, +{ "type": "Feature", "properties": { "index": "449" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384319.900603, 5856966.159781999886036 ], [ 1384347.205868, 5857003.89451100025326 ] ] } }, +{ "type": "Feature", "properties": { "index": "450" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384347.205868, 5857003.89451100025326 ], [ 1384380.322691, 5857036.360282000154257 ] ] } }, +{ "type": "Feature", "properties": { "index": "451" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384380.322691, 5857036.360282000154257 ], [ 1384415.156611, 5857067.29169400036335 ] ] } }, +{ "type": "Feature", "properties": { "index": "452" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384415.156611, 5857067.29169400036335 ], [ 1384449.343576, 5857098.828099999576807 ] ] } }, +{ "type": "Feature", "properties": { "index": "453" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384449.343576, 5857098.828099999576807 ], [ 1384470.00481, 5857139.926174 ] ] } }, +{ "type": "Feature", "properties": { "index": "454" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384470.00481, 5857139.926174 ], [ 1384484.180762, 5857184.301804999820888 ] ] } }, +{ "type": "Feature", "properties": { "index": "455" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384289.065524, 5856954.947840999811888 ], [ 1384305.049611000111327, 5856994.887349000200629 ] ] } }, +{ "type": "Feature", "properties": { "index": "456" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384305.049611000111327, 5856994.887349000200629 ], [ 1384321.033697, 5857034.826856000348926 ] ] } }, +{ "type": "Feature", "properties": { "index": "457" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384321.033697, 5857034.826856000348926 ], [ 1384347.445656, 5857068.672039000317454 ] ] } }, +{ "type": "Feature", "properties": { "index": "458" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384347.445656, 5857068.672039000317454 ], [ 1384374.130628, 5857102.4069520002231 ] ] } }, +{ "type": "Feature", "properties": { "index": "459" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384374.130628, 5857102.4069520002231 ], [ 1384399.587644, 5857137.085412000305951 ] ] } }, +{ "type": "Feature", "properties": { "index": "460" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384399.587644, 5857137.085412000305951 ], [ 1384425.044659999897704, 5857171.763872999697924 ] ] } }, +{ "type": "Feature", "properties": { "index": "461" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384425.044659999897704, 5857171.763872999697924 ], [ 1384456.866521, 5857200.577978 ] ] } }, +{ "type": "Feature", "properties": { "index": "462" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384456.866521, 5857200.577978 ], [ 1384480.774831, 5857195.244455000385642 ] ] } }, +{ "type": "Feature", "properties": { "index": "463" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384456.866521, 5857200.577978 ], [ 1384478.871156, 5857219.682923000305891 ] ] } }, +{ "type": "Feature", "properties": { "index": "464" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384493.329777, 5857201.95233799982816 ], [ 1384478.871156, 5857219.682923000305891 ] ] } }, +{ "type": "Feature", "properties": { "index": "465" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384493.329777, 5857201.95233799982816 ], [ 1384511.3211, 5857246.008046000264585 ] ] } }, +{ "type": "Feature", "properties": { "index": "466" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384511.3211, 5857246.008046000264585 ], [ 1384478.871156, 5857219.682923000305891 ] ] } }, +{ "type": "Feature", "properties": { "index": "467" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384512.484967, 5857248.858029000461102 ], [ 1384550.208547, 5857281.60918700043112 ] ] } }, +{ "type": "Feature", "properties": { "index": "468" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384550.208547, 5857281.60918700043112 ], [ 1384587.932128, 5857314.360344000160694 ] ] } }, +{ "type": "Feature", "properties": { "index": "469" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384587.932128, 5857314.360344000160694 ], [ 1384608.456867, 5857358.785164999775589 ] ] } }, +{ "type": "Feature", "properties": { "index": "470" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384608.456867, 5857358.785164999775589 ], [ 1384624.966164, 5857405.935456000268459 ] ] } }, +{ "type": "Feature", "properties": { "index": "471" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384624.966164, 5857405.935456000268459 ], [ 1384639.938245, 5857453.586039000190794 ] ] } }, +{ "type": "Feature", "properties": { "index": "472" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384639.938245, 5857453.586039000190794 ], [ 1384654.342376, 5857501.421463999897242 ] ] } }, +{ "type": "Feature", "properties": { "index": "473" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384654.342376, 5857501.421463999897242 ], [ 1384665.748858, 5857550.055336000397801 ] ] } }, +{ "type": "Feature", "properties": { "index": "474" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384665.748858, 5857550.055336000397801 ], [ 1384677.047727, 5857598.717872000299394 ] ] } }, +{ "type": "Feature", "properties": { "index": "475" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384677.047727, 5857598.717872000299394 ], [ 1384688.346595, 5857647.380408000200987 ] ] } }, +{ "type": "Feature", "properties": { "index": "476" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384688.346595, 5857647.380408000200987 ], [ 1384699.645464, 5857696.04294400010258 ] ] } }, +{ "type": "Feature", "properties": { "index": "477" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384699.645464, 5857696.04294400010258 ], [ 1384710.944332000100985, 5857744.70548 ] ] } }, +{ "type": "Feature", "properties": { "index": "478" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384710.944332000100985, 5857744.70548 ], [ 1384726.848783, 5857791.671307999640703 ] ] } }, +{ "type": "Feature", "properties": { "index": "479" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384726.848783, 5857791.671307999640703 ], [ 1384753.929338, 5857833.199648999609053 ] ] } }, +{ "type": "Feature", "properties": { "index": "480" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384753.929338, 5857833.199648999609053 ], [ 1384783.627482, 5857873.006574999541044 ] ] } }, +{ "type": "Feature", "properties": { "index": "481" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384783.627482, 5857873.006574999541044 ], [ 1384795.018453000113368, 5857920.637507 ] ] } }, +{ "type": "Feature", "properties": { "index": "482" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384795.018453000113368, 5857920.637507 ], [ 1384785.075932, 5857969.445632999762893 ] ] } }, +{ "type": "Feature", "properties": { "index": "483" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384785.075932, 5857969.445632999762893 ], [ 1384771.479073, 5858017.516750000417233 ] ] } }, +{ "type": "Feature", "properties": { "index": "484" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384771.479073, 5858017.516750000417233 ], [ 1384763.32519, 5858066.675424999557436 ] ] } }, +{ "type": "Feature", "properties": { "index": "485" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384763.32519, 5858066.675424999557436 ], [ 1384757.40540700010024, 5858116.280496000312269 ] ] } }, +{ "type": "Feature", "properties": { "index": "486" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384757.40540700010024, 5858116.280496000312269 ], [ 1384746.211964, 5858164.956996999680996 ] ] } }, +{ "type": "Feature", "properties": { "index": "487" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384746.211964, 5858164.956996999680996 ], [ 1384738.028054999886081, 5858213.862444000318646 ] ] } }, +{ "type": "Feature", "properties": { "index": "488" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384738.028054999886081, 5858213.862444000318646 ], [ 1384756.479259, 5858259.218585999682546 ] ] } }, +{ "type": "Feature", "properties": { "index": "489" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384756.479259, 5858259.218585999682546 ], [ 1384792.653981, 5858293.253395999781787 ] ] } }, +{ "type": "Feature", "properties": { "index": "490" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384792.653981, 5858293.253395999781787 ], [ 1384839.146884, 5858310.949097 ] ] } }, +{ "type": "Feature", "properties": { "index": "491" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384839.146884, 5858310.949097 ], [ 1384888.51751, 5858307.535864000208676 ] ] } }, +{ "type": "Feature", "properties": { "index": "492" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384888.51751, 5858307.535864000208676 ], [ 1384936.622763, 5858294.06823099963367 ] ] } }, +{ "type": "Feature", "properties": { "index": "493" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384936.622763, 5858294.06823099963367 ], [ 1384984.637113, 5858280.272529999725521 ] ] } }, +{ "type": "Feature", "properties": { "index": "494" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384984.637113, 5858280.272529999725521 ], [ 1385032.633651, 5858266.414711000397801 ] ] } }, +{ "type": "Feature", "properties": { "index": "495" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385032.633651, 5858266.414711000397801 ], [ 1385081.88684, 5858258.136645000427961 ] ] } }, +{ "type": "Feature", "properties": { "index": "496" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385081.88684, 5858258.136645000427961 ], [ 1385131.310464, 5858263.211210999637842 ] ] } }, +{ "type": "Feature", "properties": { "index": "497" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385131.310464, 5858263.211210999637842 ], [ 1385177.729395, 5858281.168494 ] ] } }, +{ "type": "Feature", "properties": { "index": "498" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385177.729395, 5858281.168494 ], [ 1385219.956519, 5858307.842426000162959 ] ] } }, +{ "type": "Feature", "properties": { "index": "499" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385219.956519, 5858307.842426000162959 ], [ 1385261.864507, 5858335.034839999862015 ] ] } }, +{ "type": "Feature", "properties": { "index": "500" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385261.864507, 5858335.034839999862015 ], [ 1385305.658711999887601, 5858358.964501 ] ] } }, +{ "type": "Feature", "properties": { "index": "501" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385305.658711999887601, 5858358.964501 ], [ 1385350.136276, 5858381.712097999639809 ] ] } }, +{ "type": "Feature", "properties": { "index": "502" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385350.136276, 5858381.712097999639809 ], [ 1385394.617425, 5858404.452681999653578 ] ] } }, +{ "type": "Feature", "properties": { "index": "503" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385394.617425, 5858404.452681999653578 ], [ 1385439.245916000101715, 5858426.90189899969846 ] ] } }, +{ "type": "Feature", "properties": { "index": "504" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385439.245916000101715, 5858426.90189899969846 ], [ 1385483.926140000112355, 5858449.248808999545872 ] ] } }, +{ "type": "Feature", "properties": { "index": "505" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385483.926140000112355, 5858449.248808999545872 ], [ 1385525.860647, 5858475.863234000280499 ] ] } }, +{ "type": "Feature", "properties": { "index": "506" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385525.860647, 5858475.863234000280499 ], [ 1385553.357332, 5858517.40488800033927 ] ] } }, +{ "type": "Feature", "properties": { "index": "507" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385553.357332, 5858517.40488800033927 ], [ 1385579.617479, 5858559.686365 ] ] } }, +{ "type": "Feature", "properties": { "index": "508" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385579.617479, 5858559.686365 ], [ 1385621.905694, 5858585.068031 ] ] } }, +{ "type": "Feature", "properties": { "index": "509" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385621.905694, 5858585.068031 ], [ 1385664.027274, 5858611.351026999764144 ] ] } }, +{ "type": "Feature", "properties": { "index": "510" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385664.027274, 5858611.351026999764144 ], [ 1385700.387206, 5858645.507954999804497 ] ] } }, +{ "type": "Feature", "properties": { "index": "511" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385700.387206, 5858645.507954999804497 ], [ 1385734.601841, 5858681.909404999576509 ] ] } }, +{ "type": "Feature", "properties": { "index": "512" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385734.601841, 5858681.909404999576509 ], [ 1385768.816477, 5858718.310854 ] ] } }, +{ "type": "Feature", "properties": { "index": "513" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385768.816477, 5858718.310854 ], [ 1385802.200312, 5858755.447309999726713 ] ] } }, +{ "type": "Feature", "properties": { "index": "514" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385802.200312, 5858755.447309999726713 ], [ 1385834.159462, 5858793.844178999774158 ] ] } }, +{ "type": "Feature", "properties": { "index": "515" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385352.471788, 5858398.702549999579787 ], [ 1385323.609450000105426, 5858430.098599 ] ] } }, +{ "type": "Feature", "properties": { "index": "516" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385323.609450000105426, 5858430.098599 ], [ 1385286.38877599989064, 5858419.3060919996351 ] ] } }, +{ "type": "Feature", "properties": { "index": "517" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385286.38877599989064, 5858419.3060919996351 ], [ 1385252.458743, 5858394.201655000448227 ] ] } }, +{ "type": "Feature", "properties": { "index": "518" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385252.458743, 5858394.201655000448227 ], [ 1385217.536378, 5858369.723605000413954 ] ] } }, +{ "type": "Feature", "properties": { "index": "519" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385217.536378, 5858369.723605000413954 ], [ 1385177.87752, 5858363.975666999816895 ] ] } }, +{ "type": "Feature", "properties": { "index": "520" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384748.107251999899745, 5858475.46539399959147 ], [ 1384773.662756, 5858482.028829 ] ] } }, +{ "type": "Feature", "properties": { "index": "521" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384773.662756, 5858482.028829 ], [ 1384799.21826, 5858488.592263 ] ] } }, +{ "type": "Feature", "properties": { "index": "522" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385831.554474999895319, 5858837.476551 ], [ 1385834.933234000112861, 5858795.367518000304699 ] ] } }, +{ "type": "Feature", "properties": { "index": "523" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385834.933234000112861, 5858795.367518000304699 ], [ 1385855.640896, 5858836.135080000385642 ] ] } }, +{ "type": "Feature", "properties": { "index": "524" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385425.871742000104859, 5858809.522039 ], [ 1385446.21624, 5858844.397749000228941 ] ] } }, +{ "type": "Feature", "properties": { "index": "525" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385446.21624, 5858844.397749000228941 ], [ 1385453.998638000106439, 5858886.437653999775648 ] ] } }, +{ "type": "Feature", "properties": { "index": "526" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385453.998638000106439, 5858886.437653999775648 ], [ 1385472.218053, 5858925.273073 ] ] } }, +{ "type": "Feature", "properties": { "index": "527" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385831.554474999895319, 5858837.476551 ], [ 1385855.640896, 5858836.135080000385642 ] ] } }, +{ "type": "Feature", "properties": { "index": "528" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385861.372514, 5858893.832569000311196 ], [ 1385844.630084, 5858865.848266 ] ] } }, +{ "type": "Feature", "properties": { "index": "529" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385844.630084, 5858865.848266 ], [ 1385831.554474999895319, 5858837.476551 ] ] } }, +{ "type": "Feature", "properties": { "index": "530" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387137.223009, 5858981.723106999881566 ], [ 1387148.048593, 5859026.366798000410199 ] ] } }, +{ "type": "Feature", "properties": { "index": "531" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387148.048593, 5859026.366798000410199 ], [ 1387119.959376000100747, 5859056.934599 ] ] } }, +{ "type": "Feature", "properties": { "index": "532" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387119.959376000100747, 5859056.934599 ], [ 1387074.832296, 5859065.301005999557674 ] ] } }, +{ "type": "Feature", "properties": { "index": "533" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387074.832296, 5859065.301005999557674 ], [ 1387030.356415, 5859076.861371000297368 ] ] } }, +{ "type": "Feature", "properties": { "index": "534" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387030.356415, 5859076.861371000297368 ], [ 1386986.427999, 5859090.309647999703884 ] ] } }, +{ "type": "Feature", "properties": { "index": "535" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386986.427999, 5859090.309647999703884 ], [ 1386945.966695, 5859111.788386999629438 ] ] } }, +{ "type": "Feature", "properties": { "index": "536" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386945.966695, 5859111.788386999629438 ], [ 1386905.771023999899626, 5859134.105929000303149 ] ] } }, +{ "type": "Feature", "properties": { "index": "537" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386905.771023999899626, 5859134.105929000303149 ], [ 1386871.537448, 5859162.609671000391245 ] ] } }, +{ "type": "Feature", "properties": { "index": "538" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386871.537448, 5859162.609671000391245 ], [ 1386921.106019, 5859163.103915000334382 ] ] } }, +{ "type": "Feature", "properties": { "index": "539" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386921.106019, 5859163.103915000334382 ], [ 1386970.627896, 5859161.624509000219405 ] ] } }, +{ "type": "Feature", "properties": { "index": "540" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386970.627896, 5859161.624509000219405 ], [ 1387019.9936, 5859157.412991000339389 ] ] } }, +{ "type": "Feature", "properties": { "index": "541" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387019.9936, 5859157.412991000339389 ], [ 1387069.191226, 5859151.340003999881446 ] ] } }, +{ "type": "Feature", "properties": { "index": "542" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387069.191226, 5859151.340003999881446 ], [ 1387118.547864, 5859146.828393000178039 ] ] } }, +{ "type": "Feature", "properties": { "index": "543" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387118.547864, 5859146.828393000178039 ], [ 1387167.916039, 5859151.025294000282884 ] ] } }, +{ "type": "Feature", "properties": { "index": "544" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387167.916039, 5859151.025294000282884 ], [ 1387217.282605, 5859155.523035 ] ] } }, +{ "type": "Feature", "properties": { "index": "545" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387217.282605, 5859155.523035 ], [ 1387266.649171000113711, 5859160.020774999633431 ] ] } }, +{ "type": "Feature", "properties": { "index": "546" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387266.649171000113711, 5859160.020774999633431 ], [ 1387315.831188, 5859165.716172999702394 ] ] } }, +{ "type": "Feature", "properties": { "index": "547" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387315.831188, 5859165.716172999702394 ], [ 1387364.261765, 5859176.288154000416398 ] ] } }, +{ "type": "Feature", "properties": { "index": "548" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387364.261765, 5859176.288154000416398 ], [ 1387411.186260000104085, 5859192.118344999849796 ] ] } }, +{ "type": "Feature", "properties": { "index": "549" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387411.186260000104085, 5859192.118344999849796 ], [ 1387455.544593, 5859213.906051999889314 ] ] } }, +{ "type": "Feature", "properties": { "index": "550" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387455.544593, 5859213.906051999889314 ], [ 1387490.610425, 5859248.941348999738693 ] ] } }, +{ "type": "Feature", "properties": { "index": "551" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387490.610425, 5859248.941348999738693 ], [ 1387525.979066, 5859283.669168000109494 ] ] } }, +{ "type": "Feature", "properties": { "index": "552" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387525.979066, 5859283.669168000109494 ], [ 1387563.532417, 5859316.027063 ] ] } }, +{ "type": "Feature", "properties": { "index": "553" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387563.532417, 5859316.027063 ], [ 1387601.085768, 5859348.38495699968189 ] ] } }, +{ "type": "Feature", "properties": { "index": "554" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387601.085768, 5859348.38495699968189 ], [ 1387638.639119, 5859380.742851999588311 ] ] } }, +{ "type": "Feature", "properties": { "index": "555" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387638.639119, 5859380.742851999588311 ], [ 1387676.192471, 5859413.100746000185609 ] ] } }, +{ "type": "Feature", "properties": { "index": "556" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387676.192471, 5859413.100746000185609 ], [ 1387713.745822, 5859445.458641 ] ] } }, +{ "type": "Feature", "properties": { "index": "557" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387713.745822, 5859445.458641 ], [ 1387750.394378, 5859478.82517100032419 ] ] } }, +{ "type": "Feature", "properties": { "index": "558" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387750.394378, 5859478.82517100032419 ], [ 1387786.626277, 5859512.656178000383079 ] ] } }, +{ "type": "Feature", "properties": { "index": "559" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387786.626277, 5859512.656178000383079 ], [ 1387822.858176, 5859546.487185000441968 ] ] } }, +{ "type": "Feature", "properties": { "index": "560" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387822.858176, 5859546.487185000441968 ], [ 1387850.66234, 5859586.980696000158787 ] ] } }, +{ "type": "Feature", "properties": { "index": "561" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387850.66234, 5859586.980696000158787 ], [ 1387868.193222, 5859633.330900999717414 ] ] } }, +{ "type": "Feature", "properties": { "index": "562" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387868.193222, 5859633.330900999717414 ], [ 1387885.53561, 5859679.769345000386238 ] ] } }, +{ "type": "Feature", "properties": { "index": "563" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387885.53561, 5859679.769345000386238 ], [ 1387902.854486, 5859726.216552999801934 ] ] } }, +{ "type": "Feature", "properties": { "index": "564" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387902.854486, 5859726.216552999801934 ], [ 1387920.137465, 5859772.677140000276268 ] ] } }, +{ "type": "Feature", "properties": { "index": "565" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387920.137465, 5859772.677140000276268 ], [ 1387937.420445, 5859819.137725999578834 ] ] } }, +{ "type": "Feature", "properties": { "index": "566" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387937.420445, 5859819.137725999578834 ], [ 1387948.863531, 5859867.082766000181437 ] ] } }, +{ "type": "Feature", "properties": { "index": "567" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387948.863531, 5859867.082766000181437 ], [ 1387950.013254000106826, 5859916.565449999645352 ] ] } }, +{ "type": "Feature", "properties": { "index": "568" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387950.013254000106826, 5859916.565449999645352 ], [ 1387947.430783, 5859966.047936 ] ] } }, +{ "type": "Feature", "properties": { "index": "569" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387947.430783, 5859966.047936 ], [ 1387943.997958, 5860015.499966000206769 ] ] } }, +{ "type": "Feature", "properties": { "index": "570" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387943.997958, 5860015.499966000206769 ], [ 1387940.565134, 5860064.95199599955231 ] ] } }, +{ "type": "Feature", "properties": { "index": "571" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.565134, 5860064.95199599955231 ], [ 1387945.371778, 5860113.959104999899864 ] ] } }, +{ "type": "Feature", "properties": { "index": "572" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387945.371778, 5860113.959104999899864 ], [ 1387964.117816, 5860159.736531999893486 ] ] } }, +{ "type": "Feature", "properties": { "index": "573" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387964.117816, 5860159.736531999893486 ], [ 1387984.093857999891043, 5860205.104421 ] ] } }, +{ "type": "Feature", "properties": { "index": "574" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387984.093857999891043, 5860205.104421 ], [ 1388004.069899, 5860250.472308999858797 ] ] } }, +{ "type": "Feature", "properties": { "index": "575" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388004.069899, 5860250.472308999858797 ], [ 1388027.686926, 5860293.896034000441432 ] ] } }, +{ "type": "Feature", "properties": { "index": "576" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388027.686926, 5860293.896034000441432 ], [ 1388060.096316, 5860331.348725999705493 ] ] } }, +{ "type": "Feature", "properties": { "index": "577" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388060.096316, 5860331.348725999705493 ], [ 1388092.967689, 5860368.453448000364006 ] ] } }, +{ "type": "Feature", "properties": { "index": "578" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388092.967689, 5860368.453448000364006 ], [ 1388119.020827, 5860410.51025199983269 ] ] } }, +{ "type": "Feature", "properties": { "index": "579" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388119.020827, 5860410.51025199983269 ], [ 1388143.407623, 5860453.6677740002051 ] ] } }, +{ "type": "Feature", "properties": { "index": "580" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388143.407623, 5860453.6677740002051 ], [ 1388167.794418, 5860496.825295999646187 ] ] } }, +{ "type": "Feature", "properties": { "index": "581" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388167.794418, 5860496.825295999646187 ], [ 1388187.411865, 5860542.097805 ] ] } }, +{ "type": "Feature", "properties": { "index": "582" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388187.411865, 5860542.097805 ], [ 1388193.385166000109166, 5860591.251542000100017 ] ] } }, +{ "type": "Feature", "properties": { "index": "583" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388193.385166000109166, 5860591.251542000100017 ], [ 1388198.812296, 5860640.524594999849796 ] ] } }, +{ "type": "Feature", "properties": { "index": "584" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388198.812296, 5860640.524594999849796 ], [ 1388204.239426, 5860689.797648999840021 ] ] } }, +{ "type": "Feature", "properties": { "index": "585" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388204.239426, 5860689.797648999840021 ], [ 1388184.484932, 5860730.700381999835372 ] ] } }, +{ "type": "Feature", "properties": { "index": "586" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388184.484932, 5860730.700381999835372 ], [ 1388159.550175, 5860759.392760000191629 ] ] } }, +{ "type": "Feature", "properties": { "index": "587" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388159.550175, 5860759.392760000191629 ], [ 1388171.988545, 5860807.377909 ] ] } }, +{ "type": "Feature", "properties": { "index": "588" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388171.988545, 5860807.377909 ], [ 1388215.013826, 5860825.214943000115454 ] ] } }, +{ "type": "Feature", "properties": { "index": "589" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388215.013826, 5860825.214943000115454 ], [ 1388264.397385, 5860829.298033 ] ] } }, +{ "type": "Feature", "properties": { "index": "590" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388264.397385, 5860829.298033 ], [ 1388313.062300000106916, 5860837.304879000410438 ] ] } }, +{ "type": "Feature", "properties": { "index": "591" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388313.062300000106916, 5860837.304879000410438 ], [ 1388360.993895, 5860849.948045999743044 ] ] } }, +{ "type": "Feature", "properties": { "index": "592" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388360.993895, 5860849.948045999743044 ], [ 1388408.925491, 5860862.591213 ] ] } }, +{ "type": "Feature", "properties": { "index": "593" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388408.925491, 5860862.591213 ], [ 1388458.22099, 5860866.957201999612153 ] ] } }, +{ "type": "Feature", "properties": { "index": "594" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388458.22099, 5860866.957201999612153 ], [ 1388507.336333000101149, 5860873.218384999781847 ] ] } }, +{ "type": "Feature", "properties": { "index": "595" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388507.336333000101149, 5860873.218384999781847 ], [ 1388556.215695, 5860881.470383999869227 ] ] } }, +{ "type": "Feature", "properties": { "index": "596" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388556.215695, 5860881.470383999869227 ], [ 1388604.556662, 5860892.36196899972856 ] ] } }, +{ "type": "Feature", "properties": { "index": "597" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388604.556662, 5860892.36196899972856 ], [ 1388653.599403, 5860897.157898000441492 ] ] } }, +{ "type": "Feature", "properties": { "index": "598" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388653.599403, 5860897.157898000441492 ], [ 1388700.080393, 5860881.090510999783874 ] ] } }, +{ "type": "Feature", "properties": { "index": "599" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388700.080393, 5860881.090510999783874 ], [ 1388732.687004, 5860844.794781000353396 ] ] } }, +{ "type": "Feature", "properties": { "index": "600" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388732.687004, 5860844.794781000353396 ], [ 1388755.953327, 5860801.023036000318825 ] ] } }, +{ "type": "Feature", "properties": { "index": "601" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388755.953327, 5860801.023036000318825 ], [ 1388778.233699, 5860756.840239999815822 ] ] } }, +{ "type": "Feature", "properties": { "index": "602" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388778.233699, 5860756.840239999815822 ], [ 1388792.950794, 5860709.50426399987191 ] ] } }, +{ "type": "Feature", "properties": { "index": "603" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388792.950794, 5860709.50426399987191 ], [ 1388807.667889, 5860662.168288 ] ] } }, +{ "type": "Feature", "properties": { "index": "604" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388807.667889, 5860662.168288 ], [ 1388819.224422999890521, 5860613.968190999701619 ] ] } }, +{ "type": "Feature", "properties": { "index": "605" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388819.224422999890521, 5860613.968190999701619 ], [ 1388830.638255000114441, 5860565.729078999720514 ] ] } }, +{ "type": "Feature", "properties": { "index": "606" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388830.638255000114441, 5860565.729078999720514 ], [ 1388842.05208700010553, 5860517.489966000430286 ] ] } }, +{ "type": "Feature", "properties": { "index": "607" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388842.05208700010553, 5860517.489966000430286 ], [ 1388862.77624, 5860472.578981 ] ] } }, +{ "type": "Feature", "properties": { "index": "608" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388862.77624, 5860472.578981 ], [ 1388884.529400000115857, 5860428.035884000360966 ] ] } }, +{ "type": "Feature", "properties": { "index": "609" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388884.529400000115857, 5860428.035884000360966 ], [ 1388906.282638, 5860383.492824000306427 ] ] } }, +{ "type": "Feature", "properties": { "index": "610" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388906.282638, 5860383.492824000306427 ], [ 1388933.946376, 5860342.419800000265241 ] ] } }, +{ "type": "Feature", "properties": { "index": "611" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388933.946376, 5860342.419800000265241 ], [ 1388962.240716, 5860301.717001000419259 ] ] } }, +{ "type": "Feature", "properties": { "index": "612" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386871.537448, 5859162.609671000391245 ], [ 1386825.198348, 5859175.156894000247121 ] ] } }, +{ "type": "Feature", "properties": { "index": "613" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386825.198348, 5859175.156894000247121 ], [ 1386779.333999, 5859189.448421999812126 ] ] } }, +{ "type": "Feature", "properties": { "index": "614" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386779.333999, 5859189.448421999812126 ], [ 1386733.445003, 5859203.660136999562383 ] ] } }, +{ "type": "Feature", "properties": { "index": "615" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386733.445003, 5859203.660136999562383 ], [ 1386687.508546999888495, 5859217.718167999759316 ] ] } }, +{ "type": "Feature", "properties": { "index": "616" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386687.508546999888495, 5859217.718167999759316 ], [ 1386641.57209, 5859231.776199 ] ] } }, +{ "type": "Feature", "properties": { "index": "617" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386641.57209, 5859231.776199 ], [ 1386595.451642000116408, 5859245.168246 ] ] } }, +{ "type": "Feature", "properties": { "index": "618" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386595.451642000116408, 5859245.168246 ], [ 1386548.813361, 5859256.68592599965632 ] ] } }, +{ "type": "Feature", "properties": { "index": "619" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386548.813361, 5859256.68592599965632 ], [ 1386502.175079, 5859268.203606000170112 ] ] } }, +{ "type": "Feature", "properties": { "index": "620" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386502.175079, 5859268.203606000170112 ], [ 1386455.354357, 5859278.943273999728262 ] ] } }, +{ "type": "Feature", "properties": { "index": "621" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386455.354357, 5859278.943273999728262 ], [ 1386408.87924, 5859290.671230000443757 ] ] } }, +{ "type": "Feature", "properties": { "index": "622" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386408.87924, 5859290.671230000443757 ], [ 1386364.691368999890983, 5859309.518466000445187 ] ] } }, +{ "type": "Feature", "properties": { "index": "623" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386364.691368999890983, 5859309.518466000445187 ], [ 1386320.503498, 5859328.365702000446618 ] ] } }, +{ "type": "Feature", "properties": { "index": "624" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386320.503498, 5859328.365702000446618 ], [ 1386273.173812, 5859335.36546 ] ] } }, +{ "type": "Feature", "properties": { "index": "625" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388946.301101, 5860414.883978 ], [ 1388922.246059, 5860458.418739000335336 ] ] } }, +{ "type": "Feature", "properties": { "index": "626" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388922.246059, 5860458.418739000335336 ], [ 1388900.295978, 5860503.075898 ] ] } }, +{ "type": "Feature", "properties": { "index": "627" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388900.295978, 5860503.075898 ], [ 1388878.345897, 5860547.733056999742985 ] ] } }, +{ "type": "Feature", "properties": { "index": "628" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388878.345897, 5860547.733056999742985 ], [ 1388856.88774, 5860592.570928 ] ] } }, +{ "type": "Feature", "properties": { "index": "629" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388856.88774, 5860592.570928 ], [ 1388853.07602, 5860641.795407 ] ] } }, +{ "type": "Feature", "properties": { "index": "630" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388853.07602, 5860641.795407 ], [ 1388856.119827, 5860691.462329000234604 ] ] } }, +{ "type": "Feature", "properties": { "index": "631" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388856.119827, 5860691.462329000234604 ], [ 1388859.163634000113234, 5860741.129250999540091 ] ] } }, +{ "type": "Feature", "properties": { "index": "632" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388859.163634000113234, 5860741.129250999540091 ], [ 1388862.207441, 5860790.7961729997769 ] ] } }, +{ "type": "Feature", "properties": { "index": "633" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388862.207441, 5860790.7961729997769 ], [ 1388866.356326, 5860840.344227000139654 ] ] } }, +{ "type": "Feature", "properties": { "index": "634" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388866.356326, 5860840.344227000139654 ], [ 1388873.944741, 5860889.52231 ] ] } }, +{ "type": "Feature", "properties": { "index": "635" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388873.944741, 5860889.52231 ], [ 1388883.174273, 5860938.398466999642551 ] ] } }, +{ "type": "Feature", "properties": { "index": "636" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388883.174273, 5860938.398466999642551 ], [ 1388890.216840999899432, 5860987.212368999607861 ] ] } }, +{ "type": "Feature", "properties": { "index": "637" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388890.216840999899432, 5860987.212368999607861 ], [ 1388884.322195, 5861036.622095 ] ] } }, +{ "type": "Feature", "properties": { "index": "638" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388884.322195, 5861036.622095 ], [ 1388878.427548999898136, 5861086.031821000389755 ] ] } }, +{ "type": "Feature", "properties": { "index": "639" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388878.427548999898136, 5861086.031821000389755 ], [ 1388872.532903, 5861135.441546999849379 ] ] } }, +{ "type": "Feature", "properties": { "index": "640" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388872.532903, 5861135.441546999849379 ], [ 1388866.638256999896839, 5861184.851273000240326 ] ] } }, +{ "type": "Feature", "properties": { "index": "641" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388866.638256999896839, 5861184.851273000240326 ], [ 1388854.620841, 5861232.489912999793887 ] ] } }, +{ "type": "Feature", "properties": { "index": "642" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388854.620841, 5861232.489912999793887 ], [ 1388833.227561, 5861277.416469000279903 ] ] } }, +{ "type": "Feature", "properties": { "index": "643" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388833.227561, 5861277.416469000279903 ], [ 1388811.834282, 5861322.343026 ] ] } }, +{ "type": "Feature", "properties": { "index": "644" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388811.834282, 5861322.343026 ], [ 1388790.441001999890432, 5861367.269581999629736 ] ] } }, +{ "type": "Feature", "properties": { "index": "645" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388790.441001999890432, 5861367.269581999629736 ], [ 1388769.047723, 5861412.196139000356197 ] ] } }, +{ "type": "Feature", "properties": { "index": "646" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388769.047723, 5861412.196139000356197 ], [ 1388747.654444, 5861457.122695 ] ] } }, +{ "type": "Feature", "properties": { "index": "647" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388747.654444, 5861457.122695 ], [ 1388725.026127000106499, 5861501.410492000170052 ] ] } }, +{ "type": "Feature", "properties": { "index": "648" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388725.026127000106499, 5861501.410492000170052 ], [ 1388700.725247999886051, 5861544.833242 ] ] } }, +{ "type": "Feature", "properties": { "index": "649" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388700.725247999886051, 5861544.833242 ], [ 1388676.42437, 5861588.255990999750793 ] ] } }, +{ "type": "Feature", "properties": { "index": "650" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388676.42437, 5861588.255990999750793 ], [ 1388632.324465, 5861606.441271999850869 ] ] } }, +{ "type": "Feature", "properties": { "index": "651" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388632.324465, 5861606.441271999850869 ], [ 1388583.463808, 5861611.105615000240505 ] ] } }, +{ "type": "Feature", "properties": { "index": "652" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388583.463808, 5861611.105615000240505 ], [ 1388534.764013, 5861604.222017999738455 ] ] } }, +{ "type": "Feature", "properties": { "index": "653" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388534.764013, 5861604.222017999738455 ], [ 1388489.56648900010623, 5861583.407317999750376 ] ] } }, +{ "type": "Feature", "properties": { "index": "654" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388489.56648900010623, 5861583.407317999750376 ], [ 1388444.204916, 5861563.162507999688387 ] ] } }, +{ "type": "Feature", "properties": { "index": "655" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388444.204916, 5861563.162507999688387 ], [ 1388394.858231, 5861556.761521000415087 ] ] } }, +{ "type": "Feature", "properties": { "index": "656" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388394.858231, 5861556.761521000415087 ], [ 1388350.680838, 5861570.40867399983108 ] ] } }, +{ "type": "Feature", "properties": { "index": "657" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388350.680838, 5861570.40867399983108 ], [ 1388310.581733, 5861599.872713999822736 ] ] } }, +{ "type": "Feature", "properties": { "index": "658" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388310.581733, 5861599.872713999822736 ], [ 1388271.039626, 5861629.969603000208735 ] ] } }, +{ "type": "Feature", "properties": { "index": "659" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388271.039626, 5861629.969603000208735 ], [ 1388236.72221, 5861666.002684 ] ] } }, +{ "type": "Feature", "properties": { "index": "660" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388236.72221, 5861666.002684 ], [ 1388202.404795, 5861702.035764000378549 ] ] } }, +{ "type": "Feature", "properties": { "index": "661" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388202.404795, 5861702.035764000378549 ], [ 1388168.087379, 5861738.068845000118017 ] ] } }, +{ "type": "Feature", "properties": { "index": "662" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388168.087379, 5861738.068845000118017 ], [ 1388133.769964, 5861774.10192499961704 ] ] } }, +{ "type": "Feature", "properties": { "index": "663" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388133.769964, 5861774.10192499961704 ], [ 1388099.452549, 5861810.135005 ] ] } }, +{ "type": "Feature", "properties": { "index": "664" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388099.452549, 5861810.135005 ], [ 1388065.135133, 5861846.168085999786854 ] ] } }, +{ "type": "Feature", "properties": { "index": "665" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388065.135133, 5861846.168085999786854 ], [ 1388022.995197, 5861866.899685 ] ] } }, +{ "type": "Feature", "properties": { "index": "666" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388022.995197, 5861866.899685 ], [ 1387973.6905, 5861873.616436 ] ] } }, +{ "type": "Feature", "properties": { "index": "667" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387973.6905, 5861873.616436 ], [ 1387924.470484, 5861880.906596999615431 ] ] } }, +{ "type": "Feature", "properties": { "index": "668" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387924.470484, 5861880.906596999615431 ], [ 1387877.962617, 5861896.157045999541879 ] ] } }, +{ "type": "Feature", "properties": { "index": "669" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387877.962617, 5861896.157045999541879 ], [ 1387917.070526000112295, 5861911.915830000303686 ] ] } }, +{ "type": "Feature", "properties": { "index": "670" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387917.070526000112295, 5861911.915830000303686 ], [ 1387966.654668, 5861916.096835000440478 ] ] } }, +{ "type": "Feature", "properties": { "index": "671" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387966.654668, 5861916.096835000440478 ], [ 1388016.318006, 5861919.063730999827385 ] ] } }, +{ "type": "Feature", "properties": { "index": "672" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388016.318006, 5861919.063730999827385 ], [ 1388066.025120999896899, 5861921.359511000104249 ] ] } }, +{ "type": "Feature", "properties": { "index": "673" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388066.025120999896899, 5861921.359511000104249 ], [ 1388115.732235, 5861923.655290000140667 ] ] } }, +{ "type": "Feature", "properties": { "index": "674" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388115.732235, 5861923.655290000140667 ], [ 1388161.130695, 5861931.457672 ] ] } }, +{ "type": "Feature", "properties": { "index": "675" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388161.130695, 5861931.457672 ], [ 1388139.871223999885842, 5861964.082641 ] ] } }, +{ "type": "Feature", "properties": { "index": "676" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388139.871223999885842, 5861964.082641 ], [ 1388090.726846, 5861957.769498 ] ] } }, +{ "type": "Feature", "properties": { "index": "677" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388090.726846, 5861957.769498 ], [ 1388049.339105, 5861983.736727000214159 ] ] } }, +{ "type": "Feature", "properties": { "index": "678" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388049.339105, 5861983.736727000214159 ], [ 1388024.713076000101864, 5862026.975905999541283 ] ] } }, +{ "type": "Feature", "properties": { "index": "679" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388024.713076000101864, 5862026.975905999541283 ], [ 1387980.016218, 5862047.702197999693453 ] ] } }, +{ "type": "Feature", "properties": { "index": "680" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387980.016218, 5862047.702197999693453 ], [ 1387931.906731, 5862056.853296999819577 ] ] } }, +{ "type": "Feature", "properties": { "index": "681" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387931.906731, 5862056.853296999819577 ], [ 1387882.187313, 5862058.865105000324547 ] ] } }, +{ "type": "Feature", "properties": { "index": "682" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387882.187313, 5862058.865105000324547 ], [ 1387832.722496999893337, 5862057.341085 ] ] } }, +{ "type": "Feature", "properties": { "index": "683" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387832.722496999893337, 5862057.341085 ], [ 1387783.804231, 5862048.226750999689102 ] ] } }, +{ "type": "Feature", "properties": { "index": "684" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387783.804231, 5862048.226750999689102 ], [ 1387734.885963999899104, 5862039.112416000105441 ] ] } }, +{ "type": "Feature", "properties": { "index": "685" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387734.885963999899104, 5862039.112416000105441 ], [ 1387685.967698, 5862029.998081999830902 ] ] } }, +{ "type": "Feature", "properties": { "index": "686" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387685.967698, 5862029.998081999830902 ], [ 1387637.036116, 5862020.95714099984616 ] ] } }, +{ "type": "Feature", "properties": { "index": "687" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387637.036116, 5862020.95714099984616 ], [ 1387588.03385, 5862012.305793999694288 ] ] } }, +{ "type": "Feature", "properties": { "index": "688" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387588.03385, 5862012.305793999694288 ], [ 1387539.031583, 5862003.65444799978286 ] ] } }, +{ "type": "Feature", "properties": { "index": "689" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387539.031583, 5862003.65444799978286 ], [ 1387490.029317, 5861995.003101999871433 ] ] } }, +{ "type": "Feature", "properties": { "index": "690" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387490.029317, 5861995.003101999871433 ], [ 1387440.720368, 5861989.908138999715447 ] ] } }, +{ "type": "Feature", "properties": { "index": "691" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387440.720368, 5861989.908138999715447 ], [ 1387390.960447000106797, 5861990.042767999693751 ] ] } }, +{ "type": "Feature", "properties": { "index": "692" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387390.960447000106797, 5861990.042767999693751 ], [ 1387341.200525, 5861990.177396999672055 ] ] } }, +{ "type": "Feature", "properties": { "index": "693" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387341.200525, 5861990.177396999672055 ], [ 1387291.440603999886662, 5861990.312026999890804 ] ] } }, +{ "type": "Feature", "properties": { "index": "694" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387291.440603999886662, 5861990.312026999890804 ], [ 1387246.706285, 5861974.212806000374258 ] ] } }, +{ "type": "Feature", "properties": { "index": "695" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387246.706285, 5861974.212806000374258 ], [ 1387205.725989, 5861945.987228999845684 ] ] } }, +{ "type": "Feature", "properties": { "index": "696" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387205.725989, 5861945.987228999845684 ], [ 1387164.745692, 5861917.761652000248432 ] ] } }, +{ "type": "Feature", "properties": { "index": "697" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387164.745692, 5861917.761652000248432 ], [ 1387115.569934, 5861911.215812000446022 ] ] } }, +{ "type": "Feature", "properties": { "index": "698" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387115.569934, 5861911.215812000446022 ], [ 1387066.165866000112146, 5861905.273926000110805 ] ] } }, +{ "type": "Feature", "properties": { "index": "699" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387066.165866000112146, 5861905.273926000110805 ], [ 1387016.666836, 5861900.238133000209928 ] ] } }, +{ "type": "Feature", "properties": { "index": "700" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387016.666836, 5861900.238133000209928 ], [ 1386975.698309999890625, 5861874.8424930004403 ] ] } }, +{ "type": "Feature", "properties": { "index": "701" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386975.698309999890625, 5861874.8424930004403 ], [ 1386937.28602, 5861843.210803000256419 ] ] } }, +{ "type": "Feature", "properties": { "index": "702" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386937.28602, 5861843.210803000256419 ], [ 1386898.873729000100866, 5861811.579113 ] ] } }, +{ "type": "Feature", "properties": { "index": "703" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386898.873729000100866, 5861811.579113 ], [ 1386860.461439, 5861779.947421999648213 ] ] } }, +{ "type": "Feature", "properties": { "index": "704" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386860.461439, 5861779.947421999648213 ], [ 1386822.049149, 5861748.315732000395656 ] ] } }, +{ "type": "Feature", "properties": { "index": "705" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386822.049149, 5861748.315732000395656 ], [ 1386774.418702, 5861733.958941999822855 ] ] } }, +{ "type": "Feature", "properties": { "index": "706" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386774.418702, 5861733.958941999822855 ], [ 1386726.757215, 5861719.660322000272572 ] ] } }, +{ "type": "Feature", "properties": { "index": "707" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386726.757215, 5861719.660322000272572 ], [ 1386681.211288, 5861700.510516 ] ] } }, +{ "type": "Feature", "properties": { "index": "708" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386681.211288, 5861700.510516 ], [ 1386655.081909, 5861659.807658 ] ] } }, +{ "type": "Feature", "properties": { "index": "709" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386655.081909, 5861659.807658 ], [ 1386647.411753, 5861610.757949000224471 ] ] } }, +{ "type": "Feature", "properties": { "index": "710" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386647.411753, 5861610.757949000224471 ], [ 1386641.745189, 5861561.363540000282228 ] ] } }, +{ "type": "Feature", "properties": { "index": "711" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386641.745189, 5861561.363540000282228 ], [ 1386642.371349, 5861511.607376 ] ] } }, +{ "type": "Feature", "properties": { "index": "712" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386642.371349, 5861511.607376 ], [ 1386642.997508999891579, 5861461.851212999783456 ] ] } }, +{ "type": "Feature", "properties": { "index": "713" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386642.997508999891579, 5861461.851212999783456 ], [ 1386643.623669000109658, 5861412.09504900034517 ] ] } }, +{ "type": "Feature", "properties": { "index": "714" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386643.623669000109658, 5861412.09504900034517 ], [ 1386648.2718, 5861347.644814999774098 ] ] } }, +{ "type": "Feature", "properties": { "index": "715" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386060.978602, 5859873.390328999608755 ], [ 1386078.544554, 5859857.065600000321865 ] ] } }, +{ "type": "Feature", "properties": { "index": "716" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386078.544554, 5859857.065600000321865 ], [ 1386079.866959, 5859885.500408999621868 ] ] } }, +{ "type": "Feature", "properties": { "index": "717" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386030.926458, 5859869.881590999662876 ], [ 1386060.978602, 5859873.390328999608755 ] ] } }, +{ "type": "Feature", "properties": { "index": "718" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386043.381106, 5859908.119292000308633 ], [ 1386060.978602, 5859873.390328999608755 ] ] } }, +{ "type": "Feature", "properties": { "index": "719" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386079.866959, 5859885.500408999621868 ], [ 1386081.403634000103921, 5859934.756706000305712 ] ] } }, +{ "type": "Feature", "properties": { "index": "720" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386081.403634000103921, 5859934.756706000305712 ], [ 1386080.471782, 5859983.948014000430703 ] ] } }, +{ "type": "Feature", "properties": { "index": "721" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386080.471782, 5859983.948014000430703 ], [ 1386081.10127, 5860033.019891999661922 ] ] } }, +{ "type": "Feature", "properties": { "index": "722" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386079.866959, 5859885.500408999621868 ], [ 1386051.415039000101388, 5859913.714704000391066 ] ] } }, +{ "type": "Feature", "properties": { "index": "723" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386051.415039000101388, 5859913.714704000391066 ], [ 1386056.753748, 5859949.432772999629378 ] ] } }, +{ "type": "Feature", "properties": { "index": "724" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386056.753748, 5859949.432772999629378 ], [ 1386070.153564, 5859990.873222 ] ] } }, +{ "type": "Feature", "properties": { "index": "725" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386070.153564, 5859990.873222 ], [ 1386081.10127, 5860033.019891999661922 ] ] } }, +{ "type": "Feature", "properties": { "index": "726" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386081.10127, 5860033.019891999661922 ], [ 1386095.159511, 5860079.476792000234127 ] ] } }, +{ "type": "Feature", "properties": { "index": "727" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386095.159511, 5860079.476792000234127 ], [ 1386119.249575, 5860122.28558100014925 ] ] } }, +{ "type": "Feature", "properties": { "index": "728" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386119.249575, 5860122.28558100014925 ], [ 1386143.813146, 5860164.822059 ] ] } }, +{ "type": "Feature", "properties": { "index": "729" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386143.813146, 5860164.822059 ], [ 1386168.69839, 5860207.173542999662459 ] ] } }, +{ "type": "Feature", "properties": { "index": "730" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386168.69839, 5860207.173542999662459 ], [ 1386190.960879, 5860250.914159 ] ] } }, +{ "type": "Feature", "properties": { "index": "731" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386190.960879, 5860250.914159 ], [ 1386212.013376000104472, 5860295.295641000382602 ] ] } }, +{ "type": "Feature", "properties": { "index": "732" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386212.013376000104472, 5860295.295641000382602 ], [ 1386233.065874, 5860339.677123 ] ] } }, +{ "type": "Feature", "properties": { "index": "733" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386233.065874, 5860339.677123 ], [ 1386254.118372, 5860384.058605000376701 ] ] } }, +{ "type": "Feature", "properties": { "index": "734" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386254.118372, 5860384.058605000376701 ], [ 1386270.265549999894574, 5860430.36860700044781 ] ] } }, +{ "type": "Feature", "properties": { "index": "735" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386270.265549999894574, 5860430.36860700044781 ], [ 1386284.690117, 5860477.310511000454426 ] ] } }, +{ "type": "Feature", "properties": { "index": "736" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386284.690117, 5860477.310511000454426 ], [ 1386295.943752000108361, 5860525.125563999637961 ] ] } }, +{ "type": "Feature", "properties": { "index": "737" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386295.943752000108361, 5860525.125563999637961 ], [ 1386307.197388, 5860572.94061699975282 ] ] } }, +{ "type": "Feature", "properties": { "index": "738" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386307.197388, 5860572.94061699975282 ], [ 1386318.451024, 5860620.755669999867678 ] ] } }, +{ "type": "Feature", "properties": { "index": "739" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386318.451024, 5860620.755669999867678 ], [ 1386329.70466, 5860668.570723 ] ] } }, +{ "type": "Feature", "properties": { "index": "740" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386329.70466, 5860668.570723 ], [ 1386340.958295, 5860716.385776 ] ] } }, +{ "type": "Feature", "properties": { "index": "741" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386340.958295, 5860716.385776 ], [ 1386352.211931, 5860764.200829000212252 ] ] } }, +{ "type": "Feature", "properties": { "index": "742" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386352.211931, 5860764.200829000212252 ], [ 1386365.77137, 5860811.36582 ] ] } }, +{ "type": "Feature", "properties": { "index": "743" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386365.77137, 5860811.36582 ], [ 1386381.150272999890149, 5860858.017861000262201 ] ] } }, +{ "type": "Feature", "properties": { "index": "744" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386381.150272999890149, 5860858.017861000262201 ], [ 1386398.399082, 5860903.951519000343978 ] ] } }, +{ "type": "Feature", "properties": { "index": "745" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386398.399082, 5860903.951519000343978 ], [ 1386418.211524, 5860948.900275999680161 ] ] } }, +{ "type": "Feature", "properties": { "index": "746" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386418.211524, 5860948.900275999680161 ], [ 1386441.678376, 5860992.033180000260472 ] ] } }, +{ "type": "Feature", "properties": { "index": "747" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386441.678376, 5860992.033180000260472 ], [ 1386465.536531, 5861034.971649000421166 ] ] } }, +{ "type": "Feature", "properties": { "index": "748" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386465.536531, 5861034.971649000421166 ], [ 1386489.394685, 5861077.910117000341415 ] ] } }, +{ "type": "Feature", "properties": { "index": "749" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386489.394685, 5861077.910117000341415 ], [ 1386513.25284, 5861120.848585999570787 ] ] } }, +{ "type": "Feature", "properties": { "index": "750" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386513.25284, 5861120.848585999570787 ], [ 1386537.110994, 5861163.787054000422359 ] ] } }, +{ "type": "Feature", "properties": { "index": "751" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386537.110994, 5861163.787054000422359 ], [ 1386560.969149, 5861206.725522000342607 ] ] } }, +{ "type": "Feature", "properties": { "index": "752" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386560.969149, 5861206.725522000342607 ], [ 1386584.827303, 5861249.663990999571979 ] ] } }, +{ "type": "Feature", "properties": { "index": "753" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386584.827303, 5861249.663990999571979 ], [ 1386607.696082, 5861293.105181000195444 ] ] } }, +{ "type": "Feature", "properties": { "index": "754" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386607.696082, 5861293.105181000195444 ], [ 1386626.999141, 5861338.164891 ] ] } }, +{ "type": "Feature", "properties": { "index": "755" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386626.999141, 5861338.164891 ], [ 1386632.635545, 5861386.242181000299752 ] ] } }, +{ "type": "Feature", "properties": { "index": "756" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386632.635545, 5861386.242181000299752 ], [ 1386628.33288099989295, 5861435.174897000193596 ] ] } }, +{ "type": "Feature", "properties": { "index": "757" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386628.33288099989295, 5861435.174897000193596 ], [ 1386624.030218, 5861484.107613 ] ] } }, +{ "type": "Feature", "properties": { "index": "758" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386624.030218, 5861484.107613 ], [ 1386619.727554, 5861533.040329 ] ] } }, +{ "type": "Feature", "properties": { "index": "759" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386619.727554, 5861533.040329 ], [ 1386620.39681, 5861581.843449999578297 ] ] } }, +{ "type": "Feature", "properties": { "index": "760" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386620.39681, 5861581.843449999578297 ], [ 1386627.242797000100836, 5861630.485572 ] ] } }, +{ "type": "Feature", "properties": { "index": "761" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386627.242797000100836, 5861630.485572 ], [ 1386633.49701, 5861679.177458999678493 ] ] } }, +{ "type": "Feature", "properties": { "index": "762" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386633.49701, 5861679.177458999678493 ], [ 1386633.587327, 5861728.232037999667227 ] ] } }, +{ "type": "Feature", "properties": { "index": "763" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386633.587327, 5861728.232037999667227 ], [ 1386628.569952, 5861777.096641999669373 ] ] } }, +{ "type": "Feature", "properties": { "index": "764" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386628.569952, 5861777.096641999669373 ], [ 1386623.552577000111341, 5861825.961245999671519 ] ] } }, +{ "type": "Feature", "properties": { "index": "765" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386623.552577000111341, 5861825.961245999671519 ], [ 1386622.452885, 5861875.377415999770164 ] ] } }, +{ "type": "Feature", "properties": { "index": "766" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386622.452885, 5861875.377415999770164 ], [ 1386630.050832, 5861924.208797000348568 ] ] } }, +{ "type": "Feature", "properties": { "index": "767" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386630.050832, 5861924.208797000348568 ], [ 1386645.112437, 5861971.295392000116408 ] ] } }, +{ "type": "Feature", "properties": { "index": "768" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386645.112437, 5861971.295392000116408 ], [ 1386663.826806, 5862017.116109999828041 ] ] } }, +{ "type": "Feature", "properties": { "index": "769" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386663.826806, 5862017.116109999828041 ], [ 1386682.541173999896273, 5862062.936827000230551 ] ] } }, +{ "type": "Feature", "properties": { "index": "770" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386682.541173999896273, 5862062.936827000230551 ], [ 1386700.357505, 5862109.113540000282228 ] ] } }, +{ "type": "Feature", "properties": { "index": "771" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386700.357505, 5862109.113540000282228 ], [ 1386718.12061, 5862155.31135299988091 ] ] } }, +{ "type": "Feature", "properties": { "index": "772" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386718.12061, 5862155.31135299988091 ], [ 1386735.883715, 5862201.509165000170469 ] ] } }, +{ "type": "Feature", "properties": { "index": "773" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386735.883715, 5862201.509165000170469 ], [ 1386757.522535, 5862245.993861 ] ] } }, +{ "type": "Feature", "properties": { "index": "774" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386757.522535, 5862245.993861 ], [ 1386779.730984, 5862290.226773999631405 ] ] } }, +{ "type": "Feature", "properties": { "index": "775" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386779.730984, 5862290.226773999631405 ], [ 1386802.545178999891505, 5862334.095373 ] ] } }, +{ "type": "Feature", "properties": { "index": "776" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386802.545178999891505, 5862334.095373 ], [ 1386831.207994, 5862374.446442999877036 ] ] } }, +{ "type": "Feature", "properties": { "index": "777" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386831.207994, 5862374.446442999877036 ], [ 1386859.988486000103876, 5862414.708453999832273 ] ] } }, +{ "type": "Feature", "properties": { "index": "778" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386859.988486000103876, 5862414.708453999832273 ], [ 1386891.035651, 5862453.255040000192821 ] ] } }, +{ "type": "Feature", "properties": { "index": "779" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386891.035651, 5862453.255040000192821 ], [ 1386922.082817000104114, 5862491.801625999622047 ] ] } }, +{ "type": "Feature", "properties": { "index": "780" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386922.082817000104114, 5862491.801625999622047 ], [ 1386953.129982, 5862530.348212 ] ] } }, +{ "type": "Feature", "properties": { "index": "781" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386953.129982, 5862530.348212 ], [ 1386984.177147, 5862568.894798000343144 ] ] } }, +{ "type": "Feature", "properties": { "index": "782" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386984.177147, 5862568.894798000343144 ], [ 1387010.831901000114158, 5862610.297833000309765 ] ] } }, +{ "type": "Feature", "properties": { "index": "783" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387010.831901000114158, 5862610.297833000309765 ], [ 1387033.474099, 5862654.310294000431895 ] ] } }, +{ "type": "Feature", "properties": { "index": "784" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387033.474099, 5862654.310294000431895 ], [ 1387056.116297, 5862698.32275400031358 ] ] } }, +{ "type": "Feature", "properties": { "index": "785" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387056.116297, 5862698.32275400031358 ], [ 1387078.758494, 5862742.335214000195265 ] ] } }, +{ "type": "Feature", "properties": { "index": "786" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387078.758494, 5862742.335214000195265 ], [ 1387101.400692, 5862786.347674 ] ] } }, +{ "type": "Feature", "properties": { "index": "787" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387101.400692, 5862786.347674 ], [ 1387124.783531, 5862829.966972 ] ] } }, +{ "type": "Feature", "properties": { "index": "788" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387124.783531, 5862829.966972 ], [ 1387148.551342, 5862873.381911000236869 ] ] } }, +{ "type": "Feature", "properties": { "index": "789" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387148.551342, 5862873.381911000236869 ], [ 1387176.029596, 5862914.516765000298619 ] ] } }, +{ "type": "Feature", "properties": { "index": "790" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387176.029596, 5862914.516765000298619 ], [ 1387204.050834000110626, 5862955.315436 ] ] } }, +{ "type": "Feature", "properties": { "index": "791" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387204.050834000110626, 5862955.315436 ], [ 1387233.152246, 5862995.351339000277221 ] ] } }, +{ "type": "Feature", "properties": { "index": "792" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387233.152246, 5862995.351339000277221 ], [ 1387262.253659, 5863035.387241999618709 ] ] } }, +{ "type": "Feature", "properties": { "index": "793" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387262.253659, 5863035.387241999618709 ], [ 1387289.177211999893188, 5863076.714859999716282 ] ] } }, +{ "type": "Feature", "properties": { "index": "794" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387289.177211999893188, 5863076.714859999716282 ], [ 1387304.66678599989973, 5863123.392671000212431 ] ] } }, +{ "type": "Feature", "properties": { "index": "795" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387304.66678599989973, 5863123.392671000212431 ], [ 1387314.520281, 5863171.895174000412226 ] ] } }, +{ "type": "Feature", "properties": { "index": "796" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387314.520281, 5863171.895174000412226 ], [ 1387324.142221, 5863220.446012999862432 ] ] } }, +{ "type": "Feature", "properties": { "index": "797" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387324.142221, 5863220.446012999862432 ], [ 1387333.76416, 5863268.996852999553084 ] ] } }, +{ "type": "Feature", "properties": { "index": "798" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387333.76416, 5863268.996852999553084 ], [ 1387343.3861, 5863317.547693000175059 ] ] } }, +{ "type": "Feature", "properties": { "index": "799" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387343.3861, 5863317.547693000175059 ], [ 1387353.008039, 5863366.098532999865711 ] ] } }, +{ "type": "Feature", "properties": { "index": "800" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387353.008039, 5863366.098532999865711 ], [ 1387364.066298, 5863414.311534999869764 ] ] } }, +{ "type": "Feature", "properties": { "index": "801" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387364.066298, 5863414.311534999869764 ], [ 1387381.83941, 5863460.427046 ] ] } }, +{ "type": "Feature", "properties": { "index": "802" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387381.83941, 5863460.427046 ], [ 1387403.429579, 5863504.961005999706686 ] ] } }, +{ "type": "Feature", "properties": { "index": "803" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387403.429579, 5863504.961005999706686 ], [ 1387425.140453, 5863549.440255999565125 ] ] } }, +{ "type": "Feature", "properties": { "index": "804" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387425.140453, 5863549.440255999565125 ], [ 1387446.851327, 5863593.919506999664009 ] ] } }, +{ "type": "Feature", "properties": { "index": "805" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387446.851327, 5863593.919506999664009 ], [ 1387467.528696000110358, 5863638.888380000367761 ] ] } }, +{ "type": "Feature", "properties": { "index": "806" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387467.528696000110358, 5863638.888380000367761 ], [ 1387488.196077999891713, 5863683.861983999609947 ] ] } }, +{ "type": "Feature", "properties": { "index": "807" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387488.196077999891713, 5863683.861983999609947 ], [ 1387508.863468, 5863728.835585 ] ] } }, +{ "type": "Feature", "properties": { "index": "808" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387508.863468, 5863728.835585 ], [ 1387529.531309, 5863773.808977999724448 ] ] } }, +{ "type": "Feature", "properties": { "index": "809" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387529.531309, 5863773.808977999724448 ], [ 1387553.168003, 5863817.173475 ] ] } }, +{ "type": "Feature", "properties": { "index": "810" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387553.168003, 5863817.173475 ], [ 1387579.562713, 5863859.043333999812603 ] ] } }, +{ "type": "Feature", "properties": { "index": "811" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387579.562713, 5863859.043333999812603 ], [ 1387605.957422999897972, 5863900.913192000240088 ] ] } }, +{ "type": "Feature", "properties": { "index": "812" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387605.957422999897972, 5863900.913192000240088 ], [ 1387632.352133, 5863942.783051 ] ] } }, +{ "type": "Feature", "properties": { "index": "813" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387632.352133, 5863942.783051 ], [ 1387658.746843, 5863984.652909000404179 ] ] } }, +{ "type": "Feature", "properties": { "index": "814" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387658.746843, 5863984.652909000404179 ], [ 1387685.893106, 5864026.029538 ] ] } }, +{ "type": "Feature", "properties": { "index": "815" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387685.893106, 5864026.029538 ], [ 1387711.231137, 5864068.427256999537349 ] ] } }, +{ "type": "Feature", "properties": { "index": "816" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387711.231137, 5864068.427256999537349 ], [ 1387731.020947, 5864113.414904000237584 ] ] } }, +{ "type": "Feature", "properties": { "index": "817" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387731.020947, 5864113.414904000237584 ], [ 1387737.361907, 5864162.342261999845505 ] ] } }, +{ "type": "Feature", "properties": { "index": "818" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387737.361907, 5864162.342261999845505 ], [ 1387732.727566, 5864211.47518 ] ] } }, +{ "type": "Feature", "properties": { "index": "819" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387732.727566, 5864211.47518 ], [ 1387717.678849, 5864258.62708199955523 ] ] } }, +{ "type": "Feature", "properties": { "index": "820" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387717.678849, 5864258.62708199955523 ], [ 1387709.672104000113904, 5864307.231276 ] ] } }, +{ "type": "Feature", "properties": { "index": "821" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387709.672104000113904, 5864307.231276 ], [ 1387707.112881, 5864356.660175999626517 ] ] } }, +{ "type": "Feature", "properties": { "index": "822" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387707.112881, 5864356.660175999626517 ], [ 1387709.591798, 5864406.012949000112712 ] ] } }, +{ "type": "Feature", "properties": { "index": "823" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387709.591798, 5864406.012949000112712 ], [ 1387713.643261, 5864455.341961000114679 ] ] } }, +{ "type": "Feature", "properties": { "index": "824" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387713.643261, 5864455.341961000114679 ], [ 1387715.877522000111639, 5864504.642318 ] ] } }, +{ "type": "Feature", "properties": { "index": "825" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387715.877522000111639, 5864504.642318 ], [ 1387708.680233, 5864553.426558 ] ] } }, +{ "type": "Feature", "properties": { "index": "826" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387708.680233, 5864553.426558 ], [ 1387690.790251, 5864599.57538599986583 ] ] } }, +{ "type": "Feature", "properties": { "index": "827" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387690.790251, 5864599.57538599986583 ], [ 1387672.900269, 5864645.724213999696076 ] ] } }, +{ "type": "Feature", "properties": { "index": "828" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387672.900269, 5864645.724213999696076 ], [ 1387659.9319, 5864692.983885999768972 ] ] } }, +{ "type": "Feature", "properties": { "index": "829" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387659.9319, 5864692.983885999768972 ], [ 1387659.22357, 5864742.029465000145137 ] ] } }, +{ "type": "Feature", "properties": { "index": "830" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387659.22357, 5864742.029465000145137 ], [ 1387675.926897, 5864788.273513999767601 ] ] } }, +{ "type": "Feature", "properties": { "index": "831" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387675.926897, 5864788.273513999767601 ], [ 1387702.296292, 5864830.159319999627769 ] ] } }, +{ "type": "Feature", "properties": { "index": "832" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387702.296292, 5864830.159319999627769 ], [ 1387728.665687, 5864872.045126999728382 ] ] } }, +{ "type": "Feature", "properties": { "index": "833" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387728.665687, 5864872.045126999728382 ], [ 1387751.608185, 5864915.528788999654353 ] ] } }, +{ "type": "Feature", "properties": { "index": "834" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387751.608185, 5864915.528788999654353 ], [ 1387766.741665, 5864962.653555000200868 ] ] } }, +{ "type": "Feature", "properties": { "index": "835" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387766.741665, 5864962.653555000200868 ], [ 1387778.99192, 5865010.246724000200629 ] ] } }, +{ "type": "Feature", "properties": { "index": "836" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387778.99192, 5865010.246724000200629 ], [ 1387779.554608, 5865059.738633999601007 ] ] } }, +{ "type": "Feature", "properties": { "index": "837" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387779.554608, 5865059.738633999601007 ], [ 1387780.117297, 5865109.230544 ] ] } }, +{ "type": "Feature", "properties": { "index": "838" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387780.117297, 5865109.230544 ], [ 1387782.917817, 5865158.566991000436246 ] ] } }, +{ "type": "Feature", "properties": { "index": "839" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387782.917817, 5865158.566991000436246 ], [ 1387789.203932, 5865207.661294000223279 ] ] } }, +{ "type": "Feature", "properties": { "index": "840" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387789.203932, 5865207.661294000223279 ], [ 1387795.490047000115737, 5865256.755595999769866 ] ] } }, +{ "type": "Feature", "properties": { "index": "841" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387795.490047000115737, 5865256.755595999769866 ], [ 1387804.549935, 5865305.332480000331998 ] ] } }, +{ "type": "Feature", "properties": { "index": "842" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387804.549935, 5865305.332480000331998 ], [ 1387816.386747, 5865353.391355999745429 ] ] } }, +{ "type": "Feature", "properties": { "index": "843" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387816.386747, 5865353.391355999745429 ], [ 1387828.223559, 5865401.450233000330627 ] ] } }, +{ "type": "Feature", "properties": { "index": "844" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387828.223559, 5865401.450233000330627 ], [ 1387842.966275, 5865448.679593999870121 ] ] } }, +{ "type": "Feature", "properties": { "index": "845" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387842.966275, 5865448.679593999870121 ], [ 1387858.283513, 5865495.744953 ] ] } }, +{ "type": "Feature", "properties": { "index": "846" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387858.283513, 5865495.744953 ], [ 1387872.78835800010711, 5865543.026506000198424 ] ] } }, +{ "type": "Feature", "properties": { "index": "847" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387872.78835800010711, 5865543.026506000198424 ], [ 1387882.890575, 5865591.479690000414848 ] ] } }, +{ "type": "Feature", "properties": { "index": "848" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387882.890575, 5865591.479690000414848 ], [ 1387892.992792, 5865639.932873000390828 ] ] } }, +{ "type": "Feature", "properties": { "index": "849" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387892.992792, 5865639.932873000390828 ], [ 1387903.09501, 5865688.386056000366807 ] ] } }, +{ "type": "Feature", "properties": { "index": "850" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387903.09501, 5865688.386056000366807 ], [ 1387913.197227, 5865736.839239999651909 ] ] } }, +{ "type": "Feature", "properties": { "index": "851" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387767.438602, 5866395.894651000387967 ], [ 1387758.181959, 5866444.388787000440061 ] ] } }, +{ "type": "Feature", "properties": { "index": "852" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387758.181959, 5866444.388787000440061 ], [ 1387748.925315999891609, 5866492.882922999560833 ] ] } }, +{ "type": "Feature", "properties": { "index": "853" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387748.925315999891609, 5866492.882922999560833 ], [ 1387739.668673, 5866541.377058999612927 ] ] } }, +{ "type": "Feature", "properties": { "index": "854" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387739.668673, 5866541.377058999612927 ], [ 1387730.412029, 5866589.871194999665022 ] ] } }, +{ "type": "Feature", "properties": { "index": "855" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387730.412029, 5866589.871194999665022 ], [ 1387721.155386, 5866638.365330999717116 ] ] } }, +{ "type": "Feature", "properties": { "index": "856" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387721.155386, 5866638.365330999717116 ], [ 1387711.868743, 5866686.853721999563277 ] ] } }, +{ "type": "Feature", "properties": { "index": "857" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387711.868743, 5866686.853721999563277 ], [ 1387702.553355, 5866735.336608 ] ] } }, +{ "type": "Feature", "properties": { "index": "858" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387702.553355, 5866735.336608 ], [ 1387692.161796, 5866783.42062 ] ] } }, +{ "type": "Feature", "properties": { "index": "859" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387809.534625, 5866309.639251999557018 ], [ 1387788.486613, 5866352.766951000317931 ] ] } }, +{ "type": "Feature", "properties": { "index": "860" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387788.486613, 5866352.766951000317931 ], [ 1387767.438602, 5866395.894651000387967 ] ] } }, +{ "type": "Feature", "properties": { "index": "861" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387767.438602, 5866395.894651000387967 ], [ 1387774.733068, 5866351.644692 ] ] } }, +{ "type": "Feature", "properties": { "index": "862" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387774.733068, 5866351.644692 ], [ 1387787.219046, 5866308.756401999853551 ] ] } }, +{ "type": "Feature", "properties": { "index": "863" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387787.219046, 5866308.756401999853551 ], [ 1387802.581936, 5866266.622689999639988 ] ] } }, +{ "type": "Feature", "properties": { "index": "864" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387802.581936, 5866266.622689999639988 ], [ 1387818.989884, 5866224.886323000304401 ] ] } }, +{ "type": "Feature", "properties": { "index": "865" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387818.989884, 5866224.886323000304401 ], [ 1387838.767448, 5866184.784888000227511 ] ] } }, +{ "type": "Feature", "properties": { "index": "866" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387838.767448, 5866184.784888000227511 ], [ 1387862.375428, 5866146.67968 ] ] } }, +{ "type": "Feature", "properties": { "index": "867" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387862.375428, 5866146.67968 ], [ 1387890.31630799989216, 5866111.904927000403404 ] ] } }, +{ "type": "Feature", "properties": { "index": "868" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387890.31630799989216, 5866111.904927000403404 ], [ 1387932.086586, 5866099.149365000426769 ] ] } }, +{ "type": "Feature", "properties": { "index": "869" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387931.614703, 5866170.542120000347495 ], [ 1387899.497388, 5866203.806989000178874 ] ] } }, +{ "type": "Feature", "properties": { "index": "870" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387899.497388, 5866203.806989000178874 ], [ 1387869.509800000116229, 5866239.084409999661148 ] ] } }, +{ "type": "Feature", "properties": { "index": "871" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387869.509800000116229, 5866239.084409999661148 ], [ 1387839.522212, 5866274.361831 ] ] } }, +{ "type": "Feature", "properties": { "index": "872" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387839.522212, 5866274.361831 ], [ 1387809.534625, 5866309.639251999557018 ] ] } }, +{ "type": "Feature", "properties": { "index": "873" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387932.086586, 5866099.149365000426769 ], [ 1387908.367354, 5866141.903962999582291 ] ] } }, +{ "type": "Feature", "properties": { "index": "874" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387908.367354, 5866141.903962999582291 ], [ 1387876.955023, 5866179.987773000262678 ] ] } }, +{ "type": "Feature", "properties": { "index": "875" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387876.955023, 5866179.987773000262678 ], [ 1387847.458594, 5866219.470103000290692 ] ] } }, +{ "type": "Feature", "properties": { "index": "876" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387847.458594, 5866219.470103000290692 ], [ 1387823.639856, 5866262.66299800015986 ] ] } }, +{ "type": "Feature", "properties": { "index": "877" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387823.639856, 5866262.66299800015986 ], [ 1387809.534625, 5866309.639251999557018 ] ] } }, +{ "type": "Feature", "properties": { "index": "878" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.443674, 5865845.093255000188947 ], [ 1387943.318034, 5865887.628139999695122 ] ] } }, +{ "type": "Feature", "properties": { "index": "879" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387943.318034, 5865887.628139999695122 ], [ 1387946.009428, 5865930.175072999671102 ] ] } }, +{ "type": "Feature", "properties": { "index": "880" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387946.009428, 5865930.175072999671102 ], [ 1387948.700822, 5865972.722005999647081 ] ] } }, +{ "type": "Feature", "properties": { "index": "881" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387948.700822, 5865972.722005999647081 ], [ 1387944.872251, 5866015.105105999857187 ] ] } }, +{ "type": "Feature", "properties": { "index": "882" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387944.872251, 5866015.105105999857187 ], [ 1387940.04737, 5866057.463170000351965 ] ] } }, +{ "type": "Feature", "properties": { "index": "883" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.04737, 5866057.463170000351965 ], [ 1387932.086586, 5866099.149365000426769 ] ] } }, +{ "type": "Feature", "properties": { "index": "884" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387932.086586, 5866099.149365000426769 ], [ 1387975.279995, 5866107.425722000189126 ] ] } }, +{ "type": "Feature", "properties": { "index": "885" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392926.966795, 5866808.501404999755323 ], [ 1392879.417932, 5866793.491589000448585 ] ] } }, +{ "type": "Feature", "properties": { "index": "886" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392879.417932, 5866793.491589000448585 ], [ 1392831.869069, 5866778.481773000210524 ] ] } }, +{ "type": "Feature", "properties": { "index": "887" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392831.869069, 5866778.481773000210524 ], [ 1392784.320206, 5866763.471957 ] ] } }, +{ "type": "Feature", "properties": { "index": "888" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392784.320206, 5866763.471957 ], [ 1392736.771343, 5866748.462140999734402 ] ] } }, +{ "type": "Feature", "properties": { "index": "889" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392736.771343, 5866748.462140999734402 ], [ 1392689.22248, 5866733.452325999736786 ] ] } }, +{ "type": "Feature", "properties": { "index": "890" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392689.22248, 5866733.452325999736786 ], [ 1392641.673617, 5866718.442510000430048 ] ] } }, +{ "type": "Feature", "properties": { "index": "891" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392641.673617, 5866718.442510000430048 ], [ 1392594.124754, 5866703.432694000191987 ] ] } }, +{ "type": "Feature", "properties": { "index": "892" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392594.124754, 5866703.432694000191987 ], [ 1392546.575891, 5866688.422878 ] ] } }, +{ "type": "Feature", "properties": { "index": "893" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392546.575891, 5866688.422878 ], [ 1392499.027028, 5866673.413061999715865 ] ] } }, +{ "type": "Feature", "properties": { "index": "894" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392499.027028, 5866673.413061999715865 ], [ 1392451.478165, 5866658.403246000409126 ] ] } }, +{ "type": "Feature", "properties": { "index": "895" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392451.478165, 5866658.403246000409126 ], [ 1392403.929302, 5866643.393430000171065 ] ] } }, +{ "type": "Feature", "properties": { "index": "896" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392403.929302, 5866643.393430000171065 ], [ 1392356.380439, 5866628.383614 ] ] } }, +{ "type": "Feature", "properties": { "index": "897" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392356.380439, 5866628.383614 ], [ 1392308.831576, 5866613.373797999694943 ] ] } }, +{ "type": "Feature", "properties": { "index": "898" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392308.831576, 5866613.373797999694943 ], [ 1392261.282713, 5866598.363982999697328 ] ] } }, +{ "type": "Feature", "properties": { "index": "899" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392261.282713, 5866598.363982999697328 ], [ 1392213.73385, 5866583.354167000390589 ] ] } }, +{ "type": "Feature", "properties": { "index": "900" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392213.73385, 5866583.354167000390589 ], [ 1392166.184987, 5866568.344351000152528 ] ] } }, +{ "type": "Feature", "properties": { "index": "901" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392166.184987, 5866568.344351000152528 ], [ 1392119.234378, 5866551.590171 ] ] } }, +{ "type": "Feature", "properties": { "index": "902" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392119.234378, 5866551.590171 ], [ 1392072.481987, 5866534.258035999722779 ] ] } }, +{ "type": "Feature", "properties": { "index": "903" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392072.481987, 5866534.258035999722779 ], [ 1392025.729597, 5866516.925901000387967 ] ] } }, +{ "type": "Feature", "properties": { "index": "904" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392025.729597, 5866516.925901000387967 ], [ 1391978.977205999894068, 5866499.593766000121832 ] ] } }, +{ "type": "Feature", "properties": { "index": "905" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391978.977205999894068, 5866499.593766000121832 ], [ 1391932.224815, 5866482.261630999855697 ] ] } }, +{ "type": "Feature", "properties": { "index": "906" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391932.224815, 5866482.261630999855697 ], [ 1391885.472424, 5866464.92949500028044 ] ] } }, +{ "type": "Feature", "properties": { "index": "907" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391885.472424, 5866464.92949500028044 ], [ 1391838.720034, 5866447.59736 ] ] } }, +{ "type": "Feature", "properties": { "index": "908" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391838.720034, 5866447.59736 ], [ 1391791.967643, 5866430.26522499974817 ] ] } }, +{ "type": "Feature", "properties": { "index": "909" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391791.967643, 5866430.26522499974817 ], [ 1391745.215252, 5866412.933090000413358 ] ] } }, +{ "type": "Feature", "properties": { "index": "910" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391745.215252, 5866412.933090000413358 ], [ 1391698.462862000102177, 5866395.600954 ] ] } }, +{ "type": "Feature", "properties": { "index": "911" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391698.462862000102177, 5866395.600954 ], [ 1391651.710471, 5866378.268818999640644 ] ] } }, +{ "type": "Feature", "properties": { "index": "912" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391651.710471, 5866378.268818999640644 ], [ 1391604.95808, 5866360.936684000305831 ] ] } }, +{ "type": "Feature", "properties": { "index": "913" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391604.95808, 5866360.936684000305831 ], [ 1391558.20569, 5866343.604549 ] ] } }, +{ "type": "Feature", "properties": { "index": "914" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391558.20569, 5866343.604549 ], [ 1391511.453299, 5866326.272413999773562 ] ] } }, +{ "type": "Feature", "properties": { "index": "915" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391511.453299, 5866326.272413999773562 ], [ 1391464.700908000115305, 5866308.940278000198305 ] ] } }, +{ "type": "Feature", "properties": { "index": "916" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391464.700908000115305, 5866308.940278000198305 ], [ 1391417.948518, 5866291.608143 ] ] } }, +{ "type": "Feature", "properties": { "index": "917" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391417.948518, 5866291.608143 ], [ 1391371.196127, 5866274.276007999666035 ] ] } }, +{ "type": "Feature", "properties": { "index": "918" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391371.196127, 5866274.276007999666035 ], [ 1391321.986833, 5866269.550851999782026 ] ] } }, +{ "type": "Feature", "properties": { "index": "919" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391321.986833, 5866269.550851999782026 ], [ 1391272.147465, 5866268.058759000152349 ] ] } }, +{ "type": "Feature", "properties": { "index": "920" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391272.147465, 5866268.058759000152349 ], [ 1391222.308097, 5866266.566665999591351 ] ] } }, +{ "type": "Feature", "properties": { "index": "921" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391222.308097, 5866266.566665999591351 ], [ 1391172.468729, 5866265.074573 ] ] } }, +{ "type": "Feature", "properties": { "index": "922" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391172.468729, 5866265.074573 ], [ 1391122.629361, 5866263.58248099964112 ] ] } }, +{ "type": "Feature", "properties": { "index": "923" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391122.629361, 5866263.58248099964112 ], [ 1391072.789993, 5866262.090388 ] ] } }, +{ "type": "Feature", "properties": { "index": "924" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391072.789993, 5866262.090388 ], [ 1391022.950625, 5866260.598295000381768 ] ] } }, +{ "type": "Feature", "properties": { "index": "925" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391022.950625, 5866260.598295000381768 ], [ 1390973.111255999887362, 5866259.106201999820769 ] ] } }, +{ "type": "Feature", "properties": { "index": "926" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390973.111255999887362, 5866259.106201999820769 ], [ 1390923.271888, 5866257.614110000431538 ] ] } }, +{ "type": "Feature", "properties": { "index": "927" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390923.271888, 5866257.614110000431538 ], [ 1390873.43252, 5866256.122016999870539 ] ] } }, +{ "type": "Feature", "properties": { "index": "928" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390873.43252, 5866256.122016999870539 ], [ 1390823.593152000103146, 5866254.629924000240862 ] ] } }, +{ "type": "Feature", "properties": { "index": "929" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390823.593152000103146, 5866254.629924000240862 ], [ 1390773.753784, 5866253.137830999679863 ] ] } }, +{ "type": "Feature", "properties": { "index": "930" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390773.753784, 5866253.137830999679863 ], [ 1390723.914416, 5866251.645739000290632 ] ] } }, +{ "type": "Feature", "properties": { "index": "931" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390723.914416, 5866251.645739000290632 ], [ 1390674.075048, 5866250.153645999729633 ] ] } }, +{ "type": "Feature", "properties": { "index": "932" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390674.075048, 5866250.153645999729633 ], [ 1390624.23568, 5866248.661553 ] ] } }, +{ "type": "Feature", "properties": { "index": "933" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390624.23568, 5866248.661553 ], [ 1390574.396312, 5866247.169459999538958 ] ] } }, +{ "type": "Feature", "properties": { "index": "934" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390574.396312, 5866247.169459999538958 ], [ 1390524.556944, 5866245.677368000149727 ] ] } }, +{ "type": "Feature", "properties": { "index": "935" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390524.556944, 5866245.677368000149727 ], [ 1390474.717576, 5866244.185274999588728 ] ] } }, +{ "type": "Feature", "properties": { "index": "936" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390474.717576, 5866244.185274999588728 ], [ 1390424.878208, 5866242.693182 ] ] } }, +{ "type": "Feature", "properties": { "index": "937" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390424.878208, 5866242.693182 ], [ 1390375.03884, 5866241.201089000329375 ] ] } }, +{ "type": "Feature", "properties": { "index": "938" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390375.03884, 5866241.201089000329375 ], [ 1390325.199471999891102, 5866239.708997 ] ] } }, +{ "type": "Feature", "properties": { "index": "939" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390325.199471999891102, 5866239.708997 ], [ 1390275.360104, 5866238.216904000379145 ] ] } }, +{ "type": "Feature", "properties": { "index": "940" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390275.360104, 5866238.216904000379145 ], [ 1390225.520736, 5866236.724810999818146 ] ] } }, +{ "type": "Feature", "properties": { "index": "941" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390225.520736, 5866236.724810999818146 ], [ 1390175.681368000106886, 5866235.23271800018847 ] ] } }, +{ "type": "Feature", "properties": { "index": "942" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390175.681368000106886, 5866235.23271800018847 ], [ 1390125.842, 5866233.740625999867916 ] ] } }, +{ "type": "Feature", "properties": { "index": "943" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390125.842, 5866233.740625999867916 ], [ 1390076.002632, 5866232.24853300023824 ] ] } }, +{ "type": "Feature", "properties": { "index": "944" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390076.002632, 5866232.24853300023824 ], [ 1390026.163264, 5866230.756439999677241 ] ] } }, +{ "type": "Feature", "properties": { "index": "945" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390026.163264, 5866230.756439999677241 ], [ 1389976.323896, 5866229.264347 ] ] } }, +{ "type": "Feature", "properties": { "index": "946" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389976.323896, 5866229.264347 ], [ 1389926.484528, 5866227.772254999727011 ] ] } }, +{ "type": "Feature", "properties": { "index": "947" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389926.484528, 5866227.772254999727011 ], [ 1389876.64516, 5866226.280162 ] ] } }, +{ "type": "Feature", "properties": { "index": "948" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389876.64516, 5866226.280162 ], [ 1389826.805792, 5866224.788068999536335 ] ] } }, +{ "type": "Feature", "properties": { "index": "949" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389826.805792, 5866224.788068999536335 ], [ 1389776.966424, 5866223.295976 ] ] } }, +{ "type": "Feature", "properties": { "index": "950" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389776.966424, 5866223.295976 ], [ 1389727.141183, 5866221.4682 ] ] } }, +{ "type": "Feature", "properties": { "index": "951" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389727.141183, 5866221.4682 ], [ 1389677.352676, 5866218.767548000440001 ] ] } }, +{ "type": "Feature", "properties": { "index": "952" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389677.352676, 5866218.767548000440001 ], [ 1389627.564169, 5866216.066897000186145 ] ] } }, +{ "type": "Feature", "properties": { "index": "953" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389627.564169, 5866216.066897000186145 ], [ 1389577.775662, 5866213.366244999691844 ] ] } }, +{ "type": "Feature", "properties": { "index": "954" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389577.775662, 5866213.366244999691844 ], [ 1389527.987155, 5866210.665593000128865 ] ] } }, +{ "type": "Feature", "properties": { "index": "955" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389527.987155, 5866210.665593000128865 ], [ 1389478.198648, 5866207.964940999634564 ] ] } }, +{ "type": "Feature", "properties": { "index": "956" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389478.198648, 5866207.964940999634564 ], [ 1389428.410141, 5866205.26429000031203 ] ] } }, +{ "type": "Feature", "properties": { "index": "957" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389428.410141, 5866205.26429000031203 ], [ 1389378.621634, 5866202.563637999817729 ] ] } }, +{ "type": "Feature", "properties": { "index": "958" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389378.621634, 5866202.563637999817729 ], [ 1389328.833127, 5866199.86298600025475 ] ] } }, +{ "type": "Feature", "properties": { "index": "959" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389328.833127, 5866199.86298600025475 ], [ 1389279.04462, 5866197.162335 ] ] } }, +{ "type": "Feature", "properties": { "index": "960" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389279.04462, 5866197.162335 ], [ 1389229.256113, 5866194.461683000437915 ] ] } }, +{ "type": "Feature", "properties": { "index": "961" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389229.256113, 5866194.461683000437915 ], [ 1389179.467606, 5866191.761031 ] ] } }, +{ "type": "Feature", "properties": { "index": "962" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389179.467606, 5866191.761031 ], [ 1389129.679099, 5866189.060379000380635 ] ] } }, +{ "type": "Feature", "properties": { "index": "963" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389129.679099, 5866189.060379000380635 ], [ 1389079.890592, 5866186.359728000126779 ] ] } }, +{ "type": "Feature", "properties": { "index": "964" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389079.890592, 5866186.359728000126779 ], [ 1389030.102085, 5866183.659075999632478 ] ] } }, +{ "type": "Feature", "properties": { "index": "965" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389030.102085, 5866183.659075999632478 ], [ 1388980.313578, 5866180.958424 ] ] } }, +{ "type": "Feature", "properties": { "index": "966" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388980.313578, 5866180.958424 ], [ 1388930.525071, 5866178.257772999815643 ] ] } }, +{ "type": "Feature", "properties": { "index": "967" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388930.525071, 5866178.257772999815643 ], [ 1388880.736564, 5866175.557121000252664 ] ] } }, +{ "type": "Feature", "properties": { "index": "968" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388880.736564, 5866175.557121000252664 ], [ 1388830.948057, 5866172.856468999758363 ] ] } }, +{ "type": "Feature", "properties": { "index": "969" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388830.948057, 5866172.856468999758363 ], [ 1388781.15955, 5866170.155817000195384 ] ] } }, +{ "type": "Feature", "properties": { "index": "970" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388781.15955, 5866170.155817000195384 ], [ 1388731.371043, 5866167.455166 ] ] } }, +{ "type": "Feature", "properties": { "index": "971" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388731.371043, 5866167.455166 ], [ 1388681.582537, 5866164.754514000378549 ] ] } }, +{ "type": "Feature", "properties": { "index": "972" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388681.582537, 5866164.754514000378549 ], [ 1388631.79403, 5866162.053861999884248 ] ] } }, +{ "type": "Feature", "properties": { "index": "973" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388631.79403, 5866162.053861999884248 ], [ 1388582.005523, 5866159.353210999630392 ] ] } }, +{ "type": "Feature", "properties": { "index": "974" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388582.005523, 5866159.353210999630392 ], [ 1388532.217016, 5866156.652559 ] ] } }, +{ "type": "Feature", "properties": { "index": "975" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388532.217016, 5866156.652559 ], [ 1388482.428509, 5866153.951906999573112 ] ] } }, +{ "type": "Feature", "properties": { "index": "976" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388482.428509, 5866153.951906999573112 ], [ 1388432.640002, 5866151.251255 ] ] } }, +{ "type": "Feature", "properties": { "index": "977" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388432.640002, 5866151.251255 ], [ 1388382.851495, 5866148.550603999756277 ] ] } }, +{ "type": "Feature", "properties": { "index": "978" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388382.851495, 5866148.550603999756277 ], [ 1388333.062988, 5866145.849952000193298 ] ] } }, +{ "type": "Feature", "properties": { "index": "979" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388333.062988, 5866145.849952000193298 ], [ 1388283.274481, 5866143.149299999698997 ] ] } }, +{ "type": "Feature", "properties": { "index": "980" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388283.274481, 5866143.149299999698997 ], [ 1388233.485974, 5866140.448649000376463 ] ] } }, +{ "type": "Feature", "properties": { "index": "981" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388233.485974, 5866140.448649000376463 ], [ 1388183.697467, 5866137.747996999882162 ] ] } }, +{ "type": "Feature", "properties": { "index": "982" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387913.197227, 5865736.839239999651909 ], [ 1387925.204459, 5865784.54568300023675 ] ] } }, +{ "type": "Feature", "properties": { "index": "983" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387925.204459, 5865784.54568300023675 ], [ 1387937.211691, 5865832.252125999890268 ] ] } }, +{ "type": "Feature", "properties": { "index": "984" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387937.211691, 5865832.252125999890268 ], [ 1387954.827088, 5865878.043408 ] ] } }, +{ "type": "Feature", "properties": { "index": "985" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387954.827088, 5865878.043408 ], [ 1387967.620662, 5865925.436967000365257 ] ] } }, +{ "type": "Feature", "properties": { "index": "986" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387967.620662, 5865925.436967000365257 ], [ 1387969.56190300011076, 5865974.386314 ] ] } }, +{ "type": "Feature", "properties": { "index": "987" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.56190300011076, 5865974.386314 ], [ 1387968.982558, 5866023.571072 ] ] } }, +{ "type": "Feature", "properties": { "index": "988" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387968.982558, 5866023.571072 ], [ 1387969.225197, 5866072.657253 ] ] } }, +{ "type": "Feature", "properties": { "index": "989" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.225197, 5866072.657253 ], [ 1387988.2474, 5866112.298414999619126 ] ] } }, +{ "type": "Feature", "properties": { "index": "990" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387988.2474, 5866112.298414999619126 ], [ 1388034.037428, 5866130.25560799986124 ] ] } }, +{ "type": "Feature", "properties": { "index": "991" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388034.037428, 5866130.25560799986124 ], [ 1387988.210685, 5866144.678138 ] ] } }, +{ "type": "Feature", "properties": { "index": "992" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387988.210685, 5866144.678138 ], [ 1387944.406121, 5866164.065103 ] ] } }, +{ "type": "Feature", "properties": { "index": "993" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387944.406121, 5866164.065103 ], [ 1387898.376188, 5866173.56007600016892 ] ] } }, +{ "type": "Feature", "properties": { "index": "994" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387898.376188, 5866173.56007600016892 ], [ 1387861.922561000101268, 5866145.113869999535382 ] ] } }, +{ "type": "Feature", "properties": { "index": "995" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387861.922561000101268, 5866145.113869999535382 ], [ 1387862.597009, 5866099.287654000334442 ] ] } }, +{ "type": "Feature", "properties": { "index": "996" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387862.597009, 5866099.287654000334442 ], [ 1387894.296242, 5866064.312252 ] ] } }, +{ "type": "Feature", "properties": { "index": "997" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387894.296242, 5866064.312252 ], [ 1387918.333023, 5866023.86015 ] ] } }, +{ "type": "Feature", "properties": { "index": "998" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387918.333023, 5866023.86015 ], [ 1387925.576027, 5865976.462518 ] ] } }, +{ "type": "Feature", "properties": { "index": "999" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387925.576027, 5865976.462518 ], [ 1387926.166852, 5865928.505292999558151 ] ] } }, +{ "type": "Feature", "properties": { "index": "1000" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387926.166852, 5865928.505292999558151 ], [ 1387922.175475, 5865880.6286939997226 ] ] } }, +{ "type": "Feature", "properties": { "index": "1001" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.175475, 5865880.6286939997226 ], [ 1387918.184098, 5865832.752094999887049 ] ] } }, +{ "type": "Feature", "properties": { "index": "1002" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387918.184098, 5865832.752094999887049 ], [ 1387914.31689, 5865784.868878000415862 ] ] } }, +{ "type": "Feature", "properties": { "index": "1003" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387914.31689, 5865784.868878000415862 ], [ 1387913.197227, 5865736.839239999651909 ] ] } }, +{ "type": "Feature", "properties": { "index": "1004" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388183.697467, 5866137.747996999882162 ], [ 1388133.810787, 5866135.250533999875188 ] ] } }, +{ "type": "Feature", "properties": { "index": "1005" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388133.810787, 5866135.250533999875188 ], [ 1388083.924108, 5866132.753070999868214 ] ] } }, +{ "type": "Feature", "properties": { "index": "1006" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388083.924108, 5866132.753070999868214 ], [ 1388034.037428, 5866130.25560799986124 ] ] } } +] +} diff --git a/examples/dflowfm_piave/geoms/pipes.geojson b/examples/dflowfm_piave/geoms/pipes.geojson index 18bb11cb..a08e23fe 100644 --- a/examples/dflowfm_piave/geoms/pipes.geojson +++ b/examples/dflowfm_piave/geoms/pipes.geojson @@ -2,2831 +2,1006 @@ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } }, "features": [ -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_0_generated", "manhole_dn": "manhole_1_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512115787715, 5860111.688302734866738 ], [ 1389238.298387300921604, 5860147.714495398104191 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 933.5, "invlev_up": 913.4000244140625, "invlev_dn": 931.0, "manhole_up": "manhole_1_generated", "manhole_dn": "manhole_2_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389238.298387300921604, 5860147.714495398104191 ], [ 1389210.947846550960094, 5860184.343885350972414 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 933.5, "elevtn_dn": 933.5, "invlev_up": 931.0, "invlev_dn": 931.0, "manhole_up": "manhole_2_generated", "manhole_dn": "manhole_3_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389210.947846550960094, 5860184.343885350972414 ], [ 1389186.961922727525234, 5860223.315261371433735 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 933.5, "elevtn_dn": 935.5, "invlev_up": 931.0, "invlev_dn": 933.0, "manhole_up": "manhole_3_generated", "manhole_dn": "manhole_4_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389186.961922727525234, 5860223.315261371433735 ], [ 1389162.755598766496405, 5860262.142883376218379 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 935.5, "elevtn_dn": 935.5, "invlev_up": 933.0, "invlev_dn": 933.0, "manhole_up": "manhole_4_generated", "manhole_dn": "manhole_5_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389162.755598766496405, 5860262.142883376218379 ], [ 1389136.759307563304901, 5860299.80301527120173 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 935.5, "elevtn_dn": 936.5, "invlev_up": 933.0, "invlev_dn": 934.0, "manhole_up": "manhole_5_generated", "manhole_dn": "manhole_6_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389136.759307563304901, 5860299.80301527120173 ], [ 1389109.7301227634307, 5860336.652257356792688 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 936.5, "elevtn_dn": 941.10003662109375, "invlev_up": 934.0, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_6_generated", "manhole_dn": "manhole_7_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389109.7301227634307, 5860336.652257356792688 ], [ 1389073.18478828552179, 5860363.522737024351954 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 941.10003662109375, "elevtn_dn": 941.10003662109375, "invlev_up": 938.60003662109375, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_7_generated", "manhole_dn": "manhole_8_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389073.18478828552179, 5860363.522737024351954 ], [ 1389032.546542100608349, 5860384.329287325032055 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 941.10003662109375, "elevtn_dn": 941.10003662109375, "invlev_up": 938.60003662109375, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_8_generated", "manhole_dn": "manhole_9_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389032.546542100608349, 5860384.329287325032055 ], [ 1388989.578410296700895, 5860400.071978960186243 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_6_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "elevtn_up": 941.10003662109375, "elevtn_dn": 951.29998779296875, "invlev_up": 938.60003662109375, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_9_generated", "manhole_dn": "manhole_10_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388989.578410296700895, 5860400.071978960186243 ], [ 1388946.301100668497384, 5860414.883977899327874 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_0_generated", "manhole_dn": "manhole_11_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512115787715, 5860111.688302734866738 ], [ 1389221.905703959986567, 5860123.3256367566064 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_11_generated", "manhole_dn": "manhole_12_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389221.905703959986567, 5860123.3256367566064 ], [ 1389177.295895804418251, 5860134.962970778346062 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 919.60003662109375, "invlev_up": 913.4000244140625, "invlev_dn": 917.10003662109375, "manhole_up": "manhole_12_generated", "manhole_dn": "manhole_13_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389177.295895804418251, 5860134.962970778346062 ], [ 1389132.686087648617104, 5860146.600304800085723 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 919.60003662109375, "elevtn_dn": 919.60003662109375, "invlev_up": 917.10003662109375, "invlev_dn": 917.10003662109375, "manhole_up": "manhole_13_generated", "manhole_dn": "manhole_14_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389132.686087648617104, 5860146.600304800085723 ], [ 1389088.076279493048787, 5860158.237638821825385 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 919.60003662109375, "elevtn_dn": 938.10003662109375, "invlev_up": 917.10003662109375, "invlev_dn": 935.60003662109375, "manhole_up": "manhole_14_generated", "manhole_dn": "manhole_15_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389088.076279493048787, 5860158.237638821825385 ], [ 1389044.226173994829878, 5860172.143308508209884 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 938.10003662109375, "elevtn_dn": 938.10003662109375, "invlev_up": 935.60003662109375, "invlev_dn": 935.60003662109375, "manhole_up": "manhole_15_generated", "manhole_dn": "manhole_16_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389044.226173994829878, 5860172.143308508209884 ], [ 1389012.527182487538084, 5860198.239755615592003 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 938.10003662109375, "elevtn_dn": 938.10003662109375, "invlev_up": 935.60003662109375, "invlev_dn": 935.60003662109375, "manhole_up": "manhole_16_generated", "manhole_dn": "manhole_17_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389012.527182487538084, 5860198.239755615592003 ], [ 1388995.773122631013393, 5860240.481283166445792 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 938.10003662109375, "elevtn_dn": 945.0, "invlev_up": 935.60003662109375, "invlev_dn": 942.5, "manhole_up": "manhole_17_generated", "manhole_dn": "manhole_18_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388995.773122631013393, 5860240.481283166445792 ], [ 1388973.630034049740061, 5860280.918223639950156 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 945.0, "elevtn_dn": 951.29998779296875, "invlev_up": 942.5, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_18_generated", "manhole_dn": "manhole_19_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388973.630034049740061, 5860280.918223639950156 ], [ 1388961.171157888136804, 5860324.081192856654525 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_19_generated", "manhole_dn": "manhole_20_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388961.171157888136804, 5860324.081192856654525 ], [ 1388955.410555170848966, 5860369.690168970264494 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_7_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_20_generated", "manhole_dn": "manhole_10_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388955.410555170848966, 5860369.690168970264494 ], [ 1388946.301100668497384, 5860414.883977899327874 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 914.5, "invlev_up": 913.4000244140625, "invlev_dn": 912.0, "manhole_up": "manhole_0_generated", "manhole_dn": "manhole_21_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512115787715, 5860111.688302734866738 ], [ 1389306.50000010849908, 5860083.476415127515793 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 914.5, "elevtn_dn": 914.5, "invlev_up": 912.0, "invlev_dn": 912.0, "manhole_up": "manhole_21_generated", "manhole_dn": "manhole_22_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389306.50000010849908, 5860083.476415127515793 ], [ 1389355.420758404070511, 5860074.630405306816101 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 914.5, "elevtn_dn": 929.9000244140625, "invlev_up": 912.0, "invlev_dn": 927.4000244140625, "manhole_up": "manhole_22_generated", "manhole_dn": "manhole_23_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389355.420758404070511, 5860074.630405306816101 ], [ 1389389.090761042200029, 5860042.4449307853356 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 929.9000244140625, "elevtn_dn": 955.0, "invlev_up": 927.4000244140625, "invlev_dn": 952.5, "manhole_up": "manhole_23_generated", "manhole_dn": "manhole_24_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389389.090761042200029, 5860042.4449307853356 ], [ 1389404.036260401364416, 5859994.775433851405978 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_24_generated", "manhole_dn": "manhole_25_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389404.036260401364416, 5859994.775433851405978 ], [ 1389418.744130451697856, 5859947.032028519548476 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_25_generated", "manhole_dn": "manhole_26_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389418.744130451697856, 5859947.032028519548476 ], [ 1389423.265342897269875, 5859897.853969652205706 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 955.0, "elevtn_dn": 975.29998779296875, "invlev_up": 952.5, "invlev_dn": 972.79998779296875, "manhole_up": "manhole_26_generated", "manhole_dn": "manhole_27_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389423.265342897269875, 5859897.853969652205706 ], [ 1389395.831073811277747, 5859856.743154510855675 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 975.29998779296875, "elevtn_dn": 963.0, "invlev_up": 972.79998779296875, "invlev_dn": 960.5, "manhole_up": "manhole_27_generated", "manhole_dn": "manhole_28_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389395.831073811277747, 5859856.743154510855675 ], [ 1389350.827042841585353, 5859839.640478814020753 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 963.0, "elevtn_dn": 963.0, "invlev_up": 960.5, "invlev_dn": 960.5, "manhole_up": "manhole_28_generated", "manhole_dn": "manhole_29_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389350.827042841585353, 5859839.640478814020753 ], [ 1389303.795788601972163, 5859855.887689013034105 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 963.0, "elevtn_dn": 945.4000244140625, "invlev_up": 960.5, "invlev_dn": 942.9000244140625, "manhole_up": "manhole_29_generated", "manhole_dn": "manhole_30_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389303.795788601972163, 5859855.887689013034105 ], [ 1389256.284586790716276, 5859863.631580747663975 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 945.4000244140625, "elevtn_dn": 945.4000244140625, "invlev_up": 942.9000244140625, "invlev_dn": 942.9000244140625, "manhole_up": "manhole_30_generated", "manhole_dn": "manhole_31_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389256.284586790716276, 5859863.631580747663975 ], [ 1389227.308454349869862, 5859823.781623384915292 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 945.4000244140625, "elevtn_dn": 945.4000244140625, "invlev_up": 942.9000244140625, "invlev_dn": 942.9000244140625, "manhole_up": "manhole_31_generated", "manhole_dn": "manhole_32_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389227.308454349869862, 5859823.781623384915292 ], [ 1389202.745489193825051, 5859780.279727600514889 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 945.4000244140625, "elevtn_dn": 959.10003662109375, "invlev_up": 942.9000244140625, "invlev_dn": 956.60003662109375, "manhole_up": "manhole_32_generated", "manhole_dn": "manhole_33_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389202.745489193825051, 5859780.279727600514889 ], [ 1389178.18252403778024, 5859736.777831817045808 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 959.10003662109375, "elevtn_dn": 944.79998779296875, "invlev_up": 956.60003662109375, "invlev_dn": 942.29998779296875, "manhole_up": "manhole_33_generated", "manhole_dn": "manhole_34_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389178.18252403778024, 5859736.777831817045808 ], [ 1389155.231297271326184, 5859692.450142606161535 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 944.79998779296875, "elevtn_dn": 944.79998779296875, "invlev_up": 942.29998779296875, "invlev_dn": 942.29998779296875, "manhole_up": "manhole_34_generated", "manhole_dn": "manhole_35_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389155.231297271326184, 5859692.450142606161535 ], [ 1389141.413412723457441, 5859644.883844587020576 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 944.79998779296875, "elevtn_dn": 952.4000244140625, "invlev_up": 942.29998779296875, "invlev_dn": 949.9000244140625, "manhole_up": "manhole_35_generated", "manhole_dn": "manhole_36_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389141.413412723457441, 5859644.883844587020576 ], [ 1389151.802280035568401, 5859598.61804121825844 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 952.4000244140625, "elevtn_dn": 960.70001220703125, "invlev_up": 949.9000244140625, "invlev_dn": 958.20001220703125, "manhole_up": "manhole_36_generated", "manhole_dn": "manhole_37_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389151.802280035568401, 5859598.61804121825844 ], [ 1389191.073854762827978, 5859569.046822287142277 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 960.70001220703125, "elevtn_dn": 960.70001220703125, "invlev_up": 958.20001220703125, "invlev_dn": 958.20001220703125, "manhole_up": "manhole_37_generated", "manhole_dn": "manhole_38_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389191.073854762827978, 5859569.046822287142277 ], [ 1389239.915165816899389, 5859563.955490378662944 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 960.70001220703125, "elevtn_dn": 969.60003662109375, "invlev_up": 958.20001220703125, "invlev_dn": 967.10003662109375, "manhole_up": "manhole_38_generated", "manhole_dn": "manhole_39_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389239.915165816899389, 5859563.955490378662944 ], [ 1389289.757686472963542, 5859566.285022127442062 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 969.60003662109375, "elevtn_dn": 969.60003662109375, "invlev_up": 967.10003662109375, "invlev_dn": 967.10003662109375, "manhole_up": "manhole_39_generated", "manhole_dn": "manhole_40_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389289.757686472963542, 5859566.285022127442062 ], [ 1389339.615828452631831, 5859566.079234052449465 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 969.60003662109375, "elevtn_dn": 976.29998779296875, "invlev_up": 967.10003662109375, "invlev_dn": 973.79998779296875, "manhole_up": "manhole_40_generated", "manhole_dn": "manhole_41_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389339.615828452631831, 5859566.079234052449465 ], [ 1389387.354307833593339, 5859551.676988741382957 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 976.29998779296875, "elevtn_dn": 976.29998779296875, "invlev_up": 973.79998779296875, "invlev_dn": 973.79998779296875, "manhole_up": "manhole_41_generated", "manhole_dn": "manhole_42_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389387.354307833593339, 5859551.676988741382957 ], [ 1389428.692968821851537, 5859524.248876142315567 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 976.29998779296875, "elevtn_dn": 966.79998779296875, "invlev_up": 973.79998779296875, "invlev_dn": 964.29998779296875, "manhole_up": "manhole_42_generated", "manhole_dn": "manhole_43_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389428.692968821851537, 5859524.248876142315567 ], [ 1389461.138921525795013, 5859486.477508954703808 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 966.79998779296875, "elevtn_dn": 966.79998779296875, "invlev_up": 964.29998779296875, "invlev_dn": 964.29998779296875, "manhole_up": "manhole_43_generated", "manhole_dn": "manhole_44_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389461.138921525795013, 5859486.477508954703808 ], [ 1389482.45163832209073, 5859441.487986368127167 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 966.79998779296875, "elevtn_dn": 966.79998779296875, "invlev_up": 964.29998779296875, "invlev_dn": 964.29998779296875, "manhole_up": "manhole_44_generated", "manhole_dn": "manhole_45_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389482.45163832209073, 5859441.487986368127167 ], [ 1389497.215460168197751, 5859393.906833835877478 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 966.79998779296875, "elevtn_dn": 957.29998779296875, "invlev_up": 964.29998779296875, "invlev_dn": 954.79998779296875, "manhole_up": "manhole_45_generated", "manhole_dn": "manhole_46_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389497.215460168197751, 5859393.906833835877478 ], [ 1389508.394423164660111, 5859345.216126504354179 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 957.29998779296875, "elevtn_dn": 957.29998779296875, "invlev_up": 954.79998779296875, "invlev_dn": 954.79998779296875, "manhole_up": "manhole_46_generated", "manhole_dn": "manhole_47_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389508.394423164660111, 5859345.216126504354179 ], [ 1389518.522437864448875, 5859296.29671473056078 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 957.29998779296875, "elevtn_dn": 957.29998779296875, "invlev_up": 954.79998779296875, "invlev_dn": 954.79998779296875, "manhole_up": "manhole_47_generated", "manhole_dn": "manhole_48_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389518.522437864448875, 5859296.29671473056078 ], [ 1389528.588071504374966, 5859247.363727764226496 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 957.29998779296875, "elevtn_dn": 950.20001220703125, "invlev_up": 954.79998779296875, "invlev_dn": 947.70001220703125, "manhole_up": "manhole_48_generated", "manhole_dn": "manhole_49_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389528.588071504374966, 5859247.363727764226496 ], [ 1389538.653705144301057, 5859198.43074079696089 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 950.20001220703125, "elevtn_dn": 957.60003662109375, "invlev_up": 947.70001220703125, "invlev_dn": 955.10003662109375, "manhole_up": "manhole_49_generated", "manhole_dn": "manhole_50_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389538.653705144301057, 5859198.43074079696089 ], [ 1389548.719338784459978, 5859149.497753830626607 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 957.60003662109375, "elevtn_dn": 957.60003662109375, "invlev_up": 955.10003662109375, "invlev_dn": 955.10003662109375, "manhole_up": "manhole_50_generated", "manhole_dn": "manhole_51_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389548.719338784459978, 5859149.497753830626607 ], [ 1389558.784972424386069, 5859100.564766863361001 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 957.60003662109375, "elevtn_dn": 954.79998779296875, "invlev_up": 955.10003662109375, "invlev_dn": 952.29998779296875, "manhole_up": "manhole_51_generated", "manhole_dn": "manhole_52_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389558.784972424386069, 5859100.564766863361001 ], [ 1389568.85060606431216, 5859051.631779897026718 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 954.79998779296875, "elevtn_dn": 954.79998779296875, "invlev_up": 952.29998779296875, "invlev_dn": 952.29998779296875, "manhole_up": "manhole_52_generated", "manhole_dn": "manhole_53_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389568.85060606431216, 5859051.631779897026718 ], [ 1389578.916239704471081, 5859002.698792929761112 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 954.79998779296875, "elevtn_dn": 954.79998779296875, "invlev_up": 952.29998779296875, "invlev_dn": 952.29998779296875, "manhole_up": "manhole_53_generated", "manhole_dn": "manhole_54_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389578.916239704471081, 5859002.698792929761112 ], [ 1389588.981873344397172, 5858953.765805963426828 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 954.79998779296875, "elevtn_dn": 956.10003662109375, "invlev_up": 952.29998779296875, "invlev_dn": 953.60003662109375, "manhole_up": "manhole_54_generated", "manhole_dn": "manhole_55_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389588.981873344397172, 5858953.765805963426828 ], [ 1389599.047506984323263, 5858904.832818996161222 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 956.10003662109375, "elevtn_dn": 956.10003662109375, "invlev_up": 953.60003662109375, "invlev_dn": 953.60003662109375, "manhole_up": "manhole_55_generated", "manhole_dn": "manhole_56_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389599.047506984323263, 5858904.832818996161222 ], [ 1389613.243873829254881, 5858857.048414096236229 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 956.10003662109375, "elevtn_dn": 966.29998779296875, "invlev_up": 953.60003662109375, "invlev_dn": 963.79998779296875, "manhole_up": "manhole_56_generated", "manhole_dn": "manhole_57_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389613.243873829254881, 5858857.048414096236229 ], [ 1389631.198101107496768, 5858810.554778259247541 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 966.29998779296875, "elevtn_dn": 968.70001220703125, "invlev_up": 963.79998779296875, "invlev_dn": 966.20001220703125, "manhole_up": "manhole_57_generated", "manhole_dn": "manhole_58_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389631.198101107496768, 5858810.554778259247541 ], [ 1389656.490605737781152, 5858767.472956065088511 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 968.70001220703125, "elevtn_dn": 968.70001220703125, "invlev_up": 966.20001220703125, "invlev_dn": 966.20001220703125, "manhole_up": "manhole_58_generated", "manhole_dn": "manhole_59_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389656.490605737781152, 5858767.472956065088511 ], [ 1389681.956975018838421, 5858724.49639992788434 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 968.70001220703125, "elevtn_dn": 976.10003662109375, "invlev_up": 966.20001220703125, "invlev_dn": 973.60003662109375, "manhole_up": "manhole_59_generated", "manhole_dn": "manhole_60_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389681.956975018838421, 5858724.49639992788434 ], [ 1389708.407580326776952, 5858682.115747822448611 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 976.10003662109375, "elevtn_dn": 983.10003662109375, "invlev_up": 973.60003662109375, "invlev_dn": 980.60003662109375, "manhole_up": "manhole_60_generated", "manhole_dn": "manhole_61_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389708.407580326776952, 5858682.115747822448611 ], [ 1389734.858185634715483, 5858639.735095717012882 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 983.10003662109375, "elevtn_dn": 983.10003662109375, "invlev_up": 980.60003662109375, "invlev_dn": 980.60003662109375, "manhole_up": "manhole_61_generated", "manhole_dn": "manhole_62_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389734.858185634715483, 5858639.735095717012882 ], [ 1389761.308790942654014, 5858597.354443610645831 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E42", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 983.10003662109375, "elevtn_dn": 983.10003662109375, "invlev_up": 980.60003662109375, "invlev_dn": 980.60003662109375, "manhole_up": "manhole_62_generated", "manhole_dn": "manhole_63_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389761.308790942654014, 5858597.354443610645831 ], [ 1389787.759396250825375, 5858554.973791505210102 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E43", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 983.10003662109375, "elevtn_dn": 993.29998779296875, "invlev_up": 980.60003662109375, "invlev_dn": 990.79998779296875, "manhole_up": "manhole_63_generated", "manhole_dn": "manhole_64_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389787.759396250825375, 5858554.973791505210102 ], [ 1389814.210001558763906, 5858512.593139399774373 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E44", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 993.29998779296875, "elevtn_dn": 998.29998779296875, "invlev_up": 990.79998779296875, "invlev_dn": 995.79998779296875, "manhole_up": "manhole_64_generated", "manhole_dn": "manhole_65_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389814.210001558763906, 5858512.593139399774373 ], [ 1389840.660606866702437, 5858470.212487293407321 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E45", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 998.29998779296875, "elevtn_dn": 998.29998779296875, "invlev_up": 995.79998779296875, "invlev_dn": 995.79998779296875, "manhole_up": "manhole_65_generated", "manhole_dn": "manhole_66_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389840.660606866702437, 5858470.212487293407321 ], [ 1389867.111212174640968, 5858427.831835187971592 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E46", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 998.29998779296875, "elevtn_dn": 998.29998779296875, "invlev_up": 995.79998779296875, "invlev_dn": 995.79998779296875, "manhole_up": "manhole_66_generated", "manhole_dn": "manhole_67_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389867.111212174640968, 5858427.831835187971592 ], [ 1389911.240854029776528, 5858417.074701879173517 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 998.29998779296875, "elevtn_dn": 1006.2000122070312, "invlev_up": 995.79998779296875, "invlev_dn": 1003.7000122070312, "manhole_up": "manhole_67_generated", "manhole_dn": "manhole_68_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389911.240854029776528, 5858417.074701879173517 ], [ 1389940.226093058940023, 5858455.739661679603159 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E48", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1006.2000122070312, "elevtn_dn": 1006.2000122070312, "invlev_up": 1003.7000122070312, "invlev_dn": 1003.7000122070312, "manhole_up": "manhole_68_generated", "manhole_dn": "manhole_69_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389940.226093058940023, 5858455.739661679603159 ], [ 1389959.842267287895083, 5858501.684845351614058 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E49", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1006.2000122070312, "elevtn_dn": 1006.2000122070312, "invlev_up": 1003.7000122070312, "invlev_dn": 1003.7000122070312, "manhole_up": "manhole_69_generated", "manhole_dn": "manhole_70_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389959.842267287895083, 5858501.684845351614058 ], [ 1389983.028926897095516, 5858544.760824581608176 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E50", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1006.2000122070312, "elevtn_dn": 1036.9000244140625, "invlev_up": 1003.7000122070312, "invlev_dn": 1034.4000244140625, "manhole_up": "manhole_70_generated", "manhole_dn": "manhole_71_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389983.028926897095516, 5858544.760824581608176 ], [ 1390026.879799408372492, 5858567.986969069577754 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E51", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1036.9000244140625, "elevtn_dn": 1036.9000244140625, "invlev_up": 1034.4000244140625, "invlev_dn": 1034.4000244140625, "manhole_up": "manhole_71_generated", "manhole_dn": "manhole_72_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390026.879799408372492, 5858567.986969069577754 ], [ 1390075.455719914287329, 5858577.981817713007331 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E52", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1036.9000244140625, "elevtn_dn": 1032.9000244140625, "invlev_up": 1034.4000244140625, "invlev_dn": 1030.4000244140625, "manhole_up": "manhole_72_generated", "manhole_dn": "manhole_73_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390075.455719914287329, 5858577.981817713007331 ], [ 1390124.934819511603564, 5858584.860858413390815 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E53", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1032.9000244140625, "elevtn_dn": 1032.9000244140625, "invlev_up": 1030.4000244140625, "invlev_dn": 1030.4000244140625, "manhole_up": "manhole_73_generated", "manhole_dn": "manhole_74_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390124.934819511603564, 5858584.860858413390815 ], [ 1390174.385966305155307, 5858591.894069475121796 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E54", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1032.9000244140625, "elevtn_dn": 1016.6000366210938, "invlev_up": 1030.4000244140625, "invlev_dn": 1014.1000366210938, "manhole_up": "manhole_74_generated", "manhole_dn": "manhole_75_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390174.385966305155307, 5858591.894069475121796 ], [ 1390224.28731826832518, 5858594.262458441779017 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E55", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1016.6000366210938, "elevtn_dn": 1016.6000366210938, "invlev_up": 1014.1000366210938, "invlev_dn": 1014.1000366210938, "manhole_up": "manhole_75_generated", "manhole_dn": "manhole_76_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390224.28731826832518, 5858594.262458441779017 ], [ 1390273.630285855382681, 5858589.561945637688041 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E56", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1016.6000366210938, "elevtn_dn": 1012.1000366210938, "invlev_up": 1014.1000366210938, "invlev_dn": 1009.6000366210938, "manhole_up": "manhole_76_generated", "manhole_dn": "manhole_77_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390273.630285855382681, 5858589.561945637688041 ], [ 1390322.239480242831632, 5858578.072306710295379 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E57", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1012.1000366210938, "elevtn_dn": 1012.1000366210938, "invlev_up": 1009.6000366210938, "invlev_dn": 1009.6000366210938, "manhole_up": "manhole_77_generated", "manhole_dn": "manhole_78_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390322.239480242831632, 5858578.072306710295379 ], [ 1390371.99352877959609, 5858575.309522898867726 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E58", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1012.1000366210938, "elevtn_dn": 1011.7000122070312, "invlev_up": 1009.6000366210938, "invlev_dn": 1009.2000122070312, "manhole_up": "manhole_78_generated", "manhole_dn": "manhole_79_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390371.99352877959609, 5858575.309522898867726 ], [ 1390419.13544210139662, 5858559.59311543405056 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E59", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1011.7000122070312, "elevtn_dn": 981.5, "invlev_up": 1009.2000122070312, "invlev_dn": 979.0, "manhole_up": "manhole_79_generated", "manhole_dn": "manhole_80_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390419.13544210139662, 5858559.59311543405056 ], [ 1390453.401623640675098, 5858524.246223840862513 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E60", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 981.5, "elevtn_dn": 995.70001220703125, "invlev_up": 979.0, "invlev_dn": 993.20001220703125, "manhole_up": "manhole_80_generated", "manhole_dn": "manhole_81_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390453.401623640675098, 5858524.246223840862513 ], [ 1390496.749499944737181, 5858504.780008735135198 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E61", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 995.70001220703125, "elevtn_dn": 995.70001220703125, "invlev_up": 993.20001220703125, "invlev_dn": 993.20001220703125, "manhole_up": "manhole_81_generated", "manhole_dn": "manhole_82_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390496.749499944737181, 5858504.780008735135198 ], [ 1390546.470755147282034, 5858499.993151630274951 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E62", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 995.70001220703125, "elevtn_dn": 1005.9000244140625, "invlev_up": 993.20001220703125, "invlev_dn": 1003.4000244140625, "manhole_up": "manhole_82_generated", "manhole_dn": "manhole_83_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390546.470755147282034, 5858499.993151630274951 ], [ 1390596.395264241611585, 5858498.177226040512323 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E63", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1005.9000244140625, "elevtn_dn": 1005.9000244140625, "invlev_up": 1003.4000244140625, "invlev_dn": 1003.4000244140625, "manhole_up": "manhole_83_generated", "manhole_dn": "manhole_84_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390596.395264241611585, 5858498.177226040512323 ], [ 1390646.319773336173967, 5858496.361300451681018 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E64", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1005.9000244140625, "elevtn_dn": 1013.6000366210938, "invlev_up": 1003.4000244140625, "invlev_dn": 1011.1000366210938, "manhole_up": "manhole_84_generated", "manhole_dn": "manhole_85_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390646.319773336173967, 5858496.361300451681018 ], [ 1390696.244282430503517, 5858494.545374862849712 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E65", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1013.6000366210938, "elevtn_dn": 1013.6000366210938, "invlev_up": 1011.1000366210938, "invlev_dn": 1011.1000366210938, "manhole_up": "manhole_85_generated", "manhole_dn": "manhole_86_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390696.244282430503517, 5858494.545374862849712 ], [ 1390746.168791524833068, 5858492.729449273087084 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E66", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1013.6000366210938, "elevtn_dn": 1019.1000366210938, "invlev_up": 1011.1000366210938, "invlev_dn": 1016.6000366210938, "manhole_up": "manhole_86_generated", "manhole_dn": "manhole_87_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390746.168791524833068, 5858492.729449273087084 ], [ 1390796.09330061939545, 5858490.913523684255779 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E67", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1019.1000366210938, "elevtn_dn": 1025.800048828125, "invlev_up": 1016.6000366210938, "invlev_dn": 1023.300048828125, "manhole_up": "manhole_87_generated", "manhole_dn": "manhole_88_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390796.09330061939545, 5858490.913523684255779 ], [ 1390846.017809713725001, 5858489.097598095424473 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E68", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1025.800048828125, "elevtn_dn": 1025.800048828125, "invlev_up": 1023.300048828125, "invlev_dn": 1023.300048828125, "manhole_up": "manhole_88_generated", "manhole_dn": "manhole_89_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390846.017809713725001, 5858489.097598095424473 ], [ 1390895.942318808054551, 5858487.281672505661845 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E69", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1025.800048828125, "elevtn_dn": 1029.2000732421875, "invlev_up": 1023.300048828125, "invlev_dn": 1026.7000732421875, "manhole_up": "manhole_89_generated", "manhole_dn": "manhole_90_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390895.942318808054551, 5858487.281672505661845 ], [ 1390945.364988021552563, 5858492.061225635930896 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E70", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1029.2000732421875, "elevtn_dn": 1029.2000732421875, "invlev_up": 1026.7000732421875, "invlev_dn": 1026.7000732421875, "manhole_up": "manhole_90_generated", "manhole_dn": "manhole_91_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390945.364988021552563, 5858492.061225635930896 ], [ 1390994.440001817885786, 5858501.409873396158218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E71", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1029.2000732421875, "elevtn_dn": 1033.2000732421875, "invlev_up": 1026.7000732421875, "invlev_dn": 1030.7000732421875, "manhole_up": "manhole_91_generated", "manhole_dn": "manhole_92_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390994.440001817885786, 5858501.409873396158218 ], [ 1391040.341196772176772, 5858520.979841153137386 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E72", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1033.2000732421875, "elevtn_dn": 1033.2000732421875, "invlev_up": 1030.7000732421875, "invlev_dn": 1030.7000732421875, "manhole_up": "manhole_92_generated", "manhole_dn": "manhole_93_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391040.341196772176772, 5858520.979841153137386 ], [ 1391086.683747049886733, 5858538.717575071379542 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E73", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1033.2000732421875, "elevtn_dn": 1038.2000732421875, "invlev_up": 1030.7000732421875, "invlev_dn": 1035.7000732421875, "manhole_up": "manhole_93_generated", "manhole_dn": "manhole_94_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391086.683747049886733, 5858538.717575071379542 ], [ 1391131.822940095094964, 5858523.93243224080652 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E74", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1038.2000732421875, "elevtn_dn": 1038.2000732421875, "invlev_up": 1035.7000732421875, "invlev_dn": 1035.7000732421875, "manhole_up": "manhole_94_generated", "manhole_dn": "manhole_95_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391131.822940095094964, 5858523.93243224080652 ], [ 1391153.157672074623406, 5858479.460670891217887 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E75", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1038.2000732421875, "elevtn_dn": 1038.2000732421875, "invlev_up": 1035.7000732421875, "invlev_dn": 1035.7000732421875, "manhole_up": "manhole_95_generated", "manhole_dn": "manhole_96_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391153.157672074623406, 5858479.460670891217887 ], [ 1391192.49590603238903, 5858451.67839205916971 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E76", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1038.2000732421875, "elevtn_dn": 1044.2000732421875, "invlev_up": 1035.7000732421875, "invlev_dn": 1041.7000732421875, "manhole_up": "manhole_96_generated", "manhole_dn": "manhole_97_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391192.49590603238903, 5858451.67839205916971 ], [ 1391240.64117361814715, 5858438.460245226509869 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E77", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1044.2000732421875, "elevtn_dn": 1044.2000732421875, "invlev_up": 1041.7000732421875, "invlev_dn": 1041.7000732421875, "manhole_up": "manhole_97_generated", "manhole_dn": "manhole_98_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391240.64117361814715, 5858438.460245226509869 ], [ 1391289.211760010803118, 5858426.770406410098076 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E78", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1044.2000732421875, "elevtn_dn": 1060.0999755859375, "invlev_up": 1041.7000732421875, "invlev_dn": 1057.5999755859375, "manhole_up": "manhole_98_generated", "manhole_dn": "manhole_99_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391289.211760010803118, 5858426.770406410098076 ], [ 1391337.782346403226256, 5858415.080567593686283 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E79", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1060.0999755859375, "elevtn_dn": 1023.0, "invlev_up": 1057.5999755859375, "invlev_dn": 1020.5, "manhole_up": "manhole_99_generated", "manhole_dn": "manhole_100_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391337.782346403226256, 5858415.080567593686283 ], [ 1391386.352932795882225, 5858403.390728777274489 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E80", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1023.0, "elevtn_dn": 1032.7000732421875, "invlev_up": 1020.5, "invlev_dn": 1030.2000732421875, "manhole_up": "manhole_100_generated", "manhole_dn": "manhole_101_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391386.352932795882225, 5858403.390728777274489 ], [ 1391434.923519188305363, 5858391.700889961794019 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E81", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1032.7000732421875, "elevtn_dn": 1032.7000732421875, "invlev_up": 1030.2000732421875, "invlev_dn": 1030.2000732421875, "manhole_up": "manhole_101_generated", "manhole_dn": "manhole_102_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391434.923519188305363, 5858391.700889961794019 ], [ 1391483.494105580961332, 5858380.011051145382226 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E82", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1032.7000732421875, "elevtn_dn": 1040.7000732421875, "invlev_up": 1030.2000732421875, "invlev_dn": 1038.2000732421875, "manhole_up": "manhole_102_generated", "manhole_dn": "manhole_103_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391483.494105580961332, 5858380.011051145382226 ], [ 1391532.464345134794712, 5858375.802092345431447 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E83", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1040.7000732421875, "elevtn_dn": 1040.7000732421875, "invlev_up": 1038.2000732421875, "invlev_dn": 1038.2000732421875, "manhole_up": "manhole_103_generated", "manhole_dn": "manhole_104_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391532.464345134794712, 5858375.802092345431447 ], [ 1391579.680508555145934, 5858389.753166117705405 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E84", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1040.7000732421875, "elevtn_dn": 1094.5999755859375, "invlev_up": 1038.2000732421875, "invlev_dn": 1092.0999755859375, "manhole_up": "manhole_104_generated", "manhole_dn": "manhole_105_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391579.680508555145934, 5858389.753166117705405 ], [ 1391615.043221722124144, 5858422.374543751589954 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E85", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1094.5999755859375, "elevtn_dn": 1094.5999755859375, "invlev_up": 1092.0999755859375, "invlev_dn": 1092.0999755859375, "manhole_up": "manhole_105_generated", "manhole_dn": "manhole_106_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391615.043221722124144, 5858422.374543751589954 ], [ 1391633.654095822479576, 5858468.206737855449319 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E86", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1094.5999755859375, "elevtn_dn": 1094.5999755859375, "invlev_up": 1092.0999755859375, "invlev_dn": 1092.0999755859375, "manhole_up": "manhole_106_generated", "manhole_dn": "manhole_107_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391633.654095822479576, 5858468.206737855449319 ], [ 1391675.556871910346672, 5858492.042518986389041 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E87", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1094.5999755859375, "elevtn_dn": 1100.5999755859375, "invlev_up": 1092.0999755859375, "invlev_dn": 1098.0999755859375, "manhole_up": "manhole_107_generated", "manhole_dn": "manhole_108_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391675.556871910346672, 5858492.042518986389041 ], [ 1391725.165284683462232, 5858493.223410680890083 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E88", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1100.5999755859375, "elevtn_dn": 1092.7000732421875, "invlev_up": 1098.0999755859375, "invlev_dn": 1090.2000732421875, "manhole_up": "manhole_108_generated", "manhole_dn": "manhole_109_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391725.165284683462232, 5858493.223410680890083 ], [ 1391774.025632579578087, 5858482.968163449317217 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E89", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1092.7000732421875, "elevtn_dn": 1092.7000732421875, "invlev_up": 1090.2000732421875, "invlev_dn": 1090.2000732421875, "manhole_up": "manhole_109_generated", "manhole_dn": "manhole_110_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391774.025632579578087, 5858482.968163449317217 ], [ 1391822.748904443578795, 5858472.800456050783396 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E90", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1092.7000732421875, "elevtn_dn": 1086.5, "invlev_up": 1090.2000732421875, "invlev_dn": 1084.0, "manhole_up": "manhole_110_generated", "manhole_dn": "manhole_111_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391822.748904443578795, 5858472.800456050783396 ], [ 1391872.520155652426183, 5858474.254766616038978 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E91", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1086.5, "elevtn_dn": 1086.5, "invlev_up": 1084.0, "invlev_dn": 1084.0, "manhole_up": "manhole_111_generated", "manhole_dn": "manhole_112_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391872.520155652426183, 5858474.254766616038978 ], [ 1391922.32820742437616, 5858478.116394865326583 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E92", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1086.5, "elevtn_dn": 1097.300048828125, "invlev_up": 1084.0, "invlev_dn": 1094.800048828125, "manhole_up": "manhole_112_generated", "manhole_dn": "manhole_113_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391922.32820742437616, 5858478.116394865326583 ], [ 1391972.136259196558967, 5858481.978023114614189 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E93", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1097.300048828125, "elevtn_dn": 1097.300048828125, "invlev_up": 1094.800048828125, "invlev_dn": 1094.800048828125, "manhole_up": "manhole_113_generated", "manhole_dn": "manhole_114_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391972.136259196558967, 5858481.978023114614189 ], [ 1392014.088137687649578, 5858507.265420926734805 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E94", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1097.300048828125, "elevtn_dn": 1097.300048828125, "invlev_up": 1094.800048828125, "invlev_dn": 1094.800048828125, "manhole_up": "manhole_114_generated", "manhole_dn": "manhole_115_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392014.088137687649578, 5858507.265420926734805 ], [ 1392052.00577615830116, 5858538.949620860628784 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E95", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1097.300048828125, "elevtn_dn": 1097.300048828125, "invlev_up": 1094.800048828125, "invlev_dn": 1094.800048828125, "manhole_up": "manhole_115_generated", "manhole_dn": "manhole_116_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392052.00577615830116, 5858538.949620860628784 ], [ 1392100.993319420609623, 5858548.746293722651899 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E96", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1097.300048828125, "elevtn_dn": 1135.300048828125, "invlev_up": 1094.800048828125, "invlev_dn": 1132.800048828125, "manhole_up": "manhole_116_generated", "manhole_dn": "manhole_117_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392100.993319420609623, 5858548.746293722651899 ], [ 1392149.980862683150917, 5858558.542966585606337 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E97", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1135.300048828125, "elevtn_dn": 1135.300048828125, "invlev_up": 1132.800048828125, "invlev_dn": 1132.800048828125, "manhole_up": "manhole_117_generated", "manhole_dn": "manhole_118_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392149.980862683150917, 5858558.542966585606337 ], [ 1392198.767287699971348, 5858569.25206732749939 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E98", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1135.300048828125, "elevtn_dn": 1137.5999755859375, "invlev_up": 1132.800048828125, "invlev_dn": 1135.0999755859375, "manhole_up": "manhole_118_generated", "manhole_dn": "manhole_119_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392198.767287699971348, 5858569.25206732749939 ], [ 1392247.333906656363979, 5858580.958378325216472 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E99", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1137.5999755859375, "elevtn_dn": 1137.5999755859375, "invlev_up": 1135.0999755859375, "invlev_dn": 1135.0999755859375, "manhole_up": "manhole_119_generated", "manhole_dn": "manhole_120_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392247.333906656363979, 5858580.958378325216472 ], [ 1392295.900525612989441, 5858592.664689323864877 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E100", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1137.5999755859375, "elevtn_dn": 1145.0999755859375, "invlev_up": 1135.0999755859375, "invlev_dn": 1142.5999755859375, "manhole_up": "manhole_120_generated", "manhole_dn": "manhole_121_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392295.900525612989441, 5858592.664689323864877 ], [ 1392344.467144569614902, 5858604.371000322513282 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E101", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1145.0999755859375, "elevtn_dn": 1145.0999755859375, "invlev_up": 1142.5999755859375, "invlev_dn": 1142.5999755859375, "manhole_up": "manhole_121_generated", "manhole_dn": "manhole_122_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392344.467144569614902, 5858604.371000322513282 ], [ 1392389.908255772199482, 5858624.575613909401 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E102", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1145.0999755859375, "elevtn_dn": 1140.5, "invlev_up": 1142.5999755859375, "invlev_dn": 1138.0, "manhole_up": "manhole_122_generated", "manhole_dn": "manhole_123_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392389.908255772199482, 5858624.575613909401 ], [ 1392425.081700494978577, 5858659.315580372698605 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E103", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1140.5, "elevtn_dn": 1169.300048828125, "invlev_up": 1138.0, "invlev_dn": 1166.800048828125, "manhole_up": "manhole_123_generated", "manhole_dn": "manhole_124_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392425.081700494978577, 5858659.315580372698605 ], [ 1392458.203119478421286, 5858696.715123130939901 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E104", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1169.300048828125, "elevtn_dn": 1169.300048828125, "invlev_up": 1166.800048828125, "invlev_dn": 1166.800048828125, "manhole_up": "manhole_124_generated", "manhole_dn": "manhole_125_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392458.203119478421286, 5858696.715123130939901 ], [ 1392491.324538461863995, 5858734.114665890112519 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E105", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1169.300048828125, "elevtn_dn": 1165.5, "invlev_up": 1166.800048828125, "invlev_dn": 1163.0, "manhole_up": "manhole_125_generated", "manhole_dn": "manhole_126_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392491.324538461863995, 5858734.114665890112519 ], [ 1392528.963966277893633, 5858766.460637149401009 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E106", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1165.5, "elevtn_dn": 1165.5, "invlev_up": 1163.0, "invlev_dn": 1163.0, "manhole_up": "manhole_126_generated", "manhole_dn": "manhole_127_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392528.963966277893633, 5858766.460637149401009 ], [ 1392573.284122244687751, 5858789.391092935577035 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E107", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1165.5, "elevtn_dn": 1157.0999755859375, "invlev_up": 1163.0, "invlev_dn": 1154.5999755859375, "manhole_up": "manhole_127_generated", "manhole_dn": "manhole_128_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392573.284122244687751, 5858789.391092935577035 ], [ 1392618.033192394766957, 5858811.600886153057218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E108", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1157.0999755859375, "elevtn_dn": 1184.800048828125, "invlev_up": 1154.5999755859375, "invlev_dn": 1182.300048828125, "manhole_up": "manhole_128_generated", "manhole_dn": "manhole_129_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392618.033192394766957, 5858811.600886153057218 ], [ 1392666.730896146036685, 5858821.011833874508739 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E109", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1184.800048828125, "elevtn_dn": 1141.2000732421875, "invlev_up": 1182.300048828125, "invlev_dn": 1138.7000732421875, "manhole_up": "manhole_129_generated", "manhole_dn": "manhole_130_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392666.730896146036685, 5858821.011833874508739 ], [ 1392714.397227015113458, 5858809.184477739967406 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E110", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1141.2000732421875, "elevtn_dn": 1141.2000732421875, "invlev_up": 1138.7000732421875, "invlev_dn": 1138.7000732421875, "manhole_up": "manhole_130_generated", "manhole_dn": "manhole_131_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392714.397227015113458, 5858809.184477739967406 ], [ 1392761.799294820055366, 5858794.231293976306915 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E111", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1141.2000732421875, "elevtn_dn": 1137.4000244140625, "invlev_up": 1138.7000732421875, "invlev_dn": 1134.9000244140625, "manhole_up": "manhole_131_generated", "manhole_dn": "manhole_132_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392761.799294820055366, 5858794.231293976306915 ], [ 1392810.095712865469977, 5858797.830352782271802 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E112", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1137.4000244140625, "elevtn_dn": 1137.4000244140625, "invlev_up": 1134.9000244140625, "invlev_dn": 1134.9000244140625, "manhole_up": "manhole_132_generated", "manhole_dn": "manhole_133_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392810.095712865469977, 5858797.830352782271802 ], [ 1392855.660074200481176, 5858817.529770986177027 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E113", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1137.4000244140625, "elevtn_dn": 1169.5, "invlev_up": 1134.9000244140625, "invlev_dn": 1167.0, "manhole_up": "manhole_133_generated", "manhole_dn": "manhole_134_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392855.660074200481176, 5858817.529770986177027 ], [ 1392904.672455, 5858826.347064822912216 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E114", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1169.5, "elevtn_dn": 1169.5, "invlev_up": 1167.0, "invlev_dn": 1167.0, "manhole_up": "manhole_134_generated", "manhole_dn": "manhole_135_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392904.672455, 5858826.347064822912216 ], [ 1392949.505032581742853, 5858846.393358059227467 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E115", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1169.5, "elevtn_dn": 1169.5, "invlev_up": 1167.0, "invlev_dn": 1167.0, "manhole_up": "manhole_135_generated", "manhole_dn": "manhole_136_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392949.505032581742853, 5858846.393358059227467 ], [ 1392993.956312821945176, 5858868.358838438987732 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E116", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1169.5, "elevtn_dn": 1169.5, "invlev_up": 1167.0, "invlev_dn": 1167.0, "manhole_up": "manhole_136_generated", "manhole_dn": "manhole_137_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392993.956312821945176, 5858868.358838438987732 ], [ 1393042.160067020915449, 5858881.479519641026855 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E117", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1169.5, "elevtn_dn": 1162.0, "invlev_up": 1167.0, "invlev_dn": 1159.5, "manhole_up": "manhole_137_generated", "manhole_dn": "manhole_138_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393042.160067020915449, 5858881.479519641026855 ], [ 1393090.363821219652891, 5858894.600200843065977 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E118", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1162.0, "elevtn_dn": 1162.0, "invlev_up": 1159.5, "invlev_dn": 1159.5, "manhole_up": "manhole_138_generated", "manhole_dn": "manhole_139_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393090.363821219652891, 5858894.600200843065977 ], [ 1393138.877780271228403, 5858905.382868006825447 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E119", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1162.0, "elevtn_dn": 1152.0999755859375, "invlev_up": 1159.5, "invlev_dn": 1149.5999755859375, "manhole_up": "manhole_139_generated", "manhole_dn": "manhole_140_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393138.877780271228403, 5858905.382868006825447 ], [ 1393188.835210436256602, 5858905.286093098111451 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E120", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1152.0999755859375, "elevtn_dn": 1152.0999755859375, "invlev_up": 1149.5999755859375, "invlev_dn": 1149.5999755859375, "manhole_up": "manhole_140_generated", "manhole_dn": "manhole_141_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393188.835210436256602, 5858905.286093098111451 ], [ 1393237.248238409170881, 5858916.599204055964947 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E121", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1152.0999755859375, "elevtn_dn": 1147.300048828125, "invlev_up": 1149.5999755859375, "invlev_dn": 1144.800048828125, "manhole_up": "manhole_141_generated", "manhole_dn": "manhole_142_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393237.248238409170881, 5858916.599204055964947 ], [ 1393278.15638761385344, 5858943.766047672368586 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E122", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1147.300048828125, "elevtn_dn": 1182.7000732421875, "invlev_up": 1144.800048828125, "invlev_dn": 1180.2000732421875, "manhole_up": "manhole_142_generated", "manhole_dn": "manhole_143_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393278.15638761385344, 5858943.766047672368586 ], [ 1393316.553906054003164, 5858975.725158606655896 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E123", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1182.7000732421875, "elevtn_dn": 1180.0999755859375, "invlev_up": 1180.2000732421875, "invlev_dn": 1177.5999755859375, "manhole_up": "manhole_143_generated", "manhole_dn": "manhole_144_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393316.553906054003164, 5858975.725158606655896 ], [ 1393354.951424494385719, 5859007.684269540011883 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E124", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1180.0999755859375, "elevtn_dn": 1180.0999755859375, "invlev_up": 1177.5999755859375, "invlev_dn": 1177.5999755859375, "manhole_up": "manhole_144_generated", "manhole_dn": "manhole_145_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393354.951424494385719, 5859007.684269540011883 ], [ 1393393.348942934535444, 5859039.643380474299192 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E125", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1180.0999755859375, "elevtn_dn": 1180.0999755859375, "invlev_up": 1177.5999755859375, "invlev_dn": 1177.5999755859375, "manhole_up": "manhole_145_generated", "manhole_dn": "manhole_146_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393393.348942934535444, 5859039.643380474299192 ], [ 1393431.746461374685168, 5859071.602491408586502 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E126", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1180.0999755859375, "elevtn_dn": 1202.5999755859375, "invlev_up": 1177.5999755859375, "invlev_dn": 1200.0999755859375, "manhole_up": "manhole_146_generated", "manhole_dn": "manhole_147_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393431.746461374685168, 5859071.602491408586502 ], [ 1393472.672340910183266, 5859100.089053857140243 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E127", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1202.5999755859375, "elevtn_dn": 1202.5999755859375, "invlev_up": 1200.0999755859375, "invlev_dn": 1200.0999755859375, "manhole_up": "manhole_147_generated", "manhole_dn": "manhole_148_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393472.672340910183266, 5859100.089053857140243 ], [ 1393507.678647378925234, 5859134.262682756409049 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E128", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1202.5999755859375, "elevtn_dn": 1202.5999755859375, "invlev_up": 1200.0999755859375, "invlev_dn": 1200.0999755859375, "manhole_up": "manhole_148_generated", "manhole_dn": "manhole_149_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393507.678647378925234, 5859134.262682756409049 ], [ 1393492.637579936999828, 5859179.667013085447252 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E129", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1202.5999755859375, "elevtn_dn": 1232.300048828125, "invlev_up": 1200.0999755859375, "invlev_dn": 1229.800048828125, "manhole_up": "manhole_149_generated", "manhole_dn": "manhole_150_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393492.637579936999828, 5859179.667013085447252 ], [ 1393472.727902054553851, 5859225.064155456610024 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E130", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1232.300048828125, "elevtn_dn": 1232.300048828125, "invlev_up": 1229.800048828125, "invlev_dn": 1229.800048828125, "manhole_up": "manhole_150_generated", "manhole_dn": "manhole_151_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393472.727902054553851, 5859225.064155456610024 ], [ 1393467.563765458529815, 5859274.587596206925809 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E131", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1232.300048828125, "elevtn_dn": 1232.300048828125, "invlev_up": 1229.800048828125, "invlev_dn": 1229.800048828125, "manhole_up": "manhole_151_generated", "manhole_dn": "manhole_152_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393467.563765458529815, 5859274.587596206925809 ], [ 1393473.51405850565061, 5859323.8850102070719 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E132", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1232.300048828125, "elevtn_dn": 1232.300048828125, "invlev_up": 1229.800048828125, "invlev_dn": 1229.800048828125, "manhole_up": "manhole_152_generated", "manhole_dn": "manhole_153_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393473.51405850565061, 5859323.8850102070719 ], [ 1393507.773820924572647, 5859356.614802500233054 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E133", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1232.300048828125, "elevtn_dn": 1214.800048828125, "invlev_up": 1229.800048828125, "invlev_dn": 1212.300048828125, "manhole_up": "manhole_153_generated", "manhole_dn": "manhole_154_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393507.773820924572647, 5859356.614802500233054 ], [ 1393555.824224345618859, 5859349.253152369521558 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E134", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1214.800048828125, "elevtn_dn": 1214.800048828125, "invlev_up": 1212.300048828125, "invlev_dn": 1212.300048828125, "manhole_up": "manhole_154_generated", "manhole_dn": "manhole_155_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393555.824224345618859, 5859349.253152369521558 ], [ 1393591.00338595919311, 5859314.794959847815335 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E135", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1214.800048828125, "elevtn_dn": 1191.0999755859375, "invlev_up": 1212.300048828125, "invlev_dn": 1188.5999755859375, "manhole_up": "manhole_155_generated", "manhole_dn": "manhole_156_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393591.00338595919311, 5859314.794959847815335 ], [ 1393633.153639519121498, 5859288.066565420478582 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E136", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1191.0999755859375, "elevtn_dn": 1191.0999755859375, "invlev_up": 1188.5999755859375, "invlev_dn": 1188.5999755859375, "manhole_up": "manhole_156_generated", "manhole_dn": "manhole_157_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393633.153639519121498, 5859288.066565420478582 ], [ 1393673.123904188396409, 5859258.097712650895119 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E137", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1191.0999755859375, "elevtn_dn": 1144.300048828125, "invlev_up": 1188.5999755859375, "invlev_dn": 1141.800048828125, "manhole_up": "manhole_157_generated", "manhole_dn": "manhole_158_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393673.123904188396409, 5859258.097712650895119 ], [ 1393720.523227575467899, 5859244.838272913359106 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E138", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1144.300048828125, "elevtn_dn": 1144.300048828125, "invlev_up": 1141.800048828125, "invlev_dn": 1141.800048828125, "manhole_up": "manhole_158_generated", "manhole_dn": "manhole_159_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393720.523227575467899, 5859244.838272913359106 ], [ 1393765.710014625452459, 5859224.569284616038203 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E139", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1144.300048828125, "elevtn_dn": 1144.300048828125, "invlev_up": 1141.800048828125, "invlev_dn": 1141.800048828125, "manhole_up": "manhole_159_generated", "manhole_dn": "manhole_160_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393765.710014625452459, 5859224.569284616038203 ], [ 1393806.409210936399177, 5859195.609256223775446 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E140", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": 1144.300048828125, "elevtn_dn": -9999.0, "invlev_up": 1141.800048828125, "invlev_dn": -10001.5, "manhole_up": "manhole_160_generated", "manhole_dn": "manhole_161_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393806.409210936399177, 5859195.609256223775446 ], [ 1393846.866742686368525, 5859166.301538489758968 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E141", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_161_generated", "manhole_dn": "manhole_162_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393846.866742686368525, 5859166.301538489758968 ], [ 1393891.92032476933673, 5859146.596169056370854 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E142", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_162_generated", "manhole_dn": "manhole_163_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393891.92032476933673, 5859146.596169056370854 ], [ 1393933.388036550255492, 5859122.27783191204071 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E143", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_163_generated", "manhole_dn": "manhole_164_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393933.388036550255492, 5859122.27783191204071 ], [ 1393962.852899672929198, 5859082.145733420737088 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E144", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_164_generated", "manhole_dn": "manhole_165_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393962.852899672929198, 5859082.145733420737088 ], [ 1394005.729330646339804, 5859059.753146149218082 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E145", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_165_generated", "manhole_dn": "manhole_166_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394005.729330646339804, 5859059.753146149218082 ], [ 1394055.475931912194937, 5859057.795491775497794 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E146", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_166_generated", "manhole_dn": "manhole_167_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394055.475931912194937, 5859057.795491775497794 ], [ 1394105.428024321328849, 5859057.063072990626097 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E147", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_167_generated", "manhole_dn": "manhole_168_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394105.428024321328849, 5859057.063072990626097 ], [ 1394154.825223857769743, 5859052.280367240309715 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E148", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_168_generated", "manhole_dn": "manhole_169_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394154.825223857769743, 5859052.280367240309715 ], [ 1394200.611384192248806, 5859033.003444260917604 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E149", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_169_generated", "manhole_dn": "manhole_170_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394200.611384192248806, 5859033.003444260917604 ], [ 1394249.433454187819734, 5859022.412897750735283 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E150", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_170_generated", "manhole_dn": "manhole_171_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394249.433454187819734, 5859022.412897750735283 ], [ 1394298.801166942343116, 5859016.404503071680665 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E151", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_171_generated", "manhole_dn": "manhole_172_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394298.801166942343116, 5859016.404503071680665 ], [ 1394342.946749913971871, 5859035.15985235851258 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E152", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_172_generated", "manhole_dn": "manhole_173_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394342.946749913971871, 5859035.15985235851258 ], [ 1394378.140150804072618, 5859070.400374908931553 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E153", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_173_generated", "manhole_dn": "manhole_174_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394378.140150804072618, 5859070.400374908931553 ], [ 1394425.059556928696111, 5859086.18745138309896 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E154", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_174_generated", "manhole_dn": "manhole_175_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394425.059556928696111, 5859086.18745138309896 ], [ 1394473.833242634311318, 5859096.998638955876231 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E155", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_175_generated", "manhole_dn": "manhole_176_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394473.833242634311318, 5859096.998638955876231 ], [ 1394522.606928340159357, 5859107.809826529584825 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E156", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_176_generated", "manhole_dn": "manhole_177_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394522.606928340159357, 5859107.809826529584825 ], [ 1394569.942334236111492, 5859123.168175579980016 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E157", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_177_generated", "manhole_dn": "manhole_178_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394569.942334236111492, 5859123.168175579980016 ], [ 1394614.71365896705538, 5859145.210272738710046 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E158", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_178_generated", "manhole_dn": "manhole_179_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394614.71365896705538, 5859145.210272738710046 ], [ 1394658.743920307140797, 5859168.813032755628228 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E159", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_179_generated", "manhole_dn": "manhole_180_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394658.743920307140797, 5859168.813032755628228 ], [ 1394702.774181646993384, 5859192.415792771615088 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E160", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_180_generated", "manhole_dn": "manhole_181_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394702.774181646993384, 5859192.415792771615088 ], [ 1394746.804442987078801, 5859216.018552787601948 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E161", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_181_generated", "manhole_dn": "manhole_182_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394746.804442987078801, 5859216.018552787601948 ], [ 1394790.834704327164218, 5859239.62131280452013 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E162", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_182_generated", "manhole_dn": "manhole_183_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394790.834704327164218, 5859239.62131280452013 ], [ 1394834.864965667249635, 5859263.22407282050699 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E163", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_183_generated", "manhole_dn": "manhole_184_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394834.864965667249635, 5859263.22407282050699 ], [ 1394880.208194822305813, 5859284.084080073982477 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E164", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_184_generated", "manhole_dn": "manhole_185_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394880.208194822305813, 5859284.084080073982477 ], [ 1394929.846528939437121, 5859285.224488531239331 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E165", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_185_generated", "manhole_dn": "manhole_186_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394929.846528939437121, 5859285.224488531239331 ], [ 1394979.602958623319864, 5859281.680337822064757 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E166", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_186_generated", "manhole_dn": "manhole_187_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394979.602958623319864, 5859281.680337822064757 ], [ 1395027.975007712375373, 5859291.301103600300848 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E167", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_187_generated", "manhole_dn": "manhole_188_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395027.975007712375373, 5859291.301103600300848 ], [ 1395064.979691450484097, 5859323.290621838532388 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E168", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_188_generated", "manhole_dn": "manhole_189_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395064.979691450484097, 5859323.290621838532388 ], [ 1395096.60637624678202, 5859361.958299425430596 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E169", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_189_generated", "manhole_dn": "manhole_190_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395096.60637624678202, 5859361.958299425430596 ], [ 1395138.056045547360554, 5859389.845197943039238 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E170", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_190_generated", "manhole_dn": "manhole_191_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395138.056045547360554, 5859389.845197943039238 ], [ 1395168.453442230820656, 5859428.834298213943839 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E171", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_191_generated", "manhole_dn": "manhole_192_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395168.453442230820656, 5859428.834298213943839 ], [ 1395194.723629675805569, 5859471.327020481228828 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E172", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_192_generated", "manhole_dn": "manhole_193_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395194.723629675805569, 5859471.327020481228828 ], [ 1395233.124693885445595, 5859502.259060705080628 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E173", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_193_generated", "manhole_dn": "manhole_194_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395233.124693885445595, 5859502.259060705080628 ], [ 1395279.894181140232831, 5859518.190229641273618 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E174", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_194_generated", "manhole_dn": "manhole_195_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395279.894181140232831, 5859518.190229641273618 ], [ 1395329.658068759599701, 5859514.672545188106596 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E175", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_195_generated", "manhole_dn": "manhole_196_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395329.658068759599701, 5859514.672545188106596 ], [ 1395379.275171030778438, 5859511.234951389953494 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E176", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_196_generated", "manhole_dn": "manhole_197_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395379.275171030778438, 5859511.234951389953494 ], [ 1395422.765292956260964, 5859533.509733532555401 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E177", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_197_generated", "manhole_dn": "manhole_198_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395422.765292956260964, 5859533.509733532555401 ], [ 1395460.958212529076263, 5859565.713073243387043 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E178", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_198_generated", "manhole_dn": "manhole_199_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395460.958212529076263, 5859565.713073243387043 ], [ 1395506.138909439090639, 5859585.240929782390594 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E179", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_199_generated", "manhole_dn": "manhole_200_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395506.138909439090639, 5859585.240929782390594 ], [ 1395555.525035230675712, 5859592.775169848464429 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E180", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_200_generated", "manhole_dn": "manhole_201_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395555.525035230675712, 5859592.775169848464429 ], [ 1395599.499233362497762, 5859614.24367141444236 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E181", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_201_generated", "manhole_dn": "manhole_202_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395599.499233362497762, 5859614.24367141444236 ], [ 1395632.258298622677103, 5859651.643457526341081 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E182", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_202_generated", "manhole_dn": "manhole_203_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395632.258298622677103, 5859651.643457526341081 ], [ 1395662.990371769992635, 5859691.006367458030581 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E183", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_203_generated", "manhole_dn": "manhole_204_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395662.990371769992635, 5859691.006367458030581 ], [ 1395699.859898457303643, 5859721.886182527057827 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E184", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_204_generated", "manhole_dn": "manhole_205_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395699.859898457303643, 5859721.886182527057827 ], [ 1395748.598021129379049, 5859732.768336392007768 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E185", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_205_generated", "manhole_dn": "manhole_206_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395748.598021129379049, 5859732.768336392007768 ], [ 1395798.108951882226393, 5859738.817077570594847 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E186", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_206_generated", "manhole_dn": "manhole_207_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395798.108951882226393, 5859738.817077570594847 ], [ 1395847.432503558928147, 5859732.277596881613135 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E187", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_207_generated", "manhole_dn": "manhole_208_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395847.432503558928147, 5859732.277596881613135 ], [ 1395896.707545045297593, 5859725.029526701197028 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E188", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_208_generated", "manhole_dn": "manhole_209_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395896.707545045297593, 5859725.029526701197028 ], [ 1395945.676986357429996, 5859732.97450408898294 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E189", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_209_generated", "manhole_dn": "manhole_210_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395945.676986357429996, 5859732.97450408898294 ], [ 1395992.823192392243072, 5859749.496896487660706 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E190", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_210_generated", "manhole_dn": "manhole_211_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395992.823192392243072, 5859749.496896487660706 ], [ 1396039.969398427288979, 5859766.019288886338472 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E191", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_211_generated", "manhole_dn": "manhole_212_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396039.969398427288979, 5859766.019288886338472 ], [ 1396087.115604462334886, 5859782.541681285016239 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E192", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_212_generated", "manhole_dn": "manhole_213_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396087.115604462334886, 5859782.541681285016239 ], [ 1396136.122726181754842, 5859783.256126726977527 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E193", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_213_generated", "manhole_dn": "manhole_214_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396136.122726181754842, 5859783.256126726977527 ], [ 1396184.557975406525657, 5859773.177098214626312 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E194", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_214_generated", "manhole_dn": "manhole_215_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396184.557975406525657, 5859773.177098214626312 ], [ 1396234.332321533700451, 5859776.813416129909456 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E195", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_215_generated", "manhole_dn": "manhole_216_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396234.332321533700451, 5859776.813416129909456 ], [ 1396284.079435384133831, 5859781.393684419803321 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E196", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_216_generated", "manhole_dn": "manhole_217_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396284.079435384133831, 5859781.393684419803321 ], [ 1396333.82654923456721, 5859785.97395271062851 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E197", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_217_generated", "manhole_dn": "manhole_218_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396333.82654923456721, 5859785.97395271062851 ], [ 1396383.573663085000589, 5859790.554221000522375 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E198", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_218_generated", "manhole_dn": "manhole_219_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396383.573663085000589, 5859790.554221000522375 ], [ 1396433.3207769356668, 5859795.134489291347563 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E199", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_219_generated", "manhole_dn": "manhole_220_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396433.3207769356668, 5859795.134489291347563 ], [ 1396482.971062028314918, 5859800.63004573341459 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E200", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_220_generated", "manhole_dn": "manhole_221_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396482.971062028314918, 5859800.63004573341459 ], [ 1396532.628195792203769, 5859805.573254623450339 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E201", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_221_generated", "manhole_dn": "manhole_222_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396532.628195792203769, 5859805.573254623450339 ], [ 1396582.445765120442957, 5859803.006616869010031 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E202", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_222_generated", "manhole_dn": "manhole_223_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396582.445765120442957, 5859803.006616869010031 ], [ 1396632.004199309274554, 5859796.704569994471967 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E203", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_223_generated", "manhole_dn": "manhole_224_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396632.004199309274554, 5859796.704569994471967 ], [ 1396681.67369817988947, 5859791.799600607715547 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E204", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_224_generated", "manhole_dn": "manhole_225_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396681.67369817988947, 5859791.799600607715547 ], [ 1396731.549113321350887, 5859793.205961636267602 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E205", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_225_generated", "manhole_dn": "manhole_226_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396731.549113321350887, 5859793.205961636267602 ], [ 1396781.208348408574238, 5859798.40605031978339 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E206", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_226_generated", "manhole_dn": "manhole_227_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396781.208348408574238, 5859798.40605031978339 ], [ 1396830.710641485406086, 5859805.134881881996989 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E207", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_227_generated", "manhole_dn": "manhole_228_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396830.710641485406086, 5859805.134881881996989 ], [ 1396880.212934562237933, 5859811.863713445141912 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E208", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_228_generated", "manhole_dn": "manhole_229_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396880.212934562237933, 5859811.863713445141912 ], [ 1396929.517627175664529, 5859819.913461329415441 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E209", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_229_generated", "manhole_dn": "manhole_230_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396929.517627175664529, 5859819.913461329415441 ], [ 1396978.821983117843047, 5859827.965459789149463 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E210", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_230_generated", "manhole_dn": "manhole_231_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396978.821983117843047, 5859827.965459789149463 ], [ 1397026.069022371433675, 5859842.370200684294105 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E211", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_231_generated", "manhole_dn": "manhole_232_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397026.069022371433675, 5859842.370200684294105 ], [ 1397066.546459601027891, 5859871.497040014714003 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E212", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_232_generated", "manhole_dn": "manhole_233_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397066.546459601027891, 5859871.497040014714003 ], [ 1397112.32103202980943, 5859891.233403690159321 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E213", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_233_generated", "manhole_dn": "manhole_234_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397112.32103202980943, 5859891.233403690159321 ], [ 1397158.934577539330348, 5859909.203700546175241 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E214", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_234_generated", "manhole_dn": "manhole_235_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397158.934577539330348, 5859909.203700546175241 ], [ 1397208.628899687202647, 5859912.217249902896583 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E215", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_235_generated", "manhole_dn": "manhole_236_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397208.628899687202647, 5859912.217249902896583 ], [ 1397258.349997788900509, 5859908.621303669176996 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E216", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_236_generated", "manhole_dn": "manhole_237_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397258.349997788900509, 5859908.621303669176996 ], [ 1397307.652687890455127, 5859900.559111485257745 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E217", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_237_generated", "manhole_dn": "manhole_238_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397307.652687890455127, 5859900.559111485257745 ], [ 1397356.819969275966287, 5859891.718973587267101 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E218", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_238_generated", "manhole_dn": "manhole_239_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397356.819969275966287, 5859891.718973587267101 ], [ 1397405.947162994416431, 5859882.64852533955127 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E219", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_239_generated", "manhole_dn": "manhole_240_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397405.947162994416431, 5859882.64852533955127 ], [ 1397455.074356712866575, 5859873.578077092766762 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E220", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_240_generated", "manhole_dn": "manhole_241_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397455.074356712866575, 5859873.578077092766762 ], [ 1397504.201550431316718, 5859864.507628845050931 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E221", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_241_generated", "manhole_dn": "manhole_242_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397504.201550431316718, 5859864.507628845050931 ], [ 1397554.018958964385092, 5859861.992306004278362 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E222", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_242_generated", "manhole_dn": "manhole_243_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397554.018958964385092, 5859861.992306004278362 ], [ 1397603.971859964774922, 5859861.624241239391267 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E223", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_243_generated", "manhole_dn": "manhole_244_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397603.971859964774922, 5859861.624241239391267 ], [ 1397653.88297161902301, 5859859.471306613646448 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E224", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_244_generated", "manhole_dn": "manhole_245_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397653.88297161902301, 5859859.471306613646448 ], [ 1397703.423982579493895, 5859861.881308420561254 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E225", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_245_generated", "manhole_dn": "manhole_246_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397703.423982579493895, 5859861.881308420561254 ], [ 1397747.023107959888875, 5859886.10373152885586 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E226", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_246_generated", "manhole_dn": "manhole_247_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397747.023107959888875, 5859886.10373152885586 ], [ 1397793.638197069521993, 5859903.174489093013108 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E227", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_247_generated", "manhole_dn": "manhole_248_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397793.638197069521993, 5859903.174489093013108 ], [ 1397843.058697305386886, 5859908.075518388301134 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E228", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_248_generated", "manhole_dn": "manhole_249_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397843.058697305386886, 5859908.075518388301134 ], [ 1397891.750025275163352, 5859898.873471706174314 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E229", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_249_generated", "manhole_dn": "manhole_250_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397891.750025275163352, 5859898.873471706174314 ], [ 1397936.923744227737188, 5859877.870162684470415 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E230", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_250_generated", "manhole_dn": "manhole_251_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397936.923744227737188, 5859877.870162684470415 ], [ 1397981.64439625875093, 5859855.90778212249279 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E231", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_251_generated", "manhole_dn": "manhole_252_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397981.64439625875093, 5859855.90778212249279 ], [ 1398028.885239223018289, 5859839.657952889800072 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E232", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_252_generated", "manhole_dn": "manhole_253_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398028.885239223018289, 5859839.657952889800072 ], [ 1398074.333874926203862, 5859819.596489317715168 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E233", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_253_generated", "manhole_dn": "manhole_254_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398074.333874926203862, 5859819.596489317715168 ], [ 1398115.10738128842786, 5859790.975434089079499 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E234", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_254_generated", "manhole_dn": "manhole_255_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398115.10738128842786, 5859790.975434089079499 ], [ 1398149.744975707959384, 5859755.089587510563433 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E235", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_255_generated", "manhole_dn": "manhole_256_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398149.744975707959384, 5859755.089587510563433 ], [ 1398183.274726968258619, 5859718.055684468708932 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E236", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_256_generated", "manhole_dn": "manhole_257_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398183.274726968258619, 5859718.055684468708932 ], [ 1398216.804478228790686, 5859681.021781427785754 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E237", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_257_generated", "manhole_dn": "manhole_258_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398216.804478228790686, 5859681.021781427785754 ], [ 1398250.334229489089921, 5859643.987878385931253 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E238", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_258_generated", "manhole_dn": "manhole_259_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398250.334229489089921, 5859643.987878385931253 ], [ 1398284.481650964356959, 5859607.524329618550837 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E239", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_259_generated", "manhole_dn": "manhole_260_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398284.481650964356959, 5859607.524329618550837 ], [ 1398319.317491063848138, 5859571.767064870335162 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E240", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_260_generated", "manhole_dn": "manhole_261_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398319.317491063848138, 5859571.767064870335162 ], [ 1398357.123779168818146, 5859539.110690702684224 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E241", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_261_generated", "manhole_dn": "manhole_262_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398357.123779168818146, 5859539.110690702684224 ], [ 1398396.994694244116545, 5859509.175408939830959 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E242", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_262_generated", "manhole_dn": "manhole_263_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398396.994694244116545, 5859509.175408939830959 ], [ 1398438.625188711099327, 5859481.559179571457207 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E243", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_263_generated", "manhole_dn": "manhole_264_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398438.625188711099327, 5859481.559179571457207 ], [ 1398483.539108508033678, 5859460.905187982134521 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E244", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_264_generated", "manhole_dn": "manhole_265_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398483.539108508033678, 5859460.905187982134521 ], [ 1398531.329333725385368, 5859446.3501693373546 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E245", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_265_generated", "manhole_dn": "manhole_266_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398531.329333725385368, 5859446.3501693373546 ], [ 1398573.904497290030122, 5859448.908529263921082 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E246", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_266_generated", "manhole_dn": "manhole_267_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398573.904497290030122, 5859448.908529263921082 ], [ 1398532.548580731498078, 5859465.879761456511915 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E247", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_267_generated", "manhole_dn": "manhole_268_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398532.548580731498078, 5859465.879761456511915 ], [ 1398491.570629527093843, 5859492.568126837722957 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E248", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_268_generated", "manhole_dn": "manhole_269_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398491.570629527093843, 5859492.568126837722957 ], [ 1398461.301121125230566, 5859532.253487977199256 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E249", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_269_generated", "manhole_dn": "manhole_270_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398461.301121125230566, 5859532.253487977199256 ], [ 1398432.456113477703184, 5859573.008350426331162 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E250", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_270_generated", "manhole_dn": "manhole_271_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398432.456113477703184, 5859573.008350426331162 ], [ 1398405.885065378854051, 5859615.313593564555049 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E251", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_271_generated", "manhole_dn": "manhole_272_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398405.885065378854051, 5859615.313593564555049 ], [ 1398401.093442294746637, 5859656.772992729209363 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E252", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_272_generated", "manhole_dn": "manhole_273_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398401.093442294746637, 5859656.772992729209363 ], [ 1398434.507358234375715, 5859623.867795357480645 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E253", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_273_generated", "manhole_dn": "manhole_274_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398434.507358234375715, 5859623.867795357480645 ], [ 1398464.939288959605619, 5859584.535415932536125 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E254", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_274_generated", "manhole_dn": "manhole_275_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398464.939288959605619, 5859584.535415932536125 ], [ 1398503.837231649784371, 5859553.340068104676902 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E255", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_275_generated", "manhole_dn": "manhole_276_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398503.837231649784371, 5859553.340068104676902 ], [ 1398546.459559988696128, 5859528.119997682981193 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E256", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_276_generated", "manhole_dn": "manhole_277_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398546.459559988696128, 5859528.119997682981193 ], [ 1398595.661088732071221, 5859519.461836019530892 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E257", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_277_generated", "manhole_dn": "manhole_278_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398595.661088732071221, 5859519.461836019530892 ], [ 1398644.526447595329955, 5859509.27881785761565 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E258", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_278_generated", "manhole_dn": "manhole_279_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398644.526447595329955, 5859509.27881785761565 ], [ 1398692.807618896011263, 5859496.445942424237728 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E259", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_279_generated", "manhole_dn": "manhole_280_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398692.807618896011263, 5859496.445942424237728 ], [ 1398739.501339873997495, 5859478.733093839138746 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E260", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_280_generated", "manhole_dn": "manhole_281_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398739.501339873997495, 5859478.733093839138746 ], [ 1398787.201663054060191, 5859464.343881354667246 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E261", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_281_generated", "manhole_dn": "manhole_282_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398787.201663054060191, 5859464.343881354667246 ], [ 1398835.171647123061121, 5859451.045873033814132 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E262", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_282_generated", "manhole_dn": "manhole_283_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398835.171647123061121, 5859451.045873033814132 ], [ 1398858.065017622429878, 5859409.515308484435081 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E263", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_283_generated", "manhole_dn": "manhole_284_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398858.065017622429878, 5859409.515308484435081 ], [ 1398847.216460886178538, 5859362.391017832793295 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E264", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_284_generated", "manhole_dn": "manhole_285_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398847.216460886178538, 5859362.391017832793295 ], [ 1398801.557521830545738, 5859344.727349349297583 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E265", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_285_generated", "manhole_dn": "manhole_286_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398801.557521830545738, 5859344.727349349297583 ], [ 1398802.493710001232103, 5859324.148681189864874 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E266", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_286_generated", "manhole_dn": "manhole_287_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398802.493710001232103, 5859324.148681189864874 ], [ 1398847.80217386293225, 5859345.19370355643332 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E267", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_287_generated", "manhole_dn": "manhole_288_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398847.80217386293225, 5859345.19370355643332 ], [ 1398883.701321874046698, 5859379.053840053267777 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E268", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_288_generated", "manhole_dn": "manhole_289_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398883.701321874046698, 5859379.053840053267777 ], [ 1398921.561593507183716, 5859405.59266600292176 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E269", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_289_generated", "manhole_dn": "manhole_290_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398921.561593507183716, 5859405.59266600292176 ], [ 1398916.532475853571668, 5859367.261669612489641 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E270", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_290_generated", "manhole_dn": "manhole_291_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398916.532475853571668, 5859367.261669612489641 ], [ 1398878.751509881811216, 5859335.164943357929587 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E271", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_291_generated", "manhole_dn": "manhole_292_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398878.751509881811216, 5859335.164943357929587 ], [ 1398837.095387369161472, 5859308.388286277651787 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E272", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_292_generated", "manhole_dn": "manhole_293_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398837.095387369161472, 5859308.388286277651787 ], [ 1398828.4637511507608, 5859260.883863331750035 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E273", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_293_generated", "manhole_dn": "manhole_294_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398828.4637511507608, 5859260.883863331750035 ], [ 1398825.407821342581883, 5859211.35791480075568 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E274", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_294_generated", "manhole_dn": "manhole_295_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398825.407821342581883, 5859211.35791480075568 ], [ 1398810.070193937746808, 5859163.81307933293283 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E275", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_295_generated", "manhole_dn": "manhole_296_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398810.070193937746808, 5859163.81307933293283 ], [ 1398794.732566533144563, 5859116.26824386510998 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E276", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_296_generated", "manhole_dn": "manhole_297_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398794.732566533144563, 5859116.26824386510998 ], [ 1398782.747474028496072, 5859067.9170350600034 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E277", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_297_generated", "manhole_dn": "manhole_298_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398782.747474028496072, 5859067.9170350600034 ], [ 1398770.17950126901269, 5859019.8204888086766 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E278", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_298_generated", "manhole_dn": "manhole_299_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398770.17950126901269, 5859019.8204888086766 ], [ 1398795.085148732177913, 5859018.555148786865175 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E279", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_299_generated", "manhole_dn": "manhole_300_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398795.085148732177913, 5859018.555148786865175 ], [ 1398805.761120797367766, 5859067.358609878458083 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E280", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_300_generated", "manhole_dn": "manhole_301_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398805.761120797367766, 5859067.358609878458083 ], [ 1398822.476000100839883, 5859113.877516822889447 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E281", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_301_generated", "manhole_dn": "manhole_302_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398822.476000100839883, 5859113.877516822889447 ], [ 1398846.775557091226801, 5859157.527095561847091 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E282", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_302_generated", "manhole_dn": "manhole_303_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398846.775557091226801, 5859157.527095561847091 ], [ 1398856.31471465039067, 5859206.267450321465731 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E283", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_303_generated", "manhole_dn": "manhole_304_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398856.31471465039067, 5859206.267450321465731 ], [ 1398869.156176014570519, 5859252.201237232424319 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E284", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_304_generated", "manhole_dn": "manhole_305_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398869.156176014570519, 5859252.201237232424319 ], [ 1398880.023954376578331, 5859208.279428681358695 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E285", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_305_generated", "manhole_dn": "manhole_306_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398880.023954376578331, 5859208.279428681358695 ], [ 1398880.626256473595276, 5859158.584949998185039 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E286", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_306_generated", "manhole_dn": "manhole_307_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398880.626256473595276, 5859158.584949998185039 ], [ 1398868.13963572261855, 5859110.213072876445949 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E287", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_307_generated", "manhole_dn": "manhole_308_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398868.13963572261855, 5859110.213072876445949 ], [ 1398853.932250312762335, 5859062.36953486315906 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E288", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_308_generated", "manhole_dn": "manhole_309_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398853.932250312762335, 5859062.36953486315906 ], [ 1398837.122472708113492, 5859015.325028585270047 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E289", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_309_generated", "manhole_dn": "manhole_310_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398837.122472708113492, 5859015.325028585270047 ], [ 1398811.025979021331295, 5858975.228952785953879 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E290", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_310_generated", "manhole_dn": "manhole_311_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398811.025979021331295, 5858975.228952785953879 ], [ 1398792.731020024977624, 5858942.105522636324167 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E291", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_311_generated", "manhole_dn": "manhole_312_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398792.731020024977624, 5858942.105522636324167 ], [ 1398830.329653899185359, 5858969.070570295676589 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E292", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_312_generated", "manhole_dn": "manhole_313_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398830.329653899185359, 5858969.070570295676589 ], [ 1398855.120396409882233, 5859011.387144382111728 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E293", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_313_generated", "manhole_dn": "manhole_314_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398855.120396409882233, 5859011.387144382111728 ], [ 1398871.986897473689169, 5859058.411343852989376 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E294", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_314_generated", "manhole_dn": "manhole_315_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398871.986897473689169, 5859058.411343852989376 ], [ 1398888.853398537263274, 5859105.435543324798346 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E295", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_315_generated", "manhole_dn": "manhole_316_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398888.853398537263274, 5859105.435543324798346 ], [ 1398900.727339124539867, 5859081.638882641680539 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E296", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_316_generated", "manhole_dn": "manhole_317_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398900.727339124539867, 5859081.638882641680539 ], [ 1398886.090775846736506, 5859033.873568767681718 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E297", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_317_generated", "manhole_dn": "manhole_318_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398886.090775846736506, 5859033.873568767681718 ], [ 1398871.454212568933144, 5858986.108254893682897 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E298", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_318_generated", "manhole_dn": "manhole_319_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398871.454212568933144, 5858986.108254893682897 ], [ 1398849.153736402047798, 5858941.779146169312298 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E299", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_319_generated", "manhole_dn": "manhole_320_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398849.153736402047798, 5858941.779146169312298 ], [ 1398815.222575184656307, 5858905.112669756636024 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E300", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_320_generated", "manhole_dn": "manhole_321_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398815.222575184656307, 5858905.112669756636024 ], [ 1398794.85430785198696, 5858859.946741789579391 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E301", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_321_generated", "manhole_dn": "manhole_322_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398794.85430785198696, 5858859.946741789579391 ], [ 1398792.106715303380042, 5858810.75299206469208 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E302", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_322_generated", "manhole_dn": "manhole_323_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398792.106715303380042, 5858810.75299206469208 ], [ 1398793.643042888259515, 5858760.819096846506 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E303", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_323_generated", "manhole_dn": "manhole_324_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398793.643042888259515, 5858760.819096846506 ], [ 1398790.088434485485777, 5858711.060477316379547 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E304", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_324_generated", "manhole_dn": "manhole_325_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398790.088434485485777, 5858711.060477316379547 ], [ 1398794.878786830464378, 5858662.547426326200366 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E305", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_325_generated", "manhole_dn": "manhole_326_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398794.878786830464378, 5858662.547426326200366 ], [ 1398819.366494038375095, 5858670.364549998193979 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E306", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_326_generated", "manhole_dn": "manhole_327_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398819.366494038375095, 5858670.364549998193979 ], [ 1398819.617673476459458, 5858716.76762757729739 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E307", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_327_generated", "manhole_dn": "manhole_328_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398819.617673476459458, 5858716.76762757729739 ], [ 1398839.440140422666445, 5858762.622695895843208 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E308", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_328_generated", "manhole_dn": "manhole_329_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398839.440140422666445, 5858762.622695895843208 ], [ 1398862.207243219949305, 5858806.886671305634081 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E309", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_329_generated", "manhole_dn": "manhole_330_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398862.207243219949305, 5858806.886671305634081 ], [ 1398889.802204162580892, 5858848.531266688369215 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E310", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_330_generated", "manhole_dn": "manhole_331_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398889.802204162580892, 5858848.531266688369215 ], [ 1398917.39716510521248, 5858890.17586207203567 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E311", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_331_generated", "manhole_dn": "manhole_332_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398917.39716510521248, 5858890.17586207203567 ], [ 1398944.992126047844067, 5858931.820457454770803 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E312", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_332_generated", "manhole_dn": "manhole_333_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398944.992126047844067, 5858931.820457454770803 ], [ 1398971.575186722679064, 5858973.957092110067606 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E313", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_333_generated", "manhole_dn": "manhole_334_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398971.575186722679064, 5858973.957092110067606 ], [ 1398987.166208792012185, 5859021.419029271230102 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E314", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_334_generated", "manhole_dn": "manhole_335_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398987.166208792012185, 5859021.419029271230102 ], [ 1399016.090406245552003, 5859058.44711637031287 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E315", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_335_generated", "manhole_dn": "manhole_336_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399016.090406245552003, 5859058.44711637031287 ], [ 1399064.877304280875251, 5859051.315186527557671 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E316", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_336_generated", "manhole_dn": "manhole_337_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399064.877304280875251, 5859051.315186527557671 ], [ 1399112.820078881457448, 5859037.270808375440538 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E317", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_337_generated", "manhole_dn": "manhole_338_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399112.820078881457448, 5859037.270808375440538 ], [ 1399155.369209250900894, 5859045.770087925717235 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E318", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_338_generated", "manhole_dn": "manhole_339_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399155.369209250900894, 5859045.770087925717235 ], [ 1399184.26689311536029, 5859080.177823886275291 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E319", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_339_generated", "manhole_dn": "manhole_340_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399184.26689311536029, 5859080.177823886275291 ], [ 1399230.582083143759519, 5859061.869365677237511 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E320", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_340_generated", "manhole_dn": "manhole_341_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399230.582083143759519, 5859061.869365677237511 ], [ 1399278.64013407076709, 5859050.891167950816453 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E321", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_341_generated", "manhole_dn": "manhole_342_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399278.64013407076709, 5859050.891167950816453 ], [ 1399328.355699470732361, 5859048.321908378973603 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E322", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_342_generated", "manhole_dn": "manhole_343_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399328.355699470732361, 5859048.321908378973603 ], [ 1399370.16553715383634, 5859074.816641157492995 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E323", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_343_generated", "manhole_dn": "manhole_344_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399370.16553715383634, 5859074.816641157492995 ], [ 1399410.248347557615489, 5859104.537193459458649 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E324", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_344_generated", "manhole_dn": "manhole_345_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399410.248347557615489, 5859104.537193459458649 ], [ 1399458.397684239549562, 5859099.588150420226157 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E325", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_345_generated", "manhole_dn": "manhole_346_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399458.397684239549562, 5859099.588150420226157 ], [ 1399505.852520841639489, 5859083.975741870701313 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E326", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_346_generated", "manhole_dn": "manhole_347_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399505.852520841639489, 5859083.975741870701313 ], [ 1399555.343614747049287, 5859081.947722216136754 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E327", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_347_generated", "manhole_dn": "manhole_348_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399555.343614747049287, 5859081.947722216136754 ], [ 1399601.015649068634957, 5859062.386111154220998 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E328", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_348_generated", "manhole_dn": "manhole_349_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399601.015649068634957, 5859062.386111154220998 ], [ 1399645.166987635195255, 5859039.625559205189347 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E329", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_349_generated", "manhole_dn": "manhole_350_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399645.166987635195255, 5859039.625559205189347 ], [ 1399678.521855275146663, 5859013.434346660971642 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E330", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_350_generated", "manhole_dn": "manhole_351_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399678.521855275146663, 5859013.434346660971642 ], [ 1399631.887222865596414, 5859026.524122441187501 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E331", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_351_generated", "manhole_dn": "manhole_352_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399631.887222865596414, 5859026.524122441187501 ], [ 1399582.468943196348846, 5859026.310079920105636 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E332", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_352_generated", "manhole_dn": "manhole_353_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399582.468943196348846, 5859026.310079920105636 ], [ 1399539.589506425894797, 5859003.595072196796536 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E333", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_353_generated", "manhole_dn": "manhole_354_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399539.589506425894797, 5859003.595072196796536 ], [ 1399519.86119730817154, 5858958.118475421331823 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E334", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_354_generated", "manhole_dn": "manhole_355_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399519.86119730817154, 5858958.118475421331823 ], [ 1399500.702504059299827, 5858912.330591697245836 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E335", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_355_generated", "manhole_dn": "manhole_356_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399500.702504059299827, 5858912.330591697245836 ], [ 1399459.870544660370797, 5858907.820527501404285 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E336", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_356_generated", "manhole_dn": "manhole_357_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399459.870544660370797, 5858907.820527501404285 ], [ 1399416.549590024864301, 5858931.836601889692247 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E337", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_357_generated", "manhole_dn": "manhole_358_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399416.549590024864301, 5858931.836601889692247 ], [ 1399368.608087686588988, 5858925.861022648401558 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E338", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_358_generated", "manhole_dn": "manhole_359_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399368.608087686588988, 5858925.861022648401558 ], [ 1399321.001041107112542, 5858910.717598000541329 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E339", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_359_generated", "manhole_dn": "manhole_360_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399321.001041107112542, 5858910.717598000541329 ], [ 1399280.58931208611466, 5858885.789108638651669 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E340", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_360_generated", "manhole_dn": "manhole_361_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399280.58931208611466, 5858885.789108638651669 ], [ 1399313.228826150530949, 5858881.984086359851062 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E341", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_361_generated", "manhole_dn": "manhole_362_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399313.228826150530949, 5858881.984086359851062 ], [ 1399361.001372494967654, 5858895.408078421838582 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E342", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_362_generated", "manhole_dn": "manhole_363_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399361.001372494967654, 5858895.408078421838582 ], [ 1399410.482293800916523, 5858895.717533824034035 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E343", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_363_generated", "manhole_dn": "manhole_364_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399410.482293800916523, 5858895.717533824034035 ], [ 1399446.095617066370323, 5858863.024840264581144 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E344", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_364_generated", "manhole_dn": "manhole_365_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399446.095617066370323, 5858863.024840264581144 ], [ 1399474.489380049519241, 5858822.346942132338881 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E345", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_365_generated", "manhole_dn": "manhole_366_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399474.489380049519241, 5858822.346942132338881 ], [ 1399520.245104632107541, 5858824.819885011762381 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E346", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_366_generated", "manhole_dn": "manhole_367_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399520.245104632107541, 5858824.819885011762381 ], [ 1399566.586486837361008, 5858839.3189777135849 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E347", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_367_generated", "manhole_dn": "manhole_368_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399566.586486837361008, 5858839.3189777135849 ], [ 1399615.488784328103065, 5858830.109275444410741 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E348", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_368_generated", "manhole_dn": "manhole_369_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399615.488784328103065, 5858830.109275444410741 ], [ 1399664.699285737471655, 5858823.037898446433246 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E349", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_369_generated", "manhole_dn": "manhole_370_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399664.699285737471655, 5858823.037898446433246 ], [ 1399714.575816753786057, 5858820.194335919804871 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E350", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_370_generated", "manhole_dn": "manhole_371_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399714.575816753786057, 5858820.194335919804871 ], [ 1399764.179638285189867, 5858814.939907448366284 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E351", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_371_generated", "manhole_dn": "manhole_372_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399764.179638285189867, 5858814.939907448366284 ], [ 1399807.40419201576151, 5858832.621448652818799 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E352", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_372_generated", "manhole_dn": "manhole_373_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399807.40419201576151, 5858832.621448652818799 ], [ 1399840.471942235482857, 5858870.051494165323675 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E353", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_373_generated", "manhole_dn": "manhole_374_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399840.471942235482857, 5858870.051494165323675 ], [ 1399869.586369307944551, 5858910.480171481147408 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E354", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_374_generated", "manhole_dn": "manhole_375_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399869.586369307944551, 5858910.480171481147408 ], [ 1399904.217733812285587, 5858914.438459014520049 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E355", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_375_generated", "manhole_dn": "manhole_376_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399904.217733812285587, 5858914.438459014520049 ], [ 1399875.04219179507345, 5858876.656133281998336 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E356", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_376_generated", "manhole_dn": "manhole_377_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399875.04219179507345, 5858876.656133281998336 ], [ 1399842.579061046708375, 5858838.781471054069698 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E357", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_377_generated", "manhole_dn": "manhole_378_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399842.579061046708375, 5858838.781471054069698 ], [ 1399811.183227530913427, 5858799.922034208662808 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E358", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_378_generated", "manhole_dn": "manhole_379_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399811.183227530913427, 5858799.922034208662808 ], [ 1399767.760693783638999, 5858788.157405063509941 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E359", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_379_generated", "manhole_dn": "manhole_380_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399767.760693783638999, 5858788.157405063509941 ], [ 1399730.487013682723045, 5858765.889758992940187 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E360", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_380_generated", "manhole_dn": "manhole_381_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399730.487013682723045, 5858765.889758992940187 ], [ 1399775.990700061200187, 5858756.396031175740063 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E361", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_381_generated", "manhole_dn": "manhole_382_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399775.990700061200187, 5858756.396031175740063 ], [ 1399822.645813958020881, 5858770.309895566664636 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E362", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_382_generated", "manhole_dn": "manhole_383_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399822.645813958020881, 5858770.309895566664636 ], [ 1399848.382879206677899, 5858812.671142770908773 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E363", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_383_generated", "manhole_dn": "manhole_384_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399848.382879206677899, 5858812.671142770908773 ], [ 1399890.146971003850922, 5858839.840006156824529 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E364", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_384_generated", "manhole_dn": "manhole_385_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399890.146971003850922, 5858839.840006156824529 ], [ 1399933.024881581775844, 5858865.203323930501938 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E365", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_385_generated", "manhole_dn": "manhole_386_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399933.024881581775844, 5858865.203323930501938 ], [ 1399981.74044368439354, 5858875.856378244236112 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E366", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_386_generated", "manhole_dn": "manhole_387_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399981.74044368439354, 5858875.856378244236112 ], [ 1400031.093885593581945, 5858881.904236211441457 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E367", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_387_generated", "manhole_dn": "manhole_388_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400031.093885593581945, 5858881.904236211441457 ], [ 1400074.736314863199368, 5858861.749566146172583 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E368", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_388_generated", "manhole_dn": "manhole_389_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400074.736314863199368, 5858861.749566146172583 ], [ 1400120.04604879906401, 5858848.047577112913132 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E369", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_389_generated", "manhole_dn": "manhole_390_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400120.04604879906401, 5858848.047577112913132 ], [ 1400169.107465818757191, 5858855.451738660223782 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E370", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_390_generated", "manhole_dn": "manhole_391_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400169.107465818757191, 5858855.451738660223782 ], [ 1400219.055904014734551, 5858854.498997437767684 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E371", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_391_generated", "manhole_dn": "manhole_392_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400219.055904014734551, 5858854.498997437767684 ], [ 1400264.202496099984273, 5858835.102559102699161 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E372", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_392_generated", "manhole_dn": "manhole_393_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400264.202496099984273, 5858835.102559102699161 ], [ 1400313.5064406034071, 5858828.076241883449256 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E373", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_393_generated", "manhole_dn": "manhole_394_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400313.5064406034071, 5858828.076241883449256 ], [ 1400363.408214918803424, 5858825.92084645293653 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E374", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_394_generated", "manhole_dn": "manhole_395_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400363.408214918803424, 5858825.92084645293653 ], [ 1400412.12190379598178, 5858816.438460538163781 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E375", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_395_generated", "manhole_dn": "manhole_396_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400412.12190379598178, 5858816.438460538163781 ], [ 1400457.35316961701028, 5858795.303617381490767 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E376", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_396_generated", "manhole_dn": "manhole_397_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400457.35316961701028, 5858795.303617381490767 ], [ 1400502.323299774201587, 5858773.544904466718435 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E377", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_397_generated", "manhole_dn": "manhole_398_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400502.323299774201587, 5858773.544904466718435 ], [ 1400547.293429931392893, 5858751.786191551946104 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E378", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_398_generated", "manhole_dn": "manhole_399_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400547.293429931392893, 5858751.786191551946104 ], [ 1400590.744895527139306, 5858727.159174475818872 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E379", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_399_generated", "manhole_dn": "manhole_400_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400590.744895527139306, 5858727.159174475818872 ], [ 1400635.199019884923473, 5858704.567341326735914 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E380", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_400_generated", "manhole_dn": "manhole_401_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400635.199019884923473, 5858704.567341326735914 ], [ 1400681.200077461311594, 5858685.082555058412254 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E381", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_401_generated", "manhole_dn": "manhole_402_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400681.200077461311594, 5858685.082555058412254 ], [ 1400727.201135037466884, 5858665.597768789157271 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E382", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_402_generated", "manhole_dn": "manhole_403_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400727.201135037466884, 5858665.597768789157271 ], [ 1400771.747518746880814, 5858643.185780400410295 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E383", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_403_generated", "manhole_dn": "manhole_404_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400771.747518746880814, 5858643.185780400410295 ], [ 1400815.058141873218119, 5858618.287103357724845 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E384", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_404_generated", "manhole_dn": "manhole_405_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400815.058141873218119, 5858618.287103357724845 ], [ 1400858.368764999555424, 5858593.388426315039396 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E385", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_405_generated", "manhole_dn": "manhole_406_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400858.368764999555424, 5858593.388426315039396 ], [ 1400901.015538981882855, 5858567.603215331211686 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E386", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_406_generated", "manhole_dn": "manhole_407_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400901.015538981882855, 5858567.603215331211686 ], [ 1400935.611248838482425, 5858531.635457808151841 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E387", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_407_generated", "manhole_dn": "manhole_408_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400935.611248838482425, 5858531.635457808151841 ], [ 1400968.368858377216384, 5858493.916852168738842 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E388", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_408_generated", "manhole_dn": "manhole_409_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400968.368858377216384, 5858493.916852168738842 ], [ 1401003.934786917176098, 5858459.187281335704029 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E389", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_409_generated", "manhole_dn": "manhole_410_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401003.934786917176098, 5858459.187281335704029 ], [ 1401043.585826724534854, 5858428.797351745888591 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E390", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_410_generated", "manhole_dn": "manhole_411_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401043.585826724534854, 5858428.797351745888591 ], [ 1401083.221737525891513, 5858398.387669586576521 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E391", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_411_generated", "manhole_dn": "manhole_412_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401083.221737525891513, 5858398.387669586576521 ], [ 1401110.648461407981813, 5858357.591805689036846 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E392", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_412_generated", "manhole_dn": "manhole_413_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401110.648461407981813, 5858357.591805689036846 ], [ 1401126.408902976894751, 5858310.191691207699478 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E393", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_413_generated", "manhole_dn": "manhole_414_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401126.408902976894751, 5858310.191691207699478 ], [ 1401143.036807195749134, 5858263.082594471052289 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E394", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_414_generated", "manhole_dn": "manhole_415_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401143.036807195749134, 5858263.082594471052289 ], [ 1401138.212383721489459, 5858214.76880091521889 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E395", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_415_generated", "manhole_dn": "manhole_416_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401138.212383721489459, 5858214.76880091521889 ], [ 1401127.278883102815598, 5858166.793468511663377 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E396", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_416_generated", "manhole_dn": "manhole_417_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401127.278883102815598, 5858166.793468511663377 ], [ 1401167.115607601357624, 5858144.839577251113951 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E397", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_417_generated", "manhole_dn": "manhole_418_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401167.115607601357624, 5858144.839577251113951 ], [ 1401216.491633794968948, 5858137.314352037385106 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E398", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_418_generated", "manhole_dn": "manhole_419_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401216.491633794968948, 5858137.314352037385106 ], [ 1401262.474555413238704, 5858118.412093843333423 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E399", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_419_generated", "manhole_dn": "manhole_420_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401262.474555413238704, 5858118.412093843333423 ], [ 1401306.204297894844785, 5858094.851829358376563 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E400", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_420_generated", "manhole_dn": "manhole_421_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401306.204297894844785, 5858094.851829358376563 ], [ 1401338.732990932185203, 5858057.277074216865003 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E401", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_421_generated", "manhole_dn": "manhole_422_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401338.732990932185203, 5858057.277074216865003 ], [ 1401369.206103157252073, 5858017.689909309148788 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E402", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_422_generated", "manhole_dn": "manhole_423_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401369.206103157252073, 5858017.689909309148788 ], [ 1401390.656988075468689, 5857974.121287336573005 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E403", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_423_generated", "manhole_dn": "manhole_424_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401390.656988075468689, 5857974.121287336573005 ], [ 1401382.080559738678858, 5857925.029101894237101 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E404", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_424_generated", "manhole_dn": "manhole_425_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401382.080559738678858, 5857925.029101894237101 ], [ 1401370.850513746263459, 5857876.350150991231203 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E405", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_425_generated", "manhole_dn": "manhole_426_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401370.850513746263459, 5857876.350150991231203 ], [ 1401359.62046775361523, 5857827.671200087293983 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E406", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_426_generated", "manhole_dn": "manhole_427_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401359.62046775361523, 5857827.671200087293983 ], [ 1401358.906585979741067, 5857778.342266672290862 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E407", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_427_generated", "manhole_dn": "manhole_428_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401358.906585979741067, 5857778.342266672290862 ], [ 1401367.984820277197286, 5857729.216511145234108 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E408", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_428_generated", "manhole_dn": "manhole_429_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401367.984820277197286, 5857729.216511145234108 ], [ 1401378.054766685701907, 5857680.310615876689553 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E409", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_429_generated", "manhole_dn": "manhole_430_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401378.054766685701907, 5857680.310615876689553 ], [ 1401398.812842015642673, 5857635.314562235958874 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E410", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_430_generated", "manhole_dn": "manhole_431_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401398.812842015642673, 5857635.314562235958874 ], [ 1401430.82192275673151, 5857597.181597260758281 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E411", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_431_generated", "manhole_dn": "manhole_432_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401430.82192275673151, 5857597.181597260758281 ], [ 1401471.215903429547325, 5857569.028509169816971 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E412", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_432_generated", "manhole_dn": "manhole_433_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401471.215903429547325, 5857569.028509169816971 ], [ 1401516.447121338918805, 5857547.817872204817832 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E413", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_433_generated", "manhole_dn": "manhole_434_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401516.447121338918805, 5857547.817872204817832 ], [ 1401562.699131066910923, 5857528.946168699301779 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E414", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_434_generated", "manhole_dn": "manhole_435_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401562.699131066910923, 5857528.946168699301779 ], [ 1401609.00828788918443, 5857510.205405948683619 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E415", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_435_generated", "manhole_dn": "manhole_436_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401609.00828788918443, 5857510.205405948683619 ], [ 1401655.317444711457938, 5857491.46464319806546 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E416", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_436_generated", "manhole_dn": "manhole_437_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401655.317444711457938, 5857491.46464319806546 ], [ 1401702.896730977809057, 5857476.413837599568069 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E417", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_437_generated", "manhole_dn": "manhole_438_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401702.896730977809057, 5857476.413837599568069 ], [ 1401750.929637423250824, 5857462.680881164036691 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E418", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_438_generated", "manhole_dn": "manhole_439_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401750.929637423250824, 5857462.680881164036691 ], [ 1401799.045013694558293, 5857449.24613715428859 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E419", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_439_generated", "manhole_dn": "manhole_440_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401799.045013694558293, 5857449.24613715428859 ], [ 1401847.308918574126437, 5857436.348475356586277 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E420", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_440_generated", "manhole_dn": "manhole_441_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401847.308918574126437, 5857436.348475356586277 ], [ 1401895.572823453694582, 5857423.450813558883965 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E421", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_441_generated", "manhole_dn": "manhole_442_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401895.572823453694582, 5857423.450813558883965 ], [ 1401943.836728333262727, 5857410.553151761181653 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E422", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_442_generated", "manhole_dn": "manhole_443_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401943.836728333262727, 5857410.553151761181653 ], [ 1401991.287342586088926, 5857395.066806650720537 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E423", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_443_generated", "manhole_dn": "manhole_444_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401991.287342586088926, 5857395.066806650720537 ], [ 1402033.899048008024693, 5857369.088003344833851 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E424", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_444_generated", "manhole_dn": "manhole_445_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402033.899048008024693, 5857369.088003344833851 ], [ 1402072.111172434175387, 5857336.990495380945504 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E425", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_445_generated", "manhole_dn": "manhole_446_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402072.111172434175387, 5857336.990495380945504 ], [ 1402109.707698884420097, 5857304.092845115810633 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E426", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_446_generated", "manhole_dn": "manhole_447_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402109.707698884420097, 5857304.092845115810633 ], [ 1402147.304225334897637, 5857271.195194851607084 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E427", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_447_generated", "manhole_dn": "manhole_448_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402147.304225334897637, 5857271.195194851607084 ], [ 1402184.900751785142347, 5857238.297544586472213 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E428", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_448_generated", "manhole_dn": "manhole_449_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402184.900751785142347, 5857238.297544586472213 ], [ 1402222.497278235619888, 5857205.399894322268665 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E429", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_449_generated", "manhole_dn": "manhole_450_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402222.497278235619888, 5857205.399894322268665 ], [ 1402260.963186759501696, 5857173.601736636832356 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E430", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_450_generated", "manhole_dn": "manhole_451_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402260.963186759501696, 5857173.601736636832356 ], [ 1402301.643911075778306, 5857144.604618449695408 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E431", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_451_generated", "manhole_dn": "manhole_452_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402301.643911075778306, 5857144.604618449695408 ], [ 1402345.539385391399264, 5857121.000730181112885 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E432", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_452_generated", "manhole_dn": "manhole_453_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402345.539385391399264, 5857121.000730181112885 ], [ 1402394.447288936935365, 5857112.260867094621062 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E433", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_453_generated", "manhole_dn": "manhole_454_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402394.447288936935365, 5857112.260867094621062 ], [ 1402441.730468847323209, 5857128.148596168495715 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E434", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_454_generated", "manhole_dn": "manhole_455_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402441.730468847323209, 5857128.148596168495715 ], [ 1402483.802292782813311, 5857152.803806195966899 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E435", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_455_generated", "manhole_dn": "manhole_456_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402483.802292782813311, 5857152.803806195966899 ], [ 1402513.116842371411622, 5857193.169051918201149 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E436", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_456_generated", "manhole_dn": "manhole_457_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402513.116842371411622, 5857193.169051918201149 ], [ 1402549.654036887688562, 5857227.071210944093764 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E437", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_457_generated", "manhole_dn": "manhole_458_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402549.654036887688562, 5857227.071210944093764 ], [ 1402592.530350444372743, 5857252.71055434178561 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E438", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_458_generated", "manhole_dn": "manhole_459_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402592.530350444372743, 5857252.71055434178561 ], [ 1402639.997615454019979, 5857268.224419611506164 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E439", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_459_generated", "manhole_dn": "manhole_460_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402639.997615454019979, 5857268.224419611506164 ], [ 1402689.905034058028832, 5857265.987510503269732 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E440", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_460_generated", "manhole_dn": "manhole_461_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402689.905034058028832, 5857265.987510503269732 ], [ 1402738.766558608040214, 5857256.155517539009452 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E441", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_461_generated", "manhole_dn": "manhole_462_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402738.766558608040214, 5857256.155517539009452 ], [ 1402785.300747652538121, 5857239.036676546558738 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E442", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_462_generated", "manhole_dn": "manhole_463_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402785.300747652538121, 5857239.036676546558738 ], [ 1402829.752187143079937, 5857216.237033539451659 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E443", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_463_generated", "manhole_dn": "manhole_464_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402829.752187143079937, 5857216.237033539451659 ], [ 1402870.336595602566376, 5857187.241045727394521 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E444", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_464_generated", "manhole_dn": "manhole_465_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402870.336595602566376, 5857187.241045727394521 ], [ 1402907.890058916993439, 5857155.221295398660004 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E445", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_465_generated", "manhole_dn": "manhole_466_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402907.890058916993439, 5857155.221295398660004 ], [ 1402955.845737372990698, 5857162.265679953619838 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E446", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_466_generated", "manhole_dn": "manhole_467_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402955.845737372990698, 5857162.265679953619838 ], [ 1403002.170354939764366, 5857180.637282749637961 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E447", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_467_generated", "manhole_dn": "manhole_468_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403002.170354939764366, 5857180.637282749637961 ], [ 1403050.636642853729427, 5857192.752278824336827 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E448", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_468_generated", "manhole_dn": "manhole_469_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403050.636642853729427, 5857192.752278824336827 ], [ 1403098.837281614542007, 5857205.861251706257463 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E449", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_469_generated", "manhole_dn": "manhole_470_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403098.837281614542007, 5857205.861251706257463 ], [ 1403146.885479411110282, 5857219.540611433796585 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E450", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_470_generated", "manhole_dn": "manhole_471_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403146.885479411110282, 5857219.540611433796585 ], [ 1403194.933677207678556, 5857233.219971161335707 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E451", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_471_generated", "manhole_dn": "manhole_472_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403194.933677207678556, 5857233.219971161335707 ], [ 1403242.981875004246831, 5857246.899330889806151 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E452", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_472_generated", "manhole_dn": "manhole_473_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403242.981875004246831, 5857246.899330889806151 ], [ 1403291.030072800815105, 5857260.578690617345273 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E453", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_473_generated", "manhole_dn": "manhole_474_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403291.030072800815105, 5857260.578690617345273 ], [ 1403337.008083500200883, 5857279.246462292969227 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E454", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_474_generated", "manhole_dn": "manhole_475_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403337.008083500200883, 5857279.246462292969227 ], [ 1403380.803470284445211, 5857303.279338725842535 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E455", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_475_generated", "manhole_dn": "manhole_476_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403380.803470284445211, 5857303.279338725842535 ], [ 1403428.121818739688024, 5857316.651918372139335 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E456", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_476_generated", "manhole_dn": "manhole_477_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403428.121818739688024, 5857316.651918372139335 ], [ 1403477.99995229463093, 5857316.044570435769856 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E457", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_477_generated", "manhole_dn": "manhole_478_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403477.99995229463093, 5857316.044570435769856 ], [ 1403520.684894758975133, 5857339.928777910768986 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E458", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_478_generated", "manhole_dn": "manhole_479_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403520.684894758975133, 5857339.928777910768986 ], [ 1403552.318474431755021, 5857378.594923712313175 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E459", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_479_generated", "manhole_dn": "manhole_480_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403552.318474431755021, 5857378.594923712313175 ], [ 1403583.95205410476774, 5857417.261069513857365 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E460", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_480_generated", "manhole_dn": "manhole_481_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403583.95205410476774, 5857417.261069513857365 ], [ 1403623.540760961361229, 5857446.034681444056332 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E461", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_481_generated", "manhole_dn": "manhole_482_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403623.540760961361229, 5857446.034681444056332 ], [ 1403671.99387682066299, 5857456.591924804262817 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E462", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_482_generated", "manhole_dn": "manhole_483_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403671.99387682066299, 5857456.591924804262817 ], [ 1403721.623416067101061, 5857462.307082566432655 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E463", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_483_generated", "manhole_dn": "manhole_484_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403721.623416067101061, 5857462.307082566432655 ], [ 1403771.146520561072975, 5857468.668577928096056 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E464", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_484_generated", "manhole_dn": "manhole_485_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403771.146520561072975, 5857468.668577928096056 ], [ 1403819.624558065086603, 5857480.525302513502538 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E465", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_485_generated", "manhole_dn": "manhole_486_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403819.624558065086603, 5857480.525302513502538 ], [ 1403833.226475024595857, 5857519.969276647083461 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E466", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_486_generated", "manhole_dn": "manhole_487_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403833.226475024595857, 5857519.969276647083461 ], [ 1403834.191400300711393, 5857569.903098987415433 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E467", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_487_generated", "manhole_dn": "manhole_488_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403834.191400300711393, 5857569.903098987415433 ], [ 1403835.826205489458516, 5857619.833867117762566 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E468", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_488_generated", "manhole_dn": "manhole_489_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403835.826205489458516, 5857619.833867117762566 ], [ 1403837.461010678205639, 5857669.764635248109698 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E469", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_489_generated", "manhole_dn": "manhole_490_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403837.461010678205639, 5857669.764635248109698 ], [ 1403839.095815866952762, 5857719.695403378456831 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E470", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_490_generated", "manhole_dn": "manhole_491_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403839.095815866952762, 5857719.695403378456831 ], [ 1403840.730621055699885, 5857769.626171507872641 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E471", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_491_generated", "manhole_dn": "manhole_492_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403840.730621055699885, 5857769.626171507872641 ], [ 1403844.05684593715705, 5857819.444052322767675 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E472", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_492_generated", "manhole_dn": "manhole_493_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403844.05684593715705, 5857819.444052322767675 ], [ 1403849.071858982322738, 5857869.149221451953053 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E473", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_493_generated", "manhole_dn": "manhole_494_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403849.071858982322738, 5857869.149221451953053 ], [ 1403857.27235992741771, 5857918.272816966287792 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E474", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_494_generated", "manhole_dn": "manhole_495_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403857.27235992741771, 5857918.272816966287792 ], [ 1403870.14476372115314, 5857966.543464514426887 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E475", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_495_generated", "manhole_dn": "manhole_496_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403870.14476372115314, 5857966.543464514426887 ], [ 1403888.167647594818845, 5858012.942289969883859 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E476", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_496_generated", "manhole_dn": "manhole_497_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403888.167647594818845, 5858012.942289969883859 ], [ 1403909.291155800223351, 5858058.214263586327434 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E477", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_497_generated", "manhole_dn": "manhole_498_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403909.291155800223351, 5858058.214263586327434 ], [ 1403930.415136094205081, 5858103.486016927286983 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E478", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_498_generated", "manhole_dn": "manhole_499_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403930.415136094205081, 5858103.486016927286983 ], [ 1403940.640495370374992, 5858152.001026654615998 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E479", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_499_generated", "manhole_dn": "manhole_500_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403940.640495370374992, 5858152.001026654615998 ], [ 1403950.174206993775442, 5858201.038034979254007 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E480", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_500_generated", "manhole_dn": "manhole_501_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403950.174206993775442, 5858201.038034979254007 ], [ 1403958.124072341481224, 5858250.354669462889433 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E481", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_501_generated", "manhole_dn": "manhole_502_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403958.124072341481224, 5858250.354669462889433 ], [ 1403965.828936894191429, 5858299.714463387615979 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E482", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_502_generated", "manhole_dn": "manhole_503_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403965.828936894191429, 5858299.714463387615979 ], [ 1403970.726305023068562, 5858348.956120178103447 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E483", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_503_generated", "manhole_dn": "manhole_504_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403970.726305023068562, 5858348.956120178103447 ], [ 1403958.90198110206984, 5858397.494141953065991 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E484", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_504_generated", "manhole_dn": "manhole_505_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403958.90198110206984, 5858397.494141953065991 ], [ 1403952.787714630831033, 5858446.859565945342183 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E485", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_505_generated", "manhole_dn": "manhole_506_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403952.787714630831033, 5858446.859565945342183 ], [ 1403976.849110416835174, 5858487.767360433936119 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E486", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_506_generated", "manhole_dn": "manhole_507_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403976.849110416835174, 5858487.767360433936119 ], [ 1404020.768327688798308, 5858511.576109840534627 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E487", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_507_generated", "manhole_dn": "manhole_508_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404020.768327688798308, 5858511.576109840534627 ], [ 1404061.77451289142482, 5858539.288351361639798 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E488", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_508_generated", "manhole_dn": "manhole_509_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404061.77451289142482, 5858539.288351361639798 ], [ 1404097.097979943966493, 5858574.615492053329945 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E489", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_509_generated", "manhole_dn": "manhole_510_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404097.097979943966493, 5858574.615492053329945 ], [ 1404141.391669932985678, 5858595.430608985945582 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E490", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_510_generated", "manhole_dn": "manhole_511_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404141.391669932985678, 5858595.430608985945582 ], [ 1404190.283622202696279, 5858597.461959939450026 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E491", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_511_generated", "manhole_dn": "manhole_512_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404190.283622202696279, 5858597.461959939450026 ], [ 1404239.962952838977799, 5858594.285238018259406 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E492", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_512_generated", "manhole_dn": "manhole_513_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404239.962952838977799, 5858594.285238018259406 ], [ 1404289.627840481465682, 5858599.684601824730635 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E493", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_513_generated", "manhole_dn": "manhole_514_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404289.627840481465682, 5858599.684601824730635 ], [ 1404338.755046255188063, 5858608.047380377538502 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E494", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_514_generated", "manhole_dn": "manhole_515_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404338.755046255188063, 5858608.047380377538502 ], [ 1404387.151045070262626, 5858620.440180414356291 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E495", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_515_generated", "manhole_dn": "manhole_516_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404387.151045070262626, 5858620.440180414356291 ], [ 1404403.197637967998162, 5858662.521791838109493 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E496", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_516_generated", "manhole_dn": "manhole_517_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404403.197637967998162, 5858662.521791838109493 ], [ 1404411.132263287669048, 5858711.845064296387136 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E497", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_517_generated", "manhole_dn": "manhole_518_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404411.132263287669048, 5858711.845064296387136 ], [ 1404441.012969816336408, 5858748.901123464107513 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E498", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_518_generated", "manhole_dn": "manhole_519_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404441.012969816336408, 5858748.901123464107513 ], [ 1404488.142750177066773, 5858745.263412451371551 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E499", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_519_generated", "manhole_dn": "manhole_520_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404488.142750177066773, 5858745.263412451371551 ], [ 1404530.903241959866136, 5858719.940870678052306 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E500", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_520_generated", "manhole_dn": "manhole_521_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404530.903241959866136, 5858719.940870678052306 ], [ 1404579.400072891730815, 5858707.948723929934204 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E501", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_521_generated", "manhole_dn": "manhole_522_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404579.400072891730815, 5858707.948723929934204 ], [ 1404626.994731226703152, 5858693.405533240176737 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E502", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_522_generated", "manhole_dn": "manhole_523_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404626.994731226703152, 5858693.405533240176737 ], [ 1404672.248451311141253, 5858672.24294803570956 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E503", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_523_generated", "manhole_dn": "manhole_524_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404672.248451311141253, 5858672.24294803570956 ], [ 1404711.854852612828836, 5858687.083371426910162 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E504", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_524_generated", "manhole_dn": "manhole_525_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404711.854852612828836, 5858687.083371426910162 ], [ 1404716.779431127710268, 5858735.748253228142858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E505", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_525_generated", "manhole_dn": "manhole_526_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404716.779431127710268, 5858735.748253228142858 ], [ 1404718.961788963759318, 5858785.657964785583317 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E506", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_526_generated", "manhole_dn": "manhole_527_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404718.961788963759318, 5858785.657964785583317 ], [ 1404720.935364821925759, 5858835.576490328647196 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E507", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_527_generated", "manhole_dn": "manhole_528_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404720.935364821925759, 5858835.576490328647196 ], [ 1404730.923922217916697, 5858884.317339480854571 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E508", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_528_generated", "manhole_dn": "manhole_529_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404730.923922217916697, 5858884.317339480854571 ], [ 1404743.393242048565298, 5858932.693679328076541 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E509", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_529_generated", "manhole_dn": "manhole_530_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404743.393242048565298, 5858932.693679328076541 ], [ 1404755.742804704466835, 5858981.100701128132641 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E510", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_530_generated", "manhole_dn": "manhole_531_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404755.742804704466835, 5858981.100701128132641 ], [ 1404768.070922636194155, 5859029.513217096216977 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E511", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_531_generated", "manhole_dn": "manhole_532_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404768.070922636194155, 5859029.513217096216977 ], [ 1404780.399040567921475, 5859077.925733063369989 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E512", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_532_generated", "manhole_dn": "manhole_533_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404780.399040567921475, 5859077.925733063369989 ], [ 1404800.443037372082472, 5859123.31667666696012 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E513", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_533_generated", "manhole_dn": "manhole_534_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404800.443037372082472, 5859123.31667666696012 ], [ 1404824.268818141892552, 5859167.226656908169389 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E514", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_534_generated", "manhole_dn": "manhole_535_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404824.268818141892552, 5859167.226656908169389 ], [ 1404848.094598911702633, 5859211.136637149378657 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E515", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_535_generated", "manhole_dn": "manhole_536_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404848.094598911702633, 5859211.136637149378657 ], [ 1404881.861278822412714, 5859247.625393519178033 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E516", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_536_generated", "manhole_dn": "manhole_537_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404881.861278822412714, 5859247.625393519178033 ], [ 1404908.34400450438261, 5859289.70044207572937 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E517", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_537_generated", "manhole_dn": "manhole_538_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404908.34400450438261, 5859289.70044207572937 ], [ 1404918.33350995904766, 5859338.46383417211473 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E518", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_538_generated", "manhole_dn": "manhole_539_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404918.33350995904766, 5859338.46383417211473 ], [ 1404908.8093886829447, 5859386.729064729064703 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E519", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_539_generated", "manhole_dn": "manhole_540_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404908.8093886829447, 5859386.729064729064703 ], [ 1404896.410884120734408, 5859434.875554755330086 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E520", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_540_generated", "manhole_dn": "manhole_541_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404896.410884120734408, 5859434.875554755330086 ], [ 1404906.999160802224651, 5859482.597523686476052 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E521", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_541_generated", "manhole_dn": "manhole_542_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404906.999160802224651, 5859482.597523686476052 ], [ 1404924.055504663148895, 5859529.553197764791548 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E522", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_542_generated", "manhole_dn": "manhole_543_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404924.055504663148895, 5859529.553197764791548 ], [ 1404942.388258154969662, 5859575.919236345216632 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E523", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_543_generated", "manhole_dn": "manhole_544_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404942.388258154969662, 5859575.919236345216632 ], [ 1404971.523326827445999, 5859615.984446119517088 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E524", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_544_generated", "manhole_dn": "manhole_545_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404971.523326827445999, 5859615.984446119517088 ], [ 1405002.812107779551297, 5859654.473820650018752 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E525", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_545_generated", "manhole_dn": "manhole_546_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405002.812107779551297, 5859654.473820650018752 ], [ 1405013.344656002009287, 5859702.336904150433838 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E526", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_546_generated", "manhole_dn": "manhole_547_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405013.344656002009287, 5859702.336904150433838 ], [ 1404996.677717972546816, 5859748.143402196466923 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E527", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_547_generated", "manhole_dn": "manhole_548_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404996.677717972546816, 5859748.143402196466923 ], [ 1404984.694301362615079, 5859793.229968112893403 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E528", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_548_generated", "manhole_dn": "manhole_549_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404984.694301362615079, 5859793.229968112893403 ], [ 1405023.226900733308867, 5859822.084885380230844 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E529", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_549_generated", "manhole_dn": "manhole_550_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405023.226900733308867, 5859822.084885380230844 ], [ 1405056.793340926757082, 5859855.16377067565918 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E530", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_550_generated", "manhole_dn": "manhole_551_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405056.793340926757082, 5859855.16377067565918 ], [ 1405081.470628390088677, 5859897.341331465169787 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E531", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_551_generated", "manhole_dn": "manhole_552_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405081.470628390088677, 5859897.341331465169787 ], [ 1405122.613110831938684, 5859923.495923422276974 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E532", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_552_generated", "manhole_dn": "manhole_553_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405122.613110831938684, 5859923.495923422276974 ], [ 1405162.373615399934351, 5859949.123488940298557 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E533", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_553_generated", "manhole_dn": "manhole_554_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405162.373615399934351, 5859949.123488940298557 ], [ 1405188.46853386820294, 5859989.357394061051309 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E534", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_554_generated", "manhole_dn": "manhole_555_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405188.46853386820294, 5859989.357394061051309 ], [ 1405232.582390227122232, 5860012.803542384877801 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E535", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_555_generated", "manhole_dn": "manhole_556_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405232.582390227122232, 5860012.803542384877801 ], [ 1405276.696246586041525, 5860036.24969070777297 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E536", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_556_generated", "manhole_dn": "manhole_557_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405276.696246586041525, 5860036.24969070777297 ], [ 1405321.863952660700306, 5860057.40782677847892 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E537", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_557_generated", "manhole_dn": "manhole_558_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405321.863952660700306, 5860057.40782677847892 ], [ 1405370.578818592475727, 5860067.666076180525124 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E538", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_558_generated", "manhole_dn": "manhole_559_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405370.578818592475727, 5860067.666076180525124 ], [ 1405419.720108942594379, 5860075.768039762973785 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E539", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_559_generated", "manhole_dn": "manhole_560_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405419.720108942594379, 5860075.768039762973785 ], [ 1405466.303343567298725, 5860093.737167782150209 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E540", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_560_generated", "manhole_dn": "manhole_561_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405466.303343567298725, 5860093.737167782150209 ], [ 1405512.33899949863553, 5860113.140069035813212 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E541", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_561_generated", "manhole_dn": "manhole_562_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405512.33899949863553, 5860113.140069035813212 ], [ 1405559.341968116583303, 5860129.63275773730129 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E542", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_562_generated", "manhole_dn": "manhole_563_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405559.341968116583303, 5860129.63275773730129 ], [ 1405608.203826864017174, 5860137.958862195722759 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E543", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_563_generated", "manhole_dn": "manhole_564_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405608.203826864017174, 5860137.958862195722759 ], [ 1405658.116226786049083, 5860135.836003727279603 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E544", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_564_generated", "manhole_dn": "manhole_565_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405658.116226786049083, 5860135.836003727279603 ], [ 1405708.028626708313823, 5860133.713145258836448 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E545", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_565_generated", "manhole_dn": "manhole_566_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405708.028626708313823, 5860133.713145258836448 ], [ 1405757.905965997371823, 5860133.247365079820156 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E546", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_566_generated", "manhole_dn": "manhole_567_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405757.905965997371823, 5860133.247365079820156 ], [ 1405807.683906695106998, 5860137.479482038877904 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E547", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_567_generated", "manhole_dn": "manhole_568_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405807.683906695106998, 5860137.479482038877904 ], [ 1405857.461847392842174, 5860141.71159899700433 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E548", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_568_generated", "manhole_dn": "manhole_569_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405857.461847392842174, 5860141.71159899700433 ], [ 1405907.262428658548743, 5860144.934318098239601 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E549", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_569_generated", "manhole_dn": "manhole_570_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405907.262428658548743, 5860144.934318098239601 ], [ 1405953.690323241287842, 5860129.322935261763632 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E550", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_570_generated", "manhole_dn": "manhole_571_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405953.690323241287842, 5860129.322935261763632 ], [ 1405999.212724782060832, 5860109.24701795168221 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E551", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_571_generated", "manhole_dn": "manhole_572_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405999.212724782060832, 5860109.24701795168221 ], [ 1406043.799454555381089, 5860123.282242203131318 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E552", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_572_generated", "manhole_dn": "manhole_573_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406043.799454555381089, 5860123.282242203131318 ], [ 1406045.837931673508137, 5860170.317889881320298 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E553", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_573_generated", "manhole_dn": "manhole_574_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406045.837931673508137, 5860170.317889881320298 ], [ 1406009.823360634269193, 5860204.51028099656105 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E554", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_574_generated", "manhole_dn": "manhole_575_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406009.823360634269193, 5860204.51028099656105 ], [ 1405961.920197409577668, 5860215.702762489207089 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E555", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_575_generated", "manhole_dn": "manhole_576_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405961.920197409577668, 5860215.702762489207089 ], [ 1405911.967586383456364, 5860216.403366317041218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E556", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_576_generated", "manhole_dn": "manhole_577_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405911.967586383456364, 5860216.403366317041218 ], [ 1405862.228186112362891, 5860219.830507025122643 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E557", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_577_generated", "manhole_dn": "manhole_578_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405862.228186112362891, 5860219.830507025122643 ], [ 1405815.441844531334937, 5860236.66072897054255 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E558", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_578_generated", "manhole_dn": "manhole_579_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405815.441844531334937, 5860236.66072897054255 ], [ 1405769.269174743210897, 5860255.735286859795451 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E559", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_579_generated", "manhole_dn": "manhole_580_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405769.269174743210897, 5860255.735286859795451 ], [ 1405723.529975978191942, 5860275.536393165588379 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E560", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_580_generated", "manhole_dn": "manhole_581_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405723.529975978191942, 5860275.536393165588379 ], [ 1405684.813377151498571, 5860307.108202890492976 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E561", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_581_generated", "manhole_dn": "manhole_582_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405684.813377151498571, 5860307.108202890492976 ], [ 1405646.0967783248052, 5860338.680012616328895 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E562", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_582_generated", "manhole_dn": "manhole_583_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405646.0967783248052, 5860338.680012616328895 ], [ 1405616.615605775965378, 5860378.420107116922736 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E563", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_583_generated", "manhole_dn": "manhole_584_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405616.615605775965378, 5860378.420107116922736 ], [ 1405591.204065771540627, 5860421.431824457831681 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E564", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_584_generated", "manhole_dn": "manhole_585_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405591.204065771540627, 5860421.431824457831681 ], [ 1405565.792525767115876, 5860464.443541799671948 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E565", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_585_generated", "manhole_dn": "manhole_586_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405565.792525767115876, 5860464.443541799671948 ], [ 1405558.167356977239251, 5860510.242870399728417 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_8_E566", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_586_generated", "manhole_dn": "manhole_587_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405558.167356977239251, 5860510.242870399728417 ], [ 1405600.872679806081578, 5860534.232741543091834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_588_generated", "manhole_dn": "manhole_589_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423659.595810513012111, 5847415.113979324698448 ], [ 1423614.621119450079277, 5847436.960019812919199 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_589_generated", "manhole_dn": "manhole_590_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423614.621119450079277, 5847436.960019812919199 ], [ 1423569.859692733967677, 5847459.238196386024356 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_590_generated", "manhole_dn": "manhole_591_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423569.859692733967677, 5847459.238196386024356 ], [ 1423523.573864149395376, 5847466.209217079915106 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_591_generated", "manhole_dn": "manhole_592_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423523.573864149395376, 5847466.209217079915106 ], [ 1423477.948408054653555, 5847447.36181138176471 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_592_generated", "manhole_dn": "manhole_593_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423477.948408054653555, 5847447.36181138176471 ], [ 1423444.939788604388013, 5847410.429523968137801 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_593_generated", "manhole_dn": "manhole_594_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423444.939788604388013, 5847410.429523968137801 ], [ 1423424.07874576956965, 5847365.203388126567006 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_594_generated", "manhole_dn": "manhole_595_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423424.07874576956965, 5847365.203388126567006 ], [ 1423411.037494811229408, 5847317.00996189378202 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_595_generated", "manhole_dn": "manhole_596_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423411.037494811229408, 5847317.00996189378202 ], [ 1423401.757720600580797, 5847267.893673749640584 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_596_generated", "manhole_dn": "manhole_597_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423401.757720600580797, 5847267.893673749640584 ], [ 1423393.129245463758707, 5847218.644091574475169 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_597_generated", "manhole_dn": "manhole_598_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423393.129245463758707, 5847218.644091574475169 ], [ 1423399.918824267340824, 5847170.502729584462941 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_598_generated", "manhole_dn": "manhole_599_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423399.918824267340824, 5847170.502729584462941 ], [ 1423437.366585926385596, 5847140.67195972148329 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_599_generated", "manhole_dn": "manhole_600_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423437.366585926385596, 5847140.67195972148329 ], [ 1423478.530574458185583, 5847114.469272439368069 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_600_generated", "manhole_dn": "manhole_601_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423478.530574458185583, 5847114.469272439368069 ], [ 1423510.399903644807637, 5847075.94242234248668 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_601_generated", "manhole_dn": "manhole_602_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423510.399903644807637, 5847075.94242234248668 ], [ 1423542.015440239803866, 5847037.207260864786804 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_602_generated", "manhole_dn": "manhole_603_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423542.015440239803866, 5847037.207260864786804 ], [ 1423559.693261644104496, 5846992.876940212212503 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_603_generated", "manhole_dn": "manhole_604_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423559.693261644104496, 5846992.876940212212503 ], [ 1423525.189215724589303, 5846957.968996201641858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_604_generated", "manhole_dn": "manhole_605_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423525.189215724589303, 5846957.968996201641858 ], [ 1423481.410415501333773, 5846934.232215788215399 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_605_generated", "manhole_dn": "manhole_606_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423481.410415501333773, 5846934.232215788215399 ], [ 1423433.532832647906616, 5846922.689219783991575 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_606_generated", "manhole_dn": "manhole_607_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423433.532832647906616, 5846922.689219783991575 ], [ 1423383.701956534059718, 5846926.794838729314506 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_607_generated", "manhole_dn": "manhole_608_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423383.701956534059718, 5846926.794838729314506 ], [ 1423333.87108042021282, 5846930.900457675568759 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_608_generated", "manhole_dn": "manhole_609_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423333.87108042021282, 5846930.900457675568759 ], [ 1423290.350330511340871, 5846912.008967999368906 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_609_generated", "manhole_dn": "manhole_610_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423290.350330511340871, 5846912.008967999368906 ], [ 1423273.794719845987856, 5846865.498323081992567 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_610_generated", "manhole_dn": "manhole_611_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423273.794719845987856, 5846865.498323081992567 ], [ 1423261.021109556546435, 5846817.268953412771225 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_611_generated", "manhole_dn": "manhole_612_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423261.021109556546435, 5846817.268953412771225 ], [ 1423230.054057317553088, 5846778.940672472119331 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_612_generated", "manhole_dn": "manhole_613_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423230.054057317553088, 5846778.940672472119331 ], [ 1423191.975883910199627, 5846746.686084965243936 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_613_generated", "manhole_dn": "manhole_614_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423191.975883910199627, 5846746.686084965243936 ], [ 1423148.382039699703455, 5846722.216833685524762 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_614_generated", "manhole_dn": "manhole_615_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423148.382039699703455, 5846722.216833685524762 ], [ 1423116.208600282436237, 5846685.925128715112805 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_615_generated", "manhole_dn": "manhole_616_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423116.208600282436237, 5846685.925128715112805 ], [ 1423098.800149801187217, 5846639.999510037712753 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_616_generated", "manhole_dn": "manhole_617_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423098.800149801187217, 5846639.999510037712753 ], [ 1423055.521651374874637, 5846618.02664355840534 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_617_generated", "manhole_dn": "manhole_618_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423055.521651374874637, 5846618.02664355840534 ], [ 1423006.884908850304782, 5846607.313376450911164 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_618_generated", "manhole_dn": "manhole_619_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1423006.884908850304782, 5846607.313376450911164 ], [ 1422957.799635383998975, 5846613.658193854615092 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_619_generated", "manhole_dn": "manhole_620_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422957.799635383998975, 5846613.658193854615092 ], [ 1422910.713437053374946, 5846630.476702943444252 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_620_generated", "manhole_dn": "manhole_621_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422910.713437053374946, 5846630.476702943444252 ], [ 1422863.428789914352819, 5846646.715837388299406 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_621_generated", "manhole_dn": "manhole_622_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422863.428789914352819, 5846646.715837388299406 ], [ 1422814.791240132879466, 5846657.456634564325213 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_622_generated", "manhole_dn": "manhole_623_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422814.791240132879466, 5846657.456634564325213 ], [ 1422765.067847807426006, 5846662.429128444753587 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_623_generated", "manhole_dn": "manhole_624_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422765.067847807426006, 5846662.429128444753587 ], [ 1422716.332230302970856, 5846672.507949352264404 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_624_generated", "manhole_dn": "manhole_625_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422716.332230302970856, 5846672.507949352264404 ], [ 1422671.8130433477927, 5846692.991857399232686 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_625_generated", "manhole_dn": "manhole_626_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422671.8130433477927, 5846692.991857399232686 ], [ 1422638.554434294113889, 5846729.160969850607216 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_626_generated", "manhole_dn": "manhole_627_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422638.554434294113889, 5846729.160969850607216 ], [ 1422619.132275649579242, 5846774.826261460781097 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_627_generated", "manhole_dn": "manhole_628_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422619.132275649579242, 5846774.826261460781097 ], [ 1422605.59443419566378, 5846822.894895195960999 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_628_generated", "manhole_dn": "manhole_629_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422605.59443419566378, 5846822.894895195960999 ], [ 1422586.887610950507224, 5846869.109512688592076 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_629_generated", "manhole_dn": "manhole_630_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422586.887610950507224, 5846869.109512688592076 ], [ 1422557.372622151626274, 5846909.468374880030751 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E42", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_630_generated", "manhole_dn": "manhole_631_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422557.372622151626274, 5846909.468374880030751 ], [ 1422527.54286550055258, 5846949.590657755732536 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E43", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_631_generated", "manhole_dn": "manhole_632_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422527.54286550055258, 5846949.590657755732536 ], [ 1422496.981540927663445, 5846989.163094647228718 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E44", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_632_generated", "manhole_dn": "manhole_633_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422496.981540927663445, 5846989.163094647228718 ], [ 1422462.649639721959829, 5847024.725791819393635 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E45", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_633_generated", "manhole_dn": "manhole_634_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422462.649639721959829, 5847024.725791819393635 ], [ 1422415.439291230868548, 5847036.479519411921501 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E46", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_634_generated", "manhole_dn": "manhole_635_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422415.439291230868548, 5847036.479519411921501 ], [ 1422368.512653070269153, 5847019.601586162112653 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_635_generated", "manhole_dn": "manhole_636_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422368.512653070269153, 5847019.601586162112653 ], [ 1422322.087949068518355, 5847001.047363363206387 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E48", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_636_generated", "manhole_dn": "manhole_637_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422322.087949068518355, 5847001.047363363206387 ], [ 1422275.732066942611709, 5846982.322025931440294 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E49", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_637_generated", "manhole_dn": "manhole_638_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422275.732066942611709, 5846982.322025931440294 ], [ 1422228.594420006498694, 5846965.648257235065103 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E50", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_638_generated", "manhole_dn": "manhole_639_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422228.594420006498694, 5846965.648257235065103 ], [ 1422181.45677307061851, 5846948.974488538689911 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E51", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_639_generated", "manhole_dn": "manhole_640_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422181.45677307061851, 5846948.974488538689911 ], [ 1422134.832294266438112, 5846931.290156180970371 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E52", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_640_generated", "manhole_dn": "manhole_641_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422134.832294266438112, 5846931.290156180970371 ], [ 1422093.451577436411753, 5846903.233416798524559 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E53", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_641_generated", "manhole_dn": "manhole_642_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422093.451577436411753, 5846903.233416798524559 ], [ 1422050.19361039204523, 5846878.927391436882317 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E54", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_642_generated", "manhole_dn": "manhole_643_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422050.19361039204523, 5846878.927391436882317 ], [ 1422000.668080030707642, 5846872.057590592652559 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E55", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_643_generated", "manhole_dn": "manhole_644_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1422000.668080030707642, 5846872.057590592652559 ], [ 1421951.142549669602886, 5846865.187789747491479 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E56", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_644_generated", "manhole_dn": "manhole_645_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421951.142549669602886, 5846865.187789747491479 ], [ 1421901.419594027800485, 5846860.054723949171603 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E57", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_645_generated", "manhole_dn": "manhole_646_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421901.419594027800485, 5846860.054723949171603 ], [ 1421851.776151958853006, 5846861.947322845458984 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E58", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_646_generated", "manhole_dn": "manhole_647_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421851.776151958853006, 5846861.947322845458984 ], [ 1421802.680674202507362, 5846871.101242801174521 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E59", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_647_generated", "manhole_dn": "manhole_648_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421802.680674202507362, 5846871.101242801174521 ], [ 1421753.571472910698503, 5846879.706788268871605 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E60", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_648_generated", "manhole_dn": "manhole_649_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421753.571472910698503, 5846879.706788268871605 ], [ 1421703.691584896063432, 5846882.807119014672935 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E61", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_649_generated", "manhole_dn": "manhole_650_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421703.691584896063432, 5846882.807119014672935 ], [ 1421653.698202512925491, 5846883.603384739719331 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E62", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_650_generated", "manhole_dn": "manhole_651_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421653.698202512925491, 5846883.603384739719331 ], [ 1421604.086441812571138, 5846882.212059116922319 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E63", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_651_generated", "manhole_dn": "manhole_652_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421604.086441812571138, 5846882.212059116922319 ], [ 1421557.315623715519905, 5846864.53543908521533 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E64", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_652_generated", "manhole_dn": "manhole_653_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421557.315623715519905, 5846864.53543908521533 ], [ 1421510.544805618468672, 5846846.858819053508341 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E65", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_653_generated", "manhole_dn": "manhole_654_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421510.544805618468672, 5846846.858819053508341 ], [ 1421463.281383597990498, 5846833.260544824413955 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E66", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_654_generated", "manhole_dn": "manhole_655_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421463.281383597990498, 5846833.260544824413955 ], [ 1421413.731179419672117, 5846839.680664731189609 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E67", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_655_generated", "manhole_dn": "manhole_656_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421413.731179419672117, 5846839.680664731189609 ], [ 1421366.070924198720604, 5846854.79596802033484 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E68", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_656_generated", "manhole_dn": "manhole_657_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421366.070924198720604, 5846854.79596802033484 ], [ 1421320.517232795711607, 5846875.329943204298615 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E69", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_657_generated", "manhole_dn": "manhole_658_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421320.517232795711607, 5846875.329943204298615 ], [ 1421273.586039925226942, 5846891.911889540962875 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E70", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_658_generated", "manhole_dn": "manhole_659_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421273.586039925226942, 5846891.911889540962875 ], [ 1421224.329739169217646, 5846890.768890278413892 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E71", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_659_generated", "manhole_dn": "manhole_660_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421224.329739169217646, 5846890.768890278413892 ], [ 1421182.892962549580261, 5846866.597803771495819 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E72", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_660_generated", "manhole_dn": "manhole_661_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421182.892962549580261, 5846866.597803771495819 ], [ 1421145.763737284578383, 5846833.110597969964147 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E73", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_661_generated", "manhole_dn": "manhole_662_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421145.763737284578383, 5846833.110597969964147 ], [ 1421107.104405601043254, 5846801.54989181086421 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E74", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_662_generated", "manhole_dn": "manhole_663_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421107.104405601043254, 5846801.54989181086421 ], [ 1421061.901834868825972, 5846794.000382322818041 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E75", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_663_generated", "manhole_dn": "manhole_664_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421061.901834868825972, 5846794.000382322818041 ], [ 1421023.283130519790575, 5846821.333513255231082 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E76", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_664_generated", "manhole_dn": "manhole_665_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421023.283130519790575, 5846821.333513255231082 ], [ 1421024.979408109327778, 5846869.082081608474255 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E77", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_665_generated", "manhole_dn": "manhole_666_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421024.979408109327778, 5846869.082081608474255 ], [ 1421042.917042962508276, 5846915.57119064964354 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E78", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_666_generated", "manhole_dn": "manhole_667_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421042.917042962508276, 5846915.57119064964354 ], [ 1421063.430981013458222, 5846961.166141447611153 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E79", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_667_generated", "manhole_dn": "manhole_668_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421063.430981013458222, 5846961.166141447611153 ], [ 1421083.528895998140797, 5847006.94873786251992 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E80", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_668_generated", "manhole_dn": "manhole_669_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421083.528895998140797, 5847006.94873786251992 ], [ 1421095.421480868710205, 5847054.527188835665584 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E81", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_669_generated", "manhole_dn": "manhole_670_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421095.421480868710205, 5847054.527188835665584 ], [ 1421070.211330103687942, 5847093.769573556259274 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E82", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_670_generated", "manhole_dn": "manhole_671_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421070.211330103687942, 5847093.769573556259274 ], [ 1421024.36501712561585, 5847102.507560959085822 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E83", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_671_generated", "manhole_dn": "manhole_672_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1421024.36501712561585, 5847102.507560959085822 ], [ 1420988.52690999978222, 5847070.174371067434549 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E84", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_672_generated", "manhole_dn": "manhole_673_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420988.52690999978222, 5847070.174371067434549 ], [ 1420954.561302947811782, 5847033.48227574955672 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E85", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_673_generated", "manhole_dn": "manhole_674_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420954.561302947811782, 5847033.48227574955672 ], [ 1420920.273442431585863, 5846997.091298976913095 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E86", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_674_generated", "manhole_dn": "manhole_675_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420920.273442431585863, 5846997.091298976913095 ], [ 1420887.675049716839567, 5846959.185132889077067 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E87", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_675_generated", "manhole_dn": "manhole_676_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420887.675049716839567, 5846959.185132889077067 ], [ 1420854.769201738992706, 5846921.57719658408314 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E88", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_676_generated", "manhole_dn": "manhole_677_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420854.769201738992706, 5846921.57719658408314 ], [ 1420818.558618578361347, 5846887.098710707388818 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E89", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_677_generated", "manhole_dn": "manhole_678_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420818.558618578361347, 5846887.098710707388818 ], [ 1420782.348035417729989, 5846852.620224829763174 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E90", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_678_generated", "manhole_dn": "manhole_679_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420782.348035417729989, 5846852.620224829763174 ], [ 1420742.899652406107634, 5846822.051577243953943 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E91", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_679_generated", "manhole_dn": "manhole_680_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420742.899652406107634, 5846822.051577243953943 ], [ 1420706.280636111740023, 5846788.847164780832827 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E92", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_680_generated", "manhole_dn": "manhole_681_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420706.280636111740023, 5846788.847164780832827 ], [ 1420689.703672134550288, 5846742.114127370528877 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E93", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_681_generated", "manhole_dn": "manhole_682_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420689.703672134550288, 5846742.114127370528877 ], [ 1420686.023355967132375, 5846692.946837296709418 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E94", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_682_generated", "manhole_dn": "manhole_683_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420686.023355967132375, 5846692.946837296709418 ], [ 1420711.72870812821202, 5846653.304461087100208 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E95", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_683_generated", "manhole_dn": "manhole_684_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420711.72870812821202, 5846653.304461087100208 ], [ 1420759.905567491659895, 5846646.116786323487759 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E96", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_684_generated", "manhole_dn": "manhole_685_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420759.905567491659895, 5846646.116786323487759 ], [ 1420809.857039266964421, 5846648.3128711739555 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E97", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_685_generated", "manhole_dn": "manhole_686_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420809.857039266964421, 5846648.3128711739555 ], [ 1420858.078811570070684, 5846637.978543078526855 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E98", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_686_generated", "manhole_dn": "manhole_687_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420858.078811570070684, 5846637.978543078526855 ], [ 1420897.328248347854242, 5846610.245929038152099 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E99", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_687_generated", "manhole_dn": "manhole_688_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420897.328248347854242, 5846610.245929038152099 ], [ 1420923.745307660195976, 5846567.91939471103251 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E100", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_688_generated", "manhole_dn": "manhole_689_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420923.745307660195976, 5846567.91939471103251 ], [ 1420935.065237583592534, 5846519.721246679313481 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E101", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_689_generated", "manhole_dn": "manhole_690_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420935.065237583592534, 5846519.721246679313481 ], [ 1420925.005011990433559, 5846471.723118497058749 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E102", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_690_generated", "manhole_dn": "manhole_691_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420925.005011990433559, 5846471.723118497058749 ], [ 1420897.150894394610077, 5846430.578024731948972 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E103", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_691_generated", "manhole_dn": "manhole_692_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420897.150894394610077, 5846430.578024731948972 ], [ 1420865.817669220268726, 5846391.613921747542918 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E104", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_692_generated", "manhole_dn": "manhole_693_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420865.817669220268726, 5846391.613921747542918 ], [ 1420835.308421667199582, 5846352.01845864392817 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E105", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_693_generated", "manhole_dn": "manhole_694_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420835.308421667199582, 5846352.01845864392817 ], [ 1420805.837170013459399, 5846311.627647223882377 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E106", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_694_generated", "manhole_dn": "manhole_695_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420805.837170013459399, 5846311.627647223882377 ], [ 1420776.365918359952047, 5846271.236835803836584 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E107", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_695_generated", "manhole_dn": "manhole_696_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420776.365918359952047, 5846271.236835803836584 ], [ 1420745.0260460737627, 5846232.314588071778417 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E108", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_696_generated", "manhole_dn": "manhole_697_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420745.0260460737627, 5846232.314588071778417 ], [ 1420708.652508232742548, 5846198.270481549203396 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E109", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_697_generated", "manhole_dn": "manhole_698_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420708.652508232742548, 5846198.270481549203396 ], [ 1420665.638498906278983, 5846173.861073805950582 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E110", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_698_generated", "manhole_dn": "manhole_699_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420665.638498906278983, 5846173.861073805950582 ], [ 1420618.82589530851692, 5846161.030019444413483 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E111", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_699_generated", "manhole_dn": "manhole_700_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420618.82589530851692, 5846161.030019444413483 ], [ 1420569.670940276002511, 5846170.047206956893206 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E112", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_700_generated", "manhole_dn": "manhole_701_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420569.670940276002511, 5846170.047206956893206 ], [ 1420520.064749475335702, 5846175.893241304904222 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E113", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_701_generated", "manhole_dn": "manhole_702_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420520.064749475335702, 5846175.893241304904222 ], [ 1420470.538262324174866, 5846171.662239343859255 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E114", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_702_generated", "manhole_dn": "manhole_703_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420470.538262324174866, 5846171.662239343859255 ], [ 1420425.915515190456063, 5846151.267021886073053 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E115", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_703_generated", "manhole_dn": "manhole_704_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420425.915515190456063, 5846151.267021886073053 ], [ 1420388.838620007503778, 5846117.721885654143989 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E116", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_704_generated", "manhole_dn": "manhole_705_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420388.838620007503778, 5846117.721885654143989 ], [ 1420351.628854390932247, 5846084.324337015859783 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E117", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_705_generated", "manhole_dn": "manhole_706_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420351.628854390932247, 5846084.324337015859783 ], [ 1420314.387388218194246, 5846050.962000189349055 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E118", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_706_generated", "manhole_dn": "manhole_707_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420314.387388218194246, 5846050.962000189349055 ], [ 1420277.145922045456246, 5846017.599663362838328 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E119", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_707_generated", "manhole_dn": "manhole_708_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420277.145922045456246, 5846017.599663362838328 ], [ 1420239.904455872718245, 5845984.2373265363276 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E120", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_708_generated", "manhole_dn": "manhole_709_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420239.904455872718245, 5845984.2373265363276 ], [ 1420214.636071441229433, 5845943.071631099097431 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E121", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_709_generated", "manhole_dn": "manhole_710_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420214.636071441229433, 5845943.071631099097431 ], [ 1420208.484497776022181, 5845893.454048440791667 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E122", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_710_generated", "manhole_dn": "manhole_711_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420208.484497776022181, 5845893.454048440791667 ], [ 1420202.653401588089764, 5845843.795728774741292 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E123", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_711_generated", "manhole_dn": "manhole_712_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420202.653401588089764, 5845843.795728774741292 ], [ 1420186.114192338194698, 5845797.701271421276033 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E124", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_712_generated", "manhole_dn": "manhole_713_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420186.114192338194698, 5845797.701271421276033 ], [ 1420160.89672294142656, 5845754.526608035899699 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E125", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_713_generated", "manhole_dn": "manhole_714_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420160.89672294142656, 5845754.526608035899699 ], [ 1420125.063201739452779, 5845720.467587080784142 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E126", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_714_generated", "manhole_dn": "manhole_715_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420125.063201739452779, 5845720.467587080784142 ], [ 1420086.198008419713005, 5845689.011759808287024 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E127", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_715_generated", "manhole_dn": "manhole_716_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420086.198008419713005, 5845689.011759808287024 ], [ 1420045.993305994663388, 5845659.337848928757012 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E128", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_716_generated", "manhole_dn": "manhole_717_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420045.993305994663388, 5845659.337848928757012 ], [ 1420004.976399109931663, 5845630.744393893517554 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E129", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_717_generated", "manhole_dn": "manhole_718_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1420004.976399109931663, 5845630.744393893517554 ], [ 1419963.959492225432768, 5845602.150938859209418 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E130", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_718_generated", "manhole_dn": "manhole_719_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419963.959492225432768, 5845602.150938859209418 ], [ 1419923.095721698133275, 5845573.341057725250721 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E131", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_719_generated", "manhole_dn": "manhole_720_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419923.095721698133275, 5845573.341057725250721 ], [ 1419882.483206576434895, 5845544.176079811528325 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E132", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_720_generated", "manhole_dn": "manhole_721_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419882.483206576434895, 5845544.176079811528325 ], [ 1419846.559793936554343, 5845509.595563996583223 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E133", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_721_generated", "manhole_dn": "manhole_722_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419846.559793936554343, 5845509.595563996583223 ], [ 1419812.401138932909817, 5845473.095968356356025 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E134", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_722_generated", "manhole_dn": "manhole_723_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419812.401138932909817, 5845473.095968356356025 ], [ 1419779.223660866497084, 5845435.689721948467195 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E135", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_723_generated", "manhole_dn": "manhole_724_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419779.223660866497084, 5845435.689721948467195 ], [ 1419746.046182800317183, 5845398.283475539647043 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E136", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_724_generated", "manhole_dn": "manhole_725_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419746.046182800317183, 5845398.283475539647043 ], [ 1419712.604368061060086, 5845361.116566246375442 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E137", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_725_generated", "manhole_dn": "manhole_726_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419712.604368061060086, 5845361.116566246375442 ], [ 1419683.346332817105576, 5845321.24416721612215 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E138", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_726_generated", "manhole_dn": "manhole_727_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419683.346332817105576, 5845321.24416721612215 ], [ 1419663.204224903136492, 5845275.614657105877995 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E139", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_727_generated", "manhole_dn": "manhole_728_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419663.204224903136492, 5845275.614657105877995 ], [ 1419652.491356840590015, 5845226.776078307069838 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E140", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_728_generated", "manhole_dn": "manhole_729_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419652.491356840590015, 5845226.776078307069838 ], [ 1419643.22210155474022, 5845177.687656064517796 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E141", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_729_generated", "manhole_dn": "manhole_730_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419643.22210155474022, 5845177.687656064517796 ], [ 1419636.898685700260103, 5845128.089402737095952 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E142", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_730_generated", "manhole_dn": "manhole_731_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419636.898685700260103, 5845128.089402737095952 ], [ 1419630.575269845547155, 5845078.491149409674108 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E143", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_731_generated", "manhole_dn": "manhole_732_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419630.575269845547155, 5845078.491149409674108 ], [ 1419622.97417457588017, 5845029.076477516442537 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E144", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_732_generated", "manhole_dn": "manhole_733_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419622.97417457588017, 5845029.076477516442537 ], [ 1419615.077176916413009, 5844979.704321910627186 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E145", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_733_generated", "manhole_dn": "manhole_734_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419615.077176916413009, 5844979.704321910627186 ], [ 1419609.074971008114517, 5844930.088808297179639 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E146", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_734_generated", "manhole_dn": "manhole_735_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419609.074971008114517, 5844930.088808297179639 ], [ 1419603.778633784735575, 5844880.427460964769125 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E147", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_735_generated", "manhole_dn": "manhole_736_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419603.778633784735575, 5844880.427460964769125 ], [ 1419584.987870138138533, 5844834.254651071503758 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E148", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_736_generated", "manhole_dn": "manhole_737_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419584.987870138138533, 5844834.254651071503758 ], [ 1419559.331586835440248, 5844791.339298943057656 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E149", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_737_generated", "manhole_dn": "manhole_738_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419559.331586835440248, 5844791.339298943057656 ], [ 1419533.675303532741964, 5844748.423946814611554 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E150", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_738_generated", "manhole_dn": "manhole_739_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419533.675303532741964, 5844748.423946814611554 ], [ 1419504.887638230575249, 5844707.549475655891001 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E151", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_739_generated", "manhole_dn": "manhole_740_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419504.887638230575249, 5844707.549475655891001 ], [ 1419475.81797957024537, 5844666.869944943115115 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E152", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_740_generated", "manhole_dn": "manhole_741_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419475.81797957024537, 5844666.869944943115115 ], [ 1419446.337647278793156, 5844626.485760795883834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E153", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_741_generated", "manhole_dn": "manhole_742_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419446.337647278793156, 5844626.485760795883834 ], [ 1419409.204925911733881, 5844593.955730544403195 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E154", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_742_generated", "manhole_dn": "manhole_743_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419409.204925911733881, 5844593.955730544403195 ], [ 1419367.873058755882084, 5844565.85717907268554 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E155", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_743_generated", "manhole_dn": "manhole_744_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419367.873058755882084, 5844565.85717907268554 ], [ 1419323.615470109740272, 5844542.592653106898069 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E156", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_744_generated", "manhole_dn": "manhole_745_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419323.615470109740272, 5844542.592653106898069 ], [ 1419279.357881463831291, 5844519.328127140179276 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E157", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_745_generated", "manhole_dn": "manhole_746_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419279.357881463831291, 5844519.328127140179276 ], [ 1419235.568210017867386, 5844495.202589794062078 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E158", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_746_generated", "manhole_dn": "manhole_747_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419235.568210017867386, 5844495.202589794062078 ], [ 1419188.778511248063296, 5844481.303893911652267 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E159", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_747_generated", "manhole_dn": "manhole_748_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419188.778511248063296, 5844481.303893911652267 ], [ 1419138.859045935096219, 5844479.591040044091642 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E160", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_748_generated", "manhole_dn": "manhole_749_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419138.859045935096219, 5844479.591040044091642 ], [ 1419088.867332570021972, 5844480.288978866301477 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E161", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_749_generated", "manhole_dn": "manhole_750_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419088.867332570021972, 5844480.288978866301477 ], [ 1419038.902671627001837, 5844478.416820199228823 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E162", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_750_generated", "manhole_dn": "manhole_751_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1419038.902671627001837, 5844478.416820199228823 ], [ 1418990.524256498785689, 5844466.680496727116406 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E163", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_751_generated", "manhole_dn": "manhole_752_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418990.524256498785689, 5844466.680496727116406 ], [ 1418947.76159720402211, 5844441.261620839126408 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E164", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_752_generated", "manhole_dn": "manhole_753_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418947.76159720402211, 5844441.261620839126408 ], [ 1418905.825275405775756, 5844414.034479320980608 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E165", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_753_generated", "manhole_dn": "manhole_754_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418905.825275405775756, 5844414.034479320980608 ], [ 1418864.040606553433463, 5844386.581945976242423 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E166", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_754_generated", "manhole_dn": "manhole_755_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418864.040606553433463, 5844386.581945976242423 ], [ 1418823.020742390304804, 5844357.992733583785594 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E167", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_755_generated", "manhole_dn": "manhole_756_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418823.020742390304804, 5844357.992733583785594 ], [ 1418782.000878227408975, 5844329.403521190397441 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E168", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_756_generated", "manhole_dn": "manhole_757_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418782.000878227408975, 5844329.403521190397441 ], [ 1418741.541740796994418, 5844300.04422196187079 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E169", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_757_generated", "manhole_dn": "manhole_758_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418741.541740796994418, 5844300.04422196187079 ], [ 1418701.738872380461544, 5844269.783620728179812 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E170", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_758_generated", "manhole_dn": "manhole_759_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418701.738872380461544, 5844269.783620728179812 ], [ 1418661.877458170289174, 5844239.6123335827142 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E171", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_759_generated", "manhole_dn": "manhole_760_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418661.877458170289174, 5844239.6123335827142 ], [ 1418618.251069303136319, 5844215.184674758464098 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E172", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_760_generated", "manhole_dn": "manhole_761_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418618.251069303136319, 5844215.184674758464098 ], [ 1418573.884258924052119, 5844192.302159458398819 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E173", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_761_generated", "manhole_dn": "manhole_762_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418573.884258924052119, 5844192.302159458398819 ], [ 1418527.512615043437108, 5844173.603417120873928 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E174", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_762_generated", "manhole_dn": "manhole_763_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418527.512615043437108, 5844173.603417120873928 ], [ 1418481.75217247987166, 5844153.513810309581459 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E175", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_763_generated", "manhole_dn": "manhole_764_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418481.75217247987166, 5844153.513810309581459 ], [ 1418438.663418387528509, 5844128.40424435865134 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E176", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_764_generated", "manhole_dn": "manhole_765_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418438.663418387528509, 5844128.40424435865134 ], [ 1418398.627794942818582, 5844098.507038209587336 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E177", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_765_generated", "manhole_dn": "manhole_766_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418398.627794942818582, 5844098.507038209587336 ], [ 1418359.337908220710233, 5844067.583307474851608 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E178", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_766_generated", "manhole_dn": "manhole_767_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418359.337908220710233, 5844067.583307474851608 ], [ 1418312.903944954276085, 5844049.890870825387537 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E179", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_767_generated", "manhole_dn": "manhole_768_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418312.903944954276085, 5844049.890870825387537 ], [ 1418265.495645173359662, 5844034.002968726679683 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E180", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_768_generated", "manhole_dn": "manhole_769_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418265.495645173359662, 5844034.002968726679683 ], [ 1418218.015684446785599, 5844018.332546941936016 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E181", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_769_generated", "manhole_dn": "manhole_770_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418218.015684446785599, 5844018.332546941936016 ], [ 1418171.384448643540964, 5844000.890260338783264 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E182", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_770_generated", "manhole_dn": "manhole_771_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418171.384448643540964, 5844000.890260338783264 ], [ 1418135.335672124521807, 5843967.033878335729241 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E183", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_771_generated", "manhole_dn": "manhole_772_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418135.335672124521807, 5843967.033878335729241 ], [ 1418103.606832423480228, 5843928.464526676572859 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E184", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_772_generated", "manhole_dn": "manhole_773_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418103.606832423480228, 5843928.464526676572859 ], [ 1418072.64664312126115, 5843889.364422707818449 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E185", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_773_generated", "manhole_dn": "manhole_774_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418072.64664312126115, 5843889.364422707818449 ], [ 1418031.899344930658117, 5843861.073216744698584 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E186", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_774_generated", "manhole_dn": "manhole_775_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1418031.899344930658117, 5843861.073216744698584 ], [ 1417985.816689518280327, 5843841.679680334404111 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E187", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_775_generated", "manhole_dn": "manhole_776_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417985.816689518280327, 5843841.679680334404111 ], [ 1417937.549674298847094, 5843828.732101308181882 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E188", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_776_generated", "manhole_dn": "manhole_777_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417937.549674298847094, 5843828.732101308181882 ], [ 1417888.267521020025015, 5843821.052269216626883 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E189", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_777_generated", "manhole_dn": "manhole_778_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417888.267521020025015, 5843821.052269216626883 ], [ 1417840.163892095908523, 5843829.983010512776673 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E190", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_778_generated", "manhole_dn": "manhole_779_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417840.163892095908523, 5843829.983010512776673 ], [ 1417805.434317155973986, 5843863.111793464049697 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E191", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_779_generated", "manhole_dn": "manhole_780_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417805.434317155973986, 5843863.111793464049697 ], [ 1417794.258506000973284, 5843911.517589493654668 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E192", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_780_generated", "manhole_dn": "manhole_781_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417794.258506000973284, 5843911.517589493654668 ], [ 1417774.165708123706281, 5843956.589445478282869 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E193", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_781_generated", "manhole_dn": "manhole_782_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417774.165708123706281, 5843956.589445478282869 ], [ 1417736.036781679606065, 5843988.354959684424102 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E194", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_782_generated", "manhole_dn": "manhole_783_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417736.036781679606065, 5843988.354959684424102 ], [ 1417693.42312873294577, 5844014.374465064145625 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E195", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_783_generated", "manhole_dn": "manhole_784_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417693.42312873294577, 5844014.374465064145625 ], [ 1417660.920891329180449, 5844051.455042405053973 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E196", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_784_generated", "manhole_dn": "manhole_785_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417660.920891329180449, 5844051.455042405053973 ], [ 1417650.912345563294366, 5844099.505877119489014 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E197", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_785_generated", "manhole_dn": "manhole_786_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417650.912345563294366, 5844099.505877119489014 ], [ 1417658.932691253954545, 5844148.792711053043604 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E198", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_786_generated", "manhole_dn": "manhole_787_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417658.932691253954545, 5844148.792711053043604 ], [ 1417656.545337408781052, 5844198.062577627599239 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E199", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_787_generated", "manhole_dn": "manhole_788_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417656.545337408781052, 5844198.062577627599239 ], [ 1417621.015253922436386, 5844231.442373849451542 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E200", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_788_generated", "manhole_dn": "manhole_789_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417621.015253922436386, 5844231.442373849451542 ], [ 1417572.737633330980316, 5844243.886836281977594 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E201", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_789_generated", "manhole_dn": "manhole_790_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417572.737633330980316, 5844243.886836281977594 ], [ 1417522.776412076316774, 5844241.925027947872877 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E202", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_790_generated", "manhole_dn": "manhole_791_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417522.776412076316774, 5844241.925027947872877 ], [ 1417472.996930692112073, 5844238.743335890583694 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E203", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_791_generated", "manhole_dn": "manhole_792_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417472.996930692112073, 5844238.743335890583694 ], [ 1417424.633521320298314, 5844226.056612312793732 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E204", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_792_generated", "manhole_dn": "manhole_793_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417424.633521320298314, 5844226.056612312793732 ], [ 1417376.270111948484555, 5844213.369888734072447 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E205", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_793_generated", "manhole_dn": "manhole_794_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417376.270111948484555, 5844213.369888734072447 ], [ 1417329.922922930913046, 5844195.379736957140267 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E206", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_794_generated", "manhole_dn": "manhole_795_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417329.922922930913046, 5844195.379736957140267 ], [ 1417285.3460190766491, 5844172.733060291968286 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E207", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_795_generated", "manhole_dn": "manhole_796_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417285.3460190766491, 5844172.733060291968286 ], [ 1417241.398575571598485, 5844149.128868422470987 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E208", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_796_generated", "manhole_dn": "manhole_797_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417241.398575571598485, 5844149.128868422470987 ], [ 1417205.135993048315868, 5844114.981008555740118 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E209", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_797_generated", "manhole_dn": "manhole_798_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417205.135993048315868, 5844114.981008555740118 ], [ 1417185.598072288790718, 5844069.923178383149207 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E210", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_798_generated", "manhole_dn": "manhole_799_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417185.598072288790718, 5844069.923178383149207 ], [ 1417167.642235178267583, 5844023.515258945524693 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E211", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_799_generated", "manhole_dn": "manhole_800_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417167.642235178267583, 5844023.515258945524693 ], [ 1417132.963851474691182, 5843991.211483134888113 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E212", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_800_generated", "manhole_dn": "manhole_801_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417132.963851474691182, 5843991.211483134888113 ], [ 1417084.594145445618778, 5843980.630522369407117 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E213", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_801_generated", "manhole_dn": "manhole_802_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417084.594145445618778, 5843980.630522369407117 ], [ 1417036.65072401217185, 5843990.02752729691565 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E214", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_802_generated", "manhole_dn": "manhole_803_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417036.65072401217185, 5843990.02752729691565 ], [ 1417000.371750437421724, 5844023.958014467731118 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E215", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_803_generated", "manhole_dn": "manhole_804_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1417000.371750437421724, 5844023.958014467731118 ], [ 1416969.424810580909252, 5844063.229622974991798 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E216", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_804_generated", "manhole_dn": "manhole_805_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416969.424810580909252, 5844063.229622974991798 ], [ 1416927.518832724075764, 5844087.57621328253299 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E217", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_805_generated", "manhole_dn": "manhole_806_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416927.518832724075764, 5844087.57621328253299 ], [ 1416878.712800699518993, 5844077.638748883269727 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E218", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_806_generated", "manhole_dn": "manhole_807_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416878.712800699518993, 5844077.638748883269727 ], [ 1416830.879168283194304, 5844076.316948851570487 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E219", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_807_generated", "manhole_dn": "manhole_808_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416830.879168283194304, 5844076.316948851570487 ], [ 1416789.764754311181605, 5844104.346654145978391 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E220", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_808_generated", "manhole_dn": "manhole_809_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416789.764754311181605, 5844104.346654145978391 ], [ 1416749.800181579543278, 5844134.364567210897803 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E221", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_809_generated", "manhole_dn": "manhole_810_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416749.800181579543278, 5844134.364567210897803 ], [ 1416708.347629053983837, 5844161.701024185866117 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E222", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_810_generated", "manhole_dn": "manhole_811_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416708.347629053983837, 5844161.701024185866117 ], [ 1416659.038096911273897, 5844167.500120658427477 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E223", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_811_generated", "manhole_dn": "manhole_812_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416659.038096911273897, 5844167.500120658427477 ], [ 1416612.281277725240216, 5844150.7990079568699 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E224", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_812_generated", "manhole_dn": "manhole_813_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416612.281277725240216, 5844150.7990079568699 ], [ 1416576.374596008332446, 5844116.924769859761 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E225", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_813_generated", "manhole_dn": "manhole_814_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416576.374596008332446, 5844116.924769859761 ], [ 1416541.729802871588618, 5844081.767404087819159 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E226", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_814_generated", "manhole_dn": "manhole_815_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416541.729802871588618, 5844081.767404087819159 ], [ 1416498.188517621718347, 5844062.26395816821605 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E227", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_815_generated", "manhole_dn": "manhole_816_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416498.188517621718347, 5844062.26395816821605 ], [ 1416448.970511994324625, 5844069.26400520093739 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E228", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_816_generated", "manhole_dn": "manhole_817_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416448.970511994324625, 5844069.26400520093739 ], [ 1416400.342734969453886, 5844064.002551051788032 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E229", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_817_generated", "manhole_dn": "manhole_818_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416400.342734969453886, 5844064.002551051788032 ], [ 1416353.585906805936247, 5844047.182242533192039 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E230", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_818_generated", "manhole_dn": "manhole_819_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416353.585906805936247, 5844047.182242533192039 ], [ 1416304.218944278080016, 5844041.208628535270691 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E231", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_819_generated", "manhole_dn": "manhole_820_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416304.218944278080016, 5844041.208628535270691 ], [ 1416254.219288192922249, 5844041.126698234118521 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E232", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_820_generated", "manhole_dn": "manhole_821_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416254.219288192922249, 5844041.126698234118521 ], [ 1416204.219632107764482, 5844041.044767933897674 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E233", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_821_generated", "manhole_dn": "manhole_822_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416204.219632107764482, 5844041.044767933897674 ], [ 1416155.715854728594422, 5844029.767025163397193 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E234", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_822_generated", "manhole_dn": "manhole_823_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416155.715854728594422, 5844029.767025163397193 ], [ 1416105.96755148563534, 5844026.507896044291556 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E235", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_823_generated", "manhole_dn": "manhole_824_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416105.96755148563534, 5844026.507896044291556 ], [ 1416058.609105651034042, 5844040.615419242531061 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E236", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_824_generated", "manhole_dn": "manhole_825_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416058.609105651034042, 5844040.615419242531061 ], [ 1416015.024933623848483, 5844064.660431460477412 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E237", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_825_generated", "manhole_dn": "manhole_826_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1416015.024933623848483, 5844064.660431460477412 ], [ 1415966.053530746605247, 5844071.360680914483964 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E238", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_826_generated", "manhole_dn": "manhole_827_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415966.053530746605247, 5844071.360680914483964 ], [ 1415916.179824438644573, 5844068.087565034627914 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E239", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_827_generated", "manhole_dn": "manhole_828_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415916.179824438644573, 5844068.087565034627914 ], [ 1415866.317967160837725, 5844064.377105492167175 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E240", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_828_generated", "manhole_dn": "manhole_829_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415866.317967160837725, 5844064.377105492167175 ], [ 1415821.697737340815365, 5844044.882879396900535 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E241", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_829_generated", "manhole_dn": "manhole_830_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415821.697737340815365, 5844044.882879396900535 ], [ 1415794.207655119709671, 5844003.118473399430513 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E242", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_830_generated", "manhole_dn": "manhole_831_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415794.207655119709671, 5844003.118473399430513 ], [ 1415762.549900618614629, 5843965.514249566011131 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E243", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_831_generated", "manhole_dn": "manhole_832_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415762.549900618614629, 5843965.514249566011131 ], [ 1415718.953663617838174, 5843942.371185154654086 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E244", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_832_generated", "manhole_dn": "manhole_833_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415718.953663617838174, 5843942.371185154654086 ], [ 1415669.912683117901906, 5843933.763924090191722 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E245", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_833_generated", "manhole_dn": "manhole_834_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415669.912683117901906, 5843933.763924090191722 ], [ 1415619.92476101545617, 5843932.78754342906177 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E246", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_834_generated", "manhole_dn": "manhole_835_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415619.92476101545617, 5843932.78754342906177 ], [ 1415569.958354181610048, 5843934.612511738203466 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E247", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_835_generated", "manhole_dn": "manhole_836_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415569.958354181610048, 5843934.612511738203466 ], [ 1415519.991947347996756, 5843936.437480046413839 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E248", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_836_generated", "manhole_dn": "manhole_837_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415519.991947347996756, 5843936.437480046413839 ], [ 1415470.762993132229894, 5843943.106915395706892 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E249", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_837_generated", "manhole_dn": "manhole_838_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415470.762993132229894, 5843943.106915395706892 ], [ 1415423.668638297356665, 5843959.469534138217568 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E250", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_838_generated", "manhole_dn": "manhole_839_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415423.668638297356665, 5843959.469534138217568 ], [ 1415383.882673580432311, 5843988.207098569720984 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E251", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_839_generated", "manhole_dn": "manhole_840_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415383.882673580432311, 5843988.207098569720984 ], [ 1415349.174972783541307, 5844024.198039465583861 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E252", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_840_generated", "manhole_dn": "manhole_841_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415349.174972783541307, 5844024.198039465583861 ], [ 1415312.32966351066716, 5844057.858752905391157 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E253", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_841_generated", "manhole_dn": "manhole_842_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415312.32966351066716, 5844057.858752905391157 ], [ 1415272.977458163397387, 5844088.655793969519436 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E254", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_842_generated", "manhole_dn": "manhole_843_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415272.977458163397387, 5844088.655793969519436 ], [ 1415231.584478268167004, 5844116.702068884856999 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E255", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_843_generated", "manhole_dn": "manhole_844_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415231.584478268167004, 5844116.702068884856999 ], [ 1415190.929577935487032, 5844145.800723644904792 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E256", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_844_generated", "manhole_dn": "manhole_845_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415190.929577935487032, 5844145.800723644904792 ], [ 1415152.162144386209548, 5844177.365402648225427 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E257", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_845_generated", "manhole_dn": "manhole_846_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415152.162144386209548, 5844177.365402648225427 ], [ 1415113.555252274964005, 5844209.137720830738544 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E258", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_846_generated", "manhole_dn": "manhole_847_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415113.555252274964005, 5844209.137720830738544 ], [ 1415074.948360163951293, 5844240.910039014182985 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E259", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_847_generated", "manhole_dn": "manhole_848_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415074.948360163951293, 5844240.910039014182985 ], [ 1415036.34146805270575, 5844272.682357196696103 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E260", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_848_generated", "manhole_dn": "manhole_849_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1415036.34146805270575, 5844272.682357196696103 ], [ 1414997.734575941693038, 5844304.454675380140543 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E261", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_849_generated", "manhole_dn": "manhole_850_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414997.734575941693038, 5844304.454675380140543 ], [ 1414959.127683830680326, 5844336.226993563584983 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E262", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_850_generated", "manhole_dn": "manhole_851_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414959.127683830680326, 5844336.226993563584983 ], [ 1414920.520791719434783, 5844367.999311746098101 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E263", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_851_generated", "manhole_dn": "manhole_852_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414920.520791719434783, 5844367.999311746098101 ], [ 1414881.913899608422071, 5844399.771629929542542 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E264", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_852_generated", "manhole_dn": "manhole_853_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414881.913899608422071, 5844399.771629929542542 ], [ 1414842.734271959168836, 5844430.764689867384732 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E265", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_853_generated", "manhole_dn": "manhole_854_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414842.734271959168836, 5844430.764689867384732 ], [ 1414800.885097347898409, 5844458.125590903684497 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E266", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_854_generated", "manhole_dn": "manhole_855_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414800.885097347898409, 5844458.125590903684497 ], [ 1414759.035922736627981, 5844485.486491940915585 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E267", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_855_generated", "manhole_dn": "manhole_856_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414759.035922736627981, 5844485.486491940915585 ], [ 1414717.186748125357553, 5844512.847392978146672 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E268", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_856_generated", "manhole_dn": "manhole_857_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414717.186748125357553, 5844512.847392978146672 ], [ 1414675.337573513854295, 5844540.20829401537776 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E269", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_857_generated", "manhole_dn": "manhole_858_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414675.337573513854295, 5844540.20829401537776 ], [ 1414631.732082000700757, 5844564.560294976457953 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E270", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_858_generated", "manhole_dn": "manhole_859_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414631.732082000700757, 5844564.560294976457953 ], [ 1414587.328821836505085, 5844587.545568697154522 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E271", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_859_generated", "manhole_dn": "manhole_860_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414587.328821836505085, 5844587.545568697154522 ], [ 1414542.925561672309414, 5844610.530842416919768 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E272", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_860_generated", "manhole_dn": "manhole_861_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414542.925561672309414, 5844610.530842416919768 ], [ 1414498.522301508113742, 5844633.516116137616336 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E273", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_861_generated", "manhole_dn": "manhole_862_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414498.522301508113742, 5844633.516116137616336 ], [ 1414453.80442654970102, 5844655.808527433313429 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E274", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_862_generated", "manhole_dn": "manhole_863_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414453.80442654970102, 5844655.808527433313429 ], [ 1414407.275943890679628, 5844674.113516442477703 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E275", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_863_generated", "manhole_dn": "manhole_864_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414407.275943890679628, 5844674.113516442477703 ], [ 1414360.747461231425405, 5844692.418505452573299 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E276", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_864_generated", "manhole_dn": "manhole_865_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414360.747461231425405, 5844692.418505452573299 ], [ 1414314.218978572404012, 5844710.723494462668896 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E277", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_865_generated", "manhole_dn": "manhole_866_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414314.218978572404012, 5844710.723494462668896 ], [ 1414267.69049591338262, 5844729.028483471833169 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E278", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_866_generated", "manhole_dn": "manhole_867_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414267.69049591338262, 5844729.028483471833169 ], [ 1414221.057497514877468, 5844747.016870835795999 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E279", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_867_generated", "manhole_dn": "manhole_868_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414221.057497514877468, 5844747.016870835795999 ], [ 1414172.775621921755373, 5844760.010438876226544 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E280", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_868_generated", "manhole_dn": "manhole_869_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414172.775621921755373, 5844760.010438876226544 ], [ 1414124.493746328633279, 5844773.00400691665709 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E281", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_869_generated", "manhole_dn": "manhole_870_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414124.493746328633279, 5844773.00400691665709 ], [ 1414076.211870735511184, 5844785.997574956156313 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E282", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_870_generated", "manhole_dn": "manhole_871_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414076.211870735511184, 5844785.997574956156313 ], [ 1414027.929995142389089, 5844798.991142996586859 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E283", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_871_generated", "manhole_dn": "manhole_872_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1414027.929995142389089, 5844798.991142996586859 ], [ 1413979.648119549266994, 5844811.984711037017405 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E284", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_872_generated", "manhole_dn": "manhole_873_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413979.648119549266994, 5844811.984711037017405 ], [ 1413930.369626694358885, 5844820.215582912787795 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E285", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_873_generated", "manhole_dn": "manhole_874_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413930.369626694358885, 5844820.215582912787795 ], [ 1413880.928856189362705, 5844827.670952325686812 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E286", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_874_generated", "manhole_dn": "manhole_875_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413880.928856189362705, 5844827.670952325686812 ], [ 1413831.488085684599355, 5844835.12632173858583 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E287", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_875_generated", "manhole_dn": "manhole_876_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413831.488085684599355, 5844835.12632173858583 ], [ 1413782.047315179603174, 5844842.581691151484847 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E288", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_876_generated", "manhole_dn": "manhole_877_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413782.047315179603174, 5844842.581691151484847 ], [ 1413732.606544674606994, 5844850.037060564383864 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E289", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_877_generated", "manhole_dn": "manhole_878_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413732.606544674606994, 5844850.037060564383864 ], [ 1413682.774028708459809, 5844852.736711289733648 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E290", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_878_generated", "manhole_dn": "manhole_879_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413682.774028708459809, 5844852.736711289733648 ], [ 1413632.779714717995375, 5844853.472163409925997 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E291", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_879_generated", "manhole_dn": "manhole_880_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413632.779714717995375, 5844853.472163409925997 ], [ 1413582.785400727298111, 5844854.207615529187024 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E292", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_880_generated", "manhole_dn": "manhole_881_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413582.785400727298111, 5844854.207615529187024 ], [ 1413532.791086736833677, 5844854.943067649379373 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E293", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_881_generated", "manhole_dn": "manhole_882_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413532.791086736833677, 5844854.943067649379373 ], [ 1413482.796772746369243, 5844855.678519769571722 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E294", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_882_generated", "manhole_dn": "manhole_883_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413482.796772746369243, 5844855.678519769571722 ], [ 1413433.065366155700758, 5844851.819941600784659 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E295", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_883_generated", "manhole_dn": "manhole_884_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413433.065366155700758, 5844851.819941600784659 ], [ 1413383.481353130890056, 5844845.385815897956491 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E296", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_884_generated", "manhole_dn": "manhole_885_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413383.481353130890056, 5844845.385815897956491 ], [ 1413333.897340106079355, 5844838.951690194196999 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E297", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_885_generated", "manhole_dn": "manhole_886_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413333.897340106079355, 5844838.951690194196999 ], [ 1413284.313327081501484, 5844832.51756449136883 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E298", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_886_generated", "manhole_dn": "manhole_887_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413284.313327081501484, 5844832.51756449136883 ], [ 1413234.729314056690782, 5844826.083438787609339 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E299", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_887_generated", "manhole_dn": "manhole_888_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413234.729314056690782, 5844826.083438787609339 ], [ 1413185.559508327394724, 5844818.100490031763911 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E300", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_888_generated", "manhole_dn": "manhole_889_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413185.559508327394724, 5844818.100490031763911 ], [ 1413139.382957268273458, 5844798.925025148317218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E301", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_889_generated", "manhole_dn": "manhole_890_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413139.382957268273458, 5844798.925025148317218 ], [ 1413093.206406209152192, 5844779.749560264870524 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E302", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_890_generated", "manhole_dn": "manhole_891_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413093.206406209152192, 5844779.749560264870524 ], [ 1413047.029855150263757, 5844760.574095381423831 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E303", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_891_generated", "manhole_dn": "manhole_892_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413047.029855150263757, 5844760.574095381423831 ], [ 1413000.853304091142491, 5844741.398630497977138 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E304", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_892_generated", "manhole_dn": "manhole_893_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1413000.853304091142491, 5844741.398630497977138 ], [ 1412954.676753032021224, 5844722.223165614530444 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E305", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_893_generated", "manhole_dn": "manhole_894_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412954.676753032021224, 5844722.223165614530444 ], [ 1412909.234404653543606, 5844701.402767523191869 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E306", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_894_generated", "manhole_dn": "manhole_895_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412909.234404653543606, 5844701.402767523191869 ], [ 1412864.126097585773095, 5844679.833971667103469 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E307", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_895_generated", "manhole_dn": "manhole_896_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412864.126097585773095, 5844679.833971667103469 ], [ 1412819.017790518235415, 5844658.265175810083747 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E308", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_896_generated", "manhole_dn": "manhole_897_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412819.017790518235415, 5844658.265175810083747 ], [ 1412773.909483450464904, 5844636.696379953995347 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E309", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_897_generated", "manhole_dn": "manhole_898_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412773.909483450464904, 5844636.696379953995347 ], [ 1412728.801176382927224, 5844615.127584097906947 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E310", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_898_generated", "manhole_dn": "manhole_899_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412728.801176382927224, 5844615.127584097906947 ], [ 1412683.692869315156713, 5844593.558788240887225 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E311", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_899_generated", "manhole_dn": "manhole_900_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412683.692869315156713, 5844593.558788240887225 ], [ 1412638.584562247386202, 5844571.989992384798825 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E312", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_900_generated", "manhole_dn": "manhole_901_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412638.584562247386202, 5844571.989992384798825 ], [ 1412595.623684559483081, 5844546.633682089857757 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E313", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_901_generated", "manhole_dn": "manhole_902_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412595.623684559483081, 5844546.633682089857757 ], [ 1412553.953394919866696, 5844519.001105616800487 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E314", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_902_generated", "manhole_dn": "manhole_903_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412553.953394919866696, 5844519.001105616800487 ], [ 1412512.283105280483142, 5844491.368529142811894 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E315", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_903_generated", "manhole_dn": "manhole_904_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412512.283105280483142, 5844491.368529142811894 ], [ 1412470.612815640866756, 5844463.735952669754624 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E316", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_904_generated", "manhole_dn": "manhole_905_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412470.612815640866756, 5844463.735952669754624 ], [ 1412428.942526001250371, 5844436.103376195766032 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E317", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_905_generated", "manhole_dn": "manhole_906_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412428.942526001250371, 5844436.103376195766032 ], [ 1412387.272236361866817, 5844408.470799722708762 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E318", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_906_generated", "manhole_dn": "manhole_907_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412387.272236361866817, 5844408.470799722708762 ], [ 1412345.601946722250432, 5844380.838223248720169 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E319", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_907_generated", "manhole_dn": "manhole_908_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412345.601946722250432, 5844380.838223248720169 ], [ 1412303.931657082634047, 5844353.205646775662899 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E320", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_908_generated", "manhole_dn": "manhole_909_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412303.931657082634047, 5844353.205646775662899 ], [ 1412262.261367443250492, 5844325.573070302605629 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E321", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_909_generated", "manhole_dn": "manhole_910_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412262.261367443250492, 5844325.573070302605629 ], [ 1412220.249577832408249, 5844298.492348447442055 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E322", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_910_generated", "manhole_dn": "manhole_911_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412220.249577832408249, 5844298.492348447442055 ], [ 1412176.927172479685396, 5844273.529545807279646 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E323", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_911_generated", "manhole_dn": "manhole_912_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412176.927172479685396, 5844273.529545807279646 ], [ 1412132.736799320904538, 5844250.193437846377492 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E324", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_912_generated", "manhole_dn": "manhole_913_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412132.736799320904538, 5844250.193437846377492 ], [ 1412084.520041049458086, 5844239.100945963524282 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E325", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_913_generated", "manhole_dn": "manhole_914_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412084.520041049458086, 5844239.100945963524282 ], [ 1412034.979537510545924, 5844232.339967461302876 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E326", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_914_generated", "manhole_dn": "manhole_915_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1412034.979537510545924, 5844232.339967461302876 ], [ 1411985.218780608614907, 5844228.969401745125651 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E327", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_915_generated", "manhole_dn": "manhole_916_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411985.218780608614907, 5844228.969401745125651 ], [ 1411935.547168360091746, 5844225.608683753758669 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E328", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_916_generated", "manhole_dn": "manhole_917_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411935.547168360091746, 5844225.608683753758669 ], [ 1411887.339208438526839, 5844212.728831850923598 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E329", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_917_generated", "manhole_dn": "manhole_918_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411887.339208438526839, 5844212.728831850923598 ], [ 1411839.780274013755843, 5844197.29769198410213 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E330", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_918_generated", "manhole_dn": "manhole_919_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411839.780274013755843, 5844197.29769198410213 ], [ 1411792.519585555419326, 5844180.978409866802394 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E331", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_919_generated", "manhole_dn": "manhole_920_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411792.519585555419326, 5844180.978409866802394 ], [ 1411745.286310599418357, 5844164.577493485063314 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E332", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_920_generated", "manhole_dn": "manhole_921_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411745.286310599418357, 5844164.577493485063314 ], [ 1411696.500934263458475, 5844156.457476289942861 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E333", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_921_generated", "manhole_dn": "manhole_922_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411696.500934263458475, 5844156.457476289942861 ], [ 1411646.566811945289373, 5844156.629716902971268 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E334", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_922_generated", "manhole_dn": "manhole_923_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411646.566811945289373, 5844156.629716902971268 ], [ 1411596.686350782867521, 5844160.081081189215183 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E335", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_923_generated", "manhole_dn": "manhole_924_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411596.686350782867521, 5844160.081081189215183 ], [ 1411547.500557682709768, 5844168.594527897424996 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E336", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_924_generated", "manhole_dn": "manhole_925_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411547.500557682709768, 5844168.594527897424996 ], [ 1411498.534317339304835, 5844178.707867002114654 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E337", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_925_generated", "manhole_dn": "manhole_926_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411498.534317339304835, 5844178.707867002114654 ], [ 1411449.481568206334487, 5844188.392413450405002 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E338", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_926_generated", "manhole_dn": "manhole_927_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411449.481568206334487, 5844188.392413450405002 ], [ 1411399.801096498267725, 5844192.348644936457276 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E339", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_927_generated", "manhole_dn": "manhole_928_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411399.801096498267725, 5844192.348644936457276 ], [ 1411349.81473539210856, 5844193.50451023131609 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E340", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_928_generated", "manhole_dn": "manhole_929_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411349.81473539210856, 5844193.50451023131609 ], [ 1411299.870496388524771, 5844191.679849272593856 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E341", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_929_generated", "manhole_dn": "manhole_930_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411299.870496388524771, 5844191.679849272593856 ], [ 1411249.970588414464146, 5844188.525230197235942 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E342", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_930_generated", "manhole_dn": "manhole_931_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411249.970588414464146, 5844188.525230197235942 ], [ 1411200.093913657823578, 5844186.118733886629343 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E343", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_931_generated", "manhole_dn": "manhole_932_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411200.093913657823578, 5844186.118733886629343 ], [ 1411160.703226442914456, 5844163.040254034101963 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E344", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_932_generated", "manhole_dn": "manhole_933_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411160.703226442914456, 5844163.040254034101963 ], [ 1411144.187009703600779, 5844116.165280965156853 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E345", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_933_generated", "manhole_dn": "manhole_934_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411144.187009703600779, 5844116.165280965156853 ], [ 1411135.491020455490798, 5844066.974481687881052 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E346", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_934_generated", "manhole_dn": "manhole_935_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411135.491020455490798, 5844066.974481687881052 ], [ 1411151.511504945578054, 5844020.488006705418229 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E347", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_935_generated", "manhole_dn": "manhole_936_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411151.511504945578054, 5844020.488006705418229 ], [ 1411190.946558678057045, 5843989.749753394164145 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E348", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_936_generated", "manhole_dn": "manhole_937_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411190.946558678057045, 5843989.749753394164145 ], [ 1411229.800307763973251, 5843958.324839605949819 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E349", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_937_generated", "manhole_dn": "manhole_938_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411229.800307763973251, 5843958.324839605949819 ], [ 1411259.104692845605314, 5843920.205237253569067 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E350", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_938_generated", "manhole_dn": "manhole_939_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411259.104692845605314, 5843920.205237253569067 ], [ 1411230.415942177642137, 5843886.239951014518738 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E351", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_939_generated", "manhole_dn": "manhole_940_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411230.415942177642137, 5843886.239951014518738 ], [ 1411183.531357200583443, 5843868.894975673407316 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E352", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_940_generated", "manhole_dn": "manhole_941_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411183.531357200583443, 5843868.894975673407316 ], [ 1411136.226086644455791, 5843852.702888135798275 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E353", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_941_generated", "manhole_dn": "manhole_942_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411136.226086644455791, 5843852.702888135798275 ], [ 1411088.920816088328138, 5843836.510800599120557 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E354", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_942_generated", "manhole_dn": "manhole_943_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411088.920816088328138, 5843836.510800599120557 ], [ 1411041.88821478607133, 5843819.573287703096867 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E355", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_943_generated", "manhole_dn": "manhole_944_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1411041.88821478607133, 5843819.573287703096867 ], [ 1410995.299947529798374, 5843801.420996530912817 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E356", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_944_generated", "manhole_dn": "manhole_945_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410995.299947529798374, 5843801.420996530912817 ], [ 1410948.711490004323423, 5843783.26919368468225 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E357", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_945_generated", "manhole_dn": "manhole_946_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410948.711490004323423, 5843783.26919368468225 ], [ 1410902.123032478848472, 5843765.117390837520361 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E358", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_946_generated", "manhole_dn": "manhole_947_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410902.123032478848472, 5843765.117390837520361 ], [ 1410855.074617069214582, 5843748.395271047018468 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E359", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_947_generated", "manhole_dn": "manhole_948_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410855.074617069214582, 5843748.395271047018468 ], [ 1410806.641643165145069, 5843735.976762278936803 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E360", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_948_generated", "manhole_dn": "manhole_949_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410806.641643165145069, 5843735.976762278936803 ], [ 1410758.206718888599426, 5843723.56586592271924 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E361", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_949_generated", "manhole_dn": "manhole_950_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410758.206718888599426, 5843723.56586592271924 ], [ 1410709.454440784873441, 5843712.467468551360071 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E362", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_950_generated", "manhole_dn": "manhole_951_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410709.454440784873441, 5843712.467468551360071 ], [ 1410660.02710955357179, 5843705.387306730262935 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E363", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_951_generated", "manhole_dn": "manhole_952_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410660.02710955357179, 5843705.387306730262935 ], [ 1410610.323604335775599, 5843699.952797527424991 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E364", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_952_generated", "manhole_dn": "manhole_953_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410610.323604335775599, 5843699.952797527424991 ], [ 1410560.592467605834827, 5843694.784524976275861 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E365", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_953_generated", "manhole_dn": "manhole_954_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410560.592467605834827, 5843694.784524976275861 ], [ 1410510.831874791067094, 5843689.900295500643551 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E366", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_954_generated", "manhole_dn": "manhole_955_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410510.831874791067094, 5843689.900295500643551 ], [ 1410461.070665374165401, 5843685.02234935760498 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E367", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_955_generated", "manhole_dn": "manhole_956_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410461.070665374165401, 5843685.02234935760498 ], [ 1410411.309455957263708, 5843680.144403215497732 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E368", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_956_generated", "manhole_dn": "manhole_957_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410411.309455957263708, 5843680.144403215497732 ], [ 1410361.548246540362015, 5843675.266457072459161 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E369", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_957_generated", "manhole_dn": "manhole_958_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410361.548246540362015, 5843675.266457072459161 ], [ 1410311.787037123227492, 5843670.388510930351913 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E370", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_958_generated", "manhole_dn": "manhole_959_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410311.787037123227492, 5843670.388510930351913 ], [ 1410262.025883284630254, 5843665.509997916407883 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E371", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_959_generated", "manhole_dn": "manhole_960_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410262.025883284630254, 5843665.509997916407883 ], [ 1410212.264928257558495, 5843660.629457383416593 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E372", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_960_generated", "manhole_dn": "manhole_961_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410212.264928257558495, 5843660.629457383416593 ], [ 1410162.624738086014986, 5843654.758202109485865 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E373", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_961_generated", "manhole_dn": "manhole_962_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410162.624738086014986, 5843654.758202109485865 ], [ 1410113.14850769774057, 5843647.541904736310244 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E374", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_962_generated", "manhole_dn": "manhole_963_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410113.14850769774057, 5843647.541904736310244 ], [ 1410065.568505503004417, 5843633.632861185818911 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E375", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_963_generated", "manhole_dn": "manhole_964_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410065.568505503004417, 5843633.632861185818911 ], [ 1410022.702877387870103, 5843607.91984165366739 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E376", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_964_generated", "manhole_dn": "manhole_965_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1410022.702877387870103, 5843607.91984165366739 ], [ 1409985.195860421285033, 5843575.171756871975958 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E377", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_965_generated", "manhole_dn": "manhole_966_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409985.195860421285033, 5843575.171756871975958 ], [ 1409946.118790123611689, 5843543.97953190933913 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E378", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_966_generated", "manhole_dn": "manhole_967_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409946.118790123611689, 5843543.97953190933913 ], [ 1409896.867170094512403, 5843537.099679615348577 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E379", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_967_generated", "manhole_dn": "manhole_968_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409896.867170094512403, 5843537.099679615348577 ], [ 1409847.168251139577478, 5843541.514289426617324 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E380", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_968_generated", "manhole_dn": "manhole_969_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409847.168251139577478, 5843541.514289426617324 ], [ 1409797.464138044044375, 5843546.943236155435443 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E381", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_969_generated", "manhole_dn": "manhole_970_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409797.464138044044375, 5843546.943236155435443 ], [ 1409747.760024948278442, 5843552.372182884253561 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E382", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_970_generated", "manhole_dn": "manhole_971_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409747.760024948278442, 5843552.372182884253561 ], [ 1409698.055911852745339, 5843557.80112961307168 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E383", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_971_generated", "manhole_dn": "manhole_972_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409698.055911852745339, 5843557.80112961307168 ], [ 1409648.750846630427986, 5843566.089248028583825 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E384", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_972_generated", "manhole_dn": "manhole_973_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409648.750846630427986, 5843566.089248028583825 ], [ 1409599.45966497133486, 5843574.476841953583062 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E385", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_973_generated", "manhole_dn": "manhole_974_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409599.45966497133486, 5843574.476841953583062 ], [ 1409549.492482758359984, 5843575.649354533292353 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E386", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_974_generated", "manhole_dn": "manhole_975_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409549.492482758359984, 5843575.649354533292353 ], [ 1409499.501122606685385, 5843576.563811415806413 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E387", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_975_generated", "manhole_dn": "manhole_976_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409499.501122606685385, 5843576.563811415806413 ], [ 1409450.6474167809356, 5843586.491335683502257 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E388", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_976_generated", "manhole_dn": "manhole_977_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409450.6474167809356, 5843586.491335683502257 ], [ 1409405.022353745065629, 5843606.754468366503716 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E389", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_977_generated", "manhole_dn": "manhole_978_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409405.022353745065629, 5843606.754468366503716 ], [ 1409363.785367434378713, 5843635.029603755101562 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E390", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_978_generated", "manhole_dn": "manhole_979_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409363.785367434378713, 5843635.029603755101562 ], [ 1409321.042894832091406, 5843660.649812454357743 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E391", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_979_generated", "manhole_dn": "manhole_980_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409321.042894832091406, 5843660.649812454357743 ], [ 1409274.667563813272864, 5843678.674399765208364 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E392", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_980_generated", "manhole_dn": "manhole_981_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409274.667563813272864, 5843678.674399765208364 ], [ 1409226.593974482733756, 5843691.426514795981348 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E393", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_981_generated", "manhole_dn": "manhole_982_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409226.593974482733756, 5843691.426514795981348 ], [ 1409181.839323980268091, 5843713.719867607578635 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E394", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_982_generated", "manhole_dn": "manhole_983_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409181.839323980268091, 5843713.719867607578635 ], [ 1409143.817642297595739, 5843745.100612794980407 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E395", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_983_generated", "manhole_dn": "manhole_984_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409143.817642297595739, 5843745.100612794980407 ], [ 1409109.307516299886629, 5843781.276174199767411 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E396", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_984_generated", "manhole_dn": "manhole_985_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409109.307516299886629, 5843781.276174199767411 ], [ 1409073.606354804709554, 5843816.281879293732345 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E397", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_985_generated", "manhole_dn": "manhole_986_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409073.606354804709554, 5843816.281879293732345 ], [ 1409040.073193310527131, 5843853.282417176291347 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E398", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_986_generated", "manhole_dn": "manhole_987_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409040.073193310527131, 5843853.282417176291347 ], [ 1409008.153520604828373, 5843891.76756776124239 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E399", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_987_generated", "manhole_dn": "manhole_988_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1409008.153520604828373, 5843891.76756776124239 ], [ 1408973.346212445059791, 5843927.604222937487066 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E400", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_988_generated", "manhole_dn": "manhole_989_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408973.346212445059791, 5843927.604222937487066 ], [ 1408933.34115097252652, 5843956.361258418299258 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E401", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_989_generated", "manhole_dn": "manhole_990_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408933.34115097252652, 5843956.361258418299258 ], [ 1408887.657065344974399, 5843976.535548006184399 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E402", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_990_generated", "manhole_dn": "manhole_991_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408887.657065344974399, 5843976.535548006184399 ], [ 1408839.742061691125855, 5843990.822771181352437 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E403", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_991_generated", "manhole_dn": "manhole_992_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408839.742061691125855, 5843990.822771181352437 ], [ 1408791.827058037277311, 5844005.109994356520474 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E404", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_992_generated", "manhole_dn": "manhole_993_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408791.827058037277311, 5844005.109994356520474 ], [ 1408743.912054383428767, 5844019.397217531688511 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E405", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_993_generated", "manhole_dn": "manhole_994_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408743.912054383428767, 5844019.397217531688511 ], [ 1408695.997050729580224, 5844033.684440706856549 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E406", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_994_generated", "manhole_dn": "manhole_995_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408695.997050729580224, 5844033.684440706856549 ], [ 1408648.08204707573168, 5844047.971663882024586 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E407", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_995_generated", "manhole_dn": "manhole_996_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408648.08204707573168, 5844047.971663882024586 ], [ 1408600.167043422115967, 5844062.258887058123946 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E408", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_996_generated", "manhole_dn": "manhole_997_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408600.167043422115967, 5844062.258887058123946 ], [ 1408552.252039768267423, 5844076.546110233291984 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E409", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_997_generated", "manhole_dn": "manhole_998_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408552.252039768267423, 5844076.546110233291984 ], [ 1408504.337036114418879, 5844090.833333408460021 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E410", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_998_generated", "manhole_dn": "manhole_999_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408504.337036114418879, 5844090.833333408460021 ], [ 1408457.458339382894337, 5844108.06945032812655 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E411", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_999_generated", "manhole_dn": "manhole_1000_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408457.458339382894337, 5844108.06945032812655 ], [ 1408411.139316070592031, 5844126.898162460885942 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E412", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1000_generated", "manhole_dn": "manhole_1001_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408411.139316070592031, 5844126.898162460885942 ], [ 1408364.895734491758049, 5844145.90854350104928 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E413", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1001_generated", "manhole_dn": "manhole_1002_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408364.895734491758049, 5844145.90854350104928 ], [ 1408318.864463140722364, 5844165.430182239040732 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E414", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1002_generated", "manhole_dn": "manhole_1003_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408318.864463140722364, 5844165.430182239040732 ], [ 1408272.289683149429038, 5844183.578459515236318 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E415", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1003_generated", "manhole_dn": "manhole_1004_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408272.289683149429038, 5844183.578459515236318 ], [ 1408224.313070619711652, 5844197.020859055221081 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E416", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1004_generated", "manhole_dn": "manhole_1005_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408224.313070619711652, 5844197.020859055221081 ], [ 1408175.16383580933325, 5844206.203725641593337 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E417", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1005_generated", "manhole_dn": "manhole_1006_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408175.16383580933325, 5844206.203725641593337 ], [ 1408125.97292749164626, 5844215.157036643475294 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E418", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1006_generated", "manhole_dn": "manhole_1007_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408125.97292749164626, 5844215.157036643475294 ], [ 1408076.732192198745906, 5844223.835879251360893 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E419", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1007_generated", "manhole_dn": "manhole_1008_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408076.732192198745906, 5844223.835879251360893 ], [ 1408027.280198169872165, 5844231.191514981910586 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E420", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1008_generated", "manhole_dn": "manhole_1009_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1408027.280198169872165, 5844231.191514981910586 ], [ 1407977.894925138214603, 5844238.989366857334971 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E421", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1009_generated", "manhole_dn": "manhole_1010_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407977.894925138214603, 5844238.989366857334971 ], [ 1407928.56472580274567, 5844247.144350285641849 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E422", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1010_generated", "manhole_dn": "manhole_1011_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407928.56472580274567, 5844247.144350285641849 ], [ 1407878.914821950253099, 5844250.686762865632772 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E423", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1011_generated", "manhole_dn": "manhole_1012_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407878.914821950253099, 5844250.686762865632772 ], [ 1407835.36774310702458, 5844231.555989070795476 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E424", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1012_generated", "manhole_dn": "manhole_1013_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407835.36774310702458, 5844231.555989070795476 ], [ 1407802.712888974696398, 5844193.701748038642108 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E425", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1013_generated", "manhole_dn": "manhole_1014_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407802.712888974696398, 5844193.701748038642108 ], [ 1407767.26884832046926, 5844158.435726101510227 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E426", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1014_generated", "manhole_dn": "manhole_1015_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407767.26884832046926, 5844158.435726101510227 ], [ 1407731.824807666242123, 5844123.169704163447022 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E427", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1015_generated", "manhole_dn": "manhole_1016_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407731.824807666242123, 5844123.169704163447022 ], [ 1407696.380767011782154, 5844087.903682226315141 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E428", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1016_generated", "manhole_dn": "manhole_1017_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407696.380767011782154, 5844087.903682226315141 ], [ 1407660.936726357555017, 5844052.637660289183259 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E429", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1017_generated", "manhole_dn": "manhole_1018_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407660.936726357555017, 5844052.637660289183259 ], [ 1407625.831936848117039, 5844017.049035621806979 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E430", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1018_generated", "manhole_dn": "manhole_1019_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407625.831936848117039, 5844017.049035621806979 ], [ 1407592.392521338770166, 5843979.876763541251421 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E431", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1019_generated", "manhole_dn": "manhole_1020_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407592.392521338770166, 5843979.876763541251421 ], [ 1407555.737023122375831, 5843946.739697759971023 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E432", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1020_generated", "manhole_dn": "manhole_1021_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407555.737023122375831, 5843946.739697759971023 ], [ 1407511.10406162054278, 5843924.732061021029949 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E433", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1021_generated", "manhole_dn": "manhole_1022_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407511.10406162054278, 5843924.732061021029949 ], [ 1407462.690844560973346, 5843912.410885996185243 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E434", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1022_generated", "manhole_dn": "manhole_1023_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407462.690844560973346, 5843912.410885996185243 ], [ 1407413.295523691689596, 5843904.660105555318296 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E435", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1023_generated", "manhole_dn": "manhole_1024_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407413.295523691689596, 5843904.660105555318296 ], [ 1407364.182719683740288, 5843895.512690680101514 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E436", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1024_generated", "manhole_dn": "manhole_1025_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407364.182719683740288, 5843895.512690680101514 ], [ 1407315.22677815426141, 5843886.625320928171277 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E437", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1025_generated", "manhole_dn": "manhole_1026_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407315.22677815426141, 5843886.625320928171277 ], [ 1407267.436187131330371, 5843897.044805898331106 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E438", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1026_generated", "manhole_dn": "manhole_1027_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407267.436187131330371, 5843897.044805898331106 ], [ 1407221.962850712705404, 5843917.655920782126486 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E439", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1027_generated", "manhole_dn": "manhole_1028_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407221.962850712705404, 5843917.655920782126486 ], [ 1407178.900355712743476, 5843943.061096040531993 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E440", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1028_generated", "manhole_dn": "manhole_1029_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407178.900355712743476, 5843943.061096040531993 ], [ 1407146.979173292405903, 5843980.897378718480468 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E441", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1029_generated", "manhole_dn": "manhole_1030_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407146.979173292405903, 5843980.897378718480468 ], [ 1407134.580526151228696, 5844027.953575909137726 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E442", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1030_generated", "manhole_dn": "manhole_1031_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407134.580526151228696, 5844027.953575909137726 ], [ 1407144.10729802865535, 5844076.264520419761539 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E443", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1031_generated", "manhole_dn": "manhole_1032_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407144.10729802865535, 5844076.264520419761539 ], [ 1407154.651514663128182, 5844122.521144322119653 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E444", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1032_generated", "manhole_dn": "manhole_1033_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407154.651514663128182, 5844122.521144322119653 ], [ 1407114.095589024713263, 5844149.335239565931261 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E445", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1033_generated", "manhole_dn": "manhole_1034_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407114.095589024713263, 5844149.335239565931261 ], [ 1407067.846808199770749, 5844139.43755829334259 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E446", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1034_generated", "manhole_dn": "manhole_1035_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407067.846808199770749, 5844139.43755829334259 ], [ 1407022.951227898942307, 5844117.516419807448983 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E447", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1035_generated", "manhole_dn": "manhole_1036_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1407022.951227898942307, 5844117.516419807448983 ], [ 1406979.409289192641154, 5844093.023117744363844 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E448", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1036_generated", "manhole_dn": "manhole_1037_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406979.409289192641154, 5844093.023117744363844 ], [ 1406934.38787308614701, 5844071.29388830345124 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E449", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1037_generated", "manhole_dn": "manhole_1038_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406934.38787308614701, 5844071.29388830345124 ], [ 1406890.240736061707139, 5844047.820443440228701 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E450", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1038_generated", "manhole_dn": "manhole_1039_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406890.240736061707139, 5844047.820443440228701 ], [ 1406846.167952566640452, 5844024.20837824139744 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E451", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1039_generated", "manhole_dn": "manhole_1040_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406846.167952566640452, 5844024.20837824139744 ], [ 1406807.959655366372317, 5843992.42729317676276 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E452", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1040_generated", "manhole_dn": "manhole_1041_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406807.959655366372317, 5843992.42729317676276 ], [ 1406764.887127094902098, 5843967.473804201930761 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E453", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1041_generated", "manhole_dn": "manhole_1042_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406764.887127094902098, 5843967.473804201930761 ], [ 1406715.408207207452506, 5843963.511253689415753 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E454", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1042_generated", "manhole_dn": "manhole_1043_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406715.408207207452506, 5843963.511253689415753 ], [ 1406665.784100797958672, 5843969.336836582049727 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E455", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1043_generated", "manhole_dn": "manhole_1044_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406665.784100797958672, 5843969.336836582049727 ], [ 1406616.219758755760267, 5843975.902282553724945 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E456", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1044_generated", "manhole_dn": "manhole_1045_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406616.219758755760267, 5843975.902282553724945 ], [ 1406566.770547651918605, 5843983.301461048424244 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E457", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1045_generated", "manhole_dn": "manhole_1046_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406566.770547651918605, 5843983.301461048424244 ], [ 1406517.321336547844112, 5843990.700639544054866 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E458", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1046_generated", "manhole_dn": "manhole_1047_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406517.321336547844112, 5843990.700639544054866 ], [ 1406467.87212544400245, 5843998.099818039685488 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E459", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1047_generated", "manhole_dn": "manhole_1048_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406467.87212544400245, 5843998.099818039685488 ], [ 1406418.105671318247914, 5844001.475918755866587 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E460", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1048_generated", "manhole_dn": "manhole_1049_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406418.105671318247914, 5844001.475918755866587 ], [ 1406368.107908806297928, 5844001.918711049482226 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E461", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1049_generated", "manhole_dn": "manhole_1050_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406368.107908806297928, 5844001.918711049482226 ], [ 1406318.110146294580773, 5844002.361503344029188 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E462", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1050_generated", "manhole_dn": "manhole_1051_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406318.110146294580773, 5844002.361503344029188 ], [ 1406268.249019802780822, 5844004.993170986883342 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E463", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1051_generated", "manhole_dn": "manhole_1052_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406268.249019802780822, 5844004.993170986883342 ], [ 1406218.701009821612388, 5844011.339626689441502 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E464", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1052_generated", "manhole_dn": "manhole_1053_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406218.701009821612388, 5844011.339626689441502 ], [ 1406170.780284357722849, 5844025.607646602205932 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E465", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1053_generated", "manhole_dn": "manhole_1054_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406170.780284357722849, 5844025.607646602205932 ], [ 1406122.859558893600479, 5844039.87566651403904 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E466", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1054_generated", "manhole_dn": "manhole_1055_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406122.859558893600479, 5844039.87566651403904 ], [ 1406074.915272614918649, 5844054.063551505096257 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E467", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1055_generated", "manhole_dn": "manhole_1056_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406074.915272614918649, 5844054.063551505096257 ], [ 1406026.897859736345708, 5844068.002718684263527 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E468", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1056_generated", "manhole_dn": "manhole_1057_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1406026.897859736345708, 5844068.002718684263527 ], [ 1405978.700393512845039, 5844081.28636734187603 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E469", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1057_generated", "manhole_dn": "manhole_1058_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405978.700393512845039, 5844081.28636734187603 ], [ 1405930.299837397178635, 5844093.830628535710275 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E470", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1058_generated", "manhole_dn": "manhole_1059_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405930.299837397178635, 5844093.830628535710275 ], [ 1405881.893571972846985, 5844106.352838670834899 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E471", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1059_generated", "manhole_dn": "manhole_1060_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405881.893571972846985, 5844106.352838670834899 ], [ 1405833.487321440363303, 5844118.875108030624688 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E472", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1060_generated", "manhole_dn": "manhole_1061_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405833.487321440363303, 5844118.875108030624688 ], [ 1405785.351776552619413, 5844132.393099959008396 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E473", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1061_generated", "manhole_dn": "manhole_1062_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405785.351776552619413, 5844132.393099959008396 ], [ 1405737.268505977466702, 5844146.103366622701287 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E474", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1062_generated", "manhole_dn": "manhole_1063_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405737.268505977466702, 5844146.103366622701287 ], [ 1405689.185235402081162, 5844159.813633286394179 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E475", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1063_generated", "manhole_dn": "manhole_1064_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405689.185235402081162, 5844159.813633286394179 ], [ 1405641.100828445749357, 5844173.519913733936846 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E476", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1064_generated", "manhole_dn": "manhole_1065_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405641.100828445749357, 5844173.519913733936846 ], [ 1405592.988437034189701, 5844187.127420461736619 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E477", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1065_generated", "manhole_dn": "manhole_1066_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405592.988437034189701, 5844187.127420461736619 ], [ 1405544.860257432796061, 5844200.679197078570724 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E478", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1066_generated", "manhole_dn": "manhole_1067_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405544.860257432796061, 5844200.679197078570724 ], [ 1405496.725157751934603, 5844214.205752362497151 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E479", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1067_generated", "manhole_dn": "manhole_1068_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405496.725157751934603, 5844214.205752362497151 ], [ 1405448.420070851687342, 5844227.112762114964426 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E480", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1068_generated", "manhole_dn": "manhole_1069_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405448.420070851687342, 5844227.112762114964426 ], [ 1405400.11715223477222, 5844240.027883449569345 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E481", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1069_generated", "manhole_dn": "manhole_1070_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405400.11715223477222, 5844240.027883449569345 ], [ 1405351.085651067551225, 5844249.449565092101693 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E482", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1070_generated", "manhole_dn": "manhole_1071_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405351.085651067551225, 5844249.449565092101693 ], [ 1405301.556952837156132, 5844250.838489841669798 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E483", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1071_generated", "manhole_dn": "manhole_1072_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405301.556952837156132, 5844250.838489841669798 ], [ 1405252.481197290821001, 5844242.308501130901277 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E484", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1072_generated", "manhole_dn": "manhole_1073_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405252.481197290821001, 5844242.308501130901277 ], [ 1405202.622651248704642, 5844243.177618366666138 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E485", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1073_generated", "manhole_dn": "manhole_1074_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405202.622651248704642, 5844243.177618366666138 ], [ 1405154.109481977531686, 5844254.030214892700315 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E486", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1074_generated", "manhole_dn": "manhole_1075_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405154.109481977531686, 5844254.030214892700315 ], [ 1405107.277819796698168, 5844271.545001177117229 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E487", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1075_generated", "manhole_dn": "manhole_1076_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405107.277819796698168, 5844271.545001177117229 ], [ 1405061.526619625743479, 5844291.649599184282124 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E488", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1076_generated", "manhole_dn": "manhole_1077_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405061.526619625743479, 5844291.649599184282124 ], [ 1405017.436906727962196, 5844314.963759439066052 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E489", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1077_generated", "manhole_dn": "manhole_1078_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1405017.436906727962196, 5844314.963759439066052 ], [ 1404976.064425730612129, 5844342.794249912723899 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E490", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1078_generated", "manhole_dn": "manhole_1079_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404976.064425730612129, 5844342.794249912723899 ], [ 1404950.113635204732418, 5844385.532158054411411 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E491", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1079_generated", "manhole_dn": "manhole_1080_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404950.113635204732418, 5844385.532158054411411 ], [ 1404924.274631335167214, 5844428.335384431295097 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E492", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1080_generated", "manhole_dn": "manhole_1081_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404924.274631335167214, 5844428.335384431295097 ], [ 1404899.78279691725038, 5844471.92577750235796 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E493", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1081_generated", "manhole_dn": "manhole_1082_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404899.78279691725038, 5844471.92577750235796 ], [ 1404863.917647653492168, 5844506.569558458402753 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E494", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1082_generated", "manhole_dn": "manhole_1083_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404863.917647653492168, 5844506.569558458402753 ], [ 1404826.973234984790906, 5844540.258578851819038 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E495", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1083_generated", "manhole_dn": "manhole_1084_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404826.973234984790906, 5844540.258578851819038 ], [ 1404789.532954923575744, 5844573.382152994163334 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E496", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1084_generated", "manhole_dn": "manhole_1085_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404789.532954923575744, 5844573.382152994163334 ], [ 1404748.450508834561333, 5844601.625973077490926 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E497", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1085_generated", "manhole_dn": "manhole_1086_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404748.450508834561333, 5844601.625973077490926 ], [ 1404704.926765928510576, 5844626.117943398654461 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E498", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1086_generated", "manhole_dn": "manhole_1087_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404704.926765928510576, 5844626.117943398654461 ], [ 1404658.576846959767863, 5844644.857888686470687 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E499", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1087_generated", "manhole_dn": "manhole_1088_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404658.576846959767863, 5844644.857888686470687 ], [ 1404613.218062944244593, 5844665.89483318477869 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E500", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1088_generated", "manhole_dn": "manhole_1089_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404613.218062944244593, 5844665.89483318477869 ], [ 1404565.645669267512858, 5844681.242843513377011 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E501", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1089_generated", "manhole_dn": "manhole_1090_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404565.645669267512858, 5844681.242843513377011 ], [ 1404520.108674529008567, 5844701.613489550538361 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E502", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1090_generated", "manhole_dn": "manhole_1091_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404520.108674529008567, 5844701.613489550538361 ], [ 1404486.729678489733487, 5844737.375863093882799 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E503", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1091_generated", "manhole_dn": "manhole_1092_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404486.729678489733487, 5844737.375863093882799 ], [ 1404448.70853609428741, 5844767.814944918267429 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E504", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1092_generated", "manhole_dn": "manhole_1093_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404448.70853609428741, 5844767.814944918267429 ], [ 1404400.518875127192587, 5844779.994650609791279 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E505", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1093_generated", "manhole_dn": "manhole_1094_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404400.518875127192587, 5844779.994650609791279 ], [ 1404352.891964494949207, 5844794.794049022719264 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E506", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1094_generated", "manhole_dn": "manhole_1095_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404352.891964494949207, 5844794.794049022719264 ], [ 1404310.570917228003964, 5844821.310135709121823 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E507", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1095_generated", "manhole_dn": "manhole_1096_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404310.570917228003964, 5844821.310135709121823 ], [ 1404272.945566806010902, 5844854.194787717424333 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E508", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1096_generated", "manhole_dn": "manhole_1097_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404272.945566806010902, 5844854.194787717424333 ], [ 1404247.766038052737713, 5844897.158316240645945 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E509", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1097_generated", "manhole_dn": "manhole_1098_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404247.766038052737713, 5844897.158316240645945 ], [ 1404214.443695294670761, 5844934.27151227556169 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E510", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1098_generated", "manhole_dn": "manhole_1099_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404214.443695294670761, 5844934.27151227556169 ], [ 1404171.303747603669763, 5844957.772232359275222 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E511", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1099_generated", "manhole_dn": "manhole_1100_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404171.303747603669763, 5844957.772232359275222 ], [ 1404130.18041910068132, 5844932.629612095654011 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E512", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1100_generated", "manhole_dn": "manhole_1101_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404130.18041910068132, 5844932.629612095654011 ], [ 1404089.243787070503458, 5844903.958583521656692 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E513", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1101_generated", "manhole_dn": "manhole_1102_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404089.243787070503458, 5844903.958583521656692 ], [ 1404045.814829126931727, 5844920.094711409881711 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E514", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1102_generated", "manhole_dn": "manhole_1103_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404045.814829126931727, 5844920.094711409881711 ], [ 1404011.278427720768377, 5844956.188560284674168 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E515", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1103_generated", "manhole_dn": "manhole_1104_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1404011.278427720768377, 5844956.188560284674168 ], [ 1403993.143450383795425, 5845001.329480217769742 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E516", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1104_generated", "manhole_dn": "manhole_1105_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403993.143450383795425, 5845001.329480217769742 ], [ 1403990.098264228086919, 5845051.082173786126077 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E517", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1105_generated", "manhole_dn": "manhole_1106_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403990.098264228086919, 5845051.082173786126077 ], [ 1403966.432540950831026, 5845092.428123438730836 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E518", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1106_generated", "manhole_dn": "manhole_1107_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403966.432540950831026, 5845092.428123438730836 ], [ 1403918.073962561553344, 5845104.96939654648304 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E519", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1107_generated", "manhole_dn": "manhole_1108_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403918.073962561553344, 5845104.96939654648304 ], [ 1403869.121263177599758, 5845112.809951402246952 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E520", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1108_generated", "manhole_dn": "manhole_1109_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403869.121263177599758, 5845112.809951402246952 ], [ 1403827.285855354042724, 5845138.893058437854052 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E521", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1109_generated", "manhole_dn": "manhole_1110_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403827.285855354042724, 5845138.893058437854052 ], [ 1403791.303812843980268, 5845173.609984252601862 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E522", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1110_generated", "manhole_dn": "manhole_1111_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403791.303812843980268, 5845173.609984252601862 ], [ 1403747.149836495751515, 5845196.152310028672218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E523", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1111_generated", "manhole_dn": "manhole_1112_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403747.149836495751515, 5845196.152310028672218 ], [ 1403700.303273354424164, 5845213.496981070376933 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E524", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1112_generated", "manhole_dn": "manhole_1113_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403700.303273354424164, 5845213.496981070376933 ], [ 1403652.298313740873709, 5845227.422185287810862 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E525", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1113_generated", "manhole_dn": "manhole_1114_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403652.298313740873709, 5845227.422185287810862 ], [ 1403602.852302883053198, 5845233.800747471861541 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E526", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1114_generated", "manhole_dn": "manhole_1115_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403602.852302883053198, 5845233.800747471861541 ], [ 1403553.107588240411133, 5845236.847085839137435 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E527", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1115_generated", "manhole_dn": "manhole_1116_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403553.107588240411133, 5845236.847085839137435 ], [ 1403505.322618734557182, 5845250.859153853729367 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E528", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1116_generated", "manhole_dn": "manhole_1117_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403505.322618734557182, 5845250.859153853729367 ], [ 1403458.701412084978074, 5845268.876848553307354 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E529", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1117_generated", "manhole_dn": "manhole_1118_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403458.701412084978074, 5845268.876848553307354 ], [ 1403411.171323672635481, 5845284.39661068841815 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E530", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1118_generated", "manhole_dn": "manhole_1119_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403411.171323672635481, 5845284.39661068841815 ], [ 1403365.266898398986086, 5845304.011939737945795 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E531", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1119_generated", "manhole_dn": "manhole_1120_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403365.266898398986086, 5845304.011939737945795 ], [ 1403320.592382971895859, 5845326.456032736226916 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E532", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1120_generated", "manhole_dn": "manhole_1121_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403320.592382971895859, 5845326.456032736226916 ], [ 1403274.095522316172719, 5845344.807401048019528 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E533", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1121_generated", "manhole_dn": "manhole_1122_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403274.095522316172719, 5845344.807401048019528 ], [ 1403227.493142226710916, 5845362.92342958971858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E534", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1122_generated", "manhole_dn": "manhole_1123_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403227.493142226710916, 5845362.92342958971858 ], [ 1403182.36003006156534, 5845384.249526496045291 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E535", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1123_generated", "manhole_dn": "manhole_1124_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403182.36003006156534, 5845384.249526496045291 ], [ 1403140.932549655437469, 5845411.807532704435289 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E536", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1124_generated", "manhole_dn": "manhole_1125_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403140.932549655437469, 5845411.807532704435289 ], [ 1403103.069048228906468, 5845444.40251827891916 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E537", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1125_generated", "manhole_dn": "manhole_1126_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403103.069048228906468, 5845444.40251827891916 ], [ 1403068.370523461606354, 5845480.222240833565593 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E538", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1126_generated", "manhole_dn": "manhole_1127_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403068.370523461606354, 5845480.222240833565593 ], [ 1403040.53702065278776, 5845521.755023055709898 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E539", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1127_generated", "manhole_dn": "manhole_1128_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403040.53702065278776, 5845521.755023055709898 ], [ 1403012.822642430430278, 5845563.158854204230011 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E540", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1128_generated", "manhole_dn": "manhole_1129_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1403012.822642430430278, 5845563.158854204230011 ], [ 1402978.394103405764326, 5845599.267067039385438 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E541", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1129_generated", "manhole_dn": "manhole_1130_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402978.394103405764326, 5845599.267067039385438 ], [ 1402940.883555078646168, 5845632.326575284823775 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E542", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1130_generated", "manhole_dn": "manhole_1131_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402940.883555078646168, 5845632.326575284823775 ], [ 1402903.27057881350629, 5845665.269350339658558 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E543", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1131_generated", "manhole_dn": "manhole_1132_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402903.27057881350629, 5845665.269350339658558 ], [ 1402865.694787828018889, 5845698.253750761039555 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E544", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1132_generated", "manhole_dn": "manhole_1133_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402865.694787828018889, 5845698.253750761039555 ], [ 1402828.460137603338808, 5845731.623694480396807 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E545", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1133_generated", "manhole_dn": "manhole_1134_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402828.460137603338808, 5845731.623694480396807 ], [ 1402791.345400901976973, 5845765.125768001191318 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E546", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1134_generated", "manhole_dn": "manhole_1135_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402791.345400901976973, 5845765.125768001191318 ], [ 1402754.530775988474488, 5845798.958528954535723 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E547", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1135_generated", "manhole_dn": "manhole_1136_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402754.530775988474488, 5845798.958528954535723 ], [ 1402717.111067219404504, 5845832.12073665484786 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E548", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1136_generated", "manhole_dn": "manhole_1137_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402717.111067219404504, 5845832.12073665484786 ], [ 1402679.653741810470819, 5845865.240480191074312 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E549", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1137_generated", "manhole_dn": "manhole_1138_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402679.653741810470819, 5845865.240480191074312 ], [ 1402642.148050943156704, 5845898.305499074980617 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E550", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1138_generated", "manhole_dn": "manhole_1139_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402642.148050943156704, 5845898.305499074980617 ], [ 1402604.644063156563789, 5845931.372449615038931 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E551", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1139_generated", "manhole_dn": "manhole_1140_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402604.644063156563789, 5845931.372449615038931 ], [ 1402567.14091440406628, 5845964.44035179913044 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E552", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1140_generated", "manhole_dn": "manhole_1141_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402567.14091440406628, 5845964.44035179913044 ], [ 1402529.63776565156877, 5845997.508253983221948 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E553", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1141_generated", "manhole_dn": "manhole_1142_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402529.63776565156877, 5845997.508253983221948 ], [ 1402492.318783464143053, 5846030.783792952075601 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E554", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1142_generated", "manhole_dn": "manhole_1143_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402492.318783464143053, 5846030.783792952075601 ], [ 1402455.011361920274794, 5846064.07235876750201 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E555", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1143_generated", "manhole_dn": "manhole_1144_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402455.011361920274794, 5846064.07235876750201 ], [ 1402417.706011819886044, 5846097.363246035762131 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E556", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1144_generated", "manhole_dn": "manhole_1145_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402417.706011819886044, 5846097.363246035762131 ], [ 1402380.527974107535556, 5846130.796026634052396 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E557", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1145_generated", "manhole_dn": "manhole_1146_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402380.527974107535556, 5846130.796026634052396 ], [ 1402343.401158361230046, 5846164.285903817042708 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E558", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1146_generated", "manhole_dn": "manhole_1147_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402343.401158361230046, 5846164.285903817042708 ], [ 1402306.274342614924535, 5846197.775781 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E559", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1147_generated", "manhole_dn": "manhole_1148_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402306.274342614924535, 5846197.775781 ], [ 1402268.416628896491602, 5846230.412356283515692 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E560", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1148_generated", "manhole_dn": "manhole_1149_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402268.416628896491602, 5846230.412356283515692 ], [ 1402226.640229225857183, 5846257.038968074135482 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E561", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1149_generated", "manhole_dn": "manhole_1150_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402226.640229225857183, 5846257.038968074135482 ], [ 1402177.395305560901761, 5846264.592733824625611 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E562", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1150_generated", "manhole_dn": "manhole_1151_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402177.395305560901761, 5846264.592733824625611 ], [ 1402127.548500023549423, 5846268.500199567526579 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E563", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1151_generated", "manhole_dn": "manhole_1152_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402127.548500023549423, 5846268.500199567526579 ], [ 1402077.681393967708573, 5846272.133836629800498 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E564", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1152_generated", "manhole_dn": "manhole_1153_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402077.681393967708573, 5846272.133836629800498 ], [ 1402027.802657154854387, 5846275.609961581416428 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E565", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1153_generated", "manhole_dn": "manhole_1154_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1402027.802657154854387, 5846275.609961581416428 ], [ 1401977.933880312833935, 5846279.221082634292543 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E566", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1154_generated", "manhole_dn": "manhole_1155_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401977.933880312833935, 5846279.221082634292543 ], [ 1401928.086817364906892, 5846283.125264581292868 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E567", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1155_generated", "manhole_dn": "manhole_1156_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401928.086817364906892, 5846283.125264581292868 ], [ 1401878.239465264137834, 5846287.025752956978977 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E568", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1156_generated", "manhole_dn": "manhole_1157_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401878.239465264137834, 5846287.025752956978977 ], [ 1401828.417252740822732, 5846291.146282826550305 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E569", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1157_generated", "manhole_dn": "manhole_1158_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401828.417252740822732, 5846291.146282826550305 ], [ 1401780.474538867129013, 5846302.182073323056102 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E570", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1158_generated", "manhole_dn": "manhole_1159_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401780.474538867129013, 5846302.182073323056102 ], [ 1401744.500471362145618, 5846336.399481088854373 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E571", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1159_generated", "manhole_dn": "manhole_1160_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401744.500471362145618, 5846336.399481088854373 ], [ 1401712.028593899914995, 5846374.415164336562157 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E572", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1160_generated", "manhole_dn": "manhole_1161_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401712.028593899914995, 5846374.415164336562157 ], [ 1401677.673143179388717, 5846410.738887985236943 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E573", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1161_generated", "manhole_dn": "manhole_1162_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401677.673143179388717, 5846410.738887985236943 ], [ 1401643.223049835767597, 5846446.976484343409538 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E574", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1162_generated", "manhole_dn": "manhole_1163_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401643.223049835767597, 5846446.976484343409538 ], [ 1401607.252760837087408, 5846481.570419702678919 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E575", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1163_generated", "manhole_dn": "manhole_1164_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401607.252760837087408, 5846481.570419702678919 ], [ 1401566.908984313486144, 5846510.84759284928441 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E576", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1164_generated", "manhole_dn": "manhole_1165_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401566.908984313486144, 5846510.84759284928441 ], [ 1401523.699566983850673, 5846535.996506835334003 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E577", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1165_generated", "manhole_dn": "manhole_1166_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401523.699566983850673, 5846535.996506835334003 ], [ 1401480.910104206763208, 5846561.862202195450664 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E578", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1166_generated", "manhole_dn": "manhole_1167_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401480.910104206763208, 5846561.862202195450664 ], [ 1401438.120641429675743, 5846587.727897555567324 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E579", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1167_generated", "manhole_dn": "manhole_1168_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401438.120641429675743, 5846587.727897555567324 ], [ 1401395.331178652355447, 5846613.593592915683985 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E580", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1168_generated", "manhole_dn": "manhole_1169_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401395.331178652355447, 5846613.593592915683985 ], [ 1401352.151040756609291, 5846638.800311067141593 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E581", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1169_generated", "manhole_dn": "manhole_1170_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401352.151040756609291, 5846638.800311067141593 ], [ 1401308.917214137502015, 5846663.916213246062398 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E582", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1170_generated", "manhole_dn": "manhole_1171_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401308.917214137502015, 5846663.916213246062398 ], [ 1401261.609666611300781, 5846679.908686974085867 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E583", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1171_generated", "manhole_dn": "manhole_1172_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401261.609666611300781, 5846679.908686974085867 ], [ 1401214.319311711005867, 5846696.080670432187617 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E584", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1172_generated", "manhole_dn": "manhole_1173_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401214.319311711005867, 5846696.080670432187617 ], [ 1401168.792577019426972, 5846716.230070505291224 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E585", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1173_generated", "manhole_dn": "manhole_1174_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401168.792577019426972, 5846716.230070505291224 ], [ 1401129.23357302043587, 5846746.808780808933079 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E586", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1174_generated", "manhole_dn": "manhole_1175_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401129.23357302043587, 5846746.808780808933079 ], [ 1401092.322489536833018, 5846780.330808126367629 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E587", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1175_generated", "manhole_dn": "manhole_1176_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401092.322489536833018, 5846780.330808126367629 ], [ 1401059.856203986564651, 5846818.280472241342068 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E588", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1176_generated", "manhole_dn": "manhole_1177_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401059.856203986564651, 5846818.280472241342068 ], [ 1401031.754086712608114, 5846859.55080030951649 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E589", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1177_generated", "manhole_dn": "manhole_1178_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401031.754086712608114, 5846859.55080030951649 ], [ 1401023.911467876052484, 5846908.193909338675439 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E590", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1178_generated", "manhole_dn": "manhole_1179_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401023.911467876052484, 5846908.193909338675439 ], [ 1401026.418379712384194, 5846958.130746377632022 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E591", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1179_generated", "manhole_dn": "manhole_1180_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401026.418379712384194, 5846958.130746377632022 ], [ 1401028.288067425368354, 5847008.080232723616064 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E592", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1180_generated", "manhole_dn": "manhole_1181_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401028.288067425368354, 5847008.080232723616064 ], [ 1401027.137940858723596, 5847058.036111455410719 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E593", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1181_generated", "manhole_dn": "manhole_1182_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401027.137940858723596, 5847058.036111455410719 ], [ 1401019.641650503268465, 5847107.405356110073626 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E594", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1182_generated", "manhole_dn": "manhole_1183_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401019.641650503268465, 5847107.405356110073626 ], [ 1401007.830999708268791, 5847155.990136124193668 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E595", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1183_generated", "manhole_dn": "manhole_1184_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1401007.830999708268791, 5847155.990136124193668 ], [ 1400996.034181683789939, 5847204.578276605345309 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E596", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1184_generated", "manhole_dn": "manhole_1185_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400996.034181683789939, 5847204.578276605345309 ], [ 1400979.254375457530841, 5847251.62976236268878 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E597", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1185_generated", "manhole_dn": "manhole_1186_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400979.254375457530841, 5847251.62976236268878 ], [ 1400955.565489248139784, 5847295.509304790757596 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E598", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1186_generated", "manhole_dn": "manhole_1187_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400955.565489248139784, 5847295.509304790757596 ], [ 1400924.132377510191873, 5847334.330752245150506 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E599", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1187_generated", "manhole_dn": "manhole_1188_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400924.132377510191873, 5847334.330752245150506 ], [ 1400889.248030256479979, 5847370.14286708086729 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E600", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1188_generated", "manhole_dn": "manhole_1189_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400889.248030256479979, 5847370.14286708086729 ], [ 1400853.505164717789739, 5847405.105848647654057 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E601", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1189_generated", "manhole_dn": "manhole_1190_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400853.505164717789739, 5847405.105848647654057 ], [ 1400817.683250132249668, 5847439.987975254654884 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E602", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1190_generated", "manhole_dn": "manhole_1191_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400817.683250132249668, 5847439.987975254654884 ], [ 1400781.861335546942428, 5847474.870101861655712 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E603", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1191_generated", "manhole_dn": "manhole_1192_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400781.861335546942428, 5847474.870101861655712 ], [ 1400746.04447033489123, 5847509.757413063198328 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E604", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1192_generated", "manhole_dn": "manhole_1193_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400746.04447033489123, 5847509.757413063198328 ], [ 1400713.394228065153584, 5847547.550219460390508 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E605", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1193_generated", "manhole_dn": "manhole_1194_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400713.394228065153584, 5847547.550219460390508 ], [ 1400685.583366351900622, 5847588.397298330441117 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E606", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1194_generated", "manhole_dn": "manhole_1195_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400685.583366351900622, 5847588.397298330441117 ], [ 1400669.184463580138981, 5847635.631272428669035 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E607", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1195_generated", "manhole_dn": "manhole_1196_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400669.184463580138981, 5847635.631272428669035 ], [ 1400652.785560808610171, 5847682.865246526896954 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E608", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1196_generated", "manhole_dn": "manhole_1197_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400652.785560808610171, 5847682.865246526896954 ], [ 1400636.386658037081361, 5847730.099220624193549 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E609", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1197_generated", "manhole_dn": "manhole_1198_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400636.386658037081361, 5847730.099220624193549 ], [ 1400619.98775526531972, 5847777.333194722421467 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E610", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1198_generated", "manhole_dn": "manhole_1199_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400619.98775526531972, 5847777.333194722421467 ], [ 1400605.626566983293742, 5847825.225639424286783 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E611", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1199_generated", "manhole_dn": "manhole_1200_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400605.626566983293742, 5847825.225639424286783 ], [ 1400591.282871497562155, 5847873.123767986893654 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E612", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1200_generated", "manhole_dn": "manhole_1201_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400591.282871497562155, 5847873.123767986893654 ], [ 1400576.93873288645409, 5847921.021763856522739 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E613", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1201_generated", "manhole_dn": "manhole_1202_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400576.93873288645409, 5847921.021763856522739 ], [ 1400564.187163433525711, 5847969.357067598029971 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E614", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1202_generated", "manhole_dn": "manhole_1203_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400564.187163433525711, 5847969.357067598029971 ], [ 1400552.05961619107984, 5848017.863715793006122 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E615", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1203_generated", "manhole_dn": "manhole_1204_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400552.05961619107984, 5848017.863715793006122 ], [ 1400539.554338111542165, 5848066.271497896872461 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E616", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1204_generated", "manhole_dn": "manhole_1205_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400539.554338111542165, 5848066.271497896872461 ], [ 1400526.362816622946411, 5848114.499664790928364 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E617", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1205_generated", "manhole_dn": "manhole_1206_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400526.362816622946411, 5848114.499664790928364 ], [ 1400513.320063073886558, 5848162.767754046246409 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E618", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1206_generated", "manhole_dn": "manhole_1207_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400513.320063073886558, 5848162.767754046246409 ], [ 1400500.598140208749101, 5848211.121915752068162 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E619", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1207_generated", "manhole_dn": "manhole_1208_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400500.598140208749101, 5848211.121915752068162 ], [ 1400492.603269897168502, 5848260.445810905657709 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E620", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1208_generated", "manhole_dn": "manhole_1209_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400492.603269897168502, 5848260.445810905657709 ], [ 1400486.368072525365278, 5848310.044067510403693 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E621", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1209_generated", "manhole_dn": "manhole_1210_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400486.368072525365278, 5848310.044067510403693 ], [ 1400481.073793343268335, 5848359.762629438191652 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E622", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1210_generated", "manhole_dn": "manhole_1211_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400481.073793343268335, 5848359.762629438191652 ], [ 1400475.603498232085258, 5848409.462208838202059 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E623", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1211_generated", "manhole_dn": "manhole_1212_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400475.603498232085258, 5848409.462208838202059 ], [ 1400457.146709046559408, 5848455.065851859748363 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E624", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1212_generated", "manhole_dn": "manhole_1213_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400457.146709046559408, 5848455.065851859748363 ], [ 1400413.087496439460665, 5848474.933194971643388 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E625", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1213_generated", "manhole_dn": "manhole_1214_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400413.087496439460665, 5848474.933194971643388 ], [ 1400363.588463947875425, 5848481.991389046423137 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E626", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1214_generated", "manhole_dn": "manhole_1215_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400363.588463947875425, 5848481.991389046423137 ], [ 1400314.089431456290185, 5848489.049583122134209 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E627", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1215_generated", "manhole_dn": "manhole_1216_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400314.089431456290185, 5848489.049583122134209 ], [ 1400264.541630417574197, 5848495.748616092838347 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E628", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1216_generated", "manhole_dn": "manhole_1217_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400264.541630417574197, 5848495.748616092838347 ], [ 1400214.951386126223952, 5848502.134537508711219 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E629", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1217_generated", "manhole_dn": "manhole_1218_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400214.951386126223952, 5848502.134537508711219 ], [ 1400165.35052647953853, 5848508.423044542782009 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E630", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1218_generated", "manhole_dn": "manhole_1219_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400165.35052647953853, 5848508.423044542782009 ], [ 1400115.562462663277984, 5848513.018761169165373 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E631", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1219_generated", "manhole_dn": "manhole_1220_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400115.562462663277984, 5848513.018761169165373 ], [ 1400067.226357387844473, 5848525.745877385139465 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E632", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1220_generated", "manhole_dn": "manhole_1221_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400067.226357387844473, 5848525.745877385139465 ], [ 1400022.948452680604532, 5848548.82736851554364 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E633", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1221_generated", "manhole_dn": "manhole_1222_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1400022.948452680604532, 5848548.82736851554364 ], [ 1399980.733493343926966, 5848575.592393518425524 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E634", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1222_generated", "manhole_dn": "manhole_1223_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399980.733493343926966, 5848575.592393518425524 ], [ 1399938.041496164398268, 5848601.575318401679397 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E635", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1223_generated", "manhole_dn": "manhole_1224_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399938.041496164398268, 5848601.575318401679397 ], [ 1399894.162105509778485, 5848625.412294787354767 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E636", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1224_generated", "manhole_dn": "manhole_1225_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399894.162105509778485, 5848625.412294787354767 ], [ 1399846.331482683774084, 5848639.239169610664248 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E637", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1225_generated", "manhole_dn": "manhole_1226_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399846.331482683774084, 5848639.239169610664248 ], [ 1399796.577612592140213, 5848644.191414562053978 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E638", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1226_generated", "manhole_dn": "manhole_1227_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399796.577612592140213, 5848644.191414562053978 ], [ 1399746.625246524112299, 5848643.990535285323858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E639", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1227_generated", "manhole_dn": "manhole_1228_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399746.625246524112299, 5848643.990535285323858 ], [ 1399696.637876037973911, 5848642.879182422533631 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E640", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1228_generated", "manhole_dn": "manhole_1229_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399696.637876037973911, 5848642.879182422533631 ], [ 1399646.648270914331079, 5848642.01287121232599 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E641", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1229_generated", "manhole_dn": "manhole_1230_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399646.648270914331079, 5848642.01287121232599 ], [ 1399596.648876874009147, 5848642.194301094859838 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E642", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1230_generated", "manhole_dn": "manhole_1231_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399596.648876874009147, 5848642.194301094859838 ], [ 1399546.649482833687216, 5848642.375730977393687 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E643", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1231_generated", "manhole_dn": "manhole_1232_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399546.649482833687216, 5848642.375730977393687 ], [ 1399496.650193702196702, 5848642.472995163872838 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E644", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1232_generated", "manhole_dn": "manhole_1233_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399496.650193702196702, 5848642.472995163872838 ], [ 1399446.65140731446445, 5848642.166921712458134 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E645", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1233_generated", "manhole_dn": "manhole_1234_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399446.65140731446445, 5848642.166921712458134 ], [ 1399396.652620926732197, 5848641.860848261974752 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E646", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1234_generated", "manhole_dn": "manhole_1235_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399396.652620926732197, 5848641.860848261974752 ], [ 1399346.653834538999945, 5848641.55477481149137 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E647", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1235_generated", "manhole_dn": "manhole_1236_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399346.653834538999945, 5848641.55477481149137 ], [ 1399296.670361565658823, 5848642.504826599732041 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E648", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1236_generated", "manhole_dn": "manhole_1237_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399296.670361565658823, 5848642.504826599732041 ], [ 1399246.693896210752428, 5848644.029697683639824 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E649", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1237_generated", "manhole_dn": "manhole_1238_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399246.693896210752428, 5848644.029697683639824 ], [ 1399198.821869280422106, 5848657.275099449791014 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E650", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1238_generated", "manhole_dn": "manhole_1239_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399198.821869280422106, 5848657.275099449791014 ], [ 1399156.22011209372431, 5848682.962790012359619 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E651", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1239_generated", "manhole_dn": "manhole_1240_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399156.22011209372431, 5848682.962790012359619 ], [ 1399118.631487609352916, 5848715.927165633998811 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E652", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1240_generated", "manhole_dn": "manhole_1241_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399118.631487609352916, 5848715.927165633998811 ], [ 1399080.330472141969949, 5848748.045707829296589 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E653", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1241_generated", "manhole_dn": "manhole_1242_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399080.330472141969949, 5848748.045707829296589 ], [ 1399041.265588268870488, 5848779.253193105570972 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E654", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1242_generated", "manhole_dn": "manhole_1243_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399041.265588268870488, 5848779.253193105570972 ], [ 1399003.798011481529102, 5848812.352296814322472 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E655", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1243_generated", "manhole_dn": "manhole_1244_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1399003.798011481529102, 5848812.352296814322472 ], [ 1398963.556632332503796, 5848840.960998046211898 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E656", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1244_generated", "manhole_dn": "manhole_1245_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398963.556632332503796, 5848840.960998046211898 ], [ 1398916.849097633268684, 5848858.477463961578906 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E657", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1245_generated", "manhole_dn": "manhole_1246_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398916.849097633268684, 5848858.477463961578906 ], [ 1398867.774845957988873, 5848867.975825940258801 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E658", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1246_generated", "manhole_dn": "manhole_1247_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398867.774845957988873, 5848867.975825940258801 ], [ 1398819.19887532806024, 5848879.626094270497561 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E659", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1247_generated", "manhole_dn": "manhole_1248_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398819.19887532806024, 5848879.626094270497561 ], [ 1398770.888675607042387, 5848892.507656348869205 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E660", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1248_generated", "manhole_dn": "manhole_1249_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398770.888675607042387, 5848892.507656348869205 ], [ 1398721.921945634763688, 5848902.618624503724277 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E661", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1249_generated", "manhole_dn": "manhole_1250_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398721.921945634763688, 5848902.618624503724277 ], [ 1398677.967161305481568, 5848925.164440974593163 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E662", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1250_generated", "manhole_dn": "manhole_1251_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398677.967161305481568, 5848925.164440974593163 ], [ 1398644.338700531283394, 5848962.001577232033014 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E663", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1251_generated", "manhole_dn": "manhole_1252_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398644.338700531283394, 5848962.001577232033014 ], [ 1398605.135248574893922, 5848991.518725596368313 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E664", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1252_generated", "manhole_dn": "manhole_1253_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398605.135248574893922, 5848991.518725596368313 ], [ 1398564.621375920716673, 5849020.129578858613968 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E665", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1253_generated", "manhole_dn": "manhole_1254_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398564.621375920716673, 5849020.129578858613968 ], [ 1398533.026679340284318, 5849058.881965484470129 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E666", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1254_generated", "manhole_dn": "manhole_1255_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398533.026679340284318, 5849058.881965484470129 ], [ 1398494.597946248250082, 5849090.495986510068178 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E667", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1255_generated", "manhole_dn": "manhole_1256_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398494.597946248250082, 5849090.495986510068178 ], [ 1398454.506652096519247, 5849120.373410335741937 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E668", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1256_generated", "manhole_dn": "manhole_1257_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398454.506652096519247, 5849120.373410335741937 ], [ 1398413.755684258183464, 5849149.332271750085056 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E669", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1257_generated", "manhole_dn": "manhole_1258_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398413.755684258183464, 5849149.332271750085056 ], [ 1398372.635769418207929, 5849177.777393032796681 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E670", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1258_generated", "manhole_dn": "manhole_1259_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398372.635769418207929, 5849177.777393032796681 ], [ 1398330.529967363225296, 5849204.725976674817502 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E671", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1259_generated", "manhole_dn": "manhole_1260_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398330.529967363225296, 5849204.725976674817502 ], [ 1398285.347250110702589, 5849225.913728257641196 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E672", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1260_generated", "manhole_dn": "manhole_1261_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398285.347250110702589, 5849225.913728257641196 ], [ 1398239.239032347686589, 5849245.029268279671669 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E673", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1261_generated", "manhole_dn": "manhole_1262_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398239.239032347686589, 5849245.029268279671669 ], [ 1398199.185551834991202, 5849273.842784054577351 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E674", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1262_generated", "manhole_dn": "manhole_1263_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398199.185551834991202, 5849273.842784054577351 ], [ 1398166.968536754604429, 5849312.01497680041939 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E675", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1263_generated", "manhole_dn": "manhole_1264_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398166.968536754604429, 5849312.01497680041939 ], [ 1398135.754955118289217, 5849351.072804095223546 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E676", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1264_generated", "manhole_dn": "manhole_1265_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398135.754955118289217, 5849351.072804095223546 ], [ 1398101.278484350536019, 5849387.086907946504653 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E677", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1265_generated", "manhole_dn": "manhole_1266_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398101.278484350536019, 5849387.086907946504653 ], [ 1398059.71424398617819, 5849414.810417400673032 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E678", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1266_generated", "manhole_dn": "manhole_1267_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398059.71424398617819, 5849414.810417400673032 ], [ 1398016.161566416965798, 5849439.334451889619231 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E679", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1267_generated", "manhole_dn": "manhole_1268_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1398016.161566416965798, 5849439.334451889619231 ], [ 1397972.13886998500675, 5849463.040453663095832 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E680", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1268_generated", "manhole_dn": "manhole_1269_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397972.13886998500675, 5849463.040453663095832 ], [ 1397927.370928909862414, 5849485.304323688149452 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E681", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1269_generated", "manhole_dn": "manhole_1270_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397927.370928909862414, 5849485.304323688149452 ], [ 1397882.567957574967295, 5849507.500406242907047 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E682", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1270_generated", "manhole_dn": "manhole_1271_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397882.567957574967295, 5849507.500406242907047 ], [ 1397837.859168973052874, 5849529.88490901235491 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E683", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1271_generated", "manhole_dn": "manhole_1272_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397837.859168973052874, 5849529.88490901235491 ], [ 1397801.353515450842679, 5849562.498229757882655 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E684", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1272_generated", "manhole_dn": "manhole_1273_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397801.353515450842679, 5849562.498229757882655 ], [ 1397792.270944320596755, 5849610.596077900379896 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E685", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1273_generated", "manhole_dn": "manhole_1274_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397792.270944320596755, 5849610.596077900379896 ], [ 1397788.877743411809206, 5849660.48052947409451 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E686", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1274_generated", "manhole_dn": "manhole_1275_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397788.877743411809206, 5849660.48052947409451 ], [ 1397772.247972422977909, 5849707.330409431830049 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E687", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1275_generated", "manhole_dn": "manhole_1276_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397772.247972422977909, 5849707.330409431830049 ], [ 1397740.629904442001134, 5849746.05362756550312 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E688", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1276_generated", "manhole_dn": "manhole_1277_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397740.629904442001134, 5849746.05362756550312 ], [ 1397706.048158213030547, 5849781.991260905750096 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E689", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1277_generated", "manhole_dn": "manhole_1278_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397706.048158213030547, 5849781.991260905750096 ], [ 1397658.104225501418114, 5849788.600618006661534 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E690", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1278_generated", "manhole_dn": "manhole_1279_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397658.104225501418114, 5849788.600618006661534 ], [ 1397612.854890643851832, 5849768.667500036768615 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E691", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1279_generated", "manhole_dn": "manhole_1280_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397612.854890643851832, 5849768.667500036768615 ], [ 1397564.765604767482728, 5849757.900597719475627 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E692", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1280_generated", "manhole_dn": "manhole_1281_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397564.765604767482728, 5849757.900597719475627 ], [ 1397517.964591655647382, 5849741.401579950936139 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E693", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1281_generated", "manhole_dn": "manhole_1282_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397517.964591655647382, 5849741.401579950936139 ], [ 1397475.210207536350936, 5849716.665459458716214 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E694", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1282_generated", "manhole_dn": "manhole_1283_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397475.210207536350936, 5849716.665459458716214 ], [ 1397425.917104528285563, 5849709.536270852200687 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E695", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1283_generated", "manhole_dn": "manhole_1284_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397425.917104528285563, 5849709.536270852200687 ], [ 1397376.320352179463953, 5849705.349439652636647 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E696", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1284_generated", "manhole_dn": "manhole_1285_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397376.320352179463953, 5849705.349439652636647 ], [ 1397327.424818686209619, 5849696.266011159867048 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E697", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1285_generated", "manhole_dn": "manhole_1286_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397327.424818686209619, 5849696.266011159867048 ], [ 1397284.082749816821888, 5849719.338587639853358 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E698", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1286_generated", "manhole_dn": "manhole_1287_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397284.082749816821888, 5849719.338587639853358 ], [ 1397252.263129815692082, 5849757.786547626368701 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E699", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1287_generated", "manhole_dn": "manhole_1288_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397252.263129815692082, 5849757.786547626368701 ], [ 1397208.636796130100265, 5849779.374179912731051 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E700", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1288_generated", "manhole_dn": "manhole_1289_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397208.636796130100265, 5849779.374179912731051 ], [ 1397158.808740381617099, 5849780.834554275497794 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E701", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1289_generated", "manhole_dn": "manhole_1290_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397158.808740381617099, 5849780.834554275497794 ], [ 1397108.83919335110113, 5849781.390645374543965 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E702", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1290_generated", "manhole_dn": "manhole_1291_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397108.83919335110113, 5849781.390645374543965 ], [ 1397060.439855967881158, 5849791.323194068856537 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E703", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1291_generated", "manhole_dn": "manhole_1292_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397060.439855967881158, 5849791.323194068856537 ], [ 1397018.297299006022513, 5849817.846949080005288 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E704", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1292_generated", "manhole_dn": "manhole_1293_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1397018.297299006022513, 5849817.846949080005288 ], [ 1396985.556193475611508, 5849855.573025250807405 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E705", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1293_generated", "manhole_dn": "manhole_1294_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396985.556193475611508, 5849855.573025250807405 ], [ 1396966.058636736357585, 5849901.447277680039406 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E706", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1294_generated", "manhole_dn": "manhole_1295_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396966.058636736357585, 5849901.447277680039406 ], [ 1396948.565010874997824, 5849948.163548575714231 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E707", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1295_generated", "manhole_dn": "manhole_1296_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396948.565010874997824, 5849948.163548575714231 ], [ 1396920.617409481201321, 5849989.47488958761096 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E708", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1296_generated", "manhole_dn": "manhole_1297_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396920.617409481201321, 5849989.47488958761096 ], [ 1396888.644637608435005, 5850027.887496650218964 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E709", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1297_generated", "manhole_dn": "manhole_1298_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396888.644637608435005, 5850027.887496650218964 ], [ 1396854.341840214561671, 5850064.255853042006493 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E710", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1298_generated", "manhole_dn": "manhole_1299_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396854.341840214561671, 5850064.255853042006493 ], [ 1396818.364047654904425, 5850098.771878163330257 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E711", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1299_generated", "manhole_dn": "manhole_1300_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396818.364047654904425, 5850098.771878163330257 ], [ 1396772.545832651434466, 5850118.782415349967778 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E712", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1300_generated", "manhole_dn": "manhole_1301_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396772.545832651434466, 5850118.782415349967778 ], [ 1396725.953354397555813, 5850136.831999611109495 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E713", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1301_generated", "manhole_dn": "manhole_1302_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396725.953354397555813, 5850136.831999611109495 ], [ 1396680.306772171286866, 5850156.897439136169851 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E714", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1302_generated", "manhole_dn": "manhole_1303_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396680.306772171286866, 5850156.897439136169851 ], [ 1396637.652940910076723, 5850182.731583880260587 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E715", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1303_generated", "manhole_dn": "manhole_1304_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396637.652940910076723, 5850182.731583880260587 ], [ 1396597.121499699540436, 5850212.006931038573384 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E716", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1304_generated", "manhole_dn": "manhole_1305_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396597.121499699540436, 5850212.006931038573384 ], [ 1396558.856472657993436, 5850244.189198179170489 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E717", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1305_generated", "manhole_dn": "manhole_1306_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396558.856472657993436, 5850244.189198179170489 ], [ 1396522.904999349266291, 5850278.75975772831589 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E718", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1306_generated", "manhole_dn": "manhole_1307_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396522.904999349266291, 5850278.75975772831589 ], [ 1396498.109132022364065, 5850321.592413094826043 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E719", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1307_generated", "manhole_dn": "manhole_1308_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396498.109132022364065, 5850321.592413094826043 ], [ 1396487.67003092658706, 5850370.377071748487651 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E720", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1308_generated", "manhole_dn": "manhole_1309_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396487.67003092658706, 5850370.377071748487651 ], [ 1396469.648583082016557, 5850416.281344354152679 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E721", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1309_generated", "manhole_dn": "manhole_1310_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396469.648583082016557, 5850416.281344354152679 ], [ 1396436.648520463611931, 5850453.161230830475688 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E722", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1310_generated", "manhole_dn": "manhole_1311_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396436.648520463611931, 5850453.161230830475688 ], [ 1396401.305605810834095, 5850488.483351647853851 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E723", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1311_generated", "manhole_dn": "manhole_1312_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396401.305605810834095, 5850488.483351647853851 ], [ 1396376.968624244444072, 5850531.236110867001116 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E724", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1312_generated", "manhole_dn": "manhole_1313_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396376.968624244444072, 5850531.236110867001116 ], [ 1396369.565516233211383, 5850580.434303195215762 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E725", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1313_generated", "manhole_dn": "manhole_1314_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396369.565516233211383, 5850580.434303195215762 ], [ 1396367.422328753164038, 5850630.386495574377477 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E726", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1314_generated", "manhole_dn": "manhole_1315_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396367.422328753164038, 5850630.386495574377477 ], [ 1396355.505569480126724, 5850678.626891369000077 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E727", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1315_generated", "manhole_dn": "manhole_1316_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396355.505569480126724, 5850678.626891369000077 ], [ 1396340.533829906256869, 5850726.332439634948969 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E728", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1316_generated", "manhole_dn": "manhole_1317_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396340.533829906256869, 5850726.332439634948969 ], [ 1396330.62842025491409, 5850775.244543398730457 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E729", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1317_generated", "manhole_dn": "manhole_1318_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396330.62842025491409, 5850775.244543398730457 ], [ 1396332.102186684729531, 5850824.82788896933198 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E730", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1318_generated", "manhole_dn": "manhole_1319_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396332.102186684729531, 5850824.82788896933198 ], [ 1396329.030581515748054, 5850873.314711880870163 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E731", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1319_generated", "manhole_dn": "manhole_1320_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396329.030581515748054, 5850873.314711880870163 ], [ 1396307.792410035151988, 5850918.574911523610353 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E732", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1320_generated", "manhole_dn": "manhole_1321_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396307.792410035151988, 5850918.574911523610353 ], [ 1396293.439801756525412, 5850966.431145056150854 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E733", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1321_generated", "manhole_dn": "manhole_1322_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396293.439801756525412, 5850966.431145056150854 ], [ 1396268.414770691189915, 5851008.915235211141407 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E734", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1322_generated", "manhole_dn": "manhole_1323_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396268.414770691189915, 5851008.915235211141407 ], [ 1396239.616595041006804, 5851049.273407577537 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E735", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1323_generated", "manhole_dn": "manhole_1324_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396239.616595041006804, 5851049.273407577537 ], [ 1396219.456911833258346, 5851095.028838538564742 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E736", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1324_generated", "manhole_dn": "manhole_1325_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396219.456911833258346, 5851095.028838538564742 ], [ 1396187.056600447744131, 5851131.814034946262836 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E737", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1325_generated", "manhole_dn": "manhole_1326_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396187.056600447744131, 5851131.814034946262836 ], [ 1396155.752778563182801, 5851169.305830520577729 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E738", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1326_generated", "manhole_dn": "manhole_1327_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396155.752778563182801, 5851169.305830520577729 ], [ 1396139.285988454474136, 5851216.515635751187801 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E739", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1327_generated", "manhole_dn": "manhole_1328_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396139.285988454474136, 5851216.515635751187801 ], [ 1396119.117080400697887, 5851262.109444313682616 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E740", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1328_generated", "manhole_dn": "manhole_1329_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396119.117080400697887, 5851262.109444313682616 ], [ 1396089.776196002028883, 5851302.568144459277391 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E741", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1329_generated", "manhole_dn": "manhole_1330_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396089.776196002028883, 5851302.568144459277391 ], [ 1396062.7637652202975, 5851344.562866888940334 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E742", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1330_generated", "manhole_dn": "manhole_1331_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396062.7637652202975, 5851344.562866888940334 ], [ 1396038.238003837410361, 5851388.06110318377614 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E743", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1331_generated", "manhole_dn": "manhole_1332_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396038.238003837410361, 5851388.06110318377614 ], [ 1396018.529442845610902, 5851434.01265315618366 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E744", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1332_generated", "manhole_dn": "manhole_1333_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396018.529442845610902, 5851434.01265315618366 ], [ 1396004.188277852488682, 5851481.903526779264212 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E745", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1333_generated", "manhole_dn": "manhole_1334_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396004.188277852488682, 5851481.903526779264212 ], [ 1395989.973599075572565, 5851529.8401018390432 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E746", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1334_generated", "manhole_dn": "manhole_1335_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395989.973599075572565, 5851529.8401018390432 ], [ 1395975.758920298423618, 5851577.776676898822188 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E747", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1335_generated", "manhole_dn": "manhole_1336_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395975.758920298423618, 5851577.776676898822188 ], [ 1395949.053040965925902, 5851619.085303656756878 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E748", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1336_generated", "manhole_dn": "manhole_1337_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395949.053040965925902, 5851619.085303656756878 ], [ 1395906.598052026005462, 5851645.086631496436894 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E749", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1337_generated", "manhole_dn": "manhole_1338_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395906.598052026005462, 5851645.086631496436894 ], [ 1395867.442700292682275, 5851675.664100909605622 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E750", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1338_generated", "manhole_dn": "manhole_1339_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395867.442700292682275, 5851675.664100909605622 ], [ 1395832.097041269298643, 5851711.025758332572877 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E751", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1339_generated", "manhole_dn": "manhole_1340_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395832.097041269298643, 5851711.025758332572877 ], [ 1395797.293576273601502, 5851746.924102939665318 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E752", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1340_generated", "manhole_dn": "manhole_1341_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395797.293576273601502, 5851746.924102939665318 ], [ 1395757.321257625240833, 5851775.602073502726853 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E753", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1341_generated", "manhole_dn": "manhole_1342_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395757.321257625240833, 5851775.602073502726853 ], [ 1395708.708822625689209, 5851786.201601759530604 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E754", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1342_generated", "manhole_dn": "manhole_1343_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395708.708822625689209, 5851786.201601759530604 ], [ 1395658.798327673226595, 5851788.626669078134 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E755", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1343_generated", "manhole_dn": "manhole_1344_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395658.798327673226595, 5851788.626669078134 ], [ 1395609.620199293363839, 5851795.143659789115191 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E756", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1344_generated", "manhole_dn": "manhole_1345_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395609.620199293363839, 5851795.143659789115191 ], [ 1395574.851394922938198, 5851829.572807688266039 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E757", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1345_generated", "manhole_dn": "manhole_1346_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395574.851394922938198, 5851829.572807688266039 ], [ 1395544.828832363011315, 5851869.555529688484967 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E758", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1346_generated", "manhole_dn": "manhole_1347_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395544.828832363011315, 5851869.555529688484967 ], [ 1395518.719845295883715, 5851912.096641635522246 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E759", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1347_generated", "manhole_dn": "manhole_1348_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395518.719845295883715, 5851912.096641635522246 ], [ 1395494.13555877446197, 5851955.634959792718291 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E760", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1348_generated", "manhole_dn": "manhole_1349_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395494.13555877446197, 5851955.634959792718291 ], [ 1395471.594874873524532, 5852000.226336769759655 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E761", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1349_generated", "manhole_dn": "manhole_1350_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395471.594874873524532, 5852000.226336769759655 ], [ 1395448.254717521602288, 5852044.431216173805296 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E762", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1350_generated", "manhole_dn": "manhole_1351_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395448.254717521602288, 5852044.431216173805296 ], [ 1395413.296649469994009, 5852077.97100324742496 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E763", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1351_generated", "manhole_dn": "manhole_1352_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395413.296649469994009, 5852077.97100324742496 ], [ 1395372.324927324661985, 5852105.181910736486316 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E764", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1352_generated", "manhole_dn": "manhole_1353_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395372.324927324661985, 5852105.181910736486316 ], [ 1395336.659707121318206, 5852139.696973600424826 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E765", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1353_generated", "manhole_dn": "manhole_1354_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395336.659707121318206, 5852139.696973600424826 ], [ 1395292.778667069738731, 5852163.62166681792587 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E766", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1354_generated", "manhole_dn": "manhole_1355_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395292.778667069738731, 5852163.62166681792587 ], [ 1395249.109231889015064, 5852186.737405962310731 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E767", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1355_generated", "manhole_dn": "manhole_1356_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395249.109231889015064, 5852186.737405962310731 ], [ 1395203.751256988849491, 5852206.181643485091627 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E768", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1356_generated", "manhole_dn": "manhole_1357_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395203.751256988849491, 5852206.181643485091627 ], [ 1395165.020262111211196, 5852237.484140511602163 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E769", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1357_generated", "manhole_dn": "manhole_1358_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395165.020262111211196, 5852237.484140511602163 ], [ 1395118.824360576691106, 5852256.064939356409013 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E770", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1358_generated", "manhole_dn": "manhole_1359_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395118.824360576691106, 5852256.064939356409013 ], [ 1395076.581746106501669, 5852282.089220238849521 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E771", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1359_generated", "manhole_dn": "manhole_1360_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395076.581746106501669, 5852282.089220238849521 ], [ 1395037.188581393798813, 5852312.881279200315475 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E772", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1360_generated", "manhole_dn": "manhole_1361_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395037.188581393798813, 5852312.881279200315475 ], [ 1394997.262213865062222, 5852342.97775392793119 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E773", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1361_generated", "manhole_dn": "manhole_1362_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394997.262213865062222, 5852342.97775392793119 ], [ 1394957.294401574181393, 5852373.02016231790185 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E774", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1362_generated", "manhole_dn": "manhole_1363_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394957.294401574181393, 5852373.02016231790185 ], [ 1394923.064120852621272, 5852408.949667424894869 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E775", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1363_generated", "manhole_dn": "manhole_1364_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394923.064120852621272, 5852408.949667424894869 ], [ 1394884.932902404107153, 5852438.859469654969871 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E776", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1364_generated", "manhole_dn": "manhole_1365_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394884.932902404107153, 5852438.859469654969871 ], [ 1394845.735164049779996, 5852467.776479947380722 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E777", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1365_generated", "manhole_dn": "manhole_1366_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394845.735164049779996, 5852467.776479947380722 ], [ 1394819.511815323727205, 5852510.312905547209084 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E778", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1366_generated", "manhole_dn": "manhole_1367_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394819.511815323727205, 5852510.312905547209084 ], [ 1394781.711909656878561, 5852541.376139343716204 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E779", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1367_generated", "manhole_dn": "manhole_1368_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394781.711909656878561, 5852541.376139343716204 ], [ 1394744.307820181362331, 5852572.518391331657767 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E780", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1368_generated", "manhole_dn": "manhole_1369_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394744.307820181362331, 5852572.518391331657767 ], [ 1394717.909510743571445, 5852614.650779861956835 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E781", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1369_generated", "manhole_dn": "manhole_1370_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394717.909510743571445, 5852614.650779861956835 ], [ 1394686.181401456007734, 5852653.249246998690069 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E782", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1370_generated", "manhole_dn": "manhole_1371_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394686.181401456007734, 5852653.249246998690069 ], [ 1394664.043618610361591, 5852697.955490152351558 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E783", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1371_generated", "manhole_dn": "manhole_1372_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394664.043618610361591, 5852697.955490152351558 ], [ 1394638.640680606942624, 5852740.362315909005702 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E784", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1372_generated", "manhole_dn": "manhole_1373_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394638.640680606942624, 5852740.362315909005702 ], [ 1394594.036166108679026, 5852738.106440517120063 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E785", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1373_generated", "manhole_dn": "manhole_1374_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394594.036166108679026, 5852738.106440517120063 ], [ 1394586.520229321205989, 5852692.657292073592544 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E786", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1374_generated", "manhole_dn": "manhole_1375_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394586.520229321205989, 5852692.657292073592544 ], [ 1394597.447580554988235, 5852643.880951508879662 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E787", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1375_generated", "manhole_dn": "manhole_1376_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394597.447580554988235, 5852643.880951508879662 ], [ 1394610.115311411675066, 5852595.517020991072059 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E788", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1376_generated", "manhole_dn": "manhole_1377_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394610.115311411675066, 5852595.517020991072059 ], [ 1394589.452386688208207, 5852555.245408363640308 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E789", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1377_generated", "manhole_dn": "manhole_1378_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394589.452386688208207, 5852555.245408363640308 ], [ 1394541.65307956142351, 5852543.805664961226285 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E790", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1378_generated", "manhole_dn": "manhole_1379_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394541.65307956142351, 5852543.805664961226285 ], [ 1394492.894960914272815, 5852554.632754753343761 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E791", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1379_generated", "manhole_dn": "manhole_1380_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394492.894960914272815, 5852554.632754753343761 ], [ 1394443.974859671667218, 5852564.388139309361577 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E792", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1380_generated", "manhole_dn": "manhole_1381_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394443.974859671667218, 5852564.388139309361577 ], [ 1394394.029333570739254, 5852566.715529200620949 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E793", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1381_generated", "manhole_dn": "manhole_1382_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394394.029333570739254, 5852566.715529200620949 ], [ 1394344.083807469811291, 5852569.042919091880322 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E794", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1382_generated", "manhole_dn": "manhole_1383_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394344.083807469811291, 5852569.042919091880322 ], [ 1394294.107847816543654, 5852570.552707155235112 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E795", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1383_generated", "manhole_dn": "manhole_1384_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394294.107847816543654, 5852570.552707155235112 ], [ 1394244.127509164391086, 5852571.944852772168815 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E796", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1384_generated", "manhole_dn": "manhole_1385_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394244.127509164391086, 5852571.944852772168815 ], [ 1394194.812276627169922, 5852566.083685463294387 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E797", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1385_generated", "manhole_dn": "manhole_1386_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394194.812276627169922, 5852566.083685463294387 ], [ 1394145.918612685985863, 5852555.625102977268398 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E798", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1386_generated", "manhole_dn": "manhole_1387_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394145.918612685985863, 5852555.625102977268398 ], [ 1394100.560877124778926, 5852536.308193654753268 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E799", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1387_generated", "manhole_dn": "manhole_1388_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394100.560877124778926, 5852536.308193654753268 ], [ 1394057.904667955357581, 5852510.223329451866448 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E800", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1388_generated", "manhole_dn": "manhole_1389_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394057.904667955357581, 5852510.223329451866448 ], [ 1394015.248458785703406, 5852484.138465248979628 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E801", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1389_generated", "manhole_dn": "manhole_1390_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394015.248458785703406, 5852484.138465248979628 ], [ 1393968.486471301177517, 5852467.076493079774082 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E802", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1390_generated", "manhole_dn": "manhole_1391_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393968.486471301177517, 5852467.076493079774082 ], [ 1393919.139037991641089, 5852459.687321032397449 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E803", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1391_generated", "manhole_dn": "manhole_1392_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393919.139037991641089, 5852459.687321032397449 ], [ 1393869.477079958422109, 5852455.258879334665835 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E804", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1392_generated", "manhole_dn": "manhole_1393_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393869.477079958422109, 5852455.258879334665835 ], [ 1393825.106229142751545, 5852475.609582097269595 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E805", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1393_generated", "manhole_dn": "manhole_1394_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393825.106229142751545, 5852475.609582097269595 ], [ 1393779.022887969622388, 5852486.305031629279256 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E806", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1394_generated", "manhole_dn": "manhole_1395_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393779.022887969622388, 5852486.305031629279256 ], [ 1393746.176190006081015, 5852501.713235894218087 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E807", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1395_generated", "manhole_dn": "manhole_1396_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393746.176190006081015, 5852501.713235894218087 ], [ 1393790.325893355766311, 5852506.742802502587438 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E808", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1396_generated", "manhole_dn": "manhole_1397_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393790.325893355766311, 5852506.742802502587438 ], [ 1393837.809800375485793, 5852491.082314152270555 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E809", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1397_generated", "manhole_dn": "manhole_1398_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393837.809800375485793, 5852491.082314152270555 ], [ 1393886.15032762195915, 5852493.407181736081839 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E810", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1398_generated", "manhole_dn": "manhole_1399_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393886.15032762195915, 5852493.407181736081839 ], [ 1393931.905922902980819, 5852513.566492778249085 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E811", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1399_generated", "manhole_dn": "manhole_1400_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393931.905922902980819, 5852513.566492778249085 ], [ 1393975.755333374254405, 5852537.459647852927446 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E812", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1400_generated", "manhole_dn": "manhole_1401_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393975.755333374254405, 5852537.459647852927446 ], [ 1394015.055107508320361, 5852568.024150903336704 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E813", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1401_generated", "manhole_dn": "manhole_1402_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394015.055107508320361, 5852568.024150903336704 ], [ 1394050.698138653300703, 5852603.052405749447644 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E814", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1402_generated", "manhole_dn": "manhole_1403_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394050.698138653300703, 5852603.052405749447644 ], [ 1394085.645217273384333, 5852638.810957413166761 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E815", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1403_generated", "manhole_dn": "manhole_1404_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394085.645217273384333, 5852638.810957413166761 ], [ 1394125.333798250183463, 5852668.853217349387705 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E816", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1404_generated", "manhole_dn": "manhole_1405_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394125.333798250183463, 5852668.853217349387705 ], [ 1394169.05573367443867, 5852692.935080187395215 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E817", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1405_generated", "manhole_dn": "manhole_1406_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394169.05573367443867, 5852692.935080187395215 ], [ 1394213.778910573106259, 5852715.291505869477987 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E818", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1406_generated", "manhole_dn": "manhole_1407_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394213.778910573106259, 5852715.291505869477987 ], [ 1394258.502087472006679, 5852737.64793155156076 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E819", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1407_generated", "manhole_dn": "manhole_1408_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394258.502087472006679, 5852737.64793155156076 ], [ 1394303.633563183248043, 5852759.137795268557966 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E820", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1408_generated", "manhole_dn": "manhole_1409_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394303.633563183248043, 5852759.137795268557966 ], [ 1394311.35638309433125, 5852792.836309043690562 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E821", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1409_generated", "manhole_dn": "manhole_1410_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394311.35638309433125, 5852792.836309043690562 ], [ 1394267.192787079373375, 5852772.091807481832802 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E822", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1410_generated", "manhole_dn": "manhole_1411_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394267.192787079373375, 5852772.091807481832802 ], [ 1394222.243892945814878, 5852750.806207756511867 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E823", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1411_generated", "manhole_dn": "manhole_1412_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394222.243892945814878, 5852750.806207756511867 ], [ 1394174.481163326650858, 5852736.017933746799827 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E824", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1412_generated", "manhole_dn": "manhole_1413_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394174.481163326650858, 5852736.017933746799827 ], [ 1394126.701585427857935, 5852721.284154292196035 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E825", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1413_generated", "manhole_dn": "manhole_1414_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394126.701585427857935, 5852721.284154292196035 ], [ 1394079.288174863439053, 5852705.441647895611823 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E826", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1414_generated", "manhole_dn": "manhole_1415_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394079.288174863439053, 5852705.441647895611823 ], [ 1394032.131474409019575, 5852688.821842738427222 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E827", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1415_generated", "manhole_dn": "manhole_1416_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394032.131474409019575, 5852688.821842738427222 ], [ 1393990.248849052935839, 5852662.333917872048914 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E828", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1416_generated", "manhole_dn": "manhole_1417_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393990.248849052935839, 5852662.333917872048914 ], [ 1393946.821534242946655, 5852638.073372384533286 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E829", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1417_generated", "manhole_dn": "manhole_1418_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393946.821534242946655, 5852638.073372384533286 ], [ 1393900.423441601451486, 5852619.79765943903476 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E830", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1418_generated", "manhole_dn": "manhole_1419_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393900.423441601451486, 5852619.79765943903476 ], [ 1393852.419590238947421, 5852605.811860370449722 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E831", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1419_generated", "manhole_dn": "manhole_1420_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393852.419590238947421, 5852605.811860370449722 ], [ 1393811.257009538821876, 5852622.697772218845785 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E832", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1420_generated", "manhole_dn": "manhole_1421_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393811.257009538821876, 5852622.697772218845785 ], [ 1393791.976378698600456, 5852668.744979701004922 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E833", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1421_generated", "manhole_dn": "manhole_1422_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393791.976378698600456, 5852668.744979701004922 ], [ 1393757.851000558817759, 5852704.822907493449748 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E834", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1422_generated", "manhole_dn": "manhole_1423_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393757.851000558817759, 5852704.822907493449748 ], [ 1393712.093303024535999, 5852719.752315454185009 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E835", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1423_generated", "manhole_dn": "manhole_1424_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393712.093303024535999, 5852719.752315454185009 ], [ 1393668.358640216989443, 5852734.85189332254231 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E836", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1424_generated", "manhole_dn": "manhole_1425_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393668.358640216989443, 5852734.85189332254231 ], [ 1393699.470718496944755, 5852759.33082231413573 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E837", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1425_generated", "manhole_dn": "manhole_1426_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393699.470718496944755, 5852759.33082231413573 ], [ 1393745.462928737979382, 5852739.873352170921862 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E838", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1426_generated", "manhole_dn": "manhole_1427_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393745.462928737979382, 5852739.873352170921862 ], [ 1393781.033025441691279, 5852705.849873876199126 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E839", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1427_generated", "manhole_dn": "manhole_1428_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393781.033025441691279, 5852705.849873876199126 ], [ 1393812.987744822399691, 5852667.414434633217752 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E840", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1428_generated", "manhole_dn": "manhole_1429_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393812.987744822399691, 5852667.414434633217752 ], [ 1393851.764351126970723, 5852646.106627707369626 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E841", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1429_generated", "manhole_dn": "manhole_1430_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393851.764351126970723, 5852646.106627707369626 ], [ 1393887.425906119635329, 5852680.024688009172678 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E842", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1430_generated", "manhole_dn": "manhole_1431_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393887.425906119635329, 5852680.024688009172678 ], [ 1393922.974994163028896, 5852714.451881429180503 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E843", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1431_generated", "manhole_dn": "manhole_1432_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393922.974994163028896, 5852714.451881429180503 ], [ 1393963.954408476594836, 5852743.099044006317854 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E844", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1432_generated", "manhole_dn": "manhole_1433_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393963.954408476594836, 5852743.099044006317854 ], [ 1394004.933822790160775, 5852771.746206583455205 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E845", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1433_generated", "manhole_dn": "manhole_1434_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394004.933822790160775, 5852771.746206583455205 ], [ 1394045.913237103493884, 5852800.393369160592556 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E846", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1434_generated", "manhole_dn": "manhole_1435_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394045.913237103493884, 5852800.393369160592556 ], [ 1394089.17497284268029, 5852825.355914043262601 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E847", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1435_generated", "manhole_dn": "manhole_1436_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394089.17497284268029, 5852825.355914043262601 ], [ 1394127.810518621467054, 5852856.42348238825798 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E848", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1436_generated", "manhole_dn": "manhole_1437_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394127.810518621467054, 5852856.42348238825798 ], [ 1394163.630151903722435, 5852891.307951607741416 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E849", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1437_generated", "manhole_dn": "manhole_1438_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394163.630151903722435, 5852891.307951607741416 ], [ 1394191.826466187369078, 5852930.721007774583995 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E850", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1438_generated", "manhole_dn": "manhole_1439_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394191.826466187369078, 5852930.721007774583995 ], [ 1394200.656638544984162, 5852979.770101292058825 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E851", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1439_generated", "manhole_dn": "manhole_1440_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394200.656638544984162, 5852979.770101292058825 ], [ 1394193.16261337697506, 5853027.948832049034536 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E852", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1440_generated", "manhole_dn": "manhole_1441_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394193.16261337697506, 5853027.948832049034536 ], [ 1394159.29561759904027, 5853015.916164819151163 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E853", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1441_generated", "manhole_dn": "manhole_1442_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394159.29561759904027, 5853015.916164819151163 ], [ 1394172.939629274653271, 5852968.21692172344774 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E854", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1442_generated", "manhole_dn": "manhole_1443_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394172.939629274653271, 5852968.21692172344774 ], [ 1394157.14498034096323, 5852926.103010025806725 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E855", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1443_generated", "manhole_dn": "manhole_1444_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394157.14498034096323, 5852926.103010025806725 ], [ 1394112.052147814072669, 5852908.152698171325028 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E856", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1444_generated", "manhole_dn": "manhole_1445_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394112.052147814072669, 5852908.152698171325028 ], [ 1394082.719980612862855, 5852870.240059998817742 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E857", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1445_generated", "manhole_dn": "manhole_1446_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394082.719980612862855, 5852870.240059998817742 ], [ 1394033.69950335752219, 5852861.894506865181029 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E858", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1446_generated", "manhole_dn": "manhole_1447_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394033.69950335752219, 5852861.894506865181029 ], [ 1393987.193403874756768, 5852845.286129081621766 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E859", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1447_generated", "manhole_dn": "manhole_1448_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393987.193403874756768, 5852845.286129081621766 ], [ 1393947.93726256582886, 5852814.548416114412248 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E860", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1448_generated", "manhole_dn": "manhole_1449_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393947.93726256582886, 5852814.548416114412248 ], [ 1393907.134108954807743, 5852786.629083844833076 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E861", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1449_generated", "manhole_dn": "manhole_1450_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393907.134108954807743, 5852786.629083844833076 ], [ 1393860.318227048264816, 5852795.693107591941953 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E862", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1450_generated", "manhole_dn": "manhole_1451_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393860.318227048264816, 5852795.693107591941953 ], [ 1393816.379105197265744, 5852819.553656043484807 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E863", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1451_generated", "manhole_dn": "manhole_1452_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393816.379105197265744, 5852819.553656043484807 ], [ 1393775.89931167033501, 5852848.775367983616889 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E864", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1452_generated", "manhole_dn": "manhole_1453_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393775.89931167033501, 5852848.775367983616889 ], [ 1393728.008898858213797, 5852860.924385358579457 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E865", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1453_generated", "manhole_dn": "manhole_1454_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393728.008898858213797, 5852860.924385358579457 ], [ 1393678.412535661365837, 5852867.262608992867172 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E866", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1454_generated", "manhole_dn": "manhole_1455_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393678.412535661365837, 5852867.262608992867172 ], [ 1393629.125510436482728, 5852875.269213300198317 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E867", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1455_generated", "manhole_dn": "manhole_1456_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393629.125510436482728, 5852875.269213300198317 ], [ 1393587.086981566157192, 5852897.732103853486478 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E868", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1456_generated", "manhole_dn": "manhole_1457_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393587.086981566157192, 5852897.732103853486478 ], [ 1393570.304754899349064, 5852944.562003592029214 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E869", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1457_generated", "manhole_dn": "manhole_1458_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393570.304754899349064, 5852944.562003592029214 ], [ 1393556.495137578109279, 5852992.561951013281941 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E870", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1458_generated", "manhole_dn": "manhole_1459_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393556.495137578109279, 5852992.561951013281941 ], [ 1393545.497390552191064, 5853041.337168917059898 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E871", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1459_generated", "manhole_dn": "manhole_1460_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393545.497390552191064, 5853041.337168917059898 ], [ 1393519.428820043802261, 5853078.873737771064043 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E872", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1460_generated", "manhole_dn": "manhole_1461_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393519.428820043802261, 5853078.873737771064043 ], [ 1393471.0889498363249, 5853090.981032885611057 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E873", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1461_generated", "manhole_dn": "manhole_1462_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393471.0889498363249, 5853090.981032885611057 ], [ 1393437.895468418486416, 5853125.960775015875697 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E874", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1462_generated", "manhole_dn": "manhole_1463_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393437.895468418486416, 5853125.960775015875697 ], [ 1393425.841958831530064, 5853174.071597220376134 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E875", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1463_generated", "manhole_dn": "manhole_1464_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393425.841958831530064, 5853174.071597220376134 ], [ 1393412.863075544824824, 5853222.254330036230385 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E876", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1464_generated", "manhole_dn": "manhole_1465_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393412.863075544824824, 5853222.254330036230385 ], [ 1393397.399385732831433, 5853269.80269087664783 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E877", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1465_generated", "manhole_dn": "manhole_1466_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393397.399385732831433, 5853269.80269087664783 ], [ 1393370.312252629315481, 5853310.521885331720114 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E878", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1466_generated", "manhole_dn": "manhole_1467_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393370.312252629315481, 5853310.521885331720114 ], [ 1393329.336411859840155, 5853338.528654196299613 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E879", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1467_generated", "manhole_dn": "manhole_1468_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393329.336411859840155, 5853338.528654196299613 ], [ 1393281.458966911304742, 5853352.900943865068257 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E880", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1468_generated", "manhole_dn": "manhole_1469_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393281.458966911304742, 5853352.900943865068257 ], [ 1393241.435090532293543, 5853377.912416590377688 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E881", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1469_generated", "manhole_dn": "manhole_1470_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393241.435090532293543, 5853377.912416590377688 ], [ 1393204.214013937627897, 5853407.665014474652708 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E882", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1470_generated", "manhole_dn": "manhole_1471_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393204.214013937627897, 5853407.665014474652708 ], [ 1393163.042570698773488, 5853389.210489722900093 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E883", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1471_generated", "manhole_dn": "manhole_1472_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393163.042570698773488, 5853389.210489722900093 ], [ 1393138.001123365946114, 5853345.980641989968717 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E884", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1472_generated", "manhole_dn": "manhole_1473_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393138.001123365946114, 5853345.980641989968717 ], [ 1393097.14451300771907, 5853320.521256951615214 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E885", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1473_generated", "manhole_dn": "manhole_1474_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393097.14451300771907, 5853320.521256951615214 ], [ 1393050.223753073252738, 5853331.927050231024623 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E886", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1474_generated", "manhole_dn": "manhole_1475_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393050.223753073252738, 5853331.927050231024623 ], [ 1393009.349747536936775, 5853360.724411092698574 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E887", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1475_generated", "manhole_dn": "manhole_1476_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393009.349747536936775, 5853360.724411092698574 ], [ 1392964.145743116969243, 5853381.658414929173887 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E888", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1476_generated", "manhole_dn": "manhole_1477_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392964.145743116969243, 5853381.658414929173887 ], [ 1392914.685746238334104, 5853388.540992530062795 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E889", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1477_generated", "manhole_dn": "manhole_1478_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392914.685746238334104, 5853388.540992530062795 ], [ 1392867.452587276231498, 5853402.741010997444391 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E890", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1478_generated", "manhole_dn": "manhole_1479_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392867.452587276231498, 5853402.741010997444391 ], [ 1392828.774455502396449, 5853433.971421860158443 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E891", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1479_generated", "manhole_dn": "manhole_1480_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392828.774455502396449, 5853433.971421860158443 ], [ 1392809.846709141274914, 5853478.724530343897641 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E892", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1480_generated", "manhole_dn": "manhole_1481_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392809.846709141274914, 5853478.724530343897641 ], [ 1392819.015986867481843, 5853526.678872412070632 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E893", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1481_generated", "manhole_dn": "manhole_1482_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392819.015986867481843, 5853526.678872412070632 ], [ 1392855.087954768678173, 5853558.063624495640397 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E894", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1482_generated", "manhole_dn": "manhole_1483_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392855.087954768678173, 5853558.063624495640397 ], [ 1392904.865550614893436, 5853557.690350621007383 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E895", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1483_generated", "manhole_dn": "manhole_1484_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392904.865550614893436, 5853557.690350621007383 ], [ 1392949.237373461714014, 5853580.603283154778183 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E896", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1484_generated", "manhole_dn": "manhole_1485_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392949.237373461714014, 5853580.603283154778183 ], [ 1392983.15947984252125, 5853614.224487240426242 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E897", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1485_generated", "manhole_dn": "manhole_1486_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392983.15947984252125, 5853614.224487240426242 ], [ 1392985.841230018995702, 5853663.144237387925386 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E898", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1486_generated", "manhole_dn": "manhole_1487_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392985.841230018995702, 5853663.144237387925386 ], [ 1392953.08467732812278, 5853699.53793787304312 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E899", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1487_generated", "manhole_dn": "manhole_1488_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392953.08467732812278, 5853699.53793787304312 ], [ 1392909.810230145696551, 5853724.583786675706506 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E900", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1488_generated", "manhole_dn": "manhole_1489_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392909.810230145696551, 5853724.583786675706506 ], [ 1392866.535782963503152, 5853749.629635479301214 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E901", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1489_generated", "manhole_dn": "manhole_1490_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392866.535782963503152, 5853749.629635479301214 ], [ 1392823.261335781076923, 5853774.6754842819646 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E902", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1490_generated", "manhole_dn": "manhole_1491_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392823.261335781076923, 5853774.6754842819646 ], [ 1392779.986888598883525, 5853799.721333085559309 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E903", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1491_generated", "manhole_dn": "manhole_1492_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392779.986888598883525, 5853799.721333085559309 ], [ 1392738.076911078300327, 5853826.788432474248111 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E904", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1492_generated", "manhole_dn": "manhole_1493_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392738.076911078300327, 5853826.788432474248111 ], [ 1392707.709945276146755, 5853865.520684397779405 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E905", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1493_generated", "manhole_dn": "manhole_1494_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392707.709945276146755, 5853865.520684397779405 ], [ 1392687.640915536787361, 5853911.315950163640082 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E906", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1494_generated", "manhole_dn": "manhole_1495_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392687.640915536787361, 5853911.315950163640082 ], [ 1392667.571885797427967, 5853957.111215928569436 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E907", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1495_generated", "manhole_dn": "manhole_1496_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392667.571885797427967, 5853957.111215928569436 ], [ 1392647.502856058068573, 5854002.906481694430113 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E908", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1496_generated", "manhole_dn": "manhole_1497_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392647.502856058068573, 5854002.906481694430113 ], [ 1392627.43382631870918, 5854048.701747459359467 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E909", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1497_generated", "manhole_dn": "manhole_1498_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392627.43382631870918, 5854048.701747459359467 ], [ 1392599.24063967121765, 5854088.36190695874393 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E910", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1498_generated", "manhole_dn": "manhole_1499_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392599.24063967121765, 5854088.36190695874393 ], [ 1392552.028928017709404, 5854094.876796181313694 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E911", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1499_generated", "manhole_dn": "manhole_1500_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392552.028928017709404, 5854094.876796181313694 ], [ 1392502.87776038562879, 5854089.097945244982839 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E912", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1500_generated", "manhole_dn": "manhole_1501_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392502.87776038562879, 5854089.097945244982839 ], [ 1392456.857117684325203, 5854106.922751960344613 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E913", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1501_generated", "manhole_dn": "manhole_1502_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392456.857117684325203, 5854106.922751960344613 ], [ 1392437.075072656385601, 5854149.618309528566897 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E914", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1502_generated", "manhole_dn": "manhole_1503_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392437.075072656385601, 5854149.618309528566897 ], [ 1392432.172376926057041, 5854199.149377813562751 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E915", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1503_generated", "manhole_dn": "manhole_1504_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392432.172376926057041, 5854199.149377813562751 ], [ 1392401.259062825934961, 5854237.421811015345156 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E916", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1504_generated", "manhole_dn": "manhole_1505_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392401.259062825934961, 5854237.421811015345156 ], [ 1392365.302334999199957, 5854272.164954873733222 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E917", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1505_generated", "manhole_dn": "manhole_1506_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392365.302334999199957, 5854272.164954873733222 ], [ 1392329.189992874395102, 5854306.70433706138283 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E918", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1506_generated", "manhole_dn": "manhole_1507_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392329.189992874395102, 5854306.70433706138283 ], [ 1392286.207370083546266, 5854332.24776007514447 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E919", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1507_generated", "manhole_dn": "manhole_1508_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392286.207370083546266, 5854332.24776007514447 ], [ 1392243.22474729269743, 5854357.791183087974787 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E920", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1508_generated", "manhole_dn": "manhole_1509_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392243.22474729269743, 5854357.791183087974787 ], [ 1392200.242124501848593, 5854383.334606100805104 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E921", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1509_generated", "manhole_dn": "manhole_1510_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392200.242124501848593, 5854383.334606100805104 ], [ 1392160.949674458475783, 5854413.789328532293439 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E922", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1510_generated", "manhole_dn": "manhole_1511_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392160.949674458475783, 5854413.789328532293439 ], [ 1392139.38761149183847, 5854458.137563941068947 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E923", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1511_generated", "manhole_dn": "manhole_1512_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392139.38761149183847, 5854458.137563941068947 ], [ 1392118.172011138638481, 5854501.905150330625474 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E924", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1512_generated", "manhole_dn": "manhole_1513_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392118.172011138638481, 5854501.905150330625474 ], [ 1392069.661402120720595, 5854504.271937710233033 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E925", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1513_generated", "manhole_dn": "manhole_1514_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392069.661402120720595, 5854504.271937710233033 ], [ 1392020.318914104020223, 5854496.814665460027754 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E926", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1514_generated", "manhole_dn": "manhole_1515_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392020.318914104020223, 5854496.814665460027754 ], [ 1391970.347458617528901, 5854495.133606933988631 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E927", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1515_generated", "manhole_dn": "manhole_1516_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391970.347458617528901, 5854495.133606933988631 ], [ 1391920.470454639289528, 5854497.470128065906465 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E928", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1516_generated", "manhole_dn": "manhole_1517_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391920.470454639289528, 5854497.470128065906465 ], [ 1391872.585841411259025, 5854508.330088578164577 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E929", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1517_generated", "manhole_dn": "manhole_1518_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391872.585841411259025, 5854508.330088578164577 ], [ 1391850.231223840499297, 5854552.140541600994766 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E930", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1518_generated", "manhole_dn": "manhole_1519_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391850.231223840499297, 5854552.140541600994766 ], [ 1391839.912053039064631, 5854601.063818628899753 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E931", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1519_generated", "manhole_dn": "manhole_1520_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391839.912053039064631, 5854601.063818628899753 ], [ 1391840.993748390814289, 5854650.792488458566368 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E932", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1520_generated", "manhole_dn": "manhole_1521_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391840.993748390814289, 5854650.792488458566368 ], [ 1391842.94749491638504, 5854700.726899871602654 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E933", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1521_generated", "manhole_dn": "manhole_1522_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391842.94749491638504, 5854700.726899871602654 ], [ 1391817.228786878986284, 5854734.867563699372113 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E934", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1522_generated", "manhole_dn": "manhole_1523_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391817.228786878986284, 5854734.867563699372113 ], [ 1391770.163537808228284, 5854720.841597761027515 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E935", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1523_generated", "manhole_dn": "manhole_1524_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391770.163537808228284, 5854720.841597761027515 ], [ 1391723.469770492054522, 5854703.731892259791493 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E936", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1524_generated", "manhole_dn": "manhole_1525_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391723.469770492054522, 5854703.731892259791493 ], [ 1391673.556104463059455, 5854700.799612474627793 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E937", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1525_generated", "manhole_dn": "manhole_1526_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391673.556104463059455, 5854700.799612474627793 ], [ 1391623.714795750332996, 5854702.097765206359327 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E938", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1526_generated", "manhole_dn": "manhole_1527_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391623.714795750332996, 5854702.097765206359327 ], [ 1391580.587717059068382, 5854722.560288350097835 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E939", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1527_generated", "manhole_dn": "manhole_1528_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391580.587717059068382, 5854722.560288350097835 ], [ 1391566.793033490423113, 5854770.006966697983444 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E940", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1528_generated", "manhole_dn": "manhole_1529_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391566.793033490423113, 5854770.006966697983444 ], [ 1391527.393422931665555, 5854792.408342435956001 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E941", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1529_generated", "manhole_dn": "manhole_1530_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391527.393422931665555, 5854792.408342435956001 ], [ 1391493.901292768539861, 5854758.638520744629204 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E942", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1530_generated", "manhole_dn": "manhole_1531_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391493.901292768539861, 5854758.638520744629204 ], [ 1391460.149849430657923, 5854722.514567816630006 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E943", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1531_generated", "manhole_dn": "manhole_1532_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391460.149849430657923, 5854722.514567816630006 ], [ 1391415.08096077456139, 5854702.288673609495163 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E944", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1532_generated", "manhole_dn": "manhole_1533_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391415.08096077456139, 5854702.288673609495163 ], [ 1391365.440532283158973, 5854701.641704299487174 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E945", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1533_generated", "manhole_dn": "manhole_1534_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391365.440532283158973, 5854701.641704299487174 ], [ 1391316.238207383779809, 5854710.165704177692533 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E946", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1534_generated", "manhole_dn": "manhole_1535_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391316.238207383779809, 5854710.165704177692533 ], [ 1391270.685152613790706, 5854729.292713684029877 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E947", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1535_generated", "manhole_dn": "manhole_1536_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391270.685152613790706, 5854729.292713684029877 ], [ 1391236.857205224456266, 5854765.320721383206546 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E948", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1536_generated", "manhole_dn": "manhole_1537_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391236.857205224456266, 5854765.320721383206546 ], [ 1391202.853810350876302, 5854801.861028152517974 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E949", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1537_generated", "manhole_dn": "manhole_1538_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391202.853810350876302, 5854801.861028152517974 ], [ 1391157.795155985048041, 5854820.230689963325858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E950", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1538_generated", "manhole_dn": "manhole_1539_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391157.795155985048041, 5854820.230689963325858 ], [ 1391108.772609984036535, 5854813.861238065175712 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E951", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1539_generated", "manhole_dn": "manhole_1540_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391108.772609984036535, 5854813.861238065175712 ], [ 1391060.92810442741029, 5854800.764659990556538 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E952", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1540_generated", "manhole_dn": "manhole_1541_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391060.92810442741029, 5854800.764659990556538 ], [ 1391018.222673617769033, 5854821.264777290634811 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E953", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1541_generated", "manhole_dn": "manhole_1542_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391018.222673617769033, 5854821.264777290634811 ], [ 1390998.9406647849828, 5854866.83020946290344 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E954", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1542_generated", "manhole_dn": "manhole_1543_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390998.9406647849828, 5854866.83020946290344 ], [ 1390962.790658802259713, 5854895.559752456843853 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E955", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1543_generated", "manhole_dn": "manhole_1544_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390962.790658802259713, 5854895.559752456843853 ], [ 1390919.96104749571532, 5854871.800868731923401 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E956", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1544_generated", "manhole_dn": "manhole_1545_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390919.96104749571532, 5854871.800868731923401 ], [ 1390873.984042470343411, 5854857.080187496729195 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E957", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1545_generated", "manhole_dn": "manhole_1546_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390873.984042470343411, 5854857.080187496729195 ], [ 1390830.492623874917626, 5854881.491715071722865 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E958", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1546_generated", "manhole_dn": "manhole_1547_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390830.492623874917626, 5854881.491715071722865 ], [ 1390796.708465208066627, 5854865.116497132927179 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E959", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1547_generated", "manhole_dn": "manhole_1548_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390796.708465208066627, 5854865.116497132927179 ], [ 1390838.292139080353081, 5854841.149038841947913 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E960", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1548_generated", "manhole_dn": "manhole_1549_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390838.292139080353081, 5854841.149038841947913 ], [ 1390887.22193789598532, 5854833.728026010096073 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E961", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1549_generated", "manhole_dn": "manhole_1550_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390887.22193789598532, 5854833.728026010096073 ], [ 1390936.898272739024833, 5854829.647457904182374 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E962", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1550_generated", "manhole_dn": "manhole_1551_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390936.898272739024833, 5854829.647457904182374 ], [ 1390962.336482576327398, 5854791.122571767307818 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E963", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1551_generated", "manhole_dn": "manhole_1552_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390962.336482576327398, 5854791.122571767307818 ], [ 1390966.186074131866917, 5854741.748434484004974 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E964", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1552_generated", "manhole_dn": "manhole_1553_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390966.186074131866917, 5854741.748434484004974 ], [ 1390992.85536471917294, 5854700.308199499733746 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E965", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1553_generated", "manhole_dn": "manhole_1554_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390992.85536471917294, 5854700.308199499733746 ], [ 1391035.848916283808649, 5854678.165031262673438 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E966", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1554_generated", "manhole_dn": "manhole_1555_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391035.848916283808649, 5854678.165031262673438 ], [ 1391083.904441812774166, 5854664.357830701395869 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E967", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1555_generated", "manhole_dn": "manhole_1556_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391083.904441812774166, 5854664.357830701395869 ], [ 1391131.959967341739684, 5854650.550630139186978 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E968", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1556_generated", "manhole_dn": "manhole_1557_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391131.959967341739684, 5854650.550630139186978 ], [ 1391179.634835138218477, 5854635.58916658628732 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E969", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1557_generated", "manhole_dn": "manhole_1558_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391179.634835138218477, 5854635.58916658628732 ], [ 1391207.438901009736583, 5854598.479608403518796 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E970", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1558_generated", "manhole_dn": "manhole_1559_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391207.438901009736583, 5854598.479608403518796 ], [ 1391180.980266467668116, 5854561.607478464022279 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E971", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1559_generated", "manhole_dn": "manhole_1560_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391180.980266467668116, 5854561.607478464022279 ], [ 1391131.202320650219917, 5854557.049893359653652 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E972", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1560_generated", "manhole_dn": "manhole_1561_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391131.202320650219917, 5854557.049893359653652 ], [ 1391082.781213583657518, 5854544.585194740444422 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E973", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1561_generated", "manhole_dn": "manhole_1562_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391082.781213583657518, 5854544.585194740444422 ], [ 1391034.359877102775499, 5854532.12138735409826 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E974", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1562_generated", "manhole_dn": "manhole_1563_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391034.359877102775499, 5854532.12138735409826 ], [ 1390989.634528238559142, 5854509.87664872314781 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E975", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1563_generated", "manhole_dn": "manhole_1564_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390989.634528238559142, 5854509.87664872314781 ], [ 1390945.071014412911609, 5854487.20363488048315 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E976", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1564_generated", "manhole_dn": "manhole_1565_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390945.071014412911609, 5854487.20363488048315 ], [ 1390901.697761435760185, 5854462.393036060966551 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E977", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1565_generated", "manhole_dn": "manhole_1566_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390901.697761435760185, 5854462.393036060966551 ], [ 1390859.490862333914265, 5854435.632610735483468 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E978", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1566_generated", "manhole_dn": "manhole_1567_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390859.490862333914265, 5854435.632610735483468 ], [ 1390822.363200478022918, 5854402.650965533219278 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E979", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1567_generated", "manhole_dn": "manhole_1568_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390822.363200478022918, 5854402.650965533219278 ], [ 1390794.517730910796672, 5854361.373340462334454 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E980", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1568_generated", "manhole_dn": "manhole_1569_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390794.517730910796672, 5854361.373340462334454 ], [ 1390752.757621133932844, 5854350.515991058200598 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E981", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1569_generated", "manhole_dn": "manhole_1570_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390752.757621133932844, 5854350.515991058200598 ], [ 1390773.418687251396477, 5854390.614122970961034 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E982", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1570_generated", "manhole_dn": "manhole_1571_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390773.418687251396477, 5854390.614122970961034 ], [ 1390803.876572717214003, 5854430.219822627492249 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E983", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1571_generated", "manhole_dn": "manhole_1572_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390803.876572717214003, 5854430.219822627492249 ], [ 1390829.792809600709006, 5854472.861352755688131 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E984", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1572_generated", "manhole_dn": "manhole_1573_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390829.792809600709006, 5854472.861352755688131 ], [ 1390840.804824143880978, 5854520.985180084593594 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E985", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1573_generated", "manhole_dn": "manhole_1574_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390840.804824143880978, 5854520.985180084593594 ], [ 1390806.955070770578459, 5854555.332527009770274 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E986", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1574_generated", "manhole_dn": "manhole_1575_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390806.955070770578459, 5854555.332527009770274 ], [ 1390768.710703042568639, 5854587.03412811178714 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E987", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1575_generated", "manhole_dn": "manhole_1576_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390768.710703042568639, 5854587.03412811178714 ], [ 1390727.648428230080754, 5854605.405022084712982 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E988", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1576_generated", "manhole_dn": "manhole_1577_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390727.648428230080754, 5854605.405022084712982 ], [ 1390738.217331510968506, 5854570.207673082128167 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E989", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1577_generated", "manhole_dn": "manhole_1578_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390738.217331510968506, 5854570.207673082128167 ], [ 1390769.756390688242391, 5854536.839095240458846 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E990", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1578_generated", "manhole_dn": "manhole_1579_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390769.756390688242391, 5854536.839095240458846 ], [ 1390742.617340298369527, 5854501.043599711731076 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E991", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1579_generated", "manhole_dn": "manhole_1580_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390742.617340298369527, 5854501.043599711731076 ], [ 1390698.267856214428321, 5854477.987162610515952 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E992", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1580_generated", "manhole_dn": "manhole_1581_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390698.267856214428321, 5854477.987162610515952 ], [ 1390659.045459883986041, 5854447.088924283161759 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E993", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1581_generated", "manhole_dn": "manhole_1582_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390659.045459883986041, 5854447.088924283161759 ], [ 1390625.552943467628211, 5854410.088393394835293 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E994", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1582_generated", "manhole_dn": "manhole_1583_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390625.552943467628211, 5854410.088393394835293 ], [ 1390589.600407437421381, 5854409.582950046285987 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E995", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1583_generated", "manhole_dn": "manhole_1584_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390589.600407437421381, 5854409.582950046285987 ], [ 1390602.713966056471691, 5854457.412329882383347 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E996", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1584_generated", "manhole_dn": "manhole_1585_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390602.713966056471691, 5854457.412329882383347 ], [ 1390595.921491433866322, 5854505.872622577473521 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E997", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1585_generated", "manhole_dn": "manhole_1586_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390595.921491433866322, 5854505.872622577473521 ], [ 1390570.44312756950967, 5854548.678854450583458 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E998", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1586_generated", "manhole_dn": "manhole_1587_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390570.44312756950967, 5854548.678854450583458 ], [ 1390543.056656106142327, 5854590.511300016194582 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E999", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1587_generated", "manhole_dn": "manhole_1588_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390543.056656106142327, 5854590.511300016194582 ], [ 1390515.015498246299103, 5854631.763415537774563 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1000", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1588_generated", "manhole_dn": "manhole_1589_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390515.015498246299103, 5854631.763415537774563 ], [ 1390474.123672692570835, 5854660.297698637470603 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1001", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1589_generated", "manhole_dn": "manhole_1590_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390474.123672692570835, 5854660.297698637470603 ], [ 1390431.612203549593687, 5854686.592487070709467 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1002", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1590_generated", "manhole_dn": "manhole_1591_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390431.612203549593687, 5854686.592487070709467 ], [ 1390393.452535421354696, 5854718.581622540019453 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1003", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1591_generated", "manhole_dn": "manhole_1592_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390393.452535421354696, 5854718.581622540019453 ], [ 1390367.542568972334266, 5854761.184357885271311 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1004", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1592_generated", "manhole_dn": "manhole_1593_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390367.542568972334266, 5854761.184357885271311 ], [ 1390335.298282078001648, 5854798.167892917059362 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1005", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1593_generated", "manhole_dn": "manhole_1594_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390335.298282078001648, 5854798.167892917059362 ], [ 1390287.950058992486447, 5854812.008565446361899 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1006", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1594_generated", "manhole_dn": "manhole_1595_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390287.950058992486447, 5854812.008565446361899 ], [ 1390238.458150852238759, 5854817.911680148914456 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1007", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1595_generated", "manhole_dn": "manhole_1596_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390238.458150852238759, 5854817.911680148914456 ], [ 1390191.062322469428182, 5854833.713980232365429 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1008", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1596_generated", "manhole_dn": "manhole_1597_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390191.062322469428182, 5854833.713980232365429 ], [ 1390143.877431784989312, 5854850.253581566736102 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1009", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1597_generated", "manhole_dn": "manhole_1598_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390143.877431784989312, 5854850.253581566736102 ], [ 1390095.581852754345164, 5854862.709081319160759 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1010", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1598_generated", "manhole_dn": "manhole_1599_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390095.581852754345164, 5854862.709081319160759 ], [ 1390047.517834821017459, 5854876.231087474152446 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1011", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1599_generated", "manhole_dn": "manhole_1600_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390047.517834821017459, 5854876.231087474152446 ], [ 1390002.813235945766792, 5854898.312404797412455 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1012", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1600_generated", "manhole_dn": "manhole_1601_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390002.813235945766792, 5854898.312404797412455 ], [ 1389957.240444654598832, 5854918.770327269099653 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1013", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1601_generated", "manhole_dn": "manhole_1602_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389957.240444654598832, 5854918.770327269099653 ], [ 1389907.862496146233752, 5854926.546503278426826 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1014", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1602_generated", "manhole_dn": "manhole_1603_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389907.862496146233752, 5854926.546503278426826 ], [ 1389858.454627148341388, 5854934.216888033784926 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1015", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1603_generated", "manhole_dn": "manhole_1604_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389858.454627148341388, 5854934.216888033784926 ], [ 1389809.046758150681853, 5854941.887272790074348 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1016", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1604_generated", "manhole_dn": "manhole_1605_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389809.046758150681853, 5854941.887272790074348 ], [ 1389759.638889152789488, 5854949.557657545432448 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1017", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1605_generated", "manhole_dn": "manhole_1606_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389759.638889152789488, 5854949.557657545432448 ], [ 1389709.944212611299008, 5854954.171913290396333 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1018", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1606_generated", "manhole_dn": "manhole_1607_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389709.944212611299008, 5854954.171913290396333 ], [ 1389659.971924164798111, 5854955.828025793656707 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1019", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1607_generated", "manhole_dn": "manhole_1608_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389659.971924164798111, 5854955.828025793656707 ], [ 1389609.999635718297213, 5854957.484138297848403 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1020", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1608_generated", "manhole_dn": "manhole_1609_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389609.999635718297213, 5854957.484138297848403 ], [ 1389560.020212409785017, 5854958.556860111653805 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1021", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1609_generated", "manhole_dn": "manhole_1610_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389560.020212409785017, 5854958.556860111653805 ], [ 1389510.215887822909281, 5854956.262844508513808 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1022", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1610_generated", "manhole_dn": "manhole_1611_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389510.215887822909281, 5854956.262844508513808 ], [ 1389461.199074118630961, 5854946.397536835633218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1023", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1611_generated", "manhole_dn": "manhole_1612_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389461.199074118630961, 5854946.397536835633218 ], [ 1389411.846068927552551, 5854939.31862622871995 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1024", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1612_generated", "manhole_dn": "manhole_1613_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389411.846068927552551, 5854939.31862622871995 ], [ 1389363.668794465018436, 5854950.530764970928431 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1025", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1613_generated", "manhole_dn": "manhole_1614_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389363.668794465018436, 5854950.530764970928431 ], [ 1389316.806479058926925, 5854967.963369091972709 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1026", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1614_generated", "manhole_dn": "manhole_1615_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389316.806479058926925, 5854967.963369091972709 ], [ 1389269.94150876486674, 5854985.388835529796779 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1027", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1615_generated", "manhole_dn": "manhole_1616_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389269.94150876486674, 5854985.388835529796779 ], [ 1389222.242154399864376, 5855000.003873158246279 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1028", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1616_generated", "manhole_dn": "manhole_1617_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389222.242154399864376, 5855000.003873158246279 ], [ 1389172.474719209829345, 5854998.599748316220939 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1029", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1617_generated", "manhole_dn": "manhole_1618_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389172.474719209829345, 5854998.599748316220939 ], [ 1389122.522158603882417, 5854997.979928877204657 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1030", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1618_generated", "manhole_dn": "manhole_1619_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389122.522158603882417, 5854997.979928877204657 ], [ 1389075.17245914414525, 5855011.771173330955207 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1031", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1619_generated", "manhole_dn": "manhole_1620_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389075.17245914414525, 5855011.771173330955207 ], [ 1389037.351533574750647, 5855043.70593273639679 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1032", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1620_generated", "manhole_dn": "manhole_1621_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389037.351533574750647, 5855043.70593273639679 ], [ 1388987.549699229886755, 5855043.070369333028793 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1033", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1621_generated", "manhole_dn": "manhole_1622_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388987.549699229886755, 5855043.070369333028793 ], [ 1388952.226835903478786, 5855072.405109954997897 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1034", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1622_generated", "manhole_dn": "manhole_1623_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388952.226835903478786, 5855072.405109954997897 ], [ 1388932.354647896019742, 5855118.261345479637384 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1035", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1623_generated", "manhole_dn": "manhole_1624_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388932.354647896019742, 5855118.261345479637384 ], [ 1388905.897634437307715, 5855160.415872283279896 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1036", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1624_generated", "manhole_dn": "manhole_1625_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388905.897634437307715, 5855160.415872283279896 ], [ 1388871.031826107297093, 5855194.997977488674223 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1037", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1625_generated", "manhole_dn": "manhole_1626_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388871.031826107297093, 5855194.997977488674223 ], [ 1388824.506643331842497, 5855211.32076724153012 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1038", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1626_generated", "manhole_dn": "manhole_1627_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388824.506643331842497, 5855211.32076724153012 ], [ 1388776.369281501276419, 5855224.693582694977522 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1039", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1627_generated", "manhole_dn": "manhole_1628_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388776.369281501276419, 5855224.693582694977522 ], [ 1388734.099809446139261, 5855248.874300631694496 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1040", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1628_generated", "manhole_dn": "manhole_1629_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388734.099809446139261, 5855248.874300631694496 ], [ 1388699.096631670137867, 5855284.262829300947487 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1041", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1629_generated", "manhole_dn": "manhole_1630_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388699.096631670137867, 5855284.262829300947487 ], [ 1388660.14700926351361, 5855315.614053130149841 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1042", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": 984.70001220703125, "invlev_up": -10001.5, "invlev_dn": 982.20001220703125, "manhole_up": "manhole_1630_generated", "manhole_dn": "manhole_1631_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388660.14700926351361, 5855315.614053130149841 ], [ 1388618.515727732330561, 5855342.829998861066997 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1043", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 984.70001220703125, "elevtn_dn": 975.10003662109375, "invlev_up": 982.20001220703125, "invlev_dn": 972.60003662109375, "manhole_up": "manhole_1631_generated", "manhole_dn": "manhole_1632_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388618.515727732330561, 5855342.829998861066997 ], [ 1388570.996795159298927, 5855356.930158268660307 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1044", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 975.10003662109375, "elevtn_dn": 968.29998779296875, "invlev_up": 972.60003662109375, "invlev_dn": 965.79998779296875, "manhole_up": "manhole_1632_generated", "manhole_dn": "manhole_1633_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388570.996795159298927, 5855356.930158268660307 ], [ 1388521.257592596346512, 5855362.027613477781415 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1045", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 968.29998779296875, "elevtn_dn": 968.29998779296875, "invlev_up": 965.79998779296875, "invlev_dn": 965.79998779296875, "manhole_up": "manhole_1633_generated", "manhole_dn": "manhole_1634_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388521.257592596346512, 5855362.027613477781415 ], [ 1388472.030306826578453, 5855370.543775821104646 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1046", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 968.29998779296875, "elevtn_dn": 968.29998779296875, "invlev_up": 965.79998779296875, "invlev_dn": 965.79998779296875, "manhole_up": "manhole_1634_generated", "manhole_dn": "manhole_1635_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388472.030306826578453, 5855370.543775821104646 ], [ 1388439.000347282737494, 5855407.802592809312046 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1047", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 968.29998779296875, "elevtn_dn": 964.5, "invlev_up": 965.79998779296875, "invlev_dn": 962.0, "manhole_up": "manhole_1635_generated", "manhole_dn": "manhole_1636_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388439.000347282737494, 5855407.802592809312046 ], [ 1388400.196091859601438, 5855436.014134516008198 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1048", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 964.5, "elevtn_dn": 964.5, "invlev_up": 962.0, "invlev_dn": 962.0, "manhole_up": "manhole_1636_generated", "manhole_dn": "manhole_1637_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388400.196091859601438, 5855436.014134516008198 ], [ 1388351.33823574683629, 5855446.634319253265858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1049", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 964.5, "elevtn_dn": 981.9000244140625, "invlev_up": 962.0, "invlev_dn": 979.4000244140625, "manhole_up": "manhole_1637_generated", "manhole_dn": "manhole_1638_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388351.33823574683629, 5855446.634319253265858 ], [ 1388301.961881892289966, 5855453.847477887757123 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1050", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 981.9000244140625, "elevtn_dn": 981.9000244140625, "invlev_up": 979.4000244140625, "invlev_dn": 979.4000244140625, "manhole_up": "manhole_1638_generated", "manhole_dn": "manhole_1639_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388301.961881892289966, 5855453.847477887757123 ], [ 1388252.297577269142494, 5855451.260453455150127 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1051", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 981.9000244140625, "elevtn_dn": 973.70001220703125, "invlev_up": 979.4000244140625, "invlev_dn": 971.20001220703125, "manhole_up": "manhole_1639_generated", "manhole_dn": "manhole_1640_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388252.297577269142494, 5855451.260453455150127 ], [ 1388202.479659734526649, 5855455.508814659900963 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1052", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 973.70001220703125, "elevtn_dn": 961.70001220703125, "invlev_up": 971.20001220703125, "invlev_dn": 959.20001220703125, "manhole_up": "manhole_1640_generated", "manhole_dn": "manhole_1641_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388202.479659734526649, 5855455.508814659900963 ], [ 1388152.683455461403355, 5855460.015516467392445 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1053", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 961.70001220703125, "elevtn_dn": 961.70001220703125, "invlev_up": 959.20001220703125, "invlev_dn": 959.20001220703125, "manhole_up": "manhole_1641_generated", "manhole_dn": "manhole_1642_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388152.683455461403355, 5855460.015516467392445 ], [ 1388104.622611842118204, 5855473.253733876161277 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1054", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 961.70001220703125, "elevtn_dn": 945.79998779296875, "invlev_up": 959.20001220703125, "invlev_dn": 943.29998779296875, "manhole_up": "manhole_1642_generated", "manhole_dn": "manhole_1643_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388104.622611842118204, 5855473.253733876161277 ], [ 1388057.00563437351957, 5855488.445189393125474 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1055", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 945.79998779296875, "elevtn_dn": 945.79998779296875, "invlev_up": 943.29998779296875, "invlev_dn": 943.29998779296875, "manhole_up": "manhole_1643_generated", "manhole_dn": "manhole_1644_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388057.00563437351957, 5855488.445189393125474 ], [ 1388011.292356542311609, 5855508.700276436284184 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1056", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 945.79998779296875, "elevtn_dn": 945.79998779296875, "invlev_up": 943.29998779296875, "invlev_dn": 943.29998779296875, "manhole_up": "manhole_1644_generated", "manhole_dn": "manhole_1645_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388011.292356542311609, 5855508.700276436284184 ], [ 1387969.221702651120722, 5855535.246164590120316 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1057", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 945.79998779296875, "elevtn_dn": 930.79998779296875, "invlev_up": 943.29998779296875, "invlev_dn": 928.29998779296875, "manhole_up": "manhole_1645_generated", "manhole_dn": "manhole_1646_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.221702651120722, 5855535.246164590120316 ], [ 1387935.863196024205536, 5855572.491061648353934 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1058", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 930.79998779296875, "elevtn_dn": 957.10003662109375, "invlev_up": 928.29998779296875, "invlev_dn": 954.60003662109375, "manhole_up": "manhole_1646_generated", "manhole_dn": "manhole_1647_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387935.863196024205536, 5855572.491061648353934 ], [ 1387904.610231971368194, 5855611.432584651745856 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1059", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 957.10003662109375, "elevtn_dn": 947.4000244140625, "invlev_up": 954.60003662109375, "invlev_dn": 944.9000244140625, "manhole_up": "manhole_1647_generated", "manhole_dn": "manhole_1648_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387904.610231971368194, 5855611.432584651745856 ], [ 1387869.335365027422085, 5855646.852918352000415 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1060", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 947.4000244140625, "elevtn_dn": 947.4000244140625, "invlev_up": 944.9000244140625, "invlev_dn": 944.9000244140625, "manhole_up": "manhole_1648_generated", "manhole_dn": "manhole_1649_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387869.335365027422085, 5855646.852918352000415 ], [ 1387831.783288773847744, 5855679.735664095729589 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1061", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 947.4000244140625, "elevtn_dn": 947.4000244140625, "invlev_up": 944.9000244140625, "invlev_dn": 944.9000244140625, "manhole_up": "manhole_1649_generated", "manhole_dn": "manhole_1650_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387831.783288773847744, 5855679.735664095729589 ], [ 1387791.509416193468496, 5855708.923279576934874 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1062", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 947.4000244140625, "elevtn_dn": 933.29998779296875, "invlev_up": 944.9000244140625, "invlev_dn": 930.79998779296875, "manhole_up": "manhole_1650_generated", "manhole_dn": "manhole_1651_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387791.509416193468496, 5855708.923279576934874 ], [ 1387742.459816947113723, 5855717.213657722808421 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1063", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 933.29998779296875, "elevtn_dn": 933.29998779296875, "invlev_up": 930.79998779296875, "invlev_dn": 930.79998779296875, "manhole_up": "manhole_1651_generated", "manhole_dn": "manhole_1652_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387742.459816947113723, 5855717.213657722808421 ], [ 1387692.500367184402421, 5855718.495403698645532 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1064", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 933.29998779296875, "elevtn_dn": 911.10003662109375, "invlev_up": 930.79998779296875, "invlev_dn": 908.60003662109375, "manhole_up": "manhole_1652_generated", "manhole_dn": "manhole_1653_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387692.500367184402421, 5855718.495403698645532 ], [ 1387642.500798417022452, 5855718.61967874225229 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1065", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 911.10003662109375, "elevtn_dn": 887.70001220703125, "invlev_up": 908.60003662109375, "invlev_dn": 885.20001220703125, "manhole_up": "manhole_1653_generated", "manhole_dn": "manhole_1654_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387642.500798417022452, 5855718.61967874225229 ], [ 1387592.501229649642482, 5855718.743953784927726 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1066", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 887.70001220703125, "elevtn_dn": 887.70001220703125, "invlev_up": 885.20001220703125, "invlev_dn": 885.20001220703125, "manhole_up": "manhole_1654_generated", "manhole_dn": "manhole_1655_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387592.501229649642482, 5855718.743953784927726 ], [ 1387542.501660882262513, 5855718.868228827603161 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1067", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 887.70001220703125, "elevtn_dn": 902.9000244140625, "invlev_up": 885.20001220703125, "invlev_dn": 900.4000244140625, "manhole_up": "manhole_1655_generated", "manhole_dn": "manhole_1656_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387542.501660882262513, 5855718.868228827603161 ], [ 1387492.651409652316943, 5855720.815255363471806 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1068", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 902.9000244140625, "elevtn_dn": 902.9000244140625, "invlev_up": 900.4000244140625, "invlev_dn": 900.4000244140625, "manhole_up": "manhole_1656_generated", "manhole_dn": "manhole_1657_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387492.651409652316943, 5855720.815255363471806 ], [ 1387448.867236748570576, 5855742.752516686916351 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1069", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 902.9000244140625, "elevtn_dn": 886.20001220703125, "invlev_up": 900.4000244140625, "invlev_dn": 883.70001220703125, "manhole_up": "manhole_1657_generated", "manhole_dn": "manhole_1658_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387448.867236748570576, 5855742.752516686916351 ], [ 1387402.432745414320379, 5855761.091833713464439 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1070", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 886.20001220703125, "elevtn_dn": 886.20001220703125, "invlev_up": 883.70001220703125, "invlev_dn": 883.70001220703125, "manhole_up": "manhole_1658_generated", "manhole_dn": "manhole_1659_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387402.432745414320379, 5855761.091833713464439 ], [ 1387355.687973388005048, 5855778.837216476909816 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1071", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 886.20001220703125, "elevtn_dn": 879.4000244140625, "invlev_up": 883.70001220703125, "invlev_dn": 876.9000244140625, "manhole_up": "manhole_1659_generated", "manhole_dn": "manhole_1660_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387355.687973388005048, 5855778.837216476909816 ], [ 1387308.943201361689717, 5855796.582599240355194 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1072", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 879.4000244140625, "elevtn_dn": 879.4000244140625, "invlev_up": 876.9000244140625, "invlev_dn": 876.9000244140625, "manhole_up": "manhole_1660_generated", "manhole_dn": "manhole_1661_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387308.943201361689717, 5855796.582599240355194 ], [ 1387262.861613623332232, 5855815.656713440082967 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1073", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 879.4000244140625, "elevtn_dn": 873.29998779296875, "invlev_up": 876.9000244140625, "invlev_dn": 870.79998779296875, "manhole_up": "manhole_1661_generated", "manhole_dn": "manhole_1662_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387262.861613623332232, 5855815.656713440082967 ], [ 1387224.059019178850576, 5855846.996291697025299 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1074", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 873.29998779296875, "elevtn_dn": 938.9000244140625, "invlev_up": 870.79998779296875, "invlev_dn": 936.4000244140625, "manhole_up": "manhole_1662_generated", "manhole_dn": "manhole_1663_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387224.059019178850576, 5855846.996291697025299 ], [ 1387180.719124856637791, 5855870.194651792757213 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1075", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 938.9000244140625, "elevtn_dn": 932.79998779296875, "invlev_up": 936.4000244140625, "invlev_dn": 930.29998779296875, "manhole_up": "manhole_1663_generated", "manhole_dn": "manhole_1664_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387180.719124856637791, 5855870.194651792757213 ], [ 1387131.003996425773948, 5855874.064550469629467 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1076", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 932.79998779296875, "elevtn_dn": 932.79998779296875, "invlev_up": 930.29998779296875, "invlev_dn": 930.29998779296875, "manhole_up": "manhole_1664_generated", "manhole_dn": "manhole_1665_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387131.003996425773948, 5855874.064550469629467 ], [ 1387081.098878284916282, 5855871.158613862469792 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1077", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 932.79998779296875, "elevtn_dn": 916.79998779296875, "invlev_up": 930.29998779296875, "invlev_dn": 914.29998779296875, "manhole_up": "manhole_1665_generated", "manhole_dn": "manhole_1666_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387081.098878284916282, 5855871.158613862469792 ], [ 1387031.198060098802671, 5855868.015261265449226 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1078", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 916.79998779296875, "elevtn_dn": 916.79998779296875, "invlev_up": 914.29998779296875, "invlev_dn": 914.29998779296875, "manhole_up": "manhole_1666_generated", "manhole_dn": "manhole_1667_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387031.198060098802671, 5855868.015261265449226 ], [ 1386981.297241912456229, 5855864.871908667497337 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1079", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 916.79998779296875, "elevtn_dn": 891.79998779296875, "invlev_up": 914.29998779296875, "invlev_dn": 889.29998779296875, "manhole_up": "manhole_1667_generated", "manhole_dn": "manhole_1668_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386981.297241912456229, 5855864.871908667497337 ], [ 1386931.47147326474078, 5855860.718019699677825 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1080", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 891.79998779296875, "elevtn_dn": 891.79998779296875, "invlev_up": 889.29998779296875, "invlev_dn": 889.29998779296875, "manhole_up": "manhole_1668_generated", "manhole_dn": "manhole_1669_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386931.47147326474078, 5855860.718019699677825 ], [ 1386881.600663758814335, 5855857.577047945931554 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1081", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 891.79998779296875, "elevtn_dn": 857.10003662109375, "invlev_up": 889.29998779296875, "invlev_dn": 854.60003662109375, "manhole_up": "manhole_1669_generated", "manhole_dn": "manhole_1670_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386881.600663758814335, 5855857.577047945931554 ], [ 1386832.545593914575875, 5855864.100992278195918 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1082", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 857.10003662109375, "elevtn_dn": 857.10003662109375, "invlev_up": 854.60003662109375, "invlev_dn": 854.60003662109375, "manhole_up": "manhole_1670_generated", "manhole_dn": "manhole_1671_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386832.545593914575875, 5855864.100992278195918 ], [ 1386787.06764860637486, 5855884.403254445642233 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1083", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 857.10003662109375, "elevtn_dn": 821.29998779296875, "invlev_up": 854.60003662109375, "invlev_dn": 818.79998779296875, "manhole_up": "manhole_1671_generated", "manhole_dn": "manhole_1672_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386787.06764860637486, 5855884.403254445642233 ], [ 1386748.278358669718727, 5855915.544586268253624 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1084", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 821.29998779296875, "elevtn_dn": 821.29998779296875, "invlev_up": 818.79998779296875, "invlev_dn": 818.79998779296875, "manhole_up": "manhole_1672_generated", "manhole_dn": "manhole_1673_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386748.278358669718727, 5855915.544586268253624 ], [ 1386721.155419877264649, 5855957.124278785660863 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1085", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 821.29998779296875, "elevtn_dn": 866.0, "invlev_up": 818.79998779296875, "invlev_dn": 863.5, "manhole_up": "manhole_1673_generated", "manhole_dn": "manhole_1674_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386721.155419877264649, 5855957.124278785660863 ], [ 1386707.750365849817172, 5856004.850832763127983 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1086", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 866.0, "elevtn_dn": 866.0, "invlev_up": 863.5, "invlev_dn": 863.5, "manhole_up": "manhole_1674_generated", "manhole_dn": "manhole_1675_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386707.750365849817172, 5856004.850832763127983 ], [ 1386699.832475832896307, 5856054.133603978902102 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1087", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 866.0, "elevtn_dn": 866.0, "invlev_up": 863.5, "invlev_dn": 863.5, "manhole_up": "manhole_1675_generated", "manhole_dn": "manhole_1676_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386699.832475832896307, 5856054.133603978902102 ], [ 1386697.095561265014112, 5856103.986880083568394 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1088", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 866.0, "elevtn_dn": 884.79998779296875, "invlev_up": 863.5, "invlev_dn": 882.29998779296875, "manhole_up": "manhole_1676_generated", "manhole_dn": "manhole_1677_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386697.095561265014112, 5856103.986880083568394 ], [ 1386699.401158998254687, 5856153.933416903018951 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1089", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 884.79998779296875, "elevtn_dn": 884.79998779296875, "invlev_up": 882.29998779296875, "invlev_dn": 882.29998779296875, "manhole_up": "manhole_1677_generated", "manhole_dn": "manhole_1678_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386699.401158998254687, 5856153.933416903018951 ], [ 1386715.699191288091242, 5856201.197657831013203 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1090", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 884.79998779296875, "elevtn_dn": 884.79998779296875, "invlev_up": 882.29998779296875, "invlev_dn": 882.29998779296875, "manhole_up": "manhole_1678_generated", "manhole_dn": "manhole_1679_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386715.699191288091242, 5856201.197657831013203 ], [ 1386741.121203816728666, 5856244.100116757676005 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1091", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 884.79998779296875, "elevtn_dn": 915.9000244140625, "invlev_up": 882.29998779296875, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_1679_generated", "manhole_dn": "manhole_1680_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386741.121203816728666, 5856244.100116757676005 ], [ 1386774.051378605188802, 5856281.577651324681938 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1092", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_1680_generated", "manhole_dn": "manhole_1681_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386774.051378605188802, 5856281.577651324681938 ], [ 1386811.583791718119755, 5856314.587093180976808 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1093", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_1681_generated", "manhole_dn": "manhole_1682_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386811.583791718119755, 5856314.587093180976808 ], [ 1386839.378956499742344, 5856356.087350118905306 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1094", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 915.9000244140625, "elevtn_dn": 909.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 907.4000244140625, "manhole_up": "manhole_1682_generated", "manhole_dn": "manhole_1683_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386839.378956499742344, 5856356.087350118905306 ], [ 1386855.653891535941511, 5856403.364181768149137 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1095", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 909.9000244140625, "elevtn_dn": 909.9000244140625, "invlev_up": 907.4000244140625, "invlev_dn": 907.4000244140625, "manhole_up": "manhole_1683_generated", "manhole_dn": "manhole_1684_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386855.653891535941511, 5856403.364181768149137 ], [ 1386875.714553950354457, 5856449.116945925168693 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1096", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 909.9000244140625, "elevtn_dn": 909.9000244140625, "invlev_up": 907.4000244140625, "invlev_dn": 907.4000244140625, "manhole_up": "manhole_1684_generated", "manhole_dn": "manhole_1685_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386875.714553950354457, 5856449.116945925168693 ], [ 1386912.179653002182022, 5856482.939191372133791 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1097", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 909.9000244140625, "elevtn_dn": 909.9000244140625, "invlev_up": 907.4000244140625, "invlev_dn": 907.4000244140625, "manhole_up": "manhole_1685_generated", "manhole_dn": "manhole_1686_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386912.179653002182022, 5856482.939191372133791 ], [ 1386944.191176384687424, 5856520.270725904032588 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1098", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 909.9000244140625, "elevtn_dn": 911.79998779296875, "invlev_up": 907.4000244140625, "invlev_dn": 909.29998779296875, "manhole_up": "manhole_1686_generated", "manhole_dn": "manhole_1687_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386944.191176384687424, 5856520.270725904032588 ], [ 1386964.188513180473819, 5856566.025075756013393 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1099", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 911.79998779296875, "elevtn_dn": 911.79998779296875, "invlev_up": 909.29998779296875, "invlev_dn": 909.29998779296875, "manhole_up": "manhole_1687_generated", "manhole_dn": "manhole_1688_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386964.188513180473819, 5856566.025075756013393 ], [ 1386998.825215350603685, 5856599.261941562406719 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1100", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 911.79998779296875, "elevtn_dn": 932.0, "invlev_up": 909.29998779296875, "invlev_dn": 929.5, "manhole_up": "manhole_1688_generated", "manhole_dn": "manhole_1689_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386998.825215350603685, 5856599.261941562406719 ], [ 1387044.828526843106374, 5856618.849377661012113 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1101", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 932.0, "elevtn_dn": 932.0, "invlev_up": 929.5, "invlev_dn": 929.5, "manhole_up": "manhole_1689_generated", "manhole_dn": "manhole_1690_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387044.828526843106374, 5856618.849377661012113 ], [ 1387090.831838335609064, 5856638.43681376054883 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1102", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 932.0, "elevtn_dn": 949.9000244140625, "invlev_up": 929.5, "invlev_dn": 947.4000244140625, "manhole_up": "manhole_1690_generated", "manhole_dn": "manhole_1691_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387090.831838335609064, 5856638.43681376054883 ], [ 1387136.835149827878922, 5856658.024249859154224 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1103", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 949.9000244140625, "elevtn_dn": 924.4000244140625, "invlev_up": 947.4000244140625, "invlev_dn": 921.9000244140625, "manhole_up": "manhole_1691_generated", "manhole_dn": "manhole_1692_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387136.835149827878922, 5856658.024249859154224 ], [ 1387178.671980312326923, 5856685.128790453076363 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1104", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 924.4000244140625, "elevtn_dn": 924.4000244140625, "invlev_up": 921.9000244140625, "invlev_dn": 921.9000244140625, "manhole_up": "manhole_1692_generated", "manhole_dn": "manhole_1693_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387178.671980312326923, 5856685.128790453076363 ], [ 1387217.700535611249506, 5856716.320352808572352 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1105", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 924.4000244140625, "elevtn_dn": 940.0, "invlev_up": 921.9000244140625, "invlev_dn": 937.5, "manhole_up": "manhole_1693_generated", "manhole_dn": "manhole_1694_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387217.700535611249506, 5856716.320352808572352 ], [ 1387252.016686553368345, 5856752.649443434551358 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1106", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 940.0, "elevtn_dn": 940.0, "invlev_up": 937.5, "invlev_dn": 937.5, "manhole_up": "manhole_1694_generated", "manhole_dn": "manhole_1695_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387252.016686553368345, 5856752.649443434551358 ], [ 1387284.798919493798167, 5856790.190159549936652 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1107", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 940.0, "elevtn_dn": 894.29998779296875, "invlev_up": 937.5, "invlev_dn": 891.79998779296875, "manhole_up": "manhole_1695_generated", "manhole_dn": "manhole_1696_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387284.798919493798167, 5856790.190159549936652 ], [ 1387273.050185391213745, 5856831.931571422144771 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1108", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 894.29998779296875, "elevtn_dn": 891.5, "invlev_up": 891.79998779296875, "invlev_dn": 889.0, "manhole_up": "manhole_1696_generated", "manhole_dn": "manhole_1697_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387273.050185391213745, 5856831.931571422144771 ], [ 1387226.106990416301414, 5856849.145192969590425 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1109", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 891.5, "elevtn_dn": 891.5, "invlev_up": 889.0, "invlev_dn": 889.0, "manhole_up": "manhole_1697_generated", "manhole_dn": "manhole_1698_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387226.106990416301414, 5856849.145192969590425 ], [ 1387179.163795441389084, 5856866.358814516104758 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1110", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 891.5, "elevtn_dn": 881.0, "invlev_up": 889.0, "invlev_dn": 878.5, "manhole_up": "manhole_1698_generated", "manhole_dn": "manhole_1699_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387179.163795441389084, 5856866.358814516104758 ], [ 1387132.220600466709584, 5856883.572436063550413 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1111", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 881.0, "elevtn_dn": 881.0, "invlev_up": 878.5, "invlev_dn": 878.5, "manhole_up": "manhole_1699_generated", "manhole_dn": "manhole_1700_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387132.220600466709584, 5856883.572436063550413 ], [ 1387091.513159692520276, 5856911.129930667579174 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1112", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 881.0, "elevtn_dn": 881.0, "invlev_up": 878.5, "invlev_dn": 878.5, "manhole_up": "manhole_1700_generated", "manhole_dn": "manhole_1701_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387091.513159692520276, 5856911.129930667579174 ], [ 1387071.007118243258446, 5856956.15559543017298 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1113", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 881.0, "elevtn_dn": 881.0, "invlev_up": 878.5, "invlev_dn": 878.5, "manhole_up": "manhole_1701_generated", "manhole_dn": "manhole_1702_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387071.007118243258446, 5856956.15559543017298 ], [ 1387043.749112035380676, 5856996.689189162105322 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1114", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 881.0, "elevtn_dn": 856.5, "invlev_up": 878.5, "invlev_dn": 854.0, "manhole_up": "manhole_1702_generated", "manhole_dn": "manhole_1703_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387043.749112035380676, 5856996.689189162105322 ], [ 1387004.639443967491388, 5857027.840532388538122 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1115", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 856.5, "elevtn_dn": 856.5, "invlev_up": 854.0, "invlev_dn": 854.0, "manhole_up": "manhole_1703_generated", "manhole_dn": "manhole_1704_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387004.639443967491388, 5857027.840532388538122 ], [ 1386965.529775899834931, 5857058.991875615902245 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1116", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 856.5, "elevtn_dn": 856.5, "invlev_up": 854.0, "invlev_dn": 854.0, "manhole_up": "manhole_1704_generated", "manhole_dn": "manhole_1705_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386965.529775899834931, 5857058.991875615902245 ], [ 1386926.702535050921142, 5857090.440239730291069 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1117", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 856.5, "elevtn_dn": 856.5, "invlev_up": 854.0, "invlev_dn": 854.0, "manhole_up": "manhole_1705_generated", "manhole_dn": "manhole_1706_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386926.702535050921142, 5857090.440239730291069 ], [ 1386899.700979894958436, 5857131.871505072340369 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1118", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 856.5, "elevtn_dn": 856.5, "invlev_up": 854.0, "invlev_dn": 854.0, "manhole_up": "manhole_1706_generated", "manhole_dn": "manhole_1707_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386899.700979894958436, 5857131.871505072340369 ], [ 1386903.6263940166682, 5857181.005935152061284 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1119", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 856.5, "elevtn_dn": 867.29998779296875, "invlev_up": 854.0, "invlev_dn": 864.79998779296875, "manhole_up": "manhole_1707_generated", "manhole_dn": "manhole_1708_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386903.6263940166682, 5857181.005935152061284 ], [ 1386920.841401966754347, 5857227.85734468139708 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1120", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 867.29998779296875, "elevtn_dn": 867.29998779296875, "invlev_up": 864.79998779296875, "invlev_dn": 864.79998779296875, "manhole_up": "manhole_1708_generated", "manhole_dn": "manhole_1709_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386920.841401966754347, 5857227.85734468139708 ], [ 1386940.647245415020734, 5857273.767048302106559 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1121", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 867.29998779296875, "elevtn_dn": 879.0, "invlev_up": 864.79998779296875, "invlev_dn": 876.5, "manhole_up": "manhole_1709_generated", "manhole_dn": "manhole_1710_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386940.647245415020734, 5857273.767048302106559 ], [ 1386960.453088863519952, 5857319.676751921884716 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1122", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 879.0, "elevtn_dn": 884.5, "invlev_up": 876.5, "invlev_dn": 882.0, "manhole_up": "manhole_1710_generated", "manhole_dn": "manhole_1711_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386960.453088863519952, 5857319.676751921884716 ], [ 1386980.258932311786339, 5857365.586455542594194 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1123", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 884.5, "elevtn_dn": 884.5, "invlev_up": 882.0, "invlev_dn": 882.0, "manhole_up": "manhole_1711_generated", "manhole_dn": "manhole_1712_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386980.258932311786339, 5857365.586455542594194 ], [ 1387000.064775760285556, 5857411.496159162372351 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1124", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 884.5, "elevtn_dn": 884.5, "invlev_up": 882.0, "invlev_dn": 882.0, "manhole_up": "manhole_1712_generated", "manhole_dn": "manhole_1713_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387000.064775760285556, 5857411.496159162372351 ], [ 1387007.528902114601806, 5857459.537025099620223 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1125", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 884.5, "elevtn_dn": 893.20001220703125, "invlev_up": 882.0, "invlev_dn": 890.70001220703125, "manhole_up": "manhole_1713_generated", "manhole_dn": "manhole_1714_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387007.528902114601806, 5857459.537025099620223 ], [ 1386963.21676475298591, 5857476.629049208015203 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1126", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 893.20001220703125, "elevtn_dn": 893.70001220703125, "invlev_up": 890.70001220703125, "invlev_dn": 891.20001220703125, "manhole_up": "manhole_1714_generated", "manhole_dn": "manhole_1715_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386963.21676475298591, 5857476.629049208015203 ], [ 1386913.783934087026864, 5857484.135433598421514 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1127", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 893.70001220703125, "elevtn_dn": 893.70001220703125, "invlev_up": 891.20001220703125, "invlev_dn": 891.20001220703125, "manhole_up": "manhole_1715_generated", "manhole_dn": "manhole_1716_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386913.783934087026864, 5857484.135433598421514 ], [ 1386870.539328352315351, 5857507.055611960589886 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1128", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 893.70001220703125, "elevtn_dn": 889.70001220703125, "invlev_up": 891.20001220703125, "invlev_dn": 887.20001220703125, "manhole_up": "manhole_1716_generated", "manhole_dn": "manhole_1717_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386870.539328352315351, 5857507.055611960589886 ], [ 1386832.820274166297168, 5857539.877026806585491 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1129", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 889.70001220703125, "elevtn_dn": 889.70001220703125, "invlev_up": 887.20001220703125, "invlev_dn": 887.20001220703125, "manhole_up": "manhole_1717_generated", "manhole_dn": "manhole_1718_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386832.820274166297168, 5857539.877026806585491 ], [ 1386795.101531907683238, 5857572.698800123296678 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1130", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 889.70001220703125, "elevtn_dn": 872.4000244140625, "invlev_up": 887.20001220703125, "invlev_dn": 869.9000244140625, "manhole_up": "manhole_1718_generated", "manhole_dn": "manhole_1719_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386795.101531907683238, 5857572.698800123296678 ], [ 1386758.257366374600679, 5857606.496797049418092 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1131", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 872.4000244140625, "elevtn_dn": 872.4000244140625, "invlev_up": 869.9000244140625, "invlev_dn": 869.9000244140625, "manhole_up": "manhole_1719_generated", "manhole_dn": "manhole_1720_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386758.257366374600679, 5857606.496797049418092 ], [ 1386721.502390186069533, 5857640.394349270500243 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1132", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 872.4000244140625, "elevtn_dn": 872.4000244140625, "invlev_up": 869.9000244140625, "invlev_dn": 869.9000244140625, "manhole_up": "manhole_1720_generated", "manhole_dn": "manhole_1721_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386721.502390186069533, 5857640.394349270500243 ], [ 1386691.639095245627686, 5857680.292891399934888 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1133", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 872.4000244140625, "elevtn_dn": 860.70001220703125, "invlev_up": 869.9000244140625, "invlev_dn": 858.20001220703125, "manhole_up": "manhole_1721_generated", "manhole_dn": "manhole_1722_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386691.639095245627686, 5857680.292891399934888 ], [ 1386663.127201205352321, 5857721.366519738920033 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1134", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 860.70001220703125, "elevtn_dn": 864.10003662109375, "invlev_up": 858.20001220703125, "invlev_dn": 861.60003662109375, "manhole_up": "manhole_1722_generated", "manhole_dn": "manhole_1723_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386663.127201205352321, 5857721.366519738920033 ], [ 1386634.70784462057054, 5857762.504245642572641 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1135", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 864.10003662109375, "elevtn_dn": 864.10003662109375, "invlev_up": 861.60003662109375, "invlev_dn": 861.60003662109375, "manhole_up": "manhole_1723_generated", "manhole_dn": "manhole_1724_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386634.70784462057054, 5857762.504245642572641 ], [ 1386606.28848803602159, 5857803.64197154622525 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1136", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 864.10003662109375, "elevtn_dn": 864.10003662109375, "invlev_up": 861.60003662109375, "invlev_dn": 861.60003662109375, "manhole_up": "manhole_1724_generated", "manhole_dn": "manhole_1725_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386606.28848803602159, 5857803.64197154622525 ], [ 1386577.851668093586341, 5857844.766917760483921 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1137", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 864.10003662109375, "elevtn_dn": 836.10003662109375, "invlev_up": 861.60003662109375, "invlev_dn": 833.60003662109375, "manhole_up": "manhole_1725_generated", "manhole_dn": "manhole_1726_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386577.851668093586341, 5857844.766917760483921 ], [ 1386559.479123871540651, 5857890.340473555959761 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1138", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 836.10003662109375, "elevtn_dn": 836.10003662109375, "invlev_up": 833.60003662109375, "invlev_dn": 833.60003662109375, "manhole_up": "manhole_1726_generated", "manhole_dn": "manhole_1727_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386559.479123871540651, 5857890.340473555959761 ], [ 1386576.858566463226452, 5857935.633445805869997 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1139", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 836.10003662109375, "elevtn_dn": 854.9000244140625, "invlev_up": 833.60003662109375, "invlev_dn": 852.4000244140625, "manhole_up": "manhole_1727_generated", "manhole_dn": "manhole_1728_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386576.858566463226452, 5857935.633445805869997 ], [ 1386619.073707325849682, 5857961.189545376226306 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1140", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 854.9000244140625, "elevtn_dn": 854.9000244140625, "invlev_up": 852.4000244140625, "invlev_dn": 852.4000244140625, "manhole_up": "manhole_1728_generated", "manhole_dn": "manhole_1729_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386619.073707325849682, 5857961.189545376226306 ], [ 1386664.860782509436831, 5857981.27706332411617 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1141", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 854.9000244140625, "elevtn_dn": 871.60003662109375, "invlev_up": 852.4000244140625, "invlev_dn": 869.10003662109375, "manhole_up": "manhole_1729_generated", "manhole_dn": "manhole_1730_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386664.860782509436831, 5857981.27706332411617 ], [ 1386710.721602912992239, 5858001.195835201069713 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1142", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 871.60003662109375, "elevtn_dn": 865.10003662109375, "invlev_up": 869.10003662109375, "invlev_dn": 862.60003662109375, "manhole_up": "manhole_1730_generated", "manhole_dn": "manhole_1731_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386710.721602912992239, 5858001.195835201069713 ], [ 1386756.582423316547647, 5858021.114607078954577 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1143", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 865.10003662109375, "elevtn_dn": 864.70001220703125, "invlev_up": 862.60003662109375, "invlev_dn": 862.20001220703125, "manhole_up": "manhole_1731_generated", "manhole_dn": "manhole_1732_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386756.582423316547647, 5858021.114607078954577 ], [ 1386802.443243720103055, 5858041.033378956839442 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1144", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 864.70001220703125, "elevtn_dn": 864.70001220703125, "invlev_up": 862.20001220703125, "invlev_dn": 862.20001220703125, "manhole_up": "manhole_1732_generated", "manhole_dn": "manhole_1733_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386802.443243720103055, 5858041.033378956839442 ], [ 1386848.304064123658463, 5858060.952150834724307 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1145", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 864.70001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 862.20001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_1733_generated", "manhole_dn": "manhole_1734_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386848.304064123658463, 5858060.952150834724307 ], [ 1386892.843548113014549, 5858083.471454747952521 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1146", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 859.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 856.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_1734_generated", "manhole_dn": "manhole_1735_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386892.843548113014549, 5858083.471454747952521 ], [ 1386931.443847785238177, 5858115.251781782135367 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1147", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 859.20001220703125, "elevtn_dn": 853.60003662109375, "invlev_up": 856.70001220703125, "invlev_dn": 851.10003662109375, "manhole_up": "manhole_1735_generated", "manhole_dn": "manhole_1736_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386931.443847785238177, 5858115.251781782135367 ], [ 1386970.044147457228974, 5858147.032108817249537 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1148", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 853.60003662109375, "elevtn_dn": 853.60003662109375, "invlev_up": 851.10003662109375, "invlev_dn": 851.10003662109375, "manhole_up": "manhole_1736_generated", "manhole_dn": "manhole_1737_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386970.044147457228974, 5858147.032108817249537 ], [ 1387008.644447129452601, 5858178.812435851432383 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1149", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 853.60003662109375, "elevtn_dn": 842.4000244140625, "invlev_up": 851.10003662109375, "invlev_dn": 839.9000244140625, "manhole_up": "manhole_1737_generated", "manhole_dn": "manhole_1738_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387008.644447129452601, 5858178.812435851432383 ], [ 1387047.244746801443398, 5858210.592762886546552 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1150", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 842.4000244140625, "elevtn_dn": 842.4000244140625, "invlev_up": 839.9000244140625, "invlev_dn": 839.9000244140625, "manhole_up": "manhole_1738_generated", "manhole_dn": "manhole_1739_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387047.244746801443398, 5858210.592762886546552 ], [ 1387085.845046473667026, 5858242.373089920729399 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1151", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 842.4000244140625, "elevtn_dn": 842.4000244140625, "invlev_up": 839.9000244140625, "invlev_dn": 839.9000244140625, "manhole_up": "manhole_1739_generated", "manhole_dn": "manhole_1740_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387085.845046473667026, 5858242.373089920729399 ], [ 1387124.445346145657822, 5858274.153416955843568 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1152", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 842.4000244140625, "elevtn_dn": 827.60003662109375, "invlev_up": 839.9000244140625, "invlev_dn": 825.10003662109375, "manhole_up": "manhole_1740_generated", "manhole_dn": "manhole_1741_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387124.445346145657822, 5858274.153416955843568 ], [ 1387163.04564581788145, 5858305.933743990026414 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1153", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 827.60003662109375, "elevtn_dn": 827.60003662109375, "invlev_up": 825.10003662109375, "invlev_dn": 825.10003662109375, "manhole_up": "manhole_1741_generated", "manhole_dn": "manhole_1742_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387163.04564581788145, 5858305.933743990026414 ], [ 1387201.829349192325026, 5858337.489215047098696 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1154", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 827.60003662109375, "elevtn_dn": 837.60003662109375, "invlev_up": 825.10003662109375, "invlev_dn": 835.10003662109375, "manhole_up": "manhole_1742_generated", "manhole_dn": "manhole_1743_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387201.829349192325026, 5858337.489215047098696 ], [ 1387246.200623227981851, 5858359.687651782296598 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1155", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 837.60003662109375, "elevtn_dn": 837.60003662109375, "invlev_up": 835.10003662109375, "invlev_dn": 835.10003662109375, "manhole_up": "manhole_1743_generated", "manhole_dn": "manhole_1744_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387246.200623227981851, 5858359.687651782296598 ], [ 1387293.201938283629715, 5858376.741938757710159 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1156", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 837.60003662109375, "elevtn_dn": 843.79998779296875, "invlev_up": 835.10003662109375, "invlev_dn": 841.29998779296875, "manhole_up": "manhole_1744_generated", "manhole_dn": "manhole_1745_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387293.201938283629715, 5858376.741938757710159 ], [ 1387334.200528149493039, 5858401.732468435540795 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1157", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 843.79998779296875, "elevtn_dn": 822.60003662109375, "invlev_up": 841.29998779296875, "invlev_dn": 820.10003662109375, "manhole_up": "manhole_1745_generated", "manhole_dn": "manhole_1746_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387334.200528149493039, 5858401.732468435540795 ], [ 1387307.843875054037198, 5858437.110805934295058 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1158", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 822.60003662109375, "elevtn_dn": 822.60003662109375, "invlev_up": 820.10003662109375, "invlev_dn": 820.10003662109375, "manhole_up": "manhole_1746_generated", "manhole_dn": "manhole_1747_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387307.843875054037198, 5858437.110805934295058 ], [ 1387260.279569417703897, 5858425.045736069791019 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1159", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 822.60003662109375, "elevtn_dn": 827.60003662109375, "invlev_up": 820.10003662109375, "invlev_dn": 825.10003662109375, "manhole_up": "manhole_1747_generated", "manhole_dn": "manhole_1748_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387260.279569417703897, 5858425.045736069791019 ], [ 1387211.448235018178821, 5858414.300554806366563 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1160", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 827.60003662109375, "elevtn_dn": 827.60003662109375, "invlev_up": 825.10003662109375, "invlev_dn": 825.10003662109375, "manhole_up": "manhole_1748_generated", "manhole_dn": "manhole_1749_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387211.448235018178821, 5858414.300554806366563 ], [ 1387162.612191663123667, 5858403.576134512200952 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1161", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 827.60003662109375, "elevtn_dn": 822.29998779296875, "invlev_up": 825.10003662109375, "invlev_dn": 819.79998779296875, "manhole_up": "manhole_1749_generated", "manhole_dn": "manhole_1750_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387162.612191663123667, 5858403.576134512200952 ], [ 1387113.700150535441935, 5858393.210482948459685 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1162", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 822.29998779296875, "elevtn_dn": 822.29998779296875, "invlev_up": 819.79998779296875, "invlev_dn": 819.79998779296875, "manhole_up": "manhole_1750_generated", "manhole_dn": "manhole_1751_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387113.700150535441935, 5858393.210482948459685 ], [ 1387064.993171223672107, 5858381.975642333738506 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1163", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 822.29998779296875, "elevtn_dn": 827.79998779296875, "invlev_up": 819.79998779296875, "invlev_dn": 825.29998779296875, "manhole_up": "manhole_1751_generated", "manhole_dn": "manhole_1752_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387064.993171223672107, 5858381.975642333738506 ], [ 1387015.796386598376557, 5858376.342007979750633 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1164", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 827.79998779296875, "elevtn_dn": 827.79998779296875, "invlev_up": 825.29998779296875, "invlev_dn": 825.29998779296875, "manhole_up": "manhole_1752_generated", "manhole_dn": "manhole_1753_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387015.796386598376557, 5858376.342007979750633 ], [ 1386966.208506174152717, 5858382.746259398758411 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1165", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 827.79998779296875, "elevtn_dn": 833.9000244140625, "invlev_up": 825.29998779296875, "invlev_dn": 831.4000244140625, "manhole_up": "manhole_1753_generated", "manhole_dn": "manhole_1754_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386966.208506174152717, 5858382.746259398758411 ], [ 1386916.676812386140227, 5858389.559525708667934 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1166", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 833.9000244140625, "elevtn_dn": 833.9000244140625, "invlev_up": 831.4000244140625, "invlev_dn": 831.4000244140625, "manhole_up": "manhole_1754_generated", "manhole_dn": "manhole_1755_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386916.676812386140227, 5858389.559525708667934 ], [ 1386867.198860567295924, 5858396.764010772109032 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1167", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 833.9000244140625, "elevtn_dn": 833.20001220703125, "invlev_up": 831.4000244140625, "invlev_dn": 830.70001220703125, "manhole_up": "manhole_1755_generated", "manhole_dn": "manhole_1756_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386867.198860567295924, 5858396.764010772109032 ], [ 1386820.816385147860274, 5858411.854353901930153 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1168", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 833.20001220703125, "elevtn_dn": 809.60003662109375, "invlev_up": 830.70001220703125, "invlev_dn": 807.10003662109375, "manhole_up": "manhole_1756_generated", "manhole_dn": "manhole_1757_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386820.816385147860274, 5858411.854353901930153 ], [ 1386841.361234750133008, 5858445.514383808709681 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1169", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 809.60003662109375, "elevtn_dn": 809.79998779296875, "invlev_up": 807.10003662109375, "invlev_dn": 807.29998779296875, "manhole_up": "manhole_1757_generated", "manhole_dn": "manhole_1758_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386841.361234750133008, 5858445.514383808709681 ], [ 1386890.796275103231892, 5858452.915634987875819 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1170", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 809.79998779296875, "elevtn_dn": 809.79998779296875, "invlev_up": 807.29998779296875, "invlev_dn": 807.29998779296875, "manhole_up": "manhole_1758_generated", "manhole_dn": "manhole_1759_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386890.796275103231892, 5858452.915634987875819 ], [ 1386940.277140651131049, 5858460.100081093609333 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1171", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 809.79998779296875, "elevtn_dn": 805.4000244140625, "invlev_up": 807.29998779296875, "invlev_dn": 802.9000244140625, "manhole_up": "manhole_1759_generated", "manhole_dn": "manhole_1760_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386940.277140651131049, 5858460.100081093609333 ], [ 1386989.847997799050063, 5858466.483407464809716 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1172", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 805.4000244140625, "elevtn_dn": 805.4000244140625, "invlev_up": 802.9000244140625, "invlev_dn": 802.9000244140625, "manhole_up": "manhole_1760_generated", "manhole_dn": "manhole_1761_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386989.847997799050063, 5858466.483407464809716 ], [ 1387039.689648573985323, 5858470.45608530472964 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1173", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 805.4000244140625, "elevtn_dn": 804.60003662109375, "invlev_up": 802.9000244140625, "invlev_dn": 802.10003662109375, "manhole_up": "manhole_1761_generated", "manhole_dn": "manhole_1762_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387039.689648573985323, 5858470.45608530472964 ], [ 1387088.843806148739532, 5858479.424946941435337 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1174", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 804.60003662109375, "elevtn_dn": 809.9000244140625, "invlev_up": 802.10003662109375, "invlev_dn": 807.4000244140625, "manhole_up": "manhole_1762_generated", "manhole_dn": "manhole_1763_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387088.843806148739532, 5858479.424946941435337 ], [ 1387137.90604472765699, 5858489.061806742101908 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1175", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 809.9000244140625, "elevtn_dn": 809.9000244140625, "invlev_up": 807.4000244140625, "invlev_dn": 807.4000244140625, "manhole_up": "manhole_1763_generated", "manhole_dn": "manhole_1764_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387137.90604472765699, 5858489.061806742101908 ], [ 1387186.336529975291342, 5858500.87968063633889 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1176", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 809.9000244140625, "elevtn_dn": 822.60003662109375, "invlev_up": 807.4000244140625, "invlev_dn": 820.10003662109375, "manhole_up": "manhole_1764_generated", "manhole_dn": "manhole_1765_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387186.336529975291342, 5858500.87968063633889 ], [ 1387231.661050535272807, 5858521.423059928230941 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1177", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 822.60003662109375, "elevtn_dn": 787.70001220703125, "invlev_up": 820.10003662109375, "invlev_dn": 785.20001220703125, "manhole_up": "manhole_1765_generated", "manhole_dn": "manhole_1766_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387231.661050535272807, 5858521.423059928230941 ], [ 1387268.120024613803253, 5858555.03504909388721 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1178", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 787.70001220703125, "elevtn_dn": 787.70001220703125, "invlev_up": 785.20001220703125, "invlev_dn": 785.20001220703125, "manhole_up": "manhole_1766_generated", "manhole_dn": "manhole_1767_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387268.120024613803253, 5858555.03504909388721 ], [ 1387300.917169471969828, 5858592.775208213366568 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1179", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 787.70001220703125, "elevtn_dn": 797.10003662109375, "invlev_up": 785.20001220703125, "invlev_dn": 794.60003662109375, "manhole_up": "manhole_1767_generated", "manhole_dn": "manhole_1768_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387300.917169471969828, 5858592.775208213366568 ], [ 1387340.521646688459441, 5858622.315198052674532 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1180", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 797.10003662109375, "elevtn_dn": 797.10003662109375, "invlev_up": 794.60003662109375, "invlev_dn": 794.60003662109375, "manhole_up": "manhole_1768_generated", "manhole_dn": "manhole_1769_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387340.521646688459441, 5858622.315198052674532 ], [ 1387387.476920192595571, 5858639.495844470337033 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1181", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 797.10003662109375, "elevtn_dn": 806.10003662109375, "invlev_up": 794.60003662109375, "invlev_dn": 803.60003662109375, "manhole_up": "manhole_1769_generated", "manhole_dn": "manhole_1770_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387387.476920192595571, 5858639.495844470337033 ], [ 1387436.116963447071612, 5858650.82861250359565 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1182", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 806.10003662109375, "elevtn_dn": 806.10003662109375, "invlev_up": 803.60003662109375, "invlev_dn": 803.60003662109375, "manhole_up": "manhole_1770_generated", "manhole_dn": "manhole_1771_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387436.116963447071612, 5858650.82861250359565 ], [ 1387485.194103535497561, 5858660.261457678861916 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1183", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 806.10003662109375, "elevtn_dn": 807.70001220703125, "invlev_up": 803.60003662109375, "invlev_dn": 805.20001220703125, "manhole_up": "manhole_1771_generated", "manhole_dn": "manhole_1772_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387485.194103535497561, 5858660.261457678861916 ], [ 1387533.804190448950976, 5858671.493853995576501 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1184", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 807.70001220703125, "elevtn_dn": 772.20001220703125, "invlev_up": 805.20001220703125, "invlev_dn": 769.70001220703125, "manhole_up": "manhole_1772_generated", "manhole_dn": "manhole_1773_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387533.804190448950976, 5858671.493853995576501 ], [ 1387580.2968336828053, 5858689.619015210308135 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1185", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 772.20001220703125, "elevtn_dn": 778.79998779296875, "invlev_up": 769.70001220703125, "invlev_dn": 776.29998779296875, "manhole_up": "manhole_1773_generated", "manhole_dn": "manhole_1774_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387580.2968336828053, 5858689.619015210308135 ], [ 1387628.455277157016098, 5858703.062848121859133 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1186", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 778.79998779296875, "elevtn_dn": 778.79998779296875, "invlev_up": 776.29998779296875, "invlev_dn": 776.29998779296875, "manhole_up": "manhole_1774_generated", "manhole_dn": "manhole_1775_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387628.455277157016098, 5858703.062848121859133 ], [ 1387677.211432087467983, 5858713.7862489502877 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1187", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 778.79998779296875, "elevtn_dn": 786.70001220703125, "invlev_up": 776.29998779296875, "invlev_dn": 784.20001220703125, "manhole_up": "manhole_1775_generated", "manhole_dn": "manhole_1776_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387677.211432087467983, 5858713.7862489502877 ], [ 1387726.995392211945727, 5858712.747126803733408 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1188", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 786.70001220703125, "elevtn_dn": 786.70001220703125, "invlev_up": 784.20001220703125, "invlev_dn": 784.20001220703125, "manhole_up": "manhole_1776_generated", "manhole_dn": "manhole_1777_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387726.995392211945727, 5858712.747126803733408 ], [ 1387773.343349169706926, 5858725.014477553777397 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1189", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 786.70001220703125, "elevtn_dn": 797.70001220703125, "invlev_up": 784.20001220703125, "invlev_dn": 795.20001220703125, "manhole_up": "manhole_1777_generated", "manhole_dn": "manhole_1778_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387773.343349169706926, 5858725.014477553777397 ], [ 1387806.363672176143155, 5858762.310494473204017 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1190", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 797.70001220703125, "elevtn_dn": 797.70001220703125, "invlev_up": 795.20001220703125, "invlev_dn": 795.20001220703125, "manhole_up": "manhole_1778_generated", "manhole_dn": "manhole_1779_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387806.363672176143155, 5858762.310494473204017 ], [ 1387799.717027904232964, 5858810.149600365199149 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1191", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 797.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 795.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_1779_generated", "manhole_dn": "manhole_1780_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387799.717027904232964, 5858810.149600365199149 ], [ 1387771.971139753237367, 5858850.86109375115484 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1192", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_1780_generated", "manhole_dn": "manhole_1781_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387771.971139753237367, 5858850.86109375115484 ], [ 1387723.07675126590766, 5858854.679317841306329 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1193", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_1781_generated", "manhole_dn": "manhole_1782_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387723.07675126590766, 5858854.679317841306329 ], [ 1387673.274138238513842, 5858850.996178055182099 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1194", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_1782_generated", "manhole_dn": "manhole_1783_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387673.274138238513842, 5858850.996178055182099 ], [ 1387624.170362570788711, 5858858.384703231044114 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1195", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_1783_generated", "manhole_dn": "manhole_1784_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387624.170362570788711, 5858858.384703231044114 ], [ 1387575.715393897145987, 5858857.046076283790171 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1196", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_1784_generated", "manhole_dn": "manhole_1785_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387575.715393897145987, 5858857.046076283790171 ], [ 1387529.438332577701658, 5858838.116818149574101 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1197", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_1785_generated", "manhole_dn": "manhole_1786_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387529.438332577701658, 5858838.116818149574101 ], [ 1387481.179235466290265, 5858825.222027675248682 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1198", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 752.70001220703125, "elevtn_dn": 777.20001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 774.70001220703125, "manhole_up": "manhole_1786_generated", "manhole_dn": "manhole_1787_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387481.179235466290265, 5858825.222027675248682 ], [ 1387432.215501294471323, 5858815.797906777821481 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1199", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 777.20001220703125, "elevtn_dn": 772.79998779296875, "invlev_up": 774.70001220703125, "invlev_dn": 770.29998779296875, "manhole_up": "manhole_1787_generated", "manhole_dn": "manhole_1788_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387432.215501294471323, 5858815.797906777821481 ], [ 1387382.431881646160036, 5858811.154251328669488 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1200", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 772.79998779296875, "elevtn_dn": 747.10003662109375, "invlev_up": 770.29998779296875, "invlev_dn": 744.60003662109375, "manhole_up": "manhole_1788_generated", "manhole_dn": "manhole_1789_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387382.431881646160036, 5858811.154251328669488 ], [ 1387336.607072548242286, 5858824.075685098767281 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1201", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 747.10003662109375, "elevtn_dn": 747.10003662109375, "invlev_up": 744.60003662109375, "invlev_dn": 744.60003662109375, "manhole_up": "manhole_1789_generated", "manhole_dn": "manhole_1790_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387336.607072548242286, 5858824.075685098767281 ], [ 1387327.458137275883928, 5858870.88596049696207 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1202", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 747.10003662109375, "elevtn_dn": 747.10003662109375, "invlev_up": 744.60003662109375, "invlev_dn": 744.60003662109375, "manhole_up": "manhole_1790_generated", "manhole_dn": "manhole_1791_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387327.458137275883928, 5858870.88596049696207 ], [ 1387344.619252334116027, 5858917.848375800997019 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1203", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 747.10003662109375, "elevtn_dn": 773.70001220703125, "invlev_up": 744.60003662109375, "invlev_dn": 771.20001220703125, "manhole_up": "manhole_1791_generated", "manhole_dn": "manhole_1792_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387344.619252334116027, 5858917.848375800997019 ], [ 1387358.089983508689329, 5858965.710649829357862 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1204", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 773.70001220703125, "elevtn_dn": 773.70001220703125, "invlev_up": 771.20001220703125, "invlev_dn": 771.20001220703125, "manhole_up": "manhole_1792_generated", "manhole_dn": "manhole_1793_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387358.089983508689329, 5858965.710649829357862 ], [ 1387329.564612702699378, 5859003.583583393134177 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1205", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 773.70001220703125, "elevtn_dn": 774.29998779296875, "invlev_up": 771.20001220703125, "invlev_dn": 771.79998779296875, "manhole_up": "manhole_1793_generated", "manhole_dn": "manhole_1794_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387329.564612702699378, 5859003.583583393134177 ], [ 1387285.783744251355529, 5858993.703191691078246 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1206", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 774.29998779296875, "elevtn_dn": 774.29998779296875, "invlev_up": 771.79998779296875, "invlev_dn": 771.79998779296875, "manhole_up": "manhole_1794_generated", "manhole_dn": "manhole_1795_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387285.783744251355529, 5858993.703191691078246 ], [ 1387248.355973182013258, 5858961.31797497626394 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1207", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 774.29998779296875, "elevtn_dn": 769.4000244140625, "invlev_up": 771.79998779296875, "invlev_dn": 766.9000244140625, "manhole_up": "manhole_1795_generated", "manhole_dn": "manhole_1796_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387248.355973182013258, 5858961.31797497626394 ], [ 1387199.500433639157563, 5858963.645901591517031 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1208", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 769.4000244140625, "elevtn_dn": 769.4000244140625, "invlev_up": 766.9000244140625, "invlev_dn": 766.9000244140625, "manhole_up": "manhole_1796_generated", "manhole_dn": "manhole_1797_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387199.500433639157563, 5858963.645901591517031 ], [ 1387151.482699199579656, 5858977.583961015567183 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1209", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 769.4000244140625, "elevtn_dn": 762.60003662109375, "invlev_up": 766.9000244140625, "invlev_dn": 760.10003662109375, "manhole_up": "manhole_1797_generated", "manhole_dn": "manhole_1798_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387151.482699199579656, 5858977.583961015567183 ], [ 1387103.632611613254994, 5858992.082134889438748 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1210", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 762.60003662109375, "elevtn_dn": 762.60003662109375, "invlev_up": 760.10003662109375, "invlev_dn": 760.10003662109375, "manhole_up": "manhole_1798_generated", "manhole_dn": "manhole_1799_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387103.632611613254994, 5858992.082134889438748 ], [ 1387055.853339510038495, 5859006.816905959509313 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1211", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 762.60003662109375, "elevtn_dn": 755.79998779296875, "invlev_up": 760.10003662109375, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_1799_generated", "manhole_dn": "manhole_1800_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387055.853339510038495, 5859006.816905959509313 ], [ 1387008.074067406589165, 5859021.551677029579878 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1212", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 755.79998779296875, "elevtn_dn": 755.79998779296875, "invlev_up": 753.29998779296875, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_1800_generated", "manhole_dn": "manhole_1801_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387008.074067406589165, 5859021.551677029579878 ], [ 1386960.294795303372666, 5859036.286448099650443 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1213", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 755.79998779296875, "elevtn_dn": 749.5, "invlev_up": 753.29998779296875, "invlev_dn": 747.0, "manhole_up": "manhole_1801_generated", "manhole_dn": "manhole_1802_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386960.294795303372666, 5859036.286448099650443 ], [ 1386912.515523200156167, 5859051.021219169721007 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1214", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 749.5, "elevtn_dn": 749.5, "invlev_up": 747.0, "invlev_dn": 747.0, "manhole_up": "manhole_1802_generated", "manhole_dn": "manhole_1803_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386912.515523200156167, 5859051.021219169721007 ], [ 1386864.736251096706837, 5859065.755990239791572 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1215", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 749.5, "elevtn_dn": 727.10003662109375, "invlev_up": 747.0, "invlev_dn": 724.60003662109375, "manhole_up": "manhole_1803_generated", "manhole_dn": "manhole_1804_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386864.736251096706837, 5859065.755990239791572 ], [ 1386816.956978993490338, 5859080.490761309862137 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1216", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 727.10003662109375, "elevtn_dn": 752.29998779296875, "invlev_up": 724.60003662109375, "invlev_dn": 749.79998779296875, "manhole_up": "manhole_1804_generated", "manhole_dn": "manhole_1805_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386816.956978993490338, 5859080.490761309862137 ], [ 1386769.832018451532349, 5859096.976014334708452 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1217", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 752.29998779296875, "elevtn_dn": 738.0, "invlev_up": 749.79998779296875, "invlev_dn": 735.5, "manhole_up": "manhole_1805_generated", "manhole_dn": "manhole_1806_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386769.832018451532349, 5859096.976014334708452 ], [ 1386724.102282747160643, 5859117.193917133845389 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1218", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 738.0, "elevtn_dn": 738.0, "invlev_up": 735.5, "invlev_dn": 735.5, "manhole_up": "manhole_1806_generated", "manhole_dn": "manhole_1807_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386724.102282747160643, 5859117.193917133845389 ], [ 1386678.372547042788938, 5859137.411819933913648 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1219", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 738.0, "elevtn_dn": 732.79998779296875, "invlev_up": 735.5, "invlev_dn": 730.29998779296875, "manhole_up": "manhole_1807_generated", "manhole_dn": "manhole_1808_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386678.372547042788938, 5859137.411819933913648 ], [ 1386632.642811338417232, 5859157.629722733050585 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1220", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 732.79998779296875, "elevtn_dn": 732.79998779296875, "invlev_up": 730.29998779296875, "invlev_dn": 730.29998779296875, "manhole_up": "manhole_1808_generated", "manhole_dn": "manhole_1809_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386632.642811338417232, 5859157.629722733050585 ], [ 1386586.913075634045526, 5859177.847625533118844 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1221", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 732.79998779296875, "elevtn_dn": 732.60003662109375, "invlev_up": 730.29998779296875, "invlev_dn": 730.10003662109375, "manhole_up": "manhole_1809_generated", "manhole_dn": "manhole_1810_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386586.913075634045526, 5859177.847625533118844 ], [ 1386541.181931287748739, 5859198.062337793409824 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1222", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 732.60003662109375, "elevtn_dn": 732.60003662109375, "invlev_up": 730.10003662109375, "invlev_dn": 730.10003662109375, "manhole_up": "manhole_1810_generated", "manhole_dn": "manhole_1811_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386541.181931287748739, 5859198.062337793409824 ], [ 1386495.431538854492828, 5859218.233453613705933 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1223", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 732.60003662109375, "elevtn_dn": 742.5, "invlev_up": 730.10003662109375, "invlev_dn": 740.0, "manhole_up": "manhole_1811_generated", "manhole_dn": "manhole_1812_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386495.431538854492828, 5859218.233453613705933 ], [ 1386449.681146421469748, 5859238.404569433070719 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1224", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 742.5, "elevtn_dn": 742.5, "invlev_up": 740.0, "invlev_dn": 740.0, "manhole_up": "manhole_1812_generated", "manhole_dn": "manhole_1813_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386449.681146421469748, 5859238.404569433070719 ], [ 1386404.749107032548636, 5859260.314221715554595 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1225", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 742.5, "elevtn_dn": 717.60003662109375, "invlev_up": 740.0, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_1813_generated", "manhole_dn": "manhole_1814_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386404.749107032548636, 5859260.314221715554595 ], [ 1386360.756595908896998, 5859284.020064728334546 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1226", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 717.60003662109375, "elevtn_dn": 717.60003662109375, "invlev_up": 715.10003662109375, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_1814_generated", "manhole_dn": "manhole_1815_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386360.756595908896998, 5859284.020064728334546 ], [ 1386317.622744857333601, 5859309.307279178872705 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1227", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 717.60003662109375, "elevtn_dn": 711.0, "invlev_up": 715.10003662109375, "invlev_dn": 708.5, "manhole_up": "manhole_1815_generated", "manhole_dn": "manhole_1816_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386317.622744857333601, 5859309.307279178872705 ], [ 1386274.488893805770203, 5859334.594493629410863 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1228", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 711.0, "elevtn_dn": 717.60003662109375, "invlev_up": 708.5, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_1816_generated", "manhole_dn": "manhole_1817_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386274.488893805770203, 5859334.594493629410863 ], [ 1386231.354723542230204, 5859359.881163572892547 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1229", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 717.60003662109375, "elevtn_dn": 739.0, "invlev_up": 715.10003662109375, "invlev_dn": 736.5, "manhole_up": "manhole_1817_generated", "manhole_dn": "manhole_1818_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386231.354723542230204, 5859359.881163572892547 ], [ 1386188.788941488368437, 5859385.978958465158939 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1230", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 739.0, "elevtn_dn": 739.0, "invlev_up": 736.5, "invlev_dn": 736.5, "manhole_up": "manhole_1818_generated", "manhole_dn": "manhole_1819_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386188.788941488368437, 5859385.978958465158939 ], [ 1386153.170269979629666, 5859420.751348914578557 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1231", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 739.0, "elevtn_dn": 739.0, "invlev_up": 736.5, "invlev_dn": 736.5, "manhole_up": "manhole_1819_generated", "manhole_dn": "manhole_1820_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386153.170269979629666, 5859420.751348914578557 ], [ 1386127.241226618411019, 5859463.08446778729558 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1232", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 739.0, "elevtn_dn": 770.60003662109375, "invlev_up": 736.5, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_1820_generated", "manhole_dn": "manhole_1821_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386127.241226618411019, 5859463.08446778729558 ], [ 1386108.996456971857697, 5859509.052053713239729 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1233", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 770.60003662109375, "elevtn_dn": 770.60003662109375, "invlev_up": 768.10003662109375, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_1821_generated", "manhole_dn": "manhole_1822_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386108.996456971857697, 5859509.052053713239729 ], [ 1386105.954033384332433, 5859558.959127158857882 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1234", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 770.60003662109375, "elevtn_dn": 770.60003662109375, "invlev_up": 768.10003662109375, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_1822_generated", "manhole_dn": "manhole_1823_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386105.954033384332433, 5859558.959127158857882 ], [ 1386101.917093347059563, 5859608.782215913757682 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1235", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 770.60003662109375, "elevtn_dn": 779.79998779296875, "invlev_up": 768.10003662109375, "invlev_dn": 777.29998779296875, "manhole_up": "manhole_1823_generated", "manhole_dn": "manhole_1824_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386101.917093347059563, 5859608.782215913757682 ], [ 1386088.458339030388743, 5859656.652665913105011 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1236", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 779.79998779296875, "elevtn_dn": 779.79998779296875, "invlev_up": 777.29998779296875, "invlev_dn": 777.29998779296875, "manhole_up": "manhole_1824_generated", "manhole_dn": "manhole_1825_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386088.458339030388743, 5859656.652665913105011 ], [ 1386075.652030121767893, 5859704.419184413738549 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1237", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 779.79998779296875, "elevtn_dn": 779.79998779296875, "invlev_up": 777.29998779296875, "invlev_dn": 777.29998779296875, "manhole_up": "manhole_1825_generated", "manhole_dn": "manhole_1826_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386075.652030121767893, 5859704.419184413738549 ], [ 1386076.574770522769541, 5859754.410392354242504 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1238", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 779.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 777.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_1826_generated", "manhole_dn": "manhole_1827_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386076.574770522769541, 5859754.410392354242504 ], [ 1386077.497510923538357, 5859804.401600294746459 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_9_E1239", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_1827_generated", "manhole_dn": "manhole_1828_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386077.497510923538357, 5859804.401600294746459 ], [ 1386078.420251324307173, 5859854.392808235250413 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1829_generated", "manhole_dn": "manhole_1830_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1377952.944564737612382, 5850557.126528763212264 ], [ 1377964.043830474372953, 5850605.678959681652486 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1830_generated", "manhole_dn": "manhole_1831_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1377964.043830474372953, 5850605.678959681652486 ], [ 1377977.740502079250291, 5850653.599230658262968 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1831_generated", "manhole_dn": "manhole_1832_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1377977.740502079250291, 5850653.599230658262968 ], [ 1377991.437173684127629, 5850701.51950163487345 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1832_generated", "manhole_dn": "manhole_1833_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1377991.437173684127629, 5850701.51950163487345 ], [ 1378005.133845289004967, 5850749.439772610552609 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1833_generated", "manhole_dn": "manhole_1834_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378005.133845289004967, 5850749.439772610552609 ], [ 1378016.561755846487358, 5850797.770352989435196 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1834_generated", "manhole_dn": "manhole_1835_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378016.561755846487358, 5850797.770352989435196 ], [ 1378019.263792601646855, 5850847.442325137555599 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1835_generated", "manhole_dn": "manhole_1836_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378019.263792601646855, 5850847.442325137555599 ], [ 1378014.507027470739558, 5850897.054061340168118 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1836_generated", "manhole_dn": "manhole_1837_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378014.507027470739558, 5850897.054061340168118 ], [ 1378009.750262339599431, 5850946.665797541849315 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1837_generated", "manhole_dn": "manhole_1838_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378009.750262339599431, 5850946.665797541849315 ], [ 1378004.993497208459303, 5850996.277533744461834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1838_generated", "manhole_dn": "manhole_1839_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378004.993497208459303, 5850996.277533744461834 ], [ 1378006.147392612416297, 5851045.887729778885841 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1839_generated", "manhole_dn": "manhole_1840_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378006.147392612416297, 5851045.887729778885841 ], [ 1378018.94477281998843, 5851093.794127890840173 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1840_generated", "manhole_dn": "manhole_1841_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378018.94477281998843, 5851093.794127890840173 ], [ 1378034.742186552844942, 5851141.063493264839053 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1841_generated", "manhole_dn": "manhole_1842_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378034.742186552844942, 5851141.063493264839053 ], [ 1378050.539600285934284, 5851188.332858638837934 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1842_generated", "manhole_dn": "manhole_1843_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378050.539600285934284, 5851188.332858638837934 ], [ 1378066.337014018790796, 5851235.602224012836814 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1843_generated", "manhole_dn": "manhole_1844_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378066.337014018790796, 5851235.602224012836814 ], [ 1378082.134427751880139, 5851282.871589386835694 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1844_generated", "manhole_dn": "manhole_1845_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378082.134427751880139, 5851282.871589386835694 ], [ 1378102.440997955854982, 5851328.029494291171432 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1845_generated", "manhole_dn": "manhole_1846_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378102.440997955854982, 5851328.029494291171432 ], [ 1378131.532907850109041, 5851368.423204844817519 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1846_generated", "manhole_dn": "manhole_1847_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378131.532907850109041, 5851368.423204844817519 ], [ 1378163.551308706635609, 5851406.55352362524718 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1847_generated", "manhole_dn": "manhole_1848_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378163.551308706635609, 5851406.55352362524718 ], [ 1378197.397602178622037, 5851443.137394411489367 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1848_generated", "manhole_dn": "manhole_1849_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378197.397602178622037, 5851443.137394411489367 ], [ 1378231.243895650608465, 5851479.721265197731555 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1849_generated", "manhole_dn": "manhole_1850_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378231.243895650608465, 5851479.721265197731555 ], [ 1378272.575153382262215, 5851506.664149354211986 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1850_generated", "manhole_dn": "manhole_1851_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378272.575153382262215, 5851506.664149354211986 ], [ 1378314.552144457120448, 5851533.53185754828155 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1851_generated", "manhole_dn": "manhole_1852_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378314.552144457120448, 5851533.53185754828155 ], [ 1378356.252464510733262, 5851560.772229176945984 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1852_generated", "manhole_dn": "manhole_1853_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378356.252464510733262, 5851560.772229176945984 ], [ 1378395.019378199940547, 5851592.094387252815068 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1853_generated", "manhole_dn": "manhole_1854_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378395.019378199940547, 5851592.094387252815068 ], [ 1378432.373639041557908, 5851625.02035546861589 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1854_generated", "manhole_dn": "manhole_1855_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378432.373639041557908, 5851625.02035546861589 ], [ 1378468.338944068411365, 5851659.523225173354149 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1855_generated", "manhole_dn": "manhole_1856_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378468.338944068411365, 5851659.523225173354149 ], [ 1378504.304185661952943, 5851694.026160999201238 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1856_generated", "manhole_dn": "manhole_1857_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378504.304185661952943, 5851694.026160999201238 ], [ 1378540.26942725549452, 5851728.529096825048327 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1857_generated", "manhole_dn": "manhole_1858_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378540.26942725549452, 5851728.529096825048327 ], [ 1378573.92365134996362, 5851765.108295018784702 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1858_generated", "manhole_dn": "manhole_1859_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378573.92365134996362, 5851765.108295018784702 ], [ 1378602.262062362860888, 5851806.079546609893441 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1859_generated", "manhole_dn": "manhole_1860_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378602.262062362860888, 5851806.079546609893441 ], [ 1378625.31574107054621, 5851850.237307264469564 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1860_generated", "manhole_dn": "manhole_1861_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378625.31574107054621, 5851850.237307264469564 ], [ 1378644.704159873072058, 5851896.150708355940878 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1861_generated", "manhole_dn": "manhole_1862_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378644.704159873072058, 5851896.150708355940878 ], [ 1378660.073576119961217, 5851943.498803240247071 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1862_generated", "manhole_dn": "manhole_1863_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378660.073576119961217, 5851943.498803240247071 ], [ 1378671.304306285688654, 5851992.053614158183336 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1863_generated", "manhole_dn": "manhole_1864_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378671.304306285688654, 5851992.053614158183336 ], [ 1378687.684864958748221, 5852038.796496567316353 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1864_generated", "manhole_dn": "manhole_1865_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378687.684864958748221, 5852038.796496567316353 ], [ 1378719.825081237126142, 5852075.674008725211024 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1865_generated", "manhole_dn": "manhole_1866_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378719.825081237126142, 5852075.674008725211024 ], [ 1378760.263340512290597, 5852104.704576894640923 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1866_generated", "manhole_dn": "manhole_1867_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378760.263340512290597, 5852104.704576894640923 ], [ 1378800.847746820189059, 5852133.562643250450492 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1867_generated", "manhole_dn": "manhole_1868_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378800.847746820189059, 5852133.562643250450492 ], [ 1378835.579300079029053, 5852168.352977212518454 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1868_generated", "manhole_dn": "manhole_1869_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378835.579300079029053, 5852168.352977212518454 ], [ 1378849.89005116885528, 5852215.595464787445962 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1869_generated", "manhole_dn": "manhole_1870_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378849.89005116885528, 5852215.595464787445962 ], [ 1378853.757521151099354, 5852265.247667628340423 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1870_generated", "manhole_dn": "manhole_1871_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378853.757521151099354, 5852265.247667628340423 ], [ 1378853.300221656216308, 5852315.065205958671868 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E42", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1871_generated", "manhole_dn": "manhole_1872_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378853.300221656216308, 5852315.065205958671868 ], [ 1378850.082632156088948, 5852364.763009908609092 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E43", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1872_generated", "manhole_dn": "manhole_1873_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378850.082632156088948, 5852364.763009908609092 ], [ 1378840.191055496688932, 5852413.573033029213548 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E44", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1873_generated", "manhole_dn": "manhole_1874_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378840.191055496688932, 5852413.573033029213548 ], [ 1378830.554298542905599, 5852462.382283815182745 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E45", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1874_generated", "manhole_dn": "manhole_1875_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378830.554298542905599, 5852462.382283815182745 ], [ 1378841.629253160208464, 5852510.233572633005679 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E46", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1875_generated", "manhole_dn": "manhole_1876_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378841.629253160208464, 5852510.233572633005679 ], [ 1378872.321019289083779, 5852548.631788042373955 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1876_generated", "manhole_dn": "manhole_1877_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378872.321019289083779, 5852548.631788042373955 ], [ 1378918.147774381795898, 5852564.875441969372332 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E48", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1877_generated", "manhole_dn": "manhole_1878_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378918.147774381795898, 5852564.875441969372332 ], [ 1378963.562774156918749, 5852546.307623682543635 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E49", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1878_generated", "manhole_dn": "manhole_1879_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378963.562774156918749, 5852546.307623682543635 ], [ 1378994.71530888741836, 5852508.380677872337401 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E50", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1879_generated", "manhole_dn": "manhole_1880_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1378994.71530888741836, 5852508.380677872337401 ], [ 1379023.220259942347184, 5852467.718391605652869 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E51", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1880_generated", "manhole_dn": "manhole_1881_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379023.220259942347184, 5852467.718391605652869 ], [ 1379065.818878581281751, 5852442.368790589272976 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E52", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1881_generated", "manhole_dn": "manhole_1882_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379065.818878581281751, 5852442.368790589272976 ], [ 1379113.845729396445677, 5852430.139127274043858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E53", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1882_generated", "manhole_dn": "manhole_1883_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379113.845729396445677, 5852430.139127274043858 ], [ 1379162.858522134367377, 5852421.106879869475961 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E54", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1883_generated", "manhole_dn": "manhole_1884_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379162.858522134367377, 5852421.106879869475961 ], [ 1379211.69163922755979, 5852411.14305236749351 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E55", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1884_generated", "manhole_dn": "manhole_1885_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379211.69163922755979, 5852411.14305236749351 ], [ 1379260.669020747998729, 5852402.403280553407967 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E56", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1885_generated", "manhole_dn": "manhole_1886_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379260.669020747998729, 5852402.403280553407967 ], [ 1379309.984068880323321, 5852407.964699456468225 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E57", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1886_generated", "manhole_dn": "manhole_1887_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379309.984068880323321, 5852407.964699456468225 ], [ 1379358.330232231877744, 5852420.07253463473171 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E58", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1887_generated", "manhole_dn": "manhole_1888_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379358.330232231877744, 5852420.07253463473171 ], [ 1379406.362182840937749, 5852433.329870991408825 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E59", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1888_generated", "manhole_dn": "manhole_1889_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379406.362182840937749, 5852433.329870991408825 ], [ 1379454.145004467805848, 5852447.49860914517194 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E60", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1889_generated", "manhole_dn": "manhole_1890_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379454.145004467805848, 5852447.49860914517194 ], [ 1379501.927826094906777, 5852461.667347298935056 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E61", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1890_generated", "manhole_dn": "manhole_1891_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379501.927826094906777, 5852461.667347298935056 ], [ 1379549.710647721774876, 5852475.836085452698171 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E62", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1891_generated", "manhole_dn": "manhole_1892_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379549.710647721774876, 5852475.836085452698171 ], [ 1379597.493469348875806, 5852490.004823606461287 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E63", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1892_generated", "manhole_dn": "manhole_1893_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379597.493469348875806, 5852490.004823606461287 ], [ 1379645.276290975976735, 5852504.173561760224402 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E64", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1893_generated", "manhole_dn": "manhole_1894_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379645.276290975976735, 5852504.173561760224402 ], [ 1379693.235354875680059, 5852517.70344483666122 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E65", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1894_generated", "manhole_dn": "manhole_1895_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379693.235354875680059, 5852517.70344483666122 ], [ 1379741.521889445837587, 5852530.046934129670262 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E66", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1895_generated", "manhole_dn": "manhole_1896_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379741.521889445837587, 5852530.046934129670262 ], [ 1379789.219813820207492, 5852544.491724670864642 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E67", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1896_generated", "manhole_dn": "manhole_1897_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379789.219813820207492, 5852544.491724670864642 ], [ 1379832.222819915506989, 5852568.71863907109946 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E68", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1897_generated", "manhole_dn": "manhole_1898_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379832.222819915506989, 5852568.71863907109946 ], [ 1379867.821954125305638, 5852602.126595147885382 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E69", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1898_generated", "manhole_dn": "manhole_1899_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379867.821954125305638, 5852602.126595147885382 ], [ 1379892.520935711916536, 5852645.360784619115293 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E70", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1899_generated", "manhole_dn": "manhole_1900_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379892.520935711916536, 5852645.360784619115293 ], [ 1379914.218723637983203, 5852690.229004804976285 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E71", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1900_generated", "manhole_dn": "manhole_1901_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379914.218723637983203, 5852690.229004804976285 ], [ 1379935.91651156404987, 5852735.097224990837276 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E72", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1901_generated", "manhole_dn": "manhole_1902_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379935.91651156404987, 5852735.097224990837276 ], [ 1379957.614299490116537, 5852779.965445175766945 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E73", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1902_generated", "manhole_dn": "manhole_1903_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379957.614299490116537, 5852779.965445175766945 ], [ 1379975.831717354245484, 5852826.346569029614329 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E74", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1903_generated", "manhole_dn": "manhole_1904_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1379975.831717354245484, 5852826.346569029614329 ], [ 1380005.293365556048229, 5852865.804161362349987 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E75", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1904_generated", "manhole_dn": "manhole_1905_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380005.293365556048229, 5852865.804161362349987 ], [ 1380044.241542047122493, 5852896.825273714028299 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E76", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1905_generated", "manhole_dn": "manhole_1906_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380044.241542047122493, 5852896.825273714028299 ], [ 1380085.427288028411567, 5852924.599595476873219 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E77", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1906_generated", "manhole_dn": "manhole_1907_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380085.427288028411567, 5852924.599595476873219 ], [ 1380108.752208612859249, 5852968.554973240941763 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E78", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1907_generated", "manhole_dn": "manhole_1908_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380108.752208612859249, 5852968.554973240941763 ], [ 1380128.741546919802204, 5853013.873362219892442 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E79", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1908_generated", "manhole_dn": "manhole_1909_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380128.741546919802204, 5853013.873362219892442 ], [ 1380133.128153018886223, 5853062.523951176553965 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E80", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1909_generated", "manhole_dn": "manhole_1910_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380133.128153018886223, 5853062.523951176553965 ], [ 1380112.447078562807292, 5853107.741778953000903 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E81", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1910_generated", "manhole_dn": "manhole_1911_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380112.447078562807292, 5853107.741778953000903 ], [ 1380115.368989558890462, 5853155.942174950614572 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E82", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1911_generated", "manhole_dn": "manhole_1912_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380115.368989558890462, 5853155.942174950614572 ], [ 1380152.590523180318996, 5853188.530831377953291 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E83", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1912_generated", "manhole_dn": "manhole_1913_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380152.590523180318996, 5853188.530831377953291 ], [ 1380195.891570422798395, 5853213.192394638434052 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E84", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1913_generated", "manhole_dn": "manhole_1914_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380195.891570422798395, 5853213.192394638434052 ], [ 1380243.613572887843475, 5853221.407530505210161 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E85", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1914_generated", "manhole_dn": "manhole_1915_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380243.613572887843475, 5853221.407530505210161 ], [ 1380293.331348949111998, 5853217.929898114874959 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E86", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1915_generated", "manhole_dn": "manhole_1916_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380293.331348949111998, 5853217.929898114874959 ], [ 1380342.81551143550314, 5853220.016691347584128 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E87", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1916_generated", "manhole_dn": "manhole_1917_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380342.81551143550314, 5853220.016691347584128 ], [ 1380391.144631091272458, 5853232.192379286512733 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E88", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1917_generated", "manhole_dn": "manhole_1918_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380391.144631091272458, 5853232.192379286512733 ], [ 1380440.773956023622304, 5853232.69171048887074 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E89", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1918_generated", "manhole_dn": "manhole_1919_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380440.773956023622304, 5853232.69171048887074 ], [ 1380490.203862861031666, 5853227.499292160384357 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E90", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1919_generated", "manhole_dn": "manhole_1920_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380490.203862861031666, 5853227.499292160384357 ], [ 1380539.291443617315963, 5853218.87603297457099 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E91", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1920_generated", "manhole_dn": "manhole_1921_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380539.291443617315963, 5853218.87603297457099 ], [ 1380588.587735437089577, 5853219.583832117728889 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E92", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1921_generated", "manhole_dn": "manhole_1922_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380588.587735437089577, 5853219.583832117728889 ], [ 1380637.607763073639944, 5853227.899971066042781 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E93", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1922_generated", "manhole_dn": "manhole_1923_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380637.607763073639944, 5853227.899971066042781 ], [ 1380683.775758894858882, 5853245.695878230035305 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E94", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1923_generated", "manhole_dn": "manhole_1924_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380683.775758894858882, 5853245.695878230035305 ], [ 1380721.67794436099939, 5853277.387949585914612 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E95", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1924_generated", "manhole_dn": "manhole_1925_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380721.67794436099939, 5853277.387949585914612 ], [ 1380754.05598629382439, 5853315.232859129086137 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E96", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1925_generated", "manhole_dn": "manhole_1926_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380754.05598629382439, 5853315.232859129086137 ], [ 1380776.607954530743882, 5853359.677880359813571 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E97", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1926_generated", "manhole_dn": "manhole_1927_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380776.607954530743882, 5853359.677880359813571 ], [ 1380799.159922767896205, 5853404.122901589609683 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E98", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1927_generated", "manhole_dn": "manhole_1928_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380799.159922767896205, 5853404.122901589609683 ], [ 1380821.77137135178782, 5853448.533642511814833 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E99", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1928_generated", "manhole_dn": "manhole_1929_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380821.77137135178782, 5853448.533642511814833 ], [ 1380848.921945081558079, 5853490.328349469229579 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E100", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1929_generated", "manhole_dn": "manhole_1930_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380848.921945081558079, 5853490.328349469229579 ], [ 1380885.680786442710087, 5853523.63127940800041 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E101", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1930_generated", "manhole_dn": "manhole_1931_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380885.680786442710087, 5853523.63127940800041 ], [ 1380928.410954873776063, 5853549.28442520648241 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E102", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1931_generated", "manhole_dn": "manhole_1932_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380928.410954873776063, 5853549.28442520648241 ], [ 1380969.254860487533733, 5853577.730779066681862 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E103", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1932_generated", "manhole_dn": "manhole_1933_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1380969.254860487533733, 5853577.730779066681862 ], [ 1381008.227875939337537, 5853608.755771255120635 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E104", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1933_generated", "manhole_dn": "manhole_1934_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381008.227875939337537, 5853608.755771255120635 ], [ 1381045.894548904383555, 5853641.391638914123178 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E105", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1934_generated", "manhole_dn": "manhole_1935_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381045.894548904383555, 5853641.391638914123178 ], [ 1381082.881982716033235, 5853674.796442813239992 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E106", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1935_generated", "manhole_dn": "manhole_1936_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381082.881982716033235, 5853674.796442813239992 ], [ 1381117.274644620949402, 5853710.70254622772336 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E107", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1936_generated", "manhole_dn": "manhole_1937_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381117.274644620949402, 5853710.70254622772336 ], [ 1381148.415914577664807, 5853749.590756456367671 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E108", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1937_generated", "manhole_dn": "manhole_1938_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381148.415914577664807, 5853749.590756456367671 ], [ 1381178.251517455093563, 5853789.513030746020377 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E109", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1938_generated", "manhole_dn": "manhole_1939_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381178.251517455093563, 5853789.513030746020377 ], [ 1381208.087120332289487, 5853829.435305035673082 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E110", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1939_generated", "manhole_dn": "manhole_1940_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381208.087120332289487, 5853829.435305035673082 ], [ 1381238.24148036702536, 5853869.114187993109226 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E111", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1940_generated", "manhole_dn": "manhole_1941_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381238.24148036702536, 5853869.114187993109226 ], [ 1381268.895247255917639, 5853908.411742103286088 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E112", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1941_generated", "manhole_dn": "manhole_1942_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381268.895247255917639, 5853908.411742103286088 ], [ 1381302.998325266875327, 5853944.541349184699357 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E113", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1942_generated", "manhole_dn": "manhole_1943_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381302.998325266875327, 5853944.541349184699357 ], [ 1381340.626719281775877, 5853977.186633242294192 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E114", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1943_generated", "manhole_dn": "manhole_1944_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381340.626719281775877, 5853977.186633242294192 ], [ 1381379.194799809250981, 5854008.753298379480839 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E115", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1944_generated", "manhole_dn": "manhole_1945_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381379.194799809250981, 5854008.753298379480839 ], [ 1381417.762880336726084, 5854040.319963517598808 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E116", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1945_generated", "manhole_dn": "manhole_1946_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381417.762880336726084, 5854040.319963517598808 ], [ 1381456.19393882364966, 5854072.051781279966235 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E117", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1946_generated", "manhole_dn": "manhole_1947_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381456.19393882364966, 5854072.051781279966235 ], [ 1381494.337362022371963, 5854104.130285767838359 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E118", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1947_generated", "manhole_dn": "manhole_1948_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381494.337362022371963, 5854104.130285767838359 ], [ 1381532.480785221094266, 5854136.208790255710483 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E119", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1948_generated", "manhole_dn": "manhole_1949_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381532.480785221094266, 5854136.208790255710483 ], [ 1381573.306699372595176, 5854164.766659919172525 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E120", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1949_generated", "manhole_dn": "manhole_1950_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381573.306699372595176, 5854164.766659919172525 ], [ 1381615.465750718954951, 5854190.843552878126502 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E121", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1950_generated", "manhole_dn": "manhole_1951_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381615.465750718954951, 5854190.843552878126502 ], [ 1381664.885219750460237, 5854196.345880092121661 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E122", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1951_generated", "manhole_dn": "manhole_1952_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381664.885219750460237, 5854196.345880092121661 ], [ 1381714.31777358520776, 5854201.574987590312958 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E123", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1952_generated", "manhole_dn": "manhole_1953_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381714.31777358520776, 5854201.574987590312958 ], [ 1381760.115590761648491, 5854221.118394804187119 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E124", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1953_generated", "manhole_dn": "manhole_1954_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381760.115590761648491, 5854221.118394804187119 ], [ 1381805.318368759704754, 5854242.11029907129705 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E125", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1954_generated", "manhole_dn": "manhole_1955_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381805.318368759704754, 5854242.11029907129705 ], [ 1381850.521146757761016, 5854263.10220333840698 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E126", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1955_generated", "manhole_dn": "manhole_1956_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381850.521146757761016, 5854263.10220333840698 ], [ 1381893.852783947950229, 5854287.59257554076612 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E127", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1956_generated", "manhole_dn": "manhole_1957_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381893.852783947950229, 5854287.59257554076612 ], [ 1381937.353083801921457, 5854311.771843558177352 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E128", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1957_generated", "manhole_dn": "manhole_1958_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381937.353083801921457, 5854311.771843558177352 ], [ 1381982.513813443947583, 5854332.854056006297469 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E129", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1958_generated", "manhole_dn": "manhole_1959_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1381982.513813443947583, 5854332.854056006297469 ], [ 1382024.967402362963185, 5854358.544895834289491 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E130", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1959_generated", "manhole_dn": "manhole_1960_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382024.967402362963185, 5854358.544895834289491 ], [ 1382060.114375894190744, 5854393.345819008536637 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E131", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1960_generated", "manhole_dn": "manhole_1961_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382060.114375894190744, 5854393.345819008536637 ], [ 1382089.728327022632584, 5854433.432787989266217 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E132", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1961_generated", "manhole_dn": "manhole_1962_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382089.728327022632584, 5854433.432787989266217 ], [ 1382122.402648465707898, 5854471.042653541080654 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E133", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1962_generated", "manhole_dn": "manhole_1963_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382122.402648465707898, 5854471.042653541080654 ], [ 1382155.439528673654422, 5854508.359080616384745 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E134", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1963_generated", "manhole_dn": "manhole_1964_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382155.439528673654422, 5854508.359080616384745 ], [ 1382193.393293898319826, 5854540.548528022132814 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E135", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1964_generated", "manhole_dn": "manhole_1965_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382193.393293898319826, 5854540.548528022132814 ], [ 1382237.046636182814837, 5854563.539408729411662 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E136", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1965_generated", "manhole_dn": "manhole_1966_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382237.046636182814837, 5854563.539408729411662 ], [ 1382283.275374909862876, 5854582.163449623622 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E137", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1966_generated", "manhole_dn": "manhole_1967_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382283.275374909862876, 5854582.163449623622 ], [ 1382324.660211034817621, 5854609.853001391515136 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E138", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1967_generated", "manhole_dn": "manhole_1968_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382324.660211034817621, 5854609.853001391515136 ], [ 1382366.364928541472182, 5854637.058875447139144 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E139", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1968_generated", "manhole_dn": "manhole_1969_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382366.364928541472182, 5854637.058875447139144 ], [ 1382410.356622068211436, 5854660.482839333824813 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E140", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1969_generated", "manhole_dn": "manhole_1970_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382410.356622068211436, 5854660.482839333824813 ], [ 1382452.568788081407547, 5854686.820534551516175 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E141", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1970_generated", "manhole_dn": "manhole_1971_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382452.568788081407547, 5854686.820534551516175 ], [ 1382487.610402625752613, 5854721.469865364022553 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E142", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1971_generated", "manhole_dn": "manhole_1972_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382487.610402625752613, 5854721.469865364022553 ], [ 1382518.192551798420027, 5854760.823179525323212 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E143", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1972_generated", "manhole_dn": "manhole_1973_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382518.192551798420027, 5854760.823179525323212 ], [ 1382548.933843903942034, 5854800.052071786485612 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E144", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1973_generated", "manhole_dn": "manhole_1974_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382548.933843903942034, 5854800.052071786485612 ], [ 1382580.398865518392995, 5854838.696309380233288 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E145", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1974_generated", "manhole_dn": "manhole_1975_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382580.398865518392995, 5854838.696309380233288 ], [ 1382612.348001681966707, 5854876.948157465085387 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E146", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1975_generated", "manhole_dn": "manhole_1976_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382612.348001681966707, 5854876.948157465085387 ], [ 1382648.047503337264061, 5854911.260034188628197 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E147", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1976_generated", "manhole_dn": "manhole_1977_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382648.047503337264061, 5854911.260034188628197 ], [ 1382688.805452986387536, 5854939.871392421424389 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E148", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1977_generated", "manhole_dn": "manhole_1978_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382688.805452986387536, 5854939.871392421424389 ], [ 1382730.39493562025018, 5854967.289952215738595 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E149", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1978_generated", "manhole_dn": "manhole_1979_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382730.39493562025018, 5854967.289952215738595 ], [ 1382770.503957324195653, 5854996.874028362333775 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E150", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1979_generated", "manhole_dn": "manhole_1980_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382770.503957324195653, 5854996.874028362333775 ], [ 1382807.222716302843764, 5855030.511386408470571 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E151", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1980_generated", "manhole_dn": "manhole_1981_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382807.222716302843764, 5855030.511386408470571 ], [ 1382841.118114476790652, 5855066.765865662135184 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E152", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1981_generated", "manhole_dn": "manhole_1982_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382841.118114476790652, 5855066.765865662135184 ], [ 1382868.159781267633662, 5855108.571573941968381 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E153", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1982_generated", "manhole_dn": "manhole_1983_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382868.159781267633662, 5855108.571573941968381 ], [ 1382893.190355742815882, 5855151.669387400150299 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E154", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1983_generated", "manhole_dn": "manhole_1984_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382893.190355742815882, 5855151.669387400150299 ], [ 1382922.434858839493245, 5855191.66589985974133 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E155", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1984_generated", "manhole_dn": "manhole_1985_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382922.434858839493245, 5855191.66589985974133 ], [ 1382957.11378154810518, 5855227.355966400355101 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E156", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1985_generated", "manhole_dn": "manhole_1986_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382957.11378154810518, 5855227.355966400355101 ], [ 1382995.477073384216055, 5855259.171198962256312 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E157", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1986_generated", "manhole_dn": "manhole_1987_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1382995.477073384216055, 5855259.171198962256312 ], [ 1383033.840365220559761, 5855290.986431525088847 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E158", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1987_generated", "manhole_dn": "manhole_1988_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383033.840365220559761, 5855290.986431525088847 ], [ 1383072.203657056903467, 5855322.801664086990058 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E159", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1988_generated", "manhole_dn": "manhole_1989_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383072.203657056903467, 5855322.801664086990058 ], [ 1383111.318843833170831, 5855353.676449809223413 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E160", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1989_generated", "manhole_dn": "manhole_1990_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383111.318843833170831, 5855353.676449809223413 ], [ 1383150.797562442487106, 5855384.096541203558445 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E161", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1990_generated", "manhole_dn": "manhole_1991_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383150.797562442487106, 5855384.096541203558445 ], [ 1383188.758420287165791, 5855416.205501398071647 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E162", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1991_generated", "manhole_dn": "manhole_1992_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383188.758420287165791, 5855416.205501398071647 ], [ 1383223.204672213643789, 5855452.225036538206041 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E163", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1992_generated", "manhole_dn": "manhole_1993_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383223.204672213643789, 5855452.225036538206041 ], [ 1383257.650924140354618, 5855488.244571678340435 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E164", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1993_generated", "manhole_dn": "manhole_1994_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383257.650924140354618, 5855488.244571678340435 ], [ 1383293.053936049342155, 5855523.22690556012094 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E165", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1994_generated", "manhole_dn": "manhole_1995_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383293.053936049342155, 5855523.22690556012094 ], [ 1383331.731193384854123, 5855554.659706080332398 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E166", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1995_generated", "manhole_dn": "manhole_1996_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383331.731193384854123, 5855554.659706080332398 ], [ 1383370.40845072013326, 5855586.092506600543857 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E167", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1996_generated", "manhole_dn": "manhole_1997_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383370.40845072013326, 5855586.092506600543857 ], [ 1383409.085708055412397, 5855617.525307119823992 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E168", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1997_generated", "manhole_dn": "manhole_1998_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383409.085708055412397, 5855617.525307119823992 ], [ 1383447.762965390924364, 5855648.95810764003545 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E169", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1998_generated", "manhole_dn": "manhole_1999_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383447.762965390924364, 5855648.95810764003545 ], [ 1383486.440222726203501, 5855680.390908160246909 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E170", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_1999_generated", "manhole_dn": "manhole_2000_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383486.440222726203501, 5855680.390908160246909 ], [ 1383524.623527131741866, 5855712.419991523958743 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E171", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2000_generated", "manhole_dn": "manhole_2001_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383524.623527131741866, 5855712.419991523958743 ], [ 1383562.704450064338744, 5855744.5726662511006 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E172", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2001_generated", "manhole_dn": "manhole_2002_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383562.704450064338744, 5855744.5726662511006 ], [ 1383597.212258686078712, 5855780.247392114251852 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E173", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2002_generated", "manhole_dn": "manhole_2003_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383597.212258686078712, 5855780.247392114251852 ], [ 1383628.813502295408398, 5855818.787145432084799 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E174", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2003_generated", "manhole_dn": "manhole_2004_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383628.813502295408398, 5855818.787145432084799 ], [ 1383658.46281982306391, 5855858.840411264449358 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E175", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2004_generated", "manhole_dn": "manhole_2005_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383658.46281982306391, 5855858.840411264449358 ], [ 1383687.91855206945911, 5855899.043782034888864 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E176", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2005_generated", "manhole_dn": "manhole_2006_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383687.91855206945911, 5855899.043782034888864 ], [ 1383719.843952552881092, 5855937.195059901103377 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E177", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2006_generated", "manhole_dn": "manhole_2007_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383719.843952552881092, 5855937.195059901103377 ], [ 1383753.973052974091843, 5855973.515242828987539 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E178", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2007_generated", "manhole_dn": "manhole_2008_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383753.973052974091843, 5855973.515242828987539 ], [ 1383784.708565083099529, 5856012.105648820288479 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E179", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2008_generated", "manhole_dn": "manhole_2009_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383784.708565083099529, 5856012.105648820288479 ], [ 1383805.253341133706272, 5856057.513394420966506 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E180", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2009_generated", "manhole_dn": "manhole_2010_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383805.253341133706272, 5856057.513394420966506 ], [ 1383809.284695546375588, 5856106.606499013490975 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E181", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2010_generated", "manhole_dn": "manhole_2011_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383809.284695546375588, 5856106.606499013490975 ], [ 1383808.308143971255049, 5856156.357713580131531 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E182", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2011_generated", "manhole_dn": "manhole_2012_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383808.308143971255049, 5856156.357713580131531 ], [ 1383802.173665165435523, 5856205.787551111541688 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E183", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2012_generated", "manhole_dn": "manhole_2013_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383802.173665165435523, 5856205.787551111541688 ], [ 1383790.607962663983926, 5856254.266265091486275 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E184", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2013_generated", "manhole_dn": "manhole_2014_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383790.607962663983926, 5856254.266265091486275 ], [ 1383781.605232208268717, 5856303.269710380584002 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E185", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2014_generated", "manhole_dn": "manhole_2015_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383781.605232208268717, 5856303.269710380584002 ], [ 1383778.118177526863292, 5856352.705245334655046 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E186", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2015_generated", "manhole_dn": "manhole_2016_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383778.118177526863292, 5856352.705245334655046 ], [ 1383792.028723931871355, 5856399.61157207749784 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E187", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2016_generated", "manhole_dn": "manhole_2017_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383792.028723931871355, 5856399.61157207749784 ], [ 1383823.301143363583833, 5856438.156546954065561 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E188", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2017_generated", "manhole_dn": "manhole_2018_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383823.301143363583833, 5856438.156546954065561 ], [ 1383860.742514413781464, 5856470.925371662713587 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E189", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2018_generated", "manhole_dn": "manhole_2019_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383860.742514413781464, 5856470.925371662713587 ], [ 1383899.226264014607295, 5856502.593543898314238 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E190", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2019_generated", "manhole_dn": "manhole_2020_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383899.226264014607295, 5856502.593543898314238 ], [ 1383937.576726963976398, 5856534.331571230664849 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E191", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2020_generated", "manhole_dn": "manhole_2021_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383937.576726963976398, 5856534.331571230664849 ], [ 1383965.27416465501301, 5856575.765894307754934 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E192", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2021_generated", "manhole_dn": "manhole_2022_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383965.27416465501301, 5856575.765894307754934 ], [ 1383992.971602346049622, 5856617.200217384845018 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E193", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2022_generated", "manhole_dn": "manhole_2023_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1383992.971602346049622, 5856617.200217384845018 ], [ 1384020.669040037319064, 5856658.634540461935103 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E194", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2023_generated", "manhole_dn": "manhole_2024_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384020.669040037319064, 5856658.634540461935103 ], [ 1384050.267680946970358, 5856698.702001548372209 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E195", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": 802.9000244140625, "invlev_up": -10001.5, "invlev_dn": 800.4000244140625, "manhole_up": "manhole_2024_generated", "manhole_dn": "manhole_2025_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384050.267680946970358, 5856698.702001548372209 ], [ 1384085.778961833100766, 5856733.441067186184227 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E196", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 802.9000244140625, "elevtn_dn": 802.9000244140625, "invlev_up": 800.4000244140625, "invlev_dn": 800.4000244140625, "manhole_up": "manhole_2025_generated", "manhole_dn": "manhole_2026_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384085.778961833100766, 5856733.441067186184227 ], [ 1384122.993944165529683, 5856766.592179889790714 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E197", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 802.9000244140625, "elevtn_dn": 816.29998779296875, "invlev_up": 800.4000244140625, "invlev_dn": 813.79998779296875, "manhole_up": "manhole_2026_generated", "manhole_dn": "manhole_2027_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384122.993944165529683, 5856766.592179889790714 ], [ 1384160.350959801580757, 5856799.578122235834599 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E198", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 816.29998779296875, "elevtn_dn": 800.79998779296875, "invlev_up": 813.79998779296875, "invlev_dn": 798.29998779296875, "manhole_up": "manhole_2027_generated", "manhole_dn": "manhole_2028_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384160.350959801580757, 5856799.578122235834599 ], [ 1384198.384374253917485, 5856831.724873264320195 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E199", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 800.79998779296875, "elevtn_dn": 800.79998779296875, "invlev_up": 798.29998779296875, "invlev_dn": 798.29998779296875, "manhole_up": "manhole_2028_generated", "manhole_dn": "manhole_2029_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384198.384374253917485, 5856831.724873264320195 ], [ 1384230.112839305773377, 5856870.159957353956997 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E200", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 800.79998779296875, "elevtn_dn": 793.9000244140625, "invlev_up": 798.29998779296875, "invlev_dn": 791.4000244140625, "manhole_up": "manhole_2029_generated", "manhole_dn": "manhole_2030_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384230.112839305773377, 5856870.159957353956997 ], [ 1384259.121702386764809, 5856910.628996902145445 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E201", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 793.9000244140625, "elevtn_dn": 807.60003662109375, "invlev_up": 791.4000244140625, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2030_generated", "manhole_dn": "manhole_2031_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384259.121702386764809, 5856910.628996902145445 ], [ 1384287.023718592710793, 5856951.925833041779697 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E202", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2031_generated", "manhole_dn": "manhole_2032_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384287.023718592710793, 5856951.925833041779697 ], [ 1384314.929269487503916, 5856993.22028074786067 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E203", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2032_generated", "manhole_dn": "manhole_2033_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384314.929269487503916, 5856993.22028074786067 ], [ 1384344.819752591196448, 5857033.056208833120763 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E204", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2033_generated", "manhole_dn": "manhole_2034_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384344.819752591196448, 5857033.056208833120763 ], [ 1384375.891110281459987, 5857072.024425559677184 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E205", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2034_generated", "manhole_dn": "manhole_2035_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384375.891110281459987, 5857072.024425559677184 ], [ 1384412.732155854580924, 5857105.507668288424611 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E206", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 795.9000244140625, "invlev_up": 805.10003662109375, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2035_generated", "manhole_dn": "manhole_2036_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384412.732155854580924, 5857105.507668288424611 ], [ 1384450.07948348694481, 5857138.509612204506993 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E207", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2036_generated", "manhole_dn": "manhole_2037_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384450.07948348694481, 5857138.509612204506993 ], [ 1384487.42686335532926, 5857171.511497005820274 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E208", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 805.0, "invlev_up": 793.4000244140625, "invlev_dn": 802.5, "manhole_up": "manhole_2037_generated", "manhole_dn": "manhole_2038_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384487.42686335532926, 5857171.511497005820274 ], [ 1384525.207759798038751, 5857204.014277670532465 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E209", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 805.0, "elevtn_dn": 796.29998779296875, "invlev_up": 802.5, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_2038_generated", "manhole_dn": "manhole_2039_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384525.207759798038751, 5857204.014277670532465 ], [ 1384563.111988977529109, 5857236.375065575353801 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E210", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 796.29998779296875, "elevtn_dn": 796.29998779296875, "invlev_up": 793.79998779296875, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_2039_generated", "manhole_dn": "manhole_2040_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384563.111988977529109, 5857236.375065575353801 ], [ 1384601.016218156786636, 5857268.735853480175138 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E211", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 796.29998779296875, "elevtn_dn": 786.10003662109375, "invlev_up": 793.79998779296875, "invlev_dn": 783.60003662109375, "manhole_up": "manhole_2040_generated", "manhole_dn": "manhole_2041_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384601.016218156786636, 5857268.735853480175138 ], [ 1384638.920447336044163, 5857301.096641384996474 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E212", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 786.10003662109375, "elevtn_dn": 794.29998779296875, "invlev_up": 783.60003662109375, "invlev_dn": 791.79998779296875, "manhole_up": "manhole_2041_generated", "manhole_dn": "manhole_2042_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384638.920447336044163, 5857301.096641384996474 ], [ 1384669.604954990325496, 5857340.313404724933207 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E213", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 794.29998779296875, "elevtn_dn": 794.29998779296875, "invlev_up": 791.79998779296875, "invlev_dn": 791.79998779296875, "manhole_up": "manhole_2042_generated", "manhole_dn": "manhole_2043_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384669.604954990325496, 5857340.313404724933207 ], [ 1384699.518247769214213, 5857380.104403200559318 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E214", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 794.29998779296875, "elevtn_dn": 794.29998779296875, "invlev_up": 791.79998779296875, "invlev_dn": 791.79998779296875, "manhole_up": "manhole_2043_generated", "manhole_dn": "manhole_2044_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384699.518247769214213, 5857380.104403200559318 ], [ 1384719.806332413339987, 5857425.627417215146124 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E215", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 794.29998779296875, "elevtn_dn": 782.0, "invlev_up": 791.79998779296875, "invlev_dn": 779.5, "manhole_up": "manhole_2044_generated", "manhole_dn": "manhole_2045_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384719.806332413339987, 5857425.627417215146124 ], [ 1384740.094417057465762, 5857471.150431229732931 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E216", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 782.0, "elevtn_dn": 789.70001220703125, "invlev_up": 779.5, "invlev_dn": 787.20001220703125, "manhole_up": "manhole_2045_generated", "manhole_dn": "manhole_2046_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384740.094417057465762, 5857471.150431229732931 ], [ 1384760.382501701591536, 5857516.673445244319737 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E217", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 789.70001220703125, "elevtn_dn": 789.70001220703125, "invlev_up": 787.20001220703125, "invlev_dn": 787.20001220703125, "manhole_up": "manhole_2046_generated", "manhole_dn": "manhole_2047_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384760.382501701591536, 5857516.673445244319737 ], [ 1384780.670586345717311, 5857562.196459258906543 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E218", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 789.70001220703125, "elevtn_dn": 796.5, "invlev_up": 787.20001220703125, "invlev_dn": 794.0, "manhole_up": "manhole_2047_generated", "manhole_dn": "manhole_2048_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384780.670586345717311, 5857562.196459258906543 ], [ 1384802.672203443944454, 5857606.838341221213341 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E219", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 796.5, "elevtn_dn": 771.9000244140625, "invlev_up": 794.0, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_2048_generated", "manhole_dn": "manhole_2049_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384802.672203443944454, 5857606.838341221213341 ], [ 1384827.896526007680222, 5857649.823044718243182 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E220", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 771.9000244140625, "elevtn_dn": 771.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_2049_generated", "manhole_dn": "manhole_2050_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384827.896526007680222, 5857649.823044718243182 ], [ 1384854.757882944308221, 5857691.606820800341666 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E221", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 771.9000244140625, "elevtn_dn": 771.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_2050_generated", "manhole_dn": "manhole_2051_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384854.757882944308221, 5857691.606820800341666 ], [ 1384888.185768931638449, 5857728.573395187035203 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E222", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 771.9000244140625, "elevtn_dn": 757.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 755.4000244140625, "manhole_up": "manhole_2051_generated", "manhole_dn": "manhole_2052_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384888.185768931638449, 5857728.573395187035203 ], [ 1384921.613654918735847, 5857765.539969574660063 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E223", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 757.9000244140625, "elevtn_dn": 757.9000244140625, "invlev_up": 755.4000244140625, "invlev_dn": 755.4000244140625, "manhole_up": "manhole_2052_generated", "manhole_dn": "manhole_2053_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384921.613654918735847, 5857765.539969574660063 ], [ 1384956.145453942706808, 5857801.445756647735834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E224", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 757.9000244140625, "elevtn_dn": 757.9000244140625, "invlev_up": 755.4000244140625, "invlev_dn": 755.4000244140625, "manhole_up": "manhole_2053_generated", "manhole_dn": "manhole_2054_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384956.145453942706808, 5857801.445756647735834 ], [ 1384991.751306539867073, 5857836.319449373520911 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E225", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 757.9000244140625, "elevtn_dn": 746.0, "invlev_up": 755.4000244140625, "invlev_dn": 743.5, "manhole_up": "manhole_2054_generated", "manhole_dn": "manhole_2055_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384991.751306539867073, 5857836.319449373520911 ], [ 1385027.357159137027338, 5857871.193142099305987 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E226", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 746.0, "elevtn_dn": 755.79998779296875, "invlev_up": 743.5, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_2055_generated", "manhole_dn": "manhole_2056_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385027.357159137027338, 5857871.193142099305987 ], [ 1385062.963011734187603, 5857906.066834825091064 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E227", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 755.79998779296875, "elevtn_dn": 728.60003662109375, "invlev_up": 753.29998779296875, "invlev_dn": 726.10003662109375, "manhole_up": "manhole_2056_generated", "manhole_dn": "manhole_2057_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385062.963011734187603, 5857906.066834825091064 ], [ 1385098.568864331347868, 5857940.940527551807463 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E228", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 728.60003662109375, "elevtn_dn": 728.60003662109375, "invlev_up": 726.10003662109375, "invlev_dn": 726.10003662109375, "manhole_up": "manhole_2057_generated", "manhole_dn": "manhole_2058_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385098.568864331347868, 5857940.940527551807463 ], [ 1385135.753846400883049, 5857974.029479116201401 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E229", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 728.60003662109375, "elevtn_dn": 728.60003662109375, "invlev_up": 726.10003662109375, "invlev_dn": 726.10003662109375, "manhole_up": "manhole_2058_generated", "manhole_dn": "manhole_2059_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385135.753846400883049, 5857974.029479116201401 ], [ 1385175.738456205930561, 5858003.622975903563201 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E230", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 728.60003662109375, "elevtn_dn": 735.60003662109375, "invlev_up": 726.10003662109375, "invlev_dn": 733.10003662109375, "manhole_up": "manhole_2059_generated", "manhole_dn": "manhole_2060_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385175.738456205930561, 5858003.622975903563201 ], [ 1385218.653756857383996, 5858028.965196672827005 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E231", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 735.60003662109375, "elevtn_dn": 735.60003662109375, "invlev_up": 733.10003662109375, "invlev_dn": 733.10003662109375, "manhole_up": "manhole_2060_generated", "manhole_dn": "manhole_2061_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385218.653756857383996, 5858028.965196672827005 ], [ 1385262.454936756985262, 5858052.706982978619635 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E232", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 735.60003662109375, "elevtn_dn": 742.0, "invlev_up": 733.10003662109375, "invlev_dn": 739.5, "manhole_up": "manhole_2061_generated", "manhole_dn": "manhole_2062_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385262.454936756985262, 5858052.706982978619635 ], [ 1385306.715555034345016, 5858075.618745312094688 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E233", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 742.0, "elevtn_dn": 742.0, "invlev_up": 739.5, "invlev_dn": 739.5, "manhole_up": "manhole_2062_generated", "manhole_dn": "manhole_2063_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385306.715555034345016, 5858075.618745312094688 ], [ 1385350.97617331170477, 5858098.530507644638419 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E234", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 742.0, "elevtn_dn": 736.0, "invlev_up": 739.5, "invlev_dn": 733.5, "manhole_up": "manhole_2063_generated", "manhole_dn": "manhole_2064_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385350.97617331170477, 5858098.530507644638419 ], [ 1385395.236791589297354, 5858121.442269978113472 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E235", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 736.0, "elevtn_dn": 736.0, "invlev_up": 733.5, "invlev_dn": 733.5, "manhole_up": "manhole_2064_generated", "manhole_dn": "manhole_2065_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385395.236791589297354, 5858121.442269978113472 ], [ 1385439.497409866657108, 5858144.354032310657203 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E236", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 736.0, "elevtn_dn": 737.9000244140625, "invlev_up": 733.5, "invlev_dn": 735.4000244140625, "manhole_up": "manhole_2065_generated", "manhole_dn": "manhole_2066_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385439.497409866657108, 5858144.354032310657203 ], [ 1385483.758028144016862, 5858167.265794644132257 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E237", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 737.9000244140625, "elevtn_dn": 737.9000244140625, "invlev_up": 735.4000244140625, "invlev_dn": 735.4000244140625, "manhole_up": "manhole_2066_generated", "manhole_dn": "manhole_2067_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385483.758028144016862, 5858167.265794644132257 ], [ 1385528.018646421376616, 5858190.17755697760731 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E238", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 737.9000244140625, "elevtn_dn": 727.29998779296875, "invlev_up": 735.4000244140625, "invlev_dn": 724.79998779296875, "manhole_up": "manhole_2067_generated", "manhole_dn": "manhole_2068_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385528.018646421376616, 5858190.17755697760731 ], [ 1385571.606102279853076, 5858214.277655217796564 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E239", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 727.29998779296875, "elevtn_dn": 727.29998779296875, "invlev_up": 724.79998779296875, "invlev_dn": 724.79998779296875, "manhole_up": "manhole_2068_generated", "manhole_dn": "manhole_2069_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385571.606102279853076, 5858214.277655217796564 ], [ 1385614.013400863157585, 5858240.461089110001922 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E240", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 727.29998779296875, "elevtn_dn": 690.60003662109375, "invlev_up": 724.79998779296875, "invlev_dn": 688.10003662109375, "manhole_up": "manhole_2069_generated", "manhole_dn": "manhole_2070_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385614.013400863157585, 5858240.461089110001922 ], [ 1385656.420699446462095, 5858266.644523002207279 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E241", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 690.60003662109375, "elevtn_dn": 733.60003662109375, "invlev_up": 688.10003662109375, "invlev_dn": 731.10003662109375, "manhole_up": "manhole_2070_generated", "manhole_dn": "manhole_2071_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385656.420699446462095, 5858266.644523002207279 ], [ 1385698.773111530812457, 5858292.8961898451671 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E242", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 733.60003662109375, "elevtn_dn": 733.60003662109375, "invlev_up": 731.10003662109375, "invlev_dn": 731.10003662109375, "manhole_up": "manhole_2071_generated", "manhole_dn": "manhole_2072_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385698.773111530812457, 5858292.8961898451671 ], [ 1385733.435650466475636, 5858328.707634637132287 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E243", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 733.60003662109375, "elevtn_dn": 721.60003662109375, "invlev_up": 731.10003662109375, "invlev_dn": 719.10003662109375, "manhole_up": "manhole_2072_generated", "manhole_dn": "manhole_2073_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385733.435650466475636, 5858328.707634637132287 ], [ 1385768.098189401905984, 5858364.519079428166151 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E244", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 721.60003662109375, "elevtn_dn": 721.60003662109375, "invlev_up": 719.10003662109375, "invlev_dn": 719.10003662109375, "manhole_up": "manhole_2073_generated", "manhole_dn": "manhole_2074_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385768.098189401905984, 5858364.519079428166151 ], [ 1385795.882535298354924, 5858405.467093757353723 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E245", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 721.60003662109375, "elevtn_dn": 739.0, "invlev_up": 719.10003662109375, "invlev_dn": 736.5, "manhole_up": "manhole_2074_generated", "manhole_dn": "manhole_2075_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385795.882535298354924, 5858405.467093757353723 ], [ 1385820.377634756267071, 5858448.871486231684685 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E246", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 739.0, "elevtn_dn": 727.79998779296875, "invlev_up": 736.5, "invlev_dn": 725.29998779296875, "manhole_up": "manhole_2075_generated", "manhole_dn": "manhole_2076_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385820.377634756267071, 5858448.871486231684685 ], [ 1385841.084314390551299, 5858493.920932004228234 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E247", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 727.79998779296875, "elevtn_dn": 727.79998779296875, "invlev_up": 725.29998779296875, "invlev_dn": 725.29998779296875, "manhole_up": "manhole_2076_generated", "manhole_dn": "manhole_2077_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385841.084314390551299, 5858493.920932004228234 ], [ 1385856.076261736918241, 5858541.451897682622075 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E248", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 727.79998779296875, "elevtn_dn": 734.9000244140625, "invlev_up": 725.29998779296875, "invlev_dn": 732.4000244140625, "manhole_up": "manhole_2077_generated", "manhole_dn": "manhole_2078_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385856.076261736918241, 5858541.451897682622075 ], [ 1385865.668899663724005, 5858590.250006795860827 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E249", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 734.9000244140625, "elevtn_dn": 734.9000244140625, "invlev_up": 732.4000244140625, "invlev_dn": 732.4000244140625, "manhole_up": "manhole_2078_generated", "manhole_dn": "manhole_2079_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385865.668899663724005, 5858590.250006795860827 ], [ 1385873.387286560609937, 5858639.487976770848036 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E250", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 734.9000244140625, "elevtn_dn": 751.4000244140625, "invlev_up": 732.4000244140625, "invlev_dn": 748.9000244140625, "manhole_up": "manhole_2079_generated", "manhole_dn": "manhole_2080_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385873.387286560609937, 5858639.487976770848036 ], [ 1385875.017949819331989, 5858689.287253175862134 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E251", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 751.4000244140625, "elevtn_dn": 751.4000244140625, "invlev_up": 748.9000244140625, "invlev_dn": 748.9000244140625, "manhole_up": "manhole_2080_generated", "manhole_dn": "manhole_2081_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385875.017949819331989, 5858689.287253175862134 ], [ 1385876.432928551919758, 5858739.106416343711317 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E252", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 751.4000244140625, "elevtn_dn": 751.4000244140625, "invlev_up": 748.9000244140625, "invlev_dn": 748.9000244140625, "manhole_up": "manhole_2081_generated", "manhole_dn": "manhole_2082_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385876.432928551919758, 5858739.106416343711317 ], [ 1385878.329821793129668, 5858788.908141564577818 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E253", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 751.4000244140625, "elevtn_dn": 759.70001220703125, "invlev_up": 748.9000244140625, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_2082_generated", "manhole_dn": "manhole_2083_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385878.329821793129668, 5858788.908141564577818 ], [ 1385880.51921496167779, 5858838.69928275514394 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E254", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 759.70001220703125, "elevtn_dn": 759.70001220703125, "invlev_up": 757.20001220703125, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_2083_generated", "manhole_dn": "manhole_2084_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385880.51921496167779, 5858838.69928275514394 ], [ 1385882.620351102668792, 5858888.493530485779047 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E255", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 759.70001220703125, "elevtn_dn": 759.70001220703125, "invlev_up": 757.20001220703125, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_2084_generated", "manhole_dn": "manhole_2085_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385882.620351102668792, 5858888.493530485779047 ], [ 1385883.937443709466606, 5858938.315377607010305 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E256", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 759.70001220703125, "elevtn_dn": 766.10003662109375, "invlev_up": 757.20001220703125, "invlev_dn": 763.60003662109375, "manhole_up": "manhole_2085_generated", "manhole_dn": "manhole_2086_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385883.937443709466606, 5858938.315377607010305 ], [ 1385885.254538560518995, 5858988.137224668636918 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E257", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 766.10003662109375, "elevtn_dn": 766.10003662109375, "invlev_up": 763.60003662109375, "invlev_dn": 763.60003662109375, "manhole_up": "manhole_2086_generated", "manhole_dn": "manhole_2087_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385885.254538560518995, 5858988.137224668636918 ], [ 1385890.650534195825458, 5859037.630400610156357 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E258", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 766.10003662109375, "elevtn_dn": 766.10003662109375, "invlev_up": 763.60003662109375, "invlev_dn": 763.60003662109375, "manhole_up": "manhole_2087_generated", "manhole_dn": "manhole_2088_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385890.650534195825458, 5859037.630400610156357 ], [ 1385901.777442803606391, 5859086.09239396546036 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E259", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 766.10003662109375, "elevtn_dn": 768.60003662109375, "invlev_up": 763.60003662109375, "invlev_dn": 766.10003662109375, "manhole_up": "manhole_2088_generated", "manhole_dn": "manhole_2089_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385901.777442803606391, 5859086.09239396546036 ], [ 1385915.397954803425819, 5859134.03436760418117 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E260", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 768.60003662109375, "elevtn_dn": 762.79998779296875, "invlev_up": 766.10003662109375, "invlev_dn": 760.29998779296875, "manhole_up": "manhole_2089_generated", "manhole_dn": "manhole_2090_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385915.397954803425819, 5859134.03436760418117 ], [ 1385928.42605347908102, 5859182.139209139160812 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E261", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 762.79998779296875, "elevtn_dn": 762.5, "invlev_up": 760.29998779296875, "invlev_dn": 760.0, "manhole_up": "manhole_2090_generated", "manhole_dn": "manhole_2091_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385928.42605347908102, 5859182.139209139160812 ], [ 1385941.228082312969491, 5859230.306202415376902 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E262", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 762.5, "elevtn_dn": 762.5, "invlev_up": 760.0, "invlev_dn": 760.0, "manhole_up": "manhole_2091_generated", "manhole_dn": "manhole_2092_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385941.228082312969491, 5859230.306202415376902 ], [ 1385945.092689140234143, 5859279.734331246465445 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E263", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 762.5, "elevtn_dn": 762.5, "invlev_up": 760.0, "invlev_dn": 760.0, "manhole_up": "manhole_2092_generated", "manhole_dn": "manhole_2093_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385945.092689140234143, 5859279.734331246465445 ], [ 1385937.902412303024903, 5859328.779896341264248 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E264", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 762.5, "elevtn_dn": 778.0, "invlev_up": 760.0, "invlev_dn": 775.5, "manhole_up": "manhole_2093_generated", "manhole_dn": "manhole_2094_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.902412303024903, 5859328.779896341264248 ], [ 1385932.795075723901391, 5859378.173214216716588 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E265", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 778.0, "elevtn_dn": 778.0, "invlev_up": 775.5, "invlev_dn": 775.5, "manhole_up": "manhole_2094_generated", "manhole_dn": "manhole_2095_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385932.795075723901391, 5859378.173214216716588 ], [ 1385937.702695531537756, 5859427.770254967734218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E266", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 778.0, "elevtn_dn": 778.0, "invlev_up": 775.5, "invlev_dn": 775.5, "manhole_up": "manhole_2095_generated", "manhole_dn": "manhole_2096_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.702695531537756, 5859427.770254967734218 ], [ 1385939.035937832202762, 5859477.50230407807976 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E267", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 778.0, "elevtn_dn": 795.9000244140625, "invlev_up": 775.5, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2096_generated", "manhole_dn": "manhole_2097_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385939.035937832202762, 5859477.50230407807976 ], [ 1385937.883638251805678, 5859527.328234969638288 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E268", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2097_generated", "manhole_dn": "manhole_2098_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.883638251805678, 5859527.328234969638288 ], [ 1385940.515994266141206, 5859576.989168248139322 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E269", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2098_generated", "manhole_dn": "manhole_2099_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385940.515994266141206, 5859576.989168248139322 ], [ 1385950.701545101590455, 5859625.530176519416273 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E270", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 815.0, "invlev_up": 793.4000244140625, "invlev_dn": 812.5, "manhole_up": "manhole_2099_generated", "manhole_dn": "manhole_2100_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385950.701545101590455, 5859625.530176519416273 ], [ 1385970.467743494315073, 5859670.991298755630851 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E271", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 815.0, "elevtn_dn": 815.0, "invlev_up": 812.5, "invlev_dn": 812.5, "manhole_up": "manhole_2100_generated", "manhole_dn": "manhole_2101_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385970.467743494315073, 5859670.991298755630851 ], [ 1386011.983088220236823, 5859697.862916950136423 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E272", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 815.0, "elevtn_dn": 779.79998779296875, "invlev_up": 812.5, "invlev_dn": 777.29998779296875, "manhole_up": "manhole_2101_generated", "manhole_dn": "manhole_2102_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386011.983088220236823, 5859697.862916950136423 ], [ 1386052.213596233632416, 5859727.119808158837259 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E273", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 779.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 777.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_2102_generated", "manhole_dn": "manhole_2103_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386052.213596233632416, 5859727.119808158837259 ], [ 1386046.501012831227854, 5859771.612671964801848 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E274", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_2103_generated", "manhole_dn": "manhole_2104_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386046.501012831227854, 5859771.612671964801848 ], [ 1386026.809695787727833, 5859816.873920152895153 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E275", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_2104_generated", "manhole_dn": "manhole_2105_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386026.809695787727833, 5859816.873920152895153 ], [ 1386030.149607364553958, 5859866.379009906202555 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_10_E276", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_2105_generated", "manhole_dn": "manhole_2106_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386030.149607364553958, 5859866.379009906202555 ], [ 1386045.250939248362556, 5859913.859036295674741 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 800.79998779296875, "elevtn_dn": 800.79998779296875, "invlev_up": 798.29998779296875, "invlev_dn": 798.29998779296875, "manhole_up": "manhole_2107_generated", "manhole_dn": "manhole_2108_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384196.861816460033879, 5856829.88048410974443 ], [ 1384235.22519311751239, 5856854.977665597572923 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 800.79998779296875, "elevtn_dn": 793.9000244140625, "invlev_up": 798.29998779296875, "invlev_dn": 791.4000244140625, "manhole_up": "manhole_2108_generated", "manhole_dn": "manhole_2109_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384235.22519311751239, 5856854.977665597572923 ], [ 1384263.450329831801355, 5856892.038370934315026 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 793.9000244140625, "elevtn_dn": 793.9000244140625, "invlev_up": 791.4000244140625, "invlev_dn": 791.4000244140625, "manhole_up": "manhole_2109_generated", "manhole_dn": "manhole_2110_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384263.450329831801355, 5856892.038370934315026 ], [ 1384291.675466545857489, 5856929.099076271057129 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 793.9000244140625, "elevtn_dn": 807.60003662109375, "invlev_up": 791.4000244140625, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2110_generated", "manhole_dn": "manhole_2111_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384291.675466545857489, 5856929.099076271057129 ], [ 1384319.900603260146454, 5856966.159781608730555 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2111_generated", "manhole_dn": "manhole_2112_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384319.900603260146454, 5856966.159781608730555 ], [ 1384347.205867683747783, 5857003.894510924816132 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 799.0, "invlev_up": 805.10003662109375, "invlev_dn": 796.5, "manhole_up": "manhole_2112_generated", "manhole_dn": "manhole_2113_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384347.205867683747783, 5857003.894510924816132 ], [ 1384380.322691001230851, 5857036.360282040201128 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 799.0, "elevtn_dn": 807.60003662109375, "invlev_up": 796.5, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2113_generated", "manhole_dn": "manhole_2114_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384380.322691001230851, 5857036.360282040201128 ], [ 1384415.156610523350537, 5857067.291694445535541 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 795.9000244140625, "invlev_up": 805.10003662109375, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2114_generated", "manhole_dn": "manhole_2115_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384415.156610523350537, 5857067.291694445535541 ], [ 1384449.343575850594789, 5857098.828100205399096 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2115_generated", "manhole_dn": "manhole_2116_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384449.343575850594789, 5857098.828100205399096 ], [ 1384470.004810179118067, 5857139.926174183376133 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_11_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2116_generated", "manhole_dn": "manhole_2117_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384470.004810179118067, 5857139.926174183376133 ], [ 1384484.18076178082265, 5857184.301805094815791 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_12_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2118_generated", "manhole_dn": "manhole_2119_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384289.06552429520525, 5856954.947841017507017 ], [ 1384305.049610810354352, 5856994.88734863139689 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_12_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2119_generated", "manhole_dn": "manhole_2120_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384305.049610810354352, 5856994.88734863139689 ], [ 1384321.033697325503454, 5857034.82685624435544 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_12_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 799.0, "invlev_up": 805.10003662109375, "invlev_dn": 796.5, "manhole_up": "manhole_2120_generated", "manhole_dn": "manhole_2121_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384321.033697325503454, 5857034.82685624435544 ], [ 1384347.445656489115208, 5857068.672038841992617 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_12_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "elevtn_up": 799.0, "elevtn_dn": 807.60003662109375, "invlev_up": 796.5, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2121_generated", "manhole_dn": "manhole_2122_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384347.445656489115208, 5857068.672038841992617 ], [ 1384374.130628447979689, 5857102.406951548531651 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_12_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2122_generated", "manhole_dn": "manhole_2123_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384374.130628447979689, 5857102.406951548531651 ], [ 1384399.587644136510789, 5857137.08541233278811 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_12_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_2123_generated", "manhole_dn": "manhole_2124_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384399.587644136510789, 5857137.08541233278811 ], [ 1384425.04465982504189, 5857171.763873117044568 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_12_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "elevtn_up": 807.60003662109375, "elevtn_dn": 795.9000244140625, "invlev_up": 805.10003662109375, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2124_generated", "manhole_dn": "manhole_2125_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384425.04465982504189, 5857171.763873117044568 ], [ 1384456.866520966170356, 5857200.577977900393307 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_15_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_15", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_15", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_2125_generated", "manhole_dn": "manhole_2126_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384456.866520966170356, 5857200.577977900393307 ], [ 1384480.774830641923472, 5857195.244455400854349 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_17_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_17", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_17", "diameter": "0.5", "elevtn_up": 795.9000244140625, "elevtn_dn": 805.0, "invlev_up": 793.4000244140625, "invlev_dn": 802.5, "manhole_up": "manhole_2125_generated", "manhole_dn": "manhole_2127_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384456.866520966170356, 5857200.577977900393307 ], [ 1384478.871156033361331, 5857219.682923189364374 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_18_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_18", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_18", "diameter": "0.5", "elevtn_up": 805.0, "elevtn_dn": 805.0, "invlev_up": 802.5, "invlev_dn": 802.5, "manhole_up": "manhole_2128_generated", "manhole_dn": "manhole_2127_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384493.329776774393395, 5857201.952337642200291 ], [ 1384478.871156033361331, 5857219.682923189364374 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_19_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_19", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_19", "diameter": "0.5", "elevtn_up": 805.0, "elevtn_dn": 805.0, "invlev_up": 802.5, "invlev_dn": 802.5, "manhole_up": "manhole_2128_generated", "manhole_dn": "manhole_2129_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384493.329776774393395, 5857201.952337642200291 ], [ 1384511.321100181667134, 5857246.008046119473875 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_19_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_19", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_19", "diameter": "0.5", "elevtn_up": 805.0, "elevtn_dn": 805.0, "invlev_up": 802.5, "invlev_dn": 802.5, "manhole_up": "manhole_2129_generated", "manhole_dn": "manhole_2127_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384511.321100181667134, 5857246.008046119473875 ], [ 1384478.871156033361331, 5857219.682923189364374 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 805.0, "elevtn_dn": 796.29998779296875, "invlev_up": 802.5, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_2130_generated", "manhole_dn": "manhole_2131_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384512.484966830350459, 5857248.858029337599874 ], [ 1384550.208547196350992, 5857281.609186780638993 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 796.29998779296875, "elevtn_dn": 796.29998779296875, "invlev_up": 793.79998779296875, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_2131_generated", "manhole_dn": "manhole_2132_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384550.208547196350992, 5857281.609186780638993 ], [ 1384587.932127562351525, 5857314.360344224609435 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 796.29998779296875, "elevtn_dn": 809.10003662109375, "invlev_up": 793.79998779296875, "invlev_dn": 806.60003662109375, "manhole_up": "manhole_2132_generated", "manhole_dn": "manhole_2133_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384587.932127562351525, 5857314.360344224609435 ], [ 1384608.456866907887161, 5857358.785165345296264 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 809.10003662109375, "elevtn_dn": 809.10003662109375, "invlev_up": 806.60003662109375, "invlev_dn": 806.60003662109375, "manhole_up": "manhole_2133_generated", "manhole_dn": "manhole_2134_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384608.456866907887161, 5857358.785165345296264 ], [ 1384624.966163935838267, 5857405.935456342995167 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 809.10003662109375, "elevtn_dn": 794.29998779296875, "invlev_up": 806.60003662109375, "invlev_dn": 791.79998779296875, "manhole_up": "manhole_2134_generated", "manhole_dn": "manhole_2135_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384624.966163935838267, 5857405.935456342995167 ], [ 1384639.938245237572119, 5857453.586039477027953 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 794.29998779296875, "elevtn_dn": 812.4000244140625, "invlev_up": 791.79998779296875, "invlev_dn": 809.9000244140625, "manhole_up": "manhole_2135_generated", "manhole_dn": "manhole_2136_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384639.938245237572119, 5857453.586039477027953 ], [ 1384654.3423755497206, 5857501.421464210376143 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 812.4000244140625, "elevtn_dn": 812.4000244140625, "invlev_up": 809.9000244140625, "invlev_dn": 809.9000244140625, "manhole_up": "manhole_2136_generated", "manhole_dn": "manhole_2137_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384654.3423755497206, 5857501.421464210376143 ], [ 1384665.748858094681054, 5857550.055336253717542 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 812.4000244140625, "elevtn_dn": 812.4000244140625, "invlev_up": 809.9000244140625, "invlev_dn": 809.9000244140625, "manhole_up": "manhole_2137_generated", "manhole_dn": "manhole_2138_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384665.748858094681054, 5857550.055336253717542 ], [ 1384677.04772660904564, 5857598.717872150242329 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 812.4000244140625, "elevtn_dn": 818.9000244140625, "invlev_up": 809.9000244140625, "invlev_dn": 816.4000244140625, "manhole_up": "manhole_2138_generated", "manhole_dn": "manhole_2139_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384677.04772660904564, 5857598.717872150242329 ], [ 1384688.346595123410225, 5857647.380408045835793 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 818.9000244140625, "elevtn_dn": 818.9000244140625, "invlev_up": 816.4000244140625, "invlev_dn": 816.4000244140625, "manhole_up": "manhole_2139_generated", "manhole_dn": "manhole_2140_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384688.346595123410225, 5857647.380408045835793 ], [ 1384699.64546363777481, 5857696.042943941429257 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 818.9000244140625, "elevtn_dn": 791.0, "invlev_up": 816.4000244140625, "invlev_dn": 788.5, "manhole_up": "manhole_2140_generated", "manhole_dn": "manhole_2141_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384699.64546363777481, 5857696.042943941429257 ], [ 1384710.944332152139395, 5857744.705479837954044 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 791.0, "elevtn_dn": 771.9000244140625, "invlev_up": 788.5, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_2141_generated", "manhole_dn": "manhole_2142_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384710.944332152139395, 5857744.705479837954044 ], [ 1384726.848783193388954, 5857791.671307560056448 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 771.9000244140625, "elevtn_dn": 771.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_2142_generated", "manhole_dn": "manhole_2143_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384726.848783193388954, 5857791.671307560056448 ], [ 1384753.929338480113074, 5857833.199649352580309 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 771.9000244140625, "elevtn_dn": 771.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_2143_generated", "manhole_dn": "manhole_2144_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384753.929338480113074, 5857833.199649352580309 ], [ 1384783.627482200739905, 5857873.006575288251042 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 771.9000244140625, "elevtn_dn": 791.0, "invlev_up": 769.4000244140625, "invlev_dn": 788.5, "manhole_up": "manhole_2144_generated", "manhole_dn": "manhole_2145_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384783.627482200739905, 5857873.006575288251042 ], [ 1384795.018452654592693, 5857920.637507135979831 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 791.0, "elevtn_dn": 791.0, "invlev_up": 788.5, "invlev_dn": 788.5, "manhole_up": "manhole_2145_generated", "manhole_dn": "manhole_2146_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384795.018452654592693, 5857920.637507135979831 ], [ 1384785.075932276435196, 5857969.445633230730891 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 791.0, "elevtn_dn": 820.10003662109375, "invlev_up": 788.5, "invlev_dn": 817.60003662109375, "manhole_up": "manhole_2146_generated", "manhole_dn": "manhole_2147_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384785.075932276435196, 5857969.445633230730891 ], [ 1384771.479073295136914, 5858017.516749874688685 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 820.10003662109375, "elevtn_dn": 820.10003662109375, "invlev_up": 817.60003662109375, "invlev_dn": 817.60003662109375, "manhole_up": "manhole_2147_generated", "manhole_dn": "manhole_2148_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384771.479073295136914, 5858017.516749874688685 ], [ 1384763.32518996251747, 5858066.675425447523594 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 820.10003662109375, "elevtn_dn": 820.10003662109375, "invlev_up": 817.60003662109375, "invlev_dn": 817.60003662109375, "manhole_up": "manhole_2148_generated", "manhole_dn": "manhole_2149_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384763.32518996251747, 5858066.675425447523594 ], [ 1384757.405406558187678, 5858116.280495692044497 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 820.10003662109375, "elevtn_dn": 847.0, "invlev_up": 817.60003662109375, "invlev_dn": 844.5, "manhole_up": "manhole_2149_generated", "manhole_dn": "manhole_2150_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384757.405406558187678, 5858116.280495692044497 ], [ 1384746.211964494548738, 5858164.956996791996062 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 847.0, "elevtn_dn": 847.0, "invlev_up": 844.5, "invlev_dn": 844.5, "manhole_up": "manhole_2150_generated", "manhole_dn": "manhole_2151_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384746.211964494548738, 5858164.956996791996062 ], [ 1384738.028054837835953, 5858213.862443570047617 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 847.0, "elevtn_dn": 847.0, "invlev_up": 844.5, "invlev_dn": 844.5, "manhole_up": "manhole_2151_generated", "manhole_dn": "manhole_2152_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384738.028054837835953, 5858213.862443570047617 ], [ 1384756.479259133106098, 5858259.218586039729416 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 847.0, "elevtn_dn": 833.20001220703125, "invlev_up": 844.5, "invlev_dn": 830.70001220703125, "manhole_up": "manhole_2152_generated", "manhole_dn": "manhole_2153_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384756.479259133106098, 5858259.218586039729416 ], [ 1384792.653981153853238, 5858293.25339647103101 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 833.20001220703125, "elevtn_dn": 762.29998779296875, "invlev_up": 830.70001220703125, "invlev_dn": 759.79998779296875, "manhole_up": "manhole_2153_generated", "manhole_dn": "manhole_2154_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384792.653981153853238, 5858293.25339647103101 ], [ 1384839.146884107263759, 5858310.949097327888012 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 762.29998779296875, "elevtn_dn": 762.29998779296875, "invlev_up": 759.79998779296875, "invlev_dn": 759.79998779296875, "manhole_up": "manhole_2154_generated", "manhole_dn": "manhole_2155_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384839.146884107263759, 5858310.949097327888012 ], [ 1384888.517509665805846, 5858307.535864246077836 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 762.29998779296875, "elevtn_dn": 751.0, "invlev_up": 759.79998779296875, "invlev_dn": 748.5, "manhole_up": "manhole_2155_generated", "manhole_dn": "manhole_2156_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384888.517509665805846, 5858307.535864246077836 ], [ 1384936.622762819286436, 5858294.068231076002121 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 751.0, "elevtn_dn": 751.0, "invlev_up": 748.5, "invlev_dn": 748.5, "manhole_up": "manhole_2156_generated", "manhole_dn": "manhole_2157_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384936.622762819286436, 5858294.068231076002121 ], [ 1384984.637113286415115, 5858280.272530450485647 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 751.0, "elevtn_dn": 743.20001220703125, "invlev_up": 748.5, "invlev_dn": 740.70001220703125, "manhole_up": "manhole_2157_generated", "manhole_dn": "manhole_2158_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384984.637113286415115, 5858280.272530450485647 ], [ 1385032.633651287527755, 5858266.414710656739771 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 743.20001220703125, "elevtn_dn": 743.20001220703125, "invlev_up": 740.70001220703125, "invlev_dn": 740.70001220703125, "manhole_up": "manhole_2158_generated", "manhole_dn": "manhole_2159_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385032.633651287527755, 5858266.414710656739771 ], [ 1385081.886840383987874, 5858258.136644747108221 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 743.20001220703125, "elevtn_dn": 747.60003662109375, "invlev_up": 740.70001220703125, "invlev_dn": 745.10003662109375, "manhole_up": "manhole_2159_generated", "manhole_dn": "manhole_2160_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385081.886840383987874, 5858258.136644747108221 ], [ 1385131.310463621048257, 5858263.211211345158517 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 747.60003662109375, "elevtn_dn": 756.79998779296875, "invlev_up": 745.10003662109375, "invlev_dn": 754.29998779296875, "manhole_up": "manhole_2160_generated", "manhole_dn": "manhole_2161_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385131.310463621048257, 5858263.211211345158517 ], [ 1385177.729395114118233, 5858281.168494092300534 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 756.79998779296875, "elevtn_dn": 758.9000244140625, "invlev_up": 754.29998779296875, "invlev_dn": 756.4000244140625, "manhole_up": "manhole_2161_generated", "manhole_dn": "manhole_2162_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385177.729395114118233, 5858281.168494092300534 ], [ 1385219.95651927171275, 5858307.84242575801909 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 758.9000244140625, "elevtn_dn": 758.9000244140625, "invlev_up": 756.4000244140625, "invlev_dn": 756.4000244140625, "manhole_up": "manhole_2162_generated", "manhole_dn": "manhole_2163_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385219.95651927171275, 5858307.84242575801909 ], [ 1385261.864506913116202, 5858335.034840167500079 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 758.9000244140625, "elevtn_dn": 756.29998779296875, "invlev_up": 756.4000244140625, "invlev_dn": 753.79998779296875, "manhole_up": "manhole_2163_generated", "manhole_dn": "manhole_2164_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385261.864506913116202, 5858335.034840167500079 ], [ 1385305.658712412696332, 5858358.964500648900867 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 756.29998779296875, "elevtn_dn": 756.29998779296875, "invlev_up": 753.79998779296875, "invlev_dn": 753.79998779296875, "manhole_up": "manhole_2164_generated", "manhole_dn": "manhole_2165_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385305.658712412696332, 5858358.964500648900867 ], [ 1385350.136275847908109, 5858381.712097893469036 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 756.29998779296875, "elevtn_dn": 750.79998779296875, "invlev_up": 753.79998779296875, "invlev_dn": 748.29998779296875, "manhole_up": "manhole_2165_generated", "manhole_dn": "manhole_2166_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385350.136275847908109, 5858381.712097893469036 ], [ 1385394.617425152566284, 5858404.452682325616479 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 750.79998779296875, "elevtn_dn": 760.20001220703125, "invlev_up": 748.29998779296875, "invlev_dn": 757.70001220703125, "manhole_up": "manhole_2166_generated", "manhole_dn": "manhole_2167_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385394.617425152566284, 5858404.452682325616479 ], [ 1385439.245915542822331, 5858426.901898948475718 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 760.20001220703125, "elevtn_dn": 754.29998779296875, "invlev_up": 757.70001220703125, "invlev_dn": 751.79998779296875, "manhole_up": "manhole_2167_generated", "manhole_dn": "manhole_2168_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385439.245915542822331, 5858426.901898948475718 ], [ 1385483.926139793125913, 5858449.248809035867453 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 754.29998779296875, "elevtn_dn": 754.29998779296875, "invlev_up": 751.79998779296875, "invlev_dn": 751.79998779296875, "manhole_up": "manhole_2168_generated", "manhole_dn": "manhole_2169_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385483.926139793125913, 5858449.248809035867453 ], [ 1385525.860647091642022, 5858475.8632338559255 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 754.29998779296875, "elevtn_dn": 754.29998779296875, "invlev_up": 751.79998779296875, "invlev_dn": 751.79998779296875, "manhole_up": "manhole_2169_generated", "manhole_dn": "manhole_2170_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385525.860647091642022, 5858475.8632338559255 ], [ 1385553.357332118786871, 5858517.404887572862208 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 754.29998779296875, "elevtn_dn": 751.70001220703125, "invlev_up": 751.79998779296875, "invlev_dn": 749.20001220703125, "manhole_up": "manhole_2170_generated", "manhole_dn": "manhole_2171_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385553.357332118786871, 5858517.404887572862208 ], [ 1385579.617479301057756, 5858559.686364834196866 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 751.70001220703125, "elevtn_dn": 751.70001220703125, "invlev_up": 749.20001220703125, "invlev_dn": 749.20001220703125, "manhole_up": "manhole_2171_generated", "manhole_dn": "manhole_2172_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385579.617479301057756, 5858559.686364834196866 ], [ 1385621.905693766893819, 5858585.068030893802643 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E42", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 751.70001220703125, "elevtn_dn": 750.9000244140625, "invlev_up": 749.20001220703125, "invlev_dn": 748.4000244140625, "manhole_up": "manhole_2172_generated", "manhole_dn": "manhole_2173_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385621.905693766893819, 5858585.068030893802643 ], [ 1385664.027273919200525, 5858611.351026647724211 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E43", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 750.9000244140625, "elevtn_dn": 750.9000244140625, "invlev_up": 748.4000244140625, "invlev_dn": 748.4000244140625, "manhole_up": "manhole_2173_generated", "manhole_dn": "manhole_2174_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385664.027273919200525, 5858611.351026647724211 ], [ 1385700.387205619364977, 5858645.507954810746014 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E44", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 750.9000244140625, "elevtn_dn": 750.9000244140625, "invlev_up": 748.4000244140625, "invlev_dn": 748.4000244140625, "manhole_up": "manhole_2174_generated", "manhole_dn": "manhole_2175_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385700.387205619364977, 5858645.507954810746014 ], [ 1385734.601841112133116, 5858681.909404612146318 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E45", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 750.9000244140625, "elevtn_dn": 755.79998779296875, "invlev_up": 748.4000244140625, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_2175_generated", "manhole_dn": "manhole_2176_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385734.601841112133116, 5858681.909404612146318 ], [ 1385768.816476604901254, 5858718.310854412615299 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E46", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 755.79998779296875, "elevtn_dn": 755.79998779296875, "invlev_up": 753.29998779296875, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_2176_generated", "manhole_dn": "manhole_2177_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385768.816476604901254, 5858718.310854412615299 ], [ 1385802.200311921536922, 5858755.447309947572649 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_20_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "elevtn_up": 755.79998779296875, "elevtn_dn": 755.79998779296875, "invlev_up": 753.29998779296875, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_2177_generated", "manhole_dn": "manhole_2178_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385802.200311921536922, 5858755.447309947572649 ], [ 1385834.15946239954792, 5858793.844178703613579 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_21_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "elevtn_up": 756.29998779296875, "elevtn_dn": 765.0, "invlev_up": 753.79998779296875, "invlev_dn": 762.5, "manhole_up": "manhole_2179_generated", "manhole_dn": "manhole_2180_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385352.471788094611838, 5858398.70255031902343 ], [ 1385323.609449510695413, 5858430.098599229939282 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_21_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "elevtn_up": 765.0, "elevtn_dn": 765.0, "invlev_up": 762.5, "invlev_dn": 762.5, "manhole_up": "manhole_2180_generated", "manhole_dn": "manhole_2181_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385323.609449510695413, 5858430.098599229939282 ], [ 1385286.388775944709778, 5858419.306091710925102 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_21_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "elevtn_up": 765.0, "elevtn_dn": 758.9000244140625, "invlev_up": 762.5, "invlev_dn": 756.4000244140625, "manhole_up": "manhole_2181_generated", "manhole_dn": "manhole_2182_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385286.388775944709778, 5858419.306091710925102 ], [ 1385252.458742934046313, 5858394.201654580421746 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_21_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "elevtn_up": 758.9000244140625, "elevtn_dn": 758.9000244140625, "invlev_up": 756.4000244140625, "invlev_dn": 756.4000244140625, "manhole_up": "manhole_2182_generated", "manhole_dn": "manhole_2183_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385252.458742934046313, 5858394.201654580421746 ], [ 1385217.536378393415362, 5858369.72360460460186 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_21_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "elevtn_up": 758.9000244140625, "elevtn_dn": 756.79998779296875, "invlev_up": 756.4000244140625, "invlev_dn": 754.29998779296875, "manhole_up": "manhole_2183_generated", "manhole_dn": "manhole_2184_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385217.536378393415362, 5858369.72360460460186 ], [ 1385177.877519500209019, 5858363.975667187944055 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_23_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_23", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_23", "diameter": "0.5", "elevtn_up": 813.60003662109375, "elevtn_dn": 813.60003662109375, "invlev_up": 811.10003662109375, "invlev_dn": 811.10003662109375, "manhole_up": "manhole_2185_generated", "manhole_dn": "manhole_2186_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384748.107251951703802, 5858475.46539437584579 ], [ 1384773.662756133358926, 5858482.028828926384449 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_23_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_23", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_23", "diameter": "0.5", "elevtn_up": 813.60003662109375, "elevtn_dn": 813.60003662109375, "invlev_up": 811.10003662109375, "invlev_dn": 811.10003662109375, "manhole_up": "manhole_2186_generated", "manhole_dn": "manhole_2187_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384773.662756133358926, 5858482.028828926384449 ], [ 1384799.21826031524688, 5858488.592263477854431 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_24_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_24", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_24", "diameter": "0.5", "elevtn_up": 762.9000244140625, "elevtn_dn": 751.4000244140625, "invlev_up": 760.4000244140625, "invlev_dn": 748.9000244140625, "manhole_up": "manhole_2188_generated", "manhole_dn": "manhole_2189_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385831.554474999429658, 5858837.476550582796335 ], [ 1385834.933234154479578, 5858795.367517679929733 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_24_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_24", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_24", "diameter": "0.5", "elevtn_up": 751.4000244140625, "elevtn_dn": 759.70001220703125, "invlev_up": 748.9000244140625, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_2189_generated", "manhole_dn": "manhole_2190_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385834.933234154479578, 5858795.367517679929733 ], [ 1385855.640895856311545, 5858836.135079927742481 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_25_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_25", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_25", "diameter": "0.5", "elevtn_up": 786.79998779296875, "elevtn_dn": 791.20001220703125, "invlev_up": 784.29998779296875, "invlev_dn": 788.70001220703125, "manhole_up": "manhole_2191_generated", "manhole_dn": "manhole_2192_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385425.871741503709927, 5858809.522038951516151 ], [ 1385446.216239683330059, 5858844.397748519666493 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_25_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_25", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_25", "diameter": "0.5", "elevtn_up": 791.20001220703125, "elevtn_dn": 791.20001220703125, "invlev_up": 788.70001220703125, "invlev_dn": 788.70001220703125, "manhole_up": "manhole_2192_generated", "manhole_dn": "manhole_2193_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385446.216239683330059, 5858844.397748519666493 ], [ 1385453.998638280900195, 5858886.437654017470777 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_25_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_25", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_25", "diameter": "0.5", "elevtn_up": 791.20001220703125, "elevtn_dn": 783.0, "invlev_up": 788.70001220703125, "invlev_dn": 780.5, "manhole_up": "manhole_2193_generated", "manhole_dn": "manhole_2194_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385453.998638280900195, 5858886.437654017470777 ], [ 1385472.218053022632375, 5858925.273072509095073 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_26_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_26", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_26", "diameter": "0.5", "elevtn_up": 762.9000244140625, "elevtn_dn": 759.70001220703125, "invlev_up": 760.4000244140625, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_2188_generated", "manhole_dn": "manhole_2190_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385831.554474999429658, 5858837.476550582796335 ], [ 1385855.640895856311545, 5858836.135079927742481 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_29_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_29", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_29", "diameter": "0.5", "elevtn_up": 759.70001220703125, "elevtn_dn": 759.70001220703125, "invlev_up": 757.20001220703125, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_2195_generated", "manhole_dn": "manhole_2196_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385861.372513797832653, 5858893.832569030113518 ], [ 1385844.630084188189358, 5858865.848266057670116 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_29_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_29", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_29", "diameter": "0.5", "elevtn_up": 759.70001220703125, "elevtn_dn": 762.9000244140625, "invlev_up": 757.20001220703125, "invlev_dn": 760.4000244140625, "manhole_up": "manhole_2196_generated", "manhole_dn": "manhole_2188_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385844.630084188189358, 5858865.848266057670116 ], [ 1385831.554474999429658, 5858837.476550582796335 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_30_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "elevtn_up": 769.4000244140625, "elevtn_dn": 769.4000244140625, "invlev_up": 766.9000244140625, "invlev_dn": 766.9000244140625, "manhole_up": "manhole_2197_generated", "manhole_dn": "manhole_2198_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387137.22300889948383, 5858981.723106959834695 ], [ 1387148.04859330272302, 5859026.366797789931297 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_30_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "elevtn_up": 769.4000244140625, "elevtn_dn": 762.60003662109375, "invlev_up": 766.9000244140625, "invlev_dn": 760.10003662109375, "manhole_up": "manhole_2198_generated", "manhole_dn": "manhole_2199_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387148.04859330272302, 5859026.366797789931297 ], [ 1387119.95937648974359, 5859056.934598693624139 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_30_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "elevtn_up": 762.60003662109375, "elevtn_dn": 762.60003662109375, "invlev_up": 760.10003662109375, "invlev_dn": 760.10003662109375, "manhole_up": "manhole_2199_generated", "manhole_dn": "manhole_2200_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387119.95937648974359, 5859056.934598693624139 ], [ 1387074.832296247361228, 5859065.30100557859987 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_30_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "elevtn_up": 762.60003662109375, "elevtn_dn": 755.79998779296875, "invlev_up": 760.10003662109375, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_2200_generated", "manhole_dn": "manhole_2201_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387074.832296247361228, 5859065.30100557859987 ], [ 1387030.356415221933275, 5859076.86137125454843 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_30_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "elevtn_up": 755.79998779296875, "elevtn_dn": 772.4000244140625, "invlev_up": 753.29998779296875, "invlev_dn": 769.9000244140625, "manhole_up": "manhole_2201_generated", "manhole_dn": "manhole_2202_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387030.356415221933275, 5859076.86137125454843 ], [ 1386986.427998587489128, 5859090.309648380614817 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_30_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "elevtn_up": 772.4000244140625, "elevtn_dn": 761.60003662109375, "invlev_up": 769.9000244140625, "invlev_dn": 759.10003662109375, "manhole_up": "manhole_2202_generated", "manhole_dn": "manhole_2203_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386986.427998587489128, 5859090.309648380614817 ], [ 1386945.966695382725447, 5859111.788386604748666 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_30_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "elevtn_up": 761.60003662109375, "elevtn_dn": 761.60003662109375, "invlev_up": 759.10003662109375, "invlev_dn": 759.10003662109375, "manhole_up": "manhole_2203_generated", "manhole_dn": "manhole_2204_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386945.966695382725447, 5859111.788386604748666 ], [ 1386905.77102447184734, 5859134.105928846634924 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_30_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "elevtn_up": 761.60003662109375, "elevtn_dn": 761.60003662109375, "invlev_up": 759.10003662109375, "invlev_dn": 759.10003662109375, "manhole_up": "manhole_2204_generated", "manhole_dn": "manhole_2205_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386905.77102447184734, 5859134.105928846634924 ], [ 1386871.537448140559718, 5859162.609670763835311 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 761.60003662109375, "elevtn_dn": 761.60003662109375, "invlev_up": 759.10003662109375, "invlev_dn": 759.10003662109375, "manhole_up": "manhole_2205_generated", "manhole_dn": "manhole_2206_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386871.537448140559718, 5859162.609670763835311 ], [ 1386921.106019288301468, 5859163.103915391489863 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 761.60003662109375, "elevtn_dn": 772.4000244140625, "invlev_up": 759.10003662109375, "invlev_dn": 769.9000244140625, "manhole_up": "manhole_2206_generated", "manhole_dn": "manhole_2207_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386921.106019288301468, 5859163.103915391489863 ], [ 1386970.627896018791944, 5859161.624508504755795 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 772.4000244140625, "elevtn_dn": 772.4000244140625, "invlev_up": 769.9000244140625, "invlev_dn": 769.9000244140625, "manhole_up": "manhole_2207_generated", "manhole_dn": "manhole_2208_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386970.627896018791944, 5859161.624508504755795 ], [ 1387019.993600395740941, 5859157.412991388700902 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 772.4000244140625, "elevtn_dn": 781.10003662109375, "invlev_up": 769.9000244140625, "invlev_dn": 778.60003662109375, "manhole_up": "manhole_2208_generated", "manhole_dn": "manhole_2209_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387019.993600395740941, 5859157.412991388700902 ], [ 1387069.191225855611265, 5859151.340004274621606 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 781.10003662109375, "elevtn_dn": 781.10003662109375, "invlev_up": 778.60003662109375, "invlev_dn": 778.60003662109375, "manhole_up": "manhole_2209_generated", "manhole_dn": "manhole_2210_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387069.191225855611265, 5859151.340004274621606 ], [ 1387118.547863835236058, 5859146.828392788767815 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 781.10003662109375, "elevtn_dn": 786.4000244140625, "invlev_up": 778.60003662109375, "invlev_dn": 783.9000244140625, "manhole_up": "manhole_2210_generated", "manhole_dn": "manhole_2211_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387118.547863835236058, 5859146.828392788767815 ], [ 1387167.916038708761334, 5859151.025294326245785 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 786.4000244140625, "elevtn_dn": 786.4000244140625, "invlev_up": 783.9000244140625, "invlev_dn": 783.9000244140625, "manhole_up": "manhole_2211_generated", "manhole_dn": "manhole_2212_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387167.916038708761334, 5859151.025294326245785 ], [ 1387217.282604865729809, 5859155.523034786805511 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 786.4000244140625, "elevtn_dn": 787.60003662109375, "invlev_up": 783.9000244140625, "invlev_dn": 785.10003662109375, "manhole_up": "manhole_2212_generated", "manhole_dn": "manhole_2213_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387217.282604865729809, 5859155.523034786805511 ], [ 1387266.649171022465453, 5859160.020775248296559 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 787.60003662109375, "elevtn_dn": 787.60003662109375, "invlev_up": 785.10003662109375, "invlev_dn": 785.10003662109375, "manhole_up": "manhole_2213_generated", "manhole_dn": "manhole_2214_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387266.649171022465453, 5859160.020775248296559 ], [ 1387315.831188223091885, 5859165.716172898188233 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 787.60003662109375, "elevtn_dn": 790.4000244140625, "invlev_up": 785.10003662109375, "invlev_dn": 787.9000244140625, "manhole_up": "manhole_2214_generated", "manhole_dn": "manhole_2215_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387315.831188223091885, 5859165.716172898188233 ], [ 1387364.261764668161049, 5859176.288154195994139 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 790.4000244140625, "elevtn_dn": 790.4000244140625, "invlev_up": 787.9000244140625, "invlev_dn": 787.9000244140625, "manhole_up": "manhole_2215_generated", "manhole_dn": "manhole_2216_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387364.261764668161049, 5859176.288154195994139 ], [ 1387411.186259990092367, 5859192.118345031514764 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 790.4000244140625, "elevtn_dn": 789.10003662109375, "invlev_up": 787.9000244140625, "invlev_dn": 786.60003662109375, "manhole_up": "manhole_2216_generated", "manhole_dn": "manhole_2217_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387411.186259990092367, 5859192.118345031514764 ], [ 1387455.544592748628929, 5859213.906051598489285 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 789.10003662109375, "elevtn_dn": 817.20001220703125, "invlev_up": 786.60003662109375, "invlev_dn": 814.70001220703125, "manhole_up": "manhole_2217_generated", "manhole_dn": "manhole_2218_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387455.544592748628929, 5859213.906051598489285 ], [ 1387490.610425172373652, 5859248.94134864397347 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 817.20001220703125, "elevtn_dn": 818.20001220703125, "invlev_up": 814.70001220703125, "invlev_dn": 815.70001220703125, "manhole_up": "manhole_2218_generated", "manhole_dn": "manhole_2219_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387490.610425172373652, 5859248.94134864397347 ], [ 1387525.979065561201423, 5859283.669168318621814 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 818.20001220703125, "elevtn_dn": 818.20001220703125, "invlev_up": 815.70001220703125, "invlev_dn": 815.70001220703125, "manhole_up": "manhole_2219_generated", "manhole_dn": "manhole_2220_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387525.979065561201423, 5859283.669168318621814 ], [ 1387563.532416822388768, 5859316.0270627560094 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 818.20001220703125, "elevtn_dn": 802.79998779296875, "invlev_up": 815.70001220703125, "invlev_dn": 800.29998779296875, "manhole_up": "manhole_2220_generated", "manhole_dn": "manhole_2221_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387563.532416822388768, 5859316.0270627560094 ], [ 1387601.085768083808944, 5859348.384957193396986 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 802.79998779296875, "elevtn_dn": 837.70001220703125, "invlev_up": 800.29998779296875, "invlev_dn": 835.20001220703125, "manhole_up": "manhole_2221_generated", "manhole_dn": "manhole_2222_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387601.085768083808944, 5859348.384957193396986 ], [ 1387638.639119345229119, 5859380.742851630784571 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 837.70001220703125, "elevtn_dn": 837.70001220703125, "invlev_up": 835.20001220703125, "invlev_dn": 835.20001220703125, "manhole_up": "manhole_2222_generated", "manhole_dn": "manhole_2223_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387638.639119345229119, 5859380.742851630784571 ], [ 1387676.192470606416464, 5859413.100746068172157 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 837.70001220703125, "elevtn_dn": 828.79998779296875, "invlev_up": 835.20001220703125, "invlev_dn": 826.29998779296875, "manhole_up": "manhole_2223_generated", "manhole_dn": "manhole_2224_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387676.192470606416464, 5859413.100746068172157 ], [ 1387713.745821867836639, 5859445.45864050462842 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 828.79998779296875, "elevtn_dn": 828.79998779296875, "invlev_up": 826.29998779296875, "invlev_dn": 826.29998779296875, "manhole_up": "manhole_2224_generated", "manhole_dn": "manhole_2225_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387713.745821867836639, 5859445.45864050462842 ], [ 1387750.394377880264074, 5859478.825171477161348 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 828.79998779296875, "elevtn_dn": 854.29998779296875, "invlev_up": 826.29998779296875, "invlev_dn": 851.79998779296875, "manhole_up": "manhole_2225_generated", "manhole_dn": "manhole_2226_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387750.394377880264074, 5859478.825171477161348 ], [ 1387786.626276910537854, 5859512.656178202480078 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 854.29998779296875, "elevtn_dn": 854.29998779296875, "invlev_up": 851.79998779296875, "invlev_dn": 851.79998779296875, "manhole_up": "manhole_2226_generated", "manhole_dn": "manhole_2227_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387786.626276910537854, 5859512.656178202480078 ], [ 1387822.858175940578803, 5859546.487184926867485 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 854.29998779296875, "elevtn_dn": 854.29998779296875, "invlev_up": 851.79998779296875, "invlev_dn": 851.79998779296875, "manhole_up": "manhole_2227_generated", "manhole_dn": "manhole_2228_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387822.858175940578803, 5859546.487184926867485 ], [ 1387850.662340233800933, 5859586.980695966631174 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 854.29998779296875, "elevtn_dn": 891.20001220703125, "invlev_up": 851.79998779296875, "invlev_dn": 888.70001220703125, "manhole_up": "manhole_2228_generated", "manhole_dn": "manhole_2229_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387850.662340233800933, 5859586.980695966631174 ], [ 1387868.193221996771172, 5859633.330900657922029 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 891.20001220703125, "elevtn_dn": 876.20001220703125, "invlev_up": 888.70001220703125, "invlev_dn": 873.70001220703125, "manhole_up": "manhole_2229_generated", "manhole_dn": "manhole_2230_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387868.193221996771172, 5859633.330900657922029 ], [ 1387885.535610173596069, 5859679.769344814121723 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 876.20001220703125, "elevtn_dn": 876.20001220703125, "invlev_up": 873.70001220703125, "invlev_dn": 873.70001220703125, "manhole_up": "manhole_2230_generated", "manhole_dn": "manhole_2231_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387885.535610173596069, 5859679.769344814121723 ], [ 1387902.854485532967374, 5859726.216552678495646 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 876.20001220703125, "elevtn_dn": 898.29998779296875, "invlev_up": 873.70001220703125, "invlev_dn": 895.79998779296875, "manhole_up": "manhole_2231_generated", "manhole_dn": "manhole_2232_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387902.854485532967374, 5859726.216552678495646 ], [ 1387920.137465380365029, 5859772.67713953461498 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 898.29998779296875, "elevtn_dn": 898.29998779296875, "invlev_up": 895.79998779296875, "invlev_dn": 895.79998779296875, "manhole_up": "manhole_2232_generated", "manhole_dn": "manhole_2233_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387920.137465380365029, 5859772.67713953461498 ], [ 1387937.420445227529854, 5859819.137726389802992 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 898.29998779296875, "elevtn_dn": 898.29998779296875, "invlev_up": 895.79998779296875, "invlev_dn": 895.79998779296875, "manhole_up": "manhole_2233_generated", "manhole_dn": "manhole_2234_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387937.420445227529854, 5859819.137726389802992 ], [ 1387948.863530882401392, 5859867.082766367122531 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 898.29998779296875, "elevtn_dn": 918.5, "invlev_up": 895.79998779296875, "invlev_dn": 916.0, "manhole_up": "manhole_2234_generated", "manhole_dn": "manhole_2235_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387948.863530882401392, 5859867.082766367122531 ], [ 1387950.013254075078294, 5859916.565449987538159 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 918.5, "elevtn_dn": 918.5, "invlev_up": 916.0, "invlev_dn": 916.0, "manhole_up": "manhole_2235_generated", "manhole_dn": "manhole_2236_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387950.013254075078294, 5859916.565449987538159 ], [ 1387947.430782878771424, 5859966.047936389222741 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 918.5, "elevtn_dn": 918.5, "invlev_up": 916.0, "invlev_dn": 916.0, "manhole_up": "manhole_2236_generated", "manhole_dn": "manhole_2237_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387947.430782878771424, 5859966.047936389222741 ], [ 1387943.997958281077445, 5860015.499966060742736 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 918.5, "elevtn_dn": 948.60003662109375, "invlev_up": 916.0, "invlev_dn": 946.10003662109375, "manhole_up": "manhole_2237_generated", "manhole_dn": "manhole_2238_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387943.997958281077445, 5860015.499966060742736 ], [ 1387940.565133683150634, 5860064.951995733194053 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 948.60003662109375, "elevtn_dn": 948.60003662109375, "invlev_up": 946.10003662109375, "invlev_dn": 946.10003662109375, "manhole_up": "manhole_2238_generated", "manhole_dn": "manhole_2239_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.565133683150634, 5860064.951995733194053 ], [ 1387945.371777657186612, 5860113.959104515612125 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 948.60003662109375, "elevtn_dn": 948.60003662109375, "invlev_up": 946.10003662109375, "invlev_dn": 946.10003662109375, "manhole_up": "manhole_2239_generated", "manhole_dn": "manhole_2240_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387945.371777657186612, 5860113.959104515612125 ], [ 1387964.117816498270258, 5860159.736532494425774 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 948.60003662109375, "elevtn_dn": 940.5, "invlev_up": 946.10003662109375, "invlev_dn": 938.0, "manhole_up": "manhole_2240_generated", "manhole_dn": "manhole_2241_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387964.117816498270258, 5860159.736532494425774 ], [ 1387984.093857799191028, 5860205.104420888237655 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 940.5, "elevtn_dn": 940.5, "invlev_up": 938.0, "invlev_dn": 938.0, "manhole_up": "manhole_2241_generated", "manhole_dn": "manhole_2242_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387984.093857799191028, 5860205.104420888237655 ], [ 1388004.069899099878967, 5860250.472309282049537 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 940.5, "elevtn_dn": 940.5, "invlev_up": 938.0, "invlev_dn": 938.0, "manhole_up": "manhole_2242_generated", "manhole_dn": "manhole_2243_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388004.069899099878967, 5860250.472309282049537 ], [ 1388027.68692572391592, 5860293.896034284494817 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 940.5, "elevtn_dn": 971.70001220703125, "invlev_up": 938.0, "invlev_dn": 969.20001220703125, "manhole_up": "manhole_2243_generated", "manhole_dn": "manhole_2244_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388027.68692572391592, 5860293.896034284494817 ], [ 1388060.096315970877185, 5860331.348726416006684 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 971.70001220703125, "elevtn_dn": 935.5, "invlev_up": 969.20001220703125, "invlev_dn": 933.0, "manhole_up": "manhole_2244_generated", "manhole_dn": "manhole_2245_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388060.096315970877185, 5860331.348726416006684 ], [ 1388092.967688721138984, 5860368.453448176383972 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 935.5, "elevtn_dn": 935.5, "invlev_up": 933.0, "invlev_dn": 933.0, "manhole_up": "manhole_2245_generated", "manhole_dn": "manhole_2246_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388092.967688721138984, 5860368.453448176383972 ], [ 1388119.020827289205045, 5860410.510251956991851 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 935.5, "elevtn_dn": 949.9000244140625, "invlev_up": 933.0, "invlev_dn": 947.4000244140625, "manhole_up": "manhole_2246_generated", "manhole_dn": "manhole_2247_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388119.020827289205045, 5860410.510251956991851 ], [ 1388143.407622833969072, 5860453.667774203233421 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E42", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 949.9000244140625, "elevtn_dn": 924.60003662109375, "invlev_up": 947.4000244140625, "invlev_dn": 922.10003662109375, "manhole_up": "manhole_2247_generated", "manhole_dn": "manhole_2248_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388143.407622833969072, 5860453.667774203233421 ], [ 1388167.794418378733099, 5860496.82529644947499 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E43", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 924.60003662109375, "elevtn_dn": 924.60003662109375, "invlev_up": 922.10003662109375, "invlev_dn": 922.10003662109375, "manhole_up": "manhole_2248_generated", "manhole_dn": "manhole_2249_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388167.794418378733099, 5860496.82529644947499 ], [ 1388187.41186453984119, 5860542.097804954275489 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E44", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 924.60003662109375, "elevtn_dn": 942.4000244140625, "invlev_up": 922.10003662109375, "invlev_dn": 939.9000244140625, "manhole_up": "manhole_2249_generated", "manhole_dn": "manhole_2250_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388187.41186453984119, 5860542.097804954275489 ], [ 1388193.385166377527639, 5860591.251542154699564 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E45", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 942.4000244140625, "elevtn_dn": 942.4000244140625, "invlev_up": 939.9000244140625, "invlev_dn": 939.9000244140625, "manhole_up": "manhole_2250_generated", "manhole_dn": "manhole_2251_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388193.385166377527639, 5860591.251542154699564 ], [ 1388198.812296225922182, 5860640.524595490656793 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E46", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 942.4000244140625, "elevtn_dn": 942.4000244140625, "invlev_up": 939.9000244140625, "invlev_dn": 939.9000244140625, "manhole_up": "manhole_2251_generated", "manhole_dn": "manhole_2252_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388198.812296225922182, 5860640.524595490656793 ], [ 1388204.239426074549556, 5860689.7976488256827 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 942.4000244140625, "elevtn_dn": 955.0, "invlev_up": 939.9000244140625, "invlev_dn": 952.5, "manhole_up": "manhole_2252_generated", "manhole_dn": "manhole_2253_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388204.239426074549556, 5860689.7976488256827 ], [ 1388184.484932377934456, 5860730.700381714850664 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E48", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_2253_generated", "manhole_dn": "manhole_2254_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388184.484932377934456, 5860730.700381714850664 ], [ 1388159.550175313837826, 5860759.392759991809726 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E49", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_2254_generated", "manhole_dn": "manhole_2255_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388159.550175313837826, 5860759.392759991809726 ], [ 1388171.988544700434431, 5860807.377908634953201 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E50", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_2255_generated", "manhole_dn": "manhole_2256_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388171.988544700434431, 5860807.377908634953201 ], [ 1388215.013825689908117, 5860825.214942933060229 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E51", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 955.0, "elevtn_dn": 941.10003662109375, "invlev_up": 952.5, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_2256_generated", "manhole_dn": "manhole_2257_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388215.013825689908117, 5860825.214942933060229 ], [ 1388264.397385431453586, 5860829.298032846301794 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E52", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 941.10003662109375, "elevtn_dn": 941.10003662109375, "invlev_up": 938.60003662109375, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_2257_generated", "manhole_dn": "manhole_2258_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388264.397385431453586, 5860829.298032846301794 ], [ 1388313.062299854354933, 5860837.304878970608115 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E53", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 941.10003662109375, "elevtn_dn": 937.5, "invlev_up": 938.60003662109375, "invlev_dn": 935.0, "manhole_up": "manhole_2258_generated", "manhole_dn": "manhole_2259_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388313.062299854354933, 5860837.304878970608115 ], [ 1388360.993895401246846, 5860849.948045967146754 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E54", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 937.5, "elevtn_dn": 937.5, "invlev_up": 935.0, "invlev_dn": 935.0, "manhole_up": "manhole_2259_generated", "manhole_dn": "manhole_2260_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388360.993895401246846, 5860849.948045967146754 ], [ 1388408.925490947905928, 5860862.591212964616716 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E55", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 937.5, "elevtn_dn": 937.60003662109375, "invlev_up": 935.0, "invlev_dn": 935.10003662109375, "manhole_up": "manhole_2260_generated", "manhole_dn": "manhole_2261_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388408.925490947905928, 5860862.591212964616716 ], [ 1388458.220990223577246, 5860866.957201769575477 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E56", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 937.60003662109375, "elevtn_dn": 937.60003662109375, "invlev_up": 935.10003662109375, "invlev_dn": 935.10003662109375, "manhole_up": "manhole_2261_generated", "manhole_dn": "manhole_2262_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388458.220990223577246, 5860866.957201769575477 ], [ 1388507.336333080893382, 5860873.218384950421751 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E57", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 937.60003662109375, "elevtn_dn": 941.20001220703125, "invlev_up": 935.10003662109375, "invlev_dn": 938.70001220703125, "manhole_up": "manhole_2262_generated", "manhole_dn": "manhole_2263_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388507.336333080893382, 5860873.218384950421751 ], [ 1388556.215695114107803, 5860881.470384138636291 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E58", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 941.20001220703125, "elevtn_dn": 941.20001220703125, "invlev_up": 938.70001220703125, "invlev_dn": 938.70001220703125, "manhole_up": "manhole_2263_generated", "manhole_dn": "manhole_2264_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388556.215695114107803, 5860881.470384138636291 ], [ 1388604.556662159739062, 5860892.361969010904431 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E59", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 941.20001220703125, "elevtn_dn": 943.10003662109375, "invlev_up": 938.70001220703125, "invlev_dn": 940.60003662109375, "manhole_up": "manhole_2264_generated", "manhole_dn": "manhole_2265_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388604.556662159739062, 5860892.361969010904431 ], [ 1388653.59940263046883, 5860897.15789801068604 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E60", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 943.10003662109375, "elevtn_dn": 943.10003662109375, "invlev_up": 940.60003662109375, "invlev_dn": 940.60003662109375, "manhole_up": "manhole_2265_generated", "manhole_dn": "manhole_2266_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388653.59940263046883, 5860897.15789801068604 ], [ 1388700.080393208190799, 5860881.090511013753712 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E61", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 943.10003662109375, "elevtn_dn": 946.10003662109375, "invlev_up": 940.60003662109375, "invlev_dn": 943.60003662109375, "manhole_up": "manhole_2266_generated", "manhole_dn": "manhole_2267_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388700.080393208190799, 5860881.090511013753712 ], [ 1388732.687003659084439, 5860844.794781206175685 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E62", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 946.10003662109375, "elevtn_dn": 952.60003662109375, "invlev_up": 943.60003662109375, "invlev_dn": 950.10003662109375, "manhole_up": "manhole_2267_generated", "manhole_dn": "manhole_2268_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388732.687003659084439, 5860844.794781206175685 ], [ 1388755.953327334951609, 5860801.023035684600472 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E63", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 952.60003662109375, "elevtn_dn": 952.60003662109375, "invlev_up": 950.10003662109375, "invlev_dn": 950.10003662109375, "manhole_up": "manhole_2268_generated", "manhole_dn": "manhole_2269_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388755.953327334951609, 5860801.023035684600472 ], [ 1388778.23369869007729, 5860756.84024004638195 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E64", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 952.60003662109375, "elevtn_dn": 952.60003662109375, "invlev_up": 950.10003662109375, "invlev_dn": 950.10003662109375, "manhole_up": "manhole_2269_generated", "manhole_dn": "manhole_2270_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388778.23369869007729, 5860756.84024004638195 ], [ 1388792.950793598080054, 5860709.504263866692781 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E65", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 952.60003662109375, "elevtn_dn": 953.79998779296875, "invlev_up": 950.10003662109375, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_2270_generated", "manhole_dn": "manhole_2271_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388792.950793598080054, 5860709.504263866692781 ], [ 1388807.667888506315649, 5860662.168287687934935 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E66", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 953.79998779296875, "elevtn_dn": 953.79998779296875, "invlev_up": 951.29998779296875, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_2271_generated", "manhole_dn": "manhole_2272_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388807.667888506315649, 5860662.168287687934935 ], [ 1388819.224422588944435, 5860613.968191100284457 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E67", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 953.79998779296875, "elevtn_dn": 955.70001220703125, "invlev_up": 951.29998779296875, "invlev_dn": 953.20001220703125, "manhole_up": "manhole_2272_generated", "manhole_dn": "manhole_2273_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388819.224422588944435, 5860613.968191100284457 ], [ 1388830.63825476472266, 5860565.72907877061516 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E68", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 955.70001220703125, "elevtn_dn": 955.70001220703125, "invlev_up": 953.20001220703125, "invlev_dn": 953.20001220703125, "manhole_up": "manhole_2273_generated", "manhole_dn": "manhole_2274_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388830.63825476472266, 5860565.72907877061516 ], [ 1388842.052086940500885, 5860517.489966440014541 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E69", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 955.70001220703125, "elevtn_dn": 955.70001220703125, "invlev_up": 953.20001220703125, "invlev_dn": 953.20001220703125, "manhole_up": "manhole_2274_generated", "manhole_dn": "manhole_2275_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388842.052086940500885, 5860517.489966440014541 ], [ 1388862.77624000934884, 5860472.578981296159327 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E70", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 955.70001220703125, "elevtn_dn": 964.70001220703125, "invlev_up": 953.20001220703125, "invlev_dn": 962.20001220703125, "manhole_up": "manhole_2275_generated", "manhole_dn": "manhole_2276_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388862.77624000934884, 5860472.578981296159327 ], [ 1388884.529400010826066, 5860428.03588358964771 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E71", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 964.70001220703125, "elevtn_dn": 951.29998779296875, "invlev_up": 962.20001220703125, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_2276_generated", "manhole_dn": "manhole_2277_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388884.529400010826066, 5860428.03588358964771 ], [ 1388906.282637836178765, 5860383.492823889479041 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E72", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_2277_generated", "manhole_dn": "manhole_2278_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388906.282637836178765, 5860383.492823889479041 ], [ 1388933.946375871310011, 5860342.419800435192883 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_32_E73", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_2278_generated", "manhole_dn": "manhole_2279_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388933.946375871310011, 5860342.419800435192883 ], [ 1388962.240715913940221, 5860301.717001453973353 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 761.60003662109375, "elevtn_dn": 752.29998779296875, "invlev_up": 759.10003662109375, "invlev_dn": 749.79998779296875, "manhole_up": "manhole_2205_generated", "manhole_dn": "manhole_2280_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386871.537448140559718, 5859162.609670763835311 ], [ 1386825.19834817154333, 5859175.156894122250378 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 752.29998779296875, "elevtn_dn": 752.29998779296875, "invlev_up": 749.79998779296875, "invlev_dn": 749.79998779296875, "manhole_up": "manhole_2280_generated", "manhole_dn": "manhole_2281_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386825.19834817154333, 5859175.156894122250378 ], [ 1386779.333999397465959, 5859189.44842192158103 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 752.29998779296875, "elevtn_dn": 738.0, "invlev_up": 749.79998779296875, "invlev_dn": 735.5, "manhole_up": "manhole_2281_generated", "manhole_dn": "manhole_2282_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386779.333999397465959, 5859189.44842192158103 ], [ 1386733.445003136992455, 5859203.660136871039867 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 738.0, "elevtn_dn": 738.0, "invlev_up": 735.5, "invlev_dn": 735.5, "manhole_up": "manhole_2282_generated", "manhole_dn": "manhole_2283_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386733.445003136992455, 5859203.660136871039867 ], [ 1386687.508546756347641, 5859217.718167688697577 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 738.0, "elevtn_dn": 763.29998779296875, "invlev_up": 735.5, "invlev_dn": 760.79998779296875, "manhole_up": "manhole_2283_generated", "manhole_dn": "manhole_2284_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386687.508546756347641, 5859217.718167688697577 ], [ 1386641.572090375469998, 5859231.776198507286608 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 763.29998779296875, "elevtn_dn": 763.29998779296875, "invlev_up": 760.79998779296875, "invlev_dn": 760.79998779296875, "manhole_up": "manhole_2284_generated", "manhole_dn": "manhole_2285_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386641.572090375469998, 5859231.776198507286608 ], [ 1386595.451642262749374, 5859245.168246414512396 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 763.29998779296875, "elevtn_dn": 754.60003662109375, "invlev_up": 760.79998779296875, "invlev_dn": 752.10003662109375, "manhole_up": "manhole_2285_generated", "manhole_dn": "manhole_2286_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386595.451642262749374, 5859245.168246414512396 ], [ 1386548.813360751140863, 5859256.685926430858672 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 754.60003662109375, "elevtn_dn": 754.60003662109375, "invlev_up": 752.10003662109375, "invlev_dn": 752.10003662109375, "manhole_up": "manhole_2286_generated", "manhole_dn": "manhole_2287_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386548.813360751140863, 5859256.685926430858672 ], [ 1386502.175079239532351, 5859268.203606447204947 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 754.60003662109375, "elevtn_dn": 742.5, "invlev_up": 752.10003662109375, "invlev_dn": 740.0, "manhole_up": "manhole_2287_generated", "manhole_dn": "manhole_2288_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386502.175079239532351, 5859268.203606447204947 ], [ 1386455.354356503346935, 5859278.943273726850748 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 742.5, "elevtn_dn": 742.5, "invlev_up": 740.0, "invlev_dn": 740.0, "manhole_up": "manhole_2288_generated", "manhole_dn": "manhole_2289_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386455.354356503346935, 5859278.943273726850748 ], [ 1386408.879239794565365, 5859290.671229789964855 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 742.5, "elevtn_dn": 717.60003662109375, "invlev_up": 740.0, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_2289_generated", "manhole_dn": "manhole_2290_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386408.879239794565365, 5859290.671229789964855 ], [ 1386364.691368696978316, 5859309.518465746194124 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 717.60003662109375, "elevtn_dn": 717.60003662109375, "invlev_up": 715.10003662109375, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_2290_generated", "manhole_dn": "manhole_2291_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386364.691368696978316, 5859309.518465746194124 ], [ 1386320.503497599391267, 5859328.365701701492071 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_33_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "elevtn_up": 717.60003662109375, "elevtn_dn": 711.0, "invlev_up": 715.10003662109375, "invlev_dn": 708.5, "manhole_up": "manhole_2291_generated", "manhole_dn": "manhole_2292_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386320.503497599391267, 5859328.365701701492071 ], [ 1386273.173811787506565, 5859335.36546028777957 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 951.29998779296875, "elevtn_dn": 953.70001220703125, "invlev_up": 948.79998779296875, "invlev_dn": 951.20001220703125, "manhole_up": "manhole_10_generated", "manhole_dn": "manhole_2293_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388946.301100668497384, 5860414.883977899327874 ], [ 1388922.246059404918924, 5860458.418739438988268 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 953.70001220703125, "elevtn_dn": 953.70001220703125, "invlev_up": 951.20001220703125, "invlev_dn": 951.20001220703125, "manhole_up": "manhole_2293_generated", "manhole_dn": "manhole_2294_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388922.246059404918924, 5860458.418739438988268 ], [ 1388900.295977992936969, 5860503.075897979550064 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 953.70001220703125, "elevtn_dn": 955.70001220703125, "invlev_up": 951.20001220703125, "invlev_dn": 953.20001220703125, "manhole_up": "manhole_2294_generated", "manhole_dn": "manhole_2295_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388900.295977992936969, 5860503.075897979550064 ], [ 1388878.345896581187844, 5860547.733056520111859 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 955.70001220703125, "elevtn_dn": 953.79998779296875, "invlev_up": 953.20001220703125, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_2295_generated", "manhole_dn": "manhole_2296_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388878.345896581187844, 5860547.733056520111859 ], [ 1388856.887740465346724, 5860592.570927501656115 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 953.79998779296875, "elevtn_dn": 953.79998779296875, "invlev_up": 951.29998779296875, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_2296_generated", "manhole_dn": "manhole_2297_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388856.887740465346724, 5860592.570927501656115 ], [ 1388853.076019846601412, 5860641.795407227240503 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 953.79998779296875, "elevtn_dn": 953.79998779296875, "invlev_up": 951.29998779296875, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_2297_generated", "manhole_dn": "manhole_2298_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388853.076019846601412, 5860641.795407227240503 ], [ 1388856.119826921960339, 5860691.462329030036926 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 953.79998779296875, "elevtn_dn": 952.5, "invlev_up": 951.29998779296875, "invlev_dn": 950.0, "manhole_up": "manhole_2298_generated", "manhole_dn": "manhole_2299_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388856.119826921960339, 5860691.462329030036926 ], [ 1388859.163633997086436, 5860741.12925083283335 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 952.5, "elevtn_dn": 952.5, "invlev_up": 950.0, "invlev_dn": 950.0, "manhole_up": "manhole_2299_generated", "manhole_dn": "manhole_2300_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388859.163633997086436, 5860741.12925083283335 ], [ 1388862.207441072445363, 5860790.796172635629773 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 952.5, "elevtn_dn": 945.5, "invlev_up": 950.0, "invlev_dn": 943.0, "manhole_up": "manhole_2300_generated", "manhole_dn": "manhole_2301_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388862.207441072445363, 5860790.796172635629773 ], [ 1388866.356326055014506, 5860840.344227194786072 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 945.5, "elevtn_dn": 945.5, "invlev_up": 943.0, "invlev_dn": 943.0, "manhole_up": "manhole_2301_generated", "manhole_dn": "manhole_2302_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388866.356326055014506, 5860840.344227194786072 ], [ 1388873.944740658160299, 5860889.522310186177492 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 945.5, "elevtn_dn": 945.5, "invlev_up": 943.0, "invlev_dn": 943.0, "manhole_up": "manhole_2302_generated", "manhole_dn": "manhole_2303_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388873.944740658160299, 5860889.522310186177492 ], [ 1388883.17427325528115, 5860938.398467163555324 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 945.5, "elevtn_dn": 937.4000244140625, "invlev_up": 943.0, "invlev_dn": 934.9000244140625, "manhole_up": "manhole_2303_generated", "manhole_dn": "manhole_2304_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388883.17427325528115, 5860938.398467163555324 ], [ 1388890.216840920504183, 5860987.212368851527572 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 937.4000244140625, "elevtn_dn": 937.4000244140625, "invlev_up": 934.9000244140625, "invlev_dn": 934.9000244140625, "manhole_up": "manhole_2304_generated", "manhole_dn": "manhole_2305_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388890.216840920504183, 5860987.212368851527572 ], [ 1388884.322194910608232, 5861036.62209493201226 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 937.4000244140625, "elevtn_dn": 937.4000244140625, "invlev_up": 934.9000244140625, "invlev_dn": 934.9000244140625, "manhole_up": "manhole_2305_generated", "manhole_dn": "manhole_2306_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388884.322194910608232, 5861036.62209493201226 ], [ 1388878.427548900712281, 5861086.031821011565626 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 937.4000244140625, "elevtn_dn": 930.4000244140625, "invlev_up": 934.9000244140625, "invlev_dn": 927.9000244140625, "manhole_up": "manhole_2306_generated", "manhole_dn": "manhole_2307_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388878.427548900712281, 5861086.031821011565626 ], [ 1388872.532902890816331, 5861135.441547092050314 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 930.4000244140625, "elevtn_dn": 930.4000244140625, "invlev_up": 927.9000244140625, "invlev_dn": 927.9000244140625, "manhole_up": "manhole_2307_generated", "manhole_dn": "manhole_2308_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388872.532902890816331, 5861135.441547092050314 ], [ 1388866.63825688092038, 5861184.851273172535002 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 930.4000244140625, "elevtn_dn": 930.4000244140625, "invlev_up": 927.9000244140625, "invlev_dn": 927.9000244140625, "manhole_up": "manhole_2308_generated", "manhole_dn": "manhole_2309_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388866.63825688092038, 5861184.851273172535002 ], [ 1388854.620840607210994, 5861232.489912945777178 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 930.4000244140625, "elevtn_dn": 926.60003662109375, "invlev_up": 927.9000244140625, "invlev_dn": 924.10003662109375, "manhole_up": "manhole_2309_generated", "manhole_dn": "manhole_2310_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388854.620840607210994, 5861232.489912945777178 ], [ 1388833.22756120422855, 5861277.416469449177384 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 926.60003662109375, "elevtn_dn": 926.60003662109375, "invlev_up": 924.10003662109375, "invlev_dn": 924.10003662109375, "manhole_up": "manhole_2310_generated", "manhole_dn": "manhole_2311_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388833.22756120422855, 5861277.416469449177384 ], [ 1388811.834281801246107, 5861322.343025953508914 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 926.60003662109375, "elevtn_dn": 931.10003662109375, "invlev_up": 924.10003662109375, "invlev_dn": 928.60003662109375, "manhole_up": "manhole_2311_generated", "manhole_dn": "manhole_2312_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388811.834281801246107, 5861322.343025953508914 ], [ 1388790.441002398030832, 5861367.26958245690912 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 931.10003662109375, "elevtn_dn": 922.20001220703125, "invlev_up": 928.60003662109375, "invlev_dn": 919.70001220703125, "manhole_up": "manhole_2312_generated", "manhole_dn": "manhole_2313_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388790.441002398030832, 5861367.26958245690912 ], [ 1388769.047722995048389, 5861412.196138960309327 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 922.20001220703125, "elevtn_dn": 922.20001220703125, "invlev_up": 919.70001220703125, "invlev_dn": 919.70001220703125, "manhole_up": "manhole_2313_generated", "manhole_dn": "manhole_2314_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388769.047722995048389, 5861412.196138960309327 ], [ 1388747.654443592065945, 5861457.122695464640856 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 922.20001220703125, "elevtn_dn": 922.20001220703125, "invlev_up": 919.70001220703125, "invlev_dn": 919.70001220703125, "manhole_up": "manhole_2314_generated", "manhole_dn": "manhole_2315_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388747.654443592065945, 5861457.122695464640856 ], [ 1388725.026126575190574, 5861501.410491958260536 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 922.20001220703125, "elevtn_dn": 900.20001220703125, "invlev_up": 919.70001220703125, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_2315_generated", "manhole_dn": "manhole_2316_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388725.026126575190574, 5861501.410491958260536 ], [ 1388700.725248141447082, 5861544.833241644315422 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 900.20001220703125, "elevtn_dn": 900.20001220703125, "invlev_up": 897.70001220703125, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_2316_generated", "manhole_dn": "manhole_2317_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388700.725248141447082, 5861544.833241644315422 ], [ 1388676.42436970770359, 5861588.255991329438984 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 900.20001220703125, "elevtn_dn": 900.20001220703125, "invlev_up": 897.70001220703125, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_2317_generated", "manhole_dn": "manhole_2318_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388676.42436970770359, 5861588.255991329438984 ], [ 1388632.324464634526521, 5861606.441272142343223 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 900.20001220703125, "elevtn_dn": 898.4000244140625, "invlev_up": 897.70001220703125, "invlev_dn": 895.9000244140625, "manhole_up": "manhole_2318_generated", "manhole_dn": "manhole_2319_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388632.324464634526521, 5861606.441272142343223 ], [ 1388583.463808472501114, 5861611.105615227483213 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 898.4000244140625, "elevtn_dn": 898.4000244140625, "invlev_up": 895.9000244140625, "invlev_dn": 895.9000244140625, "manhole_up": "manhole_2319_generated", "manhole_dn": "manhole_2320_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388583.463808472501114, 5861611.105615227483213 ], [ 1388534.764012826373801, 5861604.222017968073487 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 898.4000244140625, "elevtn_dn": 903.60003662109375, "invlev_up": 895.9000244140625, "invlev_dn": 901.10003662109375, "manhole_up": "manhole_2320_generated", "manhole_dn": "manhole_2321_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388534.764012826373801, 5861604.222017968073487 ], [ 1388489.566489090910181, 5861583.40731808822602 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 903.60003662109375, "elevtn_dn": 903.60003662109375, "invlev_up": 901.10003662109375, "invlev_dn": 901.10003662109375, "manhole_up": "manhole_2321_generated", "manhole_dn": "manhole_2322_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388489.566489090910181, 5861583.40731808822602 ], [ 1388444.204915680922568, 5861563.162508152425289 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 903.60003662109375, "elevtn_dn": 906.4000244140625, "invlev_up": 901.10003662109375, "invlev_dn": 903.9000244140625, "manhole_up": "manhole_2322_generated", "manhole_dn": "manhole_2323_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388444.204915680922568, 5861563.162508152425289 ], [ 1388394.858231473481283, 5861556.761520680040121 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 906.4000244140625, "elevtn_dn": 906.4000244140625, "invlev_up": 903.9000244140625, "invlev_dn": 903.9000244140625, "manhole_up": "manhole_2323_generated", "manhole_dn": "manhole_2324_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388394.858231473481283, 5861556.761520680040121 ], [ 1388350.680838279658929, 5861570.408674017526209 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 906.4000244140625, "elevtn_dn": 900.20001220703125, "invlev_up": 903.9000244140625, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_2324_generated", "manhole_dn": "manhole_2325_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388350.680838279658929, 5861570.408674017526209 ], [ 1388310.581732882419601, 5861599.872713611461222 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 900.20001220703125, "elevtn_dn": 900.20001220703125, "invlev_up": 897.70001220703125, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_2325_generated", "manhole_dn": "manhole_2326_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388310.581732882419601, 5861599.872713611461222 ], [ 1388271.039625711739063, 5861629.969603477045894 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 900.20001220703125, "elevtn_dn": 890.0, "invlev_up": 897.70001220703125, "invlev_dn": 887.5, "manhole_up": "manhole_2326_generated", "manhole_dn": "manhole_2327_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388271.039625711739063, 5861629.969603477045894 ], [ 1388236.722210306907073, 5861666.002683873288333 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 890.0, "elevtn_dn": 890.0, "invlev_up": 887.5, "invlev_dn": 887.5, "manhole_up": "manhole_2327_generated", "manhole_dn": "manhole_2328_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388236.722210306907073, 5861666.002683873288333 ], [ 1388202.404794902307913, 5861702.035764269530773 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 890.0, "elevtn_dn": 890.0, "invlev_up": 887.5, "invlev_dn": 887.5, "manhole_up": "manhole_2328_generated", "manhole_dn": "manhole_2329_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388202.404794902307913, 5861702.035764269530773 ], [ 1388168.087379497475922, 5861738.068844665773213 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 890.0, "elevtn_dn": 885.9000244140625, "invlev_up": 887.5, "invlev_dn": 883.4000244140625, "manhole_up": "manhole_2329_generated", "manhole_dn": "manhole_2330_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388168.087379497475922, 5861738.068844665773213 ], [ 1388133.769964092643932, 5861774.101925062015653 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 885.9000244140625, "elevtn_dn": 874.0, "invlev_up": 883.4000244140625, "invlev_dn": 871.5, "manhole_up": "manhole_2330_generated", "manhole_dn": "manhole_2331_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388133.769964092643932, 5861774.101925062015653 ], [ 1388099.452548687811941, 5861810.13500545732677 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 874.0, "elevtn_dn": 874.0, "invlev_up": 871.5, "invlev_dn": 871.5, "manhole_up": "manhole_2331_generated", "manhole_dn": "manhole_2332_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388099.452548687811941, 5861810.13500545732677 ], [ 1388065.135133283212781, 5861846.16808585356921 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 874.0, "elevtn_dn": 862.20001220703125, "invlev_up": 871.5, "invlev_dn": 859.70001220703125, "manhole_up": "manhole_2332_generated", "manhole_dn": "manhole_2333_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388065.135133283212781, 5861846.16808585356921 ], [ 1388022.995196633273736, 5861866.899685021489859 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 862.20001220703125, "elevtn_dn": 862.20001220703125, "invlev_up": 859.70001220703125, "invlev_dn": 859.70001220703125, "manhole_up": "manhole_2333_generated", "manhole_dn": "manhole_2334_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388022.995196633273736, 5861866.899685021489859 ], [ 1387973.690499771386385, 5861873.616436487063766 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E42", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 862.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 859.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_2334_generated", "manhole_dn": "manhole_2335_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387973.690499771386385, 5861873.616436487063766 ], [ 1387924.470484273741022, 5861880.90659652557224 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E43", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 859.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 856.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_2335_generated", "manhole_dn": "manhole_2336_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387924.470484273741022, 5861880.90659652557224 ], [ 1387877.962616891367361, 5861896.157046243548393 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E44", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 859.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 856.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_2336_generated", "manhole_dn": "manhole_2337_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387877.962616891367361, 5861896.157046243548393 ], [ 1387917.070526217576116, 5861911.915829903446138 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E45", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 859.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 856.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_2337_generated", "manhole_dn": "manhole_2338_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387917.070526217576116, 5861911.915829903446138 ], [ 1387966.654667611001059, 5861916.096835186704993 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E46", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 859.20001220703125, "elevtn_dn": 846.29998779296875, "invlev_up": 856.70001220703125, "invlev_dn": 843.79998779296875, "manhole_up": "manhole_2338_generated", "manhole_dn": "manhole_2339_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387966.654667611001059, 5861916.096835186704993 ], [ 1388016.318005530629307, 5861919.063731476664543 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 846.29998779296875, "elevtn_dn": 850.10003662109375, "invlev_up": 843.79998779296875, "invlev_dn": 847.60003662109375, "manhole_up": "manhole_2339_generated", "manhole_dn": "manhole_2340_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388016.318005530629307, 5861919.063731476664543 ], [ 1388066.025120510486886, 5861921.359510923735797 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E48", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 850.10003662109375, "elevtn_dn": 850.10003662109375, "invlev_up": 847.60003662109375, "invlev_dn": 847.60003662109375, "manhole_up": "manhole_2340_generated", "manhole_dn": "manhole_2341_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388066.025120510486886, 5861921.359510923735797 ], [ 1388115.732235490344465, 5861923.655290370807052 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E49", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 850.10003662109375, "elevtn_dn": 849.0, "invlev_up": 847.60003662109375, "invlev_dn": 846.5, "manhole_up": "manhole_2341_generated", "manhole_dn": "manhole_2342_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388115.732235490344465, 5861923.655290370807052 ], [ 1388161.130695321131498, 5861931.457672152668238 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E50", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 849.0, "elevtn_dn": 850.10003662109375, "invlev_up": 846.5, "invlev_dn": 847.60003662109375, "manhole_up": "manhole_2342_generated", "manhole_dn": "manhole_2343_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388161.130695321131498, 5861931.457672152668238 ], [ 1388139.871223766123876, 5861964.082641129381955 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E51", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 850.10003662109375, "elevtn_dn": 850.10003662109375, "invlev_up": 847.60003662109375, "invlev_dn": 847.60003662109375, "manhole_up": "manhole_2343_generated", "manhole_dn": "manhole_2344_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388139.871223766123876, 5861964.082641129381955 ], [ 1388090.726845995755866, 5861957.769498392008245 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E52", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 850.10003662109375, "elevtn_dn": 846.29998779296875, "invlev_up": 847.60003662109375, "invlev_dn": 843.79998779296875, "manhole_up": "manhole_2344_generated", "manhole_dn": "manhole_2345_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388090.726845995755866, 5861957.769498392008245 ], [ 1388049.339104855433106, 5861983.736727176234126 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E53", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 846.29998779296875, "elevtn_dn": 846.29998779296875, "invlev_up": 843.79998779296875, "invlev_dn": 843.79998779296875, "manhole_up": "manhole_2345_generated", "manhole_dn": "manhole_2346_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388049.339104855433106, 5861983.736727176234126 ], [ 1388024.713075590552762, 5862026.975905770435929 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E54", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 846.29998779296875, "elevtn_dn": 846.29998779296875, "invlev_up": 843.79998779296875, "invlev_dn": 843.79998779296875, "manhole_up": "manhole_2346_generated", "manhole_dn": "manhole_2347_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388024.713075590552762, 5862026.975905770435929 ], [ 1387980.016218039905652, 5862047.702198376879096 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E55", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 846.29998779296875, "elevtn_dn": 793.5, "invlev_up": 843.79998779296875, "invlev_dn": 791.0, "manhole_up": "manhole_2347_generated", "manhole_dn": "manhole_2348_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387980.016218039905652, 5862047.702198376879096 ], [ 1387931.90673128189519, 5862056.853296543471515 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E56", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 793.5, "elevtn_dn": 793.5, "invlev_up": 791.0, "invlev_dn": 791.0, "manhole_up": "manhole_2348_generated", "manhole_dn": "manhole_2349_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387931.90673128189519, 5862056.853296543471515 ], [ 1387882.187313467729837, 5862058.865105460397899 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E57", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 793.5, "elevtn_dn": 793.20001220703125, "invlev_up": 791.0, "invlev_dn": 790.70001220703125, "manhole_up": "manhole_2349_generated", "manhole_dn": "manhole_2350_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387882.187313467729837, 5862058.865105460397899 ], [ 1387832.722497318405658, 5862057.3410848621279 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E58", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 793.20001220703125, "elevtn_dn": 830.29998779296875, "invlev_up": 790.70001220703125, "invlev_dn": 827.79998779296875, "manhole_up": "manhole_2350_generated", "manhole_dn": "manhole_2351_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387832.722497318405658, 5862057.3410848621279 ], [ 1387783.80423084856011, 5862048.226750630885363 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E59", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 830.29998779296875, "elevtn_dn": 817.70001220703125, "invlev_up": 827.79998779296875, "invlev_dn": 815.20001220703125, "manhole_up": "manhole_2351_generated", "manhole_dn": "manhole_2352_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387783.80423084856011, 5862048.226750630885363 ], [ 1387734.885964378714561, 5862039.112416399642825 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E60", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 817.70001220703125, "elevtn_dn": 813.70001220703125, "invlev_up": 815.20001220703125, "invlev_dn": 811.20001220703125, "manhole_up": "manhole_2352_generated", "manhole_dn": "manhole_2353_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387734.885964378714561, 5862039.112416399642825 ], [ 1387685.967697908869013, 5862029.998082168400288 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E61", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 813.70001220703125, "elevtn_dn": 813.70001220703125, "invlev_up": 811.20001220703125, "invlev_dn": 811.20001220703125, "manhole_up": "manhole_2353_generated", "manhole_dn": "manhole_2354_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387685.967697908869013, 5862029.998082168400288 ], [ 1387637.036115845199674, 5862020.957140567712486 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E62", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 813.70001220703125, "elevtn_dn": 807.0, "invlev_up": 811.20001220703125, "invlev_dn": 804.5, "manhole_up": "manhole_2354_generated", "manhole_dn": "manhole_2355_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387637.036115845199674, 5862020.957140567712486 ], [ 1387588.033849656581879, 5862012.305794355459511 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E63", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 807.0, "elevtn_dn": 807.0, "invlev_up": 804.5, "invlev_dn": 804.5, "manhole_up": "manhole_2355_generated", "manhole_dn": "manhole_2356_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387588.033849656581879, 5862012.305794355459511 ], [ 1387539.031583468196914, 5862003.654448143206537 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E64", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 807.0, "elevtn_dn": 793.10003662109375, "invlev_up": 804.5, "invlev_dn": 790.60003662109375, "manhole_up": "manhole_2356_generated", "manhole_dn": "manhole_2357_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387539.031583468196914, 5862003.654448143206537 ], [ 1387490.029317279579118, 5861995.003101930953562 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E65", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 793.10003662109375, "elevtn_dn": 793.10003662109375, "invlev_up": 790.60003662109375, "invlev_dn": 790.60003662109375, "manhole_up": "manhole_2357_generated", "manhole_dn": "manhole_2358_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387490.029317279579118, 5861995.003101930953562 ], [ 1387440.720367865404114, 5861989.908138634636998 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E66", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 793.10003662109375, "elevtn_dn": 770.60003662109375, "invlev_up": 790.60003662109375, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_2358_generated", "manhole_dn": "manhole_2359_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387440.720367865404114, 5861989.908138634636998 ], [ 1387390.960446665296331, 5861990.042768024839461 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E67", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 770.60003662109375, "elevtn_dn": 770.60003662109375, "invlev_up": 768.10003662109375, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_2359_generated", "manhole_dn": "manhole_2360_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387390.960446665296331, 5861990.042768024839461 ], [ 1387341.200525465421379, 5861990.177397414110601 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E68", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 770.60003662109375, "elevtn_dn": 749.60003662109375, "invlev_up": 768.10003662109375, "invlev_dn": 747.10003662109375, "manhole_up": "manhole_2360_generated", "manhole_dn": "manhole_2361_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387341.200525465421379, 5861990.177397414110601 ], [ 1387291.440604265546426, 5861990.312026804313064 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E69", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 749.60003662109375, "elevtn_dn": 749.60003662109375, "invlev_up": 747.10003662109375, "invlev_dn": 747.10003662109375, "manhole_up": "manhole_2361_generated", "manhole_dn": "manhole_2362_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387291.440604265546426, 5861990.312026804313064 ], [ 1387246.706285298336297, 5861974.212805554270744 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E70", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 749.60003662109375, "elevtn_dn": 747.0, "invlev_up": 747.10003662109375, "invlev_dn": 744.5, "manhole_up": "manhole_2362_generated", "manhole_dn": "manhole_2363_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387246.706285298336297, 5861974.212805554270744 ], [ 1387205.725988702848554, 5861945.987228964455426 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E71", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 747.0, "elevtn_dn": 771.79998779296875, "invlev_up": 744.5, "invlev_dn": 769.29998779296875, "manhole_up": "manhole_2363_generated", "manhole_dn": "manhole_2364_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387205.725988702848554, 5861945.987228964455426 ], [ 1387164.745692107127979, 5861917.761652374640107 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E72", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 771.79998779296875, "elevtn_dn": 764.10003662109375, "invlev_up": 769.29998779296875, "invlev_dn": 761.60003662109375, "manhole_up": "manhole_2364_generated", "manhole_dn": "manhole_2365_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387164.745692107127979, 5861917.761652374640107 ], [ 1387115.569933785125613, 5861911.215812381356955 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E73", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 764.10003662109375, "elevtn_dn": 764.10003662109375, "invlev_up": 761.60003662109375, "invlev_dn": 761.60003662109375, "manhole_up": "manhole_2365_generated", "manhole_dn": "manhole_2366_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387115.569933785125613, 5861911.215812381356955 ], [ 1387066.165866439929232, 5861905.273926095105708 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E74", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 764.10003662109375, "elevtn_dn": 747.70001220703125, "invlev_up": 761.60003662109375, "invlev_dn": 745.20001220703125, "manhole_up": "manhole_2366_generated", "manhole_dn": "manhole_2367_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387066.165866439929232, 5861905.273926095105708 ], [ 1387016.666836149292067, 5861900.238133460283279 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E75", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 747.70001220703125, "elevtn_dn": 747.70001220703125, "invlev_up": 745.20001220703125, "invlev_dn": 745.20001220703125, "manhole_up": "manhole_2367_generated", "manhole_dn": "manhole_2368_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387016.666836149292067, 5861900.238133460283279 ], [ 1386975.698310127714649, 5861874.842493440955877 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E76", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 747.70001220703125, "elevtn_dn": 739.60003662109375, "invlev_up": 745.20001220703125, "invlev_dn": 737.10003662109375, "manhole_up": "manhole_2368_generated", "manhole_dn": "manhole_2369_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386975.698310127714649, 5861874.842493440955877 ], [ 1386937.286019780673087, 5861843.21080310922116 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E77", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 739.60003662109375, "elevtn_dn": 739.60003662109375, "invlev_up": 737.10003662109375, "invlev_dn": 737.10003662109375, "manhole_up": "manhole_2369_generated", "manhole_dn": "manhole_2370_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386937.286019780673087, 5861843.21080310922116 ], [ 1386898.873729433864355, 5861811.579112778417766 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E78", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 739.60003662109375, "elevtn_dn": 755.20001220703125, "invlev_up": 737.10003662109375, "invlev_dn": 752.70001220703125, "manhole_up": "manhole_2370_generated", "manhole_dn": "manhole_2371_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386898.873729433864355, 5861811.579112778417766 ], [ 1386860.461439087055624, 5861779.947422447614372 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E79", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 755.20001220703125, "elevtn_dn": 745.29998779296875, "invlev_up": 752.70001220703125, "invlev_dn": 742.79998779296875, "manhole_up": "manhole_2371_generated", "manhole_dn": "manhole_2372_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386860.461439087055624, 5861779.947422447614372 ], [ 1386822.049148740014061, 5861748.315732115879655 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E80", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 745.29998779296875, "elevtn_dn": 745.29998779296875, "invlev_up": 742.79998779296875, "invlev_dn": 742.79998779296875, "manhole_up": "manhole_2372_generated", "manhole_dn": "manhole_2373_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386822.049148740014061, 5861748.315732115879655 ], [ 1386774.418702265014872, 5861733.958941764198244 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E81", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 745.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 742.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2373_generated", "manhole_dn": "manhole_2374_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386774.418702265014872, 5861733.958941764198244 ], [ 1386726.75721522886306, 5861719.660321676172316 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E82", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2374_generated", "manhole_dn": "manhole_2375_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386726.75721522886306, 5861719.660321676172316 ], [ 1386681.211287560872734, 5861700.510515534318984 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E83", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 777.9000244140625, "invlev_up": 721.79998779296875, "invlev_dn": 775.4000244140625, "manhole_up": "manhole_2375_generated", "manhole_dn": "manhole_2376_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386681.211287560872734, 5861700.510515534318984 ], [ 1386655.081909105414525, 5861659.807657876051962 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E84", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 777.9000244140625, "elevtn_dn": 758.79998779296875, "invlev_up": 775.4000244140625, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_2376_generated", "manhole_dn": "manhole_2377_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386655.081909105414525, 5861659.807657876051962 ], [ 1386647.41175345890224, 5861610.757949161343277 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E85", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 758.79998779296875, "elevtn_dn": 758.79998779296875, "invlev_up": 756.29998779296875, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_2377_generated", "manhole_dn": "manhole_2378_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386647.41175345890224, 5861610.757949161343277 ], [ 1386641.745189253240824, 5861561.363539570011199 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E86", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 758.79998779296875, "elevtn_dn": 732.4000244140625, "invlev_up": 756.29998779296875, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_2378_generated", "manhole_dn": "manhole_2379_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386641.745189253240824, 5861561.363539570011199 ], [ 1386642.37134926696308, 5861511.607376066967845 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E87", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 732.4000244140625, "elevtn_dn": 732.4000244140625, "invlev_up": 729.9000244140625, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_2379_generated", "manhole_dn": "manhole_2380_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386642.37134926696308, 5861511.607376066967845 ], [ 1386642.997509280918166, 5861461.851212563924491 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E88", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 732.4000244140625, "elevtn_dn": 732.4000244140625, "invlev_up": 729.9000244140625, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_2380_generated", "manhole_dn": "manhole_2381_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386642.997509280918166, 5861461.851212563924491 ], [ 1386643.623669294640422, 5861412.09504906181246 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_34_E89", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "elevtn_up": 732.4000244140625, "elevtn_dn": 724.29998779296875, "invlev_up": 729.9000244140625, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2381_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386643.623669294640422, 5861412.09504906181246 ], [ 1386648.271799877518788, 5861347.644815167412162 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_35_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_35", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_35", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_2382_generated", "manhole_dn": "manhole_2383_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386060.978602184914052, 5859873.390328846871853 ], [ 1386078.54455375042744, 5859857.065600479952991 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_35_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_35", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_35", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_2383_generated", "manhole_dn": "manhole_2384_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386078.54455375042744, 5859857.065600479952991 ], [ 1386079.86695942771621, 5859885.500408614054322 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_36_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_36", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_36", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_2385_generated", "manhole_dn": "manhole_2382_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386030.926458492642269, 5859869.881591100245714 ], [ 1386060.978602184914052, 5859873.390328846871853 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_37_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_37", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_37", "diameter": "0.5", "elevtn_up": 766.29998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_2386_generated", "manhole_dn": "manhole_2382_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386043.381105761509389, 5859908.11929196305573 ], [ 1386060.978602184914052, 5859873.390328846871853 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_38_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_38", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_38", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_2384_generated", "manhole_dn": "manhole_2387_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386079.86695942771621, 5859885.500408614054322 ], [ 1386081.40363402524963, 5859934.756705570034683 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_38_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_38", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_38", "diameter": "0.5", "elevtn_up": 766.29998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_2387_generated", "manhole_dn": "manhole_2388_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386081.40363402524963, 5859934.756705570034683 ], [ 1386080.471781946951523, 5859983.948014200665057 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_38_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_38", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_38", "diameter": "0.5", "elevtn_up": 766.29998779296875, "elevtn_dn": 756.5, "invlev_up": 763.79998779296875, "invlev_dn": 754.0, "manhole_up": "manhole_2388_generated", "manhole_dn": "manhole_2389_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386080.471781946951523, 5859983.948014200665057 ], [ 1386081.101269942475483, 5860033.01989212166518 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_39_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_39", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_39", "diameter": "0.5", "elevtn_up": 780.79998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_2384_generated", "manhole_dn": "manhole_2390_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386079.86695942771621, 5859885.500408614054322 ], [ 1386051.415038994979113, 5859913.714703594334424 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_39_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_39", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_39", "diameter": "0.5", "elevtn_up": 766.29998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_2390_generated", "manhole_dn": "manhole_2391_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386051.415038994979113, 5859913.714703594334424 ], [ 1386056.753747603856027, 5859949.43277302198112 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_39_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_39", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_39", "diameter": "0.5", "elevtn_up": 766.29998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_2391_generated", "manhole_dn": "manhole_2392_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386056.753747603856027, 5859949.43277302198112 ], [ 1386070.153564189793542, 5859990.873222404159606 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_39_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_39", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_39", "diameter": "0.5", "elevtn_up": 766.29998779296875, "elevtn_dn": 756.5, "invlev_up": 763.79998779296875, "invlev_dn": 754.0, "manhole_up": "manhole_2392_generated", "manhole_dn": "manhole_2389_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386070.153564189793542, 5859990.873222404159606 ], [ 1386081.101269942475483, 5860033.01989212166518 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 756.5, "elevtn_dn": 756.5, "invlev_up": 754.0, "invlev_dn": 754.0, "manhole_up": "manhole_2389_generated", "manhole_dn": "manhole_2393_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386081.101269942475483, 5860033.01989212166518 ], [ 1386095.159510504920036, 5860079.476792480796576 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 756.5, "elevtn_dn": 720.29998779296875, "invlev_up": 754.0, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_2393_generated", "manhole_dn": "manhole_2394_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386095.159510504920036, 5860079.476792480796576 ], [ 1386119.249574675457552, 5860122.285581497475505 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 720.29998779296875, "elevtn_dn": 720.29998779296875, "invlev_up": 717.79998779296875, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_2394_generated", "manhole_dn": "manhole_2395_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386119.249574675457552, 5860122.285581497475505 ], [ 1386143.813145637512207, 5860164.822058788500726 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 720.29998779296875, "elevtn_dn": 732.5, "invlev_up": 717.79998779296875, "invlev_dn": 730.0, "manhole_up": "manhole_2395_generated", "manhole_dn": "manhole_2396_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386143.813145637512207, 5860164.822058788500726 ], [ 1386168.698389830067754, 5860207.173543182201684 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 732.5, "elevtn_dn": 732.5, "invlev_up": 730.0, "invlev_dn": 730.0, "manhole_up": "manhole_2396_generated", "manhole_dn": "manhole_2397_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386168.698389830067754, 5860207.173543182201684 ], [ 1386190.960878706537187, 5860250.914158629253507 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 732.5, "elevtn_dn": 720.29998779296875, "invlev_up": 730.0, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_2397_generated", "manhole_dn": "manhole_2398_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386190.960878706537187, 5860250.914158629253507 ], [ 1386212.013376480899751, 5860295.295640649273992 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 720.29998779296875, "elevtn_dn": 729.10003662109375, "invlev_up": 717.79998779296875, "invlev_dn": 726.60003662109375, "manhole_up": "manhole_2398_generated", "manhole_dn": "manhole_2399_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386212.013376480899751, 5860295.295640649273992 ], [ 1386233.065874255495146, 5860339.677122670225799 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 729.10003662109375, "elevtn_dn": 729.10003662109375, "invlev_up": 726.60003662109375, "invlev_dn": 726.60003662109375, "manhole_up": "manhole_2399_generated", "manhole_dn": "manhole_2400_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386233.065874255495146, 5860339.677122670225799 ], [ 1386254.118372030090541, 5860384.058604690246284 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 729.10003662109375, "elevtn_dn": 729.10003662109375, "invlev_up": 726.60003662109375, "invlev_dn": 726.60003662109375, "manhole_up": "manhole_2400_generated", "manhole_dn": "manhole_2401_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386254.118372030090541, 5860384.058604690246284 ], [ 1386270.265550139825791, 5860430.368606903590262 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 729.10003662109375, "elevtn_dn": 746.10003662109375, "invlev_up": 726.60003662109375, "invlev_dn": 743.60003662109375, "manhole_up": "manhole_2401_generated", "manhole_dn": "manhole_2402_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386270.265550139825791, 5860430.368606903590262 ], [ 1386284.690116602927446, 5860477.310510716401041 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 746.10003662109375, "elevtn_dn": 746.10003662109375, "invlev_up": 743.60003662109375, "invlev_dn": 743.60003662109375, "manhole_up": "manhole_2402_generated", "manhole_dn": "manhole_2403_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386284.690116602927446, 5860477.310510716401041 ], [ 1386295.943752367515117, 5860525.125563691370189 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 746.10003662109375, "elevtn_dn": 720.29998779296875, "invlev_up": 743.60003662109375, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_2403_generated", "manhole_dn": "manhole_2404_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386295.943752367515117, 5860525.125563691370189 ], [ 1386307.197388132335618, 5860572.940616665408015 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 720.29998779296875, "elevtn_dn": 720.29998779296875, "invlev_up": 717.79998779296875, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_2404_generated", "manhole_dn": "manhole_2405_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386307.197388132335618, 5860572.940616665408015 ], [ 1386318.451023896923289, 5860620.755669640377164 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 720.29998779296875, "elevtn_dn": 720.29998779296875, "invlev_up": 717.79998779296875, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_2405_generated", "manhole_dn": "manhole_2406_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386318.451023896923289, 5860620.755669640377164 ], [ 1386329.704659661510959, 5860668.57072261441499 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 720.29998779296875, "elevtn_dn": 737.60003662109375, "invlev_up": 717.79998779296875, "invlev_dn": 735.10003662109375, "manhole_up": "manhole_2406_generated", "manhole_dn": "manhole_2407_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386329.704659661510959, 5860668.57072261441499 ], [ 1386340.95829542633146, 5860716.385775589384139 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 737.60003662109375, "elevtn_dn": 737.60003662109375, "invlev_up": 735.10003662109375, "invlev_dn": 735.10003662109375, "manhole_up": "manhole_2407_generated", "manhole_dn": "manhole_2408_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386340.95829542633146, 5860716.385775589384139 ], [ 1386352.211931190919131, 5860764.200828563421965 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 737.60003662109375, "elevtn_dn": 737.60003662109375, "invlev_up": 735.10003662109375, "invlev_dn": 735.10003662109375, "manhole_up": "manhole_2408_generated", "manhole_dn": "manhole_2409_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386352.211931190919131, 5860764.200828563421965 ], [ 1386365.771370212780312, 5860811.365820310078561 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 737.60003662109375, "elevtn_dn": 744.5, "invlev_up": 735.10003662109375, "invlev_dn": 742.0, "manhole_up": "manhole_2409_generated", "manhole_dn": "manhole_2410_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386365.771370212780312, 5860811.365820310078561 ], [ 1386381.150273493025452, 5860858.017861452884972 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 744.5, "elevtn_dn": 724.29998779296875, "invlev_up": 742.0, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2410_generated", "manhole_dn": "manhole_2411_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386381.150273493025452, 5860858.017861452884972 ], [ 1386398.399082327727228, 5860903.951519219204783 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2411_generated", "manhole_dn": "manhole_2412_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386398.399082327727228, 5860903.951519219204783 ], [ 1386418.211523674428463, 5860948.90027645137161 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2412_generated", "manhole_dn": "manhole_2413_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386418.211523674428463, 5860948.90027645137161 ], [ 1386441.67837643600069, 5860992.033180211670697 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2413_generated", "manhole_dn": "manhole_2414_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386441.67837643600069, 5860992.033180211670697 ], [ 1386465.536530936835334, 5861034.971648660488427 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.9000244140625, "invlev_up": 721.79998779296875, "invlev_dn": 722.4000244140625, "manhole_up": "manhole_2414_generated", "manhole_dn": "manhole_2415_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386465.536530936835334, 5861034.971648660488427 ], [ 1386489.394685437437147, 5861077.910117109306157 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.9000244140625, "elevtn_dn": 724.29998779296875, "invlev_up": 722.4000244140625, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2415_generated", "manhole_dn": "manhole_2416_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386489.394685437437147, 5861077.910117109306157 ], [ 1386513.252839938271791, 5861120.848585557192564 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2416_generated", "manhole_dn": "manhole_2417_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386513.252839938271791, 5861120.848585557192564 ], [ 1386537.110994438873604, 5861163.787054006010294 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2417_generated", "manhole_dn": "manhole_2418_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386537.110994438873604, 5861163.787054006010294 ], [ 1386560.969148939708248, 5861206.725522454828024 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2418_generated", "manhole_dn": "manhole_2419_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386560.969148939708248, 5861206.725522454828024 ], [ 1386584.827303440310061, 5861249.663990902714431 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2419_generated", "manhole_dn": "manhole_2420_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386584.827303440310061, 5861249.663990902714431 ], [ 1386607.696082097478211, 5861293.105181481689215 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2420_generated", "manhole_dn": "manhole_2421_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386607.696082097478211, 5861293.105181481689215 ], [ 1386626.999141034670174, 5861338.164890616200864 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 732.4000244140625, "invlev_up": 721.79998779296875, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_2421_generated", "manhole_dn": "manhole_2422_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386626.999141034670174, 5861338.164890616200864 ], [ 1386632.635544582502916, 5861386.242180755361915 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 732.4000244140625, "elevtn_dn": 732.4000244140625, "invlev_up": 729.9000244140625, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_2422_generated", "manhole_dn": "manhole_2423_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386632.635544582502916, 5861386.242180755361915 ], [ 1386628.332881111185998, 5861435.174896763637662 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 732.4000244140625, "elevtn_dn": 732.4000244140625, "invlev_up": 729.9000244140625, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_2423_generated", "manhole_dn": "manhole_2424_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386628.332881111185998, 5861435.174896763637662 ], [ 1386624.030217639869079, 5861484.107612771913409 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 732.4000244140625, "elevtn_dn": 758.79998779296875, "invlev_up": 729.9000244140625, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_2424_generated", "manhole_dn": "manhole_2425_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386624.030217639869079, 5861484.107612771913409 ], [ 1386619.72755416855216, 5861533.040328779257834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 758.79998779296875, "elevtn_dn": 758.79998779296875, "invlev_up": 756.29998779296875, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_2425_generated", "manhole_dn": "manhole_2426_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386619.72755416855216, 5861533.040328779257834 ], [ 1386620.396809899713844, 5861581.843449912965298 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 758.79998779296875, "elevtn_dn": 758.79998779296875, "invlev_up": 756.29998779296875, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_2426_generated", "manhole_dn": "manhole_2427_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386620.396809899713844, 5861581.843449912965298 ], [ 1386627.242796876933426, 5861630.485572309233248 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 758.79998779296875, "elevtn_dn": 777.9000244140625, "invlev_up": 756.29998779296875, "invlev_dn": 775.4000244140625, "manhole_up": "manhole_2427_generated", "manhole_dn": "manhole_2428_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386627.242796876933426, 5861630.485572309233248 ], [ 1386633.497009602142498, 5861679.177458625286818 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 777.9000244140625, "elevtn_dn": 777.9000244140625, "invlev_up": 775.4000244140625, "invlev_dn": 775.4000244140625, "manhole_up": "manhole_2428_generated", "manhole_dn": "manhole_2429_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386633.497009602142498, 5861679.177458625286818 ], [ 1386633.587326586712152, 5861728.232037586160004 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 777.9000244140625, "elevtn_dn": 777.9000244140625, "invlev_up": 775.4000244140625, "invlev_dn": 775.4000244140625, "manhole_up": "manhole_2429_generated", "manhole_dn": "manhole_2430_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386633.587326586712152, 5861728.232037586160004 ], [ 1386628.569951781770214, 5861777.096641942858696 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_40_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "elevtn_up": 777.9000244140625, "elevtn_dn": 787.0, "invlev_up": 775.4000244140625, "invlev_dn": 784.5, "manhole_up": "manhole_2430_generated", "manhole_dn": "manhole_2431_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386628.569951781770214, 5861777.096641942858696 ], [ 1386623.552576976828277, 5861825.961246299557388 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 787.0, "elevtn_dn": 787.0, "invlev_up": 784.5, "invlev_dn": 784.5, "manhole_up": "manhole_2431_generated", "manhole_dn": "manhole_2432_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386623.552576976828277, 5861825.961246299557388 ], [ 1386622.452884682221338, 5861875.377415779046714 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 787.0, "elevtn_dn": 768.0, "invlev_up": 784.5, "invlev_dn": 765.5, "manhole_up": "manhole_2432_generated", "manhole_dn": "manhole_2433_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386622.452884682221338, 5861875.377415779046714 ], [ 1386630.050831846194342, 5861924.208797036670148 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 768.0, "elevtn_dn": 768.0, "invlev_up": 765.5, "invlev_dn": 765.5, "manhole_up": "manhole_2433_generated", "manhole_dn": "manhole_2434_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386630.050831846194342, 5861924.208797036670148 ], [ 1386645.112437101313844, 5861971.295391816645861 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 768.0, "elevtn_dn": 768.0, "invlev_up": 765.5, "invlev_dn": 765.5, "manhole_up": "manhole_2434_generated", "manhole_dn": "manhole_2435_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386645.112437101313844, 5861971.295391816645861 ], [ 1386663.826805545249954, 5862017.116109635680914 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 768.0, "elevtn_dn": 729.0, "invlev_up": 765.5, "invlev_dn": 726.5, "manhole_up": "manhole_2435_generated", "manhole_dn": "manhole_2436_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386663.826805545249954, 5862017.116109635680914 ], [ 1386682.541173989186063, 5862062.93682745564729 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 729.0, "elevtn_dn": 729.0, "invlev_up": 726.5, "invlev_dn": 726.5, "manhole_up": "manhole_2436_generated", "manhole_dn": "manhole_2437_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386682.541173989186063, 5862062.93682745564729 ], [ 1386700.357504795538262, 5862109.113540357910097 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 729.0, "elevtn_dn": 729.0, "invlev_up": 726.5, "invlev_dn": 726.5, "manhole_up": "manhole_2437_generated", "manhole_dn": "manhole_2438_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386700.357504795538262, 5862109.113540357910097 ], [ 1386718.120609947945923, 5862155.311352676711977 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 729.0, "elevtn_dn": 724.29998779296875, "invlev_up": 726.5, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2438_generated", "manhole_dn": "manhole_2439_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386718.120609947945923, 5862155.311352676711977 ], [ 1386735.883715100120753, 5862201.509164996445179 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2439_generated", "manhole_dn": "manhole_2440_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386735.883715100120753, 5862201.509164996445179 ], [ 1386757.522535112220794, 5862245.993861058726907 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2440_generated", "manhole_dn": "manhole_2441_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386757.522535112220794, 5862245.993861058726907 ], [ 1386779.73098383564502, 5862290.226773838512599 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2441_generated", "manhole_dn": "manhole_2442_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386779.73098383564502, 5862290.226773838512599 ], [ 1386802.545179207576439, 5862334.095372994430363 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_2442_generated", "manhole_dn": "manhole_2443_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386802.545179207576439, 5862334.095372994430363 ], [ 1386831.207993831252679, 5862374.446442689746618 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 724.29998779296875, "elevtn_dn": 737.70001220703125, "invlev_up": 721.79998779296875, "invlev_dn": 735.20001220703125, "manhole_up": "manhole_2443_generated", "manhole_dn": "manhole_2444_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386831.207993831252679, 5862374.446442689746618 ], [ 1386859.988485741894692, 5862414.708453865721822 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 737.70001220703125, "elevtn_dn": 737.70001220703125, "invlev_up": 735.20001220703125, "invlev_dn": 735.20001220703125, "manhole_up": "manhole_2444_generated", "manhole_dn": "manhole_2445_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386859.988485741894692, 5862414.708453865721822 ], [ 1386891.035651177866384, 5862453.255039785988629 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 737.70001220703125, "elevtn_dn": 743.9000244140625, "invlev_up": 735.20001220703125, "invlev_dn": 741.4000244140625, "manhole_up": "manhole_2445_generated", "manhole_dn": "manhole_2446_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386891.035651177866384, 5862453.255039785988629 ], [ 1386922.082816614070907, 5862491.801625707186759 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 743.9000244140625, "elevtn_dn": 756.0, "invlev_up": 741.4000244140625, "invlev_dn": 753.5, "manhole_up": "manhole_2446_generated", "manhole_dn": "manhole_2447_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386922.082816614070907, 5862491.801625707186759 ], [ 1386953.12998205027543, 5862530.348211627453566 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 756.0, "elevtn_dn": 756.0, "invlev_up": 753.5, "invlev_dn": 753.5, "manhole_up": "manhole_2447_generated", "manhole_dn": "manhole_2448_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386953.12998205027543, 5862530.348211627453566 ], [ 1386984.177147486479953, 5862568.894797547720373 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 756.0, "elevtn_dn": 761.4000244140625, "invlev_up": 753.5, "invlev_dn": 758.9000244140625, "manhole_up": "manhole_2448_generated", "manhole_dn": "manhole_2449_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386984.177147486479953, 5862568.894797547720373 ], [ 1387010.83190148579888, 5862610.297833287157118 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 761.4000244140625, "elevtn_dn": 761.4000244140625, "invlev_up": 758.9000244140625, "invlev_dn": 758.9000244140625, "manhole_up": "manhole_2449_generated", "manhole_dn": "manhole_2450_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387010.83190148579888, 5862610.297833287157118 ], [ 1387033.474099110113457, 5862654.310293504968286 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 761.4000244140625, "elevtn_dn": 770.5, "invlev_up": 758.9000244140625, "invlev_dn": 768.0, "manhole_up": "manhole_2450_generated", "manhole_dn": "manhole_2451_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387033.474099110113457, 5862654.310293504968286 ], [ 1387056.116296734428033, 5862698.322753723710775 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 770.5, "elevtn_dn": 765.29998779296875, "invlev_up": 768.0, "invlev_dn": 762.79998779296875, "manhole_up": "manhole_2451_generated", "manhole_dn": "manhole_2452_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387056.116296734428033, 5862698.322753723710775 ], [ 1387078.75849435874261, 5862742.335213942453265 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 765.29998779296875, "elevtn_dn": 765.29998779296875, "invlev_up": 762.79998779296875, "invlev_dn": 762.79998779296875, "manhole_up": "manhole_2452_generated", "manhole_dn": "manhole_2453_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387078.75849435874261, 5862742.335213942453265 ], [ 1387101.400691983057186, 5862786.347674161195755 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 765.29998779296875, "elevtn_dn": 765.29998779296875, "invlev_up": 762.79998779296875, "invlev_dn": 762.79998779296875, "manhole_up": "manhole_2453_generated", "manhole_dn": "manhole_2454_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387101.400691983057186, 5862786.347674161195755 ], [ 1387124.783531384309754, 5862829.966971693560481 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 765.29998779296875, "elevtn_dn": 764.20001220703125, "invlev_up": 762.79998779296875, "invlev_dn": 761.70001220703125, "manhole_up": "manhole_2454_generated", "manhole_dn": "manhole_2455_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387124.783531384309754, 5862829.966971693560481 ], [ 1387148.551342260092497, 5862873.381910757161677 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 764.20001220703125, "elevtn_dn": 764.20001220703125, "invlev_up": 761.70001220703125, "invlev_dn": 761.70001220703125, "manhole_up": "manhole_2455_generated", "manhole_dn": "manhole_2456_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387148.551342260092497, 5862873.381910757161677 ], [ 1387176.029596295906231, 5862914.516764627769589 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 764.20001220703125, "elevtn_dn": 764.20001220703125, "invlev_up": 761.70001220703125, "invlev_dn": 761.70001220703125, "manhole_up": "manhole_2456_generated", "manhole_dn": "manhole_2457_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387176.029596295906231, 5862914.516764627769589 ], [ 1387204.050833505578339, 5862955.315435893833637 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 764.20001220703125, "elevtn_dn": 769.20001220703125, "invlev_up": 761.70001220703125, "invlev_dn": 766.70001220703125, "manhole_up": "manhole_2457_generated", "manhole_dn": "manhole_2458_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387204.050833505578339, 5862955.315435893833637 ], [ 1387233.152246462181211, 5862995.351338926702738 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 769.20001220703125, "elevtn_dn": 772.70001220703125, "invlev_up": 766.70001220703125, "invlev_dn": 770.20001220703125, "manhole_up": "manhole_2458_generated", "manhole_dn": "manhole_2459_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387233.152246462181211, 5862995.351338926702738 ], [ 1387262.253659419016913, 5863035.387241959571838 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 772.70001220703125, "elevtn_dn": 772.70001220703125, "invlev_up": 770.20001220703125, "invlev_dn": 770.20001220703125, "manhole_up": "manhole_2459_generated", "manhole_dn": "manhole_2460_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387262.253659419016913, 5863035.387241959571838 ], [ 1387289.177211825968698, 5863076.714860137552023 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 772.70001220703125, "elevtn_dn": 772.70001220703125, "invlev_up": 770.20001220703125, "invlev_dn": 770.20001220703125, "manhole_up": "manhole_2460_generated", "manhole_dn": "manhole_2461_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387289.177211825968698, 5863076.714860137552023 ], [ 1387304.666786204557866, 5863123.392671256326139 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 772.70001220703125, "elevtn_dn": 762.0, "invlev_up": 770.20001220703125, "invlev_dn": 759.5, "manhole_up": "manhole_2461_generated", "manhole_dn": "manhole_2462_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387304.666786204557866, 5863123.392671256326139 ], [ 1387314.520281337434426, 5863171.895173518918455 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 777.10003662109375, "invlev_up": 759.5, "invlev_dn": 774.60003662109375, "manhole_up": "manhole_2462_generated", "manhole_dn": "manhole_2463_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387314.520281337434426, 5863171.895173518918455 ], [ 1387324.142220750683919, 5863220.446013364940882 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 777.10003662109375, "elevtn_dn": 780.4000244140625, "invlev_up": 774.60003662109375, "invlev_dn": 777.9000244140625, "manhole_up": "manhole_2463_generated", "manhole_dn": "manhole_2464_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387324.142220750683919, 5863220.446013364940882 ], [ 1387333.764160163700581, 5863268.996853210031986 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 780.4000244140625, "elevtn_dn": 780.4000244140625, "invlev_up": 777.9000244140625, "invlev_dn": 777.9000244140625, "manhole_up": "manhole_2464_generated", "manhole_dn": "manhole_2465_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387333.764160163700581, 5863268.996853210031986 ], [ 1387343.386099576717243, 5863317.547693055123091 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 780.4000244140625, "elevtn_dn": 780.4000244140625, "invlev_up": 777.9000244140625, "invlev_dn": 777.9000244140625, "manhole_up": "manhole_2465_generated", "manhole_dn": "manhole_2466_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387343.386099576717243, 5863317.547693055123091 ], [ 1387353.008038989733905, 5863366.098532900214195 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 780.4000244140625, "elevtn_dn": 762.0, "invlev_up": 777.9000244140625, "invlev_dn": 759.5, "manhole_up": "manhole_2466_generated", "manhole_dn": "manhole_2467_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387353.008038989733905, 5863366.098532900214195 ], [ 1387364.066297837067395, 5863414.311534740030766 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2467_generated", "manhole_dn": "manhole_2468_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387364.066297837067395, 5863414.311534740030766 ], [ 1387381.839409928303212, 5863460.427046488039196 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2468_generated", "manhole_dn": "manhole_2469_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387381.839409928303212, 5863460.427046488039196 ], [ 1387403.429578960640356, 5863504.96100580971688 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2469_generated", "manhole_dn": "manhole_2470_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387403.429578960640356, 5863504.96100580971688 ], [ 1387425.140452897874638, 5863549.440256260335445 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2470_generated", "manhole_dn": "manhole_2471_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387425.140452897874638, 5863549.440256260335445 ], [ 1387446.851326835108921, 5863593.91950671095401 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2471_generated", "manhole_dn": "manhole_2472_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387446.851326835108921, 5863593.91950671095401 ], [ 1387467.528695637593046, 5863638.888379830867052 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 774.5, "invlev_up": 759.5, "invlev_dn": 772.0, "manhole_up": "manhole_2472_generated", "manhole_dn": "manhole_2473_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387467.528695637593046, 5863638.888379830867052 ], [ 1387488.196078018052503, 5863683.861984014511108 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E42", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 774.5, "elevtn_dn": 762.0, "invlev_up": 772.0, "invlev_dn": 759.5, "manhole_up": "manhole_2473_generated", "manhole_dn": "manhole_2474_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387488.196078018052503, 5863683.861984014511108 ], [ 1387508.863468252588063, 5863728.835584589280188 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E43", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2474_generated", "manhole_dn": "manhole_2475_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387508.863468252588063, 5863728.835584589280188 ], [ 1387529.53130904212594, 5863773.808978110551834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E44", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2475_generated", "manhole_dn": "manhole_2476_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387529.53130904212594, 5863773.808978110551834 ], [ 1387553.168002701364458, 5863817.17347530182451 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E45", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2476_generated", "manhole_dn": "manhole_2477_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387553.168002701364458, 5863817.17347530182451 ], [ 1387579.562712850514799, 5863859.043333718553185 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E46", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 777.0, "invlev_up": 759.5, "invlev_dn": 774.5, "manhole_up": "manhole_2477_generated", "manhole_dn": "manhole_2478_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387579.562712850514799, 5863859.043333718553185 ], [ 1387605.957422999665141, 5863900.913192136213183 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 777.0, "elevtn_dn": 762.0, "invlev_up": 774.5, "invlev_dn": 759.5, "manhole_up": "manhole_2478_generated", "manhole_dn": "manhole_2479_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387605.957422999665141, 5863900.913192136213183 ], [ 1387632.352133149048313, 5863942.783050553873181 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E48", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2479_generated", "manhole_dn": "manhole_2480_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387632.352133149048313, 5863942.783050553873181 ], [ 1387658.746843298198655, 5863984.652908970601857 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E49", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2480_generated", "manhole_dn": "manhole_2481_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387658.746843298198655, 5863984.652908970601857 ], [ 1387685.893106181640178, 5864026.029537551105022 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E50", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2481_generated", "manhole_dn": "manhole_2482_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387685.893106181640178, 5864026.029537551105022 ], [ 1387711.231136992340907, 5864068.42725711222738 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E51", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2482_generated", "manhole_dn": "manhole_2483_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387711.231136992340907, 5864068.42725711222738 ], [ 1387731.020947323646396, 5864113.414904261007905 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E52", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2483_generated", "manhole_dn": "manhole_2484_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387731.020947323646396, 5864113.414904261007905 ], [ 1387737.361907477490604, 5864162.342261835932732 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E53", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2484_generated", "manhole_dn": "manhole_2485_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387737.361907477490604, 5864162.342261835932732 ], [ 1387732.727565656881779, 5864211.475179814733565 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E54", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2485_generated", "manhole_dn": "manhole_2486_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387732.727565656881779, 5864211.475179814733565 ], [ 1387717.67884943424724, 5864258.627082298509777 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E55", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_2486_generated", "manhole_dn": "manhole_2487_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387717.67884943424724, 5864258.627082298509777 ], [ 1387709.67210421175696, 5864307.23127611912787 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E56", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 762.0, "elevtn_dn": 768.0, "invlev_up": 759.5, "invlev_dn": 765.5, "manhole_up": "manhole_2487_generated", "manhole_dn": "manhole_2488_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387709.67210421175696, 5864307.23127611912787 ], [ 1387707.11288084089756, 5864356.66017600055784 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E57", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 768.0, "elevtn_dn": 768.0, "invlev_up": 765.5, "invlev_dn": 765.5, "manhole_up": "manhole_2488_generated", "manhole_dn": "manhole_2489_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387707.11288084089756, 5864356.66017600055784 ], [ 1387709.591797993984073, 5864406.012949175201356 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E58", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 768.0, "elevtn_dn": 768.0, "invlev_up": 765.5, "invlev_dn": 765.5, "manhole_up": "manhole_2489_generated", "manhole_dn": "manhole_2490_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387709.591797993984073, 5864406.012949175201356 ], [ 1387713.643261310644448, 5864455.341961052268744 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E59", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 768.0, "elevtn_dn": 777.20001220703125, "invlev_up": 765.5, "invlev_dn": 774.70001220703125, "manhole_up": "manhole_2490_generated", "manhole_dn": "manhole_2491_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387713.643261310644448, 5864455.341961052268744 ], [ 1387715.877521668095142, 5864504.642317942343652 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E60", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 777.20001220703125, "elevtn_dn": 777.20001220703125, "invlev_up": 774.70001220703125, "invlev_dn": 774.70001220703125, "manhole_up": "manhole_2491_generated", "manhole_dn": "manhole_2492_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387715.877521668095142, 5864504.642317942343652 ], [ 1387708.68023270717822, 5864553.426558391191065 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E61", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 777.20001220703125, "elevtn_dn": 777.20001220703125, "invlev_up": 774.70001220703125, "invlev_dn": 774.70001220703125, "manhole_up": "manhole_2492_generated", "manhole_dn": "manhole_2493_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387708.68023270717822, 5864553.426558391191065 ], [ 1387690.790250770282, 5864599.575386263430119 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E62", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 777.20001220703125, "elevtn_dn": 810.60003662109375, "invlev_up": 774.70001220703125, "invlev_dn": 808.10003662109375, "manhole_up": "manhole_2493_generated", "manhole_dn": "manhole_2494_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387690.790250770282, 5864599.575386263430119 ], [ 1387672.900268833618611, 5864645.724214136600494 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E63", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 810.60003662109375, "elevtn_dn": 810.60003662109375, "invlev_up": 808.10003662109375, "invlev_dn": 808.10003662109375, "manhole_up": "manhole_2494_generated", "manhole_dn": "manhole_2495_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387672.900268833618611, 5864645.724214136600494 ], [ 1387659.931900478899479, 5864692.98388583958149 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E64", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 810.60003662109375, "elevtn_dn": 810.60003662109375, "invlev_up": 808.10003662109375, "invlev_dn": 808.10003662109375, "manhole_up": "manhole_2495_generated", "manhole_dn": "manhole_2496_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387659.931900478899479, 5864692.98388583958149 ], [ 1387659.223570322152227, 5864742.029465307481587 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E65", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 810.60003662109375, "elevtn_dn": 809.60003662109375, "invlev_up": 808.10003662109375, "invlev_dn": 807.10003662109375, "manhole_up": "manhole_2496_generated", "manhole_dn": "manhole_2497_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387659.223570322152227, 5864742.029465307481587 ], [ 1387675.926896508783102, 5864788.273513910360634 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E66", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 809.60003662109375, "elevtn_dn": 774.10003662109375, "invlev_up": 807.10003662109375, "invlev_dn": 771.60003662109375, "manhole_up": "manhole_2497_generated", "manhole_dn": "manhole_2498_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387675.926896508783102, 5864788.273513910360634 ], [ 1387702.296291569946334, 5864830.159320239908993 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E67", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 774.10003662109375, "elevtn_dn": 774.10003662109375, "invlev_up": 771.60003662109375, "invlev_dn": 771.60003662109375, "manhole_up": "manhole_2498_generated", "manhole_dn": "manhole_2499_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387702.296291569946334, 5864830.159320239908993 ], [ 1387728.665686630876735, 5864872.045126569457352 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E68", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 774.10003662109375, "elevtn_dn": 782.5, "invlev_up": 771.60003662109375, "invlev_dn": 780.0, "manhole_up": "manhole_2499_generated", "manhole_dn": "manhole_2500_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387728.665686630876735, 5864872.045126569457352 ], [ 1387751.608185108983889, 5864915.528788692317903 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E69", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 782.5, "elevtn_dn": 782.5, "invlev_up": 780.0, "invlev_dn": 780.0, "manhole_up": "manhole_2500_generated", "manhole_dn": "manhole_2501_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387751.608185108983889, 5864915.528788692317903 ], [ 1387766.741664502769709, 5864962.653554677963257 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E70", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 782.5, "elevtn_dn": 782.5, "invlev_up": 780.0, "invlev_dn": 780.0, "manhole_up": "manhole_2501_generated", "manhole_dn": "manhole_2502_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387766.741664502769709, 5864962.653554677963257 ], [ 1387778.99191950308159, 5865010.246724016033113 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E71", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 782.5, "elevtn_dn": 820.20001220703125, "invlev_up": 780.0, "invlev_dn": 817.70001220703125, "manhole_up": "manhole_2502_generated", "manhole_dn": "manhole_2503_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387778.99191950308159, 5865010.246724016033113 ], [ 1387779.554608268430457, 5865059.738633952103555 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E72", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 820.20001220703125, "elevtn_dn": 820.20001220703125, "invlev_up": 817.70001220703125, "invlev_dn": 817.70001220703125, "manhole_up": "manhole_2503_generated", "manhole_dn": "manhole_2504_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387779.554608268430457, 5865059.738633952103555 ], [ 1387780.117297033779323, 5865109.230543887242675 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E73", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 820.20001220703125, "elevtn_dn": 834.60003662109375, "invlev_up": 817.70001220703125, "invlev_dn": 832.10003662109375, "manhole_up": "manhole_2504_generated", "manhole_dn": "manhole_2505_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387780.117297033779323, 5865109.230543887242675 ], [ 1387782.917817069217563, 5865158.566991245374084 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E74", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 834.60003662109375, "elevtn_dn": 809.60003662109375, "invlev_up": 832.10003662109375, "invlev_dn": 807.10003662109375, "manhole_up": "manhole_2505_generated", "manhole_dn": "manhole_2506_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387782.917817069217563, 5865158.566991245374084 ], [ 1387789.203931836877018, 5865207.661293652839959 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E75", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 809.60003662109375, "elevtn_dn": 809.60003662109375, "invlev_up": 807.10003662109375, "invlev_dn": 807.10003662109375, "manhole_up": "manhole_2506_generated", "manhole_dn": "manhole_2507_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387789.203931836877018, 5865207.661293652839959 ], [ 1387795.490046604769304, 5865256.755596060305834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E76", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 809.60003662109375, "elevtn_dn": 811.60003662109375, "invlev_up": 807.10003662109375, "invlev_dn": 809.10003662109375, "manhole_up": "manhole_2507_generated", "manhole_dn": "manhole_2508_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387795.490046604769304, 5865256.755596060305834 ], [ 1387804.549934879876673, 5865305.332479531876743 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E77", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 811.60003662109375, "elevtn_dn": 811.60003662109375, "invlev_up": 809.10003662109375, "invlev_dn": 809.10003662109375, "manhole_up": "manhole_2508_generated", "manhole_dn": "manhole_2509_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387804.549934879876673, 5865305.332479531876743 ], [ 1387816.386747075244784, 5865353.391356389038265 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E78", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 811.60003662109375, "elevtn_dn": 811.60003662109375, "invlev_up": 809.10003662109375, "invlev_dn": 809.10003662109375, "manhole_up": "manhole_2509_generated", "manhole_dn": "manhole_2510_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387816.386747075244784, 5865353.391356389038265 ], [ 1387828.223559270845726, 5865401.450233246199787 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E79", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 811.60003662109375, "elevtn_dn": 802.5, "invlev_up": 809.10003662109375, "invlev_dn": 800.0, "manhole_up": "manhole_2510_generated", "manhole_dn": "manhole_2511_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387828.223559270845726, 5865401.450233246199787 ], [ 1387842.96627543354407, 5865448.679594250395894 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E80", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 802.5, "elevtn_dn": 802.5, "invlev_up": 800.0, "invlev_dn": 800.0, "manhole_up": "manhole_2511_generated", "manhole_dn": "manhole_2512_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387842.96627543354407, 5865448.679594250395894 ], [ 1387858.283513206522912, 5865495.744953005574644 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E81", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 802.5, "elevtn_dn": 802.5, "invlev_up": 800.0, "invlev_dn": 800.0, "manhole_up": "manhole_2512_generated", "manhole_dn": "manhole_2513_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387858.283513206522912, 5865495.744953005574644 ], [ 1387872.788357679266483, 5865543.026506381109357 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E82", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 802.5, "elevtn_dn": 778.20001220703125, "invlev_up": 800.0, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_2513_generated", "manhole_dn": "manhole_2514_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387872.788357679266483, 5865543.026506381109357 ], [ 1387882.890574953285977, 5865591.479689701460302 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E83", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 778.20001220703125, "elevtn_dn": 778.20001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_2514_generated", "manhole_dn": "manhole_2515_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387882.890574953285977, 5865591.479689701460302 ], [ 1387892.992792227305472, 5865639.932873022742569 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E84", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 778.20001220703125, "elevtn_dn": 778.20001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_2515_generated", "manhole_dn": "manhole_2516_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387892.992792227305472, 5865639.932873022742569 ], [ 1387903.095009501324967, 5865688.386056343093514 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_41_E85", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "elevtn_up": 778.20001220703125, "elevtn_dn": 794.70001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 792.20001220703125, "manhole_up": "manhole_2516_generated", "manhole_dn": "manhole_2517_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387903.095009501324967, 5865688.386056343093514 ], [ 1387913.197226775344461, 5865736.839239663444459 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": 830.9000244140625, "elevtn_dn": 830.9000244140625, "invlev_up": 828.4000244140625, "invlev_dn": 828.4000244140625, "manhole_up": "manhole_2518_generated", "manhole_dn": "manhole_2519_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387767.438602478476241, 5866395.894650792703032 ], [ 1387758.181959156645462, 5866444.388786932453513 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": 830.9000244140625, "elevtn_dn": 830.9000244140625, "invlev_up": 828.4000244140625, "invlev_dn": 828.4000244140625, "manhole_up": "manhole_2519_generated", "manhole_dn": "manhole_2520_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387758.181959156645462, 5866444.388786932453513 ], [ 1387748.925315835047513, 5866492.882923071272671 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": 830.9000244140625, "elevtn_dn": 816.5, "invlev_up": 828.4000244140625, "invlev_dn": 814.0, "manhole_up": "manhole_2520_generated", "manhole_dn": "manhole_2521_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387748.925315835047513, 5866492.882923071272671 ], [ 1387739.668672513216734, 5866541.377059211023152 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": 816.5, "elevtn_dn": 816.5, "invlev_up": 814.0, "invlev_dn": 814.0, "manhole_up": "manhole_2521_generated", "manhole_dn": "manhole_2522_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387739.668672513216734, 5866541.377059211023152 ], [ 1387730.412029191618785, 5866589.87119534984231 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": 816.5, "elevtn_dn": 816.10003662109375, "invlev_up": 814.0, "invlev_dn": 813.60003662109375, "manhole_up": "manhole_2522_generated", "manhole_dn": "manhole_2523_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387730.412029191618785, 5866589.87119534984231 ], [ 1387721.155385869788006, 5866638.365331489592791 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": 816.10003662109375, "elevtn_dn": 816.10003662109375, "invlev_up": 813.60003662109375, "invlev_dn": 813.60003662109375, "manhole_up": "manhole_2523_generated", "manhole_dn": "manhole_2524_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387721.155385869788006, 5866638.365331489592791 ], [ 1387711.868742506252602, 5866686.853722332976758 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": 816.10003662109375, "elevtn_dn": 816.10003662109375, "invlev_up": 813.60003662109375, "invlev_dn": 813.60003662109375, "manhole_up": "manhole_2524_generated", "manhole_dn": "manhole_2525_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387711.868742506252602, 5866686.853722332976758 ], [ 1387702.553355348296463, 5866735.336608462966979 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": 816.10003662109375, "elevtn_dn": -9999.0, "invlev_up": 813.60003662109375, "invlev_dn": -10001.5, "manhole_up": "manhole_2525_generated", "manhole_dn": "manhole_2526_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387702.553355348296463, 5866735.336608462966979 ], [ 1387692.161796326050535, 5866783.420620376244187 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2526_generated", "manhole_dn": "manhole_2527_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387692.161796326050535, 5866783.420620376244187 ], [ 1387665.606522521702573, 5866824.90734915714711 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2527_generated", "manhole_dn": "manhole_2528_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387665.606522521702573, 5866824.90734915714711 ], [ 1387633.521071630297229, 5866862.355812711641192 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2528_generated", "manhole_dn": "manhole_2529_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387633.521071630297229, 5866862.355812711641192 ], [ 1387599.638702124124393, 5866898.263356795534492 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2529_generated", "manhole_dn": "manhole_2530_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387599.638702124124393, 5866898.263356795534492 ], [ 1387565.756332617951557, 5866934.170900879427791 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2530_generated", "manhole_dn": "manhole_2531_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387565.756332617951557, 5866934.170900879427791 ], [ 1387530.833661955781281, 5866968.805834869854152 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2531_generated", "manhole_dn": "manhole_2532_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387530.833661955781281, 5866968.805834869854152 ], [ 1387488.905050721950829, 5866994.870336505584419 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2532_generated", "manhole_dn": "manhole_2533_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387488.905050721950829, 5866994.870336505584419 ], [ 1387446.976439488353208, 5867020.934838140383363 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2533_generated", "manhole_dn": "manhole_2534_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387446.976439488353208, 5867020.934838140383363 ], [ 1387406.992973743239418, 5867049.816161799244583 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2534_generated", "manhole_dn": "manhole_2535_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387406.992973743239418, 5867049.816161799244583 ], [ 1387368.671088309027255, 5867080.88432823959738 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2535_generated", "manhole_dn": "manhole_2536_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387368.671088309027255, 5867080.88432823959738 ], [ 1387334.799265256617218, 5867116.679788132198155 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2536_generated", "manhole_dn": "manhole_2537_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387334.799265256617218, 5867116.679788132198155 ], [ 1387307.553403656929731, 5867157.723808865994215 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2537_generated", "manhole_dn": "manhole_2538_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387307.553403656929731, 5867157.723808865994215 ], [ 1387282.996445531724021, 5867200.549453125335276 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2538_generated", "manhole_dn": "manhole_2539_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387282.996445531724021, 5867200.549453125335276 ], [ 1387258.59821508359164, 5867243.469064452685416 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2539_generated", "manhole_dn": "manhole_2540_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387258.59821508359164, 5867243.469064452685416 ], [ 1387243.614222536562011, 5867290.359711383469403 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2540_generated", "manhole_dn": "manhole_2541_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387243.614222536562011, 5867290.359711383469403 ], [ 1387231.826770829968154, 5867338.301578970625997 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2541_generated", "manhole_dn": "manhole_2542_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387231.826770829968154, 5867338.301578970625997 ], [ 1387220.039319123141468, 5867386.24344655778259 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2542_generated", "manhole_dn": "manhole_2543_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387220.039319123141468, 5867386.24344655778259 ], [ 1387207.1556057902053, 5867433.896184804849327 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2543_generated", "manhole_dn": "manhole_2544_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387207.1556057902053, 5867433.896184804849327 ], [ 1387193.766011686064303, 5867481.415501458570361 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2544_generated", "manhole_dn": "manhole_2545_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387193.766011686064303, 5867481.415501458570361 ], [ 1387175.064319850178435, 5867526.718267153017223 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2545_generated", "manhole_dn": "manhole_2546_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387175.064319850178435, 5867526.718267153017223 ], [ 1387136.063388707814738, 5867556.534853091463447 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2546_generated", "manhole_dn": "manhole_2547_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387136.063388707814738, 5867556.534853091463447 ], [ 1387093.861313862726092, 5867582.154212261550128 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2547_generated", "manhole_dn": "manhole_2548_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387093.861313862726092, 5867582.154212261550128 ], [ 1387052.642617584671825, 5867609.220943154767156 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2548_generated", "manhole_dn": "manhole_2549_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387052.642617584671825, 5867609.220943154767156 ], [ 1387015.838404431706294, 5867641.964445389807224 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2549_generated", "manhole_dn": "manhole_2550_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387015.838404431706294, 5867641.964445389807224 ], [ 1386980.829206744208932, 5867676.774253817275167 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2550_generated", "manhole_dn": "manhole_2551_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386980.829206744208932, 5867676.774253817275167 ], [ 1386945.994973083259538, 5867711.749516668729484 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2551_generated", "manhole_dn": "manhole_2552_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386945.994973083259538, 5867711.749516668729484 ], [ 1386914.592990256147459, 5867749.728507588617504 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2552_generated", "manhole_dn": "manhole_2553_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386914.592990256147459, 5867749.728507588617504 ], [ 1386887.16443330841139, 5867790.777757877483964 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2553_generated", "manhole_dn": "manhole_2554_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386887.16443330841139, 5867790.777757877483964 ], [ 1386859.735876360442489, 5867831.827008165419102 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2554_generated", "manhole_dn": "manhole_2555_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386859.735876360442489, 5867831.827008165419102 ], [ 1386832.307319412473589, 5867872.876258454285562 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2555_generated", "manhole_dn": "manhole_2556_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386832.307319412473589, 5867872.876258454285562 ], [ 1386804.878762464504689, 5867913.9255087422207 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2556_generated", "manhole_dn": "manhole_2557_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386804.878762464504689, 5867913.9255087422207 ], [ 1386777.450205516535789, 5867954.97475903108716 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2557_generated", "manhole_dn": "manhole_2558_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386777.450205516535789, 5867954.97475903108716 ], [ 1386750.021648568566889, 5867996.024009319022298 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2558_generated", "manhole_dn": "manhole_2559_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386750.021648568566889, 5867996.024009319022298 ], [ 1386723.537174304481596, 5868037.624782646074891 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_42_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2559_generated", "manhole_dn": "manhole_2560_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386723.537174304481596, 5868037.624782646074891 ], [ 1386701.250019326340407, 5868081.677585150115192 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_43_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_43", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_43", "diameter": "0.5", "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_2561_generated", "manhole_dn": "manhole_2562_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387809.534624515566975, 5866309.639251782558858 ], [ 1387788.486613497138023, 5866352.766951287165284 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_43_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_43", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_43", "diameter": "0.5", "elevtn_up": 806.20001220703125, "elevtn_dn": 830.9000244140625, "invlev_up": 803.70001220703125, "invlev_dn": 828.4000244140625, "manhole_up": "manhole_2562_generated", "manhole_dn": "manhole_2518_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387788.486613497138023, 5866352.766951287165284 ], [ 1387767.438602478476241, 5866395.894650792703032 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_44_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "elevtn_up": 830.9000244140625, "elevtn_dn": 840.10003662109375, "invlev_up": 828.4000244140625, "invlev_dn": 837.60003662109375, "manhole_up": "manhole_2518_generated", "manhole_dn": "manhole_2563_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387767.438602478476241, 5866395.894650792703032 ], [ 1387774.73306847945787, 5866351.644692087545991 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_44_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "elevtn_up": 840.10003662109375, "elevtn_dn": 806.20001220703125, "invlev_up": 837.60003662109375, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_2563_generated", "manhole_dn": "manhole_2564_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387774.73306847945787, 5866351.644692087545991 ], [ 1387787.219046234386042, 5866308.756401930935681 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_44_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_2564_generated", "manhole_dn": "manhole_2565_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387787.219046234386042, 5866308.756401930935681 ], [ 1387802.581935805035755, 5866266.622689731419086 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_44_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "elevtn_up": 806.20001220703125, "elevtn_dn": 827.70001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_2565_generated", "manhole_dn": "manhole_2566_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387802.581935805035755, 5866266.622689731419086 ], [ 1387818.989883717847988, 5866224.886323318816721 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_44_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "elevtn_up": 827.70001220703125, "elevtn_dn": 827.70001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_2566_generated", "manhole_dn": "manhole_2567_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387818.989883717847988, 5866224.886323318816721 ], [ 1387838.767447788733989, 5866184.784887914545834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_44_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "elevtn_up": 827.70001220703125, "elevtn_dn": 827.70001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_2567_generated", "manhole_dn": "manhole_2568_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387838.767447788733989, 5866184.784887914545834 ], [ 1387862.375427621416748, 5866146.679679537191987 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_44_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "elevtn_up": 827.70001220703125, "elevtn_dn": 803.9000244140625, "invlev_up": 825.20001220703125, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2568_generated", "manhole_dn": "manhole_2569_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387862.375427621416748, 5866146.679679537191987 ], [ 1387890.316308293025941, 5866111.904927220195532 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_44_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2569_generated", "manhole_dn": "manhole_2570_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387890.316308293025941, 5866111.904927220195532 ], [ 1387932.086585889104754, 5866099.149365295656025 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_45_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2571_generated", "manhole_dn": "manhole_2572_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387931.614702571649104, 5866170.542120457626879 ], [ 1387899.497387683717534, 5866203.806988564319909 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_45_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 806.20001220703125, "invlev_up": 801.4000244140625, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_2572_generated", "manhole_dn": "manhole_2573_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387899.497387683717534, 5866203.806988564319909 ], [ 1387869.509799961000681, 5866239.084409636445343 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_45_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": "0.5", "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_2573_generated", "manhole_dn": "manhole_2574_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387869.509799961000681, 5866239.084409636445343 ], [ 1387839.522212238283828, 5866274.361830709502101 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_45_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": "0.5", "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_2574_generated", "manhole_dn": "manhole_2561_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387839.522212238283828, 5866274.361830709502101 ], [ 1387809.534624515566975, 5866309.639251782558858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_46_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2570_generated", "manhole_dn": "manhole_2575_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387932.086585889104754, 5866099.149365295656025 ], [ 1387908.367353544337675, 5866141.903963415883482 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_46_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2575_generated", "manhole_dn": "manhole_2576_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387908.367353544337675, 5866141.903963415883482 ], [ 1387876.955022902460769, 5866179.987773489207029 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_46_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 827.70001220703125, "invlev_up": 801.4000244140625, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_2576_generated", "manhole_dn": "manhole_2577_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387876.955022902460769, 5866179.987773489207029 ], [ 1387847.458594153402373, 5866219.470102892257273 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_46_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "elevtn_up": 827.70001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_2577_generated", "manhole_dn": "manhole_2578_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387847.458594153402373, 5866219.470102892257273 ], [ 1387823.639855962945148, 5866262.662997540086508 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_46_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_2578_generated", "manhole_dn": "manhole_2561_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387823.639855962945148, 5866262.662997540086508 ], [ 1387809.534624515566975, 5866309.639251782558858 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_47_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2579_generated", "manhole_dn": "manhole_2580_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.443674022099003, 5865845.093254727311432 ], [ 1387943.318034203490242, 5865887.628139751963317 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_47_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2580_generated", "manhole_dn": "manhole_2581_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387943.318034203490242, 5865887.628139751963317 ], [ 1387946.009428307646886, 5865930.175072746351361 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_47_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 816.70001220703125, "invlev_up": 801.9000244140625, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_2581_generated", "manhole_dn": "manhole_2582_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387946.009428307646886, 5865930.175072746351361 ], [ 1387948.700822412036359, 5865972.722005739808083 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_47_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "elevtn_up": 816.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 814.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_2582_generated", "manhole_dn": "manhole_2583_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387948.700822412036359, 5865972.722005739808083 ], [ 1387944.872250664513558, 5866015.105105520226061 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_47_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "elevtn_up": 816.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 814.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_2583_generated", "manhole_dn": "manhole_2584_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387944.872250664513558, 5866015.105105520226061 ], [ 1387940.047370131826028, 5866057.463170127011836 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_47_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "elevtn_up": 816.70001220703125, "elevtn_dn": 803.9000244140625, "invlev_up": 814.20001220703125, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2584_generated", "manhole_dn": "manhole_2570_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.047370131826028, 5866057.463170127011836 ], [ 1387932.086585889104754, 5866099.149365295656025 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_48_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_48", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_48", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 786.29998779296875, "invlev_up": 801.4000244140625, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_2570_generated", "manhole_dn": "manhole_2585_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387932.086585889104754, 5866099.149365295656025 ], [ 1387975.279995472636074, 5866107.425722245126963 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2586_generated", "manhole_dn": "manhole_2587_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396909.357976644067094, 5869743.820572539232671 ], [ 1396931.001512570073828, 5869698.901241529732943 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2587_generated", "manhole_dn": "manhole_2588_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396931.001512570073828, 5869698.901241529732943 ], [ 1396952.437394135864452, 5869653.897189068607986 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2588_generated", "manhole_dn": "manhole_2589_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396952.437394135864452, 5869653.897189068607986 ], [ 1396961.924284938722849, 5869605.425327842123806 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2589_generated", "manhole_dn": "manhole_2590_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396961.924284938722849, 5869605.425327842123806 ], [ 1396956.300025957403705, 5869556.04274676553905 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2590_generated", "manhole_dn": "manhole_2591_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396956.300025957403705, 5869556.04274676553905 ], [ 1396930.699111388763413, 5869513.852089673280716 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2591_generated", "manhole_dn": "manhole_2592_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396930.699111388763413, 5869513.852089673280716 ], [ 1396901.464610780123621, 5869473.459851311519742 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2592_generated", "manhole_dn": "manhole_2593_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396901.464610780123621, 5869473.459851311519742 ], [ 1396872.230110171250999, 5869433.067612949758768 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2593_generated", "manhole_dn": "manhole_2594_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396872.230110171250999, 5869433.067612949758768 ], [ 1396842.995609562378377, 5869392.675374587066472 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2594_generated", "manhole_dn": "manhole_2595_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396842.995609562378377, 5869392.675374587066472 ], [ 1396808.125623756088316, 5869357.090668236836791 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2595_generated", "manhole_dn": "manhole_2596_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396808.125623756088316, 5869357.090668236836791 ], [ 1396771.60479090642184, 5869323.325619155541062 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2596_generated", "manhole_dn": "manhole_2597_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396771.60479090642184, 5869323.325619155541062 ], [ 1396729.11015088763088, 5869297.241246143355966 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2597_generated", "manhole_dn": "manhole_2598_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396729.11015088763088, 5869297.241246143355966 ], [ 1396686.615510868607089, 5869271.156873132102191 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2598_generated", "manhole_dn": "manhole_2599_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396686.615510868607089, 5869271.156873132102191 ], [ 1396644.120870849816129, 5869245.072500119917095 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E13", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2599_generated", "manhole_dn": "manhole_2600_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396644.120870849816129, 5869245.072500119917095 ], [ 1396601.626230831025168, 5869218.988127108663321 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E14", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2600_generated", "manhole_dn": "manhole_2601_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396601.626230831025168, 5869218.988127108663321 ], [ 1396557.898404459701851, 5869195.091535449028015 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E15", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2601_generated", "manhole_dn": "manhole_2602_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396557.898404459701851, 5869195.091535449028015 ], [ 1396513.373000270221382, 5869172.660137529484928 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E16", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2602_generated", "manhole_dn": "manhole_2603_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396513.373000270221382, 5869172.660137529484928 ], [ 1396467.087116056121886, 5869154.896273152902722 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E17", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2603_generated", "manhole_dn": "manhole_2604_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396467.087116056121886, 5869154.896273152902722 ], [ 1396417.387180331395939, 5869156.711754012852907 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E18", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2604_generated", "manhole_dn": "manhole_2605_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396417.387180331395939, 5869156.711754012852907 ], [ 1396367.689416214823723, 5869160.751702967099845 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E19", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2605_generated", "manhole_dn": "manhole_2606_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396367.689416214823723, 5869160.751702967099845 ], [ 1396317.991652098018676, 5869164.791651922278106 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E20", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2606_generated", "manhole_dn": "manhole_2607_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396317.991652098018676, 5869164.791651922278106 ], [ 1396268.29388798144646, 5869168.831600877456367 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E21", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2607_generated", "manhole_dn": "manhole_2608_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396268.29388798144646, 5869168.831600877456367 ], [ 1396218.596123864874244, 5869172.871549831703305 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E22", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2608_generated", "manhole_dn": "manhole_2609_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396218.596123864874244, 5869172.871549831703305 ], [ 1396168.898359748302028, 5869176.911498786881566 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E23", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2609_generated", "manhole_dn": "manhole_2610_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396168.898359748302028, 5869176.911498786881566 ], [ 1396119.200595631496981, 5869180.951447741128504 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E24", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2610_generated", "manhole_dn": "manhole_2611_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396119.200595631496981, 5869180.951447741128504 ], [ 1396074.361621838063002, 5869202.124943272210658 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E25", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2611_generated", "manhole_dn": "manhole_2612_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396074.361621838063002, 5869202.124943272210658 ], [ 1396035.199847624171525, 5869232.988261081278324 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E26", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2612_generated", "manhole_dn": "manhole_2613_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1396035.199847624171525, 5869232.988261081278324 ], [ 1395998.558018732117489, 5869266.795554245822132 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E27", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2613_generated", "manhole_dn": "manhole_2614_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395998.558018732117489, 5869266.795554245822132 ], [ 1395962.022284490056336, 5869300.726794557645917 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E28", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2614_generated", "manhole_dn": "manhole_2615_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395962.022284490056336, 5869300.726794557645917 ], [ 1395925.486550248228014, 5869334.658034870401025 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E29", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2615_generated", "manhole_dn": "manhole_2616_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395925.486550248228014, 5869334.658034870401025 ], [ 1395888.950816006399691, 5869368.589275183156133 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E30", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2616_generated", "manhole_dn": "manhole_2617_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395888.950816006399691, 5869368.589275183156133 ], [ 1395852.198703716741875, 5869402.247869444079697 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E31", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2617_generated", "manhole_dn": "manhole_2618_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395852.198703716741875, 5869402.247869444079697 ], [ 1395807.439734570682049, 5869421.687553119845688 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E32", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2618_generated", "manhole_dn": "manhole_2619_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395807.439734570682049, 5869421.687553119845688 ], [ 1395757.76829999522306, 5869425.271080794744194 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E33", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2619_generated", "manhole_dn": "manhole_2620_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395757.76829999522306, 5869425.271080794744194 ], [ 1395707.965332398191094, 5869427.690453497692943 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E34", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2620_generated", "manhole_dn": "manhole_2621_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395707.965332398191094, 5869427.690453497692943 ], [ 1395659.043270194903016, 5869419.543888772837818 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E35", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2621_generated", "manhole_dn": "manhole_2622_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395659.043270194903016, 5869419.543888772837818 ], [ 1395612.217504026833922, 5869402.463653352111578 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E36", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2622_generated", "manhole_dn": "manhole_2623_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395612.217504026833922, 5869402.463653352111578 ], [ 1395565.46716068405658, 5869385.125996558927 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E37", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2623_generated", "manhole_dn": "manhole_2624_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395565.46716068405658, 5869385.125996558927 ], [ 1395518.716817341279238, 5869367.788339765742421 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E38", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2624_generated", "manhole_dn": "manhole_2625_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395518.716817341279238, 5869367.788339765742421 ], [ 1395471.966473998501897, 5869350.450682972557843 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E39", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2625_generated", "manhole_dn": "manhole_2626_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395471.966473998501897, 5869350.450682972557843 ], [ 1395425.216130655724555, 5869333.113026178441942 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E40", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2626_generated", "manhole_dn": "manhole_2627_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395425.216130655724555, 5869333.113026178441942 ], [ 1395378.687391854356974, 5869315.204579988494515 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E41", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2627_generated", "manhole_dn": "manhole_2628_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395378.687391854356974, 5869315.204579988494515 ], [ 1395332.485505212796852, 5869296.454256883822381 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E42", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2628_generated", "manhole_dn": "manhole_2629_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395332.485505212796852, 5869296.454256883822381 ], [ 1395287.001163898268715, 5869276.144632362760603 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E43", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2629_generated", "manhole_dn": "manhole_2630_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395287.001163898268715, 5869276.144632362760603 ], [ 1395242.705986745655537, 5869253.250829122960567 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E44", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2630_generated", "manhole_dn": "manhole_2631_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395242.705986745655537, 5869253.250829122960567 ], [ 1395210.583317779935896, 5869216.421354569494724 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E45", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2631_generated", "manhole_dn": "manhole_2632_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395210.583317779935896, 5869216.421354569494724 ], [ 1395193.830984261119738, 5869169.495743074454367 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E46", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2632_generated", "manhole_dn": "manhole_2633_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395193.830984261119738, 5869169.495743074454367 ], [ 1395177.827800207771361, 5869122.271945620886981 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E47", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2633_generated", "manhole_dn": "manhole_2634_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395177.827800207771361, 5869122.271945620886981 ], [ 1395155.643526731757447, 5869079.571160393767059 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E48", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2634_generated", "manhole_dn": "manhole_2635_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395155.643526731757447, 5869079.571160393767059 ], [ 1395110.79815290751867, 5869060.371252737939358 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E49", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2635_generated", "manhole_dn": "manhole_2636_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395110.79815290751867, 5869060.371252737939358 ], [ 1395061.09774633590132, 5869059.009571047499776 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E50", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2636_generated", "manhole_dn": "manhole_2637_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395061.09774633590132, 5869059.009571047499776 ], [ 1395018.388957693940029, 5869034.78797029517591 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E51", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2637_generated", "manhole_dn": "manhole_2638_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1395018.388957693940029, 5869034.78797029517591 ], [ 1394978.546954535646364, 5869004.807914757169783 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E52", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2638_generated", "manhole_dn": "manhole_2639_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394978.546954535646364, 5869004.807914757169783 ], [ 1394938.7049513773527, 5868974.827859218232334 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E53", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2639_generated", "manhole_dn": "manhole_2640_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394938.7049513773527, 5868974.827859218232334 ], [ 1394898.862948219059035, 5868944.847803680226207 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E54", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2640_generated", "manhole_dn": "manhole_2641_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394898.862948219059035, 5868944.847803680226207 ], [ 1394866.007140989648178, 5868909.172220145352185 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E55", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2641_generated", "manhole_dn": "manhole_2642_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394866.007140989648178, 5868909.172220145352185 ], [ 1394865.188218769617379, 5868860.166501657105982 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E56", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2642_generated", "manhole_dn": "manhole_2643_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394865.188218769617379, 5868860.166501657105982 ], [ 1394851.210898632416502, 5868814.804698893800378 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E57", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2643_generated", "manhole_dn": "manhole_2644_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394851.210898632416502, 5868814.804698893800378 ], [ 1394814.57134416163899, 5868780.985591958276927 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E58", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2644_generated", "manhole_dn": "manhole_2645_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394814.57134416163899, 5868780.985591958276927 ], [ 1394783.142760716611519, 5868743.81044967379421 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E59", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2645_generated", "manhole_dn": "manhole_2646_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394783.142760716611519, 5868743.81044967379421 ], [ 1394777.096276167081669, 5868694.597891299054027 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E60", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2646_generated", "manhole_dn": "manhole_2647_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394777.096276167081669, 5868694.597891299054027 ], [ 1394773.838866250822321, 5868644.842708389274776 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E61", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2647_generated", "manhole_dn": "manhole_2648_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394773.838866250822321, 5868644.842708389274776 ], [ 1394784.297478953143582, 5868596.997929934412241 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E62", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2648_generated", "manhole_dn": "manhole_2649_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394784.297478953143582, 5868596.997929934412241 ], [ 1394803.796106442809105, 5868551.10683633480221 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E63", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2649_generated", "manhole_dn": "manhole_2650_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394803.796106442809105, 5868551.10683633480221 ], [ 1394823.294733932707459, 5868505.21574273519218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E64", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2650_generated", "manhole_dn": "manhole_2651_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394823.294733932707459, 5868505.21574273519218 ], [ 1394837.756601032335311, 5868457.68703889194876 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E65", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2651_generated", "manhole_dn": "manhole_2652_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394837.756601032335311, 5868457.68703889194876 ], [ 1394848.974616430234164, 5868409.103656174615026 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E66", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2652_generated", "manhole_dn": "manhole_2653_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394848.974616430234164, 5868409.103656174615026 ], [ 1394851.974718380952254, 5868359.860240411013365 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E67", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2653_generated", "manhole_dn": "manhole_2654_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394851.974718380952254, 5868359.860240411013365 ], [ 1394846.573623906588182, 5868310.402086352929473 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E68", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2654_generated", "manhole_dn": "manhole_2655_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394846.573623906588182, 5868310.402086352929473 ], [ 1394836.032171645434573, 5868261.667429998517036 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E69", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2655_generated", "manhole_dn": "manhole_2656_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394836.032171645434573, 5868261.667429998517036 ], [ 1394825.490719384280965, 5868212.9327736441046 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E70", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2656_generated", "manhole_dn": "manhole_2657_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394825.490719384280965, 5868212.9327736441046 ], [ 1394814.949267123127356, 5868164.198117289692163 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E71", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2657_generated", "manhole_dn": "manhole_2658_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394814.949267123127356, 5868164.198117289692163 ], [ 1394796.999077728250995, 5868117.908033844083548 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E72", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2658_generated", "manhole_dn": "manhole_2659_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394796.999077728250995, 5868117.908033844083548 ], [ 1394776.467399163171649, 5868072.469733688049018 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E73", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2659_generated", "manhole_dn": "manhole_2660_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394776.467399163171649, 5868072.469733688049018 ], [ 1394755.935720598092303, 5868027.031433532945812 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E74", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2660_generated", "manhole_dn": "manhole_2661_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394755.935720598092303, 5868027.031433532945812 ], [ 1394740.519507831195369, 5867979.965777863748372 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E75", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2661_generated", "manhole_dn": "manhole_2662_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394740.519507831195369, 5867979.965777863748372 ], [ 1394731.024188673356548, 5867931.016540282405913 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E76", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2662_generated", "manhole_dn": "manhole_2663_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394731.024188673356548, 5867931.016540282405913 ], [ 1394719.285063765244558, 5867882.718089940026402 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E77", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2663_generated", "manhole_dn": "manhole_2664_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394719.285063765244558, 5867882.718089940026402 ], [ 1394701.115841469261795, 5867836.284607334062457 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E78", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2664_generated", "manhole_dn": "manhole_2665_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394701.115841469261795, 5867836.284607334062457 ], [ 1394682.946619173279032, 5867789.851124729029834 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E79", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2665_generated", "manhole_dn": "manhole_2666_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394682.946619173279032, 5867789.851124729029834 ], [ 1394667.689998690504581, 5867742.633696664124727 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E80", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2666_generated", "manhole_dn": "manhole_2667_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394667.689998690504581, 5867742.633696664124727 ], [ 1394660.09726603073068, 5867693.353484037332237 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E81", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2667_generated", "manhole_dn": "manhole_2668_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394660.09726603073068, 5867693.353484037332237 ], [ 1394654.328329593641683, 5867643.868894944898784 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E82", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2668_generated", "manhole_dn": "manhole_2669_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394654.328329593641683, 5867643.868894944898784 ], [ 1394650.824927933514118, 5867594.130427713505924 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E83", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2669_generated", "manhole_dn": "manhole_2670_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394650.824927933514118, 5867594.130427713505924 ], [ 1394651.388802720233798, 5867544.35361806396395 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E84", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2670_generated", "manhole_dn": "manhole_2671_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394651.388802720233798, 5867544.35361806396395 ], [ 1394662.743551589781418, 5867496.03845329862088 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E85", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2671_generated", "manhole_dn": "manhole_2672_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394662.743551589781418, 5867496.03845329862088 ], [ 1394670.132179970387369, 5867447.227573615498841 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E86", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2672_generated", "manhole_dn": "manhole_2673_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394670.132179970387369, 5867447.227573615498841 ], [ 1394650.258600463392213, 5867404.05067600402981 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E87", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2673_generated", "manhole_dn": "manhole_2674_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394650.258600463392213, 5867404.05067600402981 ], [ 1394603.801243336405605, 5867385.942586250603199 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E88", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2674_generated", "manhole_dn": "manhole_2675_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394603.801243336405605, 5867385.942586250603199 ], [ 1394568.131737232673913, 5867352.277565182186663 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E89", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2675_generated", "manhole_dn": "manhole_2676_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394568.131737232673913, 5867352.277565182186663 ], [ 1394534.886564994230866, 5867315.116463630460203 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E90", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2676_generated", "manhole_dn": "manhole_2677_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394534.886564994230866, 5867315.116463630460203 ], [ 1394502.003263384569436, 5867277.642437966540456 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E91", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2677_generated", "manhole_dn": "manhole_2678_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394502.003263384569436, 5867277.642437966540456 ], [ 1394470.028815483907238, 5867239.382489884272218 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E92", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2678_generated", "manhole_dn": "manhole_2679_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394470.028815483907238, 5867239.382489884272218 ], [ 1394438.05436758347787, 5867201.122541802935302 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E93", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2679_generated", "manhole_dn": "manhole_2680_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394438.05436758347787, 5867201.122541802935302 ], [ 1394406.079919682815671, 5867162.862593721598387 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E94", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2680_generated", "manhole_dn": "manhole_2681_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394406.079919682815671, 5867162.862593721598387 ], [ 1394374.105471782386303, 5867124.602645640261471 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E95", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2681_generated", "manhole_dn": "manhole_2682_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394374.105471782386303, 5867124.602645640261471 ], [ 1394331.263575199525803, 5867099.102238862775266 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E96", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2682_generated", "manhole_dn": "manhole_2683_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394331.263575199525803, 5867099.102238862775266 ], [ 1394288.402718252269551, 5867073.624093571677804 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E97", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2683_generated", "manhole_dn": "manhole_2684_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394288.402718252269551, 5867073.624093571677804 ], [ 1394241.406052829232067, 5867059.604279736988246 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E98", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2684_generated", "manhole_dn": "manhole_2685_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394241.406052829232067, 5867059.604279736988246 ], [ 1394191.967552164103836, 5867053.804523427039385 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E99", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2685_generated", "manhole_dn": "manhole_2686_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394191.967552164103836, 5867053.804523427039385 ], [ 1394142.130891400855035, 5867052.224589966237545 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E100", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2686_generated", "manhole_dn": "manhole_2687_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394142.130891400855035, 5867052.224589966237545 ], [ 1394092.295928271487355, 5867051.546281232498586 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E101", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2687_generated", "manhole_dn": "manhole_2688_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394092.295928271487355, 5867051.546281232498586 ], [ 1394043.343164325458929, 5867047.527966791763902 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E102", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2688_generated", "manhole_dn": "manhole_2689_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1394043.343164325458929, 5867047.527966791763902 ], [ 1393996.278205681359395, 5867031.063501614145935 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E103", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2689_generated", "manhole_dn": "manhole_2690_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393996.278205681359395, 5867031.063501614145935 ], [ 1393949.213247037259862, 5867014.599036436527967 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E104", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2690_generated", "manhole_dn": "manhole_2691_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393949.213247037259862, 5867014.599036436527967 ], [ 1393902.148288393160328, 5866998.134571259841323 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E105", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2691_generated", "manhole_dn": "manhole_2692_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393902.148288393160328, 5866998.134571259841323 ], [ 1393855.083329749060795, 5866981.670106082223356 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E106", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2692_generated", "manhole_dn": "manhole_2693_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393855.083329749060795, 5866981.670106082223356 ], [ 1393805.813084045657888, 5866974.210721349343657 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E107", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2693_generated", "manhole_dn": "manhole_2694_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393805.813084045657888, 5866974.210721349343657 ], [ 1393756.464387694839388, 5866967.077454941347241 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E108", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2694_generated", "manhole_dn": "manhole_2695_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393756.464387694839388, 5866967.077454941347241 ], [ 1393706.996018304256722, 5866960.826904917135835 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E109", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2695_generated", "manhole_dn": "manhole_2696_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393706.996018304256722, 5866960.826904917135835 ], [ 1393657.527648913906887, 5866954.576354892924428 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E110", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2696_generated", "manhole_dn": "manhole_2697_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393657.527648913906887, 5866954.576354892924428 ], [ 1393608.059279523557052, 5866948.325804868713021 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E111", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2697_generated", "manhole_dn": "manhole_2698_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393608.059279523557052, 5866948.325804868713021 ], [ 1393558.590910133207217, 5866942.075254844501615 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E112", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2698_generated", "manhole_dn": "manhole_2699_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393558.590910133207217, 5866942.075254844501615 ], [ 1393509.122540742857382, 5866935.824704820290208 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E113", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2699_generated", "manhole_dn": "manhole_2700_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393509.122540742857382, 5866935.824704820290208 ], [ 1393459.654171352507547, 5866929.574154796078801 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E114", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2700_generated", "manhole_dn": "manhole_2701_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393459.654171352507547, 5866929.574154796078801 ], [ 1393410.185801962157711, 5866923.323604770936072 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E115", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2701_generated", "manhole_dn": "manhole_2702_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393410.185801962157711, 5866923.323604770936072 ], [ 1393360.717432571807876, 5866917.073054746724665 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E116", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2702_generated", "manhole_dn": "manhole_2703_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393360.717432571807876, 5866917.073054746724665 ], [ 1393311.249063181458041, 5866910.822504722513258 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E117", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2703_generated", "manhole_dn": "manhole_2704_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393311.249063181458041, 5866910.822504722513258 ], [ 1393261.780693791108206, 5866904.571954698301852 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E118", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2704_generated", "manhole_dn": "manhole_2705_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393261.780693791108206, 5866904.571954698301852 ], [ 1393212.31232440052554, 5866898.321404674090445 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E119", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2705_generated", "manhole_dn": "manhole_2706_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393212.31232440052554, 5866898.321404674090445 ], [ 1393164.711109766503796, 5866883.550484512001276 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E120", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2706_generated", "manhole_dn": "manhole_2707_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393164.711109766503796, 5866883.550484512001276 ], [ 1393117.162246766965836, 5866868.540668617002666 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E121", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2707_generated", "manhole_dn": "manhole_2708_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393117.162246766965836, 5866868.540668617002666 ], [ 1393069.613383767427877, 5866853.530852722004056 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E122", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2708_generated", "manhole_dn": "manhole_2709_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393069.613383767427877, 5866853.530852722004056 ], [ 1393022.064520767889917, 5866838.521036827005446 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E123", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2709_generated", "manhole_dn": "manhole_2710_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393022.064520767889917, 5866838.521036827005446 ], [ 1392974.515657768351957, 5866823.511220932938159 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E124", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2710_generated", "manhole_dn": "manhole_2711_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392974.515657768351957, 5866823.511220932938159 ], [ 1392926.966794768813998, 5866808.501405037939548 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E125", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2711_generated", "manhole_dn": "manhole_2712_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392926.966794768813998, 5866808.501405037939548 ], [ 1392879.417931769276038, 5866793.491589142940938 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E126", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": -9999.0, "invlev_up": -10001.5, "invlev_dn": -10001.5, "manhole_up": "manhole_2712_generated", "manhole_dn": "manhole_2713_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392879.417931769276038, 5866793.491589142940938 ], [ 1392831.869068769738078, 5866778.481773247942328 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E127", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": -9999.0, "elevtn_dn": 865.0, "invlev_up": -10001.5, "invlev_dn": 862.5, "manhole_up": "manhole_2713_generated", "manhole_dn": "manhole_2714_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392831.869068769738078, 5866778.481773247942328 ], [ 1392784.320205770200118, 5866763.471957352943718 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E128", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 865.0, "elevtn_dn": 865.0, "invlev_up": 862.5, "invlev_dn": 862.5, "manhole_up": "manhole_2714_generated", "manhole_dn": "manhole_2715_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392784.320205770200118, 5866763.471957352943718 ], [ 1392736.771342770429328, 5866748.462141457945108 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E129", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 865.0, "elevtn_dn": 878.4000244140625, "invlev_up": 862.5, "invlev_dn": 875.9000244140625, "manhole_up": "manhole_2715_generated", "manhole_dn": "manhole_2716_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392736.771342770429328, 5866748.462141457945108 ], [ 1392689.222479770891368, 5866733.452325562946498 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E130", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 878.4000244140625, "elevtn_dn": 878.4000244140625, "invlev_up": 875.9000244140625, "invlev_dn": 875.9000244140625, "manhole_up": "manhole_2716_generated", "manhole_dn": "manhole_2717_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392689.222479770891368, 5866733.452325562946498 ], [ 1392641.673616771353409, 5866718.442509667947888 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E131", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 878.4000244140625, "elevtn_dn": 904.9000244140625, "invlev_up": 875.9000244140625, "invlev_dn": 902.4000244140625, "manhole_up": "manhole_2717_generated", "manhole_dn": "manhole_2718_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392641.673616771353409, 5866718.442509667947888 ], [ 1392594.124753771815449, 5866703.432693773880601 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E132", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 904.9000244140625, "elevtn_dn": 904.9000244140625, "invlev_up": 902.4000244140625, "invlev_dn": 902.4000244140625, "manhole_up": "manhole_2718_generated", "manhole_dn": "manhole_2719_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392594.124753771815449, 5866703.432693773880601 ], [ 1392546.575890772277489, 5866688.422877878881991 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E133", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 904.9000244140625, "elevtn_dn": 931.5, "invlev_up": 902.4000244140625, "invlev_dn": 929.0, "manhole_up": "manhole_2719_generated", "manhole_dn": "manhole_2720_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392546.575890772277489, 5866688.422877878881991 ], [ 1392499.02702777273953, 5866673.413061983883381 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E134", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 931.5, "elevtn_dn": 931.5, "invlev_up": 929.0, "invlev_dn": 929.0, "manhole_up": "manhole_2720_generated", "manhole_dn": "manhole_2721_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392499.02702777273953, 5866673.413061983883381 ], [ 1392451.47816477320157, 5866658.403246088884771 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E135", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 931.5, "elevtn_dn": 926.29998779296875, "invlev_up": 929.0, "invlev_dn": 923.79998779296875, "manhole_up": "manhole_2721_generated", "manhole_dn": "manhole_2722_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392451.47816477320157, 5866658.403246088884771 ], [ 1392403.92930177366361, 5866643.393430193886161 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E136", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 926.29998779296875, "elevtn_dn": 849.79998779296875, "invlev_up": 923.79998779296875, "invlev_dn": 847.29998779296875, "manhole_up": "manhole_2722_generated", "manhole_dn": "manhole_2723_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392403.92930177366361, 5866643.393430193886161 ], [ 1392356.380438774125651, 5866628.383614298887551 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E137", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 849.79998779296875, "elevtn_dn": 875.20001220703125, "invlev_up": 847.29998779296875, "invlev_dn": 872.70001220703125, "manhole_up": "manhole_2723_generated", "manhole_dn": "manhole_2724_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392356.380438774125651, 5866628.383614298887551 ], [ 1392308.831575774587691, 5866613.373798403888941 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E138", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 875.20001220703125, "elevtn_dn": 875.20001220703125, "invlev_up": 872.70001220703125, "invlev_dn": 872.70001220703125, "manhole_up": "manhole_2724_generated", "manhole_dn": "manhole_2725_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392308.831575774587691, 5866613.373798403888941 ], [ 1392261.282712775049731, 5866598.363982509821653 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E139", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 875.20001220703125, "elevtn_dn": 928.10003662109375, "invlev_up": 872.70001220703125, "invlev_dn": 925.60003662109375, "manhole_up": "manhole_2725_generated", "manhole_dn": "manhole_2726_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392261.282712775049731, 5866598.363982509821653 ], [ 1392213.733849775511771, 5866583.354166614823043 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E140", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 928.10003662109375, "elevtn_dn": 928.10003662109375, "invlev_up": 925.60003662109375, "invlev_dn": 925.60003662109375, "manhole_up": "manhole_2726_generated", "manhole_dn": "manhole_2727_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392213.733849775511771, 5866583.354166614823043 ], [ 1392166.184986775973812, 5866568.344350719824433 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E141", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 928.10003662109375, "elevtn_dn": 936.79998779296875, "invlev_up": 925.60003662109375, "invlev_dn": 934.29998779296875, "manhole_up": "manhole_2727_generated", "manhole_dn": "manhole_2728_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392166.184986775973812, 5866568.344350719824433 ], [ 1392119.234377897810191, 5866551.59017149079591 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E142", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 936.79998779296875, "elevtn_dn": 936.79998779296875, "invlev_up": 934.29998779296875, "invlev_dn": 934.29998779296875, "manhole_up": "manhole_2728_generated", "manhole_dn": "manhole_2729_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392119.234377897810191, 5866551.59017149079591 ], [ 1392072.481987217208371, 5866534.25803626794368 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E143", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 936.79998779296875, "elevtn_dn": 929.79998779296875, "invlev_up": 934.29998779296875, "invlev_dn": 927.29998779296875, "manhole_up": "manhole_2729_generated", "manhole_dn": "manhole_2730_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392072.481987217208371, 5866534.25803626794368 ], [ 1392025.729596536839381, 5866516.925901044160128 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E144", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 929.79998779296875, "elevtn_dn": 892.29998779296875, "invlev_up": 927.29998779296875, "invlev_dn": 889.79998779296875, "manhole_up": "manhole_2730_generated", "manhole_dn": "manhole_2731_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392025.729596536839381, 5866516.925901044160128 ], [ 1391978.977205856470391, 5866499.593765820376575 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E145", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 892.29998779296875, "elevtn_dn": 911.4000244140625, "invlev_up": 889.79998779296875, "invlev_dn": 908.9000244140625, "manhole_up": "manhole_2731_generated", "manhole_dn": "manhole_2732_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391978.977205856470391, 5866499.593765820376575 ], [ 1391932.224815175868571, 5866482.261630596593022 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E146", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 911.4000244140625, "elevtn_dn": 911.4000244140625, "invlev_up": 908.9000244140625, "invlev_dn": 908.9000244140625, "manhole_up": "manhole_2732_generated", "manhole_dn": "manhole_2733_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391932.224815175868571, 5866482.261630596593022 ], [ 1391885.472424495499581, 5866464.92949537280947 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E147", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 911.4000244140625, "elevtn_dn": 933.20001220703125, "invlev_up": 908.9000244140625, "invlev_dn": 930.70001220703125, "manhole_up": "manhole_2733_generated", "manhole_dn": "manhole_2734_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391885.472424495499581, 5866464.92949537280947 ], [ 1391838.720033814897761, 5866447.59736014995724 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E148", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 933.20001220703125, "elevtn_dn": 933.20001220703125, "invlev_up": 930.70001220703125, "invlev_dn": 930.70001220703125, "manhole_up": "manhole_2734_generated", "manhole_dn": "manhole_2735_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391838.720033814897761, 5866447.59736014995724 ], [ 1391791.967643134528771, 5866430.265224926173687 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E149", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 933.20001220703125, "elevtn_dn": 939.4000244140625, "invlev_up": 930.70001220703125, "invlev_dn": 936.9000244140625, "manhole_up": "manhole_2735_generated", "manhole_dn": "manhole_2736_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391791.967643134528771, 5866430.265224926173687 ], [ 1391745.215252453926951, 5866412.933089702390134 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E150", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 939.4000244140625, "elevtn_dn": 939.4000244140625, "invlev_up": 936.9000244140625, "invlev_dn": 936.9000244140625, "manhole_up": "manhole_2736_generated", "manhole_dn": "manhole_2737_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391745.215252453926951, 5866412.933089702390134 ], [ 1391698.462861773557961, 5866395.600954478606582 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E151", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 939.4000244140625, "elevtn_dn": 952.70001220703125, "invlev_up": 936.9000244140625, "invlev_dn": 950.20001220703125, "manhole_up": "manhole_2737_generated", "manhole_dn": "manhole_2738_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391698.462861773557961, 5866395.600954478606582 ], [ 1391651.710471092956141, 5866378.268819254823029 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E152", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 952.70001220703125, "elevtn_dn": 889.4000244140625, "invlev_up": 950.20001220703125, "invlev_dn": 886.9000244140625, "manhole_up": "manhole_2738_generated", "manhole_dn": "manhole_2739_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391651.710471092956141, 5866378.268819254823029 ], [ 1391604.958080412587151, 5866360.936684031039476 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E153", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 889.4000244140625, "elevtn_dn": 848.70001220703125, "invlev_up": 886.9000244140625, "invlev_dn": 846.20001220703125, "manhole_up": "manhole_2739_generated", "manhole_dn": "manhole_2740_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391604.958080412587151, 5866360.936684031039476 ], [ 1391558.205689732218161, 5866343.604548808187246 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E154", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 848.70001220703125, "elevtn_dn": 848.70001220703125, "invlev_up": 846.20001220703125, "invlev_dn": 846.20001220703125, "manhole_up": "manhole_2740_generated", "manhole_dn": "manhole_2741_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391558.205689732218161, 5866343.604548808187246 ], [ 1391511.453299051616341, 5866326.272413584403694 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E155", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 848.70001220703125, "elevtn_dn": 846.0, "invlev_up": 846.20001220703125, "invlev_dn": 843.5, "manhole_up": "manhole_2741_generated", "manhole_dn": "manhole_2742_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391511.453299051616341, 5866326.272413584403694 ], [ 1391464.700908371247351, 5866308.940278360620141 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E156", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 846.0, "elevtn_dn": 846.0, "invlev_up": 843.5, "invlev_dn": 843.5, "manhole_up": "manhole_2742_generated", "manhole_dn": "manhole_2743_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391464.700908371247351, 5866308.940278360620141 ], [ 1391417.948517690645531, 5866291.608143136836588 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E157", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 846.0, "elevtn_dn": 849.9000244140625, "invlev_up": 843.5, "invlev_dn": 847.4000244140625, "manhole_up": "manhole_2743_generated", "manhole_dn": "manhole_2744_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391417.948517690645531, 5866291.608143136836588 ], [ 1391371.196127010276541, 5866274.276007913053036 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E158", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 849.9000244140625, "elevtn_dn": 849.9000244140625, "invlev_up": 847.4000244140625, "invlev_dn": 847.4000244140625, "manhole_up": "manhole_2744_generated", "manhole_dn": "manhole_2745_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391371.196127010276541, 5866274.276007913053036 ], [ 1391321.986832652939484, 5866269.550851707346737 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E159", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 849.9000244140625, "elevtn_dn": 895.70001220703125, "invlev_up": 847.4000244140625, "invlev_dn": 893.20001220703125, "manhole_up": "manhole_2745_generated", "manhole_dn": "manhole_2746_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391321.986832652939484, 5866269.550851707346737 ], [ 1391272.147464629728347, 5866268.058758955448866 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E160", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 895.70001220703125, "elevtn_dn": 895.70001220703125, "invlev_up": 893.20001220703125, "invlev_dn": 893.20001220703125, "manhole_up": "manhole_2746_generated", "manhole_dn": "manhole_2747_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391272.147464629728347, 5866268.058758955448866 ], [ 1391222.30809660628438, 5866266.566666204482317 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E161", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 895.70001220703125, "elevtn_dn": 932.0, "invlev_up": 893.20001220703125, "invlev_dn": 929.5, "manhole_up": "manhole_2747_generated", "manhole_dn": "manhole_2748_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391222.30809660628438, 5866266.566666204482317 ], [ 1391172.468728582840413, 5866265.074573452584445 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E162", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 932.0, "elevtn_dn": 932.0, "invlev_up": 929.5, "invlev_dn": 929.5, "manhole_up": "manhole_2748_generated", "manhole_dn": "manhole_2749_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391172.468728582840413, 5866265.074573452584445 ], [ 1391122.629360559629276, 5866263.582480700686574 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E163", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 932.0, "elevtn_dn": 915.20001220703125, "invlev_up": 929.5, "invlev_dn": 912.70001220703125, "manhole_up": "manhole_2749_generated", "manhole_dn": "manhole_2750_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391122.629360559629276, 5866263.582480700686574 ], [ 1391072.789992536185309, 5866262.090387949720025 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E164", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 915.20001220703125, "elevtn_dn": 880.70001220703125, "invlev_up": 912.70001220703125, "invlev_dn": 878.20001220703125, "manhole_up": "manhole_2750_generated", "manhole_dn": "manhole_2751_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391072.789992536185309, 5866262.090387949720025 ], [ 1391022.950624512741342, 5866260.598295197822154 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E165", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 880.70001220703125, "elevtn_dn": 880.70001220703125, "invlev_up": 878.20001220703125, "invlev_dn": 878.20001220703125, "manhole_up": "manhole_2751_generated", "manhole_dn": "manhole_2752_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391022.950624512741342, 5866260.598295197822154 ], [ 1390973.111256489530206, 5866259.106202445924282 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E166", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 880.70001220703125, "elevtn_dn": 889.4000244140625, "invlev_up": 878.20001220703125, "invlev_dn": 886.9000244140625, "manhole_up": "manhole_2752_generated", "manhole_dn": "manhole_2753_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390973.111256489530206, 5866259.106202445924282 ], [ 1390923.271888466086239, 5866257.614109694957733 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E167", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 889.4000244140625, "elevtn_dn": 889.4000244140625, "invlev_up": 886.9000244140625, "invlev_dn": 886.9000244140625, "manhole_up": "manhole_2753_generated", "manhole_dn": "manhole_2754_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390923.271888466086239, 5866257.614109694957733 ], [ 1390873.432520442642272, 5866256.122016943059862 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E168", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 889.4000244140625, "elevtn_dn": 935.79998779296875, "invlev_up": 886.9000244140625, "invlev_dn": 933.29998779296875, "manhole_up": "manhole_2754_generated", "manhole_dn": "manhole_2755_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390873.432520442642272, 5866256.122016943059862 ], [ 1390823.593152419198304, 5866254.62992419116199 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E169", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 935.79998779296875, "elevtn_dn": 935.79998779296875, "invlev_up": 933.29998779296875, "invlev_dn": 933.29998779296875, "manhole_up": "manhole_2755_generated", "manhole_dn": "manhole_2756_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390823.593152419198304, 5866254.62992419116199 ], [ 1390773.753784395987168, 5866253.137831440195441 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E170", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 935.79998779296875, "elevtn_dn": 957.79998779296875, "invlev_up": 933.29998779296875, "invlev_dn": 955.29998779296875, "manhole_up": "manhole_2756_generated", "manhole_dn": "manhole_2757_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390773.753784395987168, 5866253.137831440195441 ], [ 1390723.914416372543201, 5866251.64573868829757 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E171", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 957.79998779296875, "elevtn_dn": 957.79998779296875, "invlev_up": 955.29998779296875, "invlev_dn": 955.29998779296875, "manhole_up": "manhole_2757_generated", "manhole_dn": "manhole_2758_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390723.914416372543201, 5866251.64573868829757 ], [ 1390674.075048349099234, 5866250.153645936399698 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E172", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 957.79998779296875, "elevtn_dn": 957.0, "invlev_up": 955.29998779296875, "invlev_dn": 954.5, "manhole_up": "manhole_2758_generated", "manhole_dn": "manhole_2759_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390674.075048349099234, 5866250.153645936399698 ], [ 1390624.235680325888097, 5866248.661553185433149 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E173", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 957.0, "elevtn_dn": 957.0, "invlev_up": 954.5, "invlev_dn": 954.5, "manhole_up": "manhole_2759_generated", "manhole_dn": "manhole_2760_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390624.235680325888097, 5866248.661553185433149 ], [ 1390574.39631230244413, 5866247.169460433535278 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E174", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 957.0, "elevtn_dn": 964.5, "invlev_up": 954.5, "invlev_dn": 962.0, "manhole_up": "manhole_2760_generated", "manhole_dn": "manhole_2761_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390574.39631230244413, 5866247.169460433535278 ], [ 1390524.556944279000163, 5866245.677367681637406 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E175", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 964.5, "elevtn_dn": 964.5, "invlev_up": 962.0, "invlev_dn": 962.0, "manhole_up": "manhole_2761_generated", "manhole_dn": "manhole_2762_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390524.556944279000163, 5866245.677367681637406 ], [ 1390474.717576255789027, 5866244.185274930670857 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E176", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 964.5, "elevtn_dn": 948.5, "invlev_up": 962.0, "invlev_dn": 946.0, "manhole_up": "manhole_2762_generated", "manhole_dn": "manhole_2763_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390474.717576255789027, 5866244.185274930670857 ], [ 1390424.87820823234506, 5866242.693182178772986 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E177", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 948.5, "elevtn_dn": 970.10003662109375, "invlev_up": 946.0, "invlev_dn": 967.60003662109375, "manhole_up": "manhole_2763_generated", "manhole_dn": "manhole_2764_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390424.87820823234506, 5866242.693182178772986 ], [ 1390375.038840208901092, 5866241.201089426875114 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E178", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 970.10003662109375, "elevtn_dn": 970.10003662109375, "invlev_up": 967.60003662109375, "invlev_dn": 967.60003662109375, "manhole_up": "manhole_2764_generated", "manhole_dn": "manhole_2765_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390375.038840208901092, 5866241.201089426875114 ], [ 1390325.199472185689956, 5866239.708996675908566 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E179", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 970.10003662109375, "elevtn_dn": 975.4000244140625, "invlev_up": 967.60003662109375, "invlev_dn": 972.9000244140625, "manhole_up": "manhole_2765_generated", "manhole_dn": "manhole_2766_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390325.199472185689956, 5866239.708996675908566 ], [ 1390275.360104162245989, 5866238.216903924010694 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E180", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 975.4000244140625, "elevtn_dn": 975.4000244140625, "invlev_up": 972.9000244140625, "invlev_dn": 972.9000244140625, "manhole_up": "manhole_2766_generated", "manhole_dn": "manhole_2767_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390275.360104162245989, 5866238.216903924010694 ], [ 1390225.520736138802022, 5866236.724811173044145 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E181", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 975.4000244140625, "elevtn_dn": 1034.5, "invlev_up": 972.9000244140625, "invlev_dn": 1032.0, "manhole_up": "manhole_2767_generated", "manhole_dn": "manhole_2768_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390225.520736138802022, 5866236.724811173044145 ], [ 1390175.681368115358055, 5866235.232718421146274 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E182", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1034.5, "elevtn_dn": 1034.5, "invlev_up": 1032.0, "invlev_dn": 1032.0, "manhole_up": "manhole_2768_generated", "manhole_dn": "manhole_2769_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390175.681368115358055, 5866235.232718421146274 ], [ 1390125.842000092146918, 5866233.740625669248402 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E183", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1034.5, "elevtn_dn": 1053.9000244140625, "invlev_up": 1032.0, "invlev_dn": 1051.4000244140625, "manhole_up": "manhole_2769_generated", "manhole_dn": "manhole_2770_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390125.842000092146918, 5866233.740625669248402 ], [ 1390076.002632068702951, 5866232.248532918281853 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E184", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1053.9000244140625, "elevtn_dn": 956.9000244140625, "invlev_up": 1051.4000244140625, "invlev_dn": 954.4000244140625, "manhole_up": "manhole_2770_generated", "manhole_dn": "manhole_2771_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390076.002632068702951, 5866232.248532918281853 ], [ 1390026.163264045258984, 5866230.756440166383982 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E185", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 956.9000244140625, "elevtn_dn": 988.79998779296875, "invlev_up": 954.4000244140625, "invlev_dn": 986.29998779296875, "manhole_up": "manhole_2771_generated", "manhole_dn": "manhole_2772_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390026.163264045258984, 5866230.756440166383982 ], [ 1389976.323896022047848, 5866229.26434741448611 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E186", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 988.79998779296875, "elevtn_dn": 988.79998779296875, "invlev_up": 986.29998779296875, "invlev_dn": 986.29998779296875, "manhole_up": "manhole_2772_generated", "manhole_dn": "manhole_2773_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389976.323896022047848, 5866229.26434741448611 ], [ 1389926.48452799860388, 5866227.772254663519561 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E187", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 988.79998779296875, "elevtn_dn": 1051.0999755859375, "invlev_up": 986.29998779296875, "invlev_dn": 1048.5999755859375, "manhole_up": "manhole_2773_generated", "manhole_dn": "manhole_2774_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389926.48452799860388, 5866227.772254663519561 ], [ 1389876.645159975159913, 5866226.28016191162169 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E188", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1051.0999755859375, "elevtn_dn": 1051.0999755859375, "invlev_up": 1048.5999755859375, "invlev_dn": 1048.5999755859375, "manhole_up": "manhole_2774_generated", "manhole_dn": "manhole_2775_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389876.645159975159913, 5866226.28016191162169 ], [ 1389826.805791951948777, 5866224.788069159723818 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E189", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1051.0999755859375, "elevtn_dn": 1066.9000244140625, "invlev_up": 1048.5999755859375, "invlev_dn": 1064.4000244140625, "manhole_up": "manhole_2775_generated", "manhole_dn": "manhole_2776_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389826.805791951948777, 5866224.788069159723818 ], [ 1389776.96642392850481, 5866223.295976408757269 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E190", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1066.9000244140625, "elevtn_dn": 1031.2000732421875, "invlev_up": 1064.4000244140625, "invlev_dn": 1028.7000732421875, "manhole_up": "manhole_2776_generated", "manhole_dn": "manhole_2777_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389776.96642392850481, 5866223.295976408757269 ], [ 1389727.141182830790058, 5866221.468200048431754 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E191", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1031.2000732421875, "elevtn_dn": 1031.2000732421875, "invlev_up": 1028.7000732421875, "invlev_dn": 1028.7000732421875, "manhole_up": "manhole_2777_generated", "manhole_dn": "manhole_2778_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389727.141182830790058, 5866221.468200048431754 ], [ 1389677.352675863076001, 5866218.767548334784806 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E192", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1031.2000732421875, "elevtn_dn": 986.60003662109375, "invlev_up": 1028.7000732421875, "invlev_dn": 984.10003662109375, "manhole_up": "manhole_2778_generated", "manhole_dn": "manhole_2779_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389677.352675863076001, 5866218.767548334784806 ], [ 1389627.564168895594776, 5866216.066896621137857 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E193", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 986.60003662109375, "elevtn_dn": 986.60003662109375, "invlev_up": 984.10003662109375, "invlev_dn": 984.10003662109375, "manhole_up": "manhole_2779_generated", "manhole_dn": "manhole_2780_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389627.564168895594776, 5866216.066896621137857 ], [ 1389577.775661927880719, 5866213.366244907490909 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E194", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 986.60003662109375, "elevtn_dn": 964.70001220703125, "invlev_up": 984.10003662109375, "invlev_dn": 962.20001220703125, "manhole_up": "manhole_2780_generated", "manhole_dn": "manhole_2781_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389577.775661927880719, 5866213.366244907490909 ], [ 1389527.987154960166663, 5866210.665593194775283 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E195", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 964.70001220703125, "elevtn_dn": 964.70001220703125, "invlev_up": 962.20001220703125, "invlev_dn": 962.20001220703125, "manhole_up": "manhole_2781_generated", "manhole_dn": "manhole_2782_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389527.987154960166663, 5866210.665593194775283 ], [ 1389478.198647992452607, 5866207.964941481128335 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E196", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 964.70001220703125, "elevtn_dn": 996.29998779296875, "invlev_up": 962.20001220703125, "invlev_dn": 993.79998779296875, "manhole_up": "manhole_2782_generated", "manhole_dn": "manhole_2783_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389478.198647992452607, 5866207.964941481128335 ], [ 1389428.41014102473855, 5866205.264289767481387 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E197", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 996.29998779296875, "elevtn_dn": 996.29998779296875, "invlev_up": 993.79998779296875, "invlev_dn": 993.79998779296875, "manhole_up": "manhole_2783_generated", "manhole_dn": "manhole_2784_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389428.41014102473855, 5866205.264289767481387 ], [ 1389378.621634057024494, 5866202.563638053834438 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E198", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 996.29998779296875, "elevtn_dn": 1030.4000244140625, "invlev_up": 993.79998779296875, "invlev_dn": 1027.9000244140625, "manhole_up": "manhole_2784_generated", "manhole_dn": "manhole_2785_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389378.621634057024494, 5866202.563638053834438 ], [ 1389328.833127089310437, 5866199.86298634018749 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E199", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1030.4000244140625, "elevtn_dn": 1030.4000244140625, "invlev_up": 1027.9000244140625, "invlev_dn": 1027.9000244140625, "manhole_up": "manhole_2785_generated", "manhole_dn": "manhole_2786_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389328.833127089310437, 5866199.86298634018749 ], [ 1389279.044620121829212, 5866197.162334626540542 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E200", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1030.4000244140625, "elevtn_dn": 1053.800048828125, "invlev_up": 1027.9000244140625, "invlev_dn": 1051.300048828125, "manhole_up": "manhole_2786_generated", "manhole_dn": "manhole_2787_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389279.044620121829212, 5866197.162334626540542 ], [ 1389229.256113154115155, 5866194.461682912893593 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E201", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1053.800048828125, "elevtn_dn": 1053.800048828125, "invlev_up": 1051.300048828125, "invlev_dn": 1051.300048828125, "manhole_up": "manhole_2787_generated", "manhole_dn": "manhole_2788_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389229.256113154115155, 5866194.461682912893593 ], [ 1389179.467606186401099, 5866191.761031199246645 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E202", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1053.800048828125, "elevtn_dn": 1067.5999755859375, "invlev_up": 1051.300048828125, "invlev_dn": 1065.0999755859375, "manhole_up": "manhole_2788_generated", "manhole_dn": "manhole_2789_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389179.467606186401099, 5866191.761031199246645 ], [ 1389129.679099218687043, 5866189.060379485599697 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E203", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1067.5999755859375, "elevtn_dn": 1070.7000732421875, "invlev_up": 1065.0999755859375, "invlev_dn": 1068.2000732421875, "manhole_up": "manhole_2789_generated", "manhole_dn": "manhole_2790_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389129.679099218687043, 5866189.060379485599697 ], [ 1389079.890592250972986, 5866186.359727771952748 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E204", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1070.7000732421875, "elevtn_dn": 1070.7000732421875, "invlev_up": 1068.2000732421875, "invlev_dn": 1068.2000732421875, "manhole_up": "manhole_2790_generated", "manhole_dn": "manhole_2791_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389079.890592250972986, 5866186.359727771952748 ], [ 1389030.10208528325893, 5866183.6590760583058 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E205", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1070.7000732421875, "elevtn_dn": 1075.0, "invlev_up": 1068.2000732421875, "invlev_dn": 1072.5, "manhole_up": "manhole_2791_generated", "manhole_dn": "manhole_2792_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389030.10208528325893, 5866183.6590760583058 ], [ 1388980.313578315777704, 5866180.958424345590174 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E206", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1075.0, "elevtn_dn": 1075.0, "invlev_up": 1072.5, "invlev_dn": 1072.5, "manhole_up": "manhole_2792_generated", "manhole_dn": "manhole_2793_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388980.313578315777704, 5866180.958424345590174 ], [ 1388930.525071348063648, 5866178.257772631943226 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E207", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1075.0, "elevtn_dn": 1074.0999755859375, "invlev_up": 1072.5, "invlev_dn": 1071.5999755859375, "manhole_up": "manhole_2793_generated", "manhole_dn": "manhole_2794_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388930.525071348063648, 5866178.257772631943226 ], [ 1388880.736564380349591, 5866175.557120918296278 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E208", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1074.0999755859375, "elevtn_dn": 1074.0999755859375, "invlev_up": 1071.5999755859375, "invlev_dn": 1071.5999755859375, "manhole_up": "manhole_2794_generated", "manhole_dn": "manhole_2795_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388880.736564380349591, 5866175.557120918296278 ], [ 1388830.948057412635535, 5866172.856469204649329 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E209", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1074.0999755859375, "elevtn_dn": 1053.800048828125, "invlev_up": 1071.5999755859375, "invlev_dn": 1051.300048828125, "manhole_up": "manhole_2795_generated", "manhole_dn": "manhole_2796_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388830.948057412635535, 5866172.856469204649329 ], [ 1388781.159550444921479, 5866170.155817491002381 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E210", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1053.800048828125, "elevtn_dn": 1053.800048828125, "invlev_up": 1051.300048828125, "invlev_dn": 1051.300048828125, "manhole_up": "manhole_2796_generated", "manhole_dn": "manhole_2797_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388781.159550444921479, 5866170.155817491002381 ], [ 1388731.371043477207422, 5866167.455165777355433 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E211", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1053.800048828125, "elevtn_dn": 1017.0, "invlev_up": 1051.300048828125, "invlev_dn": 1014.5, "manhole_up": "manhole_2797_generated", "manhole_dn": "manhole_2798_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388731.371043477207422, 5866167.455165777355433 ], [ 1388681.582536509493366, 5866164.754514063708484 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E212", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1017.0, "elevtn_dn": 1017.0, "invlev_up": 1014.5, "invlev_dn": 1014.5, "manhole_up": "manhole_2798_generated", "manhole_dn": "manhole_2799_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388681.582536509493366, 5866164.754514063708484 ], [ 1388631.79402954201214, 5866162.053862350061536 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E213", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 1017.0, "elevtn_dn": 973.20001220703125, "invlev_up": 1014.5, "invlev_dn": 970.70001220703125, "manhole_up": "manhole_2799_generated", "manhole_dn": "manhole_2800_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388631.79402954201214, 5866162.053862350061536 ], [ 1388582.005522574298084, 5866159.353210636414587 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E214", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 973.20001220703125, "elevtn_dn": 973.20001220703125, "invlev_up": 970.70001220703125, "invlev_dn": 970.70001220703125, "manhole_up": "manhole_2800_generated", "manhole_dn": "manhole_2801_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388582.005522574298084, 5866159.353210636414587 ], [ 1388532.217015606584027, 5866156.652558922767639 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E215", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 973.20001220703125, "elevtn_dn": 935.20001220703125, "invlev_up": 970.70001220703125, "invlev_dn": 932.70001220703125, "manhole_up": "manhole_2801_generated", "manhole_dn": "manhole_2802_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388532.217015606584027, 5866156.652558922767639 ], [ 1388482.428508638869971, 5866153.951907209120691 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E216", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 935.20001220703125, "elevtn_dn": 935.20001220703125, "invlev_up": 932.70001220703125, "invlev_dn": 932.70001220703125, "manhole_up": "manhole_2802_generated", "manhole_dn": "manhole_2803_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388482.428508638869971, 5866153.951907209120691 ], [ 1388432.640001671155915, 5866151.251255496405065 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E217", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 935.20001220703125, "elevtn_dn": 895.79998779296875, "invlev_up": 932.70001220703125, "invlev_dn": 893.29998779296875, "manhole_up": "manhole_2803_generated", "manhole_dn": "manhole_2804_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388432.640001671155915, 5866151.251255496405065 ], [ 1388382.851494703441858, 5866148.550603782758117 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E218", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 895.79998779296875, "elevtn_dn": 852.60003662109375, "invlev_up": 893.29998779296875, "invlev_dn": 850.10003662109375, "manhole_up": "manhole_2804_generated", "manhole_dn": "manhole_2805_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388382.851494703441858, 5866148.550603782758117 ], [ 1388333.062987735960633, 5866145.849952069111168 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E219", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 852.60003662109375, "elevtn_dn": 852.60003662109375, "invlev_up": 850.10003662109375, "invlev_dn": 850.10003662109375, "manhole_up": "manhole_2805_generated", "manhole_dn": "manhole_2806_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388333.062987735960633, 5866145.849952069111168 ], [ 1388283.274480768246576, 5866143.14930035546422 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E220", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 852.60003662109375, "elevtn_dn": 818.4000244140625, "invlev_up": 850.10003662109375, "invlev_dn": 815.9000244140625, "manhole_up": "manhole_2806_generated", "manhole_dn": "manhole_2807_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388283.274480768246576, 5866143.14930035546422 ], [ 1388233.48597380053252, 5866140.448648641817272 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_49_E221", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "elevtn_up": 818.4000244140625, "elevtn_dn": 818.4000244140625, "invlev_up": 815.9000244140625, "invlev_dn": 815.9000244140625, "manhole_up": "manhole_2807_generated", "manhole_dn": "manhole_2808_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388233.48597380053252, 5866140.448648641817272 ], [ 1388183.697466832818463, 5866137.747996928170323 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 794.70001220703125, "elevtn_dn": 794.70001220703125, "invlev_up": 792.20001220703125, "invlev_dn": 792.20001220703125, "manhole_up": "manhole_2517_generated", "manhole_dn": "manhole_2809_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387913.197226775344461, 5865736.839239663444459 ], [ 1387925.20445894007571, 5865784.545682998374104 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 794.70001220703125, "elevtn_dn": 804.4000244140625, "invlev_up": 792.20001220703125, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2809_generated", "manhole_dn": "manhole_2810_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387925.20445894007571, 5865784.545682998374104 ], [ 1387937.21169110503979, 5865832.252126332372427 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2810_generated", "manhole_dn": "manhole_2811_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387937.21169110503979, 5865832.252126332372427 ], [ 1387954.8270876808092, 5865878.043407939374447 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2811_generated", "manhole_dn": "manhole_2812_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387954.8270876808092, 5865878.043407939374447 ], [ 1387967.620662312954664, 5865925.436966767534614 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 778.20001220703125, "invlev_up": 801.9000244140625, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_2812_generated", "manhole_dn": "manhole_2813_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387967.620662312954664, 5865925.436966767534614 ], [ 1387969.561903131194413, 5865974.386314341798425 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 778.20001220703125, "elevtn_dn": 778.20001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_2813_generated", "manhole_dn": "manhole_2814_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.561903131194413, 5865974.386314341798425 ], [ 1387968.98255812516436, 5866023.571071763522923 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 778.20001220703125, "elevtn_dn": 778.20001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_2814_generated", "manhole_dn": "manhole_2815_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387968.98255812516436, 5866023.571071763522923 ], [ 1387969.225197304505855, 5866072.657253311946988 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 778.20001220703125, "elevtn_dn": 786.29998779296875, "invlev_up": 775.70001220703125, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_2815_generated", "manhole_dn": "manhole_2816_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.225197304505855, 5866072.657253311946988 ], [ 1387988.247399942483753, 5866112.298415473662317 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_50_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "elevtn_up": 786.29998779296875, "elevtn_dn": 786.29998779296875, "invlev_up": 783.79998779296875, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_2816_generated", "manhole_dn": "manhole_2817_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387988.247399942483753, 5866112.298415473662317 ], [ 1388034.037428337847814, 5866130.255607943050563 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 786.29998779296875, "elevtn_dn": 786.29998779296875, "invlev_up": 783.79998779296875, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_2817_generated", "manhole_dn": "manhole_2818_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388034.037428337847814, 5866130.255607943050563 ], [ 1387988.210684564430267, 5866144.678138472139835 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 786.29998779296875, "elevtn_dn": 803.9000244140625, "invlev_up": 783.79998779296875, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2818_generated", "manhole_dn": "manhole_2819_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387988.210684564430267, 5866144.678138472139835 ], [ 1387944.406121137319133, 5866164.065103021450341 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2819_generated", "manhole_dn": "manhole_2820_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387944.406121137319133, 5866164.065103021450341 ], [ 1387898.376188111724332, 5866173.560075835324824 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E3", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 827.70001220703125, "invlev_up": 801.4000244140625, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_2820_generated", "manhole_dn": "manhole_2821_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387898.376188111724332, 5866173.560075835324824 ], [ 1387861.922560503939167, 5866145.113870099186897 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E4", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 827.70001220703125, "elevtn_dn": 827.70001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_2821_generated", "manhole_dn": "manhole_2822_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387861.922560503939167, 5866145.113870099186897 ], [ 1387862.597008766839281, 5866099.287653629668057 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E5", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 827.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_2822_generated", "manhole_dn": "manhole_2823_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387862.597008766839281, 5866099.287653629668057 ], [ 1387894.296242429409176, 5866064.31225199252367 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E6", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 816.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 814.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_2823_generated", "manhole_dn": "manhole_2824_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387894.296242429409176, 5866064.31225199252367 ], [ 1387918.333023339277133, 5866023.860149594023824 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E7", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 816.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 814.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_2824_generated", "manhole_dn": "manhole_2825_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387918.333023339277133, 5866023.860149594023824 ], [ 1387925.576027213362977, 5865976.462517648003995 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E8", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 816.70001220703125, "elevtn_dn": 804.4000244140625, "invlev_up": 814.20001220703125, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2825_generated", "manhole_dn": "manhole_2826_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387925.576027213362977, 5865976.462517648003995 ], [ 1387926.166851800866425, 5865928.505292822606862 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E9", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2826_generated", "manhole_dn": "manhole_2827_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387926.166851800866425, 5865928.505292822606862 ], [ 1387922.175474973395467, 5865880.628693707287312 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E10", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_2827_generated", "manhole_dn": "manhole_2828_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.175474973395467, 5865880.628693707287312 ], [ 1387918.184098146157339, 5865832.752094592899084 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E11", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 804.4000244140625, "elevtn_dn": 794.70001220703125, "invlev_up": 801.9000244140625, "invlev_dn": 792.20001220703125, "manhole_up": "manhole_2828_generated", "manhole_dn": "manhole_2829_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387918.184098146157339, 5865832.752094592899084 ], [ 1387914.316889721900225, 5865784.868878290057182 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_51_E12", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "elevtn_up": 794.70001220703125, "elevtn_dn": 794.70001220703125, "invlev_up": 792.20001220703125, "invlev_dn": 792.20001220703125, "manhole_up": "manhole_2829_generated", "manhole_dn": "manhole_2517_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387914.316889721900225, 5865784.868878290057182 ], [ 1387913.197226775344461, 5865736.839239663444459 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_52_E0", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_52", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_52", "diameter": "0.5", "elevtn_up": 818.4000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 815.9000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2808_generated", "manhole_dn": "manhole_2830_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388183.697466832818463, 5866137.747996928170323 ], [ 1388133.810787334572524, 5866135.250533932819963 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_52_E1", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_52", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_52", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_2830_generated", "manhole_dn": "manhole_2831_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388133.810787334572524, 5866135.250533932819963 ], [ 1388083.924107836093754, 5866132.753070938400924 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": null, "branchid": "pipe_52_E2", "height": null, "width": null, "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_52", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_52", "diameter": "0.5", "elevtn_up": 803.9000244140625, "elevtn_dn": 786.29998779296875, "invlev_up": 801.4000244140625, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_2831_generated", "manhole_dn": "manhole_2817_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388083.924107836093754, 5866132.753070938400924 ], [ 1388034.037428337847814, 5866130.255607943050563 ] ] } } +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_0_generated", "manhole_dn": "manhole_1_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512115787715, 5860111.688302734866738 ], [ 1389238.298387300921604, 5860147.714495398104191 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 933.5, "invlev_up": 913.4000244140625, "invlev_dn": 931.0, "manhole_up": "manhole_1_generated", "manhole_dn": "manhole_2_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389238.298387300921604, 5860147.714495398104191 ], [ 1389210.947846550960094, 5860184.343885350972414 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 933.5, "elevtn_dn": 933.5, "invlev_up": 931.0, "invlev_dn": 931.0, "manhole_up": "manhole_2_generated", "manhole_dn": "manhole_3_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389210.947846550960094, 5860184.343885350972414 ], [ 1389186.961922727525234, 5860223.315261371433735 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 933.5, "elevtn_dn": 935.5, "invlev_up": 931.0, "invlev_dn": 933.0, "manhole_up": "manhole_3_generated", "manhole_dn": "manhole_4_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389186.961922727525234, 5860223.315261371433735 ], [ 1389162.755598766496405, 5860262.142883376218379 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 935.5, "elevtn_dn": 935.5, "invlev_up": 933.0, "invlev_dn": 933.0, "manhole_up": "manhole_4_generated", "manhole_dn": "manhole_5_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389162.755598766496405, 5860262.142883376218379 ], [ 1389136.759307563304901, 5860299.80301527120173 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 935.5, "elevtn_dn": 936.5, "invlev_up": 933.0, "invlev_dn": 934.0, "manhole_up": "manhole_5_generated", "manhole_dn": "manhole_6_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389136.759307563304901, 5860299.80301527120173 ], [ 1389109.7301227634307, 5860336.652257356792688 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 936.5, "elevtn_dn": 941.10003662109375, "invlev_up": 934.0, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_6_generated", "manhole_dn": "manhole_7_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389109.7301227634307, 5860336.652257356792688 ], [ 1389073.18478828552179, 5860363.522737024351954 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 941.10003662109375, "elevtn_dn": 941.10003662109375, "invlev_up": 938.60003662109375, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_7_generated", "manhole_dn": "manhole_8_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389073.18478828552179, 5860363.522737024351954 ], [ 1389032.546542100608349, 5860384.329287325032055 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 941.10003662109375, "elevtn_dn": 941.10003662109375, "invlev_up": 938.60003662109375, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_8_generated", "manhole_dn": "manhole_9_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389032.546542100608349, 5860384.329287325032055 ], [ 1388989.578410296700895, 5860400.071978960186243 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_6_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_6", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_6", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 941.10003662109375, "elevtn_dn": 951.29998779296875, "invlev_up": 938.60003662109375, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_9_generated", "manhole_dn": "manhole_10_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388989.578410296700895, 5860400.071978960186243 ], [ 1388946.301100668497384, 5860414.883977899327874 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_0_generated", "manhole_dn": "manhole_11_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512115787715, 5860111.688302734866738 ], [ 1389221.905703959986567, 5860123.3256367566064 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_11_generated", "manhole_dn": "manhole_12_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389221.905703959986567, 5860123.3256367566064 ], [ 1389177.295895804418251, 5860134.962970778346062 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 919.60003662109375, "invlev_up": 913.4000244140625, "invlev_dn": 917.10003662109375, "manhole_up": "manhole_12_generated", "manhole_dn": "manhole_13_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389177.295895804418251, 5860134.962970778346062 ], [ 1389132.686087648617104, 5860146.600304800085723 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 919.60003662109375, "elevtn_dn": 919.60003662109375, "invlev_up": 917.10003662109375, "invlev_dn": 917.10003662109375, "manhole_up": "manhole_13_generated", "manhole_dn": "manhole_14_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389132.686087648617104, 5860146.600304800085723 ], [ 1389088.076279493048787, 5860158.237638821825385 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 919.60003662109375, "elevtn_dn": 938.10003662109375, "invlev_up": 917.10003662109375, "invlev_dn": 935.60003662109375, "manhole_up": "manhole_14_generated", "manhole_dn": "manhole_15_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389088.076279493048787, 5860158.237638821825385 ], [ 1389044.226173994829878, 5860172.143308508209884 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 938.10003662109375, "elevtn_dn": 938.10003662109375, "invlev_up": 935.60003662109375, "invlev_dn": 935.60003662109375, "manhole_up": "manhole_15_generated", "manhole_dn": "manhole_16_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389044.226173994829878, 5860172.143308508209884 ], [ 1389012.527182487538084, 5860198.239755615592003 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 938.10003662109375, "elevtn_dn": 938.10003662109375, "invlev_up": 935.60003662109375, "invlev_dn": 935.60003662109375, "manhole_up": "manhole_16_generated", "manhole_dn": "manhole_17_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389012.527182487538084, 5860198.239755615592003 ], [ 1388995.773122631013393, 5860240.481283166445792 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 938.10003662109375, "elevtn_dn": 945.0, "invlev_up": 935.60003662109375, "invlev_dn": 942.5, "manhole_up": "manhole_17_generated", "manhole_dn": "manhole_18_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388995.773122631013393, 5860240.481283166445792 ], [ 1388973.630034049740061, 5860280.918223639950156 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.0, "elevtn_dn": 951.29998779296875, "invlev_up": 942.5, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_18_generated", "manhole_dn": "manhole_19_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388973.630034049740061, 5860280.918223639950156 ], [ 1388961.171157888136804, 5860324.081192856654525 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_19_generated", "manhole_dn": "manhole_20_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388961.171157888136804, 5860324.081192856654525 ], [ 1388955.410555170848966, 5860369.690168970264494 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_7_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_7", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_7", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_20_generated", "manhole_dn": "manhole_10_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388955.410555170848966, 5860369.690168970264494 ], [ 1388946.301100668497384, 5860414.883977899327874 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 914.5, "invlev_up": 913.4000244140625, "invlev_dn": 912.0, "manhole_up": "manhole_0_generated", "manhole_dn": "manhole_21_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389266.515512115787715, 5860111.688302734866738 ], [ 1389306.50000010849908, 5860083.476415127515793 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 914.5, "elevtn_dn": 914.5, "invlev_up": 912.0, "invlev_dn": 912.0, "manhole_up": "manhole_21_generated", "manhole_dn": "manhole_22_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389306.50000010849908, 5860083.476415127515793 ], [ 1389355.420758404070511, 5860074.630405306816101 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 914.5, "elevtn_dn": 929.9000244140625, "invlev_up": 912.0, "invlev_dn": 927.4000244140625, "manhole_up": "manhole_22_generated", "manhole_dn": "manhole_23_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389355.420758404070511, 5860074.630405306816101 ], [ 1389389.090761042200029, 5860042.4449307853356 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 929.9000244140625, "elevtn_dn": 955.0, "invlev_up": 927.4000244140625, "invlev_dn": 952.5, "manhole_up": "manhole_23_generated", "manhole_dn": "manhole_24_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389389.090761042200029, 5860042.4449307853356 ], [ 1389404.036260401364416, 5859994.775433851405978 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_24_generated", "manhole_dn": "manhole_25_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389404.036260401364416, 5859994.775433851405978 ], [ 1389418.744130451697856, 5859947.032028519548476 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_25_generated", "manhole_dn": "manhole_26_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389418.744130451697856, 5859947.032028519548476 ], [ 1389423.265342897269875, 5859897.853969652205706 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.0, "elevtn_dn": 975.29998779296875, "invlev_up": 952.5, "invlev_dn": 972.79998779296875, "manhole_up": "manhole_26_generated", "manhole_dn": "manhole_27_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389423.265342897269875, 5859897.853969652205706 ], [ 1389395.831073811277747, 5859856.743154510855675 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 975.29998779296875, "elevtn_dn": 963.0, "invlev_up": 972.79998779296875, "invlev_dn": 960.5, "manhole_up": "manhole_27_generated", "manhole_dn": "manhole_28_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389395.831073811277747, 5859856.743154510855675 ], [ 1389350.827042841585353, 5859839.640478814020753 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 963.0, "elevtn_dn": 963.0, "invlev_up": 960.5, "invlev_dn": 960.5, "manhole_up": "manhole_28_generated", "manhole_dn": "manhole_29_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389350.827042841585353, 5859839.640478814020753 ], [ 1389303.795788601972163, 5859855.887689013034105 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 963.0, "elevtn_dn": 945.4000244140625, "invlev_up": 960.5, "invlev_dn": 942.9000244140625, "manhole_up": "manhole_29_generated", "manhole_dn": "manhole_30_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389303.795788601972163, 5859855.887689013034105 ], [ 1389256.284586790716276, 5859863.631580747663975 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.4000244140625, "elevtn_dn": 945.4000244140625, "invlev_up": 942.9000244140625, "invlev_dn": 942.9000244140625, "manhole_up": "manhole_30_generated", "manhole_dn": "manhole_31_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389256.284586790716276, 5859863.631580747663975 ], [ 1389227.308454349869862, 5859823.781623384915292 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E11", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.4000244140625, "elevtn_dn": 945.4000244140625, "invlev_up": 942.9000244140625, "invlev_dn": 942.9000244140625, "manhole_up": "manhole_31_generated", "manhole_dn": "manhole_32_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389227.308454349869862, 5859823.781623384915292 ], [ 1389202.745489193825051, 5859780.279727600514889 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E12", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.4000244140625, "elevtn_dn": 959.10003662109375, "invlev_up": 942.9000244140625, "invlev_dn": 956.60003662109375, "manhole_up": "manhole_32_generated", "manhole_dn": "manhole_33_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389202.745489193825051, 5859780.279727600514889 ], [ 1389178.18252403778024, 5859736.777831817045808 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E13", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 959.10003662109375, "elevtn_dn": 944.79998779296875, "invlev_up": 956.60003662109375, "invlev_dn": 942.29998779296875, "manhole_up": "manhole_33_generated", "manhole_dn": "manhole_34_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389178.18252403778024, 5859736.777831817045808 ], [ 1389155.231297271326184, 5859692.450142606161535 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E14", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 944.79998779296875, "elevtn_dn": 944.79998779296875, "invlev_up": 942.29998779296875, "invlev_dn": 942.29998779296875, "manhole_up": "manhole_34_generated", "manhole_dn": "manhole_35_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389155.231297271326184, 5859692.450142606161535 ], [ 1389141.413412723457441, 5859644.883844587020576 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E15", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 944.79998779296875, "elevtn_dn": 952.4000244140625, "invlev_up": 942.29998779296875, "invlev_dn": 949.9000244140625, "manhole_up": "manhole_35_generated", "manhole_dn": "manhole_36_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389141.413412723457441, 5859644.883844587020576 ], [ 1389151.802280035568401, 5859598.61804121825844 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E16", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 952.4000244140625, "elevtn_dn": 960.70001220703125, "invlev_up": 949.9000244140625, "invlev_dn": 958.20001220703125, "manhole_up": "manhole_36_generated", "manhole_dn": "manhole_37_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389151.802280035568401, 5859598.61804121825844 ], [ 1389191.073854762827978, 5859569.046822287142277 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E17", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 960.70001220703125, "elevtn_dn": 960.70001220703125, "invlev_up": 958.20001220703125, "invlev_dn": 958.20001220703125, "manhole_up": "manhole_37_generated", "manhole_dn": "manhole_38_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389191.073854762827978, 5859569.046822287142277 ], [ 1389239.915165816899389, 5859563.955490378662944 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E18", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 960.70001220703125, "elevtn_dn": 969.60003662109375, "invlev_up": 958.20001220703125, "invlev_dn": 967.10003662109375, "manhole_up": "manhole_38_generated", "manhole_dn": "manhole_39_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389239.915165816899389, 5859563.955490378662944 ], [ 1389289.757686472963542, 5859566.285022127442062 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E19", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 969.60003662109375, "elevtn_dn": 969.60003662109375, "invlev_up": 967.10003662109375, "invlev_dn": 967.10003662109375, "manhole_up": "manhole_39_generated", "manhole_dn": "manhole_40_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389289.757686472963542, 5859566.285022127442062 ], [ 1389339.615828452631831, 5859566.079234052449465 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E20", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 969.60003662109375, "elevtn_dn": 976.29998779296875, "invlev_up": 967.10003662109375, "invlev_dn": 973.79998779296875, "manhole_up": "manhole_40_generated", "manhole_dn": "manhole_41_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389339.615828452631831, 5859566.079234052449465 ], [ 1389387.354307833593339, 5859551.676988741382957 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E21", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 976.29998779296875, "elevtn_dn": 976.29998779296875, "invlev_up": 973.79998779296875, "invlev_dn": 973.79998779296875, "manhole_up": "manhole_41_generated", "manhole_dn": "manhole_42_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389387.354307833593339, 5859551.676988741382957 ], [ 1389428.692968821851537, 5859524.248876142315567 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E22", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 976.29998779296875, "elevtn_dn": 966.79998779296875, "invlev_up": 973.79998779296875, "invlev_dn": 964.29998779296875, "manhole_up": "manhole_42_generated", "manhole_dn": "manhole_43_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389428.692968821851537, 5859524.248876142315567 ], [ 1389461.138921525795013, 5859486.477508954703808 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E23", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 966.79998779296875, "elevtn_dn": 966.79998779296875, "invlev_up": 964.29998779296875, "invlev_dn": 964.29998779296875, "manhole_up": "manhole_43_generated", "manhole_dn": "manhole_44_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389461.138921525795013, 5859486.477508954703808 ], [ 1389482.45163832209073, 5859441.487986368127167 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E24", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 966.79998779296875, "elevtn_dn": 966.79998779296875, "invlev_up": 964.29998779296875, "invlev_dn": 964.29998779296875, "manhole_up": "manhole_44_generated", "manhole_dn": "manhole_45_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389482.45163832209073, 5859441.487986368127167 ], [ 1389497.215460168197751, 5859393.906833835877478 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E25", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 966.79998779296875, "elevtn_dn": 957.29998779296875, "invlev_up": 964.29998779296875, "invlev_dn": 954.79998779296875, "manhole_up": "manhole_45_generated", "manhole_dn": "manhole_46_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389497.215460168197751, 5859393.906833835877478 ], [ 1389508.394423164660111, 5859345.216126504354179 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E26", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.29998779296875, "elevtn_dn": 957.29998779296875, "invlev_up": 954.79998779296875, "invlev_dn": 954.79998779296875, "manhole_up": "manhole_46_generated", "manhole_dn": "manhole_47_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389508.394423164660111, 5859345.216126504354179 ], [ 1389518.522437864448875, 5859296.29671473056078 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E27", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.29998779296875, "elevtn_dn": 957.29998779296875, "invlev_up": 954.79998779296875, "invlev_dn": 954.79998779296875, "manhole_up": "manhole_47_generated", "manhole_dn": "manhole_48_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389518.522437864448875, 5859296.29671473056078 ], [ 1389528.588071504374966, 5859247.363727764226496 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E28", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.29998779296875, "elevtn_dn": 950.20001220703125, "invlev_up": 954.79998779296875, "invlev_dn": 947.70001220703125, "manhole_up": "manhole_48_generated", "manhole_dn": "manhole_49_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389528.588071504374966, 5859247.363727764226496 ], [ 1389538.653705144301057, 5859198.43074079696089 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E29", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 950.20001220703125, "elevtn_dn": 957.60003662109375, "invlev_up": 947.70001220703125, "invlev_dn": 955.10003662109375, "manhole_up": "manhole_49_generated", "manhole_dn": "manhole_50_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389538.653705144301057, 5859198.43074079696089 ], [ 1389548.719338784459978, 5859149.497753830626607 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E30", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.60003662109375, "elevtn_dn": 957.60003662109375, "invlev_up": 955.10003662109375, "invlev_dn": 955.10003662109375, "manhole_up": "manhole_50_generated", "manhole_dn": "manhole_51_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389548.719338784459978, 5859149.497753830626607 ], [ 1389558.784972424386069, 5859100.564766863361001 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E31", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.60003662109375, "elevtn_dn": 954.79998779296875, "invlev_up": 955.10003662109375, "invlev_dn": 952.29998779296875, "manhole_up": "manhole_51_generated", "manhole_dn": "manhole_52_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389558.784972424386069, 5859100.564766863361001 ], [ 1389568.85060606431216, 5859051.631779897026718 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E32", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 954.79998779296875, "elevtn_dn": 954.79998779296875, "invlev_up": 952.29998779296875, "invlev_dn": 952.29998779296875, "manhole_up": "manhole_52_generated", "manhole_dn": "manhole_53_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389568.85060606431216, 5859051.631779897026718 ], [ 1389578.916239704471081, 5859002.698792929761112 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E33", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 954.79998779296875, "elevtn_dn": 954.79998779296875, "invlev_up": 952.29998779296875, "invlev_dn": 952.29998779296875, "manhole_up": "manhole_53_generated", "manhole_dn": "manhole_54_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389578.916239704471081, 5859002.698792929761112 ], [ 1389588.981873344397172, 5858953.765805963426828 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E34", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 954.79998779296875, "elevtn_dn": 956.10003662109375, "invlev_up": 952.29998779296875, "invlev_dn": 953.60003662109375, "manhole_up": "manhole_54_generated", "manhole_dn": "manhole_55_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389588.981873344397172, 5858953.765805963426828 ], [ 1389599.047506984323263, 5858904.832818996161222 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E35", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 956.10003662109375, "elevtn_dn": 956.10003662109375, "invlev_up": 953.60003662109375, "invlev_dn": 953.60003662109375, "manhole_up": "manhole_55_generated", "manhole_dn": "manhole_56_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389599.047506984323263, 5858904.832818996161222 ], [ 1389613.243873829254881, 5858857.048414096236229 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E36", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 956.10003662109375, "elevtn_dn": 966.29998779296875, "invlev_up": 953.60003662109375, "invlev_dn": 963.79998779296875, "manhole_up": "manhole_56_generated", "manhole_dn": "manhole_57_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389613.243873829254881, 5858857.048414096236229 ], [ 1389631.198101107496768, 5858810.554778259247541 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E37", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 966.29998779296875, "elevtn_dn": 968.70001220703125, "invlev_up": 963.79998779296875, "invlev_dn": 966.20001220703125, "manhole_up": "manhole_57_generated", "manhole_dn": "manhole_58_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389631.198101107496768, 5858810.554778259247541 ], [ 1389656.490605737781152, 5858767.472956065088511 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E38", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 968.70001220703125, "elevtn_dn": 968.70001220703125, "invlev_up": 966.20001220703125, "invlev_dn": 966.20001220703125, "manhole_up": "manhole_58_generated", "manhole_dn": "manhole_59_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389656.490605737781152, 5858767.472956065088511 ], [ 1389681.956975018838421, 5858724.49639992788434 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E39", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 968.70001220703125, "elevtn_dn": 976.10003662109375, "invlev_up": 966.20001220703125, "invlev_dn": 973.60003662109375, "manhole_up": "manhole_59_generated", "manhole_dn": "manhole_60_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389681.956975018838421, 5858724.49639992788434 ], [ 1389708.407580326776952, 5858682.115747822448611 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E40", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 976.10003662109375, "elevtn_dn": 983.10003662109375, "invlev_up": 973.60003662109375, "invlev_dn": 980.60003662109375, "manhole_up": "manhole_60_generated", "manhole_dn": "manhole_61_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389708.407580326776952, 5858682.115747822448611 ], [ 1389734.858185634715483, 5858639.735095717012882 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E41", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 983.10003662109375, "elevtn_dn": 983.10003662109375, "invlev_up": 980.60003662109375, "invlev_dn": 980.60003662109375, "manhole_up": "manhole_61_generated", "manhole_dn": "manhole_62_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389734.858185634715483, 5858639.735095717012882 ], [ 1389761.308790942654014, 5858597.354443610645831 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E42", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 983.10003662109375, "elevtn_dn": 983.10003662109375, "invlev_up": 980.60003662109375, "invlev_dn": 980.60003662109375, "manhole_up": "manhole_62_generated", "manhole_dn": "manhole_63_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389761.308790942654014, 5858597.354443610645831 ], [ 1389787.759396250825375, 5858554.973791505210102 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E43", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 983.10003662109375, "elevtn_dn": 993.29998779296875, "invlev_up": 980.60003662109375, "invlev_dn": 990.79998779296875, "manhole_up": "manhole_63_generated", "manhole_dn": "manhole_64_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389787.759396250825375, 5858554.973791505210102 ], [ 1389814.210001558763906, 5858512.593139399774373 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E44", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 993.29998779296875, "elevtn_dn": 998.29998779296875, "invlev_up": 990.79998779296875, "invlev_dn": 995.79998779296875, "manhole_up": "manhole_64_generated", "manhole_dn": "manhole_65_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389814.210001558763906, 5858512.593139399774373 ], [ 1389840.660606866702437, 5858470.212487293407321 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E45", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 998.29998779296875, "elevtn_dn": 998.29998779296875, "invlev_up": 995.79998779296875, "invlev_dn": 995.79998779296875, "manhole_up": "manhole_65_generated", "manhole_dn": "manhole_66_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389840.660606866702437, 5858470.212487293407321 ], [ 1389867.111212174640968, 5858427.831835187971592 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E46", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 998.29998779296875, "elevtn_dn": 998.29998779296875, "invlev_up": 995.79998779296875, "invlev_dn": 995.79998779296875, "manhole_up": "manhole_66_generated", "manhole_dn": "manhole_67_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389867.111212174640968, 5858427.831835187971592 ], [ 1389911.240854029776528, 5858417.074701879173517 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E47", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 998.29998779296875, "elevtn_dn": 1006.2000122070312, "invlev_up": 995.79998779296875, "invlev_dn": 1003.7000122070312, "manhole_up": "manhole_67_generated", "manhole_dn": "manhole_68_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389911.240854029776528, 5858417.074701879173517 ], [ 1389940.226093058940023, 5858455.739661679603159 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E48", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1006.2000122070312, "elevtn_dn": 1006.2000122070312, "invlev_up": 1003.7000122070312, "invlev_dn": 1003.7000122070312, "manhole_up": "manhole_68_generated", "manhole_dn": "manhole_69_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389940.226093058940023, 5858455.739661679603159 ], [ 1389959.842267287895083, 5858501.684845351614058 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E49", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1006.2000122070312, "elevtn_dn": 1006.2000122070312, "invlev_up": 1003.7000122070312, "invlev_dn": 1003.7000122070312, "manhole_up": "manhole_69_generated", "manhole_dn": "manhole_70_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389959.842267287895083, 5858501.684845351614058 ], [ 1389983.028926897095516, 5858544.760824581608176 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E50", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1006.2000122070312, "elevtn_dn": 1036.9000244140625, "invlev_up": 1003.7000122070312, "invlev_dn": 1034.4000244140625, "manhole_up": "manhole_70_generated", "manhole_dn": "manhole_71_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389983.028926897095516, 5858544.760824581608176 ], [ 1390026.879799408372492, 5858567.986969069577754 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E51", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1036.9000244140625, "elevtn_dn": 1036.9000244140625, "invlev_up": 1034.4000244140625, "invlev_dn": 1034.4000244140625, "manhole_up": "manhole_71_generated", "manhole_dn": "manhole_72_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390026.879799408372492, 5858567.986969069577754 ], [ 1390075.455719914287329, 5858577.981817713007331 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E52", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1036.9000244140625, "elevtn_dn": 1032.9000244140625, "invlev_up": 1034.4000244140625, "invlev_dn": 1030.4000244140625, "manhole_up": "manhole_72_generated", "manhole_dn": "manhole_73_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390075.455719914287329, 5858577.981817713007331 ], [ 1390124.934819511603564, 5858584.860858413390815 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E53", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1032.9000244140625, "elevtn_dn": 1032.9000244140625, "invlev_up": 1030.4000244140625, "invlev_dn": 1030.4000244140625, "manhole_up": "manhole_73_generated", "manhole_dn": "manhole_74_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390124.934819511603564, 5858584.860858413390815 ], [ 1390174.385966305155307, 5858591.894069475121796 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E54", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1032.9000244140625, "elevtn_dn": 1016.6000366210938, "invlev_up": 1030.4000244140625, "invlev_dn": 1014.1000366210938, "manhole_up": "manhole_74_generated", "manhole_dn": "manhole_75_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390174.385966305155307, 5858591.894069475121796 ], [ 1390224.28731826832518, 5858594.262458441779017 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E55", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1016.6000366210938, "elevtn_dn": 1016.6000366210938, "invlev_up": 1014.1000366210938, "invlev_dn": 1014.1000366210938, "manhole_up": "manhole_75_generated", "manhole_dn": "manhole_76_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390224.28731826832518, 5858594.262458441779017 ], [ 1390273.630285855382681, 5858589.561945637688041 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E56", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1016.6000366210938, "elevtn_dn": 1012.1000366210938, "invlev_up": 1014.1000366210938, "invlev_dn": 1009.6000366210938, "manhole_up": "manhole_76_generated", "manhole_dn": "manhole_77_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390273.630285855382681, 5858589.561945637688041 ], [ 1390322.239480242831632, 5858578.072306710295379 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E57", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1012.1000366210938, "elevtn_dn": 1012.1000366210938, "invlev_up": 1009.6000366210938, "invlev_dn": 1009.6000366210938, "manhole_up": "manhole_77_generated", "manhole_dn": "manhole_78_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390322.239480242831632, 5858578.072306710295379 ], [ 1390371.99352877959609, 5858575.309522898867726 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E58", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1012.1000366210938, "elevtn_dn": 1011.7000122070312, "invlev_up": 1009.6000366210938, "invlev_dn": 1009.2000122070312, "manhole_up": "manhole_78_generated", "manhole_dn": "manhole_79_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390371.99352877959609, 5858575.309522898867726 ], [ 1390419.13544210139662, 5858559.59311543405056 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E59", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1011.7000122070312, "elevtn_dn": 981.5, "invlev_up": 1009.2000122070312, "invlev_dn": 979.0, "manhole_up": "manhole_79_generated", "manhole_dn": "manhole_80_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390419.13544210139662, 5858559.59311543405056 ], [ 1390453.401623640675098, 5858524.246223840862513 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E60", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 981.5, "elevtn_dn": 995.70001220703125, "invlev_up": 979.0, "invlev_dn": 993.20001220703125, "manhole_up": "manhole_80_generated", "manhole_dn": "manhole_81_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390453.401623640675098, 5858524.246223840862513 ], [ 1390496.749499944737181, 5858504.780008735135198 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E61", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 995.70001220703125, "elevtn_dn": 995.70001220703125, "invlev_up": 993.20001220703125, "invlev_dn": 993.20001220703125, "manhole_up": "manhole_81_generated", "manhole_dn": "manhole_82_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390496.749499944737181, 5858504.780008735135198 ], [ 1390546.470755147282034, 5858499.993151630274951 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E62", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 995.70001220703125, "elevtn_dn": 1005.9000244140625, "invlev_up": 993.20001220703125, "invlev_dn": 1003.4000244140625, "manhole_up": "manhole_82_generated", "manhole_dn": "manhole_83_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390546.470755147282034, 5858499.993151630274951 ], [ 1390596.395264241611585, 5858498.177226040512323 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E63", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1005.9000244140625, "elevtn_dn": 1005.9000244140625, "invlev_up": 1003.4000244140625, "invlev_dn": 1003.4000244140625, "manhole_up": "manhole_83_generated", "manhole_dn": "manhole_84_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390596.395264241611585, 5858498.177226040512323 ], [ 1390646.319773336173967, 5858496.361300451681018 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E64", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1005.9000244140625, "elevtn_dn": 1013.6000366210938, "invlev_up": 1003.4000244140625, "invlev_dn": 1011.1000366210938, "manhole_up": "manhole_84_generated", "manhole_dn": "manhole_85_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390646.319773336173967, 5858496.361300451681018 ], [ 1390696.244282430503517, 5858494.545374862849712 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E65", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1013.6000366210938, "elevtn_dn": 1013.6000366210938, "invlev_up": 1011.1000366210938, "invlev_dn": 1011.1000366210938, "manhole_up": "manhole_85_generated", "manhole_dn": "manhole_86_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390696.244282430503517, 5858494.545374862849712 ], [ 1390746.168791524833068, 5858492.729449273087084 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E66", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1013.6000366210938, "elevtn_dn": 1019.1000366210938, "invlev_up": 1011.1000366210938, "invlev_dn": 1016.6000366210938, "manhole_up": "manhole_86_generated", "manhole_dn": "manhole_87_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390746.168791524833068, 5858492.729449273087084 ], [ 1390796.09330061939545, 5858490.913523684255779 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E67", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1019.1000366210938, "elevtn_dn": 1025.800048828125, "invlev_up": 1016.6000366210938, "invlev_dn": 1023.300048828125, "manhole_up": "manhole_87_generated", "manhole_dn": "manhole_88_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390796.09330061939545, 5858490.913523684255779 ], [ 1390846.017809713725001, 5858489.097598095424473 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E68", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1025.800048828125, "elevtn_dn": 1025.800048828125, "invlev_up": 1023.300048828125, "invlev_dn": 1023.300048828125, "manhole_up": "manhole_88_generated", "manhole_dn": "manhole_89_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390846.017809713725001, 5858489.097598095424473 ], [ 1390895.942318808054551, 5858487.281672505661845 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E69", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1025.800048828125, "elevtn_dn": 1029.2000732421875, "invlev_up": 1023.300048828125, "invlev_dn": 1026.7000732421875, "manhole_up": "manhole_89_generated", "manhole_dn": "manhole_90_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390895.942318808054551, 5858487.281672505661845 ], [ 1390945.364988021552563, 5858492.061225635930896 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E70", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1029.2000732421875, "elevtn_dn": 1029.2000732421875, "invlev_up": 1026.7000732421875, "invlev_dn": 1026.7000732421875, "manhole_up": "manhole_90_generated", "manhole_dn": "manhole_91_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390945.364988021552563, 5858492.061225635930896 ], [ 1390994.440001817885786, 5858501.409873396158218 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E71", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1029.2000732421875, "elevtn_dn": 1033.2000732421875, "invlev_up": 1026.7000732421875, "invlev_dn": 1030.7000732421875, "manhole_up": "manhole_91_generated", "manhole_dn": "manhole_92_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390994.440001817885786, 5858501.409873396158218 ], [ 1391040.341196772176772, 5858520.979841153137386 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E72", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1033.2000732421875, "elevtn_dn": 1033.2000732421875, "invlev_up": 1030.7000732421875, "invlev_dn": 1030.7000732421875, "manhole_up": "manhole_92_generated", "manhole_dn": "manhole_93_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391040.341196772176772, 5858520.979841153137386 ], [ 1391086.683747049886733, 5858538.717575071379542 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E73", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1033.2000732421875, "elevtn_dn": 1038.2000732421875, "invlev_up": 1030.7000732421875, "invlev_dn": 1035.7000732421875, "manhole_up": "manhole_93_generated", "manhole_dn": "manhole_94_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391086.683747049886733, 5858538.717575071379542 ], [ 1391131.822940095094964, 5858523.93243224080652 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E74", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1038.2000732421875, "elevtn_dn": 1038.2000732421875, "invlev_up": 1035.7000732421875, "invlev_dn": 1035.7000732421875, "manhole_up": "manhole_94_generated", "manhole_dn": "manhole_95_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391131.822940095094964, 5858523.93243224080652 ], [ 1391153.157672074623406, 5858479.460670891217887 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E75", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1038.2000732421875, "elevtn_dn": 1038.2000732421875, "invlev_up": 1035.7000732421875, "invlev_dn": 1035.7000732421875, "manhole_up": "manhole_95_generated", "manhole_dn": "manhole_96_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391153.157672074623406, 5858479.460670891217887 ], [ 1391192.49590603238903, 5858451.67839205916971 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E76", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1038.2000732421875, "elevtn_dn": 1044.2000732421875, "invlev_up": 1035.7000732421875, "invlev_dn": 1041.7000732421875, "manhole_up": "manhole_96_generated", "manhole_dn": "manhole_97_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391192.49590603238903, 5858451.67839205916971 ], [ 1391240.64117361814715, 5858438.460245226509869 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E77", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1044.2000732421875, "elevtn_dn": 1044.2000732421875, "invlev_up": 1041.7000732421875, "invlev_dn": 1041.7000732421875, "manhole_up": "manhole_97_generated", "manhole_dn": "manhole_98_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391240.64117361814715, 5858438.460245226509869 ], [ 1391289.211760010803118, 5858426.770406410098076 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E78", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1044.2000732421875, "elevtn_dn": 1060.0999755859375, "invlev_up": 1041.7000732421875, "invlev_dn": 1057.5999755859375, "manhole_up": "manhole_98_generated", "manhole_dn": "manhole_99_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391289.211760010803118, 5858426.770406410098076 ], [ 1391337.782346403226256, 5858415.080567593686283 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E79", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1060.0999755859375, "elevtn_dn": 1023.0, "invlev_up": 1057.5999755859375, "invlev_dn": 1020.5, "manhole_up": "manhole_99_generated", "manhole_dn": "manhole_100_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391337.782346403226256, 5858415.080567593686283 ], [ 1391386.352932795882225, 5858403.390728777274489 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E80", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1023.0, "elevtn_dn": 1032.7000732421875, "invlev_up": 1020.5, "invlev_dn": 1030.2000732421875, "manhole_up": "manhole_100_generated", "manhole_dn": "manhole_101_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391386.352932795882225, 5858403.390728777274489 ], [ 1391434.923519188305363, 5858391.700889961794019 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E81", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1032.7000732421875, "elevtn_dn": 1032.7000732421875, "invlev_up": 1030.2000732421875, "invlev_dn": 1030.2000732421875, "manhole_up": "manhole_101_generated", "manhole_dn": "manhole_102_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391434.923519188305363, 5858391.700889961794019 ], [ 1391483.494105580961332, 5858380.011051145382226 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E82", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1032.7000732421875, "elevtn_dn": 1040.7000732421875, "invlev_up": 1030.2000732421875, "invlev_dn": 1038.2000732421875, "manhole_up": "manhole_102_generated", "manhole_dn": "manhole_103_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391483.494105580961332, 5858380.011051145382226 ], [ 1391532.464345134794712, 5858375.802092345431447 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E83", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1040.7000732421875, "elevtn_dn": 1040.7000732421875, "invlev_up": 1038.2000732421875, "invlev_dn": 1038.2000732421875, "manhole_up": "manhole_103_generated", "manhole_dn": "manhole_104_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391532.464345134794712, 5858375.802092345431447 ], [ 1391579.680508555145934, 5858389.753166117705405 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E84", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1040.7000732421875, "elevtn_dn": 1094.5999755859375, "invlev_up": 1038.2000732421875, "invlev_dn": 1092.0999755859375, "manhole_up": "manhole_104_generated", "manhole_dn": "manhole_105_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391579.680508555145934, 5858389.753166117705405 ], [ 1391615.043221722124144, 5858422.374543751589954 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E85", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1094.5999755859375, "elevtn_dn": 1094.5999755859375, "invlev_up": 1092.0999755859375, "invlev_dn": 1092.0999755859375, "manhole_up": "manhole_105_generated", "manhole_dn": "manhole_106_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391615.043221722124144, 5858422.374543751589954 ], [ 1391633.654095822479576, 5858468.206737855449319 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E86", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1094.5999755859375, "elevtn_dn": 1094.5999755859375, "invlev_up": 1092.0999755859375, "invlev_dn": 1092.0999755859375, "manhole_up": "manhole_106_generated", "manhole_dn": "manhole_107_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391633.654095822479576, 5858468.206737855449319 ], [ 1391675.556871910346672, 5858492.042518986389041 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E87", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1094.5999755859375, "elevtn_dn": 1100.5999755859375, "invlev_up": 1092.0999755859375, "invlev_dn": 1098.0999755859375, "manhole_up": "manhole_107_generated", "manhole_dn": "manhole_108_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391675.556871910346672, 5858492.042518986389041 ], [ 1391725.165284683462232, 5858493.223410680890083 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E88", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1100.5999755859375, "elevtn_dn": 1092.7000732421875, "invlev_up": 1098.0999755859375, "invlev_dn": 1090.2000732421875, "manhole_up": "manhole_108_generated", "manhole_dn": "manhole_109_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391725.165284683462232, 5858493.223410680890083 ], [ 1391774.025632579578087, 5858482.968163449317217 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E89", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1092.7000732421875, "elevtn_dn": 1092.7000732421875, "invlev_up": 1090.2000732421875, "invlev_dn": 1090.2000732421875, "manhole_up": "manhole_109_generated", "manhole_dn": "manhole_110_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391774.025632579578087, 5858482.968163449317217 ], [ 1391822.748904443578795, 5858472.800456050783396 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E90", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1092.7000732421875, "elevtn_dn": 1086.5, "invlev_up": 1090.2000732421875, "invlev_dn": 1084.0, "manhole_up": "manhole_110_generated", "manhole_dn": "manhole_111_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391822.748904443578795, 5858472.800456050783396 ], [ 1391872.520155652426183, 5858474.254766616038978 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E91", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1086.5, "elevtn_dn": 1086.5, "invlev_up": 1084.0, "invlev_dn": 1084.0, "manhole_up": "manhole_111_generated", "manhole_dn": "manhole_112_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391872.520155652426183, 5858474.254766616038978 ], [ 1391922.32820742437616, 5858478.116394865326583 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E92", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1086.5, "elevtn_dn": 1097.300048828125, "invlev_up": 1084.0, "invlev_dn": 1094.800048828125, "manhole_up": "manhole_112_generated", "manhole_dn": "manhole_113_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391922.32820742437616, 5858478.116394865326583 ], [ 1391972.136259196558967, 5858481.978023114614189 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E93", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1097.300048828125, "elevtn_dn": 1097.300048828125, "invlev_up": 1094.800048828125, "invlev_dn": 1094.800048828125, "manhole_up": "manhole_113_generated", "manhole_dn": "manhole_114_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391972.136259196558967, 5858481.978023114614189 ], [ 1392014.088137687649578, 5858507.265420926734805 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E94", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1097.300048828125, "elevtn_dn": 1097.300048828125, "invlev_up": 1094.800048828125, "invlev_dn": 1094.800048828125, "manhole_up": "manhole_114_generated", "manhole_dn": "manhole_115_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392014.088137687649578, 5858507.265420926734805 ], [ 1392052.00577615830116, 5858538.949620860628784 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E95", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1097.300048828125, "elevtn_dn": 1097.300048828125, "invlev_up": 1094.800048828125, "invlev_dn": 1094.800048828125, "manhole_up": "manhole_115_generated", "manhole_dn": "manhole_116_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392052.00577615830116, 5858538.949620860628784 ], [ 1392100.993319420609623, 5858548.746293722651899 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E96", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1097.300048828125, "elevtn_dn": 1135.300048828125, "invlev_up": 1094.800048828125, "invlev_dn": 1132.800048828125, "manhole_up": "manhole_116_generated", "manhole_dn": "manhole_117_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392100.993319420609623, 5858548.746293722651899 ], [ 1392149.980862683150917, 5858558.542966585606337 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E97", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1135.300048828125, "elevtn_dn": 1135.300048828125, "invlev_up": 1132.800048828125, "invlev_dn": 1132.800048828125, "manhole_up": "manhole_117_generated", "manhole_dn": "manhole_118_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392149.980862683150917, 5858558.542966585606337 ], [ 1392198.767287699971348, 5858569.25206732749939 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E98", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1135.300048828125, "elevtn_dn": 1137.5999755859375, "invlev_up": 1132.800048828125, "invlev_dn": 1135.0999755859375, "manhole_up": "manhole_118_generated", "manhole_dn": "manhole_119_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392198.767287699971348, 5858569.25206732749939 ], [ 1392247.333906656363979, 5858580.958378325216472 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E99", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1137.5999755859375, "elevtn_dn": 1137.5999755859375, "invlev_up": 1135.0999755859375, "invlev_dn": 1135.0999755859375, "manhole_up": "manhole_119_generated", "manhole_dn": "manhole_120_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392247.333906656363979, 5858580.958378325216472 ], [ 1392295.900525612989441, 5858592.664689323864877 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E100", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1137.5999755859375, "elevtn_dn": 1145.0999755859375, "invlev_up": 1135.0999755859375, "invlev_dn": 1142.5999755859375, "manhole_up": "manhole_120_generated", "manhole_dn": "manhole_121_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392295.900525612989441, 5858592.664689323864877 ], [ 1392344.467144569614902, 5858604.371000322513282 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E101", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1145.0999755859375, "elevtn_dn": 1145.0999755859375, "invlev_up": 1142.5999755859375, "invlev_dn": 1142.5999755859375, "manhole_up": "manhole_121_generated", "manhole_dn": "manhole_122_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392344.467144569614902, 5858604.371000322513282 ], [ 1392389.908255772199482, 5858624.575613909401 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E102", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1145.0999755859375, "elevtn_dn": 1140.5, "invlev_up": 1142.5999755859375, "invlev_dn": 1138.0, "manhole_up": "manhole_122_generated", "manhole_dn": "manhole_123_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392389.908255772199482, 5858624.575613909401 ], [ 1392425.081700494978577, 5858659.315580372698605 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E103", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1140.5, "elevtn_dn": 1169.300048828125, "invlev_up": 1138.0, "invlev_dn": 1166.800048828125, "manhole_up": "manhole_123_generated", "manhole_dn": "manhole_124_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392425.081700494978577, 5858659.315580372698605 ], [ 1392458.203119478421286, 5858696.715123130939901 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E104", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1169.300048828125, "elevtn_dn": 1169.300048828125, "invlev_up": 1166.800048828125, "invlev_dn": 1166.800048828125, "manhole_up": "manhole_124_generated", "manhole_dn": "manhole_125_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392458.203119478421286, 5858696.715123130939901 ], [ 1392491.324538461863995, 5858734.114665890112519 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E105", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1169.300048828125, "elevtn_dn": 1165.5, "invlev_up": 1166.800048828125, "invlev_dn": 1163.0, "manhole_up": "manhole_125_generated", "manhole_dn": "manhole_126_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392491.324538461863995, 5858734.114665890112519 ], [ 1392528.963966277893633, 5858766.460637149401009 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E106", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1165.5, "elevtn_dn": 1165.5, "invlev_up": 1163.0, "invlev_dn": 1163.0, "manhole_up": "manhole_126_generated", "manhole_dn": "manhole_127_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392528.963966277893633, 5858766.460637149401009 ], [ 1392573.284122244687751, 5858789.391092935577035 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E107", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1165.5, "elevtn_dn": 1157.0999755859375, "invlev_up": 1163.0, "invlev_dn": 1154.5999755859375, "manhole_up": "manhole_127_generated", "manhole_dn": "manhole_128_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392573.284122244687751, 5858789.391092935577035 ], [ 1392618.033192394766957, 5858811.600886153057218 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E108", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1157.0999755859375, "elevtn_dn": 1184.800048828125, "invlev_up": 1154.5999755859375, "invlev_dn": 1182.300048828125, "manhole_up": "manhole_128_generated", "manhole_dn": "manhole_129_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392618.033192394766957, 5858811.600886153057218 ], [ 1392666.730896146036685, 5858821.011833874508739 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E109", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1184.800048828125, "elevtn_dn": 1141.2000732421875, "invlev_up": 1182.300048828125, "invlev_dn": 1138.7000732421875, "manhole_up": "manhole_129_generated", "manhole_dn": "manhole_130_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392666.730896146036685, 5858821.011833874508739 ], [ 1392714.397227015113458, 5858809.184477739967406 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E110", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1141.2000732421875, "elevtn_dn": 1141.2000732421875, "invlev_up": 1138.7000732421875, "invlev_dn": 1138.7000732421875, "manhole_up": "manhole_130_generated", "manhole_dn": "manhole_131_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392714.397227015113458, 5858809.184477739967406 ], [ 1392761.799294820055366, 5858794.231293976306915 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E111", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1141.2000732421875, "elevtn_dn": 1137.4000244140625, "invlev_up": 1138.7000732421875, "invlev_dn": 1134.9000244140625, "manhole_up": "manhole_131_generated", "manhole_dn": "manhole_132_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392761.799294820055366, 5858794.231293976306915 ], [ 1392810.095712865469977, 5858797.830352782271802 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E112", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1137.4000244140625, "elevtn_dn": 1137.4000244140625, "invlev_up": 1134.9000244140625, "invlev_dn": 1134.9000244140625, "manhole_up": "manhole_132_generated", "manhole_dn": "manhole_133_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392810.095712865469977, 5858797.830352782271802 ], [ 1392855.660074200481176, 5858817.529770986177027 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E113", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1137.4000244140625, "elevtn_dn": 1169.5, "invlev_up": 1134.9000244140625, "invlev_dn": 1167.0, "manhole_up": "manhole_133_generated", "manhole_dn": "manhole_134_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392855.660074200481176, 5858817.529770986177027 ], [ 1392904.672455, 5858826.347064822912216 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E114", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1169.5, "elevtn_dn": 1169.5, "invlev_up": 1167.0, "invlev_dn": 1167.0, "manhole_up": "manhole_134_generated", "manhole_dn": "manhole_135_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392904.672455, 5858826.347064822912216 ], [ 1392949.505032581742853, 5858846.393358059227467 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E115", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1169.5, "elevtn_dn": 1169.5, "invlev_up": 1167.0, "invlev_dn": 1167.0, "manhole_up": "manhole_135_generated", "manhole_dn": "manhole_136_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392949.505032581742853, 5858846.393358059227467 ], [ 1392993.956312821945176, 5858868.358838438987732 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E116", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1169.5, "elevtn_dn": 1169.5, "invlev_up": 1167.0, "invlev_dn": 1167.0, "manhole_up": "manhole_136_generated", "manhole_dn": "manhole_137_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392993.956312821945176, 5858868.358838438987732 ], [ 1393042.160067020915449, 5858881.479519641026855 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E117", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1169.5, "elevtn_dn": 1162.0, "invlev_up": 1167.0, "invlev_dn": 1159.5, "manhole_up": "manhole_137_generated", "manhole_dn": "manhole_138_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393042.160067020915449, 5858881.479519641026855 ], [ 1393090.363821219652891, 5858894.600200843065977 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E118", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1162.0, "elevtn_dn": 1162.0, "invlev_up": 1159.5, "invlev_dn": 1159.5, "manhole_up": "manhole_138_generated", "manhole_dn": "manhole_139_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393090.363821219652891, 5858894.600200843065977 ], [ 1393138.877780271228403, 5858905.382868006825447 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E119", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1162.0, "elevtn_dn": 1152.0999755859375, "invlev_up": 1159.5, "invlev_dn": 1149.5999755859375, "manhole_up": "manhole_139_generated", "manhole_dn": "manhole_140_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393138.877780271228403, 5858905.382868006825447 ], [ 1393188.835210436256602, 5858905.286093098111451 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E120", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1152.0999755859375, "elevtn_dn": 1152.0999755859375, "invlev_up": 1149.5999755859375, "invlev_dn": 1149.5999755859375, "manhole_up": "manhole_140_generated", "manhole_dn": "manhole_141_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393188.835210436256602, 5858905.286093098111451 ], [ 1393237.248238409170881, 5858916.599204055964947 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E121", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1152.0999755859375, "elevtn_dn": 1147.300048828125, "invlev_up": 1149.5999755859375, "invlev_dn": 1144.800048828125, "manhole_up": "manhole_141_generated", "manhole_dn": "manhole_142_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393237.248238409170881, 5858916.599204055964947 ], [ 1393278.15638761385344, 5858943.766047672368586 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E122", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1147.300048828125, "elevtn_dn": 1182.7000732421875, "invlev_up": 1144.800048828125, "invlev_dn": 1180.2000732421875, "manhole_up": "manhole_142_generated", "manhole_dn": "manhole_143_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393278.15638761385344, 5858943.766047672368586 ], [ 1393316.553906054003164, 5858975.725158606655896 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E123", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1182.7000732421875, "elevtn_dn": 1180.0999755859375, "invlev_up": 1180.2000732421875, "invlev_dn": 1177.5999755859375, "manhole_up": "manhole_143_generated", "manhole_dn": "manhole_144_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393316.553906054003164, 5858975.725158606655896 ], [ 1393354.951424494385719, 5859007.684269540011883 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E124", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1180.0999755859375, "elevtn_dn": 1180.0999755859375, "invlev_up": 1177.5999755859375, "invlev_dn": 1177.5999755859375, "manhole_up": "manhole_144_generated", "manhole_dn": "manhole_145_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393354.951424494385719, 5859007.684269540011883 ], [ 1393393.348942934535444, 5859039.643380474299192 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E125", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1180.0999755859375, "elevtn_dn": 1180.0999755859375, "invlev_up": 1177.5999755859375, "invlev_dn": 1177.5999755859375, "manhole_up": "manhole_145_generated", "manhole_dn": "manhole_146_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393393.348942934535444, 5859039.643380474299192 ], [ 1393431.746461374685168, 5859071.602491408586502 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E126", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1180.0999755859375, "elevtn_dn": 1202.5999755859375, "invlev_up": 1177.5999755859375, "invlev_dn": 1200.0999755859375, "manhole_up": "manhole_146_generated", "manhole_dn": "manhole_147_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393431.746461374685168, 5859071.602491408586502 ], [ 1393472.672340910183266, 5859100.089053857140243 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E127", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1202.5999755859375, "elevtn_dn": 1202.5999755859375, "invlev_up": 1200.0999755859375, "invlev_dn": 1200.0999755859375, "manhole_up": "manhole_147_generated", "manhole_dn": "manhole_148_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393472.672340910183266, 5859100.089053857140243 ], [ 1393507.678647378925234, 5859134.262682756409049 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E128", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1202.5999755859375, "elevtn_dn": 1202.5999755859375, "invlev_up": 1200.0999755859375, "invlev_dn": 1200.0999755859375, "manhole_up": "manhole_148_generated", "manhole_dn": "manhole_149_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393507.678647378925234, 5859134.262682756409049 ], [ 1393492.637579936999828, 5859179.667013085447252 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E129", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1202.5999755859375, "elevtn_dn": 1232.300048828125, "invlev_up": 1200.0999755859375, "invlev_dn": 1229.800048828125, "manhole_up": "manhole_149_generated", "manhole_dn": "manhole_150_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393492.637579936999828, 5859179.667013085447252 ], [ 1393472.727902054553851, 5859225.064155456610024 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E130", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1232.300048828125, "elevtn_dn": 1232.300048828125, "invlev_up": 1229.800048828125, "invlev_dn": 1229.800048828125, "manhole_up": "manhole_150_generated", "manhole_dn": "manhole_151_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393472.727902054553851, 5859225.064155456610024 ], [ 1393467.563765458529815, 5859274.587596206925809 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E131", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1232.300048828125, "elevtn_dn": 1232.300048828125, "invlev_up": 1229.800048828125, "invlev_dn": 1229.800048828125, "manhole_up": "manhole_151_generated", "manhole_dn": "manhole_152_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393467.563765458529815, 5859274.587596206925809 ], [ 1393473.51405850565061, 5859323.8850102070719 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E132", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1232.300048828125, "elevtn_dn": 1232.300048828125, "invlev_up": 1229.800048828125, "invlev_dn": 1229.800048828125, "manhole_up": "manhole_152_generated", "manhole_dn": "manhole_153_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393473.51405850565061, 5859323.8850102070719 ], [ 1393507.773820924572647, 5859356.614802500233054 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E133", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1232.300048828125, "elevtn_dn": 1214.800048828125, "invlev_up": 1229.800048828125, "invlev_dn": 1212.300048828125, "manhole_up": "manhole_153_generated", "manhole_dn": "manhole_154_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393507.773820924572647, 5859356.614802500233054 ], [ 1393555.824224345618859, 5859349.253152369521558 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E134", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1214.800048828125, "elevtn_dn": 1214.800048828125, "invlev_up": 1212.300048828125, "invlev_dn": 1212.300048828125, "manhole_up": "manhole_154_generated", "manhole_dn": "manhole_155_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393555.824224345618859, 5859349.253152369521558 ], [ 1393591.00338595919311, 5859314.794959847815335 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E135", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1214.800048828125, "elevtn_dn": 1191.0999755859375, "invlev_up": 1212.300048828125, "invlev_dn": 1188.5999755859375, "manhole_up": "manhole_155_generated", "manhole_dn": "manhole_156_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393591.00338595919311, 5859314.794959847815335 ], [ 1393633.153639519121498, 5859288.066565420478582 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E136", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1191.0999755859375, "elevtn_dn": 1191.0999755859375, "invlev_up": 1188.5999755859375, "invlev_dn": 1188.5999755859375, "manhole_up": "manhole_156_generated", "manhole_dn": "manhole_157_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393633.153639519121498, 5859288.066565420478582 ], [ 1393673.123904188396409, 5859258.097712650895119 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E137", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1191.0999755859375, "elevtn_dn": 1144.300048828125, "invlev_up": 1188.5999755859375, "invlev_dn": 1141.800048828125, "manhole_up": "manhole_157_generated", "manhole_dn": "manhole_158_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393673.123904188396409, 5859258.097712650895119 ], [ 1393720.523227575467899, 5859244.838272913359106 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E138", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1144.300048828125, "elevtn_dn": 1144.300048828125, "invlev_up": 1141.800048828125, "invlev_dn": 1141.800048828125, "manhole_up": "manhole_158_generated", "manhole_dn": "manhole_159_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393720.523227575467899, 5859244.838272913359106 ], [ 1393765.710014625452459, 5859224.569284616038203 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E139", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1144.300048828125, "elevtn_dn": 1144.300048828125, "invlev_up": 1141.800048828125, "invlev_dn": 1141.800048828125, "manhole_up": "manhole_159_generated", "manhole_dn": "manhole_160_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393765.710014625452459, 5859224.569284616038203 ], [ 1393806.409210936399177, 5859195.609256223775446 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_8_E140", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_8", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_8", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1144.300048828125, "elevtn_dn": 1112.5, "invlev_up": 1141.800048828125, "invlev_dn": 1110.0, "manhole_up": "manhole_160_generated", "manhole_dn": "manhole_161_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1393806.409210936399177, 5859195.609256223775446 ], [ 1393846.866742686368525, 5859166.301538489758968 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1045", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 968.29998779296875, "elevtn_dn": 968.29998779296875, "invlev_up": 965.79998779296875, "invlev_dn": 965.79998779296875, "manhole_up": "manhole_162_generated", "manhole_dn": "manhole_163_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388521.257592596346512, 5855362.027613477781415 ], [ 1388472.030306826578453, 5855370.543775821104646 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1046", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 968.29998779296875, "elevtn_dn": 968.29998779296875, "invlev_up": 965.79998779296875, "invlev_dn": 965.79998779296875, "manhole_up": "manhole_163_generated", "manhole_dn": "manhole_164_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388472.030306826578453, 5855370.543775821104646 ], [ 1388439.000347282737494, 5855407.802592809312046 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1047", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 968.29998779296875, "elevtn_dn": 964.5, "invlev_up": 965.79998779296875, "invlev_dn": 962.0, "manhole_up": "manhole_164_generated", "manhole_dn": "manhole_165_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388439.000347282737494, 5855407.802592809312046 ], [ 1388400.196091859601438, 5855436.014134516008198 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1048", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 964.5, "elevtn_dn": 964.5, "invlev_up": 962.0, "invlev_dn": 962.0, "manhole_up": "manhole_165_generated", "manhole_dn": "manhole_166_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388400.196091859601438, 5855436.014134516008198 ], [ 1388351.33823574683629, 5855446.634319253265858 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1049", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 964.5, "elevtn_dn": 981.9000244140625, "invlev_up": 962.0, "invlev_dn": 979.4000244140625, "manhole_up": "manhole_166_generated", "manhole_dn": "manhole_167_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388351.33823574683629, 5855446.634319253265858 ], [ 1388301.961881892289966, 5855453.847477887757123 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1050", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 981.9000244140625, "elevtn_dn": 981.9000244140625, "invlev_up": 979.4000244140625, "invlev_dn": 979.4000244140625, "manhole_up": "manhole_167_generated", "manhole_dn": "manhole_168_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388301.961881892289966, 5855453.847477887757123 ], [ 1388252.297577269142494, 5855451.260453455150127 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1051", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 981.9000244140625, "elevtn_dn": 973.70001220703125, "invlev_up": 979.4000244140625, "invlev_dn": 971.20001220703125, "manhole_up": "manhole_168_generated", "manhole_dn": "manhole_169_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388252.297577269142494, 5855451.260453455150127 ], [ 1388202.479659734526649, 5855455.508814659900963 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1052", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 973.70001220703125, "elevtn_dn": 961.70001220703125, "invlev_up": 971.20001220703125, "invlev_dn": 959.20001220703125, "manhole_up": "manhole_169_generated", "manhole_dn": "manhole_170_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388202.479659734526649, 5855455.508814659900963 ], [ 1388152.683455461403355, 5855460.015516467392445 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1053", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 961.70001220703125, "elevtn_dn": 961.70001220703125, "invlev_up": 959.20001220703125, "invlev_dn": 959.20001220703125, "manhole_up": "manhole_170_generated", "manhole_dn": "manhole_171_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388152.683455461403355, 5855460.015516467392445 ], [ 1388104.622611842118204, 5855473.253733876161277 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1054", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 961.70001220703125, "elevtn_dn": 945.79998779296875, "invlev_up": 959.20001220703125, "invlev_dn": 943.29998779296875, "manhole_up": "manhole_171_generated", "manhole_dn": "manhole_172_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388104.622611842118204, 5855473.253733876161277 ], [ 1388057.00563437351957, 5855488.445189393125474 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1055", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.79998779296875, "elevtn_dn": 945.79998779296875, "invlev_up": 943.29998779296875, "invlev_dn": 943.29998779296875, "manhole_up": "manhole_172_generated", "manhole_dn": "manhole_173_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388057.00563437351957, 5855488.445189393125474 ], [ 1388011.292356542311609, 5855508.700276436284184 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1056", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.79998779296875, "elevtn_dn": 945.79998779296875, "invlev_up": 943.29998779296875, "invlev_dn": 943.29998779296875, "manhole_up": "manhole_173_generated", "manhole_dn": "manhole_174_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388011.292356542311609, 5855508.700276436284184 ], [ 1387969.221702651120722, 5855535.246164590120316 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1057", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.79998779296875, "elevtn_dn": 930.79998779296875, "invlev_up": 943.29998779296875, "invlev_dn": 928.29998779296875, "manhole_up": "manhole_174_generated", "manhole_dn": "manhole_175_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.221702651120722, 5855535.246164590120316 ], [ 1387935.863196024205536, 5855572.491061648353934 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1058", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 930.79998779296875, "elevtn_dn": 957.10003662109375, "invlev_up": 928.29998779296875, "invlev_dn": 954.60003662109375, "manhole_up": "manhole_175_generated", "manhole_dn": "manhole_176_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387935.863196024205536, 5855572.491061648353934 ], [ 1387904.610231971368194, 5855611.432584651745856 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1059", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.10003662109375, "elevtn_dn": 947.4000244140625, "invlev_up": 954.60003662109375, "invlev_dn": 944.9000244140625, "manhole_up": "manhole_176_generated", "manhole_dn": "manhole_177_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387904.610231971368194, 5855611.432584651745856 ], [ 1387869.335365027422085, 5855646.852918352000415 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1060", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 947.4000244140625, "elevtn_dn": 947.4000244140625, "invlev_up": 944.9000244140625, "invlev_dn": 944.9000244140625, "manhole_up": "manhole_177_generated", "manhole_dn": "manhole_178_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387869.335365027422085, 5855646.852918352000415 ], [ 1387831.783288773847744, 5855679.735664095729589 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1061", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 947.4000244140625, "elevtn_dn": 947.4000244140625, "invlev_up": 944.9000244140625, "invlev_dn": 944.9000244140625, "manhole_up": "manhole_178_generated", "manhole_dn": "manhole_179_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387831.783288773847744, 5855679.735664095729589 ], [ 1387791.509416193468496, 5855708.923279576934874 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1062", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 947.4000244140625, "elevtn_dn": 933.29998779296875, "invlev_up": 944.9000244140625, "invlev_dn": 930.79998779296875, "manhole_up": "manhole_179_generated", "manhole_dn": "manhole_180_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387791.509416193468496, 5855708.923279576934874 ], [ 1387742.459816947113723, 5855717.213657722808421 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1063", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 933.29998779296875, "elevtn_dn": 933.29998779296875, "invlev_up": 930.79998779296875, "invlev_dn": 930.79998779296875, "manhole_up": "manhole_180_generated", "manhole_dn": "manhole_181_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387742.459816947113723, 5855717.213657722808421 ], [ 1387692.500367184402421, 5855718.495403698645532 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1064", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 933.29998779296875, "elevtn_dn": 911.10003662109375, "invlev_up": 930.79998779296875, "invlev_dn": 908.60003662109375, "manhole_up": "manhole_181_generated", "manhole_dn": "manhole_182_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387692.500367184402421, 5855718.495403698645532 ], [ 1387642.500798417022452, 5855718.61967874225229 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1065", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 911.10003662109375, "elevtn_dn": 887.70001220703125, "invlev_up": 908.60003662109375, "invlev_dn": 885.20001220703125, "manhole_up": "manhole_182_generated", "manhole_dn": "manhole_183_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387642.500798417022452, 5855718.61967874225229 ], [ 1387592.501229649642482, 5855718.743953784927726 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1066", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 887.70001220703125, "elevtn_dn": 887.70001220703125, "invlev_up": 885.20001220703125, "invlev_dn": 885.20001220703125, "manhole_up": "manhole_183_generated", "manhole_dn": "manhole_184_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387592.501229649642482, 5855718.743953784927726 ], [ 1387542.501660882262513, 5855718.868228827603161 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1067", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 887.70001220703125, "elevtn_dn": 902.9000244140625, "invlev_up": 885.20001220703125, "invlev_dn": 900.4000244140625, "manhole_up": "manhole_184_generated", "manhole_dn": "manhole_185_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387542.501660882262513, 5855718.868228827603161 ], [ 1387492.651409652316943, 5855720.815255363471806 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1068", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 902.9000244140625, "elevtn_dn": 902.9000244140625, "invlev_up": 900.4000244140625, "invlev_dn": 900.4000244140625, "manhole_up": "manhole_185_generated", "manhole_dn": "manhole_186_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387492.651409652316943, 5855720.815255363471806 ], [ 1387448.867236748570576, 5855742.752516686916351 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1069", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 902.9000244140625, "elevtn_dn": 886.20001220703125, "invlev_up": 900.4000244140625, "invlev_dn": 883.70001220703125, "manhole_up": "manhole_186_generated", "manhole_dn": "manhole_187_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387448.867236748570576, 5855742.752516686916351 ], [ 1387402.432745414320379, 5855761.091833713464439 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1070", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 886.20001220703125, "elevtn_dn": 886.20001220703125, "invlev_up": 883.70001220703125, "invlev_dn": 883.70001220703125, "manhole_up": "manhole_187_generated", "manhole_dn": "manhole_188_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387402.432745414320379, 5855761.091833713464439 ], [ 1387355.687973388005048, 5855778.837216476909816 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1071", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 886.20001220703125, "elevtn_dn": 879.4000244140625, "invlev_up": 883.70001220703125, "invlev_dn": 876.9000244140625, "manhole_up": "manhole_188_generated", "manhole_dn": "manhole_189_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387355.687973388005048, 5855778.837216476909816 ], [ 1387308.943201361689717, 5855796.582599240355194 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1072", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 879.4000244140625, "elevtn_dn": 879.4000244140625, "invlev_up": 876.9000244140625, "invlev_dn": 876.9000244140625, "manhole_up": "manhole_189_generated", "manhole_dn": "manhole_190_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387308.943201361689717, 5855796.582599240355194 ], [ 1387262.861613623332232, 5855815.656713440082967 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1073", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 879.4000244140625, "elevtn_dn": 873.29998779296875, "invlev_up": 876.9000244140625, "invlev_dn": 870.79998779296875, "manhole_up": "manhole_190_generated", "manhole_dn": "manhole_191_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387262.861613623332232, 5855815.656713440082967 ], [ 1387224.059019178850576, 5855846.996291697025299 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1074", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 873.29998779296875, "elevtn_dn": 938.9000244140625, "invlev_up": 870.79998779296875, "invlev_dn": 936.4000244140625, "manhole_up": "manhole_191_generated", "manhole_dn": "manhole_192_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387224.059019178850576, 5855846.996291697025299 ], [ 1387180.719124856637791, 5855870.194651792757213 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1075", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 938.9000244140625, "elevtn_dn": 932.79998779296875, "invlev_up": 936.4000244140625, "invlev_dn": 930.29998779296875, "manhole_up": "manhole_192_generated", "manhole_dn": "manhole_193_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387180.719124856637791, 5855870.194651792757213 ], [ 1387131.003996425773948, 5855874.064550469629467 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1076", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 932.79998779296875, "elevtn_dn": 932.79998779296875, "invlev_up": 930.29998779296875, "invlev_dn": 930.29998779296875, "manhole_up": "manhole_193_generated", "manhole_dn": "manhole_194_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387131.003996425773948, 5855874.064550469629467 ], [ 1387081.098878284916282, 5855871.158613862469792 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1077", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 932.79998779296875, "elevtn_dn": 916.79998779296875, "invlev_up": 930.29998779296875, "invlev_dn": 914.29998779296875, "manhole_up": "manhole_194_generated", "manhole_dn": "manhole_195_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387081.098878284916282, 5855871.158613862469792 ], [ 1387031.198060098802671, 5855868.015261265449226 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1078", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 916.79998779296875, "elevtn_dn": 916.79998779296875, "invlev_up": 914.29998779296875, "invlev_dn": 914.29998779296875, "manhole_up": "manhole_195_generated", "manhole_dn": "manhole_196_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387031.198060098802671, 5855868.015261265449226 ], [ 1386981.297241912456229, 5855864.871908667497337 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1079", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 916.79998779296875, "elevtn_dn": 891.79998779296875, "invlev_up": 914.29998779296875, "invlev_dn": 889.29998779296875, "manhole_up": "manhole_196_generated", "manhole_dn": "manhole_197_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386981.297241912456229, 5855864.871908667497337 ], [ 1386931.47147326474078, 5855860.718019699677825 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1080", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 891.79998779296875, "elevtn_dn": 891.79998779296875, "invlev_up": 889.29998779296875, "invlev_dn": 889.29998779296875, "manhole_up": "manhole_197_generated", "manhole_dn": "manhole_198_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386931.47147326474078, 5855860.718019699677825 ], [ 1386881.600663758814335, 5855857.577047945931554 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1081", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 891.79998779296875, "elevtn_dn": 857.10003662109375, "invlev_up": 889.29998779296875, "invlev_dn": 854.60003662109375, "manhole_up": "manhole_198_generated", "manhole_dn": "manhole_199_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386881.600663758814335, 5855857.577047945931554 ], [ 1386832.545593914575875, 5855864.100992278195918 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1082", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 857.10003662109375, "elevtn_dn": 857.10003662109375, "invlev_up": 854.60003662109375, "invlev_dn": 854.60003662109375, "manhole_up": "manhole_199_generated", "manhole_dn": "manhole_200_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386832.545593914575875, 5855864.100992278195918 ], [ 1386787.06764860637486, 5855884.403254445642233 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1083", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 857.10003662109375, "elevtn_dn": 821.29998779296875, "invlev_up": 854.60003662109375, "invlev_dn": 818.79998779296875, "manhole_up": "manhole_200_generated", "manhole_dn": "manhole_201_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386787.06764860637486, 5855884.403254445642233 ], [ 1386748.278358669718727, 5855915.544586268253624 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1084", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 821.29998779296875, "elevtn_dn": 821.29998779296875, "invlev_up": 818.79998779296875, "invlev_dn": 818.79998779296875, "manhole_up": "manhole_201_generated", "manhole_dn": "manhole_202_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386748.278358669718727, 5855915.544586268253624 ], [ 1386721.155419877264649, 5855957.124278785660863 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1085", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 821.29998779296875, "elevtn_dn": 866.0, "invlev_up": 818.79998779296875, "invlev_dn": 863.5, "manhole_up": "manhole_202_generated", "manhole_dn": "manhole_203_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386721.155419877264649, 5855957.124278785660863 ], [ 1386707.750365849817172, 5856004.850832763127983 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1086", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 866.0, "elevtn_dn": 866.0, "invlev_up": 863.5, "invlev_dn": 863.5, "manhole_up": "manhole_203_generated", "manhole_dn": "manhole_204_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386707.750365849817172, 5856004.850832763127983 ], [ 1386699.832475832896307, 5856054.133603978902102 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1087", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 866.0, "elevtn_dn": 866.0, "invlev_up": 863.5, "invlev_dn": 863.5, "manhole_up": "manhole_204_generated", "manhole_dn": "manhole_205_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386699.832475832896307, 5856054.133603978902102 ], [ 1386697.095561265014112, 5856103.986880083568394 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1088", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 866.0, "elevtn_dn": 884.79998779296875, "invlev_up": 863.5, "invlev_dn": 882.29998779296875, "manhole_up": "manhole_205_generated", "manhole_dn": "manhole_206_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386697.095561265014112, 5856103.986880083568394 ], [ 1386699.401158998254687, 5856153.933416903018951 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1089", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 884.79998779296875, "elevtn_dn": 884.79998779296875, "invlev_up": 882.29998779296875, "invlev_dn": 882.29998779296875, "manhole_up": "manhole_206_generated", "manhole_dn": "manhole_207_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386699.401158998254687, 5856153.933416903018951 ], [ 1386715.699191288091242, 5856201.197657831013203 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1090", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 884.79998779296875, "elevtn_dn": 884.79998779296875, "invlev_up": 882.29998779296875, "invlev_dn": 882.29998779296875, "manhole_up": "manhole_207_generated", "manhole_dn": "manhole_208_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386715.699191288091242, 5856201.197657831013203 ], [ 1386741.121203816728666, 5856244.100116757676005 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1091", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 884.79998779296875, "elevtn_dn": 915.9000244140625, "invlev_up": 882.29998779296875, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_208_generated", "manhole_dn": "manhole_209_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386741.121203816728666, 5856244.100116757676005 ], [ 1386774.051378605188802, 5856281.577651324681938 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1092", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_209_generated", "manhole_dn": "manhole_210_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386774.051378605188802, 5856281.577651324681938 ], [ 1386811.583791718119755, 5856314.587093180976808 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1093", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 915.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 913.4000244140625, "manhole_up": "manhole_210_generated", "manhole_dn": "manhole_211_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386811.583791718119755, 5856314.587093180976808 ], [ 1386839.378956499742344, 5856356.087350118905306 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1094", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.9000244140625, "elevtn_dn": 909.9000244140625, "invlev_up": 913.4000244140625, "invlev_dn": 907.4000244140625, "manhole_up": "manhole_211_generated", "manhole_dn": "manhole_212_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386839.378956499742344, 5856356.087350118905306 ], [ 1386855.653891535941511, 5856403.364181768149137 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1095", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 909.9000244140625, "elevtn_dn": 909.9000244140625, "invlev_up": 907.4000244140625, "invlev_dn": 907.4000244140625, "manhole_up": "manhole_212_generated", "manhole_dn": "manhole_213_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386855.653891535941511, 5856403.364181768149137 ], [ 1386875.714553950354457, 5856449.116945925168693 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1096", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 909.9000244140625, "elevtn_dn": 909.9000244140625, "invlev_up": 907.4000244140625, "invlev_dn": 907.4000244140625, "manhole_up": "manhole_213_generated", "manhole_dn": "manhole_214_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386875.714553950354457, 5856449.116945925168693 ], [ 1386912.179653002182022, 5856482.939191372133791 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1097", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 909.9000244140625, "elevtn_dn": 909.9000244140625, "invlev_up": 907.4000244140625, "invlev_dn": 907.4000244140625, "manhole_up": "manhole_214_generated", "manhole_dn": "manhole_215_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386912.179653002182022, 5856482.939191372133791 ], [ 1386944.191176384687424, 5856520.270725904032588 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1098", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 909.9000244140625, "elevtn_dn": 911.79998779296875, "invlev_up": 907.4000244140625, "invlev_dn": 909.29998779296875, "manhole_up": "manhole_215_generated", "manhole_dn": "manhole_216_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386944.191176384687424, 5856520.270725904032588 ], [ 1386964.188513180473819, 5856566.025075756013393 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1099", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 911.79998779296875, "elevtn_dn": 911.79998779296875, "invlev_up": 909.29998779296875, "invlev_dn": 909.29998779296875, "manhole_up": "manhole_216_generated", "manhole_dn": "manhole_217_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386964.188513180473819, 5856566.025075756013393 ], [ 1386998.825215350603685, 5856599.261941562406719 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1100", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 911.79998779296875, "elevtn_dn": 932.0, "invlev_up": 909.29998779296875, "invlev_dn": 929.5, "manhole_up": "manhole_217_generated", "manhole_dn": "manhole_218_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386998.825215350603685, 5856599.261941562406719 ], [ 1387044.828526843106374, 5856618.849377661012113 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1101", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 932.0, "elevtn_dn": 932.0, "invlev_up": 929.5, "invlev_dn": 929.5, "manhole_up": "manhole_218_generated", "manhole_dn": "manhole_219_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387044.828526843106374, 5856618.849377661012113 ], [ 1387090.831838335609064, 5856638.43681376054883 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1102", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 932.0, "elevtn_dn": 949.9000244140625, "invlev_up": 929.5, "invlev_dn": 947.4000244140625, "manhole_up": "manhole_219_generated", "manhole_dn": "manhole_220_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387090.831838335609064, 5856638.43681376054883 ], [ 1387136.835149827878922, 5856658.024249859154224 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1103", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 949.9000244140625, "elevtn_dn": 924.4000244140625, "invlev_up": 947.4000244140625, "invlev_dn": 921.9000244140625, "manhole_up": "manhole_220_generated", "manhole_dn": "manhole_221_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387136.835149827878922, 5856658.024249859154224 ], [ 1387178.671980312326923, 5856685.128790453076363 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1104", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 924.4000244140625, "elevtn_dn": 924.4000244140625, "invlev_up": 921.9000244140625, "invlev_dn": 921.9000244140625, "manhole_up": "manhole_221_generated", "manhole_dn": "manhole_222_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387178.671980312326923, 5856685.128790453076363 ], [ 1387217.700535611249506, 5856716.320352808572352 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1105", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 924.4000244140625, "elevtn_dn": 940.0, "invlev_up": 921.9000244140625, "invlev_dn": 937.5, "manhole_up": "manhole_222_generated", "manhole_dn": "manhole_223_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387217.700535611249506, 5856716.320352808572352 ], [ 1387252.016686553368345, 5856752.649443434551358 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1106", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 940.0, "elevtn_dn": 940.0, "invlev_up": 937.5, "invlev_dn": 937.5, "manhole_up": "manhole_223_generated", "manhole_dn": "manhole_224_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387252.016686553368345, 5856752.649443434551358 ], [ 1387284.798919493798167, 5856790.190159549936652 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1107", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 940.0, "elevtn_dn": 894.29998779296875, "invlev_up": 937.5, "invlev_dn": 891.79998779296875, "manhole_up": "manhole_224_generated", "manhole_dn": "manhole_225_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387284.798919493798167, 5856790.190159549936652 ], [ 1387273.050185391213745, 5856831.931571422144771 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1108", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 894.29998779296875, "elevtn_dn": 891.5, "invlev_up": 891.79998779296875, "invlev_dn": 889.0, "manhole_up": "manhole_225_generated", "manhole_dn": "manhole_226_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387273.050185391213745, 5856831.931571422144771 ], [ 1387226.106990416301414, 5856849.145192969590425 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1109", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 891.5, "elevtn_dn": 891.5, "invlev_up": 889.0, "invlev_dn": 889.0, "manhole_up": "manhole_226_generated", "manhole_dn": "manhole_227_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387226.106990416301414, 5856849.145192969590425 ], [ 1387179.163795441389084, 5856866.358814516104758 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1110", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 891.5, "elevtn_dn": 881.0, "invlev_up": 889.0, "invlev_dn": 878.5, "manhole_up": "manhole_227_generated", "manhole_dn": "manhole_228_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387179.163795441389084, 5856866.358814516104758 ], [ 1387132.220600466709584, 5856883.572436063550413 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1111", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 881.0, "elevtn_dn": 881.0, "invlev_up": 878.5, "invlev_dn": 878.5, "manhole_up": "manhole_228_generated", "manhole_dn": "manhole_229_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387132.220600466709584, 5856883.572436063550413 ], [ 1387091.513159692520276, 5856911.129930667579174 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1112", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 881.0, "elevtn_dn": 881.0, "invlev_up": 878.5, "invlev_dn": 878.5, "manhole_up": "manhole_229_generated", "manhole_dn": "manhole_230_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387091.513159692520276, 5856911.129930667579174 ], [ 1387071.007118243258446, 5856956.15559543017298 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1113", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 881.0, "elevtn_dn": 881.0, "invlev_up": 878.5, "invlev_dn": 878.5, "manhole_up": "manhole_230_generated", "manhole_dn": "manhole_231_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387071.007118243258446, 5856956.15559543017298 ], [ 1387043.749112035380676, 5856996.689189162105322 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1114", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 881.0, "elevtn_dn": 856.5, "invlev_up": 878.5, "invlev_dn": 854.0, "manhole_up": "manhole_231_generated", "manhole_dn": "manhole_232_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387043.749112035380676, 5856996.689189162105322 ], [ 1387004.639443967491388, 5857027.840532388538122 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1115", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 856.5, "elevtn_dn": 856.5, "invlev_up": 854.0, "invlev_dn": 854.0, "manhole_up": "manhole_232_generated", "manhole_dn": "manhole_233_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387004.639443967491388, 5857027.840532388538122 ], [ 1386965.529775899834931, 5857058.991875615902245 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1116", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 856.5, "elevtn_dn": 856.5, "invlev_up": 854.0, "invlev_dn": 854.0, "manhole_up": "manhole_233_generated", "manhole_dn": "manhole_234_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386965.529775899834931, 5857058.991875615902245 ], [ 1386926.702535050921142, 5857090.440239730291069 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1117", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 856.5, "elevtn_dn": 856.5, "invlev_up": 854.0, "invlev_dn": 854.0, "manhole_up": "manhole_234_generated", "manhole_dn": "manhole_235_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386926.702535050921142, 5857090.440239730291069 ], [ 1386899.700979894958436, 5857131.871505072340369 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1118", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 856.5, "elevtn_dn": 856.5, "invlev_up": 854.0, "invlev_dn": 854.0, "manhole_up": "manhole_235_generated", "manhole_dn": "manhole_236_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386899.700979894958436, 5857131.871505072340369 ], [ 1386903.6263940166682, 5857181.005935152061284 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1119", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 856.5, "elevtn_dn": 867.29998779296875, "invlev_up": 854.0, "invlev_dn": 864.79998779296875, "manhole_up": "manhole_236_generated", "manhole_dn": "manhole_237_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386903.6263940166682, 5857181.005935152061284 ], [ 1386920.841401966754347, 5857227.85734468139708 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1120", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 867.29998779296875, "elevtn_dn": 867.29998779296875, "invlev_up": 864.79998779296875, "invlev_dn": 864.79998779296875, "manhole_up": "manhole_237_generated", "manhole_dn": "manhole_238_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386920.841401966754347, 5857227.85734468139708 ], [ 1386940.647245415020734, 5857273.767048302106559 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1121", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 867.29998779296875, "elevtn_dn": 879.0, "invlev_up": 864.79998779296875, "invlev_dn": 876.5, "manhole_up": "manhole_238_generated", "manhole_dn": "manhole_239_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386940.647245415020734, 5857273.767048302106559 ], [ 1386960.453088863519952, 5857319.676751921884716 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1122", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 879.0, "elevtn_dn": 884.5, "invlev_up": 876.5, "invlev_dn": 882.0, "manhole_up": "manhole_239_generated", "manhole_dn": "manhole_240_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386960.453088863519952, 5857319.676751921884716 ], [ 1386980.258932311786339, 5857365.586455542594194 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1123", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 884.5, "elevtn_dn": 884.5, "invlev_up": 882.0, "invlev_dn": 882.0, "manhole_up": "manhole_240_generated", "manhole_dn": "manhole_241_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386980.258932311786339, 5857365.586455542594194 ], [ 1387000.064775760285556, 5857411.496159162372351 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1124", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 884.5, "elevtn_dn": 884.5, "invlev_up": 882.0, "invlev_dn": 882.0, "manhole_up": "manhole_241_generated", "manhole_dn": "manhole_242_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387000.064775760285556, 5857411.496159162372351 ], [ 1387007.528902114601806, 5857459.537025099620223 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1125", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 884.5, "elevtn_dn": 893.20001220703125, "invlev_up": 882.0, "invlev_dn": 890.70001220703125, "manhole_up": "manhole_242_generated", "manhole_dn": "manhole_243_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387007.528902114601806, 5857459.537025099620223 ], [ 1386963.21676475298591, 5857476.629049208015203 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1126", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 893.20001220703125, "elevtn_dn": 893.70001220703125, "invlev_up": 890.70001220703125, "invlev_dn": 891.20001220703125, "manhole_up": "manhole_243_generated", "manhole_dn": "manhole_244_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386963.21676475298591, 5857476.629049208015203 ], [ 1386913.783934087026864, 5857484.135433598421514 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1127", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 893.70001220703125, "elevtn_dn": 893.70001220703125, "invlev_up": 891.20001220703125, "invlev_dn": 891.20001220703125, "manhole_up": "manhole_244_generated", "manhole_dn": "manhole_245_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386913.783934087026864, 5857484.135433598421514 ], [ 1386870.539328352315351, 5857507.055611960589886 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1128", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 893.70001220703125, "elevtn_dn": 889.70001220703125, "invlev_up": 891.20001220703125, "invlev_dn": 887.20001220703125, "manhole_up": "manhole_245_generated", "manhole_dn": "manhole_246_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386870.539328352315351, 5857507.055611960589886 ], [ 1386832.820274166297168, 5857539.877026806585491 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1129", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 889.70001220703125, "elevtn_dn": 889.70001220703125, "invlev_up": 887.20001220703125, "invlev_dn": 887.20001220703125, "manhole_up": "manhole_246_generated", "manhole_dn": "manhole_247_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386832.820274166297168, 5857539.877026806585491 ], [ 1386795.101531907683238, 5857572.698800123296678 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1130", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 889.70001220703125, "elevtn_dn": 872.4000244140625, "invlev_up": 887.20001220703125, "invlev_dn": 869.9000244140625, "manhole_up": "manhole_247_generated", "manhole_dn": "manhole_248_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386795.101531907683238, 5857572.698800123296678 ], [ 1386758.257366374600679, 5857606.496797049418092 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1131", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 872.4000244140625, "elevtn_dn": 872.4000244140625, "invlev_up": 869.9000244140625, "invlev_dn": 869.9000244140625, "manhole_up": "manhole_248_generated", "manhole_dn": "manhole_249_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386758.257366374600679, 5857606.496797049418092 ], [ 1386721.502390186069533, 5857640.394349270500243 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1132", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 872.4000244140625, "elevtn_dn": 872.4000244140625, "invlev_up": 869.9000244140625, "invlev_dn": 869.9000244140625, "manhole_up": "manhole_249_generated", "manhole_dn": "manhole_250_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386721.502390186069533, 5857640.394349270500243 ], [ 1386691.639095245627686, 5857680.292891399934888 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1133", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 872.4000244140625, "elevtn_dn": 860.70001220703125, "invlev_up": 869.9000244140625, "invlev_dn": 858.20001220703125, "manhole_up": "manhole_250_generated", "manhole_dn": "manhole_251_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386691.639095245627686, 5857680.292891399934888 ], [ 1386663.127201205352321, 5857721.366519738920033 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1134", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 860.70001220703125, "elevtn_dn": 864.10003662109375, "invlev_up": 858.20001220703125, "invlev_dn": 861.60003662109375, "manhole_up": "manhole_251_generated", "manhole_dn": "manhole_252_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386663.127201205352321, 5857721.366519738920033 ], [ 1386634.70784462057054, 5857762.504245642572641 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1135", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 864.10003662109375, "elevtn_dn": 864.10003662109375, "invlev_up": 861.60003662109375, "invlev_dn": 861.60003662109375, "manhole_up": "manhole_252_generated", "manhole_dn": "manhole_253_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386634.70784462057054, 5857762.504245642572641 ], [ 1386606.28848803602159, 5857803.64197154622525 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1136", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 864.10003662109375, "elevtn_dn": 864.10003662109375, "invlev_up": 861.60003662109375, "invlev_dn": 861.60003662109375, "manhole_up": "manhole_253_generated", "manhole_dn": "manhole_254_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386606.28848803602159, 5857803.64197154622525 ], [ 1386577.851668093586341, 5857844.766917760483921 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1137", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 864.10003662109375, "elevtn_dn": 836.10003662109375, "invlev_up": 861.60003662109375, "invlev_dn": 833.60003662109375, "manhole_up": "manhole_254_generated", "manhole_dn": "manhole_255_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386577.851668093586341, 5857844.766917760483921 ], [ 1386559.479123871540651, 5857890.340473555959761 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1138", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 836.10003662109375, "elevtn_dn": 836.10003662109375, "invlev_up": 833.60003662109375, "invlev_dn": 833.60003662109375, "manhole_up": "manhole_255_generated", "manhole_dn": "manhole_256_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386559.479123871540651, 5857890.340473555959761 ], [ 1386576.858566463226452, 5857935.633445805869997 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1139", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 836.10003662109375, "elevtn_dn": 854.9000244140625, "invlev_up": 833.60003662109375, "invlev_dn": 852.4000244140625, "manhole_up": "manhole_256_generated", "manhole_dn": "manhole_257_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386576.858566463226452, 5857935.633445805869997 ], [ 1386619.073707325849682, 5857961.189545376226306 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1140", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 854.9000244140625, "elevtn_dn": 854.9000244140625, "invlev_up": 852.4000244140625, "invlev_dn": 852.4000244140625, "manhole_up": "manhole_257_generated", "manhole_dn": "manhole_258_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386619.073707325849682, 5857961.189545376226306 ], [ 1386664.860782509436831, 5857981.27706332411617 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1141", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 854.9000244140625, "elevtn_dn": 871.60003662109375, "invlev_up": 852.4000244140625, "invlev_dn": 869.10003662109375, "manhole_up": "manhole_258_generated", "manhole_dn": "manhole_259_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386664.860782509436831, 5857981.27706332411617 ], [ 1386710.721602912992239, 5858001.195835201069713 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1142", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 871.60003662109375, "elevtn_dn": 865.10003662109375, "invlev_up": 869.10003662109375, "invlev_dn": 862.60003662109375, "manhole_up": "manhole_259_generated", "manhole_dn": "manhole_260_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386710.721602912992239, 5858001.195835201069713 ], [ 1386756.582423316547647, 5858021.114607078954577 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1143", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 865.10003662109375, "elevtn_dn": 864.70001220703125, "invlev_up": 862.60003662109375, "invlev_dn": 862.20001220703125, "manhole_up": "manhole_260_generated", "manhole_dn": "manhole_261_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386756.582423316547647, 5858021.114607078954577 ], [ 1386802.443243720103055, 5858041.033378956839442 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1144", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 864.70001220703125, "elevtn_dn": 864.70001220703125, "invlev_up": 862.20001220703125, "invlev_dn": 862.20001220703125, "manhole_up": "manhole_261_generated", "manhole_dn": "manhole_262_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386802.443243720103055, 5858041.033378956839442 ], [ 1386848.304064123658463, 5858060.952150834724307 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1145", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 864.70001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 862.20001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_262_generated", "manhole_dn": "manhole_263_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386848.304064123658463, 5858060.952150834724307 ], [ 1386892.843548113014549, 5858083.471454747952521 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1146", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 859.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 856.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_263_generated", "manhole_dn": "manhole_264_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386892.843548113014549, 5858083.471454747952521 ], [ 1386931.443847785238177, 5858115.251781782135367 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1147", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 859.20001220703125, "elevtn_dn": 853.60003662109375, "invlev_up": 856.70001220703125, "invlev_dn": 851.10003662109375, "manhole_up": "manhole_264_generated", "manhole_dn": "manhole_265_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386931.443847785238177, 5858115.251781782135367 ], [ 1386970.044147457228974, 5858147.032108817249537 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1148", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 853.60003662109375, "elevtn_dn": 853.60003662109375, "invlev_up": 851.10003662109375, "invlev_dn": 851.10003662109375, "manhole_up": "manhole_265_generated", "manhole_dn": "manhole_266_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386970.044147457228974, 5858147.032108817249537 ], [ 1387008.644447129452601, 5858178.812435851432383 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1149", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 853.60003662109375, "elevtn_dn": 842.4000244140625, "invlev_up": 851.10003662109375, "invlev_dn": 839.9000244140625, "manhole_up": "manhole_266_generated", "manhole_dn": "manhole_267_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387008.644447129452601, 5858178.812435851432383 ], [ 1387047.244746801443398, 5858210.592762886546552 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1150", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 842.4000244140625, "elevtn_dn": 842.4000244140625, "invlev_up": 839.9000244140625, "invlev_dn": 839.9000244140625, "manhole_up": "manhole_267_generated", "manhole_dn": "manhole_268_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387047.244746801443398, 5858210.592762886546552 ], [ 1387085.845046473667026, 5858242.373089920729399 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1151", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 842.4000244140625, "elevtn_dn": 842.4000244140625, "invlev_up": 839.9000244140625, "invlev_dn": 839.9000244140625, "manhole_up": "manhole_268_generated", "manhole_dn": "manhole_269_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387085.845046473667026, 5858242.373089920729399 ], [ 1387124.445346145657822, 5858274.153416955843568 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1152", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 842.4000244140625, "elevtn_dn": 827.60003662109375, "invlev_up": 839.9000244140625, "invlev_dn": 825.10003662109375, "manhole_up": "manhole_269_generated", "manhole_dn": "manhole_270_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387124.445346145657822, 5858274.153416955843568 ], [ 1387163.04564581788145, 5858305.933743990026414 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1153", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.60003662109375, "elevtn_dn": 827.60003662109375, "invlev_up": 825.10003662109375, "invlev_dn": 825.10003662109375, "manhole_up": "manhole_270_generated", "manhole_dn": "manhole_271_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387163.04564581788145, 5858305.933743990026414 ], [ 1387201.829349192325026, 5858337.489215047098696 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1154", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.60003662109375, "elevtn_dn": 837.60003662109375, "invlev_up": 825.10003662109375, "invlev_dn": 835.10003662109375, "manhole_up": "manhole_271_generated", "manhole_dn": "manhole_272_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387201.829349192325026, 5858337.489215047098696 ], [ 1387246.200623227981851, 5858359.687651782296598 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1155", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 837.60003662109375, "elevtn_dn": 837.60003662109375, "invlev_up": 835.10003662109375, "invlev_dn": 835.10003662109375, "manhole_up": "manhole_272_generated", "manhole_dn": "manhole_273_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387246.200623227981851, 5858359.687651782296598 ], [ 1387293.201938283629715, 5858376.741938757710159 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1156", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 837.60003662109375, "elevtn_dn": 843.79998779296875, "invlev_up": 835.10003662109375, "invlev_dn": 841.29998779296875, "manhole_up": "manhole_273_generated", "manhole_dn": "manhole_274_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387293.201938283629715, 5858376.741938757710159 ], [ 1387334.200528149493039, 5858401.732468435540795 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1157", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 843.79998779296875, "elevtn_dn": 822.60003662109375, "invlev_up": 841.29998779296875, "invlev_dn": 820.10003662109375, "manhole_up": "manhole_274_generated", "manhole_dn": "manhole_275_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387334.200528149493039, 5858401.732468435540795 ], [ 1387307.843875054037198, 5858437.110805934295058 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1158", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 822.60003662109375, "elevtn_dn": 822.60003662109375, "invlev_up": 820.10003662109375, "invlev_dn": 820.10003662109375, "manhole_up": "manhole_275_generated", "manhole_dn": "manhole_276_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387307.843875054037198, 5858437.110805934295058 ], [ 1387260.279569417703897, 5858425.045736069791019 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1159", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 822.60003662109375, "elevtn_dn": 827.60003662109375, "invlev_up": 820.10003662109375, "invlev_dn": 825.10003662109375, "manhole_up": "manhole_276_generated", "manhole_dn": "manhole_277_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387260.279569417703897, 5858425.045736069791019 ], [ 1387211.448235018178821, 5858414.300554806366563 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1160", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.60003662109375, "elevtn_dn": 827.60003662109375, "invlev_up": 825.10003662109375, "invlev_dn": 825.10003662109375, "manhole_up": "manhole_277_generated", "manhole_dn": "manhole_278_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387211.448235018178821, 5858414.300554806366563 ], [ 1387162.612191663123667, 5858403.576134512200952 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1161", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.60003662109375, "elevtn_dn": 822.29998779296875, "invlev_up": 825.10003662109375, "invlev_dn": 819.79998779296875, "manhole_up": "manhole_278_generated", "manhole_dn": "manhole_279_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387162.612191663123667, 5858403.576134512200952 ], [ 1387113.700150535441935, 5858393.210482948459685 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1162", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 822.29998779296875, "elevtn_dn": 822.29998779296875, "invlev_up": 819.79998779296875, "invlev_dn": 819.79998779296875, "manhole_up": "manhole_279_generated", "manhole_dn": "manhole_280_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387113.700150535441935, 5858393.210482948459685 ], [ 1387064.993171223672107, 5858381.975642333738506 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1163", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 822.29998779296875, "elevtn_dn": 827.79998779296875, "invlev_up": 819.79998779296875, "invlev_dn": 825.29998779296875, "manhole_up": "manhole_280_generated", "manhole_dn": "manhole_281_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387064.993171223672107, 5858381.975642333738506 ], [ 1387015.796386598376557, 5858376.342007979750633 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1164", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.79998779296875, "elevtn_dn": 827.79998779296875, "invlev_up": 825.29998779296875, "invlev_dn": 825.29998779296875, "manhole_up": "manhole_281_generated", "manhole_dn": "manhole_282_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387015.796386598376557, 5858376.342007979750633 ], [ 1386966.208506174152717, 5858382.746259398758411 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1165", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.79998779296875, "elevtn_dn": 833.9000244140625, "invlev_up": 825.29998779296875, "invlev_dn": 831.4000244140625, "manhole_up": "manhole_282_generated", "manhole_dn": "manhole_283_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386966.208506174152717, 5858382.746259398758411 ], [ 1386916.676812386140227, 5858389.559525708667934 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1166", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 833.9000244140625, "elevtn_dn": 833.9000244140625, "invlev_up": 831.4000244140625, "invlev_dn": 831.4000244140625, "manhole_up": "manhole_283_generated", "manhole_dn": "manhole_284_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386916.676812386140227, 5858389.559525708667934 ], [ 1386867.198860567295924, 5858396.764010772109032 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1167", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 833.9000244140625, "elevtn_dn": 833.20001220703125, "invlev_up": 831.4000244140625, "invlev_dn": 830.70001220703125, "manhole_up": "manhole_284_generated", "manhole_dn": "manhole_285_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386867.198860567295924, 5858396.764010772109032 ], [ 1386820.816385147860274, 5858411.854353901930153 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1168", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 833.20001220703125, "elevtn_dn": 809.60003662109375, "invlev_up": 830.70001220703125, "invlev_dn": 807.10003662109375, "manhole_up": "manhole_285_generated", "manhole_dn": "manhole_286_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386820.816385147860274, 5858411.854353901930153 ], [ 1386841.361234750133008, 5858445.514383808709681 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1169", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.60003662109375, "elevtn_dn": 809.79998779296875, "invlev_up": 807.10003662109375, "invlev_dn": 807.29998779296875, "manhole_up": "manhole_286_generated", "manhole_dn": "manhole_287_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386841.361234750133008, 5858445.514383808709681 ], [ 1386890.796275103231892, 5858452.915634987875819 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1170", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.79998779296875, "elevtn_dn": 809.79998779296875, "invlev_up": 807.29998779296875, "invlev_dn": 807.29998779296875, "manhole_up": "manhole_287_generated", "manhole_dn": "manhole_288_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386890.796275103231892, 5858452.915634987875819 ], [ 1386940.277140651131049, 5858460.100081093609333 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1171", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.79998779296875, "elevtn_dn": 805.4000244140625, "invlev_up": 807.29998779296875, "invlev_dn": 802.9000244140625, "manhole_up": "manhole_288_generated", "manhole_dn": "manhole_289_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386940.277140651131049, 5858460.100081093609333 ], [ 1386989.847997799050063, 5858466.483407464809716 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1172", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 805.4000244140625, "elevtn_dn": 805.4000244140625, "invlev_up": 802.9000244140625, "invlev_dn": 802.9000244140625, "manhole_up": "manhole_289_generated", "manhole_dn": "manhole_290_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386989.847997799050063, 5858466.483407464809716 ], [ 1387039.689648573985323, 5858470.45608530472964 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1173", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 805.4000244140625, "elevtn_dn": 804.60003662109375, "invlev_up": 802.9000244140625, "invlev_dn": 802.10003662109375, "manhole_up": "manhole_290_generated", "manhole_dn": "manhole_291_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387039.689648573985323, 5858470.45608530472964 ], [ 1387088.843806148739532, 5858479.424946941435337 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1174", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.60003662109375, "elevtn_dn": 809.9000244140625, "invlev_up": 802.10003662109375, "invlev_dn": 807.4000244140625, "manhole_up": "manhole_291_generated", "manhole_dn": "manhole_292_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387088.843806148739532, 5858479.424946941435337 ], [ 1387137.90604472765699, 5858489.061806742101908 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1175", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.9000244140625, "elevtn_dn": 809.9000244140625, "invlev_up": 807.4000244140625, "invlev_dn": 807.4000244140625, "manhole_up": "manhole_292_generated", "manhole_dn": "manhole_293_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387137.90604472765699, 5858489.061806742101908 ], [ 1387186.336529975291342, 5858500.87968063633889 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1176", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.9000244140625, "elevtn_dn": 822.60003662109375, "invlev_up": 807.4000244140625, "invlev_dn": 820.10003662109375, "manhole_up": "manhole_293_generated", "manhole_dn": "manhole_294_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387186.336529975291342, 5858500.87968063633889 ], [ 1387231.661050535272807, 5858521.423059928230941 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1177", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 822.60003662109375, "elevtn_dn": 787.70001220703125, "invlev_up": 820.10003662109375, "invlev_dn": 785.20001220703125, "manhole_up": "manhole_294_generated", "manhole_dn": "manhole_295_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387231.661050535272807, 5858521.423059928230941 ], [ 1387268.120024613803253, 5858555.03504909388721 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1178", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 787.70001220703125, "elevtn_dn": 787.70001220703125, "invlev_up": 785.20001220703125, "invlev_dn": 785.20001220703125, "manhole_up": "manhole_295_generated", "manhole_dn": "manhole_296_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387268.120024613803253, 5858555.03504909388721 ], [ 1387300.917169471969828, 5858592.775208213366568 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1179", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 787.70001220703125, "elevtn_dn": 797.10003662109375, "invlev_up": 785.20001220703125, "invlev_dn": 794.60003662109375, "manhole_up": "manhole_296_generated", "manhole_dn": "manhole_297_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387300.917169471969828, 5858592.775208213366568 ], [ 1387340.521646688459441, 5858622.315198052674532 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1180", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 797.10003662109375, "elevtn_dn": 797.10003662109375, "invlev_up": 794.60003662109375, "invlev_dn": 794.60003662109375, "manhole_up": "manhole_297_generated", "manhole_dn": "manhole_298_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387340.521646688459441, 5858622.315198052674532 ], [ 1387387.476920192595571, 5858639.495844470337033 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1181", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 797.10003662109375, "elevtn_dn": 806.10003662109375, "invlev_up": 794.60003662109375, "invlev_dn": 803.60003662109375, "manhole_up": "manhole_298_generated", "manhole_dn": "manhole_299_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387387.476920192595571, 5858639.495844470337033 ], [ 1387436.116963447071612, 5858650.82861250359565 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1182", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.10003662109375, "elevtn_dn": 806.10003662109375, "invlev_up": 803.60003662109375, "invlev_dn": 803.60003662109375, "manhole_up": "manhole_299_generated", "manhole_dn": "manhole_300_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387436.116963447071612, 5858650.82861250359565 ], [ 1387485.194103535497561, 5858660.261457678861916 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1183", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.10003662109375, "elevtn_dn": 807.70001220703125, "invlev_up": 803.60003662109375, "invlev_dn": 805.20001220703125, "manhole_up": "manhole_300_generated", "manhole_dn": "manhole_301_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387485.194103535497561, 5858660.261457678861916 ], [ 1387533.804190448950976, 5858671.493853995576501 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1184", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.70001220703125, "elevtn_dn": 772.20001220703125, "invlev_up": 805.20001220703125, "invlev_dn": 769.70001220703125, "manhole_up": "manhole_301_generated", "manhole_dn": "manhole_302_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387533.804190448950976, 5858671.493853995576501 ], [ 1387580.2968336828053, 5858689.619015210308135 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1185", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 772.20001220703125, "elevtn_dn": 778.79998779296875, "invlev_up": 769.70001220703125, "invlev_dn": 776.29998779296875, "manhole_up": "manhole_302_generated", "manhole_dn": "manhole_303_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387580.2968336828053, 5858689.619015210308135 ], [ 1387628.455277157016098, 5858703.062848121859133 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1186", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.79998779296875, "elevtn_dn": 778.79998779296875, "invlev_up": 776.29998779296875, "invlev_dn": 776.29998779296875, "manhole_up": "manhole_303_generated", "manhole_dn": "manhole_304_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387628.455277157016098, 5858703.062848121859133 ], [ 1387677.211432087467983, 5858713.7862489502877 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1187", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.79998779296875, "elevtn_dn": 786.70001220703125, "invlev_up": 776.29998779296875, "invlev_dn": 784.20001220703125, "manhole_up": "manhole_304_generated", "manhole_dn": "manhole_305_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387677.211432087467983, 5858713.7862489502877 ], [ 1387726.995392211945727, 5858712.747126803733408 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1188", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.70001220703125, "elevtn_dn": 786.70001220703125, "invlev_up": 784.20001220703125, "invlev_dn": 784.20001220703125, "manhole_up": "manhole_305_generated", "manhole_dn": "manhole_306_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387726.995392211945727, 5858712.747126803733408 ], [ 1387773.343349169706926, 5858725.014477553777397 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1189", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.70001220703125, "elevtn_dn": 797.70001220703125, "invlev_up": 784.20001220703125, "invlev_dn": 795.20001220703125, "manhole_up": "manhole_306_generated", "manhole_dn": "manhole_307_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387773.343349169706926, 5858725.014477553777397 ], [ 1387806.363672176143155, 5858762.310494473204017 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1190", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 797.70001220703125, "elevtn_dn": 797.70001220703125, "invlev_up": 795.20001220703125, "invlev_dn": 795.20001220703125, "manhole_up": "manhole_307_generated", "manhole_dn": "manhole_308_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387806.363672176143155, 5858762.310494473204017 ], [ 1387799.717027904232964, 5858810.149600365199149 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1191", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 797.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 795.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_308_generated", "manhole_dn": "manhole_309_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387799.717027904232964, 5858810.149600365199149 ], [ 1387771.971139753237367, 5858850.86109375115484 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1192", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_309_generated", "manhole_dn": "manhole_310_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387771.971139753237367, 5858850.86109375115484 ], [ 1387723.07675126590766, 5858854.679317841306329 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1193", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_310_generated", "manhole_dn": "manhole_311_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387723.07675126590766, 5858854.679317841306329 ], [ 1387673.274138238513842, 5858850.996178055182099 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1194", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_311_generated", "manhole_dn": "manhole_312_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387673.274138238513842, 5858850.996178055182099 ], [ 1387624.170362570788711, 5858858.384703231044114 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1195", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_312_generated", "manhole_dn": "manhole_313_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387624.170362570788711, 5858858.384703231044114 ], [ 1387575.715393897145987, 5858857.046076283790171 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1196", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_313_generated", "manhole_dn": "manhole_314_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387575.715393897145987, 5858857.046076283790171 ], [ 1387529.438332577701658, 5858838.116818149574101 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1197", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.70001220703125, "elevtn_dn": 752.70001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 750.20001220703125, "manhole_up": "manhole_314_generated", "manhole_dn": "manhole_315_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387529.438332577701658, 5858838.116818149574101 ], [ 1387481.179235466290265, 5858825.222027675248682 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1198", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.70001220703125, "elevtn_dn": 777.20001220703125, "invlev_up": 750.20001220703125, "invlev_dn": 774.70001220703125, "manhole_up": "manhole_315_generated", "manhole_dn": "manhole_316_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387481.179235466290265, 5858825.222027675248682 ], [ 1387432.215501294471323, 5858815.797906777821481 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1199", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.20001220703125, "elevtn_dn": 772.79998779296875, "invlev_up": 774.70001220703125, "invlev_dn": 770.29998779296875, "manhole_up": "manhole_316_generated", "manhole_dn": "manhole_317_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387432.215501294471323, 5858815.797906777821481 ], [ 1387382.431881646160036, 5858811.154251328669488 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1200", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 772.79998779296875, "elevtn_dn": 747.10003662109375, "invlev_up": 770.29998779296875, "invlev_dn": 744.60003662109375, "manhole_up": "manhole_317_generated", "manhole_dn": "manhole_318_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387382.431881646160036, 5858811.154251328669488 ], [ 1387336.607072548242286, 5858824.075685098767281 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1201", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 747.10003662109375, "elevtn_dn": 747.10003662109375, "invlev_up": 744.60003662109375, "invlev_dn": 744.60003662109375, "manhole_up": "manhole_318_generated", "manhole_dn": "manhole_319_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387336.607072548242286, 5858824.075685098767281 ], [ 1387327.458137275883928, 5858870.88596049696207 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1202", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 747.10003662109375, "elevtn_dn": 747.10003662109375, "invlev_up": 744.60003662109375, "invlev_dn": 744.60003662109375, "manhole_up": "manhole_319_generated", "manhole_dn": "manhole_320_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387327.458137275883928, 5858870.88596049696207 ], [ 1387344.619252334116027, 5858917.848375800997019 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1203", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 747.10003662109375, "elevtn_dn": 773.70001220703125, "invlev_up": 744.60003662109375, "invlev_dn": 771.20001220703125, "manhole_up": "manhole_320_generated", "manhole_dn": "manhole_321_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387344.619252334116027, 5858917.848375800997019 ], [ 1387358.089983508689329, 5858965.710649829357862 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1204", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 773.70001220703125, "elevtn_dn": 773.70001220703125, "invlev_up": 771.20001220703125, "invlev_dn": 771.20001220703125, "manhole_up": "manhole_321_generated", "manhole_dn": "manhole_322_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387358.089983508689329, 5858965.710649829357862 ], [ 1387329.564612702699378, 5859003.583583393134177 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1205", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 773.70001220703125, "elevtn_dn": 774.29998779296875, "invlev_up": 771.20001220703125, "invlev_dn": 771.79998779296875, "manhole_up": "manhole_322_generated", "manhole_dn": "manhole_323_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387329.564612702699378, 5859003.583583393134177 ], [ 1387285.783744251355529, 5858993.703191691078246 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1206", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 774.29998779296875, "elevtn_dn": 774.29998779296875, "invlev_up": 771.79998779296875, "invlev_dn": 771.79998779296875, "manhole_up": "manhole_323_generated", "manhole_dn": "manhole_324_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387285.783744251355529, 5858993.703191691078246 ], [ 1387248.355973182013258, 5858961.31797497626394 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1207", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 774.29998779296875, "elevtn_dn": 769.4000244140625, "invlev_up": 771.79998779296875, "invlev_dn": 766.9000244140625, "manhole_up": "manhole_324_generated", "manhole_dn": "manhole_325_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387248.355973182013258, 5858961.31797497626394 ], [ 1387199.500433639157563, 5858963.645901591517031 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1208", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 769.4000244140625, "elevtn_dn": 769.4000244140625, "invlev_up": 766.9000244140625, "invlev_dn": 766.9000244140625, "manhole_up": "manhole_325_generated", "manhole_dn": "manhole_326_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387199.500433639157563, 5858963.645901591517031 ], [ 1387151.482699199579656, 5858977.583961015567183 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1209", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 769.4000244140625, "elevtn_dn": 762.60003662109375, "invlev_up": 766.9000244140625, "invlev_dn": 760.10003662109375, "manhole_up": "manhole_326_generated", "manhole_dn": "manhole_327_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387151.482699199579656, 5858977.583961015567183 ], [ 1387103.632611613254994, 5858992.082134889438748 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1210", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.60003662109375, "elevtn_dn": 762.60003662109375, "invlev_up": 760.10003662109375, "invlev_dn": 760.10003662109375, "manhole_up": "manhole_327_generated", "manhole_dn": "manhole_328_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387103.632611613254994, 5858992.082134889438748 ], [ 1387055.853339510038495, 5859006.816905959509313 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1211", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.60003662109375, "elevtn_dn": 755.79998779296875, "invlev_up": 760.10003662109375, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_328_generated", "manhole_dn": "manhole_329_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387055.853339510038495, 5859006.816905959509313 ], [ 1387008.074067406589165, 5859021.551677029579878 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1212", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 755.79998779296875, "elevtn_dn": 755.79998779296875, "invlev_up": 753.29998779296875, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_329_generated", "manhole_dn": "manhole_330_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387008.074067406589165, 5859021.551677029579878 ], [ 1386960.294795303372666, 5859036.286448099650443 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1213", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 755.79998779296875, "elevtn_dn": 749.5, "invlev_up": 753.29998779296875, "invlev_dn": 747.0, "manhole_up": "manhole_330_generated", "manhole_dn": "manhole_331_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386960.294795303372666, 5859036.286448099650443 ], [ 1386912.515523200156167, 5859051.021219169721007 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1214", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 749.5, "elevtn_dn": 749.5, "invlev_up": 747.0, "invlev_dn": 747.0, "manhole_up": "manhole_331_generated", "manhole_dn": "manhole_332_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386912.515523200156167, 5859051.021219169721007 ], [ 1386864.736251096706837, 5859065.755990239791572 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1215", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 749.5, "elevtn_dn": 727.10003662109375, "invlev_up": 747.0, "invlev_dn": 724.60003662109375, "manhole_up": "manhole_332_generated", "manhole_dn": "manhole_333_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386864.736251096706837, 5859065.755990239791572 ], [ 1386816.956978993490338, 5859080.490761309862137 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1216", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 727.10003662109375, "elevtn_dn": 752.29998779296875, "invlev_up": 724.60003662109375, "invlev_dn": 749.79998779296875, "manhole_up": "manhole_333_generated", "manhole_dn": "manhole_334_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386816.956978993490338, 5859080.490761309862137 ], [ 1386769.832018451532349, 5859096.976014334708452 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1217", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.29998779296875, "elevtn_dn": 738.0, "invlev_up": 749.79998779296875, "invlev_dn": 735.5, "manhole_up": "manhole_334_generated", "manhole_dn": "manhole_335_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386769.832018451532349, 5859096.976014334708452 ], [ 1386724.102282747160643, 5859117.193917133845389 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1218", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 738.0, "elevtn_dn": 738.0, "invlev_up": 735.5, "invlev_dn": 735.5, "manhole_up": "manhole_335_generated", "manhole_dn": "manhole_336_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386724.102282747160643, 5859117.193917133845389 ], [ 1386678.372547042788938, 5859137.411819933913648 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1219", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 738.0, "elevtn_dn": 732.79998779296875, "invlev_up": 735.5, "invlev_dn": 730.29998779296875, "manhole_up": "manhole_336_generated", "manhole_dn": "manhole_337_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386678.372547042788938, 5859137.411819933913648 ], [ 1386632.642811338417232, 5859157.629722733050585 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1220", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.79998779296875, "elevtn_dn": 732.79998779296875, "invlev_up": 730.29998779296875, "invlev_dn": 730.29998779296875, "manhole_up": "manhole_337_generated", "manhole_dn": "manhole_338_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386632.642811338417232, 5859157.629722733050585 ], [ 1386586.913075634045526, 5859177.847625533118844 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1221", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.79998779296875, "elevtn_dn": 732.60003662109375, "invlev_up": 730.29998779296875, "invlev_dn": 730.10003662109375, "manhole_up": "manhole_338_generated", "manhole_dn": "manhole_339_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386586.913075634045526, 5859177.847625533118844 ], [ 1386541.181931287748739, 5859198.062337793409824 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1222", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.60003662109375, "elevtn_dn": 732.60003662109375, "invlev_up": 730.10003662109375, "invlev_dn": 730.10003662109375, "manhole_up": "manhole_339_generated", "manhole_dn": "manhole_340_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386541.181931287748739, 5859198.062337793409824 ], [ 1386495.431538854492828, 5859218.233453613705933 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1223", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.60003662109375, "elevtn_dn": 742.5, "invlev_up": 730.10003662109375, "invlev_dn": 740.0, "manhole_up": "manhole_340_generated", "manhole_dn": "manhole_341_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386495.431538854492828, 5859218.233453613705933 ], [ 1386449.681146421469748, 5859238.404569433070719 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1224", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 742.5, "elevtn_dn": 742.5, "invlev_up": 740.0, "invlev_dn": 740.0, "manhole_up": "manhole_341_generated", "manhole_dn": "manhole_342_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386449.681146421469748, 5859238.404569433070719 ], [ 1386404.749107032548636, 5859260.314221715554595 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1225", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 742.5, "elevtn_dn": 717.60003662109375, "invlev_up": 740.0, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_342_generated", "manhole_dn": "manhole_343_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386404.749107032548636, 5859260.314221715554595 ], [ 1386360.756595908896998, 5859284.020064728334546 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1226", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 717.60003662109375, "elevtn_dn": 717.60003662109375, "invlev_up": 715.10003662109375, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_343_generated", "manhole_dn": "manhole_344_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386360.756595908896998, 5859284.020064728334546 ], [ 1386317.622744857333601, 5859309.307279178872705 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1227", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 717.60003662109375, "elevtn_dn": 711.0, "invlev_up": 715.10003662109375, "invlev_dn": 708.5, "manhole_up": "manhole_344_generated", "manhole_dn": "manhole_345_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386317.622744857333601, 5859309.307279178872705 ], [ 1386274.488893805770203, 5859334.594493629410863 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1228", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 711.0, "elevtn_dn": 717.60003662109375, "invlev_up": 708.5, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_345_generated", "manhole_dn": "manhole_346_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386274.488893805770203, 5859334.594493629410863 ], [ 1386231.354723542230204, 5859359.881163572892547 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1229", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 717.60003662109375, "elevtn_dn": 739.0, "invlev_up": 715.10003662109375, "invlev_dn": 736.5, "manhole_up": "manhole_346_generated", "manhole_dn": "manhole_347_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386231.354723542230204, 5859359.881163572892547 ], [ 1386188.788941488368437, 5859385.978958465158939 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1230", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 739.0, "elevtn_dn": 739.0, "invlev_up": 736.5, "invlev_dn": 736.5, "manhole_up": "manhole_347_generated", "manhole_dn": "manhole_348_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386188.788941488368437, 5859385.978958465158939 ], [ 1386153.170269979629666, 5859420.751348914578557 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1231", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 739.0, "elevtn_dn": 739.0, "invlev_up": 736.5, "invlev_dn": 736.5, "manhole_up": "manhole_348_generated", "manhole_dn": "manhole_349_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386153.170269979629666, 5859420.751348914578557 ], [ 1386127.241226618411019, 5859463.08446778729558 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1232", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 739.0, "elevtn_dn": 770.60003662109375, "invlev_up": 736.5, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_349_generated", "manhole_dn": "manhole_350_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386127.241226618411019, 5859463.08446778729558 ], [ 1386108.996456971857697, 5859509.052053713239729 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1233", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 770.60003662109375, "elevtn_dn": 770.60003662109375, "invlev_up": 768.10003662109375, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_350_generated", "manhole_dn": "manhole_351_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386108.996456971857697, 5859509.052053713239729 ], [ 1386105.954033384332433, 5859558.959127158857882 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1234", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 770.60003662109375, "elevtn_dn": 770.60003662109375, "invlev_up": 768.10003662109375, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_351_generated", "manhole_dn": "manhole_352_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386105.954033384332433, 5859558.959127158857882 ], [ 1386101.917093347059563, 5859608.782215913757682 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1235", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 770.60003662109375, "elevtn_dn": 779.79998779296875, "invlev_up": 768.10003662109375, "invlev_dn": 777.29998779296875, "manhole_up": "manhole_352_generated", "manhole_dn": "manhole_353_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386101.917093347059563, 5859608.782215913757682 ], [ 1386088.458339030388743, 5859656.652665913105011 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1236", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 779.79998779296875, "elevtn_dn": 779.79998779296875, "invlev_up": 777.29998779296875, "invlev_dn": 777.29998779296875, "manhole_up": "manhole_353_generated", "manhole_dn": "manhole_354_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386088.458339030388743, 5859656.652665913105011 ], [ 1386075.652030121767893, 5859704.419184413738549 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1237", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 779.79998779296875, "elevtn_dn": 779.79998779296875, "invlev_up": 777.29998779296875, "invlev_dn": 777.29998779296875, "manhole_up": "manhole_354_generated", "manhole_dn": "manhole_355_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386075.652030121767893, 5859704.419184413738549 ], [ 1386076.574770522769541, 5859754.410392354242504 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1238", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 779.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 777.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_355_generated", "manhole_dn": "manhole_356_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386076.574770522769541, 5859754.410392354242504 ], [ 1386077.497510923538357, 5859804.401600294746459 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_9_E1239", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_9", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_9", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_356_generated", "manhole_dn": "manhole_357_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386077.497510923538357, 5859804.401600294746459 ], [ 1386078.420251324307173, 5859854.392808235250413 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E195", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 814.29998779296875, "elevtn_dn": 802.9000244140625, "invlev_up": 811.79998779296875, "invlev_dn": 800.4000244140625, "manhole_up": "manhole_358_generated", "manhole_dn": "manhole_359_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384050.267680946970358, 5856698.702001548372209 ], [ 1384085.778961833100766, 5856733.441067186184227 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E196", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 802.9000244140625, "elevtn_dn": 802.9000244140625, "invlev_up": 800.4000244140625, "invlev_dn": 800.4000244140625, "manhole_up": "manhole_359_generated", "manhole_dn": "manhole_360_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384085.778961833100766, 5856733.441067186184227 ], [ 1384122.993944165529683, 5856766.592179889790714 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E197", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 802.9000244140625, "elevtn_dn": 816.29998779296875, "invlev_up": 800.4000244140625, "invlev_dn": 813.79998779296875, "manhole_up": "manhole_360_generated", "manhole_dn": "manhole_361_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384122.993944165529683, 5856766.592179889790714 ], [ 1384160.350959801580757, 5856799.578122235834599 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E198", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.29998779296875, "elevtn_dn": 800.79998779296875, "invlev_up": 813.79998779296875, "invlev_dn": 798.29998779296875, "manhole_up": "manhole_361_generated", "manhole_dn": "manhole_362_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384160.350959801580757, 5856799.578122235834599 ], [ 1384198.384374253917485, 5856831.724873264320195 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E199", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 800.79998779296875, "elevtn_dn": 800.79998779296875, "invlev_up": 798.29998779296875, "invlev_dn": 798.29998779296875, "manhole_up": "manhole_362_generated", "manhole_dn": "manhole_363_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384198.384374253917485, 5856831.724873264320195 ], [ 1384230.112839305773377, 5856870.159957353956997 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E200", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 800.79998779296875, "elevtn_dn": 793.9000244140625, "invlev_up": 798.29998779296875, "invlev_dn": 791.4000244140625, "manhole_up": "manhole_363_generated", "manhole_dn": "manhole_364_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384230.112839305773377, 5856870.159957353956997 ], [ 1384259.121702386764809, 5856910.628996902145445 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E201", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 793.9000244140625, "elevtn_dn": 807.60003662109375, "invlev_up": 791.4000244140625, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_364_generated", "manhole_dn": "manhole_365_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384259.121702386764809, 5856910.628996902145445 ], [ 1384287.023718592710793, 5856951.925833041779697 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E202", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_365_generated", "manhole_dn": "manhole_366_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384287.023718592710793, 5856951.925833041779697 ], [ 1384314.929269487503916, 5856993.22028074786067 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E203", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_366_generated", "manhole_dn": "manhole_367_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384314.929269487503916, 5856993.22028074786067 ], [ 1384344.819752591196448, 5857033.056208833120763 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E204", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_367_generated", "manhole_dn": "manhole_368_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384344.819752591196448, 5857033.056208833120763 ], [ 1384375.891110281459987, 5857072.024425559677184 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E205", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_368_generated", "manhole_dn": "manhole_369_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384375.891110281459987, 5857072.024425559677184 ], [ 1384412.732155854580924, 5857105.507668288424611 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E206", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 795.9000244140625, "invlev_up": 805.10003662109375, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_369_generated", "manhole_dn": "manhole_370_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384412.732155854580924, 5857105.507668288424611 ], [ 1384450.07948348694481, 5857138.509612204506993 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E207", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_370_generated", "manhole_dn": "manhole_371_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384450.07948348694481, 5857138.509612204506993 ], [ 1384487.42686335532926, 5857171.511497005820274 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E208", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 805.0, "invlev_up": 793.4000244140625, "invlev_dn": 802.5, "manhole_up": "manhole_371_generated", "manhole_dn": "manhole_372_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384487.42686335532926, 5857171.511497005820274 ], [ 1384525.207759798038751, 5857204.014277670532465 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E209", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 805.0, "elevtn_dn": 796.29998779296875, "invlev_up": 802.5, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_372_generated", "manhole_dn": "manhole_373_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384525.207759798038751, 5857204.014277670532465 ], [ 1384563.111988977529109, 5857236.375065575353801 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E210", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 796.29998779296875, "elevtn_dn": 796.29998779296875, "invlev_up": 793.79998779296875, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_373_generated", "manhole_dn": "manhole_374_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384563.111988977529109, 5857236.375065575353801 ], [ 1384601.016218156786636, 5857268.735853480175138 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E211", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 796.29998779296875, "elevtn_dn": 786.10003662109375, "invlev_up": 793.79998779296875, "invlev_dn": 783.60003662109375, "manhole_up": "manhole_374_generated", "manhole_dn": "manhole_375_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384601.016218156786636, 5857268.735853480175138 ], [ 1384638.920447336044163, 5857301.096641384996474 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E212", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.10003662109375, "elevtn_dn": 794.29998779296875, "invlev_up": 783.60003662109375, "invlev_dn": 791.79998779296875, "manhole_up": "manhole_375_generated", "manhole_dn": "manhole_376_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384638.920447336044163, 5857301.096641384996474 ], [ 1384669.604954990325496, 5857340.313404724933207 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E213", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 794.29998779296875, "elevtn_dn": 794.29998779296875, "invlev_up": 791.79998779296875, "invlev_dn": 791.79998779296875, "manhole_up": "manhole_376_generated", "manhole_dn": "manhole_377_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384669.604954990325496, 5857340.313404724933207 ], [ 1384699.518247769214213, 5857380.104403200559318 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E214", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 794.29998779296875, "elevtn_dn": 794.29998779296875, "invlev_up": 791.79998779296875, "invlev_dn": 791.79998779296875, "manhole_up": "manhole_377_generated", "manhole_dn": "manhole_378_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384699.518247769214213, 5857380.104403200559318 ], [ 1384719.806332413339987, 5857425.627417215146124 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E215", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 794.29998779296875, "elevtn_dn": 782.0, "invlev_up": 791.79998779296875, "invlev_dn": 779.5, "manhole_up": "manhole_378_generated", "manhole_dn": "manhole_379_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384719.806332413339987, 5857425.627417215146124 ], [ 1384740.094417057465762, 5857471.150431229732931 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E216", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 782.0, "elevtn_dn": 789.70001220703125, "invlev_up": 779.5, "invlev_dn": 787.20001220703125, "manhole_up": "manhole_379_generated", "manhole_dn": "manhole_380_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384740.094417057465762, 5857471.150431229732931 ], [ 1384760.382501701591536, 5857516.673445244319737 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E217", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 789.70001220703125, "elevtn_dn": 789.70001220703125, "invlev_up": 787.20001220703125, "invlev_dn": 787.20001220703125, "manhole_up": "manhole_380_generated", "manhole_dn": "manhole_381_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384760.382501701591536, 5857516.673445244319737 ], [ 1384780.670586345717311, 5857562.196459258906543 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E218", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 789.70001220703125, "elevtn_dn": 796.5, "invlev_up": 787.20001220703125, "invlev_dn": 794.0, "manhole_up": "manhole_381_generated", "manhole_dn": "manhole_382_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384780.670586345717311, 5857562.196459258906543 ], [ 1384802.672203443944454, 5857606.838341221213341 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E219", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 796.5, "elevtn_dn": 771.9000244140625, "invlev_up": 794.0, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_382_generated", "manhole_dn": "manhole_383_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384802.672203443944454, 5857606.838341221213341 ], [ 1384827.896526007680222, 5857649.823044718243182 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E220", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 771.9000244140625, "elevtn_dn": 771.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_383_generated", "manhole_dn": "manhole_384_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384827.896526007680222, 5857649.823044718243182 ], [ 1384854.757882944308221, 5857691.606820800341666 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E221", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 771.9000244140625, "elevtn_dn": 771.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_384_generated", "manhole_dn": "manhole_385_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384854.757882944308221, 5857691.606820800341666 ], [ 1384888.185768931638449, 5857728.573395187035203 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E222", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 771.9000244140625, "elevtn_dn": 757.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 755.4000244140625, "manhole_up": "manhole_385_generated", "manhole_dn": "manhole_386_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384888.185768931638449, 5857728.573395187035203 ], [ 1384921.613654918735847, 5857765.539969574660063 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E223", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 757.9000244140625, "elevtn_dn": 757.9000244140625, "invlev_up": 755.4000244140625, "invlev_dn": 755.4000244140625, "manhole_up": "manhole_386_generated", "manhole_dn": "manhole_387_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384921.613654918735847, 5857765.539969574660063 ], [ 1384956.145453942706808, 5857801.445756647735834 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E224", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 757.9000244140625, "elevtn_dn": 757.9000244140625, "invlev_up": 755.4000244140625, "invlev_dn": 755.4000244140625, "manhole_up": "manhole_387_generated", "manhole_dn": "manhole_388_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384956.145453942706808, 5857801.445756647735834 ], [ 1384991.751306539867073, 5857836.319449373520911 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E225", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 757.9000244140625, "elevtn_dn": 746.0, "invlev_up": 755.4000244140625, "invlev_dn": 743.5, "manhole_up": "manhole_388_generated", "manhole_dn": "manhole_389_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384991.751306539867073, 5857836.319449373520911 ], [ 1385027.357159137027338, 5857871.193142099305987 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E226", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 746.0, "elevtn_dn": 755.79998779296875, "invlev_up": 743.5, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_389_generated", "manhole_dn": "manhole_390_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385027.357159137027338, 5857871.193142099305987 ], [ 1385062.963011734187603, 5857906.066834825091064 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E227", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 755.79998779296875, "elevtn_dn": 728.60003662109375, "invlev_up": 753.29998779296875, "invlev_dn": 726.10003662109375, "manhole_up": "manhole_390_generated", "manhole_dn": "manhole_391_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385062.963011734187603, 5857906.066834825091064 ], [ 1385098.568864331347868, 5857940.940527551807463 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E228", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 728.60003662109375, "elevtn_dn": 728.60003662109375, "invlev_up": 726.10003662109375, "invlev_dn": 726.10003662109375, "manhole_up": "manhole_391_generated", "manhole_dn": "manhole_392_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385098.568864331347868, 5857940.940527551807463 ], [ 1385135.753846400883049, 5857974.029479116201401 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E229", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 728.60003662109375, "elevtn_dn": 728.60003662109375, "invlev_up": 726.10003662109375, "invlev_dn": 726.10003662109375, "manhole_up": "manhole_392_generated", "manhole_dn": "manhole_393_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385135.753846400883049, 5857974.029479116201401 ], [ 1385175.738456205930561, 5858003.622975903563201 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E230", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 728.60003662109375, "elevtn_dn": 735.60003662109375, "invlev_up": 726.10003662109375, "invlev_dn": 733.10003662109375, "manhole_up": "manhole_393_generated", "manhole_dn": "manhole_394_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385175.738456205930561, 5858003.622975903563201 ], [ 1385218.653756857383996, 5858028.965196672827005 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E231", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 735.60003662109375, "elevtn_dn": 735.60003662109375, "invlev_up": 733.10003662109375, "invlev_dn": 733.10003662109375, "manhole_up": "manhole_394_generated", "manhole_dn": "manhole_395_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385218.653756857383996, 5858028.965196672827005 ], [ 1385262.454936756985262, 5858052.706982978619635 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E232", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 735.60003662109375, "elevtn_dn": 742.0, "invlev_up": 733.10003662109375, "invlev_dn": 739.5, "manhole_up": "manhole_395_generated", "manhole_dn": "manhole_396_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385262.454936756985262, 5858052.706982978619635 ], [ 1385306.715555034345016, 5858075.618745312094688 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E233", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 742.0, "elevtn_dn": 742.0, "invlev_up": 739.5, "invlev_dn": 739.5, "manhole_up": "manhole_396_generated", "manhole_dn": "manhole_397_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385306.715555034345016, 5858075.618745312094688 ], [ 1385350.97617331170477, 5858098.530507644638419 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E234", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 742.0, "elevtn_dn": 736.0, "invlev_up": 739.5, "invlev_dn": 733.5, "manhole_up": "manhole_397_generated", "manhole_dn": "manhole_398_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385350.97617331170477, 5858098.530507644638419 ], [ 1385395.236791589297354, 5858121.442269978113472 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E235", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 736.0, "elevtn_dn": 736.0, "invlev_up": 733.5, "invlev_dn": 733.5, "manhole_up": "manhole_398_generated", "manhole_dn": "manhole_399_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385395.236791589297354, 5858121.442269978113472 ], [ 1385439.497409866657108, 5858144.354032310657203 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E236", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 736.0, "elevtn_dn": 737.9000244140625, "invlev_up": 733.5, "invlev_dn": 735.4000244140625, "manhole_up": "manhole_399_generated", "manhole_dn": "manhole_400_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385439.497409866657108, 5858144.354032310657203 ], [ 1385483.758028144016862, 5858167.265794644132257 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E237", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 737.9000244140625, "elevtn_dn": 737.9000244140625, "invlev_up": 735.4000244140625, "invlev_dn": 735.4000244140625, "manhole_up": "manhole_400_generated", "manhole_dn": "manhole_401_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385483.758028144016862, 5858167.265794644132257 ], [ 1385528.018646421376616, 5858190.17755697760731 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E238", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 737.9000244140625, "elevtn_dn": 727.29998779296875, "invlev_up": 735.4000244140625, "invlev_dn": 724.79998779296875, "manhole_up": "manhole_401_generated", "manhole_dn": "manhole_402_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385528.018646421376616, 5858190.17755697760731 ], [ 1385571.606102279853076, 5858214.277655217796564 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E239", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 727.29998779296875, "elevtn_dn": 727.29998779296875, "invlev_up": 724.79998779296875, "invlev_dn": 724.79998779296875, "manhole_up": "manhole_402_generated", "manhole_dn": "manhole_403_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385571.606102279853076, 5858214.277655217796564 ], [ 1385614.013400863157585, 5858240.461089110001922 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E240", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 727.29998779296875, "elevtn_dn": 690.60003662109375, "invlev_up": 724.79998779296875, "invlev_dn": 688.10003662109375, "manhole_up": "manhole_403_generated", "manhole_dn": "manhole_404_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385614.013400863157585, 5858240.461089110001922 ], [ 1385656.420699446462095, 5858266.644523002207279 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E241", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 690.60003662109375, "elevtn_dn": 733.60003662109375, "invlev_up": 688.10003662109375, "invlev_dn": 731.10003662109375, "manhole_up": "manhole_404_generated", "manhole_dn": "manhole_405_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385656.420699446462095, 5858266.644523002207279 ], [ 1385698.773111530812457, 5858292.8961898451671 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E242", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 733.60003662109375, "elevtn_dn": 733.60003662109375, "invlev_up": 731.10003662109375, "invlev_dn": 731.10003662109375, "manhole_up": "manhole_405_generated", "manhole_dn": "manhole_406_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385698.773111530812457, 5858292.8961898451671 ], [ 1385733.435650466475636, 5858328.707634637132287 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E243", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 733.60003662109375, "elevtn_dn": 721.60003662109375, "invlev_up": 731.10003662109375, "invlev_dn": 719.10003662109375, "manhole_up": "manhole_406_generated", "manhole_dn": "manhole_407_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385733.435650466475636, 5858328.707634637132287 ], [ 1385768.098189401905984, 5858364.519079428166151 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E244", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 721.60003662109375, "elevtn_dn": 721.60003662109375, "invlev_up": 719.10003662109375, "invlev_dn": 719.10003662109375, "manhole_up": "manhole_407_generated", "manhole_dn": "manhole_408_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385768.098189401905984, 5858364.519079428166151 ], [ 1385795.882535298354924, 5858405.467093757353723 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E245", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 721.60003662109375, "elevtn_dn": 739.0, "invlev_up": 719.10003662109375, "invlev_dn": 736.5, "manhole_up": "manhole_408_generated", "manhole_dn": "manhole_409_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385795.882535298354924, 5858405.467093757353723 ], [ 1385820.377634756267071, 5858448.871486231684685 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E246", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 739.0, "elevtn_dn": 727.79998779296875, "invlev_up": 736.5, "invlev_dn": 725.29998779296875, "manhole_up": "manhole_409_generated", "manhole_dn": "manhole_410_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385820.377634756267071, 5858448.871486231684685 ], [ 1385841.084314390551299, 5858493.920932004228234 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E247", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 727.79998779296875, "elevtn_dn": 727.79998779296875, "invlev_up": 725.29998779296875, "invlev_dn": 725.29998779296875, "manhole_up": "manhole_410_generated", "manhole_dn": "manhole_411_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385841.084314390551299, 5858493.920932004228234 ], [ 1385856.076261736918241, 5858541.451897682622075 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E248", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 727.79998779296875, "elevtn_dn": 734.9000244140625, "invlev_up": 725.29998779296875, "invlev_dn": 732.4000244140625, "manhole_up": "manhole_411_generated", "manhole_dn": "manhole_412_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385856.076261736918241, 5858541.451897682622075 ], [ 1385865.668899663724005, 5858590.250006795860827 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E249", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 734.9000244140625, "elevtn_dn": 734.9000244140625, "invlev_up": 732.4000244140625, "invlev_dn": 732.4000244140625, "manhole_up": "manhole_412_generated", "manhole_dn": "manhole_413_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385865.668899663724005, 5858590.250006795860827 ], [ 1385873.387286560609937, 5858639.487976770848036 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E250", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 734.9000244140625, "elevtn_dn": 751.4000244140625, "invlev_up": 732.4000244140625, "invlev_dn": 748.9000244140625, "manhole_up": "manhole_413_generated", "manhole_dn": "manhole_414_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385873.387286560609937, 5858639.487976770848036 ], [ 1385875.017949819331989, 5858689.287253175862134 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E251", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 751.4000244140625, "elevtn_dn": 751.4000244140625, "invlev_up": 748.9000244140625, "invlev_dn": 748.9000244140625, "manhole_up": "manhole_414_generated", "manhole_dn": "manhole_415_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385875.017949819331989, 5858689.287253175862134 ], [ 1385876.432928551919758, 5858739.106416343711317 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E252", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 751.4000244140625, "elevtn_dn": 751.4000244140625, "invlev_up": 748.9000244140625, "invlev_dn": 748.9000244140625, "manhole_up": "manhole_415_generated", "manhole_dn": "manhole_416_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385876.432928551919758, 5858739.106416343711317 ], [ 1385878.329821793129668, 5858788.908141564577818 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E253", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 751.4000244140625, "elevtn_dn": 759.70001220703125, "invlev_up": 748.9000244140625, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_416_generated", "manhole_dn": "manhole_417_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385878.329821793129668, 5858788.908141564577818 ], [ 1385880.51921496167779, 5858838.69928275514394 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E254", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 759.70001220703125, "elevtn_dn": 759.70001220703125, "invlev_up": 757.20001220703125, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_417_generated", "manhole_dn": "manhole_418_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385880.51921496167779, 5858838.69928275514394 ], [ 1385882.620351102668792, 5858888.493530485779047 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E255", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 759.70001220703125, "elevtn_dn": 759.70001220703125, "invlev_up": 757.20001220703125, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_418_generated", "manhole_dn": "manhole_419_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385882.620351102668792, 5858888.493530485779047 ], [ 1385883.937443709466606, 5858938.315377607010305 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E256", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 759.70001220703125, "elevtn_dn": 766.10003662109375, "invlev_up": 757.20001220703125, "invlev_dn": 763.60003662109375, "manhole_up": "manhole_419_generated", "manhole_dn": "manhole_420_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385883.937443709466606, 5858938.315377607010305 ], [ 1385885.254538560518995, 5858988.137224668636918 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E257", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.10003662109375, "elevtn_dn": 766.10003662109375, "invlev_up": 763.60003662109375, "invlev_dn": 763.60003662109375, "manhole_up": "manhole_420_generated", "manhole_dn": "manhole_421_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385885.254538560518995, 5858988.137224668636918 ], [ 1385890.650534195825458, 5859037.630400610156357 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E258", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.10003662109375, "elevtn_dn": 766.10003662109375, "invlev_up": 763.60003662109375, "invlev_dn": 763.60003662109375, "manhole_up": "manhole_421_generated", "manhole_dn": "manhole_422_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385890.650534195825458, 5859037.630400610156357 ], [ 1385901.777442803606391, 5859086.09239396546036 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E259", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.10003662109375, "elevtn_dn": 768.60003662109375, "invlev_up": 763.60003662109375, "invlev_dn": 766.10003662109375, "manhole_up": "manhole_422_generated", "manhole_dn": "manhole_423_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385901.777442803606391, 5859086.09239396546036 ], [ 1385915.397954803425819, 5859134.03436760418117 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E260", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 768.60003662109375, "elevtn_dn": 762.79998779296875, "invlev_up": 766.10003662109375, "invlev_dn": 760.29998779296875, "manhole_up": "manhole_423_generated", "manhole_dn": "manhole_424_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385915.397954803425819, 5859134.03436760418117 ], [ 1385928.42605347908102, 5859182.139209139160812 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E261", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.79998779296875, "elevtn_dn": 762.5, "invlev_up": 760.29998779296875, "invlev_dn": 760.0, "manhole_up": "manhole_424_generated", "manhole_dn": "manhole_425_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385928.42605347908102, 5859182.139209139160812 ], [ 1385941.228082312969491, 5859230.306202415376902 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E262", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.5, "elevtn_dn": 762.5, "invlev_up": 760.0, "invlev_dn": 760.0, "manhole_up": "manhole_425_generated", "manhole_dn": "manhole_426_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385941.228082312969491, 5859230.306202415376902 ], [ 1385945.092689140234143, 5859279.734331246465445 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E263", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.5, "elevtn_dn": 762.5, "invlev_up": 760.0, "invlev_dn": 760.0, "manhole_up": "manhole_426_generated", "manhole_dn": "manhole_427_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385945.092689140234143, 5859279.734331246465445 ], [ 1385937.902412303024903, 5859328.779896341264248 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E264", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.5, "elevtn_dn": 778.0, "invlev_up": 760.0, "invlev_dn": 775.5, "manhole_up": "manhole_427_generated", "manhole_dn": "manhole_428_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.902412303024903, 5859328.779896341264248 ], [ 1385932.795075723901391, 5859378.173214216716588 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E265", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.0, "elevtn_dn": 778.0, "invlev_up": 775.5, "invlev_dn": 775.5, "manhole_up": "manhole_428_generated", "manhole_dn": "manhole_429_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385932.795075723901391, 5859378.173214216716588 ], [ 1385937.702695531537756, 5859427.770254967734218 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E266", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.0, "elevtn_dn": 778.0, "invlev_up": 775.5, "invlev_dn": 775.5, "manhole_up": "manhole_429_generated", "manhole_dn": "manhole_430_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.702695531537756, 5859427.770254967734218 ], [ 1385939.035937832202762, 5859477.50230407807976 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E267", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.0, "elevtn_dn": 795.9000244140625, "invlev_up": 775.5, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_430_generated", "manhole_dn": "manhole_431_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385939.035937832202762, 5859477.50230407807976 ], [ 1385937.883638251805678, 5859527.328234969638288 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E268", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_431_generated", "manhole_dn": "manhole_432_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385937.883638251805678, 5859527.328234969638288 ], [ 1385940.515994266141206, 5859576.989168248139322 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E269", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_432_generated", "manhole_dn": "manhole_433_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385940.515994266141206, 5859576.989168248139322 ], [ 1385950.701545101590455, 5859625.530176519416273 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E270", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 815.0, "invlev_up": 793.4000244140625, "invlev_dn": 812.5, "manhole_up": "manhole_433_generated", "manhole_dn": "manhole_434_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385950.701545101590455, 5859625.530176519416273 ], [ 1385970.467743494315073, 5859670.991298755630851 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E271", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 815.0, "elevtn_dn": 815.0, "invlev_up": 812.5, "invlev_dn": 812.5, "manhole_up": "manhole_434_generated", "manhole_dn": "manhole_435_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385970.467743494315073, 5859670.991298755630851 ], [ 1386011.983088220236823, 5859697.862916950136423 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E272", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 815.0, "elevtn_dn": 779.79998779296875, "invlev_up": 812.5, "invlev_dn": 777.29998779296875, "manhole_up": "manhole_435_generated", "manhole_dn": "manhole_436_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386011.983088220236823, 5859697.862916950136423 ], [ 1386052.213596233632416, 5859727.119808158837259 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E273", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 779.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 777.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_436_generated", "manhole_dn": "manhole_437_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386052.213596233632416, 5859727.119808158837259 ], [ 1386046.501012831227854, 5859771.612671964801848 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E274", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_437_generated", "manhole_dn": "manhole_438_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386046.501012831227854, 5859771.612671964801848 ], [ 1386026.809695787727833, 5859816.873920152895153 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E275", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_438_generated", "manhole_dn": "manhole_439_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386026.809695787727833, 5859816.873920152895153 ], [ 1386030.149607364553958, 5859866.379009906202555 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_10_E276", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_10", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_10", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_439_generated", "manhole_dn": "manhole_440_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386030.149607364553958, 5859866.379009906202555 ], [ 1386045.250939248362556, 5859913.859036295674741 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 800.79998779296875, "elevtn_dn": 800.79998779296875, "invlev_up": 798.29998779296875, "invlev_dn": 798.29998779296875, "manhole_up": "manhole_441_generated", "manhole_dn": "manhole_442_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384196.861816460033879, 5856829.88048410974443 ], [ 1384235.22519311751239, 5856854.977665597572923 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 800.79998779296875, "elevtn_dn": 793.9000244140625, "invlev_up": 798.29998779296875, "invlev_dn": 791.4000244140625, "manhole_up": "manhole_442_generated", "manhole_dn": "manhole_443_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384235.22519311751239, 5856854.977665597572923 ], [ 1384263.450329831801355, 5856892.038370934315026 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 793.9000244140625, "elevtn_dn": 793.9000244140625, "invlev_up": 791.4000244140625, "invlev_dn": 791.4000244140625, "manhole_up": "manhole_443_generated", "manhole_dn": "manhole_444_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384263.450329831801355, 5856892.038370934315026 ], [ 1384291.675466545857489, 5856929.099076271057129 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 793.9000244140625, "elevtn_dn": 807.60003662109375, "invlev_up": 791.4000244140625, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_444_generated", "manhole_dn": "manhole_445_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384291.675466545857489, 5856929.099076271057129 ], [ 1384319.900603260146454, 5856966.159781608730555 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_445_generated", "manhole_dn": "manhole_446_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384319.900603260146454, 5856966.159781608730555 ], [ 1384347.205867683747783, 5857003.894510924816132 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 799.0, "invlev_up": 805.10003662109375, "invlev_dn": 796.5, "manhole_up": "manhole_446_generated", "manhole_dn": "manhole_447_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384347.205867683747783, 5857003.894510924816132 ], [ 1384380.322691001230851, 5857036.360282040201128 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 799.0, "elevtn_dn": 807.60003662109375, "invlev_up": 796.5, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_447_generated", "manhole_dn": "manhole_448_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384380.322691001230851, 5857036.360282040201128 ], [ 1384415.156610523350537, 5857067.291694445535541 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 795.9000244140625, "invlev_up": 805.10003662109375, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_448_generated", "manhole_dn": "manhole_449_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384415.156610523350537, 5857067.291694445535541 ], [ 1384449.343575850594789, 5857098.828100205399096 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_449_generated", "manhole_dn": "manhole_450_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384449.343575850594789, 5857098.828100205399096 ], [ 1384470.004810179118067, 5857139.926174183376133 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_11_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_11", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_11", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_450_generated", "manhole_dn": "manhole_451_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384470.004810179118067, 5857139.926174183376133 ], [ 1384484.18076178082265, 5857184.301805094815791 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_12_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_452_generated", "manhole_dn": "manhole_453_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384289.06552429520525, 5856954.947841017507017 ], [ 1384305.049610810354352, 5856994.88734863139689 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_12_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_453_generated", "manhole_dn": "manhole_454_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384305.049610810354352, 5856994.88734863139689 ], [ 1384321.033697325503454, 5857034.82685624435544 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_12_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 799.0, "invlev_up": 805.10003662109375, "invlev_dn": 796.5, "manhole_up": "manhole_454_generated", "manhole_dn": "manhole_455_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384321.033697325503454, 5857034.82685624435544 ], [ 1384347.445656489115208, 5857068.672038841992617 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_12_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 799.0, "elevtn_dn": 807.60003662109375, "invlev_up": 796.5, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_455_generated", "manhole_dn": "manhole_456_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384347.445656489115208, 5857068.672038841992617 ], [ 1384374.130628447979689, 5857102.406951548531651 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_12_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_456_generated", "manhole_dn": "manhole_457_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384374.130628447979689, 5857102.406951548531651 ], [ 1384399.587644136510789, 5857137.08541233278811 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_12_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 807.60003662109375, "invlev_up": 805.10003662109375, "invlev_dn": 805.10003662109375, "manhole_up": "manhole_457_generated", "manhole_dn": "manhole_458_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384399.587644136510789, 5857137.08541233278811 ], [ 1384425.04465982504189, 5857171.763873117044568 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_12_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_12", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_12", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.60003662109375, "elevtn_dn": 795.9000244140625, "invlev_up": 805.10003662109375, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_458_generated", "manhole_dn": "manhole_459_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384425.04465982504189, 5857171.763873117044568 ], [ 1384456.866520966170356, 5857200.577977900393307 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_15_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_15", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_15", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 795.9000244140625, "invlev_up": 793.4000244140625, "invlev_dn": 793.4000244140625, "manhole_up": "manhole_459_generated", "manhole_dn": "manhole_460_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384456.866520966170356, 5857200.577977900393307 ], [ 1384480.774830641923472, 5857195.244455400854349 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_17_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_17", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_17", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 795.9000244140625, "elevtn_dn": 805.0, "invlev_up": 793.4000244140625, "invlev_dn": 802.5, "manhole_up": "manhole_459_generated", "manhole_dn": "manhole_461_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384456.866520966170356, 5857200.577977900393307 ], [ 1384478.871156033361331, 5857219.682923189364374 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_18_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_18", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_18", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 805.0, "elevtn_dn": 805.0, "invlev_up": 802.5, "invlev_dn": 802.5, "manhole_up": "manhole_462_generated", "manhole_dn": "manhole_461_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384493.329776774393395, 5857201.952337642200291 ], [ 1384478.871156033361331, 5857219.682923189364374 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_19_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_19", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_19", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 805.0, "elevtn_dn": 805.0, "invlev_up": 802.5, "invlev_dn": 802.5, "manhole_up": "manhole_462_generated", "manhole_dn": "manhole_463_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384493.329776774393395, 5857201.952337642200291 ], [ 1384511.321100181667134, 5857246.008046119473875 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_19_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_19", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_19", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 805.0, "elevtn_dn": 805.0, "invlev_up": 802.5, "invlev_dn": 802.5, "manhole_up": "manhole_463_generated", "manhole_dn": "manhole_461_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384511.321100181667134, 5857246.008046119473875 ], [ 1384478.871156033361331, 5857219.682923189364374 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 805.0, "elevtn_dn": 796.29998779296875, "invlev_up": 802.5, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_464_generated", "manhole_dn": "manhole_465_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384512.484966830350459, 5857248.858029337599874 ], [ 1384550.208547196350992, 5857281.609186780638993 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 796.29998779296875, "elevtn_dn": 796.29998779296875, "invlev_up": 793.79998779296875, "invlev_dn": 793.79998779296875, "manhole_up": "manhole_465_generated", "manhole_dn": "manhole_466_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384550.208547196350992, 5857281.609186780638993 ], [ 1384587.932127562351525, 5857314.360344224609435 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 796.29998779296875, "elevtn_dn": 809.10003662109375, "invlev_up": 793.79998779296875, "invlev_dn": 806.60003662109375, "manhole_up": "manhole_466_generated", "manhole_dn": "manhole_467_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384587.932127562351525, 5857314.360344224609435 ], [ 1384608.456866907887161, 5857358.785165345296264 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.10003662109375, "elevtn_dn": 809.10003662109375, "invlev_up": 806.60003662109375, "invlev_dn": 806.60003662109375, "manhole_up": "manhole_467_generated", "manhole_dn": "manhole_468_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384608.456866907887161, 5857358.785165345296264 ], [ 1384624.966163935838267, 5857405.935456342995167 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.10003662109375, "elevtn_dn": 794.29998779296875, "invlev_up": 806.60003662109375, "invlev_dn": 791.79998779296875, "manhole_up": "manhole_468_generated", "manhole_dn": "manhole_469_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384624.966163935838267, 5857405.935456342995167 ], [ 1384639.938245237572119, 5857453.586039477027953 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 794.29998779296875, "elevtn_dn": 812.4000244140625, "invlev_up": 791.79998779296875, "invlev_dn": 809.9000244140625, "manhole_up": "manhole_469_generated", "manhole_dn": "manhole_470_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384639.938245237572119, 5857453.586039477027953 ], [ 1384654.3423755497206, 5857501.421464210376143 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 812.4000244140625, "elevtn_dn": 812.4000244140625, "invlev_up": 809.9000244140625, "invlev_dn": 809.9000244140625, "manhole_up": "manhole_470_generated", "manhole_dn": "manhole_471_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384654.3423755497206, 5857501.421464210376143 ], [ 1384665.748858094681054, 5857550.055336253717542 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 812.4000244140625, "elevtn_dn": 812.4000244140625, "invlev_up": 809.9000244140625, "invlev_dn": 809.9000244140625, "manhole_up": "manhole_471_generated", "manhole_dn": "manhole_472_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384665.748858094681054, 5857550.055336253717542 ], [ 1384677.04772660904564, 5857598.717872150242329 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 812.4000244140625, "elevtn_dn": 818.9000244140625, "invlev_up": 809.9000244140625, "invlev_dn": 816.4000244140625, "manhole_up": "manhole_472_generated", "manhole_dn": "manhole_473_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384677.04772660904564, 5857598.717872150242329 ], [ 1384688.346595123410225, 5857647.380408045835793 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 818.9000244140625, "elevtn_dn": 818.9000244140625, "invlev_up": 816.4000244140625, "invlev_dn": 816.4000244140625, "manhole_up": "manhole_473_generated", "manhole_dn": "manhole_474_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384688.346595123410225, 5857647.380408045835793 ], [ 1384699.64546363777481, 5857696.042943941429257 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 818.9000244140625, "elevtn_dn": 791.0, "invlev_up": 816.4000244140625, "invlev_dn": 788.5, "manhole_up": "manhole_474_generated", "manhole_dn": "manhole_475_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384699.64546363777481, 5857696.042943941429257 ], [ 1384710.944332152139395, 5857744.705479837954044 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E11", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 791.0, "elevtn_dn": 771.9000244140625, "invlev_up": 788.5, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_475_generated", "manhole_dn": "manhole_476_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384710.944332152139395, 5857744.705479837954044 ], [ 1384726.848783193388954, 5857791.671307560056448 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E12", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 771.9000244140625, "elevtn_dn": 771.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_476_generated", "manhole_dn": "manhole_477_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384726.848783193388954, 5857791.671307560056448 ], [ 1384753.929338480113074, 5857833.199649352580309 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E13", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 771.9000244140625, "elevtn_dn": 771.9000244140625, "invlev_up": 769.4000244140625, "invlev_dn": 769.4000244140625, "manhole_up": "manhole_477_generated", "manhole_dn": "manhole_478_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384753.929338480113074, 5857833.199649352580309 ], [ 1384783.627482200739905, 5857873.006575288251042 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E14", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 771.9000244140625, "elevtn_dn": 791.0, "invlev_up": 769.4000244140625, "invlev_dn": 788.5, "manhole_up": "manhole_478_generated", "manhole_dn": "manhole_479_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384783.627482200739905, 5857873.006575288251042 ], [ 1384795.018452654592693, 5857920.637507135979831 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E15", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 791.0, "elevtn_dn": 791.0, "invlev_up": 788.5, "invlev_dn": 788.5, "manhole_up": "manhole_479_generated", "manhole_dn": "manhole_480_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384795.018452654592693, 5857920.637507135979831 ], [ 1384785.075932276435196, 5857969.445633230730891 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E16", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 791.0, "elevtn_dn": 820.10003662109375, "invlev_up": 788.5, "invlev_dn": 817.60003662109375, "manhole_up": "manhole_480_generated", "manhole_dn": "manhole_481_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384785.075932276435196, 5857969.445633230730891 ], [ 1384771.479073295136914, 5858017.516749874688685 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E17", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 820.10003662109375, "elevtn_dn": 820.10003662109375, "invlev_up": 817.60003662109375, "invlev_dn": 817.60003662109375, "manhole_up": "manhole_481_generated", "manhole_dn": "manhole_482_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384771.479073295136914, 5858017.516749874688685 ], [ 1384763.32518996251747, 5858066.675425447523594 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E18", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 820.10003662109375, "elevtn_dn": 820.10003662109375, "invlev_up": 817.60003662109375, "invlev_dn": 817.60003662109375, "manhole_up": "manhole_482_generated", "manhole_dn": "manhole_483_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384763.32518996251747, 5858066.675425447523594 ], [ 1384757.405406558187678, 5858116.280495692044497 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E19", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 820.10003662109375, "elevtn_dn": 847.0, "invlev_up": 817.60003662109375, "invlev_dn": 844.5, "manhole_up": "manhole_483_generated", "manhole_dn": "manhole_484_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384757.405406558187678, 5858116.280495692044497 ], [ 1384746.211964494548738, 5858164.956996791996062 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E20", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 847.0, "elevtn_dn": 847.0, "invlev_up": 844.5, "invlev_dn": 844.5, "manhole_up": "manhole_484_generated", "manhole_dn": "manhole_485_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384746.211964494548738, 5858164.956996791996062 ], [ 1384738.028054837835953, 5858213.862443570047617 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E21", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 847.0, "elevtn_dn": 847.0, "invlev_up": 844.5, "invlev_dn": 844.5, "manhole_up": "manhole_485_generated", "manhole_dn": "manhole_486_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384738.028054837835953, 5858213.862443570047617 ], [ 1384756.479259133106098, 5858259.218586039729416 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E22", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 847.0, "elevtn_dn": 833.20001220703125, "invlev_up": 844.5, "invlev_dn": 830.70001220703125, "manhole_up": "manhole_486_generated", "manhole_dn": "manhole_487_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384756.479259133106098, 5858259.218586039729416 ], [ 1384792.653981153853238, 5858293.25339647103101 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E23", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 833.20001220703125, "elevtn_dn": 762.29998779296875, "invlev_up": 830.70001220703125, "invlev_dn": 759.79998779296875, "manhole_up": "manhole_487_generated", "manhole_dn": "manhole_488_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384792.653981153853238, 5858293.25339647103101 ], [ 1384839.146884107263759, 5858310.949097327888012 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E24", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.29998779296875, "elevtn_dn": 762.29998779296875, "invlev_up": 759.79998779296875, "invlev_dn": 759.79998779296875, "manhole_up": "manhole_488_generated", "manhole_dn": "manhole_489_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384839.146884107263759, 5858310.949097327888012 ], [ 1384888.517509665805846, 5858307.535864246077836 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E25", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.29998779296875, "elevtn_dn": 751.0, "invlev_up": 759.79998779296875, "invlev_dn": 748.5, "manhole_up": "manhole_489_generated", "manhole_dn": "manhole_490_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384888.517509665805846, 5858307.535864246077836 ], [ 1384936.622762819286436, 5858294.068231076002121 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E26", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 751.0, "elevtn_dn": 751.0, "invlev_up": 748.5, "invlev_dn": 748.5, "manhole_up": "manhole_490_generated", "manhole_dn": "manhole_491_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384936.622762819286436, 5858294.068231076002121 ], [ 1384984.637113286415115, 5858280.272530450485647 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E27", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 751.0, "elevtn_dn": 743.20001220703125, "invlev_up": 748.5, "invlev_dn": 740.70001220703125, "manhole_up": "manhole_491_generated", "manhole_dn": "manhole_492_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384984.637113286415115, 5858280.272530450485647 ], [ 1385032.633651287527755, 5858266.414710656739771 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E28", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 743.20001220703125, "elevtn_dn": 743.20001220703125, "invlev_up": 740.70001220703125, "invlev_dn": 740.70001220703125, "manhole_up": "manhole_492_generated", "manhole_dn": "manhole_493_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385032.633651287527755, 5858266.414710656739771 ], [ 1385081.886840383987874, 5858258.136644747108221 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E29", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 743.20001220703125, "elevtn_dn": 747.60003662109375, "invlev_up": 740.70001220703125, "invlev_dn": 745.10003662109375, "manhole_up": "manhole_493_generated", "manhole_dn": "manhole_494_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385081.886840383987874, 5858258.136644747108221 ], [ 1385131.310463621048257, 5858263.211211345158517 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E30", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 747.60003662109375, "elevtn_dn": 756.79998779296875, "invlev_up": 745.10003662109375, "invlev_dn": 754.29998779296875, "manhole_up": "manhole_494_generated", "manhole_dn": "manhole_495_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385131.310463621048257, 5858263.211211345158517 ], [ 1385177.729395114118233, 5858281.168494092300534 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E31", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 756.79998779296875, "elevtn_dn": 758.9000244140625, "invlev_up": 754.29998779296875, "invlev_dn": 756.4000244140625, "manhole_up": "manhole_495_generated", "manhole_dn": "manhole_496_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385177.729395114118233, 5858281.168494092300534 ], [ 1385219.95651927171275, 5858307.84242575801909 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E32", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.9000244140625, "elevtn_dn": 758.9000244140625, "invlev_up": 756.4000244140625, "invlev_dn": 756.4000244140625, "manhole_up": "manhole_496_generated", "manhole_dn": "manhole_497_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385219.95651927171275, 5858307.84242575801909 ], [ 1385261.864506913116202, 5858335.034840167500079 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E33", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.9000244140625, "elevtn_dn": 756.29998779296875, "invlev_up": 756.4000244140625, "invlev_dn": 753.79998779296875, "manhole_up": "manhole_497_generated", "manhole_dn": "manhole_498_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385261.864506913116202, 5858335.034840167500079 ], [ 1385305.658712412696332, 5858358.964500648900867 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E34", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 756.29998779296875, "elevtn_dn": 756.29998779296875, "invlev_up": 753.79998779296875, "invlev_dn": 753.79998779296875, "manhole_up": "manhole_498_generated", "manhole_dn": "manhole_499_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385305.658712412696332, 5858358.964500648900867 ], [ 1385350.136275847908109, 5858381.712097893469036 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E35", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 756.29998779296875, "elevtn_dn": 750.79998779296875, "invlev_up": 753.79998779296875, "invlev_dn": 748.29998779296875, "manhole_up": "manhole_499_generated", "manhole_dn": "manhole_500_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385350.136275847908109, 5858381.712097893469036 ], [ 1385394.617425152566284, 5858404.452682325616479 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E36", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 750.79998779296875, "elevtn_dn": 760.20001220703125, "invlev_up": 748.29998779296875, "invlev_dn": 757.70001220703125, "manhole_up": "manhole_500_generated", "manhole_dn": "manhole_501_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385394.617425152566284, 5858404.452682325616479 ], [ 1385439.245915542822331, 5858426.901898948475718 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E37", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 760.20001220703125, "elevtn_dn": 754.29998779296875, "invlev_up": 757.70001220703125, "invlev_dn": 751.79998779296875, "manhole_up": "manhole_501_generated", "manhole_dn": "manhole_502_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385439.245915542822331, 5858426.901898948475718 ], [ 1385483.926139793125913, 5858449.248809035867453 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E38", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 754.29998779296875, "elevtn_dn": 754.29998779296875, "invlev_up": 751.79998779296875, "invlev_dn": 751.79998779296875, "manhole_up": "manhole_502_generated", "manhole_dn": "manhole_503_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385483.926139793125913, 5858449.248809035867453 ], [ 1385525.860647091642022, 5858475.8632338559255 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E39", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 754.29998779296875, "elevtn_dn": 754.29998779296875, "invlev_up": 751.79998779296875, "invlev_dn": 751.79998779296875, "manhole_up": "manhole_503_generated", "manhole_dn": "manhole_504_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385525.860647091642022, 5858475.8632338559255 ], [ 1385553.357332118786871, 5858517.404887572862208 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E40", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 754.29998779296875, "elevtn_dn": 751.70001220703125, "invlev_up": 751.79998779296875, "invlev_dn": 749.20001220703125, "manhole_up": "manhole_504_generated", "manhole_dn": "manhole_505_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385553.357332118786871, 5858517.404887572862208 ], [ 1385579.617479301057756, 5858559.686364834196866 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E41", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 751.70001220703125, "elevtn_dn": 751.70001220703125, "invlev_up": 749.20001220703125, "invlev_dn": 749.20001220703125, "manhole_up": "manhole_505_generated", "manhole_dn": "manhole_506_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385579.617479301057756, 5858559.686364834196866 ], [ 1385621.905693766893819, 5858585.068030893802643 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E42", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 751.70001220703125, "elevtn_dn": 750.9000244140625, "invlev_up": 749.20001220703125, "invlev_dn": 748.4000244140625, "manhole_up": "manhole_506_generated", "manhole_dn": "manhole_507_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385621.905693766893819, 5858585.068030893802643 ], [ 1385664.027273919200525, 5858611.351026647724211 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E43", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 750.9000244140625, "elevtn_dn": 750.9000244140625, "invlev_up": 748.4000244140625, "invlev_dn": 748.4000244140625, "manhole_up": "manhole_507_generated", "manhole_dn": "manhole_508_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385664.027273919200525, 5858611.351026647724211 ], [ 1385700.387205619364977, 5858645.507954810746014 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E44", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 750.9000244140625, "elevtn_dn": 750.9000244140625, "invlev_up": 748.4000244140625, "invlev_dn": 748.4000244140625, "manhole_up": "manhole_508_generated", "manhole_dn": "manhole_509_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385700.387205619364977, 5858645.507954810746014 ], [ 1385734.601841112133116, 5858681.909404612146318 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E45", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 750.9000244140625, "elevtn_dn": 755.79998779296875, "invlev_up": 748.4000244140625, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_509_generated", "manhole_dn": "manhole_510_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385734.601841112133116, 5858681.909404612146318 ], [ 1385768.816476604901254, 5858718.310854412615299 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E46", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 755.79998779296875, "elevtn_dn": 755.79998779296875, "invlev_up": 753.29998779296875, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_510_generated", "manhole_dn": "manhole_511_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385768.816476604901254, 5858718.310854412615299 ], [ 1385802.200311921536922, 5858755.447309947572649 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_20_E47", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_20", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_20", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 755.79998779296875, "elevtn_dn": 755.79998779296875, "invlev_up": 753.29998779296875, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_511_generated", "manhole_dn": "manhole_512_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385802.200311921536922, 5858755.447309947572649 ], [ 1385834.15946239954792, 5858793.844178703613579 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_21_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 756.29998779296875, "elevtn_dn": 765.0, "invlev_up": 753.79998779296875, "invlev_dn": 762.5, "manhole_up": "manhole_513_generated", "manhole_dn": "manhole_514_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385352.471788094611838, 5858398.70255031902343 ], [ 1385323.609449510695413, 5858430.098599229939282 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_21_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 765.0, "elevtn_dn": 765.0, "invlev_up": 762.5, "invlev_dn": 762.5, "manhole_up": "manhole_514_generated", "manhole_dn": "manhole_515_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385323.609449510695413, 5858430.098599229939282 ], [ 1385286.388775944709778, 5858419.306091710925102 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_21_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 765.0, "elevtn_dn": 758.9000244140625, "invlev_up": 762.5, "invlev_dn": 756.4000244140625, "manhole_up": "manhole_515_generated", "manhole_dn": "manhole_516_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385286.388775944709778, 5858419.306091710925102 ], [ 1385252.458742934046313, 5858394.201654580421746 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_21_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.9000244140625, "elevtn_dn": 758.9000244140625, "invlev_up": 756.4000244140625, "invlev_dn": 756.4000244140625, "manhole_up": "manhole_516_generated", "manhole_dn": "manhole_517_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385252.458742934046313, 5858394.201654580421746 ], [ 1385217.536378393415362, 5858369.72360460460186 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_21_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_21", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_21", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.9000244140625, "elevtn_dn": 756.79998779296875, "invlev_up": 756.4000244140625, "invlev_dn": 754.29998779296875, "manhole_up": "manhole_517_generated", "manhole_dn": "manhole_518_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385217.536378393415362, 5858369.72360460460186 ], [ 1385177.877519500209019, 5858363.975667187944055 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_23_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_23", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_23", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 813.60003662109375, "elevtn_dn": 813.60003662109375, "invlev_up": 811.10003662109375, "invlev_dn": 811.10003662109375, "manhole_up": "manhole_519_generated", "manhole_dn": "manhole_520_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384748.107251951703802, 5858475.46539437584579 ], [ 1384773.662756133358926, 5858482.028828926384449 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_23_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_23", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_23", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 813.60003662109375, "elevtn_dn": 813.60003662109375, "invlev_up": 811.10003662109375, "invlev_dn": 811.10003662109375, "manhole_up": "manhole_520_generated", "manhole_dn": "manhole_521_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1384773.662756133358926, 5858482.028828926384449 ], [ 1384799.21826031524688, 5858488.592263477854431 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_24_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_24", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_24", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.9000244140625, "elevtn_dn": 751.4000244140625, "invlev_up": 760.4000244140625, "invlev_dn": 748.9000244140625, "manhole_up": "manhole_522_generated", "manhole_dn": "manhole_523_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385831.554474999429658, 5858837.476550582796335 ], [ 1385834.933234154479578, 5858795.367517679929733 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_24_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_24", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_24", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 751.4000244140625, "elevtn_dn": 759.70001220703125, "invlev_up": 748.9000244140625, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_523_generated", "manhole_dn": "manhole_524_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385834.933234154479578, 5858795.367517679929733 ], [ 1385855.640895856311545, 5858836.135079927742481 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_25_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_25", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_25", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.79998779296875, "elevtn_dn": 791.20001220703125, "invlev_up": 784.29998779296875, "invlev_dn": 788.70001220703125, "manhole_up": "manhole_525_generated", "manhole_dn": "manhole_526_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385425.871741503709927, 5858809.522038951516151 ], [ 1385446.216239683330059, 5858844.397748519666493 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_25_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_25", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_25", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 791.20001220703125, "elevtn_dn": 791.20001220703125, "invlev_up": 788.70001220703125, "invlev_dn": 788.70001220703125, "manhole_up": "manhole_526_generated", "manhole_dn": "manhole_527_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385446.216239683330059, 5858844.397748519666493 ], [ 1385453.998638280900195, 5858886.437654017470777 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_25_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_25", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_25", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 791.20001220703125, "elevtn_dn": 783.0, "invlev_up": 788.70001220703125, "invlev_dn": 780.5, "manhole_up": "manhole_527_generated", "manhole_dn": "manhole_528_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385453.998638280900195, 5858886.437654017470777 ], [ 1385472.218053022632375, 5858925.273072509095073 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_26_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_26", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_26", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.9000244140625, "elevtn_dn": 759.70001220703125, "invlev_up": 760.4000244140625, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_522_generated", "manhole_dn": "manhole_524_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385831.554474999429658, 5858837.476550582796335 ], [ 1385855.640895856311545, 5858836.135079927742481 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_29_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_29", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_29", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 759.70001220703125, "elevtn_dn": 759.70001220703125, "invlev_up": 757.20001220703125, "invlev_dn": 757.20001220703125, "manhole_up": "manhole_529_generated", "manhole_dn": "manhole_530_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385861.372513797832653, 5858893.832569030113518 ], [ 1385844.630084188189358, 5858865.848266057670116 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_29_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_29", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_29", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 759.70001220703125, "elevtn_dn": 762.9000244140625, "invlev_up": 757.20001220703125, "invlev_dn": 760.4000244140625, "manhole_up": "manhole_530_generated", "manhole_dn": "manhole_522_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1385844.630084188189358, 5858865.848266057670116 ], [ 1385831.554474999429658, 5858837.476550582796335 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 769.4000244140625, "elevtn_dn": 769.4000244140625, "invlev_up": 766.9000244140625, "invlev_dn": 766.9000244140625, "manhole_up": "manhole_531_generated", "manhole_dn": "manhole_532_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387137.22300889948383, 5858981.723106959834695 ], [ 1387148.04859330272302, 5859026.366797789931297 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 769.4000244140625, "elevtn_dn": 762.60003662109375, "invlev_up": 766.9000244140625, "invlev_dn": 760.10003662109375, "manhole_up": "manhole_532_generated", "manhole_dn": "manhole_533_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387148.04859330272302, 5859026.366797789931297 ], [ 1387119.95937648974359, 5859056.934598693624139 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.60003662109375, "elevtn_dn": 762.60003662109375, "invlev_up": 760.10003662109375, "invlev_dn": 760.10003662109375, "manhole_up": "manhole_533_generated", "manhole_dn": "manhole_534_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387119.95937648974359, 5859056.934598693624139 ], [ 1387074.832296247361228, 5859065.30100557859987 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.60003662109375, "elevtn_dn": 755.79998779296875, "invlev_up": 760.10003662109375, "invlev_dn": 753.29998779296875, "manhole_up": "manhole_534_generated", "manhole_dn": "manhole_535_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387074.832296247361228, 5859065.30100557859987 ], [ 1387030.356415221933275, 5859076.86137125454843 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 755.79998779296875, "elevtn_dn": 772.4000244140625, "invlev_up": 753.29998779296875, "invlev_dn": 769.9000244140625, "manhole_up": "manhole_535_generated", "manhole_dn": "manhole_536_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387030.356415221933275, 5859076.86137125454843 ], [ 1386986.427998587489128, 5859090.309648380614817 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 772.4000244140625, "elevtn_dn": 761.60003662109375, "invlev_up": 769.9000244140625, "invlev_dn": 759.10003662109375, "manhole_up": "manhole_536_generated", "manhole_dn": "manhole_537_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386986.427998587489128, 5859090.309648380614817 ], [ 1386945.966695382725447, 5859111.788386604748666 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 761.60003662109375, "elevtn_dn": 761.60003662109375, "invlev_up": 759.10003662109375, "invlev_dn": 759.10003662109375, "manhole_up": "manhole_537_generated", "manhole_dn": "manhole_538_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386945.966695382725447, 5859111.788386604748666 ], [ 1386905.77102447184734, 5859134.105928846634924 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_30_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_30", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_30", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 761.60003662109375, "elevtn_dn": 761.60003662109375, "invlev_up": 759.10003662109375, "invlev_dn": 759.10003662109375, "manhole_up": "manhole_538_generated", "manhole_dn": "manhole_539_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386905.77102447184734, 5859134.105928846634924 ], [ 1386871.537448140559718, 5859162.609670763835311 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 761.60003662109375, "elevtn_dn": 761.60003662109375, "invlev_up": 759.10003662109375, "invlev_dn": 759.10003662109375, "manhole_up": "manhole_539_generated", "manhole_dn": "manhole_540_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386871.537448140559718, 5859162.609670763835311 ], [ 1386921.106019288301468, 5859163.103915391489863 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 761.60003662109375, "elevtn_dn": 772.4000244140625, "invlev_up": 759.10003662109375, "invlev_dn": 769.9000244140625, "manhole_up": "manhole_540_generated", "manhole_dn": "manhole_541_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386921.106019288301468, 5859163.103915391489863 ], [ 1386970.627896018791944, 5859161.624508504755795 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 772.4000244140625, "elevtn_dn": 772.4000244140625, "invlev_up": 769.9000244140625, "invlev_dn": 769.9000244140625, "manhole_up": "manhole_541_generated", "manhole_dn": "manhole_542_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386970.627896018791944, 5859161.624508504755795 ], [ 1387019.993600395740941, 5859157.412991388700902 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 772.4000244140625, "elevtn_dn": 781.10003662109375, "invlev_up": 769.9000244140625, "invlev_dn": 778.60003662109375, "manhole_up": "manhole_542_generated", "manhole_dn": "manhole_543_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387019.993600395740941, 5859157.412991388700902 ], [ 1387069.191225855611265, 5859151.340004274621606 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 781.10003662109375, "elevtn_dn": 781.10003662109375, "invlev_up": 778.60003662109375, "invlev_dn": 778.60003662109375, "manhole_up": "manhole_543_generated", "manhole_dn": "manhole_544_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387069.191225855611265, 5859151.340004274621606 ], [ 1387118.547863835236058, 5859146.828392788767815 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 781.10003662109375, "elevtn_dn": 786.4000244140625, "invlev_up": 778.60003662109375, "invlev_dn": 783.9000244140625, "manhole_up": "manhole_544_generated", "manhole_dn": "manhole_545_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387118.547863835236058, 5859146.828392788767815 ], [ 1387167.916038708761334, 5859151.025294326245785 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.4000244140625, "elevtn_dn": 786.4000244140625, "invlev_up": 783.9000244140625, "invlev_dn": 783.9000244140625, "manhole_up": "manhole_545_generated", "manhole_dn": "manhole_546_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387167.916038708761334, 5859151.025294326245785 ], [ 1387217.282604865729809, 5859155.523034786805511 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.4000244140625, "elevtn_dn": 787.60003662109375, "invlev_up": 783.9000244140625, "invlev_dn": 785.10003662109375, "manhole_up": "manhole_546_generated", "manhole_dn": "manhole_547_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387217.282604865729809, 5859155.523034786805511 ], [ 1387266.649171022465453, 5859160.020775248296559 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 787.60003662109375, "elevtn_dn": 787.60003662109375, "invlev_up": 785.10003662109375, "invlev_dn": 785.10003662109375, "manhole_up": "manhole_547_generated", "manhole_dn": "manhole_548_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387266.649171022465453, 5859160.020775248296559 ], [ 1387315.831188223091885, 5859165.716172898188233 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 787.60003662109375, "elevtn_dn": 790.4000244140625, "invlev_up": 785.10003662109375, "invlev_dn": 787.9000244140625, "manhole_up": "manhole_548_generated", "manhole_dn": "manhole_549_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387315.831188223091885, 5859165.716172898188233 ], [ 1387364.261764668161049, 5859176.288154195994139 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 790.4000244140625, "elevtn_dn": 790.4000244140625, "invlev_up": 787.9000244140625, "invlev_dn": 787.9000244140625, "manhole_up": "manhole_549_generated", "manhole_dn": "manhole_550_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387364.261764668161049, 5859176.288154195994139 ], [ 1387411.186259990092367, 5859192.118345031514764 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E11", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 790.4000244140625, "elevtn_dn": 789.10003662109375, "invlev_up": 787.9000244140625, "invlev_dn": 786.60003662109375, "manhole_up": "manhole_550_generated", "manhole_dn": "manhole_551_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387411.186259990092367, 5859192.118345031514764 ], [ 1387455.544592748628929, 5859213.906051598489285 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E12", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 789.10003662109375, "elevtn_dn": 817.20001220703125, "invlev_up": 786.60003662109375, "invlev_dn": 814.70001220703125, "manhole_up": "manhole_551_generated", "manhole_dn": "manhole_552_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387455.544592748628929, 5859213.906051598489285 ], [ 1387490.610425172373652, 5859248.94134864397347 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E13", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 817.20001220703125, "elevtn_dn": 818.20001220703125, "invlev_up": 814.70001220703125, "invlev_dn": 815.70001220703125, "manhole_up": "manhole_552_generated", "manhole_dn": "manhole_553_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387490.610425172373652, 5859248.94134864397347 ], [ 1387525.979065561201423, 5859283.669168318621814 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E14", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 818.20001220703125, "elevtn_dn": 818.20001220703125, "invlev_up": 815.70001220703125, "invlev_dn": 815.70001220703125, "manhole_up": "manhole_553_generated", "manhole_dn": "manhole_554_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387525.979065561201423, 5859283.669168318621814 ], [ 1387563.532416822388768, 5859316.0270627560094 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E15", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 818.20001220703125, "elevtn_dn": 802.79998779296875, "invlev_up": 815.70001220703125, "invlev_dn": 800.29998779296875, "manhole_up": "manhole_554_generated", "manhole_dn": "manhole_555_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387563.532416822388768, 5859316.0270627560094 ], [ 1387601.085768083808944, 5859348.384957193396986 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E16", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 802.79998779296875, "elevtn_dn": 837.70001220703125, "invlev_up": 800.29998779296875, "invlev_dn": 835.20001220703125, "manhole_up": "manhole_555_generated", "manhole_dn": "manhole_556_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387601.085768083808944, 5859348.384957193396986 ], [ 1387638.639119345229119, 5859380.742851630784571 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E17", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 837.70001220703125, "elevtn_dn": 837.70001220703125, "invlev_up": 835.20001220703125, "invlev_dn": 835.20001220703125, "manhole_up": "manhole_556_generated", "manhole_dn": "manhole_557_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387638.639119345229119, 5859380.742851630784571 ], [ 1387676.192470606416464, 5859413.100746068172157 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E18", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 837.70001220703125, "elevtn_dn": 828.79998779296875, "invlev_up": 835.20001220703125, "invlev_dn": 826.29998779296875, "manhole_up": "manhole_557_generated", "manhole_dn": "manhole_558_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387676.192470606416464, 5859413.100746068172157 ], [ 1387713.745821867836639, 5859445.45864050462842 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E19", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 828.79998779296875, "elevtn_dn": 828.79998779296875, "invlev_up": 826.29998779296875, "invlev_dn": 826.29998779296875, "manhole_up": "manhole_558_generated", "manhole_dn": "manhole_559_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387713.745821867836639, 5859445.45864050462842 ], [ 1387750.394377880264074, 5859478.825171477161348 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E20", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 828.79998779296875, "elevtn_dn": 854.29998779296875, "invlev_up": 826.29998779296875, "invlev_dn": 851.79998779296875, "manhole_up": "manhole_559_generated", "manhole_dn": "manhole_560_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387750.394377880264074, 5859478.825171477161348 ], [ 1387786.626276910537854, 5859512.656178202480078 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E21", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 854.29998779296875, "elevtn_dn": 854.29998779296875, "invlev_up": 851.79998779296875, "invlev_dn": 851.79998779296875, "manhole_up": "manhole_560_generated", "manhole_dn": "manhole_561_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387786.626276910537854, 5859512.656178202480078 ], [ 1387822.858175940578803, 5859546.487184926867485 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E22", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 854.29998779296875, "elevtn_dn": 854.29998779296875, "invlev_up": 851.79998779296875, "invlev_dn": 851.79998779296875, "manhole_up": "manhole_561_generated", "manhole_dn": "manhole_562_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387822.858175940578803, 5859546.487184926867485 ], [ 1387850.662340233800933, 5859586.980695966631174 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E23", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 854.29998779296875, "elevtn_dn": 891.20001220703125, "invlev_up": 851.79998779296875, "invlev_dn": 888.70001220703125, "manhole_up": "manhole_562_generated", "manhole_dn": "manhole_563_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387850.662340233800933, 5859586.980695966631174 ], [ 1387868.193221996771172, 5859633.330900657922029 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E24", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 891.20001220703125, "elevtn_dn": 876.20001220703125, "invlev_up": 888.70001220703125, "invlev_dn": 873.70001220703125, "manhole_up": "manhole_563_generated", "manhole_dn": "manhole_564_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387868.193221996771172, 5859633.330900657922029 ], [ 1387885.535610173596069, 5859679.769344814121723 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E25", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 876.20001220703125, "elevtn_dn": 876.20001220703125, "invlev_up": 873.70001220703125, "invlev_dn": 873.70001220703125, "manhole_up": "manhole_564_generated", "manhole_dn": "manhole_565_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387885.535610173596069, 5859679.769344814121723 ], [ 1387902.854485532967374, 5859726.216552678495646 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E26", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 876.20001220703125, "elevtn_dn": 898.29998779296875, "invlev_up": 873.70001220703125, "invlev_dn": 895.79998779296875, "manhole_up": "manhole_565_generated", "manhole_dn": "manhole_566_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387902.854485532967374, 5859726.216552678495646 ], [ 1387920.137465380365029, 5859772.67713953461498 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E27", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 898.29998779296875, "elevtn_dn": 898.29998779296875, "invlev_up": 895.79998779296875, "invlev_dn": 895.79998779296875, "manhole_up": "manhole_566_generated", "manhole_dn": "manhole_567_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387920.137465380365029, 5859772.67713953461498 ], [ 1387937.420445227529854, 5859819.137726389802992 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E28", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 898.29998779296875, "elevtn_dn": 898.29998779296875, "invlev_up": 895.79998779296875, "invlev_dn": 895.79998779296875, "manhole_up": "manhole_567_generated", "manhole_dn": "manhole_568_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387937.420445227529854, 5859819.137726389802992 ], [ 1387948.863530882401392, 5859867.082766367122531 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E29", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 898.29998779296875, "elevtn_dn": 918.5, "invlev_up": 895.79998779296875, "invlev_dn": 916.0, "manhole_up": "manhole_568_generated", "manhole_dn": "manhole_569_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387948.863530882401392, 5859867.082766367122531 ], [ 1387950.013254075078294, 5859916.565449987538159 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E30", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 918.5, "elevtn_dn": 918.5, "invlev_up": 916.0, "invlev_dn": 916.0, "manhole_up": "manhole_569_generated", "manhole_dn": "manhole_570_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387950.013254075078294, 5859916.565449987538159 ], [ 1387947.430782878771424, 5859966.047936389222741 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E31", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 918.5, "elevtn_dn": 918.5, "invlev_up": 916.0, "invlev_dn": 916.0, "manhole_up": "manhole_570_generated", "manhole_dn": "manhole_571_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387947.430782878771424, 5859966.047936389222741 ], [ 1387943.997958281077445, 5860015.499966060742736 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E32", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 918.5, "elevtn_dn": 948.60003662109375, "invlev_up": 916.0, "invlev_dn": 946.10003662109375, "manhole_up": "manhole_571_generated", "manhole_dn": "manhole_572_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387943.997958281077445, 5860015.499966060742736 ], [ 1387940.565133683150634, 5860064.951995733194053 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E33", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 948.60003662109375, "elevtn_dn": 948.60003662109375, "invlev_up": 946.10003662109375, "invlev_dn": 946.10003662109375, "manhole_up": "manhole_572_generated", "manhole_dn": "manhole_573_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.565133683150634, 5860064.951995733194053 ], [ 1387945.371777657186612, 5860113.959104515612125 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E34", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 948.60003662109375, "elevtn_dn": 948.60003662109375, "invlev_up": 946.10003662109375, "invlev_dn": 946.10003662109375, "manhole_up": "manhole_573_generated", "manhole_dn": "manhole_574_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387945.371777657186612, 5860113.959104515612125 ], [ 1387964.117816498270258, 5860159.736532494425774 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E35", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 948.60003662109375, "elevtn_dn": 940.5, "invlev_up": 946.10003662109375, "invlev_dn": 938.0, "manhole_up": "manhole_574_generated", "manhole_dn": "manhole_575_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387964.117816498270258, 5860159.736532494425774 ], [ 1387984.093857799191028, 5860205.104420888237655 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E36", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 940.5, "elevtn_dn": 940.5, "invlev_up": 938.0, "invlev_dn": 938.0, "manhole_up": "manhole_575_generated", "manhole_dn": "manhole_576_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387984.093857799191028, 5860205.104420888237655 ], [ 1388004.069899099878967, 5860250.472309282049537 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E37", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 940.5, "elevtn_dn": 940.5, "invlev_up": 938.0, "invlev_dn": 938.0, "manhole_up": "manhole_576_generated", "manhole_dn": "manhole_577_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388004.069899099878967, 5860250.472309282049537 ], [ 1388027.68692572391592, 5860293.896034284494817 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E38", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 940.5, "elevtn_dn": 971.70001220703125, "invlev_up": 938.0, "invlev_dn": 969.20001220703125, "manhole_up": "manhole_577_generated", "manhole_dn": "manhole_578_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388027.68692572391592, 5860293.896034284494817 ], [ 1388060.096315970877185, 5860331.348726416006684 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E39", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 971.70001220703125, "elevtn_dn": 935.5, "invlev_up": 969.20001220703125, "invlev_dn": 933.0, "manhole_up": "manhole_578_generated", "manhole_dn": "manhole_579_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388060.096315970877185, 5860331.348726416006684 ], [ 1388092.967688721138984, 5860368.453448176383972 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E40", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 935.5, "elevtn_dn": 935.5, "invlev_up": 933.0, "invlev_dn": 933.0, "manhole_up": "manhole_579_generated", "manhole_dn": "manhole_580_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388092.967688721138984, 5860368.453448176383972 ], [ 1388119.020827289205045, 5860410.510251956991851 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E41", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 935.5, "elevtn_dn": 949.9000244140625, "invlev_up": 933.0, "invlev_dn": 947.4000244140625, "manhole_up": "manhole_580_generated", "manhole_dn": "manhole_581_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388119.020827289205045, 5860410.510251956991851 ], [ 1388143.407622833969072, 5860453.667774203233421 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E42", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 949.9000244140625, "elevtn_dn": 924.60003662109375, "invlev_up": 947.4000244140625, "invlev_dn": 922.10003662109375, "manhole_up": "manhole_581_generated", "manhole_dn": "manhole_582_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388143.407622833969072, 5860453.667774203233421 ], [ 1388167.794418378733099, 5860496.82529644947499 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E43", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 924.60003662109375, "elevtn_dn": 924.60003662109375, "invlev_up": 922.10003662109375, "invlev_dn": 922.10003662109375, "manhole_up": "manhole_582_generated", "manhole_dn": "manhole_583_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388167.794418378733099, 5860496.82529644947499 ], [ 1388187.41186453984119, 5860542.097804954275489 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E44", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 924.60003662109375, "elevtn_dn": 942.4000244140625, "invlev_up": 922.10003662109375, "invlev_dn": 939.9000244140625, "manhole_up": "manhole_583_generated", "manhole_dn": "manhole_584_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388187.41186453984119, 5860542.097804954275489 ], [ 1388193.385166377527639, 5860591.251542154699564 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E45", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 942.4000244140625, "elevtn_dn": 942.4000244140625, "invlev_up": 939.9000244140625, "invlev_dn": 939.9000244140625, "manhole_up": "manhole_584_generated", "manhole_dn": "manhole_585_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388193.385166377527639, 5860591.251542154699564 ], [ 1388198.812296225922182, 5860640.524595490656793 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E46", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 942.4000244140625, "elevtn_dn": 942.4000244140625, "invlev_up": 939.9000244140625, "invlev_dn": 939.9000244140625, "manhole_up": "manhole_585_generated", "manhole_dn": "manhole_586_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388198.812296225922182, 5860640.524595490656793 ], [ 1388204.239426074549556, 5860689.7976488256827 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E47", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 942.4000244140625, "elevtn_dn": 955.0, "invlev_up": 939.9000244140625, "invlev_dn": 952.5, "manhole_up": "manhole_586_generated", "manhole_dn": "manhole_587_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388204.239426074549556, 5860689.7976488256827 ], [ 1388184.484932377934456, 5860730.700381714850664 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E48", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_587_generated", "manhole_dn": "manhole_588_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388184.484932377934456, 5860730.700381714850664 ], [ 1388159.550175313837826, 5860759.392759991809726 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E49", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_588_generated", "manhole_dn": "manhole_589_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388159.550175313837826, 5860759.392759991809726 ], [ 1388171.988544700434431, 5860807.377908634953201 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E50", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.0, "elevtn_dn": 955.0, "invlev_up": 952.5, "invlev_dn": 952.5, "manhole_up": "manhole_589_generated", "manhole_dn": "manhole_590_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388171.988544700434431, 5860807.377908634953201 ], [ 1388215.013825689908117, 5860825.214942933060229 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E51", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.0, "elevtn_dn": 941.10003662109375, "invlev_up": 952.5, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_590_generated", "manhole_dn": "manhole_591_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388215.013825689908117, 5860825.214942933060229 ], [ 1388264.397385431453586, 5860829.298032846301794 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E52", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 941.10003662109375, "elevtn_dn": 941.10003662109375, "invlev_up": 938.60003662109375, "invlev_dn": 938.60003662109375, "manhole_up": "manhole_591_generated", "manhole_dn": "manhole_592_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388264.397385431453586, 5860829.298032846301794 ], [ 1388313.062299854354933, 5860837.304878970608115 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E53", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 941.10003662109375, "elevtn_dn": 937.5, "invlev_up": 938.60003662109375, "invlev_dn": 935.0, "manhole_up": "manhole_592_generated", "manhole_dn": "manhole_593_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388313.062299854354933, 5860837.304878970608115 ], [ 1388360.993895401246846, 5860849.948045967146754 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E54", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 937.5, "elevtn_dn": 937.5, "invlev_up": 935.0, "invlev_dn": 935.0, "manhole_up": "manhole_593_generated", "manhole_dn": "manhole_594_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388360.993895401246846, 5860849.948045967146754 ], [ 1388408.925490947905928, 5860862.591212964616716 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E55", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 937.5, "elevtn_dn": 937.60003662109375, "invlev_up": 935.0, "invlev_dn": 935.10003662109375, "manhole_up": "manhole_594_generated", "manhole_dn": "manhole_595_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388408.925490947905928, 5860862.591212964616716 ], [ 1388458.220990223577246, 5860866.957201769575477 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E56", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 937.60003662109375, "elevtn_dn": 937.60003662109375, "invlev_up": 935.10003662109375, "invlev_dn": 935.10003662109375, "manhole_up": "manhole_595_generated", "manhole_dn": "manhole_596_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388458.220990223577246, 5860866.957201769575477 ], [ 1388507.336333080893382, 5860873.218384950421751 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E57", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 937.60003662109375, "elevtn_dn": 941.20001220703125, "invlev_up": 935.10003662109375, "invlev_dn": 938.70001220703125, "manhole_up": "manhole_596_generated", "manhole_dn": "manhole_597_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388507.336333080893382, 5860873.218384950421751 ], [ 1388556.215695114107803, 5860881.470384138636291 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E58", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 941.20001220703125, "elevtn_dn": 941.20001220703125, "invlev_up": 938.70001220703125, "invlev_dn": 938.70001220703125, "manhole_up": "manhole_597_generated", "manhole_dn": "manhole_598_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388556.215695114107803, 5860881.470384138636291 ], [ 1388604.556662159739062, 5860892.361969010904431 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E59", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 941.20001220703125, "elevtn_dn": 943.10003662109375, "invlev_up": 938.70001220703125, "invlev_dn": 940.60003662109375, "manhole_up": "manhole_598_generated", "manhole_dn": "manhole_599_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388604.556662159739062, 5860892.361969010904431 ], [ 1388653.59940263046883, 5860897.15789801068604 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E60", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 943.10003662109375, "elevtn_dn": 943.10003662109375, "invlev_up": 940.60003662109375, "invlev_dn": 940.60003662109375, "manhole_up": "manhole_599_generated", "manhole_dn": "manhole_600_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388653.59940263046883, 5860897.15789801068604 ], [ 1388700.080393208190799, 5860881.090511013753712 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E61", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 943.10003662109375, "elevtn_dn": 946.10003662109375, "invlev_up": 940.60003662109375, "invlev_dn": 943.60003662109375, "manhole_up": "manhole_600_generated", "manhole_dn": "manhole_601_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388700.080393208190799, 5860881.090511013753712 ], [ 1388732.687003659084439, 5860844.794781206175685 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E62", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 946.10003662109375, "elevtn_dn": 952.60003662109375, "invlev_up": 943.60003662109375, "invlev_dn": 950.10003662109375, "manhole_up": "manhole_601_generated", "manhole_dn": "manhole_602_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388732.687003659084439, 5860844.794781206175685 ], [ 1388755.953327334951609, 5860801.023035684600472 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E63", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 952.60003662109375, "elevtn_dn": 952.60003662109375, "invlev_up": 950.10003662109375, "invlev_dn": 950.10003662109375, "manhole_up": "manhole_602_generated", "manhole_dn": "manhole_603_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388755.953327334951609, 5860801.023035684600472 ], [ 1388778.23369869007729, 5860756.84024004638195 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E64", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 952.60003662109375, "elevtn_dn": 952.60003662109375, "invlev_up": 950.10003662109375, "invlev_dn": 950.10003662109375, "manhole_up": "manhole_603_generated", "manhole_dn": "manhole_604_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388778.23369869007729, 5860756.84024004638195 ], [ 1388792.950793598080054, 5860709.504263866692781 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E65", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 952.60003662109375, "elevtn_dn": 953.79998779296875, "invlev_up": 950.10003662109375, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_604_generated", "manhole_dn": "manhole_605_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388792.950793598080054, 5860709.504263866692781 ], [ 1388807.667888506315649, 5860662.168287687934935 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E66", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 953.79998779296875, "elevtn_dn": 953.79998779296875, "invlev_up": 951.29998779296875, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_605_generated", "manhole_dn": "manhole_606_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388807.667888506315649, 5860662.168287687934935 ], [ 1388819.224422588944435, 5860613.968191100284457 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E67", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 953.79998779296875, "elevtn_dn": 955.70001220703125, "invlev_up": 951.29998779296875, "invlev_dn": 953.20001220703125, "manhole_up": "manhole_606_generated", "manhole_dn": "manhole_607_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388819.224422588944435, 5860613.968191100284457 ], [ 1388830.63825476472266, 5860565.72907877061516 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E68", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.70001220703125, "elevtn_dn": 955.70001220703125, "invlev_up": 953.20001220703125, "invlev_dn": 953.20001220703125, "manhole_up": "manhole_607_generated", "manhole_dn": "manhole_608_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388830.63825476472266, 5860565.72907877061516 ], [ 1388842.052086940500885, 5860517.489966440014541 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E69", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.70001220703125, "elevtn_dn": 955.70001220703125, "invlev_up": 953.20001220703125, "invlev_dn": 953.20001220703125, "manhole_up": "manhole_608_generated", "manhole_dn": "manhole_609_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388842.052086940500885, 5860517.489966440014541 ], [ 1388862.77624000934884, 5860472.578981296159327 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E70", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.70001220703125, "elevtn_dn": 964.70001220703125, "invlev_up": 953.20001220703125, "invlev_dn": 962.20001220703125, "manhole_up": "manhole_609_generated", "manhole_dn": "manhole_610_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388862.77624000934884, 5860472.578981296159327 ], [ 1388884.529400010826066, 5860428.03588358964771 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E71", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 964.70001220703125, "elevtn_dn": 951.29998779296875, "invlev_up": 962.20001220703125, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_610_generated", "manhole_dn": "manhole_611_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388884.529400010826066, 5860428.03588358964771 ], [ 1388906.282637836178765, 5860383.492823889479041 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E72", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_611_generated", "manhole_dn": "manhole_612_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388906.282637836178765, 5860383.492823889479041 ], [ 1388933.946375871310011, 5860342.419800435192883 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_32_E73", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_32", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_32", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 951.29998779296875, "elevtn_dn": 951.29998779296875, "invlev_up": 948.79998779296875, "invlev_dn": 948.79998779296875, "manhole_up": "manhole_612_generated", "manhole_dn": "manhole_613_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388933.946375871310011, 5860342.419800435192883 ], [ 1388962.240715913940221, 5860301.717001453973353 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 761.60003662109375, "elevtn_dn": 752.29998779296875, "invlev_up": 759.10003662109375, "invlev_dn": 749.79998779296875, "manhole_up": "manhole_539_generated", "manhole_dn": "manhole_614_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386871.537448140559718, 5859162.609670763835311 ], [ 1386825.19834817154333, 5859175.156894122250378 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.29998779296875, "elevtn_dn": 752.29998779296875, "invlev_up": 749.79998779296875, "invlev_dn": 749.79998779296875, "manhole_up": "manhole_614_generated", "manhole_dn": "manhole_615_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386825.19834817154333, 5859175.156894122250378 ], [ 1386779.333999397465959, 5859189.44842192158103 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 752.29998779296875, "elevtn_dn": 738.0, "invlev_up": 749.79998779296875, "invlev_dn": 735.5, "manhole_up": "manhole_615_generated", "manhole_dn": "manhole_616_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386779.333999397465959, 5859189.44842192158103 ], [ 1386733.445003136992455, 5859203.660136871039867 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 738.0, "elevtn_dn": 738.0, "invlev_up": 735.5, "invlev_dn": 735.5, "manhole_up": "manhole_616_generated", "manhole_dn": "manhole_617_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386733.445003136992455, 5859203.660136871039867 ], [ 1386687.508546756347641, 5859217.718167688697577 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 738.0, "elevtn_dn": 763.29998779296875, "invlev_up": 735.5, "invlev_dn": 760.79998779296875, "manhole_up": "manhole_617_generated", "manhole_dn": "manhole_618_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386687.508546756347641, 5859217.718167688697577 ], [ 1386641.572090375469998, 5859231.776198507286608 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 763.29998779296875, "elevtn_dn": 763.29998779296875, "invlev_up": 760.79998779296875, "invlev_dn": 760.79998779296875, "manhole_up": "manhole_618_generated", "manhole_dn": "manhole_619_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386641.572090375469998, 5859231.776198507286608 ], [ 1386595.451642262749374, 5859245.168246414512396 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 763.29998779296875, "elevtn_dn": 754.60003662109375, "invlev_up": 760.79998779296875, "invlev_dn": 752.10003662109375, "manhole_up": "manhole_619_generated", "manhole_dn": "manhole_620_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386595.451642262749374, 5859245.168246414512396 ], [ 1386548.813360751140863, 5859256.685926430858672 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 754.60003662109375, "elevtn_dn": 754.60003662109375, "invlev_up": 752.10003662109375, "invlev_dn": 752.10003662109375, "manhole_up": "manhole_620_generated", "manhole_dn": "manhole_621_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386548.813360751140863, 5859256.685926430858672 ], [ 1386502.175079239532351, 5859268.203606447204947 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 754.60003662109375, "elevtn_dn": 742.5, "invlev_up": 752.10003662109375, "invlev_dn": 740.0, "manhole_up": "manhole_621_generated", "manhole_dn": "manhole_622_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386502.175079239532351, 5859268.203606447204947 ], [ 1386455.354356503346935, 5859278.943273726850748 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 742.5, "elevtn_dn": 742.5, "invlev_up": 740.0, "invlev_dn": 740.0, "manhole_up": "manhole_622_generated", "manhole_dn": "manhole_623_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386455.354356503346935, 5859278.943273726850748 ], [ 1386408.879239794565365, 5859290.671229789964855 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 742.5, "elevtn_dn": 717.60003662109375, "invlev_up": 740.0, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_623_generated", "manhole_dn": "manhole_624_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386408.879239794565365, 5859290.671229789964855 ], [ 1386364.691368696978316, 5859309.518465746194124 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E11", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 717.60003662109375, "elevtn_dn": 717.60003662109375, "invlev_up": 715.10003662109375, "invlev_dn": 715.10003662109375, "manhole_up": "manhole_624_generated", "manhole_dn": "manhole_625_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386364.691368696978316, 5859309.518465746194124 ], [ 1386320.503497599391267, 5859328.365701701492071 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_33_E12", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_33", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_33", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 717.60003662109375, "elevtn_dn": 711.0, "invlev_up": 715.10003662109375, "invlev_dn": 708.5, "manhole_up": "manhole_625_generated", "manhole_dn": "manhole_626_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386320.503497599391267, 5859328.365701701492071 ], [ 1386273.173811787506565, 5859335.36546028777957 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 951.29998779296875, "elevtn_dn": 953.70001220703125, "invlev_up": 948.79998779296875, "invlev_dn": 951.20001220703125, "manhole_up": "manhole_10_generated", "manhole_dn": "manhole_627_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388946.301100668497384, 5860414.883977899327874 ], [ 1388922.246059404918924, 5860458.418739438988268 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 953.70001220703125, "elevtn_dn": 953.70001220703125, "invlev_up": 951.20001220703125, "invlev_dn": 951.20001220703125, "manhole_up": "manhole_627_generated", "manhole_dn": "manhole_628_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388922.246059404918924, 5860458.418739438988268 ], [ 1388900.295977992936969, 5860503.075897979550064 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 953.70001220703125, "elevtn_dn": 955.70001220703125, "invlev_up": 951.20001220703125, "invlev_dn": 953.20001220703125, "manhole_up": "manhole_628_generated", "manhole_dn": "manhole_629_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388900.295977992936969, 5860503.075897979550064 ], [ 1388878.345896581187844, 5860547.733056520111859 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 955.70001220703125, "elevtn_dn": 953.79998779296875, "invlev_up": 953.20001220703125, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_629_generated", "manhole_dn": "manhole_630_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388878.345896581187844, 5860547.733056520111859 ], [ 1388856.887740465346724, 5860592.570927501656115 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 953.79998779296875, "elevtn_dn": 953.79998779296875, "invlev_up": 951.29998779296875, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_630_generated", "manhole_dn": "manhole_631_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388856.887740465346724, 5860592.570927501656115 ], [ 1388853.076019846601412, 5860641.795407227240503 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 953.79998779296875, "elevtn_dn": 953.79998779296875, "invlev_up": 951.29998779296875, "invlev_dn": 951.29998779296875, "manhole_up": "manhole_631_generated", "manhole_dn": "manhole_632_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388853.076019846601412, 5860641.795407227240503 ], [ 1388856.119826921960339, 5860691.462329030036926 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 953.79998779296875, "elevtn_dn": 952.5, "invlev_up": 951.29998779296875, "invlev_dn": 950.0, "manhole_up": "manhole_632_generated", "manhole_dn": "manhole_633_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388856.119826921960339, 5860691.462329030036926 ], [ 1388859.163633997086436, 5860741.12925083283335 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 952.5, "elevtn_dn": 952.5, "invlev_up": 950.0, "invlev_dn": 950.0, "manhole_up": "manhole_633_generated", "manhole_dn": "manhole_634_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388859.163633997086436, 5860741.12925083283335 ], [ 1388862.207441072445363, 5860790.796172635629773 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 952.5, "elevtn_dn": 945.5, "invlev_up": 950.0, "invlev_dn": 943.0, "manhole_up": "manhole_634_generated", "manhole_dn": "manhole_635_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388862.207441072445363, 5860790.796172635629773 ], [ 1388866.356326055014506, 5860840.344227194786072 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.5, "elevtn_dn": 945.5, "invlev_up": 943.0, "invlev_dn": 943.0, "manhole_up": "manhole_635_generated", "manhole_dn": "manhole_636_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388866.356326055014506, 5860840.344227194786072 ], [ 1388873.944740658160299, 5860889.522310186177492 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.5, "elevtn_dn": 945.5, "invlev_up": 943.0, "invlev_dn": 943.0, "manhole_up": "manhole_636_generated", "manhole_dn": "manhole_637_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388873.944740658160299, 5860889.522310186177492 ], [ 1388883.17427325528115, 5860938.398467163555324 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E11", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 945.5, "elevtn_dn": 937.4000244140625, "invlev_up": 943.0, "invlev_dn": 934.9000244140625, "manhole_up": "manhole_637_generated", "manhole_dn": "manhole_638_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388883.17427325528115, 5860938.398467163555324 ], [ 1388890.216840920504183, 5860987.212368851527572 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E12", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 937.4000244140625, "elevtn_dn": 937.4000244140625, "invlev_up": 934.9000244140625, "invlev_dn": 934.9000244140625, "manhole_up": "manhole_638_generated", "manhole_dn": "manhole_639_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388890.216840920504183, 5860987.212368851527572 ], [ 1388884.322194910608232, 5861036.62209493201226 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E13", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 937.4000244140625, "elevtn_dn": 937.4000244140625, "invlev_up": 934.9000244140625, "invlev_dn": 934.9000244140625, "manhole_up": "manhole_639_generated", "manhole_dn": "manhole_640_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388884.322194910608232, 5861036.62209493201226 ], [ 1388878.427548900712281, 5861086.031821011565626 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E14", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 937.4000244140625, "elevtn_dn": 930.4000244140625, "invlev_up": 934.9000244140625, "invlev_dn": 927.9000244140625, "manhole_up": "manhole_640_generated", "manhole_dn": "manhole_641_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388878.427548900712281, 5861086.031821011565626 ], [ 1388872.532902890816331, 5861135.441547092050314 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E15", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 930.4000244140625, "elevtn_dn": 930.4000244140625, "invlev_up": 927.9000244140625, "invlev_dn": 927.9000244140625, "manhole_up": "manhole_641_generated", "manhole_dn": "manhole_642_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388872.532902890816331, 5861135.441547092050314 ], [ 1388866.63825688092038, 5861184.851273172535002 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E16", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 930.4000244140625, "elevtn_dn": 930.4000244140625, "invlev_up": 927.9000244140625, "invlev_dn": 927.9000244140625, "manhole_up": "manhole_642_generated", "manhole_dn": "manhole_643_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388866.63825688092038, 5861184.851273172535002 ], [ 1388854.620840607210994, 5861232.489912945777178 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E17", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 930.4000244140625, "elevtn_dn": 926.60003662109375, "invlev_up": 927.9000244140625, "invlev_dn": 924.10003662109375, "manhole_up": "manhole_643_generated", "manhole_dn": "manhole_644_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388854.620840607210994, 5861232.489912945777178 ], [ 1388833.22756120422855, 5861277.416469449177384 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E18", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 926.60003662109375, "elevtn_dn": 926.60003662109375, "invlev_up": 924.10003662109375, "invlev_dn": 924.10003662109375, "manhole_up": "manhole_644_generated", "manhole_dn": "manhole_645_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388833.22756120422855, 5861277.416469449177384 ], [ 1388811.834281801246107, 5861322.343025953508914 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E19", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 926.60003662109375, "elevtn_dn": 931.10003662109375, "invlev_up": 924.10003662109375, "invlev_dn": 928.60003662109375, "manhole_up": "manhole_645_generated", "manhole_dn": "manhole_646_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388811.834281801246107, 5861322.343025953508914 ], [ 1388790.441002398030832, 5861367.26958245690912 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E20", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 931.10003662109375, "elevtn_dn": 922.20001220703125, "invlev_up": 928.60003662109375, "invlev_dn": 919.70001220703125, "manhole_up": "manhole_646_generated", "manhole_dn": "manhole_647_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388790.441002398030832, 5861367.26958245690912 ], [ 1388769.047722995048389, 5861412.196138960309327 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E21", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 922.20001220703125, "elevtn_dn": 922.20001220703125, "invlev_up": 919.70001220703125, "invlev_dn": 919.70001220703125, "manhole_up": "manhole_647_generated", "manhole_dn": "manhole_648_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388769.047722995048389, 5861412.196138960309327 ], [ 1388747.654443592065945, 5861457.122695464640856 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E22", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 922.20001220703125, "elevtn_dn": 922.20001220703125, "invlev_up": 919.70001220703125, "invlev_dn": 919.70001220703125, "manhole_up": "manhole_648_generated", "manhole_dn": "manhole_649_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388747.654443592065945, 5861457.122695464640856 ], [ 1388725.026126575190574, 5861501.410491958260536 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E23", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 922.20001220703125, "elevtn_dn": 900.20001220703125, "invlev_up": 919.70001220703125, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_649_generated", "manhole_dn": "manhole_650_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388725.026126575190574, 5861501.410491958260536 ], [ 1388700.725248141447082, 5861544.833241644315422 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E24", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 900.20001220703125, "elevtn_dn": 900.20001220703125, "invlev_up": 897.70001220703125, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_650_generated", "manhole_dn": "manhole_651_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388700.725248141447082, 5861544.833241644315422 ], [ 1388676.42436970770359, 5861588.255991329438984 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E25", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 900.20001220703125, "elevtn_dn": 900.20001220703125, "invlev_up": 897.70001220703125, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_651_generated", "manhole_dn": "manhole_652_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388676.42436970770359, 5861588.255991329438984 ], [ 1388632.324464634526521, 5861606.441272142343223 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E26", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 900.20001220703125, "elevtn_dn": 898.4000244140625, "invlev_up": 897.70001220703125, "invlev_dn": 895.9000244140625, "manhole_up": "manhole_652_generated", "manhole_dn": "manhole_653_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388632.324464634526521, 5861606.441272142343223 ], [ 1388583.463808472501114, 5861611.105615227483213 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E27", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 898.4000244140625, "elevtn_dn": 898.4000244140625, "invlev_up": 895.9000244140625, "invlev_dn": 895.9000244140625, "manhole_up": "manhole_653_generated", "manhole_dn": "manhole_654_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388583.463808472501114, 5861611.105615227483213 ], [ 1388534.764012826373801, 5861604.222017968073487 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E28", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 898.4000244140625, "elevtn_dn": 903.60003662109375, "invlev_up": 895.9000244140625, "invlev_dn": 901.10003662109375, "manhole_up": "manhole_654_generated", "manhole_dn": "manhole_655_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388534.764012826373801, 5861604.222017968073487 ], [ 1388489.566489090910181, 5861583.40731808822602 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E29", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 903.60003662109375, "elevtn_dn": 903.60003662109375, "invlev_up": 901.10003662109375, "invlev_dn": 901.10003662109375, "manhole_up": "manhole_655_generated", "manhole_dn": "manhole_656_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388489.566489090910181, 5861583.40731808822602 ], [ 1388444.204915680922568, 5861563.162508152425289 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E30", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 903.60003662109375, "elevtn_dn": 906.4000244140625, "invlev_up": 901.10003662109375, "invlev_dn": 903.9000244140625, "manhole_up": "manhole_656_generated", "manhole_dn": "manhole_657_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388444.204915680922568, 5861563.162508152425289 ], [ 1388394.858231473481283, 5861556.761520680040121 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E31", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 906.4000244140625, "elevtn_dn": 906.4000244140625, "invlev_up": 903.9000244140625, "invlev_dn": 903.9000244140625, "manhole_up": "manhole_657_generated", "manhole_dn": "manhole_658_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388394.858231473481283, 5861556.761520680040121 ], [ 1388350.680838279658929, 5861570.408674017526209 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E32", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 906.4000244140625, "elevtn_dn": 900.20001220703125, "invlev_up": 903.9000244140625, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_658_generated", "manhole_dn": "manhole_659_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388350.680838279658929, 5861570.408674017526209 ], [ 1388310.581732882419601, 5861599.872713611461222 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E33", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 900.20001220703125, "elevtn_dn": 900.20001220703125, "invlev_up": 897.70001220703125, "invlev_dn": 897.70001220703125, "manhole_up": "manhole_659_generated", "manhole_dn": "manhole_660_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388310.581732882419601, 5861599.872713611461222 ], [ 1388271.039625711739063, 5861629.969603477045894 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E34", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 900.20001220703125, "elevtn_dn": 890.0, "invlev_up": 897.70001220703125, "invlev_dn": 887.5, "manhole_up": "manhole_660_generated", "manhole_dn": "manhole_661_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388271.039625711739063, 5861629.969603477045894 ], [ 1388236.722210306907073, 5861666.002683873288333 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E35", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 890.0, "elevtn_dn": 890.0, "invlev_up": 887.5, "invlev_dn": 887.5, "manhole_up": "manhole_661_generated", "manhole_dn": "manhole_662_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388236.722210306907073, 5861666.002683873288333 ], [ 1388202.404794902307913, 5861702.035764269530773 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E36", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 890.0, "elevtn_dn": 890.0, "invlev_up": 887.5, "invlev_dn": 887.5, "manhole_up": "manhole_662_generated", "manhole_dn": "manhole_663_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388202.404794902307913, 5861702.035764269530773 ], [ 1388168.087379497475922, 5861738.068844665773213 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E37", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 890.0, "elevtn_dn": 885.9000244140625, "invlev_up": 887.5, "invlev_dn": 883.4000244140625, "manhole_up": "manhole_663_generated", "manhole_dn": "manhole_664_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388168.087379497475922, 5861738.068844665773213 ], [ 1388133.769964092643932, 5861774.101925062015653 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E38", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 885.9000244140625, "elevtn_dn": 874.0, "invlev_up": 883.4000244140625, "invlev_dn": 871.5, "manhole_up": "manhole_664_generated", "manhole_dn": "manhole_665_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388133.769964092643932, 5861774.101925062015653 ], [ 1388099.452548687811941, 5861810.13500545732677 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E39", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 874.0, "elevtn_dn": 874.0, "invlev_up": 871.5, "invlev_dn": 871.5, "manhole_up": "manhole_665_generated", "manhole_dn": "manhole_666_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388099.452548687811941, 5861810.13500545732677 ], [ 1388065.135133283212781, 5861846.16808585356921 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E40", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 874.0, "elevtn_dn": 862.20001220703125, "invlev_up": 871.5, "invlev_dn": 859.70001220703125, "manhole_up": "manhole_666_generated", "manhole_dn": "manhole_667_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388065.135133283212781, 5861846.16808585356921 ], [ 1388022.995196633273736, 5861866.899685021489859 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E41", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 862.20001220703125, "elevtn_dn": 862.20001220703125, "invlev_up": 859.70001220703125, "invlev_dn": 859.70001220703125, "manhole_up": "manhole_667_generated", "manhole_dn": "manhole_668_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388022.995196633273736, 5861866.899685021489859 ], [ 1387973.690499771386385, 5861873.616436487063766 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E42", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 862.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 859.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_668_generated", "manhole_dn": "manhole_669_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387973.690499771386385, 5861873.616436487063766 ], [ 1387924.470484273741022, 5861880.90659652557224 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E43", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 859.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 856.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_669_generated", "manhole_dn": "manhole_670_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387924.470484273741022, 5861880.90659652557224 ], [ 1387877.962616891367361, 5861896.157046243548393 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E44", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 859.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 856.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_670_generated", "manhole_dn": "manhole_671_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387877.962616891367361, 5861896.157046243548393 ], [ 1387917.070526217576116, 5861911.915829903446138 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E45", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 859.20001220703125, "elevtn_dn": 859.20001220703125, "invlev_up": 856.70001220703125, "invlev_dn": 856.70001220703125, "manhole_up": "manhole_671_generated", "manhole_dn": "manhole_672_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387917.070526217576116, 5861911.915829903446138 ], [ 1387966.654667611001059, 5861916.096835186704993 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E46", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 859.20001220703125, "elevtn_dn": 846.29998779296875, "invlev_up": 856.70001220703125, "invlev_dn": 843.79998779296875, "manhole_up": "manhole_672_generated", "manhole_dn": "manhole_673_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387966.654667611001059, 5861916.096835186704993 ], [ 1388016.318005530629307, 5861919.063731476664543 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E47", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 846.29998779296875, "elevtn_dn": 850.10003662109375, "invlev_up": 843.79998779296875, "invlev_dn": 847.60003662109375, "manhole_up": "manhole_673_generated", "manhole_dn": "manhole_674_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388016.318005530629307, 5861919.063731476664543 ], [ 1388066.025120510486886, 5861921.359510923735797 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E48", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 850.10003662109375, "elevtn_dn": 850.10003662109375, "invlev_up": 847.60003662109375, "invlev_dn": 847.60003662109375, "manhole_up": "manhole_674_generated", "manhole_dn": "manhole_675_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388066.025120510486886, 5861921.359510923735797 ], [ 1388115.732235490344465, 5861923.655290370807052 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E49", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 850.10003662109375, "elevtn_dn": 849.0, "invlev_up": 847.60003662109375, "invlev_dn": 846.5, "manhole_up": "manhole_675_generated", "manhole_dn": "manhole_676_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388115.732235490344465, 5861923.655290370807052 ], [ 1388161.130695321131498, 5861931.457672152668238 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E50", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 849.0, "elevtn_dn": 850.10003662109375, "invlev_up": 846.5, "invlev_dn": 847.60003662109375, "manhole_up": "manhole_676_generated", "manhole_dn": "manhole_677_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388161.130695321131498, 5861931.457672152668238 ], [ 1388139.871223766123876, 5861964.082641129381955 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E51", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 850.10003662109375, "elevtn_dn": 850.10003662109375, "invlev_up": 847.60003662109375, "invlev_dn": 847.60003662109375, "manhole_up": "manhole_677_generated", "manhole_dn": "manhole_678_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388139.871223766123876, 5861964.082641129381955 ], [ 1388090.726845995755866, 5861957.769498392008245 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E52", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 850.10003662109375, "elevtn_dn": 846.29998779296875, "invlev_up": 847.60003662109375, "invlev_dn": 843.79998779296875, "manhole_up": "manhole_678_generated", "manhole_dn": "manhole_679_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388090.726845995755866, 5861957.769498392008245 ], [ 1388049.339104855433106, 5861983.736727176234126 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E53", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 846.29998779296875, "elevtn_dn": 846.29998779296875, "invlev_up": 843.79998779296875, "invlev_dn": 843.79998779296875, "manhole_up": "manhole_679_generated", "manhole_dn": "manhole_680_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388049.339104855433106, 5861983.736727176234126 ], [ 1388024.713075590552762, 5862026.975905770435929 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E54", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 846.29998779296875, "elevtn_dn": 846.29998779296875, "invlev_up": 843.79998779296875, "invlev_dn": 843.79998779296875, "manhole_up": "manhole_680_generated", "manhole_dn": "manhole_681_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388024.713075590552762, 5862026.975905770435929 ], [ 1387980.016218039905652, 5862047.702198376879096 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E55", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 846.29998779296875, "elevtn_dn": 793.5, "invlev_up": 843.79998779296875, "invlev_dn": 791.0, "manhole_up": "manhole_681_generated", "manhole_dn": "manhole_682_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387980.016218039905652, 5862047.702198376879096 ], [ 1387931.90673128189519, 5862056.853296543471515 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E56", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 793.5, "elevtn_dn": 793.5, "invlev_up": 791.0, "invlev_dn": 791.0, "manhole_up": "manhole_682_generated", "manhole_dn": "manhole_683_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387931.90673128189519, 5862056.853296543471515 ], [ 1387882.187313467729837, 5862058.865105460397899 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E57", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 793.5, "elevtn_dn": 793.20001220703125, "invlev_up": 791.0, "invlev_dn": 790.70001220703125, "manhole_up": "manhole_683_generated", "manhole_dn": "manhole_684_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387882.187313467729837, 5862058.865105460397899 ], [ 1387832.722497318405658, 5862057.3410848621279 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E58", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 793.20001220703125, "elevtn_dn": 830.29998779296875, "invlev_up": 790.70001220703125, "invlev_dn": 827.79998779296875, "manhole_up": "manhole_684_generated", "manhole_dn": "manhole_685_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387832.722497318405658, 5862057.3410848621279 ], [ 1387783.80423084856011, 5862048.226750630885363 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E59", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 830.29998779296875, "elevtn_dn": 817.70001220703125, "invlev_up": 827.79998779296875, "invlev_dn": 815.20001220703125, "manhole_up": "manhole_685_generated", "manhole_dn": "manhole_686_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387783.80423084856011, 5862048.226750630885363 ], [ 1387734.885964378714561, 5862039.112416399642825 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E60", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 817.70001220703125, "elevtn_dn": 813.70001220703125, "invlev_up": 815.20001220703125, "invlev_dn": 811.20001220703125, "manhole_up": "manhole_686_generated", "manhole_dn": "manhole_687_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387734.885964378714561, 5862039.112416399642825 ], [ 1387685.967697908869013, 5862029.998082168400288 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E61", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 813.70001220703125, "elevtn_dn": 813.70001220703125, "invlev_up": 811.20001220703125, "invlev_dn": 811.20001220703125, "manhole_up": "manhole_687_generated", "manhole_dn": "manhole_688_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387685.967697908869013, 5862029.998082168400288 ], [ 1387637.036115845199674, 5862020.957140567712486 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E62", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 813.70001220703125, "elevtn_dn": 807.0, "invlev_up": 811.20001220703125, "invlev_dn": 804.5, "manhole_up": "manhole_688_generated", "manhole_dn": "manhole_689_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387637.036115845199674, 5862020.957140567712486 ], [ 1387588.033849656581879, 5862012.305794355459511 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E63", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.0, "elevtn_dn": 807.0, "invlev_up": 804.5, "invlev_dn": 804.5, "manhole_up": "manhole_689_generated", "manhole_dn": "manhole_690_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387588.033849656581879, 5862012.305794355459511 ], [ 1387539.031583468196914, 5862003.654448143206537 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E64", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 807.0, "elevtn_dn": 793.10003662109375, "invlev_up": 804.5, "invlev_dn": 790.60003662109375, "manhole_up": "manhole_690_generated", "manhole_dn": "manhole_691_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387539.031583468196914, 5862003.654448143206537 ], [ 1387490.029317279579118, 5861995.003101930953562 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E65", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 793.10003662109375, "elevtn_dn": 793.10003662109375, "invlev_up": 790.60003662109375, "invlev_dn": 790.60003662109375, "manhole_up": "manhole_691_generated", "manhole_dn": "manhole_692_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387490.029317279579118, 5861995.003101930953562 ], [ 1387440.720367865404114, 5861989.908138634636998 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E66", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 793.10003662109375, "elevtn_dn": 770.60003662109375, "invlev_up": 790.60003662109375, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_692_generated", "manhole_dn": "manhole_693_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387440.720367865404114, 5861989.908138634636998 ], [ 1387390.960446665296331, 5861990.042768024839461 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E67", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 770.60003662109375, "elevtn_dn": 770.60003662109375, "invlev_up": 768.10003662109375, "invlev_dn": 768.10003662109375, "manhole_up": "manhole_693_generated", "manhole_dn": "manhole_694_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387390.960446665296331, 5861990.042768024839461 ], [ 1387341.200525465421379, 5861990.177397414110601 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E68", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 770.60003662109375, "elevtn_dn": 749.60003662109375, "invlev_up": 768.10003662109375, "invlev_dn": 747.10003662109375, "manhole_up": "manhole_694_generated", "manhole_dn": "manhole_695_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387341.200525465421379, 5861990.177397414110601 ], [ 1387291.440604265546426, 5861990.312026804313064 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E69", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 749.60003662109375, "elevtn_dn": 749.60003662109375, "invlev_up": 747.10003662109375, "invlev_dn": 747.10003662109375, "manhole_up": "manhole_695_generated", "manhole_dn": "manhole_696_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387291.440604265546426, 5861990.312026804313064 ], [ 1387246.706285298336297, 5861974.212805554270744 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E70", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 749.60003662109375, "elevtn_dn": 747.0, "invlev_up": 747.10003662109375, "invlev_dn": 744.5, "manhole_up": "manhole_696_generated", "manhole_dn": "manhole_697_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387246.706285298336297, 5861974.212805554270744 ], [ 1387205.725988702848554, 5861945.987228964455426 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E71", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 747.0, "elevtn_dn": 771.79998779296875, "invlev_up": 744.5, "invlev_dn": 769.29998779296875, "manhole_up": "manhole_697_generated", "manhole_dn": "manhole_698_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387205.725988702848554, 5861945.987228964455426 ], [ 1387164.745692107127979, 5861917.761652374640107 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E72", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 771.79998779296875, "elevtn_dn": 764.10003662109375, "invlev_up": 769.29998779296875, "invlev_dn": 761.60003662109375, "manhole_up": "manhole_698_generated", "manhole_dn": "manhole_699_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387164.745692107127979, 5861917.761652374640107 ], [ 1387115.569933785125613, 5861911.215812381356955 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E73", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 764.10003662109375, "elevtn_dn": 764.10003662109375, "invlev_up": 761.60003662109375, "invlev_dn": 761.60003662109375, "manhole_up": "manhole_699_generated", "manhole_dn": "manhole_700_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387115.569933785125613, 5861911.215812381356955 ], [ 1387066.165866439929232, 5861905.273926095105708 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E74", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 764.10003662109375, "elevtn_dn": 747.70001220703125, "invlev_up": 761.60003662109375, "invlev_dn": 745.20001220703125, "manhole_up": "manhole_700_generated", "manhole_dn": "manhole_701_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387066.165866439929232, 5861905.273926095105708 ], [ 1387016.666836149292067, 5861900.238133460283279 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E75", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 747.70001220703125, "elevtn_dn": 747.70001220703125, "invlev_up": 745.20001220703125, "invlev_dn": 745.20001220703125, "manhole_up": "manhole_701_generated", "manhole_dn": "manhole_702_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387016.666836149292067, 5861900.238133460283279 ], [ 1386975.698310127714649, 5861874.842493440955877 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E76", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 747.70001220703125, "elevtn_dn": 739.60003662109375, "invlev_up": 745.20001220703125, "invlev_dn": 737.10003662109375, "manhole_up": "manhole_702_generated", "manhole_dn": "manhole_703_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386975.698310127714649, 5861874.842493440955877 ], [ 1386937.286019780673087, 5861843.21080310922116 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E77", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 739.60003662109375, "elevtn_dn": 739.60003662109375, "invlev_up": 737.10003662109375, "invlev_dn": 737.10003662109375, "manhole_up": "manhole_703_generated", "manhole_dn": "manhole_704_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386937.286019780673087, 5861843.21080310922116 ], [ 1386898.873729433864355, 5861811.579112778417766 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E78", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 739.60003662109375, "elevtn_dn": 755.20001220703125, "invlev_up": 737.10003662109375, "invlev_dn": 752.70001220703125, "manhole_up": "manhole_704_generated", "manhole_dn": "manhole_705_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386898.873729433864355, 5861811.579112778417766 ], [ 1386860.461439087055624, 5861779.947422447614372 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E79", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 755.20001220703125, "elevtn_dn": 745.29998779296875, "invlev_up": 752.70001220703125, "invlev_dn": 742.79998779296875, "manhole_up": "manhole_705_generated", "manhole_dn": "manhole_706_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386860.461439087055624, 5861779.947422447614372 ], [ 1386822.049148740014061, 5861748.315732115879655 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E80", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 745.29998779296875, "elevtn_dn": 745.29998779296875, "invlev_up": 742.79998779296875, "invlev_dn": 742.79998779296875, "manhole_up": "manhole_706_generated", "manhole_dn": "manhole_707_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386822.049148740014061, 5861748.315732115879655 ], [ 1386774.418702265014872, 5861733.958941764198244 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E81", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 745.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 742.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_707_generated", "manhole_dn": "manhole_708_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386774.418702265014872, 5861733.958941764198244 ], [ 1386726.75721522886306, 5861719.660321676172316 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E82", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_708_generated", "manhole_dn": "manhole_709_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386726.75721522886306, 5861719.660321676172316 ], [ 1386681.211287560872734, 5861700.510515534318984 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E83", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 777.9000244140625, "invlev_up": 721.79998779296875, "invlev_dn": 775.4000244140625, "manhole_up": "manhole_709_generated", "manhole_dn": "manhole_710_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386681.211287560872734, 5861700.510515534318984 ], [ 1386655.081909105414525, 5861659.807657876051962 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E84", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.9000244140625, "elevtn_dn": 758.79998779296875, "invlev_up": 775.4000244140625, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_710_generated", "manhole_dn": "manhole_711_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386655.081909105414525, 5861659.807657876051962 ], [ 1386647.41175345890224, 5861610.757949161343277 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E85", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.79998779296875, "elevtn_dn": 758.79998779296875, "invlev_up": 756.29998779296875, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_711_generated", "manhole_dn": "manhole_712_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386647.41175345890224, 5861610.757949161343277 ], [ 1386641.745189253240824, 5861561.363539570011199 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E86", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.79998779296875, "elevtn_dn": 732.4000244140625, "invlev_up": 756.29998779296875, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_712_generated", "manhole_dn": "manhole_713_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386641.745189253240824, 5861561.363539570011199 ], [ 1386642.37134926696308, 5861511.607376066967845 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E87", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.4000244140625, "elevtn_dn": 732.4000244140625, "invlev_up": 729.9000244140625, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_713_generated", "manhole_dn": "manhole_714_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386642.37134926696308, 5861511.607376066967845 ], [ 1386642.997509280918166, 5861461.851212563924491 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E88", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.4000244140625, "elevtn_dn": 732.4000244140625, "invlev_up": 729.9000244140625, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_714_generated", "manhole_dn": "manhole_715_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386642.997509280918166, 5861461.851212563924491 ], [ 1386643.623669294640422, 5861412.09504906181246 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_34_E89", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_34", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_34", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.4000244140625, "elevtn_dn": 724.29998779296875, "invlev_up": 729.9000244140625, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_715_generated", "manhole_dn": "" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386643.623669294640422, 5861412.09504906181246 ], [ 1386648.271799877518788, 5861347.644815167412162 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_35_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_35", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_35", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_716_generated", "manhole_dn": "manhole_717_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386060.978602184914052, 5859873.390328846871853 ], [ 1386078.54455375042744, 5859857.065600479952991 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_35_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_35", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_35", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_717_generated", "manhole_dn": "manhole_718_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386078.54455375042744, 5859857.065600479952991 ], [ 1386079.86695942771621, 5859885.500408614054322 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_36_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_36", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_36", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_719_generated", "manhole_dn": "manhole_716_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386030.926458492642269, 5859869.881591100245714 ], [ 1386060.978602184914052, 5859873.390328846871853 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_37_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_37", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_37", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.29998779296875, "elevtn_dn": 780.79998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 778.29998779296875, "manhole_up": "manhole_720_generated", "manhole_dn": "manhole_716_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386043.381105761509389, 5859908.11929196305573 ], [ 1386060.978602184914052, 5859873.390328846871853 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_38_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_38", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_38", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_718_generated", "manhole_dn": "manhole_721_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386079.86695942771621, 5859885.500408614054322 ], [ 1386081.40363402524963, 5859934.756705570034683 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_38_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_38", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_38", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.29998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_721_generated", "manhole_dn": "manhole_722_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386081.40363402524963, 5859934.756705570034683 ], [ 1386080.471781946951523, 5859983.948014200665057 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_38_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_38", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_38", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.29998779296875, "elevtn_dn": 756.5, "invlev_up": 763.79998779296875, "invlev_dn": 754.0, "manhole_up": "manhole_722_generated", "manhole_dn": "manhole_723_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386080.471781946951523, 5859983.948014200665057 ], [ 1386081.101269942475483, 5860033.01989212166518 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_39_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_39", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_39", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.79998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 778.29998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_718_generated", "manhole_dn": "manhole_724_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386079.86695942771621, 5859885.500408614054322 ], [ 1386051.415038994979113, 5859913.714703594334424 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_39_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_39", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_39", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.29998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_724_generated", "manhole_dn": "manhole_725_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386051.415038994979113, 5859913.714703594334424 ], [ 1386056.753747603856027, 5859949.43277302198112 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_39_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_39", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_39", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.29998779296875, "elevtn_dn": 766.29998779296875, "invlev_up": 763.79998779296875, "invlev_dn": 763.79998779296875, "manhole_up": "manhole_725_generated", "manhole_dn": "manhole_726_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386056.753747603856027, 5859949.43277302198112 ], [ 1386070.153564189793542, 5859990.873222404159606 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_39_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_39", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_39", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 766.29998779296875, "elevtn_dn": 756.5, "invlev_up": 763.79998779296875, "invlev_dn": 754.0, "manhole_up": "manhole_726_generated", "manhole_dn": "manhole_723_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386070.153564189793542, 5859990.873222404159606 ], [ 1386081.101269942475483, 5860033.01989212166518 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 756.5, "elevtn_dn": 756.5, "invlev_up": 754.0, "invlev_dn": 754.0, "manhole_up": "manhole_723_generated", "manhole_dn": "manhole_727_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386081.101269942475483, 5860033.01989212166518 ], [ 1386095.159510504920036, 5860079.476792480796576 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 756.5, "elevtn_dn": 720.29998779296875, "invlev_up": 754.0, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_727_generated", "manhole_dn": "manhole_728_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386095.159510504920036, 5860079.476792480796576 ], [ 1386119.249574675457552, 5860122.285581497475505 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 720.29998779296875, "elevtn_dn": 720.29998779296875, "invlev_up": 717.79998779296875, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_728_generated", "manhole_dn": "manhole_729_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386119.249574675457552, 5860122.285581497475505 ], [ 1386143.813145637512207, 5860164.822058788500726 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 720.29998779296875, "elevtn_dn": 732.5, "invlev_up": 717.79998779296875, "invlev_dn": 730.0, "manhole_up": "manhole_729_generated", "manhole_dn": "manhole_730_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386143.813145637512207, 5860164.822058788500726 ], [ 1386168.698389830067754, 5860207.173543182201684 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.5, "elevtn_dn": 732.5, "invlev_up": 730.0, "invlev_dn": 730.0, "manhole_up": "manhole_730_generated", "manhole_dn": "manhole_731_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386168.698389830067754, 5860207.173543182201684 ], [ 1386190.960878706537187, 5860250.914158629253507 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.5, "elevtn_dn": 720.29998779296875, "invlev_up": 730.0, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_731_generated", "manhole_dn": "manhole_732_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386190.960878706537187, 5860250.914158629253507 ], [ 1386212.013376480899751, 5860295.295640649273992 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 720.29998779296875, "elevtn_dn": 729.10003662109375, "invlev_up": 717.79998779296875, "invlev_dn": 726.60003662109375, "manhole_up": "manhole_732_generated", "manhole_dn": "manhole_733_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386212.013376480899751, 5860295.295640649273992 ], [ 1386233.065874255495146, 5860339.677122670225799 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 729.10003662109375, "elevtn_dn": 729.10003662109375, "invlev_up": 726.60003662109375, "invlev_dn": 726.60003662109375, "manhole_up": "manhole_733_generated", "manhole_dn": "manhole_734_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386233.065874255495146, 5860339.677122670225799 ], [ 1386254.118372030090541, 5860384.058604690246284 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 729.10003662109375, "elevtn_dn": 729.10003662109375, "invlev_up": 726.60003662109375, "invlev_dn": 726.60003662109375, "manhole_up": "manhole_734_generated", "manhole_dn": "manhole_735_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386254.118372030090541, 5860384.058604690246284 ], [ 1386270.265550139825791, 5860430.368606903590262 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 729.10003662109375, "elevtn_dn": 746.10003662109375, "invlev_up": 726.60003662109375, "invlev_dn": 743.60003662109375, "manhole_up": "manhole_735_generated", "manhole_dn": "manhole_736_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386270.265550139825791, 5860430.368606903590262 ], [ 1386284.690116602927446, 5860477.310510716401041 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 746.10003662109375, "elevtn_dn": 746.10003662109375, "invlev_up": 743.60003662109375, "invlev_dn": 743.60003662109375, "manhole_up": "manhole_736_generated", "manhole_dn": "manhole_737_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386284.690116602927446, 5860477.310510716401041 ], [ 1386295.943752367515117, 5860525.125563691370189 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E11", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 746.10003662109375, "elevtn_dn": 720.29998779296875, "invlev_up": 743.60003662109375, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_737_generated", "manhole_dn": "manhole_738_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386295.943752367515117, 5860525.125563691370189 ], [ 1386307.197388132335618, 5860572.940616665408015 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E12", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 720.29998779296875, "elevtn_dn": 720.29998779296875, "invlev_up": 717.79998779296875, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_738_generated", "manhole_dn": "manhole_739_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386307.197388132335618, 5860572.940616665408015 ], [ 1386318.451023896923289, 5860620.755669640377164 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E13", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 720.29998779296875, "elevtn_dn": 720.29998779296875, "invlev_up": 717.79998779296875, "invlev_dn": 717.79998779296875, "manhole_up": "manhole_739_generated", "manhole_dn": "manhole_740_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386318.451023896923289, 5860620.755669640377164 ], [ 1386329.704659661510959, 5860668.57072261441499 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E14", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 720.29998779296875, "elevtn_dn": 737.60003662109375, "invlev_up": 717.79998779296875, "invlev_dn": 735.10003662109375, "manhole_up": "manhole_740_generated", "manhole_dn": "manhole_741_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386329.704659661510959, 5860668.57072261441499 ], [ 1386340.95829542633146, 5860716.385775589384139 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E15", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 737.60003662109375, "elevtn_dn": 737.60003662109375, "invlev_up": 735.10003662109375, "invlev_dn": 735.10003662109375, "manhole_up": "manhole_741_generated", "manhole_dn": "manhole_742_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386340.95829542633146, 5860716.385775589384139 ], [ 1386352.211931190919131, 5860764.200828563421965 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E16", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 737.60003662109375, "elevtn_dn": 737.60003662109375, "invlev_up": 735.10003662109375, "invlev_dn": 735.10003662109375, "manhole_up": "manhole_742_generated", "manhole_dn": "manhole_743_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386352.211931190919131, 5860764.200828563421965 ], [ 1386365.771370212780312, 5860811.365820310078561 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E17", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 737.60003662109375, "elevtn_dn": 744.5, "invlev_up": 735.10003662109375, "invlev_dn": 742.0, "manhole_up": "manhole_743_generated", "manhole_dn": "manhole_744_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386365.771370212780312, 5860811.365820310078561 ], [ 1386381.150273493025452, 5860858.017861452884972 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E18", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 744.5, "elevtn_dn": 724.29998779296875, "invlev_up": 742.0, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_744_generated", "manhole_dn": "manhole_745_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386381.150273493025452, 5860858.017861452884972 ], [ 1386398.399082327727228, 5860903.951519219204783 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E19", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_745_generated", "manhole_dn": "manhole_746_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386398.399082327727228, 5860903.951519219204783 ], [ 1386418.211523674428463, 5860948.90027645137161 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E20", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_746_generated", "manhole_dn": "manhole_747_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386418.211523674428463, 5860948.90027645137161 ], [ 1386441.67837643600069, 5860992.033180211670697 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E21", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_747_generated", "manhole_dn": "manhole_748_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386441.67837643600069, 5860992.033180211670697 ], [ 1386465.536530936835334, 5861034.971648660488427 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E22", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.9000244140625, "invlev_up": 721.79998779296875, "invlev_dn": 722.4000244140625, "manhole_up": "manhole_748_generated", "manhole_dn": "manhole_749_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386465.536530936835334, 5861034.971648660488427 ], [ 1386489.394685437437147, 5861077.910117109306157 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E23", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.9000244140625, "elevtn_dn": 724.29998779296875, "invlev_up": 722.4000244140625, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_749_generated", "manhole_dn": "manhole_750_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386489.394685437437147, 5861077.910117109306157 ], [ 1386513.252839938271791, 5861120.848585557192564 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E24", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_750_generated", "manhole_dn": "manhole_751_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386513.252839938271791, 5861120.848585557192564 ], [ 1386537.110994438873604, 5861163.787054006010294 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E25", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_751_generated", "manhole_dn": "manhole_752_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386537.110994438873604, 5861163.787054006010294 ], [ 1386560.969148939708248, 5861206.725522454828024 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E26", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_752_generated", "manhole_dn": "manhole_753_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386560.969148939708248, 5861206.725522454828024 ], [ 1386584.827303440310061, 5861249.663990902714431 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E27", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_753_generated", "manhole_dn": "manhole_754_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386584.827303440310061, 5861249.663990902714431 ], [ 1386607.696082097478211, 5861293.105181481689215 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E28", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_754_generated", "manhole_dn": "manhole_755_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386607.696082097478211, 5861293.105181481689215 ], [ 1386626.999141034670174, 5861338.164890616200864 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E29", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 732.4000244140625, "invlev_up": 721.79998779296875, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_755_generated", "manhole_dn": "manhole_756_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386626.999141034670174, 5861338.164890616200864 ], [ 1386632.635544582502916, 5861386.242180755361915 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E30", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.4000244140625, "elevtn_dn": 732.4000244140625, "invlev_up": 729.9000244140625, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_756_generated", "manhole_dn": "manhole_757_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386632.635544582502916, 5861386.242180755361915 ], [ 1386628.332881111185998, 5861435.174896763637662 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E31", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.4000244140625, "elevtn_dn": 732.4000244140625, "invlev_up": 729.9000244140625, "invlev_dn": 729.9000244140625, "manhole_up": "manhole_757_generated", "manhole_dn": "manhole_758_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386628.332881111185998, 5861435.174896763637662 ], [ 1386624.030217639869079, 5861484.107612771913409 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E32", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 732.4000244140625, "elevtn_dn": 758.79998779296875, "invlev_up": 729.9000244140625, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_758_generated", "manhole_dn": "manhole_759_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386624.030217639869079, 5861484.107612771913409 ], [ 1386619.72755416855216, 5861533.040328779257834 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E33", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.79998779296875, "elevtn_dn": 758.79998779296875, "invlev_up": 756.29998779296875, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_759_generated", "manhole_dn": "manhole_760_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386619.72755416855216, 5861533.040328779257834 ], [ 1386620.396809899713844, 5861581.843449912965298 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E34", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.79998779296875, "elevtn_dn": 758.79998779296875, "invlev_up": 756.29998779296875, "invlev_dn": 756.29998779296875, "manhole_up": "manhole_760_generated", "manhole_dn": "manhole_761_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386620.396809899713844, 5861581.843449912965298 ], [ 1386627.242796876933426, 5861630.485572309233248 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E35", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 758.79998779296875, "elevtn_dn": 777.9000244140625, "invlev_up": 756.29998779296875, "invlev_dn": 775.4000244140625, "manhole_up": "manhole_761_generated", "manhole_dn": "manhole_762_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386627.242796876933426, 5861630.485572309233248 ], [ 1386633.497009602142498, 5861679.177458625286818 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E36", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.9000244140625, "elevtn_dn": 777.9000244140625, "invlev_up": 775.4000244140625, "invlev_dn": 775.4000244140625, "manhole_up": "manhole_762_generated", "manhole_dn": "manhole_763_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386633.497009602142498, 5861679.177458625286818 ], [ 1386633.587326586712152, 5861728.232037586160004 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E37", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.9000244140625, "elevtn_dn": 777.9000244140625, "invlev_up": 775.4000244140625, "invlev_dn": 775.4000244140625, "manhole_up": "manhole_763_generated", "manhole_dn": "manhole_764_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386633.587326586712152, 5861728.232037586160004 ], [ 1386628.569951781770214, 5861777.096641942858696 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_40_E38", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_40", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_40", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.9000244140625, "elevtn_dn": 787.0, "invlev_up": 775.4000244140625, "invlev_dn": 784.5, "manhole_up": "manhole_764_generated", "manhole_dn": "manhole_765_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386628.569951781770214, 5861777.096641942858696 ], [ 1386623.552576976828277, 5861825.961246299557388 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 787.0, "elevtn_dn": 787.0, "invlev_up": 784.5, "invlev_dn": 784.5, "manhole_up": "manhole_765_generated", "manhole_dn": "manhole_766_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386623.552576976828277, 5861825.961246299557388 ], [ 1386622.452884682221338, 5861875.377415779046714 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 787.0, "elevtn_dn": 768.0, "invlev_up": 784.5, "invlev_dn": 765.5, "manhole_up": "manhole_766_generated", "manhole_dn": "manhole_767_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386622.452884682221338, 5861875.377415779046714 ], [ 1386630.050831846194342, 5861924.208797036670148 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 768.0, "elevtn_dn": 768.0, "invlev_up": 765.5, "invlev_dn": 765.5, "manhole_up": "manhole_767_generated", "manhole_dn": "manhole_768_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386630.050831846194342, 5861924.208797036670148 ], [ 1386645.112437101313844, 5861971.295391816645861 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 768.0, "elevtn_dn": 768.0, "invlev_up": 765.5, "invlev_dn": 765.5, "manhole_up": "manhole_768_generated", "manhole_dn": "manhole_769_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386645.112437101313844, 5861971.295391816645861 ], [ 1386663.826805545249954, 5862017.116109635680914 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 768.0, "elevtn_dn": 729.0, "invlev_up": 765.5, "invlev_dn": 726.5, "manhole_up": "manhole_769_generated", "manhole_dn": "manhole_770_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386663.826805545249954, 5862017.116109635680914 ], [ 1386682.541173989186063, 5862062.93682745564729 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 729.0, "elevtn_dn": 729.0, "invlev_up": 726.5, "invlev_dn": 726.5, "manhole_up": "manhole_770_generated", "manhole_dn": "manhole_771_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386682.541173989186063, 5862062.93682745564729 ], [ 1386700.357504795538262, 5862109.113540357910097 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 729.0, "elevtn_dn": 729.0, "invlev_up": 726.5, "invlev_dn": 726.5, "manhole_up": "manhole_771_generated", "manhole_dn": "manhole_772_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386700.357504795538262, 5862109.113540357910097 ], [ 1386718.120609947945923, 5862155.311352676711977 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 729.0, "elevtn_dn": 724.29998779296875, "invlev_up": 726.5, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_772_generated", "manhole_dn": "manhole_773_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386718.120609947945923, 5862155.311352676711977 ], [ 1386735.883715100120753, 5862201.509164996445179 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_773_generated", "manhole_dn": "manhole_774_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386735.883715100120753, 5862201.509164996445179 ], [ 1386757.522535112220794, 5862245.993861058726907 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_774_generated", "manhole_dn": "manhole_775_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386757.522535112220794, 5862245.993861058726907 ], [ 1386779.73098383564502, 5862290.226773838512599 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_775_generated", "manhole_dn": "manhole_776_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386779.73098383564502, 5862290.226773838512599 ], [ 1386802.545179207576439, 5862334.095372994430363 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E11", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 724.29998779296875, "invlev_up": 721.79998779296875, "invlev_dn": 721.79998779296875, "manhole_up": "manhole_776_generated", "manhole_dn": "manhole_777_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386802.545179207576439, 5862334.095372994430363 ], [ 1386831.207993831252679, 5862374.446442689746618 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E12", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 724.29998779296875, "elevtn_dn": 737.70001220703125, "invlev_up": 721.79998779296875, "invlev_dn": 735.20001220703125, "manhole_up": "manhole_777_generated", "manhole_dn": "manhole_778_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386831.207993831252679, 5862374.446442689746618 ], [ 1386859.988485741894692, 5862414.708453865721822 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E13", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 737.70001220703125, "elevtn_dn": 737.70001220703125, "invlev_up": 735.20001220703125, "invlev_dn": 735.20001220703125, "manhole_up": "manhole_778_generated", "manhole_dn": "manhole_779_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386859.988485741894692, 5862414.708453865721822 ], [ 1386891.035651177866384, 5862453.255039785988629 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E14", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 737.70001220703125, "elevtn_dn": 743.9000244140625, "invlev_up": 735.20001220703125, "invlev_dn": 741.4000244140625, "manhole_up": "manhole_779_generated", "manhole_dn": "manhole_780_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386891.035651177866384, 5862453.255039785988629 ], [ 1386922.082816614070907, 5862491.801625707186759 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E15", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 743.9000244140625, "elevtn_dn": 756.0, "invlev_up": 741.4000244140625, "invlev_dn": 753.5, "manhole_up": "manhole_780_generated", "manhole_dn": "manhole_781_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386922.082816614070907, 5862491.801625707186759 ], [ 1386953.12998205027543, 5862530.348211627453566 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E16", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 756.0, "elevtn_dn": 756.0, "invlev_up": 753.5, "invlev_dn": 753.5, "manhole_up": "manhole_781_generated", "manhole_dn": "manhole_782_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386953.12998205027543, 5862530.348211627453566 ], [ 1386984.177147486479953, 5862568.894797547720373 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E17", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 756.0, "elevtn_dn": 761.4000244140625, "invlev_up": 753.5, "invlev_dn": 758.9000244140625, "manhole_up": "manhole_782_generated", "manhole_dn": "manhole_783_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1386984.177147486479953, 5862568.894797547720373 ], [ 1387010.83190148579888, 5862610.297833287157118 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E18", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 761.4000244140625, "elevtn_dn": 761.4000244140625, "invlev_up": 758.9000244140625, "invlev_dn": 758.9000244140625, "manhole_up": "manhole_783_generated", "manhole_dn": "manhole_784_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387010.83190148579888, 5862610.297833287157118 ], [ 1387033.474099110113457, 5862654.310293504968286 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E19", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 761.4000244140625, "elevtn_dn": 770.5, "invlev_up": 758.9000244140625, "invlev_dn": 768.0, "manhole_up": "manhole_784_generated", "manhole_dn": "manhole_785_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387033.474099110113457, 5862654.310293504968286 ], [ 1387056.116296734428033, 5862698.322753723710775 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E20", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 770.5, "elevtn_dn": 765.29998779296875, "invlev_up": 768.0, "invlev_dn": 762.79998779296875, "manhole_up": "manhole_785_generated", "manhole_dn": "manhole_786_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387056.116296734428033, 5862698.322753723710775 ], [ 1387078.75849435874261, 5862742.335213942453265 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E21", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 765.29998779296875, "elevtn_dn": 765.29998779296875, "invlev_up": 762.79998779296875, "invlev_dn": 762.79998779296875, "manhole_up": "manhole_786_generated", "manhole_dn": "manhole_787_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387078.75849435874261, 5862742.335213942453265 ], [ 1387101.400691983057186, 5862786.347674161195755 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E22", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 765.29998779296875, "elevtn_dn": 765.29998779296875, "invlev_up": 762.79998779296875, "invlev_dn": 762.79998779296875, "manhole_up": "manhole_787_generated", "manhole_dn": "manhole_788_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387101.400691983057186, 5862786.347674161195755 ], [ 1387124.783531384309754, 5862829.966971693560481 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E23", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 765.29998779296875, "elevtn_dn": 764.20001220703125, "invlev_up": 762.79998779296875, "invlev_dn": 761.70001220703125, "manhole_up": "manhole_788_generated", "manhole_dn": "manhole_789_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387124.783531384309754, 5862829.966971693560481 ], [ 1387148.551342260092497, 5862873.381910757161677 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E24", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 764.20001220703125, "elevtn_dn": 764.20001220703125, "invlev_up": 761.70001220703125, "invlev_dn": 761.70001220703125, "manhole_up": "manhole_789_generated", "manhole_dn": "manhole_790_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387148.551342260092497, 5862873.381910757161677 ], [ 1387176.029596295906231, 5862914.516764627769589 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E25", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 764.20001220703125, "elevtn_dn": 764.20001220703125, "invlev_up": 761.70001220703125, "invlev_dn": 761.70001220703125, "manhole_up": "manhole_790_generated", "manhole_dn": "manhole_791_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387176.029596295906231, 5862914.516764627769589 ], [ 1387204.050833505578339, 5862955.315435893833637 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E26", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 764.20001220703125, "elevtn_dn": 769.20001220703125, "invlev_up": 761.70001220703125, "invlev_dn": 766.70001220703125, "manhole_up": "manhole_791_generated", "manhole_dn": "manhole_792_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387204.050833505578339, 5862955.315435893833637 ], [ 1387233.152246462181211, 5862995.351338926702738 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E27", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 769.20001220703125, "elevtn_dn": 772.70001220703125, "invlev_up": 766.70001220703125, "invlev_dn": 770.20001220703125, "manhole_up": "manhole_792_generated", "manhole_dn": "manhole_793_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387233.152246462181211, 5862995.351338926702738 ], [ 1387262.253659419016913, 5863035.387241959571838 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E28", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 772.70001220703125, "elevtn_dn": 772.70001220703125, "invlev_up": 770.20001220703125, "invlev_dn": 770.20001220703125, "manhole_up": "manhole_793_generated", "manhole_dn": "manhole_794_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387262.253659419016913, 5863035.387241959571838 ], [ 1387289.177211825968698, 5863076.714860137552023 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E29", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 772.70001220703125, "elevtn_dn": 772.70001220703125, "invlev_up": 770.20001220703125, "invlev_dn": 770.20001220703125, "manhole_up": "manhole_794_generated", "manhole_dn": "manhole_795_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387289.177211825968698, 5863076.714860137552023 ], [ 1387304.666786204557866, 5863123.392671256326139 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E30", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 772.70001220703125, "elevtn_dn": 762.0, "invlev_up": 770.20001220703125, "invlev_dn": 759.5, "manhole_up": "manhole_795_generated", "manhole_dn": "manhole_796_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387304.666786204557866, 5863123.392671256326139 ], [ 1387314.520281337434426, 5863171.895173518918455 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E31", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 777.10003662109375, "invlev_up": 759.5, "invlev_dn": 774.60003662109375, "manhole_up": "manhole_796_generated", "manhole_dn": "manhole_797_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387314.520281337434426, 5863171.895173518918455 ], [ 1387324.142220750683919, 5863220.446013364940882 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E32", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.10003662109375, "elevtn_dn": 780.4000244140625, "invlev_up": 774.60003662109375, "invlev_dn": 777.9000244140625, "manhole_up": "manhole_797_generated", "manhole_dn": "manhole_798_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387324.142220750683919, 5863220.446013364940882 ], [ 1387333.764160163700581, 5863268.996853210031986 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E33", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.4000244140625, "elevtn_dn": 780.4000244140625, "invlev_up": 777.9000244140625, "invlev_dn": 777.9000244140625, "manhole_up": "manhole_798_generated", "manhole_dn": "manhole_799_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387333.764160163700581, 5863268.996853210031986 ], [ 1387343.386099576717243, 5863317.547693055123091 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E34", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.4000244140625, "elevtn_dn": 780.4000244140625, "invlev_up": 777.9000244140625, "invlev_dn": 777.9000244140625, "manhole_up": "manhole_799_generated", "manhole_dn": "manhole_800_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387343.386099576717243, 5863317.547693055123091 ], [ 1387353.008038989733905, 5863366.098532900214195 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E35", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 780.4000244140625, "elevtn_dn": 762.0, "invlev_up": 777.9000244140625, "invlev_dn": 759.5, "manhole_up": "manhole_800_generated", "manhole_dn": "manhole_801_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387353.008038989733905, 5863366.098532900214195 ], [ 1387364.066297837067395, 5863414.311534740030766 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E36", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_801_generated", "manhole_dn": "manhole_802_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387364.066297837067395, 5863414.311534740030766 ], [ 1387381.839409928303212, 5863460.427046488039196 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E37", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_802_generated", "manhole_dn": "manhole_803_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387381.839409928303212, 5863460.427046488039196 ], [ 1387403.429578960640356, 5863504.96100580971688 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E38", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_803_generated", "manhole_dn": "manhole_804_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387403.429578960640356, 5863504.96100580971688 ], [ 1387425.140452897874638, 5863549.440256260335445 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E39", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_804_generated", "manhole_dn": "manhole_805_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387425.140452897874638, 5863549.440256260335445 ], [ 1387446.851326835108921, 5863593.91950671095401 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E40", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_805_generated", "manhole_dn": "manhole_806_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387446.851326835108921, 5863593.91950671095401 ], [ 1387467.528695637593046, 5863638.888379830867052 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E41", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 774.5, "invlev_up": 759.5, "invlev_dn": 772.0, "manhole_up": "manhole_806_generated", "manhole_dn": "manhole_807_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387467.528695637593046, 5863638.888379830867052 ], [ 1387488.196078018052503, 5863683.861984014511108 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E42", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 774.5, "elevtn_dn": 762.0, "invlev_up": 772.0, "invlev_dn": 759.5, "manhole_up": "manhole_807_generated", "manhole_dn": "manhole_808_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387488.196078018052503, 5863683.861984014511108 ], [ 1387508.863468252588063, 5863728.835584589280188 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E43", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_808_generated", "manhole_dn": "manhole_809_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387508.863468252588063, 5863728.835584589280188 ], [ 1387529.53130904212594, 5863773.808978110551834 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E44", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_809_generated", "manhole_dn": "manhole_810_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387529.53130904212594, 5863773.808978110551834 ], [ 1387553.168002701364458, 5863817.17347530182451 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E45", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_810_generated", "manhole_dn": "manhole_811_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387553.168002701364458, 5863817.17347530182451 ], [ 1387579.562712850514799, 5863859.043333718553185 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E46", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 777.0, "invlev_up": 759.5, "invlev_dn": 774.5, "manhole_up": "manhole_811_generated", "manhole_dn": "manhole_812_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387579.562712850514799, 5863859.043333718553185 ], [ 1387605.957422999665141, 5863900.913192136213183 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E47", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.0, "elevtn_dn": 762.0, "invlev_up": 774.5, "invlev_dn": 759.5, "manhole_up": "manhole_812_generated", "manhole_dn": "manhole_813_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387605.957422999665141, 5863900.913192136213183 ], [ 1387632.352133149048313, 5863942.783050553873181 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E48", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_813_generated", "manhole_dn": "manhole_814_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387632.352133149048313, 5863942.783050553873181 ], [ 1387658.746843298198655, 5863984.652908970601857 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E49", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_814_generated", "manhole_dn": "manhole_815_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387658.746843298198655, 5863984.652908970601857 ], [ 1387685.893106181640178, 5864026.029537551105022 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E50", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_815_generated", "manhole_dn": "manhole_816_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387685.893106181640178, 5864026.029537551105022 ], [ 1387711.231136992340907, 5864068.42725711222738 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E51", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_816_generated", "manhole_dn": "manhole_817_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387711.231136992340907, 5864068.42725711222738 ], [ 1387731.020947323646396, 5864113.414904261007905 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E52", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_817_generated", "manhole_dn": "manhole_818_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387731.020947323646396, 5864113.414904261007905 ], [ 1387737.361907477490604, 5864162.342261835932732 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E53", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_818_generated", "manhole_dn": "manhole_819_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387737.361907477490604, 5864162.342261835932732 ], [ 1387732.727565656881779, 5864211.475179814733565 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E54", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_819_generated", "manhole_dn": "manhole_820_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387732.727565656881779, 5864211.475179814733565 ], [ 1387717.67884943424724, 5864258.627082298509777 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E55", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 762.0, "invlev_up": 759.5, "invlev_dn": 759.5, "manhole_up": "manhole_820_generated", "manhole_dn": "manhole_821_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387717.67884943424724, 5864258.627082298509777 ], [ 1387709.67210421175696, 5864307.23127611912787 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E56", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 762.0, "elevtn_dn": 768.0, "invlev_up": 759.5, "invlev_dn": 765.5, "manhole_up": "manhole_821_generated", "manhole_dn": "manhole_822_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387709.67210421175696, 5864307.23127611912787 ], [ 1387707.11288084089756, 5864356.66017600055784 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E57", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 768.0, "elevtn_dn": 768.0, "invlev_up": 765.5, "invlev_dn": 765.5, "manhole_up": "manhole_822_generated", "manhole_dn": "manhole_823_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387707.11288084089756, 5864356.66017600055784 ], [ 1387709.591797993984073, 5864406.012949175201356 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E58", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 768.0, "elevtn_dn": 768.0, "invlev_up": 765.5, "invlev_dn": 765.5, "manhole_up": "manhole_823_generated", "manhole_dn": "manhole_824_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387709.591797993984073, 5864406.012949175201356 ], [ 1387713.643261310644448, 5864455.341961052268744 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E59", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 768.0, "elevtn_dn": 777.20001220703125, "invlev_up": 765.5, "invlev_dn": 774.70001220703125, "manhole_up": "manhole_824_generated", "manhole_dn": "manhole_825_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387713.643261310644448, 5864455.341961052268744 ], [ 1387715.877521668095142, 5864504.642317942343652 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E60", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.20001220703125, "elevtn_dn": 777.20001220703125, "invlev_up": 774.70001220703125, "invlev_dn": 774.70001220703125, "manhole_up": "manhole_825_generated", "manhole_dn": "manhole_826_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387715.877521668095142, 5864504.642317942343652 ], [ 1387708.68023270717822, 5864553.426558391191065 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E61", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.20001220703125, "elevtn_dn": 777.20001220703125, "invlev_up": 774.70001220703125, "invlev_dn": 774.70001220703125, "manhole_up": "manhole_826_generated", "manhole_dn": "manhole_827_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387708.68023270717822, 5864553.426558391191065 ], [ 1387690.790250770282, 5864599.575386263430119 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E62", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 777.20001220703125, "elevtn_dn": 810.60003662109375, "invlev_up": 774.70001220703125, "invlev_dn": 808.10003662109375, "manhole_up": "manhole_827_generated", "manhole_dn": "manhole_828_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387690.790250770282, 5864599.575386263430119 ], [ 1387672.900268833618611, 5864645.724214136600494 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E63", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 810.60003662109375, "elevtn_dn": 810.60003662109375, "invlev_up": 808.10003662109375, "invlev_dn": 808.10003662109375, "manhole_up": "manhole_828_generated", "manhole_dn": "manhole_829_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387672.900268833618611, 5864645.724214136600494 ], [ 1387659.931900478899479, 5864692.98388583958149 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E64", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 810.60003662109375, "elevtn_dn": 810.60003662109375, "invlev_up": 808.10003662109375, "invlev_dn": 808.10003662109375, "manhole_up": "manhole_829_generated", "manhole_dn": "manhole_830_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387659.931900478899479, 5864692.98388583958149 ], [ 1387659.223570322152227, 5864742.029465307481587 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E65", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 810.60003662109375, "elevtn_dn": 809.60003662109375, "invlev_up": 808.10003662109375, "invlev_dn": 807.10003662109375, "manhole_up": "manhole_830_generated", "manhole_dn": "manhole_831_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387659.223570322152227, 5864742.029465307481587 ], [ 1387675.926896508783102, 5864788.273513910360634 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E66", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.60003662109375, "elevtn_dn": 774.10003662109375, "invlev_up": 807.10003662109375, "invlev_dn": 771.60003662109375, "manhole_up": "manhole_831_generated", "manhole_dn": "manhole_832_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387675.926896508783102, 5864788.273513910360634 ], [ 1387702.296291569946334, 5864830.159320239908993 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E67", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 774.10003662109375, "elevtn_dn": 774.10003662109375, "invlev_up": 771.60003662109375, "invlev_dn": 771.60003662109375, "manhole_up": "manhole_832_generated", "manhole_dn": "manhole_833_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387702.296291569946334, 5864830.159320239908993 ], [ 1387728.665686630876735, 5864872.045126569457352 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E68", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 774.10003662109375, "elevtn_dn": 782.5, "invlev_up": 771.60003662109375, "invlev_dn": 780.0, "manhole_up": "manhole_833_generated", "manhole_dn": "manhole_834_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387728.665686630876735, 5864872.045126569457352 ], [ 1387751.608185108983889, 5864915.528788692317903 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E69", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 782.5, "elevtn_dn": 782.5, "invlev_up": 780.0, "invlev_dn": 780.0, "manhole_up": "manhole_834_generated", "manhole_dn": "manhole_835_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387751.608185108983889, 5864915.528788692317903 ], [ 1387766.741664502769709, 5864962.653554677963257 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E70", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 782.5, "elevtn_dn": 782.5, "invlev_up": 780.0, "invlev_dn": 780.0, "manhole_up": "manhole_835_generated", "manhole_dn": "manhole_836_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387766.741664502769709, 5864962.653554677963257 ], [ 1387778.99191950308159, 5865010.246724016033113 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E71", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 782.5, "elevtn_dn": 820.20001220703125, "invlev_up": 780.0, "invlev_dn": 817.70001220703125, "manhole_up": "manhole_836_generated", "manhole_dn": "manhole_837_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387778.99191950308159, 5865010.246724016033113 ], [ 1387779.554608268430457, 5865059.738633952103555 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E72", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 820.20001220703125, "elevtn_dn": 820.20001220703125, "invlev_up": 817.70001220703125, "invlev_dn": 817.70001220703125, "manhole_up": "manhole_837_generated", "manhole_dn": "manhole_838_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387779.554608268430457, 5865059.738633952103555 ], [ 1387780.117297033779323, 5865109.230543887242675 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E73", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 820.20001220703125, "elevtn_dn": 834.60003662109375, "invlev_up": 817.70001220703125, "invlev_dn": 832.10003662109375, "manhole_up": "manhole_838_generated", "manhole_dn": "manhole_839_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387780.117297033779323, 5865109.230543887242675 ], [ 1387782.917817069217563, 5865158.566991245374084 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E74", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 834.60003662109375, "elevtn_dn": 809.60003662109375, "invlev_up": 832.10003662109375, "invlev_dn": 807.10003662109375, "manhole_up": "manhole_839_generated", "manhole_dn": "manhole_840_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387782.917817069217563, 5865158.566991245374084 ], [ 1387789.203931836877018, 5865207.661293652839959 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E75", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.60003662109375, "elevtn_dn": 809.60003662109375, "invlev_up": 807.10003662109375, "invlev_dn": 807.10003662109375, "manhole_up": "manhole_840_generated", "manhole_dn": "manhole_841_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387789.203931836877018, 5865207.661293652839959 ], [ 1387795.490046604769304, 5865256.755596060305834 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E76", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 809.60003662109375, "elevtn_dn": 811.60003662109375, "invlev_up": 807.10003662109375, "invlev_dn": 809.10003662109375, "manhole_up": "manhole_841_generated", "manhole_dn": "manhole_842_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387795.490046604769304, 5865256.755596060305834 ], [ 1387804.549934879876673, 5865305.332479531876743 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E77", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 811.60003662109375, "elevtn_dn": 811.60003662109375, "invlev_up": 809.10003662109375, "invlev_dn": 809.10003662109375, "manhole_up": "manhole_842_generated", "manhole_dn": "manhole_843_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387804.549934879876673, 5865305.332479531876743 ], [ 1387816.386747075244784, 5865353.391356389038265 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E78", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 811.60003662109375, "elevtn_dn": 811.60003662109375, "invlev_up": 809.10003662109375, "invlev_dn": 809.10003662109375, "manhole_up": "manhole_843_generated", "manhole_dn": "manhole_844_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387816.386747075244784, 5865353.391356389038265 ], [ 1387828.223559270845726, 5865401.450233246199787 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E79", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 811.60003662109375, "elevtn_dn": 802.5, "invlev_up": 809.10003662109375, "invlev_dn": 800.0, "manhole_up": "manhole_844_generated", "manhole_dn": "manhole_845_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387828.223559270845726, 5865401.450233246199787 ], [ 1387842.96627543354407, 5865448.679594250395894 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E80", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 802.5, "elevtn_dn": 802.5, "invlev_up": 800.0, "invlev_dn": 800.0, "manhole_up": "manhole_845_generated", "manhole_dn": "manhole_846_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387842.96627543354407, 5865448.679594250395894 ], [ 1387858.283513206522912, 5865495.744953005574644 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E81", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 802.5, "elevtn_dn": 802.5, "invlev_up": 800.0, "invlev_dn": 800.0, "manhole_up": "manhole_846_generated", "manhole_dn": "manhole_847_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387858.283513206522912, 5865495.744953005574644 ], [ 1387872.788357679266483, 5865543.026506381109357 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E82", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 802.5, "elevtn_dn": 778.20001220703125, "invlev_up": 800.0, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_847_generated", "manhole_dn": "manhole_848_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387872.788357679266483, 5865543.026506381109357 ], [ 1387882.890574953285977, 5865591.479689701460302 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E83", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.20001220703125, "elevtn_dn": 778.20001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_848_generated", "manhole_dn": "manhole_849_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387882.890574953285977, 5865591.479689701460302 ], [ 1387892.992792227305472, 5865639.932873022742569 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E84", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.20001220703125, "elevtn_dn": 778.20001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_849_generated", "manhole_dn": "manhole_850_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387892.992792227305472, 5865639.932873022742569 ], [ 1387903.095009501324967, 5865688.386056343093514 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_41_E85", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_41", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_41", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.20001220703125, "elevtn_dn": 794.70001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 792.20001220703125, "manhole_up": "manhole_850_generated", "manhole_dn": "manhole_851_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387903.095009501324967, 5865688.386056343093514 ], [ 1387913.197226775344461, 5865736.839239663444459 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 830.9000244140625, "elevtn_dn": 830.9000244140625, "invlev_up": 828.4000244140625, "invlev_dn": 828.4000244140625, "manhole_up": "manhole_852_generated", "manhole_dn": "manhole_853_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387767.438602478476241, 5866395.894650792703032 ], [ 1387758.181959156645462, 5866444.388786932453513 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 830.9000244140625, "elevtn_dn": 830.9000244140625, "invlev_up": 828.4000244140625, "invlev_dn": 828.4000244140625, "manhole_up": "manhole_853_generated", "manhole_dn": "manhole_854_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387758.181959156645462, 5866444.388786932453513 ], [ 1387748.925315835047513, 5866492.882923071272671 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 830.9000244140625, "elevtn_dn": 816.5, "invlev_up": 828.4000244140625, "invlev_dn": 814.0, "manhole_up": "manhole_854_generated", "manhole_dn": "manhole_855_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387748.925315835047513, 5866492.882923071272671 ], [ 1387739.668672513216734, 5866541.377059211023152 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.5, "elevtn_dn": 816.5, "invlev_up": 814.0, "invlev_dn": 814.0, "manhole_up": "manhole_855_generated", "manhole_dn": "manhole_856_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387739.668672513216734, 5866541.377059211023152 ], [ 1387730.412029191618785, 5866589.87119534984231 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.5, "elevtn_dn": 816.10003662109375, "invlev_up": 814.0, "invlev_dn": 813.60003662109375, "manhole_up": "manhole_856_generated", "manhole_dn": "manhole_857_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387730.412029191618785, 5866589.87119534984231 ], [ 1387721.155385869788006, 5866638.365331489592791 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.10003662109375, "elevtn_dn": 816.10003662109375, "invlev_up": 813.60003662109375, "invlev_dn": 813.60003662109375, "manhole_up": "manhole_857_generated", "manhole_dn": "manhole_858_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387721.155385869788006, 5866638.365331489592791 ], [ 1387711.868742506252602, 5866686.853722332976758 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.10003662109375, "elevtn_dn": 816.10003662109375, "invlev_up": 813.60003662109375, "invlev_dn": 813.60003662109375, "manhole_up": "manhole_858_generated", "manhole_dn": "manhole_859_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387711.868742506252602, 5866686.853722332976758 ], [ 1387702.553355348296463, 5866735.336608462966979 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_42_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_42", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_42", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.10003662109375, "elevtn_dn": 802.4000244140625, "invlev_up": 813.60003662109375, "invlev_dn": 799.9000244140625, "manhole_up": "manhole_859_generated", "manhole_dn": "manhole_860_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387702.553355348296463, 5866735.336608462966979 ], [ 1387692.161796326050535, 5866783.420620376244187 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_43_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_43", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_43", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_861_generated", "manhole_dn": "manhole_862_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387809.534624515566975, 5866309.639251782558858 ], [ 1387788.486613497138023, 5866352.766951287165284 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_43_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_43", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_43", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.20001220703125, "elevtn_dn": 830.9000244140625, "invlev_up": 803.70001220703125, "invlev_dn": 828.4000244140625, "manhole_up": "manhole_862_generated", "manhole_dn": "manhole_852_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387788.486613497138023, 5866352.766951287165284 ], [ 1387767.438602478476241, 5866395.894650792703032 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_44_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 830.9000244140625, "elevtn_dn": 840.10003662109375, "invlev_up": 828.4000244140625, "invlev_dn": 837.60003662109375, "manhole_up": "manhole_852_generated", "manhole_dn": "manhole_863_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387767.438602478476241, 5866395.894650792703032 ], [ 1387774.73306847945787, 5866351.644692087545991 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_44_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 840.10003662109375, "elevtn_dn": 806.20001220703125, "invlev_up": 837.60003662109375, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_863_generated", "manhole_dn": "manhole_864_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387774.73306847945787, 5866351.644692087545991 ], [ 1387787.219046234386042, 5866308.756401930935681 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_44_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_864_generated", "manhole_dn": "manhole_865_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387787.219046234386042, 5866308.756401930935681 ], [ 1387802.581935805035755, 5866266.622689731419086 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_44_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.20001220703125, "elevtn_dn": 827.70001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_865_generated", "manhole_dn": "manhole_866_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387802.581935805035755, 5866266.622689731419086 ], [ 1387818.989883717847988, 5866224.886323318816721 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_44_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.70001220703125, "elevtn_dn": 827.70001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_866_generated", "manhole_dn": "manhole_867_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387818.989883717847988, 5866224.886323318816721 ], [ 1387838.767447788733989, 5866184.784887914545834 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_44_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.70001220703125, "elevtn_dn": 827.70001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_867_generated", "manhole_dn": "manhole_868_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387838.767447788733989, 5866184.784887914545834 ], [ 1387862.375427621416748, 5866146.679679537191987 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_44_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.70001220703125, "elevtn_dn": 803.9000244140625, "invlev_up": 825.20001220703125, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_868_generated", "manhole_dn": "manhole_869_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387862.375427621416748, 5866146.679679537191987 ], [ 1387890.316308293025941, 5866111.904927220195532 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_44_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_44", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_44", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_869_generated", "manhole_dn": "manhole_870_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387890.316308293025941, 5866111.904927220195532 ], [ 1387932.086585889104754, 5866099.149365295656025 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_45_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_871_generated", "manhole_dn": "manhole_872_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387931.614702571649104, 5866170.542120457626879 ], [ 1387899.497387683717534, 5866203.806988564319909 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_45_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 806.20001220703125, "invlev_up": 801.4000244140625, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_872_generated", "manhole_dn": "manhole_873_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387899.497387683717534, 5866203.806988564319909 ], [ 1387869.509799961000681, 5866239.084409636445343 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_45_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_873_generated", "manhole_dn": "manhole_874_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387869.509799961000681, 5866239.084409636445343 ], [ 1387839.522212238283828, 5866274.361830709502101 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_45_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_45", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_45", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_874_generated", "manhole_dn": "manhole_861_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387839.522212238283828, 5866274.361830709502101 ], [ 1387809.534624515566975, 5866309.639251782558858 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_46_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_870_generated", "manhole_dn": "manhole_875_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387932.086585889104754, 5866099.149365295656025 ], [ 1387908.367353544337675, 5866141.903963415883482 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_46_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_875_generated", "manhole_dn": "manhole_876_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387908.367353544337675, 5866141.903963415883482 ], [ 1387876.955022902460769, 5866179.987773489207029 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_46_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 827.70001220703125, "invlev_up": 801.4000244140625, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_876_generated", "manhole_dn": "manhole_877_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387876.955022902460769, 5866179.987773489207029 ], [ 1387847.458594153402373, 5866219.470102892257273 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_46_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.70001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_877_generated", "manhole_dn": "manhole_878_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387847.458594153402373, 5866219.470102892257273 ], [ 1387823.639855962945148, 5866262.662997540086508 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_46_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_46", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_46", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 806.20001220703125, "elevtn_dn": 806.20001220703125, "invlev_up": 803.70001220703125, "invlev_dn": 803.70001220703125, "manhole_up": "manhole_878_generated", "manhole_dn": "manhole_861_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387823.639855962945148, 5866262.662997540086508 ], [ 1387809.534624515566975, 5866309.639251782558858 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_47_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_879_generated", "manhole_dn": "manhole_880_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.443674022099003, 5865845.093254727311432 ], [ 1387943.318034203490242, 5865887.628139751963317 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_47_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_880_generated", "manhole_dn": "manhole_881_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387943.318034203490242, 5865887.628139751963317 ], [ 1387946.009428307646886, 5865930.175072746351361 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_47_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 816.70001220703125, "invlev_up": 801.9000244140625, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_881_generated", "manhole_dn": "manhole_882_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387946.009428307646886, 5865930.175072746351361 ], [ 1387948.700822412036359, 5865972.722005739808083 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_47_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 814.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_882_generated", "manhole_dn": "manhole_883_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387948.700822412036359, 5865972.722005739808083 ], [ 1387944.872250664513558, 5866015.105105520226061 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_47_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 814.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_883_generated", "manhole_dn": "manhole_884_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387944.872250664513558, 5866015.105105520226061 ], [ 1387940.047370131826028, 5866057.463170127011836 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_47_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_47", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_47", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.70001220703125, "elevtn_dn": 803.9000244140625, "invlev_up": 814.20001220703125, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_884_generated", "manhole_dn": "manhole_870_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387940.047370131826028, 5866057.463170127011836 ], [ 1387932.086585889104754, 5866099.149365295656025 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_48_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_48", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_48", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 786.29998779296875, "invlev_up": 801.4000244140625, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_870_generated", "manhole_dn": "manhole_885_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387932.086585889104754, 5866099.149365295656025 ], [ 1387975.279995472636074, 5866107.425722245126963 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E125", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 909.5, "elevtn_dn": 910.4000244140625, "invlev_up": 907.0, "invlev_dn": 907.9000244140625, "manhole_up": "manhole_886_generated", "manhole_dn": "manhole_887_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392926.966794768813998, 5866808.501405037939548 ], [ 1392879.417931769276038, 5866793.491589142940938 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E126", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 910.4000244140625, "elevtn_dn": 910.4000244140625, "invlev_up": 907.9000244140625, "invlev_dn": 907.9000244140625, "manhole_up": "manhole_887_generated", "manhole_dn": "manhole_888_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392879.417931769276038, 5866793.491589142940938 ], [ 1392831.869068769738078, 5866778.481773247942328 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E127", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 910.4000244140625, "elevtn_dn": 865.0, "invlev_up": 907.9000244140625, "invlev_dn": 862.5, "manhole_up": "manhole_888_generated", "manhole_dn": "manhole_889_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392831.869068769738078, 5866778.481773247942328 ], [ 1392784.320205770200118, 5866763.471957352943718 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E128", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 865.0, "elevtn_dn": 865.0, "invlev_up": 862.5, "invlev_dn": 862.5, "manhole_up": "manhole_889_generated", "manhole_dn": "manhole_890_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392784.320205770200118, 5866763.471957352943718 ], [ 1392736.771342770429328, 5866748.462141457945108 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E129", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 865.0, "elevtn_dn": 878.4000244140625, "invlev_up": 862.5, "invlev_dn": 875.9000244140625, "manhole_up": "manhole_890_generated", "manhole_dn": "manhole_891_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392736.771342770429328, 5866748.462141457945108 ], [ 1392689.222479770891368, 5866733.452325562946498 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E130", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 878.4000244140625, "elevtn_dn": 878.4000244140625, "invlev_up": 875.9000244140625, "invlev_dn": 875.9000244140625, "manhole_up": "manhole_891_generated", "manhole_dn": "manhole_892_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392689.222479770891368, 5866733.452325562946498 ], [ 1392641.673616771353409, 5866718.442509667947888 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E131", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 878.4000244140625, "elevtn_dn": 904.9000244140625, "invlev_up": 875.9000244140625, "invlev_dn": 902.4000244140625, "manhole_up": "manhole_892_generated", "manhole_dn": "manhole_893_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392641.673616771353409, 5866718.442509667947888 ], [ 1392594.124753771815449, 5866703.432693773880601 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E132", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 904.9000244140625, "elevtn_dn": 904.9000244140625, "invlev_up": 902.4000244140625, "invlev_dn": 902.4000244140625, "manhole_up": "manhole_893_generated", "manhole_dn": "manhole_894_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392594.124753771815449, 5866703.432693773880601 ], [ 1392546.575890772277489, 5866688.422877878881991 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E133", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 904.9000244140625, "elevtn_dn": 931.5, "invlev_up": 902.4000244140625, "invlev_dn": 929.0, "manhole_up": "manhole_894_generated", "manhole_dn": "manhole_895_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392546.575890772277489, 5866688.422877878881991 ], [ 1392499.02702777273953, 5866673.413061983883381 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E134", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 931.5, "elevtn_dn": 931.5, "invlev_up": 929.0, "invlev_dn": 929.0, "manhole_up": "manhole_895_generated", "manhole_dn": "manhole_896_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392499.02702777273953, 5866673.413061983883381 ], [ 1392451.47816477320157, 5866658.403246088884771 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E135", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 931.5, "elevtn_dn": 926.29998779296875, "invlev_up": 929.0, "invlev_dn": 923.79998779296875, "manhole_up": "manhole_896_generated", "manhole_dn": "manhole_897_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392451.47816477320157, 5866658.403246088884771 ], [ 1392403.92930177366361, 5866643.393430193886161 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E136", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 926.29998779296875, "elevtn_dn": 849.79998779296875, "invlev_up": 923.79998779296875, "invlev_dn": 847.29998779296875, "manhole_up": "manhole_897_generated", "manhole_dn": "manhole_898_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392403.92930177366361, 5866643.393430193886161 ], [ 1392356.380438774125651, 5866628.383614298887551 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E137", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 849.79998779296875, "elevtn_dn": 875.20001220703125, "invlev_up": 847.29998779296875, "invlev_dn": 872.70001220703125, "manhole_up": "manhole_898_generated", "manhole_dn": "manhole_899_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392356.380438774125651, 5866628.383614298887551 ], [ 1392308.831575774587691, 5866613.373798403888941 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E138", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 875.20001220703125, "elevtn_dn": 875.20001220703125, "invlev_up": 872.70001220703125, "invlev_dn": 872.70001220703125, "manhole_up": "manhole_899_generated", "manhole_dn": "manhole_900_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392308.831575774587691, 5866613.373798403888941 ], [ 1392261.282712775049731, 5866598.363982509821653 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E139", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 875.20001220703125, "elevtn_dn": 928.10003662109375, "invlev_up": 872.70001220703125, "invlev_dn": 925.60003662109375, "manhole_up": "manhole_900_generated", "manhole_dn": "manhole_901_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392261.282712775049731, 5866598.363982509821653 ], [ 1392213.733849775511771, 5866583.354166614823043 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E140", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 928.10003662109375, "elevtn_dn": 928.10003662109375, "invlev_up": 925.60003662109375, "invlev_dn": 925.60003662109375, "manhole_up": "manhole_901_generated", "manhole_dn": "manhole_902_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392213.733849775511771, 5866583.354166614823043 ], [ 1392166.184986775973812, 5866568.344350719824433 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E141", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 928.10003662109375, "elevtn_dn": 936.79998779296875, "invlev_up": 925.60003662109375, "invlev_dn": 934.29998779296875, "manhole_up": "manhole_902_generated", "manhole_dn": "manhole_903_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392166.184986775973812, 5866568.344350719824433 ], [ 1392119.234377897810191, 5866551.59017149079591 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E142", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 936.79998779296875, "elevtn_dn": 936.79998779296875, "invlev_up": 934.29998779296875, "invlev_dn": 934.29998779296875, "manhole_up": "manhole_903_generated", "manhole_dn": "manhole_904_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392119.234377897810191, 5866551.59017149079591 ], [ 1392072.481987217208371, 5866534.25803626794368 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E143", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 936.79998779296875, "elevtn_dn": 929.79998779296875, "invlev_up": 934.29998779296875, "invlev_dn": 927.29998779296875, "manhole_up": "manhole_904_generated", "manhole_dn": "manhole_905_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392072.481987217208371, 5866534.25803626794368 ], [ 1392025.729596536839381, 5866516.925901044160128 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E144", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 929.79998779296875, "elevtn_dn": 892.29998779296875, "invlev_up": 927.29998779296875, "invlev_dn": 889.79998779296875, "manhole_up": "manhole_905_generated", "manhole_dn": "manhole_906_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1392025.729596536839381, 5866516.925901044160128 ], [ 1391978.977205856470391, 5866499.593765820376575 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E145", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 892.29998779296875, "elevtn_dn": 911.4000244140625, "invlev_up": 889.79998779296875, "invlev_dn": 908.9000244140625, "manhole_up": "manhole_906_generated", "manhole_dn": "manhole_907_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391978.977205856470391, 5866499.593765820376575 ], [ 1391932.224815175868571, 5866482.261630596593022 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E146", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 911.4000244140625, "elevtn_dn": 911.4000244140625, "invlev_up": 908.9000244140625, "invlev_dn": 908.9000244140625, "manhole_up": "manhole_907_generated", "manhole_dn": "manhole_908_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391932.224815175868571, 5866482.261630596593022 ], [ 1391885.472424495499581, 5866464.92949537280947 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E147", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 911.4000244140625, "elevtn_dn": 933.20001220703125, "invlev_up": 908.9000244140625, "invlev_dn": 930.70001220703125, "manhole_up": "manhole_908_generated", "manhole_dn": "manhole_909_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391885.472424495499581, 5866464.92949537280947 ], [ 1391838.720033814897761, 5866447.59736014995724 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E148", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 933.20001220703125, "elevtn_dn": 933.20001220703125, "invlev_up": 930.70001220703125, "invlev_dn": 930.70001220703125, "manhole_up": "manhole_909_generated", "manhole_dn": "manhole_910_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391838.720033814897761, 5866447.59736014995724 ], [ 1391791.967643134528771, 5866430.265224926173687 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E149", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 933.20001220703125, "elevtn_dn": 939.4000244140625, "invlev_up": 930.70001220703125, "invlev_dn": 936.9000244140625, "manhole_up": "manhole_910_generated", "manhole_dn": "manhole_911_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391791.967643134528771, 5866430.265224926173687 ], [ 1391745.215252453926951, 5866412.933089702390134 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E150", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 939.4000244140625, "elevtn_dn": 939.4000244140625, "invlev_up": 936.9000244140625, "invlev_dn": 936.9000244140625, "manhole_up": "manhole_911_generated", "manhole_dn": "manhole_912_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391745.215252453926951, 5866412.933089702390134 ], [ 1391698.462861773557961, 5866395.600954478606582 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E151", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 939.4000244140625, "elevtn_dn": 952.70001220703125, "invlev_up": 936.9000244140625, "invlev_dn": 950.20001220703125, "manhole_up": "manhole_912_generated", "manhole_dn": "manhole_913_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391698.462861773557961, 5866395.600954478606582 ], [ 1391651.710471092956141, 5866378.268819254823029 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E152", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 952.70001220703125, "elevtn_dn": 889.4000244140625, "invlev_up": 950.20001220703125, "invlev_dn": 886.9000244140625, "manhole_up": "manhole_913_generated", "manhole_dn": "manhole_914_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391651.710471092956141, 5866378.268819254823029 ], [ 1391604.958080412587151, 5866360.936684031039476 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E153", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 889.4000244140625, "elevtn_dn": 848.70001220703125, "invlev_up": 886.9000244140625, "invlev_dn": 846.20001220703125, "manhole_up": "manhole_914_generated", "manhole_dn": "manhole_915_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391604.958080412587151, 5866360.936684031039476 ], [ 1391558.205689732218161, 5866343.604548808187246 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E154", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 848.70001220703125, "elevtn_dn": 848.70001220703125, "invlev_up": 846.20001220703125, "invlev_dn": 846.20001220703125, "manhole_up": "manhole_915_generated", "manhole_dn": "manhole_916_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391558.205689732218161, 5866343.604548808187246 ], [ 1391511.453299051616341, 5866326.272413584403694 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E155", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 848.70001220703125, "elevtn_dn": 846.0, "invlev_up": 846.20001220703125, "invlev_dn": 843.5, "manhole_up": "manhole_916_generated", "manhole_dn": "manhole_917_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391511.453299051616341, 5866326.272413584403694 ], [ 1391464.700908371247351, 5866308.940278360620141 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E156", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 846.0, "elevtn_dn": 846.0, "invlev_up": 843.5, "invlev_dn": 843.5, "manhole_up": "manhole_917_generated", "manhole_dn": "manhole_918_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391464.700908371247351, 5866308.940278360620141 ], [ 1391417.948517690645531, 5866291.608143136836588 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E157", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 846.0, "elevtn_dn": 849.9000244140625, "invlev_up": 843.5, "invlev_dn": 847.4000244140625, "manhole_up": "manhole_918_generated", "manhole_dn": "manhole_919_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391417.948517690645531, 5866291.608143136836588 ], [ 1391371.196127010276541, 5866274.276007913053036 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E158", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 849.9000244140625, "elevtn_dn": 849.9000244140625, "invlev_up": 847.4000244140625, "invlev_dn": 847.4000244140625, "manhole_up": "manhole_919_generated", "manhole_dn": "manhole_920_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391371.196127010276541, 5866274.276007913053036 ], [ 1391321.986832652939484, 5866269.550851707346737 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E159", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 849.9000244140625, "elevtn_dn": 895.70001220703125, "invlev_up": 847.4000244140625, "invlev_dn": 893.20001220703125, "manhole_up": "manhole_920_generated", "manhole_dn": "manhole_921_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391321.986832652939484, 5866269.550851707346737 ], [ 1391272.147464629728347, 5866268.058758955448866 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E160", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 895.70001220703125, "elevtn_dn": 895.70001220703125, "invlev_up": 893.20001220703125, "invlev_dn": 893.20001220703125, "manhole_up": "manhole_921_generated", "manhole_dn": "manhole_922_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391272.147464629728347, 5866268.058758955448866 ], [ 1391222.30809660628438, 5866266.566666204482317 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E161", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 895.70001220703125, "elevtn_dn": 932.0, "invlev_up": 893.20001220703125, "invlev_dn": 929.5, "manhole_up": "manhole_922_generated", "manhole_dn": "manhole_923_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391222.30809660628438, 5866266.566666204482317 ], [ 1391172.468728582840413, 5866265.074573452584445 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E162", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 932.0, "elevtn_dn": 932.0, "invlev_up": 929.5, "invlev_dn": 929.5, "manhole_up": "manhole_923_generated", "manhole_dn": "manhole_924_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391172.468728582840413, 5866265.074573452584445 ], [ 1391122.629360559629276, 5866263.582480700686574 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E163", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 932.0, "elevtn_dn": 915.20001220703125, "invlev_up": 929.5, "invlev_dn": 912.70001220703125, "manhole_up": "manhole_924_generated", "manhole_dn": "manhole_925_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391122.629360559629276, 5866263.582480700686574 ], [ 1391072.789992536185309, 5866262.090387949720025 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E164", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 915.20001220703125, "elevtn_dn": 880.70001220703125, "invlev_up": 912.70001220703125, "invlev_dn": 878.20001220703125, "manhole_up": "manhole_925_generated", "manhole_dn": "manhole_926_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391072.789992536185309, 5866262.090387949720025 ], [ 1391022.950624512741342, 5866260.598295197822154 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E165", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 880.70001220703125, "elevtn_dn": 880.70001220703125, "invlev_up": 878.20001220703125, "invlev_dn": 878.20001220703125, "manhole_up": "manhole_926_generated", "manhole_dn": "manhole_927_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1391022.950624512741342, 5866260.598295197822154 ], [ 1390973.111256489530206, 5866259.106202445924282 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E166", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 880.70001220703125, "elevtn_dn": 889.4000244140625, "invlev_up": 878.20001220703125, "invlev_dn": 886.9000244140625, "manhole_up": "manhole_927_generated", "manhole_dn": "manhole_928_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390973.111256489530206, 5866259.106202445924282 ], [ 1390923.271888466086239, 5866257.614109694957733 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E167", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 889.4000244140625, "elevtn_dn": 889.4000244140625, "invlev_up": 886.9000244140625, "invlev_dn": 886.9000244140625, "manhole_up": "manhole_928_generated", "manhole_dn": "manhole_929_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390923.271888466086239, 5866257.614109694957733 ], [ 1390873.432520442642272, 5866256.122016943059862 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E168", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 889.4000244140625, "elevtn_dn": 935.79998779296875, "invlev_up": 886.9000244140625, "invlev_dn": 933.29998779296875, "manhole_up": "manhole_929_generated", "manhole_dn": "manhole_930_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390873.432520442642272, 5866256.122016943059862 ], [ 1390823.593152419198304, 5866254.62992419116199 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E169", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 935.79998779296875, "elevtn_dn": 935.79998779296875, "invlev_up": 933.29998779296875, "invlev_dn": 933.29998779296875, "manhole_up": "manhole_930_generated", "manhole_dn": "manhole_931_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390823.593152419198304, 5866254.62992419116199 ], [ 1390773.753784395987168, 5866253.137831440195441 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E170", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 935.79998779296875, "elevtn_dn": 957.79998779296875, "invlev_up": 933.29998779296875, "invlev_dn": 955.29998779296875, "manhole_up": "manhole_931_generated", "manhole_dn": "manhole_932_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390773.753784395987168, 5866253.137831440195441 ], [ 1390723.914416372543201, 5866251.64573868829757 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E171", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.79998779296875, "elevtn_dn": 957.79998779296875, "invlev_up": 955.29998779296875, "invlev_dn": 955.29998779296875, "manhole_up": "manhole_932_generated", "manhole_dn": "manhole_933_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390723.914416372543201, 5866251.64573868829757 ], [ 1390674.075048349099234, 5866250.153645936399698 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E172", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.79998779296875, "elevtn_dn": 957.0, "invlev_up": 955.29998779296875, "invlev_dn": 954.5, "manhole_up": "manhole_933_generated", "manhole_dn": "manhole_934_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390674.075048349099234, 5866250.153645936399698 ], [ 1390624.235680325888097, 5866248.661553185433149 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E173", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.0, "elevtn_dn": 957.0, "invlev_up": 954.5, "invlev_dn": 954.5, "manhole_up": "manhole_934_generated", "manhole_dn": "manhole_935_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390624.235680325888097, 5866248.661553185433149 ], [ 1390574.39631230244413, 5866247.169460433535278 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E174", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 957.0, "elevtn_dn": 964.5, "invlev_up": 954.5, "invlev_dn": 962.0, "manhole_up": "manhole_935_generated", "manhole_dn": "manhole_936_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390574.39631230244413, 5866247.169460433535278 ], [ 1390524.556944279000163, 5866245.677367681637406 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E175", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 964.5, "elevtn_dn": 964.5, "invlev_up": 962.0, "invlev_dn": 962.0, "manhole_up": "manhole_936_generated", "manhole_dn": "manhole_937_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390524.556944279000163, 5866245.677367681637406 ], [ 1390474.717576255789027, 5866244.185274930670857 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E176", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 964.5, "elevtn_dn": 948.5, "invlev_up": 962.0, "invlev_dn": 946.0, "manhole_up": "manhole_937_generated", "manhole_dn": "manhole_938_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390474.717576255789027, 5866244.185274930670857 ], [ 1390424.87820823234506, 5866242.693182178772986 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E177", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 948.5, "elevtn_dn": 970.10003662109375, "invlev_up": 946.0, "invlev_dn": 967.60003662109375, "manhole_up": "manhole_938_generated", "manhole_dn": "manhole_939_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390424.87820823234506, 5866242.693182178772986 ], [ 1390375.038840208901092, 5866241.201089426875114 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E178", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 970.10003662109375, "elevtn_dn": 970.10003662109375, "invlev_up": 967.60003662109375, "invlev_dn": 967.60003662109375, "manhole_up": "manhole_939_generated", "manhole_dn": "manhole_940_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390375.038840208901092, 5866241.201089426875114 ], [ 1390325.199472185689956, 5866239.708996675908566 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E179", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 970.10003662109375, "elevtn_dn": 975.4000244140625, "invlev_up": 967.60003662109375, "invlev_dn": 972.9000244140625, "manhole_up": "manhole_940_generated", "manhole_dn": "manhole_941_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390325.199472185689956, 5866239.708996675908566 ], [ 1390275.360104162245989, 5866238.216903924010694 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E180", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 975.4000244140625, "elevtn_dn": 975.4000244140625, "invlev_up": 972.9000244140625, "invlev_dn": 972.9000244140625, "manhole_up": "manhole_941_generated", "manhole_dn": "manhole_942_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390275.360104162245989, 5866238.216903924010694 ], [ 1390225.520736138802022, 5866236.724811173044145 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E181", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 975.4000244140625, "elevtn_dn": 1034.5, "invlev_up": 972.9000244140625, "invlev_dn": 1032.0, "manhole_up": "manhole_942_generated", "manhole_dn": "manhole_943_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390225.520736138802022, 5866236.724811173044145 ], [ 1390175.681368115358055, 5866235.232718421146274 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E182", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1034.5, "elevtn_dn": 1034.5, "invlev_up": 1032.0, "invlev_dn": 1032.0, "manhole_up": "manhole_943_generated", "manhole_dn": "manhole_944_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390175.681368115358055, 5866235.232718421146274 ], [ 1390125.842000092146918, 5866233.740625669248402 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E183", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1034.5, "elevtn_dn": 1053.9000244140625, "invlev_up": 1032.0, "invlev_dn": 1051.4000244140625, "manhole_up": "manhole_944_generated", "manhole_dn": "manhole_945_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390125.842000092146918, 5866233.740625669248402 ], [ 1390076.002632068702951, 5866232.248532918281853 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E184", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1053.9000244140625, "elevtn_dn": 956.9000244140625, "invlev_up": 1051.4000244140625, "invlev_dn": 954.4000244140625, "manhole_up": "manhole_945_generated", "manhole_dn": "manhole_946_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390076.002632068702951, 5866232.248532918281853 ], [ 1390026.163264045258984, 5866230.756440166383982 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E185", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 956.9000244140625, "elevtn_dn": 988.79998779296875, "invlev_up": 954.4000244140625, "invlev_dn": 986.29998779296875, "manhole_up": "manhole_946_generated", "manhole_dn": "manhole_947_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1390026.163264045258984, 5866230.756440166383982 ], [ 1389976.323896022047848, 5866229.26434741448611 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E186", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 988.79998779296875, "elevtn_dn": 988.79998779296875, "invlev_up": 986.29998779296875, "invlev_dn": 986.29998779296875, "manhole_up": "manhole_947_generated", "manhole_dn": "manhole_948_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389976.323896022047848, 5866229.26434741448611 ], [ 1389926.48452799860388, 5866227.772254663519561 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E187", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 988.79998779296875, "elevtn_dn": 1051.0999755859375, "invlev_up": 986.29998779296875, "invlev_dn": 1048.5999755859375, "manhole_up": "manhole_948_generated", "manhole_dn": "manhole_949_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389926.48452799860388, 5866227.772254663519561 ], [ 1389876.645159975159913, 5866226.28016191162169 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E188", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1051.0999755859375, "elevtn_dn": 1051.0999755859375, "invlev_up": 1048.5999755859375, "invlev_dn": 1048.5999755859375, "manhole_up": "manhole_949_generated", "manhole_dn": "manhole_950_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389876.645159975159913, 5866226.28016191162169 ], [ 1389826.805791951948777, 5866224.788069159723818 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E189", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1051.0999755859375, "elevtn_dn": 1066.9000244140625, "invlev_up": 1048.5999755859375, "invlev_dn": 1064.4000244140625, "manhole_up": "manhole_950_generated", "manhole_dn": "manhole_951_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389826.805791951948777, 5866224.788069159723818 ], [ 1389776.96642392850481, 5866223.295976408757269 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E190", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1066.9000244140625, "elevtn_dn": 1031.2000732421875, "invlev_up": 1064.4000244140625, "invlev_dn": 1028.7000732421875, "manhole_up": "manhole_951_generated", "manhole_dn": "manhole_952_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389776.96642392850481, 5866223.295976408757269 ], [ 1389727.141182830790058, 5866221.468200048431754 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E191", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1031.2000732421875, "elevtn_dn": 1031.2000732421875, "invlev_up": 1028.7000732421875, "invlev_dn": 1028.7000732421875, "manhole_up": "manhole_952_generated", "manhole_dn": "manhole_953_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389727.141182830790058, 5866221.468200048431754 ], [ 1389677.352675863076001, 5866218.767548334784806 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E192", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1031.2000732421875, "elevtn_dn": 986.60003662109375, "invlev_up": 1028.7000732421875, "invlev_dn": 984.10003662109375, "manhole_up": "manhole_953_generated", "manhole_dn": "manhole_954_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389677.352675863076001, 5866218.767548334784806 ], [ 1389627.564168895594776, 5866216.066896621137857 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E193", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 986.60003662109375, "elevtn_dn": 986.60003662109375, "invlev_up": 984.10003662109375, "invlev_dn": 984.10003662109375, "manhole_up": "manhole_954_generated", "manhole_dn": "manhole_955_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389627.564168895594776, 5866216.066896621137857 ], [ 1389577.775661927880719, 5866213.366244907490909 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E194", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 986.60003662109375, "elevtn_dn": 964.70001220703125, "invlev_up": 984.10003662109375, "invlev_dn": 962.20001220703125, "manhole_up": "manhole_955_generated", "manhole_dn": "manhole_956_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389577.775661927880719, 5866213.366244907490909 ], [ 1389527.987154960166663, 5866210.665593194775283 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E195", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 964.70001220703125, "elevtn_dn": 964.70001220703125, "invlev_up": 962.20001220703125, "invlev_dn": 962.20001220703125, "manhole_up": "manhole_956_generated", "manhole_dn": "manhole_957_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389527.987154960166663, 5866210.665593194775283 ], [ 1389478.198647992452607, 5866207.964941481128335 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E196", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 964.70001220703125, "elevtn_dn": 996.29998779296875, "invlev_up": 962.20001220703125, "invlev_dn": 993.79998779296875, "manhole_up": "manhole_957_generated", "manhole_dn": "manhole_958_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389478.198647992452607, 5866207.964941481128335 ], [ 1389428.41014102473855, 5866205.264289767481387 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E197", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 996.29998779296875, "elevtn_dn": 996.29998779296875, "invlev_up": 993.79998779296875, "invlev_dn": 993.79998779296875, "manhole_up": "manhole_958_generated", "manhole_dn": "manhole_959_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389428.41014102473855, 5866205.264289767481387 ], [ 1389378.621634057024494, 5866202.563638053834438 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E198", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 996.29998779296875, "elevtn_dn": 1030.4000244140625, "invlev_up": 993.79998779296875, "invlev_dn": 1027.9000244140625, "manhole_up": "manhole_959_generated", "manhole_dn": "manhole_960_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389378.621634057024494, 5866202.563638053834438 ], [ 1389328.833127089310437, 5866199.86298634018749 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E199", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1030.4000244140625, "elevtn_dn": 1030.4000244140625, "invlev_up": 1027.9000244140625, "invlev_dn": 1027.9000244140625, "manhole_up": "manhole_960_generated", "manhole_dn": "manhole_961_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389328.833127089310437, 5866199.86298634018749 ], [ 1389279.044620121829212, 5866197.162334626540542 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E200", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1030.4000244140625, "elevtn_dn": 1053.800048828125, "invlev_up": 1027.9000244140625, "invlev_dn": 1051.300048828125, "manhole_up": "manhole_961_generated", "manhole_dn": "manhole_962_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389279.044620121829212, 5866197.162334626540542 ], [ 1389229.256113154115155, 5866194.461682912893593 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E201", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1053.800048828125, "elevtn_dn": 1053.800048828125, "invlev_up": 1051.300048828125, "invlev_dn": 1051.300048828125, "manhole_up": "manhole_962_generated", "manhole_dn": "manhole_963_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389229.256113154115155, 5866194.461682912893593 ], [ 1389179.467606186401099, 5866191.761031199246645 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E202", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1053.800048828125, "elevtn_dn": 1067.5999755859375, "invlev_up": 1051.300048828125, "invlev_dn": 1065.0999755859375, "manhole_up": "manhole_963_generated", "manhole_dn": "manhole_964_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389179.467606186401099, 5866191.761031199246645 ], [ 1389129.679099218687043, 5866189.060379485599697 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E203", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1067.5999755859375, "elevtn_dn": 1070.7000732421875, "invlev_up": 1065.0999755859375, "invlev_dn": 1068.2000732421875, "manhole_up": "manhole_964_generated", "manhole_dn": "manhole_965_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389129.679099218687043, 5866189.060379485599697 ], [ 1389079.890592250972986, 5866186.359727771952748 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E204", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1070.7000732421875, "elevtn_dn": 1070.7000732421875, "invlev_up": 1068.2000732421875, "invlev_dn": 1068.2000732421875, "manhole_up": "manhole_965_generated", "manhole_dn": "manhole_966_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389079.890592250972986, 5866186.359727771952748 ], [ 1389030.10208528325893, 5866183.6590760583058 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E205", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1070.7000732421875, "elevtn_dn": 1075.0, "invlev_up": 1068.2000732421875, "invlev_dn": 1072.5, "manhole_up": "manhole_966_generated", "manhole_dn": "manhole_967_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1389030.10208528325893, 5866183.6590760583058 ], [ 1388980.313578315777704, 5866180.958424345590174 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E206", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1075.0, "elevtn_dn": 1075.0, "invlev_up": 1072.5, "invlev_dn": 1072.5, "manhole_up": "manhole_967_generated", "manhole_dn": "manhole_968_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388980.313578315777704, 5866180.958424345590174 ], [ 1388930.525071348063648, 5866178.257772631943226 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E207", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1075.0, "elevtn_dn": 1074.0999755859375, "invlev_up": 1072.5, "invlev_dn": 1071.5999755859375, "manhole_up": "manhole_968_generated", "manhole_dn": "manhole_969_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388930.525071348063648, 5866178.257772631943226 ], [ 1388880.736564380349591, 5866175.557120918296278 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E208", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1074.0999755859375, "elevtn_dn": 1074.0999755859375, "invlev_up": 1071.5999755859375, "invlev_dn": 1071.5999755859375, "manhole_up": "manhole_969_generated", "manhole_dn": "manhole_970_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388880.736564380349591, 5866175.557120918296278 ], [ 1388830.948057412635535, 5866172.856469204649329 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E209", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1074.0999755859375, "elevtn_dn": 1053.800048828125, "invlev_up": 1071.5999755859375, "invlev_dn": 1051.300048828125, "manhole_up": "manhole_970_generated", "manhole_dn": "manhole_971_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388830.948057412635535, 5866172.856469204649329 ], [ 1388781.159550444921479, 5866170.155817491002381 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E210", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1053.800048828125, "elevtn_dn": 1053.800048828125, "invlev_up": 1051.300048828125, "invlev_dn": 1051.300048828125, "manhole_up": "manhole_971_generated", "manhole_dn": "manhole_972_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388781.159550444921479, 5866170.155817491002381 ], [ 1388731.371043477207422, 5866167.455165777355433 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E211", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1053.800048828125, "elevtn_dn": 1017.0, "invlev_up": 1051.300048828125, "invlev_dn": 1014.5, "manhole_up": "manhole_972_generated", "manhole_dn": "manhole_973_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388731.371043477207422, 5866167.455165777355433 ], [ 1388681.582536509493366, 5866164.754514063708484 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E212", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1017.0, "elevtn_dn": 1017.0, "invlev_up": 1014.5, "invlev_dn": 1014.5, "manhole_up": "manhole_973_generated", "manhole_dn": "manhole_974_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388681.582536509493366, 5866164.754514063708484 ], [ 1388631.79402954201214, 5866162.053862350061536 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E213", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 1017.0, "elevtn_dn": 973.20001220703125, "invlev_up": 1014.5, "invlev_dn": 970.70001220703125, "manhole_up": "manhole_974_generated", "manhole_dn": "manhole_975_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388631.79402954201214, 5866162.053862350061536 ], [ 1388582.005522574298084, 5866159.353210636414587 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E214", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 973.20001220703125, "elevtn_dn": 973.20001220703125, "invlev_up": 970.70001220703125, "invlev_dn": 970.70001220703125, "manhole_up": "manhole_975_generated", "manhole_dn": "manhole_976_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388582.005522574298084, 5866159.353210636414587 ], [ 1388532.217015606584027, 5866156.652558922767639 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E215", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 973.20001220703125, "elevtn_dn": 935.20001220703125, "invlev_up": 970.70001220703125, "invlev_dn": 932.70001220703125, "manhole_up": "manhole_976_generated", "manhole_dn": "manhole_977_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388532.217015606584027, 5866156.652558922767639 ], [ 1388482.428508638869971, 5866153.951907209120691 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E216", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 935.20001220703125, "elevtn_dn": 935.20001220703125, "invlev_up": 932.70001220703125, "invlev_dn": 932.70001220703125, "manhole_up": "manhole_977_generated", "manhole_dn": "manhole_978_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388482.428508638869971, 5866153.951907209120691 ], [ 1388432.640001671155915, 5866151.251255496405065 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E217", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 935.20001220703125, "elevtn_dn": 895.79998779296875, "invlev_up": 932.70001220703125, "invlev_dn": 893.29998779296875, "manhole_up": "manhole_978_generated", "manhole_dn": "manhole_979_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388432.640001671155915, 5866151.251255496405065 ], [ 1388382.851494703441858, 5866148.550603782758117 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E218", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 895.79998779296875, "elevtn_dn": 852.60003662109375, "invlev_up": 893.29998779296875, "invlev_dn": 850.10003662109375, "manhole_up": "manhole_979_generated", "manhole_dn": "manhole_980_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388382.851494703441858, 5866148.550603782758117 ], [ 1388333.062987735960633, 5866145.849952069111168 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E219", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 852.60003662109375, "elevtn_dn": 852.60003662109375, "invlev_up": 850.10003662109375, "invlev_dn": 850.10003662109375, "manhole_up": "manhole_980_generated", "manhole_dn": "manhole_981_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388333.062987735960633, 5866145.849952069111168 ], [ 1388283.274480768246576, 5866143.14930035546422 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E220", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 852.60003662109375, "elevtn_dn": 818.4000244140625, "invlev_up": 850.10003662109375, "invlev_dn": 815.9000244140625, "manhole_up": "manhole_981_generated", "manhole_dn": "manhole_982_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388283.274480768246576, 5866143.14930035546422 ], [ 1388233.48597380053252, 5866140.448648641817272 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_49_E221", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_49", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_49", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 818.4000244140625, "elevtn_dn": 818.4000244140625, "invlev_up": 815.9000244140625, "invlev_dn": 815.9000244140625, "manhole_up": "manhole_982_generated", "manhole_dn": "manhole_983_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388233.48597380053252, 5866140.448648641817272 ], [ 1388183.697466832818463, 5866137.747996928170323 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 794.70001220703125, "elevtn_dn": 794.70001220703125, "invlev_up": 792.20001220703125, "invlev_dn": 792.20001220703125, "manhole_up": "manhole_851_generated", "manhole_dn": "manhole_984_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387913.197226775344461, 5865736.839239663444459 ], [ 1387925.20445894007571, 5865784.545682998374104 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 794.70001220703125, "elevtn_dn": 804.4000244140625, "invlev_up": 792.20001220703125, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_984_generated", "manhole_dn": "manhole_985_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387925.20445894007571, 5865784.545682998374104 ], [ 1387937.21169110503979, 5865832.252126332372427 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_985_generated", "manhole_dn": "manhole_986_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387937.21169110503979, 5865832.252126332372427 ], [ 1387954.8270876808092, 5865878.043407939374447 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_986_generated", "manhole_dn": "manhole_987_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387954.8270876808092, 5865878.043407939374447 ], [ 1387967.620662312954664, 5865925.436966767534614 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 778.20001220703125, "invlev_up": 801.9000244140625, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_987_generated", "manhole_dn": "manhole_988_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387967.620662312954664, 5865925.436966767534614 ], [ 1387969.561903131194413, 5865974.386314341798425 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.20001220703125, "elevtn_dn": 778.20001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_988_generated", "manhole_dn": "manhole_989_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.561903131194413, 5865974.386314341798425 ], [ 1387968.98255812516436, 5866023.571071763522923 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.20001220703125, "elevtn_dn": 778.20001220703125, "invlev_up": 775.70001220703125, "invlev_dn": 775.70001220703125, "manhole_up": "manhole_989_generated", "manhole_dn": "manhole_990_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387968.98255812516436, 5866023.571071763522923 ], [ 1387969.225197304505855, 5866072.657253311946988 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 778.20001220703125, "elevtn_dn": 786.29998779296875, "invlev_up": 775.70001220703125, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_990_generated", "manhole_dn": "manhole_991_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387969.225197304505855, 5866072.657253311946988 ], [ 1387988.247399942483753, 5866112.298415473662317 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_50_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_50", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_50", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.29998779296875, "elevtn_dn": 786.29998779296875, "invlev_up": 783.79998779296875, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_991_generated", "manhole_dn": "manhole_992_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387988.247399942483753, 5866112.298415473662317 ], [ 1388034.037428337847814, 5866130.255607943050563 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.29998779296875, "elevtn_dn": 786.29998779296875, "invlev_up": 783.79998779296875, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_992_generated", "manhole_dn": "manhole_993_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388034.037428337847814, 5866130.255607943050563 ], [ 1387988.210684564430267, 5866144.678138472139835 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 786.29998779296875, "elevtn_dn": 803.9000244140625, "invlev_up": 783.79998779296875, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_993_generated", "manhole_dn": "manhole_994_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387988.210684564430267, 5866144.678138472139835 ], [ 1387944.406121137319133, 5866164.065103021450341 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_994_generated", "manhole_dn": "manhole_995_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387944.406121137319133, 5866164.065103021450341 ], [ 1387898.376188111724332, 5866173.560075835324824 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E3", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 827.70001220703125, "invlev_up": 801.4000244140625, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_995_generated", "manhole_dn": "manhole_996_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387898.376188111724332, 5866173.560075835324824 ], [ 1387861.922560503939167, 5866145.113870099186897 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E4", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.70001220703125, "elevtn_dn": 827.70001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 825.20001220703125, "manhole_up": "manhole_996_generated", "manhole_dn": "manhole_997_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387861.922560503939167, 5866145.113870099186897 ], [ 1387862.597008766839281, 5866099.287653629668057 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E5", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 827.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 825.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_997_generated", "manhole_dn": "manhole_998_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387862.597008766839281, 5866099.287653629668057 ], [ 1387894.296242429409176, 5866064.31225199252367 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E6", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 814.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_998_generated", "manhole_dn": "manhole_999_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387894.296242429409176, 5866064.31225199252367 ], [ 1387918.333023339277133, 5866023.860149594023824 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E7", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.70001220703125, "elevtn_dn": 816.70001220703125, "invlev_up": 814.20001220703125, "invlev_dn": 814.20001220703125, "manhole_up": "manhole_999_generated", "manhole_dn": "manhole_1000_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387918.333023339277133, 5866023.860149594023824 ], [ 1387925.576027213362977, 5865976.462517648003995 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E8", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 816.70001220703125, "elevtn_dn": 804.4000244140625, "invlev_up": 814.20001220703125, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_1000_generated", "manhole_dn": "manhole_1001_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387925.576027213362977, 5865976.462517648003995 ], [ 1387926.166851800866425, 5865928.505292822606862 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E9", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_1001_generated", "manhole_dn": "manhole_1002_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387926.166851800866425, 5865928.505292822606862 ], [ 1387922.175474973395467, 5865880.628693707287312 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E10", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 804.4000244140625, "invlev_up": 801.9000244140625, "invlev_dn": 801.9000244140625, "manhole_up": "manhole_1002_generated", "manhole_dn": "manhole_1003_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387922.175474973395467, 5865880.628693707287312 ], [ 1387918.184098146157339, 5865832.752094592899084 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E11", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 804.4000244140625, "elevtn_dn": 794.70001220703125, "invlev_up": 801.9000244140625, "invlev_dn": 792.20001220703125, "manhole_up": "manhole_1003_generated", "manhole_dn": "manhole_1004_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387918.184098146157339, 5865832.752094592899084 ], [ 1387914.316889721900225, 5865784.868878290057182 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_51_E12", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_51", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_51", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 794.70001220703125, "elevtn_dn": 794.70001220703125, "invlev_up": 792.20001220703125, "invlev_dn": 792.20001220703125, "manhole_up": "manhole_1004_generated", "manhole_dn": "manhole_851_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1387914.316889721900225, 5865784.868878290057182 ], [ 1387913.197226775344461, 5865736.839239663444459 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_52_E0", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_52", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_52", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 818.4000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 815.9000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_983_generated", "manhole_dn": "manhole_1005_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388183.697466832818463, 5866137.747996928170323 ], [ 1388133.810787334572524, 5866135.250533932819963 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_52_E1", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_52", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_52", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 803.9000244140625, "invlev_up": 801.4000244140625, "invlev_dn": 801.4000244140625, "manhole_up": "manhole_1005_generated", "manhole_dn": "manhole_1006_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388133.810787334572524, 5866135.250533932819963 ], [ 1388083.924107836093754, 5866132.753070938400924 ] ] } }, +{ "type": "Feature", "properties": { "height": null, "width": null, "bedlev": null, "branchid": "pipe_52_E2", "branchtype": "pipe", "branchorder": "-1", "friction_type": null, "friction_value": null, "shape": "circle", "t_width": null, "closed": "yes", "frictiontype": "WhiteColeBrook", "frictionvalue": "0.003", "ORIG_branchid": "pipe_52", "frictionid": "WhiteColeBrook_0.003", "index": "pipe_52", "diameter": "0.5", "index_right": 0.0, "elevtn_up": 803.9000244140625, "elevtn_dn": 786.29998779296875, "invlev_up": 801.4000244140625, "invlev_dn": 783.79998779296875, "manhole_up": "manhole_1006_generated", "manhole_dn": "manhole_992_generated" }, "geometry": { "type": "LineString", "coordinates": [ [ 1388083.924107836093754, 5866132.753070938400924 ], [ 1388034.037428337847814, 5866130.255607943050563 ] ] } } ] } diff --git a/examples/dflowfm_piave/geoms/region.geojson b/examples/dflowfm_piave/geoms/region.geojson index f0a1237b..27bc7cfb 100644 --- a/examples/dflowfm_piave/geoms/region.geojson +++ b/examples/dflowfm_piave/geoms/region.geojson @@ -2,6 +2,6 @@ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } }, "features": [ -{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1393853.608120736898854, 5855359.289620547555387 ], [ 1393853.608120736898854, 5866809.259276049211621 ], [ 1384046.360981849487871, 5866809.259276049211621 ], [ 1384046.360981849487871, 5855359.289620547555387 ], [ 1393853.608120736898854, 5855359.289620547555387 ] ] ] } } +{ "type": "Feature", "properties": { }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 1394694.070276, 5854440.811425999738276 ], [ 1394694.070276, 5868052.726493 ], [ 1383191.056228, 5868052.726493 ], [ 1383191.056228, 5854440.811425999738276 ], [ 1394694.070276, 5854440.811425999738276 ] ] ] } } ] } diff --git a/examples/dflowfm_piave/geoms/rivers.geojson b/examples/dflowfm_piave/geoms/rivers.geojson index 0ca2da9a..5aab1261 100644 --- a/examples/dflowfm_piave/geoms/rivers.geojson +++ b/examples/dflowfm_piave/geoms/rivers.geojson @@ -2,11 +2,11 @@ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } }, "features": [ -{ "type": "Feature", "properties": { "bedlev": 865.60003662109375, "branchid": "river_1", "height": 22.5, "width": 60.500781333333329, "branchtype": "river", "branchorder": "1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_1", "frictionid": "Manning_0.023", "index": null, "diameter": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1394694.070276216836646, 5867648.108302162960172 ], [ 1394694.070276216836646, 5867513.239712204784155 ], [ 1394601.304033889202401, 5867378.373192292638123 ], [ 1394508.537791561568156, 5867243.508742331527174 ], [ 1394415.771549233933911, 5867243.508742331527174 ], [ 1394323.005306906066835, 5867108.646362232975662 ], [ 1394230.23906457843259, 5867108.646362232975662 ], [ 1394137.472822251031175, 5867108.646362232975662 ], [ 1394044.70657992339693, 5866973.78605190385133 ], [ 1393951.940337595762685, 5866973.78605190385133 ], [ 1393859.17409526812844, 5866973.78605190385133 ], [ 1393766.407852940494195, 5866838.927811251021922 ], [ 1393673.641610612627119, 5866838.927811251021922 ], [ 1393580.875368284992874, 5866838.927811251021922 ], [ 1393488.109125957358629, 5866838.927811251021922 ], [ 1393395.342883629724383, 5866838.927811251021922 ], [ 1393302.576641302322969, 5866838.927811251021922 ], [ 1393209.810398974688724, 5866838.927811251021922 ], [ 1393117.044156646821648, 5866704.071640183217824 ], [ 1393024.277914319187403, 5866704.071640183217824 ], [ 1392931.511671991553158, 5866704.071640183217824 ], [ 1392838.745429663918912, 5866704.071640183217824 ], [ 1392745.979187336284667, 5866569.217538607306778 ], [ 1392653.212945008650422, 5866569.217538607306778 ], [ 1392560.446702681016177, 5866569.217538607306778 ], [ 1392467.680460353381932, 5866569.217538607306778 ], [ 1392374.914218025747687, 5866569.217538607306778 ], [ 1392282.147975698113441, 5866434.365506432950497 ], [ 1392189.381733370479196, 5866299.515543567948043 ], [ 1392096.615491042844951, 5866299.515543567948043 ], [ 1392003.849248715210706, 5866299.515543567948043 ], [ 1391911.083006387576461, 5866299.515543567948043 ], [ 1391818.316764059709385, 5866164.667649918235838 ], [ 1391725.55052173207514, 5866164.667649918235838 ], [ 1391632.784279404673725, 5866164.667649918235838 ], [ 1391540.01803707703948, 5866164.667649918235838 ], [ 1391447.251794749405235, 5866164.667649918235838 ], [ 1391354.48555242177099, 5866164.667649918235838 ], [ 1391261.719310093903914, 5866164.667649918235838 ], [ 1391168.953067766269669, 5866164.667649918235838 ], [ 1391076.186825438635424, 5866164.667649918235838 ], [ 1390983.420583111001179, 5866164.667649918235838 ], [ 1390890.654340783366933, 5866164.667649918235838 ], [ 1390797.888098455965519, 5866029.821825394406915 ], [ 1390705.121856128098443, 5866029.821825394406915 ], [ 1390612.355613800464198, 5866029.821825394406915 ], [ 1390519.589371472829953, 5866029.821825394406915 ], [ 1390426.823129145195708, 5866029.821825394406915 ], [ 1390334.056886817561463, 5866029.821825394406915 ], [ 1390241.290644489927217, 5866029.821825394406915 ], [ 1390148.524402162292972, 5865894.978069902397692 ], [ 1390055.758159834658727, 5865894.978069902397692 ], [ 1389962.991917507024482, 5865760.136383352801204 ], [ 1389870.225675179390237, 5865760.136383352801204 ], [ 1389777.459432851755992, 5865760.136383352801204 ], [ 1389684.693190524121746, 5865760.136383352801204 ], [ 1389591.926948196487501, 5865760.136383352801204 ], [ 1389499.160705868853256, 5865625.296765649691224 ], [ 1389406.39446354098618, 5865625.296765649691224 ], [ 1389406.39446354098618, 5865490.459216705523431 ], [ 1389313.628221213351935, 5865355.623736422508955 ], [ 1389313.628221213351935, 5865220.790324714966118 ], [ 1389313.628221213351935, 5865085.958981488831341 ], [ 1389220.86197888571769, 5864951.129706650041044 ], [ 1389128.095736558316275, 5864816.302500107325613 ], [ 1389128.095736558316275, 5864681.477361769415438 ], [ 1389035.32949423068203, 5864546.654291545972228 ], [ 1389128.095736558316275, 5864411.833289342001081 ], [ 1389128.095736558316275, 5864277.014355068095028 ], [ 1389035.32949423068203, 5864142.197488628327847 ], [ 1388942.563251903047785, 5864007.382689936086535 ], [ 1388849.797009575180709, 5863872.569958896376193 ], [ 1388757.030767247546464, 5863872.569958896376193 ], [ 1388664.264524919912219, 5863737.759295416995883 ], [ 1388571.498282592277974, 5863602.950699406675994 ], [ 1388571.498282592277974, 5863468.144170773215592 ], [ 1388571.498282592277974, 5863333.339709427207708 ], [ 1388478.732040264643729, 5863333.339709427207708 ], [ 1388385.965797937009484, 5863198.537315272726119 ], [ 1388293.199555609375238, 5863198.537315272726119 ], [ 1388200.433313281740993, 5863198.537315272726119 ], [ 1388107.667070954106748, 5863063.736988220363855 ], [ 1388014.900828626472503, 5863063.736988220363855 ], [ 1387922.134586298838258, 5863063.736988220363855 ], [ 1387829.368343971204013, 5862928.938728176057339 ], [ 1387736.602101643569767, 5862794.142535050399601 ], [ 1387736.602101643569767, 5862659.348408752121031 ], [ 1387736.602101643569767, 5862524.556349185295403 ], [ 1387643.835859315935522, 5862389.766356259584427 ], [ 1387551.069616988068447, 5862254.978429886512458 ], [ 1387458.303374660667032, 5862254.978429886512458 ], [ 1387365.537132333032787, 5862254.978429886512458 ], [ 1387272.770890005398542, 5862254.978429886512458 ], [ 1387180.004647677764297, 5862254.978429886512458 ], [ 1387087.238405350130051, 5862254.978429886512458 ], [ 1386994.472163022495806, 5862120.192569970153272 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": 813.29998779296875, "branchid": "river_2", "height": 13.574996948242188, "width": 63.595319, "branchtype": "river", "branchorder": "1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_2", "frictionid": "Manning_0.023", "index": null, "diameter": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1386066.809739745920524, 5868052.726493230089545 ], [ 1386159.575982073554769, 5868052.726493230089545 ], [ 1386252.342224401189014, 5867917.851692584343255 ], [ 1386345.108466728823259, 5867917.851692584343255 ], [ 1386437.874709056690335, 5867917.851692584343255 ], [ 1386530.64095138432458, 5867917.851692584343255 ], [ 1386623.407193711958826, 5867917.851692584343255 ], [ 1386716.17343603936024, 5867782.978962258435786 ], [ 1386808.939678366994485, 5867782.978962258435786 ], [ 1386901.70592069462873, 5867782.978962258435786 ], [ 1386994.472163022495806, 5867648.108302162960172 ], [ 1387087.238405350130051, 5867648.108302162960172 ], [ 1387180.004647677764297, 5867513.239712204784155 ], [ 1387272.770890005398542, 5867378.373192292638123 ], [ 1387365.537132333032787, 5867243.508742331527174 ], [ 1387458.303374660667032, 5867108.646362232975662 ], [ 1387551.069616988068447, 5867108.646362232975662 ], [ 1387643.835859315935522, 5867108.646362232975662 ], [ 1387736.602101643569767, 5866973.78605190385133 ], [ 1387829.368343971204013, 5866973.78605190385133 ], [ 1387829.368343971204013, 5866838.927811251021922 ], [ 1387829.368343971204013, 5866704.071640183217824 ], [ 1387829.368343971204013, 5866569.217538607306778 ], [ 1387922.134586298838258, 5866434.365506432950497 ], [ 1387922.134586298838258, 5866299.515543567948043 ], [ 1388014.900828626472503, 5866164.667649918235838 ], [ 1388014.900828626472503, 5866029.821825394406915 ], [ 1388014.900828626472503, 5865894.978069902397692 ], [ 1388014.900828626472503, 5865760.136383352801204 ], [ 1387922.134586298838258, 5865625.296765649691224 ], [ 1387922.134586298838258, 5865490.459216705523431 ], [ 1387922.134586298838258, 5865355.623736422508955 ], [ 1387922.134586298838258, 5865220.790324714966118 ], [ 1387922.134586298838258, 5865085.958981488831341 ], [ 1387829.368343971204013, 5864951.129706650041044 ], [ 1387829.368343971204013, 5864816.302500107325613 ], [ 1387829.368343971204013, 5864681.477361769415438 ], [ 1387829.368343971204013, 5864546.654291545972228 ], [ 1387829.368343971204013, 5864411.833289342001081 ], [ 1387829.368343971204013, 5864277.014355068095028 ], [ 1387736.602101643569767, 5864142.197488628327847 ], [ 1387643.835859315935522, 5864007.382689936086535 ], [ 1387551.069616988068447, 5863872.569958896376193 ], [ 1387551.069616988068447, 5863737.759295416995883 ], [ 1387458.303374660667032, 5863602.950699406675994 ], [ 1387365.537132333032787, 5863468.144170773215592 ], [ 1387272.770890005398542, 5863333.339709427207708 ], [ 1387272.770890005398542, 5863198.537315272726119 ], [ 1387180.004647677764297, 5863063.736988220363855 ], [ 1387087.238405350130051, 5862928.938728176057339 ], [ 1386994.472163022495806, 5862794.142535050399601 ], [ 1386901.70592069462873, 5862794.142535050399601 ], [ 1386808.939678366994485, 5862659.348408752121031 ], [ 1386716.17343603936024, 5862524.556349185295403 ], [ 1386716.17343603936024, 5862389.766356259584427 ], [ 1386716.17343603936024, 5862254.978429886512458 ], [ 1386808.939678366994485, 5862254.978429886512458 ], [ 1386901.70592069462873, 5862120.192569970153272 ], [ 1386994.472163022495806, 5862120.192569970153272 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": 952.79998779296875, "branchid": "river_3", "height": 21.70001220703125, "width": 50.0, "branchtype": "river", "branchorder": "1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_3", "frictionid": "Manning_0.023", "index": null, "diameter": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1391540.01803707703948, 5858077.577220032922924 ], [ 1391447.251794749405235, 5858077.577220032922924 ], [ 1391354.48555242177099, 5858077.577220032922924 ], [ 1391261.719310093903914, 5858077.577220032922924 ], [ 1391168.953067766269669, 5858077.577220032922924 ], [ 1391076.186825438635424, 5858212.301128903403878 ], [ 1390983.420583111001179, 5858212.301128903403878 ], [ 1390890.654340783366933, 5858212.301128903403878 ], [ 1390797.888098455965519, 5858077.577220032922924 ], [ 1390705.121856128098443, 5858077.577220032922924 ], [ 1390612.355613800464198, 5858077.577220032922924 ], [ 1390519.589371472829953, 5858077.577220032922924 ], [ 1390426.823129145195708, 5858077.577220032922924 ], [ 1390334.056886817561463, 5857942.855374777689576 ], [ 1390241.290644489927217, 5857942.855374777689576 ], [ 1390148.524402162292972, 5857942.855374777689576 ], [ 1390055.758159834658727, 5857808.135593040846288 ], [ 1389962.991917507024482, 5857808.135593040846288 ], [ 1389962.991917507024482, 5857673.41787473578006 ], [ 1389870.225675179390237, 5857673.41787473578006 ], [ 1389777.459432851755992, 5857673.41787473578006 ], [ 1389684.693190524121746, 5857808.135593040846288 ], [ 1389591.926948196487501, 5857808.135593040846288 ], [ 1389499.160705868853256, 5857808.135593040846288 ], [ 1389406.39446354098618, 5857808.135593040846288 ], [ 1389313.628221213351935, 5857942.855374777689576 ], [ 1389220.86197888571769, 5858077.577220032922924 ], [ 1389128.095736558316275, 5858212.301128903403878 ], [ 1389035.32949423068203, 5858212.301128903403878 ], [ 1388942.563251903047785, 5858347.02710147574544 ], [ 1388849.797009575180709, 5858347.02710147574544 ], [ 1388757.030767247546464, 5858347.02710147574544 ], [ 1388664.264524919912219, 5858481.755137845873833 ], [ 1388571.498282592277974, 5858481.755137845873833 ], [ 1388478.732040264643729, 5858481.755137845873833 ], [ 1388385.965797937009484, 5858481.755137845873833 ], [ 1388293.199555609375238, 5858481.755137845873833 ], [ 1388200.433313281740993, 5858616.485238100402057 ], [ 1388107.667070954106748, 5858751.217402336187661 ], [ 1388014.900828626472503, 5858885.951630645431578 ], [ 1387922.134586298838258, 5858885.951630645431578 ], [ 1387829.368343971204013, 5858885.951630645431578 ], [ 1387736.602101643569767, 5858885.951630645431578 ], [ 1387643.835859315935522, 5858885.951630645431578 ], [ 1387551.069616988068447, 5858885.951630645431578 ], [ 1387458.303374660667032, 5858885.951630645431578 ], [ 1387365.537132333032787, 5858885.951630645431578 ], [ 1387272.770890005398542, 5858885.951630645431578 ], [ 1387180.004647677764297, 5858885.951630645431578 ], [ 1387087.238405350130051, 5858885.951630645431578 ], [ 1386994.472163022495806, 5858885.951630645431578 ], [ 1386901.70592069462873, 5858885.951630645431578 ], [ 1386808.939678366994485, 5858885.951630645431578 ], [ 1386716.17343603936024, 5859020.687923114746809 ], [ 1386623.407193711958826, 5859020.687923114746809 ], [ 1386530.64095138432458, 5859020.687923114746809 ], [ 1386437.874709056690335, 5859020.687923114746809 ], [ 1386345.108466728823259, 5859020.687923114746809 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": 724.29998779296875, "branchid": "river_4", "height": 14.050003051757812, "width": 60.93007025, "branchtype": "river", "branchorder": "2", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_4", "frictionid": "Manning_0.023", "index": null, "diameter": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1386994.472163022495806, 5862120.192569970153272 ], [ 1386901.70592069462873, 5861985.408776421099901 ], [ 1386808.939678366994485, 5861850.627049146220088 ], [ 1386716.17343603936024, 5861715.847388052381575 ], [ 1386716.17343603936024, 5861581.069793051108718 ], [ 1386716.17343603936024, 5861446.294264048337936 ], [ 1386648.271799745969474, 5861347.644815244711936 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": 724.29998779296875, "branchid": "river_4-1", "height": 14.050003051757812, "width": 60.93007025, "branchtype": "river", "branchorder": "2", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_4", "frictionid": "Manning_0.023", "index": null, "diameter": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1386648.271799745969474, 5861347.644815244711936 ], [ 1386623.407193711958826, 5861311.520800951868296 ], [ 1386623.407193711958826, 5861176.749403670430183 ], [ 1386530.64095138432458, 5861176.749403670430183 ], [ 1386437.874709056690335, 5861041.98007211368531 ], [ 1386437.874709056690335, 5860907.212806186638772 ], [ 1386437.874709056690335, 5860772.447605801746249 ], [ 1386437.874709056690335, 5860637.684470863081515 ], [ 1386345.108466728823259, 5860502.92340128030628 ], [ 1386345.108466728823259, 5860368.164396961219609 ], [ 1386252.342224401189014, 5860233.407457816414535 ], [ 1386159.575982073554769, 5860098.652583750896156 ], [ 1386159.575982073554769, 5859963.899774673394859 ], [ 1386159.575982073554769, 5859829.149030494503677 ], [ 1386159.575982073554769, 5859694.40035112015903 ], [ 1386252.342224401189014, 5859559.653736459091306 ], [ 1386252.342224401189014, 5859424.909186420030892 ], [ 1386252.342224401189014, 5859290.166700910776854 ], [ 1386252.342224401189014, 5859155.426279840059578 ], [ 1386345.108466728823259, 5859020.687923114746809 ] ] } }, -{ "type": "Feature", "properties": { "bedlev": 701.4000244140625, "branchid": "river_5", "height": 17.349960327148438, "width": 60.93007025, "branchtype": "river", "branchorder": "1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_5", "frictionid": "Manning_0.023", "index": null, "diameter": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1386345.108466728823259, 5859020.687923114746809 ], [ 1386252.342224401189014, 5858885.951630645431578 ], [ 1386159.575982073554769, 5858751.217402336187661 ], [ 1386159.575982073554769, 5858616.485238100402057 ], [ 1386159.575982073554769, 5858481.755137845873833 ], [ 1386159.575982073554769, 5858347.02710147574544 ], [ 1386066.809739745920524, 5858212.301128903403878 ], [ 1385974.043497418286279, 5858212.301128903403878 ], [ 1385881.277255090652034, 5858212.301128903403878 ], [ 1385788.511012763017789, 5858212.301128903403878 ], [ 1385695.744770435383543, 5858212.301128903403878 ], [ 1385602.978528107749298, 5858077.577220032922924 ], [ 1385510.212285780115053, 5857942.855374777689576 ], [ 1385510.212285780115053, 5857808.135593040846288 ], [ 1385417.446043452480808, 5857673.41787473578006 ], [ 1385324.679801124846563, 5857673.41787473578006 ], [ 1385231.913558797212318, 5857538.702219764702022 ], [ 1385231.913558797212318, 5857403.988628041930497 ], [ 1385231.913558797212318, 5857269.277099471539259 ], [ 1385231.913558797212318, 5857134.567633965052664 ], [ 1385324.679801124846563, 5856999.86023142747581 ], [ 1385231.913558797212318, 5856865.154891769401729 ], [ 1385231.913558797212318, 5856730.451614898629487 ], [ 1385139.147316469578072, 5856595.750400722958148 ], [ 1385046.381074141710997, 5856595.750400722958148 ], [ 1384953.614831814309582, 5856461.051249152049422 ], [ 1384860.848589486675337, 5856461.051249152049422 ], [ 1384768.082347159041092, 5856326.354160091839731 ], [ 1384768.082347159041092, 5856191.659133453853428 ], [ 1384675.316104831406847, 5856056.966169144026935 ], [ 1384582.549862503772601, 5856056.966169144026935 ], [ 1384489.783620175905526, 5855922.275267072021961 ], [ 1384397.017377848271281, 5855787.586427145637572 ], [ 1384304.251135520637035, 5855787.586427145637572 ], [ 1384211.48489319300279, 5855652.899649272672832 ], [ 1384118.718650865368545, 5855518.21493336185813 ], [ 1384025.952408537967131, 5855383.532279322855175 ], [ 1383933.186166210100055, 5855248.851687061600387 ], [ 1383840.41992388246581, 5855248.851687061600387 ], [ 1383747.653681554831564, 5855114.1731564886868 ], [ 1383747.653681554831564, 5854979.496687510982156 ], [ 1383747.653681554831564, 5854844.822280039079487 ], [ 1383654.887439227197319, 5854844.822280039079487 ], [ 1383562.121196899563074, 5854710.149933977983892 ], [ 1383469.354954571928829, 5854710.149933977983892 ], [ 1383376.588712244294584, 5854575.479649240151048 ], [ 1383283.822469916660339, 5854440.811425729654729 ], [ 1383191.056227589026093, 5854440.811425729654729 ] ] } } +{ "type": "Feature", "properties": { "height": 22.5, "width": 60.500781333333329, "bedlev": 865.60003662109375, "branchid": "river_1", "branchtype": "river", "branchorder": "-1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_1", "frictionid": "Manning_0.023", "index": null, "diameter": null, "index_right": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1394694.070276216836646, 5867648.108302162960172 ], [ 1394694.070276216836646, 5867513.239712204784155 ], [ 1394601.304033889202401, 5867378.373192292638123 ], [ 1394508.537791561568156, 5867243.508742331527174 ], [ 1394415.771549233933911, 5867243.508742331527174 ], [ 1394323.005306906066835, 5867108.646362232975662 ], [ 1394230.23906457843259, 5867108.646362232975662 ], [ 1394137.472822251031175, 5867108.646362232975662 ], [ 1394044.70657992339693, 5866973.78605190385133 ], [ 1393951.940337595762685, 5866973.78605190385133 ], [ 1393859.17409526812844, 5866973.78605190385133 ], [ 1393766.407852940494195, 5866838.927811251021922 ], [ 1393673.641610612627119, 5866838.927811251021922 ], [ 1393580.875368284992874, 5866838.927811251021922 ], [ 1393488.109125957358629, 5866838.927811251021922 ], [ 1393395.342883629724383, 5866838.927811251021922 ], [ 1393302.576641302322969, 5866838.927811251021922 ], [ 1393209.810398974688724, 5866838.927811251021922 ], [ 1393117.044156646821648, 5866704.071640183217824 ], [ 1393024.277914319187403, 5866704.071640183217824 ], [ 1392931.511671991553158, 5866704.071640183217824 ], [ 1392838.745429663918912, 5866704.071640183217824 ], [ 1392745.979187336284667, 5866569.217538607306778 ], [ 1392653.212945008650422, 5866569.217538607306778 ], [ 1392560.446702681016177, 5866569.217538607306778 ], [ 1392467.680460353381932, 5866569.217538607306778 ], [ 1392374.914218025747687, 5866569.217538607306778 ], [ 1392282.147975698113441, 5866434.365506432950497 ], [ 1392189.381733370479196, 5866299.515543567948043 ], [ 1392096.615491042844951, 5866299.515543567948043 ], [ 1392003.849248715210706, 5866299.515543567948043 ], [ 1391911.083006387576461, 5866299.515543567948043 ], [ 1391818.316764059709385, 5866164.667649918235838 ], [ 1391725.55052173207514, 5866164.667649918235838 ], [ 1391632.784279404673725, 5866164.667649918235838 ], [ 1391540.01803707703948, 5866164.667649918235838 ], [ 1391447.251794749405235, 5866164.667649918235838 ], [ 1391354.48555242177099, 5866164.667649918235838 ], [ 1391261.719310093903914, 5866164.667649918235838 ], [ 1391168.953067766269669, 5866164.667649918235838 ], [ 1391076.186825438635424, 5866164.667649918235838 ], [ 1390983.420583111001179, 5866164.667649918235838 ], [ 1390890.654340783366933, 5866164.667649918235838 ], [ 1390797.888098455965519, 5866029.821825394406915 ], [ 1390705.121856128098443, 5866029.821825394406915 ], [ 1390612.355613800464198, 5866029.821825394406915 ], [ 1390519.589371472829953, 5866029.821825394406915 ], [ 1390426.823129145195708, 5866029.821825394406915 ], [ 1390334.056886817561463, 5866029.821825394406915 ], [ 1390241.290644489927217, 5866029.821825394406915 ], [ 1390148.524402162292972, 5865894.978069902397692 ], [ 1390055.758159834658727, 5865894.978069902397692 ], [ 1389962.991917507024482, 5865760.136383352801204 ], [ 1389870.225675179390237, 5865760.136383352801204 ], [ 1389777.459432851755992, 5865760.136383352801204 ], [ 1389684.693190524121746, 5865760.136383352801204 ], [ 1389591.926948196487501, 5865760.136383352801204 ], [ 1389499.160705868853256, 5865625.296765649691224 ], [ 1389406.39446354098618, 5865625.296765649691224 ], [ 1389406.39446354098618, 5865490.459216705523431 ], [ 1389313.628221213351935, 5865355.623736422508955 ], [ 1389313.628221213351935, 5865220.790324714966118 ], [ 1389313.628221213351935, 5865085.958981488831341 ], [ 1389220.86197888571769, 5864951.129706650041044 ], [ 1389128.095736558316275, 5864816.302500107325613 ], [ 1389128.095736558316275, 5864681.477361769415438 ], [ 1389035.32949423068203, 5864546.654291545972228 ], [ 1389128.095736558316275, 5864411.833289342001081 ], [ 1389128.095736558316275, 5864277.014355068095028 ], [ 1389035.32949423068203, 5864142.197488628327847 ], [ 1388942.563251903047785, 5864007.382689936086535 ], [ 1388849.797009575180709, 5863872.569958896376193 ], [ 1388757.030767247546464, 5863872.569958896376193 ], [ 1388664.264524919912219, 5863737.759295416995883 ], [ 1388571.498282592277974, 5863602.950699406675994 ], [ 1388571.498282592277974, 5863468.144170773215592 ], [ 1388571.498282592277974, 5863333.339709427207708 ], [ 1388478.732040264643729, 5863333.339709427207708 ], [ 1388385.965797937009484, 5863198.537315272726119 ], [ 1388293.199555609375238, 5863198.537315272726119 ], [ 1388200.433313281740993, 5863198.537315272726119 ], [ 1388107.667070954106748, 5863063.736988220363855 ], [ 1388014.900828626472503, 5863063.736988220363855 ], [ 1387922.134586298838258, 5863063.736988220363855 ], [ 1387829.368343971204013, 5862928.938728176057339 ], [ 1387736.602101643569767, 5862794.142535050399601 ], [ 1387736.602101643569767, 5862659.348408752121031 ], [ 1387736.602101643569767, 5862524.556349185295403 ], [ 1387643.835859315935522, 5862389.766356259584427 ], [ 1387551.069616988068447, 5862254.978429886512458 ], [ 1387458.303374660667032, 5862254.978429886512458 ], [ 1387365.537132333032787, 5862254.978429886512458 ], [ 1387272.770890005398542, 5862254.978429886512458 ], [ 1387180.004647677764297, 5862254.978429886512458 ], [ 1387087.238405350130051, 5862254.978429886512458 ], [ 1386994.472163022495806, 5862120.192569970153272 ] ] } }, +{ "type": "Feature", "properties": { "height": 13.574996948242188, "width": 63.595319, "bedlev": 813.29998779296875, "branchid": "river_2", "branchtype": "river", "branchorder": "-1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_2", "frictionid": "Manning_0.023", "index": null, "diameter": null, "index_right": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1386066.809739745920524, 5868052.726493230089545 ], [ 1386159.575982073554769, 5868052.726493230089545 ], [ 1386252.342224401189014, 5867917.851692584343255 ], [ 1386345.108466728823259, 5867917.851692584343255 ], [ 1386437.874709056690335, 5867917.851692584343255 ], [ 1386530.64095138432458, 5867917.851692584343255 ], [ 1386623.407193711958826, 5867917.851692584343255 ], [ 1386716.17343603936024, 5867782.978962258435786 ], [ 1386808.939678366994485, 5867782.978962258435786 ], [ 1386901.70592069462873, 5867782.978962258435786 ], [ 1386994.472163022495806, 5867648.108302162960172 ], [ 1387087.238405350130051, 5867648.108302162960172 ], [ 1387180.004647677764297, 5867513.239712204784155 ], [ 1387272.770890005398542, 5867378.373192292638123 ], [ 1387365.537132333032787, 5867243.508742331527174 ], [ 1387458.303374660667032, 5867108.646362232975662 ], [ 1387551.069616988068447, 5867108.646362232975662 ], [ 1387643.835859315935522, 5867108.646362232975662 ], [ 1387736.602101643569767, 5866973.78605190385133 ], [ 1387829.368343971204013, 5866973.78605190385133 ], [ 1387829.368343971204013, 5866838.927811251021922 ], [ 1387829.368343971204013, 5866704.071640183217824 ], [ 1387829.368343971204013, 5866569.217538607306778 ], [ 1387922.134586298838258, 5866434.365506432950497 ], [ 1387922.134586298838258, 5866299.515543567948043 ], [ 1388014.900828626472503, 5866164.667649918235838 ], [ 1388014.900828626472503, 5866029.821825394406915 ], [ 1388014.900828626472503, 5865894.978069902397692 ], [ 1388014.900828626472503, 5865760.136383352801204 ], [ 1387922.134586298838258, 5865625.296765649691224 ], [ 1387922.134586298838258, 5865490.459216705523431 ], [ 1387922.134586298838258, 5865355.623736422508955 ], [ 1387922.134586298838258, 5865220.790324714966118 ], [ 1387922.134586298838258, 5865085.958981488831341 ], [ 1387829.368343971204013, 5864951.129706650041044 ], [ 1387829.368343971204013, 5864816.302500107325613 ], [ 1387829.368343971204013, 5864681.477361769415438 ], [ 1387829.368343971204013, 5864546.654291545972228 ], [ 1387829.368343971204013, 5864411.833289342001081 ], [ 1387829.368343971204013, 5864277.014355068095028 ], [ 1387736.602101643569767, 5864142.197488628327847 ], [ 1387643.835859315935522, 5864007.382689936086535 ], [ 1387551.069616988068447, 5863872.569958896376193 ], [ 1387551.069616988068447, 5863737.759295416995883 ], [ 1387458.303374660667032, 5863602.950699406675994 ], [ 1387365.537132333032787, 5863468.144170773215592 ], [ 1387272.770890005398542, 5863333.339709427207708 ], [ 1387272.770890005398542, 5863198.537315272726119 ], [ 1387180.004647677764297, 5863063.736988220363855 ], [ 1387087.238405350130051, 5862928.938728176057339 ], [ 1386994.472163022495806, 5862794.142535050399601 ], [ 1386901.70592069462873, 5862794.142535050399601 ], [ 1386808.939678366994485, 5862659.348408752121031 ], [ 1386716.17343603936024, 5862524.556349185295403 ], [ 1386716.17343603936024, 5862389.766356259584427 ], [ 1386716.17343603936024, 5862254.978429886512458 ], [ 1386808.939678366994485, 5862254.978429886512458 ], [ 1386901.70592069462873, 5862120.192569970153272 ], [ 1386994.472163022495806, 5862120.192569970153272 ] ] } }, +{ "type": "Feature", "properties": { "height": 21.70001220703125, "width": 50.0, "bedlev": 952.79998779296875, "branchid": "river_3", "branchtype": "river", "branchorder": "-1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_3", "frictionid": "Manning_0.023", "index": null, "diameter": null, "index_right": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1391540.01803707703948, 5858077.577220032922924 ], [ 1391447.251794749405235, 5858077.577220032922924 ], [ 1391354.48555242177099, 5858077.577220032922924 ], [ 1391261.719310093903914, 5858077.577220032922924 ], [ 1391168.953067766269669, 5858077.577220032922924 ], [ 1391076.186825438635424, 5858212.301128903403878 ], [ 1390983.420583111001179, 5858212.301128903403878 ], [ 1390890.654340783366933, 5858212.301128903403878 ], [ 1390797.888098455965519, 5858077.577220032922924 ], [ 1390705.121856128098443, 5858077.577220032922924 ], [ 1390612.355613800464198, 5858077.577220032922924 ], [ 1390519.589371472829953, 5858077.577220032922924 ], [ 1390426.823129145195708, 5858077.577220032922924 ], [ 1390334.056886817561463, 5857942.855374777689576 ], [ 1390241.290644489927217, 5857942.855374777689576 ], [ 1390148.524402162292972, 5857942.855374777689576 ], [ 1390055.758159834658727, 5857808.135593040846288 ], [ 1389962.991917507024482, 5857808.135593040846288 ], [ 1389962.991917507024482, 5857673.41787473578006 ], [ 1389870.225675179390237, 5857673.41787473578006 ], [ 1389777.459432851755992, 5857673.41787473578006 ], [ 1389684.693190524121746, 5857808.135593040846288 ], [ 1389591.926948196487501, 5857808.135593040846288 ], [ 1389499.160705868853256, 5857808.135593040846288 ], [ 1389406.39446354098618, 5857808.135593040846288 ], [ 1389313.628221213351935, 5857942.855374777689576 ], [ 1389220.86197888571769, 5858077.577220032922924 ], [ 1389128.095736558316275, 5858212.301128903403878 ], [ 1389035.32949423068203, 5858212.301128903403878 ], [ 1388942.563251903047785, 5858347.02710147574544 ], [ 1388849.797009575180709, 5858347.02710147574544 ], [ 1388757.030767247546464, 5858347.02710147574544 ], [ 1388664.264524919912219, 5858481.755137845873833 ], [ 1388571.498282592277974, 5858481.755137845873833 ], [ 1388478.732040264643729, 5858481.755137845873833 ], [ 1388385.965797937009484, 5858481.755137845873833 ], [ 1388293.199555609375238, 5858481.755137845873833 ], [ 1388200.433313281740993, 5858616.485238100402057 ], [ 1388107.667070954106748, 5858751.217402336187661 ], [ 1388014.900828626472503, 5858885.951630645431578 ], [ 1387922.134586298838258, 5858885.951630645431578 ], [ 1387829.368343971204013, 5858885.951630645431578 ], [ 1387736.602101643569767, 5858885.951630645431578 ], [ 1387643.835859315935522, 5858885.951630645431578 ], [ 1387551.069616988068447, 5858885.951630645431578 ], [ 1387458.303374660667032, 5858885.951630645431578 ], [ 1387365.537132333032787, 5858885.951630645431578 ], [ 1387272.770890005398542, 5858885.951630645431578 ], [ 1387180.004647677764297, 5858885.951630645431578 ], [ 1387087.238405350130051, 5858885.951630645431578 ], [ 1386994.472163022495806, 5858885.951630645431578 ], [ 1386901.70592069462873, 5858885.951630645431578 ], [ 1386808.939678366994485, 5858885.951630645431578 ], [ 1386716.17343603936024, 5859020.687923114746809 ], [ 1386623.407193711958826, 5859020.687923114746809 ], [ 1386530.64095138432458, 5859020.687923114746809 ], [ 1386437.874709056690335, 5859020.687923114746809 ], [ 1386345.108466728823259, 5859020.687923114746809 ] ] } }, +{ "type": "Feature", "properties": { "height": 14.050003051757812, "width": 60.93007025, "bedlev": 724.29998779296875, "branchid": "river_4", "branchtype": "river", "branchorder": "1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_4", "frictionid": "Manning_0.023", "index": null, "diameter": null, "index_right": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1386994.472163022495806, 5862120.192569970153272 ], [ 1386901.70592069462873, 5861985.408776421099901 ], [ 1386808.939678366994485, 5861850.627049146220088 ], [ 1386716.17343603936024, 5861715.847388052381575 ], [ 1386716.17343603936024, 5861581.069793051108718 ], [ 1386716.17343603936024, 5861446.294264048337936 ], [ 1386648.271799877518788, 5861347.644815167412162 ] ] } }, +{ "type": "Feature", "properties": { "height": 14.050003051757812, "width": 60.93007025, "bedlev": 724.29998779296875, "branchid": "river_4-1", "branchtype": "river", "branchorder": "1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_4", "frictionid": "Manning_0.023", "index": null, "diameter": null, "index_right": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1386648.271799877518788, 5861347.644815167412162 ], [ 1386623.407193711958826, 5861311.520800951868296 ], [ 1386623.407193711958826, 5861176.749403670430183 ], [ 1386530.64095138432458, 5861176.749403670430183 ], [ 1386437.874709056690335, 5861041.98007211368531 ], [ 1386437.874709056690335, 5860907.212806186638772 ], [ 1386437.874709056690335, 5860772.447605801746249 ], [ 1386437.874709056690335, 5860637.684470863081515 ], [ 1386345.108466728823259, 5860502.92340128030628 ], [ 1386345.108466728823259, 5860368.164396961219609 ], [ 1386252.342224401189014, 5860233.407457816414535 ], [ 1386159.575982073554769, 5860098.652583750896156 ], [ 1386159.575982073554769, 5859963.899774673394859 ], [ 1386159.575982073554769, 5859829.149030494503677 ], [ 1386159.575982073554769, 5859694.40035112015903 ], [ 1386252.342224401189014, 5859559.653736459091306 ], [ 1386252.342224401189014, 5859424.909186420030892 ], [ 1386252.342224401189014, 5859290.166700910776854 ], [ 1386252.342224401189014, 5859155.426279840059578 ], [ 1386345.108466728823259, 5859020.687923114746809 ] ] } }, +{ "type": "Feature", "properties": { "height": 17.349960327148438, "width": 60.93007025, "bedlev": 701.4000244140625, "branchid": "river_5", "branchtype": "river", "branchorder": "-1", "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": "0.023", "ORIG_branchid": "river_5", "frictionid": "Manning_0.023", "index": null, "diameter": null, "index_right": null, "elevtn_up": null, "elevtn_dn": null, "invlev_up": null, "invlev_dn": null, "manhole_up": null, "manhole_dn": null }, "geometry": { "type": "LineString", "coordinates": [ [ 1386345.108466728823259, 5859020.687923114746809 ], [ 1386252.342224401189014, 5858885.951630645431578 ], [ 1386159.575982073554769, 5858751.217402336187661 ], [ 1386159.575982073554769, 5858616.485238100402057 ], [ 1386159.575982073554769, 5858481.755137845873833 ], [ 1386159.575982073554769, 5858347.02710147574544 ], [ 1386066.809739745920524, 5858212.301128903403878 ], [ 1385974.043497418286279, 5858212.301128903403878 ], [ 1385881.277255090652034, 5858212.301128903403878 ], [ 1385788.511012763017789, 5858212.301128903403878 ], [ 1385695.744770435383543, 5858212.301128903403878 ], [ 1385602.978528107749298, 5858077.577220032922924 ], [ 1385510.212285780115053, 5857942.855374777689576 ], [ 1385510.212285780115053, 5857808.135593040846288 ], [ 1385417.446043452480808, 5857673.41787473578006 ], [ 1385324.679801124846563, 5857673.41787473578006 ], [ 1385231.913558797212318, 5857538.702219764702022 ], [ 1385231.913558797212318, 5857403.988628041930497 ], [ 1385231.913558797212318, 5857269.277099471539259 ], [ 1385231.913558797212318, 5857134.567633965052664 ], [ 1385324.679801124846563, 5856999.86023142747581 ], [ 1385231.913558797212318, 5856865.154891769401729 ], [ 1385231.913558797212318, 5856730.451614898629487 ], [ 1385139.147316469578072, 5856595.750400722958148 ], [ 1385046.381074141710997, 5856595.750400722958148 ], [ 1384953.614831814309582, 5856461.051249152049422 ], [ 1384860.848589486675337, 5856461.051249152049422 ], [ 1384768.082347159041092, 5856326.354160091839731 ], [ 1384768.082347159041092, 5856191.659133453853428 ], [ 1384675.316104831406847, 5856056.966169144026935 ], [ 1384582.549862503772601, 5856056.966169144026935 ], [ 1384489.783620175905526, 5855922.275267072021961 ], [ 1384397.017377848271281, 5855787.586427145637572 ], [ 1384304.251135520637035, 5855787.586427145637572 ], [ 1384211.48489319300279, 5855652.899649272672832 ], [ 1384118.718650865368545, 5855518.21493336185813 ], [ 1384025.952408537967131, 5855383.532279322855175 ], [ 1383933.186166210100055, 5855248.851687061600387 ], [ 1383840.41992388246581, 5855248.851687061600387 ], [ 1383747.653681554831564, 5855114.1731564886868 ], [ 1383747.653681554831564, 5854979.496687510982156 ], [ 1383747.653681554831564, 5854844.822280039079487 ], [ 1383654.887439227197319, 5854844.822280039079487 ], [ 1383562.121196899563074, 5854710.149933977983892 ], [ 1383469.354954571928829, 5854710.149933977983892 ], [ 1383376.588712244294584, 5854575.479649240151048 ], [ 1383283.822469916660339, 5854440.811425729654729 ], [ 1383191.056227589026093, 5854440.811425729654729 ] ] } } ] } diff --git a/examples/dflowfm_piave/geoms/rivers_nodes.geojson b/examples/dflowfm_piave/geoms/rivers_nodes.geojson index 86ba6cc3..d387d4e2 100644 --- a/examples/dflowfm_piave/geoms/rivers_nodes.geojson +++ b/examples/dflowfm_piave/geoms/rivers_nodes.geojson @@ -2,11 +2,11 @@ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::3857" } }, "features": [ -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_0", "branch_id": "river_1", "bedlev": 865.60003662109375, "branchid": "river_1", "height": 22.5, "width": 60.500781333333329, "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_1" }, "geometry": { "type": "Point", "coordinates": [ 1394694.070276216836646, 5867648.108302162960172 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_1", "branch_id": "river_1", "bedlev": 865.60003662109375, "branchid": "river_1", "height": 22.5, "width": 60.500781333333329, "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_1" }, "geometry": { "type": "Point", "coordinates": [ 1386994.472163022495806, 5862120.192569970153272 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_2", "branch_id": "river_2", "bedlev": 813.29998779296875, "branchid": "river_2", "height": 13.574996948242188, "width": 63.595319, "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_2" }, "geometry": { "type": "Point", "coordinates": [ 1386066.809739745920524, 5868052.726493230089545 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_3", "branch_id": "river_3", "bedlev": 952.79998779296875, "branchid": "river_3", "height": 21.70001220703125, "width": 50.0, "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_3" }, "geometry": { "type": "Point", "coordinates": [ 1391540.01803707703948, 5858077.577220032922924 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_4", "branch_id": "river_3", "bedlev": 952.79998779296875, "branchid": "river_3", "height": 21.70001220703125, "width": 50.0, "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_3" }, "geometry": { "type": "Point", "coordinates": [ 1386345.108466728823259, 5859020.687923114746809 ] } }, -{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_5", "branch_id": "river_5", "bedlev": 701.4000244140625, "branchid": "river_5", "height": 17.349960327148438, "width": 60.93007025, "branchtype": "river", "branchorder": 1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_5" }, "geometry": { "type": "Point", "coordinates": [ 1383191.056227589026093, 5854440.811425729654729 ] } } +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_0", "branch_id": "river_1", "height": 22.5, "width": 60.500781333333329, "bedlev": 865.60003662109375, "branchid": "river_1", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_1" }, "geometry": { "type": "Point", "coordinates": [ 1394694.070276216836646, 5867648.108302162960172 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_1", "branch_id": "river_1", "height": 22.5, "width": 60.500781333333329, "bedlev": 865.60003662109375, "branchid": "river_1", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_1" }, "geometry": { "type": "Point", "coordinates": [ 1386994.472163022495806, 5862120.192569970153272 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_2", "branch_id": "river_2", "height": 13.574996948242188, "width": 63.595319, "bedlev": 813.29998779296875, "branchid": "river_2", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_2" }, "geometry": { "type": "Point", "coordinates": [ 1386066.809739745920524, 5868052.726493230089545 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_3", "branch_id": "river_3", "height": 21.70001220703125, "width": 50.0, "bedlev": 952.79998779296875, "branchid": "river_3", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_3" }, "geometry": { "type": "Point", "coordinates": [ 1391540.01803707703948, 5858077.577220032922924 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_4", "branch_id": "river_3", "height": 21.70001220703125, "width": 50.0, "bedlev": 952.79998779296875, "branchid": "river_3", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_3" }, "geometry": { "type": "Point", "coordinates": [ 1386345.108466728823259, 5859020.687923114746809 ] } }, +{ "type": "Feature", "properties": { "branchnodeid": "branchnodes_5", "branch_id": "river_5", "height": 17.349960327148438, "width": 60.93007025, "bedlev": 701.4000244140625, "branchid": "river_5", "branchtype": "river", "branchorder": -1.0, "friction_type": "Manning", "friction_value": 0.023, "shape": "rectangle", "t_width": 20.0, "closed": "no", "frictiontype": "Manning", "frictionvalue": 0.023, "ORIG_branchid": "river_5" }, "geometry": { "type": "Point", "coordinates": [ 1383191.056227589026093, 5854440.811425729654729 ] } } ] } diff --git a/examples/dflowfm_piave/hydromt_data.yml b/examples/dflowfm_piave/hydromt_data.yml deleted file mode 100644 index 9a951098..00000000 --- a/examples/dflowfm_piave/hydromt_data.yml +++ /dev/null @@ -1,70 +0,0 @@ -grip_roads: - data_type: GeoDataFrame - path: C:\Users\li_xn\.hydromt_data\artifact_data\v0.0.8\grip_roads.gpkg - driver: vector - filesystem: local - crs: 4326 - meta: - category: road - paper_doi: 10.1088/1748-9326/aabd42 - paper_ref: Meijer et al, 2018 - source_license: CC0-1.0 - source_url: https://www.globio.info/download-grip-dataset - source_version: v4 -merit_hydro: - data_type: RasterDataset - path: C:\Users\li_xn\.hydromt_data\artifact_data\v0.0.8\merit_hydro\{variable}.tif - driver: raster - filesystem: local - crs: 4326 - meta: - category: topography - paper_doi: 10.1029/2019WR024873 - paper_ref: Yamazaki et al. (2019) - source_license: CC-BY-NC 4.0 or ODbL 1.0 - source_url: http://hydro.iis.u-tokyo.ac.jp/~yamadai/MERIT_Hydro - source_version: 1.0 -pipes_defaults: - data_type: DataFrame - path: C:\Developments\hydromt_delft3dfm\hydromt_delft3dfm\data\pipes\pipes_defaults.csv - driver: csv - filesystem: local -rivers_lin2019_v1: - data_type: GeoDataFrame - path: C:\Users\li_xn\.hydromt_data\artifact_data\v0.0.8\rivers_lin2019_v1.gpkg - driver: vector - filesystem: local - meta: - category: hydrography - paper_doi: 10.5281/zenodo.3552776 - paper_ref: Lin et al. (2019) - source_license: CC-BY-NC 4.0 - source_url: https://zenodo.org/record/3552776#.YVbOrppByUk - source_version: 1 -vito: - data_type: RasterDataset - path: C:\Users\li_xn\.hydromt_data\artifact_data\v0.0.8\vito.tif - driver: raster - filesystem: local - crs: 4326 - meta: - category: landuse & landcover - paper_doi: 10.5281/zenodo.3939038 - paper_ref: Buchhorn et al (2020) - source_url: https://land.copernicus.eu/global/products/lc - source_version: v2.0.2 -vito_mapping: - data_type: DataFrame - path: C:\Developments\hydromt_delft3dfm\hydromt_delft3dfm\data\landuse\vito_mapping.csv - driver: csv - filesystem: local - kwargs: - index_col: 0 - nodata: - landuse: 0 - roughness_manning: -999.0 - infiltcap: -999.0 - meta: - category: landuse - source_info: landuse parameters based on vito classification (https://land.copernicus.eu/global/products/lc) - source_version: 1.0 diff --git a/examples/dflowfm_piave/maps/InfiltrationCapacity.tif b/examples/dflowfm_piave/maps/InfiltrationCapacity.tif index 10b5a8ce..2fd5b98a 100644 Binary files a/examples/dflowfm_piave/maps/InfiltrationCapacity.tif and b/examples/dflowfm_piave/maps/InfiltrationCapacity.tif differ diff --git a/examples/dflowfm_piave/maps/bedlevel.tif b/examples/dflowfm_piave/maps/bedlevel.tif index 8375859c..49b1bfbb 100644 Binary files a/examples/dflowfm_piave/maps/bedlevel.tif and b/examples/dflowfm_piave/maps/bedlevel.tif differ diff --git a/examples/dflowfm_piave/maps/frictioncoefficient.tif b/examples/dflowfm_piave/maps/frictioncoefficient.tif index 51dbce63..a74bc1e9 100644 Binary files a/examples/dflowfm_piave/maps/frictioncoefficient.tif and b/examples/dflowfm_piave/maps/frictioncoefficient.tif differ diff --git a/examples/dflowfm_piave/mesh/fm_net.nc b/examples/dflowfm_piave/mesh/fm_net.nc deleted file mode 100644 index adfc53dd..00000000 Binary files a/examples/dflowfm_piave/mesh/fm_net.nc and /dev/null differ diff --git a/hydromt_delft3dfm/data/branches/branches_defaults.csv b/hydromt_delft3dfm/data/branches/branches_defaults.csv deleted file mode 100644 index 9a85eefb..00000000 --- a/hydromt_delft3dfm/data/branches/branches_defaults.csv +++ /dev/null @@ -1,5 +0,0 @@ -branchtype,spacing,material,shape,diameter,width,t_width,t_width_up,width_up,width_dn,t_width_dn,height,height_up,height_dn,inlev_up,inlev_dn,bedlev_up,bedlev_dn,closed,manhole_up,manhole_dn -pipe,inf,concrete,circle,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,-1.,-1.,-1.,-1.,no,'','' -channel,100,clay,rectangle,1.,1.,1.,1.,15.,15.,1.,1.,2.5,2.5,-1.,-1.,-1.,-1.,no,'','' -river,inf,clay,rectangle,1.,1.,1.,1.,300.,300.,1.,1.,11.5,11.5,-1.,-1.,-10.,-10.,no,'','' -tunnel,inf,concrete,circle,3,1.,1.,1.,1.,1.,1.,1.,1.,1,-30.,-30.,-1.,-1.,no,'','' diff --git a/hydromt_delft3dfm/data/channels/channels_defaults.csv b/hydromt_delft3dfm/data/channels/channels_defaults.csv index 9a85eefb..d9a0ccd4 100644 --- a/hydromt_delft3dfm/data/channels/channels_defaults.csv +++ b/hydromt_delft3dfm/data/channels/channels_defaults.csv @@ -1,5 +1,2 @@ -branchtype,spacing,material,shape,diameter,width,t_width,t_width_up,width_up,width_dn,t_width_dn,height,height_up,height_dn,inlev_up,inlev_dn,bedlev_up,bedlev_dn,closed,manhole_up,manhole_dn -pipe,inf,concrete,circle,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,-1.,-1.,-1.,-1.,no,'','' -channel,100,clay,rectangle,1.,1.,1.,1.,15.,15.,1.,1.,2.5,2.5,-1.,-1.,-1.,-1.,no,'','' -river,inf,clay,rectangle,1.,1.,1.,1.,300.,300.,1.,1.,11.5,11.5,-1.,-1.,-10.,-10.,no,'','' -tunnel,inf,concrete,circle,3,1.,1.,1.,1.,1.,1.,1.,1.,1,-30.,-30.,-1.,-1.,no,'','' +branchtype,branchorder,spacing,material,shape,diameter,width,t_width,t_width_up,width_up,width_dn,t_width_dn,height,height_up,height_dn,inlev_up,inlev_dn,bedlev_up,bedlev_dn,closed,manhole_up,manhole_dn +channel,-1,100,clay,rectangle,1.,1.,1.,1.,15.,15.,1.,1.,2.5,2.5,-1.,-1.,-1.,-1.,no,'','' diff --git a/hydromt_delft3dfm/data/channels/spacing_pipe.csv b/hydromt_delft3dfm/data/channels/spacing_pipe.csv deleted file mode 100644 index 43ba0842..00000000 --- a/hydromt_delft3dfm/data/channels/spacing_pipe.csv +++ /dev/null @@ -1,8 +0,0 @@ -branchtype,shape,diameter,spacing -pipe,circle,0.4,16 -pipe,circle,0.6,24 -pipe,circle,0.8,24 -pipe,circle,1.0,24 -pipe,circle,1.2,24 -pipe,rectangle,,24 -pipe,trapeze,,0 diff --git a/hydromt_delft3dfm/data/rivers/rivers_defaults.csv b/hydromt_delft3dfm/data/rivers/rivers_defaults.csv index cedb1cb0..2c8bf0f8 100644 --- a/hydromt_delft3dfm/data/rivers/rivers_defaults.csv +++ b/hydromt_delft3dfm/data/rivers/rivers_defaults.csv @@ -1,2 +1,2 @@ branchtype,branchorder,spacing,friction_type,friction_value,shape,width,t_width,height,bedlev,closed -river,1,inf,Manning,0.023,rectangle,10,20,10,-10,no +river,-1,inf,Manning,0.023,rectangle,10,20,10,-10,no diff --git a/hydromt_delft3dfm/dflowfm.py b/hydromt_delft3dfm/dflowfm.py index f2c379d2..b90a5ac0 100644 --- a/hydromt_delft3dfm/dflowfm.py +++ b/hydromt_delft3dfm/dflowfm.py @@ -4,27 +4,25 @@ import logging import os from datetime import datetime, timedelta -from os.path import basename, dirname, isdir, isfile, join +from os.path import basename, dirname, isfile, join from pathlib import Path from typing import Any, Dict, List, Optional, Tuple, Union import geopandas as gpd import hydromt -import meshkernel as mk import numpy as np import pandas as pd import xarray as xr import xugrid as xu -from hydrolib.core.dflowfm import FMModel, IniFieldModel, Mesh1d +from hydrolib.core.dflowfm import FMModel, IniFieldModel from hydrolib.core.dimr import DIMR, FMComponent, Start from hydromt.models import MeshModel - -# from hydrolib.dhydamo.geometry import mesh -from meshkernel import GeometryList +from hydromt.workflows import create_mesh2d +from hydromt_delft3dfm import graph_utils from pyproj import CRS from shapely.geometry import LineString, box -from . import DATADIR, utils, workflows +from . import DATADIR, mesh_utils, utils, workflows __all__ = ["DFlowFMModel"] logger = logging.getLogger(__name__) @@ -43,7 +41,7 @@ class DFlowFMModel(MeshModel): "region": gpd.GeoDataFrame, "geoms": Dict[str, gpd.GeoDataFrame], "maps": Dict[str, Union[xr.DataArray, xr.Dataset]], - "mesh": Union[xr.DataArray, xr.Dataset], + "mesh": Union[xu.UgridDataArray, xu.UgridDataset], "forcing": Dict[str, Union[xr.DataArray, xr.Dataset]], "results": Dict[str, Union[xr.DataArray, xr.Dataset]], "states": Dict[str, Union[xr.DataArray, xr.Dataset]], @@ -111,15 +109,16 @@ class DFlowFMModel(MeshModel): }, } _FOLDERS = ["dflowfm", "geoms", "mesh", "maps", "graphs"] - _CLI_ARGS = {"region": "setup_region", "res": "setup_mesh2d"} + _CLI_ARGS = {"region": "setup_region"} _CATALOGS = join(_DATADIR, "parameters_data.yml") def __init__( self, - root: Union[str, Path] = None, + root: Union[str, Path], mode: str = "w", config_fn: str = None, # hydromt config contain glob section, anything needed can be added here as args data_libs: List[str] = [], # yml + crs: Union[int, str] = None, dimr_fn: str = None, network_snap_offset=25, snap_newbranches_to_branches_at_snapnodes=True, @@ -141,6 +140,20 @@ def __init__( data_libs : list of str, optional List of data catalog yaml files. Default is None. + crs : EPSG code, int + EPSG code of the model. + dimr_fn: str, optional + Path to the dimr configuration file. If None, default dimr configuration file is used. + Default is None. + network_snap_offset: float, optional + Global option for generation of the mesh1d network. Snapping tolerance to automatically connecting branches. + By default 25 m. + snap_newbranches_to_branches_at_snapnodes: bool, optional + Global option for generation of the mesh1d network. + By default True. + openwater_computation_node_distance: float, optional + Global option for generation of the mesh1d network. Distance to generate mesh1d nodes for open water + system (rivers, channels). By default 40 m. logger The logger used to log messages. """ @@ -154,6 +167,7 @@ def __init__( data_libs=data_libs, logger=logger, ) + # model specific self._branches = None self._dimr = None @@ -161,7 +175,7 @@ def __init__( self._dfmmodel = None self._config_fn = ( join("dflowfm", self._CONF) if config_fn is None else config_fn - ) + ) # FIXME Xiaohan config needs to be derived from dimr_fn if dimr_fn exsit self.data_catalog.from_yml(self._CATALOGS) self.config @@ -174,53 +188,20 @@ def __init__( self._openwater_computation_node_distance = openwater_computation_node_distance self._res = None + # crs + self._crs = CRS.from_user_input(crs) if crs else None + self._check_crs() + def setup_region( self, - region: dict, - crs: int = None, ): - """Define the 1D model region. - - Adds model layer: - - * **region** geom: model region - - Parameters - ---------- - region : dict - Dictionary describing region of interest, e.g. {'bbox': [xmin, ymin, xmax, ymax]}. - See :py:meth:`~hydromt.workflows.parse_region()` for all options. - crs : int, optional - Coordinate system (EPSG number) of the model. If not provided, equal to the region crs - if "grid" or "geom" option are used, and to 4326 if "bbox" is used, i.e. specified crs will be ignored. - - Raises - ------ - ValueError - If the region kind in `region` is not supported for D-Flow FM. - Supported regions are: "bbox", "grid" and "geom". - """ - kind, region = hydromt.workflows.parse_region(region, logger=self.logger) - if kind == "bbox": - geom = gpd.GeoDataFrame(geometry=[box(*region["bbox"])], crs=4326) - elif kind == "grid": - geom = region["grid"].raster.box - elif kind == "geom": - geom = region["geom"] - else: - raise ValueError( - f"Unknown region kind {kind} for DFlowFM, expected one of ['bbox', 'grid', 'geom']." - ) - - if crs: - geom = geom.to_crs(crs) - elif geom.crs is None: - raise AttributeError("region crs can not be None. ") - else: - self.logger.info(f"Model region is set to crs: {geom.crs.to_epsg()}") - - # Set the model region geometry (to be accessed through the shortcut self.region). - self.set_geoms(geom, "region") + """HYDROMT CORE METHOD NOT USED FOR DFlowFMModel.""" + raise ValueError( + "setup_region() method not implemented for DFlowFMModel." + "The region will be set in the methods preparing the mesh: " + "[setup_mesh2d, setup_rivers, setup_rivers_from_dem, setup_channels, setup_pipes]" + "Pass the region argument to these methods directly and not in the command line." + ) def _setup_branches( self, @@ -229,6 +210,7 @@ def _setup_branches( br_type: str, friction_type: str, friction_value: float, + region: dict = None, crosssections_shape: str = None, crosssections_value: Union[List[float], float] = None, spacing: pd.DataFrame = None, @@ -242,46 +224,56 @@ def _setup_branches( Parameters ---------- - br_fn : str, gpd.GeoDataFrame - Either data source in data catalogue or Path for branches file or branches gpd.GeoDataFrame directly. - defaults_fn : str Path - Either data source in data catalogue or path to a csv file containing all defaults values per "branchtype" or defaults pd.DataFRame directly. - br_type : str - branches type. Either "river", "channel", "pipe". - friction_type : str - Type of friction to use. One of ["Manning", "Chezy", "wallLawNikuradse", "WhiteColebrook", "StricklerNikuradse", "Strickler", "deBosBijkerk"]. - friction_value : float - Value corresponding to ''friction_type''. Units are ["Chézy C [m 1/2 /s]", "Manning n [s/m 1/3 ]", "Nikuradse k_n [m]", "Nikuradse k_n [m]", "Nikuradse k_n [m]", "Strickler k_s [m 1/3 /s]", "De Bos-Bijkerk γ [1/s]"] - crosssections_shape : str, optional - Shape of branch crosssections to overwrite defaults. Either "circle" or "rectangle". - crosssections_value : float or list of float, optional - Crosssections parameter value to overwrite defaults. - If ``crosssections_shape`` = "circle", expects a diameter [m], used for br_type == "pipe" - If ``crosssections_shape`` = "rectangle", expects a list with [width, height] (e.g. [1.0, 1.0]) [m]. used for br_type == "river" or "channel". - spacing: float, optional - Spacing value in meters to split the long pipelines lines into shorter pipes. By default inf - no splitting is applied. + br_fn : str, gpd.GeoDataFrame + Either data source in data catalogue or Path for branches file or branches gpd.GeoDataFrame directly. + defaults_fn : str Path + Either data source in data catalogue or path to a csv file containing all defaults values per "branchtype" or defaults pd.DataFRame directly. + br_type : str + branches type. Either "river", "channel", "pipe". + friction_type : str + Type of friction to use. One of ["Manning", "Chezy", "wallLawNikuradse", "WhiteColebrook", "StricklerNikuradse", "Strickler", "deBosBijkerk"]. + friction_value : float + Value corresponding to ''friction_type''. Units are ["Chézy C [m 1/2 /s]", "Manning n [s/m 1/3 ]", "Nikuradse k_n [m]", "Nikuradse k_n [m]", "Nikuradse k_n [m]", "Strickler k_s [m 1/3 /s]", "De Bos-Bijkerk γ [1/s]"] + region : dict, optional + Dictionary describing region of interest for extracting 1D branches, e.g.: + + * {'bbox': [xmin, ymin, xmax, ymax]} + + * {'geom': 'path/to/polygon_geometry'} + Note that only crs=4326 is supported for 'bbox'. + crosssections_shape : str, optional + Shape of branch crosssections to overwrite defaults. Either "circle" or "rectangle". + crosssections_value : float or list of float, optional + Crosssections parameter value to overwrite defaults. + If ``crosssections_shape`` = "circle", expects a diameter [m], used for br_type == "pipe" + If ``crosssections_shape`` = "rectangle", expects a list with [width, height] (e.g. [1.0, 1.0]) [m]. used for br_type == "river" or "channel". + spacing: float, optional + Spacing value in meters to split the long pipelines lines into shorter pipes. By default inf - no splitting is applied. snap_offset: float, optional - Snapping tolerance to automatically connecting branches. Tolerance must be smaller than the shortest pipe length. - By default 0.0, no snapping is applied. - allow_intersection_snapping: bool, optional - Switch to choose whether snapping of multiple branch ends are allowed when ``snap_offset`` is used. - By default True. - allowed_columns: list, optional - List of columns to filter in branches GeoDataFrame - filter: str, optional - Keyword in branchtype column of br_fn used to filter lines. If None all lines in br_fn are used (default). + Snapping tolerance to automatically connecting branches. Tolerance must be smaller than the shortest pipe length. + By default 0.0, no snapping is applied. + allow_intersection_snapping: bool, optional + Switch to choose whether snapping of multiple branch ends are allowed when ``snap_offset`` is used. + By default True. + allowed_columns: list, optional + List of columns to filter in branches GeoDataFrame + filter: str, optional + Keyword in branchtype column of br_fn used to filter lines. If None all lines in br_fn are used (default). See Also -------- dflowfm.setup_rivers dflowfm.setup_pipes - """ + """ # noqa: D205 # 1. Read data and filter within region + # If needed read the branches GeoDataFrame if isinstance(br_fn, str) or isinstance(br_fn, Path): + # parse region argument + region = workflows.parse_region_geometry(region, self.crs) gdf_br = self.data_catalog.get_geodataframe( - br_fn, geom=self.region, buffer=0, predicate="intersects" + br_fn, geom=region, buffer=0, predicate="intersects" ) else: gdf_br = br_fn @@ -399,6 +391,7 @@ def _setup_branches( def setup_channels( self, + region: dict, channels_fn: str, channels_defaults_fn: str = None, channel_filter: str = None, @@ -419,6 +412,13 @@ def setup_channels( Parameters ---------- + region : dict, optional + Dictionary describing region of interest for extracting 1D channels, e.g.: + + * {'bbox': [xmin, ymin, xmax, ymax]} + + * {'geom': 'path/to/polygon_geometry'} + Note that only crs=4326 is supported for 'bbox'. channels_fn : str Name of data source for channelsparameters, see data/data_sources.yml. Note only the lines that are intersects with the region polygon will be used. @@ -477,6 +477,7 @@ def setup_channels( # Build the channels branches and nodes and fill with attributes and spacing channels, channel_nodes = self._setup_branches( + region=region, br_fn=channels_fn, defaults_fn=channels_defaults_fn, br_type="channel", @@ -495,28 +496,47 @@ def setup_channels( assert {crosssections_type}.issubset({"xyzpoints", "branch"}) crosssections = self._setup_crosssections( branches=channels, + region=workflows.parse_region_geometry(region, self.crs), crosssections_fn=crosssections_fn, crosssections_type=crosssections_type, ) # add crosssections to exisiting ones and update geoms self.logger.debug("Adding crosssections vector to geoms.") - self.add_crosssections(crosssections) + crosssections = workflows.add_crosssections( + self.geoms.get("crosssections"), crosssections + ) + self.set_geoms(crosssections, "crosssections") # setup geoms self.logger.debug("Adding branches and branch_nodes vector to geoms.") self.set_geoms(channels, "channels") self.set_geoms(channel_nodes, "channel_nodes") - # add to branches - self.add_branches( + # add to branches geoms + branches = workflows.add_branches( + self.mesh_datasets.get("mesh1d"), + self.branches, channels, - branchtype="channel", - node_distance=self._openwater_computation_node_distance, + self._snap_newbranches_to_branches_at_snapnodes, + self._network_snap_offset, + ) + workflows.validate_branches(branches) + self.set_branches(branches) + + # update mesh + # Convert self.branches to xugrid + mesh1d, network1d = workflows.mesh1d_network1d_from_branches( + self.opensystem, + self.closedsystem, + self._openwater_computation_node_distance, ) + self.set_mesh(network1d, grid_name="network1d", overwrite_grid=True) + self.set_mesh(mesh1d, grid_name="mesh1d", overwrite_grid=True) def setup_rivers_from_dem( self, + region: dict, hydrography_fn: str, river_geom_fn: str = None, rivers_defaults_fn: str = None, @@ -571,6 +591,12 @@ def setup_rivers_from_dem( Parameters ---------- + region : dict, optional + Dictionary describing region of interest for extracting 1D rivers, e.g.: + + * {'bbox': [xmin, ymin, xmax, ymax]} + + * {'geom': 'path/to/polygon_geometry'} hydrography_fn : str Hydrography data to derive river shape and characteristics from. * Required variables: ['elevtn'] @@ -619,11 +645,18 @@ def setup_rivers_from_dem( -------- workflows.get_river_bathymetry + Raises + ------ + ValueError + """ self.logger.info("Preparing river shape from hydrography data.") + # parse region argument + region = workflows.parse_region_geometry(region, self.crs) + # read data ds_hydro = self.data_catalog.get_rasterdataset( - hydrography_fn, geom=self.region, buffer=10 + hydrography_fn, geom=region, buffer=10 ) if isinstance(ds_hydro, xr.DataArray): ds_hydro = ds_hydro.to_dataset() @@ -632,7 +665,7 @@ def setup_rivers_from_dem( gdf_riv = None if river_geom_fn is not None: gdf_riv = self.data_catalog.get_geodataframe( - river_geom_fn, geom=self.region + river_geom_fn, geom=region ).to_crs(ds_hydro.raster.crs) # check if flwdir and uparea in ds_hydro @@ -735,22 +768,40 @@ def setup_rivers_from_dem( # add crosssections to exisiting ones and update geoms self.logger.debug("Adding crosssections vector to geoms.") - self.add_crosssections(crosssections) + crosssections = workflows.add_crosssections( + self.geoms.get("crosssections"), crosssections + ) + self.set_geoms(crosssections, "crosssections") # setup geoms #TODO do we still need channels? self.logger.debug("Adding rivers and river_nodes vector to geoms.") self.set_geoms(rivers, "rivers") self.set_geoms(river_nodes, "rivers_nodes") - # add to branches - self.add_branches( + # add to branches geoms + branches = workflows.add_branches( + self.mesh_datasets.get("mesh1d"), + self.branches, rivers, - branchtype="river", - node_distance=self._openwater_computation_node_distance, + self._snap_newbranches_to_branches_at_snapnodes, + self._network_snap_offset, + ) + workflows.validate_branches(branches) + self.set_branches(branches) + + # update mesh + # Convert self.branches to xugrid + mesh1d, network1d = workflows.mesh1d_network1d_from_branches( + self.opensystem, + self.closedsystem, + self._openwater_computation_node_distance, ) + self.set_mesh(network1d, grid_name="network1d", overwrite_grid=True) + self.set_mesh(mesh1d, grid_name="mesh1d", overwrite_grid=True) def setup_rivers( self, + region: dict, rivers_fn: str, rivers_defaults_fn: str = None, river_filter: str = None, @@ -786,6 +837,12 @@ def setup_rivers( Parameters ---------- + region : dict, optional + Dictionary describing region of interest for extracting 1D rivers, e.g.: + + * {'bbox': [xmin, ymin, xmax, ymax]} + + * {'geom': 'path/to/polygon_geometry'} rivers_fn : str Name of data source for rivers parameters, see data/data_sources.yml. Note only the lines that are intersects with the region polygon will be used. @@ -845,6 +902,7 @@ def setup_rivers( # Build the rivers branches and nodes and fill with attributes and spacing rivers, river_nodes = self._setup_branches( + region=region, br_fn=rivers_fn, defaults_fn=rivers_defaults_fn, br_type="river", @@ -858,55 +916,66 @@ def setup_rivers( ) # setup crosssections - if crosssections_type is None: - crosssections_type = [] - crosssections_fn = [] - elif isinstance(crosssections_type, str): - crosssections_type = [crosssections_type] - crosssections_fn = [crosssections_fn] - elif isinstance(crosssections_type, list): - assert len(crosssections_type) == len(crosssections_fn) - # inser branch as default - if "branch" not in crosssections_type: - crosssections_type.insert(0, "branch") - crosssections_fn.insert(0, None) - + crosssections_type, crosssections_fn = workflows.init_crosssections_options( + crosssections_type, crosssections_fn + ) for crs_fn, crs_type in zip(crosssections_fn, crosssections_type): - assert {crs_type}.issubset({"xyz", "point", "branch"}) crosssections = self._setup_crosssections( branches=rivers, + region=workflows.parse_region_geometry(region, self.crs), crosssections_fn=crs_fn, crosssections_type=crs_type, ) - self.add_crosssections(crosssections) + crosssections = workflows.add_crosssections( + self.geoms.get("crosssections"), crosssections + ) + # setup geoms for crosssections + self.set_geoms(crosssections, "crosssections") # setup branch orders # for crossection type yz or xyz, always use branchorder = -1, because no interpolation can be applied. # TODO: change to lower case is needed - _overwrite_branchorder = self.crosssections[ - self.crosssections["crsdef_type"].str.contains("yz") + _overwrite_branchorder = self.geoms["crosssections"][ + self.geoms["crosssections"]["crsdef_type"].str.contains("yz") ]["crsdef_branchid"].tolist() if len(_overwrite_branchorder) > 0: rivers.loc[ rivers["branchid"].isin(_overwrite_branchorder), "branchorder" ] = -1 - # setup geoms + # setup geoms for rivers and river_nodes self.logger.debug("Adding rivers and river_nodes vector to geoms.") self.set_geoms(rivers, "rivers") self.set_geoms(river_nodes, "rivers_nodes") - # add to branches - self.add_branches( + # setup branches + branches = workflows.add_branches( + self.mesh_datasets.get( + "mesh1d" + ), # FIXME Xiaohan self.get_mesh("mesh1d") gives an error, is that desired? + self.branches, rivers, - branchtype="river", - node_distance=self._openwater_computation_node_distance, + self._snap_newbranches_to_branches_at_snapnodes, + self._network_snap_offset, + ) + workflows.validate_branches(branches) + self.set_branches(branches) + + # update mesh + # Convert self.branches to xugrid + mesh1d, network1d = workflows.mesh1d_network1d_from_branches( + self.opensystem, + self.closedsystem, + self._openwater_computation_node_distance, ) + self.set_mesh(network1d, grid_name="network1d", overwrite_grid=True) + self.set_mesh(mesh1d, grid_name="mesh1d", overwrite_grid=True) def setup_urban_sewer_network_from_osm( self, - network_type: str = "drive", - road_types: list[str] = None, + region: dict, + waterway_types: list[str] = None, + highway_types: list[str] = None, hydrography_fn: Union[str, Path] = None, **kwargs, ) -> None: @@ -921,6 +990,13 @@ def setup_urban_sewer_network_from_osm( parameters ---------- + region : dict + Dictionary describing region of interest for extracting 1D branches, e.g.: + + * {'bbox': [xmin, ymin, xmax, ymax]} + + * {'geom': 'path/to/polygon_geometry'} + Note that only crs=4326 is supported for 'bbox'. network_type: str {"all_private", "all", "bike", "drive", "drive_service", "walk"}) The type of street network to consider. This helps filter the OSM data to include only relevant road types. By default "drive" @@ -936,36 +1012,72 @@ def setup_urban_sewer_network_from_osm( """ self.logger.info("Preparing urban sewer network.") + region = workflows.parse_region_geometry(region, self.crs) - # 1. Build the network from OpenStreetMap data - graph_osm = workflows.setup_graph_from_openstreetmap( - region=self.region, # TODO: switch to use region as function arguments when mesh branch is merged - network_type=network_type, - road_types=road_types, + # 1. Build the graph from OpenStreetMap data + graph_osm = workflows.setup_urban_sewer_network_topology_from_osm( + region, + waterway_types=waterway_types, + highway_types=highway_types, + logger=self.logger, ) - workflows.write_graph( + + branches = graph_utils.graph_to_network(graph_osm)[0] # use self.graph + self.set_branches(branches) + branch_nodes = graph_utils.graph_to_network(graph_osm)[1] + self.set_geoms(branch_nodes, "branch_nodes") + + graph_utils.write_graph( graph_osm, graph_fn=Path(self.root).joinpath("graphs/graph_osm.gml") ) - workflows.write_graph( + graph_utils.write_graph( graph_osm, graph_fn=Path(self.root).joinpath("graphs/graph_osm.geojson") ) - # 2. Setup network connections based on flow directions from DEM + # 2. build the graph into digraph using dem data + graph_osm_bl = workflows.setup_urban_sewer_network_bedlevel_from_dem( + graph=graph_osm, + data_catalog=self.data_catalog, + dem_fn=hydrography_fn, + logger=self.logger, + ) + + branches = graph_utils.graph_to_network(graph_osm_bl)[0] # use self.graph + self.set_branches(branches) + branch_nodes = graph_utils.graph_to_network(graph_osm_bl)[1] + self.set_geoms(branch_nodes, "branch_nodes") + + graph_utils.write_graph( + graph_osm_bl, + graph_fn=Path(self.root).joinpath("graphs/graph_osm_bl.gml"), + ) + graph_utils.write_graph( + graph_osm_bl, + graph_fn=Path(self.root).joinpath("graphs/graph_osm_bl.geojson"), + ) + + # TODO 3. optimise graph directions + # graph_osm = workflows.optimise_graph( + # graph=graph_osm, + # logger=self.logger, + # ) + + # Others. Setup network connections based on flow directions from DEM # read data ds_hydro = self.data_catalog.get_rasterdataset( - hydrography_fn, geom=self.region, buffer=10 + hydrography_fn, geom=region, buffer=10 ) if isinstance(ds_hydro, xr.DataArray): ds_hydro = ds_hydro.to_dataset() - graph_flwdir = workflows.setup_graph_from_hydrography( - region=self.region, + graph_flwdir = workflows.create_graph_from_hydrography( + region=region, ds_hydro=ds_hydro, min_sto=1, # all stream that starts with stream order = 1 ) - workflows.write_graph( + graph_utils.write_graph( graph_osm, graph_fn=Path(self.root).joinpath("graphs/graph_flwdir.gml") ) - workflows.write_graph( + graph_utils.write_graph( graph_osm, graph_fn=Path(self.root).joinpath("graphs/graph_flwdir.geojson") ) # workflows.setup_network_connections_based_on_flowdirections(graph_osm, graph_flwdir) @@ -992,6 +1104,7 @@ def setup_urban_sewer_network_from_osm( def setup_pipes( self, + region: dict, pipes_fn: str, pipes_defaults_fn: Union[str, None] = None, pipe_filter: Union[str, None] = None, @@ -1007,6 +1120,7 @@ def setup_pipes( allow_intersection_snapping: bool = True, ): """Prepares the 1D pipes and adds to 1D branches. + Note that 1D manholes must also be set-up when setting up 1D pipes. 1D pipes must contain valid geometry, friction and crosssections. @@ -1031,6 +1145,13 @@ def setup_pipes( Parameters ---------- + region : dict, optional + Dictionary describing region of interest for extracting 1D pipes, e.g.: + + * {'bbox': [xmin, ymin, xmax, ymax]} + + * {'geom': 'path/to/polygon_geometry'} + Note that only manholes within the region are kept. pipes_fn : str Name of data source for pipes parameters, see data/data_sources.yml. Note only the lines that are within the region polygon will be used. @@ -1092,9 +1213,10 @@ def setup_pipes( "invlev_up", "inlev_dn", ] - - # Build the rivers branches and nodes and fill with attributes and spacing + _region = workflows.parse_region_geometry(region, self.crs) + # Build the pipe branches and nodes and fill with attributes and spacing pipes, pipe_nodes = self._setup_branches( + region=region, br_fn=pipes_fn, defaults_fn=pipes_defaults_fn, br_type="pipe", @@ -1108,7 +1230,8 @@ def setup_pipes( allowed_columns=_allowed_columns, filter=pipe_filter, ) - + # filter extra time for geting clipped pipes within the region (better match) + pipes = gpd.sjoin(pipes, _region, predicate="within") # setup crosssections # setup invert levels # 1. check if invlev up and dn are fully filled in (nothing needs to be done) @@ -1129,7 +1252,10 @@ def setup_pipes( # 2. filling use dem_fn + pipe_depth if fill_invlev and dem_fn is not None: dem = self.data_catalog.get_rasterdataset( - dem_fn, geom=self.region, variables=["elevtn"] + dem_fn, + geom=_region, + buffer=self._network_snap_offset, + variables=["elevtn"], ) pipes = workflows.invert_levels_from_dem( gdf=pipes, dem=dem, depth=pipes_depth @@ -1164,7 +1290,10 @@ def setup_pipes( ) # add crosssections to exisiting ones and update geoms self.logger.debug("Adding crosssections vector to geoms.") - self.add_crosssections(crosssections) + crosssections = workflows.add_crosssections( + self.geoms.get("crosssections"), crosssections + ) + self.set_geoms(crosssections, "crosssections") # setup geoms self.logger.debug("Adding pipes and pipe_nodes vector to geoms.") @@ -1172,13 +1301,30 @@ def setup_pipes( self.set_geoms(pipe_nodes, "pipe_nodes") # TODO: for manholes # add to branches - self.add_branches( - pipes, branchtype="pipe", node_distance=np.inf - ) # use node_distance to generate computational nodes at pipe ends only + branches = workflows.add_branches( + self.mesh_datasets.get("mesh1d"), + self.branches, + pipes, + self._snap_newbranches_to_branches_at_snapnodes, + self._network_snap_offset, + ) + workflows.validate_branches(branches) + self.set_branches(branches) + + # update mesh + # Convert self.branches to xugrid + mesh1d, network1d = workflows.mesh1d_network1d_from_branches( + self.opensystem, + self.closedsystem, + self._openwater_computation_node_distance, + ) + self.set_mesh(network1d, grid_name="network1d", overwrite_grid=True) + self.set_mesh(mesh1d, grid_name="mesh1d", overwrite_grid=True) def _setup_crosssections( self, branches, + region: gpd.GeoDataFrame = None, crosssections_fn: str = None, crosssections_type: str = "branch", midpoint=True, @@ -1208,6 +1354,8 @@ def _setup_crosssections( if shape = 'rectangle': 'width', 'height', 'closed' if shape = 'trapezoid': 'width', 't_width', 'height', 'closed' * Optional variables: [material, friction_type, friction_value] + region : gpd.GeoDataFrame, optional + geodataframe of the region of interest for extracting crosssections_fn, by default None crosssections_fn : str Path, optional Name of data source for crosssections, see data/data_sources.yml. Note that for point crossections, only ones within the snap_network_offset will be used. @@ -1250,7 +1398,7 @@ def _setup_crosssections( # Read the crosssection data gdf_cs = self.data_catalog.get_geodataframe( crosssections_fn, - geom=self.region, + geom=region, buffer=1000, predicate="contains", ) @@ -1286,7 +1434,7 @@ def _setup_crosssections( # Read the crosssection data gdf_cs = self.data_catalog.get_geodataframe( crosssections_fn, - geom=self.region, + geom=region, buffer=100, predicate="contains", ) @@ -1420,7 +1568,10 @@ def setup_manholes( self.logger.info(f"reading manholes street level from file {manholes_fn}. ") # read gdf_manhole = self.data_catalog.get_geodataframe( - manholes_fn, geom=self.region, buffer=0, predicate="contains" + manholes_fn, + geom=self.region, + buffer=self._network_snap_offset, + predicate="contains", ) # reproject if gdf_manhole.crs != self.crs: @@ -1443,9 +1594,12 @@ def setup_manholes( if dem_fn is not None: self.logger.info("overwriting manholes street level from dem. ") dem = self.data_catalog.get_rasterdataset( - dem_fn, geom=self.region, variables=["elevtn"] + dem_fn, + geom=self.region, + variables=["elevtn"], + buffer=self._network_snap_offset, ) - # reproject of dem is done in sample method + # reproject of manholes is done in sample method manholes["_streetlevel_dem"] = dem.raster.sample(manholes).values manholes["_streetlevel_dem"].fillna(manholes["streetlevel"], inplace=True) manholes["streetlevel"] = manholes["_streetlevel_dem"] @@ -1458,8 +1612,11 @@ def setup_manholes( self.logger.debug("dropping duplicated manholeid") manholes.drop_duplicates(subset="manholeid") # add nodeid to manholes + network1d_nodes = mesh_utils.network1d_nodes_geodataframe( + self.mesh_datasets["network1d"] + ) manholes = hydromt.gis_utils.nearest_merge( - manholes, self.network1d_nodes, max_dist=0.1, overwrite=False + manholes, network1d_nodes, max_dist=0.1, overwrite=False ) # add additional required columns manholes["id"] = manholes[ @@ -1552,7 +1709,10 @@ def setup_1dboundary( By default 0.1, a small snapping is applied to avoid precision errors. """ self.logger.info(f"Preparing 1D {boundary_type} boundaries for {branch_type}.") - boundaries = self.boundaries.copy() + boundaries = workflows.get_boundaries_with_nodeid( + self.branches, + mesh_utils.network1d_nodes_geodataframe(self.mesh_datasets["network1d"]), + ) refdate, tstart, tstop = self.get_model_time() # time slice # 1. get potential boundary locations based on branch_type and boundary_type @@ -1854,9 +2014,11 @@ def setup_bridges( ) # setup crossection definitions - self.add_crosssections( - bridges[[c for c in bridges.columns if c.startswith("crsdef")]] + crosssections = bridges[[c for c in bridges.columns if c.startswith("crsdef")]] + crosssections = workflows.add_crosssections( + self.geoms.get("crosssections"), crosssections ) + self.set_geoms(crosssections, "crosssections") # setup bridges bridges.columns = bridges.columns.str.lower() @@ -1965,9 +2127,13 @@ def setup_culverts( ) # setup crossection definitions - self.add_crosssections( - culverts[[c for c in culverts.columns if c.startswith("crsdef")]] + crosssections = culverts[ + [c for c in culverts.columns if c.startswith("crsdef")] + ] + crosssections = workflows.add_crosssections( + self.geoms.get("crosssections"), crosssections ) + self.set_geoms(crosssections, "crosssections") # setup culverts culverts.columns = culverts.columns.str.lower() @@ -1991,101 +2157,66 @@ def setup_culverts( def setup_mesh2d( self, - mesh2d_fn: Optional[str] = None, - geom_fn: Optional[str] = None, - bbox: Optional[list] = None, - res: float = 100.0, - ): - """Creates an 2D unstructured mesh or prepares an existing 2D mesh according UGRID conventions. - - An 2D unstructured mesh is created as 2D rectangular grid from a geometry (geom_fn) or bbox. If an existing - 2D mesh is given, then no new mesh is generated - - 2D mesh contains mesh2d nfaces, x-coordinate of mesh2d nodes, y-coordinate of mesh2d nodes, - mesh2d face nodes, x-coordinates of face, y-coordinate of face and global atrributes (conventions and - coordinates). - - Note that: - (1) Refinement of the mesh is a seperate setup function, however an existing grid with refinement (mesh_fn) - can already be read. - (2) If no geometry, bbox or existing grid is specified for this setup function, then the self.region is used as - mesh extent to generate the unstructured mesh. - (3) At mesh border, cells that intersect with geometry border will be kept. - (4) Validation checks have been added to check if the mesh extent is within model region. - (5) Only existing meshed with only 2D grid can be read. - (6) 1D2D network files are not supported as mesh2d_fn. + region: dict, + res: Optional[float] = None, + ) -> xu.UgridDataset: + """Create an 2D unstructured mesh or reads an existing 2D mesh according UGRID conventions. + + Grids are read according to UGRID conventions. An 2D unstructured mesh + will be created as 2D rectangular grid from a geometry (geom_fn) or bbox. + If an existing 2D mesh is given, then no new mesh will be generated but an extent + can be extracted using the `bounds` argument of region. + + # Note that: + # (1) Refinement of the mesh is a seperate setup function, however an existing grid with refinement (mesh_fn) + # can already be read. + # (2) If mesh also has 1D, 1D2Dlinks are created in a separate setup function. + # (3) At mesh border, cells that intersect with geometry border will be kept. + # (4) Only existing mesh with only 2D grid can be read. So 1D2D network files are not supported as mesh2d_fn. Adds/Updates model layers: - * **1D2D links** geom: By any changes in 2D grid + * **grid_name** mesh topology: add grid_name 2D topology to mesh object Parameters ---------- - mesh2D_fn : str Path, optional - Name of data source for an existing unstructured 2D mesh - geom_fn : str Path, optional - Path to a polygon used to generate unstructured 2D mesh - bbox: list, optional - Describing the mesh extent of interest [xmin, ymin, xmax, ymax]. Please specify it in the model coordinate - system. - res: float, optional - Resolution used to generate 2D mesh. By default a value of 100 m is applied. + region : dict + Dictionary describing region of interest, bounds can be provided for type 'mesh'. + CRS for 'bbox' and 'bounds' should be 4326; e.g.: - Raises - ------ - IndexError - If the grid of the spatial domain contains 0 x-coordinates or 0 y-coordinates. + * {'bbox': [xmin, ymin, xmax, ymax]} - See Also - -------- + * {'geom': 'path/to/polygon_geometry'} - """ - # Function moved to MeshModel in hydromt core - # Recreate region dict for core function - if mesh2d_fn is not None: - region = {"mesh": mesh2d_fn} - elif geom_fn is not None: - region = {"geom": str(geom_fn)} - elif bbox is not None: - bbox = [float(v) for v in bbox] # needs to be str in config file - region = {"bbox": bbox} - else: # use model region - self.logger.warning("Mesh2d is generated for model region.") - region = {"geom": self.region} - - # reserve existing mesh - # _mesh = self._mesh - - # Get and set the 2dmesh - mesh2d = super().setup_mesh(region=region, crs=self.crs, res=res) - # TODO: if we do not want to clip mesh 2d comment the following line - # Check if intersects with region - xmin, ymin, xmax, ymax = self.bounds - subset = mesh2d.ugrid.sel(y=slice(ymin, ymax), x=slice(xmin, xmax)) - err = "RasterDataset: No data within model region." - subset = subset.ugrid.assign_node_coords() - if subset.ugrid.grid.node_x.size == 0 or subset.ugrid.grid.node_y.size == 0: - raise IndexError(err) - self._mesh = subset # reinitialise mesh2d grid (set_mesh is used in super) - - # add to hydrolib-core net object - self.set_mesh2d() - - # update the 2dmesh to self._mesh - # if _mesh is not None: - # _mesh = _mesh.drop_vars(set(_mesh.variables.keys()).intersection(subset.variables.keys())) - # self._mesh = _mesh.merge(subset) - # else already set in setup_mesh + * {'mesh': 'path/to/2dmesh_file'} + + * {'mesh': 'path/to/2dmesh_file', 'bounds': [xmin, ymin, xmax, ymax]} + res: float + Resolution used to generate 2D mesh [unit of the CRS], required if region + is not based on 'mesh'. + Returns + ------- + mesh2d : xu.UgridDataset + Generated mesh2d. + + """ # noqa: E501 + # Create the 2dmesh + mesh2d = create_mesh2d( + region=region, + res=res, + crs=self.crs, + ) + # Add to self.mesh + self.set_mesh(mesh2d, grid_name="mesh2d", overwrite_grid=False) # update res self._res = res - # FIXME: use the below function as a workflow in setup_mesh2d would be better - to be discussed def setup_mesh2d_refine( self, polygon_fn: Optional[str] = None, sample_fn: Optional[str] = None, - steps: Optional[int] = None, + steps: Optional[int] = 1, ): """Refine the 2d mesh within the geometry based on polygon `polygon_fn` or raster samples `sample_fn`. The number of refinement is defined by `steps` if `polygon_fn` is used. @@ -2096,7 +2227,6 @@ def setup_mesh2d_refine( Adds/Updates model layers: * **2D mesh** geom: By any changes in 2D grid - * **1D2D links** geom: By any changes in 2D grid #TODO: check if this is needed, possible to issue an error if 1d2d links are present Parameters ---------- @@ -2113,11 +2243,13 @@ def setup_mesh2d_refine( By default 1, i.e. no refinement is applied. """ - if self.mesh2d is None: - logger.error("2d mesh is not available.") + if "mesh2d" not in self.mesh_names: + logger.error( + "2d mesh is not available, use setup_mesh2d before refinement." + ) return - if polygon_fn is not None and steps is not None: + if polygon_fn is not None: self.logger.info(f"reading geometry from file {polygon_fn}. ") # read gdf = self.data_catalog.get_geodataframe( @@ -2126,38 +2258,6 @@ def setup_mesh2d_refine( # reproject if gdf.crs != self.crs: gdf = gdf.to_crs(self.crs) - # refine - _old_size = len(self.mesh2d.mesh2d_face_x) - - # Create a list of coordinate lists - polygon = gdf.geometry.unary_union - cls = GeometryList() - # Add exterior - x_ext, y_ext = np.array(polygon.exterior.coords[:]).T - x_crds = [x_ext] - y_crds = [y_ext] - # Add interiors, seperated by inner_outer_separator - for interior in polygon.interiors: - x_int, y_int = np.array(interior.coords[:]).T - x_crds.append([cls.inner_outer_separator]) - x_crds.append(x_int) - y_crds.append([cls.inner_outer_separator]) - y_crds.append(y_int) - gl = GeometryList( - x_coordinates=np.concatenate(x_crds), - y_coordinates=np.concatenate(y_crds), - ) - self.network.mesh2d_refine(gl, steps) - _new_size = len(self.mesh2d.mesh2d_face_x) - # log - if _new_size != _old_size: - logger.info( - f"2d mesh refined within polygon. Number of faces before: {_old_size} and after: {_new_size}" - ) - else: - logger.warning("2d mesh unrefined.") - # update res # FIXME: might not be the best solution - self._res = self._res / 2**steps elif sample_fn is not None: self.logger.info(f"reading samples from file {sample_fn}. ") @@ -2178,49 +2278,21 @@ def setup_mesh2d_refine( "Sample grid has a different resolution than model. Reprojecting with nearest but some information might be lost." ) da = da.raster.reproject(self.crs, method="nearest") - # get sample point - xv, yv = np.meshgrid(da.x.values, da.y.values) - zv = da.values - mask = zv > 0 - samples = GeometryList( - xv[mask].flatten(), yv[mask].flatten(), zv[mask].flatten() - ) - # get steps - steps = int(zv.max()) - # refine using mesh kernel - _old_size = len(self.mesh2d.mesh2d_face_x) - # refine parameters - parameters = mk.MeshRefinementParameters( - refinement_type=2, # Enumerator describing the different refinement types (WaveCourant = 1, RefinementLevels = 2) - max_refinement_iterations=steps, # Maximum number of refinement iterations, set to 1 if only one refinement is wanted (default 10) - min_face_size=self.res / 2**steps, # calculate - Minimum cell size - account_for_samples_outside_face=False, # default, not useful - Take samples outside face into account , 1 yes 0 no - connect_hanging_nodes=True, # default, not useful - Connect hanging nodes at the end of the iteration, 1 yes or 0 no - refine_intersected=False, # default, not useful - Whether to compute faces intersected by polygon (yes=1/no=0) - use_mass_center_when_refining=False, # default, not useful - Whether to use the mass center when splitting a face in the refinement process (yes=1/no=0) - ) - # refine assuming sample spacing is the same as end result resolution (hence relative_search_radius=1, minimum_num_samples=1 ) - self.mesh2d.meshkernel.mesh2d_refine_based_on_samples( - samples, - relative_search_radius=1, - minimum_num_samples=1, - mesh_refinement_params=parameters, - ) - self.set_mesh2d( - self.mesh2d.meshkernel.mesh2d_get() - ) # because the resulting mesh2d is only stored in the meshkernel object - _new_size = len(self.mesh2d.mesh2d_face_x) - # log - if _new_size != _old_size: - logger.info( - f"2d mesh refined based on samples. Number of faces before: {_old_size} and after: {_new_size}" - ) - else: - logger.warning("2d mesh unrefined.") - # update res # FIXME: might not be the best solution - self._res = self._res / 2**steps - else: - logger.warning("2d mesh unrefined.") + + # refine + mesh2d, res = workflows.mesh2d_refine( + mesh2d=self.get_mesh("mesh2d"), + res=self._res, + gdf_polygon=gdf if polygon_fn is not None else None, + da_sample=da if sample_fn is not None else None, + steps=steps, + logger=self.logger, + ) + + # set mesh2d + self.set_mesh(mesh2d, grid_name="mesh2d", overwrite_grid=True) + # update res + self._res = res def setup_link1d2d( self, @@ -2271,19 +2343,20 @@ def setup_link1d2d( workflows.links1d2d_add_links_2d_to_1d_lateral """ # check existing network - if self.mesh1d.is_empty() or self.mesh2d.is_empty(): + if "mesh1d" not in self.mesh_names or "mesh2d" not in self.mesh_names: self.logger.error( "cannot setup link1d2d: either mesh1d or mesh2d or both do not exist" ) + return None - if not self.link1d2d.is_empty(): - self.logger.warning("adding to existing link1d2d: link1d2d already exists") - # FIXME: question - how to seperate if the user wants to update the entire 1d2d links object or simply wants to add another set of links? - # TODO: would be nice in hydrolib to allow clear of subset of 1d2d links for specific branches + # if "link1d2d" in self.mesh_names: + # self.logger.warning("adding to existing link1d2d: link1d2d already exists") + # # FIXME: question - how to seperate if the user wants to update the entire 1d2d links object or simply wants to add another set of links? #1 + # # TODO: would be nice in hydrolib to allow clear of subset of 1d2d links for specific branches # check input if polygon_fn is not None: - within = self.data_catalog.get_geodataframe(polygon_fn).gemetry + within = self.data_catalog.get_geodataframe(polygon_fn).geometry self.logger.info(f"adding 1d2d links only within polygon {polygon_fn}") else: within = None @@ -2302,25 +2375,23 @@ def setup_link1d2d( # setup 1d2d links if link_direction == "1d_to_2d": self.logger.info("setting up 1d_to_2d links.") - # recompute max_length based on the diagnal distance of the max mesh area - max_length = np.sqrt( - self._mesh.ugrid.to_geodataframe().area.max() - ) * np.sqrt(2) - workflows.links1d2d_add_links_1d_to_2d( - self.network, branchids=branchids, within=within, max_length=max_length + # recompute max_length based on the diagonal distance of the max mesh area + max_length = np.sqrt(self.mesh_grids["mesh2d"].area.max()) * np.sqrt(2) + link1d2d = workflows.links1d2d_add_links_1d_to_2d( + self.mesh, branchids=branchids, within=within, max_length=max_length ) elif link_direction == "2d_to_1d": if link_type == "embedded": self.logger.info("setting up 2d_to_1d embedded links.") - workflows.links1d2d_add_links_2d_to_1d_embedded( - self.network, branchids=branchids, within=within + link1d2d = workflows.links1d2d_add_links_2d_to_1d_embedded( + self.mesh, branchids=branchids, within=within ) elif link_type == "lateral": self.logger.info("setting up 2d_to_1d lateral links.") - workflows.links1d2d_add_links_2d_to_1d_lateral( - self.network, + link1d2d = workflows.links1d2d_add_links_2d_to_1d_lateral( + self.mesh, branchids=branchids, within=within, max_length=max_length, @@ -2332,9 +2403,13 @@ def setup_link1d2d( else: self.logger.error(f"link_direction {link_direction} is not recognised.") - # TODO: Create link1d2d mesh in xu Ugrid + # Add link1d2d to xu Ugrid mesh + if len(link1d2d["link1d2d"]) == 0: + self.logger.warning("No 1d2d links were generated.") + else: + self.set_link1d2d(link1d2d) - def setup_maps_from_raster( + def setup_maps_from_rasterdataset( self, raster_fn: str, variables: Optional[list] = None, @@ -2386,7 +2461,7 @@ def setup_maps_from_raster( self.logger.error("name must be specified when split_dataset = False") # Call super method - variables = super().setup_maps_from_raster( + variables = super().setup_maps_from_rasterdataset( raster_fn=raster_fn, variables=variables, fill_method=fill_method, @@ -2413,18 +2488,11 @@ def setup_maps_from_raster( raise ValueError( f"Locationtype {locationtype} not allowed. Select from ['2d', '1d', 'all']" ) + for var in variables: - if var in self._MAPS: - self._MAPS[var]["locationtype"] = locationtype - self._MAPS[var]["interpolation"] = interpolation_method - if interpolation_method != "triangulation": - # adjust relative search cell size for averaging methods - relsize = np.round( - np.abs(self.maps[var].raster.res[0]) / self.res * np.sqrt(2) - + 0.05, - 2, - ) - self._MAPS[var]["averagingrelsize"] = relsize + self.__set_map_parameters_based_on_variable( + var, locationtype, interpolation_method + ) def setup_maps_from_raster_reclass( self, @@ -2513,20 +2581,28 @@ def setup_maps_from_raster_reclass( f"Locationtype {locationtype} not allowed. Select from ['2d', '1d', 'all']" ) for var in reclass_variables: - if var in self._MAPS: - self._MAPS[var]["locationtype"] = locationtype - self._MAPS[var]["interpolation"] = interpolation_method - if interpolation_method != "triangulation": - # increase relative search cell size if raster resolution is coarser than model resolution - if self.maps[var].raster.res[0] > self.res: - relsize = np.round( - np.abs(self.maps[var].raster.res[0]) / self.res * np.sqrt(2) - + 0.05, - 2, - ) - else: - relsize = 1.01 - self._MAPS[var]["averagingrelsize"] = relsize + self.__set_map_parameters_based_on_variable( + var, locationtype, interpolation_method + ) + + def __set_map_parameters_based_on_variable( + self, var: str, locationtype: str, interpolation_method: str + ) -> None: + """Set map parameters by updating user inputs to default self._MAP""" + if var in self._MAPS: + self._MAPS[var]["locationtype"] = locationtype + self._MAPS[var]["interpolation"] = interpolation_method + if interpolation_method != "triangulation": + # adjust relative search cell size for averaging methods + if self.maps[var].raster.res[0] > self.res: + relsize = np.round( + np.abs(self.maps[var].raster.res[0]) / self.res * np.sqrt(2) + + 0.05, + 2, + ) + else: + relsize = 1.01 + self._MAPS[var]["averagingrelsize"] = relsize def setup_2dboundary( self, @@ -2590,7 +2666,10 @@ def setup_2dboundary( if boundary_type == "discharge": boundary_unit = "m3/s" - _mesh_region = self._mesh.ugrid.to_geodataframe().unary_union + _mesh = self.mesh_grids["mesh2d"] + _mesh_region = gpd.GeoDataFrame( + geometry=_mesh.to_shapely(dim=_mesh.face_dimension) + ).unary_union _boundary_region = _mesh_region.buffer(tolerance * self.res).difference( _mesh_region ) # region where 2d boundary is allowed @@ -2826,6 +2905,7 @@ def read(self): self.read_maps() self.read_geoms() # needs mesh so should be done after self.read_forcing() + self._check_crs() def write(self): # complete model """Method to write the complete model schematization and configuration to file.""" @@ -2839,7 +2919,7 @@ def write(self): # complete model self.write_maps() if self._geoms: self.write_geoms() - if self._mesh or not self.branches.empty: + if self._mesh is not None or not self.branches.empty: self.write_mesh() if self._forcing: self.write_forcing() @@ -2928,7 +3008,8 @@ def read_maps(self) -> Dict[str, Union[xr.Dataset, xr.DataArray]]: # Check if name in self._MAPS to update properties if name in rm_dict: # update all keywords - inidict.__dict__.pop("comments") + if "comments" in inidict.__dict__: + inidict.__dict__.pop("comments") self._MAPS[rm_dict[name]].update(inidict) # Update default interpolation method if inidict.interpolationmethod == "averaging": @@ -3067,7 +3148,10 @@ def read_geoms(self) -> None: # FIXME: gives an error when only 2D model. # Read manholes if self.dfmmodel.geometry.storagenodefile is not None: self.logger.info("Reading manholes file") - manholes = utils.read_manholes(self.network1d_nodes, self.dfmmodel) + network1d_nodes = mesh_utils.network1d_nodes_geodataframe( + self.mesh_datasets["network1d"] + ) + manholes = utils.read_manholes(network1d_nodes, self.dfmmodel) self.set_geoms(manholes, "manholes") # Read structures @@ -3077,10 +3161,15 @@ def read_geoms(self) -> None: # FIXME: gives an error when only 2D model. for st_type in structures["type"].unique(): self.set_geoms(structures[structures["type"] == st_type], f"{st_type}s") - def write_geoms(self) -> None: + def write_geoms(self, write_mesh_gdf=True) -> None: """Write model geometries to a GeoJSON file at /.""" self._assert_write_mode + # Optional: also write mesh_gdf object + if write_mesh_gdf: + for name, gdf in self.mesh_gdf.items(): + self.set_geoms(gdf, name) + # Write geojson equivalent of all objects. Note that these files are not directly used when updating the model super().write_geoms(fn="geoms/{name}.geojson") @@ -3149,8 +3238,11 @@ def read_forcing( # Get the dataframe corresponding to the current variable df = df_ext_1d[df_ext_1d.quantity == name] # Get the corresponding nodes gdf - node_geoms = self.network1d_nodes[ - np.isin(self.network1d_nodes["nodeid"], df.nodeid.values) + network1d_nodes = mesh_utils.network1d_nodes_geodataframe( + self.mesh_datasets["network1d"] + ) + node_geoms = network1d_nodes[ + np.isin(network1d_nodes["nodeid"], df.nodeid.values) ] da_out = utils.read_1dboundary( df, quantity=name, nodes=node_geoms @@ -3198,12 +3290,12 @@ def write_forcing(self) -> None: self.set_config("external_forcing.extforcefilenew", ext_fn) def read_mesh(self): - """Read network file with Hydrolib-core and extract 2D mesh/branches info.""" + """Read network file with Hydrolib-core and extract mesh/branches info.""" self._assert_read_mode # Read mesh # hydrolib-core convention - net = self.dfmmodel.geometry.netfile.network + network = self.dfmmodel.geometry.netfile.network # FIXME: crs info is not available in dfmmodel, so get it from region.geojson # Cannot use read_geoms yet because for some some geoms (crosssections, manholes) mesh needs to be read first... region_fn = join(self.root, "geoms", "region.geojson") @@ -3211,99 +3303,60 @@ def read_mesh(self): crs = gpd.read_file(region_fn).crs else: crs = None - # add mesh2d to self.mesh - if not net._mesh2d.is_empty(): - net._mesh2d._set_mesh2d() - mesh2d = net._mesh2d.get_mesh2d() - # Create Ugrid2d object - grid = xu.Ugrid2d.from_meshkernel(mesh2d) - # n_max_node = mesh2d.nodes_per_face.max() - # grid = xu.Ugrid2d( - # node_x=mesh2d.node_x, - # node_y=mesh2d.node_y, - # fill_value=-1, - # face_node_connectivity=mesh2d.face_nodes.reshape((-1, n_max_node)), - # crs=crs, - # ) - # grid._mesh = mesh2d - # Create UgridDataset - da = xr.DataArray( - data=np.arange(grid.n_face), - dims=[grid.face_dimension], - ) - uda = xu.UgridDataArray(da, grid) - uds = uda.to_dataset(name="index") - uds = uds.assign_coords( - coords={ - "mesh2d_node_x": ("mesh2d_nNodes", grid.node_x), - "mesh2d_node_y": ("mesh2d_nNodes", grid.node_y), - } - ) - uds.ugrid.grid.set_crs(crs) - self.set_mesh(uds) + + # convert to xugrid + mesh = mesh_utils.mesh_from_hydrolib_network(network, crs=crs) + # set mesh + self._mesh = mesh + + # update resolution + if "mesh2d" in self.mesh_names: if self._res is None: - np.diff(grid.node_x) - - # add mesh1d to self.mesh # TODO: for now self.mesh is 2D only - # if not net._mesh1d.is_empty(): - # self._add_mesh1d(net._mesh1d) - - # Read mesh1d related geometry (branches) - if not net._mesh1d.is_empty(): - mesh1d = self.mesh1d - branch_id = mesh1d.network1d_branch_id - # Create the GeoDataFrame - branches = gpd.GeoDataFrame( - geometry=[LineString(mesh1d.branches[i].geometry) for i in branch_id], - crs=crs, - ) - branches["branchid"] = branch_id - branches["branchorder"] = mesh1d.network1d_branch_order + self._res = np.max(np.diff(self.mesh_grids["mesh2d"].node_x)) + + # creates branches geometry from network1d + if "network1d" in self.mesh_names: + network1d_geometry = self.mesh_gdf["network1d"] + network1d_dataset = self.mesh_datasets["network1d"] + # Create the branches GeoDataFrame + branches = network1d_geometry + branches["branchid"] = network1d_dataset["network1d_branch_id"] + branches["branchorder"] = network1d_dataset["network1d_branch_order"] + # branches["branchtype"] = network1d_dataset["network1d_branch_type"] # might support in the future https://github.com/Deltares/HYDROLIB-core/issues/561 # Add branchtype, properties from branches.gui file self.logger.info("Reading branches GUI file") branches = utils.read_branches_gui(branches, self.dfmmodel) - # Add branches + # Set branches self._branches = branches + self.set_geoms(branches, "branches") def write_mesh(self, write_gui=True): """Write 1D branches and 2D mesh at in model ready format.""" self._assert_write_mode savedir = dirname(join(self.root, self._config_fn)) + mesh_filename = "fm_net.nc" # write mesh - # hydromt convention - # super().write_mesh(fn="mesh/fm_net.nc") - if self._mesh: - fn = "mesh/fm_net.nc" - _fn = join(self.root, fn) - if not isdir(dirname(_fn)): - os.makedirs(dirname(_fn)) - ds_out = xr.Dataset() - for grid in self._mesh.ugrid.grids: - ds_out = ds_out.merge(grid.to_dataset()) - if grid.crs is not None: - # save crs to spatial_ref coordinate - ds_out = ds_out.rio.write_crs(grid.crs) - ds_out.to_netcdf(_fn, mode="w") - - # hydrolib-core convention (meshkernel) - mesh_filename = "fm_net.nc" - self.logger.info(f"Writing mesh to {join(savedir, mesh_filename)}") - self.dfmmodel.geometry.netfile.save( - join(savedir, mesh_filename), - recurse=False, - ) + # hydromt convention - FIXME hydrolib does not seem to read the 1D and links part of the mesh + # super().write_mesh(fn=join(savedir, mesh_filename)) + + # write with hydrolib-core + # Note: hydrolib-core writes more information including attributes and converts some variables using start_index + # FIXME: does not write crs that is recongnised by Delft3D FM GUI. check https://github.com/Deltares/dfm_tools/blob/main/dfm_tools/meshkernel_helpers.py#L82 + + network = mesh_utils.hydrolib_network_from_mesh(self.mesh) + network.to_file(Path(join(savedir, mesh_filename))) + # save relative path to mdu self.set_config("geometry.netfile", mesh_filename) - # other mesh1d related geometry - if not self.mesh1d.is_empty() and write_gui: + # other mesh1d related geometry TODO update + if "mesh1d" in self.mesh_names and write_gui: self.logger.info("Writting branches.gui file") if "manholes" in self.geoms: - self.geoms["manholes"] - _ = utils.write_branches_gui(self.branches, savedir) + utils.write_branches_gui(self.branches, savedir) def read_states(self): """Read states at and parse to dict of xr.DataArray.""" @@ -3328,7 +3381,10 @@ def write_results(self): @property def crs(self): # return pyproj.CRS.from_epsg(self.get_config("global.epsg", fallback=4326)) - return self.region.crs + if self._crs is None: + # try to read it from mesh usingMeshModel method + self._crs = super().crs + return self._crs @property def bounds(self) -> Tuple: @@ -3345,13 +3401,13 @@ def region(self) -> gpd.GeoDataFrame: else: if self.mesh is not None: bounds = self.mesh.ugrid.total_bounds - crs = self.mesh.ugrid.grid.crs - elif self.branches is not None: + crs = self.crs + elif not self.branches.empty: bounds = self.branches.total_bounds crs = self.branches.crs else: # Finally raise error assuming model is empty - self.logger.error( + raise ValueError( "Could not derive region from geoms, or mesh. Model may be empty." ) region = gpd.GeoDataFrame(geometry=[box(*bounds)], crs=crs) @@ -3444,7 +3500,7 @@ def branches(self): """ if self._branches is None and self._read: self.read_mesh() - elif self._branches is None: + if self._branches is None: self._branches = gpd.GeoDataFrame() return self._branches @@ -3467,88 +3523,8 @@ def set_branches(self, branches: gpd.GeoDataFrame): self.logger.debug("Adding branches vector to geoms.") self.set_geoms(branches, "branches") - # set hydrolib-core net object and update self._mesh - self.set_mesh1d() - - # update boundaries - self.set_geoms(self.get_boundaries(), "boundaries") - self.logger.debug("Updating branches in network.") - def add_branches( - self, - new_branches: gpd.GeoDataFrame, - branchtype: str, - node_distance: float = 40.0, - ): - """Add new branches of branchtype to the branches and mesh1d object.""" - snap_newbranches_to_branches_at_snapnodes = ( - self._snap_newbranches_to_branches_at_snapnodes - ) - - snap_offset = self._network_snap_offset - - branches = self.branches.copy() - - if ( - snap_newbranches_to_branches_at_snapnodes is True - and len(self.opensystem) > 0 - ): - self.logger.info( - f"snapping {branchtype} ends to existing network (opensystem only)" - ) - - # get possible connection points from new branches - if branchtype in ["pipe", "tunnel"]: - endnodes = workflows.generate_boundaries_from_branches( - new_branches, where="downstream" - ) # only connect downstream ends to existing network - else: - endnodes = workflows.generate_boundaries_from_branches( - new_branches, where="both" - ) # only connect both ends to existing network - - # get possible connection points (allow connection only at mesh nodes) from existing open system - mesh1d_nodes = self.mesh1d_nodes.copy() - mesh1d_nodes_open = mesh1d_nodes.loc[ - mesh1d_nodes.branch_name.isin(self.opensystem.branchid.tolist()) - ] - - # snap the new endnodes to existing mesh1d_nodes_open - snapnodes = hydromt.gis_utils.nearest_merge( - endnodes, mesh1d_nodes_open, max_dist=snap_offset, overwrite=False - ) - snapnodes = snapnodes[snapnodes.index_right != -1] # drop not snapped - snapnodes["geometry_left"] = snapnodes["geometry"] - snapnodes["geometry_right"] = [ - mesh1d_nodes_open.at[i, "geometry"] for i in snapnodes["index_right"] - ] - logger.debug(f"snapped features: {len(snapnodes)}") - ( - new_branches_snapped, - branches_snapped, - ) = workflows.snap_newbranches_to_branches_at_snapnodes( - new_branches, branches, snapnodes - ) - - # update the branches - branches = pd.concat( - [branches_snapped, new_branches_snapped], ignore_index=True - ) - else: - # update the branches - branches = pd.concat([branches, new_branches], ignore_index=True) - - if ( - branches.crs is None - ): # Cannot instantiate empty geodataframe with crs anymore - branches.crs = new_branches.crs - - # Check if we need to do more check/process to make sure everything is well-connected - workflows.validate_branches(branches) - # set geom - self.set_branches(branches) - def set_branches_component(self, name: str): gdf_comp = self.branches[self.branches["branchtype"] == name] if gdf_comp.index.size > 0: @@ -3595,352 +3571,134 @@ def closedsystem(self): gdf = gpd.GeoDataFrame() return gdf - @property - def mesh1d(self): - """Returns the mesh1d (hydrolib-core Mesh1d object) representing the 1D mesh.""" - return self.dfmmodel.geometry.netfile.network._mesh1d + def get_model_time(self): + """Return (refdate, tstart, tstop) tuple with parsed model reference datem start and end time.""" + refdate = datetime.strptime(str(self.get_config("time.refdate")), "%Y%m%d") + tstart = refdate + timedelta(seconds=float(self.get_config("time.tstart"))) + tstop = refdate + timedelta(seconds=float(self.get_config("time.tstop"))) + return refdate, tstart, tstop @property - def mesh1d_nodes(self): - """Returns the nodes of mesh 1D as geodataframe.""" - mesh1d_nodes = gpd.points_from_xy( - x=self.mesh1d.mesh1d_node_x, - y=self.mesh1d.mesh1d_node_y, - crs=self.crs, - ) - mesh1d_nodes = gpd.GeoDataFrame( - data={ - "branch_id": self.mesh1d.mesh1d_node_branch_id, - "branch_name": [ - list(self.mesh1d.branches.keys())[i] - for i in self.mesh1d.mesh1d_node_branch_id - ], - "branch_chainage": self.mesh1d.mesh1d_node_branch_offset, - "geometry": mesh1d_nodes, - } - ) - return mesh1d_nodes - - def set_mesh1d(self): - """Update the mesh1d in hydrolib-core net object by overwrite and add to self._mesh.""" - # reinitialise mesh1d (TODO: a clear() function in hydrolib-core could be handy) - self.dfmmodel.geometry.netfile.network._mesh1d = Mesh1d( - meshkernel=self.dfmmodel.geometry.netfile.network.meshkernel - ) - - # add open system mesh1d - opensystem = self.opensystem - node_distance = self._openwater_computation_node_distance - workflows.mesh1d_add_branch( - self._dfmmodel.geometry.netfile.network, - opensystem.geometry.to_list(), - node_distance=node_distance, - branch_names=opensystem.branchid.to_list(), - branch_orders=opensystem.branchorder.to_list(), - ) - - # add closed system mesh1d - closedsystem = self.closedsystem - node_distance = np.inf - workflows.mesh1d_add_branch( - self._dfmmodel.geometry.netfile.network, - closedsystem.geometry.to_list(), - node_distance=node_distance, - branch_names=closedsystem.branchid.to_list(), - branch_orders=closedsystem.branchorder.to_list(), - ) - - # set mesh1d - self._dfmmodel.geometry.netfile.network._mesh1d._set_mesh1d() - - # add to self.mesh # TODO: for now self.mesh is 2D only - # self._add_mesh1d(self.mesh1d) - - def _add_mesh1d(self, mesh1d: Mesh1d): - """Update the mesh1d in self.mesh object.""" - # Create Ugrid1d object for mesh - # TODO: after release of xugrid use grid = xu.Ugrid1d.from_meshkernel(mesh1d) - grid = xu.Ugrid1d( - node_x=mesh1d.mesh1d_node_x, - node_y=mesh1d.mesh1d_node_y, - fill_value=-1, - edge_node_connectivity=mesh1d.mesh1d_edge_nodes, - name="mesh1d", - crs=self.crs, - ) - # grid._mesh = mesh1d - # Create UgridDataset - ds = xr.Dataset( - data_vars={ - "mesh1d_node_x": ("mesh1d_nNodes", mesh1d.mesh1d_node_x), - "mesh1d_node_y": ("mesh1d_nNodes", mesh1d.mesh1d_node_y), - "mesh1d_node_id": ("mesh1d_nNodes", mesh1d.mesh1d_node_id), - "mesh1d_node_long_name": ( - "mesh1d_nNodes", - mesh1d.mesh1d_node_long_name, - ), - "mesh1d_node_branch_id": ( - "mesh1d_nNodes", - mesh1d.mesh1d_node_branch_id, - ), - "mesh1d_node_branch_offset": ( - "mesh1d_nNodes", - mesh1d.mesh1d_node_branch_offset, - ), - "mesh1d_edge_nodes": ( - ["mesh1d_nEdges", "two"], - mesh1d.mesh1d_edge_nodes, - ), - "mesh1d_edge_x": ("mesh1d_nEdges", mesh1d.mesh1d_edge_x), - "mesh1d_edge_y": ("mesh1d_nEdges", mesh1d.mesh1d_edge_y), - "mesh1d_edge_branch_id": ( - "mesh1d_nEdges", - mesh1d.mesh1d_edge_branch_id, - ), - "mesh1d_edge_branch_offset": ( - "mesh1d_nEdges", - mesh1d.mesh1d_edge_branch_offset, - ), - } - ) - uds = xu.UgridDataset(ds, grid) - uds.ugrid.grid.set_crs(grid.crs) - uds_mesh = uds.copy() - - # Create Ugrid1d object for network - # TODO: after release of xugrid use grid = xu.Ugrid1d.from_meshkernel(mesh1d) - grid = xu.Ugrid1d( - node_x=mesh1d.network1d_node_x, - node_y=mesh1d.network1d_node_y, - fill_value=-1, - edge_node_connectivity=mesh1d.network1d_edge_nodes, - name="network1d", - crs=self.crs, - ) - # grid._mesh = mesh1d - # Create UgridDataset - ds = xr.Dataset( - data_vars={ - "network1d_node_x": ("network1d_nNodes", mesh1d.network1d_node_x), - "network1d_node_y": ("network1d_nNodes", mesh1d.network1d_node_y), - "network1d_node_id": ("network1d_nNodes", mesh1d.network1d_node_id), - "network1d_node_long_name": ( - "network1d_nNodes", - mesh1d.network1d_node_long_name, - ), - "network1d_edge_nodes": ( - ["network1d_nEdges", "two"], - mesh1d.network1d_edge_nodes, - ), - "network1d_geom_x": ( - "network1d_nGeometryNodes", - mesh1d.network1d_geom_x, - ), - "network1d_geom_y": ( - "network1d_nGeometryNodes", - mesh1d.network1d_geom_y, - ), - "network1d_branch_id": ("network1d_nEdges", mesh1d.network1d_branch_id), - "network1d_branch_length": ( - "network1d_nEdges", - mesh1d.network1d_branch_length, - ), - "network1d_branch_long_name": ( - "network1d_nEdges", - mesh1d.network1d_branch_long_name, - ), - "network1d_branch_order": ( - "network1d_nEdges", - mesh1d.network1d_branch_order, - ), - "network1d_part_node_count": ( - "network1d_nEdges", - mesh1d.network1d_part_node_count, - ), - }, - ) - uds = xu.UgridDataset(ds, grid) - uds.ugrid.grid.set_crs(grid.crs) - uds_network = uds.copy() + def res(self): + "Resolution of the mesh2d." + if self._res is not None: + return self._res - # combine - uds_1d = uds_mesh.merge(uds_network) + def set_mesh( + self, + data: Union[xu.UgridDataArray, xu.UgridDataset], + name: Optional[str] = None, + grid_name: Optional[str] = None, + overwrite_grid: Optional[bool] = False, + ) -> None: + """Add data to mesh. - # set - if self._mesh is not None: - self._mesh = self._mesh.drop_vars( - set(self._mesh.variables.keys()).intersection(uds_1d.variables.keys()) - ) - self.set_mesh(uds_1d) + All layers of mesh have identical spatial coordinates in Ugrid conventions. - @property - def crosssections(self): - """Quick accessor to crosssections geoms.""" - if "crosssections" in self.geoms: - gdf = self.geoms["crosssections"] + Parameters + ---------- + data: xugrid.UgridDataArray or xugrid.UgridDataset + new layer to add to mesh + name: str, optional + Name of new object layer, this is used to overwrite the name of + a UgridDataArray. + grid_name: str, optional + Name of the mesh grid to add data to. If None, inferred from data. + Can be used for renaming the grid. + overwrite_grid: bool, optional + If True, overwrite the grid with the same name as the grid in self.mesh. + """ + # Check if new grid_name + if grid_name not in self.mesh_names: + new_grid = True else: - gdf = gpd.GeoDataFrame() - return gdf + new_grid = False - def add_crosssections(self, crosssections: gpd.GeoDataFrame): - """Updates crosssections in geoms with new ones.""" - # TODO: sort out the crosssections, e.g. remove branch crosssections if point/xyz exist etc - # TODO: setup river crosssections, set contrains based on branch types - if len(self.crosssections) > 0: - # add new crossections - crosssections = gpd.GeoDataFrame( - pd.concat([self.crosssections, crosssections]), crs=self.crs - ) - # drop duplicated locations, keep the first one - _crosssections_locations = crosssections[~crosssections.crsloc_id.isna()] - _crosssections_definitions = crosssections[ - crosssections.crsloc_id.isna() - ] # retain crs defs for nan locations - structures - _crosssections_locations["temp_id"] = _crosssections_locations.apply( - lambda x: f'{x["crsloc_branchid"]}_{x["crsloc_chainage"]:.2f}', axis=1 - ) - if _crosssections_locations["temp_id"].duplicated().any(): - logger.warning( - "Duplicate crosssections locations found, removing duplicates" - ) - # Remove duplicates based on the branch_id, branch_offset column, keeping the first occurrence (with minimum branch_distance) - _crosssections_locations = _crosssections_locations.drop_duplicates( - subset=["temp_id"], keep="first" - ) - crosssections = pd.concat( - [_crosssections_locations, _crosssections_definitions] - ) - # remove existing generated branch crosssections - crossections_branch = crosssections[ - crosssections.crsdef_id.str.endswith("_branch") - ] - crossections_others = crosssections[ - ~crosssections.crsdef_id.str.endswith("_branch") - ] - mask_to_remove = crossections_branch["crsloc_branchid"].isin( - crossections_others["crsloc_branchid"] - ) - if mask_to_remove.sum() > 0: + # First call super method to add mesh data + super().set_mesh( + data=data, + name=name, + grid_name=grid_name, + overwrite_grid=overwrite_grid, + ) + + # check if 1D and 2D and and 1D2D links and overwrite then send warning that setup_link1d2d should be run again + if overwrite_grid and "link1d2d" in self.mesh.data_vars: + if grid_name == "mesh1d" or grid_name == "mesh2d": + # TODO check if warning is enough or if we should remove to be sure? self.logger.warning( - "Overwrite branch crossections where user-defined crossections are used." + f"{grid_name} grid was updated in self.mesh. " + "Re-run setup_link1d2d method to update the model 1D2D links." ) - crosssections = gpd.GeoDataFrame( - pd.concat( - [crossections_branch[~mask_to_remove], crossections_others] + + # update related geoms if necessary: region - boundaries + # the region is done in hydromt core + if overwrite_grid or new_grid: + # 1D boundaries + if grid_name == "mesh1d": + self.set_geoms( + workflows.get_boundaries_with_nodeid( + self.branches, + mesh_utils.network1d_nodes_geodataframe( + self.mesh_datasets["network1d"] + ), ), - crs=self.crs, + "boundaries", ) - self.set_geoms(crosssections, name="crosssections") - @property - def boundaries(self) -> gpd.GeoDataFrame: - """Quick accessor to boundaries geoms.""" - if "boundaries" in self.geoms: - gdf = self.geoms["boundaries"] - else: - gdf = self.get_boundaries() - return gdf - - def get_boundaries(self) -> gpd.GeoDataFrame: - """Get all boundary locations from the network - branch ends are possible locations for boundaries - for open system, both upstream and downstream ends are allowed to have boundaries - for closed system, only downstream ends are allowed to have boundaries. + def set_link1d2d( + self, + link1d2d: xr.Dataset(), + ): """ - # generate all possible and allowed boundary locations - _boundaries = workflows.generate_boundaries_from_branches( - self.branches, where="both" - ) - - # get networkids to complete the boundaries - boundaries = hydromt.gis_utils.nearest_merge( - _boundaries, self.network1d_nodes, max_dist=0.1, overwrite=False - ) - return boundaries - - def set_boundaries(self, boundaries: gpd.GeoDataFrame): - """Updates boundaries in geoms with new ones.""" - if len(self.boundaries) > 0: + Add or replace the link1d2d in the model mesh. - def task_last(s1, s2): - return s2 - - boundaries = self.boundaries.combine( - boundaries, func=task_last, overwrite=True + Parameters + ---------- + link1d2d: xr.Dataset + link1d2d dataset with variables: [link1d2d, link1d2d_ids, link1d2d_long_names, link1d2d_contact_type] + """ + # Check if link1d2d already in self.mesh + # FIXME current implementation of below does not support updating partial 1d2d links. Either document or adapt. #1 + if "link1d2d" in self.mesh.data_vars: + self.logger.info("Overwriting existing link1d2d in self.mesh.") + self._mesh = self._mesh.drop_vars( + [ + "link1d2d", + "link1d2d_ids", + "link1d2d_long_names", + "link1d2d_contact_type", + ] ) - self.set_geoms(boundaries, name="boundaries") - - def get_model_time(self): - """Return (refdate, tstart, tstop) tuple with parsed model reference datem start and end time.""" - refdate = datetime.strptime(str(self.get_config("time.refdate")), "%Y%m%d") - tstart = refdate + timedelta(seconds=float(self.get_config("time.tstart"))) - tstop = refdate + timedelta(seconds=float(self.get_config("time.tstop"))) - return refdate, tstart, tstop - - # @property - # def network(self): - # """ - # Returns the network (hydrolib-core Network object) based on self.mesh content. - # """ - # return self.dfmmodel.geometry.netfile.network - - @property - def network1d_nodes(self): - """Get network1d nodes as gdp.""" - # get networkids to complete the boundaries - _network1d_nodes = gpd.points_from_xy( - x=self.dfmmodel.geometry.netfile.network._mesh1d.network1d_node_x, - y=self.dfmmodel.geometry.netfile.network._mesh1d.network1d_node_y, - crs=self.crs, - ) - _network1d_nodes = gpd.GeoDataFrame( - data={ - "nodeid": self.dfmmodel.geometry.netfile.network._mesh1d.network1d_node_id, - "geometry": _network1d_nodes, - } - ) - return _network1d_nodes + # Remove unused dims nLink1D2D_edge and Two + self._mesh = self._mesh.drop_dims(["nLink1D2D_edge", "Two"]) - @property - def res(self): - "Resolution of the mesh2d." - if self._res is not None: - return self._res - - @property - def mesh2d(self): - """Returns the mesh2d (hydrolib-core Mesh2d object) representing the 2D mesh.""" - return ( - self.dfmmodel.geometry.netfile.network._mesh2d - ) # needed to setup 1d2d links - - def set_mesh2d(self, mesh2d: mk.py_structures.Mesh2d = None): - """Update the mesh2d in hydrolib-core net object by overwrite.""" - # process mesh2d to net object - if mesh2d is None and self._mesh is not None: - mesh2d = self._mesh.ugrid.grid.mesh - self.dfmmodel.geometry.netfile.network._mesh2d._process(mesh2d) - - @property - def link1d2d(self): - """Returns the link1d2d (hydrolib-core Link1d2d object) representing the 1d2d links.""" - return self.dfmmodel.geometry.netfile.network._link1d2d - - @property - def network(self): - """Returns the network (hydrolib-core Network object) representing the entire network file.""" - return self.dfmmodel.geometry.netfile.network + # Add link1d2d to mesh + self._mesh = self._mesh.merge(link1d2d) - @property def _model_has_2d(self): - if not self.mesh2d.is_empty(): + if "mesh2d" in self.mesh_names: return True else: return False - @property def _model_has_1d(self): - if not self.mesh1d.is_empty(): + if "mesh1d" in self.mesh_names: return True else: return False + + def _check_crs(self): + """""" + if self.crs is None: + if self._read: + self.logger.warning( + "Could not derive CRS from reading the mesh file." + "Please define the CRS in the [global] init attributes before setting up the model." + ) + else: + raise ValueError( + "CRS is not defined. Please define the CRS in the [global] init attributes before setting up the model." + ) + else: + self.logger.info(f"project crs: {self.crs.to_epsg()}") diff --git a/hydromt_delft3dfm/graph_utils.py b/hydromt_delft3dfm/graph_utils.py index 323749e4..39c01393 100644 --- a/hydromt_delft3dfm/graph_utils.py +++ b/hydromt_delft3dfm/graph_utils.py @@ -9,26 +9,47 @@ import momepy import networkx as nx from pyproj import CRS, Transformer -from shapely.geometry import ( - LineString, - Point, -) +from shapely.geometry import LineString, Point, box from shapely.ops import transform logger = logging.getLogger(__name__) __all__ = [ - "gpd_to_digraph", + # creat (topology change) + "gpd_to_digraph", # TODO make generic setup_edges + "preprocess_graph", + # convert (no topology changes, allow attribute changes) "network_to_graph", "graph_to_network", - "preprocess_graph", - "validate_graph", + # io "read_graph", "write_graph", + # property (use after set graph) + "graph_region", + "graph_edges", + "graph_nodes", + # utils + "get_endnodes_from_lines", # TODO move this one ] +""" +graph: nx.Graph + graph property ["crs"] + edge property ["id", "geometry", "node_start", "node_end"] + node property ["id", "geometry"] + +graph_edges: gpd.GeoDataFrame + columns: ["id", "geometry", "node_start", "node_end"] + +graph_nodes: gpd.GeoDataFrame + columns: ["id", "geometry"] + +graph_region: gpd.GeoDataFrame +""" + + def gpd_to_digraph(data: gpd.GeoDataFrame) -> nx.DiGraph(): """Convert a `gpd.GeoDataFrame` to a `nx.DiGraph`. @@ -44,6 +65,7 @@ def gpd_to_digraph(data: gpd.GeoDataFrame) -> nx.DiGraph(): nx.DiGraph The converted directed graph. """ + _ = data.copy() _["from_node"] = [row.geometry.coords[0] for index, row in _.iterrows()] @@ -78,9 +100,11 @@ def preprocess_graph(graph: nx.Graph, to_crs: CRS = None) -> nx.Graph: nx.Graph The prepared graph. Includes global properties ['crs'] - edge properties ['edgeid', 'geometry','node_start', and 'node_end'] - node properties ['nodeid', 'geometry'] + edge properties ['id', 'geometry','node_start', and 'node_end'] + node properties ['id', 'geometry'] """ + # TODO Allow for more preprocessing steps, like cleaning up isolated nodes, adding weights to edges based on distance, etc. + crs = graph.graph.get("crs") if not crs: raise ValueError("must provide crs in graph.") @@ -102,53 +126,58 @@ def preprocess_graph(graph: nx.Graph, to_crs: CRS = None) -> nx.Graph: return graph -def assign_graph_geometry(graph: nx.Graph) -> nx.Graph: - """Add geometry to graph nodes and edges. +# adapted from ra2ce funcs +def _add_missing_geoms_one_by_one( + graph: nx.Graph, geom_name: str = "geometry" +) -> nx.Graph: + # Not all nodes have geometry attributed (some only x and y coordinates) so add a geometry columns + nodes_without_geom = [n[0] for n in graph.nodes(data=geom_name) if n[1] is None] + for nd in nodes_without_geom: + graph.nodes[nd][geom_name] = Point(graph.nodes[nd]["x"], graph.nodes[nd]["y"]) + + edges_without_geom = [ + e for e in graph.edges.data(data=True) if geom_name not in e[-1] + ] + if graph.is_multigraph(): + for ed in edges_without_geom: + for key in graph[ed[0]][ed[1]]: + graph[ed[0]][ed[1]][key][geom_name] = LineString( + [graph.nodes[ed[0]][geom_name], graph.nodes[ed[1]][geom_name]] + ) + else: + for ed in edges_without_geom: + graph[ed[0]][ed[1]][geom_name] = LineString( + [graph.nodes[ed[0]][geom_name], graph.nodes[ed[1]][geom_name]] + ) + return graph - Note that this function does not add missing geometries one by one. - """ + +def assign_graph_geometry(graph: nx.Graph) -> nx.Graph: + """Add geometry to graph nodes and edges.""" _exist_node_geometry = any(nx.get_node_attributes(graph, "geometry")) _exist_edge_geometry = any(nx.get_edge_attributes(graph, "geometry")) - if _exist_node_geometry and _exist_edge_geometry: - return graph - - if (not _exist_node_geometry) and _exist_edge_geometry: + if not _exist_node_geometry: if any(nx.get_node_attributes(graph, "x")): # use xy from nodes geometry = {n: Point(a["x"], a["y"]) for n, a in graph.nodes(data=True)} nx.set_node_attributes(graph, geometry, name="geometry") - else: + elif len(list(graph.nodes)[0]) == 2: + # use (x,y) from nodes + geometry = {n: Point(n[0], n[1]) for n in graph.nodes} + nx.set_node_attributes(graph, geometry, name="geometry") + elif _exist_edge_geometry: # add node from egde geometry - assert not graph.is_multigraph() # FIXME support multigraph + assert not graph.is_multigraph() geometry = {} for s, t, e in graph.edges(data="geometry"): geometry.update({s: Point(e.coords[0]), t: Point(e.coords[-1])}) nx.set_node_attributes(graph, geometry, name="geometry") - return graph - - if _exist_node_geometry and (not _exist_edge_geometry): - # add edge from node geometry - assert not graph.is_multigraph() # FIXME support multigraph - geometry = {} - for s, t, e in graph.edges(data="geometry"): - geometry.update( - { - (s, t): LineString( - [graph.nodes[s]["geometry"], graph.nodes[t]["geometry"]] - ) - } - ) - nx.set_edge_attributes(graph, geometry, name="geometry") - return graph - if not (_exist_node_geometry or _exist_edge_geometry): - # no geometry, check if the geometry can be derived from node tuple - assert not graph.is_multigraph() # FIXME support multigraph - assert len(list(graph.nodes)[0]) == 2 # must have tuple (x,y) as nodes - geometry = {n: Point(n[0], n[1]) for n in graph.nodes} - nx.set_node_attributes(graph, geometry, name="geometry") - return graph + if not _exist_edge_geometry: + graph = _add_missing_geoms_one_by_one(graph) + + return graph def reproject_graph_geometry(graph: nx.Graph, crs_from: CRS, crs_to: CRS) -> nx.Graph: @@ -181,22 +210,23 @@ def reproject_graph_geometry(graph: nx.Graph, crs_from: CRS, crs_to: CRS) -> nx. reprojected_geometry = transform( transformer.transform, attributes["geometry"] ) - reprojected_graph.nodes[node]["geometry"] = reprojected_geometry + reprojected_graph.nodes[node].update({"geometry": reprojected_geometry}) # Reproject the edges if graph.is_multigraph(): for u, v, key, attributes in graph.edges(keys=True, data=True): - reprojected_geometry = transform( - transformer.transform, attributes["geometry"] - ) - reprojected_graph[u][v][key]["geometry"] = reprojected_geometry + if "geometry" in attributes: + reprojected_geometry = transform( + transformer.transform, attributes["geometry"] + ) + reprojected_graph[u][v][key].update({"geometry": reprojected_geometry}) else: for u, v, attributes in graph.edges(data=True): if "geometry" in attributes: reprojected_geometry = transform( transformer.transform, attributes["geometry"] ) - reprojected_graph[u][v]["geometry"] = reprojected_geometry + reprojected_graph[u][v].update({"geometry": reprojected_geometry}) reprojected_graph.graph["crs"] = crs_to @@ -216,33 +246,31 @@ def assign_graph_index(graph: nx.Graph) -> nx.Graph: ------- nx.Graph The prepared graph. - edge properties ['edgeid', 'geometry','node_start', and 'node_end'] - node properties ['nodeid', 'geometry'] + edge properties ['id', 'geometry','node_start', and 'node_end'] + node properties ['id', 'geometry'] """ # Create a new graph instance to avoid modifying the original graph indexed_graph = graph.copy() - # Assign nodeids + # Assign ids for index, node in enumerate(graph.nodes()): - indexed_graph.nodes[node]["nodeid"] = index + indexed_graph.nodes[node]["id"] = index - # Assign edgeids + # Assign ids if graph.is_multigraph(): for u, v, key in graph.edges(keys=True): - node_start = str(indexed_graph.nodes[u]["nodeid"]) - node_end = str(indexed_graph.nodes[v]["nodeid"]) - edge_id = node_start + "_" + node_end - indexed_graph[u][v][key]["edgeid"] = edge_id + node_start = str(indexed_graph.nodes[u]["id"]) + node_end = str(indexed_graph.nodes[v]["id"]) + edge_id = node_start + "_" + node_end + "_" + str(key) + indexed_graph[u][v][key]["id"] = edge_id indexed_graph[u][v][key]["node_start"] = node_start indexed_graph[u][v][key]["node_end"] = node_end - edge_id_multi = node_start + "_" + node_end + "_" + str(key) - indexed_graph[u][v][key]["edgeid_multi"] = edge_id_multi else: for u, v in graph.edges(): - node_start = str(indexed_graph.nodes[u]["nodeid"]) - node_end = str(indexed_graph.nodes[v]["nodeid"]) + node_start = str(indexed_graph.nodes[u]["id"]) + node_end = str(indexed_graph.nodes[v]["id"]) edge_id = node_start + "_" + node_end - indexed_graph[u][v]["edgeid"] = edge_id + indexed_graph[u][v]["id"] = edge_id indexed_graph[u][v]["node_start"] = node_start indexed_graph[u][v]["node_end"] = node_end return indexed_graph @@ -256,6 +284,8 @@ def network_to_graph( """ Convert the network edges and/or nodes to a graph. + graph_to_network <-> network_to_graph + Parameters ---------- edges: gpd.GeoDataFrame @@ -270,25 +300,29 @@ def network_to_graph( nx.Graph The prepared graph. global properties ['crs'] - edge properties ['edgeid', 'geometry','node_start', and 'node_end'] - node properties ['nodeid', 'geometry'] + edge properties ['id', 'geometry','node_start', and 'node_end'] + node properties ['id', 'geometry'] """ - # use memopy convention but not momepy.gdf_to_nx + # create graph from edges + edges["source"] = edges["node_start"] + edges["target"] = edges["node_end"] graph = nx.from_pandas_edgelist( edges, - source="node_start", - target="node_end", + source="source", + target="target", create_using=create_using, edge_attr=True, ) - # add node attribtues if nodes is not None: - nx.set_node_attributes(graph, {nid: {"nodeid": nid} for nid in nodes["nodeid"]}) - nx.set_node_attributes(graph, nodes.set_index("nodeid").to_dict("index")) + nodes["id"] = nodes["id"].astype(str) # note that the node have id as str + nx.set_node_attributes(graph, {nid: nid for nid in nodes["id"]}, name="id") + nx.set_node_attributes(graph, nodes.set_index("id").to_dict("index")) + + graph.graph["crs"] = edges.crs.to_epsg() - graph.graph["crs"] = edges.crs + validate_graph(graph) return graph @@ -316,15 +350,18 @@ def graph_to_network( Tuple gpd.GeoDataFrame edges of the graph. - Contains attributes ['edgeid', 'geometry', node_start', 'node_end'] + Contains attributes ['id', 'geometry', node_start', 'node_end', '_graph_edge_index'] gpd.GeoDataFrame nodes of the graph. - Contains attributes ['nodeid', 'geometry'] + Contains attributes ['id', 'geometry', '_graph_node_index'] See Also -------- momepy.nx_to_gdf """ + # valida graph + validate_graph(graph) + # get crs crs = crs if crs is not None else graph.graph.get("crs") if not crs: @@ -333,16 +370,20 @@ def graph_to_network( # assign geometry graph = assign_graph_geometry(graph) - # assign ids - nodes, edges = momepy.nx_to_gdf(graph, nodeID="nodeid") - edges["edgeid"] = ( - edges["node_start"].astype(str) + "_" + edges["node_end"].astype(str) + # convert to geodataframe + edges = gpd.GeoDataFrame(nx.to_pandas_edgelist(graph)).drop( + columns=["source", "target"] # use node_start and node_end ) + nodes = gpd.GeoDataFrame(data=[attrs for _, attrs in graph.nodes(data=True)]) # assign crs crs = CRS.from_user_input(crs) - edges = edges.to_crs(crs) - nodes = nodes.to_crs(crs) + if not edges.crs: + edges = edges.set_crs(crs) + nodes = nodes.set_crs(crs) + else: + edges = edges.to_crs(crs) + nodes = nodes.to_crs(crs) return edges, nodes @@ -358,13 +399,13 @@ def validate_graph(graph: nx.Graph) -> None: _correct_attribute = isinstance(graph.graph["crs"], int) assert _correct_attribute, "crs must be epsg int." - _exist_attribute = any(nx.get_node_attributes(graph, "nodeid")) - assert _exist_attribute, "Missing nodeid in nodes" + _exist_attribute = any(nx.get_node_attributes(graph, "id")) + assert _exist_attribute, "Missing id in nodes" _exist_attribute = any(nx.get_node_attributes(graph, "geometry")) assert _exist_attribute, "Missing geometries in nodes" - _exist_attribute = any(nx.get_edge_attributes(graph, "edgeid")) - assert _exist_attribute, "Missing edgeid in edges" + _exist_attribute = any(nx.get_edge_attributes(graph, "id")) + assert _exist_attribute, "Missing id in edges" _exist_attribute = any(nx.get_edge_attributes(graph, "node_start")) assert _exist_attribute, "Missing node_start in edges" _exist_attribute = any(nx.get_edge_attributes(graph, "node_end")) @@ -373,6 +414,7 @@ def validate_graph(graph: nx.Graph) -> None: assert _exist_attribute, "Missing geometries in edges" +# IO def read_graph(graph_fn: str) -> nx.Graph: """ Read the graph from a file. @@ -476,7 +518,90 @@ def write_graph(graph: nx.Graph, graph_fn: str) -> None: pickle.dump(graph, f, pickle.HIGHEST_PROTOCOL) elif extension == ".geojson": edges, _ = graph_to_network(graph) - edges = edges[["edgeid", "node_start", "node_end", "geometry"]] + edges = edges[["id", "node_start", "node_end", "geometry"]] edges.to_file(filepath, driver="GeoJSON") else: raise ValueError(f"Unsupported file format: {extension}") + + +# properties +def graph_edges(graph: nx.Graph) -> gpd.GeoDataFrame: + """Get graph edges as geodataframe""" + return graph_to_network(graph)[0] + + +def graph_nodes(graph: nx.Graph) -> gpd.GeoDataFrame: + """Get graph nodes as geodataframe""" + return graph_to_network(graph)[1] + + +def graph_region(graph: nx.Graph) -> gpd.GeoDataFrame: + """Get graph region as geodataframe""" + edges = graph_to_network(graph)[0] + region = gpd.GeoDataFrame(geometry=[box(*edges.total_bounds)], crs=edges.crs) + return region + + +# Others +def get_endnodes_from_lines( + lines: gpd.GeoDataFrame, where: str = "both" +) -> gpd.GeoDataFrame: + """Get the possible boundary locations from the branches with id. + + Parameters + ---------- + where : {'both', 'upstream', 'downstream'} + Where at the branches should the boundaries be derived. + An upstream end node is defined as a node which has 0 incoming branches and 1 outgoing branch. + A downstream end node is defined as a node which has 1 incoming branch and 0 outgoing branches. + + Returns + ------- + gpd.GeoDataFrame + A data frame containing all the upstream and downstream end nodes of the branches + """ + # convert branches to graph + G = gpd_to_digraph(lines) + + # get boundary locations at where + if where == "downstream": + endnodes = { + dn: {**d, **{"where": "downstream"}} + for up, dn, d in G.edges(data=True) + if G.out_degree[dn] == 0 and G.degree[dn] == 1 + } + elif where == "upstream": + endnodes = { + up: {**d, **{"where": "upstream"}} + for up, dn, d in G.edges(data=True) + if G.in_degree[up] == 0 and G.degree[up] == 1 + } + elif where == "both": + endnodes = { + dn: {**d, **{"where": "downstream"}} + for up, dn, d in G.edges(data=True) + if G.out_degree[dn] == 0 and G.degree[dn] == 1 + } + endnodes.update( + { + up: {**d, **{"where": "upstream"}} + for up, dn, d in G.edges(data=True) + if G.in_degree[up] == 0 and G.degree[up] == 1 + } + ) + else: + pass + + if len(endnodes) == 0: + logger.error(f"cannot generate endnodes for given condition {where}") + + endnodes_pd = ( + pd.DataFrame().from_dict(endnodes, orient="index").drop(columns=["geometry"]) + ) + endnodes_gpd = gpd.GeoDataFrame( + data=endnodes_pd, + geometry=[Point(endnode) for endnode in endnodes], + crs=lines.crs, + ) + endnodes_gpd.reset_index(inplace=True) + return endnodes_gpd diff --git a/hydromt_delft3dfm/mesh_utils.py b/hydromt_delft3dfm/mesh_utils.py new file mode 100644 index 00000000..358a739e --- /dev/null +++ b/hydromt_delft3dfm/mesh_utils.py @@ -0,0 +1,410 @@ +# -*- coding: utf-8 -*- + +import logging +from typing import Tuple + +import geopandas as gpd +import xarray as xr +import xugrid as xu +from hydrolib.core.dflowfm import Network +from pyproj import CRS + +logger = logging.getLogger(__name__) + + +__all__ = [ + "hydrolib_network_from_mesh", + "mesh1d_network1d_from_hydrolib_network", + "links1d2d_from_hydrolib_network", + "mesh_from_hydrolib_network", + "mesh1d_nodes_geodataframe", + "network1d_nodes_geodataframe", +] + + +def hydrolib_network_from_mesh( + mesh: xu.UgridDataset, +) -> Network: + """ + Converts from xugrid mesh to hydrolib-core network object. + + Parameters + ---------- + mesh : xu.UgridDataset + Mesh UgridDataset. + + Returns + ------- + network : Network + Network object. + """ + # split grids + grids = dict() + for grid in mesh.ugrid.grids: + grids[grid.name] = grid + + # create network + dfm_network = Network(is_geographic=mesh.ugrid.grids[0].crs.is_geographic) + _mesh1d_attrs = dfm_network._mesh1d.__dict__.keys() + + # add mesh2d + if "mesh2d" in grids: + dfm_network._mesh2d._process( + grids["mesh2d"].mesh + ) # FIXME: test what if the mesh had bedlevel variable + + # add mesh1d (including mesh1d and networkd1d) + if "mesh1d" in grids: + mesh1d = mesh.ugrid.to_dataset( + optional_attributes=True + ) # optional_attributes includes edge_x and edge_y + for var, val in mesh1d.variables.items(): + if var in _mesh1d_attrs: + # use hydrolib-core conventions as it does harmonization when reading. + # check conventions at hydrolib.core.dflowfm.net.ugrid_conventions.json + setattr(dfm_network._mesh1d, var, val.values) + # process + dfm_network._mesh1d._process_network1d() + dfm_network._mesh1d._set_mesh1d() + + # add 1d2dlinks + _link1d2d_attrs = dfm_network._link1d2d.__dict__.keys() + if "link1d2d" in mesh: + for var, val in mesh.variables.items(): + if var in _link1d2d_attrs: + # use hydrolib-core conventions as it does harmonization when reading. + setattr(dfm_network._link1d2d, var, val.values) + + return dfm_network + + +def mesh1d_network1d_from_hydrolib_network( + network: Network, + crs: CRS, +) -> Tuple[xu.UgridDataset, xu.UgridDataset]: + """ + Creates xugrid mesh1d and network1d UgridDataset from hydrolib-core network object. + + Parameters + ---------- + network : Network + Network hydrolib-core object. + crs : pyproj.CRS + Coordinate reference system of the network. + + Returns + ------- + uds_mesh1d : xu.UgridDataset + Mesh1d UgridDataset. + uds_network1d : xu.UgridDataset + Network1d UgridDataset. + """ + # Mesh1d to mesh1d and network1d xugrid + mesh1d = network._mesh1d + + if not mesh1d.is_empty(): + # get grid + grid_mesh1d = xu.Ugrid1d( + node_x=mesh1d.mesh1d_node_x, + node_y=mesh1d.mesh1d_node_y, + fill_value=-1, + edge_node_connectivity=mesh1d.mesh1d_edge_nodes, + name="mesh1d", + projected=crs.is_projected, + crs=crs, + ) + grid_mesh1d.set_crs(crs) + edge_dim = grid_mesh1d.edge_dimension + node_dim = grid_mesh1d.node_dimension + + # get data + ds = xr.Dataset() + ds["mesh1d_node_id"] = (node_dim, mesh1d.mesh1d_node_id) + ds["mesh1d_node_long_name"] = (node_dim, mesh1d.mesh1d_node_long_name) + ds["mesh1d_node_branch_id"] = (node_dim, mesh1d.mesh1d_node_branch_id) + ds["mesh1d_node_branch_offset"] = (node_dim, mesh1d.mesh1d_node_branch_offset) + ds["mesh1d_edge_branch_id"] = (edge_dim, mesh1d.mesh1d_edge_branch_id) + ds["mesh1d_edge_branch_offset"] = (edge_dim, mesh1d.mesh1d_edge_branch_offset) + + # get ugrid dataset + uds_mesh1d = xu.UgridDataset(ds, grids=grid_mesh1d) + + # derive network1d + # The 1D network topology serves as the coordinate space in which a 1D mesh discretization + # will later be defined. The network is largely based on the UGRID conventions for its topology + # (i.e., nodes and edges) and additionally uses an optional edge_geometry to define the + # precise network branch geometries (more about this in the next Section). + + grid_network1d = xu.Ugrid1d( + node_x=mesh1d.network1d_node_x, + node_y=mesh1d.network1d_node_y, + fill_value=-1, + edge_node_connectivity=mesh1d.network1d_edge_nodes, + name="network1d", + projected=crs.is_projected, + crs=crs, + ) + grid_network1d.set_crs(crs) + network_edge_dim = grid_network1d.edge_dimension + network_node_dim = grid_network1d.node_dimension + + # get data + ds_network1d = xr.Dataset() + ds_network1d["network1d_node_id"] = (network_node_dim, mesh1d.network1d_node_id) + ds_network1d["network1d_node_long_name"] = ( + network_node_dim, + mesh1d.network1d_node_long_name, + ) + ds_network1d["network1d_branch_id"] = ( + network_edge_dim, + mesh1d.network1d_branch_id, + ) + ds_network1d["network1d_branch_long_name"] = ( + network_edge_dim, + mesh1d.network1d_branch_long_name, + ) + ds_network1d["network1d_branch_length"] = ( + network_edge_dim, + mesh1d.network1d_branch_length, # real length of the branches + ) + # network1d_geometry related + ds_network1d["network1d_part_node_count"] = ( + network_edge_dim, + mesh1d.network1d_part_node_count, + ) + ds_network1d["network1d_geom_x"] = ( + "network1d_nGeometryNodes", + mesh1d.network1d_geom_x, + ) + ds_network1d["network1d_geom_y"] = ( + "network1d_nGeometryNodes", + mesh1d.network1d_geom_y, + ) + ds_network1d["network1d_branch_order"] = ( + network_edge_dim, + mesh1d.network1d_branch_order, + ) + # might be supported in the future https://github.com/Deltares/HYDROLIB-core/issues/561 + # ds["network1d_branch_type"] = ( + # edge_dim, + # mesh1d.network1d_branch_type, + # ) + + # get ugrid dataset + uds_network1d = xu.UgridDataset(ds_network1d, grids=grid_network1d) + + else: + uds_mesh1d = None + uds_network1d = None + + return uds_mesh1d, uds_network1d + + +def links1d2d_from_hydrolib_network( + network: Network, +) -> xr.Dataset(): + """ + Extract link1d2d from hydrolib-core network object. + + Parameters + ---------- + network : Network + Network hydrolib-core object. + + Returns + ------- + link1d2d : xr.Dataset + Link1d2d Dataset. + """ + # extract links from network object + link1d2d = xr.Dataset() + link1d2d["link1d2d"] = (["nLink1D2D_edge", "Two"], network._link1d2d.link1d2d) + # extra variables + link1d2d["link1d2d_id"] = ("nLink1D2D_edge", network._link1d2d.link1d2d_id) + link1d2d["link1d2d_long_name"] = ( + "nLink1D2D_edge", + network._link1d2d.link1d2d_long_name, + ) + link1d2d["link1d2d_contact_type"] = ( + "nLink1D2D_edge", + network._link1d2d.link1d2d_contact_type, + ) + + return link1d2d + + +def mesh2d_from_hydrolib_network( + network: Network, + crs: CRS, +) -> xu.UgridDataset: + """ + Creates xugrid mesh2d UgridDataset from hydrolib-core network object. + + Parameters + ---------- + network : Network + Network hydrolib-core object. + crs : pyproj.CRS + Coordinate reference system of the network. + + Returns + ------- + uds_mesh2d : xu.UgridDataset + Mesh2d UgridDataset. + """ + mesh2d = network._mesh2d + + # meshkernel to xugrid Ugrid2D + uds_mesh2d = xu.Ugrid2d( + node_x=mesh2d.mesh2d_node_x, + node_y=mesh2d.mesh2d_node_y, + fill_value=-1, + face_node_connectivity=mesh2d.mesh2d_face_nodes, + edge_node_connectivity=mesh2d.mesh2d_edge_nodes, + name="mesh2d", + projected=crs.is_projected, + crs=crs, + ) + # Convert to UgridDataset + uds_mesh2d = xu.UgridDataset(uds_mesh2d.to_dataset()) + uds_mesh2d = uds_mesh2d.ugrid.assign_face_coords() + + # set crs + uds_mesh2d.ugrid.set_crs(crs) + return uds_mesh2d + + +def mesh_from_hydrolib_network( + network: Network, + crs: CRS, +) -> xu.UgridDataset: + """ + Creates xugrid mesh from hydrolib-core network object. + + Parameters + ---------- + network : Network + Network hydrolib-core object. + crs : pyproj.CRS + Coordinate reference system of the network. + + Returns + ------- + mesh : xu.UgridDataset + Mesh UgridDataset. + """ + # initialise mesh + mesh = None + + # Mesh1d to mesh1d and network1d xugrid + if not network._mesh1d.is_empty(): + uds_mesh1d, uds_network1d = mesh1d_network1d_from_hydrolib_network(network, crs) + + # add to mesh + mesh = xu.UgridDataset( + xr.merge([uds_mesh1d.ugrid.to_dataset(), uds_network1d.ugrid.to_dataset()]) + ) + + # Mesh2d + if not network._mesh2d.is_empty(): + # network._mesh2d._set_mesh2d() + uds_mesh2d = mesh2d_from_hydrolib_network(network, crs) + + if mesh is None: + mesh = uds_mesh2d + else: + mesh = xu.UgridDataset( + xr.merge( + [ + mesh.ugrid.to_dataset(optional_attributes=True), + uds_mesh2d.ugrid.to_dataset(optional_attributes=True), + ] + ) + ) + + # 1d2dlinks + if not network._link1d2d.is_empty(): + link1d2d = links1d2d_from_hydrolib_network(network) + # Add to mesh (links should only exist if mesh1d and mesh2d exist) + if mesh is not None: + for v in link1d2d.data_vars: + mesh[v] = link1d2d[v] + + # Set crs + if mesh is not None: + for grid in mesh.ugrid.grids: + grid.set_crs(crs) + + return mesh + + +def mesh1d_nodes_geodataframe( + uds_mesh1d: xu.UgridDataset, + branches: gpd.GeoDataFrame, +) -> gpd.GeoDataFrame: + """ + Returns the nodes of mesh 1D as geodataframe. + + Parameters + ---------- + uds_mesh1d : xu.UgridDataset + Mesh1d UgridDataset including mesh1d data_vars. + branches : gpd.GeoDataFrame + Branches GeoDataFrame. + + Returns + ------- + mesh1d_nodes : gpd.GeoDataFrame + Mesh1d nodes GeoDataFrame. + """ + # create node points + mesh1d_nodes = gpd.points_from_xy( + x=uds_mesh1d.ugrid.grid.node_x, + y=uds_mesh1d.ugrid.grid.node_y, + crs=uds_mesh1d.ugrid.grid.crs, + ) + # Creates gdf with some extra data (using hydrolib-core convention) + mesh1d_nodes = gpd.GeoDataFrame( + data={ + "branch_id": uds_mesh1d["mesh1d_node_branch_id"], + "branch_name": [ + branches.branchid[i] for i in uds_mesh1d["mesh1d_node_branch_id"].values + ], + "branch_chainage": uds_mesh1d["mesh1d_node_branch_offset"], + "geometry": mesh1d_nodes, + } + ) + + return mesh1d_nodes + + +def network1d_nodes_geodataframe( + uds_network1d: xu.UgridDataset, +) -> gpd.GeoDataFrame: + """ + Get network1d nodes as gdp. + + Parameters + ---------- + uds_network1d : xu.UgridDataset + Network1d UgridDataset including network1d data_vars. + + Returns + ------- + network1d_nodes : gpd.GeoDataFrame + Network1d nodes GeoDataFrame. + """ + # get networkids to complete the boundaries + network1d_nodes = gpd.points_from_xy( + x=uds_network1d.ugrid.grid.node_x, + y=uds_network1d.ugrid.grid.node_y, + crs=uds_network1d.ugrid.grid.crs, + ) + network1d_nodes = gpd.GeoDataFrame( + data={ + "nodeid": uds_network1d["network1d_node_id"], + "geometry": network1d_nodes, + } + ) + + return network1d_nodes diff --git a/hydromt_delft3dfm/utils.py b/hydromt_delft3dfm/utils.py index c0eaf9e4..e4f92dcc 100644 --- a/hydromt_delft3dfm/utils.py +++ b/hydromt_delft3dfm/utils.py @@ -128,7 +128,7 @@ def write_branches_gui( #TODO: branches.gui is written with a [general] section which is not recongnised by GUI. Improvement of the GUI is needed. #TODO: branches.gui has a column is custumised length written as bool, which is not recongnised by GUI. improvement of the hydrolib-core writer is needed. """ - if not gdf["branchtype"].isin(["pipe", "tunnel"]).any(): + if not all([col in gdf.columns for col in ["manhole_up", "manhole_dn"]]): gdf[["manhole_up", "manhole_dn"]] = "" branches = gdf[["branchid", "branchtype", "manhole_up", "manhole_dn"]] @@ -497,24 +497,25 @@ def read_manholes(gdf: gpd.GeoDataFrame, fm_model: FMModel) -> gpd.GeoDataFrame: for b in manholes.storagenode: manholes_dict[b.id] = b.__dict__ df_manholes = pd.DataFrame.from_dict(manholes_dict, orient="index") + # replace 0e to 0d # TODO: fix this when hydrolib-core fix issue https://github.com/Deltares/HYDROLIB-core/issues/559 + df_manholes["id"] = df_manholes["id"].apply( + lambda x: "0D" + x[2:] if isinstance(x, str) and x.startswith("0e") else x + ) + df_manholes["name"] = df_manholes["name"].apply( + lambda x: "0D" + x[2:] if isinstance(x, str) and x.startswith("0e") else x + ) + df_manholes["manholeid"] = df_manholes["manholeid"].apply( + lambda x: "0D" + x[2:] if isinstance(x, str) and x.startswith("0e") else x + ) + df_manholes["nodeid"] = df_manholes["nodeid"].apply( + lambda x: "0D" + x[2:] if isinstance(x, str) and x.startswith("0e") else x + ) # Drop variables df_manholes = df_manholes.drop( ["comments"], axis=1, ) - # Rename case sensitive - df_manholes = df_manholes.rename( - columns={ - "manholeid": "manholeid", - "nodeid": "nodeid", - "usetable": "usetable", - "bedlevel": "bedlevel", - "streetlevel": "streetlevel", - "streetstoragearea": "streetstoragearea", - "storagetype": "storagetype", - } - ) gdf_manholes = gpd.GeoDataFrame( df_manholes.merge(gdf, on="nodeid", how="left"), crs=gdf.crs diff --git a/hydromt_delft3dfm/workflows/__init__.py b/hydromt_delft3dfm/workflows/__init__.py index 5f9b2449..580a8a95 100644 --- a/hydromt_delft3dfm/workflows/__init__.py +++ b/hydromt_delft3dfm/workflows/__init__.py @@ -4,9 +4,10 @@ from .branches import * from .crosssections import * from .dem import * -from ..graph_utils import * from .helper import * from .manholes import * from .mesh import * +from .graph import * +from .region import * from .roughness import * from .urbansewernetwork import * diff --git a/hydromt_delft3dfm/workflows/boundaries.py b/hydromt_delft3dfm/workflows/boundaries.py index 88fbb727..913217a6 100644 --- a/hydromt_delft3dfm/workflows/boundaries.py +++ b/hydromt_delft3dfm/workflows/boundaries.py @@ -10,12 +10,14 @@ import xarray as xr from shapely.geometry import Point -from ..graph_utils import gpd_to_digraph +from hydromt_delft3dfm import graph_utils + logger = logging.getLogger(__name__) __all__ = [ + "get_boundaries_with_nodeid", "generate_boundaries_from_branches", "select_boundary_type", "validate_boundaries", @@ -25,6 +27,30 @@ ] +def get_boundaries_with_nodeid( + branches: gpd.GeoDataFrame, network1d_nodes: gpd.GeoDataFrame +) -> gpd.GeoDataFrame: + """Get boundary locations from the network branches and associate them with node IDs. + + Parameters + ---------- + branches: A GeoDataFrame containing the branches of the network. + network1d_nodes: A GeoDataFrame containing the network1d nodes with node IDs. + + Returns + ------- + A GeoDataFrame with boundary locations and their associated node IDs. + """ + + # generate all possible and allowed boundary locations + _boundaries = generate_boundaries_from_branches(branches, where="both") + + boundaries = hydromt.gis_utils.nearest_merge( + _boundaries, network1d_nodes, max_dist=0.1, overwrite=False + ) + return boundaries + + def generate_boundaries_from_branches( branches: gpd.GeoDataFrame, where: str = "both" ) -> gpd.GeoDataFrame: @@ -43,7 +69,7 @@ def generate_boundaries_from_branches( A data frame containing all the upstream and downstream end nodes of the branches """ # convert branches to graph - G = gpd_to_digraph(branches) + G = graph_utils.gpd_to_digraph(branches) # get boundary locations at where if where == "downstream": diff --git a/hydromt_delft3dfm/workflows/branches.py b/hydromt_delft3dfm/workflows/branches.py index 41d56af8..4e70f147 100644 --- a/hydromt_delft3dfm/workflows/branches.py +++ b/hydromt_delft3dfm/workflows/branches.py @@ -6,9 +6,12 @@ import numpy as np import pandas as pd import shapely +from hydromt import gis_utils from scipy.spatial import distance from shapely.geometry import LineString, MultiLineString, Point +from hydromt_delft3dfm import graph_utils, mesh_utils + from .helper import cut_pieces, split_lines logger = logging.getLogger(__name__) @@ -17,13 +20,96 @@ __all__ = [ "process_branches", "validate_branches", + "add_branches", "find_nearest_branch", "update_data_columns_attributes", "update_data_columns_attribute_from_query", - "snap_newbranches_to_branches_at_snapnodes", + "snap_newbranches_to_branches_at_snappednodes", + "intersect_lines", + "explode_and_deduplicate_geometries", ] +def add_branches( + mesh1d, + branches, + new_branches, + snap_newbranches_to_branches_at_snapnodes, + snap_offset, +): + """Add branches to exisitng open system branches at mesh1d node locations.""" + if not snap_newbranches_to_branches_at_snapnodes or mesh1d is None: + # do not perform snap or no mesh nodes to perform snap + branches = gpd.GeoDataFrame( + pd.concat([branches, new_branches], ignore_index=True), crs=new_branches.crs + ) + return snap_branch_ends(branches) + + # first snap nodes + snappednodes = _snap_nodes(mesh1d, branches, new_branches, snap_offset) + + # snap branches + ( + new_branches_snapped, + branches_snapped, + ) = snap_newbranches_to_branches_at_snappednodes( + new_branches, branches, snappednodes + ) + + # update the branches + branches = gpd.GeoDataFrame( + pd.concat([branches_snapped, new_branches_snapped], ignore_index=True), + crs=branches.crs, + ) + return snap_branch_ends(branches) + + +def _snap_nodes(mesh1d, branches, newbranches, snap_offset): + # snap nodes + # get mesh1d nodes that allows to be snapped + mesh1d_nodes = mesh_utils.mesh1d_nodes_geodataframe(mesh1d, branches) + mesh1d_nodes_open = mesh1d_nodes.loc[ + mesh1d_nodes.branch_name.isin( + branches[branches.branchtype.isin(["river", "channel"])].branchid.tolist() + ) + ] + + # get locations that needs to be snapped + unsnappednodes = _get_possible_unsnappednodes(newbranches) + + # snap the new endnodes to existing mesh1d_nodes_open + snappednodes = _snap_unsnappednodes_to_nodes( + unsnappednodes, mesh1d_nodes_open, snap_offset + ) + return snappednodes + + +def _get_possible_unsnappednodes(newbranches): + branchtype = newbranches["branchtype"].unique()[0] + + if branchtype in ["pipe", "tunnel"]: + # add pipes - connect both ends to existing network + endnodes = graph_utils.get_endnodes_from_lines(newbranches, where="downstream") + else: + # add rivers/channels - only connect downstream ends to existing network + endnodes = graph_utils.get_endnodes_from_lines(newbranches, where="both") + return endnodes + + +def _snap_unsnappednodes_to_nodes( + unsnapped_nodes: gpd.GeoDataFrame, nodes: gpd.GeoDataFrame, snap_offset: float +) -> gpd.GeoDataFrame: + snapped_nodes = gis_utils.nearest_merge( + unsnapped_nodes, nodes, max_dist=snap_offset, overwrite=False + ) + snapped_nodes = snapped_nodes[snapped_nodes.index_right != -1] # drop not snapped + snapped_nodes["geometry_left"] = snapped_nodes["geometry"] + snapped_nodes["geometry_right"] = [ + nodes.at[i, "geometry"] for i in snapped_nodes["index_right"] + ] + return snapped_nodes + + def update_data_columns_attributes( branches: gpd.GeoDataFrame, attributes: pd.DataFrame, @@ -244,7 +330,7 @@ def cleanup_branches( branches = branches.loc[~branches.geometry.isna(), :] # explode multiline string - _branches = branches.explode() + _branches = branches.explode(index_parts=False) # 3 remove z coordinates _branches["geometry"] = _branches["geometry"].apply( lambda x: LineString( @@ -898,12 +984,12 @@ def find_nearest_branch( geometries.at[geometry.Index, "branch_offset"] = offset -def snap_newbranches_to_branches_at_snapnodes( +def snap_newbranches_to_branches_at_snappednodes( new_branches: gpd.GeoDataFrame, branches: gpd.GeoDataFrame, - snapnodes: gpd.GeoDataFrame, + snappednodes: gpd.GeoDataFrame, ): - """Function to snap new_branches to branches at snapnodes. + """Function to snap new_branches to branches at snappednodes. snapnodes are located at branches. new branches will be snapped, and branches will be splitted. # NOTE: no interpolation of crosssection is needed because inter branch interpolation is turned on using branchorder. @@ -931,7 +1017,7 @@ def snap_newbranches_to_branches_at_snapnodes( branches_snapped = branches.copy() # modify new branches - for snapnode in snapnodes.itertuples(): + for snapnode in snappednodes.itertuples(): new_branch = new_branches.loc[snapnode.branchid] snapped_line = LineString( [ @@ -944,19 +1030,21 @@ def snap_newbranches_to_branches_at_snapnodes( new_branches_snapped.at[snapnode.branchid, "geometry"] = snapped_line # modify old branches - for branch_name in set(snapnodes.branch_name): + _branch_order_base = max(max(branches_snapped.branchorder), 1) + for branch_order, branch_name in enumerate(sorted(set(snappednodes.branch_name))): branch = branches.loc[branch_name] - distances = snapnodes[ - snapnodes.branch_name == branch_name + branch_order = _branch_order_base + branch_order + distances = snappednodes[ + snappednodes.branch_name == branch_name ].branch_chainage.to_list() snapped_line = MultiLineString(cut_pieces(branch.geometry, distances)) branches_snapped.at[branch_name, "geometry"] = snapped_line - branches_snapped.at[branch_name, "branchorder"] = ( - max(branches_snapped.branchorder) + 1 - ) # allow interpolation on the snapped branch + branches_snapped.at[ + branch_name, "branchorder" + ] = branch_order # allow interpolation on the snapped branch # explode multilinestring after snapping - branches_snapped = branches_snapped.explode() + branches_snapped = branches_snapped.explode(index_parts=False) # reset the idex branches_snapped = cleanup_branches(branches_snapped) @@ -980,3 +1068,92 @@ def _remove_branches_with_ring_geometries( logger.debug("Removing branches with ring geometries.") return branches + + +def intersect_lines(gdf1, gdf2): + """ + Computes the intersection between two geopandas GeoDataFrames with line geometries. + + Parameters: + - gdf1 : geopandas.GeoDataFrame + The first GeoDataFrame. + - gdf2 : geopandas.GeoDataFrame + The second GeoDataFrame. + + Returns: + - gdf1_cleaned : geopandas.GeoDataFrame + Part of gdf1 that intersects with gdf2. + - gdf2_cleaned : geopandas.GeoDataFrame + Part of gdf2 that intersects with gdf1. + - points_cleaned : geopandas.GeoDataFrame + The intersection points between gdf1 and gdf2. + """ + + # Assign identifiers to distinguish the source of the geometries later + gdf1 = gdf1.copy() + gdf2 = gdf2.copy() + gdf1["_from_left"] = True + gdf2["_from_right"] = True + + # Compute the union of the two GeoDataFrames + union_result = gpd.overlay( + gdf1, gdf2, how="union", keep_geom_type=False, make_valid=True + ) + + # Extract lines and points from the union result + union_lines = union_result[ + union_result.geometry.type.isin(["LineString", "MultiLineString"]) + ] + union_points = union_result[ + union_result.geometry.type.isin(["Point", "MultiPoint"]) + ] + + # Explode in case of MultiGeometries and reset the index + lines_exploded = union_lines.explode().reset_index(drop=True) + points_exploded = union_points.explode().reset_index(drop=True) + + # Filter the exploded lines based on the source identifiers + gdf1_intersected = lines_exploded[lines_exploded["_from_left"] == True].drop( + columns=["_from_left", "_from_right"] + ) + columns_to_drop = [col for col in gdf1_intersected.columns if col.endswith("_2")] + gdf1_cleaned = gdf1_intersected.drop(columns=columns_to_drop) + columns_to_rename = { + col: col.rstrip("_1") for col in gdf1_cleaned.columns if col.endswith("_1") + } + gdf1_cleaned = gdf1_cleaned.rename(columns=columns_to_rename) + + gdf2_intersected = lines_exploded[lines_exploded["_from_right"] == True].drop( + columns=["_from_left", "_from_right"] + ) + columns_to_drop = [col for col in gdf2_intersected.columns if col.endswith("_1")] + gdf2_cleaned = gdf2_intersected.drop(columns=columns_to_drop) + columns_to_rename = { + col: col.rstrip("_2") for col in gdf2_cleaned.columns if col.endswith("_2") + } + gdf2_cleaned = gdf2_cleaned.rename(columns=columns_to_rename) + + # Filter the exploded points + points_exploded["id"] = points_exploded.index + points_cleaned = points_exploded[["id", "geometry"]] + + # Return the intersected parts and the intersection points + return gdf1_cleaned, gdf2_cleaned, points_cleaned + + +def explode_and_deduplicate_geometries(gpd: gpd.GeoDataFrame) -> gpd.GeoDataFrame: + """Explodes and deduplicates geometries a GeoDataFrame. + + Parameters: + gpd (gpd.GeoDataFrame): Input GeoDataFrame. + + Returns: + gpd.GeoDataFrame: GeoDataFrame with exploded and deduplicated geometries. + """ + gpd = gpd.explode() + gpd = gpd[ + gpd.index.isin( + gpd.geometry.apply(lambda geom: geom.wkb).drop_duplicates().index + ) + ] + return gpd diff --git a/hydromt_delft3dfm/workflows/crosssections.py b/hydromt_delft3dfm/workflows/crosssections.py index cf29726f..3284ee76 100644 --- a/hydromt_delft3dfm/workflows/crosssections.py +++ b/hydromt_delft3dfm/workflows/crosssections.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- import logging +from typing import Tuple, Union import geopandas as gpd import numpy as np @@ -16,12 +17,91 @@ __all__ = [ + "init_crosssections_options", "set_branch_crosssections", "set_xyz_crosssections", "set_point_crosssections", + "add_crosssections", ] # , "process_crosssections", "validate_crosssections"] +def init_crosssections_options( + crosssections_type: Union[str, list], crosssections_fn: Union[str, list] +) -> Tuple[list, list]: + """Initialise crosssection options from user input.""" + if crosssections_type is None: + crosssections_type = [] + crosssections_fn = [] + elif isinstance(crosssections_type, str): + crosssections_type = [crosssections_type] + crosssections_fn = [crosssections_fn] + elif isinstance(crosssections_type, list): + assert len(crosssections_type) == len(crosssections_fn) + # inser branch as default + if "branch" not in crosssections_type: + crosssections_type.insert(0, "branch") + crosssections_fn.insert(0, None) + return crosssections_type, crosssections_fn + + +def add_crosssections( + crosssections: Union[gpd.GeoDataFrame, None], new_crosssections: gpd.GeoDataFrame +) -> gpd.GeoDataFrame: + """Adds new_crossections to crosssections. + + Besides adding, also removes duplicated crossections and overwrites generated with user specified. + + """ + # TODO: setup river crosssections, set contrains based on branch types + if crosssections is not None: + # add new crossections + new_crosssections = gpd.GeoDataFrame( + pd.concat([crosssections, new_crosssections]), crs=crosssections.crs + ) + # seperate crossection locations (used by branches) and definitions (used by branches and structures) + _crosssections_locations = new_crosssections[ + ~new_crosssections.crsloc_id.isna() + ] + _crosssections_definitions = new_crosssections[ + new_crosssections.crsloc_id.isna() + ] + # remove duplicated locations based on branchid_chainage (not on xy) + _crosssections_locations["temp_id"] = _crosssections_locations.apply( + lambda x: f'{x["crsloc_branchid"]}_{x["crsloc_chainage"]:.2f}', axis=1 + ) + if _crosssections_locations["temp_id"].duplicated().any(): + logger.warning( + "Duplicate crosssections locations found, removing duplicates" + ) + # Remove duplicates based on the branch_id, branch_offset column, keeping the first occurrence (with minimum branch_distance) + _crosssections_locations = _crosssections_locations.drop_duplicates( + subset=["temp_id"], keep="first" + ) + # combine them + new_crosssections = pd.concat( + [_crosssections_locations, _crosssections_definitions] + ) + # remove existing generated branch crosssections + crossections_generated = new_crosssections[ + new_crosssections.crsdef_id.str.endswith("_branch") + ] + crossections_others = new_crosssections[ + ~new_crosssections.crsdef_id.str.endswith("_branch") + ] + mask_to_remove = crossections_generated["crsloc_branchid"].isin( + crossections_others["crsloc_branchid"] + ) + if mask_to_remove.sum() > 0: + new_crosssections = gpd.GeoDataFrame( + pd.concat( + [crossections_generated[~mask_to_remove], crossections_others] + ), + crs=crosssections.crs, + ) + + return new_crosssections + + def set_branch_crosssections( branches: gpd.GeoDataFrame, midpoint: bool = True, @@ -131,7 +211,7 @@ def set_branch_crosssections( [crosssections_, _set_trapezoid_crs(trapezoid_crs)] ) # Else prepares crosssections at both upstream and dowsntream extremities - # FIXME: for now only support circle profile for pipes + # for now only support circle profile for pipes else: # Upstream ids = [f"{i}_up" for i in branches.index] @@ -379,7 +459,7 @@ def set_point_crosssections( # remove duplicated geometries _nodes = crosssections.copy() G = _nodes["geometry"].apply(lambda geom: geom.wkb) - len(G) - len(G.drop_duplicates().index) + # check for diff in numbers: n = len(G) - len(G.drop_duplicates().index) crosssections = _nodes[_nodes.index.isin(G.drop_duplicates().index)] # snap to branch @@ -643,8 +723,6 @@ def _set_trapezoid_crs(crosssections: gpd.GeoDataFrame): logger.error( "Invalid DataFrame: Found non-positive values in the 'width', 't_width', or 'height' columns." ) - else: - pass crsdefs = [] crslocs = [] @@ -821,6 +899,7 @@ def _set_yz_crs(crosssections: gpd.GeoDataFrame): # # preliminary handling # l = l.removeprefix(prefix) # t = None +# table_dict = {} # # parse zw profile # if "lt lw\nTBLE" in l: # # the table contains height, total width en flowing width. @@ -828,7 +907,6 @@ def _set_yz_crs(crosssections: gpd.GeoDataFrame): # levels, totalwidths, flowwidths = np.array( # [shlex.split(r, posix=False) for r in t.split("<")][:-1] # ).T # last element is the suffix of tble -# table_dict = {} # table_dict["numlevels"] = len(levels) # table_dict["levels"] = " ".join(str(n) for n in levels) # table_dict["totalwidths"] = " ".join(str(n) for n in totalwidths) diff --git a/hydromt_delft3dfm/workflows/graph.py b/hydromt_delft3dfm/workflows/graph.py new file mode 100644 index 00000000..048f23df --- /dev/null +++ b/hydromt_delft3dfm/workflows/graph.py @@ -0,0 +1,534 @@ +# -*- coding: utf-8 -*- + +import logging +import tempfile +from pathlib import Path +from typing import Union, Optional, List, Dict + +import pandas as pd +import geopandas as gpd +import networkx as nx +import numpy as np +import osmnx +import pyproj +import xarray as xr + +# hydromt +from hydromt import flw +from hydromt import DataCatalog + +from hydromt_delft3dfm import graph_utils +from hydromt_delft3dfm.workflows import ( + find_nearest_branch, + explode_and_deduplicate_geometries, +) +from hydromt.gis_utils import nearest_merge + +logger = logging.getLogger(__name__) + + +__all__ = [ + # create graph topology + "create_graph_from_geodataframe", + "create_graph_from_openstreetmap", + "create_graph_from_hydrography", + # setup graph attributes + "setup_graph_from_rasterdataset", + "setup_graph_from_geodataframe", +] + + +def create_graph_from_openstreetmap( + region: gpd.GeoDataFrame, + osm_key: str, + osm_values: list[str], + buffer: float = 0.0, + logger: logging.Logger = logger, +) -> nx.MultiDiGraph: + """ + Download and process Open Street Map (OSM) data within region into a graph network. + + Only map features selected by the `osm_key` and 'osm_values' are used. + A complete describtion of `osm_key` and 'osm_values' can be found in: + https://wiki.openstreetmap.org/wiki/. + + + Parameters + ---------- + region: GeoDataFrame + The region polygon to consider for fetching OSM data. + Must contain crs. + + osm_key: str + OSM "key" to categorize or describe a particular characteristic of map features. + The concept of "key" in OSM is part of the key-value pairing system, + which is central to how OSM data is structured. + Some common keys include: + highway: Describes roads and paths. + waterway: Describes rivers, streams, canals, etc. + + osm_values: list[str] + OSM "values" to specify attributes assigned to a key to further detail or describe a map feature. + Together, a key-value pair provides descriptive information about OSM entities. + Some common values associated to the common keys include: + highway: motorway,motorway_link,primary,primary_link,secondary,secondary_link,tertiary,tertiary_link,residential + waterway:river,stream,brook,canal,ditch + + buffer: float, optional + A buffer applied to the region polygon. + By default 0.0. + + Returns + ------- + nx.MultiDiGraph: + An instance of the graph as a multi-digraph, with geometry information for edges + and nodes. + - Global property: 'crs'. + - Edge property: ['edgeid', 'geometry', 'node_start', 'node_end','osmid'] + - Node property: ['nodeid', 'geometry'] + + See Also + -------- + - osmnx.graph_from_polygon + - graph_utils.preprocess_graph + """ + + # get crs + crs = region.crs + + # download osm data as graph + logger.info("Download from osm.") + _osm_graph = osmnx.graph_from_polygon( + polygon=region.buffer(buffer) + .to_crs(pyproj.CRS.from_epsg(4326)) + .geometry.unary_union, + custom_filter=f'["{osm_key}"~"{"|".join(osm_values)}"]', + simplify=False, + retain_all=True, + ) + + # preprocess to desired graph format + graph = graph_utils.preprocess_graph(_osm_graph, to_crs=crs) + + # # simplify the graph's topology by removing interstitial nodes + # _osm_simplified_graph = osmnx.simplify_graph( + # _osm_graph + # ) # TODO #64: needs testing, too longe/too short are not beneficial for dem based direction. + # logger.info("Get simplified graph from osm.") + + # # preprocess to desired graph format + # graph = graph_utils.preprocess_graph(_osm_simplified_graph, to_crs=crs) + + return graph + + +def create_graph_from_hydrography( + region: gpd.GeoDataFrame, + ds_hydro: xr.Dataset, + min_sto: int = 1, + logger: logging.Logger = logger, +) -> nx.Graph: + """Preprocess DEM to graph representing flow directions. + + The steps involved are: + 1. Obtain or derive D8 flow directions from a dem. + 2. Get flow direction vectors as geodataframe based on a minumum stream order. + 3. convert the geodataframe into graph. + + Parameters + ---------- + region: gpd.GeoDataframe + Region geodataframe that provide model extent and crs. + ds_hydro : xr.Dataset + Hydrography data (or dem) to derive river shape and characteristics from. + * Required variables: ['elevtn'] + * Optional variables: ['flwdir', 'uparea'] + min_sto : int, optional + minimum stream order of subbasins, by default the stream order is set to + one under the global maximum stream order (slow). + + Returns + ------- + nx.DiGraph: + The processed flow direction as a graph. + + """ + crs = region.crs + + # extra fix of data if user provided tiff + elevtn = ds_hydro["elevtn"] + if elevtn.raster.res[1] > 0: + elevtn = elevtn.raster.flipud() + if np.isnan(elevtn.raster.nodata): + elevtn.raster.set_nodata(-9999.0) + logger.debug("Missing nodata value, setting to -9999.0") + + # check if flwdir and uparea in ds_hydro + if "flwdir" not in ds_hydro.data_vars: + da_flw = flw.d8_from_dem( + elevtn, + max_depth=-1, # no local pits + outlets="edge", + idxs_pit=None, + ) + logger.info("flwdir computed from elevtn") + else: + da_flw = ds_hydro["flwdir"] + + flwdir = flw.flwdir_from_da(da_flw, ftype="d8") + if min_sto > 1: + # will add stream order key "strord" to feat + feat = flwdir.streams(min_sto=min_sto) + else: + # add stream order key "strord" manually + feat = flwdir.streams(strord=flwdir.stream_order()) + logger.info("Obtain stream vectors") + + # get stream vector geodataframe + gdf = gpd.GeoDataFrame.from_features(feat, crs=ds_hydro.raster.crs) + # convert to local crs, because flwdir is performed on the raster crs + gdf = gdf.to_crs(crs) + + # convert to graph + graph = graph_utils.gpd_to_digraph(gdf) + graph = graph_utils.preprocess_graph(graph, to_crs=crs) + + # TODO #63: test a few different scales and compare with real cases + + # plot + # import matplotlib.pyplot as plt + # fig = plt.figure(figsize=(8, 8)) + # ax = fig.add_subplot() + # ds_hydro["elevtn"].plot( + # ax=ax, zorder=1, cbar_kwargs=dict(aspect=30, shrink=0.5), alpha=0.5, **kwargs + # ) + # gdf.to_crs(ds_hydro.raster.crs).plot( + # ax=ax, + # color="blue", + # linewidth=gdf["strord"] / 3, + # label="Original flow directions", + # ) + # f = Path().joinpath("temp.geojson") + # gdf.to_file(f) + + return graph + + +# TODO imcomplete +def create_graph_from_geodataframe( + gdf: gpd.GeoDataFrame, is_directed: bool = True, logger=logger +) -> nx.Graph: + """ + Convert a GeoDataFrame of line geometries into a graph. + + This function first converts a GeoDataFrame into a DiGraph using the `gpd_to_digraph` function + which treats the first and last coordinates of each row's geometry as source and target, respectively. + Then, it preprocesses the graph using the `preprocess_graph` function which may involve geometry assignments, + reprojections based on CRS, and graph validations. + Finally, a digraph or a undirected graph will be returned based on `is_directed`. + + Parameters + ---------- + gdf : gpd.GeoDataFrame + The input GeoDataFrame that is to be converted into a DiGraph. + is_directed: bool, optional + Whether the output graph has directions. + By default, True + + Returns + ------- + nx.Graph + The converted and preprocessed graph. + Directed or undirected given `is_directed` + + Raises + ------ + ValueError + If the graph does not have a 'crs' attribute during preprocessing. + + Examples + -------- + >>> import geopandas as gpd + >>> import shapely.geometry as geom + >>> gdf = gpd.GeoDataFrame({'geometry': [geom.LineString([(0,0), (1,1)]), geom.LineString([(1,1), (2,2)])]}) + >>> graph = create_graph_from_geodataframe(gdf) + >>> print(type(graph)) + + """ + logger.info("Preprocessing geodataframes") + gdf = explode_and_deduplicate_geometries( + gdf + ) # TODO more cleanup funcs might be needed + + logger.info("Creating digraph") + graph = graph_utils.gpd_to_digraph(gdf) # TODO allow different graph types + + logger.info("Processing graph") + graph = graph_utils.preprocess_graph(graph) + + if is_directed: + return graph + else: + return graph.to_undirected() + + +def setup_graph_from_rasterdataset( + graph: nx.Graph, # TODO replace by self.graphs + raster_fn: Union[str, Path, xr.DataArray, xr.Dataset], + data_catalog: DataCatalog = None, # TODO replace by self.data_catalog + variables: Optional[List[str]] = None, + fill_method: Optional[str] = None, + resampling_method: Optional[str] = "mean", + all_touched: Optional[bool] = True, + rename: Optional[Dict[str, str]] = dict(), + graph_component: Optional[str] = "both", + logger: logging.Logger = logger, +) -> nx.graph: + """Add data variable(s) from ``raster_fn`` to attribute(s) in graph object. + + Raster data is sampled to the graph edges and nodes using the ``resampling_method``. + If raster is a dataset, all variables will be added unless ``variables`` list + is specified. + + Parameters + ---------- + raster_fn: str, Path, xr.DataArray, xr.Dataset + Data catalog key, path to raster file or raster xarray data object. + variables: list, optional + List of variables to add to graph from raster_fn. By default all. + fill_method : str, optional + If specified, fills no data values using fill_nodata method. + Available methods are {'linear', 'nearest', 'cubic', 'rio_idw'}. + rename: dict, optional + Dictionary to rename variable names in raster_fn before adding to graph + {'name_in_raster_fn': 'name_in_graph'}. By default empty. + graph_component: str, optional + Specifies which component of the graph to process. Can be one of the following: + * "edges" - Only processes and updates the edges of the graph. + * "nodes" - Only processes and updates the nodes of the graph. + * "both" - Processes and updates both nodes and edges of the graph. + By default, it processes both nodes and edges ("both"). + resampling_method: str, optional + Method to sample from raster data to graph. By default mean. Options include + {'count', 'min', 'max', 'sum', 'mean', 'std', 'median', 'q##'}. + Only used when ``graph_component`` is "edges" or "both". + all_touched : bool, optional + If True, all pixels touched by geometries will used to define the sample. + If False, only pixels whose center is within the geometry or that are + selected by Bresenham's line algorithm will be used. By default True. + Only used when ``graph_component`` is "edges" or "both". + Returns + ------- + graph + the new graph + """ # noqa: E501 + + assert graph_component in [ + "edges", + "nodes", + "both", + ], "Invalid graph_component value." + + logger.info(f"Preparing graph data from raster source {raster_fn}") + region = graph_utils.graph_region(graph) + + # Read raster data, select variables, and interpolate na if needed + if isinstance(raster_fn, str) or isinstance(raster_fn, Path): + ds = data_catalog.get_rasterdataset( + raster_fn, region=region, buffer=1000, variables=variables + ) + else: + ds = raster_fn + if isinstance(ds, xr.DataArray): + ds = ds.to_dataset() + if fill_method is not None: + ds = ds.raster.interpolate_na(method=fill_method) + + # Sample raster data + # Rename variables + rm_dict = {f"{var}_{resampling_method}": var for var in ds.data_vars} + # get sample at edges + if graph_component in ["edges", "both"]: + edges = graph_utils.graph_edges(graph) + ds_sample = ds.raster.zonal_stats( + gdf=edges, + stats=resampling_method, + all_touched=all_touched, + ) + ds_sample = ds_sample.rename(rm_dict).rename(rename) + ds_sample_df = ds_sample.to_dataframe().set_index(edges["id"]) + graph = update_edges_attributes(graph, ds_sample_df, id_col="id") + # get sample at nodes + if graph_component in ["nodes", "both"]: + nodes = graph_utils.graph_nodes(graph) + ds_sample = ds.raster.sample( + nodes + ) # FIXME dem for sample data too small, need to add nodedata value and correct crs + ds_sample = ds_sample.rename(rename) + ds_sample_df = ds_sample.to_dataframe().set_index(nodes["id"]) + graph = update_nodes_attributes(graph, ds_sample_df) + + # TODO set graph + # TODO Convert to UgridDataset + # uds_sample = xu.UgridDataset(ds_sample, grids=self.mesh_grids[grid_name]) + + return graph + + +def setup_graph_from_geodataframe( + graph: nx.Graph, # TODO replace by self.graphs + vector_fn: Union[str, Path, gpd.GeoDataFrame], + data_catalog: DataCatalog = None, # TODO replace by self.data_catalog + variables: Optional[List[str]] = None, + max_dist: float = np.inf, + rename: Optional[Dict[str, str]] = dict(), + graph_component: Optional[str] = "both", + logger: logging.Logger = logger, +) -> nx.Graph: + """Add data variable(s) from ``vector_fn`` to attribute(s) in graph object using nearest_merge. + + Raster data is sampled to the graph edges and nodes using the ``resampling_method``. + If raster is a dataset, all variables will be added unless ``variables`` list + is specified. + + Parameters + ---------- + vector_fn: str, Path, gpd.GeoDataFrame + Data catalog key, path to vector file or gpd.GeoDataFrame data object. + variables: list, optional + List of variables to add to graph from vector_fn. By default all. + max_dist: float + Maixmum distance within which the geodataframe would be used to setup graph. + By default, infinite. + rename: dict, optional + Dictionary to rename variable names in vector_fn before adding to graph + {'name_in_vector_fn': 'name_in_graph'}. By default empty. + graph_component: str, optional + Specifies which component of the graph to process. Can be one of the following: + * "edges" - Only processes and updates the edges of the graph. + * "nodes" - Only processes and updates the nodes of the graph. + * "both" - Processes and updates both nodes and edges of the graph. + By default, it processes both nodes and edges ("both"). + Returns + ------- + graph + the new graph + """ # noqa: E501 + + assert graph_component in [ + "edges", + "nodes", + "both", + ], "Invalid graph_component value." + + logger.info(f"Preparing graph data from raster source {vector_fn}") + region = graph_utils.graph_region(graph) + + # Read vector data, select variables + if isinstance(vector_fn, gpd.GeoDataFrame): + gdf = vector_fn + else: + gdf = data_catalog.get_geodataframe( + vector_fn, region=region, buffer=1000, variables=variables + ) + + # relate the geodataframe to graph using nearet join + # get gdf attributes at edges + if graph_component in ["edges", "both"]: + edges = nearest_merge( + graph_utils.graph_edges(graph), gdf, columns=variables, max_dist=max_dist + ) + edges = edges.rename(columns=rename) + graph = graph_utils.network_to_graph(edges, graph_utils.graph_nodes(graph)) + # set graph + # get sample at nodes + if graph_component in ["nodes", "both"]: + nodes = nearest_merge( + graph_utils.graph_nodes(graph), gdf, columns=variables, max_dist=max_dist + ) + graph = graph_utils.network_to_graph(graph_utils.graph_edges(graph), nodes) + + # TODO set graph + # TODO Convert to UgridDataset + # uds_sample = xu.UgridDataset(ds_sample, grids=self.mesh_grids[grid_name]) + + return graph + + +# func from hybridurb +def update_edges_attributes( + graph: nx.Graph, + edges: gpd.GeoDataFrame, + id_col: str = "id", +) -> nx.Graph(): + """This function updates the graph by adding new edges attributes specified in edges. + + Only edges with matching ids specified in "id" will be updated.""" + + # graph df + _graph_df = nx.to_pandas_edgelist(graph).set_index("id") + _graph_df["_graph_edge_tuple"] = list(graph.edges) + + # check if edges id in attribute df + if edges.index.name == id_col: + edges.index.name = "id" + elif id_col in edges.columns: + edges = edges.set_index(id_col) + edges.index.name = "id" + else: + raise ValueError( + "attributes could not be updated to graph: could not perform join" + ) + + # last item that isnt NA + graph_df = _graph_df.reindex( + columns=_graph_df.columns.union(edges.columns, sort=False) + ) + graph_df.update(edges) + + # add each attribute + for c in edges.columns: + dict = {row._graph_edge_tuple: row[c] for i, row in graph_df.iterrows()} + nx.set_node_attributes(graph, dict, c) + + return graph + + +def update_nodes_attributes( + graph: nx.Graph, + nodes: gpd.GeoDataFrame, + id_col: str = "id", +) -> nx.Graph(): + """This function updates the graph by adding new edges attributes specified in edges. + + Only edges with matching ids specified in "id" will be updated.""" + + # graph df + _graph_df = pd.DataFrame(graph.nodes(data="id"), columns=["tuple", "id"]).set_index( + "id" + ) + + # check if edges id in attribute df + if nodes.index.name == id_col: + nodes.index.name = "id" + elif id_col in nodes.columns: + nodes = nodes.set_index(id_col) + nodes.index.name = "id" + else: + raise ValueError( + "attributes could not be updated to graph: could not perform join" + ) + + # last item that isnt NA + _graph_df = _graph_df.reindex( + columns=_graph_df.columns.union(nodes.columns, sort=False) + ) + graph_df = pd.concat([_graph_df, nodes]).groupby(level=0).last() + graph_df = graph_df.loc[_graph_df.index] + + # add each attribute + for c in nodes.columns: + dict = {row.tuple: row[c] for i, row in graph_df.iterrows()} + nx.set_node_attributes(graph, dict, c) + + return graph diff --git a/hydromt_delft3dfm/workflows/manholes.py b/hydromt_delft3dfm/workflows/manholes.py index bf21201d..50027d09 100644 --- a/hydromt_delft3dfm/workflows/manholes.py +++ b/hydromt_delft3dfm/workflows/manholes.py @@ -90,6 +90,9 @@ def generate_manholes_on_branches( _nodes_pipes["where"] = _nodes_pipes["geometry"].apply(lambda geom: geom.wkb) # get branch variables + use_branch_variables = list( + set(use_branch_variables).intersection(set(pipes.columns)) + ) nodes_pipes = ( _nodes_pipes.set_index(pipes.index.name) .merge( @@ -100,8 +103,12 @@ def generate_manholes_on_branches( ) # summarize branch variables - nodes_pipes = _get_pipe_stats_for_manholes(nodes_pipes, "where", "diameter", "max") - nodes_pipes = _get_pipe_stats_for_manholes(nodes_pipes, "where", "width", "max") + if "diameter" in use_branch_variables: + nodes_pipes = _get_pipe_stats_for_manholes( + nodes_pipes, "where", "diameter", "max" + ) + if "width" in use_branch_variables: + nodes_pipes = _get_pipe_stats_for_manholes(nodes_pipes, "where", "width", "max") nodes_pipes = _get_pipe_stats_for_manholes( nodes_pipes, "where", "branchid", ";".join ) @@ -127,12 +134,12 @@ def generate_manholes_on_branches( columns=["geometry", channels.index.name], crs=branches.crs, ) - - nodes_channels = gpd.GeoDataFrame(_nodes_channels, crs=branches.crs) - nodes_to_remove = gis_utils.nearest_merge( - nodes_pipes, nodes_channels, max_dist=0.001, overwrite=True - ) - nodes_pipes = nodes_pipes.loc[nodes_to_remove.index_right == -1] + if len(_nodes_channels) > 0: + nodes_channels = gpd.GeoDataFrame(_nodes_channels, crs=branches.crs) + nodes_to_remove = gis_utils.nearest_merge( + nodes_pipes, nodes_channels, max_dist=0.001, overwrite=True + ) + nodes_pipes = nodes_pipes.loc[nodes_to_remove.index_right == -1] # manhole generated manholes_generated = gpd.GeoDataFrame( diff --git a/hydromt_delft3dfm/workflows/mesh.py b/hydromt_delft3dfm/workflows/mesh.py index a5c27d19..79d6f033 100644 --- a/hydromt_delft3dfm/workflows/mesh.py +++ b/hydromt_delft3dfm/workflows/mesh.py @@ -1,25 +1,98 @@ # -*- coding: utf-8 -*- import logging -from typing import List, Union +from typing import List, Tuple, Union +import geopandas as gpd +import meshkernel as mk import numpy as np +import xarray as xr +import xugrid as xu from hydrolib.core.dflowfm import Branch, Network from meshkernel import GeometryList from shapely.geometry import LineString, MultiLineString, MultiPolygon, Polygon, box from shapely.wkt import dumps, loads +from .. import mesh_utils as mutils + logger = logging.getLogger(__name__) __all__ = [ + "mesh1d_network1d_from_branches", "mesh1d_add_branch", + "mesh2d_refine", "links1d2d_add_links_1d_to_2d", "links1d2d_add_links_2d_to_1d_embedded", "links1d2d_add_links_2d_to_1d_lateral", ] +def mesh1d_network1d_from_branches( + opensystem: gpd.GeoDataFrame, + closedsystem: gpd.GeoDataFrame, + openwater_computation_node_distance: float = 40.0, +) -> Tuple[xu.UgridDataset, xu.UgridDataset]: + """ + Returns xugrid mesh1d and network1d UgridDataset from open and closed system branches. + + Uses hydrolib-core network object and add_branch methods to build the network and then + converts back to xugrid. + + Parameters + ---------- + opensystem : gpd.GeoDataFrame + GeoDataFrame containing open system branches. + closedsystem : gpd.GeoDataFrame + GeoDataFrame containing closed system branches. + openwater_computation_node_distance : float, optional + Node distance for open water computation, by default 40.0. + + Returns + ------- + uds_mesh1d : xu.UgridDataset + Mesh1d UgridDataset. + uds_network1d : xu.UgridDataset + Network1d UgridDataset. + Note that it is part of the Deltares-0.11 conventions. + These newly proposed conventions should currently be seen as an extension + on top of the regular CF-conventions (≥1.8) and, in particular, on top of the UGRID (1.0) + conventions. + """ + crs = opensystem.crs + + # create network + dfm_network = Network(is_geographic=crs.is_geographic) + # add open system mesh1d + node_distance = openwater_computation_node_distance + dfm_network, _ = mesh1d_add_branch( + dfm_network, + opensystem.geometry.to_list(), + node_distance=node_distance, + branch_names=opensystem.branchid.to_list(), + branch_orders=opensystem.branchorder.to_list(), + ) + # add closed system mesh1d + node_distance = np.inf + dfm_network, _ = mesh1d_add_branch( + dfm_network, + closedsystem.geometry.to_list(), + node_distance=node_distance, + branch_names=closedsystem.branchid.to_list(), + branch_orders=closedsystem.branchorder.to_list(), + ) + + # derive mesh1d + dfm_network._mesh1d._set_mesh1d() + + # Mesh1d to mesh1d and network1d xugrid + uds_mesh1d, uds_network1d = mutils.mesh1d_network1d_from_hydrolib_network( + dfm_network, crs + ) + + return uds_mesh1d, uds_network1d + + def mesh1d_add_branch( network: Network, branches: Union[ @@ -42,6 +115,7 @@ def mesh1d_add_branch( Returns ------- + Network: Network with added branches List[str]: List of names of added branches """ if node_distance == np.inf: @@ -69,7 +143,149 @@ def mesh1d_add_branch( ) branchids.append(branchid) - return branchids + return network, branchids + + +def mesh2d_refine( + mesh2d: xu.Ugrid2d, + res: float, + gdf_polygon: gpd.GeoDataFrame = None, + da_sample: xr.DataArray = None, + steps: int = 1, + logger: logging.Logger = logger, +) -> Tuple[Union[xu.UgridDataArray, xu.UgridDataset], float]: + """Refine mesh2d by adding new nodes and faces within a polygon or based on a sample array. + + If a polygon is provided, the mesh is refined within the polygon. + The number of steps determines the number of times the mesh is refined when using polygon. + + If a sample array is provided, the mesh is refined based on the sample array. + The sample array should contain values between 0 and 1, where 0 is not refined and 1 is refined. + The sample array is interpolated to the mesh2d and the mesh is refined at the locations where + the sample array is larger than 0.5. The number of steps is determined by the maximum value + in the sample array and the new face size based on the previous resolution of the mesh. + + Parameters + ---------- + mesh2d: xu.Ugrid2d + Mesh2d object to be refined. + gdf_polygon: gpd.GeoDataframe, optional + Polygon to refine mesh within. Defaults to None. + da_sample: xr.DataArray, optional + Sample array to refine mesh based on. Defaults to None. + steps: int, optional + Number of steps to refine mesh when using polygon. Defaults to 1. + res: float, optional + Resolution of the mesh used to get the minimum face size when refining + with samples. Defaults to None. + + Returns + ------- + mesh2d: xu.UgridDataArray or xu.UgridDataset + Refined mesh2d object. + """ + # Refine type + if gdf_polygon is not None: + refine_type = "polygon" + elif da_sample is not None: + refine_type = "samples" + else: + raise ValueError("Either polygon or samples should be provided.") + + crs = mesh2d.crs + # Get old mesh size + _old_size = mesh2d.face_x.size + # Get mk.Mesh2d object + mesh2d_mk = mesh2d.meshkernel + + # Refine mesh + if refine_type == "polygon": + # refine parameters + parameters = mk.MeshRefinementParameters( + refine_intersected=True, + use_mass_center_when_refining=False, + min_face_size=10.0, # Does nothing? + refinement_type=1, # No effect? + connect_hanging_nodes=True, + account_for_samples_outside_face=False, + max_refinement_iterations=steps, + ) + # iterate over gdf_polygons + gdf_polygon = gdf_polygon.explode() # explode multipolygons to polygons + for i, polygon in gdf_polygon.iterrows(): + # Create a list of coordinate lists + polygon = polygon.geometry # .unary_union + cls = GeometryList( + x_coordinates=np.empty(0, dtype=np.double), + y_coordinates=np.empty(0, dtype=np.double), + ) + # Add exterior + x_ext, y_ext = np.array(polygon.exterior.coords[:]).T + x_crds = [x_ext] + y_crds = [y_ext] + # Add interiors, seperated by inner_outer_separator + for interior in polygon.interiors: + x_int, y_int = np.array(interior.coords[:]).T + x_crds.append([cls.inner_outer_separator]) + x_crds.append(x_int) + y_crds.append([cls.inner_outer_separator]) + y_crds.append(y_int) + gl = GeometryList( + x_coordinates=np.concatenate(x_crds), + y_coordinates=np.concatenate(y_crds), + ) + # Refine + mesh2d_mk.mesh2d_refine_based_on_polygon(gl, parameters) + elif refine_type == "samples": + # get sample point + xv, yv = np.meshgrid(da_sample.x.values, da_sample.y.values) + zv = da_sample.values + mask = zv > 0 + samples = GeometryList( + xv[mask].flatten(), yv[mask].flatten(), zv[mask].flatten() + ) + # get steps + steps = int(zv.max()) + # refine parameters + parameters = mk.MeshRefinementParameters( + refinement_type=2, # Enumerator describing the different refinement types (WaveCourant = 1, RefinementLevels = 2) + max_refinement_iterations=steps, # Maximum number of refinement iterations, set to 1 if only one refinement is wanted (default 10) + min_face_size=res / 2**steps, # calculate - Minimum cell size + account_for_samples_outside_face=False, # default, not useful - Take samples outside face into account , 1 yes 0 no + connect_hanging_nodes=True, # default, not useful - Connect hanging nodes at the end of the iteration, 1 yes or 0 no + refine_intersected=False, # default, not useful - Whether to compute faces intersected by polygon (yes=1/no=0) + use_mass_center_when_refining=False, # default, not useful - Whether to use the mass center when splitting a face in the refinement process (yes=1/no=0) + ) + # refine assuming sample spacing is the same as end result resolution (hence relative_search_radius=1, minimum_num_samples=1 ) + mesh2d_mk.mesh2d_refine_based_on_samples( + samples, + relative_search_radius=1, + minimum_num_samples=1, + mesh_refinement_params=parameters, + ) + + # meshkernel to xugrid Ugrid2D + mesh2d = xu.ugrid.ugrid2d.Ugrid2d.from_meshkernel( + mesh2d_mk.mesh2d_get(), + name="mesh2d", + projected=crs.is_projected, + crs=crs, + ) + # Convert to UgridDataset + mesh2d = xu.UgridDataset(mesh2d.to_dataset()) + mesh2d = mesh2d.ugrid.assign_face_coords() + mesh2d.ugrid.set_crs(crs) + + # Check refinement + _new_size = mesh2d.ugrid.grid.face_x.size + if _new_size != _old_size: + logger.info( + f"2d mesh refined based on {refine_type}. Number of faces before: {_old_size} and after: {_new_size}" + ) + else: + logger.warning("2d mesh unrefined.") + + return mesh2d, res / 2**steps def round_geometry(geometry, rounding_precision: int = 6): @@ -113,23 +329,35 @@ def polygon_to_geometrylist(polygon): def links1d2d_add_links_1d_to_2d( - network: Network, + mesh: xu.UgridDataset, branchids: List[str] = None, within: Union[Polygon, MultiPolygon] = None, max_length: float = np.inf, -) -> None: +) -> xr.Dataset: """Function to add 1d2d links to network, by generating them from 1d to 2d. Branchids can be specified for 1d branches that need to be linked. A (Multi)Polygon can be provided were links should be made. Note: The boundary nodes of Mesh1d (those sharing only one Mesh1d edge) are not connected to any Mesh2d face. - Args: - network (Network): Network in which the connections are made - branchids (List[str], optional): List of branchid's to connect. If None, all branches are connected. Defaults to None. - within (Union[Polygon, MultiPolygon], optional): Area within which connections are made. Defaults to None. - max_length (float, optional): Max edge length. Defaults to None. + Parameters + ---------- + mesh: xu.UgridDataset + Network in which the connections are made + branchids: List[str], optional + List of branchid's to connect. If None, all branches are connected. Defaults to None. + within: Union[Polygon, MultiPolygon], optional + Area within which connections are made. Defaults to None. + max_length: float, optional + Max edge length. Defaults to None. + + Returns + ------- + link1d2d: xr.Dataset + Link1d2d Dataset. """ + # Initialise hydrolib network object + network = mutils.hydrolib_network_from_mesh(mesh) # Load 1d and 2d in meshkernel network._mesh1d._set_mesh1d() network._mesh2d._set_mesh2d() @@ -180,6 +408,11 @@ def links1d2d_add_links_1d_to_2d( ) _filter_links_on_idx(network, keep) + # extract links from network object + link1d2d = mutils.links1d2d_from_hydrolib_network(network) + + return link1d2d + def links1d2d_add_links_1d_to_2d_include_boundary( network: Network, @@ -272,10 +505,10 @@ def _filter_links_on_idx(network: Network, keep: np.ndarray) -> None: def links1d2d_add_links_2d_to_1d_embedded( - network: Network, + mesh: xu.UgridDataset, branchids: List[str] = None, within: Union[Polygon, MultiPolygon] = None, -) -> None: +) -> xr.Dataset: """Generates links from 2d to 1d, where the 2d mesh intersects the 1d mesh: the 'embedded' links. To find the intersecting cells in an efficient way, we follow we the next steps. 1) Get the @@ -283,12 +516,22 @@ def links1d2d_add_links_2d_to_1d_embedded( within this buffered geometry. 4) Check for each of the corresponding faces if it crossed the branches. - Args: - network (Network): Network in which the links are made. Should contain a 1d and 2d mesh - branchids (List[str], optional): List is branch id's for which the connections are made. Defaults to None. - within (Union[Polygon, MultiPolygon], optional): Clipping polygon for 2d mesh that is. Defaults to None. + Parameters + ---------- + mesh: xu.UgridDataset + Network in which the connections are made + branchids: List[str], optional + List is branch id's for which the connections are made. Defaults to None. + within: Union[Polygon, MultiPolygon], optional + Clipping polygon for 2d mesh that is. Defaults to None. + Returns + ------- + link1d2d: xr.Dataset + Link1d2d Dataset. """ + # Initialise hydrolib network object + network = mutils.hydrolib_network_from_mesh(mesh) # Load 1d and 2d in meshkernel network._mesh1d._set_mesh1d() network._mesh2d._set_mesh2d() @@ -355,14 +598,19 @@ def links1d2d_add_links_2d_to_1d_embedded( # Generate links network._link1d2d._link_from_2d_to_1d_embedded(node_mask, points=multipoint) + # extract links from network object + link1d2d = mutils.links1d2d_from_hydrolib_network(network) + + return link1d2d + def links1d2d_add_links_2d_to_1d_lateral( - network: Network, + mesh: xu.UgridDataset, dist_factor: Union[float, None] = 2.0, branchids: List[str] = None, within: Union[Polygon, MultiPolygon] = None, max_length: float = np.inf, -) -> None: +) -> xr.Dataset: """Generate 1d2d links from the 2d mesh to the 1d mesh, with a lateral connection. If a link is kept, is determined based on the distance between the face center and the intersection with the 2d mesh exterior. By default, links with an intersection @@ -377,13 +625,26 @@ def links1d2d_add_links_2d_to_1d_lateral( - A 'within' polygon can be given to only connect 2d cells within this polygon. - A max link length can be given to limit the link length. - Args: - network (Network): Network in which the links are made. Should contain a 1d and 2d mesh - dist_factor (Union[float, None], optional): Factor to determine which links are kept (see description above). Defaults to 2.0. - branchids (List[str], optional): List is branch id's for which the conncetions are made. Defaults to None. - within (Union[Polygon, MultiPolygon], optional): Clipping polygon for 2d mesh that is. Defaults to None. - max_length (float, optional): Max edge length. Defaults to None. + Parameters + ---------- + mesh: xu.UgridDataset + Network in which the connections are made + dist_factor: Union[float, None], optional + Factor to determine which links are kept (see description above). Defaults to 2.0. + branchids: List[str], optional + List is branch id's for which the conncetions are made. Defaults to None. + within: Union[Polygon, MultiPolygon], optional + Clipping polygon for 2d mesh that is. Defaults to None. + max_length: float, optional + Max edge length. Defaults to None. + + Returns + ------- + link1d2d: xr.Dataset + Link1d2d Dataset. """ + # Initialise hydrolib network object + network = mutils.hydrolib_network_from_mesh(mesh) # Load 1d and 2d in meshkernel network._mesh1d._set_mesh1d() network._mesh2d._set_mesh2d() @@ -478,3 +739,8 @@ def links1d2d_add_links_2d_to_1d_lateral( ] network._link1d2d.link1d2d_id = network._link1d2d.link1d2d_id[keep] network._link1d2d.link1d2d_long_name = network._link1d2d.link1d2d_long_name[keep] + + # extract links from network object + link1d2d = mutils.links1d2d_from_hydrolib_network(network) + + return link1d2d diff --git a/hydromt_delft3dfm/workflows/region.py b/hydromt_delft3dfm/workflows/region.py new file mode 100644 index 00000000..e5aefbc8 --- /dev/null +++ b/hydromt_delft3dfm/workflows/region.py @@ -0,0 +1,38 @@ +import logging + +import geopandas as gpd +from hydromt.workflows import parse_region +from pyproj.crs import CRS +from shapely.geometry import box + +__all__ = [ + "parse_region_geometry", +] + +logger = logging.getLogger(__name__) + + +def parse_region_geometry( + region: dict, + crs: CRS, + logger: logging.Logger = logger, +): + """Parse hydromt stype region argument into region geometry.""" + kind, region = parse_region(region, logger=logger) + if kind == "bbox": + bbox = region["bbox"] + geom = gpd.GeoDataFrame(geometry=[box(*bbox)], crs=4326) + elif kind == "geom": + geom = region["geom"] + if geom.crs is None: + raise ValueError('Model region "geom" has no CRS') + else: + raise ValueError( + f"Region for mesh1d must of kind [bbox, geom], kind {kind} " + "not understood." + ) + + if geom.crs != crs: + geom = geom.to_crs(crs) + + return geom diff --git a/hydromt_delft3dfm/workflows/urbansewernetwork.py b/hydromt_delft3dfm/workflows/urbansewernetwork.py index b09c09e7..5c8b3db5 100644 --- a/hydromt_delft3dfm/workflows/urbansewernetwork.py +++ b/hydromt_delft3dfm/workflows/urbansewernetwork.py @@ -3,8 +3,9 @@ import logging import tempfile from pathlib import Path -from typing import Union +from typing import Union, Optional, List, Dict +import pandas as pd import geopandas as gpd import networkx as nx import numpy as np @@ -14,21 +15,24 @@ # hydromt from hydromt import flw - -# TODO #65: ra2ce installation issue -from ra2ce.graph.network_config_data.network_config_data import NetworkConfigData -from ra2ce.graph.network_wrappers.osm_network_wrapper.osm_network_wrapper import ( - OsmNetworkWrapper, -) +from hydromt import DataCatalog +from hydromt.gis_utils import nearest_merge from hydromt_delft3dfm import graph_utils +from hydromt_delft3dfm import workflows -logger = logging.getLogger(__name__) +logger = logging.getLogger(__name__) __all__ = [ - "setup_graph_from_openstreetmap", - "setup_graph_from_hydrography", + "setup_urban_sewer_network_topology_from_osm", + "setup_urban_sewer_network_bedlevel_from_dem", + # graph additions + # "setup_graph_nodes", + # "setup_graph_egdes", + # graph workflows + "optimize_graph", + # TODO to be categorized "setup_network_connections_based_on_flowdirections", "setup_network_parameters_from_rasters", "setup_network_topology_optimization", @@ -36,213 +40,219 @@ ] -def setup_graph_from_openstreetmap( - region: gpd.GeoDataFrame, - network_type: str = None, - road_types: list[str] = None, +def setup_urban_sewer_network_topology_from_osm( + region, + highway_types: list[str] = None, + waterway_types: list[str] = None, logger: logging.Logger = logger, ) -> nx.MultiDiGraph: """ - Download and process Open Street Map (OSM) data within region into a graph network. + Set up a complete urban sewer network topology OpenStreetMap. + + Include data for waterways and highways for open and closed systems. + The two systems are connected and outlets are added at intersection points. + + Adds/Updates model layers: + + * **rivers** geom: 1D rivers vector + * **pipes** geom: 1D pipes vector + * **branches** geom: 1D branches vector + * **outlets** geom: 1D outlets vector + + Parameters: + - region : object + The geographical region for which the sewer network is to be constructed. + This could be a bounding box, polygon, or any other representation of a region. + - highway_types : list + List of highway types (e.g., ["motorway", "primary"]) to include from the OpenStreetMap data. + - waterway_types : list + List of waterway types (e.g., ["river", "stream"]) to include from the OpenStreetMap data. + - logger : Logger object + An instance of a logger to capture logs and messages during the process. + Useful for debugging and understanding the workflow steps. + + Returns: + - graph : nx.MultiDiGraph + The final preprocessed graph representing the urban sewer network. + It integrates both the open and closed drainage systems and includes outlets at + the intersection points. + """ + # input + if waterway_types is None: + waterway_types = ["river", "stream", "brook", "canal", "ditch"] + if highway_types is None: + highway_types = [ + "motorway", + "motorway_link", + "primary", + "primary_link", + "secondary", + "secondary_link", + "tertiary", + "tertiary_link", + "residential", + ] + # output + _required_columns = None + + # 1. Build the graph for waterways (open system) + logger.info(f"Download waterway {waterway_types} form osm") + graph_osm_open = workflows.create_graph_from_openstreetmap( + region=region, + buffer=1000, + osm_key="waterway", + osm_values=waterway_types, + logger=logger, + ) + + # 2. Build the graph for highways (closed system) + logger.info(f"Download highway {highway_types} form osm") + graph_osm_closed = workflows.create_graph_from_openstreetmap( + region=region, + buffer=500, + osm_key="highway", + osm_values=highway_types, + logger=logger, + ) + + # 3. obtain open and closed systems and outlets by intersecting + open_system, closed_system, outlets = workflows.intersect_lines( + graph_utils.graph_to_network(graph_osm_open)[0], + graph_utils.graph_to_network(graph_osm_closed)[0], + ) + # add attributes + open_system["branchid"] = open_system["id"] + open_system["branchtype"] = "river" + closed_system["branchid"] = closed_system["id"] + closed_system["branchtype"] = "pipe" + outlets["nodeid"] = outlets["id"] + outlets["nodetype"] = "outlet" + + # TODO select required columns + + # 4. Recreate the graph from the complete system topology + logger.info(f"Create graph and update open system, closed system and outlets.") + graph = workflows.create_graph_from_geodataframe( + pd.concat([open_system, closed_system]), + is_directed=False, + logger=logger, + ) + + # TODO set graph + + # 5. Add outlets to graph + # TODO replaced by super method + graph = workflows.setup_graph_from_geodataframe( + graph, # TODO replace by self.graph + data_catalog=None, # TODO replace by self.data_catalog + vector_fn=outlets, + variables=["nodeid", "nodetype"], + max_dist=1.0, + rename=dict(nodeid="nodeid", nodetype="nodetype"), + graph_component="nodes", + logger=logger, + ) - The steps involved are: - 1. Fetch vector lines from OSM data based on a provided query and perform cleaning. - 2. simplify the graph's topology by removing interstitial nodes - 3. extract network edges and nodes from the graph (extract geometries from graph) - 4. recreate graph using network edges and nodes (add geometries to graph) + return graph - Parameters - ---------- - region: GeoDataFrame - The region polygon to consider for fetching OSM data. - Must contain crs. - network_type: str {"all_private", "all", "bike", "drive", "drive_service", "walk"}) - The type of street network to consider. This helps filter the OSM data. - If None, use road_types to filter features. - By default None. +def setup_urban_sewer_network_bedlevel_from_dem( + graph: nx.Graph, # TODO replace by self.graphs + data_catalog: DataCatalog, # TODO replace by self.data_catalog + dem_fn: Union[str, Path, xr.DataArray, xr.Dataset], + fill_method: Optional[str] = None, + logger: logging.Logger = logger, +): + """ + Update the graph with elevation data from a DEM, compute gradient for edges, + and reverse the direction of edges with negative gradient. - road_types: list[str], optional - A list of road types to consider during the creation of the graph. - This is a refined filter to get data that is included from the OSM dataset. - A complete list can be found in: https://wiki.openstreetmap.org/wiki/Key:highway. - by default None. + The function samples elevation data from the provided DEM to the nodes of the graph. + It then computes the gradient of edges based on the elevation difference between the nodes + and the edge length. If the computed gradient is negative, the direction of the edge is reversed. + + Parameters + ---------- + graph : nx.Graph + Input graph to be updated. + data_catalog : DataCatalog + Data catalog to read and process raster data. + dem_fn : Union[str, Path, xr.DataArray, xr.Dataset] + Data catalog key, path to DEM file or DEM xarray data object. + fill_method : str, optional + If specified, fills no data values using fill_nodata method. + Available methods are {'linear', 'nearest', 'cubic', 'rio_idw'}. + logger : logging.Logger, optional + Logger object to log messages. Default is the global logger. Returns ------- - nx.MultiDiGraph: - An instance of the graph as a multi-digraph, with geometry information for edges - and nodes. - - Global property: 'crs'. - - Edge property: ['edgeid', 'geometry', 'node_start', 'node_end','osmid', - 'highway', 'oneway', 'reversed', 'length', 'rfid_c', , 'rfid'] - - Node property: ['nodeid', 'geometry', 'y', 'x', 'street_count'] - - See Also - -------- - - ra2ce.OsmNetworkWrapper.get_clean_graph_from_osm - - osmnx.simplfy_graph - - ra2ce.OsmNetworkWrapper.get_clean_graph - - graph_utils.preprocess_graph + nx.Graph + Graph with updated node elevations, edge gradients, and potentially reversed edge directions. """ - # method implementation goes here + logger.info( + "Update the graph with elevation data from a DEM and compute gradient for edges" + ) + + # Sample DEM + # TODO replaced by super method + graph = workflows.setup_graph_from_rasterdataset( + graph=graph, + data_catalog=data_catalog, + raster_fn=dem_fn, + fill_method=fill_method, + graph_component="nodes", + logger=logger, + ) - # this function use OsmNetworkWrapper from race to download OSM data into network - - # get crs - crs = region.crs - - def _get_osm_wrapper() -> OsmNetworkWrapper: - # creates and configures a osm network wrapper - _network_config_data = NetworkConfigData() - _osm_network_wrapper = OsmNetworkWrapper(_network_config_data) - # configure wrapper properties - _osm_network_wrapper.is_directed = True - _osm_network_wrapper.network_type = network_type - _osm_network_wrapper.road_types = road_types - _osm_network_wrapper.polygon_path = _get_temp_polygon_path() - _osm_network_wrapper.output_graph_dir = _get_temp_output_graph_dir() - return _osm_network_wrapper - - # TODO #65: replace funcs to get temp paths after ra2ce update - def _get_temp_polygon_path() -> Path: - # create a temporary file for region polygon in EPSG:4326 - with tempfile.TemporaryFile(suffix=".geojson") as temp: - # dump the data to the file - region.to_crs(pyproj.CRS.from_user_input(4326)).geometry.reset_index( - drop=True - ).to_file(temp.name, driver="GeoJSON") - return Path(temp.name) - - def _get_temp_output_graph_dir() -> Path: - # create a temporary directory - temp = tempfile.TemporaryDirectory() - return Path(temp.name) - - # download from osm and perform cleaning (drop_duplicates, add_missing_geoms_graph, snap_nodes_to_nodes) - _osm_network_wrapper = _get_osm_wrapper() - _osm_graph = _osm_network_wrapper.get_clean_graph_from_osm() - logger.info("Get clean graph from osm.") - - # simplify the graph's topology by removing interstitial nodes - _osm_simplified_graph = osmnx.simplify_graph( - _osm_graph - ) # TODO #64: needs testing, too longe/too short are not beneficial for dem based direction. - _osm_simplified_graph = _osm_network_wrapper.get_clean_graph( - _osm_simplified_graph - ) # clean again for the simplified graph - logger.info("Get simplified graph from osm.") - - # preprocess to desired graph format - graph = graph_utils.preprocess_graph(_osm_simplified_graph, to_crs=crs) - - # get edges and nodes from graph (momepy convention) - # edges, nodes = graph_utils.graph_to_network(_osm_simplified_graph, crs=crs) - - # get new graph with correct crs - # graph = graph_utils.network_to_graph( - # edges=edges, nodes=nodes, create_using=nx.MultiDiGraph - # ) - - # unit test - # _edges, _nodes = graph_utils.graph_to_network(graph) - # _graph = graph_utils.network_to_graph( - # edges=_edges, nodes=_nodes, create_using=nx.MultiDiGraph - # ) - # nx.is_isomorphic(_graph, graph) --> True + logger.info("compute gradient from elevtn") + graph = _compute_gradient_from_elevtn(graph) + + logger.info("update graph direction") + graph = reverse_edges_on_negative_weight(graph, weight="gradient") + + # TODO set graph return graph -def setup_graph_from_hydrography( - region: gpd.GeoDataFrame, - ds_hydro: xr.Dataset, - min_sto: int = 1, - logger: logging.Logger = logger, -) -> nx.Graph: - """Preprocess DEM to graph representing flow directions. +def optimize_graph(graph, logger=logger): + """Optimize graph based on various methods - The steps involved are: - 1. Obtain or derive D8 flow directions from a dem. - 2. Get flow direction vectors as geodataframe based on a minumum stream order. - 3. convert the geodataframe into graph. + if only elevtn is available at nodes, then the cost along path is used + need to determin which nodes are sources, which nodes are targets - Parameters - ---------- - region: gpd.GeoDataframe - Region geodataframe that provide model extent and crs. - ds_hydro : xr.Dataset - Hydrography data (or dem) to derive river shape and characteristics from. - * Required variables: ['elevtn'] - * Optional variables: ['flwdir', 'uparea'] - min_sto : int, optional - minimum stream order of subbasins, by default the stream order is set to - one under the global maximum stream order (slow). - Returns - ------- - nx.DiGraph: - The processed flow direction as a graph. + """ + + logger.info("compute gradient from elevtn") + graph = _compute_gradient_from_elevtn(graph) + logger.info("update graph direction") + graph = reverse_edges_on_negative_weight(graph, weight="gradient") + return graph + + +def _compute_gradient_from_elevtn(graph): """ - crs = region.crs - - # extra fix of data if user provided tiff - elevtn = ds_hydro["elevtn"] - if elevtn.raster.res[1] > 0: - elevtn = elevtn.raster.flipud() - if np.isnan(elevtn.raster.nodata): - elevtn.raster.set_nodata(-9999.0) - logger.debug("Missing nodata value, setting to -9999.0") - - # check if flwdir and uparea in ds_hydro - if "flwdir" not in ds_hydro.data_vars: - da_flw = flw.d8_from_dem( - elevtn, - max_depth=-1, # no local pits - outlets="edge", - idxs_pit=None, - ) - logger.info("flwdir computed from elevtn") - else: - da_flw = ds_hydro["flwdir"] + Compute the gradient for each edge in the graph based on node elevations and edge length. - flwdir = flw.flwdir_from_da(da_flw, ftype="d8") - if min_sto > 1: - # will add stream order key "strord" to feat - feat = flwdir.streams(min_sto=min_sto) - else: - # add stream order key "strord" manually - feat = flwdir.streams(strord=flwdir.stream_order()) - logger.info("Obtain stream vectors") - - # get stream vector geodataframe - gdf = gpd.GeoDataFrame.from_features(feat, crs=ds_hydro.raster.crs) - # convert to local crs, because flwdir is performed on the raster crs - gdf = gdf.to_crs(crs) - - # convert to graph - graph = graph_utils.gpd_to_digraph(gdf) - graph = graph_utils.preprocess_graph(graph, to_crs=crs) - - # TODO #63: test a few different scales and compare with real cases - - # plot - # import matplotlib.pyplot as plt - # fig = plt.figure(figsize=(8, 8)) - # ax = fig.add_subplot() - # ds_hydro["elevtn"].plot( - # ax=ax, zorder=1, cbar_kwargs=dict(aspect=30, shrink=0.5), alpha=0.5, **kwargs - # ) - # gdf.to_crs(ds_hydro.raster.crs).plot( - # ax=ax, - # color="blue", - # linewidth=gdf["strord"] / 3, - # label="Original flow directions", - # ) - # f = Path().joinpath("temp.geojson") - # gdf.to_file(f) + Gradient is calculated as: + gradient = (elevation of source node - elevation of target node) / edge length + Modifies the input graph in place. + """ + # TODO: check if need to convert into digraph first + + for e in graph.edges: + graph.edges[e].update( + { + "gradient": ( + (graph.nodes[e[0]]["elevtn"] - graph.nodes[e[1]]["elevtn"]) + / graph.edges[e]["length"] + ) + } + ) return graph @@ -438,3 +448,135 @@ def setup_network_dimentions_from_rainfallstats( """ # method implementation goes here pass + + +# func from hybridurb +def update_edges_attributes( + graph: nx.Graph, + edges: gpd.GeoDataFrame, + id_col: str = "id", +) -> nx.Graph(): + """This function updates the graph by adding new edges attributes specified in edges. + + Only edges with matching ids specified in "id" will be updated.""" + + # graph df + _graph_df = nx.to_pandas_edgelist(graph).set_index("id") + _graph_df["_graph_edge_tuple"] = list(graph.edges) + + # check if edges id in attribute df + if edges.index.name == id_col: + edges.index.name = "id" + elif id_col in edges.columns: + edges = edges.set_index(id_col) + edges.index.name = "id" + else: + raise ValueError( + "attributes could not be updated to graph: could not perform join" + ) + + # last item that isnt NA + graph_df = _graph_df.reindex( + columns=_graph_df.columns.union(edges.columns, sort=False) + ) + graph_df.update(edges) + + # add each attribute + for c in edges.columns: + dict = {row._graph_edge_tuple: row[c] for i, row in graph_df.iterrows()} + nx.set_node_attributes(graph, dict, c) + + return graph + + +# func from hybridurb +def update_nodes_attributes( + graph: nx.Graph, + nodes: gpd.GeoDataFrame, + id_col: str = "id", +) -> nx.Graph(): + """This function updates the graph by adding new edges attributes specified in edges. + + Only edges with matching ids specified in "id" will be updated.""" + + # graph df + _graph_df = pd.DataFrame(graph.nodes(data="id"), columns=["tuple", "id"]).set_index( + "id" + ) + + # check if edges id in attribute df + if nodes.index.name == id_col: + nodes.index.name = "id" + elif id_col in nodes.columns: + nodes = nodes.set_index(id_col) + nodes.index.name = "id" + else: + raise ValueError( + "attributes could not be updated to graph: could not perform join" + ) + + # last item that isnt NA + _graph_df = _graph_df.reindex( + columns=_graph_df.columns.union(nodes.columns, sort=False) + ) + graph_df = pd.concat([_graph_df, nodes]).groupby(level=0).last() + graph_df = graph_df.loc[_graph_df.index] + + # add each attribute + for c in nodes.columns: + dict = {row.tuple: row[c] for i, row in graph_df.iterrows()} + nx.set_node_attributes(graph, dict, c) + + return graph + + +def reverse_edges_on_negative_weight( + graph: Union[nx.MultiDiGraph, nx.DiGraph], weight: str = "gradient" +) -> Union[nx.MultiDiGraph, nx.DiGraph]: + """Reverse graph edges based on a negative weight attribute. + + Parameters: + ----------- + graph : Union[nx.DiGraph,nx.MultiDiGraph] + Input graph. + weight : str + Name of the edge attribute to check. Default is 'gradient'. + + Returns: + -------- + Union[nx.DiGraph,nx.MultiDiGraph] + The function modifies the graph in-place and returns it. + """ + + if isinstance(graph, nx.MultiDiGraph): + # Collect edges that need to be reversed for MultiDiGraph + edges_to_reverse = [ + (u, v, key, data) + for u, v, key, data in graph.edges(keys=True, data=True) + if data.get(weight, 0) < 0 + ] + for u, v, key, data in edges_to_reverse: + # Remove original edge + graph.remove_edge(u, v, key=key) + # Add reversed edge with preserved attributes + data[weight] = data[weight] * -1.0 + graph.add_edge(v, u, key=key, **data) + + elif isinstance(graph, nx.DiGraph): + # Collect edges that need to be reversed for DiGraph + edges_to_reverse = [ + (u, v, data) + for u, v, data in graph.edges(data=True) + if data.get(weight, 0) < 0 + ] + for u, v, data in edges_to_reverse: + # Remove original edge + graph.remove_edge(u, v) + # Add reversed edge with preserved attributes and reversed weights + data[weight] = data[weight] * -1.0 + graph.add_edge(v, u, **data) + + else: + raise ValueError("The graph should be either a DiGraph or a MultiDiGraph.") + + return graph diff --git a/pyproject.toml b/pyproject.toml index 9711f022..f75ed03c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,6 @@ dependencies = [ "pandas", "xarray", "hydrolib-core", - "pygeos", # remove dependancy after new xugrid releases "xugrid", "meshkernel", "pyproj", diff --git a/tests/data/dflowfm_build.ini b/tests/data/dflowfm_build.ini deleted file mode 100644 index 8f4f3970..00000000 --- a/tests/data/dflowfm_build.ini +++ /dev/null @@ -1,57 +0,0 @@ -[setup_region] -crs = 3857 - -[setup_rivers_from_dem] -hydrography_fn = merit_hydro -river_geom_fn = rivers_lin2019_v1 -rivdph_method = gvf -rivwth_method = geom -river_upa = 25.0 -friction_type = "Manning" -friction_value = 0.023 -rivbankq = 25 - -[setup_pipes] -pipes_fn = grip_roads -pipe_filter = pipe -spacing = 50 -friction_type = WhiteColeBrook -friction_value = 0.003 -crosssections_shape = circle -crosssections_value = 0.5 -dem_fn = merit_hydro # [copdem30, merit] -pipes_depth = 2.0 -snap_offset = 0.5 -pipes_invlev = 3. - - -[setup_manholes] -dem_fn = merit_hydro - -[setup_1dboundary] -boundary_value = -2.0 -branch_type = river -boundary_type = waterlevel -boundary_unit = m -boundary_locs = both - -[setup_mesh2d] -#bbox = ['12.4331', '46.4661', '12.5212', '46.5369'] -res = 500 - -[setup_maps_from_raster] -raster_fn = merit_hydro -variables = ["elevtn"] -fill_method = nearest -interpolation_method = nearestNb -split_dataset = True - -[setup_maps_from_raster_reclass] -raster_fn = vito -reclass_table_fn = vito_mapping -reclass_variables = ['roughness_manning', 'infiltcap'] -interpolation_method = triangulation -split_dataset = True - -[setup_link1d2d] -generation_method = 1d_to_2d \ No newline at end of file diff --git a/tests/data/dflowfm_build.yml b/tests/data/dflowfm_build.yml new file mode 100644 index 00000000..8e1ccd9f --- /dev/null +++ b/tests/data/dflowfm_build.yml @@ -0,0 +1,58 @@ +setup_rivers_from_dem: + region: + bbox: [12.4331, 46.4661, 12.5212, 46.5369] + hydrography_fn: merit_hydro + river_geom_fn: rivers_lin2019_v1 + rivdph_method: gvf + rivwth_method: geom + river_upa: 25.0 + friction_type: "Manning" + friction_value: 0.023 + rivbankq: 25 + +setup_pipes: + region: + bbox: [12.4331, 46.4661, 12.5212, 46.5369] + pipes_fn: grip_roads + pipe_filter: pipe + spacing: 50 + friction_type: WhiteColeBrook + friction_value: 0.003 + crosssections_shape: circle + crosssections_value: 0.5 + dem_fn: merit_hydro # [copdem30, merit] + pipes_depth: 2.0 + snap_offset: 0.5 + pipes_invlev: 3. + +setup_manholes: + dem_fn: merit_hydro + +setup_1dboundary: + boundary_value: -2.0 + branch_type: river + boundary_type: waterlevel + boundary_unit: m + boundary_locs: both + +setup_mesh2d: + region: + bbox: [12.4331, 46.4661, 12.5212, 46.5369] + res: 500 + +setup_maps_from_rasterdataset: + raster_fn: merit_hydro + variables: ["elevtn"] + fill_method: nearest + interpolation_method: nearestNb + split_dataset: True + +setup_maps_from_raster_reclass: + raster_fn: vito + reclass_table_fn: vito_mapping + reclass_variables: ['roughness_manning', 'infiltcap'] + interpolation_method: triangulation + split_dataset: True + +setup_link1d2d: + link_direction: 1d_to_2d \ No newline at end of file diff --git a/tests/data/dflowfm_build_local.ini b/tests/data/dflowfm_build_local.ini deleted file mode 100644 index f4efbfbb..00000000 --- a/tests/data/dflowfm_build_local.ini +++ /dev/null @@ -1,66 +0,0 @@ -[setup_region] - -[setup_rivers] -rivers_fn = 1D_branches -river_filter = river -friction_type = Manning -friction_value = 0.023 -crosssections_fn = ["1D_rivers_pointcrosssections", "1D_rivers_xyzcrosssections"] -crosssections_type = ["point", "xyz"] - -[setup_rivers1] -rivers_fn = 1D_branches -river_filter = channel - -[setup_pipes] -pipes_fn = 1D_branches -pipe_filter = pipe -friction_type = WhiteColeBrook -friction_value = 0.003 -crosssections_shape = circle -crosssections_value = 0.5 - -[setup_manholes] -manholes_fn = 1d_manholes -dem_fn = dem - -[setup_bridges] -bridges_fn = 1d_bridges - -[setup_culverts] -culverts_fn = 1d_culverts - -[setup_1dboundary] -boundaries_geodataset_fn = 1D_boundaries_timeseries -boundary_value = -2.0 -branch_type = river -boundary_type = waterlevel -boundary_unit = m -boundary_locs = both - -[setup_mesh2d] -geom_fn = "local_data/1D_extent.geojson" - -; [setup_mesh2d_refine] -; sample_fn = citycenter - -[setup_maps_from_raster] -raster_fn = dem -variables = ["elevtn"] -fill_method = nearest -interpolation_method = nearestNb -split_dataset = True - -[setup_2dboundary] -boundaries_fn = 2D_boundary -boundaries_timeseries_fn = 2D_boundary_timeseries -boundary_type = waterlevel -boundary_value = -999 - -[setup_rainfall_from_uniform_timeseries] -meteo_timeseries_fn = meteo_timeseries_T2 -fill_value = 0 -is_rate = True - -[setup_link1d2d] -generation_method = 1d_to_2d diff --git a/tests/data/dflowfm_build_local.yml b/tests/data/dflowfm_build_local.yml new file mode 100644 index 00000000..1b8b875e --- /dev/null +++ b/tests/data/dflowfm_build_local.yml @@ -0,0 +1,72 @@ +setup_rivers: + region: + geom: "local_data/1D_extent.geojson" + rivers_fn: 1D_branches + river_filter: river + friction_type: Manning + friction_value: 0.023 + crosssections_fn: ["1D_rivers_pointcrosssections", "1D_rivers_xyzcrosssections"] + crosssections_type: ["point", "xyz"] + +setup_rivers1: + region: + geom: "local_data/1D_extent.geojson" + rivers_fn: 1D_branches + river_filter: channel + +setup_pipes: + region: + geom: "local_data/1D_extent.geojson" + pipes_fn: 1D_branches + pipe_filter: pipe + friction_type: WhiteColeBrook + friction_value: 0.003 + crosssections_shape: circle + crosssections_value: 0.5 + +setup_manholes: + manholes_fn: 1d_manholes + dem_fn: dem + +setup_bridges: + bridges_fn: 1d_bridges + +setup_culverts: + culverts_fn: 1d_culverts + +setup_1dboundary: + boundaries_geodataset_fn: 1D_boundaries_timeseries + boundary_value: -2.0 + branch_type: river + boundary_type: waterlevel + boundary_unit: m + boundary_locs: both + +setup_mesh2d: + region: + geom: "local_data/1D_extent.geojson" + res: 100 + +#setup_mesh2d_refine: +# sample_fn: citycenter + +setup_maps_from_rasterdataset: + raster_fn: dem + variables: ["elevtn"] + fill_method: nearest + interpolation_method: nearestNb + split_dataset: True + +setup_2dboundary: + boundaries_fn: 2D_boundary + boundaries_timeseries_fn: 2D_boundary_timeseries + boundary_type: waterlevel + boundary_value: -999 + +setup_rainfall_from_uniform_timeseries: + meteo_timeseries_fn: meteo_timeseries_T2 + fill_value: 0 + is_rate: True + +setup_link1d2d: + link_direction: 1d_to_2d \ No newline at end of file diff --git a/tests/data/dflowfm_build_urbansewernetwork.ini b/tests/data/dflowfm_build_urbansewernetwork.ini deleted file mode 100644 index 524d2b7d..00000000 --- a/tests/data/dflowfm_build_urbansewernetwork.ini +++ /dev/null @@ -1,7 +0,0 @@ -[setup_region] -crs = 32647 - -[setup_urban_sewer_network_from_osm] -hydrography_fn=dem -network_type=drive -road_types=motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,secondary_link,tertiary,tertiary_link \ No newline at end of file diff --git a/tests/data/dflowfm_build_urbansewernetwork.yml b/tests/data/dflowfm_build_urbansewernetwork.yml new file mode 100644 index 00000000..3f2e7ec9 --- /dev/null +++ b/tests/data/dflowfm_build_urbansewernetwork.yml @@ -0,0 +1,9 @@ +global: + crs: 32647 + +setup_urban_sewer_network_from_osm: + region: + geom: + "urbansewer_data/region.geojson" + hydrography_fn: dem + diff --git a/tests/data/test_data.yaml b/tests/data/test_data.yaml index 2815274a..070814fc 100644 --- a/tests/data/test_data.yaml +++ b/tests/data/test_data.yaml @@ -127,7 +127,7 @@ meteo_timeseries_T5: dem: path: local_data/dem.tif data_type: RasterDataset - crs: 32647 + crs: 4326 rename: dem: elevtn meta: diff --git a/tests/data/urbansewer_data/region.geojson b/tests/data/urbansewer_data/region.geojson new file mode 100644 index 00000000..54db5553 --- /dev/null +++ b/tests/data/urbansewer_data/region.geojson @@ -0,0 +1,8 @@ +{ +"type": "FeatureCollection", +"name": "region", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32647" } }, +"features": [ +{ "type": "Feature", "properties": { "CODE": "07", "NAME": "พื้นที่บริหารจัดการน้ำท่วมถนนทหาร พระรามที่ 6 คลองสา", "DISTRICT_I": "1002", "DISTRICT_T": "ดุสิต", "AREA_BMA": 6.423, "OWNER": "สำนักการระบายน้ำ", "SUBDISTRIC": "100206", "UTM_X": 664590.5101, "UTM_Y": 1524917.3256000001, "YEAR": "2563", "Shape_Leng": 10070.0516967, "Shape_Area": 5517048.8063599998 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 664562.057300000451505, 1526118.065300000831485 ], [ 664566.230800000019372, 1526117.391000000759959 ], [ 664566.680800000205636, 1526117.318299999460578 ], [ 664569.02280000038445, 1526116.88230000063777 ], [ 664573.674200000241399, 1526116.0165 ], [ 664575.510800000280142, 1526115.674699999392033 ], [ 664576.241899999789894, 1526115.538599999621511 ], [ 664576.856599999591708, 1526115.264599999412894 ], [ 664577.642500000074506, 1526114.91440000012517 ], [ 664580.133899999782443, 1526113.803999999538064 ], [ 664593.397300000302494, 1526110.194700000807643 ], [ 664617.487599999643862, 1526104.945800000801682 ], [ 664648.627999999560416, 1526095.4527000002563 ], [ 664652.507399999536574, 1526094.795 ], [ 664667.704800000414252, 1526092.218399999663234 ], [ 664671.82799999974668, 1526092.274299999698997 ], [ 664680.246700000017881, 1526092.388399999588728 ], [ 664691.168300000019372, 1526091.028599999845028 ], [ 664699.603799999691546, 1526090.323699999600649 ], [ 664708.084699999541044, 1526088.544099999591708 ], [ 664718.396099999547005, 1526085.499800000339746 ], [ 664724.645800000056624, 1526083.403300000354648 ], [ 664726.786299999803305, 1526082.6853 ], [ 664734.285899999551475, 1526080.385800000280142 ], [ 664739.348799999803305, 1526078.276200000196695 ], [ 664748.254300000146031, 1526074.806900000199676 ], [ 664754.348000000230968, 1526072.887299999594688 ], [ 664756.504200000315905, 1526071.951400000602007 ], [ 664762.457299999892712, 1526069.36739999987185 ], [ 664766.440499999560416, 1526067.638399999588728 ], [ 664778.119599999859929, 1526062.849199999123812 ], [ 664781.002100000157952, 1526061.667099999263883 ], [ 664783.921699999831617, 1526060.469900000840425 ], [ 664805.113499999977648, 1526051.831599999219179 ], [ 664815.956000000238419, 1526047.829700000584126 ], [ 664829.249099999666214, 1526042.92339999973774 ], [ 664835.099600000306964, 1526041.253799999132752 ], [ 664839.976999999955297, 1526039.659099999815226 ], [ 664849.022599999792874, 1526038.859200000762939 ], [ 664853.050699999555945, 1526038.954199999570847 ], [ 664858.674899999983609, 1526038.724999999627471 ], [ 664859.2659, 1526038.808900000527501 ], [ 664868.970099999569356, 1526040.734899999573827 ], [ 664870.412499999627471, 1526041.021199999377131 ], [ 664885.345599999651313, 1526047.627399999648333 ], [ 664890.923899999819696, 1526049.267100000753999 ], [ 664895.635300000198185, 1526050.9551 ], [ 664897.127199999988079, 1526051.372999999672174 ], [ 664898.663200000301003, 1526051.5757 ], [ 664899.645200000144541, 1526051.565199999138713 ], [ 664900.21239999961108, 1526051.5592 ], [ 664912.157200000248849, 1526050.582699999213219 ], [ 664916.980800000019372, 1526049.597100000828505 ], [ 664921.478900000452995, 1526048.282299999147654 ], [ 664925.275999999605119, 1526047.532500000670552 ], [ 664930.153500000014901, 1526045.892799999564886 ], [ 664934.790599999949336, 1526043.420700000599027 ], [ 664935.076299999840558, 1526043.268400000408292 ], [ 664935.189100000075996, 1526043.222500000149012 ], [ 664936.980999999679625, 1526042.494100000709295 ], [ 664939.896200000308454, 1526041.010199999436736 ], [ 664942.519399999640882, 1526039.055800000205636 ], [ 664948.665400000289083, 1526033.610300000756979 ], [ 664952.450000000186265, 1526031.44620000012219 ], [ 664952.928700000047684, 1526031.172499999403954 ], [ 664956.475700000301003, 1526029.144300000742078 ], [ 664962.679299999959767, 1526025.596999999135733 ], [ 664970.036999999545515, 1526021.131999999284744 ], [ 664971.238400000147521, 1526020.403000000864267 ], [ 664977.39809999987483, 1526016.423800000920892 ], [ 664988.129999999888241, 1526009.815099999308586 ], [ 664995.724499999545515, 1526004.976099999621511 ], [ 665000.841000000014901, 1526000.572000000625849 ], [ 665010.729500000365078, 1525994.801200000569224 ], [ 665011.762600000016391, 1525994.198300000280142 ], [ 665025.240399999544024, 1525989.579299999400973 ], [ 665034.286100000143051, 1525985.190199999138713 ], [ 665046.230299999937415, 1525981.640900000929832 ], [ 665054.072100000455976, 1525979.721300000324845 ], [ 665059.767699999734759, 1525978.818399999290705 ], [ 665060.631599999964237, 1525978.681500000879169 ], [ 665065.567099999636412, 1525978.381400000303984 ], [ 665067.86739999987185, 1525978.241599999368191 ], [ 665073.190000000409782, 1525978.321599999442697 ], [ 665083.621399999596179, 1525978.7412 ], [ 665087.109000000171363, 1525978.88150000013411 ], [ 665093.305800000205636, 1525978.841499999165535 ], [ 665096.026899999938905, 1525979.00139999948442 ], [ 665100.94550000037998, 1525980.321100000292063 ], [ 665108.74199999962002, 1525982.000800000503659 ], [ 665114.060600000433624, 1525983.960400000214577 ], [ 665114.472900000400841, 1525984.122400000691414 ], [ 665125.505199999548495, 1525988.459899999201298 ], [ 665125.860399999655783, 1525988.599500000476837 ], [ 665135.219399999827147, 1525991.638900000602007 ], [ 665136.478600000031292, 1525992.27419999986887 ], [ 665138.473000000230968, 1525993.126499999314547 ], [ 665140.559100000187755, 1525993.719900000840425 ], [ 665142.703499999828637, 1525994.0449 ], [ 665150.416500000283122, 1525994.7182 ], [ 665163.08600000012666, 1525997.179999999701977 ], [ 665172.00760000012815, 1525998.913599999621511 ], [ 665172.824599999934435, 1525999.072300000116229 ], [ 665180.744699999690056, 1525999.912200000137091 ], [ 665185.339200000278652, 1526000.435900000855327 ], [ 665188.462799999862909, 1526000.791899999603629 ], [ 665188.811700000427663, 1526000.823100000619888 ], [ 665200.271499999798834, 1526002.125399999320507 ], [ 665202.982300000265241, 1526002.12360000051558 ], [ 665203.38370000012219, 1526002.161699999123812 ], [ 665208.219899999909103, 1526003.081499999389052 ], [ 665225.161000000312924, 1526003.5164 ], [ 665227.535699999891222, 1526003.603499999269843 ], [ 665233.880900000222027, 1526003.836400000378489 ], [ 665237.542100000195205, 1526003.711400000378489 ], [ 665242.16330000013113, 1526003.936899999156594 ], [ 665242.609299999661744, 1526003.958699999377131 ], [ 665245.738499999977648, 1526004.111300000920892 ], [ 665254.458399999886751, 1526003.031500000506639 ], [ 665274.640100000426173, 1526002.741599999368191 ], [ 665280.878100000321865, 1526002.021800000220537 ], [ 665289.276499999687076, 1526000.582100000232458 ], [ 665291.543100000359118, 1526000.25 ], [ 665295.555700000375509, 1525999.662200000137091 ], [ 665305.513399999588728, 1525997.088999999687076 ], [ 665311.73589999973774, 1525995.481000000610948 ], [ 665316.409500000067055, 1525994.273299999535084 ], [ 665321.325899999588728, 1525992.8443 ], [ 665324.527499999850988, 1525991.913799999281764 ], [ 665330.048100000247359, 1525989.874199999496341 ], [ 665344.486600000411272, 1525984.5153 ], [ 665362.337199999950826, 1525978.589099999517202 ], [ 665363.687300000339746, 1525978.140900000929832 ], [ 665368.003100000321865, 1525976.708100000396371 ], [ 665369.075699999928474, 1525976.352 ], [ 665371.213700000196695, 1525975.840199999511242 ], [ 665375.235999999567866, 1525974.8772 ], [ 665380.211199999786913, 1525973.686200000345707 ], [ 665382.27309999987483, 1525973.192600000649691 ], [ 665389.174899999983609, 1525971.642899999395013 ], [ 665392.695899999700487, 1525970.643100000917912 ], [ 665397.132100000046194, 1525969.963300000876188 ], [ 665397.888199999928474, 1525969.828500000759959 ], [ 665409.622700000181794, 1525967.7358 ], [ 665409.690600000321865, 1525967.7237 ], [ 665414.011400000192225, 1525967.843699999153614 ], [ 665414.514399999752641, 1525967.738700000569224 ], [ 665417.285000000149012, 1525967.158800000324845 ], [ 665418.971300000324845, 1525966.803899999707937 ], [ 665419.337100000120699, 1525966.72550000064075 ], [ 665421.770700000226498, 1525966.204 ], [ 665425.32880000025034, 1525965.844100000336766 ], [ 665435.031999999657273, 1525963.756400000303984 ], [ 665445.403300000354648, 1525961.525000000372529 ], [ 665461.807900000363588, 1525959.052799999713898 ], [ 665467.959800000302494, 1525958.125700000673532 ], [ 665476.840599999763072, 1525956.965900000184774 ], [ 665486.319199999794364, 1525955.44620000012219 ], [ 665497.19550000037998, 1525954.526399999856949 ], [ 665504.031299999915063, 1525954.126499999314547 ], [ 665524.724299999885261, 1525953.321599999442697 ], [ 665536.494900000281632, 1525952.819599999114871 ], [ 665537.796299999579787, 1525952.76410000026226 ], [ 665540.109000000171363, 1525952.665500000119209 ], [ 665541.603500000201166, 1525952.601800000295043 ], [ 665550.360500000417233, 1525951.961899999529123 ], [ 665563.831399999558926, 1525951.548100000247359 ], [ 665568.423000000417233, 1525951.4070999994874 ], [ 665570.63370000012219, 1525951.2631 ], [ 665575.18059999961406, 1525950.9671 ], [ 665579.097400000318885, 1525950.92710000090301 ], [ 665585.817699999548495, 1525950.0472999997437 ], [ 665612.773400000296533, 1525945.848200000822544 ], [ 665618.252700000070035, 1525944.568499999120831 ], [ 665621.493300000205636, 1525943.72859999909997 ], [ 665621.73369999974966, 1525943.660199999809265 ], [ 665625.290599999949336, 1525942.648800000548363 ], [ 665625.957499999552965, 1525942.528799999505281 ], [ 665626.762400000356138, 1525942.383899999782443 ], [ 665632.614299999549985, 1525941.06980000063777 ], [ 665634.188000000081956, 1525940.7237 ], [ 665641.016900000162423, 1525939.07660000026226 ], [ 665642.218700000084937, 1525938.786699999123812 ], [ 665652.19649999961257, 1525958.028899999335408 ], [ 665661.469399999827147, 1525975.911599999293685 ], [ 665670.701899999752641, 1525993.716199999675155 ], [ 665696.811499999836087, 1526044.068399999290705 ], [ 665711.095200000330806, 1526071.614399999380112 ], [ 665714.411799999885261, 1526078.010299999266863 ], [ 665717.432000000029802, 1526083.834799999371171 ], [ 665732.406499999575317, 1526112.712799999862909 ], [ 665738.544700000435114, 1526109.670800000429153 ], [ 665741.534599999897182, 1526108.188999999314547 ], [ 665742.425800000317395, 1526107.747300000861287 ], [ 665754.5636, 1526101.731899999082088 ], [ 665920.840300000272691, 1526019.326400000602007 ], [ 665971.131799999624491, 1525994.402200000360608 ], [ 666007.183400000445545, 1525976.535299999639392 ], [ 666023.458499999716878, 1525967.354000000283122 ], [ 666031.129800000227988, 1525963.477099999785423 ], [ 666036.259300000034273, 1525960.905099999159575 ], [ 666044.85120000038296, 1525956.629300000146031 ], [ 666052.986100000329316, 1525952.581000000238419 ], [ 666065.918399999849498, 1525946.145199999213219 ], [ 666071.505400000140071, 1525943.364900000393391 ], [ 666075.564199999906123, 1525941.345000000670552 ], [ 666082.400100000202656, 1525937.943099999800324 ], [ 666093.984199999831617, 1525932.178300000727177 ], [ 666094.670699999667704, 1525931.83669999986887 ], [ 666095.505699999630451, 1525931.4211 ], [ 666095.791000000201166, 1525931.278999999165535 ], [ 666097.417600000277162, 1525930.468599999323487 ], [ 666097.831000000238419, 1525930.262599999085069 ], [ 666107.207999999634922, 1525925.591099999845028 ], [ 666109.10149999987334, 1525924.64780000038445 ], [ 666117.85190000012517, 1525920.2884 ], [ 666126.877700000070035, 1525915.980900000780821 ], [ 666127.520200000144541, 1525915.6743 ], [ 666129.06290000025183, 1525915.066500000655651 ], [ 666130.168200000189245, 1525914.630999999120831 ], [ 666143.618599999696016, 1525909.331499999389052 ], [ 666145.812599999830127, 1525908.467000000178814 ], [ 666147.528699999675155, 1525907.790899999439716 ], [ 666155.620500000193715, 1525904.512599999085069 ], [ 666162.86600000038743, 1525901.577199999243021 ], [ 666165.010999999940395, 1525900.775299999862909 ], [ 666165.888100000098348, 1525900.4474 ], [ 666167.987800000235438, 1525899.645199999213219 ], [ 666157.0795, 1525873.606000000610948 ], [ 666152.804800000041723, 1525866.534499999135733 ], [ 666149.738199999555945, 1525858.977299999445677 ], [ 666141.510800000280142, 1525838.785800000652671 ], [ 666141.346800000406802, 1525838.441099999472499 ], [ 666138.945700000040233, 1525833.394300000742078 ], [ 666134.61809999961406, 1525824.2983 ], [ 666134.480499999597669, 1525824.048599999397993 ], [ 666134.162399999797344, 1525823.545 ], [ 666129.069199999794364, 1525815.480900000780821 ], [ 666128.57010000012815, 1525814.762499999254942 ], [ 666128.009999999776483, 1525814.090600000694394 ], [ 666117.151399999856949, 1525802.168500000610948 ], [ 666115.753999999724329, 1525800.425300000235438 ], [ 666114.586799999698997, 1525798.520400000736117 ], [ 666107.211799999698997, 1525784.58530000038445 ], [ 666104.629800000227988, 1525779.706700000911951 ], [ 666095.744800000451505, 1525765.173000000417233 ], [ 666085.795099999755621, 1525741.187999999150634 ], [ 666077.519700000062585, 1525720.809599999338388 ], [ 666071.496799999848008, 1525705.977800000458956 ], [ 666057.198400000110269, 1525670.7676 ], [ 666035.809999999590218, 1525619.731899999082088 ], [ 666025.434200000017881, 1525593.628900000825524 ], [ 666008.935100000351667, 1525552.121400000527501 ], [ 665991.594399999827147, 1525511.347200000658631 ], [ 665989.913800000213087, 1525507.259400000795722 ], [ 665978.906700000166893, 1525480.4869 ], [ 665963.078200000338256, 1525444.205199999734759 ], [ 665962.831199999898672, 1525443.639000000432134 ], [ 665960.546799999661744, 1525438.059599999338388 ], [ 665948.462799999862909, 1525408.545499999076128 ], [ 665933.860100000165403, 1525374.029999999329448 ], [ 665929.54009999986738, 1525362.250399999320507 ], [ 665916.532700000330806, 1525326.782600000500679 ], [ 665905.198300000280142, 1525295.661499999463558 ], [ 665901.8432, 1525286.3893 ], [ 665883.103699999861419, 1525234.601099999621511 ], [ 665880.514700000174344, 1525228.238600000739098 ], [ 665873.012199999764562, 1525209.800899999216199 ], [ 665869.34499999973923, 1525200.317800000309944 ], [ 665857.97510000038892, 1525170.916300000622869 ], [ 665849.465099999681115, 1525148.911499999463558 ], [ 665842.159099999815226, 1525130.019799999892712 ], [ 665842.065899999812245, 1525129.774800000712276 ], [ 665840.772599999792874, 1525126.373800000175834 ], [ 665829.653900000266731, 1525097.135800000280142 ], [ 665816.826100000180304, 1525063.6776 ], [ 665800.551900000311434, 1525021.338199999183416 ], [ 665786.529099999926984, 1524984.561699999496341 ], [ 665783.89159999974072, 1524977.704199999570847 ], [ 665778.42949999962002, 1524963.502599999308586 ], [ 665773.627799999900162, 1524951.018300000578165 ], [ 665760.92920000012964, 1524917.485999999567866 ], [ 665748.950899999588728, 1524886.448200000450015 ], [ 665734.332100000232458, 1524847.288499999791384 ], [ 665717.808100000023842, 1524804.4233 ], [ 665716.416600000113249, 1524800.813699999824166 ], [ 665715.904900000430644, 1524799.475400000810623 ], [ 665713.563099999912083, 1524793.350700000301003 ], [ 665700.943599999882281, 1524760.346000000834465 ], [ 665688.803199999965727, 1524729.238800000399351 ], [ 665688.381400000303984, 1524728.374399999156594 ], [ 665687.824500000104308, 1524727.590299999341369 ], [ 665687.147199999541044, 1524726.907299999147654 ], [ 665686.36780000012368, 1524726.343900000676513 ], [ 665683.4046, 1524718.145500000566244 ], [ 665683.55530000012368, 1524717.615599999204278 ], [ 665683.63260000012815, 1524717.0702 ], [ 665683.634899999946356, 1524716.519300000742078 ], [ 665683.547500000335276, 1524715.903999999165535 ], [ 665683.366799999959767, 1524715.309399999678135 ], [ 665682.363499999977648, 1524712.738600000739098 ], [ 665668.407800000160933, 1524676.824200000613928 ], [ 665652.940799999982119, 1524637.2972999997437 ], [ 665645.880199999548495, 1524619.584100000560284 ], [ 665637.857800000347197, 1524599.457699999213219 ], [ 665621.577499999664724, 1524557.698100000619888 ], [ 665613.955699999816716, 1524538.2039 ], [ 665607.815999999642372, 1524522.50029999949038 ], [ 665592.867200000211596, 1524483.8717 ], [ 665579.902200000360608, 1524450.7314 ], [ 665566.936599999666214, 1524417.192900000140071 ], [ 665555.168499999679625, 1524387.045499999076128 ], [ 665537.900299999862909, 1524342.981799999251962 ], [ 665526.363400000147521, 1524313.144999999552965 ], [ 665512.421299999579787, 1524275.151200000196695 ], [ 665499.022300000302494, 1524241.719900000840425 ], [ 665486.991399999707937, 1524205.760299999266863 ], [ 665481.338700000196695, 1524189.181500000879169 ], [ 665477.131299999542534, 1524176.841499999165535 ], [ 665463.17339999973774, 1524134.570800000801682 ], [ 665455.516099999658763, 1524112.037599999457598 ], [ 665446.38300000037998, 1524085.447300000116229 ], [ 665446.020399999804795, 1524084.094200000166893 ], [ 665445.906899999827147, 1524083.760099999606609 ], [ 665438.375599999912083, 1524064.660199999809265 ], [ 665433.110399999655783, 1524051.307199999690056 ], [ 665429.745699999853969, 1524042.244100000709295 ], [ 665420.814699999988079, 1524018.187899999320507 ], [ 665408.763199999928474, 1523988.157800000160933 ], [ 665407.2972999997437, 1523984.65430000051856 ], [ 665402.39780000038445, 1523972.944599999114871 ], [ 665395.545800000429153, 1523956.568299999460578 ], [ 665382.685899999924004, 1523925.318800000473857 ], [ 665382.549200000241399, 1523924.986600000411272 ], [ 665376.094499999657273, 1523912.801999999210238 ], [ 665370.83600000012666, 1523905.6798 ], [ 665366.40749999973923, 1523899.394099999219179 ], [ 665363.793399999849498, 1523893.3673 ], [ 665360.344700000248849, 1523884.7456 ], [ 665356.867899999953806, 1523876.5088 ], [ 665354.759399999864399, 1523871.513699999079108 ], [ 665354.238499999977648, 1523870.089500000700355 ], [ 665347.392699999734759, 1523851.37360000051558 ], [ 665346.249400000087917, 1523846.190199999138713 ], [ 665345.885400000028312, 1523841.023 ], [ 665345.551900000311434, 1523829.35050000064075 ], [ 665344.966199999675155, 1523810.766699999570847 ], [ 665344.826999999582767, 1523806.3509 ], [ 665344.131000000052154, 1523795.278100000694394 ], [ 665343.122299999929965, 1523791.018799999728799 ], [ 665330.164200000464916, 1523758.3618 ], [ 665328.535600000061095, 1523754.317099999636412 ], [ 665326.906899999827147, 1523750.272299999371171 ], [ 665322.645399999804795, 1523739.120500000193715 ], [ 665322.166299999691546, 1523737.866800000891089 ], [ 665311.955199999734759, 1523711.145999999716878 ], [ 665297.675900000147521, 1523676.36009999923408 ], [ 665285.506599999964237, 1523645.326500000432134 ], [ 665285.414499999955297, 1523645.091499999165535 ], [ 665284.822300000116229, 1523643.657800000160933 ], [ 665281.648400000296533, 1523635.9748 ], [ 665275.925499999895692, 1523622.121500000357628 ], [ 665273.154500000178814, 1523615.413899999111891 ], [ 665267.526700000278652, 1523601.218499999493361 ], [ 665264.925599999725819, 1523594.657700000330806 ], [ 665261.89879999961704, 1523587.023199999704957 ], [ 665261.543899999931455, 1523586.301300000399351 ], [ 665253.849399999715388, 1523570.649800000712276 ], [ 665247.847299999557436, 1523558.440899999812245 ], [ 665245.853799999691546, 1523553.753100000321865 ], [ 665237.652599999681115, 1523534.467399999499321 ], [ 665232.224499999545515, 1523521.005799999460578 ], [ 665231.855700000189245, 1523520.156999999657273 ], [ 665230.744400000199676, 1523517.598899999633431 ], [ 665229.425200000405312, 1523514.895300000905991 ], [ 665228.527200000360608, 1523513.385700000450015 ], [ 665227.393099999986589, 1523512.044399999082088 ], [ 665226.053600000217557, 1523510.907999999821186 ], [ 665224.5455, 1523510.00760000012815 ], [ 665222.909699999727309, 1523509.367599999532104 ], [ 665215.935999999754131, 1523502.107200000435114 ], [ 665208.781999999657273, 1523494.659199999645352 ], [ 665208.933400000445545, 1523493.322100000455976 ], [ 665208.985600000247359, 1523492.8607 ], [ 665208.928199999965727, 1523491.051699999719858 ], [ 665208.610999999567866, 1523489.269799999892712 ], [ 665208.040599999949336, 1523487.552200000733137 ], [ 665207.228900000452995, 1523485.934499999508262 ], [ 665202.038800000213087, 1523477.222999999299645 ], [ 665201.729600000195205, 1523476.704 ], [ 665200.462199999950826, 1523474.57660000026226 ], [ 665189.214700000360608, 1523450.10840000025928 ], [ 665188.949599999934435, 1523449.531700000166893 ], [ 665182.19649999961257, 1523434.840900000184774 ], [ 665179.815600000321865, 1523429.661399999633431 ], [ 665178.527200000360608, 1523426.8586 ], [ 665178.350599999539554, 1523426.47440000064671 ], [ 665176.987900000065565, 1523423.117900000885129 ], [ 665173.077499999664724, 1523413.485999999567866 ], [ 665170.438900000415742, 1523406.986600000411272 ], [ 665165.708100000396371, 1523395.333799999207258 ], [ 665163.052400000393391, 1523388.707000000402331 ], [ 665157.5329, 1523374.934000000357628 ], [ 665154.748800000175834, 1523367.986999999731779 ], [ 665151.564799999818206, 1523360.041799999773502 ], [ 665147.557500000111759, 1523350.770099999383092 ], [ 665142.598699999973178, 1523339.296900000423193 ], [ 665138.280100000090897, 1523329.3048 ], [ 665133.8902000002563, 1523319.14780000038445 ], [ 665132.911100000143051, 1523316.88260000012815 ], [ 665131.3432, 1523318.237600000575185 ], [ 665123.595300000160933, 1523324.933399999514222 ], [ 665112.184600000269711, 1523334.794600000604987 ], [ 665111.816800000146031, 1523335.136700000613928 ], [ 665093.635599999688566, 1523352.051100000739098 ], [ 665079.675400000065565, 1523363.593800000846386 ], [ 665077.562800000421703, 1523365.3429000005126 ], [ 665070.763299999758601, 1523370.972300000488758 ], [ 665068.366200000047684, 1523372.956900000572205 ], [ 665057.527099999599159, 1523380.26039999909699 ], [ 665050.769399999640882, 1523385.619300000369549 ], [ 665044.453300000168383, 1523390.6283 ], [ 665038.44620000012219, 1523394.927400000393391 ], [ 665030.789900000207126, 1523399.461400000378489 ], [ 665024.370500000193715, 1523403.230699999257922 ], [ 665011.265300000086427, 1523409.610200000926852 ], [ 665006.58420000039041, 1523411.889000000432134 ], [ 664999.826100000180304, 1523415.74379999935627 ], [ 664990.018500000238419, 1523421.338199999183416 ], [ 664982.729000000283122, 1523425.496200000867248 ], [ 664967.0, 1523436.334000000730157 ], [ 664965.648199999704957, 1523437.297800000756979 ], [ 664953.424800000153482, 1523446.0132 ], [ 664948.084099999628961, 1523449.82120000012219 ], [ 664944.247899999842048, 1523452.215099999681115 ], [ 664942.411500000394881, 1523453.360999999567866 ], [ 664938.951799999922514, 1523455.520099999383092 ], [ 664934.914599999785423, 1523458.880999999120831 ], [ 664916.139700000174344, 1523474.511099999770522 ], [ 664909.069799999706447, 1523479.949300000444055 ], [ 664906.841500000096858, 1523481.66330000013113 ], [ 664903.775600000284612, 1523484.021600000560284 ], [ 664887.819600000046194, 1523496.2949 ], [ 664887.059200000017881, 1523496.879799999296665 ], [ 664886.582499999552965, 1523497.246600000187755 ], [ 664876.460900000296533, 1523504.112700000405312 ], [ 664875.042399999685585, 1523505.074999999254942 ], [ 664873.72759999986738, 1523505.792099999263883 ], [ 664872.658099999651313, 1523506.375399999320507 ], [ 664864.071299999952316, 1523511.058800000697374 ], [ 664850.425200000405312, 1523519.552200000733137 ], [ 664849.575799999758601, 1523520.080900000408292 ], [ 664846.754999999888241, 1523521.8366 ], [ 664845.205299999564886, 1523522.713500000536442 ], [ 664838.27419999986887, 1523526.635600000619888 ], [ 664832.820199999958277, 1523530.0384 ], [ 664832.328900000080466, 1523530.344900000840425 ], [ 664829.225200000219047, 1523532.300799999386072 ], [ 664824.458700000308454, 1523535.204800000414252 ], [ 664817.639200000092387, 1523539.050799999386072 ], [ 664806.263600000180304, 1523545.06900000013411 ], [ 664799.704300000332296, 1523549.804400000721216 ], [ 664788.207100000232458, 1523558.270700000226498 ], [ 664778.965800000354648, 1523565.891799999400973 ], [ 664771.911700000055134, 1523572.296299999579787 ], [ 664769.177500000223517, 1523577.438400000333786 ], [ 664765.020499999634922, 1523585.407700000330806 ], [ 664762.766400000080466, 1523590.352600000798702 ], [ 664759.522199999541044, 1523598.026100000366569 ], [ 664755.981100000441074, 1523609.704700000584126 ], [ 664754.716799999587238, 1523613.732100000604987 ], [ 664750.348100000061095, 1523624.042999999597669 ], [ 664748.464499999769032, 1523628.2215 ], [ 664744.073699999600649, 1523636.908099999651313 ], [ 664737.77379999961704, 1523643.03690000064671 ], [ 664734.768199999816716, 1523646.276200000196695 ], [ 664733.230200000107288, 1523647.184900000691414 ], [ 664722.442800000309944, 1523653.393400000408292 ], [ 664717.055200000293553, 1523656.266799999400973 ], [ 664708.689199999906123, 1523660.387000000104308 ], [ 664696.408599999733269, 1523664.476399999111891 ], [ 664685.171500000171363, 1523667.827299999073148 ], [ 664674.506799999624491, 1523671.436799999326468 ], [ 664668.236700000241399, 1523673.83559999987483 ], [ 664662.167700000107288, 1523675.075400000438094 ], [ 664658.338000000454485, 1523676.830399999395013 ], [ 664651.508500000461936, 1523679.738800000399351 ], [ 664645.100499999709427, 1523682.0011 ], [ 664644.571299999952316, 1523682.187999999150634 ], [ 664640.307400000281632, 1523683.693299999460578 ], [ 664638.856300000101328, 1523684.234200000762939 ], [ 664629.505300000309944, 1523687.720100000500679 ], [ 664621.145700000226498, 1523691.113700000569224 ], [ 664616.617600000463426, 1523693.131699999794364 ], [ 664611.634499999694526, 1523694.773800000548363 ], [ 664609.254099999554455, 1523695.251199999824166 ], [ 664605.911299999803305, 1523695.201099999248981 ], [ 664599.00870000012219, 1523696.840900000184774 ], [ 664595.644199999980628, 1523697.223999999463558 ], [ 664593.097900000400841, 1523697.375600000843406 ], [ 664590.911199999973178, 1523697.505799999460578 ], [ 664587.244500000029802, 1523697.888599999248981 ], [ 664583.222000000067055, 1523697.250900000333786 ], [ 664576.074500000104308, 1523695.609200000762939 ], [ 664570.473399999551475, 1523694.638299999758601 ], [ 664568.046900000423193, 1523694.1985 ], [ 664567.031600000336766, 1523693.916799999773502 ], [ 664560.701299999840558, 1523691.985500000417233 ], [ 664556.897099999710917, 1523690.657199999317527 ], [ 664554.330000000074506, 1523690.2347999997437 ], [ 664548.262799999676645, 1523689.536399999633431 ], [ 664544.756400000303984, 1523689.132799999788404 ], [ 664533.524699999950826, 1523688.292300000786781 ], [ 664523.559100000187755, 1523687.652799999341369 ], [ 664519.436200000345707, 1523688.007799999788404 ], [ 664513.108099999837577, 1523687.673499999567866 ], [ 664507.599299999885261, 1523687.357899999246001 ], [ 664500.405299999751151, 1523687.863199999555945 ], [ 664495.228500000201166, 1523688.220200000330806 ], [ 664494.581399999558926, 1523688.421900000423193 ], [ 664487.610700000077486, 1523690.594699999317527 ], [ 664485.952600000426173, 1523691.111500000581145 ], [ 664479.553299999795854, 1523693.51039999909699 ], [ 664476.134499999694526, 1523694.792099999263883 ], [ 664466.190000000409782, 1523698.519999999552965 ], [ 664465.891400000080466, 1523698.685399999842048 ], [ 664441.442499999888241, 1523712.229399999603629 ], [ 664408.422399999573827, 1523738.264399999752641 ], [ 664397.912700000219047, 1523748.911000000312924 ], [ 664395.227500000037253, 1523751.631300000473857 ], [ 664384.05420000012964, 1523762.950099999085069 ], [ 664363.099200000055134, 1523787.000800000503659 ], [ 664347.144799999892712, 1523800.256400000303984 ], [ 664312.299100000411272, 1523811.527699999511242 ], [ 664247.211500000208616, 1523828.752100000157952 ], [ 664245.418999999761581, 1523829.2895 ], [ 664213.193799999542534, 1523838.949799999594688 ], [ 664211.730800000019372, 1523839.388399999588728 ], [ 664187.918200000189245, 1523843.198400000110269 ], [ 664148.786299999803305, 1523843.99210000038147 ], [ 664127.883500000461936, 1523846.520300000905991 ], [ 664112.035600000061095, 1523848.437100000679493 ], [ 664100.049899999983609, 1523851.850299999117851 ], [ 664096.353500000201166, 1523853.501599999144673 ], [ 664057.58420000039041, 1523870.820900000631809 ], [ 664033.77170000039041, 1523881.139699999243021 ], [ 664028.374099999666214, 1523888.283500000834465 ], [ 664020.515999999828637, 1523900.030999999493361 ], [ 664011.807099999859929, 1523914.608999999240041 ], [ 664010.99129999987781, 1523915.974600000306964 ], [ 664009.562199999578297, 1523918.366699999198318 ], [ 664003.455900000408292, 1523924.305400000885129 ], [ 664001.139299999922514, 1523926.558399999514222 ], [ 663989.321600000374019, 1523938.051699999719858 ], [ 663982.796000000089407, 1523943.7566 ], [ 663968.638899999670684, 1523956.133199999108911 ], [ 663963.445299999788404, 1523960.673599999397993 ], [ 663953.126500000245869, 1523968.1349 ], [ 663942.014000000432134, 1523972.10359999909997 ], [ 663931.298299999907613, 1523972.500499999150634 ], [ 663891.036500000394881, 1523969.589099999517202 ], [ 663886.292600000277162, 1523969.246099999174476 ], [ 663856.455299999564886, 1523970.857100000604987 ], [ 663852.478799999691546, 1523971.07179999910295 ], [ 663822.792500000447035, 1523982.898700000718236 ], [ 663794.058699999935925, 1524006.631799999624491 ], [ 663768.230200000107288, 1524031.007099999114871 ], [ 663768.224000000394881, 1524031.012900000438094 ], [ 663763.023000000044703, 1524035.921299999579787 ], [ 663752.862999999895692, 1524051.558199999853969 ], [ 663745.025799999944866, 1524064.642000000923872 ], [ 663738.670699999667704, 1524075.251700000837445 ], [ 663716.118300000205636, 1524108.2193 ], [ 663712.377899999730289, 1524113.687000000849366 ], [ 663702.222900000400841, 1524119.622400000691414 ], [ 663700.858599999919534, 1524120.176899999380112 ], [ 663696.628299999982119, 1524121.612700000405312 ], [ 663695.39740000013262, 1524121.722400000318885 ], [ 663693.057799999602139, 1524121.9309 ], [ 663692.892799999564886, 1524121.945599999278784 ], [ 663692.568500000052154, 1524121.974500000476837 ], [ 663690.158499999903142, 1524121.9024 ], [ 663687.223899999633431, 1524122.00899999961257 ], [ 663679.172500000335276, 1524120.543700000271201 ], [ 663679.135499999858439, 1524120.538699999451637 ], [ 663675.750300000421703, 1524120.079800000414252 ], [ 663674.947900000028312, 1524119.811699999496341 ], [ 663671.441899999976158, 1524118.640100000426173 ], [ 663666.502600000239909, 1524116.800499999895692 ], [ 663663.121799999848008, 1524115.22580000013113 ], [ 663656.384899999946356, 1524111.496600000187755 ], [ 663652.322399999946356, 1524108.808900000527501 ], [ 663648.882799999788404, 1524106.533299999311566 ], [ 663648.125300000421703, 1524106.0320999994874 ], [ 663644.762699999846518, 1524103.807499999180436 ], [ 663640.305499999783933, 1524100.85869999974966 ], [ 663631.578999999910593, 1524096.62360000051558 ], [ 663631.14850000012666, 1524096.414599999785423 ], [ 663627.598699999973178, 1524094.88990000076592 ], [ 663626.880400000140071, 1524094.392899999395013 ], [ 663624.679700000211596, 1524092.870300000533462 ], [ 663622.593500000424683, 1524091.925499999895692 ], [ 663619.950699999928474, 1524091.655600000172853 ], [ 663617.526399999856949, 1524091.475600000470877 ], [ 663615.811300000175834, 1524091.475600000470877 ], [ 663613.205599999986589, 1524092.240499999374151 ], [ 663611.153199999593198, 1524092.540200000628829 ], [ 663611.049300000071526, 1524092.555400000885129 ], [ 663607.967000000178814, 1524094.018500000238419 ], [ 663607.458200000226498, 1524094.259999999776483 ], [ 663604.811300000175834, 1524094.934900000691414 ], [ 663600.99349999986589, 1524097.224500000476837 ], [ 663598.478500000201166, 1524098.299200000241399 ], [ 663593.584599999710917, 1524100.993599999696016 ], [ 663590.03830000013113, 1524103.022299999371171 ], [ 663578.595200000330806, 1524109.568199999630451 ], [ 663575.091199999675155, 1524111.572599999606609 ], [ 663572.392799999564886, 1524113.1162 ], [ 663563.827800000086427, 1524117.885800000280142 ], [ 663553.580199999734759, 1524124.236099999397993 ], [ 663552.979899999685585, 1524124.861099999397993 ], [ 663552.309999999590218, 1524125.558700000867248 ], [ 663543.81290000025183, 1524130.89049999974668 ], [ 663542.072800000198185, 1524131.9824 ], [ 663538.803299999795854, 1524134.456900000572205 ], [ 663527.073599999770522, 1524143.045099999755621 ], [ 663525.259100000374019, 1524144.1228 ], [ 663508.961600000038743, 1524153.802899999544024 ], [ 663505.63910000026226, 1524155.608200000599027 ], [ 663495.887799999676645, 1524160.906500000506639 ], [ 663488.877100000157952, 1524165.0779 ], [ 663484.772499999962747, 1524167.520199999213219 ], [ 663471.447200000286102, 1524176.1634 ], [ 663470.394000000320375, 1524176.895600000396371 ], [ 663458.290900000371039, 1524185.311499999836087 ], [ 663454.66370000038296, 1524188.4671 ], [ 663449.723500000312924, 1524192.765000000596046 ], [ 663447.158099999651313, 1524195.536299999803305 ], [ 663446.359199999831617, 1524196.399299999698997 ], [ 663435.502100000157952, 1524205.702199999243021 ], [ 663430.171099999919534, 1524210.270099999383092 ], [ 663426.103199999779463, 1524213.755699999630451 ], [ 663425.621000000275671, 1524214.184599999338388 ], [ 663423.765599999576807, 1524215.83530000038445 ], [ 663409.826100000180304, 1524228.648600000888109 ], [ 663402.884999999776483, 1524235.634999999776483 ], [ 663401.349999999627471, 1524237.179999999701977 ], [ 663401.225999999791384, 1524237.31980000063777 ], [ 663400.677600000053644, 1524237.732100000604987 ], [ 663398.510800000280142, 1524239.361099999397993 ], [ 663396.343999999575317, 1524240.990199999883771 ], [ 663395.095900000073016, 1524242.991100000217557 ], [ 663394.8597999997437, 1524243.369699999690056 ], [ 663391.554299999959767, 1524246.412599999457598 ], [ 663387.496199999935925, 1524250.148299999535084 ], [ 663386.926900000311434, 1524250.511199999600649 ], [ 663384.863599999807775, 1524251.826500000432134 ], [ 663384.544999999925494, 1524251.9858 ], [ 663383.793800000101328, 1524252.361500000581145 ], [ 663382.111700000241399, 1524253.2027000002563 ], [ 663378.924700000323355, 1524255.402300000190735 ], [ 663371.321899999864399, 1524259.032600000500679 ], [ 663363.154900000430644, 1524261.111300000920892 ], [ 663359.970599999651313, 1524261.739 ], [ 663351.305200000293553, 1524262.630799999460578 ], [ 663323.603400000371039, 1524261.068900000303984 ], [ 663321.432300000451505, 1524260.935499999672174 ], [ 663320.806099999696016, 1524260.896999999880791 ], [ 663305.307099999859929, 1524259.945000000298023 ], [ 663301.96999999973923, 1524259.740000000223517 ], [ 663301.392599999904633, 1524259.90819999948144 ], [ 663288.492499999701977, 1524263.6656 ], [ 663283.512000000104308, 1524265.190300000831485 ], [ 663279.183899999596179, 1524267.5888 ], [ 663273.138700000010431, 1524270.939099999144673 ], [ 663266.344100000336766, 1524274.893300000578165 ], [ 663263.983799999579787, 1524276.88150000013411 ], [ 663262.111399999819696, 1524278.458799999207258 ], [ 663260.374200000427663, 1524279.9222999997437 ], [ 663255.89850000012666, 1524282.97690000012517 ], [ 663254.277400000020862, 1524284.0833 ], [ 663250.50800000037998, 1524286.655899999663234 ], [ 663243.053700000047684, 1524291.729900000616908 ], [ 663233.356700000353158, 1524296.848799999803305 ], [ 663229.406899999827147, 1524299.633300000801682 ], [ 663224.513000000268221, 1524302.727600000798702 ], [ 663215.219899999909103, 1524308.066500000655651 ], [ 663214.375, 1524308.476500000804663 ], [ 663207.720300000160933, 1524311.705800000578165 ], [ 663201.074199999682605, 1524314.850099999457598 ], [ 663195.5159, 1524317.55320000089705 ], [ 663191.195700000040233, 1524319.654200000688434 ], [ 663187.212000000290573, 1524321.148900000378489 ], [ 663182.215900000184774, 1524323.023499999195337 ], [ 663177.053999999538064, 1524325.403000000864267 ], [ 663167.311900000087917, 1524329.158099999651313 ], [ 663166.458100000396371, 1524329.487199999392033 ], [ 663161.428199999965727, 1524329.712099999189377 ], [ 663155.771499999798834, 1524330.966900000348687 ], [ 663148.948099999688566, 1524333.751299999654293 ], [ 663139.406600000336766, 1524338.053099999204278 ], [ 663138.090499999932945, 1524338.646500000730157 ], [ 663129.821800000034273, 1524342.374600000679493 ], [ 663128.779699999839067, 1524342.890799999237061 ], [ 663114.777200000360608, 1524349.82799999974668 ], [ 663109.850399999879301, 1524351.697699999436736 ], [ 663101.542700000107288, 1524356.006799999624491 ], [ 663099.644500000402331, 1524357.031099999323487 ], [ 663099.232499999925494, 1524357.337200000882149 ], [ 663097.939299999736249, 1524358.67119999974966 ], [ 663096.236100000329316, 1524359.754300000146031 ], [ 663095.119300000369549, 1524360.464400000870228 ], [ 663093.136099999770522, 1524361.725600000470877 ], [ 663091.548700000159442, 1524363.280300000682473 ], [ 663088.629700000397861, 1524365.614800000563264 ], [ 663087.013500000350177, 1524367.049599999561906 ], [ 663086.401600000448525, 1524369.831199999898672 ], [ 662961.204199999570847, 1524444.781999999657273 ], [ 662958.215200000442564, 1524444.4605 ], [ 662955.212299999780953, 1524444.602700000628829 ], [ 662952.267, 1524445.205299999564886 ], [ 662949.449500000104308, 1524446.253799999132752 ], [ 662946.826899999752641, 1524447.723400000482798 ], [ 662942.7796, 1524450.421599999070168 ], [ 662939.349899999797344, 1524453.096999999135733 ], [ 662936.355100000277162, 1524456.251599999144673 ], [ 662920.632500000298023, 1524475.498199999332428 ], [ 662920.019500000402331, 1524476.24860000051558 ], [ 662914.124200000427663, 1524483.465299999341369 ], [ 662911.507500000298023, 1524486.668500000610948 ], [ 662906.643299999646842, 1524492.282199999317527 ], [ 662903.255800000391901, 1524496.191600000485778 ], [ 662895.856800000183284, 1524504.730699999257922 ], [ 662893.274500000290573, 1524507.710999999195337 ], [ 662892.431200000457466, 1524508.684299999848008 ], [ 662891.841699999757111, 1524509.36460000090301 ], [ 662891.301500000059605, 1524509.987999999895692 ], [ 662887.536199999973178, 1524514.333499999716878 ], [ 662887.123599999584258, 1524514.809699999168515 ], [ 662884.514000000432134, 1524517.821399999782443 ], [ 662884.237499999813735, 1524518.1404 ], [ 662882.398599999956787, 1524520.262700000777841 ], [ 662874.687199999578297, 1524528.391699999570847 ], [ 662873.739000000059605, 1524529.391200000420213 ], [ 662870.526399999856949, 1524532.777799999341369 ], [ 662865.081699999980628, 1524538.517400000244379 ], [ 662864.848299999721348, 1524538.763399999588728 ], [ 662864.602800000458956, 1524539.022199999541044 ], [ 662863.415900000371039, 1524540.273299999535084 ], [ 662859.684700000099838, 1524544.206599999219179 ], [ 662855.733, 1524548.372199999168515 ], [ 662852.777400000020862, 1524551.4879 ], [ 662850.110799999907613, 1524554.298800000920892 ], [ 662849.475300000049174, 1524554.968699999153614 ], [ 662848.969600000418723, 1524555.501800000667572 ], [ 662839.146599999628961, 1524565.856699999421835 ], [ 662838.354299999773502, 1524566.6919 ], [ 662838.055499999783933, 1524567.006899999454618 ], [ 662822.872000000439584, 1524583.012499999254942 ], [ 662817.661600000225008, 1524588.505100000649691 ], [ 662817.259200000204146, 1524588.929300000891089 ], [ 662783.696700000204146, 1524624.309100000187755 ], [ 662780.597299999557436, 1524627.576400000602007 ], [ 662780.223100000061095, 1524627.970799999311566 ], [ 662779.774500000290573, 1524628.44370000064373 ], [ 662784.400899999774992, 1524632.802799999713898 ], [ 662786.417000000365078, 1524634.70240000076592 ], [ 662793.17200000025332, 1524640.8585 ], [ 662813.66260000038892, 1524658.59569999948144 ], [ 662815.417899999767542, 1524660.199699999764562 ], [ 662820.311900000087917, 1524664.6721 ], [ 662823.52489999961108, 1524667.817199999466538 ], [ 662826.720599999651313, 1524671.140000000596046 ], [ 662836.052099999971688, 1524681.36879999935627 ], [ 662846.250900000333786, 1524692.300200000405312 ], [ 662851.613900000229478, 1524698.263299999758601 ], [ 662854.42949999962002, 1524701.5329 ], [ 662859.954300000332296, 1524708.170399999246001 ], [ 662870.859400000423193, 1524721.5855 ], [ 662881.286299999803305, 1524734.2007 ], [ 662900.492700000293553, 1524756.88370000012219 ], [ 662916.349999999627471, 1524776.304099999368191 ], [ 662921.749699999578297, 1524783.0483 ], [ 662926.849100000225008, 1524789.6075 ], [ 662938.99280000012368, 1524806.6721 ], [ 662941.631299999542534, 1524810.523499999195337 ], [ 662942.113800000399351, 1524811.057800000533462 ], [ 662959.0773, 1524834.895300000905991 ], [ 662962.274299999698997, 1524838.684100000187755 ], [ 662968.888899999670684, 1524846.093299999833107 ], [ 662975.674100000411272, 1524853.372500000521541 ], [ 662982.541000000201166, 1524860.589700000360608 ], [ 663018.625, 1524898.126199999824166 ], [ 663041.260999999940395, 1524921.673499999567866 ], [ 663135.267400000244379, 1525019.682700000703335 ], [ 663139.386500000022352, 1525023.97719999961555 ], [ 663140.335799999535084, 1525024.967000000178814 ], [ 663320.687400000169873, 1525212.998099999502301 ], [ 663341.311700000427663, 1525234.642100000753999 ], [ 663350.481399999931455, 1525244.572100000455976 ], [ 663355.91330000013113, 1525250.6754 ], [ 663363.822200000286102, 1525259.759400000795722 ], [ 663388.966300000436604, 1525289.244699999690056 ], [ 663405.423799999989569, 1525307.838600000366569 ], [ 663415.719399999827147, 1525319.2467 ], [ 663434.59360000025481, 1525339.85050000064075 ], [ 663459.340699999593198, 1525366.272700000554323 ], [ 663465.362900000065565, 1525373.018300000578165 ], [ 663468.459999999962747, 1525376.651000000536442 ], [ 663471.504399999976158, 1525380.328600000590086 ], [ 663477.471499999985099, 1525387.785299999639392 ], [ 663505.467899999581277, 1525423.580299999564886 ], [ 663506.849999999627471, 1525425.402000000700355 ], [ 663514.153099999763072, 1525435.0285 ], [ 663536.082899999804795, 1525464.31220000050962 ], [ 663553.633200000040233, 1525487.0647 ], [ 663558.683400000445545, 1525493.84180000051856 ], [ 663566.254399999976158, 1525504.256799999624491 ], [ 663572.184000000357628, 1525512.039200000464916 ], [ 663584.178199999965727, 1525526.526599999517202 ], [ 663598.772599999792874, 1525545.085999999195337 ], [ 663604.80379999987781, 1525552.536499999463558 ], [ 663610.831500000320375, 1525559.548100000247359 ], [ 663626.209499999880791, 1525576.819399999454618 ], [ 663632.1875, 1525583.863500000908971 ], [ 663634.860999999567866, 1525587.193099999800324 ], [ 663640.058199999853969, 1525593.966600000858307 ], [ 663652.123800000175834, 1525610.36600000038743 ], [ 663654.506000000052154, 1525613.821699999272823 ], [ 663657.197300000116229, 1525617.968299999833107 ], [ 663659.791899999603629, 1525622.181900000199676 ], [ 663671.620099999941885, 1525642.317600000649691 ], [ 663675.202100000344217, 1525648.194199999794364 ], [ 663679.290199999697506, 1525654.625099999830127 ], [ 663695.477099999785423, 1525678.582699999213219 ], [ 663713.000199999660254, 1525706.019300000742078 ], [ 663718.072200000286102, 1525713.814099999144673 ], [ 663724.578200000338256, 1525723.363600000739098 ], [ 663736.855200000107288, 1525740.818199999630451 ], [ 663741.61739999987185, 1525747.94789999909699 ], [ 663744.05420000012964, 1525751.7621 ], [ 663749.035699999891222, 1525759.84940000064671 ], [ 663756.311700000427663, 1525772.107200000435114 ], [ 663763.448200000450015, 1525784.450999999418855 ], [ 663770.775500000454485, 1525797.549100000411272 ], [ 663777.471400000154972, 1525810.068299999460578 ], [ 663782.561099999584258, 1525819.89130000025034 ], [ 663788.537700000219047, 1525831.858899999409914 ], [ 663796.343700000084937, 1525847.897099999710917 ], [ 663803.998100000433624, 1525863.959899999201298 ], [ 663811.97580000013113, 1525881.249800000339746 ], [ 663821.773199999704957, 1525902.087500000372529 ], [ 663825.621100000105798, 1525910.453299999237061 ], [ 663828.883799999952316, 1525917.849600000306964 ], [ 663835.074300000444055, 1525932.726199999451637 ], [ 663840.431699999608099, 1525945.927300000563264 ], [ 663843.980800000019372, 1525954.921700000762939 ], [ 663847.419700000435114, 1525964.100199999287724 ], [ 663855.787200000137091, 1525987.134400000795722 ], [ 663859.949300000444055, 1525998.048100000247359 ], [ 663860.192800000309944, 1525998.643999999389052 ], [ 663863.68099999986589, 1526007.179700000211596 ], [ 663872.145100000314415, 1526027.246799999848008 ], [ 663873.267400000244379, 1526029.907600000500679 ], [ 663878.480499999597669, 1526043.120300000533462 ], [ 663883.292500000447035, 1526056.172399999573827 ], [ 663887.921500000171363, 1526069.293299999088049 ], [ 663890.948900000192225, 1526078.237800000235438 ], [ 663899.947499999776483, 1526105.62470000050962 ], [ 663903.075500000268221, 1526114.704600000753999 ], [ 663906.386699999682605, 1526123.614700000733137 ], [ 663909.876500000245869, 1526132.356200000271201 ], [ 663916.328200000338256, 1526147.8136 ], [ 663920.161799999885261, 1526156.628699999302626 ], [ 663922.158400000073016, 1526160.996400000527501 ], [ 663924.240000000223517, 1526165.3224 ], [ 663926.476999999955297, 1526169.698999999091029 ], [ 663934.768600000068545, 1526185.042700000107288 ], [ 663935.667600000277162, 1526186.706299999728799 ], [ 663941.719499999657273, 1526185.276100000366569 ], [ 663977.078900000080466, 1526176.9199 ], [ 664026.503899999894202, 1526165.239700000733137 ], [ 664106.17119999974966, 1526146.412499999627471 ], [ 664156.833999999798834, 1526145.245100000873208 ], [ 664184.692099999636412, 1526145.587500000372529 ], [ 664202.127899999730289, 1526146.052400000393391 ], [ 664222.959499999880791, 1526143.064799999818206 ], [ 664247.546000000089407, 1526139.538699999451637 ], [ 664260.059100000187755, 1526135.7445 ], [ 664291.550300000235438, 1526127.557499999180436 ], [ 664317.903699999675155, 1526122.591499999165535 ], [ 664336.691899999976158, 1526120.882500000298023 ], [ 664336.728500000201166, 1526120.881999999284744 ], [ 664348.874699999578297, 1526120.704600000753999 ], [ 664386.764899999834597, 1526119.864700000733137 ], [ 664395.434299999848008, 1526118.630300000309944 ], [ 664402.963700000196695, 1526117.558199999853969 ], [ 664422.035799999721348, 1526116.898499999195337 ], [ 664428.653199999593198, 1526116.701999999582767 ], [ 664433.504099999554455, 1526116.557900000363588 ], [ 664443.141400000080466, 1526116.736099999397993 ], [ 664447.606700000353158, 1526116.818600000813603 ], [ 664457.043399999849498, 1526117.520099999383092 ], [ 664473.809899999760091, 1526118.76659999974072 ], [ 664491.688699999824166, 1526120.095799999311566 ], [ 664502.580099999904633, 1526120.243300000205636 ], [ 664508.4693, 1526120.042700000107288 ], [ 664511.853799999691546, 1526120.615199999883771 ], [ 664519.321700000204146, 1526121.878399999812245 ], [ 664523.955000000074506, 1526122.662200000137091 ], [ 664529.8136, 1526122.7522 ], [ 664536.56290000025183, 1526121.957299999892712 ], [ 664544.074900000356138, 1526120.577600000426173 ], [ 664554.056400000117719, 1526119.357899999246001 ], [ 664562.057300000451505, 1526118.065300000831485 ] ] ] ] } } +] +} diff --git a/tests/data/urbansewer_data/region.qmd b/tests/data/urbansewer_data/region.qmd new file mode 100644 index 00000000..ec03e34a --- /dev/null +++ b/tests/data/urbansewer_data/region.qmd @@ -0,0 +1,27 @@ + + + FC07_FCA + + ENG + dataset + FC07_FCA + + + + + + + + PROJCRS["WGS 84 / UTM zone 47N",BASEGEOGCRS["WGS 84",ENSEMBLE["World Geodetic System 1984 ensemble",MEMBER["World Geodetic System 1984 (Transit)"],MEMBER["World Geodetic System 1984 (G730)"],MEMBER["World Geodetic System 1984 (G873)"],MEMBER["World Geodetic System 1984 (G1150)"],MEMBER["World Geodetic System 1984 (G1674)"],MEMBER["World Geodetic System 1984 (G1762)"],MEMBER["World Geodetic System 1984 (G2139)"],ELLIPSOID["WGS 84",6378137,298.257223563,LENGTHUNIT["metre",1]],ENSEMBLEACCURACY[2.0]],PRIMEM["Greenwich",0,ANGLEUNIT["degree",0.0174532925199433]],ID["EPSG",4326]],CONVERSION["UTM zone 47N",METHOD["Transverse Mercator",ID["EPSG",9807]],PARAMETER["Latitude of natural origin",0,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8801]],PARAMETER["Longitude of natural origin",99,ANGLEUNIT["degree",0.0174532925199433],ID["EPSG",8802]],PARAMETER["Scale factor at natural origin",0.9996,SCALEUNIT["unity",1],ID["EPSG",8805]],PARAMETER["False easting",500000,LENGTHUNIT["metre",1],ID["EPSG",8806]],PARAMETER["False northing",0,LENGTHUNIT["metre",1],ID["EPSG",8807]]],CS[Cartesian,2],AXIS["(E)",east,ORDER[1],LENGTHUNIT["metre",1]],AXIS["(N)",north,ORDER[2],LENGTHUNIT["metre",1]],USAGE[SCOPE["Navigation and medium accuracy spatial referencing."],AREA["Between 96°E and 102°E, northern hemisphere between equator and 84°N, onshore and offshore. China. Indonesia. Laos. Malaysia - West Malaysia. Mongolia. Myanmar (Burma). Russian Federation. Thailand."],BBOX[0,96,84,102]],ID["EPSG",32647]] + +proj=utm +zone=47 +datum=WGS84 +units=m +no_defs + 3131 + 32647 + EPSG:32647 + WGS 84 / UTM zone 47N + utm + EPSG:7030 + false + + + + diff --git a/tests/test_hydromt.py b/tests/test_hydromt.py index beaaea96..1338ae9b 100644 --- a/tests/test_hydromt.py +++ b/tests/test_hydromt.py @@ -3,7 +3,6 @@ import pdb from os.path import abspath, dirname, join -import numpy as np import pytest from hydromt.cli.cli_utils import parse_config from hydromt.log import setuplog @@ -16,19 +15,19 @@ _models = { "piave": { "example": "dflowfm_piave", - "ini": "dflowfm_build.ini", + "ini": "dflowfm_build.yml", "model": DFlowFMModel, "data": "artifact_data", - "region": {"bbox": [12.4331, 46.4661, 12.5212, 46.5369]}, "snap_offset": 25, + "crs": 3857, # global section needs to be passed to build as arguments }, "local": { "example": "dflowfm_local", - "ini": "dflowfm_build_local.ini", + "ini": "dflowfm_build_local.yml", "model": DFlowFMModel, "data": join(TESTDATADIR, "test_data.yaml"), - "region": {"geom": f"{join(TESTDATADIR, 'local_data','1D_extent.geojson')}"}, "snap_offset": 25, + "crs": 32647, # global section needs to be passed to build as arguments }, "urbansewernetwork": { "example": "dflowfm_urbansewernetwork", @@ -66,15 +65,15 @@ def test_model_build(tmpdir, model): mode="w", data_libs=[_model["data"]], network_snap_offset=_model["snap_offset"], + crs=_model["crs"], openwater_computation_node_distance=40, logger=logger, ) # Build method options - region = _model["region"] config = join(TESTDATADIR, _model["ini"]) opt = parse_config(config) # Build model - mod1.build(region=region, opt=opt) + mod1.build(opt=opt) # Check if model is api compliant non_compliant_list = mod1._test_model_api() assert len(non_compliant_list) == 0